
/* base */
html {
  font-size: 62.5%;
}

@media print {
  a[href]:after {
    content: none !important;
  }
  .noprint {
    display: none;
  }
}

.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.clb {
  clear: both !important;
}

.h30 {
  height: 30px;
}

p {
  margin: 0;
}

body {
  min-width: 1400px;
  margin: auto;
  color: #666;
  font-size: 14px;
  background: #ffffff;
}

.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
  background-color: #666 !important;
}

.text-overflow {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.box {
  overflow: hidden;
}

.box-shadow {
  -webkit-box-shadow: 0px 1px 27px 0px rgba(91, 91, 91, 0.09);
          box-shadow: 0px 1px 27px 0px rgba(91, 91, 91, 0.09);
}

ul {
  padding-left: 0;
  list-style: none;
}

a {
  color: #666;
  text-decoration: none !important;
}

a:hover {
  cursor: pointer;
}

.clearfix:after, #wmdtd .slideTxtBox .bd:after, #listPage.zdcg .zdcg-main:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-preTri {
  position: relative;
  padding-left: 16px;
}

.ui-preTri::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 8px solid transparent;
  border-left-color: #333;
}

.ui-preTri-2 {
  position: relative;
  padding-left: 12px;
}

.ui-preTri-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 4px solid transparent;
  border-left-color: #666;
}

.ui-preTri-2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 4px solid transparent;
  border-left-color: #666;
}

.ui-preTri-2:hover::before, .ui-preTri-2:hover::after {
  border-left-color: #64B065;
}

.ui-preDot {
  position: relative;
  padding-left: 12px;
}

.ui-preDot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #3A64B2;
  border-radius: 50%;
}

.list {
  list-style: none;
}

.list li {
  height: 34px;
  line-height: 34px;
  padding-right: 100px;
  position: relative;
}

.list li a {
  display: block;
  font-size: 14px;
}

.list li a:hover {
  color: #EB9F2D;
}

.list li .time {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
}

.g-banner {
  width: 100%;
  height: 300px;
  background: url("../image/banner.png") center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.side-nav {
  margin-top: -100px;
}

.side-nav .nav-top {
  height: 80px;
  line-height: 80px;
  padding-left: 25px;
  background: #5B7DEB;
  color: #ffffff;
  font-size: 26px;
}

.side-nav .nav-top .en {
  font-size: 20px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.side-nav li {
  background: #F0F0F0;
  line-height: 50px;
  border: 1px solid #E2E2E2;
}

.side-nav li.on a, .side-nav li:hover a {
  color: #5B7DEB;
}

.side-nav li.on a .cn, .side-nav li:hover a .cn {
  font-weight: bold;
}

.side-nav li a {
  padding-left: 25px;
  display: block;
}

.side-nav li a .iconfont {
  float: right;
  margin-right: 20px;
}

.side-nav li a .en {
  opacity: .7;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.side-nav li a .en::before {
  content: " | ";
  font-family: serif;
  margin: 0 5px;
}

.side-nav .hongyi {
  display: none;
}

#xxjj .hongyi {
  display: block;
  margin-top: 40px;
}

#zsbd .zhaosheng {
  margin-top: 40px;
}

.container {
  position: relative;
  width: 1400px !important;
  padding: 0 20px;
}

#body {
  padding-top: 100px;
}

#body .container {
  
}

.swiper-button-next,
.swiper-button-prev {
  padding: 15px;
  background: #000;
  border-radius: 50%;
  width: auto;
  cursor: pointer;
  outline: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

/* header */
#header {
  width: 100%;
  height: 100px;
  border-bottom: 2px solid #DFDFDF;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
}

.g-hd .container {
  position: relative;
}

.g-hd .m-logo {
  width: 656px;
  margin-left: 20px;
  line-height: 100px;
  display: inline-block;
  background: url(/static/images/logo.jpg) left center no-repeat;
  background-size:60px; 
}
.g-hd .m-logo span{ font-size: 32px; color: #000; font-weight: bold; padding-left: 70px; line-height:100px; }
.g-hd .m-search {
  line-height: 30px;
  position: absolute;
  z-index: 99;
  top: 50%;
  right: 0;
  overflow: hidden;
  width: 180px;
  min-width: 93px;
  height: 38px;
  background-color: #F4F4F4;
  border-radius: 25px;
}

.g-hd .m-search .search_btn {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 40px;
  height: 38px;
  border: 0;
  outline: none;
  background: none;
}

.g-hd .m-search .search_btn .iconfont {
  font-size: 18px;
  color: #999;
}

.g-hd .m-search .search_text {
  line-height: 30px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 38px;
  padding-right: 40px;
  padding-left: 10px;
  border: 1px solid #C3C3C3;
  outline: none;
  border-radius: 25px;
}

.g-hd .m-search .search_text::-webkit-input-placeholder {
  color: #999;
}

.g-nav {
  position: absolute;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.g-nav .wrapper {
  position: relative;
  margin: auto;
}

.g-nav .nav {
  position: relative;
  z-index: 999;
  list-style: none;
}

.g-nav .nav a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  display: block;
  letter-spacing: 0;
}

.g-nav .nav .nLi {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  border-bottom: 3px solid transparent;
}

.g-nav .nav .nLi.on {
  background-position-y: 25px;
  border-bottom: 3px solid #2D64B8;
}

.g-nav .nav .nLi.on h3 a {
  color: #2D64B8;
}

.g-nav .nav .nLi h3 {
  display: block;
  width: 100%;
  height: 100px;
  line-height: 100px;
  margin: 0;
}

.g-nav .nav .nLi h3 a {
  font-size: 16px;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
}

.g-nav .nav .sub {
  display: none;
  line-height: 32px;
  position: absolute;
  top: 103px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  background: #fff;
  white-space: nowrap;
  -webkit-box-shadow: 5px 7px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 7px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.g-nav .nav .sub li {
  zoom: 1;
}

.g-nav .nav .sub a {
  font-size: 16px;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #666;
}

.g-nav .nav .sub a:hover {
  color: #547BF2 !important;
}

/* footer */
.g-ft {
  border-top: 10px solid #999999;
  padding: 15px 0;
  line-height: 30px;
  background: #333;
  color: #fff;
}

.g-ft .container {
  position: relative;
}

.g-ft .ft-1 {
  float: left;
}

.g-ft .ft-1 img {
  width: 656px;
  margin-left: -15px;
}
.g-ft .ft-1 a{
  color: #fff;
}

.g-ft .ft-2 {
  float: right;
  margin-right: 80px;
  margin-top: 5px;
}

.g-ft .ft-2 img {
  margin: 0 10px;
}

.g-ft .ft-2 p {
  margin-bottom: 10px;
}

.g-ft .ft-3 {
  float: right;
  width: 180px;
  text-align: center;
}

.g-ft .ft-3 img {
  
}

.g-ft a {
  font-size: 12px;
  line-height: 1.8;
}
.conent {
      position: absolute;
      position: fixed;
      right: 0;
      bottom: 0;
      /* top: 20px; */
      z-index: 99999;

    }

    .conent .sition {
      position: relative;
    }

    .conent .sition .c_header {
      width: 90px;
      text-align: center;
      cursor: move;
    }

    .conent .sition .c_header .txt {
      color: #00CC00;
      font-weight: 600;
      font-size: 15px;
      line-height: 30px;
      box-shadow: 1px 1px 1px 1px #000;
      text-shadow: 1px 1px 1px #000;
    }

    .conent .sition .c_adver {
      width: 300px;
      cursor: pointer;
      background-size: 100% 100% !important
    }

    .conent .sition .c_adver img {
      width: 300px;
    }

    .conent .sition .sign {
      width: 0px;
      height: 10px;
      border: 2px solid #000;
      display: block;
      position: absolute;
      top: 27px;
      left: 46px;
    }
/* home page */
@font-face {
  font-family: 'zfqxs';
  src: url("../font/叶根友毛笔行书简体.ttf");
}

.g-lm-name {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
#newsPage .cnt-content img{
    width:auto !important;}
.g-lm-name .lm-name-cn {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 1px;
  color: #3964b2;
}

.g-lm-name .lm-name-en {
  margin-top: 10px;
  font-family: PingFangSC-Semibold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #88b6e7;
}

.g-lm-name .lm-name-more {
  float: right;
}

.hd-1 {
  height: 50px;
  line-height: 50px;
  margin: 0 10px;
  margin-bottom: 10px;
  font-size: 26px;
  cursor: pointer;
}

.hd-1 a:hover {
  color: #EC9F2D;
}

.hd-1 .name {
  float: left;
  font-size: 26px;
}

.hd-1 .name .cn {
  color: #666;
}

.hd-1 .name .en {
  color: #999;
}

.hd-1 .name:hover * {
  color: #EC9F2D !important;
}

.hd-1 .more {
  font-size: 14px;
  color: #999999;
  float: right;
}

.loc {
  margin-top: 30px;
  margin-left: 85px;
  color: #999999;
}

.loc a {
  color: #999999;
}

#home {
  background: #F7F7F7;
}

#home #body {
  padding-top: 120px;
}

#home #footer {
  width: 1400px;
  margin: auto;
  background: #fff;
}

#home .box {
  width: 1400px;
  margin: auto;
  background: #fff;
  border-radius: 5px;
}

#home .banner {
  position: relative;
  width: 1400px;
  margin: auto;
  margin-bottom: 20px;
}

#home .banner .m-zt {
  float: left;
  width: 1010px;
  position: relative;
}

#home .banner .m-zt .xwzt {
  position: absolute;
  bottom: 135px;
  left: 20px;
  width: 186px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #2b6ee8;
  border-radius: 5px;
  z-index: 99;
  font-weight: bold;
}

#home .banner .m-zt .m-gallery {
  width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 5px;
}

#home .banner .m-zt .gallery-top {
  width: 100%;
  height: 0;
  padding-bottom: 625px;
}

#home .banner .m-zt .gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 625px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

#home .banner .m-zt .gallery-top .swiper-slide .pic {
  position: relative;
  padding-bottom: 65%;
  padding-bottom: 625px;
}

