/*css 初始化 */
@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html {font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
.clearfix:before,.clearfix:after{ 
    content:""; 
    display:table; 
} 
.clearfix:after{clear:both;} 
.clearfix{ 
    *zoom:1;/*IE/7/6*/
}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	margin: 0;
	padding: 0;
}
fieldset, img, input, button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}
ul, ol {
	list-style: none;
}
input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "微软雅黑";
}
select, input {
	vertical-align: middle;
}
select, input, textarea {
	font-size: 12px;
	margin: 0;
}
textarea {
	resize: none;
}
/*防止拖动*/
img {
	border: 0;
	vertical-align: middle;
}
/*  去掉图片低测默认的3像素空白缝隙*/
table {
	border-collapse: collapse;
}
body {
	font-family: "微软雅黑";margin: 0; padding:0px;
}


a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #ee7600;
}
h1, h2, h3, h4, h5, h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}
s, i, em {
	font-style: normal;
	text-decoration: none;
}
.col-red {
	color: #ee7600 !important;
}
.container{ width:100%;   background-color: #fafafa;}
/*公共类*/
.w {
	/*版心 提取 */
	width: 1050px;
	margin: 0 auto;
}
.fl {
	float: left
}
.fr {
	float: right
}
.al {
	text-align: left
}
.ac {
	text-align: center
}
.ar {
	text-align: right
}
.hide {
	display: none;
}
.w {
	width: 1050px;
	margin: 0 auto;
}
/*顶部开始*/
.header {
	height: 168px;
}
.header > .nav_top {
	height: 110px;
}
.header > .nav_top > .logo {
	width: 107px;
	height: 110px;
}
.header > .nav_top > .qiye {
	width: 219px;
	height: 47px;
	margin-top: 34px;
	margin-left: 10px;
}
.header > .nav_top > .guanggao {
	width: 248px;
	height: 75px;
	margin-top: 14px;
	margin-left: 128px;
}
.header > .nav_top > .phon {
	width: 230px;
	height: 74px;
	margin-top: 14px;
	font-family: "微软雅黑";
}
.header > .nav_top > .phon > img {
	width: 33px;
	height: 33px;
	float: left;
	margin-left: 10px;
	margin-right:5px;
}
.header > .nav_top > .phon > p {
	font-size: 23px;
	color: #ee7600;
	line-height: 33px;
	margin-left: 2px;
}
.header > .nav_top > .phon > h2 {
	float: right;
	font-size: 19px;
	color: #575757;
	padding-top: 5px;
}
.header > .nav_bottom {
	height: 60px;
	background-color: #ee7600;
}
.header > .nav_bottom > ul {
	padding-left: 10px;
}
.header > .nav_bottom > ul > li {
	font-family: "微软雅黑";
	float: left;
	width: 130px;
	height: 60px;
	text-align: center;
	position: relative;
	line-height: 60px;
}
.header > .nav_bottom > ul > li:before {
	content: "";
	width: 1px;
	height: 54px;
	opacity: .5;
	filter: alpha(opacity=50);
	background: #fff;
	position: absolute;
	top: 3px;
	right: 0;
}
.header > .nav_bottom > ul > li > a {
	display: inline-block;
	width: 131px;
	height: 60px;
	color: #fff;
}
.header > .nav_bottom > ul > li > a.active {
	color: #545454;
	background-color: #fff;
}
.header > .nav_bottom > ul > li > a:hover {
	color: #545454;
	background-color: #fff;
}
/*顶部结束*/
/*底部开始*/
.public-footer {
	clear: both;
	width: 100%;
	background: #312c32;
}
.common {
	font-size: 15px;
	color: #fff9f7;
	text-align: center;
}
.footer-nav {
	text-align: center;
	padding-top:10px;
}
.footer-nav a{
	color:#FFF;
	line-height:30px;
}
.footer-nav a span {
	padding: 0 7px;
}
.site {
	margin-top:10px;
}
.site > p {
	line-height:30px;
}

/*底部结束*/


*{ margin:0; padding:0; list-style:none;}
img{ border:0;}

