
nav.top-navbar .nav-link {
	color: #ddd!important;
}
nav.top-navbar .nav-link:hover{
	color: #fff;
	font-weight:bold;
}
nav.top-navbar .nav .nav-link.active {
	color: #fff!important;
	font-weight: bold;
}
nav.top-navbar {
	width: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
}

nav.top-navbar .nav-item {
	margin-left:10px;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
nav.top-navbar .nav-item .nav-link.active {
	position: relative;
}

nav.top-navbar .nav-item .nav-link.active:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -18px;
	width: 30px;
	height: 3px;
	background: #fff;
}
.nav_lang{
	float: right;
	margin-bottom: 0;
	padding-left: 0;
}

/*banner*/

.banner img {
	width: 100%;
}

.banner {
	position: relative;
	padding-bottom: 160px;
	width: 100%;
}

.banner:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 270px;
	z-index: 9;
	background: url(../images/banner_bottom.png) no-repeat center top;
	background-size: 100% auto;
}

.banner_pagination {
	position: absolute;
	bottom: 280px!important;
	z-index: 9;
	text-align: center;
}

/*.swiper {
	--swiper-navigation-color: #6ba853;
	--swiper-navigation-size: 25px;
}*/

.banner .swiper-pagination-bullet-active {
	background: rgba(0,0,0,0);
	border: 2px solid #fff;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
	display: none;
	margin-top: -50px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #6ba853;
	background: #006a3942;
	font-weight: bold;
}


/*.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev{
	display: block;
}*/

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 20px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 20px));
}

.banner .swiper-pagination-bullet-active:before {
	content: '';
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	background: #fff;
	border-radius: 50%;
}


/**/

.warp_box {
	padding:60px 0 60px;
	width: 100%;
}

.title_box {
	padding-bottom:10px;
	width: 100%;
	text-align: center;
}

.title_box h2 {
	position: relative;
	font-weight: bold;
	z-index: 1;
	color: #006a39;
	font-size: 34px!important;
}

.title_box p {
	margin-top: -18px;
	line-height: 20px;
	font-weight: bold;
	color: #e0e0e0;
	font-size: 48px;
	letter-spacing: 2px;
}

.product {
	position: relative;
	margin-top: -80px;
	z-index: 99;
}

.product .row {
	padding: 40px 0;
}

.product_box ul {
	padding: 40px 0;
	width: 100%;
}
.product_box .container a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #ddd;
	border-radius: 50%;
	overflow: hidden;
}

