@charset "UTF-8";

.content{
   margin-top: 150px; 
    min-height: 500px;
    overflow: hidden;
  }
  .app{
    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 {
  float: left;
}
.banner .container .p1{
  width: 78%;
  margin: 0 auto;
  font-size: 44px;
  text-align: center;
  color: #fff;
  font-family: 'avgd';
}
.banner .container .p2{
  font-size: 18px;
  margin-top: 15px;
  color: #a9aeb6;
  text-align: center;
  font-family: 'avgn';
}
.banner .container .a1{
  font-size: 16px;
  margin-top: 70px;
  padding-bottom: 10px;
  display: block;
  transition: .5s all;
  position: relative;
  color: #fff;
  text-align: center;
  font-family: 'avgn';
}
.banner .container .a1::after{
  content: '';
    width: 110px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transition: .5s all;
    transform: translateY(-50%);
    transform: translateX(-50%);
}
.banner:hover  .a1{
  color: #00aeef;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: auto;
}
.banner:hover .a1::after {
     background-color: #00aeef;
}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after {
  font-size: 18px;
  color: #fff;
}
.banner .swiper-button-prev{
  left: -100px;
}

.banner .swiper-button-next{
  right: -100px;
}
.banner .swiper-button-prev, .banner .swiper-button-next{
  width: 50px;
  transition: .5s all;
  height: 60px;
  background-color: #00aeef;
}
.banner:hover .swiper-button-prev{
  left: 0px;
}
.banner:hover .swiper-button-next{
  right: 0px;
}
.banner .swiper-button-prev:hover{
  background-color: #a6ce39;
}
.banner .swiper-button-next:hover{
  background-color: #a6ce39;
}
/* content1 */
.sy_con1{
  background-color: #fff;
  padding-top: 88px;
  width: 100%;
}
.sy_con1 .lef{
  float: left;
  width: 50%;
  border-radius: 8px;
  position: relative;
}
.sy_con1 .lef img{
  width: 100%;
  vertical-align: middle;
}
.sy_con1 .lef .div1{
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .5s all;
  padding-left: 55px;
  padding-right: 50px;
  background: url(../images/img2.png)no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
}


.sy_con1 .rig .div2{
  width: 100%;
  height: 100%;
  transition: .5s all;
  opacity: 0;
  padding-left: 55px;
  padding-right: 50px;
  background: url(../images/img2.png)no-repeat;
  background-size: cover;
  position: absolute;
  top: 100%;
  left: 0;
}

.sy_con1 .rig .div2 .p1{
  font-size: 40px;
    color: #fff;
    margin-top: 180px;
    font-family: 'avgd';
}
.sy_con1 .rig .div2 .p2 {
  font-size: 16px;
  margin-top: 10px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 23px;
  overflow: hidden;
  color: #fff;
  font-family: 'avgn';
}
.sy_con1 .rig .div2  a {
  display: block;
  color: #fff;
  width: 140px;
  margin-top: 45px;
  font-size: 16px;
  font-family: 'avgn';
  text-align: center;
  line-height: 40px;
  transition: .5s all;
  border-radius: 5px;
  background-color: #00aeef;
}
.sy_con1 .lef .div1:hover{
  opacity: 1;
}
.sy_con1 .lef .div1 .p1{
  font-size: 40px;
  color: #fff;
  margin-top: 180px;
  font-family: 'avgd';
}
.sy_con1 .lef .div1 .p2{
  font-size: 16px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 23px;
  overflow: hidden;
  line-height: 24px;
  color: #9baabd;
  font-family: 'avgn';
}
.sy_con1 .lef .div1 a{
  display: block;
  color: #fff;
  width: 140px;
  margin-top: 45px;
  font-size: 16px;
  font-family: 'avgn';
  text-align: center;
  line-height: 40px;
  transition: .5s all;
  border-radius: 5px;
  background-color: #00aeef;
}
.sy_con1 .rig .div2 a:hover {
  background-color: #a6ce39;
}
.sy_con1 .lef .div1 a:hover{
  background-color: #a6ce39;
}
.sy_con1 .rig{
  float: left;
  padding-top: 26px;
  overflow: hidden;
  position: relative;
    padding-left: 53px;
    padding-bottom: 37px;
  width: 50%;
  background-color: #00aeef;
}

.sy_con1 .rig .div1{
  width: 163px;
  margin-top: 14px;
  transition: .5s all;
  margin-right: 13px;
  height: 78px;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.sy_con1 .rig .div2.show2{
  opacity: 1 !important;
  top: 0 !important;
  /* z-index: 100; */
}
.sy_con1 .rig .div1.show1{
  border: 1px solid red;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgb(90 91 95 / 30%);
    transform: translate3d(0,-5px,0);
}
.sy_con1 .rig div img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con1 .rig .swiper-container:nth-child(1){
  overflow: auto !important;
}
.sy_con1 .gallery-thumbs .swiper-slide-thumb-active {
  box-shadow: 0px 0px 0px 0px #000;
  transform: translate3d(0,-5px,0);
}
.sy_con1 .rq2{
  width: 100%;
  padding-top: 45px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.sy_con1 .rq2 .bot{
  width: 25%;
  text-align: left;
  border-right: 1px solid #e7ecf2;
}

.sy_con1 .rq2 .bot:hover .p1,.sy_con1 .rq2 .bot:hover .p1 .sztd{
  color: #00aeef;
}
.sy_con1 .rq2 .bot:last-child{
  border: none;
}
.sy_con1 .rq2 .bot .p1{
  font-size: 24px;
  position: relative;
  color: #273444;
}
.sy_con1 .rq2 .bot .p1::before {
  content: '';
  width: 46px;
  height: 40px;
  background-image: url(../images/img15.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con1 .rq2 .bot:nth-child(2) .p1::before {
  background-image: url(../images/img16.png);
}
.sy_con1 .rq2 .bot:nth-child(3) .p1::before {
  background-image: url(../images/img17.png);
}
.sy_con1 .rq2 .bot:nth-child(4) .p1::before {
  background-image: url(../images/img18.png);
}
.sy_con1 .rq2 .bot .p2{
  font-size: 18px;
  font-family: 'avgn';
  padding-left: 130px;
  color: #7b7e80;
}
.sy_con1 .rq2 .bot .p1{
  transition: .5s all;
}
.sy_con1 .rq2 .bot .p1 .sztd{
  font-size: 55px;
  padding-left: 130px;
  transition: .5s all;
  font-family: 'din';
  color: #273444;
}
.sy_con1 .rig2 .div2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  transition: .5s all;
   position: static;
   /* border-bottom: 1px solid #999;
   border-left: 1px solid #999;
   border-right: 1px solid #999; */
}
.sy_con1 .rig2 .div2 .p1{
  color: #fff;
}

.sy_con1 .rig2 .div1.on{
  transform: translate3d(0,-3px,0);
  border: 1px solid red;
}
.sy_con1 .rig2 .div2.on2{
  opacity: 1;
  display: block;
}
.sy_con1 .rig2{
  display: none;
}
.sy_con1 .rig2 .rig-con{
  padding-bottom: 8px;

}
/* content2 */
.sy_con2 {
  width: 100%;
  padding-top: 67px;
  padding-bottom: 80px;
  background-color: #f5f9fe;
}
.sy_con2 .p1{
  text-align: center;
  font-size: 40px;
  color: #131c26;
  font-family:'avgd';
}
.sy_con2 .rq{
  margin-top: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1vw;
}
.sy_con2 .rq > *:first-child { grid-row: span 2; }
.sy_con2 .rq .div{
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 42px;
  padding-right: 50px;
  border-radius: 5px;
}
.sy_con2 .rq .div .lef{
  width: 50%;
  float: left;
  margin-top: 9%;
}
.sy_con2 .rq .div .rigg{
  width: 50%;
  float: left;
  overflow: hidden;
}
.sy_con2 .rq .div .rigg img{
  width: 100%;
  transition: .5s all;
  vertical-align: middle;
}
.sy_con2 .rq .div .lef .p2{
  font-size: 30px;
  color: #131c26;
  font-family:'avgd';
}
.sy_con2 .rq .div .lef .a1{
  display: inline-block;
  font-size: 16px;
  transition: .5s all;
  font-family: 'avgn';
  margin-top: 8%;
  position: relative;
  padding-bottom: 4px;
  padding-right: 20px;
  color: #8b9093;
  border-bottom: 1px solid #8b9093;
}
.sy_con2 .rq .div .lef .a1::after{
  content: '';
  width: 6px;
  height: 10px;
  background-image: url(../images/img23.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-60%);
  transition: all .5s;
}
.sy_con2 .rq .div:hover .lef .a1{
  color: #00aeef;
  border-bottom: 1px solid #00aeef;
}
.sy_con2 .rq .div:hover .rig img{
  transform: scale(1.05);
}
.sy_con2 .rq .div:hover .lef .a1::after{
  content: '';
  width: 6px;
  height: 10px;
  background-image: url(../images/img23b.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-60%);
}
.sy_con2 .rq .div .lef .p3{
  font-size: 16px;
  margin-top: 2%;
  font-family: 'avgn';
  color: #7b7f85;
}
  /* content3 */
  .sy_con3{
    padding-top: 70px;
    padding-bottom: 50px;
    width: 100%;
    background-color: #fff;
  }
  .sy_con3 .p1{
    font-size:40px;
    font-family: 'avgd';
    color: #131c26;
    text-align: center;
  }
  .sy_con3 .p{
    font-size:18px;
    margin-top: 45px;
    font-family: 'avgn';
    color: #666666;
    text-align: center;
  }
  .sy_con3 .rq{
    width: 100%;
    margin-top: 42px;
  }
  .sy_con3 .rq .div{
    position: relative;
    width: 24%;
    margin-right: 1%;
    overflow: hidden;
    margin-top: 1%;
    float: left;
  }
  .sy_con3 .rq .div:nth-child(2n){
    margin-right: 0;
  }
  .sy_con3 .rq .div .p2{
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family:'avgd';
    transition: .5s all;
  }
  .sy_con3 .a1{
    font-size: 16px;
    padding-bottom: 10px;
    display:inline-block;
    transition: .5s all;
    position: relative;
    color: #8b9093;
    font-family: 'avgn';
    width: auto;
    display: table;
    margin: 0 auto;
    margin-top: 50px;
}
.sy_con3 .a1::after {
  content: '';
  width: 110px;
  height: 2px;
  background-color: #8b9093;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transition: .5s all;
  transform: translateY(-50%);
  transform: translateX(-50%);
}
.sy_con3 .rq .div img{
  width: 100%;
  transition: .5s all;
  vertical-align: middle;
}
.sy_con3 .a1:hover{
  color: #00aeef;
}
.sy_con3 .a1:hover::after {
  background-color: #00aeef;
}
.sy_con3 .rq .div:hover .p2{
  color: #00aeef;
}
.sy_con3 .rq .div:hover img{
transform: scale(1.05);
}
/* content4 */
.sy_con4{
  width: 100%;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 75px;
  border-top: 1px solid #f5f9fe;
}
.sy_con4 .p1 {
  font-size: 40px;
  font-family: 'avgd';
  color: #131c26;
  text-align: center;
}
.sy_con4 .rq{
  margin-top: 48px;
}
.sy_con4 .rq .div{
  width: 100%;
  float: left;
    background-color: #f5f9fe;
}
.sy_con4 .rq .div .lef{
  width: 45%;
  float: left;
  overflow: hidden;
}
.sy_con4 .rq .div .lef img{
  width: 100%;
  transition: .5s all;
  vertical-align: middle;
}
.sy_con4 .rq .div .rig3{
  width: 55%;
  padding: 0 40px;
  padding-top: 38px;
  float: left;
}

.sy_con4 .rq .div .rig3 .p2{
  color: #00041a;
  font-size:26px;
  font-family:'avgn';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;

}
.sy_con4 .rq .div .rig3 .p3{
  color: #a8aaad;
  font-size:14px;
  font-family:'avgn';
}
.sy_con4 .rq .div .rig3 .p4{
  color: #a8aaad;
  margin-top: 30px;
  font-size:14px;
  font-family:'avgn';
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
}
.sy_con4 .rq .div .rig3 .a1 {
  display: inline-block;
  font-size: 16px;
  transition: .5s all;
  font-family: 'avgn';
  margin-top: 10%;
  position: relative;
  padding-right: 20px;
  color: #8b9093;
}
.sy_con4 .rq .div .rig3 .a1::after {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(../images/img23.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transition: all .5s;
}

.sy_con4 .rq .div:hover .lef img {
  transform: scale(1.05);
}
.sy_con4 .rq .div:hover .a1 {
  color: #00aeef;
}
.sy_con4 .rq .div:hover  .a1::after {
  background-image: url(../images/img23b.png);
  background-size: contain;
  transform: translate(5px,-50%);
}

@media (max-width: 1680px) {
  .sy_con1 .rig .div2 .p1 {
    margin-top: 100px;
}
  .sy_con1 .rq2 .bot .p2{
    padding-left: 120px;
  }
  .sy_con1 .rq2 .bot .p1 .sztd{
    padding-left: 120px;
  }
  .sy_con4 .rq .div .rig3 .a1 {
    margin-top: 5%;
  }
  .sy_con4 .rq .div .rig3 {
    padding-top: 26px;
  }
  .sy_con1 .rig {
    padding-top: 15px;
    padding-left: 38px;
    padding-bottom: 15px;
}
.sy_con1 .rig .div1 {
  width: 145px;
  height: 73px;
}
}
@media (max-width: 1459px) {
  .sy_con4 .rq .div .rig3 .p4{
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    margin-top: 16px;
    overflow: hidden !important;
  }
  .sy_con1 .lef .div1 {
    padding-left: 40px;
}
  .sy_con1 .rig .div2 .p1 {
    font-size: 30px;
    margin-top: 85px;
}
  .sy_con1 .rig .div2 .p2 {
    font-size: 14px;
    margin-top: 10px;
    line-height: 18px;
}
.sy_con1 .rig .div2 a{
    width: 106px;
    margin-top: 35px;
    font-size: 14px;
    line-height: 30px;
}
  .content {
    margin-top: 125px;
}
  .sy_con1 .rig div:hover {
    transform: translate3d(0,-3px,0) !important;
}
  .banner .container .p1 {
    font-size: 36px;
}
.banner .container .p2 {
  font-size: 16px;
  margin-top: 22px;
}
.banner .container .a1::after {
  width: 88px;
}
.banner .container .a1 {
  font-size: 14px;
  margin-top: 53px;
}
.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;
}
.sy_con1 .lef .div1 .p1 {
  font-size: 30px;
  margin-top: 100px;
}
.sy_con1 .lef .div1 .p2 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 24px;
}
.sy_con1 .lef .div1 a {
  width: 106px;
  margin-top: 35px;
  font-size: 14px;
  line-height: 30px;
}
.sy_con1 .rig {
  padding-top: 18px;
  padding-left: 31px;
  padding-bottom: 23px;
}
.sy_con1 .rig .div1 {
  width: 124px;
  margin-top: 8px;
  margin-right: 6px;
  height: 59px;
}
.sy_con1 .rig div img {
  max-width: 60%;
  max-height: 60%;
}
.sy_con1 .rq2 .bot .p1 .sztd {
  font-size: 41px;
}
.sy_con1 .rq2 .bot .p2 {
  font-size: 16px;
}
.sy_con1 .rq2 .bot .p1::before {
  width: 35px;
  height: 35px;
}
.sy_con1 {
  padding-top: 66px;
}
.sy_con1 .rq2 .bot .p1 .sztd,.sy_con1 .rq2 .bot .p2{
  padding-left: 90px;
}
.sy_con1 .rq2 {
  padding-top: 25px;
  padding-bottom: 38px;
}
.sy_con2 .p1,.sy_con3 .p1,.sy_con4 .p1{
  font-size: 30px;
}
.sy_con2 .rq .div .lef .p2 {
  font-size: 22px;
}
.sy_con2 .rq .div .lef .a1 {
  font-size: 14px;
  margin-top: 5%;
  padding-bottom: 4px;
  padding-right: 20px;
}
.sy_con2 .rq .div {
  padding-top: 38px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 35px;
}
.sy_con2 .rq {
  margin-top: 15px;
}
.sy_con2 {
  padding-top: 50px;
  padding-bottom: 60px;
}
.sy_con3 .rq .div .p2 {
  font-size: 18px;
}
.sy_con3 .p {
  font-size: 16px;
  margin-top: 30px;
}
.sy_con3 .rq .div .p2 {
  font-size: 18px;
}
.sy_con3 .rq {
  margin-top: 32px;
}
.sy_con3 {
  padding-top: 53px;
  padding-bottom: 38px;
}
.sy_con3 .a1 {
  font-size: 14px;
  margin-top: 38px;
}
.sy_con4 {
  padding-top: 60px;
  padding-bottom: 57px;
}
.sy_con3 .a1::after {
  width: 90px;

}
.sy_con4 .rq .div .rig3 .p2 {
  font-size: 19px;
}
.sy_con4 .rq .div .rig {
  padding: 0 25px;
  padding-top: 17px;
}
.sy_con4 .rq .div .rig .p4 {
  margin-top: 10px;
}
.sy_con4 .rq .div .rig .a1 {
  margin-top: 8%;
}
}

@media (max-width: 1259px) {
  .sy_con1 .rig .div2 .p1 {
    margin-top: 70px;
}
  .sy_con1 .rq2 .bot .p1 .sztd, .sy_con1 .rq2 .bot .p2 {
    padding-left: 74px;
}
  .footer-zong .foot-lef .top .rig .div2 .sp1 {
    font-size: 14px;
    line-height: 50px;
    margin-right: 20px;
}
  .sy_con3 .rq .div .p2 {
    font-size: 16px;
}
.sy_con4 .rq .div .rig {
  padding: 0 6px;
  padding-top: 10px;
}
.sy_con4 .rq .div .rig3 .p2 {
  font-size: 18px;
}
.sy_con4 .rq .div .rig .a1 {
  margin-top: 3%;
  font-size: 14px;
}
  .sy_con1 .rig .div1 {
    width: 104px;
    height: 47.5px;
  }
  .sy_con1 .lef .div1 .p1 {
    font-size: 30px;
    margin-top: 38px;
  }
  .sy_con1 .rq2 .bot .p1 .sztd {
    font-size: 32px;
}
.sy_con1 .rq2 .bot .p1::before {
  width: 28px;
  height: 28px;
}
.sy_con1 .rq2 .bot .p2 {
  font-size: 14px;
}
.sy_con2 .p1, .sy_con3 .p1, .sy_con4 .p1 {
  font-size: 24px;
}
.sy_con2 .rq .div .lef .p2 {
  font-size: 18px;
}
.sy_con2 .rq .div {
  padding-top: 38px;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}
.sy_con2 .rq .div .lef .p3 {
  font-size: 14px;
}
}
@media(max-width:991px){
  .content {
  margin-top: 60px;
}
  .sy_con4 .rq .div {
    width: 100%;
    margin-top: 1%;
}

  .sy_con1 .rig .div1 {
    width: 80px;
    height: 38.5px;
}
.sy_con1 .rig {
  padding-top: 4px;
  padding-left: 18px;
  padding-bottom: 13px;
}
.sy_con1 .rq2 .bot .p1::before {
  left: 6%;
}
  .banner .container{
    display: none;
  }
   .header{
    display: none;
  }
  .header-app{
    display: block;
  }
  
}

@media (max-width: 768px){
  .sy_con4 .rq .div .rig3 .a1 {
    font-size: 14px;
}
  .sy_con4 .rq .div .lef img {
    height: 190px;
}
  .sy_con1 .rig2 .div2 a {
    width: 97px;
    margin-top: 14px;
    font-size: 13px;
    line-height: 29px;
}
  .sy_con1 .rig2{
    width: 100%;
    padding: 0px 8px;
    padding-top: 8px;
    padding-bottom: 16px;
    display: block;
  }
  .sy_con1 .rig .div2 {
    margin-top: 12px;
    padding-bottom: 35px;
    padding-left: 16px;
    padding-right: 16px;
}
  .sy_con1 .rig .div2 .p1 {
    font-size: 24px;
    margin-top: 30px;
}
  .sy_con1 .rq2 .bot .p1 {
    padding-left: 55px;
}
  .sy_con1 .rq2 .bot .p2 {
    padding-left: 55px;
}
  .sy_con1 .rq2 .bot .p1 {
    font-size: 16px;
}
  .sy_con4 .rq .div .rig3 .a1 {
    margin-top: 5%;
    color: #00aeef;
}
.sy_con4 .rq .div .rig3 .a1::after {
  content: '';
  width: 6px;
  height: 10px;
  background-image: url(../images/img23b.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-60%);
  transition: all .5s;
}
  .sy_con4 .rq .div .rig3 .p4 {
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
  .sy_con1 .lef .div1 .p1{
    color: #fff;
  }
  .sy_con1 .lef .div1 .p2{
    color: #fff;
    line-height: 18px;
    -webkit-line-clamp:2;
  }
  .sy_con1 .lef .div1 {
    width: 100%;
    height: 100%;
    opacity: 1;
    padding-left: 16px;
    padding-right: 9px;
    top: 0%;
}
  .sy_con1 .lef {
    width: 100%;
}
.sy_con1 .rig1 {
  display: none;
  width: 100%;
}
.sy_con2 .rq .div .lef .p2 {
  font-size: 18px;
}
.sy_con1 .rq2 .bot .p1 .sztd {
  padding-left: 0;
  font-size: 24px;
}
.sy_con1 .rq2 .bot .p2 {
  font-size: 13px;
}
.sy_con2 .rq .div .lef .p3 {
  margin-top: 4%;
}
.sy_con2 .rq .div .lef .a1 {
  margin-top: 10%;
  color: #00aeef;
  border-color:#00aeef ;
}
.sy_con2 .rq .div .lef .a1::after {
  content: '';
  width: 6px;
  height: 10px;
  background-image: url(../images/img23b.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-60%);
  transition: all .5s;
}
.sy_con2 .rq .div .lef {
  margin-top: 7%;
}

.sy_con1 .rig .div1{
  margin-left: 6px;
}
.sy_con1 .rig .div2 .p2 {
  line-height: 18px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
}


@media (max-width: 500px) {
  .sy_con1 .rq2 .bot .p1::before {
    top: 64%;
  }
  .banner .swiper-button-prev {
    left: 0px;
}
.banner .swiper-button-next{
  right: 0;
}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after {
  font-size: 12px;
}
.banner .swiper-button-prev, .banner .swiper-button-next {
  width: 20px;
  height: 26px;
}
.sy_con3 .a1::after {
  background-color: #00aeef;
}
  .sy_con3 .a1 {
    margin-top: 26px;
    color: #00aeef;
}
  .sy_con1 .lef .div1 .p2 {
    margin-top: 10px;;
}
.sy_con1 .lef .div1 .p1 {
  font-size: 24px;
  margin-top: 58px;
}
.sy_con1 .lef .div1 a {
  width: 97px;
  margin-top: 14px;
  font-size: 13px;
  line-height: 29px;
}

.sy_con2 .rq {
    grid-template-columns: 100%;
    grid-gap: 10px;
}
.sy_con2 .rq .div {
  width: 100%;
}
.sy_con2 {
  padding-top: 37px;
  padding-bottom: 35px;
}
.sy_con1 .rq2 {
  display: block;
    padding-top: 10px;
    padding-bottom: 25px;

}
.sy_con1 .rq2 .bot {
  width: 50%;
  float: left;
  margin-top: 8px;
  border-right: none;
}
.sy_con3 .p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
}
.sy_con3 {
  padding-top: 32px;
  padding-bottom: 20px;
}
.sy_con4 .rq .div .rig3,.sy_con4 .rq .div .lef{
  width: 100%;
}
.sy_con4 {
  padding-top: 34px;
  padding-bottom: 35px;
}
.sy_con4 .rq {
  margin-top: 24px;
}
.sy_con4 .rq .div .rig3 {
  padding: 14px 13px;
}
.sy_con3 .rq .div {
  width: 49%;
}
.sy_con1 {
  padding-top: 35px;
}
}

@media(max-width:375px){
}
img{
  vertical-align: middle;
}
/* 产品详情 */
.inner-banner .p1{
  font-size: 60px;

}
.inner-banner .p2{
margin-top: 0;
}
.inner-banner .p2 a{
  font-size: 16px;
  color: #fff;
  font-family:'avgn';
}

.prod_con1{
margin: 80px 0;
padding-top: 67px;
background-color: #fff;
padding-bottom: 130px;
border-top: 1px solid #dfeaf6;
border-bottom: 1px solid #dfeaf6;
}
.prod_con1 .lef{
  float: left;
  position: relative ;
  width: 50%;
}
.prod_con1 .lef img{
  display: block;
  margin: 0 auto;
  max-width: 80%;
  max-height: 80%;
}
.prod_con1 .rig{
  width: 50%;
  padding-left: 80px;
  float: right;
  
}
.prod_con1 .rig .h1{
  font-size: 36px;
  margin-top: 15px;
  color: #222222;
  font-family: 'avgd';
}
.prod_con1 .rig .p1{
  font-size: 18px;
  margin-top: 15px;
  line-height: 32px;
  color: #222222;
  font-family: 'avgn';
}
.prod_con1 .rig .rq1{
 margin-top: 128px;
}
.prod_con1 .rig  .a1{
  font-size: 18px;
  font-family: 'avgd';
  color: #222222;
  position: relative;
  float: left;
  transition: .5s all;
}
.prod_con1 .rig  .a1::after{
  content: '';
    width: 6px;
    height: 10px;
    background-image: url(../images/prod7.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-60%);
    transition: all .5s;
}
.prod_con1 .rig  .a1:hover{
  color: #00aeef;
}
.prod_con1 .rig  .a1:hover::after{
  background-image: url(../images/img23b.png);
  background-size: contain;
  transform: translate(5px,-60%);
}
.prod_con1 .rig .div1{
float: right;
}
.prod_con1 .rig .div1 a {
  display: inline-block;
  margin-right: 24px;
  transition: .5s all;
  width: 27px;
  height: 23px;
  background: url(../images/prod2.png)no-repeat;
  background-size: contain;
}
.prod_con1 .rig .div1  a:nth-child(2) {
  background: url(../images/prod3.png)no-repeat;
  background-size: contain;
}
.prod_con1 .rig .div1 a:nth-child(3) {
  background: url(../images/prod4.png)no-repeat;
  background-size: contain;
}
.prod_con1 .rig .div1 a:nth-child(4) {
  background: url(../images/prod5.png)no-repeat;
  background-size: contain;
}
.prod_con1 .rig .div1 a:nth-child(5) {
  background: url(../images/prod6.png)no-repeat;
  background-size: contain;
}
.prod_con1 .rq1 .swiper-slide .div1 .bot{
  overflow: hidden;
}
.prod_con1 .rq1 .swiper-slide .div1 img{
  width: 100%;
 transition: .5s all;
}
.prod_con1 .rq1 .swiper-slide:hover img{
  transform: scale(1.05);
}
.prod_con1 .swiper-pagination{
  width: 100%;
  left: 50%;
  bottom: -20%;
  transform: translateX(-50%);
}
.prod_con1 .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  background-color: #989898;
  position: relative;
  opacity: 1;
  margin-left: 17px;
}
.prod_con1 .swiper-pagination-bullet::after{
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(152, 152, 152,.2);
  transform: translate(-50%,-50%);
}
.prod_con1  .swiper-pagination-bullet-active{
  width: 8px;
  height: 8px;
  background-color: #00aeef;
}
.prod_con1  .swiper-pagination-bullet-active::after{
  background-color: rgba(0, 174, 239,.2);
}
.prod_con1 .swiper-pagination-bullet:nth-child(1){
  margin-left: 0;
}
/* content2 */
.prod_con2{
  padding-top: 70px;
  padding-bottom: 88px;
  background-color: #f5f9fe;
}
.prod_con2 .h1{
  font-size: 36px;
  color: #222222;
  font-family: 'avgd';
}
.prod_con2 .rq{
margin-top: 35px;
}
.prod_con2 .rq table tr td{
  vertical-align: middle;
  border: 1px solid #c6c6c6;
  background-color: #ffffff;
  padding: 35px;
}
.prod_con2 .rq table .p1{
  font-size: 24px;
  color: #222222;
  text-align: center;
  font-family: 'avgd';
}
.prod_con2 .rq table .p2{
  font-size: 20px;
  color: #222222;
  padding-left: 35px;
  line-height: 30px;
  font-family: 'avgn';
}
.prod_con2 .rq table{
  width: 100%;
}
.prod_con2 .rq table td:first-child{
  text-align: center!important;
}

.prod_con2 .rq table td:first-child p strong span{
  font-size: 24px!important;
  color: #222222!important;
  text-align: center!important;
  font-family: 'avgd';
}

.prod_con2 .rq table td:nth-child(2) p span,.prod_con2 .rq table td:nth-child(2) p strong span,.prod_con2 .rq table td:nth-child(2) p,.prod_con2 .rq table td span{
  font-size: 20px!important;
  color: #222222!important;
  line-height: 30px!important;
  font-family: 'avgn';
}



/* content3 */
.prod_con3{
  padding-top: 70px;
  padding-bottom: 75px;
  background-color: #fff
}
.prod_con3 .h1{
  font-size: 36px;
  color: #222222;
  font-family: 'avgd';
}
.prod_con3 .rq1{
width: 100%;
}
.prod_con3 .rq1 .p1{
  font-size:24px;
  color: #222222;
  margin-top: 36px;
  font-family: 'avgn';
}
.prod_con3 .rq1 .div1{
  width: 100%;
}
.prod_con3 .rq1 .div1 img{
  width: 100%;
}
.prod_con3 .rq2{
  margin-top: 75px;
}
.prod_con3 .rq2 .p1{
  font-size:24px;
  color: #222222;
  font-family: 'avgn';
}
.prod_con3 .rq2 .zon{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
   justify-content: space-between;
  margin-top: 35px;
}
.prod_con3 .rq2 .zon .div1{
  width: 16%;

}
.prod_con3 .rq2 .zon .div1 .bot1{
  width: 100%;
  position: relative;
  transition: .5s all;
  border-radius: 5px;
  height: 125px;
  border: 1px solid #dfeaf6;
}
.prod_con3 .rq2 .zon .div1 img{
  max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.prod_con3 .rq2 .zon .div1 p{
  font-size:18px;
  margin-top: 15px;
  color: #222222;
  text-align: center;
  font-family: 'avgn';
}
.prod_con3 .rq2 .zon .div1 .bot1:hover{
  box-shadow: 0px 0px 10px 0px rgb(90 91 95 / 30%);
    transform: translate3d(0,-5px,0);
}

/* content4 */
.prod_con4{
  padding-top: 68px;
  position: relative;
  padding-bottom: 120px;
  background-color: #f5f9fe;
}
.prod_con4 .rq1{
  width: 100%;
  margin-top: 35px;
}
.prod_con4 .h1{
  font-size: 36px;
  color: #222222;
  font-family: 'avgd';
}
.prod_con4 .rq1 .p1{
  font-size: 18px;
  text-align: center;
  color: #222222;
  font-family: 'avgn';
  margin-top: 20px;
}
.prod_con4 .rq1 .swiper-slide .div1 .bot{
  overflow: hidden;
}
.prod_con4 .rq1 .swiper-slide .div1 img{
  width: 100%;
 transition: .5s all;
}
.prod_con4 .rq1 .swiper-slide:hover img{
  transform: scale(1.05);
}
.prod_con4 .swiper-pagination{
  width: 100%;
  left: 50%;
  top: 85%;
  transform: translateX(-50%);
}
.prod_con4 .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  background-color: #989898;
  position: relative;
  opacity: 1;
  margin-left: 17px;
}
.prod_con4 .swiper-pagination-bullet::after{
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(152, 152, 152,.2);
  transform: translate(-50%,-50%);
}
.prod_con4  .swiper-pagination-bullet-active{
  width: 8px;
  height: 8px;
  background-color: #00aeef;
}
.prod_con4  .swiper-pagination-bullet-active::after{
  background-color: rgba(0, 174, 239,.2);
}
.prod_con4 .swiper-pagination-bullet:nth-child(1){
  margin-left: 0;
}
/* content5 */
.prod_con5{
  padding-top: 68px;
  padding-bottom: 85px;
  background-color: #fff;
}

.prod_con5 .h1{
  font-size: 36px;
  color: #222222;
  font-family: 'avgd';
}
.prod_con5 .p1{
  font-size: 18px;
  margin-top: 20px;
  color: #6d6d6d;
  line-height: 30px;
  font-family: 'avgn';
}
.prod_con5 .rq1{
  margin-top: 35px;
}
.prod_con5 .div1{
 float: left;
 overflow: hidden;
  width: 50%;
}
.prod_con5 .div1 img{
  width: 100%;
  transition: .5s all;
}
.prod_con5 .div1:hover img{
  transform: scale(1.05);
}
/* content6 */
.prod_con6{
  width: 100%;
  padding-top: 75px;
  padding-bottom: 85px;
  background: url(../images/prod20.jpg)no-repeat;
  background-size: cover;
}
.prod_con6 .h1{
  font-size: 36px;
  color: #fff;
  font-family: 'avgd';
}
.prod_con6  .rq1{
  width: 100%;
  margin-top: 30px;
}

.prod_con6  .rq1 input:nth-child(1){
  margin-left: 0;
}

.prod_con6  .rq1 .btn1{
  text-align: center;
  color: #fff;
  margin-top: 1.5%;
  font-size: 24px;
  width: 380px;
  border-radius: 5px;
  line-height: 70px;
  transition: .5s all;
  
  background-color: #a6ce39;
}
.prod_con6  .rq1 .btn1:hover{
  background-color: #00aeef;
}

/* 产品详情分辨率 */

@media (max-width: 1459px) {
  .banner .container .p1 {
    font-size: 27px;
}
.banner .container .p2,.inner-banner .p2 a{
  font-size: 14px;
  margin-top: 5px;
}
.prod_con1 .h1,.prod_con2 .h1,.prod_con3 .h1,.prod_con4 .h1,
.prod_con5 .h1,.prod_con6 .h1{
  font-size: 26px !important;
}
.prod_con1 br{
  display: none;
}
.prod_con1 .rig .p1 {
  font-size: 14px;
  margin-top: 15px;
  line-height: 28px;
}
.prod_con1 .rig .a1 {
  font-size: 14px;
}
.prod_con1 .rig .a1::after {
  width: 5px;
  height: 8px;
  right: -15px;
}
.prod_con1 .rig .div1 a {
  width: 18px;
  margin-right: 18px;
  height: 18px;
}
.prod_con1 .rig .rq1 {
  margin-top: 55px;
}
.prod_con1 .swiper-pagination {
  bottom: -15%;
}
.prod_con1 {
  margin: 60px 0;
  padding-top: 59px;
  padding-bottom:80px;
}
.prod_con2 {
  padding-top: 60px;
  padding-bottom: 67px;
}
.prod_con2 .rq {
  margin-top: 20px;
}
.prod_con2 .rq table .p1{
  font-size: 18px;
}
.prod_con2 .rq table .p2{
  font-size: 16px;
}
.prod_con2 .rq table tr td {
  height: 65px;
  padding: 26px 0;
}
.prod_con3  .p1{
  font-size: 18px !important;
  margin-top: 26px !important;
}
.prod_con3 {
  padding-top: 60px;
  padding-bottom: 65px;
}
.prod_con3 .rq2 .zon .div1 p {
  margin-top: 15px;
  font-size: 14px;
}
.prod_con3 .rq2 {
  margin-top: 65px;
}
.prod_con3 .rq2 .zon {
  margin-top: 25px;
}
.prod_con4 .rq1 .p1{
  font-size: 14px;
}
.prod_con4 {
  padding-top: 52px;
  padding-bottom: 91px;
}
.prod_con4 .rq1 {
  margin-top: 25px;
}
.prod_con5 .p1 {
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px;
}
.prod_con5 {
  padding-top: 51px;
  padding-bottom: 64px;
}
.prod_con6 .rq1 input {
  height: 53px;
  font-size: 14px;
  line-height: 53px;
}
.prod_con6 .rq1 textarea {
  height: 106px;
  font-size: 14px;
}
.prod_con6 .rq1 .btn1 {
  font-size: 18px;
  width: 288px;
  line-height: 52px;
}
.prod_con6 {
  padding-top: 57px;
  padding-bottom: 64px;
}
.prod_con6 .rq1 {
  margin-top: 20px;
}
}


@media (max-width: 1259px) {


}
@media(max-width:991px){
  .prod_con1 .h1, .prod_con2 .h1, .prod_con3 .h1, .prod_con4 .h1, .prod_con5 .h1, .prod_con6 .h1 {
    font-size: 21px !important;
}
  .prod_con3 .rq2 .zon .div1 {
    width: 30%;
}
  .prod_con1 .lef {
    width: 100%;
}
.prod_con1 .rig {
  width: 100%;
  padding-left: 0px;
  margin-top: 100px;
}
}

@media (max-width: 768px){
  .prod_con1 .h1, .prod_con2 .h1, .prod_con3 .h1, .prod_con4 .h1, .prod_con5 .h1, .prod_con6 .h1 {
    font-size: 21px !important;
}
.prod_con1 .rig {
  margin-top: 60px;
}
.prod_con1 {
  margin: 30px 0;
  padding-top: 35px;
  padding-bottom: 35px;
}
.prod_con1 .rig .rq1 {
  margin-top: 35px;
}
.prod_con2 .rq table .p1 {
  font-size: 16px;
}
.prod_con2 .rq table .p2 {
  font-size: 14px;
  padding-left: 15px;
  line-height: 20px;
}
.prod_con2 .rq table tr td {
  padding: 20px 0;
}
.prod_con2,.prod_con3,.prod_con5,.prod_con6{
  padding-top: 30px;
  padding-bottom: 35px;
}
.prod_con3 .p1 {
  font-size: 16px !important;
  margin-top: 18px;
}
.prod_con3 .rq2 {
  margin-top: 40px;
}
.prod_con3 .rq2 .zon .div1{
  margin-top: 8px;
}
.prod_con3 .rq2 .zon .div1 p {
  margin-top: 8px;
}
.prod_con3 .rq2 .zon {
  margin-top: 10px;
}
.prod_con4 .rq1 .p1{
  margin-top: 10px;
}
.prod_con4{
  padding-top: 30px;
  padding-bottom: 55px;
}
.prod_con4 .swiper-pagination {
  top: 88%;
}
.prod_con5 .p1 {
  font-size: 14px;
}
.prod_con5 .div1 {
  width: 100%;
}
.prod_con5 .rq1 {
  margin-top: 20px;
}
.prod_con6 .rq1 textarea {
  height: 85px;
}
.prod_con6 .rq1 {
  margin-top: 10px;
}
.prod_con6 .rq1 .btn1 {
  font-size: 14px;
  width: 130px;
  line-height: 40px;
}
}
@media (max-width: 500px){

}
/* 产品列表 */
.list_con1{
  position: relative;
  display: flex
}
.list_con1 .lef{
  width: 30%;
  float: left;
  padding-top: 70px;
  background-color: #fff;
  border-right: 1px solid #dfeaf6;
    height: 100%;
}

.list_con1 .lef .top .rq1{
  margin-top: 50px;
}
.list_con1 .lef .top .rq1:nth-child(1){
  margin-top: 0;
}
.list_con1 .lef .top .rq1 .p1{
  font-size: 36px;
  color: #222;
  transition: 0.5s all;
  font-family: 'avgd';
}
.list_con1 .lef a{
  display: block;
  padding-left: 15px;
  transition: .5s all;
  position: relative;
  font-size: 20px;
  margin-top: 10px;
  color: #666;
  font-family: 'avgn';
}

.list_con1 .lef a::before{
  content: '';
  width: 4px;
  transition: .5s all;
  height: 4px;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list_con1 .lef a:hover{
  color: #00aeef;
}
.list_con1 .lef a:hover::before{
  background-color: #00aeef;
}

.list_con1 .lef .bottom{
  padding-right: 60px;
}
.list_con1 .lef .bottom div{
  padding-left: 20px;
}
.list_con1 .lef .bottom .rq1{
margin-top: 50px;
background-color: #00aeef;
color: #fff;
font-size: 32px;
font-family: 'avgd';
line-height: 78px;
}
.list_con1 .lef .bottom .rq2{
  padding-top: 40px;
  padding-bottom: 45px;
  padding-left: 30px;
  border-right: 1px solid #e0ebf6;
  border-left: 1px solid #e0ebf6;
  border-bottom: 1px solid #e0ebf6;
  padding-right: 50px;
}
.list_con1 .lef .bottom .rq2 .p1{
  color: #222;
font-size: 20px;
font-family: 'avgn';
}
.list_con1 .lef .bottom .rq2 .p1 .s1{
  font-family: 'din';
}
.list_con1 .lef .bottom .rq2 .p1 .s2{
  font-family: 'avgd';
}
.list_con1 .lef .bottom .rq2 .p2{
  color: #222;
font-size: 20px;
margin-top: 30px;
font-family: 'avgd';
}
.list_con1 .lef .bottom .rq2 .p2 .s3{
  color: #222;
  display: block;
  margin-top: 5px;
  line-height: 25px;
font-size: 16px;
font-family: 'avgn';
}
.list_con1 .rig{
  background-color: #f5f9fe;
  width: 70%;
  padding-bottom: 50px;
  padding-left: 50px;
  float: right;
  padding-top: 60px;

}
.list_con1::after{
content: '';
width: 60%;
height: 100%;
background:url(../images/list6.jpg) #f5f9fe no-repeat;
background-size: cover;
 position: absolute;
 z-index: -1;
 right: 0;
 top: 0;
}
.list_con1 .rig .h1{
  color: #222;
  font-size: 36px;
  font-family: 'avgd';
}
.list_con1 .rig .rq1{
  display: flex;
  flex-wrap: wrap;
}
.list_con1 .rig .a1{
  display: block;
  width: 48%;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 50px;
  border-radius: 5px;
  margin-top: 2%;
}

.list_con1 .rig .a1:nth-child(even){
  margin-left: 2%;
}
.list_con1 .rig .a1.div{
  width: 100%;
}
.list_con1 .rig .a1 .div .imgcon{
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}
.list_con1 .rig .a1 .div .imgcon img{
  width: 100%;
  transition: .5s all;
}
.list_con1 .rig .a1 .div p{
text-align: center;
}
.list_con1 .rig .a1 .div .p1{
  color: #222;
  font-size: 30px;
  font-family: 'avgd';
  margin-top: 20px;
}
.list_con1 .rig a .div .p2{
  color: #666;
  margin-top: 10px;
  font-size: 18px;
  font-family: 'avgn';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 90%;
  /* text-align: center; */
  margin: 0 auto;
}
.list_con1 .rig .a1 .div .p3{
    font-size: 18px;
    transition: .5s all;
    width: auto;
    display: table;
  margin: 0 auto;
  margin-top: 45px;
    font-family: 'avgn';
    position: relative;
    color: #888888;
}
.list_con1 .rig .a1 .div .p3::after{
  content: '';
    width: 6px;
    height: 10px;
    background-image: url(../images/img23.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    transition: all .5s;
}
.list_con1 .rig .a1:hover img{
  transform: scale(1.05);
 }
 .list_con1 .rig .a1:hover .p3{
   color: #00aeef !important;
 }
 .list_con1 .rig .a1:hover .p3::after{
   background-image: url(../images/img23b.png);
   transform: translate(5px,-50%);
     background-size: contain;
 }
 .list_con1 .lef2{
   display: none;
 }
 /* 产品分辨率 */
 
@media (max-width: 1459px) {
  .list_con1 .rig .h1,.list_con1 .lef .top .rq1 .p1{
    font-size: 26px !important;
}
.list_con1 .rig .a1 .div .p1 {
  font-size: 20px;
}
.list_con1 .rig a .div .p2 {
  color: #666;
  margin-top: 5px;
  font-size: 14px;
}
.list_con1 .rig .a1 .div .p3 {
  font-size: 14px;
  margin-top: 25px;
}
.list_con1 .rig .a1 {
  padding-top: 10px;
  padding-bottom: 35px;
}
.list_con1 .lef a {
  font-size: 16px;
}
.list_con1 .lef .bottom .rq1 {
  margin-top: 34px;
  font-size: 21px;
  line-height: 58px;
}
.list_con1 .lef .top .rq1 {
  margin-top: 35px;
}
.list_con1 .lef .bottom .rq2 .p2 .s3 {
  line-height: 21px;
  font-size: 14px;
}
.list_con1 .lef .bottom .rq2 .p2 {
  font-size: 16px;
  margin-top: 20px;
}
.list_con1 .lef .bottom .rq2 .p1 {
  font-size: 16px;
}
.list_con1 .lef .bottom .rq2 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 0px;
}
.fy li a {
  font-size: 14px !important;
}
.fy li {
  width: 30px !important; 
  line-height: 30px !important;
}

}

@media (max-width: 1259px) {


}
@media(max-width:991px){
  .list_con1 .lef{
    display: none;
  }
  .list_con1 .rig .a1 .p3 {
    color: #00aeef !important;
}
.list_con1 .rig .a1 .p3::after {
  background-image: url(../images/img23b.png) !important;
  background-size: contain;
}
  .list_con1 .lef2{
    display: block;
    margin-top: 20px;
  }
  .list_con1 .lef2 a {
    width: auto;
    line-height: 75px;
    padding: 0 60px;
    background: #fff;
    border: 1px solid rgb(218,218,218);
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
    margin-right: 9px;
}
  .list_con1 .rig .h1, .list_con1 .lef .top .rq1 .p1 {
    font-size: 21px !important;
}

.list_con1 .rig {
  padding-left: 0;
  width: 100%;
}
.list_con1::after {
  width: 100%;
  height: 100%;
}
  .list_con1 {
    display: block;
  }
  .list_con1 .lef2{
    width: auto;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .list_con1 .lef2  a{
    font-size: 14px;
    line-height: 50px;
    width: auto;
    padding: 0 10px;
    margin-right: 10px;
    float: none;
    display: inline-block;
  }
  .list_con1 .lef2::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 2px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
  }
  .list_con1 .lef2::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background   : #00aeef !important;
  }
  .list_con1 .lef2::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : #ededed;
  }
}

@media (max-width: 768px){

}
@media (max-width: 500px){
  .list_con1 .rig {
    padding-bottom: 35px;
    padding-top: 30px;
}
  .list_con1 .rig .a1 .div .p3 {
    margin-top: 18px;
}
  .list_con1 .lef2 a.on {
    background: #00aeef !important;
    color: #fff;
}
.list_con1 .rig .a1 {
  padding-right:10px ;
  padding-left: 10px;
  padding-bottom: 20px;

}
.list_con1 .lef2  a:nth-child(2n) {
  margin-right: 0;
}

.list_con1 .rig .a1 .div .p1 {
  font-size: 16px;
}
}
/* 联系我们 */
.cont_con1{
  padding-top: 78px;
  padding-bottom: 100px;
  background-color: #fff;
}
.cont_con1 .rq1{

}
.cont_con1 .rq1 .div1{
  float: left;
  width: 24%;
  margin-left: 1%;
  height: 265px;
  border: 1px solid #eaf1f9;
  border-radius: 5px;
}

.cont_con1 .rq1 .div1:nth-child(1){
  margin-left: 0;
}
.cont_con1 .rq1 .div1 img{
  display: block;
  transition: .5s all;
 width: 34%;
   margin: 0 auto;
   margin-top: 80px;
}
.cont_con1 .rq1 .div1:hover img{
transform: translateY(-10px);
}
.cont_con1 .rq1 .div1 .p1{
  text-align: center;
  color: #222;
  margin-top: 20px;
  font-size: 18px;
  font-family: 'avgd';
  transition: .5s all;
}
.cont_con1 .rq1 .div1:hover .p1{
  color: #00aeef;
}
.cont_con1 .rq2{
  display: flex;
  margin-top: 13px;
}
.cont_con1  .lef{
  width: 49.5%;
  padding-top: 35px;
  padding-left: 35px;
  padding-right: 90px;
  border-radius: 5px;
  background-color: #f5f9fe;
}
.cont_con1  .rig{
  width: 49.5%;
  margin-left: 1%;
  overflow: hidden;
}
.cont_con1  .rig img{
  transition: .5s all;
  width: 100%;
}
.cont_con1  .rig:hover img{
  transform: scale(1.05);
}
.cont_con1 .rq2  .lef .div1{
margin-top: 25px;
}
.cont_con1 .rq2  .lef .div1:nth-child(1){
  margin-top: 0;
}
.cont_con1 .rq2  .lef .div1 .p1{
  color: #222;
  font-size: 24px;
  font-family: 'avgd';
}
.cont_con1 .rq2  .lef .div1 .p2{
  color: #666666;
  font-size: 18px;
  margin-top: 15px;
  font-family: 'avgn';
}
/* 联系我们分辨率 */

@media (max-width: 1459px) {
  .cont_con1 .rq1 .div1 {
    height: 200px;
}
.cont_con1 .rq1 .div1 .p1 {
  font-size: 14px;
}
.cont_con1 .rq1 .div1 img {
  margin-top: 55px;
}
.cont_con1 {
  padding-top: 59px;
  padding-bottom: 76px;
}
.cont_con1 .rq2 .lef .div1 .p2 {
  font-size: 14px;
}
.cont_con1 .rq2 .lef .div1 .p1 {
  font-size: 18px;
}
.cont_con1 .lef {
  padding-top: 20px;
}
.cont_con1 .lef {
  padding-top: 20px;
  padding-right: 44px;
}
}


@media (max-width: 1259px) {


}
@media(max-width:991px){
  .cont_con1 .lef,.cont_con1 .rig {
    width: 100%;;
}
.cont_con1 .rq2{
  flex-direction: column-reverse;
}
.cont_con1 .lef {
  padding-bottom: 20px;
}
}

@media (max-width: 768px){
  .cont_con1 .rq1 .div1 {
    width: 50%;
     margin-left: 0%; 
    height: 130px;

}
.cont_con1 .rq1 .div1 .p1 {
  font-size: 16px;
   margin-top: 15px;
}
.cont_con1 .rq1 .div1 img {
  margin-top: 30px;
}
.cont_con1 .rq2 .lef .div1 .p1 {
  font-size: 16px;
}
.cont_con1 .lef{
  padding:20px 15px ;
}
.cont_con1 {
  padding-top: 30px;
  padding-bottom: 35px;
}
}
@media (max-width: 500px){

}

/*新闻  */
.news_con1{
  padding-top: 95px;
  padding-bottom: 80px;
}
.news_con1 .rq1{

}
.news_con1 .rq1 .div1{
  display: flex;
  margin-top: 40px;

}
.news_con1 .rq1 a:nth-child(1) .div1{
  margin-top: 0;
}
.news_con1 .rq1 .div1 .lef{
  width: 31%;
  overflow: hidden;
}
.news_con1 .rq1 .div1 .lef img{
  width: 100%;
  transition: .5s all;
}
.news_con1 .rq1 .div1 .rig{
  width: 69%;
  border: 1px solid #dfeaf6;
  border-radius: 5px;
  padding-left: 50px;
  padding-top: 50px;
  transition: .5s all;
}
.news_con1 .rq1 .div1 .rig .p1{
  color: #222222;
  font-size: 48px;
  font-family: 'avgd';
}
.news_con1 .rq1 .div1 .rig .p1 span{
  color: #888888;
  font-size: 18px;
  font-family: 'avgd';
}
.news_con1 .rq1 .div1 .rig .p2{
  color: #222222;
  font-size: 30px;
  margin-top: 15px;
  font-family: 'avgd';
}
.news_con1 .rq1 .div1 .rig .p3{
  margin-top: 10px;
  color: #888;
  line-height: 25px;
  font-size: 18px;
  font-family: 'avgn';
}
.news_con1 .rq1 .div1 .rig .p4{
  display: inline-block;
  margin-top: 27px;
  font-size: 18px;
  transition: .5s all;
  font-family: 'avgn';
  position: relative;
  color: #888888;
}
.news_con1 .rq1 .div1 .rig .p4::before{
  content: '';
  width: 6px;
  height: 10px;
  background-image: url(../images/img23.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  transition: all .5s;
}
.news_con1 .rq1 .div1:hover .rig{
background-color: #f5f9fe;
}
.news_con1 .rq1 .div1:hover .lef img{
  transform: scale(1.05);
}
.news_con1 .rq1 .div1:hover .p4{
  color: #00aeef;
}
.news_con1 .rq1 .div1:hover .p4::before{
  background-image: url(../images/img23b.png);
  background-size: contain;
}
.fy {
  width: auto;
  display: table;
  margin: 0 auto;
  margin-top: 80px;
}


.layui-laypage a,.layui-laypage span{
  width: 40px!important;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin-right: 10px;
  transition: all .5s;
}
.layui-laypage-curr, .layui-laypage a:hover {
  background: #00aeef;
  color: #fff;
}
.layui-laypage a {
  display: block;
  font-size: 16px;
  font-family: 'avgd';
  color: #222222;
  transition: all .5s;
}


@media (max-width: 1459px) {
  .news_con1 .rq1 .div1 .rig .p1 {
    font-size: 34px;
}
.news_con1 .rq1 .div1 .rig .p1 span {
  font-size: 16px;
}
.news_con1 .rq1 .div1 .rig .p2 {
  font-size: 20px;
  margin-top: 5px;

}
.news_con1 .rq1 .div1 .rig .p3 {
  margin-top: 5px;
  line-height: 20px;
  font-size: 14px;
}
.news_con1 .rq1 .div1 .rig .p4 {
    margin-top: 16px;
  font-size: 14px;
}
.news_con1 .rq1 .div1 .rig {
  padding-top: 40px;
}
}


@media (max-width: 1259px) {


}
@media(max-width:991px){
  .news_con1 .rq1 .div1 .lef{
    display: none;
  }
  .news_con1 .rq1 .div1 .rig {
    width: 100%;
  }
  .news_con1 .rq1 .div1 .rig {
    padding: 15px 0;
    padding-left: 30px;
}
}

@media (max-width: 768px){
  .fy {
    margin-top: 30px;
}
  .news_con1 {
    padding-top: 30px;
    padding-bottom: 35px;
}
  .news_con1 .rq1 .div1 .rig .p1 {
    font-size: 21px;
}
.news_con1 .rq1 .div1 .rig .p2 {
  font-size: 16px;
}
.news_con1 .rq1 .div1 .rig {
  padding-left: 10px;
}
}
@media (max-width: 500px){

}

/* 解决方案 */
.slu_con1{
  padding: 80px 0;
}
.slu_con1 .rq1 .div{
  width: 304px;
  text-align: center;
  font-size: 20px;
  color: #222;
  font-family: 'avgn';
  cursor: pointer;
  line-height: 100px;
  border-radius: 5px;
  background-color: #f5f9fe;
  margin-right: 20px;
  float: left;
  transition: .5s all;
}
.slu_con1 .rq1 .div:last-child{
  margin-right: 0;
}
.slu_con1 .rq1 .div.on{
  background-color: #00aeef !important;
}
.slu_con1 .rq1 .div.on a{
 color: #fff;
}
.slu_con1 .rq1 .div a{
  display: block;
  width: 100%;
}
.slu_con1 .rq1 .div:hover{
  background-color: #00aeef !important;
}
.slu_con1 .rq1 .div:hover a{
  color: #fff;
}

.slu_con3 .gallery-thumbs .swiper-slide p{
  text-align: center;
  font-size: 20px;
  color: #222;
  font-family: 'avgn';
  cursor: pointer;
  line-height: 100px;
  border-radius: 5px;
  background-color: #f5f9fe;
}

.slu_con3 .gallery-thumbs .swiper-slide-thumb-active p{
  background-color: #00aeef !important;
  color: #fff;
 }
 .slu_con3 .gallery-top{
   margin-top: 40px;
 }




.slu_con2{
padding-bottom: 70px;
}
.slu_con2 .h1{
  font-size: 36px;
    color: #222222;
    font-family: 'avgd';
}
.slu_con2 .rq1 .div1:nth-child(1) {
  margin-left: 0;
}
.slu_con2 .rq1{
  margin-top: 25px;
}
.slu_con2 .rq1 .div1 {
  float: left;
  width: 31%;
  margin-left: 2%;
  height: 265px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgb(90 91 95 / 30%);
}
.slu_con2 .rq1 .div1 img {
  display: block;
  width: 20%;
  transition: .5s all;
  margin: 0 auto;
  margin-top: 60px;
}
.slu_con2 .rq1 .div1:hover img{
  transform: rotateY(
    -180deg
    );
}
.slu_con2 .rq1 .div1 .p1 {
  text-align: center;
  color: #666666;
  margin-top: 20px;
  font-size: 20px;
  font-family: 'avgn';
}
.slu_con3{
  padding-bottom: 95px;
}
.slu_con3 .h1{
  font-size: 36px;
    color: #222222;
    font-family: 'avgd';
}
.slu_con3 .rq1{
 margin-top: 48px;
}
.slu_con3 .rq1 .lef{
  width: 37%;
  float: left;
}
.slu_con3 .rq1 .lef img{
  width: 100%;
}
.slu_con3 .rq1 .rig{
  width: 58%;
  margin-top: 45px;
  float: right;
}
.slu_con3 .rq1 .rig .div{
  width: 100%;
  font-size: 20px;
  margin-top: 10px;
  padding: 30px 0px;
  padding-left: 45px;
  padding-right: 20px;
  border: 1px solid #dfeaf6;
  border-radius: 5px;
  background-color: #f5f9fe;
  color: #666666;
  font-family: 'avgn';

}
.slu_con3 .rq1 .rig .div:nth-child(1){
  margin-top: 0;
}
.slu_con1 .gallery-top{
  margin-top: 40px;
}
.slu_con1 .gallery-top .div{
  display: flex;
}
.slu_con1 .gallery-top .div .lef{
  width: 50%;
  overflow: hidden;
}
.slu_con1 .gallery-top .div .lef img{
  width: 100%;
}
.slu_con1 .gallery-top .div .rig{
  padding-top: 90px;
  padding-left: 70px;
  padding-right: 70px;
  width: 50%;
  background-color: #f5f9fe;
}
.slu_con1 .gallery-top .div .rig .h1{
  color: #222;
  font-family: 'avgd';
  font-size: 36px;
}
.slu_con1 .gallery-top .div .rig .p2,.slu_con1 .gallery-top .div .rig .p2 p{
  color: #7a7c7f;
  line-height: 30px;
  font-family: 'avgn';
  margin-top: 20px;
  font-size: 18px;
}
.slu_con1 .gallery-top .div .rig .p2{
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.slu_con1 .gallery-top .div .rig .p2::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 2px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
.slu_con1 .gallery-top .div .rig .p2::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background   : #00aeef !important;
}
.slu_con1 .gallery-top .div .rig .p2::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
}
.slu_con1 .rq1 {
  width: auto;
  overflow-x: scroll;
  white-space: nowrap;
  padding-bottom: 10px;
}
.slu_con1 .rq1 .div {
  float: none;
  display: inline-block;
}
.slu_con1 .rq1::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
.slu_con1 .rq1::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background   : #00aeef !important;
}
.slu_con1 .rq1::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
}
@media (max-width: 1459px) {
  .slu_con1 .gallery-top .div .rig .p2{
    height: 200px;
  }
  .slu_con1 {
    padding: 60px 0;
}
.slu_con2 {
  padding-bottom: 53px;
}
.slu_con3 {
  padding-bottom: 72px;
}
.slu_con3 .gallery-thumbs .swiper-slide p {
  font-size: 16px;
  line-height: 75px;
}
.slu_con1 .gallery-top .div .rig .h1 {
  font-size: 26px;
}
.slu_con1 .gallery-top .div .rig .p2,.slu_con1 .gallery-top .div .rig .p2 p{
  margin-top: 10px;
  font-size: 16px;
}
.slu_con1 .gallery-top .div .rig {
  padding-top: 55px;
  padding-left: 53px;
  padding-right: 53px;
}
.slu_con2 .h1,.slu_con3 .h1 {
  font-size: 26px !important;
}
.slu_con2 .rq1 .div1 img {
  margin-top: 40px;
}
.slu_con2 .rq1 .div1 .p1 {
  font-size: 16px;
}
.slu_con2 .rq1 .div1 {
  height: 200px;
}
.slu_con3 .rq1 .rig .div {
  font-size: 16px;
  padding: 20px 0px;
  padding-left: 35px;
  padding-right: 10px;
}
.slu_con1 .rq1 .div{
  font-size: 16px;
  line-height: 75px;
  width: 214px;
 margin-right: 20px;
}

}


