﻿.ro180{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.ro90{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.ro270{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

html{
	color: #333;
}

/*search*/
.search-shade{
	position: fixed;
	z-index: 99999;
	background-color: rgba(0,0,0,0.8);
	left: 0;
	height: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.search-block{
	position: fixed;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
}

.search-block h1{
	font-size: 30px;
	color: #fff;
	margin-bottom: 30px;
}

.search-block input{
	width: 475px;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	background-color: transparent;
}

.search-block a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	background-color: #308393;
	border-radius: 50%;
	margin: 0 auto;
}

.search-block i{
	font-size: 18px;
	color: #fff;
}

.search-block>div{
	background-color: #fff;
	padding: 0 15px;
	border-radius: 30px;
}

/*top nav*/
.top-nav-blank{
	height: 80px;
}

.header{
	height: 80px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 5px #888;
}

.top-nav{
	height: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
}

.top-nav .nav-block{
	height: 100%;
}

.top-nav .nav-block a{
	margin: 0 5px;
	padding: 0 12px;
	font-size: 16px;
	color: #fff;
	height: 100%;
	position: relative;
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
	-webkit-align-items:center; 
	-webkit-box-align:center;
	-ms-flex-align:center;
	-moz-align-items:center; 
	align-items:center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.top-nav .nav-block a::after{
	opacity: 0;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background-color: #43b440;
}

.top-nav .nav-block a:hover,
.top-nav .nav-block .active a{
	color: #43b440;
}

.top-nav .nav-block a:hover::after,
.top-nav .nav-block .active a::after{
	opacity: 1;
}

.index-lang{
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-left: 20px;
}

.index-lang a{
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin-right: 25px;
}

.index-lang a:hover{
	color: #43b440;
}

.index-lang i{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	vertical-align: middle;
	margin-top: -4px;
}

.menu,.menu_down{
	display: none;
}

/* index banner */
.index-banner img{
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}

/*index about*/
.index-about-block{
	max-width: 1600px;
	margin: 0 auto;
	padding: 180px 20px 90px;
	position: relative;
}

.index-about-block .textbox{
	width: 100%;
	max-width: 640px;
	height: 620px;
	padding: 20px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url(../image/index_about_bg.png);
	background-position: center;
	background-size: cover;
	border-radius: 20px;
	background-color: #6bb269;
	position: relative;
	z-index: 5;
}

.index-about-block .textbox h2{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
}

.index-about-block .textbox h4{
	color: #fff;
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 30px;
}

.index-about-block .editbox{
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin-bottom: 60px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index-about-block .editbox>*{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.index-about-block .morebtn{
	display: block;
	width: 120px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	transition: all 0.3s;
	border-radius: 25px;
}

.index-about-block .morebtn:hover{
	background-color: #fff;
	color: #6bb269;
}

.index-about-block .imgbox{
	width: 87.5%;
	border-radius: 20px;
	overflow: hidden;
	position: absolute;
	z-index: 4;
	right: 20px;
	top: 90px;
}

.index-about-block .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* index product */
.index-product-bg{
	background-image: url(../image/index_product_bg.jpg);
	background-position: left center;
	background-size: 100% 100%;
}

.index-product{
	max-width: 1600px;
	margin: 0 auto;
	padding: 90px 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.index-product .leftbox{
	width: 520px;
	flex-shrink: 0;
}

.index-product .title{
	margin-bottom: 50px;
	text-align: center;
}

.index-product .title img{
	margin-bottom: 15px;
}

.index-product .title h2{
	font-size: 32px;
	font-weight: bold;
	color: #44b441;
}

.index-product ul{
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 0 5px #ccc;
	background-color: #fff;
}

.index-product li{
	width: 50%;
	transition: all 0.3s;
	position: relative;
	z-index: 5;
}

.index-product li:hover{
	z-index: 6;
}

.index-product li a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	height: 100px;
	position: relative;
	border: 1px solid #eee;
}

.index-product li a::before{
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	z-index: 9;
}

.index-product li:hover a::before{
	width: 120%;
	height: 120%;
	background-color: #44b441;
	border-color: #44b441;
	box-shadow: 0 0 5px #999;
}

.index-product li span{
	color: #666;
	font-size: 18px;
	transition: all 0.3s;
	position: relative;
	z-index: 10;
}

.index-product li i{
	font-size: 20px;
	margin-left: 10px;
	color: #999;
	transition: all 0.3s;
	position: relative;
	z-index: 10;
}

.index-product li:hover span,
.index-product li:hover i{
	color: #fff;
}

.index-product .rightbox{
	flex: 1;
	overflow: hidden;
	margin-left: 10%;
	height: 720px;
}

.index-product .rightbox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: none;
}

.index-product .rightbox img.active{
	display: block;
}

/*index case*/
.index-case{
	max-width: 1600px;
	margin: 0 auto;
	padding: 50px 20px;
}

.index-case .title{
	margin-bottom: 30px;
	text-align: center;
}

.index-case .title h2{
	color: #44b441;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
}

.index-case .title h4{
	color: #999;
	font-size: 18px;
}

.index-case ul{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	height: 600px;
}

.index-case li{
	width: 18.4%;
	height: 48%;
	box-shadow: 0 0 5px #ccc;
	border-radius: 20px;
	flex-shrink: 0;
}

.index-case li:first-child{
	width: 38.8%;
	height: 100%;
}

.index-case li a{
	display: block;
	width: 100%;
	height: 100%;
}

.index-case li .imgbox{
	height: 250px;
	padding: 20px;
}

.index-case li:first-child .imgbox{
	height: 520px;
	padding: 40px;	
}

.index-case li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.3s;
}

.index-case li:hover img{
	transform: scale(1.1,1.1);
}

.index-case li p{
	color: #666;
	font-size: 14px;
	text-align: center;
}

.index-case li:first-child p{
	font-size: 18px;
}

/*index msg*/
.index-msg-bg{
	background-image: url(../image/index_msg_bg.jpg);
	background-position: center;
	background-size: cover;
}

.index-msg-block{
	background-image: url(../image/index_msg_bg2.png);
	background-position: right bottom;
	max-width: 960px;
	height: 370px;
	display: flex;
	align-items: center;
}

.index-msg-block .innerbox{
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
}

.index-msg-block .title{
	margin-bottom: 25px;
}

.index-msg-block .title h2{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}

.index-msg-block .title h4{
	color: #fff;
	font-size: 20px;
}

.index-msg-block .form-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-msg-block .form-block input{
	background-color: transparent;
	color: #fff;
}

.index-msg-block .form-block input::placeholder{
	color: #eee;
}

.index-msg-block .form-block .full-div{
	width: 66%;
}

.index-msg-block .form-block button{
	width: 32%;
	background-color: #44b441;
}

/*index news*/
.index-news-bg{
	background-color: #f2f2f2;
}

.index-news{
	max-width: 1600px;
	margin: 0 auto;
	padding: 60px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-news .title{
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.index-news .title h2{
	font-size: 32px;
	font-weight: bold;
	color: #44b441;
	margin-bottom: 15px;
}

.index-news .title h3{
	color: #999;
	font-size: 18px;
}

.index-news .fstbox{
	width: 28.5%;
	height: 640px;
	border-radius: 20px;
	background-image: url(../image/index_news_img01.jpg);
	background-position: center;
	background-size: cover;
}

.index-news .fstbox a{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 20px 30px;
}

.index-news .fstbox h4{
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}

.index-news .fstbox h2{
	color: #fff;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 10px;
}

.index-news .fstbox .editbox{
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-news .fstbox i{
	display: inline-block;
	font-size: 24px;
	color: #fff;
	transition: all 0.3s;
}

.index-news .fstbox:hover i{
	padding-right: 10px;
}

.index-news .secbox{
	width: 28.5%;
	height: 640px;
	border-radius: 20px;
	background-color: #fff;
}

.index-news .secbox a{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 20px 30px;
}

.index-news .secbox h4{
	color: #666;
	font-size: 16px;
	margin-bottom: 20px;
}

.index-news .secbox h2{
	color: #666;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 40px;
}

.index-news .secbox .editbox{
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-news .secbox i{
	display: inline-block;
	font-size: 24px;
	color: #fff;
	transition: all 0.3s;
	padding: 3px 10px;
	border-radius: 20px;
	background-color: #999;
}

.index-news .secbox:hover i{
	background-color: #44b441;
}

.index-news .secbox .imgbox{
	margin-top: 60px;
	height: 270px;
}

.index-news .secbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-news ul{
	width: 38.75%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.index-news li{
	height: 32%;
	transition: all 0.3s;
}

.index-news li a{
	height: 100%;
	background-color: #fff;
	border-radius: 20px;
	display: flex;
	align-items: center;
}

.index-news li .infobox{
	padding: 0 5%;
	text-align: center;
}

.index-news li h2{
	color: #666;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-news li h4{
	color: #666;
	font-size: 18px;
	white-space: nowrap;
}

.index-news li .textbox{
	flex: 1;
	overflow: hidden;
	padding: 10px 5%;
	border-left: 1px solid #f2f2f2;
}

.index-news li h3{
	color: #666;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 15px;
}

.index-news li .editbox{
	font-size: 14px;
	color: #999;
	line-height: 2;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
}

.index-news li i{
	display: inline-block;
	font-size: 24px;
	color: #fff;
	transition: all 0.3s;
	padding: 3px 10px;
	border-radius: 20px;
	background-color: #999;
}

.index-news li:hover i{
	background-color: #44b441;
}

/*footer list*/
.footer-list-bg{
	background-color: #4b4c51;
	position: relative;
	z-index: 5;
}

.footer-list{
	max-width: 1600px;
	margin: 0 auto;
	padding: 40px 20px;
}

.footer-list li h2{
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
	padding-top: 15px;
}

.footer-list a,
.footer-list p{
	display: block;
	font-size: 16px;
	color: #c4c4c5;
}

.footer-list p{
	color: #fff;
}

.footer-list a::before{
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid #c4c4c5;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}

.footer-list p::before{
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid #fff;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}

.footer-list a:hover{
	color: #fff;
}

.footer-list a+a,
.footer-list p+p{ 
	margin-top: 12px;
}

.footer-list li+li{
	padding-left: 2%;
}

.footer-list li:first-child{
	text-align: center;
}

.footer-list li .qrbox{
	margin-top: 30px;
}

.footer-list li .qrbox img{
	width: 112px;
	height: 112px;
	margin-bottom: 10px;
}

.footer-list li .qrbox span{
	display: block;
	line-height: 2;
	color: #fff;
	font-size: 14px;
}

.copyall{
	position: relative;
	z-index: 4;
	background-color: #000;
}

.copy{
	color: #fff;
}

.copy a{
	color: #fff;
}

.copy a:hover{
	color: #ccc;
}

/*other public*/
.other-banner,
.other-banner2{
	position: relative;
}

.other-banner img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

.other-banner2 img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

.shade-text{
	position: absolute;
	width: 100%;
	max-width: 1400px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.shade-text h3{
	color: #040b11;
	font-size: 48px;
	margin-bottom: 10px;
}

.shade-text h3::before{
	display: inline-block;
	content: "";
	width: 100px;
	height: 1px;
	margin-right: 20px;
	vertical-align: middle;
	margin-top: -4px;
	background-color: #000;
}

.shade-text .localbox{
	padding-left: 120px;
	color: #666;
	font-size: 18px;
}

.shade-text .localbox a{
	color: #666;
	font-size: 18px;
}

.shade-text .localbox a:hover{
	color: #000;
}

.other-nav-bg{
	box-shadow: 0 0 5px #ccc;
}

.other-nav{
	position: relative;
	z-index: 6;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	border-left: 1px solid #eee;
	background-color: #fff;
}

.other-nav a{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:center;
	overflow: hidden;
	height: 60px;
	font-size: 16px;
	color: #666;
	transition: all 0.3s;
	border-right: 1px solid #eee;
}

.other-nav a.active,
.other-nav a:hover{
	background-color: #4bb748;
	color: #fff;
}

.other-local{
	max-width: 1400px;
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	margin: 0 auto;
}

.other-local a{
	line-height: 50px;
	font-size: 14px;
}

/*about us*/
.about-abo-bg{
	position: relative;
}

.about-abo-bg .imgbox{
	width: 43%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.about-abo-bg .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-abo-block{
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 70px 0;
}

.about-abo-block .textbox{
	width: 53%;
}

.about-abo-block .title{
	margin-bottom: 35px;
}

.about-abo-block h2{
	color: #44b441;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

.about-abo-block .title h4{
	color: #333;
	font-size: 26px;
	line-height: 1.4;
}

.about-abo-block .editbox{
	font-size: 16px;
	line-height: 2;
	color: #666;
	margin-bottom: 40px;
}

.about-abo-block .editbox>*{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

/**/
.about-honor-bg{
	background-color: #f3f3f3;
}

.about-honor-block{
	padding: 70px 0;
	max-width: 1400px;
	margin: 0 auto;
}

.about-honor-block .title{
	color: #44b441;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 25px;
}

.about-honor-block .swiper-container{
	padding-bottom: 40px;
}

.about-honor-block .swiper-slide{
	background-color: #fff;
	position: relative;
	border-radius: 5px;
}

.about-honor-block .swiper-slide a{
	display: block;
	padding: 20px;
}

.about-honor-block .swiper-slide a::after{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: 0 0 0px #ccc inset;
	transition: all 0.3s;
	border-radius: 5px;
}

.about-honor-block .swiper-slide a:hover::after{
	box-shadow: 0 0 10px #ccc inset;
}

.about-honor-block .swiper-slide .imgbox{
	height: 290px;
}

.about-honor-block .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.about-honor-block .swiper-slide p{
	color: #666;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

.about-honor-block .swiper-button-prev,
.about-honor-block .swiper-button-next{
	top: auto;
	bottom: 0;
}

.about-honor-block .swiper-button-prev::after,
.about-honor-block .swiper-button-next::after{
	display: none;
}

.about-honor-block .swiper-button-prev i,
.about-honor-block .swiper-button-next i{
	font-size: 30px;
	color: #999;
}

.about-honor-block .swiper-button-prev{
	left: auto;
	right: 51%;
}

.about-honor-block .swiper-button-next{
	right: auto;
	left: 51%;
}

/**/
.about-cul-block{
	padding: 70px 0;
	max-width: 1400px;
	margin: 0 auto;
}

.about-cul-block .title{
	color: #44b441;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}

.about-cul-block .box-list{
	display: flex;
	flex-wrap: wrap;
}

.about-cul-block .box{
	width: 32%;
	height: 260px;
	margin-right: 2%;
	margin-bottom: 20px;
	border-radius: 5px 20px 5px 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-cul-block .box:nth-of-type(3n){
	margin-right: 0;
}

.about-cul-block .box span{
	text-align: right;
	margin-bottom: 15px;
}

.about-cul-block .box i{
	font-size: 60px;
}

.about-cul-block .box h3{
	margin-bottom: 20px;
	font-size: 24px;
}

.about-cul-block .box h4{
	font-size: 18px;
}

.about-cul-block .box1{
	background-color: #f3f3f3;
	padding: 0 50px;
}

.about-cul-block .box1 i{
	color: #a1d4a0;
}

.about-cul-block .box1 h3{
	color: #000;
}

.about-cul-block .box1 h4{
	color: #666;
}

.about-cul-block .box2{
	background-color: #44b441;
	padding: 0 50px;
}

.about-cul-block .box2 i{
	color: #ccc;
}

.about-cul-block .box2 h3{
	color: #fff;
}

.about-cul-block .box2 h4{
	color: #fff;
}

.about-cul-block .box3 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/****/
.other-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 70px;
}

.other-right-block{
	width: 77.5%;
}

.products-left-menu{
	width: 17.5%;
	line-height: 1.5;
}

.products-left-menu h1{
	line-height: 80px;
	padding: 0 25px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	background-image: url("404.png");
	background-position: center;
	background-size: cover
}

.products-left-nav{
	display: block;
}

.products-left-nav>div{
	padding: 0 20px 0 10px;
	height: 60px;
	color: #666;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-bottom: 1px dashed #d9d9d9;
}

.products-left-nav div{
	font-size: 15px;
}

.products-left-nav>div:hover,
.products-left-nav.active>div{
	background-color: #26499d;
}

.products-left-nav>div i{
	font-size: 16px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a.products-left-nav>div i{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.products-left-nav>div b{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid #01af84;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin-right: 10px;
}

a.products-left-nav>div:hover,
a.products-left-nav.active>div{
	background-color: #26499d;
	border-bottom: 1px solid #26499d;
}

.products-left-nav>div:hover .flex-flex1,
.products-left-nav.active>div .flex-flex1,
.products-left-nav>div:hover i,
.products-left-nav.active>div i{
	color: #fff;
}

.products-left-nav>div:hover b,
.products-left-nav.active>div b{
	border-left-color: #fff;
}

.products-left-nav.active>div i{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.products-left-nav ul{
	background-color: #fff;
	display: none;
}

.products-left-nav li{
	padding: 0 20px 0 30px;
	font-size: 16px;
	color: #666;
}

.products-left-nav li:hover,
.products-left-nav li.active{
	background-color: #f0f8f8;
}

.products-left-nav li:hover .flex-flex1,
.products-left-nav li.active .flex-flex1{
	color: #6db6bd;
}

.products-left-nav li+li{
	border-top: 1px dashed #ccc;
}

.products-left-nav li a{
	height: 46px;
	display:-webkit-flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-moz-flex;
	display:flex;
	-webkit-align-items:center;
	-webkit-box-align:center;
	-moz-align-items:center;
	align-items:center;
	-ms-flex-align:center;
}

.products-left-nav li span{
	display: block;
	width: 10px;
	height: 1px;
	background-color: #999;
	margin-right: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-left-nav li:hover span,
.products-left-nav li.active span{
	background-color: #fd9314;
}

.products-left-nav li .flex-flex1{
	overflow: hidden;
	font-size: 14px;
	color: #666;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-left-nav dl{
	display: none;
}

.products-left-nav dt{
	border-top: 1px dotted #ccc;
}

.products-left-nav dt a{
	display: block;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.products-left-nav dt a:hover{
	color: #fd9314;
}

/* products */
.product-bg{
	background-color: #f5f5f5;
}

.product-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0;
}

.product-block ul{
	display: flex;
	flex-wrap: wrap;
}

.product-block li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border: 1px solid #e4e4e4;
	background-color: #fff;
}

.product-block li:nth-of-type(3n){
	margin-right: 0;
}

.product-block li:hover{
	box-shadow:  0 0 5px #ccc;
}

.product-block li a{
	display: block;
	position: relative;
	padding: 0 30px;
}

.product-block li .imgbox{
	height: 330px;
	padding: 30px;
}

.product-block li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-block li .textbox{
	padding: 30px 0;
	font-size: 16px;
	color: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #eee;
	position: relative;
	transition: all 0.3s;
}

.product-block li:hover .textbox{
	color: #4bb748;
}

.product-block li .textbox::before{
	display: block;
	content: "";
	width: 120px;
	height: 2px;
	background-color: #4bb748;
	position: absolute;
	left: 0;
	top: -2px;
}

.product-block li i{
	font-size: 24px;
	color: #666;
	transition: all 0.3s;
}

.product-block li:hover i{
	color: #4bb748;
}

/*product detail*/
.product-detail-bg{
	background-image: url(../image/product_detail_bg.jpg);
	background-position: center top;
	background-size: 100% auto;
	background-color: #f5f5f5;
}

.product-detail{
	max-width: 1400px;
	margin: 0 auto;
	padding: 150px 0 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-detail .infobox{
	width: 35%;
	padding: 80px 0;
}

.product-detail .localbox{
	color: #999;
	font-size: 14px;
	margin-bottom: 20px;
}

.product-detail .localbox a{
	color: #999;
	font-size: 14px;
}

.product-detail .localbox a:hover{
	color: #000;
}

.product-detail .infobox .title{
	margin-bottom: 40px;
}

.product-detail .infobox .title h2{
	color: #666;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
}

.product-detail .infobox .title h4{
	color: #666;
	font-size: 24px;
}

.product-detail .infobox .morebtn{
	display: block;
	width: 200px;
	line-height: 70px;
	text-align: center;
	border-radius: 35px;
	background-color: #44b441;
	color: #fff;
	font-size: 18px;
	transition: all 0.3s;
}

.product-detail .infobox .morebtn:hover{
	box-shadow: 0 0 10px #fff inset;
}

.product-detail .imgbox{
	width: 47%;
}

.product-detail .imgbox img{
	width: 100%;
}

.product-detail .textbox{
	width: 100%;
}

.product-detail .textbox .title{
	color: #666;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 35px;
}

.product-detail .textbox li{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #666;
	line-height: 2;
}

.product-detail .textbox li+li{
	margin-top: 15px;
}

.product-detail .textbox li::before{
	display: block;
	content: "";
	border-left: 8px solid #44b441;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin-right: 10px;
}

/*case*/
.case-bg{
	background-color: #f5f5f5;
}

.case-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0;
}

.case-block ul{
	display: flex;
	flex-wrap: wrap;
}

.case-block li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	position: relative;
	background-color: #fff;
	transition: all 0.3s;
}

.case-block li:nth-of-type(3n){
	margin-right: 0;
}

.case-block li:hover{
	box-shadow: 0 0 10px #ccc;
}

.case-block li a{
	display: block;
	padding: 30px;
}

.case-block li .imgbox{
	margin-bottom: 30px;
	height: 290px;
	object-fit: cover;
}

.case-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.case-block li .textbox{
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 1;
	color: #000;
	transition: all 0.3s;
}

.case-block li:hover .textbox{
	color: #44b441;
}

/*news*/
.news-block{
	
}

.news-block li{
	width: 100%;
	padding: 40px 0;
}

.news-block li:nth-of-type(2n+1){
	background-color: #f3f3f3;
}

.news-block li a{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	display:-webkit-flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-moz-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-webkit-box-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	align-items: center;
}

.news-block li .imgbox{
	width: 420px;
	height: 300px;
	overflow: hidden;
}

.news-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-block li .textbox{
	-webkit-flex:1;
	-webkit-box-flex:1;
	-ms-flex:1;
	-moz-flex:1;
	flex:1;
	margin: 0 30px;
}

.news-block li h4{
	color: #999;
	font-size: 18px;
	margin-bottom: 10px;
}

.news-block li h2{
	font-size: 28px;
	color: #333;
	margin-bottom: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.3s;
}

.news-block li a:hover h2{
	color: #4bb748;
}

.news-block li .editbox{
	font-size: 16px;
	color: #666;
	line-height: 32px;
	height: 64px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 70px;
}

.news-block li span{
	color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 14px;
	background-color: #999;
	transition: all 0.3s;
}

.news-block li a:hover span{
	background-color: #4bb748;
}

.news-block li i{
	display: inline-block;
	font-size: 24px;
	color: #fff;
	line-height: 1;
	transition: all 0.3s;
	vertical-align: middle;
	margin-top: -2px;
}

/*news detail*/
.news-detail-bg{
	background-color: #eee;
	padding: 90px 20px 60px;
}

.news-detail-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 3%;
	background-color: #fff;
	border-radius: 20px;
}

.news-detail-block .title{
	font-size: 30px;
	color: #666;
	margin-bottom: 20px;
}

.news-detail-block .subtitle{
	font-size: 14px;
	color: #666;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.news-detail-block .edit-box{
	font-size: 16px;
	color: #666;
	line-height: 2.6;
}

.news-detail-block .detail-nav{
	margin-top: 40px;
	padding: 20px 10px 0;
	border-top: 1px solid #eee;
}

.news-detail-block .left-nav{
	overflow: hidden;
}

.news-detail-block .left-nav a{
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	font-size: 14px;
	padding: 10px 0;
}

.news-detail-block .left-nav a:hover{
	color: #4ab747;
	text-decoration: underline;
}

.news-detail-block .left-nav span{
	color: #999;
}

.news-detail-block .right-nav{
	width: 180px;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	color: #999;
	font-size: 16px;
	margin-left: 20px;
	flex-shrink: 0;
	transition: all 0.3s;
	border: 1px solid #ccc;
}

.news-detail-block .right-nav:hover{
	background-color: #4ab747;
	border-color: #4ab747;
	color: #fff;
}

/*download*/


/*apply*/
.form-block .tip{
	font-size: 14px;
	color: #ff0000;
	margin-top: 45px;
}

/* message */
.form-block .full-div,
.form-block .half-div,
.form-block .onethird-div,
.form-block .quater-div{
	margin-bottom: 20px;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #ccc;
	overflow: hidden;
	position: relative;
}

.form-block .full-div{
	width: 100%;
}

.form-block .half-div{
	width: 49%;
}

.form-block .onethird-div{
	width: 32%;
}

.form-block .quater-div{
	width: 24%;
}

.form-block input{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 10px;
	font-size: 14px;
	color: #428a7b;
}

.form-block textarea{
	width: 100%;
	height: 200px;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 14px;
	color: #428a7b;
	resize: none;
}

.form-block select{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 10px;
	font-size: 14px;
	color: #428a7b;
	cursor: pointer;
}

.form-block button{
	width: 48%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 5px;
	background-color: #ec1010;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.form-block img{
	max-height: 44px;
	vertical-align: bottom;
}


/*contact us*/
.contact-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0;
}

.contact-block .title{
	text-align: center;
	margin-bottom: 40px;
}

.contact-block .title h2{
	color: #4ab747;
	font-size: 48px;
	font-weight: bold;
}

.contact-block ul{
	display: flex;
	flex-wrap: wrap;
	border-right: 1px solid #eee;
	margin-bottom: 40px;
}

.contact-block li{
	text-align: center;
	padding: 30px 10px;
	-webkit-flex:1;
	-webkit-box-flex:1;
	-ms-flex:1;
	-moz-flex:1;
	flex:1;
	border-left: 1px solid #eee;
}

.contact-block li i{
	font-size: 30px;
	color: #999;
}

.contact-block li h4{
	margin-top: 15px;
	font-size: 16px;
	color: #999;
}

.contact-block li p{
	font-size: 16px;
	color: #666;
	margin-top: 15px;
}

.map{
	height: 550px;
	background-color: #f7f7f7;
}
.page {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
}
.page a {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span.current {
	background: #5280e0;
	border: 1px solid #5280e0;
	color: #FFFFFF;
	font-weight: bolder;
}





