@charset "UTF-8";



.content{

  margin-top: 233px; 

    overflow: hidden;

  }

  .conten2{

    margin-top: 233px; 

      min-height: 500px;

    }

  .app,.app-rq{

    display: none;

  }

  

  .banner{

    width: 100%;

    position: relative;

  }



  .banner .bj{

    width: 100%;

    vertical-align: middle;

  }

  .banner .container {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

}

.banner .container .lef {

 width: auto;

 display: table;

 margin: 0 auto;

}



.banner .container .lef .p1{

  font-size:48px;

  color: #fff;

  text-align: center;

  margin-top: 40px;

  background-color: #307cef;

  border-radius: 5px;

  width: 1000px;

  line-height: 70px;

  letter-spacing: 8px;

}

.banner .container .bname img{

  display: block;

  margin: 0 auto;

  width: 325px;

}

.banner .container .lef .div{

  width: 70%;

  margin: 0 auto;

  display: flex;

  margin-top: 66px;

  justify-content: space-between;

}

.banner .container .lef .div .bot{

   width: 25%; 

  border-radius: 5px;

  position: relative;

}

.banner .container .lef .div .bot::after{

  content: '';

    width: 1px;

    height: 70px;

    background-color: #b5b7ba;

    position: absolute;

    right: 0%;

    top: 50%;

    transform: translate(-50%,-50%);

}

.banner .container .lef .div .bot:last-of-type::after{

  content: none;

}

.banner .container .lef .div .bot .pt1{

  font-size: 48px;

  font-family: 'din';

  color: #fff;

  position: relative;

  font-weight: bold;

}

.banner .container .lef .div .bot .pt1 .s2{

  font-size: 18px;

  position: absolute;

  top: 0;

  font-weight: normal;

}

.banner .container .lef .div .bot .pt2{

  font-size: 16px;

  color: #fff;

  text-align: left;

}



.banner:hover .swiper-button-prev {

    left: 0px;

}

.banner .swiper-button-prev, .banner .swiper-button-next {

    width: 50px;

    transition: .5s all;

    height: 60px;

    background-color: #307cef;

    opacity: 1;

    cursor: pointer;

    pointer-events: auto;

}

.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{

  background-color: #fff;

}

.banner .swiper-button-prev {

    left: -100px;

}



.banner .swiper-button-prev:after, .banner .swiper-button-next:after {

  font-size: 18px;

  color: #fff;

  transition: .5s all;

}

.banner .swiper-button-prev:hover::after, .banner .swiper-button-next:hover::after{

  color: #307cef;

}

.banner .swiper-button-next{

  right: -100px;

}

.banner:hover .swiper-button-next {

  right: 0px;

}

/* content1 */

.sy_con1{

  width: 100%;

  background-color: #f7fbff;

}

.sy_con1 .lef{

  float: left;

  line-height: 80px;

}

.sy_con1 .lef span{

  font-size: 16px;

  color: #333;

}

.sy_con1 .lef span img{

  width: 17px;

  margin-right: 10px;

  margin-bottom: -3px;

}

.sy_con1 .lef a{

  font-size: 16px;

  margin-left: 20px;

  color: #666666;

}

.sy_con1 .rig{

  float: right;

}

.sy_con1 .rig div{

  width: 255px;

  height: 45px;

  background-color: #fff;

  margin-top: 17px;

}

.sy_con1 .rig div input{

  width: 83%;

  height: 100%;

  font-size: 16px;

  color: #666666;

  padding-left: 15px;

  float: left;

}

.sy_con1 .rig div button{

  width: 16%;

  height: 100%;

  background-image: url(../images/img2.png);

  background-repeat: no-repeat;

  background-size: 38px;

  background-position: center;

  float: left;

}



/* content2 */

.sy_con2 {

  width: 100%;

  padding-top: 77px;

  padding-bottom: 110px;

  position: relative;

  background-color: #f9fbff;

}

.sy_con2 .rq1 .divcon1 .div1{

float: left;

}

.sy_con2 .rq1 .divcon1 .div1 .p1{

  font-size: 30px;

  color: #333;

}

.sy_con2 .rq1 .divcon1 .div1 .p2{

  font-size: 48px;

  color: #307cef;

  font-weight: bold;

}

.sy_con2 .rq1 .divcon1 .btn1{

  width: 185px;

    margin-top: 5px;

    line-height: 60px;

    transition: .5s all;

    box-shadow: 0 0 3px 7px transparent;

    border-radius: 5px;

    margin-left: 35px;

    background-color: #307cef;

    float: right;

}

.sy_con2 .rq1 .divcon1 .btn1 a {

  display: block;

  width: 100%;

  letter-spacing: 1px;

  background: url(../images/img3.png)no-repeat;

  background-position-x: 10%;

  background-position-y: center;

  z-index: 10;

  color: #fff;

  padding-right: 10px;

  text-align: right;

  font-size: 20px;

}

.sy_con2 .rq1 .divcon1 .btn1:hover {

  box-shadow: 0 0 0 0 #307cef;

  transition: all ease .3s;

}

.sy_con2 .divcon2{

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  margin-top: 60px;

}

.sy_con2 .divcon2 .div1{

  width: 23%;

  overflow: hidden;

  position: relative;

  z-index: 5;

}

.sy_con2 .divcon2 .div1 img{

  width: 100%;

  transition: .5s all;

}

.sy_con2 .divcon2 .div1:hover img{

  transform: scale(1.05);

}

.sy_con2 .divcon2 .div1 .bot{

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%,-50%);

}

.sy_con2 .divcon2 .div1 .bot .p1{

  font-size: 28px;

  color: #fff;

  text-align: center;

  white-space: nowrap;

}

.sy_con2 .divcon2 .div1 .bot .p2{

  font-size: 48px;

  color: #94989e;

  margin-top: 20px;

  text-align: center;

}

.sy_con2 .rq2{



}

.sy_con2 .rq2 .p{

  text-align: center;

  color: #fff;

  font-size: 40px;

  font-weight: bold;

  width: 50%;

  margin: 0 auto;

  background-color: #307cef;

  border-radius: 5px;

  line-height: 90px;

  letter-spacing: 8px;

  position: relative;

  z-index: 5;

  margin-top: 75px;

}

.sy_con2 .rq2 .p::before{

  content: '';

  width: 1128px;

  z-index: -1;

  height: 125px;

  position: absolute;

  left: 50%;

  transform:translateX(-50%);

  top: -90%;

  background: url(../images/img667.png)no-repeat;

  background-size: contain;

}

.sy_con2 .rq2 .p::after{

  content: '';

  width: 100%;

  height: 45px;

  position: absolute;

  left: 50%;

  transform:translateX(-50%);

  top: 70%;

  background: url(../images/img8.png)no-repeat;

  background-size: cover;

}

.sy_con2 .rq2  .divcon1{

  display: flex;

  justify-content: space-between;

  margin-top: 50px;

}

.sy_con2 .rq2  .divcon1 .div1{

  width: 23%;

padding: 40px 40px;

  background-color: #fff;

/* box-shadow: 0px 0px 10px 0px rgb(90 91 95 / 30); */

border-radius: 5px;

border-bottom: 8px solid transparent;

transition: .5s all;

}

.sy_con2 .rq2  .divcon1 .div1:hover{

  border-color: #307cef;

  box-shadow: 0px 0px 10px 0px rgb(90 91 95 / 30%);

  transform: translate3d(0,-5px,0);

}

.sy_con2 .rq2  .divcon1 .div1 .p1{

  color: #333;

  font-size: 32px;

  font-weight: bold;

  position: relative;

display: inline-block;

padding-left: 75px;

}

.sy_con2 .rq2  .divcon1 .div1 .p1::before{

  content: '';

    width: 51px;

    height: 45px;

    background: url(../images/img9.png)no-repeat;

    background-size: contain;

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

}

.sy_con2 .rq2  .divcon1 .div1:nth-child(2) .p1:before{

    background: url(../images/img10.png)no-repeat;

    background-size: contain;

}

.sy_con2 .rq2  .divcon1 .div1:nth-child(3) .p1:before{

  background: url(../images/img11.png)no-repeat;

  background-size: contain;

}

.sy_con2 .rq2  .divcon1 .div1:nth-child(4) .p1:before{

  background: url(../images/img12.png)no-repeat;

  background-size: contain;

}

.sy_con2 .rq2  .divcon1 .div1 .p2{

  color: #999;

  font-size: 22px;

  margin-top: 30px;

}

  /* content3 */

  .sy_con3{

    padding-top: 95px;

    padding-bottom: 123px;

    width: 100%;

    background: url(../images/img13.jpg)no-repeat;

    background-size: cover;

  }

  .sy_con3 .rq1{

           display: flex;

         justify-content: space-between;

         /* flex-wrap: wrap; */

  }

 .sy_con3 .rq1 .lef{

width: 22%;

background: url(../images/img14.jpg)no-repeat;

background-size: cover;

padding: 0 20px;

padding-bottom: 10px;

 }

.sy_con3 .rq1 .lef div{

    width: auto;

    display: table;

    margin: 0 auto;

}

.sy_con3 .rq1 .lef .div1{

  margin-top: 40px;

}

.sy_con3 .rq1 .lef .div1 .p1{

  font-size: 16px;

  letter-spacing: 3px;

  color: #dadadb;

  text-align: right;

  position: relative;

}

.sy_con3 .rq1 .lef .div1 .p1::before{

  content: '';

  width: 22px;

    height: 22px;

    background: url(../images/img15.png)no-repeat;

    background-size: contain;

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

}

.sy_con3 .rq1 .lef .div1 .p2{

  font-size: 20px;

  color: #fabb33;

  text-align: center;

  font-family: 'din';

}

.sy_con3 .rq1 .lef .div2{

  margin-top: 45px;

}

.sy_con3 .rq1 .lef .div2 .p1{

  font-size: 44px;

  color: #fff;

  text-align: center;

  font-weight: bold;

}

.sy_con3 .rq1 .lef .div2 .p2{

  font-size: 24px;

  color: #d1d1d2;

  text-align: center;

  margin-top: 20px;

}

.sy_con3 .rq1 .lef .div2 .a1{

  display: block;

  margin: 0 auto;

  width: 155px;

  line-height: 60px;

  text-align: center;

  color: #307cef;

  font-size: 20px;

  background-color: #fff;

  border-radius: 5px;

  margin-top: 50px;

  transition: .5s all;

}

.sy_con3 .rq1 .lef .div2 .a1:hover{

  background-color: #307cef;

  color: #fff;

}

.sy_con3 .rq1 .lef .div3{

width: 100%;

background-color: rgba(255, 255, 255, .8);

margin-top: 50px;

padding-bottom: 20px;
display: none;

}

.sy_con3 .rq1 .lef .div3 .p1{

  text-align: center;

  color: #307cef;

  line-height: 80px;

  border-bottom: 2px solid #307cef;

  font-size: 24px;

}

.sy_con3 .rq1 .lef .div3 div{

  display: inline-block;

  vertical-align: middle;

  width: 50%;

  position: relative;

margin-top: 30px;

}

.sy_con3 .rq1 .lef .div3 div img{

display: block;

margin: 0 auto;

max-width: 80%;

vertical-align: middle;

}

.sy_con3 .rq1 .rig{

width: 76%;

}

.sy_con3 .rq1 .rig .top{



}

.sy_con3 .rq1 .rig .top .divcon{

  width: 48%;

    position: relative;

    transition: .5s all;

    float: left;

    margin-left: 3%;

}



.sy_con3 .rq1 .rig .top .divcon .div1{

  width: 100%;

  transition: .5s all;

}

.sy_con3 .rq1 .rig .top .divcon .div1  img{

  width: 100%;

  vertical-align: middle;

}

.sy_con3 .rq1 .rig .top .divcon .div2 {

  position: absolute;

  top: 50px;

  left: 50px;

}

.sy_con3 .rq1 .rig .top a:nth-child(odd) .divcon{

  margin-left: 0 !important;

}

.sy_con3 .rq1 .rig .top a:nth-child(3) .divcon{

  margin-top: 3%;

}

.sy_con3 .rq1 .rig .top a:nth-child(4) .divcon{

  margin-top: 3%;

}

.sy_con3 .rq1 .rig .top .divcon .div2 .p1{

  font-size: 28px;

  color: #333;

  position: relative;

  font-weight: bold;

  transition: .5s all;

}

.sy_con3 .rq1 .rig .top .divcon .div2 .p1::after{

  content: '';

  width: 27px;

  height: 2px;

  position: absolute;

  transition: .5s all;

  left: 0;

  bottom: -50%;

  background-color: #333;

}

.sy_con3 .rq1 .rig .top .divcon .div2 .p2{

  font-size: 20px;

  color: #999999;

  position: relative;

  display: inline-block;

  margin-top: 45px;

  transition: .5s all;

}

.sy_con3 .rq1 .rig .top .divcon .div2 .p2::after{

  content: '';

  width: 20px;

  height: 9px;

  background: url(../images/img26.png)no-repeat;

  background-size: contain;

  position: absolute;

  right: -30px;

  top: 50%;

  transform: translateY(-50%);

  transition: .5s all;

}

.sy_con3 .rq1 .rig .top .divcon .div1:hover{

  box-shadow: 0px 10px 10px 0px rgb(90 91 95 / 30%);

    transform: translate3d(0,-3px,0);

}

.sy_con3 .rq1 .rig .top .divcon:hover .p1{

  color: #307cef;

}

.sy_con3 .rq1 .rig .top .divcon:hover .p2{

  color: #307cef;

}

.sy_con3 .rq1 .rig .top .divcon:hover .p1::after{

  background-color: #307cef;

}

.sy_con3 .rq1 .rig .bottom{

margin-top: 3%;

}

.sy_con3 .rq1 .rig .bottom a .divcon{

  width: 31%;

  float: left;

  margin-left: 3%;

  position: relative;

  transition: .5s all;

}

.sy_con3 .rq1 .rig .bottom a .divcon .div1 img{

  width: 100%;

}



.sy_con3 .rq1 .rig .top .divcon:hover  .p2::after{

  background: url(../images/img26b.png)no-repeat;

  background-size: contain;

}

.sy_con3 .rq1 .rig .bottom a:nth-child(1) .divcon{

  margin-left: 0;

}

.sy_con3 .rq1 .rig .bottom a .divcon  .p1{

  color: #333;

  font-size: 20px;

  transition: .5s all;

  font-weight: bold;

  position: absolute;

  bottom: 10px;

  left: 50%;

  transform: translateX(-50%);

}

.sy_con3 .rq1 .rig .bottom a .divcon:hover{

  box-shadow: 0px 10px 10px 0px rgb(90 91 95 / 30%);

  transform: translate3d(0,-3px,0);

}

.sy_con3 .rq1 .rig .bottom a .div:hover p1{

  color: #307cef;

}



/* content4 */

.sy_con4{

  width: 100%;

  padding-top: 97px;

  padding-bottom: 100px;

}

.sy_con4 .rqq{

  position: relative;



}

.sy_con4 .rqq::after{

  content: '';

    width: 90px;

    height: 80px;

    background: url(../images/img666.png)no-repeat;

    background-size: cover;

    position: absolute;

    background-position: right;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

}

.sy_con4 .rq1 .container{

  display: flex;

 

}

.sy_con4 .rq1 .div1{

  width: 50%;

}

.sy_con4 .rq1 .div1 .bot1{

  padding-bottom: 40px;

  border-bottom: 1px solid #f4f8fe;

}

.sy_con4 .rq1 .div2{

  width: 50%;

  overflow: hidden;

}

.sy_con4 .rq1 .div2 img{

  width: 100%;

  transition: .5s all;

}

