@charset "UTF-8";

/* 视频加载进入 */
html {
  position: relative;
}
video::-webkit-media-controls{
display:none !important;
}
video {
  width: 100%;
  transition: all 1.25s ease-out;
  z-index: 999;
  display: none;
  position: relative;
}
/* #wz {
  visibility: hidden;
} */

/* 粒子特效 */
#canvas {
  position: absolute;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* 鼠标跟随 --> */
#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);
}

.home {
  overflow: hidden;
}
/* 首页 */
.content{
  min-height: 500px;
  overflow: hidden;
  margin-top: 120px;
}
.app{
  display: none;
}

.banner{
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 90px;
}
.banner .rq{
  display: flex;
}
.banner .lef{
  width: 8.45%;
  background: rgb(29,32,37);
  position: relative;
}
.banner .social-share .social-share-icon{
  display: block;
  margin: 0 auto;
  border: none;
  color: rgb(111,112,116);
  margin-top: 28px;
  transition: all .5s;
}
#share{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 50px;
}
.banner .social-share .social-share-icon:hover{
  background: none;
  color: #fff;
}
.banner .social-share .icon-wechat .wechat-qrcode {
  top: -87px;
  left: 55px;
}
.banner .social-share .icon-wechat .wechat-qrcode:after {
  margin-left: -112px;
  transform: rotate(85deg);
  bottom: 82px;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-size: 12px;
}
.banner .rig{
  width: 100%;
  position: relative;
}
.banner .rig .bj{
  width: 100%;
  vertical-align: middle;
}
.banner .rig .bj.app{
  position: relative;
  z-index: 20;
}
.fyq {
  position: absolute;
  width: 160px;
  top: 90%;
  right: 7%;
  height: 55px;
}
.banner .div{
  position: absolute;
  height: 100%;
  top: 86%;
  transform: translate(-50%, -50%);
  right: -7%;
  /* right: 225px;
  top: 0;
  padding: 270px 0; */
} 
.banner .canvas-box {
  width: 100%;
  height: 840px !important;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/banner2.jpg) no-repeat center;
}
.banner .canvas-box canvas{
  height: 840px !important;
  opacity: .4;
}
.banner .div1 {
  position: absolute;
  top: 65%;
  left: 24%;
  transform: translate(-50%, -50%);
  width: 28%;
  z-index: 20;
}
.banner .div1 img{
  width: 100%;
  vertical-align: middle;
}
.banner .div2 {
  position: absolute;
  height: 100%;
  top: 96%;
  transform: translate(-50%, -50%);
  right: -7%;
  z-index: 20;
}
.banner .div2 .p1 {
  font-size: 50px;
  color: #fff;
}
.banner .div2 .p2 {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}
.banner .div2 .item p {
  font-size: 22px;
  line-height: 42px;
  color: #fff;
}
.banner .div2 .item p img{
 vertical-align: middle;
}
.banner .div .p1{
 font-size: 36px;
 color: #fff;
} 
/* .swiper-pagination-total {
  display: none;
} */
.swiper-pagination-customs {
  font-size: 30px;
  color: #fff;
  transform: translate(-50%, -50%);
  font-family: 'din';
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url();
  background-size: contain;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
.swiper-container1 {
  height: 200px;
  overflow: hidden;
}
.swiper-container1 .swiper-wrapper .swiper-slide {
  height: 100px !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;   
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image: url();
  background-size: contain ;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 40px;
  text-align: center;
}
.swiper-button-next img, .swiper-button-prev img{
  width: 10px;
  vertical-align: sub;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: 1;
}
.swiper-pagination span{
  font-family: 'din';
  font-size: 30px;
  color: #fff;
 }
.swiper-pagination-current ,.swiper-pagination-total {
  font-size: 30px;
  color: #fff;
  transform: translate(-50%, -50%);
  font-family: 'din';
}
 .swiper-button-prev .img{
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid #ffff;
  text-align: center;
  line-height: 46px;
  position: absolute;
  top: 400px;
  left: 5700%;
}
.swiper-button-next .img{
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: 1px solid #ffff;
  background-color: #fff;
  text-align: center;
  line-height: 44px;
  position: absolute;
  top: 400px;
   right: 700%;
}
.banner .div .p2{
  font-size: 36px;
  color: #fff;
  font-family: "bold";
  font-size: 95px;
  line-height: 95px;
 } 
 .banner .div .p2 span{
  font-size: 36px;
  color: #fff;
  font-family: "bold";
  font-size: 95px;
 } 
 .banner .div .item {
   padding-top: 35px;
 }
 .banner .div .item img {
  vertical-align: sub;
 }
 .banner .div .item span{
  font-size: 22px;
  line-height: 42px;
  color: #fff;
  padding-left: 8px;
 }
.banner .rq1{
  position: absolute;
  right: 0;
  top: 90px;
}
.banner .rq1 .div1{
  width: 540px;
  height: 207px;
  padding-top: 40px;
  transform: translateY(30px);
  opacity: 0;
  transition: all .5s 1.3s;
}
.banner .swiper-slide-active .rq1 .div1{
  transform: translateY(0px);
  opacity: 1;
}
.banner .rq1 .div1 img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .rq1 .div1 .p1{
  font-size: 40px;
  color: #333333;
  text-align: center;
}
.banner .rq1 .div1 .p1 span{
  color: #f48400;
}
.banner .rq1 .div1 .p2{
  font-size: 18px;
  color: #666666;
  text-transform: uppercase;
  text-align: center;
  margin-top: 14px;
  letter-spacing: 3px;
}
.banner .rq1 .div2{
  width: 540px;
  margin-top: 15px;
}
.banner .rq1 .div2 div{
  width: 32%;
  height: 120px;
  float: left;
  margin-right: 2%;
  background: rgb(179,143,91);
  transform: translateY(30px);
  opacity: 0;
  transition: all .5s 1.5s;
}
.banner .rq1 .div2 div:nth-child(2){
  transition: all .5s 1.7s;
}
.banner .rq1 .div2 div:nth-child(3){
  transition: all .5s 1.9s;
}
.banner .swiper-slide-active .rq1 .div2 div{
  transform: translateY(0px);
  opacity: 1;
}
.banner .rq1 .div2 div:last-child{
  margin-right: 0;
}
.banner .rq1 .div2 div img{
  width: 16px;
  display: block;
  margin: 17px auto;
}
.banner .rq1 .div2 div p{
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

.banner .rig .swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
}
.banner .rig .swiper-pagination-bullet-active,
.pro_date4 .rq .swiper-pagination-bullet-active,
.xp_con3 .rq .swiper-pagination-bullet-active{
  background: #b38f5b;
}
.xp_con3 .rq .swiper-container,
.pro_date4 .rq .swiper-container{
  padding-bottom: 45px;
}

/* sy_con1 */
.sy_one {
  background-color: #f1f3f5;
  background-image: url(../images/img26.png);
  background-size: cover;
}
.sy_one .text1{
  font-size: 46px;
  line-height: 46px;
  color: #333;
  padding-top: 110px;
  text-align: center;
  position: relative;
  padding-bottom: 28px;
    margin-bottom: 75px;
  z-index: 10;
  font-weight: bold;
}
.sy_one {
  position: relative;
}
.sy_one .text1::after{
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #0a913b;
  position: absolute;
  bottom: 0px;
  transform: translate(-50%, -50%);
  left: 50%;
}
.sy_one .text2{
  position: absolute;
  top: 10%;
  left: 50%;
  font-size: 60px;
  color: #e6e8eb;
  transform: translate(-50%, -50%);
}
.sy_one .icons {
  display: flex;
  justify-content: space-between;
}
.sy_one .icons .icon .p1{
  width: 55px;
  position: relative;
  z-index: 20;
}
.sy_one .icons .icon .p1 img{
  width: 100%;
  vertical-align: middle;
}
.sy_one .icons .icon {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  height: 159px;
}
.sy_one .icons .icon::after {
  display: block;
  content: '';
  width: 160px;
  height: 2px;
  background-color: #d6dbdd;
  position: absolute;
  left: 120px;
  top: 28px;
}
.sy_one .icons .icon:first-child::after {
  width: 180px;
  left: 122px;
}
.sy_one .icons .icon:nth-child(2)::after {
  width: 161px;
  left: 121px;
}
.sy_one .icons .icon:nth-child(3)::after {
  width: 170px;
  left: 106px;
}
.sy_one .icons .icon:nth-child(4)::after {
  width: 186px;
  left: 142px;
}
.sy_one .icons .icon:nth-child(5)::after {
  width: 155px;
  left: 114px;
}
.sy_one .icons .icon:last-child::after {
  display: none;
}
.sy_one .sy_one_1 {
    position: relative;
  }
  .sy_one .sy_one_1 .swiper-button-next,.sy_one .sy_one_1 .swiper-button-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    width: 19px;
    height: 30px;
    background-image: url(../images/img47.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -50px;
    margin-top: 0;
    top: 36%;
    transform: translateY(-50%);
    transition: all .5s;
    background-color: transparent;
    border: none;
  }
  .sy_one .sy_one_1 .swiper-button-next:hover,.sy_one .sy_one_1 .swiper-button-prev:hover {
    background-image: url(../images/img46.png);
    
  }
  .sy_one .sy_one_1 .swiper-button-prev {
    top: 29%;
    left: -50px;
    transform: rotate(180deg);
  }
/* .sy_one .icons .icon:hover .div1 {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 110px;
  transition: all .6;
  display: flex;
  justify-content: center;
  margin-top: -30px;
} */
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  height: 180px;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:first-child {
  display: flex;
  justify-content: unset;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:last-child {
  display: flex;
  justify-content:flex-end;
}
.sy_one .sy_one_1 .icon .p2 {
  padding-top: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 29px;
  color: rgb(102, 102, 102);
  transition: all .75s;
}
.sy_one .sy_one_1 .swiper-wrapper .icon .div1 .p1 img{
  vertical-align: sub;
}
.sy_one .sy_one_1 .swiper-slide .on .icon  .p2  {
  margin-top: 30px;
  color: #0a913b;
}
.sy_one .sy_one_1  .icon:hover .p2 {
  margin-top: 30px;
  color: #0a913b;
}
.sy_one .sy_one_1 .swiper-slide.on .icon .div1::before {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  line-height: 110px;
  justify-content: center;
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  transition: all 0.75s ease 0s;
  box-shadow: 0px 0px 3px 3px rgb(0, 0, 0,.08);
}
/* .sy_one .sy_one_1 .icon:hover .div1::before {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  line-height: 110px;
  justify-content: center;
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  transition: all 0.75s ease 0s;
} */
/* .sy_one .swiper-wrapper .swiper-slide:first-child {
  padding-right: 8.375%;
}
.sy_one .swiper-wrapper .swiper-slide:nth-child(2){
  padding-right: 4.375%;
}
.sy_one .swiper-wrapper .swiper-slide:nth-child(3) {
  padding-right: 2.375%;
}
.sy_one .swiper-wrapper .swiper-slide:nth-child(4) {
  padding-left: 2.375%;
}
.sy_one .swiper-wrapper .swiper-slide:nth-child(5) {
  padding-left: 8.375%;
}
.sy_one .swiper-wrapper .swiper-slide:nth-child(6) {
  padding-left: 8.375%;
} */
.sy_one .sy_one_1 .swiper-wrapper .icon {
  width: 62%;
  position: relative;
  transition: all .75s;
}
.sy_one .sy_one_1 .icon .p1 {
  position: relative;
  z-index: 20;
}
.sy_one .sy_one_1.swiper-wrapper .icon .p2 {
  text-align: center;
}
.sy_one .sy_one_1 .swiper-wrapper .icon .div1 .p1 {
  text-align: center;
  padding-top: 32px;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide .icon::after {
  display: block;
  content: "";
  width: 160px;
  height: 2px;
  background-color: rgb(214, 219, 221);
  position: absolute;
  left: 135%;
  top: 36%;
  transform: translateX(-50%);
}

.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:nth-child(2) .icon::after {
  left: 159%;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:nth-child(3) .icon::after {
  left: 161%;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:nth-child(4) .icon::after {
  left: 148%;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:nth-child(5) .icon::after {
  left: 152%;
  width: 98px;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:last-child .icon::after {
  display: none;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:nth-child(2){
  padding-right: 4%;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:nth-child(3)  {
  padding-right: 3%;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:nth-child(4) {
  margin-left: 1%;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:nth-child(5) {
  padding-left: 5%;
}
/* .sy_one .swiper-wrapper .swiper-slide:nth-child(2) .icon::after {
  display: block;
  content: "";
  width: 160px;
  height: 2px;
  background-color: rgb(214, 219, 221);
  position: absolute;
  left: 80%;
  top: 28px;
  transform: translateX(-50%);
} */
.sy_one_2 .swiper-slide{
  transition: all .5s;
}




.sy_one .icons .icon .div1 {
  position: relative;
}
.sy_one .icons .icon:hover .div1::before {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 110px;
  transition: all .6;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  content: "";
  transition: all .75s;
}
.sy_one  .swiper-slide.on .icon .p2 {
  margin-top: 30px;
  transition: all .3;
  color: #0a913b;
}
.sy_one .icons .icon:hover .p2 {
  margin-top: 30px;
  transition: all .3;
}
.sy_one .icons .icon:first-child:hover .p2 {
  margin-top: 0px;
  transition: all .3;
}
.sy_one .icons .icon:first-child .div1 {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 110px;
  transition: all .6;
  display: flex;
  justify-content: center;
  margin-top: -30px;
}
.sy_one .icons .icon:first-child .p2{
  color: #0a913b;
  transition: all .6;
 }
.sy_one .icons .icon:hover .p2{
 color: #0a913b;
 transition: all .6;
}
.sy_one .icons .icon .p2 {
    padding-top: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 29px;
    color: #666;
}
.sy_one .onef {
  padding-top: 50px;
  padding-bottom: 80px;
}
.sy_one .onef .l {
  float: left;
  padding-top: 110px;
  width: 31.2%;
}
.sy_one .onef .l p span:hover a{
  color: #0a913b;
}
.sy_one .onef .r {
  float: right;
  width: 50%;
  height: 580px;
  background-color: #fff;
  position: relative;
}
.sy_one .onef .r::after {
  display: block;
  content: '';
  width: 54px;
  height: 80%;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: -54px;
  opacity: .5;
  top: 50%;
  transform: translateY(-50%);
}
.sy_one .onef .r::before {
  display: block;
  content: '';
  width: 40px;
  height: 65%;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: -94px;
  opacity: .3;
  top: 50%;
  transform: translateY(-50%);
}
.sy_one .onef .r .p3{
 width: 343px;
 }
.sy_one .onef .l p{
  font-size: 20px;
  line-height: 46px;
  color: #666;
  border-bottom: 1px solid #dce1e9;
  padding: 20px 0;
  display: flex;
  justify-content: space-around;
}
.sy_one .onef .r .p1 {
  position: absolute;
  top: 33%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  font-family: bold;
  font-size: 185px;
  line-height: 112px;
  color: #f5f5f6;
  padding-left: 24px;
}
.sy_one .onef .r .p2 {
  position: absolute;
  top: 90%;
  transform: translate(-50%, -50%);
  left: 73%;
  width: 100%;
}
.sy_one .onef .r .p2 p{
  float: left;
  line-height: 25px;
}
.sy_one .onef .r .p2 p img{
  vertical-align: middle;
}
.sy_one .onef .r .p2 .span1{
  display: inline-block;
}
.sy_one .onef .r .p2 span{
  font-size: 18px;
  color: #666;
}
.sy_one .onef .r .p2 .t2{
  padding-left: 48px;
}
.sy_one .onef .r .img1 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: sub;
  transition: all .5s;
}
.sy_one .onef .r:hover .img1 {
  transform: translate(-50%,-50%) scale(1.03);
}
.sy_one .onef .l p span{
  flex-basis: 50%;
}
.sy_one .onef .l p span:hover{
  color: #0a913b;
  font-weight: bold;
}
.sy_one .onef .l p .span1{
  padding-left: 20px;
}
.sy_one .onef .l i {
  color: #666;
  font-size: 20px;
  transition: all .75s;
}
.sy_one .onef .l i:hover {
  color: #0a913b;
}
.sy_one .onef .l p .span2{
  padding-left: 76px ;
}
/* sy_con2 */
.sy_two {
  background-color: #fff;
  margin-top: 120px
}
.sy_two .bg{
 display: none;
}
.sy_two .twoc {
  background: url(../images/img10.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}
.sy_two .l{
  width: 30.8%;
  float: left;
  background-image: url(../images/img13.jpg);
  background-size: cover;
  padding-left: 64px;
  padding-right: 74px;
  padding-bottom: 126px;
  padding-top: 150px;
}
.sy_two .l .p1{
  padding-bottom: 30px;
  margin-bottom: 28px;
  font-size: 48px;
  color: #fffefe;
  position: relative;
}
.sy_two .l .p1::before{
  display: block;
  content: '';
  width: 44px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
}
.sy_two .l .p2{
  font-size: 60px;
  color: #fffefe;
  position: absolute;
  top: 120px;
  opacity: .3;

}
.sy_two .l .p3{
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.sy_two .l button{
  height: 57px;
  width: 190px;
  background: #fff;
  position: relative;
  padding: 0 30px;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  transition: all ease-out 1.3s;
}
.sy_two .l button span{
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #0a913b;
  border-radius: 100%;
  text-align: center;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all ease-out 1.3s;
}
.sy_two .r {
  width: 69.2%;
  float: right;
  padding-left: 140px;
  padding-right: 150px;
  display: flex;
  justify-content: space-between;
}
.sy_two .r .number{
  float: left;
  padding-top: 290px;
}
.sy_two .r .number span{
  font-size: 50px;
  color: #fff;
}
.sy_two .r .number p{
  font-size: 22px;
  color: #fff;
  font-family: 'din';
}
.sy_two .bg2 {
  vertical-align: middle;
  width: 100%;
}
.sy_two .twof .bg2{
  width: 100%;
  vertical-align: middle;
}
.sy_two .f {
  position: relative;
  margin-top: 170px;
}
.sy_two .f .bg{
 width: 100%;
}
.sy_two .f .rq {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sy_two .f .div1 {
  padding-top: 110px;
  padding-bottom: 250px;
}

.sy_two .twof {
  width: 41.2%;
  float: left;
}
.sy_two .f .p1{
  padding-bottom: 30px;
  margin-bottom: 28px;
  font-size: 48px;
  color: #fffefe;
  position: relative;
}
.sy_two .f .p1::before{
  display: block;
  content: '';
  width: 44px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
}
.sy_two .f .p2{
  font-size: 60px;
  color: #fffefe;
  position: absolute;
  top: 82px;
  opacity: .3;

}
.sy_two .f .imgr {
  width: 43.7%;
  float: right;
  transform: translateY(-36%);
  position: relative;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 20px 2px;
}


@keyframes yfd2{
  0%{
      opacity: 1;
    transform: translate(-50%,-50%) scale(1);
  }
  50% {
    opacity: .5;
    transform: translate(-50%,-50%) scale(1.2);
  }
  100%{
    opacity: 0;
    transform: translate(-50%,-50%) scale(1.4);
  }
}
.sy_two .f .imgr p{
  width: 90px;
  height: 90px;
  text-align: center;
  cursor: pointer;
  line-height: 109px;
  border-radius: 100%;
  background-color: rgb(43, 111, 129,.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.sy_two .f .imgr p::before{
  animation: yfd2 2s linear infinite;
  content: '';
  width: 90px;
  height: 90px;
  background-color: rgb(43, 111, 129,.2);
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_two .f .imgr p::after{
animation: yfd2 2s linear infinite 1s;
content: '';
width: 90px;
height: 90px;
background-color: rgb(43, 111, 129,.1);
position: absolute;
border-radius: 100%;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

@keyframes ripple {
  0% {
   
    box-shadow: 0 0 20px 10px rgb(53, 101, 123,.1);
 
  }
  50% {
    box-shadow: 0 0 20px 10px rgb(53, 101, 123,.2);
  }
  75% {
    box-shadow: 0 0 20px 10px rgb(53, 101, 123,.2);
  }
  100% {
    box-shadow: 0 0 20px 10px rgb(53, 101, 123,.1);
  }
  }
.sy_two .f .imgr .img1 {
  width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 20px 2px rgb(0 0 0 / 20%);
}
.sy_two .f .imgr .img2 {
  vertical-align: sub;
  position: relative;
  z-index: 20;
}

.sy_two .f .p3{
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sy_two .f button{
  height: 57px;
  width: 190px;
  background: #fff;
  position: relative;
  padding: 0 30px;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.sy_two .f button ,.sy_two .twoc button{
  text-decoration: none;
  text-transform: uppercase;
  transition: all 1s ease-out ;
  overflow: hidden;
  /* -webkit-box-reflect: below 1px linear-gradient(transparent, #1113); */
}
.sy_two .f button i ,.sy_two .twoc button i {
  transition: all 1s ease-out ;
}
.sy_two .f button:hover, .sy_two .twoc button:hover {
  box-shadow: rgb(0 ,0 ,0 , .3) 0px 0px 8px 0px;
}
.sy_two .f button:hover i, .sy_two .twoc button:hover i{
  text-align: center;
  color: #0a913b;
  margin-left: 20%;
}
.sy_two .f button:hover span,.sy_two .twoc button:hover span {
  right: -20%;
}

/* .sy_two .f button::before {
  content: "";
  z-index: -2;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border: 1px solid;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease;
}
.sy_two .f button:hover {
  color: #fff;
}
.sy_two .f button:hover::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #0a913b;
}
.sy_two .f button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.sy_two .f button::before ,.sy_two .twoc button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  border-top: 1px solid #0a913b;
  border-left: 1px solid #0a913b;
  transition: 0.5s;
  transition-delay: 0.5s;
}
.sy_two .f button:hover,.sy_two .twoc button:hover {
  box-shadow: 0 0 20px rgb(10,145,59,.3) ;
  transition-delay: 0.3s;
}
.sy_two .f button:hover::before, .sy_two .f button:hover::after {
  width: 100%;
  height: 100%;
  transition-delay: 0s;
}

.sy_two .f button::after,.sy_two .twoc button::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-bottom: 1px solid #0a913b;
  border-right: 1px solid #0a913b;
  transition: 0.5s;
  transition-delay: 0.5s;
} */
.sy_two .f button span {
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #0a913b;
  border-radius: 100%;
  text-align: center;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all ease-out 1s;
}
/* sy_con3 */
.sy_three {
  padding-top: 120px;
  padding-bottom: 136px;
}
.sy_three .threeh {
  position: relative;
}
.sy_three .threeh .l {
  float: left;
}
.sy_three .threeh .l .p1{
  font-size: 48px;
  color: #333;
  position: relative;
  z-index: 10;
  padding-bottom: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}
.sy_three .threeh .l .p1::before{
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #0a913b;
  position: absolute;
  bottom: 0;
}
.sy_three .threeh .l .p2{
  font-size: 60px;
  color: #f0f0f0;
  position: absolute;
  top: -50%;
  transform:translateY(50%);
}
.sy_three .threec {
  padding-bottom: 100px;
}
.sy_three .threec img {
  vertical-align: middle;
  padding-left: 1px;
}
.sy_three .threec .img1 {
  vertical-align: middle;
  width: 100%;
  transition: all .5s;
}
.sy_three .threec:hover .img1 {
  transform: scale(1.05);
  transition: all .5s;
}
.sy_three .threec:hover .r .p2,.sy_three .threec:hover button {
  color: #0a913b;
}
.sy_three .threec .l{
  float: left;
  width: 43.7%;
  overflow: hidden;
}
.sy_three .threec .r{
  float: right;
  width: 49.8%;
  padding-right: 9%;
  padding-top: 26px;
  padding-bottom: 60px;
  margin-left: 6.5%;
}
.sy_three .threec .r .p1{
  font-size: 18px;
  color: #666;
  font-family: "din";
  padding-bottom: 28px;
}
.sy_three .threec .r .p2{
  font-size: 26px;
  color: #666;
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
  font-weight: bold;
  transition: all .75s;
}
.sy_three .threec .r .p2::before{
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  background-color: #0a913b;
  position: absolute;
  bottom: 0;
}
.sy_three .threec .r .p3{
  color: #777;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 63px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sy_three .threec button {
  position: relative;
  font-size: 16px;
  color: #666;
}
.sy_three .threec button span {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 19px;
  background-color: #0a913b;
  border-radius: 100%;
  text-align: center;
  top: 50%;
  left: 83px;
  transform: translateY(-50%);
}
.sy_three .threeh .r {
  float: right;
  width: 180px;
  height: 55px;
  text-align: center;
  border: 1px solid #0a913b;
  cursor: pointer;
}
.sy_three .threeh .r button{
  line-height: 55px;
  color: #0a913b;
  font-size: 20px;
}
.sy_three .threef {
  display: flex;
  justify-content: space-between;
}
.sy_three .threef .item {
  padding-right: 70px;
}
.sy_three .threef .item:last-child {
  padding-right: 0px;
}
.sy_three .threef .item:hover a,.sy_three .threef .item:hover a .sj{
  color: #0a913b;
}
.sy_three .threef .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  transform: all .75s;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; */
}
.sy_three .threef .sj {
  padding-top: 30px;
  font-size: 18px;
  color: #999;
  transform: all .75s;
}
.sy_four {
  position: relative;
}
.sy_four img{
  vertical-align: middle;
  width: 100%;
}
.sy_four .title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.sy_four .title .p1{
  font-size: 48px;
}
.sy_four .title .p2{
  font-size: 24px;
  text-align: center;
  padding-top: 25px;
}

/* 视频弹窗 */
.msg-box-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 1001;
	background: rgba(0,0,0,0.8);
}
.msg-box {
	width: 70%;
	height: 70%;
	background: rgba(0,0,0,0.8);
	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: 20px;
	top: 20px;
	-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_video {
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.abo_video .rq{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}
.abo_video .bf{
	width: 61px;
	height: 61px;
	background: url(../images/img87.png) no-repeat center;
	background-size: contain;
  z-index: 10;
  margin: 0 auto;
	transition: all .5s;
}
.abo_video:hover .bf{
  transform: translateY(-10px);
}
.cli_con3 .rq p{
  text-align: center;
  font-size: 24px;
  color: #333;
  padding-top: 12px;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.fy2 li a{
  border: 1px solid rgb(246,246,246);
}



@media(max-width:1680px){
  .sy_one .sy_one_1 .swiper-button-next, .sy_one .sy_one_1 .swiper-button-prev {
    right: -35px;
}
.sy_one .sy_one_1 .swiper-button-prev {
  left: -35px;
}
  .banner .div .p1 {
    font-size: 32px;
}
.banner .div .p2 {
  font-size: 84px;
  line-height: 84px;
}
.banner .div .item {
  padding-top: 35px;
}
.banner .div .item span {
  font-size: 20px;
  line-height: 36px;
  padding-left: 7px;
}
.sy_two .l .p2 {
  top: 100px;
}

 /*包裹自定义分页器的div的位置等CSS样式*/ 
 .swiper-pagination-custom { 
  bottom: 10px; 
  left: 0; 
  width: 100%; 
  } 
  /*自定义分页器的样式，这个你自己想要什么样子自己写*/ 
  .swiper-pagination-customs { 
  width: 30px; 
  height: 4px; 
  display: inline-block; 
  background: #000; 
  opacity: .3; 
  margin: 0 5px; 
  } 
  /*自定义分页器激活时的样式表现*/ 
  .swiper-pagination-customs-active { 
  opacity: 1; 
  background-color: #F78E00; 
  } 
.swiper-button-prev .img {
  top: 340px;
  left: 4987%;
}
.swiper-button-next .img {
  top: 340px;
  right: 612%;
}
.sy_two .l {
  padding: 131px 65px 120px 56px;
}
  .banner .rq1 {
    top: 78px;
}
.banner .rq1 .div1 {
  width: 472px;
  height: 181px;
  padding-top: 28px;
}
.banner .rq1 .div1 img{
  width: 475px;
}
.banner .rq1 .div1 .p1 {
  font-size: 34px;
}
.banner .rq1 .div2{
  width: 472px;
}
.banner .rq1 .div2 div p {
  font-size: 18px;
}

}
@media(max-width:1459px){
  .sy_one .sy_one_1 .swiper-button-next, .sy_one .sy_one_1 .swiper-button-prev {
    right: -30px;
}
.sy_one .sy_one_1 .swiper-button-prev {
    left: -30px;
    top: 28%;
}
  .sy_one .sy_one_1 .icon .p2 {
    padding-top: 15px;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: rgb(102, 102, 102);
    transition: all 0.75s ease 0s;
}
.sy_one .swiper-slide.on .icon .p2 {
  margin-top: 22px;
  color: rgb(10, 145, 59);
}
  .sy_one .sy_one_1 .swiper-wrapper .icon .div1 .p1 img {
    vertical-align: sub;
    width: 40px;
}
.sy_one .sy_one_1 .swiper-slide.on .icon .div1::before {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    line-height: 84px;
    top: 33%;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    transition: all 0.75s ease 0s;
  }
  .sy_one .onef .l i {
    font-size: 15px;
}
  .sy_one .sy_one_1 .swiper-wrapper .icon .div1 .p1 img {
    width: 42px;
}
.sy_one .sy_one_1 .swiper-slide:first-child .icon .div1::before {
  width: 84px;
  height: 84px;
}
.sy_one .sy_one_1 .icon:hover .p2 {
  margin-top: 22px;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide .icon::after {
  width: 123px;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:nth-child(5) .icon::after {
    width: 72px;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:first-child .icon::after {
  width: 84%;
}
.sy_one .sy_one_1 .swiper-slide .icon .on .p2 {
  margin-top: 22px;
}
.sy_one .sy_one_1 .icon .p2 {
  padding-top: 15px;
  font-size: 14px;
}
.sy_one .sy_one_1 .icon:hover .div1::before {
  width: 84px;
  height: 84px;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide {
  height: 150px;
}

 .banner .div2 .p1 {
    font-size: 38px;
}
.banner .div2 .item p {
  font-size: 18px;
  line-height: 32px;
}
.banner .div2 .p2 {
  font-size: 20px;
  line-height: 27px;
  padding-top: 15px;
  padding-bottom: 30px;
}
.banner .div2 {
  right: -10%;
}
  .banner {
    margin-top: 69px;
}
.banner .div .item {
  padding-top: 27px;
}
.banner .div .p1 {
  font-size: 27px;
}
.banner .div .p2 {
  font-size: 73px;
  line-height: 73px;
}
.banner .div .p2 span {
  font-size: 84px;
}
.sy_one .text1 {
  font-size: 35px;
  line-height: 35px;
  padding-top: 85px;
  padding-bottom: 22px;
  margin-bottom: 57px;
}
.sy_one .text2 {
  font-size: 46px;
}
.sy_one .icons .icon .p1{
  width: 42px;
}
.banner .div .item span {
  font-size: 17px;
  line-height: 27px;
  padding-left: 6px;
}
.banner .div .item img {
width: 15px;
}
.sy_one .text1::after {
width: 30px;
}
.sy_one .icons .icon {
  height: 123px;
}
.sy_one .icons .icon:hover .div1::before {
  width: 84px;
  height: 84px;
  line-height: 84px;
  transition: all 0.75s ease 0s;
}
.sy_one .icons .icon:hover .p2 {
  margin-top: 22px;
}
.sy_one .icons .icon:first-child .div1 {
  width: 84px;
  height: 84px;
  line-height: 84px;
  margin-top: -22px;
}
.sy_one .icons .icon .p1 {
  width: 42px;
}
.sy_one .icons .icon:hover .p2 {
    color: #0a913b;
    transition: all .6;
}
.sy_one .icons .icon .p2 {
    padding-top: 15px;
    font-size: 15px;
    line-height: 22px;
}
.sy_one .icons .icon::after {
  width: 123px;
  height: 2px;
  left: 92px;
  top: 22px;
}
.sy_one .icons .icon:first-child::after {
  width: 167px;
  left: 90px;
}
.sy_one .icons .icon:nth-child(2)::after {
  width: 148px;
  left: 91px;
}
.sy_one .icons .icon:nth-child(3)::after {
  width: 159px;
  left: 78px;
}
.sy_one .icons .icon:nth-child(4)::after {
  width: 170px;
  left: 107px;
}
.sy_one .icons .icon:nth-child(5)::after {
  width: 146px;
  left: 86px;
}
.sy_one .onef {
  padding-top: 77px;
  padding-bottom: 62px;
}
.sy_one .onef .l {
  padding-top: 85px;
}
.sy_one .onef .l p {
  font-size: 15px;
  line-height: 35px;
  padding: 15px 0;
}
.sy_one .onef .l p .span1 {
  padding-left: 15px;
}
.sy_one .onef .r .p2 span {
  font-size: 14px;
}
.sy_one .onef .r .p2 p img {
  width: 15px;
}
.sy_one .onef .r .img1 {
  width: 260px;
}
.sy_one .onef .r {
  height: 446px;
}
.sy_one .onef .r .p1 {
  font-size: 140px;
}
.sy_two .l {
  padding: 115px 57px 97px 49px;
}
.sy_two .l {
  padding: 115px 57px 97px 49px;
}
.sy_two .l .p1 {
  padding-bottom: 23px;
  margin-bottom: 21px;
  font-size: 36px;
}
.sy_two .l .p1::before {
  width: 34px;
  height: 2px;
}
.sy_two .l .p2 {
  font-size: 46px;
  top: 92px;
}
.sy_two .l .p3 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 50px;
}
.sy_two .l button {
  height: 43px;
  width: 146px;
  padding: 0 23px;
  font-size: 14px;
  line-height: 22px;
}
.sy_two .l button span {
  width: 21px;
  height: 21px;
  right: 23px;
}
.sy_two .l button span img{
  width: 6px;
}
.sy_two .r {
  padding-left: 107px;
  padding-right: 116px;
}
.sy_two .r .number {
  padding-top: 223px;
}
.sy_two .r .number p {
  font-size: 17px;
}
.sy_two .r .number span {
  font-size: 38px;
}
.sy_two {
  margin-top: 92px;
}
.sy_two .f {
  margin-top: 130px;
}
.sy_two .f .div1 {
  padding-top: 84px;
  padding-bottom: 192px;
}
.sy_two .f .p1 {
  padding-bottom: 23px;
  margin-bottom: 21px;
  font-size: 37px;
}
  .sy_two .f .p1::before {
    width: 34px;
    height: 2px;
}
.sy_two .f .p2 {
  font-size: 46px;
  top: 63px;
}
.sy_two .f .p3 {
  font-size: 14px;
  line-height: 22px;
}
.sy_two .f button {
  height: 44px;
  width: 146px;
  padding: 0 23px;
  font-size: 14px;
  line-height: 22px;
}
.sy_two .f button span {
  width: 21px;
  height: 21px;
  top: 50%;
  right: 23px;
}
.sy_two .f button span img{
  width: 6px;
} 
.sy_two .f .imgr p {
  width: 69px;
  height: 69px;
  line-height: 84px;
}
.sy_two .f .imgr .img2 {
  width: 32px;
}
.sy_three {
  padding-top: 92px;
  padding-bottom: 104px;
}
.sy_three .threeh .l .p1 {
  font-size: 37px;
  padding-bottom: 24px;
  margin-bottom: 30px;
}
.sy_three .threeh .l .p2 {
  font-size: 43px;
  top: -50%;
}
.sy_three .threeh .l .p1::before {
  width: 30px;
}
.sy_three .threeh .r {
  width: 138px;
  height: 42px;
}
.sy_three .threeh .r button {
  line-height: 42px;
  font-size: 15px;
}
.sy_three .threec .r {
  padding-top: 20px;
  padding-bottom: 46px;
}
.sy_three .threec .r .p1 {
  font-size: 14px;
  padding-bottom: 21px;
}
.sy_three .threec .r .p2 {
  font-size: 20px;
  padding-bottom: 23px;
  margin-bottom: 19px;
}
.sy_three .threec .r .p2::before {
  width: 23px;
}
.sy_three .threec .r .p3 {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 48px;
}
.sy_three .threec button {
  font-size: 14px;
  transition: all .75s;
}
.sy_three .threec img {
  width: 6px;
}
.sy_three .threec button span {
  width: 17px;
  height: 17px;
  line-height: 15px;
  left: 64px;
}
.sy_three .threec {
  padding-bottom: 77px;
}
.sy_three .threef .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.sy_three .threef .sj {
  padding-top: 22px;
  font-size: 14px;
}
.sy_four .title .p1 {
  font-size: 37px;
}
.sy_four .title .p2 {
  font-size: 18px;
  padding-top: 17px;
}
.sy_three .threef .item {
  padding-right: 45px;
}


.ny_banner .wrap {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%,-50%);
}


.content{
  margin-top: 100px;
}
.content{
  top: 68px;
}
.fyq {
  position: absolute;
  width: 150px;
  top: 90%;
  right: 7%;
  height: 46px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  width: 36px;
  height: 36px;
  line-height: 32px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  width: 36px;
  height: 36px;
  line-height: 30px;
}
.swiper-button-next img, .swiper-button-prev img {
  width: 8px;
}
.swiper-pagination span {
  font-size: 26px;
}
.banner .rq1 .div1{
  width: 415px;
  height: 155px;
}
.banner .rq1 .div1 img {
  width: 415px;
}
.banner .rq1 .div1 .p1 {
  font-size: 30px;
}
.banner .rq1 .div1 .p2 {
  font-size: 13px;
  margin-top: 10px;
  letter-spacing: 3px;
}
.banner .rq1 .div2{
  width: 415px;
}
.banner .rq1 .div2 div p {
  font-size: 15px;
}
.banner .rq1 .div2 div {
  height: 90px;
}
.banner .rq1 .div2 div img {
  width: 16px;
  margin: 10px auto;
}
.index-waper .inner {
  width: 1006px;
  padding-left: 60px;
  line-height: 60px;
}
.index-waper {
  height: 60px;
}
.index-waper .inner a, .index-waper .inner span {
  font-size: 14px;
}
.index-waper .inner span img {
  width: 15px;
  margin-bottom: -4px;
  margin-right: 8px;
}

}
@media(max-width: 1366px) {
  .banner .canvas-box {
    height: 660px !important;
}
.banner .canvas-box canvas{
  height: 660px !important;
}
  .banner .div2 {
    right: -13%;
}
  .sy_one .icons .icon:first-child::after {
    width: 145px;
    left: 90px;
}
.sy_one .icons .icon:nth-child(2)::after {
  width: 128px;
  left: 91px;
}
.sy_one .icons .icon:nth-child(3)::after {
  width: 145px;
  left: 78px;
}
.sy_one .icons .icon:nth-child(4)::after {
  width: 151px;
  left: 107px;
}
.sy_one .icons .icon:nth-child(5)::after {
  width: 126px;
  left: 86px;
}
  .sy_one .onef .l p .span2 {
    padding-left: 58px;
}
.sy_one .onef .r .p1 {
  font-size: 128px;
}
}
@media (max-width: 1260px) {
  .banner .div2 .p1 {
    font-size: 32px;
}
.banner .div2 .p2 {
  font-size: 18px;
  line-height: 26px;
  padding-top: 14px;
  padding-bottom: 28px;
}
.banner .div2 .item p {
  font-size: 17px;
  line-height: 30px;
}
  .sy_one .icons .icon:first-child::after {
    width: 124px;
    left: 90px;
}
.sy_one .icons .icon:nth-child(2)::after {
  width: 110px;
  left: 91px;
}
.sy_one .icons .icon:nth-child(3)::after {
  width: 117px;
  left: 78px;
}
.sy_one .icons .icon:nth-child(4)::after {
  width: 132px;
  left: 107px;
}
.sy_one .icons .icon:nth-child(5)::after {
  width: 101px;
  left: 86px;
}
  .sy_two .l .p2 {
    font-size: 39px;
}
.sy_one .onef .l p .span1 {
  padding-left: 6px;
}
.sy_one .onef .l p .span2 {
  padding-left: 38px;
}
.sy_one .onef .r .p1 {
  font-size: 116px;
}
.sy_one .onef .r .img1 {
  width: 250px;
}
.sy_two .f .p2 {
  font-size: 39px;
}
.sy_three .threeh .l .p1 {
  font-size: 31px;
}
.sy_two .l .p1 {
  font-size: 31px;
}
.sy_two .f .p1 {
  font-size: 31px;
}
.sy_three .threeh .l .p2 {
  font-size: 39px;
}
.banner .div {
  right: -12%;
}

.index-waper .inner {
  width: 900px;
  padding-left: 40px;
  line-height: 60px;
}

}
@media(max-width: 1024px) {
  .banner .div .p2 {
    font-size: 46px;
    line-height: 64px;
}
.banner .div {
  top: 72%;
  right: -9%;
}
.banner .div2 {
  right: -18%;
  top: 86%;
}
.banner .div1 {
  top: 57%;
}
.banner .div .item {
  padding-top: 20px;
}
.banner .div2 .p2 {
  padding-top: 12px;
  padding-bottom: 17px;
}
.banner .div .p2 span {
  font-size: 64px;
}
.sy_one .onef .l p .span1 {
  padding-left: 0px;
}
.sy_one .onef .l p .span2 {
  padding-left: 30px;
}
.sy_one .onef .r .p1 {
  font-size: 110px;
}
.sy_one .onef .r {
  height: 380px;
}
.sy_one .onef .r .p2 {
  left: 67%;
}
.sy_one .onef .r .p2 .t2 {
  padding-left: 20px;
}
.sy_two .l .p2 {
  font-size: 32px;
}
.sy_two .f .imgr {
  transform: translateY(-40%);;
}
.sy_three .threec .r .p3 {
  margin-bottom: 25px;
}
.sy_three .threec .r {
  padding-bottom: 0px;
}
.sy_three .threec {
  padding-bottom: 62px;
}
.sy_three {
  padding-top: 76px;
  padding-bottom: 70px;
}
.sy_two .f .p3 {
  margin-bottom: 44px;
}
.sy_two {
  margin-top: 76px;
}
.sy_two .f {
  margin-top: 76px;
}
.fyq {
  top: 84%;
}
  .sy_one .sy_one_1 .swiper-wrapper .icon {
    width: 62.4%;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide .icon::after {
  width: 100%;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:first-child .icon::after {
  width: 84%;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:nth-child(3) .icon::after,.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:nth-child(4) .icon::after {
  width: 90%;
}
}
@media (max-width: 991px){
  .sy_one .sy_one_1 .swiper-button-next, .sy_one .sy_one_1 .swiper-button-prev {
    top: 33%;
    right: -15px;
}
.sy_one .sy_one_1 .swiper-button-prev {
  left: -15px;
  top: 28%;
}
  .sy_one .sy_one_1 .swiper-wrapper .icon .div1 .p1 img {
    width: 30px;
}
.sy_one .sy_one_1 .swiper-slide:first-child .icon .div1::before {
  width: 70px;
  height: 70px;
  top: 30%;
}
.sy_one .sy_one_1 .swiper-slide.on .icon .p2 {
  margin-top: 12px;
}
.sy_one .sy_one_1 .swiper-wrapper .icon {
  width: 67%;
}
.sy_one .sy_one_1 .icon:hover .div1::before {
  width: 70px;
  height: 70px;
  top: 30%;
}
.sy_one .sy_one_1 .icon:hover .p2 {
  margin-top: 12px;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide .icon::after {
  width: 100px;
  left: 128%;
  top: 32%;
}
.sy_one .onef .l i {
  font-size: 13px;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:nth-child(5) .icon::after {
  left: 148%;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:nth-child(4) .icon::after {
  left: 136%;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:nth-child(2) .icon::after {
  left: 143%;
}
.sy_one .sy_one_1 .swiper-wrapper .swiper-slide:nth-child(3) .icon::after {
  left: 137%;
}
  .sy_one .icons .icon:first-child::after {
    width: 99px;
    left: 80px;
}
.sy_one .icons .icon:nth-child(2)::after {
  width: 86px;
  left: 80px;
}
.sy_one .icons .icon:nth-child(3)::after {
  width: 99px;
  left: 67px;
}
.sy_one .icons .icon:nth-child(4)::after {
  width: 106px;
  left: 94px;
}
.sy_one .icons .icon:nth-child(5)::after {
  width: 88px;
  left: 71px;
}
  .banner {
    margin-top: 60px;
}
.sy_one .text1 {
  font-size: 24px;
  line-height: 24px;
  padding-top: 56px;
  padding-bottom: 15px;
  margin-bottom: 38px;
}
.sy_two .twof {
  width: 37.8%;
}
.sy_one .text2 {
  font-size: 30px;
}
.sy_one .icons .icon {
  height: 80px;
}
.sy_one .icons .icon .p1 {
  width: 30px;
}
.sy_one .icons .icon .p2 {
  padding-top: 10px;
  font-size: 14px;
  line-height: 22px;
}
/* .sy_one .icons .icon:hover .div1 {
  width: 65px;
  height: 65px;
  line-height: 65px;
} */
.sy_one .icons .icon:first-child .div1 {
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin-top: -22px;
}
.sy_one .icons .icon:hover .p2 {
  margin-top: 16px;
}
.sy_one .icons .icon:hover .div1::before {
  width: 65px;
  height: 65px;
  line-height: 65px;
}
.sy_one .icons .icon::after {
  width: 80px;
  height: 2px;
  left: 82px;
  top: 14px;
}
.sy_one .onef .l p .span1 {
  padding-left: 0px;
}
.sy_one .onef .l p {
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0;
}
.sy_one .onef .l p .span2 {
  padding-left: 30px;
}
.sy_one .onef {
  padding-top: 50px;
  padding-bottom: 40px;
}
.sy_one .onef .r {
  height: 290px;
}
.sy_one .onef .r .img1 {
  width: 171px;
}
.sy_one .onef .r .p1 {
  font-size: 103px;
}
.sy_one .onef .l {
  padding-top: 56px;
}
.sy_one .onef .r .p2 .t2 {
  padding-left: 24px;
}
.sy_one .onef .r .p2 {
  left: 64%;
}
.sy_two {
  margin-top: 60px;
}
.sy_two .l {
  padding: 65px 33px 60px 28px;
}
.sy_two .l .p1 {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 14px;
}
.sy_two .l .p2 {
  font-size: 30px;
  top: 48px;
}
.sy_two .l .p3 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 34px;
}
.sy_two .l button {
  height: 40px;
  width: 110px;
  padding: 0px 15px;
  font-size: 14px;
  line-height: 18px;
}
.sy_two .l button span {
  width: 18px;
  height: 18px;
  right: 14px;
}
.sy_two .l button span img {
  width: 5px;
}
.sy_two .l .p1::before {
  width: 22px;
}
.sy_two .r {
  padding-left: 70px;
  padding-right: 75px;
}
.sy_two .r .number {
  padding-top: 146px;
}
.sy_two .r .number p {
  font-size: 16px;
}
.sy_two .r .number span {
  font-size: 28px;
}
.sy_two .f {
  margin-top: 85px;
}
.sy_two .f .p1 {
  padding-bottom: 15px;
  margin-bottom: 14px;
  font-size: 24px;
}
.sy_two .f .p2 {
  font-size: 30px;
  top: 50px;
}
.sy_two .f .p3 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 32px;
}
.sy_two .f button {
  height: 40px;
  width: 110px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 18px;
}
.sy_two .f button span {
  width: 18px;
  height: 18px;
  right: 15px;
}
.sy_two .f button span img {
  width: 5px;
}
.sy_two .f .div1 {
  padding-top: 67px;
}
.sy_three {
  padding-top: 62px;
  padding-bottom: 68px;
}
.sy_three .threeh .l .p1 {
  font-size: 24px;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.sy_three .threeh .l .p2 {
  font-size: 28px;
}
.sy_three .threeh .r {
  width: 110px;
  height: 40px;
}

.sy_three .threeh .r button {
  line-height: 40px;
  font-size: 13px;
}
.sy_three .threeh .l .p1::before {
  width: 34px;
}
.sy_three .threec .r {
  padding-top: 10px;
  padding-bottom: 16px;
}
.sy_three .threec .r .p1 {
  padding-bottom: 14px;
}
.sy_three .threec .r .p2 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 12px;
}
.sy_three .threec .r .p3 {
  font-size: 14px;
  margin-bottom: 32px;
}
.sy_three .threec {
  padding-bottom: 50px;
}
.sy_three .threef .title {
  font-size: 16px;
  line-height: 24px;
}
.sy_three .threef .sj {
  padding-top: 15px;
}
.sy_four .title .p2 {
  padding-top: 12px;
}
.sy_four .title .p1 {
  font-size: 30px;
}




  #c-followDot{
    display: none;
  }
  .content {
    margin-top: 60px;
}
  .index-waper .inner{
    display: none;
  }
  .pc{
    display: none;
  }
  .app{
    display: block;
  }
  .banner .rig .swiper-pagination {
    bottom: 10px;
}
  .banner .lef{
    display: none;
  }
  .banner .rig{
    width: 100%;
  }
  .index-waper .inner{
    width: 95%;
  }
}
@media (max-width: 768px){
  .sy_one .onef .r .p1 {
    font-size: 76px;
}
  .sy_one .icons .icon:first-child::after {
    width: 58px;
    left: 80px;
}
.sy_one .icons .icon:nth-child(2)::after {
  width: 45px;
  left: 80px;
}
.sy_one .icons .icon:nth-child(3)::after {
  width: 59px;
  left: 66px;
}
.sy_one .icons .icon:nth-child(4)::after {
  width: 69px;
  left: 94px;
}
.sy_one .icons .icon:nth-child(5)::after {
  width: 48px;
  left: 71px;
}
  .fyq{
    height: 30px;
    width: 128px;
  }
  .swiper-pagination span {
    font-size: 20px;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 22px;
  }
  .swiper-button-next img, .swiper-button-prev img {
    width: 6px;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    width: 30px;
    height: 30px;
    line-height: 20px;
  }
  .sy_one .icons .icon:first-child .div1 {
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin-top: -22px;
}
  .sy_one .icons .icon::after {
    width: 67px;
    height: 2px;
    left: 75px;
    top: 14px;
}
.sy_one .onef .r::before {
  display: none;
}
.sy_one .onef .r::after {
  display: none;
}
.sy_one .onef .r .p2 {
  left: 59%;
}
.sy_one .onef .r .p2 span {
  font-size: 12px;
}

.sy_one .onef .l p .span2 {
  padding-left: 26px;
}
.sy_one .onef .l {
  width: 39.2%;
}
.sy_one .icons .icon:nth-child(4)::after {
  left: 90px;
}
.sy_two .l .p2 {
  font-size: 24px;
}
.sy_two .l button {
  height: 30px;
  width: 96px;
  padding: 0px 10px;
  line-height: 18px;
}
.sy_two .l button i {
  font-size: 13px;
}
.sy_two .l button span {
  right: 7px;
}
.sy_two .f button {
  height: 30px;
  width: 96px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 18px;
}
.sy_two .f button i {
  font-size: 13px;
}
.sy_two .f button span {
  right: 7px;
}
.sy_two .f .p1 {
  padding-bottom: 15px;
  margin-bottom: 14px;
  font-size: 22px;
}
.sy_two .f .p3 {
  margin-bottom: 40px;
}
.sy_two .f .div1 {
  padding-top: 48px;
}
.sy_two .f .p2 {
  font-size: 24px;
  top: 33px;
}
.sy_three {
  padding-top: 50px;
  padding-bottom: 56px;
}
.sy_two .twof {
  width: 37.8%;
}
.sy_three .threeh .l .p2 {
  font-size: 27px;
}
.sy_three .threec .r {
  padding-right: 2%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.sy_three .threec .r .p1 {
  padding-bottom: 8px;
}
.sy_three .threec .r .p3 {
  font-size: 14px;
  margin-bottom: 15px;
}
.sy_three .threec {
  padding-bottom: 38px;
}
.sy_three .threec {
  padding-bottom: 38px;
}
.sy_four .title .p2 {
  padding-top: 10px;
}
.sy_four .title .p1 {
  font-size: 24px;
}
.sy_three .threef .item {
  padding-right: 36px;
}


}
@media(max-width: 500px) {
  .sy_one .sy_one_1 .swiper-button-next, .sy_one .sy_one_1 .swiper-button-prev {
    top: 50%;
    right: -17px;
    width: 15px;
    height: 20px;
}
.sy_one .sy_one_1 .swiper-button-prev {
  left: -17px;
  top: 42.5%;
}
  .sy_two .f button i, .sy_two .twoc button i {
    font-size: 12px;
  }
  .sy_one .sy_one_1 .swiper-wrapper .swiper-slide {
    height: 120px;
}
.sy_one .sy_one_1 .swiper-slide:first-child .icon .div1::before {
  width: 70px;
  height: 70px;
  top: 37%;
}
.sy_one .sy_one_1 .swiper-slide.on:hover .icon .div1::before {
  width: 70px;
  height: 70px;
  top: 37%;
}
.sy_one .sy_one_1 .icon:hover .div1::before {
  width: 70px;
  height: 70px;
  top: 37%;
}
  .sy_one .sy_one_1 .swiper-wrapper .swiper-slide .icon::after {
    display: none;
}
.sy_one .sy_one_1 .icon .p2 {
  padding-top: 15px;
  font-size: 12px;
}
.sy_one .sy_one_1 .swiper-wrapper .icon .div1 .p1 img {
    height: 30px;
}
.sy_one .sy_one_1 .swiper-wrapper .icon {
  width: 100%;
}
  .sy_one .icons {
    padding-top: 12px;
  }
  .sy_one .icons .icon .p2 {
    font-size: 12px;
  }
  .fyq{
      height: 18px;
      width: 96px;
      top: 97%;
    }
    .swiper-pagination span {
      font-size: 16px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
      width: 22px;
      height: 22px;
      line-height: 10px;
    }
    .swiper-button-next img, .swiper-button-prev img {
      width: 5px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
      width: 22px;
      height: 22px;
      line-height: 8px;
    }
  .sy_one .text1 {
    font-size: 24px;
    line-height: 24px;
    padding-top: 40px;
    padding-bottom: 14px;
    margin-bottom: 34px;
}
.sy_one .onef .r .img1 {
  width: 160px;
}
.sy_one .onef .r {
  height: 290px;
}
.sy_two .l .p3 {
  -webkit-line-clamp: 3;
  font-weight: bolder;
}
.sy_one .onef{
  display: flex;
  flex-direction: column-reverse;
}
.sy_one .onef {
  padding-top: 15px;
  padding-bottom: 40px;
}
.sy_one .onef .l {
  padding-top: 14px;
}
.sy_one .onef .r .p1 {
  font-size: 103px;
}
.sy_one .onef .r .p2 {
  left: 69%;
}
.sy_one .onef .r .p2 .t2 {
  padding-left: 14px;
}
.sy_one .onef .r , .sy_one .onef .l{
  width: 100%;
}
.sy_one .text2 {
  font-size: 30px;
  top: 40px;
}
.sy_one .icons {
  flex-wrap: wrap;
}
.sy_one .icons .icon {
  height: 100px;
  width: 33%;
}
.sy_one .icons .icon::after {
 display: none;
}
.sy_two .bg {
  display: block;
  width: 100%;
}
.sy_two .twoc {
  background-image: url();
}
.sy_two .l {
  width: 100%;
  padding: 25px 15px 100px 15px;
}
.sy_two .l .p2 {
  font-size: 30px;
  top: 6px;
}
.sy_two .r {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 84%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.sy_two .r .number {
  padding-top: 0;
}
.sy_two {
  margin-top: 40px;
}
.sy_two .f {
  margin-top: 40px;
}
.sy_two .r .number p {
  font-size: 14px;
}
.sy_two .f .div1 {
  display: flex;
  flex-direction: column-reverse;
}
.sy_two .twof {
  width: 100%;
}
.sy_two .f .imgr {
  width: 100%;
  transform: translateY(0);
}
.sy_two .bg2 {
  position: absolute;
  top: 26%;
}
.sy_two .f .rq {
  position: relative;
}
.sy_two .f .p3 {
  margin-bottom: 34px;
  font-weight: bolder;
}
.sy_two .twof .l2{
  position: relative;
  padding-top: 20px;
}
.sy_two .f .imgr .img2 {
  width: 28px;
}
.sy_two .f .imgr p {
  width: 60px;
  height: 60px;
  line-height: 68px;
}
.sy_two .f .div1 {
  padding-top: 0;
  padding-bottom: 30px;
}
.sy_two .f .p2 {
  font-size: 24px;
  top: 8px;
}
.sy_three {
  padding-top: 55px;
  padding-bottom: 40px;
}
.sy_three .threec .l, .sy_three .threec .r {
  width: 100%;
}
.sy_three .threeh .r {
  display: none;
}
.sy_three .threec .r {
  padding-top: 20px;
  padding-bottom: 0px;
}
.sy_three .threec .r .p2 {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.sy_three .threec .r {
  padding-right: 0%;
}
.sy_three .threef {
  flex-wrap: wrap;
  height: 200px;
  overflow-y: auto;
  padding-right: 15px;
}
.sy_three .threec {
  padding-bottom: 40px;
}
.sy_three .threef .item {
  padding-bottom: 15px;
  padding-right: 0px;
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
}
.sy_three .threef .item:last-child {
  margin-bottom: 0;
}
.sy_four img {
  width: 150%;
}
.sy_three .threef .sj {
  padding-top: 8px;
}
.sy_four .title .p1 {
  font-size: 20px;
}
.sy_four .title .p2 {
  font-size: 14px;
  padding-top: 4px;
}
.footerBar .f {
  padding: 14px;
}
.footerBar .f .p1 {
  padding-bottom: 6px;
}
.sy_three .threef .item{
  width: 100%;
}
.sy_three .threec .r .p3 {
  -webkit-line-clamp: 2;
}
}

@media (max-width: 414px){
  .sy_one .onef .r .p1 {
    font-size: 80px;
}
  .sy_one .onef .r .p2 {
    left: 57%;
}
.sy_one .onef .r .p2 .t2 {
  padding-left: 10px;
}
.sy_two .r {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  left: 50%;
  top: 85%;
  width: 100%;
  transform: translate(-50%, -50%);
}

}
@media(max-width: 375px) {
  .sy_one .onef .r .p1 {
    font-size: 72px;
}
.sy_one .onef .r {
  height: 280px;
}
}
@media(max-width: 360px) {
  .sy_one .onef .r .p2 {
    left: 54%;
  }
  .sy_one .onef .r .p2 .t2 {
    padding-left: 8px;
}
.sy_one .onef .r .p1 {
  font-size: 70px;
}
}

/* 走进微米 */
.section2 {
  padding-top: 134px;
  padding-bottom: 150px;
}
.section2 .left{
  width: 49.3%;
  margin-right: 7%;
}
.section2 .left .p1{
  font-size: 55px;
  line-height: 24px;
  color: #333;
  font-family: 'din';
  opacity: .1;
}
.section2 .left .p2{
  font-size: 44px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  padding-bottom: 66px;
}
.section2 .left .p3{
  font-size: 16px;
  line-height: 30px;
  color: #999;
  padding-bottom: 30px;
}
.section2 .left .p3:last-child{
  padding-bottom: 0px;
}
.section2 .right{
  width: 43.7%;
}
.section2 .right img{
  vertical-align: middle;
  width: 100%;
}


/* 分页 */
.fy{
  width: auto;
  display: table;
  margin: 0 auto;
  margin-top: 20px;
}
.fy li{
  width: 41px;
  line-height: 39px;
  border-radius: 50%;
  text-align: center;
  float: left;
  border: 1px solid rgb(234,234,235);
  margin-right: 25px;
  transition: all .5s;
}
.fy li.on,
.fy li:hover{
  background: #b38f5b;
  border: 1px solid #b38f5b;
}
.fy li:last-child{
  margin-right: 0;
}
.fy li a{
  display: block;
  font-size: 16px;
  color: #666666;
  transition: all .5s;
}
.fy li.on a,
.fy li:hover a{
  color: #fff;
}
@media(max-width:991px){
  .fy li {
    width: 30px;
    line-height: 28px;
    margin-right: 15px;
  }
  .fy li a {
    font-size: 14px;
  }
}

