* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}

body {
  font-family: "Microsoft YaHei", "SimSong";
  font-size: 1.4rem;
  width: 100vw;
  overflow: hidden;
}
input,
button {
  border: 0;
}
ul,
li {
  list-style: none;
}
a {
  color: #333;
  cursor: pointer;
  text-decoration: none;
}
a:hover,
a:active {
  color: #1d65b5;
}
.clearfix {
  clear: both;
}
.wid1200 {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.header {
  width: 100%;
  background-color: #0170c1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.header-left {
  height: 100px;
  margin-left: 4vw;
  min-width: 30%;
}

.header-right {
  margin-right: 6vw;
  min-width: 10%;
}

.header-right-top a {
  color: white;
  font-size: 1.4rem;
  padding: 0 10px;
  text-decoration: none;
}
.search {
  border: 1px solid #fff;
  position: relative;
  color: #fff;
  margin-top: 10px;
}
.search input {
  width: 82%;
  height: 30px;
  padding-left: 10px;
  background: none;
  color: #fff;
}
.search button {
  width: 30px;
  height: 30px;
  background: url(../images/search.png) no-repeat center;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.nav-box {
  width: 100%;
  background: #f6f6f6;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.nav {
  height: 50px;
  background: #f6f6f6;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.nav li {
  position: relative;
  width: 100%;
}

.nav a {
  display: block;
  color: #000000;
  line-height: 50px;
  font-size: 1.6rem;
}

.nav li a:hover {
  background: #0170c1;
  color: #ffffff;
}
.subnav {
  display: flex;
  flex-direction: column;
  display: none;
  position: absolute;
  z-index: 4;
  width: 100%;
  top: 100%;
}
.nav li:hover .subnav {
  display: block;
  background: #f6f6f6;
}
.subnav a {
  display: block;
}
.banner {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
  margin-top: 150px;
}
.nav2 {
  width: 920px;
  transform: translateY(-20px);
  position: relative;
  z-index: 3;
}
.cloud {
  position: fixed;
  right: 10px;
  top: 300px;
  z-index: 3;
}
.xxgk {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  animation: fadeInDown 0.5s;
}

.xxgk-title {
  font-size: 2rem;
  font-weight: bold;
}

.xxgk-text {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: lighter;
}
.xxgk-img {
  margin: auto;
  width: 100%;
  display: flex;
  animation: fadeInUp 1s;
}
.xxgk-img-left {
  flex: 1 0 40%;
  position: relative;
}
.xxgk-img-left img {
  width: 100%;
}
.xxgk-img-right {
  display: flex;
  flex-wrap: wrap;
  flex: 1 0 60%;
}
.xxgk-img-right-item {
  width: 140px;
  height: 140px;
  background-color: #4372c4;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s;
}
.xxgk-img-right-item img {
  width: 60px;
  height: 60px;
}
.xxgk-img-right-item span {
  margin: 10px;
  font-size: 1.4rem;
}
.xxgk-img-right-item:hover {
  cursor: pointer;
  border: 6px solid #eee;
  background: #015caa;
}
.xxgk-img-left-text {
  background-color: rgba(67, 114, 196, 0.7);
  color: white;
  font-size: 2rem;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.info {
  height: 465px;
  background: url(../images/bg1.jpg) no-repeat left 30%;
  background-size: cover;
  margin: 30px auto 20px;
  position: relative;
}

.info .content-box {
  height: 465px;
  display: flex;
  margin: 0 auto;
}
.info .content-box .box1 {
  background-color: rgba(72, 117, 195, 0.8);
  display: flex;
  flex: 1 1 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  animation: fadeInLeft 1s;
}
.info .box1 h3 {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 400;
  text-align: center;
}
.info .box1 h3::after {
  content: "";
  display: block;
  width: 400px;
  height: 2px;
  background: #fff;
  margin: 10px auto;
}
.info .box1 p {
  width: 100%;
  padding: 10px 20px;
  line-height: 2;
}
.box1 a {
  text-decoration: none;
  color: white;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid white;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-top: 40px;
}
.box1 a:hover {
  background: #313dc5;
}
.info .box2 {
  flex: 1 2 200px;
  height: 100%;
  color: white;
  border-right: 1px dashed white;
}
.ibox {
  height: 237.5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px dashed white;
  font-size: 2.4rem;
}
.ibox i {
  font-size: 3rem;
}
.ibox span {
  margin: 20px 0;
}
.info .box3 {
  height: 100%;
  color: white;
  flex: 1 2 200px;
}

.news {
  width: 1200px;
  height: 100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: fadeInDown 0.5s;
}
.news-top {
  font-size: 2.4rem;
}

.news-bottom {
  font-size: 1.6rem;
  font-weight: lighter;
}
.news .xian {
  width: 500px;
  margin: 0 20px;
  border-bottom: 1px solid #aac8e3;
}
.awrap {
  position: absolute;
  width: 1750px;
  height: 300px;
  border-top-left-radius: 10p;
}
.awrap img {
  float: left;
  width: 200px;
  height: 300px;
  margin-right: 50px;
}
.container {
  background-color: #f2f2f2;
  animation: fadeInUp 1s;
}
.newslb {
  width: 1200px;
  margin: 0 auto;
  height: 580px;
  position: relative;
  overflow: hidden;
}
.newslbbox {
  display: flex !important;
  position: absolute;
}
.newslb .nrbox {
  width: 380px;
  height: 440px;
  background-color: white;
  text-align: left;
  margin-top: 30px;
  margin: 30px 25px 0 0;
}
.newslb .nrbox .imgbox {
  width: 340px;
  height: 240px;
  margin: auto;
  margin-top: 20px;
  overflow: hidden;
}
.newslb .nrbox .imgbox:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.newslb .nrbox img {
  width: 100%;
  height: 100%;
}
.newslb .nrbox .news-date {
  background-color: #015caa;
  font-size: 1.8rem;
  color: white;
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  margin: 10px 0;
}
.newslb .nrbox .news-date span {
  font-size: 1.4rem;
}

.newslb .nrbox .news-tit {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 10px 14px;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
}
.newslb .nrbox p {
  font-size: 13px;
  color: #989898;
  line-height: 20px;
  text-indent: 2em;
  padding: 0 10px;
}
.buttons {
  position: absolute;
  display: flex;
  width: 200px;
  justify-content: space-around;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.arrow {
  margin: 30px 25px 0 0;
  width: 50px;
  height: 50px;
  background-color: #668ccd;
  color: white;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 30px;
  display: block;
  cursor: pointer;
  outline: none;
}
.arr_left {
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.arr_right {
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.container:hover .arrow {
  display: block;
}
.announcement {
  width: 1200px;
  margin: auto;
}
.announcement .Announcement-header {
  background-color: white;
  height: 100px;
  display: flex;
}
.neirong {
  height: 500px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.neirong .box {
  background-color: white;
  width: 46%;
  height: 400px;
}
.neirong .xian {
  height: 500px;
  border-left: 1px solid #aac8e3;
}

.tz {
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  animation: fadeInDown 0.5s;
}
.tz .xian {
  width: 300px;
  border-bottom: 1px solid #aac8e3;
}
.tz span {
  font-size: 2.4rem;
}
.tz-content {
  animation: fadeInLeft 1s;
}
.tz-content ul {
  list-style: none;
  padding: 20px;
}
.tz-content ul li {
  height: 48px;
}

.tz-content ul a {
  text-decoration: none;
  font-size: 1.6rem;
}
.tz-content ul li span {
  float: right;
}
.tz-content ul a:hover {
  color: #0170c1;
}
.yg-content {
  height: 370px !important;
  margin-top: 30px;
  border: 1px solid #ddd;
  color: #898989;
  position: relative;
  animation: fadeInRight 1s;
  cursor: pointer;
}
.yg-content .tit p {
  font-size: 1.6rem;
  width: 300px;
  height: 50px;
  color: #294261;
  background: #aac8e3;
  position: absolute;
  top: -30px;
  line-height: 50px;
  text-align: center;
}
.yg-content .tit p::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 300px;
  border: 15px solid #0162a0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
}
.yg-content .tit h2 {
  font-size: 2.4rem;
  margin: 60px 40px 0;
  height: 100px;
  color: #0162a0;
}
.yg-content .tit a {
  display: block;
  width: 100%;
  height: 100px;
  background: #4472c4;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 20px;
}
.yginfo {
  padding: 40px;
}

.yginfo p {
  font-size: 1.6rem;
  line-height: 36px;
  color: #333;
}
.yginfo p img {
  vertical-align: top;
  margin-right: 4px;
}
.yg-content:hover {
  box-shadow: 0 3px 6px rgba(183, 183, 183, 0.4);
}
.yg-content:hover .tit h2 {
  transform: translateX(20px);
  transition: 0.6s;
}
.zhiku {
  width: 1200px;
  height: 380px;
  position: relative;
  margin: auto;
}
.zhiku-tit {
  width: 550px;
  height: 40px;
  margin: 0 auto;
  background: url(../images/zhku-tit.png) no-repeat;
}
#zhiku-tab {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding-top: 10px;
}
#zhiku-tab li {
  float: left;
  width: 25%;
  height: 20px;
  border-right: 1px solid #787878;
}
#zhiku-tab li:last-child {
  border: none;
}
#zhiku-tab a {
  color: #787878;
}
#zhiku-tab a:hover,
#zhiku-tab .selected {
  color: #015caa;
  font-weight: bold;
}
#zhiku-main {
  position: relative;
  overflow: hidden;
}
.zhiku-list {
  width: 100%;
  padding-top: 40px;
}
.zhiku-box {
  float: left;
  margin-right: 20px;
}
.zhiku-box .tpic {
  width: 180px;
  height: 180px;
  transition: all 0.3s;
}
.zhiku-box .tpic img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  transition: 0.3s;
}
.zhiku-box .tpic img:hover {
  transform: translateY(-20px);
}
.zhiku-box .ttit {
  margin-top: 20px;
  text-align: center;
}
.zhiku-box .ttit h3 {
  font-weight: 300;
  height: 30px;
}
.zhiku-box:hover h3 {
  color: #015caa;
}
.zhikuitem {
  height: 350px;
}
.zhikuitem:not(:first-child) {
  display: none;
}
#zhiku-tab li,
.zhiku-box {
  cursor: pointer;
}
#zhiku-tab .selected {
  color: #015caa;
  font-weight: bold;
  cursor: pointer;
}
.jyjx {
  background-color: #f2f2f2;
  background-image: url("../images/60-lines.png");
  animation: fadeInUp 1s;
}
.jyjx-content {
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
}
.jyjx-container {
  margin-top: 60px;
}
.jyjx .container-box {
  width: 374px;
  height: 280px;
  margin-right: 40px;
  background-color: white;
  text-align: center;
  transition: all 0.3s;
}
.jyjx .container-box:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.jyjx .container-box img {
  width: 320px;
  height: 220px;
  margin: 10px;
}
.sxfy {
  display: flex;
  height: 600px;
  justify-content: space-around;
}
.map {
  width: 70%;
}
.map img {
  max-width: 760px;
  margin-top: 40px;
}
.sxfy-content {
  width: 30%;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}
