@charset "UTF-8";
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;
  }
}

* {
  outline: none;
}

@font-face {
  font-family: "montserrat";
  font-display: swap;
  src: url(//assets-font-sh.oss-accelerate.aliyuncs.com/MONTSERRAT-REGULAR.OTF);
}

@font-face {
  font-family: "Alibaba-PuHui";
  font-weight: 400;
  src: url("//at.alicdn.com/wf/webfont/D4IY623ZvPId/yDDTbiQphRZwu6NckwxAz.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/D4IY623ZvPId/WjWVh2wlKFBcVUdxwizXL.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Alibaba-PuHuiBold";
  src: url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.eot) format("embedded-opentype"), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.otf) format("opentype"), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.ttf) format("TrueType"), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.woff) format("woff"), url(https://puhuiti.oss-cn-hangzhou.aliyuncs.com/AlibabaPuHuiTi-2/AlibabaPuHuiTi-2-95-ExtraBold/AlibabaPuHuiTi-2-95-ExtraBold.woff2) format("woff2");
}

p {
  padding: 0;
  margin: 0;
}

.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 2.86458%;
}

@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.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 {
  display: inline-block;
  color: #999999;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "Alibaba-PuHui";
  border-radius: 1.5625rem;
  width: 11.5625rem;
  text-align: center;
  background: transparent;
  border: 1px solid #999999;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}

.more-msl i {
  font-style: italic;
}

.more-msl i.iconfont {
  font-style: normal;
  font-size: 0.75rem;
  padding-left: 0.5em;
}

@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: .875rem;
  }
}

.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1d5fa0;
  color: #fff;
  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.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}

.more-msl:hover {
  color: #fff;
  border-color: #1d5fa0;
}

.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}

.more-msl.bs {
  color: #fff;
  border: 1px solid #fff;
}

.more-msl.bs:before {
  background: #fff;
}

.more-msl.bs:hover {
  color: #000;
  border-color: #fff;
}

.more-msl1 {
  display: inline-block;
  color: #9D9D9D;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "Alibaba-PuHui";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  background: transparent;
  border: 1px solid #9D9D9D;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-msl1 {
    line-height: 2.8rem;
    width: 9rem;
    font-size: .875rem;
  }
}

.more-msl1:before {
  background: #08938E;
}

.more-msl1:after {
  background: #1d5fa0;
}

.more-msl1:before, .more-msl1:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
       transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.more-msl1:hover {
  color: #fff;
  border-color: #1d5fa0;
}

.more-msl1:hover:before, .more-msl1:hover:after {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
       transform: translate3d(0, 100%, 0);
}

.more-msl1:hover:after {
  -webkit-transition-delay: 0.175s;
  -moz-transition-delay: 0.175s;
    -o-transition-delay: 0.175s;
       transition-delay: 0.175s;
}

.more-msl1.bs {
  color: #fff;
  border: 1px solid #fff;
}

.more-msl1.bs:before {
  background: #08938E;
}

.more-msl1.bs:hover {
  color: #fff;
  border-color: #fff;
}

@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 > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 50%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.m-img-news {
  padding-bottom: 68.20276%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.m-img-news img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 990px) {
  .fp-tableCell, .fp-section.fp-table, .fp-slide.fp-table {
    height: auto !important;
  }
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

.head .head2 {
  line-height: 6.25rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  position: relative;
}

.head .head2 .logo {
  margin-left: -6%;
  margin-top:1.2%;
}

@media (max-width: 1366px) {
  .head .head2 .logo {
    margin-left: 0;
  }
}

.head .head2 .logo a {
  display: block;
}

.head .head2 .logo a img {
  height: 4.125rem;
}

.head .head2 .logo a img.b {
  display: none;
}

.head .anta_w {
  height: 6.25rem;
  position: absolute;
  width: 5.20833%;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.head .anta_w .menu {
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.head .anta_w .menu p {
  color: #FFFFFF;
  font: 500 1.125rem/1.5em "Alibaba-PuHui";
  margin-right: 0.5rem;
}

.head .anta_w .menu span {
  margin: auto;
  display: block;
  width: 1.375rem;
  height: 3px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}

.head .anta_w .menu span:before {
  content: "";
  position: absolute;
  top: -0.45rem;
  right: 0;
  height: 3px;
  width: 1.375rem;
  background: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.head .anta_w .menu span:after {
  content: "";
  position: absolute;
  bottom: -0.45rem;
  height: 3px;
  width: 1.375rem;
  background: #fff;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  right: 0;
}

.head .anta_w .menu.active span:before {
  top: 0px;
  width: 1.5rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  background: #333;
}

.head .anta_w .menu.active span:after {
  bottom: 0px;
  width: 1.5rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  background: #333;
}

.head .anta_w .menu.active span {
  background: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.you-cont {
  width: 5.20833%;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 6rem;
  z-index: 1;
}

@media (max-width: 990px) {
  .you-cont {
    display: none;
  }
}

.you-cont .sska a {
  display: block;
  text-align: center;
}

.you-cont .sska a i {
  color: #FFFFFF;
  font: 500 1.125rem/1.5em "Alibaba-PuHui";
}

.you-cont .zywena {
  margin-top: 1.5rem;
  position: relative;
}

.you-cont .zywena a.dqiua {
  display: block;
  text-align: center;
}

.you-cont .zywena a.dqiua i {
  color: #FFFFFF;
  font: 500 1.125rem/1.5em "Alibaba-PuHui";
}

.you-cont .zywena .cont {
  padding: 0 1rem;
  display: none;
}

.you-cont .zywena .cont a {
  display: block;
  color: #fff;
  font: 500 .875rem/1.75em "Alibaba-PuHui";
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.75rem;
  text-align: center;
  font-style: italic;
  margin-top: 0.5rem;
}

.you-cont .zywena .cont a:hover {
  background: #1d5fa0;
  border-color: #1d5fa0;
}

.nast {
  width: 100%;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 5%;
  z-index: 1;
}

.nast.kajjt {
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
}

@media (max-width: 990px) {
  .nast.kajjt {
    display: none;
  }
}

.nast a {
  display: inline-block;
  width: 1.125rem;
}

.nast a img {
  width: 100%;
}

@-webkit-keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 6%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 6%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 6%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 6%;
    opacity: 1;
  }
}

#menu {
  margin-right: 3vw;
}

#menu .nav_a1 li {
  float: left;
  position: relative;
}

#menu .nav_a1 li a {
  display: block;
  color: #fff;
  font-family: "Alibaba-PuHui";
}

#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 1em;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}

@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}

@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}

#menu .nav_a1 li > a span {
  position: relative;
  display: block;
  padding: 0 1em;
}

#menu .nav_a1 li > a span:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1d5fa0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 170%;
  left: -35%;
  background: white;
  z-index: 999;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
}

#menu .nav_a1 li .sec > a {
  font: 500 .815rem/1.5em "Alibaba-PuHui";
  padding: 0.3em 0;
  color: #333;
}

#menu .nav_a1 li .sec > a:hover {
  color: #1d5fa0;
}

#menu .nav_a1 li .sec1 {
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: -webkit-calc(100% + 1px);
  top: -moz-calc(100% + 1px);
  top: calc(100% + 1px);
  line-height: 1.5em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
}

#menu .nav_a1 li .sec1 a {
  color: #909090;
}

#menu .nav_a1 li .sec1 .wh {
  margin: 0 -4%;
}

#menu .nav_a1 li .sec1 dl {
  width: -webkit-calc(100%/7);
  width: -moz-calc(100%/7);
  width: calc(100%/7);
  padding: 1rem 1%;
}

@media (max-width: 1366px) {
  #menu .nav_a1 li .sec1 dl {
    width: -webkit-calc(100%/6);
    width: -moz-calc(100%/6);
    width: calc(100%/6);
  }
}

#menu .nav_a1 li .sec1 dl .cont dt a {
  color: #595959;
  font: 500 1.25rem/1.5em "Alibaba-PuHui";
  border-bottom: 1px solid #CECECE;
  display: block;
  padding: 0.3em 0;
}

#menu .nav_a1 li .sec1 dl .cont dt a:hover {
  color: #1d5fa0;
}

#menu .nav_a1 li .sec1 dl .cont dd {
  margin-top: 1em;
}

#menu .nav_a1 li .sec1 dl .cont dd a {
  display: block;
  color: #909090;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  word-wrap: break-word;
  word-break: break-all;
}

#menu .nav_a1 li .sec1 dl .cont dd a:hover {
  color: #1d5fa0;
}

#menu .nav_a1 li:hover > a::before {
  width: 100%;
}

#menu .nav_a1 li:hover .sec, #menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
}

#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  width: 100%;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: white;
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.search-con:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.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;
}

@-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%);
  }
}

.head.sticky .head2 {
  background: #000000;
}

.head.active .head2 {
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}

.head.active .head2 .logo a img.a {
  display: none;
}

.head.active .head2 .logo a img.b {
  display: inline-block;
}

.head.active .head2 #menu .nav_a1 li a {
  color: #000;
}

.navigators {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 998;
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background: #fff;
}

.navigators.active {
  height: 100%;
}

.navigators .weggta {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  left: 0;
}

.navigators .xl-nav li .name {
  color: #494949;
  font: 500 1.125rem/2em "Alibaba-PuHui";
  margin-bottom: 1em;
}

.navigators .xl-nav li .text {
  color: #494949;
  font: 500 .9375rem/2em "Alibaba-PuHui";
}

.navigators .xl-nav li .text:hover {
  color: #0077B1;
}

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #134370;
}

.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}

.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}

.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 36px;
  max-width: 40%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-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;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-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%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #134370;
}

.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "Alibaba-PuHui";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Alibaba-PuHui";
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Alibaba-PuHui";
  font-weight: 500;
}

.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.m-bm-head.white .m-bm-menu {
  background: #fff;
}

.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}

.m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.pc-banner .mySwipera {
  height: 100%;
}

.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
}

.pc-banner .mySwipera .swiper-slide .img > img {
  height: 100vh;
  width: 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;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img > img {
    height: 75vh;
  }
}

.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 99;
  text-align: center;
  color: #FFFFFF;
}

.pc-banner .mySwipera .banwez dt {
  font: 600 3.75rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dt {
    font-size: 2rem;
  }
}

.pc-banner .mySwipera .swiper-pagination1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20%;
  z-index: 9;
  width: auto;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-pagination1 {
    bottom: 6%;
  }
}

.pc-banner .mySwipera .swiper-pagination1 span {
  opacity: 1;
  width: auto;
  height: auto;
  background: transparent;
  color: #ffffff;
  font-size: .875rem;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  font-style: italic;
}

.pc-banner .mySwipera .swiper-pagination1 span::before {
  content: "0";
}

.pc-banner .mySwipera .swiper-pagination1 .swiper-scrollbar {
  width: 10rem;
  height: 1px;
  margin: 0 1rem;
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-pagination1 .swiper-scrollbar {
    width: 5rem;
  }
}

.pc-banner .mySwipera .swiper-pagination1 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}

.bg-wave {
  position: absolute;
  left: 50%;
  top: 22%;
  width: 110%;
  -webkit-transform: translateX(-50%) rotate(348deg);
     -moz-transform: translateX(-50%) rotate(348deg);
      -ms-transform: translateX(-50%) rotate(348deg);
       -o-transform: translateX(-50%) rotate(348deg);
          transform: translateX(-50%) rotate(348deg);
  opacity: .35;
  z-index: -1;
}

.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;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.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);
}

.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);
}

.gong-p {
  color: #323232;
  font: 500 1.25rem/1.6em "Alibaba-PuHui";
  text-align: justify;
}

@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.title1 {
  text-align: center;
}

.title1 .ftit {
  color: #d6d6d6;
  font: 500 1.1rem/1.6em "Alibaba-PuHui";
  font-style: italic;
}

.title1 .tit {
  color: #232323;
  font: 600 2.5rem/1.5em "Alibaba-PuHui";
  margin-top: 0.3em;
}

@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
    margin-top: 0.2em;
  }
}

.title1 .tit::after {
  content: "";
  display: block;
  background: #1d5fa0;
  width: 1em;
  height: 1px;
  margin: 0 auto;
  margin-top: 0.1em;
}

.fp-viewing-section2 .head2, .fp-viewing-section3 .head2, .fp-viewing-section4 .head2, .fp-viewing-section5 .head2, .fp-viewing-section6 .head2, .fp-viewing-6 .head2 {
  background: #134370;
}

.gong-jt .swiper-button-next1, .gong-jt .swiper-button-prev1 {
  border: 1px solid #c1c1c1;
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  text-align: center;
  border-radius: 0.4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gong-jt .swiper-button-next1 i, .gong-jt .swiper-button-prev1 i {
  color: #c1c1c1;
  font-size: 1.125rem;
}

.gong-jt .swiper-button-next1:hover, .gong-jt .swiper-button-prev1:hover {
  border-color: #1d5fa0;
}

.gong-jt .swiper-button-next1:hover i, .gong-jt .swiper-button-prev1:hover i {
  color: #1d5fa0;
}

@media (max-width: 990px) {
  #fullpage {
    overflow: hidden;
    width: 100%;
  }
}

