@charset "utf-8";
.slides_list {
	width: 100%;
	overflow: auto;
}
.ol {
	margin-top: 0.5%;
}
.ol div:nth-child(1) {
	width: 33%;
}
.opp div:nth-child(1) {
	width: 66.5%;
}
.opp div:nth-child(2) {
	width: 33% !important;
	margin-right: 0px !important;
}
.ol div:nth-child(2) {
	width: 66.5%;
	margin-right: 0px !important;
}
.slides_list div {
	float: left;
	width: 33%;
	margin-right: 0.5%;
	position: relative;
	overflow: hidden;
	height: auto;
}
.slides_list div:hover .hytitle:after {
	right: 15px;
}
.ts .iol {
	display: none;
}
.ts .iol:after {
	display: none;
}
.slides_list div:hover .hytitle {
	background: -webkit-linear-gradient(left, rgba(36, 112, 212, 1), rgba(62, 142, 247, 1));
	color: #fff;
}
.slides_list div:hover img {
	transform: scale(1.1);
}
.slides_list div:nth-child(3) {
	margin-right: 0px;
}
.slides_list img {
	width: 100%;
	cursor: pointer;
	transition: all 0.9s;
}
.hytitle {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 50px;
	background: rgba(0, 0, 0, 0.52);
	line-height: 50px;
	left: 0px;
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	transition: 0.5s all;
}
.hytitle:after {
	content: "";
	width: 21px;
	transition: all 0.9s;
	height: 21px;
	background: url(../img/zuo.png) no-repeat center center;
	top: 15px;
	right: 20px;
	position: absolute;
}
.flexslider {
	margin: 25px auto 0px auto;
	position: relative;
	max-width: 1260px;
	height: auto;
	padding: 0 20px;
	overflow: unset;
	zoom: 1
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease
}
.flexslider .slides {
	zoom: 1;
	overflow: auto;
}
.flex-direction-nav a {
	width: 40px;
	height: 60px;
	line-height: 99em;
	overflow: hidden;
	margin: -60px 0 0;
	display: block;
	background: url(../img/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease
}
.flex-direction-nav .flex-next {
	background-position: 0 -60px;
	right: -50px;
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flexslider:hover .flex-next {
	opacity: .8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: .8;
	filter: alpha(opacity=25)
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50)
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -36px;
	text-align: center;
	background:#fafafc;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline
}
.flex-control-paging li a {
	background: url(../img/dot.png) no-repeat 0 -8px;
	display: block;
	height: 2px;
	overflow: hidden;
	text-indent: -99em;
	width: 69px;
	cursor: pointer
}
.flex-control-paging li a.flex-active {
	background-position: 0 0
}