.sxfy-list {
  height: 560px;
  padding: 20px 0;
}
.sxfy-box {
  width: 200px;
  height: 174px;
  background-color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.sxfy-box img {
  width: 180px;
  height: 120px;
  margin: 10px;
}
.sxfy-box a {
  color: #333;
}
.footer {
  background-color: rgb(58, 95, 163);
  color: #fff;
  font-size: 1.8rem;
}
.foot {
  height: 300px;
  position: relative;
}
.foot {
  width: 1200px;
  height: 250px;
  display: flex;
  color: white;
  justify-content: space-around;
  align-items: center;
}
.footer li {
  font-size: 1.6rem;
  list-style: none;
  margin-bottom: 30px;
}
.foot a {
  color: #fff;
}
.foot-links a:hover {
  text-decoration: underline;
}
.QRcode {
  width: 300px;
  height: 120px;
}
.QRcode li {
  width: 120px;
  margin-right: 10px;
  float: left;
  display: block;
}
.QRcode img {
  width: 120px;
  height: 120px;
}
.QRcode span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}
.footer .cr {
  color: white;
  background-color: #4472c4;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.list-banner {
  width: 100%;
  height: 300px;
  margin-top: 150px;
  background: url(../images/tt.jpg) no-repeat center bottom;
  background-size: cover;
}
.emneub {
  width: 100%;
  height: 50px;
  margin-top: -50px;
  background: rgba(155, 142, 117, 0.85);
  z-index: 500;
  text-align: center;
}
.emneub.active {
  position: fixed;
  top: 60px;
  margin-top: 0px;
}

