@charset "utf-8";

/* index */
.Plate01 {
  background: #f2f5fa;
  margin-bottom: 1rem;
}

.lead {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.leadInfo {
  padding-bottom: 2rem;
  width: 67.4%;
}

.leadInfoLeft {
  width: 73px;
  height: 65px;
  line-height: 3.9rem;
  font-size: 1.8rem;
  margin-top: 3rem;
  font-weight: bold;
  background: url(../images/lead.png) no-repeat;
  background-position: left center;
  color: #fff;
  text-align: center;
}

.leadInfo h3 {
  font-size: 2.4rem;
  line-height: 5rem;
  margin-top: 1rem;
  color: #0b3f8d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  text-align: center;
}

.leadInfo h3:hover {
  color: #015293;
}

.leadInfo a {
  text-decoration: none;
  color: #333;
  outline: none;
  cursor: pointer;
}

.leadInfo p {
  font-size: 1.2rem;
  width: 90%;
  margin: 0 auto;
  color: #666666;
  line-height: 2rem;
  text-indent: 2rem;
  /*overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;*/
}

.Plate02 {
  background-color: white;
}

.news {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.plateitemLeft {
  width: 38%;
  margin-right: 1.8rem;
}

.slideBox {
  position: relative;
}

.Carousel .slideBox .bd ul li a:hover .carouselDate {
  color: #015293;
}

.Carousel .slideBox .bd ul li a:hover .carouselInfo h3 {
  color: #015293;
}

.Carousel .bd ul li a img {
  height: 420px;
}

.Carousel .bd ul li a>div {
  margin-top: -50px;
  margin-left: 20px;
  margin-right: 20px;
  border-top: 3px solid #015293;
  overflow: hidden;
  position: relative;
  z-index: 9;
  background-position: right bottom;
  padding: 15px 35px 15px 0;
  background-color: #f4f4f4;
}

.carouselDate {
  float: left;
  text-align: center;
  width: 85px;
  color: #111111;

}

.carouselDate p {
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}

.carouselDate span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}

.carouselInfo {
  overflow: hidden;
}

.carouselInfo h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #111111;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}

.carouselInfo p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #888888;
}

.infoRight {
  overflow: hidden;
}

.infoRightLink {
  overflow: hidden;
  margin-top: 10px;
}

.infoRightLink ul {
  display: flex;
  flex-direction: row;
  place-content: center;
}

.infoRightLink ul li {
  display: flex;
  flex-direction: row;
  place-content: center;
  border: 1px solid #015293;
  width: 33.3333%;
  margin-right: 1.5rem;
}

.mr_n {
  margin-right: 0 !important;
}