.cont1 {
  overflow: hidden;
  width: 100%;
}

@media (max-width: 990px) {
  .cont1 {
    padding: 4rem 0;
  }
}

@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0;
  }
}

.cont1 .a1_v1 {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 {
    margin-top: 1.5rem;
  }
}

.cont1 .a1_v1 .mySwiper1a .swiper-slide {
  -webkit-transform: scale(0.7);
     -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
       -o-transform: scale(0.7);
          transform: scale(0.7);
}

.cont1 .a1_v1 .mySwiper1a .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .mySwiper1a .swiper-slide {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.cont1 .a1_v1 .mySwiper1a .imgas u {
  display: block;
  font-size: 0;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .mySwiper1a .imgas u {
    background: #fff;
    padding: 0.8rem;
  }
}

.cont1 .a1_v1 .mySwiper1a .imgas u img {
  width: 100%;
}

.cont1 .a1_v1 .mySwiper1a .imgas .tit {
  font: 500 1.25rem/1.5em "Alibaba-PuHui";
  margin-top: 0.6em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .mySwiper1a .imgas .tit {
    font-size: 1rem;
    padding: 0.3rem 0;
  }
}

.cont1 .a1_v1 .mySwiper1a .imgas:hover .tit {
  color: #1d5fa0;
}

.cont1 .a1_v1 .mySwiper1a .img {
  border-radius: 1.25rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .mySwiper1a .img {
    border-radius: 1rem;
  }
}

.cont1 .a1_v1 .mySwiper1a .img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.cont1 .a1_v1 .mySwiper1a .img i img {
  width: 100%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.cont1 .a1_v1 .mySwiper1a .img .cont {
  text-align: center;
  padding: 0 14%;
  color: #fff;
  width: 100%;
  top: 35%;
  left: 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%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .mySwiper1a .img .cont {
    top: 50%;
    padding: 0 6%;
  }
}

.cont1 .a1_v1 .mySwiper1a .img .cont u {
  display: inline-block;
  font-size: 0;
  width: 18.78788%;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .mySwiper1a .img .cont u {
    width: 3rem;
  }
}

.cont1 .a1_v1 .mySwiper1a .img .cont u img {
  width: 100%;
}

.cont1 .a1_v1 .mySwiper1a .img .cont .tit {
  font: 500 1.25rem/1.5em "Alibaba-PuHui";
  margin-top: 0.6em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .mySwiper1a .img .cont .tit {
    font-size: 1.125rem;
  }
}

.cont1 .a1_v1 .mySwiper1a .img .cont .tit::after {
  content: "";
  display: block;
  background: #1d5fa0;
  width: 1em;
  height: 2px;
  margin: 0 auto;
  margin-top: 0.6em;
}

.cont1 .a1_v1 .mySwiper1a .img .cont .p {
  font: 500 1rem/1.8em "Alibaba-PuHui";
  margin-top: 1.5em;
  opacity: 0;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .mySwiper1a .img .cont .p {
    opacity: 1;
    margin-top: 1em;
    line-height: 1.6em;
  }
}

.cont1 .a1_v1 .mySwiper1a .img:hover i 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);
}

.cont1 .a1_v1 .mySwiper1a .img:hover .cont {
  top: 50%;
}

.cont1 .a1_v1 .mySwiper1a .img:hover .cont .p {
  opacity: 1;
}

@media (max-width: 990px) {
  .cont1 .a1_v1 .gong-jt {
    display: none;
  }
}

.cont1 .a1_v1 .gong-jt .swiper-button-next1 {
  right: -6.6%;
}

.cont1 .a1_v1 .gong-jt .swiper-button-prev1 {
  left: -6.6%;
}

.section {
  position: relative;
}

.section .fg-bj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.section .fg-bj .bj-sda {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.08, 1.08);
     -moz-transform: scale(1.08, 1.08);
      -ms-transform: scale(1.08, 1.08);
       -o-transform: scale(1.08, 1.08);
          transform: scale(1.08, 1.08);
  -webkit-transition: all 2s linear;
  -o-transition: all 2s linear;
  -moz-transition: all 2s linear;
  transition: all 2s linear;
}

.section.active .fg-bj .bj-sda {
  -webkit-transform: scale(1, 1);
     -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
}

.cont2 {
  position: relative;
}

@media (max-width: 990px) {
  .cont2 {
    padding: 4rem 0;
  }
}

@media (max-width: 768px) {
  .cont2 {
    padding: 2rem 0;
  }
}

.cont2 .title1 {
  text-align: left;
  position: absolute;
  left: 53%;
  top: 0%;
  z-index: 9;
}

.cont2 .title1 .tit {
  color: #fff;
}

.cont2 .title1 .tit::after {
  margin: 0;
  margin-top: 0.1em;
}

@media (max-width: 990px) {
  .cont2 .title1 {
    position: static;
    text-align: center;
  }
  .cont2 .title1 .tit::after {
    margin: 0 auto;
    margin-top: 0.1em;
  }
}

.cont2 .a2_v1 {
  padding-left: 12.5%;
  position: relative;
}

@media (max-width: 1366px) {
  .cont2 .a2_v1 {
    padding-left: 5.78125%;
  }
}

@media (max-width: 990px) {
  .cont2 .a2_v1 {
    margin-top: 3rem;
  }
}

@media (max-width: 768px) {
  .cont2 .a2_v1 {
    padding: 0 4%;
    margin-top: 1.5rem;
  }
}

.cont2 .a2_v1 .mySwiper2 {
  margin-right: 14.28571%;
}

@media (max-width: 1366px) {
  .cont2 .a2_v1 .mySwiper2 {
    margin-right: 5.78125%;
  }
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .mySwiper2 {
    margin-right: 0;
    padding: 0;
  }
}

.cont2 .a2_v1 .mySwiper2 .cont-p a.img {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  width: 43.47222%;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .mySwiper2 .cont-p a.img {
    border-radius: 1rem;
    width: 50%;
  }
}

@media (max-width: 450px) {
  .cont2 .a2_v1 .mySwiper2 .cont-p a.img {
    width: 100%;
  }
}

.cont2 .a2_v1 .mySwiper2 .cont-p a.img img {
  width: 100%;
}

.cont2 .a2_v1 .mySwiper2 .cont-p .cont {
  color: #fff;
  width: 45.83333%;
  padding-right: 15.15152%;
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .mySwiper2 .cont-p .cont {
    margin-top: 0;
    padding: 0;
  }
}

@media (max-width: 450px) {
  .cont2 .a2_v1 .mySwiper2 .cont-p .cont {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.cont2 .a2_v1 .mySwiper2 .cont-p .cont a.name {
  display: block;
  font: 500 1.5625rem/1.5em "Alibaba-PuHui";
  color: #fff;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .mySwiper2 .cont-p .cont a.name {
    font-size: 1.25rem;
  }
}

.cont2 .a2_v1 .mySwiper2 .cont-p .cont a.name:hover {
  color: #1d5fa0;
}

.cont2 .a2_v1 .mySwiper2 .cont-p .cont .text {
  font: 500 1rem/1.8em "Alibaba-PuHui";
  margin-top: 0.7rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .mySwiper2 .cont-p .cont .text {
    margin-top: 0.4rem;
  }
}

.cont2 .a2_v1 .mySwiper2 .cont-p .cont a.more-msl {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .mySwiper2 .cont-p .cont a.more-msl {
    margin-top: 1rem;
  }
}

.cont2 .a2_v1 .gong-jt1 .swiper-button-next1 {
  right: 11%;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .gong-jt1 .swiper-button-next1 {
    right: 4%;
  }
}

.cont2 .a2_v1 .gong-jt1 .swiper-button-prev1 {
  left: 5%;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .gong-jt1 .swiper-button-prev1 {
    left: 4%;
  }
}

.cont2 .a2_v1 .gong-jt1 .swiper-button-next1, .cont2 .a2_v1 .gong-jt1 .swiper-button-prev1 {
  border: 1px solid #1d5fa0;
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  text-align: center;
  border-radius: 0.4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #1d5fa0;
  z-index: 9;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .gong-jt1 .swiper-button-next1, .cont2 .a2_v1 .gong-jt1 .swiper-button-prev1 {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}

.cont2 .a2_v1 .gong-jt1 .swiper-button-next1 i, .cont2 .a2_v1 .gong-jt1 .swiper-button-prev1 i {
  color: #fff;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .gong-jt1 .swiper-button-next1 i, .cont2 .a2_v1 .gong-jt1 .swiper-button-prev1 i {
    font-size: 1rem;
  }
}

.section4 {
  background: #f9f9f9;
}

.cont3 .a3_v1 {
  height: 73.4375vh;
}

@media (max-width: 990px) {
  .cont3 .a3_v1 {
    height: 60vw;
  }
}

@media (max-width: 768px) {
  .cont3 .a3_v1 {
    height: auto;
  }
}

.cont3 .a3_v1 .a3_b1 {
  width: 64.21875%;
  height: 100%;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b1 {
    width: 100%;
  }
}

.cont3 .a3_v1 .a3_b1 i {
  display: block;
  font-size: 0;
  height: 100%;
}

.cont3 .a3_v1 .a3_b1 i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cont3 .a3_v1 .a3_b1 a.tcsp u {
  display: block;
  font-size: 0;
  width: 5.625rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b1 a.tcsp u {
    width: 4rem;
  }
}

.cont3 .a3_v1 .a3_b1 a.tcsp u img {
  width: 100%;
}

.cont3 .a3_v1 .a3_b1 a.tcsp p {
  text-align: center;
  font: 500 1.125rem/1.5em "Alibaba-PuHui";
  margin-top: 0.85em;
  color: #fff;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b1 a.tcsp p {
    font-size: 1rem;
  }
}

.cont3 .a3_v1 .a3_b2 {
  width: 44.53125%;
  margin-left: -8.75%;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 6.5625rem 10.07018% 6.5625rem 3.82456%;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b2 {
    width: 100%;
    margin-left: 0;
    padding: 2rem 5%;
  }
}

.cont3 .a3_v1 .a3_b2 .title1 {
  text-align: left;
}

.cont3 .a3_v1 .a3_b2 .title1 .tit::after {
  margin: 0;
  margin-top: 0.1em;
}

.cont3 .a3_v1 .a3_b2 .cont-p {
  color: #848484;
  font: 500 1rem/1.8em "Alibaba-PuHui";
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b2 .cont-p {
    margin-top: 1rem;
  }
}

.cont3 .a3_v1 .a3_b2 a.more-msl {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b2 a.more-msl {
    margin-top: 1rem;
  }
}

.cont3 .a3_v2 {
  height: 26.5625vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/caiju0505/uploads/20230506/8e319f2d5507f935f9a0bd7b836f6c77.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}

@media (max-width: 990px) {
  .cont3 .a3_v2 {
    height: 25vw;
  }
}

@media (max-width: 768px) {
  .cont3 .a3_v2 {
    height: auto;
    padding: 3rem 0;
  }
}