.emneub .lmment {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  height: 60px;
}
.emneub .lmment li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 16.666%;
  height: 48px;
  line-height: 48px;
  top: 2px;
  padding: 0px 20px;
  margin: 0 -1px;
  text-align: center;
  font-size: 1.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #eee;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.emneub .lmment li.one {
  width: 1px;
  height: 100%;
  padding: 0px;
  line-height: 50px;
}

.emneub .lmment li:hover {
  color: #0063b0;
  background: rgba(255, 255, 255, 0.8);
}
.emneub .lmment li.active {
  color: #0063b0;
  background: #fff;
}
.emneub .btobg {
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
  background: #fff;
}
.ebigcen {
  position: relative;
  width: 100%;
  background: #fff;
  height: auto;
  top: 55%;
  overflow: hidden;
  z-index: 300;
}
.ebigcen-ind {
  margin-top: -50px;
  z-index: 500;
}
.ernrbox {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 40px;
  z-index: 100;
}
.ebigceninfo {
  top: 50%;
  background: #eee;
}
.ernrbox-info {
  position: relative;
  width: 97%;
  max-width: 1150px;
  margin: 20px auto;
  padding: 10px 40px;
  z-index: 100;
  background: #fdfdfd;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.ernrbox .showleft {
  position: relative;
  float: left;
  width: calc(100% - 350px);
  height: auto;
  min-height: 600px;
}
.zwenz {
  position: relative;
  width: 100%;
  height: 78px;
}
.zwenz .yw {
  position: relative;
  float: left;
  width: auto;
  max-width: 100%;
  height: 100%;
  font-size: 60px;
  text-transform: uppercase;
  color: rgba(192, 160, 99, 0.2);
  font-family: ywzt;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zwenz .year {
  position: relative;
  float: left;
  width: auto;
  height: 100%;
  font-size: 90px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.1);
  font-family: "Baiduan Number";
}
.zwenz .hyty {
  position: absolute;
  float: left;
  width: 200px;
  height: 100%;
  bottom: 0;
  left: 370px;
  background: url(../images/hxty02.png) left center no-repeat;
  background-size: 100% auto;
}
.zwenz .title {
  position: absolute;
  width: auto;
  height: 26px;
  z-index: 100;

  bottom: 5px;
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.3);
  letter-spacing: 3px;
  font-size: 26px;
  line-height: 30px;
  color: #0063b0;
  z-index: 10;
}
.zwenz .now {
  position: absolute;
  width: 400px;
  height: 30px;
  top: 30px;
  right: 0;
  font-size: 1.4rem;
  color: #999;
  line-height: 30px;
  transition: all 0.3s;
  text-align: right;
}
.zwenz .now a {
  color: #999;
}
.zwenz .now a:hover {
  color: #0063b0;
}
.zwenz2 {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
  padding: 0 10px;
  z-index: 100;
}
.zwenz2 .yw {
  position: relative;
  float: left;
  width: auto;
  height: 100%;
  font-size: 35px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.15);
  font-family: "ptdin";
  line-height: 30px;
}
.zwenz2 .title {
  position: relative;
  float: left;
  width: auto;
  height: 30px;
  background: url(../images/hxty02.png) left center no-repeat;
  background-size: 100% auto;
}