.product_box ul li:nth-child(6n) {
	margin-right: 0;
}
.product_box .prod-p:hover{
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
	border-radius: 50%;
}
.product_box .txt-box{
	top:50%;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #40a514e3;
	text-align: center;
	color: #fff;
    transform: translateY(-50%) scale(0);
    transition: all 0.3s linear;
}
.product_box a:hover .txt-box{
	transform: translateY(-50%) scale(1);
	z-index: 8;
}
.txt-bo{
	width: 100%;
	height: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex; 
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
   justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.product_box .txt-box p{
	margin-bottom:0;
	font-size:22px;
	letter-spacing: 2px;
}
/**/

.service {
	margin: 30px 0;
	position: relative;
	height: 175px;
	background: #f1f1f1;
}

.service img {
	margin-top: -7px;
}

.service .service_title {
	position: relative;
	float: left;
	width: 228px;
	height: 175px;
	background: #fff;
	padding-top: 50px;
	text-align: center;
}

.service .service_title:before {
	content: '';
	position: absolute;
	top: 28px;
	right: -10px;
	width: 158px;
	height: 120px;
	border: 3px solid #e6edd5;
	border-radius: 10px;
	z-index: 0;
}

.process {
	position: relative;
	float: right;
	width: calc(100% - 235px);
	text-align: center;
	background: #f1f1f1;
	z-index: 2;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.process em {
	position: absolute;
	font-weight: bold;
	font-size:60px;
	top: -20px;
	left: 0px;
	color: #cdcdcd;
}
.process p{
	display: block;
	width: 100%;
}
.pro-box {
	position: relative;
	width: 100%;
	color: #4f7e32;
}
.pro-box img{
	margin-bottom: 8px;
	transition:width 1s, height 1s;
-moz-transition:width 1s, height 1s, -moz-transform 1s;
-webkit-transition:width 1s, height 1s, -webkit-transform 1s;
-o-transition:width 1s, height 1s, -o-transform 1s;
}
.pro-box:hover img{
	transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
-webkit-transform:rotateY(180deg); 
-o-transform:rotateY(180deg); 
}
.pro-box p{
	font-weight: bold;
	cursor: default;
}
.ser_Swiper .swiper-slide{
	cursor: inherit;
	padding-top:40px;
	display: -webkit-box;
    display: -ms-flexbox;
    /* display: -webkit-flex; */
    /* display: flex; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    /* justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.process i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #000000;
}

.process .ser_Swiper {
	height: 175px;
}

.service_title p {
	color: #999;
	margin-bottom: 5px;
}

.service_title h2 {
	font-weight: bold;
	color: #4f7e32;
}

.service_title h2,
.service_title p {
	position: relative;
	z-index: 1;
}
/**/
.culture{
	width: 100%;
}
.culture ul{
	display: flex;
	margin-top: -30px;
	padding-left: 0;
}
.culture li{
	position: relative;
	float: left;
	padding:0 12px 0 10px;
	width:25%;
	text-align: center;
}
.culture li:last-child{
	padding: 0;
}
.culture li:last-child:before{
	display: none;
}
.culture li:before{
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	height: 160px;
	background: linear-gradient(rgba(0,0,0,0),#04ce58, rgba(0,0,0,0));
}
.culture li img{
	padding-bottom:15px;
}
.culture li p{
	font-size: 15px;
	color: #fff;
	cursor: default;
}
.culture li p span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
}
.about_us{
	position: relative;
	padding: 40px 0px 40px 40px;
	width: 100%;
	background: #fff;
}
.about_us .bg{
	position: absolute;
	top:0;
	left: 50%;
	bottom: 0;
	width:150%;
	background: #fff;
	z-index: 0;
}
.about_left h3{
	margin-bottom: 40px;
	color: #0c5634;
}
.about_left h3 span{
	font-size: 16px;
}
.about_left h3 em{
	margin-left: 40px;
	display: inline-block;
	width: 5px;
	height: 33px;
	background: #abcd04;
}
.about_left{
	position: relative;
	float: left;
	width: calc(100% - 620px);
	z-index: 1;
}
.about_left p{
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 25px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about_left a{
	display: inline-block;
	padding: 8px 20px;
	background: #006a39;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s;
    -mz-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.about_left a:hover{
	color: #fff;
	background:#386a00;
}
a.more em{
	margin-left: 0px;
	-webkit-transition: all .3s;
    -mz-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.about_left a.more:hover em,
.news_box .new_left a.more:hover em{
	margin-left: 5px;
	-webkit-transition: all .3s;
    -mz-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.news_box .new_left a.more:hover{
	background: #08522138;
}
.about_img{
	position: relative;
	float: right;
	z-index: 1;
	
}
/**/
.new_left{
	position: relative;
}
.new_left .txt_box{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	width:100%;
	padding:10px 15px;
}
.news_box{
	padding-top: 30px;
	width: 100%;
}
.news_box .new_left{
	position: relative;
	float: left;
	width: 600px;
	background: #222;
	box-shadow:0 2px 10px 0 rgba(79,126,50,0.5);
}
.new_bg{
	position: absolute;
	top:40%;
	right: 50%;
	margin-right:15%;
	width:35%;
	height:360px;
	background:url(../images/newbgimg.jpg) no-repeat right;
}
.news_box .new_left a.new_tj{
	display: block;
	width: 100%;
	color: #fff;
}
.news_box .new_left .txt_box{
	background: rgba(8,82,33,0.8);
}
.news_box .new_left a.new_tj p{
	font-size: 14px;
	margin-bottom: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_box .new_left a.more{
	position: absolute;
	left: 150px;
	padding: 10px 26px;
	bottom: -70px;
	border: 3px solid #ffffff;
	line-height: 16px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	text-decoration: none;
	color:#ffffff;
}

.news_box .new_right{
	float: right;
	width: calc(100% - 650px);
}
.new_txtbox{
	position: relative;
	padding: 35px 0 25px;
	border-bottom: 1px solid #eaeaea;
}

.new_txtbox:before{
	position: absolute;
	content: '';
	left: 0;
	bottom: -1px;
	width: 40px;
	height:3px;
	background: #abcd04;
}
.new_txtbox a{
	display: block;
	text-decoration: none;
}
.new_txtbox a .time{
	float: left;
	width: 70px;
	
}
.new_txtbox a .time h3{
	margin-bottom:5px;
	color: #0b6138;
	font-weight: bold;
}
.new_txtbox a .time p{
	text-align: right;
	color: #888;
}
.news_box .new_right .txt_box{
	float: right;
	text-align: left;
	width: calc(100% - 100px);
}
.news_box .new_right .txt_box h5{
	margin-bottom:15px;
	font-weight: bold;
	color: #444;
	-webkit-transition: all .3s;
    -mz-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.new_txtbox:hover .txt_box h5{
	color: #0c913a;
	text-indent:10px;
	-webkit-transition: all .3s;
    -mz-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.news_box .new_right .txt_box p{
	color: #888;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*客户案例*/

.case_box {
	padding: 10px 0 0px;
}
.Case_swiper{
	padding:30px 0px;
	cursor: inherit;
}
.case_box .img_box{
	position: relative;
	width: 100%;
	
}
.case_box .img_box img{
	width: 100%;
	transform: scale(1);
	transition: transform 0.5s;
}
.case_box .img_box:hover img{
	transform: scale(1.02);
    transition: transform 0.5s;
    box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
    border-radius: 3px;
}
.case_box p{
	position:absolute;
	padding:8px 0;
	bottom: -80px;
	margin: 0 auto;
	left: 10%;
	width: 80%;
	line-height:25px;
	background: #4f7e32;
	color: #fff;
	box-shadow:0 2px 10px 0 rgba(79,126,50,0.5);
	text-align: center;
	z-index: 2;
	cursor: inherit;
	-webkit-transition: all .3s;
    -mz-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    border-radius: 3px;
}
.case_box .img_box:hover p{
	bottom: -20px; 
	-webkit-transition: all .3s;
    -mz-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 1;
}
.case_box .swiper-button-next,
.case_box .swiper-button-prev{
	width: 50px;
	height: 50px;
	background:#ffb31d;
	border-radius: 50%;
	opacity: 0;
}
.case_box:hover .swiper-button-next,
.case_box:hover .swiper-button-prev{
	opacity: 1;
}
.case_box .swiper {
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 25px;
}
/**/

footer {
	width: 100%;
	background: #121212;
}

#foot {
	color: #ffffff;
	margin-top: 90px;
}

#foot a {
	color: #ffffff;
}

.foot-nav-ul a {
	color: #ffffff;
}

.foot-nav-ull a {
	color: #ffffff;
}
.foot-nav-ull ul li{
	float: left;
}
.foot-nav-contain p{
	line-height:30px;
}
.foot-1 {
	color: #ffffff;
	padding: 60px 0 0px 0;
	width: 100%;
}

.foot-1-con {
	padding-right: 90px;
	min-height: 300px;
	position: relative;
	margin-bottom: 40px;
}

.foot-nav {
	float: left;
	width: 33.3%;
	padding: 15px;
}

.foot-nav-about {
	width: 25%
}

.foot-nav-pro {
	width: 39.7%
}

.foot-nav-title {
	font-size: 1.57rem;
	font-weight: bolder;
	padding-top: 15px;
	padding-bottom: 15px;
}

.foot-nav-title:before {
	content: "";
	border-bottom: 3px solid #db9815;
	width: 26px;
	position: absolute;
	top: 0;
}

.foot-nav-title2:before {
	content: "";
	border-bottom: 3px solid #db9815;
	width: 26px;
	position: absolute;
	top: 0;
}

.foot-nav-title2 {
	font-size: 1.57rem;
	font-weight: bolder;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer ul{
	padding-left: 0;
}
footer ul a{
	text-decoration: none;
}
.foot-nav-ul li {
	list-style: none;
}

.foot-nav-ul li a {
	opacity: 0.8;
}

.foot-nav-ul li a:hover {
	opacity: 1;
	text-decoration: none;
}

.foot-nav-ull li {
	list-style: none;
	width: 45%;
}

.foot-nav-ull li a {
	opacity: 0.8;
}

.foot-nav-ull li a:hover {
	opacity: 1;
	text-decoration: none;
}

.foot-contact {
	opacity: 0.8;
}

.foot-contact:hover {
	opacity: 1;
}

.foot-nav-ull2 {
	margin: -130px 80px;
}

.foot-link {
	position: absolute;
	right: 0;
	width: 90px;
	top: 0;
}

.foot-link ul li {
	list-style: none;
	text-align: center;
	padding: 10px 0;
}

.foot-link ul li a {
	color: ffffff;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	margin: auto;
	color: #fff;
}
footer ul li a{
	line-height: 35px;
}
.foot-link ul li a:hover {
	text-decoration: none;
	color: #db9815;
	background: rgba(255, 255, 255, 0.2);
}

.foot-copyright .foot-copyright-con {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 10px;
	padding-bottom: 10px;
}

.foot-copyright-l {
	float: left;
}

.foot-copyright-r {
	float: right;
}

.index-about-con {
	width: 100%;
	margin: auto;
}
.foot-1-con{
	padding-right:60px!important;
}
.foot-copyright-r a{color: #fff;}

/**/
.contianer-title{
	margin: 20px 0;
}
.contact-ewm {
    float: right;
    width: 168px;
}
.contianer-title h3 {
	margin:30px 0 20px;
	font-weight: bold;
    color: #1a7e50;
}
.contianer-title h3 span {
	font-weight: normal;
    font-size: 16px;
    color: #666;
}
.contact-p a{
	text-decoration: none;
	color: #666666;
}
#contact-main .contact-p {
    float: left;
}
.contact-map {
    position: relative;
    width: 100%;
    height: 446px;
    margin-top: 110px;
}
.form-control{
	line-height: 2.5!important;
}
.btnsubmit {
    background: #0f3677;
    color: #ffffff;
    border-radius: 0;
    width: 200px;
    height: 51px;
    float: right;
}

/**/
#news-main ul.news_box{
	padding-left: 0;
}
#banner img{
	width: 100%;
}
#news-main,#news-main .news_box{
	width: 100%;
}
#news-main .news_box{
	margin: 0 auto;
	max-width: 1200px;
}
#news-main .news_box li{
	width: 100%;
	margin-bottom: 30px;
	background: #f2faf4;
	-webkit-transition: all .3s;
    -mz-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
#news-main .news_box li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#news-main .news_box li:hover{
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	-webkit-transition: all .3s;
    -mz-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#news-main .news_box li .txt_box{
	float: left;
	padding: 25px;
	width: calc(100% - 340px);
	
}
#news-main .news_box li .txt_box h4{
	margin-bottom:25px;
	color:#333;
	font-weight: bold;
}
#news-main .news_box li:hover h4{
	color: #0c913a;
}
#news-main .news_box li .img_box{
	float: right;
	width: 320px;
}
#news-main .news_box li .txt_box .databox span{
	float: right;
	color: #888;
	line-height: 30px;
	font-size: 14px;
}
#news-main .news_box li .txt_box .databox span.data{
	display: inline-block;
	float: left;
}
#news-main .news_box li .img_box img{
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	box-shadow: 15px 10px 0px 0 #9eccb969;
	-webkit-transition: all .3s;
    -mz-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
