*{
	margin:0;
	padding:0;
	list-style: none;
}
body{
    font-family: sans-serif;
	background-color: #4f4743;
}
/*header*/
.header{
	width: 1260px;
	background-color:#F9F6F1;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.header .logo{
	width: 1260px;
	height: 116px;
	background: url(../img/logo.png) no-repeat;
	background-position: 60px 30px;
}
.header .buttons{
	position: absolute;
	top: 40px;
	right: 60px;
}
.header .buttons .chome{
	display: inline-block;
	color: #FFF;
	background: rgba(216,126,76) url(../img/icon1.png) no-repeat;
	background-position: 15px 10px;
	text-decoration: none;
	font-size: 16px;
	line-height: 38px;
	padding: 0 15px 0 45px;
}
.header .buttons .searchbor{
	display: none;
	line-height: 36px;
	height: 36px;
	border: 1px solid rgba(154,154,154,0.55);
	background: url(../img/icon2.png) no-repeat;
	background-position: 15px 8px;
	padding: 0 15px 0 45px;
}
.header .buttons .search{
	font-size: 14px;
	border: none;
	width: 60px;
	color: #C2C2C2;
	background-color:#F9F6F1; 
	transition:0.5s ease;
}
.header .buttons .search:focus{
	width: 120px;
}
.header .buttons .search::placeholder{
	color: #C2C2C2;
}
.header .buttons .search::-webkit-placeholder{
	color: #C2C2C2;
}
.header .buttons .search:-ms-input-placeholder{
	color: #C2C2C2;
}
.header .nav{
	width:1260px;
	background:#765F56;
	text-align: center;
	font-size: 0px;
}
.navl{
	width:1200px;
	height:50px;
	background:#765F56; 
	margin:0 auto;
}
.navl ul li{
	width:150px;
	height:50px;
	float:left;
	background:#765F56;
}
.header .nav .navl ul li a{
	display: inline-block;
	color: #FFF;
	font-size: 20px;
	width: 150px;
	height: 50px;
	line-height:50px;
	font-weight: lighter;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
	margin-right: -1px;
	text-decoration: none;
}
.active{
	background:#A5AA84;
	/*background: url(../img/nbj.png) no-repeat;*/
}
/*header*/

/*footer*/
.footer{
	width: 1260px;
	height:195px;
	margin:0 auto;
	background-color: #765F56;
}
.footer .row1{
	background-color: #765F56;
	width: 1158px;
	height: 78px;
	margin: 0 auto;
	padding: 30px 0;
}
.footer .logo{
	float: left;
	width: 86px;
	height: 77px;
	background: url(../img/uibe.png);
	margin-right: 36px;
}
.footer .address{
	float: left;
	font-size: 14px;
	color: rgba(255,255,255,0.43);
	line-height: 26px;
}
.footer .info{
	float: right;
}
.footer .icons{
	margin-bottom: 22px;
}
.footer .icons div{
	float: left;
	background-image: url(../img/icons.png);
	height: 31px;
}
.footer .wb{
	width: 36px;
	background-position: 0px 0px;
	margin-right: 20px;
}
.footer .twb{
	width: 30px;
	background-position: -36px 0px;
	margin-right: 20px;
}
.footer .qq{
	width: 28px;
	background-position: -66px 0px;
	margin-right: 20px;
}
.footer .wx{
	width: 35px;
	background-position: -94px 0px;
}
.footer .url{
	position: relative;
	top:10px;
}
.footer .url,.footer .url a{
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	text-decoration: none;
}
.footer .url span{
	margin: 0 28px;
}
.footer .row2{
	background-color: #4C3C35;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	text-align: center;
	height: 57px;
	line-height: 57px;
}
/*footer*/