img.banner_btn{
	position:absolute;
	top:50%;
	margin-top:-61px;
	left:50%;
	cursor:pointer;
	opacity:0.3;
	transition:opacity 0.4s;
}
img.banner_btn_left{
	margin-left: -536px;
}
img.banner_btn_right{
	margin-left: 464px;
}
img.banner_btn:hover{
	opacity:1;
}
.index_text{
	width: 1000px;
	margin: 0 auto;
	margin-bottom:100px;
	height: 340px;
	overflow: hidden;
}
.href_nav1{
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	width: 290px;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	transition: 0.2s background-color,0.2s border-color;
}
.href_nav1:hover{
	background: #FF0000;
	border-color: #FF0000;
}
.kong_height{
	display: block;
	height: 106px;
}
.index_con1,.index_con2{
	padding-top: 90px;
}
.index_con1 h2,.index_con2 h2{
	line-height: 2em;
	text-align: center;
	color: #FF0000;
	font-size: 36px;
	font-weight: normal;
}
.index_con1 h3,.index_con2 h3{
	font-weight: normal;
	text-align: center;
	color: #8F8F8F;
	font-size: 24px;
	margin-bottom: 30px;
}
.index_con1 ul li{
	float: left;
	list-style: none;
	width: 33%;
}
.index_con1 ul li p{
	height: 170px;
	line-height: 170px;
	overflow: hidden;
	text-align: center;
}
.index_con1 ul li p img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.index_con1 ul li dt{
	text-align: center;
	font-size: 32px;
	line-height: 3em;
	color: #525252;
}
.index_con1 ul li dd{
	text-align: center;
	font-size: 16px;
	padding: 0 20px;
	line-height: 1.5em;
	color: #525252;
}
.index_con1 ul li a{
	display: block;
	font-size: 16px;
	width: 160px;
	margin: 30px auto 0;
	text-align: center;
	line-height: 45px;
	background: #D5D5D5;
	border-radius: 5px;
	color: #525252;
	transition: 0.4s color, 0.4s background-color;
}
.index_con1 ul li a:hover{
	color: #FFFFFF;
	background: #CF000B;
}
.index_con2 ul li{
	list-style: none;
	float: left;
	margin: 5px;
}
.index_con2 ul li img{
	-webkit-filter: grayscale(1);
	transition: all 0.5s;
}
.index_con2 ul li img:hover{
	-webkit-filter: grayscale(0);
	cursor: pointer;
}
.index_con2_box a.f_right{
	margin-bottom: 20px; color: #7b7b7b;
	transition:color 0.4s;
}
.index_con2_box a.f_right:hover{
	color:#CF000B;
}



.index_con3{
	background: #EDEDED;
	padding: 60px 0;
}
.index_con3_news{
	width: 322px;
	padding-right: 60px;
}
.index_con3_news h2{
	color: #DB230D;
	font-size: 32px;
	font-weight: normal;
}
.index_con3_news h2 span{
	font-size: 20px;
	color: #8F8F8F;
	display: block;
}
.index_con3_news p{
	background: #B6B6B6;
	height: 3px;
	width: 100px;
	margin-bottom: 20px;
}
.index_con3_news li{
	list-style: none;
	margin: 10px 0;
}
.index_con3_news li a{
	display: block;
	line-height: 2em;
	height: 2em;
	overflow: hidden;
	color: #323232;
	font-size: 16px;
	transition: 0.4s color;
}
.index_con3_news li a:hover{
	color: #CF000B;
}
.index_con3_news li span{
	color: #A1A1A1;
	font-size: 14px;
}
.index_con3_news .new_more{
	float: right;
	font-size: 14px;
	color: #323232;
	transition: 0.4s color;
}
.index_con3_news .new_more:hover{
	color: #CF000B;
}
.index_con3_video{
	width: 436px;
}






































