@charset "utf-8";
/* CSS Document */
/*重置 start*/
body,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;}
.sidebox{ width:1200px; margin:0 auto;}

/*重置 end*/

/*header start*/
.header{ width:100%; margin:0 auto; height:200px;background:url(/gh/images/header_bg.png) top center no-repeat;}
.logo{ width:650px; height:100px;}
.logo img{ width:100%; height:100%;  margin-top:50px;}

/*header end*/

/*导航 start*/


.nav_bg{ background-color:#BD1A2D; width:1200px; min-width:1200px; margin:0 auto;}
.nav{ width:1200px; margin:0 auto; height:55px; line-height:55px;   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:170px; line-height:55px; font-size:16px; text-align:center; }
		.nav .sub{ display:none; width:170px; left:0; top:55px;  position:absolute; background-color:rgba(0,0,0,0.6);  line-height:50px; padding:10px;}
		.nav .sub li{ zoom:1;}
		.nav .sub a{ display:block; width:170px; font-size:14px; text-align:center; text-align:center; color:#fff;  border-bottom:1px dashed #fff; }
		.nav .sub a:hover{  color:#ffb700;}
		.nav .on{ background-color:#ffb700; color:#fff;}
		.nav .on h3 a{ background-color:#ffb700; color:#fff;}


/*导航 end*/




/*版权 start*/
.footerbg{width:100%; background-color:#bd1a2d; padding:20px 0; margin:0 auto}
.footer{ width:1200px; margin:0 auto;}
.footer p{ color:#fff; line-height:30px; font-size:14px; text-align:center;}


/*版权 end*/