@font-face{
	font-family:"mont";
	src: url("../css/fonts/Montserrat-Light.otf") format("truetype");
  font-display: swap;
}
@font-face{
	font-family:"mont-me";
	src: url("../css/fonts/Montserrat-Regular.otf") format("truetype");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #003D4C;
}
body::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
  background: #DEDEDE;
}
img {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .swiper-container{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
} */

:root {
  --font-family: 'mont';
  --font-family-me: 'mont-me';
}
.el-message{
  top: 50% !important;
  transform: translate(-50%,-50%) !important;
}
.hamburger {
  display: none;
}
.center-1200 {
  width: 1200px;
}
.center-1400 {
  width: 1400px;
}
.center-1600 {
  width: 1600px;
}
.app{
  display: none;
}
.appExpand{
  width: max-content;
  display: none;
}
.appExpand-rq{
  display: flex;
  align-items: center;
  width: max-content;
  cursor: pointer;
}
.appExpand .appExpand-btn{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.appExpand .appExpand-icon{
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 8px;
}
.appExpand .appExpand-icon.active{
  transform: rotate(180deg);
}
.diaolog-pb{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
}
.diaolog-pb video,
.diaolog-pb img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 75%;
  max-width: 75%;
}
.diaolog-pb i{
  font-size: 46px;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #ffffff;
  cursor: pointer;
}
.diaolog.active{
  display: block;
}
.diaolog iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 75%;
  height: 75%;
}
.message-alert {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
  border-radius: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  width: max-content;
  max-width: 50%;
  text-align: center;
}
.message-alert.success {
  background-color: #55BB8A;
}
.message-alert.error {
  background-color: #F56C6C;
}
.message-alert.warning {
  background-color: #E6A23C;
}
/* seadershow */
.seadershow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.seaderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.seader {
  position: relative;
}
.seader form {
  width: 1000px;
  height: 80px;
  border: 5px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}
.seader form input {
  display: block;
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  font-family: var(--font-family);
}
.seader form button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%;
  border: none;
  outline: none;
  background-color: #003D4C;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--font-family);
  cursor: pointer;
}
.seader form button img {
  display: block;
  width: auto;
  filter: brightness(11);
  margin-right: 20px;
}
.seader .close {
  display: block;
  position: absolute;
  right: -60px;
  top: -80px;
}
.seader .close img {
  display: block;
}
.el-message{
  font-family: var(--font-family);
  z-index: 9999 !important;
}
.header-box.active{
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
}
.header-box{
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  transition: 0.3s;
}
.headerct{
  margin: 0 auto;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerct .right{
  display: flex;
  align-items: center;
  height: 100%;
}
.headerct .nav{
  display: flex;
  height: 100%;
}
.headerct .nav li{
  position: relative;
}
.headerct .nav li .two{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%) scaleY(0);
  opacity: 0;
  transform-origin: top;
  padding-top: 1px;
  transition: 0.4s;
}
.headerct .nav li:hover .two{
  transform: translate(-50%) scaleY(1);
  opacity: 1;
}
.headerct .nav li .tworq{
  background: #FFFFFF;
  box-shadow: 0px 9px 30px 0px rgba(55,55,56,0.14);
  border-radius: 10px;
  width: 360px;
  padding: 14px 0;
}
.headerct .nav li .tworq .row{
  padding: 0 17px;
  /*position: relative;*/
}
.headerct .nav li .tworq .row>a{
  border-radius: 10px;
  padding: 14px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.headerct .nav li .tworq .row>a p{
  width: calc(100% - 30px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}
.headerct .nav li .tworq .row>a i{
  font-size: 18px;
  color: #ffffff;
  transform: translateX(-20px);
  opacity: 0;
  transition: 0.3s;
}
.headerct .nav li .tworq .row:hover>a{
  background-color: #003D4C;
}
.headerct .nav li .tworq .row:hover>a p{
  color: #ffffff;
}
.headerct .nav li .tworq .row:hover>a i{
  transform: translateX(0);
  opacity: 1;
}
.headerct .nav li:not(:first-of-type){
  margin-left: 54px;
}
.headerct .nav li .tworq .row:hover .three{
  transform: scaleX(1);
  opacity: 1;
}
.headerct .nav li .three{
  position: absolute;
  top: 1px;
  left: calc(100% - 8px);
  /* padding-left: 3px; */
  /* transition: 0.4s; */
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  min-height: calc(100% - 1px);
  background: #FFFFFF;
  box-shadow: 15px 11px 15px 0px rgba(55,55,56,0.07);
  border-radius: 0 10px 10px 0;
  /*display: flex;*/
  /*align-items: center;*/
}
.headerct .nav li .threerq{
  max-width: 455px;
  width: max-content;
  /* background: #FFFFFF; */
  /* box-shadow: 0px 9px 30px 0px rgba(55,55,56,0.14); */
  /* border-radius: 10px; */
  padding: 14px 18px;
}
.headerct .nav li .threerq a{
  display: block;
  padding: 14px 15px;
  border-radius: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}
.headerct .nav li .threerq a:hover{
  background-color: #003D4C;
  color: #FFFFFF;
}
.headerct .nav li>a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  transition: 0.3s;
}
.headerct .nav li>a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #003D4C;
  transition: 0.3s;
}
.headerct .nav li.active>a::after,
.headerct .nav li>a:hover::after{
  width: 100%;
}
/* .headerct .nav li>a:hover{
  color: #003D4C;
} */
.headerct .search{
  width: 44px;
  height: 44px;
  background: #EEEEEE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 140px;
}
.headerct .search i{
  font-size: 18px;
  color: #666666;
  transition: 0.3s;
}
.headerct .search:hover{
  background-color: #003D4C;
}
.headerct .search:hover i{
  color: #ffffff;
}
.mySwiper{
  width: 100%;
  height: 100vh;
}
.mySwiper .box{
  width: 100%;
  height: 100%;
  position: relative;
  background: url('../images/sw.jpg') no-repeat center / cover;
}
.mySwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .ct{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mySwiper .ct .rq{
  opacity: 0;
  transform: translateY(40%);
  transition: 1.5s;
  transition-delay: 0.4s;
}
.mySwiper .swiper-slide-active .ct .rq{
  opacity: 1;
  transform: translateY(0);
}
.mySwiper .ct h3{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 55px;
  color: #FFFFFF;
  text-align: center;
}
.mySwiper .ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  margin: 34px 0 90px 0;
}
.mySwiper .ct .abb{
  display: flex;
  justify-content: center;
}
.mySwiper .ct .abb a{
  width: 281px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s;
}
.mySwiper .ct .abb a:not(:first-of-type){
  margin-left: 20px;
}
.mySwiper .ct .abb a::after{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #003D4C;
  transition: 0.4s;
  z-index: -1;
}
.mySwiper .ct .abb a:hover{
  border-color: #003D4C;
}
.mySwiper .ct .abb a:hover::after{
  width: 100%;
}
.mySwiper .ct .abb a:first-of-type{
  border-color: #003D4C;
  background-color: #003D4C;
}
.mySwiper .ct .abb a:first-of-type::after{
  background-color: #8DB9CA;
}
.mySwiper .ct .abb a:first-of-type:hover{
  border-color: #8DB9CA;
}
.pb-h3{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 60px;
  color: #000000;
  text-align: center;
  line-height: 72px;
}
.i1ct{
  padding: 120px 0 130px 0;
  margin: 0 auto;
}
.i1ct .mide{
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
.i1ct .mide .item{
  padding-left: 59px;
  position: relative;
  width: calc(100% / 4);
}
.i1ct .mide .item::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% + 20px);
  background: linear-gradient(to bottom, rgba(220,220,220,1) 70%, rgba(220,220,220,0.1) 100%);
}
.i1ct .mide .item::after{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: calc(100% + 20px);
  background: linear-gradient(to bottom, rgba(220,220,220,1) 70%, rgba(220,220,220,0.1) 100%);
}
.i1ct .mide .item:not(:last-of-type)::after{
  display: none;
}
.i1ct .mide .item .tt{
  display: flex;
  align-items: center;
}
.i1ct .mide .item .tt .pbnum,
.i1ct .mide .item .tt span{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 36px;
  color: #000000;
}
.i1ct .mide .item .tt span{
  margin-left: 9px;
}
.i1ct .mide .item p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #003D4C;
  margin: 19px 0 47px 0;
}
.i1ct .mide .item .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  line-height: 24px;
}
.i2-box{
  width: 100%;
  max-width: 1920px;
  display: flex;
  height: 530px;
  overflow: hidden;
  background-color: #F5F5F5;
  margin: 0 auto;
}
.i2-box .left{
  width: 50%;
  height: 100%;
  padding-left: calc((100% - 1400px) / 2);
  padding-right: 145px;
  display: flex;
  align-items: center;
}
.i2-box .left h3{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 60px;
  color: #222222;
  line-height: 65px;
}
.i2-box .left h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  margin: 33px 0 25px 0;
  line-height: 24px;
}
.i2-box .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  text-align: justify;
  line-height: 24px;
}
.i2-box .right{
  width: 50%;
  height: 100%;
}
.i2-box .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i3-box{
  overflow: hidden;
  padding: 75px 0 130px 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.i3-swiper{
  width: 100%;
  margin-top: 80px;
}
.i3-swiper .pb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  background-color: rgba(255,255,255,0.7);
  border-radius: 50%;
}
.i3-swiper .pb:hover{
  background-color: rgba(255,255,255,1);
}
.i3-swiper .pb i{
  font-size: 24px;
  color: #003D4C;
}
.i3-swiper .prev{
  left: 4%;
}
.i3-swiper .next{
  right: 4%;
}
.i3-swiper .rq{
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
  display: block;
}
.i3-swiper .rq img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.i3-swiper .rq:hover img{
  transform: scale(1.06);
}
.i3-swiper .rq p{
  position: absolute;
  left: 0;
  bottom: 35px;
  padding: 0 15px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  width: 100%;
}
.i4-box{
  overflow: hidden;
  position: relative;
}
.i4-box .bg{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.i4ct{
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 115px 0 150px 0;
}
.i4ct .mide{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.i4ct .mide .left{
  width: 680px;
  height: 520px;
  position: relative;
  overflow: hidden;
}
.i4ct .mide .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.i4ct .mide .left:hover img{
  transform: scale(1.06);
}
.i4ct .mide .right{
  width: 630px;
}
.i4ct .mide .right .row{
  transition: 0.3s;
  padding: 32px 73px 29px 73px;
  position: relative;
}
.i4ct .mide .right .row:not(:first-of-type){
  margin-top: 5px;
}
.i4ct .mide .right .row::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #003D4C;
  transition: 0.5s;
  z-index: -1;
}
.i4ct .mide .right .row:hover::before{
  width: 100%;
}
.i4ct .mide .right .row:hover h4,
.i4ct .mide .right .row:hover p{
  color: #FFFFFF;
}
.i4ct .mide .right .row h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  transition: 0.5s;
}
.i4ct .mide .right .row p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  line-height: 20px;
  transition: 0.5s;
  margin-top: 14px;
}
.i5-box{
  display: flex;
  /*align-items: center;*/
  margin: 0 auto;
  width: 100%;
  /*height: 650px;*/
  max-width: 1920px;
  background-color: #003D4C;
  overflow: hidden;
}
.i5-box .left{
  width: 50%;
  /*height: 100%;*/
  overflow: hidden;
  position: relative;
}
.i5-box .left iframe{
  width: 100%;
  height: 100%;
  display: block;
}
.i5-box .left video{
  display: block;
}
.i5-box .left .bg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.i5-box .left .flowbg{
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}
.i5-box .left .bf{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 0.3s;
  cursor: pointer;
  z-index: 2;
}
.i5-box .left .bf:hover{
  transform: translate(-50%,-50%) scale(1.1);
}
.i5-box .right{
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 120px;
  padding-right: calc((100% - 1400px) / 2);
  padding-top: 70px;
  padding-bottom: 70px;
}
.i5-box .right h3{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 52px;
}
.i5-box .right p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin: 27px 0 70px 0;
  line-height: 24px;
}
.i5-box .right a{
  width: 200px;
  height: 59px;
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #003D4C;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}
.i5-box .right a::after{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #8DB9CA;
  transition: 0.3s;
  z-index: -1;
}
.i5-box .right a:hover::after{
  width: 100%;
}
.i5-box .right a:hover{
  color: #ffffff;
}
.i6-box{
  overflow: hidden;
}
.i6ct{
  margin: 0 auto;
  padding: 125px 0 150px 0;
}
.i6ct .mide{
  margin-top: 50px;
  display: flex;
}
.i6ct .mide .item{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  position: relative;
  height: 530px;
  overflow: hidden;
}
.i6ct .mide .item:nth-of-type(3n){
  margin-right: 0;
}
.i6ct .mide .item .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i6ct .mide .item .flow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  opacity: 0;
  z-index: 1  ;
}
.i6ct .mide .item .txt{
  position: absolute;
  left: 0;
  bottom: 33px;
  padding: 0 15px;
  width: 100%;
  z-index: 3;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
}
.i6ct .mide .item .txt h4{
  text-align: center;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}
