@charset "UTF-8";




/* 视屏 */
#publicity-video {
	width: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
#publicity-video video {
	display: block;
}
.msg-box-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 1001;
	background: rgba(0,0,0,0.8);
}
.msg-box {
	width: 60%;
	height: 70%;
	background: rgba(0,0,0,0.8);
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%, -50%);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.msg-box .close-box {
	width: 30px;
	height: 30px;
	background: url("../images/btn-close-modal.png") no-repeat center;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.msg-box .close-box:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.abo_video{
	width: 100%;
	/* height: 100%; */
	cursor: pointer;
	overflow: hidden;
	position: relative;
}


  .app{
    display: none;
  }
  .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: #fff;
  letter-spacing: 2px;
}
.ny_banner .wrap .nyp2{
  font-size: 24px;
  color: #fff; 
  letter-spacing: 1px;
  margin-top: 10px;
}
  .banner .bj{
    width: 100%;
    vertical-align: middle;
  }
  .banner .container {
    position: absolute;
    line-height: 75px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner .container .p1{
 text-align: center;
 color: #fff;
 font-size: 60px;
 font-weight: bold;
}
.banner .container .p2{
  text-align: center;
  color: rgba(255, 255, 255, .7);
  font-size: 30px;
 }




.banner .swiper-slide-active  .p1{
  animation: bw 1s linear .8s both;
}
.banner .swiper-slide-active  .p2{
  animation: bw 1s linear .8s both;
}


@keyframes bw{
  0%{
    transform: translateY(-80px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}


.banner .swiper-wrapper{
  height: auto;
}
.banner .swiper-pagination {
  bottom: 70px;
  left: 8%;
  width: auto;
}

.banner .swiper-pagination-bullet{
  width: 40px;
  height: 40px;
  background-color: none;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 500px;
  background: none;
  position: relative;
  font-family: 'din';
  font-size: 16px;
  color: rgba(255, 255, 255, .5);
  padding-top: 10px;
  
} 


.loading.swiper-pagination-bullet-active {
  border-color: rgba(255,255,255,.2);
}

.loading.swiper-pagination-bullet-active {
  border-color: rgba(255,255,255,.2);
  color: rgba(255, 255, 255, 1);
}
.loading .left, 
.loading .right {
  opacity: 0;
  width: 19px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.loading .right {
  left: auto;
  right: 0px;
  top: 0px;
}

.loading.swiper-pagination-bullet-active .left,
 .loading.swiper-pagination-bullet-active .right {
  opacity: 1;
}
.loading .left:after,
 .loading .right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 17px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, .8);
  border-radius: 19px 0 0 19px;
  border-right: 0;
}
.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 19px 19px 0;
  border: 2px solid rgba(255, 255, 255, .8);
  border-left: 0;
}

@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-right;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}
.banner .imgcon{
  width: 27px;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  /* transform-origin: right center; */
  animation: cir 1s linear infinite alternate; 

}
.banner .imgcon img{
  width: 100%;
  vertical-align: middle;
 
}

@keyframes cir{
  from{margin-top:0px}
  to{bottom: 6%;}
}
/* content1 */

