html,
body {
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

a {
	text-decoration: none;
}

.coordinate {
	width: 95%;
	margin: 0 auto;
	font-size: 0.18rem;
	color: #666;
	font-weight: 500;
}
.coordinate p{
	float: left;
}
.coordinate span{
	display: none;
}
.service {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 0.2rem;
	position: relative;
}
.service_phone{
	position: absolute;
	top: 0.22rem;
	right: 0.23rem;
	background: #fff;
	box-shadow: 0px 0px 3px #CCCCCC;
	font-size: 0.16rem;
	z-index: 9;
}
.service_phone_show{
	display: none;
}
.service_phone_title{
	background: #f5f5f5;
	text-align: right;
	height: 0.4rem;
	line-height: 0.1rem;
	font-size: 0.5rem;
	padding-right: 0.1rem;
}
.service_phone_content{
	padding: 0 0.2rem;
}
.service_left_content_details{
		width: 100%;
		display: flex;
		cursor: pointer;
		border-bottom: 1px solid #ccc;
}
.service_left_piece{
	width: 0.1rem;
	height: 0.1rem;
	position: relative;
	background: #ddd;
	top: 0.07rem;
	margin-right: 0.1rem;
}
.selected p:nth-child(1){
	background: #017840;
}
.service_all {
	display: none;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 0.2rem;
	margin-top: 0.2rem;
}
.service_all_show{
	display: block!important;
}
.service_title {
	width: 98%;
	line-height: 0.4rem;
	border-bottom: 1px solid #337645;
	display: flex;
	margin: 0 auto;
	position: relative;
}
.service_title_content {
	font-size: 0.2rem;
	text-align: center;
	color: #337645;
	cursor: pointer;
}
.service_title_right{
	color: #000000;
	font-size: 0.5rem;
	position: absolute;
	right: 0.1rem;
	color: #000;
	top: -0.65rem;
}
.service_right{
	width: 100%;
	border: 1px solid #ccc;
	border-top: 2px solid #337645;
}
.service_left{
	display: none;
}
.service_phone{
	position: absolute;
}
.service_left_title{
	background-image: url(/images/01_04_left_background.png);
	background-size: 100% 100%;
	width: 90%;
	margin: 0 auto;
	margin-top: 0.15rem;
	line-height: 0.6rem;
	font-size: 0.2rem;
	text-align: center;
	color: #FFFFFF;
}
.service_left_title2{
	background:#017840;
	width: 90%;
	margin: 0 auto;
	margin-top: 0.15rem;
	line-height: 0.55rem;
	font-size: 0.2rem;
	text-align: center;
	color: #FFFFFF;
}
.service_img {
	position: relative;
	top: 1px;
	width: 0.14rem;
}
.service_content{
	width: 100%;
	margin: 0 auto;
}
.service_content_list{
	margin: 0 auto;
	width: calc(95% - 2px);
	border-bottom: 1px solid #ccc;
	font-size: 0.16rem;
	line-height: 0.5rem;
	cursor: pointer;
}
.service_content_list:hover  p{
	color: #337645!important;
}
.service_content_list:hover .service_content_icon{
	background: #337645!important;
}
.service_content_list p{
	display: inline-block;
}
.service_content_icon{
	width: 0.12rem;
	height: 0.12rem;
	background: #ccc;
	margin: 0;
	margin-right: 0.1rem;
	position: relative;
	top: -0.09rem;
}
.service_content_list p:nth-child(2){
	color:#333;
	width: calc(100% - 1.9rem);
	margin: 0;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
	position: relative;
	top: 0.1rem;
}
.service_content_list p:nth-child(3){
	color:#aaa;
	width: 1.5rem;
	text-align: right;
	margin: 0;
	position: relative;
	top: -0.08rem;
}
.pagination{
	display: none;
}
@media (min-width: 1200px) {
	.coordinate,
	.service {
		width: 12rem;
		margin: 0 auto;
	}
	.service{
		margin-bottom: 0.2rem;
	}
	.service_left{
		display: block;
		width: 3.2rem;
		background: #fff;
		float: left;
	}
	.service_left_content{
		font-size: 0.16rem;
		width: 80%;
		margin: 0 auto;
	}
	.service_left_content_details{
		width: 100%;
		display: flex;
		cursor: pointer;
	}
	.service_left_piece{
		width: 0.1rem;
		height: 0.1rem;
		position: relative;
		background: #ddd;
		top: 0.05rem;
		margin-right: 0.1rem;
	}
	.selected{
		border-bottom:1px solid #017840!important;
	}
	.selected p:nth-child(1){
		background: #017840;
	}
	.service_left_img{
		display: none;
		width: 0.15rem;
		height: 0.15rem;
		position: absolute;
		top: 0.2rem;
		right: 0.2rem;
	}
	.service_title_right{
		display: none;
	}
	.service_left_content_details:hover{
		color: #017840;
	}
	.service_left_content_details:hover .service_left_img{
		display: block;
	}
	.service_right{
		width: calc(95% - 3rem);
		float: right;
	}
	.service_all {
		display: none;
		width: 95%;
		margin: 0 auto;
		margin-bottom: 0.2rem;
		margin-top: 0.2rem;
	}
	.service_img {
		position: relative;
		top: 3px;
		width: 0.14rem;
	}

	.service_title {
		width: 100%;
		position: relative;
		margin-left: 0;
	}
    /*·ÖÒ³*/
	.pagination{
		display: block;
		width: 95%;
		margin: 0 auto;
		margin-top: 0.2rem;
		line-height: 0.2rem;
		font-size: 0.16rem;
		color: #017840;
	}
	.pagination a{
		display: inline-block;
		border: 1px solid #017840;
		border-radius: 2px;
		font-size: 0.16rem;
		color: #017840;
		padding: 0.15rem;
		line-height: 0.01rem;
		text-align: center;
		margin: 0 0.07rem;
	}
	.pagination span{
		padding: 0.06rem 0.15rem;
		background: #017840;
		color: #fff;
		margin: 0 0.07rem;
	}
	.pagination_1{
		background: #017840;
		color: #fff!important;
	}
	.pagination a:hover{
		background: #017840;
		color: #fff;
	}
}
