*{
	margin:0;
	padding:0;
	text-decoration:none;
	font-family:"微软雅黑";
}
/*top大图*/
.com_top{
	width:100%;
	height:700px;
	background:url(../images/com_top.jpg);
	background-position:center;
	overflow:hidden;
	/*background-repeat:no-repeat;*/
}
.com_til{
	width:1250px;
	height:400px;
	margin:0 auto;
}
.com_til{
	color:white;
}
.com_til h1{
	padding-top:120px;
	padding-bottom:30px;
}
.com_list{
	width:1250px;
	margin:0 auto;
	height:100px;
}
.cl{
	width:415px;
	float:left;
	position:relative;
	top:0;
	left:0;
	cursor:pointer;
}
.cl h4,.cl p{
	width:80%;
	padding-left:10%;
	padding-right:10%;
	color:white;
	font-weight:lighter;
}
.cl h4{
	padding-top:20px;
	padding-bottom:5px;
}
.cl p{
	font-size:0.8em;
	padding-top:5px;
}
.cl em{
	border-top:1px solid white;
	font-size:0.8em;
	padding-top:5px;
	float:left;
	color:white;
	width:80%;
	margin:15px 10%;
}
.cl hr{
	width:80%;
	margin:0 10%;
	height:1px;
	background:white;
	border:none;
}
#cl01{
	height:345px;
	background:rgb(65,179,229);
}
#cl02{
	background:rgb(2,132,207);
	width:420px;
	height:385px;
}
#cl03{
	background:rgb(48,85,163);
	height:425px;
}
/*主体内容*/
.com_con{
	width:1250px;
	/*height:1000px;*/
	margin:0 auto;
}
.cc{
	width:380px;
	height:100%;
	float:left;
	margin-right:35px;
}
#cc02{
	margin-right:40px;
}
.cc h2{
	float:left;
	margin-top:40px;
	margin-bottom:5px;
	width:100%;
}
.cc h5{
	float:left;
	color:gray;
	margin-bottom:10px;
	width:100%;
	clear:both;
}
.cc p.cc_p1{
	padding:2px 10px;
	background:rgb(65,179,229);
	float:left;
	color:white;
	font-size:0.8em;
	margin-bottom:5px;
}
.cc img{
	width:100%;
	height:200px;
	float:left;
	margin:10px 0;
}
.cc p.cc_p2{
	float:left;
	width:100%;
	color:gray;
	text-indent:2em;
	line-height:25px;
	margin-top:5px;
}
.cc hr{
	width:100%;
	height:1px;
	border:none;
	background:rgb(65,179,229);
	float:left;
	margin-top:20px;
}
#cc_p2{
	background:rgb(2,132,207);
}
#cc_p3{
	background:rgb(48,85,163);
}