@charset "utf-8";
/* CSS Document */

body{font:12px/140% Arial,"Microsoft YaHei",Helvetica, sans-serif,Verdana;color:#5a5a5a; margin:0; background:#FFF; }
html,body{overflow-x:hidden;-webkit-text-size-adjust:none;}
table,td{font:12px/140% Arial,"宋体",Helvetica, sans-serif,Verdana; color:#5a5a5a;}
table{border-collapse:collapse; border-spacing:0; empty-cells:show; }
th, td { border-collapse:collapse; }
A:link{text-decoration:none; color:#5a5a5a;}
A:visited{text-decoration:none; color:#5a5a5a;}
A:hover{text-decoration:none; color:#47cdff;}
img{ border:0; }
div,p,img,ul,ol,li,form,input,label,span,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner{   border:none;padding:0 } 
a{blr:expression(this.onFocus=this.blur())} /*for IE*/
a{outline:none;} /*for Firefox*/
ol,ul,li{list-style-type:none;}
.overz{ overflow:auto; zoom:1; overflow-x:hidden; overflow-y:hidden;}

.w1200{ width: 1200px; margin: 0 auto; overflow: hidden;}

.header{
	height: 124px;
	background-color: #71512a;
}
.logo{
	float: left;
	margin-top: 30px;
}
.logo img{ height:60px;}
.nav{
	height: 50px;
	float: right;
	margin-top: 50px ;
}
.nav li{
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
}
.nav li a{
	display: block;
	padding: 0 24px;
	font-size: 15px;
	color: #fff;
	/* letter-spacing: 0.06em; */
	font-weight: bold;
}
.nav li a:hover{
	background: url(../images/hover_moig.png) no-repeat center center;
}

.banner{
	height:	492px;
	position: relative;
}

.common_da{ display: none;}
.banner:hover .common{ display: block;}

.banner ul li{
	width:100%;
	height:492px; 
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	background-repeat:no-repeat;
	background-position:center top;
	font-size: 0;
}
/*左右切换图标*/
.banner .common{
	
	width:50px;
	height: 100px;
	position: absolute;
	z-index: 25;
    top:72%;
    margin-top: -50px;
    display: none;
}
.content_middle .btnLeft{
	opacity: 0.5;
	left:0px;
	background: url(../images/sprite.png) no-repeat;
}
.content_middle .btnRight{
	opacity: 0.5;
	right:0px; 
	background: url(../images/sprite.png) no-repeat -60px 0;
}

.banner .table{
	width:100%; 
	height:33px;
	position: absolute;
	bottom:20px;
	
	z-index:9;
	text-align: center;
}
.banner .table a{
	display: inline-block;
    width:15px;
    height:15px;  
    background:#ddd;
	border-radius: 50%;
    margin:0 3px;
	font-size: 0;
}

.banner .table a.active{ background:#71512a;}

.footer{
	height: 116px;
/*	margin-top:40px;*/
	background-color: rgb(174, 154, 130);
}
.footer .footmenu{
	margin-top: 18px;
	height: 36px;
	text-align: center;
}
.footer .footmenu li{
	display: inline-block;
	text-align:center;
	line-height: 36px;
}
.footer .footmenu li a{
	color:#fff;
	display:block;
	width:80px;
	font-size:14px;
}
.footer .footmenu li a:hover{ color:#eee;}
.footer p{
	text-align:center;
	line-height:24px;
	color:#fff;
	white-space:pre-wrap;
}
.footer a{ color:#fff;}
.footer a:hover{ text-decoration:underline;}