#home .banner .m-zt .gallery-top .swiper-slide .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#home .banner .m-zt .gallery-top .swiper-slide .pic_text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  word-break: break-word;
  line-height: 2;
  padding: 10px;
}

#home .banner .m-zt .gallery-top .swiper-slide .pic_text p {
  margin: 0;
}

#home .banner .m-zt .gallery-top .swiper-slide .pic_text .pic_note {
  font-size: 14px;
  text-indent: 2em;
}

#home .banner .m-zt .swiper-pagination {
  font-size: 18px;
  top: 0;
  left: 0;
  width: auto;
}

#home .banner .m-zt .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
}

#home .banner .m-zt .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 780px;
  height: 120px;
  padding-top: 35px;
  padding-left: 30px;
  z-index: 99;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  background: url("/static/images/xxjjbg1.png") no-repeat;
}

#home .banner .m-zt .tit .tit-2 {
  font-size: 16px;
}

#home .banner .m-zt .gallery-thumbs {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  z-index: 100;
}

#home .banner .m-zt .gallery-thumbs .swiper-slide {
  cursor: pointer;
  background-size: cover;
  background-position: center;
  width: 20%;
  opacity: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
}

#home .banner .m-zt .gallery-thumbs .swiper-slide .pic {
  position: relative;
  padding-bottom: 65%;
}

#home .banner .m-zt .gallery-thumbs .swiper-slide .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

#home .banner .m-zt .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #EDB25C;
  margin-top: -10px;
}

#home .banner .m-zt .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.8);
}

#home .m-xyxw,
#home .m-tzgg {
  margin-bottom: 20px;
  height: 355px;
  background-color: #ffffff;
  margin-top: 20px;
}

#home .m-xydl {
  position: relative;
  float: right;
  background: #fff;
  height: 625px;
  width: 370px;
  border-radius: 5px;
}

#home .m-xydl .left-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}

#home .m-xydl .right-top {
  position: absolute;
  right: 0;
  top: 0;
}

#home .m-xydl .xydl-1 {
  position: relative;
  width: 338px;
  height: 203px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
}

#home .m-xydl .xydl-1 .quanping {
  position: absolute;
  top: 10px;
  right: 14px;
  color: #ffffff;
}

#home .m-xydl .xydl-1 .quanping .iconfont {
  font-size: 20px;
}

#home .m-xydl .xydl-2 {
  font-size: 22px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 1px;
  text-align: center;
  margin-bottom: 15px;
}

#home .m-xydl .xydl-slideTxtBox .bd {
  text-align: justify;
  text-indent: 2em;
}

#home .m-xydl .xydl-slideTxtBox .bd .item {
  padding: 0 20px;
  line-height: 2;
}

#home .m-xydl .xydl-slideTxtBox .hd {
  position: absolute;
  text-align: center;
  height: 150px;
  bottom: 10px;
  width: 100%;
}

#home .m-xydl .xydl-slideTxtBox .hd li {
  position: relative;
  display: inline-block;
  font-size: 16px;
}

#home .m-xydl .xydl-slideTxtBox .hd li::after {
  content: "";
  width: 2px;
  background: #FEF3E5;
  position: absolute;
  top: 0;
  right: 0;
  height: 110px;
}

#home .m-xydl .xydl-slideTxtBox .hd li:nth-last-child(1)::after {
  display: none;
}

#home .m-xydl .xydl-slideTxtBox .hd li img {
  margin-top: 10px;
  display: none;
}

#home .m-xydl .xydl-slideTxtBox .hd li a {
  width: 74px;
  padding: 0 25px;
  display: block;
}

#home .m-xydl .xydl-slideTxtBox .hd li.on a, #home .m-xydl .xydl-slideTxtBox .hd li:hover a {
  color: #EB9F2D;
}

#home .m-xydl .xydl-slideTxtBox .hd li.on img, #home .m-xydl .xydl-slideTxtBox .hd li:hover img {
  display: block;
}

#home .m-kstd {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}

#home .m-kstd .item {
  display: inline-block;
  width: 110px;
  height: 110px;
  font-size: 16px;
  color: #666;
  margin: 0 70px;
}

#home .m-kstd .item .pic {
  margin-bottom: 10px;
}

#home .m-xyxw {
  float: left;
  width: 835px;
  height: 355px;
  margin-left: 20px;
}

#home .m-xyxw .list-wrap {
  float: left;
  width: 415px;
  text-align: justify;
}

#home .m-xyxw .list-wrap .top-list .left {
  display: none;
  float: left;
  margin-right: 20px;
  width: 90px;
  height: 90px;
  color: #EC9F2D;
  text-align: center;
  background: #EBEAE7;
}

#home .m-xyxw .list-wrap .top-list .left .left-1 {
  font-size: 40px;
}

#home .m-xyxw .list-wrap .top-list .left .left-2 {
  font-size: 14px;
}

#home .m-xyxw .list-wrap .top-list .title {
  line-height: 34px;
  font-size: 18px;
}

#home .m-xyxw .list-wrap .top-list .desc {
  text-indent: 2em;
  opacity: .8;
  line-height: 34px;
}

#home .m-xyxw .list-wrap .top-list .desc a {
  color: #EC9F2D;
}

#home .m-xyxw .list-wrap .list {
  background-position-y: 8px;
}

#home .m-xyxw .xyxw-lb {
  position: relative;
  float: left;
  width: 378px;
  height: 256px;
  margin-left: 5px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 2px;
}

#home .m-xyxw .xyxw-lb .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#home .m-xyxw .xyxw-lb .swiper-container .swiper-pagination {
  position: absolute;
  width: auto;
  height: 33px;
  bottom: 0;
  left: auto;
  right: 0;
  padding-right: 10px;
  padding-top: 3px;
}

#home .m-xyxw .xyxw-lb .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 4px;
  border-radius: 2px;
  background: #333;
  opacity: 1;
  z-index: 99;
  cursor: pointer;
}

#home .m-xyxw .xyxw-lb .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6e90ff;
}

#home .m-xyxw .xyxw-lb .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

#home .m-xyxw .xyxw-lb .swiper-container .swiper-wrapper .swiper-slide img {
  width: 378px;
  height: 256px;
  -o-object-fit: cover;
  object-fit: cover;
}

#home .m-xyxw .xyxw-lb .swiper-container .swiper-wrapper .swiper-slide .slide-title {
  line-height: 33px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 140px 0 20px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
}

#home .m-tzgg {
  float: right;
  width: 523px;
  height: 355px;
  margin-right: 20px;
}

#home .m-tzgg .list {
  margin: 0 10px;
}

#home .m-dtdl {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  display: none;
  background: #fff;
  height: 626px;
  margin-bottom: 20px;
  padding: 20px;
  z-index: 998;
}

#home .m-dtdl img {
  width: 100%;
}

#home .m-dtdl .iconquanping1 {
  position: absolute;
  font-size: 20px;
  color: #fff;
  right: 30px;
  top: 30px;
  z-index: 999;
}

#home .m-dtdl .wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: url(../image/dtdlbg2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-position-y: -100px;
}

#home .m-dtdl .item-marker.on .iconfont {
  color: #F8A72B;
}

#home .m-dtdl .item-marker.on .marker-text {
  display: block;
}

#home .m-dtdl .item-marker.on .border-1::before {
  background: #F8A72B !important;
}

#home .m-dtdl .item-marker {
  position: absolute;
  cursor: pointer;
}

#home .m-dtdl .item-marker .border-1 {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: rgba(255, 255, 255, 0.5);
}

#home .m-dtdl .item-marker .border-1::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 60%;
  width: 60%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFFE00;
  border-radius: 50%;
}

#home .m-dtdl .item-marker .iconfont {
  font-size: 26px;
  color: #DC2C31;
}

#home .m-dtdl .item-marker .marker-text {
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 10px;
  color: #F8A72B;
  border: 4px solid #F8A72B;
  border-left: 0;
  border-right: 0;
}

#home .m-dtdl .item-marker .marker-text.on {
  display: block;
}

#home .m-dtdl .item-marker .marker-text .tit {
  width: 24px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
}

#home .m-dtdl .item-marker.bywl {
  top: 45.51042%;
  right: 68%;
}

#home .m-dtdl .item-marker.bywl .marker-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 110%;
}

#home .m-dtdl .item-marker.gjlg {
  top: 23%;
  left: 88.6%;
  z-index: 1;
}

#home .m-dtdl .item-marker.gjlg .marker-text {
  top: -20px;
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
  left: 110%;
}

#home .m-dtdl .item-marker.hzqj {
  top: 34%;
  left: 62%;
}

#home .m-dtdl .item-marker.hzqj .marker-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 110%;
}

#home .m-dtdl .item-marker.tjkc {
  top: 34%;
  left: 75%;
}

#home .m-dtdl .item-marker.tjkc .marker-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 110%;
}

#home .m-dtdl .item-marker.bxcg {
  top: 30%;
  left: 14.5%;
}

#home .m-dtdl .item-marker.bxcg .marker-text {
  top: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 110%;
}

#home .m-dtdl .item-marker.tzkc {
  top: 44%;
  left: 20%;
}

#home .m-dtdl .item-marker.tzkc .marker-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}

#home .m-dtdl .item-marker.tyzx {
  top: 20%;
  left: 42.3%;
}

#home .m-dtdl .item-marker.tyzx .marker-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}

#home .m-dtdl .item-marker.xywh {
  top: 32%;
  left: 35.6%;
}

#home .m-dtdl .item-marker.xywh .marker-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}

#home .m-dtdl .item-marker.szdw {
  top: 48%;
  left: 39%;
}

#home .m-dtdl .item-marker.szdw .marker-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}

#home .m-dtdl .item-marker.ggjs {
  top: 48%;
  left: 45%;
}

#home .m-dtdl .item-marker.ggjs .marker-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}

#home .m-dtdl .item-marker.xxjj {
  top: 68%;
  left: 11%;
}

#home .m-dtdl .item-marker.xxjj .marker-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}

#home .m-dtdl .item-marker.byxz {
  top: 72%;
  left: 23%;
}

#home .m-dtdl .item-marker.byxz .marker-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}

