*{
	padding:0;
	margin:0;
}
.content{
	
	margin:0 auto;
	color:#333;
}
.content .p1{
	font-size:18px;
	line-height:34px;
	padding:0 0 50px 0;
}
.content ul{
	list-style:none;
	overflow: hidden;
	padding-bottom:65px;
}
.content li{
	float:left;
	
	margin-right:2%;
	margin-bottom:30px;
	cursor: pointer;
	width:32%;
}

.content li a{ display:block; }
.content li:nth-child(3n){
	margin-right:0;
}
.content li img{ width:100%; }
.content ul p{
	/*font:24px Adobe 黑体 Std R;*/
	font-size:24px;
	padding:16px 20px;
	/*height:100px;*/
	overflow: hidden;
}
.content li:hover p{
	background:#d30b08;
	color:#fff;
}
.ce{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	font:12px 微软雅黑 Regular;
	color:#333;
}
.ce a:hover{
	color:white;
	background-color:#d4100d;
}
.ce a{
	text-decoration: none;
	font:12px 微软雅黑 Regular;
	color:#333;
	background-color:#f3f3f3;
	padding:8px 12px;
	display: inline-block;

}
.ce ul{
	list-style: none;
	overflow: hidden;
	float:left;
}
.ce li{
	float:left;
	border:1px solid #e9e9e9;
	border-radius: 4px;
	margin-right:5px;
	text-align: center;
}
.ce p{
	float:left;
	width:131px;
	margin-left:5px;
}
.ce input{
	width:8px;
	border:1px solid #e9e9e9;
	background-color:#f3f3f3;
	border-radius: 4px;
	padding:8px 12px;
	margin:0 5px 0 2px;
}
.ce span{
   display: inline-block;
   margin-left:17px;
   border:1px solid #e9e9e9;
   background-color:#f3f3f3;
   border-radius: 4px;
}
#ul{
	list-style: none;
	overflow: hidden;
	width:1200px;
	font-family: Adobe 黑体 Std R;
	 color:#333;
	 padding-bottom:35px;
}
#ul li{
	float:left;
	width:272px;
	cursor: pointer;
	margin-right:35px;
}
#ul h6:hover{
	color:#f32e2e;
}
#p1:hover{
	color:#f32e2e;
}
#p2:hover{
	color:#f32e2e;
}
#ul li:last-child{
	margin-right:0;
}
h6{
 font-size:24px;
 padding:20px 0 13px 0;
}
#p1{
	line-height:25px;
	font-size:16px;
}
#p2{
	padding-top:5px;
	font-size:16px;
}
#p3{
	width:158px;
	margin:0 auto 60px auto;
	border:2px solid #000;
	text-align: center;
	font:18px Adobe 黑体 Std R;
	padding:5px 0;
	cursor: pointer;
}
@media only screen and (max-width: 479px) {
    .content li{ width:100%; margin-right:0; }

}