.service-list{
	width: 100%;
	height: 45px;
	background: #fff;
}
.service-list ul{
	float: left;
	width: 100%;
}
.service-list li{
	width: 50%;
	text-align: center;
	line-height: 45px;
	height: 45px;
	float: left;
	font-size: 16px;
	transition: all 0.3s;
}
.service-list li a{
	display: block;
	width: 100%;
	color: #333333;
	transition: all 0.3s;
}
.service-list li:hover, .service-list li.on{
	background: #ff6600;
}
.service-list li:hover a, .service-list li.on a{
	color: #fff;
}
.service-con-list{
	width: 100%;
	background: #f2f2f2;
	padding: 15px 0 10px;
}
.w92{
	width: 94%;
	margin: 0 auto;
	position: relative;
}
.service-con-list ul{
	width: 100%;
	float: left;
}
.service-con-list li{
	width: 23.1%;
	float: left;
	margin-right: 2.2%;
	text-align: center;
	padding-bottom: 5px;
}
.service-con-list li:nth-child(4n){
	margin-right: 0;
}
.service-con-list .pic{
	width: 100%;
	height: 1.2rem;
	display: block;
	background: url(/bocstatic/m/img/img07.jpg) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	line-height: 1.2rem;
}
.service-con-list .pic img{
	max-width: 0.7rem;
	max-height: 100%;
}
.service-con-list p{
	font-size: 12px;
	color: #555555;
	line-height: 22px;
}
.service-con-list li:hover .pic, .service-con-list li.cur .pic{
	background: url(/bocstatic/m/img/img08.jpg) no-repeat center;
	background-size: 100% 100%;
}
.service-con-list li:hover p, .service-con-list li.cur p{
	color: #ff6600;
}
.service-con-box{
	padding: 10px 0 30px;
	width: 100%;
}
.service-con-box h2{
	font-size: 14px;
	color: #ff6600;
	line-height: 24px;
	padding-left: 10px;
	background: url(/bocstatic/m/img/img09.jpg) no-repeat left center;
	background-size: 0.07rem 0.28rem;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 6px;
}
.service-con-box h2.in{
	border-bottom: none;
	margin:0;
}
.service-con-box p{
	font-size: 12px;
	color: #666;
	line-height: 22px;
	padding-bottom: 5px;
}
.service-con-box table{
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
}
.service-con-box table th, .service-con-box table td{
	border: 1px solid #e4e4e4;
}
.service-con-box table th{
	background: #f7f7f7;
	font-size: 12px;
	color: #000000;
	padding: 0 2%;
	height: 39px;
	line-height: 39px;
	min-width: 0.6rem;
}
.service-con-box table th:nth-child(1){
	text-align: left;
}
.service-con-box table td{
	color: #666;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	padding:12px 2% 12px;
}
.service-con-box table td.on{
	text-align: left;
}
.service-con-box img{
	max-width: 100%;
	height: auto !important;
}<!--0.00010108947753906-->