

/* 鼠标跟随 --> */
#c-followDot {
  position: fixed;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #6eb92c;
  z-index: 999;
  pointer-events: none;
}
#c-followDot .c-default {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 40px;
  height: 40px;
  border: 1px solid #9c9c9c;
  border-radius: 50%;
  opacity: .2;
  box-sizing: border-box;
  z-index: 99;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#c-followDot .c-hover {
  position: absolute;
  top: -38px;
  left: -38px;
  width: 80px;
  height: 80px;
  background-color: #bbb;
  border-radius: 50%;
  opacity: .12;
  z-index: 98;
  box-sizing: border-box;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#c-followDot.c-active .c-default {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

#c-followDot.c-active .c-hover {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}


/* 首页 */
.content{
  min-height: 500px;
  overflow: hidden;
  margin-top: 180px;
}
.app{
  display: none;
}

.banner{
  width: 100%;
  position: relative;
}
.banner .bj{
  width: 100%;
  vertical-align: middle;
}

.banner .swiper-pagination{
  bottom: 30px;
}
.banner .swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.banner .swiper-pagination-bullet-active{
  background: #9e0203;
}
.banner .container{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}
.banner .p1{
  width: 100%;
  text-align: center;
}
.banner .p1 span{
  font-size: 40px;
  color: #ffffff;
  padding: 0 45px;
  position: relative;
}
.banner .p1 span::before{
  content: '';
  width: 2px;
  height: 34px;
  background: rgb(75,77,77);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.banner .p1 span:last-child::before{
  content: none;
}
.banner .p2{
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-top: 22px;
}
.banner .swiper-button-next,
.banner .swiper-button-prev{
  width: 27px;
  height: 44px;
  background-image: url(../image/1.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 25px;
}
.banner .swiper-button-prev{
  transform: rotate(180deg);
  left: 25px;
}


/* 动态视频 */

.banner #publicity-video {
	width: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
  overflow: hidden;
  vertical-align: middle;
}

.banner .in3-video {
	position: relative;
}

.banner #publicity-video video {
  display: block;
  width: 100%;
  height: 100%;

}
/* 视频弹窗 */

 .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("../image/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);
}