@media (max-width: 1259px) {


}
@media(max-width:991px){
  .slu_con2 .h1, .slu_con3 .h1 {
    font-size: 21px !important;
}
.slu_con3 .rq1 .lef,.slu_con3 .rq1 .rig{
  width: 100%;
}
.slu_con2 .rq1 .div1 .p1 {
  font-size: 14px;
}
.slu_con2 .rq1 .div1 img {
  margin-top: 30px;
}
.slu_con2 .rq1 .div1 .p1 {
  font-size: 16px;
  margin-top: 10px;
}
.slu_con1 .gallery-top .div .lef,.slu_con1 .gallery-top .div .rig{
  width: 100%;
}
.slu_con1 .gallery-top .div{
  display: block;
}
.slu_con1 .gallery-top .div .rig .h1 {
  font-size: 21px;
}
.slu_con1 .gallery-top .div .rig .p2 ,.slu_con1 .gallery-top .div .rig .p2 p{
  margin-top: 0px;
  font-size: 14px;
}
.slu_con3 .gallery-thumbs .swiper-slide p {
  font-size: 14px;
  line-height: 50px;
}
.slu_con1 .rq1 .div {
  font-size: 14px;
  line-height: 50px;
  width: 187px;
  margin-right: 10px;
  float: none;
  display: inline-block;
}
.slu_con1 .rq1{
width: auto;
overflow-x: scroll;
white-space: nowrap;
padding-bottom: 10px;
}

}

