@font-face{
	font-family:"sans-regular";
	src: url("../css/fonts/SOURCEHANSANSCN-REGULAR.OTF") format("opentype");
}
@font-face{
	font-family:"sans-regular-woff";
	src: url("../css/fonts/SOURCEHANSANSCN-REGULAR.woff") format("woff");
}
* {
  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: linear-gradient(to bottom, #0060B1 0%, #06C6B3 100%);
}
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: Arial, Source Han Sans CN,'sans-regular-woff', 'sans-regular', 'Serif', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei';
}
.hamburger {
  display: none;
}
.center-1200 {
  width: 1200px;
}
.center-1400 {
  width: 1400px;
}
.center-1600 {
  width: 1600px;
}
.app{
  display: none;
}
.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: 90%;
  width: 70%;
}
.diaolog-pb>i{
  font-size: 46px;
  position: absolute;
  top: calc(15% - 46px - 10px);
  right: calc(15% - 46px - 10px);
  color: #ffffff;
  cursor: pointer;
}
.i-diaolog video,
.i-diaolog img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.i-diaolog i{
  z-index: 9;
  top: 3%;
  right: 3%;
}
.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;
}
.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: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  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.iactive{
  background-color: rgba(0, 0, 0, 0.2);
}
.header-box.iactive .headerct .logo img:last-of-type{
  display: block;
}
.header-box.iactive .headerct .logo img:first-of-type{
  display: none;
}
.header-box.iactive .headerct .right .nav li>a{
  color: #ffffff;
}
.header-box.iactive .headerct .right .nav li>a::before{
  background-color: #FFFFFF;
}
.header-box.iactive .headerct .right .search i{
  color: #ffffff;
}
.header-box.iactive .headerct .right .language .zs p{
  color: #ffffff;
}
.header-box.iactive .headerct .right .language .zs img{
  filter:  brightness(10);
}
.header-box{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #FFFFFF;
  transition: 0.3s;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
}
.headerct{
  margin: 0 auto;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerct .logo img{
  width: auto;
  height: 60px;
}
.headerct .logo img:last-of-type{
  display: none;
}
.headerct .right{
  display: flex;
  align-items: center;
  height: 100%;
}
.headerct .right .nav{
  display: flex;
  align-items: center;
  height: 100%;
}
.headerct .right .nav li{
  height: 100%;
  position: relative;
}
.headerct .right .nav li:not(:first-of-type){
  margin-left: 75px;
}
.headerct .right .nav li>a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  height: 100%;
}
.headerct .right .nav li>a::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 0;
  height: 2px;
  background-color: #0060B1;
  transition: 0.3s;
}
.headerct .right .nav li>a:hover{
  color: #0060B1;
}
.headerct .right .nav li.active>a{
  color: #0060B1;
}
.headerct .right .nav li.active>a::before{
  width: 100%;
}
.headerct .right .nav li .two{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
  transform-origin: top;
  transition: 0.3s;
  border-top: 1px solid #E5EFF7;
}
.headerct .right .nav li:hover .two{
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.headerct .right .nav li .two .rq{
  background-color: #FFFFFF;
  padding: 10px 25px;
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 7%);
}
.headerct .right .nav li .two .rq a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  transition: 0.3s;
  width: max-content;
  padding: 7px 0;
}
.headerct .right .nav li .two .rq a:hover{
  color: #0061B2;
}
.headerct .right .nav li .twob{
  display: flex;
  background-color: #FFFFFF;
  border-top: 1px solid #E5EFF7;
  position: absolute;
  top: 100%;
  left: -19px;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: 0.5s;
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 7%);
}
.headerct .right .nav li:hover .twob{
  transform: scaleY(1);
  opacity: 1;
}
.headerct .right .nav li .twob .lll{
  width: 210px;
  border-right: 1px solid #E5EFF7;
}
.headerct .right .nav li .twob .lll .itt{
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
  padding: 20px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerct .right .nav li .twob .lll .itt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  max-width: calc(100% - 25px);
}
.headerct .right .nav li .twob .lll .itt i{
  font-size: 14px;
  color: #333333;
  transition: 0.3s;
}
.headerct .right .nav li .twob .lll .itt:hover p,
.headerct .right .nav li .twob .lll .itt:hover i,
.headerct .right .nav li .twob .lll .itt.active p,
.headerct .right .nav li .twob .lll .itt.active i{
  color: #0060B1;
}
.headerct .right .nav li .twob .lll .itt.active{
  background-color: #F5F8FA;
}
.headerct .right .nav li .twob .rrr{
  width: 380px;
  background: url('../images/nav.png') no-repeat center / cover;
  padding: 21px 30px;
}
.headerct .right .nav li .twob .rrr .rwrq:not(:first-of-type){
  display: none;
}
.headerct .right .nav li .twob .rrr .rwrq .rw{
  display: flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
}
.headerct .right .nav li .twob .rrr .rwrq .rw span{
  width: 0;
  height: 1px;
  background-color: #0060B1;
  transition: 0.3s;
}
.headerct .right .nav li .twob .rrr .rwrq .rw p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  transition: 0.3s;
}
.headerct .right .nav li .twob .rrr .rwrq .rw:hover span{
  width: 20px;
  margin-right: 6px;
}
.headerct .right .nav li .twob .rrr .rwrq .rw:hover p{
  color: #0060B1;
}
.headerct .right .nav li .twob .rrr .rwrq .rw:not(:first-of-type){
  margin-top: 17px;
}
.headerct .right .search{
  margin-left: 90px;
}
.headerct .right .search i{
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  transition: 0.3s;
}
.headerct .right .search i:hover{
  opacity: 0.6;
}
.headerct .right .language{
  position: relative;
  margin-left: 70px;
}
.headerct .right .language .zs{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.headerct .right .language .zs p{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-left: 7px;
  transition: 0.3s;
  line-height: 1;
}
.headerct .right .language .flow{
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
  transform-origin: top;
  top: 100%;
  padding-top: 10px;
  transition: 0.3s;
}
.headerct .right .language:hover .flow{
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.headerct .right .language .flow .hz{
  width: 100px;
  border-radius: 8px;
  overflow: hidden;
  padding: 5px 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
}
.headerct .right .language .flow .hz a{
  width: calc(100%);
  padding: 5px 10px;
  text-align: center;
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}
.headerct .right .language .flow .hz a:hover{
  color: #0060B1;
}
.hheaderct .right .rt .language:hover{
  background-color: #0060B1;
}
.headerct .right .language:hover span{
  color: #ffffff;
}
.headerct .right .language span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
}
.mySwiper{
  width: 100%;
  height: 100vh;
}
.mySwiper>.rund{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.2);
}
.mySwiper>.rund i{
  font-size: 18px;
  color: #ffffff;
  transition: 0.3s;
}
.mySwiper>.rund:hover{
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
}
.mySwiper .prev{
  left: 2%;
}
.mySwiper .next{
  right: 2%;
}
.mySwiper .swiper-pagination{
  bottom: 30px;
}
.mySwiper .swiper-pagination.active .swiper-pagination-bullet{
    background-color: rgba(0,96,177,0.7);
}
.mySwiper .swiper-pagination.active .swiper-pagination-bullet::before{
    background-color: #06C6B3;
}
.mySwiper .swiper-pagination-bullet{
  width: 60px;
  height: 2px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 10px !important;
  position: relative;
  transition: 0.3s;
}
.mySwiper .swiper-pagination-bullet::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  transition: 5s;
}
.mySwiper .swiper-pagination-bullet-active::before{
  width: 100%;
}
.mySwiper .swiper-slide{
  overflow: hidden;
}
.mySwiper .itm{
  width: 100%;
  height: 100%;
  position: relative;
}
.mySwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .swiper-slide.lwhp2 video{
    background: url('../images/v1.jpg') no-repeat center / cover;
}
.mySwiper .swiper-slide.lwhp3 video{
    background: url('../images/v2.jpg') no-repeat center / 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;
  width: 900px;
}
.mySwiper .swiper-slide-active .ct .rq{
  opacity: 1;
  transform: translateY(0);
}
.mySwiper .ct h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 13px;
}
.mySwiper .ct h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 72px;
  /* text-shadow: 0px 5px 5px rgba(0,0,0,0.3); */
}
.mySwiper .ct h3 br{
    display: none;
}
.mySwiper .ct h6{
  font-family: Arial;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 36px;
  /* text-shadow: 0px 5px 5px rgba(0,0,0,0.3); */
  opacity: 0.9;
  margin: 29px 0 58px 0;
}
.mySwiper .ct.active h6{
    font-size: 24px;
    line-height: 40px;
    font-family: var(--font-family);
}
.mySwiper .ct a{
  width: 200px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 27px;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.mySwiper .ct a .rund{
  width: 42px;
  height: 42px;
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  border-radius: 21px;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 2;
}
.mySwiper .ct a:hover{
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
}
.mySwiper .ct a:hover .rund{
  left: 152px;
  background: #FFFFFF;
}
.mySwiper .ct a:hover .rund i{
  color: #0060B1;
}
.mySwiper .ct a:hover span{
  right: 87px;
  color: #FFFFFF;
}
/* .mySwiper .ct a:hover .rund{
  width: calc(100% - 12px);
}
.mySwiper .ct a:hover span{
  color: #ffffff;
} */
.mySwiper .ct a .rund i{
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  transition: 0.5s;
}
.mySwiper .ct a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #0060B1;
  position: absolute;
  right: 41px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.6s;
}
.mySwiper .active2 .rq{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
}
.mySwiper .active2 .rq .left .title{
  font-size: 28px;
  color: #333333;
  font-family: var(--font-family);
  font-weight: bold;
}
.mySwiper .active2 .rq .left .line{
  width: 80px;
  height: 2px;
  background-color: #0060B1;
  margin: 35px 0 25px 0;
}
.mySwiper .active2 .rq .left .btitle{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 70px;
  color: #0060B1;
  line-height: 90px;
}
.mySwiper .active2 .rq .right .item{
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  padding: 20px 40px 20px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mySwiper .active2 .rq .right .item::before{
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.mySwiper .active2 .rq .right .item h5{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 23px;
  color: #0060B1;
}
.mySwiper .active2 .rq .right .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  color: #333333;
  margin-top: 7px;
}
.mySwiper .active2 .rq .right .item:not(:first-of-type){
  margin-top: 20px;
}
.mySwiper .active3 .rq{
  width: 100% !important;
}
.mySwiper .active3 .rq .zs{
  margin-left: auto;
  margin-right: 10%;
  width: max-content;
}
.mySwiper .active3 .rq .zs .title{
  font-size: 28px;
  color: #FFFFFF;
  font-family: var(--font-family);
  font-weight: bold;
}
.mySwiper .active3 .rq .zs .btitle{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 70px;
  color: #ffffff;
  line-height: 90px;
}
.mySwiper .active3 .rq .zs .line{
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  margin: 35px 0 25px 0;
}
.mySwiper .active3 .rq .ibb{
  margin-top: 55px;
  display: flex;
  align-items: center;
}
.mySwiper .active3 .rq .ibb .it p{
  font-size: 20px;
  color: #FFFFFF;
  font-family: var(--font-family);
  font-weight: 400;
}
.mySwiper .active3 .rq .ibb .it p:not(:first-of-type){
  margin-top: 25px;
}
.mySwiper .active3 .rq .ibb .sline{
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 50px;
}
.mySwiper .vd{
  position: absolute;
  right: calc((100% - 1600px) / 2);
  bottom: 80px;
  cursor: pointer;
}
.mySwiper .vd .wz{
  animation: identifier 8s linear infinite;
}
@keyframes identifier {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.mySwiper .vd .an{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.i1-box{
  overflow: hidden;
}
.i1ct{
  margin: 0 auto;
  padding: 120px 0;
}
.pb-top{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.i-title .db{
  display: flex;
  align-items: center;
}
.i-title .db p{
  width: 40px;
  height: 2px;
  background: #0060B1;
}
.i-title .db span{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #0060B1;
  line-height: 1;
  margin-left: 11px;
}
.i-title h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 48px;
  color: #000000;
  line-height: 1;
  margin-top: 15px;
}
.pb-top .tag{
  display: flex;
}
.pb-top .tag a:not(:first-of-type){
  margin-left: 59px;
}
.pb-top .tag a{
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 4px;
}
.pb-top .tag a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #0060B1;
  transition: 0.3s;
}
.pb-top .tag a img{
    height: 36px;
}
.pb-top .tag a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-left: 9px;
  transition: 0.3s;
}
.pb-top .tag a.active p,
.pb-top .tag a:hover p{
  color: #0060B1;
}
.pb-top .tag a.active::after{
  width: 100%;
}
.pb-top .more{
  display: flex;
  align-items: center;
}
.pb-top .more span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  transition: 0.3s;
}
.pb-top .more i{
  font-size: 18px;
  color: #666666;
  margin-left: 15px;
  transition: 0.3s;
}
.pb-top .more:hover span,
.pb-top .more:hover i{
  color: #0060B1;
}
.pb-top .more:hover span{
  text-decoration: underline;
}
.i1ct .mide{
  margin-top: 59px;
}
.i1ct .mide .rq:not(:first-of-type){
  display: none;
}
.i1ct .mide .item{
  display: flex;
}
.i1ct .mide .item .left{
  width: 930px;
}
.i1ct .mide .item .left .it{
  width: 100%;
  height: 380px;
  position: relative;
}
.i1ct .mide .item .left .it:not(:first-of-type){
  margin-top: 20px;
}
.i1ct .mide .item .left .it img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.i1ct .mide .item .left .flow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
}
.i1ct .mide .item .left .flow h3{
  font-family: Arial;
  font-weight: 400;
  font-size: 48px;
  color: #000000;
  line-height: 1;
}
.i1ct .mide .item .left .flow p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  margin: 17px 0 56px 0;
}
.i1ct .mide .item .left .flow a{
  width: 200px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 27px;
  display: flex;
  align-items: center;
  position: relative;
}
.i1ct .mide .item .left .flow a .rund{
  width: 42px;
  height: 42px;
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  border-radius: 21px;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 2;
}
.i1ct .mide .item .left .flow a:hover{
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
}
.i1ct .mide .item .left .flow a:hover .rund{
  left: 152px;
  background: #FFFFFF;
}
.i1ct .mide .item .left .flow a:hover .rund i{
  color: #0060B1;
}
.i1ct .mide .item .left .flow a:hover span{
  right: 87px;
  color: #FFFFFF;
}
/* .i1ct .mide .item .left .flow a:hover .rund{
  width: calc(100% - 12px);
}
.i1ct .mide .item .left .flow a:hover span{
  color: #ffffff;
} */
.i1ct .mide .item .left .flow a .rund i{
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  transition: 0.5s;
}
.i1ct .mide .item .left .flow a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #0060B1;
  position: absolute;
  right: 41px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.5s;
}
.i1ct .mide .item .left .it:nth-of-type(2) .flow{
  left: unset;
  right: 75px;
}
.i1ct .mide .item .left .it:nth-of-type(2) .flow h3,
.i1ct .mide .item .left .it:nth-of-type(2) .flow p{
  color: #ffffff;
}
/* .i1ct .mide .item .left .it:nth-of-type(2) .flow a{
  background: linear-gradient(90deg, #0060B1 0%, #06C6B3 100%);
}
.i1ct .mide .item .left .it:nth-of-type(2) .flow a .rund{
  left: unset;
  right: 6px;
  background: #ffffff;
}
.i1ct .mide .item .left .it:nth-of-type(2) .flow a .rund i{
  color: #06C6B3;
  left: unset;
  right: 12px;
}
.i1ct .mide .item .left .it:nth-of-type(2) .flow a span{
  color: #ffffff;
  right: unset;
  left: 41px;
}
.i1ct .mide .item .left .it:nth-of-type(2) .flow a:hover{
  background: #FFFFFF;
}
.i1ct .mide .item .left .it:nth-of-type(2) .flow a:hover .rund{
  right: 152px;
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
}
.i1ct .mide .item .left .it:nth-of-type(2) .flow a:hover .rund i{
  color: #FFFFFF;
}
.i1ct .mide .item .left .it:nth-of-type(2) .flow a:hover span{
  color: #0060B1;
  left: 87px;
} */
.i1ct .mide .item .right{
  width: calc(100% - 930px - 20px);
  margin-left: 20px;
  position: relative;
  height: 780px;
}
.i1ct .mide .item .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.i1ct .mide .item .right .flow{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 88px;
}
.i1ct .mide .item .right .flow h3{
  font-family: Arial;
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}
.i1ct .mide .item .right .flow p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  margin: 17px 0 56px 0;
}
.i1ct .mide .item .right .flow a{
  width: 200px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 27px;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.i1ct .mide .item .right .flow a .rund{
  width: 42px;
  height: 42px;
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  border-radius: 21px;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 2;
}
/* .i1ct .mide .item .right .flow a:hover .rund{
  width: calc(100% - 12px);
}
.i1ct .mide .item .right .flow a:hover span{
  color: #ffffff;
} */
.i1ct .mide .item .right .flow a:hover{
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
}
.i1ct .mide .item .right .flow a:hover .rund{
  left: 152px;
  background: #FFFFFF;
}
.i1ct .mide .item .right .flow a:hover .rund i{
  color: #0060B1;
}
.i1ct .mide .item .right .flow a:hover span{
  right: 87px;
  color: #FFFFFF;
}
.i1ct .mide .item .right .flow a .rund i{
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.i1ct .mide .item .right .flow a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #0060B1;
  position: absolute;
  right: 41px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.5s;
}
.i1ct .mide .item2{
  display: flex;
  justify-content: space-between;
  height: 780px;
}
.i1ct .mide .item2 .left{
  width: 930px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.i1ct .mide .item2 .left .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i1ct .mide .item2 .right .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i1ct .mide .item2 .left .flow{
  position: absolute;
  top: 85px;
  left: 80px;
}
.i1ct .mide .item2 .left .flow h3{
  font-family: Arial;
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 1;
}
.i1ct .mide .item2 .left .flow p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  margin: 17px 0 56px 0;
}
.i1ct .mide .item2 .left .flow a{
  width: 200px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 27px;
  display: flex;
  align-items: center;
  position: relative;
}
.i1ct .mide .item2 .left .flow a .rund{
  width: 42px;
  height: 42px;
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  border-radius: 21px;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 2;
}
.i1ct .mide .item2 .left .flow a:hover{
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
}
.i1ct .mide .item2 .left .flow a:hover .rund{
  left: 152px;
  background: #FFFFFF;
}
.i1ct .mide .item2 .left .flow a:hover .rund i{
  color: #0060B1;
}
.i1ct .mide .item2 .left .flow a:hover span{
  right: 87px;
  color: #FFFFFF;
}
.i1ct .mide .item2 .left .flow a .rund i{
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  transition: 0.5s;
}
.i1ct .mide .item2 .left .flow a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #0060B1;
  position: absolute;
  right: 41px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.5s;
}
.i1ct .mide .item2 .right{
  width: calc(100% - 930px - 20px);
  margin-left: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.i1ct .mide .item2 .right .flow{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 85px;
}
.i1ct .mide .item2 .right .flow h3{
  font-family: Arial;
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
}
.i1ct .mide .item2 .right .flow p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  margin: 17px 0 56px 0;
}
.i1ct .mide .item2 .right .flow a{
  width: 200px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 27px;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.i1ct .mide .item2 .right .flow a .rund{
  width: 42px;
  height: 42px;
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  border-radius: 21px;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 2;
}
.i1ct .mide .item2 .right .flow a:hover{
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
}
.i1ct .mide .item2 .right .flow a:hover .rund{
  left: 152px;
  background: #FFFFFF;
}
.i1ct .mide .item2 .right .flow a:hover .rund i{
  color: #0060B1;
}
.i1ct .mide .item2 .right .flow a:hover span{
  right: 87px;
  color: #FFFFFF;
}
.i1ct .mide .item2 .right .flow a .rund i{
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
}
.i1ct .mide .item2 .right .flow a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #0060B1;
  position: absolute;
  right: 41px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.5s;
}
.i1ct .mide .item3 .tt{
  display: flex;
}
.i1ct .mide .item3 .tt:not(:first-of-type){
  margin-top: 20px;
}
.i1ct .mide .item3 .tt .it{
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: 0.6s;
  background-color: #EDEDED;
}
.i1ct .mide .item3 .tt .it.qt{
  width: calc((100% - 42.5% - 40px) / 2);
}
.i1ct .mide .item3 .tt .it.active{
  width: 42.5%;
}
.i1ct .mide .item3 .tt .it:nth-of-type(3n){
  margin-right: 0;
}
.i1ct .mide .item3 .tt .it .bg{
  width: 680px;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: -20px;
  transition: 0.6s;
}
.i1ct .mide .item3 .tt .it.qt .bg{
  right: -65px;
}
.i1ct .mide .item3 .tt .it.active .bg{
  right: 0;
}
.i1ct .mide .item3 .it .wz{
  position: absolute;
  top: 52px;
  left: 39px;
  width: calc(100% - 70px);
}
.i1ct .mide .item3 .it .wz h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #0D0D0D;
}
.i1ct .mide .item3 .it .wz p{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-top: 20px;
}
.i1ct .mide .item3 .it a{
  position: absolute;
  bottom: 36px;
  left: 39px;
  display: flex;
  align-items: center;
}
.i1ct .mide .item3 .it a::after{
  display: block;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0060B1;
  transition: 0.3s;
}
.i1ct .mide .item3 .it a:hover::after{
  width: 100%;
}
.i1ct .mide .item3 .it a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-right: 18px;
}
.i1ct .mide .item3 .it a i{
  font-size: 18px;
  color: #666666;
}
.i1ct .mide .item3 .it a:hover span,
.i1ct .mide .item3 .it a:hover i{
  color: #0060B1;
}
.i2-box{
  overflow: hidden;
}
.i2ct{
  margin: 0 auto;
}
.i2-box .pb-top{
  margin: 0 auto;
}
.i2ct .sb{
  position: relative;
}
.i2ct .sb .rund{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  /* width: 50px; */
  /* height: 50px; */
  /* border-radius: 50%; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
  cursor: pointer;
  transition: 0.3s;
  /* background: rgba(0, 0, 0, 0.2); */
}
.i2ct .sb .rund::before{
  display: block;
  content: '';
  width: calc(100% + 100px);
  height: calc(100% + 60px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* cursor: pointer; */
}
.i2ct .sb .rund img{
  width: 22px;
}
.i2ct .sb .rund img:last-of-type{
  display: none;
}
.i2ct .sb .rund:hover img:first-of-type{
  display: none;
}
.i2ct .sb .rund:hover img:last-of-type{
  display: block;
}
/* .i2ct .sb .rund:hover{ */
  /* background-color: #0060B1; */
  /* background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%); */
/* } */
/* .i2ct .sb .rund:hover i{ */
  /* color: #ffffff; */
/* } */
/*.i2ct .sb .rund i{*/
/*  font-size: 18px;*/
/*  color: #FFFFFF;*/
/*  transition: 0.3s;*/
/*}*/
.i2ct .sb .prev{
  left: -80px;
}
.i2ct .sb .next{
  right: -80px;
}
.i2-swiper{
  width: 100%;
  height: 800px;
  max-width: 1920px;
  margin-top: 59px;
}
.i2-swiper a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.i2-swiper a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  background-color: rgba(4,28,54, 0.55);
  z-index: 1;
}
.i2-swiper a::after{
  display: block;
  content: '';
  width: 100%;
  height: 480px;
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  position: absolute;
  left: 0;
  bottom: -480px;
  z-index: 2;
  transition: 0.8s;
}
.i2-swiper a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.i2-swiper a .flow{
  position: absolute;
  left: 0;
  top: 620px;
  width: 100%;
  padding: 0 25px;
  z-index: 3;
  transition: 0.8s;
}
.i2-swiper a .flow h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
}
.i2-swiper a .flow p{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.5;
  text-align: center;
  margin-top: 19px;
}
.i2-swiper a .flow h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 15px;
  opacity: 0;
  transition: 0.5s;
  text-align: justify;
}
.i2-swiper a:hover .flow{
  top: 420px;
}
.i2-swiper a:hover .flow h6{
  opacity: 0.5;
}
.i2-swiper a:hover::before{
  opacity: 0;
}
.i2-swiper a:hover img{
  transform: scale(1.08);
}
.i2-swiper a:hover::after{
  bottom: 0;
}
.i2-swiper .swiper-pagination{
  width: 1000px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  bottom: 30px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 1px;
}
.i2-swiper .swiper-pagination-progressbar-fill{
  background-color: #ffffff;
}
.i3-box{
  background: url('../images/i3-1.jpg') no-repeat center / cover;
  overflow: hidden;
}
.i3ct{
  margin: 0 auto;
  padding: 120px 0;
}
.i3ct .left{
  width: 700px;
}
.i3ct .left .pb-top .db p{
  background-color: #0060B1;
}
.i3ct .left .pb-top .db span,
.i3ct .i-title h3{
  color: #0060B1;
}
.i3ct .left h6{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 30px;
  color: #0060B1;
  margin: 29px 0 40px 0;
}
.i3ct .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
/* .i3ct .left a{
  width: 200px;
  height: 54px;
  background: linear-gradient(90deg, #0060B1 0%, #06C6B3 100%);
  border-radius: 27px;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.i3ct .left a .rund{
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 21px;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 2;
}
.i3ct .left a:hover{
  background: #FFFFFF;
}
.i3ct .left a:hover .rund{
  right: 152px;
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
}
.i3ct .left a:hover .rund i{
  color: #FFFFFF;
}
.i3ct .left a:hover span{
  color: #0060B1;
  left: 87px;
}
.i3ct .left a .rund i{
  font-size: 20px;
  color: #06C6B3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.i3ct .left a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  left: 41px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.5s;
} */
.i3ct .left a{
  width: 200px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 27px;
  display: flex;
  align-items: center;
  position: relative;
}
.i3ct .left a .rund{
  width: 42px;
  height: 42px;
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  border-radius: 21px;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 2;
}
.i3ct .left a:hover{
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
}
.i3ct .left a:hover .rund{
  left: 152px;
  background: #FFFFFF;
}
.i3ct .left a:hover .rund i{
  color: #0060B1;
}
.i3ct .left a:hover span{
  right: 87px;
  color: #FFFFFF;
}
.i3ct .left a .rund i{
  font-size: 20px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  transition: 0.5s;
}
.i3ct .left a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #0060B1;
  position: absolute;
  right: 41px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.5s;
}
.i3ct .left .numContent{
  display: flex;
  justify-content: space-between;
  margin: 70px 0 75px 0;
}
.i3ct .left .numContent .item .db{
  display: flex;
  align-items: flex-end;
}
.i3ct .left .numContent .item .db .num{
  font-family: Arial;
  font-weight: bold;
  font-size: 72px;
  color: #0060B1;
  line-height: 1;
}
.i3ct .left .numContent .item .db span,
.i3ct .left .numContent .item .db p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #0060B1;
  line-height: 1;
  transform: translateY(-10px);
}
.i3ct .left .numContent .item .tt{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-top: 9px;
}
.i4-box{
  overflow: hidden;
}
.i4ct{
  margin: 0 auto;
  padding: 120px 0;
}
.i4ct .mide{
  margin-top: 59px;
  display: flex;
  height: 720px;
}
.i4ct .mide .item{
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  height: 100%;
  overflow: hidden;
}
.i4ct .mide .item .a12:hover img{
  transform: scale(1.08);
}
.i4ct .mide .item .a12{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.i4ct .mide .item .a12:hover .flow{
  padding-bottom: 76px;
}
.i4ct .mide .item .a12:hover .flow .more{
  opacity: 1;
}
.i4ct .mide .item .a12 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.i4ct .mide .item .a12 .flow{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 80px 30px 28px 30px;
  background: url('../images/i4-bg.png') no-repeat center / cover;
  transition: 0.5s;
}
.i4ct .mide .item .a12 .flow p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i4ct .mide .item .a12 .flow .more{
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  bottom: 28px;
  opacity: 0;
  transition: 0.5s;
}
.i4ct .mide .item .a12 .flow .more span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.i4ct .mide .item .a12 .flow .more i{
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 10px;
}
.i4ct .mide .it2 .a12{
  height: calc((100% - 20px) / 2);
}
.i4ct .mide .it2 .a12:not(:first-of-type){
  margin-top: 20px;
}
.i4ct .mide .item .a3b{
  width: 100%;
  height: 100%;
  background-color: #F2F7FB;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.i4ct .mide .item .a3{
  width: 100%;
  height: calc(100% / 3);
  padding: 0 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
}
.i4ct .mide .item .a3::before{
  display: block;
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  transition: 0.5s;
  z-index: 1;
}
.i4ct .mide .item .a3:last-of-type::after{
  opacity: 0;
}
.i4ct .mide .item .a3::after{
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.i4ct .mide .item .a3 .time{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}
.i4ct .mide .item .a3 p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.5s;
  margin: 24px 0 34px 0;
  position: relative;
  z-index: 2;
}
.i4ct .mide .item .a3 .more{
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.i4ct .mide .item .a3 .more span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #06C6B3;
  transition: 0.5s;
}
.i4ct .mide .item .a3 .more i{
  margin-left: 10px;
  transition: 0.5s;
  font-size: 16px;
  color: #06C6B3;
}
.i4ct .mide .item .a3:hover::before{
  width: 100%;
}
.i4ct .mide .item .a3:hover .time,
.i4ct .mide .item .a3:hover p,
.i4ct .mide .item .a3:hover .more span,
.i4ct .mide .item .a3:hover .more i{
  color: #FFFFFF;
}
.banner{
  width: 100%;
  height: 600px;
  position: relative;
}
.banner .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .ct{
  position: absolute;
  top: calc(50% + 45px);
  left: 50%;
  transform: translate(-50%,-50%);
}
.banner .ct h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 60px;
  color: #FFFFFF;
  text-align: center;
}
.banner .ct p{
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  opacity: 0.5;
  text-align: center;
  margin-top: 14px;
}
.min-nav{
  width: 100%;
  background-color: #F7F7F7;
}
.min-nav .ct{
  margin: 0 auto;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.min-nav .ct .left{
  display: flex;
  align-items: center;
}
.min-nav .ct .left a,
.min-nav .ct .left span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
}
.min-nav .ct .left span{
  margin: 0 10px;
}
.min-nav .ct .left a:hover{
  color: #0060B1;
}
.min-nav .ct .right{
  display: flex;
  align-items: center;
}
.min-nav .ct .right a{
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  padding-right: 28px;
  transition: 0.3s;
}
.min-nav .ct .right a:last-of-type{
  padding-right: 0;
  border-right: none;
}
.min-nav .ct .right a:not(:first-of-type){
  margin-left: 28px;
}
.min-nav .ct .right a.active,
.min-nav .ct .right a:hover{
  color: #0060B1;
}
.pro-box{
  overflow: hidden;
}
.proct{
  padding: 120px 0 70px 0;
  margin: 0 auto;
}
.proct .row:not(:first-of-type){
  margin-top: 55px;
}
.pro-title .db{
  display: flex;
  align-items: center;
}
.pro-title .db .line{
  width: 40px;
  height: 2px;
  background: #0060B1;
}
.pro-title.active .db .line{
  background: #FFFFFF;
}
.pro-title .db p{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #0060B1;
  margin-left: 10px;
}
.pro-title.active .db p{
  color: #ffffff;
}
.pro-title h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 48px;
  color: #000000;
  margin-top: 11px;
  line-height: 1;
}
.pro-title.active h3{
  color: #ffffff;
}
.pro-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 58px;
}
.pro-list li{
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  margin-bottom: 32px;
}
.pro-list li:nth-of-type(3n){
  margin-right: 0;
}
.pro-list li a{
  display: block;
  width: 100%;
  transition: 0.3s;
  border-radius: 8px;
  overflow: hidden;
}
.pro-list li a:hover{
  box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
}
.pro-list li a .ib{
  width: 100%;
  height: 400px;
}
.pro-list li a .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro-list li a .txt{
  padding: 28px 20px 31px 20px;
  position: relative;
}
.pro-list li a .txt::after{
  display: block;
  content: '';
  width: 0;
  height: 3px;
  background-color: #0060B1;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s ease-in-out;
}
.pro-list li a:hover .txt::after{
  width: 100%;
}
.pro-list li a .txt h3{
  font-family: Arial;
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}
.pro-list li a:hover .txt h3{
  color: #0060B1;
}
.pro-list li a .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #999999;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 16px;
}
.pd1-box{
  margin-top: 90px;
  overflow: hidden;
}
.tag-nav{
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.tag-nav a,
.tag-nav span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
}
.tag-nav span{
  margin: 0 7px;
}
.tag-nav a:hover{
  color: #0060B1;
}
.tag-nav a:last-of-type{
  max-width: 50%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pd1ct{
  margin: 0 auto;
}
.pd1ct .mide{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.pd1ct .mide .left{
  width: 700px;
  /*padding-top: 30px;*/
}
.pd1ct .mide .left h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  margin: 15px 0 40px 0;
}
.pd1ct .mide .left h3 span{
  color: #0060B1;
}
.pd1ct .mide .left h6{
  font-family: Arial;
  font-weight: 400;
  font-size: 46px;
  color: #000000;
}
.pd1ct .mide .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  text-align: justify;
}
.pd1ct .mide .left .sglw{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  align-items: center;
}
.pd1ct .mide .left .more{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  background: rgba(0,97,178,0.1);
  border-radius: 25px;
  border: 1px solid #0061B2;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /*margin-top: 50px;*/
}
.pd1ct .mide .left .more .ib img:last-of-type{
  display: none;
}
.pd1ct .mide .left .more img{
   width: 24px;
}
.pd1ct .mide .left .more p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #0061B2;
  margin-left: 9px;
  transition: 0.3s;
}
.pd1ct .mide .left .more::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0060B1;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.pd1ct .mide .left .more:hover:before{
  opacity: 1;
}
.pd1ct .mide .left .more:hover .ib img:last-of-type{
  display: block;
}
.pd1ct .mide .left .more:hover .ib img:first-of-type{
  display: none;
}
.pd1ct .mide .left .more:hover p{
  color: #FFFFFF;
}
.pd1ct .mide .left .sglw .cslw{
  display: flex;
  max-width: calc(100% - 200px);
}
.pd1ct .mide .left .sglw .cslw .itt{
  display: flex;
  align-items: center;
}
.pd1ct .mide .left .sglw .cslw .itt .rr{
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 22px;
  border: 1px solid #0060B1;
  display: flex;
  align-items: center;
  justify-content: center;
}
  .pd1ct .mide .left .sglw .cslw .itt .rr img{
    max-width: 60%;
    max-height: 60%;
  }
