.cs {
  width: 100%;
  height: 100vh;
  background-color: aqua
}

@font-face {
  font-family: 'Noto Sans SC';
  font-weight: 500;
  src: url(../font/SourceHanSansCN-Medium.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'SourceHanSansCNBold';
  src: url(../font/SourceHanSansCN-Bold.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Simpel';
  src: url(../font/Simpel-Medium-2.otf);
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'YunFengFeiYunTi';
  src: url(../font/YunFengFeiYunTi.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'YunFengFeiYunTi2';
  src: url(../font/YunFengFeiYunTi-2.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

.content {
  overflow: hidden
}

.index::-webkit-scrollbar {
  display: none
}

.index-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  padding-top: 80px
}

#menu {
  opacity: 0;
  transition: all .5s;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 38px;
  top: 50%;
  list-style-type: none;
  z-index: 70;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

#menu li {
  float: left;
  margin-bottom: 3px;
  font-size: 14px
}

.menu-page {
  float: left;
  width: 1px;
  height: 22px;
  background-color: #D8D8D8;
  color: #107CC9
}

.active {
  background-color: #FFFFFF
}

.active .menu-page {
  width: 3px
}

.menu-tit {
  width: 100px;
  margin-left: 10px;
  opacity: 0
}

.active .menu-tit {
  opacity: 1
}

.conBox {
  display: flex;
  justify-content: center;
  position: relative
}

.conBox2 {
  width: 81.25%
}

.top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  height: 80px;
  z-index: -1
}

.env-title1 {
  font-family: 'Simpel';
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #333333
}

.env-title2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
  color: #333333
}

.env-text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #666666
}

.env-46 {
  font-size: 46px;
  font-weight: 900
}

.env-36 {
  font-size: 36px !important;
  font-weight: 700
}

.env-20 {
  font-size: 20px;
  font-weight: 500
}

.env-18 {
  font-size: 18px;
  font-weight: 500
}

.swiper-pagination-bullet-active {
  background-color: #107CC9 !important
}

.head-box {
  margin: 0;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all .5s;
  color: #fff;
  background-color: rgba(0, 92, 158, 0.15)
}

.head-left {
  display: flex;
  justify-content: center;
  align-items: center
}

.head-left a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px
}

.head-text {
  font-weight: 500;
  font-size: 18px
}

.head-logo2 {
  display: none
}

.head-act {
  background: #107CC9;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.04)
}

.head2 .head-listBut div {
  background-color: #ffffff !important
}

.head-box:hover .head-listBut div {
  background-color: #ffffff
}

.head-box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  height: 100%
}

.head-logo {
  height: 50px
}

.head-ul {
  display: flex;
  justify-content: fs;
  align-items: center
}

.head-navUl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%
}

.head-navLi {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-right: 4.84375vw
}

.head-navLi::after {
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 2px;
  left: 50%;
  content: '';
  background-color: #fff;
  transition: all .5s
}

.head-liAct::after {
  width: 100%;
  left: 0
}

.head-navLi:hover::after {
  width: 100%;
  left: 0
}

.head-navLi:last-child {
  margin-right: 0
}

.head-a {
  font-size: 16px
}

.head-navLi:has(.head-a:hover)::after {
  left: 0;
  width: 100%
}

.head-listBut {
  height: 21px;
  display: none;
  justify-content: space-between;
  align-items: self-end;
  flex-direction: column;
  cursor: pointer
}

.head-listBut div {
  transition: all .5s;
  width: 25px;
  height: 3px;
  background-color: #fff
}

.head-listBut div:nth-child(2) {
  width: 20px
}

.head-listAct div:nth-child(2) {
  display: none
}

.head-listAct div:nth-child(1) {
  transform: translateY(9px) rotateZ(45deg)
}

.head-listAct div:nth-child(3) {
  transform: translateY(-9px) rotateZ(-45deg)
}

.head-listBox {
  overflow: hidden;
  width: 100%;
  height: 0;
  background-color: #F4F8FD;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all .5s
}

.head-box:has(.head-listAct) .head-listBox {
  height: 100vh
}

.head-box:has(.head-listAct) .head-listBox {
  height: 100vh
}

.head-box:has(.head-listAct) {
  background-color: #107CC9
}

.head-box:has(.head-listAct) .head-logo1 {
  display: none
}

.head-box:has(.head-listAct) .head-logo2 {
  display: block
}

.head-list {
  margin-top: 20px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.head-listLi {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.head-listLiAct {
  color: #107CC9
}

.icon-right-1-copy {
  font-size: 20px !important
}

.head-listLi a {
  width: 100%;
  padding: 18px 0px
}

.head-listLi a:hover {
  color: #107CC9
}

.head-listLi2 {
  width: 80%;
  overflow: hidden;
  position: relative
}

.head-listLi2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5
}

.banner-swiper {
  overflow: hidden
}

.banner-box {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative
}

.banner-downBox {
  position: absolute;
  bottom: 43.73px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.banner-downBox p {
  margin-bottom: 16px
}

.banner-downImg {
  position: relative
}

.banner-round {
  animation: round 3s linear infinite
}

@keyframes round {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(-360deg)
  }
}

.banner-down {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: down 3s linear infinite
}

@keyframes down {
  0% {
    transform: translate(-50%, -50%)
  }

  25% {
    transform: translate(-50%, -30%)
  }

  50% {
    transform: translate(-50%, -50%)
  }

  75% {
    transform: translate(-50%, -60%)
  }

  100% {
    transform: translate(-50%, -50%)
  }
}

.banner-slide1 {
  height: 100vh
}

.banner1 {
  width: 100%;
  height: 100vh
}

.banner-slide1 {
  position: relative
}

.banner-titBox {
  width: 100%;
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.banner-title1 {
  font-family: "YunFengFeiYunTi", "YunFengFeiYunTi2";
  font-size: 74px;
  line-height: 84px;
  margin-bottom: 1.5625vw;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.4)
}

.banner-line {
  width: 31.25vw;
  height: 4px;
  background-color: #ffffff;
  margin-bottom: 1.7708333333vw;
  position: relative
}

.banner-line2::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  width: 0%;
  height: 100%;
  background-color: #0296FF;
  animation: lineAn 6s linear forwards;
  z-index: 10
}

@keyframes lineAn {
  0% {
    left: 50%;
    width: 0%
  }

  100% {
    left: 0%;
    width: 100%
  }
}

.banner-title2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #ffffff
}

.swiper-pagination3 {
  font-size: 0;
  text-align: center;
  padding: 7px 0;
  position: absolute;
  bottom: 3.3854166667vw !important;
  left: unset !important;
  right: 9.375% !important;
  z-index: 3;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: flex;
  justify-content: right;
  align-items: center
}

.swiper-pagination3 .swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1;
  width: 6px !important;
  height: 6px !important;
  position: relative;
  margin: 0 8px !important
}

.swiper-pagination3 .swiper-pagination-bullet-active::after {
  position: absolute;
  width: 250%;
  height: 250%;
  border-radius: 50%;
  border: 1px solid #ffffff;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.my-bullet {
  width: 8px !important;
  height: 8px !important;
  background-color: #ffffff
}

.abIndex-box {
  position: relative
}

.abIndex-stacen {
  position: absolute;
  top: 0;
  left: -4vw;
  width: 906px;
  z-index: -1;
  transform: translateY(-60%)
}

.abIndex-stacen img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.abIndex-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 5%
}

.abIndex-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.abIndex-box2 {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0)
}

.abIndex-left {
  width: 61%;
  margin-right: 20px;
  position: relative;
  z-index: 10
}

.abIndex-title1:first-letter {
  color: #107CC9
}

.abIndex-title2 {
  letter-spacing: 0.12em;
  font-size: 44px;
  font-weight: 900;
  color: #0070BF;
  text-shadow: 0px 2px 1px rgba(0, 52, 90, 0.3);
  margin-bottom: 5vh
}

.abIndex-text {
  text-indent: 4ch;
  margin-bottom: 8vh
}

.abIndex-butBox {
  display: flex;
  align-items: center
}

.abIndex-but {
  background-color: #107CC9;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 42px;
  position: relative
}

.abIndex-but a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  padding: 15px 30px
}

.abIndex-but img {
  margin-left: 15px
}

.abIndex-but:last-child {
  margin-right: 0
}

.abIndex-but::after {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #107CC9;
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  transition: all .5s
}

.abIndex-but:has(.abIndex-butA:hover)::after {
  left: -6px;
  top: -6px
}

.abIndex-rigBox {
  width: 23.2765625vw;
  height: 13.9661458333vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative
}

.abIndex-square {
  width: 10.2083333333vw;
  height: 4.7916666667vw;
  background-color: #2271B7;
  position: absolute
}

.abIndex-square1 {
  top: 0;
  left: 0
}

.abIndex-square2 {
  right: 0;
  bottom: 0
}

.abIndex-rigBox1 {
  margin-bottom: 1.5104166667vw;
  padding: 10px
}

.abIndex-textBox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  overflow: hidden
}

.abIndex-textBox {
  z-index: 1
}

.abIndex-textBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s
}

.abIndex-textBox:hover img {
  transform: scale(1.1)
}

.abIndex-rigBox2 {
  cursor: pointer;
  transition: all .5s;
  background-position: center;
  background-repeat: no-repeat;
  position: relative
}

.abIndex-rigBox2::after {
  transition: all .5s;
  background-color: rgba(0, 92, 158, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  z-index: 5
}

.abIndex-rigCon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  border: 1px solid #FFFFFF;
  width: 90%;
  height: 90%;
  transition: all .5s
}

.abIndex-play {
  width: 3.7057291667vw;
  height: 3.7057291667vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #FFFFFF
}

.abIndex-play img {
  transform: translateX(10%)
}

.abIndex-playTit {
  font-size: 18px;
  line-height: 2.7083333333vw;
  font-weight: 400;
  color: #FFFFFF
}

.abIndex-rigBox2:hover {
  background-size: 110%
}

.abIndex-rigBox2:hover .abIndex-rigCon {
  transform: translate(-50%, -50%) scale(0.9)
}

.swiper-pagination2 {
  --swiper-theme-color: #107CC9
}

.swiper-pagination2 .swiper-pagination-bullet {
  margin-left: 0 !important;
  margin-right: 20px !important;
  width: 9px;
  height: 9px
}

.swiper-pagination2 .swiper-pagination-bullet-active {
  width: 12px !important;
  height: 12px !important
}

.teIndex-box {
  background-image: url('../images/index/bg2.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative
}

.teIndex-box2 {
  position: relative;
  z-index: 10
}

.teIndex-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0
}

.teIndex-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.teIndex-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.teIndex-title1:first-letter {
  color: #107CC9
}

.teIndex-ul {
  display: flex;
  justify-content: center;
  align-items: center
}

.teIndex-li {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  line-height: 18px;
  padding: 14px 20px;
  border-radius: 90px;
  box-shadow: 0px 4px 8px 0px rgba(0, 92, 158, 0.2);
  margin: 0 20px;
  margin-bottom: 10px;
  cursor: pointer;
  width: auto !important
}

.teIndex-liAct {
  background-color: #107CC9;
  color: #FFFFFF
}

.teIndex-swiper {}

.teIndex-swiper .swiper-slide {
  transition: none !important
}

.teIndex-slide1 {
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 9.375vh 0 0 6.25vh
}

.teIndex-swiper .swiper-slide-active {
  transition: all 1.5s !important
}

.teIndex-swiper .swiper-pagination {
  position: relative;
  z-index: 100;
  bottom: -20px !important
}

.teIndex-conTit1 {
  color: #333333;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 3vh
}

.teIndex-conTit2 {
  color: #107CC9;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 1.71875vw
}

.teIndex-conUl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2.4479166667vw
}

.teIndex-conLi {
  min-width: 50%;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 11px
}

.teIndex-conLi img {
  margin-right: 10px
}

.teIndex-conBox {
  width: 40%;
  margin-top: 1.1979166667vw;
  margin-left: 5.3645833333vw
}

.teIndex-but {
  width: 160px
}

.teIndex-slBox1 {
  width: 80vh;
  position: relative;
  cursor: pointer
}

