@charset "utf-8";
/**CSS Document**/

/**top_bgk**/
.top_bgk{ width:100%; height:110px; background:url(../images/ico.png); position:absolute; left:0px; top:0px; z-index:99;}
.top_nr{ width:1180px; margin:auto;}
.logo{ width:340px; height:52px; float:left; padding:9px 0px 0px 0px; display:inline;}
.top_right{ width:840px; float:left; height:110px;}
.top_nav{ line-height:50px; color:#666; text-align:right;}
.top_nav a{ font-size:13px; color:#666; padding:0px 10px;}
.nav ul li{ float:left; text-align:center; width:105px; line-height:50px; position: relative;}
.nav ul li a {display:block; font-size:15px; font-weight:bold; color:#363636; background:url(../images/nav_ico.png) no-repeat 94px center;}
.nav{padding-top:30px}

.nav li ul{ display: none; }
.nav li:hover ul{ position: absolute; top: 50px; left: 0px; display: block; z-index: 99; background:url(../images/ico.png); padding:3px 0px;}
.nav li:hover ul li{ background: none; height: 30px; line-height: 30px; color:#fff; background: none; overflow: hidden; border-bottom: 1px solid #b6b6b6;}
.nav li:hover ul li a{ background: none; font-size:13px; color:#303030;}
.nav li:hover ul li:hover a{ color:#f00;}




/**bottom_box**/
.bottom_box{ color:#666; font-size:14px; line-height:30px; text-align:center; padding:10px 0px; background:#f9f9f9;}
.bottom_box a{ margin:0px 3px; color:#666;}