#home .m-dtdl .item-marker.shsj {
  top: 83%;
  left: 38%;
}

#home .m-dtdl .item-marker.shsj .marker-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}

#home .m-dtdl .item-marker.zsrk {
  top: 73%;
  left: 51%;
}

#home .m-dtdl .item-marker.zsrk .marker-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}

#home .m-dtdl .item-marker.xsst {
  top: 57%;
  left: 55%;
}

#home .m-dtdl .item-marker.xsst .marker-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}

#home .m-dtdl .item-marker.gsgg {
  top: 74%;
  left: 59.1%;
}

#home .m-dtdl .item-marker.gsgg .marker-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}

#home .m-dtdl .item-marker.astt {
  top: 66%;
  left: 66%;
}

#home .m-dtdl .item-marker.astt .marker-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
}

#home .m-dtdl .dtdl-right {
  position: absolute;
  width: 270px;
  height: 360px;
  bottom: 20px;
  right: 20px;
  background: rgba(5, 17, 52, 0.65);
  color: #fff;
  border: 6px solid #EB9F2D;
  border-left: 0;
  border-right: 0;
}

#home .m-dtdl .top {
  height: 205px;
  padding: 20px;
  padding-bottom: 0;
}

#home .m-dtdl .top .text .iconfont {
  font-size: 14px;
}

#home .m-dtdl .top .text .more {
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #ffffff;
  border-radius: 50%;
  top: -15px;
  left: 50%;
  margin-left: -12.5px;
  z-index: 999;
  text-align: center;
}

#home .m-dtdl .top .text .more img {
  width: auto;
}

#home .m-dtdl .top .text .more:hover {
  -webkit-transition: scale .3;
  -o-transition: scale .3;
  transition: scale .3;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  color: #EB9F2D;
}

#home .m-dtdl .top .text .tit {
  text-align: center;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  margin-bottom: 10px;
}

#home .m-dtdl .top .text .text-2 {
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  margin-bottom: 10px;
}

#home .m-dtdl .top .text .desc {
  height: 170px;
  overflow: hidden;
  font-size: 14px;
  text-indent: 2em;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  color: #ffffff;
  text-align: justify;
}

#home .m-dtdl .bottom {
  text-align: center;
}

#home .m-dtdl .btm-item {
  display: inline-block;
  width: 33px;
  padding: 10px;
  padding-top: 20px;
  height: 127px;
  color: #fff;
  margin: 5px 12px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 17px;
  background: url("../image/btm-item-bg.png") no-repeat;
}

#home .m-dtdl .btm-item.on {
  color: #EB9F2D;
  border-color: #EB9F2D;
}

#home .m-links {
  margin-bottom: 40px;
  text-align: center;
}

#home .m-links .hd {
  width: 150px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-family: -webkit-pictograph;
  font-size: 30px;
  color: #B8AF97;
}

#home .m-links .bd {
  display: inline-block;
}

#home .m-links .bd .form-control {
  display: inline-block;
  width: 280px;
  margin: 0 20px;
}

#home .m-links .links-item {
  margin: 0 10px;
  display: inline-block;
}

#home .m-links .links-item button {
  padding-left: 20px;
  background: #F0F0F0;
  width: 280px;
  height: 34px;
  line-height: 34px;
  text-align: left;
  border: 0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#home .m-links .links-item .dropdown-menu {
  width: 100%;
}

#home .m-links .btn-default {
  width: 80%;
  background: #EFEFEF;
  border: 0;
  border-radius: 0;
}

#home .m-links .btn {
  text-align: left;
}

#home .m-links .caret {
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}

/* 招生宝典 */
#zsbd .m-content {
  padding-left: 360px;
  margin-bottom: 300px;
}

#zsbd .m-content .hd {
  position: relative;
  margin-top: 50px;
  height: 40px;
  line-height: 40px;
  border-top: 2px solid #547BF3;
  background: #F5F5F5;
  padding-left: 60px;
  overflow: hidden;
}

#zsbd .m-content .hd::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 40px;
  left: 110%;
  top: 0;
  background: #547BF3;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

#zsbd .m-content .bd {
  padding: 20px;
}

#zsbd .m-content h1 {
  font-size: 30px;
  margin: 60px auto;
  text-align: center;
}

#zsbd .m-content p {
  text-indent: 2em;
  line-height: 2;
  margin-bottom: 20px;
}

/* 导览 */
/* 地图导览 */
body#dtdl {
  min-width: auto;
}

#dtdl #body {
  width: 100vw;
  height: 100vh;
}

#dtdl #bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#dtdl #body {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 66.25vw;
  top: 0;
  left: 0;
  position: fixed !important;
  z-index: 99999;
}

#dtdl .item-marker {
  position: absolute;
  z-index: 99;
  font-size: 2.8rem;
  cursor: pointer;
}

#dtdl .item-modal {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

#dtdl .item-modal .item-zz {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#dtdl .item-modal .item-modal-building {
  position: absolute;
  z-index: 8;
}

#dtdl .item-modal .text-wrapper {
  position: absolute;
  z-index: 10;
}

#dtdl .item-modal .item-modal-building {
  position: absolute;
  z-index: 2;
}

#dtdl .item-modal .item-modal-name {
  width: 100%;
}

#dtdl .item-modal .item-modal-text {
  position: absolute;
  overflow: hidden;
  z-index: 4;
  padding: 10px;
}

#dtdl .item-modal .item-modal-text h1 {
  display: none;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}

#dtdl .item-modal .item-modal-text p {
  font-size: .14rem;
  line-height: 1.5;
  text-indent: 2em;
  text-align: justify;
}

#dtdl .item-modal .item-modal-text .more {
  font-size: 14px;
}

#dtdl .item-modal .item-modal-text .more:hover {
  color: red;
}

#dtdl .gjlg .item-marker {
  top: 13.51042%;
  right: 10%;
  color: #BAE746;
}

#dtdl .gjlg .item-modal-building {
  top: 12.1%;
  right: 3.8%;
  width: 10.72%;
  width: 10.72917vw;
  height: 15.25796vh;
}

#dtdl .gjlg .text-wrapper {
  position: absolute;
  top: 20.72%;
  right: 2.83%;
  width: 28.22917%;
  height: 41.7124%;
  background-size: contain;
}

#dtdl .gjlg .item-modal-text {
  top: 38%;
  left: 40px;
  width: 59%;
  height: 51%;
}

#dtdl .bywl .item-marker {
  top: 42%;
  left: 29.5%;
  color: #56C8FF;
}

#dtdl .bywl .item-modal-building {
  top: 20.7%;
  left: 15.7%;
  width: 24.63542vw;
  height: 38.52909vh;
}

#dtdl .bywl .text-wrapper {
  position: absolute;
  top: 11%;
  left: 29%;
  width: 35.9375%;
  height: 37.32162%;
}

#dtdl .bywl .item-modal-text {
  top: 30%;
  right: 7%;
  height: 57%;
  width: 46%;
}

#dtdl .hzcx .item-marker {
  top: 23%;
  left: 70.5%;
  color: #E27BF7;
}

#dtdl .hzcx .item-modal-building {
  top: 9.7%;
  left: 51.8%;
  width: 32.96875vw;
  height: 40.94402vh;
}

#dtdl .hzcx .text-wrapper {
  top: 30%;
  left: 41%;
  width: 32.96875%;
}

#dtdl .hzcx .item-modal-text {
  top: 35%;
  right: 9%;
  width: 44%;
  height: 50%;
}

#dtdl .wjjz .item-marker {
  top: 40%;
  left: 18%;
  color: #E27BF7;
}

#dtdl .wjjz .item-modal-building {
  top: 20.2%;
  left: 10.1%;
  width: 20vw;
  height: 37.21186vh;
}

#dtdl .wjjz .text-wrapper {
  top: 13%;
  left: 20%;
  width: 37.29167vw;
  height: 47.09111vh;
}

#dtdl .wjjz .item-modal-text {
  top: 36.1%;
  right: 9.2%;
  height: 55%;
  width: 45%;
}

#dtdl .ysxs .item-marker {
  top: 16%;
  left: 14.2%;
  color: #FF669F;
}

#dtdl .ysxs .item-modal-building {
  top: 6.4%;
  left: 4.9%;
  width: 23.4375vw;
  height: 34.02854vh;
}

#dtdl .ysxs .text-wrapper {
  top: 8%;
  left: 16%;
  width: 37.70833%;
}

#dtdl .ysxs .item-modal-text {
  top: 22.1%;
  right: 26.9%;
  height: 46.6%;
  width: 45%;
}

.item-modal-text-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 21.30208%;
  height: 25.92593%;
  width: 409px;
  height: 280px;
  border: 40px solid transparent;
  -o-border-image: url("../image/huajuan.png");
     border-image: url("../image/huajuan.png");
  border-image-slice: 40;
  border-image-repeat: stretch;
}

.item-modal-text-1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.item-modal-text-1 p {
  display: block;
  padding: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
  line-height: 1.75;
  text-indent: 2em;
}

/* 我们的课程 */
/* 校园文化节 */
#xywhj #body .container {
  background: #FFf;
}

#xywhj .hd {
  overflow: hidden;
  background: #f4f3f3;
}

#xywhj .hd ul {
  background: #f4f3f3;
}

#xywhj .hd li {
  font-size: 24px;
  line-height: 70px;
  float: left;
  width: 33.33%;
  height: 70px;
  cursor: pointer;
  text-align: center;
  color: #f16893;
}

#xywhj .hd li.on {
  color: #fff;
  background: #f16893;
}

#xywhj .bd {
  overflow: hidden;
  height: 590px;
  margin-top: 60px;
  margin-bottom: 60px;
  --swiper-theme-color: #f16893;
}

#xywhj .bd .swiper-container {
  display: block;
  width: 100%;
  height: 100%;
}

#xywhj .bd .swiper-slide {
  position: relative;
}

#xywhj .bd .swiper-slide-left {
  position: absolute;
  width: 930px;
  height: 590px;
}

#xywhj .bd .swiper-button-prev {
  left: 40px;
}

#xywhj .bd .swiper-button-next {
  left: 740px;
}