.infoRightLink ul li a {
  color: #333;
  line-height: 3rem;
  font-size: 1.4rem;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

.infoRightLink ul li:hover {
  background-color: #e9f2ff;
}

.s2-l {
  width: 50%;
  margin-right: 30px;
  float: left;
}

.post-more {
  display: flex;
  justify-content: flex-end;
  color: #888;
  font-size: 1rem;
  line-height: 4rem;
  text-decoration: none;
  margin-top: -4.5rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.post-more:hover {
  color: #245399;
}

.plateitemRight {
  width: 32%;
}

.slideBox {
  position: relative;
  overflow: hidden;
}

.slideBox .hd {
  bottom: 150px;
  left: 15px;
  z-index: 9;
  position: absolute;
}

.slideBox .hd ul {
  margin-bottom: -14px;
  overflow: hidden;
  display: flex;
  margin-top: 1.5rem;
  margin-left: 1.2rem;
  flex-direction: row;
  place-content: center;
}

.slideTxtBox .hd ul li a {
  font-size: 1.6rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;

}

.slideBox .hd ul li {
  margin-left: 6px;
  width: 20px;
  height: 12px;
  background: url(../images/Carousel.png) no-repeat;
  background-position: center center;
  transition: width 0.3s;
  cursor: pointer;
}

.slideBox .hd ul li.on {
  background-color: #f1f1f1;
  background: url(../images/Carouselhover.png) no-repeat;
  background-position: center center;
}

.slideBox .bd ul li a {
  display: block;
  position: relative;
  cursor: pointer;
}

.slideBox .bd ul li a img {
  width: 100%;
  transition: all 1s;
  display: block;
}

.slideBox .bd ul li a>p {
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 20px;
  padding-left: 20px;
  padding-right: 120px;
  bottom: 0;
  line-height: 42px;
  background: rgba(0, 0, 0, .8);
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}

.slideBox .bd ul li a:hover img {
  transform: scale(1.05);
}

.slideTxtBox .hd ul {
  border-bottom: 1px solid #c2cfe3;
  margin-bottom: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  place-content: center;
}

.slideTxtBox .hd ul li.on {
  font-weight: 600;
  border-color: #245399;
  color: #245eb4;
}

.slideTxtBox .hd ul li:first-child {
  margin-left: 0;
}


.slideTxtBox .hd ul li {
  top: 1px;
  width: 20%;
  padding: 0 0 10px 0;
  text-align: center;
  border-bottom: 3px solid transparent;
  position: relative;
  cursor: pointer;
}

.slideTxtBox .hd ul li.on a {
  color: #015293;
  font-weight: 600;
}

.i-list li {
  position: relative;
  font-size: 1.2rem;
  line-height: 3rem;
  padding: 0 100px 0 10px;
}

.i-list li>span {
  position: absolute;
  right: 1rem;
  top: 0;
  color: #666666;
  font-size: 1rem;
}

.i-list li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #111111;
}

.i-list li a:hover {
  color: #245399;
}

.Plate00 {
  margin-top: 1rem;
}

.ztzl-pic {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.ztzl-pic img {
  width: 71%;
}

.Plate03 {
  padding-top: 2rem;
  margin-top: 1rem;
  padding-bottom: 2rem;
  background: url(../images/is2-bj.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: auto;
}

.zwgk0 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.zwgk0 .zwgkLeft {
  width: 38%;
  margin-right: 1.5rem;
}

.zwgk0 .zwgkLeft .slideTxtBox .hd ul {
  justify-content: left;
}

.zwgk0 .zfxxgkRight {
  width: 32%;
  border: 1px solid #4872b0;
  padding-bottom: 0.6rem;
}

.zwgk0 .zfxxgkRight h3 {
  line-height: 4rem;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  background-size: cover;
  background-color: #4872b0;
  cursor: pointer;
  width: 100%;
}

.zwgk0 .zfxxgkRight h3 a {
  color: white;
  text-decoration: none;
}

.zwgk0 .zfxxgkRight h3:hover {
  transition: all 0.5s;
  transform: scale(1.05, 1.05);
  ;
  -ms-transform: scale(1.05, 1.05);
  ;
  /* IE 9 */
  -moz-transform: scale(1.05, 1.05);
  ;
  /* Firefox */
  -o-transform: scale(1.05, 1.05);
  ;
  /* Opera */
  -webkit-transform: scale(1.05, 1.05);
  /* Safari 和 Chrome */

}

.zwgk0 .zfxxgkRight ul {
  display: flex;
  flex-direction: row;
}

.zwgk0 .zfxxgkRight ul li {
  width: 31%;
  line-height: 5rem;
  margin-left: 1.15%;
  margin-right: 1.15%;
  position: relative;
  margin-top: 1rem;
  background: #fff;
}

.zwgk0 .zfxxgkRight ul li {
  display: flex;
  flex-direction: row;
  place-content: center;
}

.zwgk0 .zfxxgkRight ul li:hover {
  box-shadow: 0px 2px 8px rgba(61, 61, 61, 0.2);
  transition: all 0.5s;
  transform: scale(1.05, 1.05);
  ;
  -ms-transform: scale(1.05, 1.05);
  ;
  /* IE 9 */
  -moz-transform: scale(1.05, 1.05);
  ;
  /* Firefox */
  -o-transform: scale(1.05, 1.05);
  ;
  /* Opera */
  -webkit-transform: scale(1.05, 1.05);
  /* Safari 和 Chrome */

}

.zwgk0 .zfxxgkRight ul li a {
  width: 100%;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zwgk0 .zfxxgkRight ul li a img {
  vertical-align: middle;
  margin-right: 10px;
}

.zwgk0 .zfxxgkRight ul li a span {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #111;
  vertical-align: middle;
}

.zwgk_list ul {
  overflow: hidden;
  margin-top: 2.2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.zwgk_list ul li:first-child {
  background: url(../images/is2-bbj1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.zwgk_list ul li:first-child:hover {
  background: url(../images/is2-bbj1-hover.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.zwgk_list ul li:nth-child(2) {
  margin-left: 0;
  background: url(../images/is2-bbj2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.zwgk_list ul li:nth-child(2):hover {
  background: url(../images/is2-bbj2-hover.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.zwgk_list ul li:nth-child(3) {
  margin-left: 0;
  background: url(../images/is2-bbj3.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.zwgk_list ul li:nth-child(3):hover {
  background: url(../images/is2-bbj3-hover.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.zwgk_list ul li:nth-child(4) {
  margin-left: 0;
  background: url(../images/is2-bbj4.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.zwgk_list ul li:nth-child(4):hover {
  background: url(../images/is2-bbj4-hover.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.zwgk_list ul li:nth-child(5) {
  margin-left: 0;
  background: url(../images/is2-bbj5.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.zwgk_list ul li:nth-child(5):hover {
  background: url(../images/is2-bbj5-hover.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.zwgk_list ul li:nth-child(6) {
  margin-left: 0;
  background: url(../images/is2-bbj6.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.zwgk_list ul li:nth-child(6):hover {
  background: url(../images/is2-bbj6-hover.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.zwgk_list ul li {
  width: 11.3%;
  margin-right: 0.9rem;
  margin-left: 0.9rem;
}

.zwgk_list ul li a {
  display: block;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.zwgk_list ul li a div {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.zwgk_list ul li a div img:first-child {
  display: block;
}

.zwgk_list ul li:hover div img:first-child {
  display: none;
}

.zwgk_list ul li:hover div img {
  display: block;
}

.zwgk_list ul li a div img {
  display: none;
}

.zwgk_list ul li a p {
  color: #333333;
  margin-top: 1rem;
  font-size: 1.3rem;
}

.zwgk_list ul li:hover p {
  color: #fff;
}

.Plate04 {
  padding-top: 1rem;
  margin-top: 1rem;
}

.zwfw0 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.zwfwLeft {
  width: 35%;
  margin-right: 1.2%;
}

.zwfwRight {
  width: 35%;
}

.zwfwLeft h2 span {
  font-size: 1.5rem;
  color: #245399;
  font-weight: 600;
}

.zwfwLeft h2 a {
  display: flex;
  justify-content: flex-end;
  color: #888;
  font-size: 1rem;
  line-height: 4rem;
  text-decoration: none;
  margin-top: -3rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  font-weight: initial;
}

.zwfwLeft h2 a:hover {
  color: #245399;
}

.zwfwLeft ul {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.zwfwLeft ul li {
  width: 24%;
  background: #f2f5fa;
  margin-right: 1%;
  margin-bottom: 1rem;
}

.zwfwLeft ul li:hover {
  background: #4872b0;
}

.zwfwLeft ul li a {
  display: block;
  text-align: center;
  padding: 1.5rem 0;
}

.zwfwLeft ul li a div {
  height: 3rem;
  line-height: 3rem;
}

.zwfwLeft ul li a div img:first-child {
  display: inline-block;
}

.zwfwLeft ul li:hover a div img:first-child {
  display: none;
}

.zwfwLeft ul li:hover a div img {
  display: inline-block;
}

.zwfwLeft ul li a div img {
  display: none;
  vertical-align: middle;
}

.zwfwLeft ul li:hover a p {
  color: #fff;
}

.zwfwLeft ul li a p {
  color: #333333;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  font-size: 1.2rem;
}


.zwfwRight h2 span {
  font-size: 1.5rem;
  color: #245399;
  font-weight: 600;
}

.zwfwRight h2 a {
  display: flex;
  justify-content: flex-end;
  color: #888;
  font-size: 1rem;
  line-height: 4rem;
  text-decoration: none;
  margin-top: -3rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  font-weight: initial;
}

.zwfwRight h2 a:hover {
  color: #245399;
}

.zwfwRight ul {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.zwfwRight ul li {
  width: 24%;
  background: #f2f5fa;
  margin-right: 1%;
  margin-bottom: 1rem;
}

.zwfwRight ul li:hover {
  background: #4872b0;
}

.zwfwRight ul li a {
  display: block;
  text-align: center;
  padding: 1.5rem 0;
}

.zwfwRight ul li a div {
  height: 3rem;
  line-height: 3rem;
}

.zwfwRight ul li a div img:first-child {
  display: inline-block;
}

.zwfwRight ul li:hover a div img:first-child {
  display: none;
}

.zwfwRight ul li:hover a div img {
  display: inline-block;
}

.zwfwRight ul li a div img {
  display: none;
  vertical-align: middle;
}

.zwfwRight ul li:hover a p {
  color: #fff;
}

.zwfwRight ul li a p {
  color: #333333;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Plate05 {
  padding-top: 2rem;
  margin-top: 1rem;
  padding-bottom: 2rem;
  background: url(../images/is4-bj.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: auto;
}

.zmhd0 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.zmhd0 .zmhdLeft {
  width: 38%;
  margin-right: 1.5rem;
}

.zmhd0 .zmhdLeft .slideTxtBox .hd ul {
  justify-content: left;
}

.zmhd0 .zmhdRight {
  width: 32%;
  padding-bottom: 0.6rem;
}

.zmhd0 .zmhdRight ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.zmhd0 .zmhdRight ul li {
  width: 18%;
  line-height: 4rem;
  margin-left: 1.16%;
  position: relative;
  margin-top: 1rem;
  background: #fff;
  padding: 1rem 1.2rem;
  display: flex;
  flex-direction: row;
  place-content: center;
}

.zmhd0 .zmhdRight ul li:hover {
  box-shadow: 0px 2px 8px rgba(61, 61, 61, 0.2);
  transition: all 0.5s;
  transform: scale(1.05, 1.05);
  ;
  -ms-transform: scale(1.05, 1.05);
  ;
  /* IE 9 */
  -moz-transform: scale(1.05, 1.05);
  ;
  /* Firefox */
  -o-transform: scale(1.05, 1.05);
  ;
  /* Opera */
  -webkit-transform: scale(1.05, 1.05);
  /* Safari 和 Chrome */

}

.zmhd0 .zmhdRight ul li a {
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zmhd0 .zmhdRight ul li a img {
  vertical-align: middle;
}

.zmhd0 .zmhdRight ul li a span {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #333333;
}

.zmhd0 .zmhdRight ul li a div.qblue {
  background: #4872b0;
}

.zmhd0 .zmhdRight ul li a div {
  line-height: 4rem;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  margin: 0 auto;
}

.zmhd0 .zmhdRight ul li a div.qgreen {
  background: #50969a;
}

/* 专题专栏--------------- */
.Plate06 {
  padding-top: 1rem;
  margin-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.ztzl0 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.ztzl0 .bd li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.ztzl0 .bd li a {
  display: block;
  overflow: hidden;
}

.ztzl0 .bd li a img {
  display: block;
  width: 100%;
  height: 165px;
  transition: all 0.3s;
}

.ztzl0 .next {
  position: absolute;
  right: 15%;
  z-index: 9;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #2b8ddb;
  font-family: 楷体 !important;
  font-weight: 600;
  font-size: 30px;
  padding: 0.3rem;
  background-color: #d1eaff;
}

.ztzl0 .prev:hover,
.ztzl0 .next:hover {
  color: #ffffff;
  background-color: #2b8ddb;
}

.ztzl0 .prev {
  position: absolute;
  left: 15%;
  z-index: 9;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #2b8ddb;
  font-family: 楷体 !important;
  font-weight: 600;
  font-size: 30px;
  padding: 0.3rem;
  background-color: #d1eaff;
}

.ztzl0 .bd {
  overflow: hidden;
}

/* 右侧悬浮内容 */
.floating_ck {
  position: fixed;
  right: 20px;
  top: 34%;
}

.floating_ck dl dd:hover {
  background-color: #b7d7f1;
  border-bottom: solid 1px #ffffff;
}

.floating_ck dl dd:hover .floating_left {
  display: block;

}

.floating_left {
  position: absolute;
  left: -160px;
  top: 0px;
  width: 160px;
  height: 180px;
  background-color: #b7d7f1;
  border-bottom: solid 1px #ffffff;
  display: none;
}

.floating_ck dl dd {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #d1e7f9;
  border-bottom: solid 1px #ededed;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 20%;
  cursor: pointer;
}

.consult {
  background-image: url(../images/gfticon.png);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.zhengwu {
  background-image: url(../images/zhenwu.png);
}
.words {
  background-image: url(../images/weixin.png);
}

.return {
  background-image: url(../images/fanhui.png);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.consult>.floating_left>i {
  background-image: url(../images/gftewm.jpg);
  display: block;
  width: 145px;
  height: 145px;
  margin: auto;
  margin-top: 7px;
}
.zhengwu>.floating_left>i {
  background-image: url(../images/zhanshang.png);
  display: block;
  width: 145px;
  height: 145px;
  margin: auto;
  margin-top: 7px;
}
.words>.floating_left>i {
  background-image: url(../images/wxewm.jpg);
  display: block;
  width: 145px;
  height: 145px;
  margin: auto;
  margin-top: 7px;
}

.consult_p,.zhengwu_p,
.words_p {
  margin-top: 4px;
  color: #333;
}

.floating_ck dd span {
  color: #333;
  display: block;
  padding-top: 54px;
}

/* mobile */
@media screen and (max-width: 1815px) {
  .zmhd0 .zmhdRight ul li {
    width: 17% !important;
}
}
@media screen and (max-width: 1680px) {
  .plateitemLeft {
    width: 40%;
  }

  .plateitemRight {
    width: 42%;
  }

  .zwgk0 .zwgkLeft {
    width: 40%;
    margin-right: 0;
  }

  .zwgk0 .zfxxgkRight {
    width: 42%;
  }

  .zwgk_list ul li {
    width: 13.3%;
  }

  .zwfwLeft {
    width: 42%;
  }

  .zwfwRight {
    width: 42%;
  }

  .zmhd0 .zmhdLeft {
    width: 42%;
    margin-right: 0;
  }

  .zmhd0 .zmhdRight {
    width: 41%;
  }

  .ztzl0 .next {
    right: 9%;
  }

  .ztzl0 .prev {
    left: 9%;
  }

  .ztzl-pic img {
    width: 84%;
  }

  #box2 a img {
    width: 84%;
  }
}

@media screen and (max-width: 1687px) {
  .zmhd0 .zmhdRight ul li {
    width: 17% !important;
}
  .hdg2-b .hdg2-br ul li {
    width: 38% !important;
}
}

@media screen and (max-width: 1564px) {
  .ztzl0 .next {
    right: 6%;
  }

  .ztzl0 .prev {
    left: 6%;
  }

  #box2 a img {
    width: 82%;
  }
}

@media screen and (max-width: 1440px) {
  .leadInfoLeft {
    display: none;
  }

  .plateitemRight {
    width: 38%;
  }

  .plateitemLeft {
    width: 42%;
  }

  .zwgk0 .zwgkLeft {
    width: 42%;
  }

  .zwgk0 .zfxxgkRight {
    width: 38%;
  }

  .zwgk_list ul li {
    width: 12.8%;
  }

  .zwfwLeft {
    width: 40%;
  }

  .zwfwRight {
    width: 40%;
  }

  .zmhd0 .zmhdLeft {
    width: 36%;
  }

  .zmhd0 .zmhdRight {
    width: 43%;
  }

  .ztzl0 .next {
    right: 10%;
  }

  .ztzl0 .prev {
    left: 10%;
  }

  .ztzl0 .bd {
    margin: 0 auto;
  }

  .ztzl-pic img {
    width: 81%;
  }

  #box2 a img {
    width: 80%;
  }

  .ztzl0 .bd li a img {
    width: 90% !important;
    height: 90% !important;
  }

  .ztzl0 .bd li {
    margin-left: 2rem;
    margin-right: -1rem;
  }
}


@media screen and (max-width: 1366px) {
  .plateitemRight {
    width: 42%;
  }

  .zwgk0 .zwgkLeft {
    width: 46%;
  }

  .zwgk0 .zfxxgkRight {
    width: 38%;
  }

  .zwgk_list ul li {
    width: 13.4%;
  }

  .zwfwLeft {
    width: 42%;
  }

  .zwfwRight {
    width: 42%;
  }

  .zmhd0 .zmhdLeft {
    width: 36%;
  }

  .zmhd0 .zmhdRight {
    width: 48%;
  }

  .ztzl0 .next {
    right: 9%;
  }

  .ztzl0 .prev {
    left: 9%;
  }

  .ztzl-pic img {
    width: 85%;
  }

  .floating_ck {
    display: none;
  }

  #box2 a img {
    width: 60%;
  }

  .ztzl0 .bd {
    width: 75%;
  }
}

@media screen and (max-width: 1236px) {

  .zwgk0 .zwgkLeft {
    width: 44%;
  }

  .zwgk0 .zfxxgkRight {
    width: 46%;
  }

  .zwgk_list ul li {
    width: 14.4%;
  }

  .zwfwLeft {
    width: 46%;
  }

  .zwfwRight {
    width: 46%;
  }

  .zmhd0 .zmhdLeft {
    width: 36%;
  }

  .zmhd0 .zmhdRight {
    width: 56%;
  }

  .zmhd0 .zmhdRight ul li {
    width: 17%;
  }

  .ztzl0 .next {
    right: 6%;
  }

  .ztzl0 .prev {
    left: 6%;
  }

  .ztzl-pic img {
    width: 92%;
  }

  #box2 {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .leadInfo {
    width: 90%;
  }

  .plateitemRight {
    width: 48%;
  }

  .zwgk0 .zwgkLeft {
    width: 44%;
  }

  .zwgk0 .zfxxgkRight {
    width: 46%;
  }
}

@media screen and (max-width: 1024px) {
  .plateitemRight {
    width: 90%;
    margin-top: 1rem;
  }

  .Plate00 {
    display: none;
  }

  .Plate05 {
    margin-top: 0;
  }

  .plateitemLeft {
    width: 96%;
    margin-right: 0;
  }

  .leadInfo h3 {
    font-size: 2rem;
  }

  .leadInfo p {
    display: none;
  }

  .leadInfo {
    padding-bottom: 1rem;
  }

  .leadInfo h3 {
    line-height: 3rem;
    margin-bottom: 0;
  }

  .zfxxgkRight {
    display: none;
  }

  .zwgk0 .zwgkLeft {
    width: 90%;
  }

  .post-more {
    display: none;
  }

  .slideTxtBox .hd ul li {
    width: 25%;
  }

  .zwgk_list ul li {
    width: 28.33%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    padding: 0 1rem;
  }

  .zwgk_list ul li {
    margin-left: 4px;
    margin-right: 4px;
  }

  .zwfwLeft ul li {
    width: 49%;
  }

  .zwfwRight ul li {
    width: 49%;
  }

  .zmhd0 .zmhdRight {
    display: none;
  }

  .zmhd0 .zmhdLeft {
    width: 90%;
  }

  .ztzl-pic img {
    display: none;
  }

  .none {
    display: none;
  }

  .infoRightLink {
    display: none;
  }
}

@media screen and (max-width: 684px) {
  .zwgk_list ul li {
    width: 43.33%;
  }

  .Plate04 {
    display: none;
  }

  .ztzl0 .bd {
    width: 306px;
  }

  .ztzl0 .bd li a img {
    width: 100% !important;
    height: 100% !important;
  }

  .ztzl0 .bd li {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media screen and (max-width: 576px) {}

@media screen and (max-width: 521px) {
  .slideTxtBox .hd ul li a {
    font-size: 1.6rem;
  }

  .zwgk_list ul li {
    width: 40.33%;
  }

  .ztzl0 .next {
    right: 3%;
  }

  .ztzl0 .prev {
    left: 3%;
  }
}


@media screen and (max-width: 423px) {
  .Carousel .bd ul li a img {
    height: 264px;
  }

  .slideTxtBox .hd ul li a {
    font-size: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .zwgk_list ul li {
    width: 40.33%;
  }

}

@media screen and (max-width: 367px) {
  .zwgk_list ul li {
    width: 83.33%;
  }
}

@media screen and (max-width: 320px) {
  .zwgk_list ul li {
    width: 88.33%;
  }
}