/* your styles go here */
a:hover, a:focus{
	text-decoration: none;
	color: #fff;
}
/*内容页*/
.n-til {
	width: 100%;
	height: 49px;
	margin: 40px 0;
	text-align: center;
	background: url(../images/till_bg.png) center repeat;
}

.n-til span {
	background: #fff;
	font-size: 36px;
	padding: 0 12px;
	letter-spacing: 0.1em;
	color: #333
}

.n-main {
	width: 1002px;
	height: auto;
	margin: 0 auto
}

.n-main .n-title {
	width: 100%;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 8px;
}

.n-main .n-title h2 {
	font-weight: 300;
    font-size: 1.4rem;
	margin-bottom: 8px;
}

.n-main .n-title span {
	margin: 0 8px
}

.n-main .n-content {
	margin: 15px 0;
	min-height: 540px;
}

.n-main .n-add {
	height: 30px;
	margin: 15px 60px
}

.n-main .n-add .n-next {
	float: right;
}

.n-main .n-add .n-prev {
	float: left;
}

/*活动出行*/
#header,
#content,
#footer,
.wl {
	margin-left: auto;
	margin-right: auto;
}

.wl {
	width: 1120px;
}

.banner {
	width: 100%;
	position: relative;
	background-position: center;
}

.newsbox {
	position: relative;
	/* padding: 8px 0 */
}

.newsbox .til {
	position: relative;
	width: 1120px;
	height: 40px;
	top: 0;
	z-index: 9;
	padding: 7px 0;
	color: #0b9099;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background: rgba(255, 255, 255, 0.8);
	line-height: 28px;
	font-size: 16px
}

.newsbox .til li {
	float: left;
	width: 100px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.newsbox .til .span {
	float: left;
	line-height: 34px
}

/* .newsbox .til .con {
	background-color: #6bbdf3;
} */

/* .newsbox .til .con a {
	color: #fff;
} */

.newsbox .til li a {
	color: #002022;
	font-weight: bold;
	margin-left: -18px;
	line-height: 38px;
}

.newsbox .main {
	width: 100%
}

.newsbox .main ul {
	margin: 8px 0
}

.newsbox .main li {
	border-bottom: 1px dashed #ccc;
	height: 82px;
	padding: 16px 10px;
	position: relative;
}

.newsbox .main li .inside {
	height: 150px;
	margin: 18px;
}

.newsbox .main li span {
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}

.newsbox .main li .inside .picbox {
	width: 230px;
	height: 150px;
	float: left;
	overflow: hidden;
}

.newsbox .main li .inside p {
	float: right;
	line-height: 30px;
	height: 118px;
	overflow: hidden;
	width: 830px;
	margin-top: 20px
}

.newsbox .main li .inside span {
	position: absolute;
	bottom: 18px;
}

.newsbox .main li .inside .views {
	right: 98px;
}

.newsbox .main li .inside .datetime {
	right: 8px
}

.newsbox .main li a {
	color: #7c7c7c;
	font-size: 16px
}

.newsbox .main li:hover {
	background-color: #f4f4f4;
}

.news-list {
	width: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	margin-left: -50%;
	left: 50%;
}

.news-list img {
	float: left;
	transition: all 1s ease, opacity 1.5s ease;
	width: 100%;
	object-fit: cover;
}

.news-list li {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 20px;
}

.news-list li:nth-of-type(1),
.news-list li:nth-of-type(2),
.news-list li:nth-of-type(3),
.news-list li:nth-of-type(4),
.news-list li:nth-of-type(5),
.news-list li:nth-of-type(6),
.news-list li:nth-of-type(7),
.news-list li:nth-of-type(8) {
	width: 23%;
}


.news-list li div {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	transition: all .5s;
	color: #fff;
}

.news-list li:hover div {
	opacity: 1;
}

.news-list li:hover div span {
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.news-list li div span {
	position: absolute;
	border: 2px solid red;
	width: 100%;
	height: 100%;
	border-radius: 0;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all .5s;
	box-sizing: border-box;
}

.news-list li p {
	position: absolute;
	width: 100%;
	bottom: 2%;
	text-align: center;
	font-size: 14px;
}

.news-list li:hover p {
	bottom: 2%;
}

.news-list>ul>li>strong {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3px;
	z-index: 1;
	height: 100%;
}

.news-list>ul>li>strong>a {
	height: 100%;
	font-weight: normal;
	color: #fff;
	opacity: 0;
	display: block;
	text-align: center;
	padding-top: 30%;
	text-decoration:none
}

.news-list>ul>li:hover a {
	opacity: 1;
	font-size: 14px;
}

.news-list>ul>li:hover {
	opacity: .9;
	transform: perspective(200px) translateX(0px) translateZ(0px) rotateY(0deg);
}

.news-list>ul>li a {
	transition: all .5s;
	font-size: 18px;
}

.news-list>ul>li p {
	background-color: #0808087d;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	line-height: 20px;
	width: 100%;
	color: #fff;
	opacity: 0;
	/* transition:all .5s; */
	padding-top: 40px;
}

.news-list>ul>li:hover p {
	line-height: 140px;
	opacity: 1;
}

/* 首页-成功案例 */
* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

.scroll {
	width: 1050px;
	height: 500px;
}

.pic {
	width: 1050px;
	height: 500px;
	float: left;
}

.pic ul li {
	float: left;
	width: 254px;
	margin: 0 5px;
	text-align: center;
	background-color: #fff;
	padding: 10px;
}

.pic ul li strong a {
	text-align: center;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}
.pic ul li strong a:hover {
	text-decoration: none;
}
.pic-btns {
	position: absolute;
	left: 50%;
	padding-top: 460px;
	text-align: center;
}
.pic-btns>.pbtn{
	float: left;
	cursor: pointer;
}
.pic-btns>.pbtn:active>span{
	background: #869791;
}
.pic-btns>.pbtn>span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