#xywhj .bd .pic {
  width: 100%;
  height: 100%;
}

#xywhj .bd .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#xywhj .bd .tit {
  font-size: 22px;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

#xywhj .bd .desc {
  font-size: 18px;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  right: 0;
  width: 600px;
  height: 400px;
  padding: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: 2em;
  color: #fff;
  background: #f16793;
}

#xywhj .xywhj-bd {
  overflow: hidden;
  width: 1050px;
  margin: auto;
  margin-top: 40px;
}

#xywhj .xywhj-bd .item {
  margin: 40px 0;
  overflow: hidden;
}

#xywhj .xywhj-bd .item .pic {
  float: left;
  width: 50%;
  position: relative;
  overflow: hidden;
}

#xywhj .xywhj-bd .item .text {
  position: relative;
  float: right;
  width: 45%;
}

#xywhj .xywhj-bd .item .tit {
  padding-left: 20px;
}

#xywhj .xywhj-bd .item .tit .cn {
  font-family: PingFangSC-Semibold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 1px;
  color: #f2b45d;
}

#xywhj .xywhj-bd .item .tit .en {
  font-family: PingFangSC-Semibold;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  margin-bottom: 10px;
  letter-spacing: 0;
  color: #fbd5a0;
}

#xywhj .xywhj-bd .item .desc {
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  text-indent: 2em;
  letter-spacing: 0;
  color: #999;
}

#xywhj .xywhj-bd .item .desc p {
  margin-bottom: 10px;
  line-height: 1.75;
}

#xywhj .xywhj-bd .item .desc p:nth-child(2) {
  color: #f2b156;
}

#xywhj .xywhj-bd .item .more {
  font-weight: bold;
  line-height: 33px;
  display: block;
  float: right;
  width: 109px;
  margin-top: 10px;
  text-align: center;
  color: #f2b156;
  border: solid 1px #f2b156;
  border-radius: 2px;
  font-weight: bold;
}

#xywhj .xywhj-bd .item .more:hover {
  color: #fff;
  background: #f2b156;
}

#xywhj .xywhj-bd .item:nth-child(2) .pic {
  float: right;
}

#xywhj .xywhj-bd .item:nth-child(2) .text {
  float: left;
  padding-left: 0;
}

#xywhj .xywhj-bd .item:nth-child(2) .tit .cn {
  color: #4A7EDD;
}

#xywhj .xywhj-bd .item:nth-child(2) .tit .en {
  color: #88b6e7;
}

#xywhj .xywhj-bd .item:nth-child(2) .more {
  color: #88b6e7;
  border-color: #88b6e7;
}

#xywhj .xywhj-bd .item:nth-child(2) .more:hover {
  color: #fff;
  background: #88b6e7;
}

#xywhj .xywhj-bd .item:nth-child(3) .tit .cn {
  color: #d5231c;
}

#xywhj .xywhj-bd .item:nth-child(3) .tit .en {
  color: #fe9894;
}

#xywhj .xywhj-bd .item:nth-child(3) .more {
  color: #fe9894;
  border-color: #fe9894;
}

#xywhj .xywhj-bd .item:nth-child(3) .more:hover {
  color: #fff;
  background: #fe9894;
}

#xywhj .swiper-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 270px;
  margin-bottom: 40px;
  color: #ffffff;
}

#xywhj .swiper-container .swiper-slide img {
  width: 300px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}

#xywhj .swiper-container .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  width: 12px;
  height: 12px;
}

#xywhj .swiper-container .swiper-pagination-bullet-active {
  background: #F69500;
}

#wmdkc .mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #1488f5;
}

#wmdkc .wmdkc-hd {
  height: 140px;
  margin-bottom: 40px;
  text-align: center;
  background: url("../image/wmdkc-hd-bg.png") center no-repeat;
}

#wmdkc .wmdkc-hd .item {
  display: inline-block;
  width: 145px;
  height: 140px;
  cursor: pointer;
}

#wmdkc .wmdkc-hd .item:hover .item-1, #wmdkc .wmdkc-hd .item.on .item-1 {
  display: none;
}

#wmdkc .wmdkc-hd .item:hover .item-2, #wmdkc .wmdkc-hd .item.on .item-2 {
  display: block;
}

#wmdkc .wmdkc-hd .item .item-1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 140px;
  color: #999;
}

#wmdkc .wmdkc-hd .item .item-2 {
  display: none;
}

#wmdkc .radio {
  margin-bottom: 20px;
  padding-left: 100px;
}

#wmdkc .radio label {
  margin-right: 10px;
}

#wmdkc p {
  font-size: 16px;
  line-height: 1.8;
}

#wmdkc .line {
  width: 210px;
  height: 6px;
  margin: 10px 0;
  background: #fff;
}

#wmdkc .slideTxtBox .hd {
  line-height: 50px;
  height: 50px;
  text-align: center;
}

#wmdkc .slideTxtBox .hd ul {
  overflow: hidden;
}

#wmdkc .slideTxtBox .hd ul li {
  font-size: 24px;
  line-height: 50px;
  display: inline-block;
  padding: 0 20px;
  height: 50px;
  margin: 0 50px;
  cursor: pointer;
  background-image: url("../image/hd-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#wmdkc .slideTxtBox .hd ul li.on {
  color: #f9a627;
  background-image: url("../image/hd-bg-hvr.png");
}

#wmdkc .slideTxtBox .bd {
  overflow: hidden;
  margin: 30px 0;
}

#wmdkc .bd {
  padding: 20px 0;
}

#wmdkc .bd .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 30px;
}

#wmdkc .bd .item:hover {
  -webkit-box-shadow: 0 0 15px #ddd;
          box-shadow: 0 0 15px #ddd;
  background: #F6B803;
}

#wmdkc .bd .item:hover * {
  color: #fff;
}

#wmdkc .bd .item .lb {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

#wmdkc .bd .item .lb .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  --swiper-theme-color: #fff;
}

#wmdkc .bd .item .lb .swiper-pagination {
  z-index: 99;
  right: 10px;
  bottom: 10px;
  left: auto;
  width: auto;
}

#wmdkc .bd .item .lb .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  opacity: 1;
  opacity: 1;
  color: red;
  border-radius: 50%;
  outline: none;
  background: #fff;
}

#wmdkc .bd .item .lb .swiper-pagination-bullet-active {
  opacity: 1;
  background: #f59900;
}

#wmdkc .bd .item .lb .swiper-container {
  overflow: hidden;
}

#wmdkc .bd .item .lb .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

#wmdkc .bd .item .lb .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#wmdkc .bd .item .lb .swiper-container .swiper-wrapper .swiper-slide .slide-title {
  line-height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 140px 0 20px;
  background: rgba(0, 0, 0, 0.5);
}

#wmdkc .bd .item .lb .swiper-container .swiper-wrapper .swiper-slide .slide-title a {
  font-size: 16px;
  display: block;
  color: #fff;
}

#wmdkc .bd .item .weixin {
  display: none;
  z-index: 99;
  right: 20px;
  bottom: 20px;
  float: right;
  margin-top: 40px;
  margin-left: 10px;
}

#wmdkc .bd .item .text {
  padding: 20px;
}

#wmdkc .bd .item .tit {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  margin-bottom: 10px;
  letter-spacing: 0;
  color: #333;
}

#wmdkc .bd .item .desc {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  overflow: hidden;
  height: 105px;
  text-align: justify;
  text-indent: 2em;
  letter-spacing: 0;
  color: #999;
}

#wmdkc .bd .item .desc p {
  font-size: 14px;
}

#wmdkc.tsbj .bd > div:nth-child(1) .item .weixin {
  display: block;
}

#wmdkc.tsbj .bd > div:nth-child(2) .item .weixin {
  display: block;
}

#stjs .box2 {
  margin-bottom: 60px;
}

#stjs #body .container {
  background: #fff;
  overflow: hidden;
  width: 1240px !important;
  background: url("../image/swiper2bg.png") no-repeat bottom #fff;
}

#stjs .slideTxtBox {
  width: 90%;
  margin: auto;
  height: auto;
  margin-top: -80px;
  z-index: 2;
  position: relative;
}

#stjs .slideTxtBox .hd {
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  border-radius: 4px;
  margin-bottom: 70px;
  background: #ffffff;
}

#stjs .slideTxtBox .hd ul {
  overflow: hidden;
  padding: 10px 20px;
}

#stjs .slideTxtBox .hd .item {
  line-height: 40px;
  display: inline-block;
  height: 40px;
  cursor: pointer;
  text-align: center;
}

#stjs .slideTxtBox .hd .item.on a, #stjs .slideTxtBox .hd .item:hover a {
  color: #EB9F2D;
  border-bottom: 3px solid #EB9F2D;
}

#stjs .slideTxtBox .hd .item a {
  font-size: 16px;
  display: block;
  margin: 0px 11px;
}

#stjs .bd {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}

#stjs .bd .item {
  display: none;
}

#stjs .bd .item a:hover * {
  color: #EB9F2D;
}

#stjs .bd .item-desc {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  float: left;
  width: 50%;
  padding-right: 40px;
  padding-top: 75px;
  text-align: justify;
  text-indent: 2em;
}

#stjs .bd .item-pic {
  margin-top: 10px;
  right: 0;
  float: right;
  width: 690px;
  height: auto;
  border-radius: 4px;
  width: 50%;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
}

#stjs .bd .item-name {
  position: absolute;
  z-index: 99;
  top: 0;
  font-family: PingFangSC-Medium;
  font-size: 26px;
  letter-spacing: 0px;
  color: #666;
  border-bottom: 6px solid #FED02E;
}

#stjs .stjsSwiper1 {
  position: relative;
  height: 470px;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #ffffff;
}

#stjs .stjsSwiper1 .left {
  width: 840px;
  height: 470px;
}

#stjs .stjsSwiper1 .left .swiper-slide img {
  width: 840px;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
}

#stjs .stjsSwiper1 .left .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  width: 12px;
  height: 12px;
}

#stjs .stjsSwiper1 .left .swiper-pagination-bullet-active {
  background: #F69500;
}

