@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: 1366px) and (max-width: 1680px) {
  body, html {
    font-size: -webkit-calc(100vw / 110);
    font-size: -moz-calc(100vw / 110);
    font-size: calc(100vw / 110);
  }
}

@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;
  }
  .gong-nyjuli .col-md-3{
      margin-bottom: 20px;
  }
}

body, body * {
  font-family: 'helvetica';
  outline: none;
}

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 5%;
}

@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}
.sjvideo{
   display: none;
}

.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;
}
#newBridge .nb-middle{
  display: none!important;
}
#newBridge #issueBox{
  display: none!important;
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-top{
  background-color: #004098!important;
}
#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-send-btn{
  background-color: #004098!important;
}
#newBridge .nb-icon-base-0 .nb-icon-inner-wrap{
  background: url(../images/zixun.png) no-repeat!important;
    background-position: center!important;
    background-size: 100%!important;

}

.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: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  width: 10.5rem;
  text-align: center;
  background: transparent;
  border: 1px solid #4186d6;
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: skewX(-25deg);
     -moz-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
       -o-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-clip-path: unset;
          clip-path: unset;
}

.more-msl span {
  -webkit-transform: skewX(25deg);
     -moz-transform: skewX(25deg);
      -ms-transform: skewX(25deg);
       -o-transform: skewX(25deg);
          transform: skewX(25deg);
  font: 500 1rem/3.125rem "helvetica";
  display: block;
  color: #4186d6;
}

.more-msl span i {
  font-size: 0.5rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .more-msl {
    line-height: 2.5rem;
    width: 9rem;
  }
  .more-msl span {
    font-size: .875rem;
    line-height: 2.8rem;
  }
  .sjvideo{
    display: block;
  }
  .pcvideo{
    display: none;
  }
}

.more-msl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transform: rotate(0deg) scale(1.003) skew(-1deg) translate(0);
     -moz-transform: rotate(0deg) scale(1.003) skew(-1deg) translate(0);
      -ms-transform: rotate(0deg) scale(1.003) skew(-1deg) translate(0);
       -o-transform: rotate(0deg) scale(1.003) skew(-1deg) translate(0);
          transform: rotate(0deg) scale(1.003) skew(-1deg) translate(0);
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.more-msl:hover {
  background: #4186d6;
}

.more-msl:hover span {
  color: #fff;
}

.more-msl:hover::before {
  width: 120%;
  background-color: transparent;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

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

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

.m-hidden {
  display: none;
}

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

@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img.a {
    padding-bottom: 80%;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: 75%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 50%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny.a {
    padding-bottom: 80%;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

body {
  padding-top: 6.25rem;
}

.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;
  background: #fff;
  position: relative;
}

.head .head2::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 15.39583%;
  height: 2rem;
  background: #f1f1f1;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 1366px) {
  .head .head2::after {
    width: 18%;
  }
}

@media (max-width: 1280px) {
  .head .head2::after {
    width: 18%;
  }
}
@media (max-width: 1024px) {
  .head .head2::after {
    width: 20%;
  }
}

.head .head2 .wh1 {
  position: relative;
  z-index: 1;
}

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

.head .head2 .logo a img {
  height: 4.375rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.head .head2 .mc-lwdra .top_nav {
  line-height: 2rem;
}

.head .head2 .mc-lwdra .top_nav a {
  display: inline-block;
  color: #212121;
  font-size: .875rem;
}

.head .head2 .mc-lwdra .top_nav a.a {
  color: #4186d6;
  padding: 0 0.7em;
}

.head .head2 .mc-lwdra .top_nav a.a i {
  font-size: .875rem;
}

.head .head2 .mc-lwdra .top_nav .wejha {
  margin-left: 2em;
}

.head .head2 .mc-lwdra .top_nav .wejha a {
  color: #212121;
  margin-left: 1.5em;
}

.head .head2 .mc-lwdra .top_nav .wejha a i {
  font-size: .875rem;
  color: #4186d6;
}

.head .head2 .mc-lwdra .top_nav .wejha a:hover {
  color: #4186d6;
}

.head .head2 .toubuas {
  line-height: 4.25rem;
}

.head .head2 .sska {
  font-size: 1.25rem;
  padding-left: 2.8125rem;
  margin-left: 0.5em;
  background: url(../images/xx.png) no-repeat left center;
  -o-background-size: .6875rem auto;
     background-size: .6875rem auto;
}

.head .head2 .sska a {
  display: inline-block;
  color: #040606;
}

.head .head2 .sska i {
  font-size: 1.25rem;
  font-weight: 600;
}

.head .head2 .zywena {
  text-align: center;
  position: relative;
  background: #4186d6;
}

.head .head2 .zywena > a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.head .head2 .zywena > a i {
  margin-right: 0.3em;
}

.head .serbtn {
  background: #4186d6;
}

.nav-img {
  padding-bottom: 68%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .9375rem;
}

#menu .nav_a1 li {
  float: left;
  position: relative;
  padding: 0 1.85rem;
}

@media (max-width: 1680px) {
  #menu .nav_a1 li {
    padding: 0 1rem;
  }
}

@media (max-width: 1366px) {
  #menu .nav_a1 li {
    padding: 0 0.5rem;
  }
}

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

#menu .nav_a1 li > a {
  font-size: 1.125rem;
  line-height: 4.25rem;
  height: 4.25rem;
  text-transform: Capitalize;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  position: relative;
  z-index: 1;
  color: #212121;
}

#menu .nav_a1 li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #4186d6;
  position: absolute;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

#menu .nav_a1 li > a span {
  position: relative;
  display: block;
  font-family: 'helvetica';
}

#menu .nav_a1 li > a span i {
  color: #4186d6;
  font-size: 1.125rem;
  margin-left: 0.5em;
  display: inline-block;
  -webkit-transform: translateY(0.2rem);
     -moz-transform: translateY(0.2rem);
      -ms-transform: translateY(0.2rem);
       -o-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 13.5rem;
  left: -0.6rem;
  background: #e0dfe3;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

#menu .nav_a1 li .sec dl > a {
  font: 500 1rem/1.3em "helvetica";
  padding: 0.7em 8%;
  color: #212121;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#menu .nav_a1 li .sec dl > a i {
  font-size: 0.6rem;
  font-weight: 600;
}

#menu .nav_a1 li .sec dl > a:hover {
  color: #fff;
  background: #212121;
}

#menu .nav_a1 li .sec dl .sec1 {
  position: absolute;
  left: 100%;
  top: 0;
  background: #e0dfe3;
  width: 13.5rem;
  display: none;
}

#menu .nav_a1 li .sec dl .sec1 a {
  font: 500 1rem/1.3em "helvetica";
  padding: 0.7em 8%;
  color: #212121;
}

#menu .nav_a1 li .sec dl .sec1 a:hover {
  color: #fff;
  background: #212121;
}

#menu .nav_a1 li .sec dl:hover .sec1 {
  display: block;
}

#menu .nav_a1 li .sec:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent white transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  display: none;
}

#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-transform: translateY(0);
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
}

#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: #4186d6;
}

#menu .nav_a1 li:hover > a::after, #menu .nav_a1 li.active > a::after {
  width: 100%;
}

.top_naba {
  position: fixed;
  left: 0;
  top: -6.25rem;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.top_naba.classname {
  top: 6.25rem;
}

/*contact页面改版开始*/
.cont-cont1 .cont-a1_v1 .row{
  margin-right: -1.25rem;
    margin-left: -1.25rem;
}
.cont-cont1 .cont-a1_v1 .col-md-4{
 margin-bottom: 2.5rem;
 padding: 0 1.25rem;
}
.cont-cont1 .cont-a1_v1 .bk{
  padding: 1.25rem;
  background: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.1);
  min-height: 18rem;
}

.cont-cont1 .cont-a1_v1 .bk .titi{
  color: #1a4395;
  border-bottom: 2px solid #1a4395;
  padding-bottom: .9375rem;
  font-size: 1.25rem;
}
.cont-cont1 .cont-a1_v1 .bk .cont .tel span img{
  padding: .3125rem;
}
.cont-cont1 .cont-a1_v1 .bk .cont{
  padding: 1.25rem 0 .3125rem 0;
}
.cont-cont1 .cont-a1_v1 .bk .cont span{
  width: 1.875rem;
  display: inline-block;
  margin-right: 1rem;
 
}
.cont-cont1 .cont-a1_v1 .bk .cont p{
  line-height: 2.5rem;
  color: #686868;
}


/*contact页面改版结束*/


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

.top_naba .sec1 {
  width: 100%;
  background: #fff;
  line-height: 1em;
  padding: 0.25em 0;
  text-align: center;
}

.top_naba .sec1 a {
  display: inline-block;
  color: #14151A;
  font: 500 1.125rem/3.125rem "helvetica";
  padding: 0 2em;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.top_naba .sec1 a:hover {
  color: #011F69;
}

.top_naba .sec1 a.b {
  color: #fff;
  background: #011F69;
  border-radius: .625rem;
}

.top_naba .sec1 a.b:hover {
  background: #000;
}

/* 搜索 */
.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%;
}
.about_lc{
  margin-top: 6rem;
}
.about_lc .title_a2{
  text-align: center;
}
.about_lc .title_a2 .tat-a1 .tit::after{
  margin: 1rem auto 0;
}

.abt-cont1 .tat-a1{
      position: relative;
}
.abt-cont1 .tat-a1 .futiti{
    position: absolute;
    font-size: 1.25rem;
   left: 6rem;
      bottom: -1rem;
    line-height: 2rem;
}

.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;
  font-family: 'helvetica';
}

.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;
}

.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%);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mslm-nav > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

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

.mslm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

.mslm-nav > li .dl + .dl {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mslm-nav > li .dl > a {
  line-height: 50px;
}

.mslm-nav > li .dl .sec a {
  line-height: 35px;
}

.mslm-nav > li .dl .aniut {
  height: 50px;
  line-height: 50px;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.jjta {
  color: #fff;
}

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

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

.pc-banner {
  position: relative;
  overflow: hidden;
}
.cont-cont1 .cont-a1_v1 .col-md-4{
  padding: 0 15px;
}
.cont-cont1 .cont-a1_v1 .row{
  margin-right: -15px;
    margin-left: -15px;
}
.cont-cont1 .cont-a1_v1 .bk{
  padding: 1.5rem;
}

.pc-banner .mySwipera {
  position: relative;
}

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

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

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

.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 9;
  color: #FFFFFF;
}

.pc-banner .mySwipera .banwez dt {
  font: 600 3.125rem/1.3em "helvetica";
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 50%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dt {
    font-size: 1.8rem;
    max-width: 60%;
  }
}

.pc-banner .mySwipera a.bs {
  margin-top: 1rem;
  border-color: #fff;
}

.pc-banner .mySwipera a.bs span {
  color: #fff;
}

.pc-banner .swiper-button-prev1 {
  left: 5%;
}

.pc-banner .swiper-button-next1 {
  right: 5%;
}

.pc-banner .swiper-button-prev1, .pc-banner .swiper-button-next1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 768px) {
  .pc-banner .swiper-button-prev1, .pc-banner .swiper-button-next1 {
    display: none;
  }
}

.pc-banner .swiper-button-prev1 i, .pc-banner .swiper-button-next1 i {
  color: #ffffff;
  font: 500 2.5rem/1.5em "helvetica";
}

a.jtaa {
  display: block;
  position: absolute;
  right: 4.0625%;
  bottom: 5%;
  z-index: 1;
  width: 1.0625rem;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
}

a.jtaa img {
  width: 100%;
}

.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);
  }
}

.zmfd {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  /*动画所花费的时间*/
}

@-webkit-keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

.kajjt {
  text-align: center;
  -webkit-animation: run 1s infinite linear;
  -moz-animation: run 1s infinite linear;
  -o-animation: run 1s infinite linear;
  animation: run 1s infinite linear;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 3%;
  z-index: 99;
}

.kajjt img {
  width: 1.42rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .kajjt {
    bottom: 7%;
  }
  .kajjt img.a {
    width: 2.5rem;
  }
}

.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);
}

.fanga {
  overflow: hidden;
}

.fanga img {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.fanga: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);
}

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

.mktop:hover {
  -webkit-transform: translateY(-5%);
     -moz-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
       -o-transform: translateY(-5%);
          transform: translateY(-5%);
}

.title_a1 .tat-a1 {
  width: 76.94444%;
}

@media (max-width: 768px) {
  .title_a1 .tat-a1 {
    width: 100%;
  }
}

.title_a1 .tat-a1 .tit {
  color: #000000;
  font: 600 3.125rem/1.3em "helvetica";
}

@media (max-width: 768px) {
  .title_a1 .tat-a1 .tit {
    font-size: 1.8rem;
  }
}

.title_a1 .tat-a1 .tit::after {
  content: "";
  display: block;
  width: 4.75rem;
  height: .17rem;
  background: #4186d6;
  margin-top: 0.8rem;
}

.title_a1 .tat-a1 .text {
  color: #757575;
  font: 500 1rem/1.7em "helvetica";
  margin-top: 1.65em;
}

@media (max-width: 768px) {
  .title_a1 .tat-a1 .text {
    margin-top: 1em;
  }
}

.title_a1 .tat-a2 {
  margin-top: 1rem;
}

.title_a2 .tat-a1 .tit {
  color: #000000;
  font: 600 3.125rem/1.2em "helvetica";
}

@media (max-width: 768px) {
  .title_a2 .tat-a1 .tit {
    font-size: 1.8rem;
  }
}

