/* 通用样式 */
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}

/* top */
.top{
	width: 100%;
	height: 405px;
	background: url(banner.jpg) no-repeat center;
	position: relative;
	
}
.top .logo_box{
	display: block;
	position: absolute;
	left: 360px;
	top: 30px;
}
.top .logo_box img{
	width: 260px;
}

/* content */
.content{
	width: 1250px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 2px #cccccc;
	padding-bottom: 40px;
}
.banner1{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	padding-top: 20px;
}
/* message */
.message{
	width: 100%;
}
.message ul{
	width: 100%;
}
.message ul li{
	width: 586px;
	float: left;
	margin-top: 30px;
	margin-left: 26px;
}

.message ul li .title{
	background: url(titlebg.jpg) no-repeat center bottom;
	height: 60px;
}
.message ul li .title img{
	margin-left: 24px;
	margin-top: 16px;
	float: left;
}
.message ul li .title p{
	display: block;
	float: left;
	padding-left: 16px;
	font-size: 20px;
	color: #ffffff;
	line-height: 60px;
	font-weight: 600;
	width: 500px;
}
.message ul li .title p .more{
	float: right;
	font-size: 16px;
	color: #ffffff;
	display: block;
	width: 60px;
}
.message .xinxi{
	border-radius: 5px;
	border: 1px solid #bc141c;
	border-top: none;
	padding-bottom:30px;
}
.message .xinxi .picture{
	margin-left: 30px;
	margin-top: 30px;
	float: left;
	width: 150px;

}
.message .xinxi .picture img{
	width: 100%;
}
.message .xinxi .listing{
	width: 370px;
	height: 180px;
	margin-left: 10px;
	margin-top: 30px;
	float: left;
}
.message .xinxi .listing li{
	width: 100%;
	height: 45px;
	margin-top: 0px;
	margin-left: 0;
}

.message .xinxi .listing li a{
	color: #454444;
	font-size: 16px;
	line-height: 45px;
	display: block;
	width: 290px;
	float: left;
}
.message .xinxi .listing li span{
	text-align: right;
	width: 80px;
	display: block;
	float: left;
	line-height: 45px;
	color: #999999;
}
/* 重点领域 */
.keyAreas{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.keyAreastitle{
	background: url(keybg.png) no-repeat bottom center;
	width: 1200px;
	height: 65px;
	
}
.keyAreastitle img{
	margin-left: 24px;
	margin-top: 20px;
	float: left;
}
.keyAreastitle p{
	display: block;
	float: left;
	padding-left: 16px;
	font-size: 20px;
	color: #ffffff;
	line-height: 65px;
	font-weight: 600;
	width: 500px;
}
.keyAreas ul{
	width: 100%;
	padding-bottom: 30px;
	border-radius: 5px;
	border: 1px solid #bc141c;
}
.keyAreas ul li{
	width: 268px;
	height: 62px;
	border-radius: 30px;
	overflow: hidden;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}

.keyAreas ul li img{
	width: 100%;
	border-radius: 10px;
}


/* foot */
.foot{
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
}