#stjs .stjsSwiper1 .right {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 610px;
  height: 470px;
  padding-top: 70px;
  padding-right: 20px;
  padding-left: 180px;
  background: url("../image/swiper1bg.png") no-repeat left;
}

#stjs .stjsSwiper1 .right .hd {
  padding-left: 20px;
  margin-bottom: 10px;
}

#stjs .stjsSwiper1 .right .hd .lm-name-cn {
  font-family: PingFangSC-Medium;
  font-size: 40px;
}

#stjs .stjsSwiper1 .right .hd .lm-name-en {
  display: inline-block;
  font-family: PingFangSC-Medium;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.2);
}

#stjs .stjsSwiper1 .right .desc {
  text-indent: 2em;
  line-height: 2;
  text-align: justify;
  margin-left: -20px;
}

#stjs .stjsSwiper2 {
  position: relative;
  color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}

#stjs .stjsSwiper2 .swiper-container {
  width: 100%;
  height: 100%;
}

#stjs .stjsSwiper2 .swiper-slide {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60.25%;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
}

#stjs .stjsSwiper2 .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#stjs .stjsSwiper2 .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  width: 12px;
  height: 12px;
}

#stjs .stjsSwiper2 .swiper-pagination-bullet-active {
  background: #F69500;
}

#xszp #body .container {
  width: 1240px !important;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  padding-bottom: 20px;
}

#xszp .hd-1 {
  text-align: center;
}

#xszp .hd-1 .name {
  float: none;
}

#xszp .m-yszp {
  margin-top: 30px;
  margin-bottom: 30px;
}

#xszp .m-yszp .lb {
  padding: 0 30px;
}

#xszp .m-yszp .lb .swiper-slide {
  padding: 0 10px;
}

#xszp .m-yszp .item {
  position: relative;
  width: 100%;
  float: left;
}

#xszp .m-yszp .item .pic {
  width: 100%;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
}

#xszp .m-yszp .item .pic img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#xszp .m-yszp .item .tit {
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

#xszp .m-yszp .item:hover {
  color: #EC9F2D;
}

#xszp .m-yszp .swiper-slide .item:nth-child(1) {
  width: 70%;
  padding-right: 20px;
}

#xszp .m-yszp .swiper-slide .item:nth-child(2) {
  width: 30%;
  margin-bottom: 10px;
}

#xszp .m-yszp .swiper-slide .item:nth-child(3) {
  width: 30%;
}

#xszp .m-yszp .lb .swiper-pagination {
  bottom: 0;
}

#xszp .m-yszp .lb .swiper-pagination-bullet {
  outline: none;
}

#xszp .m-kjhj {
  margin-top: 30px;
  margin-bottom: 30px;
}

#xszp .m-kjhj .hd-1 {
  text-align: center;
}

#xszp .m-kjhj .hd-1 .name {
  float: none;
}

#xszp .m-kjhj .bd {
  padding: 0 10px;
}

#xszp .m-kjhj .bd .lb {
  position: relative;
  padding: 0 60px;
}

#xszp .m-kjhj .bd .list {
  width: 50%;
  float: left;
  padding: 0 30px;
}

#xszp .m-kjhj .bd .swiper-slide {
  width: 50%;
}

#shsj .shsj-bd {
  height: 620px;
  margin-bottom: 60px;
  padding-top: 95px;
  border: solid 2px #eee;
  background-color: #f7f7f8;
}

#shsj .shsj-bd .left {
  float: left;
  margin-left: 220px;
}

#shsj .shsj-bd .right {
  float: left;
}

#shsj .shsj-bd .right a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 296px;
  margin-bottom: 40px;
  padding-left: 50.5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 50px 4px 4px 50px;
  -webkit-box-shadow: 1px 1px 22px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 22px 0 rgba(0, 0, 0, 0.5);
}

#shsj .shsj-bd .right a:nth-child(1) {
  margin-left: 90px;
}

#shsj .shsj-bd .right a:nth-child(2) {
  margin-left: 140px;
}

#shsj .shsj-bd .right a:nth-child(3) {
  margin-left: 60px;
}

#shsj .shsj-bd .right a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .4;
  background: #434343;
}

#shsj .shsj-bd .right a:hover {
  color: #0067ec;
}

#shsj .shsj-bd .right a:hover::before {
  background: #0067ec;
}

#shsj .shsj-bd .right .number {
  font-size: 62px;
  line-height: 101px;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 101px;
  height: 101px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}

#shsj .shsj-bd .right .text {
  position: absolute;
  top: 0;
  padding: 5px;
  padding-left: 80px;
  color: #fff;
}

#shsj .shsj-bd .right .text h1 {
  font-size: 28px;
}

/* 我们的历史 */
/* 我们的课程 */
#byxz #body .container {
  padding: 0 20px;
  background: #fff;
}

#byxz .m-szj .bd {
  width: 879px;
  height: 500px;
  font-family: PingFangSC-Regular;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 49px;
  letter-spacing: 2px;
  color: #666666;
  margin: auto;
  margin-bottom: 20px;
}

#byxz .m-gkzy {
  margin: 0 -20px;
  overflow: hidden;
  text-align: center;
}

#byxz .m-gkzy img {
  border-radius: 5px;
}

#byxz .m-xb {
  margin-bottom: 80px;
  overflow: hidden;
}

#byxz .m-xb .lb {
  --swiper-theme-color: #A2A2A2;
  padding: 0 60px;
  width: 100%;
  position: relative;
}

#byxz .m-xb .lb .swiper-container {
  height: 100%;
}

#byxz .m-xb .lb .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  opacity: 1;
  opacity: 1;
  border-radius: 50%;
  outline: none;
  background: rgba(91, 125, 235, 0.5);
}

#byxz .m-xb .lb .swiper-pagination-bullet-active {
  opacity: 1;
  width: 25px;
  border-radius: 10px;
  background: #5b7deb;
}

#byxz .m-xb .lb .swiper-button-prev {
  margin-top: -90px;
  outline: 0;
}

#byxz .m-xb .lb .swiper-button-next {
  margin-top: -90px;
  outline: 0;
}

#byxz .m-xb .lb .swiper-container {
  padding-bottom: 80px;
  overflow: hidden;
}

#byxz .m-xb .lb .swiper-container .swiper-slide {
  width: 25%;
  padding: 0 10px;
  cursor: pointer;
}

#byxz .m-xb .lb .swiper-container .swiper-slide:hover .pic::before {
  display: block;
}

#byxz .m-xb .lb .swiper-container .swiper-slide .pic {
  display: block;
  width: 100%;
  height: 440px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

#byxz .m-xb .lb .swiper-container .swiper-slide .pic::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

#byxz .m-xb .lb .swiper-container .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}

#byxz .m-xb .lb .swiper-container .swiper-slide p {
  margin: 10px 0;
  font-size: 16px;
  text-align: center;
}

#byxz .m-xb .lb .swiper-container .swiper-slide .name {
  font-size: 18px;
}

#byxz .m-xb .lb .swiper-container .swiper-slide .desc {
  font-size: 14px;
  opacity: .7;
}

#byxz .m-xb .lb .swiper-container .swiper-pagination {
  z-index: 99;
  bottom: 0;
}

#byxz .modal {
  text-align: center;
}

#byxz .modal img {
  width: 800px;
  margin: 40px auto;
}

#xsjj .xsjj-bd, #xxjj .xsjj-bd {
  width: 1340px;
  height: 713px;
  margin: auto;
  margin-bottom: 40px;
}

#xsjj .imglist, #xxjj .imglist {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
}

#xsjj .imglist .on, #xxjj .imglist .on {
  position: absolute;
  left: 0;
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
}

#xsjj .imglist li, #xxjj .imglist li {
  float: left;
  padding-right: 3.5px;
  cursor: pointer;
  background: #f2f2f4;
}

#xsjj .imglist li img, #xxjj .imglist li img {
  display: block;
}

#xsjj .imglist li:nth-last-child(1), #xxjj .imglist li:nth-last-child(1) {
  padding-right: 0;
}

#xsjj .yearlist, #xxjj .yearlist {
  position: relative;
}

#xsjj .imgBg, #xxjj .imgBg {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 1075px;
  width: 100%;
  height: 713px;
  padding-left: 265px;
  background: #f2f2f4;
}

#xsjj .imgBg_item, #xxjj .imgBg_item {
  display: none;
}

#xsjj .imgBg_item.lastImg, #xxjj .imgBg_item.lastImg {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 1075px;
  height: 713px;
  padding-top: 50px;
  padding-left: 50px;
  background: #f2f2f4;
}

#xsjj .imgBg_item.lastImg li, #xxjj .imgBg_item.lastImg li {
  font-size: 22px;
  line-height: 33px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  list-style: none;
}

#xsjj .imgBg_item.lastImg li:nth-last-child(1)::before, #xxjj .imgBg_item.lastImg li:nth-last-child(1)::before {
  display: none;
}

#xsjj .imgBg_item.lastImg li::before, #xxjj .imgBg_item.lastImg li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 1px;
  content: '';
  background: #ddd;
}

#xsjj .imgBg_item.lastImg li .year, #xxjj .imgBg_item.lastImg li .year {
  position: relative;
  float: left;
  width: 110px;
  cursor: pointer;
  background: #f2f2f4;
}

#xsjj .imgBg_item.lastImg li .right, #xxjj .imgBg_item.lastImg li .right {
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

#xsjj .imgBg_item.lastImg li .iconfont, #xxjj .imgBg_item.lastImg li .iconfont {
  position: absolute;
  left: 0;
  display: inline-block;
  color: #279bf7;
}

#xsjj .imgBg_item.lastImg li .text, #xxjj .imgBg_item.lastImg li .text {
  display: inline-block;
}

#xsjj .imgBg_item.lastImg .pic, #xxjj .imgBg_item.lastImg .pic {
  display: none;
  padding: 10px;
}

#xsjj .imgBg_item.lastImg .pic img, #xxjj .imgBg_item.lastImg .pic img {
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

#xsjj .imgBg_item.lastImg .on .year, #xxjj .imgBg_item.lastImg .on .year {
  font-size: 22px;
  font-weight: bold;
  color: #279bf7;
}

