@font-face{
	font-family:"sans-regular";
	src: url("../css/fonts/SOURCEHANSANSCN-REGULAR.woff") format("woff"),
       url("../css/fonts/SOURCEHANSANSCN-REGULAR.OTF") format("opentype");
  font-display: swap;
}
@font-face{
	font-family:"Ar";
	src: url("../css/fonts/ARIAL.TTF") format("truetype");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #00B0ED;
}
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,'Ar',Source Han Sans CN, 'sans-regular';
}
.el-message{
  top: 50% !important;
  transform: translate(-50%,-50%) !important;
}
.hamburger {
  display: none;
}
.center-1200 {
  width: 1200px;
}
.center-1400 {
  width: 1400px;
}
.center-1600 {
  width: 1600px;
}
.app{
  display: none;
}
.diaolog-pb{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
}
.diaolog-pb video,
.diaolog-pb img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 75%;
  max-width: 75%;
}
.diaolog-pb i{
  font-size: 46px;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #ffffff;
  cursor: pointer;
}
.diaolog.active{
  display: block;
}
.diaolog iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 75%;
  height: 75%;
}
.message-alert {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
  border-radius: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}
.message-alert.success {
  background-color: #55BB8A;
}
.message-alert.error {
  background-color: #F56C6C;
}
.message-alert.warning {
  background-color: #E6A23C;
}
/* seadershow */
.seadershow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.seaderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.seader {
  position: relative;
}
.seader form {
  width: 1000px;
  height: 80px;
  border: 5px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}
.seader form input {
  display: block;
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  font-family: var(--font-family);
}
.seader form button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%;
  border: none;
  outline: none;
  background-color: #C32228;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--font-family);
  cursor: pointer;
}
.seader form button img {
  display: block;
  width: auto;
  filter: brightness(11);
  margin-right: 20px;
}
.seader .close {
  display: block;
  position: absolute;
  right: -60px;
  top: -80px;
}
.seader .close img {
  display: block;
}
.el-message{
  font-family: var(--font-family);
  z-index: 9999 !important;
}
.header-box.active,
.header-box.iactive{
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
}
.header-box.active .headerct .logo img:last-of-type,
.header-box.iactive .headerct .logo img:last-of-type{
  display: block;
}
.header-box.active .headerct .logo img:first-of-type,
.header-box.iactive .headerct .logo img:first-of-type{
  display: none;
}
.header-box.active .headerct .nav li>a,
.header-box.iactive .headerct .nav li>a{
  color: #333333;
}
.header-box.active .headerct form,
.header-box.iactive .headerct form{
  border-bottom-color: #999999;
}
.header-box.active .headerct form input,
.header-box.iactive .headerct form input{
  color: #333333;
}
.header-box.active .headerct form input::placeholder,
.header-box.iactive .headerct form input::placeholder{
  color: #999999;
}
.header-box.active .headerct form i,
.header-box.iactive .headerct form i{
  color: #666666;
}
.header-box.active .headerct .language .zs,
.header-box.iactive .headerct .language .zs{
  border-color: #333333;
  color: #333333;
}
.header-box{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: 0.3s;
}
.headerct{
  margin: 0 auto;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerct .logo img:last-of-type{
  display: none;
}
.headerct .nav{
  display: flex;
  height: 100%;
}
.headerct .nav li:not(:first-of-type){
  margin-left: 40px;
}
.headerct .nav li{
  position: relative;
}
.headerct .nav li>a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.headerct .nav li>a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #00B0ED;
  transition: 0.3s;
}
.headerct .nav li>a:hover{
  color: #00B0ED;
}
.headerct .nav li.active>a::after{
  width: 100%;
}
.headerct .nav li .two{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: 0.5s;
  padding-top: 10px;
}
.headerct .nav li:hover .two{
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.headerct .nav li .two .rq{
  background-color: #FFFFFF;
  padding: 10px 25px;
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 15%);
}
.headerct .nav li .two .rq a{
  display: block;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  width: max-content;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}
