@charset "UTF-8";
/* 鼠标跟随 --> */
.h1{
  font-family: 'albb2' !important;
}
#c-followDot {
  position: fixed;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(8,141,161,.8);
  z-index: 999;
  pointer-events: none;
}
#c-followDot .c-default {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 40px;
  height: 40px;
  /* border: 1px solid #b38f5b; */
  background: rgba(8,141,161,.8);
  border-radius: 50%;
  opacity: .2;
  box-sizing: border-box;
  z-index: 99;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#c-followDot .c-hover {
  position: absolute;
  top: -38px;
  left: -38px;
  width: 80px;
  height: 80px;
  background: rgba(8,141,161,.8);
  border-radius: 50%;
  opacity: .12;
  z-index: 98;
  box-sizing: border-box;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#c-followDot.c-active .c-default {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

#c-followDot.c-active .c-hover {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}


.lists_position,.vivw_position{
    line-height: 55px;
}


/* 首页 */

.app{
  display: none;
}

/* banner */
.banner{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .swiper-slide{
  width: 100%;
  position: relative;
}
.banner .swiper-slide .bj{
  width: 100%;
  vertical-align: middle;
  transition: all 10s;
}
/* .banner .swiper-slide-active .bj{
  transform: scale(1.1);
} */
.banner .swiper-slide .container{
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.banner .p1{
  font-size: 64px;
  color: #111111;
  font-family: "albb";
  font-weight: bold;
}
.banner .p2{
  font-size: 28px;
  color: #999999;
  font-family: "albb";
  margin-top: 10px;
}
.banner button{
  font-size: 30px;
  color: #ffffff;
  font-family: "albb";
  display: block;
  width: 195px;
  height: 55px;
  line-height: 53px;
  border-radius: 55px;
  background: rgb(8,141,161);
  margin-top: 44px;
  transition: all .5s;
  box-shadow: 0 0 15px rgba(8,141,161,0);
}
.banner button:hover{
  box-shadow: 0 0 15px rgba(8,141,161,.7);
}
.banner .swiper-slide-active .p1{
  animation: bw 1s linear .8s both;
}
.banner .swiper-slide-active .p2{
  animation: bw 1s linear 1s both;
}
.banner .swiper-slide-active button{
  animation: bw 1s linear 1.2s both;
}
@keyframes bw{
  0%{
    transform: translateY(40px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}

.banner .swiper-pagination{
  bottom: 55px;
}
.banner .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  background: #000;
  margin: 0 12px !important;
  transition: all .5s;
}
.banner .swiper-pagination-bullet-active{
  opacity: 0.5;
}
#publicity-video {
	width: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

#publicity-video video {
	display: block;
	/* height: 100%; */
}
/* sy_con1 */
.sy_con1{
  width: 100%;
  padding-top: 115px;
}
.sy_con1 .top{
  width: 100%;
}
.sy_con1 .top a{
  display: flex;
  flex-wrap: wrap-reverse;
}
.sy_con1 .top .lef{
  width: 33.5%;
  /* float: left; */
}
.sy_con1 .top .lef .p1{
  font-size: 52px;
  color: #000000;
  font-family: "albb";
  font-weight: bold;
}
.sy_con1 .top .lef .div{
  width: 100%;
  padding-top: 40px;
  padding-right: 15px;
}
.sy_con1 .top .lef .div .p2{
  font-size: 20px;
  color: #333333;
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;

  font-family: "albb";
}
.sy_con1 .top .lef .div .p2::before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #008089;
  position: absolute;
  left: 0;
  top: 9px;
}
.sy_con1 .top .rig{
  width: 66.5%;
  /* float: left; */
  padding-top: 13px;
}
.sy_con1 .top .rig img{
  width: 100%;
  vertical-align: middle;
}
.sy_con1 .swiper-button-next,
.sy_con1 .swiper-button-prev{
  display: none;
}
.sy_con1 .bot{
  width: 100%;
}
.sy_con1 .bot .div{
  width: 100%;
  height: 316px;
  border: 2px solid rgb(238,238,238);
  border-right: none;
  padding: 50px 60px;
  position: relative;
  transition: all .5s;
}
.sy_con1 .bot .swiper-slide:last-child .div{
  border-right:2px solid rgb(238,238,238);
}
.sy_con1 .bot .swiper-slide-thumb-active .div{
  background: rgb(11,165,174);
  border: 2px solid rgb(11,165,174) !important;
  box-shadow: 0 0 20px #ccc;
}
.sy_con1 .bot .div .div1{
  width: 98px;
  height: 98px;
  position: relative;
}
.sy_con1 .bot .div .div1 img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con1 .bot .div .div1 .ig2{
  left: 0;
  opacity: 0;
}
.sy_con1 .bot .swiper-slide-thumb-active .div .div1 .ig2{
  left: 50%;
  opacity: 1;
}
.sy_con1 .bot .swiper-slide-thumb-active .div .div1 .ig1{
  left: 100%;
  opacity: 0;
}
.sy_con1 .bot .div .p1{
  font-size: 30px;
  color: #333333;
  font-family: "albb";
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 14px;
  transition: all .3s;
}
.sy_con1 .bot .div .p2{
  font-size: 16px;
  color: #999999;
  transition: all .3s;
  font-family: "gilroy";
}
.sy_con1 .bot .swiper-slide-thumb-active .div p{
  color: #fff;
}
.sy_con1 .bot .div a{
  font-size: 16px;
  color: #999999;
  font-family: "albb";
  position: absolute;
  right: 55px;
  bottom: 30px;
}
.sy_con1 .bot .swiper-slide-thumb-active .div a{
  color: #fff;
  border-bottom: 1px solid #fff;
}
.sy_con1 .bot .div a::before{
  content: '';
  width: 8px;
  height: 15px;
  background-image: url(../images/img50.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con1 .bot .swiper-slide-thumb-active .div a::before{
  background-image: url(../images/img51.png);
}

/* sy_con2 */
.sy_con2{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 145px;
}
.sy_con2 .rq{
  width: 100%;
}
.sy_con2 .rq .rq1{
  width: 25%;
  height: 555px;
  border: 2px solid rgb(238,238,238);
  border-right:none;
  float: left;
  transition: all .5s;
}
.sy_con2 .rq .rq1:nth-child(4n){
  border-right: 1px solid rgb(238,238,238);
}
.sy_con2 .rq .rq1 a{
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 40px;
  padding-bottom: 32px;
}
.sy_con2 .rq .rq1:hover{
  box-shadow: 0 0 20px #ccc;
}
.sy_con2 .rq .rq1 .top{
  width: 100%;
}
.sy_con2 .rq .rq1 .p1{
  font-size: 30px;
  color: #000000;
  font-family: "albb";
  font-weight: bold;
  margin-bottom: 10px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

}
.sy_con2 .rq .rq1 .p2{
  font-size: 18px;
  color: #999999;
  font-family: "albb";
  line-height: 32px;
  height: 128px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.sy_con2 .rq .rq1 button{
  display: block;
  font-size: 15px;
  color: #008089;
  font-family: "albb";
  width: 90px;
  height: 33px;
  border-radius: 90px;
  background: #fff;
  border: 1px solid #008089;
  margin-top: 18px;
  margin-bottom: 26px;
  transition: all .5s;
}
.sy_con2 .rq .rq1:hover button{
  color: #ffffff;
  background: #008089;
}
.sy_con2 .rq .rq1 .bot{
  width: 100%;
  padding-bottom: 36px;
  border-bottom: 2px solid rgb(238,238,238);
}
.sy_con2 .rq .rq1 .bot img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con2 .rq .rq1:hover .bot img{
  transform: scale(1.05);
}



/* sy_con3 */
.sy_con3{
  width: 100%;
  padding-top: 68px;
  background: rgb(246,247,252);
  overflow: hidden;
}
.bt{
  font-size: 50px;
  color: #000000;
  font-family: "albb";
  text-align: center;
  font-weight: bold;
}
.sy_con3 .a{
  display: block;
  font-size: 19px;
  color: #0e97a1;
  font-family: "albb";
  text-align: center;
  margin-top: 24px;
}
.sy_con3 .rq{
  width: 100%;
  background: #008089;
  margin-top: 75px;
}
.sy_con3 .rq .div{
  width: 12.1666666666666666%;
  height: 380px;
  float: left;
  border-left: 1px solid rgba(255,255,255,.4);
  position: relative;
}
.sy_con3 .rq .div:last-child{
  border-right: 1px solid rgba(255,255,255,.4);
}
.sy_con3 .rq .div.on{
  width: 27%;
  background: rgb(35,171,182);
  border-left:none;
}
.sy_con3 .rq .div .div1{
  width: 100%;
  height: 100%;
  padding: 0 15px;
  padding-top: 46px;
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.sy_con3 .rq .div.on .div1{
  padding-top: 152px;
}
.sy_con3 .rq .div .ig1{
  width: 245px;
  position: absolute;
  top: -60px;
  right: -10px;
  opacity: 0;
  z-index: -1;
}
.sy_con3 .rq .div.on .ig1{
  z-index: 1;
  animation: animate .5s ease both;
}
@keyframes animate{0%{opacity:0}50%{opacity:0}to{opacity:1}}
.sy_con3 .rq .div a{
  font-size: 14px;
  color: #fff;
  font-family: "albb";
  line-height: 34px;
  display: block;
  position: relative;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con3 .rq .div a:hover{
  letter-spacing: 1px;
}
.sy_con3 .rq .div a i{
  font-size: 16px;
  color: #ffffff;
  font-family: "albb";
  margin-left: 5px;
  display: inline-block;
  opacity: 0;
  transition: all .5s;
}
.sy_con3 .rq .div.on a i{
  opacity: 1;
}
.sy_con3 .rq .div.on a{
  font-size: 16px;
}
.sy_con3 .rq .div a:first-child{
  font-size: 20px;
  margin-bottom: 10px;
}
.sy_con3 .rq .div a:first-child i{
  display: none !important;
}
.sy_con3 .rq .div.on a:first-child{
  font-size: 24px;
  font-weight: bold;
}
.sy_con3 .rq .div .div1 .ig2{
  width: 167px;
  position: absolute;
  bottom: -12px;
  right: -50px;
  opacity: 0.2;
  transition: all .5s;
}
.sy_con3 .rq .div.on .div1 .ig2{
  right: -100%;
  opacity: 0;
}
/* 首页增加视频中心 */
.sy_con3 .rq2{
  padding-top: 50px;
  padding-bottom: 115px;
}
.sy_con3 .rq2 .h1{
  font-size: 50px;
  color: #000000;
  font-family: "albb";
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.sy_con3 .rq2 .div1{
    /*width: 64%;*/
    /*margin: 0 auto;*/
    /*position: relative;*/
    /*margin-top: 60px;*/
    width: 32.33%;
    float: left;
    cursor: pointer;
    margin-top: 0.7%;
}
.sy_con3 .rq2 .div1:nth-of-type(1){
    /*width: 66% !important;*/
    /*margin-right: 1.3%;*/
    width: 100% !important;
    margin-right: 0;
}
.sy_con3 .rq2 .div1 .bj{
  width: 100%;
}
.in3-video {
  position: relative;
}
.abo_video {
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.abo_video .bfq {
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all .5s;
}
.abo_video .bfq img {
  width: 100%;
  vertical-align: middle;
}
@keyframes jj{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.abo_video:hover> .bfq div img {
  animation: jj 10s infinite linear;
}
/* sy_con4 */
.sy_con4{
  width: 100%;
  padding-top: 84px;
  padding-bottom: 64px;
}
.sy_con4 .rq{
  width: 100%;
  padding-top: 45px;
  padding-bottom: 55px;
  position: relative;
}
.sy_a{
  font-size: 16px;
  color: #666666;
  font-family: "albb";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 28px;
}
.sy_a:hover{
  color: #008089;
}
.sy_a::before{
  content: '';
  width: 22px;
  height: 14px;
  background-image: url(../images/img69.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_a:hover::before{
  background-image: url(../images/img70.png);
}
.sy_con4 .rq .rq1{
  width: 100%;
  border: 2px solid rgb(238,238,238);
  border-bottom: none;
  padding: 35px;
  position: relative;
}
.sy_con4 .rq .rq1:last-child{
  border-bottom: 2px solid rgb(238,238,238);
}
.sy_con4 .rq .rq1::before{
  content: '';
  width: 8px;
  height: 0%;
  background: #008089;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con4 .rq .rq1:hover::before{
  height: 100%;
}
.sy_con4 .rq .rq1 .lef{
  width: 20.5%;
  float: left;
}
.sy_con4 .rq .rq1 .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con4 .rq .rq1:hover .lef img{
  transform: scale(1.05);
}
.sy_con4 .rq .rq1 .rig{
  width: 79.5%;
  float: left;
  padding-left: 50px;
  padding-right: 310px;
}
.sy_con4 .rq .rq1 .rig .p1{
  font-size: 20px;
  color: #008089;
  font-family: "albb";
}
.sy_con4 .rq .rq1 .rig .p1 img{
  width: 22px;
  margin-bottom: -4px;
}
.sy_con4 .rq .rq1 .rig .p2{
  font-size: 20px;
  color: #666666;
  font-family: "albb";
  padding-top: 14px;
  margin-bottom: 8px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  transition: all .5s;
}
.sy_con4 .rq .rq1:hover .rig .p2{
  color: #008089;
}
.sy_con4 .rq .rq1 .rig .p3{
  font-size: 16px;
  color: #999999;
  font-family: "albb";
  line-height: 28px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con4 .rq .rq1 .rig .p4{
  font-size: 16px;
  color: #999999;
  font-family: "albb";
  margin-top: 25px;
  transition: all .5s;
}
.sy_con4 .rq .rq1:hover .rig .p4{
  color: #008089;
}
.sy_con4 .rq .rq1 .rig .p4 img{
  width: 19px;
  margin-bottom: -3px;
}


/* sy_con5 */
.sy_con5{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background: rgb(246,247,252);
}
.sy_con5 .rq{
  width: 100%;
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}
.sy_con5 .rq1{
  width: 100%;
}
.sy_con5 .rq1 .lef{
  width: 63%;
  float: left;
}
.sy_con5 .rq1 .lef .div{
  width: 49%;
  height: 496px;
  margin-right: 2%;
  float: left;
  border-top: 15px solid #008089;
  transition: all .5s;
  overflow: hidden;
}
.sy_con5 .rq1 .lef .div:nth-child(3),
.sy_con5 .rq1 .lef .div:nth-child(4){
  margin-top: 10px;
}
.sy_con5 .rq1 .lef .div:nth-child(2n){
  margin-right: 0;
}
.sy_con5 .rq1 .lef .div a{
  display: block;
  background: #fff;
}
.sy_con5 .rq1 .lef .div:hover{
  box-shadow: 0px 0px 22px 0px #ccc;
  transform: translate3d(0,-5px,0);
}
.sy_con5 .rq1 .lef .div .top{
  width: 100%;
  overflow: hidden;
}
.sy_con5 .rq1 .lef .div .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con5 .rq1 .lef .div:hover .top img{
  transform: scale(1.05);
}
.sy_con5 .rq1 .lef .div .bot{
  width: 100%;
  padding: 24px 35px;
}
.sy_con5 .rq1 .lef .div .bot .p1{
  font-size: 20px;
  color: #008089;
  font-family: "albb";
  margin-bottom: 10px;
}
.sy_con5 .rq1 .lef .div .bot .p1 img{
  width: 22px;
  margin-bottom: 2px;
}
.sy_con5 .rq1 .lef .div .bot .p2{
  font-size: 20px;
  color: #666666;
  line-height: 34px;
  font-family: "albb";
  height: 68px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con5 .rq1 .lef .div .bot .p3{
  font-size: 18px;
  color: #999999;
  font-family: "albb";
  margin-top: 20px;
  transition: all .5s;
}
.sy_con5 .rq1 .lef .div:hover .bot .p3{
  color: #008089;
}
.sy_con5 .rq1 .lef .div .bot .p3 img{
  width: 19px;
  margin-bottom: 2px;
  margin-right: 5px;
}
.sy_con5 .rq1 .rig{
  width: 34.5%;
  float: right;
  border-top: 15px solid #008089;
  background: #fff;
}
.sy_con5 .rq1 .rig .div{
  width: 100%;
  height: 329px;
  padding: 0 30px;
}
.sy_con5 .rq1 .rig .div a{
  display: block;
  padding: 30px 0;
  border-bottom: 2px solid rgb(238,238,238);
}
.sy_con5 .rq1 .rig .div:last-child a{
  border-bottom:none;
}
.sy_con5 .rq1 .rig .div .p1{
  font-size: 20px;
  color: #008089;
  font-family: "albb";
}
.sy_con5 .rq1 .rig .div .p1 img{
  width: 22px;margin-bottom: 2px;
}
.sy_con5 .rq1 .rig .div .p2{
  font-size: 20px;
  color: #666666;
  font-family: "albb";
  line-height: 34px;
  height: 68px;
  margin-top: 26px;
  margin-bottom: 18px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .5s;
}
.sy_con5 .rq1 .rig .div:hover .p2{
  color: #008089;
  /* letter-spacing: 1px; */
}
.sy_con5 .rq1 .rig .div .p3{
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  font-family: "albb";

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con5 .rq1 .rig .div .p4{
  font-size: 18px;
  color: #999999;
  font-family: "albb";
  margin-top: 50px;
  transition: all .5s;
}
.sy_con5 .rq1 .rig .div:hover .p4{
  color: #008089;
}
.sy_con5 .rq1 .rig .div .p4 img{
  width: 19px;
  margin-bottom: 0px;
  margin-right: 5px;
}


/* sy_con6 */
.sy_con6{
  width: 100%;
  height: 270px;
  background-image: url(../images/img79.jpg);
  background-size: cover;
  position: relative;
}
.sy_con6 .p1{
  float: left;
  font-size: 28px;
  color: #fff;
}
.sy_con6 .container{
  line-height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con6 a{
  font-size: 28px;
  font-family: "din";
  color: #008089;
  display: block;
  width: 210px;
  height: 74px;
  line-height: 74px;
  border-radius: 74px;
  background: #fff;
  text-align: center;
  float: right;
  cursor: pointer;
}
.sy_con6 .p1{
  float: left;
  color: #fff;
  font-size: 44px;
  vertical-align: middle;
  font-family: "albb";
}
.sy_con6 a:hover{
  background: #008089;
  color: #fff;
}

/* 咨询信息弹框 */
.zx{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  display: none;
  z-index: 10;
}
.zx .rq{
  width: 520px;
  background: #fff;
  border-radius: 5px;
  padding: 40px 60px;
  padding-bottom: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.zx .rq img{
  width: 14px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.zx .rq .p{
  font-size: 24px;
  color: #008089;
  text-align: center;
  margin-bottom: 35px;
}
.zx .rq .rq1{
  width: 100%;
  height: 48px;
  border: 1px solid rgb(201,201,201);

  position: relative;
  margin-bottom: 28px;
}
.zx .rq .rq1 div{
  width: 45px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.zx .rq .rq1 div i{
  display: block;
  width: 45px;
  height: 100%;
  position: relative;
}
.zx .rq .rq1 div i img{
  width: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.zx .rq .rq1 p{
  font-size: 16px;
  color: #999999;
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.zx .rq .rq1 select{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #666666;
  padding-left: 45px;

  /* 隐藏三角形 */
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  -ms-appearance:none;

  background-image: url(../images/img81.png);
  background-size: 11px 8px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 12px);
  background-position-y: center;
}
.zx .rq .rq2{
  width: 100%;
  height: 48px;
  border: 1px solid rgb(201,201,201);
  padding-left: 90px;
  position: relative;
  margin-bottom: 28px;
}
.zx .rq .rq2 div{
  width: 90px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #666666;
  line-height: 46px;
}
.zx .rq .rq2 div i{
  width: 45px;
  height: 100%;
  position: relative;
  float: left;
}
.zx .rq .rq2 div i img{
  width: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.zx .rq .rq2 p{
  font-size: 16px;
  color: #999999;
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.zx .rq .rq2 input{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #666666;
}
.zx .rq textarea{
  width: 100%;
  height: 106px;
  border: 1px solid rgb(201,201,201);
  padding-left: 12px;
  padding-top: 14px;
  font-size: 16px;
  color: #666666;
}
.zx .rq textarea:-moz-placeholder {  
  color: #999999; 
}  
.zx .rq textarea:-ms-input-placeholder { 
  color: #999999;  
}  
.zx .rq textarea::-webkit-input-placeholder { 
  color: #999999;  
}
.zx .rq button{
  font-size: 18px;
  color: #ffffff;
  display: block;
  width: 130px;
  height: 40px;
  border-radius: 40px;
  background: rgb(8,141,161);
  margin: 0 auto;
  margin-top: 32px;
}

@media(max-width:1680px){
  .sy_con2 .rq .rq1 {
    height: 530px;
}
.sy_con5 .rq1 .rig .div {
  height: 319px;
}
}
@media(max-width:1580px){
  .pro_con1 .rq .rig .a1 {
    width: 110px;
    line-height: 45px;
    font-size: 26px;
}

  .pro_con1 .rq .rig .p1 {
    font-size: 44px;
  }
  .bt {
    font-size: 44px;
  }
  .sy_con1 .top .lef .p1 {
    font-size: 44px;
  }
  .banner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .banner .p1 {
    font-size: 46px;
  }
  .banner button {
    font-size: 24px;
    width: 170px;
    height: 50px;
    line-height: 50px;
  }
}
@media(max-width:1580px){
  .sy_con6 .p1 {
    font-size: 34px;
  }
  .sy_con3 .rq2 {
    padding-top: 50px;
    padding-bottom: 55px;
}
  .sy_con3 .rq2 .div1 {
    /*margin-top: 40px;*/
}
  .sy_con3 .rq2 .h1 {
    font-size: 36px;
  }
  .abo_video .bfq {
    width: 50px;
  }
  .zx .rq {
    width: 520px;
    padding: 30px 44px;
    padding-bottom: 24px;
}
.zx .rq .p {
  font-size: 24px;
  margin-bottom: 24px;
}
.zx .rq .rq2,
.zx .rq .rq1 {
  margin-bottom: 16px;
}
.zx .rq button {
  margin-top: 22px;
}
  .sy_con6 {
    height: 200px;
}
.sy_con6 a {
  font-size: 20px;
  width: 160px;
  height: 56px;
  line-height: 56px;
  border-radius: 56px;
}
  .banner .p1 {
    font-size: 48px;
}
.banner .p2 {
  font-size: 20px;
  margin-top: 10px;
}
.banner button {
  font-size: 18px;
  width: 148px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  margin-top: 44px;
}
.banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.sy_con1 {
  padding-top: 85px;
}
.sy_con1 .top .lef .p1 {
  font-size: 40px;
}
.sy_con1 .top .lef .div {
  padding-top: 30px;
}
.sy_con1 .top .lef .div .p2 {
  font-size: 20px;
  padding-left: 18px;
  margin-bottom: 12px;
}
.sy_con1 .top .lef .div .p2::before {
  width: 7px;
  height: 7px;
  top: 8px;
}
.sy_con1 .top .rig {
  padding-top: 20px;
}
.sy_con1 .bot .div {
  height: 240px;
  padding: 36px 40px;
}
.sy_con1 .bot .div .div1 {
  width: 85px;
  height: 85px;
}
.sy_con1 .bot .div .p1 {
  font-size: 26px;
  margin-top: 22px;
  margin-bottom: 10px;
}
.sy_con1 .bot .div .p2 {
  font-size: 16px;
}
.sy_con1 .bot .div a {
  font-size: 14px;
  right: 40px;
  bottom: 20px;
}
.sy_con1 .bot .div a::before {
  width: 7px;
  height: 13px;
  right: -18px;
}
.sy_con2 {
  padding-top: 76px;
  padding-bottom: 110px;
}
.sy_con2 .rq .rq1 {
  height: 422px;
}
.sy_con2 .rq .rq1 a {
  padding: 38px 30px;
  padding-bottom: 24px;
}
.sy_con2 .rq .rq1 .p1 {
  font-size: 22px;
  margin-bottom: 6px;
}
.sy_con2 .rq .rq1 .p2 {
  font-size: 15px;
  line-height: 24px;
  height: 98px;
}
.sy_con2 .rq .rq1 button {
  font-size: 13px;
  width: 80px;
  height: 30px;
  border-radius: 30px;
  margin-top: 13px;
  margin-bottom: 22px;
}

.sy_con3 {
  padding-top: 50px;
}
.bt {
  font-size: 36px;
}
.sy_con3 .a {
  font-size: 16px;
  margin-top: 14px;
}
.sy_con3 .rq .div {
  height: 288px;
}
.sy_con3 .rq {
  margin-top: 55px;
}
.sy_con3 .rq .div .div1 {
  padding: 0px 10px;
  padding-top: 34px;
}
.sy_con3 .rq .div a {
  font-size: 12px;
  line-height: 30px;
}
.sy_con3 .rq .div a:first-child {
  font-size: 16px;
  margin-bottom: 5px;
}
.sy_con3 .rq .div.on a:first-child {
  font-size: 18px;
}
.sy_con3 .rq .div.on a {
  font-size: 14px;
}
.sy_con3 .rq .div .div1 .ig2 {
  width: 120px;
  bottom: -12px;
  right: -34px;
}
.sy_con3 .rq .div .ig1 {
  width: 186px;
  top: -40px;
}
.sy_con3 .rq .div.on .div1 {
  padding-top: 110px;
}
.sy_con4 {
  padding-top: 62px;
  padding-bottom: 48px;
}
.sy_con4 .rq {
  padding-top: 34px;
  padding-bottom: 40px;
}
.sy_con4 .rq .rq1 {
  padding: 25px;
}
.sy_con4 .rq .rq1 .rig {
  padding-left: 38px;
  padding-right: 40px;
}
.sy_con4 .rq .rq1 .rig .p1 {
  font-size: 16px;
}
.sy_con4 .rq .rq1 .rig .p1 img {
  width: 18px;
  margin-bottom: -3px;
}
.sy_con4 .rq .rq1 .rig .p2 {
  font-size: 21px;
  padding-top: 6px;
  margin-bottom: 4px;
}
.sy_con4 .rq .rq1 .rig .p3 {
  font-size: 16px;
  line-height: 28px;
}
.sy_con4 .rq .rq1 .rig .p4 {
  font-size: 14px;
  margin-top: 4px;
}
.sy_con4 .rq .rq1 .rig .p4 img {
  width: 15px;
  margin-bottom: -3px;
}
.sy_con4 .rq .rq1::before {
  width: 6px;
}
.sy_a {
  font-size: 14px;
  padding-right: 24px;
}
.sy_a::before {
  width: 16px;
  height: 10px;
}
.sy_con5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sy_con5 .rq {
  padding-top: 32px;
  padding-bottom: 46px;
}
.sy_con5 .rq1 .lef .div {
  height: 405px;
  border-top: 10px solid #008089;
}
.sy_con5 .rq1 .lef .div .bot {
  padding: 13px 10px;
}
.sy_con5 .rq1 .lef .div .bot .p1 {
  font-size: 16px;
  margin-bottom: 6px;
}
.sy_con5 .rq1 .lef .div .bot .p1 img {
  width: 16px;
  margin-bottom: -3px;
}
.sy_con5 .rq1 .lef .div .bot .p2 {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
}
.sy_con5 .rq1 .lef .div .bot .p3 {
  font-size: 14px;
  margin-top: 10px;
}
.sy_con5 .rq1 .lef .div .bot .p3 img {
  width: 15px;
  margin-bottom: 0px;
  margin-right: 1px;
}
.sy_con5 .rq1 .rig {
  border-top: 10px solid #008089;
}
.sy_con5 .rq1 .rig .div {
  height: 258px;
  padding:0 20px;
}
.sy_con5 .rq1 .rig .div a{
  padding: 20px 0;
}
.sy_con5 .rq1 .rig .div .p1 {
  font-size: 16px;
}
.sy_con5 .rq1 .rig .div .p1 img {
  width: 16px;
  margin-bottom: -2px;
}
.sy_con5 .rq1 .rig .div .p2 {
  font-size: 18px;
  line-height: 26px;
  height: 52px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.sy_con5 .rq1 .rig .div .p3 {
  font-size: 14px;
  line-height: 26px;
}
.sy_con5 .rq1 .rig .div .p4 {
  font-size: 14px;
  margin-top: 48px;
}
.sy_con5 .rq1 .rig .div .p4 img {
  width: 16px;
  margin-bottom: 0px;
  margin-right: 2px;
}

}
@media(max-width:1459px){
  .sy_con4 .rq .rq1 .rig .p2 {
    font-size: 17px;
    padding-top: 6px;
    margin-bottom: 4px;
}
.sy_con4 .rq .rq1 .rig .p3 {
  font-size: 14px;
  line-height: 23px;
}
  .sy_con1 .bot .div .div1 {
    width: 74px;
    height: 74px;
}
  .sy_con1 .top .lef .div .p2 {
    font-size: 16px;
  }
  .sy_con1 .bot .div .p1 {
    font-size: 22px;
  }
  .sy_con1 .bot .div .p2 {
    font-size: 14px;
}
.sy_con5 .rq1 .lef .div {
  height: 350px;
}
.sy_con5 .rq1 .rig .div {
  height: 231px;
  padding: 0 20px;
}
.sy_con5 .rq1 .rig .div .p4 {
  font-size: 14px;
  margin-top: 8px;
}

}
@media(max-width:1259px){
  .sy_con3 .rq2 .h1 {
    font-size: 30px;
}
  .abo_video .bfq {
    width: 50px;
  }
  .banner .p1 {
    font-size: 38px;
}
.banner .p2 {
  font-size: 18px;
  margin-top: 8px;
}
.banner button {
  font-size: 14px;
  width: 110px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  margin-top: 30px;
}
  .sy_con1 {
    padding-top: 54px;
}
.sy_con1 .top .lef .p1 {
  font-size: 32px;
}
.sy_con1 .top .lef .div {
  padding-top: 15px;
}
.sy_con1 .top .lef .div .p2 {
  font-size: 14px;
  padding-left: 16px;
  margin-bottom: 10px;
}
.sy_con1 .top .lef .div .p2::before {
  width: 4px;
  height: 4px;
  top: 8px;
}
.sy_con1 .bot .div {
  height: 210px;
  padding: 20px 26px;
}
.sy_con1 .bot .div .div1 {
  width: 66px;
  height: 66px;
}
.sy_con1 .bot .div .p1 {
  font-size: 18px;
  margin-top: 14px;
  margin-bottom: 6px;
}
.sy_con1 .bot .div a {
  font-size: 13px;
  right: 35px;
  bottom: 20px;
}
.sy_con2 .rq .rq1 a {
  padding: 22px 16px;
  padding-bottom: 24px;
}
.sy_con2 .rq .rq1 .bot {
  padding-bottom: 20px;
}
.sy_con2 .rq .rq1 {
  height: 386px;
}
.sy_con2 {
  padding-top: 60px;
  padding-bottom: 68px;
}
.bt {
  font-size: 30px;
}
.sy_con4 .rq .rq1::before {
  width: 4px;
}
.sy_con5 .rq1 .lef .div {
  height: 344px;
}
.sy_con5 .rq1 .lef .div .bot .p2 {
  font-size: 16px;
}
.sy_con5 .rq1 .lef .div .bot {
  padding: 16px 18px;
}
.sy_con5 .rq1 .rig .div {
  height: 230px;
  padding: 0 15px;
}
.sy_con5 .rq1 .rig .div a {
  padding: 15px 0;
}
.sy_con5 .rq1 .rig .div .p4 {
  margin-top: 18px;
}

}
@media(max-width:991px){
  .banner button {
    font-size: 13px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    border-radius: 35px;
    margin-top: 10px;
}
  .sy_con6 {
    height: 140px;
}
  .sy_con6 .p1 {
    font-size: 18px;
}
.banner .p1 {
  font-size: 21px;
}
.banner .p2 {
  font-size: 14px;
  margin-top: 4px;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
}
.banner .swiper-pagination {
  bottom: 28px;
}
.sy_con1.app{
  display: none !important;
}
.sy_con1.pc{
  display: block !important; 
}

.sy_con1 .top .lef{
  width: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
}
.sy_con1 .top .rig{
  width: 100%;
  padding-top: 0;
}
.sy_con1 .top .lef .p1 {
  font-size: 24px;
}
.sy_con1 .top .lef .div {
  padding-top: 10px;
  padding-right: 0;
}

.sy_con2 .rq .rq1 {
  width: 49%;
  height: 460px;
  border-right: 2px solid rgb(238,238,238);
  margin-right: 2%;
  margin-bottom: 15px;
}
.sy_con2 .rq .rq1 {
  width: 100%;
  height: auto;
  margin-right: 0;
}
.sy_con2 .rq .rq1 .bot {
  padding-bottom: 0px;
  border-bottom: none;
}
.sy_con2 .rq .rq1:hover .bot img {
  transform: scale(1);
}
.sy_con2 .rq .rq1:nth-child(2n){
  margin-right: 0;
}
.sy_con2 .rq .rq1:hover a {
  box-shadow: 0 0 0px #ccc;
}
.sy_con3 .rq .div,
.sy_con3 .rq .div.on{
  width: 50%;
  height: 230px;
}
.sy_con3 .rq .div.on .div1,
.sy_con3 .rq .div .div1 {
  padding-top: 50px;
}
.sy_con4 .rq .rq1 .rig {
  padding-left: 14px;
  padding-right: 0px;
}
.sy_con4 .rq .rq1 {
  padding: 10px !important;
}
.sy_con4 .rq .rq1 .lef {
  width: 100%;
}
.sy_con4 .rq .rq1 .rig {
  width: 100%;
  height: 154px;
  padding: 10px 0;
}
.sy_con5 .rq1 .lef{
  width: 100%;
}
.sy_con5 .rq1 .lef .div {
  height: auto;
  margin-bottom: 15px;
}
.sy_con1 .bot .div .p1{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sy_con5 .rq1 .lef .div:nth-child(3), .sy_con5 .rq1 .lef .div:nth-child(4){
  margin-top: 0;
}
.sy_con5 .rq1 .lef .div:hover a {
  box-shadow: 0px 0px 22px 0px #ccc;
  transform: translate3d(0,0px,0);
}
.sy_con5 .rq1 .rig{
  width: 100%;
  margin-top: 20px;
}
.sy_con5 .rq1 .lef .div:hover {
  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0);
  transform: translate3d(0,0px,0);
}

}
@media(max-width:768px){
  .banner .swiper-slide .container{
    width: 100%;
  }
  .sy_con6 .container{
    width: 100%;
  }
  .sy_con6 {
    height: 140px;
}
.sy_con6 a {
  font-size: 14px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
}
}
@media(max-width:500px){
  .sy_con1.app{
    display: block !important;
  }
  .sy_con1.pc{
    display: none !important; 
  }
  .sy_con4app .rq .rq1 {
    padding-bottom: 30px !important;
}
  .sy_con4 .rq .rq1 .rig .p2 {
    padding-top: 8px;
  }
  .sy_con4 .rq .rq1 .rig .p4 {
    margin-top: 12px;
  }
  .msg-box .close-box {
    width: 20px;
    height: 20px;
  }
  .txp_overlay_play .txp_btn_play_lg {
    width: 50px;
    height: 50px;
  }
  .msg-box {
    width: 95%;
    height: 30%;
  }
  .abo_video .bfq {
    width: 40px;
  }
  .sy_con3 .rq2 .div1 {
    width: 100% !important;
    margin: 0 auto 10px;
  }
  .sy_con3 .rq2 .h1 {
    font-size: 24px;
}
  .zx .rq {
    width: 90%;
    padding: 20px 10px;
    padding-bottom: 24px;
}
.zx .rq .p {
  font-size: 22px;
  margin-bottom: 20px;
}
.zx .rq .rq2,
.zx .rq .rq1 {
  height: 40px;
}
.zx .rq .rq2 div i img,
.zx .rq .rq1 div i img {
  width: 18px;
}
.zx .rq .rq2 input,
.zx .rq .rq2 p,
.zx .rq .rq2 div,
.zx .rq .rq1 select,
.zx .rq .rq1 p {
  font-size: 14px;
}
.zx .rq .rq2 div {
  line-height: 38px;
}
.zx .rq textarea {
  padding-left: 12px;
  padding-top: 10px;
  font-size: 14px;
}
.zx .rq button {
  font-size: 14px;
  width: 110px;
  height: 33px;
  border-radius: 30px;
  margin-top: 12px;
}
.zx .rq .rq2, .zx .rq .rq1 {
  margin-bottom: 10px;
}
.sy_con6 .container {
  line-height: 40px;
}
.sy_con6 {
  height: 100px;
}
  .c-followDot{
    display: none;
  }
  .sy_con1 .top .lef .p1 {
    font-size: 20px;
}
.sy_con1 .bot .div {
  height: 150px;
  padding: 15px 15px;
}
.sy_con1 .bot .div .div1 {
  width: 55px;
  height: 55px;
}
.sy_con1 .bot .div .p1 {
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 4px;
}
.sy_con1 .bot .div a {
  bottom: 12px;
}
.sy_con1 .top .lef{
  padding: 0 0px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.sy_con1 .bot{
  padding: 0 45px;
  position: relative;
}
.sy_con1 .swiper-button-next, .sy_con1 .swiper-button-prev{
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/img73.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  transition: all .5s;
}
.sy_con1 .swiper-button-prev{
  left: 0;
  transform: rotate(180deg);
}
.sy_con1 .swiper-button-next:hover,
.sy_con1 .swiper-button-prev:hover{
  background-image: url(../images/img74.png);
}
.sy_con1 .bot .swiper-slide .div {
  background: rgb(11,165,174);
  border: 2px solid rgb(11,165,174) !important;
  box-shadow: 0 0 20px #ccc;
}
.sy_con1 .bot .swiper-slide .div .div1 .ig1 {
  left: 100%;
  opacity: 0;
}
.sy_con1 .bot .swiper-slide .div .div1 .ig2 {
  left: 50%;
  opacity: 1;
}
.sy_con1 .bot .swiper-slide .div p {
  color: #fff;
}
.sy_con1 .bot .swiper-slide .div a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.sy_con1 .bot .swiper-slide .div a::before {
  background-image: url(../images/img51.png);
}

.sy_con2 .rq .rq1{
  width: 100%;
  height: auto;
  margin-right: 0;
}
.sy_con2 .rq .rq1 .p2{
  height: auto;
  -webkit-line-clamp: 3;
}
.sy_con2 .rq .rq1 .p1 {
  font-size: 20px;
}
.sy_con2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sy_con2 .rq .rq1 .bot {
  padding-bottom: 0px;
  border-bottom: none;
}
.sy_con3 {
  padding-top: 40px;
}
.bt {
  font-size: 24px;
}
.sy_con3 .a {
  font-size: 14px;
  margin-top: 6px;
}
.sy_con3 .rq {
  margin-top: 25px;
  padding-bottom: 30px;
}
.sy_con3 .rq .div, .sy_con3 .rq .div.on{
  width: 100%;
  margin-top: 30px;
  background: rgb(35,171,182);
  border: none;
  height: auto;
}
.sy_con3 .rq .div{
  overflow: hidden;
  transition: .5s all;
}

.sy_con3 .rq .div .ig1 {
  right: 10px;
  opacity: 1;
  z-index: 1;
}
.sy_con3 .rq .div.on .div1, .sy_con3 .rq .div .div1 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sy_con3 .rq .div.on2{
    max-height: initial;
    overflow: visible;

}
.sy_con3 .rq .div .ig1 {
  width: 140px;
  top: 5px;
}
.sy_con4 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.sy_con4 .rq {
  padding-top: 20px;
  padding-bottom: 38px;
}
.sy_con4 .rq .rq1 .lef{
  width: 100%;
}
.sy_con4 .rq .rq1 .rig{
  width: 100%;
  padding: 10px 0;
}
.sy_con5 {
  padding-top: 40px;
  padding-bottom: 88px;
}
.sy_con5 .rq {
  padding-top: 20px;
  padding-bottom: 15px;
}
.sy_con5 .rq1 .lef .div {
  border-top: 5px solid #008089;
}
.sy_con5 .rq1 .lef .div .bot {
  padding: 10px 10px;
  padding-bottom: 15px;
}
.sy_con5 .rq1 .lef .div .bot .p1 {
  font-size: 14px;
  margin-bottom: 5px;
}
.sy_con5 .rq1 .lef .div .bot .p2 {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
}
.sy_con5 .rq1 .lef .div .bot .p3 {
  font-size: 13px;
  margin-top: 14px;
}
.sy_con5 .rq1 .lef .div{
  height: auto;
  margin-bottom: 10px;
}
.sy_con5 .rq1 .rig {
  display: none
   ;
}
.sy_con5 .rq1 .rig .div {
  height: auto;
}
.sy_con5 .rq1 .rig .div .p2{
  height: auto;
  -webkit-line-clamp: 20;
  font-size: 16px;
}
.sy_con3 .rq .div .ig1{
opacity: 0; 
transition: .5s all;
}
.sy_con3 .rq .div .div1 .ig2{
  opacity: 0; 
}
.sy_con5 .sy_a {
  bottom: -40px;
}
.sy_con6 a {
  font-size: 14px;
  width: 110px;
  height: 34px;
  line-height: 34px;
  border-radius: 34px;
}

}
@media(max-width:375px){
  .sy_con5 .rq1 .lef .div {
    height: 230px;
}
.sy_con5 .rq1 .lef .div .bot .p2 {
  font-size: 13px;
  line-height: 22px;
  height: 46px;
}
.sy_con5 .rq1 .lef .div .bot .p3 {
  margin-top: 9px;
}
.sy_con5 .sy_a {
  bottom: -32px;
}
.sy_con5 {
  padding-bottom: 72px;
}

}

/* 联系我们 */
.innerbanner{
  position: relative;
}
.innerbanner .container{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.innerbanner .innertext .p1{
  font-size: 60px;
  color: #fff;
  text-align: center;
  font-family: 'albb';
}
.innerbanner .innertext .p2{
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: 'albb';
}
.innerbanner .bj{
  width: 100%;
  vertical-align: middle;
}
.cot_con1{
  padding-top: 85px;
  padding-bottom: 128px;
  background-color: #f6f7fc;
  position: relative;
}
.cot_con1 .h1{
  text-align: center;
  font-size:48px ;
  color: #333;
}
.cot_con1 .h2{
  text-align: center;
  font-size:18px ;
  color: #999999;
  font-family: 'gilroy';
}
.cot_con1 .rq1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;

}
.cot_con1 .rq1 .lef{
  padding-top: 30px;
  padding-left: 60px;
  width: 50%;
  background-color: #fff;
}
.cot_con1 .rq1 .rig{
  width: 50%;
  overflow: hidden;
}
img{
  vertical-align: middle;
}
.cot_con1 .rq1 .rig img{
  width: 100%;
  transition: .5s all;
}
.cot_con1 .rq1 .rig:hover img{
  transform: scale(1.05);
}
.cot_con1 .rq1 .lef .div1{
  width: 145px;
}
.cot_con1 .rq1 .lef .div1 img{
  width: 100%;
}

.cot_con1 .rq1 .lef .div2{
  margin-top: 20px;
}
.cot_con1 .rq1 .lef .div2 .p1{
  font-size: 24px;
  color: #333;
}
.cot_con1 .rq1 .lef .div2 .p2{
  font-size: 16px;
  margin-top: 18px;
  color: #666666;
  padding-left: 35px;
  font-family:"din";
  position: relative;
}
.cot_con1 .rq1 .lef .div2 .p2::before{
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/cot2.png)no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cot_con1 .rq1 .lef .div2 .p2:nth-child(4):before{
   background: url(../images/cot3.png)no-repeat;
  background-size: contain;
}
.cot_con1 .rq1 .lef .div2 .p2:nth-child(5):before{
  background: url(../images/cot4.png)no-repeat;
 background-size: contain;
}
.cot_con1 .rq1 .lef .div2 .p2:nth-child(6):before{
  background: url(../images/cot5.png)no-repeat;
 background-size: contain;
}
.cot_con1 .rq2{

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cot_con1 .rq2 .div{
  margin-top: 34px;
  width: 32%;
  padding: 60px;
  padding-left: 160px;
  background-color: #fff;
  border-top: 6px solid #008089;
  transition: .5s all;
  position: relative;
}

.cot_con1 .rq2 .div:hover{
  box-shadow: 0px 10px 10px 0px rgb(90 91 95 / 30%);
    transform: translate3d(0,-3px,0);
}
.cot_con1 .rq2 .div div{
  /* float: left;
  width: auto; */
}

.cot_con1 .rq2 .div .bot1{
  width: 100px;
  position: absolute;
  top: 60px;
  left: 60px;
}
.cot_con1 .rq2 .div .bot2{
  width: 100%;
  padding-left: 20px;
}
.cot_con1 .rq2 .div .bot1 img{
  width: 100%;
}
.cot_con1 .rq2 .div .bot2 .p1{
  font-size: 24px;
  color: #333333;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cot_con1 .rq2 .div .bot2 .p2{
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
}
.cot_con2 .h1{
  text-align: center;
  font-size:48px ;
  color: #333;
}
.cot_con2 .h2{
  text-align: center;
  font-size:18px ;
  color: #999999;
  font-family: 'gilroy';
}
.cot_con2{
  padding-top: 110px;
  padding-bottom: 120px;
}
.cot_con2 .rq1{
  margin-top: 50px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
.cot_con2 .rq1 .div{
width: 33.33%;
padding-left: 45px;
padding-top: 55px;
padding-bottom: 95px;
border-top: 1px solid #eaeaea;
border-left: 1px solid #eaeaea;
}
.cot_con2 .rq1 .div .p1{
  font-size:18px ;
  color: #333;
  font-weight: bold;

}
.cot_con2 .rq1 .div .p2{
  font-size:16px ;
  color: #666;
  margin-top: 10px;
}
.cot_con3{
 
  width: 100%;
  background: url(../images/cot12.jpg)no-repeat;
  background-size: cover;
}
.cot_con3 .container{
  position: relative;
  height: 270px;
}
.cot_con3 .container .a1{
  display: block;
  text-align: center;
  background-color: #fff;
  width: 210px;
  line-height: 74px;
  border-radius: 50px;
  transition: .5s all;
  color: #008089;
  font-size: 28px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cot_con3 .container .a1:hover{
  background-color: #008089;
  color: #fff;
}
/* 联系我们分辨率 */
@media (max-width:1580px) {
  .innerbanner .innertext .p1 {
    font-size: 45px;
  }
  .innerbanner .innertext .p2 {
    font-size: 16px;
    margin-top: 0px;
  }
  .innerbanner .container {
    top: 35%;
  }
  .cot_con1 .h1,.cot_con2 .h1{
    font-size: 36px;
  }
  .cot_con1 .h2,.cot_con2 .h2{
    font-size: 14px;
  }
  .cot_con1 .rq1 .lef .div1 {
    width: 110px;
}
.cot_con1 .rq1 .lef .div2 .p1 {
  font-size: 20px;
}
.cot_con1 .rq1 .lef .div2 .p2 {
  font-size: 14px;
  margin-top: 15px;
}
.cot_con1 .rq1 .lef .div2 {
  margin-top: 20px;
}
.cot_con1 .rq1 .lef {
  padding-top: 25px;
  padding-left: 30px;
}
.cot_con1 .rq2 .div .bot2 .p1{
  font-size: 20px;
}
.cot_con1 .rq2 .div .bot2 .p2{
  font-size: 14px;
}
.cot_con1 .rq2 .div .bot1{
  width: 75px;
}
.cot_con1 .rq2 .div{
  padding: 50px 15px;
  padding-left: 90px;
}
.cot_con1 .rq2 .div .bot1 {
  top: 50px;
  left: 15px;
}
.cot_con1 {
  padding-top: 45px;
  padding-bottom: 60px;
}
.cot_con2 .rq1 .div .p2 {
  font-size: 14px;
}
.cot_con2 .rq1 .div {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 35px;
  padding-bottom: 45px;
}
.cot_con2 .rq1 {
  margin-top: 30px;
}
.cot_con2 {
  padding-top: 55px;
  padding-bottom: 60px;
}
.cot_con3 .container .a1 {
  width: 160px;
  line-height: 56px;
  font-size: 21px;
}
.cot_con3 .container {
  height: 205px;
}
}
@media (max-width:991px) {
  .cot_con1 .h1,.cot_con2 .h1{
    font-size: 24px;
  }
  .cot_con1 .rq1 .lef,.cot_con1 .rq1 .rig{
    width: 100%;
  }
  .cot_con1 .rq1 .lef {
    padding: 25px 30px;
}
  .cot_con1 .rq2 .div{
    width: 48%;
  }
  .cot_con2 .rq1 .div{
    width: 50%;
  }
  .cot_con1 .rq1 {
    margin-top: 30px;
}
}
@media (max-width:500px) {
  .cot_con3 .container {
    height: 120px;
}
  .cot_con3 .container .a1 {
    width: 130px;
    line-height: 40px;
    font-size: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
  .cot_con2 {
    padding-top: 30px;
    padding-bottom: 45px;
}
  .cot_con1 .rq1 {
    margin-top: 15px;
}
  .cot_con1 .rq1 .lef .div2 .p1 {
    font-size: 18px;
}
  .cot_con1 .rq1 .lef {
    padding: 15px;
}
.cot_con1 .rq2 .div {
  padding: 28px 15px;
  padding-left: 90px;
}
.cot_con1 .rq2 .div .bot1 {
  top: 28px;
  left: 15px;
}
  .innerbanner .container {
    top: 47% !important;
    width: 100%;
}
  .innerbanner .innertext .p1 {
    font-size: 26px;
}
.innerbanner .innertext .p2 {
  font-size: 14px;
}
  .cot_con1 .rq2 .div{
    width: 100%;
  }
  .cot_con2 .rq1 .div{
    width: 100%;
  }
}
/* 新闻中心 */
.new_con1{
  background-color: #fff;
  line-height: 80px;
  border-bottom: 1px solid #eff0f8;

}
.new_con1 .container{
  /* height: 80px; */
  display: flex;
}
.new_con1 .container::before{
  display: none;
}
.new_con1 .container::after{
  display: none;
}
.new_con1 .container .a{
display: block;
float: left;
text-align: center;
color: #666666;
font-size: 20px;
width: 16.66%;
flex: 1;
border-right: 1px solid #eff0f8;
font-family: 'albb';
position: relative;
}
.new_con1 .container .a:nth-child(1){
border-left: 1px solid #eff0f8;
}

.new_con1 .container .a::before {
  content: '';
  width: 0%;
  height: 4px;
  border-radius: 4px;
  background: #008089;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transition: all .5s;
}
.new_con1 .container .a:hover::before,.new_con1 .container .a.on::before{
width: 100%;

}
.new_con2{
  padding-top: 105px;
  background-color: #f6f7fc;
  padding-bottom: 125px;
  position: relative;
}
.new_con2 .h1{
  text-align: center;
  font-size: 60px;
  color: #000000;

}
.new_con2  .rq1{
  margin-top: 65px;

}
.new_con2  .rq1 .swiper-container{

}
.new_con2  .rq1 .swiper-container .swiper-slide{

}
.new_con2  .rq1 .swiper-container .swiper-slide .divcon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new_con2  .rq1 .swiper-container .swiper-slide .divcon .lef{
  width: 50%;
  overflow: hidden;
}
.new_con2  .rq1 .swiper-container .swiper-slide .divcon .lef img{
  width: 100%;
  transition: .5s all;
}
.new_con2  .rq1 .swiper-container .swiper-slide .divcon .lef:hover img{
  transform: scale(1.05);
}
.new_con2  .rq1 .swiper-container .swiper-slide .divcon .rig{
  width: 50%;
  background-color: #fff;
  padding-top: 55px;
  padding-left: 60px;
  padding-right: 40px;
  position: relative;
}
.new_con2  .rq1 .swiper-container .swiper-slide .divcon .rig .p1{
  font-size: 20px;
  color: #008089;
  position: relative;
  font-family: 'din';

  padding-left: 30px;
}
.new_con2  .rq1 .swiper-container .swiper-slide .divcon .rig .p1::before{
  content: '';
    width: 20px;
    height:20px;
    background: url(../images/news2.png)no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new_con2  .rq1 .swiper-container .swiper-slide .divcon .rig .p2{
  font-size: 30px;
  color: #000000;
  margin-top: 20px;
}
.new_con2  .rq1 .swiper-container .swiper-slide .divcon .rig .p3{
  font-size: 18px;
  color: #666666;
  margin-top: 40px;
  line-height: 30px;
}
.new_con2  .rq1 .swiper-container .swiper-slide .divcon .rig .p4{
  font-size: 18px;
  color: #000;
  margin-top: 40px;
  position: relative;
  transition: .5s all;
  padding-left: 30px;
}

.new_con2  .rq1 .swiper-container .swiper-slide .divcon .rig .p4::before{
  content: '';
    width: 20px;
    height:20px;
    background: url(../images/news3.png)no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new_con2  .rq1 .swiper-container .swiper-slide .divcon .rig:hover .p4{
  color: #008089;
}
.new_con2  .rq1 .swiper-container .swiper-slide .swiper-pagination{
bottom: 60px;
}
.new_con2  .rq1 .swiper-container .swiper-slide .swiper-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background-color: #e0e5ff;
  margin-left: 10px;
  opacity: 1;
}
.new_con2  .rq1 .swiper-container .swiper-slide .swiper-pagination .swiper-pagination-bullet:nth-child(1){
  margin-left: 0px;
}
.new_con2  .rq1 .swiper-container .swiper-slide .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #008089;
}
.new_con2 .rq2{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
margin-top: 2%;
}
.new_con2 .rq2 .div{
  display: block;
  width: 32%;
  border-top: 15px solid #008089;
  margin-top: 2%;
  margin-right: 2%;
}
.new_con2 .rq2 .div:nth-child(3n){
  margin-right: 0;
}
.new_con2 .rq2 .div .bot1{
  overflow: hidden;
  width: 100%;
}
.new_con2 .rq2 .div .bot1 img{
  width: 100%;
  transition: .5s all;
}
.new_con2 .rq2 .div:hover img{
  transform: scale(1.05);
}
.new_con2 .rq2 .div .bot2{
  background-color: #fff;
  padding-top: 30px;
  padding-left: 38px;
  padding-right: 35px;
  padding-bottom: 35px;
}
.new_con2 .rq2 .div .bot2 .p1{
  font-size: 20px;
    color: #008089;
    position: relative;
    font-family: 'din';
    padding-left: 30px;
}
.new_con2 .rq2 .div .bot2 .p1::before{
  content: '';
    width: 20px;
    height: 20px;
    background: url(../images/news2.png)no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new_con2 .rq2 .div .bot2 .p2{
  font-size: 20px;
  color: #666666;
  margin-top: 20px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.new_con2 .rq2 .div .bot2 .p3{
  font-size: 18px;
    color: #999999;
    margin-top: 20px;
    position: relative;
    transition: .5s all;
    padding-left: 30px;
}
.new_con2 .rq2 .div .bot2 .p3::before{
  content: '';
    width: 20px;
    height: 20px;
    background: url(../images/news3.png)no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new_con2 .rq2 .div:hover .p3{
  color: #008089;
}

.fy{
  display: table;
  margin: 0 auto;
  width: auto;
  margin-top: 58px;
}
.fy li.on, .fy li:hover{
  background: #008089;
}
.fy li:hover a:hover{
  color: #fff;
}
.fy li.on a{
  color: #fff;
}
.fy li {
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin-right: 10px;
  transition: all .5s;
  background-color: #fff;
}
.fy li a {
  display: block;
  width: 100%;
  font-family: 'din';
  font-size: 16px;
  color: #222222;
  transition: all .5s;

}
.fy li:last-child a{
  height: 40px;
  background: url(../images/news15.png)no-repeat;
  background-size: 13px;
  background-position: center;
} 
.fy li:last-child:hover a{
  background: url(../images/news15b.png)no-repeat;
  background-size: 12px;
  background-position: center
}

.fy li{
    line-height: normal;
    background-color: unset;
    margin-right: 5px;
}
.fy.pageList li a, .layui-laypage span {
    height: 40px;
    line-height: 38px;
    color: #999999;
    padding: 0 15px;
    border: 1px solid #e2e2e2;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    font-size: 12px;
}
.fy.pageList li:last-child a{
    background: #ffffff;
}
.fy li:hover a:hover{
    color: #999999;
}


/* 新闻中心分辨率 */
@media(max-width:1680px){
  .new_con1 .container .a{
    font-size: 18px;
  }
}
@media(max-width:1580px){

  .new_con2 .h1{
    font-size: 45px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p1 {
    font-size: 18px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
    font-size: 26px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p3 {
    margin-top: 15px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig {
    padding-top: 70px;
    padding-left: 30px;
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p4 {
  font-size: 14px;
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p3 {
  font-size: 16px;
}
.new_con2 .rq1 .swiper-container .swiper-slide .swiper-pagination {
  bottom: 40px;
}
.new_con2 {
  padding-top: 55px;
  padding-bottom: 75px;
}
.new_con2 .rq2 .div .bot2 .p1 {
  font-size: 16px;
}
.new_con2 .rq2 .div .bot2 .p2 {
  font-size: 16px;
}
.new_con2 .rq2 .div .bot2 .p3 {
  font-size: 14px;
}
.new_con2 .rq2 .div .bot2 {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
}
@media(max-width:1459px){
  .new_con1 .container .a{
    font-size: 14px;
  }
  .new_con1 {
    line-height: 60px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .swiper-pagination {
    bottom: 25px;
}
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig {
    padding-top: 30px;
}
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p3 {
    font-size: 14px;
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
  font-size: 21px;
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p4 {
  margin-top: 15px;
}
}
@media(max-width:991px){
  .new_con1 .container .a{
    width: auto;
    padding: 0 10px;
    /* border-bottom: 1px solid #eff0f8; */
  }
  .new_con1 .container{
    overflow-x: scroll;
    overflow-y: hidden;
      white-space: nowrap;
      padding-bottom: 0px;
      display: block;
  }
  
  .new_con1 .container::-webkit-scrollbar {
    width : 10px; 
    height: 1px;
    }
    .new_con1 .container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0) !important;
    }
    .new_con1 .container::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0) !important;
    }

  .new_con1 .container .a{
    display: inline-block;
   float: none;
  }
  .new_con2 .h1{
    font-size: 24px;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .lef,.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig{
    width: 100%;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig{
    padding-bottom: 60px;
  }
  .new_con2 .rq2 .div{
    width: 48%;
  }
  .new_con2 .rq2 .div:nth-child(3n){
    margin-right: 2%;
  }
  .new_con2 .rq2 .div:nth-child(2n){
    margin-right: 0;
  }
  .new_con2 .rq1 {
    margin-top: 33px;
}
}
@media(max-width:500px){
  .new_con1 {
    line-height: 46px;
}
.new_con1 .container{
  padding: 0 20px;
}
  .new_con2 .rq2 .div .bot2 {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.new_con2 .rq2 .div .bot2 .p2 {
  margin-top: 10px;
}
  .fy {
    margin-top: 40px;
}
  .new_con2 {
    padding-top: 30px;
    padding-bottom: 40px;
}
  .new_con2 .rq1 {
    margin-top: 30px;
}
  .new_con2 .rq2 .div{
    width: 100%;
    margin-right: 0 !important;
  }
  .new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p2 {
    font-size: 18px;
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig{
  padding: 15px 10px;
}
.new_con2 .rq1 .swiper-container .swiper-slide .divcon .rig .p4 {
  margin-top: 15px;
}
.new_con2 .rq1 .swiper-container .swiper-slide .swiper-pagination {
  bottom: 15px;
  right: 10px;
}
}
@media(max-width:414px){
  .new_con1 .container .a {
    padding: 0 16.5px;
}
}
@media(max-width:375px){
  .new_con1 .container .a {
    padding: 0 11.5px;
}
}
@media(max-width:360px){
  .new_con1 .container .a {
    padding: 0 9.5px;
}
}
/* 新闻详情 */
.newd_con1{
  padding-top: 100px;
  background-color: #f6f7fc;
  padding-bottom: 55px;
}
.newd_con1 .h1{
text-align: center;
color: #333;
font-size: 48px;
font-family: 'albb';
}
.newd_con1  .rq1{
  display: table;
  width: auto;
  margin: 0 auto;
  margin-top: 25px;
}
.newd_con1  .rq1 div{
  float: left;
  margin-left: 72px;
}
.newd_con1  .rq1 div:nth-child(1){
  margin-left: 0;
}
.newd_con1  .rq1 .p1{
  font-size: 18px;
  color: #999999;
  font-family: 'albb';
}
.newd_con1  .rq1 .div1 a{
 display: inline-block;
 width: 22px;
 position: relative;
}
.newd_con1  .rq1 .div1 a img{
  width: 100%;
  vertical-align: bottom;
}
.newd_con1  .rq1 .div1 .div2{
  width: 60px;
  position: absolute;
  top: 200%;
  left: 50%;
  transform: translateX(-50%);
  float: none;
  margin-left: 0 !important;
  padding-top: 10px;
  opacity: 0;
  z-index: -1;
  transition: all .5s;
}
.newd_con1  .rq1 .div1 a:hover .div2{
  opacity: 1;
  top: 100%;
  z-index: 0;
}

.newd_con2{
padding-top: 50px;
padding-bottom: 55px;
border-top: 1px solid #eaedf8;
border-bottom: 1px solid #eaedf8;
background-color: #f6f7fc;
}
.newd_con2 span img,
.newd_con2 p span img,
.newd_con2 p img,
.newd_con2 img{
  max-width: 100% !important;
}
.newd_con2  .p1{
  font-size: 18px;
  color: #999;
  font-family: 'albb';
  line-height: 30px;
}
.newd_con2 .p1:nth-child(2){
  margin-top: 25px;
}
.newd_con2 .div1{
  width: 100%;
  overflow: hidden;
  margin-top: 55px;
}
.newd_con2 .div1 img{
  width: 100%;
  transition: .5s all;
}
.newd_con2 .div1:hover img{
  transform: scale(1.05);
}
.newd_con2 .div2{
margin-top: 50px;
}
.newd_con2 .div2 .p2{
  font-size: 24px;
  color: #333;
  font-family: 'albb';
}
.newd_con2 .div2  .p3{
  font-size: 18px;
  color: #999;
  font-family: 'albb';
  line-height: 30px;
}
.newd_con2 .div3{
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newd_con2 .div3 .bot{
  width: 48%;
  overflow: hidden;
}
.newd_con2 .div3 .bot img{
  width: 100%;
  transition: .5s all;
}
.newd_con2 .div3 .bot:hover img{
  transform: scale(1.05);
}
.newd_con2 .div2 .p4{
  font-size: 30px;
  color: #333;
  font-family: 'albb';
}
.newd_con2 .div2 .div1{
  margin-top: 20px;
}
.newd_con2 .div2 .p1:nth-child(3){
  margin-top: 50px;
}
.newd_con2 .div2 .p1:nth-child(4){
  margin-top: 20px;
}
.newd_con3{
  padding-top: 55px;
  padding-bottom: 115px;
  background-color: #f6f7fc;
  overflow: hidden;
}
.newd_con3 .lef{
  float: left;
}
.newd_con3 .lef .div1 a{
  display: block;
  font-size: 18px;
  color: #333;
  font-family: 'albb';
}
.newd_con3 .lef .div1:nth-child(2) a{
  margin-top: 10px;
}
.newd_con3 .lef .div1 a:hover{
  text-decoration: underline;
}
.newd_con3 .rig{
  float: right;
}
.newd_con3 .rig .btn1{
  width: 160px;
  line-height: 60px;
  transition: .5s all;
  border-radius: 50px;
  background-color: #008089;
}
.newd_con3 .rig .btn1 a {
  display: block;
  width: 100%;
  background: url(../images/news16.png)no-repeat;
  background-position-x: 20%;
  background-position-y: center;
  z-index: 10;
  color: #fff;
  padding-right: 30px;
  text-align: right;
  font-size: 18px;
}
/* 新闻详情分辨率 */
@media(max-width:1580px){ 
  .newd_con1 .h1 {
    font-size: 36px;
  }
  .newd_con1 {
    padding-top: 65px
  }
  .newd_con2 .div2 .p4 {
    font-size: 26px;
  }
  .newd_con3 .rig .btn1 {
    width: 120px;
    line-height: 40px;
  }
  .newd_con3 .rig .btn1 a {
    background-size: 13px;
    background-position-x: 15%;
    font-size: 14px;
}
.newd_con2 .p1 {
  font-size: 16px;
}
.newd_con2 .div2 .p3 {
  font-size: 16px;
}
.newd_con2 .div2 .p2 {
  font-size: 24px;
}
.newd_con2 .div2 {
  margin-top: 30px;
}
.newd_con2 .div2 .p1:nth-child(3) {
  margin-top: 35px;
}
.newd_con3 {
  padding-top: 45px;
  padding-bottom: 70px;
}
.newd_con3 .lef .div1 a {
  display: block;
  font-size: 16px;
}
.newd_con3 .rig .btn1 a {
  padding-right: 25px;
}
}
@media(max-width:1459px){ 

  .newd_con2 .div1 {
    margin-top: 30px;
}
  .newd_con2 .p1 {
    font-size: 14px;
}
}
@media(max-width:500px){ 
  .newd_con2 .div2 .p3 {
    font-size: 14px;
}
  .newd_con2 .div2 .p2,.newd_con2 .div2 .p4{
    font-size: 20px;
}
  .newd_con3 .lef .div1 a {
    font-size: 14px;
}
  .newd_con3 {
    padding-top: 35px;
    padding-bottom: 35px;
}
  .newd_con1 .h1 {
    font-size: 24px;
}
.newd_con1 .rq1 .p1 {
  font-size: 14px;
}
.newd_con1 .rq1 .p1 {
 width: 100%;
 margin-bottom: 10px;
}
.newd_con1 .h1 {
  font-size: 20px;
}
.newd_con3 .rig .btn1 {
  width: 110px;
  line-height: 34px;
}
.newd_con3 .rig .btn1 a {
  padding-right: 18px;
}
.newd_con1 .rq1 div{
  margin-left: 0;
}
.newd_con1 .rq1 {
  margin-top: 20px;
}
.newd_con1 {
  padding-top: 40px;
  padding-bottom: 24px;
}
.newd_con2 {
  padding-top: 30px;
  padding-bottom: 40px;
}
.newd_con2 .div2 .p4 {
  font-size: 24px;
}
.newd_con3 .rig .btn1 {
  margin-top: 20px;
}
}
/* 服务支持 */

.ser_con1{
  padding-top: 105px;
  background-color: #f6f7fc;
  padding-bottom: 118px;
  position: relative;
}
.ser_con1 .h1{
  text-align: center;
  color: #333;
  font-size: 60px;
  font-family: 'albb2';
}
.ser_con1 .rq{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.ser_con1 .rq .div1{
  padding: 80px 45px;
  width: 24%;
  background-color: #fff;
  transition: .5s all;
  margin-top: 2%;
}
.ser_con1 .rq .div1 .bot{
width: 100px;
height: 85px;
margin: 0 auto;
overflow: hidden;
}
.ser_con1 .rq .div1 .bot img{
  display: block;
  margin: 0 auto;
max-width: 100%;
max-height: 100%;
transition: .5s all;
}
.ser_con1 .rq .div1 .p1{
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  color: #333333;
  line-height: 30px;
  font-family: 'albb';
  transition: .5s all;
}
.ser_con1 .rq .div1 .bot .img2{
display: none;
}
.ser_con1 .rq .div1:hover .bot .img1{
  display: none;
}
.ser_con1 .rq .div1:hover .bot .img2{
  display: block;
}
.ser_con1 .rq .div1:hover{
  background-color: #008089;
}
.ser_con1 .rq .div1:hover .p1{
  color: #fff;
}
.ser_con2 {
  padding-top: 115px;
  background-color: #fff;
  padding-bottom: 120px;
  position: relative;
}
.ser_con2 .h1{
  text-align: center;
  color: #333;
  font-size: 60px;
  font-family: 'albb2';
  letter-spacing: 2px;
}

.ser_con2 .faq_list .faq_tit{

}
.ser_con2 .faq_list .faq_tit .faq_tit-con{
  border: 1px solid #eeeeee;
  padding: 30px 0;
  padding-left: 28px;
}
.ser_con2 .faq_list .faq_tit .faq_tit-con h3{
  font-size: 18px;
  color: #333333;
  position: relative;
  padding-left: 30px;
  float: left;
   font-family: 'albb';
}
.ser_con2 .faq_list .faq_tit .faq_tit-con h3::before{
  content: '';
  width: 11px;
  height: 11px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.ser_con2 .faq_list .faq_tit .faq_tit-con i{
  float: right;
  font-size: 25px;
  padding-right: 50px;
}
.ser_con2 .faq_list .faq_font{
  height: auto;
    max-height: 0;
    overflow: hidden;
    transition: .5s all;
}
.ser_con2 .faq_list .faq_font .faq_det{
  padding: 35px 0;
  padding-left: 50px;
  border: 1px solid #eeeeee;
}
.ser_con2 .faq_list .faq_font .faq_det p{
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  font-family: 'albb';
}
.faq_list li:hover .faq_tit .icon-jia, .faq_list li.on .faq_tit .icon-jia::before{
  content: "\e648";
}
.faq_list li.on  .faq_font{
  max-height: 190px;
}
.faq_list li.on,.faq_list li:hover{background:#f5f9fe; }
.faq_list li{
  margin-top: 1.5%;
}
.faq_list{
  margin-top: 3%;
}
.faq_list .a1{
  margin-top: 1.5%;
  display: block;
  width: 100%;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-family: 'albb';
  background-color: #008089;
}
.faq_list .a1 span{
  position: relative;
  padding-right: 30px;
}
.faq_list .a1 span::after{
  content: '';
  width: 20px;
  height: 16px;
  background: url(../images/ser9.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.ser_con3 .rq1 {
  width: 100%;
  background: #f6f7fc;
  position: relative;
}
.ser_con3  .rq1 .container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ser_con3 .rq1 .rig{
  width: 50%;
  float: right;
}
.ser_con3 .rq1 .lef img{
  width: 100%;
}
.ser_con3  .rq1.rq4 .rig {
  width: 50%;
  float: left;
}
.ser_con3  .rq1.rq4{
  background-color: #008089;
}
.ser_con3 .rq1 .rig img {
  width: 100%;
  vertical-align: middle;
}
.ser_con3 .rq1.rq4 .div {
  float: right;
  width: 43%;
  padding-top: 145px;
}
.ser_con3 .rq1.rq4 .div .p3{
  color: #fff;
  font-size: 48px;
  font-family: 'albb';
}
.ser_con3 .rq1.rq4 .div .p4{
  color: #fff;
  font-size: 16px;
  font-family: 'albb';
  line-height: 30px;
  margin-top: 30px;
}
.ser_con3 .rq1 .div {
  padding-top: 90px;
  width: 46%;
}
.ser_con3 .rq1 .div .bot{
  
  float: left;
  width: auto;
  line-height: 40px;
  margin-left: 140px;
  margin-top: 20px;
}
.ser_con3 .rq1 .div .bot:nth-child(odd){
  margin-left: 0;
}
.ser_con3 .rq1 .div .bot .p1{
  font-size: 18px;
  color: #008089;
  font-family: 'albb';
  font-weight: bold;
}
.ser_con3 .rq1 .div .bot .p2{
  font-size: 42px;
  color: #000;
  font-family: 'albb';

}
.ser_con3 .rq1 .div .bot .p3{
  font-size: 18px;
  color: #666;
  font-family: 'albb';
}
@media(max-width:1680px){
  .ser_con3 .rq1 .div {
    padding-top: 55px;
  }
  .ser_con3 .rq1.rq4 .div {
    padding-top: 115px;
}
.ser_con3 .rq1 .div .bot {
  margin-left: 55px;
}
}
@media(max-width:1580px){
  .ser_con3 .rq1 .div {
    padding-top: 10px;
  }
  .ser_con3 .rq1 .div .bot {
    margin-left: 16px;
  }
  .ser_con3 .rq1 .div .bot .p1 {
    font-size: 14px;
  }
  .ser_con3 .rq1 .div .bot .p2 {
    font-size: 32px;
  }
  .ser_con3 .rq1.rq4 .div {
    padding-top: 60px;
}

  .ser_con3 .rq1.rq4 .div .p3 {
    font-size: 36px;
  }
  .ser_con2 {
    padding-top: 60px;
    padding-bottom: 70px;
}

  .ser_con1 {
    padding-top: 65px;
    padding-bottom: 70px;
}

  .ser_con1 .rq .div1 .p1 {
    font-size: 16px;
  }
  .ser_con1 .h1,.ser_con2 .h1{
    font-size: 45px;
  }
  .ser_con1 .rq .div1 {
    padding: 40px 20px;
}
  .ser_con1 .rq .div1 .bot {
    width: 75px;
    height: 75px;
  }
}
@media(max-width:1259px){
  .ser_con3 .rq1 .div .bot .p2 {
    font-size: 25px;
}
.ser_con3 .rq1 .div .bot .p3 {
  font-size: 15px;
}

}

@media(max-width:991px){
  .ser_con3 .rq1.rq4 .rig {
    width: 100%;
  }
  .ser_con3 .rq1 .container{
    position: static;
    transform: translate(0);
  }
  .ser_con1 .rq .div1 {
    width: 48%;
  }
  .ser_con3 .rq1.rq4 .div {
    width: 100%;
    padding: 60px 0;
  }
  .ser_con3 .rq1 .rig,.ser_con3 .rq1 .lef{
    width: 100%;
  }
  .ser_con3 .rq1 .div .bot{
    width: 100%;
  }
}
@media(max-width:500px){
  .ser_con2 {
    padding-top: 30px;
    padding-bottom: 35px;
}

  .ser_con2 .faq_list .faq_tit .faq_tit-con i {
    float: right;
    font-size: 15px;
    padding-right: 15px;
}
  .ser_con2 .faq_list .faq_font .faq_det {
    padding: 15px 0;
    padding-left: 10px;
  }
  .ser_con2 .faq_list .faq_font .faq_det p {
    font-size: 13px;
  }
  .ser_con2 .faq_list .faq_tit .faq_tit-con h3 {
    font-size: 18px;
  }
  .ser_con1 .rq .div1 .p1 {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 60px;
    line-height: 22px;
}
  .ser_con1 .rq .div1 .bot {
    width: 53px;
    height: 53px;
}
  .ser_con1 .h1, .ser_con2 .h1 {
    font-size:24px

  }
  .ser_con2 .faq_list .faq_tit .faq_tit-con h3 {
    font-size: 14px;
    padding-left: 30px;
    
}
.ser_con2 .faq_list .faq_tit .faq_tit-con {
  padding: 15px 0;
  padding-left: 10px;
}
.faq_list .a1 {
  line-height: 45px;
  font-size: 16px;
}
.innertext .p55{
  display: none;
}
.ser_con1 .rq .div1 {
  width: 100%;
  padding: 20px 10px;
  margin-top: 5%;
}
.faq_list .a1 span::after {
  width: 20px;
  height: 13px;
}
.ser_con3 .rq1.rq4 .div .p3 {
  font-size: 19px;
}
.ser_con3 .rq1.rq4 .div .p4 p,
.ser_con3 .rq1.rq4 .div .p4 span,
.ser_con3 .rq1.rq4 .div .p4 p span,
.ser_con3 .rq1.rq4 .div .p4 {
  font-size: 13px !important;
  line-height: 25px !important;
}
.ser_con3 .rq1.rq4 .div .p4{
  margin-top: 7px !important;
}
.ser_con3 .rq1.rq4 .div {
  padding: 20px 0px;
}
.ser_con3 .rq1 .div {
  width: 100%;
  padding: 20px 0;
}
.ser_con3 .rq1 .div .bot .p2 {
  font-size: 21px;
}
.ser_con3 .rq1 .div .bot {
  margin-left: 0px;
    line-height: 30px;
    margin-top: 10px;
}
}
@media (max-width:375px){
  .ser_con1 .rq .div1 .p1 {
    padding: 0 38px;
  }
}

/* 投资者关系 */
.rea_con1{
  padding-top: 110px;
  padding-bottom: 120px;
}
.rea_con1 .p1{
  font-family: 'albb';
  color: #000000;
  font-size:24px;
}
.rea_con1 .p2{
  color: #666;
  font-family: 'albb';
  margin-top: 26px;
  line-height: 30px;
  font-size:18px;

}
.rea_con2{
  width: 100%;
}
.rea_con2 .rq{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rea_con2 .rq .div{
  display: block;
  position: relative;
  width: 33.33%;
  overflow: hidden;
}
.rea_con2 .rq .div .img1{
 width: 100%;
 transition: .5s all;
}
.rea_con2 .rq .div:hover .img1{
  transform: scale(1.05);
}
.rea_con2 .rq .div .bot{
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.rea_con2 .rq .div .bot .p1{
  text-align: center;
  color: #fff;
  font-size: 46px;
  font-family: 'albb';
}
.rea_con2 .rq .div .bot .p2{
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: 'albb';
  width: 120px;
  line-height: 50px;
  background-color: #008089;
  transition: .5s all;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 20px;
}
.rea_con2 .rq .div:hover .p2{
  background-color: #0ac2cf;
}
.rea_con3{
  padding-top: 100px;
  padding-bottom: 125px;
  position: relative;
}
.rea_con3 .bj{
 position: absolute;
 right: 0;
 bottom: 0;
 z-index: -1;
}
.rea_con3 .rq{

}
.rea_con3 .rq .h1{
  font-size: 48px;
  color: #333;
  font-family: 'albb';
}
.rea_con3 .rq .div{
margin-top: 42px;
}
.rea_con3 .rq .div .p1{
  font-size: 18px;
  color: #333;
  position: relative;
  padding-left: 30px;
  font-family: 'albb';
}
.rea_con3 .rq .div .p2{
  font-size: 18px;
  color: #333;
  font-family: 'albb';
  margin-top: 10px;
}
.rea_con3 .rq .div .p1::before{
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/rea5.png)no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rea_con3 .rq .div:nth-child(3) .p1::before{
  content: '';
  background: url(../images/rea6.png)no-repeat;
  background-size: contain;

}
.rea_con3 .rq .div:nth-child(4) .p1::before{
  content: '';
  background: url(../images/rea7.png)no-repeat;
  background-size: contain;

}
/* 投资者关系分辨率 */
@media(max-width:1680px){
  .rea_con2 .rq .div .bot .p1 {
    font-size: 40px;

  }
  .innerbanner .container {
        top: 40%;
  }
  }
@media(max-width:1580px){

  .innerbanner .container {
    top: 46%;
}
  .rea_con3 {
    padding-top: 80px;
    padding-bottom: 90px;
    }
  .rea_con3 .rq .div .p1 {
    font-size: 16px;
  }
  .rea_con3 .rq .div .p2 {
    font-size: 16px;
  }
  .rea_con3 .rq .h1 {
    font-size: 36px;
  }
  .rea_con1 .p2 {
    font-size: 16px;
}
.rea_con1 {
  padding-top: 70px;
  padding-bottom: 80px;
}
.rea_con2 .rq .div .bot .p1 {
  font-size: 31px;
}
.rea_con2 .rq .div .bot .p2 {
  font-size: 13px;
  width: 90px;
  line-height: 38px;
}
}
@media(max-width:1459px){
  .rea_con1 .p2 {
    font-size: 14px;
}

}
@media(max-width:991px){
  .rea_con2 .rq .div{
    width: 100%;
  }
  .rea_con3 .rq .h1 {
    font-size: 24px;
}
}
@media(max-width:500px){
  .ser_con1 {
    padding-top: 30px;
    padding-bottom: 45px;
}
  .rea_con3 .rq{
    margin-top: 20px;
  }
  .rea_con3 {
    padding-top: 35px;
    padding-bottom: 40px;
}
  .rea_con3 .rq .div {
    margin-top: 25px;
}
  .rea_con1 {
    padding-top: 40px;
    padding-bottom: 50px;
}
  .rea_con2 .rq .div .bot .p1 {
    font-size: 24px;
}
  .rea_con3 .bj {
    position: static !important;  
    width: 100%;
}
.rea_con3 .rq .div .p2 {
  font-size: 14px;
}
}

/* 投资者关系公司管理 */
.ream_con1{
  padding-top: 95px;
  padding-bottom: 125px;
  background-color: #f6f7fc;
}
.ream_con1 .h1{
  text-align: center;
  font-size: 60px;
  color: #333;
}
.ream_con1 .rq{
  background-color: #fff;
  margin-top: 45px;
  font-family: 'albb';

}
.ream_con1 .rq .a{
  display: block;
  width: 100%;
  padding: 30px 50px;
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  transition: .5s all;
}
.ream_con1 .rq .a:nth-child(1){
  border-top: 1px solid #f2f2f2 !important;
}
.ream_con1 .rq .a .p1{
  font-size: 16px;
  color: #333;
  float: left;
}
.ream_con1 .rq .a .div1{
  float: right;
  width: 17px;
}
.ream_con1 .rq .a .div1 img{
  width: 100%;
}
.ream_con1 .rq .rea_fy{
  margin: 0 auto;
  padding: 60px 0;
}
.ream_con1 .rq .rea_fy li{
  background-color: #f6f7fc;
}
.ream_con1 .rq .rea_fy li.on,.ream_con1 .rq .rea_fy li:hover{
  background-color: #008089;
}
.ream_con1 .rq .a:hover{
  background-color: #f5f9fe;
}
/* 投资者关系管理分辨率 */
@media(max-width:1580px){
  .ream_con1 .h1 {
    font-size: 45px;
  }
  .ream_con1 {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .ream_con1 .rq .a .div1 {
    width: 13px;
}
.ream_con1 .rq .a {
  padding: 20px 50px;
}
.ream_con1 .rq .rea_fy {
  padding: 30px 0;
}
}
@media(max-width:500px){
  .ream_con1 .rq .a {
    padding: 20px 20px;
}
  .ream_con1 .h1 {
    font-size: 24px;
}
.ream_con1 .rq .a .p1 {
  font-size: 14px;
}
.ream_con1 .rq {
  margin-top: 20px;
}
}
/* 视频中心 */
.veo_con1 .a{
  width: auto !important;
  padding: 0 36px;
}
.veo_con2{
  padding: 105px 0 ;
  background-color: #f6f7fc;
  position: relative;
}
.veo_con2 .h1{
  text-align: center;
  font-size: 60px;
  color: #333;
  font-family: 'albb2';
}
.veo_con2 .rq:nth-child(2){
  margin-top: 30px;
}
.veo_con2 .sp_1{
  width: 32.33%;
  float: left;
  cursor: pointer;
  margin-right: 1.3%;
  margin-top: 0.7%;
}
.veo_con2 .rq.rq3 .sp_1.first{
  width: 66% !important;
  margin-right: 1.3%;
}
.veo_con2 .rq.rq3 .sp_1{
  margin-right: 0;
}
.veo_con2 .rq2 .sp_1:nth-child(3n){
  margin-right: 0;
}

.sp_1 .spn{
  overflow: hidden;
  position: relative;
}
.spn img{
  width: 100%;
  vertical-align: middle;
  height: 100%;
}
.sp_1:hover .spn .bf{
  background-image: url(../images/video_l.png);
}

.veo_con2 .sp_1 .divcon{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.veo_con2 .sp_1 .divcon .imgcon{
  width: 80px;
  margin: 0 auto;
  transition: .5s all;
}
.veo_con2 .sp_1 .divcon .imgcon img{
  width: 100%;
}
.veo_con2 .sp_1 .divcon .p1{
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: 'albb';
  margin-top: 20px;
}
.veo_con2 .sp_1:hover .imgcon{
 transform: translateY(-10px);
}
.innerbtn{
  display: block;
  width: 200px;
  margin: 0 auto;
  line-height: 60px;
  transition: .5s all;
  border-radius: 50px;
  background-color: #3399a1;
  margin-top: 50px;
}
.innerbtn a {
  display: block;
  width: 100%;
  background: url(../images/veo6.png)no-repeat;
  background-position-x: 75%;
  background-position-y: center;
  z-index: 10;
  color: #fff;
  padding-right: 10px;
  font-family: 'albb';
  font-size: 18px;
}
.layui-flow-more{
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 50px;
}

.layui-flow-more a{
  display: block;
  width: 200px;
  margin: 0 auto;
  line-height: 60px;
  transition: .5s all;
  border-radius: 50px;
  background-color: #3399a1;

  color: #fff;
  font-size: 18px;
  text-align: center;
}
.layui-flow-more a cite{
  display: block;
  width: 100%;
  background: url(../images/veo6.png)no-repeat;
  background-position-x: 75%;
  background-position-y: center;
  z-index: 10;
  color: #fff;
  padding-right: 10px;
  font-family: 'albb';
  font-size: 18px;
  text-align: center;
  font-style: normal;
}



/* 视频弹窗 */
.msg-box-bg {width: 100%;height: 100%;position: fixed;left: 0;top: 0;display: none;z-index: 1001;
background-color: #1f1f1f;


}

.msg-box {width: 70%;height: 70%;position: absolute;left: 50%;top: 47%;transform: translate(-50%,-50%);}
.msg-box-bg .close-box {width: 60px;height: 60px;background: url(../images/btn-close-modal2.png) no-repeat center;cursor: pointer;position: absolute;right: 0px;top: 0px;-webkit-transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-o-transition: .5s;transition: .5s;}
/* .msg-box .close-box:hover {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);} */
.video_pic {width: 100%;height: 100%;cursor: pointer;overflow: hidden;position: relative;}
/* video::-webkit-media-controls-enclosure {
  /*禁用播放器控制栏的样式*/
  /* display: none !important; 
} */
.msg-box-bg .p1{
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-family: 'albb';
  margin-top: 40px;
}
/* 视频中心分辨率 */
@media(max-width:1680px){
  .msg-box {
    width: 70%;
    height: 60%;
  }

}
@media(max-width:1580px){
  .msg-box-bg .p1 {
    font-size: 36px;
    margin-top: 90px;
}
.msg-box {
  width: 70%;
  height: 50%;
}
  .veo_con2 .h1 {
    font-size: 46px;
  }
  .veo_con2 .sp_1 .divcon .imgcon {
    width: 55px;
  }
  .veo_con2 {
    padding: 50px 0;
  }
    .veo_con2 .sp_1 .divcon .p1 {
      font-size: 18px;
    }
  .layui-flow-more a,
    .innerbtn {
      width: 135px;
      line-height: 45px;
    }
  .layui-flow-more,
  .layui-flow-more a cite,
    .innerbtn a {
      background-size: 10px;
      font-size: 14px;
  }
}
@media(max-width:768px){
  .veo_con2 .sp_1 .divcon .p1 {
    font-size: 14px;
    margin-top: 10px;
}
.veo_con2 .sp_1 .divcon .imgcon {
  width: 40px;
}
}
@media(max-width:500px){
  .veo_con2 {
    padding: 28px 0;
}
  .msg-box {
    width: 100%;
    height: 23%;
  }
  .msg-box-bg .p1 {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
  }
  .veo_con2 .sp_1 .divcon .p1 {
    font-size: 16px;
}
  .veo_con2 .h1 {
    font-size: 24px;
}
  .veo_con2 .rq.rq3 .sp_1.first,
.veo_con2 .rq .sp_1{
  width: 100% !important;
  margin-left: 0;
}

}



/* 社会责任 */
.dut_con1{
  padding: 105px 0;
  position: relative;
  background-color: #f6f7fc;
}
.dut_con1 .h1{
  text-align: center;
  color: #333;
  font-size: 60px;
  font-family: 'albb2';
}
.dut_con1 .rq{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 50px;
}
.dut_con1 .rq .div{
  width: 32%;
   border:1px solid #f2f2f2;
}
.dut_con1 .rq .div .imgcon{
  width: 100%;
}
.dut_con1 .rq .div .imgcon img{
  width: 100%;
}
.dut_con1 .rq .div .bot{
  width: 100%;
  background-color: #fff;
}
.dut_con1 .rq .div .bot .a{
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  color: #666666;
  font-size: 18px;
  line-height: 80px;
  border-left: 1px solid #f2f2f2;
  font-family: 'albb';
  transition: .5s all;
}
.dut_con1 .rq .div .bot .a:nth-child(1){
  border-left: none;
}
.dut_con1 .rq .div .bot .a:hover{
  background-color: #008089;
  color: #fff;
}
.dut_con1 .rq2{
  margin-top: 40px;
}
.dut_con1 .rq2 .div{
  height: 80px;
  line-height: 80px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  padding-left: 50px;
  margin-top: 1%;
}
.dut_con1 .rq2 .div:nth-child(1){
  margin-top: 0;
}

.dut_con1 .rq2 .div .p1{
  float: left;
  color: #333;
  font-size: 22px;
  font-family: 'albb';
}
.dut_con1 .rq2 .div .bot{
  float: right;
}
.dut_con1 .rq2 .div .bot a{
  display: block;
  float: left;
  width: 253px;
  border-left: 1px solid #f2f2f2;
  text-align: center;
  color: #666;
  font-size: 18px;
  font-family: 'albb';
  transition: .5s all;
}
.dut_con1 .rq2 .div .bot a:hover{
  background-color: #008089;
  color: #fff;
}
/* 社会责任分辨率 */
@media(max-width:1580px){
  .dut_con1 .h1 {
    font-size: 45px;
  }
  .dut_con1 {
    padding: 50px 0;
  }
  .dut_con1 .rq .div .bot .a {
    font-size: 14px;
    line-height: 50px;
  }
  .dut_con1 .rq2 .div .p1 {
    font-size: 18px;
  }
  .dut_con1 .rq2 .div .bot a {
    width: 190px;
    font-size: 14px;
  }
  .dut_con1 .rq2 .div {
    height: 60px;
    line-height: 60px;
  }
}
@media(max-width:991px){
  .dut_con1 .rq2 .div .bot a {
    width: 130px;
  }
}
@media(max-width:768px){
  .dut_con1 .rq2 .div .bot a {
    width: 60px;
}
.dut_con1 .rq2 .div {
  padding-left: 20px;
}
.dut_con1 .rq2 .div .p1 {
  font-size: 14px;
}
}
@media(max-width:500px){
  .dut_con1 .h1 {
    font-size: 24px;
}
  .dut_con1 .rq2 .div{
    padding-left: 10px;
  }
  .dut_con1 .rq .div {
    width: 50%;
  }
  .dut_con1 .rq2 .div .p1 {
    font-size: 12px;
  }
  .dut_con1 .rq2 .div .bot a {
width: auto;
padding: 0 8px;
font-size: 12px;
  }
  .dut_con1 .rq {
    margin-top: 30px;
    display: none;
}

.dut_con1 .rq2 {
  margin-top: 18px;
}
}






/* 资质文件 */
.docu_con{
  background-color: #f6f7fc;
}
.docu_con1{
 padding: 100px 0;
 position: relative;
}
.docu_con .h1{
  text-align: center;
  color: #333;
  font-size: 60px;
  font-family: 'albb2';
}
.docu_con1 .rq{
  margin-top: 50px;
}
.docu_con1 .rq .bot{
  display: flex;
}
.docu_con1 .rq .bot .div1:nth-child(1){
  background-color: #008089;
}
.docu_con1 .rq .div1{
  padding: 50px 0;
  width: 50%;
  background-color: #333333;
}
.docu_con1 .rq .div1 .divcon{
  display: table;
  width: auto;
  margin: 0 auto;
}
.docu_con1 .rq .div1 .divcon div{
  float: left;
}
.docu_con1 .rq .div1 .imgcon{
  width: 80px;
  margin-top: 8px;
}
.docu_con1 .rq .div1 .imgcon img{
  width: 100%;
  vertical-align: bottom;
}
.docu_con1 .rq .div1 .pcon{
  padding-left: 20px;
}
.docu_con1 .rq .div1 .pcon .p1{
  color: #fff;
  font-size: 38px;
  font-family: 'albb';
}
.docu_con1 .rq .div1 .pcon .p2{
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-family: 'albb';
}

.docu_con1 .rq .bot2{
    background-color: #fff;
    height: 500px;
    padding: 55px 0;
}
.docu_con1 .rq .bot2 .bot_2{
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.docu_con1 .rq .bot2 .bot_2::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
  }
  .docu_con1 .rq .bot2 .bot_2::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background   : #2e2e2e;
  }
  .docu_con1 .rq .bot2 .bot_2::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  }

.mCSB_scrollTools {
  height: 100%;
  /* height: auto; */
  top: 50%;
  transform: translateY(-50%);
}
.mCSB_scrollTools {
  width: 11px;
}
.mCSB_scrollTools .mCSB_draggerRail{
  width: 100%;
	background: #ebebeb;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 100%;
	height: 62px;
  background: url(../images/doc100.png)no-repeat;
  background-size: contain;
}

.docu_con1 .rq .bot2 .div2{
  width: 50%;
  padding: 0 60px;
  height: 100%;
   position: relative;
  float: left;
}
.docu_con1 .rq .bot2 .div2:nth-child(1)::after{
  content: '';
  width: 1px;
  height: 100%;
  background-color: #eef0f7;
  position: absolute;
  right: -16px;
  top: 0;
}
.docu_con1 .rq .bot2 .div2 a{
  display: block;
  color: #666;
  transition: .5s all;
  font-size: 16px;
  font-family: 'albb';
  margin-top: 15px;
  position: relative;
  padding-left: 25px;
}
.docu_con1 .rq .bot2 .div2 a:nth-child(1){
  margin-top: 0;
}
.docu_con1 .rq .bot2 .div2 a::before{
  content: '';
  width: 6px;
  height: 6px;
background-color: #999999;
position: absolute;
left: 0%;
top: 50%;
transform: translateY(-50%);
border-radius: 50%;

}
/* .docu_con1 .rq .bot2 .div2:nth-child(2){
  border-left: 1px solid #eef0f7;
} */

.docu_con2{
  padding-bottom: 125px;
}
.docu_con2 .rq{
margin-top: 60px;
}
.docu_con2 .rq .a{
  display: block;
  float: left;
  width: 25%;
  background-color: #fff;
  padding: 40px 70px;
  transition: .5s all;
  border: 1px solid #eef0f7;
}
.docu_con2 .rq .a .div {
  width: 100%;
  height: 170px;
  position: relative;
}
.docu_con2 .rq .a .div img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.docu_con2 .rq .a p{
  text-align: center;
  color: #666;
  font-size: 18px;
  height: 50px;
  margin-top: 30px;
  font-family: 'albb';
  transition: .5s all;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.docu_con2 .rq .a:hover p{
  color: #008089;
}
.docu_con2 .rq .a:hover{
  box-shadow: 0px 0px 10px 0px rgb(90 91 95 / 30%);
    transform: translate3d(0,-3px,0);
}
.lb-data .lb-number{
  display: none !important;
}
.lightbox{
  width: 50%;
  left: 50% !important;
  padding-top: 100px;
  padding-bottom: 60px;
  padding-left: 125px;
  padding-right: 125px;
  transform: translateX(-50%) ;
  background-color: #fff;
  border-radius: 8px;
}
.lb-outerContainer{
  width: 595px !important;
  height: 400px !important;

}
.lb-container{
  width: 100% !important;
  height: 100% !important;
}
.lightbox .lb-image {
width: 100% !important;
height: 100% !important;
  border: none !important;
}
.lb-data .lb-caption{
  font-size: 24px;
  color: #333;
  text-align: center;
  font-family: 'albb';
  margin-top: 45px;

}
.lb-data .lb-details{
  width: 100%;
  margin-top: 40px;
text-align: center !important;
}

.lb-data .lb-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  background: url(../images/docu12.png) top right no-repeat;
}

/* 资质文件分辨率 */

@media(max-width:1680px){
  .docu_con2 .rq .a {
    padding: 40px 45px;
  }
  .lightbox {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media(max-width:1580px){
  .docu_con1 .rq .bot2 {
    height: 440px;
    padding: 30px 0;
}
  .lb-outerContainer {
    width: 480px !important;
    height: 305px !important;
}
.lb-dataContainer{
  width: 100% !important;
}
  .docu_con1 .rq .bot2 .div2:nth-child(1)::after{
right: 0;
  }
  .docu_con1 {
    padding: 65px 0;
}

  .docu_con1 .rq .div1 {
    padding: 25px 0;
  }
  .docu_con1 .rq .bot2 .div2 {
    padding: 0 30px;
  }
  .docu_con1 .rq .bot2 .div2 a {
    font-size: 16px;
  }
  .docu_con1 .rq .div1 .pcon .p2 {
    font-size: 14px;
  }
  .docu_con1 .rq .div1 .pcon .p1 {
    font-size: 26px;
  }
  .docu_con1 .rq .div1 .imgcon {
    width: 55px;
  }
  .docu_con2 .rq .a {
    padding: 40px 35px;
}
.docu_con .h1 {
  font-size: 46px;
}
  .docu_con2 .rq .a p {
    font-size: 14px;
    margin-top: 15px;
    height: 40px;
  }
}
@media(max-width:1459px){
  .docu_con1 .rq .bot2 {
    height: 410px;
    padding: 30px 0;

}
  .docu_con1 .rq .bot2 .div2 {
    padding: 0px 18px;
}
  .docu_con1 .rq .bot2 .div2 a {
    padding-left: 15px;
}
.docu_con1 .rq .bot2 .div2 a {
  font-size: 14px;
}
}
@media(max-width:1259px){
  .docu_con2 .rq .a {
    padding: 40px 20px;
}
.docu_con2 .rq .a .div {
  height: 150px;
}
}
@media(max-width:991px){
  .docu_con2 .rq .a {
    width: 33%;
  }
  .docu_con1 .rq .bot2 .div2 {
    width: 100%;
  }
  .docu_con1 .rq .bot2 .div2 {
    padding: 0px 8px;
    height: auto;
    display: none;
}
.docu_con1 .rq .bot2 .div2.on {
  display: block;
}
}
@media(max-width:500px){
  .docu_con2 .rq {
    margin-top: 25px;
}
  .docu_con1 {
    padding: 35px 0;
}
  .docu_con1 .rq {
    margin-top: 20px;
}

  .docu_con1 .rq .bot2 .div2 {
    padding: 0px 8px;
    height: auto;
    display: none;
}
.docu_con1 .rq .bot2 .div2.on{
  display: block;
}
.docu_con1 .rq .div1 .pcon .p2 {
  font-size: 12px;
}
.docu_con1 .rq .bot2 {
  padding: 20px 0;
}
  .docu_con1 .rq .div1 {
    padding: 5px 0;
    background-color: #333333 !important;
}
.docu_con1 .rq .div1.on{
  background-color: #008089 !important;
}
  .docu_con1 .rq .div1 .pcon .p1 {
    font-size: 18px;
    text-align: center;
}
  .docu_con1 .rq .div1 .imgcon img{
    display: none;
  }
  .docu_con2 .rq .a {
    padding: 18px 10px;
}
  .lightbox {
    width: 95%;
  }
  .lb-data .lb-close {
    top: 15px;
    right: 20px;
  }
  .lightbox .lb-image {
    width: auto !important;
    height: auto !important;
    border: none !important;
    margin: 0 auto
}
  .lightbox {
    padding-left: 0px;
    padding-top: 40px;
    padding-right: 0px;
}
  .lb-data .lb-caption {
    font-size: 16px;
  }
  .lb-outerContainer {
     width: auto !important; 
    height: 180px !important;
}
  .docu_con2 {
    padding-bottom: 50px;
}
  .docu_con2 .rq .a .div {
    height: 110px;
    position: relative;
    padding: 0 10px;
}
.docu_con2 .rq .a .div img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
  .docu_con .h1 {
    font-size: 24px;
}
.docu_con2 .rq .a {
  width: 50%;
}
.docu_con2 .rq .a p {
  font-size: 12px;
  height: 36px;
}
}



/* 招纳贤士 */
.talcon{
  background-color: #f6f7fc;
}
.tal_con1{
padding-top: 105px;
position: relative;
}
.tal_con1 .h1{
  text-align: center;
  color: #333;
  font-size: 60px;
  font-family: 'albb2';
}
.tal_con1 .rq{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tal_con1 .rq .lef{
width: 42%;
}
.tal_con1 .rq .lef .div1{
  border-left: 4px solid #008089;
}
.tal_con1 .rq .lef .div1 p{
  font-size: 24px;
  color: #333333;
  font-family: 'albb';
  padding-left: 30px;
  margin-top: 15px;
}
.tal_con1 .rq .lef .div1 p:nth-child(1){
  margin-top: 0;
}
.tal_con1 .rq .lef .p1{
  font-size: 18px;
  color: #666666;
  line-height: 40px;
  margin-top: 45px;
  font-family: 'albb';
}
.tal_con1 .rq .rig{
  width: 46%;
}
.tal_con2{
  padding-top: 115px;
  padding-bottom: 120px;
}
.tal_con2 .lef{
  float: left;
}
.tal_con2 .rig{
  float: right;
  display: none;
}
.tal_con2 .rig.on{
  display: block;
}
.tal_con2 .lef .bot{
  width: 260px;
  margin-top: 5px;
  line-height: 60px;
  transition: .5s all;
  background-color: #fff;
  border: 1px solid #e9e9e9;
transition: .5s all;
cursor: pointer;
}
.tal_con2 .lef .bot:nth-child(1){
  margin-top: 0;
}
.tal_con2 .lef .bot span{
  display: block;
    width: 100%;
    letter-spacing: 1px;
    background: url(../images/tal2.png)no-repeat;
    background-position-x: 90%;
    background-position-y: center;
    z-index: 10;
    color: #666666;
    padding: 0 30px;
    font-family: 'albb';
    font-size: 18px;
}
.tal_con2 .lef .bot.on,.tal_con2 .lef .bot:hover{
  background-color: #008089;
}
.tal_con2 .lef .bot.on span,.tal_con2 .lef .bot:hover span{
  background: url(../images/tal2b.png)no-repeat;
  background-position-x: 90%;
  color: #fff;
  background-position-y: center;
}
.tal_con2 .rig{
  width: 80%;
  background-color: #fff;
}
.tal_con2 .rig .first{
  background-color: #008089;
  text-align: center;
  line-height: 60px;
}
.tal_con2 .rig .first p{
  float: left;
  width: 20%;
  color: #fff;
  font-size: 18px;
  font-family: 'albb';
}
.tal_con2 .rig .li .faq_tit{
  padding: 15px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
}
.tal_con2 .rig .li .faq_tit p{
  float: left;
  width: 20%;
  color: #333;
  font-size: 17px;
  font-family: 'albb';
}
.tal_con2 .rig .li .faq_font{
 padding-left: 85px;

 /* display: none; */
 height: auto;
 max-height: 0;
 overflow: hidden;
 transition: all .8s;
}
.tal_con2 .rig .li.on .faq_font{
  /* display: block; */
  max-height: 800px;
  padding-bottom: 50px;
}
.tal_con2 .rig .li .faq_font .div1{
  margin-top: 40px;
}
.tal_con2 .rig .li .faq_font .div1 .bot{
  float: left;
  margin-left: 215px;
}
.tal_con2 .rig .li .faq_font .div1 .bot:nth-child(1){
  margin-left: 0;
}


.tal_con2 .rig .li .faq_tit .last .s1{
  display: none;
}
.tal_con2 .rig .li.on .faq_tit .last .s1{
  display: block;
}
.tal_con2 .rig .li.on .faq_tit .last .s2{
  display: none;
}



.tal_con2 .rig .li .faq_font .div1 .bot p{
  color: #333;
  font-size: 16px;
  font-family: 'albb';
}
.tal_con2 .rig .li .faq_font .div1 .bot p:nth-child(2){
  margin-top: 10px;
}
.tal_con2 .rig .li .faq_font .div2{
  margin-top: 40px;
}
.tal_con2 .rig .li .faq_font .div2 .p1{
  color: #333;
  font-size: 18px;
  font-family: 'albb';
}
.tal_con2 .rig .li .faq_font .div2 .p2{
  color: #666666;
  font-size: 16px;
  font-family: 'albb';
  margin-top: 10px;
}
.tal_con1 .rq .rig img{
  width: 100%;
}
.tal_con2 .rig .li .faq_font .a1{
  display: block;
  width: 180px;
  line-height: 50px;
  background-color: #008089;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  font-family: 'albb';

}
.tal_con2 .rig .li .faq_font .div3{
  margin-top: 45px;
}
.tal_con2 .rig .li .faq_font .div3 .p1{
  font-size: 16px;
  color: #008089;
  margin-top: 15px;
  font-family: 'albb';
}
.tal_con2 .rig .li.on .last{
  color: #008089;
}
.tal_con2 .rig .li.on .faq_tit{
  background-color: #f1f1f1 !important;
}
/* 招纳贤士分辨率 */
@media(max-width:1680px){
  .veo_con1 .a {
    padding: 0 28px;    
}
.tal_con2 .rig .li .faq_tit p {
  font-size: 18px;
}
}
@media(max-width:1580px){

.tal_con1 .h1 {
  font-size: 45px;
}
.tal_con1 .rq .lef .div1 p {
  font-size: 18px;
  margin-top: 10px;
}
.tal_con1 .rq .lef .p1 {
  font-size: 14px;
  margin-top: 25px;
}
.tal_con2 .lef .bot {
  width: 190px;
}
.tal_con2 .rig .li .faq_font .div1 .bot {
  margin-left: 120px;
}
.tal_con2 .rig .li .faq_font {
  padding-left: 50px;
}
.tal_con2 .rig .li .faq_font .div2 .p2 {
  font-size: 14px;
}
.tal_con1 {
  padding-top: 55px;
}
.tal_con2 {
  padding-top: 55px;
  padding-bottom: 70px;
}
}
@media(max-width:1459px){
  .veo_con1 .a {
    padding: 0 21px;
}
.tal_con1 .rq .lef .div1 p {
  font-size: 16px;
}
.tal_con1 .rq .lef .p1 {
  font-size: 13px;
  margin-top: 25px;
  line-height: 26px;
}
.tal_con2 .rig .li .faq_tit p {
  font-size: 16px;
}
}
@media(max-width:1259px){
  .veo_con1 .a {
    padding: 0 14px;
  }
  .tal_con2 .rig {
    width: 79%;
}
}

@media(max-width:991px){

  .tal_con1 .rq .lef,  .tal_con1 .rq .rig{
    width: 100%;
  }
  .tal_con1 .h1 {
    font-size: 24px;
}
.tal_con2 .lef,.tal_con2 .rig{
  width: 100%;
}
.tal_con2 .lef .bot {
  width: 100%;
}
}
@media(max-width:500px){
  .tal_con1 .rq .lef .div1 p {
    font-size: 16px;
    margin-top: 5px;
}
.tal_con1 .rq {
  margin-top: 20px;
}
.tal_con1 .rq .lef .p1 {
  line-height: 30px;
}
.tal_con1 .rq .lef .p1 {
  margin-top: 20px;
}
.tal_con1 {
  padding-top: 35px;
}
.tal_con2 .lef .bot{
  float: left;
  width: 50%;
  margin-top: 0;
}
.tal_con2 .lef .bot span{
  font-size: 16px;
}
.tal_con2 .lef .bot{
  line-height: 45px;
  width: 100%;
  margin-bottom: 5px;
}
.tal_con2 .rig .li .faq_tit,
.tal_con2 .rig .first{
  padding-right: 20px;
}
.tal_con2 .rig .li{
  position: relative;
}
.tal_con2 .rig .li::before{
  content: '';
  width: 10px;
  height: 2px;
  background: #666;
  position: absolute;
  top: 23px;
  right: 12px;
}
.tal_con2 .rig .li::after{
  content: '';
  width: 2px;
  height: 10px;
  background: #666;
  position: absolute;
  top: 19px;
  right: 16px;
}
.tal_con2 .rig .li.on::after{
  display: none;
}
.tal_con2 .rig .first p{
  font-size: 14px;
  width: 26.666666%;
}
.tal_con2 .rig .first p:nth-child(2){
  width: 20%;
}
.tal_con2 .rig .li .faq_tit p:nth-child(5),
.tal_con2 .rig .first p:nth-child(5){
  display: none;
}
.tal_con2 .rig .li .faq_tit p {
  font-size: 12px;
  width: 26.666666%;
}
.tal_con2 .rig .li .faq_tit p:nth-child(2){
  width: 20%;
}
.tal_con2 .rig .li .faq_font {
  padding-left: 10px;
}
.tal_con2 .rig .li.on .faq_font{
  padding-bottom: 0;
}
.tal_con2 .rig .li .faq_font .div1 .bot{
  width: 100%;
  margin-left: 0;
}
.tal_con2 .rig .li .faq_font .div1 .bot p {
  font-size: 14px;
}
.tal_con2 .rig .li .faq_font .div1,.tal_con2 .rig .li .faq_font .div2{
  margin-top: 15px;
}
.tal_con2 .rig .li .faq_font .div2 .p1 {
  font-size: 16px;
}
.tal_con2 .rig .li.on .faq_font {
  max-height: initial;
}
.tal_con2 .rig .li .faq_font .a1 {
  width: 120px;
  line-height: 40px;
  font-size: 14px;
}
.tal_con2 .rig .li .faq_font .div3 {
  margin-top: 25px;
  margin-bottom: 20px;
}
}

/* 研究机构 */
.rea_con1{
  padding: 110px 0;
  background-color: #f6f7fc;
  position: relative;
}
.rea_con1 .h1{
  text-align: center;
  color: #333;
  font-size: 60px;
  font-family: 'albb2';
}
.rea_con1 .rq .lef{
  width: 50%;
  overflow: hidden;
  float: left;
}
.rea_con1 .rq .divcon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rea_con1 .rq .lef img{
  width: 100%;
  transition: .5s all;
}
.rea_con1 .rq .lef:hover img{
  transform: scale(1.05);
}
.rea_con1 .rq .rig{
  width: 50%;
  float: right;
  position: relative;
  background-color: #fff;
}
.rea_con1 .rq .rig .div1{
  color: #fff;
  font-size: 36px;
  /* height: 200px; */
  letter-spacing: 1px;
  background-color: #008089;
  font-family: 'albb';
  padding: 60px 0;  
  padding-left: 80px;


}
.rea_con1 .rq .rig .div1 p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.rea_con1 .rq .rig .div2{
  padding-top: 70px;
  padding-left: 70px;
  padding-right: 70px;
}
.rea_con1 .rq .rig .div2 div{
  font-size: 18px;
  color: #666666;
  line-height: 40px;
  font-family: 'albb';
}
.rea_con1 .rq{
  margin-top: 55px;
}

.rea_con1 .rq .rig .div3 .swiper-button-next,.rea_con1 .rq .rig .div3 .swiper-button-prev{
  width: 40px;
  height: 40px;
  background: url(../images/sea2.png);
  background-size: contain;
  transition: .5s all;
  background-repeat: no-repeat;
  background-position: center;
  top: 90%;
   right: 77%;
  opacity: 1;
}
.rea_con1 .rq .rig .div3 .swiper-button-prev {
  transform: rotate( 
180deg
);
  left: 10%;
}
.rea_con1 .rq .rig .div3 .swiper-button-next:hover,.rea_con1 .rq .rig .div3 .swiper-button-prev:hover {
  background: url(../images/sea2b.png);
  background-repeat: no-repeat;
  background-position: center;
}
.rea_con1 .swiper-pagination{
  width: 100%;
  top: 88%;
  right: 20%;
  width: auto;
}
.rea_con1 .rq .rig .div3 .swiper-pagination-bullet-active:last-child::after{
  content: none;
}
.rea_con1 .rq .rig .div3 .swiper-pagination-bullet {
  background: none;
  font-size: 18px;
  color: #999;
  font-family: "din";
  opacity: 1;
}
.rea_con1 .swiper-pagination-bullet {
  margin-left: 30px;
}
.rea_con1 .swiper-pagination-bullet:nth-child(1){
  margin-left: 0;
}
.rea_con1 .rq .rig .div3  .swiper-pagination-bullet-active{
  color: #008089 !important;
  position: relative;
  margin-right: 70px;
}
.rea_con1 .rq .rig .div3  .swiper-pagination-bullet-active::after{
  content: '';
  width: 77px;
  height: 1px;
  background-color: #008089;
  position: absolute;
  top: 160%;
  left: 291%;
  transform: translateY(-50%);;

}
/* 研究机构分辨率 */
@media(max-width:1580px){
  .rea_con1 .p2 {
    margin-top: 15px;
  }
  .rea_con1 {
    padding: 50px 0;
  }
  .rea_con1 .h1 {
    text-align: center;
    color: #333;
    font-size: 45px;
  }
  .rea_con1 .rq .rig .div1 {
    font-size: 24px;
    padding: 40px 0;
    padding-left: 40px;
  }
  .rea_con1 .rq .rig .div2 {
    padding-top: 90px;
    padding-left: 45px;
    padding-right: 45px;
  }
  .rea_con1 .rq .rig .div3 .swiper-button-prev {
    left: 7%;
}

}
@media(max-width:1459px){
  .rea_con1 .rq .rig .div2 div,
  .rea_con1 .rq .rig .div2 div p,
  .rea_con1 .rq .rig .div2 div span,
  .rea_con1 .rq .rig .div2 div p span{
    font-size: 14px !important;
    line-height: 34px !important;
}
.rea_con1 .rq .rig .div2{
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 45px;
}
.rea_con1 .swiper-pagination {
  right: 14%;
}
.rea_con1 .rq .rig .div3 .swiper-pagination-bullet-active {
  margin-right: 20px;
}
.rea_con1 .rq .rig .div3 .swiper-pagination-bullet-active::after {
  width: 28px;
}
}
@media(max-width:991px){
  .rea_con1 .rq .lef,.rea_con1 .rq .rig{
    width: 100%;
  }
  .rea_con1 .rq .rig .div2 {
    padding-bottom: 60px;
}
}
@media(max-width:500px){
  .rea_con1 .rq .rig .div1 {
    font-size: 18px;
    padding: 14px 15px;
    height: 76px;
}
.rea_con1 .rq .rig .div2 {
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 10px;
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 30px;
}
.rea_con1 .rq .rig .div3 .swiper-button-next, .rea_con1 .rq .rig .div3 .swiper-button-prev {
  width: 30px;
  height: 30px;
  top: 91%;
}
.rea_con1 .rq .rig .div2 div, 
.rea_con1 .rq .rig .div2 div p, 
.rea_con1 .rq .rig .div2 div span, 
.rea_con1 .rq .rig .div2 div p span {
  line-height: 26px !important;
}
.rea_con1 .rq .rig .div2 div{
  height: 130px;
  overflow-y: auto;
  padding-left: 20px;
  padding-right: 10px;
}

.rea_con1 .rq .rig .div2 div::-webkit-scrollbar {
  width: 5px;
  background-color: rgb(223,223,223);
  border-radius:50px;
}
.rea_con1 .rq .rig .div2 div::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #008089;
}
.rea_con1 .swiper-pagination {
  right: 7%;
  top: 84%;
}
.rea_con1 .swiper-pagination-bullet {
  margin-left: 21px;
}
.rea_con1 .rq .rig .div3 .swiper-pagination-bullet-active {
  margin-right: 14px;
}
.rea_con1 .rq .rig .div3 .swiper-pagination-bullet-active::after {
  width: 19px;
  left: 257%;
}
.rea_con1 .rq .rig .div3 .swiper-button-next, .rea_con1 .rq .rig .div3 .swiper-button-prev {
  right: 73%;
  border-radius: 50%;
}
.rea_con1 .h1 {
  font-size: 24px;
}
.rea_con1 .rq {
  margin-top: 30px;
}
.rea_con1 {
  padding: 45px 0;}
}

/* 企业文化 */
.hiscon{
  background-color: #f6f7fc;
}
.his_con1{
  padding-top: 105px;
  padding-bottom: 110px;
  position: relative;
} 
.his_con1 .h1{
  text-align: center;
  font-size: 60px;
  color: #333;
  font-family: 'albb2';
}
.his_con1 .rq1{
  position: relative;
  width: 100%;
  margin-top: 40px;
  height: 646px;
}
.his_con1 .rq1 .bj{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .8s all;
  opacity: 0;
}
.his_con1 .rq1 .bj.on{
  opacity: 1;
}
.his_big{
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}
.his_con1 .his_div{
  position: relative;
  width: 20%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, .3);
  overflow: hidden;
  float: left;
}
.his_con1 .his_div .bot1{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-family: 'albb';
  transition: .8s all;
}
.his_con1 .his_div .bot2{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  transition: .8s all;
  opacity: 0;
}

.his_con1 .his_div.on .bot2{
 opacity: 1;
}
.his_con1 .his_div.on .bot1{
  opacity: 0;
 }
.his_con1 .his_div .bot2 .bj2{
  width: 100%;
  height: 100%;
}
.his_con1 .his_div .bot2 .bj3{
  width: 100%;
  display: none;
}
.his_con1 .his_div .bot2 .p1{
  font-size: 48px;
  color: #fff;
  font-family: 'albb';
}
.his_con1 .his_div .bot2 .p2{
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  font-family: 'albb';
  margin-top: 15px;

}
.his_con1 .his_div .bot2 .p2:nth-child(2){
  margin-top: 40px;
}
.his_con1 .his_div .bot2 .pdiv{
  width: 100%;
  position: absolute;
  top: 18%;
  padding: 0 40px;
}
.his_con2{
 padding-bottom: 120px;
}
.his_con2 .h1{
  text-align: center;
  font-size: 60px;
  color: #333;
  font-family: 'albb';
}
.his_con2 .p1{
  font-size: 24px;
  color: #333;
  font-family: 'albb';
  padding-left: 20px;
  position: relative;
}
.his_con2 .p1::before{
  content: '';
    width: 4px;
    height: 24px;
    background-color: #008089;
    position: absolute;
    left: 0%;
    top: 54%;
    transform: translateY(-50%);
}

.his_con2 .bigcon .rq1{
  margin-top: 50px;
}
.his_con2 .divcon{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
.his_con2 .divcon .div{
  width: 32%;
  overflow: hidden;
}
.his_con2 .divcon .div img{
  width: 100%;
  transition: .5s all;
}
.his_con2 .divcon .div:hover img{
  transform: scale(1.05);
}
/* 企业文化分辨率 */
@media(max-width:1680px){
  .his_con1 .rq1 {
    height: 578px;
  }
}
@media(max-width:1580px){
  .his_con1 .h1 {
    font-size: 45px;
  }
  .his_con1 .rq1 {
    height: 455px;
}
.his_con1 .his_div .bot1 {
  font-size: 36px;
}
.his_con1 .his_div .bot2 .p1 {
  font-size: 36px;
  padding-bottom: 10px;
}
.his_con1 .his_div .bot2 .pdiv {
  padding: 0 15px;
}
.his_con1 .his_div .bot2 .p2 {
  font-size: 14px;
  line-height: 26px;
  line-height: 26px;
}
.his_con1 {
  padding-top: 55px;
  padding-bottom: 60px;
}
.his_con2 .h1 {
  font-size: 45px;
}
.his_con2 .bigcon .rq1 {
  margin-top: 20px;
}
.his_con2 {
  padding-bottom: 70px;
}
.his_con1 .his_div .bot2 .p2:nth-child(2) {
  margin-top: 20px;
}
}

@media(max-width:1259px){
  .his_con1 .rq1 {
    height: 400px;
}
.his_con1 .his_div .bot2 .p2:nth-child(2) {
  margin-top: 15px;
}
.his_con1 .his_div .bot2 .pdiv {
  padding: 0 20px;
  top: 12%;
  line-height: 24px;
}

}
@media(max-width:991px){
  .his_con1 .his_div {
    width: 100%;
  
  }
  .his_con1 .rq1 .bj,
  .his_con1 .his_div .bot2 .bj2{
    display: none;
  }
  .his_con1 .his_div .bot2 .bj3{
    display: block;
  }
  .his_con1 .his_div .bot2{
    position: static;
    opacity: 1;
  }
  .his_big{
    position: static;
  }
  .his_con1 .his_div .bot1 {
    display: none;
}
.his_con1 .rq1 {
  height: auto;
  margin-top: 18px;
}
.his_con1 .his_div{
  height: 200px;
}
.his_con1 .his_div .bot2 .pdiv {
  top: 50%;
  transform: translateY(-50%);
}
.his_con1 .his_div .bot2 .pdiv {
  position: static;
  transform: translateY(0%);
  padding: 20px 0;
}
.his_con1 .his_div .bot2 .p1 {
  font-size: 19px;
  color: #333;
}
.his_con1 .his_div {
  border-right: none;
  border-bottom: 1px solid #9f9fa0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.div_p2 {
  width: 100%;
  height: 80px;
  overflow-y: auto;
  padding-right: 10px;
}
.his_con1 .his_div .bot2 .p2 {
  font-size: 13px;
  margin-top: 8px;
  line-height: 20px;
  color: #666;
}
.his_con1 .his_div .bot2 .p2:first-child {
  margin-top: 0px!important;
}

}
@media(max-width:500px){
  .his_con1 .his_div{
    border-right: none;
    border-bottom: 1px solid #9f9fa0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .his_con2 .divcon {
    margin-top: 6px;
}
  .his_con1 .his_div .bot2 .p2:nth-child(2) {
    margin-top: 10px;
}
  .his_con1 .his_div .bot2 .p2 {
    font-size: 13px;
    margin-top: 8px;
    line-height: 20px;
    color: #666;
}
  .his_con1 .his_div .bot2 .p2:first-child{
    margin-top: 0px!important;
  }
.div_p2{
  width: 100%;
  height: 80px;
  overflow-y: auto;
  padding-right: 10px;
}
.div_p2::-webkit-scrollbar {
  width: 5px;
  background-color: rgb(223,223,223);
  border-radius:50px;
}
.div_p2::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #008089;
}
  .his_con1 {
    padding-top: 35px;
    padding-bottom: 35px;
}
  .his_con2 .p1::before {
    height: 16px;
  }
  .his_con2 .p1 {
    font-size: 16px;
  }
  .his_con2 .divcon .div {
    width: 100%;
    margin-top: 10px;
  }
  .his_con1 .h1 {
    font-size: 24px;
}
.his_con1 .his_div .bot2 .p1 {
  font-size: 19px;
  color: #333;
}
.his_con1 .rq1 {
  height: auto;
  margin-top: 18px;
}
.his_con1 .his_div .bot2 .pdiv {
  position: static;
  transform: translateY(0%);
  padding: 20px 0;
}
.his_con2 .h1 {
  font-size: 24px;
}
}
/* 客户名录 */
.ke_con1{
background-color: #f6f7fc;
padding-top: 110px;
padding-bottom: 115px;
position: relative;
}
.ke_con1 .h1{
  text-align: center;
  font-size: 60px;
  color: #333;
  font-family: 'albb2';
}
.ke_con1 .h2{
  text-align: center;
  font-size: 18px;
  color: #999;
  font-family: 'albb';
  margin-top: 30px;
  line-height: 30px;
}
.ke_con1 .rq{
  margin-top: 60px;
  /*display: flex;*/
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
.ke_con1 .rq .div{
  background-color: #fff;
  width: 15.8%;
  margin-right: 1.04%;
  float: left;
  height: 128px;
  position: relative;
  margin-top: 1%;
  transition: .5s all;
}
.ke_con1 .rq .div:nth-child(6n){
  margin-right: 0;
}
.ke_con1 .rq .div img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.ke_con1 .rq .div:hover{
  box-shadow: 0px 0px 10px 0px rgb(90 91 95 / 30%);
    transform: translate3d(0,-5px,0);
}
/* 合作伙伴和客户名录分辨率 */
@media(max-width:1580px){
  .ke_con1 .h1 {
    font-size: 45px;
  }
  .ke_con1 .h2 {
    font-size: 16px;
    margin-top: 15px;
  }
  .ke_con1 .rq .div {
    height: 80px;
  }
  .ke_con1 .rq {
    margin-top: 20px;
  }
  .ke_con1 .rq .div img {
    max-width: 50%;
    max-height: 50%;
  }
  .ke_con1 {
    padding-top: 60px;
    padding-bottom: 60px;
}

}
@media(max-width:500px){
  .ke_con1 {
    padding-top: 40px;
    padding-bottom: 60px;
}
  .ke_con1 .h2 {
    font-size: 13px;
    margin-top: 10px;
    line-height: 25px;
}
  .ke_con1 .h1 {
 font-size: 24px;
  }
  .ke_con1 .rq .div {
    width: 48%;
  }
}

@media (max-width: 360px){
.his_con1 .rq1 {
    height: 280px;
}
}




/* 公司概况 */
.com_con1{
   background-color: #f6f7fc;
   position: relative;
}
.com_con1 .bj{
  max-width: 80%;
}
.com_con1 .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.com_con1 .container .rig{
  float: right;
  width: 57%;
}
.com_con1 .container .rig .p1{
  font-family: 'Arial';
  font-size: 60px;
  color: #333;
}
.com_con1 .container .rig .p2{
  font-family: 'Arial';
  font-size: 100px;
  font-weight: bold;
  color: #333;
}
.com_con1 .container .rig .p3{
  font-family: 'albb2';
  font-size: 60px;
  color: #333;
}
.com_con1 .container .rig .p4{
  font-family: 'albb';
  font-size: 18px;
  color: #666666;
  line-height: 35px;
  margin-top: 40px;
    transition: .5s all;
}
.com_con1 .container .rig .p4.on{
  display: block;
}
.com_con1 .container .rig .div{
  width: 60px;
  margin-top: 50px;
  cursor: pointer;
}
.com_con1 .container .rig .div img{
  width: 100%;
}
.com_con2 .rq3{
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.com_con2 .rq3 .rq4{

}
.com_con2 .rq3 .rq4 .p3 .sztd{
  font-size: 80px;
  font-family: 'din';
  color: #008089;
}
.com_con2 .rq3 .rq4 .p3  .zi{
  font-size: 20px;
  font-family: 'albb';
  color: #008089;
}
.com_con2 .rq3 .rq4 .p4{
  font-size: 18px;
  font-family: 'albb';
  color: #666666;
}
.com_con2 .rq2{
  padding-top: 110px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.com_con2 .rq2 .lef{
  width: 44%;
  position: relative;
}
.com_con2 .rq2 .lef .imgcon{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  opacity: 0;
}
.com_con2 .rq2 .lef .imgcon.on2{
  opacity: 1;
}
.com_con2 .rq2 .lef .imgcon img{
  width: 100%;
}
.com_con2 .rq2 .lef .p1{
  font-size: 18px;
  color: #666666;
  line-height: 40px;
  font-family: 'albb';
}
.com_con2 .rq2 .lef .p1 .s1{
  font-size: 28px;
  font-weight: bold;
  color: rgba(0, 128, 137, 1);
}
.com_con2 .rq2 .lef .p2{
  display: none;
}
.com_con2 .rq2 .lef .p2.on{
  display: block;
}
.com_con2 .rq2 .lef .p2{
  margin-top: 50px;
}
.com_con2 .rq2 .rig{
  width: 50%;
}
.com_con2 .rq2 .rig .div{
  float: left;
  width: 48%;
  margin-left: 2%;
  overflow: hidden;
  position: relative;
}

.com_con2 .rq2 .rig .div:last-child{
  margin-top: 2%;
}
.com_con2 .rq2 .rig .div:nth-child(1){
  margin-left: 0;
}
.com_con2 .rq2 .rig .div .bot{
  width: 100%;
  overflow: hidden;
  margin-top: 4%;
  position: relative;
}
.com_con2 .rq2 .rig .div .bot:nth-child(1){
  margin-top: 0;
}
.com_con2 .rq2 .rig .div img{
  width: 100%;
  transition: .5s all;
}
.com_con2 .rq2 .rig .div1:hover img{
  transform: scale(1.05);
}
.com_con2 .rq2 .rig .bot1:hover img{
  transform: scale(1.05);
}
.com_con2 .rq2 .rig .bot2:hover img{
  transform: scale(1.05);
}
.com_con2 .rq2 .rig .div .pcon{
  position: absolute;
  top: 45px;
  left: 50px;
}
.com_con2 .rq2 .rig .div .pcon .p1{
  color: #fff;
  font-family: 'albb';
  font-size: 36px;
}
.com_con2 .rq2 .rig .div .pcon .p2{
  color: #fff;
  font-family: 'albb';
  font-size: 20px;
  margin-top: 5px;
}
.com_con2 .rq1{
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 120px;
}
.com_con2 .rq1 .lef{
 width: 65%;
}
.com_con2 .rq1 .lef img{
  width: 100%;
}
.com_con2 .rq1 .rig{
width: 33%;
}
.com_con2 .rq1 .rig .div1{

}
.com_con2 .rq1 .rig .div1 .p1{
  color: #008089;
  font-size: 36px;
  font-family: 'albb';

}
.com_con2 .rq1 .rig .div1 .p2{
  color: #999;
  font-size: 18px;
  font-family: 'albb';
  line-height: 30px;
    margin-top: 20px;
}
.com_con2 .rq1 .rig .div2{
  margin-top: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 300px;
}
.com_con2 .rq1 .rig .div2 .pcon{
padding: 15px 0;
border-bottom: 1px solid #e5e5e5;
}
.com_con2 .rq1 .rig .div2 .pcon .p1{
  font-size: 24px;
  color: #000000;
  font-family: 'albb';
}
.com_con2 .rq1 .rig .div2 .pcon .p1{
  font-size: 24px;
  color: #000000;
  font-family: 'albb';
}
.com_con2 .rq1 .rig .div2 .pcon .p2{
  font-size: 16px;
  color: #666;
  font-family: 'albb';
  margin-top: 8px;
}
.com_con2 .rq1 .rig .div2::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
  }
  .com_con2 .rq1 .rig .div2::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background   : #008089;
  }
  .com_con2 .rq1 .rig .div2::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  }

  /* 公司概况分辨率 */
  @media(max-width:1658px){
    .com_con2 .rq2 .lef .p1 {
      line-height: 35px;
    }
    .com_con2 .rq2 .lef .imgcon {
      width: 140px;
    }
    }

@media(max-width:1580px){
  .com_con1 .container .rig .p1 {
    font-size: 45px;
  }
  .com_con1 .container .rig .p2 {
    font-size: 76px;
  }
  .com_con1 .container .rig .p3 {
    font-size: 45px;
  }
  .com_con1 .container .rig .p4 {
    font-size: 16px;
    margin-top: 20px;
  }
  .com_con1 .container .rig .div {
    width: 45px;
    margin-top: 25px;
  }
  .com_con2 .rq3 .rq4 .p3 .sztd {
    font-size: 60px
  }
  .com_con2 .rq3 .rq4 .p4 {
    font-size: 14px;
  }
  .com_con2 .rq3 .rq4 .p3 .zi {
    font-size: 16px;
  }
  .com_con1 .bj {
    max-width: 60%;
}
.com_con2 .rq3 {
  padding-top: 25px;
}
.com_con2 .rq2 .lef .p2 {
  margin-top: 15px;
}
.com_con2 .rq2 .lef .p1 {
  font-size: 17px;
  line-height: 40px;
}
.com_con2 .rq2 .lef .imgcon {
  width: 110px;
}
.com_con2 .rq2 .lef .p1:nth-child(4) {
  margin-top: 15px;
}
.com_con2 .rq2 .rig .div .pcon .p1 {
  font-size: 24px;
}
.com_con2 .rq2 .rig .div .pcon .p2 {
  font-size: 16px;
  margin-top: 0px;
}
.com_con2 .rq2 .rig .div .pcon {
  top: 30px;
  left: 30px;
}
.com_con2 .rq1 .rig .div1 .p1 {
  font-size: 24px;
  font-weight: bold;
}
.com_con2 .rq1 .rig .div1 .p2 {
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
}
.com_con2 .rq1 .rig .div2 .pcon .p1 {
  font-size: 18px;
}
.com_con2 .rq1 .rig .div2 .pcon .p2 {
  font-size: 13px;
}
.com_con2 .rq1 .rig .div2 {
  margin-top: 0px;
  height: 200px;
}
.com_con2 .rq1 {
  padding-bottom: 30px;
}
.com_con2 .rq2 {
  padding-top: 75px;
}
}
@media(max-width:1459px){
  .com_con1 .container .rig .p4 {
    font-size: 14px;
    margin-top: 10px;
    line-height: 30px;
}

  .com_con1 .container .rig .p2 {
    font-size: 48px;
}
.com_con1 .container .rig .p1 {
  font-size: 36px;
}
.com_con1 .container .rig .p3 {
font-size: 36px;
}
}
@media(max-width:1459px){
  .com_con2 .rq2 .lef .p1 .s1 {
    font-size: 24px;
}
  .com_con2 .rq2 .lef .p1 {
    font-size: 14px;
    line-height: 31px;
}

}
@media(max-width:991px){
  .com_con2 .rq2 .lef .imgcon {
    display: none;
  }
  .com_con2 .rq2 .lef .p1 {
    line-height: 30px;
}
  .com_con1 .bj {
    max-width: inherit;
    width: 100%;
}
  .com_con1 .container .rig .p3 {
    font-size: 24px;
}
  .com_con1 .container .rig .p2 {
    font-size: 36px;
}
  .com_con1 .container .rig .p1 {
    font-size: 24px;
}
.com_con1 .container .rig{
  width: 100%
}
.com_con1 .container {
  padding: 16px 15px;
  position: static;
  transform: translate(0);
}
  .com_con2 .rq3 .rq4 .p3 .sztd {
    font-size: 36px;
}
.com_con2 .rq2 .lef,.com_con2 .rq2 .rig{
  width: 100%;
}
.com_con2 .rq1 .lef,.com_con2 .rq1 .rig{
  width: 100%;
}
.com_con2 .rq3 .rq4{
  width: 50%;
}
}
@media(max-width:500px){
  .com_con2 .rq3 .rq4 {
    margin-bottom: 10px;
    width: 100%;
}
  .com_con1 .bj{
    display: none;
  }
  .com_con2 .rq2 .lef, .com_con2 .rq2 .rig{
    margin-top: 20px;
  }
  .com_con2 .rq2 .rig .div:hover img{
    filter:brightness(50%);
  }
  .com_con2 .rq2 .lef .p1 .s1 {
    font-size: 20px;
}
  .com_con2 .rq2 .rig .div .pcon {
    top: 10px;
    left: 10px;
}
  .com_con1 .container .rig .div {
    width: 36px;
  }
  .com_con2 .rq2 {
    padding-top: 20px;
}
  .com_con2 .rq2 .rig .div .pcon .p1 {
    font-size: 18px;
}
.com_con2 .rq2 .rig .div .pcon .p2 {
  font-size: 13px;
}
}
  /* 发展历程 */
  .deve_con1{
    padding-top: 110px;
    padding-bottom: 70px;
    background-color: #f6f7fc;
    position: relative;
  }
  .deve_con1 .h1{
    text-align: center;
    color: #333;
    font-size: 60px;
    font-family: 'albb2';
}
.deve_con1 .rq{
margin-top: 50px;
position: relative;
}
.deve_con1 .rq .div{
  background-color: #fff;
  border-right: 1px solid #e3e3e3;
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-right: 25px;
  position: relative;
}
.deve_con1 .rq .div .p1{
  color: #008089;
  font-size: 60px;
  font-family: 'din';
}
.deve_con1 .rq .divcon{
  overflow-y: scroll;
  overflow-x: hidden;
  height: 540px;
  padding-right: 30px;

}
.deve_con1 .rq .divcon .bot{
padding-top: 30px;
position: relative;
padding-left: 28px;
}
.deve_con1 .rq .divcon .bot .p1{
  color: #333;
  font-size: 16px;
}
.deve_con1 .rq .divcon .bot .p2{
  padding-top: 8px;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  font-family: 'albb';
}
.deve_con1 .rq .divcon::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
  }
  .deve_con1 .rq .divcon::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background   : #008089;
  }
  .deve_con1 .rq .divcon::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  }
  .deve_con1 .rq .divcon .bot::before{
    content: '';
    width: 7px;
    height: 7px;
    background-color: #666666;
    position: absolute;
    top:58px;
    left: 0;
    border-radius: 50%;
    z-index: 5;
    transform: translateY(-50%);
  }
  .deve_con1 .rq .divcon .bot::after{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #eff1f8;
    position: absolute;
    top:125px;
    left: 3px;
    z-index: 1;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .deve_con1 .rq .divcon .bot:last-child:after{
    content: none;
  }
  .deve_con1 .swiper-button-next,.deve_con1 .swiper-button-prev{
    width: 60px;
    height: 60px;
    background: url(../images/deve1.png);
    background-size: contain;
    transition: .5s all;
    background-repeat: no-repeat;
    background-position: center;
    right: -90px;
  }
  .deve_con1 .swiper-button-prev {
    transform: rotate( 
180deg
 );
  left: -90px;
}
.deve_con1 .swiper-button-next:hover,.deve_con1 .swiper-button-prev:hover{
  background: url(../images/deve1b.png);
  background-size: contain;
}
.deve_con1 .rq .div::after{
  content: '';
  width: 0%;
  height: 4px;
  background-color: #008089;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 5;
}
@keyframes jdt{
  0%{
    width: 0;
  }
  100%{
    width: 100%;
  }
}
.deve_con1 .swiper-container{
  padding-bottom: 100px;
}
.deve_con1 .swiper-container::before{
  content: '';
  width: 100%;
  height: 4px;
  background-color: #e3e3e3;
  position: absolute;
  bottom: 50px;
  left: 0;

}
.deve_con1 .swiper-container .swiper-slide-active .div::after{
  width: 100%;
  animation: jdt 2s linear;
  animation-fill-mode : forwards;
}
@media(max-width:1680px){
  .deve_con1 .swiper-button-next, .deve_con1 .swiper-button-prev {
    width: 60px;
    height: 60px;
    right: -75px;
}
.deve_con1 .swiper-button-prev {
  left: -75px;
}

}
@media(max-width:1580px){
  .deve_con1 .swiper-button-next, .deve_con1 .swiper-button-prev {
    width: 40px;
    height: 50px;
    right: -50px;
}
.deve_con1 .swiper-button-prev {
  left: -50px;
}
  .deve_con1 .h1 {
    font-size: 45px;
}
.deve_con1 {
  padding-top: 50px;
  padding-bottom: 20px;
}
.deve_con1 .rq .div .p1 {
  font-size: 45px;
}
.deve_con1 .rq .divcon .bot .p2 {
  font-size: 13px;
  line-height: 25px;
}
.deve_con1 .rq .div {
  padding-left: 20px;
  padding-top: 25px;
  padding-bottom: 40px;
}

}
@media(max-width:1459px){
  .deve_con1 .swiper-button-next, .deve_con1 .swiper-button-prev {
    width: 50px;
    height: 50px;
    right: -80px;
}
.deve_con1 .swiper-button-prev {
  left: -80px;
}
.deve_con1 .rq .divcon .bot {
  padding-top: 20px;
}
}
@media(max-width:991px){
  .deve_con1 .swiper-button-next, .deve_con1 .swiper-button-prev{
    top: 93%;
    width: 40px;
    height: 40px;
   }
   .deve_con1 .swiper-button-prev {
    left: 0px;
}
  .deve_con1 .swiper-button-next, .deve_con1 .swiper-button-prev {
    right: 0px;
}
}
@media(max-width:500px){

  .deve_con1 .rq .divcon {
    height: 410px;
}

  .deve_con1 .h1 {
    font-size: 24px;
}
.deve_con1 .rq .div .p1 {
  font-size: 24px;
}
.deve_con1 .rq {
  margin-top: 20px;
}
.deve_con1 {
  padding-top: 25px;
  padding-bottom: 0px;
}
}

/* 解决方案 */
.innertext .p3{
font-size: 56px;
color: #111111;
    font-family: "albb";
    font-weight: bold;
}
.innertext .p4{
  font-size: 30px;
  color: #111111;
      font-family: "albb";
     margin-top: 10px;
  }
  .ca_con1_1,
  .ca_con1 {
    padding-top: 60px;
    padding-bottom: 120px;
  }
.ca_con1 .h1{
  text-align: center;
  font-size: 52px;
  color: #000000;
  font-weight: bold;
}
.ca_con1 .rq{
position: relative;
margin-top: 50px;
height: 831px;
}
.ca_con1 .rq .dw{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.ca_con1 .rq .div{
  height: 100%;
  position: relative;
  border-right: 1px solid #fff;
  cursor: pointer;
  transition: .5s all;
}
.ca_con1 .rq .bj{
  display: block;
  max-width: 100%;
  height: 100%;
 opacity: 0;
 position: absolute;
 right: 0;
 top: 0;
 transition: .5s all;
}
.ca_con1 .rq .bj.on{
  opacity: 1;
}

.ca_con1 .rq .dw .first{
  width: 40% !important;
  position: relative;
  background-color: #fff;
  float: left;
  height: 100%;
  box-shadow: 0px 0px 10px 0px rgb(90 91 95 / 30%);
}
.ca_con1 .rq .dw .div2{
  width: 60%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.ca_con1 .rq .dw .div2 .div{
  flex: 1;
}

.ca_con1 .rq .div .pcon{
  width: 100%;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'albb';
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
}
@keyframes scalepulse {
  20% {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
      transform: translate3d(-50%, -50%, 0) scale(1.15);
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease
  }

  50% {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
      transform: translate3d(-50%, -50%, 0) scale(1);
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease
  }
}
.ca_con1 .rq .div .divcon{
  position: relative;
  /* width: 36px;
  height: 36px;
  background-color: #fff; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* transform: translate3d(-50%, -50%, 0) scale(.5);
  border-radius: 50%; */

}
/* .ca_con1 .rq .div .divcon{
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(.5);
  border-radius: 50%;

} */
/* .ca_con1 .rq .div .divcon{
  position: relative;
  top: 50%;
  left: 50%;
  background: hsla(0, 0%, 100%, .8);
    border: 1px solid #fff;
    border-radius: 100%;
    height: 2.2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.5);
    transition: .4s;
    width: 2.2rem;
}

.ca_con1 .rq .div .divcon::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  transform: translate3d(-50%, -50%, 0) scale(1.85);
  background-size: contain;
  position: absolute;
  transition: .4s all;
  top: 50%;
  z-index: 5;
  left: 50%;
  border: 1px solid hsla(0, 0%, 100%, .3);
  border-radius: 100%;
  /* scale(1.2);
}
.ca_con1 .rq .div:hover .divcon::after  {
  animation: scalepulse 1.3s linear .15s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.ca_con1 .rq .div .divcon::before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  transform: translate3d(-50%, -50%, 0) scale(1.5);
  background-size: contain;
  position: absolute;
  transition: .5s all;
  top: 50%;
  z-index: 5;
  left: 50%;
  border: 1px solid hsla(0, 0%, 100%, .3);
  border-radius: 100%;
}
.ca_con1 .rq .div:hover .divcon::before{
  animation: scalepulse 1.3s linear .3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
} */
.deco {
  /*display: block;*/
  width: 100%;
  height: 6rem;
  opacity: 1;
  transition: .1s;
  transform: translateZ(0);
  margin: 0 auto;
}
.deco:before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(.75);
  transition: .4s;
  border: 1px solid hsla(0, 0%, 100%, .3);
  border-radius: 100%;
  height: 4rem;
  width: 4rem;
}
.deco:after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(.75);
  transition: .4s;
  border: 1px solid hsla(0, 0%, 100%, .1);
  border-radius: 100%;
  height: 6rem;
  width: 6rem;
}
.deco i{
  background: hsla(0, 0%, 100%, .8);
  border: 1px solid #fff;
  border-radius: 100%;
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(.5);
  transition: .4s;
  width: 1.5rem;
}
.ca_con1 .rq .div:hover .deco i{
  animation: scalepulse 1.3s linear 0s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.ca_con1 .rq .div:hover .deco::before{
  animation: scalepulse 1.3s linear .3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
} 
.ca_con1 .rq .div:hover .deco::after{
  animation: scalepulse 1.3s linear .3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
} 
.ca_con1 .rq .div .tecon{
  width: 65%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: .5s all;
  padding-top: 155px;
}
.ca_con1 .rq .first .tecon.on{
  opacity: 1;
}
.ca_con1 .rq .div .tecon .p1{
  font-size: 50px;
  color: #000;
  font-weight: bold;
  font-family: 'albb';
}
.ca_con1 .rq .div .tecon .p2{
  font-size: 20px;
  color: #666666;
  font-family: 'albb';
  line-height: 35px;
  margin-top: 40px;
}

/* .ca_con1 .rq .div:hover .divcon::after {

  transform:scale(1.2) translateX(-50%);
}
.ca_con1 .rq .div:hover .divcon::before{
  transform:scale(1.2) translateX(-50%);
} */

.ca_con2{
  background-color: #f6f7fc;
  padding-top: 90px;
  padding-bottom: 120px;
}
.ca_con2 .h1{
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  font-family: 'albb';
}
.ca_con2 .h2{
  text-align: center;
  font-size: 22px;
  font-family: 'albb';
  color: #999999;
  margin-top: 15px;
}
.ca_con2 .rq{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 110px;
}
.ca_con2 .rq .lef{
  width: 33%;
}
.ca_con2 .rq .lef .div{
  width: 100%;
  padding: 40px 0;
  background-image: url(../images/ca3.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position-y: center;
  background-position-x: 93%;
  padding-left: 58px;
  transition: .5s all;
}
.ca_con2 .rq .lef .div .bot1{
  font-size: 70px;
  color: #666666;
  font-family: 'din';
  float: left;
  transition: .5s all;
  width: 83%;
}
.ca_con2 .rq .lef .div .bot1:nth-child(1){
  margin-bottom: 10px;
  width: 17%;
}
.ca_con2 .rq .lef .div .bot1 .p1{
  font-size: 34px;
  color: #666666;
  font-family: 'albb';
  font-weight: bold;
  transition: .5s all;
}
.ca_con2 .rq .lef .div .bot1:nth-child(2){
  padding-left: 35px;
  padding-right: 66px;
}
.ca_con2 .rq .lef .div .bot1 .p2{
  font-size: 20px;
  color: rgba(102, 102, 102, .5);
  margin-top: 10px;
  font-family: 'albb';
  transition: .5s all;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ca_con2 .rq .lef .div.on,.ca_con2 .rq .lef .div:hover{
 background-color: #0ba3ad;
 background-image: url(../images/ca3w.png);
 background-repeat: no-repeat;
 background-position-y: center;
 background-position-x: 93%;
}
.ca_con2 .rq .lef .div:hover .bot1,.ca_con2 .rq .lef .div.on .bot1{
  color: #fff;
}
.ca_con2 .rq .lef .div:hover .bot1 .p1,.ca_con2 .rq .lef .div.on .bot1 .p1{
  color: #fff;
}
.ca_con2 .rq .lef .div:hover .bot1 .p2,.ca_con2 .rq .lef .div.on .bot1 .p2{
  color: #fff;
}

.ca_con2 .rq .rig{
  width: 55%;
  padding-right: 105px;
  position: relative;
  z-index: 1;
}
.ca_con2 .rq .rig .divcon{
display: none;
}
.ca_con2 .rq .rig .divcon.on{
  display: block;
}
.ca_con2 .rq .rig .divcon .p1{
  position: relative;
  color: #333333;
  font-size: 40px;
  font-family: 'albb';
  letter-spacing: 2px;
}
.ca_con2 .rq .rig .divcon .p1::after{
  content: '';
  width: 34px;
  background: url(../images/ca5.png)no-repeat;
  background-size: contain;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -50%;
}
.ca_con2 .rq .rig::after{
  content: '';
  width: 354px;
  height: 245px;
  background: url(../images/ca6.png)no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 14%;
  z-index: -1;
}
.ca_con2 .rq .rig .divcon .p2{
  color: #999999;
  font-size: 23px;
  font-family: 'albb';
  line-height: 35px;
  margin-top: 50px;
}
.ca_con2 .rq .rig .imgcon{
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  box-shadow: 0px 0px 10px 0px rgb(90 91 95 / 30%);
}
.ca_con2 .rq .rig .imgcon img{
  width: 100%;
  transition: .5s all;
}
.ca_con2 .rq .rig .imgcon:hover img{
  transform: scale(1.05);
}

.ca_con3{
  padding-top: 90px;
  padding-bottom: 120px;
}
.ca_con3 .h1{
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  font-family: 'albb';
}
.ca_con3 .rq{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ca_con3 .rq .div{
  width: 32%;
  margin-top: 90px;
}
.ca_con3 .rq .div .imgcon{
width: 150px;
height: 160px;
margin: 0 auto;
transition: .5s all;
}
.ca_con3 .rq .div:hover .imgcon{
  transform: translateY(-10px);
}
.ca_con3 .rq .div .imgcon img{
  width: 100%;
  /* height: 100%; */
}
.ca_con3 .rq .div .pcon{
 margin-top: 20px;
}
.ca_con3 .rq .div .pcon .p1{
  text-align: center;
  color: #000000;
  font-size: 35px;
  font-weight: bold;
}
.ca_con3 .rq .div .pcon .p2{
  text-align: center;
  color: #666666;
  font-size: 22px;
  margin-top: 10px;
  line-height: 40px;
}

.ca_con4{
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #f6f7fc;
}
.ca_con4 .h1{
  text-align: center;
  font-size: 62px;
  font-weight: bold;
  font-family: 'albb';
}
.ca_con4 .rq{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.ca_con4 .rq .div{
  width: 32%;
  transition: .5s all;
  margin-top: 50px;
  margin-right: 2%;
}
.ca_con4 .rq .div:nth-child(3n){
  margin-right: 0;
}
.ca_con4 .rq .div .imgcon{
  width: 100%;
  overflow: hidden;
}
.ca_con4 .rq .div .imgcon img{
  width: 100%;
}

.ca_con4 .rq .div .pcon{
  line-height: 115px;
  width: 100%;
  color: #000000;
  font-size: 24px;
  padding-left: 30px;
  font-family: 'albb';
  border-bottom: 2px solid #bebfc1;
  transition: .5s all;
}
.ca_con4 .rq .div:hover .pcon{
  background-color: #fff;
  border-bottom: 2px solid #008089;
}
.ca_con4 .rq .div:hover{
  box-shadow: 0px 0px 10px 0px rgb(90 91 95 / 30%);
  transform: translate3d(0,-3px,0);
}
.ca_con5{
  padding-top: 90px;
  padding-bottom: 70px;
}
.ca_con5 .h1{
  text-align: center;
  font-size: 62px;
  font-weight: bold;
  font-family: 'albb';
}
.ca_con5 .rq{
  margin-top: 50px;
}
.ca_con5 .rq .swiper-slide{
  padding: 20px 0;
}
.ca_con5 .rq .div{
  width: 75%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgb(90 91 95 / 30%);
  padding: 30px 0;
  padding-left: 40px;
  margin: 0 auto;
}
.ca_con5 .rq .div .lef{
  width: 45%;
  float: left;
}
.ca_con5 .rq .div .lef img{
  width: 100%;
}
.ca_con5 .rq .div .rig{
  width: 42%;
  float: left;
  margin-left: 55px;
  padding-top: 15px;
}
.ca_con5 .rq .div .rig .p1{
  font-size: 48px;
  color: #000000;
  font-family: 'albb';
  font-weight: bold;
}
.ca_con5 .rq .div .rig .p2{
  font-size: 20px;
  color: #666666;
  font-family: 'albb';
  line-height: 35px;
  margin-top: 20px;
}
.ca_con5 .rq .div .rig .a1{
  display: block;
  font-size: 18px;
  color: #008089;
  font-family: 'albb';
  margin-top: 40px;
  text-decoration: underline;
}
.ca_con5 .rq .swiper-button-prev, .ca_con5 .rq .swiper-button-next {
  width: 86px;
  height: 86px;
  background: url(../images/ca20.png) ;
  background-size: contain;
  transition: .5s all;
  background-repeat: no-repeat;
  opacity: 1;
}
.ca_con5 .rq .swiper-button-prev {
  transform: rotate( 
180deg
);

}
.ca_con5 .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background-color: #c9c9c9;
  opacity: 1;
}
.ca_con5 .swiper-pagination-bullet-active{
  background-color: #666666;
}
.ca_con5  .swiper-container{
  padding-bottom: 40px;
}
.ca_con5 .swiper-pagination{
  bottom: 0;
}

.ca_con6{
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #f6f7fc;
}
.ca_con6 .h1{
  text-align: center;
  font-size: 62px;
  font-weight: bold;
  font-family: 'albb';
}
.ca_con6 .rq{
  margin-top: 50px;
}
.ca_con6 .div{
  border: 2px solid #eeeeee;
  transition: .5s all;
}
.ca_con6 .div:hover{
  box-shadow: 0px 0px 10px 0px rgb(90 91 95 / 30%);
  transform: translate3d(0,-3px,0);
}
.ca_con6 .div .imgcon{
width: 100%;
height: 280px; 
position: relative;
}
.ca_con6 .div .imgcon img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  }
  .ca_con6 .div .pcon{
    line-height: 115px;
    background-color: #fff;
    color: #000;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-family: 'albb';

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .ca_con6 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #c9c9c9;
    opacity: 1;
  }
  .ca_con6 .swiper-pagination-bullet-active{
    background-color: #aaaaaa;
  }
  .ca_con6  .swiper-container{
    padding-bottom: 70px;
    padding-top: 20px;
  }
  .ca_con2 .app_rq{
    display: none !important;
  }

  /* 解决方案分辨率 */

  @media(max-width:1580px){
    .ca_con1 .rq {
      position: relative;
      margin-top: 50px;
      height: 632px;
  }
  .ca_con1 .rq .div .pcon {
    font-size: 16px;
  }
    .ca_con1 .rq .div .tecon .p2 {
      font-size: 16px;
      margin-top: 30px;
  }

    .ca_con1 .rq .div .tecon .p1 {
      font-size: 40px;
    }
    .ca_con1 .rq .div .tecon {
      width: 60%;
    }
    .ca_con2 .rq {
      margin-top: 60px;
  }
    .ca_con2 {
      padding-top: 60px;
      padding-bottom: 85px;
  }
    .ca_con2 .rq .rig::after {
      bottom: 0%;
    }
    .ca_con2 .rq .rig .imgcon {
      margin-top: 25px;
    }
    .ca_con2 .rq .rig .divcon .p2 {
      font-size: 16px;
      line-height: 30px;
      margin-top: 35px;
  }
    .ca_con2 .rq .rig .divcon .p1 {
      font-size: 30px;
    }
    .ca_con2 .rq .lef .div {
      padding: 20px 0;
      padding-left: 30px;
    }
    .ca_con2 .rq .lef .div .bot1 {
      font-size: 50px;
    }
    .ca_con2 .rq .lef .div .bot1 .p1 {
      font-size: 26px;
    }
    .ca_con2 .rq .lef .div .bot1 .p2 {
      font-size: 16px;
      margin-top: 5px;
    }
    .ca_con3 {
      padding-top: 60px;
      padding-bottom: 70px;
  }
    .ca_con3 .rq .div {
      margin-top: 50px;
  }
    .ca_con3 .rq .div .imgcon {
      width: 100px;
      height: 110px;
    }
    .ca_con3 .rq .div .pcon .p2 {
      font-size: 16px;
      margin-top: 10px;
      line-height: 25px;
  }
    .ca_con3 .rq .div .pcon .p1 {
      font-size: 24px;
  }
    .ca_con5 .rq .div .rig .p1 {
      font-size: 36px;
    }
    .ca_con5 .rq .div .rig {
      width: 46%;
      margin-left: 30px;
    }
    .ca_con5 .rq .div .rig .p2 {
      font-size: 16px;
      line-height: 30px;
  }
  .ca_con5 .rq .div .rig .a1 {
    font-size: 16px;
  }
  .ca_con5 .rq .swiper-button-prev, .ca_con5 .rq .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .ca_con5 .h1,.ca_con4 .h1,.ca_con3 .h1,.ca_con2 .h1,.ca_con1 .h1{
    font-size: 46px;
  }
  .ca_con4 {
    padding-top: 55px;
    padding-bottom: 80px;
  }
  .ca_con4 .rq .div .pcon {
    line-height: 75px;
  }
  }
  @media(max-width:1459px){
    .ca_con6 .div .imgcon{
      height: 194px; 
      /* 250 194 170 340 300 */
      }
      .ca_con2 .rq .lef .div .bot1:nth-child(2) {
        padding-left: 14px;
        padding-right: 46px;
    }
    .ca_con1 .rq .div .tecon {
      width: 74%;
      padding-top: 117px;
  }
  }
  @media(max-width:1259px){
    .ca_con5 .rq .div .rig .p1 {
      font-size: 28px;
  }
  .ca_con5 .rq .div .rig .p2 {
    font-size: 14px;
  }
  .ca_con2 .rq .lef .div .bot1 .p1 {
    font-size: 22px;
}
  .ca_con2 .rq .lef .div .bot1:nth-child(2) {
    padding-right: 42px;
}
  }

  
  @media(max-width:991px){
    .ca_con1 .rq .div .pcon {
      font-size: 12px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
  }
    .ca_con2 .rq .lef,  .ca_con2 .rq .rig{
      width: 100%;
      padding-right: 0;
  }
    .ca_con3 .rq .div {
      width: 49%;
    }
    .ca_con4 .rq .div {
      width: 49%;
    }
    .ca_con4 .rq .div:nth-child(3n){
      margin-right: 2%;
    }
    .ca_con4 .rq .div:nth-child(2n){
      margin-right: 0;
    }
    .ca_con5 .rq .div .lef,.ca_con5 .rq .div .rig{
      width: 100%;
    }
    .ca_con6 .swiper-container {
      padding-bottom: 50px;
  }
  .ca_con2 .pc_rq{
    display: none !important;
  }
  .ca_con2 .app_rq{
    display: block !important;
  }
  .ca_con2 .rq .rig::after{
    display: none;
  }


  .ca_con2 .rq .lef .div.on, .ca_con2 .rq .lef .div:hover{
    background-color: rgba(0,0,0,0);
    background-image: none;
  }
  .ca_con2 .rq .lef .div.on .app_div1,
  .ca_con2 .rq .lef .div:hover .app_div1{
    background-color: #0ba3ad;
    background-image: url(../images/ca3w.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 93%;
  }
  .ca_con2 .rq .lef .div .app_div1{
    padding: 10px 15px;
  }
  .ca_con2 .rq .rig .divcon.on{
    display: none;
  }
  /* .ca_con2 .rq .lef .div.on .app_div2 .rig .divcon{
    display: block;
  } */
  .ca_con2 .rq .rig .divcon .p1::after {
    left: 4px;
}
.ca_con5 .rq .div {
  width: 98%;
padding: 20px 20px;
  padding-left: 20px;
}
.ca_con5 .rq .swiper-button-prev, .ca_con5 .rq .swiper-button-next{
  display: none;
}
.ca_con5 .rq .div .rig {
  margin-left: 0;

}

.ca_con5 .rq .div .rig .p1 {
  font-size: 20px;
}



  }
  @media(max-width:768px){
    .ca_con1 .rq .div .tecon {
      width: 90%;
      padding-top: 30px;
    }
  .ca_con1 .rq .div .tecon .p1 {
    font-size: 30px;
}
.ca_con4 .rq .div .pcon {
  line-height: 52px;
  font-size: 16px;
}
  }
 
  @media(max-width:500px){
    .deco:after {
      width: 39px;
      height: 39px;
  }
  .deco:before {
    height: 27px;
    width: 27px;
}
.deco i {
  height: 15px;
  width: 15px;
}
    .ca_con1 .rq .div .divcon {
      width: 39px;
      height: 39px;
      display: inline-block;
      top: 50%;
      left: 90%;
  }
  .ca_con1_1{
    padding-top: 45px;
    padding-bottom: 55px;
  }
    .ca_con1 {
      padding-top: 45px;
      padding-bottom: 55px;
      height: 660px;
  }
    .ca_con1 .rq .div {
      /* height: 30%; */
      height: 50px;
     border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .ca_con1 .rq .div .pcon {
      width: auto;
      height: auto;
      background: none;
      left: 15px;
      top: 50%;
      bottom: auto;
      transform: translateY(-50%);
  }
    .ca_con1 .rq .div {
      width: 100%;

    }
    .ca_con1 .rq {
      height: 200px;
      margin-top:30px ;
  }
  .ca_con1 .rq .bj {
    max-width: inherit;
    width: 100%;
    top: 200px;
    height: 300px;
}
 
    .ca_con1 .rq .dw {
      width: 100%;
      position: static;
    }
    .ca_con1 .rq .div .tecon {
      width: 100%;
      padding: 0 10px;
      padding: 30px 15px;
    }
    .ca_con1 .rq .div .tecon .p2 {
      font-size: 14px;
      margin-top: 12px;
      line-height: 25px;
      height: 100px;
      overflow-y: auto;
      padding-right: 10px;
  }

  .ca_con1 .rq .div .tecon .p2::-webkit-scrollbar {
    width: 5px;
    background-color: rgb(223,223,223);
    border-radius:50px;
  }
  .ca_con1 .rq .div .tecon .p2::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #008089;
  }
    .ca_con1 .rq .div .tecon .p1 {
      font-size: 19px;
  }
    .ca_con1 .rq .dw .first {
      width: 100% !important;
      height: 200px;
    }
    .ca_con1 .rq .dw .div2{
      width: 100%;
    }
    .ca_con1 .rq .dw .div2 .div {
      flex: auto;
  }
    .ca_con1 .rq .div .tecon{
      position: static;
      transform: translate(0,0);
      display: none;
    }
    .ca_con1 .rq .first .tecon.on {
      display: block;
  }

    .ca_con2 {
      padding-top: 30px;
      padding-bottom: 50px;
  }
    .ca_con2 .rq .lef .div {
      padding: 0;
    }
    .ca_con2 .rq {
      margin-top: 30px;
  }
    .ca_con2 .h2 {
      font-size: 16px;
    }
    .ca_con2 .rq .rig .divcon .p1 {
      font-size: 20px;
  }
    .ca_con2 .rq .rig{
      margin-top: 16px;
      margin-bottom: 16px;
      padding-right: 0;
    }
    .ca_con2 .rq .rig .divcon .p2 {
      margin-top: 26px;
  }
    .ca_con2 .rq .lef .div .bot1 .p2 {
      font-size: 14px;
      margin-top: 0px;
  }
  .ca_con2 .rq .lef .div .bot1:nth-child(1){
    margin-bottom: 0;
  }
    .ca_con2 .rq .lef .div .bot1 .p1 {
      font-size: 18px;
  }
    .ca_con2 .rq .lef .div .bot1 {
      font-size: 35px;
  }
    .ca_con3 .rq .div .pcon .p2 {
      font-size: 13px;
      line-height: 20px;
      padding: 0 10px;
  }
    .ca_con3 .rq .div .pcon .p1 {
      font-size: 18px;
  }
    .ca_con3 .rq .div .imgcon {
      width: 60px;
      height: 60px;
  }
    .ca_con4 {
      padding-top: 40px;
      padding-bottom: 55px;
  }
    .ca_con4 .rq .div {
      margin-top: 25px;
  }
    .ca_con4 .rq .div .pcon {
      font-size: 14px;
      padding-left: 0px;
      line-height: 45px;
      text-align: center;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
  }
    .ca_con5 .rq {
      margin-top: 15px;
  }
    .ca_con5 {
      padding-top: 35px;
      padding-bottom: 20px;
  }
    .ca_con5 .swiper-container {
      padding-bottom: 25px;
  }
    .ca_con5 .rq .div .rig{
        padding: 20px 15px;
    }
    .ca_con5 .rq .div .rig .a1 {
      font-size: 14px;
      margin-top: 10px;
  }
    .ca_con5 .rq .div .rig .p2 {
      font-size: 13px;
      line-height: 25px;
      height: 125px;
      margin-top: 7px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
      overflow: hidden;
    
  }
    .ca_con5 .rq .div .rig .p1 {
      font-size: 19px;
  }
    .ca_con5 .h1, .ca_con4 .h1, .ca_con3 .h1, .ca_con2 .h1, .ca_con1 .h1 {
      font-size: 24px;
  }
    .ca_con5 .rq .swiper-button-prev, .ca_con5 .rq .swiper-button-next{
      display: none;
    }
    .ca_con5 .rq .div .rig
    {
      margin-left: 0;
    }
    .ca_con5 .rq .div {
      padding: 0;
        width: 100%;
  }


}
  /* 产品详情 */
  .innertext{
    position: relative;
  }
  .innertext .imgcon{
    width: 50%;
   position: absolute;
   right: 0%;
   top: 50%;
   transform: translateY(-50%);
   
  }
  .innertext .imgcon img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .pro_con1{
   padding-top: 58px;
   padding-bottom: 130px;
  } 
  .pro_con1 .h1{
    position: relative;
    text-align: center;
    font-size: 62px;
    color: #000;
    font-family: 'albb';
    font-weight: bold;
  }
  .pro_con1 .h1 .h2 {
    font-size: 138px;
    color: #f6f6f6;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pro_con1 .rq{

  padding-bottom: 105px;
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgb(90 91 95 / 30%);
}
.pro_con1 .rq .lef{
  width: 50%;
  padding-top: 160px;
  float: left;
}
.pro_con1 .rq .lef .imgcon{
 width: 100%;

}
.pro_con1 .rq .lef .imgcon img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.pro_con1 .gallery-thumbs .divcon{
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #d3d3d3;
}
.pro_con1 .gallery-thumbs .divcon img{
  max-width: 60%;
  max-height: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.pro_con1 .gallery-thumbs .swiper-slide-thumb-active .divcon {
  border-color: #008089;
}
.pro_con1 .gallery-thumbs {
  cursor: pointer;
  width: 55%;
  margin-top: 100px;
  float: left;
  margin-left: 13%;
}
.pro_con1 .rq .rig{
  width: 50%;
  float: left;
  padding-right: 50px;
  padding-top: 60px;
}
.pro_con1 .rq .rig .a1{
  display: block;
  background-color: #008089;
  width: 125px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  border-radius: 20px;
  float: right;
}
.pro_con1 .rq .rig .p1{
  color: #000;
  font-size: 57px;
  font-family: 'albb';
  font-weight: bold;
  margin-top: 30px;
}
.pro_con1 .rq .rig .div2 .bot{
 margin-top: 35px;
}
.pro_con1 .rq .rig .div2 .bot .p2{
  font-size: 25px;
  color: #999999;
  font-family: 'albb';
  position: relative;
  padding-left: 35px;
  padding-bottom: 18px;
  border-bottom: 1px solid #cccccc;
}
.pro_con1 .rq .rig .div2 .bot .p2::before{
  content: '';
    width: 26px;
    height: 26px;
    background: url(../images/pro2.png)no-repeat;
    background-size: contain;
    position: absolute;
    top: 33%;
    left: 0;
    transform: translateY(-50%);
}
.pro_con1 .rq .rig .div2 .bot .p3{
  font-size: 22px;
  color: #999999;
  font-family: 'albb';
  line-height: 35px;
  padding-top: 25px;
}
.pro_con1 .rq .rig .div2 .bot:nth-child(2) .p2::before{
  background: url(../images/pro4.png)no-repeat;
  background-size: contain;
}
.pro_con1 .rq .rig .div2 .bot .divcon{
   padding-top: 40px;
}
.pro_con1 .rq .rig .div2 .bot .divcon .div{
 /* width: 70px; */
 width: 15%;
 margin-right: 2%;
 float: left;
 margin-left: 0 !important;
 margin-bottom: 10px;
}
.pro_con1 .rq .rig .div2 .bot .divcon .div:nth-child(6n){
  margin-right: 0;
}
.pro_con1 .rq .rig .div2 .bot .divcon .div .imgcon{
  width: 100%;
  transition: .5s all;
}
.pro_con1 .rq .rig .div2 .bot .divcon .div:hover .imgcon{
  transform: translateY(-10px);
}
.pro_con1 .rq .rig .div2 .bot .divcon .div .imgcon img{
  width: 70px;
  display: block;
  margin: 0 auto;
}
.pro_con1 .rq .rig .div2 .bot .divcon .div .p4{
  text-align: center;
  font-size: 16px;
  font-family: 'albb';
  margin-top: 15px;
  color: #008089;
}
.pro_con2{
  padding-top: 78px;
  padding-bottom: 145px;
  background-color: #f6f7fc;
}
.pro_con2 .h1{
  text-align: center;
  font-size: 62px;
  font-weight: bold;
  color: #000;
  font-family: 'albb';
}
.pro_con2  .rq{
  margin-top: 100px;
}
.pro_con2  .rq .div1{
  width: 50%;
  float: left;
  padding-left: 50px;
}
.pro_con2  .rq .div1 .bot{
margin-top: 100px;
transition: .5s all;
padding-left: 105px;
position: relative;
}
.pro_con2  .rq .div1 .bot:hover{
  transform: translateY(-10px);
}
.pro_con2  .rq .div1 .bot:nth-child(1){
  margin-top: 0;
}
.pro_con2  .rq .div1 .bot .imgcon{
  width: 105px;
  transition: .5s all;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}
.pro_con2  .rq .div1 .bot .imgcon img{
  width: 100%;
}
.pro_con2  .rq .div1 .bot .pcon{
float: left;
margin-left: 30px;
}
.pro_con2  .rq .div1 .bot .pcon .p1{
  font-size: 36px;
  color: #040000;
  font-family: 'albb';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pro_con2  .rq .div1 .bot .pcon .p2{
  font-size: 30px;
  color: #999899;
  font-family: 'albb';
  margin-top: 10px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.pro_con3{
  padding-top: 78px;
  padding-bottom: 145px;
}
.pro_con3 .h1{
  text-align: center;
  font-size: 62px;
  font-weight: bold;
  color: #000;
  font-family: 'albb';
}
.pro_con3 .rq{
  margin-top: 48px;
}
.pro_con3 .rq .p1{
  font-size: 40px;
  color: #008089;
  padding-left: 30px;
  position: relative;
}
.pro_con3 .rq .p1::before {
  content: '';
  width: 9px;
  height: 38px;
  background: #008089;
  position: absolute;
 top: 50%;
  left: 0%;
  transform: translateY(-50%);
  border-radius: 50px;
}
.pro_con3 .rq .divcon{
  margin-top: 50px;
}
.pro_con3 .rq .divcon .div{
  padding-left: 45px;
  border-bottom: 2px solid #adadad;
}
.pro_con3 .rq .divcon .div .s1{
  /* width: 320px; */
  width: 22% !important;
  font-size: 30px;
  color: #000;
  font-family: 'albb';
  line-height: 95px;
  float: left;
  padding-right: 10px;
}
.pro_con3 .rq .divcon .div .s2{
  width: 78%;
  font-size: 30px;
  color: #666666;
  float: left;
  padding: 26px 0;
}
.pdcontainer{
  top: 50% !important;
}


/* 产品详情分辨率 */
@media(max-width:1680px){

.pro_con1 .rq .rig .div2 .bot .divcon .div {
  margin-left: 25px;
}

}
@media(max-width:1580px){

  .pro_con1 .gallery-thumbs {
    width: 70%;
  }
  .innertext .imgcon {
    top: 80%;
  }
  .innertext .imgcon img {
    max-width: 50%;
}
.innertext .p3 {
  font-size: 40px;
}
.innertext .p4 {
  font-size: 20px;
  margin-top: 5px;
}
.pro_con1 .h1 {
  font-size: 46px;
}
.pro_con1 .h1 .h2 {
  font-size: 85px;
  top: 50%;
}
.pro_con1 .rq .rig .p1 {
  font-size: 43px;
}
.pro_con1 .rq .rig .a1 {
  width: 95px;
  line-height: 38px;
  font-size: 23px;
}
.pro_con1 .rq .rig .div2 .bot .p2 {
  font-size: 18px;
}
.pro_con1 .rq .rig .div2 .bot .p3 {
  font-size: 16px;
  padding-top: 15px;
}
.pro_con1 .rq .rig .div2 .bot {
  margin-top: 20px;
}
.pro_con1 .rq .rig .div2 .bot .divcon .div .imgcon img {
  width: 60px;
}
.pro_con1 .rq .rig .div2 .bot .divcon .div .p4 {
  font-size: 13px;
  margin-top: 10px;
}
.pro_con1 .rq .rig .div2 .bot .divcon {
  padding-top: 20px;
}
.pro_con1 .rq .lef .imgcon img {
  max-width: 65%;
}
.pro_con1 .gallery-thumbs {
  margin-top: 50px;
}
.pro_con1 .rq .rig {
  padding-top: 40px;
  padding-right: 20px;
}
.pro_con1 .rq .lef {
  padding-top: 130px;
}
.pro_con1 .rq {
  padding-bottom: 70px;
}
.pro_con1 {
  padding-bottom: 80px;
}
.pro_con2 .h1 {
  font-size: 46px;
}
.pro_con2 .rq .div1 .bot .imgcon {
  width: 70px;
}
.pro_con2 .rq .div1 .bot .pcon .p2 {
  font-size: 18px;
}
.pro_con2 .rq .div1 .bot .pcon .p1 {
  font-size: 26px;
}
.pro_con2 .rq .div1 .bot {
  margin-top: 60px;
}
.pro_con2 .rq {
  margin-top: 60px;
}
.pro_con2 {
  padding-top: 60px;
  padding-bottom: 80px;
}
.pro_con3 .h1 {
  font-size: 46px;
}
.pro_con3 .rq .p1 {
  font-size: 30px;
}
.pro_con3 .rq .p1::before {
  width: 9px;
  height: 28px;
  top: 55%;
}
.pro_con3 .rq .divcon .div {
  padding-left: 45px;
}
.pro_con3 .rq .divcon .div .s1{
  line-height: 65px;
}
.pro_con3 .rq .divcon .div .s2 {
  padding: 20px 0;
}
.pro_con3 .rq .divcon .div .s2,.pro_con3 .rq .divcon .div .s1{
  font-size: 24px;
}
.pro_con3 .rq .divcon {
  margin-top: 30px;
}
.pro_con3 .rq {
  margin-top: 30px;
}
.pro_con3 {
  padding-top: 55px;
  padding-bottom: 70px;
}
.ca_con6 .h1 {
  font-size: 46px;
}
.ca_con6 .div .pcon {
  line-height: 55px;
  font-size: 14px;
}
.ca_con6 .rq {
  margin-top: 20px;
}
}

@media(max-width:991px){
  .pro_con1 .rq .lef,.pro_con1 .rq .rig{
    width: 100%;
  }
  .pro_con2 .rq .div1 {
    width: 100%;
    margin-bottom: 60px;
  }
  .pro_con2 .rq .div1:last-child{
    margin-bottom: 0;
  }
  .pro_con1 .rq .rig {
    padding-left: 20px;
}
.pro_con1 .h1 .h2{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
}
@media(max-width:500px){
  .pro_con1 .gallery-thumbs{
    margin-left: 0;
    margin: 0 auto;
    float: none;
  }
  .pro_con2 .rq .div1 .bot .pcon {
    margin-left: 10px;
}
  .pro_con2 .rq .div1 .bot .pcon .p1 {
    font-size: 18px;
}
  .pro_con2 .rq .div1 .bot .pcon .p2 {
    font-size: 14px;
    margin-top: 0;
}
  .pro_con2 .rq .div1 .bot .imgcon {
    width: 50px;
}
  .pro_con2 .rq .div1 {
    padding-left: 0px;
}
  .pro_con1 .rq .rig .div2 .bot .p3 {
    font-size: 14px;
    padding-top: 10px;
    line-height: 25px;
}
.pro_con1 .rq .rig .div2 .bot .divcon .div {
  width: 25%;
  margin-right: 0;
  margin-bottom: 20px;
}
.pro_con1 .rq .rig .div2 .bot .divcon .div .p4 {
  font-size: 12px;
  margin-top: 6px;
  text-align: left;
}
.pro_con1 .rq .rig .div2 .bot .divcon .div .imgcon img {
  width: 45px;
  margin: 0;
}
  .pro_con1 .rq .rig .p1 {
    margin-top: 10px;
}
.pro_con1 .rq .rig .div2 .bot .p2::before {
  width: 18px;
  height: 20px;
}
.pro_con1 .rq .rig .div2 .bot .p2 {
  font-size: 16px;
  padding-left: 25px;
  padding-bottom: 10px;

}

  .pro_con1 .rq .rig{
    padding: 0 20px;
   margin-top: 30px;
  }
  .pro_con1 .rq .rig .a1 {
    width: 60px;
    line-height: 25px;
    font-size: 16px;
}
  .pro_con1 .rq .rig .p1 {
    font-size: 24px;
}
  .pro_con1 .rq {
    margin-top: 35px;
    padding-bottom: 0;
  }
  .pro_con1 .gallery-thumbs {
    margin-top: 35px;
    width: 90%;
  }
  .pro_con1 .gallery-thumbs .divcon {
    width: 50px;
    height: 50px;
  }
  .pro_con1 .rq .lef {
    padding-top: 30px;
}
.pro_con1 .rq .lef .imgcon img {
  max-width: 54%;
}
  .pro_con1 .h1 .h2 {
    font-size: 40px;
    top: 50%;
}
  .innertext .p4 {
    font-size: 14px;
}
  .innertext .p3 {
    /* font-size: 24px; */
    font-size: 19px;
}
  .ca_con6 .h1,.pro_con3 .h1,.pro_con2 .h1,.pro_con1 .h1{
    font-size: 24px;
  }
  .pro_con2 .rq .div1 .bot {
    margin-top: 25px;
    padding-left: 55px;
}
.pro_con2 .rq .div1{
  margin-top: 25px;
  margin-bottom: 0;
}
.pro_con2 .rq {
  margin-top: 10px;
}
.pro_con2 {
  padding-top: 40px;
  padding-bottom: 50px;

}
.pro_con3 .rq .p1 {
  font-size: 18px;
  padding-left: 20px;
}
.pro_con3 .rq .p1::before {
  width: 5px;
  height: 20px;
}
.pro_con3 .rq .divcon .div .s1{
  width: auto;
  padding-right: 10px;
  width: 31% !important;
}
.pro_con3 .rq .divcon .div .s2{
  width: 68%;
}
.pro_con3 .rq .divcon .div {
  padding-left: 10px;
}
.pro_con3 .rq .divcon .div .s2,
.pro_con3 .rq .divcon .div .s1{
  line-height: 26px;    padding: 14px 0;

}
.pro_con3 .rq .divcon .div .s1{
  padding-right: 10px;
}
.pro_con3 .rq .divcon .div .s2, .pro_con3 .rq .divcon .div .s1 {
  font-size: 16px;

}
.pro_con3 {
  padding-top: 40px;
  padding-bottom: 45px;
}
}
/* 产品中心 */
.proo_con1{
  /*padding-top:150px;*/
  /*padding-bottom: 128px;*/
  
  padding: 86px 0 128px;
  position: relative;
  overflow: hidden;
}
.proo_con1 .h1{
  position: relative;
  text-align: center;
  font-size: 52px;
  color: #000;
  font-family: 'albb';
  font-weight: bold;
}
.proo_con1 .h1 .h2 {
  font-size: 138px;
  color: #f6f6f6;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.proo_con1 .rq{
width: 100%;
margin-top: 50px;
height: 715px;
position: relative;
}
.proo_con1 .rq .bj{
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s all;
}
.proo_con1 .rq .bj.on{
  opacity: 1;
}
.proo_con1 .rq .dw{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.proo_con1 .rq .dw .swiper-button-prev, .proo_con1 .rq .dw .swiper-button-next {
  width: 86px;
  height: 86px;
  background: url(../images/ca20.png);
  background-size: contain;
  transition: .5s all;
  background-repeat: no-repeat;
  opacity: 1;
}
.proo_con1 .rq .dw .swiper-button-next{
  right: -100px;
}
.proo_con1 .rq .dw .swiper-button-prev {
  transform: rotate( 
180deg
);
left: -100px;
}
.proo_con1 .rq .swiper-container{
  height: 100%;
}
.proo_con1 .rq .swiper-container .swiper-wrapper{
  height: 100%;
}
.proo_con1 .rq .swiper-container .swiper-slide{
  height: 100%;
}
.proo_con1 .rq .swiper-container .swiper-slide .gai{
  width: 16.666%;
  height: 100%;
  position: relative;
  border-right: 1px solid #d8dfe8;
  float: left;
}
.proo_con1 .rq .swiper-container .swiper-slide .gai .div{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 1.25rem));
  transition: .5s all;
}
.casel_con1 .rq .swiper-container .swiper-slide .gai .div{
  height: auto;
}
.proo_con1 .rq .swiper-container .swiper-slide .gai .pcon{
  color: #fff;
  text-align: center;
  font-size: 48px;
  transition: .3s all;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.proo_con1 .rq .swiper-container .swiper-slide .gai .div a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.proo_con1 .rq .swiper-container .swiper-slide .gai .imgcon{
  width: 55px;
  cursor: pointer;
  margin: 0 auto;
  opacity: 0;
  transition: .3s all;
  margin-top: 0px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.proo_con1 .rq .swiper-container .swiper-slide .gai .imgcon img{
  width: 100%;
}
.proo_con1 .rq .swiper-container .swiper-slide .gai .black {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s;
  z-index: -1;
}

.proo_con1 .rq .swiper-container .swiper-slide .gai:hover .black,.proo_con1 .rq .swiper-container .swiper-slide .gai.on .black{
  opacity: 1;
  filter: alpha(opacity=100);
}
.proo_con1 .rq .swiper-container .swiper-slide .gai:hover .imgcon, .proo_con1 .rq .swiper-container .swiper-slide .gai.on .imgcon{
  opacity: 1;
  filter: alpha(opacity=100);
  /* display: none; */
}
.proo_con1 .rq .swiper-container .swiper-slide .gai:hover .div, .proo_con1 .rq .swiper-container .swiper-slide .gai.on .div{
  transform: translateY(-50%)
}
/* .proo_con1 .rq .swiper-container .swiper-slide .gai-active .black{
  opacity: 1;
} */


.proo_con2{
  background-color: #f6f7fc;
  padding-bottom: 80px;
}
.proo_con2 .rq1 {
  width: 79%;
  float: right;
  padding-top: 65px;
}
.proo_con2 .rq1 .p1{
  position: relative;
  font-size: 36px;
  color: #333333;
  float: left;
  padding-left: 30px;
}
.proo_con2 .rq1  .p1::before{
  content: '';
    width: 9px;
    height: 38px;
    background: #008089;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    border-radius: 50px;
}
.proo_con2 .rq1 .input {
  width: 316px;
  height: 45px;
  float: right;
  background-color: #fff;
  border-radius: 45px;
  float: right;
  border: 1px solid #eeeeee;
}
.proo_con2 .rq1 .input input {
  width: 83%;
  height: 100%;
  font-size: 16px;
  color: #333333 !important;
  padding-left: 15px;
  float: left;
}
.proo_con2 .rq1 .input button {
  width: 16%;
  height: 100%;
  background-image: url(../images/proo16.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  float: left;
}
.proo_con2 .rq2{
  margin-top: 78px;
}
.proo_con2 .rq1 .input input::-webkit-input-placeholder{
         color:#9f9f9f;
     }
     .proo_con2 .rq1 .input input::-moz-placeholder{   /* Mozilla Firefox 19+ */
         color:#9f9f9f;
     }　　
     .proo_con2 .rq1 .input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
         color:#9f9f9f;
     }
     .proo_con2 .rq1 .input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
          color:#9f9f9f;
      }
      .sy_con3 .lef .rq {
        cursor: pointer;
    }
    .proo_con2 .rq2 .lef{
      width: 16%;
      float: left;
    }
      .proo_con2 .rq2 .lef .rq .div1 .p3{
        font-size: 28px;
        color: #666666;
        position: relative;
        cursor: pointer;
      }
      .proo_con2 .rq2 .lef .rq  .div a {
        display: block;
        padding-left: 30px;
        font-size: 20px;
        color: #999999;
        position: relative;
        transition: all .5s;
        margin-top: 15px;
        transition: .5s all;
        cursor: pointer;
    }
    .proo_con2 .rq2 .lef .rq  .div a:hover{
      color: #008089;
    }
    .proo_con2 .rq2 .lef .rq  .div a.on{
      color: #008089;
    }
    .proo_con2 .rq2 .lef .rq{
      margin-top: 35px;
    }
    .proo_con2 .rq2 .lef .rq   .div {
      width: 100%;
      height: 0;
      opacity: 0;
      overflow: hidden;
      transition: all .5s;
  }
    .proo_con2 .rq2 .lef .rq .div1 .p3 i {
      width: 17px;
      height: 29px;
      background-image: url(../images/proo17.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      right: 0px;
      transform: translateY(-50%);
  }
  .proo_con2 .rq2 .lef .rq.on .div1 .p3 i{
      width: 29px;
      height: 17px;
      background-image: url(../images/proo17b.png);
      background-size: contain;
}
.proo_con2 .rq2 .lef .rq.on .div{
  height: auto;
  opacity: 1;
  padding-bottom: 13px;
  padding-top: 13px;
}
.proo_con2 .rq2 .lef .rq.on .div1 .p3{
font-family: 'albb2';
}

.proo_con2 .rq2 .lef .rq .div1 .p3 a{
  display: inline-block;
  width: 80%;
}
.proo_con2 .rq2 .rig{
 width: 79%;
  float: right;
}
.proo_con2 .rq2 .rig .divcon1{
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  margin-top: 30px;
}
.proo_con2 .rq2 .rig .divcon1:nth-child(1){
  margin-top: 0;
}
.proo_con2 .rq2 .rig .div{
  width: 23.5%;
  margin-top: 25px;
  transition: .5s all;
  margin-right: 2%;
}
.proo_con2 .rq2 .rig .div:nth-child(4n){
  margin-right: 0;
}
.proo_con2 .rq2 .rig .div .imgcon {
  width: 100%;
  height: 270px;
  position: relative;
  background: #f5f5f5f5;
}
.proo_con2 .rq2 .rig .div .imgcon img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.proo_con2 .rq2 .rig .div .pcon {
  height: 85px;
 line-height: 30px;
  background-color: #fff;
  width: 100%;
  padding: 15px 0;
  /* display: table-cell;
  vertical-align: middle; */
}
.proo_con2 .rq2 .rig .div .pcon .p{
  font-size: 20px;
  font-family: 'albb';
  color: #000;
  text-align: center;
}
.proo_con2 .rq2 .rig .div:hover {
  box-shadow: 0px 0px 10px 0px rgb(90 91 95 / 30%);
  transform: translate3d(0,-3px,0);
}
.fy2 {
  width: auto;
  display: table;
  margin: 0 auto;
  margin-top: 60px;
}

.fy2 li {
  width: 46px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin-right: 10px;
  transition: all .5s;
  border: 2px solid #9f9fa0;
}


.fy2 li.on a, .fy2 li:hover a{
  color: #008089;
}
.fy2 li a {
  display: block;
  font-size: 22px;
  font-family: 'din';
  color: #9f9fa0;
  transition: all .5s;
}
.fy2 li.on, .fy2 li:hover {
  border-color: #008089;
}
.fy2 li:last-child a {
  height: 42px;
  background: url(../images/proo23.png)no-repeat;
  background-size: 13px;
  background-position: center;
}
.fy2 li:last-child:hover a{
  background: url(../images/proo23b.png)no-repeat;
  background-size: 13px;
  background-position: center;
}
.proo_con2 .applef{
  width: 100%;
  display: none;
}
.proo_con2 .applef a{
  display: block;
  padding: 0;
  line-height: 43px;
  font-size: 14px;
  margin-bottom: 4px;
  margin-right: 1%;
  width: 48.5%;
  text-align: center;
  background: #fff;
    border: 1px solid rgb(218,218,218);
    color: #333333;
    margin-bottom: 10px;
    float: left;
}
.proo_con2 .applef a.on{
  background-color: #008089;
  color: #fff;
}
@media(max-width:1680px){
  .proo_con1 .rq .dw .swiper-button-prev, .proo_con1 .rq .dw .swiper-button-next {
    width: 70px;
    height: 70px;
  }
  .proo_con1 .rq{
    height: 640px;
  }
  .proo_con2 .rq2 .lef .rq .div a {
    font-size: 21px;
  }
  .proo_con1 .h1 .h2 {
    /* left: 30%; */
  }
  .proo_con1 .rq .swiper-container .swiper-slide .gai .imgcon {
    bottom: 35px;
}
}
@media(max-width:1580px){
  .proo_con1 .rq .dw .swiper-button-next {
    right: -70px;
}
.proo_con1 .rq .dw .swiper-button-prev{
  left: -70px;
}
  .proo_con1 .rq .dw .swiper-button-prev, .proo_con1 .rq .dw .swiper-button-next {
    width: 60px;
    height: 60px;
  }
  .proo_con2 .rq2 .lef .rq.on .div {
    padding-top: 5px;
}
  .proo_con2 .rq2 .lef .rq {
    margin-top: 20px;
}
  .proo_con1 .rq .swiper-container .swiper-slide .gai .pcon {
    font-size: 36px;
  }
  .proo_con1 .h1 {
    font-size: 46px;
  }
  .proo_con1 .h1 .h2 {
    font-size: 85px;
    top: 50%;
}
.proo_con1 .rq  {
  height: 503px;
}
.proo_con1 {
  padding-bottom: 75px;
}
.proo_con1 .rq .swiper-container .swiper-slide .gai .imgcon {
  width: 44px;
}
.proo_con2 .rq2 .lef .rq .div1 .p3 {
  font-size: 26px;
}
.proo_con2 .rq2 .lef .rq .div a {
  font-size: 18px;
}
.proo_con2 .rq2 .lef .rq.on .div1 .p3::after {
  width: 18px;
  height: 14px;
}
.proo_con2 .rq2 .lef .rq .div1 .p3 i {
  width: 14px;
  height: 18px;
}
.proo_con2 .rq2 {
  margin-top: 40px;
}
}
@media(max-width:1459px){
  .proo_con2 .rq2 .lef .rq .div1 .p3 {
    font-size: 24px;
}
  .proo_con2 .rq2 .lef .rq .div a {
    font-size: 16px;
  }
  .proo_con2 .rq2 .rig .div .imgcon {
    height: 190px;
  }
}
@media(max-width:1259px){
  .proo_con1 .rq{
    height: 443px;
}
.proo_con2 .rq2 .lef .rq .div a {
  padding-left: 0px;
}
.proo_con2 .rq2 .lef .rq {
  margin-top: 25px;
}
.proo_con2 .rq2 .rig .div .imgcon {
  height: 168px;
}
.proo_con1 .rq .swiper-container .swiper-slide .gai .imgcon {
  width: 35px;
  bottom: 18px;
}
}
@media(max-width:991px){
  .proo_con1 {
    padding-top: 88px;
}
  .proo_con2 .rq2 .rig .div .imgcon {
    height: 140px;
  }
  .xz_zs7 .rq .lef textarea {
    height: 100px;
  }
  .proo_con1 .rq .dw .swiper-button-prev, .proo_con1 .rq .dw .swiper-button-next {
  display: none;
  right: 0;
  }
  .proo_con2 .applef{
    display: block;
  }
  .proo_con2 .rq2 .lef{
    display: none;
  }
  .proo_con2 .rq2 .rig{
    width: 100%;
  }
  .app{
    display: block;
  }
  .pc{
   display: none;
  }
  .proo_con2 .rq2 .rig .div .pcon .p {
    font-size: 14px;
}
.proo_con2 .rq2 .rig .div .pcon {
  height: 76px;
  line-height: 24px;
}

}
@media(max-width:500px){

  .sy_con4 .rq .rq1 .rig .p1 img {
    margin-bottom: 4px;
}
.sy_con4 .rq .rq1 .rig .p4 img {
  margin-bottom: 0px;
}
.sy_con5 .rq1 .lef .div .bot .p1 img {
  margin-bottom: 0px;
}
  .proo_con1 .rq .swiper-container .swiper-slide .gai .imgcon{
    margin-top: 10px;
  }
  .proo_con2{
    padding-bottom: 50px;
}
.sy_con5 .rq1 .lef .div .bot .p3 img {
  margin-bottom: 0px;
}
  .proo_con2 .rq1 {
    width: 100%;
    padding-top: 30px;
}
  .proo_con2 .rq1 .p1 {
    font-size: 24px;
    padding-left: 20px;
}

  .proo_con2 .rq1 .p1::before {
    width: 4px;
    height: 23px;
  }
  .proo_con2 .rq1 .input button {
    background-size: 18px;
  }
  .proo_con2 .rq1 .input input {
    font-size: 14px;
  }
  .proo_con2 .rq1 .input {
    width: 155px;
    height: 35px;
  }
  .proo_con2 .rq1 .p1 {
    font-size: 18px;
}
  .proo_con2 .rq2 .rig .div .pcon .p {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 5px;
  }
  .proo_con2 .rq2 .rig .div .pcon {
     height: 64px;
    line-height: 22px;
    padding: 10px 0;
}
  .proo_con2 .rq2 .rig .div {
    width: 48%;
  }
  .proo_con2 .rq2 .rig .div:nth-child(4n){
    margin-right: 2%;
  }
  .proo_con2 .rq2 .rig .div:nth-child(2n){
    margin-right: 0;
  }
  .proo_con1 .rq {
    margin-top: 30px;
  }
  .proo_con1 {
    padding-top: 25px;
    padding-bottom: 0px;
}
.proo_con2 .rq2 {
  margin-top: 20px;
}

  .proo_con1 .h1 {
    font-size: 24px;
}
.proo_con1 .h1 .h2 {
  font-size: 40px;
  top: 50%;
}
  .proo_con1 .rq .swiper-container .swiper-slide .gai .imgcon {
    width: 24px;
}
  .proo_con1 .rq .swiper-container .swiper-slide .gai .pcon {
    font-size: 18px;
}
  .proo_con1 .rq{
    height: auto;
}
.proo_con1 .rq .swiper-container .swiper-slide .gai {
  width: 25%;
}
}




.rqapp{
  width: 100%;
  padding-top: 30px;
}
.rqapp .top{
  width: 100%;
}
.rqapp .top .div{
  width: 100%;
  display: none;
}
.rqapp .top .div.on{
  display: block;
}
.rqapp .top .p1{
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}
.rqapp .top .div1{
  width: 100%;
  margin-top: 16px;
  height: 110px;
  overflow-y: auto;
}
.rqapp .top .div1::-webkit-scrollbar {
  width: 5px;
  background-color: rgb(223,223,223);
  border-radius:50px;
}
.rqapp .top .div1::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #008089;
}
.rqapp .top .div1 a{
  font-size: 18px;
  color: #666666;
  display: block;
  line-height: 36px;
}
.rqapp .top .div1 a:hover{
  color: #008089;
}
.rqapp .top .div1 a i{
  display: inline-block;
  width: 10px;
  height: 19px;
  background-image: url(../images/xz_img1.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -3px;
  margin-left: 35px;
  transition: all .5s;
}
.rqapp .top .div1 a:hover i{
  background-image: url(../images/xz_img2.png);
}
.rqapp .bot{
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.rqapp .bot .rq1{
  width: 100%;
  position: relative;
}
.rqapp .bot .rq1 img{
  width: 100%;
  vertical-align: middle;
}
.rqapp .bot .rq1 .ig{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .4s;
}
.rqapp .bot .rq1 .ig.on{
  opacity: 1;
}

.rqapp .bot .rq2{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rqapp .bot .rq2 .div{
  width: 100%;
  height: 14.2857%;
  border-bottom: 1px solid #fff;
  display:table;   
  padding: 0 42px;
  position: relative;
  transition: all .5s;
}
.rqapp .bot .rq2 .div.on1{
  background: rgba(0,0,0,0.3);
}
.rqapp .bot .rq2 .div:last-child{
  border-bottom:none;
}
.rqapp .bot .rq2 .div p{
  vertical-align:middle;   
  display:table-cell;   
  font-size: 22px;
  color: #fff;
}
.rqapp .bot .rq2 .div .div1{
  float: right;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translateY(-50%);
}
.rqapp .bot .rq2 .div .div1::before{
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(.75);
  transition: .4s;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 100%;
  height: 35px;
  width: 35px;
}
.rqapp .bot .rq2 .div.on1 .div1::before{
  animation: scalepulse 1.3s linear .15s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
.rqapp .bot .rq2 .div .div1::after{
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(.75);
  transition: .4s;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  height: 100%;
  width: 100%;
}
.rqapp .bot .rq2 .div.on1 .div1::after{
  animation: scalepulse 1.3s linear .3s infinite both;
  transform: translate3d(-50%, -50%, 0) scale(1);
}
@keyframes scalepulse {
  20% {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
      transform: translate3d(-50%, -50%, 0) scale(1.15);
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease
  }

  50% {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
      transform: translate3d(-50%, -50%, 0) scale(1);
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease
  }
}
.rqapp .bot .rq2 .div .div1 i{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.rqapp .bot .rq2 .div.on1 .div1 i{
  width: 20px;
  height: 20px;
}

@media(max-width:500px){
  .rqapp .top .p1 {
    font-size: 20px;
}
.rqapp {
  padding-top: 24px;
}
.rqapp .top .div1 {
  margin-top: 8px;
  height: 78px;
}
.rqapp .top .div1 a {
  font-size: 14px;
  line-height: 26px;
}
.rqapp .top .div1 a i {
  width: 8px;
  height: 16px;
  margin-bottom: -4px;
  margin-left: 23px;
}
.rqapp .bot {
  margin-top: 20px;
}
.rqapp .bot .rq2 .div {
  padding: 0 15px;
}
.rqapp .bot .rq2 .div p {
  font-size: 16px;
}
.rqapp .bot .rq2 .div .div1 {
  right: 15px;
}
.rqapp .bot .rq2 .div .div1 i {
  width: 12px;
  height: 12px;
}
.rqapp .bot .rq2 .div.on1 .div1 i {
  width: 16px;
  height: 16px;
}
.rqapp .bot .rq2 .div .div1::after{
  width: 45px;
  height: 45px;
}
.rqapp .bot .rq2 .div .div1::before {
  height: 30px;
  width: 30px;
}

}














/* 解决方案-框架 */
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .pcon {
  width: 20%;
  margin: 0 auto;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai.on .pcon{
  display: none;
}


.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1{
  color: #fff;
    font-size: 48px;
    transition: .5s all;
    padding-left: 35px;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai{
  width: 13.33%;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai.on{
  width: 20%;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon{
  margin-top: 20px;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a{
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-family: 'albb';
  padding-left: 35px;
  color: #fff;
  margin-top: 10px;
  padding-right: 40px;
  transition: .5s all;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota{
  display: none;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai.on .bota{
  display: block;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a::after{
  content: '';
    width: 16px;
    height: 16px;
    background-image: url(../images/proo100.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
  transition: .5s all;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a:hover{
color: #1ca0ad;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a:hover::after{
  background-image: url(../images/proo23b.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media(max-width:1680px){
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a{
    padding-left: 25px;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
    padding-left: 25px;
  }
}
@media(max-width:1580px){
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
    font-size: 36px;
    padding-left: 16px;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a {
  font-size: 14px;
  padding-left: 20px;
  margin-top: 10px;
  padding-right: 25px;
}

}
@media(max-width:991px){
  .proo_con1 .rq .swiper-container .swiper-slide .gai {
    border-right: 1px solid rgba(255,255,255,.1);
    border-top: 1px solid rgba(255,255,255,.1);
}
  .proo_con1 .rq .case_list {
    position: static;
    height:  auto;
  }
  .proo_con1 .rq .swiper-container .swiper-slide .gai .div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai{
    width: 100%;
    padding: 10px 0;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .black{
    opacity: 1;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai.on {
    width: 100%;
  }
  .proo_con1 .rq .swiper-container .swiper-slide .gai:hover .div, .proo_con1 .rq .swiper-container .swiper-slide .gai.on .div {
    transform: translate(-50%,-50%);
}
  }

  @media(max-width:500px){
    .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai {
      width: 33.33%;
      padding: 0px 0;
      height: 170px;
  }
    .sy_a{
      display: block;
      left: 50%;
      right: auto;
      width: 120px;
      height: 40px;
      line-height: 40px;
      transform: translateX(-50%);
      border: 1px solid #008089;;
      border-radius: 40px;
      text-align: center;
      bottom: -25px;
    }
    .sy_a::before{
      right: 15px;
    }
    .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a::after {
      width: 8px;
      height: 8px;
    }
    .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon {
      margin-top: 0px;
      /* display: none; */
      height: 152px;
      overflow-y: auto;
  }
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a::after {
    top: 9px;
}
  .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
    padding-left: 0px;
}
    .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .acon a {
      font-size: 12px;
      padding-right: 14px;
      padding-left: 5px;
    }
    .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .bota .p1 {
      font-size: 18px;
      text-align: center;
    }
    .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai .pcon {
      width: 100%;
    }
    .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai.on{
      width: 33.33%;
    }
    }
    .i{
      position: absolute;
      top: 0;
      left: 0;
      transform: translateY(-50px);
    }
    .sy_con2app .swiper-container{
      padding-bottom: 30px;
    }
    .sy_con2app .swiper-pagination-bullet-active,.sy_con4app .swiper-pagination-bullet-active{
      background: #008089;
    }
    .sy_con4app .rq .rq1 {
      padding-bottom: 30px;
  }

  .sy_con3 .rq .div.on2 .div1 .ig2{
    right: 0;
    opacity: 0.2;
  }
  .sy_con3 .rq .div.on2 .div1 .ig2{
    position: static;
    float: right;
    width: 70px;
  }
  .sy_con1app .top a{
    display: none;
  }
  .sy_con1app .top a.on3{
    display: block;
  }
  .sy_con1app .rq {
    width: 100%;
}
  .sy_con1app .rq .btncon{
    width: 32%;
    float: left;
    margin-right: 2%;
    border-radius: 8px;
    padding: 10px 0;
    border: 1px solid rgba(0, 128, 137, .5);
  }
  .sy_con1app .rq .btncon:nth-child(3){
    margin-right: 0;
  }
  .sy_con1app .rq .btncon .p1{
    text-align: center;
    color: #333333;
    font-size: 12px;
    font-family: 'albb';
    margin-top: 10px;
  }
  .sy_con1app .rq .btncon .p2{
    text-align: center;
    color: #333333;
    font-size: 13px;
    font-family: 'albb';
  }
  .sy_con1app .rq .btncon .imgcon{
  width: 50px;
  margin: 0 auto;
  }
  .sy_con1app .rq .btncon .imgcon img{
    width: 100%;
  }
  .sy_con1app .rq .btncon .imgcon .img2{
    display: none;
  }
  .sy_con1app .rq .btncon.on .img1{
    display: none;
  }
  .sy_con1app .rq .btncon.on .img2{
    display: block;
  }
  .sy_con1app .rq .btncon.on .p1{
    color: #fff;
  }
  .sy_con1app .rq .btncon.on .p2{
    color: #fff;
  }
  .sy_con1app .rq .btncon.on{
    background-color: #008089;
  }
  .sy_con1app .top .rig{
    margin-top: 15px;
  }



/* 远望谷首页sy_con3手机端重做 */
















  @media(max-width:414px){
    .deve_con1 .swiper-container::before{
      content: none;
    }
    .case_list_6{
      margin-top: 40px;
    }
    .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai {
      width: 33.33%;
      padding: 0px 0;
      height: 276px;
  }
  .proo_con1 .rq .swiper-container .swiper-slide .gai .pcon {
    font-size: 14px;
}
    .deve_con1 .swiper-container {
      padding-bottom: 80px;
  }
  .deve_con1 .rq .div::after {
    bottom: 0px;
  }
    .docu_con1 .rq .div1 .divcon div {
       float: none; 
  }
  .docu_con1 .rq .div1 .pcon {
     padding-left: 0px; 
}
    .innerbanner .container {
        top: 45% !important;
        width: 100%;
    }
    #c-followDot{
      display: none;
    }
    .sy_con1app .rq .btncon {
      /* width: 116px; */
    }
    .sy_con1app .rq .btncon {
      /* margin-left: 13px;
      margin-right: 0; */
    }

    .sy_con1app .rq .btncon .p1 {
      font-size: 12px;
    }
    .sy_con1app .rq .btncon .imgcon {
      width: 60px;
    }
    .sy_con2 .rq .rq1 .p2 {
      font-size: 14px;
  }



  }
  @media(max-width:375px){
    .innerbanner .container {
      top: 46% !important;
  }
    .sy_con1app .rq .btncon {
      /* width: 104px;
      margin-left: 4px; */
    }
    .sy_con1app .rq .btncon .p1 {
      font-size: 12px;
    }
    .sy_con1app .rq .btncon .imgcon {
      width: 50px;
    }
    .proo_con1 .rq .case_list .swiper-container .swiper-slide .gai {
      height: 250px;
  }
  }
  .icon-down{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 21px;
    color: #fff;
  }
  .sy_con3 .rq .div.on .icon-down{
    display: none;
  }
  @media(max-width:360px){
    .pro_con1 .rq .rig .div2 .bot .divcon .div {
      margin-left: 20px;
  }
  .innerbanner .container {
    top: 45% !important;
}
.proo_con1 .rq .case_list .swiper-container .swiper-slide .gai {
  height: 240px;
}

}



  .casel_con1 .rq .dw .swiper-button-prev, .casel_con1 .rq .dw .swiper-button-next {
    display: block;
 width: 35px;
 height: 35px;

}
.casel_con1 .rq .dw .swiper-button-prev{
  left: auto;
}
/* .proo_con1 .rq .dw .swiper-button-next {
  right: 1px;
} */

.casel_con1 .swiper-pagination{
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.casel_con1 .swiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
.casel_con1 .swiper-pagination .swiper-pagination-bullet:nth-child(1){
  margin-left: 0;
}
.casel_con1 .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #008089;
}

.sy_con3app{
    padding-top: 0px; 
     background:none;
     padding-bottom: 0px; 
}
.sy_con3app .faq_list .faq_tit .faq_tit-con {
  padding: 22px 0;
}
.sy_con3app .faq_list .faq_tit .faq_tit-con h3::before{
content: none;
}
.sy_con3app .faq_list .faq_tit .faq_tit-con{
  background-color: #fff;
  border: none;
  position: relative;
}
.sy_con3app .faq_list .faq_tit .faq_tit-con h3 {
  font-size: 16px;
  padding-left: 75px;
  font-family: 'albb2';
}
.sy_con3app .faq_list li {
  margin-top: 2.5%;
}
.sy_con3app .faq_list .faq_tit .faq_tit-con i{
  font-size: 24px;
  color: #D7D8D9;
  right: 20px;
  padding-right: 0;
}
.sy_con3app .faq_list .faq_tit .faq_tit-con .img1 {
  width: 50px;
  height: 45px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.sy_con3app  .faq_list .faq_font .faq_det a{
  display: block;
    font-size: 14px;
    line-height: 30px;
    float: left;
    color: #333;
    font-family: "albb";
    line-height: 34px;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sy_con3app  .faq_list .faq_font .faq_det {
  padding: 10px 25px;
}
.sy_con3app .faq_list li.on .icon-down{
  transform: translateY(-50%) rotate(180deg) ;

}


@media(max-width:991px){
  .sy_con3app  .faq_list .faq_font .faq_det a{
    float: none;
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 15px;
    padding-left: 14px;
  }
  .sy_con3app .faq_list .faq_font .faq_det a i{
    display: none;
  }
  .sy_con3app  .faq_list .faq_font .faq_det a::before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .sy_con3app  .faq_list .faq_font .faq_det a:hover{
    color: #0e97a1;
  }
  .sy_con3app  .faq_list .faq_font .faq_det a:hover::before{
    background: #0e97a1;
  }
  .sy_con3app  .faq_list .faq_font .faq_det a:hover span{
    border-bottom: 1px solid #0e97a1;
  }
  .sy_con4 .rq .rq1::before{
    display: none;
  }
  .sy_con4 .rq .rq1:hover .lef img {
    transform: scale(1);
}
}



.ca_con_fanan{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ca_con_fanan ul li{
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 15px;
}
.ca_con_fanan ul li img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