.title_a2 .tat-a1 .tit::after {
  content: "";
  display: block;
  width: 4.75rem;
  height: .17rem;
  background: #4186d6;
  margin-top: 1rem;
}

.cont1 {
  padding: 8rem 0 0;
}

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

.cont1 .mySwiper1 {
  margin-top: 3.625rem;
}

@media (max-width: 768px) {
  .cont1 .mySwiper1 {
    margin-top: 1.5rem;
  }
}

.cont1 .mySwiper1 .swiper-slide .cont-p {
  position: relative;
}

.cont1 .mySwiper1 .swiper-slide .cont-p .cont-a1 {
  position: relative;
}

.cont1 .mySwiper1 .swiper-slide .cont-p .cont-a1 u {
  width: 64.0625%;
  background: #164194;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: 1rem;
  position: absolute;
  right: 0;
  bottom: -1rem;
}

.cont1 .mySwiper1 .swiper-slide .cont-p .img {
  overflow: hidden;
  position: relative;
}

.cont1 .mySwiper1 .swiper-slide .cont-p .img, .cont1 .mySwiper1 .swiper-slide .cont-p .img * {
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

.cont1 .mySwiper1 .swiper-slide .cont-p .img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  text-align: left;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: -webkit-linear-gradient(top, rgba(2, 20, 96, 0.8) 0%, rgba(2, 20, 96, 0.4) 100%);
  opacity: 0;
  visibility: hidden;
}

.cont1 .mySwiper1 .swiper-slide .cont-p .img img {
  width: 100%;
}

.cont1 .mySwiper1 .swiper-slide .cont-p .img .cont {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 20% 12% 0;
  z-index: 3;
}

.cont1 .mySwiper1 .swiper-slide .cont-p .img .cont h2 a {
  display: block;
  font: 500 2.25rem/1.5em "helvetica";
  color: #fff;
}



.abt-cont6 .abt_a3_b1_list1 dl dt p {
  display: inline-block;
}

.cont1 .mySwiper1 .swiper-slide .cont-p .img .cont .ftit {
  font: 500 1rem/1.5em "helvetica";
  margin-top: 0.7em;
}

.cont1 .mySwiper1 .swiper-slide .cont-p .img .cont .p {
  margin-top: 0.75em;
}

.cont1 .mySwiper1 .swiper-slide .cont-p .img .cont .p ul li {
  font: 500 1rem/1.5em "helvetica";
  padding: 0.2em 0;
}

.cont1 .mySwiper1 .swiper-slide .cont-p .img .cont .p ul li i {
  color: #4186d6;
  font-size: 1rem;
  margin-right: 0.6em;
}

.cont1 .mySwiper1 .swiper-slide .cont-p .img .yysbk {
  position: absolute;
  height: 100%;
  width: 78.34821%;
  background: #164194;
  top: 0;
  right: -2%;
  -webkit-clip-path: polygon(56% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(56% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 2;
}

.cont1 .mySwiper1 .swiper-slide .cont-p b {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: white;
  font-size: 6.25rem;
  text-transform: uppercase;
  display: block;
  line-height: 1em;
  margin-top: -0.7em;
  position: relative;
  z-index: 1;
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .cont1 .mySwiper1 .swiper-slide .cont-p b {
    font-size: 5.5rem;
  }
}

.cont1 .mySwiper1 .swiper-slide .cont-p .tit {
  color: #000000;
  font: 500 1.25rem/1.5em "helvetica";
  margin-left: 1.5em;
  margin-top: 0.5em;
}

.cont1 .mySwiper1 .swiper-slide .cont-p:hover .img::before {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.cont1 .mySwiper1 .swiper-slide .cont-p:hover .img img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

.cont1 .mySwiper1 .swiper-slide .cont-p:hover .img .cont {
  left: 0;
}

.cont1 .mySwiper1 .swiper-slide .cont-p:hover .img .yysbk {
  opacity: 1;
  -webkit-transform: translateX(0%);
     -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
       -o-transform: translateX(0%);
          transform: translateX(0%);
}

.cont1 .mySwiper1 .swiper-slide .cont-p:hover .tit, .cont1 .mySwiper1 .swiper-slide .cont-p:hover b {
  visibility: hidden;
}

.cont2 {
  margin-top: 6.5rem;
}

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

.cont2 .a2_v1a1 {
  padding-left: 26.35417%;
}

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

.cont2 .mySwiper2 {
  margin-top: 3.2rem;
  overflow: visible;
}

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

.cont2 .mySwiper2 .swiper-wrapper {
  z-index: inherit;
}

.cont2 .mySwiper2 a.img {
  display: block;
  position: relative;
}

.cont2 .mySwiper2 a.img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.65);
}

.cont2 .mySwiper2 a.img .case_wen {
  width: 86%;
  margin: 0 auto;
  position: absolute;
  left: 7%;
  bottom: 5%;
  background: #fff;
  padding: 1em 5%;
  text-align: left;
  display: none;
  -webkit-transform: skewX(-25deg);
     -moz-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
       -o-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

@media (max-width: 768px) {
  .cont2 .mySwiper2 a.img .case_wen {
    padding: 0.85em 5%;
  }
}

.cont2 .mySwiper2 a.img .case_wen h2 {
  color: #333333;
  font: 600 1.5rem/1em "montserrat";
  text-align: center;
  -webkit-transform: skewX(25deg);
     -moz-transform: skewX(25deg);
      -ms-transform: skewX(25deg);
       -o-transform: skewX(25deg);
          transform: skewX(25deg);
}

@media (max-width: 768px) {
  .cont2 .mySwiper2 a.img .case_wen h2 {
    font-size: 1rem;
    line-height: 1.2em;
  }
}

@media (max-width: 768px) {
  .cont2 .mySwiper2 a.img:after {
    display: none;
  }
  .cont2 .mySwiper2 a.img .case_wen {
    display: block;
  }
}

.cont2 .mySwiper2 .swiper-slide {
  overflow: hidden;
}

.cont2 .mySwiper2 .swiper-slide-active {
  position: relative;
  z-index: 999;
}

.cont2 .mySwiper2 .swiper-slide-active .animate {
  z-index: -1;
}

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

.cont2 .mySwiper2 .swiper-slide-active a.img .case_wen {
  display: block;
}

.cont2 .hashta {
  padding: 3.75rem 0;
  background: #f4f4f4;
}

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

.cont2 .hashta::before {
  content: "";
  display: block;
  width: -webkit-calc(-webkit-calc(92% - 3.75rem)/2);
  width: -moz-calc(-moz-calc(92% - 3.75rem)/2);
  width: calc(calc(92% - 3.75rem)/2);
  height: 1px;
  background: #d9d9d9;
}

@media (max-width: 768px) {
  .cont2 .hashta::before {
    width: -webkit-calc(-webkit-calc(72% - 2.8rem)/2);
    width: -moz-calc(-moz-calc(72% - 2.8rem)/2);
    width: calc(calc(72% - 2.8rem)/2);
  }
}

.cont2 .hashta::after {
  content: "";
  display: block;
  width: -webkit-calc(-webkit-calc(92% - 3.75rem)/2);
  width: -moz-calc(-moz-calc(92% - 3.75rem)/2);
  width: calc(calc(92% - 3.75rem)/2);
  height: 1px;
  background: #d9d9d9;
}

@media (max-width: 768px) {
  .cont2 .hashta::after {
    width: -webkit-calc(-webkit-calc(72% - 2.8rem)/2);
    width: -moz-calc(-moz-calc(72% - 2.8rem)/2);
    width: calc(calc(72% - 2.8rem)/2);
  }
}

.cont2 .hashta .jt-ashg {
  width: 8.4375rem;
}

.cont2 .hashta .jt-ashg .swiper-button-prev1, .cont2 .hashta .jt-ashg .swiper-button-next1 {
  width: 3.75rem;
  line-height: 3rem;
  border: 1px solid #d9d9d9;
  -webkit-transform: skewX(-25deg);
     -moz-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
       -o-transform: skewX(-25deg);
          transform: skewX(-25deg);
  text-align: center;
}

.cont2 .hashta .jt-ashg .swiper-button-prev1 i, .cont2 .hashta .jt-ashg .swiper-button-next1 i {
  color: #d9d9d9;
  font-size: 1rem;
  -webkit-transform: skewX(25deg);
     -moz-transform: skewX(25deg);
      -ms-transform: skewX(25deg);
       -o-transform: skewX(25deg);
          transform: skewX(25deg);
  display: block;
}

.cont2 .hashta .jt-ashg .swiper-button-prev1:hover, .cont2 .hashta .jt-ashg .swiper-button-next1:hover {
  background: #4186d6;
  border-color: #4186d6;
}

.cont2 .hashta .jt-ashg .swiper-button-prev1:hover i, .cont2 .hashta .jt-ashg .swiper-button-next1:hover i {
  color: #fff;
}

@media (max-width: 768px) {
  .cont2 .hashta .jt-ashg {
    width: 6rem;
  }
  .cont2 .hashta .jt-ashg .swiper-button-prev1, .cont2 .hashta .jt-ashg .swiper-button-next1 {
    width: 2.8rem;
    line-height: 2.4rem;
  }
  .cont2 .hashta .jt-ashg .swiper-button-prev1 i, .cont2 .hashta .jt-ashg .swiper-button-next1 i {
    font-size: 0.8;
  }
}

.cont3 {
  background: #f4f4f4;
  padding: 4rem 0 9.375rem;
}

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

.cont3 .title_a2 {
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .cont3 .title_a2 {
    margin-bottom: 1.5rem;
  }
}

.cont3 .a3_b1 {
  width: 48.54167%;
}

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

.cont3 .a3_b1 .video-wrap {
  position: relative;
}

.cont3 .a3_b1 .video-wrap .play--button {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.cont3 .a3_b1 .video-wrap .play--button::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: contain;
     background-size: contain;
  background-image: url(../images/play_button.png);
  width: 5rem;
  height: 5rem;
}

@media (max-width: 768px) {
  .cont3 .a3_b1 .video-wrap .play--button::before {
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }
}

.cont3 .a3_b1 video {
  width: 100%;
}

.cont3 .a3_b2 {
  width: 48.26389%;
}

@media (max-width: 768px) {
  .cont3 .a3_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.cont3 .a3_b2 .title_a2 .tat-a1 .tit {
  font-size: 2rem;
}

.cont3 .a3_b2 .cont {
  color: #757575;
  font: 500 1rem/1.7em "helvetica";
}

.cont3 .a3_b2 a.more-msl {
  margin-top: 2em;
}

@media (max-width: 768px) {
  .cont3 .a3_b2 a.more-msl {
    margin-top: 1em;
  }
}

.cont4 {
  padding: 8.25rem 0 0;
  position: relative;
  z-index: 1;
}

.cont4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 88%;
  background: #164194;
  z-index: -1;
}

@media (max-width: 768px) {
  .cont4 {
    padding: 2.5rem 0;
  }
  .cont4::after {
    height: 100%;
  }
}

.cont4 .a4_v1 .a4_b1 {
  width: 44.72222%;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 {
    width: 100%;
  }
}

.cont4 .a4_v1 .a4_b1 .tit {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.cont4 .a4_v1 .a4_b1 .tit b {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: rgba(222, 226, 229, 0.5);
  font-size: 7.5rem;
  text-transform: uppercase;
  display: block;
  line-height: 1em;
  top: -0.25em;
  position: absolute;
  z-index: -1;
  left: -1.25em;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 .tit b {
    left: 0;
    font-size: 4rem;
    -webkit-text-stroke-color: rgba(222, 226, 229, 0.5);
    top: -0.25em;
  }
}

.cont4 .a4_v1 .a4_b1 .tit h2 {
  font: 600 3.125rem/1.5em "helvetica";
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 .tit h2 {
    font-size: 2rem;
  }
}

.cont4 .a4_v1 .a4_b1 .tit::after {
  content: "";
  display: block;
  width: 4.75rem;
  height: 0.17rem;
  background: #4186d6;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 .tit::after {
    margin-top: 0.5rem;
  }
}

.cont4 .a4_v1 .a4_b1 .p {
  color: #fff;
  font: 500 1rem/1.7em "helvetica";
  margin: 1.75rem 0 3rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 .p {
    margin: 1rem 0 1.5rem;
  }
}

.cont4 .a4_v1 .a4_b2 {
  width: 48.19444%;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.cont4 .a4_v1 .a4_b2 img {
  width: 100%;
}

.cont4 .a4_v2 {
  margin-top: 5.625rem;
}

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

.cont4 .a4_v2 dl {
  text-align: center;
  background: #6686b7;
  text-align: center;
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 3.4375rem 0;
}

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

.cont4 .a4_v2 dl:nth-child(2) {
  background: #395da9;
}

.cont4 .a4_v2 dl:nth-child(3) {
  background: #4186d6;
}

.cont4 .a4_v2 dl .img {
  width: 20%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont4 .a4_v2 dl .img {
    width: 50%;
  }
}

.cont4 .a4_v2 dl .img img {
  width: 100%;
}

.cont4 .a4_v2 dl dt {
  text-align: center;
  color: #fff;
  font: 500 1rem/1.5em "helvetica";
  margin-top: 0.7em;
}

@media (max-width: 768px) {
  .cont4 .a4_v2 dl dt {
    line-height: 1.25em;
    margin-top: 1em;
  }
}

.cont5 {
  padding: 8.25rem 0 8.5rem;
}

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

.cont5 .a5_v1 {
  margin-top: 2.5rem;
}

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

.cont5 .a5_v1 .a5_b1 {
  width: 48.125%;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 {
    width: 100%;
  }
}

.cont5 .a5_v1 .a5_b1 li a.img {
  display: block;
  font-size: 0;
  width: 38.09524%;
  padding-bottom: 22%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 li a.img {
    padding-bottom: 30%;
  }
}

.cont5 .a5_v1 .a5_b1 li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont5 .a5_v1 .a5_b1 li .cont {
  width: 57.86436%;
}

.cont5 .a5_v1 .a5_b1 li .cont span {
  display: block;
  color: #757575;
  font: 500 1rem/1.5em "helvetica";
}

.cont5 .a5_v1 .a5_b1 li .cont a {
  color: #1c1c1c;
  font: 500 1rem/1.5em "helvetica";
  margin-top: 0.2em;
}

.cont5 .a5_v1 .a5_b1 li .cont a:hover {
  color: #4186d6;
}
.cont5 .a5_v1 .a5_b1 li .cont .p1{
  color: #939393;
  font: 400 1rem/1.5em "helvetica";
  margin-top: 0.2em;
}
.cont5 .a5_v1 .a5_b1 li + li {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 li + li {
    margin-top: 1rem;
  }
}

.cont5 .a5_v1 .a5_b2 {
  width: 48.125%;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 {
    width: 100%;
    margin-top: 1rem;
    display: none;
  }
}

.cont5 .a5_v1 .a5_b2 dl {
  background: #f4f4f4;
  height: 100%;
}

.cont5 .a5_v1 .a5_b2 dl a.img {
  display: block;
  font-size: 0;
  width: 100%;
  padding-bottom: 55%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.cont5 .a5_v1 .a5_b2 dl a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont5 .a5_v1 .a5_b2 dl .cont {
  padding: 2em 6.06061% 1em;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 dl .cont {
    padding: 1.25rem 5%;
  }
}

.cont5 .a5_v1 .a5_b2 dl .cont span {
  display: block;
  color: #757575;
  font: 500 1rem/1.5em "helvetica";
}

.cont5 .a5_v1 .a5_b2 dl .cont a {
  color: #1c1c1c;
  font: 500 1rem/1.5em "helvetica";
  margin-top: 0.2em;
  display: block;
}

.cont5 .a5_v1 .a5_b2 dl .cont a:hover {
  color: #4186d6;
}

.cont5 a.more-msl {
  margin-top: 2rem;
}

.mrhgxt {
  color: #000;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.foot-fot {
  position: relative;
  background: #1a1a1a;
}

.foot-fot .mslm-nav > li, .foot-fot .mslm-nav > li .sec, .foot-fot .mslm-nav > li .dl + .dl {
  border-color: rgba(255, 255, 255, 0.1);
}

.foot-fot .mslm-nav > li > a, .foot-fot .aniut i, .foot-fot .mslm-nav > li .sec a {
  color: #fff;
}

.foot-fot .foota1 {
  text-align: center;
  padding-top: 3.5rem;
}

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

.foot-fot .foota1 .tit {
  color: #fff;
  font: 600 2.25rem/1.5em "helvetica";
}

.foot-fot .foota1 p {
  color: rgba(255, 255, 255, 0.6);
  font: 500 1.125rem/1.5em "helvetica";
}

.foot-fot .foota1 form {
  width: 26.6875rem;
  border-radius: .5rem;
  border: 1px solid #3F3F3F;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 1em;
}

.foot-fot .foota1 form input {
  width: -webkit-calc(100% - 3.125rem);
  width: -moz-calc(100% - 3.125rem);
  width: calc(100% - 3.125rem);
  font: 500 1rem/3.125rem "helvetica";
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
  padding: 0 1em;
}

.foot-fot .foota1 form button {
  width: 3.125rem;
  color: #fff;
  border-radius: .5rem;
  text-align: center;
  background: #4186d6;
  border: none;
}

.foot-fot .foota1 form button i {
  font: 500 1.35rem/3.125rem "helvetica";
}

.foot-fot .foota2 {
  position: relative;
  z-index: 1;
  padding: 5rem 0 3.75rem;
}

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

.foot-fot .foota2 .foot-tit {
  color: #FFFFFF;
  font: 500 1rem/1.5em "helvetica";
}

.foot-fot .foota2 .foot-tit a {
  color: #FFFFFF;
}

.foot-fot .foota2 .fo_a1 {
  width: 23.19444%;
}

.foot-fot .foota2 .fo_a2 {
  width: 15.27778%;
}

.foot-fot .foota2 .fo_a3 {
  width: 22.56944%;
}

.foot-fot .foota2 form {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 1rem;
}

.foot-fot .foota2 form input {
  background: transparent;
  border: none;
  color: #fff;
  font: 500 .875rem/55px "helvetica";
}

.foot-fot .foota2 form input input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b2b2b2;
}

.foot-fot .foota2 form input input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b2b2b2;
}

.foot-fot .foota2 form input input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b2b2b2;
}

.foot-fot .foota2 form input input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b2b2b2;
}

