/**css document***/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: "微软雅黑";
	color:#353535;
	width:100%;
}
ul {
	list-style-type: none;
}
li {
	float: left;
}
a {
	text-decoration: none;
	  color: #555555;
}
img {
	border: none;
}
header, footer, nav, section, article {
  display:block;
}
i{
	font-style:normal;
	}
.{
	width:100%;
	}
/*.clearfix:before,.claerfix:after {
    content:"";
    display:table;
   }
.clearfix:after{
    clear:both;
   }*/
/****header***/
.header{
	height:145px;
	width:100%;
	float:left;
	}
.inner{
	width:1200px;
	margin-left:auto;
	margin-right: auto;
	}
.logo{
	height:71px;
	width:245px;
	float:left;
	margin-top:43px;
}
.hdtext{
	width:795px;
	float:right;
	margin-top:27px;
}
.search{
	width:180px;
	height:30px;
	float:right;
	border-radius:15px;
	border:1px solid #e2e2e2;
}
.ipt1{
	width:140px;
	height:25px;
	float:left;
	border:0;
	border-radius:10px;
	margin-left:5px;
	margin-top:3px;
	outline:none;
	font-size:12px;
	color:#999;
}
.ipt2{
	width:30px;
	background:url(../images/sousu.png) no-repeat;
	float:right;
	border:0;
	height:20px;
	cursor:pointer;
	margin-top:10px;
}
.menu{
	width:795px;
	height:30px;
	float:right;
	margin-top:18px;
}
.menulist{
	font-size:14px;
	color:#444;
	list-style-type:none;
}
/*.menulist .on{
	border-bottom:2px solid #c6a75c;
}
.menulist .on a{
	color:#c6a75c;
	font-weight:bold;
}*/
.menulist li{
	float:left;
	height:30px;
	line-height:30px;
	padding-left:5px;
	padding-right:5px;
	margin-right:35px;
}
    .menulist li:hover {
    border-bottom:2px solid #c6a75c;
    }
    .menulist li:hover a{
    color:#c6a75c;
	font-weight:bold;
    }
.menulist li a{
	font:14px;
	color:#444;
}
.footer{
	width:100%;
	height:340px;
	float:left;
	margin-top:80px;
	background-color:#e4e3de;
}
.foot-textb{
	width:100%;
	height:177px;
	float:left;
}
.textb{
	width:100%;
	overflow:hidden;
}
.textb li{
	height:177px;
	width:100px;
	display:block;
	padding-top:45px;
	line-height:30px;
	margin-right:120px;
}
.textb li dt{
	font-weight:bold;
	font-size:14px;
	color:#444;
}
.textb li dl dd{
	font-size:14px;
}
.coyfoot{
	width:100%;
	overflow:hidden;
	}
.copyright{
	float:left;
	margin-top:30px;
	font-size:12px;
	color:#666666;
}
.logoright{
	float:right;
	margin-top:30px;
	
}
.copyright a{
	color:#aeaeae;
	}