

body,
html {
  font-size: -webkit-calc(100vw / 120);
  font-size: -moz-calc(100vw / 120);
  font-size: calc(100vw / 120);
}

@media (min-width: 1024px) and (max-width: 1366px) {

  body,
  html {
    font-size: -webkit-calc(100vw / 100);
    font-size: -moz-calc(100vw / 100);
    font-size: calc(100vw / 100);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {

  body,
  html {
    font-size: -webkit-calc(100vw / 90);
    font-size: -moz-calc(100vw / 90);
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 767px) {

  body,
  html {
    font-size: 14px;
  }
}

body {
  font-family: 'sourcehansans' !important;
}

p {
  padding: 0;
  margin: 0;
  font-family: 'sourcehansans' !important;
}

.introduce_cs_tab tr td:nth-child(3) {
  width: 50%
}

.wh {
  padding: 0 12.5%;
}

@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}

@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.wh1 {
  padding: 0 3.07292%;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  .wh1 {
    padding: 0 2%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.more-msl {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  height: 3.375rem;
  padding: 0 1.875rem 0 4.375rem;
  border-radius: 1.6875rem;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  position: relative;
}

.more-msl i {
  display: block;
  background: #fff;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  height: 3.375rem;
  border-radius: 100%;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: auto 0;
  top: 50%;
  left: 0;
  position: absolute;
  width: 3.375rem;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  z-index: 0;
}

.more-msl i img {
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: .8125rem;
}

.more-msl i:after,
.more-msl i:before {
  background: inherit;
  border-radius: 100%;
  content: "";
  opacity: .05;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}

.more-msl span {
  font-size: 1.125rem;
  line-height: 1.2em;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
}

.more-msl:hover i {
  background: #000;
}

.more-msl:hover i img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
  filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(115deg) brightness(108%) contrast(108%);
}

.more-msl:hover i:after {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.more-msl:hover i:before {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
}

.more-msla {
  display: inline-block;
  color: #939292;
  border: 1px solid #939292;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "sourcehansans";
  width: 10rem;
  text-align: center;
  border-radius: 1.5625rem;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-msla {
    line-height: 2.2rem;
    width: 7.3rem;
    font-size: .875rem;
  }
}

.more-msla:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #939292;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.more-msla:hover {
  color: #fff;
}

.more-msla:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}

.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}

@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }

  .m-img.a {
    padding-bottom: 80%;
  }

  .m-img>img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .pc-banner .swiper-slide.a {
    padding-bottom: 80%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }

  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }

  .pc-banner .swiper-slide.a .img img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.m-img-sdt {
  padding-bottom: 80%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.m-img-sdt>img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-img-sdta {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.m-img-sdta>img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

.head .head2 {
  line-height: 6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.head .head2 .logo a {
  display: block;
}

.head .head2 .logo a img {
  height: 2.6875rem;
}

.head .head2 .logo a.b {
  display: none;
}

.head .head2 .sska i {
  color: #fff;
  font-size: 1.25rem;
}

.head .sskbj {
  display: none;
}

.head .searchbox {
  border-top: 2px solid #105EE7;
  top: 6rem;
}

.head .serbtn {
  background: #105EE7;
}

.zywena {
  text-align: center;
  margin-right: 0.5em;
}

.zywena a {
  display: inline-block;
  color: #fff;
  font: 500 1.125rem/1.5em "sourcehansans";
  padding: 1em;
}

.zywena a i {
  font-size: 1.25rem;
  margin-right: 0.2em;
}

#menu {
  margin-right: 3.4rem;
}

#menu .nav_a1 li {
  float: left;
  position: relative;
}

#menu .nav_a1 li+li {
  margin-left: 3.95rem;
}

@media (max-width: 1200px) {
  #menu .nav_a1 li+li {
    margin-left: 1vw;
  }
}

#menu .nav_a1 li a {
  display: block;
  color: #fff;
  font-family: "sourcehansans";
}

#menu .nav_a1 li>a {
  font-size: 1.125rem;
  position: relative;
  line-height: 6rem;
  height: 6rem;
  text-transform: uppercase;
}

#menu .nav_a1 li>a i {
  display: inline-block;
}

#menu .nav_a1 li>a:after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: -24px;
  display: none;
}

#menu .nav_a1 li>a::before {
  content: "";
  width: 0;
  height: .125rem;
  background: #105EE7;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  left: -20%;
  width: 140%;
  background: #fff;
  z-index: 999;
  text-align: center;
  padding: 0.5em 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}

#menu .nav_a1 li .sec a {
  font: 500 1rem/1.5em "";
  padding: 0.5em 0;
  color: #333;
}

#menu .nav_a1 li .sec a:hover {
  color: #105ee7;
}

#menu .nav_a1 li:hover>a {
  color: #105EE7;
}

#menu .nav_a1 li:hover>a i {
  color: #105EE7;
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
}

#menu .nav_a1 li:hover>a::before {
  width: 100%;
}

#menu .nav_a1 li:hover .sec {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
}

.sticky .head2 {
  background: #fff;
}

.sticky .head2 .logo a.a {
  display: none;
}

.sticky .head2 .logo a.b {
  display: inline-block;
}

.sticky .head2 #menu .nav_a1 li>a {
  color: #333333;
}

.sticky .head2 #menu .nav_a1 li:hover>a {
  color: #105EE7;
}

.sticky .head2 #menu .nav_a1 li>a::before {
  background: #105EE7;
}

.sticky .head2 .sska i {
  color: #333333;
}

.sticky .head2 .sgag a.ma img.b {
  display: inline-block;
}

.sticky .head2 .sgag a.ma img.a {
  display: none;
}

.sticky .zywena a {
  color: #333;
}

.head.active1 .head2 {
  position: relative;
}

.head:hover .head2 {
  background: #fff;
}

.head:hover .head2 .logo a.a {
  display: none;
}

.head:hover .head2 .logo a.b {
  display: inline-block;
}

.head:hover .head2 #menu .nav_a1 li>a {
  color: #333333;
}

.head:hover .head2 #menu .nav_a1 li:hover>a {
  color: #105EE7;
}

.head:hover .head2 #menu .nav_a1 li>a::before {
  background: #105EE7;
}

.head:hover .head2 .sska i {
  color: #333333;
}

.head:hover .head2 .sgag a.ma img.b {
  display: inline-block;
}

.head:hover .head2 .sgag a.ma img.a {
  display: none;
}

.head:hover .zywena a {
  color: #333;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

/*手机端头部*/
.mslm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}

.mslm-head-box {
  position: relative;
  height: 60px;
}

.mslm-head-box .mslm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.mslm-head-box .mslm-logo h1,
.mslm-head-box .mslm-logo a {
  display: inline;
  font-size: 0;
}

.mslm-head-box .mslm-logo img {
  height: 34px;
}

.mslm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.mslm-navbtn span,
.mslm-navbtn:after,
.mslm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.mslm-navbtn span {
  margin: 4.5px 0;
}

.mslm-navbtn:after,
.mslm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.mslm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.mslm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mslm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mslm-search-btn {
  position: absolute;
  z-index: 9;
  right: 4%;
  top: 0;
  bottom: 0;
  width: auto;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.mslm-search-btn span {
  font-size: .75rem;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: top;
}

.mslm-search-btn .iconfont {
  font-size: 21px;
}

.mslm-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.mslm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #000;
}

.mslm-menu .mslm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.mslm-nav>li {
  border-bottom: 1px solid #E9E9E9;
  position: relative;
}

.mslm-nav>li>a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
}

.mslm-nav>li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid #E9E9E9;
}

.mslm-nav>li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.mslm-nav>li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.mslm-nav .mslm-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.mslm-nav .mslm-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-nav .mslm-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.mslm-nav .mslm-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.mslm-nav .mslm-sub-menu {
  background: #1E1E1E;
  display: none;
}

.mslm-nav .mslm-sub-menu>li {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.mslm-nav .mslm-sub-menu>li>a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.mslm-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  padding: 0 0 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.mslm-search .mslm-search-close-btn {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .mslm-search .mslm-search-close-btn {
    left: 15px;
  }
}

.mslm-search .mslm-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 24px;
}

.mslm-search .mslm-search-close-btn i:after {
  background-position: -30px -300px;
}

.mslm-search .mslm-search-box {
  height: 52px;
  border-bottom: 2px solid #E9E9E9;
}

.mslm-search .mslm-search-box input[type="text"] {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #333333;
  font-family: "sourcehansans";
  font-size: 14px;
  height: 52px;
  text-indent: 1em;
}

.mslm-search .mslm-search-box input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
  font-family: "sourcehansans";
}

.mslm-search .mslm-search-box #s_btn {
  width: 20%;
  height: 52px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.mslm-search .mslm-search-box #s_btn .iconfont {
  font-size: 20px;
  color: #fff;
}

.mslm-search .mslm-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-search .mslm-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.mslm-search .mslm-seaerch-wz span,
.mslm-search .mslm-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mslm-search.clicked {
  left: 0;
}

.aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.mslm-nav li>a {
  font-weight: 600;
}

.mslm-nav li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

a.jjta {
  color: #fff;
}

a.jjta span {
  font-size: 14px;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

@-webkit-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@-o-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

.pc-banner {
  position: relative;
}

.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
}

.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pc-banner .mySwipera .swiper-slide .img>img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}

.pc-banner .mySwipera .sy_ban-v {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1%;
  z-index: 99;
}

.pc-banner .mySwipera .sy_ban-v .jtnax>div {
  margin-right: 1em;
  outline: none;
}

.pc-banner .mySwipera .sy_ban-v .jtnax>div i {
  color: #fff;
  font: 500 2.8rem/1.5em "sourcehansans";
}

.pc-banner .mySwipera .sy_ban-v .swiper-pagination {
  position: static;
}

.pc-banner .mySwipera .sy_ban-v .swiper-pagination span {
  opacity: 1;
  background: rgba(255, 255, 255, 0.6);
  width: 1.875rem;
  height: .625rem;
  border-radius: 0;
  margin-left: 1em;
}

.pc-banner .mySwipera .sy_ban-v .swiper-pagination span.swiper-pagination-bullet-active {
  background: #105ee7;
  width: 3.75rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .sy_ban-v .swiper-pagination span {
    height: .425rem;
    width: 1.5rem;
    margin-left: 0.6em;
  }

  .pc-banner .mySwipera .sy_ban-v .swiper-pagination span.swiper-pagination-bullet-active {
    width: 2.5rem;
  }
}

.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}

@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

.title_a1 .h1 {
  color: #333333;
  font: 600 3.1rem/1.2em "Montserrat";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .title_a1 .h1 {
    font-size: 1.85rem;
  }
}

.title_a1 .h2 {
  color: #000000;
  font: 500 2.2rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .title_a1 .h2 {
    font-size: 1.25rem;
  }
}

.title_a1 .h2:after {
  content: "";
  display: inline-block;
  width: 8.75rem;
  height: .125rem;
  background: #105EE7;
  margin-left: 0.5em;
}

@media (max-width: 768px) {
  .title_a1 .h2:after {
    width: 4rem;
  }
}

.xz img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.xz:hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 30%;
  z-index: 999;
}

.wzsm {
  position: fixed;
  right: 1.82292%;
  bottom: 1.82292%;
  z-index: 999;
  width: 28rem;
  background: #fff;
  padding: 2rem;
  height: 300px;
  overflow: auto;
  display: none;
}

.wzsm .titi {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.wzsm p {
  font-size: 1rem;
  text-align: justify;
}




@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}

.zd_erha .aat_list li {
  position: relative;
}

.zd_erha .aat_list li+li {
  margin-top: 1.25rem;
}

.zd_erha .aat_list li:nth-child(1) .erghgsa {
  display: none;
}

.zd_erha .aat_list li:nth-child(1):hover .erghgsa {
  width: auto;
  right: 4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  font: 500 1rem/2.4em "sourcehansans";
  display: block;
  text-align: center;
  padding: 0 1.5em;
}

.zd_erha a {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  position: relative;
  background: #fff;
  border-radius: 50%;
  line-height: 3.7rem;
  box-shadow: 0 0 1rem rgba(51, 51, 51, 0.2);
}

.zd_erha a i {
  width: 50%;
  display: block;
  margin: 0 auto;
}

.zd_erha a i img {
  width: 100%;
}

.next1a,
.prev1a {
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  text-align: center;
  display: inline-block;
  margin-left: 1em;
  outline: none;
}

@media (max-width: 768px) {

  .next1a,
  .prev1a {
    margin-left: 0;
    margin-right: 1rem;
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
  }
}

.next1a i,
.prev1a i {
  color: #333333;
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 768px) {

  .next1a i,
  .prev1a i {
    font-size: .875rem;
  }
}

.a1_v1 {
  padding: 6.175rem 0 2.875rem;
}

@media (max-width: 768px) {
  .a1_v1 {
    padding: 2rem 0 1.2rem;
  }
}

.a1_v1 .p {
  color: #666666;
  font: 500 1.125rem/2em "montserrat";
}

@media (max-width: 768px) {
  .a1_v1 .p {
    font-size: 1rem;
  }
}

.a1_v1 .a1_b1 {
  width: 79.51389%;
}

@media (max-width: 768px) {
  .a1_v1 .a1_b1 {
    width: 100%;
  }
}

.a1_v1 .a1_b2 {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .a1_v1 .a1_b2 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}

