body{
	background: #eee;
}

.top{
	background: url('../image/service-banner1.jpg') no-repeat center;
	background-size: cover;
	position: relative;
}

.banner-content{
	padding: 140px 0 80px 0;
	text-align: center;
}

.banner-frame{
	position: relative;
	padding: 30px;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

.banner-title{
	font-size: 34px;
	text-shadow:0 0 6px #a59d9d;
}

.banner-line{
	content: '';
	max-width: 110px;
	/*width: 100%;
	border-top: 1px solid #009944;
	margin: 20px auto;
	box-shadow: 0 0 2px #009944;*/
}

.banner-txt{
	font-size: 20px;
	text-shadow:0 0 6px #a59d9d;
}

.frame-line-1 ,.frame-line-2{
	position: absolute;
	content: '';
	max-width: 50px;
	max-height: 50px;
	width: 100px;
	height: 100px;
}

.frame-line-1{
	top: 0;
	right: 0;
	border-top: 2px solid #f8bd01;
	border-right: 2px solid #f8bd01;
}

.frame-line-2{
	bottom: 0;
	left: 0;
	border-left: 2px solid #f8bd01;
	border-bottom: 2px solid #f8bd01;
}


.page-choose{
	margin-top: 40px;
}



.page-choose a{
	border: 1px solid #009944;
	display: inline-block;
	margin:0 2px;
	padding: 10px 14px;
	border-radius: 4px;
	color: #009944;
}

.page-choose a.on{
	color: #fff;
	background: #009944;
}

.page-choose a:hover{
	color: #fff;
	background: #009944;
}


#footer{
	background: url('../image/index-banner7.jpg') no-repeat center;
	background-size: cover;
	position: relative;
}
#footer h3{
	font-weight: bold;
}

#footer .container{
	color: #fff;
	padding: 30px 0 30px;
}

#footer .container img{
	width: 20px;
}

.b-footer{
	text-align: center;
	/* position: absolute;
	bottom: 0; */
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
	padding: 10px 0;
}

.footer-news-title{
	margin-bottom: 0;
}

.footer-news-time{
	font-size: 12px;
	    color: #999;
    margin-top: 4px;
}

.footer-txt{
	margin-top: 20px;
}

.footer-pro p{
	margin-bottom: 6px;
}

.footer-contect img{
	margin-right: 10px;
}

.footer-txt a:hover{
	color: #f8bd01;
}

.footer-news a{
	height: 19px;
	-webkit-line-clamp: 1;
}


.last-next{
	border-top: 1px solid #151515;
	padding-top: 20px;
}

.l-n-left{
	float: left;
}

.l-n-right{
	float: right;
}

.l-n-left a:hover ,.l-n-right a:hover{
	color: #f8bd01;
}
.color-17 {
	color: #999;
}
.size-14{
	color:#fff;
}
.b-7-footer p{
	color:#fff;
}
.b-footer p{
	color:#fff;
}
/*xs*/
@media screen and (max-width:1200px) {
	.footer-media {
		display: block;
	}
}