@media (max-width: 768px){
  .slu_con1 {
    padding: 30px 0;
}
.slu_con1 .gallery-top {
  margin-top: 20px;
}
.slu_con1 .gallery-top .div .rig {
padding: 20px 20px;
}
.slu_con2 .rq1 .div1{
  width: 100%;
  margin-left: 0;
  margin-top: 10px;
}
.slu_con2 .rq1 .div1:nth-child(1){
  margin-top: 0;
}
.slu_con3 {
  padding-bottom: 35px;
}
.slu_con3 .rq1 .rig .div {
  line-height: 20px;
  font-size: 14px;
padding: 15px 15px;
}
.slu_con2 {
  padding-bottom: 35px;
}
.slu_con3 .rq1 {
  margin-top: 25px;
}
}
@media (max-width: 500px){

}
@media(max-width:375px){
  .sy_con1 .rig .div1 {
    width: 70px;
}
.sy_con1 .lef .div1 .p1 {
  margin-top: 50px;
}
}
/* 研发中心 */
.res_con1{
  padding: 80px 0;
}
.res_con1 .rq1 .p1{
  font-size: 30px;
  color: #222;
  font-family: 'avgd';
}
.res_con1 .rq1 .p2{
  font-size: 22px;
  color: #222;
  font-family: 'avgn';
}
.res_con1 .rq1 .p3{
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  color: #666;
  font-family: 'avgn';
}
.res_con1 .rq1 .div1{
 margin-top: 85px;
}
.res_con1 .rq1 .div1 .div{
  width: 24%;
  float: left;
}

