@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	font-family: "微软雅黑", "宋体";
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #C00;
	text-decoration: underline
}

/* slide */
.slide,
.slide li {
	width: 100%;
	height: 300px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}

.slide {
	overflow: hidden;
	position: relative;
	margin: 40px auto 0 auto;
}

.slide li {
	position: absolute;
	overflow: hidden;
	display: none;
}

.slide li.current {
	display: block;
}

.slide li .image {
	position: absolute;
	top: -2px;
	left: -2px;
}

.slide li .text {
	bottom: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	width: 148px;
	float: right;
	position: relative;
	height: auto;
	background: 0;
	filter: none;
	text-indent: 0;
	margin: 15px 10px 0 0;
	padding: 6px 0;
}

.slide li .text a {
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	float: left;
}

.slide li img {
	width: 100%;
	height: 232px;
}

.slide li .text .title a {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	font-family: "微软雅黑", "宋体";
	line-height: 22px;
	text-indent: 0;
	float: none;
}

.slide li .text p {
	color: #888;
	font-size: 12px;
	text-indent: 0;
	clear: both;
	line-height: 20px;
	margin-top: 4px;
}

.slide .triggers {
	position: absolute;
	z-index: 1;
	width: 100%;
	text-align: center;
	margin: auto;
	bottom: 5px;
	height: 38px;
	right: 0;
	left: 0;
	padding: 0 0 0px;
	
}

.slide .triggers a {
	font-size: 11px;
	line-height: 35px;
	color: #000;
	overflow: hidden;
	-webkit-text-size-adjust: none;
	float: none;
	width: 35px;
	height: 35px;
	text-align: center;
	display: inline-block;
	background: 0;
	border-radius: 30px;
	margin: auto;
	margin-left: 14px;
	margin-right: 10px;
	
}

.slide .triggers a:hover {
	text-decoration: none;
}

.slide .triggers a span {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	opacity: .4;
	background-color: #F0F0F0;
	padding: 8px;
	border-radius: 50px;
	
}

.slide .triggers a.current span {
	solid;
	opacity: 1;
	background: -webkit-linear-gradient(left, #9FCDFF, #ffffff);
	box-shadow: 0px 10px 20px rgba(159, 205, 255, 0.8);
}

.slide .icon-dot {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	right: 43px;
}

.slide .icon-dot a {
	width: 9px;
	height: 9px;
	display: inline-block;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: -1px -1px;
	overflow: hidden;
	margin: 0 2px;
}

.slide .icon-dot a.current {
	background-position: -1px -12px;
}

.slide .link-watch {
	width: 30px;
	height: 44px;
	display: none;
	position: absolute;
	top: 110px;
	background: url(../images/arrow.png) no-repeat 0 -57px;
	filter: alpha(opacity=60);
	cursor: pointer;
}

.slide .link-watch.pre {
	left: 0;
}

.slide .link-watch.next {
	left: 368px;
	right: 0;
	background-position: right -57px;
}

.slide .link-watch.down {
	background-position-y: -2px;
}