.sy_con4 .rq1 .div2:hover img{

  transform: scale(1.05);

}

.sy_con4 .div1 .bot1 .p1{

  font-size: 36px;

  color: #333;

}

.sy_con4 .div1 .bot1  .p1 span{

  font-size: 48px;

  color: #307cef;

  font-weight: bold;

}

.sy_con4 .div1 .bot1  .p2{

  font-size: 22px;

  color: #666;

  margin-top: 10px;

}



.sy_con4 .bot2{

  margin-top: 20px;

}

.sy_con4 .bot2 .indiv1{

  position: relative;

}

.sy_con4 .bot2 .indiv1::before{

  content: '';

    width: 60px;

    height: 51px;

    background: url(../images/img31.png)no-repeat;

    background-size: contain;

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

}

.sy_con4 .bot2 .indiv1::after{

  content: '';

  width: 85%;

  height: 7px;

  background: url(../images/img32.png)no-repeat;

  background-size: contain;

  position: absolute;

  left: 0;

  bottom: -50%;

}

.sy_con4 .bot2 .indiv1 .p2{

font-size: 16px;

padding-left: 70px;

color: #999;

}

.sy_con4 .bot2 .indiv1 .p1{

  font-size: 30px;

padding-left: 70px;



  color: #333;

  font-weight: bold;

  }

  .sy_con4 .bot2 .indiv2{

    margin-top: 50px;

  }

  .sy_con4 .bot2 .indiv2 .p{

    font-size: 18px;

      color: #999;

      line-height: 30px;

      padding-left: 25px;

      position: relative;

  }

  .sy_con4 .bot2 .indiv2 .p::before{

    content: '';

    width: 6px;

    height: 6px;

    background-color: #307cef;

    position: absolute;

    left: 0;

    border-radius: 50px;

    top: 50%;

    transform: translateY(-50%);

  }

  .sy_con4 .bot2 .indiv3{

    margin-top: 30px;

  }

  .sy_con4 .bot2 .indiv3 .a1{

    display: inline-block;

    text-align: center;

    width: 155px;

    line-height: 60px;

    font-size: 20px;

    color: #2c3139;

    border: 1px solid #2c3139;

    border-radius: 5px;

    transition: .5s all;

    vertical-align: bottom;

    transition: .5s all;

  }

  .sy_con4 .bot2 .indiv3 .a1:hover{

    background-color: #307cef;

    color: #fff;

    border-color: #307cef;

  }

  .sy_con4 .bot2 .indiv3 .dd{

    display: inline-block;

    margin-left: 30px;

  }

  .sy_con4 .bot2 .indiv3 .dd .p1{

    font-size: 16px;

    color: #333;

    padding-left: 30px;

    position: relative;



  }

  .sy_con4 .bot2 .indiv3 .dd .p1::before {

    content: '';

    width: 22px;

    height: 22px;

    background: url(../images/img33.png)no-repeat;

    background-size: contain;

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

}

.sy_con4 .bot2 .indiv3 .dd .p2{

  font-size: 30px;

    color: #307cef;

    font-family: 'din';

}

.sy_con4 .rq2{

  margin-top: 75px;

}

.sy_con4 .rq2 .div1{

  padding-left: 60px;

}

.sy_con4 .rq2 .bot2 .indiv1::before {

  background: url(../images/img34.png)no-repeat;

  background-size: contain;

}



.sy_con4 .rq3 .div1 .top{

  padding: 80px 0;

  width: 100%;

  background: url(../images/img36.png)no-repeat;

  background-size: cover;

  overflow: hidden;

}

.sy_con4 .rq3 .div1 .top .lef{

float: left;

position: relative;

}

.sy_con4 .rq3 .div1 .top .lef::before{

  content: '';

  width: 150px;

  height: 60px;

  background: url(../images/img37.png)no-repeat;

  background-size: cover;

  position: absolute;

  left: -30px;

  top: 50%;

  transform: translateY(-50%);

}

.sy_con4 .rq3 .div1 .top .lef .p1{

  font-size: 30px;

  padding-left: 130px;

    color: #fff;

    font-weight: bold;

}

.sy_con4 .rq3 .div1 .top .lef .p2{

  font-size: 16px;

  padding-left: 130px;

  color: #fff;

}

.sy_con4 .rq3 .div1 .top .rig{

  float: right;

  padding-right: 50px;

}

.sy_con4 .rq3 .div1 .top .rig .p1{

  font-size: 16px;

  color: #fff;

  padding-left: 30px;

  position: relative;

}

.sy_con4 .rq3 .div1 .top .rig .p1::before {

  content: '';

  width: 22px;

  height: 22px;

  background: url(../images/img15.png)no-repeat;

  background-size: contain;

  position: absolute;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

}

.sy_con4 .rq3 .div1 .top .rig .p2 {

  font-size: 30px;

  color: #fff;

  font-family: 'din';

}

.sy_con4 .rq3{

  margin-top: 75px;

  position: relative;

}

.sy_con4 .rq3::after{

  content: '';

  width: 151px;

  height: 80px;

  background: url(../images/img666.png)no-repeat;

  background-size: cover;

  position: absolute;

  background-position: right;

  right: 0;

  top: 9%;

  transform: translateY(-50%) rotate(

-180deg

);

}

.sy_con4 .rq3 .div1{

  width: 50%;

  margin-left: 4%;

}

.sy_con4 .rq3 .div1:nth-child(1){

  margin-left: 0;

}

.sy_con4 .rq3 .container{

  display: flex;

  justify-content: space-between;

}

.sy_con4 .rq3 .div1 .bottom {

  margin-top: 40px;

}

.sy_con4 .rq3 .div1 .bottom .p {

  font-size: 18px;

  color: #999;

  line-height: 30px;

  padding-left: 25px;

  position: relative;

}

.sy_con4 .rq3 .div1 .bottom .p::before {

  content: '';

  width: 6px;

  height: 6px;

  background-color: #307cef;

  position: absolute;

  left: 0;

  border-radius: 50px;

  top: 50%;

  transform: translateY(-50%);

}

.sy_con4 .rq3 .div1 .bottom .a1{

  display: inline-block;

    text-align: center;

    width: 155px;

    line-height: 60px;

    font-size: 20px;

    color: #2c3139;

    border: 1px solid #2c3139;

    border-radius: 5px;

    transition: .5s all;

    margin-top: 40px;



}

.sy_con4 .rq3 .div1 .bottom .a1:hover{

  background-color: #307cef;

  color: #fff;

  border-color: #307cef;

}

.sy_con4 .rq3 .div2 .top .lef::before {

  background: url(../images/img38.png)no-repeat;

  background-size: cover;

}

/* content5 */

.sy_con5{

  width: 100%;

  padding-top: 88px;

  padding-bottom: 80px;

  background: url(../images/img39.jpg)no-repeat;

  background-size: cover;

}

.sy_con5 .lef{

width: 50%;

float: left;

}

  .sy_con5 .rig {

    width: 44%;

    float: right;

}



.sy_con5 .lef .div1 .p1{

  width: 50%;

  font-size: 36px;

  color: #fff;

  position: relative;

}

.sy_con5 .lef .div2{

  margin-top: 30px;

}

.sy_con5 .lef .div1 .p1::after{

  content: '';

  width: 25px;

  height: 25px;

  background: url(../images/img40.png)no-repeat;

  background-size: contain;

  position: absolute;

  right:  0;

  top: 0%;

}

.sy_con5 .lef .div1 .p2{

  font-size: 44px;

  letter-spacing: 5px;

  font-weight: bold;

  color: #fff;

}

.sy_con5 .lef .div2 .a1 {

  display: inline-block;

  text-align: center;

  width: 155px;

  line-height: 60px;

  font-size: 20px;

  color: #307cef;

  background-color: #fff;

  border-radius: 5px;

  transition: .5s all;

  vertical-align: text-bottom;

  transition: .5s all;

}

.sy_con5 .lef .div2 .a1:hover{

  background-color: #307cef;

  color: #fff;

}

.sy_con5 .lef .div2 .dd {

  display: inline-block;

  margin-left: 30px;

}

.sy_con5 .lef .div2  .dd .p1 {

  font-size: 16px;

  color: #fff;

  padding-left: 30px;

  position: relative;

}

.sy_con5 .lef .div2  .dd .p1::before {

  content: '';

  width: 22px;

  height: 22px;

  background: url(../images/img33.png)no-repeat;

  background-size: contain;

  position: absolute;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

}

.sy_con5 .lef .div2  .dd .p2 {

  font-size: 30px;

  color: #fff;

  font-family: 'din';

}



.sy_con5 .rig .div .imgcon{

  width: 40px;

  height: 40px;

  margin: 0 auto;

}

.sy_con5 .rig .div .imgcon img{

  width: 100%;

  transition: .5s all;

}

.sy_con5 .rig .div .p1{

  text-align: center;

  color: #fff;

  font-size: 20px;

  margin-top: 15px;

  padding-bottom: 25px;

}

.sy_con5 .rig .div{

  width: 50%;

  float: left;

  border-bottom: 1px solid rgba(255, 255, 255, .4);

  padding-top: 20px;

}

.sy_con5 .rig .div:hover img{

 transform: translateY(-10px);

}

.sy_con5 .rig .div:nth-child(1),.sy_con5 .rig .div:nth-child(2){

  padding-top: 0;

}



.sy_con5 .rig .div:nth-child(odd){

  border-right: 1px solid rgba(255, 255, 255, .4);

}

/* content6 */

.sy_con6{

  width: 100%;

  padding-top: 90px;

  padding-bottom: 96px;

  background-color: #f7fbff;

  position: relative;

}

.sy_con6::after {

  content: '';

  width: 100%;

  height: 7px;

  background: url(../images/img32.png)repeat-x;

  background-size: contain;

  position: absolute;

  left: 0;

  bottom: 0%;

}

.sy_con6 .lef{

width: 50%;

float: left;

}

.sy_con6 .lef .div1 .p{

  width: 112px;

  display: inline-block;

  line-height: 30px;

  text-align: center;

  color: #fff;

  font-size: 20px;

  background-color: #307cef;

  border-radius: 5px;

}

.sy_con6 .lef .div1 .img1{

  vertical-align:bottom;

  width: 195px;

  margin-left: 20px;

}

.sy_con6 .lef .p1{

  color: #333;

  margin-top: 10px;

  font-size: 44px;

  font-weight: bold;

  position: relative;

}

.sy_con6 .lef .p2{

  color: #999;

  font-size: 18px;

  margin-top: 45px;

  line-height: 25px;

}

.sy_con6 .lef .p1::after{

  content: '';

    width: 30px;

    height: 4px;

    background-color: #307cef;

    position: absolute;

    left: 0;

    bottom:-50%;

    transform: translateY(-50%);

}

.sy_con6 .lef .a1{

  display: block;

  width: 155px;

  line-height: 52px;

  text-align: center;

  color: #307cef;

  font-size: 20px;

border: 1px solid #307cef;

  border-radius: 5px;

  margin-top: 60px;

  transition: .5s all;

}

.sy_con6 .lef .a1:hover{

  background-color: #307cef;

  color: #fff;

}

.sy_con6 .rig{

  width: 50%;

  float: right;

}

.sy_con6 .rig img{

  width: 100%;

}

/* content7 */

.sy_con7 {

  width: 100%;

  padding-top: 80px;

  padding-bottom: 85px;

}

.sy_con7 .rq1 {

  position: relative;

}

.sy_con7 .rq1 .p1{

  color: #307cef;

  font-size: 44px;

  font-weight: bold;

  float: left;

}

.sy_con7 .rq1 .div{

  float: right;

  position: relative;

}

.sy_con7 .rq1  .swiper-button-next, .sy_con7 .rq1  .swiper-button-prev {

  width: 40px;

  height: 40px;

  background-image: url(../images/img56.png);

  background-size: contain;

  background-repeat: no-repeat;

  right: 0px;

  opacity: 1;

  top: 70%;

  transition: all .5s;

}

.sy_con7 .rq1  .swiper-button-prev  {

  right: 60px;

  left: auto;

  transform: rotate(

180deg

);

}

.sy_con7 .rq1  .swiper-button-next:hover, .sy_con7 .rq1  .swiper-button-prev:hover {

  background-image: url(../images/img56b.png);

}

.sy_con7 .rq2{

  margin-top: 43px;

}

.sy_con7 .rq2 .swiper-slide {

  height: 120px;

  border: 1px solid rgb(211,211,211);

  position: relative;

  transition: all .5s;

}



.sy_con7 .rq2 .swiper-slide img {

  max-width: 90%;

  max-height: 90%;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%,-50%);

}

.sy_con7 .rq2 .swiper-slide:hover {

  box-shadow: 0px 10px 10px 0px rgb(90 91 95 / 30%);

  transform: translate3d(0,-3px,0);

}

.sy_con7 .rq2 .swiper-container {

  padding: 10px 2px;

  /* padding-bottom: 50px; */

}



.sy_con7 .swiper-button-prev:after,.sy_con7 .swiper-button-next:after{

  content: none;

} 



.sy_con8{

/* padding-top: ; */

padding-bottom: 90px;

}

.sy_con8 .div1{

  float: left;

}

.sy_con8 .rq1 .div1 .p1{

  color: #333;

  font-size: 44px;

}

.sy_con8 .rq1 .div1 .p1 span{

  color: #307cef;

  font-weight: bold;

}

.sy_con8 .rq1 .div1 .p2{

  color: #999;

  font-size: 22px;

}

.sy_con8 .rq1 .a1{

  float: right;

  display: inline-block;

    text-align: center;

    width: 155px;

    line-height: 60px;

    font-size: 20px;

    color: #2c3139;

    border: 1px solid #2c3139;

    border-radius: 5px;

    transition: .5s all;

}

.sy_con8 .rq1 .a1:hover{

  background-color: #307cef;

  border-color: #307cef;

  color: #fff;

}

.sy_con8 .rq2{

  margin-top: 35px;

}



.sy_con8 .rq2 .pic{

  width: 100%;

  padding-bottom: 90px;

}

.sy_con8 .rq2 .pic a{

  display: block;

  width: 100%;

  height: 100%;

}
.sy_con8 .rq2 .pic a .imgbox{
  width: 100%;
  height: 0;
  padding-bottom: 64.87%;
  position: relative;
}
.sy_con8 .rq2 .pic a .imgbox img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
/* .sy_con8 .rq2 .pic img{

  width: 100%;

  vertical-align: middle;

} */



.picMarquee-left {

  position: relative;

  width: 100%;

}

.picMarquee-left .bd {

  width: 100%;

}

.picMarquee-left .bd ul{

  zoom: 1;

  padding-bottom: 10% !important;

}

.picMarquee-left .bd ul li{

  float: left;

  margin-right: 19px;

}

.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{

  position:relative;

  width: 100% !important;



}

.picList{

  width: 100%;

  position: relative;

  padding: 0px; margin: 0px;

}

.pic a .div{

  width: 90%;

  padding: 20px 15px;

  height: 120px;

  background: #fff;

  position: absolute;

  bottom: 20px;

  left: 50%;

  transform: translateX(-50%);

  transition: all .5s;

  box-shadow: 0px 10px 10px 0px rgb(90 91 95 / 7%);

  transition: .5s all;

}



.pic a .div .bot1 {

  float: left;
  width: calc(100% - 60px);

}

.pic a .div .bot1 .p1{

 color: #333;

 transition: .5s all;

 font-size: 26px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;

}

.pic a .div .bot1 .p2{

  color: #999;

  font-size: 20px;

 transition: .5s all;

  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

 }

 .pic a .div .bot2{

   width: 55px;

   height: 55px;

   background-color: #307cef;

   border-radius: 50px;

   color: #fff;

   font-size: 36px;

   float: right;

   text-align: center;

 transition: .5s all;

 margin-top: 10px;

 }



 .picMarquee-left .bd ul li:hover .pic a .div{

  background-color: #307cef;

}