.res_con1 .rq1 .div1 .div img{
 display: block;
 transition: .5s all;
 margin: 0 auto;
width: 40%;
}
.res_con1 .rq1 .div1 .div:hover img{
   transform: rotateY(-180deg);
}
.res_con1 .rq1 .div1 .div p{
  margin-top: 35px;
  font-size: 24px;
  color: #222;
  font-family: 'avgd';
  text-align: center;
}
.res_con1 .rq2{
  margin-top: 90px;
  position: relative;
}

.res_con1 .rq2 .swiper-slide .div{
  width: 97%;
  float: right;
}
.res_con1 .rq2 .swiper-slide .div img{
  width: 100%;
}
.res_con1 .rq2 .div2{
  width: 33%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 26%;
  border-radius: 5px;
  background-color: #00aeef;
}
.res_con1 .rq2 .div2 .swiper-button-next {
  position: absolute;
  right: 60%;
  top: 92.5%;
}
.res_con1 .rq2 .div2 .swiper-button-prev {
  left: 40px;
  top: 92.5%;
}
.res_con1 .rq2 .div2 .swiper-button-next::after,.res_con1 .rq2 .div2 .swiper-button-prev::after{
  color: #fff;
  font-weight: bold;
  font-size: 12px;

}
.res_con1 .rq2 .div2 .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
  color: #fff;
  font-family: "din";
  position: relative;
  padding-left: 5px;
}
.res_con1 .rq2 .div2 .swiper-pagination .swiper-pagination-total {
  font-size: 24px;
  color: #fff;
  font-family: "din";
  position: relative;
  padding-left: 11px;
}
.res_con1 .rq2 .div2 .swiper-pagination {
  width: auto;
  bottom: 4%;
  left: 15%;
  font-size: 24px;
  color: #fff;
}
.res_con1 .rq2 .div2 .swiper-pagination .swiper-pagination-current::before {
  content: '0';
  position: absolute;
  left: -8px;
  top: 0;
}
.res_con1 .rq2 .div2 .swiper-pagination .swiper-pagination-total::before {
  content: '0';
  position: absolute;
  left: 0px;
  top: 0;
}
.res_con1 .rq3{
  margin-top: 135px;
}
.res_con1 .rq3 .div{
  display: flex;
  margin-top: 20px;
}

