@charset "UTF-8";

::-webkit-scrollbar {
  width: 5px;
  background-color: rgb(38,124,178);
  border-radius:50px;
}

::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color:#999999
}

::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: rgb(38,124,178);
}



.content{
  min-height: 500px;
  overflow: hidden;
}
.app{
  display: none;
}

/* banner */
.banner{
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 90px;
}
.banner .swiper-slide{
  width: 100%;
  position: relative;
}
.banner .swiper-slide .bj{
  width: 100%;
  vertical-align: middle;
  transition: all 10s;
}
.banner .swiper-slide-active .bj{
  transform: scale(1.1);
}
.banner .swiper-slide .container{
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 130px;
}
.banner .swiper-slide .p1{
  font-family: "light";
  font-size: 56px;
  color: #fff;
  letter-spacing: 5px;
  text-align: center;
  transform: translateY(40px);
  opacity: 0;
  transition: all 2s;
}
.banner .swiper-slide-active .p1{
  opacity: 1;
  transform: translateY(0px);
}
.banner .swiper-slide .p2{
  font-size: 22px;
  color: #ffffff;
  font-family: "light";
  opacity: 0.8;
  letter-spacing: 5px;
  text-align: center;
  transform: translateY(40px);
  opacity: 0;
  transition: all 2s 0.5s;
}
.banner .swiper-slide-active .p2{
  opacity: 1;
  transform: translateY(0px);
}
.banner .swiper-pagination-bullet{
  width: 4px;
  height: 4px;
  background: #fff;
  opacity: 1;
  transition: all .5s;
  overflow: hidden;
  vertical-align: middle;
}
.banner .swiper-pagination-bullet-active{
  width: 30px;
  height: 4px;
  border-radius:4px;
  background: #fff;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 22px;
}

#publicity-video {
	width: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

#publicity-video video {
	display: block;
	 height: 100%;
}