.picMarquee-left .bd ul li:hover .pic a .div .bot1 .p1,.picMarquee-left .bd ul li:hover .pic a .div .bot1 .p2{

  color: #fff !important;

}

.picMarquee-left .bd ul li:hover  .pic a .div .bot2{

  background-color: #fff;

  color: #307cef !important;

}

.sy_con9{

  padding-top: 100px;

  padding-bottom: 100px;

  background-color: #f7fbff;

}

.sy_con9 .lef{

  float: left;

  width: 36%;

  box-shadow: 0px 10px 10px 0px rgb(90 91 95 / 10%);

  overflow: hidden;

}

.sy_con9 .lef .top{

  background-color: #307cef;

  padding: 30px 20px;

}

.sy_con9 .lef .top + .swiper-container{

  background-color: #fff;

}

.sy_con9 .lef .top .p1{

  color: #fff;

  font-size: 44px;

}

.sy_con9 .lef .top .p2{

  color: #fff;

  font-size: 18px;

}

.sy_con9 .lef .top .div1{

  float: left;

}

.sy_con9 .lef .top .div2{

  float: right;

  width: 10%;

}

.sy_con9 .lef .top .div2 img{

  width: 100%;

}

.sy_con9 .lef .center{

  width: 100%;

  height: 0;

  padding-bottom: 72.5%;

  position: relative;

  background: #fff;

  overflow: hidden;

}

.sy_con9 .lef .center .img{

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  display: flex;

  justify-content: center;

  align-items: center;

}

.sy_con9 .lef .center img{

  max-width: 100%;

  max-height: 100%;

  transition: .5s all;

}

.sy_con9 .lef:hover .center img{

  transform: scale(1.05);

}

.sy_con9 .lef .bottom{

  background-color: #fff;

  padding: 55px 30px;

}

.sy_con9 .lef .bottom p{

  font-size: 16px;

  color: #666666;



  line-height: 30px;

}

.sy_con9 .rig{

  width: 61%;

  float: right;

}

.sy_con9 .rig .top{

  background-color: #fff;

  box-shadow: 0px 10px 10px 0px rgb(90 91 95 / 10%)

}

.sy_con9 .rig .top .div1{

  border-bottom: 1px solid #e9eaeb;

  padding: 30px;

}

.sy_con9 .rig  .bot1{

 float: left;

}

.sy_con9 .rig  .p1{

color: #307cef;

font-size: 30px;

}

.sy_con9 .rig  .bot2{

   width: 30px;

   float: right;

  }

  .sy_con9 .rig  .bot2 img{

    width: 100%;

   }

   .sy_con9 .rig  .p2{

    color: #999999;

    font-size: 18px;

    }

    .sy_con9 .rig .top .div2{

      padding: 35px;

    }

    .sy_con9 .rig .top .div2 .bot1{

      width: 50%;

      overflow: hidden;

      float: left;

    }

    .sy_con9 .rig .top .div2 .bot1 .imgbox{

      width: 100%;

      height: 0;

      padding-bottom: 49%;

      position: relative;

    }

    .sy_con9 .rig .top .div2 .bot1 .img{

      position: absolute;

      width: 100%;

      height: 100%;

      left: 0;

      top: 0;

      display: flex;

      justify-content: center;

      align-items: center;

    }

    .sy_con9 .rig .top .div2 .bot1 img{

      max-width: 100%;

      max-height: 100%;

      transition: .5s all;

    }

    .sy_con9 .rig .top:hover .div2 .bot1 img{

      transform: scale(1.05);

    }

    .sy_con9 .rig .top .div2 .bot2{

      width: 50%;

      padding-left: 20px;

      float: right;

    }

    .sy_con9 .rig .top .div2 .bot2 .p1{

      font-size: 20px;

      color: #333333;

    }

    .sy_con9 .rig .top .div2 .bot2 .p2{

      font-size: 16px;

      color: #666666;

      display: -webkit-box;

      -webkit-box-orient: vertical;

      -webkit-line-clamp: 2;

      overflow: hidden;

      margin-top: 15px;

    }

    .sy_con9 .rig .top .div2 .bot2 .p3{

      font-size: 18px;

      color: #999999;

      font-family: 'akz2';

  

      float: right;

    }

    .sy_con9 .rig .top .div2 .bot2 .indiv{

      margin-top: 50px;

    }

    .sy_con9 .rig .top .div2 .bot2 .indiv .tiao{

      width: 102px;

      height: 1px;

      background-color: #dfdfdf;

 display: inline-block;

    }

    .sy_con9 .rig .bottom{

      width: 100%;

      margin-top: 5%;

    }

    .sy_con9 .rig .bottom .div1{

      background-color: #fff;

      box-shadow: 0px 10px 10px 0px rgb(90 91 95 / 10%);

      width: 48%;

      padding: 30px 30px;

      float: left;

    }

    .sy_con9 .rig .bottom .div1 .rq1{

            border-bottom: 1px solid #e9eaeb;

            padding-bottom: 20px;

    }

    .sy_con9 .rig .bottom .div1 .rq2{



    }

    .sy_con9 .rig .bottom .div1 .rq2 .a{

      display: block;

       font-size: 18px;

       color: #333;

       position: relative;

       margin-top: 30px;

       padding-left: 25px;

    }

    .sy_con9 .rig .bottom .div1 .rq2 .a::before{

      content: '';

      width: 6px;

      height: 6px;

      border: 3px solid #307cef;

      position: absolute;

      left: 0;

      top: 50%;

      transform: translateY(-50%);

    }

    .sy_con9 .rig .bottom .div2 {

      background-color: #fff;

      box-shadow: 0px 10px 10px 0px rgb(90 91 95 / 10%);

      width: 48%;

      padding: 60px 30px;

      float: left;

      margin-left: 4%;

  }

  .sy_con9 .rig .bottom .div2 .a {

    display: block;

    font-size: 18px;

    color: #333;

    position: relative;

    margin-top: 30px;

    padding-left: 25px;

    display: -webkit-box !important;

    -webkit-box-orient: vertical !important;

    -webkit-line-clamp: 1 !important;

    overflow: hidden !important;

}

.sy_con9 .rig .bottom .div2 .a:nth-child(1){

  margin-top: 0;

}

.sy_con9 .rig .bottom .div2 .a::before{

  content: '';

  width: 6px;

  height: 6px;

  border: 3px solid #307cef;

  position: absolute;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

}

.sy_con9 a{

  transition: .5s all;

}

.sy_con9 a:hover{

  color: #307cef !important;

}

@media (max-width: 1680px) {

  .sy_con4 .rq3 .div1 .top .lef .p1 {

    font-size: 23px ;

}

.sy_con4 .rq3 .div1 .top .lef .p2 {

  font-size: 14px;

}

}

@media (max-width: 1459px) {

  .sy_con2 .rq2 .p::before {

    content: '';

    width: 880px;

    z-index: -1;

    height: 96px;

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    top: -65%;

    background: url(../images/img667.png)no-repeat;

    background-size: contain;

}

  .sy_con2 .rq2 .divcon1 .div1 .p2 {

    font-size: 16px;

    margin-top: 20px;

}

  .sy_con2 .rq2 .divcon1 .div1 {

    padding: 30px 30px;

}

  .sy_con2 .rq2 .divcon1 .div1 .p1::before {

    width: 35px;

    height: 31px;

}

  .sy_con2 .rq2 .divcon1 .div1 .p1 {

    font-size: 21px;

    padding-left: 50px;

}

  .sy_con4 {

    padding-top: 60px;

    padding-bottom: 60px;

}

  .sy_con4 .rq3::after {

    width: 93px;

    height: 62px;

}

  .sy_con4 .rq3 .div1 .bottom .a1 {

    margin-top: 25px;

}

  .sy_con4 .rq3 .div1 .bottom {

    margin-top: 25px;

}

  .sy_con4 .rq3 .div1 .bottom .p {

    font-size: 14px;

    line-height: 25px;

}

  .sy_con4 .rqq::after {

    width: 68px;

    height: 60px;

  }

  .sy_con4 .bot2 .indiv2 .p {

    font-size: 14px;

    line-height: 25px;

}

  .sy_con4 .bot2 .indiv2 {

    margin-top: 30px;

}

  .sy_con4 .rq1 .div1 .bot1 {

    padding-bottom: 20px;

}

  .sy_con4 .bot2 .indiv1 .p2 {

    font-size: 14px;

} 

  .sy_con4 .bot2 .indiv1 .p1 {

    font-size: 23px;

}

  .sy_con4 .div1 .bot1 .p2 {

    font-size: 18px;

    margin-top: 5px;

}

  .sy_con4 .div1 .bot1 .p1 {

    font-size: 27px;

}

  .sy_con4 .div1 .bot1 .p1 span {

    font-size: 36px;

}

  .sy_con4 .rq3 .div1 .top .rig .p1 {

    font-size: 14px;

    padding-left: 23px;

}

  .sy_con4 .rq3 .div1 .top .rig .p2 {

    font-size: 22px;

}

  .sy_con4 .rq3 .div1 .top .rig{

    padding-right: 0;

    padding-left: 80px;

    margin-top: 10px;

  }

  .sy_con4 .rq3 .div1 .top .lef,.sy_con4 .rq3 .div1 .top .rig{

    width: 100%;

  }

  .sy_con4 .rq3 .div1 .top {

    padding: 40px 0;

}

  .sy_con4 .rq3 .div1 .top .lef .p1 {

    font-size: 23px ;

    padding-left: 85px;

}

.sy_con4 .rq3 .div1 .top .lef .p2 {

  font-size: 14px;

  padding-left: 85px;

}

.sy_con4 .rq3 .div1 .top .lef::before {

  width: 110px;

  height: 40px;

}

  .sy_con3 {

    padding-top: 55px;

    padding-bottom: 68px;

}

  .sy_con3 .rq1 .lef .div2 .a1 {

    margin-top: 20px;

}

  .sy_con3 .rq1 .lef .div3 div {

    margin-top: 20px;

}

  .sy_con3 .rq1 .lef .div3 .p1 {

    line-height: 50px;

    font-size: 20px;

}

.sy_con3 .rq1 .lef .div3 {

  margin-top: 20px;

  padding-bottom: 15px;

}

  .sy_con3 .rq1 .lef .div2 {

    margin-top: 5px;

}

  .sy_con3 .rq1 .lef .div2 .p2 {

    font-size: 16px;

    margin-top: 10px;

}

  .sy_con3 .rq1 .lef .div1 .p2 {

    font-size: 22px;

}

  .sy_con3 .rq1 .lef .div1 .p1 {

    font-size: 14px;

    padding-left: 26px;

    text-align: center;

}

  .sy_con3 .rq1 .rig .bottom a .div {

    height: 215px;

}

  .sy_con3 .rq1 .rig .bottom a .div p {

    font-size: 16px;

}

.sy_con3 .rq1 .rig .top .divcon .div2 .p1 {

  font-size: 22px;

}

.sy_con3 .rq1 .rig .top .divcon .div2 .p2 {

  font-size: 16px;

  margin-top: 30px;

}

.sy_con3 .rq1 .rig .top .divcon .div2 {

  top: 40px;

  left: 30px;

}

  .sy_con3 .rq1 .rig .top .div1 .p2 {

    font-size: 16px;

    margin-top: 30px;

}

  .sy_con3 .rq1 .rig .top .div1 .p1 {

    font-size: 21px;

}

  .sy_con5 .lef .div2 .dd .p2 {

    font-size: 24px;

}

  .sy_con5 .lef .div2 .dd .p1 {

    font-size: 14px;

    padding-left: 26px;

}

  .sy_con5 {

    padding-top: 55px;

    padding-bottom: 55px;

}

  .sy_con5 .rig .div .imgcon {

    width: 30px;

    height: 30px;

}

  .sy_con5 .rig .div .p1 {

    font-size: 16px;

    padding-bottom: 15px;

}

  .sy_con5 .lef .div1 .p1::after {

    width: 18px;

    height: 18px;

}

  .sy_con9 .lef .top .p1,.sy_con8 .rq1 .div1 .p1,.sy_con7 .rq1 .p1,.sy_con6 .lef .p1,.sy_con5 .lef .div1 .p2,.sy_con3 .rq1 .lef .div2 .p1,.sy_con2 .rq2 .p{

   font-size: 33px;

  }

  .sy_con9 .lef .top .p2,.sy_con9 .rig .p2{

    font-size: 14px;

}

.sy_con9 .lef .top {

  padding: 20px 20px;

}

.sy_con9 .rig .top .div1 {

  padding: 10px 30px;

}

.sy_con9 .rig .top .div2 .bot2 .p2 {

  font-size: 13px;

  margin-top: 10px;

}

.sy_con9 .rig .top .div2 .bot2 .p1 {

  font-size: 16px;

}

.sy_con9 .rig .top .div2 .bot2 .indiv {

  margin-top: 35px;

}

.sy_con9 .rig .top .div2 .bot2 .p3 {

  font-size: 14px;

}

.sy_con9 .rig .bottom .div1 .rq2 .a,.sy_con9 .rig .bottom .div2 .a{

  font-size: 14px;

  margin-top: 20px;

}

.sy_con9 .rig .bottom .div2,.sy_con9 .rig .bottom .div1{

  padding: 20px 20px;

}

.sy_con9 .rig .bottom .div2 .a::before,.sy_con9 .rig .bottom .div1 .rq2 .a::before{

  width: 2px;

  height: 2px;

  border: 2px solid #307cef;

}

.sy_con9 .lef .bottom p {

  font-size: 14px;

  line-height: 25px;

}

.sy_con9 .lef .bottom {

  padding: 35px 30px;

}

.sy_con9 .rig .p1 {

  font-size: 22px;

}

  .content {

    margin-top: 188px;

}

.content2{

  margin-top: 188px;

}

.banner .container .bname img {

  width: 247px;

}

.banner .container .lef .p1 {

  font-size: 36px;

  margin-top: 30px;

  width: 760px;

  line-height: 53px;

  letter-spacing: 4px;

}

.banner .container .lef .div .bot .pt2 {

  font-size: 14px;

}

.banner .container .lef .div .bot .pt1 {

  font-size: 36px;

}

.banner .container .lef .div .bot::after {

  height: 53px;

}

.banner .container .lef .div {

  margin-top: 45px;

}

.banner .container .lef .div .bot .pt1 .s2 {

  font-size: 16px;

}

.sy_con1 .lef a {

  font-size: 14px;

  margin-left: 10px;

}

.sy_con1 .lef span {

  font-size: 14px;

}

.sy_con1 .lef {

  line-height: 60px;

}

.sy_con1 .rig div input {

  font-size: 14px;

}

.sy_con1 .rig div {

  height: 34px;

  margin-top: 13px;

}

.sy_con9 {

  padding-top: 55px;

  padding-bottom: 65px;

}

.sy_con9 .rig .bot2 {

  width: 25px;

}

.sy_con9 .lef .top .div2 {

  width: 8%;

}

.sy_con7 {

  padding-top: 60px;

  padding-bottom: 70px;

}

.sy_con7 .rq2 {

  margin-top: 25px;

}

.sy_con7 .rq1 .swiper-button-next, .sy_con7 .rq1 .swiper-button-prev {

  width: 30px;

  height: 30px;

}

.sy_con7 {

  padding-top: 35px;

  padding-bottom: 45px;

}

.sy_con7 .rq2 {

  margin-top: 10px;

}

.sy_con7 .rq1 .swiper-button-prev {

  right: 45px;

}

.sy_con6 .lef .div1 .p {

  width: 90px;

  font-size: 16px;

}

.sy_con6 .lef .p2 {

  font-size: 14px;

  margin-top: 40px;

}

.sy_con6 .lef .a1,.sy_con5 .lef .div2 .a1,.sy_con8 .rq1 .a1,.sy_con4 .rq3 .div1 .bottom .a1,.sy_con4 .bot2 .indiv3 .a1,.sy_con3 .rq1 .lef .div2 .a1{

  width: 120px;

  font-size: 16px;

  line-height: 40px;

}

.sy_con6 .lef .a1 {

  margin-top: 30px;

}

.sy_con6 {

  padding-top: 60px;

  padding-bottom: 75px;

}

.sy_con6 .lef .div1 .img1 {

  width: 165px;

}

.sy_con5 .lef .div1 .p1 {

  font-size: 27px;

}

.sy_con8 .rq1 .div1 .p2 {

  font-size: 16px;

}

.pic a .div .bot1 .p2{

  font-size: 16px;

}

.pic a .div .bot1 .p1{

  font-size: 22px;

}

.pic a .div .bot2 {

  font-size: 24px;

  width: 35px;

  height: 35px;

}

.pic a .div{

  padding: 15px 15px;

  height: 90px;

}

.sy_con8 {

  padding-bottom: 60px;

}

.picMarquee-left .bd ul{

  padding-bottom: 8%;

}

.sy_con2 .rq1 .divcon1 .div1 .p2 {

  font-size: 36px;

}

.sy_con2 .rq1 .divcon1 .div1 .p1 {

  font-size: 23px;

}

.sy_con2 .rq1 .divcon1 .btn1 a {

  font-size: 16px;

}

.sy_con2 .rq1 .divcon1 .btn1 {

  width: 155px;

  line-height: 55px;

}

.sy_con2 .divcon2 .div1 .bot .p1 {

  font-size: 21px;

}

.sy_con2 .divcon2 .div1 .bot .p2 {

  font-size: 36px;

  margin-top: 15px;

}

.sy_con2 .divcon2 {

  margin-top: 30px;

}

.sy_con2 .rq2 .p {

  line-height: 68px;

  margin-top: 40px;

}

.banner .swiper-button-prev, .banner .swiper-button-next {

  width: 38px;

  height: 45px;

}

.banner .swiper-button-prev:after, .banner .swiper-button-next:after {

  font-size: 16px;

}

}