.pd1ct .mide .left .sglw .cslw .itt .ttt{
  margin-left: 13px;
}
.pd1ct .mide .left .sglw .cslw .itt .ttt h4{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.pd1ct .mide .left .sglw .cslw .itt .ttt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #0060B1;
}
.pd1ct .mide .left .sglw .cslw .itt:not(:last-of-type){
  margin-right: 45px;
}
.pd1ct .mide .right{
  width: calc(100% - 700px - 100px);
  display: flex;
  justify-content: center;
}
.pd1ct .mide .right img{
  max-width: 95%;
  height: max-content;
}
.pd-nav{
  height: 70px;
  margin-top: 75px;
}
.pd-nav .flow-bf{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 70px;
  transition: 0.3s;
}
.pd-nav .flow-bf.active{
  position: fixed;
  z-index: 98;
  width: 100%;
  left: 0;
  top: 90px;
  background-color: #FFFFFF;
}
.pd-nav .flow-bf .ct{
  margin: 0 auto;
  height: 100%;
  display: flex;
}
.pd-nav .flow-bf .ct a{
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}
.pd-nav .flow-bf .ct a:not(:first-of-type){
  margin-left: 78px;
}
.pd-nav .flow-bf .ct a.active,
.pd-nav .flow-bf .ct a:hover{
  color: #0060B1;
}
.pd-nav .flow-bf .ct a.active::after{
  width: 100%;
}
.pd-nav .flow-bf .ct a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #0060B1;
  transition: 0.3s;
  width: 0;
  height: 1px;
}
.pd2ct{
  padding: 100px 0;
  margin: 0 auto;
}
.p-title{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 36px;
  color: #0061B2;
  text-align: center;
}
.pd2ct .mide{
  display: flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
/*.pd2ct .mide .item:nth-of-type(1),*/
/*.pd2ct .mide .item:nth-of-type(2),*/
/*.pd2ct .mide .item:nth-of-type(3),*/
/*.pd2ct .mide .item:nth-of-type(4){*/
/*  margin-top: 0;*/
/*}*/
.pd2ct .mide .item{
  /*width: calc((100% - 48px) / 4);*/
  margin-right: 16px;
  border-radius: 8px;
  background: #F7F9FA;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  padding: 66px 0 68px 0;
  /*margin-top: 16px;*/
}
/*.pd2ct .mide .item:nth-of-type(4n){*/
/*  margin-right: 0;*/
/*}*/
.pd2ct .mide .item[data-idx="2"]{
  width: calc((100% - 16px) / 2);
}
.pd2ct .mide .item[data-idx="3"]{
  width: calc((100% - 32px) / 3);
}
.pd2ct .mide .item[data-idx="4"]{
  width: calc((100% - 48px) / 4);
}
.pd2ct .mide .item[data-idx="5"]{
  width: calc((100% - 64px) / 5);
}
.pd2ct .mide .item[data-idx="6"]{
  width: calc((100% - 80px) / 6);
}
.pd2ct .mide .item:last-of-type{
  margin-right: 0;
}
.pd2ct .mide .item.lwzdsb h3{
    min-height: 72px;
}
.pd2ct .mide .item img{
  height: 110px;
}
.pd2ct .mide .item .txt{
  padding: 0 60px;
  margin-top: 42px;
  width: 100%;
}
.pd2ct .mide .item.lwsml .txt{
  padding: 0 50px;
}
.pd2ct .mide .item .txt h3{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  transition: 0.3s;
}
.pd2ct .mide .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
}
.pd2ct .mide .item:hover{
  background: #FFFFFF;
  box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
}
.pd2ct .mide .item:hover .txt h3{
  color: #0061B2;
}
.pd3-box{
  background: url(../images/pd8.png) no-repeat center / cover;
}
.pd3ct{
  padding: 100px 0;
  margin: 0 auto;
}
.pd3ct .mide{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.pd3ct .mide .zs{
  width: 550px;
  display: flex;
  flex-wrap: wrap;
}
.pd3ct .mide .zs .it{
  width: calc((100% - 1px) / 2);
  height: 150px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 13px;
}
.pd3ct .mide .zs .it:nth-of-type(1),
.pd3ct .mide .zs .it:nth-of-type(2){
  border-top: none;
  justify-content: flex-start;
}
.pd3ct .mide .zs .it:nth-of-type(2n){
  border-right: none;
}
.pd3ct .mide .zs .it h6{
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  color: #0061B2;
  text-align: center;
}
.pd3ct .mide .zs .it p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}
.pd3ct .mide .ib{
  width: calc(100% - 1100px - 200px);
}
.pd3ct .mide .ib img{
  width: 100%;
}
.pd3ct .db{
  margin: 20px auto 0;
  width: 610px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.pd4ct{
  margin: 0 auto;
  padding: 100px 0;
}
.pd4ct .mide{
  margin-top: 50px;
}
.pd4ct .mide img{
  width: 100%;
}
.pd5-box{
  background: linear-gradient(0deg, #FFFFFF 0%, #F7F7F7 100%);
}
.pd5ct{
  padding: 100px 0 70px 0;
  margin: 0 auto;
}
.pd5ct .mide{
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pd5ct .mide .rund{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.2);
}
.pd5ct .mide .rund i{
  font-size: 18px;
  color: #FFFFFF;
  transition: 0.3s;
}
.pd5ct .mide .rund:hover{
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
}
.p5-swiper{
  width: calc((100% - 60px - 120px));
  padding: 30px 0;
}
.p5-swiper a{
  display: block;
  width: 100%;
  border-radius: 8px;
  background-color: #F7F7F7;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.p5-swiper a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #0060B1;
  transition: 0.5s ease-in-out;
}
.p5-swiper a:hover::after{
  width: 100%;
}
.p5-swiper a:hover{
  box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
}
.p5-swiper a:hover .txt h3{
  color: #0060B1;
}
.p5-swiper a .ib{
  width: 100%;
  height: 352px;
}
.p5-swiper a .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p5-swiper a .txt{
  margin-top: 40px;
  padding: 0 18px 40px 18px;
}
.p5-swiper a .txt h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}
.p5-swiper a .txt p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
  margin-top: 20px;
}
.news1-box{
  overflow: hidden;
}
.news1ct{
  padding: 40px 0 40px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news1ct .left{
  width: calc(100% - 800px - 60px);
}
.news1ct .left a{
  padding: 28px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.news1ct .left a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #0060B1;
  transition: 0.5s ease-in-out;
  width: 0;
  height: 2px;
}
.news1ct .left a:first-of-type{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.news1ct .left a .lwsg{
  display: flex;
  align-items: center;
}
.news1ct .left a .lwsg .cmp{
  margin-left: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #0060B1;
  border-radius: 18px;
  line-height: 1;
  padding: 9px 18px;
}
.news1ct .left a .time{
  display: flex;
  align-items: center;
}
.news1ct .left a .time p{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-left: 10px;
  line-height: 1;
}
.news1ct .left a .wz{
  width: calc(100% - 100px);
}
.news1ct .left a .wz h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
  margin-top: 15px;
}
.news1ct .left a i{
  font-size: 17px;
  color: #666666;
  transition: 0.3s;
}
.news1ct .left a:hover i{
  color: #0060B1;
}
.news1ct .left a:hover h6{
  color: #0060B1;
}
.news1ct .left a:hover::after{
  width: 100%;
}
.news1ct .right{
  width: 800px;
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.news1ct .right .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.news1ct .right .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 40px 27px 40px;
  z-index: 2;
}
.news1ct .right .zbg{
  width: 100%;
  height: 200px;
  background: url('../images/i4-bg.png') no-repeat center / cover;
  position: absolute;
  left: 0;
  bottom: -200px;
  opacity: 0;
  transition: 0.5s;
}
.news1ct .right:hover .zbg{
  bottom: 0;
  opacity: 1;
}
.news1ct .right .txt .time{
  display: flex;
  align-items: center;
}
.news1ct .right .txt .time p{
  margin-left: 10px;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
}
.news1ct .right .txt h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  transition: 0.3s;
  margin-top: 15px;
}
.news1ct .right:hover .bg{
  transform: scale(1.08);
}
/*.news1ct .right:hover .txt h6{*/
/*  color: #0060B1;*/
/*}*/
.news2-box{
  background-color: #F7F7F7;
}
.news2ct{
  margin: 0 auto;
  padding: 100px 0;
}
.news2ct .dh{
  display: flex;
  justify-content: center;
}
.news2ct .dh a{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  line-height: 1;
  padding-bottom: 13px;
}
.news2ct .dh a:not(:first-of-type){
  margin-left: 55px;
}
.news2ct .dh a.active{
  border-bottom-color: #0060B1;
  color: #0060B1;
}
.news2ct .dh a:hover{
  color: #0060B1;
}
/*.news2ct .page .el-pager li{*/
/*  display: none;*/
/*}*/
.news2-list{
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.news2-list li{
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  margin-bottom: 50px;
}
.news2-list li a{
  display: block;
  width: 100%;
}
.news2-list li a .ib{
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.news2-list li a .ib img{
  transition: 0.8s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news2-list li a:hover .ib img{
  transform: scale(1.08);
}
.news2-list li a .txt{
  padding-top: 21px;
}
.news2-list li a:hover .txt>p{
  color: #0060B1;
}
.news2-list li a .txt>p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  color: #333333;
  line-height: 29px;
  height: 58px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}
.news2-list li a .txt .time{
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.news2-list li a .txt .time p{
  margin-left: 10px;
  line-height: 1;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.news2-list li:nth-of-type(4n){
  margin-right: 0px !important;
}
.news-d-box{
  margin-top: 90px;
  overflow: hidden;
}
.newsdct{
  margin: 0 auto;
  padding-bottom: 97px;
}
.newsdct .top{
  margin-top: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newsdct .top h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: #333333;
}
.newsdct .top .db{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 37px;
}
.newsdct .top .db .time{
  display: flex;
}
.newsdct .top .db .time p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.newsdct .top .db .time p:not(:first-of-type){
  margin-left: 40px;
}
.newsdct .top .db .right{
  display: flex;
  align-items: center;
}
.newsdct .top .db .right>p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.newsdct .content{
  margin-top: 70px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.newsdct .content p,
.newsdct .content span{
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.newsdct .content p:not(:first-of-type){
  margin-top: 25px;
}
.newsdct .content img{
  max-width: 100%;
  margin: 25px auto;
}
.newsdct .qh{
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.newsdct .qh a{
  display: flex;
  align-items: center;
}
.newsdct .qh a i{
  font-size: 20px;
  color: #666666;
  transition: 0.3s;
}
.newsdct .qh a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-left: 9px;
  transition: 0.3s;
}
.newsdct .qh a:last-of-type{
  flex-direction: row-reverse;
}
.newsdct .qh a:last-of-type span{
  margin-left: 0;
  margin-right: 9px;
}
.newsdct .qh a:hover i{
  color: #0060B1;
}
.newsdct .qh a:hover span{
  color: #0060B1;
}
.news-d2-box{
  background-color: #F7F7F7;
}
.newsd2ct{
  padding: 100px 0;
  margin: 0 auto;
}
.newsd2ct>h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 36px;
  color: #000000;
}
.newsd2ct .news2-list{
  margin-top: 49px;
}
.newsd2ct .news2-list li{
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 0px;
}
.newsd2ct .news2-list li:nth-of-type(3n){
  margin-right: 0;
}
.newsd2ct .news2-list li .ib{
  height: 214px;
}
.newsd2ct .news2-list li a .txt>p{
  font-size: 18px;
  line-height: 28px;
  height: 56px;
}
.sup1-box{
  overflow: hidden;
}
.sup1ct{
  margin: 0 auto;
  padding: 120px 0;
  margin: 0 auto;
}
.sup1ct .mide{
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
}
.sup1ct .mide .item{
  width: calc((100% - 104px) / 3);
  margin-right: 52px;
  margin-bottom: 50px;
  border-radius: 8px;
  border: 1px solid #DDDDDD;
  transition: 0.3s;
  overflow: hidden;
}
.sup1ct .mide .item:hover{
  box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
  border-color: transparent;
}
.sup1ct .mide .item:nth-of-type(3n){
  margin-right: 0;
}
.sup1ct .mide .item .tp{
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 40px;
  background-color: #F7F9FA;
  position: relative;
}
.sup1ct .mide .item .tp::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 100%;
  background-color: #0060B1;
}
.sup1ct .mide .item .tp img{
  width: 46px;
}
.sup1ct .mide .item .tp h3{
  width: calc(100% - 46px - 15px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: #000000;
}
.sup1ct .mide .item .txt{
  width: 100%;
  height: 156px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
}
.sup1ct .lxfs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 66px 0;
}
.sup1ct .lxfs .item{
  display: flex;
  align-items: center;
}
.sup1ct .lxfs .item:nth-of-type(1){
  max-width: 53%;
}
.sup1ct .lxfs .item:nth-of-type(2){
  max-width: 43%;
}
.sup1ct .lxfs .item .rund{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #0061B2;
  border-radius: 50%;
  margin-right: 38px;
}
.sup1ct .lxfs .item .rund img{
  max-width: 60%;
}
.sup1ct .lxfs .item .txt{
  width: calc(100% - 64px - 38px);
}
.sup1ct .lxfs .item .txt h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  line-height: 1;
}
.sup1ct .lxfs .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin: 14px 0 30px 0;
}
.sup1ct .lxfs .item .txt a{
  font-family: Arial;
  font-weight: 400;
  font-size: 36px;
  color: #0060B1;
  line-height: 1;
}
.sup2-box{
  background: linear-gradient(0deg, #EDF7FF 0%, #F5F8FA 100%);
  overflow: hidden;
}
.sup2ct{
  margin: 0 auto;
  padding: 120px 0;
}
.sup2ct .mide{
  margin-top: 59px;
  position: relative;
}
.sup2ct .mide>.rund{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(50% - 29px);
  transform: translateY(-50%);
}
.sup2ct .mide>.rund i{
  font-size: 18px;
  color: #FFFFFF;
  transition: 0.3s;
}
.sup2ct .mide>.rund:hover{
    background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
}
.sup2ct .mide .prev{
  left: -70px;
}
.sup2ct .mide .next{
  right: -70px;
}
.sup2-swiper{
  width: 100%;
}
.sup2-swiper .item{
  width: 100%;
}
.sup2-swiper .item:hover h6{
  color: #0060B1;
}
.sup2-swiper .item .ib{
  width: 100%;
  height: 281px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.sup2-swiper .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.sup2-swiper .item .rund{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  border: 1px solid  #FFFFFF;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.sup2-swiper .item:hover img{
  transform: scale(1.1);
}
/* .sup2-swiper .item:hover .rund{
  transform: translate(-50%,-50%) scale(1.1);
} */
.sup2-swiper .item .rund i{
  font-size: 18px;
  color: #ffffff;
}
.sup2-swiper .item .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px 18px 20px;
  width: 100%;
}
.sup2-swiper .item .db p{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.sup2-swiper .item .db i{
  font-size: 18px;
  color: #ffffff;
}
.sup2-swiper .item h6{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  margin-top: 35px;
  transition: 0.3s;
}
.diaolog-pro .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 115px 100px;
}
.diaolog-pro .content>i{
  font-size: 32px;
  cursor: pointer;
  color: #999999;
  transition: 0.3s;
  position: absolute;
  top: 50px;
  right: 55px;
}
.diaolog-pro .content>i:hover{
  color: #0060B1;
}
.diaolog-pro .content .title h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  line-height: 1;
}
.diaolog-pro .content .title p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  margin-top: 18px;
}
.diaolog-pro .content form{
  margin-top: 32px;
}
.diaolog-pro .content form .row{
  display: flex;
  justify-content: space-between;
}
.diaolog-pro .content form .row .ip{
  width: calc((100% - 120px) / 3);
  position: relative;
}
.diaolog-pro .content form .row .ip.active::before{
  display: none;
}
.diaolog-pro .content form .row input{
  width: 100%;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #999999;
  height: 42px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.diaolog-pro .content form .row .ip::before{
  display: block;
  content: '*';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #FF0000;
  z-index: 1;
}
.diaolog-pro .content form .row input::placeholder{
  color: #999999;
}
.diaolog-pro .content form .row select{
  width: 100%;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #999999;
  height: 42px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}
.diaolog-pro .layui-input{
    padding-left: 0;
}
.diaolog-pro .layui-form-select dl dd, .layui-form-select dl dt{
  font-family: var(--font-family);
}
.diaolog-pro .layui-form-select dl dd.layui-this{
  color: #0061B2;
}
.diaolog-pro .layui-input:focus, .layui-textarea:focus{
  border-color: #999999;
  box-shadow: unset;
}
.diaolog-pro .content form .row:not(:first-of-type){
  margin-top: 40px;
}
.diaolog-pro .content form .row .ip5{
  width: calc(100% - (100% - 120px) / 3 - 60px);
}
.diaolog-pro .content form button{
  width: 180px;
  height: 50px;
  background: #0061B2;
  border-radius: 25px;
  display: block;
  margin: 60px auto 0;
  outline: none;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
.diaolog-pro .content form .row .ip1::before{
  left: 42px;
}
.diaolog-pro .content form .row .ip2::before{
  left: 42px;
}
.diaolog-pro .content form .row .ip3::before{
  left: 42px;
}
.diaolog-pro .content form .row .ip4::before{
  left: 154px;
}
.diaolog-pro .content form .row .ip5::before{
  left: 80px;
}
.join1-box{
  overflow: hidden;
}
.join1ct{
  padding: 120px 0;
  margin: 0 auto;
}
.pb-h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-top: 35px;
}
.join1ct .mide{
  display: flex;
  height: 500px;
  margin-top: 55px;
}
.join1ct .mide .item{
  position: relative;
  height: 100%;
  width: calc((100% - 50% - 60px) / 2);
  margin-right: 30px;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.6s;
}
.join1ct .mide .item:nth-of-type(3n){
  margin-right: 0;
}
.join1ct .mide .item.active{
  width: 50%;
}
.join1ct .mide .item .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join1ct .mide .item .flow{
  padding: 45px 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,5));
  transition: 0.5s;
  width: 100%;
}
.join1ct .mide .item .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 49px 60px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,5));
  transition: 0.5s;
  opacity: 0;
  transform: translateY(100%);
}
.join1ct .mide .item .txt h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
}
.join1ct .mide .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 10px;
}
.join1ct .mide .item.active .txt{
  transition-delay: 0.5s;
  opacity: 1;
  transform: translateY(0);
}
.join1ct .mide .item.active .flow{
  opacity: 0;
  transform: translateY(100%);
}
.join2-box{
  overflow: hidden;
  background-color: #F5F8FA;
}
.join2ct{
  margin: 0 auto;
  padding: 120px 0 90px 0;
}
.join2ct .mide{
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
}
.join2ct .mide .item{
  width: calc((100% - 63px) / 4);
  margin-right: 21px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.05);
  transition: 0.3s;
  z-index: 1;
  position: relative;
  padding: 30px 30px 35px 30px;
  overflow: hidden;
}
.join2ct .mide .item:hover{
  box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
}
.join2ct .mide .item:hover::before{
  width: 100%;
}
.join2ct .mide .item::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  z-index: -1;
  background-color: #0060B1;
  transition: 0.5s;
}
.join2ct .mide .item:nth-of-type(4n){
  margin-right: 0;
}
.join2ct .mide .item .rund{
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: rgba(0,96,177, 0.1);
  transition: 0.3s;
}
.join2ct .mide .item .rund img:last-of-type{
  display: none;
}
.join2ct .mide .item .rund img{
  max-width: 60%;
  max-height: 80%;
}
.join2ct .mide .item .txt{
  margin-top: 22px;
}
.join2ct .mide .item .txt h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 25px;
  color: #333333;
  transition: 0.3s;
}
.join2ct .mide .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  margin-top: 6px;
  transition: 0.3s;
}
/*.join2ct .mide .item:hover .rund{*/
/*  background-color: rgba(255, 255, 255, 0.1);*/
/*}*/
/*.join2ct .mide .item:hover::before{*/
/*  opacity: 1;*/
/*}*/
/*.join2ct .mide .item:hover .txt h3,*/
/*.join2ct .mide .item:hover .txt p{*/
/*  color: #FFFFFF;*/
/*}*/
/*.join2ct .mide .item:hover .rund img:last-of-type{*/
/*  display: block;*/
/*}*/
/*.join2ct .mide .item:hover .rund img:first-of-type{*/
/*  display: none;*/
/*}*/
.join3-box{
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 120px 0 120px calc((100% - 1600px) / 2);
}
.join3-box .left{
  width: 300px;
  position: relative;
}
.join3-box .left .sb{
  position: absolute;
  left: 0;
  bottom: 99px;
  width: 480px;
  z-index: 5;
}
.join3-box .left .time-swiper{
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
  border-radius: 8px;
}
.join3-box .left .time-swiper .it{
  width: 100%;
  position: relative;
  padding: 0 50px 20px 50px;
  min-height: 280px;
}
.join3-box .left .time-swiper .it .flowsz{
  font-family: Arial;
  font-weight: bold;
  font-size: 80px;
  color: #0060B1;
  opacity: 0.1;
  line-height: 1;
  transform: translateY(30px);
}
.join3-box .left .time-swiper .it h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}
.join3-box .left .time-swiper .it .txt{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  margin-top: 17px;
}
.join3-box .left .an{
  display: flex;
  margin-top: 410px;
}
.join3-box .left .an .rund{
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #0060B1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.join3-box .left .an .rund i{
  font-size: 18px;
  color: #0060B1;
  transition: 0.3s;
}
.join3-box .left .an .rund:hover{
  border-color: rgba(6,198,179, 1);
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
}
.join3-box .left .an .rund:hover i{
  color: #FFFFFF;
}
.join3-box .left .an .next{
  margin-left: 30px;
}
.join3-box .dsb{
  width: calc(100% - 300px - 60px);
  height: 540px;
}
.join3-box .desc-swiper{
  width: 100%;
  height: 100%;
  margin: 0;
}
.join3-box .desc-swiper a{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.join3-box .desc-swiper a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.join3-box .desc-swiper a:hover img{
  transform: scale(1.08);
}
.join4-box{
  overflow: hidden;
  background-color: #F2F7FA;
}
.join4ct{
  margin: 0 auto;
  padding: 120px 0;
}
.join4ct .top{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.join4ct .top .right{
  display: flex;
}
.join4ct .el-select{
  width: 300px;
  margin-right: 40px;
}
.join4ct .el-input__inner{
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  padding: 0 15px 0 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.join4ct .el-input__inner::placeholder{
  color: #999999;
}
.join4ct .el-input__inner:focus{
  border-color: #0060B1;
}
.el-select-dropdown__item{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.el-select-dropdown__item.selected{
  color: #0060B1;
}
.el-select .el-input.is-focus .el-input__inner{
  border-color: #0060B1;
}
.join4ct .top .right .ss{
  position: relative;
  width: 400px;
}
.join4ct .top .right .ss i{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #999999;
  transition: 0.3s;
  cursor: pointer;
}
.join4ct .top .right .ss i:hover{
  color: #0060B1;
}
.gw-list{
  margin-top: 60px;
}
.gw-list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 50px;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.gw-list li:first-of-type{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.gw-list li .gw{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  width: 26%;
  text-align: center;
}
.gw-list li .zs{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  width: 20%;
  text-align: center;
}
.gw-list li .rund{
  width: 48px;
  height: 48px;
  background: #F5F8FA;
  border-radius: 24px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gw-list li .rund i{
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
}
.gw-list li .rund:hover{
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
}
.gw-list li .rund:hover i{
  color: #ffffff;
}
.mlbg{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s;
}
.mlbg.active{
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.gw-d{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 50%;
  height: 100vh;
  transition: 0.5s;
  transform: translateX(100%);
}
.gw-d.active{
  transform: translateX(0);
}
.gw-d .content{
  width: 100%;
  height: 100%;
  margin-left: auto;
  background-color: #F0F3F5;
  border-radius: 8px 0px 0px 8px;
  padding: 80px 60px 20px 90px;
}
.gw-d .content .close{
  font-size: 28px;
  color: #999999;
  cursor: pointer;
  transition: 0.3s;
  margin-left: auto;
  position: absolute;
  right: 50px;
  top: 40px;
}
.gw-d .content .close:hover{
  color: #0060B1;
}
.gw-d .content .title h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 30px;
  color: #0060B1;
}
.gw-d .content .title p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  margin-top: 10px;
}
.gw-d .content .title p span:last-of-type{
  margin-left: 20px;
}
.gw-d .content .nr{
  margin: 50px 0;
}
.gw-d .content .nr h6{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
.gw-d .content .nr .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  margin-top: 10px;
}
.gw-d .content .nr .row:not(:first-of-type){
  margin-top: 40px;
}
.gw-d .content .more{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #0060B1;
  width: max-content;
  padding-bottom: 6px;
}
.gw-d .content .more span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #0060B1;
  transition: 0.3s;
}
.gw-d .content .more i{
  font-size: 18px;
  color: #0060B1;
  margin-left: 39px;
}
.gw-d .content .more:hover span{
  transform: translateX(10px);
}
.gw-d .content .rq{
  overflow-y: auto;
  height: 100%;
  padding-right: 15px;
}
.gw-d .content .rq::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.gw-d .content .rq::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #0060B1 0%, #06C6B3 100%);
}
.gw-d .content .rq::-webkit-scrollbar-track {
  background: #DEDEDE;
}
.a1-box{
  overflow: hidden;
}
.a1ct{
  margin: 0 auto;
  padding: 120px 0;
}
.a1ct .mide{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.a1ct .mide .left{
  width: 760px;
}
.a1ct .mide .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 48px;
}
.a1ct .mide .left .desc p:not(:first-of-type){
  margin-top: 27px;
}
.a1ct .mide .right{
  width: calc(100% - 760px - 79px);
  border-radius: 8px;
  overflow: hidden;
}
.a1ct .mide .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a1ct .numContent{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 75px 135px;
  margin-top: 80px;
}
.a1ct .numContent .item{
  display: flex;
  align-items: center;
}
.a1ct .numContent .item img{
  height: max-content;
  margin-right: 28px;
}
.a1ct .numContent .item .wz .db{
  display: flex;
  align-items: flex-end;
}
.a1ct .numContent .item .wz .db .num{
  font-family: Arial;
  font-weight: bold;
  font-size: 72px;
  color: #0060B1;
  line-height: 1;
}
.a1ct .numContent .item .wz .db .ch{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #0060B1;
  line-height: 1;
  transform: translateY(-8px);
}
.a1ct .numContent .item .wz .db .j{
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  color: #0060B1;
  line-height: 1;
  transform: translateY(-8px);
}
.a1ct .numContent .item .wz .xm{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-top: 5px;
}
.a1ct .numContent .line{
  width: 1px;
  height: 92px;
  background-color: rgba(0, 0, 0, 0.1);
}
.ab2-box{
  overflow: hidden;
}
.ab2-box .top{
  margin: 0 auto;
}
.ab2-box .mide{
  display: flex;
  margin-top: 60px;
}
.ab2-box .mide .item{
  width: calc(100% / 3);
  position: relative;
  overflow: hidden;
}
.ab2-box .mide .item::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}
.ab2-box .mide .item:hover::before{
  background-color: rgba(0, 0, 0, 0);
}
.ab2-box .mide .item .bg{
  width: 100%;
}
.ab2-box .mide .item .flow{
  background: url('../images/ab25.png') no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px 95px 20px;
  opacity: 0;
  transition: 1s;
}
.ab2-box .mide .item:hover .flow{
  /*top: 0;*/
  opacity: 1;
}
.ab2-box .mide .item .flow h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 34px;
}
.ab2-box .mide .item .flow .line{
  width: 1px;
  height: 30px;
  background: #FFFFFF;
  margin: 25px 0 33px 0;
}
.ab2-box .mide .item .flow p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
}
.ab2-box .mide .item .zw{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px 95px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.5s;
  opacity: 1;
}
.ab2-box .mide .item .zw p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  margin-top: 34px;
}
.ab2-box .mide .item:hover .zw{
  opacity: 0;
}
.ab3-box{
  overflow: hidden;
  background: url('../images/ab9.jpg') no-repeat center / cover;
}
.ab3ct{
  padding: 120px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ab3ct .left{
  width: 960px;
}
.ab3ct .left .js{
  display: flex;
  align-items: flex-end;
  margin-top: 75px;
}
.ab3ct .left .js h6{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 36px;
  color: #0060B1;
  line-height: 1;
}
.ab3ct .left .js span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.ab3ct .left .bline{
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 48px 0 40px 0;
}
.ab3ct .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
}
.ab3ct .left .desc p:not(:first-of-type){
  margin-top: 23px;
}
.ab3ct .right{
  width: 478px;
  height: 738px;
  border-radius: 8px;
  border: 1px solid #000000;
  position: relative;
}
.ab3ct .right .rq{
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  top: 40px;
  right: 40px;
}
.ab3ct .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.ab4-box{
  background: url('../images/ab11.png') no-repeat center / cover;
  position: relative;
  overflow: hidden;
}
.ab4ct{
  padding: 120px 0;
  margin: 0 auto;
}
.ab4ct .left{
  width: 640px;
}
.ab4ct .left .nb2{
  margin-top: 198px;
}
.ab4ct .left .nb2 .bline{
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 30px 0 40px 0;
}
.ab4ct .left .nb2 .item .wz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}
.ab4ct .left .nb2 .item .db{
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}
.ab4ct .left .nb2 .item .db .num2{
  font-family: Arial;
  font-weight: 400;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 1;
}
.ab4ct .left .nb2 .item .db .ch{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1;
  transform: translateY(-10px);
}
.ab4ct .left .nb2 .item .db .j{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1;
  transform: translateY(-10px);
}
.ab4ct .left .nb2 .item.tl .db .num2{
  font-size: 100px;
  color: #0060B1;
}
.ab4ct .left .nb2 .xm{
  display: flex;
  justify-content: space-between;
}
.ab4ct .right{
  position: absolute;
  top: 50%;
  right: 0;
  width: 870px;
  height: calc(100% + 280px);
  display: flex;
  transform: translateY(-50%) rotate(-15deg);
}
.ab4ct .right .mykhpb{
  width: calc((100% - 60px) / 4);
  height: 100%;
  margin-right: 20px;
}
.ab4ct .right .mykhpb:last-of-type{
  margin-right: 0;
}
.ab4ct .right .mykhpb a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ab4ct .right .mykhpb a img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.ab4ct .right .mykhpb .swiper-wrapper{
  transition-timing-function: linear !important;
}
.ab5-box{
  overflow: hidden;
  background: url('../images/ab12.jpg') no-repeat center / cover;
}
.ab5ct{
  padding: 120px 0 0 0;
  margin: 0 auto;
}
.ab5ct .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ab5ct .top .an{
  display: flex;
}
.ab5ct .top .an .rund{
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.ab5ct .top .an .rund i{
  font-size: 18px;
  color: #ffffff;
  transition: 0.3s;
}
.ab5ct .top .an .rund:hover{
    background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
}
.ab5ct .top .an .rund:hover i{
  color: #ffffff;
}
.ab5ct .top .an .rund:last-of-type{
  margin-left: 40px;
}
.ab5ct .mide{
  position: relative;
  margin-top: 65px;
}
.ab5ct .mide .mrund{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  /* width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; */
  cursor: pointer;
  transition: 0.3s;
  /* background: rgba(0, 0, 0, 0.2); */
}
/* .ab5ct .mide .mrund i{
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s;
} */
.ab5ct .mide .mrund::before{
  display: block;
  content: '';
  width: calc(100% + 100px);
  height: calc(100% + 60px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* cursor: pointer; */
}
.ab5ct .mide .mrund img{
  width: 22px;
}
.ab5ct .mide .mrund img:last-of-type{
  display: none;
}
.ab5ct .mide .mrund:hover img:last-of-type{
  display: block;
}
.ab5ct .mide .mrund:hover img:first-of-type{
  display: none;
}
.ab5ct .mide .prev{
  left: -80px;
}
.ab5ct .mide .next{
  right: -80px;
}
/* .ab5ct .mide .mrund:hover{
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
} */
.ab5-swiper{
  width: 100%;
}
.ab5-swiper .swiper-slide{
  width: 266.5px !important;
}
.ab5-swiper .swiper-slide-active{
  width: 799.5px !important;
}
.ab5-swiper .rq{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 15px;
  padding-top: 15px;
}
.ab5-swiper .rq .link{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ab5-swiper .rq .link .rund{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.ab5-swiper .rq .link .rund::before{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(6,198,179,0.1);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}
.ab5-swiper .rq .link .bline{
  width: 1px;
  height: 618px;
  background-color: #CCCCCC;
  position: relative;
}
.ab5-swiper .rq .link .bline::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #0060B1;
  transition: 2s;
}
.ab5-swiper .rq .zs{
  width: calc(100% - 35px);
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.ab5-swiper .rq .zs .time{
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 1;
  transition: 0.3s;
}
.ab5-swiper .rq .zs .desc{
  margin: 40px 0 0 0;
  display: none;
  max-height: 375px;
  overflow-y: auto;
}
.ab5-swiper .rq .zs .desc::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.ab5-swiper .rq .zs .desc::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #0060B1 0%, #06C6B3 100%);
}
.ab5-swiper .rq .zs .desc::-webkit-scrollbar-track {
  background: #DEDEDE;
}
.ab5-swiper .swiper-slide-active .rq .zs .desc{
  display: block;
}
.ab5-swiper .rq .zs .desc .row{
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  transition: 0.3s;
}
.ab5-swiper .rq .zs .desc .row p{
  color: #666666;
  width: 45px;
  flex-shrink: 0;
}
.ab5-swiper .rq .zs .desc .row:hover,
.ab5-swiper .rq .zs .desc .row:hover p{
  color: #0060B1;
}
.ab5-swiper .rq .zs .desc .row:not(:first-of-type){
  margin-top: 20px;
}
.ab5-swiper .rq .zs .bigtime{
  font-family: Arial;
  font-weight: 400;
  font-size: 60px;
  color: #BBBBBB;
  line-height: 1;
  transition: 0.6s;
  margin-top: auto;
}
.ab5-swiper .swiper-slide-active .rq .link .bline::before{
  height: 100%;
}
.ab5-swiper .swiper-slide-active .rq .link .rund{
  border-color: #0060B1;
  background-color: #0060B1;
}
.ab5-swiper .swiper-slide-active .rq .link .rund::before{
  opacity: 1;
}
.ab5-swiper .swiper-slide-active .rq .time{
  color: #0060B1;
}
.ab5-swiper .swiper-slide-active .rq .bigtime{
  color: #0060B1;
  font-size: 80px;
}
.ab6-box{
  overflow: hidden;
  background: url('../images/ab13.jpg') no-repeat center / cover;
}
.ab6ct{
  margin: 0 auto;
  padding: 120px 0;
}
.ab6ct .pro-title .db .line{
  background-color: #06C6B3;
}
.ab6ct .pro-title .db p{
  color: #06C6B3;
}
.ab6ct .pro-title h3{
  color: #FFFFFF;
}
.ab6ct .mide{
  margin-top: 60px;
  position: relative;
}
.ab6ct .mide .rund{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  /* width: 50px;
  height: 50px; */
  /* border-radius: 50%; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
  cursor: pointer;
  transition: 0.3s;
  /* background: rgba(255, 255, 255, 0.2); */
}
.ab6ct .mide .rund::before{
  display: block;
  content: '';
  width: calc(100% + 100px);
  height: calc(100% + 60px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* cursor: pointer; */
}
.ab6ct .mide .rund img{
  width: 22px;
}
.ab6ct .mide .rund img{
  filter: brightness(10);
}
.ab6ct .mide .rund img:last-of-type{
  display: none;
}
.ab6ct .mide .rund:hover img:last-of-type{
  display: block;
}
.ab6ct .mide .rund:hover img:first-of-type{
  display: none;
}
/* .ab6ct .mide .rund i{
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s;
} */
.ab6ct .mide .prev{
  left: -80px;
}
.ab6ct .mide .next{
  right: -80px;
}
/* .ab6ct .mide .rund:hover{
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
} */
.ab6-swiper{
  /* margin-top: 60px; */
  padding-bottom: 40px;
}
.ab6-swiper::before{
  display: block;
  content: '';
  width: 1px;
  height: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  right: 0;
}
.ab6-swiper .mlsp{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.ab6-swiper .mlsp p{
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
.ab6-swiper .mlsp p:not(:first-of-type){
  margin-left: 10px;
}
.ab6-swiper .mlsp p.active{
  width: 40px;
  background-color: rgba(255, 255, 255, 1);
}
.ab6-swiper .swiper-pagination{
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ab6-swiper .swiper-pagination-bullet{
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
.ab6-swiper .swiper-pagination-bullet-active{
  width: 40px;
  background-color: rgba(255, 255, 255, 1);
}
.ab6-swiper .swiper-slide a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 178px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.ab6-swiper .swiper-slide a:first-of-type{
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.ab6-swiper .swiper-slide a img{
  max-width: 70%;
  max-height: 50%;
  transition: 0.5s;
}
.ab6-swiper .swiper-slide a:hover img{
  transform: scale(1.06);
}
.pd1-2box{
  background: url('../images/pd2-1.png') no-repeat center / cover;
  overflow: hidden;
}
.pd1-2ct{
  padding: 90px 0 120px 0;
  margin: 0 auto;
}
.pd1-2ct .mide{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pd1-2ct .mide .left{
  width: 700px;
}
.pd1-2ct .mide .left h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 48px;
  color: #000000;
}
.pd1-2ct .mide .left h3 span{
  color: #0060B1;
}
.pd1-2ct .mide .left h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  color: #000000;
  margin-top: 10px;
}
.pd1-2ct .mide .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  margin: 47px 0 60px 0;
}
.pd1-2ct .mide .left .more{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  background: rgba(0,97,178,0.1);
  border-radius: 25px;
  border: 1px solid #0061B2;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* margin-top: 50px; */
}
.pd1-2ct .mide .left .more .ib img:last-of-type{
  display: none;
}
.pd1-2ct .mide .left .more img{
    width: 24px;
}
.pd1-2ct .mide .left .more p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #0061B2;
  margin-left: 9px;
  transition: 0.3s;
}
.pd1-2ct .mide .left .more::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0060B1;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.pd1-2ct .mide .left .more:hover:before{
  opacity: 1;
}
.pd1-2ct .mide .left .more:hover .ib img:last-of-type{
  display: block;
}
.pd1-2ct .mide .left .more:hover .ib img:first-of-type{
  display: none;
}
.pd1-2ct .mide .left .more:hover p{
  color: #FFFFFF;
}
.pd1-2ct .right{
  display: flex;
  align-items: flex-start;
}
.pd1-2ct .right .ll{
  width: 320px;
  height: 470px;
  background: #E4EFF8;
}
.pd1-2ct .right .ll .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #7BADD6;
}
.pd1-2ct .right .rr{
  width: 450px;
  margin-left: 20px;
}
.pd1-2ct .right .rr .tt{
  width: 100%;
  height: 220px;
  position: relative;
}
.pd1-2ct .right .rr .tt .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #7BADD6;
}
.pd1-2ct .right .rr .flow{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  background: linear-gradient(45deg, rgba(0,96,177,0.95) 0%, rgba(6,198,179,0.95) 100%);
  transition: 0.3s;
  opacity: 0;
  border-radius: 8px;
}
.pd1-2ct .right .rr .flow .txt{
  opacity: 0;
  transform: translateY(20%);
  transition: 0.3s;
}
.pd1-2ct .right .rr .tt:hover .flow,
.pd1-2ct .right .rr .ddrr:hover .flow{
  opacity: 1;
}
.pd1-2ct .right .rr .tt:hover .flow .txt,
.pd1-2ct .right .rr .ddrr:hover .flow .txt{
  transition-delay: 0.3s;
  opacity: 1;
  transform: translateY(0);
}
.pd1-2ct .right .rr .flow h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
}
.pd1-2ct .right .rr .flow p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  margin-top: 12px;
}
.pd1-2ct .right .rr .dd{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.pd1-2ct .right .rr .ddll,
.pd1-2ct .right .rr .ddrr{
  width: calc((100% - 20px) / 2);
}
.pd1-2ct .right .rr .ddll .ddlltt{
  width: 100%;
  border-radius: 8px;
  border: 1px solid #7BADD6;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pd1-2ct .right .rr .ddll .ddlltt .bg{
  max-width: 90%;
  max-height: 90%;
}
.pd1-2ct .right .rr .ddll .ddlltt:not(:first-of-type){
  margin-top: 20px;
}
.pd1-2ct .right .rr .ddll .dt1 .jt{
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  height: 20px;
  right: -15px;
}
.pd1-2ct .right .rr .ddll .dt2 .jt{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  top: -20px;
}
.pd1-2ct .right .rr .ddrr{
  height: 230px;
  border-radius: 8px;
  border: 1px solid #7BADD6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd1-2ct .right .rr .ddrr .bg{
  max-width: 85%;
  max-height: 60%;
}
.pd1-2ct .right .rr .ddrr .jt{
  position: absolute;
  height: 20px;
  width: auto;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  z-index: 1;
}
.pd4-1box{
  position: relative;
  overflow: hidden;
  background-color: #EDF3F7;
}
.pd4-1box .bg{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pd5-1ct{
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.pd5-1ct>h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 40px;
  color: #0060B1;
}
.pd5-1ct .line{
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.2;
  margin: 65px 0 80px 0;
}
.pd4-list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pd4-list li .left{
  width: 750px;
  height: 450px;
  border-radius: 8px;
  overflow: hidden;
}
.pd4-list li .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd4-list li .right{
  width: 661px;
}
.pd4-list li .numContent{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pd4-list li .numContent{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.pd4-list li .numContent .item .tt{
  display: flex;
}
.pd4-list li .numContent .item .tt .pbnum,
.pd4-list li .numContent .item .tt span{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 72px;
  color: #0060B1;
  line-height: 1;
}
.pd4-list li .numContent .item .tt img{
  height: max-content;
  margin-left: 15px;
}
.pd4-list li .numContent .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  margin-top: 10px;
}
.pd4-list li .numContent .nline{
  width: 1px;
  height: 115px;
  background: #000000;
  opacity: 0.1;
}
.pd4-list li:not(:first-of-type){
  margin-top: 120px;
}
.pd4-list li:nth-of-type(even){
  flex-direction: row-reverse;
}
.pd4-2box{
  overflow: hidden;
  background-color: #EBF2F7;
}
.pd4-2ct{
  margin: 0 auto;
  padding: 120px 0;
}
.pd4-2ct h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 40px;
  color: #0060B1;
}
.pd4-2ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  margin-top: 10px;
}
.pd4-2ct .mide{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.pd4-2ct .mide .title{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 48px;
  color: #0060B1;
  line-height: 60px;
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pd4-2ct .mide .right{
  width: calc(100% - 182px);
  position: relative;
}
.pd4-2ct .mide .right .bg{
  width: 100%;
}
.pd4-2ct .mide .right .rund{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd4-2ct .mide .right .rund img{
  position: relative;
  z-index: 2;
}
.pd4-2ct .mide .right .rund::after{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  opacity: 0.5;
  animation: zbpulse 2s ease-out infinite;
  animation-delay: -0.5s;
}
.pd4-2ct .mide .right .rund::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  opacity: 0.5;
  animation: zbpulse 2s ease-out infinite;
  animation-delay: -1.2s;
}
@keyframes pd4pulse {
  100% {
    transform:scale(1.6);
    opacity:0;
  }
}
.pd4-2ct .mide .right .zs{
  position: absolute;
  width: 325px;
}
.pd4-2ct .mide .right .zs h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #0060B1;
}
.pd4-2ct .mide .right .zs p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  margin-top: 10px;
}
.pd4-2ct .mide .right .z1{
  top: 0;
  left: 10.5%;
}
.pd4-2ct .mide .right .z2{
  bottom: 0;
  left: 10.5%;
}
.pd4-2ct .mide .right .z3{
  top: 0;
  left: 43.5%;
}
.pd4-2ct .mide .right .z4{
  bottom: 0;
  left: 43.5%;
}
.pd4-2ct .mide .right .z5{
  top: 0;
  right: 0;
}
.pd4-2ct .mide .right .z6{
  bottom: 0;
  right: 0;
}
.pd2-2box{
  position: relative;
  overflow: hidden;
}
.pd2-2box .bg{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pd2-2ct{
  margin: 0 auto;
  padding: 120px 0 100px 0;
}
.pd2top h3{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 40px;
  color: #0060B1;
}
.pd2top p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-top: 15px;
}
.pd2-2ct .mide{
  margin-top: 75px;
}
.pd2-2ct .mide .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 80px;
}
.pd2-2ct .mide .row:not(:first-of-type){
  margin-top: 80px;
}
.pd2-2ct .mide .row:nth-of-type(even){
  flex-direction: row-reverse;
}
.pd2-2ct .mide .left{
  width: 750px;
}
.pd2-2ct .mide .left img{
  width: 100%;
}
.pd2-2ct .mide .right{
  width: 659px;
}
.pd-2-title h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #333333;
}
.pd-2-title .mline{
  width: 60px;
  height: 2px;
  background: #0060B1;
  margin: 34px 0;
}
.pd-2-title p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
}
.pd2-2ct .mide .right .numContent{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.pd2-2ct .mide .right .numContent .item .tt{
  display: flex;
}
.pd2-2ct .mide .right .numContent .item .tt .pbnum,
.pd2-2ct .mide .right .numContent .item .tt span{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 72px;
  color: #0060B1;
  line-height: 1;
}
.pd2-2ct .mide .right .numContent .item .tt img{
  height: max-content;
  margin-left: 15px;
}
.pd2-2ct .mide .right .numContent .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  margin-top: 10px;
}
.pd2-2ct .mide .right .numContent .nline{
  width: 1px;
  height: 115px;
  background: #000000;
  opacity: 0.1;
}
.pd3-2box{
  background: url(../images/pd2-9.jpg) no-repeat center / cover;
  overflow: hidden;
}
.pd3-2ct{
  padding: 120px 0;
  margin: 0 auto;
}
.pd3-2ct .mide{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.pd3-2ct .mide .left{
  display: flex;
}
.pd3-2ct .mide .left .item{
  width: 570px;
  margin-right: 50px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.08);
  border-radius: 8px;
  overflow: hidden;
}
.pd3-2ct .mide .left .item:last-of-type{
  margin-right: 0;
}
.pd3-2ct .mide .left .item img{
  width: 100%;
}
.pd3-2ct .mide .left .item .txt{
  position: relative;
  z-index: 1;
  margin-top: -80px;
  padding: 40px 39px 49px 39px;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255,255,255,0.7) 100%);
  border-radius: 8px 8px 0 0;
  border: 1px solid #FFFFFF;
}
.pd3-2ct .mide .left .item .txt h6{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 30px;
  color: #000000;
}
.pd3-2ct .mide .left .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  margin-top: 20px;
}
.pd3-2ct .mide .right{
  width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pd3-2ct .mide .right .dd{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  background: url(../images/pd2-7.jpg) no-repeat center / cover;
  border-radius: 8px;
  width: 100%;
  padding: 40px 40px;
}
.pd3-2ct .mide .right .btm{
  width: 100%;
}
.pd3-2ct .mide .right .btm img{
  width: 100%;
  border-radius: 8px;
}
.vd-box{
  overflow: hidden;
}
.vdct{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.vdct .left{
  width: 380px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 60px 0;
}
.vdct .left a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 25px;
  transition: 0.3s;
}
.vdct .left a p{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #666666;
  transition: 0.3s;
  width: calc(100% - 25px);
}
.vdct .left a i{
  font-size: 18px;
  color: #AAAAAA;
  transition: 0.3s;
}
.vdct .left a:hover p,
.vdct .left a:hover i,
.vdct .left a.active p,
.vdct .left a.active i{
  color: #0060B1;
}
.vdct .left a.active{
  background-color: #F7F7F7;
}
.vdct .right{
  width: calc(100% - 380px - 60px);
  padding: 60px 0 100px 0;
}
.vd-list{
  display: flex;
  flex-wrap: wrap;
}
.vd-list li{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 57px;
}
.vd-list li:nth-of-type(3n){
  margin-right: 0;
}
.vd-list li .ib{
  width: 100%;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.vd-list li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.vd-list li .rund{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  border: 1px solid  #FFFFFF;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.vd-list li:hover img{
  transform: scale(1.1);
}
.vd-list li .rund i{
  font-size: 18px;
  color: #ffffff;
}
.vd-list li .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px 18px 20px;
  width: 100%;
}
.vd-list li .db p{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.vd-list li .db i{
  font-size: 18px;
  color: #ffffff;
}
.vd-list li h6{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  margin-top: 18px;
  transition: 0.3s;
}
.vd-list li:hover h6{
  color: #0060B1;
}
.down-box{
  overflow: hidden;
}
.downct{
  padding: 120px 0;
  margin: 0 auto;
}
.donw-list{
  margin-top: 55px;
}
.donw-list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 60px;
  background-color: #EBF2F7;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.donw-list li::after{
  display: block;
  content: '';
  width: 0;
  height: 3px;
  background-color: #0060B1;
  transition: 0.5s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
}
.donw-list li:hover::after{
  width: 100%;
}
.donw-list li .left{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 56px - 100px);
}
.donw-list li .left .zs{
  width: 200px;
  height: 200px;
  background: linear-gradient(180deg, #D3E3F0 0%, #EBF2F7 100%);
  border-radius: 50%;
  position: relative;
}
.donw-list li .left .zs img{
  max-width: 100%;
  height: calc(100% + 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: contain;
}
.donw-list li .left .wz{
  width: calc(100% - 200px - 80px);
}
.donw-list li .left .wz h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.3s;
}
.donw-list li:hover .left .wz h6{
  color: #0060B1;
}
.donw-list li .left .wz .db{
  display: flex;
  margin-top: 30px;
}
.donw-list li .left .wz .db p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.donw-list li .left .wz .db p:not(:first-of-type){
  margin-left: 40px;
}
.donw-list li .right{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #FFFFFF;
}
.donw-list li .right img:last-of-type{
  display: none;
}
.donw-list li .right:hover{
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
}
.donw-list li .right:hover img:last-of-type{
  display: block;
}
.donw-list li .right:hover img:first-of-type{
  display: none;
}
.pd1-2box.pd1-3{
  background: url('../images/pd3-1.jpg') no-repeat center / cover;
}
.pd2-3box{
  overflow: hidden;
  background: url('../images/pd3-8.jpg') no-repeat center / cover;
}
.pd2-3ct{
  padding: 120px 0;
  margin: 0 auto;
}
.pd2-3ct .row{
  padding: 80px 0;
}
.pd2-3ct .row:first-of-type{
  padding-top: 0;
}
.pd2-3ct .row:not(:last-of-type){
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.pd2-3ct .row .top{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pd2-3ct .row .top .left{
  width: 650px;
}
.pd2-3ct .row.r1 .top .left{
  width: 1200px;
}
.pd2-3ct .row .top .szss .tt{
  display: flex;
}
.pd2-3ct .row .top .szss .tt .pbnum,
.pd2-3ct .row .top .szss .tt span{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 72px;
  color: #0060B1;
  line-height: 1;
}
.pd2-3ct .row .top .szss .tt img{
  height: max-content;
  margin-left: 15px;
}
.pd2-3ct .row .top .szss p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  margin-top: 10px;
}
.pd2-3ct .row .mide{
  background-color: #ffffff;
  box-shadow: 8px 0px 25px 0px rgba(0,0,0,0.1);
  border-radius: 8px;
  padding: 60px 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 55px;
}
.pd2-3ct .row .mide .rr{
  width: calc((100% - 70px) / 2);
}
.pd2-3ct .row .mide .rr img{
  width: 100%;
}
.pd2-3ct .row .numContent{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 600px;
}
.pd2-3ct .row .numContent .item .tt{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 72px;
  color: #0060B1;
  line-height: 1;
}
.pd2-3ct .row .numContent .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #666666;
  margin-top: 10px;
}
.pd2-3ct .row .numContent .line{
  width: 1px;
  height: 115px;
  background: #000000;
  opacity: 0.1;
}
.pd2-3ct .dbjs{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 48px;
}
.pd2-3ct .dbjs em{
  color: #0060B1;
  font-weight: bold;
  font-style: normal;
}
.pd1-2box.pd1-4{
  background: url(../images/pd4-6.jpg) no-repeat center / cover;
}   
.page {
  width: 100%;
  margin-top: 30px;
}
.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: 44px;
  height: 44px;
  margin-right: 5px;
  padding: 0;
  background-color: transparent;
  /* background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%); */
  border-radius: 50%;
  min-width: 35px;
}
.page .el-pagination .btn-next {
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: transparent;
  /* background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%); */
  border-radius: 50%;
  min-width: 35px;
}
.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i{
  font-size: 16px;
  color: #333333;
}
.page .el-pagination button:disabled{
  /* background: rgba(0,0,0,0.2); */
}
.page .el-pagination button:disabled i{
  color: #aeaeae;
}
.page .el-pagination button:disabled:hover i{
  color: #aeaeae;
}
.page .el-pagination button:hover i{
  color: #0061B2;
}
.page .el-pager li {
  width: 44px;
  height: 44px;
  min-height: 35px;
  text-align: center;
  line-height: 44px;
  background: transparent;
  /* border: 1px solid #D2D2D2 !important; */
  margin-right: 5px;
  padding: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  border-radius: 50%;
  /* display: none; */
}
.page .el-pager li.active {
  /* background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%); */
  color: #0060B1;
  /* border-color: rgba(6,198,179, 1) !important; */
}
.page .el-pagination .el-pager li:hover {
  /* color: #FFFFFF !important; */
  /* background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%); */
  /* border-color: rgba(6,198,179, 1); */
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #0060B1;
}
.tips{
  position: fixed;
  z-index: 99;
  bottom: 10%;
  right: 20px;
  display: none;
}
.tips .error{
  font-size: 24px;
  color: #06C6B3;
  transition: 0.3s;
  position: absolute;
  top: -18px;
  right: -5px;
  display: none;
  z-index: 3;
  cursor: pointer;
}
.tips.active .error{
  display: block;
}
.tips .lwgnw{
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  transition: 0.3s;
}
.tips .lwgnw::after{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(6,198,179, 0.6);
  animation: zbpulse 2s ease-out infinite;
  animation-delay: -0.5s;
}
.tips .lwgnw::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(6,198,179, 0.6);
  animation: zbpulse 2s ease-out infinite;
  animation-delay: -1.2s;
}
@keyframes zbpulse {
  100% {
    transform:scale(1.6);
    opacity:0;
  }
}
.tips .top{
  /* border-radius: 26px; */
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
  width: 52px;
  height: 52px;
  border-radius: 26px;
  /* padding: 23px 0 28px 0; */
  overflow: hidden;
  /* padding: 10px 0 0 0; */
  position: relative;
  transition: 0.5s;
}
.tips .top .zwf{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tips .top .zwf img{
  max-width: 60%;
}
.tips.active .lwgnw{
  opacity: 0;
}
.tips.active .top{
  height: 254px;
  padding: 23px 0 28px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
}
.tips.active .top .zwf{
  display: none;
}
/* .tips .top li:not(:first-of-type){
  opacity: 0;
} */
.tips .top li{
  position: relative;
  transition: 0.8s;
  opacity: 0;
}
.tips.active .top li{
  opacity: 1;
}
.tips .top li .flow{
  position: absolute;
  right: calc(100%);
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  transform-origin: right;
  opacity: 0;
  width: max-content;
  transition: 0.3s;
  padding-right: 10px;
}
.tips .top li:hover .flow{
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
}
.tips .top li .flow .wz{
  padding: 18px 22px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
  border-radius: 8px;
}
.tips .top li .flow .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.tips .top li .flow .wz a{
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #0060B1;
  margin-top: 8px;
  display: block;
}
.tips .top li .flow .qr{
  padding: 4px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
  border-radius: 8px;
}
.tips .top li .flow .qr img{
  width: 100px;
}
/* .tips .top li:not(:first-of-type){
  margin-top: 16px;
} */
.tips .top li>a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tips .top li>a .rund{
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.tips .top li>a .rund img:last-of-type{
  display: none;
}
.tips .top li>a p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  margin-top: 3px;
}
.tips .top li>a:hover .rund{
  background: rgba(255, 255, 255, 1);
}
.tips .top li>a:hover .rund img:last-of-type{
  display: block;
}
.tips .top li>a:hover .rund img:first-of-type{
  display: none;
}
.tips .backtop{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 18px auto 0;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
}
.ft-box{
  background-color: #1C1E20;
}
.ftct{
  margin: 0 auto;
  padding: 60px 0 0 0;
}
.ftct .ftlogo img{
    height: 60px;
}
.ftct .mide{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 77px 0;
  margin-top: 60px;
}
.ftct .mide .left{
  display: flex;
}
.ftct .mide .left .it:not(:first-of-type){
  margin-left: 90px;
}
.ftct .mide .left .it h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 36px;
}
.ftct .mide .left .it .txt a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.4;
  transition: 0.3s;
}
.ftct .mide .left .it .txt a:hover{
  opacity: 1;
  text-decoration: underline;
}
.ftct .mide .left .it .txt a:not(:first-of-type){
  margin-top: 20px;
}
.ftct .mide .right{
  display: flex;
}
.ftct .mide .right .desc{
  position: relative;
}
.ftct .mide .right .desc .yw{
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.ftct .mide .right .desc h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.ftct .mide .right .desc .phone{
  display: flex;
  align-items: center;
  margin: 29px 0 49px 0;
}
.ftct .mide .right .desc .phone i{
  font-size: 40px;
  color: #0060B1;
}
.ftct .mide .right .desc .phone p{
  font-family: Arial;
  font-weight: 400;
  font-size: 48px;
  color: #06C6B3;
  background: linear-gradient(to right, #0060B1 0%, #06C6B3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ftct .mide .right .desc .dz a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.4;
  display: block;
}
.ftct .mide .right .desc .dz a:not(:first-of-type){
  margin-top: 8px;
}
.ftct .mide .right .qr{
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 104px;
}
.ftct .mide .right .qr img{
  width: 100%;
}
.ftct .mide .right .qr p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.4;
  margin-top: 18px;
}
.ftct .db{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 0;
}
.ftct .db .right,
.ftct .db .left{
  display: flex;
  align-items: center;
}
.ftct .db .left a:last-of-type{
  margin-left: 30px;
}
.ftct .db .right a:last-of-type{
  margin-left: 20px;
}
.ftct .db a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.2;
  transition: 0.3s;
}
.ftct .db a:hover{
  opacity: 1;
}
@media only screen and (max-width:1660px) {
  .center-1200{
    width: 1100px;
  }
  .center-1600{
    width: 1350px;
  }
  .headerct .right .nav li:not(:first-of-type){
    margin-left: 65px;
  }
  .headerct .right .search{
    margin-left: 80px;
  }
  .headerct .right .language{
    margin-left: 60px;
  }
  .mySwiper .ct h4{
    font-size: 32px;
  }
  .mySwiper .ct h3{
    font-size: 56px;
    line-height: 68px;
  }
  .mySwiper .ct h6{
    font-size: 28px;
    line-height: 34px;
    margin: 24px 0 53px 0;
  }
  .mySwiper .ct.active h6{
    font-size: 22px;
    line-height: 38px;
  }
  .mySwiper .ct .rq{
    width: 850px;
  }
  .mySwiper .vd{
    right: calc((100% - 1350px) / 2);
    bottom: 70px;
  }
  .mySwiper .swiper-pagination{
    bottom: 26px;
  }
  .mySwiper .active2 .rq .left .title{
    font-size: 26px;
  }
  .mySwiper .active2 .rq .left .line{
    width: 75px;
  }
  .mySwiper .active2 .rq .left .btitle{
    font-size: 66px;
    line-height: 86px;
  }
  .mySwiper .active2 .rq .right .item h5{
    font-size: 22px;
  }
  .mySwiper .active2 .rq .right .item{
    padding: 18px 36px 18px 27px;
  }
  .mySwiper .active2 .rq .right .item p{
    margin-top: 5px;
    font-size: 18px;
  }
  .mySwiper .active3 .rq .zs .title{
    font-size: 26px;
  }
  .mySwiper .active3 .rq .zs .line{
    width: 75px;
  }
  .mySwiper .active3 .rq .zs .btitle{
    font-size: 66px;
    line-height: 86px;
  }
  .i1ct{
    padding: 110px 0;
  }
  .i-title h3{
    font-size: 44px;
  }
  .i1ct .mide .item .left{
    width: 800px;
  }
  .i1ct .mide .item .left .it{
    height: 320px;
  }
  .i1ct .mide .item .right{
    width: calc(100% - 800px - 20px);
    height: 660px;
  }
  .i1ct .mide .item .left .flow h3{
    font-size: 44px;
  }
  .i1ct .mide .item .left .flow p{
    font-size: 18px;
    margin: 14px 0 40px 0;
  }
  .i1ct .mide .item .left .flow{
    left: 70px;
  }
  .i1ct .mide .item .left .it:nth-of-type(2) .flow{
    right: 65px;
  }
  .i1ct .mide .item .right .flow{
    top: 70px;
  }
  .i1ct .mide .item .right .flow h3{
    font-size: 44px;
  }
  .i1ct .mide .item .right .flow p{
    font-size: 18px;
    margin: 14px 0 40px 0;
  }
  .i1ct .mide .item2{
    height: 660px;
  }
  .i1ct .mide .item2 .left{
    width: 800px;
  }
  .i1ct .mide .item2 .left .flow h3{
    font-size: 44px;
  }
  .i1ct .mide .item2 .left .flow p{
    font-size: 18px;
    margin: 14px 0 40px 0;
  }
  .i1ct .mide .item2 .left .flow{
    left: 70px;
    top: 70px;
  }
  .i1ct .mide .item2 .right{
    width: calc(100% - 800px - 20px);
  }
  .i1ct .mide .item2 .right .flow{
    top: 70px;
  }
  .i1ct .mide .item2 .right .flow h3{
    font-size: 44px;
  }
  .i1ct .mide .item2 .right .flow p{
    font-size: 18px;
    margin: 14px 0 40px 0;
  }
  .i1ct .mide .item3 .tt .it{
    height: 320px;
  }
  .i1ct .mide .item3 .tt .it .bg{
    width: 580px;
  }
  .i1ct .mide .item3 .tt .it.qt .bg{
    right: -55px;
  }
  .i1ct .mide .item3 .it .wz{
    top: 45px;
    left: 34px;
    width: calc(100% - 50px);
  }
  .i1ct .mide .item3 .it .wz h3{
    font-size: 20px;
  }
  .i1ct .mide .item3 .it .wz p{
    margin-top: 15px;
    font-size: 17px;
  }
  .i1ct .mide .item3 .it a{
    left: 34px;
    bottom: 31px;
  }
  .i1ct .mide .item3 .it a span{
    font-size: 17px;
  }
  .i1ct .mide .item3 .it a i{
    font-size: 17px;
  }
  .pb-top .tag a:not(:first-of-type){
    margin-left: 52px;
  }
  .i2-swiper{
    height: 650px;
  }
  .i2-swiper a .flow{
    top: 495px;
    padding: 0 20px;
  }
  .i2-swiper a .flow h3{
    font-size: 27px;
  }
  .i2-swiper a .flow p{
    margin-top: 14px;
    font-size: 17px;
  }
  .i2-swiper a::after{
    height: 450px;
    bottom: -450px;
  }
  .i2-swiper a:hover .flow{
    top: 260px;
  }
  .i2-swiper .swiper-pagination{
    width: 900px;
  }
  .i3ct{
    padding: 110px 0;
  }
  .i3ct .left h6{
    font-size: 28px;
    margin: 25px 0 35px 0;
  }
  .i3ct .left .numContent{
    margin: 65px 0 70px 0;
  }
  .i3ct .left .numContent .item .db .num{
    font-size: 66px;
  }
  .i3ct .left .desc{
    font-size: 17px;
    line-height: 34px;
  }
  .i3ct .left{
    width: 660px;
  }
  .i4ct{
    padding: 110px 0;
  }
  .i4ct .mide{
    height: 600px;
  }
  .i4ct .mide .item .a12 .flow p{
    font-size: 21px;
    line-height: 27px;
  }
  .i4ct .mide .item .a12 .flow{
    padding: 70px 30px 25px 30px;
  }
  .i4ct .mide .item .a12:hover .flow{
    padding-bottom: 70px;
  }
  .i4ct .mide .item .a12 .flow .more{
    bottom: 25px;
  }
  .i4ct .mide .item .a3 p{
    font-size: 21px;
    line-height: 27px;
    height: 54px;
    margin: 17px 0 26px 0;
  }
  .banner{
    height: 560px;
  }
  .banner .ct h3{
    font-size: 52px;
  }
  .banner .ct p{
    font-size: 22px;
  }
  .proct{
    padding: 110px 0 60px 0;
  }
  .pro-title h3{
    font-size: 44px;
  }
  .pro-list li a .ib{
    height: 316px;
  }
  .pro-list li a .txt h3{
    font-size: 28px;
  }
  .pd1ct .mide .left{
    width: 623px;
    /*padding-top: 25px;*/
  }
  .pd1ct .mide .left h3{
    font-size: 32px;
    margin: 15px 0 30px 0;
  }
  .pd1ct .mide .left h6{
    font-size: 42px;
  }
  .pd1ct .mide .right{
    width: calc(100% - 620px - 80px);
  }
  .pd2ct .mide .item img{
    height: 100px;
  }
  .pd2ct .mide .item .txt{
    padding: 0 30px;
    margin-top: 37px;
  }
  .pd2ct .mide .item.lwsml .txt{
    padding: 0 25px;
  }
  .pd2ct .mide .item .txt h3{
    font-size: 22px;
    line-height: 34px;
  }
  .pd2ct .mide .item.lwzdsb h3{
    min-height: 68px;
  }
  .pd2ct .mide .item{
    padding: 60px 0 62px 0;
  }
  .pd3ct .mide .zs{
    width: 490px
  }
  .pd3ct .mide .zs .it h6{
    font-size: 19px;
  }
  .pd3ct .mide .zs .it{
    height: 140px;
  }
  .pd3ct .mide .ib{
    width: calc(100% - 980px - 120px);
  }
  .p5-swiper a .ib{
    height: 280px;
  }
  .p5-swiper a .txt h3{
    font-size: 26px;
  }
  .sup1ct{
    padding: 110px 0;
  }
  .sup1ct .mide .item .tp h3{
    font-size: 28px;
    width: calc(100% - 40px - 15px);
  }
  .sup1ct .mide .item .tp{
    padding: 0 30px;
    height: 120px;
  }
  .sup1ct .mide .item .tp img{
    width: 40px;
  }
  .sup1ct .mide .item .txt{
    padding: 0 30px;
    font-size: 17px;
    line-height: 35px;
    height: 136px;
  }
  .sup1ct .lxfs .item .rund{
    width: 54px;
    height: 54px;
    margin-right: 30px;
  }
  .sup1ct .lxfs .item .txt{
    width: calc(100% - 54px - 30px);
  }
  .sup1ct .lxfs .item .txt h3{
    font-size: 28px;
  }
  .sup1ct .lxfs .item .txt p{
    font-size: 17px;
    margin: 10px 0 24px 0;
  }
  .sup1ct .lxfs .item .txt a{
    font-size: 32px;
  }
  .sup2ct{
    padding: 110px 0;
  }
  .sup2-swiper .item .ib{
    height: 235px;
  }
  .sup2-swiper .item h6{
    font-size: 28px;
    margin-top: 30px;
  }
  .news1ct{
    /*padding: 90px 0 90px 0;*/
  }
  .news1ct .left{
    width: calc(100% - 680px - 60px);
  }
  .news1ct .left a{
    padding: 18px 0;
  }
  .news1ct .right{
    width: 680px;
    height: 410px;
  }
  .news1ct .right .zbg{
    height: 180px;
    bottom: -180px;
  }
  .news2ct{
    padding: 90px 0;
  }
  .news2-list li a .ib{
    height: 170px;
  }
  .newsdct .top h3{
    font-size: 28px;
  }
  .newsd2ct .news2-list li .ib{
    height: 190px;
  }
  .newsd2ct>h3{
    font-size: 34px;
  }
  .newsd2ct{
    padding: 90px 0;
  }
  .a1ct{
    padding: 110px 0;
  }
  .a1ct .mide .left{
    width: 630px;
  }
  .a1ct .mide .left .desc p:not(:first-of-type){
    margin-top: 22px;
  }
  .a1ct .mide .right{
    width: calc(100% - 630px - 79px);
    height: 600px;
  }
  .a1ct .numContent .item .wz .db .num{
    font-size: 66px;
  }
  .a1ct .numContent .item .wz .db .ch{
    font-size: 22px;
  }
  .a1ct .numContent{
    padding: 75px 115px;
  }
  .ab2-box .mide .item .flow,
  .ab2-box .mide .item .zw{
    padding: 0 20px 75px 20px;
  }
  .ab2-box .mide .item .zw p,
  .ab2-box .mide .item .flow h3{
    font-size: 28px;
    margin-top: 30px;
  }
  .ab3ct{
    padding: 110px 0;
  }
  .ab3ct .left{
    width: 760px;
  }
  .ab3ct .left .desc p:not(:first-of-type){
    margin-top: 20px;
  }
  .ab3ct .left .js h6{
    font-size: 34px;
  }
  .ab3ct .right{
    width: 428px;
    height: 688px;
  }
  .ab4ct{
    padding: 110px 0;
  }
  .ab4ct .left .nb2 .item.tl .db .num2{
    font-size: 90px;
  }
  .ab4ct .left .nb2 .item .db .num2{
    font-size: 66px;
  }
  .ab4ct .left .nb2 .item .db .ch{
    font-size: 28px;
  }
  .ab4ct .left .nb2 .item .wz{
    font-size: 22px;
  }
  .ab4ct .left{
    width: 540px;
  }
  .ab4ct .right{
    width: 750px;
  }
  .ab5ct{
    padding: 110px 0 0 0;
  }
  .ab5-swiper .swiper-slide{
    width: 225px !important;
  }
  .ab5-swiper .swiper-slide-active{
    width: 675px !important;
  }
  .ab5-swiper .rq .zs .bigtime{
    font-size: 56px;
  }
  .ab5-swiper .swiper-slide-active .rq .bigtime{
    font-size: 74px;
  }
  .ab5-swiper .rq .zs .desc .row:not(:first-of-type){
    margin-top: 19px;
  }
  .ab5-swiper .rq .zs .desc{
    margin: 36px 0 0 0;
  }
  .ab5-swiper .rq .zs{
    padding-bottom: 50px;
  }
  .ab6ct{
    padding: 110px 0;
  }
  .ab6-swiper .swiper-slide a{
    height: 148px;
  }
  .join1ct{
    padding: 110px 0;
  }
  .join1ct .mide{
    height: 425px;
  }
  .join1ct .mide .item .txt{
    padding: 40px 50px;
  }
  .join1ct .mide .item .txt h3{
    font-size: 28px;
  }
  .join1ct .mide .item .txt p{
    margin-top: 7px;
    font-size: 17px;
    line-height: 29px;
  }
  .join1ct .mide .item .flow{
    padding: 35px 50px;
    font-size: 28px;
  }
  .join2ct{
    padding: 110px 0 80px 0;
  }
  .join2ct .mide .item{
    padding: 25px 25px 30px 25px;
  }
  .join2ct .mide .item .txt h3{
    font-size: 23px;
  }
  .join2ct .mide .item .rund{
    width: 50px;
    height: 50px;
  }
  .join2ct .mide .item .txt p{
    font-size: 16px;
    line-height: 28px;
  }
  .join2ct .mide .item .txt{
    margin-top: 20px;
  }
  .join3-box{
    padding: 110px 0 110px calc((100% - 1350px) / 2);
  }
  .join3-box .left .time-swiper .it .flowsz{
    font-size: 74px;
  }
  .join3-box .left .time-swiper .it h3{
    font-size: 22px;
  }
  .join3-box .left .time-swiper .it .txt{
    font-size: 17px;
    line-height: 35px;
  }
  .join3-box .left .time-swiper .it{
    width: 100%;
    padding: 0 40px 20px 40px;
    min-height: 260px;
  }
  .join3-box .left .sb{
    width: 450px;
  }
  .join3-box .left .an{
    margin-top: 370px;
  }
  .join3-box .dsb{
    height: 500px;
  }
  .gw-list li .gw{
    font-size: 22px;
  }
  .gw-list li .zs{
    font-size: 17px;
  }
  .join4ct{
    padding: 110px 0;
  }
  .join4ct .el-select{
    width: 280px;
  }
  .join4ct .top .right .ss{
    width: 380px;
  }
  .gw-d .content .title h3{
    font-size: 28px;
  }
  .gw-d .content .title p{
    font-size: 17px;
  }
  .gw-d .content .nr h6{
    font-size: 17px;
  }
  .gw-d .content{
    padding: 65px 50px 20px 50px;
  }
  .gw-d .content .close{
    right: 40px;
    top: 30px;
  }
  .gw-d .content .nr{
    margin: 40px 0;
  }
  .gw-d .content .nr .row:not(:first-of-type){
    margin-top: 34px;
  }
  .pd1ct .mide .left .sglw .cslw .itt:first-of-type .ttt{
    width: 200px;
  }
  .pd1ct .mide .left .sglw .cslw .itt:not(:last-of-type){
    margin-right: 20px;
  }
  .pd1ct .mide .left .sglw .cslw .itt .ttt{
    margin-left: 10px;
  }

  .vdct .left{
    width: 340px;
  }
  .vdct .right{
    width: calc(100% - 340px - 60px);
  }
  .vd-list li .ib{
    height: 180px;
  }
  .vd-list li .db{
    padding: 0 18px 16px 18px;
  }
  .vd-list li .db p{
    font-size: 17px;
  }
  .pd1-2ct .mide .left h3{
    font-size: 44px;
  }
  .pd1-2ct .mide .left h6{
    font-size: 32px;
  }
  .pd1-2ct .mide .left .desc{
    font-size: 17px;
    line-height: 35px;
    margin: 45px 0 55px 0;
  }
  .pd1-2ct .mide{
    margin-top: 40px;
  }
  .pd1-2ct .mide .left{
    width: 660px;
  }
  .pd1-2ct{
    padding: 90px 0 110px 0;
  }
  .pd2top h3{
    font-size: 36px;
  }
  .pd2top p{
    font-size: 17px;
  }
  .pd2-2ct .mide{
    margin-top: 65px;
  }
  .pd2-2ct .mide .row{
    padding-top: 70px;
  }
  .pd2-2ct .mide .left{
    width: 650px;
  }
  .pd2-2ct .mide .right{
    width: 559px;
  }
  .pd-2-title h3{
    font-size: 30px;
  }
  .pd-2-title .mline{
    width: 50px;
    margin: 28px 0;
  }
  .pd-2-title p{
    font-size: 17px;
    line-height: 35px;
  }
  .pd2-2ct .mide .right .numContent .item .tt .pbnum, .pd2-2ct .mide .right .numContent .item .tt span{
    font-size: 64px;
  }
  .pd2-2ct .mide .right .numContent .item p{
    font-size: 20px;
  }
  .pd2-2ct .mide .right .numContent .nline{
    height: 95px;
  }
  .pd2-2ct .mide .row:not(:first-of-type){
    margin-top: 70px;
  }
  .pd2-2ct{
    padding: 110px 0 90px 0;
  }
  .pd3-2ct{
    padding: 110px 0;
  }
  .pd3-2ct .mide .left .item{
    width: 470px;
    margin-right: 40px;
  }
  .pd3-2ct .mide .right{
    width: 330px;
  }
  .pd3-2ct .mide .right .dd{
    font-size: 15px;
    line-height: 29px;
    padding: 35px 35px;
  }
  .pd3-2ct .mide .left .item .txt{
    margin-top: -65px;
    padding: 34px 34px 44px 34px;
  }
  .pd3-2ct .mide .left .item .txt h6{
    font-size: 26px;
  }
  .pd3-2ct .mide .left .item .txt p{
    font-size: 17px;
    line-height: 29px;
  }
  .pd2-3ct{
    padding: 110px 0;
  }
  .pd2-3ct .row.r1 .top .left{
    width: 960px;
  }
  .pd2-3ct .row .top .szss .tt .pbnum, .pd2-3ct .row .top .szss .tt span{
    font-size: 64px;
  }
  .pd2-3ct .row .top .szss p{
    font-size: 20px;
  }
  .pd2-3ct .row .mide{
    padding: 50px 60px;
    margin-top: 50px;
  }
  .pd2-3ct .row .mide .rr{
    width: calc((100% - 60px) / 2);
  }
  .pd2-3ct .row{
    padding: 70px 0;
  }
  .pd2-3ct .row .top .left{
    width: 610px;
  }
  .pd2-3ct .row .numContent .item .tt{
    font-size: 64px;
  }
  .pd2-3ct .row .numContent .item p{
    font-size: 20px;
  }
  .pd2-3ct .row .numContent .line{
    height: 95px;
  }
  .pd2-3ct .row .numContent{
    width: 550px;
  }
  .pd2-3ct .dbjs{
    font-size: 20px;
    line-height: 44px;
  }
  .pd1-2box.pd1-4 .pd1-2ct .mide .left{
    width: 600px;
  }
  .pd1-2ct .right .ll{
    width: 250px;
    height: 390px;
  }
  .pd1-2ct .right .rr{
    width: 380px;
  }
  .pd1-2ct .right .rr .tt{
    height: 180px;
  }
  .pd1-2ct .right .rr .ddrr{
    height: 190px;
  }
  .pd1-2ct .right .rr .ddll .ddlltt{
    height: 85px;
  }
  .pd4-2ct{
    padding: 110px 0;
  }
  .pd4-2ct h3{
    font-size: 36px;
  }
  .pd4-2ct h6{
    font-size: 17px;
    line-height: 35px;
  }
  .pd4-2ct .mide .title{
    font-size: 40px;
    line-height: 52px;
  }
  .pd4-2ct .mide .right .zs h4{
    font-size: 25px;
  }
  .pd4-2ct .mide .right .zs p{
    font-size: 17px;
  }
  .pd4-2ct .mide .right .zs{
    width: 280px;
  }
  .pd4-2ct .mide .right .rund{
    width: 62px;
    height: 62px;
  }
  .pd4-2ct .mide .right .rund img{
    width: 20px;
  }
  .pd4-2ct .mide .right{
    width: calc(100% - 170px);
  }
  .pd5-1ct{
    padding: 110px 0;
  }
  .pd5-1ct>h3{
    font-size: 36px;
  }
  .pd5-1ct .line{
    margin: 55px 0 70px 0;
  }
  .pd4-list li .left{
    width: 650px;
    height: 400px;
  }
  .pd4-list li .right{
    width: 600px;
  }
  .pd4-list li:not(:first-of-type){
    margin-top: 100px;
  }
  .pd4-list li .numContent .item .tt .pbnum, .pd4-list li .numContent .item .tt span{
    font-size: 64px;
  }
  .pd4-list li .numContent .item p{
    font-size: 20px;
  }
  .downct{
    padding: 110px 0;
  }
  .donw-list li .left .wz h6{
    font-size: 22px;
    line-height: 34px;
  }
  .donw-list li .left .wz .db p{
    font-size: 17px;
  }
  .donw-list li .left .zs{
    width: 190px;
    height: 190px;
  }
  .donw-list li .left .wz{
    width: calc(100% - 190px - 70px);
  }
  .pd1-2ct .right .rr .flow h6{
    font-size: 20px;
  }
  .pd1-2ct .right .rr .flow p{
    font-size: 15px;
    line-height: 28px;
    margin-top: 8px;
  }
  .ftct .mide .left .it:not(:first-of-type){
    margin-left: 50px;
  }
  .ftct .mide .right .qr{
    width: 130px;
    margin-left: 70px;
  }
  .ftct .mide .left .it h3{
    margin-bottom: 30px;
  }
  .ftct .mide .left .it .txt a:not(:first-of-type){
    margin-top: 17px;
  }
  .ftct .mide .right .desc .phone{
    margin: 23px 0 43px 0;
  }
  .ftct .mide{
    padding: 67px 0;
    margin-top: 50px;
  }
  .ftct{
    padding: 50px 0 0 0;
  }
  .ftct .db{
    padding: 22px 0;
  }
}
@media only screen and (max-width:1560px) {
  .center-1200{
    width: 900px;
  }
  .center-1400{
    width: 1000px;
  }
  .center-1600{
    width: 1150px;
  }
  .headerct .right .nav li:not(:first-of-type){
    margin-left: 50px;
  }
  .headerct .right .search{
    margin-left: 65px;
  }
  .headerct .right .language{
    margin-left: 45px;
  }
  .mySwiper>.rund{
    width: 40px;
    height: 40px;
  }
  .mySwiper .ct .rq{
    width: 650px;
  }
  .mySwiper .ct h4{
    font-size: 26px;
    margin-bottom: 10px;
  }
  .mySwiper .ct h3{
    font-size: 42px;
    line-height: 54px;
  }
  .mySwiper .ct h6{
    font-size: 22px;
    line-height: 30px;
    margin: 20px 0 47px 0;
  }
  .mySwiper .ct.active h6{
    font-size: 20px;
    line-height: 36px;
  }
  .mySwiper .active2 .rq .left .btitle{
    font-size: 50px;
    line-height: 70px;
  }
  .mySwiper .active2 .rq .left .title{
    font-size: 24px;
  }
  .mySwiper .active2 .rq .left .line{
    width: 70px;
  }
  .mySwiper .active2 .rq .right .item h5{
    font-size: 20px;
  }
  .mySwiper .active2 .rq .right .item p{
    font-size: 18px;
    margin-top: 5px;
  }
  .mySwiper .active2 .rq .right .item{
    padding: 17px 30px 17px 20px;
  }
  .mySwiper .active3 .rq .zs .title{
    font-size: 24px;
  }
  .mySwiper .active3 .rq .zs .line{
    width: 70px;
  }
  .mySwiper .active3 .rq .zs .btitle{
    font-size: 50px;
    line-height: 70px;
  }
  .mySwiper .active3 .rq .ibb .it p{
    font-size: 18px;
  }
  .mySwiper .active3 .rq .ibb .it p:not(:first-of-type){
    margin-top: 21px;
  }
  .mySwiper .active3 .rq .ibb .sline{
    height: 65px;
    margin: 0 45px;
  }
  .mySwiper .active3 .rq .ibb{
    margin-top: 45px;
  }
  .mySwiper .vd{
    right: calc((100% - 1150px) / 2);
    bottom: 60px;
  }
  .mySwiper .vd .wz{
    width: 90px;
  }
  .mySwiper .ct a{
    width: 180px;
    height: 48px;
  }
  .mySwiper .ct a .rund{
    width: 38px;
    height: 38px;
  }
  .mySwiper .ct a .rund i{
    font-size: 18px;
    left: 10px;
  }
  .mySwiper .ct a span{
    font-size: 17px;
    right: 35px;
  }
  .mySwiper .ct a:hover .rund{
    left: 136px;
    background: #FFFFFF;
  }
  .mySwiper .ct a:hover span{
    right: 78px;
    color: #FFFFFF;
  }
  .i-title h3{
    font-size: 38px;
  }
  .pb-top .tag a:not(:first-of-type){
    margin-left: 40px;
  }
  .pb-top .tag a p{
    font-size: 17px;
  }
  .i1ct{
    padding: 100px 0;
  }
  .i1ct .mide .item .left{
    width: 700px;
  }
  .i1ct .mide .item .left .it{
    height: 270px;
  }
  .i1ct .mide .item .left .flow{
    left: 50px;
  }
  .i1ct .mide .item .left .flow h3{
    font-size: 38px;
  }
  .i1ct .mide .item .left .flow p{
    font-size: 17px;
    margin: 10px 0 30px 0;
  }
  .i1ct .mide .item .left .it:nth-of-type(2) .flow{
    right: 45px;
  }
  .i1ct .mide .item .right{
    width: calc(100% - 700px - 20px);
    height: 560px;
  }
  .i1ct .mide .item .right .flow h3{
    font-size: 38px;
  }
  .i1ct .mide .item .right .flow p{
    font-size: 17px;
    margin: 10px 0 30px 0;
  }
  .i1ct .mide .item .right .flow{
    top: 56px;
  }
  .i1ct .mide .item .left .flow a:hover .rund,
  .i1ct .mide .item .right .flow a:hover .rund{
    left: 136px;
    background: #FFFFFF;
  }
  .i1ct .mide .item .left .flow a:hover span,
  .i1ct .mide .item .right .flow a:hover span{
    right: 78px;
    color: #FFFFFF;
  }
  /* .i1ct .mide .item .left .it:nth-of-type(2) .flow a:hover .rund{
    right: 136px;
    background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  }
  .i1ct .mide .item .left .it:nth-of-type(2) .flow a:hover span{
    color: #0060B1;
    left: 78px;
  } */
  .i1ct .mide .item .left .flow a,
  .i1ct .mide .item .right .flow a{
    width: 180px;
    height: 48px;
  }
  .i1ct .mide .item .left .flow a .rund,
  .i1ct .mide .item .right .flow a .rund{
    width: 38px;
    height: 38px;
  }
  .i1ct .mide .item .left .flow a .rund i,
  .i1ct .mide .item .right .flow a .rund i{
    font-size: 18px;
    left: 10px;
  }
  .i1ct .mide .item .left .flow a span,
  .i1ct .mide .item .right .flow a span{
    font-size: 17px;
    right: 35px;
  }
  /* .i1ct .mide .item .left .it:nth-of-type(2) .flow a span{
    left: 35px;
  }
  .i1ct .mide .item .left .it:nth-of-type(2) .flow a .rund i{
    right: 10px;
  } */
  .i1ct .mide .item2{
    height: 560px;
  }
  .i1ct .mide .item2 .left{
    width: 700px;
  }
  .i1ct .mide .item2 .left .flow{
    left: 50px;
    top: 56px;
  }
  .i1ct .mide .item2 .left .flow h3{
    font-size: 38px;
  }
  .i1ct .mide .item2 .left .flow p{
    font-size: 17px;
    margin: 10px 0 30px 0;
  }
  .i1ct .mide .item2 .right{
    width: calc(100% - 700px - 20px);
  }
  .i1ct .mide .item2 .right .flow h3{
    font-size: 38px;
  }
  .i1ct .mide .item2 .right .flow p{
    font-size: 17px;
    margin: 10px 0 30px 0;
  }
  .i1ct .mide .item2 .right .flow{
    top: 56px;
  }
  .i1ct .mide .item2 .left .flow a:hover .rund,
  .i1ct .mide .item2 .right .flow a:hover .rund{
    left: 136px;
    background: #FFFFFF;
  }
  .i1ct .mide .item2 .left .flow a:hover span,
  .i1ct .mide .item2 .right .flow a:hover span{
    right: 78px;
    color: #FFFFFF;
  }
  .i1ct .mide .item2 .left .flow a,
  .i1ct .mide .item2 .right .flow a{
    width: 180px;
    height: 48px;
  }
  .i1ct .mide .item2 .left .flow a .rund,
  .i1ct .mide .item2 .right .flow a .rund{
    width: 38px;
    height: 38px;
  }
  .i1ct .mide .item2 .left .flow a .rund i,
  .i1ct .mide .item2 .right .flow a .rund i{
    font-size: 18px;
    left: 10px;
  }
  .i1ct .mide .item2 .left .flow a span,
  .i1ct .mide .item2 .right .flow a span{
    font-size: 17px;
    right: 35px;
  }
  .i1ct .mide .item3 .tt .it{
    height: 270px;
  }
  .i1ct .mide .item3 .it .wz{
    top: 32px;
    left: 26px;
    width: calc(100% - 37px);
  }
  .i1ct .mide .item3 .it .wz h3{
    font-size: 18px;
  }
  .i1ct .mide .item3 .it .wz p{
    margin-top: 10px;
    font-size: 16px;
  }
  .i1ct .mide .item3 .it a{
    left: 26px;
    bottom: 27px;
  }
  .i1ct .mide .item3 .it a span{
    font-size: 16px;
    margin-right: 14px;
  }
  .i1ct .mide .item3 .it a i{
    font-size: 16px;
  }
  .i1ct .mide .item3 .tt .it .bg{
    width: 488px;
  }
  .i1ct .mide .item3 .tt .it.qt .bg{
    right: -40px;
  }
  /*.i2ct .sb .rund{*/
  /*  width: 40px;*/
  /*  height: 40px;*/
  /*}*/
  /*.i2ct .sb .prev{*/
  /*  left: -60px;*/
  /*}*/
  /*.i2ct .sb .next{*/
  /*  right: -60px;*/
  /*}*/
  .i2-swiper{
    height: 550px;
  }
  .i2-swiper a .flow{
    top: 420px;
    padding: 0 17px;
  }
  .i2-swiper a .flow h3{
    font-size: 24px;
  }
  .i2-swiper a .flow p{
    margin-top: 9px;
  }
  .i2-swiper a::after{
    height: 400px;
    bottom: -400px;
  }
  .i2-swiper a:hover .flow{
    top: 210px;
  }
  .i2-swiper a .flow h6{
    font-size: 14px;
    margin-top: 10px;
  }
  .i2-swiper .swiper-pagination{
    width: 800px;
    bottom: 20px;
  }
  .i3ct{
    padding: 100px 0;
  }
  .i3ct .left h6{
    font-size: 24px;
    margin: 20px 0 30px 0;
  }
  .i3ct .left .numContent{
    margin: 60px 0 65px 0;
  }
  .i3ct .left .numContent .item .db .num{
    font-size: 56px;
  }
  .i3ct .left .numContent .item .tt{
    margin-top: 6px;
  }
 /* .i3ct .left a{
    width: 180px;
    height: 48px;
  }
  .i3ct .left a .rund{
    width: 38px;
    height: 38px;
  }
  .i3ct .left a .rund i{
    font-size: 18px;
    right: 10px;
  }
  .i3ct .left a span{
    font-size: 17px;
    left: 35px;
  }
  .i3ct .left a:hover .rund{
    right: 136px;
    background: linear-gradient(45deg, #0060B1 0%, #06C6B3 100%);
  }
  .i3ct .left a:hover span{
    color: #0060B1;
    left: 78px;
  } */
  .i3ct .left a:hover .rund{
    left: 136px;
    background: #FFFFFF;
  }
  .i3ct .left a:hover span{
    right: 78px;
    color: #FFFFFF;
  }
  .i3ct .left a{
    width: 180px;
    height: 48px;
  }
  .i3ct .left a .rund{
    width: 38px;
    height: 38px;
  }
  .i3ct .left a .rund i{
    font-size: 18px;
    left: 10px;
  }
  .i3ct .left a span{
    font-size: 17px;
    right: 35px;
  }
  .i4ct{
    padding: 100px 0;
  }
  .i4ct .mide{
    height: 500px;
  }
  .i4ct .mide .item .a12 .flow{
    padding: 60px 25px 20px 25px;
  }
  .i4ct .mide .item .a12 .flow p{
    font-size: 18px;
    line-height: 24px;
  }
  .i4ct .mide .item .a12:hover .flow{
    padding-bottom: 63px;
  }
  .i4ct .mide .item .a12 .flow .more{
    bottom: 20px;
    left: 25px;
  }
  .i4ct .mide .item .a3 p{
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    margin: 12px 0 20px 0;
  }
  .i4ct .mide .item .a3{
    padding: 0 30px;
  }
  .i4ct .mide .item .a3::after{
    width: calc(100% - 30px);
  }
  .pb-top .more span{
    font-size: 17px;
  }
  .pb-top .more i{
    font-size: 17px;
  }
  .banner{
    height: 500px;
  }
  .banner .ct h3{
    font-size: 44px;
  }
  .banner .ct p{
    font-size: 20px;
    margin-top: 10px;
  }
  .proct{
    padding: 100px 0 50px 0;
  }
  .proct .row:not(:first-of-type){
    margin-top: 45px;
  }
  .pro-list{
    margin-top: 50px;
  }
  .pro-title h3{
    font-size: 40px;
  }
  .pro-list li a .ib{
    height: 250px;
  }
  .pro-list li a .txt h3{
    font-size: 24px;
  }
  .pro-list li a .txt p{
    font-size: 18px;
    margin-top: 12px;
  }
  .pd1ct .mide{
      margin-top: 20px;
  }
  .pd1ct .mide .left{
    width: 500px;
    /*padding-top: 15px;*/
  }
  .pd1ct .mide .right{
    width: calc(100% - 500px - 80px);
  }
  .pd1ct .mide .left h3{
    font-size: 28px;
    margin: 10px 0 20px 0;
  }
  .pd1ct .mide .left h6{
    font-size: 36px;
  }
  .pd2ct{
    padding: 90px 0
  }
  .pd2ct .mide .item{
    padding: 52px 0 54px;
  }
  .pd2ct .mide .item .txt{
    padding: 0 20px;
    margin-top: 32px;
  }
  .pd2ct .mide .item.lwsml .txt{
    padding: 0 10px;
  }
  .pd2ct .mide .item .txt p{
    font-size: 17px;
    line-height: 23px;
    margin-top: 15px;
  }
  .pd2ct .mide .item .txt h3{
    font-size: 20px;
    line-height: 32px;
  }
  .pd2ct .mide .item.lwzdsb h3{
    min-height: 64px;
  }
  .pd2ct .mide .item img{
    height: 90px;
  }
  .p-title{
    font-size: 32px;
  }
  .pd3ct{
    padding: 90px 0
  }
  .pd3ct .mide .zs .it{
    padding: 10px;
  }
  .pd3ct .mide .zs .it h6{
    font-size: 18px;
  }
  .pd3ct .mide .zs .it p{
    font-size: 17px;
  }
  .pd3ct .mide .zs{
    width: 400px;
  }
  .pd3ct .mide .ib{
    width: calc(100% - 800px - 120px);
  }
  .pd4ct{
    padding: 90px 0
  }
  .p5-swiper a .ib{
    height: 230px;
  }
  .pd5ct{
    padding: 90px 0 60px 0;
  }
  .pd5ct .mide .rund{
    width: 40px;
    height: 40px;
  }
  .p5-swiper a .txt{
    margin-top: 30px;
    padding: 0 15px 34px 15px;
  }
  .p5-swiper a .txt h3{
    font-size: 20px;
  }
  .p5-swiper a .txt p{
    margin-top: 15px;
    font-size: 17px;
  }
  .diaolog-pro .content{
    padding: 90px 75px;
  }
  .diaolog-pro .content>i{
    top: 36px;
    right: 40px;
  }
  .diaolog-pro .content .title h3{
    font-size: 30px;
  }
  .diaolog-pro .content .title p{
    margin-top: 14px;
  }
  .diaolog-pro .content form .row input,
  .diaolog-pro .content form .row select{
    height: 40px;
    font-size: 17px;
  }
  .sup1ct{
    padding: 100px 0;
  }
  .sup1ct .mide .item{
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .sup1ct .mide .item .tp{
    height: 100px;
    padding: 0 20px;
  }
  .sup1ct .mide .item .tp h3{
    font-size: 22px;
  }
  .sup1ct .mide .item .tp img{
    width: 32px;
  }
  .sup1ct .mide .item .tp h3{
    width: calc(100% - 32px - 15px);
  }
  .sup1ct .mide .item .txt{
    line-height: 32px;
    padding: 0 20px;
    font-size: 16px;
    height: 126px;
  }
  .sup1ct .lxfs .item .txt h3{
    font-size: 26px;
  }
  .sup1ct .lxfs .item .txt a{
    font-size: 30px;
  }
  .sup1ct .lxfs .item .txt p{
    margin: 10px 0 20px 0;
  }
  .sup2ct{
    padding: 100px 0;
  }
  .sup2-swiper .item .ib{
    height: 200px;
  }
  .sup2-swiper .item h6{
    font-size: 26px;
    margin-top: 27px;
  }
  .sup2ct .mide>.rund{
    width: 40px;
    height: 40px;
  }
  .sup2ct .mide .prev{
    left: -60px;
  }
  .sup2ct .mide .next{
    right: -60px;
  }
  .news1ct{
    /*padding: 80px 0 80px 0;*/
  }
  .news1ct .left{
    width: calc(100% - 580px - 60px);
  }
  .news1ct .left a{
    padding: 14px 0;
  }
  .news1ct .left a .lwsg .cmp{
    font-size: 15px;
  }
  .news1ct .left a .wz h6{
    font-size: 18px;
  }
  .news1ct .right{
    width: 580px;
    height: 370px;
  }
  .news1ct .right .zbg{
    height: 160px;
    bottom: -160px;
  }
  .news1ct .right .txt{
    padding: 0 30px 22px 30px;
  }
  .news1ct .right .txt h6{
    font-size: 18px;
  }
  .news2ct{
    padding: 80px 0;
  }
  .news2ct .dh a{
    font-size: 22px;
  }
  .news2-list li{
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 40px;
  }
  .news2-list li a .ib{
    height: 145px;
    border-radius: 6px;
  }
  .news2-list li a .txt{
    padding-top: 17px;
  }
  .news2-list li a .txt>p{
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
  .newsdct .top h3{
    font-size: 26px;
  }
  .newsdct .content{
    font-size: 17px;
    line-height: 35px;
  }
  .newsdct .content p, .newsdct .content span{
    font-size: 17px;
    line-height: 35px;
  }
  .newsd2ct .news2-list li .ib{
    height: 150px;
  }
  .newsdct .top{
    margin-top: 45px;
  }
  .newsd2ct{
    padding: 80px 0;
  }
  .newsd2ct>h3{
    font-size: 30px;
  }
  .newsd2ct .news2-list li a .txt>p{
    font-size: 17px;
    line-height: 27px;
    height: 54px;
  }
  .a1ct{
    padding: 100px 0;
  }
  .a1ct .mide .left .desc{
    margin-top: 38px;
  }
  .a1ct .mide .left .desc p:not(:first-of-type){
    margin-top: 18px;
  }
  .a1ct .mide .left{
    width: 530px;
  }
  .a1ct .mide .right{
    width: calc(100% - 530px - 70px);
    height: 705px;
  }
  /* .a1ct .mide{
    align-items: center;
  } */
  .a1ct .numContent .item .wz .db .num{
    font-size: 60px;
  }
  .a1ct .numContent .item .wz .db .ch{
    font-size: 20px;
  }
  .a1ct .numContent{
    padding: 60px 90px;
  }
  .a1ct .numContent .item img{
    width: 70px;
  }
  .ab2-box .mide .item .flow, .ab2-box .mide .item .zw{
    padding: 0 15px 60px 15px;
  }
  .ab2-box .mide .item .zw p, .ab2-box .mide .item .flow h3{
    font-size: 25px;
    margin-top: 26px;
  }
  .ab2-box .mide .item .flow p{
    font-size: 18px;
    line-height: 34px;
  }
  .ab2-box .mide .item .flow .line{
    margin: 21px 0 28px 0;
  }
  .ab3ct{
    padding: 100px 0;
  }
  .ab3ct .left{
    width: 650px;
  }
  .ab3ct .right{
    width: 378px;
    height: 638px;
  }
  .ab3ct .left .js h6{
    font-size: 32px;
  }
  .ab3ct .left .bline{
    margin: 38px 0 30px 0;
  }
  .ab3ct .left .js{
    margin-top: 65px;
  }
  .ab3ct .left .desc{
    font-size: 17px;
    line-height: 35px;
  }
  .ab3ct .left .desc p:not(:first-of-type){
    margin-top: 17px;
  }
  .ab4ct{
    padding: 100px 0;
  }
  .ab4ct .left .nb2 .item.tl .db .num2{
    font-size: 80px;
  }
  .ab4ct .left .nb2 .item .db .num2{
    font-size: 60px;
  }
  .ab4ct .left .nb2 .item .db .ch{
    font-size: 26px;
  }
  .ab4ct .left .nb2 .item .wz{
    font-size: 20px;
  }
  .ab4ct .left .nb2{
    margin-top: 168px;
  }
  .ab4ct .left{
    width: 480px;
  }
  .ab4ct .right{
    width: 630px;
  }
  .ab5ct{
    padding: 100px 0 0 0;
  }
  /*.ab5ct .mide .mrund{*/
  /*  width: 40px;*/
  /*  height: 40px;*/
  /*}*/
  /*.ab5ct .mide .prev{*/
  /*  left: -60px;*/
  /*}*/
  /*.ab5ct .mide .next{*/
  /*  right: -60px;*/
  /*}*/
  .ab5-swiper .swiper-slide{
    width: 191.7px !important;
  }
  .ab5-swiper .swiper-slide-active{
    width: 575px !important;
  }
  .ab5-swiper .rq .zs .desc .row{
    font-size: 17px;
    line-height: 28px;
  }
  .ab5-swiper .rq .zs .desc .row:not(:first-of-type){
    margin-top: 17px;
  }
  .ab5-swiper .rq .zs .desc{
    margin: 32px 0 0 0;
  }
  .ab5-swiper .rq .zs{
    padding-bottom: 40px;
  }
  .ab5-swiper .rq .link .bline{
    height: 550px;
  }
  .ab5-swiper .rq .zs .bigtime{
    font-size: 50px;
  }
  .ab5-swiper .swiper-slide-active .rq .bigtime{
    font-size: 68px;
  }
  .ab6ct{
    padding: 100px 0;
  }
  /*.ab6ct .mide .rund{*/
  /*  width: 40px;*/
  /*  height: 40px;*/
  /*}*/
  /*.ab6ct .mide .prev{*/
  /*  left: -60px;*/
  /*}*/
  /*.ab6ct .mide .next{*/
  /*  right: -60px;*/
  /*}*/
  .ab6-swiper .swiper-slide a{
    height: 128px;
  }
  .join1ct{
    padding: 100px 0;
  }
  .join1ct .mide{
    height: 360px;
  }
  .join1ct .mide .item .txt{
    padding: 30px 40px;
  }
  .join1ct .mide .item .txt h3{
    font-size: 25px;
  }
  .join1ct .mide .item .txt p{
    margin-top: 5px;
  }
  .join1ct .mide .item .flow{
    padding: 25px 40px;
    font-size: 25px;
  }
  .join2ct{
    padding: 100px 0 70px 0;
  }
  .join2ct .mide .item .rund{
    width: 44px;
    height: 44px;
  }
  .join2ct .mide .item .txt h3{
    font-size: 21px;
  }
  .join2ct .mide .item{
      width: calc((100% - 51px) / 4);
      margin-right: 17px;
      padding: 18px 15px 23px 18px;
      margin-bottom: 25px;
  }
  .join3-box{
    padding: 100px 0 100px calc((100% - 1100px) / 2);
  }
  .join3-box .left .time-swiper .it .flowsz{
    font-size: 68px;
  }
  .join3-box .left .time-swiper .it h3{
    font-size: 20px;
  }
  .join3-box .left .time-swiper .it{
    padding: 0 35px 20px 35px;
    min-height: 230px;
  }
  .join3-box .left .time-swiper .it .txt{
    margin-top: 13px;
    line-height: 34px;
  }
  .join3-box .left .time-swiper .it .flowsz{
    transform: translateY(25px);
  }
  .join3-box .left .sb{
    width: 420px;
    bottom: 89px;
  }
  .join3-box .left .an{
    margin-top: 300px;
  }
  .join3-box .dsb{
    height: 430px;
  }
  .gw-list li .gw{
    font-size: 20px;
  }
  .join4ct{
    padding: 100px 0;
  }
  .join4ct .top .right .ss{
    width: 360px;
  }
  .join4ct .el-select{
    width: 260px;
  }
  .gw-d .content .title h3{
    font-size: 25px;
  }
  .gw-d .content .nr .desc{
    line-height: 34px;
  }
  .gw-d .content{
    padding: 60px 45px 20px 45px;
  }
  .gw-d .content .title p{
    margin-top: 7px;
  }
  .gw-d .content .nr .row:not(:first-of-type){
    margin-top: 30px;
  }
  .pd1ct .mide .left .sglw .cslw .itt:first-of-type .ttt{
    width: 120px;
  }
  .pd1ct .mide .left .sglw .cslw .itt:not(:last-of-type){
    margin-right: 20px;
  }
  .pd1ct .mide .left .sglw .cslw .itt .rr{
    width: 40px;
    height: 40px;
  }
  .pd1ct .mide .left .more{
    width: 160px;
    height: 46px;
  }
  .pd1ct .mide .left .sglw .cslw{
    max-width: calc(100% - 180px);
  }
  .vdct .left{
    width: 300px;
    padding: 50px 0;
  }
  .vdct .left a p{
    font-size: 18px;
  }
  .vd-list li h6{
    font-size: 18px;
  }
  .vdct .right{
    width: calc(100% - 300px - 50px);
    padding: 50px 0 90px 0;
  }
  .vd-list li{
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 40px;
  }
  .vd-list li .ib{
    height: 150px;
  }
  .vd-list li .rund{
    width: 44px;
    height: 44px;
  }
  .vd-list li .db{
    padding: 0 15px 13px 15px;
  }
  .vd-list li .db p{
    font-size: 16px;
  }
  .pd1-2ct .mide .left h3{
    font-size: 40px;
  }
  .pd1-2ct .mide .left h6{
    font-size: 28px;
  }
  .pd1-2ct .mide .left .desc{
    font-size: 16px;
    line-height: 34px;
    margin: 40px 0 50px 0;
  }
  .pd1-2ct .mide{
    margin-top: 30px;
  }
  .pd1-2ct .mide .left{
    width: 620px;
  }
  .pd1-2ct .mide .left .more{
    width: 160px;
    height: 46px;
  }
  .pd1-2ct{
    padding: 90px 0 100px 0;
  }
  .pd2-2ct{
    padding: 100px 0 80px 0;
  }
  .pd2top h3{
    font-size: 32px;
  }
  .pd2top p{
    font-size: 16px;
  }
  .pd2-2ct .mide{
    margin-top: 55px;
  }
  .pd2-2ct .mide .row{
    padding-top: 60px;
  }
  .pd2-2ct .mide .left{
    width: 560px;
  }
  .pd2-2ct .mide .right{
    width: 489px;
  }
  .pd-2-title h3{
    font-size: 26px;
  }
  .pd-2-title .mline{
    width: 40px;
    margin: 24px 0;
  }
  .pd-2-title p{
    font-size: 16px;
    line-height: 34px;
  }
  .pd2-2ct .mide .right .numContent{
    margin-top: 40px;
  }
  .pd2-2ct .mide .right .numContent .item .tt .pbnum, .pd2-2ct .mide .right .numContent .item .tt span{
    font-size: 58px;
  }
  .pd2-2ct .mide .right .numContent .item p{
    font-size: 18px;
  }
  .pd2-2ct .mide .right .numContent .nline{
    height: 88px;
  }
  .pd2-2ct .mide .row:not(:first-of-type){
    margin-top: 60px;
  }
  .pd3-2ct{
    padding: 100px 0;
  }
  .pd3-2ct .mide .left .item{
    width: 390px;
    margin-right: 30px;
  }
  .pd3-2ct .mide .right{
    width: 310px;
  }
  .pd3-2ct .mide .right .dd{
    font-size: 14px;
    line-height: 28px;
    padding: 30px 30px;
  }
  .pd3-2ct .mide .left .item .txt h6{
    font-size: 22px;
  }
  .pd3-2ct .mide .left .item .txt p{
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
  }
  .pd3-2ct .mide .left .item .txt{
    padding: 29px 29px 39px 30px;
    margin-top: -55px;
  }
  .pd2-3ct{
    padding: 100px 0;
  }
  .pd2-3ct .row.r1 .top .left{
    width: 850px;
  }
  .pd2-3ct .row .top .szss .tt .pbnum, .pd2-3ct .row .top .szss .tt span{
    font-size: 58px;
  }
  .pd2-3ct .row .top .szss p{
    font-size: 18px;
  }
  .pd2-3ct .row .mide{
    margin-top: 45px;
    padding: 40px 50px;
  }
  .pd2-3ct .row .mide .rr{
    width: calc((100% - 50px) / 2);
  }
  .pd2-3ct .row{
    padding: 60px 0;
  }
  .pd2-3ct .row .numContent .line{
    height: 88px;
  }
  .pd2-3ct .row .numContent .item .tt{
    font-size: 58px;
  }
  .pd2-3ct .row .numContent .item p{
    font-size: 18px;
  }
  .pd2-3ct .row .numContent{
    width: 470px;
  }
  .pd2-3ct .row .top .left{
    width: 530px;
  }
  .pd2-3ct .dbjs{
    font-size: 18px;
    line-height: 42px;
  }
  .pd1-2box.pd1-4 .pd1-2ct .mide .left{
    width: 520px;
  }
  .pd1-2ct .right .ll{
    width: 200px;
    height: 330px;
  }
  .pd1-2ct .right .rr{
    width: 320px;
  }
  .pd1-2ct .right .rr .tt{
    height: 150px;
  }
  .pd1-2ct .right .rr .ddrr{
    height: 160px;
  }
  .pd1-2ct .right .rr .ddll .ddlltt{
    height: 70px;
  }
  .pd4-2ct{
    padding: 100px 0;
  }
  .pd4-2ct h3{
    font-size: 32px;
  }
  .pd4-2ct h6{
    font-size: 16px;
    line-height: 34px;
  }
  .pd4-2ct .mide .title{
    font-size: 34px;
    line-height: 46px;
  }
  .pd4-2ct .mide .right{
    width: calc(100% - 140px);
  }
  .pd4-2ct .mide .right .rund{
    width: 52px;
    height: 52px;
  }
  .pd4-2ct .mide .right .rund img{
    width: 16px;
  }
  .pd4-2ct .mide .right .zs h4{
    font-size: 20px;
  }
  .pd4-2ct .mide .right .zs p{
    font-size: 16px;
  }
  .pd4-2ct .mide .right .zs{
    width: 230px;
  }
  .pd4-2ct .mide .right .z4{
    width: 265px;
  }
  .pd5-1ct{
    padding: 100px 0;
  }
  .pd5-1ct>h3{
    font-size: 32px;
  }
  .pd5-1ct .line{
    margin: 45px 0 60px 0;
  }
  .pd4-list li .left{
    width: 550px;
    height: 350px;
  }
  .pd4-list li .right{
    width: 510px;
  }
  .pd4-list li .numContent{
    margin-top: 30px;
  }
  .pd4-list li .numContent .item .tt .pbnum, .pd4-list li .numContent .item .tt span{
    font-size: 58px;
  }
  .pd4-list li .numContent .item p{
    font-size: 18px;
  }
  .pd4-list li .numContent .nline{
    height: 88px;
  }
  .pd4-list li:not(:first-of-type){
    margin-top: 80px;
  }
  .downct{
    padding: 100px 0;
  }
  .donw-list li{
    padding: 25px 50px;
  }
  .donw-list li .left .zs{
    width: 170px;
    height: 170px;
  }
  .donw-list li .left .wz{
    width: calc(100% - 170px - 50px);
  }
  .donw-list li .left .wz .db{
    margin-top: 25px;
  }
  .donw-list li .left .wz .db p{
    font-size: 16px;
  }
  .donw-list li .left .wz h6{
    font-size: 20px;
    line-height: 32px;
  }
  .pd1-2ct .right .rr .flow{
    padding: 0 20px;
  }
  .pd1-2ct .right .rr .flow h6{
    font-size: 18px;
  }
  .pd1-2ct .right .rr .flow p{
    font-size: 14px;
    line-height: 26px;
    margin-top: 5px;
  }
  .ftct .mide .right .desc .phone{
    margin: 19px 0 38px 0;
  }
  .ftct .mide .right .desc .phone p{
    font-size: 40px;
  }
  .ftct .mide .right .desc .phone i{
    font-size: 32px;
  }
  .ftct .mide .left .it:not(:first-of-type){
    margin-left: 38px;
  }
  .ftct .mide .right .desc{
      width: 380px;
  }
  .ftct .mide .right .qr{
    width: 100px;
    margin-left: 40px;
  }
  .ftct .mide .left .it h3{
    margin-bottom: 24px;
  }
  .ftct .mide .left .it .txt a:not(:first-of-type){
    margin-top: 13px;
  }
  /*.ftct .db .left{*/
  /*  flex-direction: column;*/
  /*  align-items: flex-start;*/
  /*}*/
  /*.ftct .db .left a:last-of-type{*/
  /*  margin-left: 0;*/
  /*  margin-top: 5px;*/
  /*}*/
  .ftct .db{
    padding: 17px 0;
  }
  .ftct .mide{
    padding: 57px 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width:1360px) {
  /* .i2-swiper{
    height: 600px;
  }
  .i2-swiper a .flow{
    top: 460px;
  }
  .i2-swiper a::after{
    height: 205px;
    bottom: -205px;
  } */
  .i2ct .sb .prev{
    left: -60px;
  }
  .i2ct .sb .next{
    right: -60px;
  }
  .ab5ct .mide .prev{
    left: -60px;
  }
  .ab5ct .mide .next{
    right: -60px;
  }
  .ab6ct .mide .prev{
    left: -60px;
  }
  .ab6ct .mide .next{
    right: -60px;
  }
  .ab6ct .mide .rund::before,
  .ab5ct .mide .mrund::before,
  .i2ct .sb .rund::before{
    width: calc(100% + 80px);
  }
}