

/* 鼠标跟随 --> */
#c-followDot {
  position: fixed;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #6eb92c;
  z-index: 999;
  pointer-events: none;
}
#c-followDot .c-default {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 40px;
  height: 40px;
  border: 1px solid #9c9c9c;
  border-radius: 50%;
  opacity: .2;
  box-sizing: border-box;
  z-index: 99;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#c-followDot .c-hover {
  position: absolute;
  top: -38px;
  left: -38px;
  width: 80px;
  height: 80px;
  background-color: #bbb;
  border-radius: 50%;
  opacity: .12;
  z-index: 98;
  box-sizing: border-box;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#c-followDot.c-active .c-default {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

#c-followDot.c-active .c-hover {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}


/* 首页 */
.content{
  min-height: 500px;
  overflow: hidden;
  margin-top: 175px;
}
.app{
  display: none;
}

.banner{
  width: 100%;
  position: relative;
}
.banner .bj{
  width: 100%;
  vertical-align: middle;
}
.banner .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.banner .container img{
  width: 229px;
  transform: translateY(15px);
  opacity: 0;
  transition: all 1s .5s;
}
.banner .swiper-slide-active .container img{
  transform: translateY(0px);
  opacity: 1;
}
.banner .container .p1{
  font-size: 46px;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 70px;
  transform: translateY(15px);
  opacity: 0;
  transition: all 1s 0.7s;
}
.banner .swiper-slide-active .container .p1{
  transform: translateY(0px);
  opacity: 1;
}
.banner .container .p1 span{
  font-size: 46px;
  color: #ffffff;
  background: rgb(122,131,158);
}
.banner .container .div div{
  float: left;
  margin-right: 110px;
  transform: translateY(15px);
  opacity: 0;
  transition: all 1s 1s;
}
.banner .swiper-slide-active .container .div div{
  transform: translateY(0px);
  opacity: 1;
}
.banner .container .div div .p2,
.banner .container .div div .p2 span{
  font-family: "hel";
  font-size: 72px;
  color: #ffffff;
  position: relative;
}
.banner .container .div div .p2 i{
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 20px;
}
.banner .container .div div .p3{
  font-size: 18px;
  color: #ffffff;
}


/* sy_con1 */
.sy_con1{
  width: 100%;
  border-bottom: 1px solid rgb(241,241,241);
}
.sy_con1 .lef{
  float: left;
  line-height: 80px;
}
.sy_con1 .lef span{
  font-size: 16px;
  color: #666666;
}
.sy_con1 .lef span img{
  width: 17px;
  margin-right: 10px;
  margin-bottom: -3px;
}
.sy_con1 .lef a{
  font-size: 16px;
  color: #666666;
}
.sy_con1 .rig{
  float: right;
}
.sy_con1 .rig div{
  width: 255px;
  height: 45px;
  border: 1px solid rgb(215,215,215);
  border-radius: 45px;
  margin-top: 17px;
}
.sy_con1 .rig div input{
  width: 83%;
  height: 100%;
  font-size: 16px;
  color: #666666;
  padding-left: 15px;
  float: left;
}
.sy_con1 .rig div button{
  width: 16%;
  height: 100%;
  background-image: url(../image/img9.png);
  background-repeat: no-repeat;
  background-size: 38px;
  background-position: center;
  float: left;
}

/* sy_con2 */
.sy_con2{
  width: 100%;
  padding-top: 65px;
  padding-bottom: 50px;
}
.sy_bt .bt{
  font-size: 40px;
  color: #333333;
  transform: skewX(-10deg);
}
.sy_bt{
  position: relative;
  padding-left: 24px;
}
.sy_bt::before{
  content: '';
  width: 4px;
  height: 85%;
  background: #6eb92c;
  position: absolute;
  left: 0;
  top: 51%;
  transform: translateY(-50%);
}
.sy_bt .bt span{
  font-size: 40px;
  color: #6eb92c;
}
.sy_bt .p1{
  font-size: 18px;
  color: #666666;
  margin-top: 5px;
}
.sy_con2 .rq{
  width: 100%;
}
.sy_con2 .gallery-thumbs{
  width: 68%;
  float: right;
  padding-top: 20px;
}
.sy_con2 .gallery-thumbs .swiper-slide{
  line-height: 67px;
  font-size: 18px;
  padding-left: 8px;
  color: #666666;
  transition: all .5s;
  cursor: pointer;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.sy_con2 .gallery-thumbs .swiper-slide-thumb-active{
  background: rgb(122,131,158);
  color: #ffffff;
}
.sy_con2 .gallery-thumbs .swiper-slide p {
  width: 30px;
  height: 28px;
  position: relative;
  display: inline-block;
  margin-bottom: -8px;
  margin-right: 7px;
}
.sy_con2 .gallery-thumbs .swiper-slide p img{
  width: 100%;
}
.sy_con2 .gallery-thumbs .swiper-slide p em {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.sy_con2 .gallery-thumbs .swiper-slide p i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
  transform: translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.sy_con2 .gallery-thumbs .swiper-slide-thumb-active p em {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0,65px,0) rotate3d(1,0,0,-90deg);
  transform: translate3d(0,65px,0) rotate3d(1,0,0,-90deg);
}
.sy_con2 .gallery-thumbs .swiper-slide-thumb-active p i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate3d(1,0,0,0deg);
  transform: rotate3d(1,0,0,0deg);
}
.sy_con2 .gallery-top{
  width: 100%;
}
.sy_con2 .gallery-top .swiper-slide{
  display: flex;
}
.sy_con2 .gallery-top .lef{
  width: 32%;
  /* float: left; */
  padding-top: 68px;
  padding-left: 85px;
  padding-right: 70px;
  position: relative;
}
.sy_con2 .gallery-top .lef::before{
  content: '';
  width: 2px;
  height: 62%;
  background: rgb(214,214,214);
  position: absolute;
  top: 12.5%;
  left: 8px;
}
.sy_con2 .gallery-top .lef::after{
  content: '';
  width: 3px;
  height: 0%;
  background: rgb(122,131,158);
  position: absolute;
  top: 12.5%;
  left: 8px;
}
@keyframes jd{
  0%{
    height: 0;
  }
  100%{
    height: 62%;
  }
}
.sy_con2 .gallery-top .swiper-slide-active .lef::after{
  animation: jd 5s linear both 1.5s;
}

.sy_con2 .gallery-top .lef .p1{
  font-size: 36px;
  color: #333333;
  padding-bottom: 33px;
  border-bottom: 1px dashed rgb(229,229,229);
  margin-bottom: 25px;
}
.sy_con2 .gallery-top .lef .p2{
  font-size: 16px;
  color: #666666;
  padding-left: 32px;
  position: relative;
  margin-bottom: 15px;
}
.sy_con2 .gallery-top .lef .p2::before{
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(../image/img21.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con2 .gallery-top .lef .p3{
  font-size: 22px;
  color: #7a839e;
  padding-top: 15px;
  margin-bottom: 12px;
}
.sy_con2 .gallery-top .lef .div a{
  font-size: 16px;
  color: #777777;
  margin-right: 28px;
}
.sy_con2 .gallery-top .lef .div a:last-child{
  margin-right: 0;
}
.sy_con2 .gallery-top .lef .div1{
  margin-top: 50px;
}
.sy_con2 .gallery-top .lef .div1 a{
  font-size: 16px;
  color: #7a839e;
  display: inline-block;
  width: 138px;
  height: 43px;
  line-height: 40px;
  border-radius: 43px;
  text-align: center;
  border: 2px solid rgb(122,131,158);
  margin-right: 10px;
  transition: all .5s;
}
.sy_con2 .gallery-top .lef .div1 a:last-child{
  margin-right: 0;
}
.sy_con2 .gallery-top .lef .div1 a:hover{
  background: rgb(122,131,158);
  color: #fff;
}


.sy_con2 .gallery-top .rig{
  width: 68%;
  /* float: right; */
}
.sy_con2 .gallery-top .rig .bj{
  width: 100%;
  vertical-align: middle;
}
.sy_con2 .gallery-top .div2{
  width: 100%;
  padding-top: 40px;
}
.sy_con2 .gallery-top .div2 p{
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.sy_con2 .gallery-top .div2 .div3{
  display: table;
  width: auto;
  margin: 0 auto;
  padding-top: 15px;
}
.sy_con2 .gallery-top .div2 .div3 img{
  margin-right: 25px;width: 112px;
}
.sy_con2 .gallery-top .swiper-pagination{
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
}
.sy_con2 .gallery-top .swiper-pagination-current{
  font-size: 20px;
  color: #626262;
  font-family: "din";
  position: absolute;
  top: 0;
  transform: rotate(90deg);
}
.sy_con2 .gallery-top .swiper-pagination-total{
  font-size: 20px;
  color: #626262;
  font-family: "din";
  position: absolute;
  bottom: 14%;
  transform: rotate(90deg);
}
.sy_con2 .gallery-top .swiper-pagination-current::before,
.sy_con2 .gallery-top .swiper-pagination-total::before{
  content: '0';
  font-size: 20px;
  color: #626262;
  font-family: "din";
}


/* sy_con3 */
.sy_con3{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 90px;
  background: rgb(242,248,251);
}
.sy_con3 .rq{
  padding-top: 58px;
}
.sy_lef{
  width: 17.5%;
  float: left;
}
.sy_lef .p1{
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  background: rgb(122,131,158);
}
.sy_lef .rq1{
  width: 100%;
  border: 1px solid rgb(218,218,218);
  background: #fff;
}
.sy_lef .rq1 .S_jobitem{
  width: 100%;
  border-bottom: 1px dashed rgb(229,229,229);
}
.sy_lef .rq1 .S_jobitem:last-child{
  border-bottom: none;
}
.sy_lef .rq1 .S_jobhead{
  font-size: 14px;
  color: #333333;
  line-height: 50px;
  background-image: url(../image/img26.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 85%;
  transition: all .5s;
  padding-left: 30px;
  position: relative;
}
.sy_lef .rq1 .S_jobhead::before{
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../image/img28.png);
  background-size: 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .5s;
}
.sy_lef .rq1 .open .S_jobhead::before{
  opacity: 1;
  left: 10%;
}
.sy_lef .rq1 .open .S_jobhead{
  background-image: url(../image/img27.png);
  color: #6eb92c;
  border-bottom: 1px dashed rgb(229,229,229);
  padding-left: 50px;
}

.sy_lef .rq1 .S_jobcont{
  padding: 10px 0;
  display: none;
  padding-left: 30px;
}
.sy_lef .rq1 .open .S_jobcont{
  display: block;
}
.sy_lef .rq1 .S_jobcont a{
  font-size: 14px;
  color: #666666;
  display: block;
  line-height: 30px;
  position: relative;
  padding-left: 25px;
}
.sy_lef .rq1 .S_jobcont a::before{
  content: '-';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.sy_lef .rq2{
  padding: 33px 30px;
  color: #666666;
  border: 1px solid rgb(218,218,218);
  background: #fff;
  border-top: none;
}
.sy_lef .rq2 .p2{
  font-size: 16px;
  color: #666666;
}
.sy_lef .rq2 .p2 img{
  width: 34px;
  margin-bottom: -12px;
  margin-right: 8px;
}
.sy_lef .rq2 .p3{
  font-size: 30px;
  color: #6eb92c;
  font-family: "din";
  margin-top: 10px;
}

.sy_con3 .rig{
  width: 80.7%;
  float: right;
}
.sy_con3 .rig .swiper-slide{
  position: relative;
}
.sy_con3 .rig .top .swiper-slide .div{
  position: absolute;
  top: 32px;
  right: 0;
  width: 500px;
  height: 310px;
  background-image: url(../image/img30.jpg);
  background-size: cover;
  padding: 30px 35px;
}
.sy_con3 .rig .top .swiper-slide .div .p2{
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgb(229,229,229);
  margin-bottom: 15px;
}
.sy_con3 .rig .top .swiper-slide .div .p3{
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
}
.sy_con3 .rig .top .swiper-slide .div div{
  padding-top: 35px;
}
.sy_con3 .rig .top .swiper-slide .div a{
  display: inline-block;
  width: 140px;
  height: 44px;
  line-height: 40px;
  border-radius: 44px;
  text-align: center;
  border: 2px solid #fff;
  font-size: 14px;
  color: #ffffff;
  transition: all .5s;
}
.sy_con3 .rig .top .swiper-slide .div a:hover{
  background: #fff;
  color: #6eb92c;
}
.sy_con3 .swiper-button-prev,
.sy_con3 .swiper-button-next{
  width: 115px;
  height: 75px;
  background: url(../image/img31.png) #fff;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  top: 80%;
  right: 20%;
  opacity: 1;
}
.sy_con3 .swiper-button-prev{
  transform: rotate(180deg);
  left: 63%;
}
.sy_con3 .top .swiper-pagination-bullet{
  background: none;
  font-size: 30px;
  color: #666666;
  font-family: "din";
  position: absolute;
  opacity: 0;
}
.sy_con3 .top .swiper-pagination-bullet:nth-child(1),
.sy_con3 .top .swiper-pagination-bullet:nth-child(2),
.sy_con3 .top .swiper-pagination-bullet:nth-child(3){
  position: static;
  opacity: 0.5;
}
.sy_con3 .top .swiper-pagination-bullet-active{
  opacity: 1 !important;
}
.sy_con3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 15px;
}
.sy_con3 .top .swiper-pagination{
  bottom: 14%;
  left: 35%;
}
.sy_con3 .rig .bot{
  width: 100%;
  padding-top: 20px;
}
.sy_con3 .rig .bot .div{
  width: 32%;
  float: left;
  margin-right: 2%;
}
.sy_con3 .rig .bot .div:last-child{
  margin-right: 0;
}
.sy_con3 .rig .bot .div1{
  width: 100%;
  overflow: hidden;
}
.sy_con3 .rig .bot .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con3 .rig .bot .div:hover .div1 img{
  transform: scale(1.05);
}
.sy_con3 .rig .bot .div p{
  font-size: 18px;
  color: #333333;
  line-height: 75px;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  background: url(../image/img15.png) #fff;
  background-size: cover;
  padding-left: 22px;
  position: relative;
  transition: all .5s;
}
.sy_con3 .rig .bot .div p::before{
  content: '';
  width: 36px;
  height: 36px;
  background-image: url(../image/img36.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con3 .rig .bot .div:hover p{
  background: url(../image/img38.jpg);
  background-size: cover;
  color: #fff;
}
.sy_con3 .rig .bot .div:hover p::before{
  background-image: url(../image/img37.png);
}


/* sy_con4 */
.sy_con4{
  width: 100%;
}
.sy_con4 .rq1{
  padding-top: 90px;
  padding-bottom: 65px;
  background: #fff;
}
.sy_con4 .rq1 .div{
  width: 100%;
  padding-top: 65px;
  padding-bottom: 130px;
}
.sy_con4 .rq1 .div1{
  width: 21.5%;
  margin-right: 4.666%;
  background: rgb(242,248,251);
  position: relative;
  overflow: hidden;
  float: left;
  transition: all .5s;
}
.sy_con4 .rq1 .div1:hover{
  box-shadow: 0px 10px 10px 0px rgba(90, 91, 95, 0.2);
}
.sy_con4 .rq1 .div1:last-child{
  margin-right: 0;
}
.sy_con4 .rq1 .div1 .top{
  width: 100%;
  overflow: hidden;
}
.sy_con4 .rq1 .div1 .top img{
  width: 100%;
  vertical-align: middle;
}
.sy_con4 .rq1 .div1 .bot{
  height: 135px;
  padding: 45px 0;
}
.sy_con4 .rq1 .div1 .bot p{
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin: 0 auto;
  padding:0 20px;
}
.sy_con4 .rq1 .div1 .mb{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  vertical-align: middle;
  /* background-image: url(../images/img43.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  transition: all .5s;
  z-index: 10;
}
.sy_con4 .rq1 .div1 .mb::before{
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(122,131,158,.8);
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
}
.sy_con4 .rq1 .div1:hover .mb{
  top: 0;
}
.sy_con4 .rq1 .div1 .mb .bj{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sy_con4 .rq1 .div1 .mb div{
  width: 79px;
  height: 79px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.sy_con4 .rq1 .div1 .mb div img{
  width: 100%;
  position: relative;
  z-index: 2;
}
.sy_con4 .rq1 .div1 .mb div::before,
.sy_con4 .rq1 .div1 .mb div::after{
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: sy_co4 2s linear infinite;
  border-radius: 50%;
}
.sy_con4 .rq1 .div1 .mb div::after{
  animation: sy_co4 2s linear infinite 1s;
}
@keyframes sy_co4{
  0%{
    transform: translate(-50%,-50%) scale(1);
    opacity: 0.5;
  }
  100%{
    transform: translate(-50%,-50%) scale(1.4);
    opacity: 0;
  }
}
.sy_con4 .rq1 .div1 .mb p{
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin-top: 45px;
  line-height: 35px;
  position: relative;
  z-index: 2;
  padding:0 20px;
}

/* sy_con5 */
.sy_con5{
  width: 100%;
}
.sy_con5 .rq{
  width: 100%;
  display: flex;
}
.sy_con5 .rq .lef{
  width: 50%;
  padding-top: 95px;
  padding-left: 160px;
  background-image: url(../image/img46.jpg);
  background-size: cover;
  position: relative;
}
.sy_con5 .rq .lef .p{
  font-size: 100px;
  color: #fff;
  opacity: 0.3;
  font-family: "din";
  position: absolute;
  top: 65px;
  right: 80px;
}
.sy_con5 .rq .lef .p1{
  font-size: 36px;
  color: #ffffff;
}
.sy_con5 .rq .lef .p2{
  margin-top: 55px;
  font-size: 26px;
  color: #ffffff;
  position: relative;
}
.sy_con5 .rq .lef .p2::before{
  width: 230px;
  height: 2px;
  content: '';
  background: rgb(190,196,210);
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translateY(-50%);
}
.sy_con5 .rq .lef .p2 img{
  width: 26px;
  margin-bottom: -3px;
  margin-right: 17px;
}
.sy_con5 .rq .lef .p2 span{
  font-size: 24px;
  color: #ffffff;
  font-family: "din";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translateY(-50%);
}
.sy_con5 .rq .lef .p3{
  font-size: 18px;
  color: #ffffff;
  margin-top: 15px;
  padding-left: 50px;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con5 .rq .rig{
  width: 50%;
}
.sy_con5 .rq .rig img{
  width: 100%;
  vertical-align: middle;
}

.sy_con5 .rq1{
  width: 100%;
  display: flex;
}
.sy_con5 .rq1 .lef{
  width: 50%;
}
.sy_con5 .rq1 .lef img{
  width: 100%;
  vertical-align: middle;
}
.sy_con5 .rq1 .rig{
  width: 50%;
  padding: 120px 160px 0 115px;
  position: relative;
}
.sy_con5 .rq1 .rig .p{
  font-size: 100px;
  color: rgb(236,236,236);
  font-family: "din";
  position: absolute;
  top: 100px;
  right: 160px;
}
.sy_con5 .rq1 .rig .p1{
  font-size: 32px;
  color: #333333;
  position: relative;
}
.sy_con5 .rq1 .rig .p1::before{
  content: '';
  width: 85px;
  height: 3px;
  background: #6eb92c;
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
}
.sy_con5 .rq1 .rig .p2{
  font-size: 26px;
  color: #6eb92c;
  margin-top: 10px;
  margin-bottom: 37px;
}
.sy_con5 .rq1 .rig button{
  display: inline-block;
  padding: 0 30px;
  line-height: 45px;
  padding-left: 64px;
  font-size: 18px;
  color: #333333;
  position: relative;
  background:rgb(248,248,248);
  margin-bottom: 10px;
  margin-right: 10px;
}
.sy_con5 .rq1 .rig button:hover{
  color: #fff;
  background: linear-gradient(to right,rgb(124,133,160),rgb(211,217,229));
}
.sy_con5 .rq1 .rig button::before{
  content: '';
  width: 18px;
  height: 20px;
  background-image: url(../image/img51.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}
.sy_con5 .rq1 .rig button:hover::before{
  background-image: url(../image/img52.png);
}
.sy_con5 .rq1 .rig button:last-child::before{
  left: 10%;
}
.sy_con5 .rq1 .rig .p3{
  font-size: 36px;
  color: #7a839e;
  font-family: "din";
  margin-top: 50px;
}
.sy_con5 .rq1 .rig .p3 img{
  margin-bottom: -3px;
  margin-right: 10px;
}
.sy_con5 .rq2{
  width: 100%;
  padding-top: 95px;
  padding-bottom: 100px;
}
.sy_con5 .rq2 .div{
  width: 32%;
  float: left;
  margin-right: 2%;
}
.sy_con5 .rq2 .div:last-child{
  margin-right: 0;
}
.sy_con5 .rq2 .div .top{
  width: 100%;
  overflow: hidden;
}
.sy_con5 .rq2 .div .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con5 .rq2 .div:hover .top img{
  transform: scale(1.05);
}
.sy_con5 .rq2 .div p{
  font-size: 20px;
  color: #444444;
  margin-top: 15px;
  transition: all .5s;
}
.sy_con5 .rq2 .div:hover p{
  color: #6eb92c;
}
.sy_con5 .rq3{
  width: 100%;
  background: rgb(248,248,248);
  padding-top: 90px;
  padding-bottom: 95px;

}
.sy_con5 .rq3 .div1{
  width: 100%;
  display: flex;
}
.sy_con5 .rq3 .div1 .lef{
  width: 57.8%;
  position: relative;
  padding-top: 30px;
  padding-left: 114px;
}
.sy_con5 .rq3 .div1 .lef .p{
  font-size: 100px;
  font-family: "din";
  color: #dadada;
  opacity: 0.4;
  position: absolute;
  top: 0;
  right: 150px;
}
.sy_con5 .rq3 .div1 .lef .p1{
  font-size: 60px;
  color: #dadada;
  text-transform: uppercase;
  position: relative;
}
.sy_con5 .rq3 .div1 .lef .p1::before{
  content: '';
  width: 85px;
  height: 3px;
  background: #6eb92c;
  position: absolute;
  top: 50%;
  left: -110px;
  transform: translateY(-50%);
}
.sy_con5 .rq3 .div1 .lef .p2{
  font-size: 36px;
  color: #333333;
}
.sy_con5 .rq3 .div1 .lef .p2 span{
  font-size: 36px;
  color: #6eb92c;
  position: relative;
  padding-right: 15px;
}
.sy_con5 .rq3 .div1 .lef .p2 span i{
  font-size: 36px;
  position: absolute;
  top: 0;
  color: #6eb92c;
  line-height: 0px;
}

.sy_con5 .rq3 .div1 .lef .p3{
  font-size: 26px;
  color: #6eb92c;
  margin-top: 22px;
  margin-bottom: 30px;
}
.sy_con5 .rq3 .div1 .lef a{
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  width: 148px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  background: linear-gradient(to right,rgb(124,133,160),rgb(211,217,229));
}
.sy_con5 .rq3 .div1 .rig{
  width: 42.2%;
}
.sy_con5 .rq3 .div1 .rig img{
  width: 100%;
  vertical-align: middle;
}
.sy_con5 .rq3 .div2{
  width: 100%;
  padding-top: 65px;
}
.sy_con5 .rq3 .div2 div{
  width: 22.75%;
  height: 140px;
  background: url(../image/img16.png) #fff;
  background-size: cover;
  box-shadow: 0px 0px 20px 0px rgba(90, 91, 95, 0.1);
  margin-right: 3%;
  float: left;
  display: flex;
  justify-content:center;
  align-items:center;
  transition: all .5s;
}
.sy_con5 .rq3 .div2 div:last-child{
  margin-right: 0;
}
.sy_con5 .rq3 .div2 div p{
  font-size: 22px;
  color: #333333;
  padding-left: 58px;
  position: relative;
  transition: all .5s;
}
.sy_con5 .rq3 .div2 div p::before{
  content: '';
  width: 37px;
  height: 37px;
  background-image: url(../image/img58.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con5 .rq3 .div2 div:nth-child(2) p::before{
  background-image: url(../image/img59.png);
}
.sy_con5 .rq3 .div2 div:nth-child(3) p::before{
  background-image: url(../image/img60.png);
}
.sy_con5 .rq3 .div2 div:nth-child(4) p::before{
  background-image: url(../image/img61.png);
}
.sy_con5 .rq3 .div2 div:hover{
  background: url(../image/img66.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sy_con5 .rq3 .div2 div:hover p{
  color: #fff;
}
.sy_con5 .rq3 .div2 div:nth-child(1):hover p::before{
  background-image: url(../image/img62.png);
}
.sy_con5 .rq3 .div2 div:nth-child(2):hover p::before{
  background-image: url(../image/img63.png);
}
.sy_con5 .rq3 .div2 div:nth-child(3):hover p::before{
  background-image: url(../image/img64.png);
}
.sy_con5 .rq3 .div2 div:nth-child(4):hover p::before{
  background-image: url(../image/img65.png);
}

/* sy_con6 */
.sy_con6{
  width: 100%;
  padding-top: 115px;
  padding-bottom: 100px;
  background-image: url(../image/img67.jpg);
  background-size: cover;
}
.sy_con6 .lef{
  width: 48%;
  float: left;
}
.sy_con6 .lef .p1{
  font-size: 34px;
  color: #fff;
  position: relative;
}
.sy_con6 .lef .p1::before{
  content: '';
  width: 60px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 55%;
  left: -80px;
  transform: translateY(-50%);
}
.sy_con6 .lef .p1 .sp1{
  font-size: 42px;
  color: #ffffff;
}
.sy_con6 .lef .p1 .sp2{
  font-size: 26px;
  color: #fff;
}
.sy_con6 .lef .div{
 display: inline-block;
 padding-right: 215px;
  position: relative;
  margin-top: 10px;
}
.sy_con6 .lef .div .p2{
  font-size: 16px;
  color: #ffffff;
}
.sy_con6 .lef .div .p2 img{
  margin-bottom: -5px;
  margin-right: 5px;
}
.sy_con6 .lef .div .p3{
  font-family: "bold";
  font-size: 33px;
  color: #ffffff;
}
.sy_con6 a{
  width: 180px;
  height: 55px;
  line-height: 55px;
  border-radius: 55px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  color: #6eb92c;
  font-size: 16px;
  transition: all .5s;
  margin-top: 5px;
}
.sy_con6 a:hover{
  background: #6eb92c;
  color: #fff;
}
.sy_con6 .rig{
  width: 52%;
  float: left;
  display: flex;
  padding-top: 30px;
}
.sy_con6 .rig .div1{
  padding: 0 30px;
  position: relative;
}
.sy_con6 .rig .div1::before{
  width: 1px;
  height: 100%;
  content: '';
  background: rgb(193,199,211);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con6 .rig .div1:last-child::before{
  content: none;
}
.sy_con6 .rig .div1 img{
  width: 45px;
  display: block;
  margin: 0 auto;
  transition: all .5s;
}
.sy_con6 .rig .div1:hover img{
  transform: translateY(-10px);
}
.sy_con6 .rig .div1 p{
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 24px;
}

/* sy_con7 */
.sy_con7{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 65px;
  background: rgb(244,244,244);
}
.sy_con7 .swiper-container{
  padding-top: 67px;
}
.sy_con7 .rq{
  width: 100%;
  background: #fff;
  transition: all .5s;
}
.sy_con7 .rq:hover{
  background: rgb(122,131,158);
}
.sy_con7 .rq .top{
  width: 100%;
  overflow: hidden;
}
.sy_con7 .rq .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con7 .rq:hover .top img{
  transform: scale(1.05);
}
.sy_con7 .rq .bot{
  width: 100%;
  padding: 35px 45px;
}
.sy_con7 .rq .bot .p1{
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333333;
  margin-bottom: 35px;
  background-image: url(../image/img76.png);
  background-size: 23px 7px;
  background-position-x: 100%;
  background-position-y: 47%;
  background-repeat: no-repeat;
  transition: all .5s;
  padding-right: 23px;
}
.sy_con7 .rq:hover .bot .p1{
  color: #fff;
  background-image: url(../image/img77.png);
}
.sy_con7 .rq .bot .p2{
  font-size: 14px;
  color: #666666;
  padding-top: 30px;
  transition: all .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  border-top: 1px solid rgb(217,217,217);
}
.sy_con7 .rq:hover .bot .p2{
  color: #fff;
}

.sy_con7 .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.loading {
  margin: 0 5px;
  width: 38px;
  height: 38px;
  position: relative;
  border: 4px solid transparent;
  background: transparent;
}
.loading.swiper-pagination-bullet-active {
  border-color: rgba(255,255,255,.2);
}
.loading .left, 
.loading .right {
  opacity: 0;
  width: 19px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: -4px;
  top: -4px;
  overflow: hidden;
}
.loading .right {
  left: auto;
  right: -4px;
  top: -4px;
}

.loading.swiper-pagination-bullet-active .left,
 .loading.swiper-pagination-bullet-active .right {
  opacity: 1;
}
.loading .left:after,
 .loading .right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 15px;
  height: 30px;
  border: 4px solid #6eb92c;
  border-radius: 19px 0 0 19px;
  border-right: 0;
}
.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 19px 19px 0;
  border: 4px solid #6eb92c;
  border-left: 0;
}
.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-right;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading .c-progress {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #6eb92c;
  border-radius: 50%;
  left: 11px;
  top: 11px;
  line-height: 120px;
  text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
  background-color:#6eb92c;
}


/* sy_con8 */
.sy_con8{
  width: 100%;
  background-image: url(../image/img78.jpg);
  background-size: cover;
}
.sy_con8 .container{
  display: flex;
}
.sy_con8 .lef{
  width: 50%;
  float: left;
  border-right: 1px solid rgb(150,157,178);
}
.sy_con8 .rq{
  width: 100%;
  padding-top: 70px;
  padding-left: 70px;
  padding-right: 50px;
}
.sy_con8 .sy_bt .bt{
  color: #fff;
}
.sy_con8 .sy_bt::before {
  height: 79%;
  top: 56%;
}
.sy_con8 .p1{
  font-size: 16px;
  color: #ffffff;
  opacity: 0.88;
  margin-top: 45px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.sy_con8 a{
  display: inline-block;
  width: 155px;
  height: 47px;
  line-height: 47px;
  border-radius: 47px;
  text-align: center;
  background: #fff;
  font-size: 14px;
  color: #046fb9;
  padding-right: 35px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 55px;
  transition: all .5s;
}
.sy_con8 a:hover{
  background: #6eb92c;
  color: #fff;
}
.sy_con8 a::before{
  content: '';
  width: 23px;
  height: 7px;
  background-image: url(../image/img79.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con8 a:hover::before{
  background-image: url(../image/img77.png);
}

.sy_con8 .rq1{
  width: 100%;
}
.sy_con8 .rq1 .div{
  width: 50%;
  height: 200px;
  float: left;
  border-top: 1px solid rgb(150,157,178);
  border-right: 1px solid rgb(150,157,178);
  padding-left: 140px;
  padding-top: 60px;
}
.sy_con8 .rq1 .div:nth-child(2n){
  border-right:none;
}
.sy_con8 .rq1 .p2{
  font-size: 16px;
  color: #ffffff;
  position: relative;
}
.sy_con8 .rq1 .div .p2::before{
  content: '';
  width: 46px;
  height: 46px;
  background-image: url(../image/img80.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con8 .rq1 .div:nth-child(2) .p2::before{
  background-image: url(../image/img81.png);
}
.sy_con8 .rq1 .div:nth-child(3) .p2::before{
  background-image: url(../image/img82.png);
}
.sy_con8 .rq1 .div:nth-child(4) .p2::before{
  background-image: url(../image/img83.png);
}
.sy_con8 .rq1 .div:hover .p2::before{
  left: -70px;
}

.sy_con8 .rq1 .p2 span{
  font-family: "din";
  font-size: 60px;
  color: #ffffff;
}
.sy_con8 .rq1 .p3{
  font-size: 18px;
  color: #ffffff;
}
.sy_con8 .rig{
  width: 50%;
  position: relative;
}
.sy_con8 .rig .rq2{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con8 .rig .rq3{
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
.sy_con8 .rig .rq3 .dt{
  width: 730px;
}
.sy_con8 .rig .rq3 .div1 p{
  font-size: 13px;
  color: #333333;
  position: relative;
  transition: all .5s;
  cursor: pointer;
}
.sy_con8 .rig .rq3 .div1:hover p{
  color: #6eb92c;
}
.sy_con8 .rig .rq3 .div1 p::before{
  content: '';
  width: 20px;
  height: 26px;
  background-image: url(../image/img85.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  transition: all .5s;
  animation: tm 3s linear infinite;
}
@keyframes tm{
  0%{
    opacity: 1;
  }
  50%{
    opacity: 0.3;
  }
  100%{
    opacity: 1;
  }
}
.sy_con8 .rig .rq3 .div1:hover p::before{
  transform: translateX(-50%) scale(1.5);
}
.sy_con8 .rig .rq3 .div1{
  position: absolute;
  top: 34%;
  left: 73.5%;
  transform: translate(-50%,-50%);
}

.sy_con8 .rig .rq3 .div2{
  top: 40%;
  left: 67%;
}
.sy_con8 .rig .rq3 .div3{
  top: 39%;
  left: 49%;
}
.sy_con8 .rig .rq3 .div4{
  top: 48%;
  left: 61%;
}
.sy_con8 .rig .rq3 .div5{
  top: 52%;
  left: 77%;
}
.sy_con8 .rig .rq3 .div6{
  top: 54%;
  left: 67%;
}
.sy_con8 .rig .rq3 .div7{
  top: 58%;
  left: 56%;
}
.sy_con8 .rig .rq3 .div8{
  top: 56%;
  left: 47%;
}
.sy_con8 .rig .rq3 .div9{
  top: 63%;
  left: 74%;
}
.sy_con8 .rig .rq3 .div10{
  top: 61%;
  left: 65%;
}
.sy_con8 .rig .rq3 .div11{
  top: 65%;
  left: 56%;
}
.sy_con8 .rig .rq3 .div12{
  top: 65%;
  left: 80%;
}
.sy_con8 .rig .rq3 .div13{
  top: 68%;
  left: 71%;
}
.sy_con8 .rig .rq3 .div14{
  top: 71%;
  left: 71%;
}
.sy_con8 .rig .rq3 .div15{
  top: 73%;
  left: 60%;
}
.sy_con8 .rig .rq3 .div16{
  top: 70%;
  left: 45%;
}
.sy_con8 .rig .rq3 .div17{
  top: 80%;
  left: 64%;
}



/* sy_con9 */
.sy_con9{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
}
.sy_con9 .rq{
  width: 100%;
  padding-top: 60px;
}
.sy_con9 .lef{
  width: 44%;
  float: left;
}
.sy_con9 .rq .p2{
  font-size: 24px;
  color: #333333;
  border-bottom: 1px dashed rgb(229,229,229);
  padding-bottom: 5px;
  margin-bottom: 40px;
}
.sy_con9 .rq .p2 img{
  width: 28px;
  margin-bottom: -5px;
  margin-left: 7px;
}
.sy_con9 .rq1{
  width: 100%;
}
.sy_con9 .rq1 .div{
  width: 46%;
  float: left;
  overflow: hidden;
}
.sy_con9 .rq1 .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con9 .rq1:hover .div img{
  transform: scale(1.05);
}
.sy_con9 .rq1 .div2{
  width: 54%;
  float: left;
  padding-top: 20px;
  padding-left: 35px;
}
.sy_con9 .rq1 .div2 .p3{
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
  transition: all .5s;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con9 .rq1:hover .div2 .p3{
  color: #6eb92c;
}
.sy_con9 .rq1 .div2 .p4{
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con9 .rq1 .div2 img{
  width: 36px;
  margin-top: 22px;
}
.sy_con9 .rq2{
  width: 100%;
  margin-top: 33px;
  border: 1px solid rgb(229,229,229);
  padding: 35px 40px;
}
.sy_con9 .rq2 a{
  display: block;
  font-size: 16px;
  color: #666666;
  padding-left: 20px;
  position: relative;
  padding-right: 100px;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
  transition: all .5s;
}
.sy_con9 .rq2 a:last-child{
  margin-bottom: 0;
}
.sy_con9 .rq2 a:hover{
  color: #046fb9;
  padding-left: 30px;
}
.sy_con9 .rq2 a::before{
  content: '';
  width: 7px;
  height: 7px;
  border: 2px solid rgb(26,147,177);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sy_con9 .rq2 a span{
  font-family: "akz";
  font-size: 16px;
  color: #666666;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.sy_con9 .rig{
  width: 45%;
  float: right;
}
.sy_con9 .rig .rq3{
  width: 100%;
}
.sy_con9 .rig .rq3 a{
  display: block;
  margin-bottom: 22px;
}
.sy_con9 .rig .rq3 a:last-child{
  margin-bottom: 0;
}
.sy_con9 .rig .rq3 a .div1{
  width: 30.5%;
  float: left;
  overflow: hidden;
}
.sy_con9 .rig .rq3 a .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con9 .rig .rq3 a:hover .div1 img{
  transform: scale(1.05);
}
.sy_con9 .rig .rq3 a .div2{
  width: 69.5%;
  float: left;
  padding-top: 15px;
  padding-left: 45px;
}
.sy_con9 .rig .rq3 a .div2 .p5{
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
  transition: all .5s;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con9 .rig .rq3 a .div2 .p6{
  font-size: 16px;
  color: #666666;
  transition: all .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con9 .rig .rq3 a:hover .div2 p{
  color: #6eb92c;
}

/* sy_con10 */
.sy_con10{
  width: 100%;
  padding-top: 190px;
  padding-bottom: 100px;
  position: relative;
}
.sy_con10 .bj{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sy_con10 .rq{
  width: 100%;
  position: relative;
}
.sy_con10 .rq .swiper-container{
  padding: 0 10px;
  padding-top: 55px;
}
.sy_con10 .rq .swiper-slide{
  height: 115px;
  border: 1px solid rgb(230,230,230);
  position: relative;
  transition: all .5s;
}
.sy_con10 .rq .swiper-slide:hover{
  box-shadow: 0px 0px 10px 0px rgba(90, 91, 95, 0.3);
  transform: translate3d(0,-5px,0);
}
.sy_con10 .rq .swiper-slide img{
 max-width: 80%;
 max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con10 .rq .swiper-button-prev,
.sy_con10 .rq .swiper-button-next{
  width: 12px;
  height: 22px;
  background-image: url(../image/img97.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 73%;
  right: -40px;
  transition: all .5s;
}
.sy_con10 .rq .swiper-button-prev{
  transform: rotate(180deg);
  left: -40px;
}
.sy_con10 .rq .swiper-button-prev:hover,
.sy_con10 .rq .swiper-button-next:hover{
  background-image: url(../image/img96.png);
}
.sy_con6 .a,
.sy_con3 .rig .app_bot,
.sy_con5 .rq .lef .p2 .ig2{
  display: none;
}



@media(max-width:1680px){
  .banner .container img {
    width: 200px;
}
.banner .container .p1 {
  font-size: 40px;
  padding-top: 35px;
  padding-bottom: 60px;
}
.banner .container .p1 span{
  font-size: 40px;
}
.banner .container .div div .p2, .banner .container .div div .p2 span {
  font-size: 60px;
}
.banner .container .div div .p2 i {
  font-size: 16px;
}
.banner .container .div div .p3 {
  font-size: 14px;
}
.sy_bt .bt span,
.sy_bt .bt {
  font-size: 35px;
}
.sy_bt .p1 {
  font-size: 16px;
}
.sy_con2 .gallery-thumbs .swiper-slide p{
  width: 25px;
  height: 26px;
}
.sy_con2 .gallery-thumbs .swiper-slide {
  line-height: 56px;
  font-size: 15px;
  padding-left: 11px;
}
.sy_con2 .gallery-top .lef {
  padding-top: 60px;
  padding-left: 74px;
  padding-right: 60px;
}
.sy_con2 .gallery-top .lef .p1 {
  font-size: 31px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.sy_con2 .gallery-top .lef .p2 {
  font-size: 14px;
  padding-left: 27px;
  margin-bottom: 12px;
}
.sy_con2 .gallery-top .lef .p2::before {
  width: 16px;
  height: 16px;
}
.sy_con2 .gallery-top .lef .p3 {
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.sy_con2 .gallery-top .lef .div a {
  font-size: 14px;
  margin-right: 28px;
}
.sy_con2 .gallery-top .lef .div1 {
  margin-top: 40px;
}
.sy_con2 .gallery-top .lef .div1 a {
  font-size: 14px;
  width: 104px;
  height: 35px;
  line-height: 31px;
  border-radius: 35px;
}
.sy_con2 .gallery-top .div2 {
  padding-top: 30px;
}
.sy_con2 .gallery-top .div2 p {
  font-size: 16px;
}
.sy_con2 .gallery-top .swiper-pagination-total {
  font-size: 20px;
  bottom: 16%;
}
.sy_lef .p1 {
  font-size: 20px;
  line-height: 75px;
}
.sy_lef .rq2 {
  padding: 22px 30px;
}
.sy_lef .rq2 .p3 {
  font-size: 26px;
  margin-top: 10px;
}
.sy_lef .rq2 .p2 img {
  width: 28px;
  margin-bottom: -7px;
  margin-right: 8px;
}
.sy_con3 .rig .swiper-slide img{
  width: 810px;
}
.sy_con3 .rig .top .swiper-slide .div {
  width: 435px;
  height: 270px;
  padding: 20px 20px;
}
.sy_con5 .rq .lef {
  padding-top: 83px;
  padding-left: 140px;
}
.sy_con5 .rq .lef .p1 {
  font-size: 30px;
}
.sy_con5 .rq .lef .p {
  font-size: 85px;
  top: 65px;
  right: 80px;
}
.sy_con5 .rq .lef .p2 {
  margin-top: 46px;
  font-size: 22px;
}
.sy_con5 .rq .lef .p2 img {
  width: 22px;
  margin-bottom: -3px;
  margin-right: 10px;
}
.sy_con5 .rq .lef .p2::before {
  width: 200px;
  height: 2px;
  left: 20%;
}
.sy_con5 .rq .lef .p2 span {
  font-size: 20px;
}
.sy_con5 .rq .lef .p3 {
  font-size: 16px;
  margin-top: 10px;
  padding-left: 38px;
}
.sy_con5 .rq1 .rig {
  padding: 100px 140px 0 100px;
}
.sy_con5 .rq1 .rig .p1::before {
  width: 70px;
  height: 3px;
  left: -80px;
}
.sy_con5 .rq1 .rig .p1 {
  font-size: 35px;
}
.sy_con5 .rq1 .rig .p {
  font-size: 85px;
  top: 100px;
  right: 160px;
}
.sy_con5 .rq1 .rig .p2 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.sy_con5 .rq1 .rig button {
  padding: 0 25px;
  line-height: 40px;
  padding-left: 55px;
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.sy_con5 .rq1 .rig button::before {
  width: 15px;
  height: 17px;
}
.sy_con5 .rq1 .rig .p3 {
  font-size: 30px;
  margin-top: 42px;
}
.sy_con5 .rq1 .rig .p3 img{
  width: 35px;
  margin-bottom: -5px;
  margin-right: 5px;
}
.sy_con5 .rq3 .div1 .lef .p {
  font-size: 85px;
  right: 70px;
}
.sy_con6 .rig .div1 p {
  font-size: 18px;
  margin-top: 24px;
}
.sy_con8 .rig .rq3 .dt {
  width: 638px;
}
.sy_con8 .rig .rq3 .div1 p {
  font-size: 12px;
}
.sy_con9 .rq2 a {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 100px;
  margin-bottom: 14px;
}
.sy_con9 .rq2 a span {
  font-size: 14px;
}

}
@media(max-width:1459px){
  .sy_con5 .rq3 .div1 .lef .p2 span i {
    font-size: 26px;
}
  .content{
    margin-top: 150px;
  }
  .banner .container img {
    width: 170px;
}
.banner .container .p1 {
  font-size: 34px;
  padding-top: 30px;
  padding-bottom: 53px;
}
.banner .container .p1 span {
  font-size: 34px;
}
.banner .container .div div .p2, .banner .container .div div .p2 span {
  font-size: 54px;
}
.banner .container .div div .p2 i {
  top: 5px;
}
.sy_con1 .lef {
  line-height: 60px;
}
.sy_con1 .lef a {
  font-size: 14px;
}
.sy_con1 .lef span {
  font-size: 14px;
}
.sy_con1 .rig div {
  width: 230px;
  height: 40px;
  border-radius: 40px;
  margin-top: 10px;
}
.sy_con1 .rig div button {
  background-size: 30px;
}
.sy_con1 .rig div input {
  font-size: 14px;
  padding-left: 15px;
}
.sy_con2 {
  padding-top: 50px;
  padding-bottom: 38px;
}
.sy_bt .bt span, .sy_bt .bt {
  font-size: 30px;
}
.sy_bt .p1 {
  font-size: 14px;
  margin-top: 3px;
}
.sy_bt {
  padding-left: 18px;
}
.sy_bt::before {
  width: 3px;
  height: 78%;
  top: 53%;
}
.sy_con2 .gallery-top .lef::before {
  height: 56%;
}
@keyframes jd{
  0%{
    height: 0;
  }
  100%{
    height: 56%;
  }
}
.sy_con2 .gallery-thumbs .swiper-slide p {
  width: 22px;
  height: 21px;
  margin-bottom: -4px;
  margin-right: 7px;
}
.sy_con2 .gallery-thumbs .swiper-slide {
  line-height: 50px;
  font-size: 12px;
  padding-left: 11px;
}
.sy_con2 .gallery-top .lef {
  padding-top: 10px;
  padding-left: 45px;
  padding-right: 30px;
}
.sy_con2 .gallery-top .lef .p1 {
  font-size: 26px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.sy_con2 .gallery-top .lef .div1 {
  margin-top: 30px;
}
.sy_con2 .gallery-top .swiper-pagination-total {
  font-size: 18px;
  bottom: 19%;
}
.sy_con2 .gallery-top .swiper-pagination-current::before, .sy_con2 .gallery-top .swiper-pagination-total::before {
  font-size: 18px;
}
.sy_con2 .gallery-top .swiper-pagination-current {
  font-size: 18px;
}
.sy_con3 {
  padding-top: 53px;
  padding-bottom: 68px;
}
.sy_con3 .rq {
  padding-top: 34px;
}
.sy_lef .p1 {
  font-size: 18px;
  line-height: 60px;
}
.sy_con3 .rig .swiper-slide img {
  width: 705px;
}
.sy_lef .rq1 .S_jobhead {
  font-size: 12px;
  line-height: 40px;
  background-size: 11px;
  background-position-x: 85%;
  padding-left: 15px;
}
.sy_lef .rq1 .S_jobhead::before {
  content: '';
  width: 12px;
  height: 12px;
  background-size: contain;
}
.sy_lef .rq1 .open .S_jobhead::before {
  opacity: 1;
  left: 4%;
}
.sy_lef .rq1 .open .S_jobhead {
  padding-left: 25px;
}
.sy_lef .rq1 .S_jobcont {
  padding: 3px 0;
  padding-left: 10px;
}
.sy_lef .rq1 .S_jobcont a {
  font-size: 12px;
  line-height: 25px;
  padding-left: 20px;
}
.sy_lef .rq2 .p2 {
  font-size: 14px;
}
.sy_lef .rq2 .p2 img {
  width: 22px;
  margin-bottom: -7px;
  margin-right: 8px;
}
.sy_lef .rq2 .p3 {
  font-size: 24px;
  margin-top: 10px;
}
.sy_lef .rq2 {
  padding: 10px 15px;
}
.sy_con3 .rig .top .swiper-slide .div {
  width: 380px;
  height: 235px;
  padding: 20px 20px;
}
.sy_con3 .rig .top .swiper-slide .div .p2 {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sy_con3 .rig .top .swiper-slide .div .p3 {
  font-size: 14px;
  line-height: 22px;
}
.sy_con3 .rig .top .swiper-slide .div div {
  padding-top: 20px;
}
.sy_con3 .rig .top .swiper-slide .div a {
  width: 106px;
  height: 33px;
  line-height: 29px;
  border-radius: 33px;
  font-size: 12px;
}
.sy_con3 .top .swiper-pagination-bullet {
  font-size: 22px;
}
.sy_con3 .swiper-button-prev, .sy_con3 .swiper-button-next {
  width: 85px;
  height: 55px;
  background-size: 12px 20px;
  right: 11%;
}
.sy_con3 .swiper-button-prev {
  left: 70%;
}
.sy_con3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.sy_con3 .top .swiper-pagination {
  bottom: 15%;
  left: 45%;
}
.sy_con3 .rig .bot .div p {
  font-size: 14px;
  line-height: 57px;
  padding-left: 22px;
}
.sy_con3 .rig .bot .div p::before {
  width: 27px;
  height: 27px;
}
.sy_con4 .rq1 {
  padding-top: 68px;
  padding-bottom: 49px;
}
.sy_con4 .rq1 .div {
  padding-top: 50px;
  padding-bottom: 98px;
}
.sy_con4 .rq1 .div1 .bot {
  height: 100px;
  padding: 26px 0;
}
.sy_con4 .rq1 .div1 .bot p {
  font-size: 16px;
}
.sy_con4 .rq1 .div1 .mb p {
  font-size: 18px;
  margin-top: 45px;
  line-height: 30px;
}
.sy_con4 .rq1 .div1 .mb div {
  width: 60px;
  height: 60px;
}
.sy_con4 .rq1 .div1 .mb {
  padding-top: 50px;
}
.sy_con5 .rq .lef {
  padding-top: 70px;
  padding-left: 120px;
}
.sy_con5 .rq .lef .p1 {
  font-size: 27px;
}
.sy_con5 .rq .lef .p {
  font-size: 76px;
  top: 50px;
  right: 60px;
}
.sy_con5 .rq .lef .p2 {
  margin-top: 40px;
  font-size: 18px;
}
.sy_con5 .rq .lef .p2 img {
  width: 20px;
  margin-bottom: -4px;
  margin-right: 2px;
}
.sy_con5 .rq .lef .p2::before {
  width: 170px;
  height: 2px;
  left: 20%;
}
.sy_con5 .rq .lef .p2 span {
  font-size: 18px;
}
.sy_con5 .rq .lef .p3 {
  font-size: 14px;
  margin-top: 6px;
  padding-left: 26px;
}
.sy_con5 .rq1 .rig {
  padding: 90px 120px 0 90px;
}
.sy_con5 .rq1 .rig .p1 {
  font-size: 30px;
}
.sy_con5 .rq1 .rig .p2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.sy_con5 .rq1 .rig .p {
  font-size: 75px;
  top: 70px;
  right: 120px;
}
.sy_con5 .rq1 .rig button {
  padding: 0 20px;
  line-height: 40px;
  padding-left: 45px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 1px;
}
.sy_con5 .rq1 .rig .p3 {
  font-size: 26px;
  margin-top: 22px;
}
.sy_con5 .rq1 .rig .p3 img {
  width: 30px;
  margin-bottom: -5px;
  margin-right: 5px;
}
.sy_con5 .rq1 .rig .p1::before {
  width: 60px;
  height: 2px;
  left: -70px;
}
.sy_con5 .rq2 {
  padding-top: 70px;
  padding-bottom: 75px;
}
.sy_con5 .rq2 .div p {
  font-size: 14px;
  margin-top: 10px;
}
.sy_con5 .rq3 {
  padding-top: 65px;
  padding-bottom: 70px;
}
.sy_con5 .rq3 .div1 .lef {
  padding-top: 22px;
  padding-left: 85px;
}
.sy_con5 .rq3 .div1 .lef .p1 {
  font-size: 45px;
}
.sy_con5 .rq3 .div1 .lef .p1::before {
  width: 64px;
  height: 2px;
  left: -80px;
}
.sy_con5 .rq3 .div1 .lef .p{
  font-size: 75px;
}
.sy_con5 .rq3 .div1 .lef .p2 span,
.sy_con5 .rq3 .div1 .lef .p2 {
  font-size: 26px;
}
.sy_con5 .rq3 .div1 .lef .p3 {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 22px;
}
.sy_con5 .rq3 .div1 .lef a {
  font-size: 14px;
  width: 110px;
  height: 35px;
  line-height: 35px;
}
.sy_con5 .rq3 .div2 {
  padding-top: 50px;
}
.sy_con5 .rq3 .div2 div {
  height: 100px;
}
.sy_con5 .rq3 .div2 div p::before {
  width: 28px;
  height: 28px;
}
.sy_con5 .rq3 .div2 div p {
  font-size: 16px;
  padding-left: 40px;
}
.sy_con6 {
  padding-top: 85px;
  padding-bottom: 75px;
}
.sy_con6 .lef .p1 {
  font-size: 26px;
}
.sy_con6 .lef .p1 .sp1 {
  font-size: 33px;
}
.sy_con6 .lef .p1 .sp2 {
  font-size: 20px;
}
.sy_con6 .lef .p1::before {
  width: 45px;
  height: 2px;
  left: -60px;
}
.sy_con6 .lef .div .p2 {
  font-size: 14px;
}
.sy_con6 .lef .div .p2 img {
  width: 20px;
  margin-bottom: -5px;
  margin-right: 5px;
}
.sy_con6 .lef .div .p3 {
  font-size: 26px;
}
.sy_con6 a {
  width: 135px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 14px;
}
.sy_con6 .lef .div {
  padding-right: 150px;
}
.sy_con6 .rig .div1 {
  padding: 0 15px;
}
.sy_con6 .rig .div1 p {
  font-size: 16px;
  margin-top: 10px;
}
.sy_con6 .rig .div1 img {
  width: 34px;
}
.sy_con7 {
  padding-top: 68px;
  padding-bottom: 50px;;
}
.sy_con7 .swiper-container {
  padding-top: 40px;
}
.sy_con7 .rq .bot {
  padding: 24px 30px;
}
.sy_con7 .rq .bot .p1 {
  font-size: 18px;
  margin-bottom: 20px;
  background-size: 23px 7px;
}
.sy_con7 .rq .bot .p2 {
  font-size: 14px;
  padding-top: 20px;
}
.loading {
  margin: 0 5px;
  width: 25px;
  height: 25px;
  border: 2px solid transparent;
}
.loading .left, .loading .right {
  width: 12.5px;
  height: 25px;
}
.loading .left:after, .loading .right:after {
  width: 10.5px;
  height: 21px;
  border: 2px solid #6eb92c;
  border-radius: 19px 0 0 19px;
}
.loading .left:after{
  border-right: 0;
}
.loading .right:after {
  border-radius: 0 19px 19px 0;
  border: 2px solid #6eb92c;
  border-left: 0;
}
.loading .right {
  right: 0px;
  top: -4px;
}
.loading .c-progress {
  width: 5px;
  height: 5px;
  left: 6px;
  top: 6px;
}
.sy_con8 .rq {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 38px;
}
.sy_con8 .p1 {
  font-size: 14px;
  margin-top: 32px;
  line-height: 25px;
}
.sy_con8 a {
  width: 115px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  font-size: 12px;
  padding-right: 28px;
  margin-top: 45px;
  margin-bottom: 40px;
}
.sy_con8 a::before {
  width: 19px;
  height: 6px;
}
.sy_con8 .rq1 .div {
  height: 150px;
  padding-left: 100px;
  padding-top: 40px;
}
.sy_con8 .rq1 .div .p2::before {
  width: 34px;
  height: 34px;
  left: -45px;
}
.sy_con8 .rq1 .p2 span {
  font-size: 45px;
}
.sy_con8 .rq1 .p2 {
  font-size: 14px;
}
.sy_con8 .rq1 .p3 {
  font-size: 14px;
}
.sy_con8 .rig .rq3 .dt {
  width: 520px;
}
.sy_con8 .rig .rq3 .div1 p::before {
  width: 17px;
  height: 22px;
  top: -25px;
}
.sy_con9 {
  padding-top: 68px;
  padding-bottom: 75px;
}
.sy_con9 .rq {
  padding-top: 40px;
}
.sy_con9 .rq .p2 {
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 26px;
}
.sy_con9 .rq .p2 img {
  width: 23px;
  margin-bottom: -3px;
  margin-left: 5px;
}
.sy_con9 .rq1 .div2 {
  padding-top: 3px;
  padding-left: 15px;
}
.sy_con9 .rq1 .div2 .p3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.sy_con9 .rq1 .div2 .p4 {
  font-size: 14px;
  line-height: 24px;
}
.sy_con9 .rq1 .div2 img {
  width: 26px;
  margin-top: 15px;
}
.sy_con9 .rq2 {
  margin-top: 20px;
  padding: 20px 15px;
}
.sy_con9 .rig .rq3 a .div2 {
  padding-top: 0px;
  padding-left: 18px;
}
.sy_con9 .rig .rq3 a .div2 .p5 {
  font-size: 16px;
  margin-bottom: 15px;
}
.sy_con9 .rig .rq3 a .div2 .p6 {
  font-size: 14px;
}
.sy_con9 .rig .rq3 a {
  margin-bottom: 19px;
}
.sy_con10 {
  padding-top: 140px;
  padding-bottom: 75px;
}
.sy_con10 .rq .swiper-slide {
  height: 88px;
}
.sy_con10 .rq .swiper-button-prev, .sy_con10 .rq .swiper-button-next {
  width: 10px;
  height: 20px;
  top: 77%;
  right: -25px;
}
.sy_con10 .rq .swiper-button-prev {
  left: -25px;
}

}
@media(max-width:1259px){
  .sy_lef .rq2 .p3 {
    font-size: 22px;
}
  .banner .container img {
    width: 140px;
}
.banner .container .p1 {
  font-size: 26px;
  padding-top: 25px;
  padding-bottom: 35px;
}
.banner .container .p1 span{
  font-size: 26px;
}
.banner .container .div div .p2, .banner .container .div div .p2 span {
  font-size: 45px;
}
.banner .container .div div .p2 i {
  font-size: 14px;
}
.sy_bt .bt span, .sy_bt .bt {
  font-size: 24px;
}
.sy_bt .p1 {
  font-size: 12px;
  margin-top: 3px;
}
.sy_con2 .gallery-thumbs .swiper-slide p {
  width: 19px;
  height: 18px;
  margin-bottom: -4px;
  margin-right: 0px;
}
.sy_con2 .gallery-thumbs .swiper-slide {
  line-height: 44px;
  font-size: 12px;
  padding-left: 7px;
}
.sy_con2 .gallery-top .lef .p1 {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.sy_con2 .gallery-top .lef .p2 {
  margin-bottom: 8px;
}
.sy_con2 .gallery-top .lef .p3 {
  font-size: 14px;
  padding-top: 5px;
  margin-bottom: 4px;
}
.sy_con2 .gallery-top .lef .div1 {
  margin-top: 20px;
}
.sy_con2 .gallery-top .lef .div1 a {
  font-size: 12px;
  width: 90px;
  height: 30px;
  line-height: 26px;
  border-radius: 35px;
}
.sy_con2 .gallery-top .swiper-pagination-total {
  bottom: 23%;
}
.sy_con4 .rq1 .div1 .bot {
  height: 80px;
  padding: 20px 0;
}
.sy_con4 .rq1 .div1 .bot p {
  font-size: 14px;
}
.sy_con4 .rq1 .div1{
  width: 23.5%;
  margin-right: 2%;
}
.sy_con4 .rq1 .div1:last-child{
  margin-right: 0;
}
.sy_con4 .rq1 .div {
  padding-top: 30px;
  padding-bottom: 65px;
}
.sy_con4 .rq1 .div1 .mb p {
  font-size: 14px;
  margin-top: 45px;
  line-height: 22px;
}
.sy_con5 .rq .lef {
  padding-top: 35px;
  padding-left: 90px;
}
.sy_con5 .rq .lef .p1 {
  font-size: 24px;
}
.sy_con5 .rq .lef .p {
  font-size: 60px;
  top: 24px;
  right: 34px;
}
.sy_con5 .rq1 .rig {
  padding: 40px 80px 0 70px;
}
.sy_con5 .rq1 .rig .p1 {
  font-size: 24px;
}
.sy_con5 .rq1 .rig .p {
  font-size: 60px;
  top: 30px;
  right: 90px;
}
.sy_con5 .rq1 .rig .p2 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.sy_con5 .rq1 .rig .p1::before {
  width: 40px;
  height: 2px;
  left: -53px;
}
.sy_con5 .rq3 {
  padding-top: 44px;
  padding-bottom: 46px;
}
.sy_con5 .rq3 .div1 .lef {
  padding-top: 0px;
  padding-left: 35px;
}
.sy_con5 .rq3 .div1 .lef .p1 {
  font-size: 36px;
}
.sy_con5 .rq3 .div1 .lef .p2 span, .sy_con5 .rq3 .div1 .lef .p2 {
  font-size: 20px;
}
.sy_con5 .rq3 .div1 .lef .p1::before {
  width: 38px;
  height: 2px;
  left: -50px;
}
.sy_con5 .rq3 .div1 .lef .p {
  font-size: 60px;
}
.sy_con5 .rq3 .div1 .lef .p3 {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 22px;
}
.sy_con6 {
  padding-top: 45px;
  padding-bottom: 50px;
}
.sy_con6 .lef .p1 {
  font-size: 18px;
}
.sy_con6 .lef .p1 .sp1 {
  font-size: 26px;
}
.sy_con6 .lef .p1 .sp2 {
  font-size: 18px;
}
.sy_con6 .lef .p1::before {
  width: 35px;
  height: 2px;
  left: -48px;
}
.sy_con6 .rig {
  width: 52%;
  padding-top: 15px;
}
.sy_con6 .rig .div1 p {
  font-size: 14px;
  margin-top: 10px;
}
.sy_con7 {
  padding-top: 48px;
  padding-bottom: 30px;
}
.sy_con7 .rq .bot {
  padding: 15px 15px;
}
.sy_con7 .rq .bot .p1 {
  font-size: 16px;
  margin-bottom: 14px;
  background-size: 18px 5px;
}
.sy_con7 .rq .bot .p2 {
  font-size: 12px;
  padding-top: 13px;
}
.sy_con7 .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.sy_con8 .rq1 .div {
  height: 150px;
  padding-left: 80px;
  padding-top: 40px;
}
.sy_con8 .rig .rq3 .dt {
  width: 470px;
}
.sy_con9 .rq1 .div2 img {
  width: 26px;
  margin-top: 8px;
}
.sy_con9 .rq2 {
  margin-top: 10px;
  padding: 15px 15px;
}
.sy_con10 .rq .swiper-container {
  padding: 0 10px;
  padding-top: 25px;
}
.sy_con10 .rq .swiper-button-prev, .sy_con10 .rq .swiper-button-next {
  width: 10px;
  height: 20px;
  top: 70%;
  right: -25px;
}

}
@media(max-width:991px){
  
  .content{
    margin-top: 60px;
  }
  .pc{
    display: none !important;
  }
  .app{
    display: block !important; 
  }
  .sy_con1 .lef{
    width: 100%;
    line-height: 45px;
  }
  .sy_con1 .rig{
    float: left;
    padding-bottom: 10px;
  }
  .sy_con1 .rig div{
    margin-top: 0;
  }
  .sy_con2 .gallery-thumbs{
    width: 100%;
    padding-top: 40px;
  }
  .sy_con2 .gallery-top .lef{
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
  .sy_con2 .gallery-top .rig{
    width: 100%;
  }
  .sy_con2 .gallery-top .swiper-pagination{
    display: none;
  }
  .sy_con2 .gallery-top .swiper-slide{
    flex-wrap: wrap-reverse;
  }
  .sy_con2 .gallery-top .lef::before,
  .sy_con2 .gallery-top .lef::after{
    display: none;
  }
  .sy_con2 .gallery-thumbs .swiper-slide {
    text-align: center;
    padding-left: 0;
}
.sy_con2 .gallery-top .div2 {
  padding-top: 15px;
}
.sy_con2 .gallery-top .div2 p {
  font-size: 14px;
}
.sy_lef{
  width: 100%;
}
.sy_lef .rq1 .S_jobhead::before {
  left: -3%;
}
.sy_lef .rq1 .open .S_jobhead::before {
  left: 1%;
}
.sy_con3 .rig{
  width: 100%;
  margin-top: 30px;
}
.sy_con3 .top .swiper-pagination{
  display: none;
}
.sy_con3 .rig .swiper-slide img{
  width: 100%;
}
.sy_con4 .rq1 .div1{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.sy_con4 .rq1 .div1:nth-child(2n){
  margin-right: 0;
}
.sy_con5 .rq{
  flex-wrap: wrap-reverse;
}
.sy_con5 .rq .lef{
  width: 100%;
  padding-bottom: 30px;
}
.sy_con5 .rq .rig{
  width: 100%;
}
.sy_con5 .rq1{
  flex-wrap: wrap;
}
.sy_con5 .rq1 .lef{
  width: 100%;
}
.sy_con5 .rq1 .rig{
  width: 100%;
}
.sy_con5 .rq3 .div1{
  flex-wrap: wrap-reverse;
}
.sy_con5 .rq3 .div1 .lef{
  width: 100%;
}
.sy_con5 .rq3 .div1 .rig{
  width: 100%;
}
.sy_con6 .lef{
  width: 100%;
}
.sy_con6 .rig{
  width: 100%;
  margin-top: 20px;
}
.sy_con8 .container{
  flex-wrap: wrap;
}
.sy_con8 .lef{
  width: 100%;
  border-right: none;
}
.sy_con8 .rig{
  width: 100%;
  padding-bottom: 20px;
}
.sy_con8 .rig .rq2{
  position: static;
  transform: translateY(0);
}
.sy_con8 .rig .rq2 .dt{
  width: 100%;
}
.sy_con9 .lef{
  width: 100%;
}
.sy_con9 .rig{
  width: 100%;
  margin-top: 30px;
}


/* 修改 */
.sy_con5 .rq2 .div{
  width: 100%;
  float: none;
}
.sy_con3 .lef{
  width: 100%;
}

.sy_con3 .lef p{
  width: auto;
  line-height: 75px;
  padding: 0 60px;
  float: left;
  background: #fff;
  border: 1px solid rgb(218,218,218);
  font-size: 22px;
  color: #333333;
  margin-bottom: 10px;
  float: left;
  margin-right: 9px;
}


}
@media(max-width:768px){
  #c-followDot{
    display: none;
  }
  .sy_con3 .rig .top .swiper-slide .div{
    position: static;
    width: 100%;
  }
  .sy_con3 .swiper-button-prev, .sy_con3 .swiper-button-next{
    right: 0;
    top: 30%;
    width: 50px;
    height: 45px;
    background-size: 7px 12px;
  }
  .sy_con3 .swiper-button-prev{
    left: 0;
  }
  .sy_con10 .rq .swiper-button-prev, .sy_con10 .rq .swiper-button-next {
    top: 73%;
    right: -10px;
}
.sy_con10 .rq .swiper-button-prev {
  left: -10px;
}

}
@media(max-width:414px){
  .sy_con1 .lef {
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sy_con1 .lef a {
  font-size: 12px;
}
.sy_con2 {
  padding-top: 30px;
  padding-bottom: 35px;
}
.sy_con3 .rig .bot .div p {
  font-size: 12px;
}
.sy_bt .bt span, .sy_bt .bt {
  font-size: 20px;
}
.sy_con5 .rq1 .rig .p1 {
  font-size: 20px;
}
.sy_bt {
  padding-left: 15px;
}
.sy_bt::before {
  top: 50%;
}
.sy_lef .rq1 .open .S_jobhead {
  padding-left: 30px;
}
.sy_lef .rq1 .open .S_jobhead::before {
  left: 3%;
}
.sy_con2 .gallery-thumbs {
  padding-top: 30px;
}
.sy_con2 .gallery-top .div2 .div3 img {
  margin-right: 6px;
  width: 64px;
}
.sy_con2 .gallery-top .div2 .div3 img:last-child{
  margin-right: 0;
}
.sy_con3 {
  padding-top: 40px;
  padding-bottom: 45px;
}
.sy_con3 .rig .top .swiper-slide .div {
  height: auto;
}
.sy_con3 .rig .bot .div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.sy_con4 .rq1 {
  padding-top: 35px;
  padding-bottom: 22px;
}
.sy_con4 .rq1 .div1 .bot {
  height: 60px;
  padding: 12px 0;
}
.sy_con4 .rq1 .div1 .mb{
  display: none;
}
.sy_con4 .rq1 .div {
  padding-top: 25px;
  padding-bottom: 25px;
}
.sy_con5 .rq .lef {
  padding-top: 23px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
}
.sy_con5 .rq .lef .p2::before {
  width: 80px;
  height: 2px;
  left: 29%;
  content: none;
}
.sy_con5 .rq .lef .p2 span{
  display: none;
}
.sy_con5 .rq .lef .p{
    color: rgb(236,236,236);
    opacity: 1;
}
.sy_con5 .rq .lef .p2 {
  margin-top: 25px;
  font-size: 16px;
  color: #333;
}
.sy_con5 .rq .lef .p2 .ig1{
  display: none;
}
.sy_con5 .rq .lef .p2 .ig2{
  display: inline-block;
}
.sy_con5 .rq .lef .p3{
  color: #333;
}
.sy_con5 .rq .lef .p1 {
  font-size: 20px;
  color: #333;
}
.sy_con5 .rq3 .div1 .lef .p,
.sy_con5 .rq1 .rig .p,
.sy_con5 .rq .lef .p {
  font-size: 46px;
  top: 5px;
  right: 34px;
}
.sy_con5 .rq1 .rig {
  padding: 23px 15px 0 15px;
}
.sy_con5 .rq3 .div1 .lef .p1::before,
.sy_con5 .rq1 .rig .p1::before{
  content: none;
}
.sy_con5 .rq1 .rig .p3 {
  font-size: 24px;
  margin-top: 15px;
}
.sy_con5 .rq2 .div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.sy_con5 .rq2 {
  padding-top: 36px;
  padding-bottom: 20px;
}
.sy_con5 .rq2 .swiper-pagination{
  bottom: 0;
}
.sy_con5 .rq3 {
  padding-top: 25px;
  padding-bottom: 40px;
}
.sy_con5 .rq3 .div1 .lef .p1 {
  font-size: 24px;
}
.sy_con5 .rq3 .div1 .lef{
  padding-left: 0;
  padding-top: 23px;
}
.sy_con5 .rq3 .div1 .lef .p2 span, .sy_con5 .rq3 .div1 .lef .p2 {
  font-size: 16px;
}
.sy_con5 .rq3 .div1 .lef .p3 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sy_con5 .rq3 .div2 div{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.sy_con5 .rq3 .div2 div:nth-child(2n){
  margin-right: 0;
}
.sy_con5 .rq2 .div p {
  font-size: 12px;
  margin-top: 5px;
}
.sy_con5 .swiper-pagination-bullet-active{
  background: #6eb92c;
}
.sy_con6 {
  padding-top: 35px;
  padding-bottom: 30px;
}
.sy_con6 .lef .p1 {
  font-size: 16px;
}
.sy_con6 .lef .p1 .sp1 {
  font-size: 20px;
}
.sy_con6 .lef .p1::before{
  content: none;
}
.sy_con6 a {
  width: 110px;
  height: 33px;
  line-height: 33px;
  border-radius: 33px;
  font-size: 14px;
  top: 10px;
}
.sy_con6 .rig {
  margin-top: 10px;
}
.sy_con7 .swiper-container {
  padding-top: 25px;
}
.sy_con7 .rq .bot {
  padding: 10px 10px;
}
.sy_con7 .rq .bot .p1 {
  font-size: 13px;
  margin-bottom: 10px;
  background-size: 18px 5px;
  padding-right: 10px;
}
.sy_con7 .rq .bot .p2 {
  font-size: 12px;
  padding-top: 10px;
}
.sy_con8 .rq {
  padding-top: 32px;
  padding-left: 0px;
  padding-right: 0px;
}
.sy_con8 .p1 {
  margin-top: 20px;
}
.sy_con8 a {
  margin-top: 25px;
  margin-bottom: 25px;
}
.sy_con8 .rq1 .div {
  height: 95px;
  padding-left: 60px;
  padding-top: 15px;
}
.sy_con8 .rq1 .p2 span {
  font-size: 36px;
}
.sy_con9 {
  padding-top: 34px;
  padding-bottom: 33px;
}
.sy_con9 .rq {
  padding-top: 22px;
}
.sy_con9 .rq1 .div2 .p4 {
  font-size: 14px;
  line-height: 20px;
}
.sy_con9 .rq2 a::before {
  width: 3px;
  height: 3px;
  border: 1px solid rgb(26,147,177);
}
.sy_con9 .rq2 a {
  font-size: 14px;
  padding-left: 14px;
  padding-right: 80px;
  margin-bottom: 14px;
}
.sy_con9 .rig .rq3 a .div2 .p5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.sy_con10 {
  padding-top: 38px;
  padding-bottom: 40px;
}
.sy_con10 .rq .swiper-slide {
  height: 55px;
}
.sy_con10 .rq .swiper-button-prev, .sy_con10 .rq .swiper-button-next {
  top: 82%;
}
.sy_con2 .gallery-top .lef {
  padding-top: 12px;
}

/* 修改 */
.sy_con3 .lef p {
  padding: 0;
  line-height: 43px;
  font-size: 14px;
  margin-bottom: 4px;
  margin-right: 1%;
  width: 49.5%;
  text-align: center;
}
.sy_con3 .lef div a:nth-child(2n) p,
.sy_con3 .lef p:nth-child(2n){
  margin-right: 0;
}
.sy_con3 .lef p i{
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../image/img273.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.sy_con3 .lef p.on{
  background: rgb(122,131,158);
  color: #fff;
}
.sy_con3 .lef p.on i{
  background-image: url(../image/img274.png);
}

.sy_con3 .rig .bot{
  display: none;
}
.sy_con3 .rig .app_bot{
  display: block;
}
.sy_con3 .rig .bot .div p {
  line-height: 35px;
  padding-left: 5px;
}
.sy_con3 .rig .bot .div p::before {
  width: 20px;
  height: 20px;
}
.sy_con3 .rig .bot .swiper-pagination {
  position: relative;
  margin-top: 10px;
}
.sy_con3 {
  padding-top: 40px;
  padding-bottom: 15px;
}

.sy_con6 .lef .p1,.sy_con6 .lef .p1 .sp1,.sy_con6 .lef .p1 .sp2{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.sy_con6 .lef .div .p2{
  display: none;
}
.sy_con6 .lef .div a{
  display: none;
}
.sy_con6 .lef .div{
  display: block;
  text-align: center;
  padding-right: 0;
}
.sy_con6 .rig .div1 {
  padding: 0 9px;
}
.sy_con6 .rig {
  justify-content: space-between;
}
.sy_con6 .rig .div1 p {
  font-size: 12px;
  margin-top: 8px;
}
.sy_con6 .a{
  position: static;
  display:block;
  margin: 0 auto;
  margin-top: 26px;
}

}
@media(max-width:375px){
  .sy_con5 .rq1 .rig button::before {
    width: 12px;
    height: 12px;
    left: 4%;
}
.sy_con5 .rq1 .rig button:last-child::before {
  left: 2%;
}
.sy_con4 .rq1 .div1 .bot p {
  font-size: 12px;
}
}










/* 产品中心-地坪工程 */
.ny_banner{
  width: 100%;
  position: relative;
}
.ny_banner .bj{
  width: 100%;
  vertical-align: middle;
}
.ny_banner .wrap_ny1{
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%,-50%);
}
.ny_banner .p1{
  font-size: 48px;
  color: #333333;
  text-align: center;
  transform: skewX(-9deg);
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 18px;
}
.ny_banner .p1::before{
  content: '';
  width: 30px;
  height: 2px;
  background: #6eb92c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ny_banner .p2{
  font-size: 20px;
  color: #666666;
  text-align: center;
}


/* pro_con1 */
.pro_con1{
  width: 100%;
}
.pro_con1 .wrap{
  line-height: 63px;
  border-bottom: 1px dashed rgb(241,241,241);
}
.pro_con1 span{
  display: inline-block;
  padding-left: 18px;
  font-size: 14px;
  color: #666666;
  position: relative;
}
.pro_con1 span::before{
  content: '';
  width: 9px;
  height: 18px;
  background: rgb(153,153,153);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro_con1 a{
  font-size: 14px;
  color: #666666;
}
.pro_con1 a.on{
  color: #6eb92c;
}

/* pro_con2 */
.pro_con2{
  width: 100%;
  padding-top: 72px;
  padding-bottom: 100px;
}
.pro_con2 .rq{
  width: 100%;
}
.pro_con2 .rq .sy_lef{
  width: 20%;
}
.pro_con2 .rq .rig{
  width: 78%;
  float: right;
}
.pro_con2 .rq .rig .top{
  width: 100%;
  line-height: 65px;
  border-bottom: 2px solid rgb(209,210,211);
  position: relative;
}
.pro_con2 .rq .rig .top::before{
  content: '';
  width: 140px;
  height: 2px;
  background: rgb(51,51,51);
  position: absolute;
  bottom: -2px;
  left: 0;
}
.pro_con2 .rq .rig .top .div2,
.pro_con2 .rq .rig .top .div1{
  width: 47px;
  height: 47px;
  background-image: url(../image/img99.jpg);
  background-size: cover;
  float: left;
  margin-right: 7px;
  transition: all .5s;
}
.pro_con2 .rq .rig .top .div2{
  background-image: url(../image/img101.jpg);
}
.pro_con2 .rq .rig .top .div1.on{
  background-image: url(../image/img98.jpg);
}
.pro_con2 .rq .rig .top .div2.on{
  background-image: url(../image/img100.jpg);
}
.pro_con2 .rq .rig .top p{
  font-size: 24px;
  color: #333333;
  float: right;
}
.pro_con2 .rq .rig .bot{
  width: 100%;
  padding-top: 35px;
}
.pro_con2 .rq .rig .bot a{
  display: block;
  float: left;
  width: 48.5%;
  float: left;
  margin-right: 3%;
  border: 1px solid rgb(234,234,235);
  padding: 22px;
  margin-bottom: 25px;
}
.pro_con2 .rq .rig .bot a:nth-child(2n){
  margin-right: 0;
}
.pro_con2 .rq .rig .bot a::before{
  margin-right: 0;
}
.pro_con2 .rq .rig .bot a .div1{
  width: 100%;
}
.pro_con2 .rq .rig .bot a .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.pro_con2 .rq .rig .bot a:hover .div1 img{
  transform: scale(1.03);
}
.pro_con2 .rq .rig .bot a .div2{
  padding-top: 25px;
  height: 188px;
}
.pro_con2 .rq .rig .bot a .div2 .p1{
  font-size: 20px;
  color: #333333;
  margin-bottom: 12px;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pro_con2 .rq .rig .bot a .div2 .p2{
  font-size: 14px;
  line-height: 25px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.pro_con2 .rq .rig .bot a .div3{
  margin-top: 20px;
  display: none;
}
.pro_con2 .rq .rig .bot a .div3 span{
  font-size: 16px;
  color: #666666;
}
.pro_con2 .rq .rig .bot a .div3 p{
  display: inline-block;
  line-height: 22px;
  padding: 0 7px;
  border: 1px solid rgb(234,234,235);
  font-size: 14px;
  color: #666666;
  border-radius: 3px;
  transition: all .5s;
}
.pro_con2 .rq .rig .bot a .div3 p:hover{
  background: #6eb92c;
  border: 1px solid #6eb92c;
  color: #fff;
}
.pro_con2 .rq .rig .bot a .div2 button{
  font-size: 12px;
  color: #666666;
  width: 115px;
  height: 35px;
  border-radius: 35px;
  border: 1px solid rgb(234,234,235);
  margin-top: 25px;
  margin-bottom: 10px;
  transition: all .5s;
}
.pro_con2 .rq .rig .bot a:hover .div2 button{
  color: #fff;
  background: #6eb92c;
  border: 1px solid #6eb92c;
}

.pro_con2 .rq .rig .bot.on1 a{
  width: 100%;
  margin-right: 0;
}
.pro_con2 .rq .rig .bot.on1 a .div1{
  width: 46%;
  float: left;
}
.pro_con2 .rq .rig .bot.on1 a .div2{
  width: 54%;
  height: auto;
  float: left;
  padding-left: 50px;
  padding-top: 18px;
}
.pro_con2 .rq .rig .bot.on1 a .div3{
  display: block;
}

/* 分页 */
.fy{
  width: auto;
  display: table;
  margin: 0 auto;
  margin-top: 20px;
}
.fy li{
  width: 41px;
  line-height: 41px;
  border-radius: 50%;
  text-align: center;
  float: left;
  border: 1px solid rgb(234,234,235);
  margin-right: 25px;
  transition: all .5s;
}
.fy li.on,
.fy li:hover{
  background: #6eb92c;
  border: 1px solid #6eb92c;
}
.fy li:last-child{
  margin-right: 0;
}
.fy li a{
  display: block;
  font-size: 16px;
  color: #666666;
  transition: all .5s;
}
.fy li.on a,
.fy li:hover a{
  color: #fff;
}


/* pro_con3 */
.pro_con3{
  width: 100%;
  background: rgb(248,248,248);
  padding-top: 85px;
  padding-bottom: 100px;
}
.pro_con3 .wrap{
  position: relative;
}
.pro_con3 .a{
  font-size: 14px;
  color: #999999;
  width: 140px;
  line-height: 44px;
  border-radius: 44px;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 0;
  border: 2px solid rgb(198,198,198);
}
.pro_con3 .a:hover{
  background: #6eb92c;
  border: 1px solid #6eb92c;
  color: #fff;
}
.pro_con3 .rq{
  width: 100%;
  padding-top: 37px;
}
.pro_con3 .rq .lef{
  width: 27.5%;
  float: left;
}
.pro_con3 .rq .lef .top{
  width: 100%;
  overflow: hidden;
}
.pro_con3 .rq .lef .top img{
  width: 100%;
  vertical-align: middle;
}
.pro_con3 .rq .lef .bot{
  width: 100%;
  margin-top: 15px;
}
.pro_con3 .rq .lef .bot a{
  display: block;
  margin-bottom: 15px;
}
.pro_con3 .rq .lef .bot a .p1{
  font-size: 16px;
  color: #666666;
  transition: all .5s;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pro_con3 .rq .lef .bot a:hover .p1{
  color: #6eb92c;
  padding-left: 10px;
}
.pro_con3 .rq .lef .bot a .p2{
  font-size: 14px;
  color: #999999;
  font-family: "akz";
  margin-top: 5px;
}
.pro_con3 .rq .lef .bot .a1{
  display: inline-block;
  font-size: 15px;
  color: #666666;
  margin-top: 5px;
  padding-right: 15px;
  position: relative;
  transition: all .5s;
}
.pro_con3 .rq .lef .bot .a1::before{
  content: '';
  width: 8px;
  height: 13px;
  background-image: url(../image/img109.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.pro_con3 .rq .lef .bot .a1:hover{
  color: #6eb92c;
  padding-right: 25px;
}
.pro_con3 .rq .lef .bot .a1:hover::before{
  background-image: url(../image/img110.png);
}

.pro_con3 .rq .rig{
  width: 69%;
  float: right;
}
.pro_con3 .rq .rig .top{
  width: 100%;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
}
.pro_con3 .rq .rig .top .div{
  display: block;
  width: 50%;
  float: left;
  padding-left: 60px;
  padding-right: 30px;
}
.pro_con3 .rq .rig .top .div .p1{
  font-size: 20px;
  color: #333333;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.pro_con3 .rq .rig .top .div:hover .p1{
  color: #6eb92c;
}
.pro_con3 .rq .rig .top .div .p2{
  font-size: 16px;
  color: #666666;
  margin-top: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.pro_con3 .rq .rig .top .div .p3{
  font-size: 16px;
  color: #666666;
  font-family: "akz";
  text-align: right;
  margin-top: 40px;
  position: relative;
}
.pro_con3 .rq .rig .top .div .p3::before{
  content: '';
  width: 90px;
  height: 1px;
  background: #666666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro_con3 .rq .rig .bot{
  width: 100%;
  margin-top: 15px;
}
.pro_con3 .rq .rig .bot .div1{
  width: 49%;
  float: left;
  margin-right: 2%;
  background: #fff;
  padding: 0 27px;
  padding-top: 35px;
}
.pro_con3 .rq .rig .bot .div1:nth-child(2){
  margin-right: 0;
}
.pro_con3 .rq .rig .bot .div1 a{
  display: block;
  padding-left: 20px;
  padding-right: 75px;
  position: relative;
  font-size: 16px;
  color: #666666;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  margin-bottom: 25px;
}
.pro_con3 .rq .rig .bot .div1 a::before{
  content: '';
  width: 3px;
  height: 3px;
  border: 2px solid rgb(110,185,44);
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}
.pro_con3 .rq .rig .bot .div1 a span{
  font-size: 14px;
  color: #666666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "akz";
}
.pro_con3 .rq .rig .bot .div1 a:hover{
  color: #6eb92c;
}
.fl{
  width: 100%;
  line-height: 40px;
  padding: 0 20px;
  display: none;
  background: linear-gradient(180deg , #f2f2f2 0% , #e0e0e0 100%);
}
.fl a{
  font-size: 16px;
  color: #333;
  float: right;
}
.ml .sy_lef{
  width: 100%;
}
.ml .sy_lef .p1{
  position: relative;
}
.ml .sy_lef .p1 .fh{
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  z-index: 10;
}

@media(max-width:1459px){
  .pro_con2 {
    padding-top: 54px;
    padding-bottom: 76px;
}
.pro_con2 .rq .rig .top .div2, .pro_con2 .rq .rig .top .div1{
  width: 37px;
  height: 37px;
}
.pro_con2 .rq .rig .top p{
  font-size: 18px;
}
.pro_con2 .rq .rig .top{
  line-height: 50px;
}
.pro_con2 .rq .rig .bot {
  padding-top: 25px;
}
.pro_con2 .rq .rig .bot a {
  padding: 12px;
  margin-bottom: 18px;
}
.pro_con2 .rq .rig .bot a .div2 .p1 {
  font-size: 18px;
  margin-bottom: 8px;
}
.pro_con2 .rq .rig .bot a .div2 .p2 {
  font-size: 14px;
  line-height: 22px;
}
.pro_con2 .rq .rig .bot a .div2 {
  padding-top: 15px;
  height: 150px;
}
.pro_con2 .rq .rig .bot a .div2 button {
  font-size: 12px;
  width: 85px;
  height: 30px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.pro_con2 .rq .rig .bot a .div3 span {
  font-size: 14px;
}
.pro_con2 .rq .rig .bot a .div3 p {
  font-size: 12px;
}








.pro_con3 {
  padding-top: 64px;
  padding-bottom: 75px;
}
.pro_con3 .a {
  font-size: 12px;
  width: 105px;
  line-height: 35px;
  border-radius: 36px;
  top: 10px;
}
.pro_con3 .rq {
  padding-top: 25px;
}
.pro_con3 .rq .rig .top {
  padding-top: 40px;
  padding-bottom: 35px;
}
.pro_con3 .rq .rig .top .div .p1 {
  font-size: 17px;
}
.pro_con3 .rq .rig .top .div .p2 {
  font-size: 14px;
  margin-top: 8px;
}
.pro_con3 .rq .rig .top .div .p3 {
  font-size: 14px;
  margin-top: 25px;
}
.pro_con3 .rq .rig .bot .div1 {
  padding: 0 20px;
  padding-top: 24px;
}

}
@media(max-width:1259px){
  .pro_con2 .rq .rig .bot.on1 a .div2 {
    padding-left: 22px;
    padding-top: 5px;
}
.pro_con3 .rq .rig .top {
  padding-top: 30px;
  padding-bottom: 25px;
}
.pro_con3 .rq .rig .top .div {
  padding-left: 34px;
  padding-right: 30px;
}
.pro_con3 .rq .rig .bot .div1 a {
  font-size: 14px;
}
.pro_con3 .rq .rig .bot .div1 a span {
  font-size: 12px;
}

}
@media(max-width:991px){
  .pro_con1 .wrap {
    line-height: 43px;
}
.pro_con2 .rq .sy_lef{
  display: none;
}
.pro_con2 .rq .rig{
  width: 100%;
}
.fl{
  display: block;
}
.pro_con2 .rq .rig .top .div2, .pro_con2 .rq .rig .top .div1 {
  margin-top: 5px;
}
.fy li {
  width: 30px;
  line-height: 30px;
  margin-right: 15px;
}
.fy li a {
  font-size: 14px;
}
.pro_con2 {
  padding-top: 30px;
  padding-bottom: 45px;
}
.pro_con3 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.pro_con3 .rq .lef{
  width: 100%;
}
.pro_con3 .rq .rig{
  width: 100%;
}
.pro_con2 .rq .rig .bot.on1 a .div1{
  width: 100%;
}
.pro_con2 .rq .rig .bot.on1 a .div2{
  width: 100%;
  margin-top: 20px;
}
.pro_con2 .rq .rig .bot a:hover .div1 img {
  transform: scale(1);
}

}
@media(max-width:768px){
  .pro_con3 .rq .rig .top .div{
    width: 100%;
    margin: 15px 0;
  }
  .pro_con3 .rq .rig .top {
    padding-top: 16px;
    padding-bottom: 14px;
}
.pro_con3 .rq .rig .bot .div1{
  width: 100%;
  margin: 0;
}
.pro_con3 .rq .rig .bot .div1:nth-child(2){
  padding-top: 0;
}
}
@media(max-width:414px){
  .pro_con2 .rq .rig .top p {
    font-size: 16px;
}
.pro_con2 .rq .rig .top .div2, .pro_con2 .rq .rig .top .div1 {
  width: 30px;
  height: 30px;
  margin-top: 8px;
}
.pro_con2 .rq .rig .bot a {
  padding: 5px;
  margin-bottom: 10px;
}
.pro_con2 .rq .rig .bot a .div2 .p1 {
  font-size: 16px;
  margin-bottom: 4px;
}
.pro_con2 .rq .rig .bot a .div2 .p2 {
  font-size: 12px;
  line-height: 18px;
}
.pro_con2 .rq .rig .bot a .div2 button {
  margin-top: 16px;
  margin-bottom: 10px;
}
.pro_con2 .rq .rig .bot a .div2 {
  padding-top: 8px;
  height: 125px;
}
.pro_con2 .rq .rig .bot.on1 a .div2 {
  margin-top: 6px;
  padding-left: 7px;
}
.pro_con2 .rq .rig .bot a .div3 p {
  margin-bottom: 3px;
}
.pro_con3 .a{
  display: none;
}
.pro_con3 .rq .lef .bot {
  margin-top: 10px;
}
.pro_con3 .rq .lef .bot a {
  margin-bottom: 10px;
}
.pro_con3 .rq .rig .top .div {
  width: 100%;
  margin: 6px 0;
    padding-left: 16px;
    padding-right: 16px;
}
.pro_con3 .rq .rig .bot .div1 a {
  margin-bottom: 18px;
}

}
/* 地坪工程详情 */

.pro_da1{
  width: 100%;
  padding-top: 55px;
}
.pro_da1 .rq{
  width: 100%;
}
.pro_da1 .sy_lef .rq3{
  width: 100%;
  margin-top: 45px;
}
.pro_da1 .sy_lef .rq3 .p2{
  font-size: 20px;
  color: #333333;
  padding-bottom: 15px;
}
.pro_da1 .sy_lef .rq3 a{
  display: block;
  margin-bottom: 30px;
}
.pro_da1 .sy_lef .rq3 a img{
  width: 100%;
  vertical-align: middle;
}
.pro_da1 .sy_lef .rq3 a .p3{
  font-size: 15px;
  color: #333333;
  padding-top: 8px;
  padding-bottom: 7px;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.pro_da1 .sy_lef .rq3 a:hover .p3{
  color: #6eb92c;
}
.pro_da1 .sy_lef .rq3 a .p4{
  font-size: 13px;
  color: #666666;
  font-family: "din";
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.rig_rq2 .p1{
  text-align: left;
}
.pro_da1 .rig_rq2 .div {
  padding: 0 15px;
}
.pro_da1 .rig_rq2 .div a {
  font-size: 16px;
  padding-top: 20px;
}
.pro_da1 .rig_rq2{
  box-shadow: none;
  background: rgb(250,250,250);
}
.pro_da1 .rq .rig {
  width: 79%;
  float: right;
}
.pro_da1 .rq .rig .rq1{
  width: 100%;
}
.pro_da1 .rq .rig .rq1 .div1{
  width: 54%;
  float: left;
}
.pro_da1 .rq .rig .rq1 .div1 .swiper-slide img{
  width: 100%;
  vertical-align: middle;
}
.pro_da1 .rq .rig .rq1 .div1 .div{
  margin: 0 35px;
  margin-top: 20px;
  position: relative;
}
.pro_da1 .rq .rig .rq1 .div1 .gallery-thumbs .swiper-slide{
  border: 3px solid transparent;
  transition: all .5s;
}
.pro_da1 .rq .rig .rq1 .div1 .gallery-thumbs .swiper-slide-thumb-active{
  border: 3px solid #6eb92c;
}
.pro_da1 .rq .rig .rq1 .div1 .div .swiper-button-next,
.pro_da1 .rq .rig .rq1 .div1 .div .swiper-button-prev{
  width: 12px;
  height: 20px;
  background-image: url(../image/img135.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 60%;
  right: -25px;
}
.pro_da1 .rq .rig .rq1 .div1 .div .swiper-button-prev{
  left: -25px;
  transform: rotate(180deg);
}
.pro_da1 .rq .rig .rq1 .div2{
  width: 46%;
  float: left;
  padding-left: 55px;
  padding-top: 40px;
}
.pro_da1 .rq .rig .rq1 .div2 .p1{
  font-size: 30px;
  color: #333333;
  border-bottom: 1px solid rgb(227,227,227);
  padding-bottom: 15px;
}
.pro_da1 .rq .rig .rq1 .div2 .p2{
  font-size: 14px;
  color: #666666;
  margin-top: 24px;
  margin-bottom: 45px;
  line-height: 22px;
}
.pro_da1 .rq .rig .rq1 .div2 .p3{
  font-size: 14px;
  color: #666666;
  transform: skewX(-12deg);
  position: relative;
  padding-left: 22px;
  margin-top: 15px;
}
.pro_da1 .rq .rig .rq1 .div2 .p3::before{
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(../image/img136.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) skewX(12deg);
}
.pro_da1 .rq .rig .rq1 .div2 .p4{
  font-size: 32px;
  color: #6eb92c;
  font-family: "din";
  margin-top: 10px;
}
.pro_da1 .rq .rig .rq1 .div2 a{
  display: block;
  font-size: 14px;
  color: #333333;
  width: 140px;
  line-height: 45px;
  border-radius: 45px;
  text-align: center;
  border: 2px solid rgb(230,230,230);
  margin-top: 30px;
}
.pro_da1 .rq .rig .rq1 .div2 a:hover{
  color: #fff;
  background: #6eb92c;
  border: 2px solid #6eb92c;
}
.pro_da1 .rq .rig .rq2{
  width: 100%;
  padding-top: 75px;
}
.pro_da1 .rq .rig .rq2 .p{
  font-size: 30px;
  color: #333;
  font-weight: bold;
  padding-bottom: 12px;
}
.pro_da1 .rq .rig .rq3{
  width: 100%;
}
.pro_da1 .rq .rig .rq3 .top{
  width: 100%;
}
.pro_da1 .rq .rig .rq3 .top p{
  font-size: 18px;
  color: #666666;
  width: 165px;
  line-height: 45px;
  text-align: center;
  background: rgb(250,250,250);
  float: left;
  cursor: pointer;
}
.pro_da1 .rq .rig .rq3 .top p.on{
  color: #fff;
  background: #6eb92c;
}
.pro_da1 .rq .rig .rq3 .bot{
  width: 100%;
}
.pro_da1 .rq .rig .rq3 .bot1{
  padding: 0 48px;
  padding-top: 40px;
  width: 100%;
  background: rgb(250,250,250);
  display: none;
}
.pro_da1 .rq .rig .rq3 .bot1.on{
  display: block;
}
.pro_da1 .rq .rig .rq3 .bot .div1 .p1{
  font-size: 24px;
  color: #6eb92c;
  font-weight: bold;
}
.pro_da1 .rq .rig .rq3 .bot .div1 .p2{
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 20px;
}
.pro_da1 .rq .rig .rq3 .bot .div1 .p3{
  font-size: 18px;
  color: #333333;
}
.pro_da1 .rq .rig .rq3 .bot .div2{
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}
.pro_da1 .rq .rig .rq3 .bot .div2 div{
  width: 23.75%;
  height: 250px;
  margin-right: 1.5%;
  background: #fff;
  float: left;
  padding: 0 10px;
  padding-top: 35px;
  position: relative;
  overflow: hidden;
}
.pro_da1 .rq .rig .rq3 .bot .div2 div:last-child{
  margin-right: 0;
}
.pro_da1 .rq .rig .rq3 .bot .div2 div img{
  width: 37px;
  display: block;
  margin: 0 auto;
  transition: all .5s;
}
.pro_da1 .rq .rig .rq3 .bot .div2 div .p4{
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding-top: 20px;

  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.pro_da1 .rq .rig .rq3 .bot .div2 div .p5{
  font-size: 72px;
  color: #999999;
  opacity: 0.1;
  font-family: "din";
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
}
.pro_da1 .rq .rig .rq3 .bot .div2 div:hover img{
  transform: translateY(-10px);
}
.pro_da1 .rq .rig .rq3 .bot .div3{
  margin-top: 15px;
  margin-bottom: 40px;
}
.pro_da1 .rq .rig .rq3 .bot .div3 div{
  width: 49%;
  float: left;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.pro_da1 .rq .rig .rq3 .bot .div3 div:nth-child(2){
  margin-right: 0;
}
.pro_da1 .rq .rig .rq3 .bot .div3 div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.pro_da1 .rq .rig .rq3 .bot .div3 div:hover img{
  transform: scale(1.05);
}
.pro_da1 .rq .rig .rq3 .bot .div3 div p{
  font-size: 22px;
  color: #ffffff;
  position: absolute;
  left: 34px;
  bottom: 18px;
}
.pro_da1 .rq .rig .rq3 .bot .div4{
  width: 100%;
  padding-bottom: 40px;
}
.pro_da1 .rq .rig .rq3 .bot .div4 img{
  width: 100%;
  margin-top: 25px;
}
.pro_da1 .rq .rig .rq3 .bot .div4 p{
  font-size: 16px;
  color: #666666;
}
.pro_da1 .rq .rig .rq3 .bot .div5{
  margin-top: 14px;
  padding-bottom: 40px;
}
.pro_da1 .rq .rig .rq3 .bot .div5 .p6{
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.pro_da1 .rq .rig .rq3 .bot .div5 img{
  width: 100%;
  margin-top: 35px;
}
.pro_da1 .rq .rig .rq3 .bot .div5 .p7{
  margin-bottom: 15px;
}
.pro_da1 .rq .rig .rq3 .bot .rq5{
  width: 100%;
}
.pro_da1 .rq .rig .rq3 .bot .rq5 .p1{
  font-size: 36px;
  color: #6eb92c;
  font-weight: bold;
  text-align: center;
  transform: skewX(-9deg);
  position: relative;
}
.pro_da1 .rq .rig .rq3 .bot .rq5 .p1::before,
.pro_da1 .rq .rig .rq3 .bot .rq5 .p1::after{
  content: '';
  width: 30%;
  height: 1px;
  background: rgb(220,220,220);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pro_da1 .rq .rig .rq3 .bot .rq5 .p1::after{
  left: 0;
}
.pro_da1 .rq .rig .rq3 .bot .rq6{
  width: 100%;
  margin-top: 34px;
  border-bottom: 1px solid rgb(220,220,220);
}
.pro_da1 .rq .rig .rq3 .bot .div{
  width: 48%;
  height: 480px;
  float: left;
  margin-right: 4%;
}
.pro_da1 .rq .rig .rq3 .bot .div:nth-child(2n){
  margin-right: 0;
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div1{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.pro_da1 .rq .rig .rq3 .bot .div:hover .rq6_div1 img{
  transform: scale(1.05);
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div1 p{
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 36px;
  width: 100%;
  background: rgb(0,0,0,0.6);
  text-align: center;
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div2{
  width: 100%;
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div2 div{
  padding-left: 85px;
  margin-top: 14px;
  margin-bottom: 15px;
  position: relative;
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div2 div span{
  font-size: 36px;
  color: #ffffff;
  font-family: "din";
  width: 66px;
  line-height: 66px;
  text-align: center;
  background-image: url(../image/img149.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 3px 22px 0px rgba(110, 185, 44, 0.3);
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div2 div .p2{
  font-size: 28px;
  color: #333333;
  transition: all .5s;
}
.pro_da1 .rq .rig .rq3 .bot .div:hover .rq6_div2 div .p2{
  color: #6eb92c;
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div2 div .p3{
  font-size: 16px;
  color: #7a839e;
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div2 .p4{
  font-size: 14px;
  color: #666666;
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div2 .p4::before{
  width: 15px;
  height: 15px;
  content: '';
  background-image: url(../image/img150.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div2 .p4 span{
  font-size: 14px;
  color: #6eb92c;
}
.pro_da1 .rq .rig .rq3 .bot .rq7{
  padding: 0 48px;
  padding-top: 25px;
  padding-bottom: 35px;
  background: rgb(250,250,250);
}

/* 作业视频 */
.in3-video{
  position: relative;
}
.msg-box-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 1001;
}

.msg-box {
  width: 70%;
  height: 70%;
  background-color: #F3F3F3;
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.msg-box .close-box {
  width: 30px;
  height: 30px;
  background: url("../image/btn-close-modal.png") no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 55px;
  top: 55px;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.msg-box .close-box:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.video {
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.video .bj{
  width: 100%;
  height: 100%;
}
.pro_da1 .rq .rig .rq3 .bot1{
  position: relative;
}
.video .bfq{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all .5s;
}
.video .bfq p{
  font-size: 22px;
  color: #fff;
  font-family: "light";
  text-align: center;
  margin-top: 25px;
}
.video .bfq div{
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0 auto;
}
.video .bfq div img{
  width: 20px;
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video .bfq div::before{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../image/img152.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes jj{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.video:hover>.bfq{
  top: 45%;
}
.video:hover> .bfq div::before{
  animation: jj 10s infinite linear;
}

/* bot2 */
.bot .bot2{
  width: 100%;
  padding-top: 55px;
}
.bot_bt{
  font-size: 36px;
  color: #333333;
  transform: skewX(-9deg);
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(209,210,211);
  position: relative;
}
.bot_bt::before{
  content: '';
  width: 140px;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.bot_bt span{
  font-size: 36px;
  color: #6eb92c;
}
.bot .bot2 .bot2_rq{
  width: 100%;
  padding-top: 30px;
  position: relative;
  padding-bottom:90px;
}
.bot .bot2 .bot2_rq .swiper-slide{
  background: rgb(250,250,250);
  padding: 0 15px;
  padding-top: 25px;
}
.bot .bot2 .bot2_rq .bot2_rq1{
  width: 100%;
  height: 208px;
  padding-bottom: 10px;
}
.bot .bot2 .bot2_rq .bot2_rq1 img{
  max-width: 80%;
  max-height: 90%;
  margin: 0 auto;
  display: block;
  transition: all .5s;
}
.bot .bot2 .bot2_rq .swiper-slide:hover .bot2_rq1 img{
  transform: scale(1.05);
}
.bot .bot2 .bot2_rq .swiper-slide p{
  font-size: 14px;
  color: #666666;
  line-height: 60px;
  border-top: 1px solid rgb(209,210,211);
  position: relative;
  transition: all .5s;
}
.bot .bot2 .bot2_rq .swiper-slide:hover p{
  color: #6eb92c;
}
.bot .bot2 .bot2_rq .swiper-slide p::before{
  content: '';
  width: 15px;
  height: 16px;
  background-image: url(../image/img158.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.bot4 .bot2_rq .swiper-button-prev,
.bot4 .bot2_rq .swiper-button-next,
.bot .bot2 .bot2_rq .swiper-button-prev,
.bot .bot2 .bot2_rq .swiper-button-next{
  width: 49px;
  height: 50px;
  background-image: url(../image/img159.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 90%;
  right: 44%;
  transition: all .5s;
  border-radius: 50%;
  box-shadow: 0px 3px 22px 0px rgba(209, 210, 211, 0.3);
}
.bot4 .bot2_rq .swiper-button-prev,
.bot4 .bot2_rq .swiper-button-next{
  top: 95%;
}
.bot4 .bot2_rq .swiper-button-prev,
.bot .bot2 .bot2_rq .swiper-button-prev{
  left: 44%;
  transform: rotate(180deg);
}
.bot4 .bot2_rq .swiper-button-prev:hover,
.bot4 .bot2_rq .swiper-button-next:hover,
.bot .bot2 .bot2_rq .swiper-button-next:hover,
.bot .bot2 .bot2_rq .swiper-button-prev:hover{
  background-image: url(../image/img160.png);
}

.bot .bot3{
  width: 100%;
  padding-top: 25px;
}
.bot .bot3 .pro_con3{
  padding: 0;
  margin-top: 30px;
  background: none;
}
.bot .bot3  .pro_con3 .rq{
  padding: 0;
}
.bot .bot3 .pro_con3 .rq .rig .top{
  background: rgb(248,248,248);
}
.bot .bot3 .pro_con3 .rq .rig{
  width: 100%;
}
.bot .bot3 .pro_con3 .rq .rig .top .div p{
  width: 100%;
  line-height: 25px;
  text-align: left;
  background:none;
  float: none;
}
.bot .bot3 .pro_con3 .rq .rig .top .div .p3{
  text-align: right;
  padding-right: 50px;
}
.bot .bot3 .pro_con3 .rq .rig .top .div{
  height: auto;
}
.bot .bot3 .pro_con3 .rq .rig .bot .div1{
  background: none;
  background: rgb(248,248,248);
}

.bot .bot4{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 120px;
}
.bot .bot4 .bot2_rq{
  width: 100%;
  position: relative;
  padding-bottom: 90px;
  padding-top: 40px;
}
.bot4_rq1{
  width: 100%;
}
.bot4_rq1 img{
  width: 100%;
  vertical-align: middle;
}
.bot4_rq2{
  width: 100%;
  background: rgb(250,250,250);
  padding: 0 30px;
  transition: all .5s;
}
.bot .bot4 .bot2_rq .swiper-slide:hover .bot4_rq2{
  background: rgb(122,131,158);
}
.bot4_rq2 .bot4_p1{
  font-size: 16px;
  color: #333333;
  line-height: 80px;
  border-bottom: 1px solid rgb(221,221,221);
  background-image: url(../image/img76.png);
  background-size: 23px 7px;
  background-position-x: 100%;
  background-position-y: center;
  background-repeat: no-repeat;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.bot .bot4 .bot2_rq .swiper-slide:hover .bot4_p1{
  color: #fff;
  background-image: url(../image/img77.png);
}
.bot4_rq2 .bot4_p2{
  font-size: 12px;
  color: #666666;
  line-height: 65px;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.bot .bot4 .bot2_rq .swiper-slide:hover .bot4_p2{
  color: #fff;
}

@media(max-width:1459px){
  .pro_da1 .rq .rig .rq1 .div2 {
    padding-left: 40px;
    padding-top: 18px;
}
.pro_da1 .rq .rig .rq1 .div2 .p1 {
  font-size: 22px;
  padding-bottom: 10px;
}
.pro_da1 .rq .rig .rq1 .div2 .p2 {
  font-size: 13px;
  margin-top: 19px;
  margin-bottom: 36px;
  line-height: 22px;
}
.pro_da1 .rq .rig .rq1 .div2 .p4 {
  font-size: 26px;
  margin-top: 10px;
}
.pro_da1 .rq .rig .rq1 .div2 a {
  font-size: 14px;
  width: 120px;
  line-height: 35px;
  border-radius: 35px;
  margin-top: 30px;
}
.pro_da1 .rq .rig .rq2 {
  padding-top: 47px;
}
.pro_da1 .rq .rig .rq2 .p {
  font-size: 24px;
  padding-bottom: 12px;
}
.pro_da1 .rq .rig .rq3 .top p {
  font-size: 14px;
  width: 130px;
  line-height: 40px;
}
.pro_da1 .rq .rig .rq3 .bot1 {
  padding: 0 30px;
  padding-top: 24px;
}
.pro_da1 .rq .rig .rq3 .bot .div1 .p1 {
  font-size: 20px;
}
.pro_da1 .rq .rig .rq3 .bot .div1 .p2 {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.pro_da1 .rq .rig .rq3 .bot .div1 .p3 {
  font-size: 17px;
}
.pro_da1 .rq .rig .rq3 .bot .rq5 .p1 {
  font-size: 28px;
}
.pro_da1 .rq .rig .rq3 .bot .div3 div p {
  font-size: 18px;
  left: 20px;
  bottom: 14px;
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div2 div span {
  font-size: 24px;
  width: 50px;
  line-height: 50px;
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div2 div {
  padding-left: 60px;
  margin-top: 14px;
  margin-bottom: 15px;
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div2 div .p2 {
  font-size: 22px;
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div2 div .p3 {
  font-size: 14px;
}
.pro_da1 .rq .rig .rq3 .bot .div {
  height: 425px;
}
.bot .bot2 {
  padding-top: 40px;
}
.bot_bt {
  font-size: 26px;
  padding-bottom: 5px;
}
.bot_bt span {
  font-size: 26px;
}
.bot4_rq2 {
  padding: 0 12px;
}
.bot .bot2 .bot2_rq .swiper-slide p {
  font-size: 14px;
  line-height: 45px;
}
.bot4_rq2 .bot4_p1 {
  font-size: 14px;
  line-height: 60px;
}
.bot4_rq2 .bot4_p2 {
  font-size: 12px;
  line-height: 50px;
}
.bot .bot4 {
  padding-top: 60px;
  padding-bottom: 90px;
}


}
@media(max-width:1259px){
  .pro_da1 .rq .rig .rq1 .div2 {
    padding-left: 25px;
    padding-top: 5px;
}
.pro_da1 .rq .rig .rq1 .div2 .p2 {
  font-size: 13px;
  margin-top: 14px;
  margin-bottom: 22px;
  line-height: 20px;
}
.pro_da1 .rq .rig .rq3 .bot .div2 div {
  height: 210px;
  padding-top: 20px;
}
.pro_da1 .rq .rig .rq3 .bot .div2 div .p4 {
  font-size: 14px;
  padding-top: 12px;
}
.pro_da1 .rq .rig .rq3 .bot .div2 div .p5 {
  font-size: 54px;
  bottom: -28px;
}

}
@media(max-width:991px){
  .pro_da1 .sy_lef{
    display: none;
  }
  .pro_da1 .rq .rig{
    width: 100%;
    margin-top: 20px;
  }
  .bot4 .bot2_rq .swiper-button-prev, .bot4 .bot2_rq .swiper-button-next, .bot .bot2 .bot2_rq .swiper-button-prev, .bot .bot2 .bot2_rq .swiper-button-next {
    width: 39px;
    height: 40px;
}
.bot .bot3 .pro_con3 {
  margin-top: 0px;
}
.bot .bot4 {
  padding-top: 20px;
  padding-bottom: 25px;
}
.bot .bot4 .bot2_rq {
  padding-bottom: 45px;
  padding-top: 40px;
}
.pro_da1 {
  padding-top: 24px;
}

}
@media(max-width:768px){
  .pro_da1 .rq .rig .rq1 .div1{
    width: 100%;
  }
  .pro_da1 .rq .rig .rq1 .div2{
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
  .video .bfq div{
    width: 40px;
    height: 40px;
  }
  .video .bfq div img {
    width: 12px;
}
.video .bfq p {
  font-size: 14px;
  margin-top: 12px;
}
.pro_da1 .rq .rig .rq3 .bot1 {
  padding: 0 10px;
  padding-top: 20px;
}

}
@media(max-width:414px){
  .pro_da1 .rq .rig .rq1 .div1 .div {
    margin: 0 28px;
    margin-top: 10px;
}
.pro_da1 .rq .rig .rq3 .top p {
  font-size: 14px;
  width: 85px;
  line-height: 32px;
}
.pro_da1 .rq .rig .rq3 .bot .div1 .p1 {
  font-size: 16px;
}
.pro_da1 .rq .rig .rq3 .bot .div1 .p2 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.pro_da1 .rq .rig .rq3 .bot .div2 div{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.pro_da1 .rq .rig .rq3 .bot .div2 div:nth-child(2n){
  margin-right: 0;
}
.pro_da1 .rq .rig .rq3 .bot .div3 div p {
  font-size: 12px;
  left: 7px;
  bottom: 8px;
}
.pro_da1 .rq .rig .rq3 .bot .rq5 .p1::before, .pro_da1 .rq .rig .rq3 .bot .rq5 .p1::after {
  width: 17%;
}
.pro_da1 .rq .rig .rq3 .bot .rq5 .p1 {
  font-size: 22px;
}
.pro_da1 .rq .rig .rq3 .bot .rq6 {
  margin-top: 20px;
}
.pro_da1 .rq .rig .rq3 .bot .div{
  width: 100%;
  margin-right: 0;
  height: auto;
  margin-bottom: 15px;
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div2 div .p2 {
  font-size: 18px;
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div2 div span {
  font-size: 20px;
  width: 40px;
  line-height: 40px;
}
.pro_da1 .rq .rig .rq3 .bot .div .rq6_div2 div {
  padding-left: 46px;
}
.pro_da1 .rq .rig .rq3 .bot .rq7 {
  padding: 0 10px;
  padding-top: 25px;
  padding-bottom: 25px;;
}
.prev p, .next p {
  font-size: 13px;
  padding-top: 6px;
}
.bot_bt {
  font-size: 22px;
  padding-bottom: 5px;
}
.bot_bt span {
  font-size: 22px;
}
.bot4 .bot2_rq .swiper-button-prev, 
.bot .bot2 .bot2_rq .swiper-button-prev{
  left: 37%;
  top: 93%;
}
.bot4 .bot2_rq .swiper-button-next, 
.bot .bot2 .bot2_rq .swiper-button-next {
  right: 37%;
  top: 93%;
}
.bot .bot2 .bot2_rq .swiper-slide p {
  font-size: 12px;
}
.bot .bot2 .bot2_rq {
  padding-top: 30px;
  padding-bottom: 65px;
}
.bot4_rq2 {
  padding: 0 10px;
}
.bot4_rq2 .bot4_p1 {
  font-size: 13px;
  line-height: 40px;
  background-size: 17px 5px;
  padding-right: 10px;
}
.bot4_rq2 .bot4_p2 {
  font-size: 12px;
  line-height: 38px;
}
.bot .bot4 .bot2_rq {
  padding-bottom: 60px;
  padding-top: 20px;
}

}

/* 新闻中心 */

.sy_lef .rq1 .S_jobhead .aa{
  width: 200px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}



.ny_banner .wrap_ny2{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.ny_banner .rq{
  width: 100%;
  padding-left: 20px;
  position: relative;
}
.ny_banner .rq::before{
  content: '';
  width: 3px;
  height: 75%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}
.ny_banner .rq .p3{
  font-size: 48px;
  color: #ffffff;
  transform: skewX(-9deg);
}
.ny_banner .rq .p4{
  font-size: 18px;
  color: #feffff;
  text-transform: uppercase;
}
.ny_banner .wrap_ny2 .p2{
  color: #fff;
  text-align: left;
  margin-top: 15px;
}



/* 新闻中心 */
.new_con1{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}
.new_con1 .rq{
  width: 100%;
}
.ny_lef{
  width: 20%;
  float: left;
}
.ny_lef .div1{
  width: 100%;
}
.ny_lef .div1 .p{
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  background: rgb(110,185,44);
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}
.ny_lef .div1 .p::before{
  content: '';
  width: 13px;
  height: 13px;
  background-image: url(../image/img115.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 14%;
  transform: translateY(-50%);
}
.ny_lef .div1 .p.on::before{
  background-image: url(../image/img114.png);
}
.ny_lef .sy_lef{
  width: 100%;
  float: none;
}
.new_con1 .rq  .sy_lef .rq1 .S_jobitem{
  background:rgb(250,250,250);
}
.new_con1 .rq .sy_lef .rq1{
  border: none;
}
.ny_lef .rq2{
  width: 100%;
  background:rgb(250,250,250);
  display: none;
}
.ny_lef .rq2.on2{
  display: block;
}
.ny_lef .rq2 a{
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 50px;
  padding-left: 30px;
  border-bottom: 1px dashed rgb(229,229,229);
}
.ny_lef .rq2 a:last-child{
  border-bottom:none;
}
.ny_lef .rq2 a.on1{
  color: #6eb92c;
}
.ny_lef .div2{
  width: 100%;
  background:rgb(250,250,250);
  padding: 22px;
  border: 1px solid rgb(236,236,236);
  margin-top: 38px;
  padding-bottom: 10px;
}
.ny_lef .div2 .p1{
  font-size: 20px;
  color: #6eb92c;
}
.ny_lef .div2 .p1 img{
  margin-bottom: -3px;
  margin-right: 2px;
}
.ny_lef .div2 .p2{
  font-size: 30px;
  color: #6eb92c;
  font-family: "din";
  margin-top: 5px;
}

.new_con1 .rig{
  width: 77%;
  float: right;
}
.new_con1 .rig .a{
  display: block;
  margin-bottom: 40px;
}
.new_con1 .rig .a .rq{
  width: 100%;
  height: 100%;
  padding: 25px;
  transition: all .5s;
  background-image: url(../image/img121.jpg);
  background-size: cover;
}
.new_con1 .rig .a:hover .rq{
  background-image: url(../image/img120.jpg);
  background-size: cover;
}
.new_con1 .rig .a .rq .div{
  width: 19%;
  float: left;
  background: #fff;
  padding: 47px 0;
}
.new_con1 .rig .a .rq .div .p1{
  font-size: 100px;
  color: #7a839e;
  text-align: center;
  font-family: "akz2";
  line-height: 80px;
  transition: all .5s;
}
.new_con1 .rig .a .rq .div .p2{
  font-size: 24px;
  color: #7a839e;
  text-align: center;
  font-family: "akz2";
  margin-top: 5px;
  transition: all .5s;
}
.new_con1 .rig .a:hover .rq .div .p1,
.new_con1 .rig .a:hover .rq .div .p2{
  color: #6eb92c;
}
.new_con1 .rig .a .rq .div2{
  width: 81%;
  float: left;
  padding-left: 70px;
  padding-top: 24px;
  padding-right: 90px;
}
.new_con1 .rig .a .rq .div2 .p1{
  font-size: 30px;
  color: #333333;
  border-bottom: 1px solid rgb(224,224,224);
  padding-bottom: 10px;
  transition: all .5s;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.new_con1 .rig .a .rq .div2 .p2{
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
  line-height: 25px;
  transition: all .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new_con1 .rig .a .rq .div2 .p3{
  display: inline-block;
  font-size: 14px;
  color: #333333;
  padding-right: 15px;
  position: relative;
  margin-top: 15px;
  transition: all .5s;
}
.new_con1 .rig .a .rq .div2 .p3::before{
  content: '';
  width: 7px;
  height: 13px;
  background-image: url(../image/img118.png);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.new_con1 .rig .a:hover .rq .div2 .p1,
.new_con1 .rig .a:hover .rq .div2 .p2,
.new_con1 .rig .a:hover .rq .div2 .p3{
  color: #fff;
}
.new_con1 .rig .a:hover .rq .div2 .p3::before{
  background-image: url(../image/img119.png);
}
.new_con1 .rig .fy{
  margin-top: 50px;
}

/* new_con2 */
.new_con2 .wrap{
  position: relative;
}
.new_con2 .a{ 
  font-size: 14px;
  color: #999999;
  width: 140px;
  line-height: 44px;
  text-align: center;
  border-radius: 44px;
  border: 1px solid rgb(198,198,198);
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 10;
}
.new_con2 .a:hover{
  color: #fff;
  background: #6eb92c;
  border: 1px solid #6eb92c;
}

@media(max-width:1459px){
  .sy_lef .rq1 .S_jobhead .aa {
    width: 140px;
    height: 40px;
}
  .ny_lef .div1 .p {
    font-size: 20px;
    line-height: 60px;
    padding-right: 40px;
}
  .new_con1 {
    padding-top: 60px;
    padding-bottom: 70px;
}
.new_con1 .rig .a .rq .div .p1 {
  font-size: 74px;
  line-height: 62px;
}
.new_con1 .rig .a .rq .div {
  padding: 29px 0;
}
.new_con1 .rig .a .rq .div .p2 {
  font-size: 20px;
}
.new_con1 .rig .a .rq .div2 {
  padding-left: 40px;
  padding-top: 0px;
  padding-right: 40px;
}
.new_con1 .rig .a .rq .div2 .p1 {
  font-size: 22px;
  padding-bottom: 10px;
}
.new_con1 .rig .a .rq .div2 .p2 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 25px;
}

}
@media(max-width:1259px){
  .ny_lef .div2 .p1 {
    font-size: 18px;
}
.ny_lef .div2 .p2 {
  font-size: 22px;
}
.ny_lef .div2 {
  padding: 13px;
  margin-top: 15px;
}







}
@media(max-width:991px){
  .new_con1 .ny_lef{
    display: none;
  }
  .new_con1 .rig{
    width: 100%;
  }
  .new_con1 .rig .a {
    margin-bottom: 15px;
}
.new_con1 {
  padding-top: 26px;
  padding-bottom: 70px;
}

}
@media(max-width:768px){
  .new_con1 .rig .a .rq .div{
    display: none;
  }
  .new_con1 .rig .a .rq .div2{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
  }
  .new_con1 .rig .a .rq .div {
    padding: 15px 0;
}
.new_con1 .rig .a .rq .div .p1 {
  font-size: 50px;
  line-height: 45px;
}
.new_con1 .rig .a .rq .div .p2 {
  font-size: 16px;
}

}
@media(max-width:414px){
  .new_con1 .rig .a .rq {
    padding: 10px;
}
.new_con1 .rig .a .rq .div2 .p1 {
  font-size: 16px;
  padding-bottom: 6px;
}
.new_con1 .rig .a .rq .div2 .p2 {
  font-size: 13px;
  margin-top: 3px;
  line-height: 25px;
}
.new_con1 {
  padding-top: 26px;
  padding-bottom: 36px;
}
.new_con1 .rig .fy {
  margin-top: 30px;
}
.new_con2 .a{
  display: none;
}

}

/* 新闻详情 */
.new_da1{
  width: 100%;
  padding-top: 55px;
}
.new_da1 .sy_con6{
  background-image: url(../image/img122.jpg);
  padding-top: 80px;
  padding-bottom: 70px;
}
.new_da1 .sy_con6 .wrap{
  padding-left: 70px;
}
.new_da1 .sy_con6 .lef .p1{
  font-size: 30px;
  color: #333333;
}
.new_da1 .sy_con6 .lef .p1::before{
  width: 50px;
  background: rgb(153,153,153);
  left: -64px;
}
.new_da1 .sy_con6 .lef .p1 .sp1{
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.new_da1 .sy_con6 .lef .p1 .sp2{
  font-size: 24px;
  color: #666666;
}
.new_da1 .sy_con6 .lef .div {
  margin-top: 15px;
}
.new_da1 .sy_con6 .lef .div .p2{
  font-size: 14px;
  color: #333;
}
.new_da1 .sy_con6 .lef .div .p3{
  font-size: 30px;
  color: #6eb92c;
}
.new_da1 .sy_con6 a{
  width: 155px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
}
.new_da1 .sy_con6 .rig .div1 p{
  font-size: 16px;
  color: #333;
}

/* new_da2 */
.new_da2{
  width: 100%;
  margin-top: 50px;
}
.new_da2 .rq{
  width: 100%;
}
.new_da2 .rq .lef{
  width: 73.5%;
  float: left;
}
.new_da2 .rq .lef .rq2{
  padding: 60px 70px;
  padding-bottom: 0;
  background: rgb(250,250,250);
}
.new_da2 .rq .lef .top{
  padding-bottom: 35px;
  border-bottom: 1px solid rgb(214,214,214);
}
.new_da2 .rq .lef .p1{
  font-size: 34px;
  color: #333333;
  text-align: center;
}
.new_da2 .rq .lef .p2{
  text-align: center;
  padding-top: 14px;
}
.new_da2 .rq .lef .p2 span{
  font-size: 16px;
  color: #666666;
  padding-right: 20px;
}
.new_da2 .rq .lef .p2 span:last-child{
  padding-right: 0;
}
.new_da2 .rq .lef .bot{
  padding-top: 50px;
  padding-bottom: 90px;
  border-bottom: 1px solid rgb(214,214,214);
}
.new_da2 .rq .lef .bot p{
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.new_da2 .rq .lef .bot img{
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}
.new_da2 .rq .lef .div{
  padding-top: 20px;
  padding-bottom: 30px;
}
.prev{
  float: left;
}
.prev span{
  padding-left: 30px;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  position: relative;
  transition: all .5s;
}
.prev span::before{
  content: '';
  width: 8px;
  height: 13px;
  background-image: url(../image/img109.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: all .5s;
}
.next{
  float: right;
}
.next span{
  padding-right: 30px;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  position: relative;
  transition: all .5s;
}
.next span::before{
  content: '';
  width: 8px;
  height: 13px;
  background-image: url(../image/img109.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.prev p,
.next p{
  font-size: 16px;
  color: #333333;
  padding-top: 12px;
  transition: all .5s;
}
.next p{
  text-align: right;
}
.prev:hover span,
.prev:hover p,
.next:hover span,
.next:hover p{
  color: #6eb92c;
}
.prev:hover span::before,
.next:hover span::before{
  background-image: url(../image/img110.png);
}
.new_da2 .rq .lef .rq3{
  padding-top: 70px;
}
.new_da2 .rq .lef .rq3 .p3{
  font-size: 30px;
  color: #333333;
}
.new_da2 .rq .lef .rq3 .div1{
  width: 100%;
  padding-top: 40px;
}
.new_da2 .rq .lef .rq3 .div1 a{
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.new_da2 .rq .lef .rq3 a .div2{
  width: 21.3%;
  float: left;
}
.new_da2 .rq .lef .rq3 a .div2 img{
  width: 100%;
  transition: all .5s;
}
.new_da2 .rq .lef .rq3 a:hover .div2 img{
  transform: scale(1.03);
}
.new_da2 .rq .lef .rq3 a .div3{
  width: 78.7%;
  float: right;
  padding-left: 40px;
  padding-top: 15px;
  padding-right: 170px;
  position: relative;
}
.new_da2 .rq .lef .rq3 a .div3 .p4{
  font-size: 20px;
  color: #333333;
  transition: all .5s;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.new_da2 .rq .lef .rq3 a .div3 .p5{
  font-size: 16px;
  color: #666666;
  padding-top: 14px;
  transition: all .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new_da2 .rq .lef .rq3 a:hover .p4,
.new_da2 .rq .lef .rq3 a:hover .p5{
  color: #6eb92c;
}
.new_da2 .rq .lef .rq3 button{
  font-size: 16px;
  color: #666666;
  width: 140px;
  height: 44px;
  border-radius: 44px;
  border: 1px solid rgb(194,196,192);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.new_da2 .rq .lef .rq3 a:hover button{
  background: #6eb92c;
  border: 1px solid #6eb92c;
  color: #fff;
}

.new_da2 .rq .rig{
  width: 24%;
  float: right;
}
.new_da2 .rq .rig .rq1{
  width: 100%;
  background: rgb(250,250,250);
  padding: 30px;
  padding-right: 25px;
  display: block;
  margin-bottom: 18px;
}
.new_da2 .rq .rig .rq1 .p1{
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
}
.new_da2 .rq .rig .rq1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new_da2 .rq .rig .rq1:hover img{
  transform: scale(1.03);
}
.new_da2 .rq .rig .rq1 .p2{
  font-size: 18px;
  color: #333333;
  padding-top: 22px;
  padding-bottom: 8px;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.new_da2 .rq .rig .rq1:hover .p2{
  color: #6eb92c;
}
.new_da2 .rq .rig .rq1 .p3{
  font-size: 16px;
  color: #666666;
}

.rig_rq2{
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 22px 0px rgba(90, 91, 95, 0.2);
  margin-top: 30px;
}
.new_da2 .rq .rig .rq3 .p1,
.rig_rq2 .p1{
  font-size: 20px;
  color: #ffffff;
  /*padding-left: 60px;*/
  line-height: 58px;
  background: #6eb92c;
}
.rig_rq2 .div{
  padding: 0 36px;
  padding-bottom: 70px;
}
.rig_rq2 .div a{
  display: block;
  border-bottom: 1px solid rgb(225,225,225);
  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 18px;
  color: #333333;
  transition: all .5s;
}
.rig_rq2 .div a .p2{
  font-size: 14px;
  color: #666666;
  font-family: "din";
  margin-top: 8px;
  transition: all .5s;
}
.rig_rq2 .div a:hover,
.rig_rq2 .div a:hover .p2{
  color: #6eb92c;
}

.new_da2 .rq .rig .rq3{
  width: 100%;
  margin-top: 30px;
}
.new_da2 .rq .rig .rq3 .div{
  background: rgb(250,250,250);
  padding: 22px 20px 40px 20px;
}
.new_da2 .rq .rig .rq3 .div a{
  font-size: 14px;
  color: #999999;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid rgb(225,225,225);
  border-radius: 3px;
  margin-bottom: 10px;
  margin-right: 8px;
}
.new_da2 .rq .rig .rq3 .div a:hover{
  color: #fff;
  background: #6eb92c;
  border: 1px solid #6eb92c;
}

@media(max-width:1459px){
  .new_da1 .sy_con6 {
    padding-top: 55px;
    padding-bottom: 46px;
}
.new_da1 .sy_con6 .lef .p1 {
  font-size: 22px;
}
.new_da1 .sy_con6 .lef .p1 .sp1 {
  font-size: 26px;
}
.new_da1 .sy_con6 .lef .p1 .sp2 {
  font-size: 18px;
}
.new_da1 .sy_con6 .lef .div .p3 {
  font-size: 22px;
}
.new_da1 .sy_con6 a {
  width: 110px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.new_da1 .sy_con6 .rig {
  padding-top: 15px;
}
.sy_con6 .rig .div1 p {
  font-size: 12px;
}
.new_da1 {
  padding-top: 32px;
}
.new_da2 {
  margin-top: 30px;
}
.new_da2 .rq .lef .rq2 {
  padding: 28px 30px;
}
.new_da2 .rq .lef .p1 {
  font-size: 24px;
}
.new_da2 .rq .lef .top {
  padding-bottom: 14px;
}
.new_da2 .rq .lef .p2 span {
  font-size: 14px;
  padding-right: 20px;
}
.new_da2 .rq .lef .bot {
  padding-top: 22px;
  padding-bottom: 40px;
}
.new_da2 .rq .rig .rq1 {
  padding: 15px;
  padding-right: 25px;
  margin-bottom: 15px;
}
.new_da2 .rq .rig .rq1 .p1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.new_da2 .rq .rig .rq1 .p2 {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.new_da2 .rq .rig .rq1 .p3 {
  font-size: 14px;
}
.new_da2 .rq .rig .rq3 .p1, .rig_rq2 .p1 {
  font-size: 18px;
  /*padding-left: 36px;*/
  line-height: 46px;
}
.rig_rq2 .div {
  padding: 0 16px;
  padding-bottom: 36px;
}
.rig_rq2 .div a {
  padding-top: 14px;
  padding-bottom: 10px;
  font-size: 14px;
}
.new_da2 .rq .rig .rq3 .div {
  padding: 10px 10px 15px 10px;
}
.new_da2 .rq .rig .rq3 .div a {
  font-size: 12px;
  line-height: 26px;
  padding: 0 6px;
  border-radius: 3px;
  margin-bottom: 6px;
  margin-right: 4px;
}
.new_da2 .rq .lef .rq3 {
  padding-top: 46px;
}
.new_da2 .rq .lef .rq3 .p3 {
  font-size: 24px;
}
.new_da2 .rq .lef .rq3 .div1 {
  padding-top: 20px;
}
.new_da2 .rq .lef .rq3 a .div3 {
  padding-left: 20px;
  padding-top: 6px;
  padding-right: 150px;
}
.new_da2 .rq .lef .rq3 a .div3 .p4 {
  font-size: 18px;
}
.new_da2 .rq .lef .rq3 a .div3 .p5 {
  font-size: 14px;
  padding-top: 14px;
}
.new_da2 .rq .lef .rq3 button {
  font-size: 14px;
  width: 100px;
  height: 35px;
  border-radius: 35px;
}

}
@media(max-width:991px){
  .new_da2 .rq .lef{
    width: 100%;
  }
  .new_da2 .rq .rig{
    display: none;
  }

}
@media(max-width:414px){
  .new_da1 .sy_con6 .rig .div1 p {
    font-size: 12px;
}
.new_da1 .sy_con6 .rig .div1 {
  padding: 0 7px;
}
  .new_da1 .sy_con6 .wrap {
    padding-left: 0px;
}
.new_da1 .sy_con6 .lef .p1,
.new_da1 .sy_con6 .lef .p1 .sp1,
.new_da1 .sy_con6 .lef .p1 .sp2{
  font-size: 18px;
}
.new_da1 .sy_con6 {
  padding-top: 24px;
  padding-bottom: 20px;
}
.new_da2 .rq .lef .rq2 {
  padding: 28px 10px;
  padding-bottom: 0;
}
.new_da2 .rq .lef .p2 span {
  font-size: 12px;
  padding-right: 10px;
}
.new_da2 .rq .lef .p1 {
  font-size: 22px;
}
.prev p, .next p {
  font-size: 14px;
  padding-top: 9px;
}
.new_da2 .rq .lef .rq3 {
  padding-top: 30px;
}
.new_da2 .rq .lef .rq3 .p3 {
  font-size: 22px;
}
.new_da2 .rq .lef .rq3 a .div2{
  width: 100%;
}
.new_da2 .rq .lef .rq3 a .div3{
  width: 100%;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.new_da2 .rq .lef .rq3 button{
  position: static;
  transform: translate(0,0);
  margin-top: 15px;
}

}






/* 工程案例 */
.case_con1{
  width: 100%;
  padding-top: 72px;
}
.case_con1 .rq{
  width: 100%;
}
.ny_lef .div3{
  width: 100%;
}
.ny_lef .div3 a{
  font-size: 16px;
  color: #333333;
  line-height: 77px;
  display: block;
  text-align: center;
  background: rgb(250,250,250);
}
.ny_lef .div3 a:hover,
.ny_lef .div3 a.on{
  color: #fff;
  background: #6eb92c;
}
.ny_lef .div4{
  width: 100%;
  margin-top: 20px;
}
.ny_lef .div4 .p1{
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  background: rgb(122,131,158);
}
.ny_lef .div4 .div{
  width: 100%;
  border: 1px solid rgb(235,235,235);
  margin-bottom: 20px;
}
.ny_lef .div4 .div div{
  width: 100%;
  overflow: hidden;
}
.ny_lef .div4 .div div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.ny_lef .div4 .div div:hover img{
  transform: scale(1.05);
}
.ny_lef .div4 .div p{
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 45px;
  transition: all .5s;
}
.ny_lef .div4 .div:hover p{
  color: #6eb92c;
}
.case_con1 .ny_lef .div2{
  margin-top: 0;
}
.case_con1 .rq .rig{
  width: 75%;
  float: right;
  padding-bottom: 100px;
}
.case_con1 .rq .rig .div{
  width: 100%;
}
.case_con1 .rq .rig .div1{
  width: 47.5%;
  margin-right: 5%;
  float: left;
  border: 1px solid rgb(233,233,233);
  margin-bottom: 45px;
}
.case_con1 .rq .rig .div1:nth-child(2n){
  margin-right: 0;
}
.case_con1 .rq .rig .div1 a{
  width: 100%;
}
.case_con1 .rq .rig .div1 .bot4_p1{
  line-height: 60px;
  font-size: 20px;
}
.case_con1 .rq .rig .div1 .bot4_p2{
  line-height: 50px;
  font-size: 14px;
}
.case_con1 .rq .rig .div1 .bot4_rq2{
  background-image: url(../image/img121.jpg);
  background-size: cover;
}
.case_con1 .rq .rig .div1:hover .bot4_rq2{
  background-image: url(../image/img161.jpg);
  background-size: cover;
}
.case_con1 .rq .rig .div1:hover .bot4_p1,
.case_con1 .rq .rig .div1:hover .bot4_p2{
  color: #fff;
}
.case_con1 .rq .rig .div1:hover .bot4_p1{
  background-image: url(../image/img77.png);
}

@media(max-width:1459px){
  .case_con1 .rq .rig .div1 .bot4_p1 {
    line-height: 64px;
    font-size: 18px;
}
.case_con1 .rq .rig .div1 .bot4_p2 {
  line-height: 60px;
  font-size: 14px;
}
.case_con1 .rq .rig .div1 {
  margin-bottom: 32px;
}
.ny_lef .div3 a {
  font-size: 20px;
  line-height: 56px;
}
.ny_lef .div4 .p1 {
  font-size: 20px;
  line-height: 60px;
}
.ny_lef .div4 .div p {
  font-size: 14px;
  line-height: 40px;
}


}
@media(max-width:991px){
  .case_con1 .ny_lef{
    width: 100%;
  }
  .case_con1 .ny_lef .div2,
  .case_con1 .ny_lef .div4{
    display: none;
  }
  .ny_lef .div3 a{
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    line-height: 40px;
  }
  .case_con1 .rq .rig{
    width: 100%;
    margin-top: 20px;
  }
  .case_con1 {
    padding-top: 30px;
}
.case_con1 .rq .rig .div1 {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.case_con1 .rq .rig {
  padding-bottom: 40px;
}
.case_con1 .rq .rig .div1 .bot4_p1 {
  line-height: 44px;
  font-size: 14px;
}
.case_con1 .rq .rig .div1 .bot4_p2 {
  line-height: 36px;
  font-size: 12px;
}

}



/* 工程案例详情 */
.case_da1 .sy_con6 {
  background-image: url(../image/img162.jpg);
}
.case_da1 .sy_con6 .lef .p1,
.case_da1 .sy_con6 .lef .p1 .sp1,
.case_da1 .sy_con6 .lef .p1 .sp2{
  color: #fff;
}
.case_da1 .sy_con6 .rig .div1 p,
.case_da1 .sy_con6 .lef .div .p3,
.case_da1 .sy_con6 .lef .div .p2{
  color: #fff;
}
.case_da1 .sy_con6 .lef .p1::before{
  background: #fff;
}

/* pro_da2 */
.case_da2 .rq .lef .bot{
  padding-top: 0;
  padding-bottom: 100px;
}
.case_da2 .rq .lef .bot img{
  margin-top: 26px;
  margin-bottom: 0;
}
.case_da2 .rq .lef .bot .wz{
  padding-top: 40px;
  padding-bottom: 10px;
}
.case_da2 .rq .lef .bot .wz .p3{
  font-size: 30px;
  color: #333333;
  padding-bottom: 25px;
}
.case_da2 .rq .lef .bot .wz .p4{
  font-size: 18px;
  color: #333333;
  padding-left: 45px;
  position: relative;
  margin-bottom: 3px;
}
.case_da2 .rq .lef .bot .wz .p4::before{
  content: '';
  width: 23px;
  height: 20px;
  background-image: url(../image/img167.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.case_da2 .rq .rig .rq1{
  background: #fff;
  box-shadow: 0px 0px 22px 0px rgba(90, 91, 95, 0.2);
}
.case_da2 .rig_rq2{
  box-shadow:none;
  background: rgb(250,250,250);
}

/* pro_da3 */
.case_da3{
  width: 100%;
  padding-top: 190px;
  padding-bottom: 75px;
}
.case_da3 .wrap{
  position: relative;
}
.case_da3 .a {
  font-size: 14px;
  color: #999999;
  width: 140px;
  line-height: 44px;
  border-radius: 44px;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 0;
  border: 2px solid rgb(198,198,198);
}
.case_da3 .a:hover {
  background: #6eb92c;
  border: 1px solid #6eb92c;
  color: #fff;
}
.case_da3 .rq{
  margin-top: 75px;
}

.case_da3 .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.case_da3 .rq .swiper-slide{
  padding: 1px;
}
.case_da3 .rq .swiper-slide a{
  display: block;
  padding: 14px;
  border: 1px solid rgb(234,234,235);
}
.case_da3 .rq .div1{
  width: 100%;
}
.case_da3 .rq .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.case_da3 .rq .swiper-slide a:hover .div1 img{
  transform: scale(1.03);
}
.case_da3 .rq .div2{
  width: 100%;
  padding-top: 20px;
}
.case_da3 .rq .div2 .p1{
  font-size: 20px;
  color: #333333;
  margin-bottom: 14px;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.case_da3 .rq .swiper-slide a:hover .div2 .p1{
  color: #6eb92c;
}
.case_da3 .rq .div2 .p2{
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.case_da3 .rq .div2 button {
  font-size: 12px;
  color: #666666;
  width: 115px;
  height: 35px;
  border-radius: 35px;
  border: 1px solid rgb(234,234,235);
  margin-top: 25px;
  margin-bottom: 10px;
  transition: all .5s;
}
.case_da3 .rq .swiper-slide a:hover .div2 button{
  color: #fff;
  background: #6eb92c;
  border: 1px solid #6eb92c;
}


@media(max-width:1459px){
  .case_da2 .rq .lef .bot .wz .p3 {
    font-size: 22px;
    padding-bottom: 12px;
}
.case_da2 .rq .lef .bot .wz .p4 {
  font-size: 15px;
  padding-left: 26px;
  margin-bottom: 3px;
}
.case_da2 .rq .lef .bot .wz .p4::before {
  width: 16px;
  height: 14px;
}
.case_da3 {
  padding-top: 100px;
  padding-bottom: 45px;
}
.case_da3 .rq {
  margin-top: 46px;
}
.case_da3 .rq .div2 .p1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.case_da3 .a {
  font-size: 14px;
  width: 110px;
  line-height: 35px;
  border-radius: 44px;
  top: 16px;
}


}
@media(max-width:414px){
  .case_da2 .rq .lef .bot .wz {
    padding-top: 12px;
    padding-bottom: 0px;
}
.case_da2 .rq .lef .bot .wz .p3 {
  font-size: 20px;
  padding-bottom: 6px;
}
.case_da2 .rq .lef .bot .wz .p4 {
  font-size: 14px;
  padding-left: 21px;
  margin-bottom: 0px;
}
.case_da2 .rq .lef .bot {
  padding-bottom: 34px;
}
.case_da3 .a{
  display: none;
}
.case_da3 .rq {
  margin-top: 22px;
}
.case_da3 .rq .swiper-slide a {
  padding: 4px;
}
.case_da3 .rq .div2 {
  padding-top: 8px;
}
.case_da3 .rq .div2 .p1 {
  font-size: 16px;
  margin-bottom: 5px;
}
.case_da3 .rq .div2 .p2 {
  font-size: 12px;
  line-height: 18px;
}
.case_da3 .rq .div2 button {
  font-size: 12px;
  width: 83px;
  height: 30px;
  border-radius: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.case_da3 .swiper-pagination {
  margin-top: 15px;
}
.case_da3 {
  padding-top: 36px;
  padding-bottom: 22px;
}

}




/* 解决方案 */
.solu_con1{
  width: 100%;
  padding-top: 75px;
  padding-bottom: 85px;
}
.solu_con1 .rq{
  width: 100%;
}
.solu_con1 .rq .rig{
  width: 77%;
  float: right;
}
.solu_con1 .rq .rig .div{
  display: block;
  padding: 22px;
  border: 1px solid rgb(222,222,222);
  margin-bottom: 26px;
  transition: all .5s;
}
.solu_con1 .rq .rig .div:hover{
  border: 1px solid #7a839e;
}
.solu_con1 .rq .rig .div .rq1{
  width: 32%;
  float: left;
} 
.solu_con1 .rq .rig .div .rq1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.solu_con1 .rq .rig .div:hover .rq1 img{
  transform: scale(1.05);
}
.solu_con1 .rq .rig .div .rq2{
  padding-left: 38px;
  padding-top: 10px;
  padding-right: 30px;
  width: 68%;
  float: left;
}
.solu_con1 .rq .rig .div .rq2 .p1{
  font-size: 24px;
  color: #333333;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.solu_con1 .rq .rig .div:hover .rq2 .p1{
  color: #6eb92c;
}
.solu_con1 .rq .rig .div .rq2 .p2{
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 26px;
}
.solu_con1 .rq .rig .div .rq2 .div2{
  width: 100%;
}
.solu_con1 .rq .rig .div .rq2 .div2 a{
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  line-height: 38px;
  width: 115px;
  border-radius: 38px;
  text-align: center;
  background: rgb(102,102,102);
  border: 2px solid rgb(102,102,102);
  transition: all .5s;
}
.solu_con1 .rq .rig .div .rq2 .div2 a:nth-child(2){
  background: none;
  color: #7a839e;
  border: 2px solid #7a839e;
}
.solu_con1 .rq .rig .div:hover .rq2 .div2 a{
  background-color: #7a839e;
  color: #fff;
}
.solu_con1 .rq .rig .div .rq2 .div2 a:hover{
  color: #fff;
  border: 2px solid #7a839e;
  background: #7a839e;
}
.solu_con1 .fy{
  margin-top: 40px;
}
.solu_con1 .ny_lef .div2{
  margin-top: 0;
}
.solu_con2{
  padding-top: 70px;
}
.solu_con2 .swiper-container {
  padding-top: 50px;
}

@media(max-width:1459px){
  .solu_con1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.solu_con1 .rq .rig .div .rq2 {
  padding-left: 30px;
  padding-top: 0px;
  padding-right: 10px;
}
.solu_con1 .rq .rig .div .rq2 .p1 {
  font-size: 20px;
}
.solu_con1 .rq .rig .div .rq2 .p2 {
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 17px;
  line-height: 24px;
}
.solu_con1 .rq .rig .div .rq2 .div2 a {
  font-size: 12px;
  line-height: 27px;
  width: 90px;
  border-radius: 38px;
}
.new_con2 .a {
  font-size: 14px;
  width: 110px;
  line-height: 35px;
  border-radius: 44px;
  top: 15px;
}


}
@media(max-width:991px){
  .solu_con1 .ny_lef{
    display: none;
  }
  .solu_con1 .rq .rig{
    width: 100%;
  }
}
@media(max-width:768px){
  .solu_con1 {
    padding-top: 24px;
    padding-bottom: 50px;
}
  .solu_con1 .rq .rig .div .rq1{
    width: 100%;
  }
  .solu_con1 .rq .rig .div .rq2{
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .solu_con1 .rq .rig .div .rq2 .div2 a:nth-child(2){
    opacity: 1;
  }
  .solu_con1 .rq .rig .div:hover .rq1 img {
    transform: scale(1);
}

}
@media(max-width:414px){
  .solu_con1 .rq .rig .div {
    padding: 10px;
    margin-bottom: 10px;
}
.solu_con1 .rq .rig .div .rq2 {
  padding-top: 12px;
}
.solu_con1 .rq .rig .div .rq2 .p1 {
  font-size: 18px;
}
.solu_con1 .rq .rig .div .rq2 .p2 {
  font-size: 14px;
  margin-top: 7px;
  margin-bottom: 10px;
  line-height: 22px;
}
.solu_con2 {
  padding-top: 32px;
}
.solu_con2 .swiper-container {
  padding-top: 20px;
}

}


/* 解决方案详情 */
.solu_dat2{
  padding-bottom: 80px;
}
.solu_dat2 .lef .rq3{
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative;
}
.solu_dat2 .lef .rq3::before{
  content: '';
  width: 95%;
  height: 1px;
  border-bottom: 1px dashed rgb(220, 220, 220);
  position: absolute;
  top: 0;
  left: 0;
}
.solu_dat2 .lef .rq3 .div1_1{
  width: 38%;
  float: left;
}
.solu_dat2 .lef .rq3 .div1_1 img{
  width: 100%;
  vertical-align: middle;
}
.solu_dat2 .lef .rq3 .div1_1 .thumbs{
  padding: 0 35px;
  position: relative;
  margin-top: 15px;
}
.solu_dat2 .lef .rq3 .div1_1 .thumbs .swiper-button-next,
.solu_dat2 .lef .rq3 .div1_1 .thumbs .swiper-button-prev{
  width: 12px;
  height: 20px;
  background-image: url(../image/img135.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 70%;
}
.solu_dat2 .lef .rq3 .div1_1 .thumbs .swiper-button-prev{
  transform: rotate(180deg);
}
.solu_dat2 .lef .rq3 .div1_1 .thumbs .swiper-slide{
  border: 3px solid transparent;
  transition: all .5s;
}
.solu_dat2 .lef .rq3 .div1_1 .thumbs .swiper-slide-thumb-active{
  border: 3px solid #6eb92c;
}
.solu_dat2 .lef .rq3 .div2{
  width: 62%;
  float: left;
  padding-left: 90px;
  padding-top: 40px;
}
.solu_dat2 .lef .rq3 .div2 .p4{
  font-size: 30px;
  color: #7a839e;
  border-bottom: 1px solid rgb(223,223,223);
  transform: skewX(-9deg);
  padding-bottom: 8px;
  margin-bottom: 22px;
}
.solu_dat2 .lef .rq3 .div2 .p5{
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.solu_dat2 .lef .rq3 .div2 .p6{
  font-size: 16px;
  color: #666666;
  padding-top: 35px;
  padding-bottom: 5px;
}
.solu_dat2 .lef .rq3 .div2 .p6 img{
  width: 18px;
  margin-bottom: -2px;
  margin-right: 2px;
}
.solu_dat2 .lef .rq3 .div2 .p7{
  font-size: 36px;
  color: #7a839e;
  font-family: "din";
  position: relative;
}
.solu_dat2 .lef .rq3 .div2 .p7 a{
  font-size: 14px;
  color: #ffffff;
  line-height: 44px;
  width: 140px;
  border-radius: 44px;
  background: #6eb92c;
  text-align: center;
  position: absolute;
  top: -6px;
  margin-left: 30px;
}

.solu_dat2 .lef .rq4{
  width: 100%;
}
.solu_dat2 .lef .rq4 .p{
  font-size: 36px;
  color: #8bc756;
  transform: skewX(-9deg);
  text-align: center;
  position: relative;
}
.solu_dat2 .lef .rq4 .p::before,
.solu_dat2 .lef .rq4 .p::after{
  content: '';
  width: 245px;
  height: 1px;
  background: rgb(222,222,222);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.solu_dat2 .lef .rq4 .p::after{
  left: 0;
}
.solu_dat2 .lef .rq4 .div2{
  width: 100%;
  margin-top: 25px;
  border: 1px solid rgb(222,222,222);
  background: rgb(250,250,250);
}
.solu_dat2 .lef .rq4 .div2 .div3{
  width: 58%;
  float: left;
  padding: 33px 43px;
}
.solu_dat2 .lef .rq4 .div2 .div3 .p4{
  font-size: 24px;
  color: #333333;
  margin-bottom: 15px;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.solu_dat2 .lef .rq4 .div2 .div3 .p5{
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.solu_dat2 .lef .rq4 .div2 .div4{
  width: 42%;
  float: left;
}
.solu_dat2 .lef .rq4 .div2 .div4 img{
  width: 100%;
  vertical-align: middle;
}
.solu_dat2 .lef .rq4 .div5{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.solu_dat2 .lef .rq4 .div5 div{
  width: 33.3333%;
}
.solu_dat2 .lef .rq4 .div5 div img{
  width: 100%;
  vertical-align: middle;
}
.solu_dat2 .lef .rq4 .div5 .ys{
  padding: 0 35px;
  padding-top: 40px;
  background: #6eb92c;
}
.solu_dat2 .lef .rq4 .div5 .ys2{
  background: rgb(250,250,250);
}
.solu_dat2 .lef .rq4 .div5 .ys3{
  background: rgb(122,131,158);
}
.solu_dat2 .lef .rq4 .div5 .ys .p4{
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.solu_dat2 .lef .rq4 .div5 .ys .p5{
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.solu_dat2 .lef .rq4 .div5 .ys2 .p4{
  color: #333333;
}
.solu_dat2 .lef .rq4 .div5 .ys2 .p5{
  color: #666666;
}
.solu_dat2 .lef .rq4 .div6{
  width: 100%;
  margin-top: 30px;
  border: 1px solid rgb(222,222,222);
  background: rgb(250,250,250);
  padding: 30px 35px;
}
.solu_dat2 .lef .rq4 .div6 p{
  font-size: 20px;
  color: #333333;
  line-height: 34px;
}
.solu_dat2 .lef .rq4 .div6 span{
  font-size: 22px;
  color: #6eb92c;
}
.solu_dat2 .lef .rq5{
  padding-top: 68px;
}
.solu_dat2 .lef .rq5 .p{
  font-size: 36px;
  color: #6eb92c;
  text-align: center;
  transform: skewX(-9deg);
    text-align: center;
    position: relative;
}
.solu_dat2 .lef .rq5 .p::before, .solu_dat2 .lef .rq5 .p::after {
  content: '';
  width: 150px;
  height: 1px;
  background: rgb(222,222,222);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.solu_dat2 .lef .rq5 .p::after{
  left: 0;
}
.solu_dat2 .lef .rq5 .div2{
  width: 100%;
  padding-top: 40px;
}
.solu_dat2 .lef .rq5 .div2 table{
  width: 100%;
}
.solu_dat2 .lef .rq5 .div2 table th{
  font-size: 20px;
  color: #333333;
  text-align: center;
  line-height: 70px;
  border: 1px solid rgb(222,222,222);
}
.solu_dat2 .lef .rq5 .div2 table td{
  font-size: 16px;
  color: #666666;
  border: 1px solid rgb(222,222,222);
  vertical-align: middle;
  padding: 10px 20px;
  line-height: 26px;
  width: 65%;
}
.solu_dat2 .lef .rq5 .div2 table td a{
  display:inline-block;
  font-size: 14px;
  color: #6eb92c;
  border-bottom: 1px solid #6eb92c;
  padding-bottom: 3px;
}
.solu_dat2 .lef .rq5 .div2 table tr td:nth-child(1){
  padding-left: 70px;
  width: 35%;
}
.solu_dat2 .lef .rq5 .div2 table tr:nth-child(2n){
  background: rgb(250,250,250);
}

.solu_dat2 .lef .rq5 .div3{
  width: 100%;
  padding-left: 70px;
  padding-top: 55px;
  padding-right: 55px;
  margin-top: 48px;
  background: rgb(250,250,250);
}
.solu_dat2 .lef .rq5 .div3 .p4{
  font-size: 24px;
  color: #7a839e;
  padding-left: 32px;
  position: relative;
  margin-bottom: 20px;
}
.solu_dat2 .lef .rq5 .div3 .p4::before{
  content: '';
  width: 23px;
  height: 20px;
  background-image: url(../image/img179.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}
.solu_dat2 .lef .rq5 .div3 .p5{
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  /* padding-bottom: 40px; */
}
.solu_dat2 .lef .rq5 .div3 img{
  width: 100%;
  padding-bottom: 35px;
  padding-top: 15px;
}
.solu_dat2 .rq .lef .div{
  margin-top: 0px;
  padding-left: 70px;
  padding-right: 55px;
  background: rgb(250,250,250);
}
.solu_dat2 .rq .lef .div div{
  padding-top: 20px;
  border-top: 1px solid rgb(222,222,222);
}


@media(max-width:1459px){
  .solu_dat2 .rq .lef .div{
    padding-left: 30px;
    padding-right: 30px;
  }
  .solu_dat2 .lef .rq3 .div2 {
    padding-left: 34px;
    padding-top: 10px;
}
.solu_dat2 .lef .rq3 .div2 .p4 {
  font-size: 24px;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.solu_dat2 .lef .rq3 .div2 .p5 {
  font-size: 14px;
  line-height: 24px;
}
.solu_dat2 .lef .rq3 .div2 .p6 {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 5px;
}
.solu_dat2 .lef .rq3 .div2 .p7 {
  font-size: 26px;
}
.solu_dat2 .lef .rq3 .div2 .p7 a {
  font-size: 14px;
  line-height: 35px;
  width: 110px;
  top: -6px;
  margin-left: 30px;
}
.solu_dat2 .lef .rq3 {
  padding-bottom: 60px;
}
.solu_dat2 .lef .rq4 .p {
  font-size: 26px;
}
.solu_dat2 .lef .rq4 .p::before, .solu_dat2 .lef .rq4 .p::after {
  width: 170px;
}
.solu_dat2 .lef .rq4 .div2 .div3 {
  padding: 15px 16px;
}
.solu_dat2 .lef .rq4 .div2 .div3 .p4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.solu_dat2 .lef .rq4 .div2 .div3 .p5 {
  font-size: 14px;
  line-height: 22px;
}
.solu_dat2 .lef .rq4 .div5 .ys {
  padding: 0 15px;
  padding-top: 15px;
}
.solu_dat2 .lef .rq4 .div5 .ys .p4 {
  font-size: 18px;
  margin-bottom: 8px;
}
.solu_dat2 .lef .rq4 .div5 .ys .p5 {
  font-size: 14px;
  line-height: 22px;
}
.solu_dat2 .lef .rq4 .div6 p {
  font-size: 16px;
  line-height: 28px;
}
.solu_dat2 .lef .rq4 .div6 span {
  font-size: 18px;
}
.solu_dat2 .lef .rq4 .div6 {
  padding: 16px 18px;
}
.solu_dat2 .lef .rq5 {
  padding-top: 45px;
}
.solu_dat2 .lef .rq5 .p {
  font-size: 26px;
}
.solu_dat2 .lef .rq5 .p::before, .solu_dat2 .lef .rq5 .p::after {
  width: 120px;
}
.solu_dat2 .lef .rq5 .div2 {
  padding-top: 22px;
}
.solu_dat2 .lef .rq5 .div2 table th {
  font-size: 16px;
  line-height: 48px;
}
.solu_dat2 .lef .rq5 .div2 table td {
  font-size: 14px;
  padding: 6px 14px;
  line-height: 24px;
}
.solu_dat2 .lef .rq5 .div2 table tr td:nth-child(1) {
  padding-left: 40px;
}
.solu_dat2 .lef .rq5 .div2 table td a {
  font-size: 12px;
  padding-bottom: 0px;
}
.solu_dat2 .lef .rq5 .div3 {
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 30px;
  margin-top: 30px;
}
.solu_dat2 .lef .rq5 .div3 .p4 {
  font-size: 18px;
  padding-left: 25px;
  margin-bottom: 12px;
}
.solu_dat2 .lef .rq5 .div3 .p4::before {
  width: 18px;
  height: 17px;
}


}
@media(max-width:991px){
  .solu_dat2 .lef .rq3 .div2 {
    padding-left: 24px;
    padding-top: 0px;
}

}
@media(max-width:768px){
  .solu_dat2 .lef .rq3 .div1_1{
    width: 100%;
  }
  .solu_dat2 .lef .rq3 .div2{
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
  .solu_dat2 .lef .rq4 .p::before, .solu_dat2 .lef .rq4 .p::after{
    display: none;
  }
  .solu_dat2 .lef .rq4 .div5 div{
    width: 50%;
  }
  .solu_dat2 .lef .rq5 .p::before, .solu_dat2 .lef .rq5 .p::after{
    display: none;
  }
  .solu_dat2 .lef .rq5 .div2 table{
    width: 660px;
  }
  .solu_dat2 .lef .rq5 .div2{
    overflow-x: auto;
  }

}
@media(max-width:414px){
  .solu_dat2 .rq .lef .div{
    padding-left: 10px;
    padding-right: 10px;
  }
  .case_da1 .sy_con6 .rig .div1 p {
    font-size: 12px;
}
.case_da1 .sy_con6 .rig .div1 {
  padding: 0 7px;
}
  .solu_dat2 .lef .rq3 .div2 .p4 {
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 9px;
}
.solu_dat2 .lef .rq3 .div2 .p7 {
  font-size: 22px;
}
.solu_dat2 .lef .rq3 .div2 .p7 a {
  font-size: 12px;
  line-height: 30px;
  width: 90px;
  top: -6px;
  margin-left: 16px;
}
.solu_dat2 .lef .rq4 .p {
  font-size: 22px;
}
.solu_dat2 .lef .rq3 {
  padding-bottom: 34px;
}
.solu_dat2 .lef .rq4 .div2 .div4,
.solu_dat2 .lef .rq4 .div2 .div3{
  width: 100%;
}
.solu_dat2 .lef .rq4 .div2 {
  margin-top: 10px;
}
.solu_dat2 .lef .rq4 .div5 div{
  width: 100%;
}
.solu_dat2 .lef .rq4 .div5 .ys{
  padding: 20px 10px;
}
.solu_dat2 .lef .rq4 .div5 .ys .p4 {
  font-size: 16px;
  margin-bottom: 8px;
}
.solu_dat2 .lef .rq4 .div5 .ys .p5 {
  font-size: 13px;
  line-height: 22px;
}
.solu_dat2 .lef .rq4 .div6 p {
  font-size: 14px;
  line-height: 24px;
}
.solu_dat2 .lef .rq4 .div6 span {
  font-size: 14px;
}
.solu_dat2 .lef .rq5 {
  padding-top: 25px;
}
.solu_dat2 .lef .rq5 .p {
  font-size: 20px;
}
.solu_dat2 .lef .rq5 .div3 {
  padding-left: 10px;
  padding-top: 15px;
  padding-right: 10px;
  margin-top: 18px;
}
.solu_dat2 {
  padding-bottom: 34px;
}


}






/* 专题页 */

.ny_banner .zty_ban{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ny_banner .zty_ban .div{
  width: 860px;
  height: 300px;
  background: rgba(112,179,53,.9);
  margin: 0 auto;
  padding-top: 50px;
}
.ny_banner .zty_ban .div .p3{
  font-size: 36px;
  color: #ffffff;
  text-align: center;
}
.ny_banner .zty_ban .div .p4{
  text-align: center;
  margin-top: 16px;
  margin-bottom: 40px;
}
.ny_banner .zty_ban .div .p4 span{
  font-size: 42px;
  color: #ffffff;
  font-weight: bold;
  line-height: 70px;
  padding: 0 30px;
  border: 2px solid #fff;
  border-radius: 70px;
  display: inline-block;
}
.ny_banner .zty_ban .div .p5{
  text-align: center;
}
.ny_banner .zty_ban .div .p5 span{
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  padding-left: 30px;
  margin-right: 40px;
  position: relative;
}
.ny_banner .zty_ban .div .p5 span::before{
  content: '';
  width: 23px;
  height: 22px;
  background-image: url(../image/img188.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ny_banner .zty_ban button{
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
  width: 200px;
  border-radius: 50px;
  padding-left: 30px;
  border: 2px solid #fff;
  display: block;
  margin: 0 auto;
  margin-top: 35px;
  position: relative;
}
.ny_banner .zty_ban button::before{
  content: '';
  width: 20px;
  height: 21px;
  background-image: url(../image/img189.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
}

/* zty_con1 */
.zty_con1{
  width: 100%;
  padding-top: 90px;
}
.zty_con1 .sy_bt .bt{
  position: relative;
}
 .sy_bt .bt .sp1{
  font-size: 72px;
  color: #6eb92c;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
}
 .sy_bt .p1{
  text-transform: uppercase;
  font-family: "akz";
}
.zty_con1 .container{
  position: relative;
}
 .bt_a{
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  line-height: 60px;
  border-radius: 60px;
  font-size: 22px;
  color: #ffffff;
  padding-left: 25px;
  background: rgb(122,131,158);
  text-align: center;
  transition: all .5s;
}
.bt_a:hover{
  background: #6eb92c;
}
 .bt_a::before{
  content: '';
  width: 20px;
  height: 21px;
  background-image: url(../image/img189.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
}
.zty_con1 .rq{
  padding-top: 45px;
  padding-bottom: 40px;
  width: 100%;
}
.zty_con1 .rq1{
  width: 100%;
}
.zty_con1 .rq2{
  width: 32%;
  float: left;
  margin-right: 2%;
  box-shadow: 0px 10px 10px 0px rgba(90, 91, 95, 0.2);
}
.zty_con1 .rq2:nth-child(3){
  margin-right: 0;
}
.zty_con1 .rq2 .div{
  width: 100%;
  overflow: hidden;
}
.zty_con1 .rq2 .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.zty_con1 .rq2:hover .div img{
  transform: scale(1.05);
}
.zty_con1 .rq2 p{
  font-size: 26px;
  color: #6eb92c;
  text-align: center;
  line-height: 75px;
}
.zty_con1 .rq3{
  width: 100%;
  padding-top: 185px;
  position: relative;
  overflow: hidden;
}
.zty_con1 .rq3 img{
  width: 100%;
  vertical-align: middle;
}
.zty_con1 .rq3 .jt{
  width: 286x;
  position: absolute;
  left: 21%;
  top: 6%;
  transform: translateX(-50%);
}
.zty_con1 .rq3 .jt2{
  width: 26px;
  position: absolute;
  left: 50%;
  top: 7%;
  transform: translateX(-50%);
}
.zty_con1 .rq3 .jt3{
  width: 27px;
  position: absolute;
  left: 78%;
  top: 6%;
  transform: translateX(-50%);
}


.zty_con1 .rq3 div{
  display: flex;
  align-items:center;
  align-content:center;
}
.zty_con1 .rq3 div p{
  font-size: 24px;
  color: #ffffff;
  text-align: center; 
  width: 100%;
}
@keyframes qp2{
  0%{
    transform: translate(-50%,0px);
  }
  33%{
    transform: translate(-50%,-15px);
  }
  66%{
    transform: translate(-50%,15px);
  }
  100%{
    transform: translate(-50%,0px);
  }
}
.zty_con1 .rq3 .div1{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(124,192,65,0.9);
  position: absolute;
  left: 24%;
  top: 38%;
  transform: translateX(-50%);
  animation: qp2 3s linear infinite;
}
.zty_con1 .rq3 .div2{
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(135,143,168,0.9);
  position: absolute;
  left: 50%;
  top: 27%;
  transform: translateX(-50%);
  animation: qp2 3s linear infinite .4s;
}
.zty_con1 .rq3 .div3{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(124,192,65,0.9);
  position: absolute;
  left: 74%;
  top: 38%;
  transform: translateX(-50%);
  animation: qp2 3s linear infinite .8s;
}
.zty_con1 .rq3 .div{
  position: absolute;
  transform: translateX(-50%);
  border-radius: 50%;
}
@keyframes qp{
  0%{
    top: 100%;
    opacity: 1;
  }
  100%{
    opacity: 0;
    top: 15%;
  }
}
.zty_con1 .rq3 .div4{
  width: 48px;
  height: 48px;
  background: rgba(135,143,168,0.9);
  left: 11%;
  /* top: 76%; */
  animation: qp 5s linear infinite;
}
.zty_con1 .rq3 .div5{
  width: 27px;
  height: 27px;
  background: rgba(124,192,65,0.9);
  left: 33%;
  /* top: 82%; */
  animation: qp 5s linear infinite 2s;
}
.zty_con1 .rq3 .div6{
  width: 32px;
  height: 32px;
  background: rgba(124,192,65,0.9);
  left: 35%;
  /* top: 48%; */
  animation: qp 5s linear infinite 5s;
}
.zty_con1 .rq3 .div7{
  width: 66px;
  height: 66px;
  background: rgba(135,143,168,0.9);
  left: 40%;
  /* top: 63%; */
  animation: qp 5s linear infinite 1s;
}
.zty_con1 .rq3 .div8{
  width: 27px;
  height: 27px;
  background: rgba(135,143,168,0.9);
  left: 59%;
  /* top: 54%; */
  animation: qp 5s linear infinite .8s;
}
.zty_con1 .rq3 .div9{
  width: 42px;
  height: 42px;
  background: rgba(124,192,65,0.9);
  left: 58%;
  /* top: 78%; */
  animation: qp 5s linear infinite 4s;
}
.zty_con1 .rq3 .div10{
  width: 60px;
  height: 60px;
  background: rgba(135,143,168,0.9);
  left: 65%;
  /* top: 65%; */
  animation: qp 5s linear infinite 1s;
}
.zty_con1 .rq3 .div11{
  width: 20px;
  height: 20px;
  background: rgba(124,192,65,0.9);
  left: 65%;
  /* top: 50%; */
  animation: qp 5s linear infinite 3s;
}
.zty_con1 .rq3 .div12{
  width: 42px;
  height: 42px;
  background: rgba(135,143,168,0.9);
  left: 85%;
  /* top: 78%; */
  animation: qp 5s linear infinite 4s;
}


/* zty_con2 */
.zty_con2{
  width: 100%;
  position: relative;
  padding-top: 75px;
  padding-bottom: 95px;
}
.zty_con2::before{
  content: '';
  width: 90%;
  height: 300px;
  background-image: url(../image/img197.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.zty_con2 .rq{
  width: 100%;
}
.zty_con2 .rq .rq1{
  width: 17.6%;
  float: left;
  margin-right: 3%;
  box-shadow: 0px 0px 10px 0px rgba(90, 91, 95, 0.2);

}
.zty_con2 .rq .rq2{
  background: #fff;
  transition: all .5s;
}
.zty_con2 .rq .rq2:hover{
  background: rgb(110,185,44);
}
.zty_con2 .rq .rq1:nth-child(5){
  margin-right: 0;
}
.zty_con2 .rq .rq1 .div{
  width: 100%;
  overflow: hidden;
}
.zty_con2 .rq .rq1 .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.zty_con2 .rq .rq1:hover .div img{
  transform: scale(1.05);
}
.zty_con2 .rq .rq1 .div1{
  width: 100%;
  height: 215px;
  padding: 22px;
  position: relative;
}
.zty_con2 .rq .rq1 .div1 .p1{
  font-size: 24px;
  color: #6eb92c;
  margin-bottom: 15px;

  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.zty_con2 .rq .rq1 .div1 .p2{
  font-size: 16px;
  color: #666666;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all .5s;
}
.zty_con2 .rq .rq1 .div1 .p3{
  font-size: 48px;
  color: #7a839e;
  font-weight: bold;
  font-family: "din";
  margin-top: 15px;
  position: relative;
  transition: all .5s;
  width: 100%;
  position: absolute;
  bottom: 16px;
  left: 0;
  padding-left: 18px;
}
.zty_con2 .rq .rq1 .div1 .p3::before{
  content: '';
  width: 160px;
  height: 1px;
  background: #7a839e;
  position: absolute;
  left: 24%;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.zty_con2 .rq .rq1:hover .div1 p{
  color: #fff;
}
.zty_con2 .rq .rq1:hover .div1 .p3::before{
  background: rgb(139,199,86);
}


/* .zty_con3 */
.zty_con3{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 90px;
  background-image: url(../image/img203.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.zty_con3 .rq{
  width: 100%;
}
.zty_con3 .rq .div{
  float: left;
  width: 40%;
  padding-left: 25px;
  position: relative;
}
.zty_con3 .rq .div .p1{
  font-size: 30px;
  color: #ffffff;
  transform: skewX(-9deg);
}
.zty_con3 .rq .div .p2{
  font-size: 40px;
  color: #ffffff;
  transform: skewX(-9deg);
  font-weight: bold;
}
.zty_con3 .rq .div::before{
  content: '';
  width: 4px;
  height: 85%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
}
.zty_con3 .rq .div1{
  float: left;
  width: 36%;
}
.zty_con3 .rq .div1 span{
  width: 50%;
  display: block;
  font-size: 24px;
  color: #ffffff;
  padding-left: 40px;
  position: relative;
  float: left;
  margin-bottom: 22px;
}
.zty_con3 .rq .div1 span::before{
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(../image/img204.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zty_con3 .rq .div2{
  float: left;
  width: 24%;
}
.zty_con3 .rq .div2 .p3{
  font-size: 33px;
  color: #ffffff;
  text-align: right;
  font-family: "din";
}
.zty_con3 .rq .div2 .p4{
  text-align: right;
  margin-top: 5px;
}
.zty_con3 .rq .div2 .p4 a{
  font-size: 18px;
  color: #ffffff;
  padding: 0 15px;
  padding-left: 40px;
  position: relative;
  background: #6eb92c;
  line-height: 40px;
  display: inline-block;
}
.zty_con3 .rq .div2 .p4 a::before{
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../image/img205.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

/* zty_con4 */
.zty_con4{
  width: 100%;
  padding-top: 82px;
  padding-bottom: 90px;
}
.zty_con4 .container{
  position: relative;
}
.zty_con4 .rq{
  width: 100%;
  padding-top: 45px;
}
.zty_con4 .rq .div{
  width: 49%;
  margin-right: 2%;
  float: left;
  box-shadow: 0px 0px 10px 0px rgba(90, 91, 95, 0.1);
}
.zty_con4 .rq .div:nth-child(2){
  margin-right: 0;
}
.zty_con4 .rq .div .top{
  width: 100%;
  overflow: hidden;
}
.zty_con4 .rq .div .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.zty_con4 .rq .div:hover .top img{
  transform: scale(1.05);
}
.zty_con4 .rq .div .bot{
  width: 100%;
  position: relative;
}
.zty_con4 .rq .div .bot p{
  font-size: 24px;
  color: #333333;
  padding-left: 70px;
  line-height: 80px;
  position: relative;
}
.zty_con4 .rq .div .bot p::before{
  content: '';
  width: 30px;
  height: 30px;
  background-image: url(../image/img207.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.zty_con4 .rq .div:nth-child(2) .bot p::before{
  background-image: url(../image/img208.png);
}
.zty_con4 .rq .div .bot span{
  font-size: 48px;
  color: #6eb92c;
  font-family: "bold";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
.zty_con4 .rq1{
  width: 100%;
  margin-top: 60px;
  position: relative;
}
.zty_con4 .rq1 .bj{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  z-index: -1;
}
.zty_con4 .rq1 .p1{
  font-size: 34px;
  color: #333333;
}
.zty_con4 .rq1 .p1 span{
  color: #6eb92c;
}
.zty_con4 .rq1 .div{
  width: 100%;
  padding-top: 37px;
}
.zty_con4 .rq1 .div .div1{
  float: left;
  width: 8.8%;
}
.zty_con4 .rq1 .div .div1 .p2{
  font-size: 48px;
  color: #6eb92c;
  text-align: center;
  font-family: "bold";
  line-height: 72px;
  background: rgb(228,231,237);
}
.zty_con4 .rq1 .div .div2{
  float: left;
  width: 60.3%;
  position: relative;
}
.zty_con4 .rq1 .div .div2 img{
  width: 100%;
  vertical-align: middle;
}
.zty_con4 .rq1 .div .div2 .swiper-button-next,
.zty_con4 .rq1 .div .div2 .swiper-button-prev{
  width: 112px;
  height: 27px;
  background-image: url(../image/img212.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -126px;
  transition: all .5s;
}
.zty_con4 .rq1 .div .div2 .swiper-button-prev{
  top: 55%;
  transform: rotate(180deg);
}
.zty_con4 .rq1 .div .div2 .swiper-button-next{
top: 65%;
}
.zty_con4 .rq1 .div .div2 .swiper-button-next:hover,
.zty_con4 .rq1 .div .div2 .swiper-button-prev:hover{
  background-image: url(../image/img213.png);
}

.zty_con4 .rq1 .div .div3{
  width: 30.9%;
  float: left;
  padding-left: 80px;
  padding-right: 70px;
  padding-top: 88px;
}
.zty_con4 .rq1 .div .div3 .swiper-slide{
  height: 94px;
  padding-top: 25px;
  padding-left: 55px;
  border-bottom: 1px solid rgb(241,242,245);
  transition: all .5s;
  cursor: pointer;
}
.zty_con4 .rq1 .div .div3 .swiper-slide-thumb-active{
  background: #6eb92c;
  border-bottom: 1px solid #6eb92c;
}
.zty_con4 .rq1 .div .div3 .swiper-slide .p2{
  font-size: 24px;
  color: #333333;
  position: relative;
  transition: all .5s;
}
.zty_con4 .rq1 .div .div3 .swiper-slide .p2::before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(122,131,158);
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.zty_con4 .rq1 .div .div3 .swiper-slide-thumb-active .p2::before{
  background: rgb(255,255,255);
}
.zty_con4 .rq1 .div .div3 .swiper-slide .p3{
  font-size: 14px;
  color: #666666;
  opacity: 0.6;
  font-family: "akz";
  text-transform: uppercase;
}
.zty_con4 .rq1 .div .div3 .swiper-slide-thumb-active .p2,
.zty_con4 .rq1 .div .div3 .swiper-slide-thumb-active .p3{
  color: #fff;
}

.zty_con4 .rq1 .div4{
  width: 100%;
  line-height: 70px;
}
.zty_con4 .rq1 .div4 .a1{
  font-size: 22px;
  color: #ffffff;
  width: 9%;
  display: inline-block;
  background: rgb(122,131,158);
  text-align: center;
  font-family: "akz";
}
.zty_con4 .rq1 .div4 span{
  font-size: 22px;
  color: #333333;
  display: inline-block;
  padding-left: 32px;
}



/* zty_con5 */
.zty_con5{
  width: 100%;
  background-image: url(../image/img214.jpg);
  background-size: contain;
  padding-top: 76px;
  padding-bottom: 55px;
}
.zty_con5 .p1{
  font-size: 36px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.zty_con5 .p1 span{
  font-size: 90px;
  color: #ffffff;
  font-family: "bold";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  opacity: 0.1;
}
.zty_con5 .rq{
  width: 100%;
  padding-top: 65px;
}
.zty_con5 .rq .div1{
  width: 32%;
  height: 200px;
  margin-right: 2%;
  float: left;
  background: #fff;
  padding-top: 70px;
  padding-left: 162px;
  padding-right: 40px;
  position: relative;
}
.zty_con5 .rq .div1:nth-child(3){
  margin-right: 0;
}
.zty_con5 .rq .div1 .p2{
  font-size: 22px;
  color: #333333;
  margin-bottom: 6px;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.zty_con5 .rq .div1 .p3{
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  font-family: "akz";
  line-height: 18px;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.zty_con5 .rq .div1::before{
  content: '';
  width: 110px;
  height: 110px;
  background-image: url(../image/img215.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.zty_con5 .rq .div1:nth-child(2)::before{
  background-image: url(../image/img216.png);
}
.zty_con5 .rq .div1:nth-child(3)::before{
  background-image: url(../image/img217.png);
}
.zty_con5 .rq .div1:hover::before{
  transform: translateY(-50%) rotateY(180deg);
}
.zty_con5 .rq2{
  width: auto;
  display: table;
  margin: 0 auto;
  margin-top: 34px;
}
.zty_con5 .rq2 a{
  display: inline-block;
  line-height: 45px;
}
.zty_con5 .rq2 a .sp1{
  float: left;
  font-size: 20px;
  color: #ffffff;
  padding-left: 52px;
  padding-right: 12px;
  position: relative;
  border-radius: 3px;
  border: 1px solid #fff;
}
.zty_con5 .rq2 a .sp1::before{
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../image/img205.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}
.zty_con5 .rq2 a .sp2{
  float: left;
  font-size: 30px;
  color: #ffffff;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #fff;
  border-left: none;
  font-family: "bold";
}


/* zty_con6 */
.zty_con6{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 70px;
}
.zty_con6 .top{
  width: 100%;
}
.zty_con6 .top .lef{
  width: 57.5%;
  float: left;
  padding-top: 60px;
}
.sy_bt .p2{
  font-size: 32px;
  color: #333333;
  transform: skewX(-9deg);
}
.sy_bt .p2 span{
  color: #6eb92c;
}
.zty_con6 .top .rig{
  width: 42.5%;
  float: left;
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: url(../image/img218.jpg);
  background-size: cover;
}
.zty_con6 .top .p1{
  font-size: 34px;
  color: #ffffff;
  text-align: center;
}
.zty_con6 .top a{
  display: block;
  font-size: 18px;
  color: #6eb92c;
  width: 197px;
  line-height: 48px;
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  animation: ann 2s linear infinite;
}
@keyframes ann{
  0%{
    transform: translateY(0);
  }
  33%{
    transform: translateY(6px);
  }
  66%{
    transform: translateY(-6px);
  }
  100%{
    transform: translateY(0);
  }
}
.zty_con6 .bot{
  width: 100%;
  padding-top: 75px;
}

.zty_con6 .gallery-top .swiper-slide{
  position: relative;
}
.zty_con6 .gallery-top .swiper-slide .bj{
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.zty_con6 .gallery-top .swiper-slide .div{
  width: 50%;
  float: left;
  position: relative;
}
.zty_con6 .gallery-top .swiper-slide .div img{
  width: 100%;
  vertical-align: middle;
}
.zty_con6 .gallery-top .swiper-slide .div .div1{
  width: 100%;
  height: 180px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 34px;
  padding-right: 25px;
  padding-top: 24px;
}
.zty_con6 .gallery-top .swiper-slide .div .div1 .p2{
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
.zty_con6 .gallery-top .swiper-slide .div .div1 .p2 span{
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
}
.zty_con6 .gallery-top .div .div2{
  width: 100%;
  padding-right: 40px;
}
.zty_con6 .gallery-top .div .div2 span{
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  padding-left: 25px;
  margin-top: 15px;
  position: relative;
  margin-right: 45px;
  opacity: 0.7;
}
.zty_con6 .gallery-top .div .div2 span::before{
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(../image/img222.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.zty_con6 .gallery-top .div .div2 a{
  width: 40px;
  height: 40px;
  background-image: url(../image/img223.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 30;
}
.zty_con6 .gallery-top .div .div3 a{
  background-image: url(../image/img225.png);
}
.zty_con6 .gallery-top .div .div3 span::before{
  background-image: url(../image/img224.png);
}

.zty_con6 .gallery-thumbs{
  margin-bottom: 40px;
}
.zty_con6 .gallery-thumbs .swiper-slide{
  position: relative;
  font-size: 22px;
  color: #333333;
  line-height: 80px;
  text-align: center;
  transition: all .5s;
  cursor: pointer;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.zty_con6 .gallery-thumbs .swiper-slide img{
  width: 20px;
  margin-bottom: 2px;
  margin-left: 5px;
  opacity: 0;
  transition: all .5s;
}
.zty_con6 .gallery-thumbs .swiper-slide::before{
  content: '';
  width: 2px;
  height: 31px;
  background: rgb(189,190,193);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.zty_con6 .gallery-thumbs .swiper-slide:last-child::before{
  content: none;
}
.zty_con6 .gallery-thumbs .swiper-slide-thumb-active{
  background: rgb(122,131,158);
  color: #fff;
}
.zty_con6 .gallery-thumbs .swiper-slide-thumb-active::before{
  content: none;
}
.zty_con6 .gallery-thumbs .swiper-slide-thumb-active img{
  opacity: 1;
}

/* zty_con7 */
.zty_con7{
  width: 100%;
  padding-bottom: 125px;
  background-image: url(../image/img231.jpg);
  background-size: contain;
  background-position-y: bottom;
  background-repeat: no-repeat;
}
.zty_con7 .zty_bt{
  width: 100%;
  text-align: center;
}
.zty_con7 .zty_bt .p1{
  font-size: 36px;
  color: #333333;
  position: relative;
}
.zty_con7 .zty_bt .p1 span{
  color: #6eb92c;
  font-weight: bold;
}
.zty_con7 .zty_bt .p1 i{
  display: inline-block;
  width: 40px;
  height: 3px;
  background: rgb(122,131,158);
  margin: 0 20px;
  margin-bottom: 12px;
}
.zty_con7 .zty_bt .p1 .sp2{
  font-size: 70px;
  color: #333333;
  opacity: 0.1;
  text-transform: uppercase;
  font-family: "bold";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.zty_con7 .zty_bt .p2{
  font-size: 20px;
  color: #666666;
  margin-top: 20px;
}
.zty_con7 .rq{
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.zty_con7 .rq .swiper-slide img{
  width: 100%;
  vertical-align: middle;
  filter: opacity(50%);
  transition: all .5s;
}
.zty_con7 .rq .swiper-slide-active img{
  filter: opacity(100%);
}
.zty_con7 .rq .swiper-slide{
  width: 900px;
  position: relative;
}
.zty_con7 .rq .swiper-slide-active{
  border: 10px solid rgb(110,185,44);
}
.zty_con7 .rq .swiper-slide p{
  font-size: 20px;
  color: #ffffff;
  line-height: 66px;
  width: 100%;
  background: rgba(0,0,0,0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 25px;
  opacity: 0;
  transition: all .5s;
}
.zty_con7 .rq .swiper-slide-active p{
  opacity: 1;
}
.zty_con7 .rq .swiper-slide p a{
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  right: 22px;
}
.zty_con7 .rq .swiper-slide p a img{
  width: 21px;
  margin-left: 3px;
}
.zty_con7 .rq .swiper-slide p a::before{
  content: '';
  width: 50px;
  height: 1px;
  background: rgb(135,136,138);
  position: absolute;
  top: 52%;
  left: -65px;
  transform: translateY(-50%);
}
.zty_con7 .rq .swiper-button-next,
.zty_con7 .rq .swiper-button-prev{
  width: 50px;
  height: 50px;
  background-image: url(../image/img230.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -70px;
  transition: all .5s;
}
.zty_con7 .rq .swiper-button-prev{
  left: -70px;
  transform: rotate(180deg);
}
.zty_con7 .rq .swiper-button-next:hover,
.zty_con7 .rq .swiper-button-prev:hover{
  background-image: url(../image/img229.png);
}

/* zty_con8 */
.zty_con8{
  width: 100%;
  padding-top: 85px;
  position: relative;
}
.zty_con8::before{
  content: '';
  width: 100%;
  height: 475px;
  background: rgb(248,249,252);
  position: absolute;
  top: 0;
  left: 0;
}
.zty_con8 .container{
  position: relative;
}
.zty_con8 .rq{
  margin-top: 35px;
}
.zty_con8 .rq .lef{
  width: 50%;
  float: left;
  margin-top: 37px;
}
.zty_con8 .rq .lef .div{
  width: 100%;
}
.zty_con8 .rq .lef .div .div1{
  float: left;
  font-size: 60px;
  color: #6eb92c;
  font-family: "bold";
  line-height: 60px;
}
.zty_con8 .rq .lef .div .div2{
  float: left;
  padding-left: 27px;
}
.zty_con8 .rq .lef .div .div2 .p1{
  font-size: 30px;
  color: #333333;
}
.zty_con8 .rq .lef .div .div2 .p2{
  text-transform: uppercase;
  font-size: 14px;
  color: #999999;
  font-family: "akz";
}
.zty_con8 .rq .lef .p3{
  font-size: 22px;
  color: #ffffff;
  display: inline-block;
  line-height: 50px;
  padding:0 22px;
  background: rgb(122,131,158);
  border-radius: 5px;
  margin-top: 16px;
  margin-bottom: 25px;
  letter-spacing: 6px;
}
.zty_con8 .rq .lef .p4{
  font-size: 18px;
  color: #666666;
  padding-left: 15px;
  position: relative;
}
.zty_con8 .rq .lef .p4::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6eb92c;
  position: absolute;
  left: 0;
  top: 10px;
}
.zty_con8 .rq .lef .div3{
  padding-top: 70px;
  padding-left: 64px;
  margin-top: 64px;
  position: relative;
}
.zty_con8 .rq .lef .div3 img{
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.zty_con8 .rq .lef .div3 .p5{
  font-size: 14px;
  color: #7a839e;
}
.zty_con8 .rq .lef .div3 .p6{
  font-size: 30px;
  color: #7a839e;
  font-family: "bold";
}

.zty_con8 .rq .rig{
  width: 50%;
  float: left;
  position: relative;
}
.zty_con8 .rq .rig .ig1{
  width: 100%;
  vertical-align: middle;
}
.zty_con8 .rq .rig .ig2{
  width: 476px;
  position: absolute;
  top: 34%;
  right: 60%;
}

.zty_con8 .rq2{
  margin-top: 95px;
}
.zty_con8 .rq2 .rig{
  height: 440px;
  border: 2px solid rgb(218,220,225);
  overflow: hidden;
}
.zty_con8 .rq2 .rig img{
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.zty_con8 .rq2 .rig:hover img{
  transform: translate(-50%,-50%) scale(1.05);
}
.zty_con8 .rq2 .lef{
  padding-top: 70px;
  padding-left: 100px;
}
.zty_con8 .rq2 .lef a{
  font-size: 20px;
  color: #6eb92c;
  display: inline-block;
  width: 170px;
  line-height: 43px;
  border: 1px solid #6eb92c;
  border-radius: 5px;
  text-align: center;
  margin-top: 60px;
}
.zty_con8 .rq2 .lef a img{
  width: 24px;
  margin-right: 7px;
  margin-bottom: -5px;
}
.zty_con8 .rq3{
  width: 100%;
  margin-top: 58px;
}
.zty_con8 .rq3 .div{
  width: 49%;
  float: left;
  margin-right: 2%;
  box-shadow: 0px 0px 10px 0px rgba(90, 91, 95, 0.2);
}
.zty_con8 .rq3 .div:nth-child(2){
  margin-right: 0;
}
.zty_con8 .rq3 .div .top{
  width: 100%;
  overflow: hidden;
}
.zty_con8 .rq3 .div .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.zty_con8 .rq3 .div:hover .top img{
  transform: scale(1.05);
}
.zty_con8 .rq3 .div p{
  font-size: 24px;
  color: #333333;
  line-height: 80px;
  padding-left: 25px;
}
.zty_con8 .rq3 .div p span{
  font-size: 48px;
  color: #6eb92c;
  font-family: "bold";
  float: right;
  margin-right: 15px;
}


/* zty_con9 */
.zty_con9{
  width: 100%;
  padding-top: 68px;
  padding-bottom: 90px;
}
.zty_con9 .container{
  position: relative;
}
.zty_con9 .bt_a{
  font-size: 20px;
  padding-left: 38px;
  border-radius: 5px;
}
.zty_con9 .bt_a::before{
  width: 24px;
  height: 24px;
  background-image: url(../image/img205.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 12%;
}
.zty_con9 .rq{
  padding-top: 40px;
  width: 100%;
}
.zty_con9 .rq .div{
  height: 210px;
  width: 12.0625%;
  margin-right: 0.5%;
  float: left;
}
.zty_con9 .rq .div1{
  height: 100%;

  padding: 0 5px;
  padding-top: 20px;
  background: rgb(243,246,250);
  transition: all .5s;
  position: relative;
}
.zty_con9 .rq .div1:hover{
  background: #6eb92c;
}
.zty_con9 .rq .div:last-child{
  margin-right: 0;
}
.zty_con9 .rq .div .p {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
.zty_con9 .rq .div .p img{
  width: 100%;
}
.zty_con9 .rq .div em {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.zty_con9 .rq .div i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
  transform: translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.zty_con9 .rq .div:hover em {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0,65px,0) rotate3d(1,0,0,-90deg);
  transform: translate3d(0,65px,0) rotate3d(1,0,0,-90deg);
}
.zty_con9 .rq .div:hover i {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate3d(1,0,0,0deg);
  transform: rotate3d(1,0,0,0deg);
}
.zty_con9 .rq .div .p1{
  font-size: 18px;
  color: #343434;
  text-align: center;
  margin-top: 10px;
  transition: all .5s;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.zty_con9 .rq .div .p2{
  font-size: 12px;
  color: #999999;
  opacity: 0.5;
  text-align: center;
  text-transform: uppercase;
  font-family: "akz";
  transition: all .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.zty_con9 .rq .div .p3{
  font-size: 30px;
  color: #6eb92c;
  opacity: 0.5;
  text-align: center;
  font-family: "bold";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  transition: all .5s;
}
.zty_con9 .rq .div:hover p{
  color: #fff;
}


/* zty_con10 */
.zty_con10{
  padding-top: 90px;
  padding-bottom: 85px;
  background-image: url(../image/img255.jpg);
}
.zty_con10 .p4{
  font-size: 36px;
  color: #ffffff;
  transform: skewX(-9deg);
  margin-bottom: 20px;
}
.zty_con10 .p4 span{
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
}
.zty_con10 .lef .div .p2 img {
  margin-bottom: -3px;
  margin-right: 2px;
}


/* zty_con11 */
.zty_con11{
  padding-top: 82px;
  padding-bottom: 75px;
  width: 100%;
}
.zty_con11 .p1{
  font-size: 40px;
  color: #6eb92c;
  text-align: center;
}
.zty_con11 .p1 span{
  color: #333333;
}
.zty_con11 .p2{
  font-size: 18px;
  color: #666666;
  text-align: center;
}
.zty_con11 .p2 span{
  font-size: 24px;
  color: #6eb92c;
}
.zty_con11 .rq{
  width: 100%;
  padding-top: 45px;
}
.zty_con11 .rq1{
  width: 100%;
}
.zty_con11 .rq1 div{
  width: 49%;
  float: left;
  display: flex;
  padding: 0 25px;
  background: rgb(249,249,249);
  line-height: 58px;
  border: 1px solid rgb(230,230,230);
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
}
.zty_con11 .rq1 div:nth-child(2){
  float: right;
}
.zty_con11 .rq1 div label{
  width: 8%;
}
.zty_con11 .rq1 div:nth-child(3){
  width: 100%;height: 190px;
}
.zty_con11 .rq1 div:nth-child(3) label{
  width: 9%;
}
.zty_con11 .rq1 div textarea,
.zty_con11 .rq1 div input{
  width: 85%;
  font-size: 16px;
  color: #666666;
}
.zty_con11 .rq1 div textarea{
  padding-top: 15px;
}
.zty_con11 .rq .p3{
  font-size: 16px;
  color: #999999;
}
.zty_con11 .rq button{
  width: 240px;
  height: 53px;
  font-size: 18px;
  color: #ffffff;
  background: #6eb92c;
  display: block;
  margin: 0 auto;
  margin-top: 35px;
}

/* zty_con12 */
.zty_con12{
  padding-top: 80px;
  padding-bottom: 88px;
  background: rgb(249,249,249);
}
.zty_con12 .rq .swiper-slide{
  background: #fff;
}
.zty_con12 .rq .swiper-button-prev, .zty_con12 .rq .swiper-button-next{
  top: 63%;
}


/* 迪美瑞-落地页 */
@media(max-width:1680px){
  .ny_banner .zty_ban .div {
    width: 750px;
    height: 260px;
    padding-top: 42px;
}
.ny_banner .zty_ban .div .p3 {
  font-size: 30px;
}
.ny_banner .zty_ban .div .p4 span {
  font-size: 36px;
  line-height: 60px;
  padding: 0 25px;
  border-radius: 60px;
}
.ny_banner .zty_ban .div .p5 span {
  font-size: 16px;
  padding-left: 30px;
  margin-right: 35px;
}
.ny_banner .zty_ban button {
  font-size: 15px;
  line-height: 40px;
  width: 175px;
  border-radius: 40px;
  padding-left: 30px;
  border: 2px solid #fff;
  margin-top: 30px;
}
.sy_bt .bt .sp1 {
  font-size: 63px;
}
.bt_a {
  width: 220px;
  line-height: 55px;
  border-radius: 55px;
  font-size: 18px;
  padding-left: 25px;
}
.zty_con1 .rq2 p {
  font-size: 23px;
  line-height: 65px;
}
.zty_con1 .rq3 div p {
  font-size: 20px;
}
.zty_con2 .rq .rq1 .div1 .p1 {
  font-size: 20px;
  margin-bottom: 15px;
}
.zty_con2 .rq .rq1 .div1 .p2 {
  font-size: 14px;
}
.zty_con2 .rq .rq1 .div1 .p3 {
  font-size: 42px;
  margin-top: 15px;
  bottom: 16px;
  padding-left: 18px;
}
.zty_con2 .rq .rq1 .div1 .p3::before {
  width: 130px;
  left: 35%;
}
.zty_con4 .rq1 .p1 {
  font-size: 29px;
}
.zty_con4 .rq1 .div {
  padding-top: 27px;
}
.zty_con4 .rq1 .div .div1 .p2 {
  font-size: 42px;
  line-height: 64px;
}
.zty_con4 .rq1 .div .div3 .swiper-slide .p2 {
  font-size: 20px;
}
.zty_con4 .rq1 .div .div3 .swiper-slide .p3 {
  font-size: 12px;
}
.zty_con4 .rq1 .div .div2 .swiper-button-next, .zty_con4 .rq1 .div .div2 .swiper-button-prev {
  width: 97px;
  height: 21px;
  left: -108px;
}
.zty_con4 .rq1 .div4 .a1 {
  font-size: 18px;
  width: 9%;
}
.zty_con4 .rq1 .div4 {
  line-height: 62px;
}
.zty_con4 .rq1 .div4 span {
  font-size: 18px;
  padding-left: 32px;
}
.zty_con4 .rq1 .div .div3 .swiper-slide {
  height: 82px;
  padding-top: 20px;
  padding-left: 46px;
}
.zty_con6 .gallery-thumbs .swiper-slide {
  font-size: 18px;
  line-height: 67px;
}
.zty_con6 .gallery-top .swiper-slide .div .div1 .p2 {
  font-size: 20px;
  padding-bottom: 10px;
}
.zty_con6 .gallery-top .swiper-slide .div .div1 .p2 span {
  font-size: 24px;
}
.zty_con6 .gallery-top .swiper-slide .div .div1 {
  height: 160px;
  padding-left: 34px;
  padding-right: 24px;
  padding-top: 20px;
}
.zty_con6 .gallery-top .div .div2 span {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 15px;
  margin-right: 30px;
}
.zty_con10 .p4 {
  font-size: 31px;
  margin-bottom: 20px;
}
.zty_con10 .p4 span {
  font-size: 35px;
}
.zty_con8 .rq .rig .ig2 {
  width: 416px;
}
.zty_con8::before {
  height: 467px;
}

}
@media(max-width:1459px){
  .ny_banner .zty_ban .div {
    width: 655px;
    height: 230px;
    padding-top: 35px;
}
.ny_banner .zty_ban .div .p3 {
  font-size: 26px;
}
.ny_banner .zty_ban .div .p4 span {
  font-size: 30px;
  line-height: 50px;
  padding: 0 25px;
  border-radius: 50px;
}
.ny_banner .zty_ban .div .p5 span {
  font-size: 14px;
  padding-left: 30px;
  margin-right: 32px;
}
.ny_banner .zty_ban .div .p4 {
  margin-top: 16px;
  margin-bottom: 34px;
}
.zty_con1 {
  padding-top: 60px;
}
.sy_bt .bt .sp1 {
  font-size: 52px;
}
.bt_a {
  width: 195px;
  line-height: 45px;
  border-radius: 45px;
  font-size: 16px;
  padding-left: 20px;
}
.zty_con1 .rq2 p {
  font-size: 20px;
  line-height: 58px;
}
.zty_con1 .rq {
  padding-top: 34px;
  padding-bottom: 33px;
}
.zty_con1 .rq3 .jt {
  width: 21px;
}
.zty_con1 .rq3 .jt2 {
  width: 22px;
}
.zty_con1 .rq3 .jt3 {
  width: 22px;
}
.zty_con1 .rq3 .div3,
.zty_con1 .rq3 .div1 {
  width: 114px;
  height: 114px;
}
.zty_con1 .rq3 .div2 {
  width: 130px;
  height: 130px;
}
.zty_con1 .rq3 div p {
  font-size: 18px;
}
.zty_con1 .rq3 .div4 {
  width: 36px;
  height: 36px;
}
.zty_con1 .rq3 .div5 {
  width: 20px;
  height: 20px;
}
.zty_con1 .rq3 .div6 {
  width: 24px;
  height: 24px;
}
.zty_con1 .rq3 .div7 {
  width: 50px;
  height: 50px;
}
.zty_con1 .rq3 .div8 {
  width: 20px;
  height: 20px;
}
.zty_con1 .rq3 .div9 {
  width: 30px;
  height: 30px;
}
.zty_con1 .rq3 .div10 {
  width: 45px;
  height: 45px;
}
.zty_con1 .rq3 .div11 {
  width: 15px;
  height: 15px;
}
.zty_con1 .rq3 .div12 {
  width: 30px;
  height: 30px;
}
.zty_con2::before {
  height: 230px;
}
.zty_con2 .rq .rq1 .div1 {
  height: 164px;
  padding: 18px;
}
.zty_con2 .rq .rq1 .div1 .p1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.zty_con2 .rq .rq1 .div1 .p2 {
  font-size: 12px;
}
.zty_con2 .rq .rq1 .div1 .p3 {
  font-size: 36px;
  margin-top: 0px;
  bottom: 10px;
  padding-left: 16px;
}
.zty_con2 .rq .rq1 .div1 .p3::before {
  width: 105px;
  left: 35%;
}
.zty_con2 {
  padding-top: 55px;
  padding-bottom: 75px;
}
.zty_con3 {
  padding-top: 80px;
  padding-bottom: 70px;
}
.zty_con3 .rq .div .p1 {
  font-size: 22px;
}
.zty_con3 .rq .div .p2 {
  font-size: 30px;
}
.zty_con3 .rq .div1 span {
  font-size: 18px;
  padding-left: 40px;
  margin-bottom: 22px;
}
.zty_con3 .rq .div2 .p3 {
  font-size: 24px;
}
.zty_con3 .rq .div2 .p4 a {
  font-size: 14px;
  padding: 0 15px;
  padding-left: 38px;
  line-height: 38px;
}
.zty_con3 .rq .div2 .p4 a::before {
  width: 18px;
  height: 18px;
  left: 8%;
  top: 50%;
}
.zty_con4 {
  padding-top: 67px;
  padding-bottom: 70px;
}
.sy_bt .bt .sp1 {
  font-size: 45px;
}
.zty_con4 .rq {
  padding-top: 35px;
}
.zty_con4 .rq .div .bot p {
  font-size: 18px;
  padding-left: 54px;
  line-height: 64px;
}
.zty_con4 .rq .div .bot span {
  font-size: 36px;
}
.zty_con4 .rq .div .bot p::before {
  width: 22px;
  height: 22px;
}
.zty_con4 .rq1 {
  margin-top: 48px;
}
.zty_con4 .rq1 .p1 {
  font-size: 24px;
}
.zty_con4 .rq1 .div {
  padding-top: 20px;
}
.zty_con4 .rq1 .div .div1 .p2 {
  font-size: 36px;
  line-height: 56px;
}
.zty_con4 .rq1 .div .div2 .swiper-button-next, .zty_con4 .rq1 .div .div2 .swiper-button-prev {
  width: 85px;
  height: 21px;
  left: -91px;
}
.zty_con4 .rq1 .div4 .a1 {
  font-size: 16px;
  width: 9%;
}
.zty_con4 .rq1 .div4 span {
  font-size: 16px;
  padding-left: 28px;
}
.zty_con4 .rq1 .div4 {
  line-height: 56px;
}
.zty_con4 .rq1 .div .div3 {
  width: 30.9%;
  padding-left: 60px;
  padding-right: 55px;
  padding-top: 65px;
}
.zty_con4 .rq1 .div .div3 .swiper-slide .p2 {
  font-size: 18px;
}
.zty_con4 .rq1 .div .div3 .swiper-slide .p2::before {
  width: 6px;
  height: 6px;
}
.zty_con4 .rq1 .div .div3 .swiper-slide {
  height: 70px;
  padding-top: 20px;
  padding-left: 40px;
}
.zty_con5 {
  padding-top: 55px;
  padding-bottom: 40px;
}
.zty_con5 .p1 {
  font-size: 27px;
}
.zty_con5 .p1 span {
  font-size: 68px;
}
.zty_con5 .rq {
  padding-top: 44px;
}
.zty_con5 .rq .div1 {
  height: 152px;
  padding-top: 50px;
  padding-left: 133px;
  padding-right: 20px;
}
.zty_con5 .rq .div1::before {
  width: 82px;
  height: 82px;
}
.zty_con5 .rq .div1 .p2 {
  font-size: 16px;
  margin-bottom: 6px;
}
.zty_con5 .rq .div1 .p3 {
  font-size: 12px;
  line-height: 15px;
}
.zty_con5 .rq2 a .sp1 {
  font-size: 15px;
  padding-left: 40px;
  padding-right: 12px;
}
.zty_con5 .rq2 a .sp2 {
  font-size: 22px;
}
.zty_con5 .rq2 a {
  line-height: 37px;
}
.zty_con5 .rq2 {
  margin-top: 26px;
}
.zty_con6 {
  padding-top: 80px;
  padding-bottom: 60px;
}
.zty_con6 .top .rig {
  padding-top: 40px;
  padding-bottom: 32px;
}
.zty_con6 .top .p1 {
  font-size: 25px;
}
.zty_con6 .top a {
  font-size: 13px;
  width: 150px;
  line-height: 35px;
  margin-top: 12px;
}
.zty_con6 .top a img{
  margin-bottom: -2px;
}
.zty_con6 .bot {
  padding-top: 54px;
}
.zty_con6 .gallery-thumbs .swiper-slide {
  font-size: 16px;
  line-height: 60px;
}
.zty_con6 .gallery-thumbs .swiper-slide::before {
  width: 2px;
  height: 22px;
}
.zty_con6 .gallery-thumbs .swiper-slide img {
  width: 14px;
  margin-bottom: 0px;
  margin-left: 5px;
}
.zty_con6 .gallery-top .swiper-slide .div .div1 {
  height: 135px;
  padding-left: 25px;
  padding-right: 24px;
  padding-top: 20px;
}
.zty_con6 .gallery-top .swiper-slide .div .div1 .p2 {
  font-size: 18px;
  padding-bottom: 10px;
}
.zty_con6 .gallery-top .swiper-slide .div .div1 .p2 span {
  font-size: 20px;
}
.zty_con6 .gallery-top .div .div2 span {
  font-size: 12px;
  padding-left: 23px;
  margin-top: 15px;
  margin-right: 10px;
}
.zty_con6 .gallery-top .div .div2 a {
  width: 30px;
  height: 30px;
  bottom: 30px;
  right: 30px;
  z-index: 30;
}
.zty_con6 .gallery-top .div .div2 span::before {
  width: 14px;
  height: 14px;
}
.zty_con7 .zty_bt .p1 {
  font-size: 27px;
}
.zty_con7 .zty_bt .p1 .sp2 {
  font-size: 54px;
}
.zty_con7 .zty_bt .p2 {
  font-size: 15px;
  margin-top: 12px;
}
.zty_con7 .rq {
  margin-top: 40px;
}
.zty_con7 .rq .swiper-slide {
  width: 684px;
}
.zty_con7 .rq .swiper-slide p {
  font-size: 15px;
  line-height: 50px;
  padding-left: 22px;
}
.zty_con7 .rq .swiper-slide p a {
  font-size: 13px;
  right: 20px;
}
.zty_con7 .rq .swiper-slide p a img {
  width: 15px;
  margin-left: 3px;
}
.zty_con7 .rq .swiper-slide p a::before {
  width: 42px;
  height: 1px;
}
.zty_con7 .rq .swiper-button-next, .zty_con7 .rq .swiper-button-prev {
  width: 38px;
  height: 38px;
  right: -54px;
}
.zty_con7 .rq .swiper-button-prev {
  left: -54px;
}
.zty_con7 {
  padding-bottom: 95px;
}
.zty_con8 {
  padding-top: 60px;
}
.zty_con8 .rq {
  margin-top: 30px;
}
.zty_con8 .rq .lef .div .div2 .p1 {
  font-size: 22px;
}
.zty_con8 .rq .lef .div .div2 .p2 {
  font-size: 12px;
}
.zty_con8 .rq .lef .div .div1 {
  font-size: 45px;
  line-height: 40px;
}
.zty_con8 .rq .lef .div .div2 {
  padding-left: 12px;
}
.zty_con8 .rq .rig .ig2 {
  width: 360px;
  top: 31%;
  right: 60%;
}
.zty_con8 .rq .lef .p3 {
  font-size: 16px;
  line-height: 34px;
  padding: 0 22px;
  border-radius: 5px;
  margin-top: 12px;
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.zty_con8 .rq .lef .p4 {
  font-size: 13px;
  padding-left: 15px;
}
.zty_con8::before {
  height: 360px;
}
.zty_con8 .rq .lef .div3 img {
  width: 38px;
}
.zty_con8 .rq .lef .div3 .p5 {
  font-size: 12px;
}
.zty_con8 .rq .lef .div3 .p6 {
  font-size: 22px;
}
.zty_con8 .rq .lef .div3 {
  padding-top: 52px;
  padding-left: 52px;
  margin-top: 46px;
}
.zty_con8 .rq2 .rig {
  height: 334px;
}
.zty_con8 .rq2{
  margin-top: 70px;
}
.zty_con8 .rq2 .lef {
  padding-top: 10px;
  padding-left: 78px;
}
.zty_con8 .rq2 .lef a {
  font-size: 14px;
  width: 130px;
  line-height: 33px;
  border-radius: 5px;
  margin-top: 60px;
}
.zty_con8 .rq2 .lef a img {
  width: 18px;
  margin-right: 7px;
  margin-bottom: -5px;
}
.zty_con8 .rq3 {
  margin-top: 44px;
}
.zty_con8 .rq3 .div p {
  font-size: 18px;
  line-height: 60px;
  padding-left: 20px;
}
.zty_con8 .rq3 .div p span {
  font-size: 36px;
  margin-right: 15px;
}
.zty_con9 {
  padding-top: 54px;
  padding-bottom: 64px;
}
.zty_con9 .bt_a {
  font-size: 15px;
  padding-left: 38px;
  border-radius: 5px;
}
.zty_con9 .rq {
  padding-top: 24px;
}
.zty_con9 .rq .div {
  height: 160px;
  
}
.zty_con9 .rq .div1{
  padding-top: 16px;
}
.zty_con9 .rq .div .p {
  width: 60px;
  height: 60px;
}
.zty_con9 .rq .div .p1 {
  font-size: 13px;
  margin-top: 10px;
}
.zty_con9 .rq .div .p3 {
  font-size: 22px;
  bottom: 2px;
}
.zty_con10 {
  padding-top: 70px;
  padding-bottom: 60px;
}
.zty_con10 .p4 {
  font-size: 27px;
  margin-bottom: 20px;
}
.zty_con10 .p4 span {
  font-size: 30px;
}
.zty_con10 .rig .div1 {
  padding: 0 26px;
}
.zty_con11 {
  padding-top: 65px;
  padding-bottom: 64px;
}
.zty_con11 .p1 {
  font-size: 30px;
}
.zty_con11 .p2 {
  font-size: 13px;
}
.zty_con11 .p2 span {
  font-size: 18px;
}
.zty_con11 .rq1 div label {
  width: 11%;
  font-size: 14px;
}
.zty_con11 .rq1 div textarea, .zty_con11 .rq1 div input {
  width: 85%;
  font-size: 14px;
}
.zty_con11 .rq1 div {
  padding: 0 15px;
  line-height: 46px;
  margin-bottom: 10px;
}
.zty_con11 .rq1 div:nth-child(3) label {
  width: 11%;
}
.zty_con11 .rq .p3 {
  font-size: 14px;
}
.zty_con11 .rq {
  padding-top: 34px;
}
.zty_con11 .rq button {
  width: 180px;
  height: 40px;
  font-size: 14px;
  margin-top: 26px;
}
.zty_con12 {
  padding-top: 60px;
  padding-bottom: 68px;
}
.sy_con10 .rq .swiper-container {
  padding: 0 10px;
  padding-top: 35px;
}


}
@media(max-width:1366px){
  .zty_con2::before {
    width: 95%;
}
}
@media(max-width:1259px){
  .zty_con1 .rq3 .jt,
  .zty_con1 .rq3 .jt2,
  .zty_con1 .rq3 .jt3{
    top: 6%;
  }
  .zty_con2::before{
    width: 100%;
  }
  .ny_banner .zty_ban .div {
    width: 565px;
    height: 197px;
    padding-top: 30px;
}
.ny_banner .zty_ban .div .p3 {
  font-size: 22px;
}
.ny_banner .zty_ban .div .p4 span {
  font-size: 26px;
  line-height: 42px;
  padding: 0 25px;
  border-radius: 50px;
}
.ny_banner .zty_ban .div .p5 span {
  font-size: 13px;
  padding-left: 30px;
  margin-right: 15px;
}
.ny_banner .zty_ban .div .p5 span::before {
  width: 17px;
  height: 16px;
  background-size: contain;
}
.sy_bt .bt .sp1 {
  font-size: 40px;
}
.zty_con1 .rq2 p {
  font-size: 18px;
  line-height: 46px;
}
.zty_con2::before {
  height: 200px;
}
.zty_con2 {
  padding-top: 46px;
  padding-bottom: 64px;
}
.zty_con2 .rq .rq1 .div1 .p1 {
  font-size: 15px;
  margin-bottom: 5px;
}
.zty_con2 .rq .rq1 .div1 {
  height: 140px;
  padding: 10px;
}
.zty_con2 .rq .rq1 .div1 .p3 {
  font-size: 30px;
  margin-top: 0px;
  bottom: 6px;
  padding-left: 10px;
}
.zty_con2 .rq .rq1 .div1 .p3::before {
  width: 90px;
  left: 35%;
}
.zty_con4 .rq1 .p1 {
  font-size: 22px;
}
.zty_con4 .rq1 .div {
  padding-top: 16px;
}
.zty_con4 .rq1 .div .div1 .p2 {
  font-size: 30px;
  line-height: 48px;
}
.zty_con4 .rq1 .div .div2 .swiper-button-next, .zty_con4 .rq1 .div .div2 .swiper-button-prev {
  width: 70px;
  height: 16px;
  left: -76px;
}
.zty_con4 .rq1 .div4 .a1 {
  font-size: 14px;
}
.zty_con4 .rq1 .div4 span {
  font-size: 14px;
  padding-left: 22px;
}
.zty_con4 .rq1 .div4 {
  line-height: 44px;
}
.zty_con4 .rq1 .div .div3 {
  width: 30.9%;
  padding-left: 50px;
  padding-right: 48px;
  padding-top: 55px;
}
.zty_con4 .rq1 .div .div3 .swiper-slide .p2 {
  font-size: 16px;
}
.zty_con4 .rq1 .div .div3 .swiper-slide {
  height: 62px;
  padding-top: 14px;
  padding-left: 28px;
}
.zty_con4 .rq1 .div .div3 .swiper-slide .p2::before {
  left: -17px;
}
.zty_con6 .gallery-thumbs .swiper-slide {
  font-size: 14px;
  line-height: 45px;
}
.zty_con6 .gallery-thumbs {
  margin-bottom: 20px;
}
.zty_con5 .rq2 a .sp1::before {
  width: 20px;
  height: 20px;
}
.zty_con6 .top .rig {
  padding-top: 20px;
  padding-bottom: 20px;
}
.zty_con6 .top .p1 {
  font-size: 20px;
}
.zty_con6 .top .lef {
  padding-top: 20px;
}
.zty_con7 .rq .swiper-slide {
  width: 600px;
}
.zty_con8 .rq .rig .ig2 {
  width: 280px;
  top: 36%;
}
.zty_con8::before {
  height: 347px;
}
.zty_con8 .rq2 .rig {
  height: 275px;
}
.zty_con8 .rq2 .lef {
  padding-top: 0px;
  padding-left: 38px;
  margin-top: 19px;
}
.zty_con8 .rq .lef .p4::before{
  top: 5px;
}
.zty_con8 .rq3 .div p {
  font-size: 16px;
  line-height: 50px;
  padding-left: 15px;
}
.zty_con8 .rq3 .div p span {
  font-size: 28px;
  margin-right: 15px;
}
.zty_con10 .p4 span {
  font-size: 24px;
}
.zty_con10 .p4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.zty_con11 .rq1 div:nth-child(3) label {
  width: 12%;
}

}
@media(max-width:991px){
  .bt_a{
    display: none;
  }
  .zty_con2 .rq .rq1{
    width: 100%;
  }
  .zty_con2 .rq .swiper-slide{
    padding: 10px;
  }
  .zty_con2::before{
    width: 100%;
  }
  .zty_con3 .rq .div{
    width: 100%;
    margin-bottom: 50px;
  }
  .zty_con3 .rq .div1 {
    width: 76%;
}

.zty_con3 {
  padding-top: 60px;
  padding-bottom: 45px;
}
.zty_con4 .rq .div .bot span{
  display: block;
  position: static;
  transform: translateY(0);
  text-align: center;
  color: #7a839e;
}
.zty_con4 .rq .div .bot p{
  text-align: center;
  line-height: 36px;
  padding-top: 50px;
}
.zty_con4 .rq .div .bot p::before{
  width: 40px;
  height: 40px;
  background-image: url(../image/img262.png);
  left: 50%;
    top: 10px;
    transform: translateX(-50%);
}
.zty_con4 .rq .div:nth-child(2) .bot p::before {
  background-image: url(../image/img263.png);
}
.zty_con4 .rq .div .bot{
  background: rgb(241,242,245);
}
.zty_con4 .rq2{
  width: 100%;
  margin-top: 60px;
}
.zty_con4 .rq2 .sp{
  font-size: 48px;
  color: #7a839e;
  font-family: "din";
  display: block;
  width: 190px;
  line-height: 74px;
  margin: 0 auto;
  text-align: center;
  background: rgb(241,242,245);
}
.zty_con4 .rq2 .p1{
  font-size: 36px;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}
.zty_con4 .rq2 .p1 span{
  display: block;
  font-size: 36px;
  color: #6eb92c;
  text-align: center;
}
.zty_con4 .rq2 .gallery-thumbs{
  padding-top: 35px;
  padding-bottom: 20px;
}
.zty_con4 .rq2 .gallery-thumbs .swiper-slide{
  font-size: 28px;
  color: #333333;
  line-height: 80px;
  background: rgb(241,242,245);
  text-align: center;
  transition: all .5s;
  cursor: pointer;
}
.zty_con4 .rq2 .gallery-thumbs .swiper-slide-thumb-active{
  background: #6eb92c;
  color: #fff;
}
.zty_con4 .rq2 .gallery-top {
  box-shadow: 0px 0px 10px 0px rgba(90, 91, 95, 0.1);
}
.zty_con4 .rq2 .gallery-top .swiper-slide p{
  font-size: 26px;
  color: #333333;
  line-height: 88px;
  background: #fff;
  padding-left: 25px;
}
.zty_con4 .rq2 .gallery-top .swiper-slide img{
  width: 100%;
  vertical-align: middle;
}
.zty_con4 .rq2 .gallery-top .swiper-button-next,
.zty_con4 .rq2 .gallery-top .swiper-button-prev{
  width: 50px;
  height: 125px;
  background: url(../image/img265.png) rgba(122,134,157,0.9);
  background-repeat: no-repeat;
  background-size: 20px 36px;
  background-position: center;
  top: 30%;
  right: 0;
  transition: all .5s;
}
.zty_con4 .rq2 .gallery-top .swiper-button-prev{
  transform: rotate(180deg);
  left: 0;
}
.zty_con4 .rq2 .gallery-top .swiper-button-next:hover,
.zty_con4 .rq2 .gallery-top .swiper-button-prev:hover{
  background: url(../image/img265.png) rgba(110,185,40,0.9);
  background-repeat: no-repeat;
  background-size: 20px 36px;
  background-position: center;
}

.zty_con5 .rq .div1{
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.zty_con6 .top .lef{
  width: 100%;
}
.zty_con6 .top .rig{
  width: 100%;
  margin-top: 40px;
}
.zty_con6 .top a {
  animation: a 3s linear infinite;
}
.zty_con6 .gallery-thumbs .swiper-slide::before{
  content: none;
}
.zty_con6 .gallery-thumbs .swiper-slide{
  background: rgb(235,238,245);
}
.zty_con6 .gallery-thumbs .swiper-slide-thumb-active{
  background: #6eb92c;
}
.zty_con6 .gallery-top .swiper-slide .div{
  width: 100%;
  margin-bottom: 10px;
}
.zty_con6 .gallery-top .swiper-slide .bj{
  width: 114px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.zty_con6 .gallery-top .swiper-slide .div{
  display: flex;
}
.zty_con6 .gallery-top .swiper-slide .div .div4{
  width: 50%;
}
.zty_con6 .gallery-top .swiper-slide .div .div1{
  width: 50%;
  height: auto;
  position: static;
  padding-top: 35px;
}
.zty_con6 .gallery-top .swiper-slide .div .div3{
  width: 100%;
}
.zty_con6 .gallery-top .div .div2 span::before{
  top: 2px;
  transform: translateY(0);
}
.zty_con8 .rq .lef .div3{
  display: none;
}
.zty_con8 .rq{
  display: flex;
  flex-wrap: wrap-reverse;
}
.zty_con8 .rq2{
  flex-wrap: wrap;
}
.zty_con8 .rq .lef,
.zty_con8 .rq .rig{
  width: 100%;
}
.zty_con8 .rq .rig img{
  width: 100%;
}
.zty_con8 .rq2 .lef a{
  display: none;
}
.zty_con8 .rq2 .lef{
  padding-left: 0;
}
.zty_con9 .rq .div{
  width: 100%;
}
.zty_con9 .rq .div .p1 {
  font-size: 14px;
  margin-top: 18px;
}
.zty_con11 .rq1 div label {
  width: 13%;
}
.zty_con11 .rq1 div:nth-child(3) label {
  width: 17%;
}

}
@media(max-width:768px){
  .zty_con3 .rq .div1 {
    width: 69%;
}
.zty_con3 .rq .div2 {
  float: left;
  width: 31%;
}
.zty_con3 .rq .div .p1 {
  font-size: 18px;
}
.zty_con3 .rq .div .p2 {
  font-size: 22px;
}
.zty_con3 .rq .div {
  padding-left: 15px;
}
.zty_con3 .rq .div::before {
  width: 2px;
}
.zty_con3 {
  padding-top: 30px;
  padding-bottom: 28px;
}
.zty_con3 .rq .div {
  margin-bottom: 20px;
}
.zty_con3 .rq .div1 span {
  font-size: 14px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.zty_con3 .rq .div1 span::before {
  width: 18px;
  height: 18px;
}
.zty_con4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.zty_con4 .rq2 .sp {
  font-size: 26px;
  width: 110px;
  line-height: 40px;
}
.zty_con4 .rq2 {
  margin-top: 34px;
}
.zty_con4 .rq2 .p1 {
  font-size: 24px;
  margin-top: 5px;
}
.zty_con4 .rq2 .p1 span {
  font-size: 24px;
}
.zty_con4 .rq2 .gallery-thumbs {
  padding-top: 22px;
  padding-bottom: 10px;
}
.zty_con4 .rq2 .gallery-thumbs .swiper-slide {
  font-size: 16px;
  line-height: 46px;
}
.zty_con4 .rq2 .gallery-top .swiper-button-next, .zty_con4 .rq2 .gallery-top .swiper-button-prev {
  width: 32px;
  height: 60px;
  background-size: 10px 18px;
  top: 40%;
}
.zty_con4 .rq2 .gallery-top .swiper-button-next:hover, .zty_con4 .rq2 .gallery-top .swiper-button-prev:hover {
  background-size: 10px 18px;
}
.zty_con4 .rq2 .gallery-top .swiper-slide p {
  font-size: 16px;
  line-height: 50px;
  padding-left: 12px;
}
.zty_con6 {
  padding-top: 25px;
  padding-bottom: 34px;
}
.zty_con7 .rq .swiper-slide {
  width: 400px;
}
.zty_con7 .rq .swiper-button-next, .zty_con7 .rq .swiper-button-prev{
  right: 10px;
}
.zty_con7 .rq .swiper-button-prev {
  left: 10px;
}
.zty_con7 {
  padding-bottom: 50px;
}
.zty_con11 .rq1 div label {
  width: 15%;
}
.zty_con11 .rq1 div:nth-child(3) label {
  width: 19%;
}

}
@media(max-width:414px){
  .zty_con1 .rq3 .jt, .zty_con1 .rq3 .jt2, .zty_con1 .rq3 .jt3 {
    top: 4%;
}
@keyframes qp2{
  0%{
    transform: translate(-50%,0px);
  }
  33%{
    transform: translate(-50%,-10px);
  }
  66%{
    transform: translate(-50%,10px);
  }
  100%{
    transform: translate(-50%,0px);
  }
}
  .zty_con1 {
    padding-top: 26px;
}
.zty_con1 .rq {
  padding-top: 27px;
  padding-bottom: 18px;
}
.zty_con1 .rq2 p {
  font-size: 14px;
  line-height: 32px;
}
.zty_con1 .rq3 .jt {
  width: 13px;
}
.zty_con1 .rq3 .jt2 {
  width: 14px;
}
.zty_con1 .rq3 .jt3 {
  width: 14px;
}
.zty_con1 .rq3 div p {
  font-size: 12px;
}
.zty_con1 .rq3 .div3, .zty_con1 .rq3 .div1 {
  width: 70px;
  height: 70px;
}
.zty_con1 .rq3 .div2 {
  width: 80px;
  height: 80px;
}
.zty_con1 .rq3 .div4 {
  width: 15px;
  height: 15px;
}
.zty_con1 .rq3 .div5 {
  width: 10px;
  height: 10px;
}
.zty_con1 .rq3 .div6 {
  width: 12px;
  height: 12px;
}
.zty_con1 .rq3 .div7 {
  width: 25px;
  height: 25px;
}
.zty_con1 .rq3 .div8 {
  width: 10px;
  height: 10px;
}
.zty_con1 .rq3 {
  padding-top: 120px;
}
.zty_con1 .rq3 .div10 {
  width: 30px;
  height: 30px;
}
.zty_con2 {
  padding-top: 20px;
  padding-bottom: 32px;
}
.zty_con2 .rq .rq1 .div1 .p1 {
  font-size: 14px;
  margin-bottom: 5px;
}
.zty_con2 .rq .rq1 .div1 {
  height: 115px;
  padding: 5px;
}
.zty_con2 .rq .rq1 .div1 .p3 {
  font-size: 20px;
}
.zty_con2 .rq .rq1 .div1 .p3::before {
  width: 64px;
}
.zty_con2 .rq .swiper-slide {
  padding: 1px;
}
.zty_con3 .rq .div2,
.zty_con3 .rq .div1{
  width: 100%;
}
.zty_con3 .rq .div2 .p4,
.zty_con3 .rq .div2 .p3{
  text-align: left;
}
.zty_con4 .rq .div .bot p{
  padding-left: 0;
  font-size: 14px;
}
.zty_con4 .rq .div .bot span {
  font-size: 28px;
  padding-bottom: 10px;
}
.zty_con4 .rq {
  padding-top: 20px;
}
.zty_con4 .rq2 .p1 {
  font-size: 20px;
  margin-top: 5px;
}
.zty_con4 .rq2 .p1 span {
  font-size: 20px;
}
.zty_con4 .rq2 .gallery-thumbs .swiper-slide {
  font-size: 12px;
  line-height: 38px;
}
.zty_con5 .p1 {
  font-size: 22px;
}
.zty_con5 .p1 span {
  font-size: 60px;
}
.zty_con5 {
  padding-top: 34px;
  padding-bottom: 34px;
}
.zty_con5 .rq {
  padding-top: 28px;
}
.zty_con5 .rq .div1 {
  margin-bottom: 10px;
}
.zty_con5 .rq .div1 {
  height: 110px;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 15px;
}
.zty_con5 .rq .div1::before {
  width: 64px;
  height: 64px;
  left: 25px;
}
.zty_con5 .rq2 {
  margin-top: 12px;
}
.zty_con6 .top .lef {
  padding-top: 10px;
}

.sy_bt .p2 {
  font-size: 16px;
}
.zty_con6 .top .rig {
  margin-top: 25px;
}
.zty_con6 .bot {
  padding-top: 30px;
}
/* .zty_con6 .gallery-top .swiper-slide .div{
  display: block;
}
.zty_con6 .gallery-top .swiper-slide .div .div1,
.zty_con6 .gallery-top .swiper-slide .div .div4{
  width: 100%;
} */
.zty_con6 .gallery-top .div .div2 {
  width: 100%;
  padding-right: 0px;
}
.zty_con6 .gallery-top .swiper-slide .div .div1 {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.zty_con6 .gallery-top .swiper-slide .div .div1 .p2 {
  font-size: 14px;
  padding-bottom: 5px;
}
.zty_con6 .gallery-top .swiper-slide .div .div1 .p2 span {
  font-size: 15px;
}
.zty_con6 .gallery-top .div .div2 span {
  margin-top: 3px;
}
.zty_con6 .gallery-top .div .div2 a{
  display: none;
}
.zty_con6 .gallery-top .swiper-slide .bj {
  width: 45px;
  top: 48%;
}
.zty_con6 .gallery-top .swiper-slide .div {
  margin-bottom: 3px;
}
.zty_con7 .zty_bt .p1 i {
  width: 22px;
  height: 2px;
  margin: 0 3px;
  margin-bottom: 8px;
}
.zty_con7 .zty_bt .p1 {
  font-size: 22px;
}
.zty_con7 .zty_bt .p1 .sp2 {
  font-size: 46px;
}
.zty_con7 .zty_bt .p2 {
  font-size: 13px;
  margin-top: 8px;
}
.zty_con7 .rq {
  margin-top: 27px;
}
.zty_con7 .rq .swiper-slide {
  width: 100%;
}
.zty_con7 .rq .swiper-slide-active {
  border: 4px solid rgb(110,185,44);
}
.zty_con7 .rq .swiper-slide p {
  font-size: 14px;
  line-height: 40px;
  padding-left: 13px;
}
.zty_con7 .rq .swiper-slide p a {
  font-size: 12px;
  right: 20px;
}
.zty_con7 .rq .swiper-slide p a::before {
  width: 26px;
  height: 1px;
  left: -32px;
}
.zty_con7 {
  padding-bottom: 33px;
}
.sy_bt .bt .sp1 {
  font-size: 32px;
}
.zty_con8 {
  padding-top: 34px;
}
.zty_con8 .rq {
  margin-top: 24px;
}
.zty_con8 .rq .lef .div .div2 .p1 {
  font-size: 18px;
}
.zty_con8 .rq .lef .div .div1 {
  font-size: 35px;
  line-height: 35px;
}
.zty_con8 .rq .lef {
  margin-top: 16px;
}
.zty_con8 .rq .lef .p3 {
  font-size: 14px;
  line-height: 34px;
  padding: 0 22px;
  border-radius: 5px;
  margin-top: 12px;
  margin-bottom: 13px;
  letter-spacing: 2px;
}
.zty_con8 .rq2 .rig {
  height: 180px;
}
.zty_con8 .rq3 {
  margin-top: 26px;
}
.zty_con8 .rq3 .div p {
  font-size: 14px;
  line-height: 36px;
  padding-left: 10px;
}
.zty_con8 .rq3 .div p span {
  font-size: 20px;
  margin-right: 12px;
}
.zty_con9 {
  padding-top: 32px;
  padding-bottom: 28px;
}
.zty_con9 .rq .div .p {
  width: 50px;
  height: 50px;
}
.zty_con9 .rq .div .p1{
  white-space: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.zty_con9 .rq .div .p1 {
  font-size: 12px;
  margin-top: 10px;
}
.zty_con9 .rq .div {
  height: 140px;
}
.zty_con10 {
  padding-top: 30px;
  padding-bottom: 28px;
}
.zty_con10 .p4{
  text-align: center;
}
.zty_con10 .p4 span{
  display: block;
}
.zty_con10 .rig .div1 {
  padding: 0 10px;
}
.sy_con6 .rig .div1 p {
  font-size: 12px;
}
.zty_con10 .p4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.zty_con10 .p4 span {
  font-size: 20px;
}
.sy_con6 .lef .div .p3 {
  font-size: 24px;
}
.zty_con11 {
  padding-top: 29px;
  padding-bottom: 34px;
}
.zty_con11 .rq1 div{
  width: 100%;
}
.zty_con11 .rq1 div:nth-child(3) label {
  width: 41%;
}
.zty_con11 .p1 {
  font-size: 22px;
}
.zty_con11 .rq {
  padding-top: 18px;
}
.zty_con11 .rq .p3 {
  font-size: 12px;
}
.zty_con11 .rq button {
  width: 140px;
  height: 35px;
  font-size: 14px;
  margin-top: 26px;
}
.zty_con12 {
  padding-top: 30px;
  padding-bottom: 35px;
}
.sy_con10 .rq .swiper-container {
  padding: 0 10px;
  padding-top: 23px;
}

}



/* 迪美瑞-落地页 新增 */

.swp_tk{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  z-index: 1000;
  display: none;
}

.sli_tk{
  width: 1400px;
  height: auto;
  max-height: 80%;
  background: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 10px;
  opacity: 0;
}
.sli_tk.on{
  opacity: 1;
  z-index: 10;
}
.sli_tk .sli_rq{
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px;
}
.sli_tk .lef{
  width: 49%;
  float: left;
  margin-right: 2%;
}
.swp_tk button{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 2%;
  right: 1%;
  box-shadow: 0px 0px 10px 0px rgba(90,91,95,0.2);
  border-radius: 50%;
  transform: rotate(-45deg);
}
.swp_tk button img{
  width: 100%;
}
.sli_tk .lef img{
  width: 100%;
}
.sli_tk .rig{
  width: 49%;
  height: 100%;
  float: right;
  padding-top: 20px;
  overflow-y: auto;
}
.sli_tk .rig .p1{
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.sli_tk .rig .p2{
  font-size: 14px;
  color: #666;
  line-height: 28px;
}


@media(max-width:1459px){
  .sli_tk{
    width: 80%;
  }
  .sli_tk .sli_rq {
    padding: 40px;
}
.sli_tk .rig {
  padding-top: 0px;
}
}
@media(max-width:991px){
  .sli_tk .lef{
    width: 100%;
    margin-right: 0;
  }
  .sli_tk .rig{
    width: 100%;
    margin-top: 15px;
  }
}
@media(max-width:500px){
  .sli_tk .sli_rq {
    padding: 40px 15px;
    padding-bottom: 20px;
}
.sli_tk .rig .p1 {
  font-size: 18px;
  margin-bottom: 6px;
}
.sli_tk .rig {
  margin-top: 10px;
}
.sli_tk .rig .p2 {
  height: 200px;
}

}








































































/* 拼单 */
/* 迪美瑞文化 */
/*sec-menu*/
.sec-menu{
  height: 46px;
  border-bottom: 1px solid #e1e1e1;
  position: sticky;
  top: 0;
}

.menu-list{
  position: relative;
  z-index: 2;
}
.menu-list li{
  float: left;
}
.menu-list a{
  display: block;
  font-size: 14px;
  line-height: 46px;
  padding: 0 6px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.menu-list a:hover{
  color: #ee1d23;
}
.menu-list li.on a{
  background: #ee1d23;
  color: #fff;
}
.menu-fix {
  background: #fff;
  width: 100%;
}
.sec-menu.fixe .menu-fix {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 400;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.section-title{
  text-align: center;
  padding: 38px 0 15px;
}
.section-title h3{
  font-size: 30px;
}
.section-title h4{
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 6px;
}

/*about*/
.rel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.abs {
  position: absolute;
  height: 1px;
  top: -60px;
}
.sec-profile{
  background: #fff;
  padding-bottom:60px;
}
.profile-top{
  margin-top: 10px;
}
.profile-top .m-img{
  width: 100%;
  overflow: hidden;
}
.profile-top .m-img img{
  display: block;
  width: 100%;
}
.profile-des{
  width: 100%;
  padding: 15px 0;
  font-size: 14px;
  line-height:1.875;
  color: #666;
overflow-y: auto;
}
.profile-des::-webkit-scrollbar {
  width: 3px;
  background-color: #999;
  border-radius:50px;
}

.profile-des::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #6eb92c
}
.profile-des .scrollbar {
    max-height: 260px;
}
.profile-bottom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top:20px;
}
.profile-bottom .m-item{
  width: 50%;
  float: left;
  text-align: center;
  padding:10px 0;
}
.profile-bottom .m-num{
  font-family: "DIN";
  font-size:35px;
  line-height: 1;
  color: #6eb92c;
}
.profile-bottom p{
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}
.sec-culture{
  background: #f3f3f3;
  padding-bottom: 56px;
}
.culture-title{
  font-size: 20px;
  text-align: center;
  color: #6eb92c;
  margin: 10px 0 35px;
}
.culture-top{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.culture-top .m-item{
  float: left;
  width: 33.333%;
  padding:8px 15px;
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.culture-top .m-icon{
  width: 56px;
  height: 56px;
  margin: 0 auto;
  position: relative;
}
.culture-top .m-item img{
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.culture-top .m-item .aft{
  position: absolute;
  top:0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.culture-top .m-item p{
  font-size: 16px;
  color: rgba(51,51,51,.8);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-top: 10px;
}
.culture-top .m-item:hover .bef{
  opacity: 0;
}
.culture-top .m-item:hover .aft{
  opacity: 1;
}
.culture-top .m-item:hover p{
  color: #6eb92c;
}
.culture-bottom{
  margin-top: 40px;
}
.culture-bottom .row{
  margin: 0 -5px;
}
.culture-bottom .col-xs-12,
.culture-bottom .col-sm-4{
  padding: 0 5px;
}
.culture-item{
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: cover;
  padding: 0 15px 20px 15px;
  margin-bottom: 15px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.culture-item .m-tit{
  width: 46px;
  height: 65px;
  background: url(../image/advan_bg.png) no-repeat center bottom;
  background-size: 100% 100%;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.culture-item .m-tit span{
  display: block;
  position: absolute;
  top:50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -3px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.culture-item .m-bot{
  margin-top: 10px;
}
.culture-item .m-des{
  font-size: 14px;
  color: #666;
  margin-right: 70px;
  margin-top: 28px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.culture-item .m-icon{
  float: right;
  width: 65px;
  height: 73px;
  overflow: hidden;
  position: relative;
}
.culture-item .m-icon img{
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.culture-item .m-icon .aft{
  position: absolute;
  top:0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.culture-item:hover{
  background-image: url(../image/about_09.jpg);
}
.culture-item:hover .m-tit{
  background-image: url(../image/about_10.png);
}
.culture-item:hover .m-tit span{
  color: #6eb92c;
}
.culture-item:hover .m-des{
  color: #fff;
}
.culture-item:hover .m-icon .bef{
  opacity: 0;
}
.culture-item:hover .m-icon .aft{
  opacity: 1;
}
.sec-development{
  background: #fff;
  padding-bottom:50px;
}
.development-box{
  padding: 0 32px;
  position: relative;
  margin-top: 30px;
}
.development-box::after{
  content: '';
  height: 2px;
  background: #e9e9e9;
  position: absolute;
  left: 32px;
  right: 32px;
  top:7px;
}
.development-box .swiper-slide{
  padding:0 5px;
}
.deve-item{
  position: relative;
}
.deve-center{
  padding:0 0 25px 0;
}
.deve-center .m-dot{
  width: 16px;
  height: 16px;
  border:1px solid #6b6b6b;
  border-radius: 50%;
  padding: 4px;
  margin: 0 auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.deve-center .m-dot i{
  display: block;
  width: 6px;
  height: 6px;
  background: #6b6b6b;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.deve-center .m-day{
  font-size: 15px;
  font-weight: 600;
  color: #666;
  text-align: center;
  margin-top: 5px;
}
.deve-item .deve-info{
  position: relative;
  padding-top: 15px;
}
.deve-text{
  width: 100%;
  background: #f1f1f1;
  border:1px solid #e0e0e0;
  font-size: 12px;
  line-height:1.875;
  padding:25px 10px;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.deve-text::after{
  content: '';
  width: 25px;
  height: 14px;
  background: url(../image/about_14.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -12.5px;
  bottom: 100%;
}
.deve-img{
  width: 100%;
  border:3px solid #6eb92c;
  /*position: absolute;
  top:15px;
  left: 0;
  opacity: 0;*/
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.deve-img img{
  width: 100%;vertical-align: middle;
}
/*.deve-img::after{
  content: '';
  width: 25px;
  height: 14px;
  background: url(../image/about_14h.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  margin-left: -12.5px;
  bottom: 100%;
}*/
/*.deve-item:hover .deve-text{
  opacity: 0;
}
.deve-item:hover .deve-img{
  opacity: 1;
}*/
.deve-item:hover .deve-center .m-dot{
  border-color: #6eb92c;
}
.deve-item:hover .deve-center .m-dot i{
  background:#6eb92c;
}
.deve-item:hover .deve-center .m-day{
  color: #6eb92c;
}
.deve-prev,
.deve-next{
  position: absolute;
  top:-4px;
  width:24px;
  height: 24px;
  border:1px solid #666;
  border-radius: 50%;
  font-size: 15px;
  color: #666;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;

  background-image: url(../image/img109.png);
  background-repeat: no-repeat;
  background-size: 8px 13px;
  background-position: center;
}
.deve-prev{
  left: 0;
  transform: rotate(180deg);
}
.deve-next{
  right: 0;
}
.deve-prev:hover,
.deve-next:hover{
  color: #6eb92c;
  border-color: #6eb92c;
  background-image: url(../image/img110.png);
}

.sec-honor{
  background: #f1f1f1;
  padding-bottom: 40px;
}
.honor-box{
  margin-top: 20px;
}
.honor-item{
  background: #fff;
  text-align: center;
  padding:20px 15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.honor-item:hover{
  background: url(../image/about_09.jpg) no-repeat center;
  background-size: cover;
}
.honor-item .m-img{
  height: 56px;
  font-size: 35px;
  font-family: "DIN";
  line-height: 56px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.honor-item .m-img img{
  display: block;
  height: 56px;
  width: auto;
  margin: 0 auto;
}
.honor-item .m-name{
  font-size: 14px;
  margin-top: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.honor-item:hover .m-img,
.honor-item:hover .m-name{
  color: #fff;
}
.honor-pagination{
  margin-top:30px;
  text-align: center;
}
.honor-pagination .swiper-pagination-bullet{
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #e1e1e1;
  margin:0 5px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.honor-pagination .swiper-pagination-bullet-active{
  background: #6eb92c;
}
.sec-partner{
  background: #fff;
  padding-bottom: 40px;
}
.partner-box{
  margin-top: 20px;
}
.partner-box .row{
  margin: 0 -4px;
}
.partner-box .col-xs-6,
.partner-box .col-sm-24{
  padding: 0 4px;
}
.partner-item{
  border:1px solid #e1e1e1;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.partner-item img{
  width: 100%;
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.partner-item:hover{
  -webkit-box-shadow: 0 6px 26px 0 rgba(111,111,111,.2);
          box-shadow: 0 6px 26px 0 rgba(111,111,111,.2);
}
.partner-item:hover img{
      -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.sec-profile .section-title h4,
.sec-culture .section-title h4,
.sec-development .section-title h4,
.sec-partner .section-title h4{
  color: #666;
}










@media (min-width: 768px) {
  .menu-list a {
    font-size: 16px;
    line-height: 60px;
    padding: 0 30px;
}
  .sec-menu {
    height: 70px;
}

  /*about*/
  .sec-profile{
    padding-bottom: 130px;
  }
  .profile-top{
    margin-top:50px;
  }
  .profile-des{
    font-size: 16px;
  }
  .profile-bottom{
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    margin-top: 50px;
  }
  .profile-bottom .m-item{
    width: auto;
  }
  .profile-bottom .m-num{
    font-size: 50px;
  }
  .profile-bottom p{
    font-size: 16px;
    margin-top: 6px;
  }
  .sec-culture{
    padding-bottom: 80px;
  }
  .culture-title{
    font-size: 23px;
  }
  .culture-top{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .culture-top .m-item{
    width: auto;
    padding:0 15px;
  }
  .culture-top .m-icon{
    width: 80px;
    height: 80px;
  }
  .culture-top .m-item p{
    font-size: 18px;
    margin-top: 18px;
  }
  .culture-bottom{
    margin-top: 60px;
  }
  .culture-bottom .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .culture-item{
    height: 100%;
    padding: 0 28px 30px 28px;
  }
  .culture-item .m-tit{
    width: 67px;
    height: 95px;
  }
  .culture-item .m-tit span{
    margin-top: -4px;
    font-size: 20px;
  }
  .culture-item .m-bot{
    margin-top: 12px;
  }
  .culture-item .m-des{
    font-size: 18px;
    margin-right: 90px;
    margin-top: 37px;
  }
  .culture-item .m-icon{
    width: 84px;
    height: 94px;
  }
  .sec-development{
    padding-bottom: 100px;
  }
  .development-box{
    padding: 0 50px;
    margin-top: 40px;
  }
  .development-box::after{
    left: 42px;
    right: 42px;
    top:50%;
    margin-top: -19px;
  }
  .sec-development .swiper-slide{
    width: 250px;
  }
  .deve-center{
    padding:254px 0;
  }
  .deve-center .m-dot{
    width: 16px;
    height: 16px;
    padding: 4px;
  }
  .deve-center .m-dot i{
    width: 6px;
    height: 6px;
  }
  .deve-center .m-day{
    font-size: 20px;
    margin-top: 5px;
  }
  .deve-item .deve-info{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .deve-item.it1 .deve-info{
    top: 0;
    padding-bottom: 15px;
  }
  .deve-item.it2 .deve-info{
    bottom: 0;
    padding-top: 15px;
  }
  .deve-text{
    font-size: 16px;
    line-height: 30px;
    padding:38px 15px;
  }
  .deve-text::after{
    width: 25px;
    height: 14px;
    left: 50%;
    bottom: auto;
    margin-left: -12.5px;
  }
  .deve-item.it1 .deve-text::after{
    top: 100%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .deve-item.it2 .deve-text::after{
    bottom: 100%;
  }
  .deve-text .scrollbar{
    height: 150px;
  }
  .deve-img{
    width: 100%;
    border:3px solid #6eb92c;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  .deve-item.it1 .deve-img{
    top:0;
    bottom: 15px;
  }
  .deve-item.it2 .deve-img{
    top:15px;
    bottom: 0;
  }
  .deve-img img{
    width: 100%;
    height: 100%;
  }
  .deve-img::after{
    content: '';
    width: 25px;
    height: 14px;
    background: url(../image/about_14h.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -12.5px;
    bottom: 100%;
  }
  .deve-item:hover .deve-text{
    opacity: 0;
  }
  .deve-item:hover .deve-img{
    opacity: 1;
  }
  .deve-img::after{
    width: 25px;
    height: 14px;
    left: 50%;
    bottom: auto;
    margin-left: -12.5px;
  }
  .deve-item.it1 .deve-img::after{
    top: 100%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .deve-item.it2 .deve-img::after{
    bottom: 100%;
  }
  .deve-prev,
  .deve-next{
    top:50%;
    margin-top: -32px;
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 30px;
  }

  .sec-honor{
    padding-bottom: 55px;
  }
  .honor-box{
    margin-top: 35px;
  }
  .honor-box .swiper-container{
    padding-bottom: 45px;
  }
  .honor-box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #6eb92c;
}
  .honor-box .swiper-slide{
    width: 335px;
  }
  .honor-item{
    padding: 30px 15px 20px 15px;
  }
  .honor-item .m-img{
    height: 80px;
    font-size: 50px;
    line-height: 80px;
  }
  .honor-item .m-img img{
    height: 80px;
  }
  .honor-item .m-name{
    font-size: 18px;
    margin-top: 10px;
  }
  .honor-pagination{
    margin-top: 60px;
  }
  .honor-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin:0 10px;
  }
  .sec-partner{
    padding-bottom: 60px;
  }
  .partner-box{
    margin-top: 55px;
  }
  .partner-box .row{
    margin: 0 -15px;
  }
  .partner-box .col-xs-6,
  .partner-box .col-sm-24{
    padding: 0 15px;
  }
  .partner-item{
    margin-bottom: 30px;
  }
 

}

@media(min-width:991px){
  /*about*/
  .profile-top .m-img{
    float: left;
    width: 430px;
    height: 270px;
    overflow: hidden;
  }
  .profile-des {
    float: right;
    width: 510px;
    height: 270px;
    padding:0 20px;
  }
  .profile-des .scrollbar{
    max-height: 270px;
  }
  .profile-top .m-img img{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
  }
  .profile-top .m-img:hover img{
    -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
            transform: scale(1.06);
  }
  .profile-bottom{
    margin-top: 110px;
  }
  .deve-text{
    padding:26px 15px;
  }
  .deve-center {
    padding: 230px 0;
  }
  .deve-text .scrollbar{
    height: 150px;
  }
}

@media (min-width: 1260px) {
  .menu-list a {
    padding: 0 46px;
}
 
  /*about*/
  .profile-top .m-img {
    width: 550px;
    height: 344px;
  }
  .profile-des {
    width: 570px;
    height: 344px;
    padding:7px 20px;
  }
  .profile-des .scrollbar{
    max-height: 330px;
  }
  .culture-top .m-item {
    padding: 0 56px;
  }
  .deve-text{
    padding:19px 15px;
  }
  .deve-center {
    padding: 200px 0;
  }
  .deve-text .scrollbar{
    height: 120px;
  }
  .hcases-out p {
    margin-top: 35px;
  }
  .hcases-out .m-des {
    margin-top: 16px;
  }
  .hcases-out .m-btn {
    margin-top: 33px;
  }
  .habout-infor {
    width: 600px;
    padding:0 120px 0 0;
  }
  .habout-bottom{
    margin-top: -36px;
  }
  .home-about-box .m-left{
    padding: 0 0 36px 0;
  }
  .home-about-box .m-add{
    margin:8px 0 20px;
  }
}
@media (min-width: 1500px) {
  .menu-list a {
    font-size: 18px;
    line-height: 70px;
    padding: 0 54px;
}
  /*about*/
  .profile-top .m-img {
    width: 640px;
    height: 400px;
  }
  .profile-des {
    width: 760px;
    height: 400px;
    padding: 5px 60px;
  }
  .profile-des .scrollbar{
    max-height: 390px;
  }
  .culture-title{
    font-size: 28px;
  }
  .culture-top .m-item p{
    font-size: 22px;
    margin-top: 24px;
  }
  .culture-item {
    padding: 0 28px 30px 42px;
  }
  .development-box{
    padding: 0 75px;
  }
  .deve-text{
    padding: 34px 15px;
  }
  .deve-center {
    padding: 227px 0;
  }
 
}









/* 联系我们 */
/*contact*/
.sec-contact{
  padding-bottom: 50px;
  background: #f5f5f5;
}
.contact-fir{
  margin: 30px 0 40px;
}
.contact-left{
  background: #fff;
  padding:25px 15px;
}
.contact-right{
  overflow: hidden;
}
.contact-right img{
  width: 100%;
}
.contact-left .m-company{
  font-size: 17px;
  color: #6eb92c;
  padding-left: 30px;
  background: url(../image/icon-addr.png) no-repeat left top 5px;
  background-size: auto 16px;
  margin-bottom: 10px;
}
.contact-left .m-address{
  font-size: 14px;
  line-height: 1.8;
}
.contact-left .m-info{
  font-size: 12px;
  line-height: 1.875;
}
.contact-left a{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.contact-left a:hover{
  color: #ee1d23;
}
.contact-sec{
  margin: 55px 0 30px;
  background: #fff;
}
.contact-sectit{
  font-size: 18px;
  color: #fff;
  line-height: 42px;
  background: #444;
  text-align: center;
}
.fzjg-flex{
  border:1px solid #eee;
  background: #fff;
}
.fzjg-item{
  border-bottom: 1px solid #eee;
  padding:35px 15px;
}
.fzjg-item .m-company{
  font-size: 18px;
  color: #6eb92c;
  padding-left: 38px;
  background: url(../image/icon-com.png) no-repeat left top 5px;
  background-size: auto 16px;
  margin-bottom: 3px;
}
.fzjg-item .m-address{
  font-size: 14px;
  line-height: 1.875;
}
.fzjg-item .m-info{
  margin-top: 18px;
}
.message-box{
  margin-top: 27px;
}
.msg-item{
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  margin-bottom: 10px;
  padding:0 15px 0 112px;
  position: relative;
}
.msg-item .m-img{
  width: 30px;
  position: absolute;
  left: 15px;
  top:0;
  font-size: 0;
  line-height: 63px;
}
.msg-item .m-img img{
  width: 14px;
}
.msg-item label{
  width: 74px;
  font-size: 14px;
  color: #666;
  position: absolute;
  left: 45px;
  top:0;
}
.msg-item input{
  display: block;
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 50px;
}
.msg-item.it2{
  padding: 0 15px 0 90px;
}
.msg-item.it2 label{
  left: 15px;
}
.msg-item select{
  display: block;
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 50px;
  background: url(https://dmr.ctmon.com.cn/wstmart/home/view/default/images/icon-down.png) no-repeat right 1px center;
}
.msg-item.it3{
  padding:0 135px 0 86px;
}
.msg-item.it3 label{
  left: 15px;
  width: 52px;
  border-right: 1px solid #e1e1e1;
}
.code-box{
  position: absolute;
  right: 15px;
  top:8px;
  z-index: 2;
  height: 24px;
  font-size: 0;
}
.code-box .codeimg{
  width: 63px;
  height: 24px;
  vertical-align: text-bottom;
  margin-right:3px;
  cursor: pointer;
}
.code-box a{
  font-size: 12px;
  color: rgba(102,102,102,.3);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.code-box a:hover{
  color: #ee1d23;
}
.msg-item.it4{
  height: 140px;
}
.msg-item textarea{
  display: block;
  width: 100%;
  height: 140px;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  padding: 15px 0;
}
.msg-item input::-webkit-input-placeholder,
.msg-item textarea::-webkit-input-placeholder {
  color: rgba(102,102,102,.3);
}
.msg-item input::-moz-placeholder,
.msg-item textarea::-moz-placeholder {
  color: rgba(102,102,102,.3);
}
.msg-item input:-ms-input-placeholder,
.msg-item textarea:-ms-input-placeholder { 
  color: rgba(102,102,102,.3);
}
.btn-submit{
  display: block;
  width: 100%;
  font-size: 16px;
  background: #ee1d23;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  border:1px solid #ee1d23;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.btn-submit:hover{
  background: transparent;
  color: #6eb92c;
}

.section-title h3 {
  font-size: 30px;
  text-align: center;
}
.section-title h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 6px;
  text-align: center;
}

@media (min-width: 768px) {
	/*contact*/
  .sec-contact{
    padding-bottom: 70px;
  }
  .contact-fir{
    margin: 40px 0 55px;
  }
    /*contact*/
    .contact-left{
      float: left;
      width: 50%;
      height: 355px;
      padding: 68px 40px;
    }
    .contact-right{
      float: right;
      width: 50%;
      height: 355px;
      overflow: hidden;
    }
    .contact-right img{
      width: 100%;
      height: 100%;
    }
  .contact-left .m-company{
    font-size: 22px;
    padding-left: 40px;
    background-position: left top 6px;
    background-size: auto 21px;
    margin-bottom: 16px;
  }
  .contact-left .m-address{
    font-size: 18px;
  }
  .contact-left .m-info{
    font-size: 16px;
  }
  .contact-sec{
    margin: 55px 0 30px;
  }
  .contact-sectit{
    font-size: 24px;
    line-height: 57px;
  }
  .fzjg-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fzjg-item:nth-child(even){
    border-right: none;
  }
  .fzjg-item:nth-last-child(2):nth-child(odd),
  .fzjg-item:last-child:nth-child(odd),
  .fzjg-item:last-child:nth-child(even){
    border-bottom: none;
  }
  .fzjg-item .m-company{
    font-size: 24px;
    padding-left: 50px;
    background: url(../image/icon-com.png) no-repeat left top 7px;
    background-size: auto 21px;
    margin-bottom: 5px;
  }
  .fzjg-item .m-address{
    font-size: 16px;
  }
  .fzjg-item .m-info{
    margin-top: 25px;
  }
  .message-box{
    margin-top: 37px;
  }
  .message-box .row{
    margin: 0 -5px;
  }
  .message-box .col-xs-12,
  .message-box .col-sm-6{
    padding: 0 5px;
  }
  .msg-item{
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    margin-bottom: 10px;
    padding:0 34px 0 170px;
    position: relative;
  }
  .msg-item .m-img{
    width: 40px;
    position: absolute;
    left: 34px;
    top:0;
    line-height: 60px;
  }
  .msg-item .m-img img{
    width: 18px;
  }
  .msg-item label{
    width: 95px;
    font-size: 14px;
    color: #666;
    position: absolute;
    left: 74px;
    top:0;
  }
  .msg-item input{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 50px;
  }
  .msg-item.it2{
    padding: 0 34px 0 130px;
  }
  .msg-item.it2 label{
    left: 34px;
  }
  .msg-item select{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 50px;
    background: url(https://dmr.ctmon.com.cn/wstmart/home/view/default/images/icon-down.png) no-repeat right center;
  }
  .msg-item.it3{
    padding: 0 170px 0 130px;
  }
  .msg-item.it3 label{
    left: 34px;
    width: 68px;
    border-right: 1px solid #e1e1e1;
  }
  .code-box{
    position: absolute;
    right: 20px;
    top:8px;
    z-index: 2;
    height: 33px;
    font-size: 0;
  }
  .code-box .codeimg{
    width: 87px;
    height: 33px;
    vertical-align: text-bottom;
    margin-right:5px;
    cursor: pointer;
  }
  .code-box a{
    font-size: 14px;
    color: rgba(102,102,102,.3);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .code-box a:hover{
    color: #ee1d23;
  }
  .msg-item.it4{
    height: 140px;
  }
  .msg-item textarea{
    display: block;
    width: 100%;
    height: 140px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    padding: 15px 0;
  }
  .msg-item input::-webkit-input-placeholder,
  .msg-item textarea::-webkit-input-placeholder {
    color: rgba(102,102,102,.3);
  }
  .msg-item input::-moz-placeholder,
  .msg-item textarea::-moz-placeholder {
    color: rgba(102,102,102,.3);
  }
  .msg-item input:-ms-input-placeholder,
  .msg-item textarea:-ms-input-placeholder { 
    color: rgba(102,102,102,.3);
  }
  .btn-submit{
    display: block;
    width: 100%;
    font-size: 16px;
    background: #6eb92c;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
    border:1px solid #6eb92c;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .btn-submit:hover{
    background: transparent;
    color: #6eb92c;
  }

  .fzjg-item {
    padding: 50px 55px 45px 55px;
}

}

@media (min-width: 991px){

  .fzjg-item{
    float: left;
    width: 50%;
    border-right: 1px solid #eee;
    padding:50px 160px 45px 120px;
  }
  
  }




















  
/* 人才招聘 */
.con_con{
  background: #f5f5f5;
}
.icon-down {
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 12px;
  height: 20px;
  background-image: url(../image/img31.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.in-more {
  width: 140px;
  height: 41px;
  border-radius: 20.5px;
  border: 1px solid #c2c2c2;
  line-height: 40px;
  color: #005fe5;
  font-size: 16px;
  display: inline-block;
  padding: 0 35px;
  vertical-align: top;
  float: right;
  position: relative;
}
.in-more i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://dmr.ctmon.com.cn/wstmart/home/view/default/images/right.png) no-repeat center;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -10px;
  transition: all 0.4s;
}
.in-more:hover i {
  transform: translateX(8px);
}
.join-one{padding: 90px 0 95px;}
.join1-con .join-block{text-align: center;margin-top: 56px;}
.join1-con .in-more{width: 224px;font-size: 20px;color: #777;display: inline-block;float: none;margin:0 16px;text-align: left;}
.join1-con .in-more i{background: url(../image/img186.png) no-repeat center;}
.join1-con .in-more:hover{background:#6eb92c;border-color: transparent;color: #fff;}
.join1-con .in-more:hover i{background: url(../image/img185.png) no-repeat center;}
.join1-con p{color: #222;font-size: 18px;text-align: center;line-height: 28px;}
.join1-list{margin-top: 108px;}
.join1-list li{width: 25%;float: left;text-align: center;}
.join1-list li .join1-pic{width: 80px;height: 80px;overflow:hidden;margin:0 auto;transition: all 0.4s;}
.join1-list li .join1-pic img{display: block;margin:0 auto;}
.join1-list li p{color: #333;font-size: 24px;margin-top: 36px;}
.join1-list li:hover .join1-pic{transform: translateY(-10px);}
.join-two{padding-bottom: 70px;}
.join-two .ser-tit{margin-bottom: 65px;}
.join_tit{padding: 28px 40px;background: #f5f5f5;}
.join_tit-con{position: relative;}
.join2-list li.on .join_tit{background: #6eb92c;}
.join_font{display: none;padding: 45px 40px;background: #fff;}
.join2-list li{border: #d9d9d9 1px solid;border-bottom: none;}
.join2-list li:last-child{border-bottom: 1px solid #d9d9d9;}
.join_tit-con h3 span{font-size: 24px;color: #222;display: inline-block;transition: all 0.4s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.join_tit-con h3 span.span1{width: 340px;}
.join_tit-con h3 span.span2,.join_tit-con h3 span.span3{display: none;}
.join_tit-con h3 span.span3{width: 250px;float: right;}
.join2-list li.on .join_tit-con h3 span{color: #fff;}
.join2-list li.on .join_tit .icon-down{
  background-image: url(../image/img187.png);
}
.join_tit .icon-down{color: #838383;font-size: 20px;}
.join_det-item span{font-size: 18px;color: #333;padding: 0 30px;line-height: 34px;border:1px solid #dddee5;display: inline-block;margin-bottom: 25px;}
.join_det-item p{color: #777;font-size: 16px;}
.join_det-item{margin-bottom: 40px;}
.join2-list li.on span.span2,.join2-list li.on span.span3{display: inline-block;}
.join-two .page{margin-top: 80px;}
@media (max-width: 1459px){
  .join1-con .in-more {
    font-size: 18px;
}
}
@media (max-width: 991px){
  .in-more {
    width: 110px;
    height: 36px;
    line-height: 34px;
    padding: 0 20px;
    font-size: 14px;
}
    /* 人才招聘 */
    .join-one{padding: 30px 0 40px;}
    .join1-con p{font-size: 14px;line-height: 24px;}
    .join1-con .join-block{margin-top: 20px;}
    .join1-con .in-more{font-size: 14px;width: 160px;}
    .join1-list{margin-top: 40px;}
    .join1-list li p{font-size: 16px;margin-top: 15px;}
    .join1-list li .join1-pic{width: 65px;height: 65px;}
    .join1-list li .join1-pic img{width: 100%;}
    .join_tit-con h3 span{font-size: 16px;}
    .join_tit{padding: 12px 20px;}
    .join_tit-con h3 span.span1{width: 300px;}
    .join_tit-con h3 span.span3{width: 150px;}
    .join_font{padding: 20px;}
    .join_det-item span{font-size: 14px;}
    .join_det-item p{font-size: 12px;}
    .join_det-item span{margin-bottom: 15px;}
    .join_det-item{margin-bottom: 20px;}
    .join-two .page{margin-top: 30px;}
    .join-two{padding-bottom: 40px;}
    .in-more i {
      right: 20px;
  }
  .join-two .ser-tit {
    margin-bottom: 25px;
}
}
@media (max-width: 414px){
  .join1-con .in-more {
    width: 150px;
    margin: 0 1px;
}
}

@media (max-width: 414px){
  .section-title h3 {
    font-size: 24px;
}
.profile-des p{
  font-size: 14px;
}
.sec-profile {
  padding-bottom: 30px;
}
.deve-prev, .deve-next{
  top: 17px;
}
.development-box {
  padding: 0 32px;
  margin-top: 14px;
}
.honor-box {
  margin-top: 8px;
}
.sec-honor .swiper-container{
  padding-bottom: 40px;
}
.sec-honor .swiper-pagination-bullet-active {
  opacity: 1;
  background: #6eb92c;
}
.partner-box {
  margin-top: 8px;
}

/* 联系我们 */

.contact-fir {
  margin: 8px 0 40px;
}
.message-box {
  margin-top: 10px;
}
}

@media (max-width: 375px){
  .zty_con5 .rq2 a .sp1 {
    font-size: 14px;
    padding-left: 34px;
    padding-right: 12px;
}
.zty_con5 .rq2 a .sp2 {
  font-size: 20px;
}
.zty_con6 .gallery-top .div .div2 span{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.zty_con10 .rig .div1 {
  padding: 0 6px;
}
.zty_con11 .rq1 div:nth-child(3) label {
  width: 48%;
}
.sy_con6 .rig .div1 {
  padding: 0 4px;
}
.sy_con5 .rq3 .div2 {
  padding-top: 27px;
}
.sy_bt .bt span, .sy_bt .bt {
  font-size: 19px;
}
.sy_con5 .rq1 .rig button {
  padding: 0 18px;
}

}




/* 关于我们增加板块 */

.ab_con4 .rq2{
  width: 100%;
  position: relative;
}
.ab_con4 .rq2 .rq{
  width: 100%;
  padding-top: 30px;
  position: relative;
  padding-bottom: 30px;
}
.ab_con4 .rq2 .rq::before{
  content: '';
  width: 86.7%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.ab_con4 .rq2 .rq .div{
  width: 100%;
  padding-top: 24px;
}
.ab_con4 .rq2 .rq .div .top{
  width: 100%;
  height: 524px;
  margin-bottom: 14px;
}
.ab_con4 .rq2 .rq .div .top .div1{
  width: 24%;
  float: left;
  margin-right: 1.35%;
}
.ab_con4 .rq2 .rq .div .top .div1 div{
  width: 100%;
  margin-bottom: 14px;
  overflow: hidden;
}
.ab_con4 .rq2 .rq .div .top .div1 div:nth-child(2){
  margin-bottom: 0;
}
.ab_con4 .rq2 .rq .div .top .div1 div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.ab_con4 .rq2 .rq .div .top .div2{
  width: 49.3%;
  float: left;
}
.ab_con4 .rq2 .rq .div .top .div2 div{
  width: 100%;
  overflow: hidden;
}
.ab_con4 .rq2 .rq .div .top .div2 div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.ab_con4 .rq2 .rq .div .bot{
  width: 100%;
}
.ab_con4 .rq2 .rq .div .bot .div1{
  width: 24%;
  float: left;
  margin-right: 1.3%;
  overflow: hidden;
}
.ab_con4 .rq2 .rq .div .bot .div1:nth-child(4){
  margin-right: 0;
}
.ab_con4 .rq2 .rq .div .bot .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.ab_con4 .rq2 .rq .div .top .div1 div:hover img,
.ab_con4 .rq2 .rq .div .top .div2 div:hover img,
.ab_con4 .rq2 .rq .div .bot .div1:hover img{
  transform: scale(1.05);
}
.ab_con4 .rq2 .rq .div .swiper-container{
  padding-bottom: 40px;
}
.ab_con4 .rq2 .rq .div .swiper-pagination{
  bottom: 0;
}
.ab_con4 .rq2 .rq .div .swiper-pagination-bullet-active{
  background: #6eb92c;
}

@media(max-width:1459px){

  .ab_con4 .rq2 .rq::before {
    width: 95%;
  }

  .ab_con4 .rq2 .rq .div .top {
    height: 448px;
  }
}
@media(max-width:1259px){
  .ab_con4 .rq2 .rq .div .top {
    height: 365px;
  }
}
@media(max-width:991px){
  .ab_con4 .rq2 .rq .div .top {
    height: 287px;
  }
}
@media(max-width:768px){
  .ab_con4 .rq2 .rq::before {
    width: 100%;
  }
  .ab_con4 .rq2 .rq .div .top {
    height: auto;
  }
  .ab_con4 .rq2 .rq {
    padding-top: 0px;
  }
  .ab_con4 .rq2 .rq .div {
    padding-top: 12px;
}
}
@media(max-width:500px){
  .ab_con4 .rq2 .rq {
    padding-top: 0px;
  }
  .ab_con4 .rq2 .rq .div {
    padding-top: 10px;
  }
  .ab_con4 .rq2 .rq .div .top {
    margin-bottom: 10px;
  }
  .ab_con4 .rq2 .rq .div .top .div1{
    width: 100%;
    margin-right: 0;
  }
  .ab_con4 .rq2 .rq .div .top .div1 div{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .ab_con4 .rq2 .rq .div .top .div1 div:nth-child(2){
    margin-right: 0;
  }
  .ab_con4 .rq2 .rq .div .top .div2{
    width: 100%;
  }
  .ab_con4 .rq2 .rq .div .bot .div1{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .ab_con4 .rq2 .rq .div .bot .div1:nth-child(2n){
    margin-right: 0;
  }
}



/*新增  聚合页 */

/* banner */
.ny_banner .xz_rq{
  width: 920px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ny_banner .xz_rq .div{
  width: 750px;
  height: 55px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.ny_banner .xz_rq .div input{
  width: 600px;
  height: 55px;
  font-size: 16px;
  color: #666;
  background: #fff;
  padding-left: 15px;
  float: left;
}
.ny_banner .xz_rq .div button{
  width: 150px;
  height: 55px;
  font-size: 16px;
  color: #fff;
  background: rgb(191,25,32);
  float: left;
  cursor: pointer;
}
.ny_banner .xz_rq .div1{
  width: 150px;
  height: 55px;
  float: left;
  border-radius: 5px;
  margin-left: 20px;
  overflow: hidden;
}
.ny_banner .xz_rq .div1 button{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  background: rgb(191,25,32);
  cursor: pointer;
}

.jh_dh{
  padding: 0 !important;
  line-height: 56px;
}
/* jh_con1 */
.jh_con1{
  width: 100%;
}
.jh_con1 .lef{
  width: 73.8%;
  height: 375px;
  border: 1px solid rgb(225,225,225);
  float: left;
}
.jh_con1 .lef .top{
  width: 100%;
  border-bottom: 1px solid rgb(225,225,225);
}
.jh_con1 .lef .top button{
  display: block;
  float: left;
  height: 46px;
  padding: 0 25px;
  font-size: 16px;
  color: #2f3336;
  border-right: 1px solid rgb(225,225,225);
  transition: all .5s;
}
.jh_con1 .lef .top button.on{
  background: rgb(191,25,32);
  color: #fff;
}
.jh_con1 .lef .bot{
  width: 100%;
}
.jh_con1 .lef .bot .rq{
  width: 100%;
  padding: 17px 20px;
  display: none;
}
.jh_con1 .lef .bot .rq.on1{
  display: block;
}
.jh_con1 .lef .bot .div{
  width: 47%;
  float: left;
}
.jh_con1 .lef .bot .div img{
  width: 100%;
  vertical-align: middle;
}
.jh_con1 .lef .bot .div1{
  width: 53%;
  float: left;
  padding-left: 20px;
  padding-top: 10px;
}
.jh_con1 .lef .bot .div1 .p1{
  font-size: 24px;
  color: #2f3336;
}
.jh_con1 .lef .bot .div1 .p2{
  font-size: 14px;
  color: #666666;
  margin-top: 9px;
  margin-bottom: 42px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.jh_con1 .lef .bot .div1 .p3{
  font-size: 14px;
  color: #666666;
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
  display: block;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jh_con1 .lef .bot .div1 .p3:hover{
  color: #bf1b1b;
  padding-left: 30px;
}
.jh_con1 .lef .bot .div1 .p3::before{
  content: '';
  width: 13px;
  height: 9px;
  background-image: url(https://dmr.ctmon.com.cn/wstmart/home/view/default/images/img142.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.jh_con1 .lef .bot .div1 .p3:hover::before{
  background-image: url(../image/img143.png);
}

.jh_con1 .rig{
  width: 25%;
  height: 375px;
  border: 1px solid rgb(225,225,225);
  float: right;
}
.jh_con1 .rig .top{
  width: 100%;
  border-bottom: 1px solid rgb(225,225,225);
}
.jh_con1 .rig .top button{
  font-size: 16px;
  color: #ffffff;
  background: rgb(191,25,32);
  height: 46px;
  width: 100%;
}
.jh_con1 .rig .bot{
  width: 100%;
  padding: 0 20px;
}
.jh_con1 .rig .bot a{
  display: block;
  float: left;
  width: 50%;
  padding-left: 16px;
  font-size: 12px;
  color: #666666;
  margin-top: 22px;
  position: relative;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jh_con1 .rig .bot a::before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgb(47,51,54);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.jh_con1 .rig .bot a:hover{
  color: #bf1b1b;
}
.jh_con1 .rig .bot a:hover::before{
  background: #bf1b1b;
}

/* jh_con2 */
.jh_con2{
  width: 100%;
  padding-top: 55px;
}
.jh_con2 .p{
  font-size: 30px;
  color: #2f3336;
  border-bottom: 1px solid rgb(47,51,54);
  font-weight: bold;
}
.jh_con2 .p a{
  float: right;
  width: 28px;
}
.jh_con2 .p a img{
  width: 100%;
}
.jh_con2 .rq{
  width: 100%;
  padding-top: 24px;
}
.jh_con2 .rq .div{
  width: 32%;
  height: 291px;
  margin-right: 2%;
  float: left;
  margin-bottom: 25px;
}
.jh_con2 .rq .div:nth-child(3n){
  margin-right: 0;
}
.jh_con2 .rq .div .div1{
  width: 100%;
  overflow: hidden;
  border: 1px solid rgb(225,225,225);
  position: relative;
  display: block;
}
.jh_con2 .rq .div .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.jh_con2 .rq .div:hover .div1 img{
  transform: scale(1.05);
}
.jh_con2 .rq .div .div1 p{
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  padding-left: 20px;
  background: rgb(67,71,74);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* jh_con3 */
.jh_con3{
  width: 100%;
  padding-top: 30px;
}
.jh_con3 .rq{
  width: 100%;
}
.jh_con3 .rq .div{
  width: 32%;
  float: left;
  margin-right: 2%;
  border: 1px solid rgb(225,225,225);
}
.jh_con3 .rq .div:nth-child(3n){
  margin-right: 0;
}
.jh_con3 .rq .div .p{
  font-size: 16px;
  color: #2f3336;
  line-height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid rgb(225,225,225);
  position: relative;
}
.jh_con3 .rq .div .p::before{
  content: '';
  width: 80px;
  height: 3px;
  background: rgb(191,25,32);
  position: absolute;
  bottom: -1px;
  left: 20px;
}
.jh_con3 .rq .div .p a{
  font-size: 14px;
  color: #999999;
  float: right;
}
.jh_con3 .rq .div .div1{
  width: 100%;
  padding: 20px;
}
.jh_con3 .rq .div .div1 .top{
  width: 100%;
  overflow: hidden;
}
.jh_con3 .rq .div .div1 .top img{
  width: 100%;
  vertical-align: middle;
}
.jh_con3 .rq .div:hover .div1 .top img{
  transform: scale(1.05);
}
.jh_con3 .rq .div .div1 .bot{
  width: 100%;
  padding-top: 22px;
}
.jh_con3 .rq .div .div1 .bot a{
  font-size: 14px;
  color: #666666;
  margin-bottom: 14px;
  display: block;
  padding-left: 22px;
  position: relative;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jh_con3 .rq .div .div1 .bot a:hover{
  color: rgb(191,25,32);
  padding-left: 30px;
}
.jh_con3 .rq .div .div1 .bot a:last-child{
  margin-bottom: 0;
}
.jh_con3 .rq .div .div1 .bot a::before{
  content: '';
  width: 13px;
  height: 9px;
  background-image: url(https://dmr.ctmon.com.cn/wstmart/home/view/default/images/img142.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%,-50%);
}
.jh_con3 .rq .div .div1 .bot a:hover::before{
  background-image: url(../image/img143.png);
}


/* jh_con4 */
.jh_con4{
  width: 100%;
  padding-top: 55px;
  padding-bottom: 100px;
}
.jh_con4 .rq{
  width: 100%;
}
.jh_con4 .rq .lef{
  width: 73.8%;
  float: left;
}
.jh_con4 .rq .top{
  width: 100%;
}
.jh_con4 .rq .top .div{
  width: 49%;
  margin-right: 2%;
  border: 1px solid rgb(225,225,225);
  float: left;
}
.jh_con4 .rq .top .div:nth-child(2){
  margin-right: 0;
}
.jh_con4 .rq .top .div .p{
  font-size: 16px;
  color: #2f3336;
  border-bottom: 1px solid rgb(225,225,225);
  line-height: 50px;
  position: relative;
  padding: 0 16px;
}
.jh_con4 .rq .top .div .p::before{
  content: '';
  width: 5px;
  height: 20px;
  background: rgb(191,25,32);
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.jh_con4 .rq .top .div .p a{
  font-size: 14px;
  color: #999999;
  float: right;
}
.jh_con4 .rq .top .div .div1{
  width: 100%;
  padding: 16px 18px;
}
.jh_con4 .rq .top .div .div1 a{
  display: block;
  font-size: 14px;
  color: #666666;
  padding-left: 20px;
  position: relative;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jh_con4 .rq .top .div .div1 a::before{
  content: '';
  width: 13px;
  height: 9px;
  background-image: url(https://dmr.ctmon.com.cn/wstmart/home/view/default/images/img142.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.clone{
  margin-bottom: 13px;
}
.jh_con4 .rq .top .div .div1 a:last-child{
  /* margin-bottom: 0; */
}
.jh_con4 .rq .top .div .div1 a:hover{
  color:rgb(191,25,32);
  padding-left: 22px;
}
.jh_con4 .rq .top .div .div1 a:hover::before{
  background-image: url(../image/img143.png);
}

.jh_con4 .rq .bot{
  width: 100%;
  border: 1px solid rgb(225,225,225);
  margin-top: 12px;
}
.jh_con4 .rq .bot .div{
  width: 100%;
  border-bottom: 1px solid rgb(225,225,225);
}
.jh_con4 .rq .bot .div button{
  font-size: 16px;
  color: #ffffff;
  padding: 0 22px;
  line-height: 50px;
  background: rgb(191,25,32);
}
.jh_con4 .rq .bot .div a{
  font-size: 14px;
  color: #999999;
  float: right;
  line-height: 50px;
  margin-right: 20px;
}
.jh_con4 .rq .bot .div1{
  width: 100%;
  padding: 26px;
}
.jh_con4 .rq .bot .div1 .div2{
  float: left;
  width: 40.8%;
}
.jh_con4 .rq .bot .div1 .div2 img{
  width: 100%;
  vertical-align: middle;
}
.jh_con4 .rq .bot .div1 .div3{
  float: left;
  width: 59.2%;
  padding-left: 28px;
}
.jh_con4 .rq .bot .div1 .div3 a{
  display: block;
  font-size: 14px;
  color: #666666;
  margin-bottom: 13px;
  padding-left: 22px;
  position: relative;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jh_con4 .rq .bot .div1 .div3 a:last-child{
  margin-bottom: 0;
}
.jh_con4 .rq .bot .div1 .div3 a::before{
  content: '';
  width: 13px;
  height: 9px;
  background-image: url(https://dmr.ctmon.com.cn/wstmart/home/view/default/images/img142.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.jh_con4 .rq .bot .div1 .div3 a:hover{
  color:rgb(191,25,32);
  padding-left: 30px;
}
.jh_con4 .rq .bot .div1 .div3 a:hover::before{
  background-image: url(../image/img143.png);
}

.jh_con4 .rq .rig{
  width: 25%;
  border: 1px solid rgb(225,225,225);
  float: right;
}
.jh_con4 .rq .rig .job2{
  margin-top: 0;
}
.jh_con4 .rq .rig .job2 .p1{
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 51px;
}

@media(max-width:1259px){
  .jh_con1 .lef .top button {
    height: 36px;
    padding: 0 14px;
    font-size: 14px;
}
.jh_con1 .lef .bot .rq {
  padding: 13px 15px;
}
.jh_con1 .lef .bot .div1 {
  padding-left: 10px;
  padding-top: 5px;
}
.jh_con1 .lef .bot .div1 .p1 {
  font-size: 24px;
}
.jh_con1 .lef .bot .div1 .p2 {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 18px;
}
.jh_con1 .lef .bot .div1 .p3 {
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 11px;
}
.jh_con1 .rig,
.jh_con1 .lef {
  height: 307px;
}
.jh_con1 .rig .top button {
  font-size: 14px;
  height: 36px;
  padding: 0 14px;
}
.jh_con1 .rig .bot {
  padding: 0 10px;
}
.jh_con1 .rig .bot a {
  padding-left: 10px;
  font-size: 14px;
  margin-top: 15px;
}
.jh_con2 {
  padding-top: 35px;
}
.jh_con2 .p {
  font-size: 24px;
}
.jh_con2 .p a {
  width: 20px;
}
.jh_con2 .rq .div {
  height: 233px;
}
.jh_con2 .rq .div .div1 p {
  font-size: 14px;
  line-height: 40px;
  padding-left: 15px;
}
.jh_con3 {
  padding-top: 10px;
}
.jh_con3 .rq .div .p {
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px;
}
.jh_con3 .rq .div .p::before {
  width: 64px;
  height: 3px;
  left: 10px;
}
.jh_con3 .rq .div .p a {
  font-size: 12px;
}
.jh_con3 .rq .div .div1 {
  padding: 10px;
}
.jh_con3 .rq .div .div1 .bot {
  padding-top: 12px;
}
.jh_con3 .rq .div .div1 .bot a {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 18px;
}
.jh_con4 {
  padding-top: 34px;
  padding-bottom: 65px;
}
.jh_con4 .rq .top .div .p {
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px;
}
.jh_con4 .rq .top .div .p a {
  font-size: 12px;
}
.jh_con4 .rq .top .div .div1 {
  padding: 10px 10px;
}
.jh_con4 .rq .top .div .div1 a {
  font-size: 14px;
  padding-left: 18px;

}
.clone{
  margin-bottom: 10px;
}

.jh_con4 .rq .bot .div button {
  font-size: 14px;
  padding: 0 14px;
  line-height: 40px;
}
.jh_con4 .rq .bot .div a {
  font-size: 12px;
  line-height: 40px;
  margin-right: 10px;
}
.jh_con4 .rq .bot .div1 {
  padding: 10px;
}
.jh_con4 .rq .bot .div1 .div3 {
  padding-left: 15px;
}
.jh_con4 .rq .bot .div1 .div3 a {
  font-size: 14px;
  margin-bottom: 9px;
  padding-left: 19px;
}
.jh_con4 .rq .rig .job2 .p1 {
  font-size: 16px;
  line-height: 40px;
}
}
@media(max-width:991px){
  .ny_banner .xz_rq .div input {
    width: 300px;
    height: 40px;
    font-size: 13px;
    padding-left: 10px;
}
.ny_banner .xz_rq .div button {
  width: 100px;
  height: 40px;
  font-size: 13px;
}
.ny_banner .xz_rq .div {
  width: 400px;
  height: 40px;
  border-radius: 5px;
}
.ny_banner .xz_rq .div1 {
  width: 100px;
  height: 40px;
  margin-left: 10px;
}
.ny_banner .xz_rq .div1 button {
  font-size: 13px;
}
.ny_banner .xz_rq{
  width: 510px;
}


  .jh_con1 .lef .bot .div1 .p1 {
    font-size: 18px;
}
.jh_con1 .lef .bot .div1 .p3 {
  font-size: 13px;
  padding-left: 20px;
  margin-bottom: 7px;
}
.jh_con1 .lef .bot .div1 .p2 {
  font-size: 13px;
  margin-top: 4px;
  margin-bottom: 10px;
}
.jh_con1 .rig, .jh_con1 .lef {
  height: 252px;
}
.jh_con1 .rig .bot a {
  padding-left: 10px;
  font-size: 13px;
  margin-top: 10px;
}
.jh_con2 .rq .div {
  height: 179px;margin-bottom: 18px;
}





}
@media(max-width:768px){
  .jh_con1 .lef{
    width: 100%;
    height: auto;
  }
  .jh_con1 .rig{
    width: 100%;
    height: auto;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .jh_con2 .rq .div{
    height: auto;
  }
  .jh_con4 .rq .lef{
    width: 100%;
  }
  .jh_con4 .rq .rig{
    width: 100%;
  }

}
@media(max-width:500px){
  .ny_banner .xz_rq .div,
  .ny_banner .xz_rq .div1{
    float: none;
    margin: 0 auto;
  }
  .ny_banner .xz_rq .div input {
    width: 210px;
    height: 35px;
}
.ny_banner .xz_rq .div button {
  width: 80px;
  height: 35px;
}
.ny_banner .xz_rq .div{
  width: 290px;
  height: 35px;
}
.ny_banner .xz_rq .div1 {
  width: 80px;
  height: 35px;
  margin-top: 10px;
}

  .jh_dh {
    line-height: 44px;
}
  .jh_con1 .lef .top button {
    height: 36px;
    padding: 0 8px;
    font-size: 13px;
}
.jh_con1 .lef .bot .rq {
  padding: 10px 10px;
}
.jh_con1 .lef .bot .div{
  width: 100%;
}
.jh_con1 .lef .bot .div1{
  width: 100%;
  padding-left: 0;
  padding-top: 10px;
}
.jh_con1 .lef .bot .div1 .p2 {
  margin-top: 8px;
}
.jh_con1 .rig .top button {
  font-size: 13px;
}
.jh_con2 {
  padding-top: 16px;
}
.jh_con2 .p {
  font-size: 18px;
  padding-bottom: 5px;
}
.jh_con2 .rq {
  padding-top: 15px;
}
.jh_con2 .rq .div{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.jh_con2 .rq .div:nth-child(3n){
  margin-right: 2%;
}
.jh_con2 .rq .div:nth-child(2n){
  margin-right: 0;
}
.jh_con2 .rq .div .div1 p {
  font-size: 12px;
  line-height: 26px;
  padding-left: 12px;
}
.jh_con3 {
  padding-top: 15px;
}
.jh_con4 .rq .top .div,
.jh_con3 .rq .div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.jh_con4 {
  padding-top: 10px;
  padding-bottom: 45px;
}
.jh_con4 .rq .bot .div1 .div2{
  width: 100%;
}
.jh_con4 .rq .bot .div1 .div3{
  width: 100%;
  padding-left: 0;
  padding-top: 10px;
}

}


/* 通用 */
 .use3 {
  width: 100%;
  margin-top: 30px;
}

 .use3 .p1, .rig_rq2 .p1 {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 58px;
  background: #6eb92c;
}
 .use3 .div {
  background: rgb(250,250,250);
  padding: 22px 20px 40px 20px;
}
.use3 .div a {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid rgb(225,225,225);
  border-radius: 3px;
  margin-bottom: 10px;
  margin-right: 8px;
}
@media (max-width: 1680px) {
  
  }
  
  @media (max-width: 1459px) {
    .use3 .p1{
      font-size: 18px;
      padding-left: 36px;
      line-height: 46px;
  }
  .use3 .div {
    padding: 10px 10px 15px 10px;
}
.use3 .div a {
  font-size: 12px;
  line-height: 26px;
  padding: 0 6px;
  border-radius: 3px;
  margin-bottom: 6px;
  margin-right: 4px;
}
  }
  @media (max-width: 1259px) {
  
  }
  @media(max-width:991px){
  .use3{
    display: none;
  }
  }
  /* abo6_con1 */
.abo6_con1{
  width: 100%;
  padding-top: 87px;
  padding-bottom: 60px;
}
.abo6_con1 .top{
  width: 100%;
}
.abo6_con1 .top .lef{
  width: 53%;
  float: left;
}
.abo6_con1 .top .lef .p1{
  font-size: 44px;
  color: #6eb92c;
  position: relative;
  padding-top: 40px;
}
.abo6_con1 .top .lef .p1 span{
  font-size: 80px;
  line-height: 100px;
  color: #0f69b2;
  font-family: "Impact";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.abo6_con1 .top .lef .div{
  width: 100%;
  padding-top: 27px;
}

  .abo6_con1 .top .lef .div p {
    text-indent: 2em;
    height: 331px;
    overflow-y: auto;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    padding-right: 25px;
}
.abo6_con1 .top .lef .div p::-webkit-scrollbar{
  width:3px;
  height:10px;
  /**/
}
.abo6_con1 .top .lef .div p::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  height: 20px;
}
.abo6_con1 .top .lef .div p::-webkit-scrollbar-thumb{
  background: #6eb92c;
}
.abo6_con1 .top .lef .div p::-webkit-scrollbar-thumb:hover{
  background: #5ec504;
}
.abo6_con1 .top .lef .div p::-webkit-scrollbar-corner{
  background: #179a16;
}
.abo6_con1 .top .rig{
  width: 47%;
  float: left;
  margin-top: 78px;
  padding-left: 50px;
  position: relative;
}
.abo6_con1 .top .rig img{
  width: 100%;
  vertical-align: middle;
}
.abo6_con1 .bot{
  width: 100%;
  margin-top: 42px;
}
.abo6_con1 .bot .div{
  width: 22%;
  margin-right: 4%;
  float: left;
  border-top: 2px solid rgb(193,195,196);
  padding-top: 19px;
}
.abo6_con1 .bot .div:nth-child(4){
  margin-right: 0;
}
.abo6_con1 .bot .div p{
  text-align: center;
  width: 77%;
  margin: 0 auto;
  font-size: 16px;
  color: #31383d;
  position: relative;
}
.abo6_con1 .bot .div p span{
  font-size: 48px;
  color: #6eb92c;
  line-height: 70px;
  font-family: "DIN";
  margin-right: 10px;
}
.abo6_con1 .bot .div p i{
  font-size: 18px;
  color: #31383d;
  position: absolute;
  top: 0;
}
.about_con3 .msg-box-bg{
  position: absolute;
}
.in3-video {
  position: relative;
}
.about_con3{
  width: 100%;
}
.msg-box-bg {
  width: 70%;
  height: 70%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 25%;
  display: none;
  z-index: 1001;
}

.msg-box {
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.msg-box .close-box {
  width: 30px;
  height: 30px;
  background: url("../image/btn-close-modal.png") no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 55px;
  top: 55px;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.msg-box .close-box:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.abo_video {
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.abo_video .bj{
  width: 100%;
  height: 100%;
}
.about_con3{
  position: relative;
}
.about_con3 .msg-box-bg{
  position: absolute;
}
.abo_video .bfq{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all .5s;
}
.abo_video .bfq p{
  font-size: 30px;
  color: #fff;
  font-family: "light";
  text-align: center;
  margin-top: 25px;
}
.abo_video .bfq div{
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
}

.abo_video .bfq div img{
  position: absolute;
  width: auto !important;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.abo_video .bfq div::before{
  content: '';
  background-size: contain;
  width: 100%;
  height: 100%;
  background-image: url(../image/img152.png);
  position: absolute;
  top: 0;
  left: 0;
}
.abo_video .bfq div img {
  width: 20px !important;
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@keyframes jj{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.abo_video:hover>.bfq{
  top: 45%;
}
.abo_video:hover> .bfq div::before{
  animation: jj 10s infinite linear;
}


@media(max-width:1459px){
  .abo6_con2 .rig {
    margin-top: -9px !important;
}
  .abo6_con3 .rig .top img {
    height: 280px !important;
}
  .abo6_con1 {
    padding-top: 66px;
    padding-bottom: 46px;
}
.abo6_con1 .top .lef .p1 span {
  font-size: 74px;
  line-height: 74px;
}
.abo6_con1 .top .lef .p1 {
  font-size: 33px;
  padding-top: 28px;
}
.abo6_con1 .top .lef .div {
  padding-right: 38px;
  padding-top: 28px;
}
.abo6_con1 .top .lef .div p {
  font-size: 14px;
  line-height: 26px;
}
.abo6_con1 .bot {
  margin-top: 30px;
}
.abo6_con1 .bot .div {
  padding-top: 26px;
}
.abo6_con1 .bot .div p i,
.abo6_con1 .bot .div p {
  font-size: 16px;
}
.abo6_con1 .bot .div p span {
  font-size: 64px;
  line-height: 64px;
  margin-right: 8px;
}

}
@media(max-width:1259px){
  .abo6_con3 .rig .top img {
    height: 200px !important;
}
  .abo6_con1 .top .lef .p1 span {
    font-size: 60px;
    line-height: 60px;
}
.abo6_con1 .top .lef .p1 {
  font-size: 33px;
  padding-top: 16px;
}
}
@media(max-width:991px){
  .abo6_con1 .top .lef .p1 span {
    font-size: 50px;
    line-height: 50px;
}
.abo6_con1 .top .lef .p1 {
  font-size: 28px;
  padding-top: 12px;
}
.abo6_con1 .top .lef .div {
  padding-right: 32px;
  padding-top: 16px;
}
.abo6_con1 .bot .div p span {
  font-size: 45px;
  line-height: 45px;
  margin-right: 8px;
}
.abo6_con1 .bot .div p i, .abo6_con1 .bot .div p {
  font-size: 14px;
}
.abo6_con1 .bot .div {
  padding-top: 16px;
}
.abo6_con1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

}
@media(max-width:768px){
  .abo6_con1 .top .lef{
    width: 100%;
  }
  .abo6_con1 .top .rig{
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .abo6_con1 .top .lef .p1 span {
    font-size: 45px;
    line-height: 50px;
}
.abo6_con1 .bot .div{
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
}
.abo6_con1 .bot .div:nth-child(2n){
  margin-right: 0;
}

}
@media(max-width:500px){
  .abo6_con1 {
    padding-top: 40px;
    padding-bottom: 25px;
}
  .abo6_con1 .top .lef .p1 span {
    font-size: 36px;
    line-height: 36px;
}
.abo6_con1 .top .lef .p1 {
  font-size: 24px;
  padding-top: 5px;
}
.abo6_con1 .top .lef .div {
  padding-right: 0px;
  padding-top: 8px;
}
.abo6_con1 .bot .div p i, .abo6_con1 .bot .div p {
  font-size: 12px;
}
.abo6_con1 .bot .div p span {
  font-size: 40px;
  line-height: 40px;
  margin-right: 5px;
}
.abo6_con1 .bot .div p i {
  top: 3px;
}
.abo6_con1 .bot .div {
  padding-top: 12px;
}

}

/* abo6_con2 */
.abo6_con2{
  width: 100%;
  padding-top: 88px;
  padding-bottom: 90px;
  background: rgb(248,248,248);
}
.abo6_con2 .lef{
  width: 50%;
  float: left;
}
.abo6_con2 .lef img{
  width: 100%;
  vertical-align: middle;
}
.abo6_con2 .rig{
  width: 50%;
  margin-top: 33px;
  float: left;
  padding-left: 75px;
}
.abo6_con2 .rig .div{
  margin-bottom: 22px;
}
.abo6_con2 .rig .div:last-child{
  margin-bottom: 0;
}
.abo6_con2 .rig .div .p1{
  font-size: 30px;
  color: #6eb92c;
}
.abo6_con2 .rig .div .p2{
  font-size: 16px;
  color: #777777;
}

@media(max-width:1459px){
  .abo6_con2 {
    padding-top: 66px;
    padding-bottom: 68px;
}
.abo6_con2 .rig {
  padding-left: 55px;
}
.abo6_con2 .rig .div .p1 {
  font-size: 26px;
}
.abo6_con2 .rig .div .p2 {
  font-size: 16px;
}

}
@media(max-width:1259px){
  .abo6_con2 .rig .div .p1 {
    font-size: 22px;
}
.abo6_con2 .rig .div .p2 {
  font-size: 14px;
}
}
@media(max-width:991px){
  .abo6_con2 {
    padding-top: 50px;
    padding-bottom: 45px;
}
.abo6_con2 .rig {
  padding-left: 30px;
}
.abo6_con2 .rig .div {
  margin-bottom: 10px;
}
.abo6_con2 .rig .div .p1 {
  font-size: 20px;
}


}
@media(max-width:768px){
  .abo6_con2 .lef{
    width: 100%;
  }
  .abo6_con2 .rig{
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
@media(max-width:500px){
  .abo6_con2 {
    padding-top: 40px;
    padding-bottom: 32px;
}
.abo6_con2 .rig .div .p2 {
  font-size: 14px;
  margin-top: 5px;
}
}

/* abo6_con3 */
.abo6_con3{
  width: 100%;
  padding-top: 95px;
  padding-bottom: 65px;
  background: rgb(122,131,158);
}
.abo6_con3 .lef{
  width: 32%;
  float: left;
}
.abo6_con3 .lef .p1{
  font-size: 18px;
  color: #ffffff;
  opacity: 0.7;
  text-transform: uppercase;
}
.abo6_con3 .lef .p2{
  font-size: 44px;
  color: #6eb92c;
}
.abo6_con3 .rig{
  width: 68%;
  float: left;
}
.abo6_con3 .rig .top{
  width: 100%;
  overflow: hidden;
}
.abo6_con3 .rig .top img{
  height: 340px;
  width: 100%;
  vertical-align: middle;
}
.abo6_con3 .rig .bot{
  margin-top: 40px;
  height: 260px;
  overflow-y: auto;
  padding-right: 10px;
}
.abo6_con3 .rig .bot::-webkit-scrollbar {
  width: 3px;
  background-color: rgb(142,166,186);
  border-radius:50px;
}

.abo6_con3 .rig .bot::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #fff;
}
.abo6_con3 .rig .bot .div{
  width: 100%;
  margin-bottom: 35px;
}
.abo6_con3 .rig .bot .div:last-child{
  margin-bottom: 0;
}
.abo6_con3 .rig .bot .div .div1{
  width: 24%;
  float: left;
  font-size: 36px;
  color: #ffffff;
}
.abo6_con3 .rig .bot .div .div2{
  width: 76%;
  float: left;
}
.abo6_con3 .rig .bot .div .div2 p{
  font-size: 16px;
  color: #ffffff;
  position: relative;
  padding-left: 18px;
  line-height: 30px;
}
.abo6_con3 .rig .bot .div .div2 p::before{
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 11px;
}

@media(max-width:1459px){
  .abo6_con3 {
    padding-top: 72px;
    padding-bottom: 50px;
}
.abo6_con3 .lef .p1 {
  font-size: 16px;
}
.abo6_con3 .lef .p2 {
  font-size: 33px;
}
.abo6_con3 .rig .bot {
  margin-top: 30px;
  height: 200px;
  padding-right: 10px;
}
.abo6_con3 .rig .bot .div {
  margin-bottom: 18px;
}
.abo6_con3 .rig .bot .div .div1 {
  font-size: 26px;
}
.abo6_con3 .rig .bot .div .div2 p {
  font-size: 14px;
  padding-left: 15px;
  line-height: 26px;
}
.abo6_con3 .rig .bot .div .div2 p::before {
  width: 5px;
  height: 5px;
  top: 9px;
}


}
@media(max-width:991px){
  .abo6_con3 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.abo6_con3 .rig .bot .div .div1 {
  font-size: 22px;
}
.abo6_con3 .rig .bot {
  margin-top: 20px;
  height: 155px;
}
.abo6_con3 .lef .p1 {
  font-size: 14px;
}
.abo6_con3 .lef .p2 {
  font-size: 28px;
}
}
@media(max-width:768px){
  .abo6_con3 .lef{
    width: 100%;
  }
  .abo6_con3 .rig{
    width: 100%;
    margin-top: 15px;
  }
}
@media(max-width:500px){
  .abo6_con3 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.abo6_con3 .lef .p1 {
  font-size: 13px;
}
.abo6_con3 .lef .p2 {
  font-size: 24px;
}
.abo6_con3 .rig .bot .div {
  margin-bottom: 10px;
}

}


/* ab3_con6 */
.ab3_con6{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 110px;
  overflow: hidden;
}
.ab3_con6 .top{
  width: 100%;
  border-bottom: 2px solid rgb(231,231,231);
  padding-bottom: 22px;
  position: relative;
}
.ab3_con6 .p1{
  font-size: 42px;
  color: #6eb92c;
}
.ab3_con6 .p2{
  font-size: 18px;
  color: #777777;
}
.ab3_con6 .top .div{
  position: absolute;
  right: 0;
  bottom: -1px;
  text-align: right;
}
.ab3_con6 .top .div button{
  font-size: 22px;
  color: #666666;
  margin-left: 55px;
  padding-bottom: 27px;
  position: relative;
  transition: all .5s;
}
.ab3_con6 .top .div button:hover,
.ab3_con6 .top .div button.on{
  color: #6eb92c;
}
.ab3_con6 .top .div button::before{
  content: '';
  width: 0%;
  height: 3px;
  background: #6eb92c;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s;
}
.ab3_con6 .top .div button:hover::before,
.ab3_con6 .top .div button.on::before{
  width: 100%;
}

.ab3_con6 .bot{
  width: 100%;
  padding-top: 50px;
  position: relative;
}
.ab3_con6 .bot .rq{
  display: none;
}
.ab3_con6 .bot .rq.on1{
  display: block;
}
.ab3_con6 .bot .swiper-slide{
  background: rgb(245,245,245);
}
.ab3_con6 .bot .div{
  width: 100%;
  height: 445px;
  position: relative;
}
.ab3_con6 .bot .div img{
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.ab3_con6 .bot .swiper-slide:hover .div img{
  transform: translate(-50%,-50%) scale(1.05);
}
.ab3_con6 .bot p{
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding-bottom: 24px;
}
.ab3_con6 .swiper-button-next,
.ab3_con6 .swiper-button-prev{
  width: 18px;
  height: 33px;
  background-image: url(../image/abo3_con6_img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -68px;
  transition: all .5s;
}
.ab3_con6 .swiper-button-prev{
  left: -68px;
  transform: rotate(180deg);
}
.ab3_con6 .swiper-button-next:hover,
.ab3_con6 .swiper-button-prev:hover{
  background-image: url(../image/abo3_con6_img3.png);
}

@media(max-width:1459px){
  .ab3_con6 {
    padding-top: 75px;
    padding-bottom: 83px;
}
.ab3_con6 .p1 {
  font-size: 36px;
}
.ab3_con6 .p2 {
  font-size: 15px;
}
.ab3_con6 .top {
  padding-bottom: 16px;
}
.ab3_con6 .top .div button {
  font-size: 18px;
  margin-left: 40px;
  padding-bottom: 22px;
}
.ab3_con6 .bot {
  padding-top: 38px;
}
.ab3_con6 .bot .div {
  height: 338px;
}
.ab3_con6 .bot p {
  font-size: 14px;
  padding-bottom: 18px;
}
.ab3_con6 .swiper-button-next, .ab3_con6 .swiper-button-prev {
  width: 13px;
  height: 24px;
  right: -50px;
}
.ab3_con6 .swiper-button-prev {
  left: -50px;
}

}
@media(max-width:991px){
  .ab3_con6 {
    padding-top: 38px;
    padding-bottom: 50px;
}
.ab3_con6 .p1 {
  font-size: 26px;
}
.ab3_con6 .p2 {
  font-size: 13px;
}
.ab3_con6 .top {
  padding-bottom: 12px;
}
.ab3_con6 .top .div button {
  font-size: 16px;
  margin-left: 22px;
  padding-bottom: 16px;
}
.ab3_con6 .bot .div {
  height: 250px;
}
}
@media(max-width:500px){
  .ab3_con6 {
    padding-top: 35px;
    padding-bottom: 40px;
}
.ab3_con6 .top {
  padding-bottom: 0px;
}
.ab3_con6 .top .div{
  position: static;
  text-align: left;
  margin-top: 15px;
}
.ab3_con6 .top .div button:nth-child(1){
  margin-left: 0;
}
.ab3_con6 .p1 {
  font-size: 24px;
}
.ab3_con6 .bot {
  padding-top: 15px;
}
.ab3_con6 .swiper-button-next, .ab3_con6 .swiper-button-prev{
  display: none;
}
}



/* ab1_con6 */
.ab1_con6{
  width: 100%;
  height: 540px;
  background-color: rgb(122,131,158);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 165px;
  overflow: hidden;
}
.ab1_con6 .p1{
  font-size: 28px;
  color: #ffffff;
  width: 90%;
  position: relative;
}
.ab1_con6 .p1::before{
  content: '';
  width: 45px;
  height: 47px;
  background-image: url(../image/ab1_con6_img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -100px;
  top: 8px;
}
.abo6_con5 .wrap .rq .swiper-pagination-bullet-active {
  opacity: 1;
  background: #6eb92c !important;
}
.ab1_con6 .div{
  margin-top: 72px;
  padding-left: 94px;
  width: 100%;
  position: relative;
}
.ab1_con6 .div img{
  width: 81px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ab1_con6 .div p{
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
@media(max-width:1459px){
.ab1_con6 {
  height: 410px;
  padding-top: 120px;
}
.ab1_con6 .p1 {
  font-size: 22px;
}
.ab1_con6 .div {
  margin-top: 54px;
  padding-left: 70px;
}
.ab1_con6 .div p {
  font-size: 14px;
}
.ab1_con6 .div img {
  width: 61px;
}
.ab1_con6 .p1::before {
  width: 40px;
  height: 35px;
  left: -70px;
  top: 6px;
}



}
@media(max-width:991px){
  .ab1_con6 {
    height: 280px;
    padding-top: 65px;
}
.ab1_con6 .p1 {
  font-size: 16px;
  width: 100%;
}
.ab1_con6 .p1::before {
  width: 24px;
  height: 21px;
  left: -34px;
  top: 3px;
}
}
@media(max-width:500px){
  .ab1_con6 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 55px;
}
.ab1_con6 .p1 {
  font-size: 14px;
  width: 100%;
  padding-left: 30px;
}
.ab1_con6 .p1::before {
  width: 24px;
  height: 21px;
  left: 0px;
  top: 3px;
}
.ab1_con6 .div p {
  font-size: 13px;
}
.ab1_con6 .div img {
  width: 44px;
}
.ab1_con6 .div {
  margin-top: 36px;
  padding-left: 54px;
}



}



/* abo6_con4 */
.abo6_con4{
  width: 100%;
  padding-bottom: 75px;
  overflow: hidden;
}
.ab_con4 .p1{
  font-size: 44px;
  color: #6eb92c;
  text-align: center;
  position: relative;
}
.ab_con4 .p1 span{
  width: 100%;
  font-size: 72px;
  color: #0f69b2;
  font-family: "Impact";
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
}
.abo6_con4 .rq{
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.abo6_con4 .rq .top{
  width: 100%;
}
.abo6_con4 .rq .top img{
  width: 100%;
  vertical-align: middle;
}
.abo6_con4 .rq .p3{
  font-size: 24px;
  color: #1f2325;
  margin-top: 26px;
  margin-bottom: 10px;
}
.abo6_con4 .rq .p4{
  font-size: 16px;
  color: #666666;
  padding-right: 22px;
}
.abo6_con4 .swiper-button-next,
.abo6_con4 .swiper-button-prev{
  width: 18px;
  height: 33px;
  background-image: url(../image/abo3_con6_img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -70px;
  transition: all .5s;
}
.abo6_con4 .swiper-button-prev{
  left: -70px;
  transform: rotate(180deg);
}
.abo6_con4 .swiper-button-next:hover,
.abo6_con4 .swiper-button-prev:hover{
  background-image: url(../image/abo3_con6_img3.png);
}

@media(max-width:1459px){
  .abo6_con4 {
    padding-bottom: 57px;
}
.abo6_con4 .p1 {
  font-size: 33px;
}
.abo6_con4 .p1 span {
  font-size: 54px;
}
.abo6_con4 .rq {
  margin-top: 38px;
}
.abo6_con4 .rq .p3 {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.abo6_con4 .rq .p4 {
  font-size: 14px;
}
.abo6_con4 .swiper-button-next, .abo6_con4 .swiper-button-prev {
  width: 18px;
  height: 33px;
  right: -50px;
  top: 39%;
}
.abo6_con4 .swiper-button-prev {
  left: -50px;
}

}
@media(max-width:991px){
  .abo6_con4 {
    padding-bottom: 50px;
}
.abo6_con4 .p1 span {
  font-size: 48px;
}
.abo6_con4 .p1 {
  font-size: 28px;
}
.abo6_con4 .rq {
  margin-top: 24px;
}

}
@media(max-width:500px){
  .abo6_con4 {
    padding-bottom: 35px;
}
  .abo6_con4 .p1 span {
    font-size: 38px;
}
.abo6_con4 .p1 {
  font-size: 24px;
}
.abo6_con4 .rq {
  margin-top: 18px;
}
.abo6_con4 .rq .p3 {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 6px;
}
.abo6_con4 .swiper-button-next, .abo6_con4 .swiper-button-prev{
  display: none;
}
}

/* abo6_con5 */

.abo6_con5{
  width: 100%;
  padding-top: 80px;
  background: rgb(250,250,250);
}
.abo6_con5 .p1{
  font-size: 44px;
  color: #6eb92c;
  text-align: center;
  position: relative;
}
.abo6_con5 .p1 span{
  width: 100%;
  font-size: 64px;
  color: #0f69b2;
  font-family: "Impact";
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
}
.abo6_con5 .rq{
  width: 100%;
  padding-top: 40px;
}
.abo6_con5 .swiper-container{
  padding-bottom: 90px;
}
.abo6_con5 .swiper-slide{
  height: 115px;
  background: #fff;
  position: relative;
}
.abo6_con5 .swiper-slide img{
  max-width: 70%;
  max-height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.abo6_con5 .swiper-pagination{
  bottom: 40px;
}

@media(max-width:1459px){
  .abo6_con5 {
    padding-top: 60px;
}
.abo6_con5 .p1{
  font-size: 33px;
}
.abo6_con5 .p1 span{
  font-size: 54px;
}
.abo6_con5 .rq {
  padding-top: 30px;
}
.abo6_con5 .swiper-slide {
  height: 85px;
}

}
@media(max-width:991px){
  .abo6_con5 {
    padding-top: 50px;
}
.abo6_con5 .p1 span {
  font-size: 48px;
}
.abo6_con5 .p1 {
  font-size: 28px;
}
.abo6_con5 .swiper-container {
  padding-bottom: 66px;
}
.abo6_con5 .swiper-pagination {
  bottom: 30px;
}

}
@media(max-width:500px){
  .abo6_con5 .p1 span {
    font-size: 38px;
}
.abo6_con5 .p1 {
  font-size: 24px;
}
.abo6_con5 .rq {
  padding-top: 18px;
}
.abo6_con5 {
  padding-top: 35px;
}

}
@media(max-width:375px){
  .abo6_con5 .p1 span {
    font-size: 34px;
}
}



/*新增  聚合页 */

/* banner */
.ny_banner .xz_rq{
  width: 920px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ny_banner .xz_rq .div{
  width: 750px;
  height: 55px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.ny_banner .xz_rq .div input{
  width: 600px;
  height: 55px;
  font-size: 16px;
  color: #666;
  background: #fff;
  padding-left: 15px;
  float: left;
}
.ny_banner .xz_rq .div button{
  width: 150px;
  height: 55px;
  font-size: 16px;
  color: #fff;
  background: rgb(191,25,32);
  float: left;
  cursor: pointer;
}
.ny_banner .xz_rq .div1{
  width: 150px;
  height: 55px;
  float: left;
  border-radius: 5px;
  margin-left: 20px;
  overflow: hidden;
}
.ny_banner .xz_rq .div1 button{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  background: rgb(191,25,32);
  cursor: pointer;
}

.jh_dh{
  padding: 0 !important;
  line-height: 56px;
}
/* jh_con1 */
.jh_con1{
  width: 100%;
}
.jh_con1 .lef{
  width: 73.8%;
  height: 375px;
  border: 1px solid rgb(225,225,225);
  float: left;
}
.jh_con1 .lef .top{
  width: 100%;
  border-bottom: 1px solid rgb(225,225,225);
}
.jh_con1 .lef .top button{
  display: block;
  float: left;
  height: 46px;
  padding: 0 25px;
  font-size: 16px;
  color: #2f3336;
  border-right: 1px solid rgb(225,225,225);
  transition: all .5s;
}
.jh_con1 .lef .top button.on{
  background: rgb(191,25,32);
  color: #fff;
}
.jh_con1 .lef .bot{
  width: 100%;
}
.jh_con1 .lef .bot .rq{
  width: 100%;
  padding: 17px 20px;
  display: none;
}
.jh_con1 .lef .bot .rq.on1{
  display: block;
}
.jh_con1 .lef .bot .div{
  width: 47%;
  float: left;
}
.jh_con1 .lef .bot .div img{
  width: 100%;
  vertical-align: middle;
}
.jh_con1 .lef .bot .div1{
  width: 53%;
  float: left;
  padding-left: 20px;
  padding-top: 10px;
}
.jh_con1 .lef .bot .div1 .p1{
  font-size: 24px;
  color: #2f3336;
}
.jh_con1 .lef .bot .div1 .p2{
  font-size: 14px;
  color: #666666;
  margin-top: 9px;
  margin-bottom: 42px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.jh_con1 .lef .bot .div1 .p3{
  font-size: 14px;
  color: #666666;
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
  display: block;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jh_con1 .lef .bot .div1 .p3:hover{
  color: #bf1b1b;
  padding-left: 30px;
}
.jh_con1 .lef .bot .div1 .p3::before{
  content: '';
  width: 13px;
  height: 9px;
  background-image: url(https://dmr.ctmon.com.cn/wstmart/home/view/default/images/img142.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.jh_con1 .lef .bot .div1 .p3:hover::before{
  background-image: url(../image/img143.png);
}

.jh_con1 .rig{
  width: 25%;
  height: 375px;
  border: 1px solid rgb(225,225,225);
  float: right;
}
.jh_con1 .rig .top{
  width: 100%;
  border-bottom: 1px solid rgb(225,225,225);
}
.jh_con1 .rig .top button{
  font-size: 16px;
  color: #ffffff;
  background: rgb(191,25,32);
  height: 46px;
  width: 100%;
}
.jh_con1 .rig .bot{
  width: 100%;
  padding: 0 20px;
}
.jh_con1 .rig .bot a{
  display: block;
  float: left;
  width: 50%;
  padding-left: 16px;
  font-size: 12px;
  color: #666666;
  margin-top: 22px;
  position: relative;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jh_con1 .rig .bot a::before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgb(47,51,54);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.jh_con1 .rig .bot a:hover{
  color: #bf1b1b;
}
.jh_con1 .rig .bot a:hover::before{
  background: #bf1b1b;
}

/* jh_con2 */
.jh_con2{
  width: 100%;
  padding-top: 55px;
}
.jh_con2 .p{
  font-size: 30px;
  color: #2f3336;
  border-bottom: 1px solid rgb(47,51,54);
  font-weight: bold;
}
.jh_con2 .p a{
  float: right;
  width: 28px;
}
.jh_con2 .p a img{
  width: 100%;
}
.jh_con2 .rq{
  width: 100%;
  padding-top: 24px;
}
.jh_con2 .rq .div{
  width: 32%;
  height: 291px;
  margin-right: 2%;
  float: left;
  margin-bottom: 25px;
}
.jh_con2 .rq .div:nth-child(3n){
  margin-right: 0;
}
.jh_con2 .rq .div .div1{
  width: 100%;
  overflow: hidden;
  border: 1px solid rgb(225,225,225);
  position: relative;
  display: block;
}
.jh_con2 .rq .div .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.jh_con2 .rq .div:hover .div1 img{
  transform: scale(1.05);
}
.jh_con2 .rq .div .div1 p{
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  padding-left: 20px;
  background: rgb(67,71,74);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* jh_con3 */
.jh_con3{
  width: 100%;
  padding-top: 30px;
}
.jh_con3 .rq{
  width: 100%;
}
.jh_con3 .rq .div{
  width: 32%;
  float: left;
  margin-right: 2%;
  border: 1px solid rgb(225,225,225);
}
.jh_con3 .rq .div:nth-child(3n){
  margin-right: 0;
}
.jh_con3 .rq .div .p{
  font-size: 16px;
  color: #2f3336;
  line-height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid rgb(225,225,225);
  position: relative;
}
.jh_con3 .rq .div .p::before{
  content: '';
  width: 80px;
  height: 3px;
  background: rgb(191,25,32);
  position: absolute;
  bottom: -1px;
  left: 20px;
}
.jh_con3 .rq .div .p a{
  font-size: 14px;
  color: #999999;
  float: right;
}
.jh_con3 .rq .div .div1{
  width: 100%;
  padding: 20px;
}
.jh_con3 .rq .div .div1 .top{
  width: 100%;
  overflow: hidden;
}
.jh_con3 .rq .div .div1 .top img{
  width: 100%;
  vertical-align: middle;
}
.jh_con3 .rq .div:hover .div1 .top img{
  transform: scale(1.05);
}
.jh_con3 .rq .div .div1 .bot{
  width: 100%;
  padding-top: 22px;
}
.jh_con3 .rq .div .div1 .bot a{
  font-size: 14px;
  color: #666666;
  margin-bottom: 14px;
  display: block;
  padding-left: 22px;
  position: relative;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jh_con3 .rq .div .div1 .bot a:hover{
  color: rgb(191,25,32);
  padding-left: 30px;
}
.jh_con3 .rq .div .div1 .bot a:last-child{
  margin-bottom: 0;
}
.jh_con3 .rq .div .div1 .bot a::before{
  content: '';
  width: 13px;
  height: 9px;
  background-image: url(https://dmr.ctmon.com.cn/wstmart/home/view/default/images/img142.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%,-50%);
}
.jh_con3 .rq .div .div1 .bot a:hover::before{
  background-image: url(../image/img143.png);
}


/* jh_con4 */
.job2{
  width: 100%;
  margin-top: 25px;
}
.job2 .p1{
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  background: #bf1920;
  position: relative;
}
.job2 .p1 span{
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #fff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
}
.job2 .rq{
  width: 100%;
  background: #fff;
  padding: 12px;
}
.job2 .rq a{
  display: inline-block;
  line-height: 22px;
  border: 1px solid rgb(209,210,211);
  padding: 0 13px;
  font-size: 12px;
  color: #999999;
  border-radius: 3px;
  margin-bottom: 4px;
  transition: all .5s;
}
.job2 .rq a:hover{
  color: #fff;
  background: rgb(191,25,32);
  border: 1px solid rgb(191,25,32);
}
.jh_con4 .rq .rig{
  width: 25%;
  border: 1px solid rgb(225,225,225);
  float: right;
}
.jh_con4 .rq .rig .job2{
  margin-top: 0;
}
.jh_con4 .rq .rig .job2 .p1{
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 51px;
}
.jh_con4{
  width: 100%;
  padding-top: 55px;
  padding-bottom: 100px;
}
.jh_con4 .rq{
  width: 100%;
}
.jh_con4 .rq .lef{
  width: 73.8%;
  float: left;
}
.jh_con4 .rq .top{
  width: 100%;
}
.jh_con4 .rq .top .div{
  width: 49%;
  margin-right: 2%;
  border: 1px solid rgb(225,225,225);
  float: left;
}
.jh_con4 .rq .top .div:nth-child(2){
  margin-right: 0;
}
.jh_con4 .rq .top .div .p{
  font-size: 16px;
  color: #2f3336;
  border-bottom: 1px solid rgb(225,225,225);
  line-height: 50px;
  position: relative;
  padding: 0 16px;
}
.jh_con4 .rq .top .div .p::before{
  content: '';
  width: 5px;
  height: 20px;
  background: rgb(191,25,32);
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.jh_con4 .rq .top .div .p a{
  font-size: 14px;
  color: #999999;
  float: right;
}
.jh_con4 .rq .top .div .div1{
  width: 100%;
  padding: 16px 18px;
}
.jh_con4 .rq .top .div .div1 a{
  display: block;
  font-size: 14px;
  color: #666666;
  padding-left: 20px;
  position: relative;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jh_con4 .rq .top .div .div1 a::before{
  content: '';
  width: 13px;
  height: 9px;
  background-image: url(https://dmr.ctmon.com.cn/wstmart/home/view/default/images/img142.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.clone{
  margin-bottom: 13px;
}
.jh_con4 .rq .top .div .div1 a:last-child{
  /* margin-bottom: 0; */
}
.jh_con4 .rq .top .div .div1 a:hover{
  color:rgb(191,25,32);
  padding-left: 22px;
}
.jh_con4 .rq .top .div .div1 a:hover::before{
  background-image: url(../image/img143.png);
}

.jh_con4 .rq .bot{
  width: 100%;
  border: 1px solid rgb(225,225,225);
  margin-top: 12px;
}
.jh_con4 .rq .bot .div{
  width: 100%;
  border-bottom: 1px solid rgb(225,225,225);
}
.jh_con4 .rq .bot .div button{
  font-size: 16px;
  color: #ffffff;
  padding: 0 22px;
  line-height: 50px;
  background: rgb(191,25,32);
}
.jh_con4 .rq .bot .div a{
  font-size: 14px;
  color: #999999;
  float: right;
  line-height: 50px;
  margin-right: 20px;
}
.jh_con4 .rq .bot .div1{
  width: 100%;
  padding: 26px;
}
.jh_con4 .rq .bot .div1 .div2{
  float: left;
  width: 40.8%;
}
.jh_con4 .rq .bot .div1 .div2 img{
  width: 100%;
  vertical-align: middle;
}
.jh_con4 .rq .bot .div1 .div3{
  float: left;
  width: 59.2%;
  padding-left: 28px;
}
.jh_con4 .rq .bot .div1 .div3 a{
  display: block;
  font-size: 14px;
  color: #666666;
  margin-bottom: 13px;
  padding-left: 22px;
  position: relative;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jh_con4 .rq .bot .div1 .div3 a:last-child{
  margin-bottom: 0;
}
.jh_con4 .rq .bot .div1 .div3 a::before{
  content: '';
  width: 13px;
  height: 9px;
  background-image: url(https://dmr.ctmon.com.cn/wstmart/home/view/default/images/img142.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.jh_con4 .rq .bot .div1 .div3 a:hover{
  color:rgb(191,25,32);
  padding-left: 30px;
}
.jh_con4 .rq .bot .div1 .div3 a:hover::before{
  background-image: url(../image/img143.png);
}

.jh_con4 .rq .rig{
  width: 25%;
  border: 1px solid rgb(225,225,225);
  float: right;
}
.jh_con4 .rq .rig .job2{
  margin-top: 0;
}
.jh_con4 .rq .rig .job2 .p1{
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 51px;
}

@media(max-width:1259px){
  .jh_con1 .lef .top button {
    height: 36px;
    padding: 0 14px;
    font-size: 14px;
}
.jh_con1 .lef .bot .rq {
  padding: 13px 15px;
}
.jh_con1 .lef .bot .div1 {
  padding-left: 10px;
  padding-top: 5px;
}
.jh_con1 .lef .bot .div1 .p1 {
  font-size: 24px;
}
.jh_con1 .lef .bot .div1 .p2 {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 18px;
}
.jh_con1 .lef .bot .div1 .p3 {
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 11px;
}
.jh_con1 .rig,
.jh_con1 .lef {
  height: 307px;
}
.jh_con1 .rig .top button {
  font-size: 14px;
  height: 36px;
  padding: 0 14px;
}
.jh_con1 .rig .bot {
  padding: 0 10px;
}
.jh_con1 .rig .bot a {
  padding-left: 10px;
  font-size: 14px;
  margin-top: 15px;
}
.jh_con2 {
  padding-top: 35px;
}
.jh_con2 .p {
  font-size: 24px;
}
.jh_con2 .p a {
  width: 20px;
}
.jh_con2 .rq .div {
  height: 233px;
}
.jh_con2 .rq .div .div1 p {
  font-size: 14px;
  line-height: 40px;
  padding-left: 15px;
}
.jh_con3 {
  padding-top: 10px;
}
.jh_con3 .rq .div .p {
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px;
}
.jh_con3 .rq .div .p::before {
  width: 64px;
  height: 3px;
  left: 10px;
}
.jh_con3 .rq .div .p a {
  font-size: 12px;
}
.jh_con3 .rq .div .div1 {
  padding: 10px;
}
.jh_con3 .rq .div .div1 .bot {
  padding-top: 12px;
}
.jh_con3 .rq .div .div1 .bot a {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 18px;
}
.jh_con4 {
  padding-top: 34px;
  padding-bottom: 65px;
}
.jh_con4 .rq .top .div .p {
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px;
}
.jh_con4 .rq .top .div .p a {
  font-size: 12px;
}
.jh_con4 .rq .top .div .div1 {
  padding: 10px 10px;
}
.jh_con4 .rq .top .div .div1 a {
  font-size: 14px;
  padding-left: 18px;

}
.clone{
  margin-bottom: 10px;
}

.jh_con4 .rq .bot .div button {
  font-size: 14px;
  padding: 0 14px;
  line-height: 40px;
}
.jh_con4 .rq .bot .div a {
  font-size: 12px;
  line-height: 40px;
  margin-right: 10px;
}
.jh_con4 .rq .bot .div1 {
  padding: 10px;
}
.jh_con4 .rq .bot .div1 .div3 {
  padding-left: 15px;
}
.jh_con4 .rq .bot .div1 .div3 a {
  font-size: 14px;
  margin-bottom: 9px;
  padding-left: 19px;
}
.jh_con4 .rq .rig .job2 .p1 {
  font-size: 16px;
  line-height: 40px;
}
}
@media(max-width:991px){
  .ny_banner .xz_rq .div input {
    width: 300px;
    height: 40px;
    font-size: 13px;
    padding-left: 10px;
}
.ny_banner .xz_rq .div button {
  width: 100px;
  height: 40px;
  font-size: 13px;
}
.ny_banner .xz_rq .div {
  width: 400px;
  height: 40px;
  border-radius: 5px;
}
.ny_banner .xz_rq .div1 {
  width: 100px;
  height: 40px;
  margin-left: 10px;
}
.ny_banner .xz_rq .div1 button {
  font-size: 13px;
}
.ny_banner .xz_rq{
  width: 510px;
}


  .jh_con1 .lef .bot .div1 .p1 {
    font-size: 18px;
}
.jh_con1 .lef .bot .div1 .p3 {
  font-size: 13px;
  padding-left: 20px;
  margin-bottom: 7px;
}
.jh_con1 .lef .bot .div1 .p2 {
  font-size: 13px;
  margin-top: 4px;
  margin-bottom: 10px;
}
.jh_con1 .rig, .jh_con1 .lef {
  height: 252px;
}
.jh_con1 .rig .bot a {
  padding-left: 10px;
  font-size: 13px;
  margin-top: 10px;
}
.jh_con2 .rq .div {
  height: 179px;margin-bottom: 18px;
}





}
@media(max-width:768px){
  .jh_con1 .lef{
    width: 100%;
    height: auto;
  }
  .jh_con1 .rig{
    width: 100%;
    height: auto;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .jh_con2 .rq .div{
    height: auto;
  }
  .jh_con4 .rq .lef{
    width: 100%;
  }
  .jh_con4 .rq .rig{
    width: 100%;
  }

}
@media(max-width:500px){
  .ny_banner .xz_rq .div,
  .ny_banner .xz_rq .div1{
    float: none;
    margin: 0 auto;
  }
  .ny_banner .xz_rq .div input {
    width: 210px;
    height: 35px;
}
.ny_banner .xz_rq .div button {
  width: 80px;
  height: 35px;
}
.ny_banner .xz_rq .div{
  width: 290px;
  height: 35px;
}
.ny_banner .xz_rq .div1 {
  width: 80px;
  height: 35px;
  margin-top: 10px;
}

  .jh_dh {
    line-height: 44px;
}
  .jh_con1 .lef .top button {
    height: 36px;
    padding: 0 8px;
    font-size: 13px;
}
.jh_con1 .lef .bot .rq {
  padding: 10px 10px;
}
.jh_con1 .lef .bot .div{
  width: 100%;
}
.jh_con1 .lef .bot .div1{
  width: 100%;
  padding-left: 0;
  padding-top: 10px;
}
.jh_con1 .lef .bot .div1 .p2 {
  margin-top: 8px;
}
.jh_con1 .rig .top button {
  font-size: 13px;
}
.jh_con2 {
  padding-top: 16px;
}
.jh_con2 .p {
  font-size: 18px;
  padding-bottom: 5px;
}
.jh_con2 .rq {
  padding-top: 15px;
}
.jh_con2 .rq .div{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.jh_con2 .rq .div:nth-child(3n){
  margin-right: 2%;
}
.jh_con2 .rq .div:nth-child(2n){
  margin-right: 0;
}
.jh_con2 .rq .div .div1 p {
  font-size: 12px;
  line-height: 26px;
  padding-left: 12px;
}
.jh_con3 {
  padding-top: 15px;
}
.jh_con4 .rq .top .div,
.jh_con3 .rq .div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.jh_con4 {
  padding-top: 10px;
  padding-bottom: 45px;
}
.jh_con4 .rq .bot .div1 .div2{
  width: 100%;
}
.jh_con4 .rq .bot .div1 .div3{
  width: 100%;
  padding-left: 0;
  padding-top: 10px;
}

}