html,
body {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #F2F2F2
}


ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

p,
h4,
ul {
    color: #313131;
	margin: 0;
	padding: 0;
}

#nav {
	width: 3.2rem;
	height: 100%;
	background: #FFFFFF;
	float: left;
	font-size: 0.24rem;
}

#nav .title {
	padding: 0.1rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;

}

.logo {
	margin-top: 0.35rem;
	width: 1.87rem;
	height: 1.03rem;
}

.navlist {
	/* position: absolute; */
	/*margin-top: 0.47rem;*/
	margin-top: 0.17rem;
	padding: 0;

}

.navlist li {
	/* height: ; */
	text-align: center;

}

.line {
	margin: 0 auto;
	width: 1.5rem;
	height: 0px;
	border-bottom: 1px solid #757575;
	opacity: 0.5;
	margin-top: 0.14rem;
	margin-bottom: 0.1rem;
}

.layer1 {
	/*font-size: 0.17rem;*/
	font-size: 0.23rem;
	font-family: DFPHeiW3;
	font-weight: 400;
	color: #67A785;
	line-height: 0.35rem;
	letter-spacing: 1px;
}

.layer2 {
	/*font-size: 0.12rem;*/
	font-size: 0.17rem;
	font-family: DFPHeiW3;
	font-weight: 400;
	color: #757575;
	letter-spacing: 1px;
	line-height: 0.15rem;
}

.layer2:hover {
	color: #67A785;
}
.title_code {
	/*margin-top: 1.48rem;*/
	margin-top: 0.38rem;
	display: flex;
	justify-content: center;

}
.code {
	width: 1.17rem;
	height: 1.17rem;
}
.Contact {
	/*margin: 0.52rem 0.19rem 0 0.19rem;*/
	/*margin: 0.12rem 0.19rem 0 0.19rem;*/
	margin: 0.12rem 0.19rem 0 0.1rem;
	/*font-size: 0.15rem;*/
	font-size: 0.17rem;
	font-family: DFPHeiW3;
	font-weight: 400;
	line-height: 0.3rem;
}

.Contact span {
	color: #3B76C2;
	cursor: pointer;
}

.Contact p {
	color: #757575;
}

/* 左侧 */
#section {
	position: relative;
	float: left;
	width: calc(100% - 3.57rem);
	height: 100%;
	margin-left: 0.37rem;
}

.card-body {
	padding: 0;
}

.introduce {
	padding: 0.3rem 0.68rem 0.5rem 1.34rem;
}

.introduce2 {
	padding: 0rem 0.18rem 0rem 0.34rem;
}

.card {
	border: 0px solid #000000;
	border-radius: 0;

}

.Profile {
	font-size: 0.44rem;
	font-family: DFPHeiW7;
	font-weight: bold;
	color: #313131;
	line-height: 0.83rem;
	text-align: center;
	/*margin-top: 0.58rem;*/
	margin-top: 0.07rem;
}

.factory {
	width: 6.64rem;
	height: 2.3rem;


}

.chair {
	position: absolute;
	/*bottom: 0;*/
	width: 100%;
	margin-top: 0.35rem;
}

.enterprise{
	/*height: calc(100% - 2.83rem);*/
}

.introduce {
	display: flex;
	justify-content: center;
	align-items: center;
}

.introduce2 {
	display: flex;
	justify-content: center;
	/*align-items: center;*/
}

.description {
	/*padding: 0.35rem;*/
	padding: 0rem 0rem 0rem 0.2rem;
}

.description p {
	font-size: 0.21rem;
	font-family: DFPHeiW3;
	font-weight: 400;
	color: #000000;
	line-height: 0.24rem;
	margin-bottom: 0.09rem;

}

/* 商品 */
.merchandise {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*margin:  0.39rem 1.3rem 0.22rem 1.3rem  !important;*/
	margin:  0.29rem 0.5rem 0.22rem 0.5rem  !important;
}

.merchandise li {
	font-size: 0.14rem;
	font-family: DFPHeiW7;
	font-weight: 400;
	color: #313131;
	line-height: 0.26rem;
	text-align: center;
	cursor: pointer;
	transition-timing-function: ease;
	transition-duration: .7s;
	transform: translate3d(0,10px,0);

}

.foldablechair{
	width: 1.9rem;
	height: 1.39rem;
	border: 1px solid #AAAAAA;
}
.foldablechair:hover{
	border: 5px solid #67A785;
}