html,body,.body{
	height: 100%;
}

.service{
	width: 100%;
	height: 100%;
	padding-top: 0.4rem;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.service_tab{
	width: 1.75rem;
	height: 100%;
	overflow: hidden;
}
.service_main{
	width: calc(100% - 1.75rem);
	height: 100%;
	overflow: hidden;
}
.service_box{
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.service_tab_main>ul>li{
	width: 100%;
	height: 0.85rem;
	line-height: 0.85rem;
	background-color: #fff;
	border-bottom: 1px solid #efefef;
	font-size: 0.25rem;
}
.service_tab_main>ul>li>a{
	display: block;
	color: #333;
	text-align: center;
}
.service_tab_main>ul>.on>a,.service_tab_main>ul>li>a:hover{
	color: #fff;
	background-color: #bf0725;
}
.service_item{
	padding: 0 0.25rem;
}
.service_img>img{
	width: 100%;
}
.service_title{
	padding: 0.25rem;
	font-size: 0.25rem;
	position: relative;
	color: #333;
}
.service_title::after{
	content: "";
	display: block;
	width: 0.64rem;
	height: 2px;
	background-color: #a4a4a4;
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
}
.service_title::before{
	content: "";
	display: block;
	width: 0.64rem;
	height: 2px;
	background-color: #a4a4a4;
	position: absolute;
	top: 50%;
	right: 15%;
	transform: translateY(-50%);
}
.service_title_on{
	color: #bf0725;
}
.service_title_on::after,.service_title_on::before{
	background-color: #e43044;
}
.service_item_main{
	width: 100%;
	height: auto;
}
.item_list{
	width: calc((100% - 0.44rem) / 3);
	height: 0.96rem;
	line-height: 0.96rem;
	font-size: 0.22rem;
	text-align: center;
	margin-bottom: 0.2rem;
}
.service_item_main>.item_list:nth-child(3n + 2){
	margin-left: 0.22rem;
	margin-right: 0.22rem;
}
.item_list>a{
	display: block;
	height: 100%;
	color: #333;
	background-color: #fff;
}
.item_list>a>span{
	line-height: 1.4;
	vertical-align: middle;
}

.service_main .service_item{
	display: none;
}
.service_main .service_item:first-child{
	display: block;
}