﻿/*首页特殊header*/
#index_header{	
	display: none;
	position: fixed;
	width:100%;
	opacity: 0.9;
	z-index: 10;
}
/*幻灯*/
.picbox{
	width:1903px;			
	height: 100%;
	overflow:hidden;
	position:relative;
}
#container{
	height: 100%;
	width:20000px;		
	position: relative;
}
.section{
	width:1903px;
	float: left;
	height: 574px;			
	position: relative;
}
#section0,
#section1,
#section2,
#section3{
	background-color: #000;
	background-size: cover;
	background-position: 50% 50%;
}
#section0{
	background-image: url(../images/bg3.jpg);
	color: #fff;
	text-shadow:1px 1px 1px #333;
}
#section1{
	color: #fff;
	text-shadow:1px 1px 1px #333;
	background-image: url(../images/bg2.jpg);
}
#section2{
	background-image: url(../images/bg1.jpg);
	color: #fff;
	text-shadow:1px 1px 1px #666;
}
.buyBtn{
	display: block;
	width:248px;
	height: 70px;
	line-height: 72px;	
	margin-top: 350px;
	margin-left: 48%;
	background: url(../images/buy-button.png);
	
}
.buyBtn:hover{
	color:#703505;
}
#buyBtn3{
	margin-top: 270px;
	margin-left: 42%;
}
#pages{
	position:absolute;
	right: 50%;
	top: 97%;
	list-style: none;
}
#pages li{
	float: left;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	margin: 0 0 10px 8px;
}
#pages li.active{
	background-color: #FFFE00;
}
.arrow { 
	width: 40px;
	height: 78px;
	cursor: pointer;
	position: absolute;
	top:250px;
}

#prev { left: 20px;background: url('../images/prev.png');}
#next { right: 20px; background: url('../images/next.png');}

/*新闻*/
.news{
	width: 960px;
	margin:20px auto;
}
.news-icon{
	float: left;
	width: 22px;
	height: 22px;
	background: url(../images/news-icon.png);
}
.news-title{
	margin-left: 10px;
	width: 800px;
	float: left;
	color: #97999c;
	font-size: 14px;
}


/*内容*/
.content{
	background: #ecf0f6;
	padding-bottom: 30px;
	margin-top: -20px;
}
.content-960{
	width: 960px;
	margin:20px auto;
	padding-top: 35px;
}
.content-title{
	font-size: 30px;
	color: #3c4658;
	margin-bottom: 35px;
	text-align: center;
}
.content-img{
	background: url(../images/content.jpg) center center no-repeat; 
	height: 398px;
}

/*客户*/
.guest-960{
	width: 960px;
	margin:20px auto;
	padding-top: 35px;
}
.guest-title{
	font-size: 30px;
	color: #3c4658;
	margin-bottom: 35px;
	text-align: center;
}
.guest-img{
	background: url(../images/guest.jpg) center center no-repeat; 
	height: 70px;
}
