* {
  margin: 0;
  padding: 0;
}
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: #2BA5D4;
}
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: Source Han Sans CN, 'sans-serif','Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.hamburger {
  display: none;
}
.m-center {
  width: 1200px;
}
.x-center {
  width: 1400px;
}
.c-center {
  width: 1600px;
}
.center {
  width: 1400px;
}
.app{
  display: none;
}
.diaolog-pb{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: none;
}
.diaolog video,
.diaolog img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 75%;
  max-width: 75%;
}
.diaolog i{
  font-size: 46px;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #ffffff;
  cursor: pointer;
}
.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: #0444A4;
  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);
}
.header-box{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.header-box .ct{
  margin: 0 auto;
}
.header-box .top{
  background-color: #ffffff;
}
.header-box .top .ct{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
}
.header-box .top .ct form{
  width: 598px;
  height: 45px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #999999;
  display: flex;
  overflow: hidden;
}
.header-box .top .ct form input{
  width: calc(100% - 60px - 42px);
  height: 100%;
  padding: 0 21px;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.header-box .top .ct form input::placeholder{
  color: #999999;
}
.header-box .top .ct form button{
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #2BA5D4;
}
.header-box .db{
  background-color: #2BA5D4;
}
.header-box .db .ct{
  margin: 0 auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-box .db .ct .nav{
  display: flex;
  height: 100%;
}
.header-box .db .ct .nav li{
  position: relative;
}
.header-box .db .ct .nav li:not(:first-of-type){
  margin-left: 49px;
}
.header-box .db .ct .nav li>a{
  height: 100%;
  display: flex;
  align-items: center;
}
.header-box .db .ct .nav li>a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 7px;
  transition: 0.3s;
}
.header-box .db .ct .nav li>a i{
  font-size: 16px;
  color: #ffffff;
}
.header-box .db .ct .nav li:hover>a span{
  text-shadow: 0 0 5px rgba(255,255,255, 0.3),
  0 0 10px rgba(255,255,255, 0.5),
  0 0 15px rgba(255,255,255, 0.3);
}
.header-box .db .ct .nav li .two{
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #FFFFFF;
  width: max-content;
  padding: 5px 0;
  opacity: 0;
  transform: scaleY(0);
  transition: 0.3s;
  transform-origin: top;
  box-shadow: 0px 10px 25px 0px rgb(46 46 46 / 13%);
}
.header-box .db .ct .nav li:hover .two{
  opacity: 1;
  transform: scaleY(1);
}
.header-box .db .ct .nav li .two a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding: 10px 15px;
  transition: 0.3s;
}
.header-box .db .ct .nav li .two a:hover{
  color: #2BA5D4;
}
.header-box .db .ct .lx{
  display: flex;
  align-items: center;
}
.header-box .db .ct .lx .line{
  width: 1px;
  height: 20px;
  background: #FFFFFF;
  opacity: 0.4;
  margin: 0 20px;
}
.header-box .db .ct .lx .it{
  display: flex;
  align-items: center;
}
.header-box .db .ct .lx .it p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 10px;
  transition: 0.3s;
}
.header-box .db .ct .lx .it:hover p{
  text-shadow: 0 0 5px rgba(255,255,255, 0.3),
  0 0 10px rgba(255,255,255, 0.5),
  0 0 15px rgba(255,255,255, 0.3);
}
.mySwiper{
  width: 100%;
  height: 450px;
  margin-top: 160px;
}
.mySwiper .swiper-slide{
  overflow: hidden;
}
.mySwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .ct{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mySwiper .ct .rq{
  opacity: 0;
  transform: translateY(100px);
  transition: 1.5s;
  transition-delay: 0.4s;
}
.mySwiper .swiper-slide-active .ct .rq{
  opacity: 1;
  transform: translateY(0);
}
.mySwiper .ct h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 1;
}
.mySwiper .ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
  margin: 19px 0 29px 0;
}
.mySwiper .ct a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  padding: 12px 28px;
  background: #43B0D4;
  border-radius: 4px;
  transition: 0.3s;
  display: block;
  width: max-content;
}
.mySwiper .ct a:hover{
  box-shadow: 0px 0px 25px 5px rgb(255,255,255,0.9);
}
.mySwiper .swiper-pagination{
  bottom: 20px;
}
.mySwiper .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 4px;
  opacity: 1;
  transition: 0.3s;
}
.mySwiper .swiper-pagination-bullet-active{
  width: 24px;
}
.i1ct{
  margin: 0 auto;
  padding: 60px 0;
}
.i1ct .tag{
  display: flex;
  justify-content: space-between;
}
.i1ct .tag a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i1ct .tag a:hover img,
.i1ct .tag a:hover p{
  transform: translateY(-15px);
}
.i1ct .tag a img{
  height: 88px;
  transition: 0.3s;
}
.i1ct .tag a p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #7B7B7C;
  line-height: 1;
  margin-top: 23px;
  transition: 0.3s;
}
.i1ct .tag a:hover p{
  color: #2BA5D4;
}
.i1ct .mide{
  margin-top: 59px;
}
.i1ct .mide .pbpro:not(:first-of-type){
  margin-top: 59px;
}
.pbpro .title{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #212121;
  line-height: 1;
}
.pbsw{
  padding-bottom: 40px;
  padding-top: 15px;
  margin-top: 15px;
}
.pbabq{
  width: calc(100%);
  display: block;
  transition: 0.3s;
}
.pbabq:hover{
  transform: translateY(-15px);
}
.pbabq .ib{
  width: 100%;
  height: 285px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
}
.pbabq .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pbabq .txt{
  width: calc(100% - 60px - 2px);
  padding: 26px 30px 42px 30px;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  background-color: #ffffff;
}
.pbabq .txt .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #212121;
  transition: 0.3s;
}
.pbabq .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #7B7B7C;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  margin: 13px 0 19px 0;
}
.pbabq .txt .more{
  display: flex;
  align-items: center;
  width: max-content;
}
.pbabq .txt .more span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #32A2BB;
  transition: 0.3s;
}
.pbabq .txt .more:hover span{ 
  text-decoration: underline;
}
.pbabq .txt .more i{
  font-size: 16px;
  color: #32A2BB;
  margin-left: 9px;
}
.pbabq:hover .txt .tm{
  color: #2BA5D4;
}
.pbsw .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #C5D6DB;
  border-radius: 4px;
  transition: 0.3s;
}
.pbsw .swiper-pagination-bullet-active{
  width: 24px;
  background-color: #43B0D4;
}
.i2-box{
  background-color: #EDF4F7;
}
.i2ct{
  margin: 0 auto;
  display: flex;
  padding: 60px 0;
}
.i2ct .item{
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.i2ct .item .title{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #212121;
  line-height: 1;
  margin-bottom: 30px;
}
.i2ct .item:nth-of-type(3n){
  margin-right: 0;
}
.i3ct{
  margin: 0 auto;
  padding: 60px 0;
}
.i3ct .title{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #212121;
  line-height: 1;
  margin-bottom: 30px;
}
.i3ct .mide{
  display: flex;
}
.i3ct .mide .item{
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
.i3ct .mide .item:nth-of-type(3n){
  margin-right: 0;
}
.i4-box{
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.i4ct{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 94px 0;
}
.i4ct .left h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #212121;
  line-height: 1;
}
.i4ct .left h3{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  color: #32A2BB;
  line-height: 48px;
  margin: 32px 0;
}
.i4ct .left a{
  display: flex;
  align-items: center;
  width: max-content;
}
.i4ct .left a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #7B7B7C;
  transition: 0.3s;
}
.i4ct .left a i{
  color: #7B7B7C;
  font-size: 16px;
  margin-left: 7px;
}
.i4ct .left a:hover span{
  color: #32A2BB;
  text-decoration: underline;
}
.i4ct .left a:hover i{
  color: #32A2BB;
}
.i4ct .right{
  width: 727px;
}
.i4ct .right p{
  text-indent: 36px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 40px;
}
.i4ct .right p:not(:first-of-type){
  margin-top: 20px;
}
.min-nav{
  margin-top: 160px;
}
.min-nav .ct{
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.min-nav .ct a,
.min-nav .ct span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
}
.min-nav .ct span{
  margin: 0 5px;
}
.min-nav .ct a:hover{
  text-decoration: underline;
  color: #32A2BB;
}
.big-tm{
  background-color: #C5E1EB;
  overflow: hidden;
}
.big-tm .ct{
  margin: 0 auto;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.big-tm .ct h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 1;
}
.big-tm .ct .right{
  font-family: Arial;
  font-weight: bold;
  font-size: 72px;
  color: #FFFFFF;
  opacity: 0.2;
  line-height: 1;
  transform: translateY(42px);
  text-transform: uppercase;
}
.pcct{
  margin: 0 auto;
  padding: 60px 0 30px 0;
}
.pcct .wz h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #212121;
}
.pcct .wz p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 20px;
}
.pc-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
}
.pc-list li{
  width: calc((100% - 72px) / 4);
  margin-right: 24px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.pc-list li:hover{
  transform: translateY(-15px);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
}
.pc-list li:nth-of-type(4n){
  margin-right: 0;
}
.pc-list li a{
  display: block;
}
.pc-list li a .ib{
  width: 100%;
  height: 240px;
  background-color: #E6E6E6;
}
.pc-list li a .ib img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc-list li a .txt{
  background-color: #FFFFFF;
  width: calc(100% - 30px - 2px);
  height: 79px;
  padding: 0 15px;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #212121;
  transition: 0.3s;
}
.pc-list li a:hover .txt{
  color: #32A2BB;
}
.message{
  background-color: #F6F6F6;
}
.message .ct{
  margin: 0 auto;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.message .ct .left{
  display: flex;
  align-items: center;
}
.message .ct .left .txt{
  margin-left: 29px;
}
.message .ct .left .txt h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #212121;
  line-height: 1;
}
.message .ct .left .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}
.message .ct form{
  width: 600px;
  height: 54px;
  display: flex;
}
.message .ct form input{
  width: calc(440px - 40px);
  padding: 0 20px;
  height: 100%;
  background-color: #ffffff;
  border: none;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.message .ct form input::placeholder{
  color: #AAAAAA;
}
.message .ct form button{
  width: 160px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #2BA5D4;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}
.pro-box{
  overflow: hidden;
}
.pct{
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}
.pct .slide{
  width: 280px;
}
.pct .slide h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #212121;
  line-height: 1;
}
.pct .slide .slide-list{
  margin-top: 37px;
}
.pct .slide .slide-list li:not(:first-of-type){
  margin-top: 37px;
}
.pct .slide .slide-list .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 13px;
  cursor: pointer;
}
.pct .slide .slide-list .top span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #212121;
  width: calc(100% - 30px);
}
.pct .slide .slide-list .top .ib i{
  font-size: 16px;
  color: #2BA5D4;
}
.pct .slide .slide-list .top .ib i:last-of-type{
  display: none;
}
.pct .slide .slide-list .two{
  margin-top: 17px;
  display: none;
}
.pct .slide .slide-list .two a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pct .slide .slide-list .two a:not(:first-of-type){
  margin-top: 13px;
}
.pct .slide .slide-list .two a span{
  width: calc(100% - 50px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
}
.pct .slide .slide-list .two a .sz{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  transition: 0.3s;
}
.pct .slide .slide-list li.active .top .ib i:last-of-type{
  display: block;
}
.pct .slide .slide-list li.active .top .ib i:first-of-type{
  display: none;
}
.pct .slide .slide-list li .two a.active span,
.pct .slide .slide-list li .two a.active .sz{
  color: #32A2BB;
}
.pct .slide .slide-list li .two a:hover span{
  color: #32A2BB;
  text-decoration: underline;
}
.pct .right{
  width: calc(100% - 280px - 50px);
}
.pro-list{
  display: flex;
  flex-wrap: wrap;
}
.pro-list li{
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.pro-list li:nth-of-type(3n){
  margin-right: 0;
}
.pro-list li a{
  display: block;
  width: calc(100% - 2px);
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  transition: 0.3s;
}
.pro-list li a:hover{
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
}
.pro-list li a:hover p{
  color: #32A2BB;
}
.pro-list li a .ib{
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-list li a .ib img{
  max-width: 90%;
  max-height: 90%;
}
.pro-list li a p{
  width: calc(100% - 30px);
  padding: 10px 15px 0 15px;
  margin-bottom: 23px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}
.quoct{
  padding: 60px 0;
  margin: 0 auto;
}
.quoct .title h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #212121;
  text-align: center;
}
.quoct .title h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #212121;
  text-align: center;
  margin-top: 13px;
}
.quoct .title h6 a{
  color: #32A2BB;
}
.quoct .mide{
  background-color: #F7F7F7;
  margin-top: 40px;
}
.quoct .mide form{
  width: calc(100% - 110px);
  padding: 55px;
}
.quoct .mide form .row{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.quoct .mide form .row input{
  width: calc((100% - 40px) / 3);
  height: 60px;
  text-indent: 30px;
  outline: none;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  border-radius: 4px;
}
.quoct .mide form .row input::placeholder,
.quoct .mide form .row textarea::placeholder{
  color: #666666;
}
.quoct .mide form .row select{
  width: calc((100% - 40px) / 3);
  height: 60px;
  text-indent: 30px;
  outline: none;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  border-radius: 4px;
}
.quoct .layui-form-select{
  width: calc((100% - 40px) / 3);
}
.quoct .mide form .row .layui-form-select input{
  width: 100%;
  text-indent: 20px;
}
.quoct .layui-form-select dl dd.layui-this{
  color: #2BA5D4;
}
.quoct .layui-form-select dl dd,
.quoct.layui-form-select dl dt{
  font-family: var(--font-family);
}
.quoct .layui-input:focus,
.quoct .layui-textarea:focus{
  border-color: unset !important;
  box-shadow: unset;
}
.quoct .mide form textarea{
  width: 100%;
  height: 120px;
  padding-top: 20px;
  text-indent: 30px;
  outline: none;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  resize: none;
  border-radius: 4px;
}
.quoct .mide form .zs{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 27px;
}
.quoct .mide form button{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin: 37px auto 0;
  border: none;
  outline: none;
  background-color: #2BA5D4;
  border-radius: 4px;
  width: 240px;
  height: 54px;
  cursor: pointer;
}
.con-box{
  width: 100%;
  height: 800px;
  position: relative;
}
.con-box .flow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc((100% - 1200px) / 2);
  z-index: 88;
}
.con-box .flow .rq{
  background: url('../images/con1.png') no-repeat center / cover;
  width: calc(780px - 140px);
  padding: 0 70px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.con-box .flow h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
}
.con-box .flow h6{
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.5;
  margin: 9px 0 39px 0;
}
.con-box .flow .txt p,
.con-box .flow .txt a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
  display: block;
}
.con-box .flow .colse{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
}
.con-box .flow .colse i{
  font-size: 32px;
  color: #ffffff;
}
.pd1-box{
  overflow: hidden;
}
.pd1ct{
  padding: 65px 0 60px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.pd1ct .left{
  width: 592px;
  padding-top: 10px;
}
.pd1ct .left h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #32A2BB;
}
.pd1ct .left h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #212121;
  margin: 49px 0 17px 0;
}
.pd1ct .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.pd1ct .left img{
  max-width: 100%;
  margin-top: 38px;
}
.pd1ct .left .db{
  display: flex;
  margin-top: 60px;
}
.pd1ct .left .db a{
  width: 158px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #2BA5D4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #2BA5D4;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
.pd1ct .left .db a::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #2BA5D4;
  transition: 0.3s;
  z-index: -1;
}
.pd1ct .left .db a:hover{
  color: #ffffff;
}
.pd1ct .left .db a:hover::before{
  width: 100%;
}
.pd1ct .left .db a:first-of-type{
  margin-right: 20px;
}
.pd1ct .right{
  width: 540px;
}
.pd1ct .desc-swiper{
  width: calc(100% - 2px);
  height: 438px;
  border: 1px solid #E6E6E6;
}
.pd1ct .desc-swiper .ib{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd1ct .desc-swiper .ib img{
  max-width: 80%;
  max-height: 80%;
}
.pd1ct .desc-swiper .pb{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
}
.pd1ct .desc-swiper .pb i{
  font-size: 18px;
  color: #FFFFFF;
}
.pd1ct .desc-swiper .pb:hover{
  background-color: #32A2BB;
}
.pd1ct .desc-swiper .prev{
  left: 10px;
}
.pd1ct .desc-swiper .next{
  right: 10px;
}
.pd1ct .time-swiper{
  height: 80px;
  margin-top: 20px;
}
.pd1ct .time-swiper .ib{
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.pd1ct .time-swiper .ib img{
  max-width: 80%;
  max-height: 80%;
}
.pd1ct .time-swiper .swiper-slide-thumb-active .ib{
  border-color: #2BA5D4;
}
.pd2-box{
  padding-bottom: 30px;
}
.pd2-box .top{
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.pd2-box .top .ct{
  display: flex;
  align-items: center;
  height: 59px;
  margin: 0 auto;
}
.pd2-box .top .ct a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  transition: 0.3s;
}
.pd2-box .top .ct a.active{
  font-weight: bold;
  color: #212121;
}
.pd2-box .top .ct a:not(:first-of-type){
  margin-left: 59px;
}
.pd2-box .mide{
  margin: 40px auto 0;
}
.pd2-box .mide .tm{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #212121;
  margin-bottom: 20px;
}
.pd2-box .mide .ib1:not(:first-of-type){
    margin-top: 65px;
}
.pd2-box .mide .ib1 img{
  width: calc(100% + 20px);
  transform: translateX(-20px);
  position: relative;
  z-index: 2;
}
.pd2-box .mide .ib1 .txt p{
  padding-left: 20px;
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.pd2-box .mide .ib1 .txt p::before{
  display: block;
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2BA5D4;
}
.pd2-box .mide .ib2{
  margin-top: 71px;
}
.pd2-box .mide .ib2 .tnav{
  display: flex;
  border-bottom: 1px solid #E6E6E6;
}
.pd2-box .mide .ib2 .tnav a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  padding-bottom: 17px;
}
.pd2-box .mide .ib2 .tnav a:not(:first-of-type){
  margin-left: 59px;
}
.pd2-box .mide .ib2 .tnav a.active{
  color: #32A2BB;
  font-weight: bold;
  border-bottom-color: #32A2BB;
}
.pd2-box .mide .ib2 .tnav a:hover{
  color: #32A2BB;
}
.pd2-box .tbox{
  margin-top: 30px;
}
.pd2-box .tbox img{
  width: 100% !important;
}
.pd2-box .tbox .rq:not(:first-of-type){
  display: none;
}
.pd2-box .tbox .bz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-align: right;
  margin-top: 10px;
}
.pd2-box table{
  border-collapse: collapse;
  width: 100%;
}
.pd2-box table tr{
  display: flex;
  justify-content: space-between;
}
.pd2-box table td{
  border-bottom: 1px dashed #999999;
  padding: 8px 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.pd2-box table td:nth-of-type(1){
  width: 30%;
}
.pd2-box table td:nth-of-type(2){
  width: 50%;
}
.pd2-box .ib3{
  margin-top: 80px;
}
.pd2-box .ib3 .pro-list li{
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
}
.pd2-box .ib3 .pro-list li:nth-of-type(4n){
  margin-right: 0;
}
#map{
  width: 100%;
  height: 100%;
}
#map .BMap_cpyCtrl{
  display:none;
}
#map .anchorBL{
  display:none;
}
.page {
  width: 100%;
  margin-top: 10px;
}
.page .el-pagination {
  text-align: center;
  width: 100%;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  padding: 0px;
  border: 1px solid #E6E6E6;
}
.page .el-pagination__total{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.page .el-pagination .btn-prev {
  width: auto;
  height: auto;
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  min-width: 30px;
}
.page .el-pagination .btn-next {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  min-width: 30px;
}
.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i{
  font-size: 14px;
}
.page .el-pager li {
  width: 35px;
  height: 30px;
  min-height: unset;
  text-align: center;
  line-height: 30px;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid transparent;
  margin-right: 5px;
  padding: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  border-radius: 0;
}
.page .el-pager li.active {
  /* background-color: #CFA972; */
  /* color: #ffffff; */
  /* border-color: #CFA972 !important; */
  border-bottom-color: #000000;
}
.page .el-pagination .el-pager li:hover {
  color: #2BA5D4 !important;
  /* background-color: #CFA972; */
  /* border-color: #CFA972; */
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #2BA5D4;
}
.f-box{
  background-color: #E1E7EB;
}
.fct{
  margin: 0 auto;
  padding: 40px 0 94px 0;
}
.fct .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fct .top .icon{
  display: flex;
}
.fct .top .icon a{
  position: relative;
}
.fct .top .icon a:not(:first-of-type){
  margin-left: 36px;
}
.fct .top .icon a>img{
  height: 18px;
}
.fct .top .icon a .flow{
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  background-color: #FFFFFF;
  padding: 4px;
  box-shadow: 0px 0px 20px 5px rgb(0,0,0,0.1);
  opacity: 0;
  transform: scaleY(0) translateX(-50%);
  transform-origin: bottom;
  transition: 0.4s;
}
.fct .top .icon a .flow img{
  width: 90px;
}
.fct .top .icon a:hover .flow{ 
  opacity: 1;
  transform: scaleY(1) translateX(-50%);
}
.fct .fnav{
  margin: 40px 0 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  padding-top: 36px;
}
.fct .fnav a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  transition: 0.3s;
}
.fct .fnav a:not(:first-of-type){
  margin-left: 52px;
}
.fct .fnav a:hover{ 
  text-decoration: underline;
  color: #32A2BB;
}
.fct .db a,
.fct .db .ys{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #7B7B7C;
  transition: 0.3s;
  line-height: 30px;
}
.fct .db a:hover{
  color: #32A2BB;
  text-decoration: underline;
}
.fct .db .dz{
  display: flex;
}
.fct .db .dz .ys{
  margin: 0 7px;
}
.fct .db .link{
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:1560px) {
  .m-center{
    width: 1100px;
  }
  .pbabq .ib{
    height: 260px;
  }
  .con-box{
    height: 650px;
  }
  .con-box .flow{
    right: calc((100% - 1100px) / 2);
  }
  .con-box .flow .rq{
    width: calc(720px - 140px);
    padding: 0 70px;
    height: 400px;
  }
  .pd1ct .left{
    width: 542px;
  }
  .pd1ct .right{
    width: 490px;
  }
  .pd1ct .desc-swiper{
    height: 388px;
  }
  .pd1ct .time-swiper{
    height: 73px;
  }
  .pc-list li a .ib{
    height: 210px;
  }
  .pct .slide{
    width: 265px;
  }
  .pct .right{
    width: calc(100% - 265px - 50px);
  }
  .pro-list li a .ib{
    height: 225px;
  }
}