* {
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	font-size: 16px;
	background-color: #fff;
}

body, div, a, li, ul, ol, dl, img, span, input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

/* 外边距和后台一致 */

p {
	margin: 5px 0;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.after:after {
	content: '';
	display: block;
	clear: both;
}

.mr-0 {
	margin-right: 0px!important;
}

.this-1200 {
	margin: 0 auto;
	width: 1200px;
}

/* 头部 */
#header {
	background-color: #5fa779;
}

#header .nr {
	padding: 40px 0;
}

#header .logo {
	font-size: 0;
	width: 120px;
	margin-top: -10px;
}

#header .title {
	padding-left: 40px;
	border-left: 1px solid #fff;
	margin-left: 40px;
	color: #fff;
}

#header .title p:nth-of-type(1) {
	font-size: 24px;
	text-transform: uppercase;
}

#header .title p:nth-of-type(2) {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

#header .link {
	margin-top: 18px;
}

#header .link a {
	float: left;
	width: 30px;
	height: 30px;
	background-color: #ddd;
	border-radius: 15px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	margin-left: 10px;
	transition: all 0.3s;
}

#header .link a:hover {
	background-color: #00542d;
}

/* 导航 */

#nav {
	background-color: #00542d;
}

#nav .list a {
	float: left;
	color: #fff;
	line-height: 44px;
	padding: 0 50px;
}

#nav .list a:hover {
	background-color: #00713d;
}

#nav .list a.active {
	background-color: #00713d;
}

#nav .search {
	line-height: 44px;
}

#nav .search input {
	background-color: #fff;
	border: 0;
	border-radius: 3px;
	width: 150px;
	padding-left: 5px;
	padding-right: 25px;
	line-height: 25px;
	outline: none;
	margin-right: -30px;
}

#nav .search button {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	outline: none;
	line-height: 25px;
}

/* 新闻组件 */

.news-list::after {
	content: "";
	clear: both;
	display: block;
}

.news-list a {
	width: calc(33.333% - 30px);
	margin-right: 45px;
	float: left;
	position: relative;
	margin-top: 45px;
}

.news-list a:nth-of-type(3n) {
	margin-right: 0;
}

.news-list a .img {
	width: 100%;
	padding-top: 75%;
	height: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.news-list a .time {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 16px;
}

.news-list a .title p {
	margin: 0;
}

.news-list a .title p:nth-of-type(1) {
	line-height: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

.news-list a .title p:nth-of-type(2) {
	line-height: 24px;
	overflow: hidden;
	color: #999;
	height: 48px;
	font-size: 14px;
}

.news-list a:hover p:nth-of-type(1) {
	color: #00713d;
}

/* 产品组件 */

.products-list::after {
	content: "";
	clear: both;
	display: block;
}

.products-list a {
	width: calc(25% - 15px);
	position: relative;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.products-list a:nth-of-type(4n) {
	margin-right: 0;
}

.products-list a .img {
	padding-top: 100%;
	height: 0;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.products-list .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(102, 102, 102, 0.7);
	opacity: 0;
	transition: all 0.3s;
}

.products-list a p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 22px;
	opacity: 0;
	transition: all 0.3s;
}

.products-list a:hover .img::before {
	opacity: 1;
}

.products-list a:hover p {
	opacity: 1;
}

/* 首页 */

#home .about {
	padding: 40px 0;
}

#home .about .left {
	width: 820px;
	float: left;
}

#home .about .left .body {
	position: relative;
	float: left;
	width: 410px;
	height: 500px;
	background-image: url(../images/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
}

#home .about .left .body::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#home .about .left .body .content {
	position: relative;
	z-index: 9;
	color: #fff;
	padding-top: 80px;
	padding-left: 50px;
	padding-right: 50px;
	line-height: 36px;
}

#home .about .left .body .more {
	position: relative;
	z-index: 999;
	color: #fff;
	width: 160px;
	line-height: 40px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 20px;
	margin-top: 40px;
	transition: all 0.3s;
}

