@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}

/* slider-container */
.slider-container{height:609px;overflow:hidden;position:relative}
.main-slider{width:100%;height:100%;position:relative;overflow:hidden}
.slide-item{min-width:1150px;width:100%;position:absolute;left:0;top:0;
	display:none;
	height:609px; 
}
.slide-item:first-child{display: block;}
.slide-cont{font-size: 14px;color: #fff;line-height: 25px;width: 586px;height: 140px;padding: 30px 47px;
	background: rgba(0,87,112,0.8);margin-top: 140px;position: relative;margin-bottom: 150px;
}
.slide-cont #more{bottom: -55px;top: auto;right: auto;left: 50%;margin-left: -29px;background-position: 0 0px;}
.slide-cont .h1{font-size:65px;color:#cbd58e;margin:10px 0 20px 0;}
.slide-cont .h1 span{font-size:25px;color: #fff;}


.thumbsDiv{position:absolute;left:0;bottom:0px;z-index:4;width:100%;
	background: rgba(0,0,0,0.5);height: 70px;display: none;
}
.thumbs{z-index:4;width:1150px;height:100px;margin:0 auto;padding:0;}
.thumbs li{float:left;list-style:none;position:relative;width: 19%; height:70px;
	margin-right: 1%;background: #45af00;
}
.thumbs li img{width: 100%;height: 100%;opacity: 0.6;-moz-opacity:0.6;
	filter:alpha(opacity=60); }
.thumbs li.curr img,.thumbs li:hover img{cursor:pointer;background: #fff100;
	opacity: 0.5;-moz-opacity:0.5;filter: alpha(opacity=50);
}
.thumbs li.curr,.thumbs li:hover{cursor:pointer;background: #fff100;}

.thumbs li.curr .jt,.thumbs li:hover .jt{display: block;
}

.thumbs li .jt{
	position: absolute;
    bottom: 0;
    left: 50%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFFFFF;
    margin-left: -4px;
    z-index: 1;
    display: none;
}