@charset "UTF-8";

/* 鼠标跟随 --> */
#c-followDot {
  position: fixed;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 999;
  pointer-events: none;
  display: none;
}
#c-followDot .c-default {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 40px;
  height: 40px;
  /* border: 1px solid #b38f5b; */
  background:rgba(179,143,91,.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(255,255,255,.5);
  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);
}


/* 首页 */
.content{
  min-height: 500px;
  overflow: hidden;
  margin-top: 110px;
}
.content2{
  min-height: 500px;
  overflow: hidden;
  margin-top: 110px;
}
.app{
  display: none;
}

.banner{
  width: 100%;
  position: relative;
}
.banner .bj{
  width: 100%;
  vertical-align: middle;
}
.banner .container{
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,0);
}
.banner .container .rq{
  position: absolute;
  left: 0;
  top: 40%;
  transform: translate(0,-50%);
}
.banner .container .ig1{
  width: 460px;
  display: none;
  margin: 0 auto;
}
.banner .container .p1{
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
.banner .container .ig2{
  width: 628px;
  display: block;
  margin: 0 auto;
  margin-top: 18px;
}
.banner .container .div{
  width: 380px;
  background-image: url(../images/img3.png);
  background-size: cover;
  margin: 0 auto;
}
.banner .container .div p{
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.banner .swiper-pagination{
  bottom: 40px;
  display: none;
}
.banner .swiper-pagination-bullet{
  width: 22px;
  height: 22px;
  background: url(../images/img12.png) transparent;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  opacity: 1;
  margin-right: 55px !important;
}
.banner .swiper-pagination-bullet::before{
  content: '';
  width: 55px;
  height: 3px;
  background-image: url(../images/img10.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}
.banner .swiper-pagination-bullet:last-child::before{
  content: none;
}
.banner .swiper-pagination-bullet-active{
  background: url(../images/img11.png) transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 60px !important;
}
.banner .swiper-pagination-bullet-active::before{
  left: 27px;
}


.banner .rq .ig1,
.banner .rq .p1,
.banner .rq .ig2,
.banner .rq .div{
  opacity: 0;
}

.banner .swiper-slide-active .rq .ig1{
  animation: bw 1s linear .8s both;
  
}
.banner .swiper-slide-active .rq .p1{
  animation: bw 1s linear 1.1s both;
}
.banner .swiper-slide-active .rq .ig2{
  animation: bw 1s linear 1.4s both;
}
.banner .swiper-slide-active .rq .div{
  animation: bw 1s linear 1.7s both;
}

@keyframes bw{
  0%{
    transform: translateY(40px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}

.banner .swiper-button-next,
.banner .swiper-button-prev{
  width: 73px;
  height: 73px;
  background-image: url(../images/1.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  /* opacity: 0 !important; */
  transition: all .5s;
  margin-top: 0;
}
.banner .swiper-button-prev{
  left: 20px;
}
.banner .swiper-button-next{
  transform: translateY(-50%) rotate(180deg);
}
.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev{
  /* opacity: 0.5 !important; */
}

/* sy_con1 */
.sy_con1{
  width: 100%;
  margin-top: 14px;
}
.sy_con1 .rq{
  width: 100%;
}
.sy_con1 .rq .lef{
  width: 67%;
  float: left;
  position: relative;
}
.sy_con1 .rq .lef img{
  width: 100%;
  vertical-align: middle;
}
.sy_con1 .rq .lef .rq{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 90px;
}
.sy_con1 .rq .lef .rq .p1{
  font-size: 46px;
  color: #ffffff;
  text-align: center;
}
.sy_con1 .rq .lef .rq .p2{
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  padding-top: 12px;
}
.sy_con1 .rq .lef .rq .div{
  display: table;
  margin: 0 auto;
  width: auto;
  margin-top: 75px;
}
.sy_con1 .rq .lef .rq .div .div1{
  padding: 0 92px;
  position: relative;
  float: left;
}
.sy_con1 .rq .lef .rq .div .div1::before{
  content: '';
  width: 1px;
  height: 80%;
  background: rgb(193, 225, 247);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con1 .rq .lef .rq .div .div1:last-child::before{
  content: none;
}
.sy_con1 .rq .lef .rq .div .div1 .p3{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.sy_con1 .rq .lef .rq .div .div1 .p3 span{
  font-size: 55px;
  color: #ffffff;
  font-family: "din";
}
.sy_con1 .rq .lef .rq .div .div1 .p4{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.sy_con1 .rq .rig{
  width: 32.3%;
  float: right;
  position: relative;
}
.sy_con1 .rq .rig img{
  width: 100%;
  vertical-align: middle;
}
.sy_con1 .rq .rig .rq{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 90px;
  padding-left: 60px;
}
.sy_con1 .rq .rig .rq .p1{
  font-size: 43px;
  color: #333333;
}
.sy_con1 .rq .rig .rq .p2{
  font-size: 21px;
  color: #666666;
  margin-top: 10px;
}


/* sy_con2 */
.sy_con2{
  width: 100%;
  overflow: hidden;
}
.sy_con2 .rq{
  width: 100%;
  padding-top: 75px;
  padding-bottom: 50px;
  background: rgb(251,251,251);
}
.bt .p1{
  font-size: 44px;
  color: #333333;
  padding-bottom: 25px;
  text-align: center;
  position: relative;
}
.bt .p1 span{
  font-weight: bold;
}
.bt .p1::before{
  content: '';
  width: 50px;
  height: 3px;
  background: linear-gradient(to right,rgb(20,71,156),rgb(140,147,200));
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sy_con2 .rq1{
  width: 100%;
  padding-top: 60px;
}
.sy_con2 .rq1 .bj{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con2 .rq1 .swiper-slide{
  position: relative;
  overflow: hidden;
}
.sy_con2 .rq1 .swiper-slide:hover .bj{
  transform: scale(1.1);
}
.sy_con2 .rq1 .swiper-slide .div{
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateY(-50%);
}
.sy_con2 .rq1 .swiper-slide .div .p1{
  font-size: 36px;
  color: #ffffff;
}
.sy_con2 .rq1 .swiper-slide .div .p2{
  font-size: 18px;
  color: #ffffff;
  font-family: "akz";
  opacity: 0.66;
}
.sy_con2 .rq1 .rq2{
  margin-top: 50px;
}
.sy_con2 .rq1 .rq2 .container{
  position: relative;
}
.sy_con2 .rq1 .rq2 .div1{
  width: 11.5%;
  height: 73px;
  /* float: left; */
  position: relative;
  margin: 0 auto;
}
.sy_con2 .rq1 .rq2 .div1 .swiper-button-next,
.sy_con2 .rq1 .rq2 .div1 .swiper-button-prev{
  width: 73px;
  height: 73px;
  background-image: url(../images/img56.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(26,26,26,0.1);
  transition: all .5s;
  top: 0;
  margin-top: 0;
  opacity: 1;
}
.sy_con2 .rq1 .rq2 .div1 .swiper-button-prev{
  transform: rotate(180deg);
}
.sy_con2 .rq1 .rq2 .div1 .swiper-button-next:hover,
.sy_con2 .rq1 .rq2 .div1 .swiper-button-prev:hover{
  background-image: url(../images/img19.png);
}
.sy_con2 .rq1 .rq2 .div2{
  width: 78%;
  height: 73px;
  float: left;
  position: relative;
  display: none;
}
.sy_con2 .rq1 .rq2 .div2::before{
  content: '';
  width: 95%;
  height: 1px;
  background: rgb(222,222,222);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con2 .rq1 .rq2 .div3{
  width: 10.5%;
  height: 73px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
.sy_con2 .rq1 .rq2 .div3 .anniu{
  height: 50px;
  line-height: 50px;
  width: 100%;
  margin-top: 9.5px;
}
.anniu{
  width: 160px;
  line-height: 40px;
  border-radius: 40px;
  border: 2px solid rgb(196,196,196);
  font-size: 14px;
  color: #333333;
  text-align: center;
  padding-right: 25px;
  position: relative;
  display: block;
}
.anniu::before{
  content: '';
  width: 12px;
  height: 8px;
  background-image: url(../images/img20.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}
.anniu:hover{
  background: #017cee;
  border: 2px solid #017cee;
  color: #fff;
}
.anniu:hover::before{
  background-image: url(../images/img21.png);
}


/* sy_con3 */
.sy_con3{
  width: 100%;
  background: rgb(251,251,251);
  overflow: hidden;
}
.sy_con3 .rq{
  margin-top: 40px;
  position: relative;
}
.sy_con3 .rq .bj{
  width: 100%;
  vertical-align: middle;
}
.sy_con3 .rq .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con3 .rq .p1{
  font-size: 34px;
  color: #ffffff;
  width: 42%;
}
.sy_con3 .rq .anniu{
  color: #fff;
  border: 2px solid #fff;
  margin-top: 50px;
}
.sy_con3 .rq .anniu::before{
  background-image: url(../images/img21.png);
}
.sy_con3 .rq .anniu:hover{
  border: 2px solid #017cee;
}


/* sy_con4 */
.sy_con4 .rq{
  padding-bottom: 85px;
}
.sy_con4 .rq1 .swiper-slide .div1{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 42px 48px;
  padding-top: 50px;
  transition: all .5s;
}
.sy_con4 .rq1 .swiper-slide:hover .div1{
  background: rgba(0,0,0,0.3);
}
.sy_con4 .rq1 .swiper-slide .div1 .p1{
  font-size: 26px;
  color: #ffffff;
}
.sy_con4 .rq1 .swiper-slide .div1 .p2{
  font-size: 19px;
  color: #ffffff;
  padding-left: 30px;
  position: relative;
  margin-top: 18px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p2::before{
  content: '';
  width: 19px;
  height: 19px;
  background-image: url(../images/img26.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con4 .rq1 .swiper-slide .div1 .p3{
  font-size: 19px;
  color: #ffffff;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  height: 0;
  opacity: 0;
  transition: all .5s;
}
.sy_con4 .rq1 .swiper-slide:hover .div1 .p3{
  height: 66px;
  opacity: 1;
  margin-top: 13px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p3 span{
  display: block;
  width: 21px;
  height: 13px;
  background-image: url(../images/img27.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 28px;
}


/* 首页分辨率 */
@media(max-width:1680px){
  .sy_con1 .rq .lef .rq .div .div1 {
    padding: 0 73px;
}
  .sy_con2 .rq1 .rq2 .div1 .swiper-button-next, .sy_con2 .rq1 .rq2 .div1 .swiper-button-prev {
    width: 55px;
    height: 55px;
}
.sy_con2 .rq1 .rq2 .div1,
.sy_con2 .rq1 .rq2 .div2,
.sy_con2 .rq1 .rq2 .div3{
  height: 55px;
}
.sy_con2 .rq1 .rq2 .div3 .anniu {
  margin-top: 4.5px;
}

}
@media(max-width:1459px){
  .content2,
  .content{
    margin-top: 80px;
  }
  .banner .container .ig1 {
    width: 349px;
}
.banner .container .p1 {
  font-size: 22px;
}
.banner .container .ig2 {
  width: 477px;
  margin-top: 16px;
}
.banner .container .div {
  width: 288px;
}
.banner .container .div p {
  font-size: 14px;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
  width: 52px;
  height: 50px;
}
.sy_con1 {
  margin-top: 10px;
}
.sy_con1 .rq .lef .rq {
  padding-top: 68px;
}
.sy_con1 .rq .lef .rq .p1 {
  font-size: 34px;
}
.sy_con1 .rq .lef .rq .p2 {
  font-size: 15px;
  padding-top: 8px;
}
.sy_con1 .rq .lef .rq .div {
  margin-top: 57px;
}
.sy_con1 .rq .lef .rq .div .div1 .p3 span {
  font-size: 41px;
}
.sy_con1 .rq .lef .rq .div .div1 .p3 {
  font-size: 12px;
}
.sy_con1 .rq .lef .rq .div .div1 .p4 {
  font-size: 12px;
}
.sy_con1 .rq .rig .rq {
  padding-top: 68px;
  padding-left: 45px;
}
.sy_con1 .rq .lef .rq .div .div1 {
  padding: 0 62px;
}
.sy_con1 .rq .rig .rq .p1 {
  font-size: 32px;
}
.sy_con1 .rq .rig .rq .p2 {
  font-size: 16px;
  margin-top: 6px;
}
.sy_con2 .rq {
  padding-top: 57px;
  padding-bottom: 38px;
}
.bt .p1 {
  font-size: 33px;
  padding-bottom: 18px;
}
.bt .p1::before {
  width: 38px;
  height: 2px;
}
.sy_con2 .rq1 {
  padding-top: 45px;
}
.sy_con2 .rq1 .swiper-slide .div .p1 {
  font-size: 26px;
}
.sy_con2 .rq1 .swiper-slide .div .p2 {
  font-size: 14px;
}
.sy_con2 .rq1 .rq2 {
  margin-top: 38px;
}
.sy_con2 .rq1 .rq2 .div1 .swiper-button-next, .sy_con2 .rq1 .rq2 .div1 .swiper-button-prev {
  width: 50px;
  height: 50px;
}
.sy_con2 .rq1 .rq2 .div3 .anniu {
  height: 34px;    margin-top: 7.5px; line-height: 30px;
}
.sy_con3 .rq {
  margin-top: 30px;
}
.sy_con3 .rq .p1 {
  font-size: 24px;
}
.anniu {
  width: 120px;
  line-height: 30px;
  border-radius: 30px;
  font-size: 12px;
  padding-right: 25px;
}
.sy_con3 .rq .anniu {
  border: 1px solid #fff;
  margin-top: 40px;
}
.sy_con3 .rq .anniu:hover {
  border: 1px solid #017cee;
}

.sy_con4 .rq1 .swiper-slide .div1 {
  padding: 30px 36px;
  padding-top: 38px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p1 {
  font-size: 18px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p2 {
  font-size: 14px;
  padding-left: 24px;
  margin-top: 14px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p2::before {
  width: 15px;
  height: 15px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p3 {
  font-size: 14px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p3 span {
  width: 16px;
  height: 10px;
  margin-top: 16px;
}
.sy_con4 .rq1 .swiper-slide:hover .div1 .p3 {
  height: 48px;
  opacity: 1;
  margin-top: 10px;
}
.sy_con4 .rq {
  padding-bottom: 60px;
}


}
@media(max-width:1259px){
  .banner .container .ig1 {
    width: 280px;
}
.banner .container .p1 {
  font-size: 18px;
}
.banner .container .ig2 {
  width: 428px;
  margin-top: 13px;
}
.sy_con1 .rq .lef .rq {
  padding-top: 44px;
}
.sy_con1 .rq .rig .rq {
  padding-top: 44px;
  padding-left: 34px;
}
.sy_con1 .rq .rig .rq .p1,
.sy_con1 .rq .lef .rq .p1 {
  font-size: 26px;
}
.sy_con1 .rq .lef .rq .p2 {
  font-size: 14px;
}
.sy_con1 .rq .lef .rq .div .div1 {
  padding: 0 38px;
}
.sy_con1 .rq .rig .rq .p2 {
  font-size: 14px;
  margin-top: 8px;
}
.sy_con1 .rq .lef .rq .div {
  margin-top: 40px;
}
.sy_con2 .rq {
  padding-top: 43px;
  padding-bottom: 25px;
}
.sy_con2 .rq1 {
  padding-top: 32px;
}
.bt .p1 {
  font-size: 26px;
  padding-bottom: 14px;
}
.sy_con2 .rq1 .swiper-slide .div .p1 {
  font-size: 20px;
}
.sy_con2 .rq1 .swiper-slide .div .p2 {
  font-size: 13px;
}
.sy_con2 .rq1 .rq2 {
  margin-top: 24px;
}
.sy_con2 .rq1 .rq2 .div1 .swiper-button-next, .sy_con2 .rq1 .rq2 .div1 .swiper-button-prev {
  width: 35px;
  height: 35px;
}
.sy_con2 .rq1 .rq2 .div1, .sy_con2 .rq1 .rq2 .div2, .sy_con2 .rq1 .rq2 .div3 {
  height: 35px;
}
.sy_con2 .rq1 .rq2 .div3 .anniu {
  margin-top: 0.5px;
}
.sy_con3 .rq .p1 {
  font-size: 18px;
}
.sy_con4 .rq {
  padding-bottom: 40px;
}
.sy_con4 .rq1 .swiper-slide .div1 {
  padding: 18px 16px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p1 {
  font-size: 16px;
}

}
@media(max-width:991px){
  #c-followDot{
    display: none;
  }
  .content2,
  .content {
    margin-top: 60px;
}
.pc{
  display: none !important;
}
.app{
  display: block !important;
}
.banner .swiper-button-next,
.banner .swiper-button-prev{
  /* display: none; */
  right: 15px;
}
.banner .swiper-button-prev{
  left: 15px;
}
.sy_con1 .rq .lef .rq .div .div1 {
  padding: 0 25px;
}
.sy_con1 .rq .lef .rq .div .div1 .p3 span {
  font-size: 34px;
}
.sy_con1 .rq .lef .rq .div {
  margin-top: 26px;
}
.sy_con2 .rq1 .rq2 .div1 {
  width: 16%;
}
.sy_con2 .rq1 .rq2 .div3 {
  width: 16%;
}
.sy_con2 .rq1 .rq2 .div2 {
  width: 68%;
}
.sy_con3 .rq .p1 {
  font-size: 16px;
}
}
@media(max-width:768px){
  .sy_con1 .rq .lef{
    width: 100%;
  }
  .sy_con1 .rq .rig{
    width: 100%;
    margin-top: 10px;
  }
  .sy_con3 .rq .container{
    width: 100%;
  }
}
@media(max-width:500px){
  .sy_con1 .rq .rig .rq .p1, .sy_con1 .rq .lef .rq .p1 {
    font-size: 22px;
}
.sy_con1 .rq .lef .rq .p2 {
  font-size: 12px;
  margin-top: 5px;
}
.sy_con1 .rq .lef .rq .div {
  margin-top: 22px;
  display: block;
  padding: 0 10px;
}
.sy_con1 .rq .lef .rq .div .div1 {
  padding: 20px 0px;
  width: 33.33333333%;
  /* border-top: 1px solid rgba(193, 225, 247,0.5); */
}
.sy_con1 .rq .lef .rq .div .div1:nth-child(1),
.sy_con1 .rq .lef .rq .div .div1:nth-child(2){
  border-top:none;
}
.sy_con1 .rq .lef .rq .div .div1:nth-child(4){
  display: none;
}
.sy_con1 .rq .lef .rq .div .div1::before {
  background: rgba(193, 225, 247,0.5);
  height: 100%;
}
.sy_con1 .rq .lef .rq .div .div1:nth-child(3)::before{
  display: none;
}
.sy_con1 .rq .lef .rq .div .div1 .p3 span {
  font-size: 28px;
}
.sy_con1 .rq .rig .rq {
  padding-top: 44px;
  padding-left: 27px;
}
.sy_con1 .rq .lef .rq {
  padding-top: 30px;
}
.sy_con2 .rq {
  padding-top: 35px;
  padding-bottom: 28px;
}
.bt .p1 {
  font-size: 22px;
  padding-bottom: 12px;
}
.bt .p1::before {
  width: 26px;
  height: 2px;
}
.sy_con2 .rq1 {
  padding-top: 20px;
}
.sy_con2 .rq1 .swiper-slide .div {
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con2 .rq1 .swiper-slide .div .p1 {
  font-size: 18px;
  text-align: center;
}
.sy_con2 .rq1 .swiper-slide .div .p2{
  text-align: center;
  display: none;
}
.sy_con2 .rq1 .rq2 .div1 {
  width: 27%;
}
.sy_con2 .rq1 .rq2 .div3 {
  width: 26%;
}
.sy_con2 .rq1 .rq2 .div2 {
  width: 47%;
}
.sy_con2 .rq1 .rq2 .div2::before {
  width: 82%;
}
.sy_con2 .rq1 .rq2 {
  margin-top: 16px;
}
.sy_con3 .rq {
  margin-top: 20px;
}
.sy_con3 .rq .p1 {
  width: 66%;
}
.sy_con3 .rq .anniu {
  margin-top: 24px;
}
.sy_con4 .rq1 .swiper-slide .div1 {
  background: rgba(0,0,0,0.3);
}
.sy_con4 .rq1 .swiper-slide .div1 .p3 {
  display: none;
}
.sy_con4 .rq1 .swiper-slide .div1 {
  padding: 10px 8px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p1 {
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con4 .rq1 .swiper-slide .div1 .p2 {
  font-size: 12px;
  margin-top: 9px;
}
.sy_con4 .rq {
  padding-bottom: 40px;
}

}
@media(max-width:375px){
  .sy_con2 .rq1 .rq2 .div1 {
    width: 30%;
}
.sy_con2 .rq1 .rq2 .div3 {
  width: 28%;
}
.sy_con2 .rq1 .rq2 .div2 {
  width: 42%;
}
.sy_con2 .rq1 .rq2 .div2::before {
  width: 86%;
}
}







/* 关于科楠 */
.ny_banner{
  width: 100%;
  position: relative;
}
.ny_banner .bj{
  width: 100%;
  vertical-align: middle;
}
.ny_banner .wrap{
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ny_banner .p1{
  font-size: 48px;
  color: #ffffff;
  padding-bottom: 24px;
  position: relative;
}
.ny_banner .p1::before{
  content: '';
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ny_banner .p2{
  font-size: 22px;
  color: #ffffff;
  padding-top: 28px;
}

/* abo_con1 */
.abo_con1{
  width: 100%;
  line-height: 65px;
  background: #fff;
  border-top: 1px solid rgb(245,245,245);
}
.abo_con1 a{
  font-size: 14px;
  color: #666666;
}
.abo_con1 a img{
  width: 17px;
  margin-bottom: -2px;
  margin-right: 10px;
}
.abo_con1 a.on{
  color: #017cee;
}



/* abo_con2 */
.abo_con2{
  width: 100%;
  height: 65px;
  position: sticky;
  top: 0px;
  z-index: 100;
  background: rgb(250,250,250);
  overflow: hidden;
}
.abo_con2 a {
  line-height: 65px;
  display: inline-block;
  padding: 0 32px;
  transition: all .5s;
  font-size: 18px;
  color: #333333;
  vertical-align: middle;
}
.abo_con2 a:hover, .abo_con2 a.on1,
.abo_con2 span a:hover, .abo_con2 span.on a {
  background: rgb(1,124,238);
  color: #fff;
}



/* abo_con3 */
.abo_con3{
  width: 100%;
  background-image: url(../images/img33.jpg);
  background-size: cover;
  padding-top: 80px;
  position: relative;
}
.b{
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50px);
}
.n_bt .p1{
  padding-bottom: 15px;
}
.abo_con3 .n_bt .p1{
  font-size: 40px;
}
.n_bt .p2{
  font-size: 18px;
  color: #666666;
  text-align: center;
  margin-top: 15px;
}
.n_bt .p2 span{
  color: #017cee;
}
.abo_con3 i{
  font-size: 231px;
  color: #0090d7;
  opacity: 0.1;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 225px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "din";
  z-index: 1;
}
.abo_con3 .rq{
  width: 100%;
  background: #fff;
  margin-top: 180px;
  margin-bottom: 65px;
  padding: 15px;
  display: flex;
  align-items:center;
  position: relative;
  z-index: 2;
}
.abo_con3 .rq .lef{
  width: 74%;
}
.abo_con3 .rq .lef .p1{
  font-size: 30px;
  color: #333333;
  padding-left: 105px;
  position: relative;
}
.abo_con3 .rq .lef .p1::before{
  content: '';
  width: 60px;
  height: 2px;
  background: #017cee;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.abo_con3 .rq .lef .p2{
  font-size: 16px;
  color: #777777;
  padding-left: 105px;
  padding-right: 110px;
  padding-top: 32px;
  line-height: 28px;
}
.abo_con3 .rq .rig{
  width: 26%;
}
.abo_con3 .rq .rig img{
  width: 100%;
  vertical-align: middle;
}

.abo_con3 .rq2{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.abo_con3 .rq2 .div{
  position: relative;
}
.abo_con3 .rq2 .div::before{
  content: '';
  width: 1px;
  height: 78px;
  background: rgb(215,216,218);
  position: absolute;
  top: 0;
  right: -106%;
}
.abo_con3 .rq2 .div:last-child::before{
  display: none;
}
.abo_con3 .rq2 .div .p1{
  font-size: 18px;
  color: #666666;
  transition: all .5s;
}
.abo_con3 .rq2 .div .p1 span{
  font-size: 70px;
  color: #0b4cdb;
  font-family: "din2";
}
.abo_con3 .rq2 .div .p2{
  font-size: 20px;
  color: #777777;
  transition: all .5s;
}
.abo_con3 .rq2 .div:hover .p1{
  transform: translateY(-5px);
}
.abo_con3 .rq2 .div:hover .p2{
  transform: translateY(5px);
}


/* abo_con4 */
.abo_con4{
  width: 100%;
  padding-top: 140px;
  position: relative;
}
.abo_con4 .rq{
  width: 100%;
  padding-top: 50px;
  display: flex;
}
.abo_con4 .rq .lef{
  width: 62.4%;
  position: relative;
  padding-right: 1px;
}
.abo_con4 .rq .lef .bj{
  width: 100%;
  vertical-align: middle;
}
.abo_con4 .rq .lef .div{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding-left: 260px;
}
.abo_con4 .rq .lef .div img{
  width: 212px;
  transition: all .5s;
}
.abo_con4 .rq .lef:hover .div img{
  transform: scale(1.05);
}
.abo_con4 .rq .lef .div .div1{
  padding-left: 90px;
}
.abo_con4 .rq .lef .div .div1 .p1{
  font-size: 40px;
  color: #ffffff;
  padding-bottom: 20px;
  position: relative;
}
.abo_con4 .rq .lef .div .div1 .p1::before{
  content: '';
  width: 98px;
  height: 2px;
  background-image: url(../images/img41.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.abo_con4 .rq .lef .div .div1 .p2{
  font-size: 22px;
  color: #ffffff;
  margin-top: 20px;
}
.abo_con4 .rq .rig{
  width: 37.6%;
  padding-left: 4px;
}
.abo_con4 .rq .rig .div{
  width: 100%;
  position: relative;
  padding-bottom: 2.5px;
}
.abo_con4 .rq .rig .div:nth-child(2){
  padding-bottom: 0;
  padding-top: 2.5px;
}
.abo_con4 .rq .rig .div .bj{
  width: 100%;
  vertical-align: middle;
}
.abo_con4 .rq .rig .div .div1{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding-left: 100px;
}

.abo_con4 .rq .rig .div .div1 img{
  width: 143px;
  transition: all .5s;
}
.abo_con4 .rq .rig .div:hover .div1 img{
  transform: scale(1.05);
}
.abo_con4 .rq .rig .div .div1 .div2{
  padding-left: 60px;
  padding-right: 75px;
}
.abo_con4 .rq .rig .div .div1 .div2 .p1{
  font-size: 40px;
  color: #333333;
  padding-bottom: 20px;
  position: relative;
}
.abo_con4 .rq .rig .div .div1 .div2 .p1::before{
  content: '';
  width: 98px;
  height: 2px;
  background-image: url(../images/img42.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.abo_con4 .rq .rig .div .div1 .div2 .p2{
  font-size: 22px;
  color: #666666;
  margin-top: 20px;
}


/* abo_con5 */
.abo_con5{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 90px;
  position: relative;
}
.abo_con5 .rq{
  width: 100%;
  padding-top: 54px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.abo_con5 .rq .lef{
  width: 58.7%;
  overflow: hidden;
}
.abo_con5 .rq .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.abo_con5 .rq:hover .lef img{
  transform: scale(1.05);
}
.abo_con5 .rq .rig{
  width: 41.3%;
  padding-left: 80px;
}
.abo_con5 .rq .rig .p1{
  font-family: "akz2";
  font-size: 60px;
  color: #0a4ff1;
  margin-bottom: 14px;
}
.abo_con5 .rq .rig .p2{
  font-size: 18px;
  color: #999999;
  line-height: 32px;
}
.abo_con5 .rq .rig a{
  font-size: 15px;
  color: #fff;
  display: block;
  width: 169px;
  line-height: 47px;
  text-align: center;
  padding-right: 24px;
  position: relative;
  background-image: url(../images/img44.png);
  background-size: cover;
  margin-top: 48px;
}
.abo_con5 .rq .rig a::before{
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../images/img45.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}


/* abo_con6 */
.abo_con6{
  width: 100%;
  position: relative;
}
.abo_con6 .bj{
  width: 100%;
  vertical-align: middle;
}
.abo_con6 .bj.ig2{
  display: none;
}
.abo_con6 .wrap{
  position: absolute;
  top: 42%;
  left: 50%;transform: translate(-50%,-50%);
}
.abo_con6 .bt .p1{
  text-align: left;
  opacity: 0;
}
.abo_con6 .swiper-slide-active .bt .p1{
  animation: bw 1s linear .4s both;
}
.abo_con6 .bt .p1::before{
  left: 0;
  transform: translateX(0);
}
.abo_con6 .p2{
  font-size: 22px;
  color: #666666;
  width: 642px;
  margin-top: 35px;
  line-height: 32px;
  opacity: 0;
}
.abo_con6 .swiper-slide-active .p2{
  animation: bw 1s linear .6s both;
}
.abo_con6 .swiper-pagination{
  margin-top: 80px;
}
.abo_con6 .swiper-pagination-bullet{
  margin-right: 15px;
}




/* 关于科楠分辨率 */
@media(max-width:1680px){
  .abo_con4 .rq .lef .div {
    padding-left: 125px;
}
}
@media(max-width:1459px){
  .ny_banner .p1 {
    font-size: 36px;
    padding-bottom: 18px;
}
.ny_banner .p2 {
  font-size: 16px;
  padding-top: 20px;
}
.abo_con1 {
  line-height: 45px;
}
.abo_con1 a img {
  margin-bottom: -1px;
  margin-right: 5px;
}
.abo_con2 {
  height: 45px;
}
.abo_con2 a {
  line-height: 45px;
  padding: 0 24px;
  font-size: 14px;
}
.abo_con3 {
  padding-top: 60px;
}
.abo_con3 .n_bt .p1 {
  font-size: 30px;
}
.n_bt .p1 {
  padding-bottom: 10px;
}
.n_bt .p2 {
  font-size: 16px;
  margin-top: 10px;
}
.abo_con3 i {
  font-size: 175px;
  top: 170px;
}
.abo_con3 .rq {
  margin-top: 135px;
  margin-bottom: 50px;
  padding: 10px;
}
.abo_con3 .rq .lef .p1 {
  font-size: 22px;
  padding-left: 78px;
}
.abo_con3 .rq .lef .p1::before {
  width: 45px;
  height: 2px;
  left: 18px;
}
.abo_con3 .rq .lef .p2 {
  font-size: 14px;
  padding-left: 78px;
  padding-right: 83px;
  padding-top: 24px;
  line-height: 26px;
}
.abo_con3 .rq2 .div .p1 {
  font-size: 16px;
}
.abo_con3 .rq2 .div .p1 span {
  font-size: 52px;
}
.abo_con3 .rq2 .div .p2 {
  font-size: 16px;
}
.abo_con3 .rq2 .div::before {
  height: 58px;
  right: -104%;
}
.abo_con4 {
  padding-top: 106px;
}
.abo_con4 .rq .lef .div {
  padding-left: 90px;
}
.abo_con4 .rq .lef .div img {
  width: 160px;
}
.abo_con4 .rq .lef .div .div1 {
  padding-left: 68px;
}

.abo_con4 .rq .lef .div .div1 .p1 {
  font-size: 30px;
  padding-bottom: 15px;
}
.abo_con4 .rq .rig .div .div1 .div2 .p1::before,
.abo_con4 .rq .lef .div .div1 .p1::before {
  width: 74px;
  height: 2px;
}
.abo_con4 .rq .lef .div .div1 .p2 {
  font-size: 16px;
  margin-top: 16px;
}
.abo_con4 .rq .rig .div .div1 {
  padding-left: 50px;
}
.abo_con4 .rq .rig .div .div1 img {
  width: 106px;
}
.abo_con4 .rq .rig .div .div1 .div2 {
  padding-left: 29px;
  padding-right: 37px;
}
.abo_con4 .rq .rig .div .div1 .div2 .p1{
  font-size: 30px;
  padding-bottom: 15px;
}
.abo_con4 .rq .rig .div .div1 .div2 .p2 {
  font-size: 16px;
  margin-top: 14px;
}
.abo_con5 {
  padding-top: 54px;
  padding-bottom: 68px;
}
.abo_con5 .rq .rig {
  padding-left: 60px;
}
.abo_con5 .rq .rig .p1 {
  font-size: 44px;
  margin-bottom: 10px;
}
.abo_con5 .rq .rig .p2 {
  font-size: 16px;
  line-height: 30px;
}
.abo_con5 .rq .rig a {
  font-size: 14px;
  width: 127px;
  line-height: 35px;
  padding-right: 22px;
  margin-top: 34px;
}
.abo_con6 .p2 {
  font-size: 16px;
  width: 488px;
  margin-top: 26px;
  line-height: 28px;
}
.abo_con6 .swiper-pagination {
  margin-top: 60px;
}

}
@media(max-width:991px){
  .abo_con3 .n_bt .p1 {
    font-size: 24px;
}
  .abo_con3 {
    padding-top: 40px;
}
.n_bt .p2 {
  font-size: 14px;
  margin-top: 10px;
}
.abo_con3 i {
  font-size: 125px;
  top: 134px;
}
.abo_con3 .rq {
  margin-top: 86px;
  margin-bottom: 32px;
  padding: 10px;
}
.abo_con3 .rq .lef .p1 {
  font-size: 20px;
  padding-left: 44px;
}
.abo_con3 .rq .lef .p2 {
  font-size: 13px;
  padding-left: 44px;
  padding-right: 34px;
  padding-top: 8px;
  line-height: 24px;
}
.abo_con3 .rq .lef .p1::before {
  width: 20px;
  height: 2px;
  left: 14px;
}
.n_bt .p1 {
  padding-bottom: 7px;
}
.abo_con3 .rq2 .div .p1 {
  font-size: 13px;
}
.abo_con3 .rq2 .div .p1 span {
  font-size: 40px;
  line-height: 40px;
}
.abo_con3 .rq2 .div .p2 {
  font-size: 13px;
}
.abo_con3 .rq2 .div::before {
    height: 41px;
    right: -70%;
}
.abo_con4 {
  padding-top: 65px;
}
.abo_con4 .rq {
  padding-top: 28px;
}
.abo_con4 .rq .lef .div img {
  width: 100px;
}
.abo_con4 .rq .lef .div .div1 {
  padding-left: 30px;
}
.abo_con4 .rq .lef .div .div1 .p1 {
  font-size: 22px;
  padding-bottom: 8px;
}
.abo_con4 .rq .rig .div .div1 .div2 .p1::before, .abo_con4 .rq .lef .div .div1 .p1::before {
  width: 50px;
  height: 2px;
}
.abo_con4 .rq .lef .div .div1 .p2 {
  font-size: 12px;
  margin-top: 10px;
}
.abo_con4 .rq .rig .div .div1 img {
  width: 66px;
}
.abo_con4 .rq .rig .div .div1 .div2 .p1 {
  font-size: 22px;
  padding-bottom: 8px;
}
.abo_con4 .rq .rig .div .div1 .div2 .p2 {
  font-size: 12px;
  margin-top: 5px;
}
.abo_con4 .rq .rig .div .div1 .div2 {
  padding-left: 17px;
  padding-right: 20px;
}
.abo_con4 .rq .rig .div .div1 {
  padding-left: 24px;
}
.abo_con5 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.abo_con5 .rq {
  padding-top: 34px;
}
.abo_con5 .rq .rig {
  padding-left: 20px;
}
.abo_con5 .rq .rig .p1 {
  font-size: 36px;
  margin-bottom: 4px;
}
.abo_con5 .rq .rig .p2 {
  font-size: 13px;
  line-height: 24px;
}
.abo_con5 .rq .rig a {
  font-size: 12px;
  width: 110px;
  line-height: 30px;
  padding-right: 22px;
  margin-top: 34px;
}
.abo_con6 .p2 {
  font-size: 14px;
  width: 382px;
  margin-top: 14px;
  line-height: 24px;
}
.abo_con6 .swiper-pagination {
  margin-top: 20px;
}
.abo_con6 .swiper-pagination-bullet {
  margin-right: 10px;
}

}
@media(max-width:768px){
  .ny_banner .wrap{
    width: 100%;
  }
  .ny_banner .p1 {
    font-size: 26px;
    padding-bottom: 10px;
}
.ny_banner .p1::before {
  width: 30px;
  height: 2px;
}
.ny_banner .p2 {
  font-size: 14px;
  padding-top: 17px;
}
.abo_con2 a {
  line-height: 37px;
  padding: 0 10px;
  font-size: 13px;
}
.abo_con2 {
  height: 37px;
  top: 45px;
}
.abo_con3 {
  padding-top: 35px;
}
.abo_con3 .n_bt .p1 {
  font-size: 22px;
}
.abo_con3 i {
  font-size: 105px;
  top: 110px;
}
.abo_con3 .rq {
  margin-top: 68px;
  margin-bottom: 24px;
  padding: 10px;
  flex-wrap: wrap-reverse;
}
.abo_con3 .rq .lef{
  width: 100%;
  margin-top: 20px;
}
.abo_con3 .rq .rig{
  width: 100%;
}
.abo_con3 .rq2 .div::before {
  height: 41px;
  right: -47%;
}
.abo_con4 {
  padding-top: 45px;
}
.abo_con4 .rq {
  padding-top: 20px;
}
.abo_con4 .rq{
  flex-wrap: wrap;
}
.abo_con4 .rq .lef{
  width: 100%;
  padding: 0;
}
.abo_con4 .rq .rig{
  width: 100%;
  padding: 0;
}
.abo_con4 .rq .rig .div{
  padding: 0 !important;
}
.abo_con4 .rq .rig .div .div1 {
  padding-left: 90px;
}
.abo_con5 .rq {
  padding-top: 24px;
}
.abo_con5 .rq .lef{
  width: 100%;
}
.abo_con5 .rq .rig{
  width: 100%;
  margin-top: 20px;
}
.abo_con6 .wrap{
  width: 100%;
}

}
@media(max-width:500px){
  .abo_con2 {
    top: 60px;
  }
  .abo_con2 .wrap{
    white-space: nowrap;
    overflow-x: auto;
  }
  .abo_con3 i {
    font-size: 100px;
    top: 97px;
}
.abo_con3 .rq {
  margin-top: 50px;
  margin-bottom: 10px;
}
.abo_con3 .rq .lef .p1 {
  padding-left: 24px;
}
.abo_con3 .rq .lef .p1::before {
  left: 0px;
}
.abo_con3 .rq .lef {
  margin-top: 14px;
}
.abo_con3 .rq .lef .p2 {
  font-size: 13px;
  padding-left: 24px;
  padding-right: 0px;
  padding-top: 4px;
  line-height: 24px;
}
.abo_con3 .rq2 .div{
  width: 33.333333333%;
  text-align: center;
  padding: 20px 0;
  border-right: 1px solid rgb(215,216,218);
}
.abo_con3 .rq2 .div:nth-child(3){
  border-right:none;
}
.abo_con3 .rq2 .div:nth-child(3){
  border-bottom:none;
}
.abo_con3 .rq2 .div:nth-child(4){
  display: none;
}
.abo_con3 .rq2 .div::before{
  display: none;
}
.abo_con3 .rq2{
  flex-wrap: wrap;
  padding: 0;
}
.abo_con4 .rq .lef .div {
  padding-left: 28px;
}
.abo_con4 .rq .lef .div img {
  width: 76px;
}
.abo_con4 .rq .lef .div .div1 .p1 {
  font-size: 22px;
  padding-bottom: 6px;
}
.abo_con4 .rq .lef .div .div1 .p2 {
  font-size: 12px;
  margin-top: 8px;
}
.abo_con4 .rq .rig .div .div1 {
  padding-left: 28px;
}
.abo_con4 .rq .rig .div .div1 img {
  width: 74px;
}
.abo_con4 .rq .lef .div .div1 {
  padding-left: 17px;
}
.abo_con5 .rq .rig {
  padding-left: 10px;
}
.abo_con5 .rq .rig a {
  margin-top: 20px;
}
.abo_con6 .bj.ig1{
  display: none;
}
.abo_con6 .bj.ig2{
  display: block;
}
}
@media(max-width:375px){
  .abo_con2 a {
    line-height: 30px;
    padding: 0 8px;
    font-size: 12px;
}
.abo_con2 {
  height: 30px;
  top: 60px;
}
}



/* 发展历程 */
.abo2_con2{
  position: static;
}
.abo2_con1{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 90px;
}
.abo2_con1 .top{
  width: 100%;
  margin-top: 25px;
  margin-bottom: 45px;
  position: sticky;
  top: 0;
  z-index: 200;
  background: #fff;
}
.abo2_con1 .top .rq{
  padding:20px 64px;
  position: relative;
}
.abo2_con1 .top .swiper-slide{
  height: 52px;
  padding-bottom: 2px;
}
.abo2_con1 .top .swiper-slide a{
  font-size: 18px;
  color: #333333;
  display: block;
  text-align: center;
  line-height: 50px;
  font-family: "akz";
  border: 1px solid rgb(234,234,234);
}
.abo2_con1 .top .swiper-slide span.on a{
  background: #017cee;
  border: 1px solid #017cee;
  color: #fff;
}
.abo2_con1 .swiper-button-next,
.abo2_con1 .swiper-button-prev{
  content: '';
  width: 11px;
  height: 22px;
  background-image: url(../images/img47.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  margin-top: 0;
  right: 0;
}
.abo2_con1 .swiper-button-prev{
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.abo2_con1 .bot{
  width: 100%;
}
.abo2_con1 .bot .div{
  display: flex;
  position: relative;
}
.abo2_con1 .bot .div .i{
  position: absolute;
  top: 0;
  transform: translateY(-200px);
}
.abo2_con1 .bot .div .lef{
  width: 25.6%;
  padding-right: 88px;
  border-right: 1px solid rgb(218,218,218);
  position: relative;
  padding-bottom: 25px;
}
.abo2_con1 .bot .div .lef::before{
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../images/img48.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -8px;
  top: 62px;
  transition: all .5s;
}
.abo2_con1 .bot .div .lef::after{
  content: '';
  width: 5px;
  height: 0%;
  background: transparent;
  position: absolute;
  top: 0;
  right: -3px;
  transition: all .5s;
}
.abo2_con1 .bot .div:hover .lef::before{
  top: 110%;
  opacity: 0;
}
.abo2_con1 .bot .div:hover .lef::after{
  background: #017cee;
  height:calc(100% - 25px);
}
.abo2_con1 .bot .div .lef p{
  font-size: 24px;
  color: #666666;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(218,218,218);
  text-align: center;
}
.abo2_con1 .bot .div .lef p span{
  font-family: "akz2";
  font-size: 60px;
  color: #333333;
  transition: all .5s;
}
.abo2_con1 .bot .div:hover .lef p span{
  color: #017cee;
}
.abo2_con1 .bot .div .rig{
  width: 74.4%;
  padding-left: 60px;
  padding-bottom: 25px;
}
.abo2_con1 .bot .div .rig .div1{
  width: 100%;
  min-height: 135px;
  background: rgb(245,245,245);
  padding: 46px 62px;
  position: relative;
}
.abo2_con1 .bot .div .rig .div1::before{
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 12px solid rgb(245,245,245);
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -12px;
  top: 55px;
}
.abo2_con1 .bot .div .rig .div1 p{
  font-size: 20px;
  color: #666666;
  line-height: 35px;
}
.abo2_con1 .a{
  display: block;
  font-size: 15px;
  color: #666666;
  width: 168px;
  height: 46px;
  line-height: 44px;
  border-radius: 46px;
  text-align: center;
  border: 1px solid rgb(218,218,218);
  margin: 0 auto;
  margin-top: 60px;
  padding-right: 22px;
  position: relative;
  transition: all .5s;
}
.abo2_con1 .a::before{
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../images/img49.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translateY(-50%);
  transition: all .5s;
}
.abo2_con1 .a:hover{
  background: #017cee;
  border: 1px solid #017cee;
  color: #fff;
}
.abo2_con1 .a:hover::before{
  background-image: url(../images/img45.png);
}

@media(max-width:1459px){
  .abo2_con1 {
    padding-top: 52px;
    padding-bottom: 66px;
}
.abo2_con1 .top {
  margin-top: 14px;
  margin-bottom: 30px;
}
.abo2_con1 .top .swiper-slide a {
  font-size: 16px;
  line-height: 40px;
}
.abo2_con1 .top .swiper-slide {
  height: 42px;
}
.abo2_con1 .swiper-button-next, .abo2_con1 .swiper-button-prev {
  width: 9px;
  height: 18px;
}
.abo2_con1 .bot .div .lef {
  padding-right: 66px;  padding-bottom: 20px;
}
.abo2_con1 .bot .div .lef p {
  font-size: 18px;
  padding-top: 35px;
  padding-bottom: 30px;
}
.abo2_con1 .bot .div .lef p span {
  font-size: 45px;
}
.abo2_con1 .bot .div .rig {
  padding-left: 45px;
  padding-bottom: 20px;
}
.abo2_con1 .bot .div .rig .div1 {
  min-height: 110px;
  padding: 37px 46px;
}
.abo2_con1 .bot .div .rig .div1 p {
  font-size: 16px;
  line-height: 34px;
}
.abo2_con1 .bot .div .lef::before {
  width: 12px;
  height: 12px;
  right: -7px;
  top: 46px;
}
.abo2_con1 .bot .div .rig .div1::before {
  top: 40px;
}
.abo2_con1 .bot .div .lef::after {
  width: 3px;
  right: -2px;
}
.abo2_con1 .bot .div:hover .lef::after{
  height:calc(100% - 20px);
}
.abo2_con1 .a {
  font-size: 14px;
  width: 128px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  margin-top: 45px;
  padding-right: 18px;
}
.abo2_con1 .a::before {
  right: 19%;
}

}
@media(max-width:991px){
  .abo2_con1 .top{
    top: 60px;
  }
  .abo2_con1 {
    padding-top: 40px;
    padding-bottom: 55px;
}
.abo2_con1 .top .rq {
  padding: 15px 64px;
  position: relative;
}
.abo2_con1 .top .swiper-slide a {
  font-size: 14px;
  line-height: 32px;
}
.abo2_con1 .top .swiper-slide {
  height: 34px;
}
.abo2_con1 .bot .div .lef {
  padding-right: 30px;
  padding-bottom: 10px;
}
.abo2_con1 .bot .div .lef p {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 16px;
}
.abo2_con1 .bot .div .lef p span {
  font-size: 36px;
}
.abo2_con1 .bot .div .rig {
  padding-left: 35px;
  padding-bottom: 10px;
}
.abo2_con1 .bot .div:hover .lef::after{
  height:calc(100% - 10px);
}
.abo2_con1 .bot .div .rig .div1 {
  min-height: 80px;
  padding: 26px 26px;
}
.abo2_con1 .bot .div .rig .div1 p {
  font-size: 14px;
  line-height: 28px;
}
.abo2_con1 .bot .div .lef::before {
  width: 10px;
  height: 10px;
  right: -6px;
  top: 28px;
}
.abo2_con1 .bot .div .rig .div1::before {
  top: 24px;
}

}
@media(max-width:500px){
  .abo2_con1 .top .rq {
    padding: 10px 30px;
    position: relative;
}
.abo2_con1 .top {
  margin-top: 10px;
  margin-bottom: 16px;
}
.abo2_con1 .bot .div .lef {
  padding-right: 16px;
}
.abo2_con1 .bot .div .lef p span {
  font-size: 30px;
}
.abo2_con1 .bot .div .lef p {
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.abo2_con1 .bot .div .rig {
  padding-left: 20px;
  padding-bottom: 10px;
}
.abo2_con1 .bot .div .rig .div1 {
  min-height: 80px;
  padding: 14px 14px;
}
.abo2_con1 .bot .div .i {
  transform: translateY(-120px);
}

}



/* 公司荣誉 */
.aob3_con1{
  width: 100%;
  padding-top: 145px;
  padding-bottom: 110px;
}
.aob3_con1 .lef{
  width: 50%;
  float: left;
}
.aob3_con1 .bt .p1{
  text-align: left;
}
.aob3_con1 .bt .p1::before{
  left: 0;
  transform: translateX(0);
}
.aob3_con1 .lef .p2{
  font-size: 16px;
  color: #666666;
  margin-top: 24px;
  line-height: 30px;
}
.aob3_con1 .lef .p3{
  font-size: 26px;
  color: #017cee;
  margin-top: 62px;
}
.aob3_con1 .rig{
  width: 42%;
  float: right;
}
.aob3_con1 .rig img{
  width: 100%;
  vertical-align: middle;
}




/* .aob3_con2 */
.aob3_con2{
  width: 100%;
}
.aob3_con2 .rq{
  width: 100%;
  border-bottom: 1px solid rgb(232,232,232);
  padding-bottom: 85px;
}
.aob3_con2 .rq .rq1{
  width: 32.33333%;
  height: 265px;
  margin-right: 1.5%;
  float: left;
  position: relative;
}
.aob3_con2 .rq .rq1 .rq2{
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/img51.jpg);
  background-size: cover;
  transition: all .5s;
}
.aob3_con2 .rq .rq1:hover .rq2{
  background-image: url(../images/img52.jpg);
}
.aob3_con2 .rq .rq1:nth-child(3){
  margin-right: 0;
}
.aob3_con2 .rq .rq1 i{
  font-size: 24px;
  color: #342c2a;
  opacity: 0.5;
  position: absolute;
  top: 27px;
  right: 40px;
  transition: all .5s;
  display: none;
}
.aob3_con2 .rq .rq1:hover i{
  color: #fff;
  opacity: 1;
}
.aob3_con2 .rq .rq1 .div{
  position: absolute;
  left: 50px;
  bottom: 24px;
}
.aob3_con2 .rq .rq1 .div .p1{
  font-size: 36px;
  font-family: "din2";
  color: #017cee;
  transition: all .5s;
}
.aob3_con2 .rq .rq1 .div .p1 span{
  font-size: 72px;
}
.aob3_con2 .rq .rq1 .div .p2{
  font-size: 24px;
  color: #666666;
  transition: all .5s;
}
.aob3_con2 .rq .rq1:hover .p1,
.aob3_con2 .rq .rq1:hover .p2{
  color: #fff;
}


/* aob3_con3 */
.aob3_con3{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 110px;
}
.aob3_con3 .p1{
  font-size: 24px;
  color: #342c2a;
  text-align: center;
  line-height: 36px;
}
.aob3_con3 .top{
  display: table;
  width: auto;
  margin: 0 auto;
  margin-top: 44px;
  padding-bottom: 75px;
}
.aob3_con3 .top button{
  display: block;
  float: left;
  font-size: 16px;
  color: #333333;
  width: 170px;
  height: 47px;
  border-radius: 47px;
  background-image: url(../images/img51.jpg);
  background-size: cover;
  margin: 0 10px;
  transition: all .5s;
}
.aob3_con3 .top button.on,
.aob3_con3 .top button:hover{
  background-image: url(../images/img52.jpg);
  color: #fff;
}
.aob3_con3 .bot{
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next{
  width: 50px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.lb-nav a.lb-prev{
  left: 0;
}
.aob3_con3 .bot .rq{
  display: none;
}
.aob3_con3 .bot .rq.on1{
  display: block;
}
.aob3_con3 .bot .swiper-container{
  padding: 12px 0;
}
.aob3_con3 .bot .swiper-slide{
  width: 360px;
  height: 465px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(90,91,95,0.2);
}
.aob3_con3 .bot .swiper-slide-active{
  border: 1px solid rgb(237,237,237);
  box-shadow: 0px 0px 10px 0px rgba(90,91,95,0);
}
.aob3_con3 .bot .swiper-slide .div1{
  width: 100%;
  height: 395px;
  border-bottom: 1px dashed rgb(173,173,173);
  position: relative;
}
.aob3_con3 .bot .swiper-slide .div1 img{
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.aob3_con3 .bot .swiper-slide:hover .div1 img{
  transform: translate(-50%,-50%) scale(1.05);
}
.aob3_con3 .bot .swiper-slide .p{
  width: 100%;
  line-height: 70px;
  font-size: 18px;
  color: #333333;
  padding-left: 25px;
  position: relative;
}
.aob3_con3 .bot .swiper-slide .p::before{
  content: '';
  width: 19px;
  height: 19px;
  background-image: url(../images/img54.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.aob3_con3 .team-left,
.aob3_con3 .team-right{
  width: 65px;
  height: 63px;
  background-image: url(../images/img56.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 53%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 10px 0px rgba(90,91,95,0.1);
  transition: all .5s;
}
.aob3_con3 .team-left{
  left: 47%;
  transform: translateX(-50%) rotate(180deg);
}
.aob3_con3 .team-left:hover,
.aob3_con3 .team-right:hover{
  background-image: url(../images/img57.png);
}

@media(max-width:1459px){
  .aob3_con1 {
    padding-top: 110px;
    padding-bottom: 83px;
}
.aob3_con1 .lef .p2 {
  font-size: 14px;
  margin-top: 18px;
  line-height: 26px;
}
.aob3_con1 .lef .p3 {
  font-size: 20px;
  margin-top: 46px;
}
.aob3_con2 .rq .rq1 {
  height: 200px;
}
.aob3_con2 .rq .rq1 i {
  font-size: 18px;
  top: 16px;
  right: 26px;
}
.aob3_con2 .rq .rq1 .div {
  left: 20px;
  bottom: 16px;
}
.aob3_con2 .rq .rq1 .div .p1 {
  font-size: 28px;
}
.aob3_con2 .rq .rq1 .div .p1 span {
  font-size: 54px;
}
.aob3_con2 .rq .rq1 .div .p2 {
  font-size: 18px;
}
.aob3_con2 .rq {
  padding-bottom: 64px;
}
.aob3_con3 {
  padding-top: 52px;
  padding-bottom: 80px;
}
.aob3_con3 .p1 {
  font-size: 18px;
  line-height: 32px;
}
.aob3_con3 .top {
  margin-top: 33px;
  padding-bottom: 57px;
}
.aob3_con3 .top button {
  font-size: 14px;
  width: 120px;
  height: 35px;
  border-radius: 35px;
  margin: 0 5px;
}
.aob3_con3 .bot .swiper-slide {
  width: 310px;
  height: 383px;
}
.aob3_con3 .bot .swiper-slide .div1 {
  height: 330px;
}
.aob3_con3 .bot .swiper-slide .p {
  line-height: 53px;
  font-size: 16px;
  padding-left: 22px;
}
.aob3_con3 .bot {
  padding-bottom: 76px;
}
.aob3_con3 .team-left, .aob3_con3 .team-right {
  width: 49px;
  height: 49px;
}

}
@media(max-width:1259px){
  .aob3_con1 {
    padding-top: 75px;
    padding-bottom: 54px;
}
.aob3_con2 .rq .rq1 {
  height: 175px;
}
.aob3_con2 .rq .rq1 .div .p1 span {
  font-size: 48px;
}
.aob3_con2 .rq .rq1 .div .p2 {
  font-size: 14px;
}
.aob3_con2 .rq {
  padding-bottom: 42px;
}
.aob3_con3 {
  padding-top: 35px;
  padding-bottom: 60px;
}
.aob3_con3 .top {
  margin-top: 33px;
  padding-bottom: 30px;
}
.aob3_con3 .bot .swiper-slide {
  width: 270px;
  height: 310px;
}
.aob3_con3 .bot .swiper-slide .div1 {
  height: 270px;
}
.aob3_con3 .bot .swiper-slide .p {
  line-height: 40px;
  font-size: 14px;
  padding-left: 20px;
}

}
@media(max-width:768px){
  .aob3_con1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aob3_con1 .lef{
  width: 100%;
}
.aob3_con1 .rig{
  width: 100%;
  margin-top: 20px;
}

}
@media(max-width:500px){
  .aob3_con1 .lef .p2 {
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
}
.aob3_con1 .lef .p3 {
  font-size: 18px;
  margin-top: 20px;
}
.aob3_con2 .rq .rq1{
  height: 150px;
}
.aob3_con2 .rq .rq1 i {
  font-size: 16px;
  top: 10px;
  right: 16px;
}
.aob3_con2 .rq .rq1 .div .p1 span {
  font-size: 36px;
}
.aob3_con2 .rq .rq1 .div .p1 {
  font-size: 20px;
}
.aob3_con2 .rq .rq1 .div .p2 {
  font-size: 13px;
}
.aob3_con2 .rq .rq1 .div {
  left: 8px;
  bottom: 10px;
}
.aob3_con3 {
  padding-top: 35px;
  padding-bottom: 45px;
}
.aob3_con3 .p1 {
  font-size: 14px;
  line-height: 24px;
}
.aob3_con3 .top {
  margin-top: 33px;
  padding-bottom: 16px;
}
.aob3_con3 .bot .swiper-slide {
  width: 180px;
  height: 240px;
}
.aob3_con3 .bot .swiper-slide .div1 {
  height: 200px;
}
.aob3_con3 .bot .swiper-slide .p {
  line-height: 40px;
  font-size: 13px;
  padding-left: 10px;
}
.aob3_con3 .bot .swiper-slide .p::before {
  width: 14px;
  height: 14px;
  right: 14px;
}
.aob3_con3 .team-left, .aob3_con3 .team-right {
  width: 40px;
  height: 40px;
  left: 58%;
}
.aob3_con3 .team-left{
  left: 42%;
}
.aob3_con3 .bot {
  padding-bottom: 46px;
}

}



/* 产品列表1 */
.ny_banner .p3{
  font-size: 16px;
  color: #fff;
  width: 545px;
  margin-top: 35px;
}
.pro_con1{
  width: 100%;
  margin-top: 32px;
  margin-bottom: 50px;
}
.pro_con1 .rq{
  padding: 30px;
  background: rgb(241,241,241);
}
.pro_con1 .rq .div1{
  width: 10.5%;
  float: left;
  font-size: 22px;
  color: #333333;
  line-height: 48px;
}
.pro_con1 .rq .div2{
  width: 65.7%;
  float: left;
  height: 48px;
  background: #fff;
}
.pro_con1 .rq .div2 input{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #999999;
  padding-left: 22px;
}
.pro_con1 .rq .div3{
  width: 19.5%;
  height: 48px;
  float: right;
}
.pro_con1 .rq .div3 button{
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  background: rgb(1,124,238);
}


/* .pro_con2 */
.pro_con2{
  width: 100%;
  padding-bottom: 120px;
}
.pro_con2 .rq{
  width: 100%;
  height: 381px;
  margin-bottom: 38px;
  position: relative;
}
.pro_con2 .rq .i{
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-200px);
  opacity: 0;
}
.pro_con2 .rq:last-child{
  margin-bottom: 0;
}
.pro_con2 .rq .lef{
  width: 40%;
  height: 100%;
  float: left;
  background: rgb(241,241,241);
  position: relative;
  border: 1px solid rgb(227,227,227);
}
.pro_con2 .rq .lef img{
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
  vertical-align: middle;
}
.pro_con2 .rq:hover .lef img{
  /* width: 100%; */
}
.pro_con2 .rq .rig{
  width: 57.2%;
  height: 100%;
  float: right;
  background-image: url(../images/img61.jpg);
  background-size: cover;
  padding: 0 65px;
  padding-top: 50px;
  transition: all .5s;
  position: relative;
}
.pro_con2 .rq .rig::before{
  content: '';
  width: 100%;
  height: 4px;
  background: rgb(1,124,238);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all .5s;
}
.pro_con2 .rq:hover .rig::before{
  width: 0;
}
.pro_con2 .rq:hover .rig{
  background-image: url(../images/img60.jpg);
}
.pro_con2 .rq .rig .p1{
  font-size: 36px;
  color: #333333;
  padding-bottom: 28px;
  border-bottom: 2px solid rgb(230,230,230);
  transition: all .3s;
}
.pro_con2 .rq:hover .rig .p1{
  color: #fff;
}
.pro_con2 .rq .rig .div{
  width: 100%;
  padding-top: 20px;
}
.pro_con2 .rq .rig .div a{
  display: block;
  width: 25%;
  float: left;
  font-size: 18px;
  color: #333333;
  padding-left: 34px;
  margin-bottom: 14px;
  position: relative;
  transition: all .3s;
}
.pro_con2 .rq .rig .div a:hover{
  padding-left: 40px;
}
.pro_con2 .rq:hover .rig .div a{
  color: #fff;
}
.pro_con2 .rq .rig .div a::before{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/img62.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}
.pro_con2 .rq:hover .rig .div a::before{
  background-image: url(../images/img63.png);
}

@media(max-width:1459px){
  .pro_con1 {
    margin-top: 24px;
    margin-bottom: 38px;
}
.pro_con1 .rq {
  padding: 22px;
}
.pro_con1 .rq .div1 {
  font-size: 16px;
  line-height: 40px;
}
.pro_con1 .rq .div2 {
  height: 40px;;
}
.pro_con1 .rq .div2 input {
  font-size: 14px;
  padding-left: 18px;
}
.pro_con1 .rq .div3 {
  height: 40px;
}
.pro_con1 .rq .div3 button {
  font-size: 16px;
}
.pro_con2 .rq {
  height: 298px;
  margin-bottom: 25px;
}
.pro_con2 .rq .rig {
  padding: 0 46px;
  padding-top: 38px;
}
.pro_con2 .rq .rig .p1 {
  font-size: 26px;
  padding-bottom: 20px;
}
.pro_con2 .rq .rig .div {
  padding-top: 14px;
}
.pro_con2 .rq .rig .div a {
  font-size: 16px;
  padding-left: 26px;
  margin-bottom: 12px;
}
.pro_con2 .rq .rig .div a::before {
  width: 18px;
  height: 18px;
}
.pro_con2 .rq .rig .div a:hover {
  padding-left: 32px;
}
.pro_con2 {
  padding-bottom: 90px;
}

}
@media(max-width:1259px){
  .pro_con2 .rq {
    height: 262px;
    margin-bottom: 18px;
}

}
@media(max-width:991px){
  .ny_banner .p3 {
    font-size: 14px;
    width: 90%;
    margin-top: 20px;
}
.pro_con2 .rq {
  height: 202px;
  margin-bottom: 18px;
}
.pro_con2 .rq .rig {
  padding: 0 20px;
  padding-top: 24px;
}
.pro_con2 .rq .rig .p1 {
  font-size: 22px;
  padding-bottom: 12px;
}
.pro_con2 .rq .rig .div a {
  font-size: 14px;
  padding-left: 26px;
  margin-bottom: 10px;
  width: auto;
  margin-right: 10px;
}

}
@media(max-width:768px){
  .pro_con1 .rq .div1 {
    font-size: 14px;
    line-height: 40px;
}
  .ny_banner .p3 {
    margin-top: 14px;
}
.pro_con2 .rq{
  width: 100%;
  height: auto;
}
.pro_con2 .rq .lef{
  width: 100%;
}
.pro_con2 .rq .rig{
  width: 100%;
}
.pro_con2 .rq .lef img{
  width: 100%;
  position: static;
  transform: translate(0,0);
}

}
@media(max-width:500px){
  .pro_con1 .rq .div1 {
    font-size: 14px;
    line-height: 40px;
    width: 21%;
}
.pro_con1 .rq .div2 {
  width: 55%;
}
.pro_con1 .rq {
  padding: 15px;
}
.pro_con1 .rq .div2 input {
  font-size: 13px;
  padding-left: 12px;
}
.pro_con1 .rq .div3 button {
  font-size: 14px;
}
.pro_con1 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.pro_con2 .rq .rig {
  padding: 0 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pro_con2 .rq .rig .p1 {
  font-size: 20px;
  padding-bottom: 10px;
}
.pro_con2 {
  padding-bottom: 46px;
}

}




/* 产品列表2 */
.pro2_con1{
  width: 100%;
}
.pro2_con1 .rq{
  width: 100%;
  height: 332px;
  box-shadow: 0px 0px 10px 0px rgba(90,91,95,0.1);
  display: flex;
  align-items: center;
}
.pro2_con1 .rq .lef{
  width: 37.5%;
}
.pro2_con1 .rq .lef img{
  width: 100%;
  vertical-align: middle;
}
.pro2_con1 .rq .rig{
  width: 62.5%;
  padding: 0 70px;
}
.pro2_con1 .rq .rig .p1{
  font-size: 36px;
  color: #333333;
  padding-bottom: 25px;
  position: relative;
}
.pro2_con1 .rq .rig .p1::before{
  content: '';
  width: 37px;
  height: 3px;
  background-image: url(../images/img65.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pro2_con1 .rq .rig .p2{
  font-size: 18px;
  color: #666666;
  margin-top: 26px;
}


/* pro2_con2 */
.pro2_con2{
  width: 100%;
  padding-bottom: 105px;
}
.pro2_con2 .rq{
  width: 100%;
  background: rgb(250,250,250);
  padding: 48px 58px;
  padding-bottom: 70px;
}
.pro2_con2 .rq1{
  width: 100%;
}
.pr_div{
  width: 32.3333%;
  margin-right: 1.5%;
  float: left;
}
.pr_div:nth-child(3n){
  margin-right: 0;
}
.pr_div .top{
  width: 100%;
  height: 252px;
  background: #fff;
  border: 1px solid rgb(234,234,234);
  position: relative;
  overflow: hidden;
}
.pr_div:hover .top{
  border: 1px solid rgb(83,166,242);
}
.pr_div .top .bj{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.pr_div:hover .top .bj{
  transform: translate(-50%,-50%) scale(1.05);
}
.pr_div .top .ig1{
  width: 54px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.pr_div .top .div1{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(83,166,242,.9);
  /* transform: rotate(-90deg); */
  opacity: 0;
  transform-origin: left bottom;
  transition: all .5s;
}
.pr_div:hover .top .div1{
  /* transform: rotate(0deg); */
  /* opacity: 1; */
}
.pr_div .top .div1 p{
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
}
.pr_div .top .div1 p img{
  width: 33px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  opacity: 0;
}
.pr_div .bot{
  width: 100%;
  height: 108px;
}
.pr_div .bot p{
  font-size: 22px;
  color: #333333;
  text-align: center;
  padding-top: 25px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.pro2_con2 .rq button{
  font-size: 15px;
  color: #666666;
  display: block;
  width: 170px;
  height: 47px;
  border-radius: 47px;
  border: 2px solid rgb(217,217,217);
  margin: 0 auto;
  margin-top: 40px;
  padding-right: 25px;
  position: relative;
  transition: all .5s;
}
.pro2_con2 .rq button::before{
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../images/img49.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 26%;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.pro2_con2 .rq button:hover{
  color: #fff;
  background: #017cee;
  border: 2px solid #017cee;
}
.pro2_con2 .rq button:hover::before{
  background-image: url(../images/img45.png);
}

@media(max-width:1459px){
  .pro2_con1 .rq{
    height: 261px;
  }
  .pro2_con1 .rq .rig {
    padding: 0 53px;
}
.pro2_con1 .rq .rig .p1 {
  font-size: 26px;
  padding-bottom: 18px;
}
.pro2_con1 .rq .rig .p2 {
  font-size: 16px;
  margin-top: 19px;
}
.pro2_con2 .rq {
  padding: 36px 44px;
  padding-bottom: 53px;
}
.pr_div .top {
  height: 190px;
}
.pr_div .top .bj {
  max-width: 75%;
  max-height: 50%;
}
.pr_div .top .ig1 {
  width: 40px;
}
.pr_div .top .div1 p {
  font-size: 14px;
}
.pr_div .top .div1 p img {
  width: 25px;
}
.pr_div .bot {
  height: 82px;
}
.pr_div .bot p {
  font-size: 16px;
  padding-top: 18px;
}
.pro2_con2 .rq button {
  font-size: 14px;
  width: 130px;
  height: 35px;
  border-radius: 35px;
  margin-top: 30px;
  padding-right: 18px;
}
.pro2_con2 .rq button::before {
  right: 20%;
}
.pro2_con2 {
  padding-bottom: 80px;
}

}
@media(max-width:1259px){
  .pro2_con1 .rq {
    height: 230px;
}

}
@media(max-width:991px){
  .pro2_con1 .rq {
    height: 178px;
}
.pro2_con1 .rq .rig {
  padding: 0 25px;
}
.pro2_con1 .rq .rig .p1 {
  font-size: 22px;
  padding-bottom: 10px;
}
.pro2_con1 .rq .rig .p2 {
  font-size: 14px;
  margin-top: 14px;
}
.pro2_con2 .rq {
  padding: 24px 16px;
  padding-bottom: 40px;
}
.pro2_con2 .rq button {
  margin-top: 5px;
}

}
@media(max-width:768px){
  .pro2_con1 .rq{
    flex-wrap: wrap;
    height: auto;
  }
  .pro2_con1 .rq .lef{
    width: 100%;
  }
  .pro2_con1 .rq .rig{
    width: 100%;
    padding: 20px 15px;
  }
  .pro2_con2 .rq {
    padding: 24px 15px;
    padding-bottom: 40px;
}
.pr_div{
  width: 49%;
  margin-right: 2%;
}
.pr_div:nth-child(3n){
  margin-right: 2%;
}
.pr_div:nth-child(2n){
  margin-right: 0;
}

}
@media(max-width:500px){
  .pr_div .top {
    height: 120px;
}
.pr_div .top .ig1 {
  width: 30px;
}
.pr_div .bot p {
  font-size: 14px;
  padding-top: 10px;
}
.pr_div .bot {
  height: 50px;
}
.pro2_con2 .rq button {
  font-size: 12px;
  width: 116px;
  margin-top: 15px;
}
.pro2_con2 {
  padding-bottom: 35px;
}

}




/* 产品详情 */
/* pro_dat1 */
.pro_dat1{
  width: 100%;
  padding-top: 35px;
  padding-bottom: 40px;
  background: rgb(250,250,250);
}
.pro_dat1 .rq{
  width: 100%;
  height: 600px;
  background: #fff;
  border-top: 4px solid rgb(1,124,238);
}
.pro_dat1 .rq .lef{
  width: 56%;
  float: left;
}
.pro_dat1 .rq .lef .top{
  width: 100%;
  height: 455px;
}
.pro_dat1 .rq .lef .top .swiper-container{
  width: 100%;
  height: 100%;
}
.pro_dat1 .rq .lef .top .swiper-slide{
  width: 100%;
  height: 100%;
  position: relative;
}
.pro_dat1 .rq .lef .top .swiper-slide img{
  max-width: 65%;
  max-height: 65%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pro_dat1 .rq .lef .bot{
  width: 100%;
  height: 145px;
  padding: 0 190px;
}
.pro_dat1 .rq .lef .bot .rq1{
  position: relative;
}
.pro_dat1 .rq .lef .bot .swiper-container{
  width: 100%;
  height: 100%;
  padding-bottom: 2px;
  padding-right: 2px;
  padding-left: 1px;
}
.pro_dat1 .rq .lef .bot .swiper-slide{
  height: 84px;
  position: relative;
  background: rgb(250,250,250);
}
.pro_dat1 .rq .lef .bot .swiper-slide::before{
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid rgb(234,234,234);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all .5s;
}
.pro_dat1 .rq .lef .bot .swiper-slide-thumb-active::before{
  border: 1px solid rgb(83,166,242);
}
.pro_dat1 .rq .lef .bot .swiper-slide img{
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pro_dat1 .swiper-button-next,
.pro_dat1 .swiper-button-prev{
  width: 14px;
  height: 26px;
  background-image: url(../images/img72.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  transition: all .5s;
}
.pro_dat1 .swiper-button-prev{
  transform: translateY(-50%) rotate(180deg);
  left: -50px;
}
.pro_dat1 .swiper-button-next:hover,
.pro_dat1 .swiper-button-prev:hover{
  background-image: url(../images/img73.png);
}
.pro_dat1 .rq .rig{
  width: 44%;
  float: left;
  padding-top: 100px;
  padding-right: 190px;
}
.pro_dat1 .rq .rig .p1{
  font-size: 36px;
  color: #333333;
  border-bottom: 1px solid rgb(230,230,230);
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.pro_dat1 .rq .rig .p2{
  font-size: 18px;
  color: #666666;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.pro_dat1 .rq .rig .p2::before{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/img74.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 2px;
}
.pro_dat1 .rq .rig a{
  display: block;
  font-size: 16px;
  color: #ffffff;
  width: 170px;
  height: 47px;
  line-height: 45px;
  border-radius: 47px;
  margin-top: 58px;
  padding-right: 32px;
  background-image: url(../images/img44.png);
  background-size: cover;
  text-align: center;
  position: relative;
}
.pro_dat1 .rq .rig a::before{
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../images/img75.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translateY(-50%);
}


.pro_dat2{
  width: 100%;
  padding-bottom: 47px;
  background: rgb(250,250,250);
}
.pro_dat2 .top{
  width: 100%;
  background: rgb(51,51,51);
}
.pro_dat2 .top button{
  font-size: 20px;
  color: #ffffff;
  line-height: 80px;
  padding: 0 40px;
}
.pro_dat2 .top button.on{
  background: #017cee;
}
.pro_dat2 .bot{
  padding: 65px;
  background: #fff;
}
.pro_dat2 .bot .rq{
  width: 100%;
  display: none;
}
.pro_dat2 .bot .rq.on1{
  display: block;
}
.pro_dat2 .bot .rq img{
  max-width: 100% !important;
  height: auto !important;
}
.pro_dat2 .bot .rq .p1{
  font-size: 30px;
  color: #666;
  margin-bottom: 32px;
}
.pro_dat2 .bot .rq .p1 img{
  width: 39px;
  margin-bottom: -8px;
  margin-right: 3px;
}
.pro_dat2 .bot .rq .div{
  width: 100%;
  color: #666666;
}
.pro_dat2 .bot .rq .div ul,
.pro_dat2 .bot .rq .div ul li{
  list-style-type: disc !important;
}
.pro_dat2 .bot .rq .div table{
  width: 100%;
}
.pro_dat2 .bot .rq .div table td{
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #666666;
  border: 1px solid rgb(219,219,219);
  padding: 13px 0;
}
.pro_dat2 .bot .rq .div table td[rowspan]{
  font-size: 18px;
  color: #333333;
  background: rgb(245,245,245);
  border-top: none;
  border-right: none;
  border-left: none;
}

/* .pro_dat3 */
.pro_dat3{
  width: 100%;
  padding-top: 95px;
  padding-bottom: 30px;
}
.pro_dat3 .rq{
  width: 100%;
}
.pro_dat3 .pr_div{
  width: 100%;
  margin-right: 0;
}
.pro_dat3 .pr_div .bot p{
  font-size: 17px;
  padding-top: 14px;
}
.pro_dat3 .pr_div .top .div1 p{
  font-size: 16px;
}
.pro_dat3 .pr_div .top .div1 p img{
  width: 25px;
}

@media(max-width:1459px){
  .pro_dat1 .rq .lef .top {
    height: 346px;
}
.pro_dat1 .rq .lef .top .swiper-slide img {
  max-width: 60%;
  max-height: 60%;
}
.pro_dat1 .rq .lef .bot {
  height: 110px;
  padding: 0 145px;
}
.pro_dat1 .rq {
  height: 456px;
}
.pro_dat1 .rq .lef .bot .swiper-slide {
  height: 64px;
}
.pro_dat1 .swiper-button-next, .pro_dat1 .swiper-button-prev {
  width: 10px;
  height: 20px;
}
.pro_dat1 .rq .rig {
  padding-top: 75px;
  padding-right: 100px;
}
.pro_dat1 .rq .rig .p1 {
  font-size: 26px;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
.pro_dat1 .rq .rig .p2 {
  font-size: 16px;
  padding-left: 26px;
  margin-bottom: 12px;
}
.pro_dat1 .rq .rig .p2::before {
  width: 16px;
  height: 16px;
}
.pro_dat1 .rq .rig a {
  font-size: 14px;
  width: 130px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  margin-top: 44px;
  padding-right: 26px;
}
.pro_dat1 .rq .rig a::before {
  width: 13px;
  height: 13px;
  right: 21%;
}
.pro_dat1 {
  padding-top: 26px;
  padding-bottom: 30px;
}
.pro_dat2 {
  padding-bottom: 35px;
}
.pro_dat2 .top button {
  font-size: 16px;
  line-height: 60px;
  padding: 0 30px;
}
.pro_dat2 .bot {
  padding: 46px;
}
.pro_dat2 .bot .rq .p1 {
  font-size: 22px;
  margin-bottom: 24px;
}
.pro_dat2 .bot .rq .p1 img {
  width: 28px;
  margin-bottom: -6px;
  margin-right: 2px;
}
.pro_dat2 .bot .rq .div table td {
  font-size: 14px;
  padding: 12px 0;
}
.pro_dat2 .bot .rq .div table td[rowspan] {
  font-size: 16px;
}
.pro_dat3 {
  padding-top: 72px;
  padding-bottom: 22px;
}

}
@media(max-width:991px){
  .pro_dat1 .rq{
    height: auto;
  }
  .pro_dat1 .rq .lef{
    width: 100%;
  }
  .pro_dat1 .rq .rig{
    width: 100%;
  }
  .pro_dat1 .rq .rig {
    padding: 0 30px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.pro_dat2 .top button {
  font-size: 14px;
  line-height: 44px;
  padding: 0 22px;
}
.pro_dat2 .bot {
  padding: 24px;
}
.pro_dat2 .bot .rq .p1 {
  font-size: 18px;
  margin-bottom: 16px;
}
.pro_dat2 .bot .rq .p1 img {
  width: 22px;
  margin-bottom: -4px;
  margin-right: 2px;
}
.pro_dat2 .bot .rq .div table td {
  font-size: 13px;
  padding: 12px 0;
}
.pro_dat2 .bot .rq .div table td[rowspan] {
  font-size: 14px;
}
.pro_dat2 .bot .rq .div table{
  width: 700px;
}
.pro_dat2 .bot .rq .div{
  overflow-x: auto;
}

}
@media(max-width:500px){
  .pro_dat1 .rq .lef .top {
    height: 180px;
}
.pro_dat1 .rq .lef .bot {
  height: 60px;
  padding: 0px 60px;
  margin-top: 30px;
}
.pro_dat1 .swiper-button-next{
  right: -30px;
}
.pro_dat1 .swiper-button-prev {
  left: -30px;
}
.pro_dat1 .rq .lef .top .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.pro_dat1 .rq .rig .p1 {
  font-size: 20px;
  padding-bottom: 9px;
  margin-bottom: 16px;
}
.pro_dat1 .rq .rig {
  padding: 30px 15px;
}
.pro_dat1 .rq .rig .p2 {
  font-size: 14px;
  padding-left: 22px;
  margin-bottom: 10px;
}
.pro_dat1 .rq .rig a {
  font-size: 12px;
  width: 110px;
  height: 33px;
  line-height: 33px;
  border-radius: 33px;
  margin-top: 34px;
  padding-right: 24px;
}
.pro_dat2 .top button {
  font-size: 13px;
  line-height: 40px;
  padding: 0 15px;
}
.pro_dat2 .bot {
  padding:20px 15px;
}
.pro_dat3 {
  padding-top: 40px;
  padding-bottom: 18px;
}
.pro_dat3 .pr_div .bot p {
  font-size: 15px;
  padding-top: 11px;
}
.pro_dat3 .pr_div .top .div1 p {
  font-size: 14px;
}
.pro_dat3 .rq .swiper-container{
  padding-bottom: 30px;
}

}








/* 服务支持-科楠学院 */
.ser_con1{
  background: #fff;
}

.ser_con2{
  width: 100%;
  background: rgb(247,247,247);
  padding-top: 56px;
  padding-bottom: 86px;
}
.ser_con2 .rq{
  width: 100%;
  background: #fff;
}
.ser_con2 .rq a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ser_con2 .rq .lef{
  width: 39.4%;
  overflow: hidden;
}
.ser_con2 .rq .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.ser_con2 .rq:hover .lef img{
  transform: scale(1.05);
}
.ser_con2 .rq .rig{
  width: 60.6%;
  padding-left: 75px;
  padding-right: 66px;
}
.ser_con2 .rq .rig .div1{
  float: left;
  width: 20%;
  height: 140px;
  background-image: url(../images/img78.jpg);
  background-size: cover;
  padding: 30px 0;
}
.ser_con2 .rq .rig .div1 .p1{
  font-size: 80px;
  line-height: 66px;
  color: #ffffff;
  font-family: "din3";
  text-align: center;
}
.ser_con2 .rq .rig .div1 .p2{
  font-size: 20px;
  color: #ffffff;
  font-family: "din3";
  text-align: center;
}
.ser_con2 .rq .rig .div2{
  width: 80%;
  float: left;
  padding-left: 40px;
}
.ser_con2 .rq .rig .div2 .p1{
  font-size: 24px;
  color: #333333;
}
.ser_con2 .rq .rig .div2 .p2{
  font-size: 16px;
  color: #666666;
  margin-top: 16px;
  margin-bottom: 16px;
}
.ser_con2 .rq .rig .div2 i{
  display: block;
  width: 29px;
  height: 29px;
  background-image: url(../images/img79.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .5s;
}
.ser_con2 .rq:hover .rig .div2 i{
  background-image: url(../images/img80.png);
}


/* ser_con3 */
.ser_con3{
  width: 100%;
  padding-top: 72px;
  padding-bottom: 77px;
}
.ser_con3 .rq{
  width: 100%;
  padding-bottom: 52px;
}
.ser_div{
  width: 32%;
  margin-right: 2%;
  float: left;
  height: 280px;
  margin-bottom: 25px;
}
.ser_div:nth-child(3n){
  margin-right: 0;
}
.ser_div a{
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(247,247,247);
  transition: all .5s;
  
  padding: 0 25px;
}
.ser_div:hover a{
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(90,91,95,.3);
    transform: translate3d(0,-3px,0);
}
.ser_div .p1{
  font-size: 22px;
  color: #333333;
  padding-top: 27px;
  margin-bottom: 20px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ser_div .p2{
  font-size: 14px;
  height: 72px;
  color: #999999;
  line-height: 22px;
  border-bottom: 1px solid rgb(228,228,228);

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ser_div .bot{
  padding-top: 28px;
  width: 100%;
}
.ser_div .bot .p3{
  font-family: "din";
  font-size: 50px;
  line-height: 50px;
  color: #444444;
  position: relative;
  transition: all .5s;
}
.ser_div:hover .bot .p3{
  color: #017cee;
}
.ser_div .bot .p3::before{
  content: '';
  width: 20px;
  height: 14px;
  background-image: url(../images/img82.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.ser_div:hover .bot .p3::before{
  background-image: url(../images/img81.png);
}
.ser_div .bot .p3 span{
  font-size: 14px;
  line-height: 14px;
  color: #777777;
  font-family: "din";
  display: block;
}
.ser_con3 button{
  display: block;
  font-size: 15px;
  color: #666666;
  width: 170px;
  height: 47px;
  line-height: 45px;
  border-radius: 47px;
  border: 1px solid rgb(220,223,230);
  padding-right: 24px;
  margin: 0 auto;
  position: relative;
  transition: all .5s;
}
.ser_con3 button::before{
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../images/img49.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 24%;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.ser_con3 button:hover{
  color: #fff;
  background: #017cee;
  border: 1px solid #017cee;
}
.ser_con3 button:hover::before{
  background-image: url(../images/img45.png);
}


@media(max-width:1459px){
  .ser_con2 {
    padding-top: 42px;
    padding-bottom: 65px;
}
.ser_con2 .rq .rig {
  padding-left: 57px;
  padding-right: 50px;
}
.ser_con2 .rq .rig .div1 {
  height: 110px;
  padding: 22px 0;
}
.ser_con2 .rq .rig .div1 .p1 {
  font-size: 60px;
  line-height: 54px;
}
.ser_con2 .rq .rig .div1 .p2 {
  font-size: 16px;
}
.ser_con2 .rq .rig .div2 {
  padding-left: 30px;
}
.ser_con2 .rq .rig .div2 .p1 {
  font-size: 18px;
}
.ser_con2 .rq .rig .div2 .p2 {
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.ser_con2 .rq .rig .div2 i {
  width: 22px;
  height: 22px;
}
.ser_con3 {
  padding-top: 54px;
  padding-bottom: 58px;
}
.ser_div {
  height: 212px;

  margin-bottom: 20px;
}
.ser_div a{
  padding: 0 16px;
}
.ser_div .p1 {
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: 12px;
}
.ser_div .p2 {
  font-size: 13px;
  height: 72px;
  line-height: 22px;
}
.ser_div .bot {
  padding-top: 12px;
}
.ser_div .bot .p3 {
  font-size: 38px;
  line-height: 38px;
}
.ser_div .bot .p3 span {
  font-size: 12px;
  line-height: 14px;
}
.ser_div .bot .p3::before {
  width: 14px;
  height: 10px;
}
.ser_con3 .rq {
  padding-bottom: 36px;
}
.ser_con3 button {
  font-size: 14px;
  width: 130px;
  height: 37px;
  line-height: 35px;
  border-radius: 37px;
  padding-right: 22px;
}
.ser_con3 button::before {
  right: 20%;
}

}
@media(max-width:991px){
  .ser_con2 .rq .lef{
    width: 100%;
  }
  .ser_con2 .rq .rig{
    width: 100%;
    padding: 30px;
  }
}
@media(max-width:500px){
  .ser_con2 {
    padding-top: 30px;
    padding-bottom: 36px;
}
.ser_con2 .rq .rig {
  padding: 15px;
}
.ser_con2 .rq .rig .div1 .p1 {
  font-size: 46px;
  line-height: 46px;
}
.ser_con2 .rq .rig .div1 {
  height: 80px;
  padding: 10px 0;
}
.ser_con2 .rq .rig .div2 {
  padding-left: 8px;
}
.ser_con2 .rq .rig .div2 .p2 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ser_con3 {
  padding-top: 35px;
  padding-bottom: 40px;
}
.ser_div{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.ser_div:nth-child(3n){
  margin-right: 2%;
}
.ser_div:nth-child(2n){
  margin-right: 0;
}
.ser_con3 .rq {
  padding-bottom: 14px;
}
}



/* 科楠学院详情 */
.ser_dat1 .a{
  float: right;
  color: #999999;
  position: relative;
  padding-right: 14px;
}
.ser_dat1 .a::before{
  content: '';
  width: 7px;
  height: 11px;
  background-image: url(../images/img83.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* .ser_dat2 */
.ser_dat2{
  width: 100%;
  background: rgb(247,247,247);
  padding-top: 70px;
  padding-bottom: 113px;
  overflow: hidden;
}
.ser_dat2 .rq{
  width: 100%;
}
.ser_dat2 .rq .lef{
  width: 76.5%;
  float: left;
  background: #fff;
  padding: 40px 55px;
}
.ser_dat2 .rq .lef .p1{
  font-size: 36px;
  color: #333333;
}
.ser_dat2 .rq .lef .div{
  width: 100%;
  padding-top: 26px;
  padding-bottom: 36px;
}
.ser_dat2 .rq .lef .div span,
.fx{
  font-size: 16px;
  color: #666666;
  margin-right: 33px;
}
.ser_dat2 .rq .lef .div span .ig1{
  width: 24px;
  margin-bottom: -6px;
  margin-right: 3px;
}
.fx .ig2{
  width: 18px;
  margin-bottom: -4px;
  margin-right: 3px;
}
#share-2{
  display: inline-block;
}
#share-2 .social-share-icon{
  border:none;
  font-size: 16px;
  color: #fff;
} 
#share-2 .icon-weibo{
  background: rgb(218,60,60);
}
#share-2 .icon-wechat{
  background: rgb(33,186,65);
}
#share-2 .icon-linkedin{
  background: rgb(62,142,238);
}
#share-2 .icon-qq{
  background: rgb(35,73,128);
}
#share-2 .icon-qzone{
  background: rgb(244,197,11);
}
.ser_dat2 #share-2 .icon-wechat .wechat-qrcode{
  top: 50px;
}
.ser_dat2 #share-2 .icon-wechat .wechat-qrcode:after{
  top: -15px;
  transform: rotate(180deg);
} 

.ser_dat2 .rq .lef .div1{
  width: 100%;
}
.ser_dat2 .rq .lef .div1 p{
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 35px;
}
.ser_dat2 .rq .lef .div1 img{
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 40px;
}
.ser_dat2 .rq .rig{
  width: 21%;
  float: left;
  margin-left: 35px;
}
.ser_dat2 .rq .rig .div1{
  width: 100%;
}
.ser_dat2 .rq .rig .p1{
  font-size: 22px;
  color: #333333;
  padding-left: 15px;
  position: relative;
  padding-bottom: 9px;
  border-bottom: 1px solid rgb(221,221,221);
}
.ser_dat2 .rq .rig .p1::before{
  content: '';
  width: 4px;
  height: 20px;
  background: #000;
  position: absolute;
  left: 0;
  top: 5px;
}
.ser_dat2 .rq .rig .div1 .div2{
  width: 100%;
  padding-top: 11px;
}
.ser_dat2 .rq .rig .div1 .div2 a{
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  border-bottom: 1px solid rgb(221,221,221);
  padding-left: 10px;
}
.ser_dat2 .rq .rig .div1 .div2 a.on,
.ser_dat2 .rq .rig .div1 .div2 a:hover{
  color: #fff;
  background: rgb(1,124,238);
  border-bottom: 1px solid rgb(1,124,238);
}
.ser_dat2 .rq .rig .div3{
  width: 100%;
  margin-top: 70px;
}
.ser_dat2 .rq .rig .div3 a{
  display: block;
  padding-top: 18px;
}
.ser_dat2 .rq .rig .div3 a .top{
  width: 100%;
  overflow: hidden;
}
.ser_dat2 .rq .rig .div3 a .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.ser_dat2 .rq .rig .div3 a:hover .top img{
  transform: scale(1.05);
}
.ser_dat2 .rq .rig .div3 a p{
  font-size: 18px;
  color: #333333;
  line-height: 48px;
  padding-left: 16px;
  border-bottom: 1px solid rgb(221,221,221);
  transition: all .5s;
}
.ser_dat2 .rq .rig .div3 a:hover p{
  color: #017cee;
}

/* ser_dat3 */
.ser_dat3{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 110px;
}
.ser_dat3 .p{
  font-size: 48px;
  color: #333333;
  padding-bottom: 22px;
  text-align: center;
  position: relative;
}
.ser_dat3 .p::before{
  content: '';
  width: 51px;
  height: 3px;
  background-image: url(../images/img89.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ser_dat3 .rq{
  width: 100%;
  padding-top: 60px;
}
.ser_dat3 .rq .ser_div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.ser_dat3 .rq .swiper-container{
  padding: 10px;
}

@media(max-width:1459px){
  .ser_dat2 .rq .lef {
    padding: 30px 40px;
}
.ser_dat2 {
  padding-top: 54px;
  padding-bottom: 85px;
}
.ser_dat2 .rq .lef .p1 {
  font-size: 26px;
}
.ser_dat2 .rq .lef .div {
  padding-top: 18px;
  padding-bottom: 26px;
}
.ser_dat2 .rq .lef .div span,
.fx{
  font-size: 14px;
  margin-right: 22px;
}
.ser_dat2 .rq .lef .div span .ig1 {
  width: 17px;
  margin-bottom: -4px;
  margin-right: 1px;
}
.fx .ig2 {
  width: 14px;
  margin-bottom: -2px;
  margin-right: 1px;
}
#share-2 .social-share-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}
.ser_dat2 .social-share .icon-wechat .wechat-qrcode{
  z-index: 1001;
}
.ser_dat2 .rq .lef .div1 p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 16px;
}
.ser_dat2 .rq .lef .div1 img {
  margin-bottom: 25px;
}
.ser_dat2 .rq .rig {
  margin-left: 20px;
}
.ser_dat2 .rq .rig .p1 {
  font-size: 18px;
  padding-left: 12px;
  padding-bottom: 6px;
}
.ser_dat2 .rq .rig .p1::before {
  content: '';
  width: 2px;
  height: 17px;
  top: 5px;
}
.ser_dat2 .rq .rig .div1 .div2 a {
  font-size: 14px;
  line-height: 35px;
}
.ser_dat2 .rq .rig .div3 {
  margin-top: 50px;
}
.ser_dat2 .rq .rig .div3 a p {
  font-size: 15px;
  line-height: 40px;
  padding-left: 10px;
}
.ser_dat3 {
  padding-top: 65px;
  padding-bottom: 80px;
}
.ser_dat3 .p {
  font-size: 36px;
  padding-bottom: 14px;
}
.ser_dat3 .p::before {
  width: 40px;
  height: 3px;
}
.ser_dat3 .rq {
  padding-top: 22px;
}

}
@media(max-width:991px){
  .ser_dat2 .rq .lef{
    width: 100%;
  }
  .ser_dat2 .rq .rig{
    display: none;
  }
  .ser_dat3 .p {
    font-size: 26px;
    padding-bottom: 10px;
}
.ser_dat3 {
  padding-top: 40px;
  padding-bottom: 50px;
}

}
@media(max-width:500px){
  .ser_dat2 .rq .lef {
    padding: 30px 15px;
}
.ser_dat2 .rq .lef .div .fx{
  display: block;
  margin: 0 auto;
}
.ser_dat2 {
  padding-top: 30px;
  padding-bottom: 44px;
}
.ser_dat2 .rq .lef .p1 {
  font-size: 22px;
  text-align: center;
}
.ser_dat2 .rq .lef .div {
  padding-top: 18px;
  padding-bottom: 16px;
  text-align: center;
}
.ser_dat3 {
  padding-top: 34px;
  padding-bottom: 40px;
}
.ser_dat3 .p {
  font-size: 22px;
  padding-bottom: 10px;
}
.ser_dat3 .rq {
  padding-top: 10px;
}

}



/* 服务支持-技术文档 */
.ser2_con1{
  width: 100%;
}
.ser2_con1 .rq{
  width: 100%;
}
.ser2_con1 .rq a{
  display: block;
  float: left;
  font-size: 20px;
  color: #333333;
  line-height: 54px;
  padding: 0 26px;
  border: 1px solid rgb(220,223,230);
  margin-right: 9px;
}
.ser2_con1 .rq a.on,
.ser2_con1 .rq a:hover{
  color: #fff;
  background: rgb(1,124,238);
  border: 1px solid rgb(1,124,238);
}

/* ser2_con2 */
.ser2_con2{
  width: 100%;
  padding-bottom: 95px;
}
.ser2_con2 .rq{
  width: 100%;
}
.ser2_con2 .rq .p1{
  font-size: 26px;
  color: #444444;
  padding-left: 25px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgb(215,215,215);
  margin-top: 60px;
  position: relative;
}
.ser2_con2 .rq .p1::before{
  content: '';
  width: 3px;
  height: 24px;
  background: rgb(1,124,238);
  position: absolute;
  left: 10px;
  top: 8px;
}
.ser2_con2 .rq .rq1{
  width: 100%;
  /* padding-right: 400px; */
}
.ser2_con2 .rq .rq1 a{
  display: block;
  font-size: 20px;
  color: #666666;
  /* width: 25%; */
  width: auto;
  margin-right: 30px;
  float: left;
  margin-top: 25px;
}
.ser2_con2 .rq .rq1 a:hover{
  color: #017cee;
}

@media(max-width:1459px){
  .ser2_con1 .rq a {
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    margin-right: 9px;
}
.ser2_con2 .rq .p1 {
  font-size: 20px;
  padding-left: 22px;
  padding-bottom: 10px;
  margin-top: 45px;
}
.ser2_con2 .rq .p1::before {
  width: 2px;
  height: 18px;
  left: 10px;
  top: 6px;
}
.ser2_con2 .rq .rq1 a {
  font-size: 15px;
  margin-top: 18px;
}
.ser2_con2 .rq .rq1 {
  /* padding-right: 300px; */
}
.ser2_con2 {
  padding-bottom: 72px;
}

}
@media(max-width:991px){
  .ser2_con1 .rq a {
    font-size: 14px;
    line-height: 34px;
    padding: 0 15px;
    margin-right: 6px;
}
.ser2_con2 .rq .p1 {
  font-size: 18px;
  padding-left: 20px;
  padding-bottom: 8px;
  margin-top: 32px;
}
.ser2_con2 .rq .p1::before {
  width: 2px;
  height: 15px;
  left: 7px;
  top: 5px;
}
.ser2_con2 .rq .rq1 {
  padding-right: 0;
}

}
@media(max-width:500px){
  .ser2_con2 .rq .rq1 a{
    /* width: 50%; */
    
    margin-right: 20px;

  }
  .ser2_con1 .rq a{
    margin-bottom: 10px;
  }
  .ser2_con2 .rq .rq1 a {
    font-size: 14px;
    margin-top: 12px;
}
.ser2_con2 {
  padding-bottom: 45px;
}
}
@media(max-width:375px){
  .ser2_con1 .rq a {
    padding: 0 12px;
}
}


/* 技术文档详情 */
/* ser2_dat1 */
.ser2_dat1{
  width: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
}
.ser2_dat1 .rq{
  width: 100%;
}
.ser2_dat1 .rq .p1{
  line-height: 80px;
  background: rgb(247,247,247);
  padding-left: 35px;
  font-size: 16px;
  color: #999999;
}
.ser2_dat1 .rq .p1 span{
  display: inline-block;
  font-size: 24px;
  color: #333333;
  margin-right: 22px;
  border-bottom: 4px solid #017cee;
}
.ser2_dat1 .rq .rq1{
  width: 100%;
  padding: 0 35px;
  padding-bottom: 45px;
}
.ser2_dat1 .rq .rq1 a{
  font-size: 18px;
  color: #666666;
  display: block;
  width: 25%;
  float: left;
  margin-top: 25px;
}
.ser2_dat1 .rq .rq1 a:hover{
  color: #017cee;
}

.ser2_dat1 .rq .a{
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 35px;
  padding-right: 20px;
  position: relative;
}
.ser2_dat1 .rq .a::before{
  content: '';
  width: 14px;
  height: 14px;
  background-image: url(../images/img90.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ser2_dat1 .rq .a:hover{
  color: #017cee;
}
.ser2_dat1 .rq .a:hover::before{
  background-image: url(../images/img91.png);
}
.ser2_dat1 .rq .rq2{
  width: 100%;
  padding-bottom: 60px;
}
.ser2_dat1 .rq .rq2 .div{
  width: 100%;
  line-height: 55px;
  border-bottom: 1px solid rgb(235,238,245);
  padding-left: 35px;
}
.ser2_dat1 .rq .rq2 .div span{
  font-size: 16px;
  color: #333333;
  display:block;
  float: left;
}
.ser2_dat1 .rq .rq2 .div .sp1{
  width: 78%;
}
.ser2_dat1 .rq .rq2 .div .sp1 a{
  /*display: block;*/
}
.ser2_dat1 .rq .rq2 .div .sp1 a:hover{
  color: #017cee;
}
.ser2_dat1 .rq .rq2 .div .sp2{
  width: 11%;
}
.ser2_dat1 .rq .rq2 .div .sp1 i{
  margin-left: 14px;
}
.ser2_dat1 .rq .rq2 .div .sp1 input{
  width: 13px;
  height: 13px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 13px;
  position: relative;
  margin-right: 18px;
  margin-bottom: 3px;
} 
.ser2_dat1 .rq .rq2 .div .sp1 input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(220,223,230);
}

.ser2_dat1 .rq .rq2 .div .sp1 input:checked::before {
  content: "\2713";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #017cee;
  color: #017cee;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.ser2_dat1 .rq .rq2 .div .sp1 img{
  width: 22px;
  margin-bottom: -5px;
  margin-right: 5px;
}
.ser2_dat1 .rq .rq2 p{
  font-size: 16px;
  color: #333333;
  padding-left: 60px;
  margin-top: 14px;
}

@media(max-width:1459px){
  .ser2_dat1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ser2_dat1 .rq .p1 {
  line-height: 60px;
  padding-left: 26px;
  font-size: 14px;
}
.ser2_dat1 .rq .p1 span {
  font-size: 18px;
  margin-right: 18px;
  border-bottom: 2px solid #017cee;
}
.ser2_dat1 .rq .rq1 {
  padding: 0 26px;
  padding-bottom: 34px;
}
.ser2_dat1 .rq .a {
  padding-left: 26px;
}
.ser2_dat1 .rq .rq1 a {
  font-size: 15px;
  margin-top: 18px;
}
.ser2_dat1 .rq .rq2 .div {
  line-height: 42px;
  padding-left: 26px;
}
.ser2_dat1 .rq .rq2 .div span i,
.ser2_dat1 .rq .rq2 .div span {
  font-size: 14px;
}
.ser2_dat1 .rq .rq2 .div .sp1 {
  width: 74%;
}
.ser2_dat1 .rq .rq2 .div .sp2 {
  width: 13%;
}
.ser2_dat1 .rq .rq2 .div .sp1 input {
  margin-right: 12px;
  margin-bottom: 5px;
}
.ser2_dat1 .rq .rq2 .div .sp1 img {
  width: 20px;
  margin-bottom: -5px;
}
.ser2_dat1 .rq .rq2 p {
  font-size: 14px;
  padding-left: 45px;
  margin-top: 10px;
}
.ser2_dat1 .rq .rq2 {
  padding-bottom: 45px;
}

}
@media(max-width:991px){
  .ser2_dat1 .rq .rq1 a {
    font-size: 14px;
    margin-top: 15px;
    width: 50%;
}
.ser2_dat1 {
  padding-top: 26px;
  padding-bottom: 30px;
}
.ser2_dat1 .rq .p1 {
  line-height: 46px;
  padding-left: 15px;
  font-size: 12px;
}
.ser2_dat1 .rq .p1 span {
  font-size: 16px;
  margin-right: 12px;
  border-bottom: 2px solid #017cee;
}
.ser2_dat1 .rq .rq1 {
  padding: 0 15px;
  padding-bottom: 26px;
}
.ser2_dat1 .rq .a {
  padding-left: 15px;
  font-size: 14px;
}
.ser2_dat1 .rq .rq2 .div {
  line-height: 40px;
  padding-left: 15px;
}
.ser2_dat1 .rq .rq2 .div span i,
.ser2_dat1 .rq .rq2 .div span {
  font-size: 13px;
}
.ser2_dat1 .rq .rq2 .div .sp1 {
  width: 64%;
}
.ser2_dat1 .rq .rq2 .div .sp2 {
  width: 18%;
}
.ser2_dat1 .rq .rq2 p {
  font-size: 13px;
  padding-left: 34px;
  margin-top: 8px;
}
.ser2_dat1 .rq .rq2 {
  padding-bottom: 28px;
}

}
@media(max-width:500px){
  .ser2_dat1 .rq .rq1 a {
    font-size: 12px;
}
.ser2_dat1 .rq .p1 span {
  font-size: 15px;
  margin-right: 7px;
}
.ser2_dat1 .rq .rq2 .div span i, .ser2_dat1 .rq .rq2 .div span {
  font-size: 12px;
}
.ser2_dat1 .rq .rq2 .div .sp1 {
  width: 58%;
}
.ser2_dat1 .rq .rq2 .div .sp2 {
  width: 21%;
}
.ser2_dat1 .rq .rq2 p {
  font-size: 12px;
}

}
@media(max-width:375px){
  .ser2_dat1 .rq .p1 {
    line-height: 40px;
    padding-left: 5px;
    font-size: 12px;
}
.ser2_dat1 .rq .p1 span {
  font-size: 13px;
  margin-right: 0px;
}
.ser2_dat1 .rq .rq1 {
  padding: 0 5px;
  padding-bottom: 22px;
}
.ser2_dat1 .rq .a {
  padding-left: 5px;
  font-size: 13px;
}
.ser2_dat1 .rq .rq2 .div {
  padding-left: 5px;
}
.ser2_dat1 .rq .rq2 .div .sp1 img {
  width: 16px;
  margin-bottom: -4px;
  margin-right: 2px;
}

}



/* 解决方案 */
/* sol_con1 */
.sou_div{
  width: 100%;
  display: none;
}
.sou_div.on2{
  display: block;
}

.sol_con1{
  width: 100%;
  padding-bottom: 88px;
  background: rgb(247,247,247);
}
.sol_con1 .swiper-slide{
  position: relative;
  padding-top: 145px;
}
.sol_con1 .rq{
  width: 100%;
  position: relative;
}
.sol_con1 .rq .lef{
  width: 54.5%;
  position: relative;
  z-index: 2;
}
.sol_con1 .rq .lef img{
  width: 100%;
  vertical-align: middle;
}
.sol_con1 .swiper-pagination{
  right: 0;
  padding-right: 14px;
  text-align: right;
}
.sol_con1 .swiper-pagination-bullet{
  background: #666;
  opacity: 1;
  margin: 0 8px !important;
}
.sol_con1 .swiper-pagination-bullet-active{
  background: #017cee;
}
.sol_con1 .rq .rig{
  width: 57.5%;
  height: 413px;
  background-image: url(../images/img52.jpg);
  background-size: cover;
  position: absolute;
  right: 0;
  top: -62px;
  z-index: 1;

  padding-top: 62px;
  padding-left: 225px;
  padding-right: 72px;
}
.sol_con1 .rq .rig .p1{
  font-size: 34px;
  color: #ffffff;
  margin-bottom: 30px;
}
.sol_con1 .rq .rig .div p{
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 18px;
}
.sol_con1 .rq .rig .div p span{
  margin-right: 20px;
}


/* sol_con2 */
.sol_con2{
  width: 100%;
  padding-top: 75px;
  padding-bottom: 100px;
}
.sol_con2 .p1{
  font-size: 40px;
  color: #333333;
  text-align: center;
  padding-bottom: 16px;
  position: relative;
}
.sol_con2 .p1::before{
  content: '';
  width: 37px;
  height: 3px;
  background-image: url(../images/img65.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sol_con2 .rq{
  width: 100%;
  padding-bottom: 50px;
  padding-top: 70px;
}
.sol_div{
  width: 32%;
  float: left;
  background: rgb(247,247,247);
  margin-right: 2%;
  margin-bottom: 20px;
}
.sol_div:nth-child(3n){
  margin-right: 0;
}
.sol_div a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.sol_div:hover a{
  transform: translateY(-3px);
  box-shadow: 0px 0px 10px 0px rgba(90,91,95,30%);
}
.sol_div .top{
  width: 100%;
  overflow: hidden;
}
.sol_div .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sol_div:hover .top img{
  transform: scale(1.05);
}
.sol_div .bot{
  width: 100%;
  height: 360px;
  padding: 50px 45px;
}
.sol_div .bot .p2{
  font-size: 26px;
  color: #333333;
  margin-bottom: 22px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

}
.sol_div .bot .p3{
  font-size: 14px;
  color: #666666;
  line-height: 25px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.sol_div .bot button{
  display: block;
  width: 140px;
  height: 40px;
  border-radius: 40px;
  margin-top: 45px;
  background-image: url(../images/img98.png);
  background-size: cover;
  font-size: 12px;
  color: #666666;
  padding-right: 20px;
  position: relative;
  transition: all .5s;
}
.sol_div:hover .bot button{
  color: #fff;
  background-image: url(../images/img44.png);
}
.sol_div .bot button::before{
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../images/img49.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.sol_div:hover .bot button::before{
  background-image: url(../images/img45.png);
}
.sol_con2 .bu{
  display: block;
  width: 170px;
  height: 46px;
  border: 1px solid rgb(220,223,230);
  line-height: 44px;
  border-radius: 46px;
  font-size: 15px;
  color: #666666;
  margin: 0 auto;
  padding-right: 28px;
  position: relative;
  transition: all .5s;
}
.sol_con2 .bu::before{
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../images/img49.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20%;transform: translateY(-50%);
  transition: all .5s;
}
.sol_con2 .bu:hover{
  color: #fff;
  background: #017cee;
  border: 1px solid #017cee;
}
.sol_con2 .bu:hover::before{
  background-image: url(../images/img45.png);
}

@media(max-width:1459px){
  .sol_con1 {

    padding-bottom: 66px;
}
.sol_con1 .swiper-slide{
  padding-top: 110px;
}
.sol_con1 .rq .rig {
  height: 315px;
  top: -47px;
  padding-top: 47px;
  padding-left: 170px;
  padding-right: 54px;
}
.sol_con1 .rq .rig .p1 {
  font-size: 25px;
  margin-bottom: 22px;
}
.sol_con1 .rq .rig .div {
  max-height: 180px;
  overflow-y: scroll;
  padding-right: 5px;
}
.sol_con1 .rq .rig .div::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.sol_con1 .rq .rig .div::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}
.sol_con1 .rq .rig .div p{
  font-size: 15px;
  margin-bottom: 12px;
}
.sol_con1 .rq .rig .div p span {
  margin-right: 10px;
}
.sol_con2 {
  padding-top: 57px;
  padding-bottom: 75px;
}
.sol_con2 .p1 {
  font-size: 30px;
  padding-bottom: 12px;
}
.sol_con2 .rq {
  padding-bottom: 35px;
  padding-top: 50px;
}
.sol_div .bot {
  height: 274px;
  padding: 34px 30px;
}
.sol_div .bot .p2 {
  font-size: 20px;
  margin-bottom: 16px;
}
.sol_div .bot button {
  width: 110px;
  height: 35px;
  border-radius: 35px;
  margin-top: 14px;
  font-size: 12px;
  padding-right: 20px;
}
.sol_con2 .bu {
  width: 130px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  font-size: 13px;
  padding-right: 28px;
}
}
@media(max-width:991px){
  .sol_con1 .rq .lef{
    width: 100%;
  }
  .sol_con1 .rq .rig{
    width: 100%;
    position: static;
    height: auto;
    padding: 20px;
  }
  .sol_con1 {

    padding-bottom: 66px;
}
.sol_con1 .swiper-slide{
  padding-top: 55px;
}
.sol_div{
  width: 49%;
  margin-right: 2%;
}
.sol_div:nth-child(3n){
  margin-right: 2%;
}
.sol_div:nth-child(2n){
  margin-right: 0;
}

}
@media(max-width:500px){
  .sol_con1 {

    padding-bottom: 40px;
}
.sol_con1 .swiper-slide{
  padding-top: 34px;
}
.sol_con1 .swiper-container{
  padding-bottom: 30px;
}
.sol_con1 .swiper-pagination{
  bottom: 0;
  text-align: center;
}
.sol_con1 .rq .rig .p1 {
  font-size: 20px;
  margin-bottom: 14px;
}
.sol_con1 .rq .rig .div p {
  font-size: 14px;
  margin-bottom: 12px;
}
.sol_con2 {
  padding-top: 35px;
  padding-bottom: 37px;
}
.sol_div{
  width: 100%;
  margin-right: 0;
}
.sol_con2 .p1 {
  font-size: 24px;
  padding-bottom: 9px;
}
.sol_con2 .rq {
  padding-bottom: 7px;
  padding-top: 22px;
}
.sol_div .bot {
  height: auto;
  padding: 23px 15px;
}
.sol_div .bot .p2 {
  font-size: 20px;
  margin-bottom: 8px;
}
.sol_div .bot button::before{
  background-image: url(../images/img45.png);
}
.sol_div .bot button{
  color: #fff;
  background-image: url(../images/img44.png);
}

}


/* 解决方案详情 */
.sol_dat1 .rq .lef .div1 .p{
  margin-bottom: 0;
}
.sol_dat2 .sol_div{
  width: 100%;
  margin: 0;
}



/* 新闻中心 */
.new_con1{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 95px;
  background: rgb(247,247,247);
}
.new_con1 a{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.new_con1 .lef{
  width: 48.7%;
  overflow: hidden;
}
.new_con1 .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new_con1 a:hover .lef img{
  transform: scale(1.05);
}
.new_con1 .rig{
  width: 51.3%;
  padding-left: 64px;
}
.new_con1 .rig .p1{
  font-family: "akz";
  font-size: 18px;
  color: #333333;
}
.new_con1 .rig .p2{
  font-size: 28px;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 10px;
}
.new_con1 .rig .p3{
  font-size: 16px;
  color: #666666;
}
.new_con1 .rig button{
  font-size: 15px;
  color: #ffffff;
  display: block;
  width: 170px;
  height: 45px;
  border-radius: 45px;
  background-image: url(../images/img44.png);
  background-size: cover;
  margin-top: 47px;
  padding-right: 25px;
  position: relative;
}
.new_con1 .rig button::before{
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../images/img45.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 24%;
  transform: translateY(-50%);
}


/* new_con2 */
.new_con2{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 110px;
  overflow: hidden;
}
.new_con2 .rq{
  width: 100%;
  position: relative;
}
.new_con2 .swiper-container{
  width: 100%;
  padding-bottom: 50px;
}
.new_con2 .swiper-slide{
  position: relative;
  overflow: hidden;
}
.new_con2 .swiper-slide img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new_con2 .swiper-slide:hover img{
  transform: scale(1.05);
}
.new_con2 .swiper-slide .div{
  width: 100%;
  padding-left: 40px;
  padding-right: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 32px;
}
.new_con2 .swiper-slide .div .p1{
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}
.new_con2 .swiper-slide .div .p2{
  font-size: 16px;
  color: #ffffff;
}
.new_con2 .swiper-button-next,
.new_con2 .swiper-button-prev{
  width: 73px;
  height: 73px;
  background-image: url(../images/img104.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -145px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(90,91,95,.3);
  transition: all .5s;
  top: 40%;
}
.new_con2 .swiper-button-prev{
  transform: rotate(180deg);
  left: -145px;
}
.new_con2 .swiper-button-next:hover,
.new_con2 .swiper-button-prev:hover{
  background-image: url(../images/img103.png);
}
.pagination{
  bottom: 0;
}
.pagination .swiper-pagination-bullet{
  width: 9px;
  height: 4px;
  background: rgb(204,204,204);
  border-radius: 0;
  opacity: 1;
  transition: all .5s;
}
.pagination .swiper-pagination-bullet-active{
  width: 28px;
  background: rgb(51,166,223);
}


/* new_con3 */
.new_con3{
  width: 100%;
  padding-top: 85px;
  padding-bottom: 85px;
  background: rgb(247,247,247);
}
.new_con3 .rq{
  width: 100%;
  padding-bottom: 50px;
}
.new_div{
  width: 23.5%;
  height: 412px;
  margin-right: 2%;
  float: left;
  margin-bottom:30px;
}
.new_div:nth-child(4n){
  margin-right: 0;
}
.new_div a{
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/img105.jpg);
  background-size: cover;
  position: relative;
  padding: 55px 19px;
  padding-bottom: 35px;
  transition: all .5s;
  box-shadow: 0px 0px 20px 0px rgba(90,91,95,.1);
}
.new_div a:hover{
  background-image: url(../images/img78.jpg);
}
.new_div a::before{
  content: '';
  width: 100%;
  height: 10px;
  background: rgb(204,204,204);
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}
.new_div a:hover::before{
  opacity: 0;
}
.new_div .p1{
  font-size: 14px;
  color: #333333;
  font-family: "akz";
  transition: all .5s;
}
.new_div .p2{
  font-size: 20px;
  color: #333333;
  margin-top: 18px;
  margin-bottom: 16px;
  transition: all .5s;
}
.new_div .p3{
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  transition: all .5s;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.new_div span{
  font-size: 14px;
  color: #333333;
  padding-right: 20px;
  position: absolute;
  right: 24px;
  bottom: 35px;
  background-image: url(../images/img20.png);
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
  transition: all .5s;
}
.new_div a:hover p{
  color: #fff;
}
.new_div a:hover span{
  color: #ffff;
  background-image: url(../images/img21.png);
}

.fy{
  width: auto;
  display: table;
  margin: 0 auto;
}
.fy li{
  float: left;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #fff;
  text-align: center;
  margin-right: 4px;
  border-radius: 5px;
  overflow: hidden;
  transition: all .5s;
}
.fy li.on,
.fy li:hover{
  background: rgb(1,124,238);
}
.fy li a{
  display: block;
  font-size: 20px;
  color: #999999;
  font-family: "akz3";
}
.fy li.on a,
.fy li:hover a{
  color: #fff;
}
.fy li:last-child,
.fy li:nth-child(1){
  background-size: 8px 14px;
  margin-right: 20px;
  border-radius: 0px;
  position: relative;
}
.fy li:last-child{
  margin-right: 0;
  margin-left: 16px;
}
.fy li:last-child::before,
.fy li:nth-child(1)::before{
  content: '';
  width: 8px;
  height: 14px;
  background-image: url(../images/img106.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.fy li:last-child:hover::before,
.fy li:nth-child(1):hover::before{
  background-image: url(../images/img107.png);
}
.fy li:last-child::before{
  transform: translate(-50%,-50%) rotate(180deg);
}

@media(max-width:1459px){
  .new_con1 {
    padding-top: 76px;
    padding-bottom: 72px;
}
.new_con1 .rig {
  padding-left: 48px;
}
.new_con1 .rig .p1 {
  font-size: 16px;
}
.new_con1 .rig .p2 {
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 6px;
}
.new_con1 .rig .p3 {
  font-size: 15px;
  line-height: 25px;
}
.new_con1 .rig button {
  font-size: 14px;
  width: 130px;
  height: 38px;
  border-radius: 38px;
  margin-top: 36px;
  padding-right: 23px;
}
.new_con2 {
  padding-top: 76px;
  padding-bottom: 83px;
}
.new_con2 .swiper-slide .div {
  padding-left: 30px;
  padding-right: 27px;
  padding-bottom: 24px;
}
.new_con2 .swiper-slide .div .p1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.new_con2 .swiper-slide .div .p2 {
  font-size: 14px;
}
.new_con2 .swiper-button-next, .new_con2 .swiper-button-prev {
  width: 55px;
  height: 55px;
  right: -90px;
}
.new_con2 .swiper-button-prev {
  left: -90px;
}
.new_con2 .swiper-container {
  padding-bottom: 38px;
}
.new_con3 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.new_div {
  height: 315px;
  margin-bottom: 20px;
}
.new_div a {
  padding: 40px 12px;
  padding-bottom: 26px;
}
.new_div .p1 {
  font-size: 13px;
}
.new_div .p2 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.new_div .p3 {
  font-size: 13px;
  line-height: 22px;
}
.new_div span {
  font-size: 12px;
  padding-right: 20px;
  right: 15px;
  bottom: 25px;
}
.new_div a::before {
  height: 8px;
}
.fy li {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.fy li a {
  font-size: 16px;
}

}
@media(max-width:991px){
  .new_con1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.new_con1 .lef{
  width: 100%;
}
.new_con1 .rig{
  width: 100%;
  padding: 20px;
}
.new_con2 {
  padding-top: 56px;
  padding-bottom: 55px;
}
.new_con2 .swiper-button-next, .new_con2 .swiper-button-prev{
  display: none;
}
.new_con3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.new_div{
  width: 49%;
  margin-right: 2%;
}
.new_div:nth-child(4n){
  margin-right: 2%;
}
.new_div:nth-child(2n){
  margin-right: 0;
}
.new_con3 .rq {
  width: 100%;
  padding-bottom: 20px;
}

}
@media(max-width:500px){
  .new_con1 {
    padding-top: 34px;
    padding-bottom: 20px;
}
.new_con1 .rig {
  padding: 15px;
}
.new_con1 .rig .p1 {
  font-size: 14px;
}
.new_con1 .rig .p2 {
  font-size: 18px;
}
.new_con1 .rig .p3 {
  font-size: 14px;
  line-height: 24px;
}
.new_con1 .rig button {
  font-size: 12px;
  width: 119px;
  height: 38px;
  border-radius: 38px;
  margin-top: 26px;
  padding-right: 23px;
}
.new_con2 .swiper-slide .div {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  bottom: auto;
  /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    transform: translate(0%, 0%);
    position: static;
    padding-top: 10px;
}
.new_con2 .swiper-slide .div .p1 {
  font-size: 17px;
  margin-bottom: 7px;
  color: #333;
}
.new_con2 .swiper-slide .div .p2 {
  font-size: 13px;
  color: #333;
}
.new_con2 .swiper-container {
  padding-bottom: 28px;
}
.new_con2 {
  padding-top: 35px;
  padding-bottom: 30px;
}
.new_div a {
  padding: 30px 10px;
  padding-bottom: 18px;
}
.new_div {
  height: 290px;
  margin-bottom: 10px;
}
.new_div span {
  right: 13px;
  bottom: 20px;
}
.fy li:last-child, .fy li:nth-child(1) {
  margin-right: 8px;
}
.fy li:last-child {
  margin-right: 0;
  margin-left: 4px;
}

}




/* 新闻详情 */
.ser_dat3 .rq .swiper-container{
  padding-bottom: 45px;
}
.news_date2 .new_div{
  width: 100%;
  margin: 0;
}
.ser_dat2 .div2{
  width: 100%;
}
.ser_dat2 .div2 div{
  width: 49%;
  margin-right: 2%;
  float: left;
}
.ser_dat2 .div2 div:nth-child(2n){
  margin-right: 0;
}

.news_date1 .rq .rig .div3{
  margin-top: 25px;
}
.news_date1 .rq .rig .div4{
  width: 100%;
}
.news_date1 .rq .rig .div4 .p{
  font-size: 18px;
  color: #ffffff;
  line-height: 42px;
  background: #017cee;
  padding-left: 18px;
}
.news_date1 .rq .rig .div4 div{
  width: 100%;
  background: #fff;
  padding: 26px 17px;
}
.news_date1 .rq .rig .div4 div a{
  font-size: 14px;
  color: #666666;
  display: block;
  margin-bottom: 16px;
}
.news_date1 .rq .rig .div4 div a:hover{
  padding-left: 5px;
  color: #017cee;
}
.news_date1 .rq .rig .div4 div a:last-child{
  margin-bottom: 0;
}

@media(max-width:1459px){
  .news_date1 .rq .rig .div4 .p {
    font-size: 16px;
    line-height: 36px;
    padding-left: 12px;
}
.news_date1 .rq .rig .div4 div {
  padding: 15px 10px;
}
.news_date1 .rq .rig .div4 div a {
  margin-bottom: 12px;
}
}




/* 行业资讯 */
.new2_con1{
  width: 100%;
  background: rgb(247,247,247);
  padding-top: 80px;
  padding-bottom: 70px;
} 
.new_con1 .p,
.new2_con1 .p{
  font-size: 40px;
  color: #333333;
  text-align: center;
  padding-bottom: 16px;
  position: relative;
}
.new_con1 .p::before,
.new2_con1 .p::before{
  content: '';
  width: 37px;
  height: 3px;
  background-image: url(../images/img65.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.new2_con1 .rq{
  width: 100%;
  padding-top: 74px;
}
.new2_con1 .rq .div{
  width: 48.3%;
  margin-right: 3.4%;
  float: left;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.new2_con1 .rq .div:nth-child(2n){
  margin-right: 0;
}
.new2_con1 .rq .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new2_con1 .rq .div:hover img{
  transform: scale(1.05);
}
.new2_con1 .rq .div p{
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  padding: 0 36px;
}


/* new2_con2 */
.new2_con2{
  width: 100%;
  padding-top: 85px;
  padding-bottom: 100px;
}
.new2_con2 .rq{
  width: 100%;
  padding-bottom: 78px;
}
.new2_con2 .rq .div{
  width: 100%;
}
.new2_con2 .rq .div a{
  display: block;
  width: 100%;
  padding: 45px;
  border-bottom: 1px solid rgb(241,241,241);
  background-image: url(../images/img105.jpg);
  background-size: cover;
  transition: all .5s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.new2_con2 .rq .div:last-child a{
  border-bottom:none;
}
.new2_con2 .rq .div:hover a{
  background-image: url(../images/img114.jpg);
}
.new2_con2 .rq .div .lef{
  width: 81%;
}
.new2_con2 .rq .div .lef .div1{
  width: 10%;
  height: 105px;
  background: rgb(241,241,241);
  padding: 12px 0;
  float: left;
  transition: all .5s;
}
.new2_con2 .rq .div:hover .lef .div1{
  background: rgb(235,245,247); 
}
.new2_con2 .rq .div .lef .div1 .p1{
  font-family: "din3";
  font-size: 48px;
  color: #333333;
  text-align: center;
  transition: all .3s;
}
.new2_con2 .rq .div:hover .lef .div1 .p1{
  color: #009adc;
}
.new2_con2 .rq .div .lef .div1 .p2{
  font-family: "akz";
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.new2_con2 .rq .div .lef .div2{
  width: 90%;
  padding-left: 28px;
  padding-right: 52px;
  float: left;
}
.new2_con2 .rq .div .lef .div2 .p3{
  font-size: 24px;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 6px;
  transition: all .3s;
}
.new2_con2 .rq .div .lef .div2 .p2{
  font-size: 16px;
  color: #999999;
  transition: all .3s;
}
.new2_con2 .rq .div:hover .lef .div2 p{
  color: #fff;
}
.new2_con2 .rq .div .rig{
  width: 19%;
}
.new2_con2 .rq .div .rig img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new2_con2 .rq .div:hover .rig img{
  transform: scale(1.05);
}

.hr_con2 .fy li,
.new3_con1 .fy li,
.new2_con2 .fy li{
  background: rgb(215,215,215);
}
.hr_con2 .fy li a,
.new3_con1 .fy li a,
.new2_con2 .fy li a{
  color: #fff;
}
.hr_con2 .fy li:last-child,.hr_con2 .fy li:nth-child(1),
.new3_con1 .fy li:last-child,.new3_con1 .fy li:nth-child(1),
.new2_con2 .fy li:last-child,.new2_con2 .fy li:nth-child(1){
  background: #fff;
}
.hr_con2 .fy li.on,.hr_con2 .fy li:hover,
.new3_con1 .fy li.on,.new3_con1 .fy li:hover,
.new2_con2 .fy li.on,.new2_con2 .fy li:hover{
  background: rgb(1,124,238);
}

@media(max-width:1459px){
  .new2_con1 {
    padding-top: 60px;
    padding-bottom: 52px;
}
.new_con1 .p,
.new2_con1 .p {
  font-size: 30px;
  padding-bottom: 12px;
}
.new2_con1 .rq {
  padding-top: 50px;
}
.new2_con1 .rq .div p {
  font-size: 18px;
  bottom: 20px;
  padding: 0 26px;
}
.new2_con2 {
  padding-top: 65px;
  padding-bottom: 75px;
}
.new2_con2 .rq .div a {
  padding: 34px;
}
.new2_con2 .rq .div .lef .div1 .p1 {
  font-size: 36px;
}
.new2_con2 .rq .div .lef .div1 .p2 {
  font-size: 14px;
}
.new2_con2 .rq .div .lef .div1 {
  height: 85px;
  padding: 12px 0;
}
.new2_con2 .rq .div .lef .div2 {
  padding-left: 20px;
  padding-right: 38px;
}
.new2_con2 .rq .div .lef .div2 .p3 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 2px;
}
.new2_con2 .rq .div .lef .div2 .p2 {
  font-size: 14px;
}
.new2_con2 .rq {
  padding-bottom: 50px;
}

}
@media(max-width:991px){
  .new2_con1 .rq .div p {
    font-size: 14px;
    bottom: 12px;
    padding: 0 10px;
}
.new_con1 .p,
.new2_con1 .p {
  font-size: 24px;
  padding-bottom: 12px;
}
.new2_con1 .rq {
  padding-top: 28px;
}
.new2_con1 {
  padding-top: 40px;
  padding-bottom: 45px;
}
.new2_con2 .rq .div .lef .div1 {
  width: 13%;
  height: 75px;
  padding: 8px 0;
}
.new2_con2 .rq .div .lef .div2 {
  width: 87%;
}
.new2_con2 .rq .div .lef .div2 {
  padding-left: 14px;
  padding-right: 14px;
}
}
@media(max-width:768px){
  .new2_con2 .rq .div a{
    flex-wrap: wrap-reverse;
    padding: 10px;
  }
  .new2_con2 .rq .div .lef{
    width: 100%;
    padding-top: 20px;
  }
  .new2_con2 .rq .div .rig{
    width: 100%;
  }
  .new2_con2 .rq .div:hover .rig img {
    transform: scale(1);
}
.new2_con1 .rq .div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

}
@media(max-width:500px){
  .new2_con2 {
    padding-top: 20px;
    padding-bottom: 50px;
}
.new2_con2 .rq {
  padding-bottom: 30px;
}
.new2_con2 .rq .div .lef .div1 {
  width: 20%;
  height: 75px;
}
.new2_con2 .rq .div .lef .div2 {
  width: 80%;
}
.new2_con2 .rq .div a {
  padding:20px 10px;
}

}



/* 视频中心 */
/* new3_con1 */
.new3_con1{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 110px;
}
.new3_con1 .p{
  font-size: 40px;
  color: #333333;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.new3_con1 .p::before{
  content: '';
  width: 37px;
  height: 3px;
  background-image: url(../images/img65.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.new3_con1 .rq{
  width: 100%;
  padding-top: 68px;
  padding-bottom: 55px;
}
.new3_con1 .rq .top{
  width: 100%;
  margin-bottom: 17.5px;
}
.new3_con1 .rq .top .lef{
  width: 66%;
  margin-right: 1.5%;
  float: left;
  overflow: hidden;
}
.new3_con1 .rq .top .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new3_con1 .rq .top .rig{
  width: 32.5%;
  float: left;
}
.new3_con1 .rq .top .rig .div{
  width: 100%;
  margin-bottom: 17.5px;
  float: left;
  overflow: hidden;
}
.new3_con1 .rq .top .rig .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new3_con1 .rq .top .rig .div:last-child{
  margin-bottom: 0;
}
.new3_con1 .rq .bot{
  width: 100%;
}
.new3_con1 .rq .bot .div{
  width: 32.5%;
  margin-right: 1.25%;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.new3_con1 .rq .bot .div:nth-child(3n){
  margin-right: 0;
}
.new3_con1 .rq .bot .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new3_con1 .rq .top .lef:hover img,
.new3_con1 .rq .top .rig .div:hover img,
.new3_con1 .rq .bot .div:hover img{
  transform: scale(1.05);
}
.new3_con1 .rq .bot2{
  display: none;
}
.new3_con1 button{
  font-size: 16px;
  width: 160px;
  height: 45px;
  color: #fff;
  background: rgb(1,124,238);
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}

.msg-box-bg {width: 100%;height: 100%;position: fixed;left: 0;top: 0;display: none;z-index: 1001;}
.msg-box {width: 70%;height: 70%;background-color: #000;position: absolute;left: 50%;top: 47%;transform: translate(-50%,-50%);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}
.msg-box .close-box {width: 30px;height: 30px;background: url(../images/btn-close-modal.png) no-repeat center;cursor: pointer;position: absolute;right: 10px;top: 10px;-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_pic:after{content: '';width: 94px;height: 94px;background: url(../images/img123.png) no-repeat center;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: all 0.4s;background-size: contain;z-index: 1;}
.video_pic:hover:after{top: 48%;}
.div .video_pic:after{
  width: 60px;
  height: 60px;
}
.new3_con1 .rq .bot .video_pic{
  height: 297px;
}

@media(max-width:1459px){
  .new3_con1 {
    padding-top: 53px;
    padding-bottom: 83px;
}
.new3_con1 .p {
  font-size: 30px;
  padding-bottom: 16px;
}
.new3_con1 .rq {
  padding-top: 40px;
  padding-bottom: 60px;
}
.video_pic:after {
  width: 70px;
  height: 70px;
}
.div .video_pic:after {
  width: 45px;
  height: 45px;
}
  .new3_con1 .rq .bot .video_pic{
    height: 233px;
  }



}
@media(max-width:1259px){
  .new3_con1 .rq .bot .video_pic{
    height: 205px;
  }
}
@media(max-width:991px){
  .new3_con1 .p {
    font-size: 24px;
    padding-bottom: 12px;
}
.new3_con1 {
  padding-top: 44px;
  padding-bottom: 60px;
}
.new3_con1 .rq {
  padding-top: 27px;
  padding-bottom: 40px;
}
.new3_con1 .rq .top .rig .div,
.new3_con1 .rq .top {
  margin-bottom: 10px;
}
.video_pic:after {
  width: 50px;
  height: 50px;
}
.div .video_pic:after {
  width: 40px;
  height: 40px;
}
.new3_con1 .rq .bot .div{
  margin-bottom: 10px;
}
.new3_con1 button {
  font-size: 14px;
  width: 120px;
  height: 38px;
}
  .new3_con1 .rq .bot .video_pic{
    height: 159px;
  }
}
@media(max-width:500px){
  .new3_con1 .rq .top .rig .div, .new3_con1 .rq .top {
    margin-bottom: 5px;
}
.msg-box {
  width: 95%;
  height: 40%;
}
.new3_con1 .rq {
  padding-top: 27px;
  padding-bottom: 24px;
}
.div .video_pic:after {
  width: 32px;
  height: 32px;
}
  .new3_con1 .rq .bot .div{
    width: 49%;
    margin-right: 2%;
  }
  .new3_con1 .rq .bot .div:nth-child(3n){
    margin-right: 2%;
  }
  .new3_con1 .rq .bot .div:nth-child(2n){
    margin-right: 0;
  }
  .new3_con1 .rq .bot .video_pic{
    height: 100%;
  }

}




/* 人才理念 */
.hr_con1{
  width: 100%;
  position: relative;
}
.hr_con1 img{
  width: 100%;
  vertical-align: middle;
}
.hr_con1 .wrap{
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
}
.hr_con1 .p1{
  font-size: 40px;
  color: #ffffff;
  padding-bottom: 23px;
  position: relative;
  margin-bottom: 50px;
}
.hr_con1 .p1::before{
  content: '';
  width: 37px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hr_con1 .p2{
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}

/* hr_con2 */
.hr_con2{
  width: 100%;
  padding-top: 98px;
  padding-bottom: 115px;
  position: relative;
}

.hr_con2 .p{
  font-size: 40px;
  color: #333333;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.hr_con2 .p::before{
  content: '';
  width: 37px;
  height: 3px;
  background-image: url(../images/img65.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hr_con2 .rq{
  width: 100%;
  padding-top: 65px;
  padding-bottom: 85px;
}
.hr_con2 .rq .lef{
  width: 47%;
  float: left;
  overflow: hidden;
}
.hr_con2 .rq .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
/*.hr_con2 .rq .lef .swiper-slide:hover img{*/
/*  transform: scale(1.05);*/
/*}*/
.hr_con2 .rq .lef p{
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
  padding: 0 24px;
  background: rgba(0,0,0,0.8);
  position: absolute;
  bottom: 0;
  left: 0;
}
.hr_con2 .swiper-button-next,
.hr_con2 .swiper-button-prev{
  width: 53px;
    height: 53px;
    background-image: url(../images/1.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
    margin-top: 0;
}
.hr_con2 .swiper-button-next{
  transform: translateY(-50%) rotate(180deg);
}


.hr_con2 .rq .rig{
  width: 53%;
  padding-left: 33px;
  float: left;
}
.hr_con2 .rq .rig .div{
  width: 100%;
  padding-bottom: 18px;
  padding-top: 14px;
  border-bottom: 1px solid rgb(222,222,222);
}
.hr_con2 .rq .rig .div:last-child{
  border-bottom: none;
}
.hr_con2 .rq .rig .div .div1{
  width: 13%;
  float: left;
  position: relative;
}
.hr_con2 .rq .rig .div .div1::before{
  content: '';
  width: 1px;
  height: 55px;
  background: #b0aead;
  position: absolute;
  right: 0;
  top: 54%;
  transform: translateY(-50%);
}
.hr_con2 .rq .rig .div .div1 .p1{
  font-family: "din3";
  font-size: 40px;
  color: #b0aead;
  text-align: center;
}
.hr_con2 .rq .rig .div .div1 .p2{
  font-family: "akz";
  font-size: 16px;
  color: #b0aead;
  text-align: center;
}
.hr_con2 .rq .rig .div .div2{
  width: 87%;
  float: left;
  padding-left: 18px;
  padding-top: 8px;
  padding-right: 60px;
  position: relative;
}
.hr_con2 .rq .rig .div .div2::before{
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../images/img104.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.hr_con2 .rq .rig .div:hover .div2::before{
  background-image: url(../images/img103.png);
}
.hr_con2 .rq .rig .div .div2 .p3{
  font-size: 18px;
  color: #333333;
  margin-bottom: 8px;
  transition: all .3s;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.hr_con2 .rq .rig .div:hover .div2 .p3{
  color: #017cee;
  padding-left: 5px;
}
.hr_con2 .rq .rig .div .div2 .p4{
  font-size: 14px;
  color: #777777;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media(max-width:1459px){
  .hr_con1 .p1 {
    font-size: 30px;
    padding-bottom: 17px;
    margin-bottom: 34px;
}
.hr_con1 .p2 {
  font-size: 17px;
  line-height: 27px;
}
.hr_con2 {
  padding-top: 70px;
  padding-bottom: 80px;
}
.hr_con2 .p {
  font-size: 30px;
  padding-bottom: 14px;
}
.hr_con2 .rq {
  padding-top: 48px;
  padding-bottom: 64px;
}
.hr_con2 .rq .rig {
  padding-left: 25px;
}
.hr_con2 .rq .rig .div .div1 .p1 {
  font-size: 30px;
}
.hr_con2 .rq .rig .div .div1 .p2 {
  font-size: 13px;
}
.hr_con2 .rq .rig .div .div2 {
  padding-left: 12px;
  padding-top: 3px;
  padding-right: 50px;
}
.hr_con2 .rq .rig .div .div2 .p3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.hr_con2 .rq .rig .div .div2 .p4 {
  font-size: 13px;
}
.hr_con2 .rq .rig .div .div2::before {
  width: 30px;
  height: 30px;
}
.hr_con2 .rq .rig .div .div1::before {
  height: 40px;
  top: 50%;
}
.hr_con2 .rq .rig .div {
  padding-bottom: 13px;
  padding-top: 14px;
}

}
@media(max-width:991px){
  .hr_con1 .p1 {
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 24px;
}
.hr_con1 .p2 {
  font-size: 14px;
  line-height: 22px;
}
.hr_con2 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.hr_con2 .rq {
  padding-top: 28px;
  padding-bottom: 35px;
}
.hr_con2 .rq .lef{
  width: 100%;
}
.hr_con2 .rq .rig{
  width: 100%;
  padding-left: 0;
  padding-top: 0px;
}
.hr_con2 .p {
  font-size: 24px;
}
  
}
@media(max-width:768px){
  .hr_con1 .wrap{
    width: 100%;
  }

}
@media(max-width:500px){
  .hr_con1 .wrap{
    position: static;
    transform: translate(0,0);
    padding-top: 20px;
  }
  .hr_con1 .p2,
  .hr_con1 .p1{
    color: #333;
  }
  .hr_con1 .p1::before {
    width: 25px;
    height: 2px;
    background: #333;
}
.hr_con1 .p1{
  margin-bottom: 12px;
}
.hr_con2 .rq {
  padding-top: 22px;
  padding-bottom: 26px;
}
.hr_con2 .rq .lef p {
  font-size: 14px;
  line-height: 38px;
  padding: 0 14px;
}
.hr_con2 .rq .rig .div .div1 .p1 {
  font-size: 26px;
}
.hr_con2 .rq .rig .div .div1 .p2 {
  font-size: 12px;
}
.hr_con2 .rq .rig .div .div1 {
  width: 16%;
}
.hr_con2 .rq .rig .div .div2 {
  padding-left: 8px;
  padding-top: 3px;
  padding-right: 40px;
  width: 84%;
}
.hr_con2 .rq .rig .div .div2::before {
  right: 0;
}
.hr_con2 .swiper-button-next, .hr_con2 .swiper-button-prev {
  width: 40px;
  height: 40px;
}

}




/* 招贤纳士 */
.hr2_con1{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 135px;
}
.hr2_con1 .p{
  font-size: 40px;
  color: #333333;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.hr2_con1 .p::before{
  content: '';
  width: 37px;
  height: 3px;
  background-image: url(../images/img65.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hr2_con1 .rq{
  width: 100%;
  padding-top: 30px;
}
.hr2_con1 .rq .lef{
  width: 21.5%;
  float: left;
  position: sticky;
  top: 110px;
}
.hr2_con1 .rq .lef .p1{
  font-size: 22px;
  color: #333333;
  border-bottom: 1px solid rgb(221,221,221);
  padding-left: 12px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.hr2_con1 .rq .lef .p1::before{
  content: '';
  width: 4px;
  height: 20px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 5px;
}
.hr2_con1 .rq .lef a{
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  border-bottom: 1px solid rgb(221,221,221);
  padding-left: 10px;
  cursor: pointer;
}
.hr2_con1 .rq .lef a.on{
  color: #fff;
  background: rgb(1,124,238);
  border-bottom: 1px solid rgb(1,124,238);
}
.hr2_con1 .rq .rig{
  width: 78.5%;
  float: left;
  padding-left: 38px;
  padding-top: 38px;

}
.hr2_con1 .rq .rig .rig2{
  display: none;
}
.hr2_con1 .rq .rig .rig2.on1{
  display: block;
}
.hr2_con1 .rq .rig .top{
  width: 100%;
  line-height: 78px;
  background: rgb(247,247,247);
  padding-left: 35px;
}
.hr2_con1 .rq .rig .top p{
  font-size: 24px;
  color: #333333;
  float: left;
  width: 40%;
}
.hr2_con1 .rq .rig .top span{
  font-size: 16px;
  color: #999999;
  float: right;
  width: 20%;
}
.hr2_con1 .rq .rig .bot{
  border: 1px solid rgb(221,221,221);
  border-top:none;
  padding: 48px 36px;
}
.hr2_con1 .rq .rig .bot .div{
  width: 100%;
  margin-bottom: 34px;
}
.hr2_con1 .rq .rig .bot .div span{
  display: inline-block;
  font-size: 18px;
  color: #333333;
  line-height: 33px;
  padding: 0 30px;
  background: rgb(247,247,247);
  margin-bottom: 25px;
}
.hr2_con1 .rq .rig .bot .div p{
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}
.hr2_con1 .rq .rig .bot a{
  display: block;
  font-size: 15px;
  color: #333333;
  width: 170px;
  height: 47px;
  border-radius: 47px;
  line-height: 45px;
  padding-right: 25px;
  border: 1px solid rgb(220,223,230);
  text-align: center;
  position: relative;
  margin-top: 86px;
}
.hr2_con1 .rq .rig .bot a:hover{
  color: #fff;
  background: rgb(1,124,238);
  border: 1px solid rgb(1,124,238);
}
.hr2_con1 .rq .rig .bot a::before{
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../images/img49.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}
.hr2_con1 .rq .rig .bot a:hover::before{
  background-image: url(../images/img45.png);
}

@media(max-width:1459px){
  .hr2_con1 {
    padding-top: 60px;
    padding-bottom: 100px;
}
.hr2_con1 .p {
  font-size: 30px;
  padding-bottom: 14px;
}
.hr2_con1 .rq {
  padding-top: 22px;
}
.hr2_con1 .rq .lef .p1 {
  font-size: 18px;
  padding-left: 10px;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.hr2_con1 .rq .lef .p1::before {
  width: 3px;
  height: 17px;
  top: 4px;
}
.hr2_con1 .rq .lef a {
  font-size: 14px;
  line-height: 36px;
  padding-left: 8px;
}
.hr2_con1 .rq .rig {
  padding-left: 30px;
  padding-top: 30px;
}
.hr2_con1 .rq .rig .top {
  line-height: 60px;
  padding-left: 26px;
}
.hr2_con1 .rq .rig .top p {
  font-size: 18px;
}
.hr2_con1 .rq .rig .top span {
  font-size: 14px;
}
.hr2_con1 .rq .rig .bot {
  padding: 36px 26px;
}
.hr2_con1 .rq .rig .bot .div span {
  font-size: 14px;
  line-height: 28px;
  padding: 0 20px;
  margin-bottom: 18px;
}
.hr2_con1 .rq .rig .bot .div p {
  font-size: 14px;
  line-height: 28px;
}
.hr2_con1 .rq .rig .bot .div {
  margin-bottom: 25px;
}
.hr2_con1 .rq .rig .bot a {
  font-size: 13px;
  width: 130px;
  height: 38px;
  border-radius: 38px;
  line-height: 36px;
  padding-right: 24px;
  margin-top: 50px;
}
.hr2_con1 .rq .rig .bot a::before {
  right: 22%;
}

}
@media(max-width:991px){
  .hr2_con1 .rq .lef{
    width: 100%;
    margin-bottom: 20px;
  }
  .hr2_con1 .rq .rig{
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .hr2_con1 .p {
    font-size: 24px;
    padding-bottom: 12px;
}
.hr2_con1 {
  padding-top: 45px;
  padding-bottom: 65px;
}
.hr2_con1 .rq .rig .top {
  line-height: 50px;
  padding-left: 14px;
}
.hr2_con1 .rq .rig .top p {
  font-size: 16px;
}
.hr2_con1 .rq .rig .top span {
  font-size: 12px;
}
}
@media(max-width:500px){
  .hr2_con1 .rq .rig .top {
    line-height: 30px;
    padding: 10px 0;
    padding-left: 14px;
}
  .hr2_con1 .rq .rig .top p {
    font-size: 16px;
    width: 100%;
}
.hr2_con1 .rq .rig .top span{
  width: 33.3333%;
}
.hr2_con1 .rq .rig .bot {
  padding: 20px 14px;
}
}




/* 提交表单 */
.hr3_con1{
  width: 100%;
  padding-top: 85px;
  padding-bottom: 80px;
}
.hr3_con1 .p{
  font-size: 40px;
  color: #333333;
  text-align: center;
}
.hr3_con1 .rq{
  width: 100%;
  padding-top: 54px;
}
.hr3_con1 .rq .p1{
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
.hr3_con1 .rq1{
  width: 100%;
  padding-left: 16px;
  margin-bottom: 40px;
}
.hr3_con1 .rq1 .div{
  width: 45%;
  height: 55px;
  float: left;
  padding-left: 50px;
  margin-bottom: 18px;
  position: relative;
}
.hr3_con1 .rq1 .div:nth-child(2n){
  float: right;
}
.hr3_con1 .rq1 .div label{
  width: 50px;
  font-size: 16px;
  color: #444444;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hr3_con1 .rq1 .div input{
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(204,204,204);
  padding-left: 15px;
  font-size: 16px;
  color: #666666;
}

.hr3_con1 .rq2{
  width: 100%;
  padding-left: 16px;
  margin-bottom: 28px;
}
.hr3_con1 .rq2 .div{
  width: 100%;
  padding-left: 50px;
  height: 55px;
  position: relative;
}
.hr3_con1 .rq2 .div input{
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(204,204,204);
  padding-left: 15px;
  font-size: 16px;
  color: #666666;
}
.hr3_con1 .rq2 .div input[type=file]{
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 50px;
  z-index: 10;
}
.hr3_con1 .rq2 .div p{
  width: 100%;
  height: 100%;
  line-height: 53px;
  border: 1px solid rgb(204,204,204);
  padding-left: 45px;
  font-size: 16px;
  color: #666666;
  position: relative;
}
.hr3_con1 .rq2 .div p::before{
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(../images/img127.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.hr3_con1 .rq button{
  font-size: 20px;
  color: #ffffff;
  width: 180px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background-image: url(../images/img52.jpg);
  background-size: cover;
  margin-top: 40px;
  margin-bottom: 45px;
}

.hr3_con1 .p2{
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.hr3_con1 .p2 img{
  width: 150px;
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}

@media(max-width:1459px){
  .hr3_con1 {
    padding-top: 64px;
    padding-bottom: 60px;
}
.hr3_con1 .p {
  font-size: 30px;
}
.hr3_con1 .rq {
  padding-top: 40px;
}
.hr3_con1 .rq .p1 {
  font-size: 16px;
  margin-bottom: 12px;
}
.hr3_con1 .rq2 .div,
.hr3_con1 .rq1 .div {
  height: 40px;
  padding-left: 50px;
  margin-bottom: 12px;
}
.hr3_con1 .rq1 .div label {
  font-size: 14px;
}
.hr3_con1 .rq2 .div input,
.hr3_con1 .rq1 .div input {
  font-size: 14px;
}
.hr3_con1 .rq1 {
  margin-bottom: 28px;
}
.hr3_con1 .rq2 .div p {
  line-height: 38px;
  padding-left: 30px;
  font-size: 12px;
}
.hr3_con1 .rq2 .div p::before {
  width: 16px;
  height: 16px;
}
.hr3_con1 .rq button {
  font-size: 16px;
  width: 135px;
  height: 45px;
  margin-top: 30px;
  margin-bottom: 32px;
}
.hr3_con1 .p2 {
  font-size: 13px;
}
.hr3_con1 .p2 img {
  width: 110px;
  margin-bottom: 12px;
}

}
@media(max-width:500px){
  .hr3_con1 {
    padding-top: 40px;
    padding-bottom: 45px;
}
.hr3_con1 .p {
  font-size: 22px;
}
.hr3_con1 .rq {
  padding-top: 24px;
}
.hr3_con1 .rq .p1 {
  font-size: 14px;
  margin-bottom: 10px;
}
.hr3_con1 .rq1 {
  padding-left: 10px;
  margin-bottom: 20px;
}
.hr3_con1 .rq2 .div, .hr3_con1 .rq1 .div{
  width: 100%;
}
.hr3_con1 .rq2 {
  padding-left: 0px;
  margin-bottom: 20px;
}
.hr3_con1 .rq2 .div{
  padding-left: 60px;
}
.hr3_con1 .rq button {
  width: 120px;
  height: 37px;
}

}



/* 联系我们 */
/* con_con1 */
.con_con1{
  width: 100%;
  position: relative;
}
.con_con1 .bj{
  width: 100%;
  height: 547px;
  vertical-align: middle;
}
.con_con1 .rq{
  width: 360px;
  height: 80px;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
}
.con_con1 .rq .lef{
  width: 22%;
  height: 100%;
  float: left;
  background: rgb(233,233,233);
  position: relative;
}
.con_con1 .rq .lef img{
  width: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.con_con1 .rq .rig{
  width: 78%;
  height: 100%;
  float: left;
  padding: 18px;
  position: relative;
}
.con_con1 .rq .rig p{
  font-size: 16px;
  color: #666666;
}
.con_con1 .rq .rig img{
  width: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}


/* .con_con2 */
.con_con2{
  width: 100%;
  padding: 86px 0;
}
.con_con2 .rq{
  width: 100%;
}
.con_con2 .rq .div{
  width: 23.5%;
  margin-right: 2%;
  float: left;
  height: 222px;
  box-shadow: 0px 0px 20px 0px rgba(90,91,95,.1);
}
.con_con2 .rq .div:nth-child(4){
  margin-right: 0;
}
.con_con2 .rq .div .div1{
  width: 100%;
  height: 100%;
  background-image: url(../images/img105.jpg);
  background-size: cover;
  padding: 40px 35px;
  transition: all .5s;
}
.con_con2 .rq .div:hover .div1{
  background-image: url(../images/img52.jpg);
  background-size: cover;
}
.con_con2 .rq .div .div1 div{
  width: 35px;
  height: 32px;
  position: relative;
  margin: 0 auto;
}
.con_con2 .rq .div .div1 div img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.con_con2 .rq .div .div1 div .ig2{
  left: 50%;
  opacity: 0;
}
.con_con2 .rq .div:hover .div1 div .ig2{
  left: 50%;
  opacity: 1;
}
.con_con2 .rq .div:hover .div1 div .ig1{
  left: 50%;
  opacity: 0;
}
.con_con2 .rq .div .div1 .p1{
  font-size: 20px;
  color: #333333;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 6px;
  transition: all .3s;
}
.con_con2 .rq .div .div1 .p2{
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 30px;
  transition: all .3s;
}
.con_con2 .rq .div:hover .div1 p{
  color: #fff;
} 


/* con_con3 */
.con_con3{
  width: 100%;
  padding-top: 88px;
  padding-bottom: 105px;
  background: rgb(247,247,247);
}
.con_p{
  font-size: 40px;
  color: #333333;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.con_p::before{
  content: '';
  width: 37px;
  height: 3px;
  background-image: url(../images/img65.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.con_con3 .rq{
  width: 100%;
  padding-top: 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.con_con3 .rq .lef{
  width: 47.2%;
  overflow: hidden;
}
.con_con3 .rq .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.con_con3 .rq:hover .lef img{
  transform: scale(1.05);
}
.con_con3 .rq .rig{
  width: 52.8%;
  padding-left: 100px;
}
.con_con3 .rq .rig .p1{
  font-size: 22px;
  color: #333333;
  position: relative;
  margin-bottom: 17px;
}
.con_con3 .rq .rig .p1::before{
  content: '';
  width: 22px;
  height: 27px;
  background-image: url(../images/img141.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -34px;
  top: 2px;
}
.con_con3 .rq .rig .p2{
  font-size: 16px;
  color: #666666;
  margin-bottom: 32px;
}
.con_con3 .rq .rig .p3{
  font-size: 14px;
  color: #666666;
}
.con_con3 .rq .rig .p4{
  width: 91px;
  font-size: 14px;
  color: #666666;
  margin-top: 42px;
  text-align: center;
}
.con_con3 .rq .rig .p4 img{
  display: block;
  width: 91px;
  margin: 0 auto;
  margin-bottom: 5px;
}


/* con_con4 */
.con_con4{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 85px;
}
.con_con4 .rq{
  width: 100%;
  padding-top: 40px;
}
.con_con4 .rq .div{
  width: 49.5%;
  height: 70px;
  float: left;
  padding-left: 140px;
  border: 1px solid #333;
  position: relative;
  margin-bottom: 10px;
}
.con_con4 .rq .div:nth-child(2n){
  float: right;
}
.con_con4 .rq .div1{
  width: 100%;
  height: 220px;
  float: left;
  padding-left: 70px;
  border: 1px solid #333;
  position: relative;
}
.con_con4 .rq .div1 label,
.con_con4 .rq .div label{
  width: 70px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #333;
}
.con_con4 .rq .div1 label img,
.con_con4 .rq .div label img{
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.con_con4 .rq .div:hover label img,
.con_con4 .rq .div1:hover label img{
  transform: translate(-50%,-50%) scale(1.2);
}
.con_con4 .rq .div span{
  font-size: 16px;
  color: #333;
  width: 70px;
  line-height: 70px;
  height: 100%;
  position: absolute;
  left: 70px;
  top: 0;
  padding-left: 15px;
}
.con_con4 .rq .div1 textarea,
.con_con4 .rq .div input{
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 15px;
  font-size: 16px;
  color: #333;
}
.con_con4 .rq .div input{
  padding-left: 0;
}
/* æ”¹å˜æœç´¢æ¡†é»˜è®¤å­—ä½“é¢œè‰² */
.con_con4 .rq .div input:-moz-placeholder, 
.con_con4 .rq .div1 textarea:-moz-placeholder {  
     color: #333;   
}  
.con_con4 .rq .div input:-ms-input-placeholder,
.con_con4 .rq .div1 textarea:-ms-input-placeholder { 
    color: #333;   
} 
.con_con4 .rq .div input::-webkit-input-placeholder, 
.con_con4 .rq .div1 textarea::-webkit-input-placeholder { 
    color: #333;   
}
.con_con4 .rq .div1 textarea{
  padding-top: 15px;
}

.con_con4 button{
  width: 240px;
  height: 70px;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  color: #ffffff;
  background-image: url(../images/img52.jpg);
  background-size: cover;
  margin-top: 30px;
}

@media(max-width:1459px){
  .con_con2 {
    padding: 65px 0;
}
.con_con2 .rq .div {
  height: 168px;
}
.con_con2 .rq .div .div1 {
  padding: 30px 18px;
}
.con_con2 .rq .div .div1 div {
  width: 26px;
  height: 18px;
}
.con_con2 .rq .div .div1 .p1 {
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 6px;
}
.con_con2 .rq .div .div1 .p2 {
  font-size: 14px;
  line-height: 24px;
}
.con_con3 {
  padding-top: 66px;
  padding-bottom: 80px;
}
.con_p {
  font-size: 30px;
  padding-bottom: 12px;
}
.con_con3 .rq {
  padding-top: 50px;
}
.con_con3 .rq .rig {
  padding-left: 76px;
}
.con_con3 .rq .rig .p1 {
  font-size: 16px;
  margin-bottom: 10px;
}
.con_con3 .rq .rig .p1::before {
  width: 16px;
  height: 20px;
  left: -28px;
}
.con_con3 .rq .rig .p2 {
  font-size: 14px;
  margin-bottom: 18px;
}
.con_con3 .rq .rig .p3 {
  font-size: 13px;
}
.con_con3 .rq .rig .p4 {
  font-size: 13px;
  margin-top: 26px;
}
.con_con3 .rq .rig .p4 img {
  width: 80px;
}
.con_con4 {
  padding-top: 52px;
  padding-bottom: 64px;
}
.con_con4 .rq {
  padding-top: 30px;
}
.con_con4 .rq .div {
  height: 53px;
  padding-left: 113px;
}
.con_con4 .rq .div1 label, .con_con4 .rq .div label {
  width: 53px;
}
.con_con4 .rq .div span {
  font-size: 16px;
  width: 60px;
  line-height: 53px;
  left: 53px;
  padding-left: 10px;
}
.con_con4 .rq .div1 label img, .con_con4 .rq .div label img {
  width: 18px;
}
.con_con4 .rq .div1 {
  height: 165px;
  padding-left: 53px;
}
.con_con4 button {
  width: 180px;
  height: 53px;
  font-size: 16px;
  margin-top: 22px;
}

}
@media(max-width:768px){
  .con_con2 .rq .div{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .con_con2 .rq .div:nth-child(2n){
    margin-right: 0;
  }
  .con_con2 {
    padding: 40px 0;
}
.con_con3 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.con_p {
  font-size: 24px;
  padding-bottom: 10px;
}
.con_con3 .rq .lef{
  width: 100%;
}
.con_con3 .rq .rig{
  width: 100%;
  padding-top: 20px;
  padding-left: 30px;
}
.con_con3 .rq {
  padding-top: 24px;
}

}
@media(max-width:500px){
  .con_con1 .rq {
    width: 270px;
    height: 60px;
}
.con_con1 .rq .lef img {
  width: 35px;
}
.con_con1 .rq .rig {
  padding:14px 10px;
}
.con_con1 .rq .rig p {
  font-size: 13px;
}
.con_con2 .rq .div .div1 .p2 {
  font-size: 13px;
  line-height: 20px;
}
.con_con2 .rq .div .div1 {
  padding: 30px 15px;
}
.con_con3 {
  padding-top: 40px;
  padding-bottom: 35px;
}
.con_con4 .rq {
  padding-top: 22px;
}
.con_con4 .rq .div{
  width: 100%;
  margin-right: 0;
}
.con_con4 .rq .div1 textarea, .con_con4 .rq .div input {
  font-size: 14px;
}
.con_con4 button {
  width: 120px;
  height: 40px;
  font-size: 14px;
  margin-top: 22px;
}
.con_con4 {
  padding-top: 40px;
  padding-bottom: 44px;
}

}



/* 用户申请表 */
.user{
  width: 100%;
  height: 100%;
  background-image: url(../images/img147.jpg);
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
.user .use_r{
  width: 100%;
  height: 100%;
  position: relative;
}
.user .rq{
  width: 91%;
  height: 910px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 15px;
}
.user .rq .top{
  width: 100%;
  height: 160px;
  line-height: 160px;
  padding: 0 100px;
}
.user .rq .top .logo{
  width: 164px;
  float: left;
}
.user .rq .top .logo img{
  width: 100%;
  vertical-align: middle;
}
.user .rq .top .div{
  float: right;
}
.user .rq .top .div a{
  font-size: 14px;
  color: #999999;
  padding-right: 14px;
  position: relative;
}
.user .rq .top .div a::before{
  content: '';
  width: 7px;
  height: 11px;
  background-image: url(../images/img83.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.user .rq .bot{
  width: 100%;
  padding: 0 100px;
}
.user .rq .bot .lef{
  width: 42.2%;
  float: left;
  padding-left: 36px;
  padding-top: 60px;
}
.user .rq .bot .lef img{
  width: 565px;
}
.user .rq .bot .rig{
  width: 57.8%;
  float: left;
  padding-left: 50px;
  padding-top: 20px;
}
.user .rq .bot .rig .p1{
  font-size: 40px;
  color: #333333;
  margin-bottom: 8px;
}
.user .rq .bot .rig .p2{
  font-size: 14px;
  color: #017cee;
  margin-bottom: 34px;
}
.user .rq .bot .rig .rq1{
  width: 100%;
}
.user .rq .bot .rig .rq1 .div{
  width: 48%;
  float: left;
  margin-bottom: 32px;
}
.user .rq .bot .rig .rq1 .div1{
  width: 100%;
}
.user .rq .bot .rig .rq1 .div:nth-child(2n){
  float: right;
}
.user .rq .bot .rig .rq1 .div label{
  display: block;
  font-size: 16px;
  color: #666666;
  margin-bottom: 8px;
}
.user .rq .bot .rig .rq1 .div input{
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid rgb(219,219,221);
  font-size: 14px;
  color: #999999;
  padding-left: 30px;
}

.user .rq .bot .rig .rq1 .div input:-moz-placeholder {  
  color: #999999;
}  
.user .rq .bot .rig .rq1 .div input:-ms-input-placeholder { 
  color: #999999;
} 
.user .rq .bot .rig .rq1 .div input::-webkit-input-placeholder{ 
  color: #999999;
}

.user .rq .bot .rig .p3{
  font-size: 16px;
  color: #999999;
  margin-bottom: 10px;
}
.user .rq .bot .rig .p3 span{
  color: #017cee;
}
.user .rq .bot .rig button{
  width: 100%;
  height: 48px;
  font-size: 18px;
  color: #fffefe;
  background: #017cee;
}
.user .rq .bot .rig .p4{
  font-size: 12px;
  color: #666666;
  padding-top: 150px;
}

@media(max-width:1459px){
  .user {
    /* height: 820px; */
}
.user .rq {
  height: 695px;
}
.user .rq .top {
  height: 120px;
  line-height: 120px;
  padding: 0 75px;
}
.user .rq .top .logo {
  width: 124px;
}
.user .rq .bot {
  padding: 0 75px;
}
.user .rq .bot .lef img {
  width: 428px;
  max-width: 100%;
}
.user .rq .bot .lef {
  padding-left: 27px;
  padding-top: 40px;
}
.user .rq .bot .rig {
  padding-left: 38px;
  padding-top: 12px;
}
.user .rq .bot .rig .p1 {
  font-size: 30px;
  margin-bottom: 6px;
}
.user .rq .bot .rig .p2 {
  font-size: 14px;
  margin-bottom: 24px;
}
.user .rq .bot .rig .rq1 .div {
  margin-bottom: 24px;
}
.user .rq .bot .rig .rq1 .div label {
  font-size: 14px;
  margin-bottom: 8px;
}
.user .rq .bot .rig .rq1 .div input {
  height: 40px;
  font-size: 13px;
  padding-left: 15px;
}
.user .rq .bot .rig .p3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.user .rq .bot .rig button {
  height: 42px;
  font-size: 16px;
}
.user .rq .bot .rig .p4 {
  padding-top: 85px;
}

}
@media(max-width:1259px){
  .user .rq .bot .rig .p4 {
    padding-top: 58px;
}
}
@media(max-width:991px){
  .user{
    height: auto;
    padding: 40px 20px;
    position: relative;
  }
  .user .rq{
    height: auto;
    position: static;
    transform: translate(0,0);
    width: 100%;
  }
  .user .rq .bot .lef{
    width: 100%;
    padding: 0;
  }
  .user .rq .bot .lef img{
    display: block;margin: 0 auto;
  }
  .user .rq .bot .rig{
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
  }
  .user .rq .top {
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
}
.user .rq .bot {
  padding: 0 30px;
}

}
@media(max-width:500px){
  .user .rq .top .logo {
    width: 94px;
}
.user .rq .top {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
}
.user .rq .bot .lef {
  width: 50%;
  margin: 0 auto;
  float: none;
}
.user .rq .bot .rig{
  float: none;
}
.user .rq .bot {
  padding: 0 15px;
}
.user .rq .bot .rig .p1 {
  font-size: 22px;
  margin-bottom: 5px;
}
.user .rq .bot .rig .p2 {
  font-size: 13px;
  margin-bottom: 20px;
}
.user .rq .bot .rig .rq1 .div {
  margin-bottom: 12px;
}
.user .rq .bot .rig .rq1 .div input {
  height: 40px;
  font-size: 13px;
  padding-left: 7px;
}
.user .rq .bot .rig .p3 {
  font-size: 12px;
  margin-bottom: 10px;
}
.user .rq .bot .rig button {
  height: 40px;
  font-size: 14px;
}
.user .rq .bot .rig .p4 {
  padding-top: 37px;
}

}

.banner .container .tiBox { color: #FFFFFF; font-size: 125px; 
    font-weight: 900; }

@media(max-width:1500px){ .banner .container .tiBox  {font-size: 100px;} }
@media(max-width:1300px){ .banner .container .tiBox  {font-size: 80px; }}
@media(max-width:1280px){ .banner .container .tiBox  {font-size: 70px; }}
@media(max-width:900px){  .banner .container .tiBox  {font-size: 60px; }}