* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: 'PingFang SC', sans-serif;
	font-size: 16px;
}
a,
a:hover {
	text-decoration: none;
}
li {
	list-style: none;
}
em,
i {
	font-style: normal;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
/* 头部制作 */
.head .head-top {
	width: 100%;
	height: 40px;
	background: #f1f1f1;
}
.head .head-top .head-top-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.head .head-top .head-top-main h6 {
	color: #424242;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.head .head-top .head-top-main a {
	color: #424242;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.head .head-top .head-top-main a span {
	font-weight: 400;
	font-size: 14px;
	color: #ff5300;
	margin-left: 18px;
}
.head .head-top .head-top-main a .head-count {
	position: absolute;
	left: 14px;
	top: -6px;
	z-index: 1;
	background: #ff5300;
	border-radius: 20px;
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
	min-width: 20px;
	min-height: 13px;
	white-space: nowrap;
	text-align: center;
}

.head .head-center {
	height: 130px;
	background-color: #fff;
}
.head .head-center .head-center-main {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	padding-left: 13px;
}
.head .head-center .head-center-main .center-left {
	display: flex;
	align-items: center;
}
.head .head-center .head-center-main .center-left .logo {
	margin-right: 15px;
}
.head .head-center .head-center-main .center-left .title {
	padding-left: 12px;
	color: #242424;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-left: 1px solid #d6dee7;
	white-space: nowrap;
}
.head .head-center .head-center-main .center-right {
	display: flex;
	align-items: center;
	margin-left: 173px;
}
.head .head-center .head-center-main .center-right .form-area {
	width: 510px;
	height: 62px;
	background-color: #f1f1f1;
}
.head .head-center .head-center-main .center-right .form-area form {
	padding: 10px 10px 11px 17px;
	height: 100%;
	display: flex;
}
.head .head-center .head-center-main .center-right .form-area form input {
	height: 100%;
	flex: 1;
	border: 1px solid #d0d0d0;
	background: #fff;
	border-right: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 14px;
	color: #21242c;
}
.head .head-center .head-center-main .center-right .form-area form input::placeholder {
	color: #c6c6c6;
}
.head .head-center .head-center-main .center-right .form-area form input:focus {
	outline: 1px solid #157341;
}
.head .head-center .head-center-main .center-right .form-area form button {
	width: 40px;
	height: 100%;
	background-color: transparent;
	border: none;
	background-color: #1d914e;
	cursor: pointer;
}
.head .head-center .head-center-main .center-right .user-profile {
	display: block;
	margin-left: 18px;
	color: #2f2f2f;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.head .head-center .head-center-main .center-right .user-profile img {
	vertical-align: middle;
	width: 24px;
	height: 24px;
	object-fit: cover;
	border-radius: 50%;
}
.head .head-center .head-center-main .center-right .user-profile p {
	white-space: nowrap;
}
.head .head-nav {
	height: 50px;
	background: #262626;
}
.head .head-nav .head-nav-main {
	height: 100%;
	display: flex;
	/* 提供定位 */
	position: relative;
}

/* 显示全部的一级分类 */
.head .head-nav .head-nav-main .all-cate {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: auto;
	z-index: 2;
	padding-top: 29px;
	padding-bottom: 23px;
	padding-left: 25px;
	background-color: #fff;
	flex-wrap: wrap;
	border-bottom: 1px solid #efefef;
	box-shadow: 0 0 10px #ccc;
	display: none;
}
.head .head-nav .head-nav-main .all-cate.active {
	display: flex;
}

.head .head-nav .head-nav-main .all-cate li {
	margin-right: 30px;
	margin-bottom: 23px;
}
.head .head-nav .head-nav-main .all-cate li:hover a {
	color: #157341;
}
.head .head-nav .head-nav-main .all-cate li.active a {
	color: #157341;
	font-weight: 900;
}
.head .head-nav .head-nav-main .all-cate li a {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0;
	color: #3f3f3f;
	overflow-wrap: break-word;
}

/* 控制显示按钮 */
.head .head-nav .head-nav-main .collapse {
	width: 75px;
	height: 100%;
	background: #10904d;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
}
.head .head-nav .head-nav-main .collapse span {
	margin-left: 7px;
}

.head .head-nav .head-nav-main .collapse:hover {
	background-color: #1c2283;
}
.head .head-nav .head-nav-main .collapse .close-btn {
	display: none;
}
.head .head-nav .head-nav-main .collapse.active .open-btn {
	display: none;
}
.head .head-nav .head-nav-main .collapse.active .close-btn {
	display: inline-block;
}
.head .head-nav .head-nav-main ul.nav {
	display: flex;
}
.head .head-nav .head-nav-main ul.nav li {
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #3c3c3c;
	height: 100%;
}
.head .head-nav .head-nav-main ul.nav li.active {
	background-color: #157341;
}
.head .head-nav .head-nav-main ul.nav li:hover {
	background-color: #157341;
}
.head .head-nav .head-nav-main ul.nav li a {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height: 100%;
	display: flex;
	align-items: center;
}
.head .head-nav .head-nav-main .nav-contact {
	margin-left: auto;
	width: 124px;
	height: 100%;
	background-color: #10904d;
	display: flex;
	align-items: center;
	justify-content: center;
}
.head .head-nav .head-nav-main .nav-contact span {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left: 7px;
}
.head .head-phone {
	display: none;
}
/* 网页底部 */
.footer {
	background: linear-gradient(0deg, #010101 0%, #010101 100%);
	padding-top: 49px;
	/* 底部上方区域 */
	/* 底部版权信息 */
}
.footer .foot-link {
	display: flex;
	padding-bottom: 94px;
}
.footer .foot-link .left {
	display: flex;
}
/* 控制左侧信息不换行 */
.footer .foot-link .left .info-list {
	padding-top: 17px;
	white-space: nowrap;
}
.footer .foot-link .left .info-list h5 {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
}
.footer .foot-link .left .info-list p {
	color: #ababab;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 2;
	max-width: 280px;
}
.footer .foot-link .left .nav-left {
	display: flex;
	flex-wrap: wrap;
	/* margin-left: 94px; */
	margin-left: 60px;
	padding-right: 10px;
	border-right: 1px solid #3a3a3a;
	padding-top: 11px;
}

.footer .foot-link .left .nav-left .nav-item {
	width: 21%;
	margin-right: 5%;
	margin-bottom: 19px;
}
.footer .foot-link .left .nav-left .nav-item:nth-child(4n) {
	margin-right: 0;
}
.footer .foot-link .left .nav-left .nav-item .first-link {
	color: #fff;
	/* font-size: 18px; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
	word-break: break-all;
}
.footer .foot-link .left .nav-left .nav-item .first-link:hover {
	color: #157341;
}
.footer .foot-link .left .nav-left .nav-item ul li {
	/* line-height: 2.2; */
	margin-bottom: 15px;
	max-width: 120px;
	word-break: break-all;
}
.footer .foot-link .left .nav-left .nav-item ul li:hover a {
	color: #157341;
}
.footer .foot-link .left .nav-left .nav-item ul a {
	color: #ababab;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
	word-break: break-all;
}

.footer .foot-link .right {
	padding-left: 39px;
	padding-top: 16px;
}
.footer .foot-link .right img {
	width: 78px;
	height: 78px;
	object-fit: contain;
	margin-bottom: 15px;
}
.footer .foot-link .right p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.35;
}
.footer .foot-copyright {
	border-top: 1px solid #282e30;
	padding-top: 32px;
	padding-bottom: 45px;
}
.footer .foot-copyright .copyright-main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .foot-copyright span,
.footer .foot-copyright a {
	color: #ababab;
	font-size: 14px;
}

.phone-head-prolist {
	display: none;
}

/* 返回上一层按钮 */
.head .head-top .head-top-main .go_back {
	display: none;
}

@media (max-width: 1250px) {
	.wrap {
		width: 90%;
	}
	.head .head-center .head-center-main .center-left .title {
		font-size: 24px;
	}
	.head .head-center .head-center-main .center-right {
		margin-left: 60px;
		flex: 1;
	}
	.head .head-center .head-center-main .center-right .form-area {
		width: 100%;
	}
	.head .head-nav .head-nav-main ul.nav li {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer .foot-link {
		flex-wrap: wrap;
	}
	.footer .foot-link .left {
		width: 100%;
		flex-wrap: wrap;
	}
	.footer .foot-link .left .info-list,
	.footer .foot-link .left .nav-left {
		width: 100%;
	}
	.footer .foot-link .left .nav-left {
		margin-left: 0;
		margin-top: 25px;
	}
	.footer .foot-link .left {
		justify-content: space-between;
	}
	.footer .foot-link .left .nav-left .nav-item {
		margin-right: 35px;
	}
	.footer .foot-link .right {
		padding-left: 0;
	}
	.footer .foot-link {
		padding-bottom: 45px;
	}
	.footer .foot-copyright {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media (max-width: 992px) {
	.head .head-center {
		display: none;
	}
	.head .head-nav {
		display: none;
	}
	.head .head-phone {
		display: block;
		position: relative;
		z-index: 6;
	}
	.head .head-phone .head {
		height: 50px;
		background-color: #fff;
		border-bottom: 1px solid #efefef;
	}

	.head .head-phone .head .wrap {
		height: 100%;
		display: flex;
		/* justify-content: space-between; */
		justify-content: start;
		align-items: center;
	}
	.head .head-phone .head .wrap .logo img {
		height: 40px;
	}
	.head .head-phone .head .wrap img {
		display: block;
		cursor: pointer;
		user-select: none;
	}

	/* 公司姓名 */
	.head .head-phone .wrap .company-name {
		/* color: #fff; */
		/* color: #40b16f; */
		color: #000;
		font-size: 18px;
		margin-left: 15px;
	}

	.head .head-phone .wrap .placeholder-text {
		margin-left: auto;
		margin-right: 5px;
		font-size: 16px;
		user-select: none;
		color: #000;
		font-weight: 700;
		height: 100%;
		padding-left: 5px;
		padding-right: 5px;
		display: flex;
		align-items: center;
	}

	.head .head-phone .nav {
		background-color: #157341;
		display: none;
		padding-bottom: 25px;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 6;
		width: 100%;
		height: auto;
	}
	.head .head-phone .nav li {
		padding-left: 5%;
		padding-right: 5%;
		/* padding-top: 15px; */
		/* padding-bottom: 15px; */
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.head .head-phone .nav li a {
		/* padding: 15px 0; */
		/* display: block; */
		color: #fff;
		font-size: 16px;
		line-height: 1.25;
		text-align: left;
	}
	.head .head-phone .nav .search-li form {
		height: 40px;
		display: flex;
		align-items: flex-start;
	}
	.head .head-phone .nav .search-li input,
	.head .head-phone .nav .search-li button {
		display: block;
		height: 100%;
	}
	.head .head-phone .nav .search-li input {
		flex: 1;
		overflow: hidden;
		padding-left: 15px;
		font-size: 16px;
		color: #21242c;
	}
	.head .head-phone .nav .search-li input::placeholder {
		color: #ccc;
	}
	.head .head-phone .nav .search-li button {
		width: 40px;
		height: 40px;
		border: none;
		background-color: #1d914e;
	}
	.footer .foot-link .left {
		flex-wrap: wrap;
	}
	/* 里面的内容不换行 */
	.footer .foot-link .left .info-list {
		width: 100%;
	}
	.footer .foot-link .left .nav-left {
		margin-top: 25px;
		padding-top: 0;
		width: 100%;
		margin-left: 0;
		padding-right: 0;
		flex-wrap: wrap;
		border-right: 0;
	}
	.footer .foot-link .left .nav-left .nav-item {
		width: 20%;
	}
	.footer .foot-link .right {
		padding-top: 25px;
	}
	/* 手机端头部产品 */
	.phone-head-prolist {
		display: flex;
		flex-wrap: wrap;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.phone-head-prolist .item {
		width: 32%;
		margin-right: 2%;
		padding: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #157341;
		margin-bottom: 10px;
		border-radius: 10px;
	}

	.phone-head-prolist .item a {
		font-size: 16px;
		color: #fff;
	}
	.phone-head-prolist .item:nth-child(3n) {
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	.footer {
		padding-top: 25px;
	}
	.footer .foot-link .left .nav-left {
		justify-content: space-between;
	}
	/* 移动端适配 */
	.footer .foot-link .left .nav-left .nav-item {
		width: 45%;
		margin-right: 0;
		/* margin-top: 25px; */
		margin-bottom: 20px;
	}
	.footer .foot-link .left .nav-left .nav-item .first-link {
		font-size: 15px;
	}
	.footer .foot-link .left .nav-left .nav-item:nth-child(-n + 2) {
		margin-top: 0;
	}
	.footer .foot-link .left .nav-left .nav-item ul li {
		max-width: 90%;
		width: fit-content;
	}
	.footer .foot-copyright .copyright-main {
		flex-wrap: wrap;
	}
	.footer .foot-copyright .copyright-main .copyright-item {
		width: 100%;
		margin-bottom: 15px;
	}
	.footer .foot-copyright {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	/* 返回上一层按钮 */
	.head .head-top .head-top-main .go_back {
		display: flex;
		align-items: center;
	}

	.head .head-top .head-top-main .go_back .icon {
		background-color: #10904d;
		padding: 5px 10px;
		height: 72%;
		user-select: none;
		border-radius: 5px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.head .head-top .head-top-main .go_back img {
		width: 18px;
	}

	.head .head-top .head-top-main .go_back span {
		font-size: 14px;
		margin-left: 5px;
	}
	/* 隐藏文字 */
	.head .head-top .head-top-main h6 {
		display: none;
	}
}
@media (max-width: 576px) {
	.footer .foot-copyright .copyright-main .copyright-item:first-child span {
		display: block;
		margin-bottom: 5px;
	}

	/* 手机端头部产品列表 */
	.phone-head-prolist {
		margin-bottom: 0;
	}

	.head .head-phone .wrap .company-name {
		font-size: 16px;
		margin-left: 7px;
	}

	.phone-head-prolist .item {
		padding: 10px 5px;
	}

	.phone-head-prolist .item a {
		font-size: 12px;
	}

	.head .head-top .head-top-main a span {
		font-size: 12px;
	}

	.head .head-top .head-top-main h6 {
		font-size: 12px;
	}
}