@media (max-width: 1259px) {

  .sy_con9 .lef .top .p1, .sy_con8 .rq1 .div1 .p1, .sy_con7 .rq1 .p1, .sy_con6 .lef .p1, .sy_con5 .lef .div1 .p2, .sy_con3 .rq1 .lef .div2 .p1, .sy_con2 .rq2 .p {

    font-size: 26px;

}

  .sy_con4 .bot2 .indiv1 .p1 {

    font-size: 18px;

}
.pic a .div .bot1{
  width: calc(100% - 35px);
}
  .pic a .div .bot2{

    font-size: 20px;

    width: 30px;

    height: 30px;

  }

  .pic a .div .bot1 .p1{

    font-size: 18px;

  }

  .pic a .div .bot1 .p2{

    font-size: 12px;

  }

  .sy_con1 .lef a {

    margin-left: 3px;

  }

  .banner .container .lef .p1 {

    font-size: 28px;

    width: 600px;

}

.banner .container .bname img {

  width: 200px;

}

}

@media(max-width:991px){

  .pc{

    display: none !important;

  }

  .sy_con2 .rq2 .p::before{

    display: none;

  }

  .sy_con2 .divcon2 .div1 {

    width: 49%;

}

  .sy_con2 .rq2 .p {

    width: 80%;

}

  .sy_con2 .rq2 .divcon1 .div1{

    width: 100%;

    margin-top: 1%;

  }

  .sy_con2 .rq2 .divcon1{

    display: block;

  }

  .sy_con4 .rq3 .div1 {

    width: 100%;

    margin-left: 0%;

}

  .sy_con4 .rq3 .container{

    flex-wrap: wrap;

  }

  .sy_con4 .rqq::after,.sy_con4 .rq3::after{

    display: none;

  }

  .sy_con4 .rq1 .div1,.sy_con4 .rq1 .div2{

    width: 100%;

}

  .sy_con4 .rq1 .container{

    flex-wrap: wrap;

  }

  .sy_con3 .rq1 .lef {

    width: 100%;

}

  .sy_con3 .rq1 .rig .bottom a .div, .sy_con3 .rq1 .rig .top .div1 {

    width: 100%;

    margin-left: 0;

    margin-top: 0;

  }



  .sy_con3 .rq1{

    display: block;

  }

.sy_con3 .rq1 .rig{

    width: 100%;

   height: auto;

}

  .sy_con5 .lef .div1 .p1 {

    font-size: 20px;

    width: auto;

}

  .sy_con5 .rig{

    margin-top: 30px;

  }

  .sy_con5 .lef,.sy_con5 .rig{

    width: 100%;

  }

  .sy_con6 .rig,.sy_con6 .lef{

    width: 100%;

  }

  .sy_con9 .lef,.sy_con9 .rig{

    width: 100%;

}



  .sy_con1 .lef {

    line-height: 30px;

}

  .sy_con1 .rig {

    display: none;

}

.app{

  display: block !important;

}

/* .pc{

  display: none;

} */

.banner .container{

  display: none;

}

.content {

  margin-top: 62px;

}

.content2{

  margin-top: 62px;

}

}

@media(max-width:500px){

  .sy_con8 {

    padding-bottom: 30px;

}

  .sy_con9 .rig .bottom .div1 {

    padding-bottom: 0 !important;

}

.sy_con9 .rig .bottom .div2{

padding-top: 20px !important;

}

  .sy_con3 .rq1 .rig .top .divcon,.sy_con3 .rq1 .rig .bottom a .divcon{

    width: 100%;

    margin-left: 0;

  }

  .sy_con2 {

    padding-top: 25px;

    padding-bottom: 40px;

}

  .sy_con2 .rq2 .p {

    line-height: 40px;

}

  .sy_con2 .rq2 .p::after{

    display: none;

  }

  .sy_con2 .rq1 .divcon1 .btn1 a {

    font-size: 14px;

    background-size: 18px;

}

  .sy_con2 .rq1 .divcon1 .btn1 {

    width: 130px;

    line-height: 40px;

    float: left;

    margin-left: 0;

}

  .sy_con2 .rq1 .divcon1 .div1 .p2 {

    font-size: 24px;

}

  .sy_con2 .divcon2 .div1 .bot .p1 {

    font-size: 16px;

}

  .sy_con4 {

    padding-top: 45px;

    padding-bottom: 45px;

}

  .sy_con4 .rq3 .div2{

  margin-top: 10px;

  }

  .sy_con4 .rq3 .div1 .bottom .a1 {

    margin-top: 14px;

}

  .sy_con4 .rq3 .div1 .bottom {

    margin-top: 10px;

}

  .sy_con4 .rq3 .div1 .top .lef .p2 {

    font-size: 13px;

}

  .sy_con4 .rq3 {

    margin-top: 40px;

}

  .sy_con4 .rq2 .div1{

    padding-left: 0;

  }

  .sy_con4 .rq2 {

    margin-top: 10px;

}

  .sy_con4 .bot2 .indiv3 {

    margin-top: 20px;

}

  .sy_con4 .rq1 .div2{

    margin-top:20px;

  }

  .sy_con4 .bot2 .indiv1::after {

    width: 100%;

    bottom: -35%;

}

  .sy_con4 .bot2 .indiv3 .dd .p1 {

    font-size: 14px;

    padding-left: 24px;

}

  .sy_con4 .bot2 .indiv3 .dd .p2 {

    font-size: 20px;

}

  .sy_con4 .bot2 .indiv2 .p {

    font-size: 13px;

}

  .sy_con4 .div1 .bot1 .p2 {

    font-size: 14px;

    margin-top: 5px;

}

  .sy_con4 .div1 .bot1 .p1,.sy_con4 .div1 .bot1 .p1 span{

    font-size: 24px;

}

  .sy_con3 .rq1 .lef .div1 {

    margin-top: 5px;

}

  .sy_con3 .rq1 .lef .div2 {

    margin-top: 0px;

}

  .sy_con3 .rq1 .lef .div2 .p2 {

    font-size: 14px;

}

  .sy_con3 .rq1 .lef .div2 .a1 {

    margin-top: 15px;

}

  .sy_con3 .rq1 .lef {

    padding: 15px 0;

   height: auto;

}

.sy_con3 .rq1 .lef .div3{

  display: none;

}

  .sy_con3 .rq1 .rig .bottom a .div{

    margin-top: 10px;

  }

  .sy_con3 .rq1 .rig .top .div1{

    margin-top: 10px;

  }

  .sy_con5 .rig .div .imgcon {

    width: 25px;

    height: 25px;

}

  .sy_con5 .lef .div1 .p1::after{

    display: none;

  }

  .sy_con5 {

    padding-top: 35px;

    padding-bottom: 45px;

}

  .sy_con5 .rig .div .p1 {

    font-size: 14px;

    padding-bottom: 10px;

}

  .sy_con5 .lef .div2 {

    margin-top: 10px;

}

  .sy_con6 .lef .p2 {

    margin-top: 30px;

}

  .sy_con6 .lef .a1, .sy_con5 .lef .div2 .a1, .sy_con8 .rq1 .a1, .sy_con4 .rq3 .div1 .bottom .a1, .sy_con4 .bot2 .indiv3 .a1, .sy_con3 .rq1 .lef .div2 .a1 {

    width: 95px;

    font-size: 14px;

    line-height: 30px;

}

  .sy_con6 {

    padding-top: 40px;

    padding-bottom: 50px;

}

  .sy_con6 .rig{

    margin-top: 30px;

  }

  .sy_con9 {

    padding-top: 40px;

    padding-bottom: 45px;

}

  .sy_con9 .lef .top .p1, .sy_con8 .rq1 .div1 .p1, .sy_con7 .rq1 .p1, .sy_con6 .lef .p1, .sy_con5 .lef .div1 .p2, .sy_con3 .rq1 .lef .div2 .p1, .sy_con2 .rq2 .p {

    font-size: 24px;

}

  .sy_con9 .rig .top .div2 .bot1 {

    width: 100%;

    margin-bottom: 10px;

}

.sy_con9 .rig .top .div2 .bot2 {

  width: 100%;

  padding-left:0px;

 

}

.sy_con9 .rig .bottom .div1,.sy_con9 .rig .bottom .div2{

  width: 100%;

}

.sy_con9 .rig .bottom .div2{

  margin-left: 0;

}

.sy_con9 .lef .top,.sy_con9 .lef .bottom,.sy_con9 .rig .top .div2{

  padding: 10px 20px;

}

.sy_con9 .rig .top .div2 .bot2 .indiv {

  margin-top: 20px;

}

.sy_con9 .rig .bottom .div2, .sy_con9 .rig .bottom .div1,.sy_con9 .rig .top .div1 {

  padding: 10px 20px;

}

.sy_con9 .rig .bot2 {

  width: 20px;

}

.sy_con9 .lef, .sy_con9 .rig {

  margin-top: 20px;

}

}









/* 关于我们 */

.ab2_con1{

  width: 100%;

  padding-top: 68px;

  padding-bottom: 90px;

  position: relative;

}

.ab2_con1 .p1{

  font-size: 48px;

  color: #2e3235;

  font-weight: bold;

  text-align: center;

}

.ab2_con1 .p1 span{

  color: #307cef;

}

.ab2_con1 .p2{

  font-size: 18px;

  color: #666666;

  text-align: center;

  margin-top: 10px;

}

.ab2_con1 .rq{

  width: 100%;

  padding-top: 38px;

  display: flex;

}

.ab2_con1 .rq .lef{

  width: 50%;

  overflow: hidden;

}

.ab2_con1 .rq .lef img{

  width: 100%;

  vertical-align: middle;

  transition: all .5s;

}

.ab2_con1 .rq .rig{

  width: 50%;

  background: #307cef;

  padding: 24px 55px;

}

.ab2_con1 .rq .rig .p3{

  font-size: 30px;

  color: #ffffff;

  padding-bottom: 20px;

  margin-bottom: 18px;

  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 .p4{

  font-size: 16px;

  color: #ffffff;

  line-height: 27px;

  margin-bottom: 14px;

}

.ab2_con1 .rq .rig .p5{

  font-size: 16px;

  color: #ffffff;

  line-height: 27px;

}

.ab2_con1 .rq .rig .div{

  width: 100%;

}

.ab2_con1 .rq .rig .div1{

  float: left;

  margin-right: 34px;

}

.ab2_con1 .rq .rig .div1 .p6{

  font-family: "ab2_din";

  font-size: 24px;

  color: #ffffff;

}

.ab2_con1 .rq .rig .div1 .p6 span{

  font-size: 55px;

  color: #ffffff;

  font-family: "Impact";

}

.ab2_con1 .rq .rig .div1 .p7{

  font-size: 16px;

  color: #ffffff;

}

@media(max-width:1459px){

  .ab2_con1 .p1 {

    font-size: 36px;

}

.ab2_con1 .p2 {

  font-size: 16px;

  margin-top: 10px;

}

.ab2_con1 .rq .rig {

    padding: 24px 20px;

}

.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: 10px;

}

.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: 34px;

}

.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: 10px 10px;

}

.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: 24px;

}



}

@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 .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;

  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 .lef .div .p3{

  font-size: 16px;

  color: #666666;

  position: absolute;

  right: 0;

  bottom: 0;

}

.ab2_con2 .lef .div .p3 img{

  width: 95px;

}

.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 .lef .div .p3 {

  font-size: 14px;

}

.ab2_con2 .lef .div .p3 img {

  width: 70px;

}

.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;

  position: relative;

  padding-bottom: 115px;

}

.ab2_con3 .p1{

  font-size: 48px;

  color: #333333;

  font-weight: bold;

  text-align: center;

}

.ab2_con3 .p1 span{

  color: #307cef;

}

.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: #307cef;

  border: 1px solid #307cef;

}

.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: #307cef;

  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: 16px;

  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: 14px;

}



}

@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 .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{

  width: 100%;

  height: 730px;

  padding-top: 90px;

  padding-bottom: 90px;

  position: relative;

  background: #307cef;

  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: #307cef;

  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;

  position: relative;

}

.ab2_con5 .p1{

  font-size: 48px;

  color: #333333;

  text-align: center;

  font-weight: bold;

}

.ab2_con5 .p1 span{

  color: #307cef;

}

.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: #307cef;

}

.ab2_con5 .top button.on::before{

  opacity: 1;

}

.ab2_con5 .bot{

  width: 100%;

  margin-top: 24px;

}

.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: #307cef;

}

.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: #307cef;

  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: 90%;

  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: #307cef;

}

.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_con8 */

.ab2_con8{

  width: 100%;

  padding-top: 70px;

  padding-bottom: 80px;

  background: rgb(250,250,250);

}

.ab2_con8 .p1{

  font-size: 48px;

  color: #333333;

  font-weight: bold;

  text-align: center;

}

.ab2_con8 .p1 span{

  color: #307cef;

}

.ab2_con8 .p2{

  font-size: 18px;

  color: #d0d0d0;

  text-transform: uppercase;

  text-align: center;

}

.ab2_con8 .rq{

  width: 100%;

  padding-top: 35px;

}

.ab2_con8 .rq .div{

  width: 12.9%;

  height: 252px;

  margin-right: 1.616666%;

  float: left;

  border-radius: 5px;

  overflow: hidden;

}

