.floor{
	padding-top: 30px;
}
.left-box{
	width: 300px;
	flex:0 0 300px;
	margin-right: 50px;
}
.left-box .cate{
	background: #1a96d4;
	color: #ffffff;
	height:50px;
	line-height:50px;
	text-indent:40px;
	font-size: 18px;
}
.left-box ul li{
	background: #ffffff;
	margin-bottom: 2px;
}
.left-box ul li.active,
.left-box ul li:hover{
	border-left:2px solid #1a96d4;
}
.left-box ul li a{
	display: block;
	height:50px;
	line-height:50px;
	text-indent: 66px;
	font-size: 16px;
}
.right-box{
	flex:0 0 850px;
	width: 850px;
	background: #ffffff;
	padding:13px 20px 20px;
	overflow: hidden;
}
.list-title{
	border-bottom:2px solid #1a96d4;
	padding-bottom: 10px;
	margin-bottom: 10px;
	align-items: center;
}
.title-str{
	font-size: 20px;
	color: #1a96d4;
}
.address a:hover{
	color: #1a96d4;
}
.list-ul li{
	display: flex;
	justify-content: space-between;
	border-bottom:2px dotted #d4d4d4;
	align-items: center;
}
.list-ul li a{
	padding:10px; 
	flex: 1;
}
.list-ul li span{
	width: 100px;
	flex:0 0 100px;
	text-align: right;
}
.content img{
	max-width: 100%;
	width:auto;
	display:block;
	margin:5px auto;
}
.contact-info{
	padding: 20px;
	line-height: 60px;
}

.list-fengcai{
	
}
.list-fengcai:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.list-fengcai li{
	width: 260px;
	float:left;
	margin-bottom: 15px;
	margin-right:15px;
}
.list-fengcai li:nth-child(3n){
	margin-right: 0;
}
.list-fengcai li span{
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: rgba(0,0,0,0.75);
	position: relative;
	margin-top: -30px;
	color: #ffffff;
	padding: 0 10px;
}
.mySwiper3{
	
}
.mySwiper3 .swiper-slide{
    width: 278px;
}
.dang-list{
    background: #ffffff;
    padding: 10px;
    margin-top: 20px;
}