@charset "utf-8";

/*

*	****************************************

*	*           Index style               

*	****************************************

*/

/*public style*/
.title{
	text-align: center;
}
.title h1{
	width: 370px;
	margin: 0 auto;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #008aad;
	text-align: center;
	border-bottom: 1px solid #ccc;
	font-family: '微软雅黑';
}
.title .line{
	width: 40px;
	height: 3px;
	background: #008aad;
	margin: -1px auto 0 auto;
}
.title p{
	padding-top: 22px;
	margin: 0 auto;
	width: 750px;
	font-size: 12px;
	color: #808080;
	line-height: 20px;
}

.more{
	display: block;
	width: 118px;
	height: 38px;
	border: #dbdbdb 1px solid;
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	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: #008aad;
	color: #fff;
	border-color: #008aad;
}



/*banner*/
#banner {
    height: 433px;
    background: #f3f3f3;
    overflow: hidden;
    position: relative;
}

#banner ul {
    width: 1920px;
    height: 433px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.slideItem {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    height: 433px;
}

.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: #d4281a;
}


/*advertisement*/
#ad{
	height: 390px;
	background: #f1f1f1;
}
#ad .w1000{
	height: 349px;
	background: url('../images/banner1.jpg') center top no-repeat;
}
#ad a{
	float: left;
	display: block;
	height: 98px;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
#ad a:hover{
	background: rgba(0,0,0,0.2);
}




/*products*/
#products{
	padding-top: 20px;
	padding-bottom: 40px;
	font-family: '宋体';
}
#products .sw{
	height: 26px;
	margin: 15px;
	text-align: center;
}
#goL,
#goR{
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 4px;
	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{
	background: url('../images/icon.png') 8px -142px no-repeat,#ccc;
}
#goR{
	background: url('../images/icon.png') -40px -142px no-repeat,#ccc;
}
#goL:hover,
#goR:hover{
	background-color: #0e4564;
}
#box{
	height: 260px;
	margin-top: 30px;
	overflow: hidden;
}
#box li{
	overflow: hidden;
	float: left;
	width: 235px;
	height: 260px;
	margin-right: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 -2px 10px 0 #ddd inset;
	box-shadow: 0 -2px 10px 0 #ddd inset;
	background: #fff;
}
#box li a{
	display: block;
}
#box li img{
	display: block;
	width: 235px;
	height: 210px;
}
#box li h1{
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding: 0 10px;
	-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 h1{
	background: #008aad;
	color: #fff;
}
#products .more{
	margin: 30px auto 0 auto;
}


/*others*/
#others{
	background: url('../images/banner2.jpg') center top no-repeat;
}
#others .w1000{
	height: 816px;
}
#others .left{
	height: 295px;
	width: 460px;
	padding-top: 115px;
}
#others .right{
	padding-left: 540px;
	width: 460px;
	padding-top: 65px;
}
#others .w1000 h2{
	font-size: 45px;
	line-height: 45px;
	color: #d8d8d8;
	font-family: Arial;
}
#others .w1000 h3{
	margin-bottom: 15px;
	width: 36px;
	line-height: 40px;
	font-size: 18px;
	color: #008aad;
	white-space: nowrap;
	border-bottom: 2px solid #008aad;
}
#others .w1000 p{
	font-size: 12px;
	color: #666;
	line-height: 24px;
}
#others .w1000 .more{
	margin-top: 20px;
}
#others .right h2,
#others .right h3,
#others .right p{
	color: #dfecf1;
	border-color: #dfecf1;
}
#others .right .more{
	color: #dfecf1;
}
#others .right .more:hover{
	background: #fff;
	color: #008aae;
}