@charset "utf-8";
@import url("/css/common.css");
* {
	font-family: "microsoft yahei";
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	height: 100% !important;
	font-size: 16px;
	word-wrap: break-word;
	color: #0f0b00;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h1,h2,h3,h4,h5,h6{
	text-align: center;
	font-weight: 100;
}
a{
	color: #333;
	text-decoration: none;
}
.header{
	width: 100%;
	padding: 20px 0;
	display: inline-block;
}
.logo{
	padding-left: 150px;
}
.logo>a>img{
	height: 40px;
}
.nav{
	width: 100%;
}
.nav>ul{
	width: max-content;
	margin: 0 auto;
}
.nav li{
	float: left;
	height: 80px;
	line-height: 80px;
	padding: 0 20px;
}
.nav li a{
	font-size: 18px;
	color: #0f0b00;
}
.nav li a:hover{
	color: #CB010B;
	font-weight: 600;
}
.website{
	padding-right: 150px;
}
.banner{
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

footer{
	width: 100%;
	display: inline-block;
	color: #FFFFFF;
}
.footer_top{
	width: 100%;
	background: #58595b;
	text-align: center;
}
.footer_nav{
	width: 100%;
	display: flex;
}
.footer_nav ul{
	width: max-content;
	margin: 0 auto;
}
.footer_nav li{
	font-size: 15px;
	line-height: 140px;
	padding: 0 10px;
	float: left;
}
.footer_nav li a{
	color: #fff;
}
.footer_nav li a:hover{
	font-weight: 600;
}
.footer_contact{
	width: 100%;
	text-align: center;
	margin: 5px auto;
}
.footer_contact>div{
	width: 32px;
	height: 32px;
	display: inline-block;
	margin: 0 10px;
}
.wxfx{
	position: relative;
}
/* .wxfx:hover #qrcode{
	display: block;
} */
.footer_top p{
	font-size: 15px;
	line-height: 25px;
}
.footer_bottom{
	width: 100%;
	padding: 30px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	box-sizing: border-box;
	background: #58595b;
	border-top: solid #fff 1px;
}

.footer_bottom .bei{
	display: inline;
	margin: 0 20px;
}
.bei>span{
	padding: 0 10px;
}
.bei>a{
	color: #fff;
	margin-left: 10px;
}
li {
	list-style: none;
}
img {
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
.ban_img{
	width: 100%;
	height: auto;
}
.ban_txt{
	width: 100%;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
}
.ban_script{
	width: 100%;
	height: 300px;
}
.ban_not{
	width: 100%;
	height: 1px;
}

.house{
	padding: 0 10%;
}
.room15,.box,.box1,.box4{
	display: inline-block;
}
.room15{
	width: 100%;
	padding: 50px 18%;
}
.box{width: 100%;}
.box1{width: 100%;padding: 5px;}
.box2{width: 50%;padding: 5px;}
.box3{width: 33.33%;padding: 5px;}
.box4{width: 25%;padding: 5px;}
.box8{width: 12.5%;padding: 5px;}
.box img{
	width: 100%;
	height: auto;
}
.br1{height: 10px;}
.br2{height: 20px;}
.br3{height: 30px;}
.br5{height: 50px;}

.text_f{
	width: max-content;
	height: 50px;
	margin: 0 auto;
	border-bottom: solid 3px #45A865;
}

@media (max-width:1200px) {
	.room15{
		padding: 50px 5%;
	}
}

@media (max-width:767px) {
	.header h1,.header h6{
		display: none;
	}
	header .logo{
		padding-left: 0;
	}
	.logo>a>img{
		height: 30px;
	}
	header .website{
		padding-right: 10px;
	}
	.website .f30{
		font-size: 20px;
	}
	.caidan{
		display: block;
		position: fixed;
		width: 40px;
		top: 20px;
		right: 30px;
		z-index: 100;
	}
	.caidan>img{
		width: 100%;
	}
	.nav{
		position: fixed;
		width: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 30px 10px;
		background: #fff;
		z-index: 99;
		display: none;
	}
	.nav>ul{
		width: 100%;
		padding: 0 10px;
		padding-top: 12vh;
	}
	.nav>ul>li{
		width: 100%;
		height: 60px;
		line-height: 60px;
		border-bottom: solid 1px #ccc;
	}
	.room15{
		padding: 50px 5%;
	}
	.footer_nav{
		display: none;
	}
}