.teIndex-slBox1::before {
  content: "";
  display: block;
  padding-top: 52.94%
}

.teIndex-slBox2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.teIndex-slBox2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s
}

.advIn-box {
  background-image: url('../images/index/bg3.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative
}

.advIn-box2 {
  position: relative;
  z-index: 10
}

.advIn-bg {
  position: absolute;
  bottom: 0;
  left: 0
}

.advIn-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

.advIn-left {}

.advIn-title1 {
  color: #fff
}

.advIn-title2 {
  color: #fff
}

.advIn-conBox {
  margin-top: 10vh
}

.advIn-ul {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.advIn-li {
  position: relative;
  width: 80vh;
  max-width: 48.5%
}

.advIn-slBox1 {
  overflow: hidden;
  width: 100%;
  position: relative;
  cursor: pointer
}

.advIn-slBox1::before {
  content: "";
  display: block;
  padding-top: 53.33%
}

.advIn-slBox2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.advIn-slBox2 img {
  width: 100%;
  height: 100%;
  transition: all .5s
}

.advIn-titBox {
  position: relative;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4583333333vw;
  z-index: 1000
}

.advIn-titBox21,
.advIn-titBox22 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.advIn-titBox h1 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}

.advIn-titBox2 {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.advIn-line {
  display: inline-block;
  width: 0px;
  background-color: #fff;
  height: 2px;
  margin-right: 0px;
  transition: all .5s
}

.advIn-li:hover .advIn-slBox2 img {
  transform: scale(1.1)
}

.advIn-li:hover .advIn-line {
  width: 30px;
  margin-right: 10px
}

.engIn-box {
  background-image: url('../images/index/bg4.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative
}

.engIn-box2 {
  position: relative;
  z-index: 10
}

.engIn-bg {
  position: absolute;
  bottom: 0;
  left: 0
}

.engIn-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 6vh
}

.engIn-title1 {
  color: #ffffff
}

.engIn-title2 {
  color: #ffffff
}

.eng-right {
  display: flex;
  justify-content: center;
  align-items: center
}

.eng-but {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.eng-img2 {
  display: none
}

.eng-prev {
  margin-right: 13.5px
}

.eng-but:hover {
  background-color: #107CC9
}

.eng-but:hover .eng-img1 {
  display: none
}

.eng-but:hover .eng-img2 {
  display: block
}

.newsIn-box {
  background: linear-gradient(180deg, #FDFEFF -13%, #DEEDFA 100%)
}

.newsIn-box2 {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.newsIn-slBox1 {
  width: 100%;
  position: relative;
  cursor: pointer
}

.newsIn-slBox1::before {
  content: "";
  display: block;
  padding-top: 66.66%
}

.newsIn-slBox2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.newsIn-left {
  max-width: 43.2%;
  width: 65.83vh
}

.newsIn-conBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 42px 1.09375vw
}

.newsIn-titBox {
  width: 83%
}

.newsIn-titBox2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.4583333333vw
}

.newsIn-slBox2 img {
  width: 100%;
  height: 100%;
  transition: all .5s
}

.newsIn-conTit {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.newsIn-conText {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  white-space: normal
}

.newsIn-date {
  font-size: 40px;
  font-weight: 500;
  color: #333333
}

.newsIn-years {
  font-size: 18px
}

.newsIn-right {
  width: 53%;
  display: flex;
  flex-direction: column
}

.newsIn-dateBox {
  text-align: center;
  margin-left: 1.5625vw
}

.newsIn-rigTop {
  margin-top: 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9vh
}

.newsIn-rigTop2 {
  display: none
}

.newsIn-but {
  display: none
}

.newsIn-dateBox2 {
  margin-bottom: 2.3958333333vw
}

.newsIn-date2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #333333
}

.newsIn-years2 {
  font-size: 14px;
  font-weight: 500;
  color: #333333
}

.newsIn-conTit2 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 3.6979166667vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  white-space: normal
}

.newsIn-ul {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.newsIn-li {
  max-width: 47%;
  width: 45.10vh;
  position: relative;
  padding-left: 3.0208333333vw
}

.newsIn-li::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #BBBBBB;
  content: ''
}

.newsIn-li::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 1px;
  background-color: #107CC9;
  content: '';
  z-index: 10;
  transition: all .5s
}

.advIn-line2 {
  line-height: 24px;
  background-color: #107CC9
}

.newsIn-leftA:hover .newsIn-slBox2 img {
  transform: scale(1.1)
}

.newsIn-leftA:hover .newsIn-conTit {
  color: #107CC9
}

.newsIn-leftA:hover .advIn-line2 {
  width: 30px;
  margin-right: 10px
}

.newsIn-liA:hover .newsIn-slBox2 img {
  transform: scale(1.1)
}

.newsIn-liA:hover .newsIn-conTit2 {
  color: #107CC9
}

.newsIn-li:has(.newsIn-liA:hover)::before {
  height: 100%
}

.engIn-conBox {
  overflow: hidden;
  position: relative;
  height: 52vh;
  max-height: 26.0416666667vw
}

.engIn-swiper {
  display: none
}

.roundabout_box {
  position: absolute;
  top: 3px;
  left: 55%;
  transform: translateX(-50%);
  height: 100%
}

.eng-bg {
  position: absolute;
  height: 100%;
  width: 50vw;
  right: 0;
  top: 0;
  z-index: 1000;
  cursor: pointer
}

.roundabout-holder {
  list-style: none;
  width: 93.75vw;
  height: 100%
}

.roundabout-moveable-item {
  width: 52.0833333333vw;
  cursor: pointer;
  background: #f9f9f9
}

.roundabout-moveable-item img {
  height: 100%;
  width: 100%;
  background-color: #fff;
  margin: 0
}

.engIn-slBox1 {
  width: 100%;
  position: relative;
  cursor: pointer
}

.engIn-slBox1::before {
  content: "";
  display: block;
  padding-top: 50%
}

.engIn-slBox2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.engIn-slBox2 img {
  width: 100%;
  height: 100%
}

.engIn-swiper .swiper-slide-active {
  transform: scale(1) !important;
  z-index: 999;
  opacity: 1
}

.engIn-swiper .swiper-slide-next {
  opacity: 1
}

.engIn-swiper .swiper-slide-active>.engIn-slBox1::before {
  content: "";
  display: block;
  padding-top: 50%
}

.engIn-swiper .swiper-slide-active .engIn-slBox1 {
  margin-right: -150px
}

.engIn-con {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 1000;
  height: 100%;
  width: 22.8%;
  padding: 2.6041666667vw 2.34375vw 0
}

.engIn-conTop {
  height: 100%;
  position: relative
}

.engIn-swiper2 {
  overflow: hidden
}

.engIn-conTit {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  white-space: normal
}

.engIn-line {
  width: 46px;
  height: 4px;
  background-color: #107CC9;
  margin-bottom: 9px
}

.engIn-conText {
  color: #666666;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  white-space: normal;
  height: 4.6875vw;
  margin-bottom: 2vh
}

.engIn-details {
  color: #107CC9 !important;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.engIn-details img {
  margin-left: 13px;
  transition: all .5s
}

.engIn-details:hover img {
  transform: translateX(10px)
}

.swiper-pagination2 {
  margin-top: 3.125vw;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.swiper-food {
  height: auto !important
}

.food-box {
  height: 283px;
  background-color: #0061A5
}

.food-box2 {
  height: 100%
}

.food-top {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}

.food-telBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 9px
}

.food-telBox img {
  margin-right: 18px
}

.food-telA {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 34px
}

.food-imBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  position: relative
}

.food-im {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff
}

.food-im:first-child {
  margin-right: 2.2395833333vw
}

.food-ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-top: 30px
}

.food-ul::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1680CB;
  content: '';
  left: 0;
  top: 0
}

.food-li {
  font-weight: 400;
  font-size: 16px;
  color: #DEEDFA;
  margin-right: 3.3333333333vw
}

.food-li:last-child {
  margin-right: 0
}

.food-liAct {
  color: #ffffff;
  font-weight: 500
}

.food-vxBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #00487C;
  padding: 9px 11px 7px 11px
}

.food-vxBox img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.food-vxTit {
  margin-top: 5px;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px
}

.food-bom {
  height: 64.5px;
  background-color: #00487C;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center
}

.food-bom span,
.food-bomA1 {
  margin-right: 10px
}

.food-li a:hover {
  color: #ffffff !important;
  font-weight: 500 !important
}

.cer-box2 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease
}

.cer-boxAct {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6)
}

.cer-boxAct2 {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.2)
}

.cer-but:hover {
  background-color: #1680CB
}

.cel-play {
  width: 960px;
  display: none;
  justify-content: center;
  align-items: center;
  position: relative
}

.cel-play video {
  display: block;
  width: 100%;
  object-fit: cover
}

.cer-close2 {
  position: absolute;
  z-index: 9999;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0, 0, 0);
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  top: 0px;
  right: -80px
}

.cer-close2 img {
  width: 40%;
  height: 40%;
  object-fit: cover
}

.cer-but2:hover {
  background-color: #0070BF
}

.ban-box {
  position: relative
}

.ban-box2 {
  height: 36.4583333333vw;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative
}

.ban-box::after {
  width: 100%;
  position: absolute;
  height: 10px;
  bottom: 0;
  left: 0;
  content: '';
  background: linear-gradient(90deg, #0097FF 2%, #107CC9 100%)
}

.ban-tit {
  position: absolute;
  top: 50%;
  left: 9.375%;
  transform: translateY(-30%)
}

.ban-tit h3 {
  color: #ffffff;
  font-size: 44px;
  font-weight: 500;
  margin-bottom: -0.4166666667vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden
}

.ban-tit h2 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transform: translateX(-2px);
  overflow: hidden
}

.crumbs-box {
  color: #fff;
  font-size: 14px
}

.crumbs-box img {
  transform: translateY(20%);
  margin-right: 5px
}

.crumbs-box ul {
  display: inline
}

.crumbs-box ul li {
  display: inline
}

.crumbs-box ul li p {
  display: inline
}

.crumbs-box ul li span {
  margin: 0 2px
}

.crumbs-box ul li:last-child span {
  display: none
}

.crumbs-box1 {
  position: absolute;
  bottom: 38px;
  width: 100%
}

.crumbs-box2 {
  color: #666666
}

.crumbs-box2 li:last-child {
  color: #333333
}

.cp-box {
  background-image: url('../images/about/bg1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.cp-box2 {
  display: flex;
  justify-content: space-between;
  padding-top: 5.2604166667vw;
  padding-bottom: 10.6770833333vw
}

.cp-left {
  width: 468.54px
}

.cp-tit1 {
  color: #333333;
  margin-bottom: 9px
}

.cp-tit1 span {
  color: #107CC9
}

.cp-tit2 {
  color: #333333;
  position: relative;
  padding-bottom: 2.7083333333vw;
  margin-bottom: 2.0833333333vw
}

.cp-tit2::after {
  width: 100%;
  height: 1px;
  background-color: #107CC9;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0
}

.cp-left p {
  color: #666666;
  line-height: 35px
}

.cp-right {
  color: #666666;
  width: 50%;
  line-height: 40px
}

.dh-box {
  background-image: url('../images/about/bg2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 5.2291666667vw;
  padding-bottom: 5.2083333333vw
}

.dh-box2 {
  display: flex;
  align-items: center;
  flex-direction: column
}

.dh-tit1 {
  color: #ffffff
}

.dh-tit2 {
  color: #ffffff
}

.dh-lineBox {
  margin-top: 7.6875vw;
  width: 72.9166666667vw;
  position: relative
}

.dh-line {
  width: 76.75vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.dh-line2 {
  display: none
}

.dh-slide {
  height: 184px !important;
  position: relative;
  width: 9.5833333333vw !important;
}

.dh-slide:nth-child(2n) {
  width: 15.2083333333vw !important;
  margin-top: 186px
}

.dh-slide:nth-child(6n) {
  width: 16.6666666667vw !important;
  margin-top: 186px;
}

.dh-slide::after {
  transform: translateY(50%);
  content: '';
  position: absolute;
  left: 0px;
  bottom: -1px;
  background: url(../images/about/ww.png) no-repeat center;
  width: 20px;
  height: 30px
}

.dh-slide::before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 9px;
  top: 0px;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(216, 216, 216, 0) 87%)
}

.dh-slide:nth-child(2n)::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  transform: translateY(-50%);
  background: url(../images/about/ww.png) no-repeat center;
  width: 20px;
  height: 30px
}

