.floor{
	padding-top: 30px;
}
.left-box{
	width: 300px;
	flex:0 0 300px;
	margin-right: 50px;
}
.left-box .cate{
	background: #fa6401;
	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 #fa6401;
}
.left-box ul li a{
	display: block;
	height:50px;
	line-height:50px;
	text-indent: 66px;
	font-size: 16px;
}
.right-box{
	flex:1;
	background: #ffffff;
	padding:13px 20px 20px;
}
.list-title{
	border-bottom:2px solid #fa6401;
	padding-bottom: 10px;
	margin-bottom: 10px;
	align-items: center;
}
.title-str{
	font-size: 20px;
	color: #fa6401;
}
.address a:hover{
	color: #fa6401;
}
.list-ul li{
	display: flex;
	justify-content: space-between;
	border-bottom:2px dotted #d4d4d4;
	align-items: center;
}
.list-ul li a{
	padding:10px; 
}
.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;
}

.show-content {
	padding: 20px 10px;
}

.show-content .title {
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}

.show-content .desc {
	width: 400px;
	margin: 20px auto 20px;
	display: flex;
	justify-content: space-between;
	color: #999999;
}
.list-picture li{
	float:left;
	margin-right: 20px;
	position: relative;
	margin-bottom: 20px;
	box-shadow: 0 0 10px #eee;
	cursor: pointer;

}
.list-picture li:nth-child(4n){
	margin-right: 0;
}
.list-picture li .thumb{
	position: relative;
	width: 275px;
	height: 275px;
	overflow: hidden;
}
.list-picture li .thumb img{
	width: 100%;
	height: auto;
	transition: all 0.5s linear;
}

.pro-title{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	padding: 5px;
	text-align: center;
	line-height: 100%;
	display: none;
	overflow: hidden;
}
.pro-title h3{
	display: flex;
	height: 265px;
	width: 265px;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
}
.pro-title a{
	display: block;
	font-size: 16px;
	text-align: center;
}
.list-picture li:hover .thumb img{
	transform: scale(1.1);
}
.list-picture li:hover .pro-title{
	display: block;
}
.pro-title a .right{
	margin: 20px auto 0;
	width: 40px;
	height: 40px;
	background: #f26d5b;
	border-radius: 50%;
	text-align: center;
	line-height:40px;
}
.pro-title a .right img{
	width: 20px;
	display: inline-block;
}
.contact{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: #ffffff;
	margin-top: 20px;
}
.contact p {
    line-height: 30px;
    padding: 10px 20px 10px 24px;
    background-color: #ffffff;
    margin-bottom: 2px;
}
.contact .left-box .name{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 24px;
}


