html {
	font-size: 62.5%
}

#body {
	background: #F2F2F2;
	width: 100%;
	margin: 0;
	padding: 0;
}

.head {
	width: 100%;
}

/* 头部logo样式 */
.head .first-logo {
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.head .first-logo img {
	width: 20rem;
	height: 6rem;
}

.head .first-logo ul {
	list-style: none;
	display: flex;
	justify-content: space-around;
	font-size: 1.4rem;
	margin-left: 20%;
}

.head .first-logo ul li {
	margin-right: 2rem;
}

.head .first-logo ul span {
	color: #FF8C00;
}

/* 头部菜单样式 */
.head .menu {
	background: #FFF;
	width: 100%;
	margin: 0 auto;
}

.head .menu ul {
	width: 80%;
	list-style: none;
	display: flex;
	font-size: 1.4rem;
	margin: 0 auto;
	padding: 0;
	line-height: 6rem;
}

.head .menu ul li {
	margin-left: 5rem;
}

.head .menu ul .product {
	background: #33A145;
	margin-left: 0;
	color: #FFF;
	width: 30rem;
	text-align: center;
}

.head .menu ul .active {
	color: #33A145;
}

.banner-img {
	width: 100%;
	height: auto;
}

.btn-banner {
	width: 6rem;
	height: 6rem;
}

.product-menu {
	position: absolute;
	z-index: 2;
	top: 0;
	color: #fff;
	width: 30rem;
	margin-left: 10%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	font-size: 1.4rem;
}

.product-menu ul {
	list-style: none;
	padding: 0;
}

.product-menu ul li {
	margin: 2rem;
}

.product-menu ul li ul {
	display: flex;
}

.product-menu ul li ul li {
	margin-left: 0;
	font-size: 1.2rem;
}

.head .search {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	line-height: 6rem;
	font-size: 1.4rem;
}

.head .search .search-child {
	display: flex;
	align-items: center;
}

.head .search .search-child div {
	margin-left: 1rem;
}

.head .search .search-child:last-child {
	position: relative;
}

.head .search .search-child:last-child input {
	border: 1px solid #33A145;
	outline: none;
	height: 3rem;
	border-radius: 2rem;
	padding-left: 1rem;
	width: 16rem;
}

.head .search .search-child:last-child img {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	right: 1rem;
}

/* 底部样式 */
.foot {
	width: 100%;
	background: #33A145;
	color: #FFFFFF;
}

.foot .foot-menu {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 2rem;
}

.foot .foot-menu .mobile {
	display: flex;
	align-items: center;
	margin-top: 1rem;
	line-height: 2rem;
}

.foot .foot-menu .mobile img {
	margin-right: 1rem;
}

.foot .foot-menu .quick div {
	font-size: 1.4rem;
}

.foot .foot-menu ul {
	list-style: none;
	padding: 0;
}

.foot .foot-menu ul li {
	line-height: 3rem;
}

.foot .foot-menu .code {
	text-align: center;
}

.foot .beian {
	width: 100%;
	line-height: 4rem;
	text-align: center;
}