.headerct .nav li .two .rq a:last-of-type{
  border-bottom: none;
}
/* .headerct .nav li .two .rq a:not(:first-of-type){
  margin-top: 12px;
} */
.headerct .nav li .two .rq a:hover{
  color: #00B0ED;
}
.headerct .nav li .p-two{
  position: absolute;
  top: 100%;
  left: -450px;
  padding-top: 10px;
  transform: scaleY(0);
  opacity: 0;
  transform-origin: top;
  transition: 0.5s;
}
.headerct .nav li:hover .p-two{
  transform: scaleY(1);
  opacity: 1;
}
.headerct .nav li .p-two .rq{
  background-color: #FFFFFF;
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 15%);
  padding: 45px 55px;
  display: flex;
}
.headerct .nav li .p-two .rq .item{
  width: 200px;
  margin-right: 70px;
}
.headerct .nav li .p-two .rq .item:last-of-type{
  margin-right: 0;
}
.headerct .nav li .p-two .rq .item .tt{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  transition: 0.3s;
}
.headerct .nav li .p-two .rq .item .tt:hover{
  color: #00B0ED;
}
.headerct .nav li .p-two .rq .item .line{
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 14px;
}
.headerct .nav li .p-two .rq .item .aab{
  margin-top: 14px;
}
.headerct .nav li .p-two .rq .item .aab a{
  display: block;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.headerct .nav li .p-two .rq .item .aab a:not(:first-of-type){
  margin-top: 10px;
}
.headerct .nav li .p-two .rq .item .aab a:hover{
  color: #00B0ED;
}
.headerct .nav li .p-two .rq .item .rr:not(:first-of-type){
  margin-top: 54px;
}
.headerct .right{
  display: flex;
  align-items: center;
  height: 100%;
}
.headerct .right .language{
  position: relative;
  cursor: pointer;
}
.headerct .right .language .zs{
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  line-height: 1;
  padding: 7px 18px;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
}
.headerct .right .language .flow{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
  transform-origin: top;
  padding-top: 6px;
  width: 100%;
  transition: 0.3s;
}
.headerct .right .language:hover .flow{
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.headerct .right .language .flow .rq{
  background-color: #FFFFFF;
  padding: 2px 0;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
  border-radius: 4px;
}
.headerct .right .language .flow .rq a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 1;
  padding: 8px;
  display: block;
  text-align: center;
  transition: 0.3s;
}
.headerct .right .language .flow .rq a:hover{
  color: #00B0ED;
}
.headerct form{
  width: 200px;
  border-bottom: 1px solid #ffffff;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  transition: 0.3s;
  margin: 0 60px;
}
.headerct form input{
  width: calc(100% - 16px);
  padding-right: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  border-radius: 0;
  outline: unset;
  border: none;
  background-color: transparent;
  transition: 0.3s;
}
.headerct form input::placeholder{
  color: #FFFFFF;
}
.headerct form button{
  border-radius: 0;
  border: none;
  outline: unset;
  background-color: transparent;
  cursor: pointer;
}
.headerct form i{
  font-size: 16px;
  color: #ffffff;
  transition: 0.3s;
}
.mySwiper{
  width: 100%;
  height: 100vh;
}
.mySwiper .swiper-slide{
  overflow: hidden;
}
.mySwiper .ct .rq{
  opacity: 0;
  transform: translateY(40%);
  transition: 1.5s;
  transition-delay: 0.4s;
}
.mySwiper .swiper-slide-active .ct .rq{
  opacity: 1;
  transform: translateY(0);
}
.mySwiper .ct{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mySwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .ct h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 72px;
  text-shadow: 0px 3px 5px rgba(0,0,0,0.5);
}
.mySwiper .ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  margin-top: 20px;
}
.mySwiper .i-more{
  margin-top: 90px;
}
.mySwiper .i-more::before{
  background-color: #ffffff;
}
.i-more{
  width: 160px;
  height: 54px;
  background: #00B0ED;
  border-radius: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.i-more::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  transition: 0.3s;
  z-index: -1;
}
.i-more:hover{
  /* box-shadow: 0 0 16px 3px rgba(0,176,237, 0.8); */
  color: #00B0ED;
}
.i-more:hover::before{
  width: 100%;
}
.mySwiper .swiper-pagination{
  bottom: 35px;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet{
  width: 60px;
  height: 4px;
  background: #FFFFFF;
  opacity: 0.4;
  border-radius: 0;
  transition: 0.3s;
  margin: 0 6px;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active{
  width: 80px;
  background: #00B0ED;
  opacity: 1;
}
.i-pb-title h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 40px;
  color: #00B0ED;
  text-align: center;
}
.i1-box{
  /*padding: 130px 0 140px 0;*/
  padding: 35px 0 40px 0;
}
.i-pb-title .line{
  width: 60px;
  height: 4px;
  background: #00B0ED;
  margin: 20px auto 0;
}
.i1-box .mide{
  margin-top: 60px;
  display: flex;
  width: 100%;
}
.i1-box .mide a{
  width: calc((100% - 7px) / 8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.i1-box .mide a::before{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 0.5s;
  width: 100%;
  height: 100%;
  background-color: #00B0ED;
  opacity: 0;
  z-index: -1;
}
.i1-box .mide a .ib{
  width: 77px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i1-box .mide a .ib img{
  max-height: 100%;
  max-width: 100%;
}
.i1-box .mide a .ib img:last-of-type{
  display: none;
}
.i1-box .mide a:not(:last-of-type){
  border-right: 1px solid #F0F3F5;
}
.i1-box .mide a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  text-align: center;
  margin-top: 28px;
  transition: 0.3s;
}
.i1-box .mide a:hover::before{
  opacity: 1;
}
.i1-box .mide a:hover .ib img:last-of-type{
  display: block;
}
.i1-box .mide a:hover .ib img:first-of-type{
  display: none;
}
.i1-box .mide a:hover p{
  color: #ffffff;
}
.i2-box{
  display: flex;
  height: 620px;
  overflow: hidden;
}
.i2-box .left{
  width: 50%;
  height: 100%;
  background-color: #F0F3F5;
  padding: 0 100px 0 160px;
  display: flex;
  align-items: center;
}
.i2-box .left .rq{
  width: 100%;
}
/*.i2-box .left .qh{*/
/*  border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
/*}*/
/*.i2-box .left .qh-swiper{*/
/*  width: 310px;*/
/*  margin: 0;*/
/*}*/
/*.i2-box .left .qh-swiper a{*/
/*  position: relative;*/
/*  padding-bottom: 38px;*/
/*  display: block;*/
/*}*/
/*.i2-box .left .qh-swiper a::after{*/
/*  display: block;*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: -1px;*/
/*  width: 0;*/
/*  height: 3px;*/
/*  background-color: #00B0ED;*/
/*  transition: 0.3s;*/
/*}*/
/*.i2-box .left .qh-swiper a span{*/
/*  font-family: var(--font-family);*/
/*  font-weight: bold;*/
/*  font-size: 30px;*/
/*  color: #000000;*/
/*  transition: 0.3s;*/
/*  line-height: 1;*/
/*}*/
/*.i2-box .left .qh-swiper .swiper-slide-thumb-active a span{*/
/*  color: #00B0ED;*/
/*}*/
/*.i2-box .left .qh-swiper .swiper-slide-thumb-active a::after{*/
/*  width: 100%;*/
/*}*/
/*.i2-box .left .qh-swiper a:hover span{*/
/*  color: #00B0ED;*/
/*}*/
 .i2-box .left .qh{
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.i2-box .left .qh a{
  position: relative;
  padding-bottom: 28px;
}
.i2-box .left .qh a span{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  transition: 0.3s;
  /*line-height: 1;*/
}
.i2-box .left .qh a:not(:first-of-type){
  margin-left: 60px;
}
.i2-box .left .qh a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background-color: #00B0ED;
  transition: 0.3s;
}
.i2-box .left .qh a.active span{
  color: #00B0ED;
}
.i2-box .left .qh a.active::after{
  width: 100%;
}
.i2-box .left .qh a span:hover{
  color: #00B0ED;
} 
.i2-box .left .desc-box{
  margin-top: 70px;
}
.i2-1-Swiper{
  width: 100%;
}
.i2-box .left .desc.gnw img{
    transform: scale(1.1);
}
.i2-box .left .desc h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #000000;
}
.i2-box .left .desc .ib{
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}
.i2-box .left .desc .ib a{
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
}
.i2-box .left .desc .ib a:nth-of-type(3n){
  margin-right: 0;
}
.i2-box .left .desc .ib a img{
  width: 27px;
  height: max-content;
  -webkit-heigth: max-content;
  margin-right: 13px;
}
.i2-box .left .desc .ib a p{
  width: calc(100% - 27px - 13px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.i2-box .right{
  width: 50%;
  height: 100%;
  position: relative;
}
/* .i2-2-swiper{
  width: 100%;
  height: 100%;
} */
.i2-box .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.7s;
  z-index: 1;
}
.i2-box .right img.active{
  opacity: 1;
  z-index: 2;
}
.i3-box{
  padding: 40px 0;
}
.i3mide{
  margin-top: 60px;
  width: 100%;
  height: 600px;
  display: flex;
}
.i3mide .ib{
  width: calc((100% - 48% - 40px) / 2);
  height: 100%;
  position: relative;
  margin-right: 20px;
  transition: 0.4s;
  overflow: hidden;
}
.i3mide .ib.active{
  width: 48%;
}
.i3mide .ib:nth-of-type(3n){
  margin-right: 0;
}
.i3mide .ib .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i3mide .ib .flow{
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 78%;
  opacity: 0;
  transition: 0.4s;
  transition-delay: 0s;
}
.i3mide .ib.active .flow{
  top: 50%;
  opacity: 1;
  transition-delay: 0.3s;
}
.i3mide .ib .flow .rq{
  background: linear-gradient(45deg, #6C889D 0%, #84A6B5 100%);
  padding: 74px 60px;
  width: 100%;
}
.i3mide .ib .flow h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
  /*line-height: 1;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.i3mide .ib .flow h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 35px 0 48px 0;
}
.i3mide .ib .flow .i-more{
  margin: 0 auto;
}
.i3mide .ib .txt{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0 50px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 36px;
  text-align: center;
  transition: 0.4s;
  opacity: 1;
}
.i3mide .ib.active .txt{
  bottom: 0;
  opacity: 0;
}
.i4ct{
  margin: 0 auto;
  padding: 0 0 40px 0;
}
.i4ct .mide{
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.i4ct .mide .item{
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
  height: 420px;
  position: relative;
}
.i4ct .mide .item:nth-of-type(3n){
  margin-right: 0;
}
.i4ct .mide .item:nth-of-type(1){
  margin-right: 0;
  width: 100%;
}
.i4ct .mide .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i4ct .mide .item .txt{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
}
.i4ct .mide .item .txt h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 1;
}
.i4ct .mide .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin: 35px 0 78px 0;
}
.i5-box{
  background-color: #F0F3F5;
  overflow: hidden;
}
.i5ct{
  padding: 40px 0 40px 0;
}
.i5ct .top{
  margin: 0 auto;
}
.i5ct .top h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 40px;
  color: #00B0ED;
  line-height: 1;
}
.i5ct .top .line{
  width: 60px;
  height: 4px;
  background: #00B0ED;
  margin: 29px 0 27px 0;
}
.i5ct .top p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.i5ct .mide{
  max-width: 1920px;
  padding: 0 0 0 62px;
  position: relative;
  margin: 58px auto 0;
}
.i5ct .mide .i-map{
  position: relative;
  width: 1423px;
}
.i5ct .mide .i-map .bg{
  width: 100%;
}
.i5ct .mide .i-map .zb{
  position: absolute;
  top: 33%;
  left: 48.2%;
}
.i5ct .mide .i-map .zb .pulse{
  position: relative;
  z-index: 1;
  width: 90px;
  height: 90px;
  background-color: #00B0ED;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.i5ct .mide .i-map .zb .pulse h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  margin-bottom: 3px;
}
.i5ct .mide .i-map .zb .pulse p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.i5ct .mide .i-map .zb .pulse1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background-color: rgba(0,176,237, 0.2);
  animation: zbpulse 3s ease-out infinite;
  transition: 0.3s;
}
@keyframes zbpulse {
  0% {
    width: 90px;
    height: 90px;
  }
  100% {
    width: 130px;
    height: 130px;
  }
}
.i5ct .mide .i-map .print{
  position: absolute;
  cursor: pointer;
}
.i5ct .mide .i-map .print .wz{
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  width: max-content;
  max-width: 80px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #00B0ED;
  padding-top: 15px;
  transition: 0.3s;
  opacity: 0;
  z-index: 9;
  background-color: rgba(255, 255, 255, 1);
  padding: 3px 8px;
  border-radius: 4px;
}
.i5ct .mide .i-map .print:hover .wz{
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}
.i5ct .mide .i-map .print .rund{
  position: relative;
}
.i5ct .mide .i-map .print .rund .pulse{
  position: relative;
  z-index: 1;
  width: 15px;
  height: 15px;
  background-color: #00B0ED;
  border-radius: 50%;
}
.i5ct .mide .i-map .print .rund .pulse1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background-color: rgba(0,176,237, 0.2);
  animation: bigpulse 3s ease-out infinite;
  transition: 0.3s;
}
@keyframes bigpulse {
  0% {
    width: 15px;
    height: 15px;
  }
  100% {
    width: 35px;
    height: 35px;
  }
}
@keyframes bigpulse2 {
  0% {
    width: 50px;
    height: 50px;
  }
  100% {
    width: 80px;
    height: 80px;
  }
}
.i5ct .mide .i-map .pt1{
  right: 20%;
  top: 42%;
}
.i5ct .mide .i-map .pt1 .rund .pulse{
  width: 50px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}
.i5ct .mide .i-map .pt1 .rund .pulse1{
  animation: bigpulse2 4s ease-out infinite;
}
.i5ct .mide .i-map .pt2{
  top: 25%;
  right: 25.3%;
}
.i5ct .mide .i-map .pt3{
  top: 47.8%;
  right: 36.8%;
}
.i5ct .mide .i-map .pt4{
  top: 40%;
  right: 41.8%;
}
.i5ct .mide .i-map .pt5{
  top: 35.2%;
  right: 45.6%;
}
.i5ct .mide .i-map .pt6{
  top: 27.7%;
  right: 47%;
}
.i5ct .mide .i-map .pt7{
  top: 30.2%;
  right: 48.2%;
}
.i5ct .mide .i-map .pt8{
  top: 27.7%;
  right: 50.7%;
}
.i5ct .mide .i-map .pt9{
  top: 30.2%;
  right: 50.7%;
}
.i5ct .mide .i-map .pt10{
  top: 30.2%;
  left: 45.7%;
}
.i5ct .mide .i-map .pt11{
  top: 35.2%;
  left: 45.7%;
}
.i5ct .mide .i-map .pt12{
  top: 40.2%;
  left: 45.7%;
}
.i5ct .mide .i-map .pt13{
  top: 30.2%;
  left: 44.4%;
}
.i5ct .mide .i-map .pt14{
  top: 40.2%;
  left: 44.4%;
}
.i5ct .mide .i-map .pt15{
  top: 25%;
  left: 14%;
}
.i5ct .mide .i-map .pt16{
  top: 37.6%;
  left: 17.7%;
}
.i5ct .mide .i-map .pt17{
  top: 47.8%;
  left: 16.5%;
}
.i5ct .mide .i-map .pt18{
  top: 70.3%;
  left: 25.4%;
}
.i5ct .mide .i-map .pt19{
  top: 70.3%;
  left: 30.4%;
}
.i5ct .mide .i-map .pt20{
  top: 87.9%;
  left: 25.4%;
}
.i5ct .mide .right{
  position: absolute;
  right: 75px;
  top: 40px;
}
.i5ct .mide .numContent{
  width: 720px;
  height: 540px;
  position: relative;
}
.i5ct .mide .numContent .item{
  width: 180px;
  height: 180px;
  padding: 0 10px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
.i5ct .mide .numContent .item::before{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: linear-gradient(45deg, #6C889D 0%, #84A6B5 100%);
  transition: 0.5s;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}
.i5ct .mide .numContent .item:hover::before{
  width: 100%;
  height: 100%;
  opacity: 1;
}
.i5ct .mide .numContent .item:hover .tt,
.i5ct .mide .numContent .item:hover .db .num,
.i5ct .mide .numContent .item:hover .db p{
  color: #ffffff;
}
.i5ct .mide .numContent .item .tt{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: center;
  transition: 0.3s;
}
.i5ct .mide .numContent .item .db{
  display: flex;
  align-items: flex-end;
  margin-top: 5px;
}
.i5ct .mide .numContent .item .db .num{
  font-family: Arial;
  font-weight: bold;
  font-size: 60px;
  color: #00B0ED;
  line-height: 1;
  transition: 0.3s;
  font-style: italic;
}
.i5ct .mide .numContent .item .db p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #00B0ED;
  line-height: 1;
  transition: 0.3s;
  transform: translateY(-10px);
  font-style: italic;
}
.i5ct .mide .numContent .it1{
  top: 0;
  right: 180px;
}
.i5ct .mide .numContent .it2{
  top: 180px;
  left: 180px;
}
.i5ct .mide .numContent .it3{
  top: 180px;
  right: 0;
}
.i5ct .mide .numContent .it4{
  bottom: 0;
  left: 0;
}
.i5ct .mide .numContent .it5{
  bottom: 0;
  right: 180px;
}
.i6-box{
  overflow: hidden;
}
.i6ct{
  margin: 0 auto;
  padding: 40px 0 40px 0;
}
.i6ct .tag{
  display: flex;
  align-items: center;
}
.i6ct .tag .line{
  width: 1px;
  height: 22px;
  background: #000000;
  opacity: 0.2;
  margin: 0 28px;
}
.i6ct .tag a{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  transition: 0.3s;
}
/*.i6ct .tag a:not(:first-of-type){*/
/*  margin-left: 59px;*/
/*}*/
.i6ct .tag a.active{
  color: #00B0ED;
}
.i6ct .mide{
  margin-top: 60px;
}
.i6ct .mide .rq:not(:first-of-type){
  display: none;
}
.i6ct .inews-list{
  margin-top: 0;
}
.inews-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.inews-list li{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-top: 60px;
}
.inews-list li:nth-of-type(1),
.inews-list li:nth-of-type(2),
.inews-list li:nth-of-type(3){
  margin-top: 0;
}
.inews-list li:nth-of-type(3n){
  margin-right: 0;
}
.inews-list li a{
  display: block;
  width: 100%;
  background-color: #F5F8FA;
}
.inews-list li a .ib{
  width: 100%;
  height: 300px;
}
.inews-list li a .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inews-list li a .txt{
  width: 100%;
  padding: 35px 40px 30px 40px;
  position: relative;
  z-index: 1;
}
.inews-list li a .txt::before{
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: linear-gradient(45deg, #6C889D 0%, #84A6B5 100%);
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.inews-list li a:hover .txt::before{
  opacity: 1;
}
.inews-list li a:hover .txt h6,
.inews-list li a:hover .txt p,
.inews-list li a:hover .txt .db .time,
.inews-list li a:hover .txt .db i{
  color: #FFFFFF;
}
.inews-list li a:hover .txt .line{
  background-color: #ffffff;
}
.inews-list li a .txt h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}
.inews-list li a .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
  margin-top: 17px;
}
.inews-list li a .line{
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  margin: 39px 0 30px 0;
}
.inews-list li a .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inews-list li a .db .time{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
}
.inews-list li a .db i{
  font-size: 16px;
  color: #00B0ED;
  transition: 0.3s;
}
.i7-box{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i7-box .bg{
  width: 100%;
}
.i7ct{
  position: absolute;
  left: 50%;
  bottom: 22%;
  transform: translateX(-50%);
}
.i7ct .rq{
  margin-left: auto;
  width: max-content;
}
.i7ct .rq h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1;
}
.i7ct .rq .db{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.i7ct .rq .tzb{
  display: flex;
  align-items: center;
  margin-right: 134px;
}
.i7ct .rq .tzb a{
  display: flex;
  align-items: center;
}
.i7ct .rq .tzb a:hover p{
  color: #00B0ED;
}
.i7ct .rq .tzb a:not(:first-of-type){
  margin-left: 89px;
}
.i7ct .rq .tzb a p{
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  margin-left: 15px;
  transition: 0.3s;
}
.min-nav{
  margin-top: 90px;
  background-color: #00B0ED;
}
.min-nav .ct{
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 60px;
}
.min-nav .ct a,
.min-nav .ct span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.min-nav .ct span{
  margin: 0 8px;
}
.min-nav .ct a:last-of-type{
  max-width: 40%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.nd-box{
  overflow: hidden;
}
.ndct{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 70px 0 80px 0;
  position: relative;
}
.ndct .left{
  width: 1000px;
}
.social-share .social-share-icon{
  width: 48px !important;
  height: 48px !important;
  line-height: 48px !important;
  font-size: 24px !important;
  border: none !important;
  background-color: #F0F3F5;
  margin: 0 !important;
}
.social-share .social-share-icon:not(:first-of-type){
  margin-left: 20px !important;
}
.social-share .icon-wechat .wechat-qrcode{
  left: -76px !important;
  top: unset !important;
  bottom: -205px !important;
}
.social-share .icon-wechat .wechat-qrcode:after{
  display: none !important;
}
.ndct .left .top{
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 40px;
}
.ndct .left .top .tp{
  display: flex;
  justify-content: space-between;
}
.ndct .left .top .tp h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  width: calc(100% - 150px);
}
.ndct .left .top .time{
  display: flex;
  align-items: center;
  margin-top: 23px;
}
.ndct .left .top .time p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #AAAAAA;
  margin-right: 30px;
}
.ndct .left .top .time .type{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #00B0ED;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #00B0ED;
  padding: 8px 16px;
  margin-right: 10px;
  transition: 0.3s;
}
.ndct .left .top .time .type:hover{
  color: #ffffff;
  background-color: #00B0ED;
}
.ndct .left .content{
  margin-top: 46px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.ndct .left .content p,
.ndct .left .content span{
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.ndct .left .content p{
  margin-top: 20px;
}
.ndct .left .content img{
  max-width: 100%;
  margin: 20px 0;
}
.ndct .left .content .casetype{
  display: flex;
  margin-top: 25px;
}
.ndct .left .content .casetype .kt{
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00B0ED;
}
.ndct .left .content .casetype .kt .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  margin-left: 25px;
}
.ndct .left .content .casetype .zs{
  width: calc(100% - 180px);
  background-color: #F0F3F5;
  padding: 10px 30px;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #00B0ED;
  display: flex;
  align-items: center;
}
.ndct .left .bt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 19px 0;
  margin-top: 70px;
}
.ndct .left .bt .gy{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ndct .left .bt .gy:hover i,
.ndct .left .bt .gy:hover p{
  color: #00B0ED;
}
.ndct .left .bt .gy i{
  font-size: 18px;
  color: #999999;
  transition: 0.3s;
}
.ndct .left .bt .gy p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
  margin-left: 16px;
}
.ndct .left .bt .gy:last-of-type p{
  margin-left: 0;
  margin-right: 16px;
}
.ndct .left .bt .back{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
  cursor: pointer;
}
.ndct .left .bt .back:hover{
  color: #00B0ED;
}
.ndct .down{
  margin-top: 60px;
}
.ndct .down h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #00B0ED;
  line-height: 1;
  background-color: #F0F3F5;
  border-left: 4px solid #00B0ED;
  padding: 15px 0 15px 20px;
}
.ndct .down .sj{
  margin-top: 35px;
}
.ndct .down .sj h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.ndct .down .rb{
  margin-top: 20px;
  background-color: #F0F3F5;
  padding: 0 30px;
}
.ndct .down .rb h5{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  padding: 28px 0;
  border-bottom: 1px solid #D8DADC;
}
.ndct .down .rb .rr{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #D8DADC;
  padding: 28px 0;
}
.ndct .down .rb .rr:last-of-type{
  border-bottom: none;
}
.ndct .down .rb .rr .zs{
  width: calc(100% - 150px);
  display: flex;
  align-items: center;
}
.ndct .down .rb .rr .zs .xp{
  width: 39px;
}
.ndct .down .rb .rr .zs .xp img{
  width: 100%;
}
.ndct .down .rb .rr .zs .xp img:last-of-type{
  display: none;
}
.ndct .down .rb .rr .zs .wz{
  width: calc(100% - 39px - 18px);
  margin-left: 18px;
}
.ndct .down .rb .rr .zs .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  transition: 0.3s;
}
.ndct .down .rb .rr:hover .zs .wz p{
  color: #00B0ED;
}
.ndct .down .rb .rr:hover .zs .xp img:last-of-type{
  display: block;
}
.ndct .down .rb .rr:hover .zs .xp img:first-of-type{
  display: none;
}
.ndct .down .rb .rr .zs .wz .dx{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  margin-top: 5px;
}
.ndct .down .rb .rr a{
  width: 110px;
  height: 40px;
  background: #F0F3F5;
  border-radius: 10px;
  border: 1px solid #00B0ED;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #00B0ED;
  transition: 0.3s;
}
.ndct .down .rb .rr a:hover{
  background-color: #00B0ED;
  color: #FFFFFF;
}
.pb-nyright{
  width: 300px;
  height: max-content;
  position: absolute;
  right: 0;
  top: 70px;
}
.pb-nyright.active{
  position: fixed;
  top: 120px;
  right: calc((100% - 1400px) / 2);
}
/* .pb-nyright .rq.active{
  position: fixed;
  top: 120px;
  width: 300px;
} */
/* .pb-nyright .rq.bottom{
  position: absolute;
  top: auto;
  bottom: 0;
} */
/* .pb-nyright .rq{
  transition: opacity 0.3s ease;
}
.pb-nyright .rq.hidden{
  opacity: 0;
  pointer-events: none;
} */
.pb-nyright h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 1;
  padding-left: 17px;
  border-left: 4px solid #00B0ED;
}
.pb-nyright .lb{
  margin-top: 40px;
}
.pb-nyright .lb .item{
  display: block;
}
.pb-nyright .lb .item img{
  width: 100%;
  height: 206px;
  object-fit: cover;
  margin-bottom: 20px;
}
.pb-nyright .lb .item .txt h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}
.pb-nyright .lb .item .txt .time{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 17px;
}
.pb-nyright .lb .item .txt .time p{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.pb-nyright .lb .item .txt .time i{
  font-size: 20px;
  color: #00B0ED;
}
.pb-nyright .lb .item:not(:first-of-type){
  margin-top: 37px;
}
.pb-nyright .lb .item:hover .txt h6{
  color: #00B0ED;
}
.pb-nyright .lb .item .txt .case{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pb-nyright .lb .item .txt .caseh6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
  width: calc(100% - 60px);
}
.pb-nyright .lb .item .txt .case i{
  font-size: 20px;
  color: #00B0ED;
}
.pb-nyright .lb .item:hover .caseh6{
  color: #00B0ED;
}
.pb-cpch{
  width: 100%;
  display: flex;
  height: 140px;
  overflow: hidden;
}
.pb-cpch.tra .it2{
  width: 100%;
  background-color: unset;
  background: linear-gradient(45deg, #6C889D 0%, #84A6B5 100%);
}
.pb-cpch .item{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb-cpch .item .zx{
  display: flex;
  align-items: center;
  position: relative;
}
.pb-cpch .item .zx::after{
  display: block;
  content: '';
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  transition: 0.3s;
}
.pb-cpch .item .zx p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  transition: 0.3s;
}
.pb-cpch .item .zx i{
  font-size: 26px;
  color: #FFFFFF;
  transition: 0.3s;
}
.pb-cpch .item:hover .zx::after{
  width: 100%;
}
.pb-cpch .it1{
  background-color: #7B9AAC;
}
.pb-cpch .it1 .zx::after{
  right: 0;
}
.pb-cpch .it1 .zx p{
  margin-left: 20px;
}
.pb-cpch .it1:hover .zx p{
  margin-left: 40px;
}
.pb-cpch .it2{
  background-color: #00B0ED;
}
.pb-cpch .it2 .zx::after{
  left: 0;
}
.pb-cpch .it2 .zx p{
  margin-right: 20px;
}
.pb-cpch .it2:hover .zx p{
  margin-right: 40px;
}
.banner{
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.banner .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .ct{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.banner .ct h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
  margin-top: 14px;
}
.banner.ab .ct{
  top: calc(50% + 5%);
}
.banner .txt{
  margin-top: 30px;
}
.banner .txt h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}
.banner .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 9px;
}
.banner .serb{
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding: 7px 35px 7px 7px;
  width: max-content;
  border-radius: 32px;
  margin-top: 45px;
}
.banner .serb .rund{
  width: 50px;
  height: 50px;
  background: #00B0ED;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.banner .serb .rund img{
  height: auto;
}
.banner .serb a{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #00B0ED;
  display: flex;
  align-items: center;
}
.banner .serb a span{
  font-family: Arial;
  font-weight: bold;
  font-size: 30px;
  color: #00B0ED;
}
.ny-nav{
  width: 100%;
  background: #F5F8FA;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
  position: relative;
}
.ny-nav .ct{
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.ny-nav .ct .left{
  display: flex;
}
.ny-nav .ct .left a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  transition: 0.3s;
}
.ny-nav .ct .left a:hover{
  color: #00B0ED;
}
.ny-nav .ct .left a.active{
  color: #00B0ED;
  font-weight: bold;
}
.ny-nav .ct .left a:not(:first-of-type){
  margin-left: 69px;
}
.ny-nav .ct .right{
  display: flex;
  align-items: center;
}
.ny-nav .ct .right a,
.ny-nav .ct .right span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
}
.ny-nav .ct .right span{
  margin: 0 8px;
}
.ny-nav .ct .right a:hover{
  color: #00B0ED;
}
.pb-title{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pb-title.lft{
  align-items: flex-start;
}
.pb-title h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 40px;
  color: #00B0ED;
}
.pb-title .xx{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.pb-title .xx .x{
  width: 17px;
  height: 6px;
  background: #00B0ED;
}
.pb-title .xx .y{
  width: 6px;
  height: 6px;
  background: #00B0ED;
  border-radius: 50%;
}
.pb-title .xx div:not(:first-of-type){
  margin-left: 5px;
}
.dev1-box{
  overflow: hidden;
}
.dev1ct{
  padding: 80px 0;
  margin: 0 auto;
}
.dev1ct .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dev1ct .top .left{
  width: 594px;
}
.dev1ct .top .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-top: 72px;
}
.dev1ct .top .left .desc p:not(:first-of-type){
  margin-top: 25px;
}
.dev1ct .top .right{
  width: 680px;
  position: relative;
}
.dev1ct .top .right img{
  width: 100%;
}
.dev1ct .top .right .numContent{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  background: #00B0ED;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dev1ct .top .right .numContent p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.dev1ct .top .right .numContent .zs{
  display: flex;
  align-items: flex-end;
  margin: 4px 0;
}
.dev1ct .top .right .numContent .zs .num{
  line-height: 1;
  font-family: Arial;
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
}
.dev1ct .top .right .numContent .zs span{
  line-height: 1;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  transform: translateY(-5px);
}
.dev1ct .content{
  margin-top: 80px;
}
.dev1ct .content .item{
  position: relative;
}
.dev1ct .content .item:not(:first-of-type){
  margin-top: 80px;
}
.dev1ct .content .item .left{
  width: 990px;
  height: 540px;
}
.dev1ct .content .item .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dev1ct .content .item .right{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dev1ct .content .item .right .rq{
  width: 660px;
  height: 360px;
  background: #00B0ED;
  box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.09);
  background: url(../images/dev5.jpg) no-repeat center / cover;
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dev1ct .content .item .right h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #333333;
}
.dev1ct .content .item .right p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 25px;
}
.dev1ct .content .item:nth-of-type(even) .left{
  margin-left: auto;
}
.dev1ct .content .item:nth-of-type(even) .right{
  right: auto;
  left: 0;
}
.dev1ct .content .item:first-of-type .right .rq{
  background: url(../images/dev4.jpg) no-repeat center / cover;
}
.dev1ct .content .item:first-of-type .right h3,
.dev1ct .content .item:first-of-type .right p{
  color: #FFFFFF;
}
.dev1ct .db{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.dev1ct .db a{
  width: calc((100% - 80px) / 2);
  height: 240px;
  background: #F0F3F5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  transition: 0.3s;
}
.dev1ct .db a h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  transition: 0.3s;
}
.dev1ct .db a .rund{
  width: 160px;
  height: 160px;
  background: #00B0ED;
  border-radius: 80px;
}
.dev1ct .db a .rund img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dev1ct .db a:hover{
  box-shadow: 0px 5px 24px 0px rgba(0,0,0,0.09);
}
.dev1ct .db a:hover h3{
  color: #00B0ED !important;
}
.dev1ct .db a:last-of-type{
  background: linear-gradient(45deg, #6C889D 0%, #84A6B5 100%);
}
.dev1ct .db a:last-of-type h3{
  color: #ffffff;
}
.dev1ct .db a:last-of-type .rund{
  background: #000000;
}
.dev2-box{
  overflow: hidden;
  background-color: #F0F3F5;
}
.dev2ct{
  margin: 0 auto;
  padding: 45px 0 60px 0;
}
.dev2-list{
  margin-top: 60px;
}
.dev2-list>li{
  background-color: #FFFFFF;
}
.dev2-list>li.active .zs .rund i:last-of-type{
  display: block;
}
.dev2-list>li.active .zs .rund i:first-of-type{
  display: none;
}
.dev2-list>li.active .zs{
  background-color: #00B0ED;
}
.dev2-list>li.active .zs .title,
.dev2-list>li.active .zs .rund i{
  color: #FFFFFF;
}
.dev2-list>li:not(:first-of-type){
  margin-top: 20px;
}
.dev2-list>li .zs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 79px;
  transition: 0.3s;
}
.dev2-list>li .zs .title{
  max-width: 80%;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  transition: 0.3s;
}
.dev2-list>li .zs .rund{
  cursor: pointer;
}
.dev2-list>li .zs .rund i{
  font-size: 18px;
  color: #333333;
  transition: 0.3s;
}
.dev2-list>li .zs .rund i:last-of-type{
  display: none;
}
.dev2-list>li .zs .rund i:hover{
  color: #00B0ED;
}
.dev2-list>li.active .zs .rund i:hover{
  color: #FFFFFF;
}
.dev2-list>li .content{
  padding: 35px 79px 79px 79px;
  display: none;
}
.dev2-list>li .content .ar{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.dev2-list>li .content .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  margin: 27px 0 35px 0;
}
.dev2-list>li .content .more{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #00B0ED;
  width: max-content;
  padding-bottom: 5px;
}
.dev2-list>li .content .more p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #00B0ED;
  transition: 0.3s;
}
.dev2-list>li .content .more i{
  font-size: 18px;
  color: #00B0ED;
  margin-left: 19px;
}
.dev2-list>li .content .more:hover p{
  transform: translateX(10px);
}
.dev2-list .biao{
  margin-top: 70px;
}
.dev2-list .biao h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 25px;
}
.dev2-list .biao .codepb .mybtn{
  width: 105px;
}
.dev2-list .biao .codepb .el-input{
  width: calc(100% - 105px);
}
.dev2-list .biao .row{
  display: flex;
}
.dev2-list .biao .row .el-form-item{
  width: calc((100% - 78px) / 4);
  margin-right: 26px;
  position: relative;
  margin-bottom: 30px;
}
.dev2-list .biao .row .el-form-item:last-of-type{
  margin-right: 0;
}
.dev2-list .biao .row .el-form-item .el-input__inner{
  height: 50px;
  line-height: 50px;
  background-color: #F5F8FA;
  border-radius: 0;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.dev2-list .biao .row .el-form-item .el-input__inner::placeholder{
  color: #666666;
}
.dev2-list .biao .row .required-marker{
  color: #E20000;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  line-height: 1;
}
.dev2-list .biao .row .required-marker.hidden{
  opacity: 0;
}
.dev2-list .biao .dbr{
  display: flex;
  justify-content: space-between;
}
.dev2-list .biao .dbr .upload-demo{
  background-color: #F5F8FA;
  width: 607px;
  height: 200px;
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
}
.dev2-list .biao .dbr .tm{
  position: absolute;
  top: 10px;
  left: 15px;
  line-height: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  transition: 0.3s;
}
.dev2-list .biao .dbr .tm.hidden{
  opacity: 0;
}
.dev2-list .biao .dbr .el-upload{
  width: 100%;
  margin-top: auto;
}
.dev2-list .biao .dbr .el-upload-dragger{
  width: 100%;
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F8FA;
}
.dev2-list .biao .dbr .el-upload-dragger:hover{
  border-color: #00B0ED;
}
.dev2-list .biao .dbr .el-upload-dragger .wz{
  margin-left: 30px;
}
.dev2-list .biao .dbr .el-upload-dragger .wz h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 1;
}
.dev2-list .biao .dbr .el-upload-dragger .wz h6 span{
  color: #00B0ED;
  text-decoration: underline;
}
.dev2-list .biao .dbr .el-upload-dragger .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 1;
  margin-top: 15px;
}
.dev2-list .biao .dbr .el-upload-list{
  font-family: var(--font-family);
}
.dev2-list .biao .dbr .el-form-item{
  width: 607px;
  margin-bottom: 30px;
}
.dev2-list .biao .dbr .el-textarea__inner{
  height: 200px;
  background-color: #F5F8FA;
  border: none;
  resize: none;
  border-radius: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.dev2-list .biao .dbr .el-textarea__inner::placeholder{
  color: #666666;
}
.dev2-list .biao .dbr .required-marker{
  color: #E20000;
  position: absolute;
  left: 95px;
  top: 10px;
  z-index: 2;
  line-height: 1;
}
.dev2-list .biao .dbr .required-marker.hidden{
  opacity: 0;
}
.dev2-list .zbm{
  padding: 0;
  border: none;
  border-radius: 10px;
  background-color: #00B0ED;
  width: 150px;
  height: 50px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
}
.dev2-list .zbm::before{
  display: block;
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  transition: 0.3s;
  z-index: -1;
}
.dev2-list .zbm:hover::before{
  width: 100%;
}
.dev2-list .zbm:hover{
  color: #00B0ED;
}
.el-form-item__error{
  font-family: var(--font-family);
}
.case-box{
  overflow: hidden;
}
.casect{
  margin: 0 auto;
  padding: 80px 0;
}
.case-tag{
  display: flex;
  flex-wrap: wrap;
}
.case-tag a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  transition: 0.3s;
  line-height: 1;
  padding: 12px 28px;
  border-radius: 25px;
  border: 1px solid #E4EBED;
  margin-right: 10px;
}
.case-tag a:hover{
  color: #00B0ED;
}
.case-tag a.active{
  background-color: #00B0ED;
  color: #ffffff;
  font-weight: bold;
}
.case-list{
  margin-top: 60px;
}
.case-list li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 40px 0;
  position: relative;
}
.case-list li a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #00B0ED;
  transition: 1.2s;
}
.case-list li a:hover::after{
  width: 100%;
}
.case-list li a:hover .left h3{
  color: #00B0ED;
}
.case-list li:first-of-type{
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.case-list li a .left{
  width: calc(100% - 440px - 127px);
}
.case-list li a .left h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  /* line-height: 1; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}
.case-list li a .left .tag{
  display: flex;
  margin: 22px 0 32px 0;
}
.case-list li a .left .tag p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #00B0ED;
  line-height: 1;
  transition: 0.3s;
  padding: 8px 15px;
  border: 1px solid #00B0ED;
  border-radius: 4px;
  margin-right: 10px;
}
.case-list li a .left .tag p:hover{
  background-color: #00B0ED;
  color: #ffffff;
}
.case-list li a .left h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.case-list li a .right{
  width: 440px;
  height: 300px;
}
.case-list li a .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box{
  overflow: hidden;
}
.newsct{
  padding: 80px 0;
  margin: 0 auto;
}
.news-swiper{
  width: 100%;
  height: 480px;
  padding-bottom: 38px;
}
.news-swiper .swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
}
.news-swiper .swiper-pagination .swiper-pagination-bullet{
  width: 30px;
  height: 3px;
  opacity: 1;
  background-color: #cccccc;
  transition: 0.3s;
  border-radius: 0;
}
.news-swiper .swiper-pagination .swiper-pagination-bullet-active{
  width: 50px;
  background-color: #00B0ED;
}
.news-swiper .rq{
  display: flex;
  width: 100%;
  height: 100%;
}
.news-swiper .rq .left{
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.news-swiper .rq .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.6s;
}
.news-swiper .rq:hover .left img{
  transform: scale(1.08);
}
.news-swiper .rq .right{
  width: 50%;
  height: 100%;
  background-color: #00B0ED;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-swiper .rq .right .time{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.news-swiper .rq .right h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 18px 0 23px 0;
}
.news-swiper .rq .right h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-swiper .rq .right .line{
  width: 100%;
  height: 1px;
  background-color: rgba(255,255,255,0.2);
  position: relative;
  margin: 86px 0 26px 0;
}
.news-swiper .rq .right .line::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FFFFFF;
  transition: 0.6s;
}
.news-swiper .rq:hover .right .line::before{
  width: 100%;
}
.news-swiper .rq .right .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-swiper .rq .right .db:hover p::after{
  width: 100%;
}
.news-swiper .rq .right .db p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
}
.news-swiper .rq .right .db p::after{
  display: block;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  transition: 0.3s;
}
.news-swiper .rq .right .db i{
  font-size: 20px;
  color: #FFFFFF;
}
.newsct .news-bt{
  margin-top: 50px;
}
.news-filter{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.news-tag{
  width: calc(100% - 480px);
  display: flex;
  flex-wrap: wrap;
  /* padding-bottom: 11px; */
}
.news-tag a{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  transition: 0.3s;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.news-tag a::after{
  display: block;
  content: '';
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #00B0ED;
  transition: 0.3s;
}
.news-tag a:hover{
  color: #00B0ED;
}
.news-tag a.active{
  color: #00B0ED;
}
.news-tag a.active::after{
  width: 100%;
}
.news-tag .line{
  width: 1px;
  height: 22px;
  background: #000000;
  opacity: 0.2;
  margin-left: 28px;
}
.news-tag .rq{
  margin-right: 28px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.news-tag .rq:last-of-type .line{
  display: none;
}
.news-tag .rq:last-of-type{
  margin-right: 0;
}
.news-filter.act{
  align-items: center;
}
.news-tag.act a{
  font-size: 20px;
  font-weight: 400;
}
.news-tag.act a::after{
  bottom: -11px;
}
.news-tag.act .rq{
  margin-bottom: 40px;
}
.news-tag.act .rq:last-of-type{
  margin-bottom: 0;
}
.news-search{
  width: 438px;
  border: 1px solid #AAAAAA;
  border-radius: 25px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-right: 7px;
}
.news-search .el-input{
  width: calc(100% - 36px);
}
.news-search .el-input__inner{
  border: none;
  border-radius: 0;
  height: 48px;
  line-height: 48px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding-left: 25px;
}
.news-search .el-input__inner::placeholder{
  color: #999999;
}
.news-search .rund{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #00B0ED;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.news-search .rund i{
  font-size: 16px;
  color: #FFFFFF;
}
.media-box{
  overflow: hidden;
}
.mediact{
  margin: 0 auto;
  padding: 80px 0;
}
.media2-box{
  overflow: hidden;
  background-color: #F0F3F5;
}
.media2ct{
  margin: 0 auto;
  padding: 60px 0;
}
.media2ct .tp{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.media2ct .tp h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 40px;
  color: #00B0ED;
  line-height: 1;
}
.media2ct .tp .rt{
  display: flex;
  align-items: center;
}
.media2ct .tp .rt .y{
  width: 6px;
  height: 6px;
  background: #00B0ED;
  border-radius: 50%;
  margin-right: 5px;
}
.media2ct .tp .rt .c{
  width: 17px;
  height: 6px;
  background: #00B0ED;
  margin-right: 5px;
}
.media2ct .tp .rt .c:last-of-type{
  margin: 0;
}
.media2ct .line{
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 39px 0 35px 0;
}
.media2ct .db{
  display: flex;
  justify-content: space-between;
}
.media2ct .db .left h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}
.media2ct .db .left .itb{
  display: flex;
}
.media2ct .db .left .itb .item:not(:first-of-type){
  margin-left: 178px;
}
.media2ct .db .left .itb .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin: 25px 0 9px 0;
}
.media2ct .db .left .itb .item a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  display: block;
}
.media2ct .db .left .itb .item a:not(:first-of-type){
  margin-top: 5px;
}
.media2ct .db .left .itb .item a span{
  color: #00B0ED;
}
.media2ct .db .left .itb .item a:hover span{
  text-decoration: underline;
}
.media2ct .db .right h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}
.media2ct .db .right .xzb{
  display: flex;
  margin-top: 30px;
}
.media2ct .db .right .xzb a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 56px;
  background: #00B0ED;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.media2ct .db .right .xzb a::before{
  display: block;
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  transition: 0.3s;
  z-index: -1;
}
.media2ct .db .right .xzb a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 18px;
  transition: 0.3s;
}
.media2ct .db .right .xzb a:not(:first-of-type){
  margin-left: 30px;
}
.media2ct .db .right .xzb a:hover p{
  color: #00B0ED;
}
.media2ct .db .right .xzb a:hover::before{
  width: 100%;
}
.vd1-box{
  overflow: hidden;
}
.vd1ct{
  margin: 0 auto;
  padding: 80px 0;
}
.vd1ct .content{
  margin-top: 70px;
}
.vd-title{
  display: flex;
  justify-content: space-between;
}
.vd-title h3{
  line-height: 1;
}
.vd-title .line{
  width: calc(100% - 200px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.vd1ct .content .big{
  width: 100%;
  height: 420px;
  position: relative;
  margin-top: 60px;
}
.vd1ct .content .big img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vd1ct .content .big .wz{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
}
.vd1ct .content .big .wz h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
}
.vd1ct .content .big .wz a{
  width: 150px;
  height: 50px;
  background: #00B0ED;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  margin: 50px auto 0;
}
.vd1ct .content .big .wz a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  transition: 0.3s;
}
.vd1ct .content .big .wz a:hover{
  color: #00B0ED;
}
.vd1ct .content .big .wz a:hover::before{
  width: 100%;
}
.vd1ct .content .ysj{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00B0ED;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1;
  height: 25px;
  display: flex;
  align-items: center;
  padding: 0 10px 0 24px;
  clip-path: polygon(
    0 0,          /* 左上角 */
    100% 0,       /* 右上角 */
    100% 100%,    /* 右下角 */
    24px 100%,    /* 左下角切角的右点（距离左边20px） */
    0 calc(100% - 24px) /* 左下角切角的上点（距离底部20px） */
  );
}
.vd-list{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.vd-list li{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-top: 40px;
  transition: 0.3s;
}
.vd-list li .rrq{
  height: 248px;
  position: relative;
}
.vd-list li:nth-of-type(1),
.vd-list li:nth-of-type(2),
.vd-list li:nth-of-type(3){
  margin-top: 0;
}
.vd-list li:nth-of-type(3n){
  margin-right: 0;
}
.vd-list li a{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(0,176,237, 0.5);
  border-left: 1px solid rgba(0,176,237, 0.5);
  border-right: 1px solid rgba(0,0,0, 0.2);
}
.vd-list li a::after{
  display: block;
  content: '';
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0, 0), rgba(0,0,0, 0.6));
}
.vd-list li:hover{
  transform: translateY(-10px);
}
.vd-list li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vd-list li a .dwz{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 16px 25px;
  z-index: 1;
}
.vd-list li a .dwz p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  /* line-height: 1; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: calc(100% - 70px);
}
.vd-list li a .dwz span{
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.vd1ct .content .item:not(:first-of-type){
  margin-top: 80px;
}
.vd2-box{
  position: relative;
  background: linear-gradient(0deg, rgba(179,209,249,0.1) 0%, rgba(75,128,228,0.1) 100%);
}
.vd2ct{
  display: flex;
  margin: 0 auto;
  padding: 70px 0;
}
.vd2ct .item{
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  height: 331px;
  background-color: #FFFFFF;
  transition: 0.3s;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vd2ct .item img{
  height: 42px;
}
.vd2ct .item h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 26px 0 54px 0;
}
.vd2ct .item a{
  width: 148px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #00B0ED;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #00B0ED;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.vd2ct .item a::after{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00B0ED;
  transition: 0.3s;
  z-index: -1;
}
.vd2ct .item a:hover{
  color: #ffffff;
}
.vd2ct .item a:hover::after{
  width: 100%;
}
.vd2ct .item:hover{
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}
.tec-box{
  overflow: hidden;
}
.tecct{
  margin: 0 auto;
  padding: 80px 0;
}
.tec-filter{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tec-filter .set{
  display: flex;
}
.tec-filter .el-select{
  width: 258px;
}
.tec-filter .el-select:not(:first-of-type){
  margin-left: 20px;
}
.tec-filter .el-select .el-input__inner{
  height: 48px;
  line-height: 48px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  border: 1px solid #AAAAAA;
  border-radius: 25px;
  padding-left: 25px;
}
.tec-filter .el-select .el-input__inner::placeholder{
  color: #333333;
}
.tec-filter .el-select .el-input.is-focus .el-input__inner{
  border-color: #00B0ED;
}
.el-select-dropdown__item{
  font-family: var(--font-family);
}
.el-select-dropdown__item.selected{
  color: #00B0ED;
}
.tec-list{
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.tec-list li{
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
  margin-top: 30px;
  height: 217px;
  background: #F5F8FA;
}
.tec-list li:nth-of-type(3n){
  margin-right: 0;
}
.tec-list li:nth-of-type(1),
.tec-list li:nth-of-type(2),
.tec-list li:nth-of-type(3){
  margin-top: 0;
}
.tec-list li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 33px 30px 0 30px;
  position: relative;
  z-index: 1;
}
.tec-list li a::before{
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #6C889D 0%, #84A6B5 100%);
  position: absolute;
  z-index: -1;
  transition: 0.5s;
}
.tec-list li a:hover::before{
  opacity: 1;
}
.tec-list li a:hover h3{
  color: #FFFFFF;
}
.tec-list li a:hover .zj .tg p{
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.tec-list li a:hover .zj .dx{
  color: #ffffff;
}
.tec-list li a:hover .db p{
  color: #FFFFFF;
}
.tec-list li a:hover .db img{
  filter: brightness(10);
}
.tec-list li a h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.5s;
}
.tec-list li a .zj{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 13px;
}
.tec-list li a .zj .tg{
  display: flex;
  flex-wrap: wrap;
}
.tec-list li a .zj .tg p{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #00B0ED;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #00B0ED;
  padding: 8px 13px;
  margin-right: 10px;
  transition: 0.5s;
}
.tec-list li a .zj .dx{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  transition: 0.5s;
}
.tec-list li a .db{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: calc(100% - 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 18px;
}
.tec-list li a .db p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.5s;
  line-height: 1;
}
.tec-list li a .db p:hover{
  text-decoration: underline;
}
.art-box{
  overflow: hidden;
}
.artct{
  margin: 0 auto;
  padding: 80px 0;
}
/*.artct .news-tag .line{*/
/*  margin-left: 17px;*/
/*}*/
/*.artct .news-tag .rq{*/
/*  margin-right: 17px;*/
/*}*/
.art-list{
  margin-top: 110px;
  display: flex;
  flex-wrap: wrap;
  /* 495 */
}
.art-list li{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-top: 50px;
}
.art-list li:nth-of-type(1),
.art-list li:nth-of-type(2),
.art-list li:nth-of-type(3){
  margin-top: 0;
}
.art-list li:nth-of-type(3n){
  margin-right: 0;
}
.art-list li a{
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(108,136,157,0.4) 0%, rgba(132,166,181,0.4) 100%);
}
.art-list li a .tp{
  width: 100%;
  height: 300px;
  background: url(../images/art2.png) no-repeat center / cover;
  padding: 49px 40px 20px 40px;
}
.art-list li a .tp .wz{
  margin-top: 71px;
}
.art-list li a .tp .wz h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: #F0F3F7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.art-list li a .tp .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #F0F3F7;
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.art-list li a .db{
  width: 100%;
  height: 185px;
  background-color: #F5F8FA;
  padding: 0 40px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.art-list li a .db::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #7B9AAC;
  transition: 0.5s;
  z-index: -1;
}
.art-list li a:hover .db::before{
  opacity: 1;
}
.art-list li a:hover .db h3{
  color: #ffffff;
}
.art-list li a:hover .db .tg p{
  border-color: #ffffff;
  color: #ffffff;
}
.art-list li a .db h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.5s;
}
.art-list li a .db .tg{
  display: flex;
  flex-wrap: wrap;
  margin-top: 19px;
}
.art-list li a .db .tg p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #00B0ED;
  line-height: 1;
  transition: 0.5s;
  border-radius: 4px;
  border: 1px solid #00B0ED;
  padding: 8px 14px;
  margin-right: 10px;
}
.art-list li a .db .tg p:hover{
  background-color: #00B0ED;
  color: #FFFFFF;
  border-color: #00B0ED;
}
.art-list li:nth-of-type(1) a,
.art-list li:nth-of-type(2) a,
.art-list li:nth-of-type(3) a{
  height: 495px;
}
.art-list li:nth-of-type(1) a .db,
.art-list li:nth-of-type(2) a .db,
.art-list li:nth-of-type(3) a .db{
  border-radius: 0 60px 0 0;
  margin-top: auto;
}
.art-list li:nth-of-type(1) a .tp,
.art-list li:nth-of-type(2) a .tp,
.art-list li:nth-of-type(3) a .tp{
  width: calc(100% - 30px - 50px);
  height: 360px;
  position: absolute;
  left: 30px;
  bottom: 185px;
  padding: 55px 30px 20px 30px;
}
.con1-box{
  background: url(../images/ct1.png) no-repeat center / cover;
  width: 100%;
  height: 685px;
  position: relative;
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.con1ct .flow{
  width: 760px;
  height: 445px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
}
.con1ct .flow .mide{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.con1ct .flow .mide .left{
  width: calc(100% - 150px - 20px);
}
.con1ct .flow .mide .left .row{
  display: flex;
  justify-content: space-between;
}
.con1ct .flow .mide .left .row:not(:first-of-type){
  margin-top: 22px;
}
.con1ct .flow .mide .left .row img{
  width: 20px;
  height: max-content;
  transform: translateY(7px);
}
.con1ct .flow .mide .left .row .wz{
  width: calc(100% - 20px - 15px);
}
.con1ct .flow .mide .left .row .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}
.con1ct .flow .mide .left .row .wz a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-top: 3px;
  transition: 0.3s;
  display: block;
}
.con1ct .flow .mide .left .row .wz a:hover{
  color: #00B0ED;
}
.con1ct .flow .mide .right{
  width: 150px;
  height: max-content;
  border: 2px solid #00B0ED;
  transition: 0.5s;
}
.con1ct .flow .mide .right:hover{
  transform: scale(1.05);
}
.con2ct{
  padding: 45px 0 70px 0;
  margin: 0 auto;
}
.con2ct .mide{
  margin-top: 50px;
}
.con2ct .mide .row{
  display: flex;
  justify-content: space-between;
}
.con2ct .mide .el-form-item{
  margin-bottom: 30px;
}
.con2ct .mide .el-form-item .required-marker{
  color: #E20000;
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  line-height: 1;
}
.con2ct .mide .r2 .el-form-item:nth-of-type(2) .required-marker{
  left: 88px;
}
.con2ct .mide .el-form-item .required-marker.hidden{
  opacity: 0;
}
.con2ct .mide .el-input__inner{
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: #F5F8FA;
  border-radius: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.con2ct .mide .el-textarea__inner{
  height: 160px;
  border: none;
  background-color: #F5F8FA;
  border-radius: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  resize: none;
}
.con2ct .mide .el-input__inner::placeholder,
.con2ct .mide .el-textarea__inner::placeholder{
  color: #666666;
}
.con2ct .mide .zbm{
  border: none;
  width: 200px;
  height: 56px;
  background: #00B0ED;
  border-radius: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
.con2ct .mide .zbm::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  transition: 0.3s;
  z-index: -1;
}
.con2ct .mide .zbm:hover{
  color: #00B0ED;
}
.con2ct .mide .zbm:hover::before{
  width: 100%;
}
.con2ct .mide .r1 .el-form-item{
  width: calc((100% - 50px) / 3);
}
/* .con2ct .mide .r2 .el-form-item:first-of-type{
  width: 925px;
} */
.con2ct .mide .r2 .el-form-item{
  width: calc((100% - 50px) / 3);
}
.codepb{
  display: flex;
}
.codepb .el-input{
  width: calc(100% - 120px);
}
.codepb .mybtn.active{
  background-color: #FFFFFF;
}
.codepb .mybtn{
  width: 120px;
  cursor: pointer;
  background-color: #F5F8FA;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #00B0ED;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
}
.codepb .mybtn.is-disabled{
  background-color: #F5F7FA;
  color: #C0C4CC;
  cursor: not-allowed;
}
.pb-h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-align: center;
  margin-top: 25px;
}
.pb-h6.blank{
  color: #333333;
}
.con2ct .sm{
  margin-top: 60px;
}
.con2ct .sm .rq{
  margin-top: 60px;
}
.con2ct .sm .rq .zb,
.con2ct .sm .rq .xm{
  display: flex;
}
.con2ct .sm .rq .xm{
  margin-top: 4px;
}
.con2ct .sm .rq .zb a{
  width: calc((100% - 12px) / 5);
}
.con2ct .sm .rq .xm a{
  width: calc((100% - 8px) / 4);
}
.con2ct .sm .rq a{
  margin-right: 4px;
  height: 200px;
  background-color: #F5F8FA;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.con2ct .sm .rq a .rund{
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0,176,237, 0.5);
  transition: 0.3s;
}
.con2ct .sm .rq .ii:hover .rund{
  background-color: #000000;
  border-color: #000000;
}
.con2ct .sm .rq a .rund img{
  max-width: 50%;
}
.con2ct .sm .rq a:last-of-type{
  margin-right: 0;
}
.con2ct .sm .rq a .show{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(25%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  transition: 0.6s;
  background-color: #F5F8FA;
}
.con2ct .sm .rq a:hover .show{
  transform: translateY(0);
  opacity: 1;
}
.con2ct .sm .rq a .show img{
  height: 120px;
}
.con2ct .sm .rq a .show p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 18px;
}
.faq-box{
  overflow: hidden;
}
.faqct{
  margin: 0 auto;
  padding: 80px 0 80px 0;
}
.faqct .top{
  display: flex;
  align-items: center;
}
.faqct .top a{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  transition: 0.3s;
  position: relative;
}
.faqct .top a:hover,
.faqct .top a.active{
  color: #00B0ED;
}
.faqct .top span{
  width: 1px;
  height: 22px;
  background: #000000;
  opacity: 0.2;
  margin: 0 37px;
}
.faqct .top a::after{
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background-color: #00B0ED;
  position: absolute;
  left: 0;
  bottom: -7px;
}
.faqct .top a.active::after{
  width: 100%;
}
.faq-search{
  margin-top: 60px;
  display: flex;
  border: 2px solid #00B0ED;
  height: 64px;
  border-radius: 6px;
  overflow: hidden;
}
.faq-search .el-input{
  width: calc(100% - 180px);
  height: 100%;
}
.faq-search .el-input__inner{
  width: 100%;
  height: 100%;
  line-height: 64px;
  border: none;
  background: rgba(0,176,237,0.1);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.faq-search .el-input__inner::placeholder{
  color: #666666;
}
.faq-search .btn{
  width: 180px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #00B0ED;
}
.faqct .mide{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.faq-slide{
  width: 300px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  height: max-content;
}
.faq-slide h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  padding: 18px 30px;
}
.slide-list li .one{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 30px;
  transition: 0.3s;
}
.slide-list li .one p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  transition: 0.3s;
  width: calc(100% - 25px);
}
.slide-list li .one i{
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
}
.slide-list li.active .one{
  background-color: #00B0ED;
}
.slide-list li.active .one p{
  color: #FFFFFF;
}
.slide-list li.active .one i{
  color: #FFFFFF;
  transform: rotate(180deg);
}
.slide-list li .two{
  display: none;
}
.slide-list li .twozs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 30px;
}
.slide-list li .twozs i{
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
}
.slide-list li .twozs p{
  width: calc(100% - 16px - 14px);
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.slide-list li.active .two.active .twozs i{
  transform: rotate(90deg);
}
.slide-list li.active .two.active .twozs p{
  color: #00B0ED;
}
.slide-list li .three{
  display: none;
}
.slide-list li .three>.last{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 20px 7px 60px;
}
.slide-list li .three>.last span{
  width: 10px;
  height: 1px;
  background: #999999;
  transition: 0.3s;
}
.slide-list li .three>.last p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
  width: calc(100% - 10px - 14px);
}
.slide-list li.active .three.active>.last.active p{
  color: #00B0ED;
}
.slide-list li.active .three.active>.last.active span{
  background-color: #00B0ED;
}
.slide-list li .threezs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px 13px 57px;
}
.slide-list li .threezs i{
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
}
.slide-list li .threezs p{
  width: calc(100% - 16px - 14px);
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  width: calc(100% - 10px - 14px);
}
.slide-list li.active .three.active .threezs p{
  color: #00B0ED;
}
.slide-list li.active .three.active .threezs i{
  transform: rotate(90deg);
}
.slide-list li .four{
  display: none;
}
.slide-list li .four>.last{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 20px 7px 85px;
}
.slide-list li .four>.last span{
  width: 10px;
  height: 1px;
  background: #999999;
  transition: 0.3s;
}
.slide-list li .four>.last p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
  width: calc(100% - 10px - 14px);
}
.slide-list li.active .four.active>.last.active p{
  color: #00B0ED;
}
.slide-list li.active .four.active>.last.active span{
  background-color: #00B0ED;
}
.faqct .mide .right{
  width: calc(100% - 300px - 55px);
}
.faqct .mide .right .zwsj{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: #00B0ED;
    text-align: center;
}
.faq-list{
  width: 100%;
}
.faq-list li{
  transition: 0.3s;
  background-color: #FFFFFF;
  border-radius: 6px;
}
.faq-list li:not(:first-of-type){
  margin-top: 16px;
}
.faq-list li .zs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 40px;
  background: #F5F8FA;
}
.faq-list li .zs .left{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 80px);
}
.faq-list li .zs .left .rund{
  width: 10px;
  height: 10px;
  background: #DDDDDD;
  border-radius: 50%;
  transition: 0.3s;
}
.faq-list li .zs .left h3{
  width: calc(100% - 10px - 20px);
  margin-left: 20px;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  transition: 0.3s;
}
.faq-list li .zs .ii i{
  font-size: 20px;
  color: #666666;
  transition: 0.3s;
  cursor: pointer;
}
.faq-list li .zs .ii i:last-of-type{
  display: none;
}
.faq-list li .content{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  display: none;
  width: calc(100% - 140px);
  margin: 0 auto;
}
.faq-list li .content p,
.faq-list li .content span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
.faq-list li .content img{
  margin-top: 20px;
  max-width: 100%;
}
.faq-list li.active .zs{
  background-color: transparent;
}
.faq-list li.active .zs .left .rund{
  background-color: #00B0ED;
}
.faq-list li.active .zs .left h3{
  color: #00B0ED;
}
.faq-list li.active .zs .ii i:last-of-type{
  display: block;
}
.faq-list li.active .zs .ii i:first-of-type{
  display: none;
}
.faq-list li.active{
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.15);
}
.faq--vd-list{
  display: flex;
  flex-wrap: wrap;
}
.faq--vd-list li{
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #F5F8FA;
  padding: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.faq--vd-list li:hover{
  background-color: #00B0ED;
}
.faq--vd-list li:hover h3{
  color: #FFFFFF;
}
.faq--vd-list li:nth-of-type(3n){
  margin-right: 0;
}
.faq--vd-list li img{
  width: 100%;
  height: 166px;
  object-fit: cover;
}
.faq--vd-list li h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  transition: 0.3s;
  margin-top: 23px;
}
.coo-box{
  overflow: hidden;
}
.cooct{
  padding: 80px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.el-cascader-node__label{
  font-family: var(--font-family);
}
.el-cascader-node.in-active-path, .el-cascader-node.is-active, .el-cascader-node.is-selectable.in-checked-path{
  color: #00B0ED;
}
.el-cascader{
  width: 100%;
}
.cooct .left{
  width: 423px;
  min-height: 715px;
  background: #F5F8FA;
  border: 1px solid #E6E9EB;
}
.cooct .left .item:not(:first-of-type){
  margin-top: 45px;
}
.cooct .left .item{
  transition: 0.3s;
  position: relative;
  cursor: pointer;
  padding: 0 30px;
}
.cooct .left .item:first-of-type{
  padding-top: 45px;
}
.cooct .left .item::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background-color: #00B0ED;
  transition: 0.5s;
}
.cooct .left .item.active{
  background: linear-gradient(90deg, #FFFFFF 0%, #F5F8FA 100%);
  padding: 45px 30px;
}
.cooct .left .item.active::before{
  height: 100%;
}
.cooct .left .item .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cooct .left .item .db img{
  width: 35px;
}
.cooct .left .item .db p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  width: calc(100% - 35px - 15px);
  transition: 0.3s;
}
.cooct .left .item .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  width: calc(100% - 35px - 15px);
  margin-left: auto;
  margin-top: 17px;
  display: none;
}
.cooct .right{
  width: 940px;
  background: #F5F8FA;
  border: 1px solid #E6E9EB;
}
.cooct .right .rq{
  padding: 60px;
}
.cooct .right .rq h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  text-align: center;
  line-height: 1;
}
.cooct .right .rq .mide{
  margin-top: 40px;
}
.cooct .right .rq .mide .row{
  display: flex;
  justify-content: space-between;
}
.cooct .right .rq .mide .el-form-item{
  margin-bottom: 30px;
}
.cooct .right .rq .mide .row .el-form-item{
  width: calc((100% - 20px) / 2);
}
.cooct .right .rq1 .mide .r1 .el-form-item{
  width: calc((100% - 40px) / 3);
}
.cooct .right .rq .mide .el-form-item .required-marker{
  color: #E20000;
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  line-height: 1;
}
/* .con2ct .mide .r2 .el-form-item:first-of-type .required-marker{
  left: 88px;
} */
.cooct .right .rq .mide .el-form-item .required-marker.hidden{
  opacity: 0;
}
.cooct .right .rq .mide .el-input__inner{
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: #ffffff;
  border-radius: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.cooct .right .rq .mide .el-textarea__inner{
  height: 160px;
  border: none;
  background-color: #ffffff;
  border-radius: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  resize: none;
}
.cooct .right .rq .mide .el-input__inner::placeholder,
.cooct .right .rq .mide .el-textarea__inner::placeholder{
  color: #666666;
}
.cooct .right .rq .mide .el-select{
  width: 100%;
}
.cooct .right .rq .mide .zbm{
  border: none;
  width: 200px;
  height: 56px;
  background: #00B0ED;
  border-radius: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
.cooct .right .rq .mide .zbm::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  transition: 0.3s;
  z-index: -1;
}
.cooct .right .rq .mide .zbm:hover{
  color: #00B0ED;
}
.cooct .right .rq .mide .zbm:hover::before{
  width: 100%;
}
/* .cooct .right .rq2 .row.r3 .el-form-item{
  width: 100%;
} */
.cooct .right .rq:not(:first-of-type){
  display: none;
}
.adv1-box{
  overflow: hidden;
}
.adv1ct{
  padding: 80px 0;
  margin: 0 auto;
}
.adv1ct .top{
  display: flex;
  justify-content: space-between;
}
.adv1ct .top .right{
  width: 899px;
}
.adv1ct .top .right p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.adv1ct .top .right p:not(:first-of-type){
  margin-top: 25px;
}
.adv1ct .mide{
  display: flex;
  height: 480px;
  margin-top: 70px;
}
.adv1ct .mide .left{
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.adv1ct .mide .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adv1ct .mide .right{
  width: 50%;
  height: 100%;
}
.adv1ct .mide .right .numContent{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.adv1ct .mide .right .numContent .item:nth-of-type(1){
  background-color: #00B0ED;
  width: 100%;
}
.adv1ct .mide .right .numContent .item:nth-of-type(2){
  background-color: #EFF3F6;
}
.adv1ct .mide .right .numContent .item:nth-of-type(2) .db .num,
.adv1ct .mide .right .numContent .item:nth-of-type(2) .db p,
.adv1ct .mide .right .numContent .item:nth-of-type(2) .wz{
  color: #00B0ED;
}
.adv1ct .mide .right .numContent .item:nth-of-type(3){
  background: linear-gradient(45deg, #6C889D 0%, #84A6B5 100%);
}
.adv1ct .mide .right .numContent .item{
  width: calc(100% / 2);
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.adv1ct .mide .right .numContent .item .db{
  display: flex;
  align-items: flex-start;
}
.adv1ct .mide .right .numContent .item .db .num{
  font-family: Arial;
  font-weight: bold;
  font-size: 100px;
  color: #FFFFFF;
  line-height: 1;
}
.adv1ct .mide .right .numContent .item .db p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  transform: translateY(12px);
  margin-left: 10px;
}
.adv1ct .mide .right .numContent .item .wz{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-top: 5px;
}
.jslist{
  margin-top: 80px;
}
.jslist .row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(22,22,22, 0.1);
  padding: 50px 0;
}
.jslist .row:first-of-type{
  padding-top: 0;
}
.jslist .row .left{
  width: 594px;
}
.jslist .row .left h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #000000;
}
.jslist .row .left .more{
  width: 150px;
  height: 50px;
  background: #00B0ED;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  transition: 0.3s;
}
.jslist .row .left .more::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: -1;
}
.jslist .row .left .more:hover{
  color: #00B0ED;
}
.jslist .row .left .more:hover::before{
  width: 100%;
}
.jslist .row .left .desc{
  margin: 40px 0 55px 0;
}
.jslist .row .left .wsdj .jj:not(:first-of-type){
  margin-top: 25px;
}
.jslist .row .left .wsdj .jj{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.jslist .row .left .wsdj .jj span{
  color: #00B0ED;
  font-weight: bold;
}
.jslist .row .left .wsdj .jj p{
  font-weight: bold;
  display: inline;
}
.jslist .row .left .cxn .cc h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #00B0ED;
  line-height: 36px;
}
.jslist .row .left .cxn .cc h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.jslist .row .left .cxn .cc h6 p{
  font-weight: bold;
  display: inline;
}
.jslist .row .left .cxn .cc:not(:first-of-type){
  margin-top: 15px;
}
.jslist .row .right{
  width: 700px;
  height: 520px;
  position: relative;
  overflow: hidden;
}
.jslist .row .right:hover .bg{
  transform: scale(1.08);
}
.jslist .row .right .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.2s;
}
.jslist .row .right .flow{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.jslist .row .right .flow .rund img{
  transition: 0.6s ease-in-out;
}
.jslist .row .right .flow .rund{
  position: relative;
  cursor: pointer;
}
.jslist .row .right .flow .rund i{
  font-size: 24px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.jslist .row .right .flow .rund:hover img{
  transform: rotate(360deg);
}
.adv1ct .botm{
  margin-top: 80px;
}
.adv1ct .botm h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #000000;
}
.adv1ct .botm h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-top: 14px;
}
.adv1ct .botm .rq{
  margin-top: 45px;
  display: flex;
}
.adv1ct .botm .rq .item{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}
.adv1ct .botm .rq .item img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  margin-bottom: 45px;
}
.adv1ct .botm .rq .item .txt .title{
  font-family: Arial;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  transition: 0.3s;
}
.adv1ct .botm .rq .item:hover .txt .title{
  color: #00B0ED;
}
.adv1ct .botm .rq .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 13px 0 25px 0;
}
.adv1ct .botm .rq .item .txt a{
  width: 150px;
  height: 50px;
  background: #00B0ED;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
.adv1ct .botm .rq .item .txt a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  transition: 0.3s;
  z-index: -1;
}
.adv1ct .botm .rq .item .txt a:hover{
  color: #00B0ED;
}
.adv1ct .botm .rq .item .txt a:hover::before{
  width: 100%;
}
.adv3-box{
  overflow: hidden;
}
.adv3ct{
  padding: 80px 0;
  margin: 0 auto;
}
.adv3ct .top{
  display: flex;
  justify-content: space-between;
}
.adv3ct .top .right{
  width: 900px;
}
.adv3ct .top .right p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.adv3ct .top .right p:not(:first-of-type){
  margin-top: 20px;
}
.adv3ct .top .right p span{
  color: #00B0ED;
  font-weight: bold;
}
.adv3ct .mide{
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
}
.adv3ct .mide .left{
  width: calc(100% - 540px - 32px);
  display: flex;
}
.adv3ct .mide .left .it{
  width: calc((100% - 62px) / 3);
  margin-right: 31px;
}
.adv3ct .mide .left .it img{
  width: 100%;
}
.adv3ct .mide .left .it:last-of-type{
  margin-right: 0;
}
.adv3ct .mide .right{
  width: 540px;
  overflow: hidden;
}
.adv3ct .mide .right img{
  width: 100%;
  transition: 1s;
}
.adv3ct .mide .right:hover img{
  transform: scale(1.08);
}
.adv2-box{
  overflow: hidden;
  padding: 80px 0;
  background-color: #EFF3F6;
}
.adv2-box .top{
  margin: 0 auto;
}
.adv2-swiper{
  margin-top: 75px;
}
.adv2-swiper::before{
  display: block;
  content: '';
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.adv2-swiper .rq .db{
  width: max-content;
  margin: 0 auto;
  cursor: pointer;
}
.adv2-swiper .rq .time{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-align: center;
  transition: 0.3s;
  line-height: 1;
}
.adv2-swiper .rq .rund{
  position: relative;
  width: max-content;
  height: max-content;
  transition: 0.3s;
  margin: 28px auto 0;
}
.adv2-swiper .rq .rund::before{
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: #00B0ED;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.adv2-swiper .rq .rund::after{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background-color: rgba(0,176,237, 0.2);
  animation: adv2 3s ease-out infinite;
}
@keyframes adv2 {
  0% {
    width: 12px;
    height: 12px;
  }
  100% {
    width: 24px;
    height: 24px;
  }
}
.adv2-swiper .rq .zs{
  width: 100%;
  background-color: rgba(123,154,172, 0.4);
  /* padding: 55px 40px 50px 40px; */
  padding: 15px 0 15px 0;
  border-radius: 4px;
  /* min-height: 376px; */
  /* transition: 0.3s; */
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.adv2-swiper .rq .zs .md{
  height: 380px;
  overflow-y: auto;
  padding: 35px 0 40px 0;
}
.adv2-swiper .rq .zs .md::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.adv2-swiper .rq .zs .md::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #FFFFFF;
}
.adv2-swiper .rq .zs .md::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
  /* background: #DEDEDE; */
  background: rgba(255, 255, 255, 0.3);
}
.adv2-swiper .rq .zs::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  background: linear-gradient(45deg, #6C889D 0%, #84A6B5 100%);
  opacity: 0;
}
.adv2-swiper .rq .zs .zstime{
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  padding: 0 40px 0 40px;
}
.adv2-swiper .rq .zs .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
  margin-top: 25px;
  padding: 0 40px 0 40px;
  /*overflow-y: auto;*/
  /*height: 220px;*/
}
.adv2-swiper .rq .zs .desc::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.adv2-swiper .rq .zs .desc::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #00B0ED;
}
.adv2-swiper .rq .zs .desc::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
  background: #DEDEDE;
}
.adv2-swiper .rq:hover .zs::before{
  opacity: 1;
}
.adv2-swiper .rq:hover .time{
  transform: scale(1.2);
  color: #00B0ED;
}
.adv2-swiper .rq:hover .rund{
  transform: scale(1.2);
}
.so1-box{
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
}
.so1-box .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.so1ct{
  position: absolute;
  top: calc(50% + 5%);
  left: 50%;
  transform: translate(-50%,-50%);
}
.so1ct h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
  margin: 14px 0 5px 0;
}
.so1ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}
.so1ct .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
  margin: 40px 0 55px 0;
}
.so1ct a{
  width: 207px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.so1ct a p{
  margin-left: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #00B0ED;
}
.so1ct a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  transition: 0.3s;
  z-index: -1;
}
.so1ct a:hover::before{
  width: 100%;
}
.so1ct .rq{
  width: 737px;
}
.so2-box{
  display: flex;
  height: 190px;
  background: #F5F8FA;
  border: 1px solid #E4EBED;
  width: 100%;
}
.so2-box a{
  width: calc(100% / 5);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.so2-box a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #00B0ED;
  transition: 0.3s;
}
.so2-box a .rund img{
  height: 40px;
}
.so2-box a .rund img:last-of-type{
  display: none;
}
.so2-box a p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  text-align: center;
  transition: 0.3s;
  margin-top: 28px;
}
.so2-box a:hover p,
.so2-box a.active p{
  color: #00B0ED;
}
.so2-box a:hover .rund img:last-of-type,
.so2-box a.active .rund img:last-of-type{
  display: block;
}
.so2-box a:hover .rund img:first-of-type,
.so2-box a.active .rund img:first-of-type{
  display: none;
}
.so2-box a.active::after{
  width: 100%;
}
.so3-box{
  overflow: hidden;
  background-color: #F0F3F5;
}
.so3ct{
  padding: 140px 0;
  margin: 0 auto;
}
.so3ct .top{
  width: 100%;
  height: 560px;
  display: flex;
}
.so3ct .top .left{
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.so3ct .top .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.6s;
}
.so3ct .top:hover .left img{
  transform: scale(1.08);
}
.so3ct .top .right{
  width: 50%;
  height: 100%;
  background-color: #00B0ED;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.so3ct .top .right h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
}
.so3ct .top .right .xx{
  display: flex;
  align-items: center;
  margin: 20px 0 48px 0;
}
.so3ct .top .right .xx .x{
  width: 17px;
  height: 6px;
  background: #ffffff;
}
.so3ct .top .right .xx .y{
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}
.so3ct .top .right .xx div:not(:first-of-type){
  margin-left: 5px;
}
.so3ct .top .right .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.so3ct .top .right h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 22px;
}
.so3ct .top .right h6 span{
  font-weight: bold;
}
.so3-swiper{
  margin-top: 100px !important;
  padding-bottom: 40px !important;
}
.so3-swiper .swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0 !important;
}
.so3-swiper .swiper-pagination-bullet{
  width: 30px;
  height: 3px;
  background: #CCCCCC;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.so3-swiper .swiper-pagination-bullet-active{
  width: 50px;
  background-color: #00B0ED;
}
.so3-swiper a{
  width: 100%;
  display: block;
}
.so3-swiper a .ib{
  width: 100%;
  height: 335px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  transition: 0.3s;
}
.so3-swiper a .ib img{
  max-width: 90%;
  max-height: 90%;
}
.so3-swiper a .txt{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 20px;
  height: 80px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.so3-swiper a .txt::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00B0ED;
  z-index: -1;
  transition: 0.3s;
}
.so3-swiper a .txt p{
  width: calc(100% - 60px);
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.so3-swiper a .txt .rund{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #00B0ED;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.so3-swiper a .txt .rund i{
  font-size: 18px;
  color: #00B0ED;
  transition: 0.3s;
}
.so3-swiper a:hover .ib{
  border-color: #00B0ED;
}
.so3-swiper a:hover .txt::before{
  width: 100%;
}
.so3-swiper a:hover .txt p{
  color: #ffffff;
}
.so3-swiper a:hover .txt .rund{
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.so3-swiper a:hover .txt .rund i{
  transform: rotate(45deg);
}
.cs-box{
  margin-top: 140px;
  position: relative;
}
.cs-box .more{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 11;
  display: flex;
  align-items: center;
}
.cs-box .more p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  transition: 0.3s;
}
.cs-box .more i{
  font-size: 18px;
  color: #00B0ED;
  margin-left: 18px;
}
.cs-box .more:hover p{
  color: #00B0ED;
  text-decoration: underline;
}
.cs-box h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  text-align: center;
}
.cs-box .rqy{
  position: relative;
}
.cs-box .rqy i{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: #000000;
  cursor: pointer;
  transition: 0.3;
}
.cs-box .rqy .prev{
  left: -50px;
}
.cs-box .rqy .next{
  right: -50px;
}
.cs-box .rqy i:hover{
  color: #00B0ED;
}
.cs-swiper{
  margin-top: 40px !important;
  width: 100%;
  padding-bottom: 115px !important;
  padding-top: 75px !important;
}
.cs-swiper .swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0 !important;
}
.cs-swiper .swiper-pagination-bullet{
  width: 30px;
  height: 3px;
  background: #CCCCCC;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.cs-swiper .swiper-pagination-bullet-active{
  width: 50px;
  background-color: #00B0ED;
}
.cs-swiper a{
  display: block;
  width: 100%;
  height: 340px;
  position: relative;
}
.cs-swiper a::before{
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(167, 167, 167, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.cs-swiper a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs-swiper a .flow{
  width: 100%;
  height: 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0 20px;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 70px;
  background: linear-gradient(45deg, rgba(108,136,157,0.8) 0%, rgba(132,166,181,0.8) 100%);
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cs-swiper .swiper-slide{
  transition: 0.3s;
}
.cs-swiper .swiper-slide-active{
  transform: scale(1.4);
  z-index: 1;
}
.cs-swiper .swiper-slide-active a::before{
  opacity: 0;
}
.cs-swiper .swiper-slide-active a .flow{
  opacity: 1;
}
.ab1-box{
  overflow: hidden;
}
.ab1ct{
  padding: 70px 0 110px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ab1ct .left{
  position: relative;
  width: 650px;
  height: 450px;
}
.ab1ct .left::before{
  display: block;
  content: '';
  width: 750px;
  height: 100px;
  background: linear-gradient(to right, rgba(0,176,237,0), rgba(0,176,237,1));
  position: absolute;
  bottom: -50px;
  right: 160px;
}
.ab1ct .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.ab1ct .right{
  width: 648px;
  padding-top: 20px;
}
.ab1ct .right .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  margin: 48px 0 54px 0;
}
.ab1ct .right .desc p:not(:first-of-type){
  margin-top: 20px;
}
.ab1ct .right .db{
  display: flex;
}
.ab1ct .right .db a{
  width: 198px;
  height: 54px;
  border-radius: 10px;
  border: 1px solid #00B0ED;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ab1ct .right .db a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  transition: 0.3s;
}
.ab1ct .right .db a .ib img:last-of-type{
  display: none;
}
.ab1ct .right .db a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #00B0ED;
  margin-left: 10px;
  transition: 0.3s;
}
.ab1ct .right .db a:last-of-type{
  background-color: #00B0ED;
  margin-left: 30px;
}
.ab1ct .right .db a:last-of-type p{
  color: #ffffff;
}
.ab1ct .right .db a:hover{
  border-color: #000000;
}
.ab1ct .right .db a:hover::before{
  width: 100%;
}
.ab1ct .right .db a:hover .ib img:last-of-type{
  display: block;
}
.ab1ct .right .db a:hover .ib img:first-of-type{
  display: none;
}
.ab1ct .right .db a:hover p{
  color: #00B0ED;
}
.ab6-box{
  overflow: hidden;
  background: url(../images/ab6.jpg) no-repeat center / cover;
}
.ab6ct{
  padding: 70px 0;
  margin: 0 auto;
}
.ab6ct .desc-swiper .rq{
  display: flex;
  justify-content: space-between;
}
.ab6ct .desc-swiper .rq .left{
  width: 599px;
  /*padding-top: 40px;*/
}
.ab6ct .desc-swiper .rq .left .pb-title h3{
  color: #ffffff;
}
.ab6ct .desc-swiper .rq .left .pb-title .xx{
  margin-top: 10px;
}
.ab6ct .desc-swiper .rq .left .pb-title .xx .x,
.ab6ct .desc-swiper .rq .left .pb-title .xx .y{
  background-color: #ffffff;
}
.ab6ct .desc-swiper .rq .left h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 34px;
  color: #FFFFFF;
  margin-top: 40px;
}
.ab6ct .desc-swiper .rq .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 48px;
  margin-top: 40px;
}
.ab6ct .desc-swiper .rq .right{
  width: 710px;
  height: 400px;
}
.ab6ct .desc-swiper .rq .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab6ct .db-b{
  display: flex;
  margin-top: 60px;
}
.ab6ct .db-b .qh{
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ab6ct .db-b .qh i{
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
}
.ab6ct .db-b .qh:hover i{
  color: #00B0ED;
}
.ab6ct .time-swiper{
  width: calc(100% - 88px);
  padding-top: 16px;
}
.ab6ct .time-swiper::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 23px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.ab6ct .time-swiper a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ab6ct .time-swiper a .rund{
  position: relative;
  transition: 0.3s;
}
.ab6ct .time-swiper a .rund .zw{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
  position: relative;
  z-index: 1;
}
.ab6ct .time-swiper a .rund::before{
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background-color: rgba(255,255,255, 0.25);
  animation: ab6rd 3s ease-out infinite;
}
@keyframes ab6rd {
  0% {
    width: 16px;
    height: 16px;
  }
  100% {
    width: 30px;
    height: 30px;
  }
}
.ab6ct .time-swiper .swiper-slide-thumb-active a .rund{
  transform: scale(1.22);
}
.ab6ct .time-swiper .swiper-slide-thumb-active a .rund::before{
  display: block;
}
.ab6ct .time-swiper a p{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 17px;
}
.ab7ct{
  margin: 0 auto;
  padding: 50px 0 70px 0;
}
.ab7ct .mide{
  display: flex;
  margin-top: 60px;
  height: 800px;
}
.ab7ct .mide .item{
  width: calc(100% / 2);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ab7ct .mide .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.6s
}
.ab7ct .mide .item:hover img{
  transform: scale(1.08);
}
.ab7ct .mide .item .txt{
  position: absolute;
  top: 470px;
  left: 0;
  width: 100%;
  padding: 0 80px;
}
.ab7ct .mide .item .txt h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 1;
}
.ab7ct .mide .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
  margin-top: 48px;
}
.ab2-box{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ab2-box .bg{
  width: 100%;
  transition: 0.3s;
}
.ab2-box .alogo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 0.3s;
  max-width: 80%;
  max-height: 80%;
}
.ab2-box video{
  width: 100%;
  display: none;
}
.ab8-box{
  background-color: #00B0ED;
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
}
.ab8-swiper{
  width: 100%;
}
.ab8-swiper .swiper-slide{
  width: auto !important;
}
.ab8-swiper .swiper-wrapper{
  transition-timing-function: linear !important;
}
.abbig-box{
  position: relative;
  overflow: hidden;
}
/* .s-line-container{
  position: absolute;
  top: 180px;
  left: calc((100% - 1400px) / 2);
}
.s-line-container svg{
  width: 1519px;
  height: 2292px;
} */
.abbig-box .bigbg{
  position: absolute;
  left: calc((100% - 1400px) / 2);
  width: 1519px;
  height: 100%;
}
.abbig-box .bigb1{
  top: 90px;
}
.abbig-box .bigb2{
  top: 100px;
}
.abbig-box .play{
  position: absolute;
  top: 85px;
  left: calc((100% - 1400px) / 2);
}
.abbig-box .play .rund{
  width: 18px;
  height: 18px;
  background-color: #00B0ED;
  border-radius: 50%;
}
.abbig-box .play::before{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background-color: rgba(0,176,237, 0.2);
  animation: aplay 3s ease-out infinite;
}
@keyframes aplay {
  0% {
    width: 18px;
    height: 18px;
  }
  100% {
    width: 34px;
    height: 34px;
  }
}
.ab3-box{
  background: url(../images/ab16.png) no-repeat center / cover;
  width: 100%;
}
.ab3ct{
  padding: 70px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ab3ct .left{
  max-width: calc(100% - 590px - 60px);
}
.ab3ct .left .time{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #00B0ED;
  margin-bottom: 150px;
}
.ab3ct .left .pb-title .xx{
  margin-top: 10px;
}
.ab3ct .left .cy{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-top: 55px;
}
.ab3ct .left .dh{
  display: flex;
  position: relative;
  margin: 40px 0 26px 0;
}
.ab3ct .left .dh img{
  position: absolute;
}
.ab3ct .left .dh .ll{
  bottom: 8px;
  left: 0;
}
.ab3ct .left .dh .rr{
  top: 8px;
  right: 0;
}
.ab3ct .left .dh p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  padding: 0 66px;
}
.ab3ct .left .qm{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.ab3ct .right{
  width: 590px;
  position: relative;
}
.ab3ct .right .bg{
  width: 100%;
}
.ab3ct .right .rund{
  position: absolute;
  right: 47px;
  bottom: 47px;
  cursor: pointer;
}
.ab3ct .right .rund:hover img{
  transform: rotate(360deg);
}
.ab3ct .right .rund img{
  width: 71px;
  transition: 0.5s;
}
.ab3ct .right .rund i{
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ab4-box{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ab4ct{
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
  margin: 0 auto;
}
.ab4ct .left{
  width: 600px;
}
.ab4-swiper{
  width: 100%;
  height: 360px;
}
.ab4-swiper a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.ab4-swiper a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
  z-index: 1;
}
.ab4-swiper a .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab4-swiper a .flow{
  position: absolute;
  top: 21px;
  left: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 1;
}
.ab4-swiper .swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  bottom: 20px !important;
}
.ab4-swiper .swiper-pagination .swiper-pagination-bullet{
  width: 20px;
  height: 2px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  transition: 0.3s;
}
.ab4-swiper .swiper-pagination .swiper-pagination-bullet-active{
  width: 30px;
  background-color: #F0F3F5;
}
.ab4ct .left .time{
  font-family: Arial;
  font-weight: 900;
  font-size: 60px;
  color: #00B0ED;
  line-height: 1;
  text-shadow: 0px 9px 24px rgba(0,0,0,0.2);
  margin-top: -38px;
  position: relative;
  z-index: 9;
  width: max-content;
}
.ab4ct .left .tg{
  margin-top: 19px;
}
.ab4ct .left .tg a{
  display: block;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  transition: 0.3s;
  width: max-content;
  max-width: 100%;
}
.ab4ct .left .tg a:not(:first-of-type){
  margin-top: 8px;
}
.ab4ct .left .tg a:hover{
  color: #00B0ED;
}
.ab4ct .left .tg a.active{
  color: #00B0ED;
  text-decoration: underline;
}
.ab4ct .right{
  width: 600px;
}
.ab4ct .right .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.ab4ct .right .rr{
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
.ab4ct .right .rr img{
  width: 100%;
  transition: 0.8s;
}
.ab4ct .right .rr:hover img{
  transform: scale(1.08);
}
.ab5-box{
  background: url(../images/ab22.png) no-repeat center / cover;
}
.ab5ct{
  padding: 70px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ab5ct .left{
  width: 710px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.ab5ct .left .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.2s;
}
.ab5ct .left .flow{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.ab5ct .left .rund{
  position: relative;
  cursor: pointer;
}
.ab5ct .left .rund img{
  transition: 0.5s;
}
.ab5ct .left .rund i{
  font-size: 24px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ab5ct .left:hover .bg{
  transform: scale(1.08);
}
.ab5ct .left .flow .rund:hover img{
  transform: rotate(360deg);
}
.ab5ct .right{
  width: calc(100% - 710px - 100px);
}
.ab5ct .right .pb-title .xx{
  margin-top: 10px;
}
.ab5ct .right .cy{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 48px;
  margin-top: 49px;
}
.ab5ct .right .dh{
  display: flex;
  position: relative;
  margin: 30px 0 26px 0;
}
.ab5ct .right .dh img{
  position: absolute;
}
.ab5ct .right .dh .ll{
  bottom: 8px;
  left: 0;
}
.ab5ct .right .dh .rr{
  top: 8px;
  right: 0;
}
.ab5ct .right .dh p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  padding: 0;
  text-align: center;
  width: 100%;
}
.ab5ct .right .qm{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.tr1ct{
  padding: 70px 0 80px 0;
  margin: 0 auto;
}
.tr1ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.tr1ct .mide{
  margin-top: 70px;
}
.tr1ct .mide .rq{
  display: flex;
  margin-top: 95px;
}
.tr1ct .mide .rq a{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.15);
}
.tr1ct .mide .rq a:nth-of-type(3n){
  margin-right: 0;
}
.tr1ct .mide .rq a .db{
  padding: 20px 40px;
  min-height: 211px;
  display: flex;
  align-items: center;
  position: relative;
}
.tr1ct .mide .rq a .db .txt h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}
.tr1ct .mide .rq a .db .txt h5{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  margin: 2px 0 9px 0;
}
.tr1ct .mide .rq a .db .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #00B0ED;
}
.tr1ct .mide .rq a .db img{
  position: absolute;
  right: 18px;
  /*bottom: -80px;*/
  bottom: 0;
  width: 258px;
}
/*.tr1ct .mide .rq a:last-of-type .db img{*/
/*  bottom: -60px;*/
/*}*/
.tr1ct .mide .rq a .bt{
  padding: 52px 40px 30px 40px;
  min-height: 224px;
  background: url(../images/tr5.jpg) no-repeat center / cover;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.tr1ct .mide .rq a:hover .bt{
  background: url(../images/tr6.jpg) no-repeat center / cover;
  color: #FFFFFF;
}
.tr2-box{
  background-color: #F0F3F5;
}
.tr2ct{
  margin: 0 auto;
  padding: 50px 0 70px 0;
}
.tr2ct .px .mide{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  height: 465px;
}
.tr2ct .px .mide .left{
  width: 745px;
  height: 100%;
  position: relative;
}
.tr2ct .px .mide .tr2-swiper{
  width: 100%;
  height: 100%;
}
.tr2ct .px .mide .tr2-swiper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tr2ct .px .mide .left>i{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  color: #ffffff;
  cursor: pointer;
  z-index: 3;
}
.tr2ct .px .mide .left .prev{
  left: 4px;
}
.tr2ct .px .mide .left .next{
  right: 4px;
}
.tr2ct .px .mide .right{
  width: 640px;
  height: 100%;
}
.tr2ct .px .mide .right .sm{
  width: 100%;
  height: calc((100% - 15px) / 2);
  object-fit: cover;
}
.tr2ct .px .mide .right .xm{
  width: 100%;
  height: calc((100% - 15px) / 2);
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.tr2ct .px .mide .right .ll{
  width: calc(100% - 225px - 15px);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.tr2ct .px .mide .right .ll .bg{
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover;
}
.tr2ct .px .mide .right .ll:hover .bg{
  transform: scale(1.08);
}
.tr2ct .px .mide .right .ll .flow{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.tr2ct .px .mide .right .ll .flow .zx{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tr2ct .px .mide .right .ll .flow .zx:hover img{
  transform: rotate(360deg);
}
.tr2ct .px .mide .right .ll .flow .zx img{
  width: 71px;
  transition: 0.5s;
}
.tr2ct .px .mide .right .ll .flow .zx i{
  font-size: 24px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.tr2ct .px .mide .right .rr{
  width: 225px;
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #00B0ED;
}
.tr2ct .px .mide .right .rr .rund{
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.tr2ct .px .mide .right .rr .rund{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tr2ct .px .mide .right .rr .rund h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}
.tr2ct .px .mide .right .rr .rund a{
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.tr2ct .px .mide .right .rr .rund a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.tr2ct .px .mide .right .rr .rund a i{
  font-size: 16px;
  color: #ffffff;
  margin-left: 6px;
}
.tr2ct .px .mide .right .rr .rund a:hover p{
  text-decoration: underline;
}
.tr2ct .xxpx{
  margin-top: 60px;
}
.tr2ct .xxpx .tagb{
  display: flex;
  margin-top: 60px;
}
.tr2ct .xxpx .tagb a{
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  padding: 52px 40px 20px 40px;
  background-color: #FFFFFF;
  min-height: 360px;
  transition: 0.3s;
}
.tr2ct .xxpx .tagb a:hover{
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.15);
}
.tr2ct .xxpx .tagb a:nth-of-type(4n){
  margin-right: 0;
}
.tr2ct .xxpx .tagb a img{
  margin: 0 auto;
  width: 52px;
}
.tr2ct .xxpx .tagb a .txt{
  margin-top: 49px;
}
.tr2ct .xxpx .tagb a .txt h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.tr2ct .xxpx .tagb a .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  text-align: center;
  margin-top: 15px;
}
.tr2ct .xxpx .zsb{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  height: 450px;
}
.tr2ct .xxpx .zsb .gy{
  width: calc((100% - 680px - 40px) / 2);
  height: 100%;
}
.tr2ct .xxpx .zsb .gy .ib{
  width: 100%;
  height: calc((100% - 20px) / 2);
  overflow: hidden;
}
.tr2ct .xxpx .zsb .gy .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.tr2ct .xxpx .zsb .gy .ib:hover img{
  transform: scale(1.08);
}
.tr2ct .xxpx .zsb .gy .ib:last-of-type{
  margin-top: 20px;
}
.tr2ct .xxpx .zsb .zj{
  width: 680px;
  height: 100%;
  overflow: hidden;
}
.tr2ct .xxpx .zsb .zj img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.tr2ct .xxpx .zsb .zj:hover img{
  transform: scale(1.08);
}
.tr3ct{
  padding: 50px 0 70px 0;
  margin: 0 auto;
}
.tr3ct .xygy .mide{
  display: flex;
  margin-top: 60px;
  height: 560px;
}
.tr3ct .xygy .mide .left{
  width: 53%;
  height: 100%;
  background-color: #00B0ED;
  padding: 20px 116px 20px calc((100% - 1400px) / 2);
  display: flex;
  align-items: center;
}
.tr3ct .xygy .mide .left .rq{
  position: relative;
  width: 100%;
}
.tr3ct .xygy .mide .left .pb{
  position: absolute;
  top: calc(50% + 5%);
  transform: translateY(-50%);
  cursor: pointer;
}
.tr3ct .xygy .mide .left .pb i{
  font-size: 30px;
  color: #FFFFFF;
  transition: 0.3s;
}
.tr3ct .xygy .mide .left .pb i:hover{
  color: #000000;
}
.tr3ct .xygy .mide .left .prev{
  left: -50px;
}
.tr3ct .xygy .mide .left .next{
  right: -50px;
}
.tr3ct .xygy .tr3-swiper{
  width: 100%;
  padding-bottom: 70px;
}
.tr3ct .xygy .tr3-swiper .swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  bottom: 0;
}
.tr3ct .xygy .tr3-swiper .swiper-pagination-bullet{
  width: 30px;
  height: 3px;
  background-color: #FFFFFF;
  opacity: 0.5;
  transition: 0.3s;
  border-radius: 0;
}
.tr3ct .xygy .tr3-swiper .swiper-pagination-bullet-active{
  width: 50px;
  opacity: 1;
}
.tr3ct .xygy .tr3-swiper .rq h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
}
.tr3ct .xygy .tr3-swiper .rq h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin: 12px 0 70px 0;
}
.tr3ct .xygy .tr3-swiper .rq .desc{
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
}
.tr3ct .xygy .tr3-swiper .rq .desc img{
  position: absolute;
}
.tr3ct .xygy .tr3-swiper .rq .desc .ll{
  top: -38px;
  left: 0;
}
.tr3ct .xygy .tr3-swiper .rq .desc .rr{
  bottom: -18px;
  right: 0;
}
.tr3ct .xygy .mide .right{
  width: 47%;
  height: 100%;
}
.tr3ct .xygy .mide .tr33-swiper{
  width: 100%;
  height: 100%;
}
.tr3ct .xygy .mide .tr33-swiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tr3ct .xygy .mide .tr33-swiper .flow{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.tr3ct .xygy .mide .tr33-swiper .flow .zx{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tr3ct .xygy .mide .tr33-swiper .flow .zx:hover img{
  transform: rotate(360deg);
}
.tr3ct .xygy .mide .tr33-swiper .flow .zx img{
  width: 71px;
  transition: 0.5s;
}
.tr3ct .xygy .mide .tr33-swiper .flow .zx i{
  font-size: 24px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.tr3ct .query{
  margin: 100px auto 0;
  background: linear-gradient(0deg, #FEFEFE 0%, #EDF1F5 100%);
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.15);
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  padding: 60px 190px;
}
.tr3ct .query .pb-h6{
  color: #333333;
}
.tr3ct .query .row{
  display: flex;
  margin-top: 40px;
  height: 60px;
  border: 1px solid #00B0ED;
  border-radius: 10px;
  overflow: hidden;
}
.tr3ct .query .row .el-input{
  width: calc(100% - 120px);
  height: 100%;
}
.tr3ct .query .row .el-input__inner{
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  border: none;
}
.tr3ct .query .row .btn{
  width: 120px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #00B0ED;
}
.tr3ct .sqpx{
  margin: 70px auto 0;
}
.tr3ct .sqpx .pb-h6{
  color: #333333;
}
.tr3ct .sqpx .mide{
  margin-top: 60px;
}
.tr3ct .sqpx .mide .row{
  display: flex;
  justify-content: space-between;
}
.tr3ct .sqpx .mide .el-form-item{
  margin-bottom: 30px;
}
.tr3ct .sqpx .mide .row .el-form-item{
  width: calc((100% - 81px) / 4);
}
.tr3ct .sqpx .mide .el-form-item .required-marker{
  color: #E20000;
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  line-height: 1;
}
/* .con2ct .mide .r2 .el-form-item:first-of-type .required-marker{
  left: 88px;
} */
.tr3ct .sqpx .mide .el-form-item .required-marker.hidden{
  opacity: 0;
}
.tr3ct .sqpx .mide .el-input__inner{
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: #F5F8FA;
  border-radius: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.tr3ct .sqpx .mide .el-textarea__inner{
  height: 160px;
  border: none;
  background-color: #F5F8FA;
  border-radius: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  resize: none;
}
.tr3ct .sqpx .mide .el-input__inner::placeholder,
.tr3ct .sqpx .mide .el-textarea__inner::placeholder{
  color: #666666;
}
.tr3ct .sqpx .mide .el-select{
  width: 100%;
}
.tr3ct .sqpx .mide .zbm{
  border: none;
  width: 200px;
  height: 56px;
  background: #00B0ED;
  border-radius: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
.tr3ct .sqpx .mide .zbm::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  transition: 0.3s;
  z-index: -1;
}
.tr3ct .sqpx .mide .zbm:hover{
  color: #00B0ED;
}
.tr3ct .sqpx .mide .zbm:hover::before{
  width: 100%;
}
/* .tr3ct .sqpx .mide .r2 .el-form-item:first-of-type{
  width: 687px;
} */
.tr3ct .sqpx .mide .r2 .el-form-item:nth-of-type(2) .required-marker{
  left: 88px;
}
.tr3ct .sqpx .mide .r2 .el-form-item:last-of-type .required-marker{
  left: 121px;
}
.tr3ct .sqpx .mide .r1 .el-form-item:nth-of-type(3) .required-marker{
  left: 72px;
}
.tra-diaolog{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
}
.tra-diaolog.active{
  display: block;
}
.tra-diaolog .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 20px 20px 80px 20px;
}
.tra-diaolog .content .ib{
  text-align: right;
}
.tra-diaolog .content i{
  font-size: 30px;
  color: #999999;
  cursor: pointer;
  margin-left: auto;
}
.tra-diaolog .content h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  text-align: center;
  margin-top: 15px;
}
.tra-diaolog .content .tra-list{
  padding: 0 30px;
  margin-top: 35px;
}
.tra-diaolog .content .tra-list .rrq{
  overflow-y: auto;
  max-height: 380px;
}
.tra-diaolog .content .tra-list .rrq::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.tra-diaolog .content .tra-list .rrq::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #00B0ED;
}
.tra-diaolog .content .tra-list .rrq::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
  background: #DEDEDE;
}
.tra-diaolog .content .tra-list .db{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #00B0ED;
  height: 60px;
  padding: 0 10px;
}
.tra-diaolog .content .tra-list .db .gy{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  width: 170px;
}
.tra-diaolog .content .tra-list li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tra-diaolog .content .tra-list li .gy{
  width: 170px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
  word-break: break-all;
}
.tra-diaolog .content .tra-list li .desc{
  width: calc(100% - 340px - 24px);
}
.tra-diaolog .content .tra-list li .desc .r{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0;
}
.tra-diaolog .content .tra-list li .desc .r:not(:first-of-type){
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.ser1ct{
  padding: 70px 0 80px 0;
  margin: 0 auto;
}
.ser1ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  margin-top: 25px;
}
.ser1ct .mide{
  margin-top: 55px;
  position: relative;
}
.ser1ct .mide .bg{
  width: 100%;
}
.ser1ct .mide .flow{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ser1ct .mide .flow .zx{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ser1ct .mide .flow .zx:hover img{
  transform: rotate(360deg);
}
.ser1ct .mide .flow .zx img{
  width: 71px;
  transition: 0.5s;
}
.ser1ct .mide .flow .zx i{
  font-size: 24px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ser2-box{
  width: 100%;
  background: url(../images/ser10.jpg) no-repeat center / cover;
}
.ser2ct{
  margin: 0 auto;
  padding: 50px 0 70px 0;
}
.ser2ct .top{
  display: flex;
  justify-content: space-between;
}
.ser2ct .top .right{
  display: flex;
}
.ser2ct .top .right .el-select{
  margin-right: 20px;
}
.ser2ct .top .right .el-input__inner{
  width: 240px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: transparent;
  border: 1px solid #666666;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  padding: 0 20px;
}
.ser2ct .top .right .el-input__inner::placeholder{
  color: #333333;
}
.ser2ct .top .right .btn{
  width: 140px;
  height: 50px;
  background: #00B0ED;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.ser2ct .mide{
  margin-top: 35px;
  position: relative;
}
.ser2ct .mide .map{
  margin: 0 auto;
}
.ser2ct .mide .min{
  position: absolute;
  right: 10%;
  bottom: 0;
}
.ser2ct .mide .flow{
  position: absolute;
  top: 58%;
  right: 27.5%;
}
.ser2ct .mide .flow .wz{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 90px;
  width: max-content;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #00B0ED;
}
.ser2ct .mide .flow .rund{
  position: relative;
  width: 38px;
  height: 38px;
}
.ser2ct .mide .flow .dw{
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 7;
}
.ser2ct .mide .flow .plase{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
}
.ser2ct .mide .flow .ps1{
  width: 26px;
  height: 26px;
  background: #DFE6EF;
  z-index: 8;
}
.ser2ct .mide .flow .ps2{
  width: 16px;
  height: 16px;
  background: #00B0ED;
  opacity: 0.5;
  z-index: 9;
}
.ser2ct .mide .flow .ps3{
  width: 6px;
  height: 6px;
  background: #00B0ED;
  z-index: 10;
}
.ser2ct .mide .flow .fd{
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0) 0%, #00B0ED 100%);
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ser2ct .mide .flow .ps4{
  animation: sermap 4s ease-out infinite;
  animation-delay: -1.5s;
}
.ser2ct .mide .flow .ps5{
  animation: sermap 4s ease-out infinite;
  animation-delay: -3.2s;
}
@keyframes sermap {
  100% {
    transform: scale(3);
    opacity:0;
  }
}
.ser-diaolog{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
}
.ser-diaolog.active{
  display: block;
}
.ser-diaolog .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 20px 0 80px 0;
}
.ser-diaolog .content .ib{
  text-align: right;
  padding-right: 25px;
}
.ser-diaolog .content i{
  font-size: 30px;
  color: #999999;
  cursor: pointer;
  margin-left: auto;
}
.ser-diaolog .content h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  text-align: center;
  margin-top: 15px;
}
.ser-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
  padding: 0 50px;
  max-height: 400px;
  overflow-y: auto;
}
.ser-list .zwsj{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: #00B0ED;
    text-align: center;
    margin: 0 auto;
}
.ser-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.ser-list::-webkit-scrollbar-thumb {
  background: #00B0ED;
}
.ser-list::-webkit-scrollbar-track {
  background: #DEDEDE;
}
.ser-list li{
  width: calc((100% - 40px) / 3);
  padding: 38px 40px;
  background-color: #F5F8FA;
  margin-right: 20px;
  margin-bottom: 20px;
}
.ser-list li:nth-of-type(3n){
  margin-right: 0;
}
.ser-list li h4{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #00AEED;
}
.ser-list li .line{
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.1;
  margin: 25px 0;
}
.ser-list li .desc a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.ser3-box{
  padding: 50px 0 70px 0;
}
.ser-swiper{
  margin-top: 60px !important;
  padding-bottom: 40px !important;
}

.ser-swiper .swiper-pagination{
  bottom: 0px !important;
  display: flex;
  justify-content: center;
}
.ser-swiper .swiper-pagination .swiper-pagination-bullet{
  width: 30px;
  height: 3px;
  background: #CCCCCC;
  opacity: 1;
  border-radius: 0;
  transition: 0.3s;
}
.ser-swiper .swiper-pagination .swiper-pagination-bullet-active{
  width: 50px;
  background-color: #00B0ED;
}
.ser-swiper .rq{
  background-color: #F0F3F5;
  padding: 57px 80px;
  position: relative;
  min-height: 537px;
}
.ser-swiper .rq::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
.ser-swiper .swiper-slide-active .rq::before{
  opacity: 0;
}
.ser-swiper .rq h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #000000;
}
.ser-swiper .rq h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 22px;
}
.ser-swiper .rq .line{
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 35px 0;
}
.ser-swiper .rq .zs{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ser-swiper .rq .zs .left{
  width: calc(100% - 210px - 50px);
}
.ser-swiper .rq .zs .left .row{
  display: flex;
  align-items: center;
}
.ser-swiper .rq .zs .left .row:not(:first-of-type){
  margin-top: 8px;
}
.ser-swiper .rq .zs .left .row i{
  font-size: 18px;
  color: #00AEED;
}
.ser-swiper .rq .zs .left .row p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  width: calc(100% - 18px - 10px);
  margin-left: 10px;
}
.ser-swiper .rq .zs .right{
  width: 210px;
}
.ser4-box{
  background-color: #F5F8FA;
}
.ser4ct{
  padding: 50px 0 70px 0;
  margin: 0 auto;
}
.ser4ct .mide{
  margin-top: 60px;
  display: flex;
}
.ser4ct .mide .item{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.05);
}
.ser4ct .mide .item:nth-of-type(3n){
  margin-right: 0;
}
.ser4ct .mide .item .db{
  display: flex;
  align-items: center;
}
.ser4ct .mide .item .db .rund{
  width: 64px;
  height: 64px;
  background: #00B0ED;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ser4ct .mide .item .db p{
  width: calc(100% - 64px - 25px);
  margin-left: 25px;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}
.ser4ct .mide .item h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  margin-top: 30px;
}
.ser4ct .xmy{
  margin-top: 50px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 30px;
}
.ser4ct .xmy p:first-of-type{
  color: #666666;
}
.ser4ct .xmy span{
  color: #FF0000;
}
.ser5-box{
  background: linear-gradient(180deg, #4CADE4, #B2E6F9);
}
.ser5ct{
  margin: 0 auto;
  padding: 70px 0;
  display: flex;
}
.ser5ct .item{
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  height: 370px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ser5ct .item:nth-of-type(4n){
  margin-right: 0;
}
.ser5ct .item img{
  height: 42px;
}
.ser5ct .item h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 26px 0 9px 0;
}
.ser5ct .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-align: center;
}
.ser5ct .item a{
  width: 148px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #00B0ED;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #00B0ED;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 55px;
}
.ser5ct .item a::after{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00B0ED;
  transition: 0.3s;
  z-index: -1;
}
.ser5ct .item a:hover{
  color: #ffffff;
}
.ser5ct .item a:hover::after{
  width: 100%;
}
.ser5ct .item:hover{
  background-color: rgba(255, 255, 255, 1);
}
.ma1-box{
  background: url(../images/ma4.jpg) no-repeat center / cover;
}
.ma1ct{
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}
.ma1ct .left{
  width: 545px;
}
.ma1ct .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  margin-top: 50px;
  text-align: justify;
}
.ma1ct .left .desc p:not(:first-of-type){
  margin-top: 20px;
}
.ma1ct .right{
  width: 730px;
  position: relative;
}
.ma1ct .right .bg{
  width: 100%;
}
.ma1ct .right .flow{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ma1ct .right .flow .zx{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ma1ct .right .flow .zx:hover img{
  transform: rotate(360deg);
}
.ma1ct .right .flow .zx img{
  width: 71px;
  transition: 0.5s;
}
.ma1ct .right .flow .zx i{
  font-size: 24px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ma2-box{
  background-color: #F0F3F5;
  overflow: hidden;
}
.ma2ct{
  margin: 0 auto;
  padding: 50px 0 70px 0;
}
.ma2ct .mide{
  position: relative;
  margin-top: 60px;
}
.ma2ct .mide .pb{
  position: absolute;
  top: 250px;
  /*transform: translateY(-50%);*/
  cursor: pointer;
  z-index: 9;
}
.ma2ct .mide .pb i{
  font-size: 28px;
  color: #999999;
  transition: 0.3s;
}
.ma2ct .mide .pb:hover i{
  color: #00B0ED;
}
.ma2ct .mide .prev{
  left: -70px;
}
.ma2ct .mide .next{
  right: -70px;
}
.ma2ct .mide .flowzs{
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: #F0F3F5; */
}
.ma2ct .mide .flowzs .big{
  width: 500px;
  height: 500px;
  background: #FFFFFF;
  box-shadow: 0px 10px 50px 0px rgba(0,176,237,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ma2ct .mide .flowzs .rund{
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  border: 1px dashed rgba(0,176,237, 0.6);
  border-radius: 50%;
  position: relative;
}
.ma2ct .mide .flowzs .rund img{
  width: calc(100% - 100px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
.ma2ct .mide .flowzs .txt{
  margin-top: 35px;
}
.ma2ct .mide .flowzs .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.ma2ct .mide .flowzs .txt h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #00B0ED;
  text-align: center;
}
.ma2ct .mide .mar-swiper{
  /* position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); */
  width: 100%;
  overflow: visible;
  transform: translateX(40px);
}
.ma2ct .mide .mar-swiper .swiper-slide{
  width: 145px;
}
.ma2ct .mide .mar-swiper .rq{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transition: 0.3s;
  opacity: 0;
}
.ma2ct .mide .mar-swiper .show-slide .rq{
  opacity: 1;
}
/* .ma2ct .mide .mar-swiper .ib{
  width: 100%;
  height: 178px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
} */
/* .ma2ct .mide .mar-swiper .ib img{
  max-width: 100%;
  max-height: 100%;
} */
.ma2ct .mide .mar-swiper .rq .big{
  width: 100%;
  height: 178px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ma2ct .mide .mar-swiper .rq .rund{
  width: 100%;
  height: 178px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  border: 1px dashed transparent;
}
.ma2ct .mide .mar-swiper .rq .rund img{
  /*max-width: 100%;*/
  /*max-height: 100%;*/
  width: 100%;
}
.ma2ct .mide .mar-swiper .swiper-wrapper{
  align-items: center;
}
.ma2ct .mide .mar-swiper .center-slide{
  width: 500px;
}
.ma2ct .mide .mar-swiper .center-slide .rq .big{
  width: 500px;
  height: 500px;
  background: #FFFFFF;
  box-shadow: 0px 10px 50px 0px rgba(0,176,237,0.15);
  border-radius: 50%;
  transition: background 0.5s, box-shadow 0.5s;
}
.ma2ct .mide .mar-swiper .center-slide .rq .rund{
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  border-color: rgba(0,176,237, 0.6);
  border-radius: 50%;
  transition: border-color 0.5s;
}
.ma2ct .mide .mar-swiper .center-slide .rq .rund img{
  width: calc(100% - 100px);
  transform: translateY(-50px);
  transition: transform 0.5s;
}
.ma2ct .mide .mar-swiper .center-slide .txt p,
.ma2ct .mide .mar-swiper .center-slide .txt h6{
  font-size: 24px;
}
.ma2ct .mide .mar-swiper .center-slide .txt p{
    min-height: 72px;
    line-height: 36px;
}
.ma2ct .mide .mar-swiper .center-slide .txt h6 br{
    display: none;
}
.ma2ct .mide .mar-swiper .center-slide .txt h6{
    min-height: 36px;
}
.ma2ct .mide .mar-swiper .txt{
  margin-top: 25px;
}
.ma2ct .mide .mar-swiper .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  min-height: 48px;
}
.ma2ct .mide .mar-swiper .txt h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #00B0ED;
  text-align: center;
  line-height: 24px;
  min-height: 48px;
}
.ma3-box{
  background: linear-gradient(180deg, #CFE6F0, #FFFFFF);
}
.ma3ct{
  padding: 50px 0 70px 0;
  margin: 0 auto;
}
.ma3ct .top{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.ma3ct .top .item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ma3ct .top .item .rund{
  width: 70px;
  height: 70px;
  background: #00B0ED;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ma3ct .top .item p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-top: 35px;
}
.ma3ct .top .line{
  width: 1px;
  height: 128px;
  background: #00B0ED;
  opacity: 0.2;
}
.ma3ct .mide{
  height: 720px;
  position: relative;
  margin-top: 74px;
}
.ma3ct .mide .ib{
  overflow: hidden;
  position: absolute;
}
.ma3ct .mide .ib:hover img{
  transform: scale(1.06);
}
.ma3ct .mide .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.ma3ct .mide .ib1{
  width: 320px;
  height: 460px;
  top: 0;
  left: 0;
  border-radius: 160px;
}
.ma3ct .mide .ib2{
  width: 320px;
  height: 240px;
  left: 0;
  bottom: 0;
}
.ma3ct .mide .ib3{
  width: 450px;
  height: 350px;
  left: 340px;
}
.ma3ct .mide .ib4{
  width: 280px;
  height: 350px;
  left: 340px;
  bottom: 0;
}
.ma3ct .mide .ib5{
  width: 280px;
  height: 350px;
  right: 310px;
  top: 0;
}
.ma3ct .mide .ib6{
  width: 450px;
  height: 350px;
  right: 310px;
  bottom: 0;
}
.ma3ct .mide .ib7{
  width: 290px;
  height: 220px;
  top: 0;
  right: 0;
}
.ma3ct .mide .ib8{
  width: 290px;
  height: 220px;
  top: 240px;
  right: 0;
}
.ma3ct .mide .ib9{
  width: 290px;
  height: 240px;
  bottom: 0;
  right: 0;
  border-radius: 120px;
}
.ma4-box{
  background-color: #F0F3F5;
}
.ma4ct{
  margin: 0 auto;
  padding: 50px 0 70px 0;
}
.ma4ct .top{
  display: flex;
  justify-content: space-between;
}
.ma4ct .top .pb-h6{
  text-align: left;
}
.ma4ct .mide{
  margin-top: 55px;
}
.ma4ct .mide img{
  width: 100%;
}
.ma5ct{
  padding: 50px 0 70px 0;
  margin: 0 auto;
}
.pros1ct{
  padding: 50px 0 70px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.pros1ct .right{
  width: 900px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.pros1ct .right a{
  color: #00B0ED;
  text-decoration: underline;
}
.pros1ct .right p:not(:first-of-type){
  margin-top: 20px;
}
.pros2-box{
  background-color: #F5F8FA;
}
.pros2ct{
  padding: 70px 0;
  margin: 0 auto;
}
.pros2ct .mmd .rrr:not(:first-of-type){
    display: none;
}
.pros2ct .tag{
  display: flex;
}
.pros2ct .tag a{
  margin-right: 20px;
  background-color: #ffffff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 80px;
  border: 1px solid #E4EBED;
}
.pros2ct .tag a .ib{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pros2ct .tag a .ib img{
    max-width: 100%;
    max-height: 100%;
}
.pros2ct .tag a .ib img:last-of-type{
  display: none;
}
.pros2ct .tag a p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-left: 18px;
  transition: 0.3s;
}
.pros2ct .tag a:hover p,
.pros2ct .tag a.active p{
  color: #ffffff;
}
.pros2ct .tag a:hover,
.pros2ct .tag a.active{
  background-color: #00B0ED;
  border-color: #00B0ED;
}
.pros2ct .tag a:hover .ib img:first-of-type,
.pros2ct .tag a.active .ib img:first-of-type{
  display: none;
}
.pros2ct .tag a:hover .ib img:last-of-type,
.pros2ct .tag a.active .ib img:last-of-type{
  display: block;
}
.pros2ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  margin: 50px 0;
}
.pros2ct .mintag{
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pros2ct .mintag a{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-right: 85px;
  padding-bottom: 20px;
  transition: 0.3s;
  position: relative;
}
.pros2ct .mintag a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: #00B0ED;
  transition: 0.3s;
}
.pros2ct .mintag a:hover,
.pros2ct .mintag a.active{
  color: #00B0ED;
}
.pros2ct .mintag a.active::after{
  width: 100%;
}
.bn-pros{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 30px;
}
.pros-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.pros-list li{
  width: calc((100% - 50px) / 3);
  margin-right: 25px;
  margin-bottom: 25px;
  background-color: #FFFFFF;
  transition: 0.5s;
}
.pros-list li:nth-of-type(3n){
  margin-right: 0;
}
.pros-list li a{
  display: block;
  width: 100%;
  overflow: hidden;
}
.pros-list li .ib{
  width: 100%;
  height: 430px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
}
.pros-list li .ib .cp{
  max-width: 60%;
  max-height: 70%;
}
.pros-list li .ib .fg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.pros-list li .ib .title{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  position: absolute;
  left: 30px;
  top: 27px;
  z-index: 3;
  transition: 0.5s;
}
.pros-list li .ib::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(0,176,237,0.9), rgba(0,176,237,0));
  transition: 0.5s;
}
.pros-list li .txt{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 30px 15px 30px;
  position: relative;
  z-index: 1;
}
/*.pros-list li .txt::after{*/
/*  display: block;*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: -1;*/
/*  opacity: 0;*/
/*  transition: 0.5s;*/
/*  background-color: #00B0ED;*/
/*}*/
.pros-list li .txt .it{
  margin-bottom: 10px;
}
.pros-list li .txt .it p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.5s;
}
.pros-list li .txt .it span{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #00B0ED;
  margin-top: 10px;
  display: block;
  transition: 0.5s;
}
.pros-list li:hover .ib .fg{
  opacity: 1;
}
.pros-list li:hover .ib .title{
  color: #FFFFFF;
}
.pros-list li:hover .ib::before{
  opacity: 1;
}
/*.pros-list li:hover .txt::after{*/
/*  opacity: 1;*/
/*}*/
.pros-list li:hover{
  background-color: #00B0ED;
}
.pros-list li:hover .txt .it p,
.pros-list li:hover .txt .it span{
  color: #FFFFFF;
}
.pros3ct{
  padding: 50px 0 80px 0;
  margin: 0 auto;
}
.pros3ct .mide{
  margin-top: 55px;
}
.pros3ct .mide .row{
  display: flex;
  justify-content: space-between;
}
.pros3ct .mide .el-form-item{
  margin-bottom: 30px;
}
.pros3ct .mide .r1 .el-form-item{
  width: calc((100% - 75px) / 4);
}
.pros3ct .mide .r2 .el-form-item{
  width: calc((100% - 50px) / 3);
}
.pros3ct .mide .el-form-item .required-marker{
  color: #E20000;
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  line-height: 1;
}
.pros3ct .mide .r2 .el-form-item:first-of-type .required-marker{
  left: 87px;
}
.pros3ct .mide .el-form-item .required-marker.hidden{
  opacity: 0;
}
.pros3ct .mide .el-input__inner{
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: #F5F8FA;
  border-radius: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.pros3ct .mide .el-textarea__inner{
  height: 160px;
  border: none;
  background-color: #F5F8FA;
  border-radius: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  resize: none;
}
.pros3ct .mide .el-input__inner::placeholder,
.pros3ct .mide .el-textarea__inner::placeholder{
  color: #666666;
}
.pros3ct .mide .zbm{
  border: none;
  width: 200px;
  height: 56px;
  background: #00B0ED;
  border-radius: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
.pros3ct .mide .zbm::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  transition: 0.3s;
  z-index: -1;
}
.pros3ct .mide .zbm:hover{
  color: #00B0ED;
}
.pros3ct .mide .zbm:hover::before{
  width: 100%;
}
.pro-box{
  background-color: #F5F8FA;
}
.proct{
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.proct .slide{
  width: 300px;
}
.proct .slide .item{
  border: 1px solid #E6E9EB;
}
.proct .slide .item:not(:first-of-type){
  margin-top: 40px;
}
.proct .slide .item .bt{
  width: 100%;
  padding: 12px 20px;
  background-color: #00B0ED;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proct .slide .item .bt p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  width: calc(100% - 70px);
}
.proct .slide .item .bt .cz{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.proct .slide .item .bt .cz span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.proct .slide .item .bt .cz i{
  font-size: 16px;
  color: #ffffff;
  margin-left: 5px;
}
.proct .slide .item .content{
  background-color: #ffffff;
}
.proct .slide .item .content .type{
  padding: 9px 0;
}
.proct .slide .item .content .type a{
  display: flex;
  align-items: center;
  padding: 9px 20px;
  max-width: calc(100% - 15px - 10px);
}
.proct .slide .item .content .type a span{
  width: 0;
  height: 1px;
  background: #00B0ED;
}
.proct .slide .item .content .type a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  transition: 0.3s;
}
.proct .slide .item .content .type a.active span{
  width: 15px;
  margin-right: 10px;
}
.proct .slide .item .content .type a.active p{
  color: #00B0ED;
}
.proct .slide .filter{
  background-color: #FFFFFF;
}
.proct .slide .filter .rq{
  padding: 19px 20px;
}
.proct .slide .filter .rq.active .db i{
  transform: rotate(180deg);
}
.proct .slide .filter .rq:not(:first-of-type){
  border-top: 1px solid #E6E9EB;
}
.proct .slide .filter .rq .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.proct .slide .filter .rq .db p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #00B0ED;
  width: calc(100% - 40px);
}
.proct .slide .filter .rq .db i{
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
}
.proct .slide .filter .el-checkbox-group{
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}
.proct .slide .filter .el-checkbox{
  margin-right: 0;
}
.proct .slide .filter .el-checkbox:not(:first-of-type){
  margin-top: 10px;
}
.proct .slide .filter .el-checkbox__label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding-left: 0;
  margin-left: 9px;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  max-width: calc(100% - 16px - 9px);
}
.proct .slide .filter .el-checkbox__inner{
  width: 16px;
  height: 16px;
  border: 1px solid #E0E0E0 !important;
  border-radius: 0;
  background-color: transparent !important;
}
.proct .slide .filter .el-checkbox__inner::after{
  content: '';
  width: 8px;
  height: 8px;
  opacity: 0;
  background-color: #00B0ED;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: none;
  transition: 0.3s;
}
.proct .slide .filter .el-checkbox__input.is-checked .el-checkbox__inner::after{
  opacity: 1;
}
.proct .slide .filter .el-checkbox__input.is-checked+.el-checkbox__label{
  border-bottom-color: #333333;
}
.proct .slide .filter .hdt{
  margin-top: 12px;
}
.proct .slide .filter .hdt .sm{
  display: flex;
  justify-content: space-between;
}
.proct .slide .filter .hdt .sm .srk{
  width: calc((100% - 10px) / 2);
  position: relative;
}
.proct .slide .filter .hdt .sm .srk .zs{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #AAAAAA;
}
.proct .slide .filter .hdt .sm .srk .el-input-number{
  width: 100%;
}
.proct .slide .filter .hdt .sm .srk .el-input-number__decrease, 
.proct .slide .filter .hdt .sm .srk .el-input-number__increase{
  display: none;
}
.proct .slide .filter .hdt .sm .srk .el-input-number.is-controls-right .el-input__inner{
  padding: 0 35px 0 15px;
}
.proct .slide .filter .hdt .sm .srk .el-input__inner{
  border-color: #EBEBEB;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: left;
}
.proct .slide .filter .hdt .sm .srk .el-input__inner::placeholder{
  color: #AAAAAA;
}
.proct .slide .filter .hdt .btm .el-slider__runway{
  margin: 15px 0 11px 0;
  border-radius: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.proct .slide .filter .hdt .btm .el-slider__bar{
  height: 1px;
  background-color: #00B0ED;
}
.proct .slide .filter .hdt .btm .el-slider__button{
  width: 100%;
  height: 100%;
  border: none;
  background-color: #00B0ED;
  display: block;
}
.proct .slide .filter .hdt .btm .el-slider__button-wrapper{
  width: 9px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.proct .slide .filter .hdt .btm .btmsz{
  display: flex;
  justify-content: space-between;
  /* margin-top: 12px; */
}
.proct .slide .filter .hdt .btm .btmsz div{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.proct .right{
  width: calc(100% - 300px - 40px);
}
.pro-list{
  display: flex;
  flex-wrap: wrap;
}
.pro-list li{
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  transition: 0.5s;
}
.pro-list li:nth-of-type(3n){
  margin-right: 0;
}
.pro-list li a{
  display: block;
  width: 100%;
  overflow: hidden;
}
.pro-list li .ib{
  width: 100%;
  height: 340px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #FFFFFF;
}
.pro-list li .ib .cp{
  max-width: 50%;
  max-height: 60%;
  transform: translateY(10%);
}
.pro-list li .ib .fg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.pro-list li .ib .title{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 3;
  transition: 0.5s;
}
.pro-list li .ib::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(0,176,237,0.9), rgba(0,176,237,0));
  transition: 0.5s;
  opacity: 0;
}
.pro-list li .txt{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20px 15px 20px;
  position: relative;
  z-index: 1;
}
/*.pro-list li .txt::after{*/
/*  display: block;*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  z-index: -1;*/
/*  opacity: 0;*/
/*  transition: 0.5s;*/
/*  background-color: #00B0ED;*/
/*}*/
.pro-list li .txt .it{
  margin-bottom: 10px;
  margin-right: 5px;
}
.pro-list li .txt .it p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  transition: 0.5s;
}
.pro-list li .txt .it span{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #00B0ED;
  margin-top: 5px;
  display: block;
  transition: 0.5s;
}
.pro-list li:hover .ib .fg{
  opacity: 1;
}
.pro-list li:hover .ib .title{
  color: #FFFFFF;
}
.pro-list li:hover .ib::before{
  opacity: 1;
}
/*.pro-list li:hover .txt::after{*/
/*  opacity: 1;*/
/*}*/
.pro-list li:hover{
  background-color: #00B0ED;
}
.pro-list li:hover .txt .it p,
.pro-list li:hover .txt .it span{
  color: #FFFFFF;
}
.pd1-box{
  overflow: hidden;
  margin-top: 90px;
}
.pd1-box .topnav{
  background-color: #F5F8FA;
}
.pd1-box .topnav .ct{
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 17px 0;
}
.pd1-box .topnav .ct a,
.pd1-box .topnav .ct span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  transition: 0.3s;
}
.pd1-box .topnav .ct span{
  margin: 0 7px;
}
.pd1-box .topnav .ct a:hover{
  color: #00B0ED;
}
.pd1-box .mide{
  display: flex;
}
.pd1-box .mide .left{
  width: 50%;
  background-color: #00B0ED;
  padding: 80px 160px 170px calc((100% - 1400px) / 2);
}
.pd1-box .mide .left .tag{
  display: flex;
  flex-wrap: wrap;
}
.pd1-box .mide .left .tag .p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 9px 25px 11px 25px;
  margin-right: 15px;
}
.pd1-box .mide .left h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
  margin-top: 90px;
}
.pd1-box .mide .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
  margin: 28px 0 91px 0;
}
.pd1-box .mide .left .db{
  display: flex;
}
.pd1-box .mide .left .db a{
  width: 163px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pd1-box .mide .left .db a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  transition: 0.3s;
}
.pd1-box .mide .left .db a:hover::before{
  width: 100%;
}
.pd1-box .mide .left .db a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #00B0ED;
  margin-left: 10px;
}
.pd1-box .mide .right{
  width: 50%;
  background-color: #FFFFFF;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.pd1-box .mide .right .pb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.pd1-box .mide .right .pb i{
  transition: 0.3s;
  color: #333333;
  font-size: 28px;
}
.pd1-box .mide .right .pb i:hover{
  color: #00B0ED;
}
.pd1-box .mide .right .prev{
  left: 7%;
}
.pd1-box .mide .right .next{
  right: 7%;
}
.pd1-box .mide .pd1-swiper{
  width: 100%;
  height: 100%;
}
.pd1-box .mide .pd1-swiper .rq{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.pd1-box .mide .pd1-swiper .rq .rrd{
  width: 71px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  z-index: 1;
}
.pd1-box .mide .pd1-swiper .rq .rrd::before{
  display: block;
  content: '';
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 15%);
}
.pd1-box .mide .pd1-swiper .rq .rrd img{
  width: 100%;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.pd1-box .mide .pd1-swiper .rq .rrd i{
  font-size: 22px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.pd1-box .mide .pd1-swiper .rq .rrd:hover img{
  transform: rotate(360deg);
}
.pd1-box .mide .pd1-swiper .rq>img{
  max-width: 55%;
  max-height: 60%;
}
.pd1-box .mide .pd1-swiper .swiper-pagination{
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd1-box .mide .pd1-swiper .swiper-pagination .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  background-color: #000000;
  transition: 0.3s;
  opacity: 0.2;
}
.pd1-box .mide .pd1-swiper .swiper-pagination .swiper-pagination-bullet-active{
  opacity: 1;
}
.pd2-box{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #F5F8FA;
}
.pd2ct{
  margin: 0 auto;
  height: 80px;
}
.pd2ct .flow{
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.pd2ct .flow a{
  width: calc((100% - 5px) / 6);
  height: 100%;
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd2ct .flow a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.3s;
  width: 0;
  height: 2px;
  background-color: #00B0ED;
}
.pd2ct .flow a.active::after{
  width: 100%;
}
.pd2ct .flow a.active,
.pd2ct .flow a:hover{
  font-weight: bold;
}
.pd2ct .flow .line{
  width: 1px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.1);
}
.pd3-box{
  background-color: #F5F8FA;
}
.pd3ct{
  margin: 0 auto;
  padding: 80px 0 115px 0;
}
.pd-title h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}
.pd-title p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #00B0ED;
  margin-top: 10px;
}
.pd3ct .cptd .desc{
  margin-top: 40px;
}
.pd3ct .cptd .desc .row{
  display: flex;
  align-items: center;
}
.pd3ct .cptd .desc .row:not(:first-of-type){
  margin-top: 15px;
}
.pd3ct .cptd .desc .row em{
  width: 8px;
  height: 8px;
  background: #00B0ED;
  border-radius: 50%;
  margin-right: 12px;
}
.pd3ct .cptd .desc .row p{
  width: calc(100% - 8px - 12px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.pd3ct .cpcs{
  margin-top: 90px;
}
.pd3ct .cpcs .mide{
  margin-top: 45px;
}
.pd3ct .cpcs .mide table{
  width: 100%;
}
.pd3ct .cpcs .mide table tr{
  display: flex;
  justify-content: space-between;
}
.pd3ct .cpcs .mide table tr:first-of-type td{
  padding-top: 0;
}
.pd3ct .cpcs .mide table td{
  width: 48%;
  border-bottom: 1px solid rgba(26,26,26, 0.1);
  display: flex;
  align-items: center;
  padding: 34px 0;
}
.pd3ct .cpcs .mide table td h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  width: 40%;
}
.pd3ct .cpcs .mide table td p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  width: 60%;
}
.pd3ct .spkzb{
  margin-top: 95px;
}
.pd3ct .spkzb .mide{
  margin-top: 35px;
  position: relative;
}
.pd3ct .spkzb .mide .pb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pd3ct .spkzb .mide .pb i{
  font-size: 32px;
  cursor: pointer;
  color: #CCCCCC;
  transition: 0.3s;
}
.pd3ct .spkzb .mide .pb i:hover{
  color: #00B0ED;
}
.pd3ct .spkzb .mide .prev{
  left: -60px;
}
.pd3ct .spkzb .mide .next{
  right: -60px;
}
.pd3ct .spkzb .pd2-swiper{
  padding: 15px 0;
}
.pd3ct .spkzb .pd2-swiper .rq{
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
}
.pd3ct .spkzb .pd2-swiper .rq .ib{
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd3ct .spkzb .pd2-swiper .rq .ib img{
  max-width: 55%;
  max-height: 60%;
}
.pd3ct .spkzb .pd2-swiper .rq p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  transition: 0.3s;
  text-align: center;
  padding: 22px 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pd3ct .spkzb .pd2-swiper .rq:hover p{
  color: #00B0ED;
}
.pd3ct .cptj{
  margin-top: 85px;
}
.pd3ct .cptj .mide{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
/* .pd3ct .cptj .mide .left{
  width: calc((100% - 20px) / 2);
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  position: relative;
  padding: 34px 65px 60px 65px;
}
.pd3ct .cptj .mide .left img{
  width: 100%;
  margin-top: 29px;
}
.pd3ct .cptj .mide .left p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #00B0ED;
} */
.pd3ct .cptj .mide .right{
  width: calc((100% - 20px) / 2);
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  padding: 34px 60px 50px 60px;
  cursor: pointer;
}
.pd3ct .cptj .mide .right .zwf{
  width: 100%;
  position: relative;
}
.pd3ct .cptj .mide .right .bgr{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #ffffff;
  z-index: 9;
  opacity: 1;
  transition: 0.5s;
}
.pd3ct .cptj .mide .right:hover .bgr{
  opacity: 0;
  z-index: -1;
  width: 30%;
  height: 30%;
}
.pd3ct .cptj .mide .right .bg{
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.pd3ct .cptj .mide .right h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #00B0ED;
}
.pd3ct .cptj .mide .right .line{
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.1;
  margin: 34px 0;
}
.pd3ct .cptj .mide .right .desc{
  padding-right: 60px;
  height: 270px;
  overflow-y: auto;
}
.pd3ct .cptj .mide .right .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.pd3ct .cptj .mide .right .desc::-webkit-scrollbar-thumb {
  background: #00B0ED;
}
.pd3ct .cptj .mide .right .desc::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.pd3ct .cptj .mide .right .desc .row{
  display: flex;
  justify-content: space-between;
}
.pd3ct .cptj .mide .right .desc .row:not(:first-of-type){
  margin-top: 5px;
}
.pd3ct .cptj .mide .right .desc .row p{
  width: 80%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  transition: 0.3s;
}
.pd3ct .cptj .mide .right .desc .row h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.pd3ct .cptj .mide .right .desc .row:hover p{
  color: #00B0ED;
}
.pd3ct .cptj .mide .right a{
  width: 200px;
  height: 56px;
  background: #00B0ED;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 39px;
}
.pd3ct .cptj .mide .right a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  transition: 0.3s;
  z-index: -1;
}
.pd3ct .cptj .mide .right a:hover{
  color: #00B0ED;
}
.pd3ct .cptj .mide .right a:hover::before{
  width: 100%;
}
.pd3ct .aqpj{
  margin-top: 100px;
}
.pd3ct .aqpj .mide{
  margin-top: 50px;
  position: relative;
}
.pd3ct .aqpj .mide .pb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pd3ct .aqpj .mide .pb i{
  font-size: 32px;
  cursor: pointer;
  color: #CCCCCC;
  transition: 0.3s;
}
.pd3ct .aqpj .mide .pb i:hover{
  color: #00B0ED;
}
.pd3ct .aqpj .mide .prev{
  left: -60px;
}
.pd3ct .aqpj .mide .next{
  right: -60px;
}
.pd3ct .aqpj .mide .pd3-swiper .rq{
  width: 100%;
  background-color: #FFFFFF;
}
.pd3ct .aqpj .mide .pd3-swiper .rq .ib{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 216px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.pd3ct .aqpj .mide .pd3-swiper .rq .ib img{
  max-width: 55%;
  max-height: 60%;
}
.pd3ct .aqpj .mide .pd3-swiper .rq .txt{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  height: 60px;
  padding: 0 20px;
}
.pd3ct .aqpj .mide .pd3-swiper .rq .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  transition: 0.3s;
  width: calc(100% - 36px - 14px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
    word-break: break-word;
    overflow-wrap: break-word;
}
.pd3ct .aqpj .mide .pd3-swiper .rq .txt .ii{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #00B0ED;
  cursor: pointer;
  transition: 0.3s;
}
.pd3ct .aqpj .mide .pd3-swiper .rq .txt .ii i{
  font-size: 16px;
  color: #00B0ED;
  transition: 0.3s;
}
.pd3ct .aqpj .mide .pd3-swiper .rq:hover .ib{
  border-color: #00B0ED;
}
.pd3ct .aqpj .mide .pd3-swiper .rq:hover .txt{
  background-color: #00B0ED;
}
.pd3ct .aqpj .mide .pd3-swiper .rq:hover .txt p{
  color: #FFFFFF;
}
.pd3ct .aqpj .mide .pd3-swiper .rq:hover .txt .ii{
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  transform: rotate(45deg);
}
.pd3ct .aqpj .mide .pd3-swiper .rq:hover .txt .ii i{
  color: #00B0ED;
}
.pd3ct .xz{
  margin-top: 100px;
}
.pd3ct .xz .mide{
  margin-top: 50px;
}
.pd3ct .xz .mide .tag{
  display: flex;
}
.pd3ct .xz .mide .tag a{
  width: 155px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 25px;
  border: 1px solid #D8E2E6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-right: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.pd3ct .xz .mide .tag a.active{
  background-color: #00B0ED;
  color: #ffffff;
  border-color: #00B0ED;
  font-weight: bold;
}
.pd3ct .xz .mide .list{
  margin-top: 40px;
}
.pd3ct .xz .mide .list .show:not(:first-of-type){
  display: none;
}
.pd3ct .xz .mide .list .rq{
  display: flex;
  flex-wrap: wrap;
}
.pd3ct .xz .mide .list .rq .item{
  width: calc((100% - 100px) / 5);
  margin-right: 25px;
  margin-bottom: 25px;
  background: #ffffff;
  transition: 0.3s;
  padding: 27px 30px 30px 30px;
}
.pd3ct .xz .mide .list .rq .item:nth-of-type(5n){
  margin-right: 0;
}
.pd3ct .xz .mide .list .rq .item .txt h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pd3ct .xz .mide .list .rq .item .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
  margin-top: 10px;
}
.pd3ct .xz .mide .list .rq .item .d{
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-top: 27px;
}
.pd3ct .xz .mide .list .rq .item .d i{
  font-size: 18px;
  color: #333333;
  transition: 0.3s;
}
.pd3ct .xz .mide .list .rq .item:hover{
  background: linear-gradient(45deg, #6C889D 0%, #84A6B5 100%);
}
.pd3ct .xz .mide .list .rq .item:hover .txt h3,
.pd3ct .xz .mide .list .rq .item:hover .txt p{
  color: #FFFFFF;
}
.pd3ct .xz .mide .list .rq .item:hover .d{
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.pd3ct .xz .mide .list .rq .item:hover .d i{
  color: #00B0ED;
}
.diaolog-pd.active{
  display: block;
}
.diaolog-pd{
  overflow-y: auto;
}
.diaolog-pd::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.diaolog-pd::-webkit-scrollbar-thumb {
  background: #00B0ED;
}
.diaolog-pd::-webkit-scrollbar-track {
  background: #DEDEDE;
}
.diaolog-pd .content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 70px;
}
.diaolog-pd .content .pros3ct{
  padding: 0;
}
.diaolog-pd .content .ii{
  text-align: right;
}
.diaolog-pd .content .ii i{
  font-size: 32px;
  color: #999999;
  cursor: pointer;
}
.core1-box{
  background: url(../images/ys8.jpg) no-repeat center / cover;
}
.core1ct{
  padding: 80px 0 0 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.core1ct .left .desc{
  width: 398px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-top: 48px;
}
.core1ct .left .desc p:not(:first-of-type){
  margin-top: 18px;
}
.core1ct .right{
  position: relative;
}
.core1ct .right .flowwz{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 30px);
  font-family: Arial;
  font-weight: bold;
  font-size: 120px;
  color: #008C45;
  width: max-content;
  display: flex;
  align-items: center;
}
.core1ct .right .flowwz span{
  font-size: 100px;
}
.core1ct .right .db{
  display: flex;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.15);
  border-radius: 25px;
  overflow: hidden;
}
.core1ct .right .db p{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 50px;
  background: #FFFFFF;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 28px;
  color: #333333;
}
.core1ct .right .db p:first-of-type{
  background-color: #008C45;
}
.core1ct .right .db p:last-of-type{
  background-color: #CD212A;
}
.core1-box .dbline{
  padding-bottom: 350px;
  margin-top: -50px;
}
.core1-box .dbline .line{
  width: calc(100% - ((100% - 1400px) / 2));
}
.core1-box .dbline .ct{
  margin: 0 auto;
  position: relative;
}
.core1-box .dbline .gq{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
.core1-box .dbline .gq .time{
  position: absolute;
  left: calc(100%);
  bottom: 80%;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 60px;
  color: #00B0ED;
  line-height: 1;
}
.core1-box .dbline .ig{
  position: absolute;
}
.core1-box .dbline .ig1{
  left: 0;
  top: 94px;
}
.core1-box .dbline .ig2{
  bottom: 42px;
  left: 414px;
}
.core1-box .dbline .ig3{
  left: 563px;
  top: 64px;
}
.core1-box .dbline .ig4{
  right: 360px;
  bottom: 80px;
}
.core1-box .dbline .ig5{
  right: 28px;
  top: -100px;
}
.core1-box .dbline .rd{
  width: 24px;
  height: 24px;
  background: #F2F4F3;
  border-radius: 50%;
  border: 4px solid #00B0ED;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.core1-box .dbline .rd1{
  left: 414px;
}
.core1-box .dbline .rd2{
  left: 670px;
}
.core1-box .dbline .rd3{
  right: 460px;
}
.core1-box .dbline .rd4{
  width: 36px;
  height: 36px;
  background: #F2F4F3;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.15);
  border-radius: 50%;
  border: 4px solid #00B0ED;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 170px;
}
.core1-box .dbline .rd4 p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 60px;
  color: #00B0ED;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
}
.core2ct{
  margin: 0 auto;
  padding: 80px 0 70px 0;
  position: relative;
}
.core2ct .flow{
  position: absolute;
  top: 0;
  height: calc(100% + 140px);
  object-fit: cover;
  left: 27%;
}
.core2ct .flow2{
  top: 10px;
}
.core5ct{
  padding: 80px 0 0 0;
  margin: 0 auto;
}
.core5ct .vdb{
  position: relative;
}
.core5ct .vdb .bg{
  width: 100%;
}
.core5ct .vdb .flow{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.core5ct .vdb .flow .zx{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.core5ct .vdb .flow .zx:hover img{
  transform: rotate(360deg);
}
.core5ct .vdb .flow .zx img{
  width: 71px;
  transition: 0.5s;
}
.core5ct .vdb .flow .zx i{
  font-size: 24px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.core5ct .line{
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 55px 0;
}
.core2ct .mide{
  display: flex;
  justify-content: space-between;
   margin-top: 55px; 
  position: relative;
}
.core2ct .lrt{
  width: 538px;
  position: relative;
  z-index: 2;
}
.core2ct .lrt .item .txt{
  margin-top: 30px;
}
.core2ct .lrt .item .txt h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #000000;
}
.core2ct .lrt .item .txt p{
  margin-top: 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.core2ct .left{
  padding-top: 100px;
}
.core2ct .left .item:not(:first-of-type){
  margin-top: 280px;
}
.core2ct .lrt .item .ib{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.core2ct .lrt .item .ib a{
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00B0ED;
}
.core2ct .right .item:not(:first-of-type){
  margin-top: 200px;
}
.core2ct .right .item:first-of-type .txt{
  margin-top: 0;
}
.core2ct .lrt .item .ll{
  display: flex;
  align-items: center;
}
.core2ct .lrt .item .ll .rr{
  margin-left: 40px;
}
.core2ct .lrt .item .ll .rr h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}
.core2ct .lrt .item .ll .rr h5{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 60px;
  color: #00B0ED;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  margin-top: 5px;
}
.core2ct .lrt .item .ll .rr h5 span{
  font-weight: 400;
  color: #000000;
  font-size: 24px;
}
.core2-box{
  overflow: hidden;
}
.core3-box{
  background-color: #F0F3F5;
}
.core3ct{
  margin: 0 auto;
  padding: 80px 0;
}
.core3ct .top{
  display: flex;
  justify-content: space-between;
}
.core3ct .top .right{
  width: 650px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.core3ct .mide{
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}
.core3ct .mide .left{
  width: 720px;
  height: max-content;
  position: relative;
}
.core3ct .mide .left .bg{
  width: 100%;
}
.core3ct .mide .left .ydl{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.core3ct .mide .left .jt{
  position: absolute;
  left: 58px;
  top: -40px;
}
.core3ct .mide .right{
  width: 622px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.core3ct .mide .right .bg{
  width: 100%;
}
.core3ct .mide .right .ws{
  margin-right: 71px;
  margin-bottom: 40px;
}
.core3ct .mide .right .title{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  position: absolute;
}
.core3ct .mide .right .t3{
  left: 77px;
  bottom: 32px;
}
.core3ct .mide .right .t2{
  left: 193px;
  bottom: 137px;
}
.core3ct .mide .right .t1{
  right: 161px;
  bottom: 227px;
}
.core3ct .dbl{
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 40px 100px 5px 85px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}
.core3ct .dbl .tr{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 48px;
  color: #000000;
  padding-right: 70px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1;
  height: max-content;
  transform: translateY(10px);
}
.core3ct .dbl .tr p:last-of-type{
  margin-top: 18px;
}
.core3ct .dbl .rr{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 300px);
}
.core3ct .dbl .rr .itb{
  display: flex;
}
.core3ct .dbl .rr .itb .item{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 54px;
}
.core3ct .dbl .rr .itb .item p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  margin-top: 20px;
}
.core4ct{
  padding: 80px 0 0 0;
  margin: 0 auto;
}
.core4ct .top{
  display: flex;
  justify-content: space-between;
}
.core4ct .top .right{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  width: 684px;
}
.core4ct .top .right p:not(:first-of-type){
  margin-top: 17px;
}
.core4ct .mide{
  display: flex;
  justify-content: center;
  margin-top: 51px;
}
.core4ct .mide .rr{
  margin-left: 140px;
}
.core4ct .dbl{
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.core4ct .dbl .bg{
  width: 100%;
}
.core4ct .dbl .print{
  position: absolute;
  left: 39%;
  top: 37%;
}
.core4ct .dbl .print .flow{
  position: absolute;
  top: calc(-100% - 15px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  padding: 10px 24px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.15);
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #00B0ED;
}
.core4ct .dbl .print .flow::after{
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-top: 5px solid #FFFFFF;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
  bottom: -10px;
}
.core4ct .dbl .print h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  position: absolute;
  bottom: 3px;
  left: calc(100% + 70px);
  width: max-content;
}
.parbtn{
  width: 240px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.parbtn p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #00B0ED;
  margin-left: 20px;
}
.par1ct{
  padding: 50px 0 80px 0;
  margin: 0 auto;
}
.par1ct .mide{
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.par1ct .mide .map{
  /*width: auto;*/
  max-width: 100%;
}
.par1ct .mide .filter{
  width: 400px;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.15);
  position: absolute;
  right: 0;
  top: 60px;
  padding: 39px 0 28px 0;
}
.par1ct .mide .filter .db{
  padding: 0 40px;
}
.par1ct .mide .filter .el-select{
  width: 100%;
}
.par1ct .mide .filter .el-select:not(:first-of-type){
  margin-top: 20px;
}
.par1ct .mide .filter .el-input__inner{
  height: 50px;
  line-height: 50px;
  border: 1px solid #999999;
  border-radius: 25px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  padding-left: 30px;
}
.par1ct .mide .filter .el-input__inner::placeholder{
  color: #666666;
}
.par1ct .mide .filter .list{
  padding: 0 40px;
  margin-top: 40px;
  max-height: 420px;
  overflow-y: auto;
}
.par1ct .mide .filter .list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.par1ct .mide .filter .list::-webkit-scrollbar-thumb {
  background: #000000;
}
.par1ct .mide .filter .list::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.par1ct .mide .filter .list .row{
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 31px 0;
  display: block;
}
.par1ct .mide .filter .list .row:first-of-type{
  border-top: none;
  padding-top: 0;
}
.par1ct .mide .filter .list .row .title{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
.par1ct .mide .filter .list .row .txt{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
}
.par1ct .mide .filter .list .row .txt .c{
  color: #666666;
}
.par2-box{
  background: url(../images/par3.png) no-repeat center / cover;
}
.par2ct{
  padding: 50px 0 70px 0;
  margin: 0 auto;
}
.par2ct .pb-h6{
  color: #333333;
}
.par2ct .row{
  display: flex;
  height: 60px;
  border: 1px solid #00B0ED;
  border-radius: 10px;
  overflow: hidden;
  width: max-content;
  margin: 40px auto 0;
}
.par2ct .row .el-input{
  width: 900px;
  height: 100%;
}
.par2ct .row .el-input__inner{
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  border: none;
}
.par2ct .row .btn{
  width: 120px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #00B0ED;
}
.par3ct{
  padding: 50px 0 80px 0;
  margin: 0 auto;
}
.par3ct .mide{
  display: flex;
  height: 560px;
  margin-top: 60px;
}
.par3ct .mide .left{
  width: calc(100% - 400px);
  height: 100%;
}
.par3ct .mide .left .rq{
  position: relative;
  height: 100%;
}
.par3ct .mide .left .rq:not(:first-of-type){
  display: none;
}
.par3ct .mide .left .rq img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.par3ct .mide .left .rq .rund{
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0);
  border-radius: 30px;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  right: 80px;
  bottom: 80px;
}
.par3ct .mide .left .rq .rund i{
  font-size: 18px;
  color: #000000;
  transition: 0.3s;
}
.par3ct .mide .left .rq .rund:hover{
  background-color: #000000;
}
.par3ct .mide .left .rq .rund:hover i{
  color: #00B0ED;
}
.par3ct .mide .right{
  width: 400px;
  height: 100%;
  overflow-y: auto;
}
.par3ct .mide .right::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.par3ct .mide .right::-webkit-scrollbar-thumb {
  background: #000000;
}
.par3ct .mide .right::-webkit-scrollbar-track {
  background: #E0E0E0;
}
.par3ct .mide .right .row{
  border-top: 1px solid #FFFFFF;
  background-color: rgba(0,176,237, 0.1);
  transition: 0.3s;
  padding: 40px 35px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
/* .par3ct .mide .right .row::before{
  display: block;
  content: '';
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid #00B0ED;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
} */
.par3ct .mide .right .row:first-of-type{
  border-top: none;
}
.par3ct .mide .right .row h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  transition: 0.3s;
}
.par3ct .mide .right .row .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  transition: 0.3s;
  margin-top: 10px;
}
.par3ct .mide .right .row.active{
  background-color: #00B0ED;
}
.par3ct .mide .right .row.active h3,
.par3ct .mide .right .row.active .desc{
  color: #FFFFFF;
}
.par4-box{
  overflow: hidden;
  background-color: #F0F3F5;
  padding: 50px 0 80px 0;
}
.par4-swiper{
  margin-top: 60px !important;
  padding-bottom: 40px !important;
  width: 100%;
  height: 500px;
}
.par4-swiper a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.par4-swiper a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.par4-swiper a .flow{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
}
.par4-swiper a .flow h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}
.par4-swiper a .flow .tag{
  display: flex;
  margin-top: 18px;
}
.par4-swiper a .flow .tag p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  padding: 7px 15px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-right: 10px;
}
.par4-swiper .swiper-pagination{
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.par4-swiper .swiper-pagination .swiper-pagination-bullet{
  width: 30px;
  height: 3px;
  background: #CCCCCC;
  transition: 0.3s;
  border-radius: 0;
  opacity: 1;
}
.par4-swiper .swiper-pagination .swiper-pagination-bullet-active{
  width: 50px;
  background-color: #00B0ED;
}
.page { 
  width: 100%;
  margin-top: 50px;
}
.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: 35px;
  height: 35px;
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border-radius: 4px;
  min-width: 35px;
}
.page .el-pagination .btn-next {
  width: 35px;
  height: 35px;
  padding: 0;
  background: transparent;
  border-radius: 4px;
  min-width: 35px;
}
.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i{
  font-size: 14px;
}
.page .el-pager li {
  width: 42px;
  height: 42px;
  min-height: 35px;
  text-align: center;
  line-height: 42px;
  background: #ffffff;
  margin-right: 5px;
  padding: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  border-radius: 50%;
  transition: 0.3s;
}
.page .el-pager li.active {
  background-color: #00B0ED;
  color: #ffffff;
  border-color: #00B0ED !important;
}
.page .el-pagination .el-pager li:hover {
  color: #FFFFFF !important;
  background-color: #00B0ED;
  border-color: #00B0ED;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #00B0ED;
}
.tips{
  position: fixed;
  /* display: none; */
  right: 0px;
  bottom: 10%;
  z-index: 99;
}
.tips ul li{
  width: 60px;
  background-color: #EDEDEC;
  height: 60px;
  transition: 0.3s;
  position: relative;
}
.tips ul li:not(:first-of-type){
  margin-top: 1px;
}
.tips ul li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tips ul li a img:last-of-type{
  display: none;
}
.tips ul li:hover{
  background-color: #00B0ED;
}
.tips ul li:hover a img:last-of-type{
  display: block;
}
.tips ul li:hover a img:first-of-type{
  display: none;
}
.tips ul li .fadein{
  position: absolute;
  top: 50%;
  right: calc(100% + 18px);
  transform: translateY(-50%) scaleX(0);
  transform-origin: right;
  opacity: 0;
  transition: 0.3s;
}
.tips ul li:hover .fadein{
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
}
.tips ul li .fadein::before{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid #00B0ED;
}
.tips ul li .tip-img{
  width: 90px;
  padding: 5px;
  background-color: #00B0ED;
}
.tips ul li .tip-img img{
  width: 100%;
}
.tips ul li .tip-phone{
  font-size: 16px;
  color: #FFFFFF;
  font-family: var(--font-family);
  background-color: #00B0ED;
  padding: 6px 10px;
  white-space: nowrap;
}
.ft-box{
  width: 100%;
  background-color: #000000;
}
.ftct{
  padding-top: 100px;
  margin: 0 auto;
}
.ftct .mide{
  display: flex;
  justify-content: space-between;
}
.ftct .mide .left .gy{
  display: block;
}
.ftct .mide .left .fg{
  margin-top: 60px;
}
.ftct .mide .icon{
  display: flex;
  margin-top: 60px;
}
.ftct .mide .icon a{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
.ftct .mide .icon a:not(:first-of-type){
  margin-left: 15px;
}
.ftct .mide .icon a>img{
  max-width: 70%;
  max-height: 70%;
  filter: brightness(0);
}
.ftct .mide .icon a:hover{
  background-color: rgba(255,255,255,1);
}
.ftct .mide .icon a .flow{
  width: 100px;
  padding-bottom: 10px;
  position: absolute;
  bottom: calc(100%);
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: bottom;
  opacity: 0;
  transition: 0.3s;
}
.ftct .mide .icon a .flow .bz{
  width: 100%;
  padding: 5px;
  background-color: #ffffff;
  border-radius: 3px;
}
.ftct .mide .icon a .flow img{
  width: 100%;
}
.ftct .mide .icon a:hover .flow{
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.ftct .mide .right{
  display: flex;
}
.ftct .mide .right .item{
  max-width: 130px;
}
.ftct .mide .right .item:not(:first-of-type){
  margin-left: 74px;
}
.ftct .mide .right .item h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 34px;
}
.ftct .mide .right .item .tt a{
  display: block;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.3;
}
.ftct .mide .right .item .tt a:hover{
  opacity: 1;
  text-decoration: underline;
}
.ftct .mide .right .item .tt a:not(:first-of-type){
  margin-top: 13px;
}
.ftct .bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 38px 0;
  margin-top: 90px;
}
.ftct .bottom a{
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.2;
  transition: 0.3s;
}
.ftct .bottom a:hover{
  opacity: 1;
  text-decoration: underline;
}
@media only screen and (max-width:1760px) {
  .i5ct .mide .i-map{
    width: 1223px;
  }
  .i5ct .mide .numContent .item{
    width: 150px;
    height: 150px;
    padding: 0 15px;
  }
  .i5ct .mide .numContent{
    width: 600px;
    height: 450px;
  }
  .i5ct .mide .numContent .it1{
    right: 150px;
  }
  .i5ct .mide .numContent .it2{
    top: 150px;
    left: 150px;
  }
  .i5ct .mide .numContent .it3{
    top: 150px;
  }
  .i5ct .mide .numContent .it5{
    left: 300px;
  }
  .i5ct .mide .numContent .item .db .num{
    font-size: 50px;
  }
  .i5ct .mide .numContent .item .db p{
    transform: translateY(-7px);
  }
}
@media only screen and (max-width:1660px) {
  .i5ct .mide .i-map{
    width: 1123px;
  }
  .i5ct .mide .right{
    top: 20px;
  }
  .par4-swiper{
    height: 450px;
  }
}
@media only screen and (max-width:1560px) {
  .headerct .nav li .p-two .rq{
    padding: 38px 45px;
  }
  .headerct .nav li .p-two .rq .item{
    width: 180px;
    margin-right: 50px;
  }
  .headerct .nav li .p-two{
    left: -330px;
  }
  /*.headerct .nav li .two .rq{*/
  /*  padding: 25px 35px;*/
  /*}*/
  .center-1200{
    width: 1000px;
  }
  .center-1400{
    width: 1100px;
  }
  .headerct .nav li:not(:first-of-type){
    margin-left: 25px;
  }
  .headerct form{
    width: 180px;
    margin: 0 35px;
  }
  .mySwiper .ct h3{
    font-size: 48px;
    line-height: 62px;
  }
  .mySwiper .ct h6{
    font-size: 24px;
    margin-top: 15px;
  }
  .mySwiper .i-more{
    margin-top: 65px;
  }
  /*.i1-box{*/
  /*  padding: 30px 0 35px 0;*/
  /*}*/
  .i-pb-title h3{
    font-size: 32px;
  }
  .i-pb-title .line{
    width: 50px;
    margin: 16px auto 0;
  }
  .i1-box .mide a .ib{
    width: 70px;
    height: 63px;
  }
  .i1-box .mide a p{
    font-size: 18px;
    margin-top: 22px;
  }
  .i1-box .mide{
    margin-top: 50px;
  }
  .i-more{
    width: 140px;
    height: 48px;
    font-size: 16px;
  }
  .mySwiper .swiper-pagination{
    bottom: 25px;
  }
  .i2-box{
    height: 500px;
  }
  .i2-box .left{
    padding: 0 70px 0 120px;
  }
  .i2-box .left .qh a span{
    font-size: 26px;
  }
  .i2-box .left .qh a{
    padding-bottom: 20px;
  }
  /*.i2-box .left .qh-swiper{*/
  /*  width: 275px;*/
  /*}*/
  /*.i2-box .left .qh-swiper a{*/
  /*  padding-bottom: 30px;*/
  /*}*/
  /*.i2-box .left .qh-swiper a span{*/
  /*  font-size: 26px;*/
  /*}*/
  .i2-box .left .desc h3{
    font-size: 30px;
  }
  .i2-box .left .desc .ib a p{
    font-size: 18px;
  }
  .i2-box .left .desc .ib a img{
    width: 23px;
    height: auto;
   -webkit-height: auto;
    margin-right: 10px;
  }
  .i2-box .left .desc-box{
    margin-top: 50px;
  }
  .i2-box .left .desc .ib{
    margin: 35px 0;
  }
  /*.i3-box{*/
  /*  padding: 100px 0;*/
  /*}*/
  .i3mide{
    margin-top: 50px;
    height: 420px;
  }
  .i3mide .ib .flow .rq{
    padding: 44px 40px;
  }
  .i3mide .ib .flow h3{
    font-size: 30px;
  }
  .i3mide .ib .flow h6{
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    margin: 23px 0 36px 0;
  }
  .i3mide .ib .txt{
    font-size: 20px;
    padding: 0 30px;
    bottom: 26px;
  }
  /*.i4ct{*/
  /*  padding: 0 0 100px;*/
  /*}*/
  .i4ct .mide{
    margin-top: 50px;
  }
  .i4ct .mide .item{
    height: 320px;
  }
  .i4ct .mide .item .txt{
    left: 50px;
  }
  .i4ct .mide .item .txt h3{
    font-size: 30px;
  }
  .i4ct .mide .item .txt p{
    font-size: 16px;
    margin: 25px 0 58px 0;
  }
  /*.i5ct{*/
  /*  padding: 105px 0 110px 0;*/
  /*}*/
  .i5ct .mide .i-map{
    width: 1023px;
  }
  .i5ct .mide .i-map .print .rund .pulse{
    width: 11px;
    height: 11px;
  }
  @keyframes bigpulse {
    0% {
      width: 11px;
      height: 11px;
    }
    100% {
      width: 28px;
      height: 28px;
    }
  }
  .i5ct .mide .i-map .zb .pulse h6{
    font-size: 18px;
  }
  .i5ct .mide .i-map .zb .pulse{
    width: 82px;
    height: 82px;
  }
  @keyframes zbpulse {
    0% {
      width: 82px;
      height: 82px;
    }
    100% {
      width: 110px;
      height: 110px;
    }
  }
  /*.i6ct{*/
  /*  padding: 100px 0 110px 0;*/
  /*}*/
  .i6ct .tag a{
    font-size: 26px;
  }
  .i6ct .tag .line{
    height: 20px;
    margin: 0 24px;
  }
  /*.i6ct .tag a:not(:first-of-type){*/
  /*  margin-left: 50px;*/
  /*}*/
  .i6ct .mide{
    margin-top: 50px;
  }
  .inews-list li a .ib{
    height: 220px;
  }
  .inews-list li a .txt{
    padding: 25px 30px 20px 30px;
  }
  .inews-list li a .txt h6{
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
  .inews-list li a .txt p{
    margin-top: 13px;
  }
  .inews-list li a .line{
    margin: 26px 0 20px 0;
  }
  .i7ct .rq h3{
    font-size: 26px;
  }
  .i7ct .rq .tzb a:not(:first-of-type){
    margin-left: 39px;
  }
  .i7ct .rq .tzb{
    margin-right: 70px;
  }
  .i7ct .rq .db{
    margin-top: 24px;
  }
  .banner{
    height: 480px;
  }
  .banner .ct img{
    height: 42px;
  }
  .banner .ct h3{
    font-size: 40px;
  }
  .banner .serb{
    margin-top: 35px;
  }
  .banner .serb .rund{
    width: 40px;
    height: 40px;
  }
  .banner .serb .rund img{
    max-width: 50%;
  }
  .banner .serb a{
    font-size: 16px;
  }
  .banner .serb a span{
    font-size: 26px;
  }
  .ny-nav .ct .left a:not(:first-of-type){
    margin-left: 38px;
  }
  .ny-nav .ct .left a{
    font-size: 17px;
  }
  .ny-nav .ct{
    height: 74px;
  }
  /*.faqct{*/
  /*  padding: 90px 0;*/
  /*}*/
  /*.faq-search{*/
  /*  margin-top: 70px;*/
  /*}*/
  /*.faqct .mide{*/
  /*  margin-top: 50px;*/
  /*}*/
  .faqct .top a{
    font-size: 22px;
  }
  .faq-slide{
    width: 280px;
  }
  .faqct .mide .right{
    width: calc(100% - 280px - 40px);
  }
  .faq-slide h3{
    font-size: 18px;
    padding: 16px 24px;
  }
  .slide-list li .one{
    padding: 16px 24px;
  }
  .slide-list li .one p{
    font-size: 18px;
  }
  .slide-list li .twozs{
    padding: 12px 24px;
  }
  .slide-list li .twozs p{
    font-size: 16px;
  }
  .slide-list li .three>.last{
    padding: 7px 20px 7px 54px;
  }
  .slide-list li .threezs{
    padding: 12px 20px 12px 51px;
  }
  .slide-list li .four>.last{
    padding: 7px 20px 7px 79px;
  }
  .faq--vd-list li{
    padding: 15px;
  }
  .faq--vd-list li img{
    height: 126px;
  }
  .faq--vd-list li h3{
    font-size: 17px;
    margin-top: 15px;
  }
  .faq-list li .zs .left h3{
    font-size: 17px;
  }
  .faq-list li .zs{
    padding: 27px 32px;
  }
  .faq-list li .content{
    padding: 25px 0;
    width: calc(100% - 120px);
    font-size: 16px;
  }
  .faq-list li .content p, .faq-list li .content span{
    font-size: 16px;
  }
  /*.faq-search{*/
  /*  height: 60px;*/
  /*}*/
  .faq-search .btn{
    width: 160px;
    font-size: 18px;
  }
  .faq-search .el-input{
    width: calc(100% - 160px);
  }
  .faq-search .el-input__inner{
    font-size: 16px;
  }
  .tec-filter .el-select .el-input__inner{
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .news-search .el-input__inner{
    height: 44px;
  }
  .news-search{
    width: 338px;
  }
  .tec-filter .el-select{
    width: 218px;
  }
  /*.dev1ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .dev1ct .top .left{
    width: 480px;
  }
  .dev1ct .top .right{
    width: 550px;
  }
  .pb-title h3{
    font-size: 32px;
  }
  .pb-title .xx{
    margin-top: 17px;
  }
  .dev1ct .top .right .numContent{
    width: 160px;
    height: 160px;
  }
  .dev1ct .top .right .numContent .zs .num{
    font-size: 40px;
  }
  .dev1ct .top .right .numContent .zs p{
    font-size: 16px;
  }
  .dev1ct .top .left .desc{
    font-size: 16px;
    line-height: 28px;
    margin-top: 60px;
  }
  .dev1ct .top .left .desc p:not(:first-of-type){
    margin-top: 22px;
  }
  /*.dev1ct .content{*/
  /*  margin-top: 70px;*/
  /*}*/
  .dev1ct .content .item .left{
    width: 760px;
    height: 420px;
  }
  .dev1ct .content .item .right h3{
    font-size: 28px;
  }
  .dev1ct .content .item .right p{
    margin-top: 17px;
  }
  .dev1ct .content .item .right .rq{
    width: 540px;
    height: 300px;
    padding: 0 40px;
  }
  /*.dev1ct .content .item:not(:first-of-type){*/
  /*  margin-top: 70px;*/
  /*}*/
  /*.dev1ct .db{*/
  /*  margin-top: 70px;*/
  /*}*/
  .dev1ct .db a{
    width: calc((100% - 50px) / 2);
    height: 180px;
    padding: 0 40px;
  }
  .dev1ct .db a .rund{
    width: 120px;
    height: 120px;
  }
  .dev1ct .db a h3{
    font-size: 30px;
  }
  /*.dev2ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .dev2-list>li .zs{
    padding: 24px 66px;
  }
  .dev2-list>li .zs .title{
    font-size: 20px;
  }
  .dev2-list>li .content{
    padding: 30px 66px 66px 66px;
  }
  .dev2-list>li .content .ar{
    font-size: 16px;
  }
  .dev2-list>li .content .desc{
    font-size: 16px;
    line-height: 28px;
    margin: 22px 0 30px 0;
  }
  .dev2-list>li .content .more p{
    font-size: 16px;
  }
  .dev2-list .biao h3{
    font-size: 20px;
  }
  .dev2-list .biao{
    margin-top: 50px;
  }
  .dev2-list .biao .row .el-form-item{
    width: calc((100% - 52px) / 4);
    margin-right: 13px;
  }
  .dev2-list .biao .codepb .mybtn{
    width: 100px;
  }
  .dev2-list .biao .codepb .el-input{
    width: calc(100% - 100px);
  }
  .dev2-list .biao .row .el-form-item .el-input__inner{
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .dev2-list .biao .dbr .upload-demo{
    width: 477px;
  }
  .dev2-list .biao .dbr .el-form-item{
    width: 477px;
  }
  .dev2-list .biao .dbr .el-textarea__inner{
    font-size: 16px;
  }
  .dev2-list .biao .dbr .tm,
  .dev2-list .biao .dbr .el-upload-dragger .wz h6{
    font-size: 16px;
  }
  .dev2-list .zbm{
    font-size: 16px;
    width: 130px;
    height: 44px;
  }
  .cooct .left{
    width: 360px;
    min-height: 615px;
  }
  .cooct .right{
    width: 705px;
  }
  /*.cooct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .cooct .left .item .db img{
    width: 30px;
  }
  .cooct .left .item .db p{
    font-size: 20px;
    width: calc(100% - 30px - 11px);
  }
  .cooct .left .item .desc{
    font-size: 16px;
    line-height: 28px;
    width: calc(100% - 30px - 11px);
    margin-top: 12px;
  }
  .cooct .left .item.active{
    padding: 35px 20px;
  }
  .cooct .left .item:not(:first-of-type){
    margin-top: 35px;
  }
  .cooct .right .rq{
    padding: 50px;
  }
  .cooct .right .rq h3{
    font-size: 26px;
  }
  .cooct .right .rq .mide{
    margin-top: 35px;
  }
  .cooct .right .rq .mide .el-input__inner{
    height: 44px;
    line-height: 44px;
  }
  .cooct .right .rq .mide .el-textarea__inner{
    height: 140px;
  }
  .cooct .right .rq .mide .zbm{
    width: 180px;
    height: 50px;
    font-size: 16px;
  }
  .con1ct .flow .mide .left .row img{
    width: 18px;
  }
  .con1ct .flow .mide .left .row .wz{
    width: calc(100% - 18px - 11px);
  }
  .con1ct .flow .mide .left .row .wz p,
  .con1ct .flow .mide .left .row .wz a{
    font-size: 16px;
  }
  .con1ct .flow .mide .left .row:not(:first-of-type){
    margin-top: 18px;
  }
  .con1ct .flow .mide .right{
    width: 130px;
  }
  .con1ct .flow{
    width: 600px;
    height: 360px;
    padding: 0 40px;
  }
  .con1ct .flow .mide .left{
    width: calc(100% - 130px - 20px);
  }
  .con1-box{
    height: 550px;
  }
  .con1ct .flow .mide{
    margin-top: 35px;
  }
  /*.con2ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .pb-h6{
    font-size: 16px;
  }
  .con2ct .mide .el-input__inner{
    height: 44px;
    line-height: 44px;
  }
  /* .con2ct .mide .r2 .el-form-item:first-of-type{
    width: 725px;
  } */
  .con2ct .mide .el-textarea__inner{
    height: 140px;
  }
  .con2ct .mide .zbm{
    width: 180px;
    height: 50px;
    font-size: 16px;
  }
  /*.con2ct .sm{*/
  /*  margin-top: 110px;*/
  /*}*/
  .con2ct .sm .rq{
    margin-top: 50px;
  }
  .con2ct .sm .rq a .rund{
    width: 68px;
    height: 68px;
  }
  .con2ct .sm .rq a{
    height: 160px;
  }
  .con2ct .sm .rq a .show img{
    height: 90px;
  }
  .con2ct .sm .rq a .show p{
    margin-top: 8px;
  }
  .case-tag a{
    font-size: 20px;
    padding: 10px 24px;
  }
  /*.casect{*/
  /*  padding: 110px 0;*/
  /*}*/
  /*.case-list{*/
  /*  margin-top: 50px;*/
  /*}*/
  .case-list li a{
    padding: 30px 0;
  }
  .case-list li a .right{
    width: 350px;
    height: 220px;
  }
  .case-list li a .left{
    width: calc(100% - 350px - 80px);
  }
  .case-list li a .left h3{
    font-size: 20px;
  }
  .case-list li a .left .tag p{
    font-size: 15px;
    padding: 7px 13px;
  }
  .case-list li a .left .tag{
    margin: 18px 0 26px 0;
  }
  .case-list li a .left h6{
    font-size: 16px;
    line-height: 28px;
  }
  .pb-cpch{
    height: 120px;
  }
  .pb-cpch .item .zx p{
    font-size: 20px;
  }
  .pb-cpch .item .zx i{
    font-size: 24px;
  }
  /*.ndct{*/
  /*  padding: 90px 0 110px 0;*/
  /*}*/
  .ndct .left .top .tp h3{
    font-size: 28px;
  }
  .ndct .left .top .time .type{
    font-size: 15px;
    padding: 7px 13px;
  }
  .ndct .left .top .time p{
    font-size: 16px;
  }
  .ndct .left .top .time{
    margin-top: 20px;
  }
  .ndct .left{
    width: 770px;
  }
  .social-share .social-share-icon{
    width: 42px !important;
    height: 42px !important;
    line-height: 42px !important;
    font-size: 22px !important;
  }
  .pb-nyright.active{
    right: calc((100% - 1100px) / 2);
  }
  /*.pb-nyright{*/
  /*  top: 90px;*/
  /*}*/
  .pb-nyright,
  .pb-nyright .rq.active{
    width: 260px;
  }
  .pb-nyright h3{
    font-size: 24px;
    padding-left: 14px;
  }
  .ndct .left .content .casetype .kt .tm{
    font-size: 20px;
    margin-left: 20px;
  }
  .ndct .left .content .casetype .kt img{
    width: 30px;
    height: max-content;
  }
  .ndct .left .content .casetype .kt{
    width: 160px;
  }
  .ndct .left .content .casetype .zs{
    width: calc(100% - 160px);
    font-size: 20px;
    padding: 10px 20px;
  }
  .ndct .left .content p, .ndct .left .content span{
    font-size: 16px;
    line-height: 34px;
  }
  .ndct .left .content{
    font-size: 16px;
    line-height: 34px;
  }
  .pb-nyright .lb .item img{
    height: 166px;
    margin-bottom: 14px;
  }
  .pb-nyright .lb .item .txt .caseh6{
    font-size: 16px;
    line-height: 22px;
  }
  .pb-nyright .lb .item:not(:first-of-type){
    display: none;
  }
  .news-tag{
    width: calc(100% - 380px);
  }
  .news-tag a{
    font-size: 20px;
  }
  /* .artct .news-tag .line{
    margin-left: 15px;
  } */
  /* .artct .news-tag .rq{
    margin-right: 15px;
  } */
  .news-tag .line{
    height: 20px;
    margin-left: 20px;
  }
  .news-tag .rq{
    margin-right: 20px;
  }
  .news-tag.act a{
    font-size: 19px;
  }
  /*.artct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .art-list li a .tp{
    height: 200px;
    padding: 29px 20px 12px 20px;
  }
  .art-list li a .tp img{
    width: 100px;
  }
  .art-list li a .tp .wz{
    margin-top: 30px;
  }
  .art-list li a .tp .wz h3{
    font-size: 24px;
  }
  .art-list li a .tp .wz p{
    font-size: 16px;
  }
  .art-list li a .db{
    padding: 0 20px 0 20px;
    height: 146px;
  }
  .art-list li a .db h3{
    font-size: 18px;
    line-height: 30px;
    height: 60px;
  }
  .art-list li a .db .tg p{
    font-size: 15px;
    padding: 7px 13px;
  }
  .art-list li a .db .tg{
    margin-top: 15px;
  }
  .art-list li:nth-of-type(1) a .db, .art-list li:nth-of-type(2) a .db, .art-list li:nth-of-type(3) a .db{
    border-radius: 0 40px 0 0;
  }
  .art-list li:nth-of-type(1) a, .art-list li:nth-of-type(2) a, .art-list li:nth-of-type(3) a{
    height: 356px;
  }
  .art-list li:nth-of-type(1) a .tp, .art-list li:nth-of-type(2) a .tp, .art-list li:nth-of-type(3) a .tp{
    height: 245px;
    padding: 33px 15px 12px 15px;
    width: calc(100% - 20px - 30px);
    left: 20px;
    bottom: 146px;
  }
  .art-list{
    margin-top: 90px;
  }
  /*.adv1ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .adv1ct .top .right{
    width: 759px;
  }
  .adv1ct .top .right p{
    font-size: 16px;
    line-height: 34px;
  }
  .adv1ct .top .right p:not(:first-of-type){
    margin-top: 20px;
  }
  .adv1ct .mide{
    height: 380px;
  }
  .adv1ct .mide .right .numContent .item .db .num{
    font-size: 80px;
  }
  .adv1ct .mide .right .numContent .item .wz{
    font-size: 20px;
  }
  .adv1ct .mide .right .numContent .item .db p{
    font-size: 20px;
  }
  .jslist .row .left{
    width: 460px;
  }
  .jslist .row .right{
    width: 580px;
    height: 430px;
  }
  .jslist .row .left h3{
    font-size: 30px;
  }
  .jslist .row .left .wsdj .jj{
    font-size: 16px;
    line-height: 34px;
  }
  .jslist .row .left .wsdj .jj:not(:first-of-type){
    margin-top: 17px;
  }
  .jslist .row .left .more{
    width: 130px;
    height: 44px;
    font-size: 16px;
  }
  .jslist .row .left .desc{
    margin: 20px 0 35px 0;
  }
  .jslist .row .left .cxn .cc h4{
    font-size: 16px;
    line-height: 34px;
  }
  .jslist .row .left .cxn .cc h6{
    font-size: 16px;
    line-height: 34px;
  }
  .jslist .row .left .cxn .cc:not(:first-of-type){
    margin-top: 12px;
  }
  /*.jslist{*/
  /*  margin-top: 110px;*/
  /*}*/
  /*.jslist .row{*/
  /*  padding: 50px 0;*/
  /*}*/
  /*.adv1ct .botm{*/
  /*  margin-top: 80px;*/
  /*}*/
  .adv1ct .botm h3{
    font-size: 30px;
  }
  .adv1ct .botm h6{
    font-size: 16px;
    margin-top: 10px;
  }
  .adv1ct .botm .rq .item img{
    height: 240px;
    margin-bottom: 30px;
  }
  .adv1ct .botm .rq .item .txt .title{
    font-size: 26px;
  }
  .adv1ct .botm .rq .item .txt p{
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    margin: 10px 0 20px 0;
  }
  .adv1ct .botm .rq .item .txt a{
    width: 130px;
    height: 44px;
    font-size: 16px;
  }
  .adv1ct .botm .rq{
    margin-top: 40px;
  }
  /*.adv2-box{*/
  /*  padding: 110px 0;*/
  /*}*/
  .adv2-swiper{
    margin-top: 65px;
  }
  .adv2-swiper .rq .zs{
    /* padding: 40px 25px 35px 25px; */
    /* padding: 40px 0 35px 0; */
    margin-top: 40px;
  }
  .adv2-swiper .rq .zs .md{
    height: 270px;
    padding: 25px 0 30px 0;
  }
  .adv2-swiper .rq .zs .zstime{
    font-size: 20px;
    padding: 0 25px 0 25px;
  }
  .adv2-swiper .rq .zs .desc{
    font-size: 16px;
    line-height: 34px;
    margin-top: 18px;
    padding: 0 25px 0 25px;
    height: 205px;
  }
  /* .adv2-swiper .rq .zs{
    min-height: 350px;
  } */
  .adv3ct .top .right{
    width: 760px;
  }
  .adv3ct .top .right p{
    font-size: 16px;
    line-height: 34px;
  }
  .adv3ct .top .right p:not(:first-of-type){
    margin-top: 15px;
  }
  .adv3ct .mide .right{
    width: 415px;
  }
  .adv3ct .mide .left{
    width: calc(100% - 415px - 32px);
  }
  .adv3ct .mide{
    margin-top: 65px;
  }
  /*.adv3ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .banner .txt h6{
    font-size: 20px;
  }
  .banner .txt p{
    font-size: 16px;
  }
  .ab1ct{
    padding: 70px 0 80px 0;
  }
  .ab1ct .left{
    width: 510px;
    height: 360px;
  }
  .ab1ct .right{
    width: 510px;
    padding-top: 0px;
  }
  .ab1ct .right .desc{
    font-size: 16px;
    line-height: 34px;
    margin: 30px 0 36px 0;
  }
  .ab1ct .right .desc p:not(:first-of-type){
    margin-top: 13px;
  }
  .ab1ct .right .db a p{
    font-size: 16px;
  }
  .ab1ct .right .db a{
    width: 178px;
    height: 48px;
  }
  .ab1ct .left::before{
    width: 550px;
  }
  .ab8-box{
    height: 120px;
  }
  .ab3ct .left{
    max-width: calc(100% - 520px - 60px);
  }
  .ab3ct .left .time{
    font-size: 20px;
    margin-bottom: 130px;
  }
  .ab3ct .left .cy{
    font-size: 20px;
  }
  .ab3ct .left .dh p{
    font-size: 20px;
    padding: 0 56px;
  }
  .ab3ct .left .dh img{
    width: 42px;
    height: max-content;
  }
  .ab3ct .right .rund img{
    width: 65px;
  }
  .ab3ct .right .rund{
    right: 42px;
    bottom: 42px;
  }
  .ab3ct .right{
    width: 520px;
  }
  .abbig-box .bigbg{
    width: 1219px;
    left: calc((100% - 1100px) / 2);
  }
  /*.abbig-box .bigb1{*/
  /*  top: 120px;*/
  /*}*/
  /*.abbig-box .bigb2{*/
  /*  top: 130px;*/
  /*}*/
  .abbig-box .play{
    /*top: 116px;*/
    left: calc((100% - 1100px) / 2);
  }
  /*.ab3ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  /*.ab4ct{*/
  /*  padding: 105px 0;*/
  /*}*/
  .ab4ct .left{
    width: 510px;
  }
  .ab4ct .right{
    width: 520px;
  }
  .ab4-swiper{
    height: 300px;
  }
  .ab4-swiper a::after{
    height: 120px;
  }
  .ab4ct .left .time{
    font-size: 50px;
    margin-top: -32px;
  }
  .ab4ct .left .tg a{
    font-size: 16px;
  }
  .ab4ct .right .desc{
    font-size: 16px;
    line-height: 34px;
  }
  .ab4ct .right .rr{
    margin-top: 30px;
  }
  .ab5ct .left{
    width: 530px;
    height: 300px;
  }
  .ab5ct .right{
    width: calc(100% - 530px - 50px);
  }
  .ab5ct .left .rund img{
    width: 65px;
  }
  .ab5ct{
    padding: 70px 0;
  }
  .ab5ct .right .cy{
    font-size: 20px;
    line-height: 44px;
    margin-top: 39px;
  }
  .ab5ct .right .dh{
    margin: 24px 0 20px 0;
  }
  .ab5ct .right .dh p{
    font-size: 20px;
  }
  .ab5ct .right .dh img{
    width: 42px;
    height: max-content;
  }
  /*.ab6ct{*/
  /*  padding: 105px 0;*/
  /*}*/
  .ab6ct .desc-swiper .rq .left{
    width: 470px;
  }
  .ab6ct .desc-swiper .rq .left h6{
    font-size: 28px;
  }
  .ab6ct .desc-swiper .rq .left .desc{
    font-size: 20px;
    line-height: 44px;
    margin-top: 30px;
  }
  .ab6ct .desc-swiper .rq .right{
    width: 560px;
    height: 300px;
  }
  .ab6ct .db-b{
    margin-top: 50px;
  }
  /*.ab7ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .ab7ct .mide{
    margin-top: 50px;
    height: 600px;
  }
  .ab7ct .mide .item .txt{
    top: 350px;
    padding: 0 60px;
  }
  .ab7ct .mide .item .txt h3{
    font-size: 30px;
  }
  .ab7ct .mide .item .txt p{
    font-size: 16px;
    line-height: 34px;
    margin-top: 38px;
  }
  /*.mediact{*/
  /*  padding: 110px 0;*/
  /*}*/
  .inews-list{
    margin-top: 50px;
  }
  .media2ct .tp h3{
    font-size: 32px;
  }
  .media2ct .db .left h3{
    font-size: 24px;
  }
  .media2ct .db .right h3{
    font-size: 24px;
  }
  .media2ct .db .right .xzb a{
    width: 170px;
    height: 50px;
  }
  .media2ct .db .right .xzb a p{
    font-size: 16px;
    margin-left: 15px;
  }
  .media2ct .db .left .itb .item:not(:first-of-type){
    margin-left: 110px;
  }
  /*.newsct{*/
  /*  padding: 110px 0;*/
  /*}*/
  /*.newsct .news-bt{*/
  /*  margin-top: 90px;*/
  /*}*/
  .news-swiper{
    height: 380px;
  }
  .news-swiper .rq .right{
    padding: 0 60px;
  }
  .news-swiper .rq .right h3{
    font-size: 24px;
    margin: 15px 0 20px 0;
  }
  .news-swiper .rq .right h6{
    font-size: 16px;
    line-height: 28px;
    height: 56px;
  }
  .news-swiper .rq .right .db p{
    font-size: 16px;
  }
  .news-swiper .rq .right .line{
    margin: 56px 0 20px 0;
  }
  .so1-box{
    height: 600px;
  }
  .so1ct .rq{
    width: 610px;
  }
  .so1ct .rq>img{
    height: 42px;
  }
  .so1ct h3{
    font-size: 40px;
  }
  .so1ct h6{
    font-size: 20px;
  }
  .so1ct .desc{
    font-size: 16px;
    line-height: 34px;
    margin: 30px 0 40px 0;
  }
  .so1ct a p{
    font-size: 16px;
  }
  .so1ct a{
    width: 187px;
    height: 50px;
  }
  .so2-box a .rund img{
    height: 36px;
  }
  .so2-box a p{
    font-size: 20px;
    margin-top: 20px;
  }
  .so2-box{
    height: 155px;
  }
  .so3ct{
    padding: 110px 0;
  }
  .so3ct .top{
    height: 440px;
  }
  .so3ct .top .right{
    padding: 0 60px;
  }
  .so3ct .top .right h3{
    font-size: 30px;
  }
  .so3ct .top .right .xx{
    margin: 15px 0 38px 0;
  }
  .so3ct .top .right .desc{
    font-size: 16px;
    line-height: 34px;
  }
  .so3ct .top .right h6{
    font-size: 16px;
    margin-top: 19px;
  }
  .so3-swiper{
    margin-top: 70px !important;
  }
  .so3-swiper a .ib{
    height: 260px;
  }
  .so3-swiper a .txt p{
    font-size: 16px;
  }
  .so3-swiper a .txt{
    padding: 0 17px;
    height: 70px;
  }
  .cs-box{
    margin-top: 110px;
  }
  .cs-box h3{
    font-size: 30px;
  }
  .cs-box .more p{
    font-size: 16px;
  }
  .cs-swiper a{
    height: 240px;
  }
  .cs-swiper a .flow{
    font-size: 16px;
    height: 56px;
    line-height: 56px;
  }
  .cs-box .rqy .next{
    right: -40px;
  }
  .cs-box .rqy .prev{
    left: -40px;
  }
  .cs-box .rqy i{
    font-size: 26px;
  }
  .cs-swiper{
    padding-bottom: 100px !important;
    padding-top: 65px !important;
    margin-top: 30px !important;
  }
  /*.tecct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .tec-list li a h3{
    font-size: 18px;
  }
  .tec-list li a .zj .tg p{
    font-size: 15px;
    padding: 7px 12px;
  }
  .tec-list li a{
    padding: 28px 25px 0 25px;
  }
  /*.vd1ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .vd1ct .content{
    margin-top: 60px;
  }
  .vd-title .line{
    width: calc(100% - 165px);
  }
  .vd1ct .content .big .wz h3{
    font-size: 30px;
  }
  .vd1ct .content .big .wz a{
    width: 130px;
    height: 44px;
    margin: 40px auto 0;
  }
  .vd-list li .rrq{
    height: 192px;
  }
  .vd-list li a .dwz p{
    font-size: 16px;
  }
  .vd-list li a .dwz{
    padding: 0 16px 12px 20px;
  }
  /*.vd1ct .content .item:not(:first-of-type){*/
  /*  margin-top: 110px;*/
  /*}*/
  /*.vd2ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .vd2ct .item{
    height: 255px;
  }
  .vd2ct .item img{
    height: 36px;
  }
  .vd2ct .item h3{
    font-size: 20px;
    margin: 20px 0 35px 0;
  }
  .vd2ct .item a{
    width: 128px;
    height: 42px;
  }
  .ndct .down h3{
    font-size: 24px;
  }
  .ndct .down .rb .rr .zs .wz p{
    font-size: 17px;
  }
  .ndct .down .rb .rr .zs .wz .dx{
    margin-top: 2px;
  }
  .ndct .down .rb .rr .zs .xp{
    width: 35px;
  }
  .ndct .down .rb .rr .zs .wz{
    width: calc(100% - 35px);
  }
  .ndct .down .sj h6{
    font-size: 22px;
  }
  .ndct .down .rb h5{
    font-size: 19px;
  }
  /*.tr1ct{*/
  /*  padding: 105px 0 110px 0;*/
  /*}*/
  /*.tr1ct .mide{*/
  /*  margin-top: 80px;*/
  /*}*/
  .tr1ct .mide .rq a .db{
    padding: 15px 30px;
  }
  .tr1ct .mide .rq a .db .txt h3{
    font-size: 26px;
  }
  .tr1ct .mide .rq a .db .txt h5{
    font-size: 16px;
  }
  .tr1ct .mide .rq a .db .txt p{
    font-size: 16px;
  }
  .tr1ct .mide .rq a .db img{
    width: 208px;
    /*bottom: -65px;*/
  }
  /*.tr1ct .mide .rq a:last-of-type .db img{*/
  /*  bottom: -45px;*/
  /*}*/
  .tr1ct .mide .rq a .db{
    min-height: 170px;
  }
  .tr1ct .mide .rq a .bt{
    padding: 36px 30px 20px 30px;
    font-size: 16px;
    line-height: 34px;
    min-height: 180px;
  }
  .tr1ct h6{
    font-size: 16px;
    line-height: 34px;
  }
  /*.tr2ct{*/
  /*  padding: 105px 0 110px 0;*/
  /*}*/
  .tr2ct .px .mide{
    height: 385px;
    margin-top: 50px;
  }
  .tr2ct .px .mide .left{
    width: 600px;
  }
  .tr2ct .px .mide .right{
    width: 485px;
  }
  .tr2ct .px .mide .right .rr{
    width: 185px;
    height: 185px;
  }
  .tr2ct .px .mide .right .ll{
    width: calc(100% - 185px - 15px);
  }
  .tr2ct .px .mide .right .ll .flow .zx img{
    width: 65px;
  }
  .tr2ct .px .mide .right .rr .rund h3{
    font-size: 20px;
  }
  .tr2ct .px .mide .right .rr .rund a{
    margin-top: 10px;
  }
  .tr2ct .px .mide .right .rr .rund a p{
    font-size: 15px;
  }
  /*.tr2ct .xxpx{*/
  /*  margin-top: 110px;*/
  /*}*/
  .tr2ct .xxpx .tagb{
    margin-top: 50px;
  }
  .tr2ct .xxpx .tagb a{
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    padding: 42px 20px 20px 20px;
    min-height: 290px;
  }
  .tr2ct .xxpx .tagb a img{
    width: 46px;
  }
  .tr2ct .xxpx .tagb a .txt{
    margin-top: 30px;
  }
  .tr2ct .xxpx .tagb a .txt p{
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
  }
  .tr2ct .xxpx .tagb a .txt h3{
    font-size: 20px;
  }
  .tr2ct .xxpx .zsb .zj{
    width: 534px;
  }
  .tr2ct .xxpx .zsb .gy{
    width: calc((100% - 534px - 40px) / 2);
  }
  .tr2ct .xxpx .zsb{
    height: 370px;
    margin-top: 50px;
  }
  /*.tr3ct{*/
  /*  padding: 105px 0 110px 0;*/
  /*}*/
  .tr3ct .xygy .mide{
    margin-top: 50px;
    height: 480px;
  }
  .tr3ct .xygy .mide .tr33-swiper .flow .zx img{
    width: 65px;
  }
  .tr3ct .xygy .tr3-swiper .rq h3{
    font-size: 26px;
  }
  .tr3ct .xygy .tr3-swiper .rq h6{
    font-size: 16px;
    margin: 10px 0 40px 0;
  }
  .tr3ct .xygy .mide .left .pb i{
    font-size: 26px;
  }
  .tr3ct .xygy .mide .left .next{
    right: -40px;
  }
  .tr3ct .xygy .mide .left .prev{
    left: -40px;
  }
  .tr3ct .xygy .tr3-swiper .rq .desc{
    font-size: 16px;
    line-height: 34px;
  }
  .tr3ct .xygy .tr3-swiper{
    padding-bottom: 50px;
  }
  .tr3ct .xygy .mide .left{
    padding: 20px 90px 20px calc((100% - 1100px) / 2);
  }
  .tr3ct .query{
    margin: 90px auto 0;
    padding: 55px 150px;
  }
  .tra-diaolog .content h3{
    font-size: 26px;
  }
  .tra-diaolog .content .tra-list .db .gy{
    font-size: 17px;
    width: 130px;
  }
  .tra-diaolog .content .tra-list li .gy{
    width: 130px;
  }
  .tra-diaolog .content .tra-list li .desc{
    width: calc(100% - 260px - 40px);
  }
  /*.tr3ct .sqpx{*/
  /*  margin: 105px auto 0;*/
  /*}*/
  /* .tr3ct .sqpx .mide .r2 .el-form-item:first-of-type{
    width: 535px;
  } */
  .tr3ct .query .row{
    height: 54px;
  }
  .tr3ct .query .row .el-input__inner{
    line-height: 54px;
  }
  .tr3ct .sqpx .mide .el-input__inner{
    height: 44px;
    line-height: 44px;
  }
  .tr3ct .sqpx .mide .el-textarea__inner{
    height: 140px;
  }
  .tr3ct .xygy .tr3-swiper .rq .desc img{
    height: 54px;
  }
  .tr3ct .xygy .tr3-swiper .rq .desc .ll{
    top: -24px;
  }
  .tr3ct .xygy .tr3-swiper .rq .desc .rr{
    bottom: -8px;
  }
  /*.ser1ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .ser1ct h6{
    font-size: 26px;
  }
  .ser1ct .mide{
    margin-top: 50px;
  }
  /*.ser2ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .ser2ct .top .right .el-input__inner{
    width: 185px;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
  }
  .ser2ct .top .right .btn{
    font-size: 16px;
    height: 42px;
    width: 120px;
  }
  .ser2ct .top .right .el-select{
    margin-right: 15px;
  }
  .ser2ct .mide .map{
    width: 670px;
  }
  .ser2ct .mide .flow .wz{
    font-size: 20px;
  }
  .ser2ct .mide .min{
    right: 5%;
  }
  /*.ser3-box{*/
  /*  padding: 110px 0;*/
  /*}*/
  .ser-swiper .rq{
    padding: 42px 65px;
    min-height: 498px;
  }
  .ser-swiper .rq h3{
    font-size: 28px;
  }
  .ser-swiper .rq h6{
    margin-top: 17px;
  }
  .ser-swiper .rq .line{
    margin: 27px 0;
  }
  .ser-swiper .rq .zs .right{
    width: 180px;
  }
  .ser-swiper .rq .zs .left{
    width: calc(100% - 180px - 40px);
  }
  /*.ser4ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .ser4ct .mide{
    margin-top: 50px;
  }
  .ser4ct .mide .item .db .rund{
    width: 54px;
    height: 54px;
  }
  .ser4ct .mide .item .db .rund img{
    max-width: 50%;
  }
  .ser4ct .mide .item .db p{
    font-size: 24px;
    margin-left: 20px;
  }
  .ser4ct .mide .item{
    padding: 30px;
  }
  .ser4ct .mide .item h6{
    font-size: 16px;
    line-height: 34px;
    margin-top: 24px;
  }
  .ser4ct .xmy{
    font-size: 16px;
  }
  /*.ser5ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .ser5ct .item{
    padding: 0 15px;
    height: 320px;
  }
  .ser5ct .item img{
    height: 36px;
  }
  .ser5ct .item h3{
    font-size: 20px;
  }
  .ser5ct .item p{
    font-size: 16px;
  }
  .ser5ct .item a{
    margin-top: 45px;
  }
  /*.ma1ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .ma1ct .left{
    width: 460px;
  }
  .ma1ct .right{
    width: 570px;
  }
  .ma1ct .left .desc{
    font-size: 16px;
    line-height: 34px;
  }
  /*.ma2ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .ma2ct .mide .flowzs .big{
    width: 400px;
    height: 400px;
  }
/* .ma2ct .mide .flowzs{
    width: 480px;
  } */
  .ma2ct .mide .flowzs .rund img{
    width: calc(100% - 70px);
    bottom: 40px;
  }
  .ma2ct .mide .mar-swiper .ib{
    height: 110px;
  }
  .ma2ct .mide .mar-swiper .txt{
    margin-top: 18px;
  }
  .ma2ct .mide .flowzs .txt p{
    font-size: 20px;
  }
  .ma2ct .mide .flowzs .txt h6{
    font-size: 20px;
  }
  .ma2ct .mide .flowzs .txt{
    margin-top: 25px;
  }
  .ma2ct .mide .mar-swiper{
    transform: translateX(20px);
  }
  .ma2ct .mide .mar-swiper .swiper-slide{
    width: 119px;
  }
  .ma2ct .mide .mar-swiper .center-slide{
    width: 400px;
  }
  .ma2ct .mide .mar-swiper .center-slide .rq .big{
    width: 400px;
    height: 400px;
  }
  .ma2ct .mide .mar-swiper .center-slide .rq .rund img{
    width: calc(100% - 70px);
    transform: translateY(-38px);
  }
  .ma2ct .mide .mar-swiper .center-slide .txt p, .ma2ct .mide .mar-swiper .center-slide .txt h6{
    font-size: 20px;
  }
  .ma2ct .mide .mar-swiper .center-slide .txt p{
    min-height: 60px;
    line-height: 30px;
  }
  .ma2ct .mide .mar-swiper .center-slide .txt h6{
      min-height: 30px;
  }
  .ma2ct .mide .pb{
    top: 220px;
  }
  /*.ma3ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .ma3ct .top .item .rund{
    width: 60px;
    height: 60px;
  }
  .ma3ct .top .item .rund img{
    max-width: 60%;
  }
  .ma3ct .top .item p{
    font-size: 20px;
    margin-top: 25px;
  }
  .ma3ct .top{
    margin-top: 60px;
  }
  .ma3ct .top .line{
    height: 108px;
  }
  /*.ma4ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .ma4ct .mide{
    margin-top: 50px;
  }
  /*.ma5ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .ma3ct .mide{
    height: 510px;
  }
  .ma3ct .mide .ib1{
    width: 250px;
    height: 335px;
    border-radius: 120px;
  }
  .ma3ct .mide .ib2{
    width: 250px;
    height: 165px;
  }
  .ma3ct .mide .ib3{
    width: 370px;
    height: 250px;
    left: 260px;
  }
  .ma3ct .mide .ib4{
    width: 220px;
    height: 250px;
    left: 260px;
  }
  .ma3ct .mide .ib5{
    width: 220px;
    height: 250px;
    right: 240px;
  }
  .ma3ct .mide .ib6{
    width: 370px;
    height: 250px;
    right: 240px;
  }
  .ma3ct .mide .ib7{
    width: 230px;
    height: 160px;
  }
  .ma3ct .mide .ib8{
    width: 230px;
    height: 160px;
    top: 170px;
  }
  .ma3ct .mide .ib9{
    width: 230px;
    height: 170px;
    border-radius: 100px;
  }
  .pros1ct .right{
    width: 740px;
    font-size: 16px;
    line-height: 34px;
  }
  .pros1ct .right p:not(:first-of-type){
    margin-top: 17px;
  }
  /*.pros1ct{*/
  /*  padding: 105px 0;*/
  /*}*/
  /*.pros2ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .pros2ct .tag a p{
    font-size: 21px;
    margin-left: 14px;
  }
  .pros2ct .tag a .ib{
    width: 40px;
    height: 40px;
  }
  .pros2ct .tag a{
    width: 240px;
    height: 70px;
  }
  .pros2ct h6{
    font-size: 16px;
    line-height: 34px;
    margin: 44px 0;
  }
  .pros2ct .mintag a{
    margin-right: 75px;
    font-size: 16px;
    padding-bottom: 16px;
  }
  .pros-list li .ib{
    height: 330px;
  }
  .pros-list li .ib .title{
    font-size: 30px;
    left: 24px;
    top: 22px;
  }
  .pros-list li .ib::before{
    height: 100px;
  }
  .pros-list li .txt{
    padding: 23px 23px 12px 23px;
  }
  .pros-list li .txt .it span{
    margin-top: 8px;
    font-size: 16px;
  }
  .pros-list li .txt .it{
    margin-bottom: 8px;
  }
  .pros-list li .txt .it p{
    font-size: 14px;
  }
  /*.pros3ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .pros3ct .mide{
    margin-top: 50px;
  }
  .pros3ct .mide .el-input__inner{
    height: 44px;
    line-height: 44px;
  }
  .pros3ct .mide .el-textarea__inner{
    height: 140px;
  }
  /*.proct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .proct .slide .item .bt p{
    font-size: 20px;
  }
  .proct .slide .item .bt{
    padding: 10px 16px;
  }
  .proct .slide .item .content .type a p{
    font-size: 16px;
  }
  .proct .slide .item .bt .cz span{
    font-size: 16px;
  }
  .proct .slide .filter .rq .db p{
    font-size: 16px;
  }
  .proct .slide .filter .hdt .btm .btmsz div{
    font-size: 15px;
  }
  .proct .slide .filter .hdt .sm .srk .el-input__inner{
    font-size: 15px;
  }
  .proct .slide .filter .el-checkbox__label{
    font-size: 15px;
  }
  .proct .slide .filter .rq{
    padding: 17px 16px;
  }
  .proct .slide{
    width: 280px;
  }
  .proct .right{
    width: calc(100% - 280px - 40px);
  }
  .pro-list li .txt .it span{
    font-size: 15px;
  }
  .pro-list li .ib{
    height: 247px;
  }
  .pro-list li .ib .title{
    font-size: 20px;
    left: 24px;
    top: 15px;
  }
  .pro-list li .ib::before{
    height: 80px;
  }
  .bn-pros{
    margin-top: 24px;
    font-size: 17px;
  }
  .pd1-box .mide .left{
    padding: 60px 80px 100px calc((100% - 1100px) / 2);
  }
  .pd1-box .mide .left .tag .p{
    font-size: 16px;
    padding: 7px 19px 9px 19px;
  }
  .pd1-box .mide .left h3{
    font-size: 48px;
    margin-top: 60px;
  }
  .pd1-box .mide .left .desc{
    font-size: 16px;
    line-height: 34px;
    margin: 22px 0 60px 0;
  }
  .pd2ct .flow a{
    font-size: 16px;
  }
  .pd2ct{
    height: 72px;
  }
  .pd-title h3{
    font-size: 26px;
  }
  .pd-title p{
    margin-top: 8px;
    font-size: 17px;
  }
  .pd3ct{
    padding: 70px 0 85px 0;
  }
  .pd3ct .cptd .desc{
    margin-top: 35px;
  }
  .pd3ct .cptd .desc .row p{
    font-size: 16px;
  }
  .pd3ct .cptd .desc .row:not(:first-of-type){
    margin-top: 12px;
  }
  .pd3ct .cpcs{
    margin-top: 80px;
  }
  .pd3ct .cpcs .mide{
    margin-top: 40px;
  }
  .pd3ct .cpcs .mide table td h6,
  .pd3ct .cpcs .mide table td p{
    font-size: 16px;
  }
  .pd3ct .spkzb{
    margin-top: 85px;
  }
  .pd3ct .spkzb .mide{
    margin-top: 30px;
  }
  .pd3ct .spkzb .pd2-swiper .rq .ib{
    height: 240px;
  }
  .pd3ct .spkzb .pd2-swiper .rq p{
    padding: 18px 10px;
    font-size: 16px;
  }
  .pd3ct .cptj{
    margin-top: 75px;
  }
  .pd3ct .cptj .mide{
    margin-top: 45px;
  }
  /*.pd3ct .cptj .mide .left{*/
  /*  padding: 24px 50px 45px 50px;*/
  /*}*/
  /*.pd3ct .cptj .mide .left img{*/
  /*  margin-top: 20px;*/
  /*}*/
  /*.pd3ct .cptj .mide .left p{*/
  /*  font-size: 20px;*/
  /*}*/
  .pd3ct .cptj .mide .right h3{
    font-size: 20px;
  }
  .pd3ct .cptj .mide .right{
    padding: 24px 45px 35px 45px;
  }
  .pd3ct .cptj .mide .right .line{
    margin: 24px 0;
  }
  .pd3ct .cptj .mide .right .desc .row p,
  .pd3ct .cptj .mide .right .desc .row h6{
    font-size: 16px;
  }
  .pd3ct .cptj .mide .right .desc{
    height: 230px;
    padding-right: 45px;
  }
  .pd3ct .cptj .mide .right a{
    margin-top: 29px;
    width: 160px;
    height: 48px;
    font-size: 16px;
  }
  .pd3ct .aqpj{
    margin-top: 85px;
  }
  .pd3ct .aqpj .mide{
    margin-top: 45px;
  }
  .pd3ct .aqpj .mide .pd3-swiper .rq .ib{
    height: 166px;
  }
  .pd3ct .aqpj .mide .pd3-swiper .rq .txt{
    height: 50px;
    padding: 0 12px;
  }
  .pd3ct .aqpj .mide .pd3-swiper .rq .txt p{
    font-size: 16px;
  }
  .pd3ct .aqpj .mide .pd3-swiper .rq .txt .ii{
    width: 32px;
    height: 32px;
  }
  .pd3ct .xz{
    margin-top: 85px;
  }
  .pd3ct .xz .mide{
    margin-top: 45px;
  }
  .pd3ct .xz .mide .tag a{
    font-size: 16px;
    width: 140px;
    height: 46px;
  }
  .pd3ct .xz .mide .list{
    margin-top: 35px;
  }
  .pd3ct .xz .mide .list .rq .item{
    padding: 20px 23px 23px 23px;
  }
  .pd3ct .xz .mide .list .rq .item .txt h3{
    font-size: 16px;
  }
  .pd3ct .xz .mide .list .rq .item .txt p{
    font-size: 14px;
    margin-top: 7px;
  }
  .pd3ct .xz .mide .list .rq .item .d{
    width: 38px;
    height: 38px;
    margin-top: 20px;
  }
  .pd3ct .xz .mide .list .rq .item .d i{
    font-size: 17px;
  }
  .diaolog-pd .content{
    padding: 45px;
  }
  /*.core1ct{*/
  /*  padding: 110px 0 0 0;*/
  /*}*/
  .core1ct .left .desc{
    font-size: 16px;
    line-height: 26px;
    width: 350px;
    margin-top: 40px;
  }
  .core1ct .right .db p{
    font-size: 24px;
    width: 94px;
    height: 44px;
  }
  .core1ct .right .flowwz{
    font-size: 100px;
    top: calc(100% + 10px);
  }
  .core1ct .right .flowwz span{
    font-size: 80px;
  }
  .core1-box .dbline .line{
    width: calc(100% - ((100% - 1100px) / 2));
  }
  .core1-box .dbline .gq{
    left: 30px;
  }
  .core1-box .dbline .gq img{
    width: 126px;
  }
  .core1-box .dbline .gq .time{
    font-size: 48px;
  }
  .core1-box .dbline .ig1{
    width: 203px;
    top: 84px;
  }
  .core1-box .dbline .ig2{
    width: 124px;
    left: 354px;
    bottom: 32px;
  }
  .core1-box .dbline .rd{
    width: 20px;
    height: 20px;
  }
  .core1-box .dbline .rd1{
    left: 354px;
  }
  .core1-box .dbline .ig3{
    width: 200px;
    left: 483px;
    top: 54px;
  }
  .core1-box .dbline .rd2{
    left: 585px;
  }
  .core1-box .dbline .ig4{
    width: 202px;
    right: 210px;
    bottom: 70px;
  }
  .core1-box .dbline .rd3{
    right: 300px;
  }
  .core1-box .dbline .ig5{
    width: 77px;
    top: -90px;
  }
  .core1-box .dbline .rd4{
    width: 30px;
    height: 30px;
    right: 140px;
  }
  .core1-box .dbline .rd4 p{
    top: 40px;
    font-size: 48px;
  }
  .core1-box .dbline{
    padding-bottom: 310px;
  }
  /*.core5ct{*/
  /*  padding: 100px 0 0 0;*/
  /*}*/
  /*.core2ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .core2ct .lrt{
    width: 400px;
  }
  .core2ct .lrt .item>img{
    width: 230px;
  }
  .core2ct .lrt .item .txt h3{
    font-size: 28px;
  }
  .core2ct .lrt .item .txt p{
    font-size: 16px;
    line-height: 34px;
    margin-top: 10px;
  }
  .core2ct .lrt .item .txt{
    margin-top: 25px;
  }
  .core2ct .lrt .item .ib{
    margin-top: 35px;
  }
  .core2ct .lrt .item .ib a{
    width: 90px;
    height: 90px;
  }
  .core2ct .lrt .item .ib a img{
    max-width: 60%;
    max-height: 60%;
  }
  .core2ct .lrt .item:nth-of-type(3) img{
    width: 109px;
  }
  .core2ct .lrt .item .ll .rr h6,
  .core2ct .lrt .item .ll .rr h5 span{
    font-size: 20px;
  }
  .core2ct .lrt .item .ll .rr h5{
    font-size: 48px;
  }
  .core2ct .left{
    padding-top: 70px;
  }
  .core2ct .left .item:not(:first-of-type){
    margin-top: 240px;
  }
  .core2ct .right .item:not(:first-of-type){
    margin-top: 170px;
  }
  /*.core3ct{*/
  /*  padding: 105px 0;*/
  /*}*/
  .core3ct .top .right{
    width: 580px;
    font-size: 16px;
    line-height: 34px;
  }
  .core3ct .mide .left{
    width: 580px;
  }
  .core3ct .mide .left .ydl{
    font-size: 26px;
  }
  .core3ct .mide .left .jt{
    width: 200px;
  }
  .core3ct .mide .right{
    width: 480px;
  }
  .core3ct .mide .right .ws{
    width: 140px;
    margin-right: 51px;
    margin-bottom: 25px;
  }
  .core3ct .mide .right .title{
    font-size: 26px;
  }
  .core3ct .mide .right .t1{
    right: 110px;
    bottom: 195px;
  }
  .core3ct .mide .right .t2{
    left: 150px;
    bottom: 126px;
  }
  .core3ct .mide .right .t3{
    left: 57px;
    bottom: 47px;
  }
  .core3ct .dbl .tr{
    font-size: 38px;
  }
  .core3ct .dbl .tr p:last-of-type{
    margin-top: 14px;
  }
  .core3ct .dbl .tr{
    padding-right: 55px;
  }
  .core3ct .dbl .rr .itb .item{
    margin-right: 40px;
  }
  .core3ct .dbl .rr .itb .item img{
    height: 60px;
  }
  .core3ct .dbl .rr .itb .item p{
    font-size: 26px;
    margin-top: 10px;
  }
  .core3ct .dbl .rr .itb>img{
    width: 60px;
  }
  .core3ct .dbl{
    border-radius: 16px;
    padding: 30px 70px 5px 55px;
  }
  .core3ct .dbl .rr{
    width: calc(100% - 240px);
  }
  /*.core4ct{*/
  /*  padding: 105px 0 0 0;*/
  /*}*/
  .core4ct .top .right{
    width: 560px;
    font-size: 16px;
    line-height: 34px;
  }
  .core4ct .top .right p:not(:first-of-type){
    margin-top: 13px;
  }
  .core4ct .mide img{
    width: 411px;
  }
  .core4ct .mide .rr{
    margin-left: 100px;
  }
  .core4ct .mide{
    margin-top: 45px;
  }
  .core4ct .dbl{
    margin-top: 35px;
  }
  .core4ct .dbl .print>img{
    width: 35px;
  }
  .core4ct .dbl .print .flow{
    font-size: 20px;
  }
  .core4ct .dbl .print h3{
    font-size: 32px;
    bottom: 3px;
    left: calc(100% + 50px);
  }
 .parbtn{
    width: 200px;
    height: 48px;
    margin-top: 35px;
  }
  .parbtn p{
    font-size: 16px;
    margin-left: 10px;
  }
  .parbtn img{
    height: 20px !important;
  }
  /*.par1ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .par1ct .mide .map{
      max-width: 80%;
  }
  .par1ct .mide .filter{
    width: 320px;
    padding: 29px 0 18px 0;
  }
  .par1ct .mide .filter .db{
    padding: 0 30px;
  }
  .par1ct .mide .filter .list{
    padding: 0 30px;
  }
  .par1ct .mide .filter .el-input__inner{
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding-left: 25px;
  }
  .par1ct .mide .filter .list .row .title{
    font-size: 16px;
  }
  .par1ct .mide .filter .list .row .txt{
    font-size: 16px;
    margin-top: 7px;
  }
  .par1ct .mide .filter .list{
    margin-top: 30px;
    max-height: 320px;
  }
  .par1ct .mide .filter .list .row{
    padding: 25px 0;
  }
  .par2ct .row .el-input{
    width: 700px;
  }
  .par2ct .row{
    height: 50px;
  }
  .par2ct .row .btn{
    font-size: 17px;
  }
  /*.par3ct{*/
  /*  padding: 110px 0;*/
  /*}*/
  .par3ct .mide .right{
    width: 320px;
  }
  .par3ct .mide .left{
    width: calc(100% - 320px);
  }
  .par3ct .mide .right .row h3{
    font-size: 20px;
  }
  .par3ct .mide .right .row{
    padding: 31px 25px;
  }
  .par3ct .mide .right .row .desc{
    font-size: 16px;
    line-height: 28px;
    margin-top: 8px;
  }
  .par3ct .mide{
    height: 470px;
    margin-top: 50px;
  }
  .par3ct .mide .left .rq .rund{
    width: 50px;
    height: 50px;
    right: 60px;
    bottom: 60px;
  }
  /*.par4-box{*/
  /*  padding: 110px 0;*/
  /*}*/
  .par4-swiper{
    margin-top: 50px !important;
    height: 400px;
  }
  .par4-swiper a .flow h6{
    font-size: 20px;
  }
  .par4-swiper a .flow .tag p{
    font-size: 15px;
    padding: 6px 13px;
  }
  .par4-swiper a .flow .tag{
    margin-top: 14px;
  }
  .par4-swiper a .flow{
    padding: 30px;
  }
  .ser-diaolog .content h3{
    font-size: 26px;
  }
  .ser-diaolog .content{
    padding: 20px 0 50px 0;
  }
  .ser-list{
    padding: 0 30px;
    margin-top: 30px;
    max-height: 330px;
  }
  .ser-list li{
    width: calc((100% - 40px) / 3);
    padding: 28px 30px;
  }
  .ser-list li h4{
    font-size: 20px;
  }
  .ser-list li .line{
    margin: 20px 0;
  }
  .tips ul li{
    width: 50px;
    height: 50px;
  }
  .ftct .bottom{
    margin-top: 70px;
    padding: 30px 0;
  }
  .ftct{
    padding-top: 80px;
  }
  .ftct .mide .right .item{
    max-width: 120px;
  }
  .ftct .mide .right .item:not(:first-of-type){
    margin-left: 38px;
  }
  .ftct .mide .icon a{
    width: 38px;
    height: 38px;
  }
  .ftct .mide .right .item h3{
    margin-bottom: 20px;
  }
  .ftct .mide .right .item .tt a:not(:first-of-type){
    margin-top: 10px;
  }
  .ftct .mide .left .fg{
    margin-top: 45px;
  }
  .ftct .mide .icon{
    margin-top: 45px;
  }
}
@media only screen and (max-width:1460px) {
  .i5ct .mide{
    padding: 0 0 0 42px;
  }
  .i5ct .mide .i-map{
    width: 983px;
  }
  .i5ct .mide .numContent{
    width: 520px;
    height: 390px;
  }
  .i5ct .mide .numContent .item{
    width: 130px;
    height: 130px;
    padding: 0 10px;
  }
  .i5ct .mide .numContent .item .db .num{
    font-size: 42px;
  }
  .i5ct .mide .numContent .item .db p{
    font-size: 16px;
  }
  .i5ct .mide .numContent .item .tt{
    font-size: 15px;
  }
  .i5ct .mide .i-map .print .wz{
    font-size: 15px;
  }
  .i5ct .mide .numContent .it1{
    right: 130px;
  }
  .i5ct .mide .numContent .it2{
    top: 130px;
    left: 130px;
  }
  .i5ct .mide .numContent .it3{
    top: 130px;
  }
  .i5ct .mide .numContent .it5{
    left: 260px;
  }
  .adv2-swiper .rq .zs{
    min-height: 320px;
  }
  .tr3ct .xygy .mide{
    height: 440px;
  }
  .ser-swiper .rq{
    padding: 37px 57px;
  }
  .ser-swiper .rq h6{
    margin-top: 15px;
  }
  .ser-swiper .rq .line{
    margin: 23px 0;
  }
  .ser-swiper .rq .zs .left{
    width: calc(100% - 160px - 40px);
  }
  .ser-swiper .rq .zs .right{
    width: 160px;
  }
  .ser-swiper .rq{
      min-height: 478px;
  }
  .par4-swiper{
    height: 380px;
  }
}
@media only screen and (max-width:1360px) {
  .i5ct .mide .i-map{
    width: 953px;
  }
  .par4-swiper{
    height: 360px;
  }
}