.cont3 .a3_v2 .wh {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.cont3 .a3_v2 .a3_v2b1 {
  width: 100%;
}

.cont3 .a3_v2 .a3_v2b1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cont3 .a3_v2 .a3_v2b1 dl + dl {
  border-left: 1px solid rgba(153, 153, 153, 0.3);
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_v2b1 dl + dl {
    border: none;
  }
}

.cont3 .a3_v2 .a3_v2b1 dl .img {
  width: 3.875rem;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_v2b1 dl .img {
    margin-right: 0;
    width: 2.5rem;
  }
}

.cont3 .a3_v2 .a3_v2b1 dl .img img {
  width: 100%;
}

.cont3 .a3_v2 .a3_v2b1 dl .p {
  color: #848484;
  font: 500 1.5rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_v2b1 dl .p {
    width: 100%;
    font-size: 1.125rem;
    text-align: center;
    margin-top: 1em;
  }
}

.cont3 .a3_v2 .a3_v2b1 dl .p span {
  color: #1d5fa0;
}

.cont5 .a5_v1 .a5_b1 {
  width: 44.375%;
  padding-left: 12.5%;
  position: relative;
  z-index: 1;
}

@media (max-width: 1366px) {
  .cont5 .a5_v1 .a5_b1 {
    padding-left: 5.78125%;
  }
}

@media (max-width: 990px) {
  .cont5 .a5_v1 .a5_b1 {
    width: 100%;
    padding: 2rem 5%;
  }
}

.cont5 .a5_v1 .a5_b1 .title1 {
  text-align: left;
}

.cont5 .a5_v1 .a5_b1 .title1 .tit::after {
  margin: 0;
  margin-top: 0.1em;
}

.cont5 .a5_v1 .a5_b1 .cont-p {
  color: #848484;
  font: 500 1.2rem/2.0em "Alibaba-PuHui";
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 .cont-p {
    margin-top: 1rem;
	font: 500 0.9rem/1.5em "Alibaba-PuHui";
  }
  .cont5 .a5_v1 .a5_b1 .abt-seruji li i
  {
  width:2rem;
   }
  .cont5 .a5_v1 .a5_b1 .abt-seruji li p
  {
	font: 500 0.9rem/1.5em "Alibaba-PuHui";
  }
}

.cont5 .a5_v1 .a5_b1 .abt-seruji {
  margin-top: 0.75rem;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 .abt-seruji {
    margin-top: 0.5rem;
  }
}

.cont5 .a5_v1 .a5_b1 .abt-seruji li {
  border-bottom: 1px solid #e2e2e2;
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 .abt-seruji li {
    padding: 0.5rem 0;
  }
}

.cont5 .a5_v1 .a5_b1 .abt-seruji li i {
  width: 3rem;
}

.cont5 .a5_v1 .a5_b1 .abt-seruji li i img {
  width: 100%;
}

.cont5 .a5_v1 .a5_b1 .abt-seruji li p {
  color: #555;
  font: 600 1.0625rem/1.8em "Alibaba-PuHui";
  padding-left: 1em;
  position: relative;
  width: -webkit-calc(99% - 3rem);
  width: -moz-calc(99% - 3rem);
  width: calc(99% - 3rem);
}

.cont5 .a5_v1 .a5_b1 .abt-seruji li p::before {
  content: "";
  display: none;
  width: .4375rem;
  height: .4375rem;
  border: 1px solid #1d5fa0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cont5 .a5_v1 .a5_b1 a.more-msl {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 a.more-msl {
    margin-top: 1rem;
  }
}

.cont5 .a5_v1 .a5_b2 {
  width: 55.57292%;
  position: relative;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 990px) {
  .cont5 .a5_v1 .a5_b2 {
    width: 100%;
    -webkit-clip-path: inherit;
            clip-path: inherit;
    overflow: hidden;
  }
}

.cont5 .a5_v1 .a5_b2 .over img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 990px) {
  .cont5 .a5_v1 .a5_b2 .over img {
    height: 80vw;
  }
}

.cont5 .a5_v1 .a5_b2 .a3_v2b1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(30, 30, 30, 0.6);
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 .a3_v2b1 {
    padding: 1rem 0;
  }
}

.cont5 .a5_v1 .a5_b2 .a3_v2b1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cont5 .a5_v1 .a5_b2 .a3_v2b1 dl + dl {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 .a3_v2b1 dl + dl {
    border: none;
  }
}

.cont5 .a5_v1 .a5_b2 .a3_v2b1 dl .img {
  width: 3.875rem;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 .a3_v2b1 dl .img {
    margin-right: 0;
    width: 2.5rem;
  }
}

.cont5 .a5_v1 .a5_b2 .a3_v2b1 dl .img img {
  width: 100%;
}

.cont5 .a5_v1 .a5_b2 .a3_v2b1 dl .p {
  color: #fff;
  font: 500 1.5rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 .a3_v2b1 dl .p {
    width: 100%;
    font-size: 1.125rem;
    text-align: center;
    margin-top: 1em;
  }
}

.cont5 .a5_v1 .a5_b2 .a3_v2b1 dl .p span {
  color: #1d5fa0;
}

@media (max-width: 990px) {
  .cont4 {
    padding: 4rem 0;
  }
}

@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0;
  }
}

.cont4 .wha {
  padding-left: 12.5%;
}

@media (max-width: 1366px) {
  .cont4 .wha {
    padding-left: 5.78125%;
  }
}

@media (max-width: 768px) {
  .cont4 .wha {
    padding: 0 4%;
  }
}

.cont4 .wha .a4_v1 {
  width: 100%;
}

.cont4 .wha .a4_v1 .a4_b1 {
  width: 20.83333%;
}

@media (max-width: 768px) {
  .cont4 .wha .a4_v1 .a4_b1 {
    width: 100%;
  }
}

.cont4 .wha .a4_v1 .a4_b1 .title1 {
  text-align: left;
}

.cont4 .wha .a4_v1 .a4_b1 .title1 .tit {
  color: #fff;
}

.cont4 .wha .a4_v1 .a4_b1 .title1 .tit::after {
  margin: 0;
  margin-top: 0.1em;
}

.cont4 .wha .a4_v1 .a4_b1 .p {
  color: #fff;
  font: 500 1.5625rem/1.5em "Alibaba-PuHui";
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .cont4 .wha .a4_v1 .a4_b1 .p {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}

.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .cont4 .wha .a4_v1 .a4_b1 .gong-jt2 {
    margin-top: 1.8rem;
  }
}

.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-paginationa {
  display: inline-block;
  color: #ffffff;
  width: auto;
  padding: 0 1.5em;
  font-style: italic;
}

.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-paginationa span::before {
  content: "0";
}

.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-next1, .cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-prev1 {
  border: 1px solid #fff;
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  text-align: center;
  border-radius: 0.4rem;
}

@media (max-width: 768px) {
  .cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-next1, .cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-prev1 {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 0.2rem;
  }
}

.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-next1 i, .cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-prev1 i {
  color: #fff;
  font-size: 1.125rem;
}

.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-next1:hover, .cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-prev1:hover {
  border-color: #1d5fa0;
}

.cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-next1:hover i, .cont4 .wha .a4_v1 .a4_b1 .gong-jt2 .swiper-button-prev1:hover i {
  color: #1d5fa0;
}

.cont4 .wha .a4_v1 .a4_b2 {
  width: 74.7619%;
}

@media (max-width: 768px) {
  .cont4 .wha .a4_v1 .a4_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .cont4 .wha .a4_v1 .a4_b2 .mySwiper3 {
    padding: 0 1px;
  }
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1.25rem;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 768px) {
  .cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont {
    border-radius: 1rem;
  }
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .data {
  padding: 2.875rem 12% 1.125rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
  .cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .data {
    padding: 1.2rem 7% 1rem;
  }
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .data span {
  display: block;
  font: 500 .875rem/1.5em "montserrat";
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .data .name {
  color: #fff;
  font: 500 1.5625rem/1.5em "Alibaba-PuHui";
  height: 3em;
  overflow: hidden;
  margin-top: 0.2em;
}

@media (max-width: 768px) {
  .cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .data .name {
    font-size: 1.25rem;
    height: auto;
  }
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .cont {
  padding: 1.125rem 12% 2.875rem;
}

@media (max-width: 768px) {
  .cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .cont {
    padding: 1rem 7% 1.25rem;
  }
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .cont .text {
  color: #fff;
  font: 500 1rem/1.8em "Alibaba-PuHui";
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .cont .moreaa {
  color: #1d5fa0;
  font: 500 1rem/1.8em "Alibaba-PuHui";
  font-style: italic;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .cont .moreaa {
    margin-top: 1rem;
  }
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .cont .moreaa i {
  display: block;
  width: .8rem;
  margin-left: 0.75em;
}

@media (max-width: 768px) {
  .cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .cont .moreaa i {
    width: 1rem;
  }
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont .cont .moreaa i img {
  width: 100%;
/*  -webkit-filter: invert(57%) sepia(90%) saturate(7478%) hue-rotate(349deg) brightness(97%) contrast(91%);
          filter: invert(57%) sepia(90%) saturate(7478%) hue-rotate(349deg) brightness(97%) contrast(91%);*/
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont:hover {
  background: #1d5fa0;
  border-color: #1d5fa0;
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont:hover .cont .moreaa {
  color: #fff;
}

.cont4 .wha .a4_v1 .a4_b2 .mySwiper3 .swiper-slide a.acont:hover .cont .moreaa i img {
  -webkit-filter: none;
          filter: none;
}

.foot-fot {
  position: relative;
  background: #144a7e;
}

.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 3.75rem 0 2.875rem;
}

@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}

.foot-fot .foota1 .foot-tit {
  color: #fff;
  font: 500 1rem/1.5em "Alibaba-PuHui";
}

.foot-fot .foota1 .foot-tit a {
  color: #fff;
  display: block;
}

.foot-fot .foota1 .dseca {
  margin-top: 0.6em;
}

.foot-fot .foota1 .dseca > a {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font: 500 .875rem/2em "Alibaba-PuHui";
}

.foot-fot .foota1 .dseca > a:hover {
  color: #fff;
}

.foot-fot .foota1 .dseca p {
  color: rgba(255, 255, 255, 0.9);
  font: 500 .875rem/2em "Alibaba-PuHui";
}

.foot-fot .foota1 .fo-a3 .social-share {
  margin-top: 1rem;
}

.foot-fot .foota1 .fo-a3 .social-share a {
  color: #fff;
  border-color: #1d5fa0;
  background: #1d5fa0;
  width: 2.5625rem;
  height: 2.5625rem;
  font-size: 1.25rem;
  line-height: 2.5625rem;
}

.foot-fot .foota1 .fo-a3 .social-share a:hover {
  background: #000;
}

.foot-fot .foota1 .fo-a4 .derm {
  width: 7rem;
  font-size: 0;
  border-radius: 0.35rem;
  overflow: hidden;
}

.foot-fot .foota1 .fo-a4 .derm img {
  width: 100%;
}

.foot-fot .foota1 .fo-a4 .cont {
  color: #fff;
  font: 500 .875rem/2em "Alibaba-PuHui";
  margin-left: 1.2em;
}

.foot-fot .foota2 {
  background: #144a7e;
  color: #ffffff;
  font: 500 1rem/1.65em "Alibaba-PuHui";
  padding: 1.2em 0;
  border-top: 1px solid rgba(183, 183, 183, 0.2);
}

.foot-fot .foota2 a {
  color: #ffffff;
}

.foot-fot .foota2 a:hover {
  color: #fff;
}

.foot1-m {
  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;
  }
  .fix-gonga {
    display: none !important;
  }
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

.hidden {
  display: none;
}

.dbb {
  height: 50px;
}

.nbanner {
  overflow: hidden;
}

.nbanner .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.nbanner .nbanner-wen1 {
  width: 100%;
  z-index: 9;
}

@media (max-width: 990px) {
  .nbanner .nbanner-wen1 {
    top: 50%;
  }
}

.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  text-align: center;
}

.nbanner .nbanner-wen1 .banner-cont h2 {
  font: 600 3.125rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont h2 {
    font-size: 1.85rem;
  }
}

.fo-av {
  position: absolute;
  width: auto;
  right: 0;
  bottom: 0;
  background: #fff;
  padding-right: 12.5%;
  padding-left: 4rem;
  -webkit-clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 1366px) {
  .fo-av {
    padding-right: 5.78125%;
    padding-left: 1%;
  }
}

@media (max-width: 768px) {
  .fo-av {
    padding: 0 4%;
    display: none;
  }
}

.fo-av .ajhhsd {
  color: #a0a0a0;
  font: 500 1rem/2rem "Alibaba-PuHui";
  padding: 1.3em 0;
}

@media (max-width: 768px) {
  .fo-av .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}

.fo-av .ajhhsd i {
  font: 500 1rem/2rem "Alibaba-PuHui";
}

.fo-av .ajhhsd span:last-child {
  display: none;
}

.fo-av .ajhhsd a {
  color: #a0a0a0;
}

.fo-av .ajhhsd a:hover {
  color: #1d5fa0;
}

.n_mbx {
  position: relative;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .n_mbx {
    width: 100%;
  }
}

.n_mbx .n_src {
  font-size: 0;
  text-align: center;
}

.n_mbx .n_src li {
  display: inline-block;
}

.n_mbx .n_src li + li {
  margin-left: 1.375rem;
}

@media (max-width: 768px) {
  .n_mbx .n_src li + li {
    margin-left: 1rem;
  }
}

.n_mbx .n_src li a {
  display: block;
  color: #323232;
  font: 500 1rem/3.125rem "Alibaba-PuHui";
  position: relative;
  text-transform: uppercase;
  padding: 0 1.25em;
  border: 1px solid #323232;
  border-radius: 1.625rem;
  min-width: 10.5rem;
}

@media (max-width: 768px) {
  .n_mbx .n_src li a {
    min-width: inherit;
    padding: 0 1.5em;
    line-height: 2.5em;
  }
}

.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a, .n_mbx .n_src li.on a {
  color: #fff;
  background: #1d5fa0;
  border-color: #1d5fa0;
}

.loadmore-nodata {
  margin: 4rem auto;
}

.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: #7D7D7D;
  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: #1d5fa0;
  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: #1d5fa0;
  border-color: #1d5fa0;
  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: 2.6875rem 0;
  text-align: center;
  list-style: none;
}

@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  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: #777;
  cursor: not-allowed;
  background-color: transparent;
}

.ajhhsd {
  color: #4D4D4D;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  padding: 1em 0;
}

.ajhhsd a {
  color: #4D4D4D;
}

.ajhhsd a:hover {
  color: #1d5fa0;
}

.ajhhsd span {
  padding: 0 0.3em;
}

.ajhhsd span:last-child {
  display: none;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 13.5rem 0 7.25rem;
}

@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}

@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}

.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}

.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "Alibaba-PuHui";
  color: #333;
}

@media (max-width: 768px) {
  .nav-page li > a {
    font-size: 1.25rem;
  }
}

.nav-page li .sec {
  margin-top: 0.5em;
}

.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "Alibaba-PuHui";
  color: #777;
  margin-right: 1em;
}