#home .about .left .body .more:hover {
	background-color: #00713D;
	border: 1px solid #00713d;
}

#home .about .left .img {
	float: left;
	width: 410px;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
}

#home .about .right {
	width: 370px;
	float: left;
	margin-left: 10px;
}

#home .about .right .img {
	height: 245px;
	width: 100%;
}

#home .about .right .img:nth-of-type(2) {
	margin-top: 10px;
}

#home .products {
	background-color: #efefef;
}

#home .products .more {
	padding: 0px 50px;
	display: block;
	border: 1px solid #999;
	border-radius: 50px;
	text-align: center;
	line-height: 45px;
	color: #999;
	transition: all 0.3s;
	width: 70px;
	margin: auto;
	margin-top: 40px;
}

#home .products .more:hover {
	background-color: #00713D;
	color: #fff;
	border-color: #00713D;
}

#home .products {
	padding: 60px 0;
}

#home .products .title {
	text-align: center;
}

#home .products .title p:nth-of-type(1) {
	color: #333;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	margin-bottom: 25px;
}

#home .products .title p:nth-of-type(2) {
	color: #bbb;
	margin: 0;
}

#home .products .list {
	margin-top: 40px;
}

#home .products .list a {
	position: relative;
	display: block;
}

#home .products .list a .img {
	padding-top: 100%;
	height: 0;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#home .products .list .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(102, 102, 102, 0.7);
	opacity: 0;
	transition: all 0.3s;
}

#home .products .list a p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 22px;
	opacity: 0;
	transition: all 0.3s;
}

#home .products .list a:hover .img::before {
	opacity: 1;
}

#home .products .list a:hover p {
	opacity: 1;
}

#home .news {
	padding: 60px 0;
}

#home .news>.title {
	text-align: center;
}

#home .news>.title p:nth-of-type(1) {
	color: #333;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	margin-bottom: 25px;
}

#home .news>.title p:nth-of-type(2) {
	color: #bbb;
	margin: 0;
}

#home .news .more {
	padding: 0px 50px;
	display: block;
	border: 1px solid #999;
	border-radius: 50px;
	text-align: center;
	line-height: 45px;
	color: #999;
	transition: all 0.3s;
	width: 70px;
	margin: auto;
	margin-top: 40px;
}

#home .news .more:hover {
	background-color: #00713D;
	color: #fff;
	border-color: #00713D;
}

/* 其他页公共部分 */

#main>.banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}

#main>.banner p {
	line-height: 150px;
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

#main>.banner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
}

#main>.this-1200>.left {
	width: 300px;
	float: left;
	margin-bottom: 40px;
	margin-top: 20px;
}

#main>.this-1200>.left>.title {
	line-height: 50px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border: 1px solid #eee;
	padding-left: 10px;
}

#main>.this-1200>.left>.title i {
	margin-right: 10px;
}

#main>.this-1200>.left>.list li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	line-height: 46px;
	padding-left: 10px;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid #eee;
	margin-top: -1px;
}

#main>.this-1200>.left>.list li a:hover {
	color: #00713D;
}

#main>.this-1200>.left>.list li.active a {
	color: #00713D!important;
}

#main>.this-1200>.left .contact {
	border: 1px solid #eee;
	border-top: 0px;
	padding: 10px;
}

#main>.this-1200>.left .contact p {
	line-height: 25px;
	font-size: 14px;
	color: #333;
}

#main>.this-1200>.right {
	width: 870px;
	float: left;
	margin-left: 30px;
}

#main>.this-1200>.right>.link {
	line-height: 35px;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	text-align: right;
}

#main>.this-1200>.right>.link a {
	font-size: 14px;
	color: #333;
}

#main>.this-1200>.right>.link a:hover {
	color: #40434C;
}

/* 关于我们模块 */

