
	.bg{
		background:#f6f7fb;	
	}
	.bg-none{
		background:#fff;
	}
	.has-shadow{
		box-shadow: 1px 1px 5px #888;
	}
	
.notice{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 15px 0;
}
.notice ul,.notice li{
	list-style: none;
}
.notice ul {
	width: 200%;
	overflow: hidden;
	padding-left: 26px;
	background: url(/static/image/notice_03.png) 0 0 no-repeat;
	background-size: contain;
}

.notice ul li{
	float: left;
	margin-left: 10px;
}
.notice .green{
	color: #3CB309;
}
.notice a{
	color: #555;
	font-size: 16px;
	text-decoration: none;
}
.notice a.more{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	width: 100px;
	height: 32px;
	background: #3CB309;
	text-decoration: none;
	color: #fff;
}


.news-scroll{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width: 40%;
	overflow: hidden;
	background: green;
	position: relative;
	vertical-align: top;
}
.news-scroll-con{
	width: 100%;
	overflow: hidden;
}
.news-con{
	width: 500%;
	overflow: hidden;
	font-size: 0;
}
.news-box{
	float: left;
	width: 20%;
	position: relative;
	font-size: 0;
}
.news-box img{
	width: 100%;
}
.news-box .news-title{
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 14px;
	text-indent: 10px;
	line-height: 46px;
}
.news-light{
	position: absolute;
	right: 0; 
	bottom: 0;
	margin-right: 15px;
}
.news-light li{
	float: left;
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,.3);
	margin: 0 5px 18px;
	border-radius: 50%;
	
}
.news-light li.active{
	background: rgba(255,255,255,.8);
}
.news-tab{
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 55%;
	margin-left: 4%;
	overflow: hidden;
	height: 266px;
}
.news-contral{
	padding: 0;
	width: 100%;
	font-size: 0;
}
.news-contral li{
	list-style: none;
	display: inline-block;
	*display:inline;
	*zoom:1;
	border: solid 1px #3CB309;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	color: #333;
	cursor: pointer;
}
.news-contral li.active{
	color: #fff;
	background: #3CB309;
	position: relative;
}
.news-contral li.active::before{
	content: '';
	border: solid 15px transparent;
	border-top: solid 15px #3CB309;
	position: absolute;
	bottom:-30px;
	margin-left: -15px;
	left: 50%;
}
.news-contral li:nth-child(2){
	border-left: none;
	border-right: none;
}
.new-list{
	width: 100%;
	overflow: hidden;
}
.new-list ul:nth-child(1){
	display: inline-block;
	*display:inline;
	*zoom:1;
}
.new-list ul{
	float: left;
	display: none;
	margin-top: 20px;
}
.new-list ul li{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 32px;
}
.new-list ul li a{
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color:#555;
}

.service,.explain,.servicing{
	overflow: hidden;
	padding: 2% 1%;
}
.service-box{
	float: left;
	width: 20%;
	margin: 0 2.5%;
	position: relative;
	
}
.service-box img{
	width: 100%;
}
.service-box .mask1{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	line-height:40px;
	color: #fff;
	background: rgba(0,0,0,.5);
	text-align: center;
	vertical-align: middle;
}
.service-box .mask1 img{
	margin: 5px 10px;
	width: 30px;
	height: 30px;

}
.service-box .mask1 span{
	vertical-align: top;
}
.explain-box{
	float: left;
	width:30%;
	margin: 0 1.6%;
	font-size: 0;
}
.explain-box a{
	color:#333;
	
}
.explain-box .img-box-b{
	position: relative;
}

.explain-box .img-box-b img{
	width: 100%;
}
.explain-box .img-box-b:hover .mask{
		display: block;
	}
	
.explain-box .mask{
	display: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background: rgba(60,179,9,.7);
}
.explain-box .img-box-b .mask img{
	width: 20%;
	margin-top: 20%;
}
.explain-box h4{
	text-align: center;
	background: #f6f7fb;
	margin: 0;
	font-size: 18px;
	line-height: 40px;
}