#xsjj .imgBg_item.lastImg .on .pic, #xxjj .imgBg_item.lastImg .on .pic {
  display: block;
}

#xsjj .imgBg_item.lastImg .on .iconfont, #xxjj .imgBg_item.lastImg .on .iconfont {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#xxjj .xxjj-content {
  border-radius: 5px;
}

#xxjj .xxjj-desc {
  text-align: justify;
}

#xxjj .xxjj-desc p {
  line-height: 2;
  margin-bottom: 15px;
  text-indent: 2em;
  font-size: 16px;
}

#xxjj .desc-pic {
  margin-top: 50px;
}

#xxjj .gallery-wrapper {
  position: relative;
  margin-bottom: 40px;
}

#xxjj .gallery-wrapper .m-gallery {
  width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 5px;
}

#xxjj .gallery-wrapper .gallery-top {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#xxjj .gallery-wrapper .gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

#xxjj .gallery-wrapper .gallery-top .swiper-slide .pic {
  position: relative;
  padding-bottom: 65%;
  padding-bottom: 56.25%;
}

#xxjj .gallery-wrapper .gallery-top .swiper-slide .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#xxjj .gallery-wrapper .gallery-top .swiper-slide .pic_text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  word-break: break-word;
  line-height: 2;
  padding: 10px;
}

#xxjj .gallery-wrapper .gallery-top .swiper-slide .pic_text p {
  margin: 0;
}

#xxjj .gallery-wrapper .gallery-top .swiper-slide .pic_text .pic_note {
  font-size: 14px;
  text-indent: 2em;
}

#xxjj .gallery-wrapper .swiper-pagination {
  font-size: 18px;
  top: 0;
  left: 0;
  width: auto;
}

#xxjj .gallery-wrapper .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
}

#xxjj .gallery-wrapper .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 780px;
  height: 120px;
  padding-top: 35px;
  padding-left: 30px;
  z-index: 99;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  background: url("/static/images/xxjjbg1.png") no-repeat;
}

#xxjj .gallery-wrapper .gallery-thumbs {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  width: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  z-index: 100;
}

#xxjj .gallery-wrapper .gallery-thumbs .swiper-slide {
  cursor: pointer;
  background-size: cover;
  background-position: center;
  width: 20%;
  opacity: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
}

#xxjj .gallery-wrapper .gallery-thumbs .swiper-slide .pic {
  position: relative;
  padding-bottom: 65%;
}

#xxjj .gallery-wrapper .gallery-thumbs .swiper-slide .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

#xxjj .gallery-wrapper .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #EDB25C;
  margin-top: -10px;
}

#xxjj .gallery-wrapper .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.8);
}

#lrld .lm-name {
  margin-bottom: 60px;
  margin-bottom: 100px;
}

#lrld .lrld-bd {
  margin-bottom: 60px;
}

#lrld .lrld-bd .top {
  padding-left: 395px;
  height: 40px;
  line-height: 40px;
  padding-top: 20px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #B5B5B5;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#lrld .lrld-bd .top div {
  float: left;
  font-size: 18px;
  padding: 0 20px;
}

#lrld .lrld-bd .top div:nth-child(1) {
  width: 120px;
}

#lrld .lrld-bd .top div:nth-child(2) {
  width: 280px;
  margin-left: 150px;
}

#lrld .lrld-bd .bottom {
  padding-left: 395px;
  height: 855px;
  background: url("../image/left_img.png") no-repeat;
  margin-top: 20px;
}

#lrld .lrld-bd .bottom .item {
  position: relative;
  display: block;
  height: 55px;
  line-height: 55px;
  cursor: pointer;
}

#lrld .lrld-bd .bottom .item.on .text-1, #lrld .lrld-bd .bottom .item.on .text-2, #lrld .lrld-bd .bottom .item:hover .text-1, #lrld .lrld-bd .bottom .item:hover .text-2 {
  border-bottom: 1px solid #ddd;
  border: 0;
}

#lrld .lrld-bd .bottom .item.on *, #lrld .lrld-bd .bottom .item:hover * {
  color: #F99600 !important;
}

#lrld .lrld-bd .bottom .item.on .item-pic, #lrld .lrld-bd .bottom .item:hover .item-pic {
  display: block;
}

#lrld .lrld-bd .bottom .item.on::before, #lrld .lrld-bd .bottom .item:hover::before {
  content: "";
  position: absolute;
  left: 80px;
  border: 5px solid transparent;
  border-left-color: #F99600;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#lrld .lrld-bd .bottom .item .item-pic {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 115px;
  width: 155px;
  height: 220px;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  border: 6px solid #fff;
  border-radius: 4px;
}

#lrld .lrld-bd .bottom .item .item-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

#lrld .lrld-bd .bottom .item .item-text div {
  float: left;
  padding: 0 20px;
}

#lrld .lrld-bd .bottom .item .item-text .text-1 {
  width: 120px;
  border-left: 2px solid #F3F3F3;
}

#lrld .lrld-bd .bottom .item .item-text .text-2 {
  color: #999;
  width: 380px;
  margin-right: -110px;
  margin-left: 150px;
  border-left: 2px solid #F3F3F3;
}

#lrld .lrld-bd .bottom .item .item-text .text-3 {
  border-left: 2px solid #F3F3F3;
  color: #999;
}

/* 我们的团队 */
#wmdtd #body .container {
  background: #Fff;
  margin-bottom: 40px;
}

#wmdtd .item-wrap {
  padding: 0 20px;
}

#wmdtd .m-xrld {
  padding-bottom: 60px;
}

#wmdtd .m-xrld .item-wrap {
  text-align: center;
}

#wmdtd .m-xrld .item {
  position: relative;
  display: inline-block;
  width: 210px;
  margin: 0 20px;
  cursor: pointer;
  text-align: left;
  background: #F2F2F2;
  -webkit-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.14);
}

#wmdtd .m-xrld .item :hover {
  background: #6496F5;
}

#wmdtd .m-xrld .item :hover * {
  color: #fff !important;
}

#wmdtd .m-xrld .item .box-1 {
  z-index: 99;
  border-radius: 5px;
  overflow: hidden;
}

#wmdtd .m-xrld .item .box-1 .item-pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 124%;
  border-radius: 5px 5px 0 0;
}

#wmdtd .m-xrld .item .box-1 .item-pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#wmdtd .m-xrld .item .box-1 .item-text {
  position: relative;
  height: 95px;
  line-height: 95px;
  text-align: center;
}

#wmdtd .m-xrld .item .box-1 .item-text .text-1 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

#wmdtd .m-xrld .item .box-1 .item-text small {
  font-size: 16px;
  margin-left: 10px;
}

#wmdtd .m-xrld .item .box-1 .item-text .text-2 {
  display: none;
}

#wmdtd .m-xrld .item .box-1 .item-text .text-3 {
  display: none;
  position: absolute;
  bottom: 0;
  color: #5997F9;
}

#wmdtd .m-xrld .item .box-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  opacity: 0;
  color: #fff;
  background: rgba(76, 116, 188, 0.95);
}

#wmdtd .m-xrld .item .box-2 .text-1 {
  font-size: 36px;
  margin-bottom: 20px;
}

#wmdtd .m-xrld .item .box-2 .text-1 small {
  font-size: 22px;
  margin-left: 10px;
}

#wmdtd .m-xrld .item .box-2 .text-2 {
  height: 170px;
  text-indent: 2em;
}

#wmdtd .m-xrld .item .box-2 .text-2 p {
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
}

#wmdtd .m-xrld .item .box-2 .text-3 {
  margin-top: 20px;
  color: #fff;
}

#wmdtd .szdw-bd {
  padding-top: 40px;
  padding-bottom: 40px;
  height: 555px;
}

#wmdtd .szdw-bd .szdwSwiper {
  float: left;
  position: relative;
  width: 780px;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  --swiper-theme-color: #C7C7C7;
}

#wmdtd .szdw-bd .szdwSwiper .swiper-container {
  width: 100%;
  height: 100%;
}

#wmdtd .szdw-bd .szdwSwiper .swiper-slide {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 30px;
}

#wmdtd .szdw-bd .szdwSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}

#wmdtd .szdw-bd .szdwSwiper .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  width: 12px;
  height: 12px;
}

#wmdtd .szdw-bd .szdwSwiper .swiper-pagination-bullet-active {
  background: #F69500;
}

#wmdtd .szdw-bd .right {
  padding: 0 50px;
  padding-top: 100px;
  height: 100%;
}

#wmdtd .szdw-bd .right .tit {
  color: #535353;
  font-size: 16px;
  margin-bottom: 20px;
  color: #5997F9;
}

#wmdtd .szdw-bd .right .desc {
  text-align: justify;
  text-indent: 2em;
  color: #333333;
  line-height: 2;
}

#wmdtd .slideTxtBox {
  border-radius: 5px;
  overflow: hidden;
}

#wmdtd .slideTxtBox .hd {
  padding: 20px 0;
  background: #5997F9;
  overflow: hidden;
  text-align: center;
}

#wmdtd .slideTxtBox .hd li.on {
  color: #5997F9;
  -webkit-box-shadow: 0px 6px 14px 0px rgba(18, 48, 102, 0.35);
          box-shadow: 0px 6px 14px 0px rgba(18, 48, 102, 0.35);
}

#wmdtd .slideTxtBox .hd li {
  font-size: 20px;
  width: 240px;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  text-align: center;
  background: #ffffff;
  margin: 0 25px;
  cursor: pointer;
  border-radius: 5px;
  border: solid 2px #ebebeb;
}

#wmdtd .slideTxtBox .bd {
  padding-top: 40px;
  padding-bottom: 40px;
  height: 470px;
}

#wmdtd .slideTxtBox .bd .tjjs .item:nth-last-child(3) .item-2, #wmdtd .slideTxtBox .bd .tjjs .item:nth-last-child(2) .item-2 {
  top: -90%;
}

#wmdtd .slideTxtBox .bd .tjjs .item:nth-last-child(1) .item-2 {
  top: -150%;
}

#wmdtd .slideTxtBox .bd .item {
  position: relative;
  float: left;
  width: 600px;
  padding: 0 10px;
  margin-right: 20px;
  margin-left: 20px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