.dh-slide:nth-child(2n)::before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  left: 9px;
  top: 0px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(216, 216, 216, 0) 87%)
}

.dh-data {
  font-weight: 700;
  font-size: 40px;
  color: #ffffff
}

.dh-swiBox {
  margin-left: 20px
}

.dh-swiBox p {
  width: 242px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff
}

.dh-slide:nth-child(6n) .dh-swiBox p {
  width: 12.6041666667vw
}

.dh-but {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden
}

.dh-but::after {
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: '';
  transform: scale(0);
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%
}

.dh-but img {
  position: relative;
  z-index: 10
}

.dh-but img:nth-child(1) {
  display: block
}

.dh-but img:nth-child(2) {
  display: none
}

.dh-prev {
  left: -6.5104166667vw
}

.dh-next {
  right: -6.5104166667vw
}

.dh-but:hover::after {
  transform: scale(1)
}

.dh-but:hover img:nth-child(1) {
  display: none
}

.dh-but:hover img:nth-child(2) {
  display: block
}

.dh-titBox {
  text-align: center
}

.qc-box {
  background: linear-gradient(180deg, #DAF0FE 6%, #F0F8FB 100%)
}

.qc-box2 {
  padding-top: 5.3854166667vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 5.5208333333vw
}

.qc-titBox {
  text-align: center
}

.qc-tit1 {
  color: #333333;
  text-align: center
}

.qc-tit1 span {
  color: #107CC9
}

.qc-tit2 {
  color: #333333;
  margin-bottom: 5.2083333333vw
}

.qc-slide {
  position: relative
}

.qc-swiBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  padding: 1.4583333333vw 0.5208333333vw 0;
  position: relative;
  cursor: pointer
}

.qc-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 124, 201, 0.8);
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all .5s
}

.qc-bg img {
  width: 40px;
  transform: scale(1.5);
  transition: all .5s
}

.qc-swiBox:hover .qc-bg {
  opacity: 1
}

.qc-swiBox:hover .qc-bg img {
  transform: scale(1)
}

.qc-slBox1 {
  width: 100%;
  position: relative;
  margin-bottom: 9px;
  cursor: pointer
}

.qc-slBox1::before {
  content: "";
  display: block;
  padding-top: 75.94%
}

.qc-slBox2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.qc-slBox2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .5s
}

.qc-swiper {
  width: 100%;
  position: relative
}

.qc-swiTit {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  height: 60px;
  text-align: center
}

.qc-page {
  position: relative;
  padding-top: 2.8645833333vw;
  text-align: center;
  z-index: 10;
  transform: translateY(-100%)
}

.qc-page .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 12.5px !important;
  transition: all .5s
}

.qc-page .swiper-pagination-bullet-active {
  width: 45px;
  border-radius: 12px;
  background-color: #107CC9 !important
}

.case-box {
  background: linear-gradient(128deg, #DFF1FF -28%, rgba(255, 255, 255, 0) 102%);
  padding-top: 6.6145833333vw;
  padding-bottom: 5.9895833333vw
}

.case-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}

.case-li {
  width: 48.51%;
  position: relative;
  margin-bottom: 4.7916666667vw
}

.case-li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 1px;
  background-color: #ADADAD
}

.case-slBox1 {
  overflow: hidden;
  width: 100%;
  position: relative;
  cursor: pointer
}

.case-slBox1::before {
  content: "";
  display: block;
  padding-top: 50%
}

.case-slBox2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.case-slBox2 img {
  width: 100%;
  height: 100%;
  transition: all .5s
}

.case-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.5);
  transition: all .5s
}

.case-layer img {
  width: auto;
  height: auto;
  margin-left: 10px
}

.case-tit {
  padding: 2.34375vw 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #333333;
  line-height: 28px;
  font-size: 28px;
  font-weight: 500;
  transition: all .5s
}

.case-li:hover .case-layer {
  visibility: visible;
  opacity: 1;
  transform: scale(1)
}

.case-li:hover .case-tit {
  background-color: #107CC9;
  color: #ffffff
}

.case-li:hover .case-slBox2 img {
  transform: scale(1.1)
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center
}

.page-item {
  width: 42px;
  height: 42px;
  border-radius: 5px;
  border: 1px solid #D4D4D4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  margin: 0 5.5px;
  transition: all .5s
}

.pagination .active {
  background-color: #107CC9;
  color: #fff
}

.page-item:hover {
  background-color: #107CC9;
  color: #fff
}

.news-box {
  padding-top: 7.9166666667vw;
  padding-bottom: 6.7708333333vw;
  background: linear-gradient(122deg, #DFF1FF -21%, rgba(255, 255, 255, 0) 120%);
  background-color: #fff
}

.news-slBox1 {
  overflow: hidden;
  width: 100%;
  position: relative;
  cursor: pointer
}

.news-slBox1::before {
  content: "";
  display: block;
  padding-top: 66.66%
}

.news-slBox2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.news-slBox2 img {
  width: 100%;
  height: 100%;
  transition: all .5s
}

.news-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.5625vw
}

.news-li {
  width: 31.4%;
  margin-bottom: 3.28125vw
}

.news-ul::after {
  content: "";
  width: 31.4%
}

.news-titBox {
  transition: all .5s;
  padding: 0.78125vw 1.25vw 1.3020833333vw;
  position: relative;
  overflow: hidden
}

.news-titBox::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 4px;
  background-color: #107CC9;
  animation: toleave .5s forwards
}

.news-titBox h1 {
  color: #333333;
  font-size: 22px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .5s
}

.news-titBox p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  white-space: normal;
  margin-bottom: 1.3020833333vw;
  height: 60px
}

.news-date {
  color: #999999;
  font-weight: 500;
  font-size: 16px
}

.news-li:hover img {
  transform: scale(1.1)
}

.news-tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.7291666667vw
}

.news-line {
  display: inline-block;
  width: 0px;
  background-color: #107CC9;
  height: 2px;
  margin-right: 0px;
  transition: all .5s
}

.news-li:hover .news-titBox {
  background-color: #fff
}

.news-li:hover .news-titBox::after {
  animation: toUp .4s forwards
}

@keyframes toUp {
  0% {
    transform: translateX(-101%)
  }

  100% {
    transform: translateX(0%)
  }
}

@keyframes toleave {
  100% {
    transform: translateX(101%)
  }
}

.news-li:hover .news-titBox h1 {
  color: #107CC9
}

.news-li:hover .news-line {
  width: 30px;
  margin-right: 10px
}

.casedet-box {
  margin-top: 80px;
  padding-top: 2.34375vw;
  padding-bottom: 5.2083333333vw
}

.casedet-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.casedet-conBox {
  margin-top: 5.2604166667vw
}

.casedet-conBox2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10
}

.casedet-left {
  width: 53.1%
}

.casedet-right {
  width: 39.84%
}

.casedet-slBox1 {
  overflow: hidden;
  width: 100%;
  position: relative;
  cursor: pointer
}

.casedet-slBox1::before {
  content: "";
  display: block;
  padding-top: 50%
}

.casedet-slBox2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.casedet-slBox2 img {
  width: 100%;
  height: 100%;
  transition: all .5s
}

.casedet-tit {
  position: relative;
  margin-top: 1.0416666667vw;
  padding-bottom: 1.4583333333vw;
  margin-bottom: 2.34375vw
}

.casedet-tit h2 {
  font-size: 28px;
  font-weight: 500;
  color: #107CC9
}

.casedet-tit::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 1px;
  background-color: #D8D8D8
}

.casedet-tit::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 59px;
  content: '';
  height: 4px;
  background-color: #107CC9;
  z-index: 10;
  transform: translateY(50%);
  transition: all .5s
}

.casedet-ul {
  margin-bottom: 2.1875vw
}

.casedet-li {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 0.5208333333vw
}

.casedet-li span {
  font-weight: 500;
  color: #333333
}

.casedet-butBox {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.casedet-but {
  color: #ffffff;
  height: 50px;
  background: linear-gradient(270deg, #107CC9 0%, #005C9E 100%)
}

.casedet-but a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  position: relative
}

.casedet-but a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all .5s
}

.casedet-but1 {
  width: 130px
}

.casedet-but2 {
  width: 80px
}

.casedet-right:hover .casedet-tit::before {
  width: 120px
}

.casedet-but:hover a::after {
  left: 0;
  width: 100%
}

.newsdet-box {
  background: linear-gradient(124deg, #DFEFFC -15%, rgba(255, 255, 255, 0) 111%);
  margin-top: 80px
}

.newsdet-box2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.newsdet-left {
  width: 66%;
  padding-top: 2.34375vw;
  padding-bottom: 8.59375vw
}

.newsdet-titBox {
  position: relative;
  padding-bottom: 0.3645833333vw;
  margin-bottom: 2.6041666667vw
}

.newsdet-titBox::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
  content: ''
}

.newsdet-tit {
  margin-bottom: 1.25vw
}

.newsdet-tit h2 {
  font-size: 38px;
  font-weight: 700;
  color: #333333;
  transform: translate3d(0, 0, 0)
}

.newsdet-date {
  margin-bottom: 1.0416666667vw
}

.newsdet-conBox {
  margin-top: 3.0208333333vw;
  margin-bottom: 4.375vw
}

.newsdet-date {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 16px;
  font-weight: 500
}

.newsdet-date img {
  margin-right: 13px
}

.newsdet-con p {
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #666666 !important;
  line-height: normal;
  text-indent: 2em;
}
.newsdet-con p img{
    max-width: 100%;
}
.newsdet-con p video{
    max-width: 100%;
}
.newsdet-butBox {
  width: 100%;
  background: linear-gradient(270deg, #107CC9 0%, #005C9E 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  color: #ffffff
}

.newsdet-but {
  height: 100%
}

.newsdet-but a {
  display: block;
  height: 100%;
  font-size: 16px;
  font-weight: 300;
  height: 100%;
  padding: 0 1.9791666667vw
}

.newsdet-but a p {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s
}

.newsdet-but img {
  margin-right: 7px
}

.newsdet-but:nth-child(1) a:hover p {
  transform: translateX(-10px)
}

.newsdet-but:nth-child(2) a:hover p {
  transform: translateY(-5px)
}

.newsdet-but:nth-child(3) a:hover p {
  transform: translateX(10px)
}

.newsdet-recommend {
  color: #1F53A9;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 2.0833333333vw
}

.newsdet-redate {
  margin-bottom: 0.7291666667vw;
  font-size: 16px;
  color: #999999;
  font-weight: 500
}

.newsdet-tit {
  font-weight: 500;
  font-size: 18px;
  color: #333333
}

.newsdet-reli {
  margin-bottom: 1.8229166667vw
}

.newsdet-con {
  margin-bottom: 2.8125vw
}

.newsdet-reli:hover .newsdet-tit {
  color: #1F53A9
}

.newsdet-rigth {
  width: 30.6%;
  height: 100%;
  position: relative
}

.newsdet-rigth::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  content: '';
  width: 1px;
  background-color: #D8D8D8
}

.newsdet-recent {
  position: sticky;
  top: 206px;
  left: 0;
  overflow: hidden;
  padding-left: 4.0625vw;
  padding-bottom: 8.59375vw
}

.newsdet-rigTit {
  color: #005C9E;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 2.0833333333vw
}

.contact-box {
  background-color: #fff
}

.message-tit1 {
  font-weight: 600;
  color: #333333
}

.message-conBox {
  margin-top: 6.7708333333vw;
  padding-bottom: 7.1875vw
}

.message-con1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #EBF1F6;
  padding: 3.125vw 5.78125vw 1.9270833333vw 5.3645833333vw;
  border-radius: 10px;
  margin-bottom: 2.9166666667vw
}

