.about_one{
	width: 100%;
	overflow: hidden;
	padding: 75px 0 70px;
}
.about_one .one_title{
	width: 100%;
	height: 127px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.about_one .one_title h1{
	font-family: "Roboto-Black_0";
	font-size: 133px;
	color: rgba(102,102,102,0.07);
}
.about_one .one_title h2{
	width: 100%;
	overflow: hidden;
	font-size: 42px;
	color: #86ad48;
	position: absolute;
	bottom: 0;
}
.about_one .one_txt{
	width: 100%;
	overflow: hidden;
	padding: 0 50px;
	color: #666666;
	line-height: 20px;
	margin: 55px 0;
}
.about_one .one_num{
	width: 1000px;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.about_one .one_num li{
	width: 33.33%;
	float: left;
	overflow: hidden;
	text-align: center;
	color: #666666;
}
.about_one .one_num li h1{
	font-size: 90px;
	font-family: "HelveticaInseratLTStd-Roman";
	color: #86ad48;
}
@media only screen and (max-width:991px ) {
	.about_one{
		padding: 35px 0 50px;
	}
	.about_one .one_txt {
	    padding: 0;
	    margin: 40px 0;
	}
	.about_one .one_num li h1{
		font-size: 64px;
	}
}
@media only screen and (max-width:767px ) {
	.about_one{
		padding: 25px 0 40px;
	}
	.about_one .one_title{
		height: 70px;
	}
	.about_one .one_title h1{
		font-size: 72px;
	}
	.about_one .one_title h2{
		font-size: 28px;
	}
	.about_one .one_txt {
	    padding: 0;
	    margin: 25px 0;
	}
	.about_one .one_num li h1{
		font-size: 36px;
	}
}
@media only screen and (min-width:992px ) {
	.about_one{
		padding: 35px 0 50px;
	}
}
@media only screen and (min-width:1300px ) {
	.about_one{
		padding: 75px 0 70px;
	}
}
/*企业环境*/
.about_two{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 80px;
	text-align: center;
	background-color: #f2f2f2;
}
.about_two .two_title{
	width: 100%;
	overflow: hidden;
	color: #8e8e8e;
	line-height: 20px;
}
.about_two .two_title h1{
	font-size: 36px;
	color: #86ad48;
	margin: 0 0 5px;
}
.about_two .two_title h4{
	color: #8e8e8e;
	font-size: 14px;
	font-family: arial;
	margin: 0 0 10px;
}
.about_two .two_banner{
	width: 100%;
	overflow: hidden;
	margin: 30px 0 0;
}
.about_two .two_banner .two_left{
	width: 50%;
	height: 400px;
	overflow: hidden;
	padding: 0 11px 0 0;
	float: left;
}
.about_two .two_banner .two_right{
	width: 50%;
	height: 400px;
	overflow: hidden;
	padding: 0 0 0 15px;
	float: left;
}
.about_two .two_banner .two_left .two_img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.about_two .two_banner .two_img img{
	width: 100%;
	transition: all 1s;
	cursor: pointer;
}
.about_two .two_banner .two_img:hover img{
	transform: scale(1.05);
}
.about_two .two_banner .two_right .two_img{
	width: 100%;
	height: 191px;
	overflow: hidden;
	position: relative;
}
.about_two .two_banner .two_img h4{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(118,118,118,0.8);
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	transition: all 1s;
}
.about_two .two_banner .two_img:hover h4{
	background-color: rgba(134,173,72,0.8);
}
@media only screen and (max-width:991px ) {
	.about_two .two_banner .two_left{
		width: 100%;
		height: auto;
		padding: 0;
	}
	.about_two .two_banner .two_right{
		height: auto;
		width: 100%;
		padding: 0 ;
		margin: 20px 0 0;
	}
	.about_two .two_banner .two_img h4 {
	    height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	}
	.about_two .two_banner .two_right .two_img{
		width: 100%;
	}
}
@media only screen and (max-width:767px ) {
	.about_two {
	    padding: 40px 0;
	}
	.about_two .two_banner {
	    margin: 15px 0 0;
	}
	.about_two .two_title{
		line-height: 18px;
	}
	.about_two .two_title h1 {
	    font-size: 28px;
	    margin: 0 0 3px;
	}
	.about_two .two_title h4 {
	    margin: 0 0 5px;
	    font-size: 12px;
	}
	.about_two .two_banner .two_img h4 {
	    height: 30px;
	    line-height: 30px;
	    font-size: 12px;
	}
	.about_two .two_banner .two_right .two_img{
		width: 100%;
		height: auto;
	}
}
@media only screen and (min-width:992px ) {
	.about_two .two_banner .two_left{
		height: 315px;
	}
	.about_two .two_banner .two_right{
		height: 315px;
	}
	.about_two .two_banner .two_right .two_img {
	    height: 149px;
	}
}
@media only screen and (min-width:1300px ) {
	.about_two .two_banner .two_left{
		height: 400px;
	}
	.about_two .two_banner .two_right{
		height: 400px;
	}
	.about_two .two_banner .two_right .two_img {
	    height: 191px;
	}
}
/*企业文化*/
.about_three{
	width: 100%;
	height: 610px;
	overflow: hidden;
}
.about_three .container{
	height: 100%;
}
.about_three .three_left{
	width: 50%;
	height: 100%;
	position: relative;
	float: left;
}
.about_three .three_right{
	width: 50%;
	height: 100%;
	overflow: hidden;
	float: right;
	color: #8e8e8e;
	line-height: 20px;
	padding: 125px 50px 0;
}
.about_three h1{
	font-size: 36px;
	color: #86ad48;
	margin: 0 0 8px;
}
.about_three h4{
	font-family: arial;
	font-size: 14px;
	color: #8e8e8e;
}
.about_three h5{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 25px 0 5px;
}
.about_three .three_left .culture_box{
	border-radius: 50%;
	background-color: #86ad48;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(134,173,72,0.2);
}
.about_three .three_left .culture_box:nth-of-type(1){
	width: 36px;
	height: 36px;
	position: absolute;
	bottom: 140px;
	left: 205px;
	z-index: 10;
	animation: hinge 3s infinite;
}
.about_three .three_left .culture_box:nth-of-type(2){
	width: 152px;
	height: 152px;
	position: absolute;
	bottom: 310px;
	left: 55px;
	z-index: 20;
	animation: bounce 2.5s infinite;
}
.about_three .three_left .culture_box:nth-of-type(3){
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 405px;
	left: 300px;
	z-index: 30;
	animation: hinge 4s infinite;
}
.about_three .three_left .culture_box:nth-of-type(4){
	width: 195px;
	height: 195px;
	position: absolute;
	bottom: 160px;
	left: 135px;
	z-index: 40;
	animation: bounce 3.5s infinite;
}
.about_three .three_left .culture_box:nth-of-type(5){
	width: 95px;
	height: 95px;
	position: absolute;
	bottom: 188px;
	left: 102px;
	z-index: 50;
	animation: hinge 5s infinite;
}
.about_three .three_left .culture_box:nth-of-type(6){
	width: 272px;
	height: 272px;
	position: absolute;
	bottom: 245px;
	right: 34px;
	z-index: 60;
	animation: bounce 4.5s infinite;
}
.about_three .three_left .culture_box:nth-of-type(7){
	width: 195px;
	height: 195px;
	position: absolute;
	bottom: 140px;
	right: 70px;
	z-index: 70;
	animation: hinge 6s infinite;
}
.about_three .three_left .culture_box img{
	width: 100%;
}
@media only screen and (max-width:991px ) {
	.about_three{
		height: auto;
	}
	.about_three .three_left{
		width: 100%;
		height: 600px;
	}
	.about_three .three_right {
	    width: 100%;
	    height: auto;
	    line-height: 20px;
	    padding: 0 50px 50px;
	}
}
@media only screen and (max-width:767px ) {
	.about_three{
		height: auto;
	}
	.about_three h1 {
	    font-size: 28px;
	    margin: 0 0 5px;
	}
	.about_three h5 {
	    font-size: 14px;
	    margin: 15px 0 5px;
	}
	.about_three .three_left{
		width: 100%;
		height: 300px;
	}
	.about_three .three_right {
	    width: 100%;
	    height: auto;
	    line-height: 20px;
	    padding: 0 0 40px;
	}
	.about_three .three_left .culture_box:nth-of-type(1){
		width: 20px;
		height: 20px;
		bottom: 85px;
		left: 70px;
	}
	.about_three .three_left .culture_box:nth-of-type(2){
		width: 80px;
		height: 80px;
		bottom: 150px;
		left: 20px;
	}
	.about_three .three_left .culture_box:nth-of-type(3){
		width: 30px;
		height: 30px;
		bottom: 205px;
		left: 130px;
	}
	.about_three .three_left .culture_box:nth-of-type(4){
		width: 100px;
		height: 100px;
		bottom: 95px;
		left: 50px;
	}
	.about_three .three_left .culture_box:nth-of-type(5){
		width: 50px;
		height: 50px;
		bottom: 108px;
		left: 37px;
	}
	.about_three .three_left .culture_box:nth-of-type(6){
		width: 140px;
		height: 140px;
		bottom: 122px;
		right: 12px;
	}
	.about_three .three_left .culture_box:nth-of-type(7){
		width: 100px;
		height: 100px;
		bottom: 90px;
		right:25px;
	}
}
@media only screen and (min-width:992px ) {
	.about_three .three_left .culture_box:nth-of-type(1){
		width: 30px;
		height: 30px;
	}
	.about_three .three_left .culture_box:nth-of-type(2){
		width: 122px;
		height: 122px;
	}
	.about_three .three_left .culture_box:nth-of-type(3){
		width: 43px;
		height: 43px;
		bottom: 445px;
    	left: 260px;
	}
	.about_three .three_left .culture_box:nth-of-type(4){
		width: 150px;
		height: 150px;
	}
	.about_three .three_left .culture_box:nth-of-type(5){
		width: 84px;
		height: 84px;
	}
	.about_three .three_left .culture_box:nth-of-type(6){
		width: 202px;
		height: 202px;
	}
	.about_three .three_left .culture_box:nth-of-type(7){
		width: 150px;
		height: 150px;
		bottom: 140px;
		right: 0px;
	}
}
@media only screen and (min-width:1300px ) {
	.about_three .three_left .culture_box:nth-of-type(1){
		width: 36px;
		height: 36px;
	}
	.about_three .three_left .culture_box:nth-of-type(2){
		width: 152px;
		height: 152px;
	}
	.about_three .three_left .culture_box:nth-of-type(3){
		width: 50px;
		height: 50px;
		bottom: 405px;
    	left: 300px;
	}
	.about_three .three_left .culture_box:nth-of-type(4){
		width: 195px;
		height: 195px;
	}
	.about_three .three_left .culture_box:nth-of-type(5){
		width: 95px;
		height: 95px;
	}
	.about_three .three_left .culture_box:nth-of-type(6){
		width: 272px;
		height: 272px;
	}
	.about_three .three_left .culture_box:nth-of-type(7){
		width: 195px;
		height: 195px;
		bottom: 140px;
		right: 70px;
	}
}
/*荣誉资质*/
.honor_content{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 55px;
}
.honor_menu{
	width: 140px;
	overflow: hidden;
	float: left;
}
.honor_menu a{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #a1a1a1;
	text-align: center;
	color: #ffffff;
	margin: 0 0 10px;
	transition: all 1s;
}
.honor_menu a:hover{
	background-color: #86ad48;
}
.honor_menu a.honor_menuNow{
	background-color: #86ad48;
}
.honor_menuNav{
	width: calc(100% - 180px);
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	overflow: hidden;
	float: right;
}
.honor_menuNav li{
	width: 25%;
	overflow: hidden;
	float: left;
	margin: 0 0 25px;
}
.honor_menuNav li:nth-of-type(4n+1){
	padding: 0 11.25px 0 0;
}
.honor_menuNav li:nth-of-type(4n+2){
	padding: 0 7.5px 0 3.75px;
}
.honor_menuNav li:nth-of-type(4n+3){
	padding: 0 3.75px 0 7.5px;
}
.honor_menuNav li:nth-of-type(4n){
	padding: 0  0 0 11.25px;
}
.honor_menuNav li a{
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.honor_menuNav li a .honorImg{
	width: 100%;
	background-color: #fbfbfb;
	overflow: hidden;
	padding: 15px 25px;
	height: 320px;

}
.honor_menuNav li a .honorImg img{
	width: 100%;
	transition: all 1s;
	height: 100%;
	object-fit: contain;
}
.honor_menuNav li a h4{
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #000000;
	font-size: 12px;
	background-color: #e7e7e7;
	transition: all 1s;
}
.honor_menuNav li a:hover h4{
	background-color: #86ad48;
	color: #FFFFFF;
}
.honor_menuNav li a:hover .honorImg img{
	transform: scale(1.05);
}
@media only screen and (max-width:991px ) {
	.honor_menu{
		width: 100%;
		overflow: hidden;
		margin: 0 0 30px;
	}
	.honor_menu a{
		width: 150px;
		float: left;
		margin: 0 15px 0 0;
	}
	.honor_menuNav{
		width: 100%;
	}
	.honor_menuNav li{
		width: 33.33%;
	}
	.honor_menuNav li:nth-of-type(3n+1){
		padding: 0 16px 0 0;
	}
	.honor_menuNav li:nth-of-type(3n+2){
		padding: 0 8px;
	}
	.honor_menuNav li:nth-of-type(3n){
		padding: 0  0 0 16px;
	}
}
@media only screen and (max-width:767px ) {
	.honor_content {
	    padding: 40px 0 35px;
	}
	.honor_menu{
		width: 100%;
		overflow: hidden;
		margin: 0 0 20px;
	}
	.honor_menu a{
		width: 33.33%;
		margin: 0;
	}
	.honor_menuNav li a .honorImg{
		padding: 10px 15px;
		height: 220px;
	}
	.honor_menuNav{
		width: 100%;
	}
	.honor_menuNav li{
		width: 50%;
		margin: 0 0 10px;
	}
	.honor_menuNav li:nth-of-type(2n+1){
		padding: 0 5px 0 0;
	}
	.honor_menuNav li:nth-of-type(2n){
		padding: 0  0 0 5px;
	}
}
@media only screen and (min-width:992px ) {
	.honor_menuNav li{
		width: 33.33%;
	}
	.honor_menuNav li:nth-of-type(3n+1){
		padding: 0 20px 0 0;
	}
	.honor_menuNav li:nth-of-type(3n+2){
		padding: 0 10px;
	}
	.honor_menuNav li:nth-of-type(3n){
		padding: 0  0 0 20px;
	}
}
@media only screen and (min-width:1300px ) {
	.honor_menuNav li{
		width: 25%;
	}
	.honor_menuNav li:nth-of-type(4n+1){
		padding: 0 11.25px 0 0;
	}
	.honor_menuNav li:nth-of-type(4n+2){
		padding: 0 7.5px 0 3.75px;
	}
	.honor_menuNav li:nth-of-type(4n+3){
		padding: 0 3.75px 0 7.5px;
	}
	.honor_menuNav li:nth-of-type(4n){
		padding: 0  0 0 11.25px;
	}
}
/*生产设备*/
.production_content{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 55px;
}
.production_menu{
	width: 140px;
	overflow: hidden;
	float: left;
}
.production_menu a{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #a1a1a1;
	text-align: center;
	color: #ffffff;
	margin: 0 0 10px;
	transition: all 1s;
}
.production_menu a:hover{
	background-color: #86ad48;
}
.production_menu a.production_menuNow{
	background-color: #86ad48;
}
.production_menuNav{
	width: calc(100% - 180px);
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	overflow: hidden;
	float: right;
}
.production_menuNav li{
	width: 25%;
	overflow: hidden;
	float: left;
	margin: 0 0 25px;
}
.production_menuNav li:nth-of-type(4n+1){
	padding: 0 11.25px 0 0;
}
.production_menuNav li:nth-of-type(4n+2){
	padding: 0 7.5px 0 3.75px;
}
.production_menuNav li:nth-of-type(4n+3){
	padding: 0 3.75px 0 7.5px;
}
.production_menuNav li:nth-of-type(4n){
	padding: 0  0 0 11.25px;
}
.production_menuNav li a{
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.production_menuNav li a .productionImg{
	width: 100%;
	overflow: hidden;
}
.production_menuNav li a .productionImg img{
	width: 100%;
	transition: all 1s;
}
.production_menuNav li a h4{
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #000000;
	font-size: 12px;
	background-color: #e7e7e7;
	transition: all 1s;
}
.production_menuNav li a:hover h4{
	background-color: #86ad48;
	color: #FFFFFF;
}
.production_menuNav li a:hover .productionImg img{
	transform: scale(1.05);
}
@media only screen and (max-width:991px ) {
	.production_menu{
		width: 100%;
		overflow: hidden;
		margin: 0 0 30px;
	}
	.production_menu a{
		width: 150px;
		float: left;
		margin: 0 15px 0 0;
	}
	.production_menuNav{
		width: 100%;
	}
	.production_menuNav li{
		width: 33.33%;
	}
	.production_menuNav li:nth-of-type(3n+1){
		padding: 0 16px 0 0;
	}
	.production_menuNav li:nth-of-type(3n+2){
		padding: 0 8px;
	}
	.production_menuNav li:nth-of-type(3n){
		padding: 0  0 0 16px;
	}
}
@media only screen and (max-width:767px ) {
	.production_content {
	    padding: 40px 0 35px;
	}
	.production_menu{
		width: 100%;
		overflow: hidden;
		margin: 0 0 20px;
	}
	.production_menu a{
		width: 25%;
		margin: 0;
	}
	.production_menuNav{
		width: 100%;
	}
	.production_menuNav li{
		width: 50%;
		margin: 0 0 10px;
	}
	.production_menuNav li:nth-of-type(2n+1){
		padding: 0 5px 0 0;
	}
	.production_menuNav li:nth-of-type(2n){
		padding: 0  0 0 5px;
	}
}
@media only screen and (min-width:992px ) {
	.production_menuNav li{
		width: 33.33%;
	}
	.production_menuNav li:nth-of-type(3n+1){
		padding: 0 20px 0 0;
	}
	.production_menuNav li:nth-of-type(3n+2){
		padding: 0 10px;
	}
	.production_menuNav li:nth-of-type(3n){
		padding: 0  0 0 20px;
	}
}
@media only screen and (min-width:1300px ) {
	.production_menuNav li{
		width: 25%;
	}
	.production_menuNav li:nth-of-type(4n+1){
		padding: 0 11.25px 0 0;
	}
	.production_menuNav li:nth-of-type(4n+2){
		padding: 0 7.5px 0 3.75px;
	}
	.production_menuNav li:nth-of-type(4n+3){
		padding: 0 3.75px 0 7.5px;
	}
	.production_menuNav li:nth-of-type(4n){
		padding: 0  0 0 11.25px;
	}
}