.service-bg1{
	background: url('../image/service-banner1.jpg') no-repeat center;
	background-size: cover;
}

.service-bg2{
	background: url('../image/service-banner2.png') no-repeat center;
	background-size: cover;
	position: relative;
}

.service-bg3{
	background: url('../image/service-banner3.jpg') no-repeat center;
	background-size: cover;
}

.service-bg4{
	background: url('../image/service-banner3.jpg') no-repeat center;
	background-size: cover;
}

.service-bg5{
	background: url('../image/index-banner6.jpg') no-repeat center;
	background-size: cover;
}

.service-bg6{
	background: url('../image/index-banner7.jpg') no-repeat center;
	background-size: cover;
	position: relative;
}


.s-b1-Btitle{
	text-align: center;
}

.banner-content{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	transform: translate(-50%, -50%);
	max-width: 470px;
	width: 100%;
	margin: 0 auto;
}

.banner-frame{
	position: relative;
	padding: 50px;
}

.banner-title{
	font-size: 50px;
	text-shadow:0 0 6px #a59d9d;
}

.banner-line{
	content: '';
	max-width: 110px;
	width: 100%;
	border-top: 1px solid #009944;
	margin: 40px auto;
	box-shadow: 0 0 2px #009944;
}

.banner-txt{
	font-size: 22px;
	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 #fff;
	border-right: 2px solid #fff;
}

.frame-line-2{
	bottom: 0;
	left: 0;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}


.s-b2-content{
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translateY(-50%);
	max-width: 500px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	opacity: 1;
}

.s-b2-content .s-b2-txt{
	max-width: 500px;
	width: 100%;
	padding: 20px 0px 30px 20px;
	position: relative;
	box-sizing: border-box;
}

.s-b2-content h2{
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	height: 40px;
	-webkit-line-clamp: 1;
}

.s-b2-content p{
	font-size: 14px;
	line-height: 24px;
	    color: #fff;
}

.s-b2-btn{
	padding-left: 20px;
}

.s-b2-line{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	border-top: 2px solid #f8bd01;
	border-left: 2px solid #f8bd01;
}

.s-b2-btn a{
	position: relative;
}

.s-b2-btn a:before{
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 50%;
	border-bottom: 2px solid #f8bd01;
	content: '';
	transition: linear 0.2s width;
	-webkit-transition: linear 0.2s width;
}

.s-b2-btn a:hover:before{
	width: 100%;
}


.s-b3-content{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.s-b3-left{
	position: absolute !important;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	max-width: 570px;
	width: 100%;
}

.s-b3-left img{
	width: 100%;
}

.s-b3-right{
	position: absolute !important;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.s-b3-right-img img{
	width: 100%;
}

.s-b3-Content{
	max-width: 500px;
	width: 100%;
	padding: 20px 20px 30px;
	position: relative;
	box-sizing: border-box;
	opacity: 0;
}

.s-b3-Content .s-b3-txt{
	max-width: 500px;
	width: 100%;
	padding: 20px 0px 30px 20px;
	position: relative;
	box-sizing: border-box;
}

.s-b3-Content h2{
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	height: 40px;
	-webkit-line-clamp: 1;
}

.s-b3-Content p{
	font-size: 14px;
	line-height: 24px;
}

.s-b3-line{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	border-top: 2px solid #f8bd01;
	border-left: 2px solid #f8bd01;
}

.s-b3-btn{
	padding-left: 20px;
}

.s-b3-btn a{
	position: relative;
}

.s-b3-btn a:before{
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 50%;
	border-bottom: 2px solid #f8bd01;
	content: '';
	transition: linear 0.2s width;
	-webkit-transition: linear 0.2s width;
}

.s-b3-btn a:hover:before{
	width: 100%;
}


.s-b6-content{
	text-align: center;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.s-b6-Btitle{
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1px;
}

.s-b6-content p{
	font-size: 16px;
	max-width: 600px;
	width: 100%;
	margin: 30px auto;
	line-height: 24px;
	padding: 0 20px;
	box-sizing: border-box;
}

.s-b6-ul img{
	max-width: 20px;
	width: 100%;
}

.s-b6-ul span{
	font-size: 20px;
	padding-left: 10px;
}

.s-b6-ul li{
	display: inline-block;
	padding: 0 20px;
}

.s-b6-location{
	margin-top: 30px !important;
	font-size: 20px !important;
}

.b-6-footer{
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #fff;
	padding: 20px 0;
}
.b-7-Btitle {
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.b-7-footer {
	width: 100%;
	position: absolute;
	bottom:0;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.b-7-ul li {
	margin-bottom: 20px;
	text-align: center;
}
.b-7-ul img {
	margin-right: 10px;
}
.b-7-Btitle h2 {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 30px;
	font-weight: 400;
	text-align: center;
}