@charset "utf-8";

/*

*	****************************************

*	*           Index style               

*	****************************************

*/

/*banner*/
#banner {
	margin-bottom: 70px;
    height: 740px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

#banner ul {
    width: 1920px;
    height: 740px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.slideItem {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    height: 740px;
}

.slideItem img,
.slideItem a {
    display: block;
}

.thumbs {
    position: absolute;
    bottom: 5%;
    height: 10px;
    text-align: center;
    width: 100%;
}

.thumbs li {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #e1dfdf;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
}

.thumbs li.curr {
    background: #006d33;
}

.title_index{
	text-align: center;
}
.title_index h2{
	font-size: 36px;
	color: #333;
	line-height: 36px;
	padding-bottom: 18px;
}
.title_index p{
	font-size: 14px;
	line-height: 14px;
	color: #808080;
}
/*products*/
#products{
	margin: 0 auto;
}
#products ul{
	margin-top: 60px;
}
#products ul li{
	position: relative;
	float: left;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	left: 0;
	top: 0;
}
#products ul li a{
	display: block;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#products ul li p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 16px;
	padding-top: 340px;
}
#products ul li:hover{
	top: -5px;
}
#products .p1 {
    background-image: url('../images/p1.jpg');
}

#products .p2 {
	background-image: url('../images/p2.jpg');
}

#products .p3 {
	background-image: url('../images/p3.jpg');
}

#products .p4 {
	background-image: url('../images/p4.jpg');
}

#products .p5 {
	background-image: url('../images/p5.jpg');
}

#products .p6 {
	background-image: url('../images/p6.jpg');
}
#products .p4 p,
#products .p5 p{
	color: #fff;
}

#products .p6 .more{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -24px;
	width: 220px;
	height: 48px;
	background: rgba(255,255,255,0.2);
	text-align: center;
	line-height: 48px;
}
#products .p6 .more span{
	font-size: 16px;
	color: #fff;
}
@media screen and (min-width:1600px){
	#products{
		width: 1500px;
	}
	#products ul li a{
		height: 370px;
		margin-bottom: 10px;
	}
	#products li a{
		height: 296px;
	}
	#products .p1{
		margin-right: 10px;
		width: 570px;
	}
	#products .p2{
		 margin-right: 10px;
		width: 410px;
	}
	#products .p3{
		width: 500px;
	}
	#products .p4{
		margin-right: 10px;
		width: 500px;
	}
	#products .p5{
		margin-right: 10px;
		width: 570px;
	}
	#products .p6{
		width: 410px;
	}
}
@media screen and (max-width:1600px){
	#products{
		width: 1200px;
	}
	#products li a{
		height: 296px;
		margin-bottom: 8px;
	}
	#products ul li p{
		padding-top: 271px;
	}
	#products .p1{
		margin-right: 8px;
		width: 456px;
	}
	#products .p2{
		margin-right: 8px;
		width: 328px;
	}
	#products .p3{
		width: 400px;
	}
	#products .p4{
		margin-right: 8px;
		width: 400px;
	}
	#products .p5{
		margin-right: 8px;
		width: 456px;
	}
	#products .p6{
		width: 328px;
	}
}


/*case*/
#case{
	margin-bottom: 80px;
	margin-top: 70px;
	height: 600px;
	background: url('../images/case_bg.jpg') top center no-repeat;
}
#case .title_index{
	padding-top: 80px;
	padding-bottom: 60px;
	color: #fff;
}
#case .title_index h2{
	color: #fff;
}
#case .title_index p{
	color: #fff;
}
#case ul{
	margin: 0 auto;
	width: 1500px;
	margin-bottom: 60px;
}
#case ul li{
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
#case ul a{
	display: block;
	width: 490px;
	height: 260px;
	background: #000;
	position: relative;
}
#case ul img{
	display: block;
	border: 1px solid #fff;
}
#case ul a:hover img{
	filter:alpha(opacity=30);
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	-ms-opacity: 0.3;
	-o-opacity: 0.3;
	opacity: 0.3;
}
#case ul p{
	width: 100%;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	height: 32px;
	position: absolute;
	top: 120%;
	margin-top: -16px;
	color: #fff;
}
#case ul a:hover p{
	top: 50%;
}
#case .more{
	margin: 0 auto;
	width: 170px;
	height: 36px;
	background: rgba(0,109,51,0.6);
	text-align: center;
	display: block;
	color: #fff;
	line-height: 36px;
	font-size: 16px;
}
#case .more:hover{
	background: rgba(0,109,51,0.3);
}

@media screen and (max-width:1600px){
	#case{
		height: 550px;
	}
	#case ul{
		width: 1200px;
	}
	#case ul li{
		margin-right: 12px;
	}
	#case ul li a{
		width: 392px;
		height: 208px;
	}
	#case ul li img{
		width: 390px;
		height: 206px;
	}
}

/*news*/
#news{
	margin-bottom: 80px;
}
#news ul{
	width: 1500px;
	margin: 0 auto;
	margin-top: 60px;
}
#news ul li{
	float: left;
	margin-right: 20px;
	-webkit-box-shadow: 2px 2px 5px 0 #ccc;
	box-shadow: 2px 2px 5px 0 #ccc;
	position: relative;
	top: 0;
}
#news ul a{
	display: block;
	width: 360px;
	height: 420px;
}
#news ul li:hover{
	top: -5px;
	-webkit-box-shadow: 2px 2px 5px 0 #006d33;
	box-shadow: 2px 2px 5px 0 #006d33;
}
#news ul img{
	display: block;
	width: 100%;
}
#news ul h2{
	padding: 0 20px;
	font-size: 18px;
	color: #333;
	line-height: 60px;
}
#news ul p{
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

@media screen and (max-width:1600px){
	#news ul{
		width: 1200px;
	}
	#news ul li{
		margin-right: 16px;
	}
	#news li a{
		width: 288px;
		height: 390px;
	}
}

/*about*/
#about{
	background: url('../images/about_bg.jpg') top center repeat-x;
	padding-top: 120px;
	margin-bottom: 150px;
}
#about .main{
	margin: 0 auto;
	width: 1500px;
	height: 290px;
	padding-top: 60px;
	background: #f0f0f0;
}
#about .main .left{
	float: left;
	padding-top: 20px;
	width: 800px;
	height: 260px;
	position: relative;
	margin-left: 80px;
	font-size: 16px;
	color: #333;
	line-height: 32px;
}
#about .main .left a{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 170px;
	height: 36px;
	background: rgba(0,109,51,0.6);
	text-align: center;
	display: block;
	color: #fff;
	line-height: 36px;
	font-size: 16px;
}
#about .main .left a:hover{
	background: rgba(0,109,51,0.9);
}
#about .main .right{
	float: right;
	margin-right: 80px;
	width: 430px;
	height: 260px;
	border: 10px solid #fff;
}
#about .main .right embed{
		width: 430px;
		height: 260px;
}
@media screen and (max-width:1600px){
	#about .main{
		width: 1200px;
	}

	#about .main .left{
		font-size: 14px;
		line-height: 28px;
		width: 480px;
	}
}