#service_container{
	width: 100%;
	margin-top: 80px;
}
@media(min-width: 768px){
	.service_banner_container{
		background: #F1F1F1;
	}
	.service_banner{
		max-width: 1170px;
		margin: 0 auto;
		/*background: url('../../image/service/service_banner.jpg') no-repeat center bottom;*/
		height: 405px;
		display:  -webkit-box;
		display: flex;
		align-items: center;
		-webkit-box-align:center;
	}
	.service_banner .service_banner_title{
		width:50%;
	}
	.service_banner .service_banner_title h1{
		font-size: 50px;
	    color: #e70012;
	    padding-bottom: 16px;
	    text-align: center;
	    padding-top: 35px;
		font-weight: 500;
	}
	.service_banner .service_banner_title h3{
		font-size: 20px;
    	color: #000;
    	text-align: center;
    	font-weight: 500;
	}

	.service_list_container{
		max-width: 1170px;
		margin: 0 auto;
	}
	.service_list_container h2{
		height: 50px;
	    background-color: #e70012;
	    font-size: 24px;
	    line-height: 50px;
	    padding-left: 20px;
	    margin-top: 18px;
	    margin-bottom: 11px;
	    font-weight: 500;
	    color: #fff;
	}
	.service_list_container ul{
		width: 100%;
	}
	.service_list_container ul:after{
		content: '';
		display: block;
		clear: both;
	}
	.service_list_container ul li{
		margin-top: 30px;
	    width: 25%;
	    float: left;
	    margin-bottom: 10px;
	}
	.service_list_container ul li img{
		display: block;
	    width: 27.01%;
	    vertical-align: middle;
	    margin: 0 auto;
	} 
	.service_list_container ul li span{
	    font-size: 20px;
	    display: block;
	    text-align: center;
	    padding: 10px 0 20px;
	} 
}

@media(max-width: 767px){
	#service_container{
		margin-top: 1.18rem;
	}
	.service_banner_container{
		background: #F1F1F1;
	}
	.service_banner{
		margin: 0 auto;
		/*background: url('../../image/service/service_banner_m.png') no-repeat center bottom;*/
		height: 800px;
		background-size: contain;
	}
	.service_banner .service_banner_title{
		width:100%;
	}
	.service_banner .service_banner_title h1{
		font-size: 32px;
	  color: #e70012;
	  padding-bottom: .16rem;
	  text-align: center;
	  padding-top: .75rem;
		font-weight: 500;
	}
	.service_banner .service_banner_title h3{
		font-size: 19px;
    	color: #000;
    	text-align: center;
    	font-weight: 500;
	}

	.service_list_container{
		width:100%;
		margin: 0 auto;
	}
	.service_list_container h2{
		height: 50px;
	    background-color: #e70012;
	    font-size: 24px;
	    line-height: 50px;
	    padding-left: .2rem;
	    margin-top: 0.18rem;
	    margin-bottom: 0.11rem;
	    font-weight: 500;
	    color: #fff;
	}
	.service_list_container ul{
		width: 100%;
	}
	.service_list_container ul:after{
		content: '';
		display: block;
		clear: both;
	}
	.service_list_container ul li{
		margin-top: .3rem;
	    width: 25%;
	    float: left;
	    margin-bottom: .1rem;
	}
	.service_list_container ul li img{
		display: block;
	    width: 60px;
	    vertical-align: middle;
	    margin: 0 auto;
	} 
	.service_list_container ul li span{
	    font-size: 0.3rem;
	    display: block;
	    text-align: center;
	    padding: .1rem 0 .2rem;
	} 
}

@media(max-width: 640px){
	.service_banner{
		height: 700px;
	}
}

@media(max-width: 560px){
	.service_banner{
		height: 600px;
	}
}
@media(max-width: 480px){
	.service_banner{
		height: 520px;
	}
}
@media(max-width: 320px){
	.service_banner{
		height: 380px;
	}
}