.ab2_con8 .rq .div:nth-child(7){

  margin-right: 0;

}

.ab2_con8 .rq .div .div1{

  width: 100%;

  height: 100%;

  background: #fff;

  padding: 0 2px;

  transition: all .5s;

}

.ab2_con8 .rq .div1:hover{

  background: #307cef;

}

.ab2_con8 .rq .div .top{

  width: 100%;

  height: 135px;

  position: relative;

}

.ab2_con8 .rq .div .top div{

  width: 90px;

  height: 90px;

  border-radius: 50%;

  background: rgb(250,250,250);

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%,-50%);

}

.ab2_con8 .rq .div .top div img{

  width: 48px;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%,-50%);

}

.ab2_con8 .rq .div .bot{

  width: 100%;

  border-top: 1px solid rgb(236,236,236);

  padding-top: 17px;

}

.ab2_con8 .rq .div .bot .p3{

  font-size: 21px;

  color: #333333;

  text-align: center;

  transition: all .3s;

  

	text-overflow: ellipsis;

	overflow: hidden;

	white-space: nowrap;

}

.ab2_con8 .rq .div .bot .p4{

  font-size: 12px;

  color: #333333;

  opacity: 0.3;

  text-align: center;

  text-transform: uppercase;

  margin-top: 5px;

  margin-bottom: 12px;

  transition: all .3s;

  

	text-overflow: ellipsis;

	overflow: hidden;

	white-space: nowrap;

}

.ab2_con8 .rq .div .bot .p5{

  font-size: 35px;

  line-height: 26px;

  color: #474747;

  opacity: 0.1;

  text-align: center;

  font-family: "ab2_din2";

  transition: all .3s;

}

.ab2_con8 .rq .div1:hover .bot p{

  color: #fff;

}

.ab2_con8 .rq .div1:hover .bot .p5{

  opacity: 0.3;

}



@media(max-width:1459px){

  .ab2_con8 {

    padding-top: 54px;

    padding-bottom: 60px;

}

.ab2_con8 .p1 {

  font-size: 36px;

}

.ab2_con8 .p2 {

  font-size: 14px;

}

.ab2_con8 .rq {

  padding-top: 25px;

}

.ab2_con8 .rq .div {

  height: 190px;

}

.ab2_con8 .rq .div .top {

  height: 100px;

}

.ab2_con8 .rq .div .top div {

  width: 68px;

  height: 68px;

}

.ab2_con8 .rq .div .top div img {

  width: 36px;

}

.ab2_con8 .rq .div .bot {

  padding-top: 10px;

}

.ab2_con8 .rq .div .bot .p3 {

  font-size: 16px;

}

.ab2_con8 .rq .div .bot .p5 {

  font-size: 26px;

  line-height: 20px;

}



}

@media(max-width:991px){

  .ab2_con8 {

    padding-top: 35px;

    padding-bottom: 45px;

}

.ab2_con8 .p1 {

  font-size: 28px;

}

.ab2_con8 .rq .div{

  width: 23.5%;

  margin-right: 2%;

  margin-bottom: 15px;

}

.ab2_con8 .rq .div:nth-child(4){

  margin-right: 0;

}

.ab2_con8 .rq .div:nth-child(5),

.ab2_con8 .rq .div:nth-child(6),

.ab2_con8 .rq .div:nth-child(7){

  width: 32%;

  margin-right: 2%;

}

.ab2_con8 .rq .div:nth-child(7){

  margin-right: 0;

}

}

@media(max-width:500px){

  .ab2_con8 .rq .div {

    width: 49% !important;

    margin-right: 2% !important;

    margin-bottom: 10px;

}

.ab2_con8 .rq .div:nth-child(2n){

  margin-right: 0 !important;

}

.ab2_con8 .rq .div:nth-child(7){

  width: 100% !important;

  margin-right: 0 !important;

}

.ab2_con8 .p1 {

  font-size: 24px;

}

.ab2_con8 .p2 {

  font-size: 13px;

}

.ab2_con8 .rq {

  padding-top: 20px;

}

.ab2_con8 {

  padding-top: 35px;

  padding-bottom: 30px;

}



}













/* ab2_con9 */

.ab2_con9{

  width: 100%;

  position: relative;

  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: #307cef;

}

.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: #307cef;

}





@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;

}

}



/* 案例列表 */

.fil_con1 .rig .rq1{

  padding: 0 32px;

  padding-top: 32px;

}

.fil_con1 .rig .rq1 a{

  width: 49%;

  float: left;

  margin-right: 2%;

  margin-bottom: 15px;

}

.fil_con1 .rig .rq1 a:nth-child(2n){

  margin-right: 0;

}

.fil_con1 .rig .rq1 a .top{

  width: 100%;

  overflow: hidden;

  position: relative;

}

.fil_con1 .rig .rq1 a .top img{

  width: 100%;

  vertical-align: middle;

  transition: all .5s;

}

.fil_con1 .rig .rq1 a:hover .top img{

  transform: scale(1.05);

}

.fil_con1 .rig .rq1 a .mb{

  width: 100%;

  height: 100%;

  background: rgba(0,0,0,0.5);

  position: absolute;

  top: 100%;

  left: 0;

  padding: 20px;

  transition: all .5s;

}

.fil_con1 .rig .rq1 a:hover .mb{

  top: 0;

}

.fil_con1 .rig .rq1 a .mb .p2{

  font-size: 14px;

  line-height: 25px;

  color: #ffffff;

}

.fil_con1 .rig .rq1 a .p1{

  font-size: 18px;

  color: #ffffff;

  padding-left: 15px;

  padding-right: 38px;

  line-height: 56px;

  background: rgb(67,71,74);

  position: relative;

  transition: all .5s;

  border-bottom: none;

}

.fil_con1 .rig .rq1 a:hover .p1{

  background: #307cef;

}

.fil_con1 .rig .rq1 a .p1::before{

  content: '';

  width: 20px;

  height: 20px;

  background-image: url(../images/img101.png);

  background-repeat: no-repeat;

  background-size: contain;

  position: absolute;

  top: 50%;

  right: 4%;

  transform: translateY(-50%);

}

.ny_dh {

  padding-top: 15px;

  padding-bottom: 15px;

  border-bottom: 1px solid rgb(196, 194, 194);

}

.ny_dh span, .ny_dh a {

  font-size: 14px;

  color: #999999;

}

.ny_dh a.on {

  color: #307cef;

}

/* 应用领域  分辨率*/

@media(max-width:1459px){

  .fil_con1 .rig .rq1 a .p1 {

    font-size: 14px;

    padding-left: 15px;

    padding-right: 38px;

    line-height: 40px;

}

}

@media(max-width:500px){

  .fil_con1 .rig .rq1{

    padding: 0;

    padding-top: 20px;

  }

  .fil_con1 .rig .rq1 a .p1 {

    font-size: 12px;

    padding-left: 10px;

    padding-right: 30px;

    line-height: 35px;

}

.fil_con1 .rig .rq1 a .p1::before {

  width: 16px;

  height: 16px;

}

.sy_con9.ny_con3 .lef .rq1 {

  padding: 15px 15px 20px 10px;

}

}

.news_con1{

  width: 100%;

  background: rgb(248,248,248);

}

.news_con1 .lef {

  width: 20%;

  float: left;

}

.news_con1 .rig {

  width: 77.5%;

  float: right;

  background: #fff;

}

.news_con1 .job1 .rq {

  width: 100%;

  background: #fff;

}

.news_con1 .job1 .rq .div1.on a{

  display: block;

  width: 100%;

  background: url(../images/img97.png) #307cef;

  background-size: 8px 13px;

  background-repeat: no-repeat;

  background-position-y: center;

  background-position-x: 90%;

  color: #fff;

  border-bottom:none;

}

.news_con1 .job1 .rq a {

  display: block;

  font-size: 16px;

  color: #2f3336;

  line-height: 50px;

  padding-left: 32px;

  padding-right: 35px;

  border-bottom: 1px dashed rgb(229,229,229);

}

.news_con1 .job1 .rq a:last-child {

  border-bottom: none;

}

.news_con1 .rig .p1{

  font-size: 24px;

  line-height: 70px;

  padding-left: 25px;

  color: #307cef;

  border-bottom: 2px solid rgb(47,51,54);

}

.news_con1 .rig .rq1{

  padding: 0 27px;

}

.news_con1 .rig .rq2{

  display: block;

  width: 100%;

  border-bottom: 1px dashed rgb(229,229,229);

  padding: 24px 0;

}

.news_con1 .rig .rq2 .lef{

  width: 27.3%;

  float: left;

}

.news_con1 .rig .rq2 .lef img{

  width: 100%;

  vertical-align: middle;

  transition: all .5s;

}

.news_con1 .rig .rq2:hover .lef img{

  transform: scale(1.05);

}

.news_con1 .rig .rq2 .rig{

  width: 72.7%;

  float: left;

  padding-top: 18px;

  padding-left: 25px;

}

.news_con1 .rig .rq2 .rig .p2{

  font-size: 20px;

  color: #2f3336;

  text-overflow: ellipsis;

	overflow: hidden;

  white-space: nowrap;

  transition: all .5s;

}

.news_con1 .rig .rq2:hover .rig .p2{

  color: #307cef;

}

.news_con1 .rig .rq2 .rig .p3{

  font-size: 14px;

  color: #a8a8a8;

  margin-top: 3px;

}

.news_con1 .rig .rq2 .rig .p4{

  font-size: 14px;

  color: #999999;

  line-height: 24px;

  margin-top: 15px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}



/* news_con2 */

.news_con2{

  width: 100%;

  padding-top: 53px;

  padding-bottom: 60px;

  background: rgb(248,248,248);

}

.news_con2 .p1 {

  font-size: 24px;

  color: #ffffff;

  line-height: 60px;

  background: rgb(47,51,54);

  padding-left: 37px;

  position: relative;

}

.news_con2 .p1::before {

  content: '';

  width: 4px;

  height: 25px;

  background: #fff;

  position: absolute;

  top: 50%;

  left: 17px;

  transform: translateY(-50%);

}

.news_con2 .p1 a {

  font-size: 18px;

  color: #fff;

  text-transform: uppercase;

  font-family: "din";

  position: absolute;

  right: 30px;

  top: 50%;

  transform: translateY(-50%);

}

.news_con2 .p1 a::before {

  content: '';

  width: 20px;

  height: 2px;

  background: #fff;

  position: absolute;

  left: -30px;

  top: 50%;

  transform: translateY(-50%);

}

.news_con2 .rq{

  width: 100%;

  background: #fff;

}

.news_con2 .rq1{

  width: 48%;

  height: 191px;

  float: left;

  margin-right: 4%;

  padding: 20px;

  border-bottom: 1px solid rgb(238,238,238);

}

.news_con2 .rq1:nth-child(2n){

  margin-right: 0;

}

.news_con2 .rq1 .p2 {

  font-size: 18px;

  color: #333333;

  margin-bottom: 18px;

  text-overflow: ellipsis;

  overflow: hidden;

  white-space: nowrap;

  transition: all .5s;

}

.news_con2 .rq1 .p3 {

  font-size: 14px;

  color: #999999;

  line-height: 23px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}

.news_con2 .rq1 button {

  font-size: 18px;

  color: #333333;

  width: 80px;

  height: 42px;

  background: rgb(221,221,221);

  transition: all .5s;

  margin-top: 20px;

}

.news_con2 .rq1:hover button {

  background: #307cef;

  color: #fff;

}

.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:1459px){

  .news_con1 .rig .p1 {

    font-size: 18px;

    line-height: 50px;

    padding-left: 25px;

}

.news_con1 .rig .rq2 .rig .p2 {

  font-size: 18px;

}

.news_con1 .rig .rq2 .rig {

  padding-top: 5px;

  padding-left: 18px;

}

.news_con2 .p1 a {

  font-size: 14px;

}

.news_con2 .p1 a::before {

  width: 15px;

  height: 1px;

  left: -22px;

  top: 48%;

}

.news_con2 .p1 {

  font-size: 18px;

  line-height: 45px;

  padding-left: 32px;

}

.news_con2 .p1::before {

  width: 2px;

  height: 17px;

  top: 52%;

  left: 22px;

}

.news_con2 .rq1 button {

  font-size: 14px;

  width: 70px;

  height: 32px;

  margin-top: 20px;

}

.news_con2 .rq1 {

  height: 181px;

}

.news_con1 .job1 .rq a {

  font-size: 14px;

  line-height: 38px;

}



}

@media(max-width:1259px){

  .news_con1 .rig .rq2 .rig .p4 {

    font-size: 14px;

    line-height: 24px;

    margin-top: 6px;

}

.news_con1 .rig .rq2 .rig {

  padding-top: 0px;

  padding-left: 18px;

}

.news_con1 .rig .rq2 {

  padding: 15px 0;

}



}

@media(max-width:991px){

  .fl {

    display: block;

}

  .news_con1 .lef{

    display: none;

  }

  .news_con1 .rig{

    width: 100%;

  }

  .news_con1 .rig .rq2 .lef{

    display: block;

  }



}

@media(max-width:768px){

  .news_con1 .rig .rq2 .lef{

    width: 100%;

  }

  .news_con1 .rig .rq2 .rig{

    width: 100%;

    padding-left: 0;

    padding-top: 10px;

  }

  .news_con1 .rig .rq2:hover .lef img {

    transform: scale(1);

}

.news_con2 .rq1{

  width: 100%;

  margin-right: 0;

}

}

@media(max-width:500px){

  .news_con2 {

    padding-top: 36px;

}

  .news_con1 .container{

    padding: 0;

  }

  .news_con1 .rig,

  .news_con1 .ny_dh .container{

    padding: 0 15px;

  }

  .news_con1 .rig .rq1 {

    padding: 0;

}

.news_con1 .rig .p1 {

  padding-left: 0px;

}

.news_con1 .rig .rq2 .rig .p3 {

  font-size: 12px;

}

.news_con2 .rq1 {

  padding: 10px;

  height: auto;

}

.news_con2 .rq1 .p2 {

  font-size: 16px;

  margin-bottom: 6px;

}

.news_con2 .rq1 .p3 {

  font-size: 12px;

  line-height: 20px;

}

.news_con2 .rq1 button {

  font-size: 12px;

  width: 64px;

  height: 26px;

}



}

.job1{

  width: 100%;

}

.job1 .p1{

  font-size: 30px;

  color: #ffffff;

  line-height: 80px;

  text-align: center;

  background: #307cef;

  position: relative;

}

.job1 .p1 span{

  width: 100%;

  text-align: center;

  font-size: 44px;

  color: #ffffff;

  opacity: 0.05;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%,-50%);

  text-transform: uppercase;

  font-weight: bold;

}

.job1 .s_job{

  width: 100%;

  /* background: #fff; */

}

.job1 .s_job .S_jobitem{

  width: 100%;

  border-bottom: 1px dashed rgb(229,229,229);

}

.job1 .s_job .S_jobitem:last-child{

  border-bottom: none;

}

.job1 .s_job .S_jobhead{

  font-size: 16px;

  color: #333333;

  line-height: 50px;

  background: url(../images/img68.png) #fff;

  background-size: 13px;

  background-repeat: no-repeat;

  background-position-y: center;

  background-position-x: 85%;

  transition: all .5s;

  padding-left: 30px;

  position: relative;

}

.job1 .s_job .S_jobhead a{

  display: block;

}

.job1 .s_job .open .S_jobhead{

  background: url(../images/img67.png) #307cef;

  background-size: 13px;

  background-repeat: no-repeat;

  background-position-y: center;

  background-position-x: 85%;

  color: #fff;

}

.job1 .s_job .open .S_jobhead a{

  color: #fff;

}