.nav-page li .sec a:hover {
  color: #1d5fa0;
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}

.ssy-sskaa {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "Alibaba-PuHui";
  background: transparent;
  color: #999;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "Alibaba-PuHui";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "Alibaba-PuHui";
  margin-bottom: 1em;
}

.ss-list li + li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}

.ss-list li div.img {
  width: 25%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}

.ss-list li .xw-nycont {
  width: 72%;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Alibaba-PuHui";
  overflow: hidden;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.ss-list li .xw-nycont span {
  color: #1d5fa0;
  font: 500 1rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #252323;
  font: 500 1rem/2em "Alibaba-PuHui";
  padding: 1rem 0 3rem;
}

.shzr-content h4 {
  margin-bottom: 0.5em;
}

.list_content {
  padding: 4.5rem 0;
}

@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

@-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;
}

.ny-tit .tit {
  color: #251816;
  font: 600 2.8125rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 1.8rem;
  }
}

.ny-tit .tit::after {
  content: "";
  display: block;
  width: 2em;
  background: #1d5fa0;
  height: 1px;
  margin: 0.05em 0 0.2em;
}

@media (max-width: 768px) {
  .ny-tit .tit::after {
    margin: 0.1em 0 0.3em;
  }
}

.ny-tit p {
  color: #737171;
  font: 500 1.25rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .ny-tit p {
    font-size: 1rem;
  }
}

#abt1, #abt2, #abt3, #abt4, #abt5 {
  height: 4.375rem;
  margin-top: -4.375rem;
}

@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5 {
    height: 60px;
    margin-top: -60px;
  }
}

.abt-cont1 {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/caiju0505/uploads/20230506/8e319f2d5507f935f9a0bd7b836f6c77.jpg) no-repeat center bottom;
  -o-background-size: 100% 50%;
     background-size: 100% 50%;
  padding-bottom: 2rem;
  margin-top: 6.375rem;
}

@media (max-width: 768px) {
  .abt-cont1 {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
}

.abt-cont1 .abt-a1_b1 {
  padding: 5.3125rem 7% 14.0625rem;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_b1 {
    margin-top: 1rem;
    padding: 3rem 4%;
  }
}

.abt-cont1 .abt-a1_b1 .p {
  color: #fff;
  font: 500 1rem/1.9em "Alibaba-PuHui";
  width: 45%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_b1 .p {
    width: 100%;
    text-align: justify;
  }
}

.abt-cont1 .abt-a1_b2 {
  margin-top: -3.75rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_b2 {
    margin-top: 1rem;
  }
}

.abt-cont1 .abt-a1_b2 dl {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  position: relative;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_b2 dl {
    padding-bottom: 0;
  }
}

.abt-cont1 .abt-a1_b2 dl + dl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5.625rem;
  width: 1px;
  background: rgba(153, 153, 153, 0.5);
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_b2 dl + dl::before {
    height: 100%;
  }
}

.abt-cont1 .abt-a1_b2 dl dt {
  width: 7.6875rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_b2 dl dt {
    width: 45%;
  }
}

.abt-cont1 .abt-a1_b2 dl dt img {
  width: 100%;
}

.abt-cont1 .abt-a1_b2 dl dd {
  text-align: center;
  color: #848484;
  font: 500 1.5rem/1.5em "Alibaba-PuHui";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_b2 dl dd {
    font-size: 1rem;
  }
}

.abt-cont1 .abt-a1_b2 dl dd span {
  color: #1d5fa0;
}

.abt-cont2 {
  padding: 5.375rem 0 6.75rem;
}

@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2rem 0;
  }
}

.abt-cont2 .abta3_v1 {
  position: relative;
  padding: 0 5.55556%;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abta3_v1 {
    margin-top: 1rem;
    padding: 0 8%;
  }
}

.abt-cont2 .abta3_v1 .swiper-button-prev1, .abt-cont2 .abta3_v1 .swiper-button-next1 {
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.abt-cont2 .abta3_v1 .swiper-button-prev1 i, .abt-cont2 .abta3_v1 .swiper-button-next1 i {
  color: #A2A8AA;
  font: 600 2rem/1em "sourcehansans";
}

.abt-cont2 .abta3_v1 .swiper-button-prev1 {
  left: 0;
}

.abt-cont2 .abta3_v1 .swiper-button-next1 {
  right: 0;
}

.abt-cont2 .abta3_v1 .mySwiper5 {
  padding: 1rem 0;
}

.abt-cont2 .abta3_v1 .mySwiper5 .swiper-slide {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}

.abt-cont2 .abta3_v1 .mySwiper5 .swiper-slide a.a {
  padding: .875rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(16, 156, 217, 0.15);
  display: block;
}

@media (max-width: 768px) {
  .abt-cont2 .abta3_v1 .mySwiper5 .swiper-slide a.a {
    padding: .625rem;
  }
}

.abt-cont2 .abta3_v1 .mySwiper5 .swiper-slide a.a .cont .img {
  overflow: hidden;
}

.abt-cont2 .abta3_v1 .mySwiper5 .swiper-slide a.a .cont .img img {
  width: 100%;
}

.abt-cont2 .abta3_v1 .mySwiper5 .swiper-slide a.a .cont .dtab {
  width: 100%;
  height: 100%;
  background: rgba(238, 42, 40, 0.8);
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  opacity: 0;
}

.abt-cont2 .abta3_v1 .mySwiper5 .swiper-slide a.a .cont .dtab i {
  color: #fff;
  font: 500 1.5rem/3.125rem "sourcehansans";
  border: 1px solid #fff;
  border-radius: 50%;
  width: 3.125rem;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.abt-cont2 .abta3_v1 .mySwiper5 .swiper-slide a.a .cont .dtab p {
  color: #fff;
  font: 500 1rem/1.6em "sourcehansans";
  margin-top: 1.2em;
  width: 100%;
  padding: 0 1em;
  text-align: center;
}

.abt-cont2 .abta3_v1 .mySwiper5 .swiper-slide.swiper-slide-active, .abt-cont2 .abta3_v1 .mySwiper5 .swiper-slide.swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.abt-cont2 .abta3_v1 .mySwiper5 .swiper-slide:hover a.a .cont .dtab {
  opacity: 1;
}

.cp-cont1 {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .cp-cont1 {
    margin-top: 2rem;
  }
}

.cp-a1_v1 {
  margin-top: 2.375rem;
}

@media (max-width: 768px) {
  .cp-a1_v1 {
    margin-top: 1rem;
  }
}

.cp-cont2 {
  background: #f9f9f9;
  padding: 7.5rem 0;
}

@media (max-width: 768px) {
  .cp-cont2 {
    padding: 2rem 0;
  }
}

.cp-cont2 .mySwiper4 {
  position: relative;
}

.cp-cont2 .mySwiper4 .swiper-pagination {
  background: #E8E8E8;
  width: 100%;
  top: auto;
  bottom: 0;
  border-radius: 0.2rem;
}

.cp-cont2 .mySwiper4 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #E9574A;
}

.cp-cont2 .mySwiper4 .swiper-slide {
  text-align: center;
}

.cp-cont2 .mySwiper4 .swiper-slide .img {
  width: 100%;
  font-size: 0;
  border-radius: 1rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cp-cont2 .mySwiper4 .swiper-slide .img {
    border-radius: 0.5rem;
  }
}

.cp-cont2 .mySwiper4 .swiper-slide .img img {
  width: 100%;
}

.cp-cont2 .mySwiper4 .swiper-slide .tit {
  color: #282828;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  padding: 0.7rem 0 1rem;
}

@media (max-width: 768px) {
  .cp-cont2 .mySwiper4 .swiper-slide .tit {
    font-size: 1rem;
    padding: 0.8rem 0 1rem;
  }
}

.cp-cont3 {
  padding: 6.875rem 0 0;
}

@media (max-width: 768px) {
  .cp-cont3 {
    padding: 2rem 0 0;
  }
}

.cp-cont3 .cp-a3_v1 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;
}

.cp-cont3 .cp-a3_v1 li .cp-a3_b1 {
  width: 47.91667%;
}

