@charset "utf-8";
/* 公共样式表css */
html,body {
	color:#EEF9FD;
	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;
	padding: 0px;
	background-color: #EEF9FD;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color:#EEF9FD;
}

img {
    border: 0;
}

body {
    background: #EEF9FD;
    color: #EEF9FD;
}

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;
	background-color: #EEF9FD;
}

a {
    text-decoration: none;
    color: #EEF9FD;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
	margin: 0;
	color: #EEF9FD;
	outline: none;
	font-family: inherit;
}

li {
    list-style: none;
}

a {
    color:#000000;
}

a:hover {
    color:#000000;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.slide-content {
	padding-top: 20px;
	padding-bottom: 5px;
	background-color:#EEF9FD;
	padding-right: 0px;
	padding-left: 0px;
}

.slide-title {
	font-size: 48px;
	letter-spacing: 5px;
	line-height: 1;
	text-align: center;
	font-family: "微软雅黑";
}

.slide-links {
    margin-top: 0;
    text-align: center;
}

.slide-links a {
	background-color:#EEF9FD;
	color: #666666;
	display: inline-block;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	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: #EEF9FD;
	color: #666666;
	padding: 15px 30px;
	border-radius: 2px;
}

.slide-links a:hover {
	background: #EEF9FD;
	color: #EEF9FD;
}

.slide-item-body ul li {
	width: 33.333%;
	float: left;
	display: block;
	height: 200px;
	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;
	z-index: 10002;
}

.slide-item-body ul li a {
    display: block;
    box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
}

.new-img img {
	width: 315px;
	height: 172px;
	border: none;
	display: block;
}

.slide-item {
	width: 870px;
	position: relative;
	margin: 0 auto;
	color: #CCCCCC;
}

.slide-item-box {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #666666;
}

.new-body {
	padding: 20px 20px 40px 20px;
	background-color:#EEF9FD;
}

.new-body-title {
	height: 54px;
	line-height: 28px;
	font-size: 22px;
	overflow: hidden;
	letter-spacing: 1px;
	font-family: "微软雅黑";
	color:#CC0000;
	font-weight: 900;
}

.new-body-text {
	padding-top: 20px;
	height: 100px;
	min-height: 50px;
	line-height: 25px;
	font-size: 16px;
	color:#666666;
	overflow: hidden;
	font-family: "微软雅黑";
	background-color: #EEF9FD;
}

.slide-item-body {
    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:#EEF9FD;
}

.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: 49%;
	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: -157px;
	height: 60px;
	width: 60px;
	-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: 49%;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    right: -170px;
    height: 60px;
    width: 60px;
    -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");
}