.job1 .s_job .S_jobcont{

  padding: 10px 0;

  padding-bottom: 20px;

  display: none;

  padding-left: 30px;

  background: #fff;

}

.job1 .s_job .open .S_jobcont{

  display: block;

}

.job1 .s_job .S_jobcont a{

  font-size: 14px;

  color: #666666;

  display: block;

  line-height: 30px;

  position: relative;

  padding-left: 12px;

  transition: all .5s;

}

.job1 .s_job .S_jobcont a:hover,

.job1 .s_job .S_jobcont a.on{

  color: #307cef;

}

.job1 .s_job .S_jobcont a img{

  width: 6px;

  margin-left: 18px;

  opacity: 0;

  transition: all .5s;

}

.job1 .s_job .S_jobcont a.on img{

  opacity: 1;

}

.job2{

  width: 100%;

  margin-top: 25px;

}

.job2 .p1{

  font-size: 24px;

  color: #ffffff;

  text-align: center;

  line-height: 60px;

  background: #307cef;

  position: relative;

}

.job2 .p1 span{

  width: 100%;

  text-align: center;

  font-size: 44px;

  color: #fff;

  opacity: 0.05;

  text-transform: uppercase;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%,-50%);

  font-weight: bold;

}

.job2 .rq{

  width: 100%;

  background: #fff;

  padding: 12px;

}

.job2 .rq a{

  display: inline-block;

  line-height: 22px;

  border: 1px solid rgb(209,210,211);

  padding: 0 13px;

  font-size: 12px;

  color: #999999;

  border-radius: 3px;

  margin-bottom: 4px;

  transition: all .5s;

}

.job2 .rq a:hover{

  color: #fff;

  background: #307cef;

  border: 1px solid #307cef;

}

.job4,

.job3{

  width: 100%;

  margin-top: 25px;

}

.job4 .p1,

.job3 .p1 {

  font-size: 24px;

  color: #ffffff;

  text-align: center;

  line-height: 60px;

  background: #307cef;

  position: relative;

}

.job4 .p1 span,

.job3 .p1 span {

  width: 100%;

  text-align: center;

  font-size: 44px;

  color: #fff;

  opacity: 0.05;

  text-transform: uppercase;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%,-50%);

  font-weight: bold;

}

.job3 .rq{

  width: 100%;

  padding: 10px 15px;

  background: #fff;

}

.job3 .rq .swiper-slide a{

  display: block;

  width: 100%;

  padding: 12px 0;

  border-bottom: 1px dashed rgb(229,229,229);

  display: flex;

}

.job3 .rq .swiper-slide a .lef{

  width: 39%;

}

.job3 .rq .swiper-slide a .lef img{

  width: 100%;

  vertical-align: middle;

  transition: all .5s;

}

.job3 .rq .swiper-slide a:hover .lef img{

  transform: scale(1.05);

}

.job3 .rq .swiper-slide a .rig{

  width: 61%;

  padding-left: 19px;

  display: flex;

  flex-wrap: wrap;

  align-content:center;

  align-items:center;

}

.job3 .rq .swiper-slide a .rig .p2{

  font-size: 16px;

  color: #666666;

  transition: all .5s;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;



}

.job3 .rq .swiper-slide a:hover .rig .p2{

  color: #307cef;

}

/* job4 */

.job4 .rq{

  padding: 0 15px;

  padding-bottom: 25px;

  width: 100%;

  background: #ffffff;

}

.job4 .rq a{

  width: 100%;

  display: block;

  border-bottom: 1px dashed rgb(229,229,229);

  font-size: 14px;

  color: #666666;

  line-height: 45px;

  padding-left: 12px;

  position: relative;

  text-overflow: ellipsis;

	overflow: hidden;

  white-space: nowrap;

  transition: all .5s;

}

.job4 .rq a::before{

  content: '';

  width: 5px;

  height: 5px;

  background: #307cef;

  border-radius: 50%;

  position: absolute;

  top: 50%;

  left: 0;

  transform: translateY(-50%);

}

.job4 .rq a:hover{

  color: #307cef;

  padding-left: 15px;

}

.fyq{

  width: auto;

  display: table;

  margin: 40px auto;

  margin-top: 30px;

}

.fyq li{

  float: left;

  margin-right: 9px;

  transition: all .5s;

  border: 1px solid rgb(219,219,219);

  width: 33px;

  height: 33px;

  line-height: 33px;

}

.fyq li:hover{

  background: #307cef;

  border: 1px solid #307cef;

}

.fyq li a{

  display:block;

  width: 100%;

  height: 100%;

  text-align: center;

  font-size: 14px;

  color: #999999;

  transition: all .5s;

}

.fyq li:hover a{

  color: #fff;

}

.fyq li:first-child a,

.fyq li:last-child a{

  background-image: url(../images/img75.png);

  background-size: 8px 14px;

  background-repeat: no-repeat;

  background-position: center;

}

.fyq li:first-child:hover a,

.fyq li:last-child:hover a{

  background-image: url(../images/img76.png);

}

.fyq li:last-child a{

  transform: rotate(180deg);

}

.fyq li:last-child,

.fyq li:first-child{

  margin-right: 22px;

  width: 45px;

}

.fyq li:last-child{

  margin-right: 0;

  margin-left: 13px;

}



.fil_con1 .rig .rq1 {

  padding: 0 32px;

  padding-top: 32px;

}

.ny_con3 {

  background: rgb(248,248,248);

  width: 100%;

  padding-top: 90px;

  padding-bottom: 88px;

}



.ny_con3 .lef {

  width: 68%;

  float: left;

}

.ny_con3 .rq {

  border-bottom: 4px solid rgb(47,51,54);

  width: 100%;

  position: relative;

  border-bottom: 4px solid rgb(47,51,54);

}

.ny_con3 .lef .rq span.on {

  color: #307cef;

}

.ny_con3 .rq span {

  display: inline-block;

  font-size: 29px;

  color: #2f3336;

  margin-right: 45px;

  padding-bottom: 16px;

  position: relative;

  transition: all .5s;

  cursor: pointer;

}



.ny_con3 .lef .rq span.on::before {

  opacity: 1;

}

.ny_con3 .lef .rq span::before {

  content: '';

  width: 20px;

  height: 8px;

  background-image: url(../images/img644.png);

  background-repeat: no-repeat;

  background-size: contain;

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  opacity: 0;

  transition: all .5s;

}

.ny_con3 .rq .a {

  font-size: 18px;

  color: #2f3336;

  font-family: "din";

  text-transform: uppercase;

  margin-top: 18px;

}

.ny_con3 .rq a {

  font-size: 36px;

  color: #2f3336;

  font-family: "bold";

  position: absolute;

  right: 0;

  top: 0;

}

.ny_con3 .rq .a::before {

  content: '';

  width: 20px;

  height: 2px;

  background: rgb(47,51,54);

  position: absolute;

  top: 50%;

  left: -30px;

  transform: translateY(-50%);

}

.ny_con3 .lef .rq1 {

  padding: 15px 25px 25px 33px;

  background: #fff;

}

.ny_con3 .lef .rq1.on1 {

  display: block;

}

.ny_con3 .lef .rq1 {

  width: 100%;

  background: rgb(248,248,248);

  padding: 35px 25px 25px 33px;

  display: none;

}

.ny_con3 .lef .rq1 .bot {

  margin-top: 0;

  border-top: none;

}

.ny_con3 .lef .rq1 .bot a {

  line-height: 55px;

}

.ny_con3  .lef .rq1 .bot a {

  display: block;

  line-height: 77px;

  font-size: 14px;

  color: #666666;

  padding-left: 27px;

  padding-right: 50px;

  width: 47%;

  float: left;

  border-bottom: 1px dashed rgb(222,222,222);

  position: relative;

  text-overflow: ellipsis;

  overflow: hidden;

  white-space: nowrap;

  transition: all .5s;

}

.ny_con3  .lef .rq1 .bot a::before {

  content: '';

  width: 11px;

  height: 2px;

  background: #666666;

  position: absolute;

  top: 50%;

  left: 0;

  transform: translateY(-50%);

  transition: all .5s;

}

.ny_con3  .lef .rq1 .bot a span {

  font-size: 14px;

  color: #999999;

  position: absolute;

  right: 0;

}

.ny_con3  .rig{

  width: 28%;

  float: right;

}

.ny_con3  .rig .rq span{

  font-family: "din";

  font-size: 36px;

}

.ny_con3  .rig .rq2 .top{

  width: 100%;

  background: rgb(248,248,248);

}

.ny_con3  .rig .top{

  width: 100%;

  overflow: hidden;

}

.ny_con3  .rig .top img{

  width: 100%;

  vertical-align: middle;

}

.ny_con3  .rig .bot{

  padding: 0 22px;

  background: rgb(248,248,248);

}

.ny_con3  .rig .bot li a{

  display: block;

  height: 124px;

  border-bottom: 1px dashed rgb(222,222,222);

  padding-top: 24px;

  padding-bottom: 24px;

}

.ny_con3  .rig .bot li .p1{

  font-size: 16px;

  color: #2f3336;

  padding-left: 14px;

  position: relative;

  text-overflow: ellipsis;

	overflow: hidden;

  white-space: nowrap;

  transition: all .5s;

}

.ny_con3  .rig .bot li:hover .p1{

  color: #307cef;

}

.ny_con3  .rig .bot li .p1::before{

  width: 3px;

  height: 16px;

  content: '';

  background: #307cef;

  position: absolute;

  top: 53%;

  left: 0;

  transform: translateY(-50%);

}

.ny_con3  .rig .bot li .p2{

  font-size: 14px;

  color: #999999;

  margin-top: 10px;

  line-height: 22px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}

.ny_con3 .rig .bot{

  padding: 0 22px;

  background: #fff;

}

.ny_con3 .lef .rq1 {

  padding: 15px 25px 25px 33px;

  background: #fff;

}

.ny_con3 .lef .rq1.on1 {

  display: block;

}

.ny_con3 .lef .rq1 {

  width: 100%;

  padding: 15px 25px 21px 33px;

  display: none;

}

.ny_con3 .lef .rq1 .bot a {

  line-height: 55px;

}

.ny_con3  .lef .rq1 .bot a:nth-child(2n) {

  float: right;

}

.ny_con3 .rig .rq span {

  font-size: 29px;

  color: #307cef;

}



/* 产品列表 */

/* .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;

  padding-bottom: 30px;

}

.por_con1 .p span{

  color: #307cef;

}

.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: #307cef;

}

.por_con1 .rq .div1 div{

  width: 88px;

  height: 88px;

  border-radius: 50%;

  background: #307cef;

  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: #307cef;

  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: 88px;

  background: rgb(248,248,248);

}

.por_con2_lef{

  width: 19.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: #307cef;

}

.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: 78%;

  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: #307cef;

}

.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: 400px;

  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 .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: #307cef;

}

.por_con2_rig .rq1 .bot .div1 .div3 .p2{

  font-size: 14px;

  color: #999999;



  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: #307cef;

  border: 1px solid #307cef;

  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: #307cef;

  border: 1px solid #307cef;

}

.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: #307cef;

  border: 1px solid #307cef;

}

.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: #307cef;

}

.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: #307cef;

}

.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: 250px;

  }

  .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;

  }

  .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: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.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 .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 .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 .div1 {

    height: 223px;

}



}



/* por_con3 */

.por_con3{

  width: 100%;

  padding-top: 20px;

  padding-bottom: 66px;

  background: rgb(248,248,248);

}

.por_con3 .lef{

  width: 67%;

  float: left;

}

.por_con3 .rq{

  border-bottom: 4px solid rgb(47,51,54);

}

.por_con3 .rq span{

  display: inline-block;

  font-size: 29px;

  color: #307cef;

  margin-right: 45px;

  padding-bottom: 16px;

  position: relative;

  transition: all .5s;

  cursor: pointer;

}

.por_con3 .lef .rq span::before {

  content: '';

  width: 20px;

  height: 8px;

  background-image: url(../images/por1_con3_img1.png);

  background-repeat: no-repeat;

  background-size: contain;

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  transition: all .5s;

}

.por_con3 .rq .a{

  font-size: 18px;

  color: #2f3336;

  font-family: "por1_din2";

  text-transform: uppercase;

  margin-top: 18px;

  float: right;

  position: relative;

}

.por_con3 .rq .a::before {

  content: '';

  width: 20px;

  height: 2px;

  background: rgb(47,51,54);

  position: absolute;

  top: 50%;

  left: -30px;

  transform: translateY(-50%);

}

.por_con3 .lef .rq1{

  width: 100%;

  padding: 15px 33px 25px 33px;

  background: #fff;

}

.por_con3 .lef .rq1 .bot a{

  display: block;

  line-height: 55px;

  font-size: 14px;

  color: #666666;

  padding-left: 27px;

  padding-right: 50px;

  width: 47%;

  float: left;

  border-bottom: 1px dashed rgb(222,222,222);

  position: relative;



  text-overflow: ellipsis;

  overflow: hidden;

  white-space: nowrap;

  transition: all .5s;

}

.por_con3 .lef .rq1 .bot a:nth-child(2n) {

  float: right;

}

.por_con3 .lef .rq1 .bot a:hover {

  color: #307cef;

  padding-left: 32px;

}

.por_con3 .lef .rq1 .bot a::before {

  content: '';

  width: 11px;

  height: 2px;

  background: #666666;

  position: absolute;

  top: 50%;

  left: 0;

  transform: translateY(-50%);

  transition: all .5s;

}

.por_con3 .lef .rq1 .bot a span {

  font-size: 14px;

  color: #999999;

  position: absolute;

  right: 0;

}

.por_con3 .lef .rq1 .bot a:hover::before {

  background: #307cef;

}



.por_con3 .rig {

  width: 28%;

  float: right;

}

.por_con3 .rig .rq{

  position: relative;

}

.por_con3 .rig .rq a {

  font-size: 36px;

  color: #2f3336;

  font-family: "bold";

  position: absolute;

  right: 0;

  top: 0;

}

.por_con3 .rig .bot{

  padding: 0 22px;

  background: #fff;

}

.por_con3 .rig .bot li a{

  display: block;

  height: 124px;

  border-bottom: 1px dashed rgb(222,222,222);

  padding-top: 24px;

  padding-bottom: 24px;

}

.por_con3 .rig .bot li .p1{

  font-size: 16px;

  color: #2f3336;

  padding-left: 14px;

  position: relative;

  text-overflow: ellipsis;

	overflow: hidden;

  white-space: nowrap;

  transition: all .5s;

}

.por_con3 .rig .bot li:hover .p1{

  color: #307cef;

}

.por_con3 .rig .bot li .p1::before{

  width: 3px;

  height: 16px;

  content: '';

  background: #307cef;

  position: absolute;

  top: 53%;

  left: 0;

  transform: translateY(-50%);

}

.por_con3 .rig .bot li .p2{

  font-size: 14px;

  color: #999999;

  margin-top: 10px;

  line-height: 22px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}



@media(max-width:1459px){

  .por_con3 {

    padding-top: 20px;

    padding-bottom: 53px;

}

.por_con3 .rq {

  border-bottom: 2px solid rgb(47,51,54);

}

.por_con3 .rq span {

  font-size: 22px;

  padding-bottom: 12px;

}

.por_con3 .rq .a {

  font-size: 15px;

  margin-top: 13px;

}

.por_con3 .rq .a::before {

  width: 17px;

  left: -25px;

}

.por_con3 .lef .rq1 {

  padding: 12px 22px 18px 22px;

}

.por_con3 .lef .rq1 .bot a {

  line-height: 48px;

}

.por_con3 .rig .bot {

  padding: 0 15px;

}

.por_con3 .rig .bot li a {

  height: 108px;

  padding-top: 15px;

  padding-bottom: 15px;

}

.por_con3 .rig .rq a {

  font-size: 30px;

  font-family: "bold";

}



}

