@charset "utf-8";
/* CSS Document */

#main{
	width: 1140px;
	margin: 0 auto;
	margin-top: 115px;
	text-align: center;
}
#main_left{
	width: 825px;
	float: left;
	text-align: left;
}
#main_right{
	width: 285px;
	float: right;
	text-align: left;
}
.left_h3{
	color: #000;
	font-weight: normal;
}
.left_p{
	color: #b4b4b4;
	font-size: 12px;
	margin-top: 15px;
}
#left_banner_1{
	width: 813px;
	height: 418px;
	position: relative;
	padding: 6px;
	background: #eb5844;
	margin-top: 15px;
	overflow: hidden;
}
#left_banner_1 img{
	transition: all 0.5s ;/*动效延迟1秒完成！*/
	cursor: pointer;/*变手形状！*/
}
#left_banner_1:hover img{
	transform: scale(1.1, 1.1);/*移入放大效果！*/
}
#left_banner_1 i{
	width: 42px;
	height: 42px;
	display: inline-block;
	position: absolute;
	bottom: 6px;
	text-align: center;
	line-height: 42px;
	font-size: 24px;
	cursor: pointer;/*变手形状！*/
}
.i_1{
	right: 51px;
	background: #fff;
	color: #eb5942;
}
.i_1:hover{
	background: #666;
	color: #fff;
}
.i_2{
	right: 6px;;
	background: #eb5942;
	color: #fff;
	font-size: 14px!important;
	line-height: 20px!important;
}
.i_2:hover{
	background: #d62008;
}
.p_2{
	font-size: 16px!important;
	color: #ed5844!important;
}
.p_3{
	margin: 0!important;
}
.h2_2{
	margin-top: 30px!important;
}

.input_text{
	width: 825px;
	height: 38px;
	background: #eee;
	margin-top: 4px;
}
#main_left form{
	margin-top: 20px;
}
.text_4{
	height: 150px!important;
}

.input_tj_2{
	margin-top: 20px;
	width: 140px;
	height: 50px;
	background: #ed5844;
	border-radius: 6px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;/*变手形状！*/
}
.input_tj_2:hover{
	box-shadow: 0 0 20px #b91d10 inset;
}
.h2_3{
	margin-top: 30px!important;
}
.left_nav{
	width: 793px;
	height: 170px;
	border: 1px solid #b9b9b9;
	background: #fff;
	padding: 15px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
.left_nav img{
	width: 160px;
	height: 160px;
	float: left;
	margin-right: 40px;
}
.left_nav p{
	margin-top: 10px;
	font-size: 12px;
	width: 590px;
	height: 70px;
	overflow: hidden;
}
.nav_p_2{
	margin-top: 30px;
}
.tj_3{
	width: 100px!important;
	height: 44px!important;
	position: absolute;
	right: 100px;
	bottom: 25px;
}
.nav_2_{
	margin-bottom: 80px!important;
}
.right_h3{
	width: 285px!important;
}
.text_right_2{
	width: 283px!important;
	height: 42px!important;
	border: 1px solid #dbdbdb;
	background: #fff;
	margin-top: 0;
}
.form_text_right{
	width: 285px!important;
	height: 42px!important;
	position: relative;
	display: inline-block;
	margin-top: 30px;
}
.form_text_right a{
	width: 16px;
	display: inline-block;
	height: 16px;
	text-align: center;
	line-height: 16px;
	color: #000;
	position: absolute;
	right: 10px;
	top: 12px;
}
.h3_2{
	margin-top: 30px!important;
}
.right_text_nav{
	margin-top: 30px;
	
}
.right_text_nav li{
	width: 285px;
	height: 18px;
	display: block;
	margin-top: 5px;
}
.right_text_nav li i{
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 15px;
	font-size: 18px;
}
.right_text_nav li p{
	color: #a3a3a3;
	font-size: 14px;
}
.right_text_nav_2{
	width: 285px;
	margin-top: 30px;
}
.right_text_nav_2 li img{
	transition: all 0.5s ;/*动效延迟1秒完成！*/
}
.right_text_nav_2 li{
	width: 115px;
	height: 73px;
	float: left;
	margin-right: 55px;
	margin-bottom: 20px;
	overflow: hidden;
}
.right_text_nav_2 li:hover img{
	transform: scale(1.2, 1.2);/*移入放大效果！*/
}