.message-con2 {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.message-tit1 span {
  color: #107CC9
}

.message-tit2 {
  color: #333333
}

.message-vxBox {
  display: flex;
  justify-content: center;
  align-items: center
}

.message-vxBox p {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-right: 20px
}

.message-vx {
  width: 7.8125vw;
  height: 7.8125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(315deg, rgba(16, 124, 201, 0.3) 0%, rgba(0, 92, 158, 0.3) 100%)
}

.message-vx img {
  width: 87%;
  height: 87%;
  object-fit: cover
}

.message-conleft {
  width: 24.21875vw;
  height: 23.5416666667vw;
  background: #EBF1F6;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all .5s
}

.message-conleft2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.message-logo {
  width: 27.03125vw;
  position: absolute;
  right: -50px;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: all .5s
}

.message-imgBox1 {
  height: 76px;
  width: 100%;
  margin-bottom: 3.8020833333vw
}

.message-imgBox2 {
  height: 45px;
  margin-bottom: 0.6770833333vw
}

.message-img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s
}

.message-img1 {
  opacity: 1
}

.message-img2 {
  opacity: 0
}

.message-lefttit {
  margin-bottom: 2.8645833333vw;
  width: 63%
}

.message-contit {
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  text-align: center
}

.message-contit2 {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  transition: all .5s
}

.message-conrig {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 23.5416666667vw
}

.message-vxBox2,
.message-conrig2 {
  width: 26.5265625vw;
  height: 11.284375vw;
  border-radius: 10px;
  background: #EBF1F6;
  overflow: hidden;
  position: relative;
  transition: all .5s
}

.message-conrig3 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 100
}

.message-imgBox {
  position: relative
}

.message-contit {
  margin-bottom: 0.78125vw;
  transition: all .5s
}

.message-conrig2:hover {
  background: linear-gradient(82deg, #005C9E -2%, #107CC9 103%)
}

.message-conleft:hover {
  background: linear-gradient(82deg, #005C9E -2%, #107CC9 103%)
}

.message-conrig2:hover .message-logo {
  opacity: 1;
  right: 0
}

.message-conleft:hover .message-logo {
  opacity: 1;
  right: 0
}

.message-conleft:hover .message-contit {
  color: #fff
}

.message-conrig2:hover .message-contit {
  color: #fff
}

.message-conleft:hover .message-contit2 {
  color: #fff
}

.message-conrig2:hover .message-contit2 {
  color: #fff
}

.message-conleft:hover .message-img2 {
  opacity: 1;
  transform: translate(-50%, -50%) rotateY(360deg)
}

.message-conleft:hover .message-img1 {
  opacity: 0;
  transform: translate(-50%, -50%) rotateY(360deg)
}

.message-conrig2:hover .message-img2 {
  opacity: 1;
  transform: translate(-50%, -50%) rotateY(360deg)
}

.message-conrig2:hover .message-img1 {
  opacity: 0;
  transform: translate(-50%, -50%) rotateY(360deg)
}

.contact-contit {
  text-align: center;
  margin-bottom: 2.96875vw
}

.contact-contit h2 {
  font-weight: 700;
  font-size: 40px;
  color: #333333;
  margin-bottom: 9px
}

.contact-contit p {
  font-weight: 500;
  font-size: 18px;
  color: #666666
}

.contact-formBox {
  width: 100%;
  background: #EBF1F6;
  padding: 4.6875vw 4.7916666667vw
}

.mes-formUl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}

.mes-formLi {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  background-color: #ffffff;
  padding: 0.9895833333vw 0.9375vw;
  margin-bottom: 1.3020833333vw;
  border-radius: 5px;
  position: relative;
  cursor: text;
  border: 1px solid #ffffff
}

.mes-formLiAct {
  border: 1px solid rgba(16, 124, 201, 0.5)
}

.mes-formLi2 {
  width: 49%;
  color: #666666;
  font-size: 16px;
  font-weight: 400
}

.mes-formLi4 {
  cursor: pointer
}

.mes-formLi5 {
  cursor: default;
  background-color: transparent;
  border: none
}

.code {
  position: absolute;
  height: 100%;
  right: 0;
  cursor: pointer
}

.mes-formTit {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  margin-right: 22px
}

.mes-inp {
  font-size: 16px
}

.mes-inp {
  color: #666666;
  font-weight: 400;
  font-family: 'Noto Sans SC';
  font-size: 16px
}

.mes-formLi3 {
  width: 100%;
  flex-direction: column;
  align-items: flex-start
}

.mes-inp {
  width: 100%
}

.mes-text {
  width: 100%
}

.mes-formLi3 .mes-formTit {
  margin-bottom: 15px
}

.mes-text {
  height: 133px
}

.mes-but {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #fff;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  transition: all .5s
}

.mes-formBut {
  transition: all .5s
}

.mes-formBut:hover {
  background-color: #107CC9
}

.mes-formBut:hover .mes-but {
  background-color: #107CC9;
  color: #ffffff
}

.contact-conBox {
  background-image: url('../images/about/conbg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 6.0416666667vw;
  padding-top: 3.0729166667vw
}

.case-box {
  background: linear-gradient(122deg, #DFF1FF -21%, rgba(255, 255, 255, 0) 120%);
  background-color: #fff
}

.case-box2 {
  overflow: hidden
}

.advantage-box {
  background-color: #fff
}

.advantage-box2 {
  padding-top: 6.9270833333vw;
  padding-bottom: 1.5625vw;
  overflow: hidden
}

.advantage-img {
  display: none
}

.advantage-conBox {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 3.3854166667vw;
  padding-right: 3.3854166667vw;
  padding-bottom: 4.4791666667vw;
  margin-bottom: 5.5729166667vw;
  display: flex;
  justify-content: flex-start;
  position: relative
}

.advantage-conBox .top {
  transform: translateY(-200%)
}

.advantage-serial {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #007AD0 0%, #107CC9 100%);
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-right: 15px
}

.advantage-ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap
}

.advantage-li {
  width: 33%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.6145833333vw
}

.advantage-li p {
  color: #333333;
  font-size: 24px;
  font-weight: 700
}

.advantage-tit {
  padding-top: 6.5625vw;
  position: relative;
  padding-bottom: 1.9270833333vw;
  margin-bottom: 2.3958333333vw
}

.advantage-tit::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
  content: ''
}

.advantage-tit::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 59px;
  height: 4px;
  background-color: #107CC9;
  content: '';
  z-index: 10;
  transform: translateY(50%);
  transition: all .5s
}

.advantage-text p {
  text-indent: 4ch !important
}

.advantage-text p span {
  font-size: 16px !important;
  color: #333333 !important;
  font-weight: 400 !important;
  line-height: 30px !important
}

.advantage-text {
  margin-bottom: 3.125vw
}

.advantage-tit h2 {
  font-weight: 700;
  font-size: 36px;
  font-size: #333333
}

.advantage-conBox2 {
  width: 54%
}

.advantage-conBox:nth-child(2) {
  justify-content: flex-end
}

.advantage-conBox:nth-child(2) .advantage-conBox2 {
  width: 51%
}

.advantage-conBox2:hover .advantage-tit::before {
  width: 130px
}

.products-conBox1 {
  margin-bottom: 2.2916666667vw
}

.products-conBox1 a {
  background: #F4F7FA;
  background: linear-gradient(90deg, #F4F7FA 0%, #F4F7FA 100%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 1.5104166667vw 1.3020833333vw
}

.products-box {
  background-color: #fff
}

.products-box2 {
  padding-top: 6.25vw;
  padding-bottom: 3.8541666667vw
}

.products-box3 {
  display: flex;
  justify-content: center
}

.products-conBox {
  width: 1400px;
  margin-bottom: 2.1354166667vw
}

.products-slBox1 {
  overflow: hidden;
  width: 44.45%;
  position: relative;
  z-index: 10;
  cursor: pointer;
  background: linear-gradient(117deg, #DEEDFA 0%, #FFFFFF 43%, #DEEDFA 100%)
}

.products-slBox1::before {
  content: "";
  display: block;
  padding-top: 52%
}

.products-slBox2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.products-slBox2 img {
  width: 100%;
  height: 100%;
  transition: all .5s
}

.products-textBox {
  width: 49%;
  position: relative;
  z-index: 10
}

.products-textBox {
  margin-top: 1.7708333333vw
}

.products-tit {
  position: relative;
  padding-bottom: 0.46875vw;
  margin-bottom: 1.5625vw
}

.products-tit::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
  content: ''
}

.products-tit::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 3px;
  background-color: #107CC9;
  content: '';
  z-index: 10;
  transition: all .5s
}

.products-tit h2 {
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  transition: all .5s
}

.products-text p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 4.3229166667vw;
  transition: all .5s
}

.products-more {
  display: flex;
  align-items: center
}

.products-moreIcon1 {
  display: none
}

.products-more p {
  color: #0070BF;
  font-weight: 400;
  font-size: 18px;
  transition: all .5s
}

.products-more .abIndex-icon1 {
  color: #0070BF;
  transition: all .5s
}

.products-conBox1 a::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #005C9E 0%, #107CC9 100%);
  opacity: 0;
  transition: all .5s
}

.products-conBox1:hover a::after {
  opacity: 1
}

.products-conBox1:hover .products-tit h2 {
  color: #fff
}

.products-conBox1:hover .products-tit::before {
  background-color: #fff;
  width: 30%
}

.products-conBox1:hover .products-text p {
  color: #fff
}

.products-conBox1:hover .products-more p {
  color: #fff
}

.products-conBox1:hover .abIndex-icon1 {
  color: #fff
}

.products-conBox1:hover .products-moreIcon1 {
  display: block
}

.products-conBox1:hover .products-moreIcon2 {
  display: none
}

.cer-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease
}

.cer-boxAct {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7)
}

.cer-boxAct2 {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7)
}

.cer-contents img {
  height: 60vh
}

.cer-but {
  position: absolute;
  z-index: 9999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s;
  border-radius: 50%;
  cursor: pointer
}

.cer-close {
  top: 30px;
  right: 30px
}

.cer-prev {
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.cer-next {
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.pro-box {
  margin-top: 80px;
  padding-top: 1.9270833333vw;
  background: linear-gradient(180deg, #DAF0FE 6%, #F0F8FB 100%)
}

.pro-box3 {
  padding-top: 5.5729166667vw;
  display: flex;
  justify-content: flex-start
}

.pro-conBox {
  padding-top: 2.9166666667vw
}

.pro-slBox1 {
  overflow: hidden;
  width: 49.03%;
  position: relative;
  z-index: 10;
  margin-right: 4.53125vw
}

.pro-slBox1::before {
  content: "";
  display: block;
  padding-top: 66.66%
}

.pro-slBox2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.pro-slBox2 img {
  width: 100%;
  height: 100%;
  transition: all .5s
}

.pro-contit h2 {
  font-weight: 700;
  font-size: 44px;
  color: #333333
}

.pro-contit h5 {
  font-weight: 500;
  font-size: 24px;
  color: #107CC9
}

.pro-conUl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap
}

.pro-conLi {
  min-width: 50%;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #666666;
  font-weight: 400
}

.pro-contit h2 {
  margin-bottom: 1.0416666667vw
}

.pro-contit {
  margin-bottom: 1.875vw
}

.pro-conLi img {
  margin-right: 0.5208333333vw
}

.pro-conLi {
  margin-bottom: 0.6770833333vw
}

.fea-tit1 {
  color: #333333;
  text-align: center
}

.fea-titBox {
  text-align: center
}

.fea-tit1 span {
  color: #107CC9
}

.fea-tit2 {
  color: #333333;
  text-align: center;
  margin-bottom: 3.3333333333vw
}

.fea-box2 {
  padding-top: 4.375vw;
  padding-bottom: 6.4583333333vw
}

.fea-conbox {
  display: flex;
  justify-content: safe center;
  align-items: center;
  overflow-x: scroll;
  padding-bottom: 20px
}

.fea-conbox::-webkit-scrollbar {
  height: 10px
}

.fea-conbox::-webkit-scrollbar-thumb {
  background-color: #107CC9
}

.fea-conbox::-webkit-scrollbar-track {
  background-color: #EBF1F6
}

.fea-conbox2::-webkit-scrollbar {
  display: none
}

.fea-li {
  max-width: 15vw;
  min-width: 15vw;
  min-height: 280px;
  background: #EBF1F6;
  margin-right: 0.78125vw;
  padding: 2.5520833333vw 1.8229166667vw 0;
  transition: all .5s
}

.fea-li:last-child {
  margin-right: 0
}

.fea-tit h5 {
  color: #005C9E;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.25vw;
  transition: all .5s
}

.fea-conText p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  transition: all .5s
}

.fea-imgBox {
  height: 40px;
  position: relative;
  margin-bottom: 0.46875vw
}

.fea-imgBox img {
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
  transition: all .5s
}

.fea-li:hover .fea-imgBox img {
  transform: rotateY(180deg)
}

.tec-box {
  background-image: url('../images/about/tecbg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 5.2604166667vw;
  padding-bottom: 10.4166666667vw
}

.tec-but {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ffffff;
  display: none
}

.tec-next {
  top: 50%;
  right: 2vw;
  position: absolute;
  transform: translateY(-50%)
}

.tec-prev {
  top: 50%;
  left: 2vw;
  position: absolute;
  transform: translateY(-50%)
}

.tec-next img {
  transform: translateX(10%)
}

.tec-prev img {
  transform: translateX(-10%)
}

.tec-tit1 {
  color: #ffffff;
  text-align: center
}

.tec-tit2 {
  color: #ffffff;
  text-align: center
}

.tec-conbox {
  display: flex;
  justify-content: safe center;
  margin-top: 5.78125vw
}

.tec-conbox {
  overflow-x: scroll;
  padding-bottom: 20px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none
}

.tec-conbox::-webkit-scrollbar {
  display: none
}

.tec-li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 16.6%;
  position: relative
}

.tec-li:last-child .tec-left {
  display: none
}

.tec-icon {
  width: 7.2916666667vw;
  height: 7.2916666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.4583333333vw
}

.tec-left {
  position: absolute;
  right: 0;
  top: 3.5458vw;
  transform: translateX(50%)
}

.tec-tit h5 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0.8333333333vw
}

