﻿@charset "utf-8";
/* CSS Document */
/*全局样式*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family:"微软雅黑" !important;
	color: #333333;
	font-size: 14px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content: '';
}
abbr,
acronym {
	border: 0;
}
a {
	color: #333333;
	text-decoration: none;
}
body,
html {
	/*background: #f6f6f6;*/
	background: #ffffff;
	color: #333333;
	width: 100%;
	/*height: 100%;*/
}
body{position: relative}

.container{width:1000px;margin: 0 auto;margin-top:70px;background: url(../img/m-bg.png) repeat-y left top;}
.main{width:100%;/*background:#f6f6f6;*/padding-top:13px;}
/*页面头部*/
.headerBox{width:1000px;height:75px;text-align:left;position:fixed;top:0px;z-index:1}
.headerW{width:100%;height:68px;background:#ffffff;border-bottom: 1px solid #c7ad62;}
.header{height:68px;margin:0 auto;line-height:68px;vertical-align:middle;*zoom:1;}
.header:after{content:"";display:table;clear:both;}
.header img.logo{width:158px;height:41px;border:0px;float:left;display:block;margin-top:14px;margin-left:35px;margin-right:107px;}
.line{width:100%;height:7px;background:url(../img/lineBg2.png) repeat-x top;}
/*头部导航菜单*/
.header .nav{float:left;height:68px;}
.header .nav ul.navul{overflow:hidden;list-style:none;}
.header .nav ul.navul li{float:left;margin-right:32px;height:68px;border-right: 0px solid red;}
.header .nav ul.navul li a{font-size:18px;color:#333333;display:block;padding:0px 4px;}
.header .nav ul.navul li a:link,.header .nav ul.navul li a:visited{color:#333333;border-bottom:0px;height:48px;padding-bottom:20px;}
.header .nav ul.navul li a:hover,.header .nav ul.navul li a:active{color:#c7ad62;border-bottom:3px solid #c7ad62;height:48px;padding-bottom:17px;}
.header .nav ul.navul li a.active{color:#c7ad62;border-bottom:3px solid #c7ad62;height:48px;padding-bottom:17px;}





/*底部导航样式*/
div.footer{width: 100%;}



div.footer div.foot_bottom{width: 100%;height: 90px;background-color: #e7e0cd;}
div.footer div.foot_bottom .xk.zg{padding-top:12px;}
div.footer div.foot_bottom .xk{padding-top: 5px;border: 0px solid red;text-align: center;color: #666;font-size: 14px;}
div.footer div.foot_bottom .bq{padding-top: 5px;text-align: center;color: #666;font-size: 14px;}
div.footer div.foot_bottom a{color: #666;margin-left: 10px;}






