.title{
	text-align: center;
	margin:60px 0 40px 0;
}
.title>h4{
	font-weight: bold;
	margin-bottom: 15px;
}

.title_ul li{
	display: inline-block;
	margin:0 10px;
	color:#999;
}
.title_ul li:first-child img{
	width:16px;
	height:16px;
}
.title_ul li:nth-child(2) img{
	width:22px;
	height:16px;
}
.title_img{
	margin-right: 5px;
}
.floor1{
	margin-bottom: 80px;
}
.row1{
	padding-bottom: 10px;
	border-bottom: 1px solid #DEDFDF;
}

.row1::after{
	content:"";
	display: block;
	clear: both;
}
.row1>.bdsharebuttonbox{
	float:left;
}
.row1>a{
	color:#fff;
	background: #999799;
	padding:5px 35px 5px 15px;
	border-radius: 20px;
	float:right;
	margin-right: 20px;
	position: relative;
}
.row1>a>img{
	width:19px;
	height:16px;
	position: absolute;
	right: 10px;
    top: 7px;
}
.row2{
	margin-top:40px;
	margin-bottom: 40px;
}
.row2>p{
	color:#666;
	margin-bottom:30px;
}
.row2_img img{
	width:48%;
	margin:0 .5%;
}
.row3{
	height:92px;
	background: #EFEEEE;
}

.row3 p{
	color:999;
	padding-left:15px;
}
.row3 p:first-child{
	padding-top: 21px;
}
.row3 a{
	color:#666;
}
.sr-bdimgshare-black .bdimgshare-bg{
	display: none;
}
.sr-bdimgshare .bdimgshare-content{
	display: none;
}
.bdselect_share_head{
	display: none;
}
.bdselect_share_content{
	display: none;
}


@media only screen and (max-width:768px ) {
	.row1{
		box-sizing: border-box;
		padding:0 15px;
	}
	.row2{
		box-sizing: border-box;
		padding:0 15px;
	}
	.row1>a{
		margin-right: 0;
	}
}