.foot-fot .foota2 form button {
  border: none;
  outline: none;
  color: #4186d6;
  font: 500 .875rem/55px "helvetica";
  background: transparent;
}

.foot-fot .foota2 .fo_a5 {
  margin-left: 10%;
}

.foot-fot .foota2 .fo_a5 .d_erm {
  width: 8rem;
  margin-top: 0.8rem;
}

.foot-fot .foota2 .fo_a5 .d_erm img {
  width: 100%;
}

.foot-fot .foota2 .social-share {
  font-size: 0;
  margin-top: 0.5rem;
}

.foot-fot .foota2 .social-share a {
  border: 1px solid #4186d6;
  border-radius: 0;
  margin: 0;
  font-size: 1.6rem;
  color: #4186d6;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
}

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

.foot-fot .foota2 .fo_a4 {
  width: auto;
}

.foot-fot .foota2 .fo_a4 .d_soea a {
  display: block;
}

.foot-fot .foota2 .d_soea {
  margin-top: 0.5em;
  color: #fff;
  font: 500 .875rem/1.6em "helvetica";
}

.foot-fot .foota2 .d_soea > a {
  display: block;
  color: #fff;
  font: 500 .875rem/1.6em "helvetica";
}

.foot-fot .foota2 .d_soea > a.yxsd {
  color: #4186d6;
}

.foot-fot .foota2 .d_soea > a:hover {
  color: #4186d6;
}

.foot-fot .foota2 .d_soeaa {
  color: #4186d6;
}
.foot-fot .foota2 .d_soeaa .csfz{
    overflow: hidden;
}
.foot-fot .foota2 .d_soeaa .csfz li{
    float: left;
    width: 16.66%;
}
.foot-fot .foota2 .d_soeaa .csfz li a{
    color: #fff;
}

.foot-fot .foota3 {
  color: #ffffff;
  font: 500 1rem/1.5em "helvetica";
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-fot .foota3 .wh .foota2-v1 {
  padding: 1.25rem 0;
}

.foot-fot .foota3 .wh .foota2-v1 a {
  color: #ffffff;
}

.foot-fot .foota3 .wh .foota2-v1 a:hover {
  color: #4186d6;
}

.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;
}

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

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

.zd_erha .aat_list li {
  position: relative;
}

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

.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #4186d6;
  border-radius: 50%;
  line-height: 3.45rem;
  box-shadow: 0 0 1rem rgba(51, 51, 51, 0.2);
}

.zd_erha li > a i {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.zd_erha li > a i img {
  height: 1.9rem;
}

.zd_erha li > a:hover {
  background: #000;
}

.aat_list li:last-child {
  display: none;
}

.zd_erha .aat_list li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1rem;
  width: 14rem;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
}

.zd_erha .aat_list li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.zd_erha .aat_list li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}

.nbanner {
  overflow: hidden;
}

.nbanner .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.nbanner .nbanner-wen1 {
  width: 100%;
  z-index: 9;
}

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

.nbanner .nbanner-wen1 .banner-cont h2 {
  font: 600 3.125rem/1.3em "helvetica";
}

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

.nbanner .nbanner-wen1 .banner-cont .p {
  font: 500 1rem/1.7em "helvetica";
  max-width: 60%;
  margin-top: 0.4em;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p {
    max-width: 100%;
    line-height: 1.5em;
  }
}

.mbx-sort {
  position: relative;
  width: 100%;
  color: #757575;
  font: 500 .875rem/1.5em "helvetica";
  background: #f1f1f1;
  padding: 1.25em 0;
}

@media (max-width: 768px) {
  .mbx-sort {
    padding: 1em 0;
  }
}

.mbx-sort a {
  color: #757575;
}

.mbx-sort a:hover {
  color: #4186d6;
}

.mbx-sort span:last-child {
  display: none;
}

.n_mbx {
  position: relative;
  margin-top: 4.25rem;
}

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

.n_mbx .n_src li + li {
  margin-left: 2em;
}

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

.n_mbx .n_src li a {
  display: block;
  color: #FFFFFF;
  font: 500 1.5rem/1.5em "helvetica";
  position: relative;
  text-transform: Uppercase;
}

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

.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: #4186d6;
}

.loadmore-nodata {
  margin: 2em 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 a, .pagination span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #939393;
  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: #4186d6;
  background-color: #eee;
  border-color: #ddd;
}

.pagination a.page-num-current, .pagination a.page-num-current:focus, .pagination a.page-num-current:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #4186d6;
  border-color: #4186d6;
  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 a, .pagination-lg 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 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  a, .pager span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
}

.pager a:focus, .pager 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: #939393;
  cursor: not-allowed;
  background-color: transparent;
}

.ajhhsd {
  color: #515151;
  font: 500 1rem/1.5em "helvetica";
  padding: 1em 0;
  text-transform: uppercase;
}

.ajhhsd a {
  color: #515151;
}

.ajhhsd a:hover {
  color: #4186d6;
}

.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 "helvetica";
}

@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 "helvetica";
  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 "helvetica";
  color: #777;
  margin-right: 1em;
}

.nav-page li .sec a:hover {
  color: #4186d6;
}

@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 "helvetica";
  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 "helvetica";
  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 "helvetica";
  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 "helvetica";
  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: #4186d6;
  font: 500 1rem/1.5em "helvetica";
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "helvetica";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "helvetica";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
  border-color: #D9D9D9;
  background: #FBFCFE;
  color: #868686;
}

.ss-list li .xw-nycont a.more-msl .p1 {
  background: #D9D9D9;
}

.ss-list li .xw-nycont a.more-msl:hover {
  color: #fff;
}

.shzr-content {
  color: #252323;
  font: 500 1rem/2em "helvetica";
  padding: 1rem 0 3rem;
}

.shzr-content h4 {
  margin-bottom: 0.5em;
}

.list_content {
  padding: 4.5rem 0;
  font-size: 1rem;
  font-family: 'helvetica';
}

@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;
}

#abt1, #abt2, #abt3, #abt4, #abt5 {
  height: 6.0625rem;
  margin-top: -6.0625rem;
}

@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5 {
    height: 60px;
    margin-top: -60px;
  }
}

.abt-cont1 {
  padding: 6rem 0;
}

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

.abt-cont1 .abt-a1_v1 dl .cont {
  width: 48.19444%;
}

.abt-cont1 .abt-a1_v1 dl .cont .text {
  color: #757575;
  font: 500 1rem/1.8em "helvetica";
  margin: 1em 0 2em;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 dl .cont {
    width: 100%;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.5rem;
  }
  .abt-cont1 .abt-a1_v1 dl .cont .text {
    margin: 0.5em 0 1em;
  }
}

.abt-cont1 .abt-a1_v1 dl .img {
  width: 48.19444%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 dl .img {
    width: 100%;
  }
}

.abt-cont1 .abt-a1_v1 dl .img img {
  width: 100%;
}

.abt-cont1 .abt-a1_v1 dl:nth-child(2n) .cont {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.abt-cont1 .abt-a1_v1 dl + dl {
  margin-top: 6rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 dl + dl {
    margin-top: 2rem;
  }
}

.gong-nyjuli {
  padding: 6rem 0;
}

@media (max-width: 768px) {
  .gong-nyjuli {
    padding: 2.2rem 0;
  }
}

.gong-nyjuli .text {
  color: #757575;
  font: 500 1rem/1.8em "helvetica";
}

.gong-nyjuli1 .p {
  padding: 3rem 0;
  font: 500 1.8rem/1.8em "helvetica";
}

.abt-cont2 .p1 {
  font: 500 1.2rem/1.8em "helvetica";
  padding: 3rem 0 0;
  color: #757575;
  font-weight: bold;
}

.abt-cont2 a.more-msl {
  margin-top: 2.6rem;
}

@media (max-width: 768px) {
  .abt-cont2 a.more-msl {
    margin-top: 1.25rem;
  }
}

.abt-cont2 a.more-msl i {
  font-size: 1rem;
}

.abt-cont3 {
  background: #f4f4f4;
}

.abt-cont3 .text {
  margin: 2rem 0 0;
}

@media (max-width: 768px) {
  .abt-cont3 .text {
    margin-top: 1rem;
  }
}

.abt-cont3 .abt_a3_b1_list1 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_b1_list1 {
    margin-top: 0;
  }
}

.abt-cont3 .abt_a3_b1_list1 dl {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 5%;
  text-align: center;
}

@media (max-width: 768px) {
  .abt-cont3 .abt_a3_b1_list1 dl {
    width: 100%;
    margin-top: 1rem;
  }
}

.abt-cont3 .abt_a3_b1_list1 dl .img {
  width: 30%;
  margin: 0 auto;
}

.abt-cont3 .abt_a3_b1_list1 dl .img img {
  width: 100%;
}

.abt-cont3 .abt_a3_b1_list1 dl dt {
  color: #000000;
  font: 500 1.125rem/1.6em "helvetica";
  margin-top: 0.3em;
}