.res_con1 .rq3 .div:nth-child(1){
  margin-top: 0;
}
.res_con1 .rq3 .div .lef{
 width: 50%;
 overflow: hidden;
}
.res_con1 .rq3 .div .lef img{
  width: 100%;
  transition: .5s all;
}
.res_con1 .rq3 .div:hover .lef img{
  transform: scale(1.05);
}
.res_con1 .rq3 .div .rig{
  padding: 0 70px;
  background-color: #f5f9fe;
  border-radius: 5px;
 width: 50%;
} 
.res_con1 .rq3 .div .rig{
  width: 50%;
 }
.res_con1 .rq3 .div .rig .p1{
  font-size: 30px;
  margin-top: 100px;
  color: #222;
  font-family: 'avgd';
}
.res_con1 .rq3 .div .rig .p2{
  font-size: 18px;
  margin-top: 20px;
  line-height: 30px;
  color: #666;
  font-family: 'avgn';
}
.res_con1 .rq3 .div:nth-child(even) .rig{
  background-color: #fff;
  border-top: 1px solid #eaf1f9;
  border-left: 1px solid #eaf1f9;
  border-bottom: 1px solid #eaf1f9;
}


@media (max-width: 1459px) {
  .res_con1 .rq1 .p1 {
    font-size: 22px;
}
.res_con1 .rq1 .p3 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
.res_con1 .rq1 .p2 {
  font-size: 16px;
}
.res_con1 .rq1 .div1 .div p {
  margin-top: 25px;
  font-size: 18px;
}
.res_con1 .rq1 .div1 {
  margin-top: 65px;
}
.res_con1 .rq2 {
  margin-top: 65px;
}
.res_con1 .rq2 .div2 {
  height: 300px;
}
.res_con1 .rq2 .div2 .swiper-pagination .swiper-pagination-total,.res_con1 .rq2 .div2 .swiper-pagination .swiper-pagination-current{
  font-size: 18px;
}
.res_con1 .rq2 .div2 .swiper-pagination {
  bottom: 8%;
  left: 18%;
  font-size: 18px;
}
.res_con1 .rq2 .div2 .swiper-button-prev {
  left: 23px;
  top: 88%;
}
.res_con1 .rq2 .div2 .swiper-button-next {
  position: absolute;
  right: 47%;
  top: 88%;
}
.res_con1 .rq3 .div .rig .p1 {
  font-size: 22px;
  margin-top: 36px;
}
.res_con1 .rq3 .div .rig .p2 {
  font-size: 14px;
  margin-top: 5px;
  line-height: 25px;
}
.res_con1 br{
  display: none;
}
.res_con1 .rq3 .div .rig {
  padding: 0 40px;
}
.res_con1 {
  padding: 60px 0;
}
.res_con1 .rq3 {
  margin-top: 105px;
}
}