.sy_con1 {
  width: 100%;
  position: relative;
  background: url(../images/img2.jpg)no-repeat;
  background-size: cover;
  z-index: 5;
  padding-bottom: 12%;
  overflow: hidden;
}
.sy_con1::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  background: url(../images/img1.png)no-repeat;
  background-size: contain;
  height: 100px;
  z-index: -1;
}
.sy_con1 .rq1{
  line-height: 100px;
}
.sy_con1 .rq1 .lef {
  width: 25%;
  float: left;

  font-size: 36px;
  font-family: 'din';
  color: #363334;
}
.sy_con1 .rq1 .rig {
  width: 75%;
  float: right;
  position: relative;
}
.sy_con1 .rq1 .rig .p1{
  color: #fff;
  font-size: 22px;
  float: left;
}
.sy_con1 .rq1 .rig .a1{
  float: right;
}
.sy_con1 .rq1 .rig .a1 .icon-right{
  width: 11px;
  height: 19px;
  background-image: url(../images/img134.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
img{
  vertical-align: middle;
}
.sy_con1 .rq1 .rig .a1 img{
  width: 100%;
}
.sy_con1 .rq2{
  margin-top: 170px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sy_con1 .rq2 .lef{
  width: 34%;
  padding-top: 5%;
}
.sy_con1 .rq2 .lef .h1{
  color:#363334;
  font-size: 48px;
  font-weight: bold;
}
.sy_con1 .rq2 .lef .p1{
  color:#666666;
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
}
.sy_con1 .rq2 .lef .button {
  width: 165px;
  margin-top: 88px;
  line-height: 50px;
  transition: .5s all;
  background:url(../images/img3.png)no-repeat;
  background-size: cover;
}
.sy_con1 .rq2 .lef .button a {
  display: block;
  width: 100%;
  background: url(../images/img4.png)no-repeat;
  background-size: 21px;
  background-position-x: 80%;
  background-position-y: center;
  z-index: 10;
  color: #c99f44;
  padding-right: 30px;
  font-size: 18px;
  transition: .5s all;
}
.sy_con1 .rq2 .lef .button:hover a{
  background-position-x: 82%;
}
.sy_con1 .rq2 .rig{
  width: 56%;
}
.sy_con1 .rq2 .rig .div{
  position: relative;
  width: 50%;
  border-radius: 50%;
   height: 450px;
  background: #fff;
  border: 2px solid #d0ac5e;
  padding: 0px 10px;
  float: left;
  overflow: hidden;
}
.sy_con1 .rq2 .rig .div::before {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/img155.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  animation: xz 10s linear infinite;
}
/* .sy_con1 .rq2 .rig .div::after{
  content: '';
  width: 14px;
  height: 14px;
  background-color: #d0ac5e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  animation: xz 20s linear infinite;
} */
@keyframes xz{
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(360deg);
  }
}
.sy_con1 .rq2 .rig .div .ig{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all .5s;
}
.sy_con1 .rq2 .rig .div:hover .ig{
  opacity: 1;
}

/* .sy_con1 .rq2 .rig .div:hover{
  background: url(../images/img7.png)no-repeat;
  background-size: cover;
  border: none;
} */
.sy_con1 .rq2 .rig .div .bot{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.sy_con1 .rq2 .rig .div .bot .imgcon{
  width: 95px;
  margin: 0 auto;
}
.sy_con1 .rq2 .rig .div .bot .imgcon .img2{
  display: none;
}
.sy_con1 .rq2 .rig .div .bot .imgcon img{
  width: 100%;
}
.sy_con1 .rq2 .rig .div .bot .p1{
  text-align: center;
  color: #363334;
  font-size: 30px;
  margin-top: 30px;
  transition: .4s all;
}
.sy_con1 .rq2 .rig .div .bot .p2{
  width: 75%;
  text-align: center;
  color: #999999;
  font-size: 16px;
  line-height: 25px;
  margin: 0 auto;
  margin-top: 25px;
  transition: .4s all;
}
.sy_con1 .rq2 .rig .div:hover .p1{
  color: #fff;
}
.sy_con1 .rq2 .rig .div:hover .p2{
  color: #fff;
}
.sy_con1 .rq2 .rig .div:hover .img2{
  display: block !important;
}
.sy_con1 .rq2 .rig .div:hover .img1{
  display: none;
}
.sy_con1 .rq2 .rig .icon-right{
  width: 11px;
  height: 19px;
  background-image: url(../images/img133.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.sy_con1 .rq2 .rig .div:hover .icon-right{
  background-image: url(../images/img134.png);
}

.sy_con2{
  width: 100%;
}
.sy_con2 .rq{
display: flex;
flex-wrap: wrap;
}
.sy_con2 .rq .div{
  position: relative;
  height: 800px;
  width: 25%;
  transition: .5s all;
  overflow: hidden;
}
.sy_con2 .rq .div .bj{
  width: 780px;
  /* height: 100%; */
}
.sy_con2 .rq .div.on{
  width: 41%;
}

.sy_con2 .rq .div.on2{
  width: 19.666666666666666666%;
}
.sy_con2 .rq .div .bot{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .4s all;
}
.sy_con2 .rq .div .bot .imgcon{
  width: 75px;
  margin: 0 auto;
}
.sy_con2 .rq .div .bot .imgcon img{
  width: 100%;
}
.sy_con2 .rq .div .bot .p1{
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-top: 40px;
}
.sy_con2 .rq .div .icon-right {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 80px;
}
.sy_con2 .rq .div:hover .bot{
  opacity: 0;
}
.sy_con2 .rq .div .bot2{
  width: 65%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .4s all;
  opacity: 0;
}
.sy_con2 .rq .div:hover .bot2{
 
  opacity: 1;
}
.sy_con2 .rq .div .bot2 .imgcon{
  width: 75px;
}
.sy_con2 .rq .div .bot2 .imgcon img{
  width: 100%;
}
.sy_con2 .rq .div .bot2 .p1{
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}
.sy_con2 .rq .div .bot2 .p2{
  font-size: 16px;
  color: rgba(255, 255, 255, .8);
  margin-top: 30px;
  line-height: 30px;
}
.sy_con2 .rq .div .bot2 .bcon{
  margin-top: 80px;
}


.sy_con2 .rq .div .bot2 .bcon  a {
  display: block;
  width: 140px;
  line-height: 50px;
  transition: .5s all;
  background: url(../images/img17.png)no-repeat;
  background-size: cover;
  color: #c99f44;
  text-align: center;
  font-size: 16px;
  float: left;
  margin-left: 20px;
  transition: .5s all;
}
.sy_con2 .rq .div .bot2 .bcon  a:hover{
  background: url(../images/img16.png)no-repeat;
  background-size: cover;
  color: #fff;
}
.sy_con2 .rq .div .bot2 .bcon  a:nth-child(1){
  margin-left: 0;
}

.sy_con2 .rq1{
  width: 100%;
  padding: 0 15px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.sy_con2 .rq1 button{
  width: 23.5%;
  margin-right: 2%;
  height: 50px;
  font-size: 16px;
  color: #c99f44;
  border: 1px solid #c99f44;
  background: #fff;
  float: left;
}
.sy_con2 .rq1 button.on{
  background: #c99f44;
  color: #fff;
}
.sy_con2 .rq1 button:last-child{
  margin-right: 0;
}


.sy_con3{
 padding-top: 137px;
 /* padding-bottom: 150px; */
}
.sy_con3 .rq1 .h1{
  float: left;
  font-size: 48px;
  color: #363334;
  font-weight: bold;
  float: left;
}
.sy_con3 .rq1 .pcon{
  float: right;
  width: 65%;
}
.sy_con3 .rq1 .pcon .p1{
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}
.sy_con3 .rq1 .pcon .button {
  width: 165px;
  margin-top: 88px;
  line-height: 50px;
  transition: .5s all;
  background: url(../images/img3.png)no-repeat;
  background-size: cover;
}
.sy_con3 .rq1 .pcon .button a {
  display: block;
  width: 100%;
  background: url(../images/img4.png)no-repeat;
  background-size: 21px;
  background-position-x: 80%;
  background-position-y: center;
  z-index: 10;
  color: #c99f44;
  padding-right: 30px;
  font-size: 18px;
  transition: .5s all;
}
.sy_con3 .rq1 .pcon .button:hover a{
  background-position-x: 81%;
}
.sy_con3 .video_con{
  width: 100%;
  margin-top: 93px;
}
.sy_con3 .video_con .rq2{
  width: 83%;
  margin: 0 auto;
  transition: .8s all;
}
.sy_con3 .video_con.on .rq2{
  width: 100%;
}
.in3-video {
  position: relative;
}

.sy_con3 .abo_con1 .rig img {
  width: 100%;
  vertical-align: middle;
}
.sy_con3 .abo_video .bfq {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all .5s;
}
.sy_con3 .abo_video .bfq div {
  width: 65px;
  height: 65px;
  position: relative;
  margin: 0 auto;
  margin-top: 35px;
}
.sy_con3 .abo_video .bfq div img{
  width: 100%;
}
.sy_con3 .abo_video .bfq .p1{
  text-align: center;
  font-size: 44px;
  color: #fff;
  letter-spacing: 15px;
}
.sy_con3 .abo_video:hover> .bfq div img {
  animation: jj 10s infinite linear;
}
@keyframes jj{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
/* content4 */
.sy_con4{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.sy_con4 .h1{
  font-size: 48px;
  color: #363334;
  float: left;
  font-weight: bold;
}
.sy_con4 .bcon{
  float: right;
}
.sy_con4 .bcon .a1{
  display: block;
  width: 148px;
  line-height: 50px;
  transition: .5s all;
  background: url(../images/img18.png)no-repeat;
  background-size: cover;
  color: #363334;
  text-align: center;
  font-size: 24px;
  float: left;
  margin-left: 20px;
  transition: .5s all;
}
.sy_con4 .bcon .a1:hover{
  background: url(../images/img16.png)no-repeat;
  background-size: cover;
  color: #fff;
}
.sy_con4 .bcon .a1.on{
  background: url(../images/img16.png)no-repeat;
  background-size: cover;
  color: #fff;
}

.sy_con4 .rq2{
  width: 100%;
  margin-top: 70px;
  position:relative;
}
.sy_con4 .rq2 .swiper-pagination{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  white-space: nowrap;
}
.sy_con4 .rq2 .swiper-pagination .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
  margin: 0 4px;
  transition: .2s transform,.2s left;
}
.sy_con4 .rq2 .swiper-pagination .swiper-pagination-bullet:nth-child(1){
  /*margin-left: 0px;*/
}
.sy_con4 .rq2 .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #c99f44;
}
.swiper-wrapper{
  height: auto !important;
}
.sy_con4 .rq2 .div{
  width: 100%;
  transition: .5s all;
  border-bottom: 5px solid #ebebeb;
}
.sy_con4 .rq2 .div .imgcon{
  width: 100%;
  overflow: hidden;
}
.sy_con4 .rq2 .div .imgcon .pb { width: 100%; height: 0; padding-bottom: 66.66%; position: relative; overflow: hidden; }
.sy_con4 .rq2 .div .imgcon .pb .ab { width: 100%; height: 100%; position: absolute; left: 0; top: 0; font-size: 0; text-align: center; overflow: hidden; }
.sy_con4 .rq2 .div .imgcon img{
  width: 100%; height: 100%; object-fit: cover;
  transition: .5s all;
}
.sy_con4 .rq2 .div  .pcon{
  background-color: #fff;
  width: 100%;
  padding: 35px 35px 48px 35px;
}
.sy_con4 .rq2 .div  .pcon .p1{
  width: 100%; height: 3em; font-size: 24px; color: #333; transition: .5s all; font-weight: normal; line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.sy_con4 .rq2 .div:hover .pcon .p1{
  font-weight: bold;
}
.sy_con4 .rq2 .div  .pcon .p2{
  font-size: 16px;
  color: #999999;
  position: relative;
  padding-left: 20px;
  font-family: 'din';
  margin-top: 15px;
}
.sy_con4 .rq2 .div  .pcon .p2::before{
  content: '';
    width: 14px;
    height: 14px;
    background: url(../images/img22.png)no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sy_con4 .rq2 .div  .pcon .p3{
    width: 100%; height: 3em; font-size: 16px; color: #666666; line-height: 1.5; margin-top: 21px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}
.sy_con4 .rq2 .div  .pcon .button{
  width: 120px;
    margin-top: 45px;
    line-height: 40px;
    transition: .5s all;
    background: url(../images/img23.png)no-repeat;
    background-size: cover;
    font-size: 16px;
    color: #c99f44;
    text-align: right;
    padding-right: 27px;
    
}
.sy_con4  .swiper-container{

  padding-bottom: 50px;

}
.sy_con4  .swiper-container .swiper-slide{
  /* padding: 0 30px; */
}
.sy_con4 .rq2 .div:hover .button{
  background: url(../images/img23b.png)no-repeat;
  background-size: cover;
  color: #fff;
}
.sy_con4 .rq2 .div:hover{
  box-shadow: 0px 0px 40px -18px #c99f44;
    transform: translate3d(0,-3px,0);
    border-bottom: 5px solid #c99f44;
}

  .sy_con5{
  padding-top: 105px;
  padding-bottom: 85px;
  overflow: hidden;
   }
   .sy_con5 .h1 {
    text-align: center;
    color: #363334;
    font-size: 48px;
    font-weight: bold;
}

.sy_con5 .rq{
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sy_con5 .rq .lef{
  width: 42%;
  overflow: hidden;
  position: relative;

}
.sy_con5 .rq .lef img{
  width: 100%;
  transition: .5s all;
}
.sy_con5 .rq .lef:hover img{
  transform: scale(1.05);
}
.sy_con5 .rq .lef .pcon{
  width: 100%;
  padding: 0 65px;
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.sy_con5 .rq .lef .pcon .p1{
  font-size: 43px;
  font-weight: bold;
  color: #fff;
}
.sy_con5 .rq .lef .pcon .divcon{
  margin-top: 30px;
}
.sy_con5 .rq .lef .pcon .divcon .div{
  float: left;
  width: 120px;
  line-height: 40px;
  transition: .5s all;
  background: url(../images/img23b.png)no-repeat;
  background-size: cover;
  font-size: 20px;
  color: #fff;
  text-align: center;
 margin-left: 14px;
}
.sy_con5 .rq .lef .pcon .divcon .div:nth-child(1){
  margin-left: 0;
}
.sy_con5 .rq .rig{
  width: 53%;
}
.sy_con5 .rq .rig .div1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sy_con5 .rq .rig .div1 .bot{
  width: 49%;
  position: relative;
}
.sy_con5 .rq .rig .div1 .bot input{
  width: 100%;
  line-height: 60px;
  background-color: #f8f8f8;
  padding-left: 23%;
}
.sy_con5 .rq .rig .div1 .bot label{
  position: absolute;
  left: 20px;
  top: 46%;
  transform: translateY(-50%);
  color: #999999;
  font-size: 16px;
  padding-left: 25px;
}
.sy_con5 .rq .rig .div1 .bot label::before{
  content: '';
  width: 18px;
  height: 16px;
  background: url(../images/img25.png)no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 54%;
  transform: translateY(-50%);
}
.sy_con5 .rq .rig .div1 .bot:nth-child(2) label::before{
  background: url(../images/img26.png)no-repeat;
  background-size: contain;
}
.sy_con5 .rq .rig .div2{
  margin-top: 2%;
}
.sy_con5 .rq .rig .div2 .bot{
  width: 100%;
  position: relative;
}
.sy_con5 .rq .rig .div2 .bot input{
  padding-left: 11%;
}
.sy_con5 .rq .rig .div2 .bot label::before{
  background: url(../images/img27.png)no-repeat;
  background-size: contain;
}
.sy_con5 .rq .rig .div3{
  width: 100%;
}
.sy_con5 .rq .rig .div3 textarea {
  margin-top: 2%;
  width: 100%;
  color: #666;
  padding-top: 18px;
  font-size: 16px;
  padding-left: 26px;
  background-color: #f8f8f8;
}
.sy_con5 .rq .rig .div3 textarea:-moz-placeholder{  
  color: #c9c9c9;
}  
.sy_con5 .rq .rig .div3 textarea:-ms-input-placeholder { 
  color: #c9c9c9;
}  
.sy_con5 .rq .rig .div3 textarea::-webkit-input-placeholder { 
  color: #c9c9c9;
}
.sy_con5 .rq .rig .div4{
  margin-top: 2%;
}
.sy_con5 .rq .rig .div4 .button{
  display: block;
    width: 140px;
    line-height: 50px;
    transition: .5s all;
    background: url(../images/img28.png)no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-size: 16px;
    float: left;
    margin-left: 20px;
    transition: .5s all;
}
.sy_con5 .rq .rig .div4 .button:hover{
  background: url(../images/img16.png)no-repeat;
  background-size: cover;
}
.sy_con5 .rq .rig .div4 .button:nth-child(1){
  margin-left: 0;
}
.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 .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: 12px;
  height: 12px;
}
.sy_con6 .swiper-pagination-bullet-active{
  color: #00428e;
}
.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;
  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;
}
.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;
}
.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_con1 .rq1,.sy_con1 .rq1 .rig .a1 .icon-right{
    line-height: 85px;
}
.sy_con1 .rq2 .rig .div .bot .imgcon {
  width: 72px;
}
.sy_con1 .rq2 .rig .div .bot .p1 {
  font-size: 24px;
}
.sy_con1 .rq2 .rig .div .bot .p2 {
  font-size: 14px;
  line-height: 25px;
  margin-top: 15px;
}
.sy_con1 .rq2 .rig .icon-right {
  font-size: 18px;
}
.sy_con1 .rq2 .rig .div {
  height: 395px;
}
.sy_con5 .rq .lef .pcon .divcon .div {
  width: 90px;
  line-height: 30px;
  font-size: 16px;
}
}
@media (max-width: 1459px) {

  .sy_con2 .rq .div {
    height: 590px;
}
.sy_con2 .rq .div .bj {
  width: 576px;
}



  .sy_con4 .rq2 .swiper-pagination {
    bottom: 0px;
}

  .banner .container .p2 {
    font-size: 24px;
    line-height: 50px;
}

  .banner .container .p1 {
    font-size: 43px;
  }
  .sy_con3 .video_con {
    margin-top: 60px;
}

  .sy_con3 {
    padding-top: 80px;
    padding-bottom: 90px;
}
.sy_con3 .abo_video .bfq div {
    width: 45px;
    height: 45px;
  }
  .sy_con3 .rq1 .pcon .p1 {
    font-size: 16px;
  }
  .sy_con5 {
    padding-top: 65px;
    padding-bottom: 80px;
}
  .sy_con5 .rq {
    margin-top: 50px;
  }
  .sy_con5 .rq .rig .div3 textarea {
    font-size: 14px;
    line-height: 14px;
    padding-left: 15px;
}
  .sy_con5 .rq .rig .div4 .button {
    width: 110px;
    line-height: 40px;
    font-size: 14px;
    background-size: contain;
}
  .sy_con5 .rq .rig .div1 .bot label {
    left: 10px;
    font-size: 14px;
}
.sy_con3 .rq1 .pcon .button a {
  background-size: 16px;
  background-position-x: 70%;
  padding-right: 35px;
  font-size: 14px;
}
.sy_con3 .rq1 .pcon .button {
  width: 145px;
  margin-top: 45px;
  line-height: 40px;
  background-size: contain;
}
.sy_con3 .abo_video .bfq .p1 {
  font-size: 34px;
}
  .sy_con5 .rq .rig .div1 .bot input {
    line-height: 45px;
  }
  .sy_con1 .rq2 .lef .h1,.sy_con4 .h1,.sy_con5 .h1,.sy_con3 .rq1 .h1{
    font-size: 36px;
  }
  .sy_con5 .rq .lef .pcon .p1 {
    font-size: 30px;
  }
  .sy_con5 .rq .lef .pcon {
    padding: 0 20px;
  }
  .sy_con4 {
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .sy_con4 .rq2 {
    margin-top: 45px;
}
  .sy_con4 .rq2 .div .pcon .button {
    margin-top: 30px;
  }
  .sy_con4 .rq2 .div .pcon {
    padding: 15px 15px 35px 15px;
}
  .sy_con4 .rq2 .div .pcon .p3 {
    font-size: 14px;
    margin-top: 10px;
  }
  .sy_con4 .rq2 .div .pcon .p1 {
    font-size: 18px;
  }
  .sy_con4 .bcon .a1 {
    width: 125px;
    line-height: 40px;
    font-size: 18px;
    background-size: contain;
}
  .sy_con2 .rq .div .icon-right {
    margin-top: 65px;
  }
  .sy_con2 .rq .div .bot .imgcon,.sy_con2 .rq .div .bot2 .imgcon{
    width: 65px;
  }
  .sy_con2 .rq .div .bot .p1,  .sy_con2 .rq .div .bot2 .p1 {
    font-size: 24px;
  }
  .sy_con1 .rq2 .lef {
    padding-top: 2%;
}
.sy_con1 {
  padding-bottom: 8%;
}
  .sy_con1 .rq2 .rig .div {
    height: 320px;
}
  .sy_con1 .rq2 .rig .div .bot .p1 {
    margin-top: 15px;
  }
  .sy_con1 .rq2 .lef .p1 {
    font-size: 16px;
    margin-top: 20px;
}
.sy_con1 .rq2 .rig .div .bot .imgcon {
  width: 55px;
}
.sy_con1 .rq2 .lef .button {
  margin-top: 45px;
}
  .sy_con1 .rq2 {
    margin-top: 100px;
  }
  .sy_con1 .rq1,.sy_con1 .rq1 .rig .a1 .icon-right{
    line-height: 75px;
}
.sy_con1 .rq1 .rig .p1 {
  font-size: 18px;
}
.sy_con1 .rq1 .rig .a1 .icon-right {
  font-size: 16px;
}
.sy_con1 .rq1 .lef {
  font-size: 28px;
}


}
@media (max-width: 1259px) {
  .sy_con5 .rq .lef .pcon .divcon .div {
font-size: 14px;
    margin-left: 2px;
}
  .sy_con1 .rq1 .rig .p1 {
    font-size: 14px;
}
.sy_con1 .rq1, .sy_con1 .rq1 .rig .a1 .icon-right {
  line-height: 60px;
}
.sy_con1 .rq2 .rig .div .bot .p1 {
  font-size: 18px;
}
.sy_con1 .rq2 .rig .div .bot .p1 {
  margin-top: 10px;
}
.sy_con1 .rq2 .rig .div .bot .p2 {
  font-size: 12px;
  margin-top: 5px;
}
.sy_con1 .rq2 .rig .icon-right {
  margin-top: 15px;
}
.sy_con1 .rq2 .rig .div {
  height: 270px;
}
}
@media (max-width: 991px) {
  .sy_con1 .rq2 .rig .div {
    height: 360px;
}
  .sy_con2 .rq .div.on,.sy_con2 .rq .div.on2{
    width: 100%;
  }
  .sy_con4 .rq2 .swiper-pagination {
    bottom: 23px;
}
  .sy_con4 .rq2 .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .banner .imgcon{
    display: none;
  }
  .sy_con3 .rq1 .pcon {
    width: 100%;
}
  .sy_con5 .rq .lef,.sy_con5 .rq .rig{
    width: 100%;
  }
  .sy_con2 .rq .div .bot {
    display: none;
  }
  .sy_con2 .rq .div .bot2 {
    width: 100%;
    padding-left: 15px;
    opacity: 1;
}
  .sy_con2 .rq .div{
    height: auto;
    width: 100%;
    display: none;
  }
  .sy_con2 .rq .div.on3{
    display: block;
  }
  .sy_con2 .rq .div .bj{
    width: 100%;
  }
  .sy_con1::after {
    background-size: cover;
}
  .sy_con1 .rq2 .rig {
    width: 100%;
    margin-top: 15%;
}
  .sy_con1 .rq2 .lef{
    width: 100%;
    padding-top: 0;
  }
  .sy_con1::after,.sy_con1 .rq1 .rig{
    width: 100%;
  }
  .sy_con1 .rq1 .lef{
    display: none;
  }
.pc{
  display: none;
}
/* .app{
  display: block;
} */
.banner .swiper-pagination{
  display: none;
}
}
@media (max-width: 414px) {
  .sy_con1::after {
    height: 66px;
}
  .msg-box {
    width: 95%;
    height: 44%;
}
.sy_con2 .rq1 button {
  height: 34px;
  font-size: 14px;
}
  .sy_con2 .rq .div .bot2 {
    padding: 0 10px;
}
  .sy_con2 .rq .div {
    height: auto;
  }
  .sy_con2 .rq .div .bot .imgcon, .sy_con2 .rq .div .bot2 .imgcon {
    width: 50px;
}
.sy_con2 .rq .div .bot2 .p1 {
  margin-top: 14px;
}
.sy_con2 .rq .div .bot2 .bcon {
  margin-top: 30px;
}
.sy_con2 .rq .div .bot2 .bcon a {
  width: 112px;
  line-height: 40px;
  background-size: contain;
  font-size: 14px;    margin-left: 13px;
}
.sy_con2 .rq .div .bot2 .p2 {
  font-size: 14px;
  margin-top: 20px;
  line-height: 26px;
}
.sy_con3 .msg-box .close-box {
    width: 20px;
    height: 20px;;
    right: 20px;
    top: 25px;
}
  .txp_overlay_play .txp_btn_play_lg {
    width: 40px;
    height: 40px;
  }
  .sy_con3 {
    padding-top: 40px;
    padding-bottom: 0px;
}
.sy_con3 .abo_video .bfq .p1 {
    font-size: 18px;
    letter-spacing: 5px;
}
.sy_con3 .abo_video .bfq div {
  width: 35px;
  height: 35px;
  margin-top: 15px;
}
  .sy_con3 .video_con .rq2 {
    width: 100%;
  }
  .sy_con3 .video_con {
    margin-top: 45px;
}
  .sy_con1 .rq2 .lef .h1, .sy_con4 .h1, .sy_con5 .h1, .sy_con3 .rq1 .h1 {
    font-size: 24px;
}
.sy_con3 .rq1 .pcon .button {
  width: 125px;
  margin-top: 25px;
  line-height: 35px;
}
.sy_con3 .rq1 .pcon .p1 {
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
  .sy_con5 {
    padding-top: 45px;
    padding-bottom: 45px;
}
  .sy_con5 .rq {
    margin-top: 30px;
}
  .sy_con5 .rq .lef .pcon .divcon .div {
    width: 70px;
    line-height: 26px;
}
.sy_con5 .rq .rig .div1 .bot {
  width: 100%;
}
.sy_con5 .rq .rig .div1 .bot:nth-child(2){
  margin-top: 2%;
}
  .sy_con5 .rq .lef .pcon .divcon {
    margin-top: 15px;
}
  .sy_con1 .rq2 .lef .h1,.sy_con1 .rq2 .lef .h1, .sy_con4 .h1,.sy_con1 .rq2 .lef .h1, .sy_con4 .h1, .sy_con5 .h1{
    font-size: 24px;
}
.sy_con5 .rq .lef .pcon .p1 {
  font-size: 21px;
}
.sy_con4 {
  padding-top: 60px;
  padding-bottom: 0px;
}
.sy_con4 .bcon .a1 {
  width: 90px;
  line-height: 30px;
  font-size: 14px;
}
.sy_con1 .rq2 {
  margin-top: 50px;
}
.sy_con1 .rq2 .lef .button a {
  background-size: 18px;
  font-size: 14px;
}
.sy_con1 .rq2 .lef .button {
  width: 120px;
  line-height: 35px;
  background-size: contain;
  margin-top: 29px;
}
.sy_con1 .rq2 .lef .p1 {
  font-size: 14px;
  margin-top: 10px;
}
  .sy_con1 .rq2 .rig .div {
    height: 192px;
}
.sy_con1 .rq2 .rig .div .bot .p2{
  display: none;
}
.sy_con1 .rq2 .rig .div .bot .p1 {
  font-size: 16px;
}
  .sy_con1 .rq1{
    line-height: 30px;
  }
  .sy_con1 .rq1 .rig .a1 .icon-right {
    display: none;
}
.sy_con1 .rq1 .rig .a1 {
  float: none;
  display: table;
  width: auto;
  margin: 0 auto;
}
.sy_con4 .rq2 {
  margin-top: 22px;
}
.sy_con4 .bcon .a1 {
  margin-left: 10px;
}
}
@media (max-width: 375px){
  .sy_con1 .rq2 .rig .div {
    height: 172px;
}
}
@media (max-width: 360px){
  .sy_con1 .rq2 .rig .div {
    height: 165px;
}
}






/* 关于我们 */
.ny_banner{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ny_banner .bj{
  width: 100%;
  vertical-align: middle;
}
.ny_banner .rq{
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ny_banner .p{
  font-size: 60px;
  color: #ffffff;
  position: relative;
}
.ny_banner .p span{
  font-size: 85px;
  color: #ffffff;
  opacity: 0.3;
  font-weight: bold;
  width: 100%;
  position: absolute;
  left: 0;
  top: -55px;
  text-transform: uppercase;
}

/* abo_con1 */
.abo_con2,.abo6_con2,.abo6_con3,.ab3_con6,.abo5_con4,.abo6_con5{
  position: relative;
}
.i{
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-80px);
  opacity: 0;
}

.abo_con1{
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid rgb(235,234,234);
  background: #fff;
}
.abo_con1 .lef{
  float: left;
}
.abo_con1 .lef a{
  font-size: 20px;
  color: #666666;
  float: left;
  width: 160px;
  text-align: center;
  position: relative;
}
.abo_con1 .lef a:hover{
  color: #c99f44;
}
.abo_con1 .lef a::before{
  content: '';
  width: 3px;
  height: 3px;
  background: rgb(85,85,85);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.abo_con1 .lef .on a,
.abo_con1 .lef a.on{
  color: #fff;
  background: #c99f44;
}
.abo_con1 .lef a.on:hover{
  color: #fff;
}
.abo_con1 .lef a:last-child::before,
.abo_con1 .lef a.on::before{
  display: none;
}
.abo_con1 .rig{
  float: right;
}
.abo_con1 .rig a{
  font-size: 16px;
  color: #999999;
}
.abo_con1 .rig a:hover,
.abo_con1 .rig a.on{
  color: #c99f44;
}



/* abo_con2 */
.abo_con2{
  width: 100%;
  padding-top: 136px;
  padding-bottom: 140px;
}
.abo_con2 .lef{
  width: 56%;
  float: left;
  padding-right: 138px;
}
.abo_con2 .lef .p1{ 
  font-size: 48px;
  color: #363334;
  font-weight: bold;
  border-bottom: 4px solid #c99f44;
  padding-bottom: 24px;
}
.abo_con2 .lef .p2{
  font-size: 36px;
  color: #c99f44;
  padding-top: 28px;
  padding-bottom: 50px;
}
.abo_con2 .lef .div{
  width: 100%;
}
.abo_con2 .lef .div p{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 30px;
}
.abo_con2 .lef .div p:last-child{
  margin-bottom: 0;
}
.abo_con2 .rig{
  width: 44%;
  float: left;
  position: relative;
}
.abo_con2 .rig::before{
  content: '';
  width: 100%;
  height: 74%;
  background: rgb(248,248,248);
  position: absolute;
  bottom: 0;
  left: -55px;
}
.abo_con2 .rig .abo_video::after{
  content: '';
  width: 60px;
  height: 60px;
  background-image: url(../images/abo3.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.abo_con2 .rig .bj{
  width: 100%;
  vertical-align: middle;
}

@media(max-width:1459px){
  .ny_banner .p {
    font-size: 40px;
}
.ny_banner .p span {
  font-size: 56px;
  top: -40px;
}
  .abo_con1 {
    height: 54px;
    line-height: 54px;
}
.abo_con1 .lef a {
  font-size: 16px;
  width: 114px;
}
.abo_con1 .rig a {
  font-size: 14px;
}
.abo_con2 {
  padding-top: 100px;
  padding-bottom: 106px;
}
.abo_con2 .lef {
  padding-right: 100px;
}
.abo_con2 .lef .p1 {
  font-size: 36px;
  border-bottom: 3px solid #c99f44;
  padding-bottom: 18px;
}
.abo_con2 .lef .p2 {
  font-size: 26px;
  padding-top: 18px;
  padding-bottom: 32px;
}
.abo_con2 .lef .div p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}
.abo_con2 .rig::before {
  left: -40px;
}
.abo_con2 .rig .abo_video::after {
  width: 50px;
  height: 50px;
}

}
@media(max-width:1259px){
  .abo_con2 {
    padding-top: 70px;
    padding-bottom: 70px;
}

}
@media(max-width:991px){
  .pc{
    display: none !important;
  }
  .app{
    display: block !important;
  }
  .abo_con2 .lef{
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .abo_con1{
    position: static !important;
  }
  .abo_con1 .lef{
    display: none;
  }
  .abo_con1 .rig{
    width: 100%;
  }
  .abo_con2 .rig{
    width: 100%;
  }

}
@media(max-width:768px){
  .ny_banner .rq{
    width: 100%;
  }
  .ny_banner .p {
    font-size: 28px;
}
.ny_banner .p span {
  font-size: 40px;
  top: -30px;
}
}
@media(max-width:500px){
  .abo_con1 {
    border-bottom: 1px solid rgb(235,234,234) !important;
}
  .abo_con2 {
    padding-top: 40px;
    padding-bottom: 50px;
}
.abo_con2 .lef .p1 {
  font-size: 24px;
  border-bottom: 2px solid #c99f44;
  padding-bottom: 10px;
  width: 60%;
}
.abo_con2 .lef .p2 {
  font-size: 18px;
  padding-top: 14px;
  padding-bottom: 16px;
}
.abo_con2 .lef .div p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 14px;
}
.abo_con2 .rig::before{
  display: none;
}

}


/* abo6_con2 */
.abo6_con2{
  width: 100%;
  padding-top: 88px;
  padding-bottom: 90px;
  background: rgb(248,248,248);
}
.abo6_con2 .lef{
  width: 50%;
  float: left;
}
.abo6_con2 .lef img{
  width: 100%;
  vertical-align: middle;
}
.abo6_con2 .rig{
  width: 50%;
  float: left;
  padding-left: 75px;
  padding-top: 10px;
}
.abo6_con2 .rig .div{
  margin-bottom: 40px;
}
.abo6_con2 .rig .div:last-child{
  margin-bottom: 0;
}
.abo6_con2 .rig .div .p1{
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 14px;
}
.abo6_con2 .rig .div .p2{
  font-size: 22px;
  color: #777777;
}

@media(max-width:1459px){
  .abo6_con2 {
    padding-top: 66px;
    padding-bottom: 68px;
}
.abo6_con2 .rig {
  padding-left: 55px;
}
.abo6_con2 .rig .div .p1 {
  font-size: 26px;
}
.abo6_con2 .rig .div .p2 {
  font-size: 16px;
}

}
@media(max-width:1259px){
  .abo6_con2 .rig .div .p1 {
    font-size: 22px;
}
.abo6_con2 .rig .div .p2 {
  font-size: 14px;
}
}
@media(max-width:991px){
  .abo6_con2 {
    padding-top: 50px;
    padding-bottom: 45px;
}
.abo6_con2 .rig {
  padding-left: 30px;
}
.abo6_con2 .rig .div {
  margin-bottom: 10px;
}
.abo6_con2 .rig .div .p1 {
  font-size: 20px;
}


}
@media(max-width:768px){
  .abo6_con2 .lef{
    width: 100%;
  }
  .abo6_con2 .rig{
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
@media(max-width:500px){
  .abo6_con2 {
    padding-top: 40px;
    padding-bottom: 32px;
}
.abo6_con2 .rig .div .p2 {
  font-size: 14px;
  margin-top: 5px;
}
}


/* abo6_con3 */
.abo6_con3{
  width: 100%;
  padding-top: 95px;
  padding-bottom: 65px;
  background-image: url(../images/img31.jpg);
  background-size: cover;
  /* background-position-x: center;
  background-position-y: bottom; */
  background-position: center;
}
.abo6_con3 .lef{
  width: 32%;
  float: left;
}
.abo6_con3 .lef .p1{
  font-size: 18px;
  color: #ffffff;
  opacity: 0.7;
  text-transform: uppercase;
}
.abo6_con3 .lef .p2{
  font-size: 48px;
  color: #ffffff;
}
.abo6_con3 .rig{
  width: 68%;
  float: left;
}
.abo6_con3 .rig .top{
  width: 100%;
  overflow: hidden;
}
.abo6_con3 .rig .top img{
  width: 100%;
  vertical-align: middle;
}
.abo6_con3 .rig .bot{
  margin-top: 40px;
  height: 258px;
  overflow-y: auto;
  padding-right: 10px;
}
.abo6_con3 .rig .bot::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(255,255,255,.3);
  border-radius:50px;
}
.abo6_con3 .rig .bot::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #fff;
}
.abo6_con3 .rig .bot .div{
  width: 100%;
  margin-bottom: 35px;
}
.abo6_con3 .rig .bot .div:last-child{
  margin-bottom: 0;
}
.abo6_con3 .rig .bot .div .div1{
  width: 24%;
  float: left;
  font-size: 36px;
  color: #ffffff;
  font-family: "din";
}
.abo6_con3 .rig .bot .div .div2{
  width: 76%;
  float: left;
}
.abo6_con3 .rig .bot .div .div2 p{
  font-size: 16px;
  color: #ffffff;
  position: relative;
  padding-left: 18px;
  line-height: 30px;
}
.abo6_con3 .rig .bot .div .div2 p::before{
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 11px;
}

@media(max-width:1459px){
  .abo6_con3 {
    padding-top: 72px;
    padding-bottom: 50px;
}
.abo6_con3 .lef .p1 {
  font-size: 16px;
}
.abo6_con3 .lef .p2 {
  font-size: 33px;
}
.abo6_con3 .rig .bot {
  margin-top: 30px;
  height: 200px;
  padding-right: 10px;
}
.abo6_con3 .rig .bot .div {
  margin-bottom: 18px;
}
.abo6_con3 .rig .bot .div .div1 {
  font-size: 26px;
}
.abo6_con3 .rig .bot .div .div2 p {
  font-size: 14px;
  padding-left: 15px;
  line-height: 26px;
}
.abo6_con3 .rig .bot .div .div2 p::before {
  width: 5px;
  height: 5px;
  top: 9px;
}


}
@media(max-width:991px){
  .abo6_con3 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.abo6_con3 .rig .bot .div .div1 {
  font-size: 22px;
}
.abo6_con3 .rig .bot {
  margin-top: 20px;
  height: 155px;
}
.abo6_con3 .lef .p1 {
  font-size: 14px;
}
.abo6_con3 .lef .p2 {
  font-size: 28px;
}
}
@media(max-width:768px){
  .abo6_con3 .lef{
    width: 100%;
  }
  .abo6_con3 .rig{
    width: 100%;
    margin-top: 15px;
  }
}
@media(max-width:500px){
  .abo6_con3 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.abo6_con3 .lef .p1 {
  font-size: 13px;
}
.abo6_con3 .lef .p2 {
  font-size: 24px;
}
.abo6_con3 .rig .bot .div {
  margin-bottom: 10px;
}

}


/* ab3_con6 */
.ab3_con6{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 110px;
  overflow: hidden;
}
.ab3_con6 .top{
  width: 100%;
  border-bottom: 2px solid rgb(231,231,231);
  padding-bottom: 22px;
  position: relative;
}
.ab3_con6 .p1{
  font-size: 48px;
  color: #363334;
}
.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: #c99f44;
}
.ab3_con6 .top .div button::before{
  content: '';
  width: 0%;
  height: 3px;
  background: #c99f44;
  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;
}
.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}
.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);
}
.lb-data .lb-number{
  display: none !important;
}
.ab3_con6 .swiper-pagination{
  display: none;
}

@media(max-width:1459px){
  .ab3_con6 {
    padding-top: 75px;
    padding-bottom: 83px;
}
.ab3_con6 .p1 {
  font-size: 36px;
}
.ab3_con6 .p2 {
  font-size: 15px;
}
.ab3_con6 .top {
  padding-bottom: 16px;
}
.ab3_con6 .top .div button {
  font-size: 18px;
  margin-left: 40px;
  padding-bottom: 22px;
}
.ab3_con6 .bot {
  padding-top: 38px;
}
.ab3_con6 .bot .div {
  height: 338px;
}
.ab3_con6 .bot p {
  font-size: 14px;
  padding-bottom: 18px;
}
.ab3_con6 .swiper-button-next, .ab3_con6 .swiper-button-prev {
  width: 13px;
  height: 24px;
  right: -50px;
}
.ab3_con6 .swiper-button-prev {
  left: -50px;
}

}
@media(max-width:991px){
  .ab3_con6 {
    padding-top: 38px;
    padding-bottom: 50px;
}
.ab3_con6 .p1 {
  font-size: 26px;
}
.ab3_con6 .p2 {
  font-size: 13px;
}
.ab3_con6 .top {
  padding-bottom: 12px;
}
.ab3_con6 .top .div button {
  font-size: 16px;
  margin-left: 22px;
  padding-bottom: 16px;
}
.ab3_con6 .bot .div {
  height: 250px;
}
}
@media(max-width:500px){
  .ab3_con6 {
    padding-top: 35px;
    padding-bottom: 40px;
}

.ab3_con6 .top {
  padding-bottom: 0px;
}
.ab3_con6 .top .div{
  position: static;
  text-align: left;
  margin-top: 15px;
}
.ab3_con6 .top .div button:nth-child(1){
  margin-left: 0;
}
.ab3_con6 .p1 {
  font-size: 24px;
}
.ab3_con6 .bot {
  padding-top: 15px;
}
.ab3_con6 .bot .swiper-slide{
  /* height: 210px; */
}
.ab3_con6 .bot .div {
  height: 180px;
}
.ab3_con6 .bot p {
  padding-bottom: 10px;
}
.ab3_con6 .swiper-button-next, .ab3_con6 .swiper-button-prev{
  display: none;
}
.ab3_con6 .swiper-pagination{
  display: block;
}
.ab3_con6 .swiper-container{
  padding-bottom: 40px;
}
.ab3_con6 .swiper-pagination-bullet-active{
  background: #c99f44;
}
}



/* ab1_con6 */
.ab1_con6{
  width: 100%;
  height: 540px;
  background-image: url(../images/img34.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 165px;
  overflow: hidden;
}
.ab1_con6 .p1{
  font-size: 30px;
  color: #ffffff;
  width: 64%;
  line-height: 44px;
  position: relative;
}
.ab1_con6 .p1::before{
  content: '';
  width: 54px;
  height: 47px;
  background-image: url(../images/img35.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -100px;
  top: 8px;
}
.ab1_con6 .div{
  margin-top: 72px;
  padding-left: 94px;
  width: 100%;
  position: relative;
}
.ab1_con6 .div img{
  width: 81px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ab1_con6 .div p{
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
@media(max-width:1459px){
.ab1_con6 {
  height: 410px;
  padding-top: 120px;
}
.ab1_con6 .p1 {
  font-size: 22px;
  width: 56%;
}
.ab1_con6 .div {
  margin-top: 54px;
  padding-left: 70px;
}
.ab1_con6 .div p {
  font-size: 14px;
}
.ab1_con6 .div img {
  width: 61px;
}
.ab1_con6 .p1::before {
  width: 40px;
  height: 35px;
  left: -70px;
  top: 6px;
}



}
@media(max-width:991px){
  .ab1_con6 {
    height: 280px;
    padding-top: 65px;
}
.ab1_con6 .p1 {
  font-size: 16px;
  width: 100%;
}
.ab1_con6 .p1::before {
  width: 24px;
  height: 21px;
  left: -34px;
  top: 3px;
}
}
@media(max-width:500px){
  
  .ab1_con6 {
    height: auto;
    padding-top: 70px;
    padding-bottom: 80px;
    background-attachment: inherit;
}
.ab1_con6 .p1 {
  font-size: 18px;
  width: 100%;
  padding-left: 30px;
  line-height: 30px;
}
.ab1_con6 .p1::before {
  width: 24px;
  height: 21px;
  left: 0px;
  top: 6px;
}
.ab1_con6 .div p {
  font-size: 13px;
}
.ab1_con6 .div img {
  width: 44px;
}
.ab1_con6 .div {
  margin-top: 36px;
  padding-left: 54px;
}



}



/* abo5_con4 */
.abo5_con4{
  width: 100%;
  padding-top: 95px;
  padding-bottom: 100px;
}
.abo5_con4 .top{
  width: 100%;
  padding-bottom: 60px;
  border-bottom: 1px solid rgb(233,233,233);
}
.abo5_con4 .rq{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.abo5_con4 .rq .lef{
  width: 52.8%;
}
.abo5_con4 .rq .lef img{
  width: 100%;
  vertical-align: middle;
}
.abo5_con4 .rq .rig{
  width: 47.2%;
  padding-left: 40px;
  position: relative;
}
.abo5_con4 .bot .rig{
  padding-left: 0;
  padding-right: 40px;
}
.abo5_con4 .rq .rig .p1{
  font-size: 36px;
  color: #292727;
  padding-bottom: 26px;
  position: relative;
}
.abo5_con4 .rq .rig .p1::before{
  content: '';
  width: 65px;
  height: 4px;
  background: #c99f44;
  position: absolute;
  bottom: 0;
  left: 0;
}
.abo5_con4 .rq .rig .p1 i{
  font-size: 80px;
  line-height: 62px;
  color: #f2f2f2;
  font-weight: bold;
  float: right;
}
.abo5_con4 .rq .rig .p2{
  font-size: 16px;
  color: #666666;
  margin-top: 50px;
  line-height: 28px;
  height: 140px;
  overflow: hidden;
}
.abo5_con4 .rq .rig button{
  padding-top: 30px;
}
.abo5_con4 .rq .rig button a{
  font-size: 16px;
  color: #c99f44;
}
.abo5_con4 .rq .rig button img{
  width: 8px;
  transition: all .5s;
  margin-left: 5;
}
.abo5_con4 .bot{
  padding-top: 45px;
}

@media(max-width:1459px){
  .abo5_con4 {
    padding-top: 70px;
    padding-bottom: 75px;
}
.abo5_con4 .top {
  padding-bottom: 45px;
}
.abo5_con4 .rq .rig {
  padding-left: 30px;
}
.abo5_con4 .rq .rig .p1 {
  font-size: 26px;
  padding-bottom: 18px;
}
.abo5_con4 .rq .rig .p1 i {
  font-size: 60px;
  line-height: 46px;
}
.abo5_con4 .rq .rig .p2 {
  font-size: 14px;
  margin-top: 36px;
  line-height: 24px;
  height: 120px;
}
.abo5_con4 .rq .rig button {
  padding-top: 18px;
}
.abo5_con4 .rq .rig button a{
  font-size: 14px;
}
.abo5_con4 .rq .rig .p1::before {
  width: 50px;
  height: 3px;
}
.abo5_con4 .bot {
  padding-top: 34px;
}
.abo5_con4 .bot .rig {
  padding-left: 0;
  padding-right: 30px;
}

}
@media(max-width:1259px){
  .abo5_con4 .rq .rig .p2 {
    font-size: 14px;
    margin-top: 14px;
    line-height: 24px;
    height: 120px;
}
}
@media(max-width:768px){
  .abo5_con4 .rq .lef {
    width: 100%;
}
.abo5_con4 .rq .rig{
  width: 100%;
  padding-left: 0;
  padding-top: 10px;
}
.abo5_con4 .bot .rq{
  flex-wrap: wrap-reverse;
}
}
@media(max-width:500px){
  .abo5_con4 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.abo5_con4 .rq .rig .p1 {
  font-size: 22px;
  padding-bottom: 12px;
}
.abo5_con4 .rq .rig .p1::before {
  width: 36px;
  height: 2px;
}
.abo5_con4 .rq .rig .p1 i {
  font-size: 46px;
  line-height: 37px;
}
.abo5_con4 .rq .rig button {
  font-size: 14px;
  padding-top: 13px;
}
.abo5_con4 .top {
  padding-bottom: 26px;
}
.abo5_con4 .rq .rig .p2{
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

}




/* abo6_con4 */
.abo6_con4{
  width: 100%;
  padding-bottom: 75px;
  overflow: hidden;
}
.abo6_con4 .p1{
  font-size: 44px;
  color: #363334;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.abo6_con4 .p1 span{
  color: #c99f44;
}
.abo6_con4 .rq{
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.abo6_con4 .rq .top{
  width: 100%;
}
.abo6_con4 .rq .top img{
  width: 100%;
  vertical-align: middle;
}
.abo6_con4 .rq .p3{
  font-size: 24px;
  color: #1f2325;
  margin-top: 26px;
  margin-bottom: 10px;
}
.abo6_con4 .rq .p4{
  font-size: 16px;
  color: #666666;
  padding-right: 22px;
}
.abo6_con4 .swiper-button-next,
.abo6_con4 .swiper-button-prev{
  width: 18px;
  height: 33px;
  background-image: url(../images/abo3_con6_img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -70px;
  transition: all .5s;
}
.abo6_con4 .swiper-button-prev{
  left: -70px;
  transform: rotate(180deg);
}
.abo6_con4 .swiper-button-next:hover,
.abo6_con4 .swiper-button-prev:hover{
  background-image: url(../images/abo3_con6_img3.png);
}

@media(max-width:1459px){
  .abo6_con4 {
    padding-bottom: 57px;
}
.abo6_con4 .p1 {
  font-size: 33px;
}

.abo6_con4 .rq {
  margin-top: 38px;
}
.abo6_con4 .rq .p3 {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.abo6_con4 .rq .p4 {
  font-size: 14px;
}
.abo6_con4 .swiper-button-next, .abo6_con4 .swiper-button-prev {
  width: 18px;
  height: 33px;
  right: -50px;
  top: 39%;
}
.abo6_con4 .swiper-button-prev {
  left: -50px;
}

}
@media(max-width:991px){
  .abo6_con4 {
    padding-bottom: 50px;
}

.abo6_con4 .p1 {
  font-size: 28px;
}
.abo6_con4 .rq {
  margin-top: 24px;
}

}
@media(max-width:500px){
  .abo6_con4 {
    padding-bottom: 35px;
}

.abo6_con4 .p1 {
  font-size: 24px;
}
.abo6_con4 .rq {
  margin-top: 18px;
}
.abo6_con4 .rq .p3 {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 6px;
}
.abo6_con4 .swiper-button-next, .abo6_con4 .swiper-button-prev{
  display: none;
}
}





/* abo6_con5 */
.abo6_con5{
  width: 100%;
  padding-top: 80px;
  background: rgb(250,250,250);
}
.abo6_con5 .p1{
  font-size: 44px;
  color: #333;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.abo6_con5 .p1 span{
  color: #c99f44;
}
.abo6_con5 .rq{
  width: 100%;
  padding-top: 40px;
}
.abo6_con5 .swiper-container{
  padding-bottom: 90px;
}
.abo6_con5 .swiper-slide{
  height: 115px;
  background: #fff;
  position: relative;
}
.abo6_con5 .swiper-slide img{
  max-width: 70%;
  max-height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.abo6_con5 .swiper-pagination{
  bottom: 40px;
}
.abo6_con5 .swiper-pagination-bullet{
  background: rgb(230,230,231);
}
.abo6_con5 .swiper-pagination-bullet-active{
  background: #c99f44;
} 
@media(max-width:1459px){
  .abo6_con5 {
    padding-top: 60px;
}
.abo6_con5 .p1{
  font-size: 33px;
}
.abo6_con5 .rq {
  padding-top: 30px;
}
.abo6_con5 .swiper-slide {
  height: 85px;
}

}
@media(max-width:991px){
  .abo6_con5 {
    padding-top: 50px;
}
.abo6_con5 .p1 {
  font-size: 28px;
}
.abo6_con5 .swiper-container {
  padding-bottom: 66px;
}
.abo6_con5 .swiper-pagination {
  bottom: 30px;
}

}
@media(max-width:500px){
.abo6_con5 .p1 {
  font-size: 24px;
}
.abo6_con5 .rq {
  padding-top: 18px;
}
.abo6_con5 {
  padding-top: 35px;
}

}




/* 核心业务 */
.ma_con1{
  width: 100%;
  padding-top: 105px;
  padding-bottom: 105px;
}
.ma_con1 .top{
  width: 100%;
  padding-bottom: 70px;
}
.ma_con1 .top .lef{
  width: 40%;
  float: left;
}
.ma_con1 .top .lef p{
  font-size: 48px;
  color: #363334;
  font-weight: bold;
}
.ma_con1 .top .rig{
  width: 60%;
  float: left;
}
.ma_con1 .top .rig p{
  font-size: 20px;
  color: #666666;
  line-height: 40px;
}
.ma_con1 .bot{
  width: 100%;
  border-top: 4px solid #c99f44;
}
.ma_con1 .bot .p{
  display: table;
  width: auto;
  margin: 0 auto;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  line-height: 66px;
  padding: 0 50px;
  background: #c99f44;
}
.ma_con1 .bot .div{
  width: 100%;
  padding-top: 64px;
}
.ma_con1 .bot .div .div1{
  width: 17.2%;
  height: 270px;
  margin-right: 3.5%;
  float: left;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  padding-top: 32px;
}
.ma_con1 .bot .div .div1:last-child{
  margin-right: 0;
}
.ma_con1 .bot .div .div2{
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: #c99f44;
  margin: 0 auto;
  position: relative;
  transition: all .5s;
}
.ma_con1 .bot .div .div1:hover .div2{
  transform: translateY(-5px);
}
.ma_con1 .bot .div .div2 img{
  max-width: 60%;
  max-height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.ma_con1 .bot .div .div1:hover .div2 img{
  transform: translate(-50%,-50%) scale(1.05);
}
.ma_con1 .bot .div .p1{
  font-size: 20px;
  color: #666666;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 25px;
}
.ma_con1 .bot .div .p2{
  font-size: 48px;
  color: #666666;
  font-family: "din";
  text-align: center;
  opacity: 0.1;
}


/* ma_con2 */
.ma_con2{
  width: 100%;
  background: rgb(247,247,247);
  padding-top: 100px;
  padding-bottom: 125px;
}
.ma_con2 .p{
  font-size: 30px;
  color: #363334;
  line-height: 48px;
  width: 73%;
}
.ma_con2 .rq{
  width: 100%;
  padding-top: 75px;
}
.ma_con2 .rq .div{
  width: 49.3%;
  float: left;
  margin-right: 1.4%;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}
.ma_con2 .rq .div:nth-child(2n){
  margin-right: 0;
}
.ma_con2 .rq .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.ma_con2 .rq .div:hover img{
  transform: scale(1.05);
}
.ma_con2 .rq .div p{
  font-size: 24px;
  color: #ffffff;
  width: 200px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background: #c99f44;
}

@media(max-width:1459px){
  .ma_con1 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ma_con1 .top .lef p {
  font-size: 36px;
}
.ma_con1 .top .rig p {
  font-size: 18px;
  line-height: 36px;
}
.ma_con1 .top {
  padding-bottom: 50px;
}
.ma_con1 .bot .p {
  font-size: 24px;
  line-height: 50px;
  padding: 0 50px;
}
.ma_con1 .bot .div {
  padding-top: 50px;
}
.ma_con1 .bot .div .div1 {
  height: 225px;
  padding-top: 20px;
}
.ma_con1 .bot .div .div2 {
  width: 80px;
  height: 80px;
}
.ma_con1 .bot .div .p1 {
  font-size: 18px;
  padding-top: 26px;
  padding-bottom: 18px;
}
.ma_con1 .bot .div .p2 {
  font-size: 40px;
}
.ma_con2 {
  padding-top: 80px;
  padding-bottom: 96px;
}
.ma_con2 .p {
  font-size: 25px;
  line-height: 43px;
}
.ma_con2 .rq .div p {
  font-size: 18px;
  width: 160px;
  line-height: 60px;
}

}
@media(max-width:768px){
  .ma_con1 {
    padding-top: 50px;
    padding-bottom: 54px;
}
.ma_con1 .top .lef p {
  font-size: 30px;
}
.ma_con1 .top .rig p {
  font-size: 16px;
  line-height: 28px;
}
.ma_con1 .top {
  padding-bottom: 32px;
}
.ma_con1 .bot .p {
  font-size: 20px;
  line-height: 50px;
  padding: 0 50px;
}
.ma_con1 .bot .div .div2 {
  width: 64px;
  height: 64px;
}
.ma_con1 .bot .div .div1 {
  height: 190px;
  padding-top: 20px;
}
.ma_con1 .bot .div .p1 {
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 14px;
}
.ma_con2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ma_con2 .p {
  font-size: 20px;
  line-height: 32px;
  width: 100%;
}
.ma_con2 .rq {
  padding-top: 34px;
}
.ma_con2 .rq .div p {
  font-size: 16px;
  width: 120px;
  line-height: 42px;
}

}
@media(max-width:500px){
  .ma_con1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ma_con1 .top .lef p {
  font-size: 24px;
}
.ma_con1 .top .lef{
  width: 100%;
}
.ma_con1 .top .rig{
  width: 100%;
  padding-top: 20px;
}
.ma_con1 .top .rig p {
  font-size: 14px;
  line-height: 26px;
}
.ma_con1 .bot .p {
  font-size: 16px;
  line-height: 38px;
  padding: 0 22px;
}
.ma_con1 .bot .div {
  padding-top: 32px;
}
.ma_con1 .bot .div .div1{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 8px;
}
.ma_con1 .bot .div .div1:nth-child(3n){
  margin-right: 0;
}
.ma_con1 .bot .div .div1:nth-child(4),
.ma_con1 .bot .div .div1:nth-child(5){
  width: 49%;
  margin-right: 2%;
}
.ma_con1 .bot .div .div1:nth-child(5){
  margin-right: 0;
}
.ma_con2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ma_con2 .p {
  font-size: 20px;
  line-height: 30px;
}
.ma_con2 .rq .div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.ma_con2 .rq .div p {
  font-size: 14px;
  width: 100px;
  line-height: 34px;
}

}




/* 核心业务-精密加工 */
.ma2_con1{
  width: 100%;
  padding-top: 92px;
  padding-bottom: 100px;
}
.ma2_con1 .top{
  width: 100%;
}
.ma2_con1 .top .lef{
  width: 47%;
  float: left;
}
.ma2_con1 .top .lef .p1{
  font-size: 48px;
  color: #363334;
  font-weight: bold;
}
.ma2_con1 .top .lef .p2{
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  padding-top: 44px;
  padding-right: 155px;
}
.ma2_con1 .top .rig{
  width: 53%;
  float: left;
}
.ma2_con1 .top .rig .div{
  width: 48%;
  height: 280px;
  margin-right: 4%;
  float: left;
  border-top: 5px solid #c99f44;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  padding: 30px 26px;
}
.ma2_con1 .top .rig .div:nth-child(2){
  margin-right: 0;
}
.ma2_con1 .top .rig .div p{
  font-size: 17px;
  color: #666666;
  line-height: 30px;
}
.ma2_con1 .top .rig .div p span{
  color: #c99f44;
}
.ma2_con1 .bot{
  width: 100%;
  padding-top: 94px;
}
.ma2_con1 .bot img{
  width: 100%;
  vertical-align: middle;
}



/* ma2_con2 */
.ma2_con2{
  width: 100%;
  padding-top: 94px;
  padding-bottom: 70px;
  background: rgb(247,247,247);
}
.ma2_con2 .p{
  font-size: 48px;
  color: #363334;
  font-weight: bold;
  text-align: center;
}
.ma2_con2 .rq{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 38px;
}
.ma2_con2 .rq table{
  width: 100%;
}
.ma2_con2 .rq table th{
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 26px 0;
  background: #c99f44;
  border: 1px solid #fff;
}
.ma2_con2 .rq table td{
  font-size: 14px;
  color: #333333;
  text-align: center;
  padding: 22px 0;
  background: rgb(242,238,229);
  border: 1px solid #fff;
}
.ma2_con2 .rq .div{
  width: 100%;
  display: none;
}
.ma2_con2 button{
  display: table;
  width: auto;
  margin: 0 auto;
  font-size: 24px;
  color: #c99f44;
}
.ma2_con2 button img{
  width: 17px;
  margin-left: 5px;
}


/* ma2_con3 */
.ma2_con3{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 75px;
  overflow: hidden;
}
.ma2_con3 .p{
  font-size: 48px;
  color: #363334;
  font-weight: bold;
  text-align: center;
}
.ma2_con3 .rq{
  width: 100%;
  margin-top: 48px;
  position: relative;
}
.ma2_con3 .rq .top{
  width: 100%;
  height: 276px;
  border: 1px solid rgb(235,235,235);
  position: relative;
}
.ma2_con3 .rq .top img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.ma2_con3 .rq .swiper-slide:hover .top img{
  transform: translate(-50%,-50%) scale(1.05);
}
.ma2_con3 .rq p{
  font-size: 18px;
  color: #363334;
  text-align: center;
  padding-top: 13px;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  transition: all .5s;
}
.ma2_con3 .rq .swiper-slide:hover p{
  color: #c99f44;
}
.ma2_con3 .swiper-button-next,
.ma2_con3 .swiper-button-prev{
  width: 55px;
  height: 55px;
  background-image: url(../images/img69.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  right: -98px;
}
.ma2_con3 .swiper-button-prev{
  left: -98px;
  transform: translateY(-50%) rotate(180deg);
}
.ma2_con3 .swiper-pagination{
  display: none;
}

@media(max-width:1459px){
  .ma2_con1 {
    padding-top: 70px;
    padding-bottom: 76px;
}
.ma2_con1 .top .lef .p1 {
  font-size: 36px;
}
.ma2_con1 .top .lef .p2 {
  font-size: 16px;
  line-height: 28px;
  padding-top: 28px;
  padding-right: 96px;
}
.ma2_con1 .top .rig .div {
  height: 240px;
  padding: 16px 18px;
}
.ma2_con1 .top .rig .div p {
  font-size: 16px;
  line-height: 30px;
}
.ma2_con1 .bot {
  padding-top: 60px;
}
.ma2_con2 {
  padding-top: 70px;
  padding-bottom: 48px;
}
.ma2_con2 .p {
  font-size: 36px;
}
.ma2_con2 .rq {
  padding-top: 30px;
  padding-bottom: 22px;
}
.ma2_con2 .rq table th {
  font-size: 14px;
  padding: 18px 0;
}
.ma2_con2 .rq table td {
  font-size: 13px;
  padding: 16px 0;
}
.ma2_con2 button {
  font-size: 20px;
}
.ma2_con3 {
  padding-top: 70px;
  padding-bottom: 66px;
}
.ma2_con3 .p {
  font-size: 36px;
}
.ma2_con3 .rq {
  margin-top: 30px;
}
.ma2_con3 .rq p {
  font-size: 16px;
  padding-top: 12px;
}
.ma2_con3 .rq .top {
  height: 230px;
}
.ma2_con3 .swiper-button-next, .ma2_con3 .swiper-button-prev {
  width: 44px;
  height: 44px;
  right: -70px;
}
.ma2_con3 .swiper-button-prev {
  left: -70px;
}

}
@media(max-width:1259px){
  .ma2_con1 .top .rig .div p {
    font-size: 14px;
    line-height: 28px;
}

}
@media(max-width:991px){
  .ma2_con1 .top .lef{
    width: 100%;
  }
  .ma2_con1 {
    padding-top: 50px;
    padding-bottom: 60px;
}
.ma2_con1 .top .lef .p1 {
  font-size: 30px;
}
.ma2_con1 .top .lef .p2 {
  font-size: 15px;
  line-height: 26px;
  padding-top: 20px;
  padding-right: 0;
}
.ma2_con1 .top .rig{
  width: 100%;
  padding-top: 30px;
}
.ma2_con1 .top .rig .div {
  height: 190px;
  padding: 16px 18px;
}
.ma2_con1 .bot {
  padding-top: 30px;
}
.ma2_con2 {
  padding-top: 40px;
  padding-bottom: 48px;
}
.ma2_con2 .p {
  font-size: 30px;
}
.ma2_con2 .rq table th {
  font-size: 14px;
  padding: 10px 0;
}
.ma2_con2 .rq table td {
  font-size: 13px;
  padding: 12px 0;
}
.ma2_con2 .rq{
  overflow-x: auto;
}
.ma2_con2 .rq::-webkit-scrollbar {
  height: 3px;
  background-color: #999;
}
.ma2_con2 .rq::-webkit-scrollbar-thumb {
  background-color: #c99f44
}
.ma2_con2 .rq table{
  width: 750px;
}
.ma2_con2 .rq {
  padding-bottom: 3px;
  margin-bottom: 20px;
}
.ma2_con3 {
  padding-top: 50px;
  padding-bottom: 54px;
}
.ma2_con3 .p {
  font-size: 30px;
}

}
@media(max-width:500px){
  .ny_banner .p span {
    font-size: 38px;
    top: -30px;
}
  .ma2_con1 {
    padding-top: 40px;
    padding-bottom: 50px;
}
.ma2_con1 .top .lef .p1 {
  font-size: 24px;
}
.ma2_con1 .top .lef .p2 {
  font-size: 14px;
  line-height: 26px;
  padding-top: 12px;
}
.ma2_con1 .top .rig {
  padding-top: 24px;
}
.ma2_con1 .top .rig .div{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.ma2_con1 .bot {
  padding-top: 18px;
}
.ma2_con2 .p {
  font-size: 24px;
}
.ma2_con2 .p1{
  color: #c99f44;
  font-size: 14px;
}
.ma2_con2 .rq {
  padding-top: 18px;  padding-bottom: 10px;
  margin-bottom: 6px;
}
.ma2_con2 button {
  width: 140px;
  height: 46px;
  font-size: 16px;
  border: 1px solid #c99f44;
  margin-top: 20px;
}
.ma2_con2 button img {
  width: 15px;
  margin-left: 5px;
}
.ma2_con3 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.ma2_con3 .p {
  font-size: 24px;
}
.ma2_con3 .rq {
  margin-top: 18px;
}
.ma2_con3 .swiper-button-next, .ma2_con3 .swiper-button-prev{
  display: none;
}
.ma2_con3 .rq .top {
  height: 140px;
}
.ma2_con3 .rq p {
  font-size: 14px;
  padding-top: 8px;
}
.ma2_con3 .swiper-container{
  padding-bottom: 40px;
}
.ma2_con3 .swiper-pagination{
  display: block;
}
.ma2_con3 .swiper-pagination-bullet-active{
  background: #c99f44;
}

}







/* 新闻中心 */
.new_con1{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.new_con1 .top{
  width: 100%;
  border: 1px solid rgb(235,235,235);
}
.new_con1 .top .lef{
  width: 65.5%;
  float: left;
  overflow: hidden;
}
.new_con1 .top .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new_con1 .top:hover .lef img{
  transform: scale(1.05);
}
.new_con1 .top .rig{
  width: 34.5%;
  float: left;
  padding: 50px 55px;
}
.new_con1 .top .rig .p1{
  font-family: "din";
  font-size: 24px;
  color: #363334;
}
.new_con1 .top .rig .p1 img{
  width: 22px;
  margin-bottom: 3px;
  margin-right: 5px;
}
.new_con1 .top .rig .p2{
  font-size: 30px;
  color: #363334;
  padding-top: 20px;
}
.new_con1 .top .rig .p3{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  padding-top: 60px;
}
.new_con1 .top .rig button{
  font-size: 16px;
  color: #ffffff;
  width: 120px;
  height: 40px;
  background-image: url(../images/img23b.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 70px;
}
.new_con1 .bot{
  width: 100%;
  padding-top: 52px;
}
.new_con1 .bot .rq{
  width: 100%;
}
.new_con1 .bot .div{
  width: 30.7%;
  margin-right: 3.95%;
  float: left;
}
.new_con1 .bot .div:nth-child(3n){
  margin-right: 0;
}
.new_con1 .bot .div a{
  width: 100%;
  height: auto;
  background: rgb(245,245,245);
  border-top: 5px solid #c99f44;
  padding: 36px 40px;
  padding-top: 70px;
  display: block;
}
.new_con1 .bot .div1{
  width: 100%;
}
.new_con1 .bot .div1 .lef{
  width: 58px;
  float: left;
  padding-right: 12px;
}
.new_con1 .bot .div1 .lef p{
  font-size: 16px;
  color: #b7a172;
  line-height: 30px;
}
.new_con1 .bot .div1 .rig{
  float: left;
  position: relative;
}
.new_con1 .bot .div1 .rig::before{
  content: '';
  width: 2px;
  height: 45px;
  background: rgb(183,161,114);
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.new_con1 .bot .div1 .rig .p1{
  font-size: 16px;
  color: #b7a172;
  line-height: 30px;
}
.new_con1 .bot .div1 .rig .p1 span{
  width: 30px;
  border-radius: 50%;
  text-align: center;
  font-family: "din";
  color: #ffffff;
  background: #c99f44;
  display: inline-block;
  margin-left: 8px;
}
.new_con1 .bot .div .p2{ width: 100%; height: 3em; font-size: 24px; color: #363334; line-height: 1.5; margin-top: 38px;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}
.new_con1 .bot .div2{ width: 100%; padding-top: 60px; }
.new_con1 .bot .div2 .pb { width: 100%; height: 0; padding-bottom: 66.66%; position: relative; overflow: hidden; }
.new_con1 .bot .div2 .pb .ab { width: 100%; height: 100%; position: absolute; left: 0; top: 0; font-size: 0; text-align: center; overflow: hidden; }
.new_con1 .bot .div2 img{
  width: 100%; height: 100%; object-fit: cover;
  vertical-align: middle;
  transition: .5s all;
}
.new_con1 .bot .div:hover .div2 img{
  transform: scale(1.05);
}
.new_con1 .bot .a{
  font-size: 18px;
  color: #ffffff;
  display: block;
  width: 220px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-image: url(../images/img75.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 48px;
}
.new_con1 .bot .a i{
  width: 46px;
  height: 11px;
  background-image: url(../images/img76.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 14px;
}


@media(max-width:1459px){
  .new_con1 {
    padding-top: 76px;
    padding-bottom: 76px;
}
.new_con1 .top .rig {
  padding: 36px 40px;
}
.new_con1 .top .rig .p1 {
  font-size: 18px;
}
.new_con1 .top .rig .p1 img {
  width: 18px;
  margin-bottom: 3px;
  margin-right: 3px;
}
.new_con1 .top .rig .p2 {
  font-size: 22px;
  padding-top: 16px;
}
.new_con1 .top .rig .p3 {
  font-size: 15px;
  line-height: 26px;
  padding-top: 36px;
}
.new_con1 .top .rig button {
  font-size: 14px;
  width: 100px;
  height: 34px;
  margin-top: 46px;
}
.new_con1 .bot {
  padding-top: 40px;
}
.new_con1 .bot .div a {
  padding: 24px 28px;
  padding-top: 36px;
}
.new_con1 .bot .div1 .rig .p1,
.new_con1 .bot .div1 .lef p {
  font-size: 15px;
  line-height: 26px;
}
.new_con1 .bot .div1 .rig .p1 span {
  width: 26px;
  margin-left: 8px;
}
.new_con1 .bot .div1 .lef {
  width: 52px;
  padding-right: 12px;
}
.new_con1 .bot .div1 .rig::before {
  height: 40px;
  left: -11px;
}
.new_con1 .bot .div .p2 {
  font-size: 20px;
  margin-top: 33px;
}
.new_con1 .bot .div2 {
  padding-top: 28px;
}
.new_con1 .bot .a {
  font-size: 16px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  margin-top: 36px;
}
.new_con1 .bot .a i {
  width: 36px;
  height: 10px;
  margin-left: 14px;
}

}
@media(max-width:1259px){
  .new_con1 .top .rig {
    padding: 30px 34px;
}
.new_con1 .top .rig .p3 {
  font-size: 14px;
  line-height: 26px;
  padding-top: 26px;
}
.new_con1 .top .rig button {
  margin-top: 30px;
}
.new_con1 .bot .div a {
  padding: 24px 28px;
  padding-top: 36px;
}
.new_con1 .bot .div .p2 {
  font-size: 18px;
  margin-top: 33px;
}

}
@media(max-width:991px){
  .new_con1 .top .lef{
    width: 100%;
  }
  .new_con1 .top .rig{
    width: 100%;
  }

}
@media(max-width:500px){
  .new_con1 {
    padding-top: 40px;
    padding-bottom: 50px;
}
.new_con1 .top .rig {
  padding: 20px 14px;
}
.new_con1 .top .rig .p1 {
  font-size: 16px;
}
.new_con1 .top .rig .p2 {
  font-size: 20px;
  padding-top: 12px;
}
.new_con1 .top .rig .p3 {
  padding-top: 18px;
}
.new_con1 .top .rig button {
  margin-top: 20px;
}
.new_con1 .bot .div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.new_con1 .bot .div a {
  height: auto;
  padding: 25px 10px;
}
.new_con1 .bot .div1 .rig .p1, .new_con1 .bot .div1 .lef p {
  font-size: 14px;
  line-height: 22px;
}
.new_con1 .bot .div1 .rig .p1 span {
  width: 22px;
}
.new_con1 .bot .div .p2 {
  font-size: 18px;
  margin-top: 22px;
  height: auto;
}
.new_con1 .bot .a {
  font-size: 14px;
  width: 150px;
  height: 42px;
  line-height: 42px;
  margin-top: 22px;
}
.new_con1 .bot .a i {
  width: 32px;
  height: 9px;
  margin-left: 12px;
}
.new_con1 .bot .div2{
  display: none;
}

}



/* 新闻详情 */
.new_dat1 .rig{
  float: left;
}

/* .new_dat2 */
.new_dat2{
  width: 100%;
  padding-top: 52px;
  padding-bottom: 94px;
}
.new_dat2 .lef{
  width: 73.5%;
  float: left;
}
.new_dat2 .lef .top{
  width: 100%;
  padding-bottom: 34px;
  border-bottom: 1px solid rgb(175,173,174);
}
.new_dat2 .lef .top .p1{
  font-size: 36px;
  color: #363334;
  padding-bottom: 24px;
}
.new_dat2 .lef .top .p2{
  font-size: 18px;
  color: #999999;
  font-family: "din";
}
.new_dat2 .lef .top .p2 span{
  display: inline-block;
  padding-right: 34px;
  position: relative;
}
.new_dat2 .lef .top .p2 span:last-child{
  padding-right: 0;
}
.new_dat2 .lef .top .p2 span::before{
  content: '';
  width: 1px;
  height: 18px;
  background: rgb(154,153,153);
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.new_dat2 .lef .top .p2 span:last-child::before{
  display: none;
}
.new_dat2 .lef .top .p2 span img{
  width: 20px;
  margin-bottom: 3px;
}

.new_dat2 .lef .con{
  width: 100%;
  padding-top: 28px;
  padding-bottom: 74px;
  border-bottom: 1px solid rgb(175,173,174);
}
.new_dat2 .lef .con .div{
  width: 100%;
  margin-bottom: 35px;
}
.new_dat2 .lef .con p{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.new_dat2 .lef .con .p1{
  color: #333333;
  font-weight: bold;
}
.new_dat2 .lef .con img{
  max-width: 100% !important;
  height: auto !important;
}

.new_dat2 .lef .bot{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
.new_dat2 .lef .bot a{
  font-size: 16px;
  color: #666666;
}
.new_dat2 .lef .bot a:hover{
  color: #c99f44;
}
.new_dat2 .lef .bot a i{
  width: 26px;
  height: 2px;
  background: rgb(54,51,52);
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 10px;
  transition: all .5s;
}
.new_dat2 .lef .bot a:hover i{
  background: #c99f44;
  width: 46px;
}
.new_dat2 .lef .bot a:last-child i{
  margin-right: 0;
  margin-left: 10px;
}
.new_dat2 .lef .bot a img{
  width: 28px;
  display: inline-block;
}

.new_dat2 .rig{
  width: 26.5%;
  float: left;
  position: sticky;
  top: 30px;
}
.new_dat2 .rig .div{
  float: right;
}
.new_dat2 .rig .div p{
  font-size: 18px;
  color: #999999;
  width: 34px;
  text-align: center;
  padding-left: 3px;
}
.new_dat2 .rig .div1{
  padding-top: 14px;
}
.new_dat2 .rig .div1 a{
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  margin-bottom: 8px;
}
.new_dat2 .rig .div1 a .bj{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s;
}
.new_dat2 .rig .div1 a .ig2{
  opacity: 0;
}
.new_dat2 .rig .div1 a:hover .ig2{
  opacity: 1;
}
.new_dat2 .rig .div1 a .div2{
  width: 60px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .5s;
  z-index: -1;
}
.new_dat2 .rig .div1 a:hover .div2{
  right: 50px;
  opacity: 1;
}
.new_dat2 .rig .div1 a .div2 img{
  width: 100%;
}


/* new_dat3 */
.new_dat3{
  width: 100%;
  background: rgb(249,249,249);
  padding-top: 80px;
  padding-bottom: 90px;
}
.new_dat3 .p{
  font-size: 48px;
  color: #363334;
  font-weight: bold;
  text-align: center;
}
.new_dat3 .rq{
  width: 100%;
  padding-top: 40px;
}
.new_dat3 .rq .div{
  width: 100%;
  height: 505px;
  background: #fff;
  border-top: 5px solid #c99f44;
  padding: 36px 40px;
  padding-top: 70px;
}
.new_dat3 .rq .div1{
  width: 100%;
}
.new_dat3 .rq .div1 .lef {
  width: 58px;
  float: left;
  padding-right: 12px;
}
.new_dat3 .rq .div1 .lef p {
  font-size: 16px;
  color: #b7a172;
  line-height: 30px;
}
.new_dat3 .rq .div1 .rig {
  float: left;
  position: relative;
}
.new_dat3 .rq .div1 .rig::before {
  content: '';
  width: 2px;
  height: 45px;
  background: rgb(183,161,114);
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.new_dat3 .rq .div1 .rig .p1 {
  font-size: 16px;
  color: #b7a172;
  line-height: 30px;
}
.new_dat3 .rq .div1 .rig .p1 span {
  width: 30px;
  border-radius: 50%;
  text-align: center;
  font-family: "din";
  color: #ffffff;
  background: #c99f44;
  display: inline-block;
  margin-left: 8px;
}
.new_dat3 .rq .div .p2 {
  font-size: 24px;
  color: #363334;
  margin-top: 38px;
  height: 62px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new_dat3 .rq .div2 {
  width: 100%;
  padding-top: 60px;
}
.new_dat3 .rq .div2 img {
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new_dat3 .rq .div:hover .div2 img {
  transform: scale(1.05);
}
.new_dat3 .rq .swiper-container{
  padding-bottom: 40px;
}
.new_dat3 .swiper-pagination-bullet-active{
  background:#b7a172;
}

@media(max-width:1459px){
  .new_dat2 {
    padding-top: 40px;
    padding-bottom: 60px;
}
.new_dat2 .lef .top .p1 {
  font-size: 28px;
  padding-bottom: 18px;
}
.new_dat2 .lef .top .p2 {
  font-size: 16px;
}
.new_dat2 .lef .top {
  padding-bottom: 22px;
}
.new_dat2 .lef .con {
  padding-top: 22px;
  padding-bottom: 34px;
}
.new_dat2 .lef .con p {
  font-size: 15px;
  line-height: 28px;
}
.new_dat2 .lef .con .div {
  margin-bottom: 20px;
}
.new_dat2 .lef .bot a {
  font-size: 14px;
}
.new_dat2 .lef .bot a i {
  width: 20px;
}
.new_dat2 .lef .bot a:hover i {
  width: 30px;
}
.new_dat3 {
  padding-top: 60px;
  padding-bottom: 70px;
}
.new_dat3 .p {
  font-size: 36px;
}
.new_dat3 .rq {
  padding-top: 32px;
}
.new_dat3 .rq .div {
  height: 384px;
  padding: 24px 28px;
  padding-top: 36px;
}
.new_dat3 .rq .div1 .lef {
  width: 52px;
  padding-right: 12px;
}
.new_dat3 .rq .div1 .rig .p1, 
.new_dat3 .rq .div1 .lef p {
  font-size: 15px;
  line-height: 26px;
}
.new_dat3 .rq .div1 .rig .p1 span {
  width: 26px;
  margin-left: 8px;
}
.new_dat3 .rq .div .p2 {
  font-size: 20px;
  margin-top: 33px;
  height: 52px;
}
.new_dat3 .rq .div2 {
  padding-top: 28px;
}

}
@media(max-width:1259px){
  .new_dat3 .p {
    font-size: 30px;
}
.new_dat3 .rq .div {
  height: 354px;
  padding: 24px 28px;
  padding-top: 36px;
}
.new_dat3 .rq .div .p2 {
  font-size: 18px;
}

}
@media(max-width:991px){
  .new_dat3 .rq .div .p2 {
    margin-top: 18px;
}
.new_dat3 .rq .div2 {
  padding-top: 18px;
}
.new_dat3 .rq .div {
  height: 288px;
  padding: 20px 20px;
  padding-top: 20px;
}
.new_dat2 .lef{
  width: 100%;
}
.new_dat2 .rig{
  display: none;
}

}
@media(max-width:500px){
  .new_dat2 .lef .top .p1 {
    font-size: 20px;
    padding-bottom: 14px;
}
.new_dat2 .lef .top .p2 {
  font-size: 14px;
}
.new_dat2 .lef .top .p2 span {
  padding-right: 24px;
}
.new_dat2 .lef .top .p2 span::before {
  height: 12px;
  right: 10px;
}
.new_dat2 .lef .top {
  padding-bottom: 12px;
}
.new_dat2 .lef .con p {
  font-size: 14px;
  line-height: 26px;
}
.new_dat2 .lef .bot a img {
  width: 24px;
}
.new_dat3 {
  padding-top: 40px;
  padding-bottom: 30px;
}
.new_dat3 .p {
  font-size: 24px;
}
.new_dat3 .rq .div1 .rig .p1, .new_dat3 .rq .div1 .lef p {
  font-size: 14px;
  line-height: 22px;
}
.new_dat3 .rq .div1 .rig .p1 span {
  width: 22px;
}
.new_dat3 .rq {
  padding-top: 24px;
}
.new_dat3 .rq .div .p2 {
  font-size: 16px;
}
}



/* 核心技术 */
/* cor_con1 */
.cor_con1{
  width: 100%;
  padding-top: 94px;
  padding-bottom: 105px;
}
.cop1{
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.cop2{
  font-size: 18px;
  color: #999999;
  text-align: center;
  padding-top: 16px;
}
.cor_con1 .div{
  width: 429px;
  margin: 0 auto;
  position: relative;
  margin-top: 115px;
}
.cor_con1 .div img{
  width: 100%;
  vertical-align: middle;
}
.cor_con1 .div p{
  font-size: 24px;
  color: #c99f44;
}
.cor_con1 .div .p1{
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.cor_con1 .div .p2{
  width: 100px;
  position: absolute;
  top: 60%;
  left: -16%;
  transform: translate(-50%,-50%);
}
.cor_con1 .div .p3{
  width: 100px;
  position: absolute;
  top: 60%;
  left: 115%;
  transform: translate(-50%,-50%);
}

/* .cor_con2 */
.cor_con2{
  width: 100%;
  height: 800px;
  background-image: url(../images/img90.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 115px;
  position: relative;
}
.cor_con2 .cop1{
  color: #fff;
}
.cor_con2 .cop2{
  color: #fff;
  opacity: 0.86;
}
.cor_con2 .rq{
  width: 923px;
  position: absolute;
  left: 50%;
  bottom: -60%;
  transform: translateX(-50%);
}
.cor_con2 .rq img{
  width: 100%;
}
.cor_con2 .rq .div{
  width: 8px;
  height: 8px;
  background: rgb(255,241,0);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.cor_con2 .rq .div p{
  width: 370px;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
}
.cor_con2 .rq .div::after,
.cor_con2 .rq .div::before{
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgb(255,241,0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: wlf 3s linear infinite;
  opacity: 0.9;
}
.cor_con2 .rq .div::after{
  animation: wlf 3s linear infinite 1.5s;
}

@keyframes wlf{
  0%{
    transform: translate(-50%,-50%) scale(0);
  }
  50%{
    transform: translate(-50%,-50%) scale(1);
  }
  90%{
    transform: translate(-50%,-50%) scale(3);
  }
  100%{
    transform: translate(-50%,-50%) scale(4);
    opacity: 0;
  }
}
.cor_con2 .rq .div.div1{
  top: 0%;
  /* left: 10%; */
}
.cor_con2 .rq .div.div1 p{
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  text-align: center;
}
.cor_con2 .rq .div.div2{
  top: 20%;
  left: 10%;
}
.cor_con2 .rq .div.div2 p{
  left: -166px;
  top: -8px;
}
.cor_con2 .rq .div.div3{
  top: 34%;
  left: 19.7%;
}
.cor_con2 .rq .div.div3 p{
  left: 245%;
}
.cor_con2 .rq .div.div4{
  top: 15%;
  left: 26%;
}
.cor_con2 .rq .div.div5{
  top: 19%;
  left: 89%;
}


/* cor_con3 */
.cor_con3{
  width: 100%;
  padding-top: 180px;
  padding-bottom: 210px;
}
.cor_con3 .rq{
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
}
.cor_con3 .rq .lef{
  width: 52.5%;
  padding-right: 148px;
}
.cor_con3 .rq .lef .p1{
  font-size: 36px;
  color: #333333;
}
.cor_con3 .rq .lef .p2{
  font-size: 18px;
  color: #999999;
  line-height: 34px;
  padding-top: 42px;
}
.cor_con3 .rq .rig{
  width: 47.5%;
  position: relative;
}
.cor_con3 .rq .rig::before{
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(238,238,238);
  position: absolute;
  top: 50px;
  left: -50px;
  z-index: -1;
}
.cor_con3 .rq .rig img{
  width: 100%;
  vertical-align: middle;
}

@media(max-width:1459px){
  .cor_con1 {
    padding-top: 70px;
    padding-bottom: 76px;
}
.cop1 {
  font-size: 30px;
}
.cop2 {
  font-size: 16px;
  padding-top: 12px;
}
.cor_con1 .div {
  width: 326px;
  margin-top: 84px;
}
.cor_con1 .div p {
  font-size: 18px;
}
.cor_con1 .div .p1 {
  top: -30px;
}
.cor_con1 .div .p2 {
  width: 80px;
  left: -12%;
}
.cor_con1 .div .p3 {
  width: 80px;
}
.cor_con2 {
  height: 600px;
  padding-top: 78px;
}
.cor_con2 .rq {
  width: 700px;
}
.cor_con2 .rq .div p {
  font-size: 18px;
}
.cor_con2 .rq .div.div2 p {
  left: -122px;
}
.cor_con3 {
  padding-top: 120px;
  padding-bottom: 140px;
}
.cor_con3 .rq .lef {
  padding-right: 90px;
}
.cor_con3 .rq .lef .p1 {
  font-size: 28px;
}
.cor_con3 .rq .lef .p2 {
  font-size: 16px;
  line-height: 30px;
  padding-top: 24px;
}
.cor_con3 .rq .rig::before {
  top: 35px;
  left: -35px;
}

}
@media(max-width:991px){
  .cor_con1 {
    padding-top: 50px;
    padding-bottom: 58px;
}
.cor_con1 .div {
  width: 280px;
  margin-top: 66px;
}
.cor_con1 .div p {
  font-size: 16px;
}
.cor_con1 .div .p3 {
  left: 118%;
}
.cor_con2 .rq {
  width: 566px;
}
.cor_con2 {
  height: 490px;
  padding-top: 40px;
}
.cor_con2 .rq .div p {
  font-size: 16px;
}
.cor_con3 {
  padding-top: 60px;
  padding-bottom: 76px;
}
.cor_con3 .rq .lef .p1 {
  font-size: 26px;
}

}
@media(max-width:500px){
  .cor_con1 {
    padding-top: 40px;
    padding-bottom: 44px;
}
.cop1 {
  font-size: 24px;
}
.cop2 {
  font-size: 14px;
  padding-top: 8px;
}
  .cor_con1 .div {
    width: 175px;
    margin-top: 66px;
}
.cor_con1 .div p {
  font-size: 14px;
}
.cor_con1 .div .p3 {
  left: 127%;
}
.cor_con2 {
  height: 370px;
}
.cor_con2 .rq {
  bottom: -50%;
  width: 330px;
}
.cor_con2 .rq .div p {
  font-size: 14px;
  width: 220px;
}
.cor_con2 .rq .div.div1 p {
  top: -32px;
}
.cor_con2 .rq .div.div2 p {
  left: 20px;
  top: 2px;
}
.cor_con3 .rq .lef{
  width: 100%;
  padding-right: 0;
  padding-top: 20px;
}
.cor_con3 .rq .rig{
  width: 100%;
}
.cor_con3 .rq .rig::before{
  display: none;
}
.cor_con3 .rq .lef .p1 {
  font-size: 22px;
}
.cor_con3 .rq .lef .p2 {
  font-size: 14px;
  line-height: 26px;
  padding-top: 10px;
}
.cor_con3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

}








/* 解决方案 */
.slo_con1{
  width: 100%;
  padding-top: 16px;
  padding-bottom: 60px;
}
.slo_con1 .div{
  width: 100%;
  padding: 63px 0;
  border-bottom: 1px solid rgb(229,229,229);
}
.slo_con1 .div:last-child{
  border-bottom: none;
}
.slo_con1 .div a{
  display: flex;
  flex-wrap: wrap;
}
.slo_con1 .div .lef{
  width: 44%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(229,229,229);
}
.slo_con1 .div .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.slo_con1 .div:hover .lef img{
  transform: scale(1.05);
}
.slo_con1 .div .lef button{
  font-size: 18px;
  color: #ffffff;
  width: 124px;
  height: 54px;
  background-image: url(../images/img99.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s;
}
.slo_con1 .div:hover .lef button{
  background-image: url(../images/img101.png);
}
.slo_con1 .div .rig{
  width: 56%;
  padding-left: 66px;
  padding-top: 34px;
  padding-bottom: 64px;
  position: relative;
}
.slo_con1 .div .rig .p1{
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 30px;
  transition: all .5s;
}
.slo_con1 .div:hover .p1{
  color: #c99f44;
}
.slo_con1 .div .rig .p2{
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
}
.slo_con1 .div .rig .p3{
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}
.slo_con1 .div .rig .p2::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(201,159,68);
  position: absolute;
  left: 0;
  top: 12px;
}
.slo_con1 .div .rig button{
  font-size: 16px;
  color: #c99f44;
  width: 120px;
  height: 40px;
  background-image: url(../images/img23.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 66px;
  bottom: 28px;
  transition: all .5s;
}
.slo_con1 .div:hover .rig button{
  background-image: url(../images/img23b.png);
  color: #fff;
}

@media(max-width:1459px){
  .slo_con1 .div {
    width: 100%;
    padding: 44px 0;
}
.slo_con1 .div .lef button {
  font-size: 14px;
  width: 95px;
  height: 42px;
}
.slo_con1 .div .rig {
  padding-left: 50px;
  padding-top: 14px;
  padding-bottom: 50px;
}
.slo_con1 .div .rig .p1 {
  font-size: 24px;
  padding-bottom: 22px;
}
.slo_con1 .div .rig button {
  font-size: 14px;
  width: 100px;
  height: 34px;
  left: 50px;
  bottom: 15px;
}


}
@media(max-width:1259px){
  .slo_con1 .div .rig .p1 {
    font-size: 22px;
    padding-bottom: 10px;
}
.slo_con1 .div .rig .p2 {
  font-size: 14px;
  line-height: 26px;
  padding-left: 13px;
}
.slo_con1 .div .rig .p2::before {
  width: 5px;
  height: 5px;
  top: 9px;
}
.slo_con1 .div .rig .p3 {
  font-size: 14px;
  line-height: 26px;
}

}
@media(max-width:768px){
  .slo_con1 .div .lef{
    width: 100%;
  }
  .slo_con1 .div .rig{
    width: 100%;
    padding-left: 0;
  }
  .slo_con1 .div .rig button{
    left: 0;
    bottom: 0px;
  }
  .slo_con1 .div {
    padding: 24px 0;
}
.slo_con1 {
  padding-top: 16px;
  padding-bottom: 34px;
}

}
@media(max-width:500px){
  .slo_con1 .div .rig .p1 {
    font-size: 18px;
    padding-bottom: 6px;
}
.slo_con1 .div .rig .p2 {
  font-size: 13px;
  line-height: 24px;
  padding-left: 13px;
}
.slo_con1 .div .rig .p3 {
  font-size: 13px;
  line-height: 24px;
}

}




/* 解决方案详情 */
.sol_dat1{
  width: 100%;
  padding-top: 60px;
  padding-bottom: 120px;
}
.sol_dat1 .rq{
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sol_dat1 .rq .lef{
  width: 49%;
  height: 445px;
  position: relative;
  border: 2px solid rgb(235,235,235);
}
.sol_dat1 .rq .lef img{
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sol_dat1 .rq .rig{
  width: 51%;
  padding-left: 110px;
}
.sol_dat1 .rq .rig .p1{
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
.sol_dat1 .rq .rig .p3,
.sol_dat1 .rq .rig .p2{
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}
.sol_dat1 .rq .rig .div{
  padding-top: 30px;
  padding-bottom: 52px;
}
.sol_dat1 .rq .rig a{
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-image: url(../images/img23b.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #ffffff;
  display: block;
}


/* sol_dat2 */
.sol_dat2{
  width: 100%;
  padding-top: 70px;
  position: relative;
}
.sol_dat2::before{
  content: '';
  width: 100%;
  height: 600px;
  background: rgb(243,243,243);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.so_p{
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.sol_dat2 .p{
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  text-align: center;
  padding-top: 18px;
}
.sol_dat2 .div{
  width: 100%;
  padding-top: 42px;
}
.sol_dat2 .div img{
  width: 100%;
  vertical-align: middle;
}


/* sol_dat3 */
.sol_dat3{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 106px;
}
.sol_dat3 .rq{
  width: 100%;
  padding: 0 75px;
  padding-top: 54px;
}
.sol_dat3 .rq .div{
  width: 28%;
  height: 346px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding: 42px 15px;
  margin-right: 8%;
  float: left;
}
.sol_dat3 .rq .div:nth-child(3){
  margin-right: 0;
}
.sol_dat3 .rq .div .div1{
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: #c99f44;
  margin: 0 auto;
  position: relative;
  margin-bottom: 35px;
  transition: all .5s;
}
.sol_dat3 .rq .div:hover .div1{
  transform: translateY(-10px);
}
.sol_dat3 .rq .div .div1 img{
  max-width: 75%;
  max-height: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.sol_dat3 .rq .div:hover .div1 img{
  transform: translate(-50%,-50%) scale(1.05);
}
.sol_dat3 .rq .div .p1{
  font-size: 18px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.sol_dat3 .rq .div .p2{
  font-size: 16px;
  color: #999999;
  text-align: center;
  margin-top: 8px;
}

@media(max-width:1459px){
  .sol_dat1 {
    padding-top: 45px;
    padding-bottom: 80px;
}
.sol_dat1 .rq .lef {
  height: 340px;
}
.sol_dat1 .rq .rig {
  padding-left: 70px;
}
.sol_dat1 .rq .rig .p1 {
  font-size: 26px;
}
.sol_dat1 .rq .rig .p3,
.sol_dat1 .rq .rig .p2 {
  font-size: 15px;
  line-height: 30px;
}
.sol_dat1 .rq .rig .div{
  padding-top: 18px;
  padding-bottom: 32px;
}
.sol_dat2 {
  padding-top: 60px;
}
.sol_dat2::before {
  height: 440px;
}
.sol_dat3 {
  padding-top: 60px;
  padding-bottom: 80px;
}
.so_p {
  font-size: 26px;
}
.sol_dat2 .p {
  font-size: 15px;
  line-height: 28px;
  padding-top: 12px;
}
.sol_dat2 .div {
  padding-top: 32px;
}
.sol_dat3 .rq {
  padding: 0 56px;
  padding-top: 40px;
}

}
@media(max-width:991px){
  .sol_dat1 .rq .rig {
    padding-left: 36px;
}
.sol_dat2::before {
  height: 275px;
}
.sol_dat3 .rq {
  padding: 0 0px;
  padding-top: 30px;
}
.sol_dat3 .rq .div {
  height: 260px;
  padding: 24px 12px;
  overflow: hidden;
}
.sol_dat3 .rq .div .div1 {
  width: 95px;
  height: 95px;
  margin-bottom: 35px;
}
.sol_dat3 .rq .div .div1 img {
  max-width: 50%;
  max-height: 50%;
}

}
@media(max-width:500px){
  .sol_dat1 {
    padding-top: 40px;
    padding-bottom: 44px;
}
.sol_dat1 .rq .lef{
  width: 100%;
}
.sol_dat1 .rq .lef {
  height: 230px;
}
.sol_dat1 .rq .rig{
  width: 100%;
  padding-left: 0;
  padding-top: 15px;
}
.sol_dat1 .rq .rig .p1 {
  font-size: 22px;
}
.sol_dat1 .rq .rig .p3,
.sol_dat1 .rq .rig .p2 {
  font-size: 14px;
  line-height: 26px;
}
.sol_dat1 .rq .rig .div{
  padding-top: 10px;
  padding-bottom: 18px;
}
.sol_dat1 .rq .rig a {
  width: 100px;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}
.sol_dat2 {
  padding-top: 40px;
}
.so_p {
  font-size: 24px;
}
.sol_dat2 .p {
  font-size: 14px;
  line-height: 26px;
  padding-top: 10px;
}
.sol_dat2 .div {
  padding-top: 18px;
}
.sol_dat3 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.sol_dat3 .rq .div{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-left: 116px;
  position: relative;
}
.sol_dat3 .rq .div .div1 {
  width: 70px;
  height: 70px;
  margin-bottom: 0px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.sol_dat3 .rq .div .p1,
.sol_dat3 .rq .div .p2{
  text-align: left;
}
}



/* 研发团队 */
.res_con1{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
}
.res_con1 .div{
  width: 100%;
  padding-top: 66px;
  padding-bottom: 126px;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  border-bottom: 1px solid rgb(241,241,241);
}
.res_con1 .div:last-child{
  border-bottom: none;
}
.res_con1 .div:nth-child(2n){
  flex-wrap: wrap;
}
.res_con1 .div .lef{
  width: 52.5%;
  padding-right: 146px;
}
.res_con1 .div:nth-child(2n) .lef{
  padding-right: 0;
  padding-left: 116px;
}
.res_con1 .div .lef .p1{
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 16px;
  position: relative;
}
.res_con1 .div .lef .p1::before{
  content: '';
  width: 34px;
  height: 3px;
  background: #c99f44;
  position: absolute;
  left: 0;
  bottom: 0;
}
.res_con1 .div .lef .p2{
  font-size: 18px;
  color: #999999;
  line-height: 34px;
  padding-top: 34px;
}
.res_con1 .div .rig{
  width: 47.5%;
  float: left;
  position: relative;
}
.res_con1 .div .rig::before{
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(246,246,246);
  position: absolute;
  top: 50px;
  left: -44px;
  z-index: -1;
}
.res_con1 .div .rig img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
@media(max-width:1459px){
  .res_con1 .div {
    padding-top: 50px;
    padding-bottom: 90px;
}
.res_con1 .div .lef {
  padding-right: 100px;
}
.res_con1 .div:nth-child(2n) .lef {
  padding-left: 86px;
}
.res_con1 .div .lef .p1 {
  font-size: 28px;
  padding-bottom: 16px;
}
.res_con1 .div .lef .p2 {
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.res_con1 .div .rig::before {
  top: 36px;
  left: -34px;
}


}
@media(max-width:768px){
  .res_con1 .div .lef{
    width: 100%;
    padding-right: 0;
    padding-top: 10px;
  }
  .res_con1 .div:nth-child(2n) .lef {
    padding-left: 0px;
}
  .res_con1 .div .rig{
    width: 100%;
  }
  .res_con1 .div .rig::before{
    display: none;
  }
  .res_con1 .div {
    padding-top: 30px;
    padding-bottom: 38px;
}

}
@media(max-width:500px){
  .res_con1 .div {
    padding-top: 20px;
    padding-bottom: 26px;
}
.res_con1 .div .lef .p1 {
  font-size: 22px;
  padding-bottom: 12px;
}
.res_con1 .div .lef .p2 {
  font-size: 14px;
  line-height: 26px;
  padding-top: 14px;
}
.res_con1 {
  padding-top: 20px;
  padding-bottom: 26px;
}

}



/* 业务领域 */
.bus_con1{
  width: 100%;
  padding-top: 76px;
  padding-bottom: 80px;
}
.bus_con1 .div{
  width: 48.6%;
  margin-right: 2.8%;
  float: left;
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.bus_con1 .div:nth-child(2n){
  margin-right: 0;
}
.bus_con1 .div .top{
  width: 100%;
  overflow: hidden;
}
.bus_con1 .div .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.bus_con1 .div:hover .top img{
  transform: scale(1.05);
}
.bus_con1 .div .bot{
  width: 100%;
  height: 154px;
  position: relative;
  padding: 0 26px;
  padding-top: 30px;
}
.bus_con1 .div .bot::before{
  content: '';
  width: 0%;
  height: 2px;
  background: #c99f44;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s;
}
.bus_con1 .div:hover .bot::before{
  width: 100%;
}
.bus_con1 .div .bot .p1{
  font-size: 24px;
  color: #333333;
  transition: all .5s;
}
.bus_con1 .div:hover .bot .p1{
  color: #c99f44;
}
.bus_con1 .div .bot .p2{
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  margin-top: 12px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media(max-width:1459px){
  .bus_con1 {
    padding-top: 58px;
    padding-bottom: 54px;
}
.bus_con1 .div .bot {
  height: 132px;
  padding: 0px 20px;
  padding-top: 22px;
}
.bus_con1 .div .bot .p1 {
  font-size: 22px;
}
.bus_con1 .div .bot .p2 {
  font-size: 15px;
  line-height: 26px;
  margin-top: 8px;
}
.bus_con1 .div {
  margin-bottom: 34px;
}


}
@media(max-width:500px){
  .bus_con1 {
    padding-top: 40px;
    padding-bottom: 30px;
}
.bus_con1 .div{
  width: 100%;
  margin-bottom: 15px;
}
.bus_con1 .div .bot {
  height: auto;
  padding: 20px 15px;
}
.bus_con1 .div .bot .p1 {
  font-size: 20px;
}
.bus_con1 .div .bot .p2 {
  font-size: 14px;
  margin-top: 8px;
}

}


/* .业务领域详情 */
.new_dat2.bus_dat1 .lef{
  width: 100% !important;
}
.new_dat3.bus_dat2 .rq .div .p2{
  margin-top: 0 !important;
}
.new_dat3.bus_dat2 .rq .div{
  height: auto !important;
}

/* 联系我们 */
.con_con1{
  width: 100%;
  padding-top: 126px;
  padding-bottom: 90px;
  background: rgb(247,247,247);
}
.con_con1 .div{
  width: 32.2%;
  height: 245px;
  float: left;
  margin-right: 1.7%;
  background: #fff;
  padding: 15px;
  padding-top: 80px;
  position: relative;
}
.con_con1 .div:nth-child(3){
  margin-right: 0;
}
.con_con1 .div .p{
  font-size: 14px;
  color: #999999;
  width: 100%;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}
.con_con1 .div1{
  width: 100%;
}
.con_con1 .div1 .lef{
  width: 31%;
  float: left;
}
.con_con1 .div1 .lef img{
  width: 89px;
  display: block;
  margin: 0 auto;
}
.con_con1 .div1 .rig{
  width: 69%;
  float: left;
}
.con_con1 .div1 .p1{
  font-size: 18px;
  color: #999999;
}
.con_con1 .div1 .p2{
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  padding-top: 10px;
}
.con_con1 .div1 .p3{
  font-size: 24px;
  color: #333333;
  font-family: "din";
  line-height: 30px;
  padding-top: 10px;
}

/* con_con2 */
.con_con2{
  width: 100%;
  display: flex;
}
.con_con2 .lef{
  width: 50%;
  /*float: left;*/
}
.con_con2 .lef img{
  width: 100%;
  vertical-align: middle;
}
.con_con2 .rig{
  width: 50%;
  /*float: left;*/
}
.con_con2 .rig img{
  width: 100%;
  vertical-align: middle;
}

/* con_con3 */
.con_con3{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}
.con_con3 .p{
  font-size: 36px;
  color: #333333;
  text-align: center;
  position: relative;
  padding-bottom: 12px;
}
.con_con3 .p::before{
  content: '';
  width: 40px;
  height: 3px;
  background: #c99f44;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.con_con3 .rq{
  width: 100%;
  padding-top: 48px;
}
.con_con3 .rq .div{
  width: 100%;
}
.con_con3 .rq .div input{
  font-size: 14px;
  color: #999999;
  width: 32%;
  height: 50px;
  border: 1px solid rgb(238,238,238);
  padding-left: 18px;
  float: left;
  margin-right: 2%;
  margin-bottom: 34px;
}
.con_con3 .rq .div input:nth-child(3){
  margin-right: 0;
}
.con_con3 .rq textarea{
  width: 100%;
  height: 316px;
  font-size: 14px;
  color: #999999;
  border: 1px solid rgb(238,238,238);
  padding: 18px;
  margin-bottom: 28px;
}
.con_con3 .rq .div1{
  width: 100%;
  height: 50px;
}
.con_con3 .rq .div1 .lef{
  width: 185px;
  height: 100%;
  float: left;
  border: 1px solid rgb(238,238,238);
}
.con_con3 .rq .div1 .lef input{
  width: 85px;
  height: 100%;
  font-size: 14px;
  color: #999999;
  float: left;
  padding: 0 5px;
}
.con_con3 .rq .div1 .lef .div2{
  width: 98px;
  height: 100%;
  float: left;
  position: relative;
}
.con_con3 .rq .div1 .lef .div2::before{
  content: '';
  width: 1px;
  height: 35px;
  background: rgb(229,233,237);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.con_con3 .rq .div1 .lef .div2 img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.con_con3 .rq .div1 button{
  width: 120px;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  background: #c99f44;
  float: left;
  margin-left: 12px;
}

@media(max-width:1459px){
  .con_con1 {
    padding-top: 90px;
    padding-bottom: 66px;
}
.con_con1 .div {
  height: 186px;
  padding: 15px;
  padding-top: 58px;
}
.con_con1 .div1 .lef img {
  width: 68px;
}
.con_con1 .div1 .p1 {
  font-size: 16px;
}
.con_con1 .div1 .p2 {
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
}
.con_con1 .div1 .p3 {
  font-size: 20px;
  line-height: 30px;
  padding-top: 10px;
}
.con_con3 {
  padding-top: 60px;
  padding-bottom: 74px;
}
.con_con3 .p {
  font-size: 30px;
  padding-bottom: 10px;
}
.con_con3 .rq {
  padding-top: 36px;
}
.con_con3 .rq .div input {
  margin-bottom: 20px;
}
.con_con3 .rq textarea {
  height: 200px;
  margin-bottom: 20px;
}

}
@media(max-width:991px){
  .con_con1 .div{
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

}
@media(max-width:500px){
  .con_con1 {
    padding-top: 40px;
    padding-bottom: 34px;
}
.con_con1 .div {
  height: auto;
  padding:30px 15px;
}
.con_con2 .lef{
  width: 100%;
  display: none;
}
.con_con2 .rig{
  width: 100%;
  height: 275px;
}
.con_con3 {
  padding-top: 40px;
  padding-bottom: 54px;
}
.con_con3 .p {
  font-size: 24px;
  padding-bottom: 10px;
}
.con_con3 .rq .div input{
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.con_con3 .rq textarea {
  height: 150px;
  margin-bottom: 10px;
}

}




/* 人才理念 */
.tal_con1{
  width: 100%;
}
.tal_con1 .rq{
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}
.tal_con1 .rq:nth-child(2n){
  background: rgb(245,245,245);
}
.tal_con1 .rq .div{
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.tal_con1 .rq:nth-child(2n) .div{
  flex-wrap: wrap;
}
.tal_con1 .rq .div .lef{
  width: 50%;
  padding-right: 156px;
}
.tal_con1 .rq:nth-child(2n) .div .lef{
  padding-right: 0;
  padding-left: 156px;
}
.tal_con1 .rq .div .lef .p1{
  font-size: 36px;
  color: #333333;
}
.tal_con1 .rq .div .lef .p2{
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  margin-top: 14px;
}
.tal_con1 .rq .div .rig{
  width: 50%;
}
.tal_con1 .rq .div .rig img{
  max-width: 85%;
  float: right;
}
.tal_con1 .rq:nth-child(2n) .div .rig img{
  float: left;
}

@media(max-width:1459px){
  .tal_con1 .rq {
    padding-top: 82px;
    padding-bottom: 82px;
}
.tal_con1 .rq .div .lef {
  padding-right: 110px;
}
.tal_con1 .rq:nth-child(2n) .div .lef {
  padding-right: 0;
  padding-left: 110px;
}
.tal_con1 .rq .div .lef .p1 {
  font-size: 30px;
}



}
@media(max-width:991px){
  .tal_con1 .rq {
    padding-top: 60px;
    padding-bottom: 60px;
}
.tal_con1 .rq .div .lef {
  padding-right: 36px;
}
.tal_con1 .rq:nth-child(2n) .div .lef {
  padding-right: 0;
  padding-left: 36px;
}
.tal_con1 .rq .div .lef .p2 {
  font-size: 15px;
  line-height: 26px;
  margin-top: 10px;
}

}
@media(max-width:500px){
  .tal_con1 .rq {
    padding-top: 40px;
    padding-bottom: 50px;
}
.tal_con1 .rq .div .lef{
  width: 100%;
  padding-right: 0;
  padding-top: 20px;
}
.tal_con1 .rq:nth-child(2n) .div .lef {
  padding-right: 0;
  padding-left: 0px;
}
.tal_con1 .rq .div .rig{
  width: 100%;
}
.tal_con1 .rq:nth-child(2n) .div .rig img,
.tal_con1 .rq .div .rig img{
  max-width: 82%;
  display: block;
  margin: 0 auto;
  float: none;
}
.tal_con1 .rq .div .lef .p1 {
  font-size: 22px;
}
.tal_con1 .rq .div .lef .p2 {
  font-size: 14px;
}

}





/* 用人理念 */
.ide_con1{
  width: 100%;
  padding-top: 86px;
  padding-bottom: 115px;
}
.ide_con1 .top{
  width: 100%;
  padding-bottom: 80px;
  position: relative;
}
.ide_con1 .top::before{
  content: '';
  width: 100%;
  height: 390px;
  background: rgb(245,245,245);
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: -1;
}
.ide_con1 .top .rq{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ide_con1 .top .lef{
  width: 48.7%;
}
.ide_con1 .top .lef img{
  width: 100%;
  vertical-align: middle;
}
.ide_con1 .top .rig{
  width: 51.3%;
  padding: 0 68px;
  padding-top: 68px;
}
.ide_con1 .top .rig .p1{
  font-size: 36px;
  color: #333333;
}
.ide_con1 .top .rig .p2{
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  padding-top: 18px;
}

.ide_con1 .bot{
  width: 100%;
}
.ide_con1 .bot .rq1{
  display: none;
}
.ide_con1 .bot .div{
  width: 32.2%;
  margin-right: 1.7%;
  float: left;
  overflow: hidden;
}
.ide_con1 .bot .div:nth-child(3n){
  margin-right: 0;
}
.ide_con1 .bot .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.ide_con1 .bot .div:hover img{
  transform: scale(1.05);
}


@media(max-width:1459px){
  .ide_con1 {
    padding-top: 70px;
    padding-bottom: 80px;
}
.ide_con1 .top::before {
  height: 300px;
}
.ide_con1 .top {
  padding-bottom: 60px;
}
.ide_con1 .top .rig {
  padding: 0 50px;
  padding-top: 50px;
}
.ide_con1 .top .rig .p1 {
  font-size: 30px;
}
.ide_con1 .top .rig .p2 {
  font-size: 15px;
  line-height: 28px;
  padding-top: 14px;
}

}
@media(max-width:1259px){
  .ide_con1 .top::before {
    height: 278px;
}
}
@media(max-width:991px){
  .ide_con1 .top .rig {
    padding: 0;
    padding-left: 20px;
}
.ide_con1 .top::before{
  display: none;
}
.ide_con1 .top .rig .p1 {
  font-size: 26px;
}
.ide_con1 .top .rig .p2 {
  font-size: 14px;
  line-height: 26px;
  padding-top: 8px;
}
.ide_con1 .top {
  padding-bottom: 20px;
}

}
@media(max-width:500px){
  .ide_con1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ide_con1 .top .lef{
  width: 100%;
}
.ide_con1 .top .rig{
  width: 100%;
  padding-left: 0;
  padding-top: 15px;
}
.ide_con1 .top .rig .p1 {
  font-size: 24px;
}
.ide_con1 .bot .div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  display: none;
}
.ide_con1 .bot .rq1{
  display: block;
}
.ide_con1 .bot .rq1 .div{
  display: block;
}
.ide_con1 .swiper-container{
  padding-bottom: 30px;
}
.ide_con1 .swiper-pagination-bullet-active{
  background: #c99f44;
}

}





/* 人才招聘 */
/* jo_con1 */
.jo_con1{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background: rgb(247,247,247);
}
.jo_con1 .top{
  width: 100%;
  padding: 42px 38px;
  background: #fff;
}
.jo_con1 .top .div{
  width: 100%;
  margin-bottom: 22px;
  padding-left: 100px;
  position: relative;
}
.jo_con1 .top .div:last-child{
  margin-bottom: 0;
}
.jo_con1 .top .div p{
  font-size: 18px;
  color: #333333;
  position: absolute;
  left: 0;
  top: 0;
}
.jo_con1 .top .div1{
  width: 100%;
}
.jo_con1 .top .div span{
  float: left;
  font-size: 18px;
  color: #999999;
  margin-right: 18px;
  cursor: pointer;
  padding-bottom: 2px;
  transition: all .5s;
  border-bottom: 1px solid #fff;
}
.jo_con1 .top .div span.on{
  color: #c99f44;
  border-bottom: 1px solid #c99f44;
}
.jo_con1 .top .div span:hover{
  color: #c99f44;
}
.jo_con1 .bot{
  width: 100%;
  padding-top: 40px;
}
.jo_con1 .bot .rq{
  width: 100%;
  margin-bottom: 18px;
}
.jo_con1 .bot .rq .div1{
  width: 100%;
  height: 80px;
  line-height: 80px;
  padding-left: 30px;;
  padding-right: 68px;
  background: #fff;
  position: relative;
  transition: all .5s;
  cursor: pointer;
}
.jo_con1 .bot .rq.on .div1{
  background: #c99f44;
}
.jo_con1 .bot .rq .div1 p{
  float: left;
  font-size: 18px;
  color: #333333;
  transition: all .5s;
}
.jo_con1 .bot .rq.on .div1 p{
  color:#fff;
}
.jo_con1 .bot .rq .div1 .p1{
  width: 30%;
}
.jo_con1 .bot .rq .div1 .p2{
  width: 23.333333333%;
}
.jo_con1 .bot .rq .div1 i{
  width: 32px;
  height: 32px;
  background-image: url(../images/img129.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.jo_con1 .bot .rq.on .div1 i{
  background-image: url(../images/img130.png);
}
.jo_con1 .bot .rq .div2{
  width: 100%;
  max-height: 0;
  height: auto;
  opacity: 0;
  overflow: hidden;
  transition: all .5s;
  background: #fff;
}
.jo_con1 .bot .rq.on .div2{
  max-height: 800px;
  opacity: 1;
}
.jo_con1 .bot .rq .div2 .div{
  width: 100%;
  padding: 40px 30px;
}
.jo_con1 .bot .rq .div3{
  width: 100%;
  padding-top: 30px;
}
.jo_con1 .bot .rq .div3:first-child{
  padding-top: 0;
}
.jo_con1 .bot .rq .div3 .p1{
  font-size: 18px;
  color: #333333;
  padding-bottom: 12px;
}
.jo_con1 .bot .rq .div3 div{
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}
.jo_con1 .bot .rq .div2 a{
  font-size: 14px;
  color: #ffffff;
  width: 125px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #c99f44;
  display: block;
  margin-top: 20px;
}
.jo_con1 .bot .rq .div2 a i{
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url(../images/img131.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -3px;
  margin-left: 5px;
}

@media(max-width:1459px){
  .jo_con1 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.jo_con1 .top {
  padding: 30px 28px;
}
.jo_con1 .top .div {
  margin-bottom: 16px;
  padding-left: 80px;
}
.jo_con1 .top .div span,
.jo_con1 .top .div p {
  font-size: 16px;
}
.jo_con1 .bot {
  padding-top: 30px;
}
.jo_con1 .bot .rq .div1 {
  height: 60px;
  line-height: 60px;
  padding-left: 22px;
  padding-right: 58px;
}
.jo_con1 .bot .rq .div1 p {
  font-size: 16px;
}
.jo_con1 .bot .rq .div1 i {
  width: 26px;
  height: 26px;
  right: 22px;
}
.jo_con1 .bot .rq .div2 .div {
  padding: 30px 22px;
}
.jo_con1 .bot .rq .div3 .p1 {
  font-size: 16px;
  padding-bottom: 8px;
}
.jo_con1 .bot .rq .div3 div {
  font-size: 14px;
  line-height: 28px;
}
.jo_con1 .bot .rq .div2 a {
  font-size: 14px;
  width: 110px;
  height: 38px;
  line-height: 38px;
  margin-top: 18px;
}
.jo_con1 .bot .rq .div2 a i {
  width: 16px;
  height: 16px;
}

}
@media(max-width:500px){
  .jo_con1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.jo_con1 .top {
  padding: 20px 15px;
}
.jo_con1 .top .div {
  margin-bottom: 15px;
  padding-left: 0;
}
.jo_con1 .top .div span, .jo_con1 .top .div p{
  font-size: 14px;
}
.jo_con1 .top .div p{
  position: static;
}
.jo_con1 .top .div span{
  margin-top: 10px;
  margin-right: 14px;
}
.jo_con1 .bot {
  padding-top: 24px;
}
.jo_con1 .bot .rq .div1 .p2{
  display: none;
}
.jo_con1 .bot .rq .div1 .p2:nth-child(2){
  display: block;
  width: 40%;
}
.jo_con1 .bot .rq .div1 .p1 {
  width: 60%;
}
.jo_con1 .bot .rq .div1 {
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 48px;
}
.jo_con1 .bot .rq .div1 p {
  font-size: 14px;
}
.jo_con1 .bot .rq .div1 i {
  width: 22px;
  height: 22px;
  right: 16px;
}
.jo_con1 .bot .rq .div2 .div {
  padding: 20px 15px;
}
.jo_con1 .bot .rq .div3 div {
  line-height: 26px;
}
.jo_con1 .bot .rq .div3 {
  padding-top: 16px;
}

}
.fy{
  /*width: 100%;*/
  width: auto;
  display: table;
  margin: 0 auto;
}