#wmdtd .slideTxtBox .bd .item:nth-child(even) .item-2 {
  left: -90%;
}

#wmdtd .slideTxtBox .bd .item.on {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
  border-color: #fff;
  margin-top: -1px;
  background: #fff;
}

#wmdtd .slideTxtBox .bd .item.on .item-1 {
  line-height: 77px;
}

#wmdtd .slideTxtBox .bd .item.on::before {
  display: block;
}

#wmdtd .slideTxtBox .bd .item.on .item-2 {
  display: block;
}

#wmdtd .slideTxtBox .bd .item-1 {
  position: relative;
  white-space: nowrap;
  line-height: 76px;
}

#wmdtd .slideTxtBox .bd .item-1 span:nth-child(1) {
  font-family: serif;
}

#wmdtd .slideTxtBox .bd .item-1 span:nth-child(2) {
  margin-right: 20px;
}

#wmdtd .slideTxtBox .bd .item-1 span:nth-child(3) {
  float: right;
}

#wmdtd .slideTxtBox .bd .item-2 {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  display: none;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 90%;
  width: 90%;
  z-index: 1;
  border-radius: 4px;
}

#wmdtd .slideTxtBox .bd .item-2 .pic {
  width: 128px;
  height: 168px;
  float: left;
  margin-right: 20px;
}

#wmdtd .slideTxtBox .bd .item-2 .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
}

#wmdtd .slideTxtBox .bd .item-2 .name {
  color: #333;
  font-size: 24px;
  margin-bottom: 5px;
}

#wmdtd .slideTxtBox .bd .item-2 .zhicheng {
  color: #666666;
  font-size: 16px;
  margin-bottom: 5px;
  display: none;
}

#wmdtd .slideTxtBox .bd .item-2 .desc {
  color: #999999;
  line-height: 2;
  text-indent: 2em;
  text-align: justify;
}

#xrld .lm-name {
  margin-bottom: 60px;
  margin-bottom: 100px;
}

#xrld .lrld-bd {
  margin-bottom: 60px;
}

#xrld .lrld-bd .top {
  padding-left: 545px;
  height: 40px;
  line-height: 40px;
  padding-top: 20px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #B5B5B5;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#xrld .lrld-bd .top div {
  float: left;
  font-size: 18px;
  padding: 0 20px;
}

#xrld .lrld-bd .top div:nth-child(1) {
  width: 380px;
}

#xrld .lrld-bd .bottom {
  position: relative;
  padding-left: 545px;
  background: url("../image/left_img1.png") no-repeat;
  margin-top: 20px;
}

#xrld .lrld-bd .bottom .item {
  display: block;
  height: 55px;
  line-height: 55px;
  cursor: pointer;
}

#xrld .lrld-bd .bottom .item.on .text-1, #xrld .lrld-bd .bottom .item.on .text-2, #xrld .lrld-bd .bottom .item:hover .text-1, #xrld .lrld-bd .bottom .item:hover .text-2 {
  border-bottom: 1px solid #ddd;
  border: 0;
}

#xrld .lrld-bd .bottom .item.on *, #xrld .lrld-bd .bottom .item:hover * {
  color: #F99600 !important;
}

#xrld .lrld-bd .bottom .item.on .item-pic, #xrld .lrld-bd .bottom .item:hover .item-pic {
  display: block;
}

#xrld .lrld-bd .bottom .item.on .text-1, #xrld .lrld-bd .bottom .item:hover .text-1 {
  position: relative;
}

#xrld .lrld-bd .bottom .item.on .text-1::before, #xrld .lrld-bd .bottom .item:hover .text-1::before {
  content: "";
  position: absolute;
  left: 80px;
  border: 5px solid transparent;
  border-left-color: #F99600;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#xrld .lrld-bd .bottom .item .item-pic {
  display: none;
  position: absolute;
  top: 5px;
  left: 730px;
  width: 180px;
  height: 260px;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  border: 6px solid #fff;
  border-radius: 4px;
}

#xrld .lrld-bd .bottom .item .item-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

#xrld .lrld-bd .bottom .item .item-text div {
  float: left;
  padding: 0 20px;
}

#xrld .lrld-bd .bottom .item .item-text .text-1 {
  width: 385px;
  border-left: 2px solid #F3F3F3;
}

#xrld .lrld-bd .bottom .item .item-text .text-2 {
  color: #999;
  width: 380px;
  border-left: 2px solid #F3F3F3;
}

#xrld .lrld-bd .bottom .item .item-text .text-3 {
  border-left: 2px solid #F3F3F3;
  color: #999;
}

#listPage.zdcg .zdcg-main {
  padding: 10px;
  margin: 10px;
  border: 1px solid #ddd;
  min-height: 700px;
}

#listPage.zdcg .zdcg-main .bd {
  height: 610px;
  overflow: hidden;
}

#listPage.zdcg .zdcg-main .bd .item {
  margin-bottom: 100px;
  overflow: hidden;
}

#listPage.zdcg .zdcg-main .left {
  width: 40%;
  float: left;
}

#listPage.zdcg .zdcg-main .left .lb {
  border: 1px solid #ddd;
  position: relative;
  width: 100%;
  height: 600px;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  border-radius: 5px;
}

#listPage.zdcg .zdcg-main .left .lb .swiper-container {
  width: 100%;
  height: 100%;
}

#listPage.zdcg .zdcg-main .left .lb .swiper-slide {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

#listPage.zdcg .zdcg-main .left .lb .swiper-slide .pic {
  width: 100%;
  height: 100%;
}

#listPage.zdcg .zdcg-main .left .lb .swiper-slide img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
}

#listPage.zdcg .zdcg-main .right {
  width: 60%;
  float: right;
  padding: 20px;
}

#listPage.zdcg .zdcg-main .right p {
  line-height: 2;
  text-align: justify;
}

#listPage.zdcg .zdcg-main .list-wrap {
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  border-radius: 5px;
  margin-bottom: 40px;
}

#listPage.zdcg .zdcg-main .list-wrap .list-hd {
  line-height: 40px;
  padding-left: 20px;
  background: #F4F4F4;
  color: #5B8BE6;
  font-size: 18px;
}

#listPage.zdcg .zdcg-main .list-wrap .list-bd {
  padding: 10px 30px;
}

#listPage.zdcg .zdcg-main .list-wrap .list-bd li {
  float: left;
  width: 50%;
  list-style: none;
  height: 40px;
  line-height: 40px;
}

#listPage.zdcg .zdcg-main .list-wrap .list-bd li.on a, #listPage.zdcg .zdcg-main .list-wrap .list-bd li:hover a {
  color: #EB9F2D;
  border-bottom: 3px solid #EB9F2D;
}

#listPage.zdcg .zdcg-main .list-wrap .list-bd a {
  display: inline-block;
  line-height: 30px;
}

#wmdtd .szdw-bd {
  position: relative;
  width: 1360px;
  height: 616px;
  background-size: 100%;
}

#wmdtd .szdw-bd .hd {
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
  padding-left: 65px;
  font-size: 32px;
  background: url("../image/bg1.png") no-repeat;
  margin-bottom: 20px;
}

#wmdtd .szdw-bd .txt-2 {
  color: #999999;
  font-size: 22px;
  font-weight: 500;
  right: 80px;
  position: absolute;
  top: 40px;
  height: 42px;
  line-height: 42px;
}

#wmdtd .szdw-bd .txt-2 b {
  margin: 0 5px;
  color: #5997F9;
}

#wmdtd .szdw-bd .desc {
  width: 95%;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 16px;
  text-indent: 2em;
  line-height: 2;
}

#wmdtd .szdw-bd .img {
  left: 0;
  top: 256px;
  width: 1360px;
}

#newsPage .g-bd {
  margin-top: 0;
  width: 1000px !important;
}

#newsPage #body .container {
  padding: 20px;
  background: #Fff;
}

#newsPage .address {
  width: 100%;
  line-height: 40px;
  overflow: hidden;
  text-align: right;
  position: relative;
}

#newsPage .address .address-1 {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 12px;
}

#newsPage .address .address-2 {
  color: #999;
}

#newsPage .address .address-2 a,
#newsPage .address .address-2 span {
  color: #999;
}

#newsPage .address .address-2 a:hover {
  color: #2970FF;
}

#newsPage .g-mn {
  position: relative;
  height: auto;
  padding: 20px;
}

#newsPage .main-cnt .cnt-hd {
  position: relative;
  margin-bottom: 20px;
}

#newsPage .main-cnt .cnt-hd .title {
  color: #333;
  font-size: 28px;
  font-family: "黑体";
  margin: auto;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid lightgray;
}

#newsPage .main-cnt .cnt-hd .subtitle {
  font-size: 20px;
  opacity: .8;
}

#newsPage .main-cnt .cnt-hd .time {
  margin: auto;
  text-align: center;
  margin: auto;
  font-size: 14px;
  height: 30px;
  font-size: 13px;
  color: gray;
}

#newsPage .main-cnt .cnt-hd .fx {
  position: absolute;
  right: 17px;
  bottom: 5px;
}

#newsPage .main-cnt .cnt-bd {
  width: 1000px;
  margin: auto;
}

#newsPage .main-cnt .cnt-ft {
  margin: 20px;
  text-align: center;
  font-size: 15px;
}

#newsPage .main-cnt .cnt-ft a {
  color: #666;
}

#newsPage .main-cnt .cnt-ft a:hover {
  color: #c50001;
}

#newsPage .main-cnt .xgxx .xgxx-hd {
  border-bottom: 1px solid lightgray;
  height: 30px;
  color: #000;
  font-size: 16px;
  position: relative;
}

#newsPage .main-cnt .xgxx .xgxx-hd span {
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #000;
  padding: 0 10px 0 10px;
}

#newsPage .main-cnt .xgxx .list {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0 20px 0;
  color: #6a6a6a;
}

#newsPage .main-cnt .xgxx .list li {
  position: relative;
  height: 33px;
  line-height: 33px;
  border: 0;
}

#newsPage .main-cnt .xgxx .list li:hover {
  color: #c50001;
}