.abt-cont3 .abt_a3_b1_list1 dl dd {
  color: #757575;
  font: 500 1rem/1.4em "helvetica";
  margin-top: 0.54em;
}

.abt-cont3 .abt_a3_v2 {
  margin-top: 3.4375rem;
}

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

.abt-cont4 .text {
  margin-top: 2.2rem;
}

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

.abt-cont5 .abt-a5_v1 dl .cont {
  width: 48.19444%;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5_v1 dl .cont {
    width: 100%;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.2rem;
  }
}

.abt-cont5 .abt-a5_v1 dl .cont dt {
  color: #000000;
  font: 500 1.625rem/1.5em "helvetica";
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5_v1 dl .cont dt {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5em;
  }
}

.abt-cont5 .abt-a5_v1 dl .cont a.more-msl {
  margin-top: 2.6rem;
  width: auto;
  padding: 0 1.5rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5_v1 dl .cont a.more-msl {
    margin-top: 1.25rem;
  }
}

.abt-cont5 .abt-a5_v1 dl .cont a.more-msl i {
  font-size: 1rem;
}

.abt-cont5 .abt-a5_v1 dl .img {
  width: 48.19444%;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5_v1 dl .img {
    width: 100%;
  }
}

.abt-cont5 .abt-a5_v1 dl .img img {
  width: 100%;
}

.abt-cont5 .abt-a5_v1 dl + dl {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5_v1 dl + dl {
    margin-top: 1.5rem;
  }
}

.abt-cont5 .abt-a5_v1 dl:nth-child(2n) .cont {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.abt-cont6 {
  background: #f4f4f4;
}

.abt-cont6 .text {
  margin-top: 2rem;
}

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

.abt-cont6 .abt_a3_b1_list1 dl {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 5%;
  text-align: center;
  margin-top: 2.8rem;
}

@media (max-width: 768px) {
  .abt-cont6 .abt_a3_b1_list1 dl {
    width: 50%;
    margin-top: 1rem;
  }
}

.abt-cont6 .abt_a3_b1_list1 dl .img {
  width: 30%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .abt-cont6 .abt_a3_b1_list1 dl .img {
    width: 40%;
  }
}

.abt-cont6 .abt_a3_b1_list1 dl .img img {
  width: 100%;
}

.abt-cont6 .abt_a3_b1_list1 dl dt {
  color: #757575;
  font: 500 1rem/1.4rem "helvetica";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .abt-cont6 .abt_a3_b1_list1 dl dt {
    margin-top: 0.25em;
  }
}

.abt-cont6 .abt_a3_b1_list1 dl dt span {
  color: #000000;
  font: 500 1.625rem/1.6rem "helvetica";
}

@media (max-width: 768px) {
  .abt-cont6 .abt_a3_b1_list1 dl dt span {
    font-size: 1.4rem;
  }
}

.abt-cont6 .abt_a3_b1_list1 dl dd {
  color: #757575;
  font: 500 1rem/1.4em "helvetica";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .abt-cont6 .abt_a3_b1_list1 dl dd {
    margin-top: 0.25em;
  }
}

.abt-cont7 .abt-a7_v1 {
  margin-top: 3.375rem;
}

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

.abt-cont7 .abt-a7_v1 .abt-a7_b1 {
  width: 27.63889%;
}

@media (max-width: 768px) {
  .abt-cont7 .abt-a7_v1 .abt-a7_b1 {
    width: 100%;
  }
}

.abt-cont7 .abt-a7_v1 .abt-a7_b2 {
  width: 69.30556%;
}

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

.abt-cont7 .abt-a7_v1 .abt-a7_b2 dt {
  color: #000000;
  font: 600 2.1875rem/1.2em "helvetica";
}

@media (max-width: 768px) {
  .abt-cont7 .abt-a7_v1 .abt-a7_b2 dt {
    font-size: 1.5rem;
  }
}

.abt-cont7 .abt-a7_v1 .abt-a7_b2 .text {
  margin-top: 1.5em;
}

@media (max-width: 768px) {
  .abt-cont7 .abt-a7_v1 .abt-a7_b2 .text {
    margin-top: 1em;
  }
}

.abt-cont7 .abt-a7_v1 .abt-a7_b2 .wehxas {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .abt-cont7 .abt-a7_v1 .abt-a7_b2 .wehxas {
    margin-top: 1.5rem;
  }
}

.abt-cont7 .abt-a7_v1 .abt-a7_b2 .wehxas .img {
  width: 7.5rem;
  margin-right: 2em;
}

@media (max-width: 768px) {
  .abt-cont7 .abt-a7_v1 .abt-a7_b2 .wehxas .img {
    width: 30%;
  }
}

.abt-cont7 .abt-a7_v1 .abt-a7_b2 .wehxas .img img {
  width: 100%;
}

.abt-cont7 .abt-a7_v1 .abt-a7_b2 .wehxas .cont .tit {
  color: #000000;
  font: 500 1.375rem/1.5em "helvetica";
}

@media (max-width: 768px) {
  .abt-cont7 .abt-a7_v1 .abt-a7_b2 .wehxas .cont .tit {
    font-size: 1.25rem;
  }
}

.abt-cont7 .abt-a7_v1 .abt-a7_b2 .wehxas .cont span {
  display: block;
  font: 500 1rem/1.1em "helvetica";
  color: #757575;
  margin-top: 0.5em;
}

.abt-cont8 {
  background: #f4f4f4;
}

.abt-cont8 .abt-a8_v1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .abt-cont8 .abt-a8_v1 {
    margin-top: 1.25rem;
  }
}

.abt-cont8 .abt-a8_v1 .abt-a8_b1 {
  width: 28.05556%;
}

