@charset "utf-8";

/* 代码整理：懒人之家 */

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a,
img {
	border: 0;
}

.mar_pro{
	margin-top:258px;
}

.fuwu_box{
	width: 100%;
	height:200px;
	position: absolute;
	left:-100%;
	
}

.fudh{
	animation: fuwu 2s forwards;
}

@keyframes fuwu{
	0%{
		left:-100%;
	}
	50%{
		left:0;
	}
	70%{
		left:-2%;
	}
	100%{
		left:0%;
	}
}

.sliderbox {
	background: url(../images/index-bottom.jpg) no-repeat 0 -1px;
	width: 988px;
	height: 200px;
	margin: 20px auto;
	
}

.arrow-btn {
	margin: 35px 0 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: left;
	margin-right: 6px;
	cursor: pointer;
	background-position: -26px 0;
}

#btn-right.dasabled {
	background-position: -26px -124px;
}

.slider {
	width: 900px;
	overflow: hidden;
	position: relative;
	height: 166px;
	float: left;
	padding-bottom: 20px;
}

.slider ul {
	position: absolute;
	left: 0px;
	top: 32px;
	width: 1800px;
	height: 140px;
	list-style: none;
}

.slider li {
	float: left;
	width: 230px;
	height: 140px;
}

.slider li div {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.slider a {
	display: block;
	text-decoration: none;
	color: #073a5e;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 24px;
}

.slider img {
	width: 100px;
	display: inline-block!important;
	transition: 0.4s;
	border-radius:50%;
}

.slider img:hover{
	transform: rotate(360deg)  scale(1.2);
	box-shadow: 0 0 10px #666;
}

@media only screen and (min-width: 960px) and (max-width: 1150px) {
	.sliderbox {
		width: 750px;
	}
	.slider {
		width: 675px;
		height:200px
	}
	.slider li {
		float: left;
		width: 174px;
		height: 140px;
	}
	.showbox {
		width: 770px;
	}
	.slider div{
		font-size: 30px;
	}
	.show {
		width: 695px;
	}
	.show li {
		float: left;
		width: 174px;
		height: 140px;
	}
	.show_cla {
		width: 164px;
		height: 190px;
		background: #fff;
		margin: 0 auto;
	}
	.show_cla img {
		width: 150px;
		height: 108px;
		margin-top: 10px;
	}
	.show_cla div {
		font-size: 26px;
		margin-top: 20px;
	}
}

@media only screen and (min-width: 500px) and (max-width: 959px) {
	.sliderbox {
		width: 600px;
	}
	.slider {
		width: 500px;
	}
	.slider li {
		float: left;
		width: 125px;
		height: 140px;
	}
	.showbox {
		width: 600px;
	}
	.show {
		width: 520px;
	}
	.show li {
		float: left;
		width: 130px;
		height: 140px;
	}
	.show_cla {
		width: 128px;
		height: 190px;
		background: #fff;
		margin: 0 auto;
	}
	.show_cla img {
		width: 110px;
		height: 108px;
		margin-top: 10px;
	}
	.show_cla div {
		font-size: 18px;
		margin-top: 20px;
	}
}