@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style-type: none
}

* {
	margin: 0;
	padding: 0;
	list-style-type: none
}

a,
img {
	border: 0
}


.sliderbox {
	background: url(../images/index-bottom.jpg) no-repeat 0 -1px;
	width: 1200px;
	/* height: 200px; */
	overflow: hidden;
	padding: 50px 0 0;
	margin: 0 auto
}

.arrow-btn {
	margin: 35px 0 0;
	display: inline;
	background: url(../images/arrow-btn.png) no-repeat;
	width: 26px;
	height: 124px;
	overflow: hidden;
	cursor: pointer
}

#btn-left {
	float: left;
	margin-left: 12px;
	background-position: 0 0
}

#btn-left.dasabled {
	background-position: 0 -124px
}

#btn-right {
	float: right;
	margin-right: 6px;
	cursor: pointer;
	background-position: -26px 0
}

#btn-right.dasabled {
	background-position: -26px -124px
}

.slider {
	width: 900px;
	overflow: hidden;
	position: relative;
	float: left
}

.slider ul {
	display: flex;
	justify-content: space-around;
	/* position: absolute;
	left: 0;
	top: 32px;
	width: 1800px;
	height: 140px;
	list-style: none */
}

.slider li {
	float: left;
	width: 150px;
	/* height: 140px */
}

.slider a {
	display: block;
	text-decoration: none;
	color: #073a5e;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	margin-top: 24px
}

.slider img {
	width: 90px;
	display: inline-block !important
}