#main .about {
	padding: 10px 0;
}

/* 产品模块 */

#main .products {
	padding: 10px 0;
}

/* 产品内页 */

#main .products-view {
	padding: 20px 0;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}

#main .products-view>.title .img {
	width: 400px;
	margin: auto;
}

#main .products-view>.title .img>a {
	display: block;
	width: 100%;
	padding-top: 100%;
	border: 1px solid #f1f2f4;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products-view>.title .img .list li {
	width: calc(25% - 8px);
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	border: 1px solid #f1f2f4;
	box-sizing: border-box;
}

#main .products-view>.title .img .list a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products-view>.title .img .list li:nth-of-type(4n) {
	margin-right: 0;
}

#main .products-view>.title .img .list li.active {
	border: 1px solid #00713D;
}

#main .products-view>.title>p {
	text-align: center;
	font-size: 25px;
	margin: 20px 0;
}

#main .products-view .details {
	padding: 10px;
	border-top: 1px solid #eee;
}

#main .products-view .other .title {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

/* 新闻内页 */

#main .news-view {
	padding: 20px 0;
}

#main .news-view .title p:first-child {
	font-size: 28px;
	text-align: center;
	margin: 0;
	margin-bottom: 20px;
}

#main .news-view .title p:first-child+p {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	color: #999;
	margin-bottom: 10px;
}

#main .news-view .content {
	padding: 10px 0;
}

/* 底部 */

#footer {
	background-color: #666;
}

#footer .nav {
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #9d9d9d;
}

#footer .nav a {
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}

#footer .nav span {
	color: #fff;
	margin: 0 20px;
}
#footer .nav span:last-child{
	display: none;
}
#footer .nav a:hover {
	color: #fff;
}

#footer .content {
	padding: 30px 0;
}

#footer .content a {
	color: #fff;
}

#footer .content .left {
	width: 1000px;
	color: #fff;
}

#footer .content .right {
	width: 200px;
	text-align: right;
}

#footer .copyright {
	color: #fff;
	line-height: 50px;
	font-size: 13px;
	background-color: #4c4c4c;
	text-align: center;
	text-transform: uppercase;
}

/* 手机版 */

#nav-m, #search-m {
	display: none;
}

