*{margin:0; padding:0; list-style:none; }
body{ background:#fff; font:normal 12px/24px 微软雅黑;  }
img{ border:0;  }
a{ text-decoration:none; color:#333;  }
p ul li span{font-size: 14px;}
html {
	font-family: "微软雅黑",sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body, button, input, keygen, legend, select, textarea{
    font-family:"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    font-weight:400;
    color:#333;
    outline:0;
    speak:none;
    -webkit-font-feature-settings:normal;
    -moz-font-feature-settings:normal;
    font-feature-settings:normal;
    font-variant:normal;
    text-transform:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.container{
	width: 100%;
}
.both{
	clear: both;
}
/* banner */
.slideBox{ width:100%; height:auto; overflow:hidden; position:relative; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute;right: 50%; bottom:10px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer;border-radius: 20px; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; height: 580px;width:100%;}
.slideBox .bd img{ width:100%; height:auto; display:block;  }

/*顶部*/
.top{
	width: 100%;
	position:absolute;
	z-index:2;
}
.top ul{
	width: 1200px;
	margin:0 auto;
}
.top ul li{
	float: right;
	color: white;
	margin-right: 15px;
	margin-top: 7px;
}
.top ul li a{
	color:white;
}
/*导航*/
.nav{width: 100%;height: 68px;float: left;position:absolute;z-index:2;margin-top: 35px;}
.nav div{
	width:25%;
	background-color: #007B44;
	float: left;
}
.nav div img{
	padding: 11.5px 0;
	float: right;
	margin-right: 12%;
}
.index_bd{
	width: 100%;height: 80px;float: left;position:absolute;z-index:2;bottom: 0px;background-color: rgba(0,0,0,0.5);
}
.index_bd .img{
	width: 1200px;
	margin:0 auto;
}
.index_bd .img img{
	padding-top: 10px;
}
.common_bd{
	width: 100%;height: 105px;float: left;position:absolute;z-index:2;bottom: 0px;
}
.common_bd .img{
	width: 1200px;
	margin:0 auto;
}
.main{
	/*background: #97989C;*/
	width: 73%;
	height: 70px;
	float: right;
	background-color: rgba(0,0,0,0.25);
}
.main li{
	float: left;
	color: #FFFEFF;
	font-size: 16px;
	padding: 25px 0;
	width: 14%;
	text-align: center;
}
.main .on{
	color:#89D45A;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .main{
    background-color:#97989C;
    filter:Alpha(opacity=50);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
  .main ul li{
    position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
  }  
}
.right{
	float: right;
}

/*底部*/
.footer{
	width: 100%;
	background-color: #46454B;
}
.footer .foot{
	width: 1200px;
	margin:0 auto;
	padding-top: 50px;
}
.footer .foot img{
	float: left
}
.footer .foot ul{
	float: left;
	color: white;
	font-size: 14px;
	margin-left: 70px;
	line-height: 40px;
}
.footer .foot ul li{
	color: #76757A;
	font-size: 14px;
}
.footer .foot ul h1{
	font-size: 36px;
}
.footer .foot ul li.time{
	border-bottom: 1px #76757A solid;
}
.footer .foot ul p{
	color: #76757A;
	font-size: 14px;
}
.footer .bottom{
	width: 1200px;
	margin:0 auto;
	border-top: 1px #76757A solid;
	margin-top: 30px;
}
.footer .bottom p{
	color: #76757A;
	font-size: 13px;
	text-align: center;
	line-height: 50px;
}
.addr img{
	margin-top: 10px;
	margin-right: 15px;
}
.link a{
	color: #76757A;
	font-size: 14px;
}