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

/*导航*/
.header{width: 1200px;margin: 0 auto;}
.header .header_logo{width:1200px; height:81px;}
.header .header_logo dl{width:100%; height:61px; margin:10px 0px;}
.header .header_logo dl dt{background:url(logo.png) left center no-repeat;height:61px;width: 755px;float:left;}
.header .header_logo dl dd{background:url(search_bg.png) left 11px no-repeat;width:354px;margin-right: 69px;float:right;height:61px;}
.header .header_logo dl dd span .input{height:40px; line-height:40px; text-indent:1em; background:none; width:295px; border:0; margin-top:11px;float: left;}
.header .header_logo dl dd span a{ /*!  */ width:50px; height:40px; /*!  */ line-height:40px; text-align:center;display: block;float: right;margin-top: 12px;}

.header .header_nav{ height:50px; width:100%; background:#b40200;}
.header .header_nav ul{width:1200px; height:50px;}
.header .header_nav ul li{width: 200px;text-align:center;line-height:50px;float:left;height:50px;}
.header .header_nav ul li a{font-size: 23px;color:#ffffff;width: 171px;height: 50px;font-weight:bold;display: block;}
.header .header_nav ul li.on{background:#9a0402;}
.header .header_nav ul li.on a{color:#ffffff;}
.header .header_nav ul li:hover{background:#9a0402;}
.header .header_nav ul li:hover a{color:#ffffff !important;}