@charset "utf-8";
/* CSS Document */
#main{
	width: 1140px;
	margin: 0 auto;
	margin-top: 84px;
	text-align: center;
}
.main_h2{
	margin-top: 85px;
	margin-bottom: 35px;
	display: inline-block;
}
#main_six{
	width: 1140px;
	margin: 0 auto;
	padding-top: 10px;
}
#main_six li{
	width: 354px;
	height: 123px;
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 5px 5px 0 #ddd;
	cursor: pointer;/*变手形状！*/
}
#main_six li:hover{
	box-shadow: 5px 5px 0 #939393;
}
#main_six li:hover i{
	background: #df1b01;
}
#main_six li:hover span{
	background: #fff;
	color: #000!important;
}
#main_six li i{
	width: 67px;
	height: 123px;
	background: #ed5844;
	text-align: center;
	line-height: 123px;
	font-size: 36px;
	display: inline-block;
	color: #fff;
	float: left;
}
#main_six li span{
	width: 257px;
	height: 93px;
	float: left;
	background: #f5f5f5;
	display: inline-block;
	padding: 15px;
	overflow: hidden;
}
#main_six li span h4{
	color: #524e4f;
	margin-bottom: 15px;
	width: 257px;
	height: 21px;
}
#main_six li span p{
	color: #524e4f;
	font-size: 12px;
	width: 257px;
	height: 55px;
	line-height: 20px;
}

#main_text_six{
	width: 1140px;
	margin: 0 auto;
	padding-top: 10px;
}
#main_text_six li{
	width: 370px;
	height: 220px;
	float: left;
	display: block;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #fff;
	cursor: pointer;/*变手形状！*/
	text-align: center;
	overflow: hidden;
	border-radius: 20px;
}
#main_text_six li:hover{
	box-shadow: 0px 0px 20px #ddd;
}
#main_text_six li:hover .six_{
	color: #000;
}
#main_text_six li:hover i{
	transform: scale(1.2, 1.2);/*移入放大效果！*/
	color: #ed5844!important;
	border: 3px dotted #ed5844!important;
}
#main_text_six li i{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-block;
	border: 3px dotted #555;
	margin-top: 20px;
	text-align: center;
	line-height: 80px;
	font-size: 40px;
	color: #555;
	transition: all 0.4s ;/*动效延迟1秒完成！*/
}
#main_text_six li h4{
	color: #555;
	margin-top: 20px;
	
}
#main_text_six li p{
	color: #555;
	margin-top: 10px;
	font-size: 12px;
}
#text_six_img{
	border-radius: 22px;
	margin-top: 43px;
	box-shadow: 0px 0px 30px #ddd;
	transition: all 0.4s ;/*动效延迟1秒完成！*/
}
#main_text_six li:hover #text_six_img{
	transform: scale(1.2, 1.2);/*移入放大效果！*/
}
#six_tow_img:hover{
	box-shadow: none!important;
}





























