.case_top{
	background: url(../img/case_pic_bg.png) no-repeat center center;
	color: #fff;
	text-align: center;
	padding: 25px 0px;
	background-size: cover;
}
.case_top h2{
	font-size: 1.5rem;
	margin: 10px 0;
}
.case_text li:before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 8px;
}
.case_text{
	font-size: 0.6rem;
	width: 71%;
	margin: 0 auto;
	text-align: left;
	line-height: 1.8;
}
.case_btns{
	font-size: 0;
	padding: 20px 2%;
}
.case_btns a{
	width: 29%;
	font-size: 14px;
	display: inline-block;
	color: #59595A;
	border: 1px solid #59595a;
	box-sizing: border-box;
	margin: 2%;
	text-align: center;
    padding: 7px 0;
    height: 35px;
    box-sizing: border-box;
    vertical-align: top;
}
.case_btns .active{
	border-color:#009bff;
	color: #1681d3;
}
.case_content{
	padding-bottom: 20px;
}
.case_des{
	font-size: 13px;
    color: #9B9EA0;
    margin-left: 15px;
	margin-right: 10px;
	line-height: 1.8;
}
.case_title{
	margin-left: 15px;
	margin-right: 10px;
}
.case_img{
	position: relative;
}
.case_ico{
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
	font-size: 12px;
	background: rgba(0,0,0,0.3);
	padding: 5px 10px;
    border-radius: 4px;
}
.more_btn{
	color: #999999;
	background: #e6e6e6;
	font-size: 15px;
	margin: 10px 10px 30px 15px;
	padding: 8px;
	text-align: center;
}
