@charset "utf-8";
/***************www.dadaojt.com*****************/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.style3 .carousel_box .slides {
	border: none;
}
.flexslider {
	width: 100%;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.flexslider {
	position: relative;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
/* Direction Nav */
.flex-next {
	right: 10px;
	background: url(../images/index-left.png) no-repeat right top;
	position: absolute;
	top: 47%;
	cursor: pointer;
	width: 43px;
	height: 58px;
	z-index: 9999;
	transition: all ease 0.35s;
	opacity: 0
}
.flex-prev {
	left: 10px;
	background: url(../images/index-left.png) no-repeat left top;
	position: absolute;
	top: 47%;
	cursor: pointer;
	width: 43px;
	height: 58px;
	z-index: 9999;
	transition: all ease 0.35s;
	opacity: 0
}
.flexslider:hover .flex-next, .flexslider:hover .flex-prev {
	opacity: 1;
}
.flex-direction-nav .disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: auto;
	position: absolute;
	bottom: 20px;
	left: 49%;
	display: none
}
.slideleft .flex-control-nav {
	right: 10px;
	margin-left: 0px;
}
.style3 .flex-control-nav {
	width: 100%;
	position: relative;
	margin: 15px 0 15px 0;
	text-align: center;
}
.carousel_box .flex-control-nav {
	width: 100%;
	position: relative;
	margin: 15px 0 5px 0;
	text-align: center;/*	width: auto;
	position: absolute;
	margin:10px 0;
	right: 10px;*/
}
.flex-control-nav li {
	float: left;
	margin: 0 2px
}
.flex-control-paging li a {
	width: 30px;
	height: 5px;
	cursor: pointer;
	text-indent: 9999999px;
	background: #ddd;
	display: block;
}
.flex-control-paging li a:hover {
	background-color: #000;
}
.flex-control-paging li a.flex-active {
	height: 5px;
	background-color: #000;
	cursor: pointer;
}

@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
	width: 20px;
	height: 27px;
	background-position: -12px center
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
	width: 20px;
	height: 27px;
	background-position: -53px center
}
}