#newsPage .main-cnt .xgxx .list li a {
  position: absolute;
  width: 90%;
  overflow: hidden;
}

#newsPage .main-cnt .xgxx .list li .time {
  position: absolute;
  right: 0;
  top: 0;
}

#newsPage .cnt-content {
  padding: 0 20px;
  margin: auto;
  font-size: 14px;
  line-height: 1.8;
}

#newsPage .cnt-content p {
  margin-bottom: 10px;
}

#newsPage .cnt-content img {
  display: inline-block;
  max-width: 100%;
  width: 800px !important;
  height: auto !important;
  margin: auto;
}

#newsPage .cnt-content blockquote {
  border-left: 0;
}

#newsPage .m-gallery {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}

#newsPage .gallery-top {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

#newsPage .gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #fff;
}

#newsPage .gallery-top .swiper-slide .pic_text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  word-break: break-word;
  line-height: 2;
  padding: 10px;
}

#newsPage .gallery-top .swiper-slide .pic_text p {
  margin: 0;
}

#newsPage .gallery-top .swiper-slide .pic_text .pic_note {
  font-size: 14px;
  text-indent: 2em;
}

#newsPage .swiper-pagination {
  font-size: 18px;
  top: 0;
  left: 0;
  width: auto;
}

#newsPage .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
}

#newsPage .desc {
  position: relative;
  background: rgba(231, 79, 75, 0.8);
  bottom: 0;
  z-index: 999;
  padding: 20px;
  padding-top: 30px;
  color: #fff;
  text-indent: 2em;
}

#newsPage .gallery-thumbs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  margin-top: 10px;
}

#newsPage .gallery-thumbs .swiper-slide {
  background-size: cover;
  background-position: center;
  height: 120px;
  opacity: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  background-color: #fff;
}

#newsPage .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 6px solid #ddd;
}

#newsPage .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.8);
}

#newsPage .gallery-wrapper {
  width: 1000px;
  margin: auto;
  margin-bottom: 40px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
  border-radius: 5px;
}

#newsPage .gallery-wrapper .gallery-wrapper-title {
  font-size: 24px;
  color: #F9AD3F;
  margin: 20px 0 0 20px;
}

#newsPage .address {
  width: 100%;
  padding-right: 20px;
  line-height: 40px;
  overflow: hidden;
  text-align: left;
  position: relative;
}

#newsPage .address .address-1 {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 12px;
}

#newsPage .address .address-2 {
  color: rgba(0, 0, 0, 0.5);
}

#newsPage .address .address-2 a,
#newsPage .address .address-2 span {
  color: rgba(0, 0, 0, 0.5);
}

#newsPage .address .address-2 a:hover {
  color: #D5A661;
}

#newsPage .g-mn {
  position: relative;
  height: auto;
  padding: 20px;
}

#newsPage .main-cnt {
  width: 1100px;
  margin: auto;
  margin-bottom: 40px;
}

#newsPage .main-cnt .cnt-hd {
  position: relative;
  margin-bottom: 40px;
}

#newsPage .main-cnt .cnt-hd .title {
  color: #333;
  font-size: 28px;
  font-family: "黑体";
  margin: auto;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
  padding-bottom: 15px;
}

#newsPage .main-cnt .cnt-hd .time {
  margin: auto;
  text-align: center;
  margin: auto;
  font-size: 14px;
  height: 30px;
  font-size: 13px;
  color: gray;
}

#newsPage .main-cnt .cnt-hd .time div {
  display: inline-block;
  margin: 0 20px;
}

#newsPage .main-cnt .cnt-hd .fx {
  position: absolute;
  right: 17px;
  bottom: 5px;
}

#newsPage .main-cnt .cnt-bd {
  margin: auto;
}

#newsPage .main-cnt .cnt-content {
  font-size: 14px;
  min-height: 340px;
  line-height: 1.8;
}

#newsPage .main-cnt .cnt-content p {
  margin-bottom: 10px;
}

#newsPage .main-cnt .cnt-content img {
  display: inline-block;
  max-width: 100%;
  margin: auto;
}

#newsPage .main-cnt .cnt-content blockquote {
  border-left: 0;
}

#newsPage .main-cnt .cnt-ft {
  margin: 20px;
  text-align: center;
  font-size: 15px;
}

#newsPage .main-cnt .cnt-ft a {
  color: #666;
}

#newsPage .main-cnt .cnt-ft a:hover {
  color: #c50001;
}

#newsPage .main-cnt .xgxx .xgxx-hd {
  border-bottom: 1px solid lightgray;
  height: 30px;
  color: #000;
  font-size: 16px;
  position: relative;
}

#newsPage .main-cnt .xgxx .xgxx-hd span {
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #000;
  padding: 0 10px 0 10px;
}

#newsPage .main-cnt .xgxx .list {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0 20px 0;
  color: #6a6a6a;
}

#newsPage .main-cnt .xgxx .list li {
  position: relative;
  height: 33px;
  line-height: 33px;
  border: 0;
}

#newsPage .main-cnt .xgxx .list li:hover {
  color: #c50001;
}

#newsPage .main-cnt .xgxx .list li a {
  position: absolute;
  width: 90%;
  overflow: hidden;
}

#newsPage .main-cnt .xgxx .list li .time {
  position: absolute;
  right: 0;
  top: 0;
}

#newsPage.xxjj .desc {
  display: none;
}

#newsPage.zdcg .swiper-slide {
  background-size: contain !important;
}

#listPage .g-bd {
  margin: 0 auto;
}

#listPage .g-bd .container {
  padding: 20px;
}

#listPage .g-bd .banner {
  height: 200px;
  overflow: hidden;
  margin-bottom: 30px;
}

#listPage .g-sd {
  margin-top: -80px;
}

#listPage .g-sd .main-column {
  font-size: 24px;
  line-height: 65px;
  overflow: hidden;
  height: 60px;
  padding-left: 35px;
  color: #fff;
  background: #5B8BE6;
  background-color: #5B8BE6;
  background-position: center;
}

#listPage .g-sd .column-nav {
  overflow: hidden;
  background: #F7F7F7;
}

#listPage .g-sd .column-list {
  margin: 0;
  padding: 10px 0;
  background: #f7f7f7;
}

#listPage .g-sd .column-list li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 50px;
}

#listPage .g-sd .column-list .cur {
  color: #333 !important;
  background-color: #fff;
}

#listPage .g-sd .column-list .cur + ul {
  display: block !important;
}

#listPage .g-sd .column-list > li > a {
  position: relative;
  margin: 0 10px;
  border-left: 2px solid transparent;
  border-left: 0;
  border-bottom: 1px solid #ddd;
}

#listPage .g-sd .column-list > li > a::after {
  position: absolute;
  display: none;
  content: "";
  right: 0;
  bottom: 10px;
  border: 4px solid #5B8BE6;
  border-left-color: transparent;
  border-top-color: transparent;
}

#listPage .g-sd .column-list > li > a .iconfont {
  display: none;
  float: right;
}

#listPage .g-sd .column-list > li > a.ac, #listPage .g-sd .column-list > li > a:hover {
  color: #5B8BE6;
  border-bottom-color: #5B8BE6;
}

#listPage .g-sd .column-list > li > a.ac::after, #listPage .g-sd .column-list > li > a:hover::after {
  display: block;
}

#listPage .g-sd .column-list > li > a.ac + ul, #listPage .g-sd .column-list > li > a:hover + ul {
  display: block;
}

#listPage .g-sd .column-list > li a {
  font-size: 18px;
  line-height: 50px;
  padding-left: 35px;
  display: block;
  height: 50px;
  padding-right: 30px;
  color: #333;
}

#listPage .g-sd .column-list .sub-list {
  display: none;
}

#listPage .g-sd .column-list .sub-list .ac {
  color: #333;
  background-color: #fff;
}

#listPage .g-sd .column-list .sub-list .ac :before {
  border-color: #5B8BE6;
}

#listPage .g-sd .column-list .sub-list li a {
  position: relative;
  padding-left: 45px;
}

#listPage .g-sd .column-list .sub-list li a::before {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -3px;
  content: '';
  border: 3px solid #ccc;
  border-radius: 50%;
  background: #666;
}

#listPage .g-sd .column-list .sub-list li a:hover::before {
  border-color: #5B8BE6;
}

#listPage .g-mn .address {
  width: 100%;
  height: 50px;
  line-height: 45px;
  text-align: right;
  position: relative;
  border-bottom: 2px solid #5B8BE6;
  margin: 10px 0 10px 0;
}

#listPage .g-mn .address a,
#listPage .g-mn .address span {
  color: #666;
}

#listPage .g-mn .address .address-1 {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 12px;
}

#listPage .g-mn .address .address-2 {
  opacity: .7;
}

#listPage .g-mn .list-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 520px;
  list-style: none;
}

#listPage .g-mn .list-1 .item {
  position: relative;
  display: block;
  border-bottom: 1px dashed #efefef;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

#listPage .g-mn .list-1 .item:hover {
  color: #5B8BE6;
}

#listPage .g-mn .list-1 .item .item-time {
  float: right;
  margin-right: 10px;
}

#listPage .g-mn .list-1 .item .item-tit {
  float: left;
  font-size: 16px;
  margin-bottom: 5px;
}

#listPage .g-mn .fy {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
  text-align: center;
}

#listPage .g-mn .fy a:hover {
  color: #5B8BE6;
}

#listPage .g-mn .fy span {
  margin-left: 10px;
}

#listPage #main-column-button {
  float: right;
  line-height: 65px;
  cursor: pointer;
  margin-left: 10px;
  width: 50px;
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
}

.d1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
}

.d2 {
  height: 300px;
  height: 100px;
  width: 100px;
  /* margin: auto; */
  overflow: auto;
}
.fpage {
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 14px;
  margin-top: 80px;
  margin-bottom: 50px;
}
.fpage a {
  font-size: 14px;
  color: #666;
  border: #e0dddb 1px solid;
  padding: 5px 10px;
  margin: 0 5px;
}
.fpage a:hover {
  background: #043d82;
  color: #fff;
}
.fpage .action {
  background: #043d82;
  color: #fff;
}