@media (max-width: 1259px) {


}
@media(max-width:991px){

}

@media (max-width: 768px){

}
@media (max-width: 500px){
  .res_con1 .rq1 .div1 .div {
    width: 50%;
}
.res_con1 .rq1 .div1 .div p {
  margin-top: 15px;
  font-size: 15px;
}
.res_con1 {
  padding: 35px 0;
}
.res_con1 .rq1 .div1 {
  margin-top: 20px;
}
.res_con1 .rq1 .div1 .div{
  margin-top: 10px;
}
.res_con1 .rq2 .div2 {
  width: 100%;
  height: 125px;
}
.res_con1 .rq2 .swiper-slide .div {
  width: 100%;
}
.res_con1 .rq2 .div2 .swiper-pagination .swiper-pagination-total, .res_con1 .rq2 .div2 .swiper-pagination .swiper-pagination-current {
  font-size: 16px;
}
.res_con1 .rq2 .div2 .swiper-button-prev,.res_con1 .rq2 .div2 .swiper-button-next{
  top: 84%;
}
.res_con1 .rq2 .div2 .swiper-button-next{
  right: 50%;
}
.res_con1 .rq3 {
  margin-top: 105px;
}
.res_con1 .rq3 .div{
display: block;
}
.res_con1 .rq3 .div .rig {
  padding: 20px 10px;
}
.res_con1 .rq3 .div .rig,.res_con1 .rq3 .div .lef{
  width: 100%;
}
.res_con1 .rq3 .div .rig .p1 {
  font-size: 16px;
  margin-top: 0px;
}
.res_con1 .rq3 {
  margin-top: 80px;
}
}
/* 服务 */
.ser_con1{
  width: 100%;
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #f5f9fe;
}
.ser_con1 .h1{
  font-size: 36px;
  color: #222;
  font-family: 'avgd';
}
.ser_con1 .rq1{
  margin-top: 35px;
 display: flex;
}
.ser_con1 .rq1 .lef{
  padding-top: 30px;
  padding-left: 55px;
  border-radius: 5px;
  padding-right: 70px;
  padding-bottom: 80px;
  background-color: #fff;
  width: 41%;
}
.ser_con1 .rq1 .p1{
  font-size: 26px;
  color: #222;
  font-family: 'avgd';
}
.ser_con1 .rq1  .p{
  font-size: 18px;
  margin-top: 20px;
  line-height: 30px;
  color: #666;
  font-family: 'avgn';
}
.ser_con1 .rq1  .p2{
  font-size: 18px;
  color: #222;
  font-family: 'avgn';
}
.ser_con1 .rq1  .p span{
  color: #222;
  font-family: 'avgd';
}
.ser_con1 .rq1 .rig{
  margin-left: 2%;
  width: 57%;
}
.ser_con1 .rq1 .rig .div{
  padding-top: 35px;
  padding-left: 60px;
  padding-bottom: 40px;
  padding-right: 40px;
  border-radius: 5px;
  margin-top: 2%;
  background-color: #fff;
}
.ser_con1 .rq1 .rig .div:nth-child(1){
  margin-top: 0;
}
.ser_con2{
  width: 100%;
  background-color: #fff;
}
.faq_list li {text-align: left;background: #fff;
border-radius: 5px;
border: 1px solid #dfeaf6;
padding: 40px 30px;
margin-top: 23px;
}
.faq_list li:nth-child(1){
  margin-top: 0;
}
.faq_list li.on,.faq_list li:hover{background:#f5f9fe; }
.faq_list li:hover .faq_tit h3,.faq_list li.on .faq_tit h3{color: #fff;}
.faq_tit-con {
  position: relative;
}
.icon-jia{
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.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_font{
  display: none;
}
.ser_con2{
  width: 100%;
  padding-top: 60px;
  padding-bottom: 70px;
}
.ser_con2 .h1{
  font-size: 36px;
  color: #222;
  font-family: 'avgd';
}
.ser_con2  .faq_tit-con h3{
  font-size: 22px !important;
  color: #222 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.faq_det p {
  padding-left: 75px;
  font-size: 18px !important;
  color: #666 !important;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.faq_list{
  margin-top: 30px;
}
.faq_list li:hover .faq_tit .icon-jia, .faq_list li.on .faq_tit .icon-jia::before{
  content: "\e648";
}
.faq_tit .icon-jia {
  color: #222;

  font-size: 36px;
}
.icon-jia {
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1459px) {
  .ser_con1 .h1,.ser_con2 .h1{
    font-size: 26px;
}
.ser_con1 .rq1 .p1 {
  font-size: 18px;
}
.ser_con1 .rq1 .p2 {
  font-size: 14px;
}
.ser_con1 .rq1 .p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 25px;
}
.ser_con1 .rq1 .lef {
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 45px;
  padding-bottom: 60px;
}
.ser_con1 .rq1 .rig .div {
  padding-top: 35px;
  padding-left: 40px;
  padding-bottom: 25px;
  padding-right: 30px;
}
.ser_con2 .faq_tit-con h3 {
  font-size: 16px !important;
}
.faq_det p {
  padding-left: 65px;
  font-size: 14px !important;
  margin-top: 8px;
}
.faq_list li {
  padding: 20px 20px;
}
.ser_con2 {
  padding-top: 40px;
  padding-bottom: 35px;
}
.faq_list {
  margin-top: 15px;
}
}


@media (max-width: 1259px) {


}
@media(max-width:991px){
.ser_con1 .rq1 .rig {
    margin-left: 0;
    margin-top: 2%;
}
  .ser_con1 .rq1{
    display: block;
  }
  .ser_con1 .rq1 .lef,.ser_con1 .rq1 .rig{
    width: 100%;
  }
}

@media (max-width: 768px){
  .ser_con1 .h1, .ser_con2 .h1 {
    font-size: 21px;
}
.ser_con1 .rq1 .lef {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.ser_con1 .rq1 {
  margin-top: 20px;
}
.ser_con1 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.ser_con1 .rq1 .rig .div {
  padding-top: 20px;
  padding-left: 15px;
  padding-bottom: 25px;
  padding-right: 15px;
}
.faq_tit {
  padding: 0 24px;
}
.faq_det p {
  padding-left: 25px;
  font-size: 14px !important;
}
}
@media (max-width: 500px){

}
/* 关于我们 */
.abo_con1{
  padding-top: 70px;
  padding-bottom: 90px;
  width: 100%;
  background-color: #fff;
}
.abo_con1 .lef{
 width: 59%;
 float: left;
}
.abo_con1 .lef .h1{
  font-size: 36px;
    color: #222;
    font-family: 'avgd';
}
.abo_con1 .lef .p1{
  margin-top: 10px;
  font-size: 24px;
    color: #7ad4f7;
    font-family: 'avgn';
}
.abo_con1 .lef .p2{
  margin-top: 10px;
  font-size: 18px;
    color: #666;
    line-height: 30px;
    font-family: 'avgn';
}
.abo_con1 .lef .rq1{
margin-top: 70px;
}
.abo_con1 .lef .rq1 .div1{
  float: left;
  margin-left: 100px;
}
.abo_con1 .lef .rq1 .div1:nth-child(1){
  margin-left: 0;
}
.abo_con1 .lef .rq1 .p2{
  font-size: 24px;

  color: #666;
}
.abo_con1 .lef .rq1 .p2 span {
  padding-right: 10px;
  color: #131c26;
  font-family: 'avgd';
  font-size: 72px;
}
.abo_con1 .lef .rq1 .p3{
  color: #333333;
  font-size: 24px;
}
.abo_con1 .rig{
  float: right;
  width: 36%;
  position: relative;
}
.in3-video {
  position: relative;
}
.abo_video {
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.abo_con1 .rig img {
  width: 100%;
  vertical-align: middle;
}
.abo_video .bfq {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all .5s;
}
.abo_video .bfq div {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0 auto;
}
.msg-box {
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
}
.msg-box-bg {
  width: 70%;
  height: 70%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 25%;
  display: none;
  z-index: 1001;
}
.msg-box .close-box {
  width: 30px;
  height: 30px;
  background: url(../images/btn-close-modal.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 55px;
  top: 55px;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
/* content2 */
.abo_con2{
  padding: 80px 0;
  background-color: #f5f9fe;
}
.abo_con2 .h1 {
  font-size: 36px;
  color: #222;
  font-family: 'avgd';
}
.abo_con2 .rq1::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #dfeaf6;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-50%);
}
.abo_con2 .rq1 .container {
  margin-top: 50px;
  position: relative;
}
.abo_con2 .rq1{
  position: relative;
}
.abo_con2 .rq1 .swiper-slide {
  height: 250px;
  position: relative;

}
.abo_con2 .rq1 .swiper-slide .div::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/abo5.png)no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 26%;
  transform: translateY(-50%);
  transition: all .5s;
}
.abo_con2 .rq1 .swiper-slide .div::after {
  content: '';
  width: 1px;
  height: 100%;
  background: #dfeaf6;
  position: absolute;
  left: 7px;
  top: 72px;
  transition: all .5s;
}
.abo_con2 .rq1 .swiper-slide .p1{
  font-size: 30px;
  color: #222;
  font-family: 'din';
}
.abo_con2 .rq1 .swiper-slide .p1 span{
  font-size: 18px;
  color: #666;
  font-family: 'avgn';
}
.abo_con2 .rq1 .swiper-slide .p2{
  font-size: 18px;
  color: #666;
  padding-left: 31px;
  padding-top: 15px;
  font-family: 'avgn';
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.abo_con2  .swiper-button-next:after, .abo_con2 .swiper-button-prev:after {
font-size: 16px;
color: #fff;
transition: .5s all;
}
.abo_con2  .swiper-button-next, .abo_con2 .swiper-button-prev{
    position: absolute;
    top: 109%;
    width: 80px;
    height: 80px;
    background-color: #d7d7d7;
    transition: .5s all;
}
.abo_con2  .swiper-button-next:hover{
  background-color: #00aeef;
}
 .abo_con2 .swiper-button-prev:hover{
  background-color: #00aeef;
}
.abo_con2 .swiper-button-next{
  right: 89.5%;
}
/* content3 */
.abo_con3{
  padding-top: 90px;
  padding-bottom: 140px;
}
.abo_con3 .bot{
  position: relative;
}
.abo_con3 .bot .swiper-slide {
  border: 1px solid #dfeaf6;
  border-radius: 5px;
}
.abo_con3 .bot .div {
  width: 100%;
  height: 400px;
  position: relative;
}
.abo_con3 .bot .div img {
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.abo_con3 .bot p {
  font-size: 18px;
  color: #333333;
  text-align: center;
  font-family: 'avgn';
  padding-bottom: 30px;
}

.abo_con3  .h1 {
  font-size: 36px;
  color: #222;
  font-family: 'avgd';
}
.abo_con3   .bot{
  margin-top: 30px;
}
.abo_con3  .swiper-pagination {
  width: 100%;
  left: 50%;
  bottom: -13%;
  transform: translateX(-50%);
}
.abo_con3 .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  background-color: #989898;
  position: relative;
  opacity: 1;
  margin-left: 17px;
}
.abo_con3 .swiper-pagination-bullet::after{
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(152, 152, 152,.2);
  transform: translate(-50%,-50%);
}
.abo_con3 .swiper-pagination-bullet-active{
  width: 8px;
  height: 8px;
  background-color: #00aeef;
}
.abo_con3  .swiper-pagination-bullet-active::after{
  background-color: rgba(0, 174, 239,.2);
}
.abo_con3 .swiper-pagination-bullet:nth-child(1){
  margin-left: 0;
}
@keyframes jj{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.abo_video:hover> .bfq div img {
  animation: jj 10s infinite linear;
}
@media (max-width: 1459px) {
  .abo_con1 .lef .h1,.abo_con2 .h1,.abo_con3 .h1{
    font-size: 26px;
}
.abo_con1 .lef .p1 {
  margin-top: 5px;
  font-size: 18px;
}
.abo_con1 .lef .p2 {
  margin-top: 5px;
  font-size: 14px;
  line-height: 25px;
}
.abo_con1 .lef .rq1 .p2 span {
  padding-right: 5px;
  font-size: 45px;
}
.abo_con1 .lef .rq1 .p2,.abo_con1 .lef .rq1 .p3 {
  font-size: 18px;
}
.abo_con1 .lef .rq1 {
  margin-top: 40px;
}
.abo_con1 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.abo_video .bfq div {
  width: 60px;
  height: 60px;
}
.abo_con2 .rq1 .swiper-slide .p1 {
  font-size: 22px;
}
.abo_con2 .rq1 .swiper-slide .p1 span {
  font-size: 14px;
}
.abo_con2 .rq1 .swiper-slide .div::after {
  left: 7px;
  top: 52px;
}
.abo_con2 .rq1 .swiper-slide .p2 {
  font-size: 14px;
  padding-left: 25px;
  padding-top: 6px;
  padding-right: 15px;
  line-height: 23px;
}
.abo_con2 .rq1 .container {
  margin-top: 30px;
}
.abo_con2 {
  padding: 50px 0;
}
.abo_con2 .rq1 .swiper-slide{
  height: 170px;
}
.abo_con2 .swiper-button-next, .abo_con2 .swiper-button-prev {
  top: 112%;
  width: 50px;
  height: 50px;
}
.abo_con2 .swiper-button-next {
  right: 90.5%;
}
.abo_con3 .bot .div {
  height: 300px;
}
.abo_con3 .bot p {
 font-size: 14px;
  padding-bottom: 20px;
}
.abo_con3 .bot {
  margin-top: 18px;
}
.abo_con3 {
  padding-top: 43px;
  padding-bottom: 85px;
}
.faq_tit .icon-jia {
  font-size: 26px;
}
}
@media (max-width: 1259px) {
  /* .abo_con1 .lef .p2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  } */

}
@media(max-width:991px){
  .abo_con2 .swiper-button-next {
    right: 85.5%;
}
.abo_con1 .lef,.abo_con1 .rig{
  width: 100%;
}
}

@media (max-width: 768px){
  .abo_con1 {
    padding-top: 30px;
    padding-bottom: 35px;
}
  .abo_con2 .swiper-button-next {
    right: 73.5%;
}
  .abo_con1 .lef .h1, .abo_con2 .h1, .abo_con3 .h1 {
    font-size: 21px;
}
.abo_con1 .lef .p1 {
  font-size: 16px;
}
.abo_con1 .lef .rq1 .div1 {
  float: left;
  width: 50%;
   margin-left: 0px; 
}
.abo_con1 .lef .rq1 .p2 span {
  font-size: 34px;
}
.abo_con1 .lef .rq1 {
  margin: 20px 0;
}
.abo_con1 .lef .rq1 .p2, .abo_con1 .lef .rq1 .p3 {
  font-size: 14px;
}
.abo_con3 .bot .div {
  height: 200px;
}
.abo_con3 {
  padding-top: 35px;
  padding-bottom: 50px;
}
.faq_tit .icon-jia {
  font-size: 16px;
}
.faq_list li {
  padding: 20px 0px;
}
}
@media (max-width: 500px){

}
@media (max-width: 375px){
  .abo_con2 .swiper-button-next, .abo_con2 .swiper-button-prev {
    top: 118%;
    width: 40px;
    height: 40px;
  }
  .list_con1 .lef2 p {
    font-size: 13px;
}
.res_con1 .rq2 .div2 {
  height: 115px;
}


}

/* 新闻详情 */
.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: 24px;
   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-size: 40px;
  color: #333;
  font-weight: bold;
  margin: 0 10px;
}
.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: #00aeef;
}
.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: #00aeef;
}
.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: #00aeef;
  border: 1px solid #00aeef;
  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: #00aeef;
}
.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: #00aeef;
}
.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: #00aeef;
}

