@charset "UTF-8";
*{
    padding:0;
	margin:0;
	font: 14px/100% Microsoft YaHei,arial,"Hiragino Sans GB","Hiragino Sans GB W3",\5b8b\4f53;
}
a{text-decoration:none;color:#495056;}
ul,ol{list-style: none;}
body{color:#495056;height:100%;}
i{font-style:normal;}
img{border:0;}
h1,h2,h3,h4,h5,h6 { font-weight:normal;font-size:100%; }
.cbox{
	width:1200px;
	margin:0 auto;
}

/* 头部分 */
#header{
	height:75px;
	line-height:100px;
	background:#fff;
}
#logo{
	margin-right:15px;
	float:left;
	max-height:75px;
}
#siteName{
	float:left;
	line-height:75px;
	
}
#siteName h1{
	height:75px;
	line-height:80px;
	font-size:26px;
	letter-spacing:1px;
	color:#333;
}
#phone{
	float:right;
	height:75px;
	line-height:85px;
}
#phone .iconfont{
	font-size:36px;
	color:#dc261b;
	position:relative;
	top:5px;
	margin-right:10px;
}
#phone .num{
	font-size:26px;
	color:#dc261b;
}

/* 导行条 */
#nav{
	background:#333;
	height:50px;
}
#nav ul li{
	display:block;
	position:relative;
	float:left;
}
#nav ul li a.parent{
	display:block;
	width:160px;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:16px;
	text-align:center;
}

#nav ul li .child{
	position:absolute;
	top:100px;
	z-index:99999;
	width:160px;
	display:none;
	opacity:0;
	filter:alpha(opacity=0); 
}
#nav ul li .child a{
	position:relative;
	display:block;
	text-align:center;
	padding:15px 0;
	color:#000;
	z-index:99999;
}
#nav ul li .child a:hover{
	color:#dc261b;
	background:#dc261b;
	color:#fff;
}
#nav ul li .child .bgColor{
	position:absolute;
	top:0;
	display:block;
	height:100%;
	width:100%;
	background:#fff;
	z-index:99998;
	opacity:0.9;
	filter:alpha(opacity=90); 
}





/* 底部 */
#footer{
	border-top:1px solid #dc261b;
	background:#242424;
	clear:both;
	color:#fff;
}
#footer .about_us,#footer .map,#footer .contact,#footer .weixin{
	width:300px;
	float:left;
	margin-bottom:50px;
}
#footer .title_text{
	font-size:16px;
	font-weight:700;
	padding:50px 0 30px 0;
}
#footer .about_desc{
	padding-right:30px;
	line-height:24px;
	font-size:13px;
	color:#c9c8c8;
}
#footer .about_us a{
	display:inline-block;
	width:32px;
	height:32px;
	margin:15px 5px 0 0;
	background:url(../img/qq.png)no-repeat center center;
}
#footer .about_us a:hover{
	background:url(../img/qq_hover.png)no-repeat center center;
}
#footer .contact ul li{
	border-bottom:1px solid #3a3a3d;
	height:60px;
	line-height:60px;
}
#footer .contact ul li i{
	display:inline-block;
	width:20px;
	margin-right:20px;
}
#footer .contact ul li i img{
	vertical-align: middle;
}
#footer .weixin{
	text-align:center;
}
#footer .weixin img{
	display:block;
	margin:30px auto 10px auto;
}
#footer .copyright{
	clear:both;
	background:#202020;
	height:50px;
}
#footer .copyright span{
	line-height:50px;
	color:#c9c8c8;
}
#footer .copyright span.right{
	float:right;
}

/* 二级页面顶部banner */
#top_banner{
	height:200px;
	width:100%;
	overflow:hidden;
	margin:0 auto;
}