@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: 208px;
}
.content2{
  /* margin-top: 100px; */
}
.app{
  display: none;
}

.banner{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bj{
  width: 100%;
  vertical-align: middle;
}

.banner .swiper-slide .container{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.banner .rq{
  display: inline-block;
  width: 640px;
}
.banner .div{
  padding-left: 90px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 3px solid #fff;
}
.banner .div .p{
  width: 70px;
  font-size: 43px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 47%;
  transform: translateY(-50%);
  background: rgba(7,191,203);
  text-align: center;
  border-radius: 10px;
  padding: 5px 0;
}
.banner .div1 .lef{
  float: left;
  font-size: 110px;
  color: #ffffff;
  font-family: "din2";
  line-height: 110px;
}
.banner .div1 .rig{
  float: left;
  padding-left: 15px;
}
.banner .div1 .rig .p1{
  font-size: 55px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
.banner .div1 .rig .p1::before{
  content: '';
  width: 38px;
  height: 28px;
  background-image: url(../images/img6.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: -44px;
}
.banner .div1 .rig .bjzy{
  width: 130px;
  height: 22px;
  background-size: contain;
  background-repeat: repeat-x;
  background-position-x: 0;
  background-image: url(../images/img5.png);
  display: block;
}
.banner .div .p2{
  font-size: 55px;
  color: #85efad;
  font-weight: bold;
}
.banner .rq .p3{
  font-size: 22px;
  color: #ffffff;
  padding-top: 30px;
  line-height: 40px;
  opacity: 0.8;
}

.banner .div,
.banner .rq .p3{
  opacity: 0;
}

.banner .swiper-slide-active .div{
  animation: bw 1s linear .8s both;
}
.banner .swiper-slide-active .rq .p3{
  animation: bw2 1s linear 1.1s both;
}

@keyframes bw{
  0%{
    transform: translateY(40px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes bw2{
  0%{
    transform: translateY(40px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 0.8;
  }
}

.banner .swiper-pagination{
  bottom: 45px;
}
.banner .swiper-pagination-bullet{
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
}



/* sy_con1 */
.sy_con1{
  width: 100%;
  height: 72px;
  border-bottom: 1px solid rgb(231,231,232);
}
.sy_con1 .lef{
  width: 82%;
  line-height: 71px;
  float: left;
}
.sy_con1 .lef span{
  font-size: 16px;
  color: #10161f;
}
.sy_con1 .lef span img{
  width: 17px;
  margin-bottom: -3px;
  margin-right: 5px;
}
.sy_con1 .lef a{
  font-size: 16px;
  color: #777777;
  margin-right: 37px;
}
.sy_con1 .lef a:hover{
  color: #0f50bd;
}
.sy_con1 .lef a:last-child{
  margin-right: 0;
}
.sy_con1 .rig{
  width: 18%;
  float: left;
}
.sy_con1 .rig .div{
  width: 100%;
  height: 40px;
  border-radius: 40px;
  background: rgb(240,243,253);
  margin-top: 15px;
  position: relative;
}
.sy_con1 .rig .div input{
  padding-left: 15px;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 40px;
}
.sy_con1 .rig .div button{
  width: 30px;
  height: 30px;
  background-image: url(../images/img8.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}


/* sy_con2 */
.sy_con2{
  width: 100%;
  padding-top: 79px;
}
.sy_con2 .rq1{
  width: 100%;
  padding-top: 37px;
  padding-right: 620px;
  padding-bottom: 103px;
  position: relative;
  z-index: 100;
}
.sy_con2 .rq1 .p1{
  font-size: 56px;
  color: #10161f;
  position: relative;
  display: inline-block;
}
.sy_con2 .rq1 .p1 b{
  font-size: 45px;
  color: #10161f;
  font-weight: 100;
}
.sy_con2 .rq1 .p1 span{
  font-size: 56px;
  color: #0f50bd;
  font-weight: bold;
}
.sy_con2 .rq1 .p1 span i{
  font-size: 82px;
  transform: skewX(-10deg);
  display: inline-block;
}
.sy_con2 .rq1 .p1 .bjzy{
    width: 242px;
    height: 30px;
    background-image: url(../images/img1.png);
    background-size: contain;
    background-position-x: 0;
    background-repeat: repeat-x;
    position: absolute;
    right: -255px;
    top: 60%;
    transform: translateY(-50%);
}
.sy_con2 .rq1 .p2{
  font-size: 22px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-family: "din";
  opacity: 0.3;
}
.sy_con2 .rq1 .p3{
  font-size: 24px;
  color: #333333;
  margin-top: 25px;
}
.sy_con2 .rq1 .p3 span{
  font-weight: bold;
  color: #333333;
  font-size: 24px;
}
.sy_con2 .rq1 .bj{
 width: 620px;
 position: absolute;
 top: 0;
 right: 0; 
 z-index: 100;
}
.sy_con2 .rq2{
  width: 100%;
}
.sy_con2 .rq2 .div{
  width: 21.6%;
  height: 320px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}
.sy_con2 .rq2 .div div{
  background: rgb(249,250,255);
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.sy_con2 .rq2 .div:nth-child(2n) div{
  background: rgb(242,244,251);
}
.sy_con2 .rq2 .div:hover div{
  background: rgb(15,80,189);
}
.sy_con2 .rq2 .div .top{
  width: 100%;
  height: 136px;
  position: relative;
}
.sy_con2 .rq2 .div .top::before{
  content: '';
  width: 155px;
  height: 6px;
  background-image: url(../images/img10.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sy_con2 .rq2 .div .top img{
  width: 56px;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.sy_con2 .rq2 .div .top .ig2{
  left: 30%;
  opacity: 0;
}
.sy_con2 .rq2 .div:hover .top .ig1{
  left: 70%;
  opacity: 0;
}
.sy_con2 .rq2 .div:hover .top .ig2{
  left: 50%;
  opacity: 1;
}
.sy_con2 .rq2 .div .p1{
  text-align: center;
  margin-top: 36px;
  position: relative;
  padding-right: 15px;
  transition: all .5s;
}
.sy_con2 .rq2 .div .p1 span{
  font-size: 55px;
  color: #0f50bd;
  font-family: "din";
  transition: all .5s;
  text-transform: uppercase;
}
.sy_con2 .rq2 .div:hover .p1 span{
  color: #fff;
}
.sy_con2 .rq2 .div .p1 i{
  font-size: 20px;
  color: #0f50bd;
  position: absolute;
  top: 10px;
  margin-left: 5px;
  transition: all .5s;
}
.sy_con2 .rq2 .div .p1 i.jia{
  font-size: 36px;
  font-family: "din";
  top: 0;
}
.sy_con2 .rq2 .div:hover .p1 i{
  color: #fff;
}
.sy_con2 .rq2 .div .p2{
  font-size: 22px;
  color: #333333;
  text-align: center;
  transition: all .5s;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;

}
.sy_con2 .rq2 .div:hover .p2{
  color: #fff;
}
.sy_con2 .rq2 .div1{
  width: 31%;
  float: left;
  height: 320px;
}
.sy_con2 .rq2 .div1 div{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgb(242,244,251);
  padding: 0 50px;
  padding-top: 40px;
  transition: all .5s;
}
/* .sy_con2 .rq2 .div1:hover div{
  background: rgb(15,80,189);
} */
.sy_con2 .rq2 .div1 .p1{
  font-size: 28px;
  color: #333333;
  transition: all .5s;
}
.sy_con2 .rq2 .div1 .p2{
  font-size: 19px;
  color: #666666;
  padding-bottom: 30px;
  position: relative;
  transition: all .5s;
}
.sy_con2 .rq2 .div1 .p2::before{
  content: '';
  width: 24px;
  height: 2px;
  background: rgb(128,162,220);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sy_con2 .rq2 .div1 .p3{
  font-size: 44px;
  color: #0f50bd;
  font-family: "din";
  margin-top: 26px;
  margin-bottom: 36px;
  transition: all .5s;
}
/* .sy_con2 .rq2 .div1:hover p{
  color: #fff;
} */
.sy_con2 .rq2 .div1 a{
  font-size: 18px;
  color: #ffffff;
  width: 138px;
  line-height: 40px;
  border-radius: 5px;
  background: rgb(15,80,189);
  display: block;
  text-align: center;
  transition: all .5s;
}
.sy_con2 .rq2 .div1:hover a{
  color: #0f50bd;
  background: #fff;
}


/* sy_con3 */
.sy_con3{
  width: 100%;
  padding-top: 90px;
}
.sy_con3 .swiper-button-prev:after, .sy_con3 .swiper-button-next:after{
  content: none;
}
.bt{
  width: 100%;
}
.bt .bjzy{
  width: 100%;
  height: 22px;
  background-image: url(../images/img22.png);
  background-size: contain;
  background-position-x: 0;
  background-repeat: repeat-x;
  display: inline-block;
}
.bt .p1{
  font-size: 48px;
  position: relative;
  color: #333333;
 text-align: center;
}
.bt .p1 span{
  font-size: 48px;
  color: #0f50bd;
  font-weight: bold;
}
.bt .p1 .i1{
    width: 62px;
    height: 30px;
    background-image: url(../images/img21.png);
    background-size: contain;
    background-position-x: 0;
    background-repeat: repeat-x;
    position: absolute;
    left: 25%;
    top: 31%;
    display: inline-block;
    margin: 0 8px;
}
.bt .p1 .i2{
  width: 62px;
  height: 30px;
  background-image: url(../images/img21.png);
  background-size: contain;
  background-position-x: 0;
  background-repeat: repeat-x;
  position: absolute;
  right: 25%;
  top: 31%;
  display: inline-block;
  margin: 0 8px;
}
.bt .p2{
  font-size: 22px;
  color: #777777;
  text-align: center;
  letter-spacing: 8px;
  margin-top: 8px;
  margin-bottom: 34px;
}
.sy_con3 .rq{
  width: 100%;
  position: relative;
}

.sy_con3 .div1 .swiper-container{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 34px;
  padding-left: 17px;
}
.sy_con3 .div1 .swiper-slide,
.sy_con3 .div1 .swiper-slide a{
  line-height: 55px;
  border-radius: 55px;
  font-size: 18px;
  color: #10161f;
  text-align: center;
  display: block;
  cursor: pointer;
  /* text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap; */
}
.sy_con3 .div1 .swiper-slide{
  position: relative;
}
.sy_con3 .div1 .swiper-slide::before{
  content: '';
  width: 1px;
  height: 20px;
  background: rgb(198,199,201);
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%) skewX(-15deg); 
  z-index: 10;
}
.sy_con3 .div1 .swiper-slide.on::before{
  content: none;
}
.sy_con3 .div1 .swiper-slide div{
  width: 32px;
  height: 26px;
  position: relative;
  display: inline-block;
  margin-bottom: -6px;
  margin-right: 5px;
}
.sy_con3 .div1 .swiper-slide img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.sy_con3 .div1 .swiper-slide div .ig2{
  left: 0%;
  opacity: 0;
}
.sy_con3 .div1 .swiper-slide.on div .ig2{
  left: 50%;
  opacity: 1;
}
.sy_con3 .div1 .swiper-slide.on div .ig1{
  left: 100%;
  opacity: 0;
}
.sy_con3 .div1 .swiper-slide.on{
  background-image: url(../images/img28.png);
  background-size: cover;
  color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(15,80,189,.5);
}
.sy_con3 .div1 .swiper-slide:hover a,
.sy_con3 .div1 .swiper-slide:hover{
  color: #0f50bd;
}
.sy_con3 .div1 .swiper-slide.on:hover{
  color: #fff;
}





.sy_con3 .div2{
  display: none;
}
.sy_con3 .div2.on1{
  display: block;
}
.sy_con3 .rq .rq1{
  width: 100%;
  height: 505px;
  border: 1px solid rgb(217,225,238);
  padding: 0 30px;
  position: relative;
}
.sy_con3 .rq .rq1::before{
  content: '';
  width: 0%;
  height: 6px;
  background: rgb(15,80,189);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s;
}
.sy_con3 .rq .rq1:hover::before{
  width: 100%;
}
.sy_con3 .rq .rq1 .top{
  width: 100%;
  height: 284px;
  border-bottom: 2px solid rgb(229,229,229);
  position: relative;
  overflow: hidden;
}
.sy_con3 .rq .rq1 .top img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.sy_con3 .rq .rq1:hover .top img{
  transform:translate(-50%,-50%) scale(1.1);
}
.sy_con3 .rq .rq1 .bot{
  padding-top: 45px;
}
.sy_con3 .rq .rq1 .bot .p1{
  font-size: 26px;
  color: #333333;
  text-align: center;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con3 .rq .rq1:hover .bot .p1{
  color: #0f50bd;
}
.sy_con3 .rq .rq1 .bot .p2{
  font-size: 16px;
  color: #333333;
  opacity: 0.7;
  margin-top: 18px;
  line-height: 25px;
  text-align: center;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sy_con3 .rq .container .div2{
  position: relative;
}
.sy_con3 .rq .swiper-button-next, 
.sy_con3 .rq .swiper-button-prev{
  width: 23px;
  height: 41px;
  background-image: url(../images/img25.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -72px;
}
.sy_con3 .rq .swiper-button-prev{
  left: -72px;
  transform: rotate(180deg);
}
.sy_con3 .rq .a{
  font-size: 16px;
  color: #0f50bd;
  width: 138px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  display: block;
  border: 1px solid #0f50bd;
  margin: 0 auto;
  margin-top: 44px;
  display: none;
}
.sy_con3 .rq .a:hover{
  color: #fff;
  background: #0f50bd;
}


/* sy_con4 */
.sy_con4{
  width: 100%;
  padding-top: 68px;
  padding-bottom: 50px;
}
.sy_con4 .top{
  width: 100%;
  padding-left: 50px;
}
.sy_con4 .top .swiper-container{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 34px;
  padding-left: 17px;
}
.sy_con4 .top .swiper-slide,
.sy_con4 .top .swiper-slide a{
  line-height: 55px;
  border-radius: 55px;
  font-size: 18px;
  color: #10161f;
  text-align: center;
  display: block;
  cursor: pointer;
  /* text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap; */
}
.sy_con4 .top .swiper-slide{
  position: relative;
}
.sy_con4 .top .swiper-slide::before{
  content: '';
  width: 1px;
  height: 20px;
  background: rgb(198,199,201);
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%) skewX(-15deg); 
  z-index: 10;
}
.sy_con4 .top .swiper-slide img{
  width: 21px;
  margin-bottom: -6px;
  margin-right: 1px;
}
.sy_con4 .top .swiper-slide-thumb-active{
  background-image: url(../images/img28.png);
  background-size: cover;
  color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(15,80,189,.5);
}
.sy_con4 .top .swiper-slide:hover a,
.sy_con4 .top .swiper-slide:hover{
  color: #0f50bd;
}
.sy_con4 .top .swiper-slide-thumb-active:hover{
  color: #fff;
}
.sy_con4 .bot{
  width: 100%;
  display: flex;
  overflow: hidden;
}
.sy_con4 .bot .lef{
  width: 100%;
  background: rgb(247,249,255);
  position: relative;
}
.sy_con4 .bot .lef .gallery-top .lef{
  width: 48%;
  float: left;
  padding-right: 10%;
}
.sy_con4 .bot .lef .gallery-top .rig{
  width: 52%;
  float: right;
}
.sy_con4 .bot .lef::before{
  content: '';
  width: 655px;
  height: 107px;
  background-image: url(../images/img35.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -56px;
}
.sy_con4 .bot .lef .swiper-slide{
  width: 100%;
  height: 100%;
  padding: 50px 67px;
  position: relative;
}
.sy_con4 .bot .lef .swiper-slide .bj{
  width: 43px;
  position: absolute;
  top: 50px;
  right: 67px;
}
.sy_con4 .bot .lef .swiper-slide .p1{
  font-size: 34px;
  color: #0f50bd;
  margin-bottom: 20px;
}
.sy_con4 .bot .lef .swiper-slide .p2{
  font-size: 18px;
  color: #777777;
  line-height: 1.78;
  height: 135px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.sy_con4 .bot .lef .swiper-slide .div{
  width: 100%;
  margin-top: 40px;
  margin-bottom: 74px;
}
.sy_con4 .bot .lef .swiper-slide .div .a1{
  font-size: 14px;
  color: #0f50bd;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  width: 123px;
  border: 1px solid #0f50bd;
  display: inline-block;
  margin-right: 10px;
}
.sy_con4 .bot .lef .swiper-slide .div .a1:hover{
  background: #0f50bd;
  color: #fff;
}
.sy_con4 .bot .lef .swiper-slide .div .a2{
  font-size: 16px;
  color: #10161f;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  width: 123px;
  border: 1px solid #10161f;
  display: inline-block;
  position: relative;
  padding-left: 26px;
}
.sy_con4 .bot .lef .swiper-slide .div .a2::before{
  content: '';
  width: 18px;
  height: 16px;
  background-image: url(../images/img29.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  transition: all .4s;
}
.sy_con4 .bot .lef .swiper-slide .div .a2:hover{
  background: #0f50bd;
  border: 1px solid #0f50bd;
  color: #fff;
}
.sy_con4 .bot .lef .swiper-slide .div .a2:hover::before{
  background-image: url(../images/img30.png);
}
.sy_con4 .bot .lef .swiper-slide .div2{
  width: 100%;
}
.sy_con4 .bot .lef .swiper-slide .div2 .div3{
  width: 20%;
  float: left;
  margin-right: 6.6666%;
}
.sy_con4 .bot .lef .swiper-slide .div2 .div3:nth-child(4){
  margin-right: 0;
}
.sy_con4 .bot .lef .swiper-slide .div2 .div3 img{
  width: 100%;
  transition: all .5s;
  border-radius: 14px;
}
.sy_con4 .bot .lef .swiper-slide .div2 .div3:hover img{
  transform: scale(1.1);
}
.sy_con4 .bot .lef .swiper-slide .div2 .div3 p{
  font-size: 16px;
  color: #10161f;
  text-align: center;
  margin-top: 3px;
}

.sy_con4 .bot .rig{
  width: 51.1%;
  overflow: hidden;
}
.sy_con4 .bot .rig img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con4 .bot:hover .rig img{
  transform: scale(1.05);
}


/* sy_con5 */
.sy_con5{
  width: 100%;
  padding-top: 95px;
  position: relative;
}
.sy_con5::before{
  content: '';
  width: 100%;
  height: 442px;
  background-image: url(../images/img37.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sy_con5 .rq{
  width: 95.2%;
  margin: 0 auto;
  display: flex;
}
.sy_con5 .rq .lef{
  width: 49%;
  margin-right: 2%;
  overflow: hidden;
}
.sy_con5 .rq .lef .bj{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;

}
.sy_con5 .rq:hover .lef .bj{
  transform: scale(1.05);
}
.sy_con5 .rq .rig{
  width: 49%;
  padding-left: 54px;
  padding-right: 186px;
  position: relative;
}
.sy_con5 .rq .rig .p1{
  font-size: 54px;
  color: #0f50bd;
  font-weight: bold;
  border-bottom: 4px solid rgb(216,227,245);
  padding-bottom: 26px;
  position: relative;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.sy_con5 .rq .rig .p1::before{
  content: '';
  width: 143px;
  height: 7px;
  background-image: url(../images/img39.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -180px;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con5 .rq .rig .p1 span{
  color: #0f50bd;
}
.sy_con5 .rq .rig .p1 span i{
  font-size: 86px;
}
.sy_con5 .rq .rig .div{
  padding-top: 60px;
  position: relative;
}
.sy_con5 .div1{
  width: 100%;
  padding-left: 70px;
  position: relative;
}
.sy_con5 .div1 i{
  font-size: 37px;
  color: #ffffff;
  font-family: "din";
  width: 56px;
  line-height: 56px;
  border-radius: 56px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(15,80,189);
}
.sy_con5 .div1 .p2{
  font-size: 34px;
  color: #333333;
  font-weight: bold;
}
.sy_con5 .div1 .p3{
  font-size: 14px;
  color: #666666;
  font-family: "din";
  opacity: 0.7;
  text-transform: uppercase;
}
.sy_con5 .div1 .tb{
  width: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con5 .div2{
  margin-top: 18px;
}
.sy_con5 .div2 .p2{
  font-size: 18px !important;
  color: #666666;
  letter-spacing: 1px;
  padding-left: 20px;
  position: relative;
}
.sy_con5 .div2 p * { font-size: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem) !important; }
.sy_con5 .div2 .p2::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(15,80,189);
  position: absolute;
  left: 0;
  top: 15%;
  transform: translateY(0%);
}
.sy_con5 .div2:nth-child(1) .p2::before{
  top: 19%;
}
.sy_con5 .div3{
  position: absolute;
  left: 54px;
  bottom: 22px;
}
.sy_con5 .div3 a{
  display: block;
  width: 450px;
  line-height: 47px;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid rgb(207,220,242);
}
.sy_con5 .div3 .sp1{
  width: 187px;
  line-height: 52px;
  border-radius: 50px;
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  background-image: url(../images/img44.png);
  background-size: cover;
  text-align: center;
}
.sy_con5 .div3 .sp1 img{
  width: 27px;
  margin-bottom: -4px;
  margin-right: 5px;
}
.sy_con5 .div3 .sp2{
  font-size: 30px;
  color: #0f50bd;
  font-family: "din";
  margin-left: 20px;
}
.sy_con5 .div3 .sp2 img{
  width: 23px;
  margin-bottom: -4px;
}
.sy_con5 .rq1{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 90px;
}
.sy_con5 .rq1 .container{
  display: flex;
}
.sy_con5 .rq1 .lef{
  width: 49%;
  margin-right: 2%;
  /* float: left; */
}
.sy_con5 .rq1 .lef .div{
  padding-top: 45px;
  padding-right: 80px;
}
.sy_con5 .rq1 .lef .div p * { font-size: clamp(0.875rem, 0.458rem + 0.87vw, 1.5rem) !important; }
.sy_con5 .rq1 .rig{
  width: 49%;
  /* float: left; */
  overflow: hidden;
}
.sy_con5 .rq1 .rig .bj{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con5 .rq1:hover .rig .bj{
  transform: scale(1.05);
}
.sy_con5 .rq1 .div1 .p2{
  color: #0f50bd;
}
/* .sy_con5 .rq1 .div1 i{
  background: url(../images/img48.png);
  background-size: cover;
} */
.sy_con5 .rq1 .lef .div4{
  width: 100%;
  padding-top: 54px;
}
.sy_con5 .rq1 .lef .div4 div{
  width: 100%;
  /*float: left;*/
  display: flex;
  margin-right: 2.75%;
}
.sy_con5 .rq1 .lef .div4 div:nth-child(3){
  margin-right: 0;
}
.sy_con5 .rq1 .lef .div4 div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con5 .rq1 .lef .div4 div:hover img{
  transform: scale(1.1);
}

.sy_con5 .rq2 .lef:nth-child(2){
  margin-right: 0;
}
.sy_con5 .rq2:hover .lef .bj{
  transform: scale(1);
}
.sy_con5 .rq2 .lef:hover .bj{
  transform: scale(1.05);
}
.sy_con5 .rq2 .lef{
  position: relative;
}
.sy_con5 .rq2 .lef .div{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 100px;
}
.sy_con5 .rq2 .lef:nth-child(1) .div{
  padding-left: 180px;
  padding-right: 90px;
}
.sy_con5 .rq2 .lef:nth-child(2) .div{
  padding-left: 50px;
  padding-right: 215px;
}
.sy_con5 .rq2 .lef .div1 .p2{
  color: #fff;
}
.sy_con5 .rq2 .lef .div1 .p3{
  color: #fff;
}
.sy_con5 .rq2 .lef .div1 i{
  color: #0f50bd;
  background: #fff;
}
.sy_con5 .rq2 .lef .div2{
  position: relative;
  border-top: 2px solid rgba(255,255,255,.5);
  padding-top: 28px;
  padding-left: 28px;
  color: #FFF;
}
.sy_con5 .rq2 .lef .div2 .p2{
  position: absolute;
  left: 0;
  top: 38px;
  color: #fff;
}
.sy_con5 .rq2 .lef .div2 .p2::before{
  background: #fff;
}
.sy_con5 .rq2 .lef .div2 a{
  display: block;
  width: 145px;
  line-height: 42px;
  border-radius: 42px;
  background-image: url(../images/img28.png);
  background-size: cover;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-top: 45px;
}
.sy_con5 .rq2 .lef .div2 a img{
  width: 18px;
  margin-bottom: -3px;
  margin-right: 5px;
}


/* sy_con6 */
.sy_con6{
  width: 100%;
  padding-top: 95px;
  padding-bottom: 75px;
}
.sy_con6 .rq{
  width: 100%;
  padding-top: 33px;
}
.sy_con6 .rq .div1{
  width: 18.5%;
  height: 110px;
  margin-right: 1.875%;
  float: left;
  position: relative;
}
.sy_con6 .rq .div1:hover{
  z-index: 10;
}
.sy_con6 .rq .div1:nth-child(5n){
  margin-right: 0;
}
.sy_con6 .rq .div1.div{
  margin-top: 25px;
}
.sy_con6 .rq .div1::before{
  content: '';
  width: 21px;
  height: 16px;
  background-image: url(../images/img58.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
}
.sy_con6 .rq .div1:nth-child(5n)::before{
  content: none;
}
.sy_con6 .rq .div1 .div2{
  width: 100%;
  height: 100%;
  background-image: url(../images/img55.png);
  background-size: cover;
  padding: 34px 15px;
  position: relative;
  transition: all .4s;
}
.sy_con6 .rq .div1:hover .div2{
  z-index: 2;
  background-image: url(../images/img56.png);
}
.sy_con6 .rq .div1 .div2 div{
  padding-left: 75px;
  position: relative;
}
.sy_con6 .rq .div1 .div2 div i{
  font-size: 30px;
  color: #767e8d;
  font-family: "din";
  width: 63px;
  line-height: 63px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(223,232,248);
  transition: all .4s;
}
.sy_con6 .rq .div1:hover .div2 div i{
  color: #0f50bd;
}
.sy_con6 .rq .div1 .div2 div .p1{
  font-size: 22px;
  color: #10161f;
  transition: all .3s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con6 .rq .div1 .div2 div .p2{
  font-size: 12px;
  color: #10161f;
  opacity: 0.3;
  text-transform: uppercase;
  font-family: "din";
  transition: all .3s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con6 .rq .div1:hover .div2 div p{
  color: #fff;
}
.sy_con6 .rq .div1 .div3{
  width: 100%;
  height: 136px;
  position: absolute;
  top: 0%;
  left: 0;
  opacity: 0;
  transition: all .5s;
  z-index: 1;
}
.sy_con6 .rq .div1.div .div3{
  top: -24%;
}
.sy_con6 .rq .div1 .div3 img{
  width: 100%;
  vertical-align: middle;
}
.sy_con6 .rq .div1:hover .div3{
  top: 100%;
  opacity: 1;
}
.sy_con6 .rq .div1.div:hover .div3{
  top: -135px;
}


/* sy_con7 */
.sy_con7{
  width: 100%;
  padding-top: 94px;
  padding-bottom: 80px;
  background-image: url(../images/img69.png);
  background-size: cover;
}

.sy_con7 .top{
  width: 100%;
  padding-bottom: 32px;
}
.sy_con7 .top .lef{
  width: 55%;
  float: left;
}
.sy_con7 .top .lef .p1{
  font-size: 40px;
  color: #0f50bd;
  font-weight: bold;
  text-transform: uppercase;
}
.sy_con7 .top .lef .p2{
  font-size: 48px;
  color: #10161f;
}
.sy_con7 .top .lef .p2 span{
  font-size: 48px;
  color: #0f50bd;
}
.sy_con7 .top .rig{
  width: 45%;
  float: right;
  display: flex;
  justify-content: space-between;
}
.sy_con7 .top .rig div .p1{
  font-size: 20px;
  color: #0f50bd;
  text-align: center;
}
.sy_con7 .top .rig div .p1 span{
  font-size: 66px;
  color: #0f50bd;
  font-family: "din";
}
.sy_con7 .top .rig div .p2{
  font-size: 18px;
  color: #10161f;
  text-align: center;
  position: relative;
  padding-top: 5px;
}
.sy_con7 .top .rig div .p2::before{
  content: '';
  width: 135px;
  height: 4px;
  background-image: url(../images/img60.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
}
.sy_con7 .bot{
  width: 100%;
}
.sy_con7 .bot .lef{
  width: 71.2%;
  float: left;
}
.sy_con7 .bot .lef .div{
  width: 100%;
}
.sy_con7 .bot .lef .div img{
  width: 100%;
  vertical-align: middle;
}
.sy_con7 .bot .lef .text_details {
  font-size: clamp(0.875rem, 0.625rem + 0.52vw, 1.25rem);
  color: #666666;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 34px;

  overflow: hidden;
}
.sy_con7 .bot .lef .div1{
  width: 100%;
}
.sy_con7 .bot .lef .div1 a{
  font-size: 14px;
  color: #10161f;
  width: 123px;
  line-height: 34px;
  border-radius: 34px;
  border: 1px solid #10161f;
  text-align: center;
  display: block;
  float: left;
  margin-right: 12px;
}
.sy_con7 .bot .lef .div1 a:hover{
  color: #fff;
  background: #0f50bd;
  border: 1px solid #0f50bd;
}
.sy_con7 .bot .lef .div1 .a2{
  font-size: 16px;
  padding-left: 27px;
  position: relative;
}
.sy_con7 .bot .lef .div1 .a2::before{
  content: '';
  width: 18px;
  height: 16px;
  background-image: url(../images/img29.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 16%;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s;
}
.sy_con7 .bot .lef .div1 .a2:hover::before{
  background-image: url(../images/img30.png);
}

.sy_con7 .bot .rig{
  width: 28.8%;
  float: left;
  padding-left: 48px;
}
.sy_con7 .bot .rig .swiper-container{
  padding-bottom: 35px;
}
.sy_con7 .bot .rig .swiper-slide{
  width: 100%;
  height: 426px;
  background: #fff;
}
.sy_con7 .bot .rig .swiper-slide .div{
  width: 100%;
  height: 85%;
  position: relative;
}
.sy_con7 .bot .rig .swiper-slide .div img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.sy_con7 .bot .rig .swiper-slide:hover .div img{
  transform: translate(-50%,-50%) scale(1.05);
}
.sy_con7 .bot .rig .swiper-slide p{
  font-size: 18px;
  color: #0f50bd;
  text-align: center;
}
.sy_con7 .bot .rig .swiper-pagination{
  width: 100%;
  height: 35px;
  bottom: 0;
  background: #0f50bd;
  line-height: 33px;
}
.sy_con7 .bot .rig .swiper-pagination-bullet{
  background: #fff;
}


/* sy_con8 */
.sy_con8{
  width: 100%;
  position: relative;
}
.sy_con8 .rq{
  width: 100%;
}
.picMarquee-left {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.picMarquee-left .bd {
  width: 100%;
}
.picMarquee-left .bd ul{
  overflow: hidden;
  zoom: 1;
}
.picMarquee-left .bd ul li{
  float: left;
  overflow: hidden;
  margin-right: 10px;
}
.picMarquee-left .bd ul li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.picMarquee-left .bd ul li img{
  width: 100%;
  vertical-align: middle;
}
.tempWrap{
  overflow:hidden; 
  position:relative;
  width: 100% !important;
}
.picList{
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0px; margin: 0px;
}
.pic a .div{
  width: 100%;
  height: 100%;
  background: rgba(53,99,172,.8);
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all .5s;
}
.picMarquee-left .bd ul li:hover .div{
  transform: rotate(0deg);
  opacity: 1;
}
.pic a .div p{
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pic a .div p img{
  width: 42px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}



/* sy_con10 */
.sy_con10{
  width: 100%;
  padding-top: 78px;
  padding-bottom: 90px;
  overflow: hidden;
}
.sy_con10 .rq{
  width: 100%;
}
.sy_con10 .rq .lef{
  width: 67%;
  float: left;
  padding-right: 67px;
}
.sy_con10 .rq .lef .div{
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(61,61,61);
}
.sy_con10 .rq .lef .div .p1{
  font-size: 36px;
  color: #10161f;
  float: left;
}
.sy_con10 .rq .lef .div .p1 span{
  color: #0f50bd;
  font-weight: bold;
  font-size: 36px;
}
.sy_con10 .rq .lef .div a{
  display: block;
  float: right;
  width: 138px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 16px;
  color: #0f50bd;
  text-align: center;
  border: 1px solid #0f50bd;
}
.sy_con10 .rq .lef .div a:hover{
  color: #fff;
  background: #0f50bd;
}
.sy_con10 .rq .lef .top{
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px dashed rgb(221,221,221);
}
.sy_con10 .rq .lef .top .div1{
  width: 37.5%;
  float: left;
}
.sy_con10 .rq .lef .top .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con10 .rq .lef .top:hover .div1 img{
  transform: scale(1.05);
}
.sy_con10 .rq .lef .top .div2{
  width: 62.5%;
  float: left;
  padding-left: 32px;
  padding-top: 32px;
}
.sy_con10 .rq .lef .top .div2 .p1{
  font-size: 24px;
  color: #000000;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con10 .rq .lef .top:hover .div2 .p1{
  color: #0f50bd;
}
.sy_con10 .rq .lef .top .div2 .p2{
  font-size: 14px;
  color: #999999;
  margin-top: 6px;
  margin-bottom: 14px;
}
.sy_con10 .rq .lef .top .div2 .p3{
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sy_con10 .rq .lef .bot{
  width: 100%;
  padding-top: 8px;
}
.txtMarquee-top{
  margin-left: 8%;
  float: left;
}
.txtMarquee-top:nth-child(1){
  margin-left: 0;
}

.sy_con10 .rq .lef .bot .clone a{
  display: inline-block;
  width: 100%;
  /* float: left; */
  border-bottom: 1px dashed rgb(221,221,221);
  margin-top: 27px;
  padding-left: 24px;
  padding-right: 44px;
  padding-bottom: 12px;
  font-size: 16px;
  color: #666666;
  position: relative;
  transition: all .5s;
 text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap; 
}
.sy_con10 .rq .lef .bot a:hover{
  padding-left: 29px;
  color: #0f50bd;
}
.sy_con10 .rq .lef .bot a:nth-child(2n){
  margin-right: 0;
}
.sy_con10 .rq .lef .bot a::before{
  content: '';
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #0f50bd;
  position: absolute;
  left: 0;
  top: 7px;
}
.sy_con10 .rq .lef .bot a span{
  font-size: 14px;
  color: #666666;
  position: absolute;
  top: 0;
  right: 0;
}

.sy_con10 .rq .rig{
  width: 33%;
  float: left;
}
.sy_con10 .rq .rig .p1{
  font-size: 36px;
  color: #333333;
  padding-bottom: 20px;
}
.sy_con10 .rq .rig .p1 a{
  display: block;
  width: 37px;
  height: 37px;
  background-image: url(../images/img67.png);
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
  margin-top: 6px;
}
.sy_con10 .rq .rig .bot{
  width: 100%;
}
.sy_con10 .rq .rig .bot a{
  display: block;
  width: 100%;
  height: 140px;
  border: 1px solid rgb(207,207,207);
  background-image: url(../images/img65.png);
  background-size: cover;
  margin-bottom: 22px;
  padding: 30px 29px;
}
.sy_con10 .rq .rig .bot a:last-child{
  margin-bottom: 0;
}
.sy_con10 .rq .rig .bot a:hover{
  background-image: url(../images/img68.jpg);
}
.sy_con10 .rq .rig .bot a .p2{
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
  transition: all .4s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con10 .rq .rig .bot a .p3{
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  transition: all .4s;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con10 .rq .rig .bot a:hover p{
  color: #fff;
}
.sy_con10 .rq .rig .bot a:hover .p3{
  opacity: 0.7;
}
.sy_con5 .app_p1{
  display: none;
}
.sy_con4 .bot .a{
  display: none;
}
.picMarquee-left .bd ul li .p{
  display: none;
}

/* 首页分辨率 */
@media(max-width:1680px){
  .bt .p1 .i1 {
    left: 24% !important;
}
.bt .p1 .i2 {
  right: 24% !important;
}
  .sy_con5 .rq .rig {
    padding-right: 98px;
}
  .sy_con5 .rq2 .lef:nth-child(1) .div {
    padding-left: 95px;
}
.sy_con5 .rq2 .lef .div {
  padding-top: 70px;
}
}
@media(max-width:1650px){
  .foot_bot .rq1 .div3 .div {
    width: 35%;
  }
  .sy_con5 .rq2 .lef:nth-child(1) .div {
    padding-left: 72px;
    padding-right: 82px;
}
.sy_con5 .rq2 .lef:nth-child(2) .div {
  padding-left: 42px;
  padding-right: 72px;
}
.kf {
  width: 100px;
  height: 460px;
}
.shou {
  width: 20px;
  height: 55px;
  left: -20px;
  padding: 10px 5px;
}
.kf p {
  font-size: 12px !important;
}
.kf .p1::before {
  left: 15px;
}
.kf .rq1 {
  width: 80%;
  height: 75px;
}
.kf .rq1 img {
  width: 70px;
}
.kf .rq2 img {
  width: 15px;
}
.kf .rq2 {
  width: 80%;
  height: 47px;
}
.kf .rq3 img {
  width: 13px;
}
.kf{
  background-size: cover;
}

}
@media(max-width:1605px){
  .bt .p1 .i2 {
    right: 20% !important;
}
.bt .p1 .i1 {
  left: 20% !important;
}
}
@media(max-width:1459px){
  .sy_con2 .rq1 .p3 span {
    font-size: 18px;
}
  .sy_con10 .rq .lef .bot .clone a{
    font-size: 14px;
  }
  .txtMarquee-top{
    margin-left: 2%;
    width: 48%;
  }
  .bt .p1 i {
    width: 47px !important;
    height: 22px !important;
      }

  .list_banner a .foot-container {
    top: 36% !important;
}

  .appli-banner .foot-container .lef .bname .p2 {
    font-size: 16px !important;
    letter-spacing: 0px !important;
}
  .appli-banner .foot-container .lef .bname .p1 {
    font-size: 38px !important;
    letter-spacing: 0px !important;
}
  .tc .close {
    width: 10px !important;
    height: 10px !important;
}
  .content{
    margin-top: 168px;
  }
  .banner .rq {
    width: 486px;
}
  .banner .div .p {
    width: 53px;
    font-size: 32px;
}
.banner .div {
  padding-left: 68px;
  padding-bottom: 15px;
}
.banner .div1 .lef {
  font-size: 82px;
  line-height: 82px;
}
.banner .div1 .rig .p1 {
  font-size: 40px;
}
.banner .div1 .rig .p1::before {
  width: 28px;
  height: 21px;
  top: 10px;
  right: -34px;
}
.banner .div1 .rig .bjzy {
  width: 98px;
  height: 17px;
}
.banner .div .p2 {
  font-size: 40px;
}
.banner .rq .p3 {
  font-size: 18px;
  padding-top: 12px;
  line-height: 30px;
}
.sy_con1 {
  height: 54px;
}
.sy_con1 .lef {
  line-height: 52px;
}
.sy_con1 .lef span {
  font-size: 14px;
}
.sy_con1 .lef span img {
  width: 14px;
  margin-bottom: -1px;
  margin-right: 1px;
}
.sy_con1 .lef a {
  font-size: 14px;
  margin-right: 12px;
}
.sy_con1 .rig .div {
  height: 30px;
  border-radius: 30px;
  margin-top: 12px;
}
.sy_con1 .rig .div button {
  width: 22px;
  height: 22px;
}
.sy_con2 {
  padding-top: 60px;
}

.sy_con2 .rq1 {
  padding-top: 28px;
  padding-right: 470px;
  padding-bottom: 78px;
}
.sy_con2 .rq1 .p1 span,
.sy_con2 .rq1 .p1 {
  font-size: 42px;
}
.sy_con2 .rq1 .p1 span i {
  font-size: 62px;
}
.sy_con2 .rq1 .p1 b{
  font-size: 34px;
}
.sy_con2 .rq1 .p1 .bjzy {
  width: 184px;
  height: 23px;
  right: -195px;
}
.sy_con2 .rq1 .p2 {
  font-size: 16px;
  letter-spacing: 6px;
}
.sy_con2 .rq1 .p3 {
  font-size: 18px;
  margin-top: 18px;
}
.sy_con2 .rq1 .bj {
  width: 470px;
}
.sy_con2 .rq2 .div {
  height: 242px;
}
.sy_con2 .rq2 .div .top {
  height: 103px;
}
.sy_con2 .rq2 .div .top::before {
  width: 117px;
  height: 5px;
}
.sy_con2 .rq2 .div .top img {
  width: 42px;
}
.sy_con2 .rq2 .div .p1 {
  margin-top: 26px;
  padding-right: 10px;
}
.sy_con2 .rq2 .div .p1 span {
  font-size: 40px;
}
.sy_con2 .rq2 .div .p1 i {
  font-size: 15px;
}
.sy_con2 .rq2 .div .p2 {
  font-size: 16px;
}
.sy_con2 .rq2 .div1 {
  height: 242px;
}
.sy_con2 .rq2 .div1 div {
  padding: 0 22px;
  padding-top: 30px;
}
.sy_con2 .rq2 .div1 .p1 {
  font-size: 20px;
}
.sy_con2 .rq2 .div1 .p2 {
  font-size: 15px;
  padding-bottom: 22px;
}
.sy_con2 .rq2 .div1 .p3 {
  font-size: 33px;
  margin-top: 19px;
  margin-bottom: 26px;
}
.sy_con2 .rq2 .div1 a {
  font-size: 13px;
  width: 104px;
  line-height: 34px;
}
.sy_con3 {
  padding-top: 68px;
}
.bt .p1 {
  font-size: 36px;
}
.bt .p1 span {
  font-size: 36px;
}
.bt .p1 .i {
  width: 47px;
  height: 23px;
  margin: 0 8px;
}
.bt .p2 {
  font-size: 16px;
  letter-spacing: 6px;
  margin-top: 6px;
  margin-bottom: 24px;
}
.bt .bjzy {
  height: 16px;
}
.sy_con3 .rq {
  padding-top: 30px;
}
.sy_con3 .rq .rq1 {
  height: 385px;
  padding: 0 22px;
}
.sy_con3 .rq .rq1 .top {
  height: 215px;
}
.sy_con3 .rq .rq1 .bot {
  padding-top: 30px;
}
.sy_con3 .rq .rq1 .bot .p1 {
  font-size: 20px;
}
.sy_con3 .rq .rq1 .bot .p2 {
  font-size: 14px;
  margin-top: 12px;
  line-height: 22px;
}
.sy_con3 .rq .rq1 .top img {
  max-width: 70%;
  max-height: 70%;
}
.sy_con3 .rq .rq1::before {
  height: 3px;
}
.sy_con3 .rq .swiper-button-next, .sy_con3 .rq .swiper-button-prev {
  width: 17px;
  height: 30px;
  right: -50px;
}
.sy_con3 .rq .swiper-button-prev {
  left: -50px;
}
.sy_con3 .rq .a {
  font-size: 12px;
  width: 105px;
  line-height: 30px;
  border-radius: 30px;
  margin-top: 33px;
}
.sy_con3 .div1 .swiper-container{
  padding-top: 22px;
  padding-bottom: 25px;
  padding-left: 12px;
}
.sy_con3 .div1 .swiper-slide, .sy_con3 .div1 .swiper-slide a{
  line-height: 40px;
  border-radius: 40px;
  font-size: 13px;
}
.sy_con3 .div1 .swiper-slide div {
  width: 24px;
  height: 19px;
  margin-bottom: -4px;
  margin-right: 5px;
}
.sy_con3 .div1 .swiper-slide::before {
  height: 16px;
}

.sy_con4 {
  padding-top: 50px;
  padding-bottom: 60px;
}
.sy_con4 .top .swiper-slide, .sy_con4 .top .swiper-slide a {
  line-height: 40px;
  border-radius: 40px;
  font-size: 13px;
}
.sy_con4 .top .swiper-slide img {
  width: 15px;
  margin-bottom: -3px;
  margin-right: 2px;
}
.sy_con4 .top .swiper-container {
  padding-top: 22px;
  padding-bottom: 25px;
  padding-left: 12px;
}
.sy_con4 .bot .lef .swiper-slide {
  padding: 38px 50px;
}
.sy_con4 .bot .lef .swiper-slide .p1 {
  font-size: 25px;
  margin-bottom: 15px;
}
.sy_con4 .bot .lef .swiper-slide .bj {
  width: 30px;
  top: 38px;
  right: 50px;
}
.sy_con4 .bot .lef .swiper-slide .p2 {
  font-size: 14px;
  line-height: 24px;
  height: 120px;
}
.sy_con4 .bot .lef .swiper-slide .div {
  margin-top: 30px;
  margin-bottom: 56px;
}
.sy_con4 .bot .lef .swiper-slide .div .a1 {
  font-size: 12px;
  line-height: 28px;
  border-radius: 28px;
  width: 100px;
  margin-right: 6px;
}
.sy_con4 .bot .lef .swiper-slide .div .a2 {
  font-size: 12px;
  line-height: 28px;
  border-radius: 28px;
  width: 100px;
  padding-left: 20px;
}
.sy_con4 .bot .lef .swiper-slide .div .a2::before {
  width: 14px;
  height: 12px;
  left: 16%;
}
.sy_con4 .bot .lef .swiper-slide .div2 .div3 p {
  font-size: 13px;
  margin-top: 2px;
}


.sy_con5 {
  padding-top: 72px;
}
.sy_con5 .rq .rig {
  padding-left: 40px;
  padding-right: 140px;
}
.sy_con5 .rq .rig .p1 {
  font-size: 40px;
  border-bottom: 2px solid rgb(216,227,245);
  padding-bottom: 18px;
}
.sy_con5 .rq .rig .p1 span i {
  font-size: 65px;
}
.sy_con5 .rq .rig .div {
  padding-top: 45px;
}
.sy_con5 .div1 {
  padding-left: 53px;
}
.sy_con5 .div1 i {
  font-size: 28px;
  width: 42px;
  line-height: 42px;
  border-radius: 42px;
}
.sy_con5 .div1 .p2 {
  font-size: 24px;
}
.sy_con5 .div1 .p3 {
  font-size: 12px;
}
.sy_con5 .div1 .tb {
  width: 38px;
}
.sy_con5 .div2 .p2 {
  font-size: 15px;
  padding-left: 15px;
}
.sy_con5 .div2 .p2::before {
  width: 4px;
  height: 4px;
}
.sy_con5 .div3 {
  left: 40px;
  bottom: 16px;
}
.sy_con5 .div3 a {
  width: 342px;
  line-height: 41px;
  border-radius: 38px;
}
.sy_con5 .div3 .sp1 {
  width: 142px;
  line-height: 45px;
  border-radius: 37px;
  font-size: 12px;
}
.sy_con5 .div3 .sp1 img {
  width: 20px;
  margin-bottom: -4px;
  margin-right: 5px;
}
.sy_con5 .div3 .sp2 {
  font-size: 20px;
  margin-left: 14px;
  display: inline-block;
}
.sy_con5 .div3 .sp2 img {
  width: 17px;
  margin-bottom: -4px;
}
.sy_con5::before {
  height: 336px;
}
.sy_con5 .rq1 {
  padding-top: 60px;
  padding-bottom: 68px;
}
.sy_con5 .rq2 .lef:nth-child(1) .div {
  padding-left: 132px;    padding-right: 68px;
}
.sy_con5 .rq2 .lef:nth-child(2) .div {
  padding-left: 42px;
  padding-right: 134px;
}
.sy_con5 .div2 {
  margin-top: 14px;
}
.sy_con5 .rq2 .lef .div2 {
  padding-top: 22px;
}
.sy_con5 .rq2 .lef .div2 a {
  width: 110px;
  line-height: 30px;
  border-radius: 30px;
  font-size: 13px;
  margin-top: 34px;
}
.sy_con5 .rq2 .lef .div2 a img {
  width: 14px;
  margin-bottom: -3px;
  margin-right: 1px;
}
.sy_con4 .top .swiper-slide::before {
  height: 16px;
}

.sy_con6 {
  padding-top: 72px;
  padding-bottom: 57px;
}
.sy_con6 .rq {
  padding-top: 25px;
}

.sy_con6 .rq .div1 {
  height: 83px;
}
.sy_con6 .rq .div1 .div2 {
  padding: 25px 10px;
}
.sy_con6 .rq .div1 .div2 div {
  padding-left: 57px;
}
.sy_con6 .rq .div1 .div2 div i {
  font-size: 22px;
  width: 47px;
  line-height: 47px;
}
.sy_con6 .rq .div1 .div2 div .p1 {
  font-size: 16px;
}
.sy_con6 .rq .div1 .div3 {
  height: 103px;
}
.sy_con6 .rq .div1.div {
  margin-top: 20px;
}
.sy_con6 .rq .div1.div:hover .div3 {
  top: -103px;
}
.sy_con6 .rq .div1::before {
  width: 15px;
  height: 13px;
  right: -18px;
}
.sy_con7 {
  padding-top: 70px !important;
  padding-bottom: 60px !important;
}
.sy_con7 .top .lef .p1 {
  font-size: 30px;
}
.sy_con7 .top .lef .p2 {
  font-size: 36px;
}
.sy_con7 .top .lef .p2 span{
  font-size: 36px;
}
.sy_con10 .rq .lef .div .p1 span{
  font-size: 26px;
}
.sy_con7 .top .rig div .p1 {
  font-size: 16px;
}
.sy_con7 .top .rig div .p1 span {
  font-size: 50px;
}
.sy_con7 .top .rig div .p2 {
  font-size: 14px;
}
.sy_con7 .top .rig div .p2::before {
  width: 102px;
  height: 3px;
}
.sy_con7 .top {
  padding-bottom: 26px;
}
.sy_con7 .bot .lef p {
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
  margin-bottom: 25px;
}
.sy_con7 .bot .lef .div1 a {
  font-size: 12px;
  width: 100px;
  line-height: 28px;
  border-radius: 28px;
  margin-right: 8px;
}
.sy_con7 .bot .lef .div1 .a2 {
  font-size: 12px;
  padding-left: 22px;
}
.sy_con7 .bot .lef .div1 .a2::before {
  width: 15px;
  height: 12px;
}
.sy_con7 .bot .rig .swiper-slide {
  height: 323px;
}
.sy_con7 .bot .rig .swiper-slide p {
  font-size: 14px;
}
.pic a .div p img {
  width: 30px;
  margin-bottom: 10px;
}
.pic a .div p {
  font-size: 14px;
}
.sy_con10 {
  padding-top: 60px;
  padding-bottom: 68px;
}
.sy_con10 .rq .lef .div {
  padding-bottom: 14px;
}
.sy_con10 .rq .lef .div .p1 {
  font-size: 26px;
}
.sy_con10 .rq .lef .div a {
  width: 110px;
  line-height: 30px;
  border-radius: 30px;
  font-size: 12px;
}
.sy_con10 .rq .lef .top {
  padding-top: 26px;
  padding-bottom: 26px;
}
.sy_con10 .rq .lef .top .div2 {
  padding-left: 20px;
  padding-top: 20px;
}
.sy_con10 .rq .lef .top .div2 .p1 {
  font-size: 18px;
}
.sy_con10 .rq .lef .top .div2 .p2 {
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 6px;
}
.sy_con10 .rq .lef .top .div2 .p3 {
  font-size: 13px;
  line-height: 22px;
}
.sy_con10 .rq .lef .bot a {
  margin-top: 20px;
  padding-left: 18px;
  padding-right: 34px;
  padding-bottom: 10px;
  font-size: 13px;
}
.sy_con10 .rq .lef .bot a span {
  font-size: 12px;
}
.sy_con10 .rq .lef .bot a::before {
  height: 4px;
  width: 4px;
  top: 5px;
}
.sy_con10 .rq .rig .p1 {
  font-size: 26px;
  padding-bottom: 14px;
}
.sy_con10 .rq .rig .p1 a {
  width: 28px;
  height: 28px;
}
.sy_con10 .rq .rig .bot a {
  height: 106px;
  margin-bottom: 20px;
  padding: 18px 20px;
}
.sy_con10 .rq .rig .bot a .p2 {
  font-size: 15px;
  margin-bottom: 6px;
}
.sy_con10 .rq .rig .bot a .p3 {
  font-size: 13px;
  line-height: 22px;
}










}
@media(max-width:1320px){

}
@media(max-width:1259px){
  .sy_con5 .rq .rig .div {
    padding-top: 20px;
}
.sy_con5 .rq1 .lef .div {
  padding-top: 0px;
}

  .sy_con7 .top .lef .p2 span{
    font-size: 30px;
  }
  .sy_con7 .top .lef .p2{
    font-size: 30px;
  }
  .sy_con10 .rq .lef .div .p1 span{
    font-size: 24px;
  }
  .banner .div .p {
    width: 44px;
    font-size: 26px;
}
.banner .div {
  padding-left: 58px;
  padding-bottom: 10px;    border-bottom: 2px solid #fff;
}
.banner .div1 .lef {
  font-size: 66px;
  line-height: 66px;
}
.banner .div1 .rig .p1 {
  font-size: 32px;
}
.banner .div1 .rig .bjzy {
  width: 80px;
  height: 14px;
}
.banner .div .p2 {
  font-size: 34px;
}
.banner .rq .p3 {
  font-size: 16px;
  padding-top: 10px;
  line-height: 28px;
}
.sy_con1 .lef a {
  font-size: 12px;
  margin-right: 12px;
}
.sy_con2 .rq1 .p1 span, .sy_con2 .rq1 .p1 {
  font-size: 34px;
}
.sy_con2 .rq1 .p1 b{
  font-size: 25px;
}
.sy_con2 .rq1 .p1 span i {
  font-size: 52px;
}
.sy_con2 .rq1 .p2 {
  font-size: 14px;
  letter-spacing: 4px;
}
.sy_con2 .rq1 .p3 {
  font-size: 16px;
  margin-top: 16px;
}
.sy_con2 .rq1 .bj {
  width: 412px;
}
.sy_con2 .rq2 .div .p1 span {
  font-size: 34px;
}
.sy_con2 .rq2 .div {
  height: 210px;
}
.sy_con2 .rq2 .div .top {
  height: 88px;
}
.sy_con2 .rq2 .div .p2 {
  font-size: 14px;
}
.sy_con2 .rq2 .div1 {
  height: 210px;
}
.sy_con2 .rq2 .div1 .p2 {
  font-size: 12px;
  padding-bottom: 12px;
}
.sy_con2 .rq2 .div1 .p3 {
  font-size: 24px;
  margin-top: 19px;
  margin-bottom: 22px;
}
.bt .p1 span,
.bt .p1 {
  font-size: 28px;
}
.bt .p2 {
  font-size: 14px;
  letter-spacing: 4px;
  margin-top: 6px;
  margin-bottom: 24px;
}
.sy_con4 .bot .lef .swiper-slide .div {
  margin-top: 28px;
  margin-bottom: 36px;
}
.sy_con5 .rq .rig .p1 {
  font-size: 30px;
  padding-bottom: 18px;
}
.sy_con5 .rq .rig .p1 span i {
  font-size: 55px;
}
.sy_con5 .div3 .sp1 {
  width: 142px;
  line-height: 36px;
  border-radius: 36px;
  font-size: 12px;
}
.sy_con5 .div3 a {
  width: 342px;
  line-height: 34px;
  border-radius: 34px;
}
.sy_con5 .rq2 .lef .div {
  padding-top: 43px;
}
.sy_con6 .rq .div1 .div2 div .p1 {
  font-size: 14px;
}
.sy_con6 .rq .div1.div {
  margin-top: 10px;
}
.sy_con6 .rq .div1.div:hover .div3 {
  top: -92px;
}
.sy_con7 .top .lef .p1 {
  font-size: 24px;
}
.sy_con7 .top .lef .p2 {
  font-size: 30px;
}
.sy_con10 .rq .lef .div .p1 {
  font-size: 24px;
}
.sy_con10 .rq .rig .p1 {
  font-size: 24px;
  padding-bottom: 14px;
}

}
@media(max-width:991px){
  .sy_con5 .rq2 .lef .div2 a {
    margin-top: 10px;
}
  .sy_con5 .div3 {
    bottom: 5px;
}
  .txtMarquee-top{
    width: 100%;
    margin-left: 0;
  }

  #c-followDot{
    display: none;
  }
  .content {
    margin-top: 60px;
}
.pc{
  display: none !important;
}
.app{
  display: block !important;
}
.sy_con1 .rig{
  display: none;
}
.sy_con1 .lef{
  width: 100%;
}
.sy_con2 .rq1{
  width: 100%;
  padding: 0;
}
.sy_con2 .rq1 .p1{
  width: 100%;
  text-align: center;
}
.sy_con2 .rq1 .p1 .bjzy {
  width: 160px;
  height: 20px;
  right: 34px;
}
.sy_con2 .rq1 .p2{
  text-align: center;
}
.sy_con2 .rq1 .p3{
  text-align: center;
}
.sy_con2 .rq1 .bj{
  position: static;
  width: 340px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.sy_con2 .rq2 .div1,
.sy_con2 .rq2 .div{
  width: 33%;
}
.sy_con3 .rq .rq1 {
  height: 290px;
  padding: 0 10px;
}
.sy_con3 .rq .rq1 .top {
  height: 160px;
}
.sy_con3 .rq .rq1 .bot {
  padding-top: 18px;
}
.sy_con3 .rq .rq1 .bot .p1 {
  font-size: 16px;
}
.sy_con3 .rq .rq1 .bot .p2 {
  font-size: 13px;
  margin-top: 7px;
  line-height: 22px;
}
.sy_con4 .bot .lef .swiper-slide .p1 {
  font-size: 20px;
  margin-bottom: 12px;
}
.sy_con4 .bot .lef .swiper-slide {
  padding: 22px 28px;
}
.sy_con4 .bot .lef .swiper-slide .bj {
  width: 21px;
  top: 22px;
  right: 28px;
}
.sy_con4 .bot .lef .swiper-slide .div {
  margin-top: 17px;
  margin-bottom: 20px;
}
.sy_con5 .rq .rig {
  padding-left: 18px;
  padding-right: 80px;
}
.sy_con5 .rq .rig .p1 {
  font-size: 24px;
  padding-bottom: 12px;
}
.sy_con5 .rq .rig .p1 span i {
  font-size: 40px;
}
.sy_con5 .rq .rig .div {
  padding-top: 16px;
}
.sy_con5 .div1 i {
  font-size: 22px;
  width: 34px;
  line-height: 34px;
}
.sy_con5 .div1 {
  padding-left: 40px;
}
.sy_con5 .div1 .p2 {
  font-size: 18px;
}
.sy_con5 .div1 .tb {
  width: 28px;
}
.sy_con5 .div2 .p2 {
  font-size: 13px;
  padding-left: 15px;
}
.sy_con5 .div3 a {
  width: 250px;
  line-height: 34px;
  border-radius: 34px;
}
.sy_con5 .div3 .sp1 {
  width: 110px;
  line-height: 36px;
  border-radius: 36px;
  font-size: 12px;
}
.sy_con5 .div3 .sp2 {
  font-size: 16px;
  margin-left: 5px;
  display: inline-block;
}
.sy_con5 .div3 .sp1 img {
  width: 17px;
  margin-bottom: -1px;
  margin-right: 0px;
}
.sy_con5 .div3 .sp2 img {
  width: 14px;
  margin-bottom: -2px;
}
.sy_con5 .rq1 .lef .div {
  padding-top: 20px;
  padding-right: 40px;
}
.sy_con5 .rq1 .lef .div4 {
  padding-top: 40px;
}
.sy_con5 .rq1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sy_con5::before {
  height: 240px;
}
.sy_con5 .rq2 .lef .div {
  padding-top: 25px;
}
.sy_con6 .rq .div1{
  width: 49%;
  height: auto;
  margin-right: 2%;
  margin-bottom: 10px;

}
.sy_con6 .rq .div1.div{
  margin-top: 0;
}
.sy_con6 .rq .div1:nth-child(5n){
  margin-right: 2%;
}
.sy_con6 .rq .div1:nth-child(2n){
  margin-right: 0;
}
.sy_con6 .rq .div1::before{
  display: none;
}
.sy_con6 .rq .div1 .div3{
  position: static;
  opacity: 1;
  height: auto;
}
.sy_con7 .top .lef{
  width: 100%;
}
.sy_con7 .top .rig{
  width: 100%;
  margin-top: 35px;
}
.sy_con7 .bot .rig .swiper-slide {
  height: 245px;
}

}
@media(max-width:768px){
  .tc{
    display: none !important;
  }
  .sy_con1 .lef{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .sy_con2 {
    padding-top: 45px;
}
.sy_con2 .rq1 .p1 .bjzy{
  position: static;
  transform: translateY(0);
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.sy_con3 {
  padding-top: 45px;
}
.sy_con3 .rq .swiper-container{
  width: 90%;
  margin: 0 auto;
}
.sy_con3 .rq .swiper-button-next, .sy_con3 .rq .swiper-button-prev {
  width: 13px;
  height: 24px;
  right: 20px;
}
.sy_con3 .rq .swiper-button-prev {
  left: 20px;
}
.sy_con4 .top{
  padding: 0px;
}
.sy_con4 .top .swiper-container {
  padding-top: 15px;
  padding-bottom: 18px;
  padding-left: 12px;
  padding-right: 12px;
}
.sy_con4 .bot{
  flex-wrap: wrap;
}
.sy_con4 .bot .lef{
  width: 100%;
}

.sy_con4 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.sy_con5 {
  padding-top: 45px;
}
.sy_con5 .rq{
  flex-wrap: wrap;
}
.sy_con5 .rq .lef{
  width: 100%;
  margin-right: 0;
}
.sy_con5 .rq .rig{
  width: 100%;
  padding: 0;
}
.sy_con5 .div3{
  position: static;
  margin-top: 30px;
}
.sy_con5 .rq1 .container{
  flex-wrap: wrap-reverse;
}
.sy_con5 .rq1 .lef{
  width: 100%;
  margin-right: 0;
}
.sy_con5 .rq1 .rig{
  width: 100%;
}
.sy_con7 .bot .rig {
  padding-left: 15px;
}
.sy_con10 .rq .lef{
  width: 100%;
  padding-right: 0;
}
.sy_con10 .rq .rig{
  width: 100%;
  margin-top: 30px;
}

}
@media(max-width:500px){
  .sy_con5 .rq .lef .bj{
    height: 200px;
  }
  .sy_con5 .div2 .p2 {
    font-size: 12px;
    padding-left: 15px;
    line-height: 25px;
  }
  .bt .p1 .i2,.bt .p1 .i1{
    display: none;
  }
  .sy_con10 .rq .lef .div .p1 span {
    font-size: 22px;
}
  .sy_con7 .top .lef .p2 span{
    font-size: 22px;
  }
  .banner .swiper-pagination {
    bottom: 28px;
}
.sy_con2 .rq1 .p3 span{
  font-weight: normal;
  font-size: 14px;
}
.banner .swiper-pagination-bullet {
  width: 35px;
  height: 2px;
  border-radius: 2px;
}
  .sy_con2 .rq1 .p1 span, .sy_con2 .rq1 .p1 {
    font-size: 22px;
}
.sy_con2 .rq1 .p1 b{
  font-size: 18px;
}
.sy_con2 .rq1 .p1 span i {
  font-size: 30px;
}
.sy_con2 {
  padding-top: 30px;
}
.sy_con2 .rq1 .p2 {
  font-size: 12px;
  letter-spacing: 2px;
}
.sy_con2 .rq1 .p1 .bjzy {
  margin-top: 5px;
  margin-bottom: 5px;
}
.sy_con2 .rq1 .p3 {
  font-size: 14px;
  margin-top: 13px;
}
.sy_con2 .rq1 .bj {
  width: 280px;
  margin-top: 30px;
}
.sy_con2 .rq2 .div1, .sy_con2 .rq2 .div {
  width: 49%;
  margin-bottom: 10px;    height: 150px;
}
.sy_con2 .rq2 .div{
  margin-right: 2%;
}
.sy_con2 .rq2 .div:nth-child(2n){
  margin-right: 0;
}
.sy_con2 .rq2 .div .top {
  height: 65px;
}
.sy_con2 .rq2 .div .top img {
  width: 34px;
  top: 50%;
}
.sy_con2 .rq2 .div .p1 {
  margin-top: 12px;
  padding-right: 10px;
}
.sy_con2 .rq2 .div .p1 span {
  font-size: 30px;
}
.sy_con2 .rq2 .div .p1 i.jia {
  font-size: 22px;
}
.sy_con2 .rq2 .div .p2 {
  font-size: 13px;
}
.sy_con2 .rq2 .div1 div {
  padding: 0 16px;
  padding-top: 22px;
}
.sy_con2 .rq2 .div1 .p1 {
  font-size: 18px;
  display: none;
}
.sy_con2 .rq2 .div1 .p2 {
  font-size: 14px;
  padding-bottom: 12px;
}
.sy_con2 .rq2 .div1 .p3 {
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.sy_con2 .rq2 .div1 a {
  font-size: 12px;
  width: 80px;
  line-height: 28px;
}
.sy_con3 {
  padding-top: 35px;
}
.bt .p1 span, .bt .p1 {
  font-size: 22px;
}
.bt .p1 .i {
  width: 38px;
  height: 18px;
  margin: 0 5px;
  display: none;
}
.bt .p2 {
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 3px;
  margin-bottom: 13px;
}
.bt .bjzy {
  width: 328%;
}
.sy_con3 .rq {
  padding-top: 22px;
}
.sy_con3 .rq .swiper-container {
  width: 100%;
}
.sy_con3 .rq .swiper-button-next, .sy_con3 .rq .swiper-button-prev {
  right: 14px;
  display: none;
}
.sy_con3 .rq .swiper-button-prev {
  left: 14px;
}
.sy_con3 .rq .rq1 .top {
  height: 140px;
}
.sy_con3 .rq .rq1 {
  height: 270px;
  padding: 0 10px;
}
.sy_con3 .rq .rq1 .bot {
  padding-top: 16px;
}
.sy_con3 .rq .rq1 .bot .p2 {
  line-height: 20px;
}
.sy_con3 .rq .a {
  margin-top: 20px;
}
.sy_con3 .div1 .swiper-slide::before {
  right: 1px;
}
.sy_con3 .rq .a{
  display: block;
}
.sy_con3 .div1 .swiper-slide:last-child{
  display: none;
}

.sy_con4 .bot .lef .swiper-slide {
  padding: 22px 16px;
}
.sy_con4 .bot .lef .swiper-slide .div2 .div3 {
  width: 24%;
  margin-right: 1.3333%;
}
.sy_con4 .bot .lef .swiper-slide .p1 {
  font-size: 18px;
  margin-bottom: 6px;
}
.sy_con4 .bot .lef .swiper-slide .p2 {
  font-size: 13px;
  line-height: 22px;
  height: 110px;
}
.sy_con4 .top .swiper-container {
  padding-left: 0px;
  padding-right: 0px;
}
.sy_con4 .top .swiper-slide-thumb-active {
  box-shadow: 0px 0px 15px 0px rgba(36, 48, 70, 0);
}
.sy_con4 .top .swiper-slide{
  margin-right: 10px;
}
.sy_con4 .top .swiper-slide::before{
  height: 14px;    right: -5px;
}
.sy_con4 .top .swiper-slide-thumb-active::before{
  content: none;
}
.sy_con4 .top .swiper-slide:last-child{
  opacity: 0;
}
.sy_con4 .bot .lef{
  overflow: hidden;
}
.sy_con4 .bot .a{
  width: 120px;
  line-height: 35px;
  border-radius: 35px;
  font-size: 13px;
  color: #0f50bd;
  /* background-image: url(../images/img28.png);
  background-size: cover; */

  border: 1px solid #0f50bd;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
.sy_con4 .top .swiper-slide img{
  display: none;
}

.sy_con5 .app_p1{
  font-size: 22px;
  color: #1b1b1b;
  text-align: center;
  margin-bottom: 25px;
  display: block;
}
.sy_con5 .app_p1 i,
.sy_con5 .app_p1 span{
  font-size: 22px;
  color: #0f50bd;
  font-weight: bold;
}
.sy_con5 .rq .rig{
  padding: 0 10px;
}
.sy_con5 .rq .rig .p1 {
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: none;
}
.sy_con5 .rq .rig .p1 span i {
  font-size: 30px;
}
.sy_con5 .rq1 .lef .div {
  padding-top: 16px;
  padding-right: 10px;
  padding-left: 10px;
}
.sy_con5 .rq1 .lef .div4 {
  padding-top: 32px;
}
.sy_con5 .rq2 .lef:nth-child(2) .div,
.sy_con5 .rq2 .lef:nth-child(1) .div {
  padding-left: 10px;
  padding-right: 10px;
}
.sy_con5 .rq2 .lef .div2 {
  padding-top: 16px;
}
.sy_con5 .div2 {
  margin-top: 8px;
}
.sy_con5 .rq2 .lef .div2 a {
  margin-top: 10px;
}
.sy_con5 .rq .lef:nth-child(1){
  margin-bottom: 10px;
}
.sy_con6 {
  padding-top: 44px;
  padding-bottom: 40px;
}
.sy_con6 .rq .div1 .div3{
  display: none;
}
.sy_con6 .rq .div1 .div2 div i {
  font-size: 20px;
  width: 40px;
  line-height: 40px;
}
.sy_con6 .rq .div1 .div2 div {
  padding-left: 52px;
}
.sy_con6 .rq .div1 .div2 div .p2 {
  font-size: 12px;
  font-family: "arial";
  text-transform: initial;
}
.sy_con7 {
  padding-top: 45px !important;
  padding-bottom: 40px !important;
}
.sy_con7 .top .lef .p1 {
  font-size: 18px;
  text-align: center;
}
.sy_con7 .top .lef .p2 {
  font-size: 22px;
  text-align: center;
}
.sy_con7 .top .rig {
  margin-top: 22px;
}
.sy_con7 .top .rig div .p1 {
  font-size: 13px;
}
.sy_con7 .top .rig div .p1 span {
  font-size: 40px;
}
.sy_con7 .top .rig div .p2 {
  font-size: 13px;
}
.sy_con7 .bot .lef{
  width: 100%;
}
.sy_con7 .bot .rig{
  width: 100%;
  margin-top: 20px;
  padding-left: 0;
}
.picMarquee-left .bd ul li{
  width: 70%;
}
.picMarquee-left .bd ul li .div{
  display: none;
}
.picMarquee-left .bd ul li .p{
  font-size: 15px;
  color: #333;
  text-align: center;
  margin-top: 10px;
  display: block;
}

.sy_con10 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.sy_con10 .rq .lef .div .p1 {
  font-size: 22px;
}
.sy_con10 .rq .lef .div {
  padding-bottom: 10px;
}
.sy_con10 .rq .lef .top {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sy_con10 .rq .lef .top .div1{
  width: 100%;
}
.sy_con10 .rq .lef .top .div2{
  width: 100%;
  padding: 0;
  padding-top: 10px;
}
.sy_con10 .rq .lef .top .div2 .p2 {
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 5px;
}
.sy_con10 .rq .lef .bot a{
  width: 100%;
  margin-right: 0;
  margin-top: 10px;
  padding-left: 14px;
}
.sy_con10 .rq .lef .bot {
  padding-top: 0px;
}
.sy_con10 .rq .rig .p1 {
  font-size: 22px;
  padding-bottom: 14px;
}
.sy_con10 .rq .rig .p1 a {
  margin-top: 0px;
}
.sy_con10 .rq .rig{
  display: none;
}
}
@media(max-width:375px){
  .sy_con2 .rq2 .div1 div {
    padding: 0 10px;

}
  .bt .p1 span, .bt .p1 {
    font-size: 20px;
}
.sy_con5 .rq2 .lef .div {
  padding-top: 30px;
}
.sy_con4 .top .swiper-slide, .sy_con4 .top .swiper-slide a {
  font-size: 12px;
}
.sy_con4 .top .swiper-slide img {
  width: 13px;
  margin-bottom: -3px;
  margin-right: 0px;
}
}



/* 产品详情 */
.pro1_con1{
  width: 100%;
  padding-top:5px;
background-color: #f8f8f8;
}
.pro1_con1_rig{
    width: 100%;
}
.pro1_con1_rig .rq1 {
  padding-top: 4%;
  padding-bottom: 4%;
  width: 100%;
  background-color: #fff;
}
.pro1_con1_rig .rq1 .lef{
    float: left;
    width: 50%;
    display: flex;
  flex-wrap: wrap-reverse;
}
.pro1_con1_rig .rq1 .lef .top{
  width: 80%;
}
.pro1_con1_rig .rq1 .lef .bottom {
  width: 20%;
  padding-top: 0px;
  position: relative;
  padding-left: 18px;
  padding-right: 20px;
  padding-bottom: 18px;
}
.pro1_con1_rig .rq1 .lef .bottom .swiper-container{
height: 340px;
}
.pro1_con1_rig .rq1 .lef .bottom .swiper-wrapper .swiper-slide-thumb-active{
  border: 2px solid #0f50bd;
}
.pro1_con1_rig  .rq1 .swiper-button-next{
  position: absolute;
  top:93%;
  right: auto;
}
.pro1_con1_rig  .rq1 .swiper-button-prev{
  position: absolute;
  left: auto;
  top:87%;
}
.pro1_con1_rig  .rq1 .swiper-button-next.swiper-button-disabled,.pro1_con1_rig  .rq1 .swiper-button-prev.swiper-button-disabled{
 opacity: 1;
  pointer-events: all;
}
.pro1_con1_rig .rq1 .swiper-button-next, .pro1_con1_rig .rq1 .swiper-button-prev {
  border: 1px solid #e3e3e3;
  width: 105px;
  height: 25px;
  background-color: #fff;
}
.rq1 .swiper-button-next:hover{
  background-color: #0f50bd;
}
.pro1_con1_rig .nextEl:hover::after{
  color: #fff !important;
}
.pro1_con1_rig  .prevEl:hover::after{
  color: #fff !important;
}
.pro1_con1_rig  .rq1 .swiper-button-prev:hover{
  background-color: #0f50bd;
}
.pro1_con1_rig  .rq1 .swiper-button-next::after,  .pro1_con1_rig  .rq1 .swiper-button-prev::after{
  font-size: 12px;
  transform: rotate(
90deg
);
  font-weight: bolder;
  color: #000000;
  }
.pro1_con1_rig .rq1 .lef .top .gallery-top .swiper-wrapper .swiper-slide{
  height: 500px;
}
.pro1_con1_rig .rq1 .lef .top .gallery-top .swiper-wrapper .swiper-slide a img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pro1_con1_rig .rq1 .lef .bottom .gallery-thumbs .swiper-wrapper .swiper-slide img{
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.pro1_con1_rig .rq1 .lef .bottom .gallery-thumbs .swiper-wrapper .swiper-slide{
  height: 69px !important;
}
.pro1_con1_rig .rq1 .rig{
width: 50%;
padding-top: 40px;
padding-left: 50px;
padding-right: 35px;
float: right;
}
.pro1_con1_rig .rq1 .rig .top{
  line-height: 30px;
}
.pro1_con1_rig .rq1 .rig .top .p{
  font-size: 36px;
  color: #2f3336;
  padding-bottom: 23px;
  border-bottom: 2px solid #2f3336;
}
.pro1_con1_rig .rq1 .rig .top .p1{
  font-size: 16px;
  font-weight: bolder;
  margin-top: 20px;
  color: #2f3336;
}
 .pro1_con1_rig .rq1 .rig .top .p2{
  font-size: 16px;
   color: #666666;
   display: -webkit-box !important;
   -webkit-box-orient: vertical !important;
   -webkit-line-clamp: 10 !important;
   overflow: hidden !important;
}
.pro1_con1_rig .rq1 .rig .top .p3{
  font-size: 16px;
  color: #666666;
}
.pro1_con1_rig .rq1 .rig .bottom .btn{
  line-height: 50px;
  width: 22%;
  margin-right: 1.4%;
  vertical-align: top;
  transition: .5s all;
  background-color: #2f3336;
}

.pro1_con1_rig .rq1 .rig .bottom .btn a{
  color: #fff;
  display: block;
  font-size: 18px !important;
  width: 100%;
}
.pro1_con1_rig .rq1 .rig .bottom .btn3{
  width: 34%;
  transition: .5s all;
  background-color: #2f3336;
}
.pro1_con1_rig .rq1 .rig .bottom .btn3 a {
  padding-right: 39px;
  background-image: url(../images/pro1_con1_img9.png);
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 33px;
  background-position-y: 15px;
  font-family: 'pro1_din';
  background-position-x: 160px;
  z-index: 10;
}
 .pro1_con1_rig .rq1 .rig .bottom{
  margin-top: 90px;
}
.pro1_con1_rig .rq1 .rig .bottom .btn:hover{
  background-color: #0f50bd;
}
.pro1_con1_rig .rq1 .rig .bottom .btn.active{
  background-color: #0f50bd;
}




@media(max-width:1459px){
  .pro1_con1_rig .rq1 .lef .top .gallery-top .swiper-wrapper .swiper-slide{
    height: 400px;
  }
  .tc {
    width: 31% !important;
  }
  .pro1_con1_rig .rq1 .rig .bottom .btn3 a {
    background-size: 17px;
    background-position-y: 14px;
    background-position-x: 126px;
}
  .pro1_con1_rig .rq1 .rig .bottom .btn {
    line-height: 43px;
}
  .pro1_con1_rig .rq1 .rig .bottom .btn a {
    font-size: 16px !important;
}
  .pro1_con1_rig .rq1 .swiper-button-next, .pro1_con1_rig .rq1 .swiper-button-prev {
    width: 72px;
    height: 23px;
}
  .pro1_con1_rig .rq1 .lef .bottom .swiper-container {
    height: 278px;
}
  .pro1_con1_rig .rq1 .lef .bottom .gallery-thumbs .swiper-wrapper .swiper-slide {
    height: 52px !important;
}
  .pro1_con1_rig .rq1 .rig .top .p1, .pro1_con1_rig .rq1 .rig .top .p2,  .pro1_con1_rig .rq1 .rig .top .p3{
         font-size: 14px;
  }
   .pro1_con1_rig .rq1 .rig .top .p {
    font-size: 31px;
}
  .pro1_con1_rig .rq1 .rig {
    padding-top: 10px;
    padding-left: 43px;
    padding-right: 30px;
}

.pro1_con1_rig .rq1 .rig .bottom{
  margin-top: 33px;
}
}
@media(max-width:1259px){
  .pro1_con1_rig .rq1 .lef .bottom .swiper-container {
    height: 213px;
}
  .pro1_con1_rig .rq1 .swiper-button-next, .pro1_con1_rig .rq1 .swiper-button-prev {
    width: 59px;
    height: 23px;
}
.pro1_con1_rig .rq1 .rig .top .p1 {
    margin-top: 17px;
}
   .pro1_con1_rig .rq1 .rig .top .p {
    font-size: 27px;
    padding-bottom: 19px;
}

.pro1_con1_rig .rq1 .rig .bottom {
  margin-top: 40px;
}
.pro1_con1_rig .rq1 .rig {
  padding-top: 30px;
  padding-left: 43px;
  padding-right: 30px;
}

.pro1_con1_rig .rq1 .rig {
padding-top: 10px;
padding-left: 14px;
padding-right: 15px;
}
.pro1_con1_rig .rq1 .rig .top .p1,  .pro1_con1_rig .rq1 .rig .top .p2,  .pro1_con1_rig .rq1 .rig .top .p3 {
font-size: 13px;
}


}
@media(max-width:991px){
  .pro1_con1_rig .rq1 .rig .bottom .btn {
    width: 11%;
    line-height: 35px;
}
.pro1_con1_rig .rq1 .rig .bottom .btn3 {
  width: 17%;
}
  .pro1_con1_rig .rq1 .rig .bottom .btn3 a {
    background-size: 14px;
      background-position-y: 10px;
      background-position-x: 99px;
      padding-right: 24px;
}
  .pro1_con1_rig .rq1 .rig .bottom .btn a {
    font-size: 14px !important;
}
  .pro1_con1_rig .rq1 .swiper-button-next, .pro1_con1_rig .rq1 .swiper-button-prev {
    width: 114px;
}
  .pro1_con1_rig .rq1 .lef .bottom .swiper-container {
    height: 300px;
}
  .pro1_con1_rig .rq1 .lef .bottom .gallery-thumbs .swiper-wrapper .swiper-slide {
    height: auto;
}
  .pro1_con1_rig .rq1 .lef {
    width: 100%;
}
.pro1_con1_rig .rq1 .rig{
  width: 100%;
}

 .pro1_con1_rig .rq1 .rig .bottom {
    margin-top: 9px;
}


   .pro1_con1_rig {
    width: 100%;
}
.pro1_con1_rig .rq1 .rig .top .p1 {
  margin-top: 7px;
}

.pro1_con1_rig .rq1 .rig .top .p {
font-size: 22px;
padding-bottom: 8px;
}
}
@media(max-width:768px){
  .pro1_con1_rig .rq1 .lef .top .gallery-top .swiper-wrapper .swiper-slide{
    height: 400px;
  }
  .pro1_con1_rig .rq1 .rig .bottom .btn3 a {
    background-size: 13px;
    background-position-y: 10px;
    background-position-x: 94px;
    padding-right: 22px;
}
  .pro1_con1_rig .rq1 .rig .bottom .btn a {
    font-size: 13px !important;
}
.pro1_con1_rig .rq1 .rig {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 7px;
}
}
@media(max-width:500px){
  .pro1_con1_rig .rq1 .rig .bottom .btn {
    width: 18%;
}
.pro1_con1_rig .rq1 .rig .bottom .btn3 {
  width: 30%;
}
.pro1_con1_rig .rq1 .rig .bottom .btn3 a {
background-position-x: 89px;
}
  .pro1_con1_rig .rq1 .lef .top {
    width: 100%;
}
.pro1_con1_rig .rq1 .lef .bottom .swiper-container{
  height: auto;
}
  .pro1_con1_rig .rq1 .lef .bottom {
    padding-top: 8px;
    width: 100%;
    padding-left: 10px;
    padding-right: 28px;
    padding-bottom: 15px;
}

.pro1_con1_rig .rq1 .rig .bottom {
    margin-top: 10px;
    margin-bottom: 10px;
}
.pro1_con1_rig .rq1 .rig .top .p1 {
  margin-top: 11px;
  font-size: 16px;
  font-weight: normal;
}
.pro1_con1_rig .rq1 .lef {
    width: 100%;
}
.pro1_con1_rig .rq1 .rig {
  padding-top: 0px;
  width: 100%;
}
.pro1_con1_rig .rq1 .rig .top .p {
padding-bottom: 9px;
}
.pro1_con1_rig  .rq1 .swiper-button-next {
right: 0px;
transform: rotate(90deg);
top: 59px;
}
.pro1_con1_rig .rq1 .swiper-button-next, .pro1_con1_rig .rq1 .swiper-button-prev {
width: 20px;
}
.pro1_con1_rig  .rq1 .swiper-button-prev {
right: 0px;
transform: rotate(90deg);
top: 30px;
}
}
@media(max-width:375px){
.pro1_con1_rig .rq1 .rig .bottom .btn3 {
  width: 34%;
}
}


.pro1_con1_rig .rq2{
  margin-top: 3%;
}
.fl_t{

position: sticky;
top: 0;
z-index: 500;  
width: 100%;
background-color: #2f3336;
}
.fl_t .sp {
text-align: center;
line-height: 80px;
transition: .5s all;
cursor: pointer;
position: relative;
display: block;
float: left;
width: 14%;
}
.fl_t .sp  a{
font-size: 24px;
color: #acadae;
}
.fl_t .sp:hover{
padding-left: 10px;
background-color: #0f50bd;
}
.fl_t .sp:hover a{
color: #fff;

}
.fl_t .sp.active{
padding-left: 10px;
background-color: #0f50bd;
}
.fl_t .sp.active a{
color: #fff;
}
.fl_t .sp::before{
content: '';
display: inline-block;
width: 1px;
height: 22px;
transition: .5s all;
background-color: #6e7173;
position:absolute;
top:31px;
left:0;
}
.fl_t .sp.active::before {
content: '';
display: inline-block;
width: 4px;
height: 25px;
background-color: #fff;
position: absolute;
top: 29px;
left: 18px;
}
.fl_t .sp:hover::before{
content: '';
display: inline-block;
width: 4px;
height: 25px;
background-color: #fff;
position:absolute;
top: 29px;
left: 18px;
}
@media(max-width:1459px){
.fl_t .sp:hover::before{
  width: 3px;
  height: 22px;
  top: 17px;
  left: 10px;
}

.fl_t .sp.active::before {
  width: 3px;
  height: 22px;
  top: 17px;
  left: 20px;
}
.fl_t .sp::before {
  height: 19px;
  top: 19px;
  left: 0;
}
.fl_t .sp {
  line-height: 54px;
}
.fl_t .sp a{
font-size: 18px;

}
}
@media(max-width:1259px){
.fl_t .sp:hover::before {
  top: 13px;
  left: 10px;
}
.fl_t .sp.active::before {
  top: 13px;
  left: 10px;
}
.fl_t .sp::before {
  top: 15px;
}
.fl_t .sp {
  line-height: 46px;
}
}
@media(max-width:991px){
 .fl_t .sp {
  line-height: 36px;
}
.fl_t .sp a{
font-size: 16px;

}
.fl_t .sp::before {
height: 14px;
top: 12px;
}
.fl_t .sp.active::before {
width: 2px;
height: 17px;
top: 10px;
}
.fl_t .sp:hover::before {
width: 2px;
height: 17px;
top: 10px;
}
}
@media(max-width:768px){
}
@media(max-width:500px){
.fl_t .sp {
  width: 21%;
}
.fl_t .sp.active::before {
height: 16px;
}
.fl_t .sp.active::before {
left: 6px;
}
}
.pro1_con1_rig .rq .bot{
position: relative;
}
.pro1_con1_rig .rq .bot .bottom{
padding-top: 100px;
position: relative;
padding-bottom:100px;
padding-left: 90px;
padding-right:90px;
background-color: #fff;
width: 100%;
}
.pro1_con1_rig .rq .bot .bottom img{
width: 80%;
display: block;
margin:  0 auto;
}

.pro1_con1_rig .rq .bot{
background-color: #fff;
margin-bottom: 3%;
}
.firbot2{
margin-top: 0;
}
.pro1_con1_rig .rq .bot2 .top{
border-bottom: 2px solid #2f3336;
line-height: 60px;
}
.pro1_con1_rig .rq .bot .top .p{
font-size: 24px;
font-weight: bold;
color: #0f50bd;
position: relative;
padding-left: 46px;
}
.pro1_con1_rig .rq .bot .top .p::before{
content: '';
display: inline-block;
width: 4px;
height: 26px;
background-color: #0f50bd;
position:absolute;
top: 18px;
left: 21px;
}

@media(max-width:1459px){
.pro1_con1_rig .rq .bot .top .p{
     font-size: 18px;
}
.pro1_con1_rig .rq .bot .top .p::before {
  width: 4px;
  height: 21px;
  position: absolute;
  top: 20px;
  left: 21px;
}
.pro1_con1_rig .rq .bot .bottom {
padding-top: 87px;
padding-bottom: 87px;
padding-left: 78px;
padding-right: 78px;
}
}
@media(max-width:1259px){
.pro1_con1_rig .rq .bot .bottom {
padding-top: 75px;
padding-bottom: 75px;
padding-left: 67px;
padding-right: 67px;
}
}
@media(max-width:991px){
 .pro1_con1_rig .rq .bot .bottom {
  padding-top: 59px;
  padding-bottom: 59px;
  padding-left: 53px;
  padding-right: 53px;
}
.pro1_con1_rig .rq .bot .top .p {
font-size: 16px;
padding-left: 36px;
}
.pro1_con1_rig .rq2 .bot2 .top {
line-height: 47px;
}
.pro1_con1_rig .rq .bot .top .p::before {
width: 3px;
height: 20px;
top: 14px;
left: 21px;
}
}
@media(max-width:500px){
.pro1_con1_rig .rq .bot .top .p {
  font-size: 16px;
  font-weight: normal;
  padding-left: 22px;
}
.pro1_con1_rig .rq2 .bot2 .top {
  line-height: 50px;
}
.pro1_con1_rig .rq .bot .top .p::before {
width: 2px;
height: 14px;
top: 19px;
left: 12px;
}
.pro1_con1_rig .rq .bot .bottom {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
}
}



/* 定点 */
.i {
position: absolute;
top: 0;
left: 0;
transform: translateY(-50px);
}




/* 关于我们 */
.ab2_con5 .swiper-button-prev:after,.ab2_con5 .swiper-button-next:after{
 content: none;
}
.ab2_con1{
  width: 100%;
  padding-top: 68px;
  padding-bottom: 90px;
}
.ab2_con1 .p1{
  font-size: 48px;
  color: #2e3235;
  font-weight: bold;
  text-align: center;
}
.ab2_con1 .p1 span{
  color: #0f50bd;
}
.ab2_con1 .p2{
  font-size: 18px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}
.ab2_con1 .rq{
  width: 100%;
  padding-top: 50px;
  display: flex;
}
.ab2_con1 .rq .lef{
  width: 50%;
  overflow: hidden;
}
.ab2_con1 .rq .lef video{  height: 100%;
  object-fit: cover;
  width: 100%;display: block;
}
.ab2_con1 .rq .rig{
  width: 50%;
  background: #0f50bd;
  padding: 50px 55px;
}
.ab2_con1 .rq .rig .p3{
  font-size: 30px;
  color: #ffffff;
  padding-bottom: 20px;
  margin-bottom: 28px;
  position: relative;
}
.ab2_con1 .rq .rig .p3::before{
  content: '';
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ab2_con1 .rq .rig p{
  font-size: 16px;
  color: #ffffff;
  line-height: 27px;
  margin-bottom: 15px;text-indent: 2em;
}
.ab2_con1 .rq .rig .p5{
  font-size: 16px;
  color: #ffffff;
  line-height: 27px;
}
.ab2_con1  .div{
  width: auto;
  display: table;
  margin: 0 auto;
  padding-top: 36px;
}
.ab2_con1   .div1{
  float: left;
  margin-right: 34px;
  margin-right: 95px;
}
.ab2_con1   .div1:last-child{
  margin-right: 0;
}
.ab2_con1  .div1 .p6{
  font-family: "ab2_din";
  font-size: 55px;
  color: #333;
}
.ab2_con1  .div1 .p6 span{
  font-size: 55px;
  color: #333;
  font-family: "Impact";
}
.ab2_con1  .div1 .p7{
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

@media(max-width:1459px){
  .ab2_con1 .div1 .p6 span {
    font-size: 44px;
  }
  .ab2_con1 .p1 {
    font-size: 36px;
}
.ab2_con1 .p2 {
  font-size: 16px;
  margin-top: 10px;
}
.ab2_con1 .rq .rig {
  padding: 38px 40px;
}
.ab2_con1 .rq .rig .p3 {
  font-size: 22px;
  padding-bottom: 12px;
  margin-bottom: 18px;
}
.ab2_con1 .rq .rig .p4 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 22px;
}
.ab2_con1 .rq .rig .p5 {
  font-size: 14px;
  line-height: 22px;
}
.ab2_con1 .rq .rig .div1 .p6,
.ab2_con1 .rq .rig .div1 .p6 span {
  font-size: 40px;
}
.ab2_con1 .rq .rig .div1 .p7 {
  font-size: 14px;
}
.ab2_con1 .rq {
  padding-top: 28px;
}
.ab2_con1 {
  padding-top: 50px;
  padding-bottom: 68px;
}



}
@media(max-width:1259px){
.ab2_con1 .p2 {
  font-size: 14px;
  margin-top: 6px;
}
.ab2_con1 .rq .rig {
  padding: 26px 30px;
}
.ab2_con1 .rq .rig .div {
  padding-top: 20px;
}
.ab2_con1 .rq .rig .p4 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
}
.ab2_con1 .rq .rig .div1 .p6, .ab2_con1 .rq .rig .div1 .p6 span {
  font-size: 36px;
}

}
@media(max-width:991px){
  .ab2_con1 {
    padding-top: 35px;
    padding-bottom: 48px;
}
.ab2_con1 .p1 {
  font-size: 28px;
}
.ab2_con1 .p2 {
  font-size: 13px;
}
.ab2_con1 .rq{
  flex-wrap: wrap;
}
.ab2_con1 .rq .lef{
  width: 100%;
}
.ab2_con1 .rq .rig{
  width: 100%;
}

}
@media(max-width:500px){
  .ab2_con1 .div {
    padding-top: 15px;
}

  .ab2_con1 .div1 .p6 {
    font-size: 24px;
  }
  .ab2_con1 .div1 .p7 {
    font-size: 14px;
        font-weight: normal;
}
  .ab2_con1 .div1 {
    margin-right: 30px;
}

  .ab2_con1 .div1 .p6 span {
    font-size: 28px;
}
  .ab2_con1 .p1 {
    font-size: 24px;
}
.ab2_con1 .rq {
  padding-top: 22px;
}
.ab2_con1 .rq .rig {
  padding: 16px 16px;
  padding-bottom: 25px;
}
.ab2_con1 .rq .rig .p3 {
  font-size: 20px;
  padding-bottom: 9px;
  margin-bottom: 12px;
}
.ab2_con1 .rq .rig .div1 .p6, .ab2_con1 .rq .rig .div1 .p6 span {
  font-size: 32px;
}
.ab2_con1 .rq .rig .div1 .p7 {
  font-size: 12px;
}

}
@media(max-width:375px){
  .ab2_con1 .rq .rig .div1 .p6, .ab2_con1 .rq .rig .div1 .p6 span {
    font-size: 28px;
}

}


/* ab2_con2 */
.ab2_con2{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background: rgb(246,246,246);
  overflow: hidden;
}
.ab2_con2 .lef{
  width: 50%;
  float: left;
  position: relative;
  padding-top: 24px;
}
.ab2_con2 .lef .p1{
  font-size: 36px;
  color: #2e3235;
  font-weight: bold;
  margin-bottom: 38px;
}
.ab2_con2 .lef .div{
  width: 100%;
}
.ab2_con2 .lef .div .p2{
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-bottom: 32px;
}


.ab2_con2 .rig{
  width: 50%;
  float: left;
}
.ab2_con2 .rig img{
  width: 486px;
  display: block;
  margin: 0 auto;
}

@media(max-width:1459px){
  .ab2_con2 {
    padding-top: 38px;
}
.ab2_con2 .lef .p1 {
  font-size: 26px;
  margin-bottom: 26px;
}
.ab2_con2 .lef .div .p2 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 14px;
}

.ab2_con2 .rig img {
  width: 369px;
}


}
@media(max-width:991px){
  .ab2_con2{
    padding-bottom: 38px;
  }
  .ab2_con2 .lef .p1 {
    font-size: 22px;
    margin-bottom: 18px;
}
}
@media(max-width:768px){
  .ab2_con2 .rig{
    display: none;
  }
  .ab2_con2 .lef{
    width: 100%;
  }
}
@media(max-width:500px){
  .ab2_con2 .lef {
    padding-top: 0px;
}
.ab2_con2 .lef .p1 {
  font-size: 20px;
  margin-bottom: 14px;
}
}




/* ab2_con3 */
.ab2_con3{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 115px;
}
.ab2_con3 .p1{
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.ab2_con3 .p1 span{
  color: #0f50bd;
}
.ab2_con3 .p2{
  font-size: 18px;
  color: #d0d0d0;
  text-transform: uppercase;
  text-align: center;
}
.ab2_con3 .rq{
  width: 100%;
  padding-top: 42px;
}
.ab2_con3 .rq .top{
  width: 100%;
  position: relative;
  z-index: 10;
}
.ab2_con3 .rq .top .div{
  width: 32%;
  height: 165px;
  margin-right: 2%;
  float: left;
  border: 1px solid rgb(234,234,234);
  position: relative;
  padding: 46px 0;
  padding-left: 190px;
  transition: all .5s;
}
.ab2_con3 .rq .top .div:nth-child(3){
  margin-right: 0;
}
.ab2_con3 .rq .top .div.on{
  background: #0f50bd;
  border: 1px solid #0f50bd;
}
.ab2_con3 .rq .top .div::before{
  content: '';
  width: 37px;
  height: 15px;
  background-image: url(../images/ab2_con3_img7.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .5s;
}
.ab2_con3 .rq .top .div.on::before{
  opacity: 1;
}
.ab2_con3 .rq .top .div::after{
  content: '';
  width: 37px;
  height: 15px;
  background-image: url(../images/ab2_con3_img8.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .5s;
}
.ab2_con3 .rq .top .div.on::after{
  opacity: 1;
}
.ab2_con3 .rq .top .div .div1{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #0f50bd;
  position: absolute;
  top: 50%;
  left: 14%;
  transform: translateY(-50%);
  transition: all .5s;
}
.ab2_con3 .rq .top .div.on .div1{
  background: #fff;
}
.ab2_con3 .rq .top .div .div1 img{
  width: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.ab2_con3 .rq .top .div .div1 .ig2{
  left: 30%;
  opacity: 0;
}
.ab2_con3 .rq .top .div.on .div1 .ig1{
  left: 70%;
  opacity: 0;
}
.ab2_con3 .rq .top .div.on .div1 .ig2{
  left: 50%;
  opacity: 1;
}
.ab2_con3 .rq .top .div .p3{
  font-size: 30px;
  color: #333333;
  transition: all .5s;
}
.ab2_con3 .rq .top .div .p4{
  font-size: 16px;
  color: #777777;
  text-transform: uppercase;
  transition: all .5s;
}
.ab2_con3 .rq .top .div.on p{
  color: #f6f6f6;
}

.ab2_con3 .rq .bot{
  width: 100%;
  height: 138px;
  position: relative;
}
.ab2_con3 .rq .bot .div{
  width: 100%;
  height: 100%;
  background: rgb(246,246,246);
  margin-top: 24px;
  padding: 20px 58px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s;
  display:table;   
}
.ab2_con3 .rq .bot .div.on1{
  opacity: 1;
}
.ab2_con3 .rq .bot .div p{
  font-size: 24px;
  text-align: center;
  color: #666666;
  vertical-align:middle;   
  display:table-cell;   
}


@media(max-width:1459px){
.ab2_con3 {
  padding-top: 68px;
  padding-bottom: 87px;
}
.ab2_con3 .p1 {
  font-size: 36px;
}
.ab2_con3 .p2 {
  font-size: 14px;
}
.ab2_con3 .rq {
  padding-top: 30px;
}
.ab2_con3 .rq .top .div {
  height: 125px;
  padding: 34px 0;
  padding-left: 140px;
}
.ab2_con3 .rq .top .div .div1 {
  width: 76px;
  height: 76px;
}
.ab2_con3 .rq .top .div .div1 img {
  width: 33px;
}
.ab2_con3 .rq .top .div .p3 {
  font-size: 22px;
}
.ab2_con3 .rq .top .div .p4 {
  font-size: 14px;
}
.ab2_con3 .rq .top .div::before {
  width: 28px;
  height: 12px;
  bottom: -13px;
}
.ab2_con3 .rq .top .div::after{
  width: 28px;
  height: 12px;
  bottom: -31px;
}
.ab2_con3 .rq .bot .div {
  margin-top: 18px;
  padding: 15px 44px;
}
.ab2_con3 .rq .bot .div p {
  font-size: 20px;
}

}
@media(max-width:991px){
  .ab2_con3 {
    padding-top: 40px;
    padding-bottom: 65px;
}
  .ab2_con3 .rq .top .div {
    height: 96px;
    padding: 26px 0;
    padding-left: 80px;
}
.ab2_con3 .rq .top .div .div1 {
  width: 55px;
  height: 55px;    left: 7%;
}
.ab2_con3 .rq .top .div .div1 img {
  width: 25px;
}
.ab2_con3 .rq .top .div .p3 {
  font-size: 18px;
}
.ab2_con3 .rq .top .div .p4 {
  font-size: 12px;
}
.ab2_con3 .rq .bot .div {
  margin-top: 18px;
  padding: 15px 24px;
}
.ab2_con3 .p1 {
  font-size: 28px;
}
}
@media(max-width:500px){
  .ab2_con3 .rq .bot .div p {
    font-size: 16px;
  }
  .ab2_con3 .rq .bot {
    height: 80px;
  }
  .ab2_con3 .rq .top .div{
    width: 100%;
    margin-right: 0;
  }
  .ab2_con3 .rq .top .div::after,
  .ab2_con3 .rq .top .div::before{
    display: none;
  }
  .ab2_con3 .rq .top .div {
    height: 80px;
    padding: 19px 0;
    padding-left: 100px;
}
.ab2_con3 .p1 {
  font-size: 24px;
}
.ab2_con3 .p2 {
  font-size: 13px;
}
.ab2_con3 .rq {
  padding-top: 18px;
}

}





/* ab2_con4 */
.ab2_con4 .swiper-button-prev:after,.ab2_con4 .swiper-button-next:after{
  content: '';
}
.ab2_con4{
  width: 100%;
  height: 730px;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background: #0f50bd;
  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: 35%;
}
.ab2_con4 .p1{
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.ab2_con4 .p2{
  font-size: 18px;
  color: #ffffff;
  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: #0f50bd;
  background: #fff;
  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%;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
}
.ab2_con4 .rq .div2{
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
}
.ab2_con4 .swiper-button-next,
.ab2_con4 .swiper-button-prev{
  width: 53px;
  height: 53px;
  background-image: url(../images/ab2_con4_img2.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_img3.png);
}

@media(max-width:1459px){
  .ab2_con4 {
    height: 555px;
    padding-top: 68px;
    padding-bottom: 68px;
}
.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;
}
.ab2_con4 .swiper-button-prev{
  left: -75px;
}
.ab2_con4 .bj {
  height: 17px;
  bottom: 34%;
}


}
@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;
}


}




/* ab2_con5 */
.ab2_con5{
  width: 100%;
  padding-top: 98px;
  overflow: hidden;
}
.ab2_con5 .p1{
  font-size: 48px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.ab2_con5 .p1 span{
  color: #0f50bd;
}
.ab2_con5 .p2{
  font-size: 18px;
  color: #d0d0d0;
  text-transform: uppercase;
  text-align: center;
}
.ab2_con5 .top{
  display: table;
  width: auto;
  margin: 0 auto;
  margin-top: 24px;
}
.ab2_con5 .top button{
  font-size: 30px;
  color: #444444;
  padding-bottom: 16px;
  position: relative;
  margin: 0 28px;
  transition: all .5s;
}
.ab2_con5 .top button::before{
  content: '';
  width: 120px;
  height: 8px;
  background-image: url(../images/ab2_con5_img1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all .5s;
}
.ab2_con5 .top button:hover,
.ab2_con5 .top button.on{
  color: #0f50bd;
}
.ab2_con5 .top button.on::before{
  opacity: 1;
}
.ab2_con5 .bot{
  width: 100%;
  display: none;
  margin-top: 24px;
}
.ab2_con5 .bot.block{
  display: block !important;
}
.ab2_con5 .bot .rq{
  width: 100%;
  position: relative;
  display: none;
}
.ab2_con5 .bot .rq.on1{
  display: block;
}
.ab2_con5 .bot .rq .swiper-slide{
  height: 270px;
  border: 1px solid rgb(225,225,225);
  position: relative;
}
.ab2_con5 .bot .rq .swiper-slide img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.ab2_con5 .bot .rq .swiper-slide:hover img{
  transform:translate(-50%,-50%) scale(1.05);
}
.ab2_con5 .rq .swiper-button-next,
.ab2_con5 .rq .swiper-button-prev{
  width: 53px;
  height: 53px;
  background-image: url(../images/ab2_con5_img3.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -110px;
  transition: all .5s;
}
.ab2_con5 .rq .swiper-button-prev{
  left: -110px;
  transform: rotate(180deg);
}
.ab2_con5 .rq .swiper-button-next:hover,
.ab2_con5 .rq .swiper-button-prev:hover{
  background-image: url(../images/ab2_con5_img4.png);
}


@media(max-width:1459px){
  .ab2_con5 {
    padding-top: 74px;
}
.ab2_con5 .p1 {
  font-size: 36px;
}
.ab2_con5 .p2 {
  font-size: 14px;
}
.ab2_con5 .top button {
  font-size: 22px;
  padding-bottom: 12px;
  margin: 0 20px;
}
.ab2_con5 .top button::before {
  width: 87px;
  height: 6px;
}
.ab2_con5 .bot .rq .swiper-slide {
  height: 205px;
}
.ab2_con5 .rq .swiper-button-next, .ab2_con5 .rq .swiper-button-prev {
  width: 40px;
  height: 40px;
  right: -80px;
}
.ab2_con5 .rq .swiper-button-prev {
  left: -80px;
}


}
@media(max-width:991px){
  .ab2_con5 {
    padding-top: 45px;
}
.ab2_con5 .p1 {
  font-size: 28px;
}
.ab2_con5 .top button {
  font-size: 18px;
  padding-bottom: 10px;
  margin: 0 20px;
}
.ab2_con5 .top button::before {
  width: 70px;
  height: 6px;
}
.ab2_con5 .bot .rq .swiper-slide {
  height: 140px;
}





}
@media(max-width:500px){
  .ab2_con5 {
    padding-top: 30px;
}
.ab2_con5 .p1 {
  font-size: 24px;
}
.ab2_con5 .p2 {
  font-size: 13px;
}
.ab2_con5 .top button {
  font-size: 18px;
  padding-bottom: 10px;
  margin: 0 14px;
}
.ab2_con5 .bot .rq .swiper-slide {
  height: 86px;
}
.ab2_con5 .rq .swiper-button-next, .ab2_con5 .rq .swiper-button-prev{
  display: none;
}
}





/* ab2_con6 */
.ab2_con6{
  width: 100%;
  padding-top: 85px;
  padding-bottom: 105px;
}
.ab2_con6 .p1{
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.ab2_con6 .p1 span{
  color: #0f50bd;
}
.ab2_con6 .p2{
  font-size: 18px;
  color: #d0d0d0;
  text-transform: uppercase;
  text-align: center;
}
.ab2_con6 .rq{
  width: 100%;
  padding-top: 40px;
}
.ab2_con6 .rq .div{
  width: 100%;
  display: flex;
  background: rgb(246,246,246);
  margin-bottom: 20px;
}
.ab2_con6 .rq .div .lef{
  width: 41.5%;
  overflow: hidden;
}
.ab2_con6 .rq .div .lef img{
  width: 100%;
  vertical-align: middle;
}
.ab2_con6 .rq .div .rig{
  width: 58.5%;
  padding: 110px 45px;
  padding-bottom: 0px;
  position: relative;
}
.ab2_con6 .rq .div .rig i{
  font-size: 72px;
  color: #2e3235;
  font-family: "Impact";
  opacity: 0.1;
  position: absolute;
  right: 45px;
  top: 54px;
}
.ab2_con6 .rq .div .rig .p3{
  font-size: 24px;
  color: #0f50bd;
  text-transform: uppercase;
}
.ab2_con6 .rq .div .rig .p4{
  font-size: 30px;
  color: #2e3235;
  padding-bottom: 24px;
  position: relative;
}
.ab2_con6 .rq .div .rig .p4::before{
  content: '';
  width: 20px;
  height: 2px;
  background: rgb(196,196,196);
  position: absolute;
  bottom: 0;
  left: 0;
}
.ab2_con6 .rq .div .rig .p5{
  font-size: 16px;
  color: #666666;
  padding-top: 33px;
  line-height: 28px;
}

@media(max-width:1459px){
  .ab2_con6 {
    padding-top: 64px;
    padding-bottom: 78px;
}
.ab2_con6 .p1 {
  font-size: 38px;
}
.ab2_con6 .p2 {
  font-size: 14px;
}
.ab2_con6 .rq .div .rig {
  padding: 82px 34px;
  padding-bottom: 0px;
}
.ab2_con6 .rq .div .rig .p3 {
  font-size: 18px;
}
.ab2_con6 .rq .div .rig .p4 {
  font-size: 22px;
  padding-bottom: 18px;
}
.ab2_con6 .rq .div .rig .p5 {
  font-size: 14px;
  padding-top: 24px;
  line-height: 24px;
}
.ab2_con6 .rq .div .rig i {
  font-size: 54px;
  right: 34px;
  top: 40px;
}
.ab2_con6 .rq {
  padding-top: 34px;
}

}
@media(max-width:1259px){
  .ab2_con6 .rq .div .rig {
    padding: 48px 30px;
    padding-bottom: 0px;
}
.ab2_con6 .rq .div .rig i {
  font-size: 54px;
  right: 34px;
  top: 25px;
}
}
@media(max-width:991px){
  .ab2_con6 {
    padding-top: 45px;
    padding-bottom: 40px;
}
.ab2_con6 .p1 {
  font-size: 28px;
}
.ab2_con6 .rq .div{
  flex-wrap: wrap;
}
.ab2_con6 .rq .div:nth-child(2n){
  flex-wrap: wrap-reverse;
}
.ab2_con6 .rq .div .lef{
  width: 100%;
}
.ab2_con6 .rq .div .rig{
  width: 100%;
  padding: 25px 30px;
    padding-bottom: 20px;
}


}
@media(max-width:500px){
  .ab2_con6 {
    padding-top: 45px;
    padding-bottom: 20px;
}
  .ab2_con6 .p1 {
    font-size: 24px;
}
.ab2_con6 .p2 {
  font-size: 13px;
}
.ab2_con6 .rq {
  padding-top: 18px;
}
.ab2_con6 .rq .div .rig {
  padding: 21px 15px;
  padding-bottom: 20px;
}
.ab2_con6 .rq .div .rig .p3 {
  font-size: 14px;
}
.ab2_con6 .rq .div .rig .p4 {
  font-size: 18px;
  padding-bottom: 10px;
}
.ab2_con6 .rq .div .rig .p5 {
  font-size: 14px;
  padding-top: 13px;
  line-height: 24px;
}
.ab2_con6 .rq .div .rig i {
  font-size: 47px;
  right: 15px;
  top: 5px;
}
}

/* ab1_con6 */
.ab1_con6{
  width: 100%;
  height: 540px;
  background-image: url(../images/ab1_con6_img1.png);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 165px;
  overflow: hidden;
}
.ab1_con6 .p1{
  font-size: 30px;
  color: #ffffff;
  width: 100%;
  position: relative;
}
.ab1_con6 .p1::before{
  content: '';
  width: 54px;
  height: 47px;
  background-image: url(../images/ab1_con6_img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -100px;
  top: 8px;
}
.ab1_con6 .div{
  margin-top: 72px;
  padding-left: 94px;
  width: 100%;
  position: relative;
}
.ab1_con6 .div img{
  width: 81px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ab1_con6 .div p{
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
@media(max-width:1459px){
.ab1_con6 {
  height: 410px;
  padding-top: 120px;
}
.ab1_con6 .p1 {
  font-size: 22px;
}
.ab1_con6 .div {
  margin-top: 54px;
  padding-left: 70px;
}
.ab1_con6 .div p {
  font-size: 14px;
}
.ab1_con6 .div img {
  width: 61px;
}
.ab1_con6 .p1::before {
  width: 40px;
  height: 35px;
  left: -70px;
  top: 6px;
}



}
@media(max-width:991px){
  .ab1_con6 {
    height: 280px;
    padding-top: 65px;
}
.ab1_con6 .p1 {
  font-size: 16px;
  width: 100%;
}
.ab1_con6 .p1::before {
  width: 24px;
  height: 21px;
  left: -34px;
  top: 3px;
}
}
@media(max-width:500px){
  .ab1_con6 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 55px;
}
.ab1_con6 .p1 {
  font-size: 14px;
  width: 100%;
  padding-left: 30px;
}
.ab1_con6 .p1::before {
  width: 24px;
  height: 21px;
  left: 0px;
  top: 3px;
}
.ab1_con6 .div p {
  font-size: 13px;
}
.ab1_con6 .div img {
  width: 44px;
}
.ab1_con6 .div {
  margin-top: 36px;
  padding-left: 54px;
}



}


/* ab2_con7 */
.ab2_con7{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
}
.ab2_con7 .p1{
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.ab2_con7 .p1 span{
  color: #0f50bd;
}
.ab2_con7 .p2{
  font-size: 18px;
  color: #d0d0d0;
  text-transform: uppercase;
  text-align: center;
}
.ab2_con7 .rq{
  width: 100%;
  padding-top: 30px;
}
.ab2_con7 .rq .lef{
  width: 50%;
  float: left;
  overflow: hidden;
}
.ab2_con7 .rq .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.ab2_con7 .rq .rig{
  width: 50%;
  float: left;
}
.ab2_con7 .rq .rig .div{
  width: 50%;
  float: left;
  padding-left: 4px;
  margin-bottom: 4px;
}
.ab2_con7 .rq .rig .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}

@media(max-width:1459px){
  .ab2_con7 {
    padding-top: 68px;
    padding-bottom: 76px;
}
.ab2_con7 .p1 {
  font-size: 36px;
}
.ab2_con7 .p2 {
  font-size: 14px;
}
.ab2_con7 .rq {
  padding-top: 24px;
}




}
@media(max-width:991px){
  .ab2_con7 {
    padding-top: 45px;
    padding-bottom: 55px;
}
.ab2_con7 .p1 {
  font-size: 28px;
}
}
@media(max-width:500px){
  .ab2_con7 {
    padding-top: 45px;
    padding-bottom: 32px;
}
  .ab2_con7 .p1 {
    font-size: 24px;
}
.ab2_con7 .p2 {
  font-size: 13px;
}
.ab2_con7 .rq {
  padding-top: 16px;
}
.ab2_con7 .rq .lef{
  width: 100%;
  margin-bottom: 10px;
}
.ab2_con7 .rq .rig{
  width: 100%;
}
.ab2_con7 .rq .rig .div{
  width: 49%;
  padding-left: 0;
  margin-right: 2%;
  margin-bottom: 10px;
}
.ab2_con7 .rq .rig .div:nth-child(2n){
  margin-right: 0;
}

}






/* ab2_con9 */
.ab2_con9{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 65px;
}
.ab2_con9 .p1{
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.ab2_con9 .p1 span{
  color: #0f50bd;
}
.ab2_con9 .p2{
  font-size: 18px;
  color: #d0d0d0;
  text-transform: uppercase;
  text-align: center;
}
.ab2_con9 .rq{
  width: 100%;
  margin-top: 32px;
}
.ab2_con9 .rq .swiper-container{
  padding: 10px 2px;
  padding-bottom: 50px;
}
.ab2_con9 .rq .swiper-slide{
  height: 90px;
  border: 1px solid rgb(211,211,211);
  position: relative;
  transition: all .5s;  
}
.ab2_con9 .rq .swiper-slide:hover{
  box-shadow: 0px 10px 10px 0px rgba(90,91,95,0.3);
  transform: translate3d(0,-3px,0);
}
.ab2_con9 .rq .swiper-slide img{
  max-width: 75%;
  max-height: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ab2_con9 .swiper-pagination{
  bottom: 0;
}
.ab2_con9 .swiper-pagination-bullet-active{
  background: #0f50bd;
}


@media(max-width:1459px){
  .ab2_con9 {
    padding-top: 60px;
    padding-bottom: 50px;
}
.ab2_con9 .p1 {
  font-size: 36px;
}
.ab2_con9 .p2 {
  font-size: 14px;
}
.ab2_con9 .rq {
  margin-top: 20px;
}
.ab2_con9 .rq .swiper-container {
  padding: 10px 2px;
  padding-bottom: 33px;
}
.ab2_con9 .rq .swiper-slide {
  height: 70px;
}

}
@media(max-width:991px){
  .ab2_con9 {
    padding-top: 38px;
    padding-bottom: 36px;
}
.ab2_con9 .p1 {
  font-size: 28px;
}
}
@media(max-width:500px){
  .ab2_con9 .p1 {
    font-size: 24px;
}
.ab2_con9 .p2 {
  font-size: 13px;
}
.ab2_con9 .rq {
  margin-top: 10px;
}
.ab2_con9 {
  padding-top: 26px;
  padding-bottom: 26px;
}
}


/* pro_con1 */
.pro_con1{
  width: 100%;
}
.pro_con1 .wrap{
  line-height: 63px;
  border-bottom: 1px dashed rgb(241,241,241);
}
.pro_con1 span{
  display: inline-block;
  padding-left: 18px;
  font-size: 14px;
  color: #666666;
  position: relative;
}
.pro_con1 span::before{
  content: '';
  width: 9px;
  height: 18px;
  background: rgb(153,153,153);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro_con1 a{
  font-size: 14px;
  color: #666666;
}
.pro_con1 a.on{
  color:  #0f50bd;
}





/* 新闻中心 */
.new_con1{
  width: 100%;
  padding-bottom: 100px;
}
.new_con1 .rq{
  width: 100%;
}
.ny_lef{
  width: 20%;
  float: left;
}
.ny_lef .div1{
  width: 100%;
}
.ny_lef .div1 .p{
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  background: #3160be;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}
.ny_lef .div1 .p::before{
  content: '';
  width: 13px;
  height: 13px;
  background-image: url(../images/img115.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 14%;
  transform: translateY(-50%);
}
.ny_lef .div1 .p.on::before{
  background-image: url(../images/img114.png);
}
.ny_lef .sy_lef{
  width: 100%;
  float: none;
}
.ny_banner{
  width: 100%;
  position: relative;
}
.ny_banner .bj{
  width: 100%;
  vertical-align: middle;
}
.app {
  display: none;
}

.new_con1 .rq  .sy_lef .rq1 .S_jobitem{
  background:rgb(250,250,250);
}
.new_con1 .rq .sy_lef .rq1{
  border: none;
}
.ny_lef .rq2{
  width: 100%;
  background:rgb(250,250,250);
  display: none;
}
.ny_lef .rq2.on2{
  display: block;
}
.ny_lef .rq2 a{
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 50px;
  padding-left: 30px;
  border-bottom: 1px dashed rgb(229,229,229);
}
.ny_lef .rq2 a:last-child{
  border-bottom:none;
}
.ny_lef .rq2 a.on1{
  color:#3160be;
}
.ny_lef .div2{
  width: 100%;
  background:rgb(250,250,250);
  padding: 22px;
  border: 1px solid rgb(236,236,236);
  margin-top: 38px;
  padding-bottom: 10px;
}
.ny_lef .div2 .p1{
  font-size: 20px;
  color: #3160be;
}
.ny_lef .div2 .p1 img{
  margin-bottom: -3px;
  margin-right: 2px;
}
.ny_lef .div2 .p2{
  font-size: 30px;
  color: #3160be;
  font-family: "din";
  margin-top: 5px;
}

.new_con1 .rig{
  width: 77%;
  float: right;
}
.new_con1 .rig .a{
  display: block;
  margin-bottom: 40px;
}
.new_con1 .rig .a .rq{
  width: 100%;
  height: 100%;
  padding: 25px;
  transition: all .5s;
  background-image: url(../images/img121.jpg);
  background-size: cover;
}
.new_con1 .rig .a:hover .rq{
  background-image: url(../images/img120.jpg);
  background-size: cover;
}
.sy_con1 .rig div input {
  width: 83%;
  height: 100%;
  font-size: 16px;
  color: #666666;
  padding-left: 15px;
  float: left;
}
.sy_con1 .lef {
  float: left;
  line-height: 80px;
}
.sy_con1 .lef span {
  font-size: 16px;
  color: #666666;
}
.sy_con1 .lef a {
  font-size: 16px;
  color: #666666;
}
.sy_con1 .rig {
  float: right;
}
.sy_con1 .rig div {
  width: 255px;
  height: 45px;
  border: 1px solid rgb(215,215,215);
  border-radius: 45px;
  margin-top: 17px;
}
.sy_con1 .rig div button {
  width: 16%;
  height: 100%;
  background-image: url(../images/img9.png);
  background-repeat: no-repeat;
  background-size: 38px;
  background-position: center;
  float: left;
}
.sy_con1 .lef span img {
  width: 17px;
  margin-right: 10px;
  margin-bottom: -3px;
}
.pro_con1 .wrap {
  line-height: 63px;
  border-bottom: 1px dashed rgb(241,241,241);
}
.pro_con1 span {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  position: relative;
}
.pro_con1 a {
  font-size: 14px;
  color: #666666;
}
.pro_con1 a.on {
  color: #3160be;
}

.sy_lef .rq1 .open .S_jobhead {
  background-image: url(../images/img27.png);
  color: #3160be;
  border-bottom: 1px dashed rgb(229,229,229);
  padding-left: 50px;
}
.sy_lef .rq1 .S_jobhead {
  font-size: 14px;
  color: #333333;
  line-height: 50px;
  background-image: url(../images/img226.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 89.5%;
  transition: all .5s;
  padding-left: 30px;
  position: relative;
}
.sy_lef .rq1 .open .S_jobhead::before {
  opacity: 1;
  left: 10%;
}
.sy_lef .rq1 .S_jobhead::before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/img228.png);
  background-size: 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .5s;
}
.sy_con1 {
  width: 100%;
  border-bottom: 1px solid rgb(241,241,241);
}
.ny_lef .div1 .p.on::before {
  background-image: url(../images/img114.png);
}
.ny_lef .div1 .p::before {
  content: '';
  width: 13px;
  height: 13px;
  background-image: url(../images/img115.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
.new_con1 .rig .a .rq {
  width: 100%;
  height: 100%;
  padding: 25px;
  transition: all .5s;
  background-image: url(../images/img121.jpg);
  background-size: cover;
}
.new_con1 .rig .a:hover .rq {
  background-image: url(../images/img120.jpg);
  background-size: cover;
}
.fy2 li a {
  display: block;
  font-size: 16px;
  color: #666666;
  transition: all .5s;
}
.fy2 li {
  width: 41px;
  line-height: 41px;
  border-radius: 50%;
  text-align: center;
  float: left;
  border: 1px solid rgb(234,234,235);
  margin-right: 25px;
  transition: all .5s;
}
.fy2 {
  width: auto;
  display: table;
  margin: 0 auto;
  margin-top: 20px;
}
.fy2 li.on a, .fy2 li:hover a {
  color: #fff !important;
}
.fy2 li.on, .fy2 li:hover {
  background: #3160be;
  border: 1px solid 3160be;
}
.sy_con7 {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 65px;
}
.sy_bt .bt {
  font-size: 40px;
  color: #333333;
  transform: skewX(
-10deg
);
}
.sy_bt .bt span {
  font-size: 40px;
  color: #3160be;
}
.sy_bt .p1 {
  font-size: 18px;
  color: #666666;
  text-transform: uppercase;
    font-family: "akz";
  margin-top: 5px;
}
.new_con2 .rq {
  width: 100%;
  background: #fff;
  transition: all .5s;
}
.new_con2  .rq .top {
  width: 100%;
  overflow: hidden;
}
.new_con2  .rq .bot {
  width: 100%;
  padding: 25px 35px;
}
.new_con2  .rq .bot .p1 {
  font-size: 24px;
  color: #333333;
  padding-bottom: 25px;
  border-bottom: 1px solid rgb(217,217,217);
  /*background-image: url(../images/img76.png);*/
  background-size: 23px 7px;
  background-position-x: 100%;
  background-position-y: 20%;
  background-repeat: no-repeat;
  transition: all .5s;
}
.new_con2  .rq .bot .p2 {
  font-size: 16px;
  color: #666666;
  padding-top: 25px;
  transition: all .5s;
}

.new_con2  .rq:hover {
  /*background: rgb(122,131,158);*/
  background: rgb(15,80,189);
}
.new_con2  .rq:hover .bot .p1 {
  color: #fff;
  /*background-image: url(../images/img77.png);*/
}
.new_con2  .rq:hover .bot .p2 {
  color: #fff;
}
.new_con2 .swiper-container {
  padding-top: 67px;
}
.new_con2 .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.new_con1 .rig .a .rq .div{
  width: 19%;
  float: left;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new_con1 .rig .a .rq .div img { width:auto; height:auto; max-width: 100%; }
.new_con1 .rig .a .rq .div .p1{
  font-size: 100px;
  color: #7a839e;
  text-align: center;
  font-family: "akz2";
  line-height: 80px;
  transition: all .5s;
}
.new_con1 .rig .a .rq .div .p2{
  font-size: 24px;
  color: #7a839e;
  text-align: center;
  font-family: "akz2";
  margin-top: 5px;
  transition: all .5s;
}
.new_con1 .rig .a:hover .rq .div .p1,
.new_con1 .rig .a:hover .rq .div .p2{
 color: #3160be;
}
.ny_lef .div1 {
  width: 100%;
}
.new_con1 .rq .sy_lef .rq1 .S_jobitem {
  background: rgb(250,250,250);
}
.sy_lef .rq1 .S_jobitem {
  width: 100%;
  border-bottom: 1px dashed rgb(229,229,229);
}
.sy_lef .rq1 .S_jobcont a {
  font-size: 14px;
  color: #666666;
  display: block;
  line-height: 30px;
  position: relative;
  padding-left: 25px;
}
.sy_lef .rq1 .S_jobcont a::before {
  content: '-';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.sy_lef .rq1 .open .S_jobhead::before{
  opacity: 1;
  left: 10%;
}
.sy_lef .rq1 .open .S_jobcont{
  display: block;
}
.sy_lef .rq1 .S_jobcont {
  padding: 10px 0;
  display: none;
  padding-left: 30px;
}
.new_con2  .rq .top img {
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new_con2  .rq:hover .top img {
  transform: scale(1.05);
}

.new_con1 .rig .a .rq .div2{
  width: 81%;
  float: left;
  padding-left: 70px;
  padding-top: 24px;
  padding-right: 90px;
}
.new_con1 .rig .a .rq .div2 .p1{
  font-size: 30px;
  color: #333333;
  border-bottom: 1px solid rgb(224,224,224);
  padding-bottom: 10px;
  transition: all .5s;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.new_con1 .rig .a .rq .div2 .p2{
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
  line-height: 25px;
  transition: all .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new_con1 .rig .a .rq .div2 .p3{
  display: inline-block;
  font-size: 14px;
  color: #333333;
  padding-right: 15px;
  position: relative;
  margin-top: 15px;
  transition: all .5s;
}
.new_con1 .rig .a .rq .div2 .p3::before{
  content: '';
  width: 7px;
  height: 13px;
  background-image: url(../images/img118.png);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.new_con1 .rig .a:hover .rq .div2 .p1,
.new_con1 .rig .a:hover .rq .div2 .p2,
.new_con1 .rig .a:hover .rq .div2 .p3{
  color: #fff;
}
.new_con1 .rig .a:hover .rq .div2 .p3::before{
  background-image: url(../images/img119.png);
}
.new_con1 .rig .fy2{
  margin-top: 50px;
}
.new_con2  .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.loading {
  margin: 0 5px;
  width: 38px;
  height: 38px;
  position: relative;
  border: 4px solid transparent;
  background: transparent;
}
.loading.swiper-pagination-bullet-active {
  border-color: rgba(255,255,255,.2);
}
.loading .left, 
.loading .right {
  opacity: 0;
  width: 19px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: -4px;
  top: -4px;
  overflow: hidden;
}
.loading .right {
  left: auto;
  right: -4px;
  top: -4px;
}

.loading.swiper-pagination-bullet-active .left,
 .loading.swiper-pagination-bullet-active .right {
  opacity: 1;
}
.loading .left:after,
 .loading .right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 15px;
  height: 30px;
  border: 4px solid #3160be;
  border-radius: 19px 0 0 19px;
  border-right: 0;
}
.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 19px 19px 0;
  border: 4px solid #3160be;
  border-left: 0;
}
.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-right;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading .c-progress {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #3160be;
  border-radius: 50%;
  left: 11px;
  top: 11px;
  line-height: 120px;
  text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
  background-color:#3160be;
}

/* new_con2 */
.new_con2 .wrap{
  position: relative;
}
.new_con2 .a{ 
  font-size: 14px;
  color: #999999;
  width: 140px;
  line-height: 44px;
  text-align: center;
  border-radius: 44px;
  border: 1px solid rgb(198,198,198);
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 10;
}
.new_con2 .a:hover{
  color: #fff;
  background-color: #3160be;
  border: 1px solid #3160be;
}

@media(max-width:1459px){
  .ny_lef .div1 .p {
    font-size: 16px;
    line-height: 60px;
    padding-right: 40px;
}
  .new_con1 {
    padding-top: 60px;
    padding-bottom: 70px;
}
.new_con1 .rig .a .rq .div .p1 {
  font-size: 74px;
  line-height: 62px;
}
.new_con1 .rig .a .rq .div {
  padding: 29px 0;
}
.new_con1 .rig .a .rq .div .p2 {
  font-size: 20px;
}
.new_con1 .rig .a .rq .div2 {
  padding-left: 40px;
  padding-top: 0px;
  padding-right: 40px;
}
.new_con1 .rig .a .rq .div2 .p1 {
  font-size: 22px;
  padding-bottom: 10px;
}
.new_con1 .rig .a .rq .div2 .p2 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 25px;
}

}
@media(max-width:1259px){
  .ny_lef .div2 .p1 {
    font-size: 18px;
}
.ny_lef .div2 .p2 {
  font-size: 22px;
}
.ny_lef .div2 {
  padding: 13px;
  margin-top: 15px;
}







}
@media(max-width:991px){
  .new_con1 .ny_lef{
    display: none;
  }
  .new_con1 .rig{
    width: 100%;
  }
  .new_con1 .rig .a {
    margin-bottom: 15px;
}
.new_con1 {
  padding-top: 26px;
  padding-bottom: 70px;
}

}
@media(max-width:768px){
  .new_con1 .rig .a .rq .div{
    display: none;
  }
  .new_con1 .rig .a .rq .div2{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
  }
  .new_con1 .rig .a .rq .div {
    padding: 15px 0;
}
.new_con1 .rig .a .rq .div .p1 {
  font-size: 50px;
  line-height: 45px;
}
.new_con1 .rig .a .rq .div .p2 {
  font-size: 16px;
}

}
@media(max-width:414px){
  .new_con1 .rig .a .rq {
    padding: 10px;
}
.new_con1 .rig .a .rq .div2 .p1 {
  font-size: 16px;
  padding-bottom: 6px;
}
.new_con1 .rig .a .rq .div2 .p2 {
  font-size: 13px;
  margin-top: 3px;
  line-height: 25px;
}
.new_con1 {
  padding-top: 26px;
  padding-bottom: 36px;
}
.new_con1 .rig .fy2 {
  margin-top: 30px;
}
.new_con2 .a{
  display: none;
}

}
.use3 {
  width: 100%;
  margin-top: 30px;
}

 .use3 .p1, .rig_rq2 .p1 {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 58px;
  background: #3160be;
}
 .use3 .div {
  background: rgb(250,250,250);
  padding: 22px 20px 40px 20px;
}
.use3 .div a {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid rgb(225,225,225);
  border-radius: 3px;
  margin-bottom: 10px;
  margin-right: 8px;
}

  
  @media (max-width: 1459px) {
    .use3 .p1{
      font-size: 18px;
      padding-left: 36px;
      line-height: 46px;
  }
  .use3 .div {
    padding: 10px 10px 15px 10px;
}
.use3 .div a {
  font-size: 12px;
  line-height: 26px;
  padding: 0 6px;
  border-radius: 3px;
  margin-bottom: 6px;
  margin-right: 4px;
}
  }
  @media (max-width: 1259px) {
  
  }
  @media(max-width:991px){
  .use3{
    display: none;
  }
  }

/* 下载中心 */
/*dyzs -end*/
/*download -start*/
.sec-download .fy{
  display: table;
  margin: 0 auto;
  margin-top: 2%;
}
.sec-download{
  padding: 1rem 0 3rem;
  background: #f8f8f8;
}
.download-menu {
  margin-bottom: 1.5rem;
  margin-top: 2%;
}
.download-menu a{
  display: inline-block;
  font-size: 12px;
  color: #333;
  line-height: 35px;
  padding: 0 15px;
  border:1px solid #dedede;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: all .3s;
}
.download-menu a.active,
.download-menu a:hover{
  background:#0f50bd;
  border-color:#0f50bd;
  color: #fff;
}
.download-list.flex-wrap-row{
  margin: 0 -0.07rem;
}
.download-list .col-sm-4{
  margin-bottom: .14rem;
  padding: 0 .07rem;
}
.download-item {
  display: block;
  height: 100%;
  background: #fff;
  text-align: center;
  padding: 1.25rem 0.2rem 1.25rem .2rem;
  transition: all .3s;
  margin-right: 10px;
  margin-top: 10px;
}
.download-item .m-tit {
  font-size: 1.18rem;
  transition: all .3s;
}
.download-item p {
  font-size: 16px;
  color: rgba(51,51,51,.8);
  margin: 1.1rem 0 0.15rem;
  transition: all .3s;
}
.download-item .m-icon{
  display: inline-block;
  width: .28rem;
  height: .28rem;
  background: url(../images/download_02.png) no-repeat center center;
  background-size: cover;
  transition: all .3s;
}
.download-item:hover{
  background: url(../images/download_01.png) no-repeat left top #0f50bd;
  background-size: auto 100%;
}
.download-item:hover p,
.download-item:hover .m-tit{
  color: #fff;
}
.download-item:hover .m-icon{
  background-image: url(../images/download_03.png);
}
@media (min-width: 768px){
  .download-item p {
    font-size: 16px !important;
  }
  .download-menu a {
    font-size: 1.18rem;
    line-height: .55rem;
    padding: 20px 2.5rem;
    margin-right: .07rem;
    margin-bottom: .07rem;
}
  .download-list.flex-wrap-row{
      margin: 0 -0.15rem;
  }
  .download-list .col-sm-4{
      margin-bottom: .3rem;
      padding: 0 .15rem;
  }
}
@media (max-width: 768px){
  .dono{
    display: none;
  }
  .download-item {
    padding: 1rem 0.2rem .4em .2rem;
}
  .download-item .m-tit {
    font-size: 1rem;
}
  .download-item p {
    font-size: 14px !important;
  }
}

/* 内页banner */
.list_banner a .foot-container {
  position: absolute;
  top: 50%;
  overflow: hidden;
  left: 50%;
  transform: translate(-51%,-50%);
}
.list_banner a .foot-container .lef {
  float: left;
  width: 100%;
}
.appli-banner .foot-container .lef .bname .p1 {
  font-size: 44px;
  color: #ffffff;
  font-family: "normal";
  position: relative;
  padding-bottom: 10px;
  text-align: left;
}
.appli-banner .foot-container .lef .bname .p1::before {
  content: '';
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left:0%;
}

.appli-banner .foot-container .lef .bname .p2 {
  font-size: 18px;
  color: #ffffff;
  font-family: "light";
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 15px;
  text-align: left;
}


/* 技术支持*/
/* 面包屑 */
.crumb{position: absolute;bottom: 0;left: 0;width: 100%;line-height: 48px;color: #fff;}
.crumb .wrap{color: #fff;}
.crumb a{color: #fff;font-size: 16px;}
.crumb a:hover,.crumb a:last-child{color: #0f50bd;}
.ny-tit{background: #f5f5f5;}
.ny-tlf{float: left;}
.ny-tlf h3{font-size: 30px;color: #fff;padding: 24px 90px;background: #0f50bd;}
.ny-trt{display: inline-block;float: right;}
.ny-trt a{display: inline-block;line-height: 78px;color: #111;font-size: 18px;margin-left: 46px;position: relative;}
.ny-trt a:after{content: '';width: 68px;height: 2px;background: #0f50bd;;position: absolute;bottom: 0;left: 50%;margin-left: -34px;display: none;}
.ny-trt a:hover,.ny-trt a.on{color: #0f50bd;}
.ny-trt a.on:after{display: block;}
.ny-box{background: #f5f5f5;}

.icon-down {color: #fff;position: absolute;right: 0;top: 50%;transform: translateY(-50%);-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.faq-box{padding: 40px 0;
  padding-bottom: 50px;
}
.faq_box{background: #fff;}
.faq_list li {text-align: left;background: #fff;border-bottom: 1px solid #f5f5f5;}
.faq_list li.on,.faq_list li:hover{background:#0f50bd; }
.faq_list li:hover .faq_tit h3,.faq_list li.on .faq_tit h3{color: #fff;}
.faq_font {display: none;}
.faq_tit-con{padding: 30px 40px;position: relative;background: url(../images/quest.png) no-repeat left center;}
.faq_tit {padding:0 40px;box-sizing: border-box;cursor: pointer;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;}
.faq_tit h3{color: #777;font-size: 18px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.faq_list li.on .faq_tit-con,.faq_list li:hover .faq_tit-con{background: url(../images/questh.png) no-repeat left center;}
.faq_list li:hover .faq_tit .icon-down,.faq_list li.on .faq_tit .icon-down{color: #fff;transform: rotate(180deg) translateY(50%);}
.faq_det{padding: 40px 80px;box-sizing: border-box;position: relative;background: #fbfbfb;}
.faq_det span{display: inline-block;position: absolute;left: 40px;top: 45px;width: 18px;height: 18px;background: url(../images/answ.png) no-repeat center;}
.faq_det p{color: #777;font-size: 18px;}
.faq_tit .icon-down{color: #7e7e7e;font-size: 18px;}
.faq-box .page{margin-top:60px;}
.download-list.flex-wrap-row {
  margin: 60px -0.15rem;
}
.faq-box .fy{
  width: auto;
  display: table;
  margin: 0 auto;
  margin-top: 3%;
}
@media (max-width: 1459px) {
	.ny-tlf h3{font-size: 28px;}
	.ny-trt a{font-size: 16px;}
}

@media (max-width: 991px) {
	/* 常见问题 */
	.faq-box{padding: 30px 15px 40px;}
	.faq_tit{padding: 0 15px;}
	.faq_tit-con{padding: 20px 25px;}
	.faq_tit h3{font-size: 14px;}
	.faq_tit .icon-down{font-size: 14px;}
	.faq-box .page{margin-top: 25px;}
	
	/* 内页banner */
	.inner-banner img{min-height: auto;}
	.inner-banner img.inner-app{display: block;}
	.inner-banner img.inner-pc{display: none;}
}

@media (max-width: 991px) {
  .fy li a {
    font-size: 14px !important; 
  }
    .fy li {
      width: 30px !important;
      line-height: 30px !important;
      margin-right: 15px !important;
  }
	.ny-tlf h3{font-size: 18px;padding: 18px 54px;display: none;}
	.ny-trt a{line-height: 54px;font-size: 14px;margin-left: 20px;}
	.ny-tlf,.ny-trt{float: none;display: block;}
	.crumb a{font-size: 14px;}
}

/* 新闻详情 */
.new_da1{
  width: 100%;
  padding-top: 55px;
}
.sy_con6 {
  width: 100%;
  padding-top: 115px;
  padding-bottom: 100px;
  background-image: url(../images/img67.jpg);
  background-size: cover;
}
.sy_con6 .lef {
  width: 48%;
  float: left;
}
.sy_con6 .rig {
  width: 52%;
  float: left;
  display: flex;
  padding-top: 30px;
}
.new_da1 .sy_con6{
  background-image: url(../images/img122.jpg);
  padding-top: 80px;
  padding-bottom: 70px;
}
.new_da1 .sy_con6 .wrap{
  padding-left: 70px;
}
.new_da1 .sy_con6 .lef .p1{
  font-size: 30px;
  color: #333333;
}
.new_da1 .sy_con6 .lef .p1::before{
  width: 50px;
  background: rgb(153,153,153);
  left: -64px;
}
.new_da1 .sy_con6 .lef .p1 .sp1{
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.new_da1 .sy_con6 .lef .p1 .sp2{
  font-size: 24px;
  color: #666666;
}
.new_da1 .sy_con6 .lef .div {
  margin-top: 15px;
}
.new_da1 .sy_con6 .lef .div .p2{
  font-size: 14px;
  color: #333;
}
.new_da1 .sy_con6 .lef .div .p3{
  font-family: "bold";
  font-size: 30px;
  color: #3160be;
}
.sy_con6 .rig .div1 p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 24px;
}
.new_da1 .sy_con6 a{
  width: 155px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
}
.new_da1 .sy_con6 .rig .div1 p{
  font-size: 16px;
  color: #333;
}
.sy_con6 .rig .div1:hover img {
  transform: translateY(-10px);
}
.new_da1 .sy_con6 .lef .p1::before {
width: 50px;
background: rgb(153,153,153);
left: -64px;
}
.sy_con6 .lef .p1::before {
content: '';
width: 60px;
height: 2px;
background: #fff;
position: absolute;
top: 55%;
left: -80px;
transform: translateY(-50%);
}
.sy_con6 .lef .div .p2 img {
margin-bottom: -5px;
margin-right: 5px;
}

/* new_da2 */
.new_da2{
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.new_da2 .rq{
  width: 100%;
}
.new_da2 .rq .lef{
  width: 73.5%;
  float: left;
}
.new_da2 .rq .lef .rq2{
  padding: 60px 70px;
  padding-bottom: 0;
  background: rgb(250,250,250);
}
.new_da2 .rq .lef .top{
  padding-bottom: 35px;
  border-bottom: 1px solid rgb(214,214,214);
}
.new_da2 .rq .lef .p1{
  font-size: 34px;
  color: #333333;
  text-align: center;
}
.new_da2 .rq .lef .p2{
  text-align: center;
  padding-top: 14px;
}
.new_da2 .rq .lef .p2 span{
  font-size: 16px;
  color: #666666;
  padding-right: 20px;
}
.new_da2 .rq .lef .p2 span:last-child{
  padding-right: 0;
}
.new_da2 .rq .lef .bot{
  padding-top: 50px;
  padding-bottom: 90px;
  border-bottom: 1px solid rgb(214,214,214);
}
.new_da2 .rq .lef .bot p{
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.new_da2 .rq .lef .bot img{
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}
.new_da2 .rq .lef .div{
  padding-top: 20px;
  padding-bottom: 30px;
}
.prev{
  float: left;
}
.prev span{
  padding-left: 30px;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  position: relative;
  transition: all .5s;
}
.prev span::before{
  content: '';
  width: 8px;
  height: 13px;
  background-image: url(../images/img109.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: all .5s;
}
.next{
  float: right;
}
.next span{
  padding-right: 30px;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  position: relative;
  transition: all .5s;
}
.next span::before{
  content: '';
  width: 8px;
  height: 13px;
  background-image: url(../images/img109.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.prev p,
.next p{
  font-size: 16px;
  color: #333333;
  padding-top: 12px;
  transition: all .5s;
}
.next p{
  text-align: right;
}
.prev:hover span,
.prev:hover p,
.next:hover span,
.next:hover p{
  color: #3160be;
}
.prev:hover span::before,
.next:hover span::before{
  background-image: url(../images/img110.png);
}
.new_da2 .rq .lef .rq3{
  padding-top: 70px;
}
.new_da2 .rq .lef .rq3 .p3{
  font-size: 30px;
  color: #333333;
}
.new_da2 .rq .lef .rq3 .div1{
  width: 100%;
  padding-top: 40px;
}
.new_da2 .rq .lef .rq3 .div1 a{
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.new_da2 .rq .lef .rq3 a .div2{
  width: 21.3%;
  float: left;
}
.new_da2 .rq .lef .rq3 a .div2 img{
  width: 100%;
  transition: all .5s;
}
.new_da2 .rq .lef .rq3 a:hover .div2 img{
  transform: scale(1.03);
}
.new_da2 .rq .lef .rq3 a .div3{
  width: 78.7%;
  float: right;
  padding-left: 40px;
  padding-top: 15px;
  padding-right: 170px;
  position: relative;
}
.new_da2 .rq .lef .rq3 a .div3 .p4{
  font-size: 20px;
  color: #333333;
  transition: all .5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.new_da2 .rq .lef .rq3 a .div3 .p5{
  font-size: 16px;
  color: #666666;
  padding-top: 14px;
  transition: all .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new_da2 .rq .lef .rq3 a:hover .p4,
.new_da2 .rq .lef .rq3 a:hover .p5{
  color: #3160be;
}
.new_da2 .rq .lef .rq3 button{
  font-size: 16px;
  color: #666666;
  width: 140px;
  height: 44px;
  border-radius: 44px;
  border: 1px solid rgb(194,196,192);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.new_da2 .rq .lef .rq3 a:hover button{
  background: #3160be;
  border: 1px solid #3160be;
  color: #fff;
}

.new_da2 .rq .rig{
  width: 24%;
  float: right;
}
.new_da2 .rq .rig .rq1{
  width: 100%;
  background: rgb(250,250,250);
  padding: 30px;
  padding-right: 25px;
  display: block;
  margin-bottom: 18px;
}
.new_da2 .rq .rig .rq1 .p1{
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
}
.new_da2 .rq .rig .rq1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new_da2 .rq .rig .rq1:hover img{
  transform: scale(1.03);
}
.new_da2 .rq .rig .rq1 .p2{
  font-size: 18px;
  color: #333333;
  padding-top: 22px;
  padding-bottom: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.new_da2 .rq .rig .rq1:hover .p2{
  color: #3160be;
}
.new_da2 .rq .rig .rq1 .p3{
  font-size: 16px;
  color: #666666;
}

.rig_rq2{
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 22px 0px rgba(90, 91, 95, 0.2);
  margin-top: 30px;
}
.new_da2 .rq .rig .rq3 .p1,
.rig_rq2 .p1{
  font-size: 20px;
  color: #ffffff;
  line-height: 58px;
  background: #3160be;
  text-align: center;
}
.rig_rq2 .div{
  padding: 0 36px;
  padding-bottom: 70px;
}
.rig_rq2 .div a{
  display: block;
  border-bottom: 1px solid rgb(225,225,225);
  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 18px;
  color: #333333;
  transition: all .5s;
}
.rig_rq2 .div a .p2{
  font-size: 14px;
  color: #666666;
  font-family: "din";
  margin-top: 8px;
  transition: all .5s;
}
.rig_rq2 .div a:hover,
.rig_rq2 .div a:hover .p2{
  color: #3160be;
}

.new_da2 .rq .rig .rq3{
  width: 100%;
  margin-top: 30px;
}
.new_da2 .rq .rig .rq3 .div{
  background: rgb(250,250,250);
  padding: 22px 20px 40px 20px;
}
.new_da2 .rq .rig .rq3 .div a{
  font-size: 14px;
  color: #999999;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid rgb(225,225,225);
  border-radius: 3px;
  margin-bottom: 10px;
  margin-right: 8px;
}
.new_da2 .rq .rig .rq3 .div a:hover{
  color: #fff;
  background: #3160be;
  border: 1px solid #3160be;
}

.sy_con6 .rig .div1:last-child::before {
  content: none;
}
.sy_con6 .rig .div1::before {
  width: 1px;
  height: 100%;
  content: '';
  background: rgb(193,199,211);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


.new_da1 .sy_con6 a {
  width: 155px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
}
.sy_con6 a {
  width: 180px;
  height: 55px;
  line-height: 55px;
  border-radius: 55px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  color: #3160be;
  font-size: 16px;
  transition: all .5s;
  margin-top: 5px;
}
.sy_con6 a:hover {
  background: #3160be;
  color: #fff;
}
.sy_con6 .lef .div {
  display: inline-block;
  padding-right: 215px;
  position: relative;
  margin-top: 10px;
}
.sy_con6 .rig .div1 {
  padding: 0 30px;
  position: relative;
}
.sy_con6 .rig .div1 img {
  width: 45px;
  display: block;
  margin: 0 auto;
  transition: all .5s;
}
.sy_con6 .rig .div1::before {
  width: 1px;
  height: 100%;
  content: '';
  background: rgb(193,199,211);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media(max-width:1459px){
.sy_con6 .rig .div1 p {
  margin-top: 10px;
}
.sy_con6 .rig .div1 {
  padding: 0 15px;
}
.sy_con6 .rig .div1 img {
  width: 34px;
}
.new_da1 .sy_con6 {
  padding-top: 55px;
  padding-bottom: 46px;
}
.new_da1 .sy_con6 .lef .p1 {
font-size: 22px;
}
.new_da1 .sy_con6 .lef .p1 .sp1 {
font-size: 26px;
}
.new_da1 .sy_con6 .lef .p1 .sp2 {
font-size: 18px;
}
.new_da1 .sy_con6 .lef .div .p3 {
font-size: 22px;
}
.new_da1 .sy_con6 a {
width: 110px;
height: 35px;
line-height: 35px;
font-size: 14px;
}
.new_da1 .sy_con6 .rig {
padding-top: 15px;
}
.sy_con6 .rig .div1 p {
font-size: 12px !important;
}
.new_da1 {
padding-top: 32px;
}
.new_da2 {
margin-top: 30px;
}
.new_da2 .rq .lef .rq2 {
padding: 28px 30px;
}
.new_da2 .rq .lef .p1 {
font-size: 24px;
}
.new_da2 .rq .lef .top {
padding-bottom: 14px;
}
.new_da2 .rq .lef .p2 span {
font-size: 14px;
padding-right: 20px;
}
.new_da2 .rq .lef .bot {
padding-top: 22px;
padding-bottom: 40px;
}
.new_da2 .rq .rig .rq1 {
padding: 15px;
padding-right: 25px;
margin-bottom: 15px;
}
.new_da2 .rq .rig .rq1 .p1 {
font-size: 18px;
margin-bottom: 10px;
}
.new_da2 .rq .rig .rq1 .p2 {
font-size: 16px;
padding-top: 10px;
padding-bottom: 5px;
}
.new_da2 .rq .rig .rq1 .p3 {
font-size: 14px;
}
.new_da2 .rq .rig .rq3 .p1, .rig_rq2 .p1 {
font-size: 18px;
padding-left: 36px;
line-height: 46px;
}
.rig_rq2 .div {
padding: 0 16px;
padding-bottom: 36px;
}
.rig_rq2 .div a {
padding-top: 14px;
padding-bottom: 10px;
font-size: 14px;
}
.new_da2 .rq .rig .rq3 .div {
padding: 10px 10px 15px 10px;
}
.new_da2 .rq .rig .rq3 .div a {
font-size: 12px;
line-height: 26px;
padding: 0 6px;
border-radius: 3px;
margin-bottom: 6px;
margin-right: 4px;
}
.new_da2 .rq .lef .rq3 {
padding-top: 46px;
}
.new_da2 .rq .lef .rq3 .p3 {
font-size: 24px;
}
.new_da2 .rq .lef .rq3 .div1 {
padding-top: 20px;
}
.new_da2 .rq .lef .rq3 a .div3 {
padding-left: 20px;
padding-top: 6px;
padding-right: 150px;
}
.new_da2 .rq .lef .rq3 a .div3 .p4 {
font-size: 18px;
}
.new_da2 .rq .lef .rq3 a .div3 .p5 {
font-size: 14px;
padding-top: 14px;
}
.new_da2 .rq .lef .rq3 button {
font-size: 14px;
width: 100px;
height: 35px;
border-radius: 35px;
}

}
@media(max-width:991px){
.new_da2 .rq .rig{
  display: none;
}
.sy_con6 .lef{
  width: 100%;
}
.sy_con6 .rig{
  width: 100%;
  margin-top: 20px;
}
.new_da2 .rq .lef{
  width: 100%;
}
  .sy_con6 .lef {
    width: 100%;
}
}

@media(max-width:414px){
.sy_con5 .rq2 .div{
  width: 100%;
  float: none;
}
.sy_con6 .rig .div1:last-child:before {
display: none;
}
.new_da1 .sy_con6 .lef .p1, .new_da1 .sy_con6 .lef .p1 .sp1, .new_da1 .sy_con6 .lef .p1 .sp2 {
  font-size: 18px;
}
.sy_con6 .lef .div {
  display: block;
  text-align: center;
  padding-right: 0;
}
.new_da1 .sy_con6 .rig .div1 p {
  font-size: 12px;
}
.new_da1 .sy_con6 .rig .div1 {
padding: 0 7px;
}
.new_da1 .sy_con6 .wrap {
  padding-left: 0px;
}
.new_da1 .sy_con6 .lef .p1,
.new_da1 .sy_con6 .lef .p1 .sp1,
.new_da1 .sy_con6 .lef .p1 .sp2{
  text-align: center;
font-size: 18px;
}
.new_da1 .sy_con6 a{
  display: none;
}
.new_da1 .sy_con6 {
padding-top: 24px;
padding-bottom: 20px;
}
.new_da2 .rq .lef .rq2 {
padding: 28px 10px;
padding-bottom: 0;
}
.new_da2 .rq .lef .p2 span {
font-size: 12px;
padding-right: 10px;
}
.new_da2 .rq .lef .p1 {
font-size: 22px;
}
.prev p, .next p {
font-size: 14px;
padding-top: 9px;
}
.new_da2 .rq .lef .rq3 {
padding-top: 30px;
}
.new_da2 .rq .lef .rq3 .p3 {
font-size: 22px;
}
.new_da2 .rq .lef .rq3 a .div2{
width: 100%;
}
.new_da2 .rq .lef .rq3 a .div3{
width: 100%;
padding: 0;
padding-top: 15px;
padding-bottom: 15px;
}
.new_da2 .rq .lef .rq3 button{
position: static;
transform: translate(0,0);
margin-top: 15px;
}

}

/* 应用案例 */
/* .por_con1 */
.por_con1{
  width: 100%;
  padding-top: 70px;
  background: rgb(248,248,248);
}
.por_con1 .p{
  font-size: 44px;
  color: #2f3336;
  text-align: center;
  font-weight: bold;
}
.por_con1 .p span{
  color: #0f50bd;
}
.por_con1 .p1{
  font-size: 16px;
  color: #666666;
  text-align: center;
  padding-top: 27px;
  padding-bottom: 60px;
  width: 80%;
  margin: 0 auto;
  line-height: 28px;
}
.por_con1 .rq{
  width: 100%;
}
.por_con1 .rq .div{
  width: 23.5%;
  height: 225px;
  float: left;
  margin-right: 2%;
}
.por_con1 .rq .div:nth-child(4n){
  margin-right: 0;
}
.por_con1 .rq .div1{
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 34px 0;
  transition: all .5s;
}
.por_con1 .rq .div:hover .div1{
  background: #0f50bd;
}
.por_con1 .rq .div1 div{
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #0f50bd;
  margin: 0 auto;
  position: relative;
  transition: all .5s;
}
.por_con1 .rq .div1:hover div{
  background: #fff;
}
.por_con1 .rq .div1 div img{
  width: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.por_con1 .rq .div1 div .ig2{
  left: 0;
  opacity: 0;
}
.por_con1 .rq .div1:hover div .ig2{
  left: 50%;
  opacity: 1;
}
.por_con1 .rq .div1:hover div .ig1{
  left: 100%;
  opacity: 0;
}
.por_con1 .rq .div1 p{
  font-size: 24px;
  color: #0f50bd;
  text-align: center;
  padding-top: 24px;
  transition: all .3s;
}
.por_con1 .rq .div1:hover p{
  color: #fff;
}

@media(max-width:1459px){
  .por_con1 {
    padding-top: 53px;
}
.por_con1 .p {
  font-size: 33px;
}
.por_con1 .p1 {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 45px;
  line-height: 28px;
}
.por_con1 .rq .div {
  height: 170px;
}
.por_con1 .rq .div1 {
  padding: 25px 0;
}
.por_con1 .rq .div1 div {
  width: 66px;
  height: 66px;
}
.por_con1 .rq .div1 p {
  font-size: 18px;
  padding-top: 20px;
}
.por_con1 .rq .div1 div img {
  width: 26px;
}
}
@media(max-width:991px){
  .por_con1 {
    padding-top: 40px;
}
.por_con1 .p {
  font-size: 28px;
}
.por_con1 .p1 {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 32px;
  line-height: 24px;
  width: 100%;
}
.por_con1 .rq .div {
  height: 130px;
}
.por_con1 .rq .div1 div {
  width: 50px;
  height: 50px;
}
.por_con1 .rq .div1 {
  padding: 22px 0;
}
.por_con1 .rq .div1 p {
  font-size: 16px;
  padding-top: 16px;
}

}
@media(max-width:500px){
  .por_con1 .p {
    font-size: 24px;
}
.por_con1 .p1 {
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 25px;
  line-height: 23px;
  width: 100%;
}
.por_con1 .rq .div1 {
  padding: 12px 0;
}
.por_con1 .rq .div {
  height: 115px;
}
.por_con1 .rq .div1 p {
  font-size: 14px;
  padding-top: 14px;
}

}

/* por_con2 */
.por_con2{
  width: 100%;
  padding-top: 63px;
  background: rgb(248,248,248);
}
.por_con2_lef{
  width: 24.7%;
  float: left;
}
.por_con2_lef .rq1{
  width: 100%;
  margin-bottom: 22px;
}
.por_con2_lef .rq1 .p{
  font-size: 30px;
  color: #ffffff;
  line-height: 78px;
  background: rgb(47,51,54);
  text-align: center;
  position: relative;
}
.por_con2_lef .rq1 .p span{
  font-size: 44px;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
}
.por_con2_lef .rq1 .div{
  width: 100%;
  background: #fff;
}
.por_con2_lef .rq1 .div .div1{
  width: 100%;
  border-bottom: 1px dashed rgb(208,208,208);
}
.por_con2_lef .rq1 .div .div1 .a{
  font-size: 16px;
  color: #333333;
  padding-left: 34px;
  line-height: 50px;
  display: block;
  position: relative;
}
.por_con2_lef .rq1 .div .div1.on .a{
  color: #fff;
  background: #017cee;
}
.por_con2_lef .rq1 .div .div1 .a i{
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 17%;
  transform: translateY(-50%);
  background-image: url(../images/por1_con2_img1.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .5s;
}
.por_con2_lef .rq1 .div .div1.on .a i{
  background-image: url(../images/por1_con2_img2.png);
}
.por_con2_lef .rq1 .div .div1 .div2{
  width: 100%;
  /* padding:0 47px; */
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: all .5s;
  opacity: 0;
}
.por_con2_lef .rq1 .div .div1.on .div2{
  opacity: 1;
  max-height: 300px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.por_con2_lef .rq1 .div .div1 .div2 p{
  margin-bottom: 12px;
}
.por_con2_lef .rq1 .div .div1 .div2 a{
  font-size: 14px;
  color: #666666;
  padding-right: 10px;
  position: relative;
  transition: all .6s;
}
.por_con2_lef .rq1 .div .div1 .div2 a.on1,
.por_con2_lef .rq1 .div .div1 .div2 a:hover{
  padding-right: 20px;
  color: #307cef;
}
.por_con2_lef .rq1 .div .div1 .div2 a::before{
  content: '';
  width: 6px;
  height: 11px;
  background-image: url(../images/por1_con2_img3.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .3s;
}
.por_con2_lef .rq1 .div .div1 .div2 a.on1::before,
.por_con2_lef .rq1 .div .div1 .div2 a:hover::before{
  opacity: 1;
}

.por_con2_lef .rq2{
  width: 100%;
  background: #fff;
  margin-bottom: 22px;
}
.por_con2_lef .rq2 .p{
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  position: relative;
  background: #307cef;
}
.por_con2_lef .rq2 .p span{
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por_con2_lef .rq2 .div{
  width: 100%;
  padding: 22px 13px;
  padding-bottom: 25px;
}
.por_con2_lef .rq2 .div .div1{
  width: 100%;
  margin-bottom: 14px;
}
.por_con2_lef .rq2 .div .div1:last-child{
  margin-bottom: 0;
}
.por_con2_lef .rq2 .div .div1 .p1{
  font-size: 14px;
  color: #2f3336;
  margin-bottom: 5px;
}
.por_con2_lef .rq2 .div .div1 .p2{
  font-size: 14px;
  color: #666666;
}
.por_con2_lef .rq2 .div2{
  width: 100%;
  position: relative;
}
.por_con2_lef .rq2 .div2 img{
  width: 100%;
  vertical-align: middle;
}
.por_con2_lef .rq2 .div2 div{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 13px;
}
.por_con2_lef .rq2 .div2 div .p1{
  font-size: 16px;
  color: #2f3336;
}
.por_con2_lef .rq2 .div2 div .p1 img{
  width: 20px;
}
.por_con2_lef .rq2 .div2 div .p2{
  font-size: 30px;
  color: #307cef;
  font-family: "din";
}

.por_con2_lef .rq3{
  width: 100%;
  background: #fff;
}
.por_con2_lef .rq3 .p{
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  position: relative;
  background: #307cef;
}
.por_con2_lef .rq3 .p span{
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por_con2_lef .rq3 .div{
  width: 100%;
  padding: 10px 20px;
  padding-bottom: 70px;
}
.por_con2_lef .rq3 .div a{
  display: inline-block;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  border: 1px solid rgb(209,210,211);
  border-radius: 5px;
  margin-bottom: 4px;
  margin-right: 5px;
  padding: 0 15px;
}
.por_con2_lef .rq3 .div a:hover{
  color: #fff;
  background: #307cef;
  border: 1px solid #307cef;
}


.por_con2_rig{
  width: 74%;
  float: right;
}
.por_con2_rig .rq1{
  background: #fff;
  margin-bottom: 34px;
}
.por_con2_rig .rq1 .top{
  padding: 0 25px;
  line-height: 70px;
  border-bottom: 2px solid rgb(239,239,239);
}
.por_con2_rig .rq1 .top .p{
  font-size: 26px;
  color: #333333;
  float: left;
}
.por_con2_rig .rq1 .top .p span{
  font-size: 24px;
  color: #333333;
  opacity: 0.5;
  text-transform: uppercase;
}
.por_con2_rig .rq1 .top div{
  float: right;
  width: 40px;
  height: 40px;
  background: rgb(232,232,232);
  margin-left: 14px;
  margin-top: 15px;
  position: relative;
  transition: all .5s;
}
.por_con2_rig .rq1 .top div.on{
  background: #0f50bd;
}
.por_con2_rig .rq1 .top .div1::before{
  content: '';
  width: 18px;
  height: 13px;
  background-image: url(../images/por1_con2_img9.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.por_con2_rig .rq1 .top .div1.on::before{
  background-image: url(../images/por1_con2_img8.png);
}
.por_con2_rig .rq1 .top .div2::before{
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/por1_con2_img7.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.por_con2_rig .rq1 .top .div2.on::before{
  background-image: url(../images/por1_con2_img6.png);
}
.por_con2_rig .rq1 .bot{
  width: 100%;
  background: #fff;
  padding: 0 25px;
  padding-bottom: 38px;
}
.por_con2_rig .rq1 .bot .div{
  width: 100%;
  margin-bottom: 38px;
}
.por_con2_rig .rq1 .bot .div1{
  width: 23.5%;
  height: 317px;
  float: left;
  margin-right: 2%;
  border: 1px solid rgb(227,227,227);
  margin-top: 15px;
  display: block;
}
.por_con2_rig .rq1 .bot .div1:nth-child(4n){
  margin-right: 0;
}
.por_con2_rig .rq1 .bot.por2_bot .div1{
  width: 32%;
  height: 400px;
  margin-right: 2%;
}
.por_con2_rig .rq1 .bot.por2_bot .div1:nth-child(4n){
  margin-right: 2%;
}
.por_con2_rig .rq1 .bot.por2_bot .div1:nth-child(3n){
  margin-right: 0%;
}
.por_con2_rig .rq1 .bot .div1 .div2{
  width: 100%;
  overflow: hidden;
}
.por_con2_rig .rq1 .bot .div1 .div2 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.por_con2_rig .rq1 .bot .div1:hover .div2 img{
  transform: scale(1.1);
}
.por_con2_rig .rq1 .bot .div1 .div3{
  width: 100%;
  padding: 12px;
  padding-top: 18px;
}
.por_con2_rig .rq1 .bot .div1 .div3 .p1{
  font-size: 20px;
  color: #333333;
  margin-bottom: 8px;
  transition: all .5s;
  
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.por_con2_rig .rq1 .bot .div1:hover .div3 .p1{
  color: #0f50bd;
}
.por_con2_rig .rq1 .bot .div1 .div3 .p2{
  font-size: 14px;
  color: #999999;
  height: 38px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.por_con2_rig .rq1 .bot .div1 .div3 button{
  font-size: 12px;
  color: #999999;
  width: 90px;
  height: 27px;
  line-height: 25px;
  border: 1px solid rgb(227,227,227);
  margin-top: 15px;
  text-transform: uppercase;
  transition: all .5s;
}
.por_con2_rig .rq1 .bot .div1:hover .div3 button{
  background: #0f50bd;
  border: 1px solid #0f50bd;
  color: #fff;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4{
  margin-top: 25px;
  margin-bottom: 10px;
  display: none;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4 p{
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  line-height: 22px;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4 span{
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  padding: 0 7px;
  border: 1px solid rgb(209,210,211);
  border-radius: 3px;
  transition: all .5s;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4 span:hover{
  color: #fff;
  background: #0f50bd;
  border: 1px solid #0f50bd;
}
.por_con2_rig .rq1 .bot.on1 .div .div1{
  width: 100%;
  height: auto;
  margin-right: 0;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div2{
  width: 37.4%;
  float: left;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3{
  width: 62.6%;
  float: left;
  padding-left: 46px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 .p1{
  font-size: 22px;
  margin-bottom: 18px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 button{
  font-size: 14px;
  width: 120px;
  height: 35px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 .div4{
  display: block;
}

.fy{
  display: table;
  width: auto;
  margin: 0 auto;
}
.fy li{
  float: left;
  margin-right: 9px;
}
.fy li a{
  display: block;
  width: 31px;
  line-height: 31px;
  border: 1px solid rgb(219,219,219);
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.fy li.on a:hover,
.fy li a:hover{
  color: #fff;
  background: #0f50bd;
  border: 1px solid #0f50bd;
}
.fy li:last-child a,
.fy li:first-child a{
  width: 47px;
  height: 33px;
  margin-right: 23px;
  position: relative;
}
.fy li:last-child a{
  margin-right: 0;
  margin-left: 23px;
}
.fy li:last-child a::before,
.fy li:first-child a::before{
  content: '';
  width: 8px;
  height: 14px;
  background-image: url(../images/por1_con2_img12.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::before{
  transform: translate(-50%,-50%) rotate(180deg);
}
.fy li:last-child a:hover::before,
.fy li:first-child a:hover::before{
  background-image: url(../images/por1_con2_img11.png);
}


.por_con2_rig .rq2{
  width: 100%;
  height: 258px;
  margin-bottom: 32px;
  background-image: url(../images/por1_con2_img13.jpg);
  background-size: cover;
}
.por_con2_rig .rq2 .lef{
  width: 42%;
  float: left;
  padding-left: 53px;
  padding-top: 58px;
}
.por_con2_rig .rq2 .lef span{
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  line-height: 34px;
  padding: 0 15px;
  background: #0f50bd;
}
.por_con2_rig .rq2 .lef p{
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 14px;
  padding-bottom: 35px;
  position: relative;
}
.por_con2_rig .rq2 .lef p::before{
  content: '';
  width: 38px;
  height: 2px;
  background: rgb(143,147,150);
  position: absolute;
  bottom: 0;
  left: 0;
}
.por_con2_rig .rq2 .rig{
  width: 58%;
  height: 100%;
  float: left;
  position: relative;
}
.por_con2_rig .rq2 .rig img{
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.por_con2_rig .rq2:hover .rig img{
  transform: translate(-50%,-50%) scale(1.08);
}

.por_con2_rig .rq3{
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
}
.por_con2_rig .rq3 .p{
  font-size: 26px;
  color: #333333;
  line-height: 77px;
  padding: 0 23px;
  border-bottom: 2px solid rgb(239,239,239);
}
.por_con2_rig .rq3 .p span{
  color: #333333;
  font-size: 24px;
  opacity: 0.5;
  text-transform: uppercase;
}
.por_con2_rig .rq3 .div{
  padding: 23px;
}
.por_con2_rig .rq3 .div .div1{
  width: 23.5%;
  height: 218px;
  margin-right: 2%;
  float: left;
  background: rgb(246,246,246);
  padding: 30px 23px;
  transition: all .5s;
}
.por_con2_rig .rq3 .div .div1:hover{
  box-shadow: 0px 16px 22px 0px rgb(90,91,95,.2);
  transform: translate3d(0,-5px,0);
}
.por_con2_rig .rq3 .div .div1:nth-child(4n){
  margin-right: 0;
}
.por_con2_rig .rq3 .div .div1 img{
  width: 44px;
  display: block;
  margin: 0 auto;
}
.por_con2_rig .rq3 .div .div1 .p1{
  font-size: 22px;
  color: #333333;
  border-bottom: 1px solid rgb(207,206,206);
  text-align: center;
  padding-top: 22px;
  padding-bottom: 9px;
  margin-bottom: 18px;
}
.por_con2_rig .rq3 .div .div1 .p2{
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.por_con2_rig .rq3 .div .div1 .p3{
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.por_con2_rig .rq1.rq4 .bot{
  padding-bottom: 20px;
}
.por_con2_rig .rq1.rq4 .bot .div{
  margin-bottom: 0;
}
.fl{
  width: 100%;
  line-height: 40px;
  padding: 0 20px;
  display: none;
  background: linear-gradient(180deg , #f2f2f2 0% , #e0e0e0 100%);
}
.fl a{
  font-size: 16px;
  color: #333;
  float: right;
}
@media(max-width:991px){
  .fl_l.por_con2_lef{
    width: 100%;
    display: block;
  }
  .fl_l.por_con2_lef .rq1 .p a {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    z-index: 10;
}
  .por_con2_lef .rq1 .div .div1 .a{
    display: inline-block;
    width: 86%;
  }
  .por_con2_lef .rq1 .div .div1.on .a{
    background: none;
  }
  .por_con2_lef .rq1 .div .div1.on .p1{
    background: #0f50bd;
}
.por_con2_lef .rq1 .div .div1 .a i{
  right: 0;
}
}
@media(max-width:500px){
  .fy li a {
    width: 28px;
    line-height: 28px;
    font-size: 13px;
  }
  .fy li:last-child a, .fy li:first-child a {
    width: 40px;
    height: 30px;
    margin-right: 0px;
}
.fy li:last-child a {
  margin-right: 0;
  margin-left: 0px;
}

}

@media(max-width:1459px){
  .por_con2 {
    padding-top: 65px;
  }
  .por_con2_lef .rq1 .p {
    font-size: 22px;
    line-height: 60px;
  }
  .por_con2_lef .rq1 .p span {
    font-size: 32px;
  }
  .por_con2_lef .rq1 .div .div1 .a {
    font-size: 14px;
    padding-left: 25px;
    line-height: 40px;
  }
  .por_con2_lef .rq1 .div .div1 .a i {
    width: 12px;
    height: 12px;
  }
  .por_con2_lef .rq1 .div .div1 .div2 {
    /* padding: 0 35px; */
  }
  .por_con2_lef .rq1 .div .div1 .div2 a {
    font-size: 13px;
  }
  .por_con2_lef .rq1 .div .div1 .div2 p {
    margin-bottom: 8px;
  }
  .por_con2_lef .rq2 .p {
    font-size: 18px;
    line-height: 45px;
  }
  .por_con2_lef .rq2 .p span {
    font-size: 33px;
  }
  .por_con2_lef .rq2 .div {
    padding: 14px 13px;
    padding-bottom: 20px;
  }
  .por_con2_lef .rq2 .div2 div .p1 {
    font-size: 14px;
  }
  .por_con2_lef .rq2 .div2 div .p1 img {
    width: 16px;
    margin-bottom: 1px;
  }
  .por_con2_lef .rq2 .div2 div .p2 {
    font-size: 22px;
  }
  .por_con2_lef .rq3 .p {
    font-size: 18px;
    line-height: 45px;
  }
  .por_con2_lef .rq3 .p span {
    font-size: 33px;
  }
  .por_con2_lef .rq3 .div {
    padding: 10px 10px;
    padding-bottom: 35px;
  }
  .por_con2_lef .rq3 .div a {
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
  }
  .por_con2_rig .rq1 .bot .div {
    margin-bottom: 30px;
  }
  .por_con2_rig .rq1 {
    margin-bottom: 24px;
  }
  .por_con2_rig .rq1 .top {
    padding: 0 19px;
    line-height: 54px;
  }
  .por_con2_rig .rq1 .top .p {
    font-size: 20px;
  }
  .por_con2_rig .rq1 .top .p span {
    font-size: 18px;
  }
  .por_con2_rig .rq1 .top div {
    width: 30px;
    height: 30px;
    margin-top: 14px;
  }
  .por_con2_rig .rq1 .top .div1::before {
    width: 14px;
    height: 10px;
  }
  .por_con2_rig .rq1 .top .div2::before {
    width: 11px;
    height: 11px;
  }
  .por_con2_rig .rq1 .bot {
    padding: 0 19px;
    padding-bottom: 30px;
  }
  .por_con2_rig .rq1 .bot .div1 {
    height: 240px;
  }
  .por_con2_rig .rq1 .bot.por2_bot .div1 {
    height: 314x;
}
  .por_con2_rig .rq1 .bot .div1 .div3 {
    padding: 8px;
    padding-top: 10px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 .p1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 .p2 {
    font-size: 13px;
    height: 34px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 button {
    margin-top: 7px;
  }
  .por_con2_rig .rq1 .bot.on1 .div .div1 .div3 {
    padding-left: 34px;
  }
  
  
  .por_con2_rig .rq2 {
    height: 196px;
    margin-bottom: 32px;
  }
  .por_con2_rig .rq2 .lef {
    padding-left: 40px;
    padding-top: 44px;
  }
  .por_con2_rig .rq2 .lef span {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
  }
  .por_con2_rig .rq2 .lef p {
    font-size: 27px;
    margin-top: 12px;
    padding-bottom: 24px;
  }
  .por_con2_rig .rq2 .rig img {
    max-width: 75%;
    max-height: 75%;
  }
  .por_con2_rig .rq3 .p {
    font-size: 20px;
    line-height: 54px;
    padding: 0 19px;
  }
  .por_con2_rig .rq3 .p span {
    font-size: 18px;
  }
  .por_con2_rig .rq3 .div .div1 {
    height: 165px;
    padding: 22px 18px;
  }
  .por_con2_rig .rq3 .div .div1 img {
    width: 33px;
  }
  .por_con2_rig .rq3 .div .div1 .p1 {
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 9px;
    margin-bottom: 10px;
  }
  .por_con2_rig .rq3 .div .div1 .p2 {
    font-size: 16px;
  }
  .por_con2_rig .rq3 .div .div1 .p3 {
    font-size: 14px;
  }
  
}
@media(max-width:1259px){
  .por_con2_rig .rq1 .bot.por2_bot .div1 {
    height: 285px;
  }
}

@media(max-width:991px){
  .fl{
    display: block;
  }
  .por_con2 {
    padding-top: 45px;
}
.por_con2_lef{
  display: none;
}
.por_con2_rig{
  width: 100%;
}
.por_con2_rig .rq1 .bot .div1 {
  height: 230px;
}
.por_con2_rig .rq1 .bot.por2_bot .div1 {
  height: 280px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 {
  padding-left: 24px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 .p1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4 {
  margin-top: 16px;
  margin-bottom: 5px;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4 span {
  font-size: 12px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 button {
  font-size: 12px;
  width: 100px;
  height: 30px;
}

}
@media(max-width:768px){
  .por_con2_rig .rq1 .bot .div1{
    width: 49%;
    height: 326px;
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot .div1:nth-child(4n){
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot .div1:nth-child(2n){
    margin-right: 0;
  }

  .por_con2_rig .rq1 .bot.por2_bot .div1{
    width: 49%;
    height: 326px;
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot.por2_bot .div1:nth-child(4n){
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot.por2_bot .div1:nth-child(3n){
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot.por2_bot .div1:nth-child(2n){
    margin-right: 0;
  }
  .por_con2_rig .rq3 .div .div1{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .por_con2_rig .rq3 .div .div1:nth-child(4n){
    margin-right: 2%;
  }
  .por_con2_rig .rq3 .div .div1:nth-child(2n){
    margin-right: 0;
  }

}
@media(max-width:500px){
  .por_con2_rig .rq1 .bot .div1 {
    height: 240px;
}
.por_con2_rig .rq1 .bot.por2_bot .div1 {
  height: 240px;
}
.por_con2_rig .rq1 .top div {
  margin-left: 8px;
}
.por_con2_rig .rq1 .top .p span {
  font-size: 16px;
}
.por_con2_rig .rq1 .top {
  padding: 0 10px;
}
.por_con2_rig .rq1 .bot {
  padding: 0 10px;
  padding-bottom: 30px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div2{
  width: 100%;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3{
  width: 100%;
  padding-left: 10px;
  padding-bottom: 20px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 .p1 {
  font-size: 18px;
  margin-bottom: 8px;
}
.por_con2_rig .rq2 .lef{
  width: 100%;
  padding-left: 30px;
  padding-top: 33px;
}
.por_con2_rig .rq2 .rig{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}
.por_con2_rig .rq2 .rig img {
  position: static;
  transform: translate(0%,0%);
}
.por_con2_rig .rq2{
  height: auto;
}
.por_con2_rig .rq2 .lef span {
  font-size: 12px;
  line-height: 26px;
  padding: 0 7px;
}
.por_con2_rig .rq2 .lef p {
  font-size: 22px;
  margin-top: 10px;
  padding-bottom: 16px;
}
.por_con2_rig .rq2 .rig img {
  max-width: 70%;
  max-height: 70%;
  display: block;
  margin: 0 auto;
}
.por_con2_rig .rq3 .p span {
  font-size: 16px;
}
.por_con2_rig .rq3 .p {
  padding: 0 10px;
}
.por_con2_rig .rq3 .div {
  padding: 20px 10px;
}
.por_con2_rig .rq3 .div .div1 .p1 {
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 9px;
}
.por_con2_rig .rq3 .div .div1 .p2 {
  font-size: 14px;
}
.por_con2_rig .rq3 .div .div1 .p3 {
  font-size: 12px;
}
.por_con2_rig .rq3 .div .div1 {
  height: 158px;
  padding: 22px 10px;
}

}
@media(max-width:375px){
  .por_con2_rig .rq1 .bot.por2_bot .div1 {
    height: 223px;
}

}











/* 联系我们 */
.cot1_con1{
  padding-top: 50px;
  padding-bottom: 90px;
  width: 100%;
}
.cot1_con1 .lef{
  width: 50%;
  float: left;
}
.cot1_con1 .lef .p1{
  font-size: 30px;
  display: inline-block;
  color: #372c2d;
  position: relative;
}
.cot1_con1 .lef .p1::after{
  content: '';
  width: 130px;
  height: 6px;
  z-index: -1;
  transition: .5s all;
  background-color: #0f50bd;
  position: absolute;
  left: 0%;
  top: 100%;
  transform: translateY(-50%);
}
.cot1_con1 .lef .p1:hover::after{
  width: 100%;
}
.cot1_con1 .lef .center{
  margin-top: 40px;
}
.cot1_con1 .lef .p{
  font-size: 18px;
  font-family: 'pf';
  color: #372c2d;
}
.cot1_con1 .lef .bottom{
  margin-top: 30px;
}
.cot1_con1 .lef .bottom div{
  width: 16%;
  float: left;
}
.cot1_con1 .lef .bottom .div2{
  margin-left: 15px;
}
.cot1_con1 .lef .bottom div img{
  width: 100%;
}
.cot1_con1 .lef .bottom .p2{
  text-align: center;
  font-family: 'pf';
  color: #696162;
  font-size:16px;
}
.cot1_con1 .lef .bottom .btn1{
  float: left;
  display: block;
  line-height: 45px;
  margin-left: 60px;
  font-size: 16px;
  margin-top: 30px;
  border-radius: 8px;
  position: relative;
  text-align: center;
  padding-left: 20px;
  width: 130px;
  color: #fff;
  background-color: #0f50bd;
}
.cot1_con1 .lef .bottom .btn1::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../images/cot1_con1_img3.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 16%;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s;
}
.cot1_con1 .rig{
  width: 42%;
  float: right;
}
.cot1_con1 .rig .p1{
  font-size: 30px;
  color: #372c2d;
}

.form {
  margin-top: 35px;
}
 .form input{
  display: block;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    line-height: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #e9e9e9;
    color: #999 !important;
    font-size: 14px;
    padding-left: 25px;
}
.form  textarea {
  width: 100%;
  display: block;
  margin-top: 10px;
  height: 105px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  color: #999;
  padding: 15px 30px;
}
.cot1_con1 .rig  .btn1{
  float: left;
  display: block;
  font-size: 16px;
  line-height: 40px;
  margin-top: 20px;
  border-radius: 8px;
  position: relative;
  text-align: center;
  width: 130px;
  color: #372c2d;
transition: .5s all;
border: 1px solid #372c2d;
}
.cot1_con1 .rig  .btn2{
  float: left;
  display: block;
  line-height: 40px;
  font-size: 16px;
  margin-left: 20px;
  margin-top: 20px;
  border-radius: 8px;
  position: relative;
  text-align: center;
  width: 130px;
  color: #372c2d;
border: 1px solid #372c2d;
transition: .5s all;
}
.cot1_con1 .rig  .btn:hover{
  color: #fff;
  background-color: #0f50bd;
  border: 1px solid #0f50bd;
}
/* 联系我们分辨率 */
@media (max-width: 1459px) {
  .form {
    margin-top: 20px;
}
  .cot1_con1 .lef .center {
    margin-top: 30px;
}
  .cot1_con1 .lef .bottom .btn1 {
    line-height: 34px;
    width: 99px;
    font-size: 14px;
}
.cot1_con1 .lef .p1,.cot1_con1 .rig .p1{
  font-size: 23px;
}
.cot1_con1 .lef .p1::after {
  width: 93px;
  height: 4px;
}
.cot1_con1 .lef .p {
  font-size: 16px;
}
.cot1_con1 .lef .bottom .btn1::before {
  width: 12px;
  height: 12px;
}
.cot1_con1 .rig .btn{
  width: 99px;
  font-size: 14px;
  line-height: 30px;
}
}

@media (max-width: 1259px) {
  .cot1_con1 .lef .p {
    font-size: 14px;
}
.cot1_con1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.form input {
  line-height: 34px;
  height: 34px;
  font-size: 12px;
}
.form textarea {
  height: 80px;
  font-size: 12px;
}
}
@media (max-width: 991px) {
  .cot1_con1 .rig,.cot1_con1 .lef{
    width: 100%;
}

}

@media (max-width: 768px) {
  .cot1_con1 .lef .p1, .cot1_con1 .rig .p1 {
    font-size: 20px;
}
}

@media (max-width: 500px) {
  .cot1_con1 .lef .bottom div {
    width: 25%;
}
.cot1_con1 {
  padding-top: 20px;
  padding-bottom: 50px;
}
.cot1_con1 .lef .center {
  margin-top: 20px;
}
.cot1_con1 .lef .bottom .p2 {
  font-size: 14px;
}
.cot1_con1 .rig{
  margin-top: 20px;
}
}


/* 产品列表 */

.por4_con1{
  width: 100%;
  padding-top: 63px;
  padding-bottom: 50px;
  background: rgb(248,248,248);
}
.por4_con1 .p{
  font-size: 44px;
  color: #2f3336;
  text-align: center;
  font-weight: bold;
}
.por4_con1 .p span{
  color: #0f50bd;
}
.por4_con1 .top{
  width: 100%;
}
.por4_con1 .top .swiper-container::before{
  content: '';
  width: 100%;
  height: 2px;
  background: rgb(226,227,227);
  position: absolute;
  bottom: 0;
  left: 0;
}
.por4_con1 .top .swiper-slide{
  width: auto;
  display: inline-block;
}
.por4_con1 .top a{
  display: block;
  font-size: 20px;
  color: #333333;
  padding-bottom: 30px;
  position: relative;
}
.por4_con1 .top a::before{
  content: '';
  width: 0%;
  height: 5px;
  background: #0f50bd;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all .5s;
}
.por4_con1 .top a.on,
.por4_con1 .top a:hover{
  color: #0f50bd;
}
.por4_con1 .top a.on::before,
.por4_con1 .top a:hover::before{
  width: 100%;
}
.por4_con1 .bot{
  width: 100%;
  /*padding-top: 40px;*/
}
.por4_con1_lef{
  width: 24%;
  float: left;
}
.por4_con1_lef img{
  width: 100%;
  vertical-align: middle;
}
.por4_con1_rig{
  width: 74.5%;
  float: right;
  padding-left: 1.5%;
}
.images_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.inside_box {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.inside_box .inside_title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
}
.inside_box .inside_title .icon {
  width: clamp(calc(30 / 16 * 1rem), calc((30 / 16 * 1rem) + ((40 - 30) * ((100vw - 1024 / 16 * 1rem) / (1920 - 1024)))), calc(40 / 16 * 1rem));
}
.inside_box .inside_title .word {
  font-size: 26px;
  padding-bottom: 10px;
  position: relative;
}
.inside_box .inside_title .word::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1288f5 10%, #1287f51a 100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inside_box .inside_title .En_box {
  font-size: 20px;
  padding-left: 20px;
  opacity: 0.5;
  font-weight: 800;
  color: #BFBFBF;
}
@media (max-width:1400px) {
  .inside_box .inside_title .word,
  .inside_box .inside_title .En_box {
    font-size: 20px;
  }
}
@media (max-width:1280px) {
  .inside_box .inside_title .word,
  .inside_box .inside_title .En_box {
    font-size: 18px;
  }
}
@media (max-width:990px) {
  .inside_box .inside_title .word,
  .inside_box .inside_title .En_box {
    font-size: 16px;
  }
}
.inside_box .inside_content {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.inside_box .inside_content .images {
  width: 100%;
  height: auto;
}
.inside_box .inside_content .images table tr td { border: 1px solid white !important; }
.inside_box .inside_content .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.inside_box .inside_content .item_box .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.inside_box .inside_content .item_box .item .word {
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
@media (max-width:1400px) {
  .inside_box .inside_content .item_box .item .word {
    font-size: 15px;
  }
}
@media (max-width:1280px) {
  .inside_box .inside_content .item_box .item .word {
    font-size: 14px;
  }
}
@media (max-width:990px) {
  .inside_box .inside_content .item_box .item .word {
    font-size: 12px;
  }
}
.inside_box .inside_content .item_box .item .icon {
  width: 60px;
  height: 30px;
  flex-shrink: 0;
  background: #629ceb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50px;
  color: #FFF;
  border-bottom: 3px solid #3081f3;
  border-left: 2px solid #3081f3;
  border-right: 2px solid #3081f3;
  position: relative;
}
.inside_box .inside_content .item_box .item .icon::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 100%;
  height: 80%;
  border-left: 2px solid #FFF;
  opacity: 0.5;
  border-radius: 50px;
  transform: rotate(45deg) translateY(14px) translateX(4px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.inside_box .inside_content .item_box .item:hover .word {
  color: #1288f5;
}
@media (max-width:990px) {
  .inside_box .inside_content .item_box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.por4_con1_rig .rq{
  width: 100%;
  padding-bottom: 28px;
}
.por4_con1_rig .div{
  width: 32%;
  height: 395px;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
  border: 1px solid rgb(213,213,213);
}
.por4_con1_rig .div:nth-child(3n){
  margin-right: 0;
}
.por4_con1_rig .div .div1{
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
.por4_con1_rig .div .div1 img{
  transition: all .5s;
  max-width: 70%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.por4_con1_rig .div .div2{
  width: 100%;
  padding: 18px 14px;
}
.por4_con1_rig .div .div2 .p1{
  font-size: 24px;
  color: #333333;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.por4_con1_rig .div:hover .div2 .p1{
  color: #0f50bd;
}
.por4_con1_rig .div .div2 .p2{
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 16px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.por4_con1_rig .div .div2 button{
  font-size: 14px;
  color: #999999;
  width: 120px;
  height: 35px;
  border: 1px solid rgb(215,215,215);
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: all .5s;
}
.por4_con1_rig .div:hover .div2 button{
  color: #fff;
  background: #0f50bd;
  border: 1px solid #0f50bd;
}

@media(max-width:1459px){
  .por4_con1 {
    padding-top: 54px;
    padding-bottom: 38px;
}
.por4_con1 .p {
  font-size: 33px;
}
.por4_con1 .top a {
  font-size: 16px;
  padding-bottom: 22px;
}
.por4_con1 .top a::before {
  height: 3px;
}

.por4_con1_rig .div .div2 {
  padding: 12px 10px;
}
.por4_con1_rig .div .div2 .p1 {
  font-size: 18px;
}
.por4_con1_rig .div .div2 .p2 {
  font-size: 13px;
  margin-top: 6px;
  margin-bottom: 12px;
}
.por4_con1_rig .div {
  height: 320px;
  margin-bottom: 16px;
}
.por4_con1_rig .div .div2 button {
  font-size: 12px;
  width: 90px;
  height: 30px;
}


}
@media(max-width:991px){
  .por4_con1_lef{
    display: none;
  }
  .por4_con1_rig{
    width: 100%;
  }
  .por4_con1 .top a {
    font-size: 15px;
    padding-bottom: 18px;
}
}
@media(max-width:500px){
  .por4_con1 {
    padding-top: 34px;
    padding-bottom: 38px;
}
.por4_con1 .p {
  font-size: 24px;
}

.por4_con1_rig .div{
  width: 49%;
  height: 250px;
  margin-right: 2%;
  margin-bottom: 10px;
}
.por4_con1_rig .div:nth-child(3n){
  margin-right: 2%;
}
.por4_con1_rig .div:nth-child(2n){
  margin-right: 0;
}
.por4_con1_rig .div .div2 {
  padding: 10px 10px;
}
.por4_con1_rig .div .div2 .p1 {
  font-size: 16px;
}

}
@media(max-width:375px){
  .por4_con1_rig .div{
    height: 235px;
  }
}


.fy{
  display: table;
  width: auto;
  margin: 0 auto;
}
.fy li{
  float: left;
  margin-right: 9px;
}
.fy li a{
  display: block;
  width: 31px;
  line-height: 31px;
  border: 1px solid rgb(219,219,219);
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.fy li.on a:hover,
.fy li a:hover{
  color: #fff;
  background: #0f50bd;
  border: 1px solid #0f50bd;
}
.fy li:last-child a,
.fy li:first-child a{
  width: 47px;
  height: 33px;
  margin-right: 23px;
  position: relative;
}
.fy li:last-child a{
  margin-right: 0;
  margin-left: 23px;
}
.fy li:last-child a::before,
.fy li:first-child a::before{
  content: '';
  width: 8px;
  height: 14px;
  background-image: url(../images/por1_con2_img12.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::before{
  transform: translate(-50%,-50%) rotate(180deg);
}
.fy li:last-child a:hover::before,
.fy li:first-child a:hover::before{
  background-image: url(../images/por1_con2_img11.png);
}
@media(max-width:500px){
  .fy li a {
    width: 28px;
    line-height: 28px;
    font-size: 13px;
  }
  .fy li:last-child a, .fy li:first-child a {
    width: 40px;
    height: 30px;
    margin-right: 0px;
}
.fy li:last-child a {
  margin-right: 0;
  margin-left: 0px;
}

}




/* .por4_con2 */
.por4_con2{
  width: 100%;
  padding-bottom: 60px;
  background: rgb(248,248,248);
}
.por4_con2 .por_con2_lef {
  width: 100%;
}
.por4_con2 .por_con2_lef .rq3{
  width: 100%;
  background: #fff;

  display: flex;
  align-items: center;
}
.por4_con2 .por_con2_lef .rq3 .p{
  width: 24%;
  height: 150px;
  text-align: center;
  position: relative;
  background: #0f50bd;
}
.por4_con2 .por_con2_lef .rq3 .p i{
  font-size: 30px;
  color: #ffffff;
  line-height: 67px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por4_con2 .por_con2_lef .rq3 .p i::before,
.por4_con2 .por_con2_lef .rq3 .p i::after{
  content: '';
  width: 30px;
  height: 2px;
  background: rgba(255,255,255,.3);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.por4_con2 .por_con2_lef .rq3 .p i::after{
  top: 100%;
}
.por4_con2 .por_con2_lef .rq3 .p span{
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por4_con2 .por_con2_lef .rq3 .div{
  width: 76%;
  width: 100%;
  padding: 10px 40px;
}
.por4_con2 .por_con2_lef .rq3 .div a{
  display: inline-block;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  border: 1px solid rgb(209,210,211);
  border-radius: 5px;
  margin-bottom: 4px;
  margin-right: 5px;
  padding: 0 15px;
}
.por4_con2 .por_con2_lef .rq3 .div a:hover{
  color: #fff;
  background: #0f50bd;
  border: 1px solid #0f50bd;
}
@media(max-width:1459px){
  .por4_con2 {
    padding-bottom: 40px;
}
.por4_con2  .por_con2_lef .rq3 .p{
    height: 115px;
  }
  .por4_con2 .por_con2_lef .rq3 .p i{
    font-size: 22px;
    line-height: 50px;
  }
  .por4_con2 .por_con2_lef .rq3 .p span {
    font-size: 33px;
  }
  .por4_con2 .por_con2_lef .rq3 .div {
    padding: 10px 30px;
  }
  .por4_con2 .por_con2_lef .rq3 .div a {
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
  }
}
@media(max-width:991px){
  .por4_con2 {
    padding-bottom: 22px;
}
.por4_con2 .por_con2_lef .rq3{
    flex-wrap: wrap;
  }
  .por4_con2 .por_con2_lef .rq3 .p{
    width: 100%;
  }
  .por4_con2 .por_con2_lef .rq3 .p {
    height: 65px;
}
.por4_con2 .por_con2_lef .rq3 .p i {
  font-size: 20px;
  line-height: 36px;
}
.por4_con2 .por_con2_lef .rq3 .div {
 width: 100%;
}
.por4_con2 .por_con2_lef .rq3 .div {
  padding: 10px 10px;
}
}




/* .por4_con3 */
.por4_con3{
  width: 100%;
  padding-bottom: 50px;
  background: rgb(249,249,249);
}
.por4_con3 .por_con2_rig{
  width: 100%;
}
.por4_con3 .por_con2_rig .rq2{
  width: 100%;
  height: 258px;
  background-image: url(../images/por1_con2_img13.jpg);
  background-size: cover;
}
.por4_con3 .por_con2_rig .rq2 .lef{
  width: 42%;
  float: left;
  padding-left: 100px;
  padding-top: 58px;
}
.por4_con3 .por_con2_rig .rq2 .lef span{
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  line-height: 34px;
  padding: 0 15px;
  background: #0f50bd;
}
.por4_con3 .por_con2_rig .rq2 .lef p{
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 14px;
  padding-bottom: 35px;
  position: relative;
}
.por4_con3 .por_con2_rig .rq2 .lef p::before{
  content: '';
  width: 38px;
  height: 2px;
  background: rgb(143,147,150);
  position: absolute;
  bottom: 0;
  left: 0;
}
.por4_con3 .por_con2_rig .rq2 .rig{
  width: 58%;
  height: 100%;
  float: left;
  position: relative;
}
.por4_con3 .por_con2_rig .rq2 .rig img{
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.por4_con3 .por_con2_rig .rq2:hover .rig img{
  transform: translate(-50%,-50%) scale(1.08);
}

@media(max-width:1459px){
  .por4_con3 {
    padding-bottom: 25px;
}
.por4_con3 .por_con2_rig .rq2 {
    height: 196px;
  }
  .por4_con3 .por_con2_rig .rq2 .lef {
    padding-top: 44px;
  }
  .por4_con3 .por_con2_rig .rq2 .lef span {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
  }
  .por4_con3 .por_con2_rig .rq2 .lef p {
    font-size: 27px;
    margin-top: 12px;
    padding-bottom: 24px;
  }
  .por4_con3 .por_con2_rig .rq2 .rig img {
    max-width: 75%;
    max-height: 75%;
  }
}
@media(max-width:500px){
  .por4_con3 {
    padding-bottom: 0px;
}
.por4_con3 .por_con2_rig .rq2 .lef{
    width: 100%;
    padding-left: 30px;
    padding-top: 33px;
  }
  .por4_con3 .por_con2_rig .rq2 .rig{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .por4_con3  .por_con2_rig .rq2 .rig img {
    position: static;
    transform: translate(0%,0%);
  }
  .por4_con3 .por_con2_rig .rq2{
    height: auto;
  }
  .por4_con3 .por_con2_rig .rq2 .lef span {
    font-size: 12px;
    line-height: 26px;
    padding: 0 7px;
  }
  .por4_con3 .por_con2_rig .rq2 .lef p {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 16px;
    font-weight: normal;
  }
  .pro1_con1_rig .rq .bot2 .bottom p{
    font-size: 13px;
    padding: 0  10px;
  }
  .pro1_con1_rig .rq .bot .bottom table{
    max-width: calc(100% - 20px);
    margin: 0 10px;
  }
  .por4_con3 .por_con2_rig .rq2 .rig img {
    max-width: 70%;
    max-height: 70%;
    display: block;
    margin: 0 auto;
  }
  .por_lis4 {
    padding-top: 30px;
    padding-bottom: 0px;
}
}


  .pro1_con1_rig .rq .bot .bottom table tbody tr td { vertical-align: middle !important; }
.por4_con3 .por_con2_rig .rq3{
  width: 100%;
}
.por4_con3 .por_con2_rig .rq3 .div{
  padding: 23px 0;
}
.por4_con3 .por_con2_rig .rq3 .div .div1{
  width: 23.5%;
  height: 218px;
  margin-right: 2%;
  float: left;
  background: #fff;
  padding: 30px 23px;
  transition: all .5s;
}
.por4_con3 .por_con2_rig .rq3 .div .div1:hover{
  box-shadow: 0px 16px 22px 0px rgb(90,91,95,.2);
  transform: translate3d(0,-5px,0);
}
.por4_con3 .por_con2_rig .rq3 .div .div1:nth-child(4n){
  margin-right: 0;
}
.por4_con3 .por_con2_rig .rq3 .div .div1 img{
  width: 44px;
  display: block;
  margin: 0 auto;
}
.por4_con3 .por_con2_rig .rq3 .div .div1 .p1{
  font-size: 22px;
  color: #333333;
  border-bottom: 1px solid rgb(207,206,206);
  text-align: center;
  padding-top: 22px;
  padding-bottom: 9px;
  margin-bottom: 18px;
}
.por4_con3 .por_con2_rig .rq3 .div .div1 .p2{
  font-size: 20px;
  color: #333333;
  text-align: center;
  opacity: 0.7;
  font-family: "por4_din1";
}
.por4_con3 .por_con2_rig .rq3 .div .div1 .p3{
  font-size: 16px;
  color: #333333;
  text-align: center;
  opacity: 0.7;
  font-family: "por4_din1";
}

@media(max-width:1459px){
  .por_lis4 {
    padding-bottom: 10px;
}
.por4_con3  .por_con2_rig .rq3 .p {
    font-size: 20px;
    line-height: 54px;
    padding: 0 19px;
  }
  .por4_con3 .por_con2_rig .rq3 .p span {
    font-size: 18px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 {
    height: 165px;
    padding: 22px 18px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 img {
    width: 33px;
  }
  .por4_con3  .por_con2_rig .rq3 .div .div1 .p1 {
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 9px;
    margin-bottom: 10px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 .p2 {
    font-size: 16px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 .p3 {
    font-size: 14px;
  }
}
@media(max-width:768px){
  .por4_con3 .por_con2_rig .rq3 .div .div1{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1:nth-child(4n){
    margin-right: 2%;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1:nth-child(2n){
    margin-right: 0;
  }
}
@media(max-width:500px){
  .por4_con3 .por_con2_rig .rq3 {
    margin-bottom: 0px;
}
.por4_con3 .por_con2_rig .rq3 .p span {
    font-size: 16px;
  }
  .por4_con3 .por_con2_rig .rq3 .p {
    padding: 0 10px;
  }
  .por4_con3  .por_con2_rig .rq3 .div {
    padding: 20px 10px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 .p1 {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 9px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 .p2 {
    font-size: 14px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 .p3 {
    font-size: 12px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 {
    height: 158px;
    padding: 22px 10px;
  }
}


/* pro_con3 */
.pro2_con1_bt {
  position: relative;
  padding-left: 24px;
}
.pro2_con1_bt .bt{
  font-size: 40px;
  color: #333333;
  transform: skewX(-10deg);
}
.pro2_con1_bt::before {
  content: '';
  width: 4px;
  height: 85%;
  background: #0f50bd;
  position: absolute;
  left: 0;
  top: 51%;
  transform: translateY(-50%);
}
.pro2_con1_bt .bt span {
  font-size: 40px;
  color: #0f50bd;
}
.pro2_con1_bt .p1 {
  font-size: 18px;
  color: #666666;
  margin-top: 5px;
  text-transform: uppercase;
    font-family: "akz";
}

.pro2_con1{
  width: 100%;
  background: rgb(248,248,248);
  padding-bottom: 100px;
}
.pro2_con1 .wrap{
  position: relative;
}
.pro2_con1 .a{
  font-size: 14px;
  color: #999999;
  width: 140px;
  line-height: 44px;
  border-radius: 44px;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 0;
  border: 2px solid rgb(198,198,198);
}
.pro2_con1 .a:hover{
  background: #0f50bd;
  border: 1px solid #0f50bd;
  color: #fff;
}
.pro2_con1 .rq{
  width: 100%;
  padding-top: 37px;
}
.pro2_con1 .rq .lef{
  width: 27.5%;
  float: left;
  background: #fff;
}
.pro2_con1 .rq .lef .top{
  width: 100%;
  overflow: hidden;
}
.pro2_con1 .rq .lef .top img{
  width: 100%;
  vertical-align: middle;
}
.pro2_con1 .rq .lef .bot{
  width: 100%;
  margin-top: 15px;
  padding-left: 28px;
}
.pro2_con1 .rq .lef .bot a{
  display: block;
  margin-bottom: 15px;
}
.pro2_con1 .rq .lef .bot a .p1{
  font-size: 16px;
  color: #666666;
  transition: all .5s;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pro2_con1 .rq .lef .bot a:hover .p1{
  color: #0f50bd;
  padding-left: 10px;
}
.pro2_con1 .rq .lef .bot a .p2{
  font-size: 14px;
  color: #999999;
  font-family: "akz";
  margin-top: 5px;
}
.pro2_con1 .rq .lef .bot .a1{
  display: inline-block;
  font-size: 15px;
  color: #666666;
  margin-top: 5px;
  padding-right: 15px;
  position: relative;
  transition: all .5s;
}
.pro2_con1 .rq .lef .bot .a1::before{
  content: '';
  width: 8px;
  height: 13px;
  background-image: url(../images/por2_con1_img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.pro2_con1 .rq .lef .bot .a1:hover{
  color: #0f50bd;
  padding-right: 25px;
}
.pro2_con1 .rq .lef .bot .a1:hover::before{
  background-image: url(../images/por2_con1_img3.png);
}

.pro2_con1 .rq .rig{
  width: 69%;
  float: right;
}
.pro2_con1 .rq .rig .top{
  width: 100%;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
}
.pro2_con1 .rq .rig .top .div{
  display: block;
  width: 50%;
  float: left;
  padding-left: 60px;
  padding-right: 30px;
}
.pro2_con1 .rq .rig .top .div .p1{
  font-size: 20px;
  color: #333333;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.pro2_con1 .rq .rig .top .div:hover .p1{
  color: #0f50bd;
}
.pro2_con1 .rq .rig .top .div .p2{
  font-size: 16px;
  color: #666666;
  margin-top: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.pro2_con1 .rq .rig .top .div .p3{
  font-size: 16px;
  color: #666666;
  font-family: "akz";
  text-align: right;
  margin-top: 40px;
  position: relative;
}
.pro2_con1 .rq .rig .top .div .p3::before{
  content: '';
  width: 90px;
  height: 1px;
  background: #666666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro2_con1 .rq .rig .bot{
  width: 100%;
  margin-top: 15px;
}
.pro2_con1 .rq .rig .bot .div1{
  width: 49%;
  float: left;
  margin-right: 2%;
  background: #fff;
  padding: 0 27px;
  padding-top: 35px;
}
.pro2_con1 .rq .rig .bot .div1:nth-child(2){
  margin-right: 0;
}
.pro2_con1 .rq .rig .bot .div1 a{
  display: block;
  padding-left: 20px;
  padding-right: 75px;
  position: relative;
  font-size: 16px;
  color: #666666;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  margin-bottom: 25px;
}
.pro2_con1 .rq .rig .bot .div1 a::before{
  content: '';
  width: 3px;
  height: 3px;
  border: 2px solid #0f50bd;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}
.pro2_con1 .rq .rig .bot .div1 a span{
  font-size: 14px;
  color: #666666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "akz";
}
.pro2_con1 .rq .rig .bot .div1 a:hover{
  color: #0f50bd;
}
@media(max-width:1459px){
  .pro2_con1_bt {
    padding-left: 18px;
}
.pro2_con1_bt::before {
  width: 3px;
  height: 78%;
  top: 53%;
}
.pro2_con1_bt .bt span, .pro2_con1_bt .bt {
  font-size: 30px;
}
.pro2_con1_bt .p1 {
  font-size: 14px;
  margin-top: 3px;
}
  .pro2_con1 {
    padding-bottom: 75px;
  }
  .pro2_con1 .a {
    font-size: 12px;
    width: 105px;
    line-height: 35px;
    border-radius: 36px;
    top: 10px;
  }
  .pro2_con1 .rq {
    padding-top: 25px;
  }
  .pro2_con1 .rq .rig .top {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .pro2_con1 .rq .rig .top .div .p1 {
    font-size: 17px;
  }
  .pro2_con1 .rq .rig .top .div .p2 {
    font-size: 14px;
    margin-top: 8px;
  }
  .pro2_con1 .rq .rig .top .div .p3 {
    font-size: 14px;
    margin-top: 25px;
  }
  .pro2_con1 .rq .rig .bot .div1 {
    padding: 0 20px;
    padding-top: 24px;
  }
  
}
@media(max-width:1259px){
  .pro2_con1_bt .bt span, .pro2_con1_bt .bt {
    font-size: 24px;
}
.pro2_con1_bt .p1 {
  font-size: 12px;
  margin-top: 3px;
}
.pro2_con1 .rq .rig .top {
  padding-top: 30px;
  padding-bottom: 25px;
}
.pro2_con1 .rq .rig .top .div {
  padding-left: 34px;
  padding-right: 30px;
}
.pro2_con1 .rq .rig .bot .div1 a {
  font-size: 14px;
}
.pro2_con1 .rq .rig .bot .div1 a span {
  font-size: 12px;
}

}
@media(max-width:991px){
  .pro2_con1 {
    padding-bottom: 50px;
  }
  .pro2_con1 .rq .lef{
    width: 100%;
  }
  .pro2_con1 .rq .rig{
    width: 100%;
  }
}
@media(max-width:768px){
  .pro2_con1 .rq .rig .top .div{
    width: 100%;
    margin: 15px 0;
  }
  .pro2_con1 .rq .rig .top {
    padding-top: 16px;
    padding-bottom: 14px;
}
.pro2_con1 .rq .rig .bot .div1{
  width: 100%;
  margin: 0;
}
.pro2_con1 .rq .rig .bot .div1:nth-child(2){
  padding-top: 0;
}
}
@media(max-width:414px){
  .pro2_con1 {
    padding-bottom: 40px;
}
.pro2_con1 .rq .lef .bot {
  padding-left: 16px;
}
  .pro2_con1 .a{
    display: none;
  }
  .pro2_con1 .rq .lef .bot {
    margin-top: 10px;
  }
  .pro2_con1 .rq .lef .bot a {
    margin-bottom: 10px;
  }
  .pro2_con1 .rq .rig .top .div {
    width: 100%;
    margin: 6px 0;
      padding-left: 16px;
      padding-right: 16px;
  }
  .pro2_con1 .rq .rig .bot .div1 a {
    margin-bottom: 18px;
  }
}


/* 弹窗 */

.tc{
  display: none;
  width: 29%;
  position: fixed;
  top: 50%;
  z-index: 999;
  left: 50%;
  transform: translate(-50%,-50%);
}
.tc.block{
  display: none;
}
.tc img{
  width: 100%;
  vertical-align: middle;
}
.tc .a1{
  position: absolute;
  right: 8%;
  bottom: 11%;
  display: block;
  width: 102px;
  height: 35px;
}
.tc .div1{
  cursor: pointer;
  position: absolute;
  right: 27%;
  bottom: 11%;
  display: block;
  width: 102px;
  height: 35px;
}
.tc .close{
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 20px;
  right: 20px;
}

.por4_con3 .por_con2_rig .rq2{
  margin: 32px 0;
}
@media(max-width:500px){
  .faq_det p {
    font-size: 14px;
  }
  .faq_det {
    padding: 20px 15px;
  }
}



.txtMarquee-top{
  width: 48%;
  margin-left: 4%;
}

.por_con2_lef .rq1 .div .div1:hover a{
  color: #fff;
}
.pro1_con1_rig .rq .bot .bottom{
  padding: 50px 0;
}
.pro1_con1_rig .rq .bot .bottom .p1{
  text-align: center;
  font-size: 34px;
  color: #0f50bd;
  font-weight: bold;
}
.pro1_con1_rig .rq .bot2 .bottom p{
  padding-left: 20px;
  line-height: 30px;
}
.pro1_con1_rig .rq .bot .bottom table{
  max-width: calc(100% - 40px);
  margin: 0 20px;
}
@media (max-width: 1459px){
  .pro1_con1_rig .rq .bot .bottom .p1 {
    font-size: 24px;
  }
  .pro1_con1_rig .rq .bot .bottom{
    padding: 15px 0;
  }
}
@media (max-width: 500px){
  .abo_6{
    padding: 15px 0;
  }

  .cot1_con1 .lef .bottom .btn1{
    margin-left: 15px;
  }
  .cot1_con1 .lef .p1, .cot1_con1 .rig .p1 {
    font-size: 18px;
  }
  .por_con2_rig .rq1 .top div {
    width: 25px;
    height: 25px;
    margin-left: 0;
  }
  .por4_con1_rig .div .div1 {
    height: 165px;
  }
  .por4_con1_rig .div {
    height: 300px;
  }
  .pro2_con1 .rq .rig .top .div .p2 {
    font-size: 12px;
  }
  .fl_t .sp {
    width: 26%;
  }
}



.ab2_con3m .rq .bot .div{
  width: 100%;
  height: 100%;
  background: rgb(246,246,246);
  margin-top: 0px;
  padding: 20px 20px;
  position: static !important;
  opacity: 1 !important;
  display:table;
}
.ab2_con3m  .divcon{
  margin-top: 20px;
}
.ab2_con3m  .divcon:nth-child(1){
  margin-top: 0;
}



.por_con2_lef{
  width: 24.7%;
  float: left;
}
.por_con2_lef .rq1{
  width: 100%;
  margin-bottom: 22px;
}
.por_con2_lef .rq1 .p{
  font-size: 30px;
  color: #ffffff;
  line-height: 78px;
  background: rgb(47,51,54);
  text-align: center;
  position: relative;
}
.por_con2_lef .rq1 .p span{
  font-size: 44px;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
}
.por_con2_lef .rq1 .div{
  width: 100%;
  background: #fff;
}
.por_con2_lef .rq1 .div .div1{
  width: 100%;
  border-bottom: 1px dashed rgb(208,208,208);
}
.por_con2_lef .rq1 .div .div1 .a{
  font-size: 20px;
  color: #fff;
  padding-left: 58px;
  line-height: 50px;
  display: block;
  position: relative;
}
.por_con2_lef .rq1 .div .div1.on .a{
  color: #fff;
  background: #017cee;
}
.por_con2_lef .rq1 .div .div1 .a i{
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 17%;
  transform: translateY(-50%);
  background-image: url(../images/por1_con2_img1.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .5s;
}
.por_con2_lef .rq1 .div .div1.on .a i{
  background-image: url(../images/por1_con2_img2.png);
}
.por_con2_lef .rq1 .div .div1 .div2{
  width: 100%;
  /* padding:0 47px; */
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: all .5s;
  opacity: 0;
}
.por_con2_lef .rq1 .div .div1.on .div2{
  opacity: 1;
  max-height: 300px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.por_con2_lef .rq1 .div .div1 .div2 .sj_div{
  margin-bottom: 12px;
}
.sj_div2{
  width: 100%;
  padding-left: 10px;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
}
.por_con2_lef .rq1 .div .div1 .div2 .sj_div.on1 .sj_div2,
.por_con2_lef .rq1 .div .div1 .div2 .sj_div:hover .sj_div2{
  max-height: 400px;
  padding-top: 5px;
}
.por_con2_lef .rq1 .div .div1 .div2 .sj_div2 a{
  font-size: 12px;
  display: block;
  line-height: 22px;
  color: #666666 !important;
}
.por_con2_lef .rq1 .div .div1 .div2 .sj_div2 a:hover{
  color: #0f50bd !important;
}
.por_con2_lef .rq1 .div .div1 .div2 a{
  font-size: 18px;
  color: #666666;
  padding-right: 58px;
  position: relative;
  transition: all .6s;
}
.por_con2_lef .rq1 .div .div1 .div2 .sj_div2 a::before{
  display: none;
}
.por_con2_lef .rq1 .div .div1 .div2 .on1 a,
.por_con2_lef .rq1 .div .div1 .div2 .sj_div:hover a{

  color: #0f50bd;
}
.por_con2_lef .rq1 .div .div1 .div2 .sj_div a::before{
  content: '';
  width: 8px;
  height: 8px;
  background-image: url(../images/por1_con2_img3.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.por_con2_lef .rq1 .div .div1 .div2 .sj_div.on1 a::before{
  background-image: url(../images/por1_con2_img3_1.png);
}
.por_con2_lef .rq1 .div .div1 .div2 .sj_div:hover a::before{
  background-image: url(../images/por1_con2_img3_1.png);
}

.por_con2_lef .rq2{
  width: 100%;
  background: #fff;
  margin-bottom: 22px;
}
.por_con2_lef .rq2 .p{
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  position: relative;
  background: #0f50bd;
}
.por_con2_lef .rq2 .p span{
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por_con2_lef .rq2 .div{
  width: 100%;
  padding: 22px 13px;
  padding-bottom: 25px;
}
.por_con2_lef .rq2 .div .div1{
  width: 100%;
  margin-bottom: 14px;
}
.por_con2_lef .rq2 .div .div1:last-child{
  margin-bottom: 0;
}
.por_con2_lef .rq2 .div .div1 .p1{
  font-size: 14px;
  color: #2f3336;
  margin-bottom: 5px;
}
.por_con2_lef .rq2 .div .div1 .p2{
  font-size: 14px;
  color: #666666;
}
.por_con2_lef .rq2 .div2{
  width: 100%;
  position: relative;
}
.por_con2_lef .rq2 .div2 img{
  width: 100%;
  vertical-align: middle;
}
.por_con2_lef .rq2 .div2 div{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 13px;
}
.por_con2_lef .rq2 .div2 div .p1{
  font-size: 16px;
  color: #2f3336;
}
.por_con2_lef .rq2 .div2 div .p1 img{
  width: 20px;
}
.por_con2_lef .rq2 .div2 div .p2{
  font-size: 30px;
  color: #0f50bd;
  font-family: "din2";
}

.por_con2_lef .rq3{
  width: 100%;
  background: #fff;
}
.por_con2_lef .rq3 .p{
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  position: relative;
  background: #0f50bd;
}
.por_con2_lef .rq3 .p span{
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.por_con2_lef .rq3 .div{
  width: 100%;
  padding: 10px 20px;
  padding-bottom: 70px;
}
.por_con2_lef .rq3 .div a{
  display: inline-block;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  border: 1px solid rgb(209,210,211);
  border-radius: 5px;
  margin-bottom: 4px;
  margin-right: 5px;
  padding: 0 15px;
}
.por_con2_lef .rq3 .div a:hover{
  color: #fff;
  background: #0f50bd;
  border: 1px solid #0f50bd;
}

.por4_con1_rig .top .p {
  font-size: 26px;
  color: #333333;
  display: table;
  margin: 0 auto;
  font-weight: normal;
}
.por4_con1_rig .top .p span {
  font-size: 24px;
  color: #333333;
  opacity: 0.5;
  text-transform: uppercase;
}

.por4_con1_rig .top {
  line-height: 70px;
}
.por4_con1_rig{
  background-color: #fff;
}


@media(max-width:1459px){
  .sy_con6 {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .por_con2 {
    padding-top: 63px;
  }
  .por_con2_lef .rq1 .p {
    font-size: 22px;
    line-height: 60px;
  }
  .por_con2_lef .rq1 .p span {
    font-size: 32px;
  }
  .por_con2_lef .rq1 .div .div1 .a {
    font-size: 16px;
    padding-left: 40px;
    line-height: 40px;
  }
  .por_con2_lef .rq1 .div .div1 .a i {
    width: 12px;
    height: 12px;
  }
  .por_con2_lef .rq1 .div .div1 .div2 {
    /* padding: 0 35px; */
  }
  .por_con2_lef .rq1 .div .div1 .div2 a {
    font-size: 13px;
  }
  .por_con2_lef .rq1 .div .div1 .div2 .sj_div {
    margin-bottom: 8px;
  }
  .por_con2_lef .rq2 .p {
    font-size: 18px;
    line-height: 45px;
  }
  .por_con2_lef .rq2 .p span {
    font-size: 33px;
  }
  .por_con2_lef .rq2 .div {
    padding: 14px 13px;
    padding-bottom: 20px;
  }
  .por_con2_lef .rq2 .div2 div .p1 {
    font-size: 14px;
  }
  .por_con2_lef .rq2 .div2 div .p1 img {
    width: 16px;
    margin-bottom: 1px;
  }
  .por_con2_lef .rq2 .div2 div .p2 {
    font-size: 22px;
  }
  .por_con2_lef .rq3 .p {
    font-size: 18px;
    line-height: 45px;
  }
  .por_con2_lef .rq3 .p span {
    font-size: 33px;
  }
  .por_con2_lef .rq3 .div {
    padding: 10px 10px;
    padding-bottom: 35px;
  }
  .por_con2_lef .rq3 .div a {
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
  }
  .por4_con1_rig .top .p {
    font-size: 20px;
}
.por4_con1_rig .top .p span {
  font-size: 18px;
}
}
@media(max-width:991px){
  .sy_con6 {
    padding-top: 0px;
    padding-bottom: 30px;
}
.por_con2_lef{
  display: none;
}
}
@media(max-width:500px){
  .sy_con4 .bot .lef .gallery-top .rig {
    width: 100%;
    margin-top: 20px;
  }
  .sy_con4 .bot .lef .gallery-top .lef {
    width: 100%;
     padding-right: 0%;
}
.sy_con4 .bot .lef .swiper-slide .bj {
  top: 0px;
}
  .por4_con1_rig .top .p span {
    font-size: 16px;
}
  .pro_con1 .wrap {
    line-height: 35px;
  }
  .por_con2 {
    padding-top: 35px;
}
}
.ab2_con{
  padding-top: 0 !important;
}

.list_banner{
  position: relative;
}

.por_con2_lef{
  width: 24.7%;
  float: left;
  position: sticky;
  top: 100px;
}
.por_con2_lef .rq1{
  width: 100%;
  margin-bottom: 22px;
}
.por_con2_lef .rq1 .p{
  font-size: 30px;
  color: #ffffff;
  line-height: 78px;
  background: rgb(7,79,161);
  text-align: center;
  position: relative;
}
.por_con2_lef .rq1 .p span{
  font-size: 44px;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
}
.por_con2_lef .rq1   {
  width: 100%;
  background: #fff;
}
.por_con2_lef .rq1 .div1{
  width: 100%;
  border-bottom: 1px dashed rgb(208,208,208);
}
.por_con2_lef .rq1 .div1 .a{
  font-size: 20px;
  color: #333333;
  /* padding-left: 34px; */
  padding-left: 58px;
  line-height: 50px;
  display: block;
  position: relative;
  color: #fff;
  background: #017cee;
}
.por_con2_lef .rq1 .div1.on2 .a{
  color: #fff;
  background: #017cee;
}

.por_con2_lef .rq1 .div1 .a i{
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 17%;
  transform: translateY(-50%);
  background-image: url(../images/por1_con2_img1.png);
  background-image: url(../images/por1_con2_img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .5s;
}
.por_con2_lef .rq1 .div1.on2 .a i{
  background-image: url(../images/por1_con2_img2.png);
}
.por_con2_lef .rq1 .div1 .div2{
  width: 100%;
  /* padding:0 47px; */
  /* max-height: 0; */
  height: auto;
  overflow: hidden;
  transition: all .5s;
  /* opacity: 0; */
}
.por_con2_lef .rq1 .div1.on .div2{
  opacity: 1;
  /* max-height: 300px; */
  padding-top: 17px;
  padding-bottom: 17px;
}
.por_con2_lef .rq1 .div1 .div2 .div_p{
  margin-bottom: 12px;
}
.por_con2_lef .rq1 .div1 .div2 .div_p .xtj{
  width: 100%;
  opacity: 0;
  max-height: 0;
  height: auto;
  transition: all .8s;
  background: rgba(255,255,255,.9);
  overflow: hidden;
  z-index: -1;
  display: none;
}
.por_con2_lef .rq1 .div1 .div2 .div_p.div_p2 .xtj{
  opacity: 1;
  max-height: 280px;
  z-index: 1;
  padding-top: 4px;
}

.por_con2_lef .rq1 .div1 .div2 a{
  font-size: 18px;
  color: #1021a3;
  /* padding-right: 20px; */
  position: relative;
  transition: all .6s;

  background: rgb(248,248,248);
  background-color: #ddeaf5;
  line-height: 50px;
  padding-left: 58px;
}
.por_con2_lef .rq1 .div1 .div2 .div_p .xtj a{
  display: block;
  font-size: 14px;
  color: #666666 !important;
}
.por_con2_lef .rq1 .div1 .div2 .div_p .xtj a:hover{
  color: #017cee !important;
}
.por_con2_lef .rq1 .div1 .div2 .div_p.div_p2 a,
.por_con2_lef .rq1 .div1 .div2 .div_p a.on1{
  color: #017cee;
}
.por_con2_lef .rq1 .div1 .div2 a::before{
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(../images/por1_con2_img4.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .3s;
}
.por_con2_lef .rq1 .div1 .div2 .div_p.div_p2 a::before,
.por_con2_lef .rq1 .div1 .div2 a.on1::before{
  background-image: url(../images/por1_con2_img3_1.png);
}
.por_con2_lef .rq1 .div1 .div2 .div_p .xtj a::before{
  display: none !important;
}

.por_con2_lef .rq2{
  width: 100%;
  background: #fff;
  margin-bottom: 22px;
}
.por_con2_lef .rq2 .p{
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  position: relative;
  background: #017cee;
}
.por_con2_lef .rq2 .p span{
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por_con2_lef .rq2 .div{
  width: 100%;
  padding: 22px 13px;
  padding-bottom: 25px;
}
.por_con2_lef .rq2 .div .div1{
  width: 100%;
  margin-bottom: 14px;
}
.por_con2_lef .rq2 .div .div1:last-child{
  margin-bottom: 0;
}
.por_con2_lef .rq2 .div .div1 .p1{
  font-size: 14px;
  color: #2f3336;
  margin-bottom: 5px;
}
.por_con2_lef .rq2 .div .div1 .p2{
  font-size: 14px;
  color: #666666;
}
.por_con2_lef .rq2 .div2{
  width: 100%;
  position: relative;
}
.por_con2_lef .rq2 .div2 img{
  width: 100%;
  vertical-align: middle;
}
.por_con2_lef .rq2 .div2 div{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 13px;
}
.por_con2_lef .rq2 .div2 div .p1{
  font-size: 16px;
  color: #2f3336;
}
.por_con2_lef .rq2 .div2 div .p1 img{
  width: 20px;
}
.por_con2_lef .rq2 .div2 div .p2{
  font-size: 30px;
  color: #017cee;
  font-family: "din2";
}

.por_con2_lef .rq3{
  width: 100%;
  background: #fff;
}
.por_con2_lef .rq3 .p{
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  position: relative;
  background: #017cee;
}
.por_con2_lef .rq3 .p span{
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por_con2_lef .rq3 .div{
  width: 100%;
  padding: 10px 20px;
  padding-bottom: 70px;
}
.por_con2_lef .rq3 .div a{
  display: inline-block;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  border: 1px solid rgb(209,210,211);
  border-radius: 5px;
  margin-bottom: 4px;
  margin-right: 5px;
  padding: 0 15px;
}
.por_con2_lef .rq3 .div a:hover{
  color: #fff;
  background: #017cee;
  border: 1px solid #017cee;
}
@media(max-width:1459px){

  .por_con2_lef .rq1 .div1 .a {
    padding-left: 40px;
  }
  .por_con2_lef .rq1 .div1 .a i {
    right: 10%;
  }
}
@media(max-width:991px){
  .por_con2_lef{
    display: none;
  }
}
.abo_6{
  padding-top: 0 !important;
}
.ab2_con7{
  padding-top: 0 !important;
}














.social_nav5{ display: none; height:70px;  position:fixed; bottom:0; min-width:320px; max-width:640px; width:100%; z-index:999; background:url(../images/f_pic.jpg) no-repeat left top;  -webkit-background-size: 100%;	-moz-background-size: 100%;	-o-background-size: 100%;	background-size:100%;}
	
.social_nav5 li{ position:relative; float:left; padding-top:0.5rem; width:25%; height:5.083rem; font:1rem/1.75rem "Microsoft Yahei";  text-align:center; color:#fff; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;}
.social_nav5 li i{ margin:0 auto; width:3.0rem; height:2.25rem; display:block;}
.social_nav5 li i img{width: 100%;}
.social_nav5 li a{ color:#fff;font-size: 14px;}


.social_nav5 .erji a{  background-color: #4768a8; display:block; text-align:center; width:100%; height:3rem; display:block; color:#fff; font:0.917rem/3rem "Microsoft Yahei";}

.social_nav5 li.on .erji{
  display: block;
} 
.por_con2_lef .rq1 .div1 .div2 a{
  display: block;
  /*padding-top: 7px;*/
}
.por_con2_lef .rq1 .div1 .div2 .div_p:nth-child(1) a{
  padding-top: 0;
}
.por_con2_lef .rq1 .div1 .div2 a::before{
  content: none;
}
.por4_con1_rig .top .p{
  display: table;
  float: left;
}

.por_con2_lef .rq1 .div1 .div2 a{
  transition: .5s all;
}
.por_con2_lef .rq1 .div1 .div2 a:hover{
  /*color: #0f50bd;*/
}
.social_nav5 .erji{display:none;position:absolute; z-index:999; bottom:100%; left:0; width:6.583rem; max-height: 1000px; 

}
@media(max-width:1459px){
  .por_con2_lef .rq1 .div1 .a {
    font-size: 18px;
  }
  .por_con2_lef .rq1 .div1 .div2 a {
    font-size: 16px;
    line-height: 40px;
    padding-left: 40px;
}
}
@media(max-width:991px){
  .social_nav5{
    display: block;
  }
}