.servicing-box{
	float: left;
	width: 23%;
	margin: 0 1%;
	
}
.servicing-box .box-big{
	text-align: center;
	overflow: hidden;
	border: solid 1px #dcdcdc;  
}
.servicing-box h4{
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}
.servicing-box h5{
	margin: 0;
	font-size: 14px;
	margin: 5% 0 20%;
	font-weight: normal;
	
}
.servicing-box .box-big img{
	width: 20%;
	margin: 20% 0 15%;
}
.servicing-box .box-small{
	padding: 10% 5%;
	border: solid 1px #dcdcdc;  
	overflow: hidden;
	background: #f6f7fb;
	
}
.servicing-box .box-small img{
	width: 20%;
	margin-left: 5%;
	float: left;
}
.servicing-box .box-small .right{
	float: left;
	margin-left: 5%;
}
.box-small .right h4{
	color: #555;
}
.box-small .right h5{
	margin:5% 0;
	color: #555;
}
.servicing a{
	color:#666;
}
.servicing-box .home-box1 img{
	background:url(/static/image/home_icon_06.png) center center no-repeat;
	background-size:contain;
}
.servicing-box .home-box1:hover{
	background-color:#3cb309;
}
.servicing-box .home-box1:hover .text {
	color:#fff;
}
.servicing-box .home-box1:hover img{
	background:url(https://www.shgas.com.cn/SHGasMircoCust.WebSuite/img/home_hover/home_icon_hover06.png) center center no-repeat;
	background-size:contain;
}
.servicing-box .home-box2 img{
	background:url(/static/image/home_icon_07.png) center center no-repeat;
	background-size:contain;
}
.servicing-box .home-box2:hover{
	background-color:#3cb309;
}
.servicing-box .home-box2:hover .text {
	color:#fff;
}
.servicing-box .home-box2:hover img{
	background:url(/static/image/home_icon_hover07.png) center center no-repeat;
	background-size:contain;
}
.servicing-box .home-box3 img{
	background:url(/static/image/home_icon_10.png) center center no-repeat;
	background-size:contain;
}
.servicing-box .home-box3:hover{
	background-color:#3cb309;
}
.servicing-box .home-box3:hover .text {
	color:#fff;
}
.servicing-box .home-box3:hover img{
	background:url(/static/image/home_icon_hover10.png) center center no-repeat;
	background-size:contain;
}
.servicing-box .home-box4 img{
	background:url(/static/image/home_icon_08.png) center center no-repeat;
	background-size:contain;
}
.servicing-box .home-box4:hover{
	background-color:#3cb309;
}
.servicing-box .home-box4:hover .text {
	color:#fff;
}
.servicing-box .home-box4:hover img{
	background:url(/static/image/home_icon_hover08.png) center center no-repeat;
	background-size:contain;
}
.servicing-box .home-box5 img{
	background:url(/static/image/home_icon_09.png) center center no-repeat;
	background-size:contain;
}
.servicing-box .home-box5:hover{
	background-color:#3cb309;
}
.servicing-box .home-box5:hover .text {
	color:#fff;
}
.servicing-box .home-box5:hover img{
	background:url(https://www.shgas.com.cn/SHGasMircoCust.WebSuite/img/home_hover/home_icon_hover09.png) center center no-repeat;
	background-size:contain;
}
.servicing-box .home-box6 img{
	background:url(/static/image/home_icon_11.png) center center no-repeat;
	background-size:contain;
}
.servicing-box .home-box6:hover{
	background-color:#3cb309;
}
.servicing-box .home-box6:hover .text {
	color:#fff;
}
.servicing-box .home-box6:hover img{
	background:url(/static/image/home_icon_hover11.png) center center no-repeat;
	background-size:contain;
}





