@font-face {
	font-family: 'zongYW';
	src: url('http://cdn0.shiyanjia.com/c/v3/fonts/zongYiW7.TTF');
}
body {
	background: #FFF!important;
}
.container {
	margin: 0 auto 20px!important;
}
.marginRight75 {
	margin-right: 75px;
}
.marginRight50 {
	margin-right: 50px;
}
/* .banner {
	width: 100%;
	height: 400px;
	background: url("../../images/paper/banner2.png");
}
.banner-cont {
	width: 1200px;
	margin: 0 auto;
	padding-top: 52px;
}
.banner-cont>h1 {
	line-height: 48px;
	padding-left: 20px;
	font-size: 48px;
	color: #FFF;
	font-family: zongYW;
}
.banner-item {
	width: 240px;
	height: 123px;
	margin: 18px 20px 0 0;
	padding: 17px 20px 0;
	background: rgba(59, 97, 81, .5);
}
.banner-item h1 {
	line-height: 22px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
.banner-item p {
	line-height: 20px;
	margin-top: 7px;
	font-size: 14px;
	color: rgba(255, 255, 255, .9);
}
.banner-cont a {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #FFF;
	margin: 20px 0 0 20px;
	font-size: 16px;
	color: #558A73;
	font-weight: bold;
	text-align: center;
	box-shadow: 2px 2px 10px 0px rgba(52, 84, 71, 0.5);
	border-radius: 100px;
}
.banner-cont a:hover {
	background: #32D693;
	color: #FFF;
} */

.navbar {
	z-index: 99;
	position: relative;
	width: 100%;
	height: 59px;
	text-align: center;
	background: #FFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.enviroment-navbar-fix{
	top: 0px;
	position: fixed;
	z-index: 9999;
}
.navbar a {
	display: block;
}
.navbar a:hover {
	color: #56BEB2;
}
.navbar-cont {
	display: inline-block;
	font-size: 16px;  
	color: rgba(0, 0, 0, 0.65);
}
.navbar-cont li {
	padding: 4px 16px;
	margin: 0 34px;
	cursor: pointer;
	line-height: 54px;
}
.navbar-cont .active a {
	color: #56BEB2;
	font-weight: bold;
	border-bottom: 2px solid #57bcb2;
}

.env-container {
	padding: 80px 0 0;
}
.env-container.bg {
	background: #FFF;
}
.env-container.bg1 {
	background: #F9F9F9;
}
.env-cont {
	width: 1200px;
	margin: 0 auto;
}
.env-cont > h1 {
	position: relative;
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: 500;
	line-height: 45px;
	text-align: center;
}
.env-cont>h1:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	margin: auto;
	width: 48px;
	height: 4px;
	background-color: #18b799;
	border-radius: 2px;
}
.env-adv-lists {
	overflow: hidden;
	width: 100%;
	height: 355px;
}
.env-adv-lists li {
	position: relative;
	float: left;
	width: 25%;
	height: 100%;
	padding-top: 70px;
}
.env-adv-lists li.bd:after {
	position: absolute;
	right: 0;
	top: 80px;
	content: '';
	display: block;
	width: 1px;
	height: 200px;
	background-color: #EFEFEF;
}
.env-adv-title {
	line-height: 28px;
	margin-bottom: 23px;
	font-size: 20px;
	color: rgba(0, 0, 0, .85);
	text-align: center;
}
.env-adv-desc {
	margin-bottom: 19px;
	padding: 0 40px;
	font-size: 14px;
	color: rgba(0, 0, 0, .65);
	height: 66px;
}
.env-adv-lists li > img {
	display: block;
	margin: 0 auto;
	width: 80px;
}
.env-ser-lists {
	overflow: hidden;
	margin-bottom: 24px;
}
.env-ser-lists li {
	float: left;
	position: relative;
	width: 320px;
	height: 280px;
	margin-right: 120px;
	background: #FFF;
}
.env-ser-lists li:nth-last-child(1) {
	margin-right: 0;
}
.env-ser-lists li > img {
	width: 100%;
	height: 200px;
}
.env-ser-lists li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: #000000;
	opacity: 0.2;
}
.env-ser-lists span {
	position: absolute;
	left: 50%;
	top: 100px;
	z-index: 99;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 20px;
	color: rgba(255, 255, 255, .93);
	font-weight: bold;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}
