﻿
.flexslider {
	margin: 0px auto 20px;
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../res/imgs/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;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.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: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	/*background: url(../res/imgs/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;*/
	width:15px;height:15px;border-radius:20px;color:#333;display:inline-block;border:1px solid #fff;background:#fff;text-align:center;line-height:17px;margin:0 3px;margin-top:9px;cursor:pointer;font-weight:normal;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	/*background-position: 0 0;*/
	background:#6d112b;color:#fff;border:1px solid #6d112b;
}
.flexslider .slides a img {
	width: 100%;
	height: 500px;
	display: block;
}
.background-photo-zdt-1 {
	background:url(../res/photos/zdt-001.jpg) no-repeat center ;
}
.background-photo-zdt-2 {
	background:url(../res/photos/zdt-002.jpg) no-repeat center;
}
.background-photo-zdt-3 {
	background:url(../res/photos/zdt-003.jpg) no-repeat center;
}
 .background-photo-zdt-4 {
	background:url(../res/photos/zdt-004.jpg) no-repeat center;
}

.wrap {width:100%;height:100%;position:relative;overflow:hidden;float:left;}
.slidebox {width:100%;position:absolute;top:0;left:0;height:100%;}
.slidebox li {float:left;width:1200px;height:300px;left:0;top:0;}
.slidebox li img {display:block;width:100%;height:100%;cursor:pointer;}

.dot {position:absolute;width:100%;height:30px;background:rgba(0,0,0,0.3);text-align:right;bottom:0;left:0;z-index:1}
.dot p {margin-right:10px;}
.dot b {width:10px;height:10px;border-radius:20px;color:#333;display:inline-block;border:1px solid #fff;background:#fff;text-align:center;line-height:17px;margin:0 3px;margin-top:9px;cursor:pointer;font-weight:normal;}
.dot .cur {background:#6d112b;color:#fff;border:1px solid #6d112b;}

.slidetext {width:85%;position:absolute;bottom:0;left:0;height:30px;z-index:2;}
.slidetext li {float:left;width:100%;height:30px;left:0;top:0;}
.slidetext li a{display:block;width:100%;height:30px;font-size:16px;margin-left:10px;color:#ffffff;margin-top:3px;cursor:pointer;text-decoration:none;}
	.slidetext li a:hover {
	text-decoration:underline;
	}