/* CSS Document */
/*header*/
header{
	position: fixed;
	top:0;
	z-index:100;
	width:100%;
	height:50px;
	background: url("../img/headerBg.png") repeat-x;
}
.header{
	width:1200px;
	height:50px;
	line-height: 50px;
	margin:0 auto;
}
.index_logo{
	width:240px;
	height:40px;
	padding:5px 0;
	float: left;
}
.index_logo img{
	width:240px;
	height:40px;
}
.index_nav{
	width: 700px;
	height: 40px;
	float: left;
	padding: 5px;
	line-height: 40px;
}
.index_nav ul li{
	float: left;
	width:16.66%;
	height:40px;
	text-align: center;
}
.index_nav ul li a{
	color:#fff;
	font-size: 14px;
}
.index_nav ul li i{
	color:#fff;
	padding-right:10px;
}
.index_nav ul li:hover a{
	color:red;
}
.tel{
	width:250px;
	height:40px;
	padding:5px 0;
	float: right;
	line-height: 40px;
}
.tel span i{
	padding-right:5px;
}
.tel span{
	color:#fff;
	font-size: 16px;
	float: right;
}
/*header end*/

/*main*/
.main{
	width:100%;
	height:100%;
}
#dowebok{
	position: relative;
	top:0;
	transition: top 1.5s ease-in-out;
}
#dowebok .section{
	float:left;
	overflow: hidden;
}
#dowebok .section:first-child{
	background-image: url("../img/index_bg_01.jpg");
}
#dowebok .section:nth-child(2){
	background-image: url("../img/index_bg_02.jpg");
}
#dowebok .section:nth-child(3){
	background-image: url("../img/index_bg_03.jpg");
}
.container{
	width:100%;
	min-width: 1200px;
	height:100%;
	position: relative;
}
.section_01{
	width:600px;
	height:600px;
	position: absolute;
	left:-800px;
	top:50%;
	transform: translate(0,-50%);
	transition: left 1.5s ease-in-out;
}
.section_01 img,.section_02 img,.section_03 img,.section_04 img,.section_05 img{
	width: 100%;
	height: 100%;
}
.section_02{
	width:600px;
	height:300px;
	position: absolute;
	right:-800px;
	top:50%;
	transform: translate(0,-50%);
	transition: right 1.5s ease-in-out;
}
.section_03{
	width:600px;
	height:270px;
	position: absolute;
	left:-800px;
	top:50%;
	transform: translate(0,-50%);
	transition: left 1.5s ease-in-out;
}
.section_04{
	width:600px;
	height:330px;
	position: absolute;
	right:-800px;
	top:50%;
	transform: translate(0,-50%);
	transition: right 1.5s ease-in-out;
}
.section_05{
	width:900px;
	height:300px;
	position: absolute;
	right:-50%;
	top:50%;
	transform: translate(50%,-50%);
	transition:right 1.5s ease-in-out;
}
.to_bottom{
	position: absolute;
	left:50%;
	bottom:60px;
	width:100px;
	height:75px;
	transform: translate(-50%,0);
	color:#ffff33;
}
.to_bottom p{
	text-align: center;
	font-size: 20px;
	width:100px;
	height:30px;
	line-height: 30px;
	text-indent: 0;
	float:left;
}
.to_bottom i{
	padding-left:34px;
}
/*main end*/

/*footer*/
footer{
	position: fixed;
	bottom:0;
	z-index:100;
	background: url("../img/headerBg.png");
	height:50px;
	width:100%;
}
.copyright{
	width:1200px;
	height:40px;
	padding:5px 0;
	margin:0 auto;
}
.copyright p{
	color:rgb(221,221,221);
	height:40px;
	line-height: 40px;
	text-indent: 0;
	text-align: center;
	font-size: 14px;
}
.copyright a{
	color:rgb(221,221,221);
}
.copyright a:hover{
	color:#fff;
}
/*footer end*/
