@charset "utf-8";
body{
	background: #f9f9f9;
}
.a_title{
	line-height: 30px;
	font-size: 30px;
	padding-top: 60px;
	font-weight: bold;
	text-align: center;
}
.a1_box{
	text-align: center;
	padding-bottom: 96px;
	background: #fff;
}
.a1_box .a1_subtitle{
	font-size: 30px;
	line-height: 30px;
	color:#b7282c;
	margin-top: 70px;
}
.a1_box .a1_content{
	font-size: 16px;
	line-height: 36px;
	margin-top: 35px;
}
.a1_box .video_box{
	margin-top: 75px;
  	box-shadow: 0px 3px 30px 0px rgba(75, 75, 77, 0.2);
  	border:10px solid #fff;
  	position: relative;
    color:#fff;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.a1_box .video_box .video{
	width: 100%;
    object-fit:fill;
}
.a1_box .video_box .video_icon{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.a1_box .video_box .txt{
	margin-top: 30px;
}
.a2_box{
	width: 100%;
	padding-bottom: 70px;
}
.a2_box .a2_inner{
	padding-bottom: 45px;
	padding-top: 70px;
}
.a2_box .a2_nav{
	width: calc((100% - 70px) / 3);
	margin-right: 35px;
	margin-bottom: 35px;
	height: 532px;
	background: #fff;
	position: relative;
	overflow: hidden;
	text-align: center;
	display: block;
}
.a2_box .a2_nav .a2_nav_title{
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	margin-top: 125px;
}
.a2_box .a2_nav .a2_nav_content{
	font-size: 16px;
	line-height: 26px;
	padding: 0 67px;
	margin-top: 90px;
}
.a2_box .a2_nav .a2_nav_num{
	color:#f3f3f3;
	font-weight: bold;
	font-size: 165px;
	position: absolute;
	width: 100%;
	bottom: -82px;
	text-align: center;
}
.a2_box .a2_nav:hover{
	color: #fff;
	background: #b7282c;
}
.a2_box .a2_nav:hover .a2_nav_num{
	color: #fff;
}
.a2_box .a2_more{
	display: block;
	margin: auto;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 30px;
	font-size: 16px;
	border:1px solid #333;
	box-sizing: border-box;
}
.a3_box{
	height: 650px;
	background: url(../img/a3_bg.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	position: relative;
}
.a3_box .a3_inner{
	width: 100%;
	height: 100%;
	z-index: 10;
}
.a3_box .a3_left,
.a3_box .a3_right{
	width: 50%;
	height: 100%;
	position: relative;
}
.a3_box .line{
	width: 1px;
	background: #fff;
	height: 230px;
	top: 280px;
	left: 50%;
	position: absolute;
}
.a3_box .a3_nav{
	text-align: center;
	color:#fff;
}
.a3_box .a3_nav .a3_nav_icon{
	margin-top: 130px;
	height: 170px;
}
.a3_box .a3_nav .a3_nav_icon .icon{
	margin: auto;
}
.a3_box .a3_nav .a3_nav_content{
	width: 300px;
	margin: auto;
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
}
.a3_box .a3_nav .a3_nav_title{
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
.a3_box .a3_nav .a3_nav_line{
	width: 35px;
	height: 2px;
	background: #fff;
	margin: auto;
	margin-top: 36px;
}
.a4_box{
	width: 100%;
	position: relative;
	background: url(../img/a4_bg.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: 70px;
}
.a4_box .a4_inner{
	padding-top: 95px;
}
.a4_box .a4_inner .a4_inner_title{
	font-size: 30px;
	color:#b7282c;
	font-weight: bold;
	line-height: 30px;
}
.a4_box .a4_inner .a4_inner_subtitle{
	font-size: 30px;
	line-height: 36px;
	color:#666666;
	margin-top: 26px;
}
.a4_box .a4_inner .a4_inner_content{
	font-size:24px;
	line-height: 24px;
	color:#666666;
	margin-top: 36px;
}
.a4_box .a4_inner .a4_inner_content p{
	margin-bottom: 20px;
}
.a4_box .a4_inner .a4_inner_content p:last-child{
	margin-bottom: 0;
}
.a4_box .a4_content{
	margin-top: 80px;
}
.a4_box .a4_inner_left{
	width: 50%;
}
.a4_box .a4_inner_left .img{
	width: 100%;
}
.a4_box .a4_inner_right{
	width: 44%;
}
.a4_box .a4_content_nav{
  	box-shadow: 0px 5px 15px 0px rgba(204, 204, 204, 0.75);
  	width: calc((100% - 80px) / 3);
  	margin-bottom: 40px;
  	margin-right: 40px;
  	box-sizing: border-box;
  	padding: 40px 16px;
  	background: #fff;
}
.a4_box .a4_content_nav:nth-child(3n){
	margin-right: 0;
}
.a4_box .a4_content_nav .a4_content_title{
	font-size: 24px;
	line-height: 24px;
}
.a4_box .a4_content_nav .a4_content_subtitle{
	font-size: 15px;
	line-height: 42px;
	margin-top: 30px;
}
.a4_box .a4_content_nav .a4_content_msg{
	font-size: 15px;
	line-height: 15px;
	margin-top: 20px;
}
.a4_box .a4_content_nav:hover{
	color:#b7282c;
}
/*响应式适配*/
@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) {
	.a_title {
	    line-height: 24px;
	    font-size: 24px;
	    padding-top: 20px;
	}
	.a1_box .a1_subtitle {
	    font-size: 18px;
	    line-height: 18px;
	    margin-top: 20px;
	}
	.a1_box .a1_content {
	    font-size: 14px;
	    line-height: 24px;
	    margin-top: 20px;
	}
	.a1_box .video_box {
	    margin-top: 20px;
	    border: 5px solid #fff;
	    font-size: 16px;
	    line-height: 24px;
	}
	.a1_box .video_box .icon{
		width: 50px;
		margin: auto;
	}
	.a1_box .video_box .txt {
	    margin-top: 10px;
	}
	.a1_box {
	    padding-bottom: 20px;
	}
	.a2_box .a2_inner {
	    padding-bottom: 20px;
	    padding-top: 30px;
	    display: block;
	}
	.a2_box .a2_nav {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 20px;
	    height: auto;
	    padding-bottom: 50px;
	}
	.a2_box .a2_nav .a2_nav_title {
	    font-size: 20px;
	    line-height: 20px;
	    margin-top: 30px;
	}
	.a2_box .a2_nav .a2_nav_content {
	    font-size: 14px;
	    line-height: 24px;
	    padding: 0 20px;
	    margin-top: 20px;
	}
	.a2_box .a2_nav .a2_nav_num {
	    font-size: 60px;
	    bottom: -30px;
	}
	.a2_box {
	    padding-bottom: 40px;
	}
	.a2_box .a2_more {
	    width: 120px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	}
	.a3_box .a3_nav .a3_nav_icon .icon {
	    width: 30px;
	}
	.a3_box .a3_nav .a3_nav_content {
	    width: auto;
	    margin: auto;
	    margin-top: 20px;
	    font-size: 14px;
	    line-height: 24px;
	    padding: 0 20px;
	}
	.a3_box .a3_nav .a3_nav_icon {
	    height: 50px;
	    margin-top: 0;
	}
	.a3_box {
	    height: auto;
	    padding: 36px 0;
	}
	.a3_box .line {
	    top: 25%;
	    height: 50%;
	}
	.a3_box .a3_nav .a3_nav_title {
	    font-size: 18px;
	    line-height: 18px;
	}
	.a4_box .a4_inner {
	    padding-top: 20px;
	    display: block;
	}
	.a4_box .a4_inner_left {
	    width: 100%;
	}
	.a4_box .a4_inner_right {
	    width: 100%;
	    padding-top: 20px;
	}
	.a4_box .a4_inner .a4_inner_title {
	    font-size: 20px;
	    line-height: 20px;
	}
	.a4_box .a4_inner .a4_inner_subtitle {
	    font-size: 16px;
	    line-height: 22px;
	    margin-top: 16px;
	}
	.a4_box .a4_inner .a4_inner_content {
	    font-size: 14px;
	    line-height: 20px;
	    margin-top: 20px;
	}
	.a4_box .a4_inner .a4_inner_content p{
		margin-bottom: 10px;
	}
	.a4_box .a4_content {
	    margin-top: 20px;
	    display: block;
	}
	.a4_box .a4_content_nav {
	    width: 100%;
	    margin-bottom: 20px;
	    margin-right: 0;
	    padding: 20px 10px;
	}
	.a4_box {
	    padding-bottom: 30px;
	}
	.a4_box .a4_content_nav .a4_content_title {
	    font-size: 20px;
	    line-height: 20px;
	}
	.a4_box .a4_content_nav .a4_content_subtitle {
	    font-size: 14px;
	    line-height: 20px;
	    margin-top: 10px;
	}
	.a4_box .a4_content_nav .a4_content_msg {
	    font-size: 14px;
	    line-height: 14px;
	    margin-top: 10px;
	}
}
@media screen and (max-width: 414px) {
	
}