#news-main .news_box li:hover img{
	box-shadow: 15px 10px 0px 0 rgba(0,0,0,0);
	border-radius: 0;
	-webkit-transition: all .3s;
    -mz-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
#news-main .news_box li .txt_box p{
	font-size: 14px;
	color: #666;
	    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-share {
    border: #c5c5c5 1px dashed;
    margin: 0 auto;
    margin-top: 15px;
}
.news-con-title {
    text-align: center;
}
.news-conner {
    margin-top: 15px;
}
/**/
#about_main{
	width: 100%;
}

footer a:hover{
	color: #07a746;
}
.foot-nav-ull li{
	float: left;
}
/**/
#banner{
	position: relative;
}
#about_main .warp_top{
	width: 100%;
	padding: 30px 30px 0px;
	background: #fff;
	
}
.ab_title{
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	color: #333;
	z-index: 9;
	letter-spacing: 2px;

}
.ab_title h3{
	font-weight: bold;	
	color: #006a39;
}
.ab_title P{
	margin-bottom: 0;
	font-weight: normal;
}
#about_main .warp_top{
	float: left;
	width:50%;
	background: #fff;
	z-index: 9;
	border-radius: 3px;
}
#about_main h2.title {
    margin-bottom: 40px;
    color:#006a39;
    font-weight: bold;
}
#about_main h2.title span {
    font-size: 16px;
    color: #666;
}
#about_main .Company {
	position: relative;
	padding: 40px 0;
}
.honorall{
	padding: 40px 0;
	background: #f5f5f5;
}
#about_main .Company .img_box{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width:50%;
	z-index: 2;
	    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.honorbox{
	margin-bottom: 40px;
}
.honorbox .swiper-button-next,
.honorbox .swiper-button-prev{
	position: absolute;
	width:45px;
	height: 45px;
	font-size:30px;
	font-weight: normal;
	color: #fff;
	border-radius: 50%;
	opacity: 0;
	background: #006a39;
}
.honorbox_swiper:hover .swiper-button-next,
.honorbox_swiper:hover .swiper-button-prev{
	opacity: 1;
}

