@charset "utf-8";

.house div::-webkit-scrollbar{
	display: none;
	width: 4px;
	height: 4px;
	background: rgba(150,150,150,.1);
}
.house div::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background: rgba(100,100,100,.2);
}

.house{
	padding: 10px 10%;
	background: #F9F9F9;
}
.box{
	background: #FFFFFF;
}
.index_title{
	position: relative;
}
.index_title>div{
	position: absolute;
	top: -105px;
	left: 30px;
	color: #FFFFFF;
	z-index: 1;
}
.mainser,.main_ct ul li a,.main_ct ul li a span{
	color: #666666;
}
.mainser .block4{
	padding: 2%;
}
.main_box{
	width: 100%;
	display: inline-block;
	padding: 15% 10%;
	box-shadow:0 0 5px 5px #c0c0c0;
	position: relative;
}
.main_box .main_box_img img{
	width: 100%;
	height: auto;
}
.main_box .main_box_img{
	position: absolute;
	width: 20%;
	height: auto;
	right: 10%;
	bottom: 10%;
}
.main_tit{
	width: max-content;
	height: 35px;
	line-height: 2;
	border-bottom: solid 3px #FF0000;
}
.main_tit h3{
	margin: 0;
	font-size: 22px;
	font-weight: 100;
}
.main_dscr{
	padding: 10px 0;
	font-size: 14px;
}
.main_ct ul li{
	font-size: 16px;
	line-height: 25px;
}
.main_ct ul li a span{
	font-size: 20px;
	padding-right: 5px;
}

.newsbox{
	width: 100%;
	display: inline-block;
}
.news_head{
	border-left: solid 1px #e5e5e5;
	overflow: auto;
}
.news_head ul{
	display: flex;
	width: max-content;
	min-width: 100%;
}
.news-item{
	display: inline-block;
	width: 100%;
	min-width: max-content;
	padding: 0 12px;
	text-align: center;
	border: solid 1px #e5e5e5;
	border-left: none;
	cursor: pointer;
}
.newstxt .news-item{
	border-top-width: 4px;
}
.newsimg .on{
	background: #f00;
	color: #fff;
	border: none;
}
.newstxt .on{
	color: #f00;
	border-top: solid 4px #f00!important;
}
.news-item h3{
	font-size: 16px;
	line-height: 60px;
}
.news_body>div{
	display: none;
}
.news_body>div:nth-of-type(1){
	display: block;
}
.news_body ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news_body li{
	width: 30%;
	line-height: 60px;
	border-bottom: solid 1px #e5e5e5;
}
.newsli{
	display: inline list-item;
	list-style: disc;
	font-size: 16px;
}
.news-img{
	width: auto;
	height: 45px;
}
.news-txt{
	padding-left: 10px;
	font-size: 16px;
	line-height: 32px;
}
.bgmap{
	background: url(/public/home/images/ditu.png);
}
.bgmap .b6{
	position: relative;
}
.hv_show{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(247,90,83,.8);
}
.hv_show>div{
	width: 100%;
	text-align: center;
	color: #fff;
}
.bgmap .b6:hover .hv_show{
	display: flex;
}
.block4 h4{
	margin-top: 5px;
	margin-bottom: 10px;
}

@media (max-width: 999px) {
	.house{
		padding: 10px 0;
	}
	.house>.pad10{
		padding: 10px 0;
	}
	.pad{
		padding: 0 6px;
	}
	.b4,.b6{
		width: 50%;
		padding: 10px 6px;
	}
	.b8{
		width: 25%;
	}
	.newsbox{
		padding: 10px 6px;
	}
	.news_body li{
		width: 100%;
	}
	.news_body li:nth-child(n+6){
		display: none;
	}
	.bgmap .b6{
		width: 33.33%;
	}
	.bgmap .b6 img{
		width: 100%;
	}
}