@media(max-width:991px){

  .por_con3 .lef{

    width: 100%;

  }

  .por_con3 .rig{

    width: 100%;

    margin-top: 30px;

  }

  .por_con3 .rig .bot li a{

    height: auto;

  }

}

@media(max-width:500px){

  .por_con3 {

    padding-top: 8px;

    padding-bottom: 39px;

}

.por_con3 .rq span {

  font-size: 20px;

}

.por_con3 .lef .rq span::before {

  width: 16px;

  height: 6px;

}

.por_con3 .rq .a {

  font-size: 13px;

  margin-top: 13px;

}

.por_con3 .lef .rq1 .bot a{

  width: 100%;

}

}





/* 新闻中心 */

.new_con1{

  width: 100%;

  padding-bottom: 100px;

  margin-top: 40px;

}

.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: #307cef;

  position: relative;

  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;

}

.nybanner{

  width: 100%;

  position: relative;

}

.nybanner .bj{

  width: 100%;

  vertical-align: middle;

}

.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:#307cef;

}

.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: #307cef;

}

.ny_lef .div2 .p1 img{

  margin-bottom: -3px;

  margin-right: 2px;

}

.ny_lef .div2 .p2{

  font-size: 30px;

  color: #307cef;

  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 div input {

  width: 83%;

  height: 100%;

  font-size: 16px;

  color: #666666;

  padding-left: 15px;

  float: left;

}

.new_con1 .lef {

  float: left;

  line-height: 80px;

}

.new_con1 .lef span {

  font-size: 16px;

  color: #666666;

}

.new_con1 .lef a {

  font-size: 16px;

  color: #666666;

}

.new_con1 .rig {

  float: right;

}

.new_con1 .rig .a:hover .rq {

  background-image: url(../images/img120.jpg);

  background-size: cover;

}

.new_con1 .lef span img {

  width: 17px;

  margin-right: 10px;

  margin-bottom: -3px;

}

.sy_lef .rq1 .open .S_jobhead {

  background-image: url(../images/img27.png);

  color: #307cef;

  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_con2 {

  width: 100%;

  padding-top: 0px;

  padding-bottom: 65px;

}

.sy_bt .bt {

  font-size: 40px;

  color: #333333;

  transform: skewX(

-10deg

);

}

.sy_bt .bt span {

  font-size: 40px;

  color: #307cef;

}

.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: 35px 45px;

}

.new_con2  .rq .bot .p1 {

  font-size: 24px;

  color: #333333;

  padding-bottom: 35px;

  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: 30px;

  transition: all .5s;

}



.new_con2  .rq:hover {

  background: #307cef;

}

.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: 47px 0;

}

.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: #307cef;

}

.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;

}

.sy_bt::before {

  content: '';

  width: 4px;

  height: 85%;

  background: #307cef;

  position: absolute;

  left: 0;

  top: 51%;

  transform: translateY(-50%);

}

.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 #307cef;

  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 #307cef;

  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: #307cef;

  border-radius: 50%;

  left: 11px;

  top: 11px;

  line-height: 120px;

  text-align: center;

}

.loading.swiper-pagination-bullet-active .c-progress {

  background-color:#307cef;

}



/* 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: #307cef;

  border: 1px solid #307cef;

}

.sy_bt {

  position: relative;

  padding-left: 24px;

}

.new_con2 .rq .bot{

  width: 100%;

  padding: 35px 45px;

}



.new_con2  .rq .bot .p1{

  font-size: 20px;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

  overflow: hidden;

  color: #333333;

  background-image: url(../images/img76.png);

  background-size: 23px 7px;

  background-position-x: 100%;

  background-position-y: 47%;

  background-repeat: no-repeat;

  transition: all .5s;

  padding-right: 23px;

}

.new_con2  .rq .bot .p2{

  font-size: 14px;

  color: #666666;

  padding-top: 30px;

  transition: all .5s;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}

.new_con2  {

  width: 100%;

  padding-top: 90px;

  padding-bottom: 65px;

  background: rgb(244,244,244);

}

.new_con2  .rq {

    width: 100%;

    background: #fff;

    transition: all .5s;

}

@media(max-width:1680px){

  .sy_bt .bt span,

  .sy_bt .bt {

    font-size: 35px;

  }

  .sy_bt .p1 {

    font-size: 16px;

  }

}



@media(max-width:1459px){

  .new_con2 .swiper-container {

    padding-top: 25px;

}

  .new_con2 .a {

    font-size: 14px;

    width: 110px;

    line-height: 35px;

    border-radius: 44px;

    top: 15px;

}

  .new_con2  .rq .bot {

    padding: 24px 30px;

  }

  .new_con2  .rq .bot .p1 {

    font-size: 18px;

    background-size: 23px 7px;

    padding-bottom: 15px;

  }

  .new_con2 .rq .bot .p2 {

    font-size: 14px;

    padding-top: 20px;

  }

  .new_con2 {

    padding-top: 68px;

    padding-bottom: 50px;

}

  .sy_bt {

    padding-left: 18px;

}

  .ny_lef .div1 .p {

    font-size: 18px;

    line-height: 60px;

}

  .new_con1 {

    padding-top: 25px;

    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;

}

.ny_lef .div2 .p2 {

  font-size: 22px;

}

.ny_lef .div2 .p1 {

  font-size: 16px;

}

.ny_lef .div2 .p1 img {

  width: 20px;

}

.ny_lef .div2 {

  margin-top: 18px;

}

.sy_bt .bt span, .sy_bt .bt {

  font-size: 30px;

}

.sy_bt .p1 {

  font-size: 14px;

  margin-top: 3px;

}

.sy_bt {

  padding-left: 18px;

}

.sy_bt::before {

  width: 3px;

  height: 78%;

  top: 53%;

}

.loading {

  margin: 0 5px;

  width: 25px;

  height: 25px;

  border: 2px solid transparent;

}

.loading .left, .loading .right {

  width: 13px;

  height: 25px;

}

.loading .left:after, .loading .right:after {

  width: 10.5px;

  height: 21px;

  border: 2px solid #307cef;

  border-radius: 19px 0 0 19px;

}

.loading .left:after{

  border-right: 0;

}

.loading .right:after {

  border-radius: 0 19px 19px 0;

  border: 2px solid #307cef;

  border-left: 0;

}

.loading .right {

  right: 0px;

  top: -4px;

}

.loading .c-progress {

  width: 5px;

  height: 5px;

  left: 6px;

  top: 6px;

}

}

@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;

}



.sy_bt .bt span, .sy_bt .bt {

  font-size: 24px;

}

.sy_bt .p1 {

  font-size: 12px;

  margin-top: 3px;

}

.new_con2{

  padding-top: 48px;

  padding-bottom: 30px;

}











}

@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_con2  .rq .bot .p1 {

    font-size: 13px;

    background-size: 18px 5px;

    padding-right: 10px;

}



.new_con2   .rq .bot {

  padding: 10px 10px;

}

.new_con2  .rq .bot .p2 {

  font-size: 12px;

  padding-top: 10px;

}

  .sy_bt .bt span, .sy_bt .bt {

    font-size: 20px;

  }

  .sy_con5 .rq1 .rig .p1 {

    font-size: 20px;

  }

  .sy_bt {

    padding-left: 15px;

  }

  .sy_bt::before {

    top: 50%;

  }

  .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: 0px;

  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: #307cef;

}

 .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;

      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;

  }

  }



  .new_da1{

    width: 100%;

    padding-top: 55px;

  }

  .new_da1 .sy_con6 {

    width: 100%;

    padding-top: 115px;

    padding-bottom: 100px;

    background-image: url(../images/img122.jpg);

    background-size: cover;

  }

  .new_da1 .sy_con6 .lef {

    width: 48%;

    float: left;

  }

  .new_da1 .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: #307cef;

  }

  .sy_con6 .rig .div1 p {

    font-size: 20px;

    color: #fff;

    text-align: center;

    margin-top: 24px;

  }

  .new_da1 .sy_con6 .rig .div1 p{

    font-size: 16px;

    color: #333;

  }

  .new_da1 .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;

  }

  .new_da1 .sy_con6 .lef .p1::before {

  content: '';

  width: 60px;

  height: 2px;

  background: #fff;

  position: absolute;

  top: 55%;

  left: -80px;

  transform: translateY(-50%);

  }

  .new_da1 .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: #307cef;

  }

  .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: #307cef;

  }

  .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: #307cef;

    border: 1px solid #307cef;

    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: #307cef;

  }

  .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;

    text-align: center;

    line-height: 58px;

    background: #307cef;

  }

  .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: #307cef;

  }

  

  .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: #307cef;

    border: 1px solid #307cef;

  }

  

  .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;

  }

  .new_da1 .sy_con6 a {

    width: 180px;

    padding: 0;

    text-align: center;

    height: 55px;

    line-height: 55px;

    border-radius: 55px;

    text-align: center;

    background: #fff;

    position: absolute;

    top: 0;

    right: 0;

    color: #307cef;

    font-size: 16px;

    transition: all .5s;

    margin-top: 5px;

  }

  .new_da1 .sy_con6 a::after{

    content: none !important;

  }

  .new_da1 .sy_con6 a:hover {

    background: #307cef;

    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){

    .new_da1 {

      padding-top: 0px;

  }

    .new_da2 {

      margin-bottom: 10px;

  }

    .new_da2 .rq .lef .rq3 a .div3 .p5 {

      font-size: 12px;

      padding-top: 10px;

  }

    .new_da2 .rq .lef .p1 {

      font-size: 18px;

  }

    .new_da2 .rq .lef .bot p {

      font-size: 12px;



  }

    .sy_con6 .lef .p1::after{

      display: none;

    }

    .new_da1 .sy_con6 .lef .div .p2{

      margin-top: 0;

    }

    .new_da1 .sy_con6 .lef,  .new_da1 .sy_con6 .rig{

      width: 100%;

  }

  .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: 15px;

}

  .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;

  }



  }

 /* 常见问题 */

 /* 面包屑 */

.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: #307cef;}

.ny-tit{background: #fff;}

.ny-tlf{float: left;}

.ny-tlf h3{font-size: 30px;color: #fff;padding: 24px 90px;background: #307cef;}

.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:first-child{margin-left: 0;}

.ny-trt a:after{content: '';width: 68px;height: 2px;background: #307cef;position: absolute;bottom: 0;left: 50%;margin-left: -34px;display: none;}

.ny-trt a:hover,.ny-trt a.on{color: #307cef;}

.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: 60px 0;}

.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:#307cef; }

.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;}



@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;}

  .faq_det {

    padding: 20px 20px;

}

.faq_det p {

  font-size: 13px;

}

}



@media (max-width: 991px) {

	.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;}

}



/* 下载中心 */

/*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:#307cef;

  border-color:#307cef;

  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: 1.75rem;

  height: 1.75rem;

  margin-top: 10px;

  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 #307cef;

  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){

  .download-item .m-icon {

    width: 1.2rem;

    height: 1.2rem;

}

  .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;

  }

}

/* 服务政策 */

.fwwz .fwwzjz{

  min-height: 570px;

  margin: 0 auto;

  overflow: hidden;

  padding-bottom: 100px;

}

.fwwzjz .p1{

  font-size: 24px;

  text-align: left;

  margin-top: 90px;

  font-family: "regular";

}

.fwwzjz .p2{

  font-size: 18px;

  margin-top: 38px;

  margin-bottom: 15px;

  text-align: left;

  color: #000;

  font-family: "regular";

}

.fwwzjz span{

  font-size: 16px;

  color: rgb(102,102,102);

  line-height: 35px;

  display: block;

  font-family: "regular";

}



@media(max-width:1220px){

  .fwwz .fwwzjz{

      width: 100%;

      padding-bottom: 100px;

  }

}

@media(max-width:768px){

  /* index尾部 */

  .fwwzjz .p1 {

      margin-top: 30px;

  }

  .fwwz .fwwzjz {

      padding-bottom: 30px;

  }

}

/* 产品详情 */

.pro1_con1{

  width: 100%;

  padding-top: 70px;

  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 #307cef;

}

.pro1_con1_rig  .rq1 .swiper-button-next{

  position: absolute;

  top:98%;

  right: auto;

}

.pro1_con1_rig  .rq1 .swiper-button-prev{

  position: absolute;

  left: auto;

  top:90%;

}

.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;

}

.pro1_con1_rig .rq1  .swiper-button-next:hover{

  background-color: #307cef;

}

.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: #307cef;

}

.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 a img{

  width: 100%;

}



.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 .rq{

  padding-top: 30px;

}

 .pro1_con1_rig .rq1 .rig .top .p2{

  font-size: 16px;

  color: #666666;

}

.pro1_con1_rig .rq1 .rig .top .sp{

  content: '';

  display: inline-block;

  float: left;

  width: 18px;

  height: 18px;

  background: url('../images/pro1_con1_img10.png')no-repeat;

  background-size: contain;

  margin-right: 10px;

  transform: translateY(5px);

}

.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: #307cef;

}

.pro1_con1_rig .rq1 .rig .bottom .btn.active{

  background-color: #307cef;

}









@media(max-width:1459px){

  .pro1_con1_rig .rq1 .rig .top .rq {

    padding-top: 22px;

}

  .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 .rig .top .sp {

    width: 16px;

    height: 16px;

    transform: translateY(8px);

}

  .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 .top .rq {

    padding-top: 10px;

}

  .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 .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 .top .sp {

    transform: translateY(7px);

}

  .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;

}

.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;

top: 59px;

}

.pro1_con1_rig .rq1 .swiper-button-next, .pro1_con1_rig .rq1 .swiper-button-prev {

width: 20px;

transform: rotate(

  90deg

  );

}

.pro1_con1_rig  .rq1 .swiper-button-prev {

right: 0px;

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;

background-color: #fff;

width: 100%;

}

.fl_t .sp{

text-align: center;



transition: .5s all;

line-height: 80px;

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: #307cef;



}

.fl_t .sp:hover a{

color: #fff;

}

.fl_t .sp.active{

padding-left: 10px;

background-color: #307cef;



}

.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:32px;

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: 10px;

}

.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: 25%;

}

.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: 50px;

position: relative;

padding-bottom:50px;

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{

padding: 20px 0;

border-bottom: 2px solid #2f3336;

line-height: 60px;

line-height: 43px;

text-align: center;

}

.pro1_con1_rig .rq .bot2 .top .p1{

font-size: 30px;

color: #307cef;

font-weight: bold;

}

.pro1_con1_rig .rq .bot2 .top .p2{

font-size: 30px;

color: #2f3336;

}

@media(max-width:1459px){

.pro1_con1_rig .rq .bot2 .top .p2,.pro1_con1_rig .rq .bot2 .top .p1{

  font-size: 26px;

  line-height: 33px;

}



.pro1_con1_rig .rq .bot .bottom {

padding-top: 40px;

padding-bottom: 40px;

padding-left: 78px;

padding-right: 78px;

}

}

@media(max-width:1259px){

.pro1_con1_rig .rq .bot .bottom {

padding-left: 67px;

padding-right: 67px;

}

}

@media(max-width:991px){

.pro1_con1_rig .rq .bot2 .top .p2, .pro1_con1_rig .rq .bot2 .top .p1 {

  font-size: 21px;

  line-height: 27px;

}

.pro1_con1_rig .rq .bot2 .top {

padding: 6px 0;

}

 .pro1_con1_rig .rq .bot .bottom {

  padding-top: 59px;

  padding-bottom: 59px;

  padding-left: 53px;

  padding-right: 53px;

}



.pro1_con1_rig .rq2 .bot2 .top {

line-height: 47px;

}



}

