@font-face {
	font-family: 'zongYW';
	src: url('http://cdn0.shiyanjia.com/c/v3/fonts/zongYiW7.TTF');
}
.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 {
	width: 100%;
	height: 100%;
}
.navbar-cont {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 30px 0 32px 0;
}
.nav-item {
	width: 350px;
	height: 240px;
}
.nav-item .top {
	width: 100%;
	height: 120px;
}
.navbar-cont .nav-item_1:nth-child(3n+3) {margin-right:0;}
.nav-item_1 .top {
	background: url('../../images/paper/enviro_nav1.png');
}
.nav-item_2 .top {
	background: url('../../images/paper/enviro_nav2.png');
}
.nav-item_3 .top {
	background: url('../../images/paper/enviro_nav3.png');
}
.nav-item .bottom {
	width: 100%;
	height: 120px;
	background: #FFF;
	padding-top: 16px;
}
.nav-item .bottom h1 {
	line-height: 25px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.nav-item .bottom p {
	line-height: 26px;
	margin-top: 10px;
	font-size: 16px;
	color: #424242;
	text-align: center;
}

.according {
	width: 100%;
	padding: 24px 0 32px 0;
	background: #FFF;
}
.according h1 {
	line-height: 25px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.according h2 {
	line-height: 22px;
	margin-top: 12px;
	font-size: 16px;
	color: #424242;
	text-align: center;
}
.according .table-box {
	width: 1200px;
	margin: 17px auto 0;
	background: rgba(216, 216, 216, .4);
	padding: 29px 0 30px;
}
.according .table-box>p {
	line-height: 22px;
	font-size: 16px;
	color: #424242;
	text-align: center;
}
.according img {
	display: block;
  	margin: 20px auto 0;
}

.progress {
	padding: 30px 0;
}
.progress-cont {
	width: 1200px;
	margin: 0 auto;
}
.progress-item {
	position: relative;
	width: 200px;
	height: 170px;
	background: #FFF;
	padding: 24px 30px 0;
	border-radius: 10px;
	box-shadow: 2px 2px 6px 0px rgba(67, 97, 85, 0.3);
}
.progress-item h1 {
	line-height: 26px;
	font-size: 16px;
	color: #32D693;
	font-weight: bold;
}
.progress-item p {
	line-height: 20px;
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}
.progress-item img  {
	position: absolute;
	top: 79px;
	right: -40px;
}

.enviro-form {
	width: 1200px;
	margin: 0 auto 30px;
	padding: 40px 0 30px 0;
	background: #FFF;
}
.enviro-form .layui-form-item {
	margin-bottom: 30px;
}
.enviro-form .layui-form-label{
	min-width: 243px;
  	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: 140px;
	height: 36px;
	line-height: 36px;
	background: #32D693;
	margin-top: 10px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}