input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; } 
*{
	box-sizing: border-box;
}
#service_common_container{
	margin: 80px auto 0px;
	padding-bottom: 50px;
	max-width: 100%;
	background: #f2f2f2;
}
.service_nav{
	margin: 0 auto;
    /*padding-left: 30px;*/
	max-width: 1170px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #666;
}
.service_nav a:hover{
	color: #f00;
}
.service_info_container{
	max-width: 1170px;
	min-height: 600px;
	margin: 0 auto;
	background: #fff;
}
@media(max-width: 767px){
	#service_common_container{
		margin: 0 auto;
		margin-top: 1.18rem;
	}
	.service_nav{
		display: none;
	}
	.service_info_container{
		border-top: 1px solid #ddd;
	}
}


ol{
    padding-left: 40px;font-size: 12px;
}

h1{
	font-size: 36px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
