@charset "utf-8";
/* CSS Document */

/*
 * 公共样式 ch0.0.1
 * 2016-07-29
*/

.cpic_Box{
	width:1200px;
	margin:50px auto;
	position:relative;
	overflow:hidden;
	
}

.cpic_Box ul{
	width:10000px;
	position:relative;
}
.cpic_Box ul li{
	width:285px;
	margin-right:20px;
	float:left;
	position:relative;
	background:#f1f1f1;
}
.cpic_Box ul li img{
	opacity:0;
	display:block;
	width:100%;
	min-height:100%;
	_height:100%;
	transition:opacity .2s ease-in .25s;
}
.cpic_Box ul li.load img{
	opacity: 1;
}
.cpic_Box .clb_Btn{
	width:44px;
	height:44px;
	position:absolute;
	top:50%;
	margin-top:-52px;
	z-index:30;
	cursor:pointer;
}
.cpic_Box .clb_BtnR{
	right:5px;
	background:url(../images/r_btn.png) no-repeat center center;
}
.cpic_Box .clb_BtnL{
	left:5px;
	background:url(../images/l_btn.png) no-repeat center center;
}
.cpic_Box .clb_Jd{
	width:100%;
	text-align:center;
	height:20px;
	margin-top:20px;
}
.cpic_Box .clb_Jd span{
	display:inline-block;
	width:12px;
	height:12px;
	background:#999;
	border-radius:50%;
	cursor:pointer;
	margin:0 6px;
}
.cpic_Box .clb_Jd span.on{
	background:#f60;
}


.cpic_Box1{
	width:200px
}
.cpic_Box1 ul li{
	margin-right:0px;
}

.cpic_Box3{
	width:640px
}

.cpic_Box4{
	width:860px
}