@media (max-width: 768px) {
  .cp-cont3 .cp-a3_v1 li .cp-a3_b1 {
    width: 100%;
    margin-top: 1.5rem;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.cp-cont3 .cp-a3_v1 li .cp-a3_b1 .tit {
  color: #191919;
  font: 500 2.5rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .cp-cont3 .cp-a3_v1 li .cp-a3_b1 .tit {
    font-size: 1.55rem;
  }
}

.cp-cont3 .cp-a3_v1 li .cp-a3_b1 .cont dl {
  margin-top: 1.5rem;
  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: 768px) {
  .cp-cont3 .cp-a3_v1 li .cp-a3_b1 .cont dl {
    margin-top: 1rem;
  }
}

.cp-cont3 .cp-a3_v1 li .cp-a3_b1 .cont dl i {
  width: 3.5rem;
}

.cp-cont3 .cp-a3_v1 li .cp-a3_b1 .cont dl i img {
  width: 100%;
}

.cp-cont3 .cp-a3_v1 li .cp-a3_b1 .cont dl .cont-p {
  width: -webkit-calc(99% - 3.5rem);
  width: -moz-calc(99% - 3.5rem);
  width: calc(99% - 3.5rem);
  padding-left: 1.125rem;
}

.cp-cont3 .cp-a3_v1 li .cp-a3_b1 .cont dl dt {
  color: #282828;
  font: 500 1.25rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .cp-cont3 .cp-a3_v1 li .cp-a3_b1 .cont dl dt {
    font-size: 1.125rem;
    margin-bottom: 0.25em;
  }
}

.cp-cont3 .cp-a3_v1 li .cp-a3_b1 .cont dl dd {
  color: #595857;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  margin-top: 0.25rem;
}

.cp-cont3 .cp-a3_v1 li .cp-a3_b2 {
  width: 47.91667%;
}

@media (max-width: 768px) {
  .cp-cont3 .cp-a3_v1 li .cp-a3_b2 {
    width: 100%;
  }
}

.cp-cont3 .cp-a3_v1 li .cp-a3_b2 img {
  width: 100%;
}

.cp-cont3 .cp-a3_v1 li:nth-child(1) .cp-a3_b2 {
  background: #fff;
  box-shadow: 0 0 1rem rgba(16, 156, 217, 0.18);
  border-radius: 1rem;
}

.cp-cont3 .cp-a3_v1 li + li {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .cp-cont3 .cp-a3_v1 li + li {
    margin-top: 1rem;
  }
}

.cp-cont3 .cp-a3_v1 li:nth-child(2n) .cp-a3_b1 {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.xw-ss-bj {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .xw-ss-bj {
    margin-top: 2rem;
  }
}

.xw-ss-bj form {
  width: 38.88889%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .xw-ss-bj form {
    width: 100%;
  }
}

.xw-ss-bj form .contact select {
  border: 1px solid #d3d3d3;
  font: 500 1rem/3.125rem "Alibaba-PuHui";
  height: 3.1875rem;
  width: 9.375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/caiju0505/uploads/20230509/14f72a05bdf24408c6d70028cc9c6ca1.svg) no-repeat scroll -webkit-calc(100% - 1.125rem) center #fff;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/caiju0505/uploads/20230509/14f72a05bdf24408c6d70028cc9c6ca1.svg) no-repeat scroll -moz-calc(100% - 1.125rem) center #fff;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/caiju0505/uploads/20230509/14f72a05bdf24408c6d70028cc9c6ca1.svg) no-repeat scroll calc(100% - 1.125rem) center #fff;
  -o-background-size: .875rem auto;
     background-size: .875rem auto;
  padding: 0 1.5em;
  color: #939393;
}

.xw-ss-bj form .contact .sskz {
  width: -webkit-calc(100% - 10rem);
  width: -moz-calc(100% - 10rem);
  width: calc(100% - 10rem);
}

.xw-ss-bj form .contact .sskz input {
  border: 1px solid #d3d3d3;
  font: 500 1rem/3.125rem "Alibaba-PuHui";
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 3.1875rem;
  width: -webkit-calc(100% - 3.75rem);
  width: -moz-calc(100% - 3.75rem);
  width: calc(100% - 3.75rem);
  text-indent: 1em;
}

.xw-ss-bj form .contact .sskz button {
  border: 1px solid #1d5fa0;
  outline: none;
  background: #1d5fa0;
  color: #fff;
  width: 3.125rem;
  height: 3.1875rem;
  text-align: center;
  line-height: 3.125rem;
}

.xw-ss-bj form .contact .sskz button i {
  font-size: 1rem;
}

.ny-news-content1 .news-list {
  padding: 2rem 0 2rem;
}

@media (max-width: 768px) {
  .ny-news-content1 .news-list {
    padding: 1.5rem 0;
  }
}

.ny-news-content1 .news-list li {
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .ny-news-content1 .news-list li {
    margin-top: 1.5rem;
  }
}

.ny-news-content1 .news-list li .cont-p a.img {
  display: block;
  width: 44.58333%;
  padding-bottom: 25.97222%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .ny-news-content1 .news-list li .cont-p a.img {
    width: 100%;
    padding-bottom: 60%;
  }
}

.ny-news-content1 .news-list li .cont-p a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ny-news-content1 .news-list li .cont-p .cont {
  width: 51.52778%;
}

@media (max-width: 768px) {
  .ny-news-content1 .news-list li .cont-p .cont {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.ny-news-content1 .news-list li .cont-p .cont .date {
  color: #969696;
  font: 500 1rem/1.5em "Alibaba-PuHui";
}

.ny-news-content1 .news-list li .cont-p .cont h2 a {
  display: block;
  color: #2b2b2b;
  font: 500 1.5625rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .ny-news-content1 .news-list li .cont-p .cont h2 a {
    font-size: 1.125rem;
  }
}

.ny-news-content1 .news-list li .cont-p .cont h2 a:hover {
  color: #1d5fa0;
}

.ny-news-content1 .news-list li .cont-p .cont .p {
  color: #8e8e8e;
  font: 500 1rem/1.8em "Alibaba-PuHui";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .ny-news-content1 .news-list li .cont-p .cont .p {
    margin-top: 0.67rem;
    line-height: 1.65em;
  }
}

.ny-news-content1 .news-list li .cont-p .cont a.more-msl {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .ny-news-content1 .news-list li .cont-p .cont a.more-msl {
    margin-top: 1rem;
  }
}

.ny-news-content {
  padding: 6rem 0;
}

@media (max-width: 768px) {
  .ny-news-content {
    padding: 2rem 0;
  }
}

.ny-news-content .biaoti-tilte {
  text-align: center;
  color: #000000;
  font: 500 2.1875rem/1.2em "Alibaba-PuHui";
  border-top: .1875rem solid #1d5fa0;
  padding-top: 1em;
}

@media (max-width: 768px) {
  .ny-news-content .biaoti-tilte {
    padding-top: 0.8em;
    font-size: 1.5rem;
  }
}

.ny-news-content .whhxaz {
  margin-top: 1em;
}

@media (max-width: 768px) {
  .ny-news-content .whhxaz {
    margin-top: 0.7em;
  }
}

.ny-news-content .whhxaz .data {
  color: #8e8e8e;
  font: 500 1rem/1.5em "Alibaba-PuHui";
}

.ny-news-content .whhxaz .data i {
  font: 500 1rem/1.5em "Alibaba-PuHui";
  margin-right: 0.6em;
}

.ny-news-content .whhxaz .dfdxdna {
  color: #8e8e8e;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  margin-left: 2em;
}

.ny-news-content .whhxaz .dfdxdna i {
  font: 500 1rem/1.5em "Alibaba-PuHui";
}

.ny-news-content .whhxaz .dfdxdna .social-share a {
  color: #8e8e8e;
  border-color: #8e8e8e;
  font-size: 1.125rem;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
}

.ny-news-content .whhxaz .dfdxdna .social-share a:hover {
  color: #fff;
  border: none;
  background: #666;
}

.ny-news-content .content {
  color: #8e8e8e;
  font: 500 1rem/1.6em "Alibaba-PuHui";
  padding: 3.25rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ny-news-content .content {
    margin-top: 1rem;
    padding: 1.5rem 0;
  }
}

.ny-news-content .fanhuijks {
  margin-top: 3.25rem;
}

@media (max-width: 768px) {
  .ny-news-content .fanhuijks {
    margin-top: 1.5rem;
  }
}

.ny-news-content .fanhuijks a.more-msl {
  background: #1d5fa0;
  color: #fff;
  border-color: #1d5fa0;
}

.ny-news-content .pain {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.ny-news-content .pain > div {
  max-width: 48%;
}

.ny-news-content .pain .next {
  text-align: right;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ny-news-content .pain .next .cont {
  margin-right: 1.25rem;
  margin-left: 0;
}

.ny-news-content .pain a.anna {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 50%;
  background: #1d5fa0;
}

.ny-news-content .pain a.anna i {
  color: #fff;
  font-size: 1rem;
}

.ny-news-content .pain .cont {
  margin-left: 1.25rem;
}

@media (max-width: 768px) {
  .ny-news-content .pain .cont {
    width: -webkit-calc(95% - 3.75rem);
    width: -moz-calc(95% - 3.75rem);
    width: calc(95% - 3.75rem);
  }
}

.ny-news-content .pain .cont span {
  display: block;
  font: 500 1rem/1.5em "Alibaba-PuHui";
}

.ny-news-content .pain .cont a {
  display: block;
  color: #8e8e8e;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.ny-news-content .pain .cont a:hover {
  color: #1d5fa0;
}

.jyfk-cont1 {
  padding: 4rem 0 9rem;
}

@media (max-width: 768px) {
  .jyfk-cont1 {
    padding: 2rem 0 2rem;
  }
}

.jyfk-cont1 .jyfk-a1_v1 {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .jyfk-cont1 .jyfk-a1_v1 {
    margin-top: 1.5rem;
  }
}

.jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b1 {
  width: 48.61111%;
  background: #fff;
  padding: 1.5625rem 3% 3.75rem;
  box-shadow: 0 0 1rem rgba(16, 156, 217, 0.12);
}

@media (max-width: 768px) {
  .jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b1 {
    width: 100%;
    padding: 1rem 5% 2rem;
  }
}

.jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b1 form .msg-cont dl dt {
  color: #989898;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  padding: 0.8em 0;
}

.jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b1 form .msg-cont dl dd input {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 0.5rem;
  font: 500 1rem/3.125rem "Alibaba-PuHui";
  padding: 0 1em;
}

.jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b1 form .msg-cont dl dd textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 0.5rem;
  padding: 1em;
  font: 500 1rem/1.5em "Alibaba-PuHui";
}

.jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b1 form .more-msl {
  border-radius: 0.5rem;
  width: 100%;
  background: #1d5fa0;
  color: #fff;
  border: none;
  margin-top: 1rem;
}

.jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b1 form .more-msl::before {
  display: none;
}

.jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b1 form .more-msl:hover {
  background: #000;
}

.jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b2 {
  width: 38.88889%;
}

@media (max-width: 768px) {
  .jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b2 b {
  display: block;
  font-size: 0;
  width: 2.5625rem;
  margin-left: -2.5625rem;
}

@media (max-width: 768px) {
  .jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b2 b {
    margin-left: 0;
  }
}

.jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b2 b img {
  width: 100%;
}

.jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b2 .p {
  color: #818181;
  font: 500 1.125rem/1.8em "Alibaba-PuHui";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b2 .p {
    font-size: 1rem;
  }
}

.jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b2 .werhs {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b2 .werhs {
    margin-top: 2rem;
  }
}

.jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b2 .werhs i {
  display: block;
  font-size: 0;
  width: 7.625rem;
}

@media (max-width: 768px) {
  .jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b2 .werhs i {
    width: 5rem;
  }
}

.jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b2 .werhs i img {
  width: 100%;
}

.jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b2 .werhs u {
  display: block;
  font-size: 0;
  width: 100%;
}

.jyfk-cont1 .jyfk-a1_v1 .jyfk-a1_b2 .werhs u img {
  width: 100%;
}

.lx-cont1 {
  padding: 6.875rem 0 6.25rem;
}

@media (max-width: 768px) {
  .lx-cont1 {
    padding: 2rem 0;
  }
}

.lx_a1_b1 {
  width: 37.77778%;
}

@media (max-width: 768px) {
  .lx_a1_b1 {
    width: 100%;
  }
}

.lx_a1_b1 .title1 {
  text-align: left;
}

.lx_a1_b1 .title1 .tit::after {
  margin: 0;
  margin-top: 0.1em;
}

.lx_a1_b1 .cont-p {
  color: #7f7f7f;
  font: 500 1.2rem/2.5em "Alibaba-PuHui";
  margin-top: 1.5em;
}

@media (max-width: 768px) {
  .lx_a1_b1 .cont-p {
    margin-top: 1rem;
    line-height: 1.8em;
  }
}

.lx_a1_b2 {
  width: 57.63889%;
  background: #fff;
  padding: 1.8rem;
  box-shadow: 0 0 1rem rgba(16, 156, 217, 0.12);
}

@media (max-width: 768px) {
  .lx_a1_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.lx_a1_b2 .p {
  color: #7f7f7f;
  font: 500 1rem/1.8em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .lx_a1_b2 .p {
    line-height: 1.6em;
  }
}

.lx_a1_b2 .inpt {
  position: relative;
  margin-top: 1rem;
}

.lx_a1_b2 .inpt .m_label {
  position: absolute;
  left: 1em;
  top: 1px;
  font: 500 1rem/3.125rem "Alibaba-PuHui";
  color: #7f7f7f;
}

.lx_a1_b2 .inpt .m_label span {
  color: #1d5fa0;
}

.lx_a1_b2 .msg-a1 .inpt {
  width: 48%;
}

@media (max-width: 768px) {
  .lx_a1_b2 .msg-a1 .inpt {
    width: 100%;
  }
}

.lx_a1_b2 .msg-a1 .inpt input {
  width: 100%;
  border: 1px solid #dcdcdc;
  font: 500 1rem/3.125rem "Alibaba-PuHui";
  padding: 0 1em;
}

.lx_a1_b2 .msg-a2 textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  padding: 1em;
  font: 500 1rem/1.5em "Alibaba-PuHui";
}

.lx_a1_b2 .more-msl {
  border-radius: 0;
  background: #1d5fa0;
  color: #fff;
  border: none;
  margin-top: 1rem;
}

.lx_a1_b2 .more-msl::before {
  display: none;
}

.lx_a1_b2 .more-msl:hover {
  background: #000;
}

.lx-cont2 {
  padding-bottom: 9.375rem;
}

@media (max-width: 768px) {
  .lx-cont2 {
    padding-bottom: 2rem;
  }
}

.lx-cont2 #container {
  height: 25vw;
}

@media (max-width: 768px) {
  .lx-cont2 #container {
    height: 60vw;
  }
}

.n-content-dow form {
  margin-top: 2.375rem;
}

@media (max-width: 768px) {
  .n-content-dow form {
    margin-top: 1rem;
  }
}

.dow-content {
  margin-top: 2.875rem;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .dow-content {
    margin-top: 1rem;
    padding-bottom: 0;
  }
}

.dow-content .dow-list {
  text-align: center;
}

.dow-content .dow-list li {
  text-align: center;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  padding: 1em 0;
}

.dow-content .dow-list li .sta1 {
  width: 15%;
}

@media (max-width: 768px) {
  .dow-content .dow-list li .sta1 {
    width: 20%;
  }
}

.dow-content .dow-list li .sta2 {
  width: 30%;
}

@media (max-width: 768px) {
  .dow-content .dow-list li .sta2 {
    width: 45%;
  }
}

.dow-content .dow-list li .sta3 {
  width: 25%;
}

@media (max-width: 768px) {
  .dow-content .dow-list li .sta3 {
    display: none;
  }
}

.dow-content .dow-list li .sta4 {
  width: 30%;
}

@media (max-width: 768px) {
  .dow-content .dow-list li .sta4 {
    width: 35%;
  }
}

.dow-content .dow-list li:nth-child(1) {
  background: #1d5fa0;
  color: #fff;
}

.dow-content .dow-list li:not(:nth-child(1)) {
  border-bottom: 1px solid #e7e7e7;
  color: #565656;
}

.dow-content .dow-list li:not(:nth-child(1)) a.a {
  color: #595959;
}

.dow-content .dow-list li:not(:nth-child(1)) a.a:hover {
  color: #1d5fa0;
}

.dow-content .dow-list li:not(:nth-child(1)) i {
  font: 500 1rem/1.5em "Alibaba-PuHui";
  margin-left: 1em;
}

.case-list {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .case-list {
    margin-top: 2.5rem;
  }
}

.case-list li {
  width: 31.3333%;
  margin-bottom: 3.125rem;
}

.case-list li:not(:nth-child(3n)) {
  margin-right: 3%;
}

@media (max-width: 768px) {
  .case-list li {
    width: 49%;
    margin-bottom: 1.65rem;
  }
  .case-list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .case-list li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media (max-width: 400px) {
  .case-list li {
    width: 100%;
    margin-bottom: 1.05rem;
  }
}

.case-list li .block {
  border-radius: 1.25rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .case-list li .block {
    border-radius: 1rem;
  }
}

.case-list li h2 a {
  display: block;
  color: #000000;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin: 0.6em 0 0.3em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .case-list li h2 a {
    font-size: 1rem;
  }
}

.case-list li .p {
  color: #707070;
  font: 500 1rem/1.5em "sourcehansans";
}

.product-content {
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .product-content {
    padding: 1rem 0;
  }
}

.product-list {
  margin: 0 -1%;
}

.product-list li {
  width: -webkit-calc(100%/4);
  width: -moz-calc(100%/4);
  width: calc(100%/4);
  padding: 0 1%;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .product-list li {
    width: 50%;
  }
}

.product-list li a.block {
  display: block;
  position: relative;
}

.product-list li a.block .imgas u {
  display: block;
  font-size: 0;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .product-list li a.block .imgas u {
    background: #fff;
  }
}

.product-list li a.block .imgas u img {
  width: 100%;
}

.product-list li a.block .imgas .tit {
  font: 500 1.125rem/1.5em "Alibaba-PuHui";
  margin-top: 0.6em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 768px) {
  .product-list li a.block .imgas .tit {
    font-size: 1rem;
  }
}

.product-list li a.block .imgas:hover .tit {
  color: #1d5fa0;
}

.product-list li a.block .img {
  border-radius: 1.25rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .product-list li a.block .img {
    border-radius: 1rem;
  }
}

.product-list li a.block .img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.product-list li a.block .img i img {
  width: 100%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.product-list li a.block .img .cont {
  text-align: center;
  padding: 0 14%;
  color: #fff;
  width: 100%;
  top: 50%;
  left: 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%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 768px) {
  .product-list li a.block .img .cont {
    top: 50%;
    padding: 0 6%;
  }
}

.product-list li a.block .img .cont u {
  display: inline-block;
  font-size: 0;
  width: 18.78788%;
}

@media (max-width: 768px) {
  .product-list li a.block .img .cont u {
    width: 3rem;
  }
}

.product-list li a.block .img .cont u img {
  width: 100%;
}

.product-list li a.block .img .cont .tit {
  font: 500 1.25rem/1.5em "Alibaba-PuHui";
  margin-top: 0.6em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .product-list li a.block .img .cont .tit {
    font-size: 1.125rem;
  }
}

.product-list li a.block .img .cont .tit::after {
  content: "";
  display: block;
  background: #1d5fa0;
  width: 1em;
  height: 2px;
  margin: 0 auto;
  margin-top: 0.6em;
}

.product-list li a.block .img .cont .p {
  font: 500 1rem/1.8em "Alibaba-PuHui";
  margin-top: 1.5em;
}

@media (max-width: 768px) {
  .product-list li a.block .img .cont .p {
    margin-top: 1em;
    line-height: 1.6em;
  }
}

.product-list li a.block .img:hover i 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);
}

.ny_content .cp-tit {
  color: #ed1b23;
  font: 600 2rem/1.5em "Alibaba-PuHui";
  position: relative;
  padding-bottom: 0.35rem;
}

@media (max-width: 768px) {
  .ny_content .cp-tit {
    font-size: 1.8rem;
    padding-bottom: 0.25rem;
  }
}

.ny_content .cp-tit::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2em;
  height: .15rem;
  background: #ed1b23;
}

.ny_content .hengimg {
  width: 100%;
}

.ny_content .hengimg img {
  width: 100%;
}

.ny_content .p-gongdian p {
  color: #333;
  font: 500 1.125rem/1.75em "Alibaba-PuHui";
  position: relative;
  padding-left: 0.8em;
}

.ny_content .p-gongdian p::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background: #333;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0.8em;
}

.ny_content .tbsdd {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ny_content .tbsdd {
    margin-top: 1rem;
  }
}

.ny_content .tbsdd li {
  width: 25%;
  text-align: center;
}

.ny_content .tbsdd li i {
  display: inline-block;
  width: 55%;
}

@media (max-width: 768px) {
  .ny_content .tbsdd li i {
    width: 70%;
  }
}

.ny_content .tbsdd li i img {
  width: 100%;
}

.ny_content .tbsdd li .name {
  text-align: center;
  font: 500 1.125rem/1.5em "Alibaba-PuHui";
  color: #333;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .ny_content .tbsdd li .name {
    font-size: 1rem;
    margin-top: 1em;
  }
}