.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: #00aeef;
  border: 1px solid #00aeef;
}

.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: #00aeef;
  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: #00aeef;
  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){
  .new_da2 .rq .lef .bot p{
    font-size: 14px;
  }
.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: 18px;
}
.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: 0px;
}
.new_da2 .rq .rig .rq1 .p2 {
font-size: 16px;
padding-top: 0px;
padding-bottom: 5px;
}
.new_da2 .rq .rig .rq1 .p3 {
font-size: 14px;
}
.new_da2 .rq .rig .rq3 .p1, .rig_rq2 .p1 {
font-size: 18px;
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_da2 .rq .lef .bot p {
    font-size: 12px;
  }
  .new_da2 .rq .lef .p1 {
    font-size: 16px;
  }
  .new_da1 .sy_con6 .lef .div .p3 {
    font-size: 20px;
  }
  .new_da1 .sy_con6 .lef {
    width: 100%;
}
  .new_da1 .sy_con6 .rig{
    display: none;
  }
.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-right: 15px;
  padding-left: 15px;
}
.new_da1 .sy_con6 .lef .div {
  margin-top: 0px;
}
.new_da2 .rq .lef .rq2 {
  padding: 15px 10px;
}
.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;
}
  .new_da1 .sy_con6 .lef .p1,.new_da1 .sy_con6 .lef .p1 .sp2{
    font-size: 14px;
  }
  .new_da1 .sy_con6 .lef .p1 .sp1{
    font-size: 16px !important;
  }
  .prev p, .next p {
    font-size: 12px;
    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;
}
  .new_da2 .rq .lef .rq3 .p3 {
    font-size: 18px;
  }
  .new_da2 .rq .lef .rq3 a .div3 .p4 {
    font-size: 16px;
  }
  .new_da2 .rq .lef .rq3 a .div3 .p5 {
    font-size: 12px;
  }
  .new_da2 .rq .lef .rq3 button {
    font-size: 12px;
  }
  .new_da1 .sy_con6 .lef .div .p2 {
    margin: 5px 0;
  }
}



/* 新闻详情 */
.nesdeta_con1{
  width: 100%;
  background: rgb(246,246,246);
  padding-bottom: 140px;
}
.nesdeta_con1 .lef{
  width: 70%;
  float: left;
  padding: 0 65px;
}
.nesdeta_con1 .foot-container{
  background: #fff;
  margin-top: 50px;
  padding-top: 50px;
}
.nesdeta_con1 .lef .top {
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(224,224,224);
}
.nesdeta_con1 .lef .p1{
  font-size: 30px;
  color: #333333;
  font-family: "regular";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 10px;
}
.nesdeta_con1 .lef .p2,.nesdeta_con1 .lef .p2 span{
  font-size: 16px;
  color: #666666;
  font-family: "regular";
}
.nesdeta_con1 .lef .p2 span{
  margin-left: 35px;
}
.nesdeta_con1 .lef .top .rq {
  padding-top: 10px;
}
.nesdeta_con1 .lef .top .rq .p3 img{
  margin-right: 10px;
  margin-bottom: -3px;
}
.nesdeta_con1 .lef .top .rq .p3,
.nesdeta_con1 .lef .top .rq #share-4{
  display: inline;
}
.nesdeta_con1 .social-share .icon-weibo,
.nesdeta_con1 .social-share .icon-wechat{
  background: rgb(204,204,204);
  width: 32px;
}
.nesdeta_con1 .social-share .icon-weibo:hover{
  background: #00aeef;
}
#share-4 a{
  font-size: 17px;
}
.nesdeta_con1 .social-share .icon-wechat .wechat-qrcode .help p{
  font-size: 14px;
}

.nesdeta_con1 .social-share .icon-wechat .wechat-qrcode{
  z-index: 10000;
}

.nesdeta_con1 .social-share .icon-weibo,
.nesdeta_con1 .social-share .icon-wechat{
  background: rgb(204,204,204);
  width: 32px;
}
.nesdeta_con1 .social-share .icon-weibo:hover{
  background: #00aeef;
}
#share-4 a{
  font-size: 17px;
}
.nesdeta_con1 .social-share .icon-wechat .wechat-qrcode .help p{
  font-size: 14px;
}

.nesdeta_con1 .social-share .icon-wechat .wechat-qrcode{
  z-index: 10000;
}

.nesdeta_con1 .lef .p4{
  font-size: 16px;
  color: #666;
  line-height: 25px;  font-family: "regular";
  padding-top: 40px;
  padding-bottom: 35px;
}
.nesdeta_con1 .lef div img,
.nesdeta_con1 .lef p img,
.nesdeta_con1 .lef span img{
  max-width: 100%;
}
.nesdeta_con1 .sy{
  padding-top: 70px;
  padding-bottom: 85px;
}
.nesdeta_con1 .sy a{
  font-size: 16px;
  color: #444444;  font-family: "regular";
  margin-right: 90px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  transition: all .5s;
}

.nesdeta_con1 .sy a:nth-child(1){
  background-image: url(../images/img53.png);
}
.nesdeta_con1 .sy a:nth-child(2){
  padding-left: 0;
  padding-right: 20px;
  background-image: url(../images/img54.png);
  background-position-x: right;
}
.nesdeta_con1 .sy a:nth-child(3){
  background-image: url(../images/img55.png);
  padding-left: 30px;
}
.nesdeta_con1 .sy a:nth-child(1):hover{
  background-image: url(../images/img56.png);
}
.nesdeta_con1 .sy a:nth-child(2):hover{
  background-image: url(../images/img57.png);
}
.nesdeta_con1 .sy a:nth-child(3):hover{
  background-image: url(../images/img58.png);
}

.nesdeta_con1 .sy a:hover{
  color: #00aeef;
  letter-spacing: 2px;
}

