/* 公共样式表css */
html, body {
	color: #333;
	margin: 0;
	height: 100%;
	font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	border: 0;
}
body {
	background: #f5f5f5;
	color: #666;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #08acee;
}
button {
	outline: 0;
}
img {
	border: 0;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}
li {
	list-style: none;
}
a {
	color: #666;
}
a:hover {
	color: #eee;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
}
/* 必要布局样式css */
.slide-content {
	width:100%;
	height:100%;
}
.slide-title {
	font-size: 48px;
	color: #313131;
	letter-spacing: 5px;
	line-height: 1;
	text-align: center;
}
.slide-links {
	margin-top: 0;
	text-align: center;
}
.slide-links a {
	background-color: #20b573;
	color: #ffffff;
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	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: #20b573;
	color: #ffffff;
	padding: 15px 30px;
	border-radius: 2px;
}
.slide-links a:hover {
	background: #188a57;
	color: #fff;
}
.slide-item-body ul li {
	width: 300px;
	float: left;
	display: block;
	height: 200px;
	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;
	padding-top: 0;
	border-radius: 0;
	background-color: #ffffff;
	color: #000;
	z-index: 10002;
	padding:0px 10px;
	box-sizing:border-box;
}
.swiper-slide>img{
	height:170px;
	width:100%;
}
.swiper-slide>.title{
	height:30px;
	line-height:30px;
	text-align:center;
}
.slide-item-body ul li a {
	display: block;
}
.new-img img {
	width: 100%;
	height: auto;
	border: none;
	display: block;
}
.slide-item {
	width: 100%;
	position: relative;
	margin: 0 auto;/* overflow: hidden; */
}
.slide-item-box {
	height:100%;
	width:100%;
	position:relative;
}
.new-body {
	padding: 20px 20px 40px 20px;
}
.new-body-title {
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	color: #616161;
	letter-spacing: 1px;
	font-weight: 600;
}
.new-body-text {
	padding-top: 20px;
	height: 92px;
	min-height: 50px;
	line-height: 18px;
	font-size: 12px;
	color: #919191;
	overflow: hidden;
}
.slide-item-body {
	height:100%;
	width:100%;
}

.slide-item-body ul li>a{
	height:220px;
	width:280px;
	margin:10px;
	text-align:center;
	line-height:200px;
	padding:10px;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	background-color:#f5f5f5;
}
.slide-item-body ul li>a:hover>.module{
	opacity:1;
}
.slide-item-body ul li>a>.module{
	background: linear-gradient(to left top,#11998e,#38ef7d);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s linear;
	z-index:10;
}
.slide-item-body ul li>a>.module>.module-title{
	height:50px;
	line-height:50px;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	overflow:hidden;
	 text-overflow: ellipsis;
    white-space: nowrap;
	padding:0px 20px;
	margin-top:30px;
}
.slide-item-body ul li>a>.module>.module-description{
	padding:0px 30px;
	 display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;
	height:60px;
	line-height:30px;
	font-size:14px;
	color:#f5f5f5;
	margin-top:20px;
}
.slide-item-body ul li>a>img{
	max-height:100%;
	max-width:100%;
	height:auto;
	width:auto;
	vertical-align: middle;
	    transition: all 0.4s linear;
}
.slide-item-body ul li>a:hover>img{
	    opacity: 0;
    transform: scale(3);
}
.slide-item-body .tempWrap {
	background: #ffffff;
}
.next {
	position: absolute;
	top: 49%;
	z-index: 1000000;
	cursor: pointer;
	-moz-background-size: 30px;
	-webkit-background-size: 30px;
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	right: auto;
	left: 0px;
	height: 30px;
	width: 30px;
	-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("../img/left.png");
}
.prev {
	position: absolute;
	top: 49%;
	z-index: 1000000;
	cursor: pointer;
	-moz-background-size: 30px;
	-webkit-background-size: 30px;
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	right: 0px;
	height: 30px;
	width: 30px;
	-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("../img/right.png");
}