.tec-icon::after {
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotateY(90deg);
  left: 50%;
  transition: all .5s
}

.tec-icon img {
  width: 4.1666666667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: all .5s;
  filter: brightness(0) invert(1)
}

.tec-left {
  width: 1.7708333333vw
}

.tec-text {
  width: 67%
}

.tec-text p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center
}

.tec-titBox {
  text-align: center
}

.tec-li:hover .tec-icon img {
  transform: translate(-50%, -50%) rotateY(180deg)
}

.par-box {
  padding-bottom: 3.0729166667vw
}

.par-titBox {
  text-align: center;
  position: relative
}

.par-titBox::after {
  width: 100%;
  height: 2px;
  background-color: #1680CB;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0
}

.par-box2 {
  padding-top: 67px
}

.par-tit1 {
  color: #333333;
  text-align: center
}

.par-tit1 span {
  color: #107CC9
}

.par-tit2 {
  color: #333333;
  text-align: center;
  padding-bottom: 3.1770833333vw;
  margin-bottom: 1.3541666667vw
}

.par-slBox1 {
  position: relative
}

.par-slBox1::before {
  content: "";
  display: block;
  padding-top: 50%
}

.par-slBox2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.par-slBox2 img {
  width: 80%;
  height: 80%;
  transition: all .5s;
  object-fit: cover
}

table {
  width: 100% !important;
  border-collapse: collapse !important;
  table-layout: fixed !important
}

table thead tr th {
  color: #ffffff !important;
  background: #1680CB !important;
  border-color: #1680CB !important;
  width: 22.2395833333vw !important;
  font-size: 20px !important;
  font-weight: 700 !important
}

table thead tr th:first-child {
  text-align: left !important;
  padding-left: 32px !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  width: 14.4791666667vw !important
}

table tbody tr td {
  text-align: center !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #333 !important;
  border-top: 1px solid #DCDCDC !important;
  border-right: 1px solid #DCDCDC !important;
  padding: 11px 5px !important;
  word-wrap: break-word !important
}

table tbody tr td:first-child {
  text-align: left !important;
  padding-left: 32px !important;
  border-top: 1px solid #DCDCDC !important;
  border-right: 1px solid #DCDCDC !important
}

table tbody tr:last-child {
  border-bottom: 1px solid #DCDCDC !important
}

table tbody tr:nth-child(2n) {
  background: #EBF1F6 !important
}

.vid-titBox {
  text-align: center;
  overflow: hidden
}

.vid-box2 {
  padding-top: 2.7083333333vw;
  padding-bottom: 8.0729166667vw
}

.vid-video {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 25.3578125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.vid-play {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71.5px;
  height: 71.5px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  margin-bottom: 7.5px;
  cursor: pointer
}

.vid-play img {
  transform: translateX(10%)
}

.vid-video p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400
}

.message-vxBox2 {
  display: none
}

.teIndex-icon1 {
  font-size: 23px !important;
  color: #107CC9;
  margin-right: 10px
}

.abIndex-icon1 {
  font-size: 16px !important;
  color: #ffffff;
  margin-left: 10px
}

.advIn-icon1 {
  font-size: 20px !important;
  color: #ffffff
}

.engIn-icon1 {
  font-size: 16px !important;
  color: #107CC9;
  margin-left: 10px
}

.crumbs-icon1 {
  font-size: 16px !important;
  color: #ffffff
}

.crumbs-box2 .crumbs-icon1 {
  color: #107CC9
}

@media only screen and (max-width:1540px) {
  .contact-contit h2 {
    font-size: 30px
  }

  .contact-contit p {
    font-size: 16px
  }

  .cp-right {
    line-height: 35px
  }

  .qc-swiTit {
    font-size: 18px;
    height: 56px
  }

  .env-20 {
    font-size: 18px
  }

  .env-18 {
    font-size: 18px
  }

  .abIndex-but {
    font-size: 16px;
    line-height: 16px
  }

  .engIn-conTit {
    font-size: 20px
  }

  .abIndex-but a {
    padding: 10px 24px
  }

  .env-46 {
    font-size: 25px
  }

  .message-contit {
    font-size: 20px
  }

  .message-contit2 {
    font-size: 14px
  }

  .engIn-conText {
    font-size: 16px;
    line-height: 24px
  }

  .banner-title1 {
    font-size: 54px;
    line-height: 67px
  }

  .food-box {
    height: 260px
  }

  .advIn-titBox h1 {
    font-size: 20px
  }

  .newsIn-conTit {
    font-size: 22px
  }

  .env-36 {
    font-size: 28px !important
  }

  .advIn-conBox {
    margin-top: 5vh
  }

  .products-more p {
    font-size: 16px
  }

  .ban-tit h3 {
    font-size: 40px
  }

  .ban-tit h2 {
    font-size: 50px
  }

  .advantage-conBox2 {
    width: 60%
  }

  .message-imgBox2 {
    height: 40px
  }

  .message-imgBox1 {
    height: 65px
  }

  .advantage-li p {
    font-size: 20px
  }

  .case-tit {
    line-height: 24px;
    font-size: 24px
  }

  .newsdet-tit h2 {
    font-size: 30px
  }

  .casedet-right {
    width: 42.84%
  }

  .casedet-li {
    font-size: 14px
  }

  .casedet-but1 {
    width: 110px
  }

  .abIndex-title2 {
    font-size: 36px
  }

  .casedet-but {
    height: 36px
  }

  .casedet-but img {
    height: 20px
  }

  .pro-contit h2 {
    font-size: 36px
  }

  .pro-contit h5 {
    font-weight: 500;
    font-size: 22px
  }

  .abIndex-stacen {
    width: 546px;
    transform: translateY(-45%)
  }

  .fea-tit h5 {
    color: #005C9E;
    font-size: 22px
  }

  .tec-tit h5 {
    font-size: 22px
  }

  .tec-text {
    width: 80%
  }

  table tbody tr td {
    font-size: 16px !important
  }

  table thead tr th {
    font-size: 18px !important
  }

  .head-box {
    height: 60px
  }

  .newsdet-box {
    margin-top: 60px
  }

  .env-title2 {
    font-size: 36px;
    line-height: 56px
  }

  .teIndex-but {
    width: 141px
  }

  .engIn-con {
    padding: 1.604167vw 2vw 2.96875vw
  }

  .newsdet-tit {
    font-size: 16px
  }

  .teIndex-li {
    font-size: 16px
  }
}

@media only screen and (max-width:1360px) {
  .top {
    height: 60px
  }

  .abIndex-stacen {
    width: 445px;
    transform: translateY(-40%);
    left: -3vw
  }

  .newsdet-reli {
    margin-bottom: 0
  }

  .contact-contit p {
    font-size: 16px
  }

  .message-imgBox2 {
    height: 35px
  }

  .message-imgBox1 {
    height: 55px
  }

  .dh-but {
    width: 45px;
    height: 45px
  }

  .dh-prev {
    left: -7.5104166667vw
  }

  .dh-next {
    right: -7.5104166667vw
  }

  .pro-box {
    margin-top: 60px
  }

  .dh-data {
    font-size: 38px
  }

  .dh-swiBox p {
    width: 242px;
    font-size: 14px
  }

  .dh-slide:nth-child(6n) .dh-swiBox p {
    width: 11.604167vw
  }

  table thead tr th {
    font-size: 16px !important
  }

  .cel-play {
    width: 70%
  }

  .tec-tit h5 {
    font-size: 20px
  }

  .tec-text p {
    font-size: 14px
  }

  .pro-contit h5 {
    font-size: 20px
  }

  .pro-contit h2 {
    font-size: 32px
  }

  .pro-slBox1 {
    min-width: 490px
  }

  .cp-left {
    margin-bottom: 15px
  }

  .cp-right {
    line-height: 28px
  }

  .env-20 {
    font-size: 16px
  }

  .env-18 {
    font-size: 14px
  }

  .pro-conLi {
    font-size: 16px
  }

  .fea-imgBox {
    height: 35px
  }

  .fea-tit h5 {
    font-size: 20px
  }

  .cp-left {
    width: 394.54px
  }

  .cp-right {
    line-height: 30px
  }

  .newsdet-rigTit {
    margin-bottom: 1vw
  }

  .casedet-box {
    margin-top: 60px
  }

  .casedet-tit h2 {
    font-size: 24px
  }

  .newsdet-but img {
    height: 18px
  }

  .advIn-conBox {
    margin-top: 5vh
  }

  .newsdet-butBox {
    height: 52px
  }

  .newsdet-rigTit {
    font-size: 26px
  }

  .newsdet-recent {
    top: 150px
  }

  .newsdet-box {
    margin-top: 60px
  }

  .newsdet-redate {
    font-size: 14px;
    margin-bottom: 0
  }

  .products-more p {
    font-size: 14px
  }

  .message-vx {
    width: 9.8125vw;
    height: 9.8125vw
  }

  .message-contit {
    font-size: 18px
  }

  .page-item {
    width: 35px;
    height: 35px
  }

  .message-vxBox2,
  .message-conrig2 {
    width: 29.526563vw
  }

  .message-conleft {
    width: 27.21875vw;
    height: 23.5416666667vw
  }

  .news-date {
    font-size: 14px
  }

  .head-a {
    font-size: 14px
  }

  .head-text {
    font-size: 14px !important
  }

  .news-titBox h1 {
    font-size: 20px
  }

  .teIndex-li {
    font-size: 14px;
    padding: 14px 15px;
    margin: 0 10px
  }

  .news-titBox p {
    font-size: 14px;
    line-height: 24px;
    height: 48px
  }

  .case-layer {
    font-size: 16px
  }

  .case-tit {
    line-height: 22px;
    font-size: 22px
  }

  .advantage-conBox:nth-child(2) .advantage-conBox2 {
    width: 56%
  }

  .advantage-serial {
    margin-right: 10px
  }

  .advantage-li p {
    font-size: 18px
  }

  .crumbs-box {
    font-size: 12px
  }

  .products-text p {
    font-size: 14px
  }

  .ban-tit {
    left: 5%
  }

  .ban-tit h3 {
    font-size: 30px
  }

  .ban-tit h2 {
    font-size: 40px
  }

  .abIndex-title2 {
    font-size: 36px
  }

  .newsIn-conText {
    font-size: 14px
  }

  .head-text {
    font-size: 16px
  }

  .teIndex-but {
    width: 141px
  }

  .newsIn-conTit {
    font-size: 20px
  }

  .engIn-conText {
    font-size: 14px;
    height: 5.25vw;
    margin-bottom: 2vw
  }

  .engIn-details {
    font-size: 14px
  }

  .roundabout_box {
    left: 52%
  }

  .advIn-titBox h1 {
    font-size: 20px
  }

  .conBox2 {
    width: 90%
  }

  .swiper-pagination3 {
    right: 5% !important
  }

  .head-logo {
    height: 40px
  }

  .banner-title2 {
    font-size: 20px
  }

  .banner-downBox p {
    margin-bottom: 10px
  }

  .banner-round {
    width: 35px
  }

  .banner-down {
    height: 15px
  }

  .food-box {
    height: 230px
  }

  .food-left img {
    height: 70px
  }

  .food-li {
    font-size: 14px
  }

  .newsIn-rigTop {
    margin-bottom: 4vh
  }

  .food-telBox img {
    width: 28px
  }

  .food-telA {
    font-size: 30px
  }

  .food-imBox {
    margin-bottom: 15px
  }

  .food-ul {
    padding-top: 20px
  }

  .food-im {
    font-size: 14px
  }

  .abIndex-rigBox {
    width: 333.328px;
    height: 200px
  }

  .abIndex-play img {
    width: 20px
  }

  .abIndex-playTit {
    font-size: 16px
  }

  .abIndex-title2 {
    margin-bottom: 2.0625vw
  }

  .env-title1 {
    font-size: 20px
  }

  .env-title2 {
    font-size: 36px;
    line-height: 56px
  }

  .abIndex-but {
    font-size: 16px;
    line-height: 16px
  }

  .abIndex-but a {
    padding: 10px 25px
  }

  .teIndex-conTit1 {
    font-size: 24px
  }

  .abIndex-icon1 {
    font-size: 14px !important
  }

  .env-text {
    font-size: 15px
  }

  .menu-tit {
    display: none
  }

  .abIndex-but::after {
    left: 2px;
    top: 2px
  }

  .teIndex-slide1 {
    padding: 5.375vh 0 0 0
  }

  .newsIn-years {
    font-size: 16px
  }

  .head-navLi {
    margin-right: 3.84375vw
  }

  .teIndex-conLi {
    font-size: 16px
  }

  .message-con1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #EBF1F6;
    padding: 3.125vw 4.78125vw 1.9270833333vw 3.364583vw;
    border-radius: 10px;
    margin-bottom: 2.9166666667vw
  }

  .message-lefttit {
    width: 78%
  }

  .message-con1 {
    align-items: center
  }

  table tbody tr td {
    font-size: 14px !important
  }

  .fea-li {
    max-width: 17vw;
    min-width: 17vw
  }

  .index-box {
    padding-top: 60px
  }

  .swiper-pagination2 {
    margin-top: 2.125vw
  }
}

