
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
}

.slide-content {
	/*padding-top: 100px;
	padding-bottom: 100px;*/
	width: 100%;
	
	
}
.slide-title {
	width: 100%;
	margin-bottom: 20px;
}
.slide-title a {
	text-decoration: none;
    text-align: center;
    display: block;
}
.slide-title a img {
	width: 206px;
    /*height: 100px;*/
}
.slide-links {
	margin-top: 20px;
	text-align: center;
}
.slide-links a {
	color: #ffffff;
	display: inline-block;
	/*margin-bottom: 0;*/
	font-size: 16px;
	font-weight: normal;
	/*line-height: 1.428571429;*/
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    background-color: #c3a43c;
    color: #ffffff;
	padding: 15px 30px;
	border-radius: 10px;
	text-decoration: none;
}
.slide-links a:hover {
	background: #b1893d;
    color: #fff;
}
.slide-item-body ul li {

	float: left;
	display: block;
	width: 285px;
	height: 385px;
	/*padding-top: 42px;
	margin-bottom: 30px;*/
	border: none;
	border-radius: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: inherit;
	padding-top: 0;
	border-radius: 0;
	background-color: #f5f5f5;
	color: #000;
	z-index: 10002;
}
.slide-item-body ul li a {
		width: 285px;
	height: 385px;
	display: block;
	box-shadow: 0 5px 10px 1px rgba(49, 49, 49, 0.2);
	text-decoration: none;
}
.new-img{	width: 285px;
	height: 385px;
	overflow: hidden;
	}
.new-img img {
		/*width: 285px;*/
	height: 385px;
	border: none;
	display: block;
}
.slide-item {
	/*width: 870px;*/
	width: 100%;
	position: relative;
	/*margin: 0 auto;*//* overflow: hidden; */
}
.slide-item-box {
	/*padding: 50px 0;*/
	/*padding-bottom: 20px;*/
}
.new-body {
	/*padding: 20px 20px 40px 20px;*/
	padding: 15px 0;
}
.new-body-title {
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	color: #616161;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
}
/*.new-body-text {
	padding-top: 20px;
	height: 92px;
	min-height: 50px;
	line-height: 18px;
	font-size: 12px;
	color: #919191;
	overflow: hidden;
}*/
.slide-item-body {
	/* padding-top:20px; */
	/*margin-left: -70px;*/
}
.slide-item-body ul li {
	margin-left: 15px;
	margin-right: 15px;
	/*padding-top: 20px;*/
}
.slide-item-body .tempWrap {
	/*padding-top: 20px;*/
	/*background: #f5f5f5;*/
	margin: 0 auto;
}
.slide-item-body ul {
	padding-top: 10px;
	overflow: visible;
}
.slide-item-body ul li:hover {
	-ms-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	z-index: 1002;
	position: relative;
	left: 0;
}
.next {
	position: absolute;
	top: 45%;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 60px;
	-webkit-background-size: 60px;
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	right: auto;
	left: 0px;
	height: 60px;
	width: 65px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.next-bg {
	background-image: url("../images/btn-fl1.png");
}
.next:hover {
	background-image: url("../images/btn-fl2.png");
}
.prev {
	position: absolute;
	top: 45%;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 60px;
	-webkit-background-size: 60px;
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
	right: 0px;
	height: 60px;
	width: 65px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.prev-bg {
	background-image: url("../images/btn-fr1.png");
}
.prev-bg:hover {
	background-image: url("../images/btn-fr2.png");
}
