@charset "utf-8";
/* RESET */
body,h1,h2,h3,h4,h5,p,ul,li,button,input,textarea,th,td{margin:0; padding:0;}
html{
	width:100%;
	height:100%;
	position:relative;
}
body{
	font-family:'Microsoft YaHei',Arial,Helvetica,sans-serif;	
	font-size:0.9em;	
	line-height:1.5;
	font-style:normal;
	width:100%;	
	min-height:100%;
	color:#575757;
    margin:0 auto;
	background:#fff;
	position:relative;
}
img{
    border:none;
    display:block;
}
a{
    text-decoration:none;
}
a:hover{
    cursor:pointer;
}
ul, ol{
    list-style-type:none; 
}
input{
	border:0;
	outline:none;
}
blockquote{text-align:left;}
/* RESET end */
/* BODY */
.w1170{
	width:1170px; 
    height:auto; 
	margin:0 auto;
	text-align:center; 
	padding:0;
}
.w100{
	width:100%; 
    height:auto; 
	margin:0 auto;
	text-align:center; 
	padding:0;
}
.w1001{
	width:1170px; 
    height:auto; 
	margin:0 auto;
	text-align:center; 
	padding:0;
	margin-bottom:100px;
}
.color_white{
	color:#F0F2F4;
}
.color_black{
	color:#323232;
}
.color_gray{
	color:#575757;
}
.color_gray1{
	color:#a2a2a2;
}
.color_gold{
	color:#be926f;
}
.f18{
	font-size:18px;
}
/* BODY end */	
/* HEADER */
header{
	background:url(/images/index_01.jpg) repeat-x;
	width:100%;
	height:93px;
	padding-top:20px;
	margin:0 auto;
	position:fixed;
	z-index:9999;
}
.logo{
	width:215px;
	height:69px;
	background:url(/images/index_04.jpg) no-repeat;
	float:left;
}
.search{
	width:170px;
	height:24px;
	border:1px solid #cccccc;
	float:right;
	background:url(/images/search.png) 148px 3px no-repeat;
	background-size:18px 18px;
	text-align:left;
}
.search input{
	width:130px;
	height:24px;
	margin-left:5px;
	float: left;
	background-color:transparent;
}
#tc-sbt{float:right;width:30px;}
/* HEADER end */
/* NAV */
#nav {
	margin:0;
	padding:0;
	line-height:100%;
	float:right;
	z-index:10000;
	position:relative;
	width:900px;
}
#nav li {
	margin:5px 0 0 10px;
	padding:0;
	float: left;
	position: relative;
	list-style: none;
	text-align:left;
}
#nav a {
	font-weight: bold;
	color: #575757;
	text-decoration:none;
	display: block;
	padding:15px 15px;
	margin:0;
}
#nav li:hover > a {
	padding-bottom:33px;
	color:#be926f;
	background:url(/images/nav_under.png) bottom no-repeat;	
	
}
#nav .current a{
	color:#be926f;
	
}
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #333;	
	padding-top:7px;
	padding-bottom:6px;
}
#nav ul a:hover {
	color: #9f6435 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
#nav ul{
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff99', endColorstr='#ffffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff99), to(#ffffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,#ffffff99,#ffffffff); /* for firefox 3.6+ */
	display: none;
	margin:26px 0 0 0;
	padding:8px 5px;
	width:270px;
	position:absolute;
	top:36px;
	left:0;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-top-left--radius:0px;
	-moz-border-top-right--radius:0px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-bottom-left--radius:10px;
	-moz-border-bottom-right--radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0,0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	width:120px;
	float: none;
	margin: 0;
	padding: 0;
	background:url(/images/arrow.png) 2px 10px no-repeat;
	background-size:10px 10px;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
}
#nav .secend_list{
	width:100px;
	float:left;
}
#nav .secend_img{
	width:150px;
	height:120px;
	margin:8px;
	float:right;
}

#nav ul li:first-child > a {
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright: 3px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright:0;
}
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
/* NAV end */

/* 底部 */
footer{width:100%; height:300px;padding-top:80px; background: url(/images/fooeter_bg.png) top center no-repeat; overflow: hidden;}
.footer_index{width:100%; height:300px;padding-top:80px; background: url(/images/fooeter_bg.png) top center no-repeat; position:absolute;bottom:-340px;overflow: hidden;}
.daohang_bottom{width:900px; height: 238px; overflow: hidden; float: left; display: block;}
.daohang_bottom .dh_list{float: left;width:98px; margin: 0; font-size: 14px; height: auto; line-height: 2.4; overflow: hidden;color: #999999; display: block;}
.daohang_bottom .dh_list a{color:#999}
.daohang_bottom .dh_list a:hover{color:#fff;}
.daohang_bottom .dh_list .dh_list_h1{color:#fff; font-size: 16px;font-weight: bold;}
.daohang_bottom .dh_list .dh_list_h1 a{color:#fff;}
.logo_ma{width:270px; height: 238px; background: url(/images/logo_w.png) top no-repeat; float: right; overflow: hidden;}
.beian{width:100%; height: auto;  overflow: hidden; text-align: left; font-size: 16px; line-height: 1.60; padding-top:20px;display: block; color: #b0b0b0;} 

/* 栏目页标题和菜单 */
.lanmu_tit{width：100%; height: 35px; overflow: hidden; text-align: center; margin: 30px auto 0 auto; background: url(/images/new_titbg.png) center no-repeat; font-size: 22px; line-height: 1.5; font-weight: bold;}

.lanmu_nav{width:1170px; height:40px;font-size: 18px;text-align:center;margin: 40px auto 30px auto; line-height: 1.5; padding:0; text-align: center;}
.lanmu_nav li{color: #666; display: inline; margin:0;}
.lanmu_nav li a{color: #666; padding:10px 20px;border: 1px solid #ccc;}
.lanmu_nav li a:hover{color:#be926f; padding:10px 20px;}