.env-ser-lists p {
	width: 100%;
	padding: 16px 16px 0;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.75);
	line-height: 24px;
	text-align: center;
}
.env-ser-lists .left {
	text-align: left;
}
.env-button {
	text-align: center;
	padding: 36px 0 60px;
}
.env-button a {
	display: inline-block;
	width: 160px;
	height: 44px;
	line-height: 44px;
	background: #56BEB2;
	border-radius: 30px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
.env-button a:hover {
	background: #18B799;
	color: #FFF;
}

.env-tab {
	margin-bottom: 40px;
}
.env-tab span {
	display: inline-block;
	width: 120px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.75);
	border: 1px solid rgba(0, 0, 0, 0.25);
	margin-right: 20px;
	box-sizing: border-box;
	cursor: pointer;
}
.env-tab span:hover {
	background: #56BEB2;
	color: #FFF;
	border: none;
	font-weight: bold;
}
.env-tab .active {
	background: #56BEB2;
	color: #FFF;
	border: none;
	font-weight: bold;
}
.env-tab-content {
	padding-bottom: 80px;
}
.env-tab-item {
	display: none;
}
.env-tab-item.block {
  display: block;
}
.env-tab-item h2 {
	padding-bottom: 8px;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 24px;
	font-size: 36px;
	color: rgba(0, 0, 0, 0.85);
}
.env-item-tag {
	margin-bottom: 12px;
}
.env-item-tag span {
	margin-right: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #56BEB2;
}
.env-item-tag img {
	width: 52px;
	height: 24px;
	margin-right: 12px;
}
.env-item-tag img:nth-last-child(1) {
	width: 85px;
}
.env-item-introduce {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
	line-height: 30px;
	text-align: justify;
	text-justify: inter-character;
}
.env-tab-item:nth-last-child(1) .env-item-tag img {
	width: 85px;
}
.env-progress {
	overflow: hidden;
	padding-bottom: 80px;
}
.env-progress>li {
	float: left;
	width: 227px;
	height: 286px;
	background: #FFF;
	padding-top: 37px;
	margin-right: 16px;
}
.env-progress>li:nth-last-child(1) {
	margin-right: 0;
}
.env-progress h2 {
	position: relative;
	margin-bottom: 37px;
	font-size: 20px;
	font-weight: bold;
	color: #56BEB2;
	text-align: center;
}
.env-progress h2::before {
	content: '';
	position: absolute;
	left: 58px;
	top: -5px;
	width: 38px;
	height: 38px;
	background: linear-gradient(180deg, rgba(37, 233, 230, 0.1) 0%, rgba(16, 207, 201, 0.1) 100%);
	border-radius: 50%;   
}
.env-progress-list li {
	position: relative;
	margin-bottom: 14px;
	padding: 0 20px 0 34px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.65);
	line-height: 20px;
}
.env-progress-list li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 17px;
	margin-right: 12px;
	width: 5px;
	height: 5px;
	background: #56BEB2;
	border: 2px solid rgba(86, 190, 178, 0.15);
	border-radius: 50%;
	box-sizing: border-box;
	box-shadow: 0px 0px 2px 2px rgba(86, 190, 178, 0.3);
}

.enviro-form {
	width: 1200px;
	margin: 0 auto 10px;
	padding: 40px 0 30px 0;
	background: #FFF;
}
.enviro-form .layui-form-item {
	margin-bottom: 30px;
}
.enviro-form .layui-form-label{
	min-width: 260px;
  	min-height: 36px;
	line-height: 80px;
	padding: 0;
	padding-right: 30px;
	font-size: 16px;
	color: #424242;
}
.enviro-form .layui-input-block {
	margin-left: 243px;
}
.enviro-form .file-box {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	padding-top: 47px;
	font-size: 14px;
	color: #666;
	text-align: center;
	background: #FDFCFC;
	border: 1px dashed #CCC;
}
.enviro-form .file-box + p {
	line-height: 80px;
	padding-left: 30px;
	font-size: 14px;
	color: #666;
}
.enviro-form img {
	position: absolute;
	top: 19px;
	left: 0;
	right: 0;
	margin: auto;
}
.enviro-form .file-sel {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 80px;
	height: 80px;
	opacity: 0;
	cursor: pointer;
}
.enviro-form .submit-btn {
	width: 150px;
	height: 44px;
	line-height: 44px;
	border-radius: 4px;
	background: #56BEB2;
	margin-top: 10px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}
.enviro-form .submit-btn:hover {
	background: #18B799;
}
.text-primary-hover:hover {
	color: #18B799!important;
}