@charset "utf-8";
/* CSS Document */

/*重置*/

body{ background-color:#f8f8f8;}

body,html,div,p,ul,li,h1,h2,h3,h4,h5,h6,input,ul,li{ margin:0; padding:0;}
a{ text-decoration:none;}
*{ font-family:"Microsoft Yahei";}
li{ list-style:none;}
.clearfix{ clear:both;}
img{ border:none;}

/*重置*/

/*头部 开始*/
.top{ width:1200px; margin:0 auto;}
.logo{ float:left; margin:30px 0;}

/*搜索 开始*/
.search{ float:right; width:246px; margin:50px 0;}
.searchtxt{ float:left; background:url(../images/search_txt.png) no-repeat left center; border:none; width:174px; height:38px; padding-left:20px; line-height:38px; font-size:12px; color:#666;}
.searchbtn{ float:right; width:52px; height:38px;}
/*搜索 结束*/

/*头部 结束*/




/*导航 开始*/
.navbg{ width:100%;height:54px; background-color:#d23c27;}

.navbox{  width:1200px; margin:0 auto;}
.nav{ width:1200px; margin:0 auto; height:50px; line-height:50px;   position:relative; z-index:1; }
		.nav a{ color:#fff;}
		.nav .nLi{ float:left; position:relative; display:inline;}
		.nav .nLi h3{ float:left; text-align:center; font-weight:normal;}
		.nav .nLi h3 a{ display:block; width:115px; line-height:50px; font-size:16px; text-align:center; }
		.nav .sub{ display:none; width:115px; left:0; top:50px;  position:absolute; background-color:#333;  line-height:50px; padding:10px;}
		.nav .sub li{ zoom:1;}
		.nav .sub a{ display:block; width:115px; font-size:14px; text-align:center; text-align:center; color:#fff;  border-bottom:1px dashed #fff; }
		.nav .sub a:hover{  color:#a50000;}
		.nav .on{ background-color:#a50000; color:#fff;}
		.nav .on h3 a{ background-color:#a50000; color:#fff;}
		

/*导航 结束*/

/*版权 开始*/
.footerbg{ background-color:#d23c27; width:100%; min-width:1200px; padding:20px 0; margin-top:20px;}
.footer{ width:1200px; margin:0 auto;}
.footer p{ font-size:14px; color:#fff; line-height:30px; text-align:center;}

/*版权 结束*/