.honorbox .swiper-button-prev:after,
.honorbox .swiper-button-next:after{
	display: none;
}

.honor_swiper{
	margin: auto;
	width:calc(100% - 90px);
}
h2.title.title2{
	position: relative;
	margin:0 auto 40px;
	text-align: center;
	color: #006a39;
}

h2.title.title2 span{
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.honorbox_swiper{
	position: relative;
}
.honorbox .swiper-button-next{
	right: 0;
	top:50%;
	margin-top: -22px;
	z-index: 9;
}
.honorbox .swiper-button-prev{
	left: 0;
	top:50%;
	margin-top: -22px;
	z-index: 9;
}

#about_main .warp_top p{
	font-size: 14px;
	line-height: 25px;
	color: #666;
}
#about_main .nav_about{
	padding: 20px 0;
	width: 100%;
	background: #f5f5f5;
}
#about_main .nav_about ul{
	margin: 0 auto;
	padding-left: 0;
	display: flex;
}
a{
	text-decoration: none!important;
	color: #666;
}
#about_main .nav_about ul li{
	width: 100%;
	padding: 20px 0;
	margin: 0px 20px;
	text-align: center;
	line-height: 20px;
    
}
.alcontaier p{
	margin-bottom: 0;
	text-align: center;
}
.alcontaier .bg-light{
	background: #fff!important;
	border-color: #006a39;
	color: #006a39;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

.alcontaier .bg-light img{
	transform: scale(1);
	    -webkit-transition: all .3s;
    -mz-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 3px;
}
.alcontaier .bg-light:hover img{
	transform: scale(0.95);
    -webkit-transition: all .3s;
    -mz-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 3px;
}
.alcontaier .bg-light p{
	padding: 10px 0;
	line-height:20px;
}
#about_main .nav_about ul li a{
	color:#006a39;
	display: block;
	font-size:20px;
}
#about_main .nav_about ul li i{
	margin-right: 15px;
	font-size:22px;
}
#about_main .nav_about ul li:hover,
#about_main .nav_about ul li.active{
	background: #006a39;
	color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	    -webkit-transition: all .3s;
    -mz-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