.ny_content .paggs {
  overflow-x: auto;
  margin-top: 1rem;
}

.ny_content .paggs table {
  min-width: 768px;
}

.ny_content table {
  border-color: #333;
}

.ny_content table tr td:first-child {
  background: #e6e7e8;
}

.ny_content table td {
  color: #333;
  border-color: #333;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  text-align: center;
  vertical-align: middle;
}

.ny_content table td img {
  display: inline-block;
  max-width: 90%;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .ny_content table td {
    font-size: 1rem;
  }
}

.cp-cont4 {
  padding: 1.5rem 0;
}

.cp-cont4 .cp-cont4_v1 {
  margin-top: 1rem;
}

.cp-cont4 .cp-cont4_v1 .cp-cont4_b1 {
  width: 26%;
}

@media (max-width: 768px) {
  .cp-cont4 .cp-cont4_v1 .cp-cont4_b1 {
    width: 100%;
  }
}

.cp-cont4 .cp-cont4_v1 .cp-cont4_b1 .p-gongdian {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cp-cont4 .cp-cont4_v1 .cp-cont4_b1 .p-gongdian {
    margin-top: 1rem;
  }
}

.cp-cont4 .cp-cont4_v1 .cp-cont4_b1 .hengimg {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cp-cont4 .cp-cont4_v1 .cp-cont4_b1 .hengimg {
    width: 50%;
    margin: 1rem auto 0;
  }
}

.cp-cont4 .cp-cont4_v1 .cp-cont4_b2 {
  width: 55%;
}

@media (max-width: 768px) {
  .cp-cont4 .cp-cont4_v1 .cp-cont4_b2 {
    width: 100%;
  }
}

.cp-cont4 .cp-cont4_v1 .cp-cont4_b2 img {
  width: 100%;
}

.cp-cont5 {
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .cp-cont5 .gong-jt {
    display: none;
  }
}

.cp-cont5 .gong-jt .swiper-button-next1 {
  right: -6%;
  z-index: 9;
}

@media (max-width: 1366px) {
  .cp-cont5 .gong-jt .swiper-button-next1 {
    right: -4%;
  }
}

.cp-cont5 .gong-jt .swiper-button-prev1 {
  left: -6%;
}

@media (max-width: 1366px) {
  .cp-cont5 .gong-jt .swiper-button-prev1 {
    left: -4%;
  }
}

.cp-cont5 .cp-cont5b1 {
  width: 48%;
}

@media (max-width: 768px) {
  .cp-cont5 .cp-cont5b1 {
    width: 100%;
  }
}

.cp-cont5 .cp-cont5b2 {
  width: 48%;
}

@media (max-width: 768px) {
  .cp-cont5 .cp-cont5b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.cp-cont5 .cp-cont5b2 .hengimg {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cp-cont5 .cp-cont5b2 .hengimg {
    margin-top: 1rem;
  }
}

.ny_cpascontent {
  padding-bottom: 4rem;
}

@media (max-width: 768px) {
  .ny_cpascontent {
    padding-bottom: 2rem;
  }
}

.cp-cont6 {
  padding: 1rem 0;
}

.cp-cont6 .cp-a6_v1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cp-cont6 .cp-a6_v1 {
    margin-top: 1rem;
  }
}

.cp-cont6 .cp-a6_v1 .cp-a6_b1 {
  width: 48%;
}

.cp-cont6 .cp-a6_v1 .cp-a6_b1 .name {
  width: 100%;
  text-align: center;
  color: #fff;
  font: 500 1.5rem/2.5em "Alibaba-PuHui";
  background: #ed1b23;
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .cp-cont6 .cp-a6_v1 .cp-a6_b1 .name {
    padding: 0.5rem 0;
    font-size: 1.25rem;
  }
}

.gongas-cont {
  padding: 1rem 0;
}

.cp-cont7 .hengimg {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cp-cont7 .hengimg {
    margin-top: 1rem;
  }
}

.cp-cont8 .cp-a8_list1 {
  margin: 0 -3%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cp-cont8 .cp-a8_list1 {
    margin: 0 -1%;
    margin-top: 1rem;
  }
}

.cp-cont8 .cp-a8_list1 li {
  width: 25%;
  padding: 0 3%;
  position: relative;
}

@media (max-width: 768px) {
  .cp-cont8 .cp-a8_list1 li {
    padding: 1rem;
    width: 100%;
    border: 2px solid #f00;
    margin-top: 1rem;
  }
}

.cp-cont8 .cp-a8_list1 li u {
  width: 100%;
  font-size: 0;
}

@media (max-width: 768px) {
  .cp-cont8 .cp-a8_list1 li u {
    display: none;
  }
}

.cp-cont8 .cp-a8_list1 li u img {
  width: 100%;
}

.cp-cont8 .cp-a8_list1 li p {
  color: #333;
  font: 500 1.125rem/1.6em "Alibaba-PuHui";
  text-align: center;
  position: absolute;
  top: 50%;
  left: 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%);
}

@media (max-width: 768px) {
  .cp-cont8 .cp-a8_list1 li p {
    position: static;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    text-align: left;
  }
}

.caseshowlist 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;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.25%;
  box-shadow: 0 0 1rem rgba(68, 68, 68, 0.15);
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .caseshowlist li {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
  }
}

.caseshowlist li .img {
  width: 47.22222%;
}

@media (max-width: 768px) {
  .caseshowlist li .img {
    width: 100%;
  }
}

.caseshowlist li .img img {
  width: 100%;
}

.caseshowlist li .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .caseshowlist li .img #myvideo {
    display: none;
  }
}

.caseshowlist li .img a.pa {
  width: 5rem;
  height: 5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 5.8rem;
  display: none;
}

@media (max-width: 768px) {
  .caseshowlist li .img a.pa {
    display: block;
  }
}

.caseshowlist li .img a.pa i {
  color: #fff;
  font: 500 2rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .caseshowlist li .img a.pa {
    width: 4rem;
    height: 4rem;
    line-height: 4.5rem;
  }
  .caseshowlist li .img a.pa i {
    font-size: 1.5rem;
  }
}

.caseshowlist li .cont-p {
  width: 48.05556%;
}

@media (max-width: 768px) {
  .caseshowlist li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}

.caseshowlist li .cont-p .tit {
  color: #191919;
  font: 500 2rem/1.25em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .caseshowlist li .cont-p .tit {
    font-size: 1.45rem;
  }
}

.caseshowlist li:nth-child(2n) .img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 768px) {
  .caseshowlist li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.cont-asd {
  margin-top: 0.5rem;
}

.cont-asd dl {
  padding: 0.56rem 0;
  border-bottom: 1px dashed #d3d3d3;
}

.cont-asd dl dt {
  color: #8e8e8e;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  padding-left: 1em;
  position: relative;
}

.cont-asd dl dt::after {
  content: "·";
  display: block;
  position: absolute;
  font-weight: 600;
  left: 0;
  top: 0;
  color: #1d5fa0;
}

.cp-cont2a1 .cp-cont2a1v1 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cp-cont2a1 .cp-cont2a1v1 {
    margin-top: 1.5rem;
  }
}

.cp-cont2a1 .cp-cont2a1v1 .cp-cont2a1b1 {
  width: 46.45833%;
  padding: 0 5%;
}

@media (max-width: 768px) {
  .cp-cont2a1 .cp-cont2a1v1 .cp-cont2a1b1 {
    width: 100%;
  }
}

.cp-cont2a1 .cp-cont2a1v1 .cp-cont2a1b1 img {
  width: 100%;
}

.cp-cont2a1 .cp-cont2a1v1 .cp-cont2a1b2 {
  width: 53.33333%;
  padding-left: 3.5%;
  border-left: 1px solid #dee0e0;
}

@media (max-width: 768px) {
  .cp-cont2a1 .cp-cont2a1v1 .cp-cont2a1b2 {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 1.25rem;
  }
}

.cp-cont2a1 .cp-cont2a1v1 .cp-cont2a1b2 dl + dl {
  margin-top: 1rem;
}

.cp-cont2a1 .cp-cont2a1v1 .cp-cont2a1b2 dl dt {
  color: #000000;
  font: 600 1.25rem/1.5em "Alibaba-PuHui";
  margin-bottom: 0.25rem;
}

.cp-cont2a1 .cp-cont2a1v1 .cp-cont2a1b2 dl dt.flex_left i {
  width: 3.75rem;
  margin-right: 1rem;
}

