@charset "utf-8";
#mm{
	color:#fff;
	width:50px;
	height:50px;
	font-size:2rem;
	background-color:rgba(0,0,0,0.8);
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	position:fixed;
	right:20px;
	top:20px;
	z-index:200;
}
#mm_tb{
	background-color:rgba(0,0,0,0.8);
	padding: 20px;
	width: 45%;
	max-width: unset;
}
#mm_thead{
	margin: auto;
	display: flex;
	display: -webkit-flex;
	width:50px;
	height:50px;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size: 20px;
	border: 1px solid #333;
	margin-right: 0px;
}
#mm_thead:before{color:#fff;}
#mm_tbody{color:#fff}
#mm_tbody a{color:#fff;}
.back{
	height:auto;
	min-height:100vh;
	width:auto;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
	background-color:#333;
	z-index:-1;
	overflow:hidden;
}
@media (max-width:480px){
	.back{
		height:auto;
		min-height:100vh;
	}
}
.home_tb{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
}
.home_title{
	font-size:2rem;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#fff;
	text-align:right;
	text-transform:uppercase;
	white-space:nowrap;
}

.home_miaoshu{
	background-color:#262521;
	display:block;
	width:auto;
	height:auto;
	color:#fff;
	font-weight:bold;
	font-size:8rem;
	font-family:microsoft yahei;
	white-space:nowrap;
	text-transform:uppercase;
	padding:40px;
	padding-left:80px;
	padding-right:80px;
	overflow:hidden;
	margin:auto;
	text-align:center;
	color:#d4c8b3;
}
@media (max-width:480px){
	.home_miaoshu{
		font-size:4rem;
		word-break:break-all;
		padding-left:40px;
		padding-right:40px;
	}
}
.home_content{
	font-size:2rem;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#fff;
	text-align:left;
	text-transform:uppercase;
	white-space:nowrap;
}
@media (max-width:480px){
	.home_title{text-align:center;}
	.home_content{
		text-align:center;
	}
}
.title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	text-align:center;
	font-size:3rem;
	color:#fff;
	text-shadow:2px 2px 2px rgba(0,0,0,0.8);
}
.miaoshu{
	font-size:1.6rem;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:2px 2px 2px rgba(0,0,0,0.8);
}
.content{
	font-size:1.5rem;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:2px 2px 2px rgba(0,0,0,0.8);
}
.service_back:after{
	background-color: rgba(255,255,255,1);
	width:200%;
    height: 45%;
    margin: auto;
    display: block;
    margin: auto;
    position: absolute;
    z-index: -1;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
	transform:rotate(352deg);
}
.service_list{
	display:grid;
	grid-template-columns:calc(25% - 90px/4) calc(25% - 90px/4) calc(25% - 90px/4) calc(25% - 90px/4);
	row-gap:20px;
	column-gap:30px;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1100px;
	margin-top:40px;
	padding:10px;
}
@media (max-width:767px){
	.service_list{
		grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
		row-gap:10px;
		column-gap:10px;
	}
}
@media (max-width:480px){
	.service_list{
		grid-template-columns:auto;
	}
}
.service_tb{
	background-image:linear-gradient(0deg,rgba(255,255,255,1),#fff);
	padding:30px;
	display:block;
	text-align:center;
	width:auto;
	height:auto;
	border-radius:30px;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.6);
}
.service_pic{
	display:block;
	width:80px;
	height:auto;
	margin:auto;
	padding:20px;
}
.service_name{
	font-size:2rem;
	font-weight:bold;
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
}
.service_miaoshu{
	font-size:1.2rem;
	font-weight:bold;
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
}

.pinzhi_back:after{
	width:auto;
    height:40%;
    margin: auto;
    display: block;
    margin: auto;
    position: absolute;
    z-index: -1;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
	background-image:linear-gradient(181deg,rgba(255,255,255,1),rgb(173 168 168));
}

.pinzhi_list{
	display:grid;
	grid-template-columns:calc(25% - 90px/4) calc(25% - 90px/4) calc(25% - 90px/4) calc(25% - 90px/4);
	row-gap:20px;
	column-gap:30px;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1100px;
	margin-top:40px;
}
@media (max-width:767px){
	.pinzhi_list{
		grid-template-columns:calc(50% - 10px/2) calc(50% - 10px/2);
		row-gap:10px;
		column-gap:10px;
	}
}

