﻿*{
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: normal;
}

.header{
	top: 0;
	width: 100%;
}
.header img{
	display: block;
	width: 100%;
	
}
.header .header-text{
	width: 100%;
	background-color: #c01920;
	height: 155px;
}
.header .header-text h4{
	font-family: "微软雅黑";
	font-weight: 300;
	font-size: 20px;
	color: #ede2dc;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
}
.header .header-text .button a{
	color: #fff;
}

.header .header-text .button{
	display: block;
	font-size: 18px;
	width: 280px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 15px;
	border:2px solid #fdf501;
	color: #fdf501;
	border-radius: 2px;
	background-color: #c01920;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.content .content1 .libo .bt{
	font-size: 30px;
	text-align: center;
	padding-top: 40px;
}
.content .content1 .libo .inputs{
	width: 60%;
	margin: 0 auto;
	
}
.content .content1 .libo input{
	height: 40px;
	border-radius: 4px;
	margin: 20px 5px;
	width: 250px;
	border: 1px solid #bebebe;
	font-size: 10px;
}
.content .content1 .libo .button2{
	width: 100px;
	border: none;
	border-radius: 4px;
	height: 40px;
	background: #fe8e07;
	color: #fff;
	font-size: 16px;
	letter-spacing: 4px;
}
.content .content1 ul{
	overflow: auto;
}
.content .content1 ul li{
	float: left;
	width: 50%;
	height: 455px;
	position: relative;

}
.content .content1 ul li p{
	display: block;
	text-align: left;
	position: absolute;
	color: #fff;
	top: 65px;
	left: 30px;
	letter-spacing: 1px;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
}
.content .content1 ul li img{
	width: 95%;
	height: 95%;
}
.content .content2 ul{margin: 0 auto;}
.content .content2 li img{width: 95%;}
.content .content2 li{
	float: left;
width: 384px;
margin-bottom: 10px;
	
}
.content .content2>h4{
	color:#FA0938;
	font-size: 30px;
	
	
	margin: 40px auto;
	text-align: center;
}
.content .content2 li h4{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin: 40px auto;
	text-align: center;
}
.content .content2 p{
	color:#FA0938
}