@media(max-width:500px){

.pro1_con1_rig .rq .bot2 .top .p2, .pro1_con1_rig .rq .bot2 .top .p1 {

  font-size: 16px;

  line-height: 24px;

  font-weight: normal;

}

.pro1_con1_rig .rq2 .bot2 .top {

  line-height: 30px;

}



.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);

}

/* 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: #307cef;

  position: absolute;

  left: 0;

  top: 51%;

  transform: translateY(-50%);

}

.pro2_con1_bt .bt span {

  font-size: 40px;

  color: #307cef;

}

.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: #307cef;

  border: 1px solid #307cef;

  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: #307cef;

  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: #307cef;

  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: #307cef;

}

.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 #307cef;

  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: #307cef;

}

@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){

  .pro1_con1_rig .rq1 .rig .top .p1, .pro1_con1_rig .rq1 .rig .top .p2, .pro1_con1_rig .rq1 .rig .top .p3 {

    font-size: 12px;

}

  .pro1_con1 {

    padding-top: 15px;

}

  .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;

  }

}



/* 案例详情 */

.news_dat1 .rig {

  width: 77.5%;

  float: right;

  background: #fff;

  padding: 0 35px;

  padding-top: 10px;

}

.news_dat1 .rig .rq2{

  border-bottom: none;

}

.news_con1 .rig .rq2 {

  display: block;

  width: 100%;

  border-bottom: 1px dashed rgb(229,229,229);

  padding: 24px 0;

}

.ca_dat .rq2 .top {

  width: 100%;

  border-bottom: 1px solid rgb(214,214,214);

}

.ca_dat .rq2 .top .p {

  font-size: 34px;

  color: #333333;

  text-align: center;

  text-overflow: ellipsis;

  overflow: hidden;

  white-space: nowrap;

}

.ca_dat .rq2 .top .p2 {

  padding-bottom: 25px;

  text-align: center;

  padding-top: 15px;

}

.ca_dat .rq2 .bot {

  width: 100%;

  padding-top: 35px;

  padding-bottom: 100px;

  border-bottom: 1px solid rgb(214,214,214);

}

.ca_dat .rq2 .bot .p3 {

  font-size: 14px;

  color: #666666;

  line-height: 25px;

  margin-bottom: 30px;

}

.ca_dat .rq2 .bot img {

  max-width: 100%;

  height: auto;

  display: block;

  margin: 0 auto;

  margin-bottom: 30px;

}

.ca_dat .rq3 {

  padding-top: 30px;

  padding-bottom: 50px;

  display: flex;

  justify-content: space-between;

}

.ca_dat .rq3 a:nth-child(1) {

  padding-left: 22px;

  position: relative;

}

.ca_dat .rq3 a {

  font-size: 16px;

  color: #333333;

  transition: all .5s;

}

.ca_dat .rq3 a:nth-child(1)::before {

  width: 7px;

  height: 13px;

  content: '';

  background-image: url(../images/img93.png);

  background-repeat: no-repeat;

  background-size: contain;

  position: absolute;

  top: 50%;

  left: 0;

  transform: translateY(-50%) rotate(

180deg

);

  transition: all .5s;

}

.ca_dat .rq3 a:nth-child(2) {

  padding-left: 40px;

  position: relative;

}

.ca_dat .rq3 a:nth-child(3) {

  padding-right: 22px;

  position: relative;

}

.ca_dat .rq3 a:nth-child(2)::before {

  width: 24px;

  height: 14px;

  content: '';

  background-image: url(../images/img95.png);

  background-repeat: no-repeat;

  background-size: contain;

  position: absolute;

  top: 50%;

  left: 0;

  transform: translateY(-50%);

  transition: all .5s;

}

.ca_dat .rq3 a:nth-child(3)::before {

  width: 7px;

  height: 13px;

  content: '';

  background-image: url(../images/img93.png);

  background-repeat: no-repeat;

  background-size: contain;

  position: absolute;

  top: 50%;

  right: 0;

  transform: translateY(-50%);

  transition: all .5s;

}

.ca_dat .rq3 a:hover {

  color: #307cef;

}

.ca_dat .rq3 a:nth-child(2):hover::before {

  background-image: url(../images/img96.png);

}

.ca_dat .rq3 a:nth-child(1):hover::before {

  background-image: url(../images/img94.png);

}

.ca_dat .rq3 a:nth-child(3):hover::before {

  background-image: url(../images/img94.png);

}

.cased_con{

  margin-top: 45px;

}

@media (max-width: 1459px){

  .ny_con3  .rq span {

    font-size: 22px;

    margin-right: 34px;

    padding-bottom: 16px;

}

.ny_con3 .rq .a {

  font-size: 14px;

  margin-top: 14px;

}

.ny_con3 .rq .a::before {

  width: 12px;

  left: -20px;

}

.ny_con3 .lef .rq1 {

  padding: 15px 25px 20px 33px;

}

.ny_con3 .lef .rq1 .bot a {

  line-height: 44px;

}

.ny_con3 .rq a {

  font-size: 27px;

}

.ny_con3 .rig .bot li a {

  padding-top: 14px;

  padding-bottom: 10px;

  height: 102px;

}

.ny_con3 .rig .rq span {

  font-size: 22px;

}

}

/* 新闻中心详情分辨率 */

@media(max-width:991px){

  .news_dat1 .rig{

    width: 100%;

  }

  .ny_con3 .rig,.ny_con3 .lef{

    width: 100%;

  }

  .ny_con3 .rig{

    margin-top:20px;

  }

}

@media(max-width:500px){

  .ca_dat .rq2 .top .p2{

    font-size: 14px;

  }

  .ca_dat .rq2 .bot .p3 {

    font-size: 12px;

}

  .ca_dat .rq2 .top .p {

    font-size: 24px;

}

  .news_dat1 .rig{

    padding: 0 15px;

  }

  .news_dat1 .rq3 {

    padding-top: 20px;

    padding-bottom: 10px;

}

.ny_con3 .lef .rq1 .bot a{

  width: 100%;

}

.ny_con3 {

  padding-top: 25px;

  padding-bottom: 35px;

}

.ca_dat .rq2 .bot {

  padding-top: 15px;

  padding-bottom: 0px;

}

.ca_dat .rq3 a {

  font-size: 14px;

}

}



/* 关于我们联系 */

.cot1_con1{

  padding-top: 50px;

  padding-bottom: 90px;

  width: 100%;

  position: relative;

}

.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;

    

  color: #372c2d;

}

.cot1_con1 .lef .bottom{

  margin-top: 30px;

}

.cot1_con1 .lef .bottom div{

  width: 16%;

  float: left;

}
.cot1_con1 .lef .bottom .div1{
  display: none;
}

.cot1_con1 .lef .bottom .div2{

  margin-left: 0px;

}

.cot1_con1 .lef .bottom div img{

  width: 100%;

}

.cot1_con1 .lef .bottom .p2{

  text-align: center;

    

  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: 18px;

}

}



@media (max-width: 500px) {

  .cot1_con1 .lef .bottom .btn1{

    margin-left: 30px;

  }

  .cot1_con1 .lef .p1::after{

    display: none;

  }

  .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;

}

}

.cot1_con1 .p1 {

  font-size: 48px;

  color: #333333;

  font-weight: bold;

  text-align: center;

}

.cot1_con1 .p2 {

  font-size: 18px;

  color: #d0d0d0;

  text-transform: uppercase;

  text-align: center;

  margin-bottom: 30px;

}

.cot1_con1 .p1 span {

  color: #307cef;

}

.nybanner .lef{

  float: left;

}

.nybanner .lef .bname2 .p3 {

  color: #fff;

  font-size: 18px;

  letter-spacing: 2px;

}

.nybanner .lef .bname2 .p2 {

  color: #ffffff;

  font-size: 50px;

  letter-spacing: 3px;

}

@media (max-width: 1459px){

  .nybanner .lef .bname2 .p2 {

    font-size: 38px;

    letter-spacing: 0px;

  }

  .nybanner .lef .bname2 .p3 {

    font-size: 16px;

    letter-spacing: 0px;

  }

  .cot1_con1 .p1 {

    font-size: 36px;

}

.cot1_con1 .p2 {

  font-size: 14px;

}

}

@media (max-width: 991px){

  .cot1_con1 .p1 {

  font-size: 28px;

}

}

@media (max-width: 500px){

  .cot1_con1 .p1 {

  font-size: 24px;

}

.cot1_con1 .p2 {

  font-size: 13px;

}

}

.i{

  position: absolute;

  top: 0;

  left: 0;

  transform: translateY(-200px);

}

.ab2_con5 .swiper-button-next:after, .ab2_con5 .swiper-button-prev:after{

content: none;

}

.fil_con1 .rqq{

  margin-top: 40px;

}



.sy_con9 .rig .bottom .div2 {

  padding: 44px 30px;

}

.sy_con9 .rig .bottom .div1 {

  padding: 40px 30px;

}



@media (max-width: 1459px){

  .sy_con9 .rig .bottom .div1 {

    padding: 32px 20px;

}



.sy_con9 .rig .bottom .div2 {

    padding: 38px 20px;

}

}



















.nybanner .lef .bname2 .p3 {

  font-size: 24px;

}

.nybanner .wrap{

  display: block !important;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%,-50%);

}

@media (max-width: 1459px){



  }

@media (max-width: 500px){

  .nybanner .wrap{

    width: 100%;

  }

.nybanner .lef .bname2 .p2 {

    font-size: 24px;

    letter-spacing: 0px;

}

.nybanner .lef .bname2 .p3 {

  font-size: 14px;

}

.nybanner .container{

  width: 100%;

}



}

/*.content2{*/

/*  margin-top: 233px;*/

/*}*/

.new_da1 .sy_con6 a {

  margin-top: 26px;

}





/*改*/

.sy_con3 .rq1 .lef .div1 .p1{

  padding-left: 30px;

}



/*  */



.down-list li {

  padding: 20px 50px 20px 35px;

  border-bottom: 1px solid #f1f1f1;

  background-repeat: no-repeat;

  background-position: right 55px center;

  background-image: url(../images/down.png);

  transition: all 0.4s;

}
.down-list li a{
  display: block;
  width: 100%;
  height: 100%

}

.down-list li span.name {

  padding-left: 55px;

  background: url(../images/down2.png) no-repeat left center;

  width: 60%;

  text-overflow: ellipsis;

  white-space: nowrap;

  overflow: hidden;

}

.down-list li span {

  font-size: 16px;

  color: #333;

  line-height: 27px;

  display: inline-block;

}

.down-list li span.time {

  float: right;

  margin-right: 220px;

  font-size: 14px;

  color: #666;

  font-family: "DIMN";

}

.down-list li span {

  font-size: 16px;

  color: #333;

  line-height: 27px;

  display: inline-block;

}

.download2{

  margin-top: 50px !important;

}

.down-list li:hover {

  background-color: #f5f5f5;

  background-image: url(../images/down-h.png);

}























.por_con2_lef{

  width: 19.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;

  line-height: 50px;

  display: block;

  position: relative;

}

.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-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;

}

.por_con2_lef .rq1 .div1 .div2 .div_p.div_p2 .xtj{

  opacity: 1;

  max-height: 155px;

  z-index: 1;

  padding-top: 4px;

  overflow-y: auto;

}

.por_con2_lef .rq1 .div1 .div2 .div_p.div_p2 .xtj::-webkit-scrollbar {

    width: 3px;

    background-color: #999;

    border-radius:50px;

}



.por_con2_lef .rq1 .div1 .div2 .div_p.div_p2 .xtj::-webkit-scrollbar-thumb {

    border-radius: 50px;

    background-color: #017cee;

}





.por_con2_lef .rq1 .div1 .div2 a{

  font-size: 16px;

  color: #666666;

  padding-right: 20px;

  position: relative;

  transition: all .6s;

}

.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:500px){

  .down-list li {

    padding: 5px 10px;

  }

  .down-list li span.time {

    display: none;

  }

  .down-list li span.name {

    padding-left: 35px;

  }

  .down-list li span{

    font-size: 14px;

  }

  .download2 {

    margin-top: 0px !important;

  }

  .por_con1 .p{

    padding-bottom: 0px;

  }



  .por_con2,.por_con1{

    padding-top: 15px;

  }

  .fwwzjz span {

    font-size: 14px;

  }

  .ab2_con1 .rq .rig .div1 {

    margin-right: 10px;

  }

  .ab2_con1 .rq .rig .div1 .p6{

    font-size: 18px;

  }

  .ab2_con1 .rq .rig .div1 .p6 .stzd{

    font-size: 28px;

  }

}

.pro1_con1_rig .rq .bot .bottom .p2 {

  font-size: 16px;

  color: #666666;

}

.pro1_con1_rig .rq .bot .bottom .p2 .sp {

  content: '';

  display: inline-block;

  float: left;

  width: 18px;

  height: 18px;

  background: url(../images/pro1_con1_img10.png)no-repeat;

  background-size: contain;

  margin-right: 10px;

  transform: translateY(5px);

}

.pro1_con1_rig .rq .bot .bottom .swiper-button-prev{

  left: 0;

}

.pro1_con1_rig .rq .bot .bottom .swiper-button-next{

  right: 0;

}

.pro1_con1_rig .rq .bot .bottom .swiper-container{

  padding: 0 50px;

}

.content2{

  margin-top: 233px;

}

@media(max-width:1459px){

  .content2{

    margin-top: 188px;

  }

  .por_con2_lef .rq1 .div1.on .div2 {

    max-height: 440px;

}

}

@media(max-width:500px){

  .content2{

    margin-top: 62px;

  }

}



/* 产品详情改  应用案例*/



.pro1_con1_rig .rq .bot .bottom .swiper-slide .imgcon{

  width: 100%;



}

.pro1_con1_rig .rq .bot .bottom .swiper-slide .imgcon img{

  width: 100%;

}

.pro1_con1_rig .rq .bot .bottom .swiper-slide .p1{

  text-align: center;

  color: #333;

  margin-top: 15px;

  font-size: 16px;

}

.pro1_con1_rig .rq .bot .bottom .swiper-button-prev,.pro1_con1_rig .rq .bot .bottom .swiper-button-next{

  width: 40px;

  height: 40px;

  background-image: url(../images/img56.png);

  background-size: contain;

  background-repeat: no-repeat;

  opacity: 1;

  transition: all .5s;

}

.pro1_con1_rig .rq .bot .bottom .swiper-button-prev::after,.pro1_con1_rig .rq .bot .bottom .swiper-button-next::after{

  content: none;

}

.pro1_con1_rig .rq .bot .bottom .swiper-button-prev  {

  transform: rotate(

          180deg

  );

}

.pro1_con1_rig .rq .bot .bottom .swiper-button-prev:hover, .pro1_con1_rig .rq .bot .bottom .swiper-button-next:hover {

  background: url(../images/img56b.png)no-repeat;

  background-size: contain;

}

@media(max-width:500px){

  .pro1_con1_rig .rq .bot .bottom .swiper-slide .p1 {

    margin-top: 10px;

    font-size: 14px;

  }

  .pro1_con1_rig .rq .bot .bottom .swiper-button-prev, .pro1_con1_rig .rq .bot .bottom .swiper-button-next {

    width: 25px;

    height: 25px;

  }

}


/* 20220429 */
.sy_con2 .rq1 .divcon1 .btn1 a,
.sy_con4 .bot2 .indiv3 .a1,
.sy_con4 .rq3 .div1 .bottom .a1,
.sy_con5 .lef .div2 .a1,
.new_da1 .sy_con6 a
{display: none;}