@charset "utf-8";
/* CSS Document */

/*
 * 公共样式 ch0.0.1
 * 2016-07-29
*/
*{margin:0;padding:0;font-family:"微软雅黑";}
body,html{font:14px/1.5 Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
img{margin:0px;border:0px;} ul,li,ol{list-style:none;} 
a{text-decoration:none;outline:none;blr:expression(this.onFous=this.blur());}



.clb_Box{
	width:100%;
	height:700px;
	position:relative;
	overflow:hidden;
	background:#f1f1f1;
}
.clb_Box ul{
	position:relative;
}
.clb_Box ul,.clb_Box ul li{
	width:100%;
	height:100%;
	overflow:hidden;
}
.clb_Box ul li {
	position:absolute;
	left:0px;
	top:0px;
}
.clb_Box ul li a{
	display:block;
	width:100%;
	height:100%;
}
.clb_Box ul li img{
	left:50%;
	margin-left:-960px;
	position:relative;
}
.clb_Box .clb_Btn{
	width:36px;
	height:70px;
	position:absolute;
	top:50%;
	margin-top:-22px;
	z-index:30;
	cursor:pointer;
}
.clb_Box .clb_BtnR{
	right:50px;
	background:url(../images/r_btn.png) no-repeat center center;
}
.clb_Box .clb_BtnR:hover{background:url(../images/r_btn1.png) no-repeat center center;transition:all ease 0.3s;}
.clb_Box .clb_BtnL{
	left:50px;
	background:url(../images/l_btn.png) no-repeat center center;
}
.clb_Box .clb_BtnL:hover{ background:url(../images/l_btn1.png) no-repeat center center; transition:all ease .3s;}
.clb_Box .clb_Jd{
	width:100%;
	text-align:center;
	position:absolute;
	height:12px;
	left:0px;
	bottom:20px;
	z-index:30;
}
.clb_Box .clb_Jd span{
	display:inline-block;
	width:30px;
	height:6px;
	background:#999;
	
	cursor:pointer;
	margin:0 6px;
}
.clb_Box .clb_Jd span.on{
	background:#5096d2;
}
.clb_Box .clb_Jz{
	position: absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0;
	background:url(../images/load.gif) no-repeat center center;
}