@charset "utf-8";
/*全局样式*/

a {color:#535353; font-family:"微软雅黑";}
a:hover {color:#ba2636; -webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
        }
li:hover{-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;}
.mainbox{ width:1000px; margin:0 auto; clear:both;}
.mainbox960{ width:960px; margin:0 auto; clear:both;}
.mainbox980{ width:980px; margin:0 auto; clear:both;}
.mainbox1140{ width:1140px; margin:0 auto; clear:both; background:#FFF}
.mainbox1100{ width:1100px; margin:0 auto; clear:both; background:#FFF}




#ward{ background:#f2f2f2;}
.top_kx{ height:155px;}

/*top*/
.top_bg{ background:url(../../images/index/top.png) center top no-repeat; }

/*nav*/
.nav_bg{ height:48px; line-height:48px; background:#ac181e; }
.nav{ width:1140px; margin:0 auto; background:#ac181e; }
.nav ul li{ height:48px; line-height:48px; float:left;text-align:center; padding:0px 46px; }
.nav ul li:hover{ height:48px; line-height:48px; float:left;text-align:center; padding:0px 46px; background:#be0e16;}
.nav ul li a{ font-size:16px;  color:#FFF; font-weight:bold}



.bq_bg{ height:130px; background:#bc3114;}
.bg{ width:1100px; margin:0 auto;}
.bg p{ text-align:center; color:#FFF; line-height:30px;}