.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}


.about-3 {

}

.about-3 .title::after {
	content: '';
	display: block;
	width: 0.7rem;
	height: 0.02rem;
	background: #A40000;
	margin: 0 auto;
	margin-top: 0.25rem;
	margin-bottom: 0.48rem;
}

.about-3 .cont1 {
	margin: 0 0.8rem;
}

.about3_1 .wrap,
.about3_2 .wrap {
	position: relative;
	overflow: hidden;
}

.about3_1 .swiperBtn {
	width: 8px;
	background-size: 100% 100%;
	margin-top: 0;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	z-index: 2;
	cursor: pointer;
}

.about3_1 .prev {
	left: 0.8rem;
}

.about3_1 .next {
	right: 0.8rem;
}

.about3_1 .respon_2 {
	margin: 0 1.7rem;
	overflow: hidden;
}

.about3_1 .respon_2 .swiper-wrapper {
	align-items: center;
}



.main .about-bg {
	padding-bottom: 5vw;
}
.about3_1 .respon_2_swiper .as h2 {
	/*color: #BF882C;*/
	color: #fff;
	/*font-size: 18px;*/
}
.about3_1 .respon_2_swiper .swiper-slide h2 {
    transition: all 1s;
}
.about3_1 .respon_2_swiper .swiper-slide:hover h2 {
	/*color: #BF882C;*/
	color: #fff;
	/*font-size: 18px;*/
}
.about3_2 {
	position: relative;
	max-height: 5.5rem;
	margin-top: 1.2vw;
}
.box h2 {
      text-align: center;
  }
.about3_2 .line {
	background: url(/static/images/icon/line.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 87%;
    height: 1rem;
}

.about3_2 .wrap,
.about3_2 .respon_1,
.about3_2 .respon_1_swiper {
	height: 100%;
	overflow-y: auto;
}

.about3_2 .respon_1 {
	margin: 0 0.7rem;
	overflow: hidden;
	/*padding: 0 0.4rem;*/
	
}

.about3_2 .respon_1 .swiper-wrapper{
    height: auto;
    width: 100% !important;
    display: block;
    transform: translate3d(0,0,0) !important;
}

.about3_2  .swiper-slide {
    width: 1000px;
	/*height: 32px;*/
	display: flex;
    flex-wrap: wrap;
}

.about3_2 .swiper-slide:nth-child(2n) {
	/*align-items: flex-end;*/
}

.about3_2 .swiperBtn {
	width: 2.24vw;
	height: 2.24vw;
	background-size: 100% 100%;
}

.about3_2 .swiper-button-prev {
	background-image: url('/static/images/icon/prev.png');
}

.about3_2 .swiper-button-next {
	background-image: url('/static/images/icon/next.png');
}

.about3_2 .box {
	position: relative;
	/*margin-top: 0.7rem;*/
	
	display: flex;

	width: 100%;
	/*height:18px;*/
}

.about3_2 .swiper-slide:nth-child(2n) .box {
	margin-top: 0;
	/*margin-bottom: 0.8rem;*/
}

.about3_2 .box .bg {
	background: url("/static/images/icon/bg.png") no-repeat center center;
	background-size: 100% 100%;
	transition: all 0.8s;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	cursor: pointer;
}

.about3_2 .time,
.about3_2 .dec {
	position: relative;
	z-index: 9;
}

.about3_2 .time {
	color: #BF882C;
	margin-bottom: 0.15rem;
	margin-right: 10px;
}

.about3_2 .box:hover .bg {
	width: 3.39rem;
	height: 2.76rem;
}

.about3_2 .box:hover .time,
.about3_2 .box:hover .dec {
	/*color: #fff;*/
	transition: all .8s;
}

@media (max-width:1500px){
	.about3_2 .line {
		transform: translate(-50%, -57%);
	}
}
@media (max-width:800px){
	.about3_2 .swiperBtn {
		width: 30px;
        height: 30px;
	}
	.about3_2 .line {
	    display: none;
	}
}