@media only screen and (max-width:980px) {
  .dh-prev {
    left: -6vw
  }

  .teIndex-icon1 {
    margin-right: 5px
  }

  .food-left img {
    height: 54px
  }

  .food-telBox img {
    margin-right: 13px;
    width: 22px
  }

  .food-telA {
    font-size: 22px
  }

  .dh-next {
    right: -6vw
  }

  .dh-lineBox {
    width: 82.916667vw
  }

  .dh-line {
    width: 86.75vw
  }

  .dh-data {
    font-size: 38px
  }

  .dh-swiBox p {
    width: 242px;
    font-size: 14px
  }

  .dh-slide:nth-child(6n) .dh-swiBox p {
    width: 242px
  }

  .dh-slide:nth-child(4n) .dh-swiBox p {
    width: 21vw
  }

  .dh-slide {
    height: 184px !important;
    position: relative;
    width: 17.583333vw !important;
  }

  .dh-slide:nth-child(2n) {
    width: 24.208333vw !important;
    margin-top: 186px
  }

  .dh-slide:nth-child(6n) {
    width: 24.208333vw !important;
    margin-top: 186px
  }

  .fea-conbox {
    flex-wrap: wrap
  }

  .cel-play {
    width: 75%
  }

  .cer-close2 {
    width: 10vw;
    height: 10vw;
    right: -9.9vw
  }

  table thead tr th:first-child {
    position: sticky !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 100 !important
  }

  table tbody tr td:first-child {
    position: sticky !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 100 !important;
    background-color: #fff !important
  }

  table tbody tr td:first-child::after {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 1px !important;
    content: '' !important;
    background-color: #DCDCDC !important
  }

  table tbody tr:nth-child(2n) td:first-child {
    background-color: #EBF1F6 !important
  }

  .tec-icon {
    width: 80px;
    height: 80px
  }

  .tec-li {
    min-width: 22%
  }

  .tec-icon img {
    width: 40px
  }

  .tec-left {
    width: 20px
  }

  .mes-inp {
    font-size: 14px
  }

  .mes-but {
    font-size: 14px
  }

  .mes-formLi2 {
    font-size: 14px
  }

  .fea-li {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin: 10px !important;
    padding: 2.5520833333vw 1.8229166667vw 2.5520833333vw;
    min-height: auto
  }

  .fea-box2 {
    padding-top: 40px;
    padding-bottom: 60px
  }

  .pro-box3 {
    flex-direction: column;
    padding-bottom: 60px
  }

  .pro-slBox1 {
    margin: 0 auto;
    min-width: auto;
    width: 80%
  }

  .qc-swiTit {
    font-size: 16px;
    height: 52px
  }

  .cp-box2 {
    flex-direction: column
  }

  .cp-left {
    width: 100%;
    margin-bottom: 30px
  }

  .cp-right {
    width: 100%
  }

  .casedet-conBox2 {
    flex-direction: column
  }

  .casedet-left {
    width: 100%
  }

  .casedet-right {
    width: 100%;
    margin-top: 20px
  }

  .vid-play {
    width: 55px;
    height: 55px
  }

  .vid-play img {
    width: 18px
  }

  .message-con2 {
    flex-wrap: wrap
  }

  .par-tabBox {
    overflow-x: scroll
  }

  .par-table {
    margin-bottom: 30px
  }

  .par-tabBox::-webkit-scrollbar {
    height: 10px
  }

  .par-tabBox::-webkit-scrollbar-thumb {
    background-color: #107CC9
  }

  .par-tabBox::-webkit-scrollbar-track {
    background-color: #EBF1F6
  }

  .env-46 {
    font-size: 28px
  }

  .message-conrig {
    width: 48%;
    height: 30vw;
    margin-bottom: 30px
  }

  .casedet-bg {
    transform: translateX(-86%)
  }

  .message-conrig:nth-child(3) {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    flex-direction: row
  }

  .message-conrig:nth-child(3) .message-conrig2 {
    width: 48%
  }

  .message-vxBox2,
  .message-conrig2 {
    width: 100%;
    height: 13.284375vw
  }

  .message-conleft {
    width: 48%;
    height: 30vw;
    margin-bottom: 30px
  }

  .case-tit {
    line-height: 18px;
    font-size: 18px
  }

  .news-titBox h1 {
    font-size: 18px
  }

  .case-layer {
    font-size: 14px
  }

  .advantage-serial {
    margin-right: 5px
  }

  .products-tit h2 {
    font-size: 25px !important
  }

  .advantage-text p span {
    font-size: 14px !important;
    line-height: 24px !important
  }

  .advantage-li p {
    font-size: 16px
  }

  .advantage-serial {
    width: 30px;
    height: 30px;
    font-size: 14px
  }

  .products-slBox1 {
    width: 48.45%
  }

  .ban-tit h2 {
    font-size: 30px
  }

  .products-text p {
    line-height: 22px
  }

  .teIndex-conBox {
    margin-left: 0
  }

  .engIn-left {
    margin-top: 0
  }

  .newsIn-box2 {
    align-items: center;
    flex-direction: column
  }

  .newsIn-left {
    max-width: none;
    width: 90%
  }

  .newsIn-right {
    width: 90%;
    margin-top: 30px
  }

  .newsIn-rigTop2 {
    display: flex;
    width: 100%;
    margin-bottom: 30px
  }

  .newsIn-rigTop1 {
    display: none
  }

  .index-box {
    height: auto;
    padding-top: 65px;
    align-items: center
  }

  .teIndex-box2 {
    margin-top: 0
  }

  .head-text {
    font-size: 14px
  }

  .engIn-conBox {
    height: auto;
    max-height: none
  }

  .banner-line {
    width: 380px;
    height: 3px
  }

  .swiper-pagination2 {
    margin-bottom: 20px
  }

  .engIn-swiper .swiper-slide-active .engIn-slBox1 {
    margin-right: 0
  }

  .newsIn-conTit2 {
    font-size: 16px
  }

  .teIndex-slide1 {
    flex-direction: column
  }

  .teIndex-slBox1 {
    width: 80%;
    margin: 0 auto
  }

  .teIndex-conBox {
    width: 80%;
    margin: 0 auto
  }

  .teIndex-slide1 {
    padding: 20px 0 80px
  }

  .teIndex-conUl {
    margin-bottom: 30px
  }

  .teIndex-conTit2 {
    font-size: 20px;
    margin-bottom: 20px
  }

  .abIndex-box2 {
    flex-wrap: wrap
  }

  .abIndex-bg {
    left: 0
  }

  .head-navUl {
    display: none
  }

  .food-box {
    height: auto;
    padding: 30px 0
  }

  .food-left {
    width: 100%
  }

  .food-vxBox img {
    width: 80%
  }

  .food-box {
    padding: 17px 0
  }

  .food-bom {
    height: 41.5px
  }

  .food-vxBox {
    padding: 9px 7px 7px 7px
  }

  .food-ul {
    padding-top: 10px
  }

  .head-listBut {
    display: flex
  }

  .abIndex-left {
    margin-right: 0;
    width: 100%
  }

  .abIndex-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .abIndex-play {
    width: 50px;
    height: 50px
  }

  .abIndex-rigBox {
    width: 47%;
    height: auto
  }

  .abIndex-rigBox,
  .abIndex-butBox {
    margin-bottom: 60px
  }

  #menu {
    display: none
  }

  .teIndex-top {
    align-items: center;
    flex-direction: column;
    text-align: center
  }

  .advIn-ul {
    margin-bottom: 90px
  }

  .teIndex-left2 {
    margin-bottom: 30px
  }

  .teIndex-bg {
    height: 110%
  }

  table thead tr th {
    width: 400px !important
  }

  table thead tr th:first-child {
    width: 200px !important
  }

  .mes-formLi {
    padding: 8px;
    margin-bottom: 10px
  }

  .tec-con {
    position: relative
  }

  .tec-but {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none
  }

  .tec-next {
    top: 50%;
    right: -35px;
    position: absolute;
    transform: translateY(-50%)
  }

  .tec-prev {
    top: 50%;
    left: -35px;
    position: absolute;
    transform: translateY(-50%)
  }

  .tec-next img {
    transform: translateX(10%)
  }

  .tec-prev img {
    transform: translateX(-10%)
  }

  .eng-bg {
    display: none
  }

  .tec-conbox::-webkit-scrollbar {
    display: none
  }

  .teIndex-swiper .swiper-pagination {
    bottom: 70px !important;
    top: inherit !
  }

  .news-li {
    width: 47%;
    margin-bottom: 30px
  }

  .ban-box::after {
    height: 7px
  }

  .newsdet-rigth {
    display: none
  }

  .swiper-pagination3 {
    justify-content: center;
    right: 0 !important
  }

  .newsdet-left {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 60px
  }

  .advantage-conBox {
    flex-direction: column;
    background-image: none !important;
    background: linear-gradient(90deg, #DEEDFA 40%, rgba(255, 255, 255, 0) 100%) !important
  }

  .advantage-conBox2 {
    width: 100% !important;
    object-fit: cover
  }

  .advantage-img {
    display: block;
    width: 100%
  }

  .qc-page .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8.5px !important
  }

  .qc-page .swiper-pagination-bullet-active {
    width: 30px
  }

  .roundabout_box {
    left: 72%;
    top: 0
  }

  .teIndex-conTit1 {
    margin-top: 5px;
    font-size: 26px !important
  }

  .advIn-titBox h1 {
    font-size: 22px
  }

  .abIndex-but a {
    padding: 10px 15px
  }

  .abIndex-but {
    font-size: 14px;
    line-height: 14px
  }

  .teIndex-but {
    width: 122px
  }

  .engIn-conText {
    height: auto;
    margin-bottom: 10px;
    -webkit-line-clamp: 2
  }

  .engIn-conTit {
    font-size: 20px;
    -webkit-line-clamp: 1
  }

  .env-title2 {
    font-size: 32px;
    line-height: 56px
  }

  .eng-but {
    width: 45px;
    height: 45px
  }

  .eng-but img {
    width: 16px
  }

  .swiper-pagination2 .swiper-pagination-bullet-active {
    width: 10px !important;
    height: 10px !important
  }

  .swiper-pagination2 .swiper-pagination-bullet {
    margin-right: 13px !important
  }

  .swiper-pagination2 {
    margin-top: 3.125vw
  }

  .advIn-ul {
    flex-direction: column;
    margin-bottom: 0
  }

  .advIn-li {
    margin-bottom: 10vw;
    max-width: 100%;
    width: 100%
  }

  .engIn-swiper {
    display: block
  }

  .roundabout_box {
    display: none
  }

  .engIn-con {
    position: relative;
    top: inherit;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 20px
  }

  .newsIn-box,
  .engIn-conBox {
    padding-bottom: 60px
  }

  .newsdet-con p {
    font-size: 14px !important
  }

  .newsdet-con {
    margin-bottom: 1.8125vw
  }

  .advIn-box {
    padding-bottom: 30px
  }
}

