*{
		padding: 0;
		margin: 0;
		
	}
	.carousel-box {
	/* width: 100%; */
    overflow: hidden;
    font-family: "Microsoft Yahei";
    /* float: left; */
    /* margin-top: 20px; */
    background: #F5F5F5;
    border: 1px solid rgba(230,230,230,1);
    padding: 12px 20px 6px;
    box-sizing: border-box;
}
.carousel {
	overflow:hidden;
	position:relative;
}
.carousel h2 {
	text-align:center;
	width: 100%;
	font:36px/40px "Microsoft Yahei";
	color:#fff;
	padding:42px 0;
	overflow: hidden;
}
.carousel h2 a {
	color:#fff;
	text-decoration:none;
}
.carousel-content{
	position: relative;
}
.carousel-content .carousel-wrap{
	overflow:hidden;
	position:relative;
	width: 100%;
	padding: 10px 0;
}
.carousel-content ul{
	width:1220%;
	position:relative;
	overflow:hidden;
	padding:0px;
	margin:0px;
	left:0px;
}
.carousel-content ul li {
	float:left;
	vertical-align: middle;
    margin-left:20px;
    list-style-type: none;
}
.carousel-content ul li img {
	/* width:183px;
	height:266px; */
	vertical-align: middle;
}
.carousel-p{
	text-align: center;
	margin-top: -30px;
	background: #A51E12;
	line-height: 30px;
	position: relative;
	height: 30px;
	color: #fff;
}
.libox{
	width: 216px; 
	height: 200px;
	border:1px solid rgba(216,216,216,1);
	transition: .5s;
	background: #FFFFFF;
}
.libox a{
	display: block; 
	position: relative;
	box-sizing: border-box; 
	width: 216px; 
	height: 200px;
}
.libox a img{
	position: absolute;
	width: 100%;
	/* height: 300px; */
	display: block;
	top: 0px;
	left: 0px;
	transition:.5s;
}
.libox a span{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	/* opacity: 0; */
	width: 100%;
	height: 60px;
	line-height: 18px;
	text-align: center;
	background: #FFFFFF;
	padding: 12px 20px 0;
	box-sizing: border-box;
	font-size:14px;
	font-family:'Microsoft YaHei';
	font-weight:400;
	color:#000000;
	transition:.5s;
}
.libox:hover a span{
	opacity: 1;
	background: #0089A5;
	color: #FFFFFF;
}
.libox:hover a img{
	top: 5px;
}
.libox:hover{
	/* border-color: #1C3174; */
}