@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: 1300px;
	height: 280px;
	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: 80px;
	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: #114d93;
}
#btn-left {
	float: left;
	margin-left: 0px;
	background-position: 0 0;
	margin-right: 10px;
}
#btn-left.dasabled {
	background-color: #CCC;
}
#btn-right {
	float: right;
	cursor: pointer;
	background-color: #114d93;
	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: 1200px;
	overflow: hidden;
	position: relative;
	height: 280px;
	float: left;
}
.slider ul {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1800px;
	height: 280px;
	list-style: none;
}
.slider li {
	float: left;
	width: 300px;
	height: 260px;
}
.slider li h3 {
	font-size: 16px;
	background-color: #004485;
	height: 40px;
	width: 266px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
}
.slider li h3:hover {
	background-color: #0760B5;
}
.slider a {
	display:block;
	text-decoration:none;
	color:#073a5e;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
}
.slider img {
	width:266px;
	display:inline-block!important;
	height:176px
}