.ksnews-box {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  height: auto;
  margin-bottom: 25px;
  overflow: hidden;
  margin-top: 25px;
}
.ksnews-box li {
  position: relative;
  width: 45%;
  height: auto;
  float: left;
  margin: 10px;
  padding: 20px;
  cursor: pointer;
  background: #f5f5f5;
}
.ksnews-box li .time-m {
  position: relative;
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #777;
  text-align: left;
  font-family: ywzt;
  transition: all 0.3s;
}
.ksnews-box li:hover {
  background: #fcfcfc;
}
.ksnews-box li:hover .time-m {
  color: #c0a063;
}
.ksnews-box li .title {
  position: relative;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 1.6rem;
  color: #444;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ksnews-box li:hover .title {
  color: #0063b0;
}
.ksnews-box li .list-info {
  height: 100px;
  line-height: 26px;
  font-size: 1.4rem;
  color: #999;
  margin-top: 15px;
  overflow: hidden;
  transition: all 0.3s;
}
.ksnews-box li:hover .list-info {
  color: #666;
}
.ksnews-box li .list-info .imgbox {
  position: relative;
  float: left;
  width: 160px;
  height: 100px;
  margin-right: 10px;
  overflow: hidden;
}
.ksnews-box li .list-info .imgbox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.ksnews-box li:hover .list-info .imgbox .img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.ksnews-box li .more {
  position: relative;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  text-align: right;
  color: #999;
  margin-top: 10px;
  transition: all 0.3s;
}
.ksnews-box li:hover .more {
  color: #0063b0;
}
.ksnews-box li .more span {
  color: #0063b0;
  font-size: 1.4rem;
}
.ks-qycy {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
}
.ks-qycy li {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.ks-qycy li:nth-child(even) {
  padding-right: 30px;
}
.ks-qycy li:nth-child(odd) {
  padding-left: 30px;
}
.ks-qycy li .picbox {
  position: relative;
  float: left;
  width: 45%;
  height: 240px;
  overflow: hidden;
  text-align: center;
}
.ks-qycy li .picbox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.ks-qycy li:hover .picbox .img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ks-qycy li .txtbox {
  position: relative;
  float: right;
  height: 240px;
  width: 55%;
  padding-top: 25px;
  padding-right: 5px;
  padding-left: 6%;
  transition: all 0.4s;
}
.ks-qycy li:hover .txtbox {
  background: rgba(192, 160, 99, 0.15);
}
.ks-qycy li .txtbox h4 {
  color: #444;
  font-weight: bold;
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 7px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.4s;
}
.ks-qycy li:hover .txtbox h4 {
  color: #0063b0;
}
.ks-qycy li .txtbox h5 {
  line-height: 25px;
  color: #888;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 100px;
  margin-bottom: 6%;
  font-weight: normal;
  transition: all 0.4s;
}
.ks-qycy li:hover .txtbox h5 {
  color: #555;
}
.ks-qycy li .txtbox h6 {
  font-size: 1.4rem;
  width: 65px;
  color: #c0a063;
  line-height: 20px;
  padding: 0 2px;
  padding-bottom: 5px;
  border-bottom: 2px solid #c0a063;
  font-weight: normal;
  transition: all 0.4s;
}
.ks-qycy li:hover .txtbox h6 {
  color: #0063b0;
  border-bottom: 2px solid #0063b0;
}

.piclist {
  position: relative;
  width: 101%;
  height: auto;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
.piclist li {
  float: left;
  width: 21%;
  margin: 20px 2%;
  background: #f9f5ef;
  height: auto;
  cursor: pointer;
  padding: 20px;
  transition: 0.3s;
}
.piclist li:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background: rgba(192, 160, 99, 0.1);
  box-shadow: 0px 2px 5px #999;
}
.piclist li .pics {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.piclist li .ch100 {
  margin-top: 100%;
}
.piclist li .pics .img {
  position: absolute;
  width: 95%;
  height: 95%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: 0.3s;
}
.piclist li .names {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 1.6rem;
  margin-top: 5px;
  color: #666;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.piclist li:hover .names {
  color: #0063b0;
}
.piclist li .names span {
  font-size: 1.4rem;
  padding-left: 10px;
  color: #c0a063;
}
.piclist li .tinfo {
  position: relative;
  width: 100%;
  height: 66px;
  margin-top: 0px;
  font-size: 12px;
  line-height: 22px;
  color: #999;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-box;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: 0.3s;
}
.piclist li:hover .tinfo {
  color: #666;
}
.wz {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
}
.wz-title {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  color: #333;
  padding: 10px;
}
.wz-titleinfo {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #ccc;
  line-height: 24px;
  color: #999;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.wz p {
  font-size: 1.4rem;
  line-height: 160%;
}

.wz-pr a {
  color: #7e7e5c;
  font-size: 1.4rem;
  line-height: 150%;
}

.pages {
  padding: 0px 0;
  margin-top: 0px;
  text-align: center;
  clear: both;
}
.p_pages {
  margin: 0 auto;
}
.pages .p_fun_d,
.pages .p_no_d,
.pages .p_no_o,
.pages .p_fun a,
.pages .p_no a {
  display: inline-block;
  color: #666;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 3px;
}
.pages .p_first,
.pages .p_first_d,
.pages .p_last,
.pages .p_last_d {
  display: none;
}
.pages a:hover {
  background: #c0a063;
  color: #fff;
}

.pages span.current {
  color: #fff;
  width: 30px;
  height: 30px;
  background: #c0a063;
  text-align: center;
  line-height: 30px;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .banner {
    height: 40vh;
  }
  .wrap {
    width: calc(90%);
  }
}
@media (min-width: 900px) and (max-width: 980px) {
  .xxgk-img-right-item {
    width: 110px;
    height: 110px;
    margin-left: 10px;
  }
  .xxgk-img-right-item img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 900px) {
  .wrap {
    width: calc(96%);
  }
  .cloud{
	display: none;
  }
  .xxgk-img {
    flex-direction: column;
  }
  .xxgk-img-right-item {
    margin: 20px;
  }
  .foot {
    justify-content: flex-start;
  }
  .foot-links {
    display: none;
  }
  .QRcode {
    margin-left: 60px;
  }
  .xxgk-img-right-item {
    width: 100px;
    height: 100px;
    margin-left: 10px;
  }
  .xxgk-img-right-item img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 790px) {
  .header-right {
    display: none;
  }
}