@media screen and (max-width:1200px) {
	.this-1200 {
		width: auto;
	}
	/* 头部 */
	#header, #nav {
		display: none;
	}
	#nav-m {
		height: 50px;
		display: block;
		position: relative;
		z-index: 999;
		font-size: 0;
		background-color: #5fa779;
	}
	#nav-m .logo {
		height: 50px;
		float: left;
	}
	#nav-m .logo img {
		height: 30px;
		margin-left: 10px;
		margin-top: 10px;
	}
	#nav-m>.title {
		font-size: 14px;
		display: inline-block;
		line-height: 50px;
		vertical-align: top;
		margin-left: 10px;
		color: #fff;
		width: calc(100% - 140px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	#nav-m>.title a {
		color: #fff;
	}
	#nav-m .menu {
		position: absolute;
		right: 10px;
		top: 11px;
		width: 22px;
		padding: 5px 10px;
		border: 1px solid #fff;
		border-radius: 3px;
	}
	#nav-m .menu span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #fff;
	}
	#nav-m .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}
	#nav-m .list {
		background-color: #333;
		display: none;
	}
	#nav-m .list a {
		padding: 0 10px;
	}
	#nav-m .list a, #nav-m .list .more .title {
		height: 45px;
		width: 100%;
		display: block;
		font-size: 14px;
		color: #f1f2f4;
		box-sizing: border-box;
		line-height: 45px;
		border-bottom: 1px solid #777;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#nav-m .list .more {
		display: inline-block;
		width: 100%;
	}
	#nav-m .list .more i {
		width: 60px;
		height: 45px;
		line-height: 45px;
		float: right;
		font-size: 22px;
		text-align: center;
		color: #fff;
		transition: all 0.3s;
		box-sizing: border-box;
	}
	#nav-m .list .more .title a {
		width: calc(100% - 60px);
		float: left;
		border-right: 1px solid #777;
	}
	#nav-m .list .more .children {
		background-color: #555;
		display: none;
	}
	/* 搜索 */
	#search-m {
		font-size: 0;
		display: block;
	}
	#search-m input {
		width: calc(100% - 50px);
		line-height: 40px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		outline: none;
		background-color: #f1f2f4;
	}
	#search-m button {
		width: 50px;
		line-height: 40px;
		border: 0;
		height: 40px;
		vertical-align: bottom;
		color: #fff;
		background-color: #DDD;
		outline: none;
	}
	/* 新闻组件 */
	.news-list a {
		width: calc(50% - 5px);
		margin-right: 10px!important;
		margin-top: 20px;
	}
	.news-list a:nth-of-type(2n) {
		margin-right: 0!important;
	}
	.news-list a .time {
		display: none;
	}
	.news-list a .title p:nth-of-type(1) {
		line-height: 40px;
		font-size: 14px;
	}
	.news-list a .title p:nth-of-type(2) {
		font-size: 12px;
	}
	/* 产品组件 */
	.products-list a {
		width: calc(50% - 5px);
		margin-right: 10px!important;
	}
	.products-list a:nth-of-type(2n) {
		margin-right: 0!important;
	}
	/* 首页 */
	#home .about {
		padding: 20px 0;
	}
	#home .about .left {
		width: 100%;
		float: none;
	}
	#home .about .left .body {
		width: 100%;
		height: auto;
		padding: 20px;
		box-sizing: border-box;
	}
	#home .about .left .body .content {
		padding: 0px;
	}
	#home .about .left .img {
		display: none;
		width: 100%;
		background-position: center;
		height: 300px;
	}
	#home .about .right {
		width: 100%;
		float: none;
		margin-left: 0;
		display: none;
	}
	#home .about .right .img {
		width: 100%;
		margin-top: 0!important;
		background-position: center;
		height: 300px;
		background-size: cover;
	}
	#home .products {
		padding: 20px 0;
	}
	#home .products .title p:nth-of-type(1) {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#home .products .title p:nth-of-type(2) {
		font-size: 14px;
	}
	#home .news {
		padding: 20px 10px;
	}
	#home .news>.title p:nth-of-type(1) {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#home .news>.title p:nth-of-type(2) {
		font-size: 14px;
	}
	#home .news .more {
		margin-top: 20px;
	}
	/* 其他页公共部分 */
	#main>.banner p {
		line-height: 90px;
		font-size: 22px;
	}
	#main>.this-1200>.right>.link {
		padding: 5px 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	/* 关于我们 */
	#main .about {
		padding: 10px;
	}
	/* 产品模块 */
	#main .products {
		padding: 10px;
	}
	/* 产品内页 */
	#main .products-view {
		padding: 10px;
	}
	#main .products-view>.title .img {
		width: 100%;
	}
	/* 新闻模块 */
	#main .news {
		padding: 10px;
	}
	/* 新闻内页 */
	#main .news-view .title p:first-child {
		font-size: 18px;
		padding: 0 10px;
	}
	#main .news-view .content{
		padding: 10px;
	}
	/* 底部 */
	#footer .nav {
		padding: 10px;
	}
	#footer .nav a {
		line-height: 30px;
		font-size: 11px;
	}
	#footer .nav span {
		margin: 0 10px;
	}
	#footer .content {
		padding: 10px;
	}
	#footer .content .left {
		width: 100%;
		float: none;
	}
	#footer .content .left * {
		font-size: 12px!important;
	}
	#footer .content .right {
		display: none;
	}
	#footer .copyright {
		text-align: center;
		line-height: 25px;
		padding: 10px;
		font-size: 10px;
		text-align: left;
	}
}