html, body, div, span,h1, h2, h3,ul, li ,dl,dd,p{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	font:12px/1.5 'microsoft yahei','Arial Narrow','宋体',SimSun,HELVETICA;
	background-color: #fff;
	color: #000;
}
ol, ul {
	list-style: none;
}
img{border:0;}
.wrap{
	width: 1200px;
	margin:0 auto;
	min-height: 800px;
}
.header{
	height: 100px;
	line-height: 100px;
	background-color: #d51400;
	color: #fff;
}
.header h2{
	font-size: 56px;
	padding: 0 0 0 32px;
}
.header span{
	font-size: 18px;
	padding-left: 32px;
	vertical-align: middle;
}
.main{
	border:1px solid #e3e3e3;
	overflow:hidden;
	background-color: #f0f0f0;
}
.sidebar{
	float: left;
	width: 338px;
	background-color: #f0f0f0;
}
.side_con{
	padding:26px 38px 60px;
}
.sidebar h3{
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}
.sidebar dl{
	margin-top:24px;
}
.sidebar dl dd{
	margin-bottom: 20px;
}
.sidebar dl dd.addr{
	padding-top:30px;
}
.sidebar p{
	font-size: 14px;
	color: #666;
}
.sidebar p span{
	color: #d51400;

}
.content{
	padding: 24px;
	margin-left: 338px;
	background-color: #fff;
}
.content .intro h3{
	color: #000;
	font-size: 20px;
	margin-bottom: 20px;
}
.content .intro p{
	text-indent: 20px;
	color: #666;
	font-size: 15px;
	margin-bottom: 20px;
}
ul{
	overflow:hidden;
}
ul li{
	float: left;
	border:1px solid #dedddd;
	margin-right: 5px;
	padding: 14px 27px;
	display: inline;
}
ul li a{
	display: block;
}
.footer{
	text-align: center;
	padding: 40px 0;
	font-size: 18px;
	color: #666;
}
.tips_box{
	margin-top:60px;
	font-size: 20px;
}
.tips_box dt{
	font-size:20px;
	height: 50px;
	line-height: 50px;
	color: #c31b0a;
	border-bottom: 2px solid #c31b0a;
	margin-bottom: 6px;
}
.tips_box dd{
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.8;
}
.tips_box dd h3{
	font-size: 18px;
	margin-bottom: 6px;
}
.tips_box dd p{
	font-size: 15px;
	color: #666;
}
.tips_box dd .ask{
	color: #61b447;
}
.tips_box dd .info{
	display: block;
	color: #4782b4;
}
.tips_box dd .img{
	text-align: center;
	margin-top: 20px;
}
.tips_box dd.last{
	border-bottom: none;
}
.pop-mask{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 999;
	/*background-color: rgba(0,0,0,0.5);*/
	background:url(./img/mask.png) repeat;
}
.pop-box{
	position: absolute;
	background-color: #fff;
	width: 690px;
	height: 360px;
	left: 50%;
	top:50%;
	margin:-180px 0 0 -345px;
	font-size:16px;
	color: #000;
	z-index: 1000;
}
.pop-box .pop-close{
	position: absolute;
	right: 0;
	top:-56px;
	width: 56px;
	height: 56px;
	background:#cacaca url(./img/close.png) no-repeat center center;
}
.pop-box .pop-main{
	padding: 50px 40px;
}
.pop-box .pop-main h3{
	text-align: center;
	color: #d51400;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}
.pop-box .pop-main p{
	margin-bottom: 20px;
	line-height: 1.8;
	text-indent: 34px;
}