.cp-cont2a1 .cp-cont2a1v1 .cp-cont2a1b2 dl dt.flex_left i img {
  width: 100%;
}

.cp-cont2a1 .cp-cont2a1v1 .cp-cont2a1b2 dl dt.flex_left p {
  width: -webkit-calc(100% - 4.75rem);
  width: -moz-calc(100% - 4.75rem);
  width: calc(100% - 4.75rem);
}

.cp-cont2a1 .cp-cont2a1v1 .cp-cont2a1b2 dl dd {
  color: #565656;
  font: 500 1rem/1.75em "Alibaba-PuHui";
}

.cp-cont2a1 .cp-cont2a1v1 .cp-cont2a1b2 dl dd.sdhta > div {
  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;
}

.cp-cont2a1 .cp-cont2a1v1 .cp-cont2a1b2 dl dd.sdhta b {
  font-weight: 500;
  display: block;
  width: 1.5em;
}

.cp-cont2a1 .cp-cont2a1v1 .cp-cont2a1b2 dl dd.sdhta p {
  width: -webkit-calc(100% - 1.5em);
  width: -moz-calc(100% - 1.5em);
  width: calc(100% - 1.5em);
}

.ny-titcp {
  color: #191919;
  font: 500 2.5rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .ny-titcp {
    font-size: 1.65rem;
  }
}

.cp-cont2a2 {
  background: #f9f9f9;
  padding: 2.5rem 0;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cp-cont2a2 {
    margin-top: 2rem;
    padding: 2rem 0;
  }
}

.cp-cont2a3 {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .cp-cont2a3 {
    padding: 2rem 0;
  }
}

.cp-cont2a3 .cptd-list1 {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .cp-cont2a3 .cptd-list1 {
    margin-top: 0.4rem;
  }
}

.cp-cont2a3 .cptd-list1 li {
  width: 48.19444%;
  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;
  border-bottom: 1px solid #dddddd;
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .cp-cont2a3 .cptd-list1 li {
    width: 100%;
  }
}

.cp-cont2a3 .cptd-list1 li i {
  width: 11.67147%;
  display: block;
  font-size: 0;
}

.cp-cont2a3 .cptd-list1 li i img {
  width: 100%;
}

.cp-cont2a3 .cptd-list1 li p {
  width: 82.70893%;
  color: #565656;
  font: 500 1rem/1.5em "Alibaba-PuHui";
}

.hs-tisdt {
  background: #1d5fa0;
  text-align: center;
  color: #fff;
  font: 500 1.5rem/1.2em "Alibaba-PuHui";
  padding: 1rem 0;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .hs-tisdt {
    font-size: 1.25rem;
    padding: 0.8rem 0;
  }
}

.ashg-as23 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #bfbfbf;
  padding: 1rem 1rem 0;
}

@media (max-width: 768px) {
  .ashg-as23 li {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0.75rem 0.75rem 0;
  }
}

.ashg-as23 li i {
  display: block;
  font-size: 0;
}

.ashg-as23 li i img {
  width: 100%;
}

.ashg-as23 li p {
  text-align: center;
  color: #565656;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  padding: 0.9rem 0;
}

@media (max-width: 768px) {
  .ashg-as23 li p {
    padding: 0.7rem 0;
  }
}

.ashg-as25 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ashg-as25 li i {
  display: block;
  border: 1px solid #bfbfbf;
  padding: 1rem;
}

@media (max-width: 768px) {
  .ashg-as25 li i {
    padding: 0.75rem;
  }
}

@media (max-width: 768px) {
  .ashg-as25 li {
    width: 100%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.ashg-as25 li i {
  display: block;
  font-size: 0;
}

.ashg-as25 li i img {
  width: 100%;
}

.ashg-as25 li p {
  text-align: center;
  color: #565656;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  padding: 0.9rem 0;
}

@media (max-width: 768px) {
  .ashg-as25 li p {
    padding: 0.7rem 0;
  }
}

.ashg-as24 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #bfbfbf;
  padding: 1rem 1rem 0;
}

@media (max-width: 768px) {
  .ashg-as24 li {
    width: 100%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0.75rem 0.75rem 0;
  }
}

.ashg-as24 li i {
  display: block;
  font-size: 0;
}

.ashg-as24 li i img {
  width: 100%;
}

.ashg-as24 li i.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

.ashg-as24 li i.flex2 u {
  display: block;
  font-size: 0;
  width: 44.2%;
}

.ashg-as24 li p {
  text-align: center;
  color: #565656;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  padding: 0.9rem 0;
}

@media (max-width: 768px) {
  .ashg-as24 li p {
    padding: 0.7rem 0;
  }
}

.cp-cont2a4 {
  background: #f9f9f9;
  padding: 4rem 0 3.5rem;
}

@media (max-width: 768px) {
  .cp-cont2a4 {
    padding: 2rem 0;
  }
}

.cp-cont2a4 .paggs {
  overflow-x: auto;
  margin-top: 1rem;
}

.cp-cont2a4 .paggs table {
  min-width: 768px;
}

.cp-cont2a4 table {
  border-color: #d8d8d8;
}

.cp-cont2a4 table tr:nth-child(2n-1) {
  background: #e8e8e8;
}

.cp-cont2a4 table td {
  color: #262626;
  border-color: #d8d8d8;
  font: 500 1.125rem/1.5em "Alibaba-PuHui";
  background: transparent !important;
  text-align: left;
  vertical-align: middle;
  padding-left: 2.5%;
}

@media (max-width: 768px) {
  .cp-cont2a4 table td {
    font-size: 1rem;
    padding-left: 2%;
  }
}

.cp-cont2a4 table.ast tr:nth-child(2n-1) {
  background: transparent;
}

.cp-cont2a4 table.ast tr:nth-child(1) {
  background: #e8e8e8;
}

.cp-cont2a4 table.ast td {
  text-align: center;
  padding-left: 0;
}

.cp-cont2a4 table.ast td:nth-child(1) {
  background: #e8e8e8 !important;
}

@media (max-width: 768px) {
  .cp-cont2a4 table.ast td {
    padding-left: 0;
  }
}

.cp-cont2a5 {
  padding-top: 4rem;
}

@media (max-width: 768px) {
  .cp-cont2a5 {
    padding-top: 2rem;
  }
}

.cp-cont2a5 .cont-asd {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .cp-cont2a5 .cont-asd {
    margin-top: 0.5rem;
  }
}

.cp-cont2a5 .ashg-as23 li {
  padding: 1rem;
}

@media (max-width: 768px) {
  .cp-cont2a5 .ashg-as23 li {
    padding: 0.75rem;
  }
}

.cp-cont2a5 .tas-ash {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cp-cont2a5 .tas-ash {
    margin-top: 1rem;
  }
}

.cp-cont2a5 .tas-ash img {
  width: 100%;
}

.xgabt-cont1 {
  padding-top: 6.875rem;
}

@media (max-width: 768px) {
  .xgabt-cont1 {
    padding-top: 2rem;
  }
}

.xgabt-cont1 .xgabt-a1_v1 {
  padding-left: 12.5%;
  margin-top: 2.5rem;
}

@media (max-width: 1366px) {
  .xgabt-cont1 .xgabt-a1_v1 {
    padding-left: 5.78125%;
  }
}

@media (max-width: 768px) {
  .xgabt-cont1 .xgabt-a1_v1 {
    padding: 0 4%;
    margin-top: 1rem;
  }
}

.xgabt-cont1 .xgabt-a1_v1 .xgabt-a1_b1 {
  width: 41.66667%;
}

@media (max-width: 768px) {
  .xgabt-cont1 .xgabt-a1_v1 .xgabt-a1_b1 {
    width: 100%;
  }
}

.xgabt-cont1 .xgabt-a1_v1 .xgabt-a1_b1 .tit {
  color: #000000;
  font: 500 1.75rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .xgabt-cont1 .xgabt-a1_v1 .xgabt-a1_b1 .tit {
    font-size: 1.5rem;
  }
}

.xgabt-cont1 .xgabt-a1_v1 .xgabt-a1_b1 .txt {
  color: #565656;
  font: 500 1rem/1.7em "Alibaba-PuHui";
  margin-top: 0.5em;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e2e2e2;
}

.xgabt-cont1 .xgabt-a1_v1 .xgabt-a1_b1 .ashgt-sd {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .xgabt-cont1 .xgabt-a1_v1 .xgabt-a1_b1 .ashgt-sd {
    margin-top: 0.7rem;
  }
}

.xgabt-cont1 .xgabt-a1_v1 .xgabt-a1_b1 .ashgt-sd li {
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .xgabt-cont1 .xgabt-a1_v1 .xgabt-a1_b1 .ashgt-sd li {
    padding: 0.5rem 0;
  }
}

.xgabt-cont1 .xgabt-a1_v1 .xgabt-a1_b1 .ashgt-sd li p {
  color: #565656;
  font: 500 1rem/1.6em "Alibaba-PuHui";
  padding-left: 1.5em;
  position: relative;
}

@media (max-width: 768px) {
  .xgabt-cont1 .xgabt-a1_v1 .xgabt-a1_b1 .ashgt-sd li p {
    padding-left: 1.2rem;
  }
}

.xgabt-cont1 .xgabt-a1_v1 .xgabt-a1_b1 .ashgt-sd li p b {
  color: #1d5fa0;
}

.xgabt-cont1 .xgabt-a1_v1 .xgabt-a1_b1 .ashgt-sd li p::before {
  content: "";
  display: block;
  width: .4375rem;
  height: .4375rem;
  border: 1px solid #1d5fa0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.56em;
}

.xgabt-cont1 .xgabt-a1_v1 .xgabt-a1_b2 {
  width: 55.65476%;
}

@media (max-width: 768px) {
  .xgabt-cont1 .xgabt-a1_v1 .xgabt-a1_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.xgabt-cont1 .xgabt-a1_v1 .xgabt-a1_b2 img {
  width: 100%;
}

.xgabt-cont2 {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/caiju0505/uploads/20230712/776752282527aa60f139ba141718a91b.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.125rem 0 7.875rem;
}

@media (max-width: 768px) {
  .xgabt-cont2 {
    padding: 2.5rem 0;
  }
}

.xgabt-cont2 .xgabt-a2v1 .mySwiper6 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .xgabt-cont2 .xgabt-a2v1 .mySwiper6 {
    margin-top: 1rem;
  }
}

.xgabt-cont2 .xgabt-a2v1 .mySwiper6 .swiper-wrapper {
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.xgabt-cont2 .xgabt-a2v1 .mySwiper6 .swiper-slide .cont-p {
  text-align: center;
}

.xgabt-cont2 .xgabt-a2v1 .mySwiper6 .swiper-slide .cont-p .tit {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.5);
  font: 600 6.875rem/1.5em "Roboto";
}

@media (max-width: 768px) {
  .xgabt-cont2 .xgabt-a2v1 .mySwiper6 .swiper-slide .cont-p .tit {
    font-size: 3rem;
  }
}

.xgabt-cont2 .xgabt-a2v1 .mySwiper6 .swiper-slide .cont-p .txt {
  display: none;
}

.xgabt-cont2 .xgabt-a2v1 .mySwiper6 .swiper-slide.swiper-slide-active {
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .xgabt-cont2 .xgabt-a2v1 .mySwiper6 .swiper-slide.swiper-slide-active {
    padding-bottom: 2rem;
    padding: 0 15%;
  }
}

.xgabt-cont2 .xgabt-a2v1 .mySwiper6 .swiper-slide.swiper-slide-active .tit {
  color: #000000;
  font: 600 3.75rem/1.5em "Alibaba-PuHui";
  border-bottom: 2px solid #1d5fa0;
  padding-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .xgabt-cont2 .xgabt-a2v1 .mySwiper6 .swiper-slide.swiper-slide-active .tit {
    font-size: 2rem;
  }
}

.xgabt-cont2 .xgabt-a2v1 .mySwiper6 .swiper-slide.swiper-slide-active .txt {
  display: block;
  color: #444444;
  font: 500 1.25rem/1.5em "Alibaba-PuHui";
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .xgabt-cont2 .xgabt-a2v1 .mySwiper6 .swiper-slide.swiper-slide-active .txt {
    font-size: 1rem;
    margin-top: 0.7rem;
  }
}

.xgabt-cont2 .ashh-fd {
  position: relative;
}

@media (max-width: 768px) {
  .xgabt-cont2 .ashh-fd {
    margin-top: 1.5rem;
  }
}

.xgabt-cont2 .ashh-fd .mySwiper7 {
  padding: 0 5%;
}

.xgabt-cont2 .ashh-fd .mySwiper7 .swiper-wrapper {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xgabt-cont2 .ashh-fd .mySwiper7 .swiper-slide {
  text-align: center;
  padding-bottom: 2rem;
}

.xgabt-cont2 .ashh-fd .mySwiper7 .swiper-slide .cont-p .tit {
  color: #000000;
  font: 500 1.25rem/1.5em "Alibaba-PuHui";
}

.xgabt-cont2 .ashh-fd .mySwiper7 .swiper-slide .cont-p i {
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  border-radius: 50%;
  margin: 0.3rem auto 0;
}

.xgabt-cont2 .ashh-fd .mySwiper7 .swiper-slide .cont-p i::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: #1d5fa0;
  border-radius: 50%;
}

.xgabt-cont2 .ashh-fd .mySwiper7 .swiper-slide.swiper-slide-thumb-active {
  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;
  padding-bottom: 0;
}

.xgabt-cont2 .ashh-fd .mySwiper7 .swiper-slide.swiper-slide-thumb-active .cont-p {
  width: 8.5625rem;
  height: 8.5625rem;
  border: 1px solid #1d5fa0;
  background: #fff;
  text-align: center;
  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;
  border-radius: 50%;
}

.xgabt-cont2 .ashh-fd .mySwiper7 .swiper-slide.swiper-slide-thumb-active .cont-p .tit {
  color: #000000;
  font: 500 2rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .xgabt-cont2 .ashh-fd .mySwiper7 .swiper-slide.swiper-slide-thumb-active .cont-p .tit {
    font-size: 1.5rem;
  }
}

.xgabt-cont2 .ashh-fd .mySwiper7 .swiper-slide.swiper-slide-thumb-active .cont-p i {
  display: none;
}

.xgabt-cont2 .ashh-fd::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1d5fa0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 49%;
}

