﻿*,ul,li{
	padding:0px;
	margin:0px;
	font-style: initial;
}


.rollimg-con-background {
    width: 100%;
    height: 706px;
    overflow: hidden;
    background-image: url(../../rollimg_con/images/1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.rollimg-con-nr{
	overflow:hidden;
	width:1360px;
	margin:auto;
}

.rollimg-con-nr .r-top {
    overflow: hidden;
    color: #fff;
    font-size: 36px;
    margin-top: 222px;
    line-height: 64px;
}
.rollimg-con-nr .r-top .p1{
	overflow:hidden;
	    font-size: 20px;
    font-weight: bold;
}
.rollimg-con-nr .r-top .p2 {
    margin-left: 72px;
    margin-top: 10px;
	    font-size: 20px;
    font-weight: bold;
}
.rollimg-con-nr .r-x{
    overflow:hidden;
}








/* 必要布局样式css */
/* 公共样式表css */
* {
	-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 {
    margin-top: -200px;
}
.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: 453px;
	float: left;
	display: block;
	height: 405px;
	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;
	color: #000;
	z-index: 9;
}
.slide-item-body ul li {
	height:405px
}
.slide-item-body ul li a {
	display: block;
	height:405px;
	position: relative;
}
.new-img img {
    width: 453px;
    height: 405px;
    border: none;
    display: block;
}
.slide-item {
	width: 1360px;
	position: relative;
	margin: 0 auto;/* overflow: hidden; */
}
.slide-item-box {;
    position: relative;
}
.new-body {
    position: absolute;
    bottom: 9px;
}
.new-body-title {
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    color: #fff;
    margin-left: 30px;
}
.new-body-text {
	padding-top: 20px;
	height: 92px;
	min-height: 50px;
	line-height: 18px;
	font-size: 12px;
	color: #919191;
	overflow: hidden;
}


.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: 9;
	position: relative;
	left: 0;
}
.next {
	position: absolute;
	top: 130px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 70px;
	-webkit-background-size: 70px;
	background-size: 70px;
	background-position: center;
	background-repeat: no-repeat;
	right: auto;
	left: 0px;
	height: 70px;
	width: 70px;
	-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: 130px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 70px;
	-webkit-background-size: 70px;
	background-size: 70px;
	background-position: center;
	background-repeat: no-repeat;
	right: 0px;
	height: 70px;
	width: 70px;
	-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");
}











