@charset "UTF-8";

.content{

  min-height: 500px;
  overflow: hidden;
}
.content2{
  min-height: 500px;
}
.app{
  display: none !important;
}
.bj{
  width: 100%;
}
.banner{
  width: 100%;
  position: relative;
}
.ny_banner{
  width: 100%;
  position: relative;
}
.ny_banner .wrap{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.ny_banner .wrap .nyp1{
  font-size: 44px;
  color: #333;
  letter-spacing: 2px;
}
.ny_banner .wrap .nyp2{
  font-size: 24px;
  color: #333;
  letter-spacing: 1px;
  margin-top: 10px;
}
.banner .bj{
  width: 100%;
  vertical-align: middle;
}
.banner .container {
  position: absolute;
  line-height: 75px;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding-left: 100px;
}
.banner .container .pcon{
  float: left;
}
.banner .container .imgcon{
  float: right;
  width: 66%;
  position: relative;
}
.banner .container .imgcon .ba3{
  position: absolute;
  left: -25%;
  top: -25%;
}
.banner .container .imgcon .ba{
  width: 165px;
  position: absolute;
}
.banner .container .imgcon .ba4{
  left: 5%;
  top: 68%;
}
.banner .container .imgcon .ba5{
  right: 5%;
  top: -35%;
}
.banner .swiper-slide-active  .p1{
  animation: bw 1s linear .8s both;
}
.banner .swiper-slide-active  .p2{
  animation: bw 1s linear .8s both;
}
.banner .swiper-slide:nth-child(2) .p1{
  color: #fff;
  font-size: 60px;
}
.banner .swiper-slide:nth-child(2) .p2{
  color: #fff;
  font-size: 24px;
}
/* .banner .swiper-slide:nth-child(2)  .a1{
  display: block;
  margin: 0 auto;
  margin-top: 87px;
} */
.banner .swiper-slide:nth-child(2)  .a1 a{
  color: #164d99;
  background: url(../images/ba5.png)no-repeat;
  background-position-x: 80%;
  background-position-y: center;
}
@keyframes bw{
  0%{
    transform: translateY(-80px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}
/* @keyframes td{
  60%,80%,to{
    transform: translateY(50px);
    animation-timing-function: ease;
  }
  70%{
    transform: translateY(30px);
  }
  90%{
    transform: translateY(36px);
  }
} */
@keyframes cir{
  from{margin-top:0px}
  to{margin-top:50px}
}
.banner .container .imgcon .ba4 {
  animation: cir 2s linear infinite alternate;

}
.banner .container .imgcon .ba5 {
  animation: cir 2s linear infinite alternate;
  animation-delay:1s;
}
.banner .swiper-slide-active .imgcon .ba3{
  animation: bw 1s linear .8s both;
}
.banner .container .imgcon img{
  width: 100%;
  vertical-align: middle;
}
.banner .swiper-wrapper{
  height: auto;
}
.banner .swiper-pagination {
  bottom: 70px;

}
.banner .container .p1{
  font-size: 56px;
  color: #2C334D;
}


.banner .container .a1{
  width: 180px;
  margin-top: 5px;
  line-height: 50px;
  border-radius: 50px;
  background-color: #fff;
  margin-top: 87px;
  transition: .5s all;
}
.banner .container .a1:hover{
  background-color: #2C334D;

}

.banner .container .a1 a{
  display: block;
  width: 100%;
  background: url(../images/ba1.png)no-repeat;
  background-position-x: 80%;
  background-position-y: center;
  z-index: 10;
  color: #5a4b57;
  padding-right: 30px;
  font-size: 16px;
  transition: .5s all;
}
.banner .container .a1:hover a{
  color: #fff;
}
.banner .container .a1:hover a{
  background: url(../images/ba1b.png)no-repeat;
  background-position-x: 84%;
  background-position-y: center;
}
.banner .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
  background-color: none;
  border: 1px solid #fff;
  border-radius: 500px;
  background-color: #2C334D;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active{
  background-color: #fff;
}
/* content1 */

.sy_con1 {
  width: 100%;
  border-bottom: 1px solid rgb(241,241,241);
}
.sy_con1 .lef {
  float: left;
  line-height: 80px;
}
.sy_con1 .rig {
  float: right;
}

.sy_con1 .lef span {
  font-size: 18px;
  color: #666666;
}
.sy_con1 .lef a {
  font-size: 18px;
  color: #666666;
  margin-left: 38px;
}
.sy_con1 .lef a:nth-child(2){
  margin-left: 0;
}
.sy_con1 .rig div {
  width: 303px;
  height: 40px;
  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: #000;
  padding-left: 15px;
  float: left;
}
.sy_con1 .rig div input :-moz-placeholder {
  color: #666666;
}
.sy_con1 .rig div input :-ms-input-placeholder {
  color: #666666;
}
.sy_con1 .rig div input ::-webkit-input-placeholder {
  color: #666666;
}
.sy_con1 .rig div button {
  width: 14%;
  height: 100%;
  background-image: url(../images/img1.png);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
  float: right;
}


.sy_con2{
  width: 100%;
  padding: 100px 0;
}
.sy_con2 .lef{
  background-color: #f5f5f5;
  width: 38%;
  height: 760px;
  position: relative;
  padding-top: 75px;
  float: left;
  overflow: hidden;
}
.sy_con2 .lef:hover .p1::after{
  width: 100%;
}
.sy_con2 .rig .div:hover  .pcon .p1::after{
  width: 100%;
}

.sy_con2 .lef .p1{
  width: 78%;
  margin: 0 auto;
  color: #333333;text-align: center;
  font-size: 46px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  letter-spacing: 1px;
}
.sy_con2 .lef .p1::after{
  content: '';
  width: 9%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  background-color: #000;
  transition: .8s all;
}
.sy_con2 .lef .p2{
  font-size: 22px;
  color: #333333;
  margin-top: 18px;
  text-align: center;
}
.sy_con2 .lef .imgcon{
  width: 90%;
  margin: 0 auto;
  margin-top: 110px;
}
img{
  vertical-align: middle;
}
.sy_con2 .lef .imgcon img{
  width: 100%;
  transition: .5s all;
}
.sy_con2 .lef:hover .imgcon img{
  transform: scale(1.05);
}
.sy_con2 .rig{
  width: 60.5%;
  height: 760px;
  float: right;
}
.sy_con2 .rig .div{
  width: 100%;
  height: 48%;
  background-color: #f5f5f5;
  margin-top: 3%;
  padding-top: 65px;
  padding-left: 140px;
  overflow: hidden;
}
/* .sy_con2 .rig .div a{
  display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
} */
.sy_con2 .rig .div .imgcon{
  width: 50%;
  float: left;
}
.sy_con2 .rig .div .imgcon img{
  width: 100%;
  transition: .5s all;
}
.sy_con2 .rig .div:nth-child(1){
  margin-top: 0;
}
.sy_con2 .rig .div .pcon{
  width: 35%;
  margin-left: 120px;
  float: right;
}
.sy_con2 .rig .div2 .pcon{
  float: left;
}
.sy_con2 .rig .div2 .pcon{
  float: right;
}
.sy_con2 .rig .div .pcon .p1{
  color: #333333;
  text-align: left;
  font-size: 46px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  letter-spacing: 1px;
}

.sy_con2 .rig .div .pcon .p1::after {
  content: '';
  width: 15%;
  height: 2px;
  position: absolute;
  left: 0%;
  bottom: 0%;
  background-color: #000;
  transition: .8s all;
}
.sy_con2 .rig .div .pcon .p2 {
  font-size: 22px;
  color: #333333;
  margin-top: 18px;
  text-align: center;
}
.sy_con2 .rig .div2{
  padding-left: 65px;
}
.sy_con2 .rig .div2 .pcon{
  float: left !important;
  margin-left: 0;
  width: 30%;
}
.sy_con2 .rig .div2 .pcon .p2{
  text-align: left;
}
.sy_con2 .rig .div2  .imgcon{
  width: 62% !important;
  margin-left: 15px;
}
.sy_con2 .rig .div:hover .imgcon img{
  transform: scale(1.05);
}
/* content3 */
.sy_con3{
  padding-top: 90px;
  padding-bottom: 0px;
  position: relative;
}

.sy_con3 .rq1 {
  width: 100%;
  margin-top: 60px;
  background: url(../images/img6.jpg)no-repeat;
  background-size: cover;
  position: relative;
}
.sy_con3 .rq1 .rig {
  width: 53%;
  float: right;
  transform: translateY(-24%);
}

.sy_con3 .rq1 .rig img {
  width: 100%;
  vertical-align: middle;
}
.sy_con3 .rq1 .container {
  height: 100%;
  position: absolute;
  top: -26%;
  left: 50%;
  transform: translateX(-50%);
}
.sy_con3 .rq1 .div {
  width: 46%;
  padding-top: 60px;
  padding-right: 60px;
}
.sy_con3 .rq1 .div .p3{
  font-family: 'din';
  font-size: 80px;
  color: #333333;
}
.sy_con3 .rq1 .div .p4{
  font-size: 46px;
  color: #333333;
  position: relative;
}
.sy_con3 .rq1 .div .p4::after{
  content: '';
  width: 54px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: -50%;
}
.sy_con3 .rq1 .div .p5{
  font-size: 18px;
  color: #666;
  margin-top: 60px;
  line-height: 30px;
  width: 80%;
}
.sy_con3 .rq1 .bot2{
  margin-top: 50px;
}
.sy_con3 .rq1 .bot2 .a1{
  display: block;
  font-size: 20px;
  color: #444444;
  padding-left: 3px;
  margin-top: 40px;
  width: 40%;
  position: relative;
}
.sy_con3 .rq1 .bot2 .a1::before{
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -50%;
  background-color: #989898;
}
.sy_con3 .rq1 .bot2 .a1::after{
  content: '';
  width: 22px;
  height: 22px;
  background: url(../images/img7.png)no-repeat;
  background-size: contain;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con3 .rq1 .bot2 .a1:nth-child(1){
  margin-top: 0;
}
.sy_con3 .btn1{
  width: 180px;
  line-height: 50px;
  border-radius: 50px;
  background-color: #444444;
  margin-top: 60px;
  transition: .5s all;
}

.sy_con3 .btn1 a{
  display: block;
  width: 100%;
  background: url(../images/ba1b.png)no-repeat;
  background-position-x: 80%;
  background-position-y: center;
  z-index: 10;
  color: #fff;
  padding-right: 30px;
  font-size: 16px;
  transition: .5s all;
}

.sy_con3 .btn1:hover a{
  background-position-x: 84%;
  background-position-y: center;
}
/* content4 */
.sy_con4{
  width: 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 115px;
}
.sy_con4 .h1{
  text-align: center;
  color: #333333;
  font-size: 46px;
  position: relative;
}
.sy_con4 .h1::after{
  content: '';
  width: 42px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50%;
}
.sy_con4  .rq{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sy_con4  .rq .div{
  width: 31.5%;
  margin-top: 60px;
}
.sy_con4  .rq .div .imgcon{
  width: 100%;
  overflow: hidden;
}
.sy_con4  .rq .div .imgcon img{
  width: 100%;
  transition: .5s all;
}
.sy_con4  .rq .div .pcon{
  margin-top: 40px;
  display: flex;
}
.sy_con4  .rq .div:hover .imgcon img{
  transform: scale(1.05);
}
.sy_con4  .rq .div .pcon p{

}
.sy_con4  .rq .div .pcon .p1{
  font-size: 56px;
  color: #444444;
  font-family: 'din';
}
.sy_con4  .rq .div .pcon .p2{
  font-size: 18px;
  color: #444444;
  line-height: 32px;
  margin-left: 40px;
  font-weight: bold;
}
.sy_con5{
  background: url(../images/img35.jpg)no-repeat;
  background-size: cover;
  height: 1000px;
  padding-top: 77px;
}
.sy_con5 .h1 {
  text-align: center;
  color: #fff;
  font-size: 46px;
  position: relative;
}
.sy_con5 .h2{
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-top: 5%;
}
.sy_con5 .h1::after {
  content: '';
  width: 42px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50%;
}
.sy_con5 .rq{
  margin-top: 50px;
  position: relative;
}

.sy_con5 .rq .imgcon{
  width: 185px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .5s all;
}
.sy_con5 .rq:hover .imgcon{
  top: 47%;
}
.sy_con5 .rq .yua{
  width: 520px;
  height: 520px;

  position: relative;
  margin: 0 auto;

}
.sy_con5 .rq .yua::after{
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  animation: xz 6s linear infinite;
  -webkit-animation: xz 10s linear infinite;
}
/* @keyframes xz{
  0%{-webkit-transform:rotate(0deg);}
		 
  50%{-webkit-transform:rotate(180deg);}

  100%{-webkit-transform:rotate(360deg);}

} */
.sy_con5 .rq .imgcon img{
  width: 100%;
}
.sy_con5 .rq .divcon .div {
  width: 38%;
  position: absolute;
  left: 3%;
  top: 6%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}
.sy_con5 .rq .divcon .div1,
.sy_con5 .rq .divcon .div2{
  display: block !important;
}
.sy_con5 .rq .divcon .div1 .gcon{
  float: right;
}
.sy_con5 .rq .divcon .div1 .p1{
  float: left;
}
.sy_con5 .rq .divcon .div2 .gcon{
  float: left;
}
.sy_con5 .rq .divcon .div2 .p1{
  float: right;
}
.sy_con5  .rq .divcon  .div:nth-child(2){
  position: absolute;
  left: 0%;
  top: 35%;
}
.sy_con5  .rq .divcon  .div:nth-child(3){
  position: absolute;
  left: 1%;
  top: 68%;
}
.sy_con5  .rq .divcon  .div:nth-child(4){
  position: absolute;
  left: 31%;
  top: 90%;
  text-align: center;
  flex-wrap: wrap-reverse;
}
.sy_con5  .rq .divcon  .div:nth-child(4) .p1{
  width: 100%;
}
.sy_con5  .rq .divcon  .div:nth-child(4) .gcon{
  margin: 0 auto;
}
.sy_con5  .rq .divcon  .div:nth-child(5){
  position: absolute;
  left: 58%;
  top: 5%;
}
.sy_con5  .rq .divcon  .div:nth-child(6){
  position: absolute;
  left: 63%;
  top: 37%;
}
.sy_con5  .rq .divcon  .div:nth-child(7){
  position: absolute;
  left: 60%;
  top: 69%;
}
.sy_con5  .rq .divcon .div .gcon{
  width: 95px;
  position: relative;
}
.sy_con5  .rq .divcon .div .gcon::before{
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  background: none;
  border: 5px solid #db6b3a;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  transition: .5s all;
}
.sy_con5  .rq .divcon .div .gcon:hover::before{
  opacity: 1;
}
/* .sy_con5  .rq .yua .gcon{
  width: 95px;
  position: absolute;
  left: 4%;
  top: 6%;
  z-index: 5;
}
.sy_con5  .rq .yua .gcon:nth-child(3){
  left: -9%;
  top: 39%;
}
.sy_con5  .rq .yua .gcon:nth-child(4){
  left: 0%;
  top: 70%;
}
.sy_con5  .rq .yua .gcon:nth-child(5){
  left: 40%;
  top: 90%;
}
.sy_con5  .rq .yua .gcon:nth-child(6){
  left: 80%;
  top: 70%;
}
.sy_con5  .rq .yua .gcon:nth-child(7){
    left: 90%;
    top: 37%;
}
.sy_con5  .rq .yua .gcon:nth-child(8){
  left: 76%;
  top: 5%;
} */
.sy_con5  .rq .divcon .div .gcon img{
  width: 100%;
}
/* .sy_con5  .rq .yua .gcon img{
  width: 100%;
} */
.sy_con5  .rq .divcon .div .p1{
  font-size: 22px;
  color: #fff;
  line-height: 35px;
  margin-top: 10px;
  width: 68%;
}

.sy_con6{
  padding-top: 85px;
  padding-bottom: 140px;
  background-color: #f5f5f5;
}
.sy_con6 .h1{
  text-align: center;
  font-size: 46px;
  color: #333333;
  position: relative;
}
.sy_con6 .h1 span{
  color: #db6b3a;
  font-size: 50px;
}
.sy_con6 .h1::after {
  content: '';
  width: 42px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50%;
}
.sy_con6 .rq{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sy_con6 .swiper-container{
  padding-bottom: 50px;
}
.sy_con6 .rq .div{
  width: 23%;
  margin-top: 115px;
}
.sy_con6 .rq .div .imgcon{
  width: 100%;
  overflow: hidden;
}
.sy_con6 .rq .div .imgcon img{
  width: 100%;
  transition: .5s all;
}
.sy_con6 .rq .div .pcon{
  transform: translateY(-6%);
}
.sy_con6 .rq .div .pcon .p1{
  text-align: center;
  color: #fff;
  width: 182px;
  line-height: 65px;
  font-size: 24px;
  background-color: #db6b3a;
  transition: .5s all;
}
.sy_con6 .rq .div:hover .imgcon img{
  transform: scale(1.05);
}
.sy_con6 .rq .div:hover .pcon .p1{
  background-color: #f56527;
}
.sy_con6 .rq .div .pcon .p2{
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  padding-left: 15px;
  /* padding-right: 15px; */
  margin-top: 10px;
}

.sy_con6 .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
}
.sy_con6 .rq .swiper-pagination-bullet-active {
  background-color: #db6b3a;
}
.sy_con7{
  width: 100%;
  height: 835px;
  background:url(../images/img22.jpg)no-repeat;
  background-size: cover;
  padding-top: 80px;
}
.sy_con7 .div1{

}
.sy_con7 .div1 .h1{
  float: left;
  color: #fff;
  font-size: 46px;
  letter-spacing: 2px;
}
.sy_con7 .div1 .a1{
  display: block;
  float: right;
  width: 160px;
  line-height: 45px;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 50px;
  color: #fff;
  background: url(../images/ba1b.png)no-repeat;
  background-position-x: 80%;
  background-position-y: center;
  padding-left: 30px;
  transition: .5s all;
}
.sy_con7 .div1 .a1:hover{
  background-color: #444444;
  background-position-x: 84%;
  border-color: #444444;
  color: #fff !important;
}
.sy_con7 .div2con{
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sy_con7 .div2con .lef{
  width: 63%;
}
.sy_con7 .div2con .lef .rq2 {
  width: 100%;
}
.sy_con7 .div2con .lef .rq2 .divcon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sy_con7 .div2con .lef .rq2 .div1 {
  width: 53%;
  overflow: hidden;
}
.sy_con7 .div2con .lef .rq2 .div2 {
  width: 47%;
  padding-top: 68px;
  padding-left: 40px;
  padding-right: 20px;
  background-color: #f5f5f5;
  position: relative;
}
.sy_con7 .div2con .lef .rq2 .div2 .p1 {
  position: relative;
  font-size: 16px;
  padding-left: 9%;
  font-weight: bold;
  color: #333333;
}
.sy_con7 .div2con .lef .rq2 .div2 .p1::before {
  content: '';
  width: 36px;
  height: 22px;
  background: url(../images/img24.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-40%);
}
.sy_con7 .div2con .lef .rq2 .div2 .p2 {
  font-size: 20px;
  margin-top: 20px;
  color: #333333;
  font-weight: bold;
}
.sy_con7 .div2con .lef .rq2 .div2 .p3 {
  margin-top: 15px;
  line-height: 25px;
  font-size: 16px;
  color: #666666;
}
.sy_con7 .swiper-pagination {
  position: absolute;
  left: 9%;
  top: 85%;
}
.sy_con7 .swiper-pagination-bullet {
  width: 27px;
  height: 3px;
  display: inline-block;
  background: #666666;
  border-radius: 0;
  opacity: .5;
  margin-left: 12px;
}
.sy_con7 .swiper-pagination-bullet:nth-child(1){
  margin-left: 0;
}
.sy_con7  .swiper-pagination-bullet-active {
  opacity: 1;
}
.sy_con7 .div2con .lef .rq2 .div1 img {
  width: 100%;
  transition: .5s all;
}
.sy_con7 .div2con .lef .rq2 .swiper-slide:hover img {
  transform: scale(1.05);
}
.sy_con7 .div2con .swiper-wrapper{
  height: auto !important;
}
.sy_con7 .div2con .lef .rq3 {
  padding-top: 30px;
  background-color: #fff;
  padding-left: 38px;
  padding-bottom: 23px;
}
.sy_con7 .div2con .lef .rq3 .div1:nth-child(1) {
  margin-left: 0;
}
.sy_con7 .div2con .lef .rq3 .div1 {
  width: 40%;
  margin-left: 8%;
  float: left;
  height: 153px;
}
.sy_con7 .div2con .lef .rq3 .p1 {
  font-size: 22px;
  position: relative;
  transition: .5s all;
  padding-left: 13px;
  color: #444444;
}
.sy_con7 .div2con .lef .rq3 .div1 .p1::before {
  content: '';
  width: 3px;
  position: absolute;
  height: 20px;
  top: 54%;
  left: 0%;
  background-color: #666666;
  transform: translateY(-50%);
}
.sy_con7 .div2con .lef .rq3 .div1 .txtMarquee-top {
  margin-top: 23px;
}
.sy_con7 .div2con .lef .rq3 .div1 .txtMarquee-top li:nth-child(1) a {
  margin-top: 0;
}
.sy_con7 .div2con .lef .rq3 .div1 .txtMarquee-top a {
  display: inline-block;
  width: 100%;
  margin-top: 13px;
  padding-left: 4px;
  font-size: 16px;
  position: relative;
  color: #666666;
  transition: all .5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 80px;
}
.sy_con7 .div2con .lef .rq3 .div1 .txtMarquee-top a span {
  font-size: 16px;
  font-family: 'din';
  color: #666666;
  position: absolute;
  top: 0;
  right: 0;
}
.sy_con7 .div2con .lef .rq3 .div1:nth-child(1) {
  margin-left: 0;
}
.sy_con7 .div2con .rig{
  width: 36%;
  background-color: #fff;
  padding-left: 50px;
  padding-right: 58px;
  padding-top: 50px;
  height: 516px;
  overflow: hidden;
}
.sy_con7 .div2con .rig .p1{
  font-size: 22px;
  position: relative;
  transition: .5s all;
  padding-left: 13px;
  color: #444444;
}
.sy_con7 .div2con .rig .p1::before {
  content: '';
  width: 3px;
  position: absolute;
  height: 20px;
  top: 54%;
  left: 0%;
  background-color: #666666;
  transform: translateY(-50%);
}

.sy_con7 .div2con .rig .rq2 .a1{
  display: block;
  color: #333333;
  font-size: 22px;
}
.sy_con7 .div2con .rig .rq2 .p2{
  color: #666;
  font-size: 16px;
  margin-top: 10px;
  line-height: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.sy_con7 .div2con .rig .rq2 .clone{
  margin-top: 30px;
}
.sy_con7 .div2con .rig .rq2{
  margin-top: 30px;
}
.sy_con7 a{
  transition: .5s all;
}
.sy_con7 a:hover{
  color: #f56527 !important;
}


.sy_con8{
  padding-top: 85px;
  width: 100%;
  padding-bottom: 90px;
  background: url(../images/img34.jpg)no-repeat;
  background-size: cover;
}
.sy_con8 .h1{
  text-align: center;
  color: #252b32;
  font-size:46px;
  position: relative;
}
.sy_con8 .h1::after {
  content: '';
  width: 42px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50%;
}

.sy_con8 .rq1{
  margin-top: 100px;
  width: 100%;
}
.sy_con8 .rq1 .div1{
  float: left;
  width: 32%;
  margin-left: 2%;
}
.sy_con8 .rq1 .div1:nth-child(1){
  margin-left: 0 !important;
}
.sy_con8 ::-webkit-input-placeholder { color:#666666; }
.sy_con8  ::-moz-placeholder {color:#666666;}
.sy_con8  :-ms-input-placeholder { color:#666666; }
.sy_con8 input:-moz-placeholder { color:#666666;}

.sy_con8 .rq1 .div1 input{
  width: 100%;
  font-size: 16px;
  padding-left: 18px;
  border: 1px solid #cccccc;
  line-height: 80px;
  color: #666666;
  background-color: #fff;
}

.sy_con8 .rq1 .div2{
  width: 100%;
}
.sy_con8 .rq1 .div2 textarea{
  margin-top: 22px;
  width: 100%;
  color: #666;
  padding-top: 16px;
  font-size: 16px;
  padding-left: 18px;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.sy_con8 .rq1 .p1{
  text-align: center;
  color:#fff;
  font-size: 18px;
  margin-top: 20px;
}
.sy_con8 .rq1 .a1 {
  font-size: 20px;
  display: block;
  margin: 0 auto;
  width: 220px;
  margin-top: 45px;
  line-height: 60px;
  transition: .5s all;
  color: #444444;
  text-align: center;
  border: 2px solid #444;
  font-weight: bold;

}
.sy_con8 .rq1 .a1:hover{
  background-color: #444;
  color: #fff;
}

@media (max-width: 1680px) {
  .sy_con3 .rq1 .bot2 .a1 {
    width: 48%;
  }
  .sy_con7 .div2con .rig {
    height: 478px;
  }
  .sy_con2 .rig .div {
    padding-left: 45px;
  }
  .banner .container .imgcon {
    width: 58%;
  }
}
@media (max-width: 1459px) {
  .ny_banner .wrap .nyp1 {
    font-size: 34px;
  }
  .ny_banner .wrap .nyp2 {
    font-size: 18px;
    margin-top: 5px;
  }
  .sy_con5 {
    height: 785px;
  }
  .sy_con5 .rq .yua {
    width: 395px;
    height: 395px;
  }
  .sy_con5 .rq .imgcon {
    width: 140px;
  }
  .sy_con5 .rq .divcon .div .gcon {
    width: 72px;
  }
  .sy_con5 .rq .divcon .div .p1 {
    font-size: 16px;
    line-height: 30px;
  }
  .sy_con5 .h2 {
    font-size: 22px;
    margin-top: 4%;
  }
  .sy_con4 {
    padding-top: 54px;
    padding-bottom: 70px;
  }

  .sy_con4 .rq .div {

    margin-top: 35px;
  }

  .sy_con4 .rq .div .pcon {
    margin-top: 25px;
  }
  .sy_con4 .rq .div .pcon .p1 {
    font-size: 43px;
  }
  .sy_con4 .rq .div .pcon .p2 {
    font-size: 16px;
    line-height: 25px;
    margin-left: 20px;
  }
  .sy_con3 {
    padding-top: 45px;
  }
  .sy_con3 .rq1 .container {
    top: -35%;
  }
  .sy_con3 .btn1{
    width: 135px;
    line-height: 38px;
    margin-top: 45px;
  }

  .sy_con3 .rq1 .bot2 .a1 {
    font-size: 16px;
  }
  .sy_con3 .rq1 .bot2 {
    margin-top: 20px;
  }
  .sy_con3 .rq1 .div .p5 {
    font-size: 16px;
    margin-top: 40px;
  }
  .sy_con3 .rq1 .div .p4 {
    font-size: 34px;
  }
  .sy_con3 .rq1 .div .p3 {
    font-size: 60px;
  }
  .sy_con1 .lef span {
    font-size: 14px;
  }
  .sy_con1 .lef a {
    font-size: 14px;
    margin-left: 20px;
  }
  .banner .container .p1 {
    font-size: 43px;
    line-height: 55px;
  }
  .banner .container .a1 {
    width: 135px;
    line-height: 38px;
  }
  .banner .container .imgcon .ba {
    width: 125px;
  }
  .banner .swiper-slide:nth-child(2) .p1 {
    font-size: 43px;
  }
  .banner .swiper-slide:nth-child(2) .p2 {
    font-size: 18px;
  }
  .banner .container .imgcon {
    width: 55%;
  }
  .sy_con2 .rig .div .pcon .p1,.sy_con2 .lef .p1{
    font-size: 34px;
    padding-bottom: 20px;
  }
  .sy_con2 .rig .div .pcon .p2,.sy_con2 .lef .p2{
    font-size: 18px;
    margin-top: 10px;
  }
  .sy_con2 .rig .div .pcon{
    margin-left: 0;
  }
  .sy_con2 .lef .imgcon {
    margin-top: 65px;
  }
  .sy_con2 .lef {
    height: 610px;
  }
  .sy_con2 .rig {
    height: 612px;
  }
  .sy_con2 {
    padding: 60px 0;
  }
  .h1{
    font-size: 34px !important;
  }
  .sy_con6 .h1 span{
    font-size: 36px;
  }
  .sy_con6 .rq .div .pcon .p1 {
    width: 140px;
    line-height: 45px;
    font-size: 18px;
  }
  .sy_con6 .rq .div .pcon .p2 {
    font-size: 14px;
  }
  .sy_con6 .rq .div {
    margin-top: 60px;
  }
  .sy_con6 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .sy_con8 .rq1 .a1 {
    font-size: 16px;
    width: 165px;
    line-height: 46px;
  }
  .sy_con8 .rq1 .div1 input {
    line-height: 55px;
  }
  .sy_con7 .div1 .a1 {
    width: 130px;
    line-height: 40px;
    font-size: 14px;
    background-size: 14px;
    padding-left: 24px;
  }
  .sy_con7 .div2con .rig .rq2 .a1 {
    font-size: 18px;
  }
  .sy_con7 .div2con .rig .rq2 .p2 {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .sy_con7 .div2con .rig {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    height: 414px;
  }
  .sy_con7 {
    height: 700px;
  }
  .sy_con7 .div2con .rig .rq2 .clone {
    margin-top: 15px;
  }
  .sy_con7 .div2con .lef .rq2 .div2 .p2 {
    font-size: 18px;
  }
  .sy_con7 .div2con .lef .rq2 .div2 .p1 {
    font-size: 14px;
  }
  .sy_con7 .div2con .lef .rq2 .div2 .p1::before {
    width: 24px;
    height: 16px;
  }
  .sy_con7 .div2con .lef .rq2 .div2 {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sy_con7 .div2con .lef .rq2 .div2 .p3 {
    margin-top: 15px;
    line-height: 25px;
    font-size: 13px;
  }
  .sy_con7 .div2con .lef .rq3 .div1{
    height: 139px;
  }
  .sy_con7 .div2con .lef .rq3 .div1 .txtMarquee-top a {
    font-size: 12px;
  }
  .sy_con7 .div2con .lef .rq3 .div1 .txtMarquee-top a span {
    font-size: 14px;
  }
  .sy_con4 .rq .div .pcon .p1 {
    font-size: 43px;
  }
  .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .sy_con5 .rq .divcon .div:nth-child(2) {
    left: -2%;
  }
}


@media (max-width: 1259px) {
  .sy_con3 .rig .a1 {
    margin-top: 40px;
  }
  .sy_con4 .rq .div .bot {
    margin-top: 25px;
  }

}
@media (max-width: 991px) {
  .sy_con6 {
    padding-bottom: 25px;
  }
  .sy_con5 .rq .divcon .div2 .gcon,
  .sy_con5 .rq .divcon .div2 .p1,
  .sy_con5 .rq .divcon .div1 .gcon,
  .sy_con5 .rq .divcon .div1 .p1{
    float: none;
  }
  .sy_con5 .rq .divcon .div .p1 {
    font-size: 14px;
  }
  .ny_banner .wrap .nyp1 {
    font-size: 24px;
  }
  .ny_banner .wrap .nyp2 {
    font-size: 14px;
    margin-top: 0px;
  }
  .sy_con5{
    height: auto;
  }
  .sy_con5 .rq .divcon .div .gcon{
    margin: 0 auto;
  }
  .sy_con5 .rq .divcon .div .p1{
    width: 100%;
  }
  .sy_con5 .rq .divcon .div{
    position: static !important;
    width: 100%;
    text-align: center;
    flex-wrap: wrap-reverse;
  }
  .sy_con5 .rq .yua::after,.sy_con5 .rq .imgcon,.sy_con5 .rq .yua{
    display: none;
  }
  .sy_con3 .rq1 .rig {
    width: 103%;
    transform: translateY(0%);
  }
  .sy_con3 .rq1 .rig img{
    height: 250px;
  }
  .sy_con3 .rq1 .container{
    position: static;
    transform: translate(0);
  }
  .sy_con3 .rq1 .div {
    width: 100%;
    padding: 0;
  }
  .sy_con2 .rig .div .pcon .p2, .sy_con2 .lef .p2 {
    font-size: 16px;
    text-align: center;
  }
  .sy_con2 .lef,.sy_con2 .rig {
    height: auto;
    width: 100%;
    display: none;
  }
  .pappcon div.on2{
    display: block !important;
  }
  .sy_con2 .rig .div{
    padding: 20px 20px;
    height: auto !important;
    margin: 0;
    margin-top: 10px !important;
  }
  .sy_con2 .rig .div .pcon .p1, .sy_con2 .lef .p1{
    text-align: center;
    font-size: 24px;
  }
  .sy_con2 .rig .div .pcon,  .sy_con2 .rig .div2 .pcon{
    width: 100%;
  }
  .sy_con2 .rig .div .imgcon,.sy_con2 .rig .div2 .imgcon{
    width: 100% !important;
    margin: 0;
    margin-top: 20px;
  }
  .sy_con2 .rig .div2 .imgcon{
    margin-top: 20px;
  }
  .sy_con2 .rig .div2 .pcon{
    margin-top: 0;
  }
  .sy_con2 .rig .div .pcon{
    margin-top: 20px;
  }
  .sy_con2 .lef{
    padding: 20px 0;
    margin-top: 20px;
  }
  .sy_con2 {
    padding: 40px 0;
  }
  .sy_con2 .lef .imgcon {
    margin-top: 40px;
  }
  .sy_con1 .rig{
    display: none;
  }
  .pc{
    display: none;
  }
  /* .app{
    display: block;
  } */
  .banner .swiper-pagination{
    display: none;
  }
}
@media (max-width: 500px) {
  .sy_con4 .rq .swiper-pagination-bullet-active{
    background-color: #db6b3a;
  }
  .sy_con6app .rq .div .p1{
    width: 100%;
    text-align: center;
    line-height: 60px;
    background-color: #db6b3a;
    color: #fff;
    font-size: 20px;
  }
  .sy_con6 .rq .div .pcon .p2{
    margin-top: 0;
  }
  .sy_con6 .rq .div .pcon {
    transform: translateY(0%);
    border: 1px solid #999;
    border-top: none;
    padding: 5px 10px;
  }
  .sy_con4 .rq .swiper-container{
    padding-bottom: 50px;
  }
  .sy_con4 .rq .swiper-pagination{
    bottom: 25px;
  }
  .sy_con4 .rq .div .pcon {
    margin-top: 15px;
  }
  .sy_con5 .rq {
    margin-top: 25px;
    position: relative;
  }
  .sy_con5 .rq .divcon{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sy_con5 .rq{
    max-height: 200px;
    overflow: hidden;
  }
  .sy_con5 .rq.on{
    max-height: initial;
    overflow: visible;
  }

  .appbtn {
    display: block;
    margin: 0 auto;
    width: 135px;
    line-height: 38px;
    margin-top: 45px;
    border-radius: 50px;
    background-color: #444444;
  }
  .appbtn .appa{
    display: block;
    width: 100%;
    background: url(../images/ba1b.png)no-repeat;
    background-position-x: 80%;
    background-position-y: center;
    z-index: 10;
    color: #fff;
    padding-right: 30px;
    font-size: 14px;
    transition: .5s all;
  }
  .sy_con5 .rq .divcon .div {
    width: 48%;
    float: left;
  }
  .sy_con5 .rq .divcon .div .p1 {
    text-align: center;
  }
  .sy_con5{
    padding: 40px 0;
  }
  .sy_con5 .rq .divcon .div{
    margin-top: 30px;
  }
  .sy_con5 .h2 {
    font-size: 16px;
    margin-top: 9%;
  }
  .sy_con4 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .sy_con4 .rq {
    margin-top: 8px;
  }
  .sy_con4 .rq .div .pcon .p2 {
    font-size: 14px;
  }
  .sy_con4 .rq .div{
    width: 100%;
    margin-top: 30px;
  }
  .sy_con4 .rq .div .pcon .p1 {
    font-size: 32px;
  }
  .sy_con3 {
    padding-top: 0px;
  }
  .sy_con3 .rq1 .div {
    padding: 20px 0;
  }

  .sy_con3 .rq1 {
    margin-top: 0px;
    background: none;
  }
  .sy_con3 .rq1 .bot2 .a1 {
    font-size: 14px;
    width: 60%;
  }
  .sy_con3 .rq1 .div .p5 {
    font-size: 14px;
    margin-top: 30px;
    width: 100%;
  }
  .sy_con3 .rq1 .container{
    height: auto;
  }
  .sy_con3 .rq1 .div .p4 {
    font-size: 24px;
  }
  .sy_con3 .rq1 .div .p3 {
    font-size: 28px;
  }
  .sy_con7 .div2con {
    margin-top: 25px;
  }
  .sy_con7 .div2con .lef .rq2 .div2{
    padding: 20px 10px;
    padding-bottom: 40px;
  }
  .sy_con7 .div2con .lef .rq3 .p1,.sy_con7 .div2con .rig .p1{
    font-size: 18px;
  }
  .sy_con7 .div2con .rig{
    padding-top: 0;
  }
  .sy_con7 .div2con .rig .rq2 {
    margin-top: 10px;
  }
  .sy_con7 .div2con .rig .rq2 .p2 {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .sy_con7 .div2con .rig .rq2 .a1 {
    font-size: 16px;
  }

  .sy_con7 .div2con .rig {
    width: 100%;
  }
  .sy_con7 .div2con .lef .rq3{
    padding: 20px 20px;
  }
  .sy_con7 .div2con .lef .rq3 .div1 {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    height: auto;
  }
  .sy_con7 .div2con .lef .rq3 .div1:nth-child(1){
    padding-top: 0;
  }
  .sy_con7{
    height: auto;
    padding: 30px 0;
  }
  .sy_con7 .div2con .lef {
    width: 100%;
  }
  .sy_con7 .div2con .lef .rq2 .div1,.sy_con7 .div2con .lef .rq2 .div2{
    width: 100%;
  }
  .sy_con8 {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .sy_con8 .rq1 {
    margin-top: 35px;
  }
  .sy_con8 .rq1 .a1 {
    font-size: 14px;
    width: 140px;
    line-height: 40px;
    margin-top: 15px;
  }
  .sy_con8 .rq1 .div2 textarea {
    margin-top: 10px;
    font-size: 14px;
    line-height: 15px;
  }
  .sy_con8 .rq1 .div1 input {
    line-height: 45px;
    font-size: 14px;
  }
  .sy_con8 .rq1 .div1{
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  .sy_con6 .rq .div {
    margin-top: 40px;
  }
  .sy_con6 .rq .div .pcon .p2{
    padding-left: 0;
    line-height: 30px;
  }
  .sy_con6 .rq .div {
    width: 100%;
  }
  .h1{
    font-size: 24px !important;
  }
  .sy_con6 .h1 span{
    font-size: 24px;
  }
  .content {
    margin-top: 60px;
  }
  .sy_con1 .lef {
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  .sy_con4 .rq .div .pcon .p2 {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .sy_con4 .rq .div .pcon .p2 {
    font-size: 14px;
  }
}
/* 品牌中心 */
.ab1_con1{
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.ab1_con1 .lef{
  width: 50%;
  padding-left: 140px;
  position: relative;
  float: left;
}
.ab1_con1 .lef .div1 .img1{
  width: 100%;
  vertical-align: middle;
  transition: .5s all;
}
.ab1_con1 .lef .div2{
  width: 53%;
  position: absolute;
  left: 0;
  bottom: -150px;
}
.ab1_con1 .lef .div2 .img2{
  width: 100%;
}
.ab1_con1 .rig{
  width: 50%;
  padding-left: 60px;
  position: relative;
  float: left;
}
.ab1_con1 .rig .h1{
  font-size: 30px !important;
  color: #444444;
  position: relative;
}

.ab1_con1 .rig .h2{
  font-size: 40px;
  color: #333333;
  margin-top: 20px;
}
.ab1_con1 .rig .p1{
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
  height: auto;
  overflow-y: hidden;
  overflow-x: hidden;
}
.ab1_con1 .rig .p1::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
.ab1_con1 .rig .p1::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background   : #2C334D;
}
.ab1_con1 .rig .p1::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
}
.ab1_con1 .rig .div1{
  margin-top: 75px;
  width: 100%;
  height: 55px;
  /* background: rgb(221,121,33); */
  font-size: 24px;
  color: #f28d34;
  line-height: 55px;
  position: relative;
}
.ab1_con1 .rig .div1::before{
  content: '“';
  font-family: "Arial";
  font-size: 60px;
  line-height: 60px;
  color: #dddddd;
  position: absolute;
  left: 0;
  top: -24px;
}

.ab1_con1 .rig .div1 img{
  width: 100%;
  display: none;
}
.ab1_con1 .rq1{
  width: 60%;
  float: right;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-right: 12%;
  display: none;
}
.ab1_con1 .rq1 .div{
  padding-left: 20px;
}
.ab1_con1 .rq1 .div .p3{
  font-size: 16px;
  color: #666666;
}
.ab1_con1 .rq1 .div .p4{
  font-size: 16px;
  color: #666666;
}
.ab1_con1 .rq1 .div .p3 .sztd{
  font-size: 72px;
  color: #1f2325;
  font-weight: bold;
}
@media(max-width:1459px){
  .ab1_con1 .rig .h2 {
    font-size: 30px;
  }
  .ab1_con1 .rig .p1 {
    height: 180px;
  }
  .ab1_con1 .rig .p1 {
    font-size: 14px;
    margin-top: 10px;
  }
  .ab1_con1 .rig .div1 {
    font-size: 18px;
    margin-top: 100px;
}
  .ab1_con1 .rq1 .div .p3 .sztd {
    font-size: 55px;
  }
}
@media(max-width:1259px){
  .ab1_con1 .rig .div1 {
    margin-top: 60px;
  }
}
@media(max-width:991px){
  .ab1_con1 .rig .h2 {
    font-size: 24px;
    margin-top: 10px;
  }
  .ab1_con1 .rig .div1 {
    transform: translateX(0%);
    width: auto;    height: 40px;
    line-height: 40px;
    font-size: 16px;
      margin-top: 38px;

  }
  .ab1_con1 .rig .div1::before {
    font-size: 56px;
    line-height: 56px;
    top: -24px;
}
  .ab1_con1 .rig .h1 {
    font-size: 24px !important;
  }
  .ab1_con1 .rig .div1 img{
    display: none;
  }
  .ab1_con1 .lef{
    width: 100%;
    padding: 0;
  }
  .ab1_con1 .lef .div2{
    width: 100%;
    position: static;
    margin-top: 20px;
  }
  .ab1_con1 .rig{
    width: 100%;
    padding: 0;
  }
  .ab1_con1 .rq1{
    width: 100%;
  }
  .ab1_con1 .rq1 .div .p3 .sztd {
    font-size: 34px;
    font-weight: normal;
  }
}
@media(max-width:500px){
  .ab1_con1 .rq1{
    flex-wrap: wrap;
  }
  .ab1_con1 .rq1 .div{
    width: 33.333%;
    padding-left: 0;
  }
  .ab1_con1 .rq1 .div .p4 {
    font-size: 14px;
  }
  .ab1_con1 .rq1 .div .p3 {
    font-size: 14px;
  }
  .ab1_con1 .rq1 {
    margin-top: 10px;
  }
  .ab1_con1 {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .ab1_con1 .rq1 .div .p3 .sztd {
    font-size: 32px;
}
.ab1_con1 .rq1 .div {
  text-align: center;
  margin-bottom: 15px;
}
.ab1_con3 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.ab1_con3 .rqapp {
  margin-top: 20px;
}
.ab1_con3 .bj {
  top: 45.5%;
}

}

/* ab1_con2 */
.ab1_con2{
  width: 100%;
  /* height: 735px; */
  position: relative;
  background-image: url(../images/ab1_con2_img1.jpg);
  background-size: cover;
}
.ab1_con2::before{
  content: '';
  width: 50%;
  height: 100%;
  background-color: rgba(44,54,77,.9);
  position: absolute;
  top: 0;
  right: 0;
}
.ab1_con2 .rig{
  width: 50%;
  float: right;
  padding: 65px 0;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
.ab1_con2 .rig .div{
  width: 100%;
  margin-bottom: 36px;
}
.ab1_con2 .rig .p1{
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.ab1_con2 .rig .p1::before{
  content: '';
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ab1_con2 .rig .p2{
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;

}

@media(max-width:1459px){
  .ab1_con2 {
    /* height: 558px; */
  }
  .ab1_con2 .rig {
    padding: 49px 0;
    padding-left: 30px;
  }
  .ab1_con2 .rig .p1 {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .ab1_con2 .rig .p2 {
    font-size: 14px;
    line-height: 25px;
  }
  .ab1_con2 .rig .div {
    margin-bottom: 26px;
  }


}
@media(max-width:991px){
  .ab1_con2 .rig {
    padding: 26px 0;
    padding-left: 18px;
  }
}
@media(max-width:768px){
  .ab1_con2{
    height: auto;
    padding: 15px 0;
  }
  .ab1_con2 .rig{
    width: 100%;
  }
  .ab1_con2::before{
    display: none;
  }


}
@media(max-width:500px){
  .ab1_con2 .rig .p2 {
    font-size: 13px;
    line-height: 22px;
  }
  .ab1_con2 .rig {
    padding: 26px 10px;
    padding-bottom: 10px;
  }
  .ab1_con2 .rig .div {
    margin-bottom: 18px;
  }

}
/* ab1_con3 */
.ab1_con3{
  width: 100%;
  padding-top: 85px;
  padding-bottom: 100px;
  position: relative;
}
.ab1_con3 .swiper-wrapper{
  height: auto;
}
.ab1_con3 .bj{
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  max-width: 100%;
}
.ab1_con3 .h1{
  text-align: center;
  color: #333;
  font-size: 44px;
}
.ab1_con3 .h2 {
  text-align: center;
  color: #888888;
  font-size: 18px;
}
.ab1_con3 .wrap{

}
.ab1_con3 .rq1{
  margin-top: 50px;
}
.ab1_con3 .rq1 .swiper-container .swiper-slide .divcon{
  position: relative;
  height: 450px;
  width: 290px;
}
.ab1_con3 .rq1 .swiper-container .swiper-slide .divcon .div1{
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.ab1_con3 .rq1 .swiper-container .swiper-slide .divcon .div1 .p1{
  font-size: 36px;
  color: #333333;
}
.ab1_con3 .rq1 .swiper-container .swiper-slide .divcon .div1 .p2{
  line-height: 25px;
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
}
.ab1_con3 .rq1 .swiper-container .swiper-slide .divcon .div2{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 50px;
}
.ab1_con3 .rq1 .swiper-container .swiper-slide .divcon .div2 .p1{
  font-size: 36px;
  color: #333333;
}
.ab1_con3 .rq1 .swiper-container .swiper-slide .divcon .div2 .p2{
  line-height: 25px;
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
}
@media(max-width:1459px){
  .ab1_con3 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .ab1_con3 .rq1 .swiper-container .swiper-slide .divcon {
    height: 400px;
  }
  .ab1_con3 .bj {
    max-width: 90%;
  }
  .ab1_con3 .rq1 .swiper-container .swiper-slide .divcon .div1 .p1 {
    font-size: 26px;
  }
  .ab1_con3 .rq1 .swiper-container .swiper-slide .divcon .div1 .p2 {
    font-size: 14px;
  }
  .ab1_con3 .rq1 .swiper-container .swiper-slide .divcon .div2 .p1 {
    font-size: 26px;
  }
  .ab1_con3 .rq1 .swiper-container .swiper-slide .divcon .div2 .p2 {
    font-size: 14px;
  }
  .ab1_con3 .h1 {
    font-size: 34px;
  }
  .ab1_con3 .h2 {
    font-size: 14px;
  }
}
@media(max-width:991px){
  .ab1_con3 .h1 {
    font-size: 24px;
  }

}
@media(max-width:500px){
  .ab1_con3 .bj{
    max-width: inherit;
    width: auto;
  }
  .ab1_con3 .rq1 .swiper-container .swiper-slide .divcon {
    height: 300px;
  }
  .ab1_con3 .rq1 .swiper-container .swiper-slide .divcon .div1 .p1 {
    font-size: 21px;
  }
  .ab1_con3 .rq1 .swiper-container .swiper-slide .divcon .div2 .p1 {
    font-size: 21px;
  }
  .ab1_con3 .rq1 .swiper-container .swiper-slide .divcon .div2 {
    bottom: 20px;
  }
  .ab1_con3 .rq1 .swiper-container .swiper-slide .divcon .div1 .p2{
    height: 50px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

/* ab3_con6 */
.ab3_con6{
  width: 100%;
  padding-bottom: 110px;
  overflow: hidden;
}
.ab3_con6 .swiper-wrapper{
  height: auto;
}
.ab3_con6 .swiper-button-prev:after,.ab3_con6 .swiper-button-next:after{
  content: none;
}
.ab3_con6 .top{
  width: 100%;
  border-bottom: 2px solid rgb(231,231,231);
  padding-bottom: 22px;
  position: relative;
}
.ab3_con6 .p1{
  font-size: 44px;
  color: #444444;
  font-weight: bold;
}
.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: 24px;
  color: #666666;
  margin-left: 55px;
  padding-bottom: 30px;
  position: relative;
  transition: all .5s;
}
.ab3_con6 .top .div button:hover,
.ab3_con6 .top .div button.on{
  color: #444444;
}
.ab3_con6 .top .div button::before{
  content: '';
  width: 0%;
  height: 3px;
  background: #444444;
  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: 18px;
  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(../images/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(../images/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: 0px;
    padding-bottom: 40px;
  }
  .ab3_con6 .top {
    padding-bottom: 0px;
  }
  .ab3_con6 .top .div{
    position: static;
    text-align: center;
    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_con9 */
.ab2_con8{
  width: 100%;
  padding-top: 92px;
  padding-bottom: 110px;
}
.ab2_con8 .h1{
  text-align: center;
  font-size: 46px;
  color: #333333;
}
.ab2_con8 .h2{
  text-align: center;
  font-size: 24px;
  color: #999999;
}
.ab2_con8 .rq{
  width: 100%;
  margin-top: 45px;
  position: relative;
}
.ab2_con8 .rq::before{
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgb(213,234,209);
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
}
.ab2_con8 .rq .div{
  float: left;
  margin-right: 81px;
  transition: all .5s;
  position: relative;
}
.ab2_con8 .rq .div::after{
  content: '';
  width: 21px;
  height: 21px;
  background: url(../images/ab2_con8_img8.png)no-repeat;
  background-size: cover;
  position: absolute;
  right: -48px;
  top: 40%;
  transform: translateY(-50%);
}
.ab2_con8 .rq .div:last-child:after{
  content: none;
}
.ab2_con8 .rq .div:hover{
  transform: translateY(-5px);
}
.ab2_con8 .rq .div:last-child{
  margin-right: 0;
}
.ab2_con8 .rq .div .div1{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #444444;
  position: relative;
}
.ab2_con8 .rq .div .div1 img{
  width: 43px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.ab2_con8 .rq .div p{
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}

@media(max-width:1459px){
  .ab2_con8 {
    padding-top: 70px;
    padding-bottom: 83px;
  }
  .ab2_con8 .p1 {
    font-size: 33px;
  }
  .ab2_con8 .rq {
    margin-top: 34px;
  }
  .ab2_con8 .rq .div .div1 {
    width: 98px;
    height: 98px;
  }
  .ab2_con8 .rq .div .div1::before {
    width: 15px;
    height: 21px;
    right: -13px;
  }
  .ab2_con8 .rq .div .div1 img {
    width: 32px;
  }
  .ab2_con8 .rq .div p {
    font-size: 15px;
    margin-top: 8px;
  }
  .ab2_con8 .rq .div {
    margin-right: 68px;
  }
  .ab2_con8 .h1 {
    text-align: center;
    font-size: 30px;
    color: #333333;
  }
  .ab2_con8 .h2 {
    font-size: 14px;
  }
}
@media(max-width:1259px){
  .ab2_con8 .rq .div {
    margin-right: 47px;
  }
}
@media(max-width:991px){
  .ab2_con8 {
    padding-top: 45px;
    padding-bottom: 46px;
  }
  .ab2_con8 .rq .div .div1 {
    width: 72px;
    height: 72px;
  }
  .ab2_con8 .rq .div {
    margin-right: 41px;
  }
  .ab2_con8 .p1 {
    font-size: 26px;
  }
  .ab2_con8 .rq .div .div1 img {
    width: 24px;
  }

}
@media(max-width:768px){
  .ab2_con8 .rq::before{
    display: none;
  }
  .ab2_con8 .rq .div{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .ab2_con8 .rq .div:nth-child(4){
    margin-right: 0;
  }
  .ab2_con8 .rq .div .div1{
    margin: 0 auto;
  }

}
@media(max-width:500px){
  .ab2_con8 .rq .div::after {
    width: 18px;
    height: 18px;
    right: -12px;
  }
  .ab1_con1 .lef .div2 .img2{
    display: none;
  }
  .ab2_con8 .h1 {
    font-size: 24px;
  }
  .ab2_con8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ab2_con8 .p1 {
    font-size: 24px;
  }
  .ab2_con8 .rq {
    margin-top: 22px;
  }
  .ab2_con8 .rq .div .div1 {
    width: 56px;
    height: 56px;
  }
  .ab2_con8 .rq .div .div1::before {
    width: 11px;
    height: 15px;
    right: -9px;
  }
  .ab2_con8 .rq .div p {
    font-size: 13px;
    margin-top: 4px;
  }


}


/* 联系我们 */
/*contact*/
.sec-contact{
  padding-bottom: 50px;
  background: #f5f5f5;
}
.contact-fir{
  margin: 30px 0 40px;
}
.contact-left{
  background: #fff;
  padding:25px 15px;
  color: #666;
}
.contact-right{
  overflow: hidden;
}
.contact-right img{
  width: 100%;
}
.contact-left .m-company{
  font-size: 17px;
  color: #666;
  padding-left: 30px;
  background: url(../images/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: #dd7921;
}
.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;
  color: #666;
}
.fzjg-item .m-company{
  font-size: 18px;
  color: #666;
  padding-left: 38px;
  background: url(../images/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(../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: #dd7921;
}
.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: #dd7921;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  border:1px solid #dd7921;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.btn-submit:hover{
  background: transparent;
  color: #444444;
}

.section-title h3 {
  font-size: 30px;
  text-align: center;
}
.section-title h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 6px;
  text-align: center;
}
.con_con {
  background: #f5f5f5;
}
.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: #dd7921;
}

@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(../images/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: 50%;
    transform: translateY(-50%); */
    top: 0;
    line-height: 60px;
    padding-top: 15px
  }

  .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(../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: #dd7921;
  }
  .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: #444444;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
    border:1px solid #444444;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .btn-submit:hover{
    background: transparent;
    color: #444444;
  }

  .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;
  }

}
@media (max-width: 500px){
  .section-title h3 {
    font-size: 24px;
  }
  .msg-item .m-img {
    padding-top: 20px;
  }
}

/* 新闻中心 */
.news_con1{
  width: 100%;
  background: rgb(248,248,248);
}
.news_con1 .lef {
  width: 20%;
  float: left;
}
.news_con1 .rig {
  width: 77.5%;
  float: right;
  background: #fff;
}
.news_con1 .job1 .rq {
  width: 100%;
  background: #fff;
}
.news_con1 .job1 .rq a.on{
  background: url(../images/img97.png) #dd7921;
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 90%;
  color: #fff;
  border-bottom:none;
}
.news_con1 .job1 .rq a {
  display: block;
  font-size: 16px;
  color: #2f3336;
  line-height: 50px;
  padding-left: 32px;
  padding-right: 35px;
  border-bottom: 1px dashed rgb(229,229,229);
}
.news_con1 .job1 .rq a:last-child {
  border-bottom: none;
}
.news_con1 .rig .p1{
  font-size: 24px;
  line-height: 70px;
  padding-left: 25px;
  color: #333333;
  border-bottom: 2px solid rgb(47,51,54);
}
.news_con1 .rig .rq1{
  padding: 0 27px;
}
.news_con1 .rig .rq2{
  display: block;
  width: 100%;
  border-bottom: 1px dashed rgb(229,229,229);
  padding: 24px 0;
}
.news_con1 .rig .rq2 .lef{
  width: 27.3%;
  float: left;
}
.news_con1 .rig .rq2 .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.news_con1 .rig .rq2:hover .lef img{
  transform: scale(1.05);
}
.news_con1 .rig .rq2 .rig{
  width: 72.7%;
  float: left;
  padding-top: 18px;
  padding-left: 25px;
}
.news_con1 .rig .rq2 .rig .p2{
  font-size: 20px;
  color: #2f3336;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.news_con1 .rig .rq2:hover .rig .p2{
  color: #dd7921;
}
.news_con1 .rig .rq2 .rig .p3{
  font-size: 14px;
  color: #a8a8a8;
  margin-top: 3px;
}
.news_con1 .rig .rq2 .rig .p4{
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* news_con2 */
.news_con2{
  width: 100%;
  padding-top: 53px;
  padding-bottom: 60px;
  background: rgb(248,248,248);
}
.news_con2 .p1 {
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  background: rgb(47,51,54);
  padding-left: 37px;
  position: relative;
}
.news_con2 .p1::before {
  content: '';
  width: 4px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
}
.news_con2 .p1 a {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: "din";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.news_con2 .p1 a::before {
  content: '';
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.news_con2 .rq{
  width: 100%;
  background: #fff;
}
.news_con2 .rq1{
  width: 48%;
  height: 191px;
  float: left;
  margin-right: 4%;
  padding: 20px;
  border-bottom: 1px solid rgb(238,238,238);
}
.news_con2 .rq1:nth-child(2n){
  margin-right: 0;
}
.news_con2 .rq1 .p2 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.news_con2 .rq1 .p3 {
  font-size: 14px;
  color: #999999;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_con2 .rq1 button {
  font-size: 18px;
  color: #333333;
  width: 80px;
  height: 42px;
  background: rgb(221,221,221);
  transition: all .5s;
  margin-top: 20px;
}
.news_con2 .rq1:hover button {
  background: #dd7921;
  color: #fff;
}
.fl {
  width: 100%;
  line-height: 40px;
  padding: 0 20px;
  display: none;
  background: linear-gradient(
          180deg
          , #f2f2f2 0% , #e0e0e0 100%);
}
.job1 {
  width: 100%;
}
.job1 .p1 {
  font-size: 30px;
  color: #ffffff;
  line-height: 80px;
  text-align: center;
  background: rgb(47,51,54);
  position: relative;
}
.job1 .p1 span {
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
  font-weight: bold;
}
.job4, .job3 {
  width: 100%;
  margin-top: 25px;
}
.job4 .p1, .job3 .p1 {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  background: #dd7921;
  position: relative;
}
.job3 .rq {
  width: 100%;
  padding: 10px 15px;
  background: #fff;
}
.job3 .rq .swiper-slide a {
  display: block;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed rgb(229,229,229);
  display: flex;
}
.job3 .rq .swiper-slide a .lef {
  width: 39%;
}
.job3 .rq .swiper-slide a .lef img{
  width: 100%;
  vertical-align: middle;
}
.job3 .rq .swiper-slide a .rig {
  width: 61%;
  padding-left: 19px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.job3 .rq .swiper-slide a .rig .p2 {
  font-size: 16px;
  color: #666666;
  transition: all .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.job4 .p1 span, .job3 .p1 span {
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #fff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
}
.job4 .rq {
  padding: 0 15px;
  padding-bottom: 25px;
  width: 100%;
  background: #ffffff;
}
.job4 .rq a {
  width: 100%;
  display: block;
  border-bottom: 1px dashed rgb(229,229,229);
  font-size: 14px;
  color: #666666;
  line-height: 45px;
  padding-left: 12px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.job4 .rq a::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #dd7921;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.job3 .swiper-wrapper{
  height: auto;
}
.job2 {
  width: 100%;
  margin-top: 25px;
}
.job2 .p1 {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  background: #dd7921;
  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: #dd7921;
  border: 1px solid #dd7921;
}
/* 分页器 */
.fyq{
  width: auto;
  display: table;
  margin: 40px auto;
  margin-top: 30px;
}
.fyq li{
  float: left;
  margin-right: 9px;
  transition: all .5s;
  border: 1px solid rgb(219,219,219);
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.fyq li:hover{
  background: #dd7921;
  border: 1px solid #dd7921;
}
.fyq li a{
  display:block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  color: #999999;
  transition: all .5s;
}
.fyq li:hover a{
  color: #fff;
}
.fyq li:first-child a,
.fyq li:last-child a{
  background-image: url(../images/img75.png);
  background-size: 8px 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.fyq li:first-child:hover a,
.fyq li:last-child:hover a{
  background-image: url(../images/img76.png);
}
.fyq li:last-child a{
  transform: rotate(180deg);
}
.fyq li:last-child,
.fyq li:first-child{
  margin-right: 22px;
  width: 45px;
}
.fyq li:last-child{
  margin-right: 0;
  margin-left: 13px;
}
/* 新闻中心 分辨率 */
@media(max-width:1459px){
  .news_con1 .rig .p1 {
    font-size: 18px;
    line-height: 50px;
    padding-left: 25px;
  }
  .news_con1 .rig .rq2 .rig .p2 {
    font-size: 18px;
  }
  .news_con1 .rig .rq2 .rig {
    padding-top: 5px;
    padding-left: 18px;
  }
  .news_con2 .p1 a {
    font-size: 14px;
  }
  .news_con2 .p1 a::before {
    width: 15px;
    height: 1px;
    left: -22px;
    top: 48%;
  }
  .news_con2 .p1 {
    font-size: 18px;
    line-height: 45px;
    padding-left: 32px;
  }
  .news_con2 .p1::before {
    width: 2px;
    height: 17px;
    top: 52%;
    left: 22px;
  }
  .news_con2 .rq1 button {
    font-size: 14px;
    width: 70px;
    height: 32px;
    margin-top: 20px;
  }
  .news_con2 .rq1 {
    height: 181px;
  }
  .news_con1 .job1 .rq a {
    font-size: 14px;
    line-height: 38px;
  }

}
@media(max-width:1259px){
  .news_con1 .rig .rq2 .rig .p4 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
  .news_con1 .rig .rq2 .rig {
    padding-top: 0px;
    padding-left: 18px;
  }
  .news_con1 .rig .rq2 {
    padding: 15px 0;
  }

}
@media(max-width:991px){
  .fl {
    display: block;
  }
  .news_con1 .lef{
    display: none;
  }
  .news_con1 .rig{
    width: 100%;
  }
  .news_con1 .rig .rq2 .lef{
    display: block;
  }

}
@media(max-width:768px){
  .news_con1 .rig .rq2 .lef{
    width: 100%;
  }
  .news_con1 .rig .rq2 .rig{
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
  .news_con1 .rig .rq2:hover .lef img {
    transform: scale(1);
  }
  .news_con2 .rq1{
    width: 100%;
    margin-right: 0;
  }
}
@media(max-width:500px){
  .news_con2 {
    padding-top: 36px;
  }
  .news_con1 .container{
    padding: 0;
  }
  .news_con1 .rig,
  .news_con1 .ny_dh .container{
    padding: 0 15px;
  }
  .news_con1 .rig .rq1 {
    padding: 0;
  }
  .news_con1 .rig .p1 {
    padding-left: 0px;
  }
  .news_con1 .rig .rq2 .rig .p3 {
    font-size: 12px;
  }
  .news_con2 .rq1 {
    padding: 10px;
    height: auto;
  }
  .news_con2 .rq1 .p2 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .news_con2 .rq1 .p3 {
    font-size: 12px;
    line-height: 20px;
  }
  .news_con2 .rq1 button {
    font-size: 12px;
    width: 64px;
    height: 26px;
  }

}


/* 新闻中心详情 */
.news_dat1 .rig {
  width: 77.5%;
  float: right;
  background: #fff;
  padding: 0 35px;
  padding-top: 10px;
}
.news_dat1 .rig .rq2{
  border-bottom: none;
}

/* 新闻中心详情分辨率 */
@media(max-width:991px){
  .news_dat1 .rig{
    width: 100%;
  }
}
@media(max-width:500px){
  .news_dat1 .rig{
    padding: 0 15px;
  }
  .news_dat1 .rq3 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.ca_dat .rq2{
  width: 100%;
  padding-top: 40px;
}
.ca_dat .rq2 .top{
  width: 100%;
  border-bottom: 1px solid rgb(214,214,214);
}
.ca_dat .rq2 .top .p{
  font-size: 34px;
  color: #333333;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ca_dat .rq2 .top .p2{
  padding-bottom: 25px;
  text-align: center;
  padding-top: 15px;
}
.ca_dat .rq2 .top .p2 span{
  font-size: 16px;
  color: #666666;
  margin-right: 15px;
}
.ca_dat .rq2 .top .p2 span:last-child{
  margin-right: 0;
}
.ca_dat .rq2 .bot{
  width: 100%;
  padding-top: 35px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgb(214,214,214);
  color: #666;
}
.ca_dat .rq2 .bot .p3{
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  margin-bottom: 30px;
}
.ca_dat .rq2 .bot img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ca_dat .rq3{
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.ca_dat .rq3 a{
  font-size: 16px;
  color: #333333;
  transition: all .5s;
}
.ca_dat .rq3 a:hover{
  color: #dd7921;
}
.ca_dat .rq3 a:nth-child(1){
  padding-left: 22px;
  position: relative;
}
.ca_dat .rq3 a:nth-child(1)::before{
  width: 7px;
  height: 13px;
  content: '';
  background-image: url(../images/img93.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  transition: all .5s;
}
.ca_dat .rq3 a:nth-child(1):hover::before{
  background-image: url(../images/img94.png);
}
.ca_dat .rq3 a:nth-child(2){
  padding-left: 40px;
  position: relative;
}
.ca_dat .rq3 a:nth-child(2)::before{
  width: 24px;
  height: 14px;
  content: '';
  background-image: url(../images/img95.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.ca_dat .rq3 a:nth-child(2):hover::before{
  background-image: url(../images/img96.png);
}
.ca_dat .rq3 a:nth-child(3){
  padding-right: 22px;
  position: relative;
}
.ca_dat .rq3 a:nth-child(3)::before{
  width: 7px;
  height: 13px;
  content: '';
  background-image: url(../images/img93.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.ca_dat .rq3 a:nth-child(3):hover::before{
  background-image: url(../images/img94.png);
}

/* 案例详情分辨率 */
@media(max-width:1459px){
  .ca_dat .rq2 .top .p {
    font-size: 24px;
  }
  .ca_dat .rq2 {
    padding-top: 25px;
  }
  .ca_dat .rq2 .top .p2 span {
    font-size: 14px;
    margin-right: 10px;
  }

}
@media(max-width:500px){
  .ca_dat .rq2 .top .p2 span {
    font-size: 12px;
    margin-right: 6px;
  }
  .ca_dat .rq2 .top .p {
    font-size: 20px;
  }
  .ca_dat .rq2 .top .p2 {
    padding-bottom: 15px;
    padding-top: 5px;
  }
  .ca_dat .rq2 .bot {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .ca_dat .rq3 a {
    font-size: 14px;
  }
  .ca_dat .rq3 a:nth-child(1)::before,
  .ca_dat .rq3 a:nth-child(3)::before {
    width: 7px;
    height: 11px;
  }
  .ca_dat .rq3 a:nth-child(2)::before {
    width: 18px;
    height: 10px;
  }
  .ca_dat .rq3 a:nth-child(2) {
    padding-left: 25px;
  }
  .ca_dat .rq3 {
    padding-top: 20px;
    padding-bottom: 35px;
  }

}

/* 产品 */
/* por_con2 */
.por_con2{
  width: 100%;
  padding-top: 88px;
  background: rgb(248,248,248);
}
.por_con2_lef{
  width: 19.7%;
  float: left;
}
.por_con2_lef .rq1{
  width: 100%;
  margin-bottom: 22px;
}
.por_con2_lef .rq1 .p{
  font-size: 30px;
  color: #ffffff;
  line-height: 78px;
  background: rgb(47,51,54);
  text-align: center;
  position: relative;
}
.por_con2_lef .rq1 .p span{
  font-size: 44px;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
}
.por_con2_lef .rq1 .div{
  width: 100%;
  background: #fff;
}
.por_con2_lef .rq1 .div .div1{
  width: 100%;
  border-bottom: 1px dashed rgb(208,208,208);
}
.por_con2_lef .rq1 .div .div1 .a{
  font-size: 16px;
  color: #333333;
  padding-left: 34px;
  line-height: 50px;
  display: block;
  position: relative;
}
.por_con2_lef .rq1 .div .div1.on .a{
  color: #fff;
  background: #dd7921;
}
.por_con2_lef .rq1 .div .div1 .a i{
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 17%;
  transform: translateY(-50%);
  background-image: url(../images/por1_con2_img1.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .5s;
}
.por_con2_lef .rq1 .div .div1.on .a i{
  background-image: url(../images/por1_con2_img2.png);
}
.por_con2_lef .rq1 .div .div1 .div2{
  width: 100%;
  padding:0 47px;
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: all .5s;
  opacity: 0;
}
.por_con2_lef .rq1 .div .div1.on .div2{
  opacity: 1;
  max-height: 300px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.por_con2_lef .rq1 .div .div1 .div2 p{
  margin-bottom: 12px;
}
.por_con2_lef .rq1 .div .div1 .div2 a{
  font-size: 14px;
  color: #666666;
  padding-right: 10px;
  position: relative;
  transition: all .6s;
}
.por_con2_lef .rq1 .div .div1 .div2 a.on1,
.por_con2_lef .rq1 .div .div1 .div2 a:hover{
  padding-right: 20px;
  color: #dd7921;
}
.por_con2_lef .rq1 .div .div1 .div2 a::before{
  content: '';
  width: 6px;
  height: 11px;
  background-image: url(../images/por1_con2_img3.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .3s;
}
.por_con2_lef .rq1 .div .div1 .div2 a.on1::before,
.por_con2_lef .rq1 .div .div1 .div2 a:hover::before{
  opacity: 1;
}

.por_con2_lef .rq2{
  width: 100%;
  background: #fff;
  margin-bottom: 22px;
}
.por_con2_lef .rq2 .p{
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  position: relative;
  background: #dd7921;
}
.por_con2_lef .rq2 .p span{
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por_con2_lef .rq2 .div{
  width: 100%;
  padding: 22px 13px;
  padding-bottom: 25px;
}
.por_con2_lef .rq2 .div .div1{
  width: 100%;
  margin-bottom: 14px;
}
.por_con2_lef .rq2 .div .div1:last-child{
  margin-bottom: 0;
}
.por_con2_lef .rq2 .div .div1 .p1{
  font-size: 14px;
  color: #2f3336;
  margin-bottom: 5px;
}
.por_con2_lef .rq2 .div .div1 .p2{
  font-size: 14px;
  color: #666666;
}
.por_con2_lef .rq2 .div2{
  width: 100%;
  position: relative;
}
.por_con2_lef .rq2 .div2 img{
  width: 100%;
  vertical-align: middle;
}
.por_con2_lef .rq2 .div2 div{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 13px;
}
.por_con2_lef .rq2 .div2 div .p1{
  font-size: 16px;
  color: #2f3336;
}
.por_con2_lef .rq2 .div2 div .p1 img{
  width: 20px;
}
.por_con2_lef .rq2 .div2 div .p2{
  font-size: 30px;
  color: #dd7921;
  font-family: "por1_din2";
}

.por_con2_lef .rq3{
  width: 100%;
  background: #fff;
}
.por_con2_lef .rq3 .p{
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  position: relative;
  background: #dd7921;
}
.por_con2_lef .rq3 .p span{
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por_con2_lef .rq3 .div{
  width: 100%;
  padding: 10px 20px;
  padding-bottom: 70px;
}
.por_con2_lef .rq3 .div a{
  display: inline-block;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  border: 1px solid rgb(209,210,211);
  border-radius: 5px;
  margin-bottom: 4px;
  margin-right: 5px;
  padding: 0 15px;
}
.por_con2_lef .rq3 .div a:hover{
  color: #fff;
  background: #dd7921;
  border: 1px solid #dd7921;
}

.por_con2_rig{
  width: 78%;
  float: right;
}
.por_con2_rig .rq1{
  background: #fff;
  margin-bottom: 34px;
}
.por_con2_rig .rq1 .top{
  padding: 0 25px;
  line-height: 70px;
  border-bottom: 2px solid rgb(239,239,239);
}
.por_con2_rig .rq1 .top .p{
  font-size: 26px;
  color: #333333;
  float: left;
}
.por_con2_rig .rq1 .top .p span{
  font-size: 24px;
  color: #333333;
  opacity: 0.5;
  text-transform: uppercase;
}
.por_con2_rig .rq1 .top div{
  float: right;
  width: 40px;
  height: 40px;
  background: rgb(232,232,232);
  margin-left: 14px;
  margin-top: 15px;
  position: relative;
  transition: all .5s;
}
.por_con2_rig .rq1 .top div.on{
  background: #dd7921;
}
.por_con2_rig .rq1 .top .div1::before{
  content: '';
  width: 18px;
  height: 13px;
  background-image: url(../images/por1_con2_img9.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.por_con2_rig .rq1 .top .div1.on::before{
  background-image: url(../images/por1_con2_img8.png);
}
.por_con2_rig .rq1 .top .div2::before{
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/por1_con2_img7.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.por_con2_rig .rq1 .top .div2.on::before{
  background-image: url(../images/por1_con2_img6.png);
}
.por_con2_rig .rq1 .bot{
  width: 100%;
  background: #fff;
  padding: 0 25px;
  padding-bottom: 38px;
}
.por_con2_rig .rq1 .bot .div{
  width: 100%;
  margin-bottom: 38px;
}
.por_con2_rig .rq1 .bot .div1{
  width: 23.5%;
  height: 317px;
  float: left;
  margin-right: 2%;
  border: 1px solid rgb(227,227,227);
  margin-top: 15px;
  display: block;
}
.por_con2_rig .rq1 .bot .div1:nth-child(4n){
  margin-right: 0;
}
.por_con2_rig .rq1 .bot.por3_bot .div1{
  width: 49%;
  height: 540px;
  margin-right: 2%;
}
.por_con2_rig .rq1 .bot.por3_bot .div1:nth-child(4n){
  margin-right: 2%;
}
.por_con2_rig .rq1 .bot.por3_bot .div1:nth-child(2n){
  margin-right: 0%;
}
.por_con2_rig .rq1 .bot .div1 .div2{
  width: 100%;
  overflow: hidden;
}
.por_con2_rig .rq1 .bot .div1 .div2 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.por_con2_rig .rq1 .bot .div1:hover .div2 img{
  transform: scale(1.1);
}
.por_con2_rig .rq1 .bot .div1 .div3{
  width: 100%;
  padding: 12px;
  padding-top: 18px;
}
.por_con2_rig .rq1 .bot.por3_bot .div1 .div3{
  padding-left: 30px;
  padding-right: 30px;
}
.por_con2_rig .rq1 .bot .div1 .div3 .p1{
  font-size: 20px;
  color: #333333;
  margin-bottom: 8px;
  transition: all .5s;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.por_con2_rig .rq1 .bot.por3_bot .div1 .div3 .p1{
  font-size: 24px;
}
.por_con2_rig .rq1 .bot .div1:hover .div3 .p1{
  color: #dd7921;
}
.por_con2_rig .rq1 .bot .div1 .div3 .p2{
  font-size: 14px;
  color: #999999;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.por_con2_rig .rq1 .bot.por3_bot .div1 .div3 .p2{
  font-size: 16px;
}
.por_con2_rig .rq1 .bot .div1 .div3 button{
  font-size: 12px;
  color: #999999;
  width: 90px;
  height: 27px;
  line-height: 25px;
  border: 1px solid rgb(227,227,227);
  margin-top: 15px;
  text-transform: uppercase;
  transition: all .5s;
}
.por_con2_rig .rq1 .bot.por3_bot .div1 .div3 button{
  font-size: 14px;
  height: 35px;
  width: 120px;
  margin-top: 37px;
}
.por_con2_rig .rq1 .bot .div1:hover .div3 button{
  background: #dd7921;
  border: 1px solid #dd7921;
  color: #fff;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4{
  margin-top: 25px;
  margin-bottom: 10px;
  display: none;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4 p{
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  line-height: 22px;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4 span{
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  padding: 0 7px;
  border: 1px solid rgb(209,210,211);
  border-radius: 3px;
  transition: all .5s;
}
.por_con2_rig .rq1 .bot .div1 .div3 .div4 span:hover{
  color: #fff;
  background: #dd7921;
  border: 1px solid #dd7921;
}
.por_con2_rig .rq1 .bot.on1 .div .div1{
  width: 100%;
  height: auto;
  margin-right: 0;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div2{
  width: 37.4%;
  float: left;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3{
  width: 62.6%;
  float: left;
  padding-left: 46px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 .p1{
  font-size: 22px;
  margin-bottom: 18px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 button{
  font-size: 14px;
  width: 120px;
  height: 35px;
}
.por_con2_rig .rq1 .bot.on1 .div .div1 .div3 .div4{
  display: block;
}

.fy{
  display: table;
  width: auto;
  margin: 0 auto;
}
.fy li{
  float: left;
  margin-right: 9px;
}
.fy li a{
  display: block;
  width: 31px;
  line-height: 31px;
  border: 1px solid rgb(219,219,219);
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.fy li.on a:hover,
.fy li a:hover{
  color: #fff;
  background: #dd7921;
  border: 1px solid #dd7921;
}
.fy li:last-child a,
.fy li:first-child a{
  width: 47px;
  height: 33px;
  margin-right: 23px;
  position: relative;
}
.fy li:last-child a{
  margin-right: 0;
  margin-left: 23px;
}
.fy li:last-child a::before,
.fy li:first-child a::before{
  content: '';
  width: 8px;
  height: 14px;
  background-image: url(../images/por1_con2_img12.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.fy li:first-child a::before{
  transform: translate(-50%,-50%) rotate(180deg);
}
.fy li:last-child a:hover::before,
.fy li:first-child a:hover::before{
  background-image: url(../images/por1_con2_img11.png);
}


.por_con2_rig .rq2{
  width: 100%;
  height: 258px;
  margin-bottom: 32px;
  background-image: url(../images/por1_con2_img13.jpg);
  background-size: cover;
}
.por_con2_rig .rq2 .lef{
  width: 42%;
  float: left;
  padding-left: 53px;
  padding-top: 58px;
}
.por_con2_rig .rq2 .lef span{
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  line-height: 34px;
  padding: 0 15px;
  background: #dd7921;
}
.por_con2_rig .rq2 .lef p{
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 14px;
  padding-bottom: 35px;
  position: relative;
}
.por_con2_rig .rq2 .lef p::before{
  content: '';
  width: 38px;
  height: 2px;
  background: rgb(143,147,150);
  position: absolute;
  bottom: 0;
  left: 0;
}
.por_con2_rig .rq2 .rig{
  width: 58%;
  /* height: 100%; */
  float: left;
  position: relative;
}
.por_con2_rig .rq2 .rig img{
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.por_con2_rig .rq2:hover .rig img{
  transform: translate(-50%,-50%) scale(1.08);
}

.por_con2_rig .rq3{
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
}
.por_con2_rig .rq3 .p{
  font-size: 26px;
  color: #333333;
  line-height: 77px;
  padding: 0 23px;
  border-bottom: 2px solid rgb(239,239,239);
}
.por_con2_rig .rq3 .p span{
  color: #333333;
  font-size: 24px;
  opacity: 0.5;
  text-transform: uppercase;
}
.por_con2_rig .rq3 .div{
  padding: 23px;
}
.por_con2_rig .rq3 .div .div1{
  width: 23.5%;
  height: 218px;
  margin-right: 2%;
  float: left;
  background: rgb(246,246,246);
  padding: 30px 23px;
  transition: all .5s;
}
.por_con2_rig .rq3 .div .div1:hover{
  box-shadow: 0px 16px 22px 0px rgb(90,91,95,.2);
  transform: translate3d(0,-5px,0);
}
.por_con2_rig .rq3 .div .div1:nth-child(4n){
  margin-right: 0;
}
.por_con2_rig .rq3 .div .div1 img{
  width: 44px;
  display: block;
  margin: 0 auto;
}
.por_con2_rig .rq3 .div .div1 .p1{
  font-size: 22px;
  color: #333333;
  border-bottom: 1px solid rgb(207,206,206);
  text-align: center;
  padding-top: 22px;
  padding-bottom: 9px;
  margin-bottom: 18px;
}
.por_con2_rig .rq3 .div .div1 .p2{
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.por_con2_rig .rq3 .div .div1 .p3{
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.por_con2_rig .rq1.rq4 .bot{
  padding-bottom: 20px;
}
.por_con2_rig .rq1.rq4 .bot .div{
  margin-bottom: 0;
}
.fl{
  width: 100%;
  line-height: 40px;
  padding: 0 20px;
  display: none;
  background: linear-gradient(180deg , #f2f2f2 0% , #e0e0e0 100%);
}
.fl a{
  font-size: 16px;
  color: #333;
  float: right;
}
@media(max-width:991px){
  .fl_l.por_con2_lef{
    width: 100%;
    display: block;
  }
  .fl_l.por_con2_lef .rq1 .p a {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    z-index: 10;
  }
  .por_con2_lef .rq1 .div .div1 .a{
    display: inline-block;
    width: 86%;
  }
  .por_con2_lef .rq1 .div .div1.on .a{
    background: none;
  }
  .por_con2_lef .rq1 .div .div1.on .p1{
    background: #dd7921;
  }
  .por_con2_lef .rq1 .div .div1 .a i{
    right: 0;
  }
}
@media(max-width:500px){
  .fy li a {
    width: 28px;
    line-height: 28px;
    font-size: 13px;
  }
  .fy li:last-child a, .fy li:first-child a {
    width: 40px;
    height: 30px;
    margin-right: 0px;
  }
  .fy li:last-child a {
    margin-right: 0;
    margin-left: 0px;
  }

}
@media(max-width:1459px){
  .por_con2 {
    padding-top: 65px;
  }
  .por_con2_lef .rq1 .p {
    font-size: 22px;
    line-height: 60px;
  }
  .por_con2_lef .rq1 .p span {
    font-size: 32px;
  }
  .por_con2_lef .rq1 .div .div1 .a {
    font-size: 14px;
    padding-left: 25px;
    line-height: 40px;
  }
  .por_con2_lef .rq1 .div .div1 .a i {
    width: 12px;
    height: 12px;
  }
  .por_con2_lef .rq1 .div .div1 .div2 {
    padding: 0 35px;
  }
  .por_con2_lef .rq1 .div .div1 .div2 a {
    font-size: 13px;
  }
  .por_con2_lef .rq1 .div .div1 .div2 p {
    margin-bottom: 8px;
  }
  .por_con2_lef .rq2 .p {
    font-size: 18px;
    line-height: 45px;
  }
  .por_con2_lef .rq2 .p span {
    font-size: 33px;
  }
  .por_con2_lef .rq2 .div {
    padding: 14px 13px;
    padding-bottom: 20px;
  }
  .por_con2_lef .rq2 .div2 div .p1 {
    font-size: 14px;
  }
  .por_con2_lef .rq2 .div2 div .p1 img {
    width: 16px;
    margin-bottom: 1px;
  }
  .por_con2_lef .rq2 .div2 div .p2 {
    font-size: 22px;
  }
  .por_con2_lef .rq3 .p {
    font-size: 18px;
    line-height: 45px;
  }
  .por_con2_lef .rq3 .p span {
    font-size: 33px;
  }
  .por_con2_lef .rq3 .div {
    padding: 10px 10px;
    padding-bottom: 35px;
  }
  .por_con2_lef .rq3 .div a {
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
  }
  .por_con2_rig .rq1 .bot .div {
    margin-bottom: 30px;
  }
  .por_con2_rig .rq1 {
    margin-bottom: 24px;
  }
  .por_con2_rig .rq1 .top {
    padding: 0 19px;
    line-height: 54px;
  }
  .por_con2_rig .rq1 .top .p {
    font-size: 20px;
  }
  .por_con2_rig .rq1 .top .p span {
    font-size: 18px;
  }
  .por_con2_rig .rq1 .top div {
    width: 30px;
    height: 30px;
    margin-top: 14px;
  }
  .por_con2_rig .rq1 .top .div1::before {
    width: 14px;
    height: 10px;
  }
  .por_con2_rig .rq1 .top .div2::before {
    width: 11px;
    height: 11px;
  }
  .por_con2_rig .rq1 .bot {
    padding: 0 19px;
    padding-bottom: 30px;
  }
  .por_con2_rig .rq1 .bot .div1 {
    height: 240px;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1 {
    height: 415px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 {
    padding: 8px;
    padding-top: 10px;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1 .div3 {
    padding: 15px 10px;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1 .div3 .p1 {
    font-size: 20px;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1 .div3 .p2 {
    font-size: 14px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 .p1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .por_con2_rig .rq1 .bot.on1 .div .div1 .div3 .p1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 .div4 {
    margin-top: 18px;
    margin-bottom: 5px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 .p2 {
    font-size: 13px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 button {
    margin-top: 7px;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1 .div3 button {
    font-size: 12px;
    height: 30px;
    width: 90px;
    margin-top: 24px;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1 .div3 button {
    margin-top: 18px;
  }
  .por_con2_rig .rq1 .bot.on1 .div .div1 .div3 {
    padding-left: 34px;
  }


  .por_con2_rig .rq2 {
    height: 196px;
    margin-bottom: 32px;
  }
  .por_con2_rig .rq2 .lef {
    padding-left: 40px;
    padding-top: 44px;
  }
  .por_con2_rig .rq2 .lef span {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
  }
  .por_con2_rig .rq2 .lef p {
    font-size: 27px;
    margin-top: 12px;
    padding-bottom: 24px;
  }
  .por_con2_rig .rq2 .rig img {
    max-width: 75%;
    max-height: 75%;
  }
  .por_con2_rig .rq3 .p {
    font-size: 20px;
    line-height: 54px;
    padding: 0 19px;
  }
  .por_con2_rig .rq3 .p span {
    font-size: 18px;
  }
  .por_con2_rig .rq3 .div .div1 {
    height: 165px;
    padding: 22px 18px;
  }
  .por_con2_rig .rq3 .div .div1 img {
    width: 33px;
  }
  .por_con2_rig .rq3 .div .div1 .p1 {
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 9px;
    margin-bottom: 10px;
  }
  .por_con2_rig .rq3 .div .div1 .p2 {
    font-size: 16px;
  }
  .por_con2_rig .rq3 .div .div1 .p3 {
    font-size: 14px;
  }

}
@media(max-width:991px){
  .por_con2 {
    padding-top: 45px;
  }
  .por_con2_lef{
    display: none;
  }
  .por_con2_rig{
    width: 100%;
  }
  .por_con2_rig .rq1 .bot .div1 {
    height: 230px;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1 {
    height: 380px;
  }
  .por_con2_rig .rq1 .bot.on1 .div .div1 .div3 {
    padding-left: 24px;
  }
  .por_con2_rig .rq1 .bot.on1 .div .div1 .div3 .p1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 .div4 {
    margin-top: 16px;
    margin-bottom: 5px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 .div4 span {
    font-size: 12px;
  }
  .por_con2_rig .rq1 .bot.on1 .div .div1 .div3 button {
    font-size: 12px;
    width: 100px;
    height: 30px;
  }

}
@media(max-width:768px){
  .por_con2_rig .rq1 .bot .div1{
    width: 49%;
    height: 326px;
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot .div1:nth-child(4n){
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot .div1:nth-child(2n){
    margin-right: 0;
  }

  .por_con2_rig .rq1 .bot.por2_bot .div1{
    width: 49%;
    height: 326px;
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot.por2_bot .div1:nth-child(4n){
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot.por2_bot .div1:nth-child(3n){
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot.por2_bot .div1:nth-child(2n){
    margin-right: 0;
  }
  .por_con2_rig .rq3 .div .div1{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .por_con2_rig .rq3 .div .div1:nth-child(4n){
    margin-right: 2%;
  }
  .por_con2_rig .rq3 .div .div1:nth-child(2n){
    margin-right: 0;
  }

}
@media(max-width:500px){

  .por_con2_rig .rq1 .bot .div1 {
    height: 240px;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1 {
    height: 250px;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1 .div3 {
    padding: 10px 10px;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1 .div3 .p1 {
    font-size: 16px;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1 .div3 .p2 {
    font-size: 13px;
  }
  .por_con2_rig .rq1 .bot.por3_bot .div1 .div3 button {
    margin-top: 15px;
  }
  .por_con2_rig .rq1 .top div {
    margin-left: 8px;
  }
  .por_con2_rig .rq1 .top .p span {
    font-size: 16px;
  }
  .por_con2_rig .rq1 .top {
    padding: 0 10px;
  }
  .por_con2_rig .rq1 .bot {
    padding: 0 10px;
    padding-bottom: 30px;
  }
  .por_con2_rig .rq1 .bot.on1 .div .div1 .div2{
    width: 100%;
  }
  .por_con2_rig .rq1 .bot.on1 .div .div1 .div3{
    width: 100%;
    padding-left: 10px;
    padding-bottom: 20px;
  }
  .por_con2_rig .rq1 .bot.on1 .div .div1 .div3 .p1 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .por_con2_rig .rq2 .lef {
    width: 100%;
    padding-left: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .por_con2_rig .rq2 .rig{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .por_con2_rig .rq2 .rig img {
    position: static;
    transform: translate(0%,0%);
  }
  .por_con2_rig .rq2{
    height: auto;
  }
  .por_con2_rig .rq2 .lef span {
    font-size: 12px;
    line-height: 26px;
    padding: 0 7px;
  }
  .por_con2_rig .rq2 .lef p {
    font-size: 22px;
    margin-top: 10px;
    padding-bottom: 16px;
  }
  .por_con2_rig .rq2 .rig img {
    max-width: 70%;
    max-height: 70%;
    display: block;
    margin: 0 auto;
  }
  .por_con2_rig .rq3 .p span {
    font-size: 16px;
  }
  .por_con2_rig .rq3 .p {
    padding: 0 10px;
  }
  .por_con2_rig .rq3 .div {
    padding: 20px 10px;
  }
  .por_con2_rig .rq3 .div .div1 .p1 {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 9px;
  }
  .por_con2_rig .rq3 .div .div1 .p2 {
    font-size: 14px;
  }
  .por_con2_rig .rq3 .div .div1 .p3 {
    font-size: 12px;
  }
  .por_con2_rig .rq3 .div .div1 {
    height: 158px;
    padding: 22px 10px;
  }

}
@media(max-width:375px){
  .por_con2_rig .rq1 .bot.por3_bot .div1 {
    height: 233px;
  }

}







/* pro_con3 */
.pro2_con1_bt {
  position: relative;
  padding-left: 24px;
}
.pro2_con1_bt .bt{
  font-size: 40px;
  color: #333333;
  transform: skewX(-10deg);
}
.pro2_con1_bt::before {
  content: '';
  width: 4px;
  height: 85%;
  background: #dd7921;
  position: absolute;
  left: 0;
  top: 51%;
  transform: translateY(-50%);
}
.pro2_con1_bt .bt span {
  font-size: 40px;
  color: #dd7921;
}
.pro2_con1_bt .p1 {
  font-size: 18px;
  color: #666666;
  margin-top: 5px;
  text-transform: uppercase;
  font-family: "akz";
}

.pro2_con1{
  width: 100%;
  background: rgb(248,248,248);
  padding-top: 85px;
  padding-bottom: 100px;
}
.pro2_con1 .wrap{
  position: relative;
}
.pro2_con1 .a{
  font-size: 14px;
  color: #999999;
  width: 140px;
  line-height: 44px;
  border-radius: 44px;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 0;
  border: 2px solid rgb(198,198,198);
}
.pro2_con1 .a:hover{
  background: #dd7921;
  border: 1px solid #dd7921;
  color: #fff;
}
.pro2_con1 .rq{
  width: 100%;
  padding-top: 37px;
}
.pro2_con1 .rq .lef{
  width: 27.5%;
  float: left;
  background: #fff;
}
.pro2_con1 .rq .lef .top{
  width: 100%;
  overflow: hidden;
}
.pro2_con1 .rq .lef .top img{
  width: 100%;
  vertical-align: middle;
}
.pro2_con1 .rq .lef .bot{
  width: 100%;
  margin-top: 15px;
  padding-left: 28px;
}
.pro2_con1 .rq .lef .bot a{
  display: block;
  margin-bottom: 15px;
}
.pro2_con1 .rq .lef .bot a .p1{
  font-size: 16px;
  color: #666666;
  transition: all .5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pro2_con1 .rq .lef .bot a:hover .p1{
  color: #dd7921;
  padding-left: 10px;
}
.pro2_con1 .rq .lef .bot a .p2{
  font-size: 14px;
  color: #999999;
  font-family: "akz";
  margin-top: 5px;
}
.pro2_con1 .rq .lef .bot .a1{
  display: inline-block;
  font-size: 15px;
  color: #666666;
  margin-top: 5px;
  padding-right: 15px;
  position: relative;
  transition: all .5s;
}
.pro2_con1 .rq .lef .bot .a1::before{
  content: '';
  width: 8px;
  height: 13px;
  background-image: url(../images/por2_con1_img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.pro2_con1 .rq .lef .bot .a1:hover{
  color: #dd7921;
  padding-right: 25px;
}
.pro2_con1 .rq .lef .bot .a1:hover::before{
  background-image: url(../images/por2_con1_img3.png);
}

.pro2_con1 .rq .rig{
  width: 69%;
  float: right;
}
.pro2_con1 .rq .rig .top{
  width: 100%;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
}
.pro2_con1 .rq .rig .top .div{
  display: block;
  width: 50%;
  float: left;
  padding-left: 60px;
  padding-right: 30px;
}
.pro2_con1 .rq .rig .top .div .p1{
  font-size: 20px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.pro2_con1 .rq .rig .top .div:hover .p1{
  color: #dd7921;
}
.pro2_con1 .rq .rig .top .div .p2{
  font-size: 16px;
  color: #666666;
  margin-top: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.pro2_con1 .rq .rig .top .div .p3{
  font-size: 16px;
  color: #666666;
  font-family: "akz";
  text-align: right;
  margin-top: 40px;
  position: relative;
}
.pro2_con1 .rq .rig .top .div .p3::before{
  content: '';
  width: 90px;
  height: 1px;
  background: #666666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro2_con1 .rq .rig .bot{
  width: 100%;
  margin-top: 15px;
}
.pro2_con1 .rq .rig .bot .div1{
  width: 49%;
  float: left;
  margin-right: 2%;
  background: #fff;
  padding: 0 27px;
  padding-top: 35px;
}
.pro2_con1 .rq .rig .bot .div1:nth-child(2){
  margin-right: 0;
}
.pro2_con1 .rq .rig .bot .div1 a{
  display: block;
  padding-left: 20px;
  padding-right: 75px;
  position: relative;
  font-size: 16px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 25px;
}
.pro2_con1 .rq .rig .bot .div1 a::before{
  content: '';
  width: 3px;
  height: 3px;
  border: 2px solid #dd7921;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}
.pro2_con1 .rq .rig .bot .div1 a span{
  font-size: 14px;
  color: #666666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "akz";
}
.pro2_con1 .rq .rig .bot .div1 a:hover{
  color: #dd7921;
}
@media(max-width:1459px){
  .pro2_con1_bt {
    padding-left: 18px;
  }
  .pro2_con1_bt::before {
    width: 3px;
    height: 78%;
    top: 53%;
  }
  .pro2_con1_bt .bt span, .pro2_con1_bt .bt {
    font-size: 30px;
  }
  .pro2_con1_bt .p1 {
    font-size: 14px;
    margin-top: 3px;
  }
  .pro2_con1 {
    padding-top: 64px;
    padding-bottom: 75px;
  }
  .pro2_con1 .a {
    font-size: 12px;
    width: 105px;
    line-height: 35px;
    border-radius: 36px;
    top: 10px;
  }
  .pro2_con1 .rq {
    padding-top: 25px;
  }
  .pro2_con1 .rq .rig .top {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .pro2_con1 .rq .rig .top .div .p1 {
    font-size: 17px;
  }
  .pro2_con1 .rq .rig .top .div .p2 {
    font-size: 14px;
    margin-top: 8px;
  }
  .pro2_con1 .rq .rig .top .div .p3 {
    font-size: 14px;
    margin-top: 25px;
  }
  .pro2_con1 .rq .rig .bot .div1 {
    padding: 0 20px;
    padding-top: 24px;
  }

}
@media(max-width:1259px){
  .pro2_con1_bt .bt span, .pro2_con1_bt .bt {
    font-size: 24px;
  }
  .pro2_con1_bt .p1 {
    font-size: 12px;
    margin-top: 3px;
  }
  .pro2_con1 .rq .rig .top {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .pro2_con1 .rq .rig .top .div {
    padding-left: 34px;
    padding-right: 30px;
  }
  .pro2_con1 .rq .rig .bot .div1 a {
    font-size: 14px;
  }
  .pro2_con1 .rq .rig .bot .div1 a span {
    font-size: 12px;
  }

}
@media(max-width:991px){
  .pro2_con1 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .pro2_con1 .rq .lef{
    width: 100%;
  }
  .pro2_con1 .rq .rig{
    width: 100%;
  }
}
@media(max-width:768px){
  .pro2_con1 .rq .rig .top .div{
    width: 100%;
    margin: 15px 0;
  }
  .pro2_con1 .rq .rig .top {
    padding-top: 16px;
    padding-bottom: 14px;
  }
  .pro2_con1 .rq .rig .bot .div1{
    width: 100%;
    margin: 0;
  }
  .pro2_con1 .rq .rig .bot .div1:nth-child(2){
    padding-top: 0;
  }
}
@media(max-width:414px){
  .pro2_con1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .pro2_con1 .rq .lef .bot {
    padding-left: 16px;
  }
  .pro2_con1 .a{
    display: none;
  }
  .pro2_con1 .rq .lef .bot {
    margin-top: 10px;
  }
  .pro2_con1 .rq .lef .bot a {
    margin-bottom: 10px;
  }
  .pro2_con1 .rq .rig .top .div {
    width: 100%;
    margin: 6px 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .pro2_con1 .rq .rig .bot .div1 a {
    margin-bottom: 18px;
  }
}

.pro1_con1_rig{
  width: 78%;
  float: right;
}
.pro1_con1_rig .rq1{
  width: 100%;
  background-color: #fff;
}
.pro1_con1_rig .rq1 .lef{
  float: left;
  width: 50%;
}

.pro1_con1_rig .rq1 .lef .bottom{
  padding-top: 12px;
  position: relative;
  padding-left: 18px;
  padding-right: 34px;
  padding-bottom: 18px;
}

.pro1_con1_rig .rq1 .lef .bottom .swiper-wrapper .swiper-slide-thumb-active{
  border: 2px solid #dd7921;
}
.pro1_con1_rig  .rq1 .swiper-button-next{
  position: absolute;
  right: -3px;
  top: 72px;
}
.pro1_con1_rig  .rq1 .swiper-button-prev{
  position: absolute;
  right: -3px;
  left: auto;
  top: 39px;
}
.pro1_con1_rig  .rq1 .swiper-button-next.swiper-button-disabled,.pro1_con1_rig  .rq1 .swiper-button-prev.swiper-button-disabled{
  opacity: 1;
  pointer-events: all;
}
.pro1_con1_rig  .rq1 .swiper-button-next,.pro1_con1_rig  .rq1 .swiper-button-prev{
  width: 15px;
  border-radius: 10px;
  height: 25px;
  background-color: #c4c5c6;
}
.pro1_con1_rig  .rq1 .swiper-button-next:hover{
  background-color: #dd7921;
}
.pro1_con1_rig .nextEl:hover::after{
  color: #fff !important;
}
.pro1_con1_rig  .prevEl:hover::after{
  color: #fff !important;
}
.pro1_con1_rig  .rq1 .swiper-button-prev:hover{
  background-color: #dd7921;
}
.pro1_con1_rig  .rq1 .swiper-button-next::after,  .pro1_con1_rig  .rq1 .swiper-button-prev::after{
  font-size: 12px;
  font-weight: bolder;
  color: #000000;
}
.pro1_con1_rig .rq1 .lef .top .gallery-top .swiper-wrapper .swiper-slide a img{
  width: 100%;
}
.pro1_con1_rig .rq1 .lef .top .gallery-top .swiper-wrapper{
  height: auto;
}
.pro1_con1_rig .rq1 .lef .bottom .gallery-thumbs .swiper-wrapper{
  height: auto;
}
.pro1_con1_rig .rq1 .lef .bottom .gallery-thumbs .swiper-wrapper .swiper-slide img{
  width: 100%;
  vertical-align: middle;
}

.pro1_con1_rig .rq1 .rig{
  width: 50%;
  padding-top: 56px;
  padding-left: 50px;
  padding-right: 35px;
  float: right;
}
.pro1_con1_rig .rq1 .rig .top{
  line-height: 30px;
}
.pro1_con1_rig .rq1 .rig .top .p{
  font-size: 36px;
  color: #2f3336;
  padding-bottom: 23px;
  border-bottom: 2px solid #2f3336;
}
.pro1_con1_rig .rq1 .rig .top .p1{
  font-size: 16px;
  font-weight: bolder;
  margin-top: 20px;
  color: #2f3336;
}
.pro1_con1_rig .rq1 .rig .top .p2{
  font-size: 16px;
  color: #666666;
}
.pro1_con1_rig .rq1 .rig .top .p3{
  font-size: 16px;
  color: #666666;
}
.pro1_con1_rig .rq1 .rig .bottom .btn{
  line-height: 50px;
  width: 47%;
  margin-right: 2.4%;
  transition: .5s all;
  background-color: #2f3336;
}
.pro1_con1_rig .rq1 .rig .bottom .btn2{
  margin-right: 0;
}
.pro1_con1 .pro1_con1_rig .rq1 .rig .bottom .btn a{
  color: #fff;
  display: block;
  width: 100%;
}
.pro1_con1_rig .rq1 .rig .bottom{
  margin-top: 125px;
}
.pro1_con1_rig .rq1 .rig .bottom .btn:hover{
  background-color: #dd7921;
}
.pro1_con1_rig .rq1 .rig .bottom .btn.active{
  background-color: #dd7921;
}
.pro1_con1_rig .rq1 .rig .bottom .btn1 a{
  padding-left: 35px;
  background-image: url(../images/pro1_con1_img5.png);
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 18px;
  background-position-y: center;
  background-position-x: 20px;
  z-index: 10;
}
.pro1_con1_rig .rq1 .rig .bottom .btn2 a{
  padding-left: 30px;
  background-image: url(../images/pro1_con1_img6.png);
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 24px;
  background-position-y: center;
  font-family: 'pro1_din';
  background-position-x: 15px;
  z-index: 10;
}
.pro1_con1{
  width: 100%;
  padding-top: 70px;
  background: #f8f8f8;
}

@media(max-width:1459px){
  .pro1_con1_rig .rq1 .swiper-button-next {
    position: absolute;
    right: 0px;
    top: 63px;
  }
  .pro1_con1_rig  .rq1 .swiper-button-prev {
    right: 0px;
    top: 35px;
  }
  .pro1_con1_rig  .rq1 .swiper-button-next,  .pro1_con1_rig  .rq1 .swiper-button-prev {
    width: 13px;
    height: 22px;
  }
  .pro1_con1_rig .rq1 .rig .top .p1, .pro1_con1_rig .rq1 .rig .top .p2,  .pro1_con1_rig .rq1 .rig .top .p3{
    font-size: 14px;
  }
  .pro1_con1_rig .rq1 .rig .top .p {
    font-size: 31px;
  }
  .pro1_con1_rig .rq1 .rig {
    padding-top: 48px;
    padding-left: 43px;
    padding-right: 30px;
  }
  .pro1_con1_rig .rq1 .rig .bottom .btn {
    width: 48%;
  }
  .pro1_con1_rig .rq1 .rig .bottom .btn1 a{
    background-position-y: 16px;
    background-position-x: 15px;
    background-size: 17px;
    font-size: 16px;
  }
  .pro1_con1_rig .rq1 .rig .bottom .btn2 a{
    background-position-y: 16px;
    background-position-x: 15px;
    background-size: 17px;
    font-size: 21px;
  }
  .pro1_con1_rig .rq1 .rig .bottom{
    margin-top: 33px;
  }
}
@media(max-width:1259px){
  .pro1_con1_rig .rq1 .rig .top .p1 {
    margin-top: 17px;
  }
  .pro1_con1_rig .rq1 .rig .top .p {
    font-size: 27px;
    padding-bottom: 19px;
  }
  .pro1_con1_rig .rq1 .rig .bottom .btn2 a {
    background-position-y: 14px;
    background-position-x: 12px;
    background-size: 15px;
    font-size: 18px;
    padding-left: 25px;
  }
  .pro1_con1_rig .rq1 .rig .bottom .btn1 a {
    background-position-y: 14px;
    background-position-x: 9px;
    background-size: 15px;
    font-size: 14px;
    padding-left: 25px;
  }
  .pro1_con1_rig .rq1 .rig .bottom {
    margin-top: 40px;
  }
  .pro1_con1_rig .rq1 .rig {
    padding-top: 30px;
    padding-left: 43px;
    padding-right: 30px;
  }
  .pro1_con1_rig .rq1 .rig .bottom .btn {
    line-height: 43px;
    width: 47%;
  }
  .pro1_con1_rig .rq1 .rig {
    padding-top: 41px;
    padding-left: 27px;
    padding-right: 15px;
  }
  .pro1_con1_rig .rq1 .rig .top .p1,  .pro1_con1_rig .rq1 .rig .top .p2,  .pro1_con1_rig .rq1 .rig .top .p3 {
    font-size: 13px;
  }
  .pro1_con1_rig  .rq1 .swiper-button-prev {
    right: 2px;
    top: 32px;
  }
  .pro1_con1_rig .rq1 .swiper-button-next {
    right: 2px;
    top: 56px;
  }
  .pro1_con1_rig  .rq1 .swiper-button-next,   .pro1_con1_rig  .rq1 .swiper-button-prev {
    width: 12px;
    height: 22px;
  }
}
@media(max-width:991px){
  .pro1_con1_rig .rq1 .rig .bottom .btn {
    line-height: 34px;
  }
  .pro1_con1_rig .rq1 .rig .bottom {
    margin-top: 50px;
  }
  .pro1_con1_rig .rq1 .rig .bottom .btn1 a {
    background-position-y: 11px;
    background-position-x: 17px;
    background-size: 13px;
    font-size: 13px;
    padding-left: 25px;
  }
  .pro1_con1_rig .rq1 .rig .bottom .btn2 a {
    background-position-y: 11px;
    background-position-x: 21px;
    background-size: 13px;
    font-size: 16px;
    padding-left: 25px;
  }
  .pro1_con1_rig {
    width: 100%;
  }
  .pro1_con1_rig .rq1 .rig {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 15px;
  }
  .pro1_con1_rig .rq1 .rig .top .p {
    font-size: 22px;
    padding-bottom: 14px;
  }
}
@media(max-width:768px){
  .pro1_con1_rig .rq1 .rig {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 7px;
  }
}
@media(max-width:500px){
  .pro1_con1 {
    padding-top: 30px;
  }
  .pro1_con1_rig .rq1 .lef .bottom {
    padding-top: 8px;
    padding-bottom: 15px;
  }
  .pro1_con1_rig .rq1 .rig .bottom .btn {
    line-height: 38px;
    width: 43%;
  }
  .pro1_con1_rig .rq1 .rig .bottom {
    margin-top: 15px;
    margin-bottom: 14px;
  }
  .pro1_con1_rig .rq1 .rig .top .p1 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 11px;
  }
  .pro1_con1_rig .rq1 .lef {
    width: 100%;
  }
  .pro1_con1_rig .rq1 .rig {
    padding-top: 0px;
    width: 100%;
  }
  .pro1_con1_rig .rq1 .rig .top .p {
    padding-bottom: 9px;
  }
  .pro1_con1_rig  .rq1 .swiper-button-next {
    right: 8px;
    top: 54px;
  }
  .pro1_con1_rig  .rq1 .swiper-button-prev {
    right: 8px;
    top: 27px;
  }
}



.pro1_con1_rig .rq2{
  margin-top: 3%;
}
.pro1_con1_rig .rq2 .bot{
  position: relative;
}
.fl_t{
  position: sticky;
  top: 0px;
  z-index:500;
  width: 100%;
  background-color: #2f3336;
}
.fl_t .sp{
  text-align: center;
  transition: .5s all;
  line-height: 63px;
  cursor: pointer;
  position: relative;
  display: block;
  float: left;
  width: 14%;
}
.fl_t .sp a{
  font-size: 24px;
  color: #acadae;
  display: block;
  width: 100%;
}
.fl_t .sp:hover a{
  color: #fff;
}
.fl_t .sp:hover{
  padding-left: 10px;
  background-color: #dd7921;
}
.fl_t .sp.active{
  padding-left: 10px;
  background-color: #dd7921;
}
.fl_t .sp.active a{
  color: #fff;
}
.fl_t .sp::before{
  content: '';
  display: inline-block;
  width: 1px;
  height: 22px;
  transition: .5s all;
  background-color: #6e7173;
  position:absolute;
  top:23px;
  left:0;
}
.fl_t .sp.active::before{
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  background-color: #fff;
  position:absolute;
  top:21px;
  left:10px;
}
.fl_t .sp:hover::before{
  content: '';
  display: inline-block;
  width: 4px;
  height: 25px;
  background-color: #fff;
  position:absolute;
  top:21px;
  left:10px;
}
@media(max-width:1459px){
  .fl_t .sp:hover::before{
    width: 3px;
    height: 22px;
    top: 17px;
    left: 10px;
  }

  .fl_t .sp.active::before {
    width: 3px;
    height: 22px;
    top: 17px;
    left: 10px;
  }
  .fl_t .sp::before {
    height: 19px;
    top: 19px;
    left: 0;
  }
  .fl_t .sp {
    line-height: 54px;
  }
  .fl_t .sp a{
    font-size: 18px;
  }
}
@media(max-width:1259px){
  .fl_t .sp:hover::before {
    top: 13px;
    left: 10px;
  }
  .fl_t .sp.active::before {
    top: 13px;
    left: 10px;
  }
  .fl_t .sp::before {
    top: 15px;
  }
  .fl_t .sp  {

    line-height: 46px;
  }
  .fl_t .sp a{
    font-size: 18px;
  }
}
@media(max-width:991px){
  .fl_t .sp a{
    font-size: 16px;
  }
  .fl_t .sp {
    line-height: 36px;
    font-size: 16px;
  }
  .fl_t .sp::before {
    height: 14px;
    top: 12px;
  }
  .fl_t .sp.active::before {
    width: 2px;
    height: 17px;
    top: 10px;
  }
  .fl_t .sp:hover::before {
    width: 2px;
    height: 17px;
    top: 10px;
  }
}
@media(max-width:768px){
}
@media(max-width:500px){
  .fl_t .sp {
    font-size: 14px;
    width: 21%;
  }
  .fl_t .sp a{
    font-size: 14px;
  }
  .fl_t .sp.active::before {
    height: 16px;
  }
}
@media(max-width:375px){
  .pro1_con1_rig .rq1 .rig .bottom .btn1 a {
    background-position-x: 11px;
  }
  .pro1_con1_rig .rq1 .rig .bottom .btn2 a {
    background-position-x: 10px;
  }
  .fl_t .sp.active::before {
    top: 10px;
    left: 6px;
  }
}
.pro1_con1_rig .rq2 .bot .bottom{
  background-color: #fff;
  padding-top: 100px;
  padding-bottom:100px;
  padding-left: 90px;
  padding-right:90px;
  width: 100%;
  color: #666;
}
.pro1_con1_rig .rq2 .bot1 .bottom img{
  width: 100%;
}

.pro1_con1_rig .rq2 .bot2{
  background-color: #fff;
  margin-top: 3%;
}
.firbot2{
  margin-top: 0;
}
.pro1_con1_rig .rq2 .bot2 .top{
  border-bottom: 2px solid #2f3336;
  line-height: 60px;
}
.pro1_con1_rig .rq .bot .top .p{
  font-size: 24px;
  color: #dd7921;
  font-weight: bold;
  position: relative;
  padding-left: 46px;
}
.pro1_con1_rig .rq .bot .top .p::before{
  content: '';
  display: inline-block;
  width: 4px;
  height: 26px;
  background-color: #dd7921;
  position:absolute;
  top: 18px;
  left: 21px;
}
.pro1_con1_rig .rq2 .bot2 .bottom img{
  width: 100%;
}



@media(max-width:1459px){
  .pro1_con1_rig .rq .bot .top .p{
    font-size: 18px;
  }
  .pro1_con1_rig .rq .bot .top .p::before {
    width: 4px;
    height: 21px;
    position: absolute;
    top: 20px;
    left: 21px;
  }
  .pro1_con1_rig .rq .bot .bottom {
    padding-top: 87px;
    padding-bottom: 87px;
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media(max-width:1259px){
  .pro1_con1_rig .rq .bot .bottom {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 67px;
    padding-right: 67px;
  }
}
@media(max-width:991px){
  .pro1_con1_rig .rq .bot .bottom {
    padding-top: 59px;
    padding-bottom: 59px;
    padding-left: 53px;
    padding-right: 53px;
  }
  .pro1_con1_rig .rq .bot .top .p {
    font-size: 16px;
    padding-left: 36px;
  }
  .pro1_con1_rig .rq2 .bot2 .top {
    line-height: 47px;
  }
  .pro1_con1_rig .rq .bot .top .p::before {
    width: 3px;
    height: 20px;
    top: 14px;
    left: 21px;
  }
}
@media(max-width:500px){
  .pro1_con1_rig .rq .bot .top .p {
    font-weight: normal;
    padding-left: 22px;
  }
  .pro1_con1_rig .rq2 .bot2 .top {
    line-height: 50px;
  }
  .pro1_con1_rig .rq .bot .top .p::before {
    width: 2px;
    height: 14px;
    top: 18px;
    left: 12px;
  }
  .pro1_con1_rig .rq .bot .bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .pro1_con1_rig .rq2 .bot2 {
    margin-bottom: 15px;
}
}

/* 案例列表 */
.caseh1{
  text-align: center;
  font-size: 44px;
  color: #333;
  padding: 40px 0;
}

.cases-list .flex-wrap-row{
  margin: 0 -4px;
}
.cases-list .col-sm-4{
  padding:0 4px;
  margin-bottom: 15px;
}
.cases-item{
  display: block;
  width: 100%;
}
.cases-item .m-img{
  width: 100%;
  /*padding-bottom: 63.15789473684211%;*/
  overflow: hidden;
}
.cases-item .m-img img{
  width: 100%;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.cases-item p{
  font-size: 14px;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition:all .3s;
  transition:all .3s;
}
.cases-item:hover .m-img img{
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.cases-item:hover p{
  color: #dd7921;
}
@media (min-width: 768px){
  .cases-list .flex-wrap-row{
    margin: 0 -15px;
  }
  .cases-list .col-sm-4{
    padding:0 15px;
    margin-bottom: .4rem;
  }
  .cases-item p{
    font-size: 1.16rem;
    margin-top: 1.14rem;
    margin-bottom: 1.14rem;
  }
}
@media (max-width: 1459px){
  .caseh1 {
    font-size: 34px;
  }
}
@media (max-width: 991px){
  .caseh1 {
    font-size: 24px;
  }
  .pro_con1 .wrap {
    
    line-height: 24px;

  }
}


/* 案例详情 */
/* pro_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);
  color: #666;
}
.new_da2 .rq .lef .bot p{
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.new_da2 .rq .lef .bot img{
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}
.new_da2 .rq .lef .div{
  padding-top: 20px;
  padding-bottom: 30px;
}
.prev{
  float: left;
}
.prev span{
  padding-left: 30px;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  position: relative;
  transition: all .5s;
}
.prev span::before{
  content: '';
  width: 8px;
  height: 13px;
  background-image: url(../images/img109.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: all .5s;
}
.next{
  float: right;
}
.next span{
  padding-right: 30px;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  position: relative;
  transition: all .5s;
}
.next span::before{
  content: '';
  width: 8px;
  height: 13px;
  background-image: url(../images/img155.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: #dd7921;
}
.prev:hover span::before,
.next:hover span::before{
  background-image: url(../images/img154.png);
}
.new_da2 .rq .lef .rq3{
  padding-top: 70px;
  padding-bottom: 20px;
}
.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: #dd7921;
}
.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: #dd7921;
  border: 1px solid #dd7921;
  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: #dd7921;
}
.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: #dd7921;
}
.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: #dd7921;
}

.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: #dd7921;
  border: 1px solid #dd7921;
}
.lb-data .lb-number{
  display: none !important;
}
/* pro_date4 */
.pro_date4{
  width: 100%;
  padding-top: 115px;
  padding-bottom: 90px;
}
.pro_date4 .bt{
  position: relative;
}
.pro_date4 .bt .p1{
  font-size: 30px;
}
.pro_date4 .bt a{
  width: 29px;
  height: 29px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro_date4 .bt a img{
  width: 100%;
}
.pro_date4 .rq{
  padding-top: 28px;
}
.pro_date4 .rq .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  border: 1px solid rgb(238,238,238);
}
.pro_date4 .rq .swiper-slide a .top{
  width: 100%;
  overflow: hidden;
}
.pro_date4 .rq .swiper-slide a .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.pro_date4 .rq .swiper-slide a:hover .top img{
  transform: scale(1.03);
}

.pro_date4 .rq .swiper-slide a .bot{
  height: 175px;
  padding: 0 15px;
  padding-top: 22px;
}
.pro_date4 .rq .swiper-slide a .bot .p1{
  font-size: 20px;
  color: #333333;
  padding-bottom: 10px;
}
.pro_date4 .swiper-wrapper{
  height: auto;
}
.pro_date4 .rq .swiper-slide a .bot .p2{
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pro_date4 .rq .swiper-slide a .bot button{
  display: block;
  font-size: 12px;
  color: #333333;
  font-family: "din";
  width: 113px;
  height: 33px;
  border: 2px solid rgb(51,51,51);
  margin-top: 17px;
  transition: all .5s;
}
.pro_date4 .rq .swiper-slide a:hover .bot button{
  background: #dd7921;
  border: 2px solid #dd7921;
  color: #fff;
}
@media(max-width:1459px){
  .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;
  }
  .prev{
    width: 49%;
  }
  .next {
    width: 49%;
    text-align: right;
  }

}
@media(max-width:414px){
  .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_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(../images/img161.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);
}
@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;
  }
}
@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;
  }}

/* 合伙人 */
/* content3 */
.xz_zs3{
  width: 100%;
  padding-top: 130px;
  padding-bottom: 70px
}
.xz_zs3 .lef{
  width: 56.2%;
  float: left;
}
.xz_zs3 .rig{
  width: 43.8%;
  float: right;
}
.xz_zs3 .xz_zsbt,
.xz_zs3 .xz_zsfbt{
  text-align: left;
}
.xz_zs3 .lef .p1{
  font-size: 26px;
  color: #dd7921;
  margin-top: 23px;
  margin-bottom: 10px;
}
.xz_zs3 .lef .p2{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  width: 83%;
}
.xz_zs3 .lef .p2 span{
  font-size: 26px;
  color: #dd7921;
}
.xz_zs3 .rig .rq1 div{
  width: 173px;
  height: 200px;
  display: inline-block;
  margin-right: 4px;
  transition: all .5s;
}
.xz_zs3 .rig .rq1 div:nth-child(3n){
  margin-right: 0;
}
.xz_zs3 .rig .rq1 img,
.xz_zs3 .rig .rq1 div img{
  width: 100% !important;
  height: auto !important;
}
.xz_zs3 .rig .rq1 div:nth-child(4),
.xz_zs3 .rig .rq1 div:nth-child(5),
.xz_zs3 .rig .rq1 div:nth-child(6){
  transform: translateY(-50px);
}
.xz_zs3 .rig .rq1 div:nth-child(4){
  margin-left: 90px;
}
.xz_zs3 .rig .rq1 div:nth-child(7),
.xz_zs3 .rig .rq1 div:nth-child(8){
  transform: translateY(-100px);
}
.xz_zs3 .rig .rq1 div:nth-child(7){
  margin-left: 180px;
}
.xz_zs3 .rig .rq1 div:hover{
  transform: translate3d(0,-5px,0);
}
.xz_zs3 .rig .rq1 div:nth-child(4):hover,
.xz_zs3 .rig .rq1 div:nth-child(5):hover,
.xz_zs3 .rig .rq1 div:nth-child(6):hover{
  transform: translateY(-50px) translate3d(0,-5px,0);
}
.xz_zs3 .rig .rq1 div:nth-child(7):hover,
.xz_zs3 .rig .rq1 div:nth-child(8):hover{
  transform: translateY(-100px) translate3d(0,-5px,0);
}
.xz_zs3 .xz_zsbt, .xz_zs3 .xz_zsfbt {
  text-align: left;
}
.xz_zsbt {
  font-size: 50px;
  color: #333333;
  font-family: "light";
  text-align: center;
  line-height: 55px;
}
.xz_zsfbt {
  font-size: 26px;
  color: #333333;
  font-family: "light";
  text-align: center;
  text-transform: uppercase;
}

/* content4 */
.xz_zs4{
  width: 100%;
  position: relative;
}
.xz_zs4 .bj{
  width: 100%;
  vertical-align: middle;
}
.xz_zs4 .container{
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 95px;
}
.xz_zs4 .rq{
  width: 618px;
  height: 618px;
  margin: 0 auto;
  margin-top: 52px;
  position: relative;
}
.xz_zs4 .rq::before{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/xz81.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  animation: yxz 30s linear infinite;
}
.xz_zs4 .rq .rq1{
  width: 575px;
  height: 575px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.xz_zs4 .rq .rq1 div img{
  width: 100%;
}
.xz_zs4 .rq .rq1 div{
  width: 288px;
  height: 234px;
  position: absolute;
  cursor: pointer;
}
.xz_zs4 .rq .rq1 .div1 {
  top: -15px;
  left: 15px;
}
.xz_zs4 .rq .rq1 .div1::before{
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid rgb(4,175,186);
  position: absolute;
  top: 135px;
  left: 152px;
  transform: rotate(85deg);
  opacity: 0;
  transition: all .5s;
}
.xz_zs4 .rq .rq1 .div2 {
  top: -15px;
  left: 271px;
}
.xz_zs4 .rq .rq1 .div2::before{
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid rgb(0, 133, 199);
  position: absolute;
  top: 137px;
  left: 111px;
  transform: rotate(40deg);
  opacity: 0;
  transition: all .5s;
}
.xz_zs4 .rq .rq1 .div3 {
  top: 149px;
  left: 367px;
}
.xz_zs4 .rq .rq1 .div3::before{
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid rgb(102, 78, 199);
  position: absolute;
  top: 140px;
  left: 104px;
  transform: rotate(-30deg);
  opacity: 0;
  transition: all .5s;
}
.xz_zs4 .rq .rq1 .div4 {
  top: 370px;
  left: 262px;
}
.xz_zs4 .rq .rq1 .div4::before{
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid rgb(255, 146, 2);
  position: absolute;
  top: 79px;
  left: 110px;
  transform: rotate(23deg);
  opacity: 0;
  transition: all .5s;
}
.xz_zs4 .rq .rq1 .div5 {
  top: 370px;
  left: 22px;
}
.xz_zs4 .rq .rq1 .div5::before{
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid rgb(31, 82, 78);
  position: absolute;
  top: 80px;
  left: 160px;
  transform: rotate(-25deg);
  opacity: 0;
  transition: all .5s;
}
.xz_zs4 .rq .rq1 .div6 {
  top: 157px;
  left: -82px;
}
.xz_zs4 .rq .rq1 .div6::before{
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid rgb(16, 142, 81);
  position: absolute;
  top: 130px;
  left: 163px;
  transform: rotate(30deg);
  opacity: 0;
}
.xz_zs4 .rq .rq1 div.on::before{
  opacity: 1;
}
.xz_zs4 .rq .rq2{
  width: 356px;
  height: 356px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgb(40,124,117);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.xz_zs4 .rq .rq3{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display:table;
  opacity: 0;
  transition: all .5s;
}
.xz_zs4 .rq .rq3.on1{
  opacity: 1;
}
.xz_zs4 .rq .rq4{
  width: 100%;
  height: 100%;
  vertical-align:middle;
  display:table-cell;
  padding: 0 25px;
}
.xz_zs4 .rq .rq4 .p1{
  font-size: 24px;
  color: #dd7921;
  text-align: center;
}
.xz_zs4 .rq .rq4 .p2{
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;

}
@keyframes yxz{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
/* content7 */
.xz_zs7{
  width: 100%;
  padding-top: 85px;
  padding-bottom: 30px;
}
.xz_zs7 .rq{
  width: 100%;
  padding-top: 60px;
}
.xz_zs7 .rq .lef{
  width: 50%;
  float: left;
}
.xz_zs7 .rq .lef .rq1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.xz_zs7 .rq .lef .rq1 input{
  width: 49%;
  font-size: 16px;
  color: #666666;
  height: 60px;
  border: 1px solid rgb(221,221,221);
  border-radius: 5px;
  padding-left: 15px;
}
.xz_zs7 .rq .lef .rq2{
  width: 100%;
  display: flex;
  height: 57px;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 1px;
}
.xz_zs7 .rq .lef .rq2 input{
  height: 100%;
  width: 32%;
  border: 1px solid rgb(221,221,221);
  border-radius: 5px;
  margin-left: 2%;
  font-size: 16px;
  padding-left: 10px;
}
.xz_zs7 .rq .lef .rq2 input:nth-child(1){
  margin-left: 0;
}
.xz_zs7 .rq .lef .rq2 select{
  width: 33.333%;
  font-size: 16px;
  color: #666666;
  padding-left: 10px;
  background: url(../images/img198.png) #fff;
  background-position-x: 95%;
  background-position-y: center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.xz_zs7 .rq .lef textarea{
  width: 100%;
  height: 155px;
  font-size: 16px;
  color: #666666;
  padding-left: 15px;
  padding-top: 15px;
  border: 1px solid rgb(221,221,221);
  border-radius: 5px;
  margin-bottom: 20px;
}
.xz_zs7 .rq .lef button{
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  height: 60px;
  background: #2C334D;
  border-radius: 5px;
}
.xz_zs7 .rq .rig{
  width: 48%;
  float: right;
  height: 395px;
  border: 1px solid rgb(221,221,221);
  background: rgb(243,244,249);
  border-radius: 5px;
  overflow: hidden;
  padding: 25px;
}
.xz_zs7 .rq .rig .p1{
  font-size: 20px;
  color: #666666;
  font-family: "light";
  text-align: center;
}
.xz_zs7 .rq .rig .p1 span{
  font-size: 24px;
  color: #1f524d;
}
.xz_zs7 .rq .rig .div{
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 15px;
}

.xz_zs7 .infoList li {
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(221,221,221);
}
.xz_zs7 .infoList li span{
  font-size: 16px;
  color: #777777;
  transition: all .5s;
}
.xz_zs7 .infoList li:hover span{
  color: #dd7921;
}

.xz_zs7 .rq3{
  width: 100%;
  padding-top: 37px;
}
.xz_zs7 .rq3 .rq4{
  width: 100%;
  margin-right: 2%;
  float: left;
  height: 85px;
  border: 1px solid rgb(221,221,221);
  padding-top: 24px;
  transition: all .5s;
}
.xz_zs7 .rq3 .rq4:hover{
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  transform: translate3d(0,-5px,0);
}
.xz_zs7 .rq3 .rq4:nth-child(4){
  margin-right: 0;
}
.xz_zs7 .rq3 .rq4 .p1{
  font-size: 24px;
  color: #dd7921;
  font-family: "light";
  text-align: center;
  padding-bottom: 22px;
  position: relative;
}
.xz_zs7 .rq3 .rq4 .p1 span{
  margin-right: 15px;
}
/*.xz_zs7 .rq3 .rq4 .p1::before{*/
/*  width: 30px;*/
/*  height: 2px;*/
/*  content: '';*/
/*  background: #dd7921;*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*}*/
.xz_zs7 .rq3 .rq4 .p2{
  font-size: 18px;
  color: #666666;
  text-align: center;
  margin-top: 20px;
  font-family: "light";
}
.xz_zs7 .rq3 .rq4 .p2 span{
  display: inline-block;
  margin: 0 8px;
}
/* content7 */
.content7{
  width: 100%;
}
.content7 .rq{
  width: 100%;
  padding-top: 85px;
  padding-bottom: 80px;
}
.section-8{
  padding-top: 50px;
}
.content7 .rq1{
  width: 20%;
  float: left;
  position: relative;
}
.content7 .rq1 .p1{
  font-size: 17px;
  color: #2C334D;
  padding-top: 105px;
  text-align: center;
  margin-bottom: 10px;
}
.content7 .rq1 .p2{
  text-transform: uppercase;
  font-size: 12px;
  color: #2C334D;
  text-align: center;
}
.content7 .rq1 .tb{
  width: 82px;
  height: 82px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: all .3s;
}
.content7 .rq1 .tb .tbrq{
  width: 100%;
  height: 100%;
  position: relative;
}
.content7 .tb1{
  width: 82px;
  height: 82px;
  background-image: url(../images/img35.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes tb1{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.content7 .tb2{
  width: 71px;
  height: 71px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.content7 .tb2 div{
  width: 100%;
  height: 100%;
  position: relative;
}
.content7 .tb2 div::before{
  content: '';
  width: 71px;
  height: 71px;
  background-image: url(../images/img366.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes tb2{
  0%{
    transform: rotate(-0deg);
  }
  100%{
    transform: rotate(-360deg);
  }
}
.content7 .rq1:nth-child(1)>.tb .tbrq .tb3{
  width: 100%;
  height: 100%;
  background-image: url(../images/img377.png);
  background-repeat: no-repeat;
  background-position: center;
}
.content7 .rq1:nth-child(2)>.tb .tbrq .tb3{
  width: 100%;
  height: 100%;
  background-image: url(../images/img388.png);
  background-repeat: no-repeat;
  background-position: center;
}
.content7 .rq1:nth-child(3)>.tb .tbrq .tb3{
  width: 100%;
  height: 100%;
  background-image: url(../images/img399.png);
  background-repeat: no-repeat;
  background-position: center;
}
.content7 .rq1:nth-child(4)>.tb .tbrq .tb3{
  width: 100%;
  height: 100%;
  background-image: url(../images/img400.png);
  background-repeat: no-repeat;
  background-position: center;
}
.content7 .rq1:nth-child(5)>.tb .tbrq .tb3{
  width: 100%;
  height: 100%;
  background-image: url(../images/img411.png);
  background-repeat: no-repeat;
  background-position: center;
}
.content7 .rq1:hover .tb{
  top: -10px;
}
.content7 .rq1:hover .tb1{
  animation: tb1 2s infinite linear;
}
.content7 .rq1:hover .tb2 div::before{
  animation: tb2 2s infinite linear;
}

.xz_zs11 .rq{
  margin: 0 auto;
  margin-top: 50px;
  width: 77%;
  position: relative;
}
.xz_zs11 .rq .swiper-slide .div{
  float: left;
  width: 31.7%;
  height: 300px;
  background: #f3f3f3;
  border-radius: 3px;
  padding: 60px 30px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-left: 30px;
}
.xz_zs11 .rq .swiper-button-next{
  right: -55px;
}
.xz_zs11 .rq .swiper-button-prev{
  left: -55px;
}
.xz_zs11 .rq .swiper-button-prev:after,.xz_zs11 .rq  .swiper-button-next:after{
  font-size: 28px;
  color: #dd7921;
}
.xz_zs11{
  padding-top: 80px;
}

.xz_zs11 .rq .swiper-wrapper{
  height: auto;
}
.xz_zs11 .rq .swiper-slide .div:nth-child(1){
  margin-left: 0;
}
.xz_zs11 .rq .swiper-slide .div:hover .m-tit, .xz_zs11 .rq .swiper-slide .div:hover .m-des {
  color: #fff;
}
.xz_zs11 .rq .swiper-slide .div .m-tit {
  font-size: 24px;
  margin-bottom: 14px;
  color: #444;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.xz_zs11 .rq .swiper-slide .div:hover {
  background: #2c334d;
  -webkit-box-shadow: 0 3px 18px 0 rgb(30 92 186 / 46%);
  box-shadow: 0 3px 18px 0 rgb(30 92 186 / 46%);
}
.xz_zs11 .rq .swiper-slide .div .m-des {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.xz_zs11 .rq .swiper-slide .swiper-slide {
  padding: 30px 15px;
}
@media(max-width:1680px){
  .xz_zs11 .rq .swiper-slide .div {
    margin-left: 20px;
  }
  .xz_zs .rq .p3 {
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 25px;
  }
  .xz_zs .rq .p4 {
    font-size: 22px;
    letter-spacing: 7px;
    margin-top: 15px;
  }
  .xz_zs .rq {
    padding: 40px 30px;
  }
  .xz_zsbt {
    font-size: 43px;
    line-height: 43px;
  }
  .xz_zsfbt {
    font-size: 22px;
  }
  .xz_zs1 .rq {
    margin-top: 30px;
  }
  .xz_zs1 .rq1 .div p {
    font-size: 18px;
  }
  .xz_zs1 .rq1 {
    width: 24.25%;
    margin-right: 1%;
    height: 113px;
    padding: 0 33px;
  }
  .xz_zs2 .top .p1 {
    font-size: 66px;
  }
  .xz_zs2 .bot .rig {
    width: 51.7%;
    padding-top: 44px;
  }
  .xz_zs2 .bot .rig .p2 {
    font-size: 26px;
    line-height: 54px;
  }
  .xz_zs2 .bot .rig .p2 span {
    font-size: 35px;
  }
  .xz_zs3 {
    padding-top: 200px;
    padding-bottom: 110px;
  }
  .xz_zs3 .lef .p1 {
    font-size: 24px;
    margin-top: 23px;
    margin-bottom: 10px;
  }
  .xz_zs3 .lef .p2 {
    font-size: 14px;
    line-height: 28px;
    width: 83%;
  }
  .xz_zs3 .lef .p2 span {
    font-size: 22px;
  }
  .xz_zs3 .rig .rq1 div {
    width: 173px;
    height: 200px;
    margin-right: -2px;
  }
  .xz_zs3 .rig .rq1 div:nth-child(4) {
    margin-left: 87px;
  }
  .xz_zs3 .rig .rq1 div:nth-child(7) {
    margin-left: 175px;
  }
  .xz_zs4 .rq {
    width: 540px;
    height: 540px;
    margin-top: 40px;
  }
  .xz_zs4 .rq .rq1 {
    width: 503px;
    height: 503px;
  }
  .xz_zs4 .rq .rq2 {
    width: 311px;
    height: 311px;
  }
  .xz_zs4 .rq .rq1 div {
    width: 252px;
    height: auto;
  }
  .xz_zs4 .rq .rq1 .div2 {
    top: -15px;
    left: 240px;
  }
  .xz_zs4 .rq .rq1 .div3 {
    top: 128px;
    left: 324px;
  }
  .xz_zs4 .rq .rq1 .div4 {
    top: 321px;
    left: 232px;
  }
  .xz_zs4 .rq .rq1 .div5 {
    top: 321px;
    left: 22px;
  }
  .xz_zs4 .rq .rq1 .div6 {
    top: 135px;
    left: -70px;
  }
  .xz_zs6 .rq1 {
    bottom: 0px;
  }


}
@media(max-width:1459px){
  .xz_zs7 .rq .lef .rq2 input {
    font-size: 14px;
  }
  .xz_zs11 .rq .swiper-slide .div {
    width: 31.7%;
    height: 240px;
    padding: 45px 15px;
  }
  .xz_zs11 .rq .swiper-slide .div .m-des {
    font-size: 14px;
    line-height: 25px;
  }
  .xz_zs11 .rq .swiper-slide .div .m-tit {
    font-size: 18px;
  }
  .xz_zs .rq .p3 {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 25px;
  }
  .xz_zs .rq .p4 {
    font-size: 16px;
    letter-spacing: 7px;
    margin-top: 15px;
  }
  .xz_zs1 {
    padding-top: 68px;
    padding-bottom: 110px;
  }
  .xz_zsbt {
    font-size: 38px;
    line-height: 40px;
  }
  .xz_zsfbt {
    font-size: 18px;
  }
  .xz_zs1 .rq1 .div {
    padding-left: 46px;
    background-size: 31px 28px;
  }
  .xz_zs1 .rq1 .div p {
    font-size: 16px;
  }
  .xz_zs1 .rq2 {
    height: 360px;
  }
  .xz_zs2 .top {
    padding-top: 98px;
    padding-bottom: 90px;
  }
  .xz_zs2 .top .p1 {
    font-size: 56px;
  }
  .xz_zs2 .bot .rig {
    padding-top: 37px;
  }
  .xz_zs2 .bot .rig .p2 {
    font-size: 22px;
    line-height: 42px;
  }
  .xz_zs2 .bot .rig .p2 span {
    font-size: 30px;
  }
  .xz_zs3 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .xz_zs3 .rig .rq1 div {
    width: 131px;
    height: 152px;
    margin-right: 3px;
  }
  .xz_zs3 .rig .rq1 div:nth-child(4) {
    margin-left: 70px;
  }
  .xz_zs3 .rig .rq1 div:nth-child(4), .xz_zs3 .rig .rq1 div:nth-child(5), .xz_zs3 .rig .rq1 div:nth-child(6) {
    transform: translateY(-37px);
  }
  .xz_zs3 .rig .rq1 div:nth-child(7) {
    margin-left: 140px;
  }
  .xz_zs3 .rig .rq1 div:nth-child(7), .xz_zs3 .rig .rq1 div:nth-child(8) {
    transform: translateY(-72px);
  }
  .xz_zs3 .rig .rq1 div:nth-child(4):hover, .xz_zs3 .rig .rq1 div:nth-child(5):hover, .xz_zs3 .rig .rq1 div:nth-child(6):hover {
    transform: translateY(-37px) translate3d(0,-5px,0);
  }
  .xz_zs3 .rig .rq1 div:nth-child(7):hover, .xz_zs3 .rig .rq1 div:nth-child(8):hover {
    transform: translateY(-72px) translate3d(0,-5px,0);
  }
  .xz_zs3 .lef .p1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .xz_zs3 .lef .p2 span {
    font-size: 20px;
  }
  .xz_zs3 .lef .p2 {
    font-size: 14px;
    width: 92%;
  }
  .xz_zs4 .container {
    padding-top: 70px;
  }
  .xz_zs4 .rq {
    width: 470px;
    height: 470px;
    margin-top: 40px;
  }
  .xz_zs4 .rq .rq1 {
    width: 437px;
    height: 437px;
  }
  .xz_zs4 .rq .rq2 {
    width: 270px;
    height: 270px;
  }
  .xz_zs4 .rq .rq4 .p1 {
    font-size: 18px;
  }
  .xz_zs4 .rq .rq4 .p2 {
    font-size: 14px;
  }
  .xz_zs4 .rq .rq1 div {
    width: 219px;
  }
  .xz_zs4 .rq .rq1 .div2 {
    top: -15px;
    left: 210px;
  }
  .xz_zs4 .rq .rq1 .div3 {
    top: 110px;
    left: 283px;
  }
  .xz_zs4 .rq .rq1 .div4 {
    top: 277px;
    left: 203px;
  }
  .xz_zs4 .rq .rq1 .div5 {
    top: 278px;
    left: 20px;
  }
  .xz_zs4 .rq .rq1 .div6 {
    top: 116px;
    left: -59px;
  }
  .xz_zs4 .rq .rq1 .div1::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid rgb(4,175,186);
    top: 104px;
    left: 116px;
  }
  .xz_zs4 .rq .rq1 .div2::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid rgb(0, 133, 199);
    top: 100px;
    left: 79px;
  }
  .xz_zs4 .rq .rq1 .div3::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid rgb(102, 78, 199);
    top: 120px;
    left: 78px;
  }
  .xz_zs4 .rq .rq1 .div4::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid rgb(255, 146, 2);
    top: 60px;
    left: 85px;
  }
  .xz_zs4 .rq .rq1 .div5::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid rgb(31, 82, 78);
    top: 65px;
    left: 125px;
  }
  .xz_zs4 .rq .rq1 .div6::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid rgb(16, 142, 81);
    top: 110px;
    left: 125px;
  }
  .xz_zs5 {
    padding-top: 80px;
  }
  .xz_zs5 .rq {
    padding-top: 30px;
  }
  .xz_zs5 .rq .swiper-slide .rig .div p {
    font-size: 14px;
    margin-top: 10px;
  }
  .xz_zs5 .top {
    padding-bottom: 85px;
  }
  .xz_zs5 .bot {
    height: 230px;
  }
  .xz_zs5 .bot img {
    width: 76px;
  }
  .xz_zs5 .bot .swiper-slide {
    padding-top: 53px;
  }
  .xz_zs5 .bot p {
    font-size: 16px;
  }
  .xz_zs5 .bot .swiper-slide::before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #fff;
  }
  .xz_zs6 {
    height: 726px;
    padding-top: 72px;
    padding-bottom: 87px;
  }
  .xz_zs6 .x{
    bottom: 98px;
  }
  .xz_zs6 .rq1 .p1 {
    font-size: 14px;
  }
  .xz_zs6 .rq2 {
    transform: translateY(-13px);
  }
  .xz_zs6 .rq3 {
    transform: translateY(-11px);
  }
  .xz_zs6 .rq4 {
    transform: translateY(-12px);
  }
  .xz_zs6 .rq6 {
    transform: translateY(-51px);
  }
  .xz_zs6 .rq7 {
    transform: translateY(-36px);
  }
  .xz_zs6 .rq9 {
    transform: translateY(-1px);
  }
  .xz_zs6 .rq10 {
    transform: translateY(-5px);
  }
  .xz_zs6 .rq1 .div1 .p2 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .xz_zs6 .rq1 .div1 .p3 {
    font-size: 14px;
    width: 80%;
    line-height: 22px;
  }
  .xz_zs6 .rq1 .div1 {
    width: 320px;
    padding-left: 20px;
    padding-right: 20px;
    left: 30px;
  }
  .xz_zs6 .rq1:hover .div1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .xz_zs6 .rq8 .div1, .xz_zs6 .rq9 .div1, .xz_zs6 .rq10 .div1 {
    left: -350px;
  }
  .xz_zs7 .rq {
    padding-top: 30px;
  }
  .xz_zs7 .rq .lef .rq1 input {
    width: 49%;
    font-size: 14px;
    height: 50px;
  }
  .xz_zs7 .rq .lef .rq1 {
    margin-bottom: 10px;
  }
  .xz_zs7 .rq .lef .rq2 select {
    font-size: 14px;
  }
  .xz_zs7 .rq .lef .rq2 {
    height: 46px;
    margin-bottom: 10px;
  }
  .xz_zs7 .rq .lef textarea {
    height: 130px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .xz_zs7 .rq .lef button {
    font-size: 14px;
    height: 50px;
  }
  .xz_zs7 .rq .rig {
    width: 48%;
    height: 310px;
    padding: 15px;
  }
  .xz_zs7 .rq .rig .p1 {
    font-size: 16px;
  }
  .xz_zs7 .rq .rig .p1 span {
    font-size: 20px;
  }
  .xz_zs7 .rq .rig .div {
    padding-top: 10px;
  }
  .xz_zs7 .infoList li {
    height: 50px;
    line-height: 50px;
  }
  .xz_zs7 .infoList li span {
    font-size: 14px;
  }
  .xz_zs7 .rq3 .rq4 {
    height: 140px;
    padding-top: 22px;
  }
  .xz_zs7 .rq3 .rq4 .p1 {
    font-size: 22px;
    padding-bottom: 22px;
  }
  .xz_zs7 .rq3 .rq4 .p2 {
    font-size: 16px;
    margin-top: 20px;
  }


}
@media(max-width:1366px){
  .content7 .rq {
    padding-top: 65px;
    padding-bottom: 50px;
  }
  .xz_zs1 {
    padding-top: 50px;
    padding-bottom: 110px;
  }
  .xz_zs1 .rq1 {
    height: 90px;
  }
  .xz_zs2 .top {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .xz_zs2 .top .p1 {
    font-size: 50px;
  }
  .xz_zs2 .bot .rig {
    padding-top: 34px;
  }
  .xz_zs4 .container {
    padding-top: 34px;
  }
  .xz_zs5 {
    padding-top: 50px;
  }
  .xz_zs5 .top {
    padding-bottom: 50px;
  }
  .xz_zs6 {
    height: 670px;
    padding-top: 50px;
    padding-bottom: 87px;
  }
  .xz_zs6 .x {
    bottom: 110px;
  }
  .xz_zs6 .rq2 {
    transform: translateY(-18px);
  }
  .xz_zs6 .rq3 {
    transform: translateY(-20px);
  }
  .xz_zs6 .rq4 {
    transform: translateY(-18px);
  }
  .xz_zs6 .rq5 {
    left: 40%;
    transform: translateY(-39px);
  }
  .xz_zs6 .rq6 {
    transform: translateY(-55px);
  }
  .xz_zs6 .rq7 {
    transform: translateY(-38px);
  }
  .xz_zs6 .rq8 {
    left: 70%;
    transform: translateY(-17px);
  }
  .xz_zs6 .rq9 {
    transform: translateY(-8px);
  }
  .xz_zs6 .rq10 {
    transform: translateY(-22px);
  }
  .xz_zs6 .rq1:hover .div {
    height: 260px;
  }
  .xz_zs7 .rq3 {
    width: 100%;
    padding-top: 20px;
  }
  .xz_zs7 {
    padding-top: 50px;
    padding-bottom: 85px;
  }

}
@media(max-width:1259px){
  .content7 .rq1 .p1 {
    font-size: 15px;
  }
  .xz_zs11 .rq .swiper-slide .div {
    padding: 20px 15px;
  }
  .xz_zs11 .rq .swiper-slide .div {
    margin-left: 15px;
  }
  .xz_zs .rq .p3 {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 16px;
  }
  .xz_zs .rq .p4 {
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 10px;
  }
  .xz_zs .rq {
    padding: 25px 24px;
  }
  .xz_zsbt {
    font-size: 30px;
    line-height: 34px;
  }
  .xz_zsfbt {
    font-size: 16px;
  }
  .xz_zs1 .rq1 .div p {
    font-size: 14px;
  }
  .xz_zs1 .rq1 .div {
    padding-left: 37px;
    background-size: 27px 24px;
  }
  .xz_zs1 .rq1 {
    padding: 0 15px;
  }
  .xz_zs1 .rq2 {
    height: 300px;
  }
  .xz_zs2 .top .p1 {
    font-size: 40px;
  }
  .xz_zs2 .bot .rig {
    padding-top: 32px;
  }
  .xz_zs2 .bot .rig .p2 {
    font-size: 20px;
    line-height: 40px;
  }
  .xz_zs2 .bot .rig .p2 span {
    font-size: 26px;
  }
  .xz_zs3 .rig .rq1 div {
    width: 113px;
    height: 133px;
  }
  .xz_zs3 .rig .rq1 div:nth-child(4), .xz_zs3 .rig .rq1 div:nth-child(5), .xz_zs3 .rig .rq1 div:nth-child(6) {
    transform: translateY(-32px);
  }
  .xz_zs3 .rig .rq1 div:nth-child(4):hover, .xz_zs3 .rig .rq1 div:nth-child(5):hover, .xz_zs3 .rig .rq1 div:nth-child(6):hover {
    transform: translateY(-32px) translate3d(0,-5px,0);
  }
  .xz_zs3 .rig .rq1 div:nth-child(4) {
    margin-left: 60px;
  }
  .xz_zs3 .rig .rq1 div:nth-child(7) {
    margin-left: 120px;
  }
  .xz_zs3 .rig .rq1 div:nth-child(7), .xz_zs3 .rig .rq1 div:nth-child(8) {
    transform: translateY(-63px);
  }
  .xz_zs3 .rig .rq1 div:nth-child(7):hover, .xz_zs3 .rig .rq1 div:nth-child(8):hover {
    transform: translateY(-63px) translate3d(0,-5px,0);
  }
  .xz_zs3 .lef .p1 {
    font-size: 20px;
    margin-top: 34px;
    margin-bottom: 10px;
  }
  .xz_zs3 .lef .p2 span {
    font-size: 16px;
  }
  .xz_zs3 .lef .p2 {
    font-size: 14px;
    line-height: 32px;
  }
  .xz_zs3 {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .xz_zs4 .rq {
    width: 405px;
    height: 405px;
    margin-top: 30px;
  }
  .xz_zs4 .rq .rq1 {
    width: 377px;
    height: 377px;
  }
  .xz_zs4 .rq .rq2 {
    width: 233px;
    height: 233px;
  }
  .xz_zs4 .rq .rq1 div {
    width: 189px;
  }
  .xz_zs4 .rq .rq1 .div1 {
    top: -13px;
    left: 12px;
  }
  .xz_zs4 .rq .rq1 .div2 {
    top: -13px;
    left: 180px;
  }
  .xz_zs4 .rq .rq1 .div3 {
    top: 95px;
    left: 243px;
  }
  .xz_zs4 .rq .rq1 .div4 {
    top: 240px;
    left: 174px;
  }
  .xz_zs4 .rq .rq1 .div5 {
    top: 240px;
    left: 16px;
  }
  .xz_zs4 .rq .rq1 .div6 {
    top: 99px;
    left: -52px;
  }
  .xz_zs5 .bot .container {
    padding: 0 80px;
  }
  .xz_zs5 .top {
    padding-bottom: 30px;
  }
  .xz_zs5 .rq .swiper-slide .rig .div {
    width: 33.33333%;
    margin-right: 2%;
  }
  .xz_zs6 {
    height: 670px;
    padding-top: 50px;
    padding-bottom: 68px;
  }
  .xz_zs6 .x {
    bottom: 73px;
  }
  .xz_zs6 .rq1 .p1 {
    font-size: 12px;
    width: 85px;
  }
  .xz_zs6 .rq2 {
    transform: translateY(-5px);
  }
  .xz_zs6 .rq3 {
    transform: translateY(-2px);
  }
  .xz_zs6 .rq4 {
    transform: translateY(-6px);
  }
  .xz_zs6 .rq5 {
    transform: translateY(-25px);
  }
  .xz_zs6 .rq6 {
    transform: translateY(-38px);
  }
  .xz_zs6 .rq7 {
    transform: translateY(-25px);
  }
  .xz_zs6 .rq8 {
    transform: translateY(-7px);
  }
  .xz_zs6 .rq9 {
    transform: translateY(5px);
  }
  .xz_zs6 .rq10 {
    transform: translateY(5px);
  }


}
@media(max-width:1024px){
  .xz_zs2 .bot .rig {
    padding-top: 26px;
  }
  .xz_zs2 .bot .rig .p2 span {
    font-size: 22px;
  }
  .xz_zs3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xz_zs4 .rq {
    width: 350px;
    height: 350px;
    margin-top: 30px;
  }
  .xz_zs4 .rq .rq1 {
    width: 329px;
    height: 329px;
  }
  .xz_zs4 .rq .rq2 {
    width: 204px;
    height: 204px;
  }
  .xz_zs4 .rq .rq4 .p1 {
    font-size: 16px;
  }
  .xz_zs4 .rq .rq4 .p2 {
    margin-top: 5px;
  }
  .xz_zs4 .rq .rq4 {
    padding: 0 32px;
  }
  .xz_zs4 .rq .rq1 div {
    width: 165px;
  }
  .xz_zs4 .rq .rq1 .div1 {
    top: -10px;
    left: 9px;
  }
  .xz_zs4 .rq .rq1 .div2 {
    top: -10px;
    left: 156px;
  }
  .xz_zs4 .rq .rq1 .div3 {
    top: 84px;
    left: 211px;
  }
  .xz_zs4 .rq .rq1 .div4 {
    top: 210px;
    left: 150px;
  }
  .xz_zs4 .rq .rq1 .div5 {
    top: 210px;
    left: 12px;
  }
  .xz_zs4 .rq .rq1 .div6 {
    top: 87px;
    left: -47px;
  }
  .xz_zs6 {
    height: 510px;
    padding-bottom: 45px;
  }
  .xz_zs6 .rq2 {
    transform: translateY(-16px);
  }
  .xz_zs6 .rq3 {
    transform: translateY(-18px);
  }
  .xz_zs6 .rq4 {
    transform: translateY(-17px);
  }
  .xz_zs6 .rq5 {
    transform: translateY(-34px);
  }
  .xz_zs6 .rq6 {
    transform: translateY(-46px);
  }
  .xz_zs6 .rq7 {
    transform: translateY(-31px);
  }
  .xz_zs6 .rq8 {
    transform: translateY(-15px);
  }
  .xz_zs6 .rq9 {
    transform: translateY(-8px);
  }
  .xz_zs6 .rq10 {
    transform: translateY(-25px);
  }
  .xz_zs6 .rq1:hover .div {
    height: 220px;
  }
  .xz_zs6 .rq1 .div1 {
    width: 230px;
    padding-left: 20px;
    padding-right: 20px;
    left: 15px;
  }
  .xz_zs6 .rq1 .div1 .p3 {
    width: 100%;
  }
  .xz_zs6 .rq8 .div1, .xz_zs6 .rq9 .div1, .xz_zs6 .rq10 .div1 {
    left: -245px;
  }



}
@media(max-width:991px){
  .xz_zs7 .infoList li span:nth-child(1){
    display: none;
  }
  .xz_zs7 .rq .lef textarea {
    height: 100px;
  }
  .content7{
    display: none;
  }
  .xz_zs11 .rq .swiper-slide .div{
    width: 100%;
    margin-top: 20px;
    height: auto;
    margin-left: 0;
  }
  .xz_zs3 .rig img{
    width: 100%;
  }
  .xz_zsbt {
    font-size: 25px;
    line-height: 30px;
  }
  .xz_zsfbt {
    font-size: 14px;
  }
  .xz_zs3 .lef .p1 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .xz_zs3 .lef .p2 {
    width: 100%;
    line-height: 26px;
  }
  .xz_zs4 .container{
    position: static;
    transform: translateX(0);
  }
  .xz_zs4{
    background-image: url(../images/xz80.jpg);
    background-size: cover;
    padding-bottom: 50px;
  }
  .xz_zs5 .bot .container {
    padding: 0 25px;
  }
  .xz_zs5 .bot p {
    font-size: 12px;
  }
  .xz_zs5 .bot img {
    width: 65px;
  }
  .xz_zs5 .bot {
    height: 170px;
  }
  .xz_zs5 .bot .swiper-slide {
    padding-top: 30px;
  }
  .xz_zs5 .bot .swiper-slide::before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
  }
  .xz_zs5 .rq .swiper-slide .rig .div p {
    font-size: 12px;
  }
  .xz_zs6 .swiper-container{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .xz_zs6 .swiper-slide div{
    width: 100%;
    padding: 30px;
    background: #fff;
  }
  .xz_zs6 .swiper-slide div .p1{
    font-size: 20px;
    text-align: center;
    color: #333;
    margin-bottom: 15px;
  }
  .xz_zs6 .swiper-slide div .p2{
    font-size: 18px;
    color: #1e4f4b;
    margin-bottom: 15px;
  }
  .xz_zs6 .swiper-slide div .p3 {
    font-size: 14px;
    color: #777;
  }
  .xz_zs6 {
    height: 430px;
  }







}
@media(max-width:768px){
  .xz_zs1 .rq1{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .xz_zs1 .rq1:nth-child(2n){
    margin-right: 0;
  }
  .xz_zs1 .rq2 {
    border: 1px solid rgb(31,82,78);
  }
  .xz_zs1 {
    padding-top: 36px;
    padding-bottom: 50px;
  }
  .xz_zs2 .bot .lef{
    width: 100%;
  }
  .xz_zs2 .bot .rig{
    width: 100%;
    padding-top: 0;
  }
  .xz_zs2 .bot{
    flex-wrap: wrap;
  }
  .xz_zs2 .bot .rig .div{
    padding-right: 0;
    padding: 30px 0;
  }
  .xz_zs2 .bot .rig .p2{
    text-align: center;
  }
  .xz_zs3 .rig,
  .xz_zs3 .lef{
    width: 100%;
  }
  .xz_zs5 .rq .swiper-slide .rig .div{
    width: 49%;
    margin-right: 2%;
  }
  .xz_zs5 .rq .swiper-slide .rig .div:nth-child(2n){
    margin-right: 0;
    margin-bottom: 20px;
  }
  .xz_zs5 .rq .swiper-slide .rig{
    flex-wrap: wrap;
  }
  .xz_zs5 .rq .swiper-slide .rig .div p {
    font-size: 14px;
  }
  .xz_zs5 .bot .container{
    padding: 0;
  }
  .xz_zs7 .rq .rig,
  .xz_zs7 .rq .lef{
    width: 100%;
  }
  .xz_zs7 .rq .rig{
    margin-top: 30px;
  }

  .xz_zs7 .rq3 .rq4:nth-child(2n){
    margin-right: 0;
  }



}
@media(max-width:414px){
  .sy_con3 .rq1 .div .dw{
    position: absolute;
    top: 80px;
    right: 0;
  }
  .xz_zs11 {
    padding-top: 45px;
  }
  .xz_zs11 .rq {
    margin-top: 15px;
    width: 100%;
  }
  .xz_zs1 {
    padding-top: 36px;
    padding-bottom: 30px;
  }
  .xz_zs1 .rq {
    margin-top: 18px;
  }
  .xz_zs1 .rq2 {
    margin-top: 10px;
  }
  .xz_zs1 .rq2 {
    border: 0px solid rgb(31,82,78);
    overflow: hidden;
  }
  .xz_zs2 .top {
    padding-top: 34px;
    padding-bottom: 60px;
  }
  .xz_zs2 .top .p1 {
    font-size: 30px;
  }
  .xz_zs2 .bot .rig .p2 {
    font-size: 16px;
    line-height: 26px;
  }
  .xz_zs2 .bot .rig .p2 span {
    font-size: 20px;
  }
  .xz_zs2 .bot .rig .div {
    padding-right: 0;
    padding: 12px 0;
  }

  .xz_zs3 {
    padding-top: 25px;
    padding-bottom: 30px;

  }
  .xz_zs3 .rig{
    padding-top: 20px;
  }
  .xz_zs5 .bot p {
    width: 100%;
  }
  .xz_zs6 .swiper-container {
    padding-top: 24px;
    padding-bottom: 50px;
  }
  .xz_zs6 {
    height: 385px;
  }
  .xz_zs7 {
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .xz_zs4{
    overflow: hidden;
  }

  .xz_zs4 .container{
    height: auto;
  }



}

@media(max-width:1459px){

}
@media(max-width:991px){
  .xz_zs3 .rig{
    display: none;
  }
  .xz_zs7 .rq3 .rq4 .p1 {
    font-size: 13px;
  }
  .xz_zs7 .rq3 .rq4 {
    height: 130px;
    padding-top: 25px;
  }
  .xz_zs7 .rq3 .rq4 .p2 {
    font-size: 13px;
    margin-top: 15px;
  }
  .app{
    display: block !important;
  }
  .ab1_con3 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.btncon .div{
  width: 32%;
  border: 1px solid #333;
  text-align: center;
  padding: 0 10px;
  float: left;
  line-height: 30px;
  margin-left: 2%;
  border-radius: 8px;
  font-size: 16px;
}
.btncon .div:nth-child(1){
  margin-left: 0;
}
.btncon .div.on{
  background-color: #444444;
  color: #fff;
}
.ab1_con3 .rqapp{
  margin-top: 30px;
  position: relative;
}
.ab1_con3 .rqapp .p2 {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
  height: 40px;
}
.ab1_con3 .rqapp  .swiper-container .swiper-slide .divcon .div1 .p1 {
  font-size: 18px;
}
.ab1_con3 .rqapp .swiper-container .swiper-slide .divcon .div1{
  height: 190px;
}
.ab1_con3 .rqapp .p2{
  position: absolute;
  bottom: 80px;
}
.ab1_con3 .rqapp .p1{
  position: absolute;
  top: 0;
}
.ab1_con3 .rqapp .swiper-container .swiper-slide-active::before {
  content: '';
  width: 14px !important;
  height: 14px;
  position: absolute;
  left: 0px;
  top: 20%;
  border: 2px solid #666;
  border-radius: 50%;
}

/* 加盟答疑 */
/* 常见问题 */

/* 服务支持 */
/* 内页banner */
.inner-banner{margin-top: 60px;position: relative;}
.inner-banner img{display: block;min-height: 330px;width: 100%;}
.inner-banner img.inner-app{display: none;}


/* 面包屑 */
.crumb{position: absolute;bottom: 0;left: 0;width: 100%;line-height: 48px;color: #fff;}
.crumb .wrap{color: #fff;}
.crumb a{color: #fff;font-size: 16px;}
.crumb a:hover,.crumb a:last-child{color: #dd7921;}
.ny-tit{background: #f5f5f5;}
.ny-tlf{float: left;}
.ny-tlf h3{font-size: 30px;color: #fff;padding: 24px 90px;background: #dd7921;}
.ny-trt{display: inline-block;float: right;}
.ny-trt a{display: inline-block;line-height: 78px;color: #111;font-size: 18px;margin-left: 46px;position: relative;}
.ny-trt a:after{content: '';width: 68px;height: 2px;background: #dd7921;;position: absolute;bottom: 0;left: 50%;margin-left: -34px;display: none;}
.ny-trt a:hover,.ny-trt a.on{color: #dd7921;}
.ny-trt a.on:after{display: block;}
.ny-box{background: #f5f5f5;padding-bottom: 2%;}



/* 常见问题 */
.icon-down {color: #fff;position: absolute;right: 0;top: 50%;transform: translateY(-50%);-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.faq-box{padding: 40px 0;}
.faq_box{background: #fff;}
.faq_list li {text-align: left;background: #fff;border-bottom: 1px solid #f5f5f5;}
.faq_list li.on,.faq_list li:hover{background:#dd7921; }
.faq_list li:hover .faq_tit h3,.faq_list li.on .faq_tit h3{color: #fff;}
.faq_font {display: none;}
.faq_tit-con{padding: 30px 40px;position: relative;}
.faq_tit {padding:0 40px;box-sizing: border-box;cursor: pointer;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;}
.faq_tit h3{color: #777;font-size: 18px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.faq_list li.on .faq_tit-con,.faq_list li:hover .faq_tit-con{}
.faq_list li:hover .faq_tit .icon-down,.faq_list li.on .faq_tit .icon-down{color: #fff;transform: rotate(180deg) translateY(50%);}
.faq_det{padding: 40px 80px;box-sizing: border-box;position: relative;background: #fbfbfb;}
.faq_det span{display: inline-block;position: absolute;left: 40px;top: 45px;width: 18px;height: 18px;}
.faq_det div{color: #777;font-size: 18px;}
.faq_tit .icon-down{color: #7e7e7e;font-size: 18px;}
.faq-box .page{margin-top:60px;}
.download-list.flex-wrap-row {
  margin: 60px -0.15rem;
}

@media (max-width: 1459px) {
  .promise .first {
    height: 130px !important;
  }
  .ny-tlf h3{font-size: 28px;}
  .ny-trt a{font-size: 16px;}
  .faq_det p {
    font-size: 16px;
  }
  .faq_det {
    padding: 20px 80px;
  }
}

@media (max-width: 991px) {
  .faq_det p {
    font-size: 14px;
  }
  /* 常见问题 */
  .faq-box{padding: 30px 15px 40px;}
  .faq_tit{padding: 0 15px;}
  .faq_tit-con{padding: 20px 25px;}
  .faq_tit h3{font-size: 14px;}
  .faq_tit .icon-down{font-size: 14px;}
  .faq-box .page{margin-top: 25px;}

  /* 内页banner */
  .inner-banner img{min-height: auto;}
  .inner-banner img.inner-app{display: block;}
  .inner-banner img.inner-pc{display: none;}
  .faq_det {
    padding: 10px 15px;
  }
  .faq_tit-con {
    padding: 20px 0px;
  }
  .faq-box {
    padding: 15px 15px 40px;
  }
}

@media (max-width: 991px) {
  .ny-tlf h3{font-size: 18px;padding: 18px 54px;display: none;}
  .ny-trt a{line-height: 54px;font-size: 14px;margin-left: 20px;}
  .ny-tlf,.ny-trt{float: none;display: block;}
  .crumb a{font-size: 14px;}
}
