/*通用*/
body {
	font-size:14px;
	font-family:"微软雅黑";
	background: transparent url(../images/bodybg.jpg) repeat;
	margin:0px;
	padding:0px;
	color:rgba(190, 141, 101, 0.666667);
}

/*头部*/


#head {
	width:100%;
	height:158px;
	background-image:url(../images/headlinebg.png);
	background-repeat:repeat-x;
}
.head {
	height:158px;
	width:1200px;
	background:url(../images/headbg.png) center;
	margin:0 auto;
	position:relative;
}
#logo {
	position:absolute;
	top:10px;
	left:20px;
	
 
}
#logo img{
	 
	width:5px;
	height:5px;
	margin-top:50px;
	margin-left:50px;

 
	}
#logotxt {
	position:absolute;
	top:20px;
	left:180px;
}
#logotxt img{
	width:5px;
	height:5px;
    margin-top:30px;
	margin-left:150px;
	}
#tel {
	float:right;
	width:200px;
	margin-top:30px;
	transform:scale(0.01);
	
 
	
}
#tel_icon {
	display:inline-block;
	float:left;
	width:50px;
	height:40px;
	text-align:center;
}
#tel_txt {
	display:inline-block;
	float:left;
	width:150px;
	height:22px;
	color:rgb(72, 43, 29);
	
	
}
#tel_400 {
	display:inline-block;
	float:left;
	width:150px;
	height:18px;
}
#menu {
	position:absolute;
	top:123px;
	left:220px;
}
#menu ul li a:link, #menu ul li a:visited {
	color:rgb(255,167,39);
}
#menu ul li a {
	display:block;
	width:110px;
	height:45px;
	text-decoration:none;
}
#menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
#menu ul li {
	float:left;
}

/*轮播*/
 
 #banner{
	   width:100%;
	   position:relative;
	  }
 .banner{
	   width:100%;
	  }
#banner .banner ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#banner .banner ul li{
	display:none;
	text-align:center;
	overflow: hidden;
}
#banner .banner ul li img{
	width:150%;
	margin-left:-25%;
	}
#banner .banner ul li.actived{
	display:block;
	}
#arrow{
	position:absolute;
	top:50%;
	margin-top:-35.5px;
	padding-left:1%;
	padding-right:1%;
	width:100%;
	box-sizing:border-box;
	}
#arrow_left{
	float:left;
	width:71px;
	height:71px;
	background:url(../images/arrow_left.png) no-repeat rgba(0,0,0,.1);
	
}
#arrow_rihgt{
	float:right;
     width:71px;
	height:71px;
		background:url(../images/arrow_right.png) no-repeat rgba(0,0,0,.1);
}
/*联系我们*/

  #contact{
    clear:both;
   
	width:100%;
	color:rgb(201, 162, 126)
	
}
.contact{
	max-width:1200px;
	margin:0px auto;
	text-align:center;
	
}
#contact_title{
	transform:scale(0.01);
	}
#contact_content ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
#contact_content ul li{
	background-image:url(../images/contact_content_bg.png);
	width:373px;
	height:136px;
	float:left;
	margin:20px 1%;
	padding:30px;
	box-sizing:border-box;
	
	}


#contact_content ul li .contact_content_txt{
	display:inline-block;
	float:right;
	text-align:left;
	width:70%;
	margin-right:-200px;
	opacity:0;
	
	}
/*底部版权*/

#footer{
	clear:both;
	width:100%;
	height:52px;
	background-image:url(../images/footbg.png);
	color:rgb(201, 162, 126);
}
#foot_left{
		float:left;
		width:30%;
		height:52px;
		line-height:52px;
	    padding-left:300px;
		opacity:0;
}
#foot_right{
		float:right;
		width:30%;
		height:52px;
		text-align:right;
		padding-right:300px;
		line-height:52px;
		opacity:0;
}