.pinzhi_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:center;
}
.pinzhi_pic{
	display:block;
	width:auto;
	height:auto;
	padding-bottom:100%;
	margin:auto;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50%;
}

.pinzhi_name{
	font-size:1.4rem;
	font-weight:bold;
	margin-top:20px;
}
.brand_back:after{
	background-color: rgba(255,255,255,1);
	width:50%;
    height:100%;
    margin: auto;
    display: block;
    margin: auto;
    position: absolute;
    z-index: -1;
    right: 0px;
    bottom: 0px;
	top:0px;
    content: "";
}
@media (max-width:767px){
	.brand_back:after{
		background-color: rgba(0,0,0,1);
	}
}
.brand_tb{
	display:grid;
	grid-template-columns:calc(50% - 50px/2) calc(50% - 50px/2);
	align-items:center;
	width:auto;
	max-width:1200px;
	padding:10%;
	column-gap:50px;
	row-gap:20px;
	height:auto;
	margin:auto;
}
@media (max-width:767px){
	.brand_tb{
		grid-template-columns:auto;
		padding:20px;
	}
}
.brand_left{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:right;
}
.brand_right{
	padding:10%;
}
.brand_title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:3rem;
	color:#fff;
	text-shadow:2px 2px 2px rgba(0,0,0,0.8);
}
.brand_miaoshu{
	font-size:1.6rem;
	text-transform:uppercase;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:2px 2px 2px rgba(0,0,0,0.8);
}
.brand_content{
	font-size:1.5rem;
	text-transform:uppercase;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:2px 2px 2px rgba(0,0,0,0.8);
}
.brand_list{
	display:grid;
	grid-template-columns:calc(50% - 20px/2) calc(50% - 20px/2);
	column-gap:20px;
	row-gap:20px;
	flex-wrap:wrap;
	width:auto;
	height:auto;
}

.brand_item{
	width:auto;
	height:auto;
	padding-bottom:50%;
	border:1px solid #ddd;
	position:relative;
	display:block;
	background-color:#fff;
}
.pinpai_back:after{
	background-color:rgba(0,0,0,0.8);
	width:auto;
    height:auto;
    margin: auto;
    display: block;
    margin: auto;
    position: absolute;
    z-index: -1;
	left:0px;
    right: 0px;
    bottom: 0px;
	top:0px;
    content: "";
	boxs-sizing:border-box;
}
.pinpai_tb{
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	padding:20px;
	overflow:hidden;
}
.pinpai_list{
	
}
.pinpai_thead{
	display:grid;
	grid-template-columns:180px auto;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1.2rem;
	color:#fff;
	background-color:#4b4226;
	margin-top:50px;
}
.pinpai_thead>div{
	width:auto;
	height:auto;
	padding:10px;
	background-image:linear-gradient(90deg,#4b4226,#7b6f42);
	font-size:1.3rem;
	font-weight:bold;
	padding:20px;
}
.pinpai_item{
	display:flex;
	display:-webkit-flex;
	width:auto;
	height:auto;
	margin:auto;
	font-size:1.2rem;
	color:#fff;
	border-bottom:1px solid #4b4226;
}
@media (max-width:767px){
	.pinpai_item{
		flex-direction:column;
	}
}
.pinpai_item>div{padding:10px;}
.pinpai_name{
	font-weight:bold;
	color:#7b6f42;
}
.contact_tb{
	width:auto;
	height:auto;
	margin:auto;
	max-width:1000px;
	padding:30px;
	overflow:hidden;
	background-color:rgba(0,0,0,0.8);
	color:#fff;
}
.contact_item{
	display:grid;
	grid-template-columns:260px auto;
	align-items:center;
	column-gap:40px;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:20px;
}
@media (max-width:767px){
	.contact_item{
		grid-template-columns:auto;
		padding:20px;
	}
}
.wx{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contact_content{
	width:auto;
	height:auto;
	padding:30px;
	overflow:hidden;
	font-size:1.3rem;
	line-height:2.2;
}
.contact_content a{
	color:#fff;
	font-size:1.3rem;
}
.about_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	max-width:1000px;
	padding:30px;
}
.about_content{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}