﻿@charset "UTF-8";

/* 鼠标跟随 --> */
#c-followDot {
  position: fixed;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background:rgba(46,114,255,.8);
  z-index: 999;
  pointer-events: none;
  transition: all .05s;
}
#c-followDot .c-default {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 40px;
  height: 40px;
  /* border: 1px solid #b38f5b; */
  background:rgba(46,114,255,.8);
  border-radius: 50%;
  opacity: .2;
  box-sizing: border-box;
  z-index: 99;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#c-followDot .c-hover {
  position: absolute;
  top: -38px;
  left: -38px;
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,.5);
  border-radius: 50%;
  opacity: .12;
  z-index: 98;
  box-sizing: border-box;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#c-followDot.c-active .c-default {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

#c-followDot.c-active .c-hover {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}


/* 首页 */

.app{
  display: none;
}

.ny_banner,
.banner{
  width: 100%;
  position: relative;
  /* padding-top: 8px; */
  overflow: hidden;
}
.ny_banner::before,
.banner::before{
  content: '';
  width: 100%;
  height: 15px;
  background-image: url(../images/img6.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  display: none;
}
.banner .bj{
  width: 100%;
  vertical-align: middle;
}
.banner .swiper-slide{
  position: relative;
}
.banner .swiper-slide .container{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.banner .p1{
  font-size: 48px;
  color: #ffffff;
  font-family: "pf_reg";
  line-height: 58px;
}
.banner .a_div{
  width: 100%;
  margin-top: 42px;
}
.banner .a_div a{
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  width: 140px;
  line-height: 42px;
  border-radius: 42px;
  text-align: center;
  border: 2px solid #fff;
  margin-right: 12px;
}
.banner .a_div a:hover{
  background: rgb(0,151,255);
  border: 2px solid rgb(0,151,255);
}

.banner .swiper-slide-active .p1{
  animation: bw 1s linear .8s both;
}
.banner .swiper-slide-active .a_div{
  animation: bw2 1s linear 1.1s both;
}
@keyframes bw{
  0%{
    transform: translateY(40px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes bw2{
  0%{
    transform: translateY(40px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 0.8;
  }
}

.banner .swiper-pagination{
  bottom: 35px;
}
.banner .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  transition: all .5s;
}
.banner .swiper-pagination-bullet-active{
  width: 36px;
  border-radius: 12px;
}
.banner .div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
}
.banner .div img{
  width: 100%;
  vertical-align: middle;
}
.banner .div1{
  width: 244px;
  top: 30%;
  left: 63.5%;
  animation: tbsx 3s linear infinite .2s;
  top: -50%;
  transition: all 1s 1s;
}
.banner .swiper-slide-active .div1{
  top: 30%;
  opacity: 1;
}
.banner .div2{
  width: 190px;
  top: 25.8%;
  left: 81.5%;
  animation: tbsx 3s linear infinite;
  top: -50%;
  transition: all 1s 1.2s;
}
.banner .swiper-slide-active .div2{
  top: 25.8%;
  opacity: 1;
}
.banner .div3{
  width: 221px;
  top: 47%;
  left: 93%;
  animation: tbsx 3s linear infinite .5s;
  top: -50%;
  transition: all 1s 1.4s;
}
.banner .swiper-slide-active .div3{
  top: 47%;
  opacity: 1;
}
.banner .div4{
  width: 41px;
  top: 62%;
  left: 72%;
  animation: tbsx2 3s linear infinite .1s;
  top: -50%;
  transition: all 1s 1.6s;
}
.banner .swiper-slide-active .div4{
  top: 62%;
  opacity: 1;
}
.banner .div5{
  width: 41px;
  top: 71%;
  left: 77.8%;
  animation: tbsx2 3s linear infinite .3s;
  top: -50%;
  transition: all 1s 1.8s;
}
.banner .swiper-slide-active .div5{
  top: 71%;
  opacity: 1;
}
.banner .div6{
  width: 41px;
  top: 82%;
  left: 84.5%;
  animation: tbsx2 3s linear infinite .5s;
  top: -50%;
  transition: all 1s 2s;
}
.banner .swiper-slide-active .div6{
  top: 82%;
  opacity: 1;
}
.banner .div7{
  width: 138px;
  top: 59%;
  left: 53.2%;
  animation: tbzy 3s linear infinite;
  top: -50%;
  transition: all 1s 2.2s;
}
.banner .swiper-slide-active .div7{
  top: 59%;
  opacity: 1;
}
.banner .div8{
  width: 373px;
  top: 8%;
  left: 50.2%;
  animation: tbsx 3s linear infinite;
  top: -50%;
  transition: all 1s 2.4s;
}
.banner .swiper-slide-active .div8{
  top: 8%;
  opacity: 1;
}
@keyframes tbsx{
  0%{
    transform: translate(-50%,-50%);
  }
  50%{
    transform: translate(-50%,-60%);
  }
  100%{
    transform: translate(-50%,-50%);
  }
}
@keyframes tbsx2{
  0%{
    transform: translate(-50%,-50%);
  }
  50%{
    transform: translate(-50%,-70%);
  }
  100%{
    transform: translate(-50%,-50%);
  }
}
@keyframes tbzy{
  0%{
    transform: translate(-50%,-50%);
  }
  50%{
    transform: translate(-60%,-50%);
  }
  100%{
    transform: translate(-50%,-50%);
  }
}



/* sy_con1 */
.sy_con1{
  width: 100%;
  border-bottom: 1px solid rgb(239,239,239);
}
.sy_con1 .lef{
  width: 75%;
  float: left;
  line-height: 76px;
}
.sy_con1 .lef span{
  font-size: 16px;
  color: #333333;
}
.sy_con1 .lef span img{
  width: 21px;
  margin-bottom: -2px;
  margin-right: 10px;
}
.sy_con1 .lef a{
  font-size: 14px;
  color: #999999;
  margin-right: 15px;
}
.sy_con1 .lef a:hover{
  color: #333;
}
.sy_con1 .rig{
  width: 25%;
  height: 77px;
  float: right;
  border-left: 1px solid rgb(239,239,239);
  padding-left: 60px;
  position: relative;
}
.sy_con1 .rig::before{
  content: '';
  width: 21px;
  height: 19px;
  background-image: url(../images/img13.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.sy_con1 .rig input{
  font-size: 14px;
  color: #999999;
  float: left;
  height: 100%;
  width: 77%;
}
.sy_con1 .rig button{
  width: 23%;
  height: 100%;
  float: right;
  background: #3074ff;
  position: relative;
}
.sy_con1 .rig button::before{
  content: '';
  width: 27px;
  height: 26px;
  background-image: url(../images/img14.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


/* sy_con2 */
.sy_con2{
  width: 100%;
  background-image: url(../images/img15.jpg);
  background-size: cover;
  padding-top: 62px;
  padding-bottom: 102px;
  overflow: hidden;
}
.bt{
  font-size: 44px;
  color: #333333;
  text-align: center;
  padding-bottom: 22px;
  position: relative;

  font-family: "pf_reg";
}
.bt::before{
  content: '';
  width: 55px;
  height: 4px;
  background: #3074ff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sy_con2 .rq{
  width: 100%;
  padding-top: 58px;
  position: relative;
}
.sy_con2 .swiper-button-next,
.sy_con2 .swiper-button-prev{
  width: 52px;
  height: 52px;
  background-image: url(../images/img105.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -70px;
  margin-top: -8px;
}
.sy_con2 .swiper-button-prev{
  transform: rotate(180deg);
  left: -70px;
}


.sy_con2 .rq .lef{
  width: 50%;
  float: left;
}
.sy_con2 .rq .lef .top{
  width: 100%;
  overflow: hidden;
}
.sy_con2 .rq .lef .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con2 .rq .lef:hover .top img{
  transform: scale(1.05);
}
.sy_con2 .rq .lef .bot{
  width: 100%;
  height: 205px;
  background: #fff;
  padding: 0px 44px;
  padding-right: 145px;
  position: relative;
}
.sy_con2 .rq .lef .bot .p1{
  font-size: 26px;
  color: #333333;
  transition: all .5s;

  font-family: "pf_reg";
}
.sy_con2 .rq .lef:hover .bot .p1{
  color: #3074ff;
}
.sy_con2 .rq .lef .bot .p2{
  font-size: 16px;
  color: #666666;
  margin-top: 20px;
  line-height: 32px;

  font-family: "pf_reg";
}
.sy_con2 .rq .lef .bot i{
  font-size: 153px;
  color: #999999;
  position: absolute;
  bottom: -24px;
  right: -24px;
  opacity: 0.1;
  font-family: "akz2";
}
.sy_con2 .rq .rig{
  width: 50%;
  float: left;
}
.sy_con2 .rq .rig .div{
  width: 47%;
  margin-left: 3%;
  margin-bottom: 20px;
  float: left;
  position: relative;
  overflow: hidden;
}
.sy_con2 .rq .rig .div a{
  display: block;
}
.sy_con2 .rq .rig .div::before{
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(41,168,255,.7);
  position: absolute;
  top: 100%;
  left: 0;
  transition: all .3s;
  z-index: 10;
}
.sy_con2 .rq .rig .div:hover::before{
  top: 0;
}
.sy_con2 .rq .rig .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con2 .rq .rig .div:hover img{
  transform: scale(1.05);
}
.sy_con2 .rq .rig .div i{
  font-size: 153px;
  color: #fff;
  font-family: "akz2";
  position: absolute;
  top: -110%;
  right: -7px;
  opacity: 0.1;
  transition: all .5s .1s;
  z-index: 11;
}
.sy_con2 .rq .rig .div:hover i{
  top: -15px;
}
.sy_con2 .rq .rig .div .div1{
  width: 100%;
  height: 111px;
  padding: 0 37px;
  position: absolute;
  bottom: -48px;
  left: 0;
  transition: all .5s;
  z-index: 11;
  /* background: rgba(41,168,255,.7); */
}
.sy_con2 .rq .rig .div:hover .div1{
  bottom: 0px;
  height: fit-content;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(41,168,255,.0);
}
.sy_con2 .rq .rig .div .div1 .p1{
  font-size: 22px;
  color: #000;
  margin-bottom: 28px;
  transition: all .5s;
  font-family: "pf_reg";
  padding-top: 16px;
  text-align: center;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sy_con2 .rq .rig .div:hover .div1 .p1{
  margin-bottom: 12px;
  padding-top: 0;
  color: #fff;
}
.sy_con2 .rq .rig .div .div1 .p2{
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-family: "pf_reg";
  text-align: center;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* sy_con3 */
.sy_con3{
  width: 100%;
  padding-top: 80px;
  position: relative;
}
.sy_con3::before{
  content: '';
  width: 100%;
  height: 431px;
  background-image: url(../images/img19.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sy_con3 .bt{
  color: #fff;
}
.sy_con3 .bt::before{
  background: #fff;
}
.sy_con3 .rq{
  width: 100%;
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.sy_con3 .rq .lef{
  width: 22.3%;
}
.sy_con3 .rq .lef a{
  width: 100%;
  line-height: 100px;
  display: block;
  padding-left: 85px;
  font-size: 18px;
  color: #ffffff;
  background-image: url(../images/img4.jpg);
  background-size: cover;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  position: relative;

  font-family: "pf_reg";
}
.sy_con3 .rq .lef a.on{
  background-image: url(../images/img2.png);
}
.sy_con3 .rq .lef a::before{
  content: '';
  width: 23px;
  height: 23px;
  background-image: url(../images/img20.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  opacity: 0.4;
  transition: all .5s;
}
.sy_con3 .rq .lef a::after{
  content: '';
  width: 16px;
  height: 19px;
  background-image: url(../images/img21.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
}
.sy_con3 .rq .lef a.on::before,
.sy_con3 .rq .lef a.on::after{
  opacity: 1;
}
.sy_con3 .rq .lef a:last-child{
  border-bottom: none;
}
.sy_con3 .rq .rig{
  width: 77.7%;
  background: #fff;
  padding: 35px 40px;
}
.sy_con3 .rq .rig .rq1{
  width: 100%;
  display: none;
}
.sy_con3 .rq .rig .rq1.on1{
  display: block;
}
.sy_con3 .rq .rig .rq1 .swiper-slide{
  width: 100%;
  position: relative;
}
.sy_con3 .rq .rig .rq1 .div{
  width: 58.5%;
}
.sy_con3 .rq .rig .rq1 .div img{
  width: 100%;
  vertical-align: middle;
}
.sy_con3 .rq .rig .rq1 .div1{
  width: 460px;
  height: 255px;
  background: #fff;
  position: absolute;
  top: 34px;
  right: 100px;
  box-shadow: 0px 0px 22px 0px rgba(90,91,95,.1);
  padding: 46px 30px;
}
.sy_con3 .rq .rig .rq1 .div1 .p1{
  font-size: 24px;
  color: #333333;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgb(217,217,217);
  margin-bottom: 15px;
  font-family: "pf_reg";

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sy_con3 .rq .rig .rq1 .div1 .p2{
  font-size: 16px;
  height: 45px;
  color: #666666;
  font-family: "pf_reg";

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sy_con3 .rq .rig .rq1 .div1 .div2{
  width: 100%;
  padding-top: 15px;
}
.sy_con3 .rq .rig .rq1 .div1 .div2 a{
  font-size: 14px;
  color: #999999;
  display: inline-block;
  width: 140px;
  line-height: 41px;
  border-radius: 41px;
  background-image: url(../images/img3.png);
  background-size: cover;
  border: 2px solid #999999;
  margin-right: 10px;
  text-align: center;
}
.sy_con3 .rq .rig .rq1 .div1 .div2 a:hover{
  background-image: url(../images/img2.png);
  border: 2px solid rgba(41,168,255,.7);
  color: #fff;
}
.sy_con3 .tbjt{
  width: 230px;
  height: 75px;
  background: #fff;
  position: absolute;
  bottom: 17px;
  left: 62%;
  transform: translateX(-50%);
  z-index: 11;
  box-shadow: 0px 0px 22px 0px rgba(90,91,95,.1);
}
.sy_con3 .tbjt .tbrq{
  width: 100%;
  height: 100%;
  position: relative;
}
.sy_con3 .swiper-button-prev,
.sy_con3 .swiper-button-next{
  width: 50%;
  height: 100%;
  background-image: url(../images/img23.png);
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0%;
  right: 0%;
  opacity: 1;
  margin-top: 0;
  z-index: 11;
}
.sy_con3 .rq .rig .rq1 .swiper-button-prev{
  transform: rotate(180deg);
  left: 0%;
}
.sy_con3 .swiper-button-prev:hover,
.sy_con3 .swiper-button-next:hover{
  background-image: url(../images/img24.png);
}
.sy_con3 .rq .rig .rq1 .swiper-pagination-bullet{
  background: none;
  font-size: 30px;
  color: #666666;
  font-family: "din";
  position: absolute;
  opacity: 0;
}
.sy_con3 .rq .rig .rq1 .swiper-pagination-bullet:nth-child(1),
.sy_con3 .rq .rig .rq1 .swiper-pagination-bullet:nth-child(2),
.sy_con3 .rq .rig .rq1 .swiper-pagination-bullet:nth-child(3),
.sy_con3 .rq .rig .rq1 .swiper-pagination-bullet:nth-child(4),
.sy_con3 .rq .rig .rq1 .swiper-pagination-bullet:nth-child(5),
.sy_con3 .rq .rig .rq1 .swiper-pagination-bullet:nth-child(6){
  position: static;
  opacity: 0.5;
}
.sy_con3 .rq .rig .rq1 .swiper-pagination-bullet-active{
  opacity: 1 !important;
}
.sy_con3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 15px;
}
.sy_con3 .rq .rig .rq1 .swiper-pagination{
  bottom: 10%;
  left: 27%;
}

.sy_con3 .rq2{
  width: 100%;
}
.sy_con3 .rq2 .top{
  width: 100%;
  padding-top: 35px;
  padding-bottom: 42px;
}
.sy_con3 .rq2 .top .lef{
  float: left;
}
.sy_con3 .rq2 .top .lef button{
  font-size: 32px;
  color: #333333;
  padding-left: 38px;
  position: relative;
  margin-right: 50px;
  transition: all .5s;
  overflow: hidden;
  font-family: "pf_reg";
}
.sy_con3 .rq2 .top .lef button.on{
  color: #3160be;
}
.sy_con3 .rq2 .top .lef button img{
  width: 29px;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con3 .rq2 .top .lef button .ig2{
  left: -100%;
  opacity: 0;
}
.sy_con3 .rq2 .top .lef button.on .ig2{
  left: 0;
  opacity: 1;
}
.sy_con3 .rq2 .top .lef button.on .ig1{
  left: -100%;
  opacity: 0;
}
.sy_con3 .rq2 .top .rig{
  float: right;
}
.sy_con3 .rq2 .top .rig p{
  font-size: 26px;
  color: #666666;

  font-family: "pf_reg";
}
.sy_con3 .rq2 .top .rig p span{
  font-family: "din";
  font-size: 40px;
  color: #3074ff;
}
.sy_con3 .rq2 .top .rig p img{
  width: 34px;
  margin-bottom: -7px;
}
.sy_con3 .rq2 .bot{
  width: 100%;
}
.sy_con3 .rq2 .bot .rq3{
  width: 100%;
  display: none;
}
.sy_con3 .rq2 .bot .rq3.on1{
  display: block;
}
.sy_con3 .rq2 .bot .rq3 .div{
  width: 23.5%;
  margin-right: 2%;
  float: left;
}
.sy_con3 .rq2 .bot .rq3 .div a{
  width: 100%;
  height: 100%;
  display: block;
}
.sy_con3 .rq2 .bot .rq3 .div:hover a{
  box-shadow: 0px -10px 22px 0px rgba(90,91,95,.1);
  transform: translate3d(0,-3px,0);
}
.sy_con3 .rq2 .bot .rq3 .div:nth-child(4n){
  margin-right: 0;
}
.sy_con3 .rq2 .bot .rq3 .div .div1{
  width: 100%;
  height: 250px;
  border: 1px solid rgb(214,214,214);
  border-bottom: none;
  background: #fff;
  position: relative;
  transition: all .5s;
}
.sy_con3 .rq2 .bot .rq3 .div:hover .div1{
  border: 1px solid #fff;
  border-bottom: none;
}
.sy_con3 .rq2 .bot .rq3 .div .div1 img{
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.sy_con3 .rq2 .bot .rq3 .div:hover .div1 img{
  transform: translate(-50%,-50%) scale(1.05);
}
.sy_con3 .rq2 .bot .rq3 .div .div2{
  width: 100%;
  height: 75px;
  padding: 12px 22px;
  padding-right: 50px;
  background-image: url(../images/img36.png);
  background-size: cover;
  position: relative;
  transition: all .5s;
}
.sy_con3 .rq2 .bot .rq3 .div:hover .div2{
  background-image: url(../images/img2.png);
}
.sy_con3 .rq2 .bot .rq3 .div .div2::before{
  content: '';
  width: 8px;
  height: 16px;
  background-image: url(../images/img34.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 90%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.sy_con3 .rq2 .bot .rq3 .div:hover .div2::before{
  background-image: url(../images/img35.png);
}
.sy_con3 .rq2 .bot .rq3 .div .div2 .p1{
  font-size: 18px;
  color: #333333;
  font-family: "pf_reg";

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sy_con3 .rq2 .bot .rq3 .div .div2 .p2{
  font-size: 14px;
  color: #999999;
  margin-top: 5px;
  font-family: "pf_reg";

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sy_con3 .rq2 .bot .rq3 .div:hover .div2 p{
  color: #fff;
}


/* sy_con4 */
.sy_con4{
  width: 100%;
  padding-top: 94px;
  overflow: hidden;
}
.sy_con4 .rq{
  width: 100%;
  margin-top: 60px;
  padding-top: 90px;
  padding-bottom: 70px;
  background-image: url(../images/img37.jpg);
  background-size: cover;
  position: relative;
}
#canvas{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /* background: #000; */
}
#canvas canvas{
  width: 100% !important;
  height: 600px !important;
  position: absolute;bottom: 0;
  opacity: 0.5;
}
.sy_con4 .rq .rq1{
  width: 100%;
  position: relative;
  z-index: 10;
}
.sy_con4 .rq .rq1 .lef{
  width: 42%;
  padding-top: 35px;
  float: left;
}
.sy_con4 .rq .rq1 .lef .p1{
  font-size: 30px;
  color: #fff;
  position: relative;
  font-family: "pf_reg";
}
.sy_con4 .rq .rq1 .lef .p1::before{
  content: '';
  width: 39px;
  height: 18px;
  background-image: url(../images/img38.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}
.sy_con4 .rq .rq1 .lef .p2{
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 3px;
  font-family: "pf_reg";
}
.sy_con4 .rq .rq1 .lef img{
  max-width: 90%;
  display: block;
  margin-top: 100px;
}
.sy_con4 .rq .rq1 .rig{
  width: 58%;
  float: left;
  background: #fff;
  padding: 70px 50px;
  padding-bottom: 50px;
}
.sy_con4 .rq .rq1 .rig .div{
  width: 100%;
  margin-bottom: 50px;
  padding-left: 130px;
  position: relative;
}
.sy_con4 .rq .rq1 .rig .div:last-child{
  margin-bottom: 0;
}
.sy_con4 .rq .rq1 .rig .div img{
  width: 124px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con4 .rq .rq1 .rig .div:hover img{
  transform: translateY(-50%) scale(1.05);
}
.sy_con4 .rq .rq1 .rig .div .p1{
  font-size: 30px;
  color: #333333;
  margin-bottom: 8px;
  transition: all .5s;
  font-family: "pf_reg";
}
.sy_con4 .rq .rq1 .rig .div:hover .p1{
  color: #2f72ff;
}
.sy_con4 .rq .rq1 .rig .div .p2{
  font-size: 14px;
  color: #333333;
  opacity: 0.66;
  line-height: 24px;
  font-family: "pf_reg";

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}



/* .sy_con5 */
.sy_con5{
  width: 100%;
  padding-top: 94px;
  padding-bottom: 150px;
  background: rgb(248,248,248);
}
.sy_con5 .top{
  padding-top: 48px;
  width: 100%;
}
.sy_con5 .top .swiper-container{
  padding-bottom: 30px;
}
.sy_con5 .top .swiper-slide{
  height: 98px;
  line-height: 98px;
  background-image: url(../images/img3.png);
  background-size: cover;
  border-radius: 5px;
  text-align: center;
  font-size: 22px;
  color: #666666;
  position: relative;
  cursor: pointer;
  transition: all .5s;
  font-family: "pf_reg";
}
.sy_con5 .top .swiper-slide-thumb-active{
  background-image: url(../images/img2.png);
  color: #fff;
}
.sy_con5 .top .swiper-slide::before{
  content: '';
  width: 30px;
  height: 26px;
  background-image: url(../images/img46.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 58px;
  opacity: 0;
  transition: all .5s;
}
.sy_con5 .top .swiper-slide-thumb-active::before{
  opacity: 1;
}
.sy_con5 .top .swiper-slide i{
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../images/img44.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -2px;
  margin-right: 8px;
  transition: all .5s;
}
.sy_con5 .top .swiper-slide-thumb-active i{
  background-image: url(../images/img45.png);
}
.sy_con5 .bot{
  padding-top: 25px;
  width: 100%;
  position: relative;
}
.sy_con5 .bot .rq1{
  width: 100%;
}
.sy_con5 .bot .rq1 .lef{
  width: 25.5%;
  float: left;
}
.sy_con5 .bot .rq1 .lef .p1{
  font-size: 36px;
  color: #333333;
  transform: skewX(-15deg);
  font-family: "pf_reg";
}
.sy_con5 .bot .rq1 .lef .div1{
  width: 120px;
  height: 60px;
  position: relative;
  margin-top: 43px;
}
.sy_con5 .swiper-button-next,
.sy_con5 .swiper-button-prev{
  width: 47px;
  height: 47px;
  background-image: url(../images/img47.png);
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 5px 0px rgba(22, 29, 56, 0.2);
  right: 0;
  margin-top: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con5 .swiper-button-prev{
  left: 5px;
  transform: translateY(-50%) rotate(180deg);
}
.sy_con5 .swiper-button-next:hover,
.sy_con5 .swiper-button-prev:hover{
  background-image: url(../images/img48.png);
}
.sy_con5 .bot .rq1 .rig{
  width: 74.5%;
  float: left;
}
.sy_con5 .bot .rq1 .rig .p1{
  font-size: 18px;
  color: #666666;
  font-family: "pf_reg";
}
.sy_con5 .bot .rq1 .rig a{
  margin-top: 45px;
  display: block;
  font-size: 14px;
  color: #ffffff;
  width: 140px;
  line-height: 44px;
  border-radius: 44px;
  text-align: center;
  background-image: url(../images/img2.png);
  background-size: cover;
}
.sy_con5 .bot .rq2{
  width: 100%;
  padding-top: 55px;
}
.sy_con5 .bot .rq2 .div{
  width: 23%;
  margin-right: 2.6666%;
  float: left;
  overflow: hidden;
}
.sy_con5 .bot .rq2 .div:nth-child(4n){
  margin-right: 0;
}
.sy_con5 .bot .rq2 .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con5 .bot .rq2 .div:hover img{
  transform: scale(1.05);
}



/* sy_con6 */
.sy_con6{
  width: 100%;
  background-image: url(../images/img53.jpg);
  background-size: cover;
}
.sy_con6 .rq{
  width: 100%;
  position: relative;
  height: 320px;
  padding-top: 70px;
}
.sy_con6 .rq .p1{
  font-size: 34px;
  color: #ffffff;
  font-family: "pf_reg";
}
.sy_con6 .rq .p1 span{
  font-size: 44px;
  font-weight: bold;
}
.sy_con6 .rq .p2{
  font-size: 15px;
  color: #ffffff;
  opacity: 0.7;
  font-family: "pf_reg";
}
.sy_con6 .rq .div1{
  width: 100%;
  padding-left: 70px;
  position: relative;
  margin-top: 35px;
}
.sy_con6 .rq .div1 img{
  width: 51px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con6 .rq .div1 .rq2{
  float: left;
}
.sy_con6 .rq .div1 .p2{
  font-size: 14px;
  color: #ffffff;
}
.sy_con6 .rq .div1 .p3{
  font-size: 24px;
  color: #ffffff;
  font-family: "din";
}
.sy_con6 .rq .div1 .rq3{
  float: left;
}
.sy_con6 .rq .div1 .rq3 p{
  font-size: 24px;
  color: #0097ff;
  display: inline-block;
  padding: 0 24px;
  line-height: 38px;
  border-radius: 38px;
  background: #fff;
  margin-left: 30px;
  margin-top: 8px;
}

.sy_con6 .rq .div2{
  width: 398px;
  position: absolute;
  bottom: -1px;
  right: 20px;
}
.sy_con6 .rq .div2 .bj{
  width: 100%;
  vertical-align: middle;
}
.sy_con6 .rq .div3{
  width: 212px;
  height: 168px;
  position: absolute;
  left: 44px;
  bottom: 45px;
}
.sy_con6 .rq .div3 .div4{
  width: 100%;
}
.sy_con6 .rq .div3 .div4 input{
  height: 38px;
  width: 48%;
  float: left;
  margin-right: 4%;
  font-size: 14px;
  color: #666;
  background: rgb(245,245,245);
  padding-left: 10px;
}
.sy_con6 .rq .div3 .div4 input:nth-child(2){
  margin-right: 0;
}
.sy_con6 .rq .div3 textarea{
  width: 100%;
  height: 70px;
  font-size: 14px;
  color: #666;
  background: rgb(245,245,245);
  padding-left: 10px;
  padding-top: 8px;
  margin: 10px 0;
}
.sy_con6 .rq .div3 button{
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  height: 40px;
  background-image: url(../images/img2.png);
  background-size: cover;
}
.sy_con6 .rq .div3 button img{
  width: 14px;
  margin-bottom: -2px;
  margin-left: 8px;
}
@media(max-width:1459px){
  .sy_con6 .rq {
    padding-top: 53px;    height: 243px;
  }
  .sy_con6 .rq .p1 {
    font-size: 28px;
}
.sy_con6 .rq .p1 span{
  font-size: 36px;
}
.sy_con6 .rq .p2 {
  font-size: 13px;
}
  .sy_con6 .rq .div1 img {
    width: 38px;
  }
  .sy_con6 .rq .div1 {
    padding-left: 53px;
    margin-top: 26px;
  }
  .sy_con6 .rq .div1 .p2 {
    font-size: 12px;
  }
  .sy_con6 .rq .div1 .p3 {
    font-size: 17px;
  }
  .sy_con6 .rq .div2 {
    width: 302px;
    right: 0;
    bottom: 0;
  }
  .sy_con6 .rq .div3 {
    width: 161px;
    height: 127px;
    left: 34px;
    bottom: 33px;
  }
  .sy_con6 .rq .div3 .div4 input {
    height: 28px;
    font-size: 12px;
    padding-left: 8px;
  }
  .sy_con6 .rq .div3 textarea {
    height: 53px;
    font-size: 12px;
    padding-left: 8px;
    padding-top: 4px;
    margin: 5px 0;
  }
  .sy_con6 .rq .div3 button {
    font-size: 12px;
    height: 30px;
  }
}
@media(max-width:1259px){
  .sy_con6 .rq .div2 {
    right: 18px;
  }
  .sy_con6 .rq .p1 {
    font-size: 22px;
}
.sy_con6 .rq .p1 span {
  font-size: 30px;
}
.sy_con2 .swiper-button-next, .sy_con2 .swiper-button-prev {
  width: 44px;
  height: 44px;
  right: -60px;
  margin-top: -16px;
}
.sy_con2 .swiper-button-prev{
  left: -60px;
}

}
@media(max-width:991px){
  .sy_con6{
    height: auto;
  }
  .sy_con6 .rq{
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .sy_con6 .rq .div2 .bj{
    display: none;
  }
  .sy_con6 .rq .div2{
    position: static;  width: 100%;  
    margin-top: 30px;
  }
  .sy_con6 .rq .div3{
    width: 100%;  position: static;
  }
}
@media(max-width:500px){
  .sy_con6 .rq {
    padding: 31px 0;
}
  .sy_con6 .rq .p1 {
    font-size: 20px;
    text-align: center;
  }
  .sy_con6 .rq .p1 span {
    font-size: 24px;
}
  .sy_con6 .rq .p2 {
    font-size: 12px;   text-align: center;
}
  .sy_con6 .rq .div2 {
    margin-top: 20px;
  }
  .sy_con6 .rq .div1{
    display: none;
  }
  .sy_con6 .rq .div3 .div4 input{
    width: 49%;
    margin-right: 2%;
  }
  .sy_con6 .rq .div3 textarea {
    margin: 10px 0;
    margin-bottom: 8px;
}
.sy_con2 .swiper-button-next, .sy_con2 .swiper-button-prev {
  display: none;
}
}



/* sy_con7 */
.sy_con7{
  width: 100%;
  height: 658px;
  background-image: url(../images/img56.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-top: 107px;
}
.sy_con7::before{
  content: '';
  width: 145px;
  height: 97px;
  background-image: url(../images/img57.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.sy_con7 .rq{
  width: 100%;
  padding-top: 70px;
}
.sy_con7 .rq .div{
  width: 25%;
  float: left;
  position: relative;
}
.sy_con7 .rq .div::before{
  content: '';
  width: 1px;
  height: 68px;
  background: rgb(204,216,239);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con7 .rq .div:last-child::before{
  content: none;
}
.sy_con7 .rq .div img{
  width: 65px;
  display: block;
  margin: 0 auto;
  transition: all .5s;
}
.sy_con7 .rq .div:hover img{
  transform: translateY(-10px) scale(1.05);
}
.sy_con7 .rq .div .p1{
  font-size: 18px;
  color: #999999;
  text-align: center;
  margin-top: 25px;
}
.sy_con7 .rq .div .p2{
  font-size: 60px;
  color: #333;
  text-align: center;
  font-family: "din";
}
.sy_con7 a{
  width: 140px;
  line-height: 42px;
  border-radius: 42px;
  display: block;
  margin: 0 auto;
  margin-top: 90px;
  font-size: 14px;
  color: #333;
  background-image: url(../images/img3.png);
  text-align: center;
}
.sy_con7 a:hover{
  color: #fff;
  background-image: url(../images/img2.png);
}


/* sy_con8 */
.sy_con8{
  width: 100%;
  padding-top: 95px;
  padding-bottom: 120px;
  overflow: hidden;
}
.sy_con8 .rq{
  width: 100%;
  padding-top: 70px;
}
.sy_con8 .rq .lef{
  width: 47.2%;
  float: left;
  position: relative;
}
.sy_con8 .rq .lef .div1{
  width: 91%;
}
.sy_con8 .rq .lef .div1 .video_pic img{
  width: 100%;
  vertical-align: middle;
}
/* 视频弹窗 */
.msg-box-bg {width: 100%;height: 100%;position: fixed;left: 0;top: 0;display: none;z-index: 1001;}
.msg-box {width: 70%;height: 70%;padding: 0px;background-color: #333;position: absolute;left: 50%;top: 47%;transform: translate(-50%,-50%);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}
.msg-box .close-box {width: 30px;height: 30px;background: url(../images/btn-close-modal.png) no-repeat center;cursor: pointer;position: absolute;right: 10px;top: 10px;-webkit-transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-o-transition: .5s;transition: .5s;}
.msg-box .close-box:hover {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}
.video_pic {width: 100%;height: 100%;cursor: pointer;overflow: hidden;position: relative;}
.video_pic:after{content: '';width: 65px;height: 65px;background: url(../images/img64.png) no-repeat center;position:absolute;left: 50%;top: 52%;margin-top: -30.5px; transform: translate(-50%,-50%);transition: all 0.4s;background-size: contain;z-index: 1;}
.video_pic:hover:after{top: 48%;}

.sy_con8 .rq .lef .div2{
  width: 410px;
  background-image: url(../images/img65.png);
  background-size: cover;
  padding: 0 27px;
  padding-top: 27px;
  padding-bottom: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sy_con8 .rq .lef .div2 .p1{
  font-size: 24px;
  color: #ffffff;
  font-family: "pf_reg";
}
.sy_con8 .rq .lef .div2 .p2{
  font-size: 14px;
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "pf_reg";
}
.sy_con8 .rq .lef .div2 .p3{
  font-size: 14px;
  color: #ffffff;
  font-family: "pf_reg";
}
.sy_con8 .rq .lef .div2 a{
  font-size: 14px;
  color: #ffffff;
  margin-top: 42px;
  display: block;
  font-family: "pf_reg";
}
.sy_con8 .rq .lef .div2 a img{
  width: 31px;
  margin-left: 14px;
}

.sy_con8 .rq .rig{
  width: 50.7%;
  float: right;
}
.sy_con8 .rq .rig .top{
  width: 100%;
}
.sy_con8 .rq .rig .top a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sy_con8 .rq .rig .top .div1{
  width: 40%;
  position: relative;
  overflow: hidden;
}
.sy_con8 .rq .rig .top .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con8 .rq .rig .top:hover .div1 img{
  transform: scale(1.05);
}
.sy_con8 .rq .rig .top .div1 span{
  font-size: 14px;
  color: #333333;
  width: 97px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: rgb(255,255,255,.8);
  font-family: "din";
}

.sy_con8 .rq .rig .top .div2{
  width: 60%;
  padding-left: 45px;
  padding-right: 65px;
}
.sy_con8 .rq .rig .top .div2 .p1{
  font-size: 24px;
  color: #333333;
  transition: all .5s;
  font-family: "pf_reg";
}
.sy_con8 .rq .rig .top:hover .div2 .p1{
  color: #2f72ff;;
}
.sy_con8 .rq .rig .top .div2 .p2{
  margin-top: 17px;
  font-size: 14px;
  color: #666666;
  font-family: "pf_reg";
}
.sy_con8 .rq .rig .top .div2 .p3{
  font-size: 14px;
  color: #2f72ff;;
  padding-top: 26px;
  font-family: "pf_reg";
}
.sy_con8 .rq .rig .top .div2 .p3 img{
  width: 31px;
  margin-left: 15px;
  transition: all .5s;
}
.sy_con8 .rq .rig .top:hover .div2 .p3 img{
  margin-left: 25px;
}
.sy_con8 .rq .rig .bot{
  width: 100%;
  padding-top: 28px;
}
.sy_con8 .rq .rig .bot .div1{
  width: 50%;
  float: left;
}
.sy_con8 .rq .rig .bot .div1 .p1{
  font-size: 22px;
  color: #051932;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(224,224,224);
  font-family: "pf_reg";
}
.sy_con8 .rq .rig .bot .div1 a{
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 61px;
  border-bottom: 1px dashed rgb(224,224,224);
  padding-right: 95px;
  position: relative;
  font-family: "pf_reg";

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con8 .rq .rig .bot .div1 a:hover{
  color: #2f6fff;
  padding-left: 5px;
}
.sy_con8 .rq .rig .bot .div1:nth-child(2) a{
  padding-right: 44px;
}
.sy_con8 .rq .rig .bot .div1 a span{
  font-size: 14px;
  color: #999999;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con8 .rq .rig .bot .div1:nth-child(2) a span{
  right: 0;
}



/* sy_con9 */
.sy_con9{
  width: 100%;
  height: 201px;
  background-image: url(../images/img69.jpg);
  background-size: cover;
  position: relative;
}
.sy_con9 .rq{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con9 .rq .p1{
  font-size: 36px;
  color: #feffff;
  text-align: center;
  font-family: "pf_reg";
}
.sy_con9 .rq a{
  font-size: 14px;
  color: #ffffff;
  display: block;
  width: 140px;
  line-height: 40px;
  border-radius: 40px;
  border: 2px solid #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 28px;
}
.sy_con9 .rq a:hover{
  color: #fff;
  background: #2f72ff;;
  border-color:#2f72ff;;
}

@media (max-width: 1680px){
  .sy_con2 .rq .lef .bot {
    height: 182px;
    padding: 0px 44px;
}
.sy_con2 .rq .lef .bot .p1 {
  font-size: 26px;
}
.sy_con2 .rq .lef .bot .p2 {
  font-size: 16px;
  margin-top: 7px;
  line-height: 30px;
}
.sy_con3 .rq .rig .rq1 .div1 {
  top: 10px;
  right: 36px;
}
.sy_con3 .tbjt {
  bottom: 6px;
}
.sy_con3 .rq .rig .rq1 .swiper-pagination {
  left: 30%;
}
.sy_con3 .rq .lef a {
  line-height: 85px;
}
.sy_con8 .rq .rig .bot .div1 a {
  line-height: 51px;
}


}
@media (max-width: 1459px){
  .ny_banner::before,
  .banner::before{
    height: 11px;
  }
  .ny_banner,
  .banner {
    padding-top: 6px;
}
.banner .p1 {
  font-size: 39px;
  line-height: 44px;
}
.banner .a_div {
  margin-top: 30px;
}
.banner .a_div a {
  font-size: 12px;
  width: 106px;
  line-height: 31px;
  border-radius: 28px;
}
.banner .div1 {
  width: 184px;
}
.banner .div2 {
  width: 144px;
}
.banner .div3 {
  width: 168px;
}
.banner .div4,
.banner .div5,
.banner .div6{
  width: 31px;
}
.banner .div7 {
  width: 104px;
}
.banner .div8 {
  width: 283px;
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.banner .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 8px;
}
.sy_con1 .lef {
  line-height: 57px;
}
.sy_con1 .lef span {
  font-size: 14px;
}
.sy_con1 .lef span img {
  width: 16px;
  margin-bottom: -2px;
  margin-right: 3px;
}
.sy_con1 .lef a {
  font-size: 12px;
  margin-right: 12px;
}
.sy_con1 .rig {
  height: 58px;
  padding-left: 45px;
}
.sy_con1 .rig::before {
  width: 16px;
  height: 15px;
  left: 20px;
}
.sy_con1 .rig input {
  font-size: 12px;width: 75%;
}
.sy_con1 .rig button {
  width: 25%;
}
.sy_con1 .rig button::before {
  width: 20px;
  height: 19px;
}
.sy_con2 {
  padding-top: 47px;
  padding-bottom: 57px;
}
.bt {
  font-size: 36px;
  padding-bottom: 18px;
}
.bt::before {
  width: 40px;
  height: 3px;
}
.sy_con2 .rq {
  padding-top: 40px;
}
.sy_con2 .rq .lef .bot {
  height: 146px;
  padding: 0px 33px;
  padding-right: 100px;
}
.sy_con2 .rq .lef .bot .p1 {
  font-size: 22px;
}
.sy_con2 .rq .lef .bot .p2 {
  font-size: 15px;
  margin-top: 4px;
  line-height: 24px;
}
.sy_con2 .rq .lef .bot i {
  font-size: 110px;
  bottom: -18px;
  right: -17px;
}
.sy_con2 .rq .rig .div .div1 {
  height: 84px;
  padding: 0 20px;
}
.sy_con2 .rq .rig .div .div1 .p1 {
  font-size: 19px;
  margin-bottom: 20px;
  padding-top: 5px;

}
.sy_con2 .rq .rig .div .div1 .p2 {
  font-size: 14px;
  line-height: 22px;
}
.sy_con2 .rq .rig .div:hover .div1 {
  bottom: 8px;
}
.sy_con2 .rq .rig .div i {
  font-size: 110px;
}
.sy_con3 {
  padding-top: 60px;
}
.sy_con3::before {
  height: 327px;
}
.sy_con3 .rq {
  padding-top: 40px;
}
.sy_con3 .rq .lef a {
  line-height: 67px;
  padding-left: 60px;
  font-size: 16px;
}
.sy_con3 .rq .lef a::before {
  width: 17px;
  height: 17px;
  left: 32px;
}
.sy_con3 .rq .lef a::after {
  width: 12px;
  height: 14px;
}
.sy_con3 .rq .rig {
  padding: 26px 30px;
}
.sy_con3 .rq .rig .rq1 .div1 {
  width: 350px;
  height: 195px;
  top: 15px;
  right: 37px;
  padding: 30px 20px;
}
.sy_con3 .rq .rig .rq1 .div1 .p1 {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sy_con3 .rq .rig .rq1 .div1 .p2 {
  font-size: 14px;
  height: 40px;
}
.sy_con3 .rq .rig .rq1 .div1 .div2 a {
  font-size: 12px;
  width: 105px;
  line-height: 31px;
  border-radius: 29px;
  margin-right: 3px;
}
.sy_con3 .tbjt {
  width: 170px;
  height: 55px;
}
.sy_con3 .swiper-button-prev, .sy_con3 .swiper-button-next {
  background-size: 9px 16px;
}
.sy_con3 .rq .rig .rq1 .swiper-pagination-bullet {
  font-size: 22px;
}
.sy_con3 .rq .rig .rq1 .swiper-pagination {
  bottom: 7%;
}
.sy_con3 .rq2 .top {
  padding-top: 24px;
  padding-bottom: 32px;
}
.sy_con3 .rq2 .top .lef button {
  font-size: 26px;
  padding-left: 28px;
  margin-right: 38px;
}
.sy_con3 .rq2 .top .lef button img {
  width: 20px;
}
.sy_con3 .rq2 .top .rig p {
  font-size: 22px;
}
.sy_con3 .rq2 .top .rig p img {
  width: 25px;
  margin-bottom: -5px;
}
.sy_con3 .rq2 .top .rig p span {
  font-size: 28px;
}
.sy_con3 .rq2 .bot .rq3 .div .div1 {
  height: 190px;
}
.sy_con3 .rq2 .bot .rq3 .div .div2 {
  height: 57px;
  padding: 8px 12px;
  padding-right: 40px;
}
.sy_con3 .rq2 .bot .rq3 .div .div2 .p1 {
  font-size: 15px;
}
.sy_con3 .rq2 .bot .rq3 .div .div2 .p2 {
  font-size: 13px;
  margin-top: 2px;
}
.sy_con3 .rq2 .bot .rq3 .div .div2::before {
  width: 6px;
  height: 12px;
  left: 91%;
}
.sy_con4 {
  padding-top: 70px;
}
.sy_con4 .rq {
  margin-top: 40px;
  padding-top: 65px;
  padding-bottom: 50px;
}
.sy_con4 .rq .rq1 .lef {
  padding-top: 26px;
}
.sy_con4 .rq .rq1 .lef .p1 {
  font-size: 22px;
}
.sy_con4 .rq .rq1 .lef .p2 {
  font-size: 13px;
}
.sy_con4 .rq .rq1 .lef img {
  margin-top: 75px;
}
.sy_con4 .rq .rq1 .rig {
  padding: 53px 38px;
  padding-bottom: 38px;
}
.sy_con4 .rq .rq1 .rig .div {
  margin-bottom: 38px;
  padding-left: 96px;
}
.sy_con4 .rq .rq1 .rig .div img {
  width: 90px;
}
.sy_con4 .rq .rq1 .rig .div .p1 {
  font-size: 24px;
  margin-bottom: 5px;
}
#canvas canvas {
  height: 455px !important;
}
.sy_con5 {
  padding-top: 70px;
  padding-bottom: 110px;
}
.sy_con5 .top {
  padding-top: 36px;
}
.sy_con5 .top .swiper-slide {
  height: 74px;
  line-height: 74px;
  font-size: 18px;
}
.sy_con5 .top .swiper-slide i {
  width: 17px;
  height: 17px;
  margin-right: 6px;
}
.sy_con5 .top .swiper-slide::before {
  width: 22px;
  height: 17px;
  left: 44px;
}
.sy_con5 .top .swiper-container {
  padding-bottom: 20px;
}
.sy_con5 .bot .rq1 .lef .p1 {
  font-size: 26px;
  transform: skewX(-12deg);
}
.sy_con5 .bot .rq1 .lef .div1 {
  width: 95px;
  height: 45px;
  margin-top: 30px;
}
.sy_con5 .swiper-button-next, .sy_con5 .swiper-button-prev {
  width: 35px;
  height: 35px;
}
.sy_con5 .bot .rq1 .rig .p1 {
  font-size: 16px;
}
.sy_con5 .bot .rq1 .rig a {
  margin-top: 32px;
  font-size: 12px;
  width: 105px;
  line-height: 34px;
  border-radius: 34px;
}
.sy_con5 .bot .rq2 {
  padding-top: 40px;
}
.sy_con6 .rq .div1 .rq3 p {
  font-size: 18px;
  padding: 0 18px;
  line-height: 31px;
  border-radius: 38px;
  margin-left: 26px;
  margin-top: 0px;
}
.sy_con7 {
  height: 500px;
  padding-top: 80px;
}
.sy_con7::before {
  width: 110px;
  height: 74px;
}
.sy_con7 .rq {
  padding-top: 53px;
}
.sy_con7 .rq .div img {
  width: 49px;
}
.sy_con7 .rq .div .p1 {
  font-size: 14px;
  margin-top: 16px;
}
.sy_con7 .rq .div .p2 {
  font-size: 44px;
}
.sy_con7 a {
  width: 105px;
  line-height: 34px;
  border-radius: 34px;
  margin-top: 60px;
  font-size: 12px;
}
.sy_con8 {
  padding-top: 70px;
  padding-bottom: 90px;
}
.sy_con8 .rq {
  padding-top: 40px;
}
.video_pic:after {
  width: 50px;
  height: 50px;
}
.sy_con8 .rq .lef .div2 {
  width: 310px;
  padding: 0 20px;
  padding-top: 20px;
  padding-bottom: 7px;
}
.sy_con8 .rq .lef .div2 .p1 {
  font-size: 18px;
}
.sy_con8 .rq .lef .div2 .p2 {
  font-size: 12px;
  margin-top: 3px;
  margin-bottom: 8px;
}
.sy_con8 .rq .lef .div2 .p3 {
  font-size: 12px;
}
.sy_con8 .rq .lef .div2 a {
  font-size: 12px;
  margin-top: 23px;
}
.sy_con8 .rq .rig .top .div2 {
  padding-left: 24px;
  padding-right: 10px;
}
.sy_con8 .rq .rig .top .div2 .p1 {
  font-size: 20px;
}
.sy_con8 .rq .rig .top .div2 .p2 {
  margin-top: 14px;
  font-size: 14px;
}
.sy_con8 .rq .rig .top .div2 .p3 {
  font-size: 13px;
  padding-top: 16px;
}
.sy_con8 .rq .rig .bot {
  padding-top: 15px;
}
.sy_con8 .rq .rig .bot .div1 .p1 {
  font-size: 16px;
  padding-bottom: 8px;
}
.sy_con8 .rq .rig .bot .div1 a {
  font-size: 13px;
  line-height: 42px;
  padding-right: 50px;
}
.sy_con8 .rq .rig .bot .div1 a span {
  font-size: 12px;
  right: 17px;
}

.sy_con9 {
  height: 152px;
}
.sy_con9 .rq .p1 {
  font-size: 30px;
}
.sy_con9 .rq a {
  font-size: 12px;
  width: 105px;
  line-height: 30px;
  border-radius: 30px;
  margin-top: 15px;
}

}
@media (max-width: 1366px){
  .banner .div1 {
    width: 150px;
}
.banner .div2 {
  width: 130px;
}
.banner .div3 {
  width: 144px;
}
.banner .div4, .banner .div5, .banner .div6 {
  width: 25px;
}
.banner .div7 {
  width: 92px;
}
.banner .div8 {
  width: 234px;
}

}
@media (max-width: 1259px){
  .banner .div1 {
    width: 126px;
}
  .banner .div2 {
    width: 100px;
}
.banner .div3 {
  width: 110px;
}
.banner .div4, .banner .div5, .banner .div6 {
  width: 20px;
}
.banner .div7 {
  width: 70px;
}
.banner .div8 {
  width: 200px;
}
.banner .p1 {
  font-size: 28px;
  line-height: 36px;
}
.banner .a_div {
  margin-top: 26px;
}
.banner .a_div a {
  border: 1px solid #fff;
}
.sy_con2 {
  padding-top: 35px;
  padding-bottom: 45px;
}
.bt {
  font-size: 28px;
  padding-bottom: 14px;
}
.sy_con2 .rq {
  padding-top: 28px;
}
.sy_con2 .rq .lef .bot {
  height: 125px;
  padding: 0px 24px;
  padding-right: 90px;
}
.sy_con2 .rq .lef .bot .p1 {
  font-size: 20px;
}
.sy_con2 .rq .lef .bot .p2 {
  font-size: 14px;
  margin-top: 0px;
  line-height: 23px;
}
.sy_con2 .rq .lef .bot i {
  font-size: 84px;
  bottom: -12px;
  right: -13px;
}
.sy_con2 .rq .rig .div .div1 {
  height: 78px;
  padding: 0 6px;
}
.sy_con2 .rq .rig .div .div1 .p1 {
  font-size: 18px;
  margin-bottom: 14px;
}
.sy_con2 .rq .rig .div:hover .div1 .p1 {
  margin-bottom: 6px;
}
.sy_con2 .rq .rig .div .div1 .p2 {
  font-size: 13px;
  line-height: 20px;
}
.sy_con2 .rq .rig .div:hover .div1 {
  bottom: 0px;
}
.sy_con2 .rq .rig .div i {
  font-size: 84px;
  right: 0;
}
.sy_con2 .rq .rig .div:hover i {
  top: -8px;
}
.sy_con2 .rq .rig .div {
  margin-bottom: 13px;
}
.sy_con3 {
  padding-top: 45px;
}
.sy_con3 .rq {
  padding-top: 28px;
}
.sy_con3 .rq .lef a {
  line-height: 59px;
  padding-left: 50px;
  font-size: 14px;
}
.sy_con3 .rq .lef a::before {
  width: 13px;
  height: 13px;
  left: 25px;
}
.sy_con3 .rq .rig .rq1 .div1 {
  right: 0;
  top: 0;
}
.sy_con3 .tbjt {
  bottom: 0px;
}
.sy_con3 .rq .rig .rq1 .swiper-pagination {
  left: 32%;
}
.sy_con3 .rq2 .top .lef button {
  font-size: 22px;
  padding-left: 28px;
  margin-right: 30px;
}
.sy_con3 .rq2 .top {
  padding-top: 24px;
  padding-bottom: 20px;
}
.sy_con3 .rq2 .top .rig p {
  font-size: 18px;
}
.sy_con3 .rq2 .top .rig p img {
  width: 20px;
  margin-bottom: -4px;
}
.sy_con3 .rq2 .top .rig p span {
  font-size: 24px;
}
.sy_con4 {
  padding-top: 50px;
}
.sy_con4 .rq {
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 40px;
}
.sy_con4 .rq .rq1 .rig {
  padding: 27px 20px;
  padding-bottom: 30px;
}
.sy_con4 .rq .rq1 .rig .div .p1 {
  font-size: 20px;
  margin-bottom: 2px;
}
.sy_con4 .rq .rq1 .rig .div {
  margin-bottom: 30px;
  padding-left: 88px;
}
.sy_con4 .rq .rq1 .rig .div img {
  width: 80px;
}
.sy_con5 {
  padding-top: 46px;
  padding-bottom: 76px;
}
.sy_con5 .top {
  padding-top: 28px;
}
.sy_con5 .top .swiper-slide {
  height: 62px;
  line-height: 62px;
  font-size: 16px;
}
.sy_con5 .top .swiper-slide i {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.sy_con5 .top .swiper-slide::before {
  width: 14px;
  height: 17px;
  left: 35px;
}
.sy_con7 {
  height: 390px;
  padding-top: 60px;
}
.sy_con7::before {
  width: 88px;
  height: 59px;
  top: -12px;
}
.sy_con7 .rq {
  padding-top: 36px;
}
.sy_con7 .rq .div img {
  width: 40px;
}
.sy_con7 .rq .div .p1 {
  font-size: 14px;
  margin-top: 14px;
}
.sy_con7 .rq .div .p2 {
  font-size: 38px;
}
.sy_con7 .rq .div::before {
  height: 40px;
}
.sy_con7 a {
  margin-top: 44px;
}
.sy_con8 {
  padding-top: 40px;
  padding-bottom: 54px;
}
.sy_con8 .rq .rig .bot .div1 a {
  font-size: 12px;
  line-height: 35px;
  padding-right: 50px;
}

}
@media (max-width: 991px){
  .app{
    display: block !important;
  }
  #c-followDot,
  .pc{
    display: none !important;
  }
  .ny_banner::before,
  .banner::before{
    display: none;
  }
  .ny_banner,
  .banner {
    padding-top: 0px;
}
  .sy_con1 .rig{
    display: none;
  }
  .sy_con1 .lef{
    width: 100%;
    display: block;
    line-height: 40px;
  }
  .sy_con2 .rq .lef{
    width: 100%;
  }
  .sy_con2 .rq .rig{
    width: 100%;
    margin-top: 20px;
  }
  .sy_con2 .rq .rig .div{
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
  }
  .sy_con2 .rq .rig .div:nth-child(2n){
    margin-right: 0;
  }
  .sy_con2 .rq .rig .div .div1 {
    bottom: -42px;
}
.sy_con3 .rq .lef{
  width: 100%;
}
.sy_con3 .rq .lef a{
  width: 20%;
  float: left;
  padding-left: 0;
  text-align: center;
}
.sy_con3 .rq .lef a::before{
  content: none;
}
.sy_con3 .rq .lef a::after{
  top: 79%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.sy_con3 .rq .rig{
  width: 100%;
}
.sy_con3 .rq .rig .rq1 .div{
  width: 100%;
}
.sy_con3 .rq .rig .rq1 .div1{
  width: 100%;
  height: auto;
  position: static;
  transform: translate(0,0);
  padding-bottom: 0;
}
.sy_con3 .rq .rig .rq1 .swiper-pagination,
.sy_con3 .tbjt{
  display: none;
}
.sy_con3 .rq2 .bot .rq3 .div{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.sy_con3 .rq2 .bot .rq3 .div:nth-child(2n){
  margin-right: 0;
}
.sy_con4 .rq .rq1 .lef{
  width: 50%;
  margin: 0 auto;
  float: none;
}
.sy_con4 .rq .rq1 .rig{
  width: 95%;
  float: none;
  margin: 0 auto;
  margin-top: 30px;
}
#canvas{
  display: none;
}
.sy_con4 .rq .rq1 .lef img {
  margin-top: 30px;
}
.sy_con8 .rq .lef{
  width: 100%;
}
.sy_con8 .rq .rig{
  width: 100%;
  margin-top: 15px;
}


}
@media (max-width: 768px){
  .banner .swiper-slide .container{
    width: 100%;
  }
  .sy_con3 .rq .lef a{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .sy_con3 .rq .lef a:nth-child(2n){
    margin-right: 0;
  }
  .sy_con3 .rq .lef a::after{
    display: none;
  }
  .sy_con3 .rq .lef a::before{
    content: '';
  }


}
@media (max-width: 500px){
  .banner .p1 {
    font-size: 24px;
    line-height: 36px;
}
  .sy_con2 {
    padding-top: 35px;
    padding-bottom: 27px;
}
  .sy_con1 .lef {
    padding: 10px 0;
    line-height: 23px;
}
.bt {
  font-size: 24px;
  padding-bottom: 12px;
}
.sy_con2 .rq .lef .bot{
  height: auto;
  padding: 15px 15px;
  padding-right: 80px;
}
.sy_con2 .rq .lef .bot i {
  font-size: 70px;
}
.sy_con2 .rq .lef .bot .p2 {
  font-size: 13px;
  margin-top: 6px;
  line-height: 22px;

  -webkit-line-clamp: 40;
}
.sy_con2 .rq .rig .div .div1 .p1 {
  font-size: 16px;
  margin-bottom: 6px;
}
.sy_con2 .rq .rig .div {
  margin-bottom: 10px;
}
.sy_con2 .rq .rig .div:hover::before,
.sy_con2 .rq .rig .div:hover i,
.sy_con2 .rq .rig .div:hover .div1 .p2{
  display: none;
}
.sy_con2 .rq .rig .div .div1 {
  height: auto;
}
.sy_con3::before {
  height: 325px;
}
.sy_con3 .rq .lef a{
  text-align: left;
  padding-left: 30px;
  line-height: 50px;
  background-image: url(../images/img3.png);
  color: #333;
  /* pointer-events:none; */
}
.sy_con3 .rq .lef a.on{
  color: #fff;
}
.sy_con3 .rq .lef a::before {
  width: 13px;
  height: 13px;
  left: 10px;
  background-image: url(../images/img70.png);
}
.sy_con3 .rq .lef a.on::before{
  background-image: url(../images/img20.png);
}
.sy_con3 .rq .rig{
  padding: 16px 16px;
  box-shadow: 0px 0px 22px 0px rgba(90,91,95,10%);
}
.sy_con3 .rq .rig .rq1 .div1 {
  padding: 15px 5px;
  padding-bottom: 50px;
}
.sy_con3 .rq .rig .rq1 .swiper-pagination{
  display: block;
  left: 0;
  bottom: 1%;
}


.sy_con3 .rq2 .top .lef{
  width: 100%;
}
.sy_con3 .rq2 .top .rig{
  display: none;
}
.sy_con3 .rq2 .top .lef button {
  font-size: 20px;
  padding-left: 25px;
  margin-right: 22px;
}
.sy_con3 .rq2 .bot .rq3 .div .div1 {
  height: 165px;
}
.sy_con3 .rq2 .bot .rq3 .div {
  margin-bottom: 10px;
}
.sy_con3 .rq2 .bot .rq3 .div .div2 {
  /* height: 85px; */
  height: auto;
  padding: 8px 12px;
  padding-right: 40px;
}
.sy_con3 .rq2 .bot .rq3 .div .div2 .p1 {
  font-size: 14px;
  /* margin-bottom: 6px; */
}
.sy_con3 .rq2 .bot .rq3 .div .div2 .p2 {
  -webkit-line-clamp: 2;
  line-height: 20px;
  display: none;
}
.sy_con3 .rq .rig .rq1 .swiper-pagination-bullet {
  font-size: 0px;
  color: #000;
  background: #000;
  overflow: hidden;
}
.sy_con3 .rq .rig .rq1 .swiper-pagination-bullet-active{
  background: #3160be;
}
.sy_con3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.sy_con4 {
  padding-top: 35px;
}
.sy_con4 .rq {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 40px;
}
.sy_con4 .rq .rq1 .lef {
  width: 100%;
  padding-top: 0;
}
.sy_con4 .rq .rq1 .lef .p2,
.sy_con4 .rq .rq1 .lef .p1{
  display: none;
}
.sy_con4 .rq .rq1 .lef img {
  margin-top: 0;
  display: block;
  margin: 0 auto;
}
.sy_con4 .rq .rq1 .rig {
  width: 100%;
}

.sy_con5 .top {
  padding-top: 23px;
}
.sy_con5 .top .swiper-slide {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
}
.sy_con5 .bot .rq1 .rig,
.sy_con5 .bot .rq1 .lef{
  width: 100%;
}
.sy_con5 .bot {
  padding-top: 5px;
}
.sy_con5 .bot .rq1 .lef .p1 {
  font-size: 22px;
  float: left;
  padding-top: 10px;
}
.sy_con5 .bot .rq1 .lef .div1 {
  float: right;
  margin-top: 0;
}
.sy_con5 .bot .rq1 .rig .p1 {
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}
.sy_con5 .bot .rq2 {
  padding-top: 25px;
}
.sy_con5 {
  padding-top: 42px;
  padding-bottom: 45px;
}
.sy_con7 {
  height: auto;
  padding-top: 48px;
  padding-bottom: 40px;
}
.sy_con7 .rq .div{
  width: 50%;
  padding: 20px 0;
  border-bottom: 1px solid rgb(204,216,239);
  border-right: 1px solid rgb(204,216,239);
}
.sy_con7 .rq .div:nth-child(2n){
  border-right: none;
}
.sy_con7 .rq .div:nth-child(3),
.sy_con7 .rq .div:nth-child(4){
  border-bottom: none;
}
.sy_con7 .rq .div::before{
  display: none;
}
.sy_con8 .rq {
  padding-top: 24px;
}
.sy_con8 .rq .lef .div1 {
  width: 100%;
}
.sy_con8 .rq .lef .div2 {
  width: 100%;
  padding: 0 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}
.video_pic:after{
  margin-top: 0;
}
.msg-box {
  width: 92%;
  height: 40%;
}
.sy_con8 .rq .lef .div2 a {
  font-size: 12px;
  margin-top: 13px;
}
.sy_con8 .rq .rig .top .div2 .p3 img,
.sy_con8 .rq .lef .div2 a img {
  width: 26px;
  margin-left: 11px;
}
.sy_con8 .rq .rig .top{
  box-shadow: 0px 0px 22px 0px rgba(90,91,95,10%);
}
.sy_con8 .rq .rig .top .div1{
  width: 100%;
}
.sy_con8 .rq .rig .top .div2{
  width: 100%;
  padding:10px;
  padding-bottom: 15px;
}
.sy_con8 .rq .rig .bot .div1{
  width: 100%;
  margin-top: 15px;
}
.sy_con8 .rq .rig .bot .div1 a{
  padding-right: 44px;
  font-size: 13px;
}
.sy_con8 .rq .rig .bot .div1 a span{
  right: 0;
}
.sy_con8 .rq .rig .bot .div1 .p1 {
  font-size: 18px;
}
.sy_con9 {
  height: 120px;
}
.sy_con9 .rq .p1 {
  font-size: 22px;
}
.sy_con9 .rq a {
  border: 1px solid #fff;
}
}







/* 解决方案 */
.ny_banner{
  overflow: hidden;
}
.ny_banner .wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ny_banner .bj{
  width: 100%;
  vertical-align: middle;
}
.ny_banner .p1{
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
  font-family: "pf_reg";
  text-align: center;
}
.ny_banner .p2{
  font-size: 20px;
  color: #fff;
  font-family: "pf_reg";
  text-align: center;
}

/* .sol_con1 */
.sol_con1{
  width: 100%;
  line-height: 66px;
  /* border-bottom: 1px solid rgb(245,245,245); */
  position: sticky;
  top: 80px;
  z-index: 99;
  background: #fff;
}
.sol_con1::before{
  content: '';
  width: 100%;
  height: 1px;
  background: rgb(245,245,245);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sol_con1 .lef{
  width: 70%;
  float: left;
}
.sol_con1 .lef a{
  font-size: 16px;
  color: #333333;
  line-height: 67px;
  margin-right: 12px;
  padding: 0 24px;
  display: inline-block;
}
.sol_con1 .lef a.on,
.sol_con1 .lef span.on a{
  color: #ffffff;
  background: #2f72ff;
}
.sol_con1 .rig{
  width: 30%;
  float: left;
  text-align: right;
}
.sol_con1 .rig a{
  font-size: 16px;
  color: #666666;
}
.sol_con1 .rig a img{
  width: 17px;
  margin-bottom: -2px;
  margin-right: 10px;
}
.sol_con1 .rig a:hover,
.sol_con1 .rig a.on{
  color: #265ebf;
}

/* sol_con2 */
.ab1_con9{
  position: relative;
}
.sol_con2 .i,
.sol_con3 .i,
.sol_con4 .i,
.sol_con5 .i,
.sol_con6 .i,
.ab1_con1 .i,
.ab1_con5 .i,
.ab1_con8 .i,
.ab1_con9 .i{
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100px);
}
.sol_con2{
  width: 100%;
  min-height: 647px;
  padding-top: 118px;
  position: relative;
  /* overflow: hidden; */
}
.sol_con2::before{
  /* content: ''; */
  /* width: 1660px;
  height: 362px;
  background-image: url(../images/img75.jpg);
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0; */
}
.sol_con2 .ig1{
  width: 828px;
  position: absolute;
  top: 95px;
  left: 135px;
}
.sol_con2 .rq{
  width: 100%;
  position: relative;
}
.sol_con2 .rq .ig2{
  width: 48.2% !important;
  height: auto !important;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0px 0px 22px 0px rgb(90,91,95,.3);
  z-index: 10;
}
.sol_con2 .lef{
  width: 52%;
  padding-top: 25px;
}
.sol_con2 .lef .p1{
  font-size: 42px;
  color: #2f72ff;
  font-weight: bold;
  font-family: "pf_reg";
  padding-bottom: 25px;
  position: relative;
}
.sol_con2 .lef .p1::before{
  content: '';
  width: 55px;
  height: 4px;
  background: #2f72ff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sol_con2 .lef .p1::after{
  content: '';
  width: 504px;
  height: 5px;
  background-image: url(../images/img74.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -6px;
  top: 33%;
  transform: translateY(-50%);
}
.sol_con2 .lef .div{
  width: 100%;
  padding-top: 40px;
  padding-left: 0px;
  padding-right: 103px;
  padding-bottom: 40px;
}
.sol_con2 .lef .div p{
  font-size: 18px;
  color: #333;
  font-family: "pf_reg";
  line-height: 26px;
  margin-bottom: 20px;
}



/* sol_con3 */

.sol_con3_1{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0,0,0,.5);
  display: none;
}
.sol_con3_1 .ig{
  width: 35%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}




.sol_con3{
  width: 100%;
  padding-top: 115px;
  padding-bottom: 110px;
  position: relative;
  overflow: hidden;
}
.so_bt{
  font-size: 42px;
  color: #333333;
  text-align: center;
  position: relative;
  padding-bottom: 18px;
  font-family: "pf_reg";
  font-weight: bold;
}
.so_bt::before{
  content: '';
  width: 55px;
  height: 4px;
  background: #2f72ff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sol_con3 .rq{
  width: 100%;
  margin-top: 93px;
  position: relative;
}
.sol_con3 .rq .rq1{
  width: 515px;
  height: 515px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.sol_con3 .rq .rq1:hover{
  cursor: grab;
}
.sol_con3 .rq .rq1:active {
  cursor: grabbing;
}
.sol_con3 .rq .rq1::before{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/img82.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: xz 10s linear infinite;
}
@keyframes xz{
  0%{
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100%{
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
.sol_con3 .rq .rq1 img{
  max-width: 65%;
  max-height: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.sol_con3 .rq .rq1:hover img{
  transform: scale(1.02) translate(-50%,-50%);
}
.sol_con3 .rq .div{
  width: 412px;
  height: 205px;
  background-image: url(../images/img77.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 26px;
  padding-right: 34px;
  display:table;   
  position: absolute;
}
.sol_con3 .rq .div div{
  vertical-align:middle;   
  display:table-cell;   
  width: 100%;
}
.sol_con3 .rq .div .p1{
  font-size: 28px;
  color: #333333;
  font-family: "pf_reg";
  font-weight: bold;
}
.sol_con3 .rq .div .p2{
  font-size: 16px;
  color: #333333;
  font-family: "pf_reg";
  margin-top: 5px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.sol_con3 .rq .div1{
  left: 0;
  top: -78px;
}
.sol_con3 .rq .div1::before{
  content: '';
  width: 125px;
  height: 54px;
  background-image: url(../images/img78.png);
  position: absolute;
  top: 54%;
  left: 100%;
  transform: translateY(-50%);
}
.sol_con3 .rq .div2{
  bottom: 0;
  left: 0;
}
.sol_con3 .rq .div2::before{
  content: '';
  width: 74px;
  height: 59px;
  background-image: url(../images/img79.png);
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.sol_con3 .rq .div3{
  right: 0;
  top: -78px;
  background-image: url(../images/img76.png);
  padding-right: 26px;
  padding-left: 34px;
}
.sol_con3 .rq .div3::before{
  content: '';
  width: 123px;
  height: 58px;
  background-image: url(../images/img80.png);
  position: absolute;
  top: 55%;
  right: 100%;
  transform: translateY(-50%);
}
.sol_con3 .rq .div4{
  bottom: 0;
  right: 0;
  background-image: url(../images/img76.png);
  padding-right: 26px;
  padding-left: 34px;
}
.sol_con3 .rq .div4::before{
  content: '';
  width: 70px;
  height: 53px;
  background-image: url(../images/img81.png);
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}


/* sol_con4 */
.sol_con4{
  width: 100%;
  background-image: url(../images/img84.jpg);
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.sol_con4 .rq{
  width: 100%;
  padding-top: 70px;
}
.sol_con4 .rq1{
  width: 49%;
  height: 208px;
  margin-right: 2%;
  margin-bottom: 25px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.sol_con4 .rq1 .rq2{
  width: 100%;
  height: 100%;
  background-image: url(../images/img3.png);
  background-size: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  transition: all .5s;
}
.sol_con4 .rq1:hover .rq2{
  background-image: url(../images/img85.jpg);
}
.sol_con4 .rq1:nth-child(2n){
  margin-right: 0;
}
.sol_con4 .rq1 .lef{
  width: 27%;
  float: left;
  height: 100%;
  position: relative;
}
.sol_con4 .rq1 .lef img{
  width: 95px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.sol_con4 .rq1 .lef .ig2{
  left: 100%;
  opacity: 0;
}
.sol_con4 .rq1:hover .lef .ig2{
  left: 50%;
  opacity: 1;
} 
.sol_con4 .rq1:hover .lef .ig1{
  left: 0%;
  opacity: 0;
} 

.sol_con4 .rq1 .rig{
  width: 73%;
  height: 100%;
  float: left;
  display: table;
  padding-right: 32px;
}
.sol_con4 .rq1 .rig .div{
  display: table-cell;
  vertical-align:middle;
  width: 100%;
}
.sol_con4 .rq1 .rig .div .p1{
  font-size: 24px;
  color: #333333;
  font-family: "pf_reg";
  margin-bottom: 10px;
  transition: all .3s;
}

.sol_con4 .rq1 .rig .div .p2{
  font-size: 14px;
  color: #999999;
  font-family: "pf_reg";
  line-height: 26px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  transition: all .3s;
}
.sol_con4 .rq1:hover .rig .div p{
  color: #fff;
}


/* sol_con5 */
.sol_con5{
  width: 100%;
  height: 890px;
  position: relative;
  overflow: hidden;
}
.sol_con5::before{
  content: '';
  width: 1261px;
  height: 1261px;
  background-image: url(../images/img94.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sol_con5 .rq{
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 38px;
}
.sol_con5 .rq .rq1{
  width: 383px;
  height: 383px;
  border-radius: 50%;
  background: #2f72ff;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 40px rgba(46,114,255,.5);
  padding-top: 90px;
}
.sol_con5 .rq .rq1::before{
  content: '';
  width: 443px;
  height: 443px;
  background-image: url(../images/img95.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: xz 5s linear infinite;
}
.sol_con5 .rq .rq1 img{
  width: 87px;
  display: block;
  margin: 0 auto;
  transition: all .5s;
}
.sol_con5 .rq .rq1:hover img{
  transform: scale(1.1);
}
.sol_con5 .rq .rq1 .p1{
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
  font-family: "pf_reg";
  text-align: center;
  margin-top: 16px;
  padding-bottom: 18px;
  position: relative;
}
.sol_con5 .rq .rq1 .p1::before{
  content: '';
  width: 55px;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sol_con5 .rq .div{
  width: 394px;
  position: absolute;
}
.sol_con5 .rq .div .rq2{
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background-image: url(../images/img101.png);
  background-size: cover;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(46,114,255,.5);
  transition: all .5s;
}
.sol_con5 .rq .div:hover .rq2{
  transform: translateY(-10px);
}
.sol_con5 .rq .div .rq2 img{
  width: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.sol_con5 .rq .div:hover .rq2 img{
  transform: translate(-50%,-50%) scale(1.1);
}
.sol_con5 .rq .div .p1{
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  font-family: "pf_reg";
  text-align: center;
  padding-top: 13px;
  padding-bottom: 10px;
}
.sol_con5 .rq .div .p2{
  font-size: 14px;
  color: #666666;
  font-family: "pf_reg";
  text-align: center;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;

}
.sol_con5 .rq .div.div1{
  top: 215px;
  left: 0;
}
.sol_con5 .rq .div.div2{
  top: 520px;
  left: 19%;
}
.sol_con5 .rq .div.div3{
  top: 520px;
  right: 19%;
}
.sol_con5 .rq .div.div4{
  top: 215px;
  right: 0;
}



/* sol_con6 */
.sol_con6{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 85px;
  background-image: url(../images/img102.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.sol_con6 .rq{
  width: 100%;
  height: 545px;
  margin-top: 75px;
}
.sol_con6 .rq .rq1{
  width: 17.5%;
  height: 100%;
  float: left;
  padding-top: 45px;
}
.sol_con6 .rq .rq2{
  width: 60.1%;
  height: 100%;
  float: left;
  margin: 0 2%;
  padding: 0 28px;  
  position: relative;
}
.sol_con6 .rq .rq2 .swiper-container{
  width: 100%;
  height: 100%;
  padding-top: 45px;
}
.sol_con6 .rq .rq2 .swiper-slide{
  background: rgb(61,111,232);
  padding: 0 50px;
}
.sol_con6 .rq .rq2 .swiper-slide a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sol_con6 .rq .rq2 .swiper-slide .lef{
  width: 51%;
  height: 100%;
  position: relative;
}
.sol_con6 .rq .rq2 .swiper-slide .lef::before{
  content: '';
  width: 300px;
  height: 97px;
  background-image: url(../images/img104.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  right: -7px;
}
.sol_con6 .rq .rq2 .swiper-slide .lef img{
  width: 364px;
  transform: translateY(-45px);
}
.sol_con6 .rq .rq2 .swiper-slide .rig{
  width: 49%;
  padding-left: 35px;
}
.sol_con6 .rq .rq2 .p1{
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 28px;
}
.sol_con6 .rq .rq2 .p1::before{
  content: '';
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sol_con6 .rq .rq2 .p1 .sp1{
  font-size: 26px;
  font-family: "pf_reg";
  color: #fff;
}
.sol_con6 .rq .rq2 .p1 .sp2{
  font-size: 90px;
  color: #ffffff;
  opacity: 0.09;
  font-family: "akz3";
  position: absolute;
  left: 0;
  top: 18%;
  transform: translateY(-50%);
  font-weight: bold;
}
.sol_con6 .rq .rq2 .p2{
  font-size: 16px;
  color: #ffffff;
  font-family: "pf_reg";
  line-height: 30px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;

}
.sol_con6 .rq .rq2 button{
  display: block;
  font-size: 14px;
  color: #4468e6;
  width: 140px;
  height: 44px;
  border-radius: 44px;
  background: #fff;
  margin-top: 55px;
  transition: all .5s;
}
.sol_con6 .rq .rq2 button:hover{
  background: #4468e6;
  color: #fff;
}
.sol_con6 .swiper-button-next,
.sol_con6 .swiper-button-prev{
  width: 52px;
  height: 52px;
  background-image: url(../images/img105.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 54%;
  right: 0;
}
.sol_con6 .swiper-button-prev{
  left: 0;
  transform: rotate(180deg);
}
.sol_con6 .rq .rq1 .div{
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 55px 32px;
}
.sol_con6 .rq .rq1 .div .p1{
  font-size: 90px;
  color: #dadce5;
  font-family: "akz3";
  font-weight: bold;
  transition: all .5s;
}
.sol_con6 .rq .rq1 .div .p2{
  font-size: 22px;
  color: #333333;
  padding-bottom: 18px;
  position: relative;
  font-family: "pf_reg";
  margin-top: 40px;
  margin-bottom: 22px;
  transition: all .5s;

}
.sol_con6 .rq .rq1 .div .p2::before{
  content: '';
  width: 40px;
  height: 2px;
  background: #4468e6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sol_con6 .rq .rq1 .div .p3{
  font-size: 14px;
  color: #666666;
  font-family: "pf_reg";
  line-height: 24px;
  transition: all .5s;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

/* sol_con7 */
.sol_con7{
  width: 100%;
  padding-top: 110px;
  padding-bottom: 78px;
  position: relative;
  overflow: hidden;
}
.sol_con7.sol2_con7{
  padding-top: 0;
}
.sol_con7 .rq{
  width: 100%;
  padding-top: 60px;
}
.sol_con7 .rq .swiper-container{
  padding-bottom: 65px;
}
.sol_con7 .rq .top{
  width: 100%;
  height: 230px;
  border: 1px solid rgb(214,214,214);
  border-bottom: none;
  background: #fff;
  position: relative;
  transition: all .5s;
}
.sol_con7 .rq .top img{
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.sol_con7 .rq .swiper-slide:hover .top img{
  transform: scale(1.05) translate(-50%,-50%);
}
.sol_con7 .rq p{
  line-height: 66px;
  font-size: 18px;
  color: #333333;
  background-image: url(../images/img36.png);
  background-size: cover;
  padding-left: 35px;
  position: relative;
  transition: all .3s;
}
.sol_con7 .rq .swiper-slide:hover p{
  color: #fff;
  background-image: url(../images/img2.png);
}
.sol_con7 .rq p::before{
  content: '';
  width: 8px;
  height: 16px;
  background-image: url(../images/img34.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.sol_con7 .rq .swiper-slide:hover p::before{
  background-image: url(../images/img35.png);
}
.sol_con7 .swiper-pagination{
  bottom: 0;
}
.sol_con7 .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  transition: all .5s;
}
.sol_con7 .swiper-pagination-bullet-active{
  width: 35px;
  border-radius: 12px;
}


/* sol_con8 */
.sol_con8{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
  background-image: url(../images/img106.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.sol_con8 .so_bt{
  color: #fff;
}
.sol_con8 .so_bt::before{
  background: #fff;
}
.sol_con8 .rq{
  width: 100%;
  padding-top: 55px;
}
.sol_con8 .rq .swiper-slide{
  height: 470px;
  background: #fff;
}
.sol_con8 .rq .top{
  width: 100%;
  height: 69%;
  overflow: hidden;
  transition: all .5s;
}
.sol_con8 .rq .swiper-slide:hover .top{
  height: 38.5%;
}
.sol_con8 .rq .top img{
  width: 100%;
  vertical-align: middle;
}
.sol_con8 .rq .bot{
  width: 100%;
  height: 31%;
  overflow: hidden;
  padding: 40px 30px;
  padding-bottom: 30px;
  transition: all .5s;
}
.sol_con8 .rq .swiper-slide:hover .bot{
  height: 61.5%;
}
.sol_con8 .rq .bot .p1{
  font-size: 26px;
  color: #333333;
  font-family: "pf_reg";
  padding-bottom: 27px;
  position: relative;
}
.sol_con8 .rq .bot .p1 span{
  font-size: 12px;
  color: #ffffff;
  line-height: 17px;
  padding: 0 4px;
  border-radius: 3px;
  background: rgb(43,170,255);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .5s;
}
.sol_con8 .rq .swiper-slide:hover .p1 span{
  opacity: 0;
}
.sol_con8 .rq .bot .p2{
  font-size: 16px;
  color: #666666;
  font-family: "pf_reg";
  line-height: 24px;
  transition: all .5s;
  opacity: 0;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;

}
.sol_con8 .rq .swiper-slide:hover .p2{
  opacity: 1;
}
.sol_con8 .rq .bot button{
  font-size: 12px;
  color: #ffffff;
  display: block;
  width: 114px;
  height: 37px;
  border-radius: 37px;
  background-image: url(../images/img2.png);
  background-size: cover;
  margin-top: 22px;
}
.sol_con8 .swiper-container{
  padding-bottom: 70px;
}
.sol_con8 .swiper-pagination{
  bottom: 0;
}
.sol_con8 .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  transition: all .5s;
  background: #fff;
  opacity: 1;
}
.sol_con8 .swiper-pagination-bullet-active{
  width: 35px;
  border-radius: 12px;
}

@media(max-width:1680px){
  .sol_con2::before {
    width: 1526px;
    height: 362px;
}
}
@media(max-width:1459px){
  .ny_banner .p1 {
    font-size: 38px;
}
.ny_banner .p2 {
  font-size: 18px;
}
.sol_con1 {
  line-height: 50px;
}
.sol_con1 .lef {
  width: 70%;
}
.sol_con1 .rig {
  width: 30%;
}
.sol_con1 .lef a {
  font-size: 14px;
  margin-right: 12px;
  line-height: 51px;
  padding: 0 20px;
}
.sol_con1 .rig a {
  font-size: 14px;
}
.sol_con2 {
  min-height: 492px;
  padding-top: 89px;
}
.sol_con2 .ig1 {
  width: 628px;
  top: 76px;
  left: 102px;
}
.sol_con2 .lef {
  padding-top: 18px;
}
.sol_con2 .lef .p1 {
  font-size: 32px;
  padding-bottom: 18px;
}
.sol_con2 .lef .p1::after {
  width: 382px;
  height: 5px;
}
.sol_con2 .lef .p1::before {
  width: 42px;
  height: 3px;
}
.sol_con2 .lef .div {
  padding-right: 76px;
  padding-bottom: 30px;
}
.sol_con2 .lef .div p{
  font-size: 16px;
}
.sol_con2::before {
  width: 1250px;
  height: 340px;
}
.sol_con3 {
  padding-top: 87px;
  padding-bottom: 80px;
}
.sol_con3 {
  padding-top: 66px;
  padding-bottom: 60px;
}
.so_bt {
  font-size: 32px;
  padding-bottom: 12px;
}
.so_bt::before {
  width: 40px;
  height: 3px;
}
.sol_con3 .rq {
  margin-top: 70px;
}
.sol_con3 .rq .rq1 {
  width: 390px;
  height: 390px;
}
.sol_con3 .rq .div {
  width: 313px;
  height: 157px;
  padding-left: 18px;
  padding-right: 24px;
}
.sol_con3 .rq .div .p1 {
  font-size: 22px;
}
.sol_con3 .rq .div .p2 {
  font-size: 15px;
  margin-top: 2px;
  -webkit-line-clamp: 3;
}
.sol_con3 .rq .div1,
.sol_con3 .rq .div3{
  top: -60px;
}
.sol_con3 .rq .div3,
.sol_con3 .rq .div4{
  padding-right: 18px;
  padding-left: 24px;
}
.sol_con4 {
  padding-top: 60px;
  padding-bottom: 45px;
}
.sol_con4 .rq {
  padding-top: 50px;
}
.sol_con4 .rq1 {
  height: 159px;
  margin-bottom: 20px;
}
.sol_con4 .rq1 .rig .div .p1 {
  font-size: 22px;
  margin-bottom: 5px;
}
.sol_con4 .rq1 .rig .div .p2 {
  font-size: 15px;
  line-height: 22px;
}
.sol_con4 .rq1 .lef img {
  width: 72px;
}
.sol_con5 {
  height: 676px;
}
.sol_con5::before {
  width: 958px;
  height: 958px;
}
.sol_con5 .rq {
  padding-top: 28px;
}
.sol_con5 .rq .rq1 {
  width: 290px;
  height: 290px;
  padding-top: 68px;
}
.sol_con5 .rq .rq1::before {
  width: 336px;
  height: 336px;
}
.sol_con5 .rq .rq1 img {
  width: 66px;
}
.sol_con5 .rq .rq1 .p1 {
  font-size: 36px;
  margin-top: 12px;
  padding-bottom: 12px;
}
.sol_con5 .rq .rq1 .p1::before {
  width: 40px;
  height: 3px;
}
.sol_con5 .rq .div .rq2 {
  width: 88px;
  height: 88px;
}
.sol_con5 .rq .div .rq2 img {
  width: 46px;
}
.sol_con5 .rq .div .p1 {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 7px;
}
.sol_con5 .rq .div {
  width: 300px;
}
.sol_con5 .rq .div.div4,
.sol_con5 .rq .div.div1 {
  top: 160px;
}
.sol_con5 .rq .div.div3,
.sol_con5 .rq .div.div2 {
  top: 395px;
}
.sol_con6 {
  padding-top: 52px;
  padding-bottom: 64px;
}
.sol_con6 .rq {
  height: 414px;
  margin-top: 50px;
}
.sol_con6 .rq .rq2 {
  padding: 0 20px;
}
.sol_con6 .rq .rq2 .swiper-container {
  padding-top: 34px;
}
.sol_con6 .rq .rq2 .swiper-slide {
  padding: 0 35px;
}
.sol_con6 .rq .rq2 .swiper-slide .lef img {
  width: 276px;
  transform: translateY(-34px);
}
.sol_con6 .rq .rq2 .swiper-slide .rig {
  padding-left: 24px;
}
.sol_con6 .rq .rq2 .p1 {
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.sol_con6 .rq .rq2 .p1 .sp1 {
  font-size: 20px;
}
.sol_con6 .rq .rq2 .p1 .sp2 {
  font-size: 68px;
}
.sol_con6 .rq .rq2 .p1::before {
  width: 30px;
}
.sol_con6 .rq .rq2 .p2 {
  font-size: 14px;
  line-height: 24px;
}
.sol_con6 .rq .rq2 button {
  font-size: 12px;
  width: 106px;
  height: 34px;
  border-radius: 34px;
  margin-top: 40px;
}
.sol_con6 .swiper-button-next, .sol_con6 .swiper-button-prev {
  width: 40px;
  height: 40px;
}
.sol_con6 .rq .rq1 {
  padding-top: 34px;
}
.sol_con6 .rq .rq2 .swiper-slide .lef::before {
  width: 228px;
  height: 73px;
  bottom: 20px;
  right: 5px;
}
.sol_con6 .rq .rq1 .div {
  padding: 40px 24px;
}
.sol_con6 .rq .rq1 .div .p1 {
  font-size: 65px;
}
.sol_con6 .rq .rq1 .div .p2 {
  font-size: 20px;
  padding-bottom: 12px;
  margin-top: 30px;
  margin-bottom: 16px;
}
.sol_con6 .rq .rq1 .div .p3 {
  font-size: 14px;
  line-height: 22px;
}
.sol_con7 {
  padding-top: 83px;
  padding-bottom: 58px;
}
.sol_con7 .rq {
  padding-top: 45px;
}
.sol_con7 .rq .top {
  height: 174px;
}
.sol_con7 .rq p {
  line-height: 50px;
  font-size: 15px;
  padding-left: 26px;
}
.sol_con7 .rq p::before {
  width: 6px;
  height: 14px;
  right: 18px;
}
.sol_con7 .rq .swiper-container {
  padding-bottom: 50px;
}
.sol_con7 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.sol_con7 .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 8px;
}
.sol_con8 {
  padding-top: 52px;
  padding-bottom: 45px;
}
.sol_con8 .rq {
  padding-top: 40px;
}
.sol_con8 .rq .swiper-slide {
  height: 357px;
}
.sol_con8 .rq .bot {
  padding: 26px 22px;
  padding-bottom: 22px;
}
.sol_con8 .rq .bot .p1 {
  font-size: 20px;
  padding-bottom: 20px;
}
.sol_con8 .rq .bot button {
  font-size: 12px;
  width: 90px;
  height: 34px;
  border-radius: 34px;
  margin-top: 14px;
}
.sol_con8 .rq .bot .p2 {
  font-size: 14px;
}
.sol_con8 .swiper-container {
  padding-bottom: 50px;
}
.sol_con8 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.sol_con8 .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 8px;
}

}
@media(max-width:1366px){
  .sol_con2::before {
    width: 1190px;
}

}
@media(max-width:1259px){
  .ny_banner .p1 {
    font-size: 30px;
}
.sol_con2 .lef .div {
  padding-top: 62px;
  padding-left: 0px;
  padding-right: 30px;
  padding-bottom: 16px;
}
.sol_con2::before {
  width: 1120px;
  height: 282px;
}
.sol_con2 .lef .p1 {
  font-size: 28px;
  padding-bottom: 12px;
}
.sol_con2 .lef .p1::after {
  width: 340px;
  height: 5px;
}
.sol_con3 .rq .rq1 {
  width: 350px;
  height: 350px;
}
.sol_con4 .rq1 .rig .div .p2 {
  font-size: 14px;
}
.sol_con4 .rq1 .rig .div .p1 {
  font-size: 20px;
}
.sol_con5 .rq .div.div2 {
  left: 16%;
}
.sol_con5 .rq .div.div3 {
  right: 16%;
}
.sol_con6 .rq .rq2 .swiper-slide .lef img {
  width: 93%;
}
.sol_con6 .rq .rq2 .swiper-slide .lef::before {
  right: -8px;
}
.sol_con6 .rq {
  height: 340px;
  margin-top: 34px;
}
.sol_con6 .rq .rq1 .div {
  padding: 15px 10px;
}
.sol_con6 .rq .rq1 .div .p1 {
  font-size: 50px;
}
.sol_con6 .rq .rq1 .div .p2 {
  font-size: 18px;
  padding-bottom: 12px;
  margin-top: 10px;
  margin-bottom: 14px;
}

}
@media(max-width:991px){

  .sol_con2 {
    min-height: auto;
    padding-top: 45px;
}
.sol_con1 .lef{
  width: 100%;
}
.sol_con1 .rig{
  width: 100%;
  text-align: left;
}
.sol_con1 {
  line-height: 40px;
  top: 60px;
}
.sol_con1 .lef a {
  font-size: 14px;
  margin-right: 12px;
  line-height: 41px;
  padding: 0 15px;
}
.yf_con1 .lef a {
  font-size: 14px;
  margin-right: 12px;
  line-height: 41px;
  padding: 0 6px;
}
.sol_con1 .rig a{
  font-size: 14px;
}
.sol_con2{
  padding-bottom: 20px;
}
.sol_con2 .lef{
  width: 100%;
}
.sol_con2 .lef .div {
  padding-top: 28px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 16px;
}
.sol_con2 .lef .div p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #333;
}
.sol_con2 .lef .p1::after,
.sol_con2::before{
  display: none;
}
.sol_con2 .rq .ig2{
  position: static;
  display: block;
  margin: 0 auto;
  width: 750px !important;
}
.sol_con3 {
  padding-top: 46px;
  padding-bottom: 56px;
}
.so_bt {
  font-size: 28px;
  padding-bottom: 10px;
}
.sol_con3 .rq .rq1 {
  width: 300px;
  height: 300px;
}
.sol_con3 .rq .div{
  position: static;
  width: 49%;
  height: 185px;
  margin-right: 2%;
  float: left;
}
.sol_con3 .rq .div2,
.sol_con3 .rq .div4{
  margin-right: 0;
}
.sol_con3 .rq .div::before{
  display: none;
}
.sol_con3 .rq {
  margin-top: 26px;
}
.sol_con4 {
  padding-top: 34px;
  padding-bottom: 25px;
}
.sol_con4 .rq {
  padding-top: 28px;
}
.sol_con5{
  height: auto;
  padding-bottom: 30px;
}
.sol_con5 .rq .rq1::before{
  display: none;
}
.sol_con5 .rq .rq1{
  width: 100%;
  height: auto;
  border-radius: 0;
  background: none;
  box-shadow:none;
  padding-top: 0;
  margin-bottom: 30px;
}
.sol_con5 .rq .rq1 img{
  display: none;
}
.sol_con5 .rq .rq1 .p1{
  color: #333;
}
.sol_con5 .rq .rq1 .p1::before{
  background: #2f72ff;
}
.sol_con5 .rq .rq1 .p1 {
  font-size: 28px;
  margin-top: 0px;
  padding-bottom: 10px;
}
.sol_con5 .rq {
  padding-top: 40px;
}
.sol_con5 .rq .div{
  width: 49%;
  margin-right: 2%;
  position: static;
  margin-bottom: 20px;
  float: left;
}
.sol_con5 .rq .div2,
.sol_con5 .rq .div4{
  margin-right: 0;
}
.sol_con6 .rq .rq1{
  display: none;
}
.sol_con6 .rq .rq2{
  width: 100%;
  margin: 0;
}
.sol_con6 .rq {
  height: auto;
  margin-top: 34px;
}

}
@media(max-width:768px){
  .ny_banner .p1 {
    font-size: 26px;
}
  .ny_banner .wrap{
    width: 100%;
  }
  .sol_con2 .ig1{
    width: 100%;
    top: 0;
    left: 0;
  }
  .sol_con2 {
    padding-top: 24px;
}
.sol_con2 .rq .ig2{
  width: 95% !important;
}
.sol_con3 .rq .div {
  width: 49%;
  height: 160px;
}

}
@media(max-width:500px){
  .sol_con3_1 .ig{
    width: 96%;
  }
  .sol_con1 .lef{
    display: none;
  }
  .sol_con1{
    position: relative;
    top: 0;
  }
  .sol_con2 .lef {
    padding-top: 0px;
}
.sol_con2 .lef .p1 {
  font-size: 24px;
  padding-bottom: 10px;
  color: #333;
  text-align: center;
}
.sol_con2 .lef .p1::before {
  width: 30px;
  height: 2px;
  color: #333;
  left: 50%;
  transform: translateX(-50%);
}
.sol_con2 .lef .div {
  padding-top: 15px;
  padding-bottom: 16px;
}
.sol_con3 {
  padding-top: 23px;
  padding-bottom: 32px;
}
.so_bt {
  font-size: 24px;
}
.so_bt::before {
  width: 30px;
  height: 2px;
}
.sol_con3 .rq .div{
  width: 100%;
  height: 191px;
  margin-bottom: 15px;
  background-image: url(../images/img77.png);
}
.sol_con3 .rq .div .p1 {
  font-size: 20px;
}
.sol_con4 .rq {
  padding-top: 20px;
}
.sol_con4 .rq1{
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
.sol_con4 .rq1 .lef img {
  width: 64px;
}
.sol_con5 .rq .div .rq2 {
  width: 76px;
  height: 76px;
}
.sol_con5 .rq .div .rq2 img {
  width: 34px;
}
.sol_con5 .rq .div {
  /* width: 48%;
  margin-right: 4%; */
  width: 100%;
  margin-right: 0;
}
.sol_con5 .rq .div2, .sol_con5 .rq .div4{
  margin-right: 0;
}
.sol_con5 .rq .rq1 .p1 {
  font-size: 24px;
}
.sol_con5 .rq .rq1 .p1::before {
  width: 30px;
  height: 2px;
}
.sol_con5 .rq .div .p2 {
  font-size: 14px;
  -webkit-line-clamp: 30;
}
.sol_con5::before{
  display: none;
}
.sol_con5 .rq .div .p1 {
  padding-bottom: 8px;
  font-size: 18px;
}
.sol_con6 {
  padding-top: 33px;
  padding-bottom: 40px;
}
.sol_con6 .rq .rq2 .swiper-slide .lef {
  width: 68%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.sol_con6 .rq .rq2 .swiper-slide .lef img {
  width: 100%;
}
.sol_con6 .rq .rq2 .swiper-slide .lef::before{
  display: none;
}
.sol_con6 .rq .rq2 .swiper-slide {
  padding: 0 15px;
}
.sol_con6 .rq .rq2 .swiper-slide .rig{
  width: 100%;
  padding-bottom: 30px;
}
.sol_con6 .rq .rq2 .p2 {
  font-size: 14px;
  line-height: 24px;
}
.sol_con7 {
  padding-top: 35px;
  padding-bottom: 34px;
}
.sol_con7 .rq {
  padding-top: 24px;
}
.sol_con7 .rq p {
  line-height: 40px;
  font-size: 14px;
  padding-left: 16px;
}
.sol_con8 {
  padding-top: 38px;
  padding-bottom: 37px;
}
.sol_con8 .rq {
  padding-top: 23px;
}

}
@media(max-width:375px){
  .sol_con3 .rq .div{
    height: 173px;
  }
  .sol_con1 .lef a {
    padding: 0 10px;
}
.yf_con1 .lef a {
  margin-right: 2px;
  padding: 0 6px;
}
}




















































/* 内页拼单 */
/* 产品列表模块二 */
/* por_con2 */
.por_con2{
  width: 100%;
  padding-top: 88px;
  background: rgb(248,248,248);
}
.por_con2_lef{
  width: 19.7%;
  float: left;
  position: sticky;
  top: 100px;
}
.por_con2_lef .rq1{
  width: 100%;
  margin-bottom: 22px;
}
.por_con2_lef .rq1 .p{
  font-size: 30px;
  color: #ffffff;
  line-height: 78px;
  background: rgb(0,0,0);
  text-align: center;
  position: relative;
}
.por_con2_lef .rq1 .p span{
  font-size: 44px;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
}
.por_con2_lef .rq1 .div{
  width: 100%;
  background: #fff;
}
.por_con2_lef .rq1 .div .div1{
  width: 100%;
  border-bottom: 1px dashed rgb(208,208,208);
}
.por_con2_lef .rq1 .div .div1 .a{
  font-size: 20px;
  color: #333333;
  padding-left: 34px;
  line-height: 50px;
  display: block;
  position: relative;
}
.por_con2_lef .rq1 .div .div1.on2 .a{
  color: #fff;
  background: #265ebf;
}

.por_con2_lef .rq1 .div .div1 .a i{
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 17%;
  transform: translateY(-50%);
  background-image: url(../images/por1_con2_img1.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .5s;
}
.por_con2_lef .rq1 .div .div1.on2 .a i{
  background-image: url(../images/por1_con2_img2.png);
}
.por_con2_lef .rq1 .div .div1 .div2{
  width: 100%;
  padding:0 34px;
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: all .5s;
  opacity: 0;
}
.por_con2_lef .rq1 .div .div1.on .div2{
  opacity: 1;
  max-height: 600px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.por_con2_lef .rq1 .div .div1 .div2 .div_p{
  margin-bottom: 12px;
}
.por_con2_lef .rq1 .div .div1 .div2 .div_p .xtj{
  width: 100%;
  opacity: 0;
  max-height: 0;
  height: auto;
  transition: all .8s;
  background: rgba(255,255,255,.9);
  overflow: hidden;
  z-index: -1;
}
.por_con2_lef .rq1 .div .div1 .div2 .div_p.div_p2 .xtj{
  opacity: 1;
  max-height: 280px;
  z-index: 1;
  padding-top: 8px;
}

.por_con2_lef .rq1 .div .div1 .div2 a{
  font-size: 16px;
  color: #666666;
  padding-right: 20px;
  position: relative;
  transition: all .6s;
  cursor: pointer;
}
.por_con2_lef .rq1 .div .div1 .div2 a:hover, .por_con2_lef .rq1 .div .div1 .div2 a.on1{
  color: #265ebf;
}
.por_con2_lef .rq1 .div .div1 .div2 .div_p .xtj a{
  display: block;
  font-size: 14px;
  color: #666666 !important;
  line-height: 24px;
}
.por_con2_lef .rq1 .div .div1 .div2 .div_p .xtj a:hover{
  color: #265ebf !important;
}
.por_con2_lef .rq1 .div .div1 .div2 .div_p.div_p2 a,
.por_con2_lef .rq1 .div .div1 .div2 .div_p a.on1{
  color: #265ebf;
}
.por_con2_lef .rq1 .div .div1 .div2 a::before{
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(../images/por1_con2_img3.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .3s;
  display: none;
}
.por_con2_lef .rq1 .div .div1 .div2 a:hover::before, .por_con2_lef .rq1 .div .div1 .div2 a.on1:hover::before {
  background-image: url(../images/por1_con2_img3_1.png);
}
.por_con2_lef .rq1 .div .div1 .div2 .div_p.div_p2 a::before,
.por_con2_lef .rq1 .div .div1 .div2 a.on1::before{
  background-image: url(../images/por1_con2_img3_1.png);
}

.por_con2_lef .rq1 .div .div1 .div2 .div_p .xtj a::before{
  display: none !important;
}

.por_con2_lef .rq2{
  width: 100%;
  background: #fff;
  margin-bottom: 22px;
}
.por_con2_lef .rq2 .p{
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  position: relative;
  background: #265ebf;
}
.por_con2_lef .rq2 .p span{
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por_con2_lef .rq2 .div{
  width: 100%;
  padding: 22px 13px;
  padding-bottom: 25px;
}
.por_con2_lef .rq2 .div .div1{
  width: 100%;
  margin-bottom: 14px;
}
.por_con2_lef .rq2 .div .div1:last-child{
  margin-bottom: 0;
}
.por_con2_lef .rq2 .div .div1 .p1{
  font-size: 14px;
  color: #2f3336;
  margin-bottom: 5px;
}
.por_con2_lef .rq2 .div .div1 .p2{
  font-size: 14px;
  color: #666666;
}
.por_con2_lef .rq2 .div2{
  width: 100%;
  position: relative;
}
.por_con2_lef .rq2 .div2 img{
  width: 100%;
  vertical-align: middle;
}
.por_con2_lef .rq2 .div2 div{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 13px;
}
.por_con2_lef .rq2 .div2 div .p1{
  font-size: 16px;
  color: #2f3336;
}
.por_con2_lef .rq2 .div2 div .p1 img{
  width: 20px;
}
.por_con2_lef .rq2 .div2 div .p2{
  font-size: 30px;
  color: #265ebf;
  font-family: "din2";
}

.por_con2_lef .rq3{
  width: 100%;
  background: #fff;
}
.por_con2_lef .rq3 .p{
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  position: relative;
  background: #265ebf;
}
.por_con2_lef .rq3 .p span{
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por_con2_lef .rq3 .div{
  width: 100%;
  padding: 10px 20px;
  padding-bottom: 70px;
}
.por_con2_lef .rq3 .div a{
  display: inline-block;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  border: 1px solid rgb(209,210,211);
  border-radius: 5px;
  margin-bottom: 4px;
  margin-right: 5px;
  padding: 0 15px;
}
.por_con2_lef .rq3 .div a:hover{
  color: #fff;
  background: #265ebf;
  border: 1px solid #265ebf;
}

.por_con2_rig{
  width: 78%;
  float: right;
}
.por_con2_rig .rq1{
  background: #fff;
  margin-bottom: 34px;
}
.por_con2_rig .rq1 .top{
  padding: 0 25px;
  line-height: 70px;
  border-bottom: 2px solid rgb(239,239,239);
  display: none;
}
.por_con2_rig .rq1 .top .p{
  font-size: 26px;
  color: #333333;
  float: left;
}
.por_con2_rig .rq1 .top .p span{
  font-size: 24px;
  color: #333333;
  opacity: 0.5;
  text-transform: uppercase;
}
.por_con2_rig .rq1 .top div{
  float: right;
  width: 40px;
  height: 40px;
  background: rgb(232,232,232);
  margin-left: 14px;
  margin-top: 15px;
  position: relative;
  transition: all .5s;
}
.por_con2_rig .rq1 .top div.on{
  background: #265ebf;
}
.por_con2_rig .rq1 .top .div1::before{
  content: '';
  width: 18px;
  height: 13px;
  background-image: url(../images/por1_con2_img9.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.por_con2_rig .rq1 .top .div1.on::before{
  background-image: url(../images/por1_con2_img8.png);
}
.por_con2_rig .rq1 .top .div2::before{
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/por1_con2_img7.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.por_con2_rig .rq1 .top .div2.on::before{
  background-image: url(../images/por1_con2_img6.png);
}
.por_con2_rig .rq1 .bot{
  width: 100%;
  background: #fff;
  padding: 0 25px;
  padding-bottom: 38px;
}
.por_con2_rig .rq1 .bot .div{
  width: 100%;
  margin-bottom: 38px;
}
.por_con2_rig .rq1 .bot .div1{
  width: 23.5%;
  height: auto!important;
  padding-bottom: 10px;
  float: left;
  margin-right: 2%;
  border: 1px solid rgb(227,227,227);
  margin-top: 15px;
  display: block;
}
.por_con2_rig .rq1 .bot .div1:nth-child(4n){
  margin-right: 0;
}
.por_con2_rig .rq1 .bot.por3_bot .div1{
  width: 32%;
  margin-right: 2%;
}
/* .por_con2_rig .rq1 .bot.por3_bot .div1:nth-child(4n){
  margin-right: 2%;
} */
.por_con2_rig .rq1 .bot.por3_bot .div1:nth-child(3n){
  margin-right: 0%;
}
.por_con2_rig .rq1 .bot .div1 .div2{
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.por_con2_rig .rq1 .bot .div1 .div2 img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.por_con2_rig .rq1 .bot .div1:hover .div2 img{
  transform:translate(-50%,-50%) scale(1.1);
}
.por_con2_rig .rq1 .bot .div1 .div3{
  width: 100%;
  padding: 12px;
  padding-top: 18px;
}
.por_con2_rig .rq1 .bot.por3_bot .div1 .div3{
  padding-left: 30px;
  padding-right: 30px;
}
.por_con2_rig .rq1 .bot .div1 .div3 .p1{
  font-size: 20px;
  color: #333333;
  margin-bottom: 8px;
  transition: all .5s;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.por_con2_rig .rq1 .bot.por3_bot .div1 .div3 .p1{
  font-size: 24px;
  line-height: 30px;
  height: 60px;
}
.por_con2_rig .rq1 .bot .div1:hover .div3 .p1{
  color: #265ebf;
}
.por_con2_rig .rq1 .bot .div1 .div3 .p2{
  font-size: 14px;
  color: #999999;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.por_con2_rig .rq1 .bot.por3_bot .div1 .div3 .p2{
  font-size: 16px;
  height: 42px;
}
.por_con2_rig .rq1 .bot .div1 .div3 button{
  font-size: 12px;
  color: #999999;
  width: 90px;
  height: 27px;
  line-height: 25px;
  border: 1px solid rgb(227,227,227);
  margin-top: 15px;
  text-transform: uppercase;
  transition: all .5s;
}
.por_con2_rig .rq1 .bot.por3_bot .div1 .div3 button{
  font-size: 14px;
  height: 35px;
  width: 120px;
  margin-top: 37px;
}
.por_con2_rig .rq1 .bot .div1:hover .div3 button{
  background: #265ebf;
  border: 1px solid #265ebf;
  color: #fff;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4{
  margin-top: 25px;
  margin-bottom: 10px;
  display: none;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4 p{
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  line-height: 22px;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4 span{
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  padding: 0 7px;
  border: 1px solid rgb(209,210,211);
  border-radius: 3px;
  transition: all .5s;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4 span:hover{
  color: #fff;
  background: #265ebf;
  border: 1px solid #265ebf;
}
.por_con2_rig .rq1 .bot.on1 .div .div1{
  width: 100%;
  height: auto;
  margin-right: 0;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div2{
  width: 37.4%;
  float: left;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3{
  width: 62.6%;
  float: left;
  padding-left: 46px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 .p1{
  font-size: 22px;
  margin-bottom: 18px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 button{
  font-size: 14px;
  width: 120px;
  height: 35px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 .div4{
  display: block;
}

@media(max-width:768px){
  .por_con2_rig .rq1 .bot.por3_bot .div1:nth-child(3n){
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1:nth-child(2n){
    margin-right: 0%;
  }
}

.fy{
  display: table;
  width: auto;
  margin: 0 auto;
}
.fy li{
  float: left;
  margin-right: 9px;
}
.fy li a{
  display: block;
  width: 31px;
  line-height: 31px;
  border: 1px solid rgb(219,219,219);
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.fy li.on a:hover,
.fy li a:hover{
  color: #fff;
  background: #265ebf;
  border: 1px solid #265ebf;
}
.fy li:last-child a,
.fy li:first-child a{
  width: 47px;
  height: 33px;
  margin-right: 23px;
  position: relative;
}
.fy li:last-child a{
  margin-right: 0;
  margin-left: 23px;
}
.fy li:last-child a::before,
.fy li:first-child a::before{
  content: '';
  width: 8px;
  height: 14px;
  background-image: url(../images/por1_con2_img12.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.fy li:first-child a::before{
  transform: translate(-50%,-50%) rotate(180deg);
}
.fy li:last-child a:hover::before,
.fy li:first-child a:hover::before{
  background-image: url(../images/por1_con2_img11.png);
}


.por_con2_rig .rq2{
  width: 100%;
  height: 258px;
  margin-bottom: 32px;
  background-image: url(../images/por1_con2_img13.jpg);
  background-size: cover;
  display: none;
}


.por_con2_rig .rq2 .lef{
  width: 42%;
  float: left;
  padding-left: 53px;
  padding-top: 58px;
}
.por_con2_rig_prodt .rq2 .lef{
  width: 55%;
}
.por_con2_rig .rq2 .lef span{
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  line-height: 34px;
  padding: 0 15px;
  background: #265ebf;
}
.por_con2_rig .rq2 .lef p{
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 14px;
  padding-bottom: 35px;
  position: relative;
}
.por_con2_rig .rq2 .lef p::before{
  content: '';
  width: 38px;
  height: 2px;
  background: rgb(143,147,150);
  position: absolute;
  bottom: 0;
  left: 0;
}
.por_con2_rig .rq2 .rig{
  width: 58%;
  height: 100%;
  float: left;
  position: relative;
}
.por_con2_rig_prodt .rq2 .rig{
  width: 45%;
}
.por_con2_rig .rq2 .rig img{
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.por_con2_rig .rq2:hover .rig img{
  transform: translate(-50%,-50%) scale(1.08);
}

.por_con2_rig .rq3{
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
}
.por_con2_rig .rq3 .p{
  font-size: 26px;
  color: #333333;
  line-height: 77px;
  padding: 0 23px;
  border-bottom: 2px solid rgb(239,239,239);
}
.por_con2_rig .rq3 .p span{
  color: #333333;
  font-size: 24px;
  opacity: 0.5;
  text-transform: uppercase;
}
.por_con2_rig .rq3 .div{
  padding: 23px;
}
.por_con2_rig .rq3 .div .div1{
  width: 23.5%;
  height: 218px;
  margin-right: 2%;
  float: left;
  background: rgb(246,246,246);
  padding: 30px 23px;
  transition: all .5s;
}
.por_con2_rig .rq3 .div .div1:hover{
  box-shadow: 0px 16px 22px 0px rgb(90,91,95,.2);
  transform: translate3d(0,-5px,0);
}
.por_con2_rig .rq3 .div .div1:nth-child(4n){
  margin-right: 0;
}
.por_con2_rig .rq3 .div .div1 img{
  width: 44px;
  display: block;
  margin: 0 auto;
}
.por_con2_rig .rq3 .div .div1 .p1{
  font-size: 22px;
  color: #333333;
  border-bottom: 1px solid rgb(207,206,206);
  text-align: center;
  padding-top: 22px;
  padding-bottom: 9px;
  margin-bottom: 18px;
}
.por_con2_rig .rq3 .div .div1 .p2{
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.por_con2_rig .rq3 .div .div1 .p3{
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.por_con2_rig .rq1.rq4 .bot{
  padding-bottom: 20px;
}
.por_con2_rig .rq1.rq4 .bot .div{
  margin-bottom: 0;
}
.fl{
  width: 100%;
  line-height: 40px;
  padding: 0 20px;
  display: none;
  background: linear-gradient(180deg , #f2f2f2 0% , #e0e0e0 100%);
}
.fl a{
  font-size: 16px;
  color: #333;
  float: right;
}
@media(max-width:991px){
  .fl_l.por_con2_lef{
    width: 100%;
    display: block;
  }
  .fl_l.por_con2_lef .rq1 .p a {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    z-index: 10;
}
  .por_con2_lef .rq1 .div .div1 .a{
    display: inline-block;
    width: 86%;
  }
  .por_con2_lef .rq1 .div .div1.on .a{
    background: none;
  }
  .por_con2_lef .rq1 .div .div1.on .p1{
    background: #265ebf;
}
.por_con2_lef .rq1 .div .div1 .a i{
  right: 0;
}
}
@media(max-width:500px){
  .fy li a {
    width: 28px;
    line-height: 28px;
    font-size: 13px;
  }
  .fy li:last-child a, .fy li:first-child a {
    width: 40px;
    height: 30px;
    margin-right: 0px;
}
.fy li:last-child a {
  margin-right: 0;
  margin-left: 0px;
}

}
@media(max-width:1459px){
  .por_con2 {
    padding-top: 65px;
  }
  .por_con2_lef .rq1 .p {
    font-size: 22px;
    line-height: 60px;
  }
  .por_con2_lef .rq1 .p span {
    font-size: 32px;
  }
  .por_con2_lef .rq1 .div .div1 .a {
    font-size: 16px;
    padding-left: 25px;
    line-height: 40px;
  }
  .por_con2_lef .rq1 .div .div1 .a i {
    width: 12px;
    height: 12px;
  }
  .por_con2_lef .rq1 .div .div1 .div2 {
    padding: 0 20px;
  }
  .por_con2_lef .rq1 .div .div1 .div2 a {
    font-size: 14px;
  }
  .por_con2_lef .rq1 .div .div1 .div2 .div_p .xtj a{
    font-size: 12px;
  }

  .por_con2_lef .rq1 .div .div1 .div2 .div_p {
    margin-bottom: 8px;
  }
  .por_con2_lef .rq2 .p {
    font-size: 18px;
    line-height: 45px;
  }
  .por_con2_lef .rq2 .p span {
    font-size: 33px;
  }
  .por_con2_lef .rq2 .div {
    padding: 14px 13px;
    padding-bottom: 20px;
  }
  .por_con2_lef .rq2 .div2 div .p1 {
    font-size: 14px;
  }
  .por_con2_lef .rq2 .div2 div .p1 img {
    width: 16px;
    margin-bottom: 1px;
  }
  .por_con2_lef .rq2 .div2 div .p2 {
    font-size: 22px;
  }
  .por_con2_lef .rq3 .p {
    font-size: 18px;
    line-height: 45px;
  }
  .por_con2_lef .rq3 .p span {
    font-size: 33px;
  }
  .por_con2_lef .rq3 .div {
    padding: 10px 10px;
    padding-bottom: 35px;
  }
  .por_con2_lef .rq3 .div a {
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
  }
  .por_con2_rig .rq1 .bot .div {
    margin-bottom: 30px;
  }
  .por_con2_rig .rq1 {
    margin-bottom: 24px;
  }
  .por_con2_rig .rq1 .top {
    padding: 0 19px;
    line-height: 54px;
  }
  .por_con2_rig .rq1 .top .p {
    font-size: 20px;
  }
  .por_con2_rig .rq1 .top .p span {
    font-size: 18px;
  }
  .por_con2_rig .rq1 .top div {
    width: 30px;
    height: 30px;
    margin-top: 14px;
  }
  .por_con2_rig .rq1 .top .div1::before {
    width: 14px;
    height: 10px;
  }
  .por_con2_rig .rq1 .top .div2::before {
    width: 11px;
    height: 11px;
  }
  .por_con2_rig .rq1 .bot {
    padding: 0 19px;
    padding-bottom: 30px;
  }
  .por_con2_rig .rq1 .bot .div1 {
    height: 240px;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1 {
    height: 415px;
}
  .por_con2_rig .rq1 .bot .div1 .div3 {
    padding: 8px;
    padding-top: 10px;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1 .div3 {
    padding: 15px 10px;
}
.por_con2_rig .rq1 .bot.por3_bot .div1 .div3 .p1 {
  font-size: 20px;

}
.por_con2_rig .rq1 .bot.por3_bot .div1 .div3 .p2 {
  font-size: 14px;
}
  .por_con2_rig .rq1 .bot .div1 .div3 .p1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .por_con2_rig .rq1 .bot.on1 .div .div1 .div3 .p1 {
    font-size: 20px;
    margin-bottom: 10px;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4 {
  margin-top: 18px;
  margin-bottom: 5px;
}
  .por_con2_rig .rq1 .bot .div1 .div3 .p2 {
    font-size: 13px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 button {
    margin-top: 7px;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1 .div3 button {
    font-size: 12px;
    height: 30px;
    width: 90px;
    margin-top: 24px;
}
.por_con2_rig .rq1 .bot.por3_bot .div1 .div3 button {
  margin-top: 18px;
}
  .por_con2_rig .rq1 .bot.on1 .div .div1 .div3 {
    padding-left: 34px;
  }
  life long love
  
  .por_con2_rig .rq2 {
    height: 196px;
    margin-bottom: 32px;
  }
  .por_con2_rig .rq2 .lef {
    padding-left: 40px;
    padding-top: 44px;
  }
  .por_con2_rig_prodt .rq2 .lef{
    width: 60%;
  }
  .por_con2_rig_prodt .rq2 .rig{
    width: 40%;
  }
  .por_con2_rig .rq2 .lef span {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
  }
  .por_con2_rig .rq2 .lef p {
    font-size: 27px;
    margin-top: 12px;
    padding-bottom: 24px;
  }
  .por_con2_rig .rq2 .rig img {
    max-width: 75%;
    max-height: 75%;
  }
  .por_con2_rig .rq3 .p {
    font-size: 20px;
    line-height: 54px;
    padding: 0 19px;
  }
  .por_con2_rig .rq3 .p span {
    font-size: 18px;
  }
  .por_con2_rig .rq3 .div .div1 {
    height: 165px;
    padding: 22px 18px;
  }
  .por_con2_rig .rq3 .div .div1 img {
    width: 33px;
  }
  .por_con2_rig .rq3 .div .div1 .p1 {
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 9px;
    margin-bottom: 10px;
  }
  .por_con2_rig .rq3 .div .div1 .p2 {
    font-size: 16px;
  }
  .por_con2_rig .rq3 .div .div1 .p3 {
    font-size: 14px;
  }
  
}
@media(max-width:991px){
  .fl{
    display: block;
  }
  .por_con2 {
    padding-top: 45px;
}
.por_con2_lef{
  display: none;
}
.por_con2_rig{
  width: 100%;
}
.por_con2_rig .rq1 .bot .div1 {
  height: 230px;
}
.por_con2_rig .rq1 .bot.por3_bot .div1 {
  height: 380px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 {
  padding-left: 24px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 .p1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4 {
  margin-top: 16px;
  margin-bottom: 5px;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4 span {
  font-size: 12px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 button {
  font-size: 12px;
  width: 100px;
  height: 30px;
}

}
@media(max-width:768px){
  .por_con2_rig .rq1 .bot .div1,
  .por_con2_rig .rq1 .bot.por3_bot .div1{
    width: 49%;
    height: 326px;
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot .div1:nth-child(3n){
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot .div1:nth-child(2n){
    margin-right: 0;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1 .div3 .p2{
    height: 32px;
  }

  .por_con2_rig .rq1 .bot.por2_bot .div1{
    width: 49%;
    height: 326px;
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot.por2_bot .div1:nth-child(4n){
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot.por2_bot .div1:nth-child(3n){
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot.por2_bot .div1:nth-child(2n){
    margin-right: 0;
  }
  .por_con2_rig .rq3 .div .div1{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .por_con2_rig .rq3 .div .div1:nth-child(4n){
    margin-right: 2%;
  }
  .por_con2_rig .rq3 .div .div1:nth-child(2n){
    margin-right: 0;
  }

}
@media(max-width:500px){
  .por_con2_rig .rq1 .bot .div1 {
    height: 240px;
}
.por_con2_rig .rq1 .bot.por3_bot .div1 {
  height: 250px;
}
.por_con2_rig .rq1 .bot.por3_bot .div1 .div3 {
  padding: 10px 10px;
}
.por_con2_rig .rq1 .bot.por3_bot .div1 .div3 .p1 {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
}
.por_con2_rig .rq1 .bot.por3_bot .div1 .div3 .p2 {
  font-size: 13px;
}
.por_con2_rig .rq1 .bot.por3_bot .div1 .div3 button {
  margin-top: 15px;
}
.por_con2_rig .rq1 .top div {
  margin-left: 8px;
}
.por_con2_rig .rq1 .top .p span {
  font-size: 16px;
}
.por_con2_rig .rq1 .top {
  padding: 0 10px;
}
.por_con2_rig .rq1 .bot {
  padding: 0 10px;
  padding-bottom: 30px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div2{
  width: 100%;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3{
  width: 100%;
  padding-left: 10px;
  padding-bottom: 20px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 .p1 {
  font-size: 18px;
  margin-bottom: 8px;
}
.por_con2_rig .rq2 .lef{
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 33px;
}
.por_con2_rig .rq2 .rig{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}
.por_con2_rig .rq2 .rig img {
  position: static;
  transform: translate(0%,0%);
}
.por_con2_rig .rq2{
  height: auto;
}
.por_con2_rig .rq2 .lef span {
  font-size: 12px;
  line-height: 26px;
  padding: 0 7px;
}
.por_con2_rig .rq2 .lef p {
  font-size: 22px;
  margin-top: 10px;
  padding-bottom: 16px;
}
.por_con2_rig .rq2 .rig img {
  max-width: 70%;
  max-height: 70%;
  display: block;
  margin: 0 auto;
}
.por_con2_rig .rq3 .p span {
  font-size: 16px;
}
.por_con2_rig .rq3 .p {
  padding: 0 10px;
}
.por_con2_rig .rq3 .div {
  padding: 20px 10px;
}
.por_con2_rig .rq3 .div .div1 .p1 {
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 9px;
}
.por_con2_rig .rq3 .div .div1 .p2 {
  font-size: 14px;
}
.por_con2_rig .rq3 .div .div1 .p3 {
  font-size: 12px;
}
.por_con2_rig .rq3 .div .div1 {
  height: 158px;
  padding: 22px 10px;
}

}
@media(max-width:375px){
.por_con2_rig .rq1 .bot.por3_bot .div1 {
  height: 233px;
}

}


/* pro_con3 */
.pro2_con1_bt {
  position: relative;
  padding-left: 24px;
}
.pro2_con1_bt .bt{
  font-size: 40px;
  color: #333333;
  transform: skewX(-10deg);
  text-align: left;
  padding-bottom: 0;
  /* font-family: "din2"; */
}
.pro2_con1_bt .bt::before{
  display: none;
}
.pro2_con1_bt::before {
  content: '';
  width: 4px;
  height: 85%;
  background: #265ebf;
  position: absolute;
  left: 0;
  top: 51%;
  transform: translateY(-50%);
}
.pro2_con1_bt .bt span {
  font-size: 40px;
  color: #265ebf;
}
.pro2_con1_bt .p1 {
  font-size: 18px;
  color: #666666;
  margin-top: 5px;
  text-transform: uppercase;
    /* font-family: "akz"; */
}

.pro2_con1{
  width: 100%;
  background: rgb(248,248,248);
  padding-top: 85px;
  padding-bottom: 100px;
}
.pro2_con1 .wrap{
  position: relative;
}
.pro2_con1 .a{
  font-size: 16px;
  color: #999999;
  width: 140px;
  line-height: 44px;
  border-radius: 44px;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 0;
  border: 2px solid rgb(198,198,198);
}
.pro2_con1 .a:hover{
  background: #265ebf;
  border: 1px solid #265ebf;
  color: #fff;
}
.pro2_con1 .rq{
  width: 100%;
  padding-top: 37px;
}
.pro2_con1 .rq .lef{
  width: 27.5%;
  float: left;
  background: #fff;
}
.pro2_con1 .rq .lef .top{
  width: 100%;
  overflow: hidden;
}
.pro2_con1 .rq .lef .top img{
  width: 100%;
  vertical-align: middle;
}
.pro2_con1 .rq .lef .bot{
  width: 100%;
  margin-top: 15px;
  padding-left: 28px;
}
.pro2_con1 .rq .lef .bot a{
  display: block;
  margin-bottom: 15px;
}
.pro2_con1 .rq .lef .bot a .p1{
  font-size: 16px;
  color: #666666;
  transition: all .5s;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pro2_con1 .rq .lef .bot a:hover .p1{
  color: #265ebf;
  padding-left: 10px;
}
.pro2_con1 .rq .lef .bot a .p2{
  font-size: 14px;
  color: #999999;
  font-family: "akz";
  margin-top: 5px;
}
.pro2_con1 .rq .lef .bot .a1{
  display: inline-block;
  font-size: 15px;
  color: #666666;
  margin-top: 5px;
  padding-right: 15px;
  position: relative;
  transition: all .5s;
}
.pro2_con1 .rq .lef .bot .a1::before{
  content: '';
  width: 8px;
  height: 13px;
  background-image: url(../images/por2_con1_img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.pro2_con1 .rq .lef .bot .a1:hover{
  color: #265ebf;
  padding-right: 25px;
}
.pro2_con1 .rq .lef .bot .a1:hover::before{
  background-image: url(../images/por2_con1_img3.png);
}

.pro2_con1 .rq .rig{
  width: 69%;
  float: right;
}
.pro2_con1 .rq .rig .top{
  width: 100%;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
}
.pro2_con1 .rq .rig .top .div{
  display: block;
  width: 50%;
  float: left;
  padding-left: 60px;
  padding-right: 30px;
}
.pro2_con1 .rq .rig .top .div .p1{
  font-size: 20px;
  color: #333333;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.pro2_con1 .rq .rig .top .div:hover .p1{
  color: #265ebf;
}
.pro2_con1 .rq .rig .top .div .p2{
  font-size: 16px;
  color: #666666;
  margin-top: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.pro2_con1 .rq .rig .top .div .p3{
  font-size: 16px;
  color: #666666;
  font-family: "akz";
  text-align: right;
  margin-top: 40px;
  position: relative;
}
.pro2_con1 .rq .rig .top .div .p3::before{
  content: '';
  width: 90px;
  height: 1px;
  background: #666666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro2_con1 .rq .rig .bot{
  width: 100%;
  margin-top: 15px;
}
.pro2_con1 .rq .rig .bot .div1{
  width: 49%;
  float: left;
  margin-right: 2%;
  background: #fff;
  padding: 0 27px;
  padding-top: 35px;
}
.pro2_con1 .rq .rig .bot .div1:nth-child(2){
  margin-right: 0;
}
.pro2_con1 .rq .rig .bot .div1 a{
  display: block;
  padding-left: 20px;
  padding-right: 75px;
  position: relative;
  font-size: 16px;
  color: #666666;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  margin-bottom: 25px;
}
.pro2_con1 .rq .rig .bot .div1 a::before{
  content: '';
  width: 3px;
  height: 3px;
  border: 2px solid #265ebf;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}
.pro2_con1 .rq .rig .bot .div1 a span{
  font-size: 14px;
  color: #666666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "akz";
}
.pro2_con1 .rq .rig .bot .div1 a:hover{
  color: #265ebf;
}
@media(max-width:1459px){
  .pro2_con1_bt {
    padding-left: 18px;
}
.pro2_con1_bt::before {
  width: 3px;
  height: 78%;
  top: 53%;
}
.pro2_con1_bt .bt span, .pro2_con1_bt .bt {
  font-size: 30px;
}
.pro2_con1_bt .p1 {
  font-size: 14px;
  margin-top: 3px;
}
  .pro2_con1 {
    padding-top: 64px;
    padding-bottom: 75px;
  }
  .pro2_con1 .a {
    font-size: 12px;
    width: 105px;
    line-height: 35px;
    border-radius: 36px;
    top: 10px;
  }
  .pro2_con1 .rq {
    padding-top: 25px;
  }
  .pro2_con1 .rq .rig .top {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .pro2_con1 .rq .rig .top .div .p1 {
    font-size: 17px;
  }
  .pro2_con1 .rq .rig .top .div .p2 {
    font-size: 14px;
    margin-top: 8px;
  }
  .pro2_con1 .rq .rig .top .div .p3 {
    font-size: 14px;
    margin-top: 25px;
  }
  .pro2_con1 .rq .rig .bot .div1 {
    padding: 0 20px;
    padding-top: 24px;
  }
  
}
@media(max-width:1259px){
  .pro2_con1_bt .bt span, .pro2_con1_bt .bt {
    font-size: 24px;
}
.pro2_con1_bt .p1 {
  font-size: 12px;
  margin-top: 3px;
}
.pro2_con1 .rq .rig .top {
  padding-top: 30px;
  padding-bottom: 25px;
}
.pro2_con1 .rq .rig .top .div {
  padding-left: 34px;
  padding-right: 30px;
}
.pro2_con1 .rq .rig .bot .div1 a {
  font-size: 14px;
}
.pro2_con1 .rq .rig .bot .div1 a span {
  font-size: 12px;
}

}
@media(max-width:991px){
  .pro2_con1 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .pro2_con1 .rq .lef{
    width: 100%;
  }
  .pro2_con1 .rq .rig{
    width: 100%;
  }
}
@media(max-width:768px){
  .pro2_con1 .rq .rig .top .div{
    width: 100%;
    margin: 15px 0;
  }
  .pro2_con1 .rq .rig .top {
    padding-top: 16px;
    padding-bottom: 14px;
}
.pro2_con1 .rq .rig .bot .div1{
  width: 100%;
  margin: 0;
}
.pro2_con1 .rq .rig .bot .div1:nth-child(2){
  padding-top: 0;
}
}
@media(max-width:414px){
  .pro2_con1 {
    padding-top: 20px;
    padding-bottom: 40px;
}
.pro2_con1 .rq .lef .bot {
  padding-left: 16px;
  padding-right: 16px;
}
  .pro2_con1 .a{
    display: none;
  }
  .pro2_con1 .rq .lef .bot {
    margin-top: 10px;
  }
  .pro2_con1 .rq .lef .bot a {
    margin-bottom: 10px;
  }
  .pro2_con1 .rq .rig .top .div {
    width: 100%;
    margin: 6px 0;
      padding-left: 16px;
      padding-right: 16px;
  }
  .pro2_con1 .rq .rig .bot .div1 a {
    margin-bottom: 18px;
  }
}


/* 产品详情 */
.pro1_con1{
  width: 100%;
  padding-top: 70px;
  background: #f8f8f8;
}


.pro1_con1_rig{
  width: 78%;
  float: right;
}
.pro1_con1_rig .rq1{
  width: 100%;
  background-color: #fff;
}
.pro1_con1_rig .rq1 .lef{
  float: left;
  width: 42%;
}

.pro1_con1_rig .rq1 .lef .bottom{
padding-top: 12px;
position: relative;
padding-left: 18px;
padding-right: 34px;
padding-bottom: 18px;
}

.pro1_con1_rig .rq1 .lef .bottom .swiper-wrapper .swiper-slide-thumb-active{
border: 2px solid #265ebf;
}
.pro1_con1_rig  .rq1 .swiper-button-next{
position: absolute;
right: -3px;
top: 72px;
}
.pro1_con1_rig  .rq1 .swiper-button-prev{
position: absolute;
right: -3px;
left: auto;
top: 39px;
}
.pro1_con1_rig  .rq1 .swiper-button-next,
.pro1_con1_rig  .rq1 .swiper-button-prev{
width: 15px;
border-radius: 10px;
height: 25px;
background: #c4c5c6;
}
.pro1_con1_rig  .rq1 .swiper-button-next::after,
.pro1_con1_rig  .rq1 .swiper-button-prev::after{
content: '';
width: 6px;
height: 11px;
background-image: url(../images/por1_con2_img12.png);
background-size: contain;
background-repeat: no-repeat;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.pro1_con1_rig  .rq1 .swiper-button-prev::after{
transform: translate(-50%,-50%) rotate(180deg);
}
.pro1_con1_rig .rq1 .lef .top .gallery-top .swiper-wrapper .swiper-slide a{
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  position: relative;
}
.pro1_con1_rig .rq1 .lef .top .gallery-top .swiper-wrapper .swiper-slide a img{
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.pro1_con1_rig .rq1 .lef .bottom .gallery-thumbs .swiper-wrapper .swiper-slide .img{
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  position: relative;
}
.pro1_con1_rig .rq1 .lef .bottom .gallery-thumbs .swiper-wrapper .swiper-slide .img img{
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.pro1_con1_rig .rq1 .rig{
width: 58%;
padding-top: 56px;
padding-left: 50px;
padding-right: 35px;
float: right;
}
.pro1_con1_rig .rq1 .rig .top{
line-height: 30px;
}
.pro1_con1_rig .rq1 .rig .top .p{
font-size: 30px;
color: #2f3336;
padding-bottom: 23px;
border-bottom: 2px solid #2f3336;
}
.pro1_con1_rig .rq1 .rig .top .p1{
font-size: 16px;
font-weight: bolder;
margin-top: 20px;
color: #2f3336;
}
.pro1_con1_rig .rq1 .rig .top .p2{
font-size: 16px;
color: #666666;
}
.pro1_con1_rig .rq1 .rig .top .p3{
font-size: 16px;
color: #666666;
}
.pro1_con1_rig .rq1 .rig .bottom .btn{
line-height: 50px;
width: 47%;
margin-right: 2.4%;
transition: .5s all;
background-color: #2f3336;
}
.pro1_con1_rig .rq1 .rig .bottom .btn2{
margin-right: 0;
}
.pro1_con1 .pro1_con1_rig .rq1 .rig .bottom .btn a{
color: #fff;
display: block;
width: 100%;
}
.pro1_con1_rig .rq1 .rig .bottom{
margin-top: 125px;
}
.pro1_con1_rig .rq1 .rig .bottom .btn:hover{
background-color: #265ebf;
}
.pro1_con1_rig .rq1 .rig .bottom .btn.active{
background-color: #265ebf;
}
.pro1_con1_rig .rq1 .rig .bottom .btn1 a{
padding-left: 35px;
background-image: url(../images/pro1_con1_img5.png);
background-repeat: no-repeat;
background-size: 20px;
font-size: 18px;
background-position-y: 15px;
background-position-x: 20px;
z-index: 10;
}
.pro1_con1_rig .rq1 .rig .bottom .btn2 a{
padding-left: 30px;
background-image: url(../images/pro1_con1_img6.png);
background-repeat: no-repeat;
background-size: 20px;
font-size: 24px;
background-position-y: 15px;
font-family: 'pro1_din';
background-position-x: 23px;
z-index: 10;
}

@media(max-width:1459px){
.pro1_con1_rig .rq1 .swiper-button-next {
  position: absolute;
  right: 0px;
  top: 63px;
}
.pro1_con1_rig  .rq1 .swiper-button-prev {
  right: 0px;
  top: 35px;
}
.pro1_con1_rig  .rq1 .swiper-button-next,  .pro1_con1_rig  .rq1 .swiper-button-prev {
  width: 13px;
  height: 22px;
}
.pro1_con1_rig .rq1 .rig .top .p1, .pro1_con1_rig .rq1 .rig .top .p2,  .pro1_con1_rig .rq1 .rig .top .p3{
       font-size: 14px;
}
 .pro1_con1_rig .rq1 .rig .top .p {
  font-size: 24px;
}
.pro1_con1_rig .rq1 .rig {
  padding-top: 48px;
  padding-left: 43px;
  padding-right: 30px;
}
.pro1_con1_rig .rq1 .rig .bottom .btn {
  width: 48%;
}
.pro1_con1_rig .rq1 .rig .bottom .btn1 a{
background-position-y: 16px;
background-position-x: 15px;
background-size: 17px;
font-size: 16px;
}
.pro1_con1_rig .rq1 .rig .bottom .btn2 a{
background-position-y: 16px;
background-position-x: 15px;
background-size: 17px;
font-size: 21px;
}
.pro1_con1_rig .rq1 .rig .bottom{
margin-top: 33px;
}
}
@media(max-width:1259px){
.pro1_con1_rig .rq1 .rig .top .p1 {
  margin-top: 17px;
}
 .pro1_con1_rig .rq1 .rig .top .p {
  font-size: 20px;
  padding-bottom: 19px;
}
.pro1_con1_rig .rq1 .rig .bottom .btn2 a {
  background-position-y: 14px;
  background-position-x: 12px;
  background-size: 15px;
  font-size: 18px;
  padding-left: 25px;
}
.pro1_con1_rig .rq1 .rig .bottom .btn1 a {
  background-position-y: 14px;
  background-position-x: 9px;
  background-size: 15px;
  font-size: 14px;
  padding-left: 25px;
}
.pro1_con1_rig .rq1 .rig .bottom {
margin-top: 40px;
}
.pro1_con1_rig .rq1 .rig {
padding-top: 30px;
padding-left: 43px;
padding-right: 30px;
}
.pro1_con1_rig .rq1 .rig .bottom .btn {
line-height: 43px;
width: 47%;
}
.pro1_con1_rig .rq1 .rig {
padding-top: 41px;
padding-left: 27px;
padding-right: 15px;
}
.pro1_con1_rig .rq1 .rig .top .p1,  .pro1_con1_rig .rq1 .rig .top .p2,  .pro1_con1_rig .rq1 .rig .top .p3 {
font-size: 13px;
}
.pro1_con1_rig  .rq1 .swiper-button-prev {
right: 2px;
top: 32px;
}
.pro1_con1_rig .rq1 .swiper-button-next {
right: 2px;
top: 56px;
}
.pro1_con1_rig  .rq1 .swiper-button-next,   .pro1_con1_rig  .rq1 .swiper-button-prev {
width: 12px;
height: 22px;
}
}
@media(max-width:991px){
.pro1_con1_rig .rq1 .rig .bottom .btn {
  line-height: 34px;
}
.pro1_con1_rig .rq1 .rig .bottom {
  margin-top: 50px;
}
.pro1_con1_rig .rq1 .rig .bottom .btn1 a {
background-position-y: 11px;
background-position-x: 17px;
background-size: 13px;
font-size: 13px;
padding-left: 25px;
}
.pro1_con1_rig .rq1 .rig .bottom .btn2 a {
background-position-y: 11px;
background-position-x: 21px;
background-size: 13px;
font-size: 16px;
padding-left: 25px;
}
 .pro1_con1_rig {
  width: 100%;
}
.pro1_con1_rig .rq1 .rig {
padding-top: 32px;
padding-left: 20px;
padding-right: 15px;
}
.pro1_con1_rig .rq1 .rig .top .p {
font-size: 18px;
padding-bottom: 14px;
}
}
@media(max-width:768px){
.pro1_con1_rig .rq1 .rig {
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 7px;
}
}
@media(max-width:500px){
.pro1_con1_rig .rq1 .lef .bottom {
  padding-top: 8px;
  padding-bottom: 15px;
}
.pro1_con1_rig .rq1 .rig .bottom .btn {
  line-height: 38px;
  width: 43%;
}
.pro1_con1_rig .rq1 .rig .bottom {
  margin-top: 15px;
  margin-bottom: 14px;
}
.pro1_con1_rig .rq1 .rig .top .p1 {
font-size: 16px;
font-weight: normal;
  margin-top: 11px;
}
.pro1_con1_rig .rq1 .lef {
  width: 100%;
}
.pro1_con1_rig .rq1 .rig {
padding-top: 0px;
width: 100%;
}
.pro1_con1_rig .rq1 .rig .top .p {
padding-bottom: 9px;
}
.pro1_con1_rig  .rq1 .swiper-button-next {
right: 8px;
top: 54px;
}
.pro1_con1_rig  .rq1 .swiper-button-prev {
right: 8px;
top: 27px;
}
}


@media(max-width:375px){
  .pro1_con1_rig .rq1 .rig .bottom .btn1 a {
  background-position-x: 11px;
}
.pro1_con1_rig .rq1 .rig .bottom .btn2 a {
  background-position-x: 15px;
}

}
 .pro1_con1_rig .rq2 .bot .bottom{
   background-color: #fff;
  padding-top: 100px;
  padding-bottom:100px;
  padding-left: 90px;
  padding-right:90px;
  width: 100%;
}
.pro1_con1_rig .rq2 .bot1 .bottom img{
  width: 100%;
}

 .pro1_con1_rig .rq2 .bot2{
  background-color: #fff;
  margin-top: 3%;
}
.firbot2{
  margin-top: 0;
}
.pro1_con1_rig .rq2 .bot2 .top{
  border-bottom: 2px solid #2f3336;
  line-height: 60px;
}
 .pro1_con1_rig .rq .bot .top .p{
  font-size: 24px;
  color: #265ebf;
  font-weight: bold;
  position: relative;
  padding-left: 46px;
}
 .pro1_con1_rig .rq .bot .top .p::before{
  content: '';
  display: inline-block;
  width: 4px;
  height: 26px;
  background-color: #265ebf;
  position:absolute;
  top: 18px;
  left: 21px;
}




@media(max-width:1459px){
 .pro1_con1_rig .rq .bot .top .p{
       font-size: 18px;
  }
  .pro1_con1_rig .rq .bot .top .p::before {
    width: 4px;
    height: 21px;
    position: absolute;
    top: 20px;
    left: 21px;
}
 .pro1_con1_rig .rq .bot .bottom {
  padding-top: 87px;
  padding-bottom: 87px;
  padding-left: 78px;
  padding-right: 78px;
}
}
@media(max-width:1259px){
 .pro1_con1_rig .rq .bot .bottom {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 67px;
  padding-right: 67px;
}
}
@media(max-width:991px){
   .pro1_con1_rig .rq .bot .bottom {
    padding-top: 59px;
    padding-bottom: 59px;
    padding-left: 53px;
    padding-right: 53px;
}
 .pro1_con1_rig .rq .bot .top .p {
  font-size: 16px;
  padding-left: 36px;
}
 .pro1_con1_rig .rq2 .bot2 .top {
  line-height: 47px;
}
.pro1_con1_rig .rq .bot .top .p::before {
  width: 3px;
  height: 20px;
  top: 14px;
  left: 21px;
}
}
@media(max-width:500px){
 .pro1_con1_rig .rq .bot .top .p {
   font-weight: normal;
    padding-left: 22px;
}
 .pro1_con1_rig .rq2 .bot2 .top {
    line-height: 50px;
}
  .pro1_con1_rig .rq .bot .top .p::before {
    width: 2px;
    height: 14px;
    top: 18px;
    left: 12px;
}
 .pro1_con1_rig .rq .bot .bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
}
.fd::after {
  content: " ";
  display: block;
  clear: both;
}

.fd {
  zoom: 1;
}

/* 智能排水监测软件 */

/* content2 */
.prodat_con2{
  width: 100%;
  padding: 140px 0;
  background: rgb(245,245,247);
}
.prodat_con2 .lef{
  width: 43%;
  height: 360px;
  float: left;
  position: relative;
  background: #fff;
  border: 1px solid rgb(224,224,224);
  overflow: hidden;
}
.prodat_con2 .lef img{
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.prodat_con2 .lef:hover img{
  transform: translate(-50%,-50%) scale(1.05);
}
.prodat_con2 .rig{
  width: 57%;
  float: left;
  padding-left: 110px;
  padding-right: 135px;
  padding-top: 10px;
}
.prodat_con2 .rig .p1{
  font-size: 36px;
  color: #333333;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}
.prodat_con2 .rig .p1::before{
  content: '';
  width: 50px;
  height: 2px;
  background: rgb(21,137,204);
  position: absolute;
  bottom: 0;
  left: 0;
}
.prodat_con2 .rig .rq{
  width: 100%;
  height: 285px;
  overflow-y: auto;
}
.prodat_con2 .rig .p2{
  font-size: 16px;
  color: #777777;
  line-height: 30px;
}


/* prodat_con3 */
.prodat_con3{
  width: 100%;
  background-image: url(../images/img140.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 100px;
}
.prda_bt{
  font-size: 48px;
  color: #444444;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}
.prda_bt::before{
  content: '';
  width: 50px;
  height: 2px;
  background: rgb(38,124,178);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.prodat_con3 .prda_bt{
  color: #fff;
}
.prodat_con3 .prda_bt::before{
  content: none;
}
.prodat_con3 .rq{
  width: 100%;
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.prodat_con3 .rq .rq1{
  width: 20%;
  flex: 1;
}
.prodat_con3 .rq .rq1 div{
  width: 135px;
  height: 135px;
  margin: 0 auto;
  position: relative;
  transition: all .5s;
}
.prodat_con3 .rq .rq1:hover div{
  transform: translateY(-15px);
}
.prodat_con3 .rq .rq1 div::before{
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/img135.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.prodat_con3 .rq .rq1:hover div::before{
  animation: dt_3 20s linear infinite;
}
@keyframes dt_3{
  0%,100%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(360deg);
  }
}
.prodat_con3 .rq .rq1 div img{
  width: 51px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.prodat_con3 .rq .rq1 .p1{
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
.prodat_con3 .rq .rq1 .p2{
  width: 80%;
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin: 0 auto;
  text-align: center;
}

@media(max-width:1460px){
  .prodat_con2 {
    padding: 100px 0;
}
.prodat_con2 .rig {
  padding-left: 70px;
  padding-right: 100px;
}
.prodat_con2 .rig .p1 {
  font-size: 28px;
}
.prodat_con2 .rig .p2 {
  font-size: 14px;
}
.prda_bt {
  font-size: 38px;
  padding-bottom: 10px;
}
.prodat_con3 {
  padding-top: 60px;
  padding-bottom: 80px;
}
.prodat_con3 .rq {
  padding-top: 60px;
}
.prodat_con3 .rq .rq1 .p1 {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.prodat_con3 .rq .rq1 .p2 {
  width: 90%;
  font-size: 14px;
}
.prodat_con3 .rq .rq1 div {
  width: 110px;
  height: 110px;
}
.prodat_con3 .rq .rq1 div img {
  width: 41px;
}


}
@media(max-width:1260px){
  .prodat_con2 {
    padding: 70px 0;
}
.prodat_con2 .lef {
  height: 270px;
}
.prodat_con2 .lef img {
  /* width: 220px; */
}
.prodat_con2 .rig {
  padding-left: 30px;
  padding-right: 0px;
}
.prodat_con2 .rig .p1 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.prodat_con2 .rig .rq {
  height: 210px;
}
}
@media(max-width:991px){
  .prda_bt {
    font-size: 28px;
  }
  .prodat_con3 .rq {
    padding-top: 30px;
}
.prodat_con3 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.prodat_con3 .rq .rq1{
  width: 50%;
  margin-bottom: 10px;
  flex: auto;
}
.prodat_con3 .rq .rq1 .p1 {
  font-size: 18px;
}

}
@media(max-width:768px){
  .prodat_con2 {
    padding: 40px 0;
}
.prodat_con2 .lef,
.prodat_con2 .rig{
  width: 100%;
}
.prodat_con2 .rig{
 padding-top: 20px;
}


.prodat_con2 .rig .p1 {
  font-size: 22px;
}
.prodat_con2 .rig {
  padding-left: 10px;
}

}
@media(max-width:414px){
  .prodat_con3 .rq .rq1 .p1 {
    padding-top: 20px;
    padding-bottom: 10px;
}
.prodat_con3 .rq .rq1{
  margin-bottom: 20px;
}
.prodat_con2 .rig .p2 {
  font-size: 14px;
  line-height: 26px;
}
.prda_bt {
  font-size: 24px;
}
}



/* ab2_con6 */
.ab2_con6{
  width: 100%;
  padding-top: 85px;
  padding-bottom: 105px;
}
.ab2_con6 .p1{
  font-size: 48px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.ab2_con6 .p1 span{
  color: #265ebf;
}
.ab2_con6 .p2{
  font-size: 18px;
  color: #d0d0d0;
  text-transform: uppercase;
  text-align: center;
}
.ab2_con6 .rq{
  width: 100%;
  padding-top: 40px;
}
.ab2_con6 .rq .div{
  width: 100%;
  display: flex;
  background: rgb(246,246,246);
  margin-bottom: 20px;
}
.ab2_con6 .rq .div .lef{
  width: 41.5%;
  overflow: hidden;
}
.ab2_con6 .rq .div .lef img{
  width: 100%;
  vertical-align: middle;
}
.ab2_con6 .rq .div .rig{
  width: 58.5%;
  padding: 110px 45px;
  padding-bottom: 0px;
  position: relative;
}
.ab2_con6 .rq .div .rig i{
  font-size: 72px;
  color: #2e3235;
  font-family: "Impact";
  opacity: 0.1;
  position: absolute;
  right: 45px;
  top: 54px;
}
.ab2_con6 .rq .div .rig .p3{
  font-size: 24px;
  color: #265ebf;
  text-transform: uppercase;
}
.ab2_con6 .rq .div .rig .p4{
  font-size: 30px;
  color: #2e3235;
  padding-bottom: 24px;
  position: relative;
}
.ab2_con6 .rq .div .rig .p4::before{
  content: '';
  width: 20px;
  height: 2px;
  background: rgb(196,196,196);
  position: absolute;
  bottom: 0;
  left: 0;
}
.ab2_con6 .rq .div .rig .p5{
  font-size: 16px;
  color: #666666;
  padding-top: 33px;
  line-height: 28px;
}

@media(max-width:1459px){
  .ab2_con6 {
    padding-top: 64px;
    padding-bottom: 78px;
}
.ab2_con6 .p1 {
  font-size: 38px;
}
.ab2_con6 .p2 {
  font-size: 14px;
}
.ab2_con6 .rq .div .rig {
  padding: 82px 34px;
  padding-bottom: 0px;
}
.ab2_con6 .rq .div .rig .p3 {
  font-size: 18px;
}
.ab2_con6 .rq .div .rig .p4 {
  font-size: 22px;
  padding-bottom: 18px;
}
.ab2_con6 .rq .div .rig .p5 {
  font-size: 14px;
  padding-top: 24px;
  line-height: 24px;
}
.ab2_con6 .rq .div .rig i {
  font-size: 54px;
  right: 34px;
  top: 40px;
}
.ab2_con6 .rq {
  padding-top: 34px;
}

}
@media(max-width:1259px){
  .ab2_con6 .rq .div .rig {
    padding: 48px 30px;
    padding-bottom: 0px;
}
.ab2_con6 .rq .div .rig i {
  font-size: 54px;
  right: 34px;
  top: 25px;
}
}
@media(max-width:991px){
  .ab2_con6 {
    padding-top: 45px;
    padding-bottom: 40px;
}
.ab2_con6 .p1 {
  font-size: 28px;
}
.ab2_con6 .rq .div{
  flex-wrap: wrap;
}
.ab2_con6 .rq .div:nth-child(2n){
  flex-wrap: wrap-reverse;
}
.ab2_con6 .rq .div .lef{
  width: 100%;
}
.ab2_con6 .rq .div .rig{
  width: 100%;
  padding: 25px 30px;
    padding-bottom: 20px;
}


}
@media(max-width:500px){
  .ab2_con6 {
    padding-top: 45px;
    padding-bottom: 20px;
}
  .ab2_con6 .p1 {
    font-size: 24px;
}
.ab2_con6 .p2 {
  font-size: 13px;
}
.ab2_con6 .rq {
  padding-top: 18px;
}
.ab2_con6 .rq .div .rig {
  padding: 21px 15px;
  padding-bottom: 20px;
}
.ab2_con6 .rq .div .rig .p3 {
  font-size: 14px;
}
.ab2_con6 .rq .div .rig .p4 {
  font-size: 18px;
  padding-bottom: 10px;
}
.ab2_con6 .rq .div .rig .p5 {
  font-size: 14px;
  padding-top: 13px;
  line-height: 24px;
}
.ab2_con6 .rq .div .rig i {
  font-size: 47px;
  right: 15px;
  top: 5px;
}
}

.pro1_con1_rig .rq2{
  margin-top: 3%;
}
.pro1_con1_rig .rq2 .bot{
  position: relative;
}

.fl_t{
width: 100%;
position: sticky;
top: 80px;
z-index: 500;
background-color: #2f3336;
/* display: none; */
}
.fl_t .sp{
text-align: center;
font-size: 24px;

transition: .5s all;
line-height: 63px;
cursor: pointer;
position: relative;
display: block;
float: left;
width: 14%;
}
.fl_t .sp a{
color: #acadae;
display: block;
}
.fl_t .sp:hover{
padding-left: 10px;
background-color: #265ebf;
}
.fl_t .sp:hover a{
color: #fff;
}
.fl_t .sp.active{
padding-left: 10px;
background-color: #265ebf;
}
.fl_t .sp.active a{
color: #fff;

}
.fl_t .sp::before{
content: '';
display: inline-block;
width: 1px;
height: 22px;
transition: .5s all;
background-color: #6e7173;
position:absolute;
top:23px;
left:0;
}
.fl_t .sp.active::before{
content: '';
display: inline-block;
width: 4px;
height: 25px;
background-color: #fff;
position:absolute;
top:21px;
left:10px;
}
.fl_t .sp:hover::before{
content: '';
display: inline-block;
width: 4px;
height: 25px;
background-color: #fff;
position:absolute;
top:21px;
left:10px;
}
@media(max-width:1459px){

.fl_t .sp:hover::before{
  width: 3px;
  height: 22px;
  top: 17px;
  left: 10px;
}

.fl_t .sp.active::before {
  width: 3px;
  height: 22px;
  top: 17px;
  left: 10px;
}
.fl_t .sp::before {
  height: 19px;
  top: 19px;
  left: 0;
}
.fl_t .sp {
  line-height: 54px;
}
.fl_t .sp  a{
font-size: 18px;
}
}
@media(max-width:1259px){
.fl_t .sp:hover::before {
  top: 13px;
  left: 10px;
}
.fl_t .sp.active::before {
  top: 13px;
  left: 10px;
}
.fl_t .sp::before {
  top: 15px;
}
.fl_t .sp {
  line-height: 46px;
}
}
@media(max-width:991px){
  .fl_t{
    top:60px;
  }
.fl_t .sp  a{
  font-size: 14px;
}
 .fl_t .sp {
   font-weight: normal;
  line-height: 36px;
  font-size: 16px;
}
.fl_t .sp::before {
height: 14px;
top: 12px;
}
.fl_t .sp.active::before {
width: 2px;
height: 17px;
top: 10px;
}
.fl_t .sp:hover::before {
width: 2px;
height: 17px;
top: 10px;
}
.pro1_con1 {
  padding-top: 30px;
}
}
@media(max-width:500px){
.fl_t .sp {
  width: 21%;
}
.fl_t .sp.active::before {
height: 16px;
left: 6px;
}
}

.pro1_con1_rig .rq2 .bot .bottom{
padding-top: 50px;
background-color: #fff;
padding-bottom:50px;
padding-left: 50px;
padding-right:50px;
width: 100%;
}

.pro1_con1_rig .rq2 .bot{
position: relative;
}
.pro1_con1_rig .rq2 .bot{
background-color: #fff;
margin-top: 3%;
}
.firbot2{
margin-top: 0;
}
.pro1_con1_rig .rq2 .bot2 .top{
border-bottom: 2px solid #2f3336;
line-height: 60px;
}
.pro1_con1_rig .rq .bot .top .p{
font-weight: bold;
font-size: 24px;
color: #265ebf;
position: relative;
padding-left: 46px;
}
.pro1_con1_rig .rq .bot .top .p::before{
content: '';
display: inline-block;
width: 4px;
height: 26px;
background-color: #265ebf;
position:absolute;
top: 18px;
left: 21px;
}

.pro1_con1_rig .rq2 .bot2 .bottom img{
/* width: 100%; */
  max-width: 100%;
  height: auto !important;
}
.pro1_con1_rig .rq .bot .p1{
  font-size: 26px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}
.pro1_con1_rig .rq .bot .p2{
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}
.pro1_con1_rig .rq .bot .div{
  width: 100%;
  margin-bottom: 30px;
}
.pro1_con1_rig .rq .bot .div td,
.pro1_con1_rig .rq .bot .div th{
  font-size: 16px;
  color: #333;
  border: 1px solid #333;
  min-width: 165px;
  line-height: 26px;
  text-align: center;
  padding: 0 20px;
}
.pro1_con1_rig .rq .bot .div th{
  background: #D8D8D8;
}
.pro1_con1_rig .rq .bot .div1{
  width: 100%;
  margin-bottom: 30px;
}
.pro1_con1_rig .rq .bot .div1 img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.pro1_con1_rig .rq .bot .div1 p{
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 30px;
}

@media(max-width:1459px){
.pro1_con1_rig .rq .bot .top .p::before {
  width: 4px;
  height: 21px;
  position: absolute;
  top: 20px;
  left: 21px;
}
.pro1_con1_rig .rq .bot .top .p{
     font-size: 20px;    padding-left: 36px;
}

.pro1_con1_rig .rq .bot .bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 45px;
  padding-right: 45px;
}
.pro1_con1_rig .rq .bot .p1 {
  font-size: 18px;
  margin-bottom: 22px;
}
.pro1_con1_rig .rq .bot .p2 {
  font-size: 14px;
  margin-bottom:18px;
}
.pro1_con1_rig .rq .bot .div {
  margin-bottom: 22px;
}
.pro1_con1_rig .rq .bot .div1 p {
  font-size: 16px;
  margin-top: 6px;
}
.pro1_con1_rig .rq .bot .div td, .pro1_con1_rig .rq .bot .div th {
  font-size: 13px;
}

}
@media(max-width:991px){
  .pro1_con1_rig .rq .bot .bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
}
.pro1_con1_rig .rq .bot .top .p {
font-size: 18px;
font-weight: normal;
padding-left: 36px;
}
.pro1_con1_rig .rq2 .bot2 .top {
line-height: 47px;
}
.pro1_con1_rig .rq .bot .top .p::before {
width: 3px;
height: 20px;
top: 14px;
left: 21px;
}
}
@media(max-width:500px){
  .pro1_con1_rig .rq2 .bot .bottom table{
    width: 100% !important;
    }
.pro1_con1_rig .rq .bot .top .p {
  padding-left: 22px;
  font-size: 20px;
}
.pro1_con1_rig .rq2 .bot2 .top {
 line-height: 50px;
}
.pro1_con1_rig .rq .bot .top .p::before {
width: 2px;
height: 14px;
top: 19px;
left: 12px;
}
.pro1_con1_rig .rq .bot .bottom {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
overflow: hidden;
}

.pro1_con1_rig .rq .bot .bottom .table{
  width: 100%;
}
.pro1_con1_rig .rq .bot .bottom .table tr td p span{
  font-size: 14px !important;
   
}
.pro1_con1_rig .rq .bot .p1 {
  font-size: 20px;
  margin-bottom: 14px;
}
.pro1_con1_rig .rq .bot .p2 {
  font-size: 14px;
  margin-bottom: 16px;
}
.pro1_con1_rig .rq .bot .div td, .pro1_con1_rig .rq .bot .div th {
  font-size: 14px;
  min-width: 130px;
  line-height: 24px;
  padding: 0 10px;
}
.pro1_con1_rig .rq .bot .div1 {
  margin-bottom: 16px;
}
.pro1_con1_rig .rq .bot .div1 p {
  margin-top: 10px;
}

}

.pro1_con1 .por_con2_rig{
  width: 100%;
}



/* .解决方案 */
/*列表模板 - start*/
.case_con1{
  position: relative;
  top: 0;
}
.case_con1 .rig{
  width: 100%;
  text-align: left;
}

.support-item1 {
	display: block;
}
.support-item1 .m-img {
	width: 100%;
	height: 0;
	padding-bottom: 68.06282722513089%;
	overflow: hidden;
}
.support-item1 .m-img img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.support-item1 .m-cont {
	padding: 20px 0;
}
.support-item1 .m-tit {
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.support-item1 .m-des {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 40px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.support-list1 .row {
	margin: 0 -5px;
}
.btn-lookmore {
	display: inline-block;
	background: #fff;
	font-size: 12px;
	color: #777;
	line-height: 28px;
	padding: 0 14px;
	border: 1px solid #e0e0e0;
	border-radius: 15px;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.btn-lookmore i {
	color: #4468e6;
	font-size: 18px;
	margin-left: 5px;
	vertical-align: -3px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.support-item1:hover .m-tit {
	color: #4468e6;
}
.support-item1:hover .btn-lookmore {
	background: #4468e6;
	color: #fff;
	border-color: #4468e6;
}
.support-item1:hover .btn-lookmore i {
	color: #fff;
}
.support-list1 .col-sm-4,
.support-list1 .col-xs-6 {
	padding: 0 5px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.support-item1 .m-cont {
		padding: 25px 0;
	}

	.support-item1 .m-tit {
		font-size: 17px;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.support-item1 .m-des {
		font-size: 14px;
		line-height: 22px;
		max-height: 44px;
		height: 44px;
		margin-top: 8px;
		margin-bottom: 30px;
	}

	.support-list1 .row {
		margin: 0 -15px;
	}

	.support-list1 .col-sm-4,
	.support-list1 .col-xs-6 {
		padding: 0 15px;
		margin-bottom: 15px;
	}

	.btn-lookmore {
		font-size: 14px;
		line-height: 40px;
		padding: 0 24px;
		border-radius: 20px;
	}

	.btn-lookmore i {
		font-size: 22px;
		margin-left: 15px;
		vertical-align: -3px;
	}

	.support-item1:hover .m-img img {
		-webkit-transform: scale(1.04);
		transform: scale(1.04);
	}

	.support-list1 .row {
		margin: 0 -15px;
	}
}
@media (min-width: 1500px) {
	.support-item1 .m-img {
		overflow: hidden;
	}

	.support-item1 .m-img img {
		width: 100%;
	}

	.support-item1 .m-cont {
		padding: 30px 0;
	}

	.support-item1 .m-tit {
		font-size: 20px;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.support-item1 .m-des {
		font-size: 16px;
		line-height: 26px;
		height: 52px;
		max-height: 52px;
		margin-top: 10px;
		margin-bottom: 36px;
	}
}

/*列表模板 - end*/
/*case - start*/
.sec-case {
	padding: 30px 0 40px 0;
}
.sec-case .support-list {
	margin-bottom: 20px;
}
.sec-case .support-item {
	margin-bottom: 20px;
}
.sec-case .support-item .m-img {
	padding-bottom: 68.42105263157895%;
}
@media (min-width: 768px) {
	.sec-case {
		padding: 75px 0 90px 0;
	}
}
/*case - end*/
/* 小功能部件 start */
.btn-load {
	font-size: 12px;
	color: #4468e6;
	line-height: 36px;
	padding: 0 28px;
	border: 1px solid #4468e6;
	cursor: pointer;
  display: block;
  margin: 0 auto;
	margin-top: 0px;
}
@media (min-width: 768px) {
	.btn-load {
		font-size: 16px;
		line-height: 48px;
		padding: 0 38px;
		-webkit-transition: all .3s;
		transition: all .3s;
    margin-top: 35px;
	}

	.btn-load:hover {
		background: #4468e6;
		color: #fff;
	}
}
/* 小功能部件 end */




/* 修改案例 */
.case_con2{
  width: 100%;
  padding-top: 120px;
  padding-bottom: 105px;
  background: rgb(245,245,247);
  background-image: url(../images/);
    background-attachment: fixed;
}
.case_con2 .rq{
  width: 100%;
  padding-bottom: 50px;
}
.case_con2 .rq .rq1{
  width: 32.3333%;
  margin-right: 1.5%;
  float: left;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(90, 91, 95, 0.3);
  margin-bottom: 33px;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}
.case_con2 .rq .rq1:nth-child(3n){
  margin-right: 0;
}
.case_con2 .rq .rq1 .top{
  width: 100%;
  height: 300px;
  overflow: hidden; 
}
.case_con2 .rq .rq1 .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.case_con2 .rq .rq1:hover{
  transform: translateY(-10px);
}
.case_con2 .rq .rq1:hover .top img{
  transform: scale(1.05);
}
.case_con2 .rq .rq1:hover .bot .p4{
  color: #265ebf;
}
.case_con2 .rq .rq1 .bot{
  width: 100%;
  height: auto!important;
  overflow: hidden;
  padding:  25px;
  padding-top: 30px;
}
.case_con2 .rq .rq1 .bot .p1{
  font-size: 20px;
  color: #666666;
  transition: all .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case_con2 .rq .rq1:hover .bot .p1{
  color: #267cb2;
}
.case_con2 .rq .rq1 .bot .p2{
  font-size: 16px;
  color: #999999;
  font-family: "com";
  padding-top: 15px;
}
.case_con2 .rq .rq1 .bot .p3{
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  margin: 5px 0;
}
.case_con2 .rq .rq1 .bot .p4{
  font-size: 14px;
  color: #999999;
}
/* 成功案例新增修改 */
.case_con2 .rq .rq1 .mb{
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  vertical-align: middle;
  background: rgba(24, 158, 236, 0.8);
  padding: 30px;
  transition: all .8s;
}
.case_con2 .rq .rq1:hover .mb{
  top: 0;
}
.case_con2 .rq .rq1 .mb .p2 {
  font-size: 20px;
  color: #ffffff;
  font-family: "normal";
  padding-bottom: 10px;
}
.case_con2 .rq .rq1 .mb .p3 {
  font-size: 14px;
  color: #ffffff;
  font-family: "normal";
  line-height: 25px;
  width: 100%;
  opacity: 0.8;
  /*text-align: center;*/
}
.case_con2 .rq .rq1 .mb img {
  width: 20px;
  padding-top: 25px;
  transition: all .8s;
}
.fyq {
  /*    width: 345px;*/
  height: 55px;
  margin: 0 auto;
  display: table;
  width: auto;
}

.fyq li {
  width: 46px;
  height: 46px;
  background: rgb(204, 204, 204);
  float: left;
  margin-left: 8px;
  transition: all .3s;
}

.fyq li:first-child, .fyq li:last-child {
  background: #fff;
  background-image: url(../images/img148.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
  margin-right: 20px;
}

.fyq li:last-child {
  transform: rotate(180deg);
}

.fyq li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  font-family: "azk";
}

.fyq li a img {
  width: 7px;
  height: 12px;
  display: block;
  margin: 0 auto;
  margin-top: 19px;
}

.fyq li:hover {
  background: #265ebf;
}

.fyq li:first-child:hover,
 .fyq li:last-child:hover {
  background: #fff;
  background-image: url(../images/img147.png);
  background-repeat: no-repeat;
  background-position: center;
}

.fyq .on {
  background: #265ebf;
}
@media(max-width:1460px){
  .case_con2 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.case_con2 .rq .rq1 .bot .p1 {
  font-size: 18px;
  color: #666666;
  transition: all .5s;
}
.case_con2 .rq .rq1 .top {
  height: 258px;
}
.case_con2 .rq .rq1 .bot {
  padding: 20px;
}
.case_con2 .rq .rq1 .bot .p2 {
  font-size: 14px;
}





}
@media(max-width:1260px){
  .case_con2 .rq .rq1 .top {
    height: 209px;
}
.case_con2 .rq .rq1 .bot .p1 {
  font-size: 16px;
}
.case_con2 .rq .rq1 .bot {
  padding:  20px;
}
.case_con2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.case_con2 .rq {
  padding-bottom: 25px;
}



}
@media(max-width:991px){
  .case_con2 .rq .rq1{
    width: 49%;
    margin-right: 2%;
  }
  .case_con2 .rq .rq1:nth-child(3n){
    margin-right: 2%;
  }
  .case_con2 .rq .rq1:nth-child(2n){
    margin-right: 0;
  }
  .case_con2 .rq .rq1 .top{
    height: auto;
  }
  .fyq{
    height: 35px;
  }
  .fyq li {
    width: 35px;
    height: 35px;
    margin-left: 3px;
}
.fyq li a {
  line-height: 35px;
  font-size: 14px;
}
.fyq li:first-child, .fyq li:last-child {
  margin-left: 10px;
  margin-right: 10px;
}
}
@media(max-width:414px){
  .case_con2 .rq .rq1 .bot .p1 {
    font-size: 14px;
}
.case_con2 .rq .rq1 .bot {
  height: 80px;
  padding: 10px;
}
.case_con2 .rq .rq1 .bot .p2 {
  font-size: 12px;
  padding-top: 10px;
}
.case_con2 .rq .rq1{
  margin-bottom: 10px;
}
.case_con2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.case_con2 .rq .rq1 .mb{
  display: none;
}
}











/* 案例详情 */

.nesdeta_con1{
  width: 100%;
  background: rgb(246,246,246);
  padding-bottom: 140px;
  padding-top: 50px;
}
.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: 35px;
  border-bottom: 1px solid rgb(224,224,224);
  margin-bottom: 35px;
}
.nesdeta_con1 .lef .p1{
  font-size: 30px;
  color: #333333;
  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;
}
.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: #4468e6;
}
#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; 
  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; 
  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/img115.png);
}
.nesdeta_con1 .sy a:nth-child(2){
  padding-left: 0;
  padding-right: 20px;
  background-image: url(../images/img116.png);
  background-position-x: right;
 }
 .nesdeta_con1 .sy a:nth-child(3){
  background-image: url(../images/img117.png);
  padding-left: 30px;
 }
 .nesdeta_con1 .sy a:nth-child(1):hover{
  background-image: url(../images/img118.png);
 }
 .nesdeta_con1 .sy a:nth-child(2):hover{
  background-image: url(../images/img119.png);
 }
 .nesdeta_con1 .sy a:nth-child(3):hover{
  background-image: url(../images/img120.png);
 }

 .nesdeta_con1 .sy a:hover{
   color: #4468e6;
   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;
      margin-bottom: 30px;
 }
 .nesdeta_con1 .rig .p1::before{
   content: '';
   width: 4px;
   height: 29px;
   background: #4468e6;
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
 }
 .nesdeta_con1 .rig .p2{
   display: block;
  font-size: 16px;
  color: #666666;
  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: #4468e6;
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
 }
 .nesdeta_con1 .rig .p2:hover{
   color: #4468e6;
   letter-spacing: 1px;
 }
 .nesdeta_con1 .rig .rq3{
   width:100%;
   position: relative;
   height: 50px;
 }
 
.nesdeta_con1 .rig .rq3 a{
  font-size: 16px;
  color: #666666;
  text-align: center;
  transition: all .3s;
}
.nesdeta_con1 .rig .rq3 a:nth-child(1){
  width: 10px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/img115.png);
  background-repeat: no-repeat;
  transition: all .3s;
}
.nesdeta_con1 .rig .rq3 a:nth-child(1):hover{
  background-image: url(../images/img118.png);
}
.nesdeta_con1 .rig .rq3 a:nth-child(2){
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-image: url(../images/img117.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{
  background-image: url(../images/img120.png);
  color: #4468e6
}
.nesdeta_con1 .rig .rq3 a:nth-child(3){
  width: 10px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/img116.png);
  background-repeat: no-repeat;
  transition: all .3s;
}
.nesdeta_con1 .rig .rq3 a:nth-child(3):hover{
  background-image: url(../images/img119.png);
}

.nesdeta_con1 .rig .p1{
  margin-top: 49px;
}
@media(max-width:1459px){
  .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 {
    padding-bottom: 88px;
  }
  .nesdeta_con1 .rig{
    display: none;
  }
  .nesdeta_con1 .lef{
    width: 100%;
  }
  .nesdeta_con1 .lef .p1 {
    font-size: 22px;
  }
  .nesdeta_con1 .foot-container {
    padding-top: 31px;
  }
  
}
@media(max-width:768px){
  .nesdeta_con1 .lef {
    padding: 0 0px;
  }
  .nesdeta_con1 .lef .top .rq{
    display: none;
  }
  .nesdeta_con1 .lef .top {
    padding-bottom: 13px;
  }
}
@media(max-width:414px){
  .nesdeta_con1 {
    padding-top: 0px;
}
  .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(1),
  .nesdeta_con1 .sy a:nth-child(2){
    background-size: 7px 14px;
  }
  .nesdeta_con1 .sy a:nth-child(3){
    background-size: 15px;
  }
}



/* 技术服务 */
/* 研发生产 - start */
.sec-yfsc {
	padding: 60px 0;
}

.yfsc-pane {
	margin-bottom: 40px;
  position: relative;
}
.yfsc-pane .i{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-200px);
}
.yfsc-pane h5 {
	font-size: 25px;
	line-height: 1.266666666666667;
	border-left: 3px solid #4468e6;
	padding-left: 6px;
	margin-bottom: 22px;
}

.yfsc-des {
	font-size: 12px;
	line-height: 1.875;
	color: #666;
}

.yfsc-pane img {
	max-width: 100%;
	/* width: 100%; */
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {

	.sec-yfsc {
		padding: 60px 0;
	}

	.yfsc-pane {
		margin-bottom: 60px;
	}

	.yfsc-pane h5 {
		font-size: 30px;
		margin-bottom: 26px;
		padding-left: 10px;
	}

	.yfsc-des {
		font-size: 16px;
	}
}
@media (max-width: 1459px){
  .sec-yfsc {
    padding: 45px 0;
}
  .yfsc-pane h5 {
    font-size: 24px;
    margin-bottom: 17px;
    padding-left: 8px;
}
.yfsc-des {
  font-size: 15px;
}
.yfsc-pane {
  margin-bottom: 35px;
}

}
@media (max-width: 500px){

  .yfsc-pane h5 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 6px;
}
.yfsc-pane h5 {
  line-height: 100%;
  border-left: 2px solid #4468e6;

}
.yfsc-des {
  font-size: 14px;
}
.yfsc-pane {
  margin-bottom: 20px;
}
}

/* 研发生产 - end */







/* 联系我们 */

/* 联系我们 */
.contact{
  width: 100%;
  overflow: hidden;
}
.contact .map{
  padding: 75px 0;
}
.contact .map .cont_lef{
  width: 50%;
  height: 325px;
  float: left;
}
.contact .map .cont_lef img{
  width: 100%;
  height: 100%;
}
.cont_rig{
  width: 48%;
  height: auto;
  float: right;
}
.cont_rig .p1{
  font-size: 22px;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  background-image: url(../images/dw.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
  margin-bottom: 10px;
}
.cont_rig span{
  font-size: 16px;
  display: block;
  color: #777;
  text-indent: 40px;
  line-height: 30px;
}
.cont_erwm{
  width: 91px;
  height: 100%;
  margin-left: 40px;
  margin-top: 20px;
}
.cont_erwm img{
  width: 100%;
}
.cont_erwm p{
  font-size: 12px;
  color: #666666;
  text-align: center;
}
/* 零奔洋分支机构 */
.contact .lby{
  width: 100%;
}
.contact .fzjg{
  width: 100%;
  height: 80px;
  background: rgb(12,90,164);
  line-height: 80px;
}
.contact .fzjg .fzjgjz{
 text-align: left;
 font-size: 24px;
 color: #fff;
 font-weight: bold;
}
.contact .lby .mainrq{
  padding: 75px 0;
}
.contact .mainrq .cont_rig{
  float: left;
  width: 50%;
  border-right: 1px solid rgb(218,218,218);
  padding-left: 150px;
}
.contact .mainrq .cont_rig:nth-child(2){
  border: none;
}

/* 零奔洋营销网络 */
.contact .yxwl{
  width: 100%;
  background: rgb(249,249,249);
}
.contact .yxwl .yxwljz{
  padding: 75px 0;
}
.contact .yxwl .yxwljz p{
  font-size: 30px;
  color: #777;
}
.contact .yxwl .yxwl_1{
  width: 49%;
  height: 140px;
  float: left;
  margin-right: 2%;
  margin-top: 37px;
  background: #fff;
}
.contact .yxwl .yxwl_1:nth-child(2n){
  margin-right: 0;
}
.contact .yxwl_1 .bsc{
  width: 24%;
  height: 140px;
  border-right: 1px solid rgb(241,241,241);
  overflow: hidden;
  float: left;
  display: table;
}
.contact .yxwl_1 .bsc p{
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.contact .yxwl_1 .bsc_rig{
  width: 76%;
  height: 140px;
  float: right;
  padding-left: 10px;
  display: table;
}
.contact .yxwl_1 .bsc_rig div{
  display: table-cell;
  vertical-align: middle;
}

.contact .yxwl_1 .bsc_rig p{
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}
.relation{
  width: 100%;
  height: 308px;
  background-image: url(../images/hzhbbj.jpg);
  background-size: cover;
  padding: 50px 0;
}
.relation p{
  font-size: 36px;
  color: #fff;
  text-align: center;
  background-image: url(../images/btbj3.png);
  background-repeat: no-repeat;
  background-position: center;
}
.relation span{
  font-size: 20px;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 45px;
}
.relation .srk{
}
.relation .srk input{
  width: 388px;
  height: 76px;
  font-size: 20px;
  color: #333;
  background: #fff;
  text-indent: 2em;
  margin-right: 8px;
  border: none;
  vertical-align: middle;
}
.relation .srk button{
  width: 185px;
  height: 76px;
  font-size: 20px;
  color: #333;
  background: #fff;
  vertical-align: middle;
}
@media(max-width:1459px){
  .contact .mainrq .cont_rig {
    padding-left: 80px;
}
.relation .srk input {
  width: 292px;
  height: 58px;
  font-size: 16px;
  text-indent: 1em;
  margin-right: 8px;
}
.relation .srk button {
  width: 185px;
  height: 57px;
  font-size: 16px;
}
}
@media(max-width:1420px){
.relation .srk input{
    width: 25%;
    }
.relation .srk button{
    width: 19%;
}
}
@media(max-width:1259px){
  .relation .srk input{
    height: 50px;
}
.relation .srk button{
    height: 50px;
}
.contact .mainrq .cont_rig {
  padding-left: 30px;
}
}
@media(max-width:1220px){
  
    /* 联系我们 */
  .contact .map .cont_lef{
      width: 55%;
  }
  .contact .map .cont_rig{
      width: 43%;
  }
  .contact .mainrq .cont_rig{
      padding-left: 50px;
  }
  .contact .yxwl .yxwl_1{
      width: 49%;
      margin-right: 2%;
  }
  .contact .yxwl .yxwl_1:nth-child(2n){
      margin-right: 0;
  }
  .contact .yxwl_1 .bsc{
      width: 25%;
      font-size: 14px;
  }
  .contact .yxwl_1 .bsc_rig{
      width: 75%;
  }
}
@media(max-width:1024px){
      /* 联系我们 */
      .contact .map .cont_lef,.contact .map .cont_rig{
        width: 100%;
    }
    .contact .mainrq .cont_rig{
        padding: 0 10px;
    }
    .contact .yxwl .yxwl_1{
        width: 100%;
    }
    .contact .yxwl_1 .bsc {
      padding-top: 0;
      line-height: 140px;
   }
   .relation{
    height: auto;
}
.relation .srk input{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.relation .srk button{
    width: 100%;
    display: block;
    margin: 0 auto;
}
}
@media(max-width:768px){
  .contact .wrap{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .relation p{
    font-size: 32px;
}
.relation span{
    font-size: 18px;
}
.relation .srk input {
    height: 60px;
    font-size: 18px;
}
.relation .srk button {
    height: 60px;
    font-size: 18px;
}
.relation p{
  background-size: 320px;
}
}
@media(max-width:592px){
  .contact .products_navzd2 .products_nav .nei_anchor{
    float: right;
}
.cont_rig span{
  text-indent: 0%;
  font-size: 14px;
  
}
.cont_rig .p1 {
  font-size: 18px;
  margin-bottom: 35px;
}

.contact .mainrq .cont_rig{
  float: none;
  width: 100%;
  border: none;
}
.cont_erwm{
  display: none;
}
.cont_rig .p1{
  margin-bottom: 0;
  margin-top: 30px;
}
.contact .lby .mainrq{
  padding: 20px 0;
  padding-bottom: 50px;
}
.contact .yxwl_1 .bsc {
  height: auto;
  line-height: 25px;
  margin-bottom: 5px;
}

.contact .yxwl .yxwljz p {
  font-size: 24px;
  margin-bottom: 10px;
}
.contact .yxwl_1 .bsc_rig p{
  font-size: 14px;
  margin-bottom: 0;
}
.contact .yxwl_1 .bsc p{
  text-align: left;
  font-size: 18px;
}
.contact .yxwl .yxwljz{
  padding: 45px 0;
}
.contact .yxwl_1 .bsc{
  float: none;
  width: 100%;
}
.contact .yxwl_1 .bsc_rig{
  float: none;
  width: 100%;
  padding-left: 0;
  padding-bottom: 0;
  height: auto;
}
.contact .yxwl_1 .bsc{
  height: auto;
  line-height: 25px;
  text-align: left;
}
.contact .yxwl_1{
  padding: 15px 10px;
  
}
.contact .yxwl .yxwl_1{
  height: auto;
  margin-top: 10px;
}
.relation span{
  padding: 0 15px;
}


}
@media(max-width:500px){
  .sol_con1.con_sol .lef {
    display: block;
}
}
@media(max-width:414px){
  .relation p {
    background-size: 280px;
}
  .contact .map{
    padding: 40px 0;
}
.contact .fzjg .fzjgjz{
    font-size: 20px;
}
.relation span {
  font-size: 14px;
}
.relation p {
  font-size: 24px;
}
.relation {
  padding: 20px 0;
}
.relation span {
  margin-bottom: 20px;
}
.relation .srk input {
  height: 41px;
  font-size: 16px;
}
.relation .srk button {
  height: 46px;
  font-size: 16px;
}
}


/* 人才招聘 */
.recru{
  width: 100%;
  min-height: 500px;
  padding-bottom: 90px;
}

.recru .recru_jz .bt{
  margin-top: 60px;
  margin-bottom: 30px;
}
.recru .recru_jz .recru_1{
  width: 49%;
  height: 465px;
  float: left;
  margin-right: 2%;
  box-shadow: 0 0 10px 0 rgb(233,233,233);
  margin-top: 20px;
  padding: 35px 28px;
}
.recru .recru_jz .recru_1:nth-child(2n){
  margin-right: 0;
}
.recru .recru_1{
  font-size: 20px;
  color: #666;
}
.recru .recru_1 div{
  width: 100px;
  height: 30px;
  border: 1px solid rgb(232,232,232);
  font-size: 14px;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin: 15px 0;
}
.recru .recru_1 .tj{
  width: 100%;
  border: none;
  height: 200px;
  text-align: left;
  overflow: hidden;
  overflow-y: auto;
}
.recru_1 .tj::-webkit-scrollbar {
  width: 2px;
  background-color: #136091;
  border-radius:50px;
}
.recru_1 .tj::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color:#999999
}
.recru_1 .tj::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #136091
}
.recru .recru_1 span{
  font-size: 14px;
  color: #777;
  display: block;
  line-height: 25px;
}
.recru .recru_1 .p1{
  font-size: 14px;
  color: #0c5aa4;
  margin: 25px 0;
}
.recru .recru_1 button{
  font-size: 14px;
  color: #fff;
  width: 130px;
  height: 40px;
  background: rgb(12,90,164);
  border-radius: 40px;
}
.recru .recru_1 button a{
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  color: #fff;
  width: 130px;
  height: 40px;
  background: rgb(12,90,164);
  border-radius: 40px;
  line-height: 40px;
}

@media(max-width:768px){
  .recru .recru_jz .recru_1{
    width: 100%;
}
}
@media(max-width:592px){
  .recru .products_navzd2 .products_nav .nei_anchor{
    float: right;
}
.recru .recru_jz .bt {
  margin-top: 40px;
  margin-bottom: 5px;
}
.recru_jz .fy{
  margin-top: 40px;
}
.recru{
  padding-bottom: 40px;
}
.recru .recru_jz .recru_1 {
  height: auto;
  margin-top: 20px;
  padding: 20px 17px;
}
.recru .recru_1 button,
.recru .recru_1 button a {
  font-size: 12px;
  width: 100px;
  height: 34px;
  border-radius: 34px;
  line-height: 34px;
}
}






/* 关于我们 */
.ab1_con1{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}
.ab1_con1 .bj{
  width: 496px;
  position: absolute;
  top: 80px;
  left: 170px;
  z-index: -1;
}
.ab1_con1 .p1{
  font-size: 44px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.ab1_con1 .p2{
  font-size: 20px;
  color: #666666;
  text-align: center;
  margin-top: 18px;
}
.ab1_con1 .rq{
  width: 100%;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ab1_con1 .rq .lef{
  width: 50%;
  padding-top: 18px;
}
.ab1_con1 .rq .lef .p3{
  font-size: 16px;
  color: #777777;
  margin-bottom: 28px;
  line-height: 28px;
}
.ab1_con1 .rq .rig{
  width: 40%;
}
.ab1_con1 .rq .rig img{
  width: 100%;
}
.ab1_con1 .rq1{
  width: 100%;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
.ab1_con1 .rq1 .div .p3{
  font-size: 24px;
  color: #777;
  text-align: center;
}
.ab1_con1 .rq1 .div .p3 span{
  font-family: "din";
  font-size: 80px;
  color: #2f72ff;
}
.ab1_con1 .rq1 .div .p3 i{
  font-size: 55px;
  color: #2f72ff;
  font-weight: bold;
}
.ab1_con1 .rq1 .div .p4{
  font-size: 18px;
  color: #777777;
  text-align: center;
}

@media(max-width:1459px){
  .ab1_con1 {
    padding-top: 60px;
    padding-bottom: 50px;
}
.ab1_con1 .bj {
  width: 375px;
  top: 60px;
  left: 130px;
}
.ab1_con1 .p1 {
  font-size: 33px;
}
.ab1_con1 .p2 {
  font-size: 16px;
  margin-top: 10px;
}
.ab1_con1 .rq {
  padding-top: 45px;
}
.ab1_con1 .rq .lef {
  padding-top: 12px;
}
.ab1_con1 .rq .lef .p3 {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
}
.ab1_con1 .rq1 .div .p3 span {
  font-size: 60px;
}
.ab1_con1 .rq1 .div .p3 {
  font-size: 18px;
}
.ab1_con1 .rq1 .div .p3 i {
  font-size: 40px;
}
.ab1_con1 .rq1 .div .p4 {
  font-size: 14px;
}

}
@media(max-width:991px){
  .ab1_con1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ab1_con1 .p1 {
  font-size: 26px;
}
.ab1_con1 .p2 {
  font-size: 14px;
  margin-top: 8px;
}
.ab1_con1 .rq {
  padding-top: 34px;
}
.ab1_con1 .rq .lef{
  width: 100%;
  padding-right: 0;
  padding-top: 0;
}
.ab1_con1 .rq .rig{
  display: none;
}
.ab1_con1 .rq1 .div .p3 span {
  font-size: 44px;
}
.ab1_con1 .rq1 .div .p3 {
  font-size: 14px;
}
.ab1_con1 .rq1 .div .p3 i {
  font-size: 28px;
}


}
@media(max-width:500px){
  .ab1_con1 .p1 {
    font-size: 24px;
}
.ab1_con1 .bj {
  width: 375px;
  top: 0px;
  left: 0px;
}
.ab1_con1 .rq {
  padding-top: 16px;
}
.ab1_con1 .rq .lef .p3 {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 26px;
}
.ab1_con1 .rq1{
  flex-wrap: wrap;
}
.ab1_con1 .rq1 .div{
  width: 50%;
  margin-bottom: 15px;
}
.ab1_con1 .rq1 .div .p3 span {
  font-size: 36px;
}

}
/* ab1_con5 */
.ab1_con5{
  width: 100%;
  padding-top: 128px;
  padding-bottom: 115px;
  position: relative;
}
.ab1_con5 .lef{
  width: 50%;
  float: left;
  padding-top: 45px;
  padding-right: 30px;
}
.ab1_con5 .lef .p1{
  font-size: 44px;
  color: #333333;
  font-weight: bold;
}
.ab1_con5 .lef .div{
  padding-top: 70px;
}
.ab1_con5 .lef .div p{
  width: 49%;
  margin-right: 2%;
  float: left;

}
.ab1_con5 .lef .div p:nth-child(2n){
  margin-right: 0;
}
.ab1_con5 .lef .div p a{
  font-size: 16px;
  color: #666666;
  line-height: 34px;
  padding-left: 22px;
  display: inline-block;
  position: relative;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;

}
.ab1_con5 .lef .div p a:hover{
  color: #2f72ff;
}
.ab1_con5 .lef .div p a::before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2f72ff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ab1_con5 .lef .div p a::after{
  content: '';
  width: 0%;
  height: 1px;
  background: #2f72ff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s;
}
.ab1_con5 .lef .div p a:hover::after{
  width: 100%;
}

.ab1_con5 .rig{
  width: 50%;
  height: 395px;
  position: relative;
  float: right;
  background: rgb(246,246,246);
}
.ab1_con5 .swiper-container,
.ab1_con5 .swiper-wrapper,
.ab1_con5 .swiper-slide{
  width: 100%;
  height: 100%;
}
.ab1_con5 .rig .swiper-slide .div{
  width: 49%;
  height: 100%;
  margin-right: 2%;
  float: left;
  position: relative;
}
.ab1_con5 .rig .swiper-slide .div:nth-child(2){
  margin-right: 0;
}

.ab1_con5 .rig img{
  max-width: 95%;
  max-height: 95%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media(max-width:1459px){
  .ab1_con5 {
    padding-top: 95px;
    padding-bottom: 87px;
}
.ab1_con5 .lef {
  padding-top: 34px;
  padding-right: 22px;
}
.ab1_con5 .lef .p1 {
  font-size: 33px;
}
.ab1_con5 .lef .div {
  padding-top: 43px;
}
.ab1_con5 .lef .div p a {
  font-size: 15px;
  line-height: 30px;
  padding-left: 16px;
}
.ab1_con5 .rig {
  height: 300px;
}

}
@media(max-width:991px){
  .ab1_con5 .lef{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .ab1_con5 .rig{
    width: 100%;
  }
  .ab1_con5 {
    padding-top: 45px;
    padding-bottom: 54px;
}
.ab1_con5 .lef .p1 {
  font-size: 26px;
}
.ab1_con5 .lef .div {
  padding-top: 18px;
}




}
@media(max-width:500px){
  .ab1_con5 .lef .div {
    padding-top: 12px;
}
.ab1_con5 .lef .div p a {
  font-size: 14px;
  line-height: 28px;
  padding-left: 12px;
}
.ab1_con5 .lef .div p a::before {
  width: 4px;
  height: 4px;
}
.ab1_con5 .rig {
  height: 180px;
}
.ab1_con5 {
  padding-top: 45px;
  padding-bottom: 36px;
}
.ab1_con5 .lef .p1 {
  font-size: 24px;
}
}
@media(max-width:375px){
  .ab1_con5 .rig {
    height: 165px;
  }
}
/* ab1_con8 */
.ab1_con8{
  width: 100%;
  padding-top: 95px;
  padding-bottom: 92px;
  background: rgb(246,246,246);
  position: relative;
}
.ab1_con8 .rq{
  width: 100%;
  position: relative;
}
.ab1_con8 .rq .p1{
  font-size: 44px;
  color: #333333;
  font-weight: bold;
}
.ab1_con8 .rq .rq1{
  width: 100%;
  padding-top: 45px;
}
.ab1_con8 .rq .rq1 .swiper-container{
  padding: 10px 2px;
}
.ab1_con8 .rq .rq1 .swiper-slide{
  height: 75px;
  background: #fff;
  border: 1px solid rgb(211,211,211);
  position: relative;
  transition: all .5s;    
}
.ab1_con8 .rq .rq1 .swiper-slide:hover{
  box-shadow: 0px 10px 10px 0px rgba(90,91,95,0.3);
  transform: translate3d(0,-3px,0);
}
.ab1_con8 .rq .rq1 .swiper-slide img{
  max-width: 75%;
  max-height: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;    
}
.ab1_con8 .swiper-button-next,
.ab1_con8 .swiper-button-prev{
  width: 71px;
  height: 46px;
  background-image: url(../images/ab1_con7_img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px;
  left: 95%;
  margin-top: 0;
  transition: all .5s;
}
.ab1_con8 .swiper-button-prev{
  left: 89%;
  transform: rotate(180deg);
}
.ab1_con8 .swiper-button-next:hover,
.ab1_con8 .swiper-button-prev:hover{
  background-image: url(../images/ab1_con7_img3.png);
}

@media(max-width:1459px){
  .ab1_con8 {
    padding-top: 72px;
    padding-bottom: 70px;
}
.ab1_con8 .rq .p1 {
  font-size: 33px;
}
.ab1_con8 .swiper-button-next, .ab1_con8 .swiper-button-prev {
  width: 52px;
  height: 34px;
}
.ab1_con8 .rq .rq1 {
  padding-top: 34px;
}




}
@media(max-width:991px){
  .ab1_con8 {
    padding-top: 45px;
    padding-bottom: 50px;
}
.ab1_con8 .rq .p1 {
  font-size: 26px;
}
.ab1_con8 .rq .rq1{
  padding-top: 24px;
}
.ab1_con8 .swiper-button-next, .ab1_con8 .swiper-button-prev {
  width: 40px;
  height: 27px;
}




}
@media(max-width:500px){
  .ab1_con8 {
    padding-top: 30px;
    padding-bottom: 34px;
}
.ab1_con8 .rq .p1 {
  font-size: 24px;
}
.ab1_con8 .rq .rq1 {
  padding-top: 16px;
}
.ab1_con8 .swiper-button-next, .ab1_con8 .swiper-button-prev {
  left: 88%;
}
.ab1_con8 .swiper-button-prev {
  left: 74%;
}
.ab1_con8 .rq .rq1 .swiper-slide {
  height: 55px;
}
}

.sy_con8 .rq .rig .bot .div1 a{
  line-height: 50px;
}
@media (max-width: 1459px){
  .sy_con8 .rq .rig .bot .div1 a {
    line-height: 42px;
}
}
@media (max-width: 1259px){
  .sy_con8 .rq .rig .bot .div1 a {
    line-height: 35px;
}
}








/* 新闻 */
.job1{
  width: 100%;
}
.job1 .p1{
  font-size: 30px;
  color: #ffffff;
  line-height: 80px;
  text-align: center;
  background: rgb(7,79,161);
  position: relative;
}
.job1 .p1 span{
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
  font-weight: bold;
}
.job4,
.job3{
  width: 100%;
  margin-top: 25px;
}
.job4 .p1,
.job3 .p1 {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  background: #2f72ff;
  position: relative;
}
.job4 .p1 span,
.job3 .p1 span {
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #fff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
}
.job3 .rq{
  width: 100%;
  padding: 10px 15px;
  background: #fff;
}
.job3 .rq .swiper-slide a{
  display: block;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed rgb(229,229,229);
  display: flex;
}
.job3 .rq .swiper-slide a .lef{
  width: 39%;
}
.job3 .rq .swiper-slide a .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.job3 .rq .swiper-slide a:hover .lef img{
  transform: scale(1.05);
}
.job3 .rq .swiper-slide a .rig{
  width: 61%;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  align-content:center;
  align-items:center;
}
.job3 .rq .swiper-slide a .rig .p2{
  font-size: 16px;
  color: #666666;
  transition: all .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.job3 .rq .swiper-slide a:hover .rig .p2{
  color: #2f72ff;
}
/* job4 */
.job4 .rq{
  padding: 0 15px;
  padding-bottom: 25px;
  width: 100%;
  background: #ffffff;
}
.job4 .rq a{
  width: 100%;
  display: block;
  border-bottom: 1px dashed rgb(229,229,229);
  font-size: 14px;
  color: #666666;
  line-height: 45px;
  padding-left: 12px;
  position: relative;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.job4 .rq a::before{
  content: '';
  width: 5px;
  height: 5px;
  background: #2f72ff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.job4 .rq a:hover{
  color: #2f72ff;
  padding-left: 15px;
}

.job2{
  width: 100%;
  margin-top: 25px;
}
.job2 .p1{
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  background: #2f72ff;
  position: relative;
}
.job2 .p1 span{
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #fff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
}
.job2 .rq{
  width: 100%;
  background: #fff;
  padding: 12px;
}
.job2 .rq a{
  display: inline-block;
  line-height: 22px;
  border: 1px solid rgb(209,210,211);
  padding: 0 13px;
  font-size: 12px;
  color: #999999;
  border-radius: 3px;
  margin-bottom: 4px;
  transition: all .5s;
}
.job2 .rq a:hover{
  color: #fff;
  background: #2f72ff;
  border: 1px solid #2f72ff;
}
@media(max-width:1459px){
  .job1 .p1 span {
    font-size: 30px;
  }
  .job4 .p1, .job3 .p1{
    font-size: 18px;
    line-height: 45px;
  }
  .job4 .p1 span,
  .job3 .p1 span {
    font-size: 28px;
  }
  .job3 .rq .swiper-slide a .rig {
    padding-left: 13px;
}
.job3 .rq .swiper-slide a .rig .p2 {
  font-size: 14px;
}
.job3 .rq .swiper-slide a {
  padding: 8px 0;
}
.job4 .rq a {
  font-size: 12px;
  line-height: 37px;
}
.job2 .p1 {
  font-size: 18px;
  line-height: 45px;
}
.job2 .p1 span {
  font-size: 28px;
}
.job2 .rq a {
  font-size: 12px;
}
}
@media(max-width:1259px){
  .ca_dat .rq2 .bot .p3{
    font-size: 14px;
  }
  .job3 .rq .swiper-slide a .rig .p2 {
    font-size: 12px;
}

}
/* 新闻中心 */
.new_sol{
  background: rgb(248,248,248);
}
.new_sol .lef{
  display: none;
}
.news_con1{
  width: 100%;
  background: rgb(248,248,248);
  padding-bottom: 30px;
}
.news_con1 .lef {
  width: 20%;
  float: left;
}
.news_con1 .rig {
  width: 77.5%;
  float: right;
  background: #fff;
  padding-bottom: 50px;
}
.news_con1 .job1 .rq {
  width: 100%;
  background: #fff;
}
.news_con1 .job1 .rq a:hover,
.news_con1 .job1 .rq a.on{
  background: url(../images/img121.png) #2f72ff;
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 90%;
  color: #fff;
  border-bottom:none;
}
.news_con1 .job1 .rq a {
  display: block;
  font-size: 16px;
  color: #2f3336;
  line-height: 50px;
  padding-left: 32px;
  padding-right: 35px;
  border-bottom: 1px dashed rgb(229,229,229);
}
.news_con1 .job1 .rq a:last-child {
  border-bottom: none;
}
.news_con1 .rig .p1{
  font-size: 24px;
  line-height: 70px;
  padding-left: 25px;
  color: #2f72ff;
  border-bottom: 2px solid rgb(47,51,54);
}
.news_con1 .rig .rq1{
  padding: 0 27px;
  padding-bottom: 30px;
}
.news_con1 .rig .rq2{
  display: block;
  width: 100%;
  border-bottom: 1px dashed rgb(229,229,229);
  padding: 24px 0;
}
.news_con1 .rig .rq2 .lef{
  width: 37.3%;
  float: left;
}
.news_con1 .rig .rq2 .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.news_con1 .rig .rq2:hover .lef img{
  transform: scale(1.05);
}
.news_con1 .rig .rq2 .rig{
  width:55%;
  float: left;
  padding-top: 30px;
  padding-left: 30px;
}
.news_con1 .rig .rq2 .rig .p2{
  font-size: 20px;
  color: #2f3336;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.news_con1 .rig .rq2:hover .rig .p2{
  color: #2f72ff;
}
.news_con1 .rig .rq2 .rig .p3{
  font-size: 14px;
  color: #a8a8a8;
  margin-top: 15px;
}
.news_con1 .rig .rq2 .rig .p4{
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_con1 .rig .rq2 .rig .p5{
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
}

/* news_con2 */
.news_con2{
  width: 100%;
  padding-top: 53px;
  padding-bottom: 60px;
  background: rgb(248,248,248);
}
.news_con2 .p1 {
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  background: rgb(58,116,255);
  padding-left: 37px;
  position: relative;
}
.news_con2 .p1::before {
  content: '';
  width: 4px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
}
.news_con2 .p1 a {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: "din";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.news_con2 .p1 a::before {
  content: '';
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.news_con2 .rq{
  width: 100%;
  background: #fff;
}
.news_con2 .rq1{
  width: 48%;
  height: 191px;
  float: left;
  margin-right: 4%;
  padding: 20px;
  border-bottom: 1px solid rgb(238,238,238);
}
.news_con2 .rq1:nth-child(2n){
  margin-right: 0;
}
.news_con2 .rq1 .p2 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.news_con2 .rq1 .p3 {
  font-size: 16px;
  color: #999999;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_con2 .rq1 button {
  font-size: 18px;
  color: #333333;
  width: 80px;
  height: 42px;
  background: rgb(221,221,221);
  transition: all .5s;
  margin-top: 20px;
}
.news_con2 .rq1:hover button {
  background: #2f72ff;
  color: #fff;
}
/* 新闻中心 分辨率 */
@media(max-width:1459px){
  .news_con1 .rig .p1 {
    font-size: 18px;
    line-height: 50px;
    padding-left: 25px;
}
.news_con1 .rig .rq2 .rig .p2 {
  font-size: 18px;
}
.news_con1 .rig .rq2 .rig {
  padding-top: 5px;
  padding-left: 18px;
}
.news_con2 .p1 a {
  font-size: 14px;
}
.news_con2 .p1 a::before {
  width: 15px;
  height: 1px;
  left: -22px;
  top: 48%;
}
.news_con2 .p1 {
  font-size: 18px;
  line-height: 45px;
  padding-left: 32px;
}
.news_con2 .p1::before {
  width: 2px;
  height: 17px;
  top: 52%;
  left: 22px;
}
.news_con2 .rq1 button {
  font-size: 14px;
  width: 70px;
  height: 32px;
  margin-top: 20px;
}
.news_con2 .rq1 {
  height: 181px;
}
.news_con1 .job1 .rq a {
  font-size: 14px;
  line-height: 38px;
}

}
@media(max-width:1259px){
  .news_con1 .rig .rq2 .rig .p4 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
}
.news_con1 .rig .rq2 .rig {
  padding-top: 0px;
  padding-left: 18px;
}
.news_con1 .rig .rq2 {
  padding: 15px 0;
}

}
@media(max-width:991px){
  .news_con1 .lef{
    display: none;
  }
  .news_con1 .rig{
    width: 100%;
  }
  .news_con1 .rig .rq2 .lef{
    display: block;
  }

}
@media(max-width:768px){
  .new_sol .lef{
    display: block;
  }
  .news_con1 .rig .rq2 .lef{
    width: 100%;
  }
  .news_con1 .rig .rq2 .rig{
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
  .news_con1 .rig .rq2:hover .lef img {
    transform: scale(1);
}
.news_con2 .rq1{
  width: 100%;
  margin-right: 0;
}
}
@media(max-width:500px){
  .news_con2 {
    padding-top: 36px;
}
  .news_con1 .container{
    padding: 0;
  }
  .news_con1 .rig,
  .news_con1 .ny_dh .container{
    padding: 0 15px;
  }
  .news_con1 .rig{
    padding-bottom: 0px;
  }
  .news_con1 .rig .rq1 {
    padding: 0;
    padding-bottom: 30px;
}
.news_con1 .rig .rq2 .rig .p2 {
  font-size: 16px;
}
.news_con1 .rig .p1 {
  padding-left: 0px;
}
.news_con1 .rig .rq2 .rig .p3 {
  font-size: 12px;
}
.news_con2 .rq1 {
  padding: 10px;
  height: auto;
}
.news_con2 .rq1 .p2 {
  font-size: 16px;
  margin-bottom: 6px;
}
.news_con2 .rq1 .p3 {
  font-size: 12px;
  line-height: 20px;
}
.news_con2 .rq1 button {
  font-size: 12px;
  width: 64px;
  height: 26px;
}

}


/* 新闻中心详情 */
.ca_dat .rq2{
  width: 100%;
  padding-top: 40px;
}
.ca_dat .rq2 .top{
  width: 100%;
  border-bottom: 1px solid rgb(214,214,214);
}
.ca_dat .rq2 .top .p{
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.ca_dat .rq2 .top .p2{
  padding-bottom: 25px;
  text-align: center;
  padding-top: 15px;
}
.ca_dat .rq2 .top .p2 span{
  font-size: 14px;
  color: #666666;
  margin-right: 15px;
}
.ca_dat .rq2 .top .p2 span:last-child{
  margin-right: 0;
}
.ca_dat .rq2 .bot{
  width: 100%;
  padding-top: 35px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgb(214,214,214);
}
.ca_dat .rq2 .bot .p3{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 30px;
}
.ca_dat .rq2 .bot img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ca_dat .rq3{
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.ca_dat .rq3 a{
  font-size: 16px;
  color: #333333;
  transition: all .5s;
}
.ca_dat .rq3 a:hover{
  color: #2f72ff;
}
.ca_dat .rq3 a:nth-child(1){
  padding-left: 22px;
  position: relative;
}
.ca_dat .rq3 a:nth-child(1)::before{
  width: 7px;
  height: 13px;
  content: '';
  background-image: url(../images/img124.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  transition: all .5s;
}
.ca_dat .rq3 a:nth-child(1):hover::before{
  background-image: url(../images/img125.png);
}
.ca_dat .rq3 a:nth-child(2){
  padding-left: 40px;
  position: relative;
}
.ca_dat .rq3 a:nth-child(2)::before{
  width: 24px;
  height: 14px;
  content: '';
  background-image: url(../images/img126.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.ca_dat .rq3 a:nth-child(2):hover::before{
  background-image: url(../images/img127.png);
}
.ca_dat .rq3 a:nth-child(3){
  padding-right: 22px;
  position: relative;
}
.ca_dat .rq3 a:nth-child(3)::before{
  width: 7px;
  height: 13px;
  content: '';
  background-image: url(../images/img124.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.ca_dat .rq3 a:nth-child(3):hover::before{
  background-image: url(../images/img125.png);
}
.news_dat1 .rig {
  width: 77.5%;
  float: right;
  background: #fff;
  padding: 0 35px;
  padding-top: 10px;
}
.news_dat1 .rig .rq2{
  border-bottom: none;
}

/* 新闻中心详情分辨率 */
@media(max-width:1459px){
  .ca_dat .rq2 .top .p {
    font-size: 22px;
}
.ca_dat .rq2 {
  padding-top: 25px;
}
.ca_dat .rq2 .top .p2 span {
  font-size: 14px;
  margin-right: 10px;
}

}

@media(max-width:991px){
  .news_dat1 .rig{
    width: 100%;
  }
}
@media(max-width:500px){
  .ca_dat .rq2 .bot .p3 {
    font-size: 14px;
    line-height: 28px;
}
  .ca_dat .rq2 .top .p2 span {
    font-size: 12px;
    margin-right: 6px;
}
.ca_dat .rq2 .top .p {
  font-size: 20px;
}
.ca_dat .rq2 .top .p2 {
  padding-bottom: 15px;
  padding-top: 5px;
}
.ca_dat .rq2 .bot {
  padding-top: 18px;
  padding-bottom: 18px;
}
.ca_dat .rq3 a {
  font-size: 14px;
}
.ca_dat .rq3 a:nth-child(1)::before,
.ca_dat .rq3 a:nth-child(3)::before {
  width: 7px;
  height: 11px;
}
.ca_dat .rq3 a:nth-child(2)::before {
  width: 18px;
  height: 10px;
}
.ca_dat .rq3 a:nth-child(2) {
  padding-left: 25px;
}
.ca_dat .rq3 {
  padding-top: 20px;
  padding-bottom: 35px;
}
.news_dat1 .rig{
  padding: 0 15px;
}
.news_dat1 .rq3 {
  padding-top: 20px;
  padding-bottom: 10px;
}

}




/* 下载中心 */
/* 下载中心 */
.down-box{padding: 60px 0;}
.down-box .pro-nav{text-align: right;margin-bottom: 100px;}

.down_list table{width: 100%;}
.down_list table tr{height: 57px;line-height: 57px;border: 1px solid #eee;background: #fff;text-align: left;transition:all 0.4s;}
.down_list table tr.tr1{    background: rgb(58,116,255);}
.down_list table tr td{color: #b1b1b1;font-size: 18px;height: 57px;position: relative;padding: 0 36px;text-align: left;transition:all 0.4s;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.down_list table tr td.td1{width: 600px;color: #111;}
.down_list table tr td.td4{width: 100px;}
.down_list table tr td a{display: inline-block;background: url(../images/down1.png)no-repeat center;width: 100%;height: 48px;position: absolute;left: 0;top: 0;}
.down_list table tr:hover td a{background: url(../images/down1h.png)no-repeat center; }
.down_list table tr:hover{    background: rgb(58,116,255);}
.down_list table tr:hover td{color: #fff;}
.down_list .page{margin-top: 60px;}
@media (max-width: 991px) {
	/* 下载中心 */
	.down-box{padding: 40px 0;}
	.down_list table tr td.td1{width: auto;}
	.down_list table tr td,.down_list table tr{height: 45px;line-height: 45px;font-size: 14px;}
	.down-box .pro-nav{margin-bottom: 30px;}
	.down_list .page{margin-top: 25px;}
	.down-table{width: 100%;overflow-y: hidden;overflow-x: auto;}
	
}




/* 常见问题 */
.ny-box{background: #f5f5f5;}
.icon-down {color: #fff;position: absolute;right: 0;top: 50%;transform: translateY(-50%);-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.faq-box{padding: 60px 0;}
.faq_box{background: #fff;}
.faq_list li {text-align: left;background: #fff;border-bottom: 1px solid #f5f5f5;}
.faq_list li.on,.faq_list li:hover{    background: rgb(58,116,255); }
.faq_list li:hover .faq_tit h3,.faq_list li.on .faq_tit h3{color: #fff;}
.faq_font {display: none;}
.faq_tit-con{padding: 30px 40px;position: relative;background: url(../images/quest.png) no-repeat left center;}
.faq_tit {padding:0 40px;box-sizing: border-box;cursor: pointer;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;}
.faq_tit h3{color: #777;font-size: 18px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.faq_list li.on .faq_tit-con,.faq_list li:hover .faq_tit-con{background: url(../images/questh.png) no-repeat left center;}
.faq_list li:hover .faq_tit .icon-down,.faq_list li.on .faq_tit .icon-down{color: #fff;transform: rotate(180deg) translateY(50%);}
.faq_det{padding: 40px 80px;box-sizing: border-box;position: relative;background: #fbfbfb;}
.faq_det span{left: 40px;top: 45px;width: 18px;height: 18px;background: url(../images/answ.png) no-repeat center;}
.faq_det p{color: #777;font-size: 18px;}
.faq_tit .icon-down{color: #7e7e7e;font-size: 18px;}
.faq-box .page{margin-top:60px;}
@media (max-width: 991px) {
	/* 常见问题 */
	.faq-box{padding: 30px 15px 40px;}
	.faq_tit{padding: 0 15px;}
	.faq_tit-con{padding: 20px 25px;}
	.faq_tit h3{font-size: 14px;}
	.faq_tit .icon-down{font-size: 14px;}
	.faq-box .page{margin-top: 25px;}
  .faq_det {
    padding: 20px 20px;
}
.faq_det p {
  font-size: 14px;
}
}







/* .por4_con2 */
.por4_con2{
  width: 100%;
  padding-bottom: 60px;
  background: rgb(248,248,248);
  margin-top: 60px;
}
.por4_con2 .por_con2_lef {
  width: 100%;
  float: none;
}
.por4_con2 .por_con2_lef .rq3{
  width: 100%;
  background: #fff;

  display: flex;
  align-items: center;
}
.por4_con2 .por_con2_lef .rq3 .p{
  width: 24%;
  height: 150px;
  text-align: center;
  position: relative;
  background: #0f50bd;
}
.por4_con2 .por_con2_lef .rq3 .p i{
  font-size: 30px;
  color: #ffffff;
  line-height: 67px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
}
.por4_con2 .por_con2_lef .rq3 .p i::before,
.por4_con2 .por_con2_lef .rq3 .p i::after{
  content: '';
  width: 30px;
  height: 2px;
  background: rgba(255,255,255,.3);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.por4_con2 .por_con2_lef .rq3 .p i::after{
  top: 100%;
}
.por4_con2 .por_con2_lef .rq3 .p span{
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
}
.por4_con2 .por_con2_lef .rq3 .div{
  width: 76%;
  width: 100%;
  padding: 10px 40px;
}
.por4_con2 .por_con2_lef .rq3 .div a{
  display: inline-block;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  border: 1px solid rgb(209,210,211);
  border-radius: 5px;
  margin-bottom: 4px;
  margin-right: 5px;
  padding: 0 15px;
}
.por4_con2 .por_con2_lef .rq3 .div a:hover{
  color: #fff;
  background: #0f50bd;
  border: 1px solid #0f50bd;
}
@media(max-width:1459px){
  .por4_con2 {
    padding-bottom: 40px;
}
.por4_con2  .por_con2_lef .rq3 .p{
    height: 115px;
  }
  .por4_con2 .por_con2_lef .rq3 .p i{
    font-size: 22px;
    line-height: 50px;
  }
  .por4_con2 .por_con2_lef .rq3 .p span {
    font-size: 33px;
  }
  .por4_con2 .por_con2_lef .rq3 .div {
    padding: 10px 30px;
  }
  .por4_con2 .por_con2_lef .rq3 .div a {
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
  }
}
@media(max-width:991px){
  .por4_con2 {
    padding-bottom: 22px;
}
.por4_con2 .por_con2_lef .rq3{
    flex-wrap: wrap;
  }
  .por4_con2 .por_con2_lef .rq3 .p{
    width: 100%;
  }
  .por4_con2 .por_con2_lef .rq3 .p {
    height: 65px;
}
.por4_con2 .por_con2_lef .rq3 .p i {
  font-size: 20px;
  line-height: 36px;
}
.por4_con2 .por_con2_lef .rq3 .div {
 width: 100%;
}
.por4_con2 .por_con2_lef .rq3 .div {
  padding: 10px 10px;
}
}

.news_index{
  padding-bottom:3.125vw ;
}
.news_index .t_info {
  color: #666666;
}
@media (max-width: 1920px) {
  .news_index .t_info {
    font-size: 24px;
  }
}
@media (max-width: 1776px) {
  .news_index .t_info {
    font-size: 21.74693878px;
  }
}
@media (max-width: 1680px) {
  .news_index .t_info {
    font-size: 20.57142857px;
  }
}
@media (max-width: 1600px) {
  .news_index .t_info {
    font-size: 19.59183673px;
  }
}
@media (max-width: 1500px) {
  .news_index .t_info {
    font-size: 18.36734694px;
  }
}
@media (max-width: 1440px) {
  .news_index .t_info {
    font-size: 17.63265306px;
  }
}
@media (max-width: 1366px) {
  .news_index .t_info {
    font-size: 16.72653061px;
  }
}
@media (max-width: 1280px) {
  .news_index .t_info {
    font-size: 15.67346939px;
  }
}
@media (max-width: 1152px) {
  .news_index .t_info {
    font-size: 14.10612245px;
  }
}
@media (max-width: 1024px) {
  .news_index .t_info {
    font-size: 12.53877551px;
  }
}
@media (max-width: 990px) {
  .news_index .t_info {
    font-size: 12.12244898px;
  }
  .news_index{
    padding-bottom:40px ;
  }
}
@media (max-width: 1920px) {
  .news_index .t_info {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1776px) {
  .news_index .t_info {
    margin-top: 22.65306122px;
    margin-bottom: 45.30612245px;
  }
}
@media (max-width: 1680) {
  .news_index .t_info {
    margin-top: 21.42857143px;
    margin-bottom: 42.85714286px;
  }
}
@media (max-width: 1600px) {
  .news_index .t_info {
    margin-top: 20.40816327px;
    margin-bottom: 40.81632653px;
  }
}
@media (max-width: 1500px) {
  .news_index .t_info {
    margin-top: 19.13265306px;
    margin-bottom: 38.26530612px;
  }
}
@media (max-width: 1440px) {
  .news_index .t_info {
    margin-top: 18.36734694px;
    margin-bottom: 36.73469388px;
  }
}
@media (max-width: 1366px) {
  .news_index .t_info {
    margin-top: 17.42346939px;
    margin-bottom: 34.84693878px;
  }
}
@media (max-width: 1280px) {
  .news_index .t_info {
    margin-top: 16.32653061px;
    margin-bottom: 32.65306122px;
  }
}
@media (max-width: 1152px) {
  .news_index .t_info {
    margin-top: 14.69387755px;
    margin-bottom: 29.3877551px;
  }
}
@media (max-width: 1024px) {
  .news_index .t_info {
    margin-top: 13.06122449px;
    margin-bottom: 26.12244898px;
  }
}
@media (max-width: 990px) {
  .news_index .t_info {
    margin-top: 12.62755102px;
    margin-bottom: 25.25510204px;
  }
}
.news_index .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 510px;
}
.news_index .box .left {
  width: 33.5%;
  height: 100%;
  box-shadow: 0px 1px 46px 0px rgba(0, 21, 39, 0.08);
}
.news_index .box .left a {
  display: block;
  width: 100%;
}
.news_index .box .left a:hover .imgbox img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.news_index .box .left a:hover .art h2,
.news_index .box .left a:hover .art i {
  color: #265ebf;
}
.news_index .box .left a .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 57.9%;
  position: relative;
  overflow: hidden;
}
.news_index .box .left a .imgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news_index .box .left a .art {
  padding: 22px 30px 25px;
}
.news_index .box .left a .art .time {
  font-family: 'Arial';
  font-size: 16px;
  color: #999999;
}
.news_index .box .left a .art h2 {
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news_index .box .left a .art p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
.news_index .box .left a .art i {
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news_index .box .right {
  width: 64.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news_index .box .right .top {
  width: 100%;
  height: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  box-shadow: 0px 1px 46px 0px rgba(0, 21, 39, 0.08);
}
.news_index .box .right .top a {
  width: 50%;
  padding: 40px;
  position: relative;
}
.news_index .box .right .top a:before {
  content: '';
  width: 1px;
  height: calc(100% - 80px);
  background: #eeeeee;
  position: absolute;
  right: 0;
  top: 40px;
}
.news_index .box .right .top a:last-child:before {
  display: none;
}
.news_index .box .right .top a:hover h2 {
  color: #265ebf;
}
.news_index .box .right .top a h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  color: #333333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news_index .box .right .top a h2 span {
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1920px) {
  .news_index .box .right .top a h2 i {
    font-size: 30px;
  }
}
@media (max-width: 1776px) {
  .news_index .box .right .top a h2 i {
    font-size: 27.18367347px;
  }
}
@media (max-width: 1680px) {
  .news_index .box .right .top a h2 i {
    font-size: 25.71428571px;
  }
}
@media (max-width: 1600px) {
  .news_index .box .right .top a h2 i {
    font-size: 24.48979592px;
  }
}
@media (max-width: 1500px) {
  .news_index .box .right .top a h2 i {
    font-size: 22.95918367px;
  }
}
@media (max-width: 1440px) {
  .news_index .box .right .top a h2 i {
    font-size: 22.04081633px;
  }
}
@media (max-width: 1366px) {
  .news_index .box .right .top a h2 i {
    font-size: 20.90816327px;
  }
}
@media (max-width: 1280px) {
  .news_index .box .right .top a h2 i {
    font-size: 19.59183673px;
  }
}
@media (max-width: 1152px) {
  .news_index .box .right .top a h2 i {
    font-size: 17.63265306px;
  }
}
@media (max-width: 1024px) {
  .news_index .box .right .top a h2 i {
    font-size: 15.67346939px;
  }
}
@media (max-width: 990px) {
  .news_index .box .right .top a h2 i {
    font-size: 15.15306122px;
  }
}
.news_index .box .right .top a .time {
  font-size: 16px;
  color: #888888;
  font-family: 'Arial';
}
@media (max-width: 1920px) {
  .news_index .box .right .top a .time {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1776px) {
  .news_index .box .right .top a .time {
    margin-top: 18.12244898px;
    margin-bottom: 36.24489796px;
  }
}
@media (max-width: 1680) {
  .news_index .box .right .top a .time {
    margin-top: 17.14285714px;
    margin-bottom: 34.28571429px;
  }
}
@media (max-width: 1600px) {
  .news_index .box .right .top a .time {
    margin-top: 16.32653061px;
    margin-bottom: 32.65306122px;
  }
}
@media (max-width: 1500px) {
  .news_index .box .right .top a .time {
    margin-top: 15.30612245px;
    margin-bottom: 30.6122449px;
  }
}
@media (max-width: 1440px) {
  .news_index .box .right .top a .time {
    margin-top: 14.69387755px;
    margin-bottom: 29.3877551px;
  }
}
@media (max-width: 1366px) {
  .news_index .box .right .top a .time {
    margin-top: 13.93877551px;
    margin-bottom: 27.87755102px;
  }
}
@media (max-width: 1280px) {
  .news_index .box .right .top a .time {
    margin-top: 13.06122449px;
    margin-bottom: 26.12244898px;
  }
}
@media (max-width: 1152px) {
  .news_index .box .right .top a .time {
    margin-top: 11.75510204px;
    margin-bottom: 23.51020408px;
  }
}
@media (max-width: 1024px) {
  .news_index .box .right .top a .time {
    margin-top: 10.44897959px;
    margin-bottom: 20.89795918px;
  }
}
@media (max-width: 990px) {
  .news_index .box .right .top a .time {
    margin-top: 10.10204082px;
    margin-bottom: 20.20408163px;
  }
}
.news_index .box .right .top a p {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_index .box .right .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 47%;
}
.news_index .box .right .bot .bot_s {
  width: 48.5%;
  height: 100%;
  padding: 30px 25px;
  box-shadow: 0px 1px 46px 0px rgba(0, 21, 39, 0.08);
}
.news_index .box .right .bot .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news_index .box .right .bot .swiper .swiper-slide {
  height: 25%!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news_index .box .right .bot .swiper .swiper-slide a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #333333;
}
.news_index .box .right .bot .swiper .swiper-slide a:hover {
  color: #265ebf;
}
.news_index .box .right .bot .swiper .swiper-slide a p {
  width: calc(100% - 120px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  position: relative;
}
.news_index .box .right .bot .swiper .swiper-slide a p:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: #265ebf;
}
.news_index .box .right .bot .swiper .swiper-slide a .time {
  font-size: 16px;
  color: #888888;
  font-family: 'Arial';
  width: 100px;
  text-align: right;
}
@media (max-width: 1440px) {
  .news_index .box {
    height: 450px;
  }
  .news_index .box .left a .art {
    padding: 20px;
  }
  .news_index .box .left a .art p {
    margin-bottom: 10px;
  }
  .news_index .box .right .top a {
    padding: 30px;
  }
}
@media (max-width: 1280px) {
  .news_index .box {
    height: 400px;
  }
  .news_index .box .left a .art h2,
  .news_index .box .right .top a h2 {
    font-size: 18px;
  }
  .news_index .box .left a .art p,
  .news_index .box .right .top a p {
    font-size: 14px;
  }
  .news_index .box .right .bot .swiper .swiper-slide a {
    font-size: 14px;
  }
}
@media (max-width: 990px) {
  .news_p {
    padding: 40px 0;
  }
  .news_index .t_info {
    font-size: 14px;
    margin: 15px 0 20px;
  }
  .news_index .box .right .top a {
    padding: 15px;
  }
  .news_index .box {
    height: 350px;
  }
  .news_index .box .right .bot .swiper .swiper-slide a .time {
    font-size: 12px;
  }
  .news_index .box .right .bot .bot_s {
    padding: 15px;
  }
  .news_index .box .right .bot .swiper .swiper-slide a p {
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .news_index .t_info {
    margin: 10px 0;
  }
  .news_index .box {
    margin-top: 10px;
    height: auto;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .news_index .box .left {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .news_index .box .left a .art {
    padding: 15px 15px 5px;
  }
  .news_index .box .left a .art p {
    margin-bottom: 0;
  }
  .news_index .box .right {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .news_index .box .right .top {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: auto;
    box-shadow: none;
  }
  .news_index .box .right .top a {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0px 1px 46px 0px rgba(0, 21, 39, 0.08);
  }
  .news_index .box .right .top a .time {
    margin-bottom: 5px;
  }
  .news_index .box .right .bot {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    height: auto;
  }
  .news_index .box .right .bot .bot_s {
    width: 100%;
    height: 200px;
  }
  .news_index .box .right .bot .bot_s:first-child {
    margin-bottom: 15px;
  }
  .news_index .box .left a .art h2,
  .news_index .box .right .top a h2 {
    font-size: 16px;
  }
  .news_index .box .left a .art h2 {
    margin-bottom: 5px;
  }
}


.mytitle {
  position: relative;
}
.mytitle h2 {
  color: #121618;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.mytitle h2 p{display: inline-block;}
@media (max-width: 1920px) {
  .mytitle h2 {
    font-size: 48px;
  }
}
@media (max-width: 1776px) {
  .mytitle h2 {
    font-size: 43.49387755px;
  }
}
@media (max-width: 1680px) {
  .mytitle h2 {
    font-size: 41.14285714px;
  }
}
@media (max-width: 1600px) {
  .mytitle h2 {
    font-size: 39.18367347px;
  }
}
@media (max-width: 1500px) {
  .mytitle h2 {
    font-size: 36.73469388px;
  }
}
@media (max-width: 1440px) {
  .mytitle h2 {
    font-size: 35.26530612px;
  }
}
@media (max-width: 1366px) {
  .mytitle h2 {
    font-size: 33.45306122px;
  }
}
@media (max-width: 1280px) {
  .mytitle h2 {
    font-size: 31.34693878px;
  }
}
@media (max-width: 1152px) {
  .mytitle h2 {
    font-size: 28.2122449px;
  }
}
@media (max-width: 1024px) {
  .mytitle h2 {
    font-size: 25.07755102px;
  }
}
@media (max-width: 990px) {
  .mytitle h2 {
    font-size: 24.24489796px;
  }
}

.mytitle h2 .color {
  font-style: normal;
  color: #265ebf;
}
.mytitle span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'gr_b';
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-color: #ebebeb;
  -webkit-text-stroke-width: 1px;
  white-space: nowrap;
}
@media (max-width: 1920px) {
  .mytitle span {
    font-size: 100px;
  }
}
@media (max-width: 1776px) {
  .mytitle span {
    font-size: 90.6122449px;
  }
}
@media (max-width: 1680px) {
  .mytitle span {
    font-size: 85.71428571px;
  }
}
@media (max-width: 1600px) {
  .mytitle span {
    font-size: 81.63265306px;
  }
}
@media (max-width: 1500px) {
  .mytitle span {
    font-size: 76.53061224px;
  }
}
@media (max-width: 1440px) {
  .mytitle span {
    font-size: 73.46938776px;
  }
}
@media (max-width: 1366px) {
  .mytitle span {
    font-size: 69.69387755px;
  }
}
@media (max-width: 1280px) {
  .mytitle span {
    font-size: 65.30612245px;
  }
}
@media (max-width: 1152px) {
  .mytitle span {
    font-size: 58.7755102px;
  }
}
@media (max-width: 1024px) {
  .mytitle span {
    font-size: 52.24489796px;
  }
}
@media (max-width: 990px) {
  .mytitle span {
    font-size: 50.51020408px;
  }
}
.mytitle .more_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #eef2fa;
  color: #666666;
  padding: 12px 35px;
  border-radius: 33.5px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1920px) {
  .mytitle .more_a {
    font-size: 24px;
  }
}
@media (max-width: 1776px) {
  .mytitle .more_a {
    font-size: 21.74693878px;
  }
}
@media (max-width: 1680px) {
  .mytitle .more_a {
    font-size: 20.57142857px;
  }
}
@media (max-width: 1600px) {
  .mytitle .more_a {
    font-size: 19.59183673px;
  }
}
@media (max-width: 1500px) {
  .mytitle .more_a {
    font-size: 18.36734694px;
  }
}
@media (max-width: 1440px) {
  .mytitle .more_a {
    font-size: 17.63265306px;
  }
}
@media (max-width: 1366px) {
  .mytitle .more_a {
    font-size: 16.72653061px;
  }
}
@media (max-width: 1280px) {
  .mytitle .more_a {
    font-size: 15.67346939px;
  }
}
@media (max-width: 1152px) {
  .mytitle .more_a {
    font-size: 14.10612245px;
  }
}
@media (max-width: 1024px) {
  .mytitle .more_a {
    font-size: 12.53877551px;
  }
}
@media (max-width: 990px) {
  .mytitle .more_a {
    font-size: 12.12244898px;
    padding: 8px 15px;
  }
}
.mytitle .more_a:hover {
  background: #265ebf;
  color: #fff;
}
.mytitle .more_a i {
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1920px) {
  .mytitle .more_a i {
    font-size: 30px;
  }
}
@media (max-width: 1776px) {
  .mytitle .more_a i {
    font-size: 27.18367347px;
  }
}
@media (max-width: 1680px) {
  .mytitle .more_a i {
    font-size: 25.71428571px;
  }
}
@media (max-width: 1600px) {
  .mytitle .more_a i {
    font-size: 24.48979592px;
  }
}
@media (max-width: 1500px) {
  .mytitle .more_a i {
    font-size: 22.95918367px;
  }
}
@media (max-width: 1440px) {
  .mytitle .more_a i {
    font-size: 22.04081633px;
  }
}
@media (max-width: 1366px) {
  .mytitle .more_a i {
    font-size: 20.90816327px;
  }
}
@media (max-width: 1280px) {
  .mytitle .more_a i {
    font-size: 19.59183673px;
  }
}
@media (max-width: 1152px) {
  .mytitle .more_a i {
    font-size: 17.63265306px;
  }
}
@media (max-width: 1024px) {
  .mytitle .more_a i {
    font-size: 15.67346939px;
  }
}
@media (max-width: 990px) {
  .mytitle .more_a i {
    font-size: 15.15306122px;
  }
}
.mytitle2.cf .p1,
.mytitle2.cf h2,
.mytitle2.cf b,
.mytitle2.cf h1 {
  color: #fff;
}
.mytitle2.cf p:before {
  background: #fff;
}
.mytitle2 .p1 {
  color: #151619;
  padding-left: 60px;
  position: relative;
}
@media (max-width: 1920px) {
  .mytitle2 .p1 {
    font-size: 30px;
  }
}
@media (max-width: 1776px) {
  .mytitle2 .p1 {
    font-size: 27.18367347px;
  }
}
@media (max-width: 1680px) {
  .mytitle2 .p1 {
    font-size: 25.71428571px;
  }
}
@media (max-width: 1600px) {
  .mytitle2 .p1 {
    font-size: 24.48979592px;
  }
}
@media (max-width: 1500px) {
  .mytitle2 .p1 {
    font-size: 22.95918367px;
  }
}
@media (max-width: 1440px) {
  .mytitle2 .p1 {
    font-size: 22.04081633px;
  }
}
@media (max-width: 1366px) {
  .mytitle2 .p1 {
    font-size: 20.90816327px;
  }
}
@media (max-width: 1280px) {
  .mytitle2 .p1 {
    font-size: 19.59183673px;
  }
}
@media (max-width: 1152px) {
  .mytitle2 .p1 {
    font-size: 17.63265306px;
  }
}
@media (max-width: 1024px) {
  .mytitle2 .p1 {
    font-size: 15.67346939px;
  }
}
@media (max-width: 990px) {
  .mytitle2 .p1 {
    font-size: 15.15306122px;
  }
}
@media (max-width: 1920px) {
  .mytitle2 .p1 {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1776px) {
  .mytitle2 .p1 {
    margin-top: 0px;
    margin-bottom: 36.24489796px;
  }
}
@media (max-width: 1680) {
  .mytitle2 .p1 {
    margin-top: 0px;
    margin-bottom: 34.28571429px;
  }
}
@media (max-width: 1600px) {
  .mytitle2 .p1 {
    margin-top: 0px;
    margin-bottom: 32.65306122px;
  }
}
@media (max-width: 1500px) {
  .mytitle2 .p1 {
    margin-top: 0px;
    margin-bottom: 30.6122449px;
  }
}
@media (max-width: 1440px) {
  .mytitle2 .p1 {
    margin-top: 0px;
    margin-bottom: 29.3877551px;
  }
}
@media (max-width: 1366px) {
  .mytitle2 .p1 {
    margin-top: 0px;
    margin-bottom: 27.87755102px;
  }
}
@media (max-width: 1280px) {
  .mytitle2 .p1 {
    margin-top: 0px;
    margin-bottom: 26.12244898px;
  }
}
@media (max-width: 1152px) {
  .mytitle2 .p1 {
    margin-top: 0px;
    margin-bottom: 23.51020408px;
  }
}
@media (max-width: 1024px) {
  .mytitle2 .p1 {
    margin-top: 0px;
    margin-bottom: 20.89795918px;
  }
}
@media (max-width: 990px) {
  .mytitle2 .p1 {
    margin-top: 0px;
    margin-bottom: 20.20408163px;
  }
}
.mytitle2 .p1:before {
  width: 45px;
  height: 2px;
  background: #151619;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.mytitle2 h2 {
  line-height: 1.36;
  color: #10101a;
  font-weight: bold;
}
@media (max-width: 1920px) {
  .mytitle2 h2 {
    font-size: 44px;
  }
}
@media (max-width: 1776px) {
  .mytitle2 h2 {
    font-size: 39.86938776px;
  }
}
@media (max-width: 1680px) {
  .mytitle2 h2 {
    font-size: 37.71428571px;
  }
}
@media (max-width: 1600px) {
  .mytitle2 h2 {
    font-size: 35.91836735px;
  }
}
@media (max-width: 1500px) {
  .mytitle2 h2 {
    font-size: 33.67346939px;
  }
}
@media (max-width: 1440px) {
  .mytitle2 h2 {
    font-size: 32.32653061px;
  }
}
@media (max-width: 1366px) {
  .mytitle2 h2 {
    font-size: 30.66530612px;
  }
}
@media (max-width: 1280px) {
  .mytitle2 h2 {
    font-size: 28.73469388px;
  }
}
@media (max-width: 1152px) {
  .mytitle2 h2 {
    font-size: 25.86122449px;
  }
}
@media (max-width: 1024px) {
  .mytitle2 h2 {
    font-size: 22.9877551px;
  }
}
@media (max-width: 990px) {
  .mytitle2 h2 {
    font-size: 22.2244898px;
  }
}
.mytitle2 h1 {
  font-family: 'hs-b';
  text-transform: uppercase;
  line-height: 1.1;
}
@media (max-width: 1920px) {
  .mytitle2 h1 {
    font-size: 65px;
  }
}
@media (max-width: 1776px) {
  .mytitle2 h1 {
    font-size: 58.89795918px;
  }
}
@media (max-width: 1680px) {
  .mytitle2 h1 {
    font-size: 55.71428571px;
  }
}
@media (max-width: 1600px) {
  .mytitle2 h1 {
    font-size: 53.06122449px;
  }
}
@media (max-width: 1500px) {
  .mytitle2 h1 {
    font-size: 49.74489796px;
  }
}
@media (max-width: 1440px) {
  .mytitle2 h1 {
    font-size: 47.75510204px;
  }
}
@media (max-width: 1366px) {
  .mytitle2 h1 {
    font-size: 45.30102041px;
  }
}
@media (max-width: 1280px) {
  .mytitle2 h1 {
    font-size: 42.44897959px;
  }
}
@media (max-width: 1152px) {
  .mytitle2 h1 {
    font-size: 38.20408163px;
  }
}
@media (max-width: 1024px) {
  .mytitle2 h1 {
    font-size: 33.95918367px;
  }
}
@media (max-width: 990px) {
  .mytitle2 h1 {
    font-size: 32.83163265px;
  }
}
.mytitle2 h1 i {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #fff;
  margin-left: 20px;
}
@media (max-width: 1440px) {
  .mytitle2 .p1 {
    margin-bottom: 25px;
  }
  .mytitle2 h1 i {
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }
}
@media (max-width: 990px) {
  .mytitle2 .p1 {
    margin-bottom: 15px;
    padding-left: 30px;
  }
  .mytitle2 .p1:before {
    width: 20px;
  }
  .mytitle2 h1 i {
    width: 5px;
    height: 5px;
    margin-left: 6px;
  }
}
@media (max-width: 768px) {
  .mytitle2 .p1 {
    margin-bottom: 10px;
    padding-left: 25px;
  }
  .mytitle2 .p1:before {
    width: 15px;
    height: 1px;
  }
  .mytitle2 h2 {
    font-size: 20px;
  }
}

.rmtj{padding: 20px 0 40px;}
.rmtj .wrap{
  background: #fff;
  margin-bottom: 34px;
}
.rmtj .top{
  padding: 0 25px;
  line-height: 70px;
  border-bottom: 2px solid rgb(239,239,239);
}
.rmtj .bot{
  padding:  25px;
}
.rmtj .top .p{
  font-size: 26px;
  color: #333333;
  float: left;
}
.rmtj .top .p span{
  font-size: 24px;
  color: #333333;
  opacity: 0.5;
  text-transform: uppercase;
}
.rmtj .top div{
  float: right;
  width: 40px;
  height: 40px;
  background: rgb(232,232,232);
  margin-left: 14px;
  margin-top: 15px;
  position: relative;
  transition: all .5s;
}
.rmtj .top div.on{
  background: #265ebf;
}
.rmtj .top .div1::before{
  content: '';
  width: 18px;
  height: 13px;
  background-image: url(../images/por1_con2_img9.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.rmtj .top .div1.on::before{
  background-image: url(../images/por1_con2_img8.png);
}
.rmtj .top .div2::before{
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/por1_con2_img7.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.rmtj .top .div2.on::before{
  background-image: url(../images/por1_con2_img6.png);
}

.rmtj_s .div1{
  border: 1px solid rgb(227,227,227);
  display: block;
}
.rmtj_s .div1 .imgbox{
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  position: relative;
  overflow: hidden;
}
.rmtj_s .div1 .imgbox img{
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  max-width: 80%;
  max-height: 80%;
}

.rmtj_s .div3{
  width: 100%;
  padding: 30px;
}

.rmtj_s .div3 .p1{
  font-size: 20px;
  color: #333333;
  margin-bottom: 8px;
  transition: all .5s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  height: 30px;
}

.rmtj_s a:hover .div3 .p1{
  color: #265ebf;
}
.rmtj_s .div3 .p2{
  font-size: 14px;
  color: #999999;
  height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.rmtj_s .div3 .p2{
  font-size: 16px;
  height: 42px;
}
.rmtj_s .div3 button{
  font-size: 12px;
  color: #999999;
  width: 90px;
  height: 27px;
  line-height: 25px;
  border: 1px solid rgb(227,227,227);
  margin-top: 15px;
  text-transform: uppercase;
  transition: all .5s;
}
.rmtj_s .div3 button{
  font-size: 14px;
  height: 35px;
  width: 120px;
  margin-top: 37px;
}
.rmtj_s a:hover .div3 button{
  background: #265ebf;
  border: 1px solid #265ebf;
  color: #fff;
}

@media(max-width:1459px){
  .rmtj .top{line-height: 60px;}
  .rmtj .top .p {
    font-size: 20px;
  }
  .rmtj  .top .p span {
    font-size: 18px;
  }
  .rmtj  .bot .div1 .div3 .p1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .rmtj  .bot.on1 .div .div1 .div3 .p1 {
    font-size: 20px;
    margin-bottom: 10px;
}
.rmtj_s  .div1 .div3 .div4 {
  margin-top: 18px;
  margin-bottom: 5px;
}
.rmtj_s  .div1 .div3 .p2 {
    font-size: 13px;
    height: 36%;
  }
  .rmtj_s  .div3 button {
    margin-top: 7px;
  }
  .rmtj_s  .div1 .div3 button {
    font-size: 12px;
    height: 30px;
    width: 90px;
    margin-top: 24px;
}
.rmtj_s .div3 button{
  margin-top: 18px;
}
.rmtj_s  .div1 .div3 {
    padding: 20px;
  }
}
@media(max-width:768px){
  .rmtj .top{
    line-height: 50px;
    padding: 0;
  }
  .rmtj .bot{
    padding: 15px 0;
  }
  .rmtj_s  .div1 .div3 {
    padding: 15px;
  }
}


.news_p2{
  padding-top: 60px;
  padding-bottom: 60px;
}
@media(max-width:468px){
  .news_p2{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