#about_main .nav_about ul li:hover a,
#about_main .nav_about ul li.active a{
	color: #fff;
	
}
#about_main .storage_box,
#about_main .safety_box,
#about_main .base_box{
	padding: 40px 0;
	width: 100%;
}
#about_main .storage_box .img-box .c1{
	float: left;
	width: 43.5%;
}
#about_main .storage_box .img-box .c2{
	float:right;
	width: 55%;
}

#about_main .base_box .img-box{
	margin: 0 auto;
	width: 80%;
	padding:30px;
	background: #fff;
	border: 1px solid #EAEAEA;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}

.base_box .honorbox{
	margin:20px auto;
	width: calc(80% + 80px);
}


.base_box .swiper-slide {
	width: initial;
   height: 100%;
}




.banner:before{
	min-width: 1200px;
}
.safety_box .img-box{
	float: left;
	margin-bottom: 20px;
	width: 40%;
	text-align: center;
}

.safety_box .txt{
	float: right;
	width: calc(100% - 43%);
}
.safety_box .txt span{
	margin-bottom: 10px;
	display: inline-block;
}
.safety_box p{
	font-size: 14px;
	color: #666;
}
.safety_box h5{
	margin-bottom: 10px;
	padding: 10px;
	background: #f5f5f5;
}
/**/
#products_main{
	padding: 40px 0;
	width: 100%;
}
#products_main .left{
	float: left;
	padding: 10px;
	width: 25%;
	border: 1px solid #EAEAEA;
	background: #fff;
}
#products_main .nav-link{
	width: 100%;
	line-height: 40px;
	color: #666;
}
#products_main .nav-link.active{
	position: relative;
	background: #4f7e32;
	color: #fff;
	font-weight: bold;
}

