@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;
}
#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: 198px;
}
.content2{
  /* margin-top: 100px; */
}
.app{
  display: none;
}

.banner{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bj{
  width: 100%;
  vertical-align: middle;
}
.banner .swiper-pagination{
  bottom: 110px;
}
.banner .swiper-pagination-bullet{
  width: 22px;
  height: 22px;
  background: url(../images/img9.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/img7.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/img8.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 .swiper-slide .container{
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%,-50%);
}
.banner .swiper-slide .container .p1{
  font-size: 27px;
  color: #0970fe;
  margin-bottom: 10px;
}
.banner .swiper-slide .container .p2{
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
}
.anniu{
  display: block;
  width: 170px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 18px;
  color: #ffffff;
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
  text-align: center;
  padding-right: 35px;
  position: relative;
}
.anniu::before{
  content: '';
  width: 20px;
  height: 8px;
  background-image: url(../images/img10.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
}

.banner .swiper-slide .container .p1,
.banner .swiper-slide .container .p2,
.banner .swiper-slide .container .anniu{
  opacity: 0;
}

.banner .swiper-slide-active .container .p1{
  animation: bw 1s linear .8s both;
}
.banner .swiper-slide-active .container .p2{
  animation: bw 1s linear 1.1s both;
}
.banner .swiper-slide-active .container .anniu{
  animation: bw 1s linear 1.4s both;
}

@keyframes bw{
  0%{
    transform: translateY(40px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}









.index-waper {
  height: 77px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 10;
}
.index-back-box {
  height: 77px;
  background: rgb(251,251,251);
  overflow: hidden;
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  transform: rotateX(0deg) translate3d(0, 0, 0);
  -webkit-transform: rotateX(0deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(0deg) translate3d(0, 0, 0);
  transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
  -webkit-transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
  -moz-transition: all .65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
}
.index-back-box.pass {
  transform: rotateX(100deg) translate3d(0, 0, 0);
  -webkit-transform: rotateX(100deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(100deg) translate3d(0, 0, 0);
}

.index-waper .inner{
  width: 100%;
}
.index-waper .inner .lef{
  float: left;
  width: 75%;
  padding: 0 40px;
  line-height: 77px;
}
.index-waper .inner .lef span{
  font-size: 16px;
  color: #333333;
  padding-left: 32px;
  position: relative;
}
.index-waper .inner .lef span::before{
  content: '';
  width: 21px;
  height: 19px;
  background-image: url(../images/img11.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-waper .inner .lef a{
  font-size: 14px;
  color: #999999;
}
.index-waper .inner .rig{
  width: 25%;
  height: 77px;
  border-left: 1px solid rgb(239,239,239);
  float: right;
  padding-left: 60px;
  position: relative;
}
.index-waper .inner .rig::before{
  content: '';
  width: 16px;
  height: 14px;
  background-image: url(../images/img12.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
}
.index-waper .inner .rig input{
  width: 77%;
  height: 100%;
  font-size: 14px;
  color: #999999;
  float: left;
}
.index-waper .inner .rig button{
  width: 23%;
  height: 100%;
  float: right;
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
  position: relative;
}
.index-waper .inner .rig button::before{
  content: '';
  width: 27px;
  height: 26px;
  background-image: url(../images/img13.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


/* sy_con1 */
.sy_con1{
  width: 100%;
  padding-top: 115px;
  padding-bottom: 120px;
  overflow: hidden;
}
.sy_con1 .lef{
  width: 38%;
  float: left;
  padding-top: 50px;
}
.sy_con1 .lef .p1{
  font-size: 32px;
  color: #333333;
}
.sy_con1 .lef .p2{
  font-size: 48px;
  color: #333333;
}
.sy_con1 .lef .p2 span{
  font-weight: bold;
}
.sy_con1 .lef .div{
  padding-left: 60px;
  margin-top: 44px;
  margin-bottom: 55px;
  position: relative;
}
.sy_con1 .lef .div .p3{
  font-size: 16px;
  color: #666666;
}
.sy_con1 .lef .div .p4{
  font-size: 36px;
  color: #096ffe;
  font-family: "din";
}
.sy_con1 .lef .div img{
  width: 52px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con1 .lef a{
  font-size: 18px;
  color: #ffffff;
  width: 160px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
  display: block;
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
}
.sy_con1 .rig{
  width: 62%;
  float: left;
}
.sy_con1 .rig .rq{
  width: 100%;
}
.sy_con1 .rig .rq .rq1{
  width: 32%;
  height: 416px;
  float: left;
  position: relative;
  margin-right: 2%;
}
.sy_con1 .rig .rq .rq1:nth-child(3n){
  margin-right: 0;
}
.sy_con1 .rig .rq .rq1::before{
  content: '';
  width: 100%;
  height: 53%;
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sy_con1 .rig .rq .rq1::after{
  content: '';
  width: 100%;
  height: 47%;
  background: rgb(247,249,452);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sy_con1 .rig .rq .rq1 .top{
  width: 100%;
  height: 322px;
  overflow: hidden;
}
.sy_con1 .rig .rq .rq1 .top img{
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con1 .rig .rq .rq1:hover .top img{
  transform: scale(1.05);
}
.sy_con1 .rig .rq .rq1 .bot{
  width: 100%;
  height: 94px;
  padding: 0 28px;
}
.sy_con1 .rig .rq .rq1 .bot .p1{
  font-size: 24px;
  color: #333333;
  margin-bottom: 10px;

	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con1 .rig .rq .rq1 .bot .p2{
  font-size: 18px;
  color: #666666;

  
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


/* sy_con2 */
.sy_con2{
  width: 100%;
  background-image: url(../images/img18.jpg);
  background-size: cover;
  padding-top: 105px;
  padding-bottom: 75px;
}
.sy_con2 .p1{
  font-size: 48px;
  color: #333333;
  text-align: center;
}
.sy_con2 .p1 span{
  font-weight: bold;
}
.sy_con2 .rq{
  width: 100%;
  padding-top: 85px;
}
.sy_con2 .rq .rq1{
  width: 49%;
  /* height: 200px; */
  float: left;
  margin-right: 2%;
  margin-bottom: 25px;
}
.sy_con2 .rq .rq1:nth-child(2n){
  margin-right: 0;
}
.sy_con2 .rq .rq1 a{
  display: flex;
}
.sy_con2 .rq .rq1 .lef{
  background: url(../images/img9.png) #fff;
  background-size: cover;
  width: 63.2%;
  /* float: left; */
  padding: 45px;
  transition: all .5s;
}
.sy_con2 .rq .rq1:hover .lef{
  background: url(../images/img23.jpg);
  background-size: cover;
}
.sy_con2 .rq .rq1 .lef .p2{
  font-size: 34px;
  color: #096ffe;
  margin-bottom: 15px;
  transition: all .3s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con2 .rq .rq1 .lef .p3{
  font-size: 16px;
  color: #333333;
  transition: all .3s;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;

}
.sy_con2 .rq .rq1:hover .lef .p2,
.sy_con2 .rq .rq1:hover .lef .p3{
  color: #fff;
}
.sy_con2 .rq .rq1 .rig{
  width: 36.8%;
  /* float: left; */
  position: relative;
  overflow: hidden;
}
.sy_con2 .rq .rq1 .rig img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con2 .rq .rq1:hover .rig img{
  transform: scale(1.05);
}
.sy_con2 .rq .rq1 .rig::before{
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
  z-index: 10;
}
.sy_con2 .rq .rq1:hover .rig::before{
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #096ffe;
}


/* sy_con3 */
.sy_con3{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 80px;
}
.sy_con3 .p1{
  font-size: 42px;
  color: #333333;
  text-align: center;
}
.sy_con3 .p1 span{
  display: inline-block;
  width: 60px;
  height: 79px;
  background-image: url(../images/img24.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 5px;
}
.sy_con3 .p2{
  font-size: 18px;
  color: #666666;
  text-align: center;
  margin-top: 5px;
}
.sy_con3 .rq{
  padding-top: 70px;
}
.sy_con3 .rq .rq1{
  width: 20.5%;
  height: 212px;
  float: left;
  position: relative;
}
.sy_con3 .rq .rq1:nth-child(1){
  margin-right: 6.5%;
}
.sy_con3 .rq .rq1:nth-child(1)::before{
  content: '';
  width: 156px;
  height: 116px;
  background-image: url(../images/img26.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 82%;
  left: 90%;
  transform: translateY(-50%);
  z-index: -1;
}
.sy_con3 .rq .rq1:nth-child(2){
  margin-right: 5.75%;
}
.sy_con3 .rq .rq1:nth-child(2)::before{
  content: '';
  width: 108px;
  height: 108px;
  background-image: url(../images/img27.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 30%;
  left: 96%;
  transform: translateY(-50%);
  z-index: -1;
}
.sy_con3 .rq .rq1:nth-child(3){
  margin-right: 5.75%;
}
.sy_con3 .rq .rq1:nth-child(3)::before{
  content: '';
  width: 97px;
  height: 98px;
  background-image: url(../images/img28.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 68%;
  left: 99%;
  transform: translateY(-50%);
  z-index: -1;
}
.sy_con3 .rq .rq1:nth-child(2n){
  margin-top: 96px;
}
.sy_con3 .rq .rq1 .div{
  height: 100%;
  width: 100%;
  background: url(../images/img9.png) #fff;
  background-size: cover;
  box-shadow: 0 0px 20px 0 rgba(0,0,0,.1);
  transition: all .5s;
  border-radius: 30px;
  overflow: hidden;
  padding: 40px;
}
.sy_con3 .rq .rq1:hover .div{
  background: url(../images/img25.png);
  background-size: cover;
  box-shadow: 0 20px 20px 0 rgba(7,110,254,.2);
}
.sy_con3 .rq .rq1 .p3{
  font-size: 34px;
  color: #096ffe;
  margin-bottom: 20px;
  transition: all .3s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con3 .rq .rq1 .p4{
  font-size: 18px;
  color: #333333;
  transition: all .3s;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sy_con3 .rq .rq1:hover .p3,
.sy_con3 .rq .rq1:hover .p4{
  color: #fff;
}



/* sy_con4 */
.sy_con4{
  width: 100%;
  padding-top: 85px;
  padding-bottom: 90px;
  background: rgb(247,249,252);
}
.sy_con4 .top{
  width: 100%;
}
.sy_con4 .top .lef{
  float: left;
}
.bt .p1{
  font-size: 48px;
  color: #c6c6c6;
  font-family: "akz";
  text-transform: uppercase;
}
.bt .p2{
  font-size: 42px;
  color: #333333;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}
.bt .p2::before{
  content: '';
  width: 161px;
  height: 10px;
  background-image: url(../images/img29.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sy_con4 .top .rig{
  float: right;
}
.sy_con4 .top .rig .div{
  float: left;
  margin: 0 45px;
  position: relative;
  cursor: pointer;
}
.sy_con4 .top .rig .div::before{
  content: '';
  width: 1px;
  height: 22px;
  background: rgb(192,192,192);
  position: absolute;
  bottom: 5px;
  right: -44px;
}
.sy_con4 .top .rig .div:last-child::before{
  content: none;
}
.sy_con4 .top .rig .div .div1{
  width: 74px;
  height: 73px;
  margin: 0 auto;
  position: relative;
}
.sy_con4 .top .rig .div .div1 img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
}
.sy_con4 .top .rig .div .div1 .ig2{
  left: -100%;
  opacity: 0;
}
.sy_con4 .top .rig .div.on .div1 .ig2,
.sy_con4 .top .rig .div:hover .div1 .ig2{
  left: 0;
  opacity: 1;
}
.sy_con4 .top .rig .div.on .div1 .ig1,
.sy_con4 .top .rig .div:hover .div1 .ig1{
  left: 100%;
  opacity: 0;
}
.sy_con4 .top .rig .div p{
  font-size: 18px;
  color: #666666;
  display: inline-block;
  line-height: 35px;
  padding: 0 20px;
  margin-top: 8px;
  transition: all .5s;
}
.sy_con4 .top .rig .div.on p{
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
 color: #fff;
}
.sy_con4 .top .rig .div:hover p{
  color: #025bff;
}
.sy_con4 .top .rig .div.on:hover p{
  color: #fff;
}

.sy_con4 .bot{
  padding-top: 65px;
  width: 100%;
  display: none;
}
.sy_con4 .bot.on1{
  display: block;
}
.sy_con4 .bot .rq{
  width: 18.7%;
  height: 620px;
  float: left;
  margin-right: 1.3%;
}
.sy_con4 .bot .rq:last-child{
  margin-right: 0;
}
.sy_con4 .bot .rq .div{
  width: 100%;
  height: 300px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.sy_con4 .bot .rq .div:nth-child(1){
  margin-bottom: 20px;
}
.sy_con4 .bot .rq .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .8s;
}
.sy_con4 .bot .rq .div:hover img{
  transform: scale(1.05);
}
.sy_con4 .bot .rq .div .p{
  font-size: 20px;
  color: #333;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all .8s;
  line-height: 75px;
  background: rgba(255,255,255,.5);
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con4 .bot .rq .div:hover .p{
  bottom: -100%;
}
.sy_con4 .bot .rq .div1{
  width: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 22px 18px;
  background: linear-gradient(to right,rgba(9,110,254,0.7),rgba(0,182,241,0.7));
  transition: all .8s;
}
.sy_con4 .bot .rq .div:hover .div1{
  bottom: 0;
}
.sy_con4 .bot .rq .div1 .p1{
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con4 .bot .rq .div1 .p2{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sy_con4 .bot .rq1{
  width: 40%;
  height: 620px;
  margin-right: 1.3%;
  background: #fff;
  float: left;
}
.sy_con4 .bot .rq1 a{
  display: block;
}
.sy_con4 .bot .rq1 .div{
  width: 100%;
  height: 300px; 
  padding: 0 55px;
  padding-top: 60px;
}
.sy_con4 .bot .rq1 .div .p1{
  font-size: 30px;
  color: #333333;
  margin-bottom: 18px;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con4 .bot .rq1 .div .p2{
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con4 .bot .rq1 .div .div1{
  padding-top: 30px;
}
.sy_con4 .bot .rq1 .div .div1 div{
  width: 85px;
  height: 85px;
  background-image: url(../images/img43.png);
  background-size: cover;
  padding-top: 15px;
  position: relative;
  float: left;
  margin-right: 10px;
  transition: all .5s;
}
.sy_con4 .bot .rq1 .div .div1 div:hover{
  transform: translateY(-10px);
}
.sy_con4 .bot .rq1 .div .div1 div::before{
  content: '';
  width: 100%;
  height: 56px;
  background-image: url(../images/img44.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
}
.sy_con4 .bot .rq1 .div .div1 div img{
  width: 29px;
  display: block;
  margin: 0 auto;
}
.sy_con4 .bot .rq1 .div .div1 div p{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
}
.sy_con4 .bot .rq1 .div3{
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}
.sy_con4 .bot .rq1 .div3 img{
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.sy_con4 .bot .rq1:hover .div3 img{
  transform:translate(-50%,-50%) scale(1.05);
}


/* sy_con5 */
.sy_con5{
  width: 100%;
  padding-top: 72px;
  position: relative;
}
.sy_con5::before{
  content: '';
  width: 100%;
  height: 365px;
  background-image: url(../images/img48.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sy_con5 .bt{
  width: 100%;
  text-align: center;
}
.sy_con5 .bt p{
  color: #fff;
}
.sy_con5 .bt .p1{
  opacity: 0.66;
}
.sy_con5 .bt .p2::before{
  left: 50%;
  transform: translateX(-50%);
}
.sy_con5 .top{
  width: 100%;
  background: #fff;
  padding: 30px;
  padding-bottom: 60px;
  border-radius: 10px;
  margin-top: 45px;
}
.sy_con5 .top .swiper-container{
  padding-bottom: 15px;
}
.sy_con5 .top .swiper-slide{
  height: 115px;
  border: 1px solid rgb(237, 237, 237);
  border-right:none;
  padding-top: 70px;
  position: relative;
  transition: all .5s;
  background: url(../images/img45.png);
  background-size: cover;
  cursor: pointer;
}
.sy_con5 .top .swiper-slide:last-child{
  border-right:1px solid rgb(237, 237, 237);
}
.sy_con5 .top .swiper-slide-thumb-active,
.sy_con5 .top .swiper-slide:hover{
  background: url(../images/img23.jpg);
  background-size: cover;
}
.sy_con5 .top .swiper-slide::before{
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 15px solid rgb(18,132,253);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .5s;
}
.sy_con5 .top .swiper-slide-thumb-active::before{
  opacity: 1;
}
.sy_con5 .top .swiper-slide img{
  width: 30px;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s;
}
.sy_con5 .top .swiper-slide .ig2{
  opacity: 0;
  left: 30%;
}
.sy_con5 .top .swiper-slide-thumb-active .ig2,
.sy_con5 .top .swiper-slide:hover .ig2{
  left: 50%;
  opacity: 1;
}
.sy_con5 .top .swiper-slide-thumb-active .ig1,
.sy_con5 .top .swiper-slide:hover .ig1{
  left: 70%;
  opacity: 0;
}
.sy_con5 .top .swiper-slide p{
  font-size: 16px;
  color: #333333;
  text-align: center;
  transition: all .3s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con5 .top .swiper-slide-thumb-active p,
.sy_con5 .top .swiper-slide:hover p{
  color: #fff;
}
.sy_con5 .bot{
  width: 100%;
  padding: 0 30px;
}
.sy_con5 .bot .swiper-slide a{
  display: flex;
  background: rgb(247,249,252);
}
.sy_con5 .bot .swiper-slide .lef{
  width: 57.5%;
  overflow: hidden;
}
.sy_con5 .bot .swiper-slide .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con5 .bot .swiper-slide:hover .lef img{
  transform: scale(1.1);
}
.sy_con5 .bot .swiper-slide .rig{
  width: 42.5%;
  padding-left: 85px;
  padding-right: 60px;
  padding-top: 105px;
}
.sy_con5 .bot .swiper-slide .rig .p1{
  font-size: 36px;
  color: #333333;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con5 .bot .swiper-slide .rig .p2{
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 3px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con5 .bot .swiper-slide .rig .p3{
  font-size: 22px;
  color: #666666;
  margin-top: 26px;
  padding-bottom: 35px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;

}
.sy_con5 .rq{
  padding-top: 50px;
  padding-left: 145px;
  padding-right: 60px;
  position: relative;
}
.sy_con5 .rq .swiper-container{
  padding-bottom: 88px;
  padding-right: 80px;
}
.sy_con5 .rq .swiper-slide{
  position: relative;
  height: 161px;
}
.sy_con5 .rq .swiper-slide .div{
  width: 100%;
  height: 100%;
  background-image: url(../images/img63.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.sy_con5 .rq .swiper-slide .div img{
  max-width: 98%;
  max-height: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con5 .rq .swiper-slide::before{
  content: '';
  width: 177px;
  height: 172px;
  background-image: url(../images/img70.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 76%;
  left: 98%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.sy_con5 .rq .swiper-button-prev,
.sy_con5 .rq .swiper-button-next{
  width: 42px;
  height: 42px;
  background-image: url(../images/img71.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 30px;
  transition: all .5s;
}
.sy_con5 .rq .swiper-button-prev{
  left: 30px;
  transform: rotate(180deg);
}
.sy_con5 .rq .swiper-button-prev:hover,
.sy_con5 .rq .swiper-button-next:hover{
  background-image: url(../images/img72.png);
}


/* sy_con6 */
.sy_con6{
  width: 100%;
}
.sy_con6 .p1{
  font-size: 48px;
  color: #333333;
  text-align: center;
}
.sy_con6 .p2{
  font-size: 19px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  font-family: "akz";
  opacity: 0.63;
  margin-top: 5px;
  letter-spacing: 2px;
}
.sy_con6 .rq1{
  width: 100%;
  margin-top: 60px;
  background: rgb(247,249,252);
  position: relative;
}
.sy_con6 .rq1 .rig{
  width: 53%;
  float: right;
}
.sy_con6 .rq1 .rig img{
  width: 100%;
  vertical-align: middle;
}
.sy_con6 .rq1 .container{
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sy_con6 .rq1 .div{
  width: 46%;
  padding-top: 60px;
  padding-right: 60px;
}
.sy_con6 .p3{
  font-size: 86px;
  color: #025aff;
  font-family: "akz";
}
.sy_con6 .p4{
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 30px;
}
.sy_con6 .p5{
  font-size: 18px;
  color: #666666;
  padding-left: 17px;
  position: relative;
  width: 70%;
  margin-bottom: 12px;
}
.sy_con6 .p5::before{
  content: '';
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #025aff;
  position: absolute;
  top: 10px;
  left: 4px;
}
.sy_con6 .p5 span{
  color: #025aff;
}
.sy_con6 .rq2{
  width: 100%;
  padding-top: 55px;
}
.sy_con6 .rq2 .container{
  display: flex;
}
.sy_con6 .rq2 .lef{
  width: 46.5%;
}
.sy_con6 .rq2 .lef img{
  width: 100%;
  vertical-align: middle;
}
.sy_con6 .rq2 .rig{
  width: 53.5%;
  padding-left: 164px;
  padding-top: 70px;
}
.sy_con6 .rq2 .rig .p5{
  width: 80%;
}
.sy_con6 .rq2.rq3 .rig{
  padding: 0;
}
.sy_con6 .rq2.rq3 .rig img{
  width: 100%;
  vertical-align: middle;
}
.sy_con6 .rq2.rq3 .lef{
  padding-top: 70px;
}
.sy_con6 .rq2.rq3 .lef .p5{
  width: 90%;
}

.sy_con6 .rq1.rq4 .rig{
  width: 47%;
  float: left;
}
.sy_con6 .rq1.rq4 .div{
  float: right;
  width: 43%;
}
.sy_con6 .p3 span{
  font-size: 40px;
  color: #999999;
  font-family: "akz2";
  text-transform: uppercase;
}


/* sy_con7 */
.sy_con7{
  width: 100%;
  padding-top: 94px;
  padding-bottom: 120px;
}
.sy_con7 .bt{
  text-align: center;
}
.sy_con7 .bt .p2::before{
  left: 50%;
  transform: translateX(-50%);
}
.sy_con7 .rq1{
  width: 100%;
  padding: 36px;
  box-shadow: 0 0px 20px 0 rgba(0,0,0,.03);
  margin-top: 15px;
}
.sy_con7 .rq1 .lef{
  width: 51.7%;
  float: left;
  overflow: hidden;
}
.sy_con7 .rq1 .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con7 .rq1:hover .lef img{
  transform: scale(1.05);
}
.sy_con7 .rq1 .rig{
  width: 48.3%;
  float: right;
  padding-top: 55px;
  padding-left: 60px;
}
.sy_con7 .rq1 .rig .p1{
  font-size: 42px;
  color: #333333;
  font-weight: bold;
}
.sy_con7 .rq1 .rig .p2{
  text-transform: uppercase;
  font-size: 18px;
  color: #c6c6c6;
  opacity: 0.58;
  font-family: "akz";
  letter-spacing: 2px;
  margin-top: 10px;
}
.sy_con7 .rq1 .rig .p3{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 30px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;

}
.sy_con7 .rq2{
  padding-top: 44px;
  width: 100%;
}
.sy_con7 .rq2 .lef{
  width: 23%;
  float: left;
  padding-top: 40px;
}
.sy_con7 .rq2 .lef button{
  font-size: 22px;
  color: #333333;
  border: 1px solid rgb(209,209,209);
  width: 245px;
  height: 55px;
  margin-bottom: 20px;
}
.sy_con7 .rq2 .lef button.on{
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
  color: #fff;
  border: 1px solid rgb(0,182,241);
}
.sy_con7 .rq2 .rig{
  width: 77%;
  float: right;
}
.sy_con7 .rq2 .rig .rq3{
  width: 100%;
  display: none;
}
.sy_con7 .rq2 .rig .rq3.on1{
  display: block;
}
.sy_con7 .rq2 .rig .swiper-slide div{
  width: 100%;
  overflow: hidden;
}
.sy_con7 .rq2 .rig .swiper-slide div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con7 .rq2 .rig .swiper-slide:hover div img{
  transform: scale(1.1);
}
.sy_con7 .rq2 .rig .swiper-slide p{
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-top: 18px;
}


/* sy_con8 */
.sy_con8{
  width: 100%;
  padding-top: 65px;
  padding-bottom: 55px;
  background: rgb(247,249,252);
}
.sy_con8 .rq{
  width: 100%;
  position: relative;
}
.sy_con8 .rq .anniu{
  position: absolute;
  bottom: 0;
  right: 0;
}
.sy_con8 .rq1{
  width: 100%;
  padding-top: 45px;
}
.sy_con8 .rq1 .lef{
  width: 73.5%;
  float: left;
}
.sy_con8 .lef .rq2{
  width: 50%;
  float: left;
}
.sy_con8 .lef .rq2 .top{
  width: 100%;
  height: 210px;
  background: #fff;
  margin-bottom: 13px;
  overflow: hidden;
}
.sy_con8 .lef .rq2 .top .a{
  display: flex;
  height: 100%;
}
.sy_con8 .lef .rq2 .top .div{
  width: 35%;
  padding-top: 30px;
  text-align: center;
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
}
.sy_con8 .lef .rq2 .top .div .p1{
  font-size: 26px;
  color: #ffffff;
}
.sy_con8 .lef .rq2 .top .div .p2{
  font-size: 14px;
  color: #ffffff;
  font-family: "akz2";
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 34px;
}
.sy_con8 .lef .rq2 .top .div .p3{
  font-size: 30px;
  color: #ffffff;
  font-family: "din";
}
.sy_con8 .lef .rq2 .top .div .p4{
  font-family: "akz2";
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
.sy_con8 .lef .rq2 .top .div1{
  width: 65%;
  overflow: hidden;
}
.sy_con8 .lef .rq2 .top .div1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con8 .lef .rq2 .top:hover .div1 img{
  transform: scale(1.05);
}
.sy_con8 .lef .rq2 .bot{
  width: 100%;
}
.sy_con8 .lef .rq2 .bot .div{
  width: 100%;
  border-bottom: 1px solid rgb(235,236,236);
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 25px;
}
.sy_con8 .lef .rq2 .bot .div p{
  font-size: 22px;
  color: #333333;
}
.sy_con8 .lef .rq2 .bot .div p span{
  font-family: "akz2";
  font-size: 14px;
  color: #999999;
}
.sy_con8 .lef .rq2 .bot .div p img{
  width: 28px;
  margin-bottom: -6px;
  margin-right: 8px;
}
.sy_con8 .lef .rq2 .bot .div1{
  width: 100%;
  padding-top: 28px;
  padding-bottom: 35px;
  padding-left: 25px;
}
.sy_con8 .lef .rq2 .bot .div1 .p1{
  font-size: 18px;
  color: #333333;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con8 .lef .rq2 .bot .div1 .p2{
  font-size: 14px;
  color: #999999;
  margin-top: 14px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con8 .lef .rq2 .bot .div2{
  width: 100%;
  padding-right: 30px;
}
.sy_con8 .lef .rq2 .bot .div2 a{
  display: block;
  line-height: 55px;
  border-top: 1px solid rgb(235,236,236);
  padding-left: 45px;
  padding-right: 100px;
  font-size: 16px;
  color: #333333;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sy_con8 .lef .rq2 .bot .div2 a:hover{
  padding-left: 55px;
  color: #0158ff;
}
.sy_con8 .lef .rq2 .bot .div2 a::before{
  content: '';
  width: 4px;
  height: 4px;
  background: rgb(19,135,253);
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
.sy_con8 .lef .rq2 .bot .div2 a span{
  font-size: 14px;
  color: #666666;
  font-family: "akz2";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.sy_con8 .lef .rq2.rq3{
  padding-left: 12px;
}
.sy_con8 .lef .rq2.rq3 .top{
  padding: 30px 35px;
}
.sy_con8 .lef .rq2.rq3 .top .p5{
  font-size: 22px;
  color: #333333;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con8 .lef .rq2.rq3 .top .p6{
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  color: #999999;
  margin-top: 12px;
  margin-bottom: 18px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con8 .lef .rq2.rq3 .top a{
  font-size: 16px;
  color: #0158ff;
  padding-right: 30px;
  position: relative;
  transition: all .5s;
}
.sy_con8 .lef .rq2.rq3 .top:hover a{
  padding-left: 10px;
}
.sy_con8 .lef .rq2.rq3 .top a::before{
  content: '';
  width: 20px;
  height: 8px;
  background-image: url(../images/img85.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
}

.sy_con8 .rig{
  width: 26.5%;
  float: right;
  padding-left: 58px;
}
.sy_con8 .rig .top{
  width: 100%;
  height: 210px;
  margin-bottom: 13px;
  position: relative;
  overflow: hidden;
}
.sy_con8 .rig .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con8 .rig .top:hover img{
  transform: scale(1.05);
}
.sy_con8 .rig .top p{
  width: 68px;
  height: 68px;
  font-size: 20px;
  color: #ffffff;
  background: rgb(14,180,235);
  padding: 6px 14px;
  position: absolute;
  top: 0;
  right: 0;
}
.sy_con8 .rig .bot{
  width: 100%;
}
.sy_con8 .rig .bot .div{
  width: 100%;
  height: 120px;
  border: 1px solid rgb(235,236,236);
  background: url(../images/img87.png);
  background-size: cover;
  padding: 0 20px;
  padding-top: 24px;
  margin-bottom: 12px;
  transition: all .5s;
}
.sy_con8 .rig .bot .div:hover{
  background: url(../images/img23.jpg);
  background-size: cover;
}
.sy_con8 .rig .bot .div .p1{
  font-size: 17px;
  color: #333333;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  transition: all .3s;
}
.sy_con8 .rig .bot .div .p2{
  font-size: 14px;
  color: #999999;
  margin-top: 12px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .3s;
}
.sy_con8 .rig .bot .div:hover p{
  color: #fff;
}
.sy_con8 .rig .bot .div:hover .p2{
  opacity: 0.66;
}
.sy_con1 .rig .rq2{
  display: none;
}

.sy_con2 .rq2{
  display: none;
}

.sy_con8 .rq1 .rq6{
  display: none;
}
.sy_con8 .lef .rq2.rq5{
  display: none;
}



@media(max-width:1680px){
  
  .sy_con1 .rig .rq .rq1 {
    height: 364px;
}
.sy_con1 .rig .rq .rq1 .top {
  height: 277px;
}
.sy_con1 .rig .rq .rq1 .bot {
  width: 100%;
  height: 94px;
  padding: 0 28px;
}
.sy_con1 .rig .rq .rq1::before {
  height: 51%;
}
.sy_con1 .rig .rq .rq1::after {
  height: 49%;
}
.sy_con5 .rq .swiper-slide::before {
  width: 139px;
  height: 136px;
}
.sy_con5 .rq .swiper-slide {
  height: 122px;
}
.sy_con6 .rq1 .div {
  padding-top: 30px;
  padding-right: 60px;
}
.sy_con7 .rq2 .lef {
  padding-top: 17px;
}
.sy_con8 .rig .top,
.sy_con8 .lef .rq2 .top {
  height: 184px;
}

}
@media(max-width:1459px){
  .content{
    margin-top: 166px;
  }
  .banner .swiper-slide .container .p1 {
    font-size: 20px;
    margin-bottom: 6px;
}
.banner .swiper-slide .container .p2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.anniu {
  width: 130px;
  line-height: 38px;
  border-radius: 38px;
  font-size: 14px;
  padding-right: 28px;
}
.anniu::before {
  width: 18px;
  height: 7px;
}
.index-waper,
.index-back-box {
  height: 58px;
}
.index-waper .inner .lef {
  padding: 0 30px;
  line-height: 58px;
}
.index-waper .inner .lef span {
  font-size: 14px;
  padding-left: 25px;
}
.index-waper .inner .lef span::before {
  width: 17px;
  height: 17px;
}
.index-waper .inner .lef a {
  font-size: 13px;
}
.index-waper .inner .rig {
  height: 58px;
  padding-left: 42px;
}
.index-waper .inner .rig::before {
  width: 14px;
  height: 12px;
  left: 18px;
}
.index-waper .inner .rig input {
  font-size: 13px;
}
.index-waper .inner .rig button::before {
  width: 20px;
  height: 19px;
}
.banner .swiper-pagination {
  bottom: 78px;
}
.sy_con1 {
  padding-top: 85px;
  padding-bottom: 80px;
}
.sy_con1 .lef {
  padding-top: 35px;
}
.sy_con1 .lef .p1 {
  font-size: 24px;
}
.sy_con1 .lef .p2 {
  font-size: 36px;
}
.sy_con1 .lef .div img {
  width: 40px;
}
.sy_con1 .lef .div .p3 {
  font-size: 14px;
}
.sy_con1 .lef .div .p4 {
  font-size: 26px;
}
.sy_con1 .lef .div {
  padding-left: 50px;
  margin-top: 33px;
  margin-bottom: 40px;
}
.sy_con1 .lef a {
  font-size: 14px;
  width: 120px;
  line-height: 34px;
}
.sy_con1 .rig .rq .rq1 {
  height: 316px;
}
.sy_con1 .rig .rq .rq1 .bot .p1 {
  font-size: 18px;
  margin-bottom: 6px;
}
.sy_con1 .rig .rq .rq1 .bot .p2 {
  font-size: 14px;
}
.sy_con1 .rig .rq .rq1 .bot{
  height: auto;
}
.sy_con1 .rig .rq .rq1 .top {
  height: 236px;
}
.sy_con2 {
  padding-top: 80px;
  padding-bottom: 57px;
}
.sy_con2 .p1 {
  font-size: 36px;
}
.sy_con2 .rq {
  padding-top: 60px;
}
.sy_con2 .rq .rq1 {
  /* height: 149px; */
  margin-bottom: 20px;
}
.sy_con2 .rq .rq1 .lef .p2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.sy_con2 .rq .rq1 .lef .p3 {
  font-size: 14px;
}
.sy_con2 .rq .rq1 .lef {
  padding: 30px;
}
.sy_con2 .rq .rq1 .rig::before {
  border-top: 9px solid transparent;
  border-left: 15px solid #fff;
  border-bottom: 9px solid transparent;
}
.sy_con2 .rq .rq1:hover .rig::before {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #096ffe;
}
.sy_con3 {
  padding-top: 54px;
  padding-bottom: 60px;
}
.sy_con3 .p1 {
  font-size: 30px;
}
.sy_con3 .p1 span {
  width: 45px;
  height: 58px;
  margin: 0 5px;
}
.sy_con3 .p2 {
  font-size: 15px;
  margin-top: 5px;
}
.sy_con3 .rq {
  padding-top: 50px;
}
.sy_con3 .rq .rq1 {
  height: 160px;
}
.sy_con3 .rq .rq1 .div{
  border-radius: 30px;
  padding: 28px;
}
.sy_con3 .rq .rq1 .p3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.sy_con3 .rq .rq1 .p4 {
  font-size: 14px;
}
.sy_con3 .rq .rq1:nth-child(1)::before {
  width: 118px;
  height: 88px;
}
.sy_con3 .rq .rq1:nth-child(2)::before {
  width: 82px;
  height: 82px;
}
.sy_con3 .rq .rq1:nth-child(3)::before {
  width: 73px;
  height: 74px;
}
.sy_con4 {
  padding-top: 64px;
  padding-bottom: 68px;
}
.bt .p1 {
  font-size: 34px;
}
.bt .p2 {
  font-size: 30px;
  padding-bottom: 15px;
}
.bt .p2::before {
  width: 120px;
  height: 7px;
}
.sy_con4 .top .rig .div {
  margin: 0 30px;
}
.sy_con4 .top .rig .div .div1 {
  width: 56px;
  height: 55px;
}
.sy_con4 .top .rig .div p {
  font-size: 14px;
  line-height: 26px;
  padding: 0 15px;
  margin-top: 8px;
}
.sy_con4 .top .rig .div::before {
  content: '';
  width: 1px;
  height: 16px;
  bottom: 5px;
  right: -38px;
}
.sy_con4 .bot {
  padding-top: 48px;
}
.sy_con4 .bot .rq1,
.sy_con4 .bot .rq {
  height: 470px;
}
.sy_con4 .bot .rq .div{
  height: 225px;
}
.sy_con4 .bot .rq .div .p {
  font-size: 15px;
  line-height: 57px;
}
.sy_con4 .bot .rq .div1 {
  padding: 16px 13px;
}
.sy_con4 .bot .rq .div1 .p1 {
  font-size: 15px;
}
.sy_con4 .bot .rq .div1 .p2 {
  font-size: 12px;
  padding-top: 5px;
}
.sy_con4 .bot .rq1 .div {
  height: 225px;
  padding: 0 40px;
  padding-top: 45px;
}
.sy_con4 .bot .rq1 .div3{
  height: 245px;
}
.sy_con4 .bot .rq1 .div .p1 {
  font-size: 22px;
  margin-bottom: 10px;
}
.sy_con4 .bot .rq1 .div .p2 {
  font-size: 14px;
}
.sy_con4 .bot .rq1 .div .div1 {
  padding-top: 18px;
}
.sy_con4 .bot .rq1 .div .div1 div {
  width: 64px;
  height: 64px;
  padding-top: 12px;
}
.sy_con4 .bot .rq1 .div .div1 div img {
  width: 21px;
}
.sy_con4 .bot .rq1 .div .div1 div p {
  font-size: 12px;
  margin-top: 5px;
}
.sy_con5 {
  padding-top: 54px;
}
.sy_con5::before {
  height: 277px;
}
.sy_con5 .top {
  padding: 22px;
  padding-bottom: 40px;
  margin-top: 34px;
}
.sy_con5 .top .swiper-slide {
  height: 87px;
  padding-top: 53px;
}
.sy_con5 .top .swiper-slide img {
  width: 22px;
  top: 20px;
}
.sy_con5 .top .swiper-slide p {
  font-size: 13px;
}
.sy_con5 .top .swiper-slide::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 11px solid rgb(18,132,253);
}
.sy_con5 .rq .swiper-slide::before {
  width: 113px;
  height: 113px;
}
.sy_con5 .bot .swiper-slide .rig {
  padding-left: 60px;
  padding-right: 40px;
  padding-top: 70px;
}
.sy_con5 .bot .swiper-slide .rig .p1 {
  font-size: 26px;
}
.sy_con5 .bot .swiper-slide .rig .p2 {
  font-size: 14px;
}
.sy_con5 .bot .swiper-slide .rig .p3 {
  font-size: 16px;
  margin-top: 20px;
  padding-bottom: 30px;
  line-height: 28px;
}
.sy_con5 .bot {
  padding: 0 22px;
}
.sy_con5 .rq {
  padding-top: 38px;
  padding-left: 110px;
  padding-right: 45px;
}
.sy_con5 .rq .swiper-container {
  padding-bottom: 66px;
  padding-right: 60px;
}
.sy_con5 .rq .swiper-button-prev, .sy_con5 .rq .swiper-button-next {
  width: 32px;
  height: 32px;
  right: 22px;
}
.sy_con5 .rq .swiper-button-prev {
  left: 22px;
}
.sy_con5 .rq .swiper-slide {
  height: 101px;
}
.sy_con6 .p1 {
  font-size: 34px;
}
.sy_con6 .p2 {
  font-size: 15px;
}
.sy_con6 .rq1 {
  margin-top: 45px;
}
.sy_con6 .rq1 .div {
  padding-top: 45px;
  padding-right: 45px;
}
.sy_con6 .p3 {
  font-size: 62px;
}
.sy_con6 .p4 {
  font-size: 26px;
  margin-top: 24px;
  margin-bottom: 22px;
}
.sy_con6 .p5 {
  font-size: 15px;
  padding-left: 15px;
  width: 82%;
  margin-bottom: 12px;
}
.sy_con6 .p5::before {
  height: 4px;
  width: 4px;
  top: 8px;
  left: 4px;
}
.sy_con6 .rq2 .rig {
  padding-left: 120px;
  padding-top: 53px;
}
.sy_con6 .rq2 {
  padding-top: 40px;
}
.sy_con6 .rq2.rq3 .lef {
  padding-top: 53px;
}
.sy_con6 .p3 span {
  font-size: 30px;
}
.sy_con7 {
  padding-top: 70px;
  padding-bottom: 90px;
}
.sy_con7 .rq1 {
  padding: 26px;
}
.sy_con7 .rq1 .rig {
  padding-top: 40px;
  padding-left: 45px;
}
.sy_con7 .rq1 .rig .p1 {
  font-size: 30px;
}
.sy_con7 .rq1 .rig .p2 {
  font-size: 15px;
  margin-top: 6px;
}
.sy_con7 .rq1 .rig .p3 {
  font-size: 14px;
  line-height: 25px;
  margin-top: 18px;
  margin-bottom: 24px;
}
.sy_con7 .rq2 {
  padding-top: 33px;
}
.sy_con7 .rq2 .lef button {
  font-size: 16px;
  width: 186px;
  height: 40px;
  margin-bottom: 10px;
}
.sy_con7 .rq2 .lef {
  padding-top: 30px;
}
.sy_con7 .rq2 .rig .swiper-slide p {
  font-size: 15px;
  margin-top: 12px;
}
.sy_con8 {
  padding-top: 48px;
  padding-bottom: 40px;
}
.sy_con8 .rq1 {
  padding-top: 34px;
}
.sy_con8 .rig .top, .sy_con8 .lef .rq2 .top {
  height: 157px;
}
.sy_con8 .lef .rq2 .top .div .p1 {
  font-size: 18px;
}
.sy_con8 .lef .rq2 .top .div .p2 {
  font-size: 12px;
  margin-top: 3px;
  margin-bottom: 20px;
}
.sy_con8 .lef .rq2 .top .div .p3 {
  font-size: 22px;
}
.sy_con8 .lef .rq2 .top .div .p4 {
  font-size: 12px;
  margin-top: 3px;
}
.sy_con8 .lef .rq2 .bot .div {
  padding-top: 6px;
  padding-bottom: 16px;
  padding-left: 18px;
}
.sy_con8 .lef .rq2 .bot .div p {
  font-size: 16px;
}
.sy_con8 .lef .rq2 .bot .div p img {
  width: 20px;
  margin-bottom: -5px;
  margin-right: 4px;
}
.sy_con8 .lef .rq2 .bot .div p span {
  font-size: 13px;
}
.sy_con8 .lef .rq2 .bot .div1 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 24px;
  padding-left: 18px;
}
.sy_con8 .lef .rq2 .bot .div1 .p1 {
  font-size: 15px;
}
.sy_con8 .lef .rq2 .bot .div1 .p2 {
  font-size: 13px;
  margin-top: 8px;
}
.sy_con8 .lef .rq2 .bot .div2 a {
  line-height: 42px;
  padding-left: 34px;
  padding-right: 85px;
  font-size: 14px;
}
.sy_con8 .lef .rq2 .bot .div2 a span {
  font-size: 12px;
  right: 10px;
}
.sy_con8 .lef .rq2 .bot .div2 a::before {
  width: 3px;
  height: 3px;
  left: 19px;
}
.sy_con8 .lef .rq2.rq3 .top {
  padding: 22px 26px;
}
.sy_con8 .lef .rq2.rq3 .top .p5 {
  font-size: 17px;
}
.sy_con8 .lef .rq2.rq3 .top .p6 {
  font-size: 13px;
  line-height: 22px;
  height: 44px;
  margin-top: 8px;
  margin-bottom: 14px;
}
.sy_con8 .lef .rq2.rq3 .top a {
  font-size: 12px;
  padding-right: 22px;
}
.sy_con8 .lef .rq2.rq3 .top a::before {
  width: 16px;
  height: 6px;
}
.sy_con8 .lef .rq2 .bot .div2 a:hover {
  padding-left: 40px;
}
.sy_con8 .rig .top p {
  width: 52px;
  height: 52px;
  font-size: 14px;
  padding: 6px 12px;
}
.sy_con8 .rig {
  padding-left: 46px;
}
.sy_con8 .rig .bot .div {
  height: 90px;
  padding: 0 15px;
  padding-top: 18px;
  margin-bottom: 8px;
}
.sy_con8 .rig .bot .div .p1 {
  font-size: 14px;
}
.sy_con8 .rig .bot .div .p2 {
  font-size: 12px;
  margin-top: 5px;
}



}
@media(max-width:1259px){
  .banner .swiper-slide .container .p1 {
    font-size: 16px;
}
.banner .swiper-slide .container .p2 {
  font-size: 28px;
}
.anniu {
  width: 110px;
  line-height: 32px;
  border-radius: 32px;
  font-size: 12px;
  padding-right: 28px;
}
.sy_con1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sy_con1 .lef .p1 {
  font-size: 18px;
}
.sy_con1 .lef .p2 {
  font-size: 28px;
}
.sy_con1 .lef .div {
  padding-left: 50px;
  margin-top: 23px;
  margin-bottom: 30px;
}
.sy_con1 .rig .rq .rq1 {
  height: 260px;
}
.sy_con1 .rig .rq .rq1 .top {
  height: 195px;
}
.sy_con1 .rig .rq .rq1 .bot {
  padding: 0 15px;
}
.sy_con1 .rig .rq .rq1 .bot .p1 {
  font-size: 16px;
}
.sy_con2 {
  padding-top: 50px;
  padding-bottom: 40px;
}
.sy_con2 .p1 {
  font-size: 28px;
}
.sy_con2 .rq {
  padding-top: 40px;
}
.sy_con2 .rq .rq1 {
  /* height: 120px; */
  margin-bottom: 20px;
}
.sy_con2 .rq .rq1 .lef .p2 {
  font-size: 18px;
  margin-bottom: 7px;
}
.sy_con2 .rq .rq1 .lef .p3 {
  -webkit-line-clamp: 2;
}
.sy_con2 .rq .rq1 .lef {
  padding: 19px;
}
.sy_con3 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.sy_con3 .p1 {
  font-size: 28px;
}
.sy_con3 .p1 span {
  width: 37px;
  height: 49px;
  margin: 0 5px;
}
.sy_con3 .rq .rq1 .p3 {
  font-size: 18px;
  margin-bottom: 6px;
}
.sy_con3 .rq .rq1 {
  height: 130px;
}
.sy_con3 .rq .rq1 .div{
  border-radius: 14px;
  padding: 18px;
}
.sy_con3 .rq {
  padding-top: 35px;
}
.sy_con4 {
  padding-top: 50px;
  padding-bottom: 54px;
}
.bt .p1 {
  font-size: 26px;
}
.bt .p2 {
  font-size: 26px;
  padding-bottom: 13px;
}
.bt .p2::before {
  width: 100px;
  height: 6px;
}
.sy_con4 .top .rig .div {
  margin: 0 15px;
}
.sy_con4 .top .rig .div .div1 {
  width: 38px;
  height: 37px;
}
.sy_con4 .top .rig .div p {
  font-size: 12px;
  line-height: 24px;
  padding: 0 13px;
  margin-top: 10px;
}
.sy_con4 .top .rig .div::before {
  height: 13px;
  bottom: 5px;
  right: -15px;
}
.sy_con4 .bot {
  padding-top: 34px;
}
.sy_con4 .bot .rq .div {
  height: 195px;
}
.sy_con4 .bot .rq .div:nth-child(1) {
  margin-bottom: 10px;
}
.sy_con4 .bot .rq1, .sy_con4 .bot .rq {
  height: 400px;
}
.sy_con4 .bot .rq .div1 {
  padding: 8px 8px;
}
.sy_con4 .bot .rq1 .div {
  height: 205px;
  padding: 0 22px;
  padding-top: 30px;
}
.sy_con4 .bot .rq1 .div3 {
  height: 195px;
}
.sy_con5 {
  padding-top: 50px;
}
.sy_con5::before {
  height: 235px;
}
.sy_con5 .top .swiper-slide p {
  font-size: 12px;
}
.sy_con5 .top {
  padding: 15px;
  padding-bottom: 23px;
  margin-top: 25px;
}
.sy_con5 .bot .swiper-slide .rig {
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 40px;
}
.sy_con5 .bot .swiper-slide .rig .p1 {
  font-size: 20px;
}
.sy_con5 .bot .swiper-slide .rig .p2 {
  font-size: 12px;
}
.sy_con5 .bot .swiper-slide .rig .p3 {
  font-size: 14px;
  margin-top: 18px;
  padding-bottom: 30px;
  line-height: 26px;
}
.sy_con5 .rq .swiper-slide::before {
  width: 122px;
  height: 118px;
}
.sy_con6 .p1 {
  font-size: 28px;
}
.sy_con6 .p2 {
  font-size: 13px;
}
.sy_con6 .p3 {
  font-size: 45px;
}
.sy_con6 .p3 span {
  font-size: 22px;
}
.sy_con6 .p4 {
  font-size: 20px;
  margin-top: 13px;
  margin-bottom: 15px;
}
.sy_con6 .p5 {
  font-size: 14px;
}
.sy_con6 .rq2 .rig {
  padding-left: 77px;
  padding-top: 37px;
}
.sy_con6 .rq2.rq3 .lef {
  padding-top: 37px;
}
.sy_con6 .rq1 .div {
  padding-top: 37px;
  padding-right: 44px;
}
.sy_con6 .rq1.rq4 .div {
  width: 45%;
}
.sy_con6 .rq1 {
  margin-top: 35px;
}
.sy_con6 .rq2 {
  padding-top: 30px;
}
.sy_con7 {
  padding-top: 50px;
  padding-bottom: 55px;
}
.sy_con7 .rq1 {
  padding: 15px;
}
.sy_con7 .rq1 .rig .p1 {
  font-size: 24px;
}
.sy_con7 .rq1 .rig .p2 {
  font-size: 13px;
  margin-top: 6px;
}
.sy_con7 .rq1 .rig {
  padding-top: 27px;
  padding-left: 41px;
}
.sy_con7 .rq2 .rig .swiper-slide p {
  font-size: 14px;
  margin-top: 10px;
}
.sy_con7 .rq2 .lef button {
  font-size: 14px;
  width: 140px;
  height: 35px;
  margin-bottom: 8px;
}
.sy_con7 .rq2 {
  padding-top: 24px;
}
.sy_con8 .rq1 {
  padding-top: 26px;
}
.sy_con8 .rig .top, .sy_con8 .lef .rq2 .top {
  height: 127px;
}
.sy_con8 .lef .rq2 .top .div .p1 {
  font-size: 16px;
}
.sy_con8 .lef .rq2 .top .div .p3 {
  font-size: 18px;
}
.sy_con8 .lef .rq2 .top .div .p2 {
  margin-bottom: 12px;
}
.sy_con8 .lef .rq2 .top .div {
  padding-top: 22px;
}
.sy_con8 .lef .rq2.rq3 .top .p6 {
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.sy_con8 .lef .rq2.rq3 .top {
  padding: 15px 22px;
}
.sy_con8 .rig {
  padding-left: 37px;
}
.sy_con8 .rig .bot .div {
  height: 82px;
  padding: 0 12px;
  padding-top: 12px;
  margin-bottom: 8px;
}



}
@media(max-width:991px){
  #c-followDot{
    display: none;
  }
  .content{
    margin-top: 60px;
  }
  .pc{
    display: none !important;
  }
  .app{
    display: block !important;
  }
  .banner .swiper-pagination {
    bottom: 30px;
}
.sy_con1 .lef{
  width: 100%;
  padding-top: 0;
}
.sy_con1 .rig{
  width: 100%;
}
.sy_con1 .lef .div{
  display: none;
}
.sy_con1 .lef a{
  margin: 30px 0;
  margin-top: 15px;
}
.sy_con2 .rq .rq1{
  width: 100%;
  margin-right: 0;
}
.sy_con2 .rq .rq1 {
  /* height: 190px; */
}
.sy_con3 .rq .rq1{
  width: 49%;
  margin-right: 2% !important;
  margin-bottom: 15px;
}
.sy_con3 .rq .rq1:nth-child(2n){
  margin-right: 0 !important;
}
.sy_con3 .rq .rq1::before{
  content: none !important;
}
.sy_con3 .rq .rq1:nth-child(2n) {
  margin-top: 0px;
}
.sy_con5 .bot .swiper-slide .rig {
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 16px;
}
.sy_con5 .bot .swiper-slide .rig .p3 {
  font-size: 14px;
  margin-top: 10px;
  padding-bottom: 17px;
  line-height: 26px;
}
.sy_con5 .rq {
  padding-top: 26px;
  padding-left: 80px;
  padding-right: 80px;
}
.sy_con5 .rq .swiper-container {
  padding-bottom: 40px;
  padding-right: 50px;
}
.sy_con6 .rq1 .div {
  padding-top: 16px;
  padding-right: 33px;
}
.sy_con6 .p5 {
  width: 100%;
}
.sy_con6 .rq2 .rig {
  padding-left: 40px;
  padding-top: 12px;
}
.sy_con6 .rq2 .rig .p5 {
  width: 100%;
}
.sy_con6 .rq2.rq3 .lef {
  padding-top: 5px;
}
.sy_con6 .rq1.rq4 .div {
  width: 48%;
  padding-right: 0;
}
.sy_con7 .rq1 .rig {
  padding-top: 0px;
  padding-left: 24px;
}
.sy_con8 .rq1 .lef{
  width: 100%;
}
.sy_con8 .lef .rq2{
  width: 100%;
}
.sy_con8 .rig .top, .sy_con8 .lef .rq2 .top {
  height: auto;
}
.sy_con8 .rig{
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
}
.sy_con8 .lef .rq2.rq3{
  padding-left: 0;
  margin-top: 20px;
}
.sy_con8 .rig .bot .div{
  height: auto;
  padding: 12px;
}

}
@media(max-width:768px){
  .sy_con4 .top .lef{
    width: 100%;    float: none;
  }
  .bt .p1,.bt .p2{
    text-align: center;
  }
  .bt .p2::before{
    left: 50%;
    transform: translateX(-50%);
  }
  .sy_con4 .top .rig{
    width: auto;
    display: table;
    margin: 0 auto;
    float: none;
    margin-top: 40px;
  }
  .sy_con4 .bot .rq{
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .sy_con4 .bot .rq .div{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
  }
  .sy_con4 .bot .rq .div:nth-child(2){
    margin-right: 0;
  }
  .sy_con4 .bot .rq1{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .sy_con5 .bot .swiper-slide a{
    flex-wrap: wrap;
  }
  .sy_con5 .bot .swiper-slide .lef{
    width: 100%;
  }
  .sy_con5 .bot .swiper-slide .rig{
    width: 100%;
    padding-bottom: 20px;
  }
  .sy_con5 .rq .swiper-slide::before{
    content: none;
  }
  .sy_con5 .rq .swiper-container {
    padding-bottom: 40px;
    padding-right: 0px;
}
.sy_con6 .rq1 .rig{
  width: 100%;
  float: none;
}
.sy_con6 .rq1 .container{
  width: 100%;
  position: static;
  transform: translateX(0);
}
.sy_con6 .rq1 .div{
  width: 100%;
  padding-bottom: 20px;
}
.sy_con6 .rq2{
  background: rgb(247,249,252);
  padding-top: 0;
  margin-top: 30px;
}
.sy_con6 .rq2 .lef{
  width: 100%;
}
.sy_con6 .rq2.rq3 .lef,
.sy_con6 .rq2 .rig{
  width: 100%;
  padding-left: 0;
  padding-top: 16px;
  padding-bottom: 20px;
}
.sy_con6 .rq2 .container{
  flex-wrap: wrap;
}
.sy_con6 .rq2.rq3 .container{
  flex-wrap: wrap-reverse;
}
.sy_con6 .rq1.rq4 .rig{
  width: 100%;
  float: none;
}
.sy_con6 .rq1.rq4 .div{
  width: 100%;
}
.sy_con7 .rq1 .lef{
  width: 100%;
}
.sy_con7 .rq1 .rig{
  width: 100%;
  padding-left: 0;
  padding-top: 15px;
}
.sy_con7 .rq2 .lef{
  width: auto;
  display: table;
  margin: 0 auto;
  float: none;
  padding-bottom: 15px;
}
.sy_con7 .rq2 .rig{
  width: 100%;
  float: none;
}
.sy_con7 .rq2 .lef button{
  margin: 0 5px;
}


}
@media(max-width:500px){
  .sy_con1 {
    padding-top: 35px;
    padding-bottom: 40px;
}
.sy_con1 .lef .p1 {
  font-size: 16px;
  text-align: center;
}
.sy_con1 .lef .p2 {
  font-size: 22px;
  text-align: center;
}
.sy_con1 .lef a{
  display: none;
}
.sy_con1 .rig .rq .rq1{
  width: 49%;
  height: auto;
  margin-right: 2%;
  padding-bottom: 20px;
}
.sy_con1 .rig .rq{
  padding-top: 20px;
}
.sy_con1 .rig .rq .rq1:nth-child(2n){
  margin-right: 0;
}
.sy_con1 .rig .rq .rq1 .top {
  height: 165px;
}
.sy_con1 .rig .rq .rq1:nth-child(3){
  display: none;
}

/* sy_con1手机端 */
.sy_con1 .rig .rq{
  display: none;
}
.sy_con1 .rig .rq2{
  display: block;
  padding-top: 20px;
}
.sy_con1 .rig .rq2 .a{
    color: #ffffff;
    font-size: 14px;
    width: 120px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    display: block;
    background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
    margin: 0 auto;
    margin-top: 20px;
}
.sy_con1 .rig .rq2 .swiper-slide{
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.sy_con1 .rig .rq2 .swiper-slide::before {
  content: '';
  width: 100%;
  height: 51%;
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sy_con1 .rig .rq2 .swiper-slide::after {
  content: '';
  width: 100%;
  height: 49%;
  background: rgb(247,249,452);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sy_con1 .rig .rq2 .top {
  height: 210px;
}
.sy_con1 .rig .rq2 .top img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  transition: all .5s;
}
.sy_con1 .rig .rq2 .bot {
  width: 100%;
  height: auto;
  padding: 0 15px;
}
.sy_con1 .rig .rq2 .bot .p1 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sy_con1 .rig .rq2 .bot .p2 {
  font-size: 14px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}




.sy_con2 {
  padding-top: 35px;
  padding-bottom: 20px;
}
.sy_con2 .p1 {
  font-size: 20px;
}
.sy_con2 .rq {
  padding-top: 25px;
}
.sy_con2 .rq .rq1 .lef{
  width: 50%;
}
.sy_con2 .rq .rq1 .rig{
  width: 50%;
}
.sy_con2 .rq .rq1 .lef .p3 {
  font-size: 14px;
  line-height: 22px;
}

.sy_con2 .rq{
  display: none;
}
.sy_con2 .rq2{
  display: block;
}
.sy_con2 .rq2 .rq1 .lef{
  display: flex;
  align-items:center;
}
.sy_con2 .rq .rq1 .lef .p2{
  white-space: inherit;
  text-align: center;
  width: 100%;
}
.sy_con2 .rq2 .swiper-container{
  padding-bottom: 20px;
}




.sy_con3 .p1 {
  font-size: 22px;
}
.sy_con3 .p1 span {
  width: 25px;
  height: 33px;
  margin: 0 5px;
}
.sy_con3 {
  padding-top: 35px;
  padding-bottom: 25px;
}
.sy_con3 .rq {
  padding-top: 25px;
}
.sy_con3 .rq .rq1 .p4 {
  font-size: 14px;
  text-align: center;
  -webkit-line-clamp: 4;
}
.sy_con3 .rq .rq1 .p3 {
  font-size: 22px;
  text-align: center;
}
.sy_con3 .rq .rq1 {
  margin-bottom: 10px;
  height: 155px;
}
.sy_con3 .rq .rq1 .div {
  padding: 24px 11px;
}


.sy_con4 {
  padding-top: 35px;
  padding-bottom: 30px;
}
.bt .p1 {
  font-size: 22px;
}
.bt .p2 {
  font-size: 22px;
  padding-bottom: 13px;
}
.sy_con4 .top .rig {
  margin-top: 25px;
}
.sy_con4 .bot .rq1 .div {
  height: 205px;
  padding: 0 22px;
  padding-top: 22px;
}
.sy_con4 .bot .rq1 .div .p1 {
  font-size: 20px;
  margin-bottom: 10px;
}


.sy_con5 {
  padding-top: 35px;
}
.sy_con5 .rq {
  padding-left: 0px;
  padding-right: 0px;
}
.sy_con5 .top {
  padding: 10px;
  padding-bottom: 10px;
  margin-top: 25px;
}
.sy_con5::before {
  height: 190px;
}
.sy_con5 .bot {
  padding: 0 0px;
}
.sy_con5 .bot .swiper-slide .rig {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 16px;
}
.sy_con5 .bot .swiper-slide .rig .p1 {
  font-size: 18px;
}
.sy_con5 .rq .swiper-container {
  padding-bottom: 30px;
}
.sy_con5 .rq .swiper-button-prev, .sy_con5 .rq .swiper-button-next{
  display: none;
}
 .sy_con5 .top .swiper-slide{
  background: url(../images/img45.png) !important;
  background-size: cover !important;
}
.sy_con5 .top .swiper-slide .ig1 {
  left: 50% !important;
  opacity: 1 !important;
}
.sy_con5 .top .swiper-slide .ig2 {
  left: 30% !important;
  opacity: 0 !important;
}
 .sy_con5 .top .swiper-slide p {
  color: #333 !important;
}

.sy_con5 .top .swiper-slide-thumb-active{
  background: url(../images/img23.jpg) !important;
  background-size: cover !important;
}
.sy_con5 .top .swiper-slide-thumb-active .ig1{
  left: 70% !important;
  opacity: 0 !important;
}
.sy_con5 .top .swiper-slide-thumb-active .ig2{
  left: 50% !important;
  opacity: 1 !important;
}
.sy_con5 .top .swiper-slide-thumb-active p{
  color: #fff !important;
}
.sy_con5 .rq .swiper-slide {
  height: 135px;
}

.sy_con6 .p1 {
  font-size: 22px;
}
.sy_con6 .p2 {
  letter-spacing: 1px;
}
.sy_con6 .rq1 {
  margin-top: 25px;
}
.sy_con6 .p3 {
  font-size: 35px;
}
.sy_con6 .p4 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 12px;
}
.sy_con6 .p5 {
  margin-bottom: 8px;
}
.sy_con6 .p3 span {
  font-size: 16px;
  display: none;
}
.sy_con6 .rq2 {
  margin-top: 25px;
}
.sy_con7 {
  padding-top: 35px;
  padding-bottom: 30px;
}
.sy_con7 .rq1 .rig .p1 {
  font-size: 18px;
}
.sy_con7 .rq1 .rig .p2 {
  letter-spacing: 1px;
}
.sy_con7 .rq1 .rig .p3 {
  font-size: 13px;
  line-height: 23px;
  margin-top: 12px;
  margin-bottom: 16px;
}
.sy_con7 .rq2 .lef {
  padding-top: 10px;
  width: 100%;
}
.sy_con8 {
  padding-top: 35px;
  padding-bottom: 30px;
}
.sy_con8 .rq .anniu{
  display: none;
}
.sy_con8 .rq1 {
  padding-top: 20px;
}
.sy_con8 .lef .rq2.rq3,
.sy_con8 .rig{
  display: none;
}

.sy_con8 .rq1 .rq6{
  display: table;
  width: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}
.sy_con8 .rq1 .rq6 a,
.sy_con8 .rq1 .rq6 button{
  color: #ffffff;
  font-size: 14px;
  width: 110px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  background: #c6c6c6;
}
.sy_con8 .rq1 .rq6 a{
  margin-left: 5px;
}
.sy_con8 .rq1 .rq6 button.on{
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
}

.sy_con8 .lef .rq2.rq4{
  display: none;
}
.sy_con8 .lef .rq2.rq4.on1{
  display: block;
}

}
@media(max-width:375px){
  .sy_con4 .top .rig .div {
    margin: 0 12px;
}
.sy_con2 .rq .rq1 .lef {
  padding: 12px;
}
.sy_con3 .rq .rq1 .div {
  padding: 24px 6px;
}
.sy_con8 .rq1 .rq6 a,
.sy_con8 .rq1 .rq6 button {
  width: 100px;
}

}




/* 产品列表 */
/* .ny_banner */
.ny_banner{
  width: 100%;
  position: relative;
}
.ny_banner .bj{
  width: 100%;
  vertical-align: middle;
}

/* por_con1 */
.por_con1{
  width: 100%;
  padding-bottom: 110px;
}
.por_lef{
  width: 18%;
  float: left;
  transform: translateY(-50px);
}
.por_lef .div{
  width: 100%;
  height: 140px;
  padding: 34px 30px;
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
}
.por_lef .div .p1{
  font-size: 40px;
  color: #ffffff;
}
.por_lef .div .p2{
  font-family: "akz2";
  font-size: 18px;
  color: #ffffff;
}
.por_lef .div1{
  width: 100%;
  background: rgb(247,249,252);
  margin-bottom: 31px;
}
.por_lef .div1 a{
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 59px;
  border-bottom: 1px solid rgb(238,238,238);
  padding-left: 35px;
}
.por_lef .div1 a:hover,
.por_lef .div1 a.on{
  color: #096efe;
}
.por_lef .div1 a i{
  width: 20px;
  height: 20px;
  display: inline-block;
  transform: translateY(5px);
  margin-right: 12px;
}
.por_lef .div1 a i img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
}
.por_lef .div1 a i .ig2{
  opacity: 0;
  top: -100%;
}
.por_lef .div1 a:hover i .ig2,
.por_lef .div1 a.on i .ig2{
  opacity: 1;
  top: 0;
}
.por_lef .div1 a:hover i .ig1,
.por_lef .div1 a.on i .ig1{
  opacity: 0;
  top: -100%;
}

.por_lef .div2{
  width: 100%;
  height: 262px;
  background-image: url(../images/img88.jpg);
  background-size: cover;
}
.por_lef .div2 .p{
  font-size: 20px;
  color: #ffffff;
  line-height: 64px;
  border-bottom: 1px solid rgba(255,255,255,.3);
  padding-left: 30px;
}
.por_lef .div2 .div3{
  width: 100%;
  padding: 30px 30px;
}
.por_lef .div2 .div3 div{
  width: 100%;
  margin-bottom: 20px;
}
.por_lef .div2 .div3 div .p1{
  font-size: 14px;
  color: #ffffff;
}
.por_lef .div2 .div3 div .p1 img{
  width: 21px;
  margin-bottom: -3px;
  margin-right: 2px;
}
.por_lef .div2 .div3 div .p2{
  font-size: 14px;
  color: #ffffff;
}
.por_lef .div2 .div3 div .p3{
  font-size: 20px;
  color: #ffffff;
  font-family: "din";
}

.por_con1 .rig{
  width: 77.5%;
  float: right;
  padding-top: 60px;
}
.po_top{
  width: 100%;
  border-bottom: 3px solid rgb(239,239,239);
}
.po_top .p{
  font-size: 32px;
  color: #333333;
  padding-bottom: 22px;
  float: left;
}
.po_top .p_rig{
  width: 40%;
  float: right;
  text-align: right;
  line-height: 38px;
}
.po_top .p_rig a{
  font-size: 14px;
  color: #666666;
}
.po_top .p_rig a img{
  width: 17px;
  margin-right: 8px;
  margin-bottom: -2px;
}
.po_top .p_rig a.on{
  color: #017cee;
}
.por_con1 .rig .rq{
  width: 100%;
  padding-top: 33px;
  padding-bottom: 50px;
}
.por_con1 .rig .rq1{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 22px;
  float: left;
  height: 450px;
  border: 1px solid rgb(243,243,243);
  background: rgb(245,245,245);
  position: relative;
  overflow: hidden;
}
.por_con1 .rig .rq1:nth-child(3n){
  margin-right: 0;
}
.por_con1 .rig .rq1 .div1{
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.por_con1 .rig .rq1 .div1 img{
  width: 100%;
  vertical-align: middle;
}
.por_con1 .rig .rq1 .div2{
  width: 100%;
  padding: 23px 30px;
}
.por_con1 .rig .rq1 .div2 .p1{
  font-size: 20px;
  color: #333333;
  font-family: "pf_reg";
  font-weight: bold;
  margin-bottom: 3px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.por_con1 .rig .rq1 .div2 .p2{
  font-size: 14px;
  color: #666666;
  font-family: "pf_reg";

  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.por_con1 .rig .rq1 .div3{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(to top,rgb(0,182,241),rgb(9,110,254));
  position: absolute;
  top: 75%;
  left: 86%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.por_con1 .rig .rq1 .div3::before{
  content: '';
  width: 17px;
  height: 17px;
  background-image: url(../images/img100.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por_con1 .rig .rq1:hover .div3{
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border-radius: 0;
  background: linear-gradient(to top,rgba(9,110,254,.9),rgba(0,182,241,.8));
}
.por_con1 .rig .rq1:hover .div3::before{
  display: none;
}
.por_con1 .rig .rq1 .div4{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.por_con1 .rig .rq1:hover .div4{
  opacity: 1;
}
.por_con1 .rig .rq1 .div4 .div5{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0 32px;
}
.por_con1 .rig .rq1 .div4 .div5 i{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  display: block;
  margin: 0 auto;
  position: relative;
}
.por_con1 .rig .rq1 .div4 .div5 i::before{
  content: '';
  width: 17px;
  height: 17px;
  background-image: url(../images/img101.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por_con1 .rig .rq1 .div4 .div5 .p1{
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 14px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.por_con1 .rig .rq1 .div4 .div5 .p2{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 22px;
}

.fy{
  display: table;
  width: auto;
  margin: 0 auto;
}
.fy li{
  float: left;
}
.fy li a{
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  color: #666666;
  font-family: "akz2";
  text-align: center;
  background-image: url(../images/img102.jpg);
  background-size: cover;
  margin: 0 3px;
  position: relative;
}
.fy li a.on,
.fy li a:hover{
  color: #fff;
  background-image: url(../images/img103.jpg);
}
.fy li:first-child a,
.fy li:last-child a{
  background-image: url(../images/img104.jpg);
  margin-right: 15px;
}
.fy li:first-child a:hover,
.fy li:last-child a:hover{
  background-image: url(../images/img103.jpg);
}
.fy li:last-child a::before,
.fy li:first-child a::before{
  content: '';
  width: 8px;
  height: 14px;
  background-image: url(../images/img105.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.fy li:first-child a:hover::before,
.fy li:last-child a:hover::before{
  background-image: url(../images/img106.png);
}
.fy li:first-child a::before{
  transform: translate(-50%,-50%) rotate(180deg);
}
.fy li:last-child a{
  margin-right: 0;
  margin-left: 15px;
}

@media(max-width:1459px){
  .por_lef .div {
    height: 106px;
    padding: 24px 22px;;
}
.por_lef .div .p1 {
  font-size: 30px;
}
.por_lef .div .p2 {
  font-size: 16px;
}
.por_lef .div1 a {
  font-size: 15px;
  line-height: 45px;
  padding-left: 24px;
}
.por_lef .div1 a i {
  width: 18px;
  height: 18px;
  transform: translateY(4px);
  margin-right: 8px;
}
.por_lef .div1 {
  margin-bottom: 22px;
}
.por_lef .div2 {
  height: 200px;
}
.por_lef .div2 .p {
  font-size: 16px;
  line-height: 48px;
  padding-left: 22px;
}
.por_lef .div2 .div3 {
  padding: 22px 22px;
}
.por_lef .div2 .div3 div {
  margin-bottom: 15px;
}
.por_lef .div2 .div3 div .p1 {
  font-size: 13px;
}
.por_lef .div2 .div3 div .p1 img {
  width: 17px;
  margin-bottom: -2px;
  margin-right: 1px;
}
.por_lef .div2 .div3 div .p2 {
  font-size: 12px;
}
.por_lef .div2 .div3 div .p3 {
  font-size: 16px;
}
.por_lef {
  transform: translateY(-38px);
}
.por_con1 .rig {
  padding-top: 45px;
}
.po_top .p {
  font-size: 22px;
  padding-bottom: 14px;
}
.po_top .p_rig a {
  font-size: 13px;
}
.po_top .p_rig a img {
  width: 14px;
  margin-right: 5px;
  margin-bottom: -1px;
}
.por_con1 .rig .rq {
  padding-top: 22px;
  padding-bottom: 38px;
}
.por_con1 .rig .rq1 {
  margin-bottom: 15px;
  height: 364px;
}
.por_con1 .rig .rq1 .div2 {
  padding: 16px 20px;
}
.por_con1 .rig .rq1 .div2 .p1 {
  font-size: 18px;
  margin-bottom: 0px;
}
.por_con1 .rig .rq1 .div3 {
  width: 34px;
  height: 34px;
  top: 72%;
}
.por_con1 .rig .rq1 .div3::before {
  width: 14px;
  height: 14px;
}
.por_con1 .rig .rq1 .div4 .div5 {
  padding: 0 24px;
}
.por_con1 .rig .rq1 .div4 .div5 i {
  width: 34px;
  height: 34px;
}
.por_con1 .rig .rq1 .div4 .div5 i::before {
  width: 14px;
  height: 14px;
}
.por_con1 .rig .rq1 .div4 .div5 .p1 {
  font-size: 22px;
  margin-top: 24px;
  margin-bottom: 10px;
}
.por_con1 {
  padding-bottom: 83px;
}

}
@media(max-width:1259px){
  .por_con1 .rig .rq1 {
    margin-bottom: 15px;
    height: 330px;
}

}
@media(max-width:991px){
  .por_lef{
    display: none;
  }
  .por_con1 .rig{
    width: 100%;
  }
}
@media(max-width:500px){
  .po_top .p {
    font-size: 18px;
    padding-bottom: 10px;
}
.po_top .p_rig {
  width: 60%;
  line-height: 22px;
}
.por_con1 .rig {
  padding-top: 40px;
}
.por_con1 .rig .rq {
  padding-top: 22px;
  padding-bottom: 25px;
}
.por_con1 {
  padding-bottom: 45px;
}
  .por_con1 .rig .rq1{
    width: 49%;
    margin-right: 2%;
  }
  .por_con1 .rig .rq1:nth-child(3n){
    margin-right: 2%;
  }
  .por_con1 .rig .rq1:nth-child(2n){
    margin-right: 0;
  }
  .por_con1 .rig .rq1 {
    margin-bottom: 10px;
    height: 270px;
}
.por_con1 .rig .rq1 .div2 {
  padding: 12px 10px;
}
.por_con1 .rig .rq1 .div3 {
  width: 32px;
  height: 32px;
  top: 65%;
}
.fy li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin: 0 1px;
}
.fy li:first-child a, .fy li:last-child a {
  margin-right: 6px;
}
.fy li:last-child a {
  margin-right: 0;
  margin-left: 6px;
}
}
@media(max-width:375px){
  .por_con1 .rig .rq1 {
    height: 245px;
}
}




/* 产品详情 */
.por_dat1{
  width: 100%;
  padding-bottom: 95px;
}
.por_dat1 .rig{
  width: 77.5%;
  float: right;
  padding-top: 60px;
}
.por_dat1 .rq{
  width: 100%;
  padding-top: 40px;
}
.por_dat1 .rq .rq1{
  width: 100%;
  height: 540px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.por_dat1 .rq .rq1 .div1{
  width: 50%;
  background: #fff;
  border: 1px solid rgb(235,235,235);
}
.por_dat1 .rq .rq1 .div1 .top{
  width: 100%;
  height: 78%;
}
.por_dat1 .rq .rq1 .div1 .top .swiper-container{
  width: 100%;
  height: 100%;
}
.por_dat1 .rq .rq1 .div1 .top .swiper-slide{
  width: 100%;
  height: 100%;
  position: relative;
}
.por_dat1 .rq .rq1 .div1 .top .swiper-slide img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por_dat1 .rq .rq1 .div1 .bot{
  width: 100%;
  height: 22%;
  padding: 0 92px;
  padding-top: 14px;
  position: relative;
}
.por_dat1 .rq .rq1 .div1 .bot .swiper-container{
  width: 100%;
  padding: 1px;
}
.por_dat1 .rq .rq1 .div1 .bot .swiper-slide{
  width: 100%;
  height: 80px;
  border: 1px solid rgb(235,235,235);
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.por_dat1 .rq .rq1 .div1 .bot .swiper-slide-thumb-active{
  border: 1px solid rgb(2,90,255);
}
.por_dat1 .rq .rq1 .div1 .bot .swiper-slide img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
  vertical-align: middle;
}
.por_dat1 .swiper-button-next,
.por_dat1 .swiper-button-prev{
  width: 7px;
  height: 13px;
  background-image: url(../images/img108.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 46%;
  margin-top: 0;
  transform: translateY(-50%);
  right: 60px;
}
.por_dat1 .swiper-button-prev{
  left: 60px;
  transform: translateY(-50%) rotate(180deg);
}


.por_dat1 .rq .rq1 .div2{
  width: 50%;
  background: rgb(247,249,252);
}
.por_dat1 .rq .rq1 .div2 .top{
  width: 100%;
  height: 85%;
  padding: 0 39px;
  display:table;   
}
.por_dat1 .rq .rq1 .div2 .top .div3{
  width: 100%;
  vertical-align:middle;   
  display:table-cell;   
}
.por_dat1 .rq .rq1 .div2 .top .p1{
  font-size: 30px;
  color: #333333;
}
.por_dat1 .rq .rq1 .div2 .top .p2{
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 23px;
  margin-bottom: 66px;
}
.por_dat1 .rq .rq1 .div2 .top .div4{
  width: 100%;
  position: relative;
}
.por_dat1 .rq .rq1 .div2 .top .div4 img{
  width: 87px;
}
.por_dat1 .rq .rq1 .div2 .top .div4 p{
  font-size: 16px;
  color: #666666;
  position: absolute;
  top: 50%;
  left: 110px;
  transform: translateY(-50%);
}
.por_dat1 .rq .rq1 .div2 .bot{
  width: 100%;
  height: 15%;
  padding: 16px 0;
  padding-left: 36px;
  position: relative;
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
}
.por_dat1 .rq .rq1 .div2 .bot .p1{
  font-size: 14px;
  color: #ffffff;
}
.por_dat1 .rq .rq1 .div2 .bot .p2{
  font-size: 24px;
  color: #ffffff;
  font-family: "din";
}
.por_dat1 .rq .rq1 .div2 .bot img{
  width: 42px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.por_dat1 .rq .rq2{
  width: 100%;
}
.por_dat1 .rq .rq2 .top{
  padding-bottom: 20px;
  position: relative;
  padding-left: 58px;
}
.por_dat1 .rq .rq2 .top img{
  width: 41px;
  position: absolute;
  left: 0;
  top: 8px;
}
.por_dat1 .rq .rq2 .top .p1{
  font-size: 28px;
  color: #025aff;
}
.por_dat1 .rq .rq2 .top .p2{
  font-family: "akz2";
  font-size: 12px;
  color: #999999;
}
.por_dat1 .rq .rq2 .bot{
  width: 100%;
}
.por_dat1 .rq .rq2 .bot table, 
.por_dat1 .rq .rq2 .bot tbody {
  width: 100%;
}
.por_dat1 .rq .rq2 .bot tr td{
  font-size: 14px;
  color: #666666;
  padding: 15px 25px;
  padding-right: 170px;
  line-height: 24px;
  background: rgb(247,249,252);
}
.por_dat1 .rq .rq2 .bot tr:nth-child(2n) td{
  background: #fff;
}
.por_dat1 .rq .rq2 .bot tr  td[rowspan]{
  font-size: 16px;
  color: #333333;
  border: 1px solid rgb(235,235,235);
  vertical-align: middle;
  padding-left: 44px;
  padding-right: 0;
  width: 18.5%;
  background: #fff;
}


/* por_dat2 */
.por_dat2{
  width: 100%;
  padding-top: 78px;
  padding-bottom: 105px;
}
.por_dat2 .p{
  font-size: 36px;
  color: #333333;
  text-align: center;
}
.por_dat2 .rq{
  width: 100%;
  padding-top: 44px;
  position: relative;
}
.por_dat2 .rq .swiper-slide{
  width: 100%;
  height: 300px;
  border: 1px solid rgb(241,241,241);
  position: relative;
  overflow: hidden;
}
.por_dat2 .rq .swiper-slide img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.por_dat2 .rq .swiper-slide:hover img{
  transform: scale(1.05);
}
.por_dat2 .rq .swiper-slide .p1{
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding-bottom: 14px;
  color: #333333;
  position: absolute;
  bottom: 0;
  left: 0;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  transition: all .5s;
}
.por_dat2 .rq .swiper-slide:hover .p1{
  bottom: -100%;
}
.por_dat2 .rq .swiper-slide .div{
  width: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background: linear-gradient(to left,rgba(0,182,241,.8),rgba(9,110,254,.8));

  padding: 23px 17px;
  text-align: center;
  transition: all .5s;
}
.por_dat2 .rq .swiper-slide:hover .div{
  bottom: 0;
}
.por_dat2 .rq .swiper-slide .div .p2{
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.por_dat2 .rq .swiper-slide .div .p3{
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.por_dat2 .swiper-button-next,
.por_dat2 .swiper-button-prev{
  width: 42px;
  height: 42px;
  background-image: url(../images/img71.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -105px;
  top: 55%;
  transition: all .5s;
}
.por_dat2 .swiper-button-prev{
  transform: rotate(180deg);
  left: -105px;
}
.por_dat2 .swiper-button-next:hover,
.por_dat2 .swiper-button-prev:hover{
  background-image: url(../images/img72.png);
}


@media(max-width:1459px){
  .por_dat1 .rig {
    padding-top: 45px;
}
.por_dat1 .rq {
  padding-top: 30px;
}
.por_dat1 .rq .rq1 {
  height: 410px;
  margin-bottom: 46px;
}
.por_dat1 .rq .rq1 .div1 .bot {
  padding: 0 70px;
  padding-top: 10px;
}
.por_dat1 .rq .rq1 .div1 .bot .swiper-slide {
  height: 60px;
}
.por_dat1 .swiper-button-next, .por_dat1 .swiper-button-prev {
  right: 40px;
}
.por_dat1 .swiper-button-prev {
  left: 40px;
}
.por_dat1 .rq .rq1 .div2 .top {
  padding: 0 28px;
}
.por_dat1 .rq .rq1 .div2 .top .p1 {
  font-size: 22px;
}
.por_dat1 .rq .rq1 .div2 .top .p2 {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.por_dat1 .rq .rq1 .div2 .top .div4 img {
  width: 66px;
}
.por_dat1 .rq .rq1 .div2 .top .div4 p {
  font-size: 14px;
  left: 80px;
}
.por_dat1 .rq .rq1 .div2 .bot {
  padding: 10px 0;
  padding-left: 28px;
}
.por_dat1 .rq .rq1 .div2 .bot .p1 {
  font-size: 13px;
}
.por_dat1 .rq .rq1 .div2 .bot .p2 {
  font-size: 20px;
}
.por_dat1 .rq .rq1 .div2 .bot img {
  width: 30px;
  right: 25px;
}
.por_dat1 .rq .rq2 .top {
  padding-bottom: 15px;
  padding-left: 44px;
}
.por_dat1 .rq .rq2 .top img {
  width: 31px;
  top: 8px;
}
.por_dat1 .rq .rq2 .top .p1 {
  font-size: 22px;
}
.por_dat1 .rq .rq2 .bot tr td {
  font-size: 13px;
  padding: 10px 18px;
  padding-right: 60px;
  line-height: 24px;
}
.por_dat1 .rq .rq2 .bot tr td[rowspan] {
  font-size: 15px;
  padding-left: 34px;
  padding-right: 0;
}
.por_dat1 {
  padding-bottom: 70px;
}
.por_dat2 {
  padding-top: 58px;
  padding-bottom: 78px;
}
.por_dat2 .p {
  font-size: 28px;
}
.por_dat2 .rq {
  padding-top: 24px;
}
.por_dat2 .rq .swiper-slide {
  height: 250px;
}
.por_dat2 .rq .swiper-slide .p1 {
  font-size: 16px;
  padding-bottom: 12px;
}
.por_dat2 .rq .swiper-slide .div {
  padding: 15px 10px;
}
.por_dat2 .rq .swiper-slide .div .p2 {
  font-size: 18px;
}
.por_dat2 .swiper-button-next, .por_dat2 .swiper-button-prev {
  width: 32px;
  height: 32px;
  right: -70px;
}
.por_dat2 .swiper-button-prev {
  left: -70px;
}

}
@media(max-width:991px){
  .por_dat1 .rig {
    width: 100%;
}

}
@media(max-width:768px){
  .por_dat1 .rq .rq1 {
    height: auto;
    margin-bottom: 46px;
}
  .por_dat1 .rq .rq1 .div1{
    width: 100%;
    height: 400px;
  }
  .por_dat1 .rq .rq1 .div2{
    width: 100%;
    height: auto;
  }
  .por_dat1 .rq .rq1 .div2 .bot{
    height: 60px;
  }
  .por_dat1 .rq .rq2 .bot{
    overflow-x: auto;
  }
  .por_dat1 .rq .rq2 .bot table{
    width: 650px;
  }
  .por_dat2 {
    padding-top: 34px;
    padding-bottom: 57px;
}
.por_dat2 .p {
  font-size: 24px;
}
.por_dat2 .rq {
  padding-top: 18px;
}

}
@media(max-width:500px){
  .por_dat1 .rig {
    padding-top: 25px;
}
.por_dat1 .rq {
  padding-top: 22px;
}
.por_dat1 .rq .rq1 .div1 {
  height: 300px;
}
.por_dat1 .rq .rq1 .div1 .bot .swiper-slide {
  height: 45px;
}
.por_dat1 .rq .rq1 .div1 .bot {
  padding: 0 40px;
  padding-top: 0px;
}
.por_dat1 .swiper-button-next, .por_dat1 .swiper-button-prev {
  right: 20px;    top: 38%;
}
.por_dat1 .swiper-button-prev {
  left: 20px;
}
.por_dat1 .rq .rq1 .div2 .top {
  padding: 20px 15px;
  height: auto;
}
.por_dat1 .rq .rq1 .div2 .top .p1 {
  font-size: 18px;
}
.por_dat1 .rq .rq1 .div2 .top .p2 {
  font-size: 13px;
  margin-top: 6px;
  margin-bottom: 20px;
}
.por_dat1 .rq .rq2 .top .p1 {
  font-size: 18px;
}
.por_dat1 .rq .rq2 .top img {
  width: 26px;
  top: 6px;
}
.por_dat1 .rq .rq2 .top {
  padding-bottom: 13px;
  padding-left: 38px;
}
.por_dat1 .rq .rq2 .bot tr td[rowspan] {
  font-size: 14px;
  padding-left:0px;
  padding-right: 0;
  text-align: center;
}
.por_dat1 .rq .rq2 .bot tr td {
  padding: 10px 18px;
}
.por_dat1 {
  padding-bottom: 38px;
}
.por_dat2 .rq .swiper-slide {
  height: 208px;
}
.por_dat2 .p {
  font-size: 22px;
}
.por_dat2 .swiper-button-next, .por_dat2 .swiper-button-prev{
  display: none;
}
.por_dat2 .rq .swiper-slide .p1 {
  font-size: 15px;
  padding-bottom: 12px;
}

}





/* 关于我们 */
/* ny_banner */
.ny_banner .wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ny_banner .rq{
  padding-left: 17px;
  position: relative;
}
.ny_banner .rq::before{
  content: '';
  width: 3px;
  height: 83px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 10px;
}
.ny_banner .p1{
  font-size: 48px;
  color: #ffffff;

}
.ny_banner .p2{
  font-family: "akz2";
  font-size: 30px;
  color: #ffffff;
}


/* abo_con1 */
.abo_con1{
  width: 100%;
  line-height: 65px;
  border-bottom: 1px solid rgb(246,246,246);
  background: #fff;
  position: sticky;
  top: 0px !important;
  z-index: 999;
}
.abo_con1 .lef{
  float: left;
  width: 70%;
}
.abo_con1 span a{
  font-size: 16px;
  color: #777777;
  display: inline-block;
  margin-right: 18px;
  border-bottom: 2px solid transparent;
}
.abo_con1 span.on a{
  color: #025bff;
  border-bottom: 2px solid #025bff;
}

.abo_con1 .rig{
  float: right;
  width: 30%;
  text-align: right;
}
.abo_con1 .rig a{
  font-size: 14px;
  color: #666666;
}
.abo_con1 .rig a img{
  width: 17px;
  margin-bottom: -1px;
  margin-right: 8px;
}
.abo_con1 .rig a.on1{
  color: #025bff;
}
@media(max-width:1459px){
  .abo_con1 span a {
    font-size: 14px;
    margin-right: 16px;
}
.abo_con1 {
  line-height: 50px;
}



}
@media(max-width:991px){
  .abo_con1 {
    top: 60px;
}
}
@media(max-width:768px){
  .abo_con1 .lef{
    width: 100%;
  }
  .abo_con1 .rig{
    width: 100%;
    text-align: left;
  }
}
@media(max-width:500px){
  .abo_con1 span a {
    font-size: 12px;
    margin-right: 10px;
}
.abo_con1 {
  line-height: 40px;
}
.abo_con1 .rig a {
  font-size: 13px;
}
.abo_con1 .rig a img {
  width: 13px;
  margin-bottom: -1px;
  margin-right: 4px;
}

}
@media(max-width:375px){
  .abo_con1 span a {
  font-size: 12px;
  margin-right: 3px;
}

}

/* abo_con2 */
.i{
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-150px);
}
.ab1_con1{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 65px;
  position: relative;
  overflow: hidden;
}
.ab1_con1 .bj{
  width: 496px;
  position: absolute;
  top: 80px;
  left: 170px;
  z-index: -1;
}
.ab1_con1 .p1{
  font-size: 44px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.ab1_con1 .p2{
  font-size: 20px;
  color: #666666;
  text-align: center;
  margin-top: 18px;
}
.ab1_con1 .rq{
  width: 100%;
  padding-top: 60px;
}
.ab1_con1 .rq .lef{
  width: 50%;
  float: left;
  padding-top: 18px;
  padding-right: 74px;
}
.ab1_con1 .rq .lef p{
  font-size: 16px;
  color: #777777;
}
.ab1_con1 .rq .lef .p3{
  font-size: 16px;
  color: #777777;
  margin-bottom: 28px;
  line-height: 28px;
}
.ab1_con1 .rq .rig{
  width: 50%;
  float: left;
}
.ab1_con1 .rq .rig img{
  width: 100%;
}


@media(max-width:1459px){
  .ab1_con1 {
    padding-top: 60px;
    padding-bottom: 50px;
}
.ab1_con1 .bj {
  width: 375px;
  top: 60px;
  left: 130px;
}
.ab1_con1 .p1 {
  font-size: 33px;
}
.ab1_con1 .p2 {
  font-size: 14px;
  margin-top: 10px;
}
.ab1_con1 .rq {
  padding-top: 45px;
}
.ab1_con1 .rq .lef {
  padding-top: 12px;
  padding-right: 55px;
}
.ab1_con1 .rq .lef p{
  font-size: 14px;
}
.ab1_con1 .rq .lef .p3 {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
}


}
@media(max-width:991px){
  .ab1_con1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ab1_con1 .p1 {
  font-size: 26px;
}
.ab1_con1 .p2 {
  font-size: 13px;
  margin-top: 8px;
}
.ab1_con1 .rq {
  padding-top: 34px;
}
.ab1_con1 .rq .lef{
  width: 100%;
  padding-right: 0;
  padding-top: 0;
}
.ab1_con1 .rq .rig{
  display: none;
}


}
@media(max-width:500px){
  .ab1_con1 .p1 {
    font-size: 24px;
}
.ab1_con1 .bj {
  width: 375px;
  top: 0px;
  left: 0px;
}
.ab1_con1 .rq {
  padding-top: 16px;
}
.ab1_con1 .rq .lef p{
  font-size: 13px;
}
.ab1_con1 .rq .lef .p3 {
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 24px;
}

}


/* abo_con2 */
.abo_con2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.abo_con2 .lef{
  width: 50.8%;
}
.abo_con2 .lef img{
  width: 100%;
  vertical-align: middle;
}
.abo_con2 .rig{
  width: 49.2%;
  background: url(../images/img114.jpg);
  background-size: cover;
  padding-left: 103px;
  padding-right: 190px; 
  padding-top: 85px;
}
.abo_con2 .rig .p1{
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
}
.abo_con2 .rig .rq{
  width: 100%;
  margin-top: 64px;
}
.abo_con2 .rig .rq .p2{
  font-size: 30px;
  color: #ffffff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.abo_con2 .rig .rq .p2::before{
  content: '';
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.abo_con2 .rig .rq .p3{
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}


@media(max-width:1459px){
  .abo_con2 .rig {
    padding-left: 78px;
    padding-right: 144px;
    padding-top: 60px;
}
.abo_con2 .rig .p1 {
  font-size: 36px;
}
.abo_con2 .rig .rq {
  margin-top: 48px;
}
.abo_con2 .rig .rq .p2 {
  font-size: 22px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.abo_con2 .rig .rq .p2::before {
  width: 32px;
  height: 2px;
}
.abo_con2 .rig .rq .p3 {
  font-size: 16px;
  line-height: 26px;
}


}
@media(max-width:1259px){
  .abo_con2 .rig {
    padding-left: 50px;
    padding-right: 70px;
    padding-top: 40px;
}
.abo_con2 .rig .rq {
  margin-top: 36px;
}
}
@media(max-width:991px){
  .abo_con2 .lef{
    width: 100%;
  }
  .abo_con2 .rig{
    width: 100%;
    padding-bottom: 30px;
  }
  .abo_con2 .rig .p1 {
    font-size: 28px;
}
.abo_con2 .rig .rq .p2 {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.abo_con2 .rig .rq .p3 {
  font-size: 14px;
  line-height: 24px;
}
.abo_con2 .rig .rq {
  margin-top: 24px;
}

}
@media(max-width:500px){
  .abo_con2 .rig {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
}
.abo_con2 .rig .p1 {
  font-size: 24px;
}

}


/* ab2_con4 */
.ab2_con4{
  width: 100%;
  height: 710px;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}
.ab2_con4 .bj{
  width: 100%;
  height: 23px;
  background-image: url(../images/ab2_con4_img1.png);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 33.5%;
}
.ab2_con4 .p1{
  font-size: 48px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.ab2_con4 .p2{
  font-size: 18px;
  color: #666666;
  opacity: 0.7;
  text-align: center;
  text-transform: uppercase;
}
.ab2_con4 .rq{
  width: 100%;
  padding-top: 50px;
  position: relative;
}
.ab2_con4 .rq .div1{
  width: 185px;
  line-height: 185px;
  border-radius: 50%;
  font-size: 48px;
  color: #1c9efc;
  background: rgb(240,247,253);
  text-align: center;
  font-family: "Impact";
  margin: 0 auto;
  margin-bottom: 90px;
  position: relative;
}
.ab2_con4 .rq .div1::before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #025bff;
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
}
.ab2_con4 .rq .div1 a{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 50%;
  opacity: 0;
}
.ab2_con4 .rq .swiper-slide:hover .div1 a{
  opacity: 1;
}
.ab2_con4 .rq .div1 a img{
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  transition: all .5s;
}
.ab2_con4 .rq .swiper-slide:hover .div1 a img{
  filter: brightness(50%);
}
.ab2_con4 .rq .div1 a::before{
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../images/img116.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.lb-data .lb-number{
  display: none !important;
}
.ab2_con4 .rq .div2{
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.ab2_con4 .swiper-button-next,
.ab2_con4 .swiper-button-prev{
  width: 53px;
  height: 53px;
  background-image: url(../images/ab2_con4_img3.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -100px;
  top: 32%;
  transition: all .5s;
}
.ab2_con4 .swiper-button-prev{
  left: -100px;
  transform: rotate(180deg);
}
.ab2_con4 .swiper-button-next:hover,
.ab2_con4 .swiper-button-prev:hover{
  background-image: url(../images/ab2_con4_img2.png);
}

@media(max-width:1459px){
  .ab2_con4 {
    height: 515px;
    padding-top: 68px;
    padding-bottom: 34px;
}
.ab2_con4 .p1 {
  font-size: 36px;
}
.ab2_con4 .p2 {
  font-size: 14px;
}
.ab2_con4 .rq {
  padding-top: 38px;
}
.ab2_con4 .rq .div1 {
  width: 140px;
  line-height: 140px;
  border-radius: 50%;
  font-size: 36px;
  margin-bottom: 65px;
}
.ab2_con4 .rq .div2 {
  font-size: 14px;
  line-height: 22px;
}
.ab2_con4 .swiper-button-next, 
.ab2_con4 .swiper-button-prev {
  width: 40px;
  height: 40px;
  right: -75px;    top: 40%;
}
.ab2_con4 .swiper-button-prev{
  left: -75px;
}
.ab2_con4 .bj {
  height: 17px;
  bottom: 29%;
}


}
@media(max-width:991px){
  .ab2_con4 .p1 {
    font-size: 28px;
}
.ab2_con4 {
  height: 500px;
  padding-top: 44px;
  padding-bottom: 45px;
}
}
@media(max-width:768px){
  .ab2_con4 .rq .div1 {
    width: 88px;
    line-height: 88px;
    font-size: 25px;
    margin-bottom: 40px;
}
.ab2_con4 .rq .div1::before {
  width: 6px;
  height: 6px;
  bottom: -18px;
}
.ab2_con4 .rq .div2 {
  font-size: 13px;
  line-height: 20px;
}
.ab2_con4 {
  height: 410px;
  padding-top: 44px;
  padding-bottom: 45px;
}
.ab2_con4 .bj {
  height: 17px;
  bottom: 38%;
}

}
@media(max-width:500px){
  .ab2_con4 .p1 {
    font-size: 24px;
}
.ab2_con4 .p2 {
  font-size: 13px;
}
.ab2_con4 .rq {
  padding-top: 28px;
}
.ab2_con4 {
  height: 361px;
  padding-top: 30px;
  padding-bottom: 34px;
}
.ab2_con4 .swiper-button-next, .ab2_con4 .swiper-button-prev {
  width: 34px;
  height: 34px;
  right: -10px;
  top: 45%;
}
.ab2_con4 .swiper-button-prev {
  left: -10px;
}


}







/* ab3_con3 */
.ab3_con3{
  width: 100%;
  padding-top: 145px;
  padding-bottom: 80px;
  background: rgb(240,247,253);
  position: relative;

}
.ab3_con3 .rq{
  width: 100%;
  position: relative;
  z-index: 1;
}
.ab3_con3 .rq::before{
  content: '';
  width: 34%;
  height: 100%;
  border: 4px solid rgb(212,224,241);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.ab3_con3 .top{
  width: 100%;
}
.ab3_con3 .top .lef{
  float: left;
}
.ab3_con3 .top .lef .p1{
  font-size: 48px;
  color: #333333;
  font-weight: bold;
}
.ab3_con3 .top .lef .p2{
  font-size: 18px;
  color: #666666;
  opacity: 0.7;
  text-transform: uppercase;
}
.ab3_con3 .top .rig{
  float: left;
  width: 570px;
  padding-left: 70px;
  padding-top: 8px;
}
.ab3_con3 .top .rig p{
  font-size: 18px;
  color: #666666;
  line-height: 28px;
}
.ab3_con3 .bot{
  width: 100%;
  margin-top: 25px;
  position: relative;
}
.ab3_con3 .bot .lef{
  width: 71.5%;
  float: left;
}
.ab3_con3 .bot .lef .div{
  width: 100%;
}
.ab3_con3 .bot .lef .div .div1{
  width: 100%;
  display: none;
}
.ab3_con3 .bot .lef .div .div1.on{
  display: block;
}
.ab3_con3 .bot .lef .div img{
  width: 100%;
  vertical-align: middle;
}
.ab3_con3 .bot .lef p{
  font-size: 18px;
  color: #666666;
  margin-top: 38px;
  padding-bottom: 33px;
}
.ab3_con3 .bot .rig{
  width: 28.5%;
  float: left;
  padding-left: 65px;
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}

.ab3_con3 .bot .rig .div{
  margin-top: 30px;
  cursor: pointer;
}

.ab3_con3 .bot .rig .div .p1{
  font-size: 19px;
  color: #333333;
  position: relative;
  padding-left: 12px;
  transition: all .5s;
}
.ab3_con3 .bot .rig .div.on1 .p1,
.ab3_con3 .bot .rig .div:hover .p1{
  color: #025bff;
}
.ab3_con3 .bot .rig .div .p1::before{
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  left: 0;
  top: 14px;
  transition: all .5s;
}
.ab3_con3 .bot .rig .div.on1 .p1::before,
.ab3_con3 .bot .rig .div:hover .p1::before{
  background: #025bff;
}
.ab3_con3 .bot .rig .div .p2{
  font-size: 15px;
  color: #999999;
}


@media(max-width:1459px){
  .ab3_con3 {
    padding-top: 100px;
    padding-bottom: 60px;
}
.ab3_con3 .top .lef .p1 {
  font-size: 36px;
}
.ab3_con3 .top .lef .p2 {
  font-size: 15px;
}
.ab3_con3 .top .rig p {
  font-size: 15px;
  line-height: 24px;
}
.ab3_con3 .top .rig {
  width: 470px;
  padding-left: 54px;
  padding-top: 8px;
}
.ab3_con3 .bot {
  margin-top: 16px;
}
.ab3_con3 .bot .lef p {
  font-size: 14px;
  margin-top: 28px;
  padding-bottom: 23px;
}
.ab3_con3 .bot .rig {
  padding-left: 44px;
}
.ab3_con3 .bot .rig .div {
  margin-top: 22px;
  padding-left: 16px;
}
.ab3_con3 .bot .rig .div .p1 {
  font-size: 16px;
}
.ab3_con3 .bot .rig .div .p2 {
  font-size: 14px;
}
.ab3_con3 .bot .rig .div::before {
  width: 6px;
  height: 6px;
  top: 8px;
}
.ab3_con3 .rq::before {
  border: 3px solid rgb(221,221,221);
}

}
@media(max-width:991px){
  .ab3_con3 .top .lef .p1 {
    font-size: 26px;
}
.ab3_con3 .top .lef .p2 {
  font-size: 13px;
}
.ab3_con3 .top .rig {
  width: 400px;
  padding-left: 19px;
  padding-top: 1px;
}
.ab3_con3 .top .rig p {
  font-size: 13px;
  line-height: 22px;
}
.ab3_con3 .rq::before {
  width: 30%;
}
.ab3_con3 .bot .rig {
  padding-left: 24px;
}
.ab3_con3 .bot .rig .div {
  margin-top: 12px;
  padding-left: 13px;
}
.ab3_con3 .bot .rig .div::before {
  width: 4px;
  height: 4px;
  top: 8px;
}
.ab3_con3 .bot .rig .div .p1 {
  font-size: 14px;
}
.ab3_con3 .bot .rig .div .p2 {
  font-size: 13px;
}

}
@media(max-width:768px){
  .ab3_con3 .bot .lef{
    width: 100%;
  }
  .ab3_con3 .bot .rig{
    width: 100%;
    padding-left: 0;
    border: 3px solid rgb(221,221,221);
    padding: 10px;
    position: static;
    transform: translateY(0);
  }
  .ab3_con3 .rq::before {
    content: none;
  }

}
@media(max-width:500px){
  .ab3_con3 {
    padding-top: 35px;
    padding-bottom: 40px;
}
.ab3_con3 .top .lef .p1 {
  font-size: 24px;
}
.ab3_con3 .top .rig{
  width: 100%;
  padding-left: 0;
  padding-top: 10px;
}
.ab3_con3 .bot {
  margin-top: 10px;
}
.ab3_con3 .bot .lef p {
  font-size: 13px;
  margin-top: 15px;
  padding-bottom: 13px;
}
.ab3_con3 .bot .rig .div:nth-child(1){
  margin-top: 0;
}
.ab3_con3 .bot .rig .div .p1 {
  font-size: 16px;
}
.ab3_con3 .bot .rig .div .p2 {
  font-size: 13px;
}
}




/* abo_con3 */
.abo_con3{
  width: 100%;
  padding-top: 54px;
  padding-bottom: 90px;
  background-image: url(../images/img117.jpg);
  background-size: cover;
  position: relative;  overflow: hidden;
}
.abo_con3 .p1{
  font-size: 44px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.abo_con3 .rq{
  width: 100%;
  position: relative;
  margin-top: 55px;
}
.abo_con3 .rq .swiper-container{
  padding-top: 3px;
}
.abo_con3 .rq .swiper-slide{
  overflow: hidden;
  height: 75px;
  background: #fff;
  transition: all .5s;
  position: relative;
}
.abo_con3 .rq .swiper-slide:hover{
  transform: translate3d(0,-2px,0);
}
.abo_con3 .rq .swiper-slide img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.abo_con3 .swiper-button-next,
.abo_con3 .swiper-button-prev{
  width: 53px;
  height: 53px;
  background-image: url(../images/img124.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -100px;
  margin-top: -26px;
  transition: all .5s;
}
.abo_con3 .swiper-button-prev{
  transform: rotate(180deg);
  left: -100px;
}
.abo_con3 .swiper-button-next:hover,
.abo_con3 .swiper-button-prev:hover{
  background-image: url(../images/img125.png);
}

@media(max-width:1459px){
  .abo_con3 .swiper-button-next, .abo_con3 .swiper-button-prev{
    width: 40px;
    height: 40px;
    right: -75px;
  }
  .abo_con3 .swiper-button-prev{
    left: -75px;
  }
  .abo_con3 {
    padding-top: 40px;
    padding-bottom: 68px;
}
.abo_con3 .p1 {
  font-size: 36px;
}
.abo_con3 .rq {
  margin-top: 28px;
}

}
@media(max-width:991px){
  .abo_con3 .p1 {
    font-size: 28px;
}
}
@media(max-width:500px){
  .abo_con3 {
    padding-top: 30px;
    padding-bottom: 45px;
}
.abo_con3 .p1 {
  font-size: 24px;
}
.abo_con3 .rq {
  margin-top: 15px;
}
.abo_con3 .swiper-button-next, .abo_con3 .swiper-button-prev{
  display: none;
}
.abo_con3 .rq .swiper-slide {
  height: 45px;
}
}



/* abo5_con6 */
.abo5_con6{
  width: 100%;
  padding-top: 75px;
  padding-bottom: 80px;
  position: relative;
}
.abo5_con6 .p1{
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.abo5_con6 .p2{
  font-size: 18px;
  color: #666666;
  text-align: center;
}
.abo5_con6 .rq{
  width: 100%;
  margin-top: 46px;
  height: 710px;
}
.abo5_con6 .rq .lef{
  width: 45%;
  height: 100%;
  float: left;
  background-image: url(../images/img126.jpg);
  background-size: cover;
}
.abo5_con6 .rq .lef .top{
  width: 100%;
  height: 87%;
  position: relative;
}
.abo5_con6 .rq .lef .top img{
  max-width: 75%;
  max-height: 75%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.abo5_con6 .rq .lef .bot{
  width: 100%;
  height: 13%;
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
  position: relative;
}
.abo5_con6 .rq .lef .bot p{
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.abo5_con6 .rq .rig{
  width: 55%;
  height: 100%;
  float: left;
  background: rgb(244,244,244);
  padding: 54px 70px 35px 65px;
}
.abo5_con6 .rq .rig .top{
  width: 100%;
}
.abo5_con6 .rq .rig .top button{
  font-size: 36px;
  color: #292727;
  opacity: 0.5;
  margin-right: 40px;
  transition: all .5s;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
}
.abo5_con6 .rq .rig .top button:last-child{
  margin-right: 0;
}
.abo5_con6 .rq .rig .top button.on{
  opacity: 1;
  border-bottom: 2px solid #292727;
}
.abo5_con6 .rq .rig .bot{
  width: 100%;
  padding-top: 30px;
}
.abo5_con6 .rq .rig .bot .div{
  width: 100%;
  display: none;
}
.abo5_con6 .rq .rig .bot .div.on1{
  display: block;
}
.abo5_con6 .rq .rig .bot .div .p3{
  font-size: 18px;
  color: #666666;
  line-height: 32px;
}
.abo5_con6 .rq .rig .bot .div .div1{
  width: 100%;
  height: 435px;
  margin-top: 50px;
  overflow-y: auto;
  padding-right: 25px;
}
.abo5_con6 .rq .rig .bot .div .div1::-webkit-scrollbar {
  width: 2px;
  background-color: rgb(236,236,236);
}

.abo5_con6 .rq .rig .bot .div .div1::-webkit-scrollbar-thumb {
  background-color: #096ffe
}
.abo5_con6 .rq .rig .bot .div .div1 .div2{
  width: 32%;
  height: 133px;
  float: left;
  margin-bottom: 16px;
  margin-right: 2%;
  position: relative;
  border: 2px solid rgb(189,189,189);
  transition: all .5s;
}
.abo5_con6 .rq .rig .bot .div .div1 .div2.on2{
  border: 2px solid rgb(90,90,90);
}
.abo5_con6 .rq .rig .bot .div .div1 .div2:nth-child(3n){
  margin-right: 0;
}
.abo5_con6 .rq .rig .bot .div .div1 .div2 img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media(max-width:1459px){
  .abo5_con6 {
    padding-top: 57px;
    padding-bottom: 60px;
}
.abo5_con6 .p1{
  font-size: 36px;
}
.abo5_con6 .p1 span {
  width: 38px;
  height: 5px;
}
.abo5_con6 .p1 .sp1 {
  transform: translate(-53px,-50%);
}
.abo5_con6 .p1 .sp2 {
  transform: translate(15px,-50%);
}
.abo5_con6 .p2 {
  font-size: 18px;
}
.abo5_con6 .rq {
  margin-top: 18px;
  height: 540px;
}
.abo5_con6 .rq .lef .bot p {
  font-size: 18px;
}
.abo5_con6 .rq .rig {
  background: rgb(244,244,244);
  padding: 40px 53px 26px 48px;
}
.abo5_con6 .rq .rig .top button {
  font-size: 26px;
  margin-right: 40px;
}
.abo5_con6 .rq .rig .bot {
  padding-top: 20px;
}
.abo5_con6 .rq .rig .bot .div .p3 {
  font-size: 15px;
  line-height: 26px;
}
.abo5_con6 .rq .rig .bot .div .div1 {
  height: 330px;
  margin-top: 38px;
  padding-right: 16px;
}
.abo5_con6 .rq .rig .bot .div .div1 .div2 {
  height: 100px;
  margin-bottom: 12px;
}
}
@media(max-width:991px){
  .abo5_con6 {
    padding-top: 40px;
    padding-bottom: 60px;
}
.abo5_con6 .p1{
  font-size: 28px;
}
.abo5_con6 .p1 span {
  width: 30px;
  height: 5px;
}
.abo5_con6 .p1 .sp1 {
  transform: translate(-40px,-50%);
}
.abo5_con6 .p1 .sp2 {
  transform: translate(10px,-50%);
}
.abo5_con6 .p2{
  font-size: 16px;
}
.abo5_con6 .rq {
  margin-top: 18px;
  height: 430px;
}
.abo5_con6 .rq .rig {
  padding: 26px 30px 20px 25px;
}
.abo5_con6 .rq .rig .top button {
  font-size: 20px;
  margin-right: 36px;
}
.abo5_con6 .rq .rig .bot {
  padding-top: 12px;
}
.abo5_con6 .rq .rig .bot .div .p3 {
  font-size: 14px;
  line-height: 22px;
}
.abo5_con6 .rq .rig .bot .div .div1 {
  height: 263px;
  margin-top: 16px;
  padding-right: 10px;
}
.abo5_con6 .rq .rig .bot .div .div1 .div2 {
  height: 80px;
  margin-bottom: 10px;
}

}
@media(max-width:500px){
  .abo5_con6 .p1 {
    font-size: 24px;
}
.abo5_con6 .p2 {
  font-size: 14px;
}
.abo5_con6 {
  padding-top: 34px;
  padding-bottom: 40px;
}
  .abo5_con6 .rq .lef{
    display: none;
  }
  .abo5_con6 .rq .rig{
    width: 100%;
  }
  .abo5_con6 .rq .rig .top button {
    font-size: 20px;
    margin-right: 38px;
}
}
@media(max-width:375px){
  .abo5_con6 .rq .rig .top button {
    font-size: 20px;
    margin-right: 17px;
}
}






/* 行业应用 */
.indu_con1{
  width: 100%;
  padding-bottom: 140px;
}
.por_lef .div4{
  width: 100%;
  background: rgb(247,248,252);
  margin-bottom: 36px;
}
.por_lef .div4 a{
  display: block;
  line-height: 56px;
  border-bottom: 1px solid rgb(238,238,238);
  font-size: 16px;
  color: #666666;
  padding-left: 36px;
  padding-right: 32px;
  position: relative;
}
.por_lef .div4 a.on,
.por_lef .div4 a:hover{
  color: #025bff;
}
.por_lef .div4 a::before{
  content: '';
  width: 6px;
  height: 11px;
  background-image: url(../images/img130.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all .5s;
}
.por_lef .div4 a.on::before,
.por_lef .div4 a:hover::before{
  background-image: url(../images/img131.png);
}
.indu_con1 .rig{
  width: 77.5%;
    float: right;
    padding-top: 50px;
}
.indu_con1 .rig .po_top{
  border-bottom:none;
}
.indu_con1 .rq{
  width: 100%;
  padding-top: 25px;
}
.indu_con1 .rq .rq1{
  width: 100%;
  margin-bottom: 26px;
}
.indu_con1 .rq .rq1 a{
  display: block;
  padding: 23px;
  background: rgb(247,249,252);
}
.indu_con1 .rq .rq1:hover a{
  background: #fff;
  box-shadow: 0px 0px 22px 0px rgba(90,91,95,.1);
    transform: translate3d(0,-5px,0);
}
.indu_con1 .rq .rq1 .div1{
  width: 34.7%;
  float: left;
}
.indu_con1 .rq .rq1 .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.indu_con1 .rq .rq1:hover .div1 img{
  transform: scale(1.05);
}
.indu_con1 .rq .rq1 .div2{
  width: 65.3%;
  float: left;
  padding-left: 60px;
  padding-right: 95px;
  padding-top: 22px;
}
.indu_con1 .rq .rq1 .div2 .p1{
  font-size: 24px;
  color: #333333;
  transition: all .5s;
}
.indu_con1 .rq .rq1:hover .div2 .p1{
  color: #096efe;
}
.indu_con1 .rq .rq1 .div2 .div{
  width: 100%;
  padding-top: 24px;
  padding-bottom: 50px;
}
.indu_con1 .rq .rq1 .div2 .div p{
  font-size: 14px;
  color: #333333;
  width: 50%;
  float: left;
  line-height: 24px;
}
.indu_con1 .rq .rq1 .div2 .p2{
  font-size: 16px;
  color: #999999;
}
.indu_con1 .rq .rq1 .div2 .p2 img{
  width: 16px;
  margin-bottom: -2px;
  margin-right: 3px;
}


/* indu_con2 */
.indu_con2{
  width: 100%;
  background: rgb(247,249,252);
  padding-top: 45px;
  padding-bottom: 75px;
}
.indu_con2 .p1{
  font-size: 30px;
  color: #333333;
  position: relative;
}
.indu_con2 .p1 a{
  width: 152px;
  line-height: 45px;
  border-radius: 45px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
  padding-right: 34px;
  text-align: center;
}
.indu_con2 .p1 a::before{
  content: '';
  width: 20px;
  height: 8px;
  background-image: url(../images/img10.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}
.indu_con2 .rq{
  margin-top: 37px;
  width: 100%;
  background: #fff;
  padding: 30px 0;
}
.indu_con2 .rq .lef{
  width: 50%;
  float: left;
  border-right: 2px dashed rgb(201,201,201);
  padding-left: 44px;
  padding-right: 85px;
}
.indu_con2 .rq .lef.rig{
  border-right:none;
  padding-left: 80px;
}
.indu_con2 .rq .lef a{
  display: block;
  font-size: 16px;
  color: #666666;
  padding-left: 22px;
  padding-right: 85px;
  position: relative;
  line-height: 48px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.indu_con2 .rq .lef a:hover{
  padding-left: 27px;
  color: #096efe;
}
.indu_con2 .rq .lef a::before{
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(../images/img129.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.indu_con2 .rq .lef a span{
  font-size: 14px;
  color: #999999; 
   font-family: "akz2";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media(max-width:1459px){
  .por_lef .div4 a {
    line-height: 44px;
    font-size: 14px;
    padding-left: 24px;
    padding-right: 22px;
}
.por_lef .div4 a::before {
  right: 20px;
}
.por_lef .div4 {
  margin-bottom: 22px;
}
  .indu_con1 .rq .rq1 .div2 {
    padding-left: 40px;
    padding-right: 0px;
    padding-top: 15px;
}
.indu_con1 .rq .rq1 .div2 .p1 {
  font-size: 18px;
}
.indu_con1 .rq .rq1 .div2 .div {
  padding-top: 18px;
  padding-bottom: 38px;
}
.indu_con1 .rq .rq1 .div2 .div p {
  font-size: 13px;
}
.indu_con1 .rq .rq1 .div2 .p2 {
  font-size: 14px;
}
.indu_con1 .rq .rq1 a {
  padding: 18px;
}
.indu_con1 {
  padding-bottom: 100px;
}
.indu_con1 .rig {
  padding-top: 38px;
}
.indu_con1 .rq {
  padding-top: 18px;
}
.indu_con2 {
  padding-top: 34px;
  padding-bottom: 55px;
}
.indu_con2 .p1 {
  font-size: 22px;
}
.indu_con2 .p1 a {
  width: 115px;
  line-height: 35px;
  border-radius: 35px;
  font-size: 14px;
  padding-right: 26px;
}
.indu_con2 .p1 a::before {
  width: 18px;
  height: 7px;
  top: 52%;
  right: 15%;
}
.indu_con2 .rq {
  margin-top: 28px;
  padding: 22px 0;
}
.indu_con2 .rq .lef a span {
  font-size: 12px;
}
.indu_con2 .rq .lef a {
  font-size: 14px;
  padding-left: 18px;
  padding-right: 70px;
  line-height: 38px;
}
.indu_con2 .rq .lef a:hover {
  padding-left: 23px;
}
.indu_con2 .rq .lef {
  padding-left: 33px;
  padding-right: 64px;
}
.indu_con2 .rq .lef.rig {
  padding-left: 64px;
}

}
@media(max-width:1259px){
  .por_lef .div {
    height: 106px;
    padding: 21px 19px;
}
  .por_lef .div4 a {
    font-size: 12px;
    padding-left: 16px;
}
}
@media(max-width:991px){
  .indu_con1 .rig{
    width: 100%;
  }
  .indu_con2 .rq .lef {
    padding-left: 20px;
    padding-right: 20px;
}
.indu_con2 .rq .lef.rig {
  padding-left: 20px;
}
.indu_con1 .rig .po_top .p_rig{
  width: 100%;
  text-align: left;
}
}
@media(max-width:768px){
  .indu_con1 .rq .rq1 .div1{
    width: 100%;
  }
  .indu_con1 .rq .rq1 .div2{
    width: 100%;
    padding-top: 30px;
  }
  .indu_con2 .rq .lef{
    width: 100%;
    border-right:none;
  }
}
@media(max-width:500px){
  .indu_con1 .rig {
    padding-top: 18px;
}
.indu_con1 .rq .rq1 .div2 {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
}
.indu_con1 .rq .rq1 .div2 .div {
  padding-top: 14px;
  padding-bottom: 26px;
}
.indu_con1 .rq .rq1 .div2 .div p{
  width: 100%;
}
.indu_con1 .rq .rq1 {
  margin-bottom: 12px;
}
.indu_con1 {
  padding-bottom: 30px;
}

}







/* 行业应用详情 */
.indu_dat1{
  width: 100%;
}
.indu_dat1 .rig{
  width: 77.5%;
  float: right;
  padding-top: 50px;
}
.indu_dat1 .rig .po_top {
  border-bottom: none;
}
.indu_dat1 .rig .rq{
  width: 100%;
  background: rgb(251,252,253);
  padding: 55px 56px;
  margin-top: 15px;
}
.indu_dat1 .rig .rq .top{
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(230,230,230);
  position: relative;
}
.indu_dat1 .rig .rq .top .p1{
  font-size: 34px;
  color: #333333;
}
.indu_dat1 .rig .rq .top .p2{
  font-size: 14px;
  color: #666666;
  margin-top: 7px;
}
.indu_dat1 .rig .rq .top a{
  font-size: 14px;
  color: #ffffff;
  width: 100px;
  line-height: 33px;
  border-radius: 33px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #025bff;
  text-align: center;
}
.indu_dat1 .rig .rq .rq1{
  width: 100%;
  padding-top: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.indu_dat1 .rig .rq .rq1 .div1{
  width: 56%;
}
.indu_dat1 .rig .rq .p3{
  font-size: 24px;
  color: #0970fd;
  margin-bottom: 22px;
}
.indu_dat1 .rig .rq .rq1 .div{
  width: 100%;
  padding-right: 180px;
}
.indu_dat1 .rig .rq .p4{
  font-size: 14px;
  color: #333333;
  line-height: 26px;
}
.indu_dat1 .rig .rq .rq1 .div .p4{
  float: left;
  width: 50%;
}
.indu_dat1 .rig .rq .rq1 .div2{
  width: 44%;
}
.indu_dat1 .rig .rq .rq1 .div2 .swiper-container{
  width: 100%;
}
.indu_dat1 .rig .rq .rq1 .div2 .swiper-container img{
  width: 100%;
  vertical-align: middle;
}
.indu_dat1 .swiper-button-next,
.indu_dat1 .swiper-button-prev{
  width: 37px;
  height: 36px;
  background-image: url(../images/img134.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 18px;
  margin-top: -10px;
  transition: all .5s;
}
.indu_dat1 .swiper-button-prev{
  left: 18px;
  transform: rotate(180deg);
}
.indu_dat1 .swiper-button-next:hover,
.indu_dat1 .swiper-button-prev:hover{
  background-image: url(../images/img133.png);
}

.indu_dat1 .rig .rq .rq2{
  width: 100%;
  padding-top: 60px;
}
.indu_dat1 .rig .rq .rq2 .div{
  width: 100%;
  padding-right: 140px;
}
.indu_dat1 .rig .rq .rq2 .div .p4{
  width: 33.333%;
  float: left;
}

.indu_dat1 .rig .rq .rq3{
  width: 100%;
  padding-top: 95px;
}
.indu_dat1 .rig .rq .rq3 .div{
  width: 78.5%;
  padding-top: 42px;
}
.indu_dat1 .rig .rq .rq3 .div .div1{
  width: 26.2%;
  margin-right: 10.7%;
  float: left;
}
.indu_dat1 .rig .rq .rq3 .div .div1:nth-child(3){
  margin-right: 0;
}
.indu_dat1 .rig .rq .rq3 .div .div1 img{
  width: 100%;
  vertical-align: middle;
}

@media(max-width:1459px){
  .indu_dat1 .rig .rq {
    padding: 40px 42px;
    margin-top: 10px;
}
.indu_dat1 .rig {
  padding-top: 35px;
}
.indu_dat1 .rig .rq .top .p1 {
  font-size: 25px;
}
.indu_dat1 .rig .rq .top .p2 {
  font-size: 13px;
  margin-top: 5px;
}
.indu_dat1 .rig .rq .rq1 {
  padding-top: 25px;
}
.indu_dat1 .rig .rq .p3 {
  font-size: 18px;
  margin-bottom: 14px;
}
.indu_dat1 .rig .rq .p4 {
  font-size: 13px;
  line-height: 26px;
}
.indu_dat1 .rig .rq .rq1 .div {
  padding-right: 50px;
}
.indu_dat1 .rig .rq .rq2 {
  padding-top: 40px;
}
.indu_dat1 .rig .rq .rq2 .div {
  padding-right: 50px;
}
.indu_dat1 .rig .rq .rq3 {
  padding-top: 65px;
}


}
@media(max-width:991px){
  .indu_dat1 .rig{
    width: 100%;
  }

}
@media(max-width:768px){
  .indu_dat1 .rig .rq {
    padding: 20px 15px;
    margin-top: 10px;
}
.indu_dat1 .po_top .p_rig{
  width: 100%;
  text-align: left;
}
.indu_dat1 .rig .rq .top .p1 {
  font-size: 20px;
}
.indu_dat1 .rig .rq .top .p2 {
  font-size: 12px;
  margin-top: 3px;
}
.indu_dat1 .rig .rq .top {
  padding-bottom: 12px;
}
.indu_dat1 .rig .rq .top a {
  font-size: 12px;
  width: 80px;
  line-height: 28px;
  border-radius: 28px;
  top: 37%;
}
.indu_dat1 .rig .rq .rq1 .div1{
  width: 100%;
  margin-bottom: 20px;
}
.indu_dat1 .rig .rq .rq1 .div,
.indu_dat1 .rig .rq .rq2 .div{
  padding-right: 0;
}
.indu_dat1 .rig .rq .rq2 .div .p4{
  width: 50%;
}
.indu_dat1 .rig .rq .rq3 .div{
  width: 100%;
}
}
@media(max-width:500px){
  .indu_dat1 .rig {
    padding-top: 16px;
}
.indu_dat1 .rig .rq .rq1 .div2{
  width: 100%;
}
.indu_dat1 .rig .rq .rq2 {
  padding-top: 28px;
}
.indu_dat1 .rig .rq .rq3 {
  padding-top: 35px;
}
.indu_dat1 .rig .rq .rq2 .div .p4 {
  width: 100%;
}
.indu_dat1 .rig .rq .rq3 .div .div1{
  width: 32%;
  margin-right: 2%;
}
.indu_dat1 .rig .rq .rq3 .div .div1:nth-child(3){
  margin-right: 0;
}
.indu_dat1 .rig .rq .rq3 .div {
  padding-top: 20px;
}

}



/* 新闻中心 */
.new_con1{
  width: 100%;
  padding-bottom: 145px;
}
.new_con1 .rig{
  width: 77.5%;
  float: right;
  padding-top: 60px;
}
.new_con1 .rig .po_top .p{
  position: relative;
}
.new_con1 .rig .po_top .p::before{
  content: '';
  width: 164px;
  height: 2px;
  background: #025bff;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.new_con1 .rig .po_top .p span{
  font-size: 24px;
  color: #333333;
  font-family: "akz2";
}
.new_con1 .rig .rq{
  width: 100%;
  padding-top: 48px;
}
.new_con1 .rig .rq .swiper-slide{
  width: 100%;
}
.new_con1 .rig .rq .div1{
  width: 46.6%;
  float: left;
  position: relative;
  overflow: hidden;
}
.new_con1 .rig .rq .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new_con1 .rig .rq .swiper-slide:hover .div1 img{
  transform: scale(1.05);
}
.new_con1 .rig .rq .div1 p{
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  line-height: 46px;
  padding-left: 30px;
  background: rgba(0,0,0,.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
.new_con1 .rig .rq .div1 .swiper-pagination{
  position: absolute;
  right: 20px;
  bottom: 0;
  line-height: 46px;
}
.new_con1 .rig .rq .div1 .swiper-pagination-bullet{
  background: #fff;
  margin: 0 7px !important;
}
.new_con1 .rig .rq .div2{
  width: 53.4%;
  float: left;
  padding-left: 58px;
  padding-top: 42px;
}
.new_con1 .rig .rq .div2 .p1{
  font-size: 28px;
  color: #333333;
  margin-bottom: 27px;
}
.new_con1 .rig .rq .div2 .p2{
  font-size: 30px;
  color: #096efe;
  font-family: "din";
}
.new_con1 .rig .rq .div2 .p2 span{
  font-size: 14px;
  color: #666666;
  display: block;
}
.new_con1 .rig .rq .div2 .p3{
  font-size: 16px;
  color: #666666;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 55px;
}
.new_con1 .rig .rq .div2 button{
  font-size: 18px;
  color: #666666;
  width: 166px;
  line-height: 46px;
  border-radius: 46px;
  border: 2px solid rgb(235,235,235);
  padding-right: 38px;
  position: relative;
  transition: all .5s;
}
.new_con1 .rig .rq .swiper-slide:hover .div2 button{
  background: #025bff;
  color: #fff;
  border: 2px solid #025bff;
}
.new_con1 .rig .rq .div2 button::before{
  content: '';
  width: 20px;
  height: 8px;
  background-image: url(../images/img139.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  transition: all .5s;
}
.new_con1 .rig .rq .swiper-slide:hover .div2 button::before{
  background-image: url(../images/img10.png);
}

.new_con1 .rig .rq1{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 57px;
}
.new_con1 .rig .rq1 .div1{
  width: 100%;
  line-height: 87px;
  padding-left: 68px;
  padding-right: 300px;
  font-size: 20px;
  color: #333333;
  position: relative;
  background: rgb(247,249,252);
  display: block;
  margin-bottom: 22px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.new_con1 .rig .rq1 .div1:hover{
  color: #0259ff;
}
.new_con1 .rig .rq1 .div1::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(162,162,162);
  position: absolute;
  left: 43px;
  top: 52%;
  transform: translateY(-50%);
  transition: all .5s;
}
.new_con1 .rig .rq1 .div1:hover::before{
  background: #0259ff;
}
.new_con1 .rig .rq1 .div1 span{
  font-size: 18px;
  color: #999999;
  font-family: "akz2";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .6s;
}
.new_con1 .rig .rq1 .div1:hover span{
  right: 165px;
}
.new_con1 .rig .rq1 .div1 span img{
  width: 16px;
  margin-bottom: -1px;
  margin-right: 3px;
}
.new_con1 .rig .rq1 .div1 button{
  width: 0px;
  height: 100%;
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .5s;
}
.new_con1 .rig .rq1 .div1:hover button{
  width: 130px;
}
.new_con1 .rig .rq1 .div1 button::before{
  content: '';
  width: 23px;
  height: 14px;
  background-image: url(../images/img140.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media(max-width:1459px){
  .new_con1 .rig {
    padding-top: 45px;
}
.new_con1 .rig .rq {
  padding-top: 36px;
}
.new_con1 .rig .po_top .p span {
  font-size: 18px;
}
.new_con1 .rig .po_top .p::before {
  width: 120px;
}
.new_con1 .rig .rq .div2 {
  padding-left: 44px;
  padding-top: 31px;
}
.new_con1 .rig .rq .div2 .p1 {
  font-size: 21px;
  margin-bottom: 16px;
}
.new_con1 .rig .rq .div2 .p2 {
  font-size: 22px;
}
.new_con1 .rig .rq .div2 .p2 span {
  font-size: 13px;
}
.new_con1 .rig .rq .div2 .p3 {
  font-size: 14px;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-right: 0px;
}
.new_con1 .rig .rq .div2 button {
  font-size: 14px;
  width: 126px;
  line-height: 35px;
  border-radius: 35px;
  padding-right: 30px;
}
.new_con1 .rig .rq .div2 button::before {
  width: 17px;
  height: 7px;
  right: 18%;
}
.new_con1 .rig .rq1 {
  padding-top: 38px;
  padding-bottom: 42px;
}
.new_con1 .rig .rq1 .div1 {
  line-height: 66px;
  padding-left: 50px;
  padding-right: 225px;
  font-size: 16px;
  margin-bottom: 16px;
}
.new_con1 .rig .rq1 .div1::before {
  width: 5px;
  height: 5px;
  left: 32px;
}
.new_con1 .rig .rq1 .div1 span {
  font-size: 14px;
  right: 22px;
}
.new_con1 .rig .rq1 .div1:hover button {
  width: 98px;
}
.new_con1 .rig .rq1 .div1:hover span {
  right: 116px;
}
.new_con1 .rig .rq1 .div1 span img {
  width: 14px;
  margin-bottom: -1px;
  margin-right: 1px;
}
.new_con1 .rig .rq1 .div1 button::before {
  width: 18px;
  height: 11px;
}
.new_con1 {
  padding-bottom: 100px;
}
}
@media(max-width:991px){
  .new_con1 .rig{
    width: 100%;
  }
  .new_con1 .rig .rq .div2 {
    padding-left: 25px;
    padding-top: 12px;
}

}
@media(max-width:500px){
  .new_con1 .po_top .p_rig {
    width: 44%;
    line-height: 22px;
}
.new_con1 .rig .po_top .p span {
  font-size: 14px;
}
.new_con1 .rig {
  padding-top: 40px;
}
.new_con1 .rig .rq .div1{
  width: 100%;
}
.new_con1 .rig .rq .div2{
  width: 100%;
  padding-left: 0;
}
.new_con1 .rig .rq .div1 p {
  font-size: 14px;
  line-height: 40px;
  padding-left: 14px;
}
.new_con1 .rig .rq .div2 .p1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.new_con1 .rig .rq1 .div1 {
  line-height: 56px;
  padding-left: 25px;
  padding-right: 95px;
  font-size: 14px;
  margin-bottom: 10px;
}
.new_con1 .rig .rq1 .div1::before {
  width: 5px;
  height: 5px;
  left: 14px;
}
.new_con1 .rig .rq1 .div1 span {
  font-size: 12px;
  right: 8px;
}
.new_con1 .rig .rq1 .div1 span img {
  width: 12px;
  margin-bottom: -1px;
  margin-right: 1px;
}
.new_con1 .rig .rq1 {
  padding-top: 27px;
  padding-bottom: 23px;
}
.new_con1 {
  padding-bottom: 60px;
}
.new_con1 .rig .rq {
  padding-top: 20px;
}

}




/* 新闻详情 */
.new_dte1{
  width: 100%;
  padding-bottom: 120px;
}
.new_dte1 .rig{
  width: 77.5%;
  float: right;
  padding-top: 55px;
}
.new_dte1 .rig .po_top {
  border-bottom:none;
}
.new_dte1 .rig .rq{
  width: 100%;
  margin-top: 18px;
  background: rgb(251,252,253);
  padding: 0 60px;
  border: 1px solid rgb(242,242,242);
}
.new_dte1 .rig .rq .top{
  width: 100%;
  padding-top: 55px;
  border-bottom: 1px solid rgb(230,230,230);
  padding-bottom: 19px;
  position: relative;
}
.new_dte1 .rig .rq .top .p1{
  font-size: 34px;
  color: #333333;
}
.new_dte1 .rig .rq .top .p2{
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.new_dte1 .rig .rq .top .p2 span{
  padding-right: 13px;
  display: inline-block;
  position: relative;
}
.new_dte1 .rig .rq .top .p2 span::before{
  content: '';
  width: 1px;
  height: 13px;
  background: rgb(230,230,230);
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.new_dte1 .rig .rq .top .p2 span:last-child::before{
  content: none;
}
.new_dte1 .rig .rq .top .div{
  position: absolute;
  right: 0;
  bottom: 8px;
}
.new_dte1 .rig .rq .top .div span{
  font-size: 16px;
  color: #666666;
  float: left;
  line-height: 40px;
}
.new_dte1 .rig .rq .top .div span img{
  width: 18px;
  margin-right: 10px;
  margin-bottom: -3px;
}
.new_dte1 .rig .rq .top .div #share-2{
  float: left;
}
.new_dte1 .social-share .icon-wechat:hover .wechat-qrcode{
  z-index: 9999;
}
.new_dte1 .social-share .social-share-icon{
  color: #fff;
  border:none;
  font-size: 16px;
}
.new_dte1 .social-share .icon-weibo {
  background: rgb(218,60,60);
}
.new_dte1 .social-share .icon-wechat{
  background: rgb(33,186,65);
}
.new_dte1 .social-share .icon-qq{
  background: rgb(62,145,238);
}
.new_dte1 .rig .rq .bot{
  width: 100%;
  padding-top: 40px;
  padding-bottom: 56px;
}
.new_dte1 .rig .rq .bot .p1{
  font-size: 16px;
  color: #0970fd;
  margin-bottom: 20px;
}
.new_dte1 .rig .rq .bot .p2{
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.new_dte1 .rig .rq .bot .p3{
  font-size: 14px;
  color: #666666;
  text-indent: 2rem;
  margin-bottom: 20px;
  line-height: 24px;
}
.new_dte1 .rig .rq .bot .div1{
  width: 100%;
  margin-top: 32px;
  margin-bottom: 30px;
}
.new_dte1 .rig .rq .bot .div1 div{
  width: 43%;
  float: left;
  margin-right: 6.7%;
}
.new_dte1 .rig .rq .bot .div1 div:nth-child(2){
  margin-right: 0;
}
.new_dte1 .rig .rq .bot img{
  width: 100%;
  vertical-align: middle;
}

.new_dte1 .rig .rq .rq1{
  width: 100%;
  padding-bottom: 48px;
}
.new_dte1 .rig .rq .rq1 a{
  display: block;
  font-size: 16px;
  color: #666666;
  padding-bottom: 22px;
}
.new_dte1 .rig .rq .rq1 a:nth-child(2){
  padding-top: 22px;
  padding-bottom: 0;
  border-top: 1px solid rgb(242,242,242);
}
.new_dte1 .rig .rq .rq1 a:hover{
  color: #096ffe;
}
.new_dte1 .rig .rq .rq1 a i{
  width: 6px;
  height: 11px;
  display: inline-block;
  background-image: url(../images/img130.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 13px;
  transition: all .4s;
}
.new_dte1 .rig .rq .rq1 a:hover i{
  background-image: url(../images/img131.png);
}

@media(max-width:1459px){
  .new_dte1 .rig .rq {
    margin-top: 10px;
    padding: 0 45px;
}
.new_dte1 .rig {
  padding-top: 40px;
}
.new_dte1 {
  padding-bottom: 90px;
}
.new_dte1 .rig .rq .top {
  padding-top: 40px;
  padding-bottom: 14px;
}
.new_dte1 .rig .rq .top .p1 {
  font-size: 25px;
}
.new_dte1 .rig .rq .top .p2 {
  font-size: 12px;
  margin-top: 5px;
}
.new_dte1 .rig .rq .top .div span {
  font-size: 14px;
}
.new_dte1 .rig .rq .bot {
  padding-top: 30px;
  padding-bottom: 40px;
}
.new_dte1 .rig .rq .rq1 a {
  font-size: 14px;
  padding-bottom: 14px;
}
.new_dte1 .rig .rq .rq1 a:nth-child(2) {
  padding-top: 14px;
  padding-bottom: 0;
}

}
@media(max-width:1259px){
  .new_dte1 .rig .rq .top .div {
    bottom: 32px;
}

}
@media(max-width:991px){
  .new_dte1 .rig{
    width: 100%;
  }
  .new_dte1 .rig .po_top .p_rig{
    width: 100%;
    text-align: left;
  }
  .new_dte1 .rig .rq .top .div{
    position: static;
    margin-top: 10px;
  }
  .new_dte1 .rig .rq {
    margin-top: 5px;
    padding: 0 15px;
}
.new_dte1 .rig .rq .top {
  padding-top: 20px;
  padding-bottom: 14px;
}

}
@media(max-width:500px){
  .new_dte1 .rig {
    padding-top: 12px;
}
.new_dte1 .rig .rq {
  margin-top: 12px;
}
.new_dte1 .rig .rq .top .p1 {
  font-size: 20px;
  text-align: center;
}
.new_dte1 .rig .rq .top .p2{
  text-align: center;
}
.new_dte1 .rig .rq .top .div{
  display: table;
  width: auto;
  margin: 0 auto;
}
.new_dte1 .rig .rq .top .p2 span{
  margin-bottom: 5px;
}
.new_dte1 .rig .rq .top .div span {
  font-size: 12px;
  line-height: 32px;
}
.new_dte1 .rig .rq .top .div span img {
  width: 13px;
  margin-right: 3px;
  margin-bottom: -2px;
}
.social-share .social-share-icon {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
}
.new_dte1 .rig .rq .bot {
  padding-top: 20px;
  padding-bottom: 25px;
}
.new_dte1 .rig .rq .bot .p1 {
  font-size: 14px;
  margin-bottom: 14px;
}
.new_dte1 .rig .rq .bot .p2 {
  font-size: 13px;
  line-height: 24px;
}
.new_dte1 .rig .rq .bot .p3 {
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 24px;
}
.new_dte1 .rig .rq .bot .div1 {
  margin-top: 14px;
  margin-bottom: 16px;
}
.new_dte1 .rig .rq .rq1 {
  padding-bottom: 23px;
}
.new_dte1 {
  padding-bottom: 43px;
}

}



/* 联系我们 */
.con_con1 .rig {
  width: 77.5%;
  float: right;
  padding-top: 60px;
}
.con_con1 .rig .po_top .p {
  position: relative;
}
.con_con1 .rig .po_top .p::before {
  content: '';
  width: 164px;
  height: 2px;
  background: #025bff;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.con_con1 .rig .po_top .p span {
  font-size: 24px;
  color: #333333;
  font-family: "akz2";
}
.con_con1 .rig .rq{
  width: 100%;
  margin-bottom: 28px;
}
.con_con1 .rig .rq .p1{
  font-size: 18px;
  color: #666666;
  padding-top: 44px;
  padding-bottom: 30px;
}
.con_con1 .rig .rq .div{
  width: 100%;
  border: 1px solid rgb(229,229,229);
  display: flex;
  flex-wrap: wrap;
}
.con_con1 .rig .rq .div .div1{
  width: 33.3333%;
  padding: 50px 30px;
  border-right: 1px solid rgb(229,229,229);
}
.con_con1 .rig .rq .div .div1:last-child{
  border-right:none;
}
.con_con1 .rig .rq .div .div1 .p2{
  font-size: 30px;
  color: #333333;
  margin-bottom: 32px;
}
.con_con1 .rig .rq .div .div1 .p2 img{
  width: 56px;
  display: block;
  margin-bottom: 15px;
  transition: all .5s;
}
.con_con1 .rig .rq .div .div1:hover .p2 img{
  transform: translateY(-10px);
}
.con_con1 .rig .rq .div .div1 .p3{
  font-size: 16px;
  color: #666666;
  margin-bottom: 14px;
}
.con_con1 .rig .rq .div .div1 .p3:last-child{
  margin-bottom: 0;
}
.con_con1 .rig .rq .div .div1 .div2{
  width: 96px;
}
.con_con1 .rig .rq .div .div1 .div2 img{
  width: 100%;
  vertical-align: middle;
}
.con_con1 .rig .rq .div .div1 .div2 p{
  font-size: 16px;
  color: #666666;
  text-align: center;
  padding-top: 7px;
}

.con_con1 .rig .rq1{
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}
.con_con1 .rig .rq1 iframe{
  width: 100%;
  height: 458px;
}
.con_con1 .rig .rq1 img{
  width: 100%;
  vertical-align: middle;
}
.con_con1 .rig .rq1 .div{
  width: 360px;
  height: 80px;
  position: absolute;
  top: 30%;
  left: 48%;
  transform: translate(-50%,-50%);
  background: #fff;
}
.con_con1 .rig .rq1 .div::before{
  content: '';
  width: 26px;
  height: 14px;
  background-image: url(../images/img148.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 75px;
  top: 100%;
}
.con_con1 .rig .rq1 .div .div1{
  width: 100%;
  height: 100%;
  position: relative;
}
.con_con1 .rig .rq1 .div .div1 .div2{
  width: 22%;
  height: 100%;
  border-right: 1px solid rgb(243,243,244);
  position: relative;
  float: left;
}
.con_con1 .rig .rq1 .div .div1 .div2 img{
  width: 57px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.con_con1 .rig .rq1 .div .div1 .div3{
  width: 78%;
  float: left;
  padding: 19px 28px;
}
.con_con1 .rig .rq1 .div .div1 .div3 p{
  font-size: 16px;
  color: #666666;
}
.con_con1 .rig .rq1 .div .div1 i{
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.con_con1 .rig .rq1 .div .div1 i img{
  width: 100%;
}


.con_con1 .rig .rq2{
  width: 100%;
  padding-bottom: 40px;
}
.con_p{
  font-size: 32px;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: 3px solid rgb(239,239,239);
  position: relative;
}
.con_p span{
  font-size: 24px;
  color: #999999;
  font-family: "akz2";
}
.con_p::before{
  content: '';
  width: 130px;
  height: 3px;
  background: #025bff;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.con_con1 .rig .rq2 .div{
  width: 100%;
  padding-top: 50px;
}
.con_con1 .rig .rq2 .div .div1{
  width: 46%;
  height: 200px;
  float: left;
  margin-right: 8%;
  margin-bottom: 38px;
  border-radius: 10px;
  background-image: url(../images/img152.png);
  background-size: cover;
  overflow: hidden;
  padding: 37px 25px;
  position: relative;
  transition: all .5s;
  cursor: pointer;
}
.con_con1 .rig .rq2 .div .div1:nth-child(2n){
  margin-right: 0;
}
.con_con1 .rig .rq2 .div .div1:hover{
  background-image: url(../images/img153.png);
  box-shadow: 0px 16px 22px 0px rgba(9,113,253,.5);
}
.con_con1 .rig .rq2 .div .div1::before{
  content: '';
  width: 10px;
  height: 20px;
  background-image: url(../images/img150.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 35px;
  bottom: 35px;
  transition: all .5s;
}
.con_con1 .rig .rq2 .div .div1:hover::before{
  background-image: url(../images/img151.png);
}
.con_con1 .rig .rq2 .div .div1 .p1{
  font-size: 24px;
  color: #333333;
  margin-bottom: 30px;
}
.con_con1 .rig .rq2 .div .div1 .p3{
  font-size: 16px;
  color: #666666;
}
.con_con1 .rig .rq2 .div .div1 .div2{
  width: 100%;
  margin-bottom: 16px;
}
.con_con1 .rig .rq2 .div .div1 .div2 p{
  float: left;
  width: 49%;
}
.con_con1 .rig .rq2 .div .div1:hover p{
  color: #fff;
}

.con_con1 .rig .rq3{
  width: 100%;
  padding-bottom: 140px;
}
.con_con1 .rig .rq3 .div{
  width: 100%;
  padding-top: 40px;
}
.con_con1 .rig .rq3 .div1{
  width: 100%;
}
.con_con1 .rig .rq3 .div1 .div2{
  width: 49.5%;
  height: 62px;
  float: left;
  margin-right: 1%;
  margin-bottom: 9px;
  border: 1px solid rgb(231,231,231);
  padding-left: 64px;
  position: relative;
}
.con_con1 .rig .rq3 .div1 .div2:nth-child(2n){
  margin-right: 0;
}
.con_con1 .rig .rq3 .div1 .div2 img{
  width: 23px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: all .5s;
}
.con_con1 .rig .rq3 .div1 .div2:hover img{
  transform: translateY(-50%) scale(1.2);
}
.con_con1 .rig .rq3 .div1 .div2 textarea,
.con_con1 .rig .rq3 .div1 .div2 input{
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  color: #999999;
  border-left: 1px solid rgb(231,231,231);
  padding-left: 15px;
}
.con_con1 .rig .rq3 .div1 .div2.div3{
  width: 100%;
  height: 195px;
  margin-right: 0;
}
.con_con1 .rig .rq3 .div1 .div2 textarea{
  padding-top: 20px;
}
.con_con1 .rig .rq3 .div button{
  font-size: 16px;
  color: #ffffff;
  display: block;
  width: 217px;
  height: 63px;
  margin: 0 auto;
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
  margin-top: 20px;
}

@media(max-width:1459px){
  .con_con1 .rig {
    padding-top: 45px;
}
  .con_con1 .rig .po_top .p span{
    font-size: 18px;
  }
  .con_con1 .rig .rq .p1 {
    font-size: 14px;
    padding-top: 33px;
    padding-bottom: 22px;
}
.con_con1 .rig .rq .div .div1 {
  padding: 38px 22px;
}
.con_con1 .rig .rq .div .div1 .p2 {
  font-size: 22px;
  margin-bottom: 24px;
}
.con_con1 .rig .rq .div .div1 .p2 img {
  width: 42px;
  margin-bottom: 10px;
}
.con_con1 .rig .rq .div .div1 .p3 {
  font-size: 14px;
  margin-bottom: 8px;
}
.con_con1 .rig .rq .div .div1 .div2 {
  width: 73px;
}
.con_con1 .rig .rq .div .div1 .div2 p {
  font-size: 13px;
  padding-top: 5px;
}
.con_con1 .rig .rq {
  margin-bottom: 20px;
}
.con_con1 .rig .rq1 .div {
  width: 275px;
  height: 60px;
}
.con_con1 .rig .rq1 .div .div1 .div2 img {
  width: 40px;
}
.con_con1 .rig .rq1 .div .div1 .div3 {
  padding: 13px 16px;
}
.con_con1 .rig .rq1 .div .div1 .div3 p {
  font-size: 13px;
}
.con_con1 .rig .rq1 .div .div1 i {
  width: 10px;
  height: 10px;
  top: 1px;
  right: 6px;
}
.con_con1 .rig .rq1 {
  margin-bottom: 45px;
}
.con_p {
  font-size: 22px;
  padding-bottom: 14px;
}
.con_p span{
  font-size: 18px;
}
.con_p::before {
  height: 2px;
}
.con_con1 .rig .rq2 .div {
  padding-top: 38px;
}
.con_con1 .rig .rq2 .div .div1 {
  height: 152px;
  margin-bottom: 28px;
  border-radius: 10px;
  padding: 28px 18px;
}
.con_con1 .rig .rq2 .div .div1 .p1 {
  font-size: 18px;
  margin-bottom: 18px;
}
.con_con1 .rig .rq2 .div .div1 .p3 {
  font-size: 14px;
}
.con_con1 .rig .rq2 .div .div1 .div2 {
  margin-bottom: 12px;
}
.con_con1 .rig .rq2 .div .div1::before {
  width: 8px;
  height: 16px;
  right: 25px;
  bottom: 25px;
}
.con_con1 .rig .rq2 {
  padding-bottom: 30px;
}
.con_con1 .rig .rq3 .div {
  padding-top: 30px;
}
.con_con1 .rig .rq3 .div1 .div2 {
  height: 47px;
  margin-bottom: 9px;
  padding-left: 47px;
}
.con_con1 .rig .rq3 .div1 .div2 img {
  width: 18px;
  left: 15px;
}
.con_con1 .rig .rq3 .div1 .div2 textarea, .con_con1 .rig .rq3 .div1 .div2 input {
  font-size: 12px;
}
.con_con1 .rig .rq3 .div1 .div2.div3 {
  height: 148px;
}
.con_con1 .rig .rq3 .div button {
  font-size: 14px;
  width: 164px;
  height: 46px;
  margin-top: 12px;
}
.con_con1 .rig .rq3 {
  padding-bottom: 100px;
}

}
@media(max-width:991px){
  .con_con1 .rig{
    width: 100%;
  }
  .con_con1 .rig .rq .div .div1 {
    padding: 25px 18px;
}
.con_con1 .rig .rq .div .div1 .p2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.con_con1 .rig .rq .div .div1 .p3 {
  font-size: 12px;
  margin-bottom: 8px;
}




}
@media(max-width:500px){
  .con_con1 .rig {
    padding-top: 40px;
}
.con_con1 .po_top .p_rig {
  width: 44%;
  line-height: 22px;
}
.con_con1 .rig .rq .p1 {
  padding-top: 22px;
  padding-bottom: 18px;
}
.con_con1 .rig .rq .div .div1{
  width: 100%;
  border-right:none;
  border-bottom: 1px solid rgb(229,229,229);
}
.con_con1 .rig .rq .div .div1:last-child{
  border-bottom: none;
}
.con_con1 .rig .rq .div .div1 .p2 img {
  width: 34px;
  margin-bottom: 6px;
}
.con_con1 .rig .rq .div .div1 .p2 {
  font-size: 18px;
  margin-bottom: 18px;
}
.con_con1 .rig .rq .div .div1 .p3 {
  font-size: 13px;
  margin-bottom: 8px;
}
.con_con1 .rig .rq1 {
  margin-bottom: 28px;
}
.con_con1 .rig .po_top .p span {
  font-size: 14px;
}
.con_p {
  font-size: 18px;
  padding-bottom: 10px;
}
.con_p span {
  font-size: 14px;
}
.con_con1 .rig .rq2 .div {
  padding-top: 18px;
}
.con_con1 .rig .rq2 .div .div1{
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 10px;
}
.con_con1 .rig .rq2 {
  padding-bottom: 20px;
}
.con_con1 .rig .rq3 .div {
  padding-top: 20px;
}
.con_con1 .rig .rq3 .div1 .div2{
  width: 100%;
  margin-right: 0;
}
.con_con1 .rig .rq3 .div button {
  font-size: 14px;
  width: 130px;
  height: 40px;
  margin-top: 10px;
}
.con_con1 .rig .rq3 {
  padding-bottom: 55px;
}

}


/* 企业招聘弹框 */
.qytk{
  width: 100%;
}
.qytk_mb{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.qytk_mb.hover{
  opacity: 1;
  filter: alpha(opacity=1);
  visibility: visible;
}

.qytk_rq{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;

  visibility: hidden;
  -webkit-transform: translateY(100%) scale(.5,.5);
  -moz-transform: translateY(100%) scale(.5,.5);
  -ms-transform: translateY(100%) scale(.5,.5);
  transform: translateY(100%) scale(.5,.5);
  -moz-transition: all 1.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 1.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.qytk_rq.on{
  visibility: visible;
  -webkit-transform: translateY(0%) scale(.5,.5);
  -moz-transform: translateY(0%) scale(.5,.5);
  -ms-transform: translateY(0%) scale(.5,.5);
  transform: translateY(0%) scale(.5,.5);
  -moz-transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}
.qytk_rq.s{
  -moz-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(0%) scale(1,1);
  -moz-transform: translateY(0%) scale(1,1);
  -ms-transform: translateY(0%) scale(1,1);
  transform: translateY(0%) scale(1,1);
}

.qytk_rq .rq{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 105px;
}
.qytk_rq .rq .top{
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 2px solid rgb(235,235,235);
  position: relative;
}
.qytk_rq .rq .top .qx{
  width: 32px;
  height: 32px;
  background-image: url(../images/img159.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all .5s;
}
.qytk_rq .rq .top .qx:hover{
  transform: rotate(90deg);
}
.qytk_rq .rq .top .p1{
  font-size: 30px;
  color: #333333;
  margin-bottom: 22px;
}
.qytk_rq .rq .top .p2 span{
  font-size: 14px;
  color: #0259ff;
  display: inline-block;
  margin-right: 35px;
  line-height: 24px;
}
.qytk_rq .rq .top .p2 span em{
  font-size: 18px;
  color: #333333;
}
.qytk_rq .rq .bot{
  width: 100%;
  height: 600px;
  margin-top: 35px;
  overflow-y: auto;
}
.qytk_rq .rq .bot::-webkit-scrollbar {
  width: 3px;
  background-color: #999;
  border-radius:50px;
}
.qytk_rq .rq .bot::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #0259ff;
}
.qytk_rq .rq .bot .rq1{
  width: 100%;
}
.qytk_rq .rq .bot .rq1 .div{
  width: 100%;
  margin-bottom: 14px;
}
.qytk_rq .rq .bot .rq1 .div span{
  font-size: 18px;
  color: #ffffff;
  display: block;
  width: 135px;
  line-height: 34px;
  background: #0259ff;
  text-align: center;
  margin-bottom: 22px;
}
.qytk_rq .rq .bot .rq1 .div p{
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.qytk_rq .rq a{
  font-size: 20px;
  color: #0259ff;
  margin-top: 30px;
  display: block;
}
@media (max-width: 1459px){
  .qytk_rq .rq {
    padding-top: 60px;
    padding-bottom: 80px;
}
.qytk_rq .rq .top .p1 {
  font-size: 22px;
  margin-bottom: 14px;
}
.qytk_rq .rq .top .p2 span em {
  font-size: 16px;
}
.qytk_rq .rq .top .p2 span {
  font-size: 13px;
  margin-right: 30px;
  line-height: 24px;
}
.qytk_rq .rq .top {
  padding-bottom: 18px;
}
.qytk_rq .rq .top .qx {
  width: 26px;
  height: 26px;
}
.qytk_rq .rq .bot {
  height: 450px;
  margin-top: 24px;
}
.qytk_rq .rq .bot .rq1 .div span {
  font-size: 14px;
  width: 100px;
  line-height: 30px;
  margin-bottom: 14px;
}
.qytk_rq .rq .bot .rq1 .div p {
  font-size: 14px;
  line-height: 30px;
}
.qytk_rq .rq a {
  font-size: 16px;
  margin-top: 24px;
}

}
@media (max-width: 414px){
  .qytk_rq .rq {
    padding-top: 22px;
    padding-bottom: 35px;
}

.qytk_rq .rq .top .p1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.qytk_rq .rq .top .p2 span {
  margin-right: 16px;
}
.qytk_rq .rq .top {
  padding-bottom: 10px;
}
.qytk_rq .rq .bot {
  height: 545px;
}
.qytk_rq .rq a {
  font-size: 14px;
  margin-top: 24px;
}
}
@media (max-width: 375px){
  .qytk_rq .rq .bot {
    height: 485px;
}
}
@media (max-width: 320px){
  .qytk_rq .rq .bot {
    height: 366px;
}
}




/* 自动贴标机 */
/* banner视频弹窗 */

.ny_banner .wrap{
  z-index: 100;
}
.ny_banner .p3{
  font-size: 18px;
  color: #ffffff;
  margin-top: 15px;
}
.ny_banner .p3 img{
  width: 44px;
  margin-bottom: -15px;
  margin-right: 10px;
}

.video_pic {
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

#publicity-video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
  z-index: 99;
}
#publicity-video video {
	display: block;
	/* height: 100%; */
}

.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);}

.abo_zd span a {
  margin-right: 35px;
}

/* zd_con1 */
.zd_con1{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 75px;
  position: relative;
}
.zd_p{
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.zd_p span{
  font-size: 40px;
  font-weight: 100;
}
.zd_con1 .p1{
  font-size: 34px;
  color: #0868fe;
  padding-top: 20px;
  text-align: center;
}
.zd_con1 .p1 img{
  width: 33px;
  margin-bottom: -4px;
  margin-right: 10px;
}
.zd_con1 .rq{
  width: 100%;
  padding-top: 48px;
}
.zd_con1 .rq .div{
  width: 22.6%;
  margin-right: 3.2%;
  float: left;
  height: 315px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 22px 0px rgba(90,91,95,.1);
  padding: 0 45px;
  padding-top: 62px;
  transition: all .5s;
}
.zd_con1 .rq .div:nth-child(4){
  margin-right: 0;
}
.zd_con1 .rq .div:hover{
  background: rgb(20,136,253);
  transform: translate3d(0,-5px,0);
  box-shadow: 0px 10px 22px 0px rgba(20,136,253,.5);
}
.zd_con1 .rq .div .div1{
  width: 85px;
  height: 86px;
  margin: 0 auto;
  position: relative;
}
.zd_con1 .rq .div .div1 img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.zd_con1 .rq .div .div1 .ig2{
  left: 0;
  opacity: 0;
}
.zd_con1 .rq .div:hover .div1 .ig2{
  left: 50%;
  opacity: 1;
}
.zd_con1 .rq .div:hover .div1 .ig1{
  left: 100%;
  opacity: 0;
}
.zd_con1 .rq .div p{
  font-size: 26px;
  color: #333333;
  text-align: center;
  padding-top: 40px;
  transition: all .5s;
}
.zd_con1 .rq .div:hover p{
  color: #fff;
  font-size: 28px;
}


/* .zd_con2 */
.zd_con2{
  width: 100%;
  background-image: url(../images/img179.jpg);
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}
.zd_con2 .rq{
  width: 100%;
  padding-top: 42px;
}
.zd_con2 .rq .lef{
  width: 44%;
  float: left;
}
.zd_con2 .rq .lef img{
  width: 100%;
  vertical-align: middle;
}
.zd_con2 .rq .rig{
  width: 56%;
  float: left;
  padding-left: 72px;
  padding-top: 35px;
}
.zd_con2 .rq .rig .p1{
  font-size: 40px;
  color: #0868fe;
  padding-left: 35px;
  position: relative;
  margin-bottom: 55px;
}
.zd_con2 .rq .rig .p1::before{
  content: '';
  width: 134px;
  height: 3px;
  background: #0868fe;
  position: absolute;
  top: 50%;
  left: -134px;
  transform: translateY(-50%);
}
.zd_con2 .rq .rig .p2{
  font-size: 26px;
  color: #333333;
  line-height: 77px;
  padding-left: 80px;
  position: relative;
  margin-bottom: 10px;
  transition: all .5s;

  border-radius: 5px;
}
.zd_con2 .rq .rig .p2:hover{
  font-size: 30px;
  color: #ffffff;
  background: rgb(9,110,245);
  transform: translate3d(0,-5px,0);
  box-shadow: 0px 10px 22px 0px rgba(20,136,253,.5);
}
.zd_con2 .rq .rig .p2::before{
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../images/img171.png);
  position: absolute;
  top: 53%;
  left: 37px;
  transform: translateY(-50%);
  transition: all .5s;
}
.zd_con2 .rq .rig .p2::after{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/img172.png);
  position: absolute;
  top: 53%;
  left: 37px;
  transform: translateY(-50%);
  transition: all .5s;
  opacity: 0;
}
.zd_con2 .rq .rig .p2:hover::before{
  opacity: 0;
}
.zd_con2 .rq .rig .p2:hover::after{
  opacity: 1;
}


/* zd_con3 */
.zd_con3{
  width: 100%;
  padding-top: 75px;
  padding-bottom: 98px;
  background-image: url(../images/img173.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.zd_con3 .zd_p{
  color: #fff;
}
.zd_con3 .rq{
  width: 100%;
  padding-top: 70px;
  position: relative;
}
.zd_con3 .rq .vs{
  width: 140px;
  height: 158px;
  background-image: url(../images/img176.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.zd_con3 .rq .lef{
  width: 694px;
  height: 364px;
  float: left;
  background-image: url(../images/img174.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.zd_con3 .rq .lef .p1{
  font-size: 24px;
  color: #ffffff;
  line-height: 80px;
  padding-left: 142px;
}
.zd_con3 .rq .lef .div{
  width: 100%;
  padding-left: 95px;
  padding-top: 28px;
  padding-right: 210px;
}
.zd_con3 .rq .lef .div .p2{
  line-height: 74px;
  font-size: 30px;
  color: #333333;
  padding-left: 36px;
  border-bottom: 1px dashed rgb(192,192,192);
  position: relative;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.zd_con3 .rq .lef .div .p2:hover{
  color: #0868fe;
}
.zd_con3 .rq .lef .div .p2::before{
  content: '';
  width: 24px;
  height: 23px;
  background-image: url(../images/img177.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.zd_con3 .rq .lef .div .p2:hover::before{
  transform: translateY(-70%);
}
.zd_con3 .rq .rig{
  width: 700px;
  height: 371px;
  float: right;
  background-image: url(../images/img175.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.zd_con3 .rq .rig .p1{
  font-size: 24px;
  color: #333333;
  line-height: 80px;
  padding-left: 210px;
}
.zd_con3 .rq .rig .div{
  width: 100%;
  padding-left: 110px;
  padding-top: 28px;
  padding-right: 63px;
}
.zd_con3 .rq .rig .div .p3{
  line-height: 74px;
  font-size: 28px;
  color: #333333;
  padding-left: 36px;
  border-bottom: 1px dashed rgb(192,192,192);
  position: relative;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.zd_con3 .rq .rig .div .p3:hover{
  color: #0868fe;
}
.zd_con3 .rq .rig .div .p3::before{
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../images/img178.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.zd_con3 .rq .rig .div .p3:hover::before{
  transform: translateY(-70%);
}


/* zd_con4 */
.zd_con4{
  width: 100%;
  padding-top: 94px;
  padding-bottom: 88px;
  position: relative;
}
.zd_con4 .rq{
  width: 100%;
  padding-top: 55px;
}
.zd_con4 .rq .div{
  width: 48.3%;
  float: left;
  position: relative;
  margin-right: 3.4%;
  overflow: hidden;
}
.zd_con4 .rq .div:nth-child(2){
  margin-right: 0;
}
.zd_con4 .rq .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .4s;
}
.zd_con4 .rq .div:hover img{
  transform: scale(1.05);
}


/* zd_con5 */
.zd_con5{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/img182.jpg);
  background-size: cover;
  position: relative;
}
.zd_con5 .rq{
  width: 100%;
  padding-top: 55px;
}
.zd_con5 .rq .div{
  width: 32.5%;
  margin-right: 1.25%;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.zd_con5 .rq .div:nth-child(3n){
  margin-right: 0;
}
.zd_con5 .rq .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.zd_con5 .rq .div:hover img{
  transform: scale(1.05);
}
.zd_con5 .rq .div .pf{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url(../images/img185.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.zd_con5 .rq .div:hover .pf{
  background-image: url(../images/img186.png);
}
.zd_con5 .rq .div p{
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
  position: absolute;
  bottom: -45px;
  left: 0;
  transition: all .5s;
}
.zd_con5 .rq .div:hover p{
  bottom: 0;
}
.zd_con5 button{
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 18px;
  color: #ffffff;
  height: 50px;
  width: 170px;
  background: linear-gradient(to right,rgb(0,182,241),rgb(9,110,254));
  border-radius: 50px;
}


/* zd_con6 */
.zd_con6{
  width: 100%;
  height: 730px;
  padding-top: 74px;
  background-image: url(../images/img187.png);
  background-size: cover;
  background-position: center;
  position: relative;
}
.zd_con6 a{
  font-size: 16px;
  color: #333333;
  width: 170px;
  line-height: 52px;
  border-radius: 52px;
  padding-right: 23px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(90,91,95,.1);
  position: absolute;
  left: 50%;
  bottom: 52px;
  transform: translateX(-50%);
}
.zd_con6 a:hover{
  background: #025bff;
  color: #fff;
}
.zd_con6 a::before{
  content: '';
  width: 13px;
  height: 9px;
  background-image: url(../images/img190.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  transition: all .5s;
}
.zd_con6 a:hover::before{
  background-image: url(../images/img191.png);
}
.zd_con6 .div{
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(90,91,95,.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.zd_con6 .div::before{
  content: '';
  width: 120%;
  height: 120%;
  background-image: url(../images/img188.png);
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0.5);
  opacity: 0;
  transition: all .5s;
}
.zd_con6 .div:hover::before{
  transform: translate(-50%,-50%) scale(1);
  opacity: 1;
}
.zd_con6 .div .rq{
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.zd_con6 .div .rq img{
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.zd_con6 .div1{
  width: 143px;
  height: 143px;
  left: 11%;
  top: 60%;

  animation: td 3s linear infinite;
}
.zd_con6 .div2{
  width: 155px;
  height: 155px;
  left: 28%;
  top: 47%;
  
  animation: td 3s linear infinite .2s;
}
.zd_con6 .div3{
  width: 143px;
  height: 143px;
  left: 30%;
  top: 80%;

  animation: td 3s linear infinite .1s;
}
.zd_con6 .div4{
  width: 98px;
  height: 98px;
  left: 42%;
  top: 32%;

  animation: td 3s linear infinite .5s;
}
.zd_con6 .div5{
  width: 142px;
  height: 142px;
  left: 42%;
  top: 70%;
  
  animation: td 3s linear infinite .4s;
}
.zd_con6 .div6{
  width: 98px;
  height: 98px;
  left: 55%;
  top: 49%;

  animation: td 3s linear infinite .7s;
}
.zd_con6 .div7{
  width: 122px;
  height: 122px;
  left: 58%;
  top: 73%;

  animation: td 3s linear infinite .6s;
}
.zd_con6 .div8{
  width: 154px;
  height: 154px;
  left: 69%;
  top: 82%;

  animation: td 3s linear infinite .3s;
}
.zd_con6 .div9{
  width: 134px;
  height: 134px;
  left: 73%;
  top: 53%;

  animation: td 3s linear infinite .5s;
}
.zd_con6 .div10{
  width: 128px;
  height: 128px;
  left: 90%;
  top: 72%;

  animation: td 3s linear infinite .1s;
}

@keyframes td{
  0%{
    transform:translate(-50%,-50%);
  }
  50%{
    transform:translate(-50%,-80%);
  }
  100%{
    transform:translate(-50%,-50%);
  }
}


@media(max-width:1459px){
  .ny_banner .p1 {
    font-size: 36px;
}
.ny_banner .p2 {
  font-size: 22px;
}
.ny_banner .rq::before {
  width: 2px;
  height: 60px;
}
.ny_banner .p3 {
  font-size: 16px;
  margin-top: 10px;
}
.ny_banner .p3 img {
  width: 33px;
  margin-bottom: -12px;
  margin-right: 5px;
}
.abo_zd span a {
  margin-right: 28px;
}
.zd_con1 {
  padding-top: 50px;
  padding-bottom: 55px;
}
.zd_p span {
  font-size: 30px;
}
.zd_p {
  font-size: 36px;
}
.zd_con1 .p1 {
  font-size: 25px;
  padding-top: 14px;
}
.zd_con1 .p1 img {
  width: 25px;
  margin-bottom: -4px;
  margin-right: 6px;
}
.zd_con1 .rq {
  padding-top: 36px;
}
.zd_con1 .rq .div {
  height: 240px;
  padding: 0 34px;
  padding-top: 47px;
}
.zd_con1 .rq .div .div1 {
  width: 64px;
  height: 64px;
}
.zd_con1 .rq .div p {
  font-size: 19px;
  padding-top: 30px;
}
.zd_con1 .rq .div:hover p {
  font-size: 22px;
}
.zd_con2 {
  padding-top: 55px;
  padding-bottom: 80px;
}
.zd_con2 .rq {
  padding-top: 32px;
}
.zd_con2 .rq .rig {
  padding-left: 54px;
  padding-top: 26px;
}
.zd_con2 .rq .rig .p1 {
  font-size: 30px;
  padding-left: 25px;
  margin-bottom: 40px;
}
.zd_con2 .rq .rig .p1::before {
  width: 100px;
  height: 2px;
  left: -100px;
}
.zd_con2 .rq .rig .p2 {
  font-size: 20px;
  line-height: 58px;
  padding-left: 60px;
  margin-bottom: 10px;
}
.zd_con2 .rq .rig .p2::before {
  width: 13px;
  height: 13px;
  left: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.zd_con2 .rq .rig .p2:hover {
  font-size: 22px;
}
.zd_con2 .rq .rig .p2::after {
  width: 16px;
  height: 16px;
  left: 23px;
  background-size: contain;
  background-repeat: no-repeat;
}
.zd_con3 {
  padding-top: 57px;
  padding-bottom: 74px;
}
.zd_con3 .rq {
  padding-top: 50px;
}
.zd_con3 .rq .lef {
  width: 50%;
  height: 289px;
}
.zd_con3 .rq .rig {
  width: 50%;
  height: 292px;
}
.zd_con3 .rq .lef .p1 {
  font-size: 18px;
  line-height: 63px;
  padding-left: 107px;
}
.zd_con3 .rq .lef .div {
  padding-left: 70px;
  padding-top: 20px;
  padding-right: 150px;
}
.zd_con3 .rq .lef .div .p2 {
  line-height: 56px;
  font-size: 22px;
  padding-left: 30px;
}
.zd_con3 .rq .lef .div .p2::before {
  width: 18px;
  height: 17px;
}
.zd_con3 .rq .rig .p1 {
  font-size: 18px;
  line-height: 63px;
  padding-left: 165px;
}
.zd_con3 .rq .rig .div {
  padding-left: 83px;
  padding-top: 22px;
  padding-right: 47px;
}
.zd_con3 .rq .rig .div .p3 {
  line-height: 56px;
  font-size: 22px;
  padding-left: 30px;
}
.zd_con3 .rq .rig .div .p3::before {
  width: 19px;
  height: 19px;
  top: 50%;
}
.zd_con3 .rq .vs {
  width: 105px;
  height: 119px;
}
.zd_con4 {
  padding-top: 70px;
  padding-bottom: 65px;
}
.zd_con4 .rq {
  padding-top: 40px;
}
.zd_con5 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.zd_con5 .rq {
  padding-top: 40px;
}
.zd_con5 .rq .div p {
  font-size: 15px;
  line-height: 36px;
  bottom: -36px;
}
.zd_con5 button {
  margin-top: 30px;
  font-size: 14px;
  height: 38px;
  width: 130px;
 border-radius: 38px;
}
.zd_con5 .rq .div .pf {
  width: 45px;
  height: 45px;
}
.zd_con6 {
  height: 555px;
  padding-top: 56px;
}
.zd_con6 .div1 {
  width: 105px;
  height: 105px;
}
.zd_con6 .div2 {
  width: 115px;
  height: 115px;
}
.zd_con6 .div3 {
  width: 108px;
  height: 108px;
}
.zd_con6 .div4 {
  width: 74px;
  height: 74px;
}
.zd_con6 .div5 {
  width: 107px;
  height: 107px;
}
.zd_con6 .div6 {
  width: 74px;
  height: 74px;
}
.zd_con6 .div7 {
  width: 92px;
  height: 92px;
}
.zd_con6 .div8 {
  width: 117px;
  height: 117px;
}
.zd_con6 .div9 {
  width: 100px;
  height: 100px;
}
.zd_con6 .div10 {
  width: 96px;
  height: 96px;
}
.zd_con6 a {
  font-size: 14px;
  width: 128px;
  line-height: 40px;
  border-radius: 40px;
  padding-right: 23px;
  bottom: 36px;
}

}
@media(max-width:1259px){
  .ny_banner .p1 {
    font-size: 28px;
}
.ny_banner .p2 {
  font-size: 16px;
}
.ny_banner .rq::before {
  width: 2px;
  height: 45px;
}
.ny_banner .p3 {
  font-size: 14px;
  margin-top: 10px;
}
.ny_banner .p3 img {
  width: 28px;
  margin-bottom: -8px;
  margin-right: 3px;
}
.zd_p {
  font-size: 28px;
}
.zd_p span {
  font-size: 24px;
}
.zd_con1 .p1 {
  font-size: 20px;
  padding-top: 14px;
}
.zd_con1 .rq .div:hover p {
  font-size: 20px;
}
.zd_con1 .p1 img {
  width: 21px;
  margin-bottom: -4px;
  margin-right: 6px;
}
.zd_con2 .rq .rig .p2:hover {
  font-size: 20px;
}
.zd_con2 .rq .rig .p1 {
  font-size: 26px;
}
.zd_con3 .rq .rig .div {
  padding-left: 83px;
  padding-top: 5px;
}
.zd_con3 .rq .lef .div {
  padding-left: 50px;
  padding-top: 5px;
  padding-right: 110px;
}

}
@media(max-width:991px){
  .zd_con1 .rq .div:hover p,
  .zd_con1 .rq .div p {
    font-size: 16px;
    padding-top: 14px;
}
.zd_con1 .rq .div {
  height: 195px;
  padding: 0 14px;
  padding-top: 40px;
  border-radius: 10px;
}
.zd_con2 .rq .rig {
  padding-left: 8px;
  padding-top: 0px;
}
.zd_con2 .rq .rig .p1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.zd_con2 .rq .rig .p1::before {
  width: 60px;
  height: 2px;
  left: -46px;
}
.zd_con2 .rq .rig .p2:hover,
.zd_con2 .rq .rig .p2 {
  font-size: 17px;
  line-height: 46px;
  padding-left: 60px;
  margin-bottom: 10px;
}
.zd_con2 {
  padding-top: 55px;
  padding-bottom: 53px;
}
.zd_con3 .rq {
  padding-top: 34px;
}
.zd_con3 .rq .lef {
  width: 50%;
  height: 197px;
}
.zd_con3 .rq .lef .p1 {
  font-size: 16px;
  line-height: 43px;
  padding-left: 70px;
}
.zd_con3 .rq .lef .div {
  padding-left: 20px;
  padding-top: 5px;
  padding-right: 60px;
}
.zd_con3 .rq .lef .div .p2 {
  line-height: 42px;
  font-size: 16px;
  padding-left: 30px;
}
.zd_con3 .rq .rig {
  width: 50%;
  height: 199px;
}
.zd_con3 .rq .rig .p1 {
  font-size: 16px;
  line-height: 44px;
  padding-left: 116px;
}
.zd_con3 .rq .rig .div {
  padding-left: 46px;
  padding-top: 5px;
  padding-right: 26px;
}
.zd_con3 .rq .rig .div .p3 {
  line-height: 42px;
  font-size: 16px;
  padding-left: 30px;
}
.zd_con3 .rq .vs {
  width: 70px;
  height: 79px;
}



}
@media(max-width:768px){
  .ny_banner .wrap{
    width: 100%;
  }
}
@media(max-width:500px){
  .abo_zd span a {
    margin-right: 16px;
}
.zd_con1 {
  padding-top: 30px;
  padding-bottom: 44px;
}
.zd_p {
  font-size: 22px;
}
.zd_p span {
  font-size: 20px;
}
.zd_con1 .p1 {
  font-size: 16px;
  padding-top: 6px;
}
.zd_con1 .p1 img {
  width: 18px;
  margin-bottom: -3px;
  margin-right: 4px;
}
.zd_con1 .rq {
  padding-top: 24px;
}
.zd_con1 .rq .div{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.zd_con1 .rq .div:nth-child(2n){
  margin-right: 0%;
}
.zd_con2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.zd_con2 .rq {
  padding-top: 24px;
}
.zd_con2 .rq .lef{
  width: 100%;
}
.zd_con2 .rq .rig{
  width: 100%;
  padding-left: 0;
  padding-top: 20px;
}
.zd_con2 .rq .rig .p1::before {
  width: 39px;
  height: 2px;
  left: 0px;
}
.zd_con2 .rq .rig .p1 {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 50px;
}
.zd_con2 .rq .rig .p2:hover, .zd_con2 .rq .rig .p2 {
  font-size: 16px;
  line-height: 23px;
  padding-left: 50px;
  margin-bottom: 10px;
}
.zd_con2 .rq .rig .p2::before {
  width: 13px;
  height: 13px;
  left: 13px;
}
.zd_con3 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.zd_con3 .rq {
  padding-top: 24px;
}
.zd_con3 .rq .lef {
  width: 100%;
  height: 202px;
}
.zd_con3 .rq .rig {
  width: 100%;
  height: 204px;
}
.zd_con3 .rq .vs {
  width: 55px;
  height: 79px;
  top: 58%;
    left: 3%;
    display: none;
}
.zd_con4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.zd_con4 .rq {
  padding-top: 24px;
}
.zd_con5 {
  padding-top: 37px;
  padding-bottom: 36px;
}
.zd_con5 .rq {
  padding-top: 24px;
}
.zd_con5 .rq .div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.msg-box {
  width: 90%;
  height: 40%;
}
.msg-box .close-box {
  width: 20px;
}
.zd_con5 .rq .div p {
  bottom: 0;
}
.zd_con5 .rq .div .pf {
  background-image: url(../images/img186.png);
}
.zd_con6 {
  height: 385px;
  padding-top: 30px;
}
.zd_con6 .div1 {
  width: 55px;
  height: 55px;
}
.zd_con6 .div2 {
  width: 50px;
  height: 50px;
}
.zd_con6 .div3 {
  width: 45px;
  height: 45px;
  left: 18%;
  top: 76%;
}
.zd_con6 .div4 {
  width: 50px;
  height: 50px;
}
.zd_con6 .div5 {
  width: 50px;
  height: 50px;
  left: 37%;
  top: 61%;
}
.zd_con6 .div6 {
  width: 50px;
  height: 50px;
}
.zd_con6 .div7 {
  width: 50px;
  height: 50px;
  left: 56%;
  top: 66%;
}
.zd_con6 .div8{
  width: 50px;
  height: 50px;
  top: 74%;
}
.zd_con6 .div9{
  width: 50px;
  height: 50px;
}
.zd_con6 .div10{
  width: 50px;
  height: 50px;
}
.zd_con6 a {
  font-size: 12px;
  width: 119px;
  line-height: 36px;
  border-radius: 36px;
  padding-right: 23px;
  bottom: 30px;
}
}










/* 合作伙伴 */
.par_con1{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 145px;
  /*background-image: url();*/
    background-attachment: fixed;
}
.par_con1 .p{
  font-size: 40px;
  color: #242424;
  text-align: center;
}
.par_con1 .rq{
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.par_con1 .rq .rq1{
  height: 127px;
  width: 18%;
  margin-right: 2.5%;
  position: relative;
  /* border: 1px solid rgb(222,222,222); */
  margin-bottom: 26px;
}
.par_con1 .rq .rq1 div{
  width: 100%;
  height: 100%;
    transition: all .5s;
    border: 1px solid rgb(222,222,222);
}
.par_con1 .rq .rq1:hover div{
  border: 1px solid #025bff;
  transform: translateY(-5px);
}
.par_con1 .rq .rq1:nth-child(5n){
  margin-right: 0;
}
.par_con1 .rq .rq1 img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 90%;
  max-height: 90%;
}

/* 合作伙伴分辨率 */
@media(max-width:1460px){
  .par_con1 .rq .rq1 {
    height: 107px;
}
.par_con1 .p{
  font-size: 32px;
}
.par_con1 {
  padding-top: 50px;
  padding-bottom: 90px;
}
.par_con1 .rq {
  padding-top: 30px;
}
}
@media(max-width:1260px){
  .par_con1 .rq {
    padding-top: 27px;
}
.par_con1 .rq .rq1 {
  height: 85px;
}
.par_con1 .p{
  font-size: 28px;
}
}
@media(max-width:991px){
  .par_con1 {
    padding-top: 45px;
    padding-bottom: 60px;
}
.par_con1 .rq .rq1{
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 10px;
}
.par_con1 .rq .rq1:nth-child(5n){
  margin-right: 1%;
}
.par_con1 .rq .rq1:nth-child(4n){
  margin-right: 0;
}
.par_con1 .p{
  font-size: 24px;
}

}
@media(max-width:414px){
.par_con1 .rq .rq1{
  width: 32.66666%;
  margin-right: 1%;
  height: 75px;
}
.par_con1 .rq .rq1:nth-child(4n){
  margin-right: 1%;
}
.par_con1 .rq .rq1:nth-child(3n){
  margin-right: 0;
}

}
