.service_left .title .text{
	font-size:18px ;
	font-family: 'Microsoft YaHei';
	color: #a68676;
	font-weight: bold;
	line-height: 29px;
	height: 29px;
	display: inline-block;
	margin-left: 15px;
	
}
.service_right_title .title{
	text-align: center;
		font-size:18px ;
	font-family: 'Microsoft YaHei';
	color: #a68676;
	font-weight: bold;
	line-height: 29px;
	height: 29px;
}
.service_right_title .title span{
	text-align: center;
	display: block;
	font-size: 16px;
	font-style: italic;
	font-weight: 200;
	margin-top: -10px;
}
.service_middle img{
	display: block;
	max-width: 100%;
	width: 86%;
	margin: 0 auto;
	height: auto;
}
.service_middle{
	position: relative;
	box-sizing: border-box;
	border: 1px solid #e6e6e7;
	padding: 45px 20px;
}
.dot{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #a68676;
	position: absolute;
	
}
.service_right img{
	display: none;
}
.service_right img:first-child{
	display: block;
}
.service_middle :nth-child(2){
	left: 83%;
    bottom: 17%;
}
.service_middle :nth-child(6){
    left: 42%;
    bottom: 43%;
}
.service_middle :nth-child(3){
	top: 9%;
    left: 68%;
}
.service_middle :nth-child(5){
	left: 59%;
    bottom: 14%;
}
.service_middle :nth-child(4){
	left: 79%;
    bottom: 65%;
}

    
.none{
	display: none !important;
}
.black{
	display: block !important;
}
/*.service_right img{
	float: right;
}
*/


.service_mid_ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin-top: 15px;
}

.service_mid_img{
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 0 2px;
}

.service_mid_img img{
	width: 100%;
	display: block;
}

.service_mid_ban{
	position: relative;
}

.service_mid_ban:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(166, 134, 118, 0.7);
	opacity: 0;
	transition: linear 0.2s all;
	-webkit-transition: linear 0.2s all;
}

.service_mid_ban:hover:before{
	opacity: 1;
	cursor: pointer;
}

.service_mid_img_active{
	position: relative;
}

.service_mid_img_active:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(166, 134, 118, 0.7);
	opacity: 1;
}

.border-e6{
	border: 1px solid #e6e6e7;
	padding: 20px;
	min-height: 508px !important;
}

.service_right img{
	margin: 0 auto;
}

@media screen and (max-width: 991px){
	.border-e6{
		min-height: 1px !important;
		border: 0;
	}

	.service_middle{
		border: 0;
	}
}