@charset "utf-8";

/*

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

*	*           Index style               

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

*/

.more{
	display: block;
	width: 118px;
	height: 38px;
	border: #dbdbdb 1px solid;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #808080;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.more:hover{
	background: #0e4564;
	color: #fff;
	border-color: #0e4564;
}
/*banner*/
#banner {
    background: #f3f3f3;
    overflow: hidden;
    position: relative;
}

#banner ul {
    width: 100%;
}
#banner img{
	width: 100%;
	display: block;
}
.slideItem {
	width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.slideItem img,
.slideItem a {
	width: 100%;
    display: block;
}

.thumbs {
    position: absolute;
    bottom: 30px;
    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: #d4281a;
}




/*products*/
#products{
	margin-top: 50px;
	height: 170px;
}
#goL,
#goR{
	display: block;
	width: 64px;
	height: 170px;
	cursor: pointer;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
#goL{
	float: left;
	background: url('../images/index/goL.png') center center no-repeat;
}
#goR{
	float: right;
	background: url('../images/index/goR.png') center center no-repeat;
}
#box{
	width: 990px;
	height: 170px;
	overflow: hidden;
	float: left;
	margin-left: 41px;
}
#box li{
	width: 280px;
	height: 170px;
	margin: 0 25px;
	background: #000;
	float: left;
	
}
#box li a{
	display: block;
	background: #000;
}
#box li img{
	display: block;
	width: 280px;
	height: 170px;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
#box li:hover img{
	-webkit-opacity: 0.95;
	-moz-opacity: 0.95;
	-ms-opacity: 0.95;
	-o-opacity: 0.95;
	opacity: 0.95;
}
#hp{
	margin: 55px auto 0 auto;
	width: 1200px;
	height: 2476px;
	background: url('../images/index/index.jpg') top center no-repeat;
}
#hp a{
	display: block;
	height: 365px;
	margin-bottom: 120px;
}