.slider {
	width:100%;
	min-width:1200px;
	height:500px;
	position:relative;
	overflow:hidden;
	background:#fff;
	text-align:center;
}
.slider .bd {
	width:2000px;
	position:absolute;
	left:50%;
	margin-left:-1000px
}
.slider .bd li {
	width:2000px;
	overflow:hidden;
}
.slider .bd li img {
	display:block;
	width:2000px;
	height:500px;
}
.slider .tempWrap {
	overflow:visible !important
}
.slider .tempWrap ul {
	margin-left:-2000px !important;
}
.slider .hd {
	position:absolute;
	width:100%;
	left:0;
	z-index:1;
	height:8px;
	bottom:20px;
	text-align:center;
}
.slider .hd li {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:13px;
	height:13px;
	line-height:99px;
	overflow:hidden;
	background-color:#9dd1d9;
	margin:0 5px;
	cursor:pointer;
	/*filter:alpha(opacity=60);
	opacity:0.3;*/
}
.slider .hd li.on {
	background-position:0 0;
	background-color: #3dbed7;
	/*filter:alpha(opacity=100);
	opacity:1;*/
}
.slider .pnBtn {
	position:absolute;
	z-index:1;
	top:0;
	width:100%;
	height:500px;
	cursor:pointer;
}
.slider .prev {
	left:-50%;
	margin-left:-1200px;
}
.slider .next {
	left:50%;
	margin-left:1200px;
}
.slider .pnBtn .blackBg {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:500px;
	background:#111;
	filter:alpha(opacity=50);
	opacity:0.1;
}
.slider .pnBtn .arrow {
	display:none;
	position:absolute;
	top:0;
	z-index:1000000;
	width:60px;
	height:500px;
}
.slider .pnBtn .arrow:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.slider .prev .arrow {
	right:-500px;
	background:url("./images/slider-arrow.png") -120px 85px no-repeat;
}
.slider .next .arrow {
	left:-500px;
	background:url("./images/slider-arrow.png") 0 85px no-repeat;
}





.main-carousel{height:578px; padding:0;}
.main-carousel li{height:578px; background-size:cover; background-position:center top;}
.main-carousel li .copy_area{width:100%;text-align:center;position:relative;margin:0 auto;color:#FFF;padding:170px 0 0 0px}
.main-carousel li .copy_area h2{font-size:90px;font-weight:100;line-height:87px; text-align:center; letter-spacing:7px; font-family: 'Julius Sans One', sans-serif; font-weight:lighter}
.main-carousel li .copy_area h3{font-size:18px;font-weight:200;line-height:25px;text-align:center;margin:30px 0 40px 0;}
.main-carousel li .copy_area h4{font-size:14px;font-weight:600;text-align:center;border:1px solid #fff;display:inline-block;}
.main-carousel li .copy_area h4 a{color:#fff;padding:10px 40px;display:block;}

.main-carousel .owl-controls .owl-dots{position:absolute;width:100%; text-align:center; margin:0 auto; top:435px;/*padding-left:10px*/}
.main-carousel .owl-controls .owl-dots .owl-dot{background:rgba(255, 255, 255, 0.5);width:30px;height:5px;display:inline-block;margin-left:10px}
.main-carousel .owl-controls .owl-dots .owl-dot.active{background:rgba(255, 255, 255, 1)}

.main-carousel .owl-controls .owl-nav{position:absolute;width:100%;top:250px}
.main-carousel .owl-controls .owl-nav .owl-prev{width:80px;height:80px;background:url(/images/btn_banner_prev.png) no-repeat;text-indent:-9999px;position:absolute;left:0}
.main-carousel .owl-controls .owl-nav .owl-next{width:80px;height:80px;background:url(/images/btn_banner_next.png) no-repeat;text-indent:-9999px;position:absolute;right:0}
br.main_br{display:none;}