.xgabt-cont3 {
  position: relative;
}

.xgabt-cont3 .wh {
  position: absolute;
  left: 0;
  width: 100%;
  top: 12%;
}

@media (max-width: 768px) {
  .xgabt-cont3 .wh {
    position: static;
    padding: 1.5rem 0;
  }
}

.xgabt-cont4 {
  padding: 6.25rem 0 8.125rem;
}

@media (max-width: 768px) {
  .xgabt-cont4 {
    padding: 2rem 0 1rem;
  }
}

.xgabt-cont4 .xhgas-a4_v1 {
  position: relative;
}

.xgabt-cont4 .xhgas-a4_v1 .mySwiper5 {
  padding: 2rem 0.5rem;
  position: relative;
}

@media (max-width: 768px) {
  .xgabt-cont4 .xhgas-a4_v1 .mySwiper5 {
    padding: 1.2rem 0.5rem;
  }
}

.xgabt-cont4 .xhgas-a4_v1 .mySwiper5 .swiper-slide a.a {
  text-align: center;
  display: block;
}

.xgabt-cont4 .xhgas-a4_v1 .mySwiper5 .swiper-slide a.a + a.a {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .xgabt-cont4 .xhgas-a4_v1 .mySwiper5 .swiper-slide a.a + a.a {
    margin-top: 1rem;
  }
}

.xgabt-cont4 .xhgas-a4_v1 .mySwiper5 .swiper-slide a.a .cont {
  padding: 1rem;
  box-shadow: 0 0 0.5rem rgba(51, 51, 51, 0.18);
  border-radius: 0.5rem;
}

@media (max-width: 768px) {
  .xgabt-cont4 .xhgas-a4_v1 .mySwiper5 .swiper-slide a.a .cont {
    padding: 0.8rem;
  }
}

.xgabt-cont4 .xhgas-a4_v1 .mySwiper5 .swiper-slide a.a .cont p {
  color: #000000;
  font: 500 1rem/1.5em "Alibaba-PuHui";
  height: 3em;
  overflow: hidden;
  margin-top: 0.2rem;
  padding: 0 0.5em;
  display: none;
}

.xgabt-cont4 .xhgas-a4_v1 .swiper-button-next1 {
  right: -5%;
}

@media (max-width: 768px) {
  .xgabt-cont4 .xhgas-a4_v1 .swiper-button-next1 {
    right: 0;
  }
}

.xgabt-cont4 .xhgas-a4_v1 .swiper-button-prev1 {
  left: -5%;
}

@media (max-width: 768px) {
  .xgabt-cont4 .xhgas-a4_v1 .swiper-button-prev1 {
    left: 0;
  }
}

.xgabt-cont4 .xhgas-a4_v1 .swiper-button-next1, .xgabt-cont4 .xhgas-a4_v1 .swiper-button-prev1 {
  position: absolute;
  top: 50%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.xgabt-cont4 .xhgas-a4_v1 .swiper-button-next1 i, .xgabt-cont4 .xhgas-a4_v1 .swiper-button-prev1 i {
  color: #a2a8aa;
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .xgabt-cont4 .xhgas-a4_v1 .swiper-button-next1 i, .xgabt-cont4 .xhgas-a4_v1 .swiper-button-prev1 i {
    font-size: 2rem;
  }
}

.social-share .iconfont {
  font-family: "iconfont" !important;
}

a.ermah {
  position: relative;
}

a.ermah .dferna {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 130%;
  padding: 0.25rem;
  background: #fff;
  border-radius: .625rem;
  overflow: hidden;
  display: none;
  box-shadow: 0 0 1rem rgba(16, 156, 217, 0.12);
}

a.ermah .dferna img {
  width: 6.25rem;
  max-width: inherit;
}

a.ermah:hover .dferna {
  display: block;
}

.section6 {
  padding: 0 0;
}

@media (max-width: 768px) {
  .section6 {
    padding: 2rem 0;
  }
}

.ny-case-content .yasghu1 .tit {
  text-align: center;
  color: #000000;
  font: 600 2.4rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .ny-case-content .yasghu1 .tit {
    font-size: 1.8rem;
  }
}

.ny-case-content .yasghu1 dl dt {
  color: #000000;
  font: 500 1.35rem/1.2em "Alibaba-PuHui";
  padding: 0.5em 0;
}

.ny-case-content .yasghu1 dl dd {
  color: #8e8e8e;
  font: 500 1rem/1.5em "Alibaba-PuHui";
}

.ny-case-content .yasghu1 dl dd ul li {
  padding-left: 1em;
  position: relative;
}

.ny-case-content .yasghu1 dl dd ul li + li {
  margin-top: 0.4em;
}

.ny-case-content .yasghu1 dl dd ul li::before {
  content: "";
  display: block;
  width: .4375rem;
  height: .4375rem;
  border: 1px solid #1d5fa0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.55em;
}

.ny-case-content .yasghu1 .aashg-av {
  margin-top: 2rem;
  padding: 2.25%;
  box-shadow: 0 0 1rem rgba(68, 68, 68, 0.15);
}

@media (max-width: 768px) {
  .ny-case-content .yasghu1 .aashg-av {
    margin-top: 1rem;
    padding: 1.25em;
  }
}

.ny-case-content .yasghu1 .aashg-av .wehas-a1 {
  width: 50%;
}

@media (max-width: 768px) {
  .ny-case-content .yasghu1 .aashg-av .wehas-a1 {
    width: 100%;
  }
}

.ny-case-content .yasghu1 .aashg-av .wehas-a2 {
  width: 45%;
}

@media (max-width: 768px) {
  .ny-case-content .yasghu1 .aashg-av .wehas-a2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.ny-case-content .yasghu1 .aashg-av .wehas-a2 img {
  width: 100%;
}

.ny-case-content .yasghu1 .aashg-av .wehas-a2 #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .ny-case-content .yasghu1 .aashg-av .wehas-a2 #myvideo {
    display: none;
  }
}

.ny-case-content .yasghu1 .aashg-av .wehas-a2 a.pa {
  width: 5rem;
  height: 5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 5.8rem;
  display: none;
}

@media (max-width: 768px) {
  .ny-case-content .yasghu1 .aashg-av .wehas-a2 a.pa {
    display: block;
  }
}

.ny-case-content .yasghu1 .aashg-av .wehas-a2 a.pa i {
  color: #fff;
  font: 500 2rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .ny-case-content .yasghu1 .aashg-av .wehas-a2 a.pa {
    width: 4rem;
    height: 4rem;
    line-height: 4.5rem;
  }
  .ny-case-content .yasghu1 .aashg-av .wehas-a2 a.pa i {
    font-size: 1.5rem;
  }
}

.ny-case-content .yasghu2 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .ny-case-content .yasghu2 {
    margin-top: 1.8rem;
  }
}

.ny-case-content .yasghu2 .tit {
  text-align: center;
  color: #000000;
  font: 600 2.4rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .ny-case-content .yasghu2 .tit {
    font-size: 1.8rem;
  }
}

.ny-case-content .yasghu2 .asgfr-sa {
  margin: 0 -1%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ny-case-content .yasghu2 .asgfr-sa {
    margin: 0 -2%;
    margin-top: 1rem;
  }
}

.ny-case-content .yasghu2 .asgfr-sa li {
  width: 48%;
  text-align: center;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1%;
}

@media (max-width: 768px) {
  .ny-case-content .yasghu2 .asgfr-sa li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0.5rem auto;
    padding: 0 2%;
  }
}

.ny-case-content .yasghu2 .asgfr-sa li i {
  display: block;
  width: 6rem;
  font-size: 0;
  margin: 0 auto;
}

.ny-case-content .yasghu2 .asgfr-sa li i img {
  width: 100%;
}

.ny-case-content .yasghu2 .asgfr-sa li .titas {
  text-align: center;
  color: #333;
  font: 500 1.35rem/1.5em "Alibaba-PuHui";
  margin: 0.8rem 0;
}

@media (max-width: 768px) {
  .ny-case-content .yasghu2 .asgfr-sa li .titas {
    font-size: 1.25rem;
    margin: 0.8rem 0 0.5rem;
  }
}

.ny-case-content .yasghu2 .asgfr-sa li .txt {
  color: #8e8e8e;
  font: 500 1rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .ny-case-content .yasghu2 .asgfr-sa li .txt {
    text-align: left;
  }
}

.ny-case-content .yasghu3 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .ny-case-content .yasghu3 {
    margin-top: 1.8rem;
  }
}

.ny-case-content .yasghu3 .tit {
  text-align: center;
  color: #000000;
  font: 600 2.4rem/1.5em "Alibaba-PuHui";
}

@media (max-width: 768px) {
  .ny-case-content .yasghu3 .tit {
    font-size: 2rem;
  }
}

.ny-case-content .yasghu3 .paggs {
  overflow-x: auto;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ny-case-content .yasghu3 .paggs {
    margin-top: 1.25rem;
  }
}

.ny-case-content .yasghu3 .paggs table {
  min-width: 768px;
}

.ny-case-content .yasghu3 table {
  border-color: #d8d8d8;
}

.ny-case-content .yasghu3 table tr:nth-child(2n-1) {
  background: #e8e8e8;
}

.ny-case-content .yasghu3 table td {
  color: #262626;
  border-color: #d8d8d8;
  font: 500 1.125rem/1.5em "Alibaba-PuHui";
  background: transparent !important;
  text-align: left;
  vertical-align: middle;
  padding-left: 2.5%;
}

@media (max-width: 768px) {
  .ny-case-content .yasghu3 table td {
    font-size: 1rem;
    padding-left: 2%;
  }
}

.ny-case-content .yasghu3 table.ast tr:nth-child(2n-1) {
  background: transparent;
}

.ny-case-content .yasghu3 table.ast tr:nth-child(1) {
  background: #e8e8e8;
}

.ny-case-content .yasghu3 table.ast td {
  text-align: center;
  padding-left: 0;
}

.ny-case-content .yasghu3 table.ast td:nth-child(1) {
  background: #e8e8e8 !important;
}

@media (max-width: 768px) {
  .ny-case-content .yasghu3 table.ast td {
    padding-left: 0;
  }
}

.cp-cont5 {
  background: #f9f9f9;
  padding: 6.5rem 0;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .cp-cont5 {
    margin-top: 2rem;
    padding: 2rem 0;
  }
}

.cp-cont5 .mySwiper1 {
  padding: 1rem;
  margin: 0 -1rem;
}

@media (max-width: 768px) {
  .cp-cont5 .mySwiper1 {
    margin: 0;
    padding: 0;
  }
}

.cp-cont5 .mySwiper1 a.block {
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 2.25rem 0 2rem;
}

@media (max-width: 768px) {
  .cp-cont5 .mySwiper1 a.block {
    padding: 1.5rem 0;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  }
}

.cp-cont5 .mySwiper1 a.block u {
  display: block;
  width: 60%;
  font-size: 0;
  margin: 0 auto;
  overflow: hidden;
}

.cp-cont5 .mySwiper1 a.block u img {
  width: 100%;
}

.cp-cont5 .mySwiper1 a.block .tit {
  text-align: center;
  color: #1e1e1e;
  font: 500 1.25rem/1.5em "Alibaba-PuHui";
  margin-top: 1em;
}

@media (max-width: 768px) {
  .cp-cont5 .mySwiper1 a.block .tit {
    font-size: 1rem;
  }
}
