@charset "utf-8";
.a31_box{
	width: 100%;
	background: url(../img/a31_bg.jpg) no-repeat left center;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 88px;
}
.a31_box .a31_title{
	margin: auto;
	margin-top: 70px;
}
.a31_box .a31_logo{
	margin: auto;
	margin-top: 60px;
}
.a31_box .a31_subtitle{
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 75px;
}
.a31_box .a31_content{
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}



.swiper-button-img{
	width: 29px;
	height: 48px;
	background: transparent;
	padding: 0;
	margin: 0;
	display: block;
}
.swiper-button-img .swiper-button-left,
.swiper-button-img .swiper-button-right{
	width: 100%;
}
.swiper-button-img:after{
	content: "";
}
.swiper-prev1{
	left: 30px;
}
.swiper-next1{
	right: 30px;
}
.a32_box{
	margin-bottom: 130px;
}
.a32_box .a32_title{
	line-height: 30px;
	font-size: 30px;
	padding-top: 100px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.a32_box .a32_inner{
	margin-top: 60px;
}
.a32_box .a32_inner .a32_inner_nav{
	width: calc((100% - 60px) / 3);
	height: 233px;
	border-radius: 10px;
	background: #fff;
  	box-shadow: 0px 3px 15px 0px rgba(67, 65, 65, 0.2);
  	line-height: 36px;
}
.a32_box .a32_inner .a32_inner_nav .img{
	margin-right: 20px;
}
.a32_box .a32_inner .a32_inner_nav .img2{
	display: none;
}
.a32_box .a32_inner .a32_inner_nav:hover .img1{
	display: none;
}
.a32_box .a32_inner .a32_inner_nav:hover .img2{
	display: block;
}
.a32_box .a32_inner .a32_inner_nav .a32_inner_title{
	font-size: 18px;
	font-weight: bold;
}
.a32_box .a32_inner .a32_inner_nav .a32_inner_subtitle{
	font-size: 16px;
}
.a32_box .a32_inner .a32_inner_nav:hover{
	color: #b7282c;
}
.a32_box .a32_content{
	margin-top: 116px;
}
.a32_box .a32_content_left{
	width: 49%;
}
.a32_box .a32_content_left .a32_content_title{
	box-sizing: border-box;
	padding: 70px 30px 0 30px;
	font-size: 30px;
	line-height: 48px;
	color:#b7282c;
	background:#f8f8f8 url(../img/a32_bg.png) no-repeat left bottom;
	background-size: 211px auto;
	height: 279px;
	font-weight: bold;
}
.a32_box .a32_content_left .a32_content_content{
	font-size: 18px;
	line-height: 36px;
	padding: 70px 96px 0 30px;
}
.a32_box .a32_content_right{
	width: 51%;
}
.a32_box .a32_content_right a{
	display: block;
}
.a32_box .a32_content_right .img{
	width: 100%;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
/*响应式适配*/
@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	
}
@media screen and (max-width: 1450px) {
	
}
@media screen and (max-width: 1335px) {
	
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
	.a32_box .a32_title {
	    line-height: 24px;
	    font-size: 24px;
	    padding-top: 20px;
	}
	.a31_box .a31_title{
		width: 90%;
    	margin-top: 0px;
	}
	.a31_box .a31_logo {
	    margin-top: 30px;
	}
	.a31_box .a31_subtitle {
	    font-size: 14px;
	    line-height: 24px;
	    padding-top: 30px;
	}
	.a31_box .a31_content {
	    font-size: 14px;
	    line-height: 24px;
	}
	.a31_box{
		padding-bottom: 30px;
	}
	.a32_box .a32_inner {
	    margin-top: 20px;
	    display: block;
	}
	.a32_box .a32_inner .a32_inner_nav {
	    width: 100%;
	    height: auto;
	    line-height: 24px;
	    padding: 20px;
	    margin-bottom: 20px;
	    -o-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		box-sizing: border-box;
	}
	.a32_box .a32_inner .a32_inner_nav:last-child{
		margin-bottom: 0;
	}
	.a32_box .a32_inner .a32_inner_nav .img {
	    margin-right: 10px;
	    height: 30px;
	}
	.a32_box .a32_content {
	    margin-top: 20px;
	    display: block;
	}
	.a32_box .a32_content_left {
	    width: 100%;
	}
	.a32_box .a32_content_right {
	    width: 100%;
	}
	.a32_box .a32_content_right .img {
	    width: 100%;
	    border-top-right-radius: 0px;
	    border-bottom-right-radius: 0px;
	}
	.swiper-button-img {
	    width: 15px;
	    height: 25px;
	}
	.swiper-prev1{
		left: 20px;
	}
	.swiper-next1{
		right: 20px;
	}
	.a32_box .a32_content_left .a32_content_title {
	    padding: 30px 20px 0 20px;
	    font-size: 24px;
	    line-height: 36px;
	    background-size: 100px auto;
	    height: 150px;
	}
	.a32_box .a32_content_left .a32_content_content {
	    font-size: 14px;
	    line-height: 24px;
	    padding: 20px 0;
	}
	.a32_box {
	    margin-bottom: 30px;
	}
}
@media screen and (max-width: 414px) {
	
}