@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#000;
	background: #f04c45;
}

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	color: #c00 !important;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !important;
}

img{
	display:block;
	max-height: 100%;
	max-width: 100%;
}

.wrapper{
	width:100%;
	min-width:1200px;
	max-width:1920px;
	margin:0px auto;
	overflow: hidden;
}

.w1200{
	width:1200px;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

p,li{
	overflow:hidden;
}

#footer{
	line-height: 24px;
	padding: 30px 0px;
	text-align: center;
}

#header{
	background: url("images/header.jpg") no-repeat center top;
	height: 630px;
}

#main{
	margin-top: -97px;
	position: relative;
	background: #fff;
	z-index: 9;
}

#main .box1 .head{
	margin: 0px 30px;
	padding: 60px 10px 30px 10px;
	border-bottom: 1px solid #e8e8e8;
	text-align: center;
}

#main .box1 .head h2{
	font-size: 32px;
	line-height: 40px;
}

#main .box1 .head p{
	line-height: 20px;
	color: #888;
	margin-top: 45px;
}

#main .box1 .head p span{
	margin: 0px 12px;
}

#main .box1 .con{
	margin: 0px 90px;
	padding: 30px 0px 80px 0px;
}

#main .box1 .con h3{
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	margin-top: 30px;
}

#main .box1 .con p{
	line-height: 30px;
	font-size: 18px;
	margin-top: 30px;
}

#main .box2{
	padding: 40px 0px 40px 0px;
	background: #efefef;
}

#main .box2 .title{
	text-align: center;
}

#main .box2 .title img{
	display: inline-block;
	vertical-align: top;
}

#main .box2 ul{
	margin-top: 10px;
}

#main .box2 li{
	float: left;
	width: 510px;
	margin: 30px 0px 0px 60px;
}

#main .box2 li h3{
	font-size: 22px;
	height: 30px;
	line-height: 30px;
}

#main .box2 li p{
	line-height: 28px;
	color: #666;
	height: 56px;
	margin-top: 5px;
}

#main .box2 .more{
	margin: 40px 32px 0px 32px;
	height: 20px;
	position: relative;
	text-align: center;
}

#main .box2 .more .line{
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0px;
	background: #e31f24;
}

#main .box2 .more a{
	color: #e31f24;
	background: #efefef;
	padding: 0px 12px;
	position: relative;
	z-index: 7;
}