@charset "utf-8";
@import '/css/css.css';

h1,h2,h3,h4{
	margin: 0;
}
.bgfff{
	background: #fff;
}
a,.a{
	cursor: pointer;
}
.house{
	padding: 20px 0;
}
.sbsq{
	padding: 50px 8%;
	background-repeat: no-repeat;
	background-size: 100%;
}
.sbzc{
	background: #e0ebeb;
	border: solid 1px #ccc;
	border-radius: 8px;
	overflow: hidden;
}
.sbzc:hover{
	background: #f00;
	border-color: #f00;
}
.sbzc:hover .sbzc-tit span{
	color: #fff;
}
.sbzc-tit{
	line-height: 100px;
}
.sbzc-body{
	padding: 50px 0;
	background: #fff;
}
.sbzc-txt{
	padding: 10px 15px;
	text-align: left;
	border-bottom: dashed 1px #e5e5e5;
}
.zixun{
	padding: 6px 30px;
	border: solid 1px #ccc;
	border-radius: 5px;
}
.zixun:hover{
	color: #fff;
	background: #f00;
	border-color: #f00;
}
.message-bg{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 99;
}
.message{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 24px);
	max-width: 350px;
}
/* sbwh */
.sbwh{
	height: 100%;
	padding: 0 10px;
	border: solid 1px #fff;
	box-shadow: 0 0 10px rgb(153,153,153);
}
.sbwh:hover{
	border: solid 1px #f00;
}
.sbwh:hover .c666{
	color: #f00;
}
.sbwh-img{
	width: auto;
	height: 45px;
}
.run-bg{
	background: rgb(243,243,243);
}
.run{
	position: relative;
	height: 100%;
	padding: 20px 20px 50px;
}
.run-flex{
	justify-content: space-between;
}
.run-txt{
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
}
/* news */
.news-txt{
	width: calc(100% - 100px);
	padding-left: 12px;
}
.news-head{
	position: relative;
	border-bottom: dotted 1px #bfbfbf;
}
.news-imgs{
	width: 50px;
	height: 50px;
	margin-top: 5px;
	border-radius: 50px;
}
.news-txts{
	width: calc(100% - 50px);
	padding-left: 12px;
}
.friend-bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	background: rgba(247, 90, 83, .8);
}
.friend:hover .friend-bg{
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 999px) {
	.sbsq{
		padding: 20px 0;
	}
	.sbzcbox,.sbwhbox{
		padding: 0 6px;
	}
	.b4{
		width: 50%;
		padding: 10px 6px;
	}
	.b5{
		width: 50%;
	}
	.b2{
		width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}
	.run{
		padding-left: 6px;
		padding-right: 6px;
	}
	.run-flex{
		flex-wrap: initial;
	}
	.b_3{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.b3{
		width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}
	.b6{
		width: 33.33%;
	}
}