@charset "utf-8";
*{list-style: none;margin:0;padding:0}
a{
	text-decoration: none;
	font-family: "MicrosoftYaHei";
}
body{
	background-color: #F0F4F7;
	background-image: url(../images/bg-m.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.location{
	margin: 0 auto;
	padding-left:20px;
	width: 1180px;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 15px;
	background-image: url(../images/icon-index.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px auto;
}
.location a {margin:0 10px;color:#666;font-size:15px}
.main{
	margin: 0 auto;
	width: 1200px;
	min-height: 500px;
	background-color: #Fff;
	-webkit-box-shadow: 3px 3px #CCCCCC;
	box-shadow: 3px 3px 5px rgba(000, 000, 000, 0.3);
}
.c_title{padding:20px;
	margin: 0 20px;
	border-bottom: 1px dotted #CCCCCC;
}
.c_title h4{margin:10px 0;text-align:center;line-height:30px;font-size:20px;font-weight:bold;}
.c_title p{text-align:center;font-size:16px;color:#666;line-height:30px;}
.c_content{
	padding: 10px 30px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	
}
