@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());
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	width: 0;
	height: 0;
	clear: both;
	content: "";
	display: table;
}

.cpic_Box {
	width: 380px;
	margin: 35px auto;
	position: relative;
	overflow: hidden;
}

.cpic_Box ul {
	width: 10000px;
	position: relative;
}

.cpic_Box ul li {
	width: 380px;
	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: 380px
}

.cpic_Box1 ul li {
	margin-right: 0px;
}

.cpic_Box3 {
	width: 640px
}

.cpic_Box4 {
	width: 860px
}