#products_main .nav-link.active span{
	position: relative;
	z-index: 2;
}
#products_main .right{
	float: right;
	padding: 20px;
	width: calc(100% - 25% - 25px);
	background: #fff;
	border: 1px solid #EAEAEA;
	min-height: 520px;
}
@media screen and (max-width: 1200px){
	.news_box .new_left{
		width: 450px;
	}
	.new_right{
		width: calc(100% - 500px)!important;
	}
	.about_img img{
		width: 400px;
	}
	.about_left{
		width: calc(100% - 450px);
	}
	.about_left p{
		    -webkit-line-clamp: 5;
    line-clamp: 5;
	}
	.process em{
		font-size: 40px;
		top: 0;
	}
	.foot-link {
		position: relative;
		width: 100%;
	}
	.foot-link ul li {
		display: inline-block;
		padding: 15px;
	}
}


/**/
@media screen and (max-width: 991px) {
	.top-navbar .container{
		max-width: 100%!important;
	}
	.top-navbar.navbar-light .navbar-toggler{
		background: rgba(255,255,255,0.2)!important;
	}
	.base_box .honor_swiper{
		width: 100%;
	}
	.nav-item{
		margin-left: 0!important;
	}
	.top-navbar .navbar-collapse {
    padding: 15px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.92);
}
.dropdown-menu.show{
	border: none;
}
.top-navbar .nav-item {
	width: 100%;
    padding: 10px 3px 5px;
    border-bottom: 1px solid #dddddd;
}

