@charset "utf-8";
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/* CSS Document */
.bg-darkblue{ background-color:#0e7ece}
.bg-darkgreen{ background-color:#168419;}
.bg-darkmain{ background-color:#028f73}
.bg-darkred{ background-color:#691c00}
.bg-darkyellow{ background-color:#fdd629}
.bg-darkblack{ background-color:#252525}
.change{cursor:hand}
.fixed-top {
    box-shadow: 0 1px 9px #333;
	-moz-box-shadow: 0 1px 9px #333;
	-webkit-box-shadow: 0 1px 9px #333;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
    z-index: 1000;
}
.tab-nav .active a{ font-weight:600;}
.link *{line-height:50px}
.link a{ display:block; margin:5px; float:left; }
.listbanner{color:#fff;}
.listbanner h1{margin-bottom:15px;font-size:28px;}
.listbanner p{font-size:20px;}
.rmenu li{ line-height:25px;  margin:10px 0; }
/*CSS page style*/
DIV.pagelist { margin:10px 0;TEXT-ALIGN: center; clear:both; height:30px}
DIV.pagelist a,DIV.pagelist SPAN{border:1px solid #CCC;height:30px; line-height:28px;TEXT-DECORATION: none; color: #757575;  display:block; float:left; padding:0 10px; margin-left:5px;}
DIV.pagelist A:hover { BACKGROUND: #959595;  COLOR: #FFF;}
DIV.pagelist A:on { BACKGROUND: #959595; COLOR: #FFF;}
DIV.pagelist A:active { BACKGROUND:#959595;COLOR: #FFF;}
DIV.pagelist SPAN.current {FONT-WEIGHT:bold;BACKGROUND: #959595;COLOR: #fff; }
DIV.pagelist SPAN.disabled {}
/*CSS index style*/
#tel{
	background:url(bg_telephone.png) center center no-repeat;
	color: #57391f;
	min-height: 70px;
	line-height: 70px;
}
#index_class_li{
  line-height:38px;
  position:relative;
  display: table;
  width: 100%;
  margin-top: 10px;
  background-color: #b57c4b; 
}
#about{
  background-color:#f6eee1;
  min-height:455px;
}
#about_text{
  position:relative;
  color: #57391f;
}
#product{
  min-height:445px;
}
#adv_big{
	background:url(c1.jpg) center center no-repeat;
	background-color: #f7efe2;
	color: #57391f;
	min-height: 1338px;
}

#adv1_title{
	left: 25%;
	top: 80px;
	position:relative;
	font-size: 12px;
}
#adv1_containt{
	left: 15%;
	top: 80px;
	position:relative;
	line-height: 30px;
	height: 30px;	
}
#adv1_containt img {
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
}
#adv2_title{
	left: 25%;
	top: 190px;
	position:relative;
	font-size: 12px;
}
#adv2_containt{
	left: 15%;
	top: 190px;
	position:relative;
	line-height: 30px;
	height: 30px;	
}
#adv2_containt img {
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
}
#adv3_title{
	left: 10%;
	top: 130px;
	position:relative;
	font-size: 12px;
}
#adv3_containt{
	top: 130px;
	position:relative;
	line-height: 30px;
	height: 30px;	
}
#adv3_containt img {
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
}
#adv4_title{
	left: 10%;
	top: 280px;
	position:relative;
	font-size: 12px;
}
#adv4_containt{
	top: 280px;
	position:relative;
	line-height: 30px;
	height: 30px;	
}
#adv4_containt img {
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
}
#nav_bottom_li{
	background:url(line.jpg) left center no-repeat;
}
#bottom img{
	vertical-align: middle;
}
#index_title:hover{
	background-color:#b57c4b;
	color: white; 
}
/*CSS index 图片滚动 style*/
.wrap{
	border-top: 2px solid #efefef;
	border-bottom: 2px solid #efefef;
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
	padding:4px;
}
.wrap ul{
	overflow: hidden;
	position:absolute;
	width: 2600px;
	left: 0;
	top: 0;
}
.wrap ul li{
	list-style:none;
	float: left;
	margin:6px;
}
.bg-themecolor{
	background-color: #57391f;
}