@charset "utf-8";
/* CSS Document */

/*reset*/
*{margin:0;padding:0;font-family:"微软雅黑";}
ul, ol { list-style: none; }
ul li{ vertical-align:middle;}
a { text-decoration: none; cursor:pointer;}
img{border:none;}
.clear{clear:both;}
/*reset结束*/
body{    background: url(../images/bodybg.png);
  background-size: cover;}
/*top*/
.top{width:1000px;height:110px;margin:0 auto;}
.logo{width:650px;height:75px;float:left;margin-top:20px;margin-left:24px;}
.logo a img{height:60px;}
.top_nav{float:right;width:160px;font-size:12px;color:#666;margin-top:10px;}
.top_nav a{font-size:12px;color:#666}
.search{float:right;height:24px;background:#fff;border:solid 1px #aaa;border-radius:6px;padding-left:10px;padding-right:5px;margin-top:35px;}
.search input{border:0;width:180px;height:22px;line-height:22px;outline:medium;}
.search button{border:0;height:22px;width:20px;background:none;outline:medium;cursor:pointer;float:right;}
.search button img{width:14px;height:14px;}

/*导航*/
.nav_menu{height:30px;background:rgb(174,133,50);}
.nav_menu>ul{width:1000px;margin:auto;}
.nav_menu>ul>li{float:left;line-height:30px;text-align:center;position:relative;margin:0 30px;z-index:99;}
.nav_menu>ul>li>a{color:#fff;font-size:14px;}
.nav_menu>ul>li:hover{background:rgb(123,106,77);}
.nav_menu>ul>li:hover .sub_menu{display:block;}
.sub_menu{display:none;position:absolute;top:28px;left:-40px;width:220px;border-left-bottom-radius:6px;border-right-bottom-radius:6px;}
.sub_menu li{background:rgb(174,133,50);height:28px;line-height:28px;text-align:center;border-top:solid 1px #fff;border-bottom:rgb(174,133,50)}
.sub_menu li a{color:#fff;font-size:13px;}
.sub_menu li:hover{background:#fff;border-top:solid 1px rgb(174,133,50);}
.sub_menu li:hover a{color:rgb(174,133,50)}
.mainbody{width:1000px;margin:0 auto;}

/*banner*/
.banner_wrap {
    background: #ededed;
}
.showbanner{width:1200px;height:300px;float:left;margin-top:15px;}
#banner{position:relative; width:1200px; height:300px;overflow: hidden;}
#banner_list{width:1200px;height:300px;}
#banner #banner_info{position:absolute;z-index:10;bottom:0;width:1200px;height:30px;line-height:30px;font-family:"微软雅黑";background-color:#000;filter:alpha(opacity=50);-moz-opacity:0.5; opacity:0.5;color:#fff;text-indent:1em}
#banner ul{position:absolute;bottom:5px;right:10px;z-index:11;}
#banner ul li{height:12px;width:12px;margin-right:3px;border-radius:6px;background:url(../images/off.png);cursor:pointer;font-size:0;float:left;}
#banner ul li.on{background:url(../images/on.png);}
#banner_list a{ position: absolute;display:block;width:1200px;height:300px;}
#banner_list a img{width:1200px;height:300px;border:0;}


/*快速通道*/
.kstd{
	width:1000px;
	margin:auto;
	height:36px;
	background:#999;
	margin:20px auto 20px;
	border-radius: 18px;
}

.kstd a{
	display:inline-block;
	width:200px;
	height:24px;
	background:#999;
	border-radius: 12px;
	background:#fff;
	margin:6px 65px;
	text-align:center;
	line-height:24px;
	color:#000;
	font-family:"Helvetica";
}
.kstd a:hover{
	background:rgb(174,133,50);
	color:#fff;
}

/*mainbody*/
.mainbody{width:1200px;margin:auto;}
.mleft{width:570px;height:500px;float:left;margin-left:10px;background:url(../images/mleft.png);}
.mright{width:570px;height:500px;float:right;margin-right:10px;background:#fff;background:url(../images/mright.png);}
.neirong{width:400px;margin:auto;}
.neirong h2{line-height:40px;font-family:"Helvetica";font-family:"Helvetica";}
.neirong p{line-height:30px;font-family:"Helvetica";}
.neirong a.more{text-decoration: underline;color:rgb(174,41,35);font-family:"Helvetica";}
.neirong ul li{height:24px;line-height:24px;}
.neirong ul a{color:#000;float:left;font-family:"Helvetica";}
.neirong ul span{float:right;font-family:"Helvetica";}
.neirong ul li:hover a{color:rgb(174,133,50)font-family:"Helvetica";}

/*友情链接*/
.f_links{    width: 1200px;
  margin: 15px auto;
  height: 30px;
  line-height: 30px;
  background: #fff;}
.f_links ul li{float:left;padding-left:22px;padding-right:22px;height:16px;line-height:16px;margin-top:7px;border-right:solid 1px #666}
.f_links ul li a{font-size:14px;color:#666;}
.f_links ul li a:hover{color:rgb(174,133,50)}
/*底部*/
.footer{text-align:center;line-height:20px;background:rgb(174,133,50);color:#fff;padding-top:5px;padding-bottom:5px;font-size:12px;font-family:"微软雅黑";border-bottom:solid 2px #ccc;border-top:solid 2px #ccc;}