@media only screen and (max-width:768px) {
  .dh-but {
    display: none
  }

  .abIndex-stacen {
    width: 300px;
    transform: translateY(-30%);
    left: -16px
  }

  .abIndex-icon1 {
    font-size: 12px !important
  }

  .teIndex-icon1 {
    font-size: 20px !important;
    margin-right: 3px
  }

  .tec-next {
    top: inherit;
    right: 0px;
    bottom: -20px;
    transform: none
  }

  .tec-prev {
    top: inherit;
    left: 0px;
    bottom: -20px;
    transform: none
  }

  .advIn-li {
    width: 100%;
    margin-bottom: 30px
  }

  .advantage-img {
    width: 100%
  }

  .message-conrig:nth-child(3) {
    flex-direction: column
  }

  .message-conrig:nth-child(3) .message-conrig2 {
    width: 100%
  }

  .env-36 {
    font-size: 24px !important
  }

  .contact-contit {
    margin-bottom: 30px
  }

  .contact-contit p {
    font-size: 14px
  }

  .message-vxBox p {
    font-size: 14px;
    margin-right: 0
  }

  .message-vxBox {
    flex-direction: column-reverse;
    align-items: center
  }

  .dh-lineBox {
    width: 82.916667vw
  }

  .dh-line {
    width: 91.75vw
  }

  .dh-data {
    font-size: 38px
  }

  .dh-swiBox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    margin-top: 20px
  }

  .dh-slide:nth-child(2n) .dh-swiBox {
    align-items: flex-end;
    text-align: right
  }

  .dh-swiBox p {
    width: 46% !important
  }

  .dh-slide {
    height: auto !important;
    position: relative !important;
    width: 100% !important;
    margin-top: 0 !important
  }

  .dh-slide:nth-child(2n) {
    width: 100% !important;
  }

  .dh-slide::after {
    transform: translateX(-50%) rotate(-90deg);
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    background: url(../images/about/ww.png) no-repeat center;
    width: 20px;
    height: 30px
  }

  .dh-slide:nth-child(2n)::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) rotate(90deg);
    background: url(../images/about/ww.png) no-repeat center;
    width: 20px;
    height: 30px
  }

  .dh-slide::before {
    content: '';
    width: 50%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 14px;
    background: linear-gradient(-90deg, #FFFFFF 0%, rgba(216, 216, 216, 0) 87%)
  }

  .dh-slide:nth-child(2n)::before {
    content: '';
    width: 50%;
    height: 2px;
    position: absolute;
    right: 0;
    left: inherit;
    top: 14px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(216, 216, 216, 0) 87%)
  }

  .dh-data {
    font-size: 28px
  }

  .dh-line {
    display: none
  }

  .dh-line2 {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%)
  }

  .dh-lineBox {
    width: 93%
  }

  .dh-box {
    padding-top: 40px;
    padding-bottom: 60px
  }

  .vid-box2 {
    padding-top: 40px;
    padding-bottom: 60px
  }

  .par-tit1 {
    margin-bottom: 0px
  }

  .engIn-icon1 {
    font-size: 14px !important
  }

  .par-tit2 {
    margin-bottom: 20px
  }

  .mes-formTit {
    font-size: 14px
  }

  .vid-play {
    width: 60px;
    height: 60px
  }

  .vid-play img {
    width: 20px
  }

  .mes-but {
    font-size: 14px
  }

  .mes-formLi2 {
    font-size: 14px
  }

  .vid-video p {
    color: #FFFFFF;
    font-size: 16px
  }

  .pro-box3 {
    padding-top: 40px
  }

  .tec-conbox {
    margin-top: 40px
  }

  .tec-li {
    min-width: 29%
  }

  .tec-icon {
    margin-bottom: 10px
  }

  .tec-tit h5 {
    font-size: 18px;
    margin-bottom: 5px
  }

  .tec-box {
    padding-top: 40px;
    padding-bottom: 60px
  }

  .pro-conBox {
    padding-top: 30px
  }

  .pro-contit h2 {
    font-size: 28px;
    margin-bottom: 5px
  }

  .pro-conLi {
    margin-bottom: 20px
  }

  .pro-contit {
    margin-bottom: 20px
  }

  .qc-box2 {
    padding-top: 40px;
    padding-bottom: 60px
  }

  .qc-tit2 {
    margin-bottom: 39.5px
  }

  .qc-page {
    padding-top: 40px
  }

  .cp-box2 {
    padding-top: 40px;
    padding-bottom: 60px
  }

  .qc-page .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8.5px !important
  }

  .qc-page .swiper-pagination-bullet-active {
    width: 25px
  }

  .dh-lineBox {}

  .cp-tit2 {
    padding-bottom: 20px;
    margin-bottom: 15px
  }

  .casedet-box {
    padding-top: 15px;
    padding-bottom: 60px
  }

  .casedet-conBox {
    margin-top: 40px
  }

  .casedet-ul {
    margin-bottom: 30px
  }

  .casedet-tit {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px
  }

  .casedet-li {
    margin-bottom: 5px
  }

  .newsdet-tit h2 {
    font-size: 26px
  }

  .newsdet-tit {
    margin-bottom: 10px
  }

  .newsdet-titBox {
    padding-bottom: 5px;
    margin-bottom: 20px
  }

  .newsdet-con p {
    font-size: 14px !important
  }
.newsdet-con p img{
    width: 100%!important;
    height: auto!important;
    margin-left:-2em;
  }
  .newsdet-con p video{
    width: 100%!important;
    height: auto!important;
    margin-left:-2em;
  }
  .newsdet-con {
    margin-bottom: 20px
  }

  .newsdet-conBox {
    margin-top: 24px;
    margin-bottom: 32px
  }

  .newsdet-butBox {
    height: 45px
  }

  .newsdet-but img {
    height: 16px
  }

  .newsdet-but a {
    font-size: 14px
  }

  .newsdet-date {
    margin-bottom: 8px
  }

  .newsdet-date img {
    margin-right: 6px;
    width: 14px
  }

  .newsdet-date {
    font-size: 14px
  }

  .case-li {
    width: 100%;
    margin-bottom: 30px
  }

  .message-conleft {
    height: auto
  }

  .message-conleft {
    width: 100%
  }

  .message-imgBox {
    margin-bottom: 0
  }

  .message-imgBox img {
    margin-bottom: 0
  }

  .message-conrig {
    width: 100%;
    height: auto;
    margin-bottom: 0
  }

  .message-vxBox2,
  .message-conrig2 {
    height: auto;
    padding: 20px 0;
    margin-bottom: 20px
  }

  .message-contit {
    margin-bottom: 0px
  }

  .message-vx {
    width: 80px;
    height: 80px
  }

  .message-con1 {
    padding: 20px;
    margin-bottom: 20px
  }

  .env-46 {
    font-size: 22px
  }

  .news-titBox h1 {
    margin-bottom: 10px
  }

  .news-titBox p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px
  }

  .news-titBox {
    padding: 10px
  }

  .news-box {
    padding-top: 40px;
    padding-bottom: 60px
  }

  .case-box {
    padding-top: 40px;
    padding-bottom: 60px
  }

  .case-tit {
    padding: 15px 10px;
    line-height: 20px;
    font-size: 20px
  }

  .advantage-ul {
    flex-wrap: wrap
  }

  .advantage-li {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px
  }

  .advantage-box2 {
    padding-top: 40px;
    padding-bottom: 60px
  }

  .advantage-tit {
    padding-top: 30px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px
  }

  .products-box2 {
    padding-top: 40px;
    padding-bottom: 60px
  }

  .crumbs-box1 {
    display: none
  }

  .message-contit {
    font-size: 16px
  }

  .ban-tit h3 {
    margin-bottom: 5px;
    font-size: 20px
  }

  .ban-tit h2 {
    transform: none;
    font-size: 24px
  }

  .ban-tit {
    left: 3%
  }

  .ban-box2 {
    height: 252px
  }

  .products-conBox1 {
    margin-bottom: 30px
  }

  .products-conBox1 a {
    flex-direction: column;
    padding: 20px
  }

  .products-textBox {
    margin-top: 20px
  }

  .products-tit {
    padding-bottom: 10px;
    margin-bottom: 15px
  }

  .products-text p {
    margin-bottom: 40px
  }

  .products-textBox {
    width: 100%
  }

  .products-slBox1 {
    width: 100%
  }

  .index-box {
    padding-top: 65px;
    padding-bottom: 0
  }

  .advIn-titBox {
    position: relative;
    transform: translateY(0)
  }

  .abIndex-title2 {
    font-size: 28px
  }

  .abIndex-play {
    margin-bottom: 10px
  }

  .banner-line {
    width: 280px
  }

  .roundabout-moveable-item {
    top: 0 !important;
    width: 100% !important
  }

  .roundabout-in-focus {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important
  }

  .engIn-conTop {
    height: 46.1vw
  }

  .advIn-icon1 {
    font-size: 16px !important
  }

  .abIndex-rigBox,
  .abIndex-butBox {
    margin-bottom: 30px
  }

  .teIndex-top {
    display: block
  }

  .teIndex-top2 {
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px
  }

  .teIndex-top2::-webkit-scrollbar {
    display: none
  }

  .teIndex-ul {
    justify-content: flex-start
  }

  .newsIn-conTit {
    font-size: 16px
  }

  .newsIn-conBox {
    padding: 20px 0 !important
  }

  .newsIn-date {
    font-size: 25px
  }

  .teIndex-slide1 {
    padding: 20px 0 80px
  }

  .swiper-pagination2 .swiper-pagination {
    display: flex !important;
    justify-content: center;
    align-items: center;
    bottom: 30px !important
  }

  .swiper-pagination2 .swiper-pagination-bullet {
    margin-right: 15px !important
  }

  .swiper-pagination2 {
    justify-content: center
  }

  .engIn-conText {
    height: auto;
    margin-bottom: 20px
  }

  .newsIn-conText {
    width: 95%
  }

  .engIn-line {
    width: 30px
  }

  .engIn-conBox {
    margin-top: 40px
  }

  .food-left {
    margin-bottom: 15px
  }

  .teIndex-but {
    margin-left: 10px
  }

  .teIndex-conTit2 {
    font-size: 22px
  }

  .teIndex-conLi {
    font-size: 16px
  }

  .teIndex-but {
    width: 142px
  }

  .banner-title1 {
    line-height: 46px;
    font-size: 36px;
    margin-bottom: 15px;
    padding: 0 20px
  }

  .banner-line {
    margin-bottom: 15px;
    height: 2px
  }

  .banner-title2 {
    font-size: 16px;
    padding: 0 20px
  }

  .food-left img {
    height: 60px
  }

  .food-im {
    font-size: 14px
  }

  .food-li {
    font-size: 14px
  }

  .conBox2 {
    width: 94%
  }

  .food-con {
    width: 100%;
    margin-bottom: 20px
  }

  .food-bom {
    height: auto;
    display: block;
    padding: 15px 3%;
    text-align: center
  }

  .food-bom a {
    display: inline
  }

  .banner1 {
    width: auto
  }

  .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical>.swiper-pagination-bullets {
    left: 15px;
    right: initial
  }

  .env-title1 {
    font-size: 16px
  }

  .advIn-conBox {
    margin-top: 20px
  }

  .env-title2 {
    font-size: 28px;
    line-height: 30px
  }

  .env-text {
    font-size: 14px;
    line-height: 22px
  }

  .swiper-pagination {
    display: block
  }

  .contact-contit h2 {
    font-size: 24px !important
  }

  .engIn-conTit {
    font-size: 20px
  }

  .eng-but {
    width: 40px;
    height: 40px
  }

  .eng-but img {
    width: 12px
  }

  .abIndex-title2 {
    margin-bottom: 30px
  }

  .abIndex-but:hover::after {
    left: -6px;
    top: -6px
  }

  .abIndex-text {
    margin-bottom: 20px
  }

  .abIndex-butBox {
    margin-bottom: 40px
  }

  .newsIn-years {
    font-size: 14px
  }

  .abIndex-butBox {
    justify-content: flex-start
  }

  .abIndex-but {
    margin-right: 30px
  }

  .teIndex-li {
    font-size: 14px;
    padding: 9px;
    margin: 0 8px
  }

  .message-conBox {
    margin-top: 40px;
    padding-bottom: 60px
  }

  .contact-conBox {
    padding-bottom: 60px;
    padding-top: 10px
  }

  .banner1 {
    height: 60vh
  }

  .banner-swiper {
    height: 60vh
  }

  .banner-slide1 {
    height: 60vh
  }

  .banner-box {
    height: 60vh
  }

  .banner-downBox {
    display: none
  }

  .message-conleft2 {
    padding: 20px 0
  }

  .message-imgBox {
    height: 40px;
    margin-bottom: 20px
  }

  .cer-contents img {
    width: 60vw;
    height: auto
  }

  .fea-li img {
    margin-bottom: 2px
  }

  .fea-tit h5 {
    margin-bottom: 5px
  }

  .fea-tit2 {
    margin-bottom: 20px
  }

  .teIndex-slBox1 {
    width: 100%
  }

  .teIndex-conBox {
    width: 100%
  }

  .pro-slBox1 {
    width: 100%
  }

  .ban-box::after {
    height: 5px
  }
}