.banner .abo_video {
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.banner .abo_video .bf {
	content: '';
	width: 60px;
	height: 60px;
	background: url(../image/img12.png) no-repeat center;
  position: absolute;
  /* bottom: 35px;
  right: 100px; */
  top: 65%;
  left: 50%;
  transform: translate(-50%,-50%);
	background-size: contain;
	z-index: 10;
  transition: all .2s;
  display: none;
}





/* content1 */
.sy_con1{
  width: 100%;
  /* line-height: 55px; */
  border-bottom: 1px solid rgb(225,226,227);
  padding: 18px 0;
}
.sy_con1 span img{
  width: 15px;
  margin-right: 8px;
  margin-bottom: -3px;
}
.sy_con1 span{
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.sy_con1 a{
  font-size: 14px;
  color: #999999;
  margin-left: 25px;
  transition: all .5s;
}
.sy_con1 a:hover{
  color: #333;
}

/* .sy_con2 */
.sy_con2{
  background-image: url(../image/img14.jpg);
  background-size: cover;
}
.sy_con2 .sy_con2_1{
  padding-top: 75px;
  padding-bottom: 10px;
}
.sy_con2 .rq{
  width: 100%;
  display: flex;
}
.sy_con2 .rq .lef{
  width: 50%;
}
.sy_con2 .rq .lef .p1{
  font-size: 44px;
  color: #333333;
  font-weight: bold;
  position: relative;
}
.sy_con2 .rq .lef .p1 span{
  font-weight: bold;
  font-size: 48px;
  color: #9e0203;
}
.sy_con2 .rq .lef .p1::before{
  content: '';
  width: 41px;
  height: 4px;
  background: #9e0203;
  position: absolute;
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
}
.sy_con2 .rq .lef .p2{
  font-size: 22px;
  color: #2f3336;
  line-height: 40px;
  margin-top: 13px;
}
.sy_con2 .rq .lef .p2 span{
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  background: #9e0203;
  line-height: 40px;
  padding: 0 13px;
  margin-right: 17px;
}
.sy_con2 .rq .lef a{
  display: block;
  width: 220px;
  /* height: 60px; */
  line-height: 50px;
  border: 2px solid rgb(210,210,210);
  font-size: 18px;
  color: #2f3336;
  text-align: center;
  padding-left: 30px;
  position: relative;
  margin-top: 55px;
  transition: all .5s;
}
.sy_con2 .rq .lef a::before{
  width: 18px;
  height: 20px;
  content: '';
  background-image: url(../image/img17.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 53%;
  left: 10%;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con2 .rq .lef a:hover{
  background: #9e0203;
  border: 2px solid #9e0203;
  color: #fff;
}
.sy_con2 .rq .lef a:hover::before{
  background-image: url(../image/img19.png);
}
.sy_con2 .rq .rig{
  width: 50%;
  overflow: hidden;
}
.sy_con2 .rq .rig img{
  width: 86%;
  transition: all .5s;
}
.sy_con2 .rq .rig img:hover{
  transform: scale(1.05);
}
.sy_con2 .rq .lef .p3{
  font-size: 36px;
  color: #2f3336;
  font-weight: bold;
  margin-bottom: 17px;
}
.sy_con2 .rq .lef .p4 p{
  font-size: 16px;
  color: #666666;
  display: inline-block;
  padding-left: 15px;
  position: relative;
  margin-right: 42px;
  margin-bottom: 5px;
}
.sy_con2 .rq .lef .p4 p:nth-child(2n){
  margin-right: 0;
}
.sy_con2 .rq .lef .p4 p::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2f3336;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sy_con2 .rq .lef .p5{
  font-size: 24px;
  color: #fff;
  width: 400px;
  line-height: 50px;
  background: #9e0203;
  text-align: center;
  margin-top: 35px;
}
.sy_con2 .rq:nth-child(3){
  transform: translateY(-40px);
}
.sy_con2 .rq:nth-child(2) .rig{
  padding-top: 45px;
}
.sy_con2 .rq:nth-child(3) .lef{
  padding-top: 65px;
}
.sy_con2 .rq:nth-child(3) .lef .p3{
  float: left;
}
.sy_con2 .rq:nth-child(3) .lef .div1{
  float: right;
  width: 63%;
}
.sy_con2 .rq:nth-child(3) .lef .p5{
  margin-top: 40px;
}

/* sy_con3 */
.sy_con3{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 95px;
}
.sy_con3 .lef{
  width: 26.5%;
  float: left;
  padding-right: 70px;
}
.sy_con3 .lef .p1{
  font-size: 36px;
  color: #2f3336;
  font-weight: bold;
  position: relative;
}
.sy_con3 .lef .p1::before{
  content: '';
    width: 41px;
    height: 4px;
    background: #9e0203;
    position: absolute;
    top: 50%;
    left: -55px;
    transform: translateY(-50%);
}
.sy_con3 .lef .p1 span{
  font-size: 36px;
  color: #2f3336;
  padding-left: 22px;
  position: relative;
  font-weight: 100;
}
.sy_con3 .lef .p1 span::before{
  content: '';
  width: 6px;
  height: 6px;
  background: #2f3336;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.sy_con3 .lef .p2{
  font-size: 20px;
  color: #666666;
  margin-top: 5px;
}
.sy_con3 .lef .p2 span{
  color: #9e0203;
}
.sy_con3 .lef .rq{
  width: 100%;
  border-top: 1px solid rgb(213,214,215);
  padding-top: 20px;
  margin-top: 40px;
}
.sy_con3 .lef .rq .p3{
  width: 100%;
  line-height: 61px;
  padding-left: 50px;
  padding-right: 40px;
  position: relative;
  font-size: 18px;
  color: #666666;

}
.sy_con3 .lef .rq .p3::before{
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid rgb(47,51,54);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.sy_con3 .lef .rq .rq1.on .p3{
  background: #9e0203;
  color: #fff;
}
.sy_con3 .lef .rq .rq1.on .p3::before{
  border: 1px solid #fff;
}
.sy_con3 .lef .rq .p3::after{
  content: '';
  width: 13px;
  height: 13px;
  background-image: url(../image/img68.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.sy_con3 .lef .rq .rq1.on .p3::after{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../image/img20.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.sy_con3 .lef .rq1{
  cursor: pointer;
}
.sy_con3 .lef .rq1 .div{
  width: 100%;
  padding-left: 50px;
  background: rgb(250,250,250);
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .5s;
}
.sy_con3 .lef .rq1.on .div{
  height: auto;
  opacity: 1;
  padding-bottom: 13px;
  padding-top: 13px;
}
.sy_con3 .lef .rq1 .div a{
  float: left;
  width: 50%;
  padding-left: 9px;
  font-size: 14px;
  color: #666666;
  line-height: 35px;
  position: relative;
  transition: all .5s;
}
.sy_con3 .lef .rq1 .div a::before{
  content: '';
  width: 4px;
  height: 4px;
  background: rgb(47,51,54);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con3 .lef .rq1 .div a:hover{
  color: #9e0203;
}
.sy_con3 .lef .rq1 .div a:hover::before{
  background: #9e0203;
}

.sy_con3 .lef .p4{
  display: inline-block;
  font-size: 24px;
  color: #9e0203;
  font-family: "bold";
  width: 300px;
  /* height: 55px; */
  line-height: 55px;
  border: 1px solid rgb(210,210,210);
  text-align: center;
  margin-top: 25px;
  padding-left: 35px;
  position: relative;
} 
.sy_con3 .lef .p4::before{
  width: 20px;
  height: 20px;
  content: '';
  background-image: url(../image/img21.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
}
.sy_con3 .rig{
  width: 73.5%;
  float: left;
}
.sy_con3 .rig .top{
  width: 100%;
  position: relative;
}
.sy_con3 .rig .top .a{
  position: absolute;

  top: 13px;
  right: 13px;

  font-size: 18px;
  font-family: "din";
  color: #2f3336;
  padding-left: 25px;
  text-transform: uppercase;
}
.sy_con3 .rig .top .a::before{
  content: '';
  width: 20px;
  height: 2px;
  background: #2f3336;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con3 .rig .top .div1{
  width: 65.8%;
  overflow: hidden;
  border: 1px solid rgba(90, 91, 95, 0.1);
}
.sy_con3 .rig .top .div1 img{
  width: 100%;
  transition: all .5s;
}
.sy_con3 .rig .top .div1:hover img{
  transform: scale(1.05);
}
.sy_con3 .rig .top .div2{

  /* width: 460px;
  height: 260px; */
  width: 34.2%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fff;
  padding: 60px 40px; 
  padding-right: 80px;
  box-shadow: 0px 0px 22px 0px rgba(90, 91, 95, 0.1);
}
.sy_con3 .rig .top .div2 .p1{
  font-size: 22px;
  color: #333333;
  margin-bottom: 15px;
}
.sy_con3 .rig .top .div2 .p2{
  font-size: 14px;
  color: #333333;
  opacity: 0.6;
  line-height: 25px;
}
.sy_con3 .rig .top .div3{
  margin-top: 35px;
}
.sy_con3 .rig .top .div3 a{
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  width: 110px;
  line-height: 30px;
  background: rgb(51,51,51);
  text-align: center;
  margin-right: 5px;
}
.sy_con3 .rig .top .div3 a:nth-child(1){
  background: #9e0203;
}
.sy_con3 .rig .top .div3 a:last-child{
  margin-right: 0;
}
.sy_con3 .rig .top .div4{
  width: 16px;
  height: 80%;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con3 .rig .top .div4::before{
  content: '';
  width: 2px;
  height: 70%;
  background: rgb(234,234,234);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.sy_con3 .rig .top .div4 div{
  width: 16px;
  height: 9px;
  background-image: url(../image/img24.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .5s;
}
.sy_con3 .rig .top .div4 div:hover{
  background-image: url(../image/img23.png);
}
.sy_con3 .rig .top .div4 .ig1{
  transform: rotate(180deg);
}
.sy_con3 .rig .top .div4 .ig2{
  position: absolute;
  bottom: 0;
  left: 0;
}
.sy_con3 .rig .bot{
  width: 100%;
  margin-top: 25px;
}
.sy_con3 .rig .bot .div5{
  display: block;
  width: 32%;
  float: left;
  margin-right: 2%;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(90, 91, 95, 0.1);
}
.sy_con3 .rig .bot .div5:nth-child(3n){
  margin-right: 0;
}
.sy_con3 .rig .bot .div5 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con3 .rig .bot .div5:hover img{
  transform: scale(1.05);
}
.sy_con3 .rig .bot .div5 p{
  font-size: 16px;
  line-height: 54px;
  width: 100%;
  color: black;
  background: white;
  bottom: 0;
  left: 0;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  text-align: center;
}


/* sy_con4 */
.sy_con4{
  width: 100%;
  background-image: url(../image/img28.jpg);
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 110px;
  position: relative;
}
.sy_con4::before,
.sy_con4::after{
  content: '';
  width: 131px;
  height: 37px;
  background-image: url(../image/img30.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -37px;
}
.sy_con4::before{
  left: 0;
  background-image: url(../image/img29.png);
}
.sy_con4 .lef{
  width: 50%;
  float: left;
}
.sy_con4 .lef .p{
  font-size: 24px;
  color: #ffffff;
}
.sy_con4 .lef .p1{
  font-size: 40px;
  color: #ffffff;
  position: relative;
}
.sy_con4 .lef .p1::before{
  content: '';
  width: 41px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
}
.sy_con4 .lef .p1 span{
  font-size: 40px;
  color: #ffffff;
  padding-left: 24px;
  position: relative;
}
.sy_con4 .lef .p1 span::before{
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.sy_con4 .lef .div{
  padding-top: 15px;
}
.sy_con4 .lef .div1{
  float: left;
}
.sy_con4 .lef .div1 .p2{
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
}
.sy_con4 .lef .div1 .p3{
  font-size: 30px;
  color: #ffffff;
  font-family: "din";
}
.sy_con4 .lef .div2{
  float: left;
  margin-left: 22px;
}
.sy_con4 .lef .div2 a{
  display: block;
  width: 190px;
  line-height: 50px;
  font-size: 18px;
  color: #2f3336;
  text-align: center;
  background: #fff;
}
.sy_con4 .rig{
  width: 50%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.sy_con4 .rig .p1{
  font-size: 16px;
  color: #ffffff;
  opacity: 0.7;
  text-align: center;
}
.sy_con4 .rig .p1 span{
  font-size: 72px;
  color: #fff;
  font-family: "din";
}
.sy_con4 .rig .p2{
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}


/* sy_con5 */
.sy_con5{
  width: 100%;
  padding-top: 105px;
  padding-bottom: 95px;
}
.sy_con5 .top{
  width: 100%;
  position: relative;
}
.sy_con5 .top .p1{
  font-size: 36px;
  color: #2f3336;
  font-weight: bold;
  position: relative;
}
.sy_con5 .top .p1::before{
  content: '';
  width: 41px;
  height: 4px;
  background: #9e0203;
  position: absolute;
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
}
.sy_con5 .top .p1 span{
  font-size: 36px;
  color: #2f3336;
  font-weight: 100;
  position: relative;
  padding-left: 25px;
}
.sy_con5 .top .p1 span::before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2f3336;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.sy_con5 .top a{
  width: 175px;
  line-height: 50px;
  display: block;
  background: #9e0203;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.sy_con5 .bot{
  width: 100%;
  padding-top: 65px;
  position: relative;
}
.sy_con5 .swiper-slide{
  position: relative;

}
.sy_con5 .swiper-slide img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;

}
.sy_con5 .swiper-slide:hover img{
  transform: scale(1.03);
}
.sy_con5 .swiper-slide p{
  width: 100%;
  font-size: 15px;
  line-height: 60px;
  color: rgb(67,71,74);
  bottom: 0;
  left: 0;
  transition: all .5s;
  text-align: center;
}


.sy_con5 .swiper-slide:hover p::before{
  right: 3%;
}
.sy_con5 .swiper-button-prev,
.sy_con5 .swiper-button-next{
  width: 60px;
  height: 60px;
  background-image: url(../image/img35.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -85px;
  transition: all .5s;
}
.sy_con5 .swiper-button-prev{
  left: -85px;
  transform: rotate(180deg);
}
.sy_con5 .swiper-button-prev:hover,
.sy_con5 .swiper-button-next:hover{
  background-image: url(../image/img34.png);
}

/* sy_con6 */
.sy_con6{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 93px;
  background-image: url(../image/img36.jpg);
  background-size: cover;
}
.sy_con6 .p1{
  font-size: 40px;
  color: #2f3336;
  font-weight: bold;
  text-align: center;
}
.sy_con6 .p1 span{
  font-size: 40px;
  color: #9e0203;
  font-weight: bold;
  position: relative;
}
.sy_con6 .p1 span::before{
  width: 165px;
  height: 12px;
  content: '';
  background-image: url(../image/img37.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.sy_con6 .p1 span i{
  font-size: 72px;
  color: #9e0203;
  display: inline-block;
  transform: skewX(-9deg);
  font-weight: bold;
}
.sy_con6 .p2{
  font-size: 20px;
  color: #666666;
  text-align: center;
  padding-top: 18px;
}
.sy_con6 .rq{
  width: 100%;
  padding-top: 20px;
}
.sy_con6 .rq1{
  width: 33%;
  float: left;
}
.sy_con6 .div{
  padding-right: 64px;
  position: relative;
  height: 175px;
  border-bottom: 1px solid rgb(224,224,225);
  transition: all .5s;
}

.sy_con6 .div:hover{
  padding-right: 74px;
}
.sy_con6 .div img{
  width: 50px;
  position: absolute;
  right: 0;
  top: 35px;
}
.sy_con6 .p3{
  font-size: 20px;
  color: #2f3336;
  font-weight: bold;
  text-align: right;
  padding-bottom: 18px;
  padding-top: 48px;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con6 .p4{
  font-size: 14px;
  color: #999999;
  text-align: right;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sy_con6 .rq2{
  width: 34%;
  float: left;
  overflow: hidden;
  padding-top: 40px;
}
.sy_con6 .rq2 img{
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.sy_con6 .rq3{
  width: 33%;
  float: right;
}
.sy_con6 .rq3 .div{
  padding-right: 0;
  padding-left: 64px;
  transition: all .5s;
}
.sy_con6 .rq1 .div:last-child,
.sy_con6 .rq3 .div:last-child{
  border-bottom: none;
}
.sy_con6 .rq3 .div:hover{
  padding-right: 0;
  padding-left: 74px;
}
.sy_con6 .rq3 .div img{
  left: 0;
}
.sy_con6 .rq3 .p3,
.sy_con6 .rq3 .p4{
  text-align: left;
}
.sy_con6 .rq4{
  width: auto;
  display: table;
  margin: 0 auto;
  margin-top: 40px;
}
.sy_con6 .rq4 a{
  width: 300px;
  line-height: 60px;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-family: "din";
  text-align: center;
  background: rgb(47,51,54);
  margin-right: 25px;
}
.sy_con6 .rq4 a img{
  width: 20px;
  margin-bottom: -3px;
  margin-right: 5px;
}
.sy_con6 .rq4 a:nth-child(2){
  background: #9e0203;
  margin-right: 0;
}


/* 修改 */
.xzsy_con6 .p1{
  font-size: 40px;
  color: #2f3336;
  font-weight: bold;
  text-align: center;
}
.xzsy_con6 .p1 span{
  font-size: 40px;
  color: #9e0203;
  font-weight: bold;
  position: relative;
}
.xzsy_con6 .p1 span i{
  font-size: 72px;
  color: #9e0203;
  display: inline-block;
  transform: skewX(-9deg);
  font-weight: bold;
}
.xzsy_con6 .p2{
  font-size: 20px;
  color: #666666;
  text-align: center;
  padding-top: 10px;
}
.xzsy_con6 .p2 span{
  display: block;
  color: #9e0203;
}
.xzsy_con6 .rq{
  padding-bottom: 93px;
}
.xzsy_con6 .rq1{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}
.xzsy_con6 .rq1 .lef,
.xzsy_con6 .rq1 .rig{
  width: 48.3%;
}
.xzsy_con6 .rq1 .lef .div{
  padding-left: 76px;
  width: 74%;
  float: right;
  position: relative;
  margin-bottom: 34px;
}
.xzsy_con6 .rq1:nth-child(2n) .lef .div{
  width: 100%;
}
.xzsy_con6 .rq1 .lef .div .p3{
  font-size: 34px;
  color: #2f3336;
  font-weight: bold;
}
.xzsy_con6 .rq1 .lef .div .p3 span{
  color: #9e0203;
  font-size: 34px;
}
.xzsy_con6 .rq1 .lef .div .p4{
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
}
.xzsy_con6 .rq1 .lef .div i{
  font-size: 36px;
  color: #ffffff;
  width: 60px;
  line-height: 53px;
  font-family: "din";
  background: #9e0203;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.xzsy_con6 .rq1 .lef img{
  width: 100%;
  vertical-align: middle;
}

.xzsy_con6 .rq1 .rig .ig{
  width: 100%;
  vertical-align: middle;
}
.xzsy_con6 .rq1 .rig .div1{
  margin-top: 30px;
  padding-top: 55px;
}
.xzsy_con6 .rq1:nth-child(2n) .rig .div1{
  width: 74%;
  float: right;
}
.xzsy_con6 .rq1 .rig .div1 .p5{
  font-size: 18px;
  color: #666666;
  padding-left: 24px;
  position: relative;
  line-height: 35px;
}
.xzsy_con6 .rq1 .rig .div1 .p5::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9e0203;
  position: absolute;
  left: 0;
  top: 13px;
}
.xzsy_con6 .rq1 .rig .div2{
  width: 100%;
  margin-top: 35px;
}
.xzsy_con6 .rq1 .rig .div2 .div{
  width: 143px;
  height: 90px;
  background: rgb(47,51,54);
  border-radius: 15px;
  padding-top: 10px;
  /* display: inline-block; */
  float: left;
  margin-right: 35px;
}
.xzsy_con6 .rq1 .rig .div2 .div:nth-child(2n){
  background: #9e0203;
}
.xzsy_con6 .rq1 .rig .div2 .div:last-child{
  margin-right: 0;
}
.xzsy_con6 .rq1 .rig .div2 .div .p6 span,
.xzsy_con6 .rq1 .rig .div2 .div .p6{
  font-size: 36px;
  color: #ffffff;
  font-family: "din";
  text-align: center;
}
.xzsy_con6 .rq1 .rig .div2 .div .p6 i{
  font-size: 16px;
  color: #ffffff;
}
.xzsy_con6 .rq1 .rig .div2 .div .p6 b{
  font-size: 24px;
  color: #fff;
}
.xzsy_con6 .rq1 .rig .div2 .div .p6 img{
  width: 30px;
}
.xzsy_con6 .rq1 .rig .div2 .div .p7{
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.xzsy_con6 .rq1 .rig .div3{
  margin-top: 60px;
  width: 358px;
  height: 90px;
  border: 2px solid #9e0203;
  border-radius: 15px;
  display: flex;
  overflow: hidden;
}
.xzsy_con6 .rq1 .rig .div4{
  width: 42.5%;
  background: #9e0203;
  padding-top: 17px;
}
.xzsy_con6 .rq1 .rig .div4 img{
  display: block;
  width: 28px;
  margin: 0 auto;
}
.xzsy_con6 .rq1 .rig .div4 p{
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-top: 7px;
}
.xzsy_con6 .rq1 .rig .div5{
  width: 57.5%;
  padding-top: 17px;
}
.xzsy_con6 .rq1 .rig .div5 img{
  width: 20px;
  display: block;
  margin: 0 auto;
}
.xzsy_con6 .rq1 .rig .div5 p{
  font-size: 24px;
  color: #9e0203;
  font-family: "din";
  text-align: center;
  margin-top: 12px;
}

@media(max-width:1459px){
  .sy_con4 .lef .p{
    font-size: 18px;
  }
  .xzsy_con6 .p1 span,
  .xzsy_con6 .p1{
    font-size: 30px;
  }
  .xzsy_con6 .p1 span i{
    font-size: 50px;
  }
  .xzsy_con6 .p2 {
    font-size: 16px;
    padding-top: 8px;
}
.xzsy_con6 .rq1 .lef .div {
  padding-left: 58px;
  width: 80%;
  margin-bottom: 20px;
}
.xzsy_con6 .rq1 .lef .div .p3,
.xzsy_con6 .rq1 .lef .div .p3 span {
  font-size: 25px;
}
.xzsy_con6 .rq1 .lef .div .p4 {
  font-size: 12px;
}
.xzsy_con6 .rq1 .lef .div i {
  font-size: 27px;
  width: 45px;
  line-height: 40px;
}
.xzsy_con6 .rq1 .rig .div1 {
  margin-top: 15px;
  padding-top: 25px;
}
.xzsy_con6 .rq1 .rig .div1 .p5 {
  font-size: 15px;
  padding-left: 18px;
  line-height: 30px;
}
.xzsy_con6 .rq1 .rig .div1 .p5::before {
  width: 4px;
  height: 4px;
}
.xzsy_con6 .rq1 .rig .div2 .div {
  width: 108px;
  height: 68px;
  border-radius: 10px;
  padding-top: 10px;
  margin-right: 20px;
}
.xzsy_con6 .rq1 .rig .div2 .div .p6 span, .xzsy_con6 .rq1 .rig .div2 .div .p6 {
  font-size: 25px;
}
.xzsy_con6 .rq1 .rig .div2 .div .p7 {
  font-size: 13px;
}
.xzsy_con6 .rq1 {
  margin-top: 54px;
}
.xzsy_con6 .rq1:nth-child(2n) .rig .div1 {
  width: 80%;
}
.xzsy_con6 .rq1 .rig .div3 {
  margin-top: 45px;
  width: 272px;
  height: 68px;
  border-radius: 8px;
}
.xzsy_con6 .rq1 .rig .div4 {
  padding-top: 11px;
}
.xzsy_con6 .rq1 .rig .div4 img {
  width: 21px;
}
.xzsy_con6 .rq1 .rig .div4 p {
  font-size: 14px;
  margin-top: 7px;
}
.xzsy_con6 .rq1 .rig .div5 {
  padding-top: 12px;
}
.xzsy_con6 .rq1 .rig .div5 img {
  width: 16px;
}
.xzsy_con6 .rq1 .rig .div5 p {
  font-size: 18px;
  margin-top: 10px;
}
.xzsy_con6 .rq1 .rig .div2 .div .p6 i {
  font-size: 12px;
}
.xzsy_con6 .rq1 .rig .div2 .div .p6 b {
  font-size: 18px;
}
}
@media(max-width:1259px){
  .xzsy_con6 .p1 span, .xzsy_con6 .p1{
    font-size: 24px;
  }
  .xzsy_con6 .p1 span i {
    font-size: 36px;
}
.xzsy_con6 .p2 {
  font-size: 14px;
  padding-top: 8px;
}
.xzsy_con6 .rq1 {
  margin-top: 36px;
}
.xzsy_con6 .rq1 .lef .div .p3, .xzsy_con6 .rq1 .lef .div .p3 span {
  font-size: 20px;
}
.xzsy_con6 .rq1 .lef .div i {
  font-size: 20px;
  width: 40px;
  line-height: 34px;
}
.xzsy_con6 .rq1 .lef .div {
  padding-left: 50px;
}
.xzsy_con6 .rq1 .rig .div1 .p5 {
  font-size: 14px;
  line-height: 26px;
}
.xzsy_con6 .rq1 .rig .div1 .p5::before {
  top: 10px;
}

}
@media(max-width:991px){
  .xzsy_con6 .rq1{
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .xzsy_con6 .rq1:nth-child(2n){
    flex-wrap: wrap-reverse;
  }
  .xzsy_con6 .rq1 .lef, .xzsy_con6 .rq1 .rig{
    width: 100%;
  }
  .xzsy_con6 .rq1 .lef .div{
    width: 100%;
  }
  .xzsy_con6 .rq1:nth-child(2n) .rig .div1{
    width: 100%;
  }
}
@media(max-width:414px){
  .xzsy_con6 .rq1 .rig .div1 {
    margin-top: 15px;
    padding-top: 0px;
}
.xzsy_con6 .rq1 .rig .div2 {
  margin-top: 16px;
}
.xzsy_con6 .rq1 .lef .div {
  margin-bottom: 12px;
}
.xzsy_con6 .rq1 .rig .div3 {
  margin: 0 auto;
  margin-top: 20px;
  height: 54px;
}
.xzsy_con6 .rq1 .rig .div4 {
  padding-top: 8px;
}
.xzsy_con6 .rq1 .rig .div4 p {
  font-size: 12px;
  margin-top: 2px;
}
.xzsy_con6 .rq1 .rig .div5 {
  padding-top: 9px;
}
.xzsy_con6 .rq1 .rig .div5 p {
  font-size: 18px;
  margin-top: 4px;
}
.xzsy_con6 .rq {
  padding-bottom: 40px;
}
.xzsy_con6 .rq1 .rig .ig{
  display: none;
}
}
@media(max-width:375px){
  .xzsy_con6 .rq1 .rig .div2 .div {
    margin-right: 10px;
}
}




/* sy_con7 */
.sy_con7{
  width: 100%;
  background-image: url(../image/img47.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding-top: 110px;
  padding-bottom: 120px;
}
.sy_con7::before {
  content: '';
  width: 131px;
  height: 37px;
  background-image: url(../image/img7.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -37px;
  z-index: 100;
}
.sy_con7::after {
  content: '';
  width: 131px;
  height: 37px;
  background-image: url(../image/img8.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -37px;
  z-index: 100;
}
.sy_con7 .container{
  display: flex;
}
.sy_con7 .lef{
  width: 50%;
  padding-top: 58px;
  padding-right: 70px;
}
.sy_con7 .lef .p1{
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
}
.sy_con7 .lef .p2{
  font-size: 30px;
  color: #ffffff;
  margin-top: 20px;
  line-height: 45px;
}
.sy_con7 .lef .p3{
  font-size: 18px;
  color: #ffffff;
  position: relative;
  padding-left: 0px;
  margin-top: 60px;
  padding-right: 30px;
  display: inline-block;
  transition: all .5s;
}
.sy_con7 .lef .p3:hover{
  padding-left: 55px;
}
.sy_con7 .lef .p3::before{
  content: '';
  width: 0px;
  height: 2px;
  background: rgb(212,212,213);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con7 .lef .p3:hover::before{
  width: 40px;
}
.sy_con7 .lef .p3::after{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../image/img49.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con7 .rig{
  width: 50%;
  overflow: hidden;
}
.sy_con7 .rig img{
  width: 100%;
  vertical-align: middle;
}

/* sy_con8 */
.sy_con8{
  width: 100%;
}
.sy_con8 .rq{
  padding-top: 105px;
  background-image: url(../image/img50.jpg);
  background-size: cover;
}
.sy_con8 .rq .top{
  width: 100%;
}
.sy_con8 .rq .top .lef{
  width: 50%;
  float: left;
}
.sy_con8 .rq .top .lef .p1{
  font-size: 36px;
  color: #9e0203;
  font-weight: bold;
  position: relative;
}
.sy_con8 .top .lef .p1::before {
  content: '';
  width: 41px;
  height: 4px;
  background: #9e0203;
  position: absolute;
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
}
.sy_con8 .rq .top .lef .p2{
  font-size: 30px;
  color: #2f3336;
}
.sy_con8 .rq .top .rig{
  width: 50%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.sy_con8 .rq .top .rig .p3{
  font-size: 22px;
  color: #2f3336;
  text-align: center;
}
.sy_con8 .rq .top .rig .p3 span{
  font-size: 60px;
  color: #2f3336;
  font-family: "bold";
}
.sy_con8 .rq .top .rig .p4{
  font-size: 16px;
  color: #2f3336;
  text-align: center;
}
.sy_con8 .rq .bot{
  width: 100%;
  margin-top: 45px;
  background: #fff;
}
.sy_con8 .rq .bot .lef{
  width: 50%;
  float: left;
}
.sy_con8 .rq .bot .lef img{
  width: 100%;
}
/* 视频弹窗 */
.sy_con8 .abo_video {
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.sy_con8 .abo_video .bf {
	content: '';
	width: 60px;
	height: 60px;
	background: url(../image/img12.png) no-repeat center;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%,-50%);
	background-size: contain;
	z-index: 10;
	transition: all .5s;
}
.sy_con8 .abo_video:hover .bf{
  top: 47%;
}
.sy_con8 .rq .bot .rig{
  width: 50%;
  float: left;
  padding: 0 40px;
  padding-top: 20px;
}
.sy_con8 .rq .bot .rig .p1{
  font-size: 36px;
  color: #2f3336;
  font-weight: bold;
}
.sy_con8 .rq .bot .rig .p2{
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  margin-top: 25px;
  height: 270px;
  overflow-y: auto;
}
.sy_con8 .rq .bot .rig .p2::-webkit-scrollbar {
  width: 3px;
  background-color: #999;
  border-radius:50px;
}

.sy_con8 .rq .bot .rig .p2::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #9e0203
}

.sy_con8 .rq .bot .rig .div{
  padding-top: 20px;
  width: 100%;
}
.sy_con8 .rq .bot .rig .div a{
  display: inline-block;
  width: 120px;
  line-height: 45px;
  background: rgb(47,51,54);
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
}
.sy_con8 .rq .bot .rig .div a:nth-child(2){
  background: #9e0203;
  margin-right: 0;
}
.sy_con8 .rq .rq1{
  margin-top: 80px;
  position: relative;
  padding-bottom: 20px;
}
.sy_con8 .rq .rq1 .p1{
  font-size: 30px;
  color: #2f3336;
}
.sy_con8 .rq .rq1 a{
  font-size: 18px;
  color: #2f3336;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "din";
  padding-left: 30px;
  text-transform: uppercase;
}
.sy_con8 .rq .rq1 a::before{
  content: '';
  width: 20px;
  height: 2px;
  background: rgb(47,51,54);
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
}
.sy_con8 .rq2{
  padding: 0;
  position: relative;

}
.sy_con8 .rq2 .swiper-slide{
  transition: all .5s;
}
.sy_con8 .rq2 .swiper-slide:hover{
  box-shadow: 0px 0px 22px 0px rgba(90, 91, 95, 0.3);
}
.sy_con8 .rq2 .swiper-slide img{
  width: 100%;
  vertical-align: middle;
}
.sy_con8 .rq2 .swiper-button-prev,
.sy_con8 .rq2 .swiper-button-next{
  width: 11.5%;
  height: 86%;
  background: #ffffff;
  opacity: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
  transition: all .5s;
}
.sy_con8 .rq2 .swiper-button-prev{
  left: 0;
}
.sy_con8 .rq2 .swiper-button-prev:hover,
.sy_con8 .rq2 .swiper-button-next:hover{
  background: #9e0203;
}
.sy_con8 .rq2 .swiper-button-prev::before,
.sy_con8 .rq2 .swiper-button-next::after{
  content: '';
  width: 14px;
  height: 25px;
  background-image: url(../image/img63.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 70%;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con8 .rq2 .swiper-button-prev::before{
  transform: translateY(-50%) rotate(180deg);
  left: 70%;
}
.sy_con8 .rq2 .swiper-button-prev:hover::before,
.sy_con8 .rq2 .swiper-button-next:hover::after{
  background-image: url(../image/img62.png);
}


/* sy_con9 */
.sy_con9{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 88px;
}
.sy_con9 .lef{
  width: 68%;
  float: left;
}
.sy_con9 .rq{
  width: 100%;
  position: relative;
  border-bottom: 4px solid rgb(47,51,54);
}
.sy_con9 .rig .rq{
  border-bottom: none;
}
.sy_con9 .rq span{
  display: inline-block;
  font-size: 29px;
  color: #2f3336;
  margin-right: 45px;
  padding-bottom: 16px;
  position: relative;
  transition: all .5s;
  cursor: pointer;
}
.sy_con9 .lef .rq span::before{
  content: '';
  width: 20px;
  height: 8px;
  background-image: url(../image/img64.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .5s;
}
.sy_con9 .lef .rq span.on{
  color: #9e0203;
}
.sy_con9 .lef .rq span.on::before{
  opacity: 1;
}
.sy_con9 .rq a{
  font-size: 36px;
  color: #2f3336;
  font-family: "bold";
  position: absolute;
  right: 0;
  top: 0;
}
.sy_con9 .lef .rq1{
  width: 100%;
  background: rgb(248,248,248);
  padding: 35px 25px 25px 33px;
  display: none;
}
.sy_con9 .lef .rq1.on1{
  display: block;
}
.sy_con9 .lef .rq1 .div1{
  float: left;
  width: 31.3%;
  overflow: hidden;
}
.sy_con9 .lef .rq1 .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con9 .lef .rq1 .top:hover img{
  transform: scale(1.05);
}
.sy_con9 .lef .rq1 .div2{
  width: 68.7%;
  float: left;
  padding-top: 13px;
  padding-left: 23px;
}
.sy_con9 .lef .rq1 .div2 .p1{
  font-size: 20px;
  color: #2f3336;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

}
.sy_con9 .lef .rq1 .div2 .p2{
  font-size: 14px;
  color: #a8a8a8;
  margin-bottom: 22px;
  margin-top: 3px;
}
.sy_con9 .lef .rq1 .div2 .p3{
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con9 .lef .rq1 .bot{
  margin-top: 22px;
  border-top: 1px dashed rgb(222,222,222);
}
.sy_con9 .lef .rq1 .bot a{
  display: block;
  line-height: 77px;
  font-size: 14px;
  color: #666666;
  padding-left: 27px;
  padding-right: 50px;
  width: 47%;
  float: left;
  border-bottom: 1px dashed rgb(222,222,222);
  position: relative;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.sy_con9 .lef .rq1 .bot a:nth-child(2n){
  float: right;
}
.sy_con9 .lef .rq1 .bot a::before{
  content: '';
  width: 11px;
  height: 2px;
  background: #666666;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con9 .lef .rq1 .bot a span{
  font-size: 14px;
  color: #999999;
  position: absolute;
  right: 0;
}
.sy_con9 .lef .rq1 .bot a:hover{
  color: #9e0203;
  padding-left: 32px;
}
.sy_con9 .lef .rq1 .bot a:hover::before{
  background: #9e0203;
}
.sy_con9 .rig{
  width: 28%;
  float: right;
}
.sy_con9 .rig .rq span{
  font-family: "din";
  font-size: 36px;
}
.sy_con9 .rig .rq2 .top{
  width: 100%;
  background: rgb(248,248,248);
}
.sy_con9 .rig .top{
  width: 100%;
  overflow: hidden;
}
.sy_con9 .rig .top img{
  width: 100%;
  vertical-align: middle;
}
.sy_con9 .rig .bot{
  padding: 0 22px;
  background: rgb(248,248,248);
}
.sy_con9 .rig .bot li a{
  display: block;
  height: 124px;
  border-bottom: 1px dashed rgb(222,222,222);
  padding-top: 24px;
  padding-bottom: 24px;
}
.sy_con9 .rig .bot li .p1{
  font-size: 16px;
  color: #2f3336;
  padding-left: 14px;
  position: relative;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.sy_con9 .rig .bot li:hover .p1{
  color: #9e0203;
}
.sy_con9 .rig .bot li .p1::before{
  width: 3px;
  height: 16px;
  content: '';
  background: #9e0203;
  position: absolute;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
}
.sy_con9 .rig .bot li .p2{
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media(max-width:1600px){
  .sy_con8 .rq2 .swiper-button-prev, .sy_con8 .rq2 .swiper-button-next {
    width: 4.5%;
}
.sy_con8 .rq2 .swiper-button-prev::before, .sy_con8 .rq2 .swiper-button-next::after {
  right: 48%;
}
.sy_con8 .rq2 .swiper-button-prev::before{
  left:48%;
}
}
@media(max-width:1459px){
  .sy_con3 .rig .top .a{
    font-size: 14px;    padding-left: 18px;
  }
  .sy_con3 .rig .top .a::before {
    width: 12px;
}
  .banner .p1 span {
    font-size: 30px;
    padding: 0px 34px;
  }
  .banner .p1 span::before {
    height: 25px;
}
.banner .p2 {
  font-size: 16px;
  margin-top: 15px;
}
.banner .abo_video .bf {
  width: 45px;
  height: 45px;
  top: 63%;
}
.sy_con1 a {
  font-size: 14px;
  margin-left: 16px;
}
.sy_con2 .sy_con2_1 {
  padding-top: 57px;
  padding-bottom: 10px;
}
.sy_con2 .rq .lef .p1 span,
.sy_con2 .rq .lef .p1 {
  font-size: 36px;
}
.sy_con8 .top .lef .p1::before,
.sy_con5 .top .p1::before,
.sy_con4 .lef .p1::before,
.sy_con3 .lef .p1::before,
.sy_con2 .rq .lef .p1::before {
  width: 31px;
  height: 3px;
  left: -41px;
}
.sy_con2 .rq .lef .p2 {
  font-size: 18px;
  line-height: 32px;
}
.sy_con2 .rq .lef .p2 span {
  font-size: 18px;
  line-height: 32px;
  padding: 0 10px;
  margin-right: 10px;
}
.sy_con2 .rq .lef a {
  width: 182px;
  line-height: 45px;
  font-size: 16px;
  padding-left: 30px;
  margin-top: 50px;
}
.sy_con2 .rq .lef a::before {
  width: 16px;
  height: 20px;
  left: 10%;
}
.sy_con2 .rq .lef .p3 {
  font-size: 27px;
  margin-bottom: 13px;
}
.sy_con2 .rq .lef .p4 p{
  font-size: 14px;
  padding-left: 15px;
  margin-right: 30px;
  margin-bottom: 5px;
}
.sy_con2 .rq:nth-child(2) .rig {
  padding-top: 34px;
}
.sy_con2 .rq .lef .p5 {
  font-size: 18px;
  width: 305px;
  line-height: 38px;
  margin-top: 25px;
}
.sy_con2 .rq:nth-child(3) .lef .div1 {
  float: right;
  width: 70%;
}
.sy_con3 {
  padding-top: 68px;
  padding-bottom: 72px;
}
.sy_con3 .lef .p1 span,
.sy_con3 .lef .p1 {
  font-size: 26px;
}
.sy_con3 .lef .p2 {
  font-size: 14px;
  margin-top: 5px;
}
.sy_con3 .lef .rq {
  padding-top: 8px;
  margin-top: 25px;
}
.sy_con3 .lef .rq .p3 {
  line-height: 31px;
  padding-left: 44px;
  padding-right: 40px;
  font-size: 14px;
}
.sy_con3 .lef .rq .p3::before {
  width: 4px;
  height: 4px;
}
.sy_con3 .lef .rq1 .div {
  padding-left: 44px;
}
.sy_con3 .lef .rq1 .div a {
  padding-left: 7px;
  font-size: 12px;
  line-height: 25px;
}
.sy_con3 .lef {
  padding-right: 53px;
}
.sy_con3 .lef .p4 {
  font-size: 18px;
  width: 225px;
  line-height: 41px;
  margin-top: 25px;
  padding-left: 35px;
}
.sy_con3 .lef .p4::before {
  width: 16px;
  height: 16px;
}
.sy_con3 .rig .top .div2 {
  /* width: 350px;
  height: 200px; */
  top: 50%;
  padding: 15px 15px;
  padding-right: 40px;
}
.sy_con3 .rig .top .div2 .p1 {
  font-size: 18px;
  margin-bottom: 10px;
}
.sy_con3 .rig .top .div2 .p2 {
  font-size: 13px;
  line-height: 22px;
}
.sy_con3 .rig .top .div4 {
  right: 15px;;
  width: 13px;
}
.sy_con3 .rig .top .div4 div {
  width: 13px;
  height: 8px;
}
.sy_con3 .rig .top .div3 a {
  font-size: 12px;
  width: 83px;
  line-height: 27px;
  margin-right: 5px;
}
.sy_con3 .rig .top .div3 {
  margin-top: 17px;
}
.sy_con3 .rig .bot {
  margin-top: 11px;
}
.sy_con3 .rig .bot .div5 p {
  font-size: 14px;
  line-height: 35px;
  padding-left: 20px;
}
.sy_con7::after,.sy_con7::before,
.sy_con4::before, .sy_con4::after {
  width: 99px;
  height: 28px;
  top: -28px;
}
.sy_con4 {
  padding-top: 90px;
  padding-bottom: 82px;
}
.sy_con4 .lef .p1 span,
.sy_con4 .lef .p1 {
  font-size: 30px;
}
.sy_con4 .lef .div1 .p3 {
  font-size: 22px;
}
.sy_con4 .lef .div2 a {
  width: 145px;
  line-height: 38px;
  font-size: 14px;
}
.sy_con4 .rig .p1 span {
  font-size: 54px;
}
.sy_con4 .rig .p1 {
  font-size: 14px;
}
.sy_con4 .rig .p2 {
  font-size: 16px;
}
.sy_con5 {
  padding-top: 80px;
  padding-bottom: 72px;
}
.sy_con5 .top .p1 span,
.sy_con5 .top .p1 {
  font-size: 26px;
}
.sy_con5 .top a {
  width: 133px;
  line-height: 38px;
  font-size: 16px;
}
.sy_con5 .bot {
  padding-top: 48px;
}
.sy_con5 .swiper-slide p {
  font-size: 16px;
  line-height: 45px;
  padding-left: 25px;
}
.sy_con5 .swiper-button-prev, .sy_con5 .swiper-button-next {
  width: 45px;
  height: 45px;
  right: -60px;
  top: 58%;
}
.sy_con5 .swiper-button-prev{
  left: -60px;
}
.sy_con6 {
  padding-top: 68px;
  padding-bottom: 70px;
}
.sy_con6 .p1 {
  font-size: 30px;
}
.sy_con6 .p1 span {
  font-size: 30px;
}
.sy_con6 .p1 span i {
  font-size: 50px;
}
.sy_con6 .p1 span::before {
  width: 120px;
  height: 11px;
}
.sy_con6 .p2 {
  font-size: 16px;
  padding-top: 18px;
}
.sy_con6 .div {
  padding-right: 48px;
  height: 133px;
}
.sy_con6 .div:hover {
  padding-right: 55px;
}
.sy_con6 .rq3 .div{
  padding-left: 48px;
  padding-right: 0;
}
.sy_con6 .rq3 .div:hover {
  padding-left: 55px;
}
.sy_con6 .div img {
  width: 38px;
  top: 15px;
}
.sy_con6 .p3 {
  font-size: 17px;
  padding-bottom: 18px;
  padding-top: 23px;
}
.sy_con6 .p4 {
  font-size: 12px;
  line-height: 22px;
}
.sy_con6 .rq2 {
  padding-top: 20px;
}
.sy_con6 .rq4 a {
  width: 205px;
  line-height: 45px;
  font-size: 16px;
  margin-right: 20px;
}
.sy_con6 .rq4 a img {
  width: 17px;
  margin-bottom: -3px;
  margin-right: 5px;
}




.sy_con7 {
  padding-top: 82px;
  padding-bottom: 90px;
}
.sy_con7 .lef {
  padding-top: 44px;
  padding-right: 52px;
}
.sy_con7 .lef .p1 {
  font-size: 16px;
}
.sy_con7 .lef .p2 {
  font-size: 22px;
  margin-top: 12px;
  line-height: 35px;
}
.sy_con7 .lef .p3 {
  font-size: 16px;
  padding-left: 0px;
  margin-top: 50px;
  padding-right: 25px;
}
.sy_con7 .lef .p3::after {
  width: 16px;
  height: 16px;
  top: 53%;
}
.sy_con7 .lef .p3:hover {
  padding-left: 36px;
}
.sy_con7 .lef .p3:hover::before {
  width: 24px;
}
.sy_con8 .rq {
  padding-top: 80px;
}
.sy_con8 .rq .top .lef .p1 {
  font-size: 26px;
}
.sy_con8 .rq .top .lef .p2 {
  font-size: 22px;
}
.sy_con8 .rq .top .rig .p3 span {
  font-size: 45px;
}
.sy_con8 .rq .top .rig .p3 {
  font-size: 16px;
}
.sy_con8 .rq .top .rig .p4 {
  font-size: 14px;
}
.sy_con8 .abo_video .bf {
  width: 45px;
  height: 45px;
}
.sy_con8 .rq .bot .rig {
  padding: 0 30px;
  padding-top: 45px;
}
.sy_con8 .rq .bot .rig .p1 {
  font-size: 26px;
}
.sy_con8 .rq .bot .rig .p2 {
  font-size: 14px;
  line-height: 25px;
  margin-top: 20px;
  height: 177px;
}
.sy_con8 .rq .rq1 .p1 {
  font-size: 22px;
}
.sy_con8 .rq .bot .rig .div a {
  width: 90px;
  line-height: 34px;
  font-size: 12px;
  margin-right: 10px;
}
.sy_con8 .rq .rq1 {
  margin-top: 60px;
  padding-bottom: 15px;
}
.sy_con8 .rq2 .swiper-button-prev, .sy_con8 .rq2 .swiper-button-next {
  width: 6.5%;
  height: 82%;
}
.sy_con9 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.sy_con9 .rq span {
  font-size: 22px;
  margin-right: 34px;
  padding-bottom: 16px;
}
.sy_con9 .rq a {
  font-size: 27px;
}
.sy_con9 .lef .rq1 .div2 .p1 {
  font-size: 18px;
}
.sy_con9 .lef .rq1 .div2 .p2 {
  font-size: 12px;
  margin-bottom: 8px;
  margin-top: 3px;
}
.sy_con9 .lef .rq1 .div2 {
  padding-top: 5px;
  padding-left: 13px;
}
.sy_con9 .lef .rq1 .bot a {
  line-height: 58px;
}
.sy_con9 .rig .rq span {
  font-size: 27px;
}
.sy_con9 .rig .bot {
  padding: 0 10px;
}
.sy_con9 .rig .bot li a {
  padding-top: 14px;
  padding-bottom: 10px;
  height: 102px;
}

}
@media(max-width:1366px){
  .sy_con8 .rq2 .swiper-button-prev, .sy_con8 .rq2 .swiper-button-next {
    width: 5.5%;
    height: 83%;
}
.sy_con8 .rq2 .swiper-button-prev::before, .sy_con8 .rq2 .swiper-button-next::after {
  width: 10px;
  height: 18px;
  right: 65%;
}
.sy_con8 .rq2 .swiper-button-prev::before {
  left: 65%;
}
}
@media(max-width:1259px){
  .banner .p1 span {
    font-size: 22px;
    padding: 0px 22px;
}
.banner .p1 span::before {
  height: 16px;
}
.banner .p2 {
  font-size: 14px;
}
.sy_con2 .rq .lef .p1 span, .sy_con2 .rq .lef .p1 {
  font-size: 24px;
}
.sy_con2 .rq .lef .p2 span {
  font-size: 16px;
  line-height: 26px;
}
.sy_con2 .rq .lef .p2 {
  font-size: 16px;
  line-height: 26px;
}
.sy_con2 .rq .lef a {
  width: 155px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 22px;
  margin-top: 45px;
}
.sy_con2 .rq .lef a::before {
  width: 14px;
  height: 20px;
  left: 6%;
}
.sy_con2 .rq .lef .p3 {
  font-size: 20px;
  margin-bottom: 13px;
}
.sy_con2 .rq .lef .p5 {
  font-size: 16px;
  width: 255px;
  line-height: 35px;
  margin-top: 20px;
}
.sy_con3 .lef .p1 span, .sy_con3 .lef .p1 {
  font-size: 22px;
}
.sy_con3 .lef {
  padding-right: 26px;
}
.sy_con4 {
  padding-top: 55px;
  padding-bottom: 60px;
}
.sy_con4 .lef .p1 span, .sy_con4 .lef .p1 {
  font-size: 24px;
}
.sy_con5 .top .p1 span, .sy_con5 .top .p1 {
  font-size: 24px;
}
.sy_con5 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sy_con6 .p1 {
  font-size: 24px;
}
.sy_con6 .p1 span {
  font-size: 24px;
}
.sy_con6 .p1 span i {
  font-size: 36px;
}
.sy_con6 {
  padding-top: 36px;
  padding-bottom: 70px;
}
.sy_con7 .lef .p2 {
  font-size: 20px;
  margin-top: 12px;
  line-height: 33px;
}
.sy_con7 .lef {
  padding-top: 20px;
  padding-right: 40px;
}
.sy_con8 .rq .bot .rig .p1 {
  font-size: 22px;
}
.sy_con8 .rq .bot .rig {
  padding: 0 30px;
  padding-top: 26px;
}
.sy_con8 .rq .bot .rig .div {
  padding-top: 10px;
}

}
@media(max-width:1024px){
  .sy_con8 .rq2 .container{
    padding: 0 50px;
  }
  .sy_con8 .rq2 .swiper-button-prev, .sy_con8 .rq2 .swiper-button-next {
    width: 5.5%;
    height: 80%;
}
.sy_con8 .rq .bot .rig .p2 {
  margin-top: 4px;
  height: 130px;
}
}

/* 首页手机端 */
.app_con1{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 85px;
  background: rgb(244,244,244);
}
.app_con1 .rq1 .p1{
  font-size: 55px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.app_con1 .rq1 .p1 span{
  font-size: 55px;
  color: #9e0203;
  font-weight: bold;
}
.app_con1 .rq1 .p2{
  font-size: 34px;
  color: #ffffff;
  line-height: 50px;
  width: 200px;
  margin: 0 auto;
  background: #9e0203;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
}
.app_con1 .rq1 .p3{
  font-size: 30px;
  color: #333333;
  text-align: center;
  margin-bottom: 35px;
}
.app_con1 .rq1 img{
  width: 100%;
}
.app_con1 .rq1 .div{
  padding: 20px 0;
}
.app_con1 .rq1 .lef{
  width: 40%;
  float: left;
}
.app_con1 .rq1 .lef .p4{
  font-size: 40px;
  color: #2f3336;
  font-weight: bold;
}
.app_con1 .rq1 .rig{
  width: 60%;
  float: right;
}
.app_con1 .p5 p{
  font-size: 22px;
  color: #666666;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.app_con1 .p5 p::before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2f3336;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.app_con1 .rq2 .p1{
  font-size: 36px;
  color: #ffffff;
  line-height: 70px;
  background: #9e0203;
  text-align: center;
}
.app_con1 .rq2 .div2{
  padding-top: 50px;
  padding-bottom: 40px;
}
.app_con1 .rq2 .lef{
  width: 43%;
  float: left;
}
.app_con1 .rq2 .lef img{
  width: 100%;
  vertical-align: middle;
}
.app_con1 .rq2 .rig{
  width: 48%;
  float: right;
}
.app_con1 .rq2 .rig .p2{
  font-weight: bold;
  font-size: 40px;
  color: #2f3336;
  line-height: 60px;
  background: rgb(234,234,234);
  padding-left: 20px;
}
.app_con1 .rq2 .rig .div3{
  padding-top: 23px;
  padding-bottom: 30px;
}
.app_con1 .rq2 .rig img{
  width: 100%;
}

/* app_con2 */
.app_con2{
  padding-top: 60px;
  padding-bottom: 60px;
}
.app_bt{
  font-size: 55px;
  color: #2f3336;
  font-weight: bold;
  text-align: center;
}
.app_bt span{
  font-size: 55px;
  color: #2f3336;
  font-weight: 100;
  padding-left: 30px;
  position: relative;
}
.app_bt span::before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  background: #2f3336;
}
.app_fbt{
  font-size: 30px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.app_fbt span{
  display: block;
  color: #9e0203;
  text-align: center;
}
.app_con2 .rq{
  width: 100%;
}
.app_con2 .rq p{
  font-size: 24px;
  color: #666666;
  text-align: center;
  width: 32%;
  margin-right: 2%;
  float: left;
  line-height: 62px;
  border: 1px solid rgb(229,229,229);
  margin-bottom: 15px;
  cursor: pointer;
  transition: all .5s;
}
.app_con2 .rq a:nth-child(3n) p,
.app_con2 .rq p:nth-child(3n){
  margin-right: 0;
}
.app_con2 .rq p.on,
.app_con2 .rq p:hover{
  background: #9e0203;
  color: #fff;
  border: 1px solid #9e0203;
}
.app_con2 .rq2{
  width: 100%;
  padding-top: 10px;
}
.app_con2 .rq2 img{
  width: 100%;
  vertical-align: middle;
}
.app_con2 .rq2 .p3{
  font-size: 36px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
}
.app_con2 .rq2 .p4{
  font-size: 22px;
  color: #666666;
  line-height: 34px;
}
.app_con2 .rq2 a{
  display: block;
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  width: 150px;
  text-align: center;
  background: #9e0203;
  margin-top: 30px;
}
.app_con2 .rq3{
  width: 100%;
  padding-top: 35px;
}
.app_con2 .rq3 .div{
  width: 49%;
  float: left;
  margin-right: 2%;
  position: relative;
}
.app_con2 .rq3 .div:nth-child(2){
  margin-right: 0;
}
.app_con2 .rq3 .div:nth-child(4){
  margin-right: 0;
}
.app_con2 .rq3 .div img{
  width: 100%;
  vertical-align: middle;
}
.app_con2 .rq3 .div p{
  width: 100%;
  font-size: 22px;
  line-height: 50px;
  color: #ffffff;
  background: rgba(119,122,124,0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 20px;
}

/* app_con3 */
.app_con3{
  width: 100%;
  background-image: url(../image/img112.jpg);
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 45px;
}
.app_con3 .p1{
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}
.app_con3 .p1::before{
  content: '';
  width: 60px;
  height: 4px;
  background: rgb(219,145,148);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.app_con3 .p1 span{
  font-size: 40px;
  color: #ffffff;
  position: relative;
  padding-left: 24px;
}
.app_con3 .p1 span::before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.app_con3 .rq{
  width: 100%;
  padding-top: 50px;
}
.app_con3 .rq .div{
  width: 25%;
  float: left;
  border-right: 1px solid rgb(201,79,85);
}
.app_con3 .rq .div:nth-child(4){
  border-right:none;
}
.app_con3 .rq .div .p2{
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.app_con3 .rq .div .p2 span{
  font-size: 72px;
  color: #ffffff;
  font-family: "din";
}
.app_con3 .rq .div .p3{
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}
.app_con3 a{
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  width: 260px;
  line-height: 60px;
  border-radius: 60px;
  text-align: center;
  font-size: 24px;
  color: #2f3336;
  background: #fff;
}
/* app_con4 */
.app_con4{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 70px;
}
.app_con4 .rq{
  padding-top: 50px;
  position: relative;
}
.app_con4 .swiper-slide img{
  width: 100%;
  vertical-align: middle;
}
.app_con4 .swiper-slide p{
  font-size: 22px;
  color: #ffffff;
  line-height: 60px;
  background: rgb(67,71,74);
  text-align: center;
}
.app_con4 .swiper-button-prev,
.app_con4 .swiper-button-next{
  width: 70px;
  height: 70px;
  background-image: url(../image/img116.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -15px;
  transition: all .5s;
}
.app_con4 .swiper-button-prev{
  left: -15px;
  transform: rotate(180deg);
}
.app_con4 .swiper-button-prev:hover,
.app_con4 .swiper-button-next:hover{
  background-image: url(../image/img115.png);
}
.app_con4 a{
  font-size: 24px;
  color: #ffffff;
  display: block;
  width: 220px;
  line-height: 70px;
  margin: 0 auto;
  margin-top: 40px;
  background: #9e0203;
  text-align: center;
}

/* app_con5 */
.app_con5{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 70px;
  position: relative;
}
.app_con5::before{
  content: '';
  width: 100%;
  height: 500px;
  background: rgb(244,244,244);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.app_con5 .p1{
  font-size: 40px;
  color: #2f3336;
  font-weight: bold;
  text-align: center;
}
.app_con5 .p1 span{
  font-size: 50px;
  color: #9e0203;
  position: relative;
}
.app_con5 .p1 span::before {
  width: 165px;
  height: 12px;
  content: '';
  background-image: url(../image/img37.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.app_con5 .p1 span i{
  font-size: 90px;
  color: #9e0203;
  display: inline-block;
  transform: skewX(-9deg);
  font-weight: bold;
}
.app_con5 .p2{
  font-size: 26px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.app_con5 .rq{
  width: 100%;
}
.app_con5 .rq .bj{
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.app_con5 .rq1{
  width: 100%;
}
.app_con5 .rq1 .div{
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 105px;
  border-bottom: 1px dashed rgb(221,221,221);
  position: relative;
}
.app_con5 .rq1 .div:last-child{
  border-bottom: none;
}
.app_con5 .rq1 .div img{
  width: 90px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.app_con5 .rq1 .div .p3{
  font-size: 26px;
  color: #2f3336;
  font-weight: bold;
}
.app_con5 .rq1 .div .p4{
  font-size: 22px;
  color: #999999;
  margin-top: 10px;
}
.app_con5 .rq2{
  width: 100%;
  padding-top: 45px;
}
.app_con5 .rq2 a{
  display: block;
  width: 49%;
  margin-right: 2%;
  float: left;
  line-height: 70px;
  background: rgb(47,51,54);
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.app_con5 .rq2 a img{
  width: 27px;
  margin-bottom: -5px;
  margin-right: 5px;
}
.app_con5 .rq2 a:nth-child(2){
  font-family: "bold";
  float: right;
  margin-right: 0;
  background: #9e0203;
  font-size: 33px;
}
.app_con5 .rq2 a:nth-child(2) img{
  margin-bottom: -2px;
}

/* app_con6 */
.app_con6{
  width: 100%;
  background-image: url(../image/img125.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: top;
  padding-top: 130px;
}
.app_con6 .p1{
  font-size: 24px;
  color: #ffffff;
  opacity: 0.7;
}
.app_con6 .p2{
  font-size: 32px;
  color: #ffffff;
  margin-top: 22px;
  margin-bottom: 45px;
  line-height: 48px;
}
.app_con6 .p3{
  display: block;
  font-size: 24px;
  color: #ffffff;
  padding-left: 55px;
  position: relative;
  margin-bottom: 50px;
}
.app_con6 .p3::before{
  content: '';
  width: 40px;
  height: 2px;
  background: rgb(211,211,212);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.app_con6 .p3 img{
  width: 36px;
  margin-left: 15px;
  margin-bottom: -9px;
}
.app_con6 .bj{
  width: 100%;
}
/* app_con7 */
.app_con7{
  width: 100%;
  padding-top: 83px;
}
.app_con7 .p1{
  font-size: 44px;
  color: #9e0203;
  font-weight: bold;
  text-align: center;
}
.app_con7 .p2{
  font-size: 44px;
  color: #2f3336;
  text-align: center;
  padding-bottom: 17px;
  position: relative;
}
.app_con7 .p2::before{
  content: '';
  width: 50px;
  height: 4px;
  background: #9e0203;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.app_con7 .rq{
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.app_con7 .rq .p3{
  font-size: 22px;
  color: #2f3336;
  text-align: center;
}
.app_con7 .rq .p3 span{
  font-size: 60px;
  color: #2f3336;
  font-family: "bold";
}
.app_con7 .rq .p4{
  font-size: 24px;
  color: #2f3336;
  text-align: center;
}
.app_con7 .rq1{
  width: 100%;
}
.app_con7 .rq1 img{
  width: 100%;
  vertical-align: middle;
}
.app_con7 .rq1 .abo_video{
  cursor: pointer;
  position: relative;
}
.app_con7 .rq1 .abo_video .bf{
  width: 60px;
  height: 60px;
  background: url(../image/img12.png) no-repeat center;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-size: contain;
  z-index: 10;
  transition: all .5s;
}
.app_con7 .rq2{
  padding-top: 50px;
  padding-bottom: 90px;
}
.app_con7 .rq2 .p3{
  font-size: 36px;
  color: #2f3336;
  font-weight: bold;
}
.app_con7 .rq2 .p4{
  font-size: 22px;
  color: #999999;
  margin-top: 22px;
  line-height: 34px;
}
.app_con7 .rq2 div{
  width: 100%;
  padding-top: 50px;
}
.app_con7 .rq2 div a{
  font-size: 22px;
  color: #ffffff;
  display: inline-block;
  width: 205px;
  line-height: 70px;
  background: rgb(47,51,54);
  text-align: center;
  margin-right: 10px;
}
.app_con7 .rq2 div a:nth-child(2){
  background: #9e0203;
}
.app_con7 .rq3{
  width: 100%;
}
.app_con7 .rq3 .p3{
  font-size: 44px;
  color: #2f3336;
  position: relative;
}
.app_con7 .rq3 .p3 a{
  font-size: 26px;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "bold";
  padding-left: 50px;
}
.app_con7 .rq3 .p3 a::before{
  content: '';
  width: 38px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.app_con7 .rq3 .div{
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  background: rgb(244,244,244);
}
.app_con7 .rq3 .div img{
  width: 100%;
}
.app_con7 .rq3 .div .swiper-container{
  padding-bottom: 40px;
}
.app_con7 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #9e0203;
}


/* app_con8 */
.app_con8{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.app_con8 .top{
  width: 100%;
  border-bottom: 4px solid rgb(47,51,54);
  position: relative;
}
.app_con8 .top button{
  font-size: 40px;
  color: #2f3336;
  margin-right: 50px;
  padding-bottom: 15px;
  position: relative;
}
.app_con8 .top a{
  font-size: 60px;
  color: #2f3336;
  font-family: "din";
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
} 
.app_con8 .top button::before {
  content: '';
  width: 20px;
  height: 8px;
  background-image: url(../image/img64.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .5s;
}
.app_con8 .top button.on{
  color: #9e0203;
}
.app_con8 .top button.on::before{
  opacity: 1;
}
.app_con8 .bot{
  width: 100%;
}
.app_con8 .bot .bot_1{
  width: 100%;
  display: none;
}
.app_con8 .bot .bot_1.on1{
  display: block;
}
.app_con8 .bot .rq{
  width: 100%;
  padding: 22px 0;
  border-bottom: 1px dashed rgb(221,221,221);
}
.app_con8 .bot .rq:last-child{
  border-bottom: none;
}
.app_con8 .bot .rq .lef{
  width: 30.5%;
  float: left;
}
.app_con8 .bot .rq .lef img{
  width: 100%;
}
.app_con8 .bot .rq .rig{
  width: 69.5%;
  padding-top: 10px;
  padding-left: 15px;
  float: left;
}
.app_con8 .bot .rq .rig .p1{
  font-size: 26px;
  color: #2f3336;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.app_con8 .bot .rq .rig .p2{
  font-size: 20px;
  color: #a8a8a8;
  font-family: "din";
}
.app_con8 .bot .rq .rig .p3{
  font-size: 22px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 16px;
}

/* app_con9 */
.app_con9{
  width: 100%;
  padding-top: 40px;
  padding-bottom: 90px;
  background: rgb(244,244,244);
}
.app_con9 .p1{
  font-size: 48px;
  color: #2f3336;
  font-family: "bold";
  position: relative;
}
.app_con9 .p1 a{
  font-size: 60px;
  color: #2f3336;
  font-family: "din";
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}
.app_con9 .rq{
  width: 100%;
  padding-top: 22px;
}
.app_con9 .rq img{
  width: 100%;
  vertical-align: middle;
}
.app_con9 .rq1{
  padding: 22px 0;
  border-bottom: 1px dashed rgb(221,221,221);
}
.app_con9 .rq1 .p2{
  font-size: 24px;
  color: #2f3336;
  padding-left: 20px;
  position: relative;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.app_con9 .rq1 .p2::before{
  content: '';
  width: 3px;
  height: 80%;
  background: #9e0203;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.app_con9 .rq1 .p3{
  font-size: 22px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 14px;
}

@media(max-width:414px){
  .app_con1 .rq1 .p1{
    font-size: 24px;
  }
  .app_con1 .rq1 .p1 span{
    font-size: 24px;
  }
  .app_con1 {
    padding-top: 40px;
    padding-bottom: 45px;
}
.app_con1 .rq1 .p2 {
  font-size: 18px;
  line-height: 30px;
  width: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.app_con1 .rq1 .p3 {
  font-size: 16px;
  margin-bottom: 15px;
}
.app_con1 .rq1 .lef .p4 {
  font-size: 22px;
}
.app_con1 .rq1 .lef {
  width: 35%;
}
.app_con1 .rq1 .rig {
  width: 57%;
}
.app_con1 .rq2 .rig {
  width: 50%;
}
.app_con1 .rq1 .rig .p4,
.app_con1 .rq1 .rig .p4 span,
.app_con1 .p5 p,
.app_con1 .p5 p span{
  font-size: 12px !important;
  padding-left: 8px;
  margin-bottom: 12px;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.xzsy_con6 .rq1 .rig .div2 .div {
  width: 95px;
}
.xzsy_con6 .rq1 .rig .div2 .div .p7 {
  font-size: 12px;
}
.app_con1 .p5 p::before {
  width: 5px;
  height: 5px;
}
.app_con1 .rq2 .p1 {
  font-size: 20px;
  line-height: 38px;
}
.app_con1 .rq1 .div {
  padding: 10px 0;
}
.app_con1 .rq2 .rig .p2 {
  font-size: 22px;
  line-height: 34px;
  padding-left: 20px;
}
.app_con1 .rq2 .rig .div3 {
  padding-top: 14px;
  padding-bottom: 6px;
}
.app_con1 .rq2 .lef {
  width: 48%;
}
.app_con1 .rq2 .div2 {
  padding-top: 25px;
  padding-bottom: 18px;
}

.app_bt{
  font-size: 24px;
}
.app_bt span{
  font-size: 24px;
}
.app_con2 {
  padding-top: 36px;
  padding-bottom: 38px;
}
.app_fbt {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 15px;
}
.app_con2 .rq p {
  font-size: 13px;
  line-height: 34px;
  margin-bottom: 8px;
}
.app_con2 .rq2 .p3 {
  font-size: 20px;
  margin-top: 14px;
  margin-bottom: 4px;
}
.app_con2 .rq2 .p4 {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.app_con2 .rq2 a {
  font-size: 14px;
  line-height: 32px;
  width: 85px;;
  margin-top: 15px;
}
.app_con2 .rq3 .div p {
  font-size: 12px;
  line-height: 28px;
  padding-left: 15px;
}
.app_con2 .rq3 {
  padding-top: 20px;
}

.app_con3{
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 22px;
}
.app_con3 .p{
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.app_con3 .p1 {
  font-size: 22px;
  padding-bottom: 12px;
}
.app_con3 .p1 span {
  font-size: 22px;
  padding-left: 24px;
}
.app_con3 .p1::before {
  width: 34px;
  height: 2px;
}
.app_con3 .rq {
  padding-top: 20px;
}
.app_con3 .rq .div .p2 span {
  font-size: 38px;
}
.app_con3 .rq .div .p2 {
  font-size: 12px;
}
.app_con3 .rq .div .p3 {
  font-size: 14px;
}
.app_con3 a {
  margin-top: 24px;
  width: 145px;
  line-height: 33px;
  border-radius: 33px;
  font-size: 14px;
}
.app_con4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.app_con4 .rq {
  padding-top: 14px;
}
.app_con4 .swiper-slide p {
  font-size: 12px;
  line-height: 34px;
}
.app_con4 .swiper-button-prev, .app_con4 .swiper-button-next{
  width: 40px;
  height: 40px;
}
.app_con4 a {
  font-size: 14px;
  width: 120px;
  line-height: 40px;
  margin-top: 24px;
}
.app_con5 .p1 {
  font-size: 22px;
}
.app_con5 .p1 span {
  font-size: 26px;
}
.app_con5 .p1 span i {
  font-size: 48px;
}
.app_con5 .p1 span::before {
  width: 115px;
  height: 12px;
}
.app_con5 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.app_con5 .p2 {
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.app_con5::before {
  height: 270px;
}
.app_con5 .rq1 .div .p3 {
  font-size: 16px;
}
.app_con5 .rq1 .div .p4 {
  font-size: 14px;
  margin-top: 4px;
}
.app_con5 .rq1 .div img{
  width: 50px;
}
.app_con5 .rq1 .div {
  padding-top: 15px;
  padding-bottom: 14px;
  padding-left: 60px;
}
.app_con5 .rq2 a {
  line-height: 40px;
  font-size: 14px;
}
.app_con5 .rq2 a img {
  width: 16px;
  margin-bottom: -4px;
  margin-right: 0px;
}
.app_con5 .rq2 a:nth-child(2) {
  font-size: 18px;
}
.app_con5 .rq2 {
  padding-top: 20px;
}
.app_con6 {
  padding-top: 70px;
}
.app_con6 .p1 {
  font-size: 14px;
}
.app_con6 .p2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 26px;
  line-height: 26px;
}
.app_con6 .p3 {
  font-size: 14px;
  padding-left: 30px;
  margin-bottom: 32px;
}
.app_con6 .p3 img {
  width: 20px;
  margin-left: 6px;
  margin-bottom: -5px;
}
.app_con6 .p3::before {
  width: 20px;
}
.app_con7 .p1 {
  font-size: 22px;
}
.app_con7 .p2 {
  font-size: 22px;
  padding-bottom: 11px;
}
.app_con7 .p2::before {
  width: 30px;
  height: 2px;
}
.app_con7 {
  padding-top: 40px;
}
.app_con7 .rq {
  padding-top: 32px;
  padding-bottom: 32px;
}
.app_con7 .rq .p3 span {
  font-size: 32px;
}
.app_con7 .rq .p3 {
  font-size: 14px;
}
.app_con7 .rq .p4 {
  font-size: 14px;
}
.app_con7 .rq1 .abo_video .bf {
  width: 34px;
  height: 34px;
}
.app_con7 .rq2 {
  padding-top: 30px;
  padding-bottom: 50px;
}
.app_con7 .rq2 .p3 {
  font-size: 20px;
}
.app_con7 .rq2 .p4 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 22px;
}
.app_con7 .rq2 div a {
  font-size: 14px;
  width: 115px;
  line-height: 40px;
  margin-right: 0px;
}
.app_con7 .rq2 div {
  padding-top: 30px;
}
.app_con7 .rq3 .p3 {
  font-size: 24px;
}
.app_con7 .rq3 .p3 a {
  font-size: 14px;
  padding-left: 28px;
}
.app_con7 .rq3 .p3 a::before {
  width: 20px;
  height: 2px;
}
.app_con7 .rq3 .div {
  margin-top: 15px;
  padding-top: 12px;
  padding-bottom: 15px;;
}
.app_con8 {
  padding-top: 38px;
  padding-bottom: 40px;
}
.app_con8 .top button {
  font-size: 22px;
  margin-right: 30px;
  padding-bottom: 12px;
}
.app_con8 .top button::before {
  width: 16px;
  height: 6px;
}
.app_con8 .top a {
  font-size: 33px;
}
.app_con8 .top {
  border-bottom: 3px solid rgb(47,51,54);
}
.app_con8 .bot .rq .rig .p1 {
  font-size: 16px;
}
.app_con8 .bot .rq .rig .p2 {
  font-size: 12px;
}
.app_con8 .bot .rq .rig .p3 {
  font-size: 14px;
  margin-top: 2px;
}
.app_con8 .bot .rq .rig {
  padding-top: 0px;
  padding-left: 10px;
}
.app_con8 .bot .rq {
  padding: 12px 0;
}
.app_con9 .p1 {
  font-size: 26px;
}
.app_con9 .p1 a {
  font-size: 34px;
}
.app_con9 {
  padding-top: 24px;
  padding-bottom: 38px;
}
.app_con9 .rq1 .p2 {
  font-size: 16px;
  padding-left: 14px;
}
.app_con9 .rq1 .p2::before {
  width: 2px;
  height: 70%;
  top: 52%;
}
.app_con9 .rq1 .p3 {
  font-size: 14px;
  margin-top: 5px;
}
.app_con9 .rq1 {
  padding: 14px 0;
}

}
@media(max-width:375px){
  .app_con1 .p5 p{
    padding-left: 10px;
}
.app_con2 .rq p {
  font-size: 12px;
}
.app_con3 {
  padding-top: 40px;
}
.app_con3 .rq {
  padding-top: 15px;
}
}









/* 产品 */
.ny_banner{
  width: 100%;
  position: relative;
}
.ny_banner .bj{
  width: 100%;
  vertical-align: middle;
}
.ny_banner .wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ny_banner .p1{
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  padding: 0 15px;
  background: #9e0203;
}
.ny_banner .p2{
  font-size: 44px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 12px;
  position: relative;
}
.ny_banner .p2::before{
  width: 40px;
  height: 2px;
  content: '';
  background: rgb(143,147,150);
  position: absolute;
  bottom: 0;
  left: 0;
}
.ny_banner .p3{
  font-size: 18px;
  color: #ffffff;
  margin-top: 30px;
}

/* sy_con2 */
.ny_con1,
.ny_con2{
  width: 100%;
  background: rgb(248,248,248);
}
.ny_dh{
  padding-top: 34px;
  padding-bottom: 43px;
}
.ny_dh span,
.ny_dh a{
  font-size: 14px;
  color: #999999;
}
.ny_dh a.on{
  color: #9e0203;
}
.ny_con2 .rq{
  width: 100%;
}
.ny_con2 .lef{
  width: 20%;
  float: left;
}
.job1{
  width: 100%;
}
.job1 .p1{
  font-size: 30px;
  color: #ffffff;
  line-height: 80px;
  text-align: center;
  background: rgb(47,51,54);
  position: relative;
}
.job1 .p1 span{
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
  font-weight: bold;
}
.job1 .s_job{
  width: 100%;
  /* background: #fff; */
}
.job1 .s_job .S_jobitem{
  width: 100%;
  border-bottom: 1px dashed rgb(229,229,229);
}
.job1 .s_job .S_jobitem:last-child{
  border-bottom: none;
}
.job1 .s_job .S_jobhead{
  font-size: 16px;
  color: #333333;
  line-height: 65px;
  background: url(../image/img68.png) #fff;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 85%;
  transition: all .5s;
  padding-left: 30px;
  position: relative;
}
.job1 .s_job .S_jobhead a{
  display: block;
}
.job1 .s_job .open .S_jobhead{
  background: url(../image/img67.png) #9e0203;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 85%;
  color: #fff;
}
.job1 .s_job .open .S_jobhead a{
  color: #fff;
}

.job1 .s_job .S_jobcont{
  padding: 10px 0;
  padding-bottom: 20px;
  display: none;
  padding-left: 30px;
  background: #fff;
}
.job1 .s_job .open .S_jobcont{
  display: block;
}
.job1 .s_job .S_jobcont a{
  font-size: 14px;
  color: #666666;
  display: block;
  line-height: 30px;
  position: relative;
  padding-left: 12px;
  transition: all .5s;
}
.job1 .s_job .S_jobcont a:hover,
.job1 .s_job .S_jobcont a.on{
  color: #9e0203;
}
.job1 .s_job .S_jobcont a img{
  width: 6px;
  margin-left: 18px;
  opacity: 0;
  transition: all .5s;
}
.job1 .s_job .S_jobcont a.on img{
  opacity: 1;
}
.job2{
  width: 100%;
  margin-top: 25px;
}
.job2 .p1{
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  background: #9e0203;
  position: relative;
}
.job2 .p1 span{
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #fff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
}
.job2 .rq{
  width: 100%;
  background: #fff;
  padding: 12px;
}
.job2 .rq a{
  display: inline-block;
  line-height: 22px;
  border: 1px solid rgb(209,210,211);
  padding: 0 13px;
  font-size: 12px;
  color: #999999;
  border-radius: 3px;
  margin-bottom: 4px;
  transition: all .5s;
}
.job2 .rq a:hover{
  color: #fff;
  background: #9e0203;
  border: 1px solid #9e0203;
}
.ny_con2 .rig{
  width: 77.5%;
  float: right;
  background: #fff;
}
.ny_con2 .rig .top{
  width: 100%;
  border-bottom: 2px solid rgb(239,239,239);
  padding: 0 20px;
  position: relative;
}
.ny_con2 .rig .top .p1{
  font-size: 26px;
  color: #333333;
  float: left;
  line-height: 75px;
}
.ny_con2 .rig .top .div{
  float: right;
  padding-top: 17.5px;
}
.ny_con2 .rig .top .div1{
  width: 41px;
  height: 40px;
  background-image: url(../image/img71.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.ny_con2 .rig .top .div1.on{
  background-image: url(../image/img70.png);
}
.ny_con2 .rig .top .div2{
  width: 41px;
  height: 40px;
  background-image: url(../image/img72.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 7px;
}
.ny_con2 .rig .top .div2.on{
  background-image: url(../image/img73.png);
}
.ny_con2 .rig .bot{
  width: 100%;
  padding:20px;
  padding-bottom: 0;
  background: #fff;
}
.ny_con2 .rig .bot .rq{
  width: 31.6%;
  float: left;
  margin-right: 2.6%;
  border: 1px solid rgb(219,219,219);
  margin-bottom: 20px;
}
.ny_con2 .rig .bot .rq:nth-child(3n){
  margin-right: 0;
}
.ny_con2 .rig .bot .rq .rq1{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgb(219,219,219);
}
.ny_con2 .rig .bot .rq .rq1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.ny_con2 .rig .bot .rq:hover img{
  transform: scale(1.05);
}
.ny_con2 .rig .bot .rq .rq2{
  width: 100%;
  padding: 25px 22px 20px 22px;
  height: 204px;
}
.ny_con2 .rig .bot .rq .rq2 .p1{
  font-size: 22px;
  color: #333333;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ny_con2 .rig .bot .rq .rq2 .p2{
  font-size: 14px;
  color: #999999;
  margin-top: 18px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ny_con2 .rig .bot .rq .rq2 button{
  font-size: 14px;
  color: #999999;
  width: 120px;
  height: 35px;
  border: 1px solid rgb(219,219,219);
  margin-top: 20px;
  transition: all .5s;
}
.ny_con2 .rig .bot .rq:hover .rq2 button{
  background: #9e0203;
  border: 1px solid #9e0203;
  color: #fff;
}
.ny_con2 .rig .bot .rq .rq2 div{
  margin-top: 25px;
  margin-bottom: 10px;
  display: none;
}
.ny_con2 .rig .bot .rq .rq2 div p{
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  line-height: 22px;
}
.ny_con2 .rig .bot .rq .rq2 div span{
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  padding: 0 7px;
  border: 1px solid rgb(209,210,211);
  border-radius: 3px;
  transition: all .5s;
}
.ny_con2 .rig .bot .rq .rq2 div span:hover{
  background: #9e0203;
  border: 1px solid #9e0203;
  color: #fff;
}
.ny_con2 .rig .bot.on1{
  padding-top: 0;
}
.ny_con2 .rig .bot.on1 .rq{
  width: 100%;
  margin-right: 0;
  border: none;
  border-bottom: 1px solid rgb(219,219,219);
  padding: 20px 0;
  margin-bottom: 0;
}
.ny_con2 .rig .bot.on1 .rq .rq1{
  width: 37.4%;
  float: left;
  border: 1px solid rgb(219,219,219);
}
.ny_con2 .rig .bot.on1 .rq .rq2{
  width: 62.6%;
  height: auto;
  float: left;
  padding-left: 46px;
}
.ny_con2 .rig .bot.on1 .rq .rq2 div{
  display: block;
}
.ny_con2 .rig .bot.on1 .rq .rq2 .p1{
  font-weight: bold;
}


/* 分页器 */
.fyq{
  width: auto;
  display: table;
  margin: 40px auto;
  margin-top: 30px;
}
.fyq li{
  float: left;
  margin-right: 9px;
  transition: all .5s;
  border: 1px solid rgb(219,219,219);
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.fyq li:hover{
  background: #9e0203;
  border: 1px solid #9e0203;
}
.fyq li a{
  display:block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  color: #999999;
  transition: all .5s;
}
.fyq li:hover a{
  color: #fff;
}
.fyq li:first-child a,
.fyq li:last-child a{
  background-image: url(../image/img75.png);
  background-size: 8px 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.fyq li:first-child:hover a,
.fyq li:last-child:hover a{
  background-image: url(../image/img76.png);
}
.fyq li:last-child a{
  transform: rotate(180deg);
}
.fyq li:last-child,
.fyq li:first-child{
  margin-right: 22px;
  width: 45px;
}
.fyq li:last-child{
  margin-right: 0;
  margin-left: 13px;
}

/* ny_con3 */
.ny_con3{
  background: rgb(248,248,248);
}
.sy_con9.ny_con3 .lef .rq1 {
  padding: 15px 25px 25px 33px;
  background: #fff;
}
.sy_con9.ny_con3 .lef .rq1 .bot {
  margin-top: 0;
  border-top: none;
}
.sy_con9.ny_con3 .lef .rq1 .bot a{
  line-height: 55px;
}
.sy_con9.ny_con3 .rq .a{
  font-size: 18px;
  color: #2f3336;
  font-family: "din";
  text-transform: uppercase;
  margin-top: 18px;
}
.sy_con9.ny_con3 .rq .a::before{
  content: '';
  width: 20px;
  height: 2px;
  background: rgb(47,51,54);
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
.sy_con9.ny_con3 .rq {
  border-bottom: 4px solid rgb(47,51,54);
}
.sy_con9.ny_con3 .rig .rq span{
  font-size: 29px;
  color: #9e0203;
}
.sy_con9.ny_con3 .rig .bot{
  background: #fff;
}

.fl{
  width: 100%;
  line-height: 40px;
  padding: 0 20px;
  display: none;
  background: linear-gradient(180deg , #f2f2f2 0% , #e0e0e0 100%);
}
.fl a{
  font-size: 16px;
  color: #333;
  float: right;
}

/* 产品分辨率 */
@media(max-width:1459px){
  .ny_banner .p1 {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
}
.ny_banner .p2 {
  font-size: 33px;
  margin-top: 5px;
  padding-bottom: 12px;
}
.ny_banner .p3 {
  font-size: 14px;
  margin-top: 18px;
}
.ny_dh {
  padding-top: 25px;
  padding-bottom: 30px;
}
.job1 .p1 {
  font-size: 22px;
  line-height: 60px;
}
.job1 .p1 span {
  font-size: 30px;
}
.job1 .s_job .S_jobhead {
  font-size: 14px;
  line-height: 38px;
}
.job1 .s_job .S_jobcont {
  padding: 10px 0;
  padding-left: 30px;
}
.job1 .s_job .S_jobcont a {
  font-size: 12px;
  line-height: 26px;
  padding-left: 12px;
}
.job2 .p1 {
  font-size: 18px;
  line-height: 45px;
}
.job2 .p1 span {
  font-size: 28px;
}
.job2 .rq a {
  font-size: 12px;
}
.ny_con2 .rig .top .p1 {
  font-size: 20px;
  line-height: 55px;
}
.ny_con2 .rig .top .div2,
.ny_con2 .rig .top .div1 {
  width: 31px;
  height: 30px;
}
.ny_con2 .rig .top .div {
  padding-top: 12.5px;
}
.ny_con2 .rig .bot .rq .rq2 {
  padding: 15px 10px 10px 10px;
  height: 155px;
}
.ny_con2 .rig .bot .rq .rq2 .p1 {
  font-size: 18px;
}
.ny_con2 .rig .bot .rq .rq2 .p2 {
  font-size: 13px;
  margin-top: 10px;
  line-height: 23px;
}
.ny_con2 .rig .bot .rq .rq2 button {
  font-size: 13px;
  width: 90px;
  height: 30px;
  margin-top: 15px;
}
.ny_con2 .rig .bot.on1 .rq .rq2 {
  padding-left: 34px;
}
.ny_con2 .rig .bot .rq .rq2 div {
  margin-top: 15px;
  margin-bottom: 10px;
}
.sy_con9.ny_con3 .rq .a {
  font-size: 14px;
  margin-top: 14px;
}
.sy_con9.ny_con3 .rq .a::before {
  width: 12px;
  left: -20px;
}
.sy_con9.ny_con3 .rig .rq span {
  font-size: 22px;
}
.sy_con9.ny_con3 .lef .rq1 .bot a {
  line-height: 44px;
}
.sy_con9.ny_con3 .lef .rq1 {
  padding: 15px 25px 20px 33px;
}


}
@media(max-width:1259px){
  .ny_con2 .rig .bot.on1 .rq .rq2 {
    padding-left: 25px;
    padding-top: 0;
}
.ny_con2 .rig .bot.on1 .rq {
  padding: 12px 0;
}
.job1 .s_job .S_jobhead {
  padding-left: 15px;
}
.job1 .s_job .S_jobcont {
  padding-left: 15px;
}
}
@media(max-width:991px){
  .fl{
    display: block;
  }
  #c-followDot{
    display: none;
  }
  .pc{
    display: none;
  }
  .app{
    display: block;
  }
  .content{
    margin-top: 80px;
  }
  .ny_con2 .lef{
    display: none;
  }
  .ny_con2 .rig{
    width: 100%;
  }

  .sy_con9.ny_con3 .lef{
    width: 100%;
  }
  .sy_con9.ny_con3 .rig{
    width: 100%;
    margin-top: 20px;
  }
  .sy_con9 .rig .bot li a {
    height: auto;
}

}
@media(max-width:768px){
  .sy_con1{
    display: none;
  }
  .ny_dh {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ny_con2 .rig .top .p1 {
  font-size: 16px;
  line-height: 55px;
}
.ny_con2 .rig .bot .rq{
  width: 49%;
  margin-right: 2%;
}
.ny_con2 .rig .bot .rq:nth-child(3n){
  margin-right: 2%;
}
.ny_con2 .rig .bot .rq:nth-child(2n){
  margin-right: 0;
}
.ny_banner .wrap{
  width: 100%;
}

}
@media(max-width:500px){
  .ny_banner .p2 {
    font-size: 22px;
}
  .ny_con2 .container{
    padding: 0;
  }
  .ny_con2 .ny_dh .container,
  .ny_con2 .rig{
    padding: 0 15px;
  }

  .ny_con2 .rig .bot{
    padding: 10px 5px;
  }
  .ny_con2 .rig .bot .rq .rq2 {
    padding: 10px 10px 10px 10px;
    height: 130px;
}
.ny_con2 .rig .bot .rq .rq2 .p1 {
  font-size: 16px;
}
.ny_con2 .rig .bot .rq .rq2 .p2 {
  font-size: 12px;
  margin-top: 6px;
  line-height: 19px;
}
.ny_con2 .rig .bot .rq .rq2 button {
  font-size: 13px;
  margin-top: 10px;
}
.ny_con2 .rig .bot.on1 .rq .rq1{
  width: 100%;
}
.ny_con2 .rig .bot.on1 .rq .rq2{
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
}
.fyq li {
  margin-right: 5px;
}
.fyq li:last-child, .fyq li:first-child {
  margin-right: 10px;
}
.fyq li:last-child {
  margin-left: 5px;
}
.fyq {
  margin: 30px auto;
  margin-top: 10px;
}
.sy_con9 .lef .rq1 .bot a{
  width: 100%;
}
.sy_con9 {
  padding-top: 40px;
  padding-bottom: 60px;
}
}

/* 分类 */
.fl_con1{
  width: 100%;
  padding-bottom: 60px;
}
.fl_con1 .job1 .p1 a{
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  z-index: 10;
}

/* 产品详情 */
.pro_dat2{
  background: rgb(248,248,248);
  padding-bottom: 55px;
}
.pro_dat2 .rq{
  width: 100%;
}
.pro_dat2 .lef {
  width: 20%;
  float: left;
}
.job4,
.job3{
  width: 100%;
  margin-top: 25px;
}
.job4 .p1,
.job3 .p1 {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  background: #9e0203;
  position: relative;
}
.job4 .p1 span,
.job3 .p1 span {
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #fff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
}
.job3 .rq{
  width: 100%;
  padding: 10px 15px;
  background: #fff;
}
.job3 .rq .swiper-slide a{
  display: block;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed rgb(229,229,229);
  display: flex;
}
.job3 .rq .swiper-slide a .lef{
  width: 39%;
}
.job3 .rq .swiper-slide a .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.job3 .rq .swiper-slide a:hover .lef img{
  transform: scale(1.05);
}
.job3 .rq .swiper-slide a .rig{
  width: 61%;
  padding-left: 19px;
  display: flex;
  flex-wrap: wrap;
  align-content:center;
  align-items:center;
}
.job3 .rq .swiper-slide a .rig .p2{
  font-size: 16px;
  color: #666666;
  transition: all .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.job3 .rq .swiper-slide a:hover .rig .p2{
  color: #9e0203;
}
/* job4 */
.job4 .rq{
  padding: 0 15px;
  padding-bottom: 25px;
  width: 100%;
  background: #ffffff;
}
.job4 .rq a{
  width: 100%;
  display: block;
  border-bottom: 1px dashed rgb(229,229,229);
  font-size: 14px;
  color: #666666;
  line-height: 45px;
  padding-left: 12px;
  position: relative;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.job4 .rq a::before{
  content: '';
  width: 5px;
  height: 5px;
  background: #9e0203;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.job4 .rq a:hover{
  color: #9e0203;
  padding-left: 15px;
}

.pro_dat2 .rig {
  width: 77.5%;
  float: right;
}
.pro_dat2 .rig .rq1{
  width: 100%;
  background: #fff;
  padding-bottom: 20px;
  padding-top: 20px;
}
.pro_dat2 .rig .rq1 .div1{
  width: 48.3%;
  float: left;
}
.pro_dat2 .rig .rq1 .top{
  width: 100%;
}
.pro_dat2 .rig .rq1 .bot{
  padding-left: 18px;
  padding-right: 34px;
  margin-top: 14px;
  position: relative;
}
.pro_dat2 .rig .rq1 .top .swiper-slide,
.pro_dat2 .rig .rq1 .bot .swiper-slide{
  border: 1px solid rgb(219,219,219);
}
.pro_dat2 .rig .rq1 .bot .swiper-slide-thumb-active{
  border: 2px solid #9e0203;
}

.pro_dat2 .rig .rq1 .top .swiper-slide img,
.pro_dat2 .rig .rq1 .bot .swiper-slide img{
  width: 100%;
  vertical-align: middle;
}
.pro_dat2 .rig .rq1 .bot .swiper-button-next,
.pro_dat2 .rig .rq1 .bot .swiper-button-prev{
  width: 15px;
  height: 25px;
  background-image: url(../image/img80.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 90%;
  transition: all .5s;
}
.pro_dat2 .rig .rq1 .bot .swiper-button-prev{
  transform: rotate(180deg);
  left: 97%;
  top: 40%;
}
.pro_dat2 .rig .rq1 .bot .swiper-button-next:hover,
.pro_dat2 .rig .rq1 .bot .swiper-button-prev:hover{
  background-image: url(../image/img79.png);
}
.pro_dat2 .rig .rq1 .div2{
  width: 51.7%;
  float: left;
  padding: 20px 37px 0 50px; 
}
.pro_dat2 .rig .rq1 .div2 .p1{
  font-size: 36px;
  color: #2f3336;
  border-bottom: 2px solid #2f3336;
  padding-bottom: 20px;
}
.pro_dat2 .rig .rq1 .div3{
  padding-top: 33px;
  padding-bottom: 25px;
}
.pro_dat2 .rig .rq1 .p2{
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  display: inline-block;
  line-height: 28px;
}
.pro_dat2 .rig .rq1 .div3 .p2:nth-child(1),
.pro_dat2 .rig .rq1 .div3 .p2:nth-child(3){
  width: 60%;
}
.pro_dat2 .rig .rq1 .p2 span{
  font-size: 16px;
  color: #666666;
  font-weight: 100;
}
.pro_dat2 .rig .rq1 .p2 span{
  display: block;
  width: 100%;
}
.pro_dat2 .rig .rq1 .div3 .p2 span{
  display: inline;
}
.pro_dat2 .rig .rq1 .div4{
  margin-top: 55px;
}
.pro_dat2 .rig .rq1 .div4 a{
  width: 50%;
  line-height: 55px;
  display: inline-block;
  background: rgb(47,51,54);
  text-align: center;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.pro_dat2 .rig .rq1 .div4 a{
  background:#9e0203;
  font-size: 20px;
  font-family: "din";
}

.pro_dat2 .rig .rq1 .div4 a img{
  margin-bottom: 2px;
  margin-right: 8px;
}
.pro_dat2 .rig .rq2{
  width: 100%;
  margin-top: 30px;
}
.pro_dat2 .rig .rq2 .p1{
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  background: rgb(47,51,54);
  padding-left: 37px;
  position: relative;
}
.pro_dat2 .rig .rq2 .p1::before{
  content: '';
  width: 4px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
}
.pro_dat2 .rig .rq2 .div{
  width: 100%;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-x: auto;
  padding-left: 2%;
  padding-right: 2%;
}
.pro_dat2 .rig .rq2 .div img{
  max-width: 95%;
  display: block;
  margin: 0 auto;
}
.pro_dat2 .rig .rq3 .div{
  padding-top: 40px;
  padding-bottom: 35px;
}
.pro_dat2 .rig .rq4 .p1{
  position: relative;
}
.pro_dat2 .rig .rq4 .p1 a{
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: "din";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.pro_dat2 .rig .rq4 .p1 a::before{
  content: '';
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.pro_dat2 .rig .rq4 .div{
  padding: 18px 40px;
}
.pro_dat2 .rig .rq4 .div a{
  display: block;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid rgb(238,238,238);
}
.pro_dat2 .rig .rq4 .div a:last-child{
  border-bottom: none;
}
.pro_dat2 .rig .rq4 .div a .div1{
  width: 20%;
  float: left;
}
.pro_dat2 .rig .rq4 .div a .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.pro_dat2 .rig .rq4 .div a:hover .div1 img{
  transform: scale(1.05);
}
.pro_dat2 .rig .rq4 .div a .div2{
  width: 80%;
  float: left;
  padding-left: 30px;
  padding-top: 15px;
  padding-right: 140px;
}
.pro_dat2 .rig .rq4 .div a .div2 .p2{
  font-size: 18px;
  color: #333333;
  margin-bottom: 18px;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.pro_dat2 .rig .rq4 .div a:hover .div2 .p2{
  color: #9e0203;
}
.pro_dat2 .rig .rq4 .div a .div2 .p3{
  font-size: 14px;
  color: #999999;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pro_dat2 .rig .rq4 .div a .div2 button{
  font-size: 18px;
  color: #333333;
  width: 80px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(221,221,221);
  transition: all .5s;
}
.pro_dat2 .rig .rq4 .div a:hover .div2 button{
  background: #9e0203;
  color: #fff;
}

/* pro_dat3 */
.pro_dat3{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}
.pro_dat3 .p{
  border-bottom: 4px solid rgb(47,51,54);
  position: relative;
  margin-bottom: 50px;
}
.pro_dat3 .p span{
  font-size: 29px;
  color: #9e0203;
  padding-bottom: 18px;
  position: relative;
  display: inline-block;
}
.pro_dat3 .p span::before{
  width: 20px;
  height: 8px;
  content: '';
  background-image: url(../image/img64.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pro_dat3 .p a{
  text-transform: uppercase;
  font-size: 18px;
  color: #2f3336;
  font-family: "din";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro_dat3 .p a::before{
  content: '';
  width: 20px;
  height: 2px;
  background: #2f3336;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.pro_dat3 .rq{
  width: 100%;
  position: relative;
}
.pro_dat3 .rq .swiper-slide{
  position: relative;
  overflow: hidden;
}
.pro_dat3 .rq .swiper-slide{
  border: 1px solid rgb(219,219,219);
}
.pro_dat3 .rq .swiper-slide img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.pro_dat3 .rq .swiper-slide:hover img{
  transform: scale(1.1);
}
.pro_dat3 .rq .swiper-slide .p1{
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  background: rgba(127,129,131,0.8);
  padding-left: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.pro_dat3 .rq .swiper-slide:hover .p1{
  top: 100%;
}
.pro_dat3 .rq .swiper-slide .mb{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(127,129,131,0.8);
  padding: 20px;
  transition: all .5s;
}
.pro_dat3 .rq .swiper-slide:hover .mb{
  top: 0;
}
.pro_dat3 .rq .swiper-slide .mb .p2{
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 10px;
}
.pro_dat3 .rq .swiper-slide .mb .p3{
  font-size: 14px;
  color: #fff;
  line-height: 23px;
}
.pro_dat3 .rq .swiper-button-prev,
.pro_dat3 .rq .swiper-button-next{
  width: 14px;
  height: 25px;
  background-image: url(../image/img90.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -40px;
  transition: all .5s;
}
.pro_dat3 .rq .swiper-button-prev{
  transform: rotate(180deg);
  left: -40px;
}
.pro_dat3 .rq .swiper-button-prev:hover,
.pro_dat3 .rq .swiper-button-next:hover{
  background-image: url(../image/img89.png);
}

/* 产品详情分辨率 */
@media(max-width:1459px){
  .pro_dat2 .rig .rq1 .div4 {
    margin-top: 30px;
}
.pro_dat2 .rig .rq1 .bot .swiper-button-prev {
  left: 96.5%;
  top: 40%;
}
  .job4 .p1, .job3 .p1{
    font-size: 18px;
    line-height: 45px;
  }
  .job4 .p1 span,
  .job3 .p1 span {
    font-size: 28px;
  }
  .job3 .rq .swiper-slide a .rig {
    padding-left: 13px;
}
.job3 .rq .swiper-slide a .rig .p2 {
  font-size: 14px;
}
.job3 .rq .swiper-slide a {
  padding: 8px 0;
}
.job4 .rq a {
  font-size: 12px;
  line-height: 37px;
}
.pro_dat2 .rig .rq1 .div2 {
  padding: 28px 28px 0 38px;
}
.pro_dat2 .rig .rq1 .div2 .p1 {
  font-size: 26px;
  padding-bottom: 10px;
}
.pro_dat2 .rig .rq1 .div4 a {
  width: 180px;
  line-height: 50px;
  font-size: 16px;
}
.pro_dat2 .rig .rq1 .div4 a:nth-child(2) {
  font-size: 20px;
}
.pro_dat2 .rig .rq1 .p2 {
  font-size: 14px;
  line-height: 28px;
}
.pro_dat2 .rig .rq1 .p2 span {
  font-size: 14px;
}
.pro_dat2 .rig .rq2 .div {
  padding-top: 40px;
  padding-bottom: 35px;
}
.pro_dat2 .rig .rq4 .div {
  padding: 10px 20px;
}
.pro_dat2 .rig .rq4 .div a .div2 {
  padding-left: 15px;
  padding-top: 0px;
  padding-right: 140px;
}
.pro_dat2 .rig .rq4 .div a .div2 button {
  font-size: 16px;
  width: 70px;
  height: 35px;
}
.pro_dat3 .p span {
  font-size: 22px;
  padding-bottom: 15px;
}
.pro_dat3 .p a {
  font-size: 14px;
}
.pro_dat3 .p a::before {
  width: 15px;
  height: 2px;
  left: -21px;
}
.pro_dat3 .p {
  margin-bottom: 30px;
}
.pro_dat3 {
  padding-top: 45px;
  padding-bottom: 70px;
}
.pro_dat2 .rig .rq2 .p1 {
  font-size: 18px;
  line-height: 40px;
  padding-left: 33px;
}
.pro_dat2 .rig .rq2 .p1::before {
  width: 3px;
  height: 18px;
  left: 20px;
}

}
@media(max-width:1259px){
  
  .job3 .rq .swiper-slide a .rig .p2 {
    font-size: 12px;
}
.pro_dat2 .rig .rq1 .div2 .p1 {
  font-size: 20px;
  padding-bottom: 10px;
}
.pro_dat2 .rig .rq1 .div4 a {
  width: 150px;
  line-height: 45px;
  font-size: 14px;
}
.pro_dat2 .rig .rq1 .div4 a img {
  width: 16px;
}
.pro_dat2 .rig .rq1 .div4 a:nth-child(2) {
  font-size: 18px;
}
.pro_dat2 .rig .rq1 .div4 {
  margin-top: 20px;
}
.pro_dat2 .rig .rq1 .div3 .p2:nth-child(1), .pro_dat2 .rig .rq1 .div3 .p2:nth-child(3) {
  width: 100%;
}
.pro_dat2 .rig .rq1 .div3 {
  padding-top: 10px;
  padding-bottom: 0px;
}
.pro_dat2 .rig .rq1 .div2 {
  padding: 10px 26px 0 23px;
}
.pro_dat2 .rig .rq1 .bot .swiper-button-next, .pro_dat2 .rig .rq1 .bot .swiper-button-prev {
  width: 13px;
}
.pro_dat2 .rig .rq2 .div {
  padding-top: 25px;
  padding-bottom: 25px;
}
.pro_dat2 .rig .rq4 .div {
  padding: 10px 20px;
}
.pro_dat3 .rq .swiper-slide .p1 {
  font-size: 14px;
  line-height: 36px;
}


}
@media(max-width:991px){
  .pro_dat2 .lef{
    display: none;
  }
  .pro_dat2 .rig{
    width: 100%;
  }

}
@media(max-width:768px){
  .pro_dat2 .rig .rq1 .div1{
    width: 100%;
  }
  .pro_dat2 .rig .rq1 .div2{
    width: 100%;
  }
  .pro_dat2 .rig .rq1 .bot .swiper-button-next, .pro_dat2 .rig .rq1 .bot .swiper-button-prev {
    top: 58%;
    right: 10px;
}
.pro_dat2 .rig .rq1 .bot .swiper-button-prev {
  left: 10px;
  top: 58%;
}
.pro_dat2 .rig .rq1 .bot {
  padding-left: 50px;
  padding-right: 50px;
}
.pro_dat2 .rig .rq4 .div a .div2 .p2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.pro_dat2 .rig .rq4 .div a .div2 .p3 {
  font-size: 12px;
  line-height: 20px;
}
.pro_dat2 .rig .rq4 .div a .div2 button {
  font-size: 14px;
  width: 60px;
  height: 30px;
}
.pro_dat3 .rq {
  width: 95%;
  margin: 0 auto;
}
.pro_dat3 .rq .swiper-button-prev, .pro_dat3 .rq .swiper-button-next {
  width: 10px;
  height: 17px;
  right: -20px;
  top: 62%;
}
.pro_dat3 .rq .swiper-button-prev {
  left: -20px;
}
.pro_dat2 .rig .rq2 .p1 {
  font-size: 16px;
}
.pro_dat2 .rig .rq4 .p1 a {
  font-size: 12px;
}
.pro_dat2 .rig .rq4 .p1 a::before {
  width: 14px;
  height: 1px;
  left: -22px;
  top: 47%;
}
.pro_dat3 .p span {
  font-size: 18px;
  padding-bottom: 15px;
}

}
@media(max-width:500px){


  .pro_dat2 .rig .rq1 .bot .swiper-button-next, .pro_dat2 .rig .rq1 .bot .swiper-button-prev {
    top: 62%;
    right: 20px;
}
.pro_dat2 .rig .rq1 .bot .swiper-button-prev {
  left: 20px;
  top: 62%;
}
.pro_dat2 .rig .rq1 .p2 {
  line-height: 20px;
  margin-bottom: 5px;
}
.pro_dat2 .rig .rq1 .div4 a {
  width: 140px;
}
.pro_dat2 .rig .rq4 .div a .div1{
  width: 100%;
}
.pro_dat2 .rig .rq2 .div img{
  max-width: 100%;
}
.pro_dat2 .rig .rq4 .div a .div2{
  width: 100%;
  padding: 0;
  margin-top: 10px;
}
.pro_dat2 .rig .rq4 .div a .div2 button{
  position: static;
  transform: translate(0,0);
  margin-top: 20px;
}
.pro_dat3 .p {
  margin-bottom: 18px;
}
.pro_dat2 {
  padding-bottom: 30px;
}

}


/* 案例 */
.ny_banner .p4{
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.ca_con1{
  width: 100%;
  background: rgb(248,248,248);
}
.ca_con1 .lef {
  width: 20%;
  float: left;
}
.ca_con1 .rig {
  width: 77.5%;
  float: right;
  background: #fff;
  padding: 0 35px;
  padding-top: 10px;
}
.ca_con1 .job1 .rq{
  width: 100%;
  background: #fff;
}
.ca_con1 .job1 .rq a{
  display: block;
  font-size: 16px;
  color: #2f3336;
  line-height: 50px;
  padding-left: 32px;
  padding-right: 35px;
  border-bottom: 1px dashed rgb(229,229,229);
}
.ca_con1 .job1 .rq a:last-child{
  border-bottom: none;
}
.ca_con1 .job1 .rq a.on{
  background-image: url(../image/img69.png);
  background-size: 6px 11px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 90%;
  color: #9e0203;
}
.ca_con1 .rig .rq1{
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid rgb(234,234,235);
}
.ca_con1 .rig .rq1 .lef{
  width: 36%;
  float: left;
}
.ca_con1 .rig .rq1 .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.ca_con1 .rig .rq1:hover .lef img{
  transform: scale(1.05);
}
.ca_con1 .rig .rq1 .rig{
  width: 64%;
  float: left;
  padding-top: 15px;
  padding-left: 28px;
}
.ca_con1 .rig .rq1 .rig .p1{
  font-size: 20px;
  color: #2f3336;
  transition: all .5s;
}
.ca_con1 .rig .rq1:hover .rig .p1{
  color: #9e0203;
}
.ca_con1 .rig .rq1 .rig .p2{
  font-size: 14px;
  color: #666666;
  margin-top: 12px;
  margin-bottom: 30px;
  line-height: 23px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}

.ca_con1 .rig .rq1 .rig .dvi a{
  font-size: 14px;
  color: #2f3336;
  display: inline-block;
  width: 100px;
  line-height: 30px;
  border-radius: 30px;
  border: 1px solid rgb(234,234,235);
  text-align: center;
  transition: all .5s;

}
.ca_con1 .rig .rq1 .rig .dvi a:nth-child(2){
  opacity: 0;
}
.ca_con1 .rig .rq1:hover .rig a:nth-child(2){
  opacity: 1;
}
.ca_con1 .rig .rq1 .rig .dvi a:hover{
  background: #9e0203;
  border: 1px solid #9e0203;
  color: #fff;
} 

/* 案例 */
@media(max-width:1459px){
  .ny_banner .p4 {
    font-size: 18px;
}
.ca_con1 .rig .rq1 .rig {
  padding-top: 5px;
  padding-left: 20px;
}
.ca_con1 .rig .rq1 .rig .dvi a {
  font-size: 12px;
  width: 85px;
  line-height: 26px;
  border-radius: 26px;
}
.ca_con1 .rig .rq1 .rig .p2 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 22px;
  line-height: 23px;
}

}
@media(max-width:1259px){
  .ca_con1 .rig .rq1 .rig .p1 {
    font-size: 18px;
}
.ca_con1 .rig .rq1 .rig .p2 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 14px;
  line-height: 21px;
}
.ca_con1 .rig .rq1 {
  padding: 15px 0;
}

}
@media(max-width:991px){
  .ca_con1 .lef{
    display: none;
  }
  .ca_con1 .rig{
    width: 100%;
  }
  .ca_con1 .rig .rq1 .lef{
    display: block;
  }
}
@media(max-width:768px){
  .ca_con1 .rig .rq1 .lef{
    width: 100%;
  }
  .ca_con1 .rig .rq1 .rig{
    width: 100%;
    margin-top: 15px;
  }
  .ca_con1 .rig .rq1:hover .lef img {
    transform: scale(1);
}
.ca_con1 .rig .rq1{
  width: 49%;
  margin-right: 2%;
  float: left;
}
.ca_con1 .rig .rq1:nth-child(2n){
  margin-right: 0;
}
}
@media(max-width:500px){
 .ca_con1 .container{
   padding: 0;
 }
 .ca_con1 .ny_dh .container{
  padding: 0 15px;
 }
  .ca_con1 .rig {
    padding: 0 15px;
}
.ca_con1 .rig .rq1 .rig .dvi a:nth-child(2){
  opacity: 1;
}
.ca_con1 .rig .rq1 .rig {
  padding-top: 0px;
  padding-left: 0px;
  margin-top: 7px;
}
.ca_con1 .rig .rq1 .rig .p2 {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 13px;
  line-height: 18px;
}
.ca_con1 .rig .rq1 .rig .p1 {
  font-size: 16px;
}
.ca_con1 .rig .rq1 .rig .dvi a {
  width: 70px;
  line-height: 24px;
  border-radius: 24px;

}
.ca_con1 .fyq{
  margin-top: 30px;
}
}

/* 案例详情/ */
.ca_dat .rq2{
  width: 100%;
  padding-top: 40px;
}
.ca_dat .rq2 .top{
  width: 100%;
  border-bottom: 1px solid rgb(214,214,214);
}
.ca_dat .rq2 .top .p{
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.ca_dat .rq2 .top .p2{
  padding-bottom: 25px;
  text-align: center;
  padding-top: 15px;
}
.ca_dat .rq2 .top .p2 span{
  font-size: 14px;
  color: #666666;
  margin-right: 15px;
}
.ca_dat .rq2 .top .p2 span:last-child{
  margin-right: 0;
}
.ca_dat .rq2 .bot{
  width: 100%;
  padding-top: 35px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgb(214,214,214);
}
.ca_dat .rq2 .bot .p3{
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  margin-bottom: 30px;
}
.ca_dat .rq2 .bot img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ca_dat .rq3{
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.ca_dat .rq3 a{
  font-size: 16px;
  color: #333333;
  transition: all .5s;
}
.ca_dat .rq3 a:hover{
  color: #9e0203;
}
.ca_dat .rq3 a:nth-child(1){
  padding-left: 22px;
  position: relative;
}
.ca_dat .rq3 a:nth-child(1)::before{
  width: 7px;
  height: 13px;
  content: '';
  background-image: url(../image/img93.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  transition: all .5s;
}
.ca_dat .rq3 a:nth-child(1):hover::before{
  background-image: url(../image/img94.png);
}
.ca_dat .rq3 a:nth-child(2){
  padding-left: 40px;
  position: relative;
}
.ca_dat .rq3 a:nth-child(2)::before{
  width: 24px;
  height: 14px;
  content: '';
  background-image: url(../image/img95.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.ca_dat .rq3 a:nth-child(2):hover::before{
  background-image: url(../image/img96.png);
}
.ca_dat .rq3 a:nth-child(3){
  padding-right: 22px;
  position: relative;
}
.ca_dat .rq3 a:nth-child(3)::before{
  width: 7px;
  height: 13px;
  content: '';
  background-image: url(../image/img93.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.ca_dat .rq3 a:nth-child(3):hover::before{
  background-image: url(../image/img94.png);
}

/* 案例详情分辨率 */
@media(max-width:1459px){
  .ca_dat .rq2 .top .p {
    font-size: 22px;
}
.ca_dat .rq2 {
  padding-top: 25px;
}
.ca_dat .rq2 .top .p2 span {
  font-size: 14px;
  margin-right: 10px;
}

}
@media(max-width:500px){
  .ca_dat .rq2 .top .p2 span {
    font-size: 12px;
    margin-right: 6px;
}
.ca_dat .rq2 .top .p {
  font-size: 20px;
}
.ca_dat .rq2 .top .p2 {
  padding-bottom: 15px;
  padding-top: 5px;
}
.ca_dat .rq2 .bot {
  padding-top: 18px;
  padding-bottom: 18px;
}
.ca_dat .rq3 a {
  font-size: 14px;
}
.ca_dat .rq3 a:nth-child(1)::before,
.ca_dat .rq3 a:nth-child(3)::before {
  width: 7px;
  height: 11px;
}
.ca_dat .rq3 a:nth-child(2)::before {
  width: 18px;
  height: 10px;
}
.ca_dat .rq3 a:nth-child(2) {
  padding-left: 25px;
}
.ca_dat .rq3 {
  padding-top: 20px;
  padding-bottom: 35px;
}

}

/* 新闻中心 */
.news_con1{
  width: 100%;
  background: rgb(248,248,248);
}
.news_con1 .lef {
  width: 20%;
  float: left;
}
.news_con1 .rig {
  width: 77.5%;
  float: right;
  background: #fff;
}
.news_con1 .job1 .rq {
  width: 100%;
  background: #fff;
}
.news_con1 .job1 .rq a.on{
  background: url(../image/img97.png) #9e0203;
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 90%;
  color: #fff;
  border-bottom:none;
}
.news_con1 .job1 .rq a {
  display: block;
  font-size: 16px;
  color: #2f3336;
  line-height: 50px;
  padding-left: 32px;
  padding-right: 35px;
  border-bottom: 1px dashed rgb(229,229,229);
}
.news_con1 .job1 .rq a:last-child {
  border-bottom: none;
}
.news_con1 .rig .p1{
  font-size: 24px;
  line-height: 70px;
  padding-left: 25px;
  color: #9e0203;
  border-bottom: 2px solid rgb(47,51,54);
}
.news_con1 .rig .rq1{
  padding: 0 27px;
}
.news_con1 .rig .rq2{
  display: block;
  width: 100%;
  border-bottom: 1px dashed rgb(229,229,229);
  padding: 24px 0;
}
.news_con1 .rig .rq2 .lef{
  width: 27.3%;
  float: left;
}
.news_con1 .rig .rq2 .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.news_con1 .rig .rq2:hover .lef img{
  transform: scale(1.05);
}
.news_con1 .rig .rq2 .rig{
  width: 72.7%;
  float: left;
  padding-top: 18px;
  padding-left: 25px;
}
.news_con1 .rig .rq2 .rig .p2{
  font-size: 20px;
  color: #2f3336;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.news_con1 .rig .rq2:hover .rig .p2{
  color: #9e0203;
}
.news_con1 .rig .rq2 .rig .p3{
  font-size: 14px;
  color: #a8a8a8;
  margin-top: 3px;
}
.news_con1 .rig .rq2 .rig .p4{
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* news_con2 */
.news_con2{
  width: 100%;
  padding-top: 53px;
  padding-bottom: 60px;
  background: rgb(248,248,248);
}
.news_con2 .p1 {
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  background: rgb(47,51,54);
  padding-left: 37px;
  position: relative;
}
.news_con2 .p1::before {
  content: '';
  width: 4px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
}
.news_con2 .p1 a {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: "din";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.news_con2 .p1 a::before {
  content: '';
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.news_con2 .rq{
  width: 100%;
  background: #fff;
}
.news_con2 .rq1{
  width: 48%;
  height: 191px;
  float: left;
  margin-right: 4%;
  padding: 20px;
  border-bottom: 1px solid rgb(238,238,238);
}
.news_con2 .rq1:nth-child(2n){
  margin-right: 0;
}
.news_con2 .rq1 .p2 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.news_con2 .rq1 .p3 {
  font-size: 14px;
  color: #999999;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_con2 .rq1 button {
  font-size: 18px;
  color: #333333;
  width: 80px;
  height: 42px;
  background: rgb(221,221,221);
  transition: all .5s;
  margin-top: 20px;
}
.news_con2 .rq1:hover button {
  background: #9e0203;
  color: #fff;
}
/* 新闻中心 分辨率 */
@media(max-width:1459px){
  .news_con1 .rig .p1 {
    font-size: 18px;
    line-height: 50px;
    padding-left: 25px;
}
.news_con1 .rig .rq2 .rig .p2 {
  font-size: 18px;
}
.news_con1 .rig .rq2 .rig {
  padding-top: 5px;
  padding-left: 18px;
}
.news_con2 .p1 a {
  font-size: 14px;
}
.news_con2 .p1 a::before {
  width: 15px;
  height: 1px;
  left: -22px;
  top: 48%;
}
.news_con2 .p1 {
  font-size: 18px;
  line-height: 45px;
  padding-left: 32px;
}
.news_con2 .p1::before {
  width: 2px;
  height: 17px;
  top: 52%;
  left: 22px;
}
.news_con2 .rq1 button {
  font-size: 14px;
  width: 70px;
  height: 32px;
  margin-top: 20px;
}
.news_con2 .rq1 {
  height: 181px;
}
.news_con1 .job1 .rq a {
  font-size: 14px;
  line-height: 38px;
}

}
@media(max-width:1259px){
  .news_con1 .rig .rq2 .rig .p4 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
}
.news_con1 .rig .rq2 .rig {
  padding-top: 0px;
  padding-left: 18px;
}
.news_con1 .rig .rq2 {
  padding: 15px 0;
}

}
@media(max-width:991px){
  .news_con1 .lef{
    display: none;
  }
  .news_con1 .rig{
    width: 100%;
  }
  .news_con1 .rig .rq2 .lef{
    display: block;
  }

}
@media(max-width:768px){
  .news_con1 .rig .rq2 .lef{
    width: 100%;
  }
  .news_con1 .rig .rq2 .rig{
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
  .news_con1 .rig .rq2:hover .lef img {
    transform: scale(1);
}
.news_con2 .rq1{
  width: 100%;
  margin-right: 0;
}
}
@media(max-width:500px){
  .news_con2 {
    padding-top: 36px;
}
  .news_con1 .container{
    padding: 0;
  }
  .news_con1 .rig,
  .news_con1 .ny_dh .container{
    padding: 0 15px;
  }
  .news_con1 .rig .rq1 {
    padding: 0;
}
.news_con1 .rig .p1 {
  padding-left: 0px;
}
.news_con1 .rig .rq2 .rig .p3 {
  font-size: 12px;
}
.news_con2 .rq1 {
  padding: 10px;
  height: auto;
}
.news_con2 .rq1 .p2 {
  font-size: 16px;
  margin-bottom: 6px;
}
.news_con2 .rq1 .p3 {
  font-size: 12px;
  line-height: 20px;
}
.news_con2 .rq1 button {
  font-size: 12px;
  width: 64px;
  height: 26px;
}

}

/* 新闻中心详情 */
.news_dat1 .rig {
  width: 77.5%;
  float: right;
  background: #fff;
  padding: 0 35px;
  padding-top: 10px;
}
.news_dat1 .rig .rq2{
  border-bottom: none;
}

/* 新闻中心详情分辨率 */
@media(max-width:991px){
  .news_dat1 .rig{
    width: 100%;
  }
}
@media(max-width:500px){
  .news_dat1 .rig{
    padding: 0 15px;
  }
  .news_dat1 .rq3 {
    padding-top: 20px;
    padding-bottom: 10px;
}
}


/* 应用领域 */
.fil_con1 .rig .rq1{
  padding: 0 32px;
  padding-top: 32px;
}
.fil_con1 .rig .rq1 a{
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 15px;
}
.fil_con1 .rig .rq1 a:nth-child(2n){
  margin-right: 0;
}
.fil_con1 .rig .rq1 a .top{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.fil_con1 .rig .rq1 a .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.fil_con1 .rig .rq1 a:hover .top img{
  transform: scale(1.05);
}
.fil_con1 .rig .rq1 a .mb{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px;
  transition: all .5s;
}
.fil_con1 .rig .rq1 a:hover .mb{
  top: 0;
}
.fil_con1 .rig .rq1 a .mb .p2{
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
}
.fil_con1 .rig .rq1 a .p1{
  font-size: 18px;
  color: #ffffff;
  padding-left: 15px;
  padding-right: 38px;
  line-height: 56px;
  background: rgb(67,71,74);
  position: relative;
  transition: all .5s;
  border-bottom: none;
}
.fil_con1 .rig .rq1 a:hover .p1{
  background: rgb(197,48,54);
}
.fil_con1 .rig .rq1 a .p1::before{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../image/img101.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}

/* 应用领域  分辨率*/
@media(max-width:1459px){
  .fil_con1 .rig .rq1 a .p1 {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 38px;
    line-height: 40px;
}
}
@media(max-width:500px){
  .fil_con1 .rig .rq1{
    padding: 0;
    padding-top: 20px;
  }
  .fil_con1 .rig .rq1 a .p1 {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 30px;
    line-height: 35px;
}
.fil_con1 .rig .rq1 a .p1::before {
  width: 16px;
  height: 16px;
}
.sy_con9.ny_con3 .lef .rq1 {
  padding: 15px 15px 20px 10px;
}
}
















/* 拼单 */
/* 服务支持 */
/*service -start*/
.sec-service{
  padding: .1rem 0 .7rem;
  background: #f8f8f8;
}
.section-title {
  text-align: center;
  padding: 0.5rem 0 .3rem;
}
.section-title h3{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: .18rem;
}
.section-title .m-hr{
  width: .4rem;
  height: 2px;
  background: #af261c;
  margin:0 auto;
}
.service-list{
  margin: 0 -7px;
}
.service-list .col-sm-4{
  padding: 0 7px;
}
.service-item{
  width:100%;
  background: #fff;
  text-align: center;
  padding:.43rem .25rem .65rem .25rem;
  margin-bottom: 15px;
  transition: all .4s;
}
.service-item .m-tit{
  font-size: .28rem;
  color: #af261c;
  position: relative;
  top:-0.44rem;
  z-index: 2;
  transition: all .4s;
}
.service-item p{
  font-size: .16rem;
  color: #666;
  transition: all .4s;
}
.service-item .m-index{
  font-size: 1rem;
  font-family: "DIN";
  color: #af261c;
  line-height: 1;
  opacity: .16;
  transition: all .4s;
}
.service-item:hover{
  background: #af261c;
}
.service-item:hover .m-index{
  color: #fff;
}
.service-item:hover .m-tit,
.service-item:hover p{
  color: #fff;
}
.service-fwwd{
  background: #fff;
  padding-bottom: .65rem;
}
.fwwd-box{
  position: relative;
}
.fwwd-img img{
  width: 100%;
}
.fwwd-content{
  background:url(../image/fwwd_02.png) no-repeat left .15rem top .36rem #f8f8f8;
  background-size: .53rem auto;
  padding: .45rem 20px .5rem 20px;
  border-right: 3px solid #af261c;
}
.fwwd-content .m-tit{
  font-size: .3rem;
  padding-left: .57rem;
}
.fwwd-content .m-des{
  font-size: .16rem;
  line-height: .3rem;
  color: #666;
  margin: .42rem 0 .26rem;
}
.fwwd-content p{
  font-size: .18rem;
  color: #af261c;
  line-height: .3rem;
}
.service-fwcn{
  background: #f8f8f8;
  padding-bottom: .9rem;
}
.fwcn-box{
  background: url(../image/fwcn_01.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.fwcn-left{
  padding: 20px 15px;
}
.fwcn-left p{
  font-size: .2rem;
  color: #fff;
  margin-bottom: .23rem;
}
.fwcn-zx{
  display: inline-block;
  font-size: .14rem;
  line-height: .38rem;
  border-radius: .18rem;
  background: #af261c;
  padding:0 .25rem;
  color: #fff;
  cursor: pointer;
  transition: all .3s;
}
.fwcn-zx img{
  margin-left: .1rem;
  width: .21rem;
}
.fwcn-zx:hover{
  background:#cc3126; 
}
.fwcn-right{
  background: url(https://www.leo71.com/wstmart/home/view/default/images/fwcn_03.png) no-repeat left center;
  background-size: cover;
  padding:.15rem .1rem .1rem .2rem;
}
.fwcn-right .m-tit{
  font-size: 14px;
  color: #fff;
  margin-bottom: .08rem;
}
.fwcn-gzh li{
  float: left;
  text-align: center;
  /* margin-right: .25rem; */
  width: 20%;
  margin-right: 2%;
}

.fwcn-gzh li:last-child{
  margin-right: 0;
}
.fwcn-gzh li p{
  font-size: 12px;
  color: rgba(255,255,255,.66);
  margin-top:6px;
}
.fwcn-gzh li img{
  width: 100%;
  height: auto;
}
@media (min-width: 768px){
.fwcn-gzh li {
    margin-right: 2%;
    width: 49%;
  }
  .fwcn-gzh li img{
    width: 100%;
    height: auto;
  }
  .fwcn-right{
    padding:.15rem .1rem .1rem 1rem;
  }
  .section-title h3{
      font-size: .36rem;
  }
  .service-item{
      height: 100%;
      margin-bottom: 0;
  }
  .fwwd-img{
      float: left;
      width: 67.5%;
  }
  .fwwd-content{
      background:url(../image/fwwd_02.png) no-repeat left .45rem top .36rem #f8f8f8;
      background-size: .53rem auto;
      position: absolute;
      right: 0;
      top:50%;
      transform: translateY(-50%);
      z-index: 4;
      width: 47.5%;
      padding: .45rem .4rem .5rem .65rem;
  }
  .fwcn-left{
      width: 67.5%;
      padding:0 .2rem 0 .56rem;
      position: absolute;
      left: 0;
      top:50%;
      transform: translateY(-50%);
  }
  .fwcn-right{
      float: right;
      width: 28%;
  }
}
/*service -end*/



/* 资料下载 */
/*dyzs -end*/
/*download -start*/
.sec-download{
  padding: .55rem 0 .75rem;
  background: #f8f8f8;
}
.download-menu{
  margin-bottom: .5rem;
}
.download-menu a{
  display: inline-block;
  font-size: 12px;
  color: #333;
  line-height: 35px;
  padding: 0 15px;
  border:1px solid #dedede;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: all .3s;
}
.download-menu a.active,
.download-menu a:hover{
  background: #af261c;
  border-color: #af261c;
  color: #fff;
}
.download-list.flex-wrap-row{
  margin: 0 -0.07rem;
}
.download-list .col-sm-4{
  margin-bottom: .14rem;
  padding: 0 .07rem;
}
.download-item{
  display: block;
  height: 100%;
  background: #fff;
  text-align: center;
  padding: .25rem .2rem .2rem .2rem;
  transition: all .3s;
}
.download-item .m-tit{
  font-size: .18rem;
  transition: all .3s;
}
.download-item p{
  font-size: 12px;
  color: rgba(51,51,51,.8);
  margin: .1rem 0 .15rem;
  transition: all .3s;
}
.download-item .m-icon{
  display: inline-block;
  width: .28rem;
  height: .28rem;
  background: url(../image/download_02.png) no-repeat center center;
  background-size: cover;
  transition: all .3s;
}
.download-item:hover{
  background: url(../image/download_01.png) no-repeat left top #af261c;
  background-size: auto 100%;
}
.download-item:hover p,
.download-item:hover .m-tit{
  color: #fff;
}
.download-item:hover .m-icon{
  background-image: url(../image/download_03.png);
}
@media (min-width: 768px){
  .download-menu a{
      font-size: .18rem;
      line-height: .55rem;
      padding: 0 .5rem;
      margin-right: .07rem;
      margin-bottom: .07rem;
  }
  .download-list.flex-wrap-row{
      margin: 0 -0.15rem;
  }
  .download-list .col-sm-4{
      margin-bottom: .3rem;
      padding: 0 .15rem;
  }
}


/* 常见问题 */
.ny-tit{background: #fff;}
.ny-tlf{float: left;}
.ny-tlf h3{font-size: 30px;color: #fff;padding: 24px 90px;background: #af261c;}
.ny-trt{display: inline-block;float: right;}
.ny-trt a{display: inline-block;line-height: 78px;color: #111;font-size: 18px;margin-left: 46px;position: relative;}
.ny-trt a:first-child{margin-left: 0;}
.ny-trt a:after{content: '';width: 68px;height: 2px;background: #af261c;position: absolute;bottom: 0;left: 50%;margin-left: -34px;display: none;}
.ny-trt a:hover,.ny-trt a.on{color: #af261c;}
.ny-trt a.on:after{display: block;}
.ny-box{background: #f5f5f5;}

.icon-down {color: #fff;position: absolute;right: 0;top: 50%;transform: translateY(-50%);-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.faq-box{padding: 60px 0;}
.faq_box{background: #fff;}
.faq_list li {text-align: left;background: #fff;border-bottom: 1px solid #f5f5f5;}
.faq_list li.on,.faq_list li:hover{background:#af261c; }
.faq_list li:hover .faq_tit h3,.faq_list li.on .faq_tit h3{color: #fff;}
.faq_font {display: none;}
.faq_tit-con{padding: 30px 40px;position: relative;background: url(../image/quest.png) no-repeat left center;}
.faq_tit {padding:0 40px;box-sizing: border-box;cursor: pointer;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;}
.faq_tit h3{color: #777;font-size: 18px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.faq_list li.on .faq_tit-con,.faq_list li:hover .faq_tit-con{background: url(../image/questh.png) no-repeat left center;}
.faq_list li:hover .faq_tit .icon-down,.faq_list li.on .faq_tit .icon-down{color: #fff;transform: rotate(180deg) translateY(50%);}
.faq_det{padding: 40px 80px;box-sizing: border-box;position: relative;background: #fbfbfb;}
.faq_det span{display: inline-block;position: absolute;left: 40px;top: 45px;width: 18px;height: 18px;background: url(https://www.leo71.com/wstmart/home/view/default/images/answ.png) no-repeat center;}
.faq_det p{color: #777;font-size: 18px;}
.faq_tit .icon-down{color: #7e7e7e;font-size: 18px;}
.faq-box .page{margin-top:60px;}

@media (max-width: 1459px) {
	.ny-tlf h3{font-size: 28px;}
	.ny-trt a{font-size: 16px;}
}
@media (max-width: 991px) {
	/* 常见问题 */
	.faq-box{padding: 30px 15px 40px;}
	.faq_tit{padding: 0 15px;}
	.faq_tit-con{padding: 20px 25px;}
	.faq_tit h3{font-size: 14px;}
	.faq_tit .icon-down{font-size: 14px;}
	.faq-box .page{margin-top: 25px;}
}
@media (max-width: 991px) {
	.ny-tlf h3{font-size: 18px;padding: 18px 54px;display: none;}
	.ny-trt a{line-height: 54px;font-size: 14px;margin-left: 20px;}
  .ny-tlf,.ny-trt{float: none;display: block;}
  .faq_det {
    padding: 10px 15px;
}
.faq_det p {
  font-size: 18px;
}

}



/* 关于我们 */

.ny_banner .container_ab {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.section-title {
	text-align: center;
	padding: 55px 0 40px;
}
.section-title h3 {
	font-size: 22px;
}
.sec-culture .section-title h3 {
	color: #fff;
}
@media (min-width: 768px){
	.section-title {
    padding: 65px 0 15px;
}
	.section-title h3 {
    font-size: 25px;
}
}
/*sec-menu - start*/
.sec-menu {
	background: #f5f5f5;
	height: 45px;
}

.menu-slide {
	position: relative;
}

.menu-slide .swiper-slide {
	width: auto;
}

.menu-slide .swiper-slide a {
	display: block;
	font-size: 14px;
	line-height: 45px;
	padding: 0 9px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.menu-slide .swiper-slide a::after {
	content: '';
	width: 0px;
	height: 2px;
	background: #d30000;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.menu-slide .swiper-slide.on a {
	color: #d30000;
}

.menu-slide .swiper-slide.on a::after {
	width: 100%;
}

.menu-next,
.menu-prev {
	display: none;
	width: 30px;
	height: 70px;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	color: #666;
	position: absolute;
	top: 0;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.menu-prev {
	left: -40px;
}

.menu-next {
	right: -40px;
}

.menu-next.swiper-button-disabled,
.menu-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.sec-menu.fixe .menu-fix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	background: #fff;
	width: 100%;
	box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
	.sec-menu {
		height: 60px;
	}

	.menu-slide .swiper-slide a {
		font-size: 16px;
		line-height: 60px;
		padding: 0 10px;
	}

	.menu-next,
	.menu-prev {
		font-size: 18px;
		line-height: 60px;
	}

	.menu-slide .swiper-slide a:hover {
		color: #d30000;
	}

	.menu-next:hover,
	.menu-prev:hover {
		color: #d30000;
	}
}

@media (min-width: 1500px) {
	.sec-menu {
		height: 70px;
	}

	.menu-slide .swiper-slide a {
		font-size: 18px;
		line-height: 70px;
		padding: 0 12px;
	}

	.menu-next,
	.menu-prev {
		line-height: 70px;
	}
}



/* about - start */
.sec-about {
  padding: 50px 0 60px;
  background: url("../image/wxtp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: 50%;
}

.sec-about .title01{
	font-size: 48px;
	color: #fff;
  margin-bottom: 15px;
  text-align: left;
}
.sec-about .title02{
	font-size: 36px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 10px;
}

.sec-about .m-des .p1{
	font-size: 16px;
	color: #fff;

}

.sec-about .void{
	width: 220px;
	border: 2px solid #fff;
	padding: 5px 10px;
	font-size: 18px;
	position: relative;
	z-index: 2;
	display: block;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: url(../image/i_ico.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 90%;
	margin-top: 20px;
	transition: all .3s;
}
.sec-about .void:hover{
  background: url(../image/i_ico.png) #d30000;
  border: 2px solid #d30000;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 90%;
}
@media(max-width:1459px){
  .sec-about .title01 {
    font-size: 34px;
}
.sec-about .title02 {
  font-size: 26px;
}
.sec-about .void {
  width: 170px;
}
}
@media(max-width:991px){
	.sec-about .title01{
		font-size: 30px;
	}
	.sec-about .title02{
		font-size: 22px;
	}
	.sec-about .m-des .p1{
		font-size: 14px;
	}
	.sec-about .void{
		width: 150px;
	}
}
@media(max-width:414px){
	.sec-about .title01 {
    font-size: 22px;
}
.sec-about .title02 {
	font-size: 17px;
}
.sec-about .m-des .p1 {
	font-size: 14px;
	line-height: 20px;
}
.sec-about .void{
	font-size: 15px;
}
.sec-about {
	background-position-x: 72%;
}


}

.sec-about .section-title {
	padding: 0;
	text-align: left;
}

.about-content .m-hr {
	width: 30px;
	height: 2px;
	background: #d30000;
	margin: 20px 0;
}

.about-content .m-des {
	font-size: 12px;
	color: #666;
	line-height: 2;
}

.about-img {
	margin-top: 20px;
}

.about-img img {
	width: 100%;
}
.about-content{
  min-height: 200px;
}

@media (min-width: 768px) {
	.sec-about {
		padding: 150px 0 72px;
	}

	.about-content {
		float: left;
		width: 80%;
	}

	.about-content .m-hr {
		width: 40px;
		height: 2px;
		margin: 20px 0;
	}

	.about-content .m-des {
		font-size: 14px;
		height: auto;
		overflow-y: auto;
	}

	.about-content .m-des::-webkit-scrollbar {
		width: 4px;
		background-color: #dcdbdb;
	}

	.about-content .m-des::-webkit-scrollbar-thumb {
		background-color: rgb(225, 0, 0);
		border-radius: 10px;
	}

	.about-img {
		float: right;
		width: 38.75%;
		margin-top: 0;
	}
}

@media (min-width: 1500px) {
	.sec-about {
		padding: 200px 0 85px;
	}

	.about-content .m-hr {
		margin: 25px 0;
	}

	.about-content .m-des {
		font-size: 16px;
	}
}
@media (max-width: 414px){
  .culture-item .m-cont{
    display: block !important;
  }
  .section-title {
    text-align: center;
    padding: 30px 0 10px;
}

}

/* about - end */
/* culture - start */
.sec-culture {
	background-repeat: no-repeat;
	background-position: center center;
  background-size: cover;
  background-image: url(../image/about_04.jpg);
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
}

.sec-culture::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .02);
	z-index: -1;
}

.sec-culture .section-title h3 {
	color: #fff;
}

.sec-culture .flex-wrap-row {
	margin: 0;
}

.sec-culture .col-sm-6,
.sec-culture .col-sm-4 {
	padding: 0;
}

.culture-item {
	width: 100%;
	height: 100%;
	background: #f1f1f1;
	padding: 20px 15px;
	text-align: center;
	-webkit-transition: all .4s;
  transition: all .4s;
  border-bottom: 1px solid rgb(219,219,219);
  border-right: 1px solid rgb(219,219,219);
}


.sec-culture .col-sm-6 .culture-item {
	background: #fff;
	text-align: left;
}

.culture-item .m-cont {
	display: inline-block;
	text-align: left;
}

.culture-item .m-icon {
	width: 50px;
	height: 50px;
	position: relative;
}

.culture-item .m-icon img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.culture-item .m-icon .aft {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.culture-item .m-tit {
	font-size: 16px;
	margin: 5px 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.culture-item .m-des {
	font-size: 12px;
	color: #666;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.sec-culture .col-sm-6 .culture-item .m-des {
	color: #666;
}

@media (min-width: 768px) {
	.sec-culture {
		padding-bottom: 60px;
	}

	.culture-item {
		padding: 25px 6% 38px 6%;
		-webkit-transition: all .4s;
		transition: all .4s;
	}

	.culture-item .m-icon {
		width: 60px;
		height: 60px;
	}

	.culture-item .m-tit {
		font-size: 20px;
		margin: 8px 0;
		-webkit-transition: all .4s;
		transition: all .4s;
	}

	.culture-item .m-des {
		font-size: 16px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}

	.sec-culture .culture-item:hover {
    background: #d30000;
    border-bottom: 1px solid #d30000;
    border-right: 1px solid #d30000;
  }
  
  

	.sec-culture .culture-item:hover .m-icon .bef {
		opacity: 0;
	}

	.sec-culture .culture-item:hover .m-icon .aft {
		opacity: 1;
	}

	.sec-culture .culture-item:hover .m-tit,
	.sec-culture .culture-item:hover .m-des {
		color: #fff;
	}
}

@media (min-width: 1500px) {
	.sec-culture {
		padding-bottom: 75px;
	}

	.culture-item {
		padding: 30px 6% 45px 6%;
	}

	.culture-item .m-icon {
		width: 70px;
		height: 70px;
	}

	.culture-item .m-tit {
		font-size: 24px;
		margin: 8px 0;
	}

	.culture-item .m-des {
		font-size: 16px;
	}
}

.abo_con{
  background: #f5f5f5;
  padding: 77px 0 0px;
}
.abo_con .rq{
  width: 100%;
  background: #fff;
  padding: 50px 40px;
  padding-top: 0;
}
.abo_con .rq p{
  font-size: 16px;
    color: #666;
    line-height: 24px;
    text-align: center;
}

@media(max-width:1459px){
  .abo_con {
    padding: 55px 0 0px;
}
}
@media(max-width:1259px){
  .abo_con .rq {
    padding: 30px 10px;
}
  .abo_con .rq p {
    font-size: 14px !important;
    line-height: 26px !important;
}
}


/* culture - end */
/* advantage - start */
.sec-advantage {
	padding-bottom: 60px;
	overflow: hidden;
}

.advantage-slide {
	width: 100%;
  overflow: hidden;
  padding-top: 30px;
}

.advantage-view {
	position: relative;
	padding: 0 50px;
}

.adv-year {
	font-family: "DIN";
	font-size: 34px;
	color: #d71317;
	line-height: 1;
	position: relative;
}

.adv-year::after {
	content: '';
	width: 50px;
	height: 1px;
	background: #d2232a;
	position: absolute;
	left: 0;
	top: 100%;
}

.adv-content {
	font-size: 12px;
	line-height: 2;
	color: #666;
	padding: 5px 0;
}

.adv-left,
.adv-right {
	width: 35px;
	height: 35px;
	border: 1px solid #c7c7c7;
	border-radius: 50%;
	font-size: 18px;
	color: #999;
	text-align: center;
	line-height: 33px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -17.5px;
	z-index: 10;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.adv-left {
	left: 0;
}

.adv-right {
	right: 0;
}

.advantage-page {
	margin: 30px -30px 0 -30px;
	position: relative;
}

.advantage-page::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 14px;
	background: url(../image/line_bg.png) no-repeat left center;
	background-size: 810px auto;
	z-index: 5;
}

.advantage-page .swiper-container {
	width: 100%;
	margin: 0;
}

.advantage-page .swiper-slide {
	width: 90px;
	padding-top: 14px;
	text-align: center;
	cursor: pointer;
}

.advantage-page .m-dot {
	width: 10px;
	height: 10px;
	border: 1px solid #d30000;
	border-radius: 50%;
	padding: 2px;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.advantage-page .m-dot i {
	display: block;
	width: 4px;
	height: 4px;
	background: #D30000;
	border-radius: 50%;
}

.advantage-page .swiper-slide p {
  font-family: "din2";
	font-size: 12px;
	color: #666;
	margin-top: 2px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.advantage-page .swiper-slide.active-nav .m-dot {
	opacity: 1;
}

.advantage-page .swiper-slide.active-nav p {
	color: #D30000;
}

@media (min-width: 768px) {
	.sec-advantage {
		padding-bottom: 90px;
	}

	.advantage-slide {
		overflow: visible;
	}

	.advantage-view {
		padding: 0 80px;
	}

	.adv-year {
		float: left;
		width: 30%;
		font-size: 80px;
		text-align: right;
		padding-right: 50px;
		position: relative;
	}

	.adv-year::after {
		width: 1px;
		height: 58px;
		left: 100%;
		top: 11px;
	}

	.adv-content {
		float: left;
		width: 70%;
		font-size: 16px;
		padding: 8px 0 8px 40px;
	}

	.adv-left,
	.adv-right {
		width: 55px;
		height: 55px;
		font-size: 26px;
		line-height: 53px;
		margin-top: -27.5px;
	}

	.adv-left:hover,
	.adv-right:hover {
		color: #d30000;
		border-color: #d30000;
	}

	.advantage-page {
    /* margin: 100px -75px 0 -75px; */
    width: 100%;
    margin-top: 100px;
	}

	.advantage-page::after {
		left: 75px;
		right: 75px;
		height: 23px;
		background: url(../image/line_bg.png) no-repeat left -52px center;
		background-size: auto 23px;
	}

	.advantage-page .swiper-container {
		width: 100%;
		margin: 0 auto;
	}

	.advantage-page .swiper-slide {
		width: 150px;
		padding-top: 16px;
	}

	.advantage-page .m-dot {
		width: 14px;
		height: 14px;
		padding: 3px;
	}

	.advantage-page .m-dot i {
		width: 6px;
		height: 6px;
	}

	.advantage-page .swiper-slide p {
		font-size: 16px;
		margin-top: 4px;
	}
}
@media(max-width:1459px){
  .advantage-page::after {
    right: 0px;
}
}
@media(max-width:414px){
  .advantage-page .swiper-slide {
    padding-top: 9px;
}

}
/* advantage - end */
/* honor - start */
.sec-honor {
	background: #f5f5f5;
	padding-bottom: 50px;
}

.honor-list {
	font-size: 0;
	text-align: center;
}

.honor-list li {
	display: inline-block;
	font-size: 12px;
	color: #666;
	line-height: 28px;
	border: 1px solid #d5d5d5;
	background: #fff;
	padding: 0 20px;
	cursor: pointer;
	margin: 0 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.honor-list li.active {
	background: #d30000;
	border-color: #d30000;
	color: #fff;
}

.honor-box {
	margin-top: 20px;
}

.honor-swiper {
	display: none;
	margin: 0 -5px;
}

.honor-swiper.active {
	display: block;
}

.honor-swiper .swiper-slide {
	padding: 20px 5px;
}

.honor-swiper .swiper-slide a {
	display: block;
	background: #fff;
	padding: 25px 15px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08);
}

.honor-swiper .m-img {
	width: 100%;
	/* height: 0;
  padding-bottom: 72.5%; */
	overflow: hidden;
}

.honor-swiper .m-img img {
	width: 100%;
}

.honor-swiper .m-text {
	font-size: 12px;
	color: #333;
	height: 42px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.honor-swiper .swiper-container .swiper-pagination {
	position: relative;
	bottom: auto;
	margin-top: 10px;
	text-align: center;
	font-size: 0;
}

.honor-swiper .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #c0c0c0;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.honor-swiper .swiper-container .swiper-pagination-bullet-active {
	background: #d30000;
	border-color: #D30000;
}

@media (min-width: 768px) {
	.sec-honor {
		padding-bottom: 70px;
	}

	.honor-list li {
		font-size: 16px;
		line-height: 38px;
		padding: 0 28px;
		margin: 0 10px;
	}

	.honor-list li:hover {
		background: #d30000;
		border-color: #d30000;
		color: #fff;
	}

	.honor-box {
		margin-top: 37px;
	}

	.honor-swiper {
		margin: 0 -7.5px;
	}

	.honor-swiper .swiper-slide {
		width: 390px;
		padding: 20px 7.5px;
	}

	.honor-swiper .swiper-slide a {
		padding: 38px 30px 28px 30px;
		box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .08);
	}

	.honor-swiper .m-text {
		font-size: 16px;
		height: 48px;
		margin-top: 27px;
		-webkit-transition: all .3s;
		transition: all .3s;
		text-align:center;
	}

	.honor-swiper .swiper-slide a:hover .m-text {
		/* color: #D30000; */
	}

	.honor-swiper .swiper-container .swiper-pagination {
		margin-top: 30px;
	}

	.honor-swiper .swiper-container .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		margin: 0 13px;
	}
}
@media (max-width: 414px) {
  .honor-swiper .m-text{
    height: auto;
    text-align: center;
  }
}

/* honor - end */
/* ygfc - start */
.sec-ygfc {
	padding-bottom: 70px;
}
.sec-ygfc2 .section-title{
  padding-top: 0;
}
.ygfc-slider {
	position: relative;
	padding: 0 36px;
}

.ygfc-slider .m-img {
	width: 100%;
	/* height: 0; */
	/* padding-bottom: 97.43589743589744%; */
	overflow: hidden;
}

.ygfc-slider .m-img img {
	width: 100%;
}

.ygfc-slider .swiper-slide p {
	font-size: 14px;
	color: #444;
  margin-top: 10px;
  text-align: center;
}

.ygfc-prev,
.ygfc-next {
	position: absolute;
	top: 40%;
	margin-top: -18px;
	z-index: 10;
	font-size: 36px;
	color: #444;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ygfc-prev {
	left: 0;
}

.ygfc-next {
	right: 0;
}

.ygfc-prev.swiper-button-disabled,
.ygfc-next.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

@media (min-width: 768px) {
	.sec-ygfc {
		padding-bottom: 107px;
	}

	.ygfc-slider {
		position: relative;
		padding: 0 60px;
	}

	.ygfc-slider .swiper-slide {
		width: 390px;
	}

	.ygfc-slider .swiper-slide p {
		font-size: 18px;
		margin-top: 15px;
	}

	.ygfc-prev,
	.ygfc-next {
		font-size: 50px;
	}

	.ygfc-prev:hover,
	.ygfc-next:hover {
		color: #d30000;
	}
}

@media (min-width: 1350px) {
	.ygfc-slider {
		padding: 0;
	}

	.ygfc-prev {
		left: -60px;
	}

	.ygfc-next {
		right: -60px;
	}
}



/* 联系我们 */
/*contact*/
.con_con1{
  padding-top: 50px;
}
.con_con1 .section-title{
  padding: 0 !important;
}
.con_con1 .section-title h3{
  /* font-weight: 100; */
  font-weight: bold;
}
.sec-contact{
  padding-bottom: 50px;
  background: #f5f5f5;
}
.contact-fir{
  margin: 30px 0 40px;
}
.contact-left{
  background: #fff;
  padding:25px 15px;
}
.contact-right{
  overflow: hidden;
}
.contact-right img{
  width: 100%;
}
.contact-left .m-company{
  font-size: 17px;
  color: #9e0203;
  padding-left: 30px;
  background: url(../image/icon-addr.png) no-repeat left top 5px;
  background-size: auto 16px;
  margin-bottom: 10px;
}
.contact-left .m-address{
  font-size: 14px;
  line-height: 1.8;
}
.contact-left .m-info{
  font-size: 12px;
  line-height: 1.875;
}
.contact-left a{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.contact-left a:hover{
  color: #ee1d23;
}
.contact-sec{
  margin: 55px 0 30px;
  background: #fff;
}
.contact-sectit{
  font-size: 18px;
  color: #fff;
  line-height: 42px;
  background: #444;
  text-align: center;
}
.fzjg-flex{
  border:1px solid #eee;
  background: #fff;
}
.fzjg-item{
  border-bottom: 1px solid #eee;
  padding:35px 15px;
}
.fzjg-item .m-company{
  font-size: 18px;
  color: #9e0203;
  padding-left: 38px;
  background: url(../image/icon-com.png) no-repeat left top 5px;
  background-size: auto 16px;
  margin-bottom: 3px;
}
.fzjg-item .m-address{
  font-size: 14px;
  line-height: 1.875;
  padding-left: 50px;
  position: relative;
}
.fzjg-item .m-address span{
 position: absolute;
 left: 0;
}
.fzjg-item .m-info{
  margin-top: 18px;
}
.message-box{
  margin-top: 27px;
}
.msg-item{
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  margin-bottom: 10px;
  padding:0 15px 0 112px;
  position: relative;
}
.msg-item .m-img{
  width: 30px;
  position: absolute;
  left: 15px;
  top:0;
  font-size: 0;
}
.msg-item .m-img img{
  width: 14px;
}
.msg-item label{
  width: 74px;
  font-size: 14px;
  color: #666;
  position: absolute;
  left: 45px;
  top:0;
}
.msg-item input{
  display: block;
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 50px;
}
.msg-item.it2{
  padding: 0 15px 0 90px;
}
.msg-item.it2 label{
  left: 15px;
}
.msg-item select{
  display: block;
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 50px;
  background: url(https://www.leo71.com/wstmart/home/view/default/images/icon-down.png) no-repeat right 1px center;
}
.msg-item.it3{
  padding:0 135px 0 86px;
}
.msg-item.it3 label{
  left: 15px;
  width: 52px;
  border-right: 1px solid #e1e1e1;
}
.code-box{
  position: absolute;
  right: 15px;
  top:8px;
  z-index: 2;
  height: 24px;
  font-size: 0;
}
.code-box .codeimg{
  width: 63px;
  height: 24px;
  vertical-align: text-bottom;
  margin-right:3px;
  cursor: pointer;
}
.code-box a{
  font-size: 12px;
  color: rgba(102,102,102,.3);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.code-box a:hover{
  color: #ee1d23;
}
.msg-item.it4{
  height: 140px;
}
.msg-item textarea{
  display: block;
  width: 100%;
  height: 140px;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  padding: 15px 0;
  resize:none;
}
.msg-item input::-webkit-input-placeholder,
.msg-item textarea::-webkit-input-placeholder {
  color: rgba(102,102,102,.3);
}
.msg-item input::-moz-placeholder,
.msg-item textarea::-moz-placeholder {
  color: rgba(102,102,102,.3);
}
.msg-item input:-ms-input-placeholder,
.msg-item textarea:-ms-input-placeholder { 
  color: rgba(102,102,102,.3);
}
.btn-submit{
  display: block;
  width: 100%;
  font-size: 16px;
  background: #9e0203;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
  border:1px solid #9e0203;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.btn-submit:hover{
}

.section-title h3 {
  font-size: 30px;
  text-align: center;
}
.section-title h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 6px;
  text-align: center;
}

@media (min-width: 768px) {
	/*contact*/
  .sec-contact{
    padding-bottom: 70px;
  }
  .contact-fir{
    margin: 40px 0 55px;
  }
    /*contact*/
    .contact-left{
      float: left;
      width: 50%;
      height: 355px;
      padding: 20px 40px;
    }
    .contact-right{
      float: right;
      width: 50%;
      height: 355px;
      overflow: hidden;
    }
    .contact-right img{
      width: 100%;
      height: 100%;
    }
  .contact-left .m-company{
    font-size: 22px;
    padding-left: 40px;
    background-position: left top 6px;
    background-size: auto 21px;
    margin-bottom: 16px;
  }
  .contact-left .m-address{
    font-size: 18px;
  }
  .contact-left .m-info{
    font-size: 16px;
  }
  .contact-sec{
    margin: 55px 0 30px;
  }
  .contact-sectit{
    font-size: 24px;
    line-height: 57px;
  }
  .fzjg-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fzjg-item:nth-child(even){
    border-right: none;
  }
  .fzjg-item:nth-last-child(2):nth-child(odd),
  .fzjg-item:last-child:nth-child(odd),
  .fzjg-item:last-child:nth-child(even){
    border-bottom: none;
  }
  .fzjg-item .m-company{
    font-size: 24px;
    padding-left: 50px;
    background: url(../image/icon-com.png) no-repeat left top 7px;
    background-size: auto 21px;
    margin-bottom: 5px;
  }
  .fzjg-item .m-address{
    font-size: 16px;
  }
  .fzjg-item .m-info{
    margin-top: 25px;
  }
  .message-box{
    margin-top: 37px;
  }
  .message-box .row{
    margin: 0 -5px;
  }
  .message-box .col-xs-12,
  .message-box .col-sm-6{
    padding: 0 5px;
  }
  .msg-item{
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    margin-bottom: 10px;
    padding:0 34px 0 170px;
    position: relative;
  }
  .msg-item .m-img{
    width: 40px;
    position: absolute;
    left: 34px;
    top:0;
  }
  .msg-item .m-img img{
    width: 18px;
  }
  .msg-item label{
    width: 95px;
    font-size: 14px;
    color: #666;
    position: absolute;
    left: 74px;
    top:0;
  }
  .msg-item input{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 50px;
  }
  .msg-item.it2{
    padding: 0 34px 0 130px;
  }
  .msg-item.it2 label{
    left: 34px;
  }
  .msg-item select{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 50px;
    background: url(https://www.leo71.com/wstmart/home/view/default/images/icon-down.png) no-repeat right center;
  }
  .msg-item.it3{
    padding: 0 170px 0 130px;
  }
  .msg-item.it3 label{
    left: 34px;
    width: 68px;
    border-right: 1px solid #e1e1e1;
  }
  .code-box{
    position: absolute;
    right: 20px;
    top:8px;
    z-index: 2;
    height: 33px;
    font-size: 0;
  }
  .code-box .codeimg{
    width: 87px;
    height: 33px;
    vertical-align: text-bottom;
    margin-right:5px;
    cursor: pointer;
  }
  .code-box a{
    font-size: 14px;
    color: rgba(102,102,102,.3);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .code-box a:hover{
    color: #ee1d23;
  }
  .msg-item.it4{
    height: 140px;
  }
  .msg-item textarea{
    display: block;
    width: 100%;
    height: 140px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    padding: 15px 0;
  }
  .msg-item input::-webkit-input-placeholder,
  .msg-item textarea::-webkit-input-placeholder {
    color: rgba(102,102,102,.3);
  }
  .msg-item input::-moz-placeholder,
  .msg-item textarea::-moz-placeholder {
    color: rgba(102,102,102,.3);
  }
  .msg-item input:-ms-input-placeholder,
  .msg-item textarea:-ms-input-placeholder { 
    color: rgba(102,102,102,.3);
  }
  .btn-submit{
    display: block;
    width: 100%;
    font-size: 16px;
    background:#9e0203;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
    border:1px solid #9e0203;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }


  .fzjg-item {
    padding: 50px 55px 45px 55px;
}

}

@media (min-width: 991px){

  .fzjg-item{
    float: left;
    width: 50%;
    border-right: 1px solid #eee;
    padding:50px 160px 45px 120px;
  }
  
}
@media(max-width:1459px){
  .contact-right,
  .contact-left {
    height: 394px;
}
}
@media(max-width:991px){
  .contact-left .m-company {
    font-size: 16px;
    padding-left: 27px;
    background-position: left top 5px;
    background-size: auto 14px;
    margin-bottom: 16px;
}
.contact-left .m-address {
  font-size: 14px;    
}
.contact-left .m-info {
  font-size: 14px;line-height: 1.8;
}
}
@media(max-width:414px){
  .section-title h3 {
    font-size: 22px !important;
    margin-bottom: .1rem !important;
}
.con_con1 {
  padding-top: 35px;
}
}









/* 联系我们新增 */
.con_con2{
  width: 100%;
  border-bottom: 1px solid rgb(232,232,232);
  margin-bottom: 30px;
}
.con_con2 .p{
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 9px;
  margin-top: 40px;
}
.con_con2 .p:before {
  content: "";
  position: absolute;
  width: 38px;
  height: 3px;
  background: #dc2821;
  bottom: -3px;
}
.con_con2 .p img{
  width: 42px;
  display: inline-block;
  margin-right: 12px;
  margin-top: -8px;
}
.con_con2 .p1{
  margin: 15px 0;
  font-size: 14px;
  position: relative;
}
.con_con2 .p1:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border: 1px solid #000;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.con_con2 .p1 span{
  font-size: 16px;
  font-weight: normal;
  color: #dc2821;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  padding-left: 12px;
}
@media(max-width:768px){
  .con_con2 .p img {
    width: 30px;
    margin-right: 2px;
    margin-top: -5px;
}
}


/* 关于我们 新增 */
.about-three{
  padding: 77px 0 95px;background: #f5f5f5;
}
.about-three .section-title,
.about-nine .section-title{
  padding: 0;
}
.about-three .section-title h3,
.about-nine .section-title h3{
  margin-bottom: 0;
}
.abt{margin-top: 68px;position: relative;background: white;}
.abt-left{float: left;overflow: hidden;width: 44%;}
.abt-left img{display: block;width: 100%;transition: all .5s;}
.abt-right{position: absolute;right: 0;width: 56%;padding: 40px 60px 40px 40px;top: 0; overflow-y: auto;height: 100%;}
.abt-right::-webkit-scrollbar {width: 3px;background-color: #adadad;}
.abt-right::-webkit-scrollbar-thumb {background-color:#d71317;border-radius: 10px;}
.abt-right h3{margin-bottom: 13px; font-size: 30px;color: #333;line-height: 32px;}
.abt-right p{font-size: 16px;color: #666;line-height: 30px;}
@media (max-width:767px) {
  .about-three{padding: 30px 0 40px;}
  .abt{margin-top: 30px;}
	.abt-left{width: 100%;}
	.abt-right{padding: 20px 15px 30px; position: static;width: 100%;margin-top: 20px;}
	.abt-right h3{font-size: 20px;line-height: 20px;margin-bottom: 7px;}
	.abt-right p{font-size: 14px;line-height: 20px;}
}




.about-nine{padding: 77px 0 80px;}
.abn-swiper{position: relative;padding-bottom: 65px;margin-top: 45px;}
.abn-swiper .swiper-button-next{margin-top: -54.5px;right: -100px; background: none;width: 100px;text-align: center;font-weight: bold;font-size: 30px;color: #d3d3d3;line-height: 44px;}
.abn-swiper .swiper-button-prev{margin-top: -54.5px;left: -100px; background: none;width: 100px;text-align: center;font-weight: bold;font-size: 30px;color: #d3d3d3;line-height: 44px;}
.abn-swiper .swiper-button-next:hover,.abx-swiper .swiper-button-prev:hover{color: #ce232a;}
.abn-swiper .swiper-pagination{width: 100%;bottom: 0;}
.abn-swiper .swiper-pagination-bullet{width: 16px;height: 16px;border: solid 2px #cccccc; background: none;opacity: 1;margin: 0 10px;}
.abn-swiper .swiper-pagination-bullet-active{background: #d2232a;border-color: #d2232a;}
.abn-swiper .swiper-slide{
  border: 1px solid rgb(232,232,232);
}
.abn-swiper img{display: block;width: 100%;}
@media (max-width: 1340px) {
	.abn-swiper .swiper-button-prev,
	.abn-swiper .swiper-button-next{display: none;}
}
@media (max-width:767px) {
  .about-nine{padding: 30px 0 40px;}
  .abn-swiper{margin-top: 30px;padding-bottom: 35px;}
	.abn-swiper .swiper-pagination-bullet,.abt-swiper .swiper-pagination-bullet,.abl-swiper .swiper-pagination-bullet{width: 8px;height: 8px;border-width: 1px;margin: 0 5px !important;}

}






/*新增  聚合页 */

/* banner */
.ny_banner .xz_rq{
  width: 920px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ny_banner .xz_rq .div{
  width: 750px;
  height: 55px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.ny_banner .xz_rq .div input{
  width: 600px;
  height: 55px;
  font-size: 16px;
  color: #666;
  background: #fff;
  padding-left: 15px;
  float: left;
}
.ny_banner .xz_rq .div button{
  width: 150px;
  height: 55px;
  font-size: 16px;
  color: #fff;
  background: #9e0203;
  float: left;
  cursor: pointer;
}
.ny_banner .xz_rq .div1{
  width: 150px;
  height: 55px;
  float: left;
  border-radius: 5px;
  margin-left: 20px;
  overflow: hidden;
}
.ny_banner .xz_rq .div1 button{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  background: #9e0203;
  cursor: pointer;
}

.jh_dh{
  padding: 0 !important;
  line-height: 56px;
}
/* jh_con1 */
.jh_con1{
  width: 100%;
}
.jh_con1 .lef{
  width: 73.8%;
  height: 375px;
  border: 1px solid rgb(225,225,225);
  float: left;
}
.jh_con1 .lef .top{
  width: 100%;
  border-bottom: 1px solid rgb(225,225,225);
}
.jh_con1 .lef .top button{
  display: block;
  float: left;
  height: 46px;
  padding: 0 25px;
  font-size: 16px;
  color: #2f3336;
  border-right: 1px solid rgb(225,225,225);
  transition: all .5s;
}
.jh_con1 .lef .top button.on{
  background: #9e0203;
  color: #fff;
}
.jh_con1 .lef .bot{
  width: 100%;
}
.jh_con1 .lef .bot .rq{
  width: 100%;
  padding: 17px 20px;
  display: none;
}
.jh_con1 .lef .bot .rq.on1{
  display: block;
}
.jh_con1 .lef .bot .div{
  width: 47%;
  float: left;
}
.jh_con1 .lef .bot .div img{
  width: 100%;
  vertical-align: middle;
}
.jh_con1 .lef .bot .div1{
  width: 53%;
  float: left;
  padding-left: 20px;
  padding-top: 10px;
}
.jh_con1 .lef .bot .div1 .p1{
  font-size: 24px;
  color: #2f3336;
}
.jh_con1 .lef .bot .div1 .p2{
  font-size: 14px;
  color: #666666;
  margin-top: 9px;
  margin-bottom: 42px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.jh_con1 .lef .bot .div1 .p3{
  font-size: 14px;
  color: #666666;
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
  display: block;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jh_con1 .lef .bot .div1 .p3:hover{
  color: #bf1b1b;
  padding-left: 30px;
}
.jh_con1 .lef .bot .div1 .p3::before{
  content: '';
  width: 13px;
  height: 9px;
  background-image: url(../image/img142.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.jh_con1 .lef .bot .div1 .p3:hover::before{
  background-image: url(../image/img143.png);
}

.jh_con1 .rig{
  width: 25%;
  height: 375px;
  border: 1px solid rgb(225,225,225);
  float: right;
}
.jh_con1 .rig .top{
  width: 100%;
  border-bottom: 1px solid rgb(225,225,225);
}
.jh_con1 .rig .top button{
  font-size: 16px;
  color: #ffffff;
  background: #9e0203;
  height: 46px;
  width: 100%;
}
.jh_con1 .rig .bot{
  width: 100%;
  padding: 0 20px;
}
.jh_con1 .rig .bot a{
  display: block;
  float: left;
  width: 50%;
  padding-left: 16px;
  font-size: 12px;
  color: #666666;
  margin-top: 22px;
  position: relative;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jh_con1 .rig .bot a::before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgb(47,51,54);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.jh_con1 .rig .bot a:hover{
  color: #bf1b1b;
}
.jh_con1 .rig .bot a:hover::before{
  background: #bf1b1b;
}

/* jh_con2 */
.jh_con2{
  width: 100%;
  padding-top: 55px;
}
.jh_con2 .p{
  font-size: 30px;
  color: #2f3336;
  border-bottom: 1px solid rgb(47,51,54);
  font-weight: bold;
}
.jh_con2 .p a{
  float: right;
  width: 28px;
}
.jh_con2 .p a img{
  width: 100%;
}
.jh_con2 .rq{
  width: 100%;
  padding-top: 24px;
}
.jh_con2 .rq .div{
  width: 32%;
  height: 291px;
  margin-right: 2%;
  float: left;
  margin-bottom: 25px;
}
.jh_con2 .rq .div:nth-child(3n){
  margin-right: 0;
}
.jh_con2 .rq .div .div1{
  width: 100%;
  overflow: hidden;
  border: 1px solid rgb(225,225,225);
  position: relative;
  display: block;
}
.jh_con2 .rq .div .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.jh_con2 .rq .div:hover .div1 img{
  transform: scale(1.05);
}
.jh_con2 .rq .div .div1 p{
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  padding-left: 20px;
  background: rgb(67,71,74);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* jh_con3 */
.jh_con3{
  width: 100%;
  padding-top: 30px;
}
.jh_con3 .rq{
  width: 100%;
}
.jh_con3 .rq .div{
  width: 32%;
  float: left;
  margin-right: 2%;
  border: 1px solid rgb(225,225,225);
}
.jh_con3 .rq .div:nth-child(3n){
  margin-right: 0;
}
.jh_con3 .rq .div .p{
  font-size: 16px;
  color: #2f3336;
  line-height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid rgb(225,225,225);
  position: relative;
}
.jh_con3 .rq .div .p::before{
  content: '';
  width: 80px;
  height: 3px;
  background: #9e0203;
  position: absolute;
  bottom: -1px;
  left: 20px;
}
.jh_con3 .rq .div .p a{
  font-size: 14px;
  color: #999999;
  float: right;
}
.jh_con3 .rq .div .div1{
  width: 100%;
  padding: 20px;
}
.jh_con3 .rq .div .div1 .top{
  width: 100%;
  overflow: hidden;
}
.jh_con3 .rq .div .div1 .top img{
  width: 100%;
  vertical-align: middle;
}
.jh_con3 .rq .div:hover .div1 .top img{
  transform: scale(1.05);
}
.jh_con3 .rq .div .div1 .bot{
  width: 100%;
  padding-top: 22px;
}
.jh_con3 .rq .div .div1 .bot a{
  font-size: 14px;
  color: #666666;
  margin-bottom: 14px;
  display: block;
  padding-left: 22px;
  position: relative;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jh_con3 .rq .div .div1 .bot a:hover{
  color: #9e0203;
  padding-left: 30px;
}
.jh_con3 .rq .div .div1 .bot a:last-child{
  margin-bottom: 0;
}
.jh_con3 .rq .div .div1 .bot a::before{
  content: '';
  width: 13px;
  height: 9px;
  background-image: url(../image/img142.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%,-50%);
}
.jh_con3 .rq .div .div1 .bot a:hover::before{
  background-image: url(../image/img143.png);
}


/* jh_con4 */
.jh_con4{
  width: 100%;
  padding-top: 55px;
  padding-bottom: 100px;
}
.jh_con4 .rq{
  width: 100%;
}
.jh_con4 .rq .lef{
  width: 73.8%;
  float: left;
}
.jh_con4 .rq .top{
  width: 100%;
}
.jh_con4 .rq .top .div{
  width: 49%;
  margin-right: 2%;
  border: 1px solid rgb(225,225,225);
  float: left;
}
.jh_con4 .rq .top .div:nth-child(2){
  margin-right: 0;
}
.jh_con4 .rq .top .div .p{
  font-size: 16px;
  color: #2f3336;
  border-bottom: 1px solid rgb(225,225,225);
  line-height: 50px;
  position: relative;
  padding: 0 16px;
}
.jh_con4 .rq .top .div .p::before{
  content: '';
  width: 5px;
  height: 20px;
  background: #9e0203;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.jh_con4 .rq .top .div .p a{
  font-size: 14px;
  color: #999999;
  float: right;
}
.jh_con4 .rq .top .div .div1{
  width: 100%;
  padding: 16px 18px;
}
.jh_con4 .rq .top .div .div1 a{
  display: block;
  font-size: 14px;
  color: #666666;
  padding-left: 20px;
  position: relative;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jh_con4 .rq .top .div .div1 a::before{
  content: '';
  width: 13px;
  height: 9px;
  background-image: url(../image/img142.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.clone{
  /* margin-bottom: 13px; */
}
.jh_con4 .rq .top .div .div1 a:last-child{
  /* margin-bottom: 0; */
}
.jh_con4 .rq .top .div .div1 a:hover{
  color:#9e0203;
  padding-left: 22px;
}
.jh_con4 .rq .top .div .div1 a:hover::before{
  background-image: url(../image/img143.png);
}

.jh_con4 .rq .bot{
  width: 100%;
  border: 1px solid rgb(225,225,225);
  margin-top: 12px;
}
.jh_con4 .rq .bot .div{
  width: 100%;
  border-bottom: 1px solid rgb(225,225,225);
}
.jh_con4 .rq .bot .div button{
  font-size: 16px;
  color: #ffffff;
  padding: 0 22px;
  line-height: 50px;
  background: #9e0203;
}
.jh_con4 .rq .bot .div a{
  font-size: 14px;
  color: #999999;
  float: right;
  line-height: 50px;
  margin-right: 20px;
}
.jh_con4 .rq .bot .div1{
  width: 100%;
  padding: 26px;
}
.jh_con4 .rq .bot .div1 .div2{
  float: left;
  width: 40.8%;
}
.jh_con4 .rq .bot .div1 .div2 img{
  width: 100%;
  vertical-align: middle;
}
.jh_con4 .rq .bot .div1 .div3{
  float: left;
  width: 59.2%;
  padding-left: 28px;
}
.jh_con4 .rq .bot .div1 .div3 a{
  display: block;
  font-size: 14px;
  color: #666666;
  margin-bottom: 13px;
  padding-left: 22px;
  position: relative;
  transition: all .5s;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jh_con4 .rq .bot .div1 .div3 a:last-child{
  margin-bottom: 0;
}
.jh_con4 .rq .bot .div1 .div3 a::before{
  content: '';
  width: 13px;
  height: 9px;
  background-image: url(../image/img142.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.jh_con4 .rq .bot .div1 .div3 a:hover{
  color:#9e0203;
  padding-left: 30px;
}
.jh_con4 .rq .bot .div1 .div3 a:hover::before{
  background-image: url(../image/img143.png);
}

.jh_con4 .rq .rig{
  width: 25%;
  border: 1px solid rgb(225,225,225);
  float: right;
}
.jh_con4 .rq .rig .job2{
  margin-top: 0;
}
.jh_con4 .rq .rig .job2 .p1{
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 51px;
}

@media(max-width:1259px){
  .jh_con1 .lef .top button {
    height: 36px;
    padding: 0 14px;
    font-size: 14px;
}
.jh_con1 .lef .bot .rq {
  padding: 13px 15px;
}
.jh_con1 .lef .bot .div1 {
  padding-left: 10px;
  padding-top: 5px;
}
.jh_con1 .lef .bot .div1 .p1 {
  font-size: 24px;
}
.jh_con1 .lef .bot .div1 .p2 {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 18px;
}
.jh_con1 .lef .bot .div1 .p3 {
  font-size: 14px;
  padding-left: 20px;
  margin-bottom: 11px;
}
.jh_con1 .rig,
.jh_con1 .lef {
  height: 307px;
}
.jh_con1 .rig .top button {
  font-size: 14px;
  height: 36px;
  padding: 0 14px;
}
.jh_con1 .rig .bot {
  padding: 0 10px;
}
.jh_con1 .rig .bot a {
  padding-left: 10px;
  font-size: 14px;
  margin-top: 15px;
}
.jh_con2 {
  padding-top: 35px;
}
.jh_con2 .p {
  font-size: 24px;
}
.jh_con2 .p a {
  width: 20px;
}
.jh_con2 .rq .div {
  height: 233px;
}
.jh_con2 .rq .div .div1 p {
  font-size: 14px;
  line-height: 40px;
  padding-left: 15px;
}
.jh_con3 {
  padding-top: 10px;
}
.jh_con3 .rq .div .p {
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px;
}
.jh_con3 .rq .div .p::before {
  width: 64px;
  height: 3px;
  left: 10px;
}
.jh_con3 .rq .div .p a {
  font-size: 12px;
}
.jh_con3 .rq .div .div1 {
  padding: 10px;
}
.jh_con3 .rq .div .div1 .bot {
  padding-top: 12px;
}
.jh_con3 .rq .div .div1 .bot a {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 18px;
}
.jh_con4 {
  padding-top: 34px;
  padding-bottom: 65px;
}
.jh_con4 .rq .top .div .p {
  font-size: 16px;
  line-height: 40px;
  padding: 0 10px;
}
.jh_con4 .rq .top .div .p a {
  font-size: 12px;
}
.jh_con4 .rq .top .div .div1 {
  padding: 10px 10px;
}
.jh_con4 .rq .top .div .div1 a {
  font-size: 14px;
  padding-left: 18px;

}
.clone{
  /* margin-bottom: 10px; */
}

.jh_con4 .rq .bot .div button {
  font-size: 14px;
  padding: 0 14px;
  line-height: 40px;
}
.jh_con4 .rq .bot .div a {
  font-size: 12px;
  line-height: 40px;
  margin-right: 10px;
}
.jh_con4 .rq .bot .div1 {
  padding: 10px;
}
.jh_con4 .rq .bot .div1 .div3 {
  padding-left: 15px;
}
.jh_con4 .rq .bot .div1 .div3 a {
  font-size: 14px;
  margin-bottom: 9px;
  padding-left: 19px;
}
.jh_con4 .rq .rig .job2 .p1 {
  font-size: 16px;
  line-height: 40px;
}
}
@media(max-width:991px){
  .ny_banner .xz_rq .div input {
    width: 300px;
    height: 40px;
    font-size: 13px;
    padding-left: 10px;
}
.ny_banner .xz_rq .div button {
  width: 100px;
  height: 40px;
  font-size: 13px;
}
.ny_banner .xz_rq .div {
  width: 400px;
  height: 40px;
  border-radius: 5px;
}
.ny_banner .xz_rq .div1 {
  width: 100px;
  height: 40px;
  margin-left: 10px;
}
.ny_banner .xz_rq .div1 button {
  font-size: 13px;
}
.ny_banner .xz_rq{
  width: 510px;
}


  .jh_con1 .lef .bot .div1 .p1 {
    font-size: 18px;
}
.jh_con1 .lef .bot .div1 .p3 {
  font-size: 13px;
  padding-left: 20px;
  margin-bottom: 7px;
}
.jh_con1 .lef .bot .div1 .p2 {
  font-size: 13px;
  margin-top: 4px;
  margin-bottom: 10px;
}
.jh_con1 .rig, .jh_con1 .lef {
  height: 252px;
}
.jh_con1 .rig .bot a {
  padding-left: 10px;
  font-size: 13px;
  margin-top: 10px;
}
.jh_con2 .rq .div {
  height: 179px;margin-bottom: 18px;
}





}
@media(max-width:768px){
  .jh_con1 .lef{
    width: 100%;
    height: auto;
  }
  .jh_con1 .rig{
    width: 100%;
    height: auto;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .jh_con2 .rq .div{
    height: auto;
  }
  .jh_con4 .rq .lef{
    width: 100%;
  }
  .jh_con4 .rq .rig{
    width: 100%;
  }

}
@media(max-width:500px){
  .ny_banner .xz_rq .div,
  .ny_banner .xz_rq .div1{
    float: none;
    margin: 0 auto;
  }
  .ny_banner .xz_rq .div input {
    width: 210px;
    height: 35px;
}
.ny_banner .xz_rq .div button {
  width: 80px;
  height: 35px;
}
.ny_banner .xz_rq .div{
  width: 290px;
  height: 35px;
}
.ny_banner .xz_rq .div1 {
  width: 80px;
  height: 35px;
  margin-top: 10px;
}

  .jh_dh {
    line-height: 44px;
}
  .jh_con1 .lef .top button {
    height: 36px;
    padding: 0 8px;
    font-size: 13px;
}
.jh_con1 .lef .bot .rq {
  padding: 10px 10px;
}
.jh_con1 .lef .bot .div{
  width: 100%;
}
.jh_con1 .lef .bot .div1{
  width: 100%;
  padding-left: 0;
  padding-top: 10px;
}
.jh_con1 .lef .bot .div1 .p2 {
  margin-top: 8px;
}
.jh_con1 .rig .top button {
  font-size: 13px;
}
.jh_con2 {
  padding-top: 16px;
}
.jh_con2 .p {
  font-size: 18px;
  padding-bottom: 5px;
}
.jh_con2 .rq {
  padding-top: 15px;
}
.jh_con2 .rq .div{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.jh_con2 .rq .div:nth-child(3n){
  margin-right: 2%;
}
.jh_con2 .rq .div:nth-child(2n){
  margin-right: 0;
}
.jh_con2 .rq .div .div1 p {
  font-size: 12px;
  line-height: 26px;
  padding-left: 12px;
}
.jh_con3 {
  padding-top: 15px;
}
.jh_con4 .rq .top .div,
.jh_con3 .rq .div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.jh_con4 {
  padding-top: 10px;
  padding-bottom: 45px;
}
.jh_con4 .rq .bot .div1 .div2{
  width: 100%;
}
.jh_con4 .rq .bot .div1 .div3{
  width: 100%;
  padding-left: 0;
  padding-top: 10px;
}

}



/* sy_con2 */
.xz_ldy_1{
  width: 100%;
  padding-top: 54px;
  padding-bottom: 70px;
}
.xz_ldy_bt{
  width: 730px;
  height: 95px;
  margin: 0 auto;
  background-image: url(../image/img149.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 15px;
}
.xz_ldy_bt .p1{
  font-size: 40px;
  color: #050c27;
  text-align: center;
}
.xz_ldy_bt .p1 span{
  font-weight: bold;
  color: #9e0203;
  padding-left: 30px;
  position: relative;
}
.xz_ldy_bt .p1 span::before{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #050c27;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.xz_ldy_bt .p2{
  font-size: 16px;
  color: #2f3336;
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
}
.xz_ldy_1 .rq{
  width: 100%;
  height: 470px;
  margin-top: 28px;
  display: flex;
  box-shadow: 0 0 20px rgba(134, 80, 80, 0.08);
}
.xz_ldy_1 .rq .lef{
  width: 41.5%;
  position: relative;
}
.xz_ldy_1 .rq .lef::before{
  content: '';
  width: 50px;
  height: 100%;
  background-image: url(../image/img150.png);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.xz_ldy_1 .rq .lef img{
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.xz_ldy_1 .rq .rig{
  width: 58.5%;
  padding: 34px 52px;
}
.xz_ldy_1 .rq .rig .div{
  width: 100%;
  padding-left: 102px;
  position: relative;
  margin-bottom: 16px;
}
.xz_ldy_1 .rq .rig .div:last-child{
  margin-bottom: 0;
}
.xz_ldy_1 .rq .rig .div .div1{
  width: 82px;
  height: 52px;
  border-radius: 52px;
  box-shadow: 0 0 15px rgba(76, 33, 35, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.xz_ldy_1 .rq .rig .div .div1 img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.xz_ldy_1 .rq .rig .div:hover .div1 img{
  transform: translate(-50%,-50%) scale(1.1);
}
.xz_ldy_1 .rq .rig .div p{
  font-size: 18px;
  color: #2f3336;
  position: relative;
  line-height: 52px;
}
.xz_ldy_1 .rq .rig .div p span{
  font-weight: bold;
}


/* xz_ldy_2 */
.xz_ldy_2{
  width: 100%;
  padding-top: 62px;
  padding-bottom: 48px;
  background: rgb(248,248,248);
  overflow: hidden;
}
.xz_ldy_2 .rq{
  width: 100%;
  margin-top: 38px;
  position: relative;
}
.xz_ldy_2 .rq .rq1{
  display: block;
  width: 100%;
  border: 1px solid rgb(225,225,225);
  border-bottom: none;
}
.xz_ldy_2 .rq .top{
  width: 100%;
  height: 240px;
  position: relative;
  background: #fff;
}
.xz_ldy_2 .rq .top .ig1{
  width: 71px;
  position: absolute;
  top: 25px;
  left: 22px;
  z-index: 2;
}
.xz_ldy_2 .rq .top .ig2{
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.xz_ldy_2 .rq .rq1:hover .top .ig2{
  transform: translate(-50%,-50%) scale(1.05);
}
.xz_ldy_2 .rq p{
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  line-height: 50px;
  text-align: center;
  background: rgb(67,71,74);
  transition: all .5s;
}
.xz_ldy_2 .rq .rq1:hover p{
  background: #9e0203;
}
.xz_ldy_2 .swiper-button-next,
.xz_ldy_2 .swiper-button-prev{
  width: 35px;height: 35px;
  background-image: url(../image/img163.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  right: -68px;
  transition: all .5s;
}
.xz_ldy_2 .swiper-button-prev{
  left: -68px;
  transform: translateY(-50%) rotate(180deg);
}
.xz_ldy_2 .swiper-button-next:hover,
.xz_ldy_2 .swiper-button-prev:hover{
  background-image: url(../image/img164.png);
}
.xz_ldy_2 .a{
  font-size: 16px;
  color: #2f3336;
  width: 160px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid rgb(47,51,54);
  display: block;
  margin: 0 auto;
  margin-top: 38px;
  transition: all .5s;
}
.xz_ldy_2 .a:hover{
  background: #9e0203;
  border: 1px solid #9e0203;
  color: #fff;
}


/* xz_ldy_3 */
.xz_ldy_3{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
  background-image: url(../image/img165.jpg);
  background-size: cover;
  background-position: center;
}
.xz_ldy_3 .xz_ldy_bt{
  background-image: url(../image/img166.png);
}
.xz_ldy_3 .xz_ldy_bt .p1{
  color: #fff;
}
.xz_ldy_3 .xz_ldy_bt .p1 span{
  color: #fff;
}
.xz_ldy_3 .xz_ldy_bt .p1 span::before{
  background: #fff;
}
.xz_ldy_3 .xz_ldy_bt .p2{
  color: #fff;
  opacity: 0.5;
}
.xz_ldy_3 .rq{
  width: 100%;
  padding-top: 44px;
}
.xz_ldy_3 .rq .div{
  width: 12.9%;
  height: 250px;
  background: #fff;
  padding: 0 10px;
  padding-top: 28px;
  margin-right: 1.616666666666%;
  float: left;
  transition: all .5s;
}
.xz_ldy_3 .rq .div:hover{
  transform: translateY(-5px);
}
.xz_ldy_3 .rq .div:last-child{
  margin-right: 0;
}
.xz_ldy_3 .rq .div .div1{
  width: 88px;height: 88px;
  border-radius: 50%;
  background: rgb(244,245,245);
  margin: 0 auto;
  position: relative;
}
.xz_ldy_3 .rq .div .div1 img{
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.xz_ldy_3 .rq .div .p1{
  font-size: 18px;
  color: #2f3336;
  text-align: center;
  margin-top: 22px;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.xz_ldy_3 .rq .div .p2{
  font-size: 14px;
  color: #999999;
  text-align: center;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.xz_ldy_3 .rq .div span{
  font-size: 36px;
  color: #2f3336;
  font-family: "din";
  display: block;
  opacity: 0.2;
  text-align: center;
  padding-top: 10px;
}
.xz_ldy_3 .rq1{
  width: 420px;
  height: 70px;
  border-radius: 70px;
  margin: 0 auto;
  margin-top: 46px;
  background: rgba(69,72,74,.3);
}
.xz_ldy_3 .rq1 a{
  width: 45%;
  float: left;
  line-height: 70px;
  border-radius: 70px;
  font-size: 20px;
  color: #ffffff;
  background: #9e0203;
  text-align: center;
}
.xz_ldy_3 .rq1 .div{
  width: 55%;
  float: left;
  padding-left: 16px;
  padding-top: 10px;
}
.xz_ldy_3 .rq1 .div .p1{
  font-size: 14px;
  color: #ffffff;
  opacity: 0.8;
}
.xz_ldy_3 .rq1 .div .p2{
  font-size: 30px;
  color: #ffffff;
  font-family: "bold";
  line-height: 30px;
}





/* xz_ldy_4 */
.xz_ldy_4{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 0px !important;
}
.xz_ldy_4 .xz_ldy_bt{
  background-image: url(../image/img174.png);
}
.xz_ldy_4 .rq{
  width: 100%;
  padding-top: 40px;
}
.xz_ldy_4 .rq .rq1{
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.xz_ldy_4 .rq .rq1 .lef{
  width: 48.6%;
  float: left;
  overflow: hidden;
}
.xz_ldy_4 .rq .rq1 .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.xz_ldy_4 .rq .rq1:hover .lef img{
  transform: scale(1.05);
}
.xz_ldy_4 .rq .rq1 .rig{
  width: 50%;
  background: rgb(248,248,248);
  padding: 0 50px;
  padding-top: 50px;
}
.xz_ldy_4 .rq .rq1 .rig .div{
  width: 100%;
  padding-left: 90px;
  position: relative;
}
.xz_ldy_4 .rq .rq1 .rig .div1{
  width: 71px;
  height: 62px;
  background-image: url(../image/img180.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  color: #ffffff;
  font-family: "bold";
  text-align: center;
  line-height: 62px;
}
.xz_ldy_4 .rq .rq1 .rig .div .p1{
  font-size: 34px;
  color: #9e0203;
  font-weight: bold;
  line-height: 44px;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.xz_ldy_4 .rq .rq1 .rig .div .p2{
  font-size: 16px;
  color: #999999;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.xz_ldy_4 .rq .rq1 .rig .div2{
  width: 100%;
  margin-top: 22px;
  height: 110px;
  overflow: hidden;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;

}
.xz_ldy_4 .rq .rq1 .rig .div2 p{
  font-size: 18px;
  color: #666666;
  position: relative;
  padding-left: 15px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.xz_ldy_4 .rq .rq1 .rig .div2 p::before{
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(47,51,54);
  position: absolute;
  left: 0;
  top: 11px;
}
.xz_ldy_4 .rq .rq1 .rig .div3{
  width: 305px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid rgb(237,237,237);
}
.xz_ldy_4 .rq .rq1 .rig .div3 a{
  width: 46%;
  float: left;
  line-height: 48px;
  border-radius: 48px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: #9e0203;

}
.xz_ldy_4 .rq .rq1 .rig .div3 .div4{
  width: 54%;
  float: left;
  padding-left: 12px;
  padding-top: 4px;
}
.xz_ldy_4 .rq .rq1 .rig .div3 .div4 .p1{
  font-size: 12px;
  color: #2f3336;
  opacity: 0.8;
}
.xz_ldy_4 .rq .rq1 .rig .div3 .div4 .p2{
  font-size: 20px;
  color: #9e0203;
  font-family: "bold";
  line-height: 20px;
}


@media(max-width:1459px){
  .xz_ldy_bt .p1 {
    font-size: 30px;
}
.xz_ldy_bt .p2 {
  font-size: 12px;
  padding-top: 3px;
}
.xz_ldy_bt {
  width: 580px;
  height: 75px;
  padding-top: 15px;
}
.xz_ldy_1 .rq {
  height: 390px;
  margin-top: 28px;
}
.xz_ldy_1 .rq .rig {
  padding: 20px 30px;
}
.xz_ldy_1 .rq .rig .div .div1 {
  width: 68px;
  height: 38px;
  border-radius: 38px;
}
.xz_ldy_1 .rq .rig .div .div1 img {
  max-width: 60%;
  max-height: 60%;
}
.xz_ldy_1 .rq .rig .div {
  padding-left: 85px;
  margin-bottom: 14px;
}
.xz_ldy_1 .rq .rig .div p {
  font-size: 16px;
  line-height: 38px;
}
.xz_ldy_2 .rq .top {
  height: 200px;
}
.xz_ldy_2 .rq p {
  font-size: 16px;
  line-height: 40px;
}
.xz_ldy_2 .rq .top .ig1 {
  width: 60px;
  top: 16px;
  left: 16px;
}
.xz_ldy_2 .swiper-button-next, .xz_ldy_2 .swiper-button-prev {
  width: 30px;
  height: 30px;
  right: -50px;
}
.xz_ldy_2 .swiper-button-prev{
  left: -50px;
}
.xz_ldy_2 .a {
  font-size: 14px;
  width: 140px;
  height: 36px;
  line-height: 34px;
  border-radius: 38px;
  margin-top: 28px;
}
.xz_ldy_3 .rq .div {
  height: 200px;
  padding: 0px 6px;
  padding-top: 20px;
}
.xz_ldy_3 .rq .div .div1 {
  width: 68px;
  height: 68px;
}
.xz_ldy_3 .rq .div .p1 {
  font-size: 16px;
  margin-top: 14px;
}
.xz_ldy_3 .rq .div .p2 {
  font-size: 13px;
}
.xz_ldy_3 .rq .div span {
  font-size: 30px;
  padding-top: 8px;
}
.xz_ldy_3 .rq1 {
  width: 370px;
  height: 54px;
  border-radius: 54px;
  margin-top: 33px;
}
.xz_ldy_3 .rq1 a {
  line-height: 54px;
  border-radius: 54px;
  font-size: 16px;
}
.xz_ldy_3 .rq1 .div .p1 {
  font-size: 13px;
}
.xz_ldy_3 .rq1 .div .p2 {
  font-size: 24px;
  line-height: 24px;
}
.xz_ldy_3 .rq1 .div {
  padding-left: 16px;
  padding-top: 5px;
}
.xz_ldy_4 .rq .rq1 .rig {
  padding: 0 26px;
  padding-top: 26px;
}

.xz_ldy_4 .rq .rq1 .rig .div1 {
  width: 58px;
  height: 52px;
  font-size: 30px;
  line-height: 52px;
}
.xz_ldy_4 .rq .rq1 .rig .div {
  padding-left: 70px;
}
.xz_ldy_4 .rq .rq1 .rig .div .p1 {
  font-size: 26px;
  line-height: 32px;
}
.xz_ldy_4 .rq .rq1 .rig .div .p2 {
  font-size: 14px;
}
.xz_ldy_4 .rq .rq1 .rig .div2 {
  margin-top: 16px;
  height: 110px;
}
.xz_ldy_4 .rq .rq1 .rig .div2 p {
  font-size: 16px;
  padding-left: 13px;
}
.xz_ldy_4 .rq .rq1 .rig .div2 p::before {
  top: 10px;
}
.xz_ldy_4 .rq .rq1 .rig .div3 {
  width: 260px;
  height: 44px;
  border-radius: 44px;
}
.xz_ldy_4 .rq .rq1 .rig .div3 a {
  line-height: 42px;
  border-radius: 42px;
  font-size: 12px;
}
.xz_ldy_4 .rq .rq1 .rig .div3 .div4 .p2 {
  font-size: 18px;
  line-height: 18px;
}
.xz_ldy_4 .rq .rq1 .rig .div3 .div4 {
  padding-left: 8px;
  padding-top: 2px;
}

}
@media(max-width:1259px){
  .xz_ldy_4 .rq .rq1 .rig .div2 {
    height: 90px;
}
.xz_ldy_4 .rq .rq1 .rig .div2 p {
  font-size: 14px;
  padding-left: 13px;
}

}
@media(max-width:991px){
  .xz_ldy_1 .rq .rig .div p {
    font-size: 15px;
}
.xz_ldy_bt .p1 {
  font-size: 26px;
}
.xz_ldy_bt .p1 span::before {
  width: 4px;
  height: 4px;
  left: 8px;
}
.xz_ldy_bt .p1 span {
  padding-left: 20px;
}
.xz_ldy_bt {
  width: 525px;
  height: 68px;
  padding-top: 15px;
}
.xz_ldy_3 .rq .div{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.xz_ldy_3 .rq .div:nth-child(3n){
  margin-right: 0;
}
.xz_ldy_4 .rq .rq1{
  flex-wrap: wrap;
}
.xz_ldy_4 .rq .rq1:nth-child(2n){
  flex-wrap: wrap-reverse;
}
.xz_ldy_4 .rq .rq1 .lef{
  width: 100%;
}
.xz_ldy_4 .rq .rq1 .rig{
  width: 100%;
  padding: 26px;
}

}
@media(max-width:768px){
  .xz_ldy_1 .rq{
    flex-wrap: wrap;
    height: auto;
  }
  .xz_ldy_1 .rq .lef{
    width: 100%;
    height: 200px;
  }
  .xz_ldy_1 .rq .rig{
    width: 100%;
  }

}
@media(max-width:500px){
  .xz_ldy_bt {
    width: 100%;
    height: auto;
    padding-top: 0;
    background-image:none;
}
.xz_ldy_bt .p1 {
  font-size: 24px;
}
.xz_ldy_1 {
  padding-top: 45px;
  padding-bottom: 48px;
}
.xz_ldy_1 .rq .rig {
  padding: 20px 15px;
  padding-bottom: 30px;
}
.xz_ldy_1 .rq .rig .div p {
  font-size: 14px;
  line-height: 28px;
  padding-top: 5px;
}
.xz_ldy_1 .rq .rig .div {
  padding-left: 78px;
  margin-bottom: 14px;
}
.xz_ldy_2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.xz_ldy_2 .rq p {
  font-size: 14px;
}
.xz_ldy_2 .rq {
  margin-top: 22px;
}
.xz_ldy_2 .swiper-button-next, .xz_ldy_2 .swiper-button-prev{
  display: none;
}
.xz_ldy_2 .rq .top {
  height: 140px;
}
.xz_ldy_3 {
  padding-top: 45px;
  padding-bottom: 50px;
}
.xz_ldy_4 .xz_ldy_bt,
.xz_ldy_3 .xz_ldy_bt {
  background-image: none;
}
.xz_ldy_3 .rq {
  padding-top: 22px;
}
.xz_ldy_3 .rq .div{
  width: 32%;
  height: 150px;
}
.xz_ldy_3 .rq .div .div1 {
  width: 50px;
  height: 50px;
}
.xz_ldy_3 .rq .div .div1 img {
  max-height: 56%;
  max-width: 56%;
}
.xz_ldy_3 .rq .div .p1 {
  font-size: 14px;
  margin-top: 10px;
}
.xz_ldy_3 .rq .div span {
  font-size: 30px;
  padding-top: 6px;
}
.xz_ldy_3 .rq .div:nth-child(7){
  width: 100%;
  height: 90px;
  padding-left: 26px;
  padding-right: 38px;
}
.xz_ldy_3 .rq .div:nth-child(7) span{float: right;}
.xz_ldy_3 .rq .div:nth-child(7) .p1,
.xz_ldy_3 .rq .div:nth-child(7) .div1{
  float: left;
}
.xz_ldy_3 .rq .div:nth-child(7) .p1{
  padding-left: 30px;
  margin-top: 16px;
}
.xz_ldy_3 .rq1 {
  width: 320px;
  margin-top: 22px;
}
.xz_ldy_3 .rq1 .div {
  padding-left: 5px;
  padding-top: 5px;
}
.xz_ldy_3 .rq .div .p2{
  display: none;
}
.xz_ldy_4 {
  padding-top: 45px;
  padding-bottom: 55px;
}
.xz_ldy_4 .rq {
  padding-top: 24px;
}
.xz_ldy_4 .rq .rq1 .rig {
  width: 100%;
  padding: 20px 15px;
}
.xz_ldy_4 .rq .rq1 .rig .div .p1 {
  font-size: 20px;
  line-height: 26px;
}
.xz_ldy_4 .rq .rq1 .rig .div .p2 {
  font-size: 13px;
}
.xz_ldy_4 .rq .rq1 .rig .div1 {
  width: 52px;
  height: 45px;
  font-size: 24px;
  line-height: 45px;
}
.xz_ldy_4 .rq .rq1 .rig .div {
  padding-left: 58px;
}
.xz_ldy_4 .rq .rq1 .rig .div2{
  height: auto;
  margin-bottom: 15px;
  -webkit-line-clamp: 30;
}
.xz_ldy_4 .rq .rq1 .rig .div2 p{
  -webkit-line-clamp: 30;
}
.sy_con9.ny_con3 .lef .rq1 .bot a:nth-child(7),
.sy_con9.ny_con3 .lef .rq1 .bot a:nth-child(8),
.sy_con9.ny_con3 .lef .rq1 .bot a:nth-child(9),
.sy_con9.ny_con3 .lef .rq1 .bot a:nth-child(10),
.sy_con9.ny_con3 .lef .rq1 .bot a:nth-child(11),
.sy_con9.ny_con3 .lef .rq1 .bot a:nth-child(12){
  display: none;
}
}
@media(max-width:375px){
  .pro_dat3 {
    padding-top: 45px;
    padding-bottom: 50px;
}
  .xz_ldy_1 .rq {
    margin-top: 20px;
}
.xz_ldy_1 .rq .lef {
  height: 160px;
}
  .xz_ldy_bt .p1 {
    font-size: 22px;
}
.xz_ldy_1 .rq .rig .div .div1 {
  width: 60px;
  height: 28px;
  border-radius: 28px;
}
.xz_ldy_1 .rq .rig .div {
  padding-left: 66px;
  margin-bottom: 10px;
}
.xz_ldy_1 .rq .rig .div p {
  font-size: 13px;
  line-height: 28px;
  padding-top: 0px;
}
.xz_ldy_4 .rq .rq1 .rig .div{
  padding-left: 0;
}
.xz_ldy_4 .rq .rq1 .rig .div1{
  position: static;
  margin-bottom: 10px;
}
.xz_ldy_1 .rq .lef img {
  max-width: 95%;
  max-height: 95%;
}

}