/*切换图片*/
.box{
	margin: 0px auto;
	width: 1180px;
	height: 240px;
	position: relative;
}

.list{
	width: 1180px;
	height: 224px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -590px;
}

.btn{
	position: absolute;
	top: 50%;
	margin-top: -70px;
	width: 60px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: white;
	text-decoration: none;
	text-align: center;
	background: rgba(0,0,0,0.0);
	cursor: pointer;
	font-weight:bold;
}
.btn:hover{
	position: absolute;
	top: 50%;
	margin-top: -70px;
	width: 60px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: white;
	text-decoration: none;
	text-align: center;
	background: rgba(0,0,0,0.6);
	cursor: pointer;
	font-weight:bold;
}
.next{
	right: 0;
}

li img{
	width: 300px;
	height: 200px;
	border:1px solid #fff;
	float: left;
}
.p1{
	transform:translate3d(0px,0,0) scale(0.80);
	transform-origin:0 50%;
	opacity: 0.5;
}
.p2{
	transform:translate3d(205px,0,0) scale(0.90);
	transform-origin:0 50%;
	opacity: 0.7;
	z-index: 2;
}
.p3{
	transform:translate3d(440px,0,0) scale(1);
	z-index: 3;
	opacity: 1;
}
.p4{
	transform:translate3d(705px,0,0) scale(0.90);
	transform-origin:0% 50%;
	opacity: 0.7;
	z-index: 2;
}
.p5{
	transform:translate3d(940px,0,0) scale(0.80);
	transform-origin:0 50%;
	opacity: 0.5;
}
.p6{
	transform:translate3d(1200px,0,0) scale(0.70);
}
.p7{
	transform:translate3d(1400px,0,0) scale(0.70);
}

.buttons{
	position: absolute;
	width: 1180px;
	height: 30px;
	bottom: 0;
	left: 50%;
	margin-left: -590px;
	text-align: center;
	padding-top: 10px;
}
.buttons a{
	display: inline-block;
	width: 25px;
	height: 5px;
	padding-top: 4px;
	cursor: pointer;
}
span1{
	display: block;
	width: 25px;
	height: 2px;
	background: #c8c8c8;
}
.blue{
	background: #288cd8;
}
.tp_bg{position: absolute; margin:174px 1px 0px; width:300px; height:26px; background:#333; opacity:0.7; z-index:100;}
.tp_tit{width:100%; position: absolute; margin:180px auto 0px; text-align:center; color:#fff; z-index:101;  font-size:14px; color:#fff; font-size:14px;}
.tp_tit a{color:#fff; font-size:14px;}

.dbft_bg{position:absolute; top:0; left:0;}
.dbft_tit{font-size:20px; color:#fff; position:absolute; top:8px; z-index:100;}