*{
	margin:0;
	padding:0;
}
body{
	background: #edf5f3;
}
.img img{
    width:100%;
}
.service{
	overflow: hidden;
    width: 1200px;
    margin: auto;
    position: relative;
    bottom: 89px;
}
.service_left_back{
	background-image:url(../images/top_img.jpg);
	background-repeat: no-repeat;
    height: 85px;
    display: inline-block;
    width: 210px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.service_left_back p{
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
}
.service_container{

}
.service_content_left{
    display: inline-block;
}
.service_content_left img{
	display: block;
    margin-top: 40px;
}
.service_content_right{
	float: right;
	width: 820px;
    background: #fff;
    padding: 0 40px;
}
.service_right_title{
    overflow: hidden;
    margin-top: 28px;
    border-bottom: 1px dashed #cccccc;
    padding: 0 25px 15px 25px;
}
.service_right_title p{
	display: inline-block;
    margin-left: 20px;
    font-weight: 700;
}
.service_right_child{
	float:right;
}
.service_right_child img{
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
}
.service_right_child a{
	color:#666666;
	font-size:12px;
}


.service_right_container{
    margin-top: 42px;
}
.service_right_ul{

}
.service_right_li{

}
.dian{
    background: #308b77;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display:inline-block;
}
.service_title{
    color: #333333;
    font-weight: 900;
    margin-left: 15px;
}
.service_right_text{
    font-size: 14px;
    color: #666666;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.content{
    margin-top: 50px;
}
.content p:nth-child(1){
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 18px;
}
.content_div{
    text-align: center;
    margin-bottom: 70px;
}
.content_div span{
    margin: 0 15px;
}
.service_buttom{
    margin-top: 110px;
    background: #f0f0f0;
    height: 33px;
    margin-bottom: 55px;
}
.service_div{

}
.service_div_ul{
    text-align: center;
    margin-top: 40px;
}
.service_div_li{
    display: inline-block;
    margin: 0 5px;
}
.service_div_li img{
    width: 375px
}

.content p{
    line-height: 25px;
}


.service_right_li:hover .service_title{
    color:#219a7f;
}
.service_right_li:hover .service_right_text{
    color:#219a7f;
}