@media (max-width: 768px) {
  .abt-cont8 .abt-a8_v1 .abt-a8_b1 {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.abt-cont8 .abt-a8_v1 .abt-a8_b1 dl {
  height: 25%;
  background: #004490;
  padding-left: 10%;
}

.abt-cont8 .abt-a8_v1 .abt-a8_b1 dl + dl {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .abt-cont8 .abt-a8_v1 .abt-a8_b1 dl {
    height: auto;
    padding: 1.5rem 2%;
    width: 25%;
    text-align: center;
  }
  .abt-cont8 .abt-a8_v1 .abt-a8_b1 dl + dl {
    border-top: none;
  }
}

@media (max-width: 450px) {
  .abt-cont8 .abt-a8_v1 .abt-a8_b1 dl {
    width: 50%;
  }
}

.abt-cont8 .abt-a8_v1 .abt-a8_b1 dl .img {
  width: 3.875rem;
  margin-right: 2em;
}

@media (max-width: 768px) {
  .abt-cont8 .abt-a8_v1 .abt-a8_b1 dl .img {
    width: 3rem;
    margin: 0 auto;
  }
}

.abt-cont8 .abt-a8_v1 .abt-a8_b1 dl .img img {
  width: 100%;
}

.abt-cont8 .abt-a8_v1 .abt-a8_b1 dl p {
  color: #ffffff;
  font: 500 1.25rem/1.2em "helvetica";
}

@media (max-width: 768px) {
  .abt-cont8 .abt-a8_v1 .abt-a8_b1 dl p {
    width: 100%;
    font-size: 1rem;
    margin-top: 0.8em;
  }
}

.abt-cont8 .abt-a8_v1 .abt-a8_b1 dl:hover, .abt-cont8 .abt-a8_v1 .abt-a8_b1 dl.on {
  background: #4186d6;
}

.abt-cont8 .abt-a8_v1 .abt-a8_b2 {
  width: 71.94444%;
}

@media (max-width: 768px) {
  .abt-cont8 .abt-a8_v1 .abt-a8_b2 {
    width: 100%;
  }
}

.abt-cont8 .abt-a8_v1 .abt-a8_b2 .tab {
  width: 100%;
  position: relative;
}

.abt-cont8 .abt-a8_v1 .abt-a8_b2 .tab img {
  width: 100%;
}

.abt-cont8 .abt-a8_v1 .abt-a8_b2 .tab .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 7% 5%;
  font: 500 1rem/1.7em "helvetica";
  color: #fff;
}

@media (max-width: 768px) {
  .abt-cont8 .abt-a8_v1 .abt-a8_b2 .tab .cont {
    padding: 0;
    position: inherit;
    color: #757575;
    margin-top: 1em;
  }
}

.abt-cont9 .mySwiper3 {
  margin-top: 2rem;
}

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

.abt-cont9 .mySwiper3 .swiper-slide .cont-p {
  position: relative;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p .cont-a1 {
  position: relative;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p .cont-a1 u {
  width: 51.79641%;
  background: #164194;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
  height: 1rem;
  position: absolute;
  right: 0;
  bottom: -1rem;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p .img {
  overflow: hidden;
  position: relative;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p .img, .abt-cont9 .mySwiper3 .swiper-slide .cont-p .img * {
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p .img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  text-align: left;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: -webkit-linear-gradient(top, rgba(2, 20, 96, 0.8) 0%, rgba(2, 20, 96, 0.4) 100%);
  opacity: 0;
  visibility: hidden;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p .img img {
  width: 100%;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p .img .cont {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 20% 12% 0;
  z-index: 3;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p .img .cont h2 a {
  display: block;
  font: 500 2.25rem/1.5em "helvetica";
  color: #fff;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p .img .cont .ftit {
  font: 500 1rem/1.5em "helvetica";
  margin-top: 0.7em;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p .img .cont .p {
  margin-top: 0.75em;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p .img .cont .p ul li {
  font: 500 1rem/1.5em "helvetica";
  padding: 0.2em 0;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p .img .cont .p ul li i {
  color: #4186d6;
  font-size: 1rem;
  margin-right: 0.6em;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p .img .yysbk {
  position: absolute;
  height: 100%;
  width: 78.34821%;
  background: #164194;
  top: 0;
  right: -2%;
  -webkit-clip-path: polygon(56% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(56% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 2;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p b,.abt-cont9 .mySwiper3 .swiper-slide .cont-p strong {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: white;
  font-size: 6.25rem;
  text-transform: uppercase;
  display: block;
  line-height: 1em;
  margin-top: -0.7em;
  position: relative;
  z-index: 1;
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .abt-cont9 .mySwiper3 .swiper-slide .cont-p b,.abt-cont9 .mySwiper3 .swiper-slide .cont-p strong {
    font-size: 5.5rem;
  }
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p .tit {
  color: #000000;
  font: 500 1.25rem/1.5em "helvetica";
  margin-left: 1.5em;
  margin-top: 0.5em;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p:hover .img::before {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p:hover .img img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p:hover .img .cont {
  left: 0;
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p:hover .img .yysbk {
  opacity: 1;
  -webkit-transform: translateX(0%);
     -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
       -o-transform: translateX(0%);
          transform: translateX(0%);
}

.abt-cont9 .mySwiper3 .swiper-slide .cont-p:hover .tit, .abt-cont9 .mySwiper3 .swiper-slide .cont-p:hover b {
  visibility: hidden;
}

.abt-cont10 .tup {
  width: 100%;
  margin: 0 auto;
}

.abt-cont10 .tup img {
  width: 100%;
}

.abt-cont10 .abt-a1_v2 .swiper-button-prev1a, .abt-cont10 .abt-a1_v2 .swiper-button-next1a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #024ea2;
  width: 3.4375rem;
  line-height: 3.4375rem;
  text-align: center;
}

@media (max-width: 768px) {
  .abt-cont10 .abt-a1_v2 .swiper-button-prev1a, .abt-cont10 .abt-a1_v2 .swiper-button-next1a {
    width: 2.8rem;
    line-height: 2.8rem;
  }
}

.abt-cont10 .abt-a1_v2 .swiper-button-prev1a i, .abt-cont10 .abt-a1_v2 .swiper-button-next1a i {
  color: #fff;
  font-size: 1.125rem;
}

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

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

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

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

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

.abt-cont10 .abt-a1_v2 .prtx::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

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

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

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

.abt-cont10 .abt-a1_v2 .mySwiper4 .swiper-slide::after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/aili0323/uploads/20230324/811145b9dc08b9184c4e5b6daa471b63.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 59%;
}

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

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

.abt-cont10 .abt-a1_v2 .mySwiper4 .swiper-slide:nth-child(2n-1)::before {
  bottom: auto;
  top: 0;
}

.abt-cont10 .abt-a1_v2 .mySwiper4 .swiper-slide:nth-child(2n-1)::after {
  top: 59%;
  bottom: auto;
}

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

.abt-cont10 .abt-a1_v2 .mySwiper4 .taggc dt {
  color: #282828;
  font: 500 1.5rem/1.5em "helvetica";
}

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

.abt-cont10 .abt-a1_v2 .mySwiper4 .taggc .p {
  color: #757575;
  font: 500 1rem/1.7em "helvetica";
  width: 100%;
}

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

.abt-cont11 {
  background: #f4f4f4;
}

.abt-cont11 dt {
  color: #000000;
  font: 500 1.375rem/1.4em "helvetica";
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .abt-cont11 dt {
    font-size: 1.25rem;
  }
}

.abt-cont11 a.more-msl {
  width: auto;
  padding: 0 1.5rem;
}

.abt-cont12 .mySwiper5 {
  padding-bottom: 3rem;
}

@media (max-width: 768px) {
  .abt-cont12 .mySwiper5 {
    padding-bottom: 0;
  }
}

.abt-cont12 .mySwiper5 .cont-p .img img {
  width: 100%;
}

.abt-cont12 .mySwiper5 .cont-p .cont {
  width: 44.375%;
  background: #fff;
  box-shadow: 0 0 0.7rem rgba(117, 117, 117, 0.3);
  position: absolute;
  left: 3%;
  bottom: -15%;
  z-index: 1;
  padding: 2.5% 3%;
  height: 20rem;
  overflow-y: auto;
}

.abt-cont12 .mySwiper5 .cont-p .cont::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

.abt-cont12 .mySwiper5 .cont-p .cont::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

.abt-cont12 .mySwiper5 .cont-p .cont::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

@media (max-width: 768px) {
  .abt-cont12 .mySwiper5 .cont-p .cont {
    position: static;
    width: 100%;
    box-shadow: none;
    margin-top: 1rem;
  }
}

.abt-cont12 .mySwiper5 .cont-p .cont dt {
  color: #000000;
  font: 600 2.1875rem/1.5em "helvetica";
  margin-bottom: 0.3em;
}

@media (max-width: 768px) {
  .abt-cont12 .mySwiper5 .cont-p .cont dt {
    font-size: 1.5rem;
  }
}

.abt-cont12 .mySwiper5 .cont-p .cont .p {
  color: #757575;
  font: 500 1rem/1.7em "helvetica";
}

.abt-cont12 .mySwiper5 .cont-p .cont .p1 {
  color: #000000;
  font: 500 1.375rem/1.6em "helvetica";
}

@media (max-width: 768px) {
  .abt-cont12 .mySwiper5 .cont-p .cont .p1 {
    font-size: 1.125rem;
  }
}

.abt-cont12 .mySwiper5 .wehja {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.625rem;
}

@media (max-width: 768px) {
  .abt-cont12 .mySwiper5 .wehja {
    margin-top: 1rem;
  }
}

.abt-cont12 .mySwiper5 .wehja .xian {
  background: #d6d6d6;
  width: 33.68056%;
  height: 1px;
  margin-right: 2%;
  position: relative;
}

@media (max-width: 768px) {
  .abt-cont12 .mySwiper5 .wehja .xian {
    width: 50%;
  }
}

.abt-cont12 .mySwiper5 .wehja .xian::after {
  content: '';
  display: block;
  width: 4.8125rem;
  height: 3px;
  background: #4186d6;
  position: absolute;
  left: 0;
  top: -1px;
}

.abt-cont12 .mySwiper5 .wejjat .swiper-pagination1 {
  width: auto;
  color: #d6d6d6;
  font: 500 1rem/1.5em "helvetica";
  padding: 0 1.5rem;
}

.abt-cont12 .mySwiper5 .wejjat .swiper-pagination1 span::before {
  content: '0';
}

.abt-cont12 .mySwiper5 .wejjat .swiper-pagination1 span.swiper-pagination-current {
  color: #4186d6;
  font-size: 1.25rem;
}

.abt-cont12 .mySwiper5 .wejjat .swiper-button-prev1, .abt-cont12 .mySwiper5 .wejjat .swiper-button-next1 {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #D6D6D6;
  text-align: center;
}

.abt-cont12 .mySwiper5 .wejjat .swiper-button-prev1 i, .abt-cont12 .mySwiper5 .wejjat .swiper-button-next1 i {
  color: #D6D6D6;
  font-size: 1rem;
}

.our-cont1 {
  background: #f4f4f4;
}

.our-cont2 .our-a2_v1 .our-a2_b1 {
  width: 48.19444%;
}

@media (max-width: 768px) {
  .our-cont2 .our-a2_v1 .our-a2_b1 {
    width: 100%;
  }
}

.our-cont2 .our-a2_v1 .our-a2_b1 img {
  width: 100%;
}

.our-cont2 .our-a2_v1 .our-a2_b2 {
  width: 48.19444%;
}

@media (max-width: 768px) {
  .our-cont2 .our-a2_v1 .our-a2_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.our-cont2 .our-a2_v1 .our-a2_b2 dl dt {
  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;
  background: #164194;
  color: #fff;
  padding: 0.8rem 4%;
  cursor: pointer;
}

.our-cont2 .our-a2_v1 .our-a2_b2 dl dt p {
  font-size: 1.875rem;
  font-style: italic;
  width: 90%;
  font-weight: 500;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .our-cont2 .our-a2_v1 .our-a2_b2 dl dt p {
    font-size: 1.35rem;
    white-space: inherit;
  }
}

.our-cont2 .our-a2_v1 .our-a2_b2 dl dt i {
  font-size: 0.85rem;
}

.our-cont2 .our-a2_v1 .our-a2_b2 dl dd {
  padding: 3% 6%;
  background: #f4f4f4;
  display: none;
  height: 22.7rem;
  overflow-x: auto;
}

@media (max-width: 1680px) {
  .our-cont2 .our-a2_v1 .our-a2_b2 dl dd {
    height: 19.7rem;
  }
}

@media (max-width: 1366px) {
  .our-cont2 .our-a2_v1 .our-a2_b2 dl dd {
    height: 21.7rem;
  }
}

@media (max-width: 1024px) {
  .our-cont2 .our-a2_v1 .our-a2_b2 dl dd {
    height: 18.7rem;
  }
}

@media (max-width: 768px) {
  .our-cont2 .our-a2_v1 .our-a2_b2 dl dd {
    height: auto;
    padding: 2% 5%;
  }
}

.our-cont2 .our-a2_v1 .our-a2_b2 dl dd::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

.our-cont2 .our-a2_v1 .our-a2_b2 dl dd::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

.our-cont2 .our-a2_v1 .our-a2_b2 dl dd::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.our-cont2 .our-a2_v1 .our-a2_b2 dl dd p {
  color: #757575;
  font: 500 1rem/1.7em "helvetica";
  margin: 1em 0;
  padding-left: 1.2em;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/aili0323/uploads/20230325/d62587312705773f1a1a35f4ce9c9c43.svg) no-repeat left 0.6em;
  -o-background-size: .5rem auto;
     background-size: .5rem auto;
}

.our-cont2 .our-a2_v1 .our-a2_b2 dl.active dt i {
  -webkit-transform: scale(-1);
     -moz-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
}

.our-cont2 .our-a2_v1 .our-a2_b2 dl.active dd {
  display: block;
}

.our-cont2 .our-a2_v1 .our-a2_b2 dl + dl {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.our-cont2 .our-a2_v2 {
  margin-bottom: 6.25rem;
}

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

.our-cont2 .our-a2_v2 dl {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  text-align: center;
  padding: 0 1%;
}

.our-cont2 .our-a2_v2 dl dt {
  width: 25%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .our-cont2 .our-a2_v2 dl dt {
    width: 50%;
  }
}

.our-cont2 .our-a2_v2 dl dt img {
  width: 100%;
}

.our-cont2 .our-a2_v2 dl dd {
  text-align: center;
  color: #474747;
  font: 500 1.875rem/1.5em "helvetica";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .our-cont2 .our-a2_v2 dl dd {
    font-size: 1.125rem;
  }
}

.our-cont3 .our-a3_v1 .our-a3_b1 {
  width: 48.19444%;
}

@media (max-width: 768px) {
  .our-cont3 .our-a3_v1 .our-a3_b1 {
    width: 100%;
  }
}

.our-cont3 .our-a3_v1 .our-a3_b2 {
  width: 48.19444%;
}

@media (max-width: 768px) {
  .our-cont3 .our-a3_v1 .our-a3_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.our-cont3 .our-a3_v1 .our-a3_b2 .tit {
  color: #000000;
  font: 600 1.875rem/1.5em "helvetica";
}

.our-cont3 .cqzl .our-a3_v1 .our-a3_b2 .tit{
  font: none;
  color: #666;
  font-size: 1.125rem;
  font-weight: normal;
}
.our-cont3 .cqzl .our-a3_v1:nth-child(2n) {
  margin-top: 3.5rem;
}

@media (max-width: 768px) {
  .our-cont3 .our-a3_v1 .our-a3_b2 .tit {
    font-size: 1.25rem;
  }
}

.our-cont3 .our-a3_v1 .our-a3_b2 .p {
  margin-top: 2em;
}

@media (max-width: 768px) {
  .our-cont3 .our-a3_v1 .our-a3_b2 .p {
    margin-top: 0.5em;
  }
}

.our-cont3 .our-a3_v1 .our-a3_b2 .p p {
  color: #757575;
  font: 500 1rem/1.7em "helvetica";
  margin: 0.5em 0;
  padding-left: 1.2em;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/aili0323/uploads/20230325/d62587312705773f1a1a35f4ce9c9c43.svg) no-repeat left 0.6em;
  -o-background-size: .5rem auto;
     background-size: .5rem auto;
}

.service-cont1 {
  background: #f4f4f4;
}

.service-cont1 .title_a2 {
  margin-top: 4.875rem;
}

@media (max-width: 768px) {
  .service-cont1 .title_a2 {
    margin-top: 1.5rem;
  }
}

.service-cont1 .service-a1_v1 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .service-cont1 .service-a1_v1 {
    margin-top: 0.5rem;
  }
}

.service-cont1 .service-a1_v1 dl {
  width: 31.59722%;
  background: #fff;
  box-shadow: 0 0 1rem rgba(117, 117, 117, 0.15);
}

@media (max-width: 768px) {
  .service-cont1 .service-a1_v1 dl {
    width: 100%;
    margin-top: 1rem;
  }
}

.service-cont1 .service-a1_v1 dl dt {
  text-align: center;
  color: #fff;
  background: #4186d6;
  font: 500 1.875rem/1.5em "helvetica";
  padding: 0.4em 0;
}

@media (max-width: 768px) {
  .service-cont1 .service-a1_v1 dl dt {
    font-size: 1.5rem;
  }
}

.service-cont1 .service-a1_v1 dl dd {
  padding: 5% 6%;
}

@media (max-width: 768px) {
  .service-cont1 .service-a1_v1 dl dd {
    padding: 4% 5%;
  }
}

.service-cont1 .service-a1_v1 dl dd p {
  color: #757575;
  font: 500 1rem/1.7em "helvetica";
  margin: 0.5em 0;
  padding-left: 1.2em;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/aili0323/uploads/20230325/d62587312705773f1a1a35f4ce9c9c43.svg) no-repeat left 0.6em;
  -o-background-size: .5rem auto;
     background-size: .5rem auto;
}

.service-cont2 .service-a2_v1 {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/aili0323/uploads/20230325/3c599259567be62d3d1f3b969f933022.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  background-attachment: fixed;
  padding: 7.6875rem 0;
}

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

.service-cont2 .service-a2_v1 .mySwiper6 {
  width: 48.26389%;
  position: relative;
}

@media (max-width: 768px) {
  .service-cont2 .service-a2_v1 .mySwiper6 {
    width: 100%;
  }
}

.service-cont2 .service-a2_v1 .mySwiper6 .cont-p {
  background-image: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/aili0323/uploads/20230325/138ac8a4cf06d27c783ed82d9755cd8b.svg);
  background-repeat: no-repeat;
  -o-background-size: 3.125rem auto;
     background-size: 3.125rem auto;
  background-position: 95% center;
  background-color: #fff;
  padding: 5% 15% 11% 6%;
}

.service-cont2 .service-a2_v1 .mySwiper6 .cont-p .p {
  color: #707070;
  font: 500 1.75rem/1.3em "helvetica";
  margin-top: 0.5em;
  font-style: italic;
  height: 3.9em;
}

@media (max-width: 768px) {
  .service-cont2 .service-a2_v1 .mySwiper6 .cont-p .p {
    font-size: 1.25rem;
  }
}

.service-cont2 .service-a2_v1 .mySwiper6 .swiper-pagination1 {
  position: absolute;
  left: 6%;
  bottom: 12%;
  z-index: 1;
}

@media (max-width: 768px) {
  .service-cont2 .service-a2_v1 .mySwiper6 .swiper-pagination1 {
    bottom: 8%;
  }
}

.service-cont2 .service-a2_v1 .mySwiper6 .swiper-pagination1 span {
  width: .8125rem;
  height: .8125rem;
  border: 1px solid #4186d6;
  border-radius: 50%;
  opacity: 1;
  background: #fff;
  margin: 0 0.3rem;
}

.service-cont2 .service-a2_v1 .mySwiper6 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #4186d6;
}

.service-cont3 {
  background: #f4f4f4;
}

.service-cont3 .service-a3_v1 {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .service-cont3 .service-a3_v1 {
    margin-top: 1rem;
  }
}

.service-cont3 .service-a3_v1 dl {
  width: 25%;
  padding: 0 1%;
}

@media (max-width: 768px) {
  .service-cont3 .service-a3_v1 dl {
    width: 50%;
    margin-top: 1rem;
  }
}

.service-cont3 .service-a3_v1 dl a {
  display: block;
}

.service-cont3 .service-a3_v1 dl dt {
  width: 33%;
  margin: 0 auto;
}

.service-cont3 .service-a3_v1 dl dt img {
  width: 100%;
}

.service-cont3 .service-a3_v1 dl dd {
  text-align: center;
  color: #474747;
  font: 500 1.875rem/1.5em "helvetica";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .service-cont3 .service-a3_v1 dl dd {
    font-size: 1.125rem;
  }
}

.ny-tit {
  color: #000000;
  font: 600 2.1875rem/1.3em "helvetica";
}

@media (max-width: 768px) {
  .ny-tit {
    font-size: 1.5rem;
  }
}

.ny-tit1a {
  color: #474747;
  font: 500 1.875rem/1.5em "helvetica";
  font-style: italic;
}

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

.service-a4_v1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .service-a4_v1 {
    margin-top: 1rem;
  }
}

.service-a4_v1 .service-a4_b1 {
  width: 48.19444%;
}

@media (max-width: 768px) {
  .service-a4_v1 .service-a4_b1 {
    width: 100%;
  }
}

.service-a4_v1 .service-a4_b1 img {
  width: 100%;
}

.service-a4_v1 .service-a4_b2 {
  width: 48.19444%;
}

@media (max-width: 768px) {
  .service-a4_v1 .service-a4_b2 {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.service-a4_v1 .service-a4_b2 .text p {
  color: #757575;
  font: 500 1rem/1.7em "helvetica";
  margin: 0.5em 0;
  padding-left: 1.2em;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/aili0323/uploads/20230325/d62587312705773f1a1a35f4ce9c9c43.svg) no-repeat left 0.6em;
  -o-background-size: .5rem auto;
     background-size: .5rem auto;
}

.service-a4_v2 {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .service-a4_v2 {
    margin-top: 1.5rem;
  }
}

@media (max-width: 450px) {
  .service-a4_v2 {
    margin-top: 1rem;
  }
}

.service-a4_v2 .service-a4_v2_list1 {
  margin: 0 -1%;
}

.service-a4_v2 .service-a4_v2_list1 li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .service-a4_v2 .service-a4_v2_list1 li {
    width: 50%;
    margin-top: 1.5rem;
  }
}

@media (max-width: 450px) {
  .service-a4_v2 .service-a4_v2_list1 li {
    width: 100%;
    margin-top: 1rem;
  }
}

.service-a4_v2 .service-a4_v2_list1 li .cont-p {
  background: #fff;
  box-shadow: 0 0 1rem rgba(117, 117, 117, 0.15);
  padding: 6% 7%;
}

.service-a4_v2 .service-a4_v2_list1 li .cont-p .img {
  width: 20%;
}

.service-a4_v2 .service-a4_v2_list1 li .cont-p .img img {
  width: 100%;
}

.service-a4_v2 .service-a4_v2_list1 li .cont-p .p {
  width: 75%;
  color: #757575;
  font: 500 1rem/1.5em "helvetica";
}

.service-cont4 {
  border-bottom: 1px solid #d8d8d8;
}

.service-cont4 .text {
  margin-top: 1em;
}

.service-cont5 .ny-tit1a {
  margin-top: 0.3em;
}

.service-cont5 .text {
  margin-top: 1em;
}

.service-cont5 .img {
  width: 69.02778%;
  font-size: 0;
  margin: 0 auto;
  margin-top: 1.4rem;
}

.service-cont5 .img img {
  width: 100%;
}

@media (max-width: 768px) {
  .service-cont5 .service-a4_v3 .service-a4_b2 {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
}

.service-cont5 .service-a4_v3 .text1 {
  padding: 0 5%;
  color: #757575;
  font: 500 1rem/1.7em "helvetica";
  margin: 0.5em 0;
}

.service-cont5 .service-a4_v3 .text1 span {
  color: #4186d6;
}

.service-cont6 .service-a6_v1 {
  margin-top: 1.8rem;
}

.service-cont6 .service-a6_v1 dl dt {
  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;
  background: rgba(22, 65, 148, 0.7);
  color: #fff;
  padding: 0.5rem 2.5%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .service-cont6 .service-a6_v1 dl dt {
    padding: 0.8rem 2.5%;
  }
}

.service-cont6 .service-a6_v1 dl dt p {
  font-size: 1.875rem;
  width: 90%;
  font-weight: 500;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .service-cont6 .service-a6_v1 dl dt p {
    font-size: 1.35rem;
    white-space: inherit;
  }
}

.service-cont6 .service-a6_v1 dl dt i {
  font-size: 0.85rem;
}

.service-cont6 .service-a6_v1 dl dd {
  padding: 1.5% 2.5%;
  background: #f4f4f4;
}

.service-cont6 .service-a6_v1 dl dd p {
  color: #757575;
  font: 500 1rem/1.7em "helvetica";
  margin: 0.2em 0;
  padding-left: 1.2em;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/aili0323/uploads/20230325/d62587312705773f1a1a35f4ce9c9c43.svg) no-repeat left 0.6em;
  -o-background-size: .5rem auto;
     background-size: .5rem auto;
}

.service-cont6 .service-a6_v1 dl + dl {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.service-cont6 .service-a6_v1 dl.active dt {
  background: #164194;
  font-style: italic;
}

.service-cont7 .service-a4_v2 {
  margin-top: 0;
}

.cont-cont1 .cont-a1_v1 dl {
  width: 31.25%;
  border: 2px solid #164194;
  font-size: 0;
}

@media (max-width: 768px) {
  .cont-cont1 .cont-a1_v1 dl {
    width: 100%;
  }
  .cont-cont1 .cont-a1_v1 dl + dl {
    margin-top: 1rem;
  }
}

.cont-cont1 .cont-a1_v1 dl .img {
  width: 25.33333%;
  background: #164194;
  -webkit-clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
  padding: 2rem 5%;
  position: relative;
}

.cont-cont1 .cont-a1_v1 dl .img img {
  width: 35%;
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .cont-cont1 .cont-a1_v1 dl .img img {
    width: 2.5rem;
  }
}

.cont-cont1 .cont-a1_v1 dl .cont {
  width: 72.22222%;
  padding: 1rem 5% 1rem 0;
  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-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.cont-cont1 .cont-a1_v1 dl .cont dt {
  color: #000000;
  font: 500 1.125rem/1.5em "helvetica";
  width: 100%;
}

.cont-cont1 .cont-a1_v1 dl .cont dd {
  color: #757575;
  font: 500 1rem/1.5em "helvetica";
}

.cont-cont2 {
  padding-bottom: 6.25rem;
}

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

.cont-cont2 .title_a1 {
  text-align: center;
}

.cont-cont2 .title_a1 .tat-a1 {
  width: 100%;
}

.cont-cont2 .title_a1 .tat-a1 .tit {
  line-height: 1.2em;
}

.cont-cont2 .title_a1 .tat-a1 .tit::after {
  margin: 0 auto;
  margin-top: 0.8rem;
}

.cont-cont2 .cont-a2_v1 {
  padding-left: 12.5%;
  margin-top: 2.625rem;
}

@media (max-width: 1366px) {
  .cont-cont2 .cont-a2_v1 {
    padding-left: 5.78125%;
  }
}

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

.cont-cont2 .cont-a2_v1 form {
  width: 41.2604%;
  background: #f0f2f7;
  padding: 3.25rem 2.4%;
}

@media (max-width: 768px) {
  .cont-cont2 .cont-a2_v1 form {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}

.cont-cont2 .cont-a2_v1 form .msga1 dl {
  width: 48%;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .cont-cont2 .cont-a2_v1 form .msga1 dl {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.cont-cont2 .cont-a2_v1 form .msga1 dl input {
  width: 100%;
  color: #757575;
  font: 500 1rem/3.375rem "helvetica";
  padding: 0 1em;
}

.cont-cont2 .cont-a2_v1 form .msga1 dl select {
  width: 100%;
  color: #757575;
  font: 500 1rem/3.375rem "helvetica";
  padding: 0 1em;
  border: none;
  height: 3.375rem;
}

.cont-cont2 .cont-a2_v1 form .msga1 dl select option {
  font: 500 1rem/2rem "helvetica";
  height: 2rem;
}

.cont-cont2 .cont-a2_v1 form .msga2 dl textarea {
  width: 100%;
  border: none;
  padding: 0.5em 1em;
}

.cont-cont2 .cont-a2_v1 form .div_aghgha {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .cont-cont2 .cont-a2_v1 form .div_aghgha {
    margin-top: 0.8rem;
  }
}

.cont-cont2 .cont-a2_v1 form .div_aghgha .more-msl {
  width: auto;
  padding: 0 1.5rem;
}

.cont-cont2 .cont-a2_v1 form .div_aghgha .more-msl i {
  font-size: 0.8rem;
  margin-left: 2em;
  display: inline-block;
}

.cont-cont2 .cont-a2_v1 .map {
  width: 55.64804%;
}

.cont-cont2 .cont-a2_v1 .map #container {
  height: 100%;
}

@media (max-width: 768px) {
  .cont-cont2 .cont-a2_v1 .map {
    width: 100%;
  }
  .cont-cont2 .cont-a2_v1 .map #container {
    height: 70vw;
  }
}

.news-listtj {
  padding: 6rem 0 2rem;
}

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

.news-listtj li .cont-p a.img {
  width: 48.47222%;
  display: block;
  font-size: 0;
  padding-bottom: 30%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-listtj li .cont-p a.img {
    width: 100%;
    padding-bottom: 60%;
  }
}

.news-listtj li .cont-p a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-listtj li .cont-p .cont {
  width: 48.47222%;
}

@media (max-width: 768px) {
  .news-listtj li .cont-p .cont {
    width: 100%;
    margin-top: 1rem;
  }
}

.news-listtj li .cont-p .cont > span {
  display: block;
  color: #757575;
  font: 500 1rem/1.5em "helvetica";
}

.news-listtj li .cont-p .cont a.tit {
  color: #1c1c1c;
  font: 500 1.125rem/1.6em "helvetica";
  margin: 0.5em 0 0.7em;
  overflow: hidden;
  display: block;
}

@media (max-width: 768px) {
  .news-listtj li .cont-p .cont a.tit {
    margin: 0.4em 0 0.4em;
  }
}

.news-listtj li .cont-p .cont a.tit:hover {
  color: #4186d6;
}

.news-listtj li .cont-p .cont .text {
  color: #757575;
  font: 500 1rem/1.7em "helvetica";
}

.news-listtj li .cont-p .cont a.more-msl {
  margin-top: 2.8rem;
}

@media (max-width: 768px) {
  .news-listtj li .cont-p .cont a.more-msl {
    margin-top: 1rem;
  }
}

.news-list {
  margin: 0 -1%;
}

.news-list li {
  width: 33.33%;
  padding: 0 1%;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .news-list li {
    margin-top: 1rem;
    width: 50%;
  }
}

@media (max-width: 450px) {
  .news-list li {
    width: 100%;
  }
}

.news-list li .cont-p a.img {
  display: block;
  font-size: 0;
  padding-bottom: 60%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.news-list li .cont-p a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-list li .cont-p .cont {
  margin-top: 1em;
}

.news-list li .cont-p .cont span {
  display: block;
  color: #757575;
  font: 500 1rem/1.5em "helvetica";
}

.news-list li .cont-p .cont a.tit {
  color: #1c1c1c;
  font: 500 1.125rem/1.6em "helvetica";
  margin-top: 0.2em;
  height: 3.2em;
  overflow: hidden;
  display: block;
}

.news-list li .cont-p .cont a.tit:hover {
  color: #4186d6;
}

.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: 600 2.1875rem/1.2em "helvetica";
  border-top: .1875rem solid #004490;
  padding-top: 1.25em;
}

@media (max-width: 768px) {
  .ny-news-content .biaoti-tilte {
    padding-top: 0.8em;
    font-size: 1.7rem;
  }
}

.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: #757575;
  font: 500 1rem/1.5em "helvetica";
}

.ny-news-content .whhxaz .data i {
  font: 500 1rem/1.5em "helvetica";
}

.ny-news-content .whhxaz .dfdxdna {
  color: #757575;
  font: 500 1rem/1.5em "helvetica";
  margin-left: 2em;
}

.ny-news-content .whhxaz .dfdxdna i {
  font: 500 1rem/1.5em "helvetica";
}

.ny-news-content .whhxaz .dfdxdna .social-share a {
  color: #757575;
  border-color: #757575;
  font-size: 1.125rem;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
}

.ny-news-content .whhxaz .dfdxdna .social-share a:hover {
  color: #fff;
  border: none;
}

.ny-news-content .content {
  color: #757575;
  font: 500 1rem/1.6em "helvetica";
  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 .pain {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .ny-news-content .pain {
    margin-top: 1rem;
  }
}

.ny-news-content .pain .prev {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.ny-news-content .pain .prev, .ny-news-content .pain .next {
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.5em 0;
}

.ny-news-content .pain .prev span, .ny-news-content .pain .next span {
  width: 10rem;
  display: block;
  color: #545454;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .ny-news-content .pain .prev span, .ny-news-content .pain .next span {
    width: 7rem;
  }
}

.ny-news-content .pain .prev p, .ny-news-content .pain .next p {
  width: -webkit-calc(100% - 10rem);
  width: -moz-calc(100% - 10rem);
  width: calc(100% - 10rem);
  display: block;
  color: #636363;
  padding-left: 2em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.ny-news-content .pain .prev a, .ny-news-content .pain .next p{
     color: #636363;
}

@media (max-width: 768px) {
  .ny-news-content .pain .prev p, .ny-news-content .pain .next p {
    width: -webkit-calc(100% - 7rem);
    width: -moz-calc(100% - 7rem);
    width: calc(100% - 7rem);
  }
}

.ny-news-content .pain .prev a:hover, .ny-news-content .pain .next a:hover {
  color: #4186d6;
}

.case-list {
  padding: 6rem 0 1rem;
}

@media (max-width: 768px) {
  .case-list {
    padding: 2rem 0 1rem;
  }
}

.case-list li {
  padding: 2.5% 1.75rem;
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 768px) {
  .case-list li {
    padding: 4%;
  }
}

.case-list li + li {
  margin-top: 1.8rem;
}

@media (max-width: 768px) {
  .case-list li + li {
    margin-top: 1rem;
  }
}

.case-list li a.img {
  width: 21.28571%;
  border: 1px solid #e5e5e5;
  cursor: auto;
}

@media (max-width: 768px) {
  .case-list li a.img {
    width: 100%;
  }
}

.case-list li .case_wenzq {
  width: 75.71429%;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/aili0323/uploads/20230325/138ac8a4cf06d27c783ed82d9755cd8b.svg);
  background-repeat: no-repeat;
  -o-background-size: 3.125rem auto;
     background-size: 3.125rem auto;
  background-position: 95% 10%;
}

@media (max-width: 768px) {
  .case-list li .case_wenzq {
    width: 100%;
    margin-top: 1.5em;
    -o-background-size: 2.5rem auto;
       background-size: 2.5rem auto;
  }
}

.case-list li .case_wenzq h2 a {
  display: block;
  color: #164194;
  font: 500 1.5rem/1em "helvetica";
  border-left: .1875rem solid #4186d6;
  padding-left: 0.6em;
  cursor: auto;
}

@media (max-width: 768px) {
  .case-list li .case_wenzq h2 a {
    font-size: 1.3rem;
  }
}

.case-list li .case_wenzq .cont {
  margin-top: 0.78rem;
}

.case-list li .case_wenzq .cont .p1, .case-list li .case_wenzq .cont .p2 {
  color: #757575;
  font: 500 1.125rem/1.7em "helvetica";
}

@media (max-width: 768px) {
  .case-list li .case_wenzq .cont .p1, .case-list li .case_wenzq .cont .p2 {
    font-size: 1rem;
  }
}

.case-list li .case_wenzq .cont .p1 span, .case-list li .case_wenzq .cont .p2 span {
  color: #000000;
}

.case-list li .case_wenzq .cont .p3 {
  display: inline-block;
  color: #757575;
  font: 600 1.125rem/1.2em "helvetica";
  padding: 0 1.5;
  background: rgba(117, 117, 117, 0.1);
  padding: 0.5rem 1.5rem;
  border-radius: 1.5rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .case-list li .case_wenzq .cont .p3 {
    font-size: 1rem;
  }
}

.case-list li:hover {
  box-shadow: 0 0 1rem rgba(117, 117, 117, 0.15);
  border: none;
}

.cp-banner .swiper-slide .img img {
  width: 100%;
}

.cp-banner .banwez {
  width: 100%;
  z-index: 9;
}

.cp-banner .banwez dl {
  color: #fff;
}

.cp-banner .banwez dl dt {
  font: 600 3.125rem/1.1em "helvetica";
}

@media (max-width: 768px) {
  .cp-banner .banwez dl dt {
    font-size: 2rem;
  }
}

.cp-banner .banwez dl dd {
  font: 500 1rem/1.7em "helvetica";
  max-width: 60%;
  margin-top: 0.4em;
}

@media (max-width: 768px) {
  .cp-banner .banwez dl dd {
    max-width: 100%;
    line-height: 1.5em;
  }
}

.cp-banner .swiper-button-prev1 {
  left: 5%;
}

.cp-banner .swiper-button-next1 {
  right: 5%;
}

.cp-banner .swiper-button-prev1, .cp-banner .swiper-button-next1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 768px) {
  .cp-banner .swiper-button-prev1, .cp-banner .swiper-button-next1 {
    display: none;
  }
}

.cp-banner .swiper-button-prev1 i, .cp-banner .swiper-button-next1 i {
  color: #ffffff;
  font: 500 2.5rem/1.5em "helvetica";
}

.product-list {
  position: relative;
  margin: 0 -1.38889%;
}

@media (max-width: 768px) {
  .product-list {
    margin: 0 -1.38889%;
  }
}

.product-list li {
  width: 50%;
  float: left;
  padding: 0 1.38889%;
}

@media (max-width: 768px) {
  .product-list li {
    width: 100%;
  }
}

.product-list li a.img {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/aili0323/uploads/20230327/7ad0923ebdf2f1ad08107c7bd0af7c7d.svg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  display: block;
  overflow: hidden;
}

.product-list li a.img .data .tit {
  color: #000000;
  font: 600 1.875rem/1.34em "helvetica";
}

@media (max-width: 768px) {
  .product-list li a.img .data .tit {
    font-size: 1.25rem;
    word-wrap: break-word;
    word-break: break-all;
  }
}

.product-list li a.img .data span {
  color: #4186d6;
  font: 500 1rem/1.5em "helvetica";
  margin-top: 1.25em;
  display: inline-block;
  position: relative;
}

.product-list li a.img .data span i {
  font: 500 0.8rem/1.5em "helvetica";
}

.product-list li a.img .data span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #4186d6;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.product-list li a.img .data span:hover::after {
  width: 100%;
}

.product-list li:nth-child(2), .product-list li:nth-child(3), .product-list li:nth-child(4), .product-list li:nth-child(5) {
  margin-bottom: 2.6rem;
}

@media (max-width: 768px) {
  .product-list li:nth-child(2), .product-list li:nth-child(3), .product-list li:nth-child(4), .product-list li:nth-child(5) {
    margin-bottom: 1rem;
  }
}

.product-list li:nth-child(2) a.img, .product-list li:nth-child(3) a.img, .product-list li:nth-child(4) a.img, .product-list li:nth-child(5) a.img {
  padding: 6% 7%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .product-list li:nth-child(2) a.img, .product-list li:nth-child(3) a.img, .product-list li:nth-child(4) a.img, .product-list li:nth-child(5) a.img {
    padding: 4% 5%;
  }
}

.product-list li:nth-child(2) a.img .data, .product-list li:nth-child(3) a.img .data, .product-list li:nth-child(4) a.img .data, .product-list li:nth-child(5) a.img .data {
  width: 42.85714%;
}

.product-list li:nth-child(2) a.img i, .product-list li:nth-child(3) a.img i, .product-list li:nth-child(4) a.img i, .product-list li:nth-child(5) a.img i {
  width: 47.85714%;
}

.product-list li:nth-child(3) a.img .data, .product-list li:nth-child(5) a.img .data {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 768px) {
  .product-list li:nth-child(2n+1) a.img .data {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.product-list li:nth-child(5) {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .product-list li:nth-child(5) {
    position: static;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .product-list li:nth-child(1), .product-list li:nth-child(6) {
    margin-bottom: 1rem;
  }
}

.product-list li:nth-child(1) a.img, .product-list li:nth-child(6) a.img {
  padding: 7% 4% 0 7%;
}

@media (max-width: 768px) {
  .product-list li:nth-child(1) a.img, .product-list li:nth-child(6) a.img {
    padding: 4% 5%;
    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;
  }
  .product-list li:nth-child(1) a.img .data, .product-list li:nth-child(6) a.img .data {
    width: 42.85714%;
  }
  .product-list li:nth-child(1) a.img i, .product-list li:nth-child(6) a.img i {
    width: 47.85714%;
  }
}

.product-list li:nth-child(1) a.img .data, .product-list li:nth-child(6) a.img .data {
  margin-right: 10%;
}

@media (max-width: 768px) {
  .product-list li:nth-child(1) a.img .data, .product-list li:nth-child(6) a.img .data {
    margin-right: 0;
  }
}

.product-list li:nth-child(1) a.img .data .tit, .product-list li:nth-child(6) a.img .data .tit {
  height: 2.68em;
}

@media (max-width: 768px) {
  .product-list li:nth-child(1) a.img .data .tit, .product-list li:nth-child(6) a.img .data .tit {
    height: auto;
  }
}

.cp-show-cont {
  padding: 6rem 0;
}

@media (max-width: 768px) {
  .cp-show-cont {
    padding: 2rem 0;
  }
}

.cp-show-cont dl {
  background: #f7f7f7;
  padding: 1.25rem 1.375rem;
  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;
}

.cp-show-cont dl + dl {
  margin-top: 3rem;
}

.cp-show-cont dl .img {
  width: 34.2029%;
}

@media (max-width: 768px) {
  .cp-show-cont dl .img {
    width: 100%;
  }
}

.cp-show-cont dl .img img {
  width: 100%;
}

.cp-show-cont dl .cont {
  width: 62.68116%;
}

@media (max-width: 768px) {
  .cp-show-cont dl .cont {
    width: 100%;
    margin-top: 1.5em;
  }
}

.cp-show-cont dl .cont dt {
  color: #000000;
  font: 600 1.875rem/1.2em "helvetica";
}

@media (max-width: 768px) {
  .cp-show-cont dl .cont dt {
    font-size: 1.5rem;
  }
}

.cp-show-cont dl .cont .paggs .table, .cp-show-cont dl .cont .paggs .table-bordered td, .cp-show-cont dl .cont .paggs .table-bordered th {
  border-left: none;
  border-right: none;
  vertical-align: inherit;
}

.cp-show-cont dl .cont .paggs .table {
  margin-top: 1.5em;
}

@media (max-width: 768px) {
  .cp-show-cont dl .cont .paggs .table {
    margin-top: 1em;
  }
}

.cp-show-cont dl .cont .paggs .table tr td {
  padding: .75rem 1.5rem .75rem 7%;
  color: #757575;
}

.cp-show-cont dl .cont .paggs .table tr td:nth-child(1) {
  color: #fff;
  background: #4186d6;
  padding: .75rem 1.5rem;
}

.long-cont1 {
  background: #f4f4f4;
}

.long-cont1 .long-a1_v1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .long-cont1 .long-a1_v1 {
    margin-top: 0.5rem;
  }
}

.long-cont1 .long-a1_v1 dl {
  width: 48.26389%;
  background: #fff;
  padding: 2% 3.6%;
}

@media (max-width: 768px) {
  .long-cont1 .long-a1_v1 dl {
    width: 100%;
    margin-top: 1rem;
  }
}

.long-cont1 .long-a1_v1 dl .text {
  color: #757575;
}

.long-cont1 .long-a1_v1 dl dd {
  margin-top: 1.2em;
}

.long-cont1 .long-a1_v1 dl dd p {
  color: #3a3a3a;
  font: 500 1.125rem/1.8em "helvetica";
  padding-left: 1.2em;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/aili0323/uploads/20230325/d62587312705773f1a1a35f4ce9c9c43.svg) no-repeat left 0.6em;
  -o-background-size: .5rem auto;
     background-size: .5rem auto;
}

.long-cont2 .long-a2_b1 {
  width: 48.19444%;
}

@media (max-width: 768px) {
  .long-cont2 .long-a2_b1 {
    width: 100%;
  }
}

.long-cont2 .long-a2_b1 img {
  width: 100%;
}

.long-cont2 .long-a2_b2 {
  width: 48.19444%;
}

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

.long-cont2 .long-a2_b2 .text {
  margin-top: 1em;
}

.long-cont2 .long-a2_b2 .text p {
  color: #3a3a3a;
  font: 500 1rem/1.7em "helvetica";
  margin: 0.5em 0;
  padding-left: 1.2em;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/aili0323/uploads/20230325/d62587312705773f1a1a35f4ce9c9c43.svg) no-repeat left 0.6em;
  -o-background-size: .5rem auto;
     background-size: .5rem auto;
}

.long-cont3 {
  position: relative;
  z-index: 1;
}

.long-cont3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 67.44792%;
  height: 100%;
  background: #004490;
  z-index: -1;
}

@media (max-width: 768px) {
  .long-cont3::after {
    width: 100%;
  }
}

.long-cont3 .long-a2_b2 {
  width: 48.19444%;
}

@media (max-width: 768px) {
  .long-cont3 .long-a2_b2 {
    width: 100%;
    margin-top: 1.25rem;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.long-cont3 .long-a2_b2 .ny-tit {
  color: #fff;
}

.long-cont3 .long-a2_b2 .text {
  margin-top: 1em;
}

.long-cont3 .long-a2_b2 .text p {
  color: #fff;
  font: 500 1rem/1.7em "helvetica";
}

.long-cont3 .long-a2_b1 {
  width: 48.19444%;
}

@media (max-width: 768px) {
  .long-cont3 .long-a2_b1 {
    width: 100%;
  }
}

.long-cont3 .long-a2_b1 img {
  width: 100%;
}

.pead-jsda {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 999;
}

.pead-jsda .pead-cont {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 999;
  width: 32.44792%;
  padding: 1rem 2.13027% 2rem;
  border-radius: 0.9375rem;
  max-height: 80vh;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont {
    width: 80%;
  }
}

.pead-jsda .pead-cont a.jataxta {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont a.jataxta {
    right: 1rem;
  }
}

.pead-jsda .pead-cont a.jataxta i {
  color: #333;
  font: 500 3rem/1em "sourcehansans";
}

.pead-jsda .pead-cont a.jataxta:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pead-jsda .pead-cont .tit {
  text-align: left;
  color: #333;
  font: 600 1.95rem/2em "sourcehansans";
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont .tit {
    font-size: 1.35rem;
  }
}

.pead-jsda .pead-cont form#f1c {
  margin-top: 10;
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1c {
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 50vh;
    overflow-y: auto;
  }
}

.pead-jsda .pead-cont form#f1c .contactt dl {
  margin-bottom: 0.5rem;
  width: 100%;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1c .contactt dl {
    margin-bottom: 0.4rem;
  }
}

.pead-jsda .pead-cont form#f1c .contactt dl .text {
  color: #5B6569;
  font: 500 1rem/1.5em "helvetica";
  padding: 0.3em 0 0.4em;
}

.pead-jsda .pead-cont form#f1c .contactt dl input {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: .5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 500 1rem/2.8rem "helvetica";
  text-indent: 1em;
}

.pead-jsda .pead-cont form#f1c .contactt dl select {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: .5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 500 1rem/2.8rem "helvetica";
  text-indent: 1em;
  height: 2.8rem;
}

.pead-jsda .pead-cont form#f1c .contactt dl input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1c .contactt dl input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1c .contactt dl input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1c .contactt dl input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1c .contactt dl textarea {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: .5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 500 1rem/2.8rem "helvetica";
  padding: 0.2em 1em;
}

.pead-jsda .pead-cont form#f1c .contactt dl input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1c .contactt dl input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1c .contactt dl input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1c .contactt dl input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}

.cont2.active .xtzs-svg path {
  stroke-dashoffset: 0;
  -webkit-transition: all 4s;
  -o-transition: all 4s;
  -moz-transition: all 4s;
  transition: all 4s;
}

.xtzs-svg path {
  stroke-dasharray: 3846;
  stroke-dashoffset: 3846;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.animate {
  position: absolute;
  left: 0;
  top: 35%;
  z-index: 1;
  font-family: 'Myriad Pro';
  font-size: 6rem;
  color: #d4d4d4;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: 15s wordsLoop linear infinite normal;
     -moz-animation: 15s wordsLoop linear infinite normal;
       -o-animation: 15s wordsLoop linear infinite normal;
          animation: 15s wordsLoop linear infinite normal;
  font-family: "Montserrat";
}

@media (max-width: 768px) {
  .animate {
    font-size: 4rem;
  }
}

.animate .span2 {
  color: transparent;
  text-shadow: none;
  -webkit-text-stroke-width: 0.6px;
  -webkit-text-stroke-color: rgba(222, 226, 229, 0.5);
  font-size: 5rem;
  display: block;
  line-height: 1em;
  font-weight: 600;
}

@media (max-width: 768px) {
  .animate .span2 {
    font-size: 4rem;
  }
}

.animate .c-ticker {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin: 0 auto;
}

.animate .c-ticker__wrap {
  display: inline-block;
  white-space: nowrap;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
       animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
       animation-timing-function: linear;
  line-height: 1;
}

.animate ._ticker01 {
  -webkit-animation: loop 80s -40s linear infinite;
  -moz-animation: loop 80s -40s linear infinite;
    -o-animation: loop 80s -40s linear infinite;
       animation: loop 80s -40s linear infinite;
}

.animate ._ticker02 {
  -webkit-animation: loop2 80s linear infinite;
  -moz-animation: loop2 80s linear infinite;
    -o-animation: loop2 80s linear infinite;
       animation: loop2 80s linear infinite;
}

.animate .c-ticker__text {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-moz-keyframes loop {
  0% {
    -moz-transform: translateX(100%);
         transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
         transform: translateX(-100%);
  }
}

@-o-keyframes loop {
  0% {
    -o-transform: translateX(100%);
       transform: translateX(100%);
  }
  to {
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@-moz-keyframes loop2 {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-200%);
         transform: translateX(-200%);
  }
}

@-o-keyframes loop2 {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  to {
    -o-transform: translateX(-200%);
       transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
       -moz-transform: translateX(-200%);
         -o-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/* 修改2024/01/11 */
.xg-cont1{
  padding-top: 8rem;
}
.product-lista {
  position: relative;
  margin: 0 -1.38889%;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .product-lista {
    margin: 0 -1.38889%; margin-top: 2rem;
  }
}

.product-lista li {
  width: 50%;
  float: left;
  padding: 0 1.38889%;
}

@media (max-width: 768px) {
  .product-lista li {
    width: 100%;
  }
}

.product-lista li .img {
  background: #f4f4f4;
  /* -o-background-size: cover;
     background-size: cover; */
  display: block;
  overflow: hidden;
}

.product-lista li .img .data .tit {
  color: #000000;
  font: 600 1.875rem/1.34em "helvetica";
}
.product-lista li .img .data .fitit {
  color: #757575;
  font: 600 1.125rem/1.34em "helvetica";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .product-lista li .img .data .tit {
    font-size: 1.25rem;
    word-wrap: break-word;
    word-break: break-all;
  }
  .product-lista li .img .data .fitit{
    font-size: 1rem;
  }
}

.product-lista li .img .data .more-c {
  color: #4186d6;
  font: 500 1rem/1.5em "helvetica";
  margin-top: 1.25em;
  display: inline-block;
  position: relative;
}

.product-lista li .img .data span i {
  font: 500 0.8rem/1.5em "helvetica";
}

.product-lista li .img .data span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #4186d6;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.product-lista li .img .data span:hover::after {
  width: 100%;
}

.product-lista li:nth-child(2), .product-lista li:nth-child(3), .product-lista li:nth-child(4), .product-lista li:nth-child(5) {
  margin-bottom: 2.6rem;
}

@media (max-width: 768px) {
  .product-lista li:nth-child(2), .product-lista li:nth-child(3), .product-lista li:nth-child(4), .product-lista li:nth-child(5) {
    margin-bottom: 1rem;
  }
}

.product-lista li:nth-child(2) .img, .product-lista li:nth-child(3) .img, .product-lista li:nth-child(4) .img, .product-lista li:nth-child(5) .img {
  padding: 1.25rem 3% 1.25rem 7%;
  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;
}
.product-lista li .seca{
  padding: 2rem 0 0;
}
.product-lista li .seca a{
  display: block;
  color: #999999;
  font: 600 1rem/1.34em "helvetica";
  padding: 0.25rem 0;
}
.product-lista li .seca a::before{
  content: "·";
  font-weight: 700;
  margin-right: 0.25rem;
}
.product-lista li .seca a:hover{
  color: #4186d6;
}
.product-lista li:nth-child(1) .img{
  position: relative;
}
.product-lista li:nth-child(1) .img .data{
  position: absolute;
  z-index: 1;
}
.product-lista li:nth-child(1) .img i{
   padding-top: 14rem;
}
@media (max-width: 768px) {
  .product-lista li:nth-child(2) .img, .product-lista li:nth-child(3) .img, .product-lista li:nth-child(4) .img, .product-lista li:nth-child(5) .img {
    padding: 4% 5%;
  }
}

.product-lista li:nth-child(2) .img .data, .product-lista li:nth-child(3) .img .data, .product-lista li:nth-child(4) .img .data, .product-lista li:nth-child(5) .img .data {
  width: 42.85714%;
}

.product-lista li:nth-child(2) .img i, .product-lista li:nth-child(3) .img i, .product-lista li:nth-child(4) .img i, .product-lista li:nth-child(5) .img i {
  width: 47.85714%;
}

/* .product-lista li:nth-child(3) .img .data, .product-lista li:nth-child(5) .img .data {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
} */

@media (max-width: 768px) {
  .product-lista li:nth-child(2n+1) .img .data {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.product-lista li:nth-child(5) {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .product-lista li:nth-child(5) {
    position: static;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .product-lista li:nth-child(1), .product-lista li:nth-child(6) {
    margin-bottom: 1rem;
  }
}

.product-lista li:nth-child(1) .img, .product-lista li:nth-child(6) .img {
  padding: 7% 4% 0 7%;
}

@media (max-width: 768px) {
  .product-lista li:nth-child(1) .img, .product-lista li:nth-child(6) .img {
    padding: 4% 5%;
    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;
  }
  .product-lista li:nth-child(1) .img .data, .product-lista li:nth-child(6) .img .data {
    width: 42.85714%;
  }
  .product-lista li:nth-child(1) .img i, .product-lista li:nth-child(6) .img i {
    width: 47.85714%;
  }
  .product-lista li:nth-child(1) .img>i{
    width: 100%;
    padding-top: 10rem;
    padding-left: 13%;
  }
}

.product-lista li:nth-child(1) .img .data, .product-lista li:nth-child(6) .img .data {
  margin-right: 10%;
}

@media (max-width: 768px) {
  .product-lista li:nth-child(1) .img .data, .product-lista li:nth-child(6) .img .data {
    margin-right: 0;
  }
  .cont-cont1 .cont-a1_v1 .bk{
      min-height: auto;
  }
  .product-lista li:nth-child(1) .img .data{
    /* width: 100%; */
  }
  /* .product-lista li .img .data .more-c{
    width: 100%;
  } */
}

/* .product-lista li:nth-child(1) .img .data .tit, .product-lista li:nth-child(6) .img .data .tit {
  height: 2.68em;
} */

@media (max-width: 768px) {
  .product-lista li:nth-child(1) .img .data .tit, .product-lista li:nth-child(6) .img .data .tit {
    height: auto;
  }
  .abt-cont1 .tat-a1{
      padding-bottom: 1rem;
  }
  .abt-cont1 .tat-a1 .futiti{
          bottom: .3rem;
    line-height: 1.5rem;
    font-size: 1.125rem;
  }
}
.cont4{
  margin-top: 6rem;
}
@media (max-width: 768px){
  .xg-cont1{
    padding-top: 2.5rem;
  }
  .cont4{
    margin-top: 2rem;
  }
}
.cont2,.cont3{
  display: none;
}
/* 招聘 */
.job-cont1 .job-a1v1 .job-a1b1{
  width: 48%;
}
.job-cont1 .job-a1v2{
  margin-top: 4rem;
}
.job-cont1 .title_a2 .tat-a1 .tit{
  font-size: 2rem;
}
.job-cont1 .job-a1v1 .job-a1b1 img{
  width: 100%;
}
.job-cont1 .job-a1v1 .job-a1b2{
  width: 48%;
}
.job-cont1{
  padding: 5rem 0;
}
.job-cont1 .job-a1b2 .p1{
  color: #757575;
  font: 500 1rem / 1.8em "helvetica";
  margin: 1em 0 0;
}
.job-cont2 .gsflaz{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2.85rem;
}
.job-cont2 .gsflaz li{
  text-align: center;
  background: #F4F4F4;
  padding: 3rem 3%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.job-cont2 .gsflaz li u{
  display: block;
  font-size: 0;
  width: 4.85rem;
  margin: 0 auto;
}
.job-cont2 .gsflaz li u img{
  width: 100%;
}
.job-cont2 .gsflaz li p{
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666;
  margin-top: 0.5rem;
}
.title_a2.ta .tat-a1 .tit::after{
  margin: 1rem auto 0;
}
.job-cont3{
  padding: 5rem 0;
}
.job-cont3 .wehxas{
  border-top: 1px solid #f0f0f0;
  margin-top: 3rem;
}
.job-cont3 .wehxas dl{
  color: #333;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 1rem 0;
  flex: 1;
  /* text-align: center; */
  padding-left: 2rem;
}
.job-cont3 .service-a6_v1{
  border-top: 1px solid #f0f0f0;
}
.job-cont3 .service-a6_v1 dl{
  border-bottom: 1px solid #f0f0f0;
}
.job-cont3 .service-a6_v1 dl dt{
  position: relative;
  color: #666;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 400;
  cursor: pointer;
}
.job-cont3 .service-a6_v1 dl dt>div{
  padding: 1rem 0;
  flex: 1;
  /* text-align: center; */  padding-left: 2rem;
}
.job-cont3 .service-a6_v1 dl dt i{
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%); color: #000;
  font-size: 1rem;
  font-weight: 700;
}
.job-cont3 .service-a6_v1 dl dd{
  background: #F2F5FA;
  padding: 2rem 2rem;
  color: #666;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
}
.job-cont3 .service-a6_v1 dl dd .ast1{
  font-size: 1rem;
    font-weight: 700;
    padding: 0.25rem 0;
}
.job-cont3 .service-a6_v1 dl dd strong{
  color: #024EA2;
  font-size: 1.125rem;
  display: block;
  margin-bottom: 0.25rem;
}
.job-cont3 .service-a6_v1 dl dd .mehasx{
   font-size: 1.125rem;
   color: #333;
   font-weight: 600;
}
.job-cont3 .service-a6_v1 dl dd .mehasx a{
  color: #024EA2;
}
.job-cont3 .service-a6_v1 dl dd .mehasx a:hover{
  text-decoration: underline;
}
.job-cont3 .service-a6_v1 dl.active dt{
  background: #024EA2;
  color: #fff;
}
.job-cont3 .service-a6_v1 dl.active dt i{
  color: #fff;
}
@media (max-width: 768px){
  .job-cont1{
    padding: 2.25rem 0;
  }
  .job-cont1 .job-a1v1 .job-a1b1{
    width: 100%;
    order: 1;
    margin-top: 1.5rem;
  }
  .job-cont1 .job-a1v1 .job-a1b2{
    width: 100%;
  }
  .job-cont2 .gsflaz{
    grid-template-columns: repeat(2, 1fr);    gap: 1.125rem;    margin-top: 1.85rem;
  }
  .job-cont2 .gsflaz li{
    padding: 2rem 3%;
  }
  .job-cont2 .gsflaz li u{
    width: 4rem;
  }
  .job-cont3{
    padding: 2.25rem 0;
  }
  .job-cont3 .wehxas{
    margin-top: 1.65rem;
  }
  .job-cont3 .wehxas dl{
    flex: auto;
    padding-left: 0;
    text-align: center;font-size: 1.125rem;
  }
  .job-cont3 .wehxas dl:nth-child(5),.job-cont3 .wehxas dl:nth-child(3){
    display: none;
  }
  .job-cont3 .service-a6_v1 dl dt>div{
    padding-left: 0;
    text-align: center;font-size: 1rem;
  }
  .job-cont3 .service-a6_v1 dl dt>div:nth-child(5),.job-cont3 .service-a6_v1 dl dt>div:nth-child(3){
    display: none;
  }
  .job-cont3 .service-a6_v1 dl dd{
    padding: 1.5rem 2rem;
  }
  .job-cont1 .job-a1v2{
    margin-top: 2rem;
  }
  .job-cont1 .title_a2 .tat-a1 .tit{
    font-size: 1.5rem;
  }
}