/* sy_con1 */
.sy_con1{
  width: 100%;
  background-image: url(../images/img6_1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.sy_con1 .bj{
  width: 100%;
  vertical-align: middle;
}
.sy_con1 .container{
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding-top: 70px;
  padding-bottom: 130px;
}
.bt{
  font-size: 46px;
  color: #444444;
  font-family: "normal";
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.bt::before{
  content: '';
  width: 47px;
  height: 2px;
  background: rgb(38,124,178);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sy_con1 .p1{
  font-size: 16px;
  color: #777777;
  font-family: "normal";
  width: 45%;
  line-height: 28px;
}
.sy_con1 a{
  display: block;
  width: 200px;
  border-radius: 50px;
  line-height: 50px;
  margin-top: 100px;
  margin-bottom: 180px;
}
.sy_con1 a,
.sy_con4 .a{
  background: #666;
  position: relative;
  overflow: hidden;
}
.sy_con6 .rig a{
  position: relative;
  overflow: hidden;
}
.sy_con1 a::before,
.sy_con4 .a::before,
.sy_con6 .rig a::before{
  content: '';
	position: absolute;
	width: 50px;
	height: 50px;
  background:  rgb(38,124,178);
	transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	margin-top: -2px;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
  z-index: 2;
}
.sy_con1 a:hover::before,
.sy_con4 .a:hover::before,
.sy_con6 .rig a:hover::before{
	transform: scale(30, 30);
	-webkit-transform: scale(30, 30);
	-moz-transform: scale(30, 30);
	-ms-transform: scale(30, 30);
	-o-transform: scale(30, 30);
}

.sy_con1 a span{
  display: block;
  height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "normal";
  padding-right: 38px;
  background-image: url(../images/img7.png);
  background-repeat: no-repeat;
  background-position-x: 71%;
  background-position-y: center;
  position: relative;
  z-index: 10;
}
.sy_con4 .a span,
.sy_con6 .rig a span{
  position: relative;
  z-index: 10;
  
}

.sy_con1 .rq{
  width: 100%;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.sy_con1 .rq .rq1{
  /* width: 25%; */
  /* float: left; */
  padding-left: 65px;
  transition: all .5s;
}
.sy_con1 .rq .rq1:hover{
  transform: translateY(-20px);
}
.sy_con1 .rq .rq1 .p2{
  position: relative;
}
.sy_con1 .rq .rq1 .p2 .sp{
  font-family: "helve";
  color: #3686b8;
  font-size: 50px;
  position: absolute;
  top: -10px;
}
.sy_con1 .rq .rq1 .p2 .sztd{
  font-family: "helve";
  font-size: 80px;
  color: #3686b8;
  position: relative;
}
.sy_con1 .rq .rq1 .p2 .sztd::before{
  content: '';
  width: 50px;
  height: 71px;
  background-image: url(../images/img8.png);
  background-repeat: no-repeat;
  position: absolute;
  left: -65px;
  top: 12px;
}
.sy_con1 .rq .rq1:nth-child(2) .p2 .sztd::before{
  width: 53px;
  background-image: url(../images/img9.png);
}
.sy_con1 .rq .rq1:nth-child(3) .p2 .sztd::before{
  width: 64px;
  background-image: url(../images/img10.png);
  left: -73px;
}
.sy_con1 .rq .rq1:nth-child(4) .p2 .sztd::before{
  width: 66px;
  background-image: url(../images/img11.png);
  left: -75px;
}
.sy_con1 .rq .rq1 .p3{
  font-size: 18px;
  color: #666666;
  font-family: "normal";
}

/* sy_con2 */
.sy_con2{
  width: 100%;
  background-image: url(../images/img12.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 120px;
}
.sy_con2 .bt{
  text-align: center;
  color: #fff;
}
.sy_con2 .bt::before{
  left: 50%;
  transform: translateX(-50%);
}
.sy_con2 .p1{
  font-size: 20px;
  color: #fff;
  font-family: "light";
  opacity: 0.6;
  text-align: center;
}
.sy_con2 .rq{
  width: 100%;
  padding-top: 105px;
}
.sy_con2 .rq .rq1{
  width: 25%;
  float: left;
  position: relative;
}
.sy_con2 .rq .rq1 .rq2{
  margin: 0 auto;
  width: 339px;
  height: 365px;
  position: relative;
}
.sy_con2 .rq .rq1 .dt1{
  width: 339px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  animation: dt 3s linear infinite .1s;
}
.sy_con2 .rq .rq1 .dt2{
  width: 287px;
  position: absolute;
  bottom: 15px;
  left: 26px;
  z-index: 2;
  animation: dt 3s linear infinite 02s;
}
.sy_con2 .rq .rq1 .dt3{
  width: 290px;
  position: absolute;
  bottom: 35px;
  left: 24px;
  z-index: 3;
  animation: dt 3s linear infinite 0.3s;
}
.sy_con2 .rq .rq1 .dt4{
  width: 288px;
  position: absolute;
  bottom: 53px;
  left: 24px;
  z-index: 4;
  animation: dt 3s linear infinite 0.4s;
}
.sy_con2 .rq .rq1 .dt5{
  width: 288px;
  position: absolute;
  bottom: 60px;
  left: 24px;
  z-index: 4;
  animation: dt 3s linear infinite .5s;
}
.sy_con2 .rq .rq1 .dt6{
  width: 247px;
  position: absolute;
  bottom: 74px;
  left: 44px;
  z-index: 4;
  animation: dt 3s linear infinite .6s;
}
.sy_con2 .rq .rq1 .dt7{
  width: 104px;
  position: absolute;
  bottom: 112px;
  left: 110px;
  z-index: 4;
  animation: dt_2 3s linear infinite .7s;
}
.sy_con2 .rq .rq1 .dt8{
  width: 48px;
  position: absolute;
  bottom: 195px;
  left: 138px;
  z-index: 4;
  animation: dt_2 3s linear infinite .9s;
}
.sy_con2 .rq .rq1 .dt9{
  width: 212px;
  position: absolute;
  bottom: 135px;
  left: 60px;
  z-index: 4;
  animation: dt_2 3s linear infinite 1s;
}
.sy_con2 .rq .rq1 .dt10{
  width: 222px;
  position: absolute;
  bottom: 130px;
  left: 54px;
  z-index: 2;
  animation: dt_3 20s linear infinite;
}
.sy_con2 .rq .rq1 .dt11{
  width: 288px;
  position: absolute;
  bottom: 100px;
  left: 23px;
  z-index: 2;
}
.sy_con2 .rq .rq1 .dt12{
  width: 136px;
  position: absolute;
  bottom: 95px;
  left: 95px;
  z-index: 4;
  animation: dt_2 3s linear infinite .7s;
}
.sy_con2 .rq .rq1 .dt13{
  position: absolute;
  bottom: 170px;
  left: 140px;
  z-index: 4;
  animation: dt_2 3s linear infinite .9s;
}
.sy_con2 .rq .rq1 .dt14{
  width: 69px;
  position: absolute;
  bottom: 110px;
  left: 135px;
  z-index: 4;
  animation: dt_2 3s linear infinite .7s;
}
.sy_con2 .rq .rq1 .dt15{
  position: absolute;
  bottom: 145px;
  left: 80px;
  z-index: 4;
  animation: dt_2 3s linear infinite .9s;
}
.sy_con2 .rq .rq1 .dt16{
  width: 225px;
  position: absolute;
  bottom: 83px;
  left: 52px;
  z-index: 4;
  animation: dt_2 3s linear infinite .7s;
}

@keyframes dt{
  0%,100%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-10px);
  }
}
@keyframes dt_2{
  0%,100%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-20px);
  }
}
@keyframes dt_3{
  0%,100%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(360deg);
  }
}
.sy_con2 .rq .p2{
  font-size: 26px;
  color: #fff;
  font-family: "light";
  text-align: center;
  padding-top: 40px;
  animation: dt_2 3s linear infinite .9s;
  transition: all .5s;
}
.sy_con2 .rq .rq1:hover .p2{
  color: #257ab1;
}

/* sy_con3 */
.sy_con3{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 110px;
}
.sy_con5 .bt,
.sy_con4 .bt,
.sy_con3 .bt{
  text-align: center;
}
.sy_con5 .bt::before,
.sy_con4 .bt::before,
.sy_con3 .bt::before{
  left: 50%;
  transform: translateX(-50%);
}
.sy_con3 .p1{
  font-size: 20px;
  color: #666;
  font-family: "light";
  text-align: center;
}
.sy_con3 .rq{
  display: table;
  margin: 0 auto;
  margin-top: 43px;
}
.sy_con3 .rq button{
  display: inline-block;
  font-size: 22px;
  color: #267cb2;
  font-family: "normal";
  width: 280px;
  height: 70px;
  border: 2px solid rgb(103,163,201);
  transition: all .5s;
}
.sy_con3 .rq button:nth-child(1){
  margin-right: 25px;
}
.sy_con3 .rq button:hover,
.sy_con3 .rq button.on{
  background: rgb(38,124,178);
  color: #fff;
  border: 2px solid rgb(38,124,178);
}

.sy_con3 .rq1{
  width: 100%;
  margin-top: 75px;
  display: none;
}
.sy_con3 .rq1.on1{
  display: block;
}
.sy_con3 .swiper-container,
.sy_con3 .swiper-slide img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con3 .swiper-slide{
  position: relative;
  overflow: hidden;
}
.sy_con3 .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.sy_con3 .swiper-slide:hover img{
  transform: scale(1.05);
}
.sy_con3 .swiper-slide img{
  filter: opacity(50%);
}
/* .sy_con3 .swiper-slide::before{
  content: '';
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
} */
.sy_con3 .swiper-slide-prev img,
.sy_con3 .swiper-slide-active img,
.sy_con3 .swiper-slide-next img{
  filter: opacity(100%);
}
.sy_con3 .swiper-slide p{
  font-size: 22px;
  color: #fff;
  font-family: "light";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 65px;
  padding-left: 20px;
  opacity: 0;
  transition: all .5s;
}
/* .sy_con3 .swiper-slide:hover p{
  color: #257ab1;
} */
.sy_con3 .swiper-slide-prev p,
.sy_con3 .swiper-slide-active p,
.sy_con3 .swiper-slide-next p{
  opacity: 1;
}
.swiper-button-prev:after,
.swiper-button-next:after{
  content: none;
}
.sy_con3 .swiper-button-prev,
.sy_con3 .swiper-button-next{
  width: 60px;
  height: 60px;
}
.sy_con3 .swiper-button-next{
  background: url(../images/img30.png) rgb(255,255,255,0.9);
  background-repeat: no-repeat;
  background-position: center;
  right: 100px;
  transition: all .5s;
}
.sy_con3 .swiper-button-next:hover{
  background: url(../images/img33.png) rgb(69,140,186,0.9);
  background-repeat: no-repeat;
  background-position: center;
}
.sy_con3 .swiper-button-prev{
  background: url(../images/img32.png) rgb(255,255,255,0.9);
  background-repeat: no-repeat;
  background-position: center;
  left: 100px;
  transition: all .5s;
}
.sy_con3 .swiper-button-prev:hover{
  background: url(../images/img31.png) rgb(69,140,186,0.9);
  background-repeat: no-repeat;
  background-position: center;
}



/* sy_con4 */
.sy_con4{
  width: 100%;
  background-image: url(../images/img34.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 70px;
}
.sy_con4 .rq{
  width: 89%;
  margin: 0 auto;
}
.sy_con4 .rq .swiper-container{
   padding-right: 10px;
}
.sy_con4 .rq .swiper-slide{
  position: relative;
}
.sy_con4 .rq .lef{
  width: 66.7%;
  float: left;
}
.sy_con4 .rq .lef img{
  width: 100%;
  vertical-align: middle;
}
.sy_con4 .rq .rig{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60.4%;
  height: 415px;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 0px 10px 0px rgba(90, 91, 95, 0.3);
  padding: 70px 105px;
  padding-bottom: 50px;
}
.sy_con4 .rq .rig .p1{
  font-size: 30px;
  color: #444444;
  font-family: "light";
  position: relative;
}
.sy_con4 .rq .rig .p1::before{
  content: '';
  width: 29px;
  height: 24px;
  background-image: url(../images/img36.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -45px;
  top: -5px;
}
.sy_con4 .rq .rig .p2{
  font-size: 16px;
  color: #777777;
  font-family: "din";
}
.sy_con4 .rq .rig .p3{
  font-size: 16px;
  color: #999999;
  font-family: "light";
  padding-top: 45px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sy_con4 .rq .rig .p4{
  font-size: 16px;
  color: #777777;
  font-family: "light";
  position: relative;
  margin-top: 60px;
  float: right;
}
.sy_con4 .rq .rig .p4::before{
  content: '';
  width: 70px;
  height: 1px;
  background: rgb(204,204,204);
  position: absolute;
  left: -85px;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con4 .rq .rig .p4::after{
  content: '';
  width: 29px;
  height: 24px;
  background-image: url(../images/img37.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -50px;
  top: 8px;
}
.sy_con4 .swiper-pagination{
  text-align: right;
  padding-right: 25%;
}
.sy_con4 .swiper-pagination-bullet{
  width: 4px;
  height: 4px;
  background: rgb(37,122,177);
  opacity: 1;
  transition: all .5s;
}
.sy_con4 .swiper-pagination-bullet-active{
  width: 30px;
  border-radius: 4px;
}
.sy_con4 .a{
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 50px;
  margin: 0 auto;
  /* background: rgb(37,122,177); */
  margin-top: 70px;
}
.sy_con4 .a span{
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "normal";
  padding-right: 40px;
  background-image: url(../images/img7.png);
  background-repeat: no-repeat;
  background-position-x: 73%;
  background-position-y: center;
}



/* sy_con5 */
.sy_con5{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 110px;
}
.sy_con5 .rq{
  width: 100%;
  margin-top: 50px;
}
.sy_con5 .rq .rq1{
  width: 47.5%;
  float: left;
  margin-right: 1.25%;
  position: relative;
  overflow: hidden;
}
.sy_con5 .rq .rq1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con5 .rq .rq1:hover img{
  transform: scale(1.05);
}
.sy_con5 .rq .rq1 .div{
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 15px 20px;
  background: rgba(0, 0, 0, .35);
  position: absolute;
  bottom: 0;
  left: 0;
}
.sy_con5 .rq .rq1 .div .p1{
  font-size: 24px;
  color: #fff;
  font-family: "normal";
}
.sy_con5 .rq .rq1 .div .p2{
  font-size: 18px;
  color: #fff;
  font-family: "din";
}
.sy_con5 .rq .rq2{
  width: 25%;
  float: left;
  margin-right: 1.25%;
  position: relative;
  overflow: hidden;
  transition: all .5s;
}
.sy_con5 .rq .rq2:hover{
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
}
.sy_con5 .rq .rq2:nth-child(3){
  margin-right: 0;
}
.sy_con5 .rq .rq2 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con5 .rq .rq2:hover img{
  transform: scale(1.05);
}
.sy_con5 .rq .rq2 .div{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 80px 30px;
}
.sy_con5 .rq .rq2 .div .p1{
  font-size: 24px;
  color: #444444;
  font-family: "normal";
}
.sy_con5 .rq .rq2 .div .p2{
  font-size: 18px;
  color: #777777;
  font-family: "din";
}
.sy_con5 .rq .rq2 .div .p3{
  font-size: 16px;
  color: #777777;
  font-family: "normal";
  margin-top: 45px;
}
.sy_con5 .rq .rq2 .div img{
  width: 33px;
  position: absolute;
  bottom: 80px;
  left: 30px;
  transition: all .5s;
}
.sy_con5 .rq .rq2:hover .div img{
  left: 40px;
  transform: scale(1);
}

/* sy_con6 */
.sy_con6{
  width: 100%;
  position: relative;
}
.sy_con6 .ig{
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.sy_con6 .container{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  padding-top: 125px;
}
.sy_con6 .ig1{
  width: 135px;
  position: absolute;
  left: 1%;
  top: 56%;
  animation: dt_2 3s linear infinite .1s;
}
.sy_con6 .ig2{
  width: 73px;
  position: absolute;
  left: 6%;
  top: 42%;
  animation: dt_2 3s linear infinite .2s;
}
.sy_con6 .ig3{
  width: 115px;
  position: absolute;
  left: 14%;
  top: 48%;
  animation: dt_2 3s linear infinite .4s;
}
.sy_con6 .ig4{
  width: 111px;
  position: absolute;
  left: 11%;
  top: 31%;
  animation: dt_2 3s linear infinite .5s;
}
.sy_con6 .ig5{
  width: 164px;
  position: absolute;
  left: 16%;
  top: 19%;
  animation: dt_2 3s linear infinite .6s;
}
.sy_con6 .ig6{
  /* width: 54px; */
  width: 90px;
  position: absolute;
  left: 24%;
  top: 43%;
  animation: dt_2 3s linear infinite .7s;
}
.sy_con6 .ig7{
  width: 131px;
  position: absolute;
  left: 29%;
  top: 17%;
  animation: dt_2 3s linear infinite .8s;
}
.sy_con6 .ig8{
  /* width: 65px; */
  width: 100px;
  position: absolute;
  left: 30%;
  top: 37%;
  animation: dt_2 3s linear infinite .9s;
}
.sy_con6 .ig9{
  width: 109px;
  position: absolute;
  left: 36%;
  top: 26%;
  animation: dt_2 3s linear infinite 1s;
}
.sy_con6 .ig10{
  width: 116px;
  position: absolute;
  left: 43%;
  top: 33%;
  animation: dt_2 3s linear infinite 1.1s;
}
.sy_con6 .ig11{
  width: 130px;
  position: absolute;
  left: 37%;
  top: 47%;
  animation: dt_2 3s linear infinite 1.2s;
}

.sy_con6 .ig12{
  width: 98px;
  position: absolute;
  left: 47%;
  top: 46%;
  animation: dt_2 3s linear infinite 1.3s;
}

.sy_con6 .rig{
  width: 29%;
  float: right;
}
.sy_con6 .rig .p1{
  font-size: 24px;
  color: #777777;
  font-family: "light";
  width: 50%;
}
.sy_con6 .rig a{
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid rgb(204,204,204);
  margin-top: 70px;
}
.sy_con6 .rig a span{
  display: block;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #257ab1;
  font-family: "normal";
  padding-right: 40px;
  background-image: url(../images/img54.png);
  background-repeat: no-repeat;
  background-position-x: 74%;
  background-position-y: center;
  transition: all 1s;
}
.sy_con6 .rig a span:hover{
  color: #fff;
}

/* .sy_con7 */
.sy_con7{
  width: 100%;
  background-image: url(../images/img55.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 60px;
}
.sy_con7 .p1{
  font-size: 30px;
  color: #ffff;
  font-family: "light";
  text-align: center;
}
.sy_con7 a{
  display: block;
  width: 180px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border: 2px solid rgb(212,225,240);
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  font-family: "normal";
  margin-top: 30px;
  transition: all .5s;
}
.sy_con7 a:hover{
  background: rgb(59,79,188);
  border: 2px solid rgb(59,79,188);
}

/* 分辨率 */
@media(max-width:1680px){
.banner .swiper-slide .p1{
  font-size: 49px;
}
.banner .swiper-slide .p2 {
  font-size: 19px;
  letter-spacing: 4px;
}
.sy_con1 {
  background-position-x: 65%;
}
.sy_con1 .container{
  padding-top: 60px;
  padding-bottom: 113px;
}
.bt{
  font-size: 40px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.sy_con1 .p1 {
  font-size: 15px;
  line-height: 25px;
}
.sy_con1 a {
  width: 160px;
  border-radius: 45px;
  line-height: 45px;
  margin-top: 85px;
  margin-bottom: 155px;
}
.sy_con1 a span {
  height: 45px;
  font-size: 14px;
  background-position-x: 75%;
  background-size: 18px;
}
.sy_con1 .rq .rq1 .p2 .sztd {
  font-size: 70px;
}
.sy_con1 .rq .rq1 .p2 .sztd::before {
  width: 43px;
  height: 62px;
  background-size: contain;
  left: -53px;
}

.sy_con1 .rq .rq1 .p3 {
  font-size: 16px;
}


.sy_con2 .p1 {
  font-size: 18px;
}
.sy_con2 .rq .rq1 .dt1 {
  width: 296px;
}
.sy_con2 .rq .rq1 .dt2 {
  width: 251px;
}
.sy_con2 .rq .rq1 .dt3 {
  width: 253px;
}
.sy_con2 .rq .rq1 .dt5,
.sy_con2 .rq .rq1 .dt4 {
  width: 252px;
}
.sy_con2 .rq .rq1 .dt6 {
  width: 216px;
}
.sy_con2 .rq .rq1 .dt7 {
  width: 91px;
  bottom: 100px;
  left: 103px;
}
.sy_con2 .rq .rq1 .dt8 {
  width: 42px;
  bottom: 170px;
  left: 128px;
}
.sy_con2 .rq .rq1 .dt9 {
  width: 185px;
}
.sy_con2 .rq .rq1 .dt10 {
  width: 194px;
}
.sy_con2 .rq .rq1 .dt11 {
  width: 252px;
}
.sy_con2 .rq .rq1 .dt12 {
  width: 119px;
}
.sy_con2 .rq .rq1 .dt13 {
  bottom: 160px;
  left: 133px;
}
.sy_con2 .rq .rq1 .dt14 {
  width: 60px;
  bottom: 103px;
    left: 125px;
}
.sy_con2 .rq .rq1 .dt15 {
  bottom: 133px;
  left: 73px;
}
.sy_con2 .rq .rq1 .dt16 {
  width: 196px;
}
.sy_con2 .rq .rq1 .rq2 {
  width: 296px;
  height: 319px;
}
.sy_con2 .rq .p2 {
  font-size: 22px;
  padding-top: 25px;
}
.sy_con2 {
  padding-top: 74px;
  padding-bottom: 105px;
  background-position-x: 30%;
}


.sy_con3 .p1 {
  font-size: 18px;
}
.sy_con3 {
  padding-top: 78px;
  padding-bottom: 96px;
}
.sy_con3 .rq button {
  font-size: 18px;
  width: 245px;
  height: 61px;
}
.sy_con3 .swiper-slide p {
  font-size: 18px;
  line-height: 50px;
}
.sy_con4 {
  padding-top: 74px;
  padding-bottom: 61px;
}
.sy_con4 .rq .rig .p1 {
  font-size: 26px;
}
.sy_con4 .rq .rig .p3 {
  font-size: 14px;
  padding-top: 25px;
  line-height: 24px;
}
.sy_con4 .rq .rig {
  height: 363px;
  padding: 61px 91px;
  padding-bottom: 43px;
}
.sy_con4 .rq .rig .p4 {
  font-size: 14px;
}
.sy_con4 .rq .rig .p1::before {
  width: 23px;
  height: 21px;
  left: -35px;
  top: -5px;
}
.sy_con4 .rq .rig .p4::after {
  width: 24px;
  height: 20px;
  right: -35px;
  top: 8px;
}
.sy_con4 .rq {
  margin-top: 40px;
}
.sy_con4 .a {
  width: 157px;
  height: 43px;
  border-radius: 43px;
  margin-top: 61px;
}
.sy_con4 .a span {
  line-height: 43px;
  font-size: 14px;
  background-size: 20px;
}

.sy_con5 {
  padding-top: 70px;
  padding-bottom: 95px;
}

.sy_con5 .rq .rq1 .div .p1 {
  font-size: 20px;
}
.sy_con5 .rq .rq1 .div .p2 {
  font-size: 16px;
}
.sy_con5 .rq .rq2 .div {
  padding: 70px 25px;
}
.sy_con5 .rq .rq2 .div .p1 {
  font-size: 20px;
}
.sy_con5 .rq .rq2 .div .p2 {
  font-size: 16px;
}
.sy_con5 .rq .rq2 .div .p3 {
  font-size: 15px;
  margin-top: 30px;
}
.sy_con6 .container {
  padding-top: 110px;
}
.sy_con6 .rig .p1 {
  font-size: 22px;
}
.sy_con6 .rig a {
  width: 157px;
  height: 43px;
  border-radius: 43px;
  margin-top: 60px;
}
.sy_con6 .rig a span {
  line-height: 43px;
  font-size: 14px;
  background-size: 20px;
}
.sy_con6 .ig1 {
  width: 118px;
}
.sy_con6 .ig2 {
  width: 63px;
}
.sy_con6 .ig3 {
  width: 100px;
}
.sy_con6 .ig4 {
  width: 97px;
}
.sy_con6 .ig5 {
  width: 143px;
}
.sy_con6 .ig6 {
  /* width: 47px; */
  width: 77px;
}
.sy_con6 .ig7 {
  width: 114px;
}
.sy_con6 .ig8 {
  /* width: 56px; */
  width: 90px;
}
.sy_con6 .ig9 {
  width: 95px;
}
.sy_con6 .ig10 {
  width: 101px;
}
.sy_con6 .ig11 {
  /* width: 85px; */
  width: 110px;
}
.sy_con7 {
  padding-top: 48px;
  padding-bottom: 52px;
}
.sy_con7 .p1 {
  font-size: 26px;
}
.sy_con7 a {
  width: 157px;
  height: 43px;
  line-height: 39px;
  font-size: 17px;
}

}

@media(max-width:1460px){
  .banner .swiper-slide .p1 {
    font-size: 42px;
}
.banner .swiper-slide .p2 {
  font-size: 16px;
}
.banner .swiper-slide .container {
  padding-top: 85px;
}
.bt {
  font-size: 34px;
}
.sy_con1 a {
  margin-bottom: 120px;
}
.sy_con1 {
  background-position-x: 75%;
  padding-bottom: 45px;
}
.sy_con1 .container{
  padding-top: 53px;
  padding-bottom: 98px;
}
.sy_con1 .rq .rq1 .p2 .sztd {
  font-size: 60px;
}
.sy_con1 .rq .rq1 .p2 .sztd::before {
  height: 53px;
}
.sy_con1 .rq .rq1:nth-child(3) .p2 .sztd::before {
  width: 51px;
  left: -55px;
}
.sy_con1 .rq .rq1:nth-child(4) .p2 .sztd::before {
  width: 51px;
  left: -60px;
}

.sy_con2 {
  padding-top: 64px;
  padding-bottom: 91px;
}
.sy_con2 .p1 {
  font-size: 16px;
}
.sy_con2 .rq .rq1 .dt1 {
  width: 257px;
  left: 6px;
}
.sy_con2 .rq .rq1 .dt2 {
  width: 218px;
}
.sy_con2 .rq .rq1 .dt3 {
  width: 220px;
  bottom: 27px;
  left: 24px;
}
.sy_con2 .rq .rq1 .dt5, .sy_con2 .rq .rq1 .dt4 {
  width: 219px;
}
.sy_con2 .rq .rq1 .dt4{
  bottom: 40px;
  left: 26px;
}
.sy_con2 .rq .rq1 .dt5{
  bottom: 48px;
  left: 26px;
}
.sy_con2 .rq .rq1 .dt6 {
  width: 187px;
  bottom: 61px;
    left: 42px;
}
.sy_con2 .rq .rq1 .dt7 {
  width: 79px;
  bottom: 85px;
  left: 96px;
}
.sy_con2 .rq .rq1 .dt8 {
  width: 33px;
  bottom: 147px;
  left: 120px;
}
.sy_con2 .rq .rq1 .dt9 {
  width: 161px;
  bottom: 115px;
  bottom: 105px;
  left: 50px;
}
.sy_con2 .rq .rq1 .dt10 {
  width: 168px;
}
.sy_con2 .rq .rq1 .dt11 {
  width: 219px;
}
.sy_con2 .rq .rq1 .dt12 {
  width: 103px;
  bottom: 75px;
  left: 80px;
}
.sy_con2 .rq .rq1 .dt13 {
  bottom: 133px;
  left: 115px;
}
.sy_con2 .rq .rq1 .dt14 {
  width: 52px;
  bottom: 85px;
  left: 115px;
}
.sy_con2 .rq .rq1 .dt15 {
  bottom: 115px;
  left: 72px;
}
.sy_con2 .rq .rq1 .dt16 {
  width: 171px;
  bottom: 75px;
  left: 52px;
}
.sy_con2 .rq .p2 {
  font-size: 18px;
  padding-top: 0px;
}
.sy_con2 .rq .rq1 .rq2 {
  width: 275px;
  height: 277px;
}
.sy_con3 {
  padding-top: 68px;
  padding-bottom: 83px;
}
.sy_con3 .p1 {
  font-size: 16px;
}
.sy_con3 .rq button {
  font-size: 16px;
  width: 210px;
  height: 55px;
}
.sy_con3 .rq1 {
  margin-top: 45px;
}
.sy_con4 {
  padding-top: 64px;
  padding-bottom: 53px;
}
.sy_con4 .rq .rig {
  height: 315px;
  padding: 53px 79px;
  padding-bottom: 38px;
}
.sy_con4 .rq .rig .p1 {
  font-size: 22px;
}
.sy_con4 .rq .rig .p2 {
  font-size: 14px;
}
.sy_con4 .rq .rig .p3 {
  font-size: 14px;
  padding-top: 22px;
  line-height: 22px;
}
.sy_con4 .rq .rig .p4::before {
  width: 50px;
  left: -64px;
}
.sy_con4 .rq .rig .p1::before {
  width: 20px;
  height: 17px;
  left: -29px;
  top: -2px;
}
.sy_con4 .rq .rig .p4::after {
  width: 21px;
  height: 17px;
  right: -29px;
  top: 8px;
}
.sy_con4 .rq .rig .p4 {
  font-size: 13px;
}
.sy_con4 .a {
  margin-top: 40px;
}
.sy_con5 {
  padding-top: 60px;
  padding-bottom: 83px;
}
.sy_con5 .rq .rq1 .div .p1 {
  font-size: 16px;
}
.sy_con5 .rq .rq1 .div .p2 {
  font-size: 14px;
}
.sy_con5 .rq .rq2 .div {
  padding: 50px 25px;
}
.sy_con5 .rq .rq2 .div img {
  width: 28px;
  position: absolute;
  bottom: 50px;
  left: 25px;
}
.sy_con6 .container {
  padding-top: 95px;
}
.sy_con6 .rig .p1 {
  font-size: 19px;
}
.sy_con6 .ig1 {
  width: 102px;
}
.sy_con6 .ig2 {
  width: 55px;
}
.sy_con6 .ig3 {
  width: 87px;
}
.sy_con6 .ig4 {
  width: 84px;
}
.sy_con6 .ig5 {
  width: 124px;
}
.sy_con6 .ig6 {
  /* width: 41px; */
  width: 65px;
}
.sy_con6 .ig7 {
  width: 99px;
}
.sy_con6 .ig8 {
  /* width: 49px; */
  width: 75px;
}
.sy_con6 .ig9 {
  width: 72px;    top: 27%;
}
.sy_con6 .ig10 {
  width: 88px;
}
.sy_con6 .ig11 {
  /* width: 74px; */
  width: 95px;
}
.sy_con6 .ig12 {
  width: 91px;
}
.sy_con6 .rig a {
  margin-top: 45px;
}
.sy_con7 {
  padding-top: 41px;
  padding-bottom: 45px;
}
.sy_con7 .p1 {
  font-size: 22px;
}
.sy_con7 a {
  width: 136px;
  height: 38px;
  line-height: 34px;
  font-size: 15px;
}




}

@media(max-width:1260px){
  .banner .swiper-slide .p1 {
    font-size: 35px;
}
.banner .swiper-slide .p2 {
  font-size: 15px;
  letter-spacing: 3px;
}
.bt {
  font-size: 28px;
}
.bt::before {
  width: 35px;
}
.sy_con1 .p1 {
  font-size: 14px;
}
.sy_con1 a {
  width: 135px;
  border-radius: 40px;
  line-height: 40px;
  margin-top: 60px;
  margin-bottom: 110px;
}
.sy_con1 a span {
  height: 40px;
}

.sy_con2 .rq .rq1 .dt1 {
  width: 222px;
  left: 7px;
}
.sy_con2 .rq .rq1 .dt2 {
  width: 188px;
}
.sy_con2 .rq .rq1 .dt3 {
  width: 190px;
}
.sy_con2 .rq .rq1 .dt5, .sy_con2 .rq .rq1 .dt4 {
  width: 189px;
}
.sy_con2 .rq .rq1 .dt6 {
  width: 162px;
  bottom: 59px;
  left: 40px;
}
.sy_con2 .rq .rq1 .dt7 {
  width: 68px;
  bottom: 80px;
  left: 85px;
}
.sy_con2 .rq .rq1 .dt8 {
  width: 27px;
  bottom: 135px;
  left: 105px;
}
.sy_con2 .rq .rq1 .dt9 {
  width: 139px;
  bottom: 95px;
  left: 45px;
}
.sy_con2 .rq .rq1 .dt10 {
  width: 145px;
  bottom: 108px;
  left: 48px;
}
.sy_con2 .rq .rq1 .dt11 {
  width: 189px;
}
.sy_con2 .rq .rq1 .dt12 {
  width: 89px;
  bottom: 70px;
  left: 73px;
}
.sy_con2 .rq .rq1 .dt13 {
  bottom: 121px;
  left: 104px;
}
.sy_con2 .rq .rq1 .dt14 {
  width: 45px;
  bottom: 77px;
  left: 104px;
}
.sy_con2 .rq .rq1 .dt15 {
  bottom: 103px;
  left: 69px;
}
.sy_con2 .rq .rq1 .dt16 {
  width: 147px;
  bottom: 68px;
  left: 44px;
}
.sy_con2 .rq .rq1 .rq2 {
  width: 239px;
  height: 239px;
}
.sy_con2 .rq .p2 {
  font-size: 15px;
  padding-top: 0px;
}
.sy_con3 .swiper-button-prev:hover,.sy_con3 .swiper-button-next:hover,
.sy_con3 .swiper-button-prev, .sy_con3 .swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: 20%;
}
.sy_con4 .rq .rig {
  height: 272px;
  padding: 45px 50px;
  padding-bottom: 32px;
}
.sy_con4 .rq .rig .p1 {
  font-size: 18px;
}
.sy_con4 .rq .rig .p3 {
  font-size: 13px;
  padding-top: 16px;
  line-height: 21px;
}
.sy_con4 .rq .rig .p4 {
  margin-top: 47px;
}
.sy_con4 .a {
  width: 145px;
  height: 40px;
  border-radius: 40px;
}
.sy_con4 .a span {
  line-height: 40px;
  padding-right: 35px;
}
.sy_con5 .rq .rq2 .div {
  padding: 20px 15px;
}
.sy_con5 .rq .rq2 .div .p1 {
  font-size: 17px;
}
.sy_con5 .rq .rq2 .div .p3 {
  font-size: 13px;
  margin-top: 18px;
}
.sy_con5 .rq .rq2 .div img {
  width: 20px;
  bottom: 20px;
  left: 15px;
}
.sy_con6 .rig .p1 {
  font-size: 15px;
}
.sy_con6 .rig a {
  width: 135px;
  height: 40px;
  border-radius: 40px;
}
.sy_con6 .rig a span {
  line-height: 40px;
  padding-right: 33px;
}


}

@media (max-width: 991px){
  .pc{
    display: none!important;
  }
  .app{
    display: block!important;
  }
  .video2-dimensions{
    width: 100%!important;height: 100%!important;
  }
  #publicity-video video {
    height: 100% !important;
  }
  .banner{
    margin-top: 60px;
  }
  .sy_con2 .rq .rq1 .rq2 img{
    width: 100%;
  }
  .sy_con2 .rq .rq1 .rq2 {
    width: 90%;
    height: auto;
  }
  .sy_con2 .rq .p2{
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    text-align: center;
    font-size: 12px;
    animation: d2 3s linear infinite .9s;
  }
  .sy_con2 .rq {
    padding-top: 40px;
}
.sy_con1 .rq .rq1 .p2 .sztd {
  font-size: 45px;
}
.sy_con1 .rq .rq1 .p2 .sp {
  font-size: 30px;
}
.sy_con1 .rq .rq1 .p3 {
  font-size: 13px;
}
.sy_con1 .rq .rq1 .p2 .sztd::before {
  height: 40px;
  left: -40px;
  top: 7px;
}
.sy_con1 .rq .rq1:nth-child(3) .p2 .sztd::before {
  left: -45px;
}
.sy_con1 .rq .rq1:nth-child(4) .p2 .sztd::before {
  left: -45px;
}

.sy_con1 a {
  margin-bottom: 95px;
}
.sy_con1 {
  padding-top: 40px;
  padding-bottom: 60px;
  height: 530px;
}

.sy_con2 {
  padding-top: 35px;
  padding-bottom: 45px;
}
.sy_con3 {
  padding-top: 35px;
  padding-bottom: 50px;
}
.sy_con3 .rq button {
  font-size: 14px;
  width: 150px;
  height: 50px;
}
.sy_con4 .rq .lef{
  width: 100%;
}
.sy_con4 .rq .rig{
  width: 100%;
  float: left;
  position: static;
  transform: translateY(0);
}
.sy_con4 .rq{
  width: 100%;
}
.sy_con4 .swiper-pagination {
  text-align: center;
  padding-right: 0%;
  bottom: 35px;
}
.sy_con4 .rq .swiper-container{
  padding-left: 10px;
  padding-bottom: 10px;
}
.sy_con4 {
  padding-top: 25px;
  padding-bottom: 53px;
}
.sy_con5 .rq .rq2 .div .p1 {
  font-size: 15px;
}
.sy_con5 .rq .rq2 .div .p2 {
  font-size: 12px;
}
.sy_con5 .rq .rq1 .div .p1 {
  font-size: 14px;
}
.sy_con5 .rq .rq1 .div .p2 {
  font-size: 12px;
}
.sy_con5 {
  padding-top: 30px;
  padding-bottom: 60px;
}
.sy_con5 .rq {
  margin-top: 25px;
}

.sy_con6{
  height: 700px;
}
.sy_con6 .container {
  padding-top: 0px;
}
.sy_con6 .ig{
  height: auto;
  position: absolute;
  bottom: 0;
}
.sy_con6 .rig{
  width: 100%;
}
.sy_con6 .rig .bt{
  text-align: center;
}
.sy_con6 .rig .bt::before{
  left: 50%;
  transform: translateX(-50%);
}
.sy_con6 .rig .p1{
  width: 100%;
  text-align: center;
}
.sy_con6 .rig a{
  margin: 0 auto;
  margin-top: 30px;
}
.sy_con6 .ig1 {
  top: 64%;
}
.sy_con6 .ig2 {
  top: 50%;
}
.sy_con6 .ig3 {
  top: 55%;
}
.sy_con6 .ig4 {
  left: 17%;
  top: 45%;
}
.sy_con6 .ig5 {
  left: 25%;
  top: 32%;
}
.sy_con6 .ig6 {
  left: 37%;
  top: 49%;
}
.sy_con6 .ig7 {
  left: 55%;
  top: 31%;
}
.sy_con6 .ig8 {
  left: 56%;
  top: 47%;
}
.sy_con6 .ig9 {
  left: 70%;
  top: 38%;
}
.sy_con6 .ig10 {
  left: 84%;
  top: 50%;
}
.sy_con6 .ig11 {
  left: 69%;
  top: 55%;
}
.sy_con6 .ig12 {
  left: 90%;
  top: 64%;
}

}

@media (max-width: 768px){
  .bt {
    font-size: 24px;
}
.sy_con1 .rq .rq1:nth-child(3) {
  padding-left: 48px;
}
.sy_con3 .p1 {
  font-size: 14px;
}
.sy_con3 .swiper-slide p {
  font-size: 14px;
}
.sy_con3 .rq button {
  font-size: 13px;
  width: 120px;
  height: 40px;
}
.sy_con3 .rq button:nth-child(1) {
  margin-right: 10px;
}
.sy_con3 .rq {
  margin-top: 30px;
}
.sy_con3 .rq1 {
  margin-top: 29px;
}
.sy_con3 .swiper-button-prev:hover, .sy_con3 .swiper-button-next:hover, .sy_con3 .swiper-button-prev, .sy_con3 .swiper-button-next {
  width: 35px;
  height: 35px;
}
.sy_con5 .rq .rq1{
  width: 100%;
  margin-right: 0;
}
.sy_con5 .rq .rq2{
  width: 49%;
  margin-right: 2%;
}
.sy_con6 .rig .p1{
  width: 100%;
  font-size: 14px;
}
.sy_con6 .rig a {
  margin-top: 5px;
}
.sy_con6 .rig .bt{
  margin-bottom: 11px;
}

.sy_con6 {
  height: 500px;
}
.sy_con6 .ig12 {
  left: 82%;
  top: 64%;
}


}

@media (max-width: 550px){
  .sy_con1 {
    background-position-x: 58%;
}
  .sy_con1 .p1{
    width: 100%;
  }
  .bt {
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 12px;
}
.sy_con1 a {
  width: 118px;
  border-radius: 34px;
  line-height: 34px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.sy_con1 a span {
  height: 34px;
  font-size: 13px;
  background-position-x: 80%;
  background-size: 17px;
  padding-right: 25px;
}
.sy_con1 .rq .rq1:nth-child(3),
.sy_con1 .rq .rq1:nth-child(2){
  padding-left: 0;
}

.sy_con1 .rq .rq1{
  padding-left: 0;
  width: 50%;margin-bottom: 10px;
}
.sy_con1 .rq .rq1 .p3,
.sy_con1 .rq .rq1 .p2{
  text-align: center !important;
}
.sy_con1 {
  height: auto;
  padding-top: 0px;
}
.sy_con1 .container{
  position: static;
  transform: translate(0,0);
  padding-bottom: 0;
}
.sy_con1 .bj{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con2 .rq .rq1{
  width: 50%;
  margin-bottom: 20px;
}
.sy_con2{
  padding-top: 25px;
  padding-bottom: 20px;
}
.sy_con2 .p1 {
  font-size: 14px;
}
.sy_con2 .rq {
  padding-top: 25px;
}
.sy_con3 .rq button {
  width: 100px;
  height: 35px;
}
.sy_con3 .rq {
  margin-top: 15px;
}
.sy_con3 .swiper-button-prev {
  left: 15px;
}
.sy_con3 .swiper-button-next{
  right: 15px;
}
.sy_con3 .swiper-slide-prev::before, 
.sy_con3 .swiper-slide-next::before{
  background: rgba(255,255,255,0.55);
}
.sy_con3 .swiper-slide-active::before{
  background: rgba(255,255,255,0);
}
.sy_con3 .swiper-slide-prev p,
.sy_con3 .swiper-slide-next p{
  opacity: 0;
}
 .sy_con3 .swiper-slide-active p{
  opacity: 1;
 }
 .sy_con3 .swiper-slide p {
  line-height: 32px;
  padding-left: 10px;
}
.sy_con3 .rq1 {
  margin-top: 22px;
}
.sy_con3 {
  padding-top: 25px;
  padding-bottom: 28px;
}
.sy_con4 {
  padding-top: 25px;
  padding-bottom: 30px;
}


.sy_con4 .a span {
  line-height: 35px;
  padding-right: 28px;
  font-size: 13px;
  background-size: 19px;
  background-position-x: 80%;
}
.sy_con4 .a {
  width: 115px;
  height: 34px;
  border-radius: 34px;
  margin-top: 15px;
}
.sy_con4 .rq {
  margin-top: 23px;
}
.sy_con4 .rq .rig {
  height: auto;
  padding: 23px 35px;
  padding-bottom: 30px;
}
.sy_con4 .rq .rig .p1 {
  font-size: 17px;
}
.sy_con4 .swiper-pagination {
  bottom: 22px;
}
.sy_con4 .rq .rig .p1::before {
  width: 17px;
  height: 14px;
  left: -22px;
  top: -2px;
}
.sy_con4 .rq .rig .p4::after {
  width: 18px;
  height: 15px;
  right: -25px;
  top: 8px;
}
.sy_con4 .rq .rig .p4::before {
  width: 35px;
  left: -45px;
}

.sy_con5 .rq .rq2 .div .p1 {
  font-size: 14px;
}
.sy_con5 .rq .rq2 .div {
  padding: 10px 8px;
}
.sy_con5 .rq .rq2 .div .p3 {
  font-size: 13px;
  margin-top: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sy_con5 {
  padding-top: 25px;
  padding-bottom: 35px;
}

.sy_con6 .rig a {
  margin-top: 15px;
}
.sy_con7 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sy_con7 .p1 {
  font-size: 18px;
}
.sy_con7 a {
  width: 100px;
  height: 32px;
  line-height: 30px;
  font-size: 13px;
  margin-top: 15px;
}


.sy_con1 a::before,
 .sy_con4 .a::before{
  transform: scale(30, 30);
  -webkit-transform: scale(30, 30);
  -moz-transform: scale(30, 30);
  -ms-transform: scale(30, 30);
  -o-transform: scale(30, 30);
}

.sy_con6 {
  height: 370px;
}
.sy_con6 .ig1 {
  width: 90px;
  top: 70%;
}
.sy_con6 .ig2 {
  width: 47px;
  top: 65%;
  left: 14%;
}
.sy_con6 .ig3 {
  top: 69%;
  width: 78px;
  left: 25%;
}
.sy_con6 .ig4 {
  left: 21%;
  top: 58%;
}
.sy_con6 .ig5 {
  left: 26%;
  top: 48%;
  width: 92px;
}
.sy_con6 .ig6 {
  left: 45%;
  top: 59%;
  width: 47px
}
.sy_con6 .ig7 {
  left: 46%;
  top: 48%;
  width: 80px;
}
.sy_con6 .ig8 {
  left: 47%;
  top: 70%;
  width: 73px;
}
.sy_con6 .ig9 {
  left: 59%;
  top: 59%;
}
.sy_con6 .ig10 {
  left: 68%;
  top: 49%;
  width: 80px;
}
.sy_con6 .ig11 {
  left: 67%;
  top: 71%;
  width: 74px;
}
.sy_con6 .ig12 {
  left: 77%;
  top: 64%;
  width: 70px;
}


}






/* 产品中心 */
.n_banner{
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
  position: relative;
}
.n_banner .bj{
  width: 100%;
  vertical-align: middle;
}
.n_banner .wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.n_banner .p1{
  font-size: 46px;
  color: #ffffff;
  font-family: "normal";
  position: relative;
  padding-bottom: 10px;
}
.n_banner .p1::before{
  content: '';
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.n_banner .p2{
  font-size: 18px;
  color: #ffffff;
  opacity: 0.5;
  font-family: "light";
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 15px;
}

/* 当前导航 */
.pro_con1{
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid rgb(224,224,224);
} 
.pro_con1 a{
  font-size: 16px;
  color: #666666;
  font-family: "normal";
  padding-left: 30px;
  position: relative;
}
.pro_con1 a:nth-child(1){
  padding-left: 0;
}
.pro_con1 a.on{
  color: #1589cc;
}
.pro_con1 a::before{
  content: '';
  width: 6px;
  height: 11px;
  background-image: url(../images/img64.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
.pro_con1 a:first-child::before{
  content: none;
}
.pro_con1 a img{
  width: 28px;
  margin-bottom: -8px;
  margin-right: 10px;
}


/* content2 */
.pro_con2{
  width: 100%;
  background: rgb(245,245,247);
  padding: 80px 0 120px;
  background-image: url(../images/);
    background-attachment: fixed;
}
.pro_con2.pro_con3{
  background: #fff;
}
.pro_con2 .pr_bt{
  font-size: 33px;color: #333333;  font-family: "normal";padding-left: 15px;position: relative;
}
.pro_con2 .pr_bt::before{
  content: '';
  width: 3px;
  height: 36px;
  background: rgb(21,137,204);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro_con2 .rq{
  width: 100%;
  padding-top: 40px;
}
.pro_con2 .rq .rq1{
  width: 24.25%;
  height: 220px;
  float: left;
  margin-right: 1%;
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(90, 91, 95, 0.3);
  position: relative;
  overflow: hidden;
}
.pro_con2.pro_con3 .rq .rq1{
  background: rgb(245,245,247);
  box-shadow: 0px 4px 15px 0px rgba(90, 91, 95, 0);
}
.pro_con2 .rq .rq1:nth-child(4){
  margin-right: 0;
}
.pro_con2 .rq .rq1 .div{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .8s;
}
.pro_con2 .rq .rq1:hover .div{
  top: -100%;
}
.pro_con2 .rq .rq1 .div img{
  width: 61px;
  display: block;
  margin: 0 auto;
  padding: 50px 0 20px;
}
.pro_con2 .rq .rq1 .div p{
  font-size: 18px;
  color: #444444;
  font-family: "normal";
  text-align: center;
}
.pro_con2 .rq .rq1 .div2{
  width: 100%;
  height: 100%;
  background: rgb(21,137,204);
  padding: 0 64px;
  display: flex;
  align-content: center;
  flex-wrap:wrap;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all .8s;
}
.pro_con2 .rq .rq1:hover .div2{
  top: 0%;
}
.pro_con2 .rq .rq1 .div2 a{
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-family: "normal";
  width: 100%;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pro_con2 .rq .rq1 .div2 a:hover{
  color: rgb(26,45,138);
}

/* 产品中心分辨率 */
@media (max-width: 1460px){
  .n_banner .p1 {
    font-size: 36px;
}
.n_banner .p1::before {
  width: 30px;
}
.n_banner .p2 {
  font-size: 14px;
}
.pro_con2 {
  padding: 60px 0 100px;
}
.pro_con2 .rq .rq1 .div img {
  width: 50px;
  padding: 40px 0 15px;
}
.pro_con2 .rq .rq1{
  height: 170px;
}
.pro_con2 .rq .rq1 .div p {
  font-size: 16px;
}
.pro_con2 .pr_bt {
  font-size: 24px;
}
.pro_con2 .pr_bt::before {
  height: 25px;
}
.pro_con2 .rq {
  padding-top: 25px;
}
.pro_con2 .rq .rq1 .div2 a {
  font-size: 16px;
}
.pro_con2 .rq .rq1 .div2 {
  padding: 0 45px;
}



}
@media (max-width: 1260px){
  .n_banner .p1 {
    font-size: 30px;
}
.pro_con2 .rq .rq1 .div2 {
  padding: 0 30px;
}
}
@media (max-width: 991px){
  .n_banner{
    margin-top: 60px;
  }
  .pro_con1 {
    height: 40px;
    line-height: 40px;
}
.pro_con1 a img {
  width: 20px;
  margin-bottom: -4px;
  margin-right: 10px;
}
.pro_con1 a {
  font-size: 14px;
  padding-left: 25px;
}
.pro_con1 a::before {
  left: 8px;
}
.pro_con2 {
  padding: 40px 0 60px;
}
.pro_con2 .pr_bt {
  font-size: 20px;
  padding-left: 10px;
}
.pro_con2 .pr_bt::before {
  height: 18px;
}
.pro_con2 .rq .rq1{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.pro_con2 .rq .rq1:nth-child(2n){
  margin-right: 0;
}

}
@media (max-width: 414px){
  .pro_con2 .rq .rq1 .div2 {
    padding: 0 15px;
}
.pro_con2 .rq .rq1 .div2 a {
  font-size: 14px;
  line-height: 25px;
}
.pro_con2 .rq .rq1 {
  height: 135px;
  margin-bottom: 10px;
}
.pro_con2 .rq .rq1 .div img {
  width: 45px;
  padding: 25px 0 10px;
}
.pro_con2 {
  padding: 40px 0 40px;
}
.pro_con2 .rq .rq1 .div p {
  font-size: 14px;
}
}


/* 产品详情 */

.prodat_con1 a img{
  width: 24px;
  margin-bottom: -4px;
}


/* 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: 100%;
  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: 26px;
  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;
  font-family: "normal";
}


/* prodat_con3 */
.prodat_con3{
  width: 100%;
  background-image: url(../images/img77.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 100px;
}
.prda_bt{
  font-size: 36px;
  color: #444444;
  font-family: "normal";
  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/img78.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;
}

.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;
  font-family: "normal";
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
.prodat_con3 .rq .rq1 .p2{
  width: 80%;
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  font-family: "normal";
  margin: 0 auto;
  text-align: center;
}

/* prodat_con3_2 */
.prodat_con3_2{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 115px;
  background: rgb(245,245,247);
}
.prodat_con3_2 .rq{
  margin-top: 80px;
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.prodat_con3_2 .rq1{
  width: 30%;
  margin-bottom: 20px !important;
}
.prodat_con3_2 .rq1 .top{
  width: 135px;
  height: 135px;
  position: relative;
  margin: 0 auto;
  transition: all .5s;
}
.prodat_con3_2 .rq1 .top::before{
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/img196.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.prodat_con3_2 .rq1 .top img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 51px;
}

.prodat_con3_2 .rq1 .p1{
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: "normal";
}
.prodat_con3_2 .rq1 .p2{
  font-size: 16px;
  color: #777777;
  text-align: center;
  font-family: "normal";
  line-height: 25px;
}
.prodat_con3_2 .rq1:hover .top{
  transform: translateY(-15px);
}
.prodat_con3_2 .rq1:hover .top::before{
  animation: dt_3 20s linear infinite;
}


/* prodat_con4 */
.prodat_con4,
.prodat_con5,
.prodat_con6{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 115px;
}
.prodat_con4 .wrap,
.prodat_con5 .wrap{
  position: relative;
}
.prodat_con4 .swiper-container,
.prodat_con5 .swiper-container{
  padding-top: 80px;
}
.prodat_con4 .swiper-button-prev,
.prodat_con4 .swiper-button-next,
.prodat_con5 .swiper-button-prev,
.prodat_con5 .swiper-button-next{
  width: 16px;
  height: 30px;
  background-image: url(../images/img87.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .5s;
  top: 65%;
}
.prodat_con4 .swiper-button-prev:hover,
.prodat_con4 .swiper-button-next:hover,
.prodat_con5 .swiper-button-prev:hover,
.prodat_con5 .swiper-button-next:hover{
  background-image: url(../images/img88.png);
}
.prodat_con4 .swiper-button-prev,
.prodat_con5 .swiper-button-prev{
  left: -40px;
  transform: rotate(180deg);
}
.prodat_con4 .swiper-button-next,
.prodat_con5 .swiper-button-next{
  right: -40px;
}
.prodat_con4 .swiper-slide,
.prodat_con5 .swiper-slide{
  position: relative;
  /* overflow: hidden; */
  /* height: 300px; */
}
.prodat_con4 .swiper-slide img,
.prodat_con5 .swiper-slide img{
  width: 100%;
  transition: all .5s;
  vertical-align: middle;
}
.prodat_con4 .swiper-slide:hover img{
  transform: scale(1.05);
}
.prodat_con4 .swiper-slide p{
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 22px;
  color: #ffffff;
  font-family: "normal";
  line-height: 60px;
  padding-left: 15px;
}

/* prodat_con5 */
.prodat_con5{
  background: rgb(245,245,247);
}
.prodat_con5 .p1{
  font-size: 20px;
  color: #444444;
  font-family: "normal";
  padding-top: 8px;
  transition: all .8s;
}
.prodat_con5 .swiper-slide:hover .p1{
  letter-spacing: 1px;
}
.prodat_con5 .div{
  position: relative;
}
.prodat_con5 .swiper-slide{
  overflow: hidden;
}
.prodat_con5 .rq{
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  vertical-align: middle;
  background: rgba(37,141,201,0.8);
  padding: 30px;
  transition: all .8s;
}
.prodat_con5 .swiper-slide:hover .rq{
  top: 0;
}
.prodat_con5 .rq .p2{
  font-size: 20px;
  color: #ffffff;
  font-family: "normal";
  padding-bottom: 10px;
}
.prodat_con5 .rq .p3{
  font-size: 14px;
  color: #ffffff;
  font-family: "normal";
  line-height: 25px;
  width: 100%;
  opacity: 0.8;
  height: 80%;
  overflow-y: auto;
}
.prodat_con5 .rq img{
  width: 20px;
  padding-top: 10px;
  transition: all .8s;
}
.prodat_con5 .rq:hover img{
 margin-left: 15px;
}


/* prodat_con6 */
.prodat_con6 .rq{
  padding-top: 65px;
  overflow-x: auto;
}
.prodat_con6 table{
  width: 100%;
}
.prodat_con6 tr{
  background: rgb(245,245,247);
}
.prodat_con6 tr:nth-child(2n){
  background: #fff;
}
.prodat_con6 tr td{
  font-size: 16px;
  color: #666;
  font-family: "normal";
  height: 100%;
  padding: 15px 0;
  border: 1px solid rgb(224,224,224);
vertical-align:middle
}
.prodat_con6 tr td div{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content:space-around;
  flex-wrap:wrap;
  align-content:center;
}
.prodat_con6 tr td div span{
  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: 22px;
}
.prda_bt {
  font-size: 30px;
  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;
}
.prodat_con3_2{
  padding-top: 60px;
  padding-bottom: 90px;
}
.prodat_con3_2 .rq {
  margin-top: 60px;
}
.prodat_con3_2 .rq1 .p1{
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.prodat_con3_2 .rq1 .p2 {
  font-size: 14px;
}
.prodat_con4 .swiper-slide p {
  font-size: 18px;
  line-height: 45px;
  padding-left: 12px;
}
.prodat_con4 .swiper-container, .prodat_con5 .swiper-container {
  padding-top: 45px;
}
.prodat_con4, .prodat_con5, .prodat_con6 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 90px;
}
.prodat_con5 .p1 {
  font-size: 16px;
}
.prodat_con6 .rq {
  padding-top: 40px;
}
.prodat_con6 tr td div span {
  font-size: 14px;
}

}
@media(max-width:1260px){
  .prda_bt {
    font-size: 24px;
}
  .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: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.prodat_con2 .rig .rq {
  height: 210px;
}
.prodat_con5 .rq {
  padding: 15px;
}
.prodat_con5 .rq .p2 {
  font-size: 16px;
  padding-bottom: 5px;
}
.prodat_con5 .rq .p3 {
  font-size: 14px;
  line-height: 22px;
  width: 90%;
}
.prodat_con6 table{
  width: 1200px;
}
.prodat_con5 .rq .p3{
  height: 75%;
}

}
@media(max-width:991px){
  .prodat_con3 .rq {
    padding-top: 30px;
}
.prodat_con4, .prodat_con5, .prodat_con6,
.prodat_con3 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.prodat_con3 .rq .rq1{
  width: 33.333%;
  margin-bottom: 10px;
}
.prodat_con3 .rq .rq1 .p1 {
  font-size: 18px;
}
.prodat_con3_2 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.prodat_con3_2 .rq1{
  width: 33.333%;
}
.prodat_con3_2 .rq1 .top{
  width: 100px;
  height: 100px
}
.prodat_con3_2 .rq1 .top img {
  width: 35px;
}
.prodat_con3_2 .rq1 .p2 {
  font-size: 12px;
}
.prodat_con3_2 .rq1 .p1 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
}
@media(max-width:768px){
  .prodat_con2 {
    padding: 40px 0;
}
.prodat_con2 .lef,
.prodat_con2 .rig{
  width: 100%;
}
.prodat_con2 .rig{
 padding-top: 20px;
}
.prodat_con4 .swiper-container,
.prodat_con5 .swiper-container{
  width: 90%;
}
.prodat_con4 .swiper-button-prev, .prodat_con5 .swiper-button-prev{
  left: 10px;
}
.prodat_con4 .swiper-button-next, .prodat_con5 .swiper-button-next{
  right: 10px;
}
.prodat_con4 .swiper-button-prev, .prodat_con4 .swiper-button-next, .prodat_con5 .swiper-button-prev, .prodat_con5 .swiper-button-next{
  width: 10px;
}
.prodat_con3 .rq .rq1{
  width: 50%;
}
.prodat_con3_2 .rq{
  flex-wrap: wrap;
  margin-top: 20px;
}
.prodat_con3_2 .rq1{
  width: 100%;
  margin-bottom: 20px;
}
.prodat_con3_2 {
  padding-top: 40px;
  padding-bottom: 30px;
}

}
@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: 22px;
}
.prodat_con4 .swiper-container, .prodat_con5 .swiper-container {
  padding-top: 25px;
}
.prodat_con6 .rq {
  padding-top: 25px;
}
.prodat_con1 a img {
  width: 18px;
  margin-bottom: -3px;
}

}




/* 成功案例 */
.case_con1{
  width: 100%;
  padding-top: 120px;
  padding-bottom: 105px;
  background: rgb(245,245,247);
  background-image: url(../images/);
    background-attachment: fixed;
}
.case_con1 .rq{
  width: 100%;
  padding-bottom: 50px;
}
.case_con1 .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_con1 .rq .rq1:nth-child(3n){
  margin-right: 0;
}
.case_con1 .rq .rq1 .top{
  width: 100%;
  height: 300px;
  overflow: hidden; 
}
.case_con1 .rq .rq1 .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.case_con1 .rq .rq1:hover{
  transform: translateY(-10px);
}
.case_con1 .rq .rq1:hover .top img{
  transform: scale(1.05);
}
.case_con1 .rq .rq1 .bot{
  width: 100%;
  height: 180px;
  overflow: hidden;
  padding: 0 25px;
  padding-top: 30px;
}
.case_con1 .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_con1 .rq .rq1:hover .bot .p1{
  color: #267cb2;
}
.case_con1 .rq .rq1 .bot .p2{
  font-size: 16px;
  color: #999999;
  font-family: "com";
  padding-top: 15px;
}


/* 成功案例新增修改 */
.case_con1 .rq .rq1 .mb{
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  vertical-align: middle;
  background: rgba(37,141,201,0.8);
  padding: 30px;
  transition: all .8s;
}
.case_con1 .rq .rq1:hover .mb{
  top: 0;
}
.case_con1 .rq .rq1 .mb .p2 {
  font-size: 20px;
  color: #ffffff;
  font-family: "normal";
  padding-bottom: 10px;
}
.case_con1 .rq .rq1 .mb .p3 {
  font-size: 14px;
  color: #ffffff;
  font-family: "normal";
  line-height: 25px;
  width: 100%;
  opacity: 0.8;
  /*text-align: center;*/
}
.case_con1 .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/img97.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: rgb(21, 137, 204);
}

.fyq li:first-child:hover,
 .fyq li:last-child:hover {
  background: #fff;
  background-image: url(../images/img96.png);
  background-repeat: no-repeat;
  background-position: center;
}

.fyq .on {
  background: rgb(21, 137, 204);
}

/* 成功案例分辨率 */

@media(max-width:1460px){
  .case_con1 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.case_con1 .rq .rq1 .bot .p1 {
  font-size: 18px;
  color: #666666;
  transition: all .5s;
}
.case_con1 .rq .rq1 .top {
  height: 258px;
}
.case_con1 .rq .rq1 .bot {
  height: 150px;
}
.case_con1 .rq .rq1 .bot .p2 {
  font-size: 14px;
}





}
@media(max-width:1260px){
  .case_con1 .rq .rq1 .top {
    height: 209px;
}
.case_con1 .rq .rq1 .bot .p1 {
  font-size: 16px;
}
.case_con1 .rq .rq1 .bot {
  height: 110px;
  padding: 0 20px;
    padding-top: 20px;
}
.case_con1 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.case_con1 .rq {
  padding-bottom: 25px;
}



}
@media(max-width:991px){
  .case_con1 .rq .rq1{
    width: 49%;
    margin-right: 2%;
  }
  .case_con1 .rq .rq1:nth-child(3n){
    margin-right: 2%;
  }
  .case_con1 .rq .rq1:nth-child(2n){
    margin-right: 0;
  }
  .case_con1 .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_con1 .rq .rq1 .bot .p1 {
    font-size: 14px;
}
.case_con1 .rq .rq1 .bot {
  height: 80px;
  padding: 0 10px;
  padding-top: 10px;
}
.case_con1 .rq .rq1 .bot .p2 {
  font-size: 12px;
  padding-top: 10px;
}
.case_con1 .rq .rq1{
  margin-bottom: 10px;
}
.case_con1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.case_con1 .rq .rq1 .mb{
  display: none;
}
}


/* 成功案例详情 */
.caseda_con1{
  width: 100%;
  background-image: url(../images/);
    background-attachment: fixed;
}
.caseda_con1 .rq{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(224,224,224);
}
.caseda_con1 .rq .p1{
  font-size: 36px;
  color: #333333;
  font-family: "normal";
  text-align: center;
}
.caseda_con1 .rq .p2{
  font-size: 18px;
  color: #777777;
  font-family: "normal";
  text-align: center;
  padding-top: 15px;
}
.caseda_con1 .wrap .rq1{ font-weight: 100; }
.caseda_con1 .rq1 .p1{
  font-size: 26px;
  color: #444444;
  position: relative;
  padding-left: 12px;
  margin-top: 45px;
  margin-bottom: 30px;
}
.caseda_con1 .rq1 .p1::before{
  content: '';
  width: 3px;
  height: 25px;
  background: rgb(21, 137, 204);
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}
.caseda_con1 .rq1 .p2{
  font-size: 16px;
  color: #777777;
  font-family: "normal";
  line-height: 28px;
  padding-left: 12px;
}
.caseda_con1 .rq1 img{
  max-width: 100%;
  height: auto !important;
  /*display: block;*/
  margin: 0 auto;
  margin-top: 50px;
}
.caseda_con1 .rq1 .p3{
  font-size: 18px;
  color: #333333;
  font-family: "normal";
  padding-left: 12px;
  position: relative;
}
.caseda_con1 .rq1 .p3::before{
  content: '';
  width: 6px;
  height: 6px;
  background: rgb(21, 137, 204);
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.caseda_con1 .rq2{
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 140px;
  border-top: 1px solid rgb(224,224,224);
}
.caseda_con1 .rq2 a{
  font-size: 16px;
  color: #777777;
  font-family: "normal";
  display: block;
  line-height: 28px;
}
.caseda_con1 .rq2 a:hover{
  color: #1589cc;
  padding-left: 12px;
}

/* 案例详情分辨率 */
@media(max-width:1460px){
  .caseda_con1 .rq .p1 {
    font-size: 26px;
}
.caseda_con1 .rq {
  padding-top: 45px;
  padding-bottom: 25px;
}
.caseda_con1 .rq .p2 {
  font-size: 16px;
  padding-top: 10px;
}
.caseda_con1 .rq1 .p1 {
  font-size: 22px;
  padding-left: 10px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.caseda_con1 .rq1 .p1::before {
  height: 20px;
}
.caseda_con1 .rq1 .p3 {
  font-size: 16px;
}
.caseda_con1 .rq2 {
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 100px;
}

}
@media(max-width:1260px){
  .caseda_con1 .rq .p1 {
    font-size: 22px;
}
.caseda_con1 .rq {
  padding-top: 30px;
  padding-bottom: 25px;
}
.caseda_con1 .rq .p2 {
  font-size: 14px;
  padding-top: 5px;
}
.caseda_con1 .rq1 .p1 {
  font-size: 18px;
}

}
@media(max-width:414px){
  .caseda_con1 .rq .p1 {
    font-size: 18px;
}
.caseda_con1 .rq1 .p1 {
  font-size: 16px;
}
.caseda_con1 .rq1 .p1::before {
  height: 14px;
}
.caseda_con1 .rq1 .p2 {
  font-size: 14px;
}
.caseda_con1 .rq1 img {
  margin-top: 15px;
  height: auto !important;
}
.caseda_con1 .rq1 .p3 {
  font-size: 14px;
}
.caseda_con1 .rq1 .p3::before {
  width: 4px;
  height: 4px;
  top: 45%;
}
.caseda_con1 .rq2 {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 50px;
}
.caseda_con1 .rq2 a {
  font-size: 12px;
  line-height: 25px;
}

}

/* 联系我们 */
.con_con1{
  padding-top: 130px;
  padding-bottom: 95px;
  background-image: url(../images/);
  background-attachment: fixed;
}
.con_con1 .rq{
  width: 100%;
  display: flex;
  flex-wrap:wrap;
  justify-content:center;
}
.con_con1 .rq .rq1{
  width: 25%;
}
.con_con1 .rq .rq1 div{
  width: 160px;
  height: 160px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.con_con1 .rq .rq1 div .rq2{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgb(21, 137, 204);
  position: absolute;
  top: 0;
  left: 0%;
  transition: all .8s;
}
.con_con1 .rq .rq1:hover div .rq2{
  top: 100%;
}
.con_con1 .rq .rq1 div .rq3{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgb(21, 137, 204);
  position: absolute;
  top: 100%;
  left: 0%;
  transition: all .8s;
}
.con_con1 .rq .rq1:hover div .rq3{
  top: 0;
}
.con_con1 .rq .rq1 div img{
  width: 53px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.con_con1 .rq .rq1 .p1{
  font-size: 20px;
  color: #444444;
  text-align: center;
  padding-top: 23px;
  padding-bottom: 15px;
}
.con_con1 .rq .rq1 .p2{
  font-size: 16px;
  color: #999999;
  text-align: center;
}

/* con_con2 */
.con_con2{
  width: 100%;
}
.con_con2 .wrap{
  position: relative;
  overflow: hidden;
}
#allmap{
  height: 540px;
  overflow: hidden;
}
@media(max-width:414px) {
  #allmap{
    height:500px;
  }
}
.con_con2 img{
  width: 100%;
  vertical-align: middle;
}
.con_con2 .rq{
  width: 100%;
  background: rgba(52,155,202,0.7);
  padding: 25px 50px;
  position: absolute;
  bottom: 0%;
  left: 0;
  transition: all .8s;
}
.con_con2 .wrap:hover .rq{
  bottom: 0;
}
.con_con2 .rq .p1{
  font-size: 30px;
  color: #ffffff;
  font-family: "light";
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.con_con2 .rq .p1::before{
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.con_con2 .rq .p2{
  font-size: 16px;
  color: #ffffff;
  font-family: "normal";
  opacity: 0.8;
}

/* con_con3 */
.con_con3{
  width: 100%;
  padding-top: 60px;
  padding-bottom: 125px;
}
.con_con3 .rq{
  width: 100%;
}
.con_con3 .rq .rq1{
  width: 32.333%;
  margin-right: 1.5%;
  float: left;
  height: 180px;
  background: rgb(245,245,245);
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all .5s;
}
.con_con3 .rq .rq1:nth-child(3n){
  margin-right: 0;
}
.con_con3 .rq .rq1:hover{
  transform: translateY(-10px);
  box-shadow: 0px 5px 10px 0px rgba(90, 91, 95, 0.3);
}
.con_con3 .rq .rq1 .p1{
  font-size: 24px;
  color: #333333;
  font-family: "normal";
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.con_con3 .rq .rq1 .p1::before{
  content: '';
  width: 30px;
  height: 2px;
  background: rgb(21, 137, 204);
  position: absolute;
  bottom: 0;
  left: 0;
}
.con_con3 .rq .rq1 .p2{
  font-size: 16px;
  color: #777777;
  font-family: "normal";
}


/* con_con4 */
.con_con4{
  width: 100%;
  padding-top: 75px;
  padding-bottom: 140px;
  background: rgb(245,245,245);
}
.con_con4 .p1{
  font-size: 22px;
  color: #666666;
  font-family: "normal";
  text-align: center;
}
.con_con4 .rq{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.con_con4 .rq1{
  width: 49.5%;
  display: flex;
  justify-content: space-between;
}
.con_con4 label{
  font-size: 18px;
  color: #666666;
  font-family: "normal";
  line-height: 70px;
  width: 34%;
}
.con_con4 label span { color: #f00; }
.con_con4 select {
  width: 100%;
  height: 70px;
  font-size: 18px;
  color: #666666;
  background: #fff;
}
.con_con4 select option {
    font-size: 16px;
}
.con_con4 input{
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid rgb(221,221,221);
  font-size: 18px;
  color: #666666;
  font-family: "normal";
  /*padding-left: 15px;*/
  margin-bottom: 20px;
}
.con_con4 .rq2{
  width: 100%;
}
.con_con4 textarea{
  width: 100%;
  height: 200px;
  background: #fff;
  border: 1px solid rgb(221,221,221);
  font-size: 18px;
  color: #666666;
  font-family: "normal";
  padding-left: 15px;
  padding-top: 15px;
}
.con_con4 button{
  width: 180px;
  height: 50px;
  background: rgb(21, 137, 204);
  font-size: 20px;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  margin-top: 65px;
}

/* 联系我们分辨率 */
@media(max-width:1460px){
  .con_con1 {
    padding-top: 90px;
    padding-bottom: 75px;
}
  .con_con1 .rq .rq1 div {
    width: 120px;
    height: 120px;
}
.con_con1 .rq .rq1 div img {
  width: 40px;
}
.con_con1 .rq .rq1 .p1 {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.con_con1 .rq .rq1 .p2 {
  font-size: 14px;
}
.con_con2 .rq .p1 {
  font-size: 24px;
}
.con_con2 .rq .p2 {
  font-size: 14px;
}
.con_con2 .rq {
  padding: 15px 30px;
}

.con_con3 .rq .rq1 .p1 {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.con_con3 {
  padding-top: 50px;
  padding-bottom: 90px;
}
.con_con4 .p1 {
  font-size: 20px;
}
.con_con4 {
  padding-top: 60px;
  padding-bottom: 90px;
}
.con_con4 .rq {
  margin-top: 35px;
}
.con_con4 input {
  height: 55px;
  font-size: 16px;
  margin-bottom: 10px;
}
.con_con4 select {
    height: 55px;
    font-size: 16px;
}
.con_con4 select option {
    font-size: 14px;
}
.con_con4 textarea {
  height: 150px;
  font-size: 16px;
}
.con_con4 button {
  width: 140px;
  height: 45px;
  font-size: 16px;
  margin-top: 40px;
}
.con_con4 label {
  font-size: 16px;
  line-height: 55px;
  width: 41%;
}
}
@media(max-width:1259px){
  .con_con4 label {
    width: 49%;
}
}
@media(max-width:991px){
  .con_con4 label {
    width: 72%;
}
}
@media(max-width:768px){
  .con_con1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
  .con_con1 .rq .rq1 div {
    width: 80px;
    height: 80px;
}
.con_con1 .rq .rq1 div img {
  width: 30px;
}
.con_con2 .rq .p1 {
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.con_con2 .rq .p2 {
  font-size: 12px;
}
.con_con2 .rq {
  width: 96%;
  margin: 0 auto;
  padding: 15px 15px;
  margin: 0 15px;
}
.con_con2 .wrap .rq {
  bottom: 0;
}
.con_con3 .rq .rq1{
  width: 49%;
  margin-right: 2%;
}
.con_con3 .rq .rq1:nth-child(3n){
  margin-right: 2%;
}
.con_con3 .rq .rq1:nth-child(2n){
  margin-right: 0;
}
.con_con3 {
  padding-top: 50px;
  padding-bottom: 60px;
}
.con_con4 .rq1{
  width: 100%;
}
.con_con4 label {
  width: 30%;
}

}
@media(max-width:414px){
  .con_con1 .rq .rq1{
    width: 50%;
    margin-bottom: 15px;
  }
  .con_con2 .rq {
    width: 93%;
    /*display: none;*/
}
.con_con3 .rq .rq1 {
  height: auto;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 100%;
  margin-right: 0;
}
.con_con3 .rq .rq1 .p2 {
  font-size: 14px;
}
.con_con3 .rq .rq1 .p1 {
  font-size: 16px;
  padding-bottom: 4px;
  margin-bottom: 7px;
}
.con_con4 .p1 {
  font-size: 16px;
}
.con_con4 input{
  width: 100%;
}
.con_con4 input {
  /* height: 40px; */
  font-size: 14px;
  margin-bottom: 10px;
}
.con_con4 textarea {
  height: 120px;
  font-size: 14px;
}
.con_con4 button {
  width: 100px;
  height: 40px;
  font-size: 14px;
  margin-top: 40px;
}
.con_con1,
.con_con3,
.con_con4 {
  padding-top: 30px;
  padding-bottom: 40px;
}
.con_con4 label {
  width: 56%;
  font-size: 14px;
}


}
@media(max-width:375px){
  .con_con4 label {
    width: 71%;
  }
}


/* 瑞驰招聘 */
.ta_con1{
  width: 100%;
  background: rgb(245,245,247);
  padding-top: 95px;
  padding-bottom: 145px;
  background-image: url(../images/);
  background-attachment: fixed;
}
.ta_con1 .prda_bt{
  margin-bottom: 30px;
}
.ta_con1 .p1{
  font-size: 18px;
  color: #777777;
  font-family: "normal";
  text-align: center;
  line-height: 30px;
}
.ta_con1 .rq{
  padding-top: 80px;
}

.ta_con1 .rq1{
  width: 100%;
  background: #fff;
  position: relative;
  margin-bottom: 26px;
  overflow: hidden;
  border: 1px solid rgb(229,229,229);;
}
.ta_con1 .rq1::before{
  content: "";
  width: 1px;
  height: 65%;
  background: rgb(229,229,229);
  position: absolute;
  left: 18%;
  top: 50%;
  transform: translateY(-50%);
}
.ta_con1 .rq1 .top{
  width: 100%;
  height: 120px;
}
.ta_con1 .rq1 .top .lef{
  width: 18%;
  height: 100%;
  float: left;
}

.ta_con1 .rq1 .top .lef p{
  font-size: 20px;
  color: #444444;
  text-align: center;
  line-height: 120px;
  transition: all .3s;
}
.ta_con1 .rq1 .top .rig{
  width: 82%;
  height: 100%;
  float: left;
  padding: 0 65px;
  background-image: url(../images/img109.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 90%;
}
.ta_con1 .rq1:hover .top .lef p{
  color: #148acc;
}

.ta_con1 .rq1 .top .rig span{
    line-height: 120px;
    margin-right: 125px;
}
.ta_con1 .rq1 .top .rig span:nth-child(3){
  margin-right: 0;
}
.ta_con1 .rq1 .top .rig .sp1{
  font-size: 18px;
  font-family: "com";
  color: #148acc;
}
.ta_con1 .rq1 .top .rig .sp2{
  font-size: 18px;
  color: #777777;
}

.ta_con1 .rq1 .bot{
  width: 82%;
  padding: 0 65px;
  padding-bottom: 30px;
  float: right;
  transform: translateY(-35px);
  display: none;
}
.ta_con1 .rq1 .bot .p{
  font-size: 18px;
  color: #444;
  font-family: "normal";
  margin-top: 20px;
}
.ta_con1 .rq1 .bot .p2{
  font-size: 16px;
  color: #777777;
  font-family: "normal";
  line-height: 30px;
}

.ta_con1 .rq1 .bot a{
  display: block;
  font-size: 16px;
  color: #777;
  font-family: "normal";
  width: 150px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid rgb(212,212,212);
  margin-top: 40px;
  margin-bottom: 20px;
}
.ta_con1 .rq1 .bot a:hover{
  background: #148acc;
  color: #fff;
}

.ta_con1 .jz{
  display: block;
  font-size: 16px;
  color: #777777;
  font-family: "normal";
  width: 185px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgb(212,212,212);
  margin: 0 auto;
  margin-top: 70px;
}
.ta_con1 .jz:hover{
  background: #148acc;
  color: #fff;
}

/* 瑞驰招聘分辨率 */
@media(max-width:1460px){
  .ta_con1 {
    padding-top: 60px;
    padding-bottom: 100px;
}
.ta_con1 .p1 {
  font-size: 16px;
}
.ta_con1 .prda_bt {
  margin-bottom: 20px;
}
.ta_con1 .rq {
  padding-top: 60px;
}



}

@media(max-width:1260px){
  /* 人才招聘 */
.ta_con1 .rq1 .top .lef p{
  font-size: 20px;
}
.ta_con1 .rq1 .top{
  height: 120px;
}
.ta_con1 .rq1 .bot .p {
  font-size: 16px;
  margin-top: 10px;
}
.ta_con1 .rq1 .bot .p2 {
  font-size: 14px;
  line-height: 30px;
}
.ta_con1 .rq1 .bot {
  padding-bottom: 0px;
}

.ta_con1 .rq1 .top .rig span,
.ta_con1 .rq1 .top .lef p{
  line-height: 120px;
}
.ta_con1 .rq1 .top .rig .sp1{
  font-size: 18px;
}
.ta_con1 .rq1 .top .rig{
  background-size: 20px;
}
.ta_con1 .jz {
  font-size: 14px;
  width: 135px;
  height: 50px;
  line-height: 50px;
  margin-top: 110px;
  margin-top: 60px;
}


}
@media(max-width:991px){
  .ta_con1 .rq1 .top .rig span{
    margin-right: 50px;
  }
  .ta_con1 .rq1 .top .rig .sp2 {
    font-size: 16px;
  }
  .ta_con1 .rq1 .top .lef p {
    font-size: 15px;
  }
  .ta_con1 .rq1 .top .rig span, .ta_con1 .rq1 .top .lef p {
    line-height: 90px;
  }
  .ta_con1 .rq1 .top {
    height: 90px;
  }
  .ta_con1 .rq1 .top .rig .sp1 {
    font-size: 15px;
  }
  .ta_con1 .rq1 .top .rig .sp2 {
    font-size: 13px;
  }
  .ta_con1 .rq1 .bot .p1{
    font-size: 13px;
  }
  .ta_con1 .rq1 .bot a {
    font-size: 13px;
    width: 95px;
    height: 35px;
    line-height: 35px;
  }
}
@media(max-width:414px){

  .ta_con1 {
    padding-top: 40px;
    padding-bottom: 50px;
}
.ta_con1 .p1 {
  font-size: 14px;
  line-height: 25px;
}
.ta_con1 .rq {
  padding-top: 30px;
}
.ta_con1 .prda_bt {
  margin-bottom: 15px;
  font-size: 18px;
}
  
/* 人才招聘 */
.ta_con1 .rq1 .bot a {
  font-size: 12px;
  width: 77px;
  height: 28px;
  line-height: 28px;
}
.ta_con1 .rq1 .top .rig span, .ta_con1 .rq1 .top .lef p {
  line-height: 65px;
}
.ta_con1 .rq1 .top .lef p,
.ta_con1 .rq1 .top .rig .sp1,
.ta_con1 .rq1 .top .rig .sp2 {
  font-size: 12px;
}
.ta_con1 .rq1 .top {
  height: 65px;
}
.ta_con1 .rq1 .top .rig span {
  margin-right: 5px;
}
.ta_con1 .rq1 .top .lef {
  width: 20%;
}
.ta_con1 .rq1 .top .rig {
  background-size: 15px;    width: 80%;    padding: 0 5px;    background-position-x: 95%;
}
.ta_con1 .rq1::before {
  left: 20%;
}
.ta_con1 .rq1 .bot {
  width: 80%;
  padding: 0 10px;
  transform: translateY(-0px);
  padding-bottom: 20px;
}
.ta_con1 .rq1 .bot .p2 {
  font-size: 12px;
  line-height: 22px;
}
.ta_con1 .rq1 .bot .p {
  font-size: 14px;
  margin-top: 10px;
}
.ta_con1 .rq1 .bot .p1 {
  line-height: 23px;    font-size: 12px;
}
.ta_con1 .jz {
  font-size: 13px;
  width: 95px;
  height: 40px;
  line-height: 40px;    margin-top: 20px;
}
}





/* 申请试用 */
.app_con1{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 135px;
  background: rgb(246,247,252);
  background-image: url(../images/);
    background-attachment: fixed;
}
.app_con1 .p1{
  font-size: 36px;
  color: #444444;
  font-family: "normal";
  text-align: center;
}
.app_con1 .p2{
  font-size: 18px;
  color: #777777;
  font-family: "normal";
  text-align: center;
  padding-top: 10px;
}
.app_con1 .rq{
  width: 78%;
  margin: 0 auto;
  padding-top: 60px;
}
.app_con1 .rq .rq1{
  width: 100%;
  position: relative;
}
.app_con1 .rq .rq1 label{
  margin-top: 0;
}
.app_con1 .rq label{
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #666666;
  width: 25%;
  display: inline-block;
  float: left;
  text-align: right;
  margin-top: 10px;
}
.app_con1 .rq select{
  width: 75%;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #666666;
  font-family: "normal";
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  padding-left: 20px;
}
.app_con1 .rq .rq1::before{
    content: '';
    width: 18px;
    height: 10px;
    background-image: url(../images/img111.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 96%;
    transform: translateY(-50%);
    z-index: 10;
}
.app_con1 .rq select option {
  font-size: 16px;
}

.app_con1 .rq input{
  width: 75%;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #666666;
  font-family: "normal";
  background: #fff;
  /*padding-left: 20px;*/
  margin-top: 10px;
}
.app_con1 .rq textarea{
  width: 75%;
  height: auto;
  line-height: 70px;
  font-size: 18px;
  color: #666666;
  font-family: "normal";
  background: #fff;
  margin-top: 10px;
}

.app_con1 .rq button{
  font-size: 18px;
  color: #ffffff;
  font-family: "normal";
  width: 180px;
  height: 50px;
  background: rgb(21,137,204);
  display: block;
  margin: 0 auto;
  margin-top: 65px;
}



/* 申请试用分辨率 */
@media(max-width:1460px){
  .app_con1 .p1 {
    font-size: 30px;
}
.app_con1 {
  padding-top: 55px;
  padding-bottom: 85px;
}
.app_con1 .p2 {
  font-size: 16px;
  padding-top: 5px;
}
.app_con1 .rq {
  padding-top: 35px;
}
.app_con1 .rq button {
  font-size: 18px;
  margin-top: 50px;
}
.app_con1 .rq label {
  font-size: 16px;
  width: 18%;
}
.app_con1 .rq input,
.app_con1 .rq select{
  width: 82%;
}

}
@media(max-width:1260px){
  .app_con1 .rq input,
  .app_con1 .rq select {
    width: 79%;
  }
  .app_con1 .rq label {
    width: 21%;
  }
}
@media(max-width:991px){
  .app_con1 .rq input, .app_con1 .rq select {
    width: 73%;
}
.app_con1 .rq label {
  width: 27%;
}

}
@media(max-width:768px){
  .app_con1 .rq input, .app_con1 .rq select{
    float: right;
  }
  .app_con1 .rq label {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
  .app_con1 .p1 {
    font-size: 24px;
}
.app_con1 .p2 {
  font-size: 14px;
  padding-top: 5px;
}
.app_con1 .rq input,
.app_con1 .rq select {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.app_con1 .rq img { max-width: 120px; }
.app_con1 .rq .rq1::before {
  width: 15px;
  left: 90%;
  background-size: contain;
}
.app_con1 .rq button {
  font-size: 14px;
  margin-top: 30px;
  width: 115px;
  height: 40px;
}
.app_con1 {
  padding-top: 40px;
  padding-bottom: 55px;
}
.app_con1 .rq{
  width: 100%;
}


}
@media(max-width:414px){
  .app_con1 .rq input, .app_con1 .rq select {
    width: 63%;
    vertical-align: middle;
    display: inline-block;
    float: none;
}
.app_con1 .rq label {
  width: 36%;
  float: left;
  vertical-align: middle;
  float: none;
}
}
@media(max-width:375px){
  .app_con1 .rq input, .app_con1 .rq select {
    width: 56%;
}
.app_con1 .rq label {
  width: 42%;
}

}


/* 新闻中心 */
.new_con1{
  width: 100%;
  padding-top: 65px;
  padding-bottom: 135px;
  background: #f5f8fb;
  background-image: url(../images/);
    background-attachment: fixed;
}
.new_con1 .rq{
  width: 100%;
  padding-bottom: 65px;
}
.new_con1 .rq .rq1{
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid rgb(217,217,219);
}
.new_con1 .rq .rq1:last-child{
  border-bottom: none;
}
.new_con1 .rq .rq1 .lef{
  float: left;
  width: 28.6%;
  overflow: hidden;
  transition: all .5s;
}
.new_con1 .rq .rq1 .lef img{
  width: 100%;
}
.new_con1 .rq .rq1:hover .lef{
  transform: scale(1.05);
}
.new_con1 .rq .rq1 .rig{
  float: left;
  width: 71.4%;
  padding: 15px 0;
  padding-left: 5%;
}
.new_con1 .rq .rq1 .p1{
  font-size: 16px;
  color: #666666;
  font-family: "com";
}
.new_con1 .rq .rq1 .p2{
  font-size: 22px;
  color: #4999f2;
  padding-top: 15px;
  padding-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new_con1 .rq .rq1 .p3{
  font-weight: 100;
  line-height: 1.8;
  font-size: 16px;
  color: #777;
  font-family: "normal";
  width: 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;

}
.new_con1 .rq .rq1 span{
  display: inline-block;
  font-size: 16px;
  color: #666666;
  margin-top: 22px;
  position: relative;
  transition: all .5s;
}
.new_con1 .rq .rq1 span::before{
  content: '';
  width: 19px;
  height: 12px;
  background-image: url(../images/img116.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -27px;
  top: 51%;
  transform: translateY(-50%);
  transition: all .5s;
}
.new_con1 .rq .rq1:hover span{
  color: #0068b7;
}
.new_con1 .rq .rq1:hover span::before{
  right: -35px;
  background-image: url(../images/img115.png);
}

/* 新闻中心分辨率 */
@media(max-width:1460px){
  .new_con1 .rq .rq1 {
    padding: 40px 0;
}
.new_con1 {
  padding-top: 50px;
  padding-bottom: 100px;
}
  .new_con1 .rq .rq1 .p2 {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.new_con1 .rq .rq1 .p1 {
  font-size: 14px;
}
.new_con1 .rq .rq1 .p3 {
  font-size: 14px;
}
.new_con1 .rq .rq1 span {
  font-size: 14px;
}
.new_con1 .rq .rq1 span::before {
  width: 16px;
  height: 12px;
}
}
@media(max-width:1260px){
  .new_con1 .rq .rq1 .p2 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.new_con1 .rq .rq1 .rig {
  float: left;
  width: 71.4%;
  padding: 5px 0;
  padding-left: 5%;
}
.new_con1 .rq {
  padding-bottom: 30px;
}
}
@media(max-width:991px){
  .new_con1 .rq .rq1 .p3 {
    width: 100%;
    -webkit-line-clamp: 2;
}
.new_con1 .rq .rq1 span {
  margin-top: 7px;
}
.new_con1 .rq .rq1 {
  padding: 30px 0;
  opacity: 1 !important;
  transform: initial !important;
}
}
@media(max-width:768px){
  .new_con1 .rq .rq1 .lef{
    width: 100%;
  }
  .new_con1 .rq .rq1:hover .lef {
    transform: scale(1);
}
.new_con1 .rq .rq1 .rig{
  width: 100%;
  margin-top: 20px;
}
.new_con1 {
  padding-top: 20px;
  padding-bottom: 60px;
}
.new_con1 .rq {
  padding-bottom: 10px;
}
.new_con1 .rq .rq1 span {
  margin-top: 15px;
}
.new_con1 .rq .rq1 .p2 {
  font-size: 16px;
}


}

/* 新闻详情 */
.newda_con1 .rq1{
  padding: 0 45px;
  letter-spacing: 1px;
  background-image: url(../images/);
    background-attachment: fixed;
}
.newda_con1 .rq1 .p2{
  padding: 50px 0;
}
.newda_con1 .rq1 img{
  margin-top: 0;
}
.newda_con1 .rq2{
  margin-top: 0;
}

/* 新闻详情分辨率 */
@media(max-width:414px){
  .newda_con1 .rq1{
    padding: 0;
  }
  .newda_con1 .rq1 .p2 {
    padding: 20px 0;
}
}


/* 解决方案 */
.sol_con1{
  width: 100%;
  height: 220px;
  background-image: url(../images/);
  background-attachment: fixed;
}
.sol_con1 .lef{
  position: relative;
  padding: 65px 0;
  padding-left: 15px;
  width: 10%;
  float: left;
}
.sol_con1 .lef::before{
  width: 4px;
  height: 65px;
  content: '';
  background: rgb(21, 137, 204);
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
}
.sol_con1 .lef .p1{
  font-size: 46px;
  color: #333333;
  line-height: 46px;
}
.sol_con1 .lef .p2{
  font-size: 20px;
  font-family: "normal";
  color: #999999;
}
.sol_con1 .rig{
  width: 90%;
  float: left;
  padding: 0 90px;
  height: 220px;
  position: relative;
}
.sol_con1 .rig .swiper-slide{
  cursor: pointer;
}
.sol_con1 .swiper-button-next,
.sol_con1 .swiper-button-prev{
  width: 10px;
  height: 19px;
  background-image: url(../images/img137.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 55%;
  transition: all .5s;
}
.sol_con1 .swiper-button-next{
  right: -10px;
}
.sol_con1 .swiper-button-next.swiper-button-disabled, 
.sol_con1 .swiper-button-prev.swiper-button-disabled{
  opacity: 0;
}
.sol_con1 .swiper-button-next:hover,
.sol_con1 .swiper-button-prev:hover{
  background-image: url(../images/img138.png);
}
.sol_con1 .swiper-button-prev{
  transform: rotate(180deg);
}
.sol_con1 .rig .swiper-slide{
  position: relative;
  height: 220px;
}
.sol_con1 .swiper-slide .ig2{
  opacity: 0;
  transition: all .5s;
}
.sol_con1 .swiper-slide-thumb-active .ig2{
  opacity: 1;
}
.sol_con1 .rig img{
  width: 56px;
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sol_con1 .rig p{
  font-size: 20px;
  color: #666666;
  text-align: center;
  padding-top: 130px;
  transition: all .5s;
}
.sol_con1 .swiper-slide-thumb-active p{
  color: #1589cc;
}
.sol_con1 .swiper-slide-thumb-active{
  border-bottom: 2px solid #1589cc;
}
.sol_con2{
  width: 100%;
  background: rgb(245,245,247);
  padding-top: 120px;
  padding-bottom: 115px;
}
.sol_con2 .swiper-slide{
  position: relative;
}
.sol_con2 .swiper-slide .lef{
  width: 35.7%;
  float: left;
  transition: all .5s;
  overflow: hidden;
}
.sol_con2 .swiper-slide .lef img{
  width: 100%;
  vertical-align: middle;
}
.sol_con2 .swiper-slide:hover .lef{
  transform: scale(1.05);
}
.sol_con2 .swiper-slide .rig{
  width: 64.3%;
  float: left;
  padding: 15px 135px;
}
.sol_con2 .rig .p1{
  font-size: 36px;
  color: #333333;
  font-family: "normal";
}
.sol_con2 .rig .p2{
  font-size: 16px;
  color: #777777;
  font-family: "normal";
  padding-top: 20px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;

}
.sol_con2 .rig button{
  width: 160px;
  height: 40px;
  border-radius: 40px;
  background: rgb(182,182,182);
  margin-top: 55px;
  position: relative;
  overflow: hidden;
}
.sol_con2 .rig button::before{
  width: 0%;
  height: 100%;
  background: rgb(37,122,177);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s;
}
.sol_con2 .rig button:hover::before{
  width: 100%;
}
.sol_con2 .rig button span{
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-family: "normal";
  padding-right: 30px;
  background-image: url(../images/img136.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position-x: right;
  position: relative;
  z-index: 10;
  transition: all .5s;
}
.sol_con2 .rig button:hover span{
  padding-right: 35px;
  background-image: url(../images/img135.png);
}

.sol_con4{
  padding-top: 70px;
}
.sol_con4 .div{
  width: 100%;
  display: flex;
  justify-content:center;
  padding-bottom: 70px;
}
.sol_con4 .div button{
  width: 220px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid rgb(204,204,204);
  font-size: 18px;
  color: #666666;
  font-family: "normal";
  margin-right: 20px;
}
.sol_con4 .div button.on{
  color: #1589cc;
}
.sol_con4 .div button:last-child{
  margin-right: 0;
}
.sol_con4 .swiper-slide a{
  display: none;
}
.sol_con4 .swiper-slide a.on1{
  display: block;
}

/* 解决方案分辨率 */
@media(max-width:1460px){
  .sol_con1 .lef .p1 {
    font-size: 36px;
    line-height: 36px;
}
.sol_con1 .lef .p2 {
  font-size: 16px;
}
.sol_con1 .lef::before {
  height: 46px;
}
.sol_con1 .rig .swiper-slide,
.sol_con1 .rig,
.sol_con1 {
  height: 180px;
}
.sol_con1 .lef {
  padding: 60px 0;
  padding-left: 15px;
}
.sol_con1 .rig p {
  font-size: 16px;
  padding-top: 120px;
}
.sol_con2 {
  padding-top: 80px;
  padding-bottom: 70px;
}
.sol_con2 .rig .p1 {
  font-size: 30px;
}


}
@media(max-width:1260px){
  .sol_con1 .rig {
    padding: 0 50px;
}
.sol_con1 .rig img {
  width: 50px;
}
.sol_con2 .swiper-slide .rig {
  padding: 0px 50px;
}
.sol_con2 .rig .p1 {
  font-size: 26px;
}
.sol_con2 .rig .p2 {
  font-size: 16px;
  padding-top: 10px;
  line-height: 27px;
}
.sol_con2 .rig button {
  width: 130px;
  height: 40px;
  border-radius: 40px;
  margin-top: 35px;
}
.sol_con2 .rig button span {
  font-size: 14px;
  background-size: 20px;
}



}
@media(max-width:991px){
  .sol_con1 .rig .swiper-slide, .sol_con1 .rig, .sol_con1 {
    height: 120px;
}
.sol_con1 .lef .p1 {
  font-size: 26px;
  line-height: 26px;
}
.sol_con1 .lef .p2 {
  font-size: 14px;
}
.sol_con1 .lef {
  padding: 36px 0;
  padding-left: 15px;
}
.sol_con1 .lef::before {
  height: 34px;
  width: 3px;
}
.sol_con1 .rig p {
  font-size: 14px;
  padding-top: 77px;
}
.sol_con1 .rig img {
  width: 40px;
}
.sol_con2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sol_con2 .rig .p1 {
  font-size: 20px;
}
.sol_con2 .rig .p2 {
  font-size: 14px;
  padding-top: 10px;
  line-height: 23px;
  -webkit-line-clamp: 3;
}
.sol_con4 .div {
  padding-bottom: 40px;
}
.sol_con4 .div button {
  width: 135px;
  height: 40px;
  border-radius: 40px;
  font-size: 14px;
}
.sol_con2 .rig button {
  width: 120px;
  height: 35px;
  border-radius: 35px;
  margin-top: 35px;
}




}
@media(max-width:768px){
  .sol_con1 .rig {
    padding: 0 10px;
}
.sol_con1 .rig{
  width: 85%;
}
.sol_con1 .lef{
  width: 15%;
}
.sol_con2 .swiper-slide .lef,
.sol_con2 .swiper-slide .rig{
  width: 100%;
}
.sol_con2 .swiper-slide:hover .lef {
  transform: scale(1);
}
.sol_con2 .swiper-slide .rig{
  padding: 0;
  margin-top: 30px;
}



}
@media(max-width:414px){
  .sol_con1 .rig .swiper-slide, .sol_con1 .rig, .sol_con1 {
    height: 85px;
}
  .sol_con1 .rig {
    width: 80%;
}
.sol_con1 .lef{
  padding: 26px 0;
  width: 20%;
  padding-left: 10px;
}
.sol_con1 .lef .p1 {
  font-size: 20px;
  line-height: 20px;

}
.sol_con1 .rig p {
  font-size: 14px;
  padding-top: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sol_con1 .swiper-button-next {
  right: 0px;
}
.sol_con1 .swiper-button-next, .sol_con1 .swiper-button-prev {
  top: 65%;
}
.sol_con2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sol_con4 .div button {
  width: 135px;
  height: 35px;
  border-radius: 35px;
  font-size: 12px;
  margin-right: 5px;
}
.sol_con2 .rig .p1 {
  font-size: 18px;
}

}


/* 解决方案详情 */
.solda_con1{
  width: 100%;
  padding-bottom: 45px;
  background-image: url(../images/);
    background-attachment: fixed;
}
.solda_con1 .rq1{
  width: 100%;
  background: rgb(245,245,247);
}
.solda_con1 .rq1:nth-child(2n){
  background: #fff;
}
.solda_con1 .rq1 .wrap{  
  padding-top: 80px;
  padding-bottom: 75px;
  position: relative;
}
.solda_con1 .rq1 .p1{
  font-size: 30px;
  color: #444444;
  padding-bottom: 15px;
  position: relative;
}
.solda_con1 .rq1 .p1::before{
  content: '';
  width: 40px;
  height: 2px;
  background: #0068b7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.solda_con1 .rq1 .p2{
  font-size: 18px;
  color: #777777;
  font-family: "normal";
  margin-top: 20px;
  width: 75%;
  line-height: 30px;
}
.solda_con1 .rq1 img{
  max-width: 100%;
  margin-top: 45px;
}
.solda_con1 .rq1 .p3{
  font-size: 20px;
  color: #1589cc;
  position: relative;
  margin-top: 45px;
}
.solda_con1 .rq1 .p3::before{
  content: '';
  width: 7px;
  height: 7px;
  background: #1589cc;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.solda_con1 .rq1 .p4{
  font-size: 16px;
  color: #777777;
  font-family: "normal";
  width: 75%;
  line-height: 30px;
}

.solda_con1 .rq2{
  width: 168px;
  height: 177px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.solda_con1 .rq2 .rq3{
  width: 100%;
  height: 100%;
  position: relative;
}
.solda_con1 .rq2 .rq3::before{
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/img121.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: xz2 10s infinite;
}
@keyframes xz2{
  0%{
    transform:translate(-50%,-50%) rotate(0);
  }
  100%{
    transform:translate(-50%,-50%) rotate(-360deg);
  }
}
.solda_con1 .rq2 .rq3::after{
  width: 134px;
  height: 4px;
  content: '';
  background-image: url(../images/img122.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: xz3 10s infinite;
}
@keyframes xz3{
  0%{
    transform:translate(-50%,-50%) rotate(0);
  }
  100%{
    transform:translate(-50%,-50%) rotate(360deg);
  }
}

/* 解决方案详情分辨率 */
@media(max-width:1460px){
  .solda_con1 .rq1 .wrap {
    padding-top: 60px;
    padding-bottom: 65px;
}
.solda_con1 .rq1 .p1 {
  font-size: 24px;
}
.solda_con1 .rq1 .p2 {
  font-size: 16px;
}
.solda_con1 .rq1 .p3 {
  font-size: 18px;
  margin-top: 30px;
}



}
@media(max-width:991px){
  .solda_con1 .rq2 {
    width: 127px;
    height: 135px;
}
.solda_con1 .rq2 .rq3::after {
  width: 105px;
}
.solda_con1 .rq1 .wrap {
  padding-top: 40px;
  padding-bottom: 45px;
}
.solda_con1 .rq1 .p1 {
  font-size: 20px;
}
.solda_con1 .rq1 .p2 {
  font-size: 14px;
  margin-top: 13px;
  line-height: 25px;
}
.solda_con1 .rq1 .p3 {
  font-size: 16px;
  margin-top: 22px;
}
.solda_con1 .rq1 .p4 {
  font-size: 14px;
  line-height: 25px;
}


}
@media(max-width:768px){
  .solda_con1 .rq1 .p4,
  .solda_con1 .rq1 .p3{
    padding-left: 15px;
  }
  .solda_con1 .rq1 .p3::before{
    left: 0;
  }
  .solda_con1 .rq1 .p4,
  .solda_con1 .rq1 .p2{
    width: 100%;
  }
  .solda_con1 .rq1:nth-child(1) .p2{
    width: 70%;
  }
}
@media(max-width:768px){
  .solda_con1 .rq1:nth-child(1) .p2 {
    width: 60%;
}
.solda_con1 .rq1 .p1 {
  font-size: 18px;
}
.solda_con1 .rq1 .wrap {
  padding-top: 30px;
  padding-bottom: 35px;
}
.solda_con1{
  padding-bottom: 20px;
}
.solda_con1 .rq2 {
  width: 110px;
  height: 115px;
  right: 15px;
}
.solda_con1 .rq2 .rq3::after {
  width: 90px;
}

}


/* 关于我们 */
.ab_con1{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 55px;
  background-image: url(../images/);
    background-attachment: fixed;
}
.ab_bt{
  font-size: 40px;
  color: #444444;
  position: relative;
  z-index: 2;
}
.ab_fbt{
  line-height: 20px;
  display: block;
  font-size: 40px;
  color: #dcdcdc;
  opacity: 0.5;
  text-transform: uppercase;
  transform: translateY(-15px);
  position: relative;
  z-index: 1;
}
.ab_con1 .rq{
  width: 100%;
}
.ab_con1 .rq .lef{
  width: 40%;
  float: left;
  padding-top: 25px;
}
.ab_con1 .rq .lef .p1{
  margin-bottom: 30px;
}
.ab_con1 .rq .lef .p2,
.ab_con1 .rq .lef .p1{
  font-size: 16px;
  color: #777777;
  text-indent: 2em;
  line-height: 30px;
}
.ab_con1 .rq .rig{
  width: 51%;
  float: right;
  position: relative;
}
.ab_con1 .rq .rig .ig1{
  width: 82.6%;
  float: right;
}
.ab_con1 .rq .rig .ig2{
  width: 85%;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
}

/* ab_con2 */
.ab_con2{
  width: 100%;
  background: #f5f8fb;
  padding-top: 70px;
  padding-bottom: 95px;
  position: relative;
  /* z-index: -1; */
}
.ab_con2 .rq{
  padding-top: 90px;
  display: flex;
  justify-content:center;
}
.ab_con2 .rq .rq1{
  width: 33.333%;
}
.ab_con2 .rq .rq1 img{
  width: 76px;
  margin: 0 auto;
  display: block;
  transition: .5s;
}
.ab_con2 .rq .rq1:hover img{
  transform: translateY(-15px) scale(1.02);
}
.ab_con2 .rq .rq1 .p1{
  font-size: 30px;
  color: #4999f2;
  font-family: "normal";
  text-align: center;
  padding-top: 25px;
  padding-bottom: 15px;
}
.ab_con2 .rq .rq1 .p2{
  font-size: 16px;
  color: #444444;
  font-family: "normal";
  opacity: 0.7;
  text-align: center;
  width: 54%;
  margin: 0 auto;
  line-height: 25px;
}

/* ab_con3 */
.lb-data .lb-close,
.lb-data .lb-number{
  display: none !important;
}
.ab_con3 .rq{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ab_con3 .rq .rq1{
  width: 20%;
  overflow: hidden;
}
.ab_con3 .rq .rq1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.ab_con3 .rq .rq1:hover img{
  transform: scale(1.05);
}
.ab_con3 .rq .rq1:nth-child(2n){
  background: rgb(27,140,205);
  padding: 0px 60px;
  display: flex;
  flex-wrap: wrap;
  align-content:center
}
.ab_con3 .rq .rq1 p{
  font-size: 20px;
  width: 100%;
  color: #ffffff;
  line-height: 35px;
}

/* ab_con4 */
.ab_con4{
  width: 100%;
  position: relative;
}
.ab_con4 .bj{
  width: 100%;
  vertical-align: middle;
}
.ab_con4 .rq{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 95px;
}
.ab_con4 .rq .ab_bt,
.ab_con4 .rq .ab_fbt{
  text-align: center;
}
.ab_con4 .rq .ab_fbt{
  color: #c0c0c0;
  opacity: 0.4;
}
.ab_con4 .swp{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-image: url(../images/img178.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.ab_con4 .swiper-container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ab_con4 .div{
  width: 100%;
  height: 100%;
  position: relative;
}
.ab_con4 .div::before{
  content: '';
  width: 150%;
  height:8px;
  background-image: url(../images/img189.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.ab_con4 .swiper-slide{
  width: 100% !important;
}
.ab_con4 .swiper-slide img{
  width: 100%;
  vertical-align: middle;
}
.ab_con4 .swiper-button-prev,
.ab_con4 .swiper-button-next{
  width: 68px;
  height: 68px;
  background-image: url(../images/img186.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ab_con4 .swiper-button-next{
  background-image: url(../images/img187.png);
  right: 120px;
}
.ab_con4 .swiper-button-prev{
  left: 120px;
}
.ab_con4 .rq1{
  width: 182px;
  height: 256px;
  top: 69%;
  left: 16.7%;
  z-index: 10;
}
.ab_con4 .rq1 .swiper-container{
  width: 166px;
  height: 235px;
}

.ab_con4 .rq2{
  width: 135px;
  height: 190px;
  top: 71%;
  left: 22%;
  z-index: 5;
}
.ab_con4 .rq2 .swiper-container{
  width: 128px;
  height: 175px;
}
.ab_con4 .rq3{
  width: 210px;
  height: 295px;
  top: 61%;
  left: 33%;
  z-index: 10;
}
.ab_con4 .rq3 .swiper-container{
  width: 187px;
  height: 265px;
}
.ab_con4 .rq4{
  width: 153px;
  height: 215px;
  top: 65%;
  left: 40%;
  z-index: 5;
}
.ab_con4 .rq4 .swiper-container{
  width: 133px;
  height: 189px;
}
.ab_con4 .rq5{
  width: 131px;
  height: 185px;
  top: 69%;
  left: 62%;
  z-index: 5;
}
.ab_con4 .rq5 .swiper-container{
  width: 115px;
  height: 164px;
}
.ab_con4 .rq6{
  width: 182px;
  height: 256px;
  top: 66%;
  left: 66.5%;
  z-index: 10;
}
.ab_con4 .rq6 .swiper-container{
  width: 169px;
  height: 233px;
}
.ab_con4 .rq7{
  width: 197px;
  height: 148px;
  background-image: url(../images/img188.png);
  top: 44%;
  left: 82%;
}
.ab_con4 .rq7 .swiper-container{
  width: 190px;
  height: 131px;
}

/* ab_con5 */
.ab_con5{
  width: 100%;
  background: rgb(246,246,246);
  padding-top: 70px;
  padding-bottom: 105px;
}
.ab_con5 .rq{
  width: 100%;
}
.ab_con5 .rq .swiper-container{
  padding: 0 5px;
    padding-top: 40px;
    padding-bottom: 75px;
}
.ab_con5 .rq .swiper-slide{
  border: 1px solid rgb(221,221,221);
  overflow: hidden;
  transition: all .5s;
}
.ab_con5 .rq .swiper-slide img{
  width: 100%;
  vertical-align: middle;
}
.ab_con5 .rq .swiper-slide:hover{
  transform: translateY(-8px);
  box-shadow: 0px 3px 5px 0px rgba(90, 91, 95, 0.3);
}
.ab_con5 .swiper-pagination-bullet-active{
  background: rgb(21,137,204);
}

/* 图片放大 */
#darkbox {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8) no-repeat none 50%;
  background-size: contain;
  -webkit-box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
}

#darkbox.on{
  opacity: 1;
  visibility: visible;
  height: 90% !important;
  width: 90% !important;
  left: 5% !important;
  top: 5% !important;
}

.dark-close i {
  color: #fff;
}

#darkbox_prev, #darkbox_next{
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#darkbox_prev {
  left: -2px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#darkbox_next {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -2px;
}

#darkbox_prev:hover, #darkbox_next:hover{
  border-color: #c42a2e;
}

#darkbox-description{
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 18px;
  bottom: 5px;
  text-align: right;
  text-shadow: 0 1px 1px #000;
}

#darkbox .dark-close{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#darkbox .dark-close:hover{
  color: #c42a2e;
}


/* 关于我们分辨率 */
@media(max-width:1680px){
  .ab_con4 .rq1 {
    width: 160px;
    height: 224px;
}
.ab_con4 .rq1 .swiper-container {
  width: 145px;
  height: 205px;
}
.ab_con4 .rq2 {
  width: 118px;
  height: 166px;
}
.ab_con4 .rq2 .swiper-container {
  width: 112px;
  height: 153px;
}
.ab_con4 .rq3 {
  width: 183px;
  height: 258px;
}
.ab_con4 .rq3 .swiper-container {
  width: 163px;
  height: 231px;
}
.ab_con4 .rq4 {
  width: 133px;
  height: 188px;
}
.ab_con4 .rq4 .swiper-container {
  width: 116px;
  height: 165px;
}
.ab_con4 .rq5 {
  width: 114px;
  height: 161px;
}
.ab_con4 .rq5 .swiper-container {
  width: 100px;
  height: 143px;
}
.ab_con4 .rq6 {
  width: 159px;
  height: 224px;
}
.ab_con4 .rq6 .swiper-container {
  width: 147px;
  height: 203px;
}
.ab_con4 .rq7 {
  width: 172px;
  height: 129px;
}
.ab_con4 .rq7 .swiper-container {
  width: 166px;
  height: 114px;
}



}
@media(max-width:1460px){
  .ab_con1 {
    padding-top: 60px;
    padding-bottom: 40px;
}
.ab_bt {
  font-size: 30px;
}
.ab_fbt {
  font-size: 30px;
}
.ab_con1 .rq .lef .p2, .ab_con1 .rq .lef .p1 {
  font-size: 16px;
  line-height: 28px;
}
.ab_con1 .rq .lef {
  width: 43%;
}
.ab_con2 .rq {
  padding-top: 50px;
}
.ab_con2 .rq .rq1 img {
  width: 65px;
}
.ab_con2 .rq .rq1 .p1 {
  font-size: 24px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.ab_con2 .rq .rq1 .p2 {
  font-size: 14px;
}
.ab_con3 .rq .rq1 p {
  font-size: 16px;
  line-height: 28px;
}
.ab_con3 .rq .rq1:nth-child(2n) {
  padding: 0px 45px;
}
.ab_con4 .rq {
  padding-top: 50px;
}
.ab_con4 .swiper-button-prev, .ab_con4 .swiper-button-next {
  width: 53px;
  height: 53px;
}
.ab_con4 .swiper-button-next {
  right: 90px;
}
.ab_con4 .swiper-button-prev {
  left: 90px;
}
.ab_con4 .rq1 {
  width: 138px;
  height: 194px;
}
.ab_con4 .rq1 .swiper-container {
  width: 126px;
  height: 178px;
}
.ab_con4 .rq2 {
  width: 102px;
  height: 144px;
}
.ab_con4 .rq2 .swiper-container {
  width: 97px;
  height: 133px;
}
.ab_con4 .rq3 {
  width: 159px;
  height: 224px;
}
.ab_con4 .rq3 .swiper-container {
  width: 142px;
  height: 201px;
}
.ab_con4 .rq4 {
  width: 116px;
  height: 163px;
}
.ab_con4 .rq4 .swiper-container {
  width: 101px;
  height: 143px;
}
.ab_con4 .rq5 {
  width: 99px;
  height: 140px;
}
.ab_con4 .rq5 .swiper-container {
  width: 87px;
  height: 124px;
}
.ab_con4 .rq6 {
  width: 138px;
  height: 194px;
}
.ab_con4 .rq6 .swiper-container {
  width: 128px;
  height: 177px;
}
.ab_con4 .rq7 {
  width: 149px;
  height: 112px;
}
.ab_con4 .rq7 .swiper-container {
  width: 144px;
  height: 99px;
}


}
@media(max-width:1260px){
  .ab_bt {
    font-size: 26px;
}
.ab_fbt {
  font-size: 26px;
}
.ab_con1 .rq .lef .p2, .ab_con1 .rq .lef .p1 {
  font-size: 14px;
  line-height: 24px;
}
.ab_con1 .rq .lef .p1 {
  margin-bottom: 0px;
}
.ab_con1 .rq .lef {
  padding-top: 5px;
}
.ab_con1 .rq .lef {
  width: 45%;
}
.ab_con2 {
  padding-top: 50px;
  padding-bottom: 60px;
}
.ab_con2 .rq .rq1 img {
  width: 55px;
}
.ab_con2 .rq .rq1 .p2 {
  width: 75%;
}
.ab_con2 .rq .rq1 .p1 {
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
}
.ab_con3 .rq .rq1 p {
  font-size: 14px;
  line-height: 22px;
}
.ab_con4 .rq1 {
  width: 119px;
  height: 168px;
}
.ab_con4 .rq1 .swiper-container {
  width: 108px;
  height: 154px;
}
.ab_con4 .rq2 {
  width: 88px;
  height: 124px;
}
.ab_con4 .rq2 .swiper-container {
  width: 84px;
  height: 114px;
}
.ab_con4 .rq3 {
  width: 137px;
  height: 193px;
}
.ab_con4 .rq3 .swiper-container {
  width: 122px;
  height: 174px;
}
.ab_con4 .rq4 {
  width: 100px;
  height: 141px;
}
.ab_con4 .rq4 .swiper-container {
  width: 87px;
  height: 124px;
}
.ab_con4 .rq5 {
  width: 85px;
  height: 121px;
}
.ab_con4 .rq5 .swiper-container {
  width: 75px;
  height: 107px;
}
.ab_con4 .rq6 {
  width: 119px;
  height: 168px;
}
.ab_con4 .rq6 .swiper-container {
  width: 110px;
  height: 152px;
}
.ab_con4 .rq7 {
  width: 129px;
  height: 97px;
}
.ab_con4 .rq7 .swiper-container {
  width: 124px;
  height: 85px;
}
.ab_con5 .rq .swiper-container {
  padding-top: 20px;
  padding-bottom: 55px;
}
.ab_con5 {
  padding-top: 50px;
  padding-bottom: 60px;
}


}
@media(max-width:991px){
  .ab_con3 .rq .rq1:nth-child(2n) {
    padding: 0px 20px;
}

.ab_con2 .rq {
  padding-top: 33px;
}
.ab_con1 .rq .lef .p2, .ab_con1 .rq .lef .p1 {
  font-size: 13px;
  line-height: 24px;
}
.ab_con3 .rq .rq1 {
  width: 25%;
  overflow: hidden;
  margin-bottom: 10px;
}

.ab_con4 .rq1{
  width: 182px;
  height: 255px;
  top: 73%;
    left: 19.0%;
}
.ab_con4 .rq1 .swiper-container {
  width: 162px;
  height: 230px;
}
.ab_con4 .rq2{
  width: 135px;
  height: 190px;
  top: 75%;
  left: 32%;
}
.ab_con4 .rq2 .swiper-container {
  width: 115px;
  height: 157px;
}
.ab_con4 .rq3{
  width: 210px;
  height: 295px;
  top: 66%;
    left: 63%;
}
.ab_con4 .rq3 .swiper-container {
  width: 180px;
  height: 255px;
}
.ab_con4 .rq4{
  width: 153px;
  height: 215px;
  top: 68%;
    left: 79%;
}
.ab_con4 .rq4 .swiper-container {
  width: 130px;
  height: 185px;
}



}

@media(max-width:768px){
  .ab_bt {
    font-size: 22px;
}
.ab_fbt {
  font-size: 22px;
}
  .ab_con1 .rq .rig{
    width: 100%;
    float: left;
  }
  .ab_con1 .rq .lef{
    width: 100%;
  }
  .ab_con3 .rq .rq1{
    width: 50%;
  }


  .ab_con4 .rq1 {
    width: 141px;
    height: 197px;
}
.ab_con4 .rq1 .swiper-container {
  width: 125px;
  height: 178px;
}
.ab_con4 .rq2 {
  width: 104px;
  height: 147px;
}
.ab_con4 .rq2 .swiper-container {
  width: 89px;
  height: 121px;
}
.ab_con4 .rq3 {
  width: 162px;
  height: 228px;
}
.ab_con4 .rq3 .swiper-container {
  width: 143px;
  height: 200px;
}
.ab_con4 .rq4 {
  width: 118px;
  height: 166px;
}
.ab_con4 .rq4 .swiper-container {
  width: 100px;
  height: 145px;
}


}
@media(max-width:414px){
  .ab_con1,.ab_con2,.ab_con5{
    padding-top: 33px;
    padding-bottom: 40px;
}
  .ab_con2 .rq .rq1 .p1 {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 5px;
}
.ab_con2 .rq .rq1 .p2 {
  width: 90%;
  font-size: 12px;
  line-height: 20px;
}
.ab_con2 .rq .rq1 img {
  width: 45px;
}
.ab_con2 .rq {
  padding-top: 15px;
}
.ab_con5 .rq .swiper-container {
  padding-top: 5px;
  padding-bottom: 45px;
}


.ab_con4 .bj.app{
  display: none !important;
}
.ab_con4 .bj.pc{
  display: block !important;
}
.ab_con4 .pc{
  display: block !important;
}

.ab_con4 .rq1 {
  /* width: 76px;
  height: 106px; */
  width: 35px;
  height: 50px;
  top: 68%;
}
.ab_con4 .rq1 .swiper-container {
  /* width: 67px;
  height: 95px; */
  width: 32px;
  height: 45px;
}
.ab_con4 .rq2 {
  /* width: 57px;
  height: 78px; */
  width: 26px;
    height: 37px;
    top: 69%;
    left: 24%;
}
.ab_con4 .rq2 .swiper-container {
  /* width: 48px;
  height: 65px; */
  width: 20px;
  height: 28px;

}
.ab_con4 .rq3 {
  /* width: 87px;
  height: 123px; */

  width: 41px;
    height: 57px;

    top: 61%;
    left: 34%;

}
.ab_con4 .rq3 .swiper-container {
  /* width: 75px;
  height: 107px; */
  width: 36px;
  height: 52px;
}
.ab_con4 .rq4 {
  /* width: 63px;
  height: 89px; */

  width: 29px;
  height: 41px;
  top: 63%;
  left: 41%;
}
.ab_con4 .rq4 .swiper-container {
  /* width: 54px;
  height: 77px; */
  width: 24px;
    height: 37px;
}

.ab_con4 .rq5 {
  width: 25px;
  height: 36px;
}
.ab_con4 .rq5 .swiper-container {
  width: 20px;
  height: 30px;
}
.ab_con4 .rq6 {
  width: 35px;
  height: 50px;
}
.ab_con4 .rq6 .swiper-container {
  width: 30px;
  height: 41px;
}

.ab_con4 .rq7 {
  width: 38px;
  height: 28px;
}
.ab_con4 .rq7 .swiper-container {
  width: 34px;
  height: 25px;
}


.ab_con4 .swiper-button-prev, .ab_con4 .swiper-button-next {
  /* width: 45px;
  height: 53px; */

  width: 29px;
  height: 30px;
}
.ab_con4 .swiper-button-prev {
  left: 20px;
}
.ab_con4 .swiper-button-next {
  right: 20px;
}
.ab_con4 .rq {
  /* padding-top: 70px; */
  padding-top: 22px;
}

}






/*新增  产品详情2  */
.clf{
  padding-top: 80px;

}
.clf .new-content{
  padding-top: 40px;
}
.clf .new-content p{
  margin-bottom: 30px;
}
.clf .new-content img{
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.clf .rq{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
}
.clf .rq .rq1{
  width: 22.5%;
  margin-right: 3.3333%;
  height: 260px;
  float: left;
  position: relative;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.clf .rq .rq1:nth-child(4n){
  margin-right: 0;
}
.clf .rq .rq1 .t{
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.clf .rq .rq1 img {
  width: 100%;
  vertical-align: top;
}
.clf .rq .rq1 .case-info {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(37,141,201,0.8);
  color: #fff;
  padding: 15px;
}
.clf .rq .rq1 .case-info b {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.clf .rq .rq1 .case-info p {
  font-size: 12px;
  line-height: 20px;
  padding: 0 0px;
  height: 200px;
  overflow-y: auto;
}
.clf .rq .rq1:hover .case-info {
  display: block;
}

@media(max-width:1260px){
  .clf .rq .rq1 .case-info p {
  height: 181px;
}
}
@media(max-width:991px){
  .clf .rq .rq1{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .clf .rq .rq1:nth-child(4n){
    margin-right: 2%;
  }
  .clf .rq .rq1:nth-child(3n){
    margin-right: 0;
  }
}
@media(max-width:768px){
  .xz_pd{
    padding: 0 15px;
  }
  .clf .rq .rq1{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
    height: auto;
  }
  .clf .rq .rq1:nth-child(3n){
    margin-right: 2%;
  }
  .clf .rq .rq1:nth-child(2n){
    margin-right: 0;
  }
}
@media(max-width:414px){
  .clf .rq .rq1 .case-info b {
    font-size: 14px;
}
.clf .rq .rq1 .case-info p{
  height: 125px;
}
.clf .rq .rq1 .t{
  font-size: 14px;
}
.clf {
  padding-top: 40px;
}
.clf .new-content {
  padding-top: 20px;
}
.clf .rq {
  padding-top: 26px;
  padding-bottom: 50px;
}

}