* {
	margin: 0;
	padding: 0;
}

.top-logo {
	height: 80px;
	width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-logo .left-name {
	display: flex;
	align-items: center;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.top-logo img {
	width: 80px;
	height: 80px;
	margin-right: 10px;
}

.banner-box {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.banner-box img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
}

.menu-box {
	background-color: rgba(62, 148, 56, 1);
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-box span {
	width: 116px;
	font-size: 16px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
}

.menu-box a.link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.menu-box span:hover,
.menu-box span.act {
	background-color: rgba(255, 255, 255, .5);
}

/* 关于我们 start */
.about-us {
	width: 1100px;
	margin: 0 auto;
	margin-top: 30px;
}

.title-module {
	position: relative;
	padding-left: 14px;
	padding-bottom: 20px;
}

.title-module:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	width: 4px;
	height: 45px;
	background-color: #4ab344;
}

.title-module label {
	font-size: 20px;
	padding-top: 6px;
	font-weight: bold;
	color: #4ab344;
	display: block;
}

.title-module span {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #737373;
	display: block;
}

.about-us-content img {
	width: 334px;
	height: 197px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.about-us-content p {
	font-size: 18px;
	color: #000;
}

/* 关于我们 end */
.tianjian-wrap {
	margin-top: 40px;
	height: 360px;
	background: url(../img/tianjian-bg.jpg) no-repeat center;
	display: flex;
	align-items: center;
}

.tianjian-box {
	margin: 0 auto;
	width: 1100px;
	overflow: hidden;
}

.img-box {
	display: flex;
	align-items: center;
	/* margin: 0 -15px; */
}

.img-box img {
	margin: 0 15px;
	width: 250px;
	height: 200px;
}

.chanpin-box {
	margin: 0 -25px;
}

.chanpin-box img {
	margin: 0 40px;
	width: 200px;
	height: 250px;
}

footer {
	height: 270px;
	background: rgba(62, 148, 56, 1);
}

.footer-info {
	width: 1100px;
	margin: 0 auto;
	height: 184px;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.footer-info .left p {
	display: flex;
	align-items: center;
}

.footer-info .left img {
	margin-right: 10px;
}

.footer-info .left span {
	line-height: 48px;
	font-size: 20px;
	color: #fff;
}

.footer-info .right img {
	width: 200px;
	height: 200px;
}

.footer-info .right p {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}

.copy-right {
	display: flex;
	align-items: center;
	border-top: 2px solid rgb(74, 179, 68);
	height: 84px;
	flex-direction: column;
	justify-content: center;
}

.copy-right p,
.copy-right p a {
	width: 1100px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}