*{ margin:0px; padding:0px;box-sizing:border-box;-moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;-webkit-overflow-scrolling: touch; }
a{ text-decoration:none;color: #968687;}
ul,ul li{ list-style:none;}
html,body{font-family:Source Han Sans;font-size:14px;color:#666;}

table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0; vertical-align: top;}
li{list-style:none}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
button,input[type="submit"]{border:none;background:none;appearance:none;outline:none}
input,textarea  {border:none;background:none;appearance:none;outline:none}
a{touch-callout:none;text-decoration:none;}
em, i{font-style:normal}
textarea {resize:none}
button::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner{
    border: 0;
    padding: 0;
}
input:focus, textarea:focus{ border: 0;
   padding: 0;
}

a:hover{
color:#7e9a28;
}
body{
background:url(../image/bg.jpg);
}
.banner{
min-width:950px;
height:226px;
}
.innerCon{
height:100%;
width:1200px;
margin:0 auto;
}
.banner .innerCon{
background:url(../image/banner.jpg) no-repeat center center;
}
.nav{
min-width:950px;
height:50px;
    font-size: 16px;

}
.nav .innerCon{
background:url(../image/navbg.jpg);
}
.nav .innerCon ul li{

float:left;
text-align:center;
width:133px;
float:left;
position: relative;
}
.nav .innerCon ul li a{
display:block;
width:133px;
height:50px;
line-height: 50px;
display: block;
color:#54504f;
font-weight:bold;
}
.nav .innerCon ul li a:hover,.nav .innerCon ul li.active a{
background:url(../image/menunow.jpg)  center center;
}
.bottomBar{
width: 100%;
}
.bottomBar .innerCon .topDiv{
background:url(../image/bottombarbg.jpg);
}
.alist,.alist a{
color:white;
text-align:center;
line-height:30px;
height:30px;
font-size:12px;
}
.content{
    min-height: 460px!important;
}