.top-navbar .nav-item a{
	color: #666!important;
}
.top-navbar .nav-item a.active {
	color: #139e4e!important;
}
	.news_box .new_left{
		float: initial;
		margin: 0 auto;
		width: 100%!important;
	}
	.news_box .new_left img{
		width: 100%;
	}
	.new_bg{
		display: none;
	}
	.news_box .new_right{
		float: initial;
		width: 100%!important;
	}
	.about_left h3 em{
		display: none;
	}
	.about_img img{
		width: 100%;
	}
	.about_us{
		padding: 40px;
	}
	.about_us .bg{
		display: none;
	}
	.about_left h3{
		margin: 20px 0;
	}
	.about_img{
		text-align: center;
		float: initial;
	}
	.about_left{
		float: initial;
		width: 100%;
	}
	.service{
		display: none;
	}
	.foot-1-con {
		padding-right: 0px;
		min-height: 300px;
		position: relative;
	}
	.foot-nav {
		float: none;
		width: 100%;
		padding: 15px;
	}
	.foot-nav-ul li {
		display: inline-block;
		padding-right: 15px;
	}
	.foot-link {
		position: relative;
		width: 100%;
	}
	.foot-link ul li {
		display: inline-block;
		padding: 15px;
	}
	.foot-copyright-l {
		width: 100%;
		text-align: center;
	}
	.foot-copyright-r {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 980px) {
	.case_box:hover .swiper-button-next, .case_box:hover .swiper-button-prev{
		opacity:0!important;
	}
	.news_box .new_left h5,.news_box .new_right .txt_box h5{
		font-size:16px!important;
	}
	.news_box .new_left a.new_tj p{
		font-size:12px!important;
	}
	.product_box .txt-box p{
		font-size:12px;
	}
	#about_main .base_box .img-box{
		width: 100%;
		padding: 0;
	}
	.base_box .honorbox{
		width: 100%;
	}
	#about_main .nav_about ul li{
		margin: 0 10px;
	}
	.nav-item .nav-link.active:before{
		display: none!important;
	}
	.navbar-brand img{
		height: 30px!important;
	}
	.banner:before{
		display: none;
	}
	.banner_pagination{
		display: none;
	}
#about_main .Company .img_box{
	position: initial;
	width:80%;
	margin: 0 auto;
}
	#about_main .warp_top,
	#about_main .safety_box .img-box,
	#about_main .safety_box .txt{
		float: initial;
		width: 100%;
	}

}
.navbar-brand img{
		height: 50px;
	}

@media (max-width:768px){
	.news_box .new_left a.more{
		display:none;
	}
	.feedback-container .row{
		display:block!important;
	}
	.feedback-container .col {
    margin-bottom: 10px;
}
	#news-main .news_box li .txt_box h4{
		font-size:16px!important;
	}
	#about_main .warp_top{
		padding:0px 15px;
	}
	.product_box .p-3{
		padding:8px!important;
	}
	nav.top-navbar {
    background: rgb(0 0 0 / 68%);
	}
	#products_main .left{
		margin-bottom: 20px;
		float: initial;
		width: 100%;
	}
	#products_main .nav-link{
		float: left;
		padding:5px 0!important;
		width: 33.333%;
		text-align: center;
		font-size:14px;
	}
	#products_main .right{
		float: initial;
		width: 100%;
		min-height:inherit;
	}
	#about_main .nav_about ul li i{
		font-size: 18px;
	}
	#about_main .nav_about ul li a{
		font-size: 16px;
	}
	.safety_box h5{
		font-size: 15px;
	}
	#about_main .nav_about ul li{
		margin: 0;
	}
	.contact-ewm{
		display: none;
	}
	#contact-main .contact-p{
		float: initial;
		margin-bottom: 10px;
	}
	#news-main .news_box li .img_box{
		float: inherit;
		margin: 0 auto;
	}
	#news-main .news_box li .img_box{
		padding-top:20px;
		width:80%;
	}
	#news-main .news_box li .txt_box{
		float: inherit;
		width: 100%;
	}
	.about_us{
		padding: 20px;
	}
	.culture ul{
		display: initial;
	}
	.culture li:nth-child(2n):before{
		display: none;
	}
	.culture li{
		width: 50%;
	}
	.navbar-brand img{
		height:25px!important;
	}
	.navbar.top-navbar{
		padding: 0px!important;
	}
	.title_box h2{
		font-size:28px!important;
	}
	.title_box p{
		font-size: 30px!important;
	}
	#about_main .nav_about ul{
		display: block;
		padding:0;
	}
	#about_main .nav_about{
		padding: 0;
	}
	#about_main .nav_about ul li{
		float: left;
		width: 50%;
	}
	.culture li img{
		width:60px;
	}
}