@media only screen and (max-width:540px) {
  .case-tit {
    line-height: 18px;
    font-size: 18px
  }

  .food-im {
    display: block;
    padding: 0 45px;
    text-align: center
  }

  .food-im p {
    display: inline
  }

  .eng-but {
    width: 35px;
    height: 35px
  }

  .products-tit h2 {
    font-size: 20px !important
  }

  .newsIn-right {
    width: 100%;
    padding-bottom: 60px
  }

  .page-item {
    width: 30px;
    height: 30px;
    font-size: 14px
  }

  .message-vxBox2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse
  }

  .message-vxBox2 p {
    font-size: 14px
  }

  .message-conleft {
    margin-bottom: 20px
  }

  .message-imgBox {
    height: 34px;
    margin-bottom: 13px
  }

  .message-tit2 {
    font-size: 22px !important
  }

  .newsdet-tit h2 {
    font-size: 24px
  }

  .mes-formLi {
    width: 100%
  }

  .advIn-titBox h1 {
    font-size: 16px
  }

  .newsIn-rigTop2 {
    margin-bottom: 0
  }

  .message-vxBox {
    display: none
  }

  .newsIn-left {
    width: 100%
  }

  .casedet-left {
    width: 100%
  }

  table thead tr th {
    width: 300px !important
  }

  table thead tr th:first-child {
    width: 150px !important
  }

  table tbody tr td:first-child {
    padding-left: 12px !important
  }

  table thead tr th:first-child {
    min-width: 124px !important;
    width: 124px !important
  }

  .vid-video {
    height: 160px
  }

  .vid-play {
    width: 50px;
    height: 50px
  }

  .vid-play img {
    width: 15px
  }

  .vid-video p {
    color: #FFFFFF;
    font-size: 14px
  }

  .teIndex-swiper .swiper-pagination {
    bottom: -80px
  }

  .tec-li {
    min-width: 43%
  }

  .pro-contit h2 {
    font-size: 24px
  }

  .pro-conLi {
    margin-bottom: 15px;
    font-size: 14px
  }

  .pro-contit h5 {
    font-size: 16px
  }

  .tec-left {
    top: 36px
  }

  .fea-li img {
    height: 30px
  }

  .fea-li {
    padding: 15px;
    width: 100%;
    margin: 5px !important;
    min-height: auto
  }

  .fea-conText {
    font-size: 14px
  }

  .qc-swiTit {
    font-size: 14px;
    height: 48px
  }

  .fea-tit h5 {
    font-size: 18px
  }

  .cp-left p {
    line-height: 25px
  }

  .message-logo {
    width: 200px;
    bottom: 0 !important
  }

  .fea-conText p {
    font-size: 14px
  }

  .tec-tit h5 {
    font-size: 16px;
    margin-bottom: 5px
  }

  .env-20 {
    font-size: 14px
  }

  .casedet-tit h2 {
    font-size: 20px
  }

  .cer-but {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px
  }

  .casedet-but a {
    font-size: 14px
  }

  .cer-prev {
    left: 10px
  }

  .cer-next {
    right: 10px
  }

  .news-li {
    width: 100%
  }

  .ban-tit h2 {
    font-size: 22px
  }

  .page-item {
    width: 36px;
    height: 36px
  }

  .abIndex-butBox {
    justify-content: space-between
  }

  .food-bom {
    font-size: 12px
  }

  .index-box {
    padding-top: 35px
  }

  .banner-line {
    width: 260px
  }

  .newsIn-but2 {
    display: none
  }

  .abIndex-stacen {
    position: absolute;
    top: 0px !important;
    left: 0px !important
  }

  .newsIn-but {
    display: block;
    margin: 0
  }

  .abIndex-title2 {
    font-size: 24px
  }

  .engIn-conText {
    margin-bottom: 15px
  }

  .env-title1 {
    font-size: 14px
  }

  .env-title2 {
    font-size: 24px
  }

  .advIn-line {
    display: none
  }

  .news-line {
    display: none
  }

  .advIn-titBox2 {
    width: 95%
  }

  .advIn-ul {
    margin-bottom: 10px
  }

  .food-left {
    display: flex;
    justify-content: center;
    align-items: center
  }

  .abIndex-stacen {
    width: 256px
  }

  .newsIn-li {
    max-width: none;
    padding-left: 0
  }

  .newsIn-li::before {
    display: none
  }

  .newsIn-li::after {
    display: none
  }

  .advIn-li {
    width: 100%;
    margin-bottom: 25px
  }

  .food-telA {
    font-size: 22px
  }

  .food-telBox {
    justify-content: center
  }

  .food-telBox img {
    margin-right: 10px
  }

  .food-left img {
    height: 50px
  }

  .newsIn-ul {
    width: 100%;
    align-items: center;
    flex-direction: column
  }

  .abIndex-right {
    flex-direction: column
  }

  .food-ul {
    display: none
  }

  .abIndex-rigBox1 {
    margin-right: 0
  }

  .newsIn-li {
    width: 100%;
    margin-bottom: 20px
  }

  .banner-title1 {
    line-height: 40px;
    font-size: 40px
  }

  .advIn-box {
    background-position: left
  }

  .food-im:first-child {
    margin-bottom: 10px
  }

  .food-con {
    margin: 10px 0
  }

  .food-imBox {
    flex-direction: column
  }

  .food-top {
    justify-content: center
  }

  .food-box {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center
  }

  .food-left {
    margin-bottom: 10px
  }

  .teIndex-conTit2 {
    font-size: 18px
  }

  .teIndex-conLi {
    font-size: 14px
  }

  .abIndex-but {
    font-size: 14px;
    line-height: 14px
  }

  .abIndex-but a {
    padding: 10px 16px
  }

  .abIndex-square {
    width: 100px;
    height: 48px
  }

  .teIndex-but {
    width: 115px
  }

  .teIndex-but a {
    padding: 10px 10px
  }

  .engIn-details {
    margin-bottom: 15px
  }

  .newsIn-leftA {
    display: flex;
    flex-direction: column-reverse
  }

  .newsIn-conBox {
    align-items: flex-start;
    flex-direction: column-reverse
  }

  .newsIn-titBox {
    width: 100%
  }

  .newsIn-date {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #333333
  }

  .newsIn-dateBox {
    margin-left: 0;
    margin-bottom: 15px
  }

  ;

  .newsIn-dateBox2 {
    margin-bottom: 15px
  }

  .newsIn-years {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #333333
  }

  .teIndex-conTit1 {
    font-size: 20px !important
  }

  .teIndex-conTit1 {
    margin-bottom: 10px
  }

  .teIndex-conTit2 {
    font-size: 16px
  }

  .abIndex-rigBox {
    width: 100%
  }

  .teIndex-conLi img {
    width: 16px;
    margin-right: 10px
  }
}

.anm {
  animation-delay: 0.5s !important
}

.setSlowre {
  animation-direction: reverse
}

.setSlow1 {
  animation: slowAm1 1s forwards
}

.setSlow12 {
  animation: slowAm12 1s forwards
}

.setSlow2 {
  animation: slowAm2 1s forwards
}

.setSlow22 {
  animation: slowAm22 1s forwards !important
}

.setSlow3 {
  animation: slowAm3 1s forwards
}

.setSlow32 {
  animation: slowAm32 1s forwards !important
}

.setSlow4 {
  animation: slowAm4 1s forwards
}

.setSlow42 {
  animation: slowAm42 1s forwards
}

.setSlow5 {
  animation: slowAm5 1s forwards
}

.setSlow52 {
  animation: slowAm52 1s forwards
}

.setSlow6 {
  animation: slowAm6 1s forwards
}

.setSlow62 {
  animation: slowAm62 1s forwards
}

.setSlow7 {
  animation: slowAm7 1.5s forwards
}

.setSlow8 {
  animation: slowAm8 1.5s forwards
}

@keyframes slowAm1 {
  0% {
    opacity: 0;
    transform: translateY(100px)
  }

  100% {
    opacity: 1;
    transform: translateY(0px)
  }
}

@keyframes slowAm12 {
  100% {
    opacity: 0;
    transform: translateY(100px)
  }

  0% {
    opacity: 1;
    transform: translateY(0px)
  }
}

@keyframes slowAm2 {
  0% {
    opacity: 0;
    transform: translateX(-100px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes slowAm22 {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(-100px)
  }
}

@keyframes slowAm3 {
  0% {
    opacity: 0;
    transform: translateX(100px)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes slowAm32 {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(100px)
  }
}

@keyframes slowAm4 {
  0% {
    opacity: 0;
    transform: translateY(-100px)
  }

  100% {
    opacity: 1;
    transform: translateY(0px)
  }
}

@keyframes slowAm42 {
  0% {
    opacity: 1;
    transform: translateY(0px)
  }

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

@keyframes slowAm5 {
  0% {
    transform: translateX(100%);
    opacity: 1
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes slowAm52 {
  0% {
    transform: translateX(0);
    opacity: 1
  }

  100% {
    opacity: 1;
    transform: translateX(100%)
  }
}

@keyframes slowAm6 {
  0% {
    opacity: 1;
    transform: translateX(-100%)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes slowAm62 {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 1;
    transform: translateX(-100%)
  }
}

@keyframes slowAm7 {
  0% {
    transform: translateY(100px);
    opacity: 0
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes slowAm8 {
  0% {
    background-size: 110%;
    opacity: 0
  }

  100% {
    background-size: 100%;
    opacity: 1
  }
}