/*全局样式*/
body{padding:0; margin:0; font-size:14px; font-family:微软雅黑;}
div,img,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0; margin:0;border: 0;}
ul{list-style:none;}
a{text-decoration: none; color: #000000}
input{border: 0; padding: 0;}
i,em{font-style: normal}
img{max-width: 100%; height: auto; display: block;}

/*清除浮动*/
.clearfloat{border:0px;clear:both; height:0px; font-size:1px; line-height:0px;}

/*解决ie/firefox 浏览器中，点击一个链接后有一个虚线边框的问题*/
a{blr:expression(this.onFocus=this.close());} /* 只支持IE，过多使用效率低 */ 　
a{blr:expression(this.onFocus=this.blur());} /* 只支持IE，过多使用效率低 */ 　
a:focus { -moz-outline-style: none; } /* IE不支持 */ 
a:focus {outline:none; -moz-outline:none;}

/*解决chrome 浏览器，当文本框，多行文本获得焦点的时候，会有一个边框的问题*/
input,textarea{outline:none;}

/*head*/
#head_con{
	position: relative;
	width: 1002px;
	height: 102px;
	margin: 0 auto;
}

a.logo{
	float: left;
	margin-top: 25px;
	width: 200px;
}

.phone{
	position: absolute;
	top: 17px;
	right: 170px;
	display: none;
}

.phone img{
	float: left;
	width: 15px;
	height: 18px;
}

.phone span{
	float: left;
	margin-left: 8px;
	line-height: 18px;
	font-weight: bold;
	color: #d40000;
}

form.search{
	position: absolute;
	top: 14px;
	right: 0;
	width: 132px;
	height: 24px;
	border: 1px solid #ae2940;
	border-radius: 12px;
}

form.search img{
	float: left;
	width: 12px;
	height: 12px;
	margin-top: 6px;
	margin-left: 9px;
}

form.search input{
	float: left;
	margin-top: 2px;
	width: 55px;
	height: 18px;
	padding-left: 5px;
}

form.search a{
	float: left;
	margin-top: 2px;
	color: #ae2940;
}

/*一级导航*/
.nav{
	position: absolute;
	bottom: 0;
	right: -42px;
	height: 64px;
}

.nav > li{
	position: relative;
	float: left;
	margin-right: 42px;
	z-index: 10;
}

.nav > li > a{
	display: block;
	padding: 0 5px;
	font-size: 16px;
	line-height: 62px;
}

.nav > li:hover > a{
	border-bottom: 2px solid #d4040e;
}

.active{
	border-bottom: 2px solid #d4040e;
}
/*二级导航*/
.sub_nav{
	position: absolute;
	left: -13px;
	top: 64px;
	min-width: 160px;
	background-color: #ffffff;
	display: none; /*默认隐藏*/
}

.sub_nav li{
	border-bottom: 1px solid #595959;
}

.sub_nav li a{
	display: block;
	padding: 0 1em;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
}

.sub_nav li a:hover{
	color: #c60211;
}
/*head结束*/

/*banner*/
#banner{
	width: 100%;
	background-color: #f7f7f7;
}

#banner img{
	width: 100%;
}
/*banner结束*/

/*footer*/
#footer{
	width: 100%;
	height: 82px;
	background-color: #434343;
}

.ftr_nav{
	width: 240px;
	margin: 0 auto;
	padding-top: 19px;
	overflow: hidden;
}

.ftr_nav li{
	float: left;
	padding: 0 12px;
	border-right: 1px solid #ffffff;
}

.ftr_nav li:last-child{
	border-right: 0;
}

.ftr_nav li a{
	color: #ffffff;
}

.ftr_nav li a:hover{
	color: #c60211;
}

#footer p{
	margin-top: 16px;
	text-align: center;
	color: #ffffff;
}
/*footer结束*/