.i6ct .mide .item .txt p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  margin-top: 22px;
}
.i6ct .mide .item .flow-title{
  position: absolute;
  left: 0;
  bottom: 33px;
  padding: 0 15px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  z-index: 2;
  opacity: 1;
  transition: 0.5s;
}
.i6ct .mide .item:hover .txt{
  transform: translateY(0);
  opacity: 1;
}
.i6ct .mide .item:hover .flow-title{
  opacity: 0;
  transform: translateY(50px);
}
.i6ct .mide .item:hover .flow{
  opacity: 1;
}
.i7-box{
  overflow: hidden;
  background: linear-gradient(90deg, #E8F9FF 0%, #FFFFFF 100%);
}
.i7ct{
  margin: 0 auto;
  padding: 119px 0 140px 0;
}
.pb-h6{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  line-height: 24px;
  margin: 25px auto 0;
}
.i7ct .mide{
  margin-top: 50px;
  position: relative;
}
.i7ct .mide .bg{
  width: 100%;
}
.i7ct .mide .print{
  position: absolute;
  cursor: pointer;
}
.i7ct .mide .print .rund{
  position: relative;
}
.i7ct .mide .print .rund .pulse{
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  background-color: #003D4C;
  border-radius: 50%;
}
.i7ct .mide .print .rund .pulse1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background-color: rgba(0,61,76, 0.3);
  animation: bigpulse 3s ease-out infinite;
  transition: 0.3s;
}
@keyframes bigpulse {
  0% {
    width: 12px;
    height: 12px;
  }
  100% {
    width: 34px;
    height: 34px;
  }
}
.i7ct .mide .pt1 .rund .pulse1,
.i7ct .mide .pt1 .rund .pulse2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  transition: 0.3s;
}
.i7ct .mide .pt1 .rund .pulse1{
  background-color: rgba(0,61,76, 0.3);
  animation: bigpulse2 3s ease-out infinite;
}
.i7ct .mide .pt1 .rund .pulse2{
  background-color: rgba(0,61,76, 0.15);
  animation: bigpulse3 3s ease-out infinite;
}
@keyframes bigpulse2 {
  0% {
    width: 16px;
    height: 16px;
  }
  100% {
    width: 64px;
    height: 64px;
  }
}
@keyframes bigpulse3 {
  0% {
    width: 64px;
    height: 64px;
  }
  100% {
    width: 115px;
    height: 115px;
  }
}
.i7ct .mide .pt1{
  right: 21%;
  top: 50%;
}
.i7ct .mide .pt2{
  right: 15%;
  bottom: 18%;
}
.i7ct .mide .pt3{
  left: 50.8%;
  top: 31.5%;
}
.i7ct .mide .pt4{
  right: 37.5%;
  top: 52%;
}
.i7ct .mide .pt5{
  right: 42%;
  top: 57%;
}
.i7ct .mide .pt6{
  left: 15.5%;
  top: 36%;
}
.i7ct .mide .pt7{
  left: 21%;
  top: 38.7%;
}
.i7ct .mide .pt8{
  left: 18.5%;
  top: 43%;
}
.i7ct .mide .pt9{
  left: 29.5%;
  bottom: 18%;
}
.i7ct .mide .wz{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #003D4C;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  opacity: 0;
  transform-origin: left;
  transition: 0.4s;
  left: 100%;
  padding-left: 20px;
  width: max-content;
}
.i7ct .mide .pt1 .wz{
  padding-left: 50px;
}
.i7ct .mide .print:hover .wz{
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
}
.i8-box{
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  display: flex;
  height: 850px;
  margin: 0 auto;
}
.i8-box .left{
  width: 50%;
  height: 100%;
  position: relative;
  padding-left: calc((100% - 1400px) / 2);
  padding-right: 50px;
  display: flex;
  align-items: center;
}
.i8-box .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.i8-box .left .wz{
  position: relative;
  z-index: 1;
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 80px;
}
.i8-box .right{
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: calc((100% - 1400px) / 2);
  padding-left: 69px;
}
.i8-box .right .row{
  transition: 0.3s;
  padding: 34px 73px 31px 73px;
  position: relative;
}
.i8-box .right .row:not(:first-of-type){
  margin-top: 10px;
}
.i8-box .right .row::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #003D4C;
  transition: 0.5s;
  z-index: -1;
}
.i8-box .right .row:hover::before{
  width: 100%;
}
.i8-box .right .row:hover h4,
.i8-box .right .row:hover p{
  color: #FFFFFF;
}
.i8-box .right .row h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  transition: 0.5s;
}
.i8-box .right .row p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  line-height: 20px;
  transition: 0.5s;
  margin-top: 10px;
}
.i9-box{
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  display: flex;
  height: 890px;
  margin: 0 auto;
}
.i9-box .left{
  width: 50%;
  height: 100%;
  padding-left: calc((100% - 1400px) / 2);
  padding-right: 90px;
  padding-top: 69px;
}
.i9-box .left h4{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 48px;
}
.i9-box .left h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  margin: 25px 0 39px 0;
}
.i9-box .left .form{
  position: relative;
}
.i9-box .left .form form{
  background: #FFFFFF;
  box-shadow: 0px 9px 25px 0px rgba(17,17,17,0.15);
  width: 940px;
  padding: 38px 125px 45px 125px;
}
.i9-box .left .form form .row{
  display: flex;
  justify-content: space-between;
}
.i9-box .left .form form .row .item{
  width: calc((100% - 30px) / 2);
}
.i9-box .left .form form .row.zrow .item{
  width: 100%;
}
.i9-box .left .form form .item .label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  margin-bottom: 8px;
}
.i9-box .left .form form .item .label span{
  color: #FD0101;
}
.i9-box .left .form form .item input{
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #D2D2D2;
  padding: 0 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  outline: none;
}
.i9-box .left .form form .item textarea{
  width: 100%;
  height: 90px;
  border-radius: 6px;
  border: 1px solid #D2D2D2;
  padding: 0 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  outline: none;
  resize: none;
}
.i9-box .left .form form .item{
  margin-bottom: 16px;
}
.i9-box .left .form form .db{
  display: flex;
  justify-content: space-between;
}
.i9-box .left .form form .db p{
  width: calc(100% - 329px - 40px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
}
.i9-box .left .form form button{
  width: 329px;
  height: 40px;
  background: #003D4C;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
.i9-box .right{
  width: 50%;
  height: 100%;
}
.i9-box .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p1-box{
  position: relative;
  margin-top: 85px;
  position: relative;
  height: calc(100vh - 85px);
}
.p1-box .rd{
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.p1-box .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p1ct{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.p1ct .ct{
  width: 690px;
}
.p1ct .ct.mg{
  width: 660px;
}
.p1ct .ct .desc{
  margin-top: 97px;
}
.p1ct .ct h3{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 55px;
  color: #FFFFFF;
}
.p1ct .ct h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
}
.p1ct .ct p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin: 16px 0 36px 0;
}
.p1ct .ct p br{
    display: none;
}
.p1ct .ct a{
  width: 260px;
  height: 59px;
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #003D4C;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p1ct .ct a::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #8DB9CA;
  transition: 0.3s;
  z-index: -1;
}
.p1ct .ct a:hover::before{
  width: 100%;
}
.p2-box{
  background: url('../images/p11.png') no-repeat center / cover;
}
.p2ct{
  margin: 0 auto;
  padding: 115px 0 150px 0;
}
.p2ct h3{
  font-family: var(--font-family-me);
  font-weight: 400;
  font-size: 36px;
  color: #111111;
  text-align: center;
}
.p2ct .mide{
  margin-top: 55px;
}
.p2ct .mide img{
  max-width: 100%;
  margin: 0 auto;
}
.p3-box{
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.p3-box .top{
  display: flex;
  height: 230px;
}
.p3-box .top .item{
  width: 50%;
  height: 100%;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2%;
}
.p3-box .top .item.one{
  width: 100%;
}
.p3-box .top .item:last-of-type{
  background-color: #003D4C;
}
.p3-box .top .item .rq{
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}
.p3-box .top .item .rq .sz{
  font-family: var(--font-family-me);
  font-weight: 900;
  font-size: 38px;
  color: #000000;
  line-height: 1;
  margin: 0 10px;
}
.p3-box .top .item .rq p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  color: #111111;
}
.p3-box .top .item:last-of-type .rq .sz,
.p3-box .top .item:last-of-type .rq p{
  color: #FFFFFF;
}
.p3-box .mide img{
  width: 100%;
}
.p3-box .bottom{
  display: flex;
}
.p3-box .bottom .item{
  min-height: 230px;
  width: calc(100% / 3);
  background-color: #F6F6F6;
  padding: 50px 130px 36px 130px;
}
.p3-box .bottom .item:nth-of-type(2){
  background-color: #CCE7F2;
}
.p3-box .bottom .item:nth-of-type(3){
  background-color: #003D4C;
}
.p3-box .bottom .item:nth-of-type(3) h4,
.p3-box .bottom .item:nth-of-type(3) p{
  color: #FFFFFF;
}
.p3-box .bottom .item h4{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 30px;
  color: #111111;
}
.p3-box .bottom .item p{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #222222;
  line-height: 20px;
  margin-top: 18px;
}
.p4-box{
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 1920px;
  /*margin: 150px auto 0;*/
  /*height: 650px;*/
  background-color: #003D4C;
}
.p4-box.caolActive{
    align-items: unset;
}
.p4-box.caolActive .left{
    height: unset;
}
.p4-box.caolActive iframe{
    width: 100%;
    height: 100%;
    display: block;
}
.p4-box .left{
  width: 50%;
  height: 100%;
  position: relative;
}
.p4-box .left video{
  display: block;
}
.p4-box .left .bg{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p4-box .left .flowbg{
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}
.p4-box .left .rund{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 0.6s;
  cursor: pointer;
  z-index: 2;
}
.p4-box .left .rund:hover{
  transform: translate(-50%,-50%) scale(1.1);
}
.p4-box.caolActive .right{
    padding-top: 70px;
    padding-bottom: 70px;
}
.p4-box .right{
  padding-left: 115px;
  padding-right: calc((100% - 1400px) / 2);
  /*padding-top: 110px;*/
  padding-top: 20px;
  padding-bottom: 20px;
  width: 50%;
  /*height: 100%;*/
}
.p4-box .right h3{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 52px;
}
.p4-box .right a{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  width: 310px;
  height: 59px;
  background: #FFFFFF;
  border-radius: 30px;
  margin-top: 90px;
}
.p4-box .right a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #003D4C;
  transition: 0.3s;
  margin-right: 10px;
}
.p4-box .right a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #8DB9CA;
}
.p4-box .right a:hover::before{
  width: 100%;
}
.p5-box{
  overflow: hidden;
}
.p5ct{
  padding: 110px 0 135px 0;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.p5ct .left{
  width: 450px;
  height: 650px;
  position: relative;
}
.p5ct .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p5ct .left .flow{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 110px 89px 55px;
}
.p5ct .left .flow h3{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 72px;
}
.p5ct .left .flow p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 10px;
}
.p5ct .right{
  width: calc(100% - 450px - 30px);
  background-color: #F6F6F6;
  background: url('../images/p13.jpg') no-repeat center / cover;
  padding: 43px 80px 100px 80px;
}
.p5ct .right .tab{
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
}
.p5ct .right .tab a{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  padding-bottom: 12px;
  position: relative;
  margin-right: 28px;
  margin-top: 12px;
  transition: 0.3s;
}
.p5ct .right .tab a:hover{
  color: #000000;
}
.p5ct .right .tab a:last-of-type{
  margin-right: 0;
}
.p5ct .right .tab a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: 0.3s;
}
.p5ct .right .tab a.active{
  color: #000000;
}
.p5ct .right .tab a.active::after{
  width: 100%;
}
.p5ct .right .mide{
  margin-top: 40px;
}
.p5ct .right .mide .row:not(:first-of-type){
  margin-top: 17px;
}
.p5ct .right .mide .row .bt{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p5ct .right .mide .row .bt i{
  font-size: 16px;
  color: #003D4C;
}
.p5ct .right .mide .row .bt h6{
  width: calc(100% - 16px - 10px);
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
}
.p5ct .right .mide .row .desc{
  padding-left: 26px;
  margin-top: 17px;
}
.p5ct .right .mide .row .desc p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  padding-left: 12px;
  position: relative;
}
.p5ct .right .mide .row .desc p:not(:first-of-type){
  margin-top: 17px;
}
.p5ct .right .mide .row .desc p::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  background: #535353;
  border-radius: 50%;
}
.p5ct .right .mide .rq:not(:first-of-type){
  display: none;
}
.p7ct{
  margin: 0 auto;
  padding-bottom: 135px;
}
.p7ct .rq{
  padding: 40px 50px 80px 50px;
  background-color: #F6F6F6;
}
.p7ct .title{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.p7ct .mide{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.p7ct .mide .item{
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
}
.p7ct .mide .item:nth-of-type(3n){
  margin-right: 0;
}
.p7ct .mide .item h4{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 26px;
  height: 78px;
}
.p7ct .mide .item .line{
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 15px 0;
}
.p7ct .mide .item img{
  width: 100%;
}
.p7ct .mide .item .desc{
  font-family: var(--font-family-me);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  margin-top: 20px;
}
.p7ct .mide .item .desc p:not(:first-of-type){
  margin-top: 15px;
}
.p6-box{
  background-color: #F8F8F8;
}
.pb6ct{
  padding: 119px 0 130px 0;
  margin: 0 auto;
}
.pb6ct>p{
  font-family: var(--font-family-me);
  font-weight: 400;
  font-size: 18px;
  color: #444444;
  text-align: center;
  margin-top: 20px;
}
.pb6ct .mide{
  margin-top: 60px;
  position: relative;
}
.pb6ct .mide .pb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #003D4C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.pb6ct .mide .pb.swiper-button-disabled{
  display: none;
}
.pb6ct .mide .pb i{
  font-size: 16px;
  color: #003D4C;
  transition: 0.3s;
}
.pb6ct .mide .pb:hover{
  background-color: #003D4C;
}
.pb6ct .mide .pb:hover i{
  color: #FFFFFF;
}
.pb6ct .mide .prev{
  left: -70px;
}
.pb6ct .mide .next{
  right: -70px;
}
.pb6ct .mide .p6-swiper a{
  width: 100%;
  height: 340px;
  position: relative;
  overflow: hidden;
  display: block;
}
.pb6ct .mide .p6-swiper a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.pb6ct .mide .p6-swiper a:hover img{
  transform: scale(1.08);
}
.pb6ct .mide .p6-swiper a .flow{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 0 20px;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
}
.banner{
  width: 100%;
  height: calc(100vh - 85px);
  margin-top: 85px;
  position: relative;
  overflow: hidden;
}
.banner .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner.soluttion{
  background: url('../images/solutionsBanner.jpg') no-repeat center / cover;
}
.banner.soluttion::before{
  display: block;
}
.banner::before{
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 24, 30, 0.5);
}
.banner .ct{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}
.banner .ct .rq{
  width: 670px;
}
.banner .ct h3{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 55px;
  color: #FFFFFF;
}
.banner .ct p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin: 38px 0;
}
.banner .ct a{
  width: 260px;
  height: 59px;
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #003D4C;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner .ct a::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #8DB9CA;
  transition: 0.3s;
  z-index: -1;
}
.banner .ct a:hover::before{
  width: 100%;
}
.p2-box.solution{
  background: #ffffff;
}
.s1-box{
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  height: 650px;
  background-color: #003D4C;
}
.s1-box .left{
  width: 50%;
  height: 100%;
}
.s1-box .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s1-box .right{
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 110px;
  padding-right: calc((100% - 1400px) / 2);
}
.s1-box .right h3{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
}
.s1-box .right .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin: 20px 0 70px 0;
  line-height: 24px;
}
.s1-box .right .desc p:not(:first-of-type){
  margin-top: 15px;
}
.s1-box .right a{
  width: 200px;
  height: 59px;
  background: #FFFFFF;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #003D4C;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.s1-box .right a::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #8DB9CA;
  transition: 0.3s;
  z-index: -1;
}
.s1-box .right a:hover::before{
  width: 100%;
}
.p3-box.solution{
  margin-top: 116px;
}
.p3-box.solution .bottom .item p{
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}
.p3-box.mad{
  margin-bottom: 150px;
}
.s3ct{
  padding: 108px 0 100px 0;
  margin: 0 auto;
}
.s3ct .swb{
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s3ct .swb .pb{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #003D4C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.s3ct .swb .pb i{
  font-size: 16px;
  color: #003D4C;
  transition: 0.3s;
}
.s3ct .swb .pb:hover{
  background-color: #003D4C;
}
.s3ct .swb .pb:hover i{
  color: #FFFFFF;
}
.s3ct .swb .s-swiper{
  width: calc(100% - 140px - 20px);
  padding: 20px;
}
.s3ct .swb .s-swiper a{
  display: block;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(17,17,17,0.1);
}
.s3ct .swb .s-swiper a img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.s3ct .swb .s-swiper a .txt{
  /* position: absolute;
  left: 50%;
  top: 340px;
  transform: translateX(-50%); */
  /* width: 80%; */
  padding: 30px 15px 60px 15px;
}
.s3ct .swb .s-swiper a .txt h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.s3ct .swb .s-swiper a .txt .an{
  width: 220px;
  height: 50px;
  background: #003D4C;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 28px auto 0;
}
.s3ct .swb .s-swiper a .txt .an::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #8DB9CA;
  transition: 0.3s;
  z-index: -1;
}
.s3ct .swb .s-swiper a .txt .an:hover::before{
  width: 100%;
}
.s3ct .swb .s-swiper a .txt .an:hover{
  color: #003D4C;
}
.app1-1box{
  overflow: hidden;
}
.app1-1ct{
  padding: 90px 0 230px 0;
  margin: 0 auto;
}
.app1-1ct .mide{
  margin-top: 90px;
}
.app1-1ct .mide .row{
  display: flex;
  height: 550px;
  background-color: #F8F8F8;
}
.app1-1ct .mide .row:not(:first-of-type){
  margin-top: 70px;
}
.app1-1ct .mide .row:nth-of-type(even){
  flex-direction: row-reverse;
}
.app1-1ct .mide .row .left{
  width: 50%;
  height: 100%;
}
.app1-1ct .mide .row .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app1-1ct .mide .row .right{
  width: 50%;
  height: 100%;
  padding: 0 109px;
  display: flex;
  align-items: center;
}
.app1-1ct .mide .row .right .rq{
  position: relative;
}
.app1-1ct .mide .row .right .flow{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 150px;
  color: #222222;
  line-height: 1;
  opacity: 0.06;
  position: absolute;
  left: -65px;
  top: -55px;
}
.app1-1ct .mide .row .right h4{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 30px;
  color: #222222;
}
.app1-1ct .mide .row .right .desc{
  margin: 40px 0 60px 0;
}
.app1-1ct .mide .row .right .desc p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  padding-left: 17px;
  position: relative;
}
.app1-1ct .mide .row .right .desc p:not(:first-of-type){
  margin-top: 15px;
}
.app1-1ct .mide .row .right .desc p::before{
  display: block;
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #003D4C;
  border-radius: 50%;
}
.app1-1ct .mide .row .right a{
  width: 260px;
  height: 50px;
  background: #003D4C;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.app1-1ct .mide .row .right a::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #8DB9CA;
  transition: 0.3s;
  z-index: -1;
}
.app1-1ct .mide .row .right a:hover::before{
  width: 100%;
}
.app1-1ct .mide .row .right a:hover{
  color: #003D4C;
}
.app1-2box{
  background: url('../images/app6.jpg') no-repeat center / cover;
  overflow: hidden;
}
.app1-2ct{
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
}
.app1-2ct .item{
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
  background-color: #ffffff;
  padding: 70px 55px 95px 55px;
}
.app1-2ct .item:nth-of-type(2n){
  margin-right: 0;
}
.app1-2ct .item h4{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  line-height: 48px;
  height: 96px;
}
.app1-2ct .item .line{
  width: 100%;
  height: 1px;
  background: #BFBFBF;
  margin: 29px 0 41px 0;
}
.app1-2ct .item .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.app1-2ct .item .desc em{
  font-weight: bold;
  font-style: normal;
}
.app1-2ct .item .desc p:not(:first-of-type){
  margin-top: 15px;
}
.app2-1box{
  width: 100%;
  max-width: 1920px;
  display: flex;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding-top: 245px;
}
.app2-1box .left{
  width: 950px;
  height: 750px;
  position: absolute;
  left: 0;
  top: 138px;
}
.app2-1box .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app2-1box .right{
  width: 1060px;
  height: 750px;
  padding-left: 100px;
  padding-right: calc((100% - 1400px) / 2);
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.app2-1box .right h4{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 48px;
  color: #111111;
  line-height: 60px;
}
.app2-1box .right .desc{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #111111;
  line-height: 30px;
  margin: 36px 0 50px 0;
}
.app2-1box .right .desc p:not(:first-of-type){
  margin-top: 35px;
}
.app2-1box .right a{
  width: 260px;
  height: 50px;
  background: #003D4C;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.app2-1box .right a::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #8DB9CA;
  transition: 0.3s;
  z-index: -1;
}
.app2-1box .right a:hover::before{
  width: 100%;
}
.app2-1box .right a:hover{
  color: #003D4C;
}
.p3-box.app2{
  margin-top: 115px;
}
.p3-box.app2 .bottom:last-of-type .item:nth-of-type(1){
  background-color: #003D4C;
}
.p3-box.app2 .bottom:last-of-type .item:nth-of-type(2){
  background-color: #CCE7F2;
}
.p3-box.app2 .bottom:last-of-type .item:nth-of-type(3){
  background-color: #F6F6F6;
}
.p3-box.app2 .bottom:last-of-type .item:nth-of-type(1) h4,
.p3-box.app2 .bottom:last-of-type .item:nth-of-type(1) p{
  color: #ffffff;
}
.p3-box.app2 .bottom:last-of-type .item:nth-of-type(3) h4{
  color: #111111;
}
.p3-box.app2 .bottom:last-of-type .item:nth-of-type(3) p{
  color: #222222;
}
.s3-box.app2 .s3ct{
  padding-top: 0;
}
.p3-box.app2.app3 .bottom:last-of-type .item:nth-of-type(2){
  background-color: #F6F6F6;
}
.p3-box.app2.app3 .bottom:last-of-type .item{
  width: calc(100% / 2);
}
.n1-box{
  width: 100%;
  height: calc(100vh - 85px);
  margin-top: 85px;
  position: relative;
}
.n1-box .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n1-box .ct{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.n1-box .ct h3{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 72px;
  color: #FFFFFF;
  text-align: center;
}
.n1-box .ct p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  margin-top: 24px;
}
.n2-box{
  background-color: #F5F5F7;
}
.n2ct{
  padding: 90px 0 140px 0;
  margin: 0 auto;
}
.news-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 85px;
}
.news-list li{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-top: 40px;
}
.news-list li:nth-of-type(1),
.news-list li:nth-of-type(2),
.news-list li:nth-of-type(3){
  margin-top: 0;
}
.news-list li:nth-of-type(3n){
  margin-right: 0;
}
.news-list li a{
  display: block;
  width: 100%;
  background-color: #ffffff;
  transition: 0.3s;
}
.news-list li a:hover{
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  transform: translateY(-15px);
}
.news-list li a:hover .txt h4{
  color: #003D4C;
}
.news-list li a .ib{
  width: 100%;
  height: 248px;
}
.news-list li a .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list li a .txt{
  padding: 23px 33px 37px 33px;
}
.news-list li a .txt h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #111111;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.3s;
}
.news-list li a .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 18px 0 55px 0;
}
.news-list li a .txt h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #111111;
}
.n3ct{
  padding: 117px 0 200px 0;
  margin: 0 auto;
}
.n3ct .mide{
  margin-top: 100px;
}
.n3ct .mide .row:not(:first-of-type){
  margin-top: 62px;
}
.n3ct .mide .row:not(:first-of-type) .rb{
  display: none;
}
.n3ct .mide .row .time{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid #7D7D7D;
}
.n3ct .mide .row .time .left{
  display: flex;
  align-items: flex-end;
  border-radius: 35px 35px 35px 0;
  background-color: #003D4C;
  padding: 19px 22px 15px 20px;
}
.n3ct .mide .row .time .left p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 1;
}
.n3ct .mide .row .time .left span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 7px;
}
.n3ct .mide .row .more{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #003D4C;
  cursor: pointer;
}
.n3ct .mide .row .rba{
  padding: 32px 0;
  display: block;
}
.n3ct .mide .row .rba .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #111111;
}
.n3ct .mide .row .rba .xmy{
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.n3ct .mide .row .rba .xmy{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.n3ct .mide .row .rb .rba:first-of-type{
    display: none;
}
.n3ct .mide .row .rb .rba{
  border-bottom: 1px solid #DCDCDC;
}
.n3ct .mide .row>.rba:first-of-type{
  border-bottom: 1px solid #DCDCDC;
}
.m1-box{
  overflow: hidden;
}
.m1ct{
  margin: 0 auto;
  padding: 0 0 160px 0;
}
.m1ct .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m1ct .top .left{
  width: 580px;
}
.m1ct .top .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  line-height: 24px;
  margin: 27px 0 98px 0;
}
.m1ct .top .left a{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  width: 200px;
  height: 59px;
  background: #003D4C;
  border-radius: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.m1ct .top .left a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #8DB9CA;
}
.m1ct .top .left a:hover::before{
  width: 100%;
}
.m1ct .top .left h3{
  text-align: left;
}
.m1ct .top .right{
  width: 750px;
  height: 490px;
  background: linear-gradient(90deg, #F9FDFE 0%, #D6F4FD 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.m1ct .top .right img{
  max-width: 95%;
  max-height: 95%;
}
.m1ct .bottom{
  width: 100%;
  height: 500px;
  margin-top: 50px;
}
.m1ct .bottom img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n1-box.ab .ct h3{
  font-size: 48px;
}
.ab1-box{
  overflow: hidden;
}
.ab1ct{
  padding: 137px 0 182px 0;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.ab1ct .left{
  width: 605px;
  padding-top: 75px;
}
.ab1ct .left h3{
  text-align: left;
}
.ab1ct .left .line{
  width: 55px;
  height: 3px;
  background: #003D4C;
  margin: 40px 0 49px 0;
}
.ab1ct .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #111111;
  line-height: 30px;
}
.ab1ct .left .desc p:not(:first-of-type){
  margin-top: 18px;
}
.ab1ct .right{
  width: 680px;
  height: 800px;
  position: relative;
}
.ab1ct .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab1ct .right .flow{
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #003D4C;
}
.ab1ct .right .flow i{
  font-size: 50px;
  color: #FFFFFF;
  transition: 0.5s;
}
.ab1ct .right .flow:hover i{
  transform: scale(1.08);
}
.ab3ct{
  padding: 132px 0 119px 0;
  margin: 0 auto;
}
.ab3ct .mide{
  margin: 85px auto 0;
}
.ab3ct .mide img{
  margin: 0 auto;
  max-width: 100%;
}
.ab4-box{
  background: url(../images/ab5.jpg) no-repeat fixed;
  margin: 0 auto;
  max-width: 1920px;
}
.ab4ct{
  padding: 159px 0 176px 0;
  margin: 0 auto;
}
.ab4ct h3{
  color: #ffffff;
}
.ab4ct .mide{
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
}
.ab4ct .mide .item{
  width: calc((100% - 39px) / 2);
  margin-right: 39px;
  margin-bottom: 39px;
  border: 1px solid #ffffff;
  padding: 64px 58px 84px 58px;
  position: relative;
  z-index: 1;
}
.ab4ct .mide .item:nth-of-type(2n){
  margin-right: 0;
}
.ab4ct .mide .item h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  transition: 0.5s;
}
.ab4ct .mide .item .line{
  width: 52px;
  height: 2px;
  background: #FFFFFF;
  transition: 0.3s;
  margin: 28px 0;
}
.ab4ct .mide .item p{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  transition: 0.3s;
}
.ab4ct .mide .item::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  transition: 0.5s;
}
.ab4ct .mide .item:hover::before{
  width: 100%;
}
.ab4ct .mide .item:hover h4{
  color: #003D4C;
}
.ab4ct .mide .item:hover .line{
  background-color: #003D4C;
}
.ab4ct .mide .item:hover p{
  color: #222222;
}
.ab2-box{
  background: url('../images/ab6.jpg') no-repeat center / cover;
  padding: 110px 0 0 0;
  margin: 0 auto;
  max-width: 1920px;
}
.ab2-box h3{
  color: #ffffff;
}
.ab2-box .mide{
  margin-top: 57px;
  position: relative;
}
.ab2-box .mide .pb{
  position: absolute;
  bottom: 30%;
  width: 50px;
  height: 50px;
  border: 2px solid #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  z-index: 9;
}
.ab2-box .mide .pb i{
  font-size: 16px;
  color: #F8F8F8;
  transition: 0.3s;
}
.ab2-box .mide .pb:hover{
  background-color: #F8F8F8;
}
.ab2-box .mide .pb:hover i{
  color: #003D4C;
}
.ab2-box .mide .prev{
  left: 26%;
}
.ab2-box .mide .next{
  right: 21%;
}
.a2-swiper .swiper-slide{
  width: 40%;
}
.a2-swiper .rq .zs{
  width: calc(100% - 90px);
  background-color: transparent;
  padding: 68px 90px 110px 90px;
  transition: 0.3s;
}
.a2-swiper .swiper-slide-active .rq .zs{
  background-color: #F8F8F8;
}
.a2-swiper .swiper-slide-active .rq{
  transform: translateX(45px);
}
.a2-swiper .rq .zs h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  opacity: 0;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.a2-swiper .rq .zs .line{
  width: 45px;
  height: 4px;
  background: #003D4C;
  margin: 20px 0 25px 0;
  opacity: 0;
  transition: 0.3s;
}
.a2-swiper .rq .zs p{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  word-break: break-word;
  overflow-wrap: break-word;
  opacity: 0;
  transition: 0.3s;
}
.a2-swiper .rq .zs .ib{
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 400px;
}
.a2-swiper .rq .zs .ib img{
  width: calc(100% + 180px);
  height: 100%;
  object-fit: cover;
}
.a2-swiper .rq .zs .ib .flow{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 180px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  transition: 0.3s;
}
.a2-swiper .swiper-slide-active .rq .zs .ib .flow{
  opacity: 0;
}
.a2-swiper .swiper-slide-active .rq .zs h4,
.a2-swiper .swiper-slide-active .rq .zs .line,
.a2-swiper .swiper-slide-active .rq .zs p{
  opacity: 1;
}
.nd1-box{
  margin-top: 85px;
  width: 100%;
}
.nd1-box img{
  width: 100%;
}
.backrq{
  width: 100%;
  background-color: #003D4C;
  overflow: hidden;
}
.backrq .ct{
  margin: 0 auto;
  height: 60px;
}
.backrq .ct .back{
  display: flex;
  align-items: center;
  width: max-content;
  cursor: pointer;
  height: 100%;
}
.backrq .ct .back i{
  font-size: 20px;
  color: #FFFFFF;
}
.backrq .ct .back p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  margin-left: 15px;
}
.nd2-box{
  overflow: hidden;
}
.nd2ct{
  margin: 0 auto;
  padding: 80px 0 130px 0;
  display: flex;
  justify-content: space-between;
}
.nd2ct .time{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #111111;
}
.nd2ct .right{
  width: calc(100% - 250px);
}
.nd2ct .right .tm{
  font-family: var(--font-family-me);
  font-weight: bold;
  font-size: 40px;
  color: #111111;
  line-height: 52px;
}
.nd2ct .right .content{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  line-height: 26px;
  margin-top: 38px;
}
.nd2ct .right .content p,
.nd2ct .right .content span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #111111;
  line-height: 26px;
}
.nd2ct .right .content p:not(:first-of-type){
  margin-top: 20px;
}
.nd2ct .right .content img{
  max-width: 100%;
  margin: 10px auto 0;
}
.page { 
  width: 100%;
  margin-top: 60px;
}
.page .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  padding: 0px;
}
.page .el-pagination__total{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.page .el-pagination .btn-prev {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  padding: 0;
  background: rgba(0,61,76,0.1);
  border-radius: 0;
  min-width: 35px;
}
.page .el-pagination .btn-next {
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(0,61,76,0.1);
  border-radius: 0;
  min-width: 35px;
}
.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i{
  font-size: 14px;
}
.page .el-pager li {
  width: 40px;
  height: 40px;
  min-height: 35px;
  text-align: center;
  line-height: 42px;
  background: rgba(0,61,76,0.1);
  margin-right: 15px;
  padding: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  border-radius: 0;
  transition: 0.3s;
}
.page .el-pager li.active {
  background-color: #003D4C;
  color: #ffffff;
  border-color: #003D4C !important;
}
.page .el-pagination .el-pager li:hover {
  color: #FFFFFF !important;
  background-color: #003D4C;
  border-color: #003D4C;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #003D4C;
}
.ft-box{
  background-color: #000000;
}
.ftct{
  padding: 78px 0 40px 0;
  margin: 0 auto;
}
.ftct .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.ftct .top .icon{
  display: flex;
}
.ftct .top .icon a{
  width: 51px;
  height: 51px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.ftct .top .icon a:hover{
  background: rgba(255,255,255,0.6);
}
.ftct .top .icon a:not(:first-of-type){
  margin-left: 19px;
}
.ftct .mide{
  display: flex;
  justify-content: space-between;
  margin-top: 49px;
}
.ftct .mide .item{
  width: 320px;
}
.ftct .mide .item:nth-of-type(2){
  transform: translateX(30px);
}
.ftct .mide .item:nth-of-type(3){
  transform: translateX(60px);
}
.ftct .mide .item .big{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}
.ftct .mide .item .min{
  margin-top: 44px;
}
.ftct .mide .item .min .row:not(:first-of-type){
  margin-top: 22px;
}
.ftct .mide .item .min .row .zs{
  display: flex;
  align-items: center;
}
.ftct .mide .item .min .row .zs a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.4;
  transition: 0.3s;
  margin-right: 10px;
  max-width: calc(100% - 10px - 16px);
}
.ftct .mide .item .min .row .zs .ib i{
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.4;
  transition: 0.3s;
  cursor: pointer;
}
.ftct .mide .item .min .row.active .zs .ib i:last-of-type{
  display: block;
}
.ftct .mide .item .min .row.active .zs .ib i:first-of-type{
  display: none;
}
.ftct .mide .item .min .row .zs .ib i:last-of-type{
  display: none;
}
.ftct .mide .item .min .row .zs:hover a,
.ftct .mide .item .min .row .zs:hover .ib i{
  opacity: 1;
}
.ftct .mide .item .min .row .ma{
  padding-left: 22px;
  padding-top: 17px;
  display: none;
}
.ftct .mide .item .min .row .ma a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.5;
  transition: 0.3s;
}
.ftct .mide .item .min .row .ma a:not(:first-of-type){
  margin-top: 11px;
}
.ftct .mide .item .min .row .ma a:hover{
  opacity: 1;
}
.ftct .bottom{
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}
.ftct .bottom .rr{
    display: flex;
}
.ftct .bottom a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.4;
  transition: 0.3s;
}
.ftct .bottom a:hover{
  opacity: 1;
}
@media only screen and (max-width:1760px) {
  .a2-swiper .rq .zs .ib{
    height: 370px;
  }
}
@media only screen and (max-width:1660px) {
  .a2-swiper .rq .zs .ib{
    height: 340px;
  }
}
@media only screen and (max-width:1560px) {
  .center-1400{
    width: 1100px;
  }
  .headerct .search{
    margin-left: 70px;
  }
  .headerct .nav li:not(:first-of-type){
    margin-left: 40px;
  }
  .mySwiper .ct h3{
    font-size: 49px;
  }
  .mySwiper .ct h6{
    margin: 29px 0 70px 0;
  }
  .pb-h3{
    font-size: 50px;
    line-height: 62px;
  }
  .i1ct{
    padding: 100px 0 110px 0;
  }
  .i1ct .mide .item{
    padding-left: 39px;
  }
  .i1ct .mide .item .tt .pbnum, .i1ct .mide .item .tt span{
    font-size: 32px;
  }
  .i1ct .mide .item p{
    margin: 16px 0 37px 0;
  }
  .i1ct .mide{
    margin-top: 80px;
  }
  .i2-box{
    height: 480px;
  }
  .i2-box .left h3{
    font-size: 50px;
    line-height: 55px;
  }
  .i2-box .left{
    padding-left: calc((100% - 1100px) / 2);
    padding-right: 80px;
  }
  .i2-box .left h6{
    margin: 28px 0 20px 0;
  }
  .i3-swiper{
    margin-top: 70px;
  }
  .i3-swiper .rq p{
    font-size: 20px;
  }
  .i3-swiper .rq{
    height: 430px;
  }
  .i3-swiper .pb{
    width: 42px;
    height: 42px;
  }
  .i3-swiper .pb i{
    font-size: 20px;
  }
  .i3-box{
    padding: 75px 0 110px 0;
  }
  .i4ct{
    padding: 100px 0 130px 0;
  }
  .i4ct .mide{
    margin-top: 70px;
  }
  .i4ct .mide .left{
    width: 550px;
    height: 470px;
  }
  .i4ct .mide .right{
    width: 500px;
  }
  .i4ct .mide .right .row{
    padding: 22px 50px 20px 50px;
  }
  .i4ct .mide .right .row h4{
    font-size: 22px;
  }
  .i4ct .mide .right .row p{
    margin-top: 7px;
  }
  .i5-box .right{
    padding-left: 80px;
    padding-right: calc((100% - 1100px) / 2);
  }
  .i5-box .right h3{
    font-size: 32px;
    line-height: 44px;
  }
  /*.i5-box{*/
  /*  height: 550px;*/
  /*}*/
  .i6ct{
    padding: 105px 0 130px 0;
  }
  .i6ct .mide .item .txt h4{
    font-size: 22px;
  }
  .i6ct .mide .item .flow-title{
    font-size: 22px;
  }
  .i6ct .mide .item{
    height: 430px;
  }
  .i7ct{
    padding: 110px 0 120px 0;
  }
  .pb-h6{
    margin: 20px auto 0;
  }
  .i7ct .mide .wz{
    font-size: 22px;
  }
  .i8-box{
    height: 750px;
  }
  .i8-box .left{
    padding-left: calc((100% - 1100px) / 2);
  }
  .i8-box .left .wz{
    font-size: 50px;
    line-height: 70px;
  }
  .i8-box .right .row h4{
    font-size: 22px;
  }
  .i8-box .right{
    padding-right: calc((100% - 1100px) / 2);
    padding-left: 59px;
  }
  .i8-box .right .row{
    padding: 24px 50px 21px 50px;
  }
  .i9-box .left{
    padding-left: calc((100% - 1100px) / 2);
    padding-right: 70px;
    padding-top: 59px;
  }
  .i9-box .left .form form{
    width: 740px;
    padding: 34px 90px 40px 90px;
  }
  .i9-box .left h4{
    font-size: 32px;
    line-height: 44px;
  }
  .i9-box .left h6{
    font-size: 17px;
    margin: 20px 0 34px 0;
  }
  .i9-box{
    height: 820px;
  }
  .i9-box .left .form form button{
    width: 270px;
  }
  .i9-box .left .form form .db p{
    width: calc(100% - 270px - 20px);
  }
  .banner .ct h3{
    font-size: 45px;
  }
  .banner .ct .rq{
    width: 550px;
  }
  .banner .ct p{
    margin: 30px 0;
  }
  .app2-1box{
    padding-top: 200px;
  }
  .app2-1box .left{
    width: 730px;
    height: 650px;
    top: 118px;
  }
  .app2-1box .right{
    padding-left: 70px;
    padding-right: calc((100% - 1100px) / 2);
    width: 840px;
    height: 650px;
  }
  .app2-1box .right h4{
    font-size: 40px;
    line-height: 52px;
  }
  .app2-1box .right .desc p:not(:first-of-type){
    margin-top: 20px;
  }
  .app2-1box .right .desc{
    margin: 30px 0 40px 0;
  }
  .p3-box .bottom .item{
    padding: 30px 80px 36px 80px;
    min-height: 185px;
  }
  .p3-box .bottom .item h4{
    font-size: 24px;
  }
  .p7ct{
    padding-bottom: 115px;
  }
  .p7ct .rq{
    padding: 40px 50px 60px 50px;
  }
  .p5ct{
    padding: 100px 0 115px 0;
  }
  .p5ct .left{
    width: 350px;
    height: 600px;
  }
  .p5ct .right{
    width: calc(100% - 350px - 30px);
    padding: 18px 40px 60px 40px;
  }
  .p5ct .right .mide .row .desc{
    margin-top: 13px;
  }
  .p5ct .right .mide{
    margin-top: 35px;
  }
  .p5ct .left .flow{
    padding: 0 80px 59px 35px;
  }
  .p5ct .left .flow h3{
    font-size: 50px;
    line-height: 62px;
  }
  .p5ct .right .tab a{
    margin-right: 20px;
  }
  .s3ct .swb .s-swiper a img{
    height: 220px;
  }
  .s3ct .swb .s-swiper a .txt h4{
    font-size: 18px;
  }
  .s3ct .swb .s-swiper a .txt{
    /* top: 250px; */
    padding: 20px 15px 40px 15px;
  }
  .s3ct .swb .s-swiper a .txt .an{
    width: 190px;
    height: 44px;
    font-size: 16px;
    margin: 18px auto 0;
  }
  .s3ct .swb .pb{
    width: 56px;
    height: 56px;
  }
  .s3ct .swb .s-swiper{
    width: calc(100% - 112px - 20px);
  }
  .app1-1ct .mide{
    margin-top: 80px;
  }
  .app1-1ct .mide .row .right{
    padding: 0 70px;
  }
  .app1-1ct .mide .row .right .flow{
    font-size: 100px;
    left: -40px;
    top: -35px;
  }
  .app1-1ct .mide .row .right h4{
    font-size: 24px;
  }
  .app1-1ct .mide .row .right a{
    width: 230px;
  }
  .app2-1box .right a{
    width: 230px;
  }
  .app1-1ct .mide .row .right .desc{
    margin: 30px 0 45px 0;
  }
  .app1-1ct .mide .row{
    height: 470px;
  }
  .app1-1ct .mide .row:not(:first-of-type){
    margin-top: 60px;
  }
  .app1-1ct{
    padding: 90px 0 150px 0;
  }
  .app1-2ct .item h4{
    font-size: 30px;
    line-height: 42px;
    height: 84px;
  }
  .app1-2ct .item{
    padding: 40px 35px 65px 35px;
  }
  .app1-2ct .item .line{
    margin: 24px 0 30px 0;
  }
  .n1-box.ab .ct h3{
    font-size: 40px;
  }
  .ab1ct{
    padding: 120px 0 140px 0;
  }
  .ab1ct .left{
    width: 500px;
    padding-top: 50px;
  }
  .ab1ct .left .line{
    width: 45px;
    margin: 30px 0 39px 0;
  }
  .ab1ct .left .desc{
    font-size: 17px;
    line-height: 29px;
  }
  .ab1ct .right{
    width: 550px;
    height: 690px;
  }
  .ab1ct .right .flow{
    left: -20px;
    bottom: -20px;
    width: 120px;
    height: 120px;
  }
  .ab1ct .right .flow i{
    font-size: 40px;
  }
  .a2-swiper .rq .zs{
    width: calc(100% - 50px);
    padding: 40px 50px 60px 50px;
  }
  .a2-swiper .rq .zs h4{
    font-size: 24px;
  }
  .a2-swiper .rq .zs p{
    -webkit-line-clamp: 4;
    height: 96px;
  }
  .a2-swiper .rq .zs .ib .flow{
    width: calc(100% + 100px);
    font-size: 24px;
  }
  .a2-swiper .rq .zs .ib img{
    width: calc(100% + 100px);
  }
  .a2-swiper .rq .zs .ib{
    height: 330px;
    margin-top: 25px;
  }
  .ab2-box .mide .pb{
    width: 44px;
    height: 44px;
  }
  .ab2-box{
    padding: 100px 0 0 0;
  }
  .ab3ct{
    padding: 110px 0 100px 0;
  }
  .ab3ct .mide{
    margin: 70px auto 0;
  }
  .ab4ct{
    padding: 130px 0 140px 0;
  }
  .ab4ct .mide{
    margin-top: 70px;
  }
  .ab4ct .mide .item{
    padding: 50px 40px 65px 40px;
  }
  .ab4ct .mide .item .line{
    width: 42px;
    margin: 20px 0;
  }
  .ab4ct .mide .item h4{
    font-size: 24px;
  }
  .m1ct .top .left{
    width: 460px;
  }
  .m1ct .top .left p{
    margin: 20px 0 70px 0;
  }
  .m1ct .top .right{
    width: 600px;
    height: 400px;
  }
  .m1ct .top .right img{
    max-width: 85%;
    max-height: 85%;
  }
  .m1ct{
    padding: 0 0 130px 0;
  }
  .s1-box .right{
    padding-left: 70px;
    padding-right: calc((100% - 1100px) / 2);
  }
  .s1-box .right h3{
    font-size: 32px;
  }
  .s1-box .right .desc{
    margin: 20px 0 50px 0;
  }
  .s1-box{
    height: 550px;
  }
  .nd2ct{
    padding: 70px 0 110px 0;
  }
  .nd2ct .time{
    font-size: 22px;
  }
  .nd2ct .right .tm{
    font-size: 32px;
    line-height: 46px;
  }
  .nd2ct .right{
    width: calc(100% - 220px);
  }
  .n1-box .ct h3{
    font-size: 60px;
  }
  .news-list{
    margin-top: 70px;
  }
  .news-list li a .ib{
    height: 190px;
  }
  .news-list li a .txt{
    padding: 17px 27px 31px 27px;
  }
  .news-list li a .txt h4{
    font-size: 20px;
    line-height: 26px;
    height: 52px;
  }
  .news-list li a .txt p{
    margin: 14px 0 35px 0;
  }
  .news-list li a .txt h6{
    font-size: 17px;
  }
  .n2ct{
    padding: 90px 0 120px 0;
  }
  .n3ct{
    padding: 100px 0 150px 0;
  }
  .n3ct .mide{
    margin-top: 80px;
  }
  .n3ct .mide .row .time .left p{
    font-size: 32px;
  }
  .n3ct .mide .row .rb .rba{
    padding: 28px 0;
  }
  .n3ct .mide .row .rba .xmy{
    margin-top: 12px;
  }
  .p1ct .ct h3{
    font-size: 40px;
  }
  .p1ct .ct h6{
    font-size: 24px;
  }
  .p1ct .ct .desc{
    margin-top: 40px;
  }
  .p1ct .ct{
    width: 580px !important;
  }
  .p1ct .ct p{
    margin: 14px 0 28px 0;
  }
  .p2ct{
    padding: 100px 0 130px 0;
  }
  .p2ct h3{
    font-size: 30px;
  }
  .p3-box .top .item .rq .sz{
    font-size: 28px;
  }
  .p3-box .top .item .rq p{
    font-size: 18px;
  }
  .p3-box .top{
    height: 180px;
  }
  .p3-box.mad{
    margin-bottom: 130px;
  }
  .p4-box{
    /*margin: 130px auto 0;*/
    /*height: 550px;*/
  }
  .p4-box .right{
    padding-right: calc((100% - 1100px) / 2);
    padding-left: 70px;
    /*padding-top: 100px;*/
  }
  .p4-box .right h3{
    font-size: 30px;
    line-height: 42px;
  }
  .p4-box .right a{
    margin-top: 70px;
  }
  .p5ct .right .mide .row .desc p:not(:first-of-type){
    margin-top: 13px;
  }
  .pb6ct{
    padding: 100px 0 110px 0;
  }
  .pb6ct .mide .pb{
    width: 42px;
    height: 42px;
  }
  .pb6ct .mide .prev{
    left: -62px;
  }
  .pb6ct .mide .next{
    right: -62px;
  }
  .pb6ct .mide .p6-swiper a{
    height: 260px;
  }
  .pb6ct .mide .p6-swiper a .flow{
    font-size: 24px;
    line-height: 30px;
  }
  .p3-box.solution .bottom .item p{
    font-size: 18px;
    line-height: 24px;
  }
  .ftct{
    padding: 70px 0 30px 0;
  }
  .ftct .top{
    padding-bottom: 40px;
  }
  .ftct .mide{
    margin-top: 30px;
  }
  .ftct .bottom{
    margin-top: 80px;
  }
  .ftct .mide .item:nth-of-type(2),
  .ftct .mide .item:nth-of-type(3){
    transform: unset;
  }
  .ftct .mide .item{
    width: max-content;
    max-width: 280px;
  }
  .ftct .mide .item .min .row .ma{
    padding-left: 17px;
    padding-top: 14px;
  }
  .ftct .mide .item .min .row:not(:first-of-type){
    margin-top: 17px;
  }
  .ftct .mide .item:not(:first-of-type) .min .row .zs a{
    max-width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width:1360px) {
  .i3-swiper .rq{
    height: 380px;
  }
  .a2-swiper .rq .zs .ib{
    height: 290px;
  }
}