@import url(font-awesome.css);
@import url(common.css);
@import url(header.css);
@import url(footer.css);
.slideItem{
	width: 100%;
	height: 498px;
	position: absolute;
	overflow: hidden;
	background-position: center 0;
}
.loadingImg{
    background: url("../images/logo-small.fw.png") no-repeat center center;
}
.slidePic{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 498px;
}
.ad-txt{
	width: 366px;
	float: right;
	height: 378px;
	color: #fff;
	padding: 120px 150px 0 34px;
	background: rgba(0,0,0,0.6);
	*background:#000;
	filter:alpha(opacity:60);
}
.slideControl{

}
.slideControl li{
	list-style: none;
	text-align: center;
	width: 100%;
	z-index: 3;
    height: 66px;
}
.slideControl li a{
    display: none;
	color: #fff;
	cursor: pointer;
    transition:margin-top .4s;
    width: 100%;
    height: 60px;
    margin: 19px auto;
}
.slideControl li.slideNext:hover{
    background-image: -moz-linear-gradient(90deg,rgba(100,100,100,0.5),rgba(0,0,0,0));
    background-image: -webkit-linear-gradient(90deg,rgba(100,100,100,0.5),rgba(0,0,0,0));
}
.slideControl li.slidePrev:hover{
    background-image: -moz-linear-gradient(270deg,rgba(100,100,100,0.5),rgba(0,0,0,0));
    background-image: -webkit-linear-gradient(270deg,rgba(100,100,100,0.5),rgba(0,0,0,0));
}
.slideControl li:hover a{
    display: block;
}
.slideControl li.slideNext{
	position: absolute;
	top: 432px;
	right: 0;
}
.slideControl li.slideNext a{
    background: url("../images/down.fw.png") no-repeat center 0;
}
.slideControl li.slidePrev a{
    background: url("../images/up.fw.png") no-repeat center 0;

}
.slideControl li.slidePrev{
	position: absolute;
	top: 0;
	right: 0;
}
.news{
	margin-top: 498px;
	background: #f9f9f9;
	border-bottom: 1px solid #aaa;
	overflow: hidden;
	padding: 6px 0;
}
.news .labelName{
	float: left;
	color: #b90000;
}
.newsList{
	width: 50%;
	overflow: hidden;
}
.news-list{
	float: left;
	list-style: none;
}
a.blue-link{
	color: #1A7ECA;
}
.separate {
	height: 5px;
	background: url(../images/sperator-bk.png) repeat-x;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
}
.slideWin{
	height: 498px;
	overflow: hidden;
}
.slideList{
	display: block;
	height: 498px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.scheme{
	margin: 50px auto;
	height: 400px;
}
.scheme-item{
	width: 380px;
	height: 190px;
	cursor: pointer;
}
.scheme-center{
	position: absolute;
	top: 0;
	left: 400px;
	width: 400px;
	height: 400px;
}
.scheme-shade{
	background: rgba(0,0,0,0.7);
	*background:#000;
	filter:alpha(opacity:70);
	height: 50px;
	margin-top: 140px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.scheme-shade button{
	filter:alpha(opacity:100);
}
.scheme-center .scheme-shade{
	margin-top: 350px;
}
.scheme-title{
	text-align: left;
	padding-left: 20px;
	color: #fff;
    height: 50px;
    line-height: 50px;
	filter:none;
}
.scheme-dec{
	color: #fff;
	text-align: left;
	padding: 0 40px;
	filter:none;
}
.slideBtnList{
	display: block;
	position: absolute;
	z-index: 3;
	list-style: none;
	padding: 2px;
    top: 460px;
	filter:none;
}
.slideBtn{
	width: 12px;
	height: 12px;
	border:none;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transition:background .4s;
    float: left;
    margin-right: 12px;
	filter:none;
}
.slideBtn.active{
	background: #b90000;
	filter:none;
}
.slideBtn.active:hover{
	background: #b90000;
	filter:none;
}
.slideBtn:hover{
	background: #aaa;
	filter:none;
}
.cus-title{
	width: 750px;
	margin: 0 auto;
	background: url(../images/customers-title.jpg);
	height: 60px;
    line-height: 60px;
    text-align: center;
}
.cus-dec{
	text-align: center;
	color: #666;
}
.cus-box{
	width: 1100px;
	margin: 35px auto 120px;
	position: relative;
	padding: 0;
}
.cus-list{
	overflow: hidden;
	list-style: none;
}
.cus-list li{
	float: left;
	width: 219px;
	height: 118px;
	border:1px solid #f2f2f2;
}
.cus-list li img{
	width: 219px;
	height: 118px;
	display: block;
	border: none;
	outline: none;
}
.sch-title{
	width: 750px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/scheme-title.jpg);
    line-height: 60px;
    text-align: center;
}
.sch-dec{
	text-align: center;
	color: #666;
}
.sch{
	margin-top: 40px;
}