.cont1 .a2_v1 {
  background: url(../image/bj1.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
}

.cont1 .a2_v1 .mySwiper1 .swiper-wrapper {
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5.75rem 0 12.25rem;
}

@media (max-width: 768px) {
  .cont1 .a2_v1 .mySwiper1 .swiper-wrapper {
    padding: 3.75rem 0 4.25rem;
  }
}

.cont1 .a2_v1 .mySwiper1 .a {
  width: 12.1875%;
  height: 56.375rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .6s;
}

@media (max-width: 768px) {
  .cont1 .a2_v1 .mySwiper1 .a {
    height: 45rem;
  }
}

@media (max-width: 768px) {
  .cont1 .a2_v1 .mySwiper1 .a {
    width: 25%;
  }
}

.cont1 .a2_v1 .mySwiper1 .a+.a {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.cont1 .a2_v1 .mySwiper1 .a .img {
  width: 100%;
  transition: all .6s;
}

.cont1 .a2_v1 .mySwiper1 .a .img i {
  display: block;
  width: 50.84746%;
  font-size: 0;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.cont1 .a2_v1 .mySwiper1 .a .img .date {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
}

.cont1 .a2_v1 .mySwiper1 .a .img .date p {
  font: 500 4rem/1.4em "montserrat";
}

@media (max-width: 768px) {
  .cont1 .a2_v1 .mySwiper1 .a .img .date p {
    font-size: 2.5rem;
  }
}

.cont1 .a2_v1 .mySwiper1 .a .img .date dd {
  font: 500 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cont1 .a2_v1 .mySwiper1 .a .img .date dd {
    font-size: 1rem;
  }
}

.cont1 .a2_v1 .mySwiper1 .a .img .date dd span {
  font-family: "montserrat";
  display: inline-block;
  margin-right: 0.2em;
}

.cont1 .a2_v1 .mySwiper1 .a .img1 {
  display: none;
  padding: 0 14.53488%;
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  transform: translateY(-5%);
  width: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.cont1 .a2_v1 .mySwiper1 .a.active {
  width: 26.875%;
}

@media (max-width: 768px) {
  .cont1 .a2_v1 .mySwiper1 .a.active {
    width: 50%;
  }
}

.cont1 .a2_v1 .mySwiper1 .a.active .img {
  display: none;
}

.cont1 .a2_v1 .mySwiper1 .a.active .img1 {
  display: block;
  opacity: 1;
}

@media (max-width: 768px) {
  .cont1 .a2_v1 .mySwiper1 .a.active .img1 {
    padding: 0 7.75194%;
  }
}

.cont1 .a2_v1 .mySwiper1 .a.active .img1 i {
  display: block;
  width: 52.80528%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.cont1 .a2_v1 .mySwiper1 .a.active .img1 h2 {
  color: #FFFFFF;
  font: 500 2rem/1.5em "sourcehansans";
  text-align: center;
  margin: 0.8em auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont1 .a2_v1 .mySwiper1 .a.active .img1 h2 {
    font-size: 1.25rem;
  }
}

.cont1 .a2_v1 .mySwiper1 .a.active .img1 u {
  display: block;
  font-size: 0;
}

.cont1 .a2_v1 .mySwiper1 .a.active .img1 .p {
  color: #FFFFFF;
  font: 500 1rem/1.4em "sourcehansans";
  padding: 1.5em 0 2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont1 .a2_v1 .mySwiper1 .a.active .img1 .p {
    padding: 1em 0 1.5em;
  }
}

.cont1 .a2_v1 .mySwiper1 .a.active .img1 .date {
  text-align: center;
  color: #FFFFFF;
}

.cont1 .a2_v1 .mySwiper1 .a.active .img1 .date p {
  font: 500 1.25rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .cont1 .a2_v1 .mySwiper1 .a.active .img1 .date p {
    font-size: 1rem;
  }
}

.cont1 .a2_v1 .mySwiper1 .a.active .img1 .date dt {
  width: 1px;
  height: 2rem;
  background: #fff;
  margin: 0.5em auto 0.7em;
}

.cont1 .a2_v1 .mySwiper1 .a.active .img1 .date dd {
  font: 500 1.75rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .cont1 .a2_v1 .mySwiper1 .a.active .img1 .date dd {
    font-size: 1.25rem;
  }
}

.cont1 .a2_v1 .mySwiper1 .a.active .img1 .date dd span {
  font: 500 2.25rem/1.4em "montserrat";
  display: inline-block;
  padding: 0 0.2em;
}

@media (max-width: 768px) {
  .cont1 .a2_v1 .mySwiper1 .a.active .img1 .date dd span {
    font-size: 1.35rem;
  }
}

.cont1 .a2_v1 .mySwiper1 .a.active .img1 a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 3.375rem;
  height: 3.375rem;
  text-align: center;
  line-height: 3.375rem;
  margin: 3rem auto 0;
}

@media (max-width: 768px) {
  .cont1 .a2_v1 .mySwiper1 .a.active .img1 a {
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    margin: 1.5rem auto 0;
  }
}

.cont1 .a2_v1 .mySwiper1 .a.active .img1 a i {
  font-size: 2rem;
  font-weight: 100;
  text-indent: -.125rem;
}

@media (max-width: 768px) {
  .cont1 .a2_v1 .mySwiper1 .a.active .img1 a i {
    font-size: 1.25rem;
  }
}

.a1_c1 {
  padding-left: 41.11111%;
}

@media (max-width: 768px) {
  .a1_c1 {
    padding: 0;
  }
}

.a1_c1 .p {
  color: #666666;
  font: 500 1.125rem/2em "sourcehansans";
}

@media (max-width: 768px) {
  .a1_c1 .p {
    font-size: 1rem;
  }
}

.a1_c1 a {
  color: #333333;
  font: 500 1.25rem/2em "sourcehansans";
  display: inline-block;
  margin-top: 0.5em;
  position: relative;
}

.a1_c1 a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: .125rem;
  background: #333;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  width: 0;
}

.a1_c1 a i {
  display: inline-block;
  width: 3.1875rem;
}

.a1_c1 a i img {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .a1_c1 a {
    font-size: 1rem;
  }

  .a1_c1 a i {
    width: 1.875rem;
  }
}

.a1_c1 a:hover::before {
  width: 100%;
}

.cont2 {
  margin-top: 6.5rem;
}

@media (max-width: 768px) {
  .cont2 {
    margin-top: 2rem;
  }
}

.cont2 .a2_b2 {
  margin-top: 4.375rem;
}

@media (max-width: 768px) {
  .cont2 .a2_b2 {
    margin-top: 1.25rem;
  }
}

.cont2 .a2_b2 .mySwiper2 {
  padding: 0 21.875%;
}

@media (max-width: 768px) {
  .cont2 .a2_b2 .mySwiper2 {
    padding: 0 17.70833%;
  }
}

.cont2 .a2_b2 .mySwiper2 .a {
  position: relative;
}

.cont2 .a2_b2 .mySwiper2 .a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 46, 128, 0.55);
  display: none;
}

.cont2 .a2_b2 .mySwiper2 .a .img {
  padding-bottom: 140%;
  width: 100%;
  position: relative;
  height: 0;
}

.cont2 .a2_b2 .mySwiper2 .a .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont2 .a2_b2 .mySwiper2 .a.swiper-slide-active::after {
  display: none;
}

.cont3 .a1_v1 .p {
  margin-top: 2em;
}

.cont3 .a3_v2 {
  background: url(../image/bj2.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.cont3 .a3_v2 .ahjhds_s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cont3 .a3_v2 .ahjhds_s .mySwiper3at {
  width: 100%;
  height: 100%;
}

.cont3 .a3_v2 .ahjhds_s .mySwiper3at u {
  display: block;
  font-size: 0;
  width: 100%;
  height: 100%;
}

.cont3 .a3_v2 .ahjhds_s .mySwiper3at u img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont3 .a3_v2 .mySwiper3 .a {
  height: 46.3125rem;
  padding: 0 2.70833%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

/* 投资关系弹窗 */
.index_adv_model {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(191, 192, 194, .3);
  width: 100%;
  height: 100%;
  display: none;

}

.index_adv_model.active {
  transform: scale(1);
  transition: all .6s;
}

.index_adv_model .text {
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 32px;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 3rem 3rem 5rem;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #333;
  border-left: 1px solid #3b96e1;
  border-right: 3px solid #3b96e1;
  -webkit-animation: privacySettingsShow 1.5s ease-out;
  animation: privacySettingsShow 1s ease-out;
  box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);

}

.index_adv_model .text .nr .titi {
  font-size: 1.875rem;
  color: #105EE7;
  text-align: center;
  padding-bottom: 1.875rem;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 3.125rem;
}



.index_adv_model .guanbi {
  /* -webkit-animation: privacySettingsShow 1.5s ease-out;
  animation: privacySettingsShow 1s ease-out; */
  /* box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%); */
}

.index_adv_model .guanbi {
  position: absolute;
  top: 2px;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 1.75rem;
  cursor: pointer;
  -webkit-animation: privacySettingsShow 1.5s ease-out;
  animation: privacySettingsShow 1s ease-out;
}

.index_adv_model .guanbi img {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 20px;
}

@keyframes fadenum {
  100% {
    transform: rotate(360deg);
  }
}

.index_adv_model .guanbi:hover {
  animation: fadenum .5s;
}



@media (max-width: 768px) {
  .cont3 .a3_v2 .mySwiper3 .a {
    height: 25rem;
  }
}

.cont3 .a3_v2 .mySwiper3 .a .taggc {
  text-align: center;
  color: #fff;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.cont3 .a3_v2 .mySwiper3 .a .taggc dt {
  font: 600 2rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .mySwiper3 .a .taggc dt {
    font-size: 1.3rem;
  }
}

.cont3 .a3_v2 .mySwiper3 .a .taggc .ntsq {
  opacity: 0;
  height: 0;
}

.cont3 .a3_v2 .mySwiper3 .a .taggc .ntsq dd {
  font: 600 1.375rem/1.5em "sourcehansans";
  padding: 1.1rem 0 1rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .mySwiper3 .a .taggc .ntsq dd {
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}

.cont3 .a3_v2 .mySwiper3 .a .taggc .ntsq .p {
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .mySwiper3 .a .taggc .ntsq .p {
    font-size: 1rem;
  }
}

.cont3 .a3_v2 .mySwiper3 .a .taggc .ntsq .p span {
  display: block;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .mySwiper3 .a .taggc .ntsq .p span {
    display: initial;
  }
}

.cont3 .a3_v2 .mySwiper3 .a .taggc .ntsq a {
  display: block;
  color: #fff;
  border: .125rem solid #fff;
  border-radius: 50%;
  width: 2.875rem;
  height: 2.875rem;
  text-align: center;
  line-height: 2.675rem;
  margin: 3rem auto 0;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .mySwiper3 .a .taggc .ntsq a {
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    margin: 1rem auto 0;
  }
}

.cont3 .a3_v2 .mySwiper3 .a .taggc .ntsq a i {
  font-size: 2rem;
  font-weight: 100;
  text-indent: -.125rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .mySwiper3 .a .taggc .ntsq a i {
    font-size: 1.25rem;
  }
}

.cont3 .a3_v2 .mySwiper3 .a:hover {
  background: rgba(16, 94, 231, 0.85);
}

.cont3 .a3_v2 .mySwiper3 .a:hover .taggc dt {
  font-size: 2.25rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .mySwiper3 .a:hover .taggc dt {
    font-size: 1.4rem;
  }
}

.cont3 .a3_v2 .mySwiper3 .a:hover .taggc .ntsq {
  display: block;
  opacity: 1;
  height: auto;
}

.cont4 {
  background: #F8F8F8;
  padding: 6.25rem 0 2.3rem;
}

@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0 1.2rem;
  }
}

.a4_b1 {
  margin: 0 -1.45833%;
  margin-top: 3.625rem;
}

@media (max-width: 768px) {
  .a4_b1 {
    margin-top: 1.2rem;
  }
}

.a4_b1 li {
  margin-bottom: 2.5rem;
  padding: 0 1.45833%;
}

@media (max-width: 768px) {
  .a4_b1 li {
    margin-bottom: 1.2rem;
  }
}

@media (min-width: 768px) {
  .a4_b1 li:nth-child(1) {
    width: -webkit-calc(-webkit-calc(100%/3) * 2);
    width: -moz-calc(-moz-calc(100%/3) * 2);
    width: calc(calc(100%/3) * 2);
  }
}

@media (min-width: 768px) and (max-width: 768px) {
  .a4_b1 li:nth-child(1) {
    display: none;
  }
}

@media (min-width: 768px) {
  .a4_b1 li:nth-child(1) .sgerbjs {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #105EE7;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .a4_b1 li:nth-child(1) i,
  .a4_b1 li:nth-child(1) a.a {
    display: block;
    font-size: 0;
    width: 47.78013%;
    padding-bottom: 61%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 990px) {

  .a4_b1 li:nth-child(1) i,
  .a4_b1 li:nth-child(1) a.a {
    padding-bottom: 64.5%;
  }
}

@media (min-width: 768px) {

  .a4_b1 li:nth-child(1) i>img,
  .a4_b1 li:nth-child(1) a.a>img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .a4_b1 li:nth-child(1) .wejhhx-cont {
    width: 52.21987%;
    color: #fff;
    padding: 0 6.76533%;
  }

  .a4_b1 li:nth-child(1) .wejhhx-cont .datea {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .a4_b1 li:nth-child(1) .wejhhx-cont .datea b {
    font: 600 4.5rem/1.2em "Montserrat";
  }

  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta dt {
    font: 500 1.75rem/1.2em "sourcehansans";
  }

  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta dt span {
    font-size: 2.25rem;
    font-family: "Montserrat";
    padding-right: 0.1em;
  }

  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta dd {
    font: 500 1.5rem/1.2em "sourcehansans";
  }

  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta dd span {
    font-size: 1.5rem;
    font-family: "Montserrat";
    padding-right: 0.2em;
  }

  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta dd:after {
    content: "";
    display: inline-block;
    width: 8.75rem;
    height: 0.125rem;
    background: #fff;
    margin-left: 0.5em;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta dd:after {
    width: 6.75rem;
  }
}

@media (min-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont h2 a {
    color: #FFFFFF;
    font: 500 1.5rem/1.3em "sourcehansans";
    padding: 0.75em 0 1em;
    display: block;
  }

  .a4_b1 li:nth-child(1) .wejhhx-cont .p {
    color: rgba(255, 255, 255, 0.8);
    font: 500 1.125rem/1.45em "sourcehansans";
  }
}

.a4_b1 li:not(:nth-child(1)) {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
}

@media (max-width: 768px) {
  .a4_b1 li:not(:nth-child(1)) {
    width: 49%;
  }
}

@media (max-width: 500px) {
  .a4_b1 li:not(:nth-child(1)) {
    width: 100%;
  }
}

.a4_b1 li:not(:nth-child(1)) .sgerbjs {
  background: #fff;
}

.a4_b1 li:not(:nth-child(1)) a.a {
  padding-bottom: 72%;
  width: 100%;
  position: relative;
  height: 0;
}

.a4_b1 li:not(:nth-child(1)) a.a img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.a4_b1 li:not(:nth-child(1)) i,
.a4_b1 li:not(:nth-child(1)) a.a {
  display: block;
  font-size: 0;
}

.a4_b1 li:not(:nth-child(1)) .wejhhx-cont {
  background: #fff;
  padding: 2.375rem 10%;
  border: 1px solid #E0E0E0;
}

@media (max-width: 768px) {
  .a4_b1 li:not(:nth-child(1)) .wejhhx-cont {
    padding: 1.2rem 5% 1.5rem;
  }
}

.a4_b1 li:not(:nth-child(1)) .wejhhx-cont .datea {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .a4_b1 li:not(:nth-child(1)) .wejhhx-cont .datea {
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.a4_b1 li:not(:nth-child(1)) .wejhhx-cont .datea b {
  font: 600 4.5rem/1.2em "Montserrat";
  color: #105EE7;
}

@media (max-width: 768px) {
  .a4_b1 li:not(:nth-child(1)) .wejhhx-cont .datea b {
    font-size: 2.4rem;
    margin-right: 0.2em;
  }
}

.a4_b1 li:not(:nth-child(1)) .wejhhx-cont .datea .sta {
  color: #333333;
}

.a4_b1 li:not(:nth-child(1)) .wejhhx-cont .datea .sta dt {
  font: 500 1.75rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .a4_b1 li:not(:nth-child(1)) .wejhhx-cont .datea .sta dt {
    font-size: 1.25rem;
  }
}

.a4_b1 li:not(:nth-child(1)) .wejhhx-cont .datea .sta dt span {
  font-size: 2.25rem;
  font-family: "Montserrat";
  padding-right: 0.1em;
}

@media (max-width: 768px) {
  .a4_b1 li:not(:nth-child(1)) .wejhhx-cont .datea .sta dt span {
    font-size: 1.35rem;
  }
}

.a4_b1 li:not(:nth-child(1)) .wejhhx-cont .datea .sta dd {
  font: 500 1.5rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .a4_b1 li:not(:nth-child(1)) .wejhhx-cont .datea .sta dd {
    font-size: 1.3rem;
  }
}

.a4_b1 li:not(:nth-child(1)) .wejhhx-cont .datea .sta dd span {
  font-size: 1.5rem;
  font-family: "Montserrat";
  padding-right: 0.2em;
}

@media (max-width: 768px) {
  .a4_b1 li:not(:nth-child(1)) .wejhhx-cont .datea .sta dd span {
    font-size: 1.3rem;
  }
}

.a4_b1 li:not(:nth-child(1)) .wejhhx-cont .datea .sta dd:after {
  content: "";
  display: inline-block;
  width: 8.75rem;
  height: 0.125rem;
  background: #333333;
  margin-left: 0.5em;
}

@media (max-width: 1024px) {
  .a4_b1 li:not(:nth-child(1)) .wejhhx-cont .datea .sta dd:after {
    width: 6.75rem;
  }
}

.a4_b1 li:not(:nth-child(1)) .wejhhx-cont h2 a {
  display: block;
  color: #333333;
  font: 500 1.25rem/1.3em "sourcehansans";
  margin-top: 1em;
  height: 2.6em;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

@media (max-width: 768px) {
  .a4_b1 li:not(:nth-child(1)) .wejhhx-cont h2 a {
    font-size: 1rem;
  }
}

.a4_b1 li:not(:nth-child(1)) .wejhhx-cont .p {
  display: none;
}

@media (max-width: 768px) {
  .a4_b1 li:nth-child(1) {
    width: 31.25%;
    background: #fff;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .a4_b1 li:nth-child(1) {
    width: 49%;
  }
}

@media (max-width: 768px) and (max-width: 500px) {
  .a4_b1 li:nth-child(1) {
    width: 100%;
  }
}

@media (max-width: 768px) {

  .a4_b1 li:nth-child(1) i,
  .a4_b1 li:nth-child(1) a.a {
    display: block;
    font-size: 0;
  }

  .a4_b1 li:nth-child(1) .wejhhx-cont {
    background: #fff;
    padding: 2.375rem 10%;
    border: 1px solid #E0E0E0;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont {
    padding: 1.2rem 5% 1.5rem;
  }
}

@media (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont .datea {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont .datea {
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

@media (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont .datea b {
    font: 600 4.5rem/1.2em "Montserrat";
    color: #105EE7;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont .datea b {
    font-size: 2.4rem;
    margin-right: 0.2em;
  }
}

@media (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta {
    color: #333333;
  }

  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta dt {
    font: 500 1.75rem/1.2em "sourcehansans";
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta dt {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta dt span {
    font-size: 2.25rem;
    font-family: "Montserrat";
    padding-right: 0.1em;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta dt span {
    font-size: 1.35rem;
  }
}

@media (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta dd {
    font: 500 1.5rem/1.2em "sourcehansans";
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta dd {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta dd span {
    font-size: 1.5rem;
    font-family: "Montserrat";
    padding-right: 0.2em;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta dd span {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta dd:after {
    content: "";
    display: inline-block;
    width: 8.75rem;
    height: 0.125rem;
    background: #333333;
    margin-left: 0.5em;
  }
}

@media (max-width: 768px) and (max-width: 1024px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont .datea .sta dd:after {
    width: 6.75rem;
  }
}

@media (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont h2 a {
    display: block;
    color: #333333;
    font: 500 1.25rem/1.3em "sourcehansans";
    margin-top: 1em;
    height: 2.6em;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont h2 a {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .a4_b1 li:nth-child(1) .wejhhx-cont .p {
    display: none;
  }
}

@media (max-width: 768px) {
  .cont4 li:nth-child(1) {
    display: none;
  }
}

a.more-a {
  color: #333333;
  font: 500 1.25rem/2em "sourcehansans";
  display: inline-block;
  position: relative;
}

a.more-a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: .125rem;
  background: #333;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  width: 0;
}

a.more-a i {
  display: inline-block;
  width: 3.1875rem;
}

a.more-a i img {
  vertical-align: middle;
}

@media (max-width: 768px) {
  a.more-a {
    font-size: 1rem;
  }

  a.more-a i {
    width: 1.875rem;
  }
}

a.more-a:hover::before {
  width: 100%;
}

.cont5 {
  margin-top: 6.5rem;
}

@media (max-width: 768px) {
  .cont5 {
    margin-top: 2rem;
  }
}

.cont6 .a6_v1 {
  position: relative;
  margin-top: 4.6875rem;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 {
    margin-top: 2rem;
  }
}

.cont6 .a6_v1 i {
  display: block;
  font-size: 0;
}

.cont6 .a6_v1 a.aat {
  display: block;
  width: 5.5rem;
  top: 35%;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 a.aat {
    width: 3.5rem;
  }
}

.cont6 .a6_v1 .a6_v2 {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(16, 94, 231, 0.8);
  bottom: 0;
  padding: 4.75rem 0 4.5625rem;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_v2 {
    position: static;
    padding: 1.2rem 0;
    background: #105ee7;
  }
}

.a6_b1 li {
  width: 25%;
  text-align: center;
  color: #fff;
}

.a6_b1 li dt {
  font: 500 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .a6_b1 li dt {
    font-size: 1rem;
  }
}

.a6_b1 li dt span {
  font: 500 3.75rem/1.5em "montserrat";
}

@media (max-width: 768px) {
  .a6_b1 li dt span {
    font-size: 2rem;
  }
}

.a6_b1 li dd {
  font: 500 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .a6_b1 li dd {
    font-size: 1rem;
  }
}

.foot-fot {
  background: #151515;
  padding-top: 4.375rem;
  position: relative;
}

.foot-fot:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  background: url(../image/bj4.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}

@media (max-width: 990px) {
  .foot-fot {
    padding-top: 1rem;
  }
}

.foot-fot .fo_aghst {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.foot-fot .foota1 {
  position: relative;
  z-index: 1;
}

.foot-fot .foota1 .d_nav {
  padding-bottom: 1.875rem;
}

.foot-fot .foota1 .d_nav li>a {
  color: #FFFFFF;
  font: 600 1.25rem/1.5em "sourcehansans";
  display: block;
}

.foot-fot .foota1 .d_nav li .xtat-a p {
  color: rgba(255, 255, 255, 0.5);
  font: 500 1rem/1.51em "sourcehansans";
  padding: 0.4em 0;
}

.foot-fot .foota1 .d_nav li .xtat-a dt {
  color: #FFFFFF;
  font: 600 1.05rem/1.5em "sourcehansans";
  padding: 0.4em 0;
}

.foot-fot .foota1 .d_nav li .xtat-a p i {
  width: 1.25rem;
  display: inline-block;
  margin-right: 0.5em;
}

.foot-fot .foota1 .d_nav li .xtat-b .social-share .social-share-icon {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.2rem;
  line-height: 2.5rem;
}

.foot-fot .foota1 .d_nav li .xtat-b a {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
}

.foot-fot .foota1 .d_nav li .sec {
  margin-top: 0.5rem;
}

.foot-fot .foota1 .d_nav li .sec>a {
  color: rgba(255, 255, 255, 0.5);
  font: 500 1rem/1.51em "sourcehansans";
  padding: 0.4em 0;
  display: block;
}

.foot-fot .foota1 .d_nav li .sec>a:hover {
  color: #fff;
}

.foot-fot .footas2ars {
  padding: 2.5rem 0;
}

@media (max-width: 990px) {
  .foot-fot .footas2ars {
    padding: 1rem 0 2rem;
  }
}

.foot-fot .footas2ars .fo_as1 h2 {
  color: #FFFFFF;
  font: 500 1.25rem/1.5em "sourcehansans";
}

.foot-fot .footas2ars .fo_as1 .dlahhxa {
  color: rgba(255, 255, 255, 0.5);
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.2em;
}

@media (max-width: 990px) {
  .foot-fot .footas2ars .fo_as1 {
    margin-bottom: 1em;
  }

  .index_adv_model .text {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .index_adv_model .text {
    width: 95%;
    margin: 5% auto;
    padding: 3rem 2rem;
  }

  .index_adv_model .text .nr .titi {
    font-size: 1.5rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.625rem;

  }
}

.foot-fot .footas2ars .fo_as2 h2 {
  color: #FFFFFF;
  font: 500 1.25rem/1.4em "sourcehansans";
}

.foot-fot .footas2ars .fo_as2 .dxagasgh {
  margin-top: 1rem;
}

.foot-fot .footas2ars .fo_as2 .dxagasgh a {
  display: inline-block;
  width: 2.0625rem;
}

.foot-fot .footas2ars .fo_as2 .dxagasgh a+a {
  margin-left: .6875rem;
}

.foot-fot .foota2 {
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.5);
  font: 500 1rem/1.5em "sourcehansans";
  background: #000;
}

.foot-fot .foota2 .wh {
  position: relative;
  z-index: 1;
}

.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.5);
}

.foot-fot .foota2 a:hover {
  color: #fff;
}

.foot1-m {
  padding-bottom: 1.4em;
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.foot1-m .derma-m {
  width: 30%;
  max-width: 100px;
  margin: 1.5em auto 0;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

.section {
  overflow: hidden;
}

.dbb {
  height: 50px;
}

@media (max-width: 990px) {
  .foot-fot .fo_aghst {
    border-top: none;
  }
}

.fo_aghst {
  padding: 1.1em 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 990px) {
  .fo_aghst {
    padding: 0 0 1.5rem;
  }
}

.fo_aghst p {
  color: #FFFFFF;
  font: 500 1rem/1.5em "sourcehansans";
  margin-right: 4%;
}

.fo_aghst p a {
  color: #C3C3C3;
  font: 500 1rem/1.5em "sourcehansans";
  display: inline-block;
}

.fo_aghst p a+a::before {
  content: "/";
}

.fo_aghst p a:hover {
  color: #fff;
}

.nbanner {
  position: relative;
}

.nbanner .nbanner-wen1 {
  width: 100%;
}

.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}

.nbanner .nbanner-wen1 .banner-cont h2 {
  font: 600 3.4375rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont h2 {
    font-size: 2.2rem;
  }
}

.nbanner .nbanner-wen1 .banner-cont .p {
  font: 500 1.25rem/1.8em "sourcehansans";
  max-width: 48.61111%;
  margin-top: 0.65em;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p {
    max-width: 100%;
    font-size: 1rem;
    max-height: 9em;
    overflow-y: auto;
  }
}

.n_mbx {
  position: relative;
  width: 100%;
  background: #FAFAFA;
  border-bottom: 1px solid #E9E9E9;
}

.n_mbx .wh .n_src {
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden;
}

.n_mbx .wh .n_src li {
  display: inline-block;
}

.n_mbx .wh .n_src li+li {
  margin-left: 3.0625rem;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src li+li {
    margin-left: 1.8rem;
  }
}

.n_mbx .wh .n_src li a {
  display: block;
  font: 500 1.25rem/2rem "sourcehansans";
  color: #666666;
  padding: 0.9rem 0.5em;
  position: relative;
}

.n_mbx .wh .n_src li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: .125rem;
  background: #105EE7;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src li a::after {
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src li a {
    font-size: 1.1rem;
  }
}

.n_mbx .wh .n_src li a:hover {
  color: #105EE7;
}

.n_mbx .wh .n_src li a:hover::after {
  width: 100%;
}

.n_mbx .wh .n_src li.active a {
  color: #105EE7;
}

.n_mbx .wh .n_src li.active a::after {
  width: 100%;
}

.n_mbx .wh .ajhhsd {
  overflow-x: auto;
  white-space: nowrap;
}

.n_mbx .wh .ajhhsd a {
  display: inline-block;
  font: 500 1.25rem/2rem "sourcehansans";
  color: #666666;
  position: relative;
  padding: 0.9rem 0;
}

@media (max-width: 768px) {
  .n_mbx .wh .ajhhsd a {
    font-size: 1.1rem;
  }
}

.n_mbx .wh .ajhhsd a:hover {
  color: #105EE7;
}

.n_mbx .wh .ajhhsd span {
  padding: 0 0.15em;
  font: 500 1.25rem/2rem "sourcehansans";
  color: #666666;
}

.n_mbx .wh .ajhhsd span:last-child {
  display: none;
}

@media (max-width: 768px) {
  .n_mbx .wh .ajhhsd span {
    font-size: 1.1rem;
  }
}

.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #000000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  line-height: 2.1;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  line-height: 2.1;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #105EE7;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #105EE7;
  border-color: #105EE7;
  vertical-align: middle;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 1rem 0 0;
  text-align: center;
  list-style: none;
}

@media (max-width: 768px) {
  .pager {
    margin: 1rem 0 0;
  }
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  width: 2.375rem;
  height: 2.375rem;
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #000;
  cursor: not-allowed;
  background-color: transparent;
}

.ny-content {
  padding: 2.5rem 0;
}

.gong-ny-cont {
  color: #666666;
  font: 500 1.125rem/2em "sourcehansans";
}

@media (max-width: 768px) {
  .gong-ny-cont {
    font-size: 1rem;
    line-height: 1.8em;
  }
}

.gong-ny-cont p {
  text-align: justify;
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

a.n-more {
  color: #333333;
  font: 500 1.25rem/2em "sourcehansans";
  position: relative;
  display: inline-block;
}

@media (max-width: 768px) {
  a.n-more {
    font-size: 1rem;
  }
}

a.n-more::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: .125rem;
  background: #333;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  width: 0;
}

a.n-more i {
  display: inline-block;
  width: 3.1875rem;
}

@media (max-width: 768px) {
  a.n-more i {
    width: 2.1875rem;
  }
}

a.n-more i img {
  vertical-align: middle;
}

a.n-more:hover::before {
  width: 100%;
}

.fang {
  overflow: hidden;
  display: block;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.fang img {
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.abt-cont1 {
  padding: 8rem 0 6.125rem;
}

@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2.5rem 0 2rem;
  }
}

.abt-cont1 .abt-a1 {
  width: 44.44444%;
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1 {
    width: 100%;
    margin-top: 0;
  }
}

.abt-cont1 .abt-a1 .p {
  color: #666666;
  font: 500 1.125rem/2em "sourcehansans";
  text-indent: 2em;
  margin-top: 3.25rem;
  text-align: justify;
}

@media (max-width: 990px) {
  .abt-cont1 .abt-a1 .p {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1 .p {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.abt-cont1 .abt-a1 a.n-more {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1 a.n-more {
    margin-top: 0.5rem;
  }
}

.abt-cont1 .abt-a2 {
  width: 49.72222%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.abt-cont1 .abt-a2 a.aat {
  width: 4.1875rem;
}

.abt-cont2 {
  background: #F8F8F8;
  padding: 4.6875rem 0 7.375rem;
}

@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2.2rem 0 3rem;
  }
}

.abt-cont2 .abt-v1 {
  margin-top: 3.575rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-v1 {
    margin-top: 1.5rem;
  }
}

.abt-cont2 .abt-v1 i {
  display: block;
  font-size: 0;
}

.abt-cont2 .abt-v1 dd {
  color: #fff;
  font: 500 2.25rem/1.5em "sourcehansans";
  width: 100%;
  padding: 0 4.86111%;
  top: 44%;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-v1 dd {
    font-size: 1.2rem;
  }
}

.abt-cont2 .abt-v1 dd span {
  display: block;
}

.abt-cont3 .abt-a1_v1 {
  background: url(../image/bj6.jpg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  padding: 7rem 0 6rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a1_v1 {
    padding: 3rem 0 2.5rem;
  }
}

.abt-cont3 .abt-a1_v1 .title_a1 .h1 {
  color: #fff;
}

.abt-cont3 .abt-a1_v1 .title_a1 .h2 {
  color: #fff;
}

.abt-cont3 .abt-a1_v1 .title_a1 .h2::after {
  background: #fff;
}

.abt-cont3 .abt-a1_v2 .swiper-button-prev1a,
.abt-cont3 .abt-a1_v2 .swiper-button-next1a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.abt-cont3 .abt-a1_v2 .swiper-button-prev1a {
  left: -3.25rem;
  margin-left: 0;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a1_v2 .swiper-button-prev1a {
    left: 0;
  }
}

.abt-cont3 .abt-a1_v2 .swiper-button-next1a {
  right: -3.25rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a1_v2 .swiper-button-next1a {
    right: 0;
    margin-right: 0;
  }
}

.abt-cont3 .abt-a1_v2 .prtx {
  padding: 0 8%;
}

.abt-cont3 .abt-a1_v2 .prtx::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  border-top: .125rem dashed #C0C0C0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.abt-cont3 .abt-a1_v2 .mySwiper4 {
  position: relative;
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a1_v2 .mySwiper4 {
    margin-top: 1.5rem;
  }
}

.abt-cont3 .abt-a1_v2 .mySwiper4 .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 15rem;
  padding-left: 2em;
  position: relative;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a1_v2 .mySwiper4 .swiper-slide {
    height: 10rem;
  }
}

.abt-cont3 .abt-a1_v2 .mySwiper4 .swiper-slide::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: .6875rem;
  top: 0;
  background: #C0C0C0;
}

.abt-cont3 .abt-a1_v2 .mySwiper4 .swiper-slide::after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background: url(../image/agxg.svg) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -0.6875rem;
}

.abt-cont3 .abt-a1_v2 .mySwiper4 .swiper-slide:nth-child(2n-1) {
  margin-top: 15rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a1_v2 .mySwiper4 .swiper-slide:nth-child(2n-1) {
    margin-top: 10rem;
  }
}

.abt-cont3 .abt-a1_v2 .mySwiper4 .swiper-slide:nth-child(2n-1)::after {
  top: -0.6875rem;
  bottom: auto;
}

.abt-cont3 .abt-a1_v2 .mySwiper4 .taggc {
  position: relative;
  width: 100%;
}

.abt-cont3 .abt-a1_v2 .mySwiper4 .taggc dt {
  color: #105EE7;
  font: 600 2.8125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a1_v2 .mySwiper4 .taggc dt {
    font-size: 1.6rem;
  }
}

.abt-cont3 .abt-a1_v2 .mySwiper4 .taggc .p {
  color: #666666;
  font: 500 1.125rem/1.7em "sourcehansans";
  width: 100%;
  text-align: justify;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a1_v2 .mySwiper4 .taggc .p {
    font-size: .9375rem;
    line-height: 1.4em;
    width: 100%;
    max-height: 7em;
    overflow-y: auto;
  }
}

.abt-cont4 {
  margin-top: 12.1875rem;
}



@media (max-width: 768px) {
  .abt-cont4 {
    margin-top: 3rem;
  }
}

.abt-cont4 .hxtd-list-v {
  margin-top: 4.125rem;
}

@media (max-width: 768px) {
  .abt-cont4 .hxtd-list-v {
    margin-top: 2rem;
  }
}

.abt-cont4 .hxtd-list {
  background-color: #F8F8F8;
}


/* .abt-cont4 .hxtd-list li {
  width: 25%;
} */

.abt-cont4 .hxtd-list li {
  width: 25%;
}

@media (max-width: 768px) {
  .abt-cont4 .hxtd-list li {
    width: 50%;
  }
}

.abt-cont4 .hxtd-list li a.more-msltcz {
  display: block;
  position: relative;
}

.abt-cont4 .hxtd-list li a.more-msltcz i {
  display: block;
  background: url(../image/yybj1.svg) no-repeat left bottom;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 47.22222%;
  padding: 0 0 0.5rem 0.5rem;
}

.abt-cont4 .hxtd-list li a.more-msltcz i u {
  display: block;
  overflow: hidden;
}

.abt-cont4 .hxtd-list li a.more-msltcz .xe_sa {
  padding: 0.7em 0 3rem 5.5%;
}

.abt-cont4 .hxtd-list li a.more-msltcz h2 {
  color: #105EE7;
  font: 500 2rem/1.2em "sourcehansans";
}

.abt-cont4 .hxtd-list li a.more-msltcz h2:after {
  content: "";
  width: 2.3em;
  height: 1px;
  background: #105EE7;
  display: inline-block;
}

@media (max-width: 768px) {
  .abt-cont4 .hxtd-list li a.more-msltcz h2 {
    font-size: 1.5rem;
  }

  .abt-cont4 .hxtd-list li a.more-msltcz h2:after {
    width: 1.5em;
  }
}

.abt-cont4 .hxtd-list li a.more-msltcz .p {
  color: #666666;
  font: 500 1.125rem/1.5em "sourcehansans";
  height: 3em;
  margin-top: 0.4em;
}

@media (max-width: 768px) {
  .abt-cont4 .hxtd-list li a.more-msltcz .p {
    font-size: 1rem;
  }
}

.abt-cont4 .hxtd-list li .p-agsd {
  display: none;
}

.layui-layer.yourclassa {
  width: 54.6875% !important;
}

@media (max-width: 768px) {
  .layui-layer.yourclassa {
    width: 90% !important;
  }
}

.layui-layer.yourclassa .layui-layer-ico {
  background: url(../image/xxa.svg) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center !important;
  right: 1.5rem;
  top: 2rem;
  width: 1.975rem;
  height: 1.975rem;
}

@media (max-width: 768px) {
  .layui-layer.yourclassa .layui-layer-ico {
    right: 0;
    top: 0;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 768px) {
  .layui-layer.yourclassa .p-vsat1 {
    padding: 1.5rem;
  }
}

.layui-layer.yourclassa .p-vsat1 .p-vsa1 {
  width: 22.38095%;
  padding-left: 5.71429%;
  padding-top: 5.71429%;
}

@media (max-width: 768px) {
  .layui-layer.yourclassa .p-vsat1 .p-vsa1 {
    width: 100%;
    padding: 0;
  }
}

.layui-layer.yourclassa .p-vsat1 .p-vsa1 i {
  display: block;
  background: url(../image/yybj2.svg) no-repeat left bottom;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 0 0.7rem 0.7rem 0;
}

.layui-layer.yourclassa .p-vsat1 .p-vsa2 {
  width: 66.66667%;
  margin-right: 5.71429%;
}

@media (max-width: 768px) {
  .layui-layer.yourclassa .p-vsat1 .p-vsa2 {
    width: 100%;
    margin-right: 0;
  }
}

.layui-layer.yourclassa .p-vsat1 .p-vsa2 .tc-tita {
  padding: 5rem 0 3.125rem;
  border-bottom: 1px solid #C0C0C0;
}

@media (max-width: 768px) {
  .layui-layer.yourclassa .p-vsat1 .p-vsa2 .tc-tita {
    padding: 1.5rem 0 1.4rem;
  }
}

.layui-layer.yourclassa .p-vsat1 .p-vsa2 .tc-tita h2 {
  color: #105EE7;
  font: 500 2rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .layui-layer.yourclassa .p-vsat1 .p-vsa2 .tc-tita h2 {
    font-size: 1.5rem;
  }
}

.layui-layer.yourclassa .p-vsat1 .p-vsa2 .tc-tita h2:after {
  content: "";
  width: 2.3em;
  height: 1px;
  background: #105EE7;
  display: inline-block;
}

@media (max-width: 768px) {
  .layui-layer.yourclassa .p-vsat1 .p-vsa2 .tc-tita h2:after {
    width: 1.5em;
  }
}

.layui-layer.yourclassa .p-vsat1 .p-vsa2 .tc-tita span {
  color: #666666;
  font: 500 1.125rem/2em "sourcehansans";
}

@media (max-width: 768px) {
  .layui-layer.yourclassa .p-vsat1 .p-vsa2 .tc-tita span {
    font-size: 1rem;
  }
}

.layui-layer.yourclassa .p-vsat1 .p-vsa2 .p {
  color: #666666;
  font: 500 1.125rem/2em "sourcehansans";
  padding: 2.875rem 0 10rem;
}

@media (max-width: 768px) {
  .layui-layer.yourclassa .p-vsat1 .p-vsa2 .p {
    font-size: 1rem;
    padding: 1.2rem 0 1rem;
  }
}

.abt-cont5 {
  margin-top: 6.875rem;
  padding-bottom: 4.25rem;
}

@media (max-width: 768px) {
  .abt-cont5 {
    margin-top: 2.5rem;
    padding-bottom: 2.25rem;
  }
}

.abt-cont5 .abt-c5_v1 {
  margin-top: 5.375rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-c5_v1 {
    margin-top: 2rem;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 {
  width: 26.94444%;
  position: relative;
}

@media (max-width: 990px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a1 {
    width: 100%;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .jt_ahs {
  position: absolute;
  bottom: 0;
  right: -14%;
  z-index: 9;
}

@media (max-width: 990px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a1 .jt_ahs {
    display: none;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .next1a,
.abt-cont5 .abt-c5_v1 .abt-c5_a1 .prev1a {
  margin-left: 0;
  display: block;
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .prev1a {
  margin-top: 1em;
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .mySwiper5 {
  height: 39rem;
}

@media (max-width: 990px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a1 .mySwiper5 {
    height: 5em;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .mySwiper5 .taggc dt {
  color: #999999;
  font: 500 1.75rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a1 .mySwiper5 .taggc dt {
    font-size: 1.25rem;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .mySwiper5 .taggc dt span {
  display: inline-block;
  width: 15.75rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a1 .mySwiper5 .taggc dt span {
    width: auto;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .mySwiper5 .taggc dt i {
  width: 3.1875rem;
  display: inline-block;
  margin-left: 1em;
  opacity: 0;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a1 .mySwiper5 .taggc dt i {
    display: none;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .mySwiper5 .swiper-slide-thumb-active .taggc dt {
  color: #333333;
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .mySwiper5 .swiper-slide-thumb-active .taggc dt i {
  opacity: 1;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht {
    margin-bottom: 1.5rem;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li {
  border-bottom: 1px solid #C0C0C0;
  padding: 1.5rem 0;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li {
    padding: 1rem 0;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li>.taggc dt {
  cursor: pointer;
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li>.taggc dt span {
  color: #333333;
  font: 500 2rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li>.taggc dt span {
    font-size: 1.25rem;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li>.taggc dt i {
  display: none;
  width: 2.5rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li>.taggc dt i {
    width: 1.8rem;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li>.taggc dt i img {
  width: 100%;
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li>.taggc dt.on span {
  color: #105EE7;
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li>.taggc dt.on i {
  display: inline-block;
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li .wehxx a.ama {
  color: #333333;
  font: 500 2rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li .wehxx a.ama {
    font-size: 1.25rem;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li .wehxx .aniuta1 i {
  color: #333333;
  font: 500 2rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li .wehxx .aniuta1 i {
    font-size: 1.25rem;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li .nac-sec {
  display: none;
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li .nac-sec .taggc {
  margin-top: 1rem;
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li .nac-sec .taggc dt {
  cursor: pointer;
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li .nac-sec .taggc dt span {
  color: #999999;
  font: 500 1.5rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li .nac-sec .taggc dt span {
    font-size: 1rem;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li .nac-sec .taggc dt i {
  display: none;
  width: 2.5rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li .nac-sec .taggc dt i {
    width: 1.8rem;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li .nac-sec .taggc dt i img {
  width: 100%;
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li .nac-sec .taggc dt.on span {
  color: #105EE7;
}

.abt-cont5 .abt-c5_v1 .abt-c5_a1 .dz_djjht li .nac-sec .taggc dt.on i {
  display: inline-block;
}

.abt-cont5 .abt-c5_v1 .abt-c5_a2 {
  width: 61.11111%;
}

@media (max-width: 990px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a2 {
    width: 100%;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a2 #container {
  height: 23.05vw;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a2 #container {
    height: 50vw;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a2 .xggs-ra p {
  color: #333333;
  font: 500 1.75rem/1.5em "sourcehansans";
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a2 .xggs-ra p {
    font-size: 1.1rem;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a2 .xggs-ra p i {
  width: 2rem;
  display: inline-block;
  margin-right: 0.8em;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-c5_v1 .abt-c5_a2 .xggs-ra p i {
    width: 1.5rem;
    margin-right: 0.4em;
  }
}

.abt-cont5 .abt-c5_v1 .abt-c5_a2 .xggs-ra p span {
  font-family: "Montserrat";
}

.abt-cont6 {
  background: #105EE7;
  padding: 4.6875rem 0 4.375rem;
}

@media (max-width: 768px) {
  .abt-cont6 {
    padding: 2.5rem 0 3rem;
  }
}

.abt-cont6 h2 {
  text-align: center;
  color: #fff;
  font: 600 3.5rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont6 h2 {
    font-size: 2rem;
  }
}

.abt-cont6 .abt-cont6-a1 {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .abt-cont6 .abt-cont6-a1 {
    margin-top: 1.5rem;
  }
}

.abt-cont6 .abt-cont6-a1 li {
  padding: 0 5rem;
}

@media (max-width: 768px) {
  .abt-cont6 .abt-cont6-a1 li {
    padding: 0 2em;
  }
}

@media (max-width: 450px) {
  .abt-cont6 .abt-cont6-a1 li {
    padding: 0 1em;
  }
}

.abt-cont6 .abt-cont6-a1 li+li {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .abt-cont6 .abt-cont6-a1 li+li {
    border-left: none;
  }
}

.abt-cont6 .abt-cont6-a1 li i {
  display: inline-block;
  width: 2.5rem;
  margin-right: 0.8em;
}

@media (max-width: 768px) {
  .abt-cont6 .abt-cont6-a1 li i {
    width: 2rem;
  }
}

.abt-cont6 .abt-cont6-a1 li span {
  color: #FFFFFF;
  font: 500 2.5rem/1em "sourcehansans";
}

@media (max-width: 768px) {
  .abt-cont6 .abt-cont6-a1 li span {
    font-size: 1.25rem;
    line-height: 2em;
  }
}

.gsjj-cont1 {
  padding: 8.125rem 0 6.5rem;
}

@media (max-width: 768px) {
  .gsjj-cont1 {
    padding: 2.5rem 0 2rem;
  }
}

.gsjj-cont1 p {
  text-indent: 2em;
}

.gsjj-cont1 .gsjj_v1 .gsjj_a1 {
  width: 100%;
}

.gsjj-cont1 .gsjj_v1 .gsjj_a1 .title_a1 {
  padding-top: 2em;
}

@media (max-width: 768px) {
  .gsjj-cont1 .gsjj_v1 .gsjj_a1 .title_a1 {
    padding-top: 1.5em;
  }
}

.gsjj-cont1 .gsjj_v1 .gsjj_a1 .p {
  margin-top: 3em;
}

@media (max-width: 768px) {
  .gsjj-cont1 .gsjj_v1 .gsjj_a1 .p {
    margin-top: 1.45em;
  }
}

.gsjj-cont1 .gsjj_v1 .gsjj_a2 {
  width: 48.61111%;
  float: right;
  margin-left: 5%;
}

@media (max-width: 768px) {
  .gsjj-cont1 .gsjj_v1 .gsjj_a2 {
    margin: 0;
    width: 100%;
    float: none;
  }
}

.gsjj-cont1 .gsjj_v1 .gsjj_a2 a.aat {
  width: 4.1875rem;
  display: block;
}

.gsjj-cont1 .gsjj_v2 {
  margin-top: 1.5em;
}

.ny-news-content {
  padding: 7.1875rem 0 5.25rem;
}

@media (max-width: 768px) {
  .ny-news-content {
    padding: 2.5rem 0 3rem;
  }
}

.show-news-content {
  padding: 7.1875rem 0 5.25rem;
}

@media (max-width: 768px) {
  .show-news-content {
    padding: 2.5rem 0 3rem;
  }
}

.show-news-content .biaoti-tilte {
  color: #333333;
  font: 500 2.5rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .show-news-content .biaoti-tilte {
    font-size: 1.7rem;
    line-height: 1.3em;
  }
}

.show-news-content .whhxaz {
  color: #666666;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.8em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #E9E9E9;
}

@media (max-width: 768px) {
  .show-news-content .whhxaz {
    padding-bottom: 0.8em;
  }
}

.show-news-content .whhxaz .fenxad {
  margin-left: 2em;
}

@media (max-width: 768px) {
  .show-news-content .whhxaz .fenxad {
    margin-left: 0;
  }
}

.show-news-content .whhxaz .fenxad a {
  border: none;
  color: #666666;
  font-size: 1rem;
}

.show-news-content .whhxaz .fenxad a:hover {
  background: none;
  color: #000;
}

@media (max-width: 768px) {
  .social-share .icon-wechat .wechat-qrcode {
    left: 0;
  }

  .social-share .icon-wechat .wechat-qrcode:after {
    left: 0;
    margin-left: 0;
  }
}

.xinwn-consss {
  color: #666666;
  font: 500 1.125rem/1.5em "sourcehansans";
  padding: 4.125rem 0;
  border-bottom: 1px solid #E9E9E9;
}

@media (max-width: 768px) {
  .xinwn-consss {
    font-size: 1rem;
    padding: 2rem 0;
  }
}

.xinwn-consss img {
  padding: 0.5em 0;
}

.fen-ye {
  color: #666666;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 3.25rem;
}

@media (max-width: 768px) {
  .fen-ye {
    margin-top: 1.2em;
  }
}

.fen-ye .prev a.jtaba {
  margin-right: 1em;
}

.fen-ye .next a.jtaba {
  margin-left: 1em;
}

.fen-ye a {
  color: #666666;
}

.fen-ye a:hover {
  color: #000;
}

.fen-ye a.jtaba {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  line-height: 2.25rem;
  text-align: center;
  border: 1px solid #E0E0E0;
}

@media (max-width: 768px) {
  .fen-ye a.jtaba {
    width: 2rem;
    height: 2rem;
    line-height: 1.9rem;
    display: none;
  }
}

.fen-ye a.jtaba i {
  font-size: 0.89rem;
  font-weight: 600;
  color: #000;
}

@media (max-width: 768px) {
  .fen-ye a.jtaba i {
    font-size: 0.7rem;
  }
}

.ywdt-cont1 {
  padding: 6.5rem 0 5.125rem;
}

@media (max-width: 768px) {
  .ywdt-cont1 {
    padding: 2.5rem 0;
  }
}

.ywdt-cont2 {
  background: #F8F8F8;
}

.zs_lsta1 {
  margin: 0 -1.04167%;
  margin-top: 3.875rem;
}

@media (max-width: 768px) {
  .zs_lsta1 {
    margin: 0 -1%;
  }
}

@media (max-width: 500px) {
  .zs_lsta1 {
    margin: 0;
  }
}

.zs_lsta1 li {
  width: 31.25%;
  border: 1px solid #E0E0E0;
  background: #fff;
  margin: 0 1.04167%;
}

@media (max-width: 768px) {
  .zs_lsta1 li {
    width: 48%;
    margin: 0 1%;
    margin-top: 1.5em;
  }
}

@media (max-width: 500px) {
  .zs_lsta1 li {
    width: 100%;
    margin: 0;
    margin-top: 1.5rem;
  }
}

.zs_lsta1 li a {
  display: block;
  font-size: 0;
}

.zs_lsta1 li i {
  display: block;
  font-size: 0;
}

.zs_lsta1 li .wejhhx-cont {
  background: #fff;
  padding: 2.375rem 10%;
}

@media (max-width: 768px) {
  .zs_lsta1 li .wejhhx-cont {
    padding: 1.2rem 5% 1.5rem;
  }
}

.zs_lsta1 li .wejhhx-cont .datea {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .zs_lsta1 li .wejhhx-cont .datea {
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.zs_lsta1 li .wejhhx-cont .datea b {
  font: 600 4.5rem/1.2em "Montserrat";
  color: #105EE7;
}

@media (max-width: 768px) {
  .zs_lsta1 li .wejhhx-cont .datea b {
    font-size: 2.4rem;
    margin-right: 0.2em;
  }
}

.zs_lsta1 li .wejhhx-cont .datea .sta {
  color: #333333;
}

.zs_lsta1 li .wejhhx-cont .datea .sta dt {
  font: 500 1.75rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .zs_lsta1 li .wejhhx-cont .datea .sta dt {
    font-size: 1.25rem;
  }
}

.zs_lsta1 li .wejhhx-cont .datea .sta dt span {
  font-size: 2.25rem;
  font-family: "Montserrat";
  padding-right: 0.1em;
}

@media (max-width: 768px) {
  .zs_lsta1 li .wejhhx-cont .datea .sta dt span {
    font-size: 1.35rem;
  }
}

.zs_lsta1 li .wejhhx-cont .datea .sta dd {
  font: 500 1.5rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .zs_lsta1 li .wejhhx-cont .datea .sta dd {
    font-size: 1.3rem;
  }
}

.zs_lsta1 li .wejhhx-cont .datea .sta dd span {
  font-size: 1.5rem;
  font-family: "Montserrat";
  padding-right: 0.2em;
}

@media (max-width: 768px) {
  .zs_lsta1 li .wejhhx-cont .datea .sta dd span {
    font-size: 1.3rem;
  }
}

.zs_lsta1 li .wejhhx-cont .datea .sta dd:after {
  content: "";
  display: inline-block;
  width: 8.75rem;
  height: 0.125rem;
  background: #333333;
  margin-left: 0.5em;
}

@media (max-width: 1024px) {
  .zs_lsta1 li .wejhhx-cont .datea .sta dd:after {
    width: 6.75rem;
  }
}

.zs_lsta1 li .wejhhx-cont h2 a {
  display: block;
  color: #333333;
  font: 500 1.25rem/1.3em "sourcehansans";
  margin-top: 1em;
  height: 2.6em;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

@media (max-width: 768px) {
  .zs_lsta1 li .wejhhx-cont h2 a {
    font-size: 1rem;
  }
}

.zs_lsta1 li .wejhhx-cont .p {
  display: none;
}

a.morexw {
  color: #333333;
  font: 500 1.25rem/4.375rem "sourcehansans";
  width: 13.75rem;
  border: 1px solid #333333;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 5.125rem;
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 2;
}

a.morexw i {
  font: 500 1.25rem/4.375rem "sourcehansans";
}

@media (max-width: 768px) {
  a.morexw {
    font: 500 1rem/3rem "sourcehansans";
    width: 10rem;
    margin-top: 1.95rem;
  }

  a.morexw i {
    font: 500 1rem/3rem "sourcehansans";
  }
}

a.morexw:after,
a.morexw:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

a.morexw:hover {
  color: #fff;
}

a.morexw:hover i {
  color: #fff;
}

a.morexw:hover:after,
a.morexw:hover:before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.zlk-cont1 {
  padding: 6.75rem 0 6.25rem;
}

@media (max-width: 768px) {
  .zlk-cont1 {
    padding: 2.8rem 0;
  }
}

.zlk-list1 {
  margin: 0 -1.45833%;
  margin-top: 1rem;
}

@media (max-width: 450px) {
  .zlk-list1 {
    margin: 0;
  }
}

.zlk-list1 li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1.45833%;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .zlk-list1 li {
    width: -webkit-calc(100%/2);
    width: -moz-calc(100%/2);
    width: calc(100%/2);
    padding: 0 1.45833%;
    margin-top: 1rem;
  }
}

@media (max-width: 450px) {
  .zlk-list1 li {
    width: 100%;
    padding: 0;
  }
}

.zlk-list1 li .zlk_a1b1 a.aat {
  display: block;
  width: 3.5625rem;
}

@media (max-width: 768px) {
  .zlk-list1 li .zlk_a1b1 a.aat {
    width: 2.8rem;
  }
}

.zlk-list1 li .zlk_a1b2 {
  color: #333333;
  font: 500 1.25rem/1.4em "sourcehansans";
  height: 2.8em;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 2rem 3%;
  border: 1px solid #E0E0E0;
  border-top: none;
}

@media (max-width: 768px) {
  .zlk-list1 li .zlk_a1b2 {
    font-size: 1rem;
    padding: 1.1rem 3%;
  }
}

.zlk-list1 li .zlk_a1bt a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(16, 94, 231, 0.85);
  left: 0;
  top: 0;
}

.zlk-list1 li .zlk_a1bt i {
  display: block;
  font-size: 0;
}

.zlk-list1 li .zlk_a1bt .weggxq {
  text-align: center;
  color: #fff;
  width: 100%;
}

.zlk-list1 li .zlk_a1bt .weggxq h2 {
  font: 500 2.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .zlk-list1 li .zlk_a1bt .weggxq h2 {
    font-size: 1.5rem;
  }
}

.zlk-list1 li .zlk_a1bt .weggxq p {
  font: 500 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .zlk-list1 li .zlk_a1bt .weggxq p {
    font-size: 1rem;
  }
}

.zlk-cont2 {
  background: #F8F8F8;
  padding: 5.3125rem 0 6.25rem;
}

@media (max-width: 768px) {
  .zlk-cont2 {
    padding: 2.5rem 0;
  }
}

.zlk-list2 {
  margin: 0 -1.45833%;
  margin-top: 1rem;
}

@media (max-width: 450px) {
  .zlk-list2 {
    margin: 0;
  }
}

.zlk-list2 li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1.45833%;
  margin-top: 2.5rem;
  overflow: hidden;
}

.zlk-list2 li i {
  display: block;
  padding-bottom: 66%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.zlk-list2 li i img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .zlk-list2 li {
    width: -webkit-calc(100%/2);
    width: -moz-calc(100%/2);
    width: calc(100%/2);
    padding: 0 1.45833%;
    margin-top: 1rem;
  }
}

@media (max-width: 450px) {
  .zlk-list2 li {
    width: 100%;
    padding: 0;
  }
}

.zlk-list2 li .zlk_a1b2 {
  color: #333333;
  font: 500 1.25rem/1.4em "sourcehansans";
  height: 2.8em;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 2rem 3%;
  border: 1px solid #E0E0E0;
  border-top: none;
}

@media (max-width: 768px) {
  .zlk-list2 li .zlk_a1b2 {
    font-size: 1rem;
    padding: 1.1rem 3%;
  }
}

.zlk-list2 li .erhxa-a {
  position: absolute;
  left: 0;
  background: rgba(16, 94, 231, 0.85);
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.5s ease 0s;
  -o-transition: top 0.5s ease 0s;
  -moz-transition: top 0.5s ease 0s;
  transition: top 0.5s ease 0s;
  top: -100%;
}

.zlk-list2 li .erhxa-a .erhxa-b {
  width: 100%;
  text-align: center;
}

.zlk-list2 li .erhxa-a .erhxa-b u {
  display: block;
  font-size: 0;
  width: 11.875rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .zlk-list2 li .erhxa-a .erhxa-b u {
    width: 35%;
  }
}

.zlk-list2 li .erhxa-a .erhxa-b u img {
  width: 100%;
}

.zlk-list2 li .erhxa-a .erhxa-b p {
  color: #FFFFFF;
  font: 500 1.25rem/1.5em "sourcehansans";
  margin-top: 0.8em;
}

.zlk-list2 li .zlk_a1bt a {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(16, 94, 231, 0.85);
  left: 0;
  top: 0;
}

.zlk-list2 li .zlk_a1bt i {
  display: block;
  font-size: 0;
}

.zlk-list2 li .zlk_a1bt .weggxq {
  text-align: center;
  color: #fff;
  width: 100%;
}

.zlk-list2 li .zlk_a1bt .weggxq h2 {
  font: 500 2.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .zlk-list2 li .zlk_a1bt .weggxq h2 {
    font-size: 1.5rem;
  }
}

.zlk-list2 li .zlk_a1bt .weggxq p {
  font: 500 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .zlk-list2 li .zlk_a1bt .weggxq p {
    font-size: 1rem;
  }
}

.zlk-list2 li:hover .erhxa-a {
  top: 0;
}

.jrwm-cont1 {
  padding: 5.625rem 0 6.875rem;
}

@media (max-width: 768px) {
  .jrwm-cont1 {
    padding: 2.8rem 0;
  }
}

.jrwm-cont1 .jrwm-a1b1 {
  position: relative;
  margin-top: 3.87rem;
}

@media (max-width: 768px) {
  .jrwm-cont1 .jrwm-a1b1 {
    margin-top: 1.5rem;
  }
}

.jrwm-cont1 .jrwm-a1b1 i {
  display: block;
  font-size: 0;
}

.jrwm-cont1 .jrwm-a1b1 .jrwm-a1c1 {
  background: rgba(255, 255, 255, 0.9);
  border-left: .5rem solid #105EE7;
  padding: 5rem 5rem 5rem 1.5rem;
  width: 50%;
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .jrwm-cont1 .jrwm-a1b1 .jrwm-a1c1 {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    padding: 2rem 2rem 2rem 1.5rem;
    border-left: .3rem solid #105EE7;
  }
}

.jrwm-cont1 .jrwm-a1b1 .jrwm-a1c1 dt {
  color: #333;
  font: 500 1.5rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .jrwm-cont1 .jrwm-a1b1 .jrwm-a1c1 dt {
    font-size: 1.25rem;
  }
}

.jrwm-cont1 .jrwm-a1b1 .jrwm-a1c1 p {
  color: #666666;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 0.2em;
}

@media (max-width: 768px) {
  .jrwm-cont1 .jrwm-a1b1 .jrwm-a1c1 p {
    font-size: 1rem;
    margin-top: 0.6em;
  }
}

.jrwm-cont2 {
  background: #F8F8F8;
  padding: 5.3125rem 0 6.25rem;
}

@media (max-width: 768px) {
  .jrwm-cont2 {
    padding: 2.5rem 0;
  }
}

.jrwm-cont2 .jrwm-a2_b1 {
  margin-top: 3.7rem;
}

@media (max-width: 768px) {
  .jrwm-cont2 .jrwm-a2_b1 {
    margin-top: 1rem;
  }
}

.jrwm-cont2 .jrwm-a2_b1 li {
  width: 48.61111%;
}

@media (max-width: 768px) {
  .jrwm-cont2 .jrwm-a2_b1 li {
    width: 100%;
    margin-top: 1rem;
  }
}

.jrwm-cont2 .jrwm-a2_b1 li i {
  display: block;
  font-size: 0;
}

.jrwm-cont2 .jrwm-a2_b1 li .webx_a {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-top: none;
  padding: 2rem 5%;
}

@media (max-width: 768px) {
  .jrwm-cont2 .jrwm-a2_b1 li .webx_a {
    padding: 1.6rem 4%;
  }
}

.jrwm-cont2 .jrwm-a2_b1 li .webx_a dt {
  color: #000000;
  font: 500 1.5rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .jrwm-cont2 .jrwm-a2_b1 li .webx_a dt {
    font-size: 1.3rem;
  }
}

.jrwm-cont2 .jrwm-a2_b1 li .webx_a dd {
  color: #666666;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 1em;
}

@media (max-width: 768px) {
  .jrwm-cont2 .jrwm-a2_b1 li .webx_a dd {
    font-size: 1rem;
    margin-top: 0.6em;
  }
}

.jrwm-cont3 {
  padding: 6.25rem 0 6.125rem;
}

@media (max-width: 768px) {
  .jrwm-cont3 {
    padding: 2.5rem 0;
  }
}

.jrwm-cont3 .jrwm-a3_v1 {
  margin-top: 4.0625rem;
}

@media (max-width: 768px) {
  .jrwm-cont3 .jrwm-a3_v1 {
    margin-top: 2rem;
  }
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 {
  width: 100%;
}

@media (max-width: 768px) {
  .jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 {
    width: 100%;
  }
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li {
  float: left;
  position: relative;
  margin-bottom: 1.6rem;
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li:nth-child(1) {
  width: 65.42056%;
  margin-right: 1.81%;
}

@media (max-width: 768px) {
  .jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li:nth-child(2),
.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li:nth-child(3),
.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li:nth-child(4) {
  width: 32.71028%;
}

@media (max-width: 768px) {

  .jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li:nth-child(2),
  .jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li:nth-child(3),
  .jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li:nth-child(4) {
    width: 100%;
    margin-right: 0;
  }
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li:nth-child(5) {
  width: 65.42056%;
  margin-left: 1.81%;
}

@media (max-width: 768px) {
  .jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li:nth-child(5) {
    width: 100%;
    margin-left: 0;
  }
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li .weggx {
  position: absolute;
  left: 0;
  bottom: 10%;
  padding: 0 6%;
  color: #fff;
  z-index: 9;
  width: 100%;
  display: none;
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li .weggx dt {
  font: 500 2.5rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li .weggx dt {
    font-size: 1.25rem;
  }
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li .weggx dd {
  font: 500 1.25rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li .weggx dd {
    font-size: 1rem;
  }
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li:hover::after {
  background: rgba(16, 94, 231, 0.85);
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b1 li:hover .weggx {
  display: block;
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b2 {
  width: 24.30556%;
}

@media (max-width: 768px) {
  .jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b2 {
    width: 100%;
  }
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b2 li {
  width: 100%;
  position: relative;
  margin-bottom: 1.18rem;
}

@media (max-width: 768px) {
  .jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b2 li img {
    height: 70vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b2 li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b2 li .weggx {
  position: absolute;
  left: 0;
  bottom: 10%;
  padding: 0 6%;
  color: #fff;
  z-index: 9;
  width: 100%;
  display: none;
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b2 li .weggx dt {
  font: 500 2.5rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b2 li .weggx dt {
    font-size: 1.25rem;
  }
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b2 li .weggx dd {
  font: 500 1.25rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b2 li .weggx dd {
    font-size: 1rem;
  }
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b2 li:hover::after {
  background: rgba(16, 94, 231, 0.85);
}

.jrwm-cont3 .jrwm-a3_v1 .jrwm-a3_b2 li:hover .weggx {
  display: block;
}

.jrwm-cont4 {
  background: #F8F8F8;
  padding: 5.625rem 0 5.3125rem;
}

@media (max-width: 768px) {
  .jrwm-cont4 {
    padding: 2.4rem 0 2.6rem;
  }
}

.jrwm-cont4 .job-list {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .jrwm-cont4 .job-list {
    margin-top: 1.5rem;
  }
}

.jrwm-cont4 .job-list li {
  padding: 2.5% 2%;
  background: #fff;
  border: 1px solid #E0E0E0;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .jrwm-cont4 .job-list li {
    margin-top: 1.25rem;
    padding: 3.2%;
  }
}

@media (max-width: 450px) {
  .jrwm-cont4 .job-list li {
    padding: 5%;
  }
}

.jrwm-cont4 .job-list li .dt a.a h2 {
  color: #000000;
  font: 500 2rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .jrwm-cont4 .job-list li .dt a.a h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 450px) {
  .jrwm-cont4 .job-list li .dt a.a h2 {
    font-size: 1.3rem;
  }
}

.jrwm-cont4 .job-list li .dt a.a .antas {
  color: #999999;
}

.jrwm-cont4 .job-list li .dt a.a .antas i {
  font: 100 2rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .jrwm-cont4 .job-list li .dt a.a .antas i {
    font-size: 1.7rem;
  }
}

.jrwm-cont4 .job-list li .wehha-job .content {
  padding: 1em 0;
}

.jrwm-cont4 .job-list li .wehha-job .content .b {
  display: block;
  color: #000000;
  font: 500 1.125rem/2em "sourcehansans";
}

.jrwm-cont4 .job-list li .wehha-job .content .p {
  color: #666666;
  font: 500 1rem/2em "sourcehansans";
}

.jrwm-cont4 .job-list li .wehha-job .h3a i {
  display: block;
  width: 1.6875rem;
  margin-right: 1em;
}

@media (max-width: 768px) {
  .jrwm-cont4 .job-list li .wehha-job .h3a i {
    width: 1.3875rem;
  }
}

.jrwm-cont4 .job-list li .wehha-job .h3a a {
  display: block;
  color: #105EE7;
  font: 500 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .jrwm-cont4 .job-list li .wehha-job .h3a a {
    font-size: 1rem;
  }
}

.kj-cont1 {
  padding: 6.5625rem 0 5.25rem;
}

@media (max-width: 768px) {
  .kj-cont1 {
    padding: 2.5rem 0;
  }
}

.kj-cont1 .a1_v1 {
  padding: 0;
}

.kj-cont1 .a1_v1 .a1_b2 {
  margin-bottom: -1rem;
}

@media (max-width: 768px) {
  .kj-cont1 .a1_v1 .a1_b2 {
    margin-bottom: 0;
  }
}

.kj-cont1 .kj-a1_v1 {
  margin-top: 3.875rem;
}

@media (max-width: 768px) {
  .kj-cont1 .kj-a1_v1 {
    margin-top: 1.5rem;
  }
}

.kj-cont1 .kj-a1_v1 .mySwiper7 .img {
  display: block;
  position: relative;
  padding: 22% 9%;
}

@media (max-width: 768px) {
  .kj-cont1 .kj-a1_v1 .mySwiper7 .img {
    padding: 12% 9%;
  }
}

.kj-cont1 .kj-a1_v1 .mySwiper7 .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.kj-cont1 .kj-a1_v1 .mySwiper7 .img .werx {
  position: relative;
  z-index: 9;
}

.kj-cont1 .kj-a1_v1 .mySwiper7 .img .werx .xw-ad {
  width: 40%;
  margin: 0 auto;
}

.kj-cont1 .kj-a1_v1 .mySwiper7 .img .werx .xw-ad .imga {
  display: none;
}

.kj-cont1 .kj-a1_v1 .mySwiper7 .img .werx h2 {
  text-align: center;
  color: #333333;
  font: 600 2rem/1.5em "sourcehansans";
  padding: 0.6em 0;
}

@media (max-width: 768px) {
  .kj-cont1 .kj-a1_v1 .mySwiper7 .img .werx h2 {
    font-size: 1.5rem;
  }
}

.kj-cont1 .kj-a1_v1 .mySwiper7 .img .werx .p {
  color: 3666666;
  font: 500 1rem/1.5em "sourcehansans";
  text-align: justify;
  text-transform: uppercase;
  height: 7.5em;
}

.kj-cont1 .kj-a1_v1 .mySwiper7 .img .werx a {
  display: block;
  color: #fff;
  border: .125rem solid #fff;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.4rem;
  margin: 2rem auto 0;
}

.kj-cont1 .kj-a1_v1 .mySwiper7 .img .werx a i {
  display: block;
  width: 52.80528%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 100;
  text-indent: -0.125rem;
}

.kj-cont1 .kj-a1_v1 .mySwiper7 .img:hover:after {
  background: rgba(16, 94, 231, 0.85);
}

.kj-cont1 .kj-a1_v1 .mySwiper7 .img:hover .werx .xw-ad .imga {
  display: block;
}

.kj-cont1 .kj-a1_v1 .mySwiper7 .img:hover .werx .xw-ad .imgb {
  display: none;
}

.kj-cont1 .kj-a1_v1 .mySwiper7 .img:hover .werx h2,
.kj-cont1 .kj-a1_v1 .mySwiper7 .img:hover .werx .p {
  color: #fff;
}

.kj-cont2 {
  background: #F8F8F8;
  padding: 6.125rem 0 3.75rem;
}

@media (max-width: 768px) {
  .kj-cont2 {
    padding: 2.5rem 0 1rem;
  }
}

.kj-cont2 .kj-a2_v1 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .kj-cont2 .kj-a2_v1 {
    margin-top: 1.5rem;
  }
}

.kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b1 {
  width: 49.30556%;
}

@media (max-width: 768px) {
  .kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b1 {
    width: 100%;
  }
}

.kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b1 .kj-a2_c1 {
  width: 49.29577%;
  position: relative;
  margin-bottom: 1.38889%;
}

.kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b1 .kj-a2_c1 i {
  display: block;
  font-size: 0;
}

.kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b1 .kj-a2_c1 dt {
  color: #fff;
  position: absolute;
  left: 0;
  padding: 0 1.7rem;
  bottom: 1.2rem;
  font: 500 1.75rem/1.3em "sourcehansans";
  width: 100%;
}

@media (max-width: 768px) {
  .kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b1 .kj-a2_c1 dt {
    font-size: 1.25rem;
  }
}

.kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b1 .kj-a2_c1:nth-child(1) {
  width: 100%;
}

.kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b2 {
  width: 50%;
}
.kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b2.new1 .kj-a2_b1 .kj-a2_c1{
    width: 100%;
}

@media (max-width: 768px) {
  .kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b2 {
    width: 100%;
  }
  .kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b2.new1 .kj-a2_b1{
      width: 50%;
  }
}

.kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b2 .kj-a2_c1 {
  width: 49.30556%;
  position: relative;
  float: left;
  margin-bottom: 1.38889%;
}

.kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b2 .kj-a2_c1:nth-child(1) {
  margin-right: 1.38889%;
}
.kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b2 .kj-a2_c1:nth-child(4) {
  margin-left: 1.38889%;
}

.kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b2 .kj-a2_c1 i {
  display: block;
  font-size: 0;
}

.kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b2 .kj-a2_c1 dt {
  color: #fff;
  position: absolute;
  left: 0;
  padding: 0 1.7rem;
  bottom: 1.2rem;
  font: 500 1.75rem/1.3em "sourcehansans";
  width: 100%;
}

@media (max-width: 768px) {
  .kj-cont2 .kj-a2_v1 .mySwiper8 .kj-a2_v1-cont .kj-a2_b2 .kj-a2_c1 dt {
    font-size: 1.25rem;
  }
}

.kj-cont2 .kj-a2_v1 .wehx-a .jta>div {
  display: inline-block;
}

.kj-cont2 .kj-a2_v1 .wehx-a .jta>div i {
  color: #333333;
  font: 100 2.8rem/1.5em "sourcehansans";
  margin-right: 0.3em;
}

.kj-cont2 .kj-a2_v1 .wehx-a .swiper-paginationa {
  width: auto;
  color: #999999;
  font: 500 1.75rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .kj-cont2 .kj-a2_v1 .wehx-a .swiper-paginationa {
    font-size: 1.25rem;
  }
}

.kj-cont2 .kj-a2_v1 .wehx-a .swiper-paginationa .swiper-pagination-current {
  color: #333333;
}

.kj-cont3 {
  padding: 6.875rem 0 4.25rem;
}

@media (max-width: 768px) {
  .kj-cont3 {
    padding: 2.575rem 0 2.5rem;
  }
}

.kj-cont3 .kj-a3_v1 {
  overflow: hidden;
  margin-top: 2.87rem;
}

@media (max-width: 768px) {
  .kj-cont3 .kj-a3_v1 {
    margin-top: 1.5rem;
  }
}

.kj-cont3 .kj-a3_v1 li {
  overflow: hidden;
}

.kj-cont3 .kj-a3_v1 li+li {
  margin-left: 0.69444%;
}

@media (max-width: 990px) {
  .kj-cont3 .kj-a3_v1 li+li {
    margin-left: 0;
  }
}

.kj-cont3 .kj-a3_v1 li .img_ar {
  position: relative;
}

.kj-cont3 .kj-a3_v1 li .datet {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 3%;
  padding: 0 7%;
  color: #fff;
}

.kj-cont3 .kj-a3_v1 li .datet p {
  font: 600 1.75rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .kj-cont3 .kj-a3_v1 li .datet p {
    font-size: 1.25rem;
  }
}

.kj-cont3 .kj-a3_v1 li .img1 {
  opacity: 0;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background: rgba(16, 94, 231, 0.85);
  color: #fff;
  padding: 0 5%;
}

.kj-cont3 .kj-a3_v1 li .img1 .p {
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 1em;
}

.kj-cont3 .kj-a3_v1 li.cur .datet {
  display: none;
}

.kj-cont3 .kj-a3_v1 li.cur .img1 {
  opacity: 1;
}

.kj-cont3 .kj-a3_v1 li.cur .img1 .dateta {
  text-align: center;
  font: 600 2rem/1.4em "sourcehansans";
}

.kj-cont3 .kj-a3_v1 li.cur .img1 .p {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  opacity: 1;
}

.kj-cont3 .kj-a3_v1 li.cur .img1 a {
  display: block;
  color: #fff;
  border: .125rem solid #fff;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.4rem;
  margin: 2rem auto 0;
}

.kj-cont3 .kj-a3_v1 li.cur .img1 a i {
  display: block;
  width: 52.80528%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 100;
  text-indent: -0.125rem;
}

@media (max-width: 990px) {
  .kj-cont3 .kj-a3_v1 li:hover .datet {
    display: none;
  }

  .kj-cont3 .kj-a3_v1 li:hover .img1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background: rgba(16, 94, 231, 0.85);
    color: #fff;
    padding: 0 5%;
  }

  .kj-cont3 .kj-a3_v1 li:hover .img1 .dateta {
    text-align: center;
    font: 600 2rem/1.4em "sourcehansans";
  }
}

@media (max-width: 990px) and (max-width: 768px) {
  .kj-cont3 .kj-a3_v1 li:hover .img1 .dateta {
    font-size: 1.45rem;
  }
}

@media (max-width: 990px) {
  .kj-cont3 .kj-a3_v1 li:hover .img1 .p {
    font: 500 1rem/1.5em "sourcehansans";
    margin-top: 1em;
  }
}

@media (max-width: 990px) and (max-width: 768px) {
  .kj-cont3 .kj-a3_v1 li:hover .img1 .p {
    margin-top: 0.8em;
  }
}

@media (max-width: 990px) {
  .kj-cont3 .kj-a3_v1 li:hover .img1 a {
    display: block;
    color: #fff;
    border: .125rem solid #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.4rem;
    margin: 2rem auto 0;
  }
}

@media (max-width: 990px) and (max-width: 768px) {
  .kj-cont3 .kj-a3_v1 li:hover .img1 a {
    margin-top: 1rem;
  }
}

@media (max-width: 990px) {
  .kj-cont3 .kj-a3_v1 li:hover .img1 a i {
    display: block;
    width: 52.80528%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: 100;
    text-indent: -0.125rem;
  }
}

.kj-cont4 {
  background: #F8F8F8;
  padding: 5.5rem 0 5.125rem;
}

@media (max-width: 768px) {
  .kj-cont4 {
    padding: 2.5rem 0;
  }
}

.kj-a4_list1 {
  margin: 0 -1.45833%;
  margin-top: 1rem;
}

@media (max-width: 450px) {
  .kj-a4_list1 {
    margin: 0;
  }
}

.kj-a4_list1 li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1.45833%;
  margin-top: 2.5rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .kj-a4_list1 li {
    width: -webkit-calc(100%/2);
    width: -moz-calc(100%/2);
    width: calc(100%/2);
    padding: 0 1.45833%;
    margin-top: 1rem;
  }
}

@media (max-width: 450px) {
  .kj-a4_list1 li {
    width: 100%;
    padding: 0;
  }
}

.kj-a4_list1 li .zlk_a1b2 {
  color: #333333;
  font: 500 1.25rem/1.4em "sourcehansans";
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 2rem 3%;
  border: 1px solid #E0E0E0;
  border-top: none;
  background: #fff;
}

@media (max-width: 768px) {
  .kj-a4_list1 li .zlk_a1b2 {
    font-size: 1rem;
    padding: 1.1rem 3%;
  }
}

.more-sz {
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .more-sz {
    margin-top: 1.5rem;
  }
}

.more-sz a {
  display: block;
  color: #333333;
  font: 500 1.25rem/4.375rem "sourcehansans";
  width: 13.75rem;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #333333;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .more-sz a {
    font-size: 1rem;
    line-height: 3.2rem;
    width: 10rem;
  }
}

.more-sz a i {
  color: #333333;
  font: 500 1.25rem/4.375rem "sourcehansans";
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .more-sz a i {
    font-size: 1rem;
    line-height: 3.2rem;
  }
}

.more-sz a:hover {
  background: #333;
  color: #fff;
}

.more-sz a:hover i {
  color: #fff;
}

.kj-cont5 {
  padding: 2.375rem 0 5rem;
}

@media (max-width: 768px) {
  .kj-cont5 {
    padding: 2rem 0 2.5rem;
  }
}

.kj-cont5 .kj-a5_b1 {
  background: url(../image/ht1.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 3.25rem 0;
}

.kj-cont5 .kj-a5_b1 .kj-a5_dta1 {
  color: #fff;
}

@media (max-width: 768px) {
  .kj-cont5 .kj-a5_b1 .kj-a5_dta1 {
    text-align: center;
    width: 100%;
  }
}

.kj-cont5 .kj-a5_b1 .kj-a5_dta1 dt {
  font: 500 4.75rem/1.2em "sourcehansans";
  margin-bottom: 0.8rem;
}

@media (max-width: 768px) {
  .kj-cont5 .kj-a5_b1 .kj-a5_dta1 dt {
    font-size: 1.8rem;
  }
}

.kj-cont5 .kj-a5_b1 .kj-a5_dta1 dd span {
  display: inline-block;
  color: #FFFFFF;
  font: 500 1.5rem/1.5em "sourcehansans";
  padding: 0 1em;
  border: 1px solid #fff;
}

.kj-cont5 .kj-a5_b1 .kj-a5_dta1 dd span+span {
  margin-left: 0.8em;
}

@media (max-width: 768px) {
  .kj-cont5 .kj-a5_b1 .kj-a5_dta1 dd span {
    font-size: 1rem;
    width: 43%;
    margin: 0.2em 0.4em !important;
    line-height: 2em;
  }
}

.kj-cont5 .kj-a5_b1 .kj-a5_dta2 {
  width: 8.75rem;
  margin-left: 5%;
}

@media (max-width: 768px) {
  .kj-cont5 .kj-a5_b1 .kj-a5_dta2 {
    width: 5.75rem;
    margin-top: 0.5em;
    margin-left: 0;
  }
}

.kj-cont5 .kj-a5_b2 {
  margin-top: 2.375rem;
}

@media (max-width: 990px) {
  .kj-cont5 .kj-a5_b2 {
    margin-top: 0;
  }
}

.kj-cont5 .kj-a5_c1 {
  background: url(../image/ht2.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 4.9375rem 0;
  width: 48.61111%;
}

@media (max-width: 990px) {
  .kj-cont5 .kj-a5_c1 {
    width: 100%;
    padding: 3.25rem 0;
    margin-top: 1.5rem;
  }
}

.kj-cont5 .kj-a5_c1 .kj-a5_dta1 {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .kj-cont5 .kj-a5_c1 .kj-a5_dta1 {
    text-align: center;
    width: 100%;
  }
}

.kj-cont5 .kj-a5_c1 .kj-a5_dta1 dt {
  font: 500 3.375rem/1.3em "sourcehansans";
}

@media (max-width: 990px) {
  .kj-cont5 .kj-a5_c1 .kj-a5_dta1 dt {
    font-size: 4.75rem;
  }
}

@media (max-width: 768px) {
  .kj-cont5 .kj-a5_c1 .kj-a5_dta1 dt {
    font-size: 1.8rem;
  }
}

.kj-cont5 .kj-a5_c1 .kj-a5_dta1 dd {
  font: 500 1.25rem/1.5em "sourcehansans";
}

@media (max-width: 990px) {
  .kj-cont5 .kj-a5_c1 .kj-a5_dta1 dd {
    font-size: 1.5rem;
    line-height: 2;
  }
}

@media (max-width: 768px) {
  .kj-cont5 .kj-a5_c1 .kj-a5_dta1 dd {
    font-size: 1rem;
  }
}

.kj-cont5 .kj-a5_c1 .kj-a5_dta2 {
  width: 6.875rem;
  margin-left: 5%;
}

@media (max-width: 990px) {
  .kj-cont5 .kj-a5_c1 .kj-a5_dta2 {
    width: 8.75rem;
  }
}

@media (max-width: 768px) {
  .kj-cont5 .kj-a5_c1 .kj-a5_dta2 {
    width: 5.75rem;
    margin-top: 0.5em;
    margin-left: 0;
  }
}

.kj-cont5 .kj-a5_c2 {
  background: url(../image/ht2.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
}

.ip-cont1 {
  padding: 6.5rem 0 0;
}

@media (max-width: 768px) {
  .ip-cont1 {
    padding-top: 2.5rem;
  }
}

.ip-cont1 .p {
  color: #666666;
  font: 500 1.125rem/2em "sourcehansans";
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ip-cont1 .p {
    font-size: 1rem;
    margin-top: 1.2rem;
  }
}

.ip-cont1 .ip-a1v1 {
  margin-top: 3.75rem;
  position: relative;
}

@media (max-width: 768px) {
  .ip-cont1 .ip-a1v1 {
    margin-top: 1.5rem;
  }
}

.ip-cont1 .ip-a1v1 .ss_vas1 .ip-a1b1 {
  width: 44.30556%;
  padding-bottom: 8%;
}

@media (max-width: 768px) {
  .ip-cont1 .ip-a1v1 .ss_vas1 .ip-a1b1 {
    width: 100%;
    padding-bottom: 0;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 1.5rem;
  }
}

.ip-cont1 .ip-a1v1 .ss_vas1 .ip-a1b1 dt {
  color: #000000;
  font: 500 2.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .ip-cont1 .ip-a1v1 .ss_vas1 .ip-a1b1 dt {
    font-size: 1.25rem;
  }
}

.ip-cont1 .ip-a1v1 .ss_vas1 .ip-a1b1 .p {
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .ip-cont1 .ip-a1v1 .ss_vas1 .ip-a1b1 .p {
    font-size: 1rem;
  }
}

.ip-cont1 .ip-a1v1 .ss_vas1 .ip-a1b1 a.more-a {
  margin-top: 2.8rem;
}

@media (max-width: 768px) {
  .ip-cont1 .ip-a1v1 .ss_vas1 .ip-a1b1 a.more-a {
    margin-top: 1rem;
  }
}

.ip-cont1 .ip-a1v1 .ss_vas1 .ip-a1b2 {
  width: 50%;
}

@media (max-width: 768px) {
  .ip-cont1 .ip-a1v1 .ss_vas1 .ip-a1b2 {
    width: 100%;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.ip-cont1 .ip-a1v1 .west_a {
  position: absolute;
  left: 44.30556%;
  bottom: 7%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
}

@media (max-width: 768px) {
  .ip-cont1 .ip-a1v1 .west_a {
    position: static;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    -webkit-justify-content: stretch;
    -moz-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
}

.ip-cont1 .ip-a1v1 .west_a .next1a,
.ip-cont1 .ip-a1v1 .west_a .prev1a {
  margin-left: 1.5em;
  background: #fff;
}

@media (max-width: 768px) {

  .ip-cont1 .ip-a1v1 .west_a .next1a,
  .ip-cont1 .ip-a1v1 .west_a .prev1a {
    margin-left: 1em;
  }
}

.ip-cont1 .ip-a1v1 .west_a .swiper-paginationa {
  width: auto;
  color: #999999;
  font: 500 1.75rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .ip-cont1 .ip-a1v1 .west_a .swiper-paginationa {
    font-size: 1.4rem;
    margin-right: 1rem;
  }
}

.ip-cont1 .ip-a1v1 .west_a .swiper-paginationa .swiper-pagination-current {
  color: #333333;
}

.ip-cont2 {
  width: 100%;
  background: #105EE7;
  padding: 4.3125rem 0 4.3125rem;
}

@media (max-width: 768px) {
  .ip-cont2 {
    padding: 1.2rem 0;
    background: #105ee7;
  }
}

.ip-cont3 {
  padding: 6rem 0 0;
}

@media (max-width: 768px) {
  .ip-cont3 {
    padding-top: 2rem;
  }
}

.ip-cont3bj1 {
  background: url(../image/heng1a.jpg) no-repeat center top #F8F8F8;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  padding: 7.25rem 0 4.375rem;
  margin-top: 3.8rem;
}

@media (max-width: 768px) {
  .ip-cont3bj1 {
    margin-top: 2rem;
    padding: 2.5rem 0 2rem;
    -o-background-size: 100% 40%;
    background-size: 100% 40%;
  }
}

.ip-cont3bj1 .tiar_a {
  color: #fff;
}

.ip-cont3bj1 .tiar_a h2 {
  font: 600 3rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .ip-cont3bj1 .tiar_a h2 {
    font-size: 1.6rem;
  }
}

.ip-cont3bj1 .tiar_a p {
  font: 500 1.5rem/1.4em "sourcehansans";
  margin-top: 1.2rem;
}

@media (max-width: 768px) {
  .ip-cont3bj1 .tiar_a p {
    font-size: 1rem;
  }
}

.ip-cont3bj1 .tiar_a p span {
  display: block;
}

@media (max-width: 768px) {
  .ip-cont3bj1 .tiar_a p span {
    display: initial;
  }
}

.ip-cont3bj1 .ip-cont3-v1 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .ip-cont3bj1 .ip-cont3-v1 {
    margin-top: 1rem;
  }
}

.ip-cont3bj1 .ip-cont3-v1 .mySwiper10 {
  padding: 1.875rem 0;
}

@media (max-width: 768px) {
  .ip-cont3bj1 .ip-cont3-v1 .mySwiper10 {
    padding: 1.2rem 0 0;
  }
}

.ip-cont3bj1 .ip-cont3-v1 .has-sxg {
  width: 48%;
}

.ip-cont3bj1 .ip-cont3-v1 .ip_vas1-a {
  padding: 0.3rem;
  background: #fff;
  position: relative;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.ip-cont3bj1 .ip-cont3-v1 .ip_vas1-a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6rem solid #fff;
  border-left: 6rem solid transparent;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .ip-cont3bj1 .ip-cont3-v1 .ip_vas1-a::after {
    border-top: 3rem solid #fff;
    border-left: 3rem solid transparent;
  }
}

.ip-cont3bj1 .ip-cont3-v1 .ip_vas1-a .xgge_s {
  padding: 0 0.6em;
}

.ip-cont3bj1 .ip-cont3-v1 .ip_vas1-a .xgge_s a {
  display: block;
}

.ip-cont3bj1 .ip-cont3-v1 .ip_vas1-a .xgge_s dt {
  color: #000000;
  font: 500 2.25rem/1.5em "sourcehansans";
  padding: 2rem 0 2.2rem;
  text-align: center;
}

@media (max-width: 768px) {
  .ip-cont3bj1 .ip-cont3-v1 .ip_vas1-a .xgge_s dt {
    font-size: 1.2rem;
    padding: 1rem 0;
  }
}

.ip-cont3bj1 .ip-cont3-v1 .ip_vas1-a .xgge_s a.more-a {
  display: none;
}

.ip-cont3bj1 .ip-cont3-v1 .has-sxg:hover .ip_vas1-a {
  background: #105EE7;
  -webkit-transform: translateY(-3.5%);
  -moz-transform: translateY(-3.5%);
  -ms-transform: translateY(-3.5%);
  -o-transform: translateY(-3.5%);
  transform: translateY(-3.5%);
}

.ip-cont3bj1 .ip-cont3-v1 .has-sxg:hover .ip_vas1-a::after {
  border-top: 6rem solid #105EE7;
  border-left: 6rem solid transparent;
}

@media (max-width: 768px) {
  .ip-cont3bj1 .ip-cont3-v1 .has-sxg:hover .ip_vas1-a::after {
    border-top: 3rem solid #105EE7;
    border-left: 3rem solid transparent;
  }
}

.ip-cont3bj1 .ip-cont3-v1 .has-sxg:hover .ip_vas1-a .xgge_s dt {
  color: #fff;
  padding: 2rem 0 2rem;
}

@media (max-width: 768px) {
  .ip-cont3bj1 .ip-cont3-v1 .has-sxg:hover .ip_vas1-a .xgge_s dt {
    padding: 1.4rem 0 1rem;
  }
}

.ip-cont3bj1 .ip-cont3-v1 .has-sxg:hover .ip_vas1-a .xgge_s a.more-a {
  display: block;
  text-align: right;
  color: #fff;
  margin-bottom: 0.2em;
}

.ip-cont3bj1 .ip-cont3-v1 .has-sxg:hover .ip_vas1-a .xgge_s a.more-a::before {
  display: none;
}

.ip-cont3bj1 .ip-cont3-v1 .next1a,
.ip-cont3bj1 .ip-cont3-v1 .prev1a {
  border: 2px solid #fff;
  margin-left: 0;
  z-index: 99;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1366px) {

  .ip-cont3bj1 .ip-cont3-v1 .next1a,
  .ip-cont3bj1 .ip-cont3-v1 .prev1a {
    display: none;
  }
}

.ip-cont3bj1 .ip-cont3-v1 .next1a i,
.ip-cont3bj1 .ip-cont3-v1 .prev1a i {
  color: #fff;
}

.ip-cont3bj1 .ip-cont3-v1 .swiper-button-next1b {
  left: -7.1875rem;
}

.ip-cont3bj1 .ip-cont3-v1 .swiper-button-prev1b {
  right: -7.1875rem;
}

.kj-a2_c1-a {
  margin-right: 0 !important;
  width: 100% !important;
}

.ip-cont4 {
  padding-top: 7.5rem;
}

@media (max-width: 768px) {
  .ip-cont4 {
    padding-top: 2.5rem;
  }
}

.ip-cont4 .ip-a4_v1 {
  overflow: hidden;
  margin-top: 4.375rem;
}

@media (max-width: 768px) {
  .ip-cont4 .ip-a4_v1 {
    margin-top: 2rem;
  }
}

.ip-cont4 .ip-a4_v1 .w-accor1 li {
  overflow: hidden;
}

.ip-cont4 .ip-a4_v1 .w-accor1 li+li {
  margin-left: 2px;
}

@media (max-width: 990px) {
  .ip-cont4 .ip-a4_v1 .w-accor1 li+li {
    margin-left: 0;
  }
}

.ip-cont4 .ip-a4_v1 .w-accor1 li .img_ar {
  position: relative;
}

.ip-cont4 .ip-a4_v1 .w-accor1 li .img_ar .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.ip-cont4 .ip-a4_v1 .w-accor1 li .img_ar .img .datet {
  position: absolute;
  color: #fff;
  font: 600 2.25rem/1.5em "sourcehansans";
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  letter-spacing: .225rem;
}

@media (max-width: 768px) {
  .ip-cont4 .ip-a4_v1 .w-accor1 li .img_ar .img .datet {
    width: 100%;
    text-align: center;
    font-size: 1.45rem;
  }
}

.ip-cont4 .ip-a4_v1 .w-accor1 li .img_ar .img1 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ip-cont4 .ip-a4_v1 .w-accor1 li .img_ar .img1 .pa {
  width: 100%;
  padding: 0 7%;
}

.ip-cont4 .ip-a4_v1 .w-accor1 li .img_ar .img1 .dateta {
  text-align: center;
  color: #fff;
  font: 600 3rem/1.5em "sourcehansans";
  margin-bottom: 0.5em;
}

@media (max-width: 990px) {
  .ip-cont4 .ip-a4_v1 .w-accor1 li .img_ar .img1 .dateta {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .ip-cont4 .ip-a4_v1 .w-accor1 li .img_ar .img1 .dateta {
    font-size: 1.45rem;
  }
}

.ip-cont4 .ip-a4_v1 .w-accor1 li .img_ar .img1 .p {
  color: #fff;
  font: 500 1.125rem/1.5em "sourcehansans";
  text-indent: 2em;
}

@media (max-width: 768px) {
  .ip-cont4 .ip-a4_v1 .w-accor1 li .img_ar .img1 .p {
    font-size: 1rem;
  }
}

.ip-cont4 .ip-a4_v1 .w-accor1 li .img_ar .img1 .p p {
  margin-top: 1em;
}

@media (max-width: 768px) {
  .ip-cont4 .ip-a4_v1 .w-accor1 li .img_ar .img1 .p p {
    margin-top: 0.5em;
  }
}

.ip-cont4 .ip-a4_v1 .w-accor1 li.cur .img_ar .img::after {
  background: rgba(16, 94, 231, 0.85);
}

.ip-cont4 .ip-a4_v1 .w-accor1 li.cur .img_ar .img .datet {
  display: none;
}

.ip-cont4 .ip-a4_v1 .w-accor1 li.cur .img_ar .img1 {
  display: block;
}

@media (max-width: 990px) {
  .ip-cont4 .ip-a4_v1 .w-accor1 li .img_ar .img .datet {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .ip-cont4 .ip-a4_v1 .w-accor1 li:hover .img_ar .img::after {
    background: rgba(16, 94, 231, 0.85);
  }

  .ip-cont4 .ip-a4_v1 .w-accor1 li:hover .img_ar .img .datet {
    display: none;
  }

  .ip-cont4 .ip-a4_v1 .w-accor1 li:hover .img_ar .img1 {
    display: block;
  }
}

.ip-cont5 {
  margin-top: 7.8rem;
}

@media (max-width: 768px) {
  .ip-cont5 {
    margin-top: 2.5rem;
  }
}

.ip-cont6 {
  background: url(../image/bjax.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 7.875rem;
  margin-top: 4.0625rem;
}

@media (max-width: 768px) {
  .ip-cont6 {
    padding-top: 2.875rem;
    margin-top: 2.0625rem;
  }
}

.ip-cont6 .ip-a6_b1 .ip-a6_tit {
  color: #FFFFFF;
  font: 600 3.4375rem/1.54em "sourcehansans";
}

@media (max-width: 768px) {
  .ip-cont6 .ip-a6_b1 .ip-a6_tit {
    font-size: 1.6rem;
  }
}

.ip-cont6 .ip-a6_b1 .ip-a6_b1c1 {
  margin-top: 5.375rem;
}

@media (max-width: 768px) {
  .ip-cont6 .ip-a6_b1 .ip-a6_b1c1 {
    margin-top: 1rem;
  }
}

.ip-cont6 .ip-a6_b1 .ip-a6_b1c1 dl {
  width: 18%;
  text-align: center;
}

@media (max-width: 1200px) {
  .ip-cont6 .ip-a6_b1 .ip-a6_b1c1 dl {
    width: 20%;
  }
}

@media (max-width: 768px) {
  .ip-cont6 .ip-a6_b1 .ip-a6_b1c1 dl {
    width: 50%;
    padding: 0 5%;
    margin-top: 1em;
  }
}

.ip-cont6 .ip-a6_b1 .ip-a6_b1c1 dl dt {
  color: #fff;
  font: 600 2rem/1.5em "sourcehansans";
  border-bottom: 1px solid #D9D9D9;
  padding: 0.3em 0 0.4em;
}

@media (max-width: 768px) {
  .ip-cont6 .ip-a6_b1 .ip-a6_b1c1 dl dt {
    font-size: 1.25rem;
  }
}

.ip-cont6 .ip-a6_b1 .ip-a6_b1c1 dl dd {
  color: #fff;
  font: 500 1.4rem/1.8em "sourcehansans";
  margin-top: 0.7em;
}

@media (max-width: 768px) {
  .ip-cont6 .ip-a6_b1 .ip-a6_b1c1 dl dd {
    font-size: 1rem;
  }
}

.ip-cont6 .ip-a6_v1 {
  background: rgba(0, 0, 0, 0.6);
  padding: 2.8rem 0 3rem;
  margin-top: 8.125rem;
}

@media (max-width: 768px) {
  .ip-cont6 .ip-a6_v1 {
    margin-top: 2rem;
    padding: 1.5rem 0 1.8rem;
  }

  .ip-cont6 .ip-a6_v1 .a6_b1 li {
    width: 50%;
  }
}

.ip-cont7 {
  background: #F8F8F8;
  padding: 6.0625rem 0 5.125rem;
}

@media (max-width: 768px) {
  .ip-cont7 {
    padding: 2.5rem 0 2rem;
  }
}

.ip-cont7 a.morexw {
  background: transparent;
}

.ip-cont7 .mySwiper19 {
  overflow: hidden;
  margin-top: 3.875rem;
}

@media (max-width: 768px) {
  .ip-cont7 .mySwiper19 {
    margin-top: 1.5rem;
  }
}

.ip-cont7 .mySwiper19 .zs_lsta1 {
  margin: 0 auto;
}

.ip-cont7 .mySwiper19 .zs_lsta1 li {
  margin: 0 auto;
  width: 100%;
}

.ip-cont8 {
  padding: 6.125rem 0;
}

@media (max-width: 768px) {
  .ip-cont8 {
    padding: 2.5rem 0;
  }
}

.ip-cont8 .ahgfx-n {
  padding-bottom: 1em;
}

@media (max-width: 768px) {
  .ip-cont8 .ahgfx-n {
    padding: 1em 0 0;
  }
}

.ip-cont8 .ahgfx-n a {
  display: inline-block;
  color: #666666;
  font: 500 1.375rem/1.8em "sourcehansans";
  position: relative;
}

@media (max-width: 768px) {
  .ip-cont8 .ahgfx-n a {
    font-size: 1rem;
  }
}

.ip-cont8 .ahgfx-n a+a {
  margin-left: 1.4em;
}

@media (max-width: 768px) {
  .ip-cont8 .ahgfx-n a+a {
    margin-left: 0.6em;
  }
}

.ip-cont8 .ahgfx-n a::after {
  content: "";
  display: block;
  width: 0;
  bottom: 0;
  left: 0;
  height: .125rem;
  background: #105EE7;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.ip-cont8 .ahgfx-n a.on,
.ip-cont8 .ahgfx-n a:hover {
  color: #105EE7;
}

.ip-cont8 .ahgfx-n a.on::after,
.ip-cont8 .ahgfx-n a:hover::after {
  width: 100%;
}

.n-case-content {
  padding: 1rem 0 4rem;
}

@media (max-width: 768px) {
  .n-case-content {
    padding: 1rem 0;
  }
}

.loadmore-tips img {
  max-width: 600px;
}

.loadmore-tips p {
  color: #666;
}

.nbanner .dx_azs {
  width: 100%;
  bottom: 2%;
  left: 0;
}

.nbanner .fenxad {
  color: #FFFFFF;
  font: 500 1rem/1.5em "sourcehansans";
}

.nbanner .fenxad .social-share a {
  color: #fff;
  border-color: #fff;
  width: 2.3rem;
  height: 2.3rem;
  line-height: 2.3rem;
  font-size: 1.1rem;
}

.nbanner .fenxad .social-share a:hover {
  background: #fff;
  color: #333;
}

.nbanner-wen1sc {
  width: 100%;
}

.nbanner-wen1sc .banner-cont i {
  font-size: 0;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  .nbanner-wen1sc .banner-cont i {
    width: 6.5rem;
    height: 6.5rem;
  }
}

.nbanner-wen1sc .banner-cont h2 {
  color: #fff;
  font: 600 2rem/1.5em "sourcehansans";
  text-align: center;
  margin-top: 1.875rem;
  width: 80%;
    margin: 0 auto;
}

@media (max-width: 1366px) {
  .nbanner-wen1sc .banner-cont h2 {
    font-size: 1.5rem;
    margin-top: 1.3rem;
  }
}

@media (max-width: 768px) {
  .nbanner-wen1sc .banner-cont h2 {
    font-size: 1.35rem;
    margin-top: 1rem;
  }
}

.nbanner-wen1sc .banner-cont .p {
  color: #fff;
  font: 500 1.25rem/1.4em "sourcehansans";
  text-align: center;
  padding: 0.5em 8% 3rem;
  width: 90%;
    margin: 0 auto;
}

@media (max-width: 1366px) {
  .nbanner-wen1sc .banner-cont .p {
    font-size: 1.1rem;
    padding: 0.5em 5% 2rem;
  }
}

@media (max-width: 768px) {
  .nbanner-wen1sc .banner-cont .p {
    font-size: 1rem;
    padding: 0.5em 0 2rem;
  }
}

.nbanner-wen1sc .banner-cont a.a {
  display: block;
  color: #fff;
  font: 500 1.5rem/3.75rem "sourcehansans";
  width: 12.5rem;
  margin: 0 auto;
  border: 1px solid #fff;
  text-align: center;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 1366px) {
  .nbanner-wen1sc .banner-cont a.a {
    font: 500 1.25rem/3rem "sourcehansans";
    width: 10rem;
  }
}

@media (max-width: 768px) {
  .nbanner-wen1sc .banner-cont a.a {
    font: 500 1.1rem/2.5rem "sourcehansans";
    width: 8rem;
  }
}

.nbanner-wen1sc .banner-cont a.a:hover {
  background: #fff;
  color: #333;
}

@media (max-width: 768px) {
  .sccnbanner .m-img {
    padding-bottom: 126%;
  }
}

@media (max-width: 768px) {
  .sccnbanner .social-share .icon-wechat .wechat-qrcode {
    left: -84px;
  }

  .sccnbanner .social-share .icon-wechat .wechat-qrcode:after {
    left: 50%;
    margin-left: -6px;
  }
}

.hidden {
  display: none;
}

.p-liuyan {
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  display: none;
  z-index: 9999;
}

.p-liuyan .hzyxclass {
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 999;
}

.hzyxclass {
  width: 44.27083%;
}

@media (max-width: 768px) {
  .hzyxclass {
    width: 85%;
  }
}

.hzyxclass .msg_tita {
  background: #FAFAFA;
  padding: 0 1.625rem;
  border-bottom: 1px solid #E9E9E9;
}

.hzyxclass .msg_tita h2 {
  color: #000000;
  font-size: 1.5rem;
  padding: 0.5em 0;
}

.hzyxclass .msg_tita i {
  font-size: 1.5625rem;
  color: #999999;
}

@media (max-width: 768px) {
  .hzyxclass .msg_tita {
    padding: 0 1.2rem;
  }

  .hzyxclass .msg_tita h2 {
    font-size: 1.25rem;
  }
}

.hzyxclass .xe_lxzs {
  padding: 1.5rem 4rem 3.6875rem 3rem;
}

@media (max-width: 768px) {
  .hzyxclass .xe_lxzs {
    padding: 1.5rem;
  }
}

.hzyxclass .xe_lxzs li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.1rem;
}

@media (max-width: 768px) {
  .hzyxclass .xe_lxzs li {
    margin-bottom: 1rem;
  }
}

.hzyxclass .xe_lxzs li dt {
  width: 5rem;
  color: #333333;
  font: 500 1.125rem/3.375rem "sourcehansans";
}

@media (max-width: 768px) {
  .hzyxclass .xe_lxzs li dt {
    font-size: 1rem;
    line-height: 2.6rem;
    width: 4rem;
  }
}

.hzyxclass .xe_lxzs li dd {
  width: -webkit-calc(100% - 5rem);
  width: -moz-calc(100% - 5rem);
  width: calc(100% - 5rem);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .hzyxclass .xe_lxzs li dd {
    width: -webkit-calc(100% - 4rem);
    width: -moz-calc(100% - 4rem);
    width: calc(100% - 4rem);
  }
}

.hzyxclass .xe_lxzs li dd input {
  color: #999999;
  font: 500 1rem/3.375rem "sourcehansans";
  border: 1px solid #CACACA;
  padding: 0 1em;
  width: -webkit-calc(100% - 1.25rem);
  width: -moz-calc(100% - 1.25rem);
  width: calc(100% - 1.25rem);
}

@media (max-width: 768px) {
  .hzyxclass .xe_lxzs li dd input {
    line-height: 2.6rem;
  }
}

.hzyxclass .xe_lxzs li dd textarea {
  color: #999999;
  font: 500 1rem/3.375rem "sourcehansans";
  border: 1px solid #CACACA;
  padding: 0 1em;
  width: -webkit-calc(100% - 1.25rem);
  width: -moz-calc(100% - 1.25rem);
  width: calc(100% - 1.25rem);
}

@media (max-width: 768px) {
  .hzyxclass .xe_lxzs li dd textarea {
    line-height: 2.6rem;
  }
}

.hzyxclass .xe_lxzs li dd span {
  color: #EC0000;
  font-size: 1.3rem;
  display: block;
  line-height: 3.375rem;
  width: 1.25rem;
  text-align: center;
}

@media (max-width: 768px) {
  .hzyxclass .xe_lxzs li dd span {
    line-height: 2.6rem;
  }
}

.hzyxclass .xe_lxzs li dd.flex_left {
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.hzyxclass .xe_lxzs li dd.flex_left input {
  color: #999999;
  font: 500 1rem/3.375rem "sourcehansans";
  border: 1px solid #CACACA;
  padding: 0 1em;
  width: 30%;
}

@media (max-width: 768px) {
  .hzyxclass .xe_lxzs li dd.flex_left input {
    line-height: 2.6rem;
    width: 92%;
  }
}

.hzyxclass .xe_lxzs li dd.flex_left img {
  margin-left: 0.6rem;
  width: 26%;
  height: 3.375rem;
}

@media (max-width: 768px) {
  .hzyxclass .xe_lxzs li dd.flex_left img {
    height: 2.6rem;
    width: 50%;
    margin-left: 0;
    margin-top: 0.5em;
  }
}

.hzyxclass .xe_lxzs li dd button {
  color: #FFFFFF;
  font: 500 1.25rem/3.375rem "sourcehansans";
  background: #105EE7;
  width: 13.75rem;
  text-align: center;
  border: none;
}

@media (max-width: 768px) {
  .hzyxclass .xe_lxzs li dd button {
    font: 500 1rem/2.6rem "sourcehansans";
    width: 8rem;
  }
}

.cdjs-cont1 {
  margin-top: 6.4375rem;
}

@media (max-width: 768px) {
  .cdjs-cont1 {
    margin-top: 2.5rem;
  }
}

.cdjs-cont1 .mySwiper11 {
  margin-top: 4.375rem;
  position: relative;
}
.cdjs-cont1 .mySwiper11a {
  margin-top: 4.375rem;
  position: relative;
}

@media (max-width: 768px) {
  .cdjs-cont1 .mySwiper11 {
    margin-top: 1.5rem;
  }
    .cdjs-cont1 .mySwiper11a {
    margin-top: 1.5rem;
  }
}

.cdjs-cont1 .mySwiper11 .cdjs-a1_c1 {
  position: absolute;
  left: 12.5%;
  top: 0;
  height: 100%;
  width: 36.77083%;
  background: rgba(255, 255, 255, 0.9);
  border-top: .5rem solid #105EE7;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cdjs-cont1 .mySwiper11a .cdjs-a1_c1 {
  position: absolute;
  left: 12.5%;
  top: 0;
  height: 100%;
  width: 36.77083%;
  background: rgba(255, 255, 255, 0.9);
  border-top: .5rem solid #105EE7;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1366px) {
  .cdjs-cont1 .mySwiper11 .cdjs-a1_c1 {
    left: 5.78125%;
  }
    .cdjs-cont1 .mySwiper11a .cdjs-a1_c1 {
    left: 5.78125%;
  }
}

@media (max-width: 768px) {
  .cdjs-cont1 .mySwiper11 .cdjs-a1_c1 {
    left: 4%;
    position: static;
    width: 100%;
    border-top: 2px solid #105EE7;
    padding: 4%;
    background: #F8F8F8;
  }
}

.cdjs-cont1 .mySwiper11 .cdjs-a1_c1 .cdjs-a1_d1 {
  padding: 0 7.08215%;
}

@media (max-width: 768px) {
  .cdjs-cont1 .mySwiper11 .cdjs-a1_c1 .cdjs-a1_d1 {
    padding: 0;
  }
}

.cdjs-cont1 .mySwiper11 .cdjs-a1_c1 .cdjs-a1_d1 dt {
  color: #333333;
  font: 500 2.8rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cdjs-cont1 .mySwiper11 .cdjs-a1_c1 .cdjs-a1_d1 dt {
    font-size: 1.35rem;
  }
}

.cdjs-cont1 .mySwiper11 .cdjs-a1_c1 .cdjs-a1_d1 dd {
  color: #333333;
  font: 500 1.125rem/1.5em "sourcehansans";
  text-indent: 2em;
  margin-top: 1em;
}

@media (max-width: 768px) {
  .cdjs-cont1 .mySwiper11 .cdjs-a1_c1 .cdjs-a1_d1 dd {
    font-size: 1rem;
    margin-top: 0.5em;
  }
}

.cdjs-cont1 .mySwiper11 .jt-zsny>div {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.cdjs-cont1 .mySwiper11a .jt-zsny>div {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 768px) {
  .cdjs-cont1 .mySwiper11 .jt-zsny>div {
    top: 20%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
    .cdjs-cont1 .mySwiper11a .jt-zsny>div {
    top: 43%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.cdjs-cont1 .mySwiper11 .jt-zsny>div.swiper-button-next1 {
  left: 8%;
}
.cdjs-cont1 .mySwiper11a .jt-zsny>div.swiper-button-next1 {
  left: 3%;
}

@media (max-width: 1366px) {
  .cdjs-cont1 .mySwiper11 .jt-zsny>div.swiper-button-next1 {
    left: 2%;
  }
    .cdjs-cont1 .mySwiper11a .jt-zsny>div.swiper-button-next1 {
    left: 2%;
  }
}

.cdjs-cont1 .mySwiper11 .jt-zsny>div.swiper-button-prev1 {
  right: 8%;
}
.cdjs-cont1 .mySwiper11a .jt-zsny>div.swiper-button-prev1 {
  right: 3%;
}
@media (max-width: 1366px) {
  .cdjs-cont1 .mySwiper11 .jt-zsny>div.swiper-button-prev1 {
    right: 2%;
  }
    .cdjs-cont1 .mySwiper11a .jt-zsny>div.swiper-button-prev1 {
    right: 2%;
  }
}

.cdjs-cont1 .mySwiper11 .jt-zsny>div i {
  color: #fff;
  font: 500 3rem/1em "sourcehansans";
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.cdjs-cont1 .mySwiper11a .jt-zsny>div i {
  color: #fff;
  font: 500 3rem/1em "sourcehansans";
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .cdjs-cont1 .mySwiper11 .jt-zsny>div i {
    font-size: 2.5rem;
  }
    .cdjs-cont1 .mySwiper11a .jt-zsny>div i {
    font-size: 2.5rem;
  }
}

.cdjs-cont1 .mySwiper11 .swiper-pagination {
  bottom: 4.5%;
  right: 12.5%;
  left: auto;
  width: auto;
}
.cdjs-cont1 .mySwiper11a .swiper-pagination {
  bottom: 4.5%;
  right: 12.5%;
  left: auto;
  width: auto;
}

@media (max-width: 1366px) {
  .cdjs-cont1 .mySwiper11 .swiper-pagination {
    right: 5.78125%;
  }
    .cdjs-cont1 .mySwiper11a .swiper-pagination {
    right: 5.78125%;
  }
}

@media (max-width: 768px) {
  .cdjs-cont1 .mySwiper11 .swiper-pagination {
    display: none;
  }
    .cdjs-cont1 .mySwiper11a .swiper-pagination {
    display: none;
  }
}

.cdjs-cont1 .mySwiper11 .swiper-pagination span {
  opacity: 1;
  background: rgba(255, 255, 255, 0.6);
  width: 1.875rem;
  height: .375rem;
  border-radius: 0;
  margin-left: 0.8em;
}
.cdjs-cont1 .mySwiper11a .swiper-pagination span {
  opacity: 1;
  background: rgba(255, 255, 255, 0.6);
  width: 1.875rem;
  height: .375rem;
  border-radius: 0;
  margin-left: 0.8em;
}

.cdjs-cont1 .mySwiper11 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #105ee7;
  width: 3.75rem;
}
.cdjs-cont1 .mySwiper11a .swiper-pagination span.swiper-pagination-bullet-active {
  background: #105ee7;
  width: 3.75rem;
}

@media (max-width: 768px) {
  .cdjs-cont1 .mySwiper11 .swiper-pagination span {
    height: .425rem;
    width: 1.5rem;
    margin-left: 0.6em;
  }

  .cdjs-cont1 .mySwiper11 .swiper-pagination span.swiper-pagination-bullet-active {
    width: 2.5rem;
  }
    .cdjs-cont1 .mySwiper11a .swiper-pagination span.swiper-pagination-bullet-active {
    width: 2.5rem;
  }
    .cdjs-cont1 .mySwiper11a .swiper-pagination span {
    height: .425rem;
    width: 1.5rem;
    margin-left: 0.6em;
  }

  .cdjs-cont1 .mySwiper11a .swiper-pagination span.swiper-pagination-bullet-active {
    width: 2.5rem;
  }
}

.cdjs-cont2 {
  margin-top: 5.625rem;
}

@media (max-width: 768px) {
  .cdjs-cont2 {
    margin-top: 2.5rem;
  }
}

.cdjs-gong-list li {
  padding: 5.625rem 0;
}

@media (max-width: 768px) {
  .cdjs-gong-list li {
    padding: 2rem 0;
  }
}

.cdjs-gong-list li .cdjs-a2_c1 {
  width: 44.44444%;
}

@media (max-width: 768px) {
  .cdjs-gong-list li .cdjs-a2_c1 {
    width: 100%;
    margin-top: 1.5em;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.cdjs-gong-list li .cdjs-a2_c1 dt {
  color: #333333;
  font: 500 1.75rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cdjs-gong-list li .cdjs-a2_c1 dt {
    font-size: 1.25rem;
  }
}

.cdjs-gong-list li .cdjs-a2_c1 dd {
  margin-top: 1em;
  color: #333333;
  font: 500 1.125rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .cdjs-gong-list li .cdjs-a2_c1 dd {
    font-size: 1rem;
  }
}

.cdjs-gong-list li .cdjs-a2_c1 dd p {
  text-indent: 2em;
}

.cdjs-gong-list li .cdjs-a2_c2 {
  width: 49%;
}

@media (max-width: 768px) {
  .cdjs-gong-list li .cdjs-a2_c2 {
    width: 100%;
  }

  .cdjs-gong-list li .cdjs-a2_c2+.cdjs-a2_c2 {
    margin-top: 1em;
  }
}

.cdjs-gong-list li .cdjs-a2_c33 {
  width: 32.333%;
}

@media (max-width: 768px) {
  .cdjs-gong-list li .cdjs-a2_c33 {
    width: 100%;
    margin-bottom: 1em;
  }
}

.cdjs-gong-list li:first-child {
  padding-top: 1.5rem;
}

@media (max-width: 768px) {
  .cdjs-gong-list li:first-child {
    padding-top: 1rem;
  }
}

.cdjs-gong-list li:nth-child(2n) {
  background: #F8F8F8;
}

.cdjs-gong-list li:nth-child(2n) .cdjs-a2_c1 {
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.cdjs-gong-list li:nth-child(2n) .cdjs-a2_c1 dd .sjrfa .li b {
  display: inline-block;
  width: 9em;
  color: #999999;
  font: 500 1.125rem/2em "sourcehansans";
}

@media (max-width: 768px) {
  .cdjs-gong-list li:nth-child(2n) .cdjs-a2_c1 dd .sjrfa .li b {
    font-size: 1rem;
    width: auto;
    padding-right: 1em;
  }
}

.cdjs-gong-list li:nth-child(2n) .cdjs-a2_c1 dd .sjrfa .li span {
  display: inline-block;
  color: #333333;
  font: 500 1.125rem/2em "sourcehansans";
}

@media (max-width: 768px) {
  .cdjs-gong-list li:nth-child(2n) .cdjs-a2_c1 dd .sjrfa .li span {
    font-size: 1rem;
  }
}

.cdjs-gong-list li:nth-child(2n) .cdjs-a2_c1 dd .p {
  margin-top: 0.5em;
}

.cdjs-cont3 {
  margin-top: 6.375rem;
}

@media (max-width: 768px) {
  .cdjs-cont3 {
    margin-top: 2.5rem;
  }
}

.cdjs-cont4 {
  background: #F8F8F8;
  padding: 6.25rem 0 5rem;
}

@media (max-width: 768px) {
  .cdjs-cont4 {
    padding: 2.5rem 0 2rem;
  }
}

.cdjs-cont4 .cdjs-a2_v1 li .cdjs-a2_c1 dd p {
  text-indent: 0;
}

.cdjs-cont4 .cdjs-a2_v1 li .cdjs-a2_c1 dd p span {
  color: #105EE7;
}

.cdjs-cont4 .xw_shhdt {
  border: 1px solid #E9E9E9;
}

.cdjs-cont4 .xw_shhdt li {
  width: -webkit-calc(100%/8);
  width: -moz-calc(100%/8);
  width: calc(100%/8);
  background: #fff;
  text-align: center;
  padding: 1.6em 0;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 768px) {
  .cdjs-cont4 .xw_shhdt li {
    width: -webkit-calc(100%/4);
    width: -moz-calc(100%/4);
    width: calc(100%/4);
    padding: 1.2em 0;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .cdjs-cont4 .xw_shhdt li:nth-child(5) {
    border-left: none;
  }

  .cdjs-cont4 .xw_shhdt li:nth-child(n+5) {
    border-top: 1px solid #E9E9E9;
    padding: 0.8em 0;
  }
}

@media (max-width: 540px) {
  .cdjs-cont4 .xw_shhdt li {
    width: 50%;
  }

  .cdjs-cont4 .xw_shhdt li:nth-child(n+3) {
    border-top: 1px solid #E9E9E9;
  }

  .cdjs-cont4 .xw_shhdt li:nth-child(2n+3) {
    border-left: none;
  }
}

.cdjs-cont4 .xw_shhdt li dt {
  color: #333333;
  font: 500 1.5rem/1.3em "sourcehansans";
}

@media (max-width: 768px) {
  .cdjs-cont4 .xw_shhdt li dt {
    font-size: 1.25rem;
  }
}

@media (max-width: 540px) {
  .cdjs-cont4 .xw_shhdt li dt {
    font-size: 1rem;
  }
}

.cdjs-cont4 .xw_shhdt li dd {
  color: #666666;
  font: 500 1.5rem/1.3em "sourcehansans";
}

@media (max-width: 768px) {
  .cdjs-cont4 .xw_shhdt li dd {
    font-size: 1.25rem;
  }
}

@media (max-width: 540px) {
  .cdjs-cont4 .xw_shhdt li dd {
    font-size: 1rem;
  }
}

.cdjs-cont4 .xw_shhdt li+li {
  border-left: 1px solid #E9E9E9;
}

.cdjs-cont4 .wreggxa {
  border: 1px solid #E9E9E9;
  border-top: none;
}

.cdjs-cont5 {
  margin-top: 6.875rem;
}

@media (max-width: 768px) {
  .cdjs-cont5 {
    margin-top: 2.5rem;
  }
}

.cdjs-cont5 .cdsga_list1 {
  margin: 0 -1.45833%;
  margin-top: 1rem;
}

@media (max-width: 450px) {
  .cdjs-cont5 .cdsga_list1 {
    margin: 0;
  }
}

.cdjs-cont5 .cdsga_list1 li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1.45833%;
  margin-top: 2.5rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cdjs-cont5 .cdsga_list1 li {
    width: -webkit-calc(100%/2);
    width: -moz-calc(100%/2);
    width: calc(100%/2);
    padding: 0 1.45833%;
    margin-top: 1rem;
  }
}

@media (max-width: 450px) {
  .cdjs-cont5 .cdsga_list1 li {
    width: 100%;
    padding: 0;
  }
}

.cdjs-cont5 .cdsga_list1 li a.a {
  display: block;
}

.cdjs-cont5 .cdsga_list1 li a.a i {
  display: block;
  padding-bottom: 70%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.cdjs-cont5 .cdsga_list1 li a.a i>img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cdjs-cont5 .cdsga_list1 li .weghga-a {
  color: #333333;
  font: 500 1.25rem/1.4em "sourcehansans";
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 1.5rem 5%;
  border: 1px solid #E0E0E0;
  border-top: none;
  background: #fff;
}

.cdjs-cont5 .cdsga_list1 li .weghga-a dt {
  color: #333333;
  font: 500 1.5rem/1.3em "sourcehansans";
}

@media (max-width: 768px) {
  .cdjs-cont5 .cdsga_list1 li .weghga-a dt {
    font-size: 1.25rem;
  }
}

.cdjs-cont5 .cdsga_list1 li .weghga-a dt u {
  display: inline-block;
  width: 1.9375rem;
  margin-left: 0.5em;
}

@media (max-width: 768px) {
  .cdjs-cont5 .cdsga_list1 li .weghga-a dt u {
    width: 1.4rem;
  }
}

.cdjs-cont5 .cdsga_list1 li .weghga-a dd {
  color: #666666;
  font: 500 1rem/1.3em "sourcehansans";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .cdjs-cont5 .cdsga_list1 li .weghga-a {
    font-size: 1rem;
    padding: 1.1rem 3%;
  }
}

.cdjs-cont5 .cdsga_list1 li:hover .weghga-a {
  background: #105EE7;
}

.cdjs-cont5 .cdsga_list1 li:hover .weghga-a dt {
  color: #fff;
}

.cdjs-cont5 .cdsga_list1 li:hover .weghga-a dd {
  color: #fff;
}

.cdjs-cont6 {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .cdjs-cont6 {
    padding: 2rem 0;
  }
}

.cdjs-cont6 .wh {
  display: none;
}

.cdjs-cont6 .mySwiper12 {
  padding: 0 1px;
}

.cdjs-cont6 .mySwiper12 i {
  display: block;
  font-size: 0;
  border: 1px solid #E0E0E0;
}

.cdjs-cont8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 768px) {
  .cdjs-cont8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.ny-cdzx-content .cdzx-tit {
  margin-top: 6.5rem;
}

@media (max-width: 768px) {
  .ny-cdzx-content .cdzx-tit {
    margin-top: 2.5rem;
  }
}

.ny-cdzx-content .cdzx-tit .ahgfx-n {
  padding-bottom: 1em;
}

.ny-cdzx-content .cdzx-tit .ahgfx-n a {
  display: inline-block;
  color: #666666;
  font: 500 1.375rem/1.8em "sourcehansans";
  position: relative;
  margin-left: 1.7em;
}

@media (max-width: 768px) {
  .ny-cdzx-content .cdzx-tit .ahgfx-n a {
    margin-left: 0.8em;
  }
}

@media (max-width: 768px) {
  .ny-cdzx-content .cdzx-tit .ahgfx-n a {
    font-size: 1rem;
  }
}

.ny-cdzx-content .cdzx-tit .ahgfx-n a::after {
  content: "";
  display: block;
  width: 0;
  bottom: 0;
  left: 0;
  height: .125rem;
  background: #105EE7;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.ny-cdzx-content .cdzx-tit .ahgfx-n a.active,
.ny-cdzx-content .cdzx-tit .ahgfx-n a:hover {
  color: #105EE7;
}

.ny-cdzx-content .cdzx-tit .ahgfx-n a.active::after,
.ny-cdzx-content .cdzx-tit .ahgfx-n a:hover::after {
  width: 100%;
}

.ny-cdzx-content .cdzx-list li {
  padding: 5rem 0;
  border-bottom: 1px solid #E9E9E9;
}

@media (max-width: 768px) {
  .ny-cdzx-content .cdzx-list li {
    padding: 2rem 0;
  }
}

@media (max-width: 540px) {
  .ny-cdzx-content .cdzx-list li {
    padding: 1rem 0;
  }
}

.ny-cdzx-content .cdzx-list li a.a {
  display: block;
  font-size: 0;
  width: 31.38889%;
}

@media (max-width: 540px) {
  .ny-cdzx-content .cdzx-list li a.a {
    width: 100%;
  }
}

.ny-cdzx-content .cdzx-list li .wejhhx-cont {
  width: 65.27778%;
}

@media (max-width: 540px) {
  .ny-cdzx-content .cdzx-list li .wejhhx-cont {
    width: 100%;
    margin-top: 1em;
  }
}

.ny-cdzx-content .cdzx-list li .wejhhx-cont h2 a {
  display: block;
  color: #333333;
  font: 500 1.75rem/1.5em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .ny-cdzx-content .cdzx-list li .wejhhx-cont h2 a {
    font-size: 1.25rem;
  }
}

.ny-cdzx-content .cdzx-list li .wejhhx-cont .date {
  color: #999999;
  font: 500 1.25rem/1.1em "sourcehansans";
  margin-top: 0.3em;
}

@media (max-width: 768px) {
  .ny-cdzx-content .cdzx-list li .wejhhx-cont .date {
    font-size: 1rem;
  }
}

.ny-cdzx-content .cdzx-list li .wejhhx-cont .p {
  color: #666666;
  font: 500 1.125rem/1.4em "sourcehansans";
  margin: 1.2em 0 1.8em;
}

@media (max-width: 768px) {
  .ny-cdzx-content .cdzx-list li .wejhhx-cont .p {
    font-size: 1rem;
    margin: 0.6em 0 0.9em;
  }
}

.ny-cdzx-content .pager {
  margin: 5rem 0;
}

@media (max-width: 768px) {
  .ny-cdzx-content .pager {
    margin: 2rem 0;
  }
}

.zlk-list2as li a.erhxa-a .hta {
  display: block;
  color: #fff;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  width: 2.875rem;
  height: 2.875rem;
  text-align: center;
  line-height: 2.675rem;
  margin: 0 auto;
}

.zlk-list2as li a.erhxa-a .hta i {
  font-size: 2rem;
  font-weight: 100;
  text-indent: -0.125rem;
}

.ny-tup-content {
  padding-bottom: 5.125rem;
}

.xwgfer_a {
  margin: 0 -1.45833%;
  margin-top: 1rem;
}

@media (max-width: 450px) {
  .xwgfer_a {
    margin: 0;
  }
}

.xwgfer_a li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1.45833%;
  margin-top: 2.5rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .xwgfer_a li {
    width: -webkit-calc(100%/2);
    width: -moz-calc(100%/2);
    width: calc(100%/2);
    padding: 0 1.45833%;
    margin-top: 1rem;
  }
}

@media (max-width: 450px) {
  .xwgfer_a li {
    width: 100%;
    padding: 0;
  }
}

.xwgfer_a li a.a {
  display: block;
  position: relative;
}

.xwgfer_a li a.a i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.xwgfer_a li a.a .ze_wehx {
  position: absolute;
  left: 0;
  background: rgba(16, 94, 231, 0.85);
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.5s ease 0s;
  -o-transition: top 0.5s ease 0s;
  -moz-transition: top 0.5s ease 0s;
  transition: top 0.5s ease 0s;
  top: -100%;
}

.xwgfer_a li a.a .ze_wehx .pa {
  width: 100%;
  color: #fff;
  text-align: center;
}

.xwgfer_a li a.a .ze_wehx .pa i {
  font-size: 2rem;
}

.xwgfer_a li a.a .ze_wehx .pa p {
  font: 500 1.25rem/1.5em "sourcehansans";
}

.xwgfer_a li:hover a.a .ze_wehx {
  top: 0;
}

.hzfs-gong .mySwiper13 i {
  font-size: 0;
}

.hzfs-gong .mySwiper13 .p {
  color: #333333;
  font: 500 1.25rem/1.5em "sourcehansans";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .hzfs-gong .mySwiper13 .p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_c1 {
  position: relative;
}

.hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_c1.scbg-a2_c1da {
  height: 98.2%;
}

.hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_c1 i {
  display: block;
  font-size: 0;
  width: 100%;
  height: 100%;
}

.hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_c1 i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_c1 .ts_as {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(16, 94, 231, 0.85);
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_c1 .ts_as dt {
  font: 500 2.5rem/1.25em "sourcehansans";
  width: 100%;
}

@media (max-width: 768px) {
  .hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_c1 .ts_as dt {
    font-size: 1.7rem;
  }
}

@media (max-width: 540px) {
  .hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_c1 .ts_as dt {
    font-size: 1.3rem;
  }
}

.hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_c1 .ts_as p {
  font: 500 1.25rem/1.3em "sourcehansans";
  width: 100%;
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_c1 .ts_as p {
    font-size: 1rem;
    padding: 0 3%;
  }
}

.hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_c1:hover .ts_as {
  opacity: 1;
}

.hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_b1 {
  width: 74.30556%;
}

@media (max-width: 768px) {
  .hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_b1 {
    width: 100%;
  }
}

.hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_b1 .scbg-a2_c1 {
  margin-bottom: 1.8%;
}

.hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_b1 .scbg-a2_c1:nth-child(1) {
  width: 65.42056%;
}

.hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_b1 .scbg-a2_c1:nth-child(2) {
  width: 32.71028%;
}

.hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_b1 .scbg-a2_c1:nth-child(3) {
  width: 32.71028%;
}

.hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_b1 .scbg-a2_c1:nth-child(4) {
  width: 65.42056%;
}

.hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_b2 {
  width: 24.30556%;
}

@media (max-width: 768px) {
  .hzfs-cont2 .scbg-a .scbg-a2_v1-cont .scbg-a2_b2 {
    display: none;
  }
}

.hzfs-cont7 {
  padding-bottom: 5.125rem;
}

@media (max-width: 768px) {
  .hzfs-cont7 {
    padding-bottom: 2rem;
  }
}

.hzfs-a7_v1 .hzfs-a7_b1 {
  width: 34.02778%;
}

@media (max-width: 768px) {
  .hzfs-a7_v1 .hzfs-a7_b1 {
    width: 100%;
  }
}

.hzfs-a7_v1 .hzfs-a7_b1 dt {
  color: #333333;
  font: 600 2rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .hzfs-a7_v1 .hzfs-a7_b1 dt {
    font-size: 1.25rem;
    margin-bottom: 0.5em;
  }
}

.hzfs-a7_v1 .hzfs-a7_b1 .xggs-ra p {
  color: #333333;
  font: 500 1.75rem/1.3em "sourcehansans";
  margin-bottom: 0.7em;
}

@media (max-width: 768px) {
  .hzfs-a7_v1 .hzfs-a7_b1 .xggs-ra p {
    font-size: 1rem;
  }
}

.hzfs-a7_v1 .hzfs-a7_b1 .xggs-ra p i {
  width: 2rem;
  display: inline-block;
}

@media (max-width: 768px) {
  .hzfs-a7_v1 .hzfs-a7_b1 .xggs-ra p i {
    width: 1.5rem;
  }
}

.hzfs-a7_v1 .hzfs-a7_b1 .xggs-ra p b {
  font-weight: 500;
  display: block;
  width: -webkit-calc(100% - 2.8rem);
  width: -moz-calc(100% - 2.8rem);
  width: calc(100% - 2.8rem);
}

@media (max-width: 768px) {
  .hzfs-a7_v1 .hzfs-a7_b1 .xggs-ra p b {
    width: -webkit-calc(100% - 2.3rem);
    width: -moz-calc(100% - 2.3rem);
    width: calc(100% - 2.3rem);
  }
}

.hzfs-a7_v1 .hzfs-a7_b1 .xggs-ra p span {
  font-family: "Montserrat";
  display: block;
  width: -webkit-calc(100% - 2.8rem);
  width: -moz-calc(100% - 2.8rem);
  width: calc(100% - 2.8rem);
}

@media (max-width: 768px) {
  .hzfs-a7_v1 .hzfs-a7_b1 .xggs-ra p span {
    width: -webkit-calc(100% - 2.3rem);
    width: -moz-calc(100% - 2.3rem);
    width: calc(100% - 2.3rem);
  }
}

.hzfs-a7_v1 .hzfs-a7_b2 {
  width: 61.11111%;
}

.hzfs-a7_v1 .hzfs-a7_b2 #container {
  height: 23.05vw;
}

@media (max-width: 768px) {
  .hzfs-a7_v1 .hzfs-a7_b2 {
    width: 100%;
  }

  .hzfs-a7_v1 .hzfs-a7_b2 #container {
    height: 55vw;
    margin-top: 1rem;
  }
}

.amap-icon img {
  width: 1.5rem;
}

.hzhb-cont1 {
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .hzhb-cont1 {
    padding-bottom: 2.4rem;
  }
}

.hzhb-cont1 .a1_v1 {
  padding-bottom: 0;
}

.hzhb-list1 {
  margin: 0 -1.45833%;
  margin-top: 1rem;
}

@media (max-width: 450px) {
  .hzhb-list1 {
    margin: 0;
  }
}

.hzhb-list1 li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1.45833%;
  margin-top: 2.5rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hzhb-list1 li {
    width: -webkit-calc(100%/2);
    width: -moz-calc(100%/2);
    width: calc(100%/2);
    padding: 0 1.45833%;
    margin-top: 1rem;
  }
}

@media (max-width: 450px) {
  .hzhb-list1 li {
    width: 100%;
    padding: 0;
  }
}

.hzhb-list1 li i {
  display: block;
  font-size: 0;
  padding-bottom: 70%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.hzhb-list1 li i>img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hzhb-list1 li .hzhb_a1b2 {
  color: #333333;
  font: 500 1.5rem/1.5em "sourcehansans";
  padding: 2rem 3%;
  border: 1px solid #E0E0E0;
  border-top: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hzhb-list1 li .hzhb_a1b2 {
    font-size: 1rem;
    padding: 1.1rem 3%;
  }
}

.n_mbx .cghdzs {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 990px) {
  .n_mbx .cghdzs {
    position: static;
    width: auto;
  }
  .nbanner-wen1sc .banner-cont h2{
      width: 100%;
  }
  .nbanner-wen1sc .banner-cont .p{
       width: 100%;
  }
}

.n_mbx .cghdzs a {
  color: #666666;
  font: 500 1.25rem/2rem "sourcehansans";
  padding: 0.9rem 0.5em;
}

@media (max-width: 768px) {
  .n_mbx .cghdzs a {
    padding: 0.8rem 0;
    font-size: 1rem;
  }
}

.n_mbx .cghdzs a b {
  font-weight: 500;
}

.n_mbx .cghdzs a img {
  width: 1.6875rem;
  margin-right: 0.4em;
}

@media (max-width: 768px) {
  .n_mbx .cghdzs a img {
    width: 1.4rem;
  }
}

.n_mbx .cghdzs a.active {
  color: #105EE7;
}

.n_mbx .cghdzs a.active img {
  -webkit-filter: invert(41%) sepia(98%) saturate(6869%) hue-rotate(217deg) brightness(97%) contrast(88%);
  filter: invert(41%) sepia(98%) saturate(6869%) hue-rotate(217deg) brightness(97%) contrast(88%);
}

.ny-cdhd-content {
  padding: 6rem 0 5rem;
}

@media (max-width: 768px) {
  .ny-cdhd-content {
    padding: 2.5rem 0 2.2rem;
  }
}

.ny-cdhd-content .cdhdanp-content.a {
  width: 100%;
}

.ny-cdhd-content #calendar {
  width: 100%;
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .ny-cdhd-content #calendar {
    margin-top: 2rem;
  }
}

.ny-cdhd-content .fc-event {
  text-align: center;
  border: none;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 0.2em 0;
}

@media (max-width: 768px) {
  .ny-cdhd-content .fc-event {
    font-size: .875rem;
  }
}

.ny-cdhd-content .abkd a.fc-event {
  pointer-events: none;
  cursor: default;
}

.ny-cdhd-content .hs {
  background-color: #F0B500;
}

.ny-cdhd-content .ls {
  background-color: #36bc29c2;
}

.ny-cdhd-content .ns {
  background-color: #105EE7;
}

.ny-cdhd-content .zs {
  background-color: #007bffc2;
}

.ny-cdhd-content .fc-first.fc-last th {
  background: #fff;
  color: #000000;
  font: 500 1.25rem/2em "sourcehansans";
  padding: 0.6em 0;
}

@media (max-width: 768px) {
  .ny-cdhd-content .fc-first.fc-last th {
    font-size: .875rem;
  }
}

.ny-cdhd-content .fc-first.fc-last th+th {
  border-left: none;
}

.ny-cdhd-content .fc-grid .fc-day-number {
  font-size: 1.4rem;
  font-family: "Montserrat";
  font-weight: 100;
  padding-right: 0.5em;
}

@media (max-width: 768px) {
  .ny-cdhd-content .fc-grid .fc-day-number {
    font-size: .875rem;
  }
}

.ny-cdhd-content .fc-header {
  background: #FAFAFA;
  border: 1px solid #E9E9E9;
  border-bottom: none;
}

.ny-cdhd-content .fc-header .fc-button {
  margin: 0.5rem 8% 0;
}

@media (max-width: 768px) {
  .ny-cdhd-content .fc-header .fc-button {
    margin-top: 0.28rem;
  }
}

.ny-cdhd-content .fc-header .fc-header-title h2 {
  color: #333333;
  font: 500 1.5rem/2em "Montserrat";
}

@media (max-width: 768px) {
  .ny-cdhd-content .fc-header .fc-header-title h2 {
    font-size: 1.35rem;
  }
}

.ny-cdhd-content .wehgx-a {
  background: #F8F8F8;
  border: 1px solid #E9E9E9;
  padding: 2.2% 1.7%;
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .ny-cdhd-content .wehgx-a {
    margin-top: 1.2rem;
    padding: 0 4% 1rem;
  }
}

.ny-cdhd-content .wehgx-a .x_ag li {
  margin-right: 5%;
  padding-top: 1rem;
}

.ny-cdhd-content .wehgx-a .x_ag li b {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  display: block;
  margin-right: 0.5em;
}

@media (max-width: 768px) {
  .ny-cdhd-content .wehgx-a .x_ag li b {
    width: 1rem;
    height: 1rem;
  }
}

.ny-cdhd-content .wehgx-a .x_ag li span {
  display: block;
  color: #333333;
  font: 500 1rem/1.2em "sourcehansans";
}

.cd-cont1 {
  padding-top: 7.1875rem;
}

@media (max-width: 768px) {
  .cd-cont1 {
    padding-top: 2.5rem;
  }
}

.cd-cont1 .cd-a1_v1 {
  background: url(../image/a398124918305127d41ba3e69ddcf8c9.jpg) no-repeat center top #f2f2f2;
  -o-background-size: 100% 39.375rem;
  background-size: 100% 39.375rem;
  padding: 6.5rem 0 1.25rem;
  margin-top: 2.8rem;
}

@media (max-width: 768px) {
  .cd-cont1 .cd-a1_v1 {
    margin-top: 1.5rem;
    padding: 3rem 0 1.25rem;
    -o-background-size: 100% 25rem;
    background-size: 100% 25rem;
  }
}

.cd-cont1 .cd-a1_v1 .cd-a1tit1 h2 {
  color: #fff;
  font: 600 3rem/1.5em "sourcehansans";
  text-align: center;
}

@media (max-width: 768px) {
  .cd-cont1 .cd-a1_v1 .cd-a1tit1 h2 {
    font-size: 1.5rem;
  }
}

.cd-cont1 .cd-a1_v1 .countdown {
  text-align: center;
  color: #fff;
  margin-top: 1.6rem;
}

@media (max-width: 768px) {
  .cd-cont1 .cd-a1_v1 .countdown {
    margin-top: 0.8rem;
  }
}

.cd-cont1 .cd-a1_v1 .countdown li {
  display: inline-block;
}

.cd-cont1 .cd-a1_v1 .countdown li+li {
  margin-left: 1.4em;
}

@media (max-width: 768px) {
  .cd-cont1 .cd-a1_v1 .countdown li+li {
    margin-left: 0.5em;
  }
}

.cd-cont1 .cd-a1_v1 .countdown li span {
  display: inline-block;
  font: 500 4rem/1em "Montserrat";
  padding: 0 0.1em;
}

@media (max-width: 768px) {
  .cd-cont1 .cd-a1_v1 .countdown li span {
    font-size: 2.5rem;
  }
}

.cd-cont1 .cd-a1_v1 .countdown li p {
  display: inline-block;
  font: 500 1.5rem/1em "sourcehansans";
}

@media (max-width: 768px) {
  .cd-cont1 .cd-a1_v1 .countdown li p {
    font-size: 1.1rem;
  }
}

.cd-cont1 .cd-a1_v1 .mySwiper15 {
  margin-top: 4.6875rem;
}

@media (max-width: 768px) {
  .cd-cont1 .cd-a1_v1 .mySwiper15 {
    margin-top: 2rem;
  }
}

.cd-cont1 .cd-a1_v1 .mySwiper15 .swiper-slide a {
  display: block;
  padding: .3125rem;
}

.cd-cont1 .cd-a1_v1 .mySwiper15 .swiper-slide a i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.cd-cont1 .cd-a1_v1 .mySwiper15 .swiper-slide a dt {
  color: #000000;
  font: 600 1.5rem/1.5em "Montserrat";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.6em 4% 1em;
  background: #fff;
}

@media (max-width: 768px) {
  .cd-cont1 .cd-a1_v1 .mySwiper15 .swiper-slide a dt {
    font-size: 1rem;
  }
}

.cd-cont1 .a_shhdt {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}

.cd-cont1 .a_shhdt:after {
  content: "";
  width: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 50%;
  height: .75rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #105EE7;
}

@media (max-width: 768px) {
  .cd-cont1 .a_shhdt:after {
    height: 0.35rem;
  }
}

.cd-cont1 .a_shhdt i {
  display: block;
  font-size: 0;
  width: 19.3125rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cd-cont1 .a_shhdt i {
    width: 10rem;
  }
}

.cd-cont2 {
  background: #fff;
}

.cd-cont3 {
  background: #F8F8F8;
  padding: 6.5625rem 0 6.25rem;
}

.cd-cont3 .zlk-list1 li .zlk_a1b2,
.cd-cont3 .zlk-list2 li .zlk_a1b2 {
  height: auto;
}

.cd-cont3 .ahgfx-n {
  padding-bottom: 1em;
}

@media (max-width: 768px) {
  .cd-cont3 .ahgfx-n {
    padding: 1em 0 0;
  }
}

.cd-cont3 .ahgfx-n a {
  display: inline-block;
  color: #666666;
  font: 500 1.375rem/1.8em "sourcehansans";
  position: relative;
}

@media (max-width: 768px) {
  .cd-cont3 .ahgfx-n a {
    font-size: 1rem;
  }
}

.cd-cont3 .ahgfx-n a+a {
  margin-left: 1.4em;
}

@media (max-width: 768px) {
  .cd-cont3 .ahgfx-n a+a {
    margin-left: 0.6em;
  }
}

.cd-cont3 .ahgfx-n a::after {
  content: "";
  display: block;
  width: 0;
  bottom: 0;
  left: 0;
  height: .125rem;
  background: #105EE7;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.cd-cont3 .ahgfx-n a.on,
.cd-cont3 .ahgfx-n a:hover {
  color: #105EE7;
}

.cd-cont3 .ahgfx-n a.on::after,
.cd-cont3 .ahgfx-n a:hover::after {
  width: 100%;
}

.cd-cont3 a.morexw {
  background: transparent;
}

.cdcdjs-cont1 .cdcdjs-v1 i {
  display: block;
  font-size: 0;
}

.cdcdjs-cont1 .cdcdjs-v1 .pra_as {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .cdcdjs-cont1 .cdcdjs-v1 .pra_as {
    position: static;
    border-top: 2px solid #105EE7;
    background: #F8F8F8;
  }
}

.cdcdjs-cont1 .cdcdjs-v1 .pra_as .wh {
  height: 100%;
}

.cdcdjs-cont1 .cdcdjs-v1 .cdcdjs-a1_c1 {
  width: 49.02778%;
  background: rgba(255, 255, 255, 0.9);
  border-top: .5rem solid #105EE7;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
}

@media (max-width: 768px) {
  .cdcdjs-cont1 .cdcdjs-v1 .cdcdjs-a1_c1 {
    width: 100%;
    border-top: none;
    padding: 4% 0;
    background: none;
  }
}

.cdcdjs-cont1 .cdcdjs-v1 .cdcdjs-a1_c1 .cdcdjs-a1_d1 {
  padding: 0 7.08215%;
}

@media (max-width: 768px) {
  .cdcdjs-cont1 .cdcdjs-v1 .cdcdjs-a1_c1 .cdcdjs-a1_d1 {
    padding: 0;
  }
}

.cdcdjs-cont1 .cdcdjs-v1 .cdcdjs-a1_c1 .cdcdjs-a1_d1 dt {
  color: #333333;
  font: 500 2.8rem/1.5em "sourcehansans";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .cdcdjs-cont1 .cdcdjs-v1 .cdcdjs-a1_c1 .cdcdjs-a1_d1 dt {
    font-size: 1.35rem;
  }
}

.cdcdjs-cont1 .cdcdjs-v1 .cdcdjs-a1_c1 .cdcdjs-a1_d1 dd {
  color: #333333;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 1em;
  text-align: justify;
}

@media (max-width: 768px) {
  .cdcdjs-cont1 .cdcdjs-v1 .cdcdjs-a1_c1 .cdcdjs-a1_d1 dd {
    font-size: 1rem;
    margin-top: 0.5em;
  }
}

.cdcdjs-cont2 .cdcdjs-a2_v1 {
  background-color: #f2f2f2;
  background-position: center top;
  background-repeat: no-repeat;
  -o-background-size: 100% 39.375rem;
  background-size: 100% 39.375rem;
  padding: 6.5rem 0 1.25rem;
}

@media (max-width: 768px) {
  .cdcdjs-cont2 .cdcdjs-a2_v1 {
    padding: 3rem 0 1.25rem;
    -o-background-size: 100% 25rem;
    background-size: 100% 25rem;
  }
}

.cdcdjs-cont2 .cdcdjs-a2_v1 .cd-a1tit1 h2 {
  color: #fff;
  font: 600 3rem/1.5em "sourcehansans";
  text-align: center;
}

@media (max-width: 768px) {
  .cdcdjs-cont2 .cdcdjs-a2_v1 .cd-a1tit1 h2 {
    font-size: 1.5rem;
  }
}

.cdcdjs-cont2 .cdcdjs-a2_v1 .cdcdjs-a2_list1 {
  margin: 0 -1.3%;
  margin-top: 6rem;
}

@media (max-width: 768px) {
  .cdcdjs-cont2 .cdcdjs-a2_v1 .cdcdjs-a2_list1 {
    margin-top: 1.5rem;
  }
}

.cdcdjs-cont2 .cdcdjs-a2_v1 .cdcdjs-a2_list1 li {
  width: 25%;
  padding: 0 1.3%;
  margin-bottom: 2.375rem;
}

@media (max-width: 768px) {
  .cdcdjs-cont2 .cdcdjs-a2_v1 .cdcdjs-a2_list1 li {
    width: 50%;
    margin-bottom: 1.5rem;
  }
}

.cdcdjs-cont2 .cdcdjs-a2_v1 .cdcdjs-a2_list1 li a {
  display: block;
  padding: .3125rem;
  background: #fff;
}

.cdcdjs-cont2 .cdcdjs-a2_v1 .cdcdjs-a2_list1 li a i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.cdcdjs-cont2 .cdcdjs-a2_v1 .cdcdjs-a2_list1 li a dt {
  color: #000000;
  font: 600 1.5rem/1.5em "Montserrat";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.6em 4% 1em;
}

@media (max-width: 768px) {
  .cdcdjs-cont2 .cdcdjs-a2_v1 .cdcdjs-a2_list1 li a dt {
    font-size: 1rem;
  }
}

.cdcdjs-cont3 .cdcdjs-a3_v1 {
  background: #F2F2F2;
  padding-bottom: 5.75rem;
}

@media (max-width: 768px) {
  .cdcdjs-cont3 .cdcdjs-a3_v1 {
    padding-bottom: 2.5rem;
  }
}

.cdcdjs-cont3 .cdcdjs-a3_v1 i {
  display: block;
  font-size: 0;
}

.cdcdjs-cont3 .cdcdjs-a3_v1 i img {
  width: 100%;
}

.cdcdjs-cont3 .cdcdjs-a3_v1 .cdcdjs-a3_b1 {
  background: #fff;
  padding: 4% 3.5%;
  margin-top: -5%;
  position: relative;
  z-index: 9;
}

@media (max-width: 768px) {
  .cdcdjs-cont3 .cdcdjs-a3_v1 .cdcdjs-a3_b1 {
    padding: 5% 3.5%;
  }
}

.cdcdjs-cont3 .cdcdjs-a3_v1 .cdcdjs-a3_b1 dt {
  color: #333333;
  font: 500 3rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .cdcdjs-cont3 .cdcdjs-a3_v1 .cdcdjs-a3_b1 dt {
    font-size: 1.35rem;
  }
}

.cdcdjs-cont3 .cdcdjs-a3_v1 .cdcdjs-a3_b1 .p {
  color: #333333;
  font: 500 1.25rem/1.5em "sourcehansans";
  margin-top: 0.5em;
  text-align: justify;
}

@media (max-width: 768px) {
  .cdcdjs-cont3 .cdcdjs-a3_v1 .cdcdjs-a3_b1 .p {
    font-size: 1rem;
  }
}

.xgss-cont2 {
  background: url(../image/rlbj.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 6.25rem 0;
  margin-top: 2.4125rem;
}

@media (max-width: 768px) {
  .xgss-cont2 {
    padding: 2.2rem 0;
    margin-top: 1.25rem;
  }
}

.xgss-cont2 .ss-cont2-v1 {
  padding: 0;
}

.xgss-cont2 .ss-cont2-v1 .p {
  width: 35%;
  color: #FFFFFF;
  font: 500 1.45rem/1.7em "sourcehansans";
  text-align: justify;
}

@media (max-width: 768px) {
  .xgss-cont2 .ss-cont2-v1 .p {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.6em;
  }
}

.xgss-cont2 .ss-cont2-v1 .cdhdanp-content {
  width: 49.72222%;
  background: #fff;
}

@media (max-width: 768px) {
  .xgss-cont2 .ss-cont2-v1 .cdhdanp-content {
    width: 100%;
    margin-top: 1em;
  }
}

.ss-cont2-v1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ahhdhzx-a {
  margin-top: 2.375rem;
  width: 30%;
}

@media (max-width: 768px) {
  .ahhdhzx-a {
    width: 100%;
  }
}

.ahhdhzx-a .xga-vwn .box1 {
  width: 100%;
  margin-bottom: 1.5rem;
}

.ahhdhzx-a .xga-vwn .box1 h2 {
  color: #333333;
  font: 500 1.75rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .ahhdhzx-a .xga-vwn .box1 h2 {
    font-size: 1.25rem;
  }
}

.ahhdhzx-a .xga-vwn .box1 input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #333333;
  color: #999999;
  font: 500 1.5rem/4.375rem "sourcehansans";
}

@media (max-width: 768px) {
  .ahhdhzx-a .xga-vwn .box1 input {
    font-size: 1rem;
  }
}

.ahhdhzx-a .xga-vwn .box2-a {
  width: 100%;
}

.ahhdhzx-a .xga-vwn .box2-a input {
  display: block;
  border: none;
  color: #fff;
  font: 500 1.75rem/4.375rem "sourcehansans";
  background: #105EE7;
  width: 100%;
}

@media (max-width: 768px) {
  .ahhdhzx-a .xga-vwn .box2-a input {
    font-size: 1.25rem;
    line-height: 2.6em;
  }
}

.cdhdanp-content {
  width: 65%;
}

@media (max-width: 768px) {
  .cdhdanp-content {
    width: 100%;
  }
}

.ny-cdhd-content #calendar {
  margin-top: 0;
}

@media (max-width: 768px) {
  .ny-cdhd-content #calendar {
    margin-top: 1.5rem;
  }
}

.ss-cont1 {
  margin-top: 6.4375rem;
}

@media (max-width: 768px) {
  .ss-cont1 {
    margin-top: 2.4rem;
  }
}

.ss-cont1 .ss-a1_v1 {
  background: #F8F8F8;
  padding: 3.875rem 0 6.875rem;
  margin-top: 4.25rem;
}

@media (max-width: 768px) {
  .ss-cont1 .ss-a1_v1 {
    padding: 2.5rem 0 2.875rem;
    margin-top: 1.45rem;
  }
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .x_shghgta {
  width: 15.27778%;
  background: #fff;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
  padding: 2.5% 1%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

@media (max-width: 768px) {
  .ss-cont1 .ss-a1_v1 .sd-zsdt-a .x_shghgta {
    width: 100%;
    padding: 2.5% 3%;
  }
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .x_shghgta a {
  padding: 1rem 0;
  width: 100%;
}

@media (max-width: 768px) {
  .ss-cont1 .ss-a1_v1 .sd-zsdt-a .x_shghgta a {
    padding: 0.5rem 0;
  }
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .x_shghgta a span {
  display: block;
  font: 500 1.5rem/1.5em "sourcehansans";
  color: #666666;
}

@media (max-width: 768px) {
  .ss-cont1 .ss-a1_v1 .sd-zsdt-a .x_shghgta a span {
    font-size: 1rem;
  }
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .x_shghgta a i {
  font: 500 1rem/1.5em "sourcehansans";
  color: #666666;
}

@media (max-width: 768px) {
  .ss-cont1 .ss-a1_v1 .sd-zsdt-a .x_shghgta a i {
    font-size: 0.8rem;
  }
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .x_shghgta a:hover span,
.ss-cont1 .ss-a1_v1 .sd-zsdt-a .x_shghgta a.on span {
  color: #105EE7;
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .x_shghgta a:hover i,
.ss-cont1 .ss-a1_v1 .sd-zsdt-a .x_shghgta a.on i {
  color: #105EE7;
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont {
  width: 81.38889%;
}

@media (max-width: 768px) {
  .ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont {
    width: 100%;
  }
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont .mySwiper16 .ads-v .ads-a1 {
  width: 33.61775%;
}

@media (max-width: 768px) {
  .ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont .mySwiper16 .ads-v .ads-a1 {
    width: 100%;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont .mySwiper16 .ads-v .ads-a1 dt {
  color: #333333;
  font: 500 2.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont .mySwiper16 .ads-v .ads-a1 dt {
    font-size: 1.45rem;
    margin-top: 1rem;
  }
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont .mySwiper16 .ads-v .ads-a1 .p {
  color: #333333;
  font: 500 1.25rem/1.5em "sourcehansans";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont .mySwiper16 .ads-v .ads-a1 .p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont .mySwiper16 .ads-v .ads-a1 a {
  color: #333333;
  font: 500 1.25rem/2em "sourcehansans";
  display: inline-block;
  margin-top: 1em;
  position: relative;
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont .mySwiper16 .ads-v .ads-a1 a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: .125rem;
  background: #333;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  width: 0;
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont .mySwiper16 .ads-v .ads-a1 a i {
  display: inline-block;
  width: 3.1875rem;
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont .mySwiper16 .ads-v .ads-a1 a i img {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont .mySwiper16 .ads-v .ads-a1 a {
    font-size: 1rem;
  }

  .ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont .mySwiper16 .ads-v .ads-a1 a i {
    width: 1.875rem;
  }
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont .mySwiper16 .ads-v .ads-a1 a:hover::before {
  width: 100%;
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont .mySwiper16 .ads-v .ads-a2 {
  width: 61.43345%;
}

@media (max-width: 768px) {
  .ss-cont1 .ss-a1_v1 .sd-zsdt-a .ss_tab-cont .mySwiper16 .ads-v .ads-a2 {
    width: 100%;
    margin-top: 1.4rem;
  }
}

@media (max-width: 768px) {
  .ss-cont1 .ss-a1_v1 .sd-zsdt-a .ajt-a {
    display: none;
  }
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .ajt-a div {
  position: absolute;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 0;
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .ajt-a div.swiper-button-next1a {
  left: -6%;
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .ajt-a div.swiper-button-prev1a {
  right: -6%;
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .swiper-paginationt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2.3125rem;
  text-align: center;
  z-index: 99;
}

@media (max-width: 768px) {
  .ss-cont1 .ss-a1_v1 .sd-zsdt-a .swiper-paginationt {
    bottom: -1.3125rem;
  }
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .swiper-paginationt .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.4);
  width: 1.875rem;
  height: .375rem;
  border-radius: 0;
  margin: 0 .3125rem;
}

@media (max-width: 768px) {
  .ss-cont1 .ss-a1_v1 .sd-zsdt-a .swiper-paginationt .swiper-pagination-bullet {
    width: 1.275rem;
  }
}

.ss-cont1 .ss-a1_v1 .sd-zsdt-a .swiper-paginationt .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #105EE7;
  width: 3.75rem;
}

@media (max-width: 768px) {
  .ss-cont1 .ss-a1_v1 .sd-zsdt-a .swiper-paginationt .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 3rem;
  }
}

.ss-cont2 .ss-cont2-v1 {
  padding-top: 0;
}

.ss-cont2 .ss-cont2-v1 .ahhdhzx-a {
  margin-top: 0;
}

.ss-cont3 .zlk-list1 {
  margin-top: 3.875rem;
}

.ss-cont3 .zlk-list1 li {
  margin-top: 0;
}

.ssjj-cont3 {
  margin-top: 6.5rem;
}

@media (max-width: 768px) {
  .ssjj-cont3 {
    margin-top: 2.5rem;
  }
}

.hserxs p {
  color: #333333;
  font: 500 1.75rem/1.5em "sourcehansans";
  width: 50%;
  padding: 0.7em 0;
}

.hserxs p::before {
  content: "";
  display: inline-block;
  width: .625rem;
  height: .625rem;
  background: #B1B1B1;
  border-radius: 50%;
  margin-right: 0.5em;
  vertical-align: middle;
  margin-top: -0.2rem;
}

@media (max-width: 768px) {
  .hserxs p {
    font-size: 1.25rem;
    padding: 0.4em 0;
  }

  .hserxs p::before {
    width: .425rem;
    height: .425rem;
  }
}

.ssjj-cont4 {
  background: #F8F8F8;
  padding: 7.8125rem 0 5rem;
}

@media (max-width: 768px) {
  .ssjj-cont4 {
    padding: 2.5rem 0 2rem;
  }
}

.ssjj-cont4 .ssjj-a4_v1 .ssjj-a4_a1 {
  width: 46.94444%;
}

@media (max-width: 768px) {
  .ssjj-cont4 .ssjj-a4_v1 .ssjj-a4_a1 {
    width: 100%;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 1rem;
  }
}

.ssjj-cont4 .ssjj-a4_v1 .ssjj-a4_a1 .hserxs p {
  width: 100%;
  padding: 0.2em 0;
}

.ssjj-cont4 .ssjj-a4_v1 .ssjj-a4_a2 {
  width: 50%;
}

@media (max-width: 768px) {
  .ssjj-cont4 .ssjj-a4_v1 .ssjj-a4_a2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.ssjj-cont4 .ssjj-a4_v2 {
  background: url(../image/bjasd1.jpg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  padding: 0 7% 4.25rem;
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .ssjj-cont4 .ssjj-a4_v2 {
    margin-top: 2rem;
    padding: 0 5% 2.25rem;
  }
}

.ssjj-cont4 .ssjj-a4_v2 .ssjj-a4_v2a2-tit {
  text-align: center;
  color: #FFFFFF;
  font: 500 2.25rem/1.5em "sourcehansans";
  border-bottom: 1px solid #fff;
  padding: 3.8rem 0 2rem;
}

@media (max-width: 768px) {
  .ssjj-cont4 .ssjj-a4_v2 .ssjj-a4_v2a2-tit {
    font-size: 1.5rem;
    padding: 2rem 0 1.5rem;
  }
}

.ssjj-cont4 .ssjj-a4_v2 .xw_asgds li {
  text-align: center;
  margin-top: 2.375rem;
}

.ssjj-cont4 .ssjj-a4_v2 .xw_asgds li:nth-child(3n+1) {
  width: 25%;
}

@media (max-width: 768px) {
  .ssjj-cont4 .ssjj-a4_v2 .xw_asgds li:nth-child(3n+1) {
    width: 50%;
  }
}

.ssjj-cont4 .ssjj-a4_v2 .xw_asgds li:nth-child(3n+2) {
  width: 40%;
}

@media (max-width: 768px) {
  .ssjj-cont4 .ssjj-a4_v2 .xw_asgds li:nth-child(3n+2) {
    width: 50%;
  }
}

.ssjj-cont4 .ssjj-a4_v2 .xw_asgds li:nth-child(3n+3) {
  width: 25%;
}

@media (max-width: 768px) {
  .ssjj-cont4 .ssjj-a4_v2 .xw_asgds li:nth-child(3n+3) {
    width: 50%;
  }
}

.ssjj-cont4 .ssjj-a4_v2 .xw_asgds li span {
  color: #fff;
  display: block;
  font: 500 2rem/1.2em "Montserrat";
}

@media (max-width: 768px) {
  .ssjj-cont4 .ssjj-a4_v2 .xw_asgds li span {
    font-size: 1.5rem;
  }
}

.ssjj-cont4 .ssjj-a4_v2 .xw_asgds li p {
  color: #fff;
  display: block;
  font: 500 1.5rem/1.45em "sourcehansans";
}

@media (max-width: 768px) {
  .ssjj-cont4 .ssjj-a4_v2 .xw_asgds li p {
    font-size: 1rem;
  }
}

.ssjj-cont4 .ssjj-a4_v3 {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .ssjj-cont4 .ssjj-a4_v3 {
    margin-top: 1.5rem;
  }
}

.ssjj-cont4 .ssjj-a4_v3 .dt-as {
  color: #333333;
  font: 500 1.75rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .ssjj-cont4 .ssjj-a4_v3 .dt-as {
    font-size: 1.45rem;
  }
}

.ssjj-cont4 .ssjj-a4_v3 .hserxs {
  margin-top: 1em;
}

@media (max-width: 768px) {
  .ssjj-cont4 .ssjj-a4_v3 .hserxs {
    margin-top: 0.5em;
  }
}

.ssjj-cont4 .ssjj-a4_v3 .hserxs p {
  font: 500 1.125rem/1.5em "sourcehansans";
  padding: 0.6em 0 !important;
}

@media (max-width: 768px) {
  .ssjj-cont4 .ssjj-a4_v3 .hserxs p {
    font-size: 1rem;
    padding: 0.25em 0 !important;
  }
}

.ssjj-cont5 {
  padding: 2.5rem 0 5.125rem;
}

@media (max-width: 768px) {
  .ssjj-cont5 {
    padding: 1rem 0 2.5rem;
  }
}

.ssjj-cont5 .ssjj-a5_list1 li {
  width: 23%;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .ssjj-cont5 .ssjj-a5_list1 li {
    margin-top: 1rem;
  }
}

.ssjj-cont5 .ssjj-a5_list1 li:not(:nth-child(4n)) {
  margin-right: -webkit-calc(8%/3);
  margin-right: -moz-calc(8%/3);
  margin-right: calc(8%/3);
}

@media (max-width: 768px) {
  .ssjj-cont5 .ssjj-a5_list1 li {
    width: 48%;
  }

  .ssjj-cont5 .ssjj-a5_list1 li:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .ssjj-cont5 .ssjj-a5_list1 li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

.ssjj-cont5 .ssjj-a5_list1 li i {
  display: block;
  font-size: 0;
  border: 1px solid #E0E0E0;
}

.ssjj-cont5 .ssjj-a5_list1 li i img {
  width: 100%;
}

.cdjs-cont6-top {
  padding-top: 0;
}

.sz-cont1 .sz-a1_v1 {
  background: #F8F8F8;
}

@media (max-width: 768px) {
  .sz-cont1 .sz-a1_v1 {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a {
  width: 34.02778%;
}

@media (max-width: 768px) {
  .sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a {
    width: 100%;
  }
}

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li {
  padding-left: 2.2rem;
  border-left: .1875rem solid transparent;
}

@media (max-width: 768px) {
  .sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li {
    padding-left: 1.6rem;
  }
}

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li a {
  display: block;
}

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li a dt {
  color: #333333;
  font: 500 2rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li a dt {
    font-size: 1.5rem;
  }
}

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li a p {
  color: #666666;
  font: 500 1.5rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li a p {
    font-size: 1rem;
  }
}

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li a p i {
  width: 3.1875rem;
  display: none;
  margin-left: 1em;
}

@media (max-width: 768px) {
  .sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li a p i {
    width: 2rem;
    margin-left: 0.7em;
  }
}

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li+li {
  margin-top: 16%;
}

@media (max-width: 768px) {
  .sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li+li {
    margin-top: 1rem;
  }
}

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li:hover,
.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li.on {
  border-color: #105EE7;
}

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li:hover a dt,
.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li.on a dt {
  color: #105EE7;
}

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li:hover a p,
.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li.on a p {
  color: #105EE7;
}

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li:hover a p i,
.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a1-a .ags-sdewd li.on a p i {
  display: inline-block;
}

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a2-a {
  width: 65.97222%;
}

.sz-a1_a2-a .ze_sdga:nth-child(1) .ze_sdga-a dl:nth-child(1) {
  display: none;
}

/* .sz-a1_a2-a .ze_sdga:nth-child(2) .ze_sdga-a dl{
  width: 25%!important;
} */

@media (max-width: 768px) {
  .sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a2-a {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a2-a .ze_sdga .ze_sdga-a dl {
  width: 50%;
}

/* .sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a2-a .ze_sdga .ze_sdga-a dl:nth-child(1) {
  width: 100%;
} */

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a2-a .ze_sdga .ze_sdga-a dl a.a {
  display: block;
  position: relative;
}

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a2-a .ze_sdga .ze_sdga-a dl a.a i {
  display: block;
  font-size: 0;
}

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a2-a .ze_sdga .ze_sdga-a dl a.a dt {
  color: #fff;
  font: 500 2.25rem/2em "sourcehansans";
  position: absolute;
  left: 2rem;
  bottom: 0.8rem;
}

@media (max-width: 768px) {
  .sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a2-a .ze_sdga .ze_sdga-a dl a.a dt {
    font-size: 1.4rem;
    left: 1.6rem;
  }
}

.sz-cont1 .sz-a1_v1 .sz-a1_v1-a .sz-a1_a2-a .ze_sdga.ze_sdga1 .ze_sdga-a dl:nth-child(1) {
  width: 50%;
}

.sz-cont2 {
  margin-top: 5.875rem;
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .sz-cont2 {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}

.sz-cont2 .hzhb-list1 li:hover .hzhb_a1b2 {
  background: #105EE7;
  color: #fff;
  border-color: #105EE7;
}

.sz-cont3 {
  margin-top: 6.375rem;
  background: #F8F8F8;
}

@media (max-width: 768px) {
  .sz-cont3 {
    margin-top: 2rem;
  }
}

.sz-cont3 .sz-a3_v1 {
  background: url(../image/ghagh.jpg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  padding: 5.625rem 0 6.5rem;
}

@media (max-width: 768px) {
  .sz-cont3 .sz-a3_v1 {
    padding: 2.7rem 0;
  }
}

.sz-cont3 .sz-a3_v1 .agyhgsr_sx {
  width: 47.77778%;
}

@media (max-width: 768px) {
  .sz-cont3 .sz-a3_v1 .agyhgsr_sx {
    width: 100%;
  }
}

.sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 3.5rem;
  margin-bottom: 3.5rem;
}

@media (max-width: 768px) {
  .sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b1 {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b1 .sz-a3c1 {
  width: 10.3125rem;
}

@media (max-width: 768px) {
  .sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b1 .sz-a3c1 {
    width: 6rem;
  }
}

.sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b1 .sz-a3c2 {
  width: -webkit-calc(95% - 10.3125rem);
  width: -moz-calc(95% - 10.3125rem);
  width: calc(95% - 10.3125rem);
  color: #fff;
}

@media (max-width: 768px) {
  .sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b1 .sz-a3c2 {
    width: -webkit-calc(95% - 6rem);
    width: -moz-calc(95% - 6rem);
    width: calc(95% - 6rem);
  }
}

.sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b1 .sz-a3c2 dt {
  font: 500 3rem/1.3em "sourcehansans";
}

@media (max-width: 768px) {
  .sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b1 .sz-a3c2 dt {
    font-size: 1.5rem;
  }
}

.sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b1 .sz-a3c2 p {
  font: 500 1.625rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b1 .sz-a3c2 p {
    font-size: 1rem;
  }
}

.sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b2 .qewghz {
  width: 10.3125rem;
}

@media (max-width: 768px) {
  .sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b2 .qewghz {
    width: 6rem;
  }
}

.sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b2 .weggxa {
  margin-left: 2.5rem;
}

@media (max-width: 768px) {
  .sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b2 .weggxa {
    margin-left: 1.5rem;
  }
}

.sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b2 .weggxa a {
  display: block;
  width: 13.75rem;
  font: 500 1.5rem/4.375rem "sourcehansans";
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0.8rem;
  color: #fff;
}

@media (max-width: 768px) {
  .sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b2 .weggxa a {
    font-size: 1rem;
    width: 8rem;
    line-height: 2.5rem;
  }
}

.sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b2 .weggxa a:hover {
  background: #fff;
  color: #333;
}

.sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b2 .weggxa a+a {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .sz-cont3 .sz-a3_v1 .agyhgsr_sx .sz-a3b2 .weggxa a+a {
    margin-top: 1em;
  }
}

.sz-cont4 {
  background: #F8F8F8;
  display: none;
}

.szyw-cont1 .szyw-a1_v1 dl:nth-child(1) {
  width: 50%;
  margin-right: 2.77778%;
}

@media (max-width: 768px) {
  .szyw-cont1 .szyw-a1_v1 dl:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
}

.szyw-cont1 .szyw-a1_v1 dl {
  width: 47.22222%;
  position: relative;
  float: left;
  margin-bottom: 2.45rem;
}

@media (max-width: 768px) {
  .szyw-cont1 .szyw-a1_v1 dl {
    width: 100%;
    margin-bottom: 1.4rem;
  }
}

.szyw-cont1 .szyw-a1_v1 dl::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.szyw-cont1 .szyw-a1_v1 dl .weggx_a {
  color: #fff;
  z-index: 9;
  width: 100%;
  padding: 0 5%;
}

.szyw-cont1 .szyw-a1_v1 dl .weggx_a dt {
  font: 500 2.5rem/1.5em "sourcehansans";
  text-align: center;
}

@media (max-width: 768px) {
  .szyw-cont1 .szyw-a1_v1 dl .weggx_a dt {
    font-size: 1.5rem;
  }
}

.szyw-cont1 .szyw-a1_v1 dl .weggx_a p {
  font: 500 1.125rem/1.4em "sourcehansans";
  margin-top: 1em;
  height: 0;
  opacity: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .szyw-cont1 .szyw-a1_v1 dl .weggx_a p {
    font-size: 1rem;
  }
}

.szyw-cont1 .szyw-a1_v1 dl:hover::after {
  background: rgba(16, 94, 231, 0.85);
}

.szyw-cont1 .szyw-a1_v1 dl:hover .weggx_a p {
  display: block;
  height: auto;
  opacity: 1;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.szyw-cont2 {
  background: #F8F8F8;
  margin-top: 3.25rem;
}

.szyw-cont2 .szyw-a2_v1 {
  background: url(../image/hergax.jpg) no-repeat center top;
  -o-background-size: 100% 50%;
  background-size: 100% 50%;
  position: relative;
  padding-bottom: 3.75rem;
}

@media (max-width: 768px) {
  .szyw-cont2 .szyw-a2_v1 {
    -o-background-size: 100% 9rem;
    background-size: 100% 9rem;
    padding-bottom: 1.75rem;
  }
}

.szyw-cont2 .szyw-a2_v1 .mySwiper17 {
  position: relative;
}

.szyw-cont2 .szyw-a2_v1 .mySwiper17 .szyw-a2_v1-a .szyw-a2_b1 {
  width: 52.98611%;
}

@media (max-width: 768px) {
  .szyw-cont2 .szyw-a2_v1 .mySwiper17 .szyw-a2_v1-a .szyw-a2_b1 {
    width: 100%;
  }
}

.szyw-cont2 .szyw-a2_v1 .mySwiper17 .szyw-a2_v1-a .szyw-a2_b1 dl {
  color: #fff;
  padding-top: 7.4375rem;
}

@media (max-width: 768px) {
  .szyw-cont2 .szyw-a2_v1 .mySwiper17 .szyw-a2_v1-a .szyw-a2_b1 dl {
    padding-top: 2rem;
  }
}

.szyw-cont2 .szyw-a2_v1 .mySwiper17 .szyw-a2_v1-a .szyw-a2_b1 dl dt {
  font: 500 3rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .szyw-cont2 .szyw-a2_v1 .mySwiper17 .szyw-a2_v1-a .szyw-a2_b1 dl dt {
    font-size: 1.5rem;
  }
}

.szyw-cont2 .szyw-a2_v1 .mySwiper17 .szyw-a2_v1-a .szyw-a2_b1 dl dd {
  font: 500 1.5rem/1.5em "sourcehansans";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .szyw-cont2 .szyw-a2_v1 .mySwiper17 .szyw-a2_v1-a .szyw-a2_b1 dl dd {
    font-size: 1rem;
    margin-top: 0.6rem;
  }
}

.szyw-cont2 .szyw-a2_v1 .mySwiper17 .szyw-a2_v1-a .szyw-a2_b1 .sdpxa-a {
  margin-top: 11.75rem;
}

@media (max-width: 768px) {
  .szyw-cont2 .szyw-a2_v1 .mySwiper17 .szyw-a2_v1-a .szyw-a2_b1 .sdpxa-a {
    margin-top: 4rem;
  }
}

.szyw-cont2 .szyw-a2_v1 .mySwiper17 .szyw-a2_v1-a .szyw-a2_b1 .sdpxa-a h2 {
  color: #000000;
  font: 500 2.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .szyw-cont2 .szyw-a2_v1 .mySwiper17 .szyw-a2_v1-a .szyw-a2_b1 .sdpxa-a h2 {
    font-size: 1.35rem;
  }
}

.szyw-cont2 .szyw-a2_v1 .mySwiper17 .szyw-a2_v1-a .szyw-a2_b1 .sdpxa-a .p {
  color: #666666;
  font: 500 1.25rem/1.4em "sourcehansans";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .szyw-cont2 .szyw-a2_v1 .mySwiper17 .szyw-a2_v1-a .szyw-a2_b1 .sdpxa-a .p {
    font-size: 1rem;
    margin-top: 0.8rem;
  }
}

.szyw-cont2 .szyw-a2_v1 .mySwiper17 .szyw-a2_v1-a .szyw-a2_b2 {
  width: 19.86111%;
  margin-right: 12.63889%;
  margin-top: 13.125rem;
}

@media (max-width: 768px) {
  .szyw-cont2 .szyw-a2_v1 .mySwiper17 .szyw-a2_v1-a .szyw-a2_b2 {
    width: 50%;
    margin: 0 auto;
    margin-top: 2rem;
  }
}

.szyw-cont2 .szyw-a2_v1 .mySwiper17 .swiper-paginationa {
  color: #999999;
  font: 500 1.75rem/1em "sourcehansans";
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5%;
}

@media (max-width: 1366px) {
  .szyw-cont2 .szyw-a2_v1 .mySwiper17 .swiper-paginationa {
    position: static;
  }
}

@media (max-width: 768px) {
  .szyw-cont2 .szyw-a2_v1 .mySwiper17 .swiper-paginationa {
    margin-top: 1.5rem;
  }
}

.szyw-cont2 .szyw-a2_v1 .mySwiper17 .swiper-paginationa span.swiper-pagination-current {
  color: #333333;
}

@media (max-width: 1366px) {
  .szyw-cont2 .szyw-a2_v1 .weggxasa {
    display: none;
  }
}

.szyw-cont2 .szyw-a2_v1 .weggxasa>div {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  margin-left: 0;
}

.szyw-cont2 .szyw-a2_v1 .weggxasa .swiper-button-next1a {
  left: 8%;
}

.szyw-cont2 .szyw-a2_v1 .weggxasa .swiper-button-prev1a {
  right: 8%;
}

.szyw-cont3 {
  margin-top: 10rem;
  padding-bottom: 14rem;
}

@media (max-width: 768px) {
  .szyw-cont3 {
    margin-top: 2rem;
    padding-bottom: 0;
  }
}

.szyw-cont3 .pa_as {
  color: #000000;
  font: 500 1.5rem/1.5em "sourcehansans";
  margin-top: 2em;
}

@media (max-width: 768px) {
  .szyw-cont3 .pa_as {
    margin-top: 0.7em;
    font-size: 1rem;
  }
}

.szyw-cont3 .szyw-a3_v1 {
  background: url(../image/aghgx1.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 1.5rem;
  padding: 8.25rem 0;
}

@media (max-width: 768px) {
  .szyw-cont3 .szyw-a3_v1 {
    margin-top: 1rem;
    padding: 2.25rem 0;
  }
}

.szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_a {
  width: 24.02778%;
  position: absolute;
  left: 0;
  top: -3.5rem;
}

@media (max-width: 768px) {
  .szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_a {
    display: none;
  }
}

.szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_b {
  width: 61.31944%;
}

@media (max-width: 768px) {
  .szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_b {
    width: 100%;
  }
}

.szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_b dt {
  color: #fff;
  font: 500 1.625rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_b dt {
    font-size: 1.35rem;
  }
}

.szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_b .p {
  color: #FFFFFF;
  font: 500 1rem/1.35em "sourcehansans";
  padding: 0.2em 0 3em;
}

@media (max-width: 768px) {
  .szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_b .p {
    padding: 0.45em 0 1em;
  }
}

.szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_b .sz-a3b2 .qewghz {
  width: 10.3125rem;
}

@media (max-width: 768px) {
  .szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_b .sz-a3b2 .qewghz {
    width: 6rem;
  }
}

.szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_b .sz-a3b2 .weggxa {
  margin-left: 2.5rem;
}

@media (max-width: 768px) {
  .szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_b .sz-a3b2 .weggxa {
    margin-left: 1.5rem;
  }
}

.szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_b .sz-a3b2 .weggxa a {
  display: block;
  width: 13.75rem;
  font: 500 1.5rem/4rem "sourcehansans";
  text-align: center;
  border: 1px solid #fff;
  border-radius: 0.8rem;
  color: #fff;
}

@media (max-width: 768px) {
  .szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_b .sz-a3b2 .weggxa a {
    font-size: 1rem;
    width: 8rem;
    line-height: 2.5rem;
  }
}

.szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_b .sz-a3b2 .weggxa a:hover {
  background: #fff;
  color: #333;
}

.szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_b .sz-a3b2 .weggxa a+a {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .szyw-cont3 .szyw-a3_v1 .ahhd_vad1 .ahggtr_b .sz-a3b2 .weggxa a+a {
    margin-top: 1em;
  }
}

.bszs {
  background: #fff;
}

.szyw-cont5 {
  padding-bottom: 5.125rem;
}

@media (max-width: 768px) {
  .szyw-cont5 {
    padding-bottom: 2rem;
  }
}

.szyw-cont5 .szyw-a5_v1 .p {
  color: #333333;
  font: 500 1.5rem/1.5em "sourcehansans";
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .szyw-cont5 .szyw-a5_v1 .p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

.szyw-cont5.hsyy-a {
  background: #F8F8F8;
}

.amap-info-content label {
  font-size: 1rem;
}

.amap-info-content .input-item {
  font-size: 0.8rem;
  color: #666;
}

.amap-info-content .input-item a {
  display: block;
  color: #105EE7;
}

.wehxa_s .dl_asta {
  width: 49%;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .wehxa_s .dl_asta {
    width: 100%;
  }
}

iframe {
  border: none;
}

.ny-contenttas dt {
  text-align: center;
  color: #333;
  font: 600 1.8rem/1.8em "sourcehansans";
}

@media (max-width: 768px) {
  .ny-contenttas dt {
    font-size: 1.5rem;
  }
}

.ny-contenttas iframe {
  border: none;
}

.tzzgx-cont1 {
  padding: 5.9375rem 0 5.5rem;
}

@media (max-width: 768px) {
  .tzzgx-cont1 {
    padding: 2rem 0;
  }
}

.tzzgx-cont1 .title_a1 .h2 {
  margin-bottom: 0;
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1c1 {
  padding: 3.4rem 0;
  padding-right: 5%;
}

@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1c1 {
    padding: 0;
  }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1c2 {
  padding: 3.4rem 0;
  padding-left: 5%;
  border-left: 1px solid #999999;
}

@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1c2 {
    padding: 0;
    border-left: none;
    margin-top: 1.5rem;
  }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 {
  width: 50%;
}

@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 {
    width: 100%;
  }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .xw_es-as1 li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .xw_es-as1 li {
    margin-top: 1rem;
  }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .xw_es-as1 li h2 a {
  display: block;
  color: #333333;
  font: 500 1.375rem/1.55em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .xw_es-as1 li h2 a {
    font-size: 1.2rem;
  }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .xw_es-as1 li h2 a:hover {
  color: #105EE7;
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .xw_es-as1 li .date {
  color: #999999;
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b1 .xw_es-as1 li .date {
    font-size: 1rem;
  }
}

.tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 {
  width: 50%;
}

@media (max-width: 768px) {
  .tzzgx-cont1 .tzzgx-a1_v1 .tzzgx-a1_b2 {
    width: 100%;
  }
}

.xw_es-as2 li {
  margin-top: 2rem;
}

.xw_es-as2 li .erx_sjd {
  width: 76.62539%;
  padding-left: 2.6875rem;
  position: relative;
}

.xw_es-as2 li .erx_sjd b {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font: 500 1.25rem/2.1625rem "sourcehansans";
  color: #fff;
  background: url(../image/ahgghsx.svg) no-repeat center top;
  width: 1.6875rem;
  height: 2.5625rem;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  text-align: center;
}

.xw_es-as2 li .erx_sjd h2 a {
  display: block;
  color: #333333;
  font: 500 1.375rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .xw_es-as2 li .erx_sjd h2 a {
    font-size: 1.2rem;
  }
}

.xw_es-as2 li .erx_sjd .date {
  color: #105EE7;
  font: 500 1.25rem/1.5em "sourcehansans";
  margin-top: 0.8em;
}

@media (max-width: 768px) {
  .xw_es-as2 li .erx_sjd .date {
    font-size: 1rem;
  }
}

.xw_es-as2 li a.a {
  width: auto;
}

.xw_es-as2 li a.a span {
  display: block;
}

.xw_es-as2 li a.a i {
  width: 2.5rem;
  margin-left: 0.5em;
}

.tzzgx-a1_bts {
  width: 100%;
}

.tzzgx-a1_bts .xw_es-as1 li {
  margin-top: 2rem;
  background: #fff;
  padding: 1.5em;
  border: 1px solid #E9E9E9;
  box-shadow: 0 0 0.5rem rgba(102, 102, 102, 0.1);
  width: 48%;
}

@media (max-width: 768px) {
  .tzzgx-a1_bts .xw_es-as1 li {
    margin-top: 1rem;
    width: 100%;
  }
}

.tzzgx-a1_bts .xw_es-as1 li h2 a {
  display: block;
  color: #333333;
  font: 500 1.375rem/1.55em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .tzzgx-a1_bts .xw_es-as1 li h2 a {
    font-size: 1.2rem;
  }
}

.tzzgx-a1_bts .xw_es-as1 li h2 a:hover {
  color: #105EE7;
}

.tzzgx-a1_bts .xw_es-as1 li .date {
  color: #999999;
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .tzzgx-a1_bts .xw_es-as1 li .date {
    font-size: 1rem;
  }
}

.tzzgx-a1_bts .xw_es-as1 li .p {
  color: #666;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

.tzzgx-a1_bts .xw_es-as2 li {
  margin-top: 2rem;
}

.tzzgx-a1_bts .xw_es-as2 li .erx_sjd {
  width: 76.62539%;
  padding-left: 2.6875rem;
  position: relative;
}

.tzzgx-a1_bts .xw_es-as2 li .erx_sjd b {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font: 500 1.25rem/2.1625rem "sourcehansans";
  color: #fff;
  background: url(../image/ahgghsx.svg) no-repeat center top;
  width: 1.6875rem;
  height: 2.5625rem;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  text-align: center;
}

.tzzgx-a1_bts .xw_es-as2 li .erx_sjd h2 a {
  display: block;
  color: #333333;
  font: 500 1.375rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .tzzgx-a1_bts .xw_es-as2 li .erx_sjd h2 a {
    font-size: 1.2rem;
  }
}

.tzzgx-a1_bts .xw_es-as2 li .erx_sjd .date {
  color: #105EE7;
  font: 500 1.25rem/1.5em "sourcehansans";
  margin-top: 0.8em;
}

@media (max-width: 768px) {
  .tzzgx-a1_bts .xw_es-as2 li .erx_sjd .date {
    font-size: 1rem;
  }
}

.tzzgx-a1_bts .xw_es-as2 li .erx_sjd .p {
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .tzzgx-a1_bts .xw_es-as2 li .erx_sjd .p {
    display: none;
  }
}

.tzzgx-a1_bts .xw_es-as2 li a.a {
  width: auto;
}

.tzzgx-a1_bts .xw_es-as2 li a.a span {
  display: block;
}

.tzzgx-a1_bts .xw_es-as2 li a.a i {
  width: 2.5rem;
  margin-left: 0.5em;
}

.tzzgx-cont2 {
  background: #F8F8F8;
}

.tzzgx-cont3 {
  padding: 6.25rem 0 3rem;
}

@media (max-width: 768px) {
  .tzzgx-cont3 {
    padding: 2rem 0 0;
  }
}

.tzzgx-cont3 .we_asxt {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .tzzgx-cont3 .we_asxt {
    margin-top: 0;
  }
}

.tzzgx-cont3 .we_asxt .xw_es-as1 {
  width: 724px;
  overflow: auto;
}

@media (max-width: 768px) {
  .tzzgx-cont3 .we_asxt .xw_es-as1 {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
}

.tzzgx-cont3 .we_asxt .xw_es-as1 li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .tzzgx-cont3 .we_asxt .xw_es-as1 li {
    margin-top: 1rem;
  }
}

.tzzgx-cont3 .we_asxt .xw_es-as1 li h2 a {
  display: block;
  color: #333333;
  font: 500 1.375rem/1.55em "sourcehansans";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .tzzgx-cont3 .we_asxt .xw_es-as1 li h2 a {
    font-size: 1.2rem;
  }
}

.tzzgx-cont3 .we_asxt .xw_es-as1 li h2 a:hover {
  color: #105EE7;
}

.tzzgx-cont3 .we_asxt .xw_es-as1 li .date {
  color: #999999;
  font: 500 1.125rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .tzzgx-cont3 .we_asxt .xw_es-as1 li .date {
    font-size: 1rem;
  }
}

.tzzgx-cont3 .we_asxt .xw_es-as2 {
  width: -webkit-calc(100% - 724px);
  width: -moz-calc(100% - 724px);
  width: calc(100% - 724px);
  padding-left: 5%;
}

@media (max-width: 1680px) {
  .tzzgx-cont3 .we_asxt .xw_es-as2 {
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  .tzzgx-cont3 .we_asxt .xw_es-as2 {
    display: none;
  }
}

@media (max-width: 768px) {
  .tzzgx-cont3 .we_asxt .xw_es-as2 {
    width: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}

.tzzgx-cont3 .we_asxt .xw_es-as2 li {
  margin-top: 2rem;
}

.tzzgx-cont3 .we_asxt .xw_es-as2 li .erx_sjd {
  width: 76.62539%;
  padding-left: 2.6875rem;
  position: relative;
}

.tzzgx-cont3 .we_asxt .xw_es-as2 li .erx_sjd b {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font: 500 1.25rem/2.1625rem "sourcehansans";
  color: #fff;
  background: url(../image/ahgghsx.svg) no-repeat center top;
  width: 1.6875rem;
  height: 2.5625rem;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  text-align: center;
}

.tzzgx-cont3 .we_asxt .xw_es-as2 li .erx_sjd h2 a {
  display: block;
  color: #333333;
  font: 500 1.375rem/1.4em "sourcehansans";
}

@media (max-width: 768px) {
  .tzzgx-cont3 .we_asxt .xw_es-as2 li .erx_sjd h2 a {
    font-size: 1.2rem;
  }
}

.tzzgx-cont3 .we_asxt .xw_es-as2 li .erx_sjd .date {
  color: #105EE7;
  font: 500 1.25rem/1.5em "sourcehansans";
  margin-top: 0.8em;
}

@media (max-width: 768px) {
  .tzzgx-cont3 .we_asxt .xw_es-as2 li .erx_sjd .date {
    font-size: 1rem;
  }
}

.tzzgx-cont3 .we_asxt .xw_es-as2 li a.a {
  width: auto;
}

.tzzgx-cont3 .we_asxt .xw_es-as2 li a.a span {
  display: block;
}

.tzzgx-cont3 .we_asxt .xw_es-as2 li a.a i {
  width: 2.5rem;
  margin-left: 0.5em;
}

.we_asxt-sd .xw_es-as1-xg {
  width: 100%;
}

.we_asxt-sd .xw_es-as1-xg.xw_es-as1-xg1 {
  margin-top: 3.437rem;
}

@media (max-width: 768px) {
  .we_asxt-sd .xw_es-as1-xg.xw_es-as1-xg1 {
    margin-top: 1.5rem;
  }
}

.we_asxt-sd .xw_es-as1-xg .agr_ata1 dl {
  width: 48.61111%;
  background: #fff;
  border: 1px solid #E9E9E9;
  padding: 1.5em;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .we_asxt-sd .xw_es-as1-xg .agr_ata1 dl {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}

.we_asxt-sd .xw_es-as1-xg .agr_ata1 dl dt {
  color: #333333;
  font: 500 1.2rem/1.4em "sourcehansans";
  padding-left: 0.5em;
  position: relative;
}

@media (max-width: 768px) {
  .we_asxt-sd .xw_es-as1-xg .agr_ata1 dl dt {
    font-size: 1.2rem;
  }
}

.we_asxt-sd .xw_es-as1-xg .agr_ata1 dl dt::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8%;
  background: #105EE7;
  width: 2px;
  height: 80%;
}

.we_asxt-sd .xw_es-as1-xg .agr_ata1 dl dt p {
  width: 100%;
  display: inline-block;
}

.we_asxt-sd .xw_es-as1-xg .agr_ata1 dl dd {
  border-top: 1px solid #E9E9E9;
  padding-top: 1em;
  margin-top: 1em;
}

.we_asxt-sd .xw_es-as1-xg .agr_ata1 dl dd .img {
  width: 2.9375rem;
}

.we_asxt-sd .xw_es-as1-xg .agr_ata1 dl dd .img img {
  width: 100%;
}

.we_asxt-sd .xw_es-as1-xg .agr_ata1 dl dd p {
  color: #666;
  font: 500 1rem/1.4em "sourcehansans";
  width: -webkit-calc(98% - 2.9375rem);
  width: -moz-calc(98% - 2.9375rem);
  width: calc(98% - 2.9375rem);
  margin-left: 2%;
  height: 2.8em;
}

.we_asxt-sd .xw_es-as1-xg .agr_ata1 dl span {
  display: block;
  text-align: right;
  color: #105EE7;
  font: 500 1rem/1.54em "sourcehansans";
  margin-top: 0.5rem;
  cursor: pointer;
}

.we_asxt-sd .xw_es-as1-xg .pager {
  margin: 0 0 2.8125rem;
}

.we_asxt-sd .xw_es-as1-xg .pager li {
  cursor: pointer;
}

.we_asxt-sd .xw_es-as1-xg.xw_es-as1-xg2 {
  background: #fff;
}

@media (max-width: 768px) {
  .we_asxt-sd .xw_es-as1-xg.xw_es-as1-xg2 {
    margin-bottom: 1.8em;
  }
}

.we_asxt-sd .xw_es-as1-xg .laxwsz-zzry {
  width: 51.21781%;
  padding: 0 0 0 3.375rem;
}

@media (max-width: 768px) {
  .we_asxt-sd .xw_es-as1-xg .laxwsz-zzry {
    width: 100%;
    padding: 2rem 0 2rem 5%;
  }
}

.we_asxt-sd .xw_es-as1-xg .laxwsz-zzry dt {
  color: #000000;
  font: 500 2.25rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .we_asxt-sd .xw_es-as1-xg .laxwsz-zzry dt {
    font-size: 1.6rem;
  }
}

.we_asxt-sd .xw_es-as1-xg .laxwsz-zzry .p p {
  color: #333333;
  font: 500 1.75rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .we_asxt-sd .xw_es-as1-xg .laxwsz-zzry .p p {
    font-size: 1rem;
  }
}

.we_asxt-sd .xw_es-as1-xg .laxwsz-zzry .p p i {
  width: 2rem;
  display: inline-block;
  margin-right: 0.8em;
}

@media (max-width: 768px) {
  .we_asxt-sd .xw_es-as1-xg .laxwsz-zzry .p p i {
    width: 1.5rem;
    margin-right: 0.8em;
  }
}

.we_asxt-sd .xw_es-as1-xg .lasdta {
  width: 48.7126%;
}

@media (max-width: 768px) {
  .we_asxt-sd .xw_es-as1-xg .lasdta {
    width: 100%;
  }
}

.d_erma {
  text-align: center;
}

.d_erma img {
  width: 8.75rem;
  margin: 0 auto;
}

.d_erma p {
  color: #fff;
  font: 500 1.125rem/1.5em "sourcehansans";
  margin-top: 0.7em;
}

.tzzgx-cont4 {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .tzzgx-cont4 {
    padding: 2rem 0;
  }
}

.tzzgx-cont4 .tzzgx-a4_v1 {
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .tzzgx-cont4 .tzzgx-a4_v1 {
    margin-top: 1.5rem;
  }
}

.tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a1 {
  width: 50%;
}

@media (max-width: 768px) {
  .tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a1 {
    width: 100%;
  }
}

.tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a1 .x_shest1 a.img {
  display: block;
  font-size: 0;
  position: relative;
}

.tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a1 .x_shest1 a.img b {
  display: block;
  font-size: 0;
}

.tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a1 .x_shest1 a.img i {
  display: block;
  width: 3.875rem;
}

.tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a1 .x_shest1 h2 {
  margin-top: 0.7em;
}

.tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a1 .x_shest1 h2 a {
  color: #333333;
  font: 500 1.375rem/1.35em "sourcehansans";
  display: block;
}

@media (max-width: 768px) {
  .tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a1 .x_shest1 h2 a {
    font-size: 1.2rem;
  }
}

.tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a1 .x_shest1 h2 a:hover {
  color: #105EE7;
}

.tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a1 .x_shest1 .date {
  color: #105EE7;
  font: 500 1.25rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a1 .x_shest1 .date {
    font-size: 1rem;
  }
}

.tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a2 {
  width: 46%;
}

@media (max-width: 768px) {
  .tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a2 {
    width: 100%;
    margin-top: 1em;
  }
}

.tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a2 .x_shest2 li {
  margin-bottom: 2.4rem;
}

@media (max-width: 768px) {
  .tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a2 .x_shest2 li {
    margin-bottom: 1.4rem;
  }
}

.tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a2 .x_shest2 li .er_shys {
  width: 100%;
}

.tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a2 .x_shest2 li .er_shys h2 a {
  color: #333333;
  font: 500 1.375rem/1.4em "sourcehansans";
  display: block;
}

@media (max-width: 768px) {
  .tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a2 .x_shest2 li .er_shys h2 a {
    font-size: 1.2rem;
  }
}

.tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a2 .x_shest2 li .er_shys .date {
  color: #105EE7;
  font: 500 1.25rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a2 .x_shest2 li .er_shys .date {
    font-size: 1rem;
  }
}

.tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a2 .x_shest2 li a.a {
  width: auto;
}

.tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a2 .x_shest2 li a.a span {
  display: block;
}

.tzzgx-cont4 .tzzgx-a4_v1 .tzzgx-a4_a2 .x_shest2 li a.a i {
  width: 2.5rem;
  margin-left: 0.5em;
}

.mySwiper18 {
  width: 32%;
  height: 20rem;
}

@media (max-width: 768px) {
  .mySwiper18 {
    width: 100%;
    height: auto;
  }
}

.mySwiper18 .swiper-slide {
  height: 4rem;
}

@media (max-width: 768px) {
  .mySwiper18 .swiper-slide {
    height: auto;
  }
}

.mySwiper18 a.img {
  display: block;
  color: #333333;
  font: 500 1.375rem/1.5em "sourcehansans";
}

@media (max-width: 768px) {
  .mySwiper18 a.img {
    font-size: 1.2rem;
  }
}

.mySwiper18 a.img:hover {
  color: #105EE7;
}

.tu-img-gd {
  position: relative;
  display: block;
  padding-bottom: 66%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.tu-img-gd>img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.laxwsz-zzry dt {
  font: 500 1.5625rem/1.5em "sourcehansans";
}

.laxwsz-zzry .p {
  color: #333333;
  font: 500 1.375rem/1.5em "sourcehansans";
  margin-top: 1em;
}

.tclmzs .layui-layer-content {
  font-size: 1rem;
  padding: 1em;
}

.tclmzs {
  max-width: 90%;
}

.tclmzs dt {
  display: block;
  font-size: 1rem;
  line-height: 1.4em;
}

.tclmzs dd {
  margin-top: 1em;
}

.tclmzs dd .img {
  width: 2.9375rem;
}

.tclmzs dd .img img {
  width: 100%;
}

.tclmzs dd p {
  color: #666;
  font: .875rem;
  line-height: 1.5em;
  width: -webkit-calc(98% - 2.9375rem);
  width: -moz-calc(98% - 2.9375rem);
  width: calc(98% - 2.9375rem);
  margin-left: 2%;
  display: block;
}

.tclmzs .layui-layer-content span {
  display: none;
}

.dialog-contentadt {
  max-width: 80%;
  max-height: 60vh;
  overflow-y: auto;
  color: #666;
  font-size: 1rem;
  line-height: 1.5em;
}

.news-list1-ywdt {
  margin: 0 -1.45833%;
  margin-top: 3.625rem;
}

.news-list1-ywdt li {
  margin-bottom: 2.5rem;
  padding: 0 1.45833%;
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
}

.hzhb-list1ast1 {
  margin: 0 -3.3%;
  margin-top: 1rem;
}

.hzhb-list1ast1 li {
  width: 20%;
  padding: 0 3.3%;
}

@media (max-width: 768px) {
  .hzhb-list1ast1 li {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
  }
}

.hzhb-list1ast1 li a {
  display: block;
}

.hzhb-list1ast1 li a b {
  width: 100%;
}

.hzhb-list1ast1 li a u {
  position: absolute;
  left: 5%;
  top: 2%;
  width: 90%;
  height: 96%;
  z-index: -1;
  border-radius: 1.6rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hzhb-list1ast1 li a u {
    border-radius: 1rem;
  }
}

.hzhb-list1ast1 li a u img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.hzhb-list1ast1 li:hover u img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}