@charset "utf-8";
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
}
.sliderbox {
	width: 1330px;
	height: 338px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.arrow-btn {
	display: inline;
	width: 42px;
	height: 42px;
	overflow: hidden;
	cursor: pointer;
	margin-top: 150px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(jt_l.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0665b6;
}
#btn-left {
	float: left;
	margin-left: 0px;
	background-position: 0 0;
	margin-right: 15px;
}
#btn-left.dasabled {
	background-color: #CCC;
}
#btn-right {
	float: right;
	cursor: pointer;
	background-color: #0665b6;
	background-image: url(jt_r.png);
}
#btn-right.dasabled {
	background-color: #CCC;
}

@media screen and (max-width: 1200px) {
   .sliderbox {
	    width:1200px;  
	}
	.arrow-btn{ display:none}
}
.slider {
	width: 1216px;
	overflow: hidden;
	position: relative;
	height: 338px;
	float: left;
}
.slider ul {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1800px;
	height: 338px;
	list-style: none;
}
.slider li {
	float: left;
	width: 304px;
	height: 338px;
	position: relative;
}
.slider li h3 {
	font-size: 20px;
	height: 50px;
	width: 281px;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	font-weight: normal;
	position: absolute;
	left: 11px;
	bottom: 0;
	z-index: 10;
	background-image: url(bt.png);

}
.slider li h3:hover {
}
.slider a {
	display:block;
	text-decoration:none;
	color:#073a5e;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
}
.slider img {
	width: 281px;
	display: inline-block!important;
	height: 338px
}