.nesdeta_con1 .rig{
  width: 30%;
  float: right;
  padding-right: 20px;
  position: sticky;
  top: 100px;
}
.nesdeta_con1 .rig .p1, .nesdeta_con1 .rig .p2{
  padding-left: 19px;
}
.nesdeta_con1 .rig .p1{
  font-size: 26px;
  color: #333333;
  position: relative;
  font-family: "regular";   margin-bottom: 30px;
}
.nesdeta_con1 .rig .p1::before{
  content: '';
  width: 4px;
  height: 29px;
  background: #00aeef;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nesdeta_con1 .rig .p2{
  display: block;
  font-size: 16px;
  color: #666666;
  font-family: "regular";   position: relative;line-height: 50px;
  border-bottom: 1px solid rgb(228,228,228);
  transition: all .3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.nesdeta_con1 .rig .p2::before{
  content: '';
  width: 6px;
  height: 6px;
  background: #00aeef;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nesdeta_con1 .rig .p2:hover{
  color: #00aeef;
  letter-spacing: 1px;
}
.nesdeta_con1 .rig .rq3,
.medat_con1 .rig .rq2 .rq3,
.medat_con1 .lef .rq3{
  width:100%;
  position: relative;
  height: 50px;
}

.nesdeta_con1 .rig .rq3 a,
.medat_con1 .rig .rq2 .rq3 a,
.medat_con1 .lef .rq3 a{
  font-size: 16px;
  color: #666666;
  font-family: "regular";
  text-align: center;
  transition: all .3s;
}
.nesdeta_con1 .rig .rq3 a:nth-child(1),
.medat_con1 .rig .rq2 .rq3 a:nth-child(1),
.medat_con1 .lef .rq3 a:nth-child(1){
  width: 10px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/img53.png);
  background-repeat: no-repeat;
  transition: all .3s;
}
.nesdeta_con1 .rig .rq3 a:nth-child(1):hover,
.medat_con1 .rig .rq2 .rq3 a:nth-child(1):hover,
.medat_con1 .lef .rq3 a:nth-child(1):hover{
  background-image: url(../images/img56.png);
}
.nesdeta_con1 .rig .rq3 a:nth-child(2),
.medat_con1 .rig .rq2 .rq3 a:nth-child(2),
.medat_con1 .lef .rq3 a:nth-child(2){
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-image: url(../images/img55.png);
  background-repeat: no-repeat;
  padding-top: 27px;
  background-position-y: top;
  background-position-x: center;
  transition: all .3s;
}
.nesdeta_con1 .rig .rq3 a:nth-child(2):hover,
.medat_con1 .rig .rq2 .rq3 a:nth-child(2):hover,
.medat_con1 .lef .rq3 a:nth-child(2):hover{
  background-image: url(../images/img58.png);
  color: #00aeef
}

.nesdeta_con1 .rig .rq3 a:nth-child(3),
.medat_con1 .rig .rq2 .rq3 a:nth-child(3),
.medat_con1 .lef .rq3 a:nth-child(3) {
  width: 10px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/img54.png);
  background-repeat: no-repeat;
  transition: all .3s;
}
.nesdeta_con1 .rig .rq3 a:nth-child(3):hover,
.medat_con1 .rig .rq2 .rq3 a:nth-child(3):hover,
.medat_con1 .lef .rq3 a:nth-child(3):hover{
  background-image: url(../images/img57.png);
}

.nesdeta_con1 .rig .p1{
  margin-top: 49px;
}

@media (max-width: 1440px){

  .nesdeta_con1 .lef .p1{
    font-size: 25px;
  }
  .nesdeta_con1 .lef .p2,
  .nesdeta_con1 .lef .p2 span,
  .nesdeta_con1 .lef .top .rq .p3{
    font-size: 14px;
  }
  .nesdeta_con1 .rig .p1 {
    font-size: 23px;
  }
  .nesdeta_con1 .rig .p2 {
    font-size: 14px;
    line-height: 44px;
  }
  .nesdeta_con1 .lef .p4 {
    font-size: 14px;
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .nesdeta_con1 .foot-container {
    padding-top: 40px;
  }
}
@media(max-width:991px){
  .nesdeta_con1 .lef div img,
  .nesdeta_con1 .lef p img,
  .nesdeta_con1 .lef span img{
    height: auto !important;
  }
  .nesdeta_con1 .rig{
    display: none;
  }
  .nesdeta_con1 .lef{
    width: 100%;
  }
  .nesdeta_con1 .lef .p1 {
    font-size: 22px;
  }
  .nesdeta_con1 .foot-container {
    padding-top: 31px;
  }
  .nesdeta_con1 .lef {
    padding: 0 0px;
  }
  .nesdeta_con1 .lef .top .rq{
    display: none;
  }
  .nesdeta_con1 .lef .top {
    padding-bottom: 13px;
  }
}
@media(max-width:768px){
  .nesdeta_con1 .foot-container{
    margin-top: 0;
  }
  .nesdeta_con1 .sy a {
    font-size: 14px;
    margin-right: 35px;
  }
  .nesdeta_con1 .sy {
    padding-top: 39px;
    padding-bottom: 33px;
  }
  .nesdeta_con1 {
    padding-bottom: 29px;
  }
  .nesdeta_con1 .lef .p1 {
    font-size: 20px;
  }
  .nesdeta_con1 .sy a:nth-child(2),.nesdeta_con1 .sy a:nth-child(1){
    background-size: 6px;
  }
}




.slu_con3 .rq1 .swiper-slide .div1{
  width: 100%;
  height: 100%;
}
.slu_con3 .rq1 .swiper-slide .div1 img{
  width: 100%;
  height: 100%;
}
.slu_con3 .swiper-button-prev, .slu_con3 .swiper-button-next{
  width: 50px;
  transition: .5s all;
  height: 50px;
  background-color: #00aeef;
  border-radius: 50px;
}

.slu_con3  .swiper-button-prev:after, .slu_con3  .swiper-button-next:after {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1459px) {
  .slu_con3 .swiper-button-prev:after, .slu_con3 .swiper-button-next:after {
    font-size: 14px;
  }
  .slu_con3 .swiper-button-prev, .slu_con3 .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 500px) {
  .slu_con3 .swiper-button-prev, .slu_con3 .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .slu_con3 .swiper-button-prev:after, .slu_con3 .swiper-button-next:after {
    font-size: 12px;
  }
  .slu_con3 .swiper-button-prev{
    left: 0;
  }
  .slu_con3 .swiper-button-next{
    right: 0;
  }
}



.sy_con4 .swiper-pagination {
  width: 100%;
  left: 50%;
  bottom: -20%;
  transform: translateX(-50%);
}

.sy_con4 .swiper-pagination-bullet::after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(152, 152, 152,.2);
  transform: translate(-50%,-50%);
}
.sy_con4 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #989898;
  position: relative;
  opacity: 1;
  margin-left: 17px;
}

.sy_con4 .rq{
  position: relative;
}
.sy_con4 .swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  background-color: #00aeef;
}
.sy_con4 .swiper-pagination-bullet-active::after {
  background-color: rgba(0, 174, 239,.2);
}
.sy_con4 .swiper-pagination-bullet-active::after {
  background-color: rgba(0, 174, 239,.2);
}
@media (max-width: 500px) {
  .sy_con4 .swiper-pagination{
    display: none;
  }
}



.prod_con6 .rq1 .div1 .bot {
  float: left;
  margin-left: 2%;
  width: 32%;
}
.prod_con6 .rq1 .div1 .bot:nth-child(1){
  margin-left: 0;
}
.prod_con6 .rq1 .div1 .bot input{
  width: 100%;
  border-radius: 5px;
  height: 70px;
  color: #8b8b8b;
  font-size: 16px;
  font-family: 'avgn';
  line-height: 70px;
  background: #fff;
  padding-left: 45px;
}
.prod_con6 .rq1 .bot{
  position: relative;
}
.prod_con6 .rq1 .bot .sp{
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  color: red;
  font-weight: bold;
  font-size: 24px;

}


.prod_con6 .rq1 .bot2{
  width: 100%;
  margin-top: 1.5%;
  position: relative;
}
.prod_con6 .rq1 .bot2 textarea{
  width: 100%;
  height: 140px;
  background: #fff;
  border-radius: 5px;
  color: #8b8b8b;
  font-size: 16px;
  line-height: 26px;
  font-family: 'avgn';
  padding: 15px 0;
  padding-left: 40px;
}
.prod_con6 .rq1 .bot2 .sp{
  position: absolute;
  left: 1%;
  top: 20%;
  transform: translateY(-50%);
  color: red;
  font-weight: bold;
  font-size: 24px;

}
/* 弹窗 */

.tc{
  width: 100%;
  height: 200px;
  position: fixed;
  top: 50%;
  z-index: 999;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(245, 249, 254, .9);
  border: 1px solid #dfeaf6;
  z-index: 0;
}
.layui-layer-setwin .layui-layer-close2{
  z-index: 5;
}
.tc .p1{
  width: 90%;
  line-height: 35px;
  font-size: 24px;
  color: #00aeef;
  font-family: 'avgd';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.tc.block{
  display: block;
}

.tc .a1{
  position: absolute;
  right: 8%;
  bottom: 11%;
  display: block;
  width: 102px;
  height: 35px;
}
.tc .div1{

}

@media (max-width: 1680px){
  .tc .p1 {
    width: 85%;
  }
}
@media (max-width: 1459px){

  .tc {
    width: 40%;
  }
  .prod_con6 .rq1 .div1 .bot input{
    height: 53px;
    font-size: 14px;
    line-height: 53px;
  }
  .prod_con6 .rq1 .bot2 textarea {
    height: 106px;
    font-size: 14px;
  }
}
@media (max-width: 991px){

  .app{
    display: block;
  }
  .pc{
    display: none;
  }
}
@media (max-width: 768px){
  .prod_con6 .rq1 .div1 .bot{
    width: 100%;
    margin-left: 0;
    margin-top: 1.5%;
  }
  .prod_con6 .rq1 .div1 .bot input{
    height: 40px;
    padding-left: 30px;
  }
  .prod_con6 .rq1 .bot2 textarea {
    height: 85px;
    padding-left: 30px;
  }
  .prod_con6 .rq1 .bot .sp {
    font-size: 18px;
  }
  .prod_con6 .rq1 .bot2 .sp {
    left: 3%;
    top: 30%;
    font-size: 18px;
  }
}

.i{
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100px);
}
.abo_con2,.abo_con1,.abo_con3{
  position: relative;
}

.abo_con1 .rh_down{
  width: 40%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}

.abo_con1 .rh_down .downBtn a{
  width: 100%;
  display: flex;
}

.abo_con1 .rh_down .downBtn {
  height: 55px;
  display: flex;
  box-shadow: 0px 2px 4px 0px rgb(90 91 95 / 30%);
  cursor: pointer;
  margin: 25px 0 0 0;
  margin-right: 5%;
  width: 45%;
}
.abo_con1 .rh_down .downBtn .text {
  /* min-width: 160px; */
  padding: 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex: 1;
}
.abo_con1 .rh_down .downBtn .img {
  width: 50px;
  height: 100%;
  background: url('../images/x_xz2.png') 100%;
  background-size: cover;
  transition: all 0.5s;
}
.abo_con1 .rh_down .downBtn:hover .img {
  background: url('../images/x_xz.png') 100%;
  background-size: cover;
}
@media (max-width: 1680px) {
  .abo_con1 .textBox p {
    font-size: 20px;
  }
  .abo_con1 .textBox p strong {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .abo_con1 .rh_down{
    justify-content: space-between;
    margin-top: 0;
    width: 100%;
  }
  .abo_con1 {
    /* margin-bottom: 40px; */
    margin-bottom: 0;
    padding-bottom: 40px;
    margin-top: 40px;
  }
  .abo_con1 .title,
  .abo_con1 .title p {
    margin-top: 10px;
    font-size: 16px;
  }
  .abo_con1 .hh-link-box {
    margin: 15px 0;
  }
  .abo_con1 .textBox p strong {
    font-size: 18px;
  }
  .abo_con1 .textBox p {
    font-size: 14px;
    line-height: 1.3;
    color: #666;
  }
  .abo_con1 .textBox img {
    max-width: 100%;
    margin: 15px 0;
  }
  .abo_con1 .rh_down .downBtn {
    width: 47%;
  }
  .abo_con1 .rh_down .downBtn .text {
    font-size: 24px;
    width: 100%;
    flex: 3;
  }
  .abo_con1 .rh_down .downBtn {
    height: 100px;
  }
  .abo_con1 .rh_down .downBtn .img {
    flex: 1;
  }
  .abo_con1 .text,.abo_con1 .text p{
    font-size: 14px;
    line-height: 1.5;
  }

  .abo_con1 .text img,.abo_con1 .text p img{
    max-width: 100%;
  }
  .abo_con1 .rh_down .downBtn{
    margin: 25px 0 0 0;
    /* margin-right: 3%; */
  }
  .abo_con1 .rh_down .downBtn{
    height: 65px;
  }
  .abo_con1 .rh_down .downBtn .text{
    min-width: auto;
    font-size: 18px;
  }
}
@media (max-width:500px) {
    .abo_con1 .rh_down .downBtn{
      height: 45px;
    }

    .abo_con1 .rh_down .downBtn .text{
      min-width: auto;
      font-size: 14px;
    }
  }

.list_banner .banner{
  height: 500px;
}
