.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: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 5px #888;
}

.top-nav{
	padding: 0 0 0 20px;
	height: 100%;
	max-width: 1420px;
	margin: 0 auto;
}

.top-nav .nav-block{
	height: 100%;
}

.top-nav .nav-block a{
	margin: 0 5px;
	padding: 0 12px;
	font-size: 18px;
	color: #666;
	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: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background-color: #1f439a;
}

.top-nav .nav-block a:hover,
.top-nav .nav-block .active a{
	color: #4db84f;
}

.top-nav .nav-block a:hover::after,
.top-nav .nav-block .active a::after{
	opacity: 1;
}

.index-lang{
	
}

.index-lang a{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	margin-right: 25px;
}

.index-lang a:hover{
	color: #4db84f;
}

.index-lang img{
	display: inline-block;
	vertical-align: top;
	margin-top: -4px;
	margin-right: 5px;
}

.menu,.menu_down{
	display: none;
}

/* index banner */
.index-banner .swiper-pagination-bullet{
	width:45px;
	height:5px;
	border-radius:0;
}
.index-banner .swiper-pagination-bullet-active{
	background:#4DB84F;
}
.index-banner img{
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}

/*index about*/
.index-about-block{
	max-width: 1680px;
	padding: 80px 40px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.index-about-block .textbox{
	width: 44%;
	margin-right: 10%;
}

.index-about-block .textbox h2{
	font-size: 42px;
	color: #444444;
	font-weight: bold;
	margin: 10px 0 40px;
}

.index-about-block .textbox h4{
	color: #4db84f;
	font-size: 36px;
	margin-bottom: 30px;
}

.index-about-block .editbox{
	font-size: 16px;
	line-height: 2;
	color: #444;
	margin-bottom: 50px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.index-about-block .editbox>*{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.index-about-block .morebtn{
	display: block;
	width: 160px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 14px;
	color: #999;
	text-align: center;
	border: 1px solid #999;
	transition: all 0.3s;
}

.index-about-block .morebtn:hover{
	background-color: #4db84f;
	color: #fff;
}

.index-about-block .imgbox{
	width: 46%;
}

/* index product */
.index-product-bg{
	background-image: url(../images/index_product_bg3.jpg);
	background-position: center;
	background-size: cover;
}

.index-product{
	max-width: 770px;
	padding: 90px 0 90px 5%;
	background-image: url(../images/index_product_bg2.jpg);
	background-position: center;
	background-size: cover;
}

.index-product img{
	margin-left: 5%;
}

.index-product h2{
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 50px;
	padding-left: 5%;
}

.index-product li{
	border-bottom: 1px dashed #ccc;
}

.index-product li a{
	display: block;
	color: #fff;
	font-size: 26px;
	padding: 30px 0 30px 5%;
	width: 110%;
}

.index-product li a:hover{
	background-color: #4db84f;
}

/*index product list*/
.index-product-list{
	max-width: 1580px;
	margin: 0 auto;
	padding: 60px 40px;
}

.index-product-list ul{
	display: flex;
	flex-wrap: wrap;
}

.index-product-list li{
	width: 23.5%;
	margin-right: 2%;
}

.index-product-list li:nth-of-type(4n){
	margin-right: 0;
}

.index-product-list li a{
	display: block;
}

.index-product-list li .imgbox{
	padding: 20px;
	height: 320px;
	border-radius: 10px;
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 10px;
}

.index-product-list li:hover .imgbox{
	box-shadow: 0 0 15px #ccc;
}

.index-product-list li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.index-product-list li p{
	color: #333333;
	font-size: 18px;
	text-align: center;
}

/*index adv*/
.index-adv-bg{
	background-image: url("../images/index_adv_bg.jpg");
	background-position: center;
	background-size: cover;
}

.index-adv{
	min-height: 800px;
	width: 50%;
	margin-left: 50%;
	padding-top: 190px;
	padding-right: 40px;
}

.index-adv p{
	color: #fff;
	font-size: 22px;
	margin: 20px 0 70px;
	line-height: 1.8;
}

.index-adv a{
	display: block;
	width: 200px;
	line-height: 60px;
	border: 1px solid #4db84f;
	color: #4db84f;
	font-size: 20px;
	text-align: center;
	border-radius: 30px;
}

/*index news*/
.index-news-bg{
	background-color: #f5f5f5;
}

.index-news{
	max-width: 1580px;
	margin: 0 auto;
	padding: 80px 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.index-news .title{
	margin-bottom: 30px;
	font-size: 42px;
	font-weight: bold;
	color: #666666;
	width: 100%;
}

.index-news .big-news{
	width: 40%;
	margin-right: 4%;
}

.index-news .big-news:hover{
	box-shadow: 0 0 10px #ccc;
}

.index-news .big-news a{
	display: block;
}

.index-news .big-news .imgbox{
	height: 390px;
}

.index-news .big-news img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-news .big-news .textbox{
	background-color: #fff;
	padding: 30px;
}

.index-news .big-news h4{
	color: #4db84f;
	font-size: 18px;
	margin-bottom: 20px;
}

.index-news .big-news h2{
	color: #333;
	font-size: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}

.index-news .big-news .editbox{
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-news .big-news .editbox>*{
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.index-news ul{
	width: 56%;
}

.index-news li{
	width:100%;
	border-bottom: 1px solid #ccc;
}

.index-news li a{
	display: flex;
	padding: 20px 0;
	align-items: center;
	flex-wrap: wrap;
}

.index-news li .imgbox{
	height: 170px;
	width: 40%;
	margin-right: 2%;
}

.index-news li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-news li .textbox{
	width: 58%;
}

.index-news li h4{
	color: #4db84f;
	font-size: 16px;
	margin-bottom: 20px;
}

.index-news li h2{
	color: #000;
	font-size: 18px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 40px;
}

.index-news li span{
	color: #999;
	font-size: 12px;
	text-decoration: underline;
}

.index-news li:hover span{
	color: #4db84f;
}

/*footer list*/
.footer-list-bg{
	background-color: #444;
	position: relative;
	z-index: 5;
}

.footer-list{
	max-width: 1580px;
	margin: 0 auto;
	padding: 40px;
}

.footer-list .logo-text{
	margin-top: 15px;
}

.footer-list li h2{
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	padding-top: 15px;
}

.footer-list a,
.footer-list p{
	display: block;
	font-size: 15px;
	color: #999;
}

.footer-list .logo-text p{
	font-size: 20px;
    color: #CCCCCC;
    font-weight: 600;
}
.footer-list p{
	color: #fff;
}

.footer-list p::before{
	display: none;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid #017333;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}

.footer-list a:hover{
	color: #fff;
}

.footer-list i{}

.footer-list a+a,
.footer-list p+p{ 
	margin-top: 12px;
}

.footer-list li+li{
	padding-left: 2%;
}

.footer-list li .flex-display{
	margin-top: 35px;
}

.footer-list li .infobox{
	margin-left: 20px;
	text-align: center;
}

.footer-list li .qrbox img{
	width: 112px;
	height: 112px;
}

.footer-list li .infobox h4{
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}

.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%);
	text-align: center;
}

.shade-text h3{
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 10px;
}

.shade-text h4{
	font-size: 22px;
	color: #fff;
}

.shade-text li{
	display: inline-block;
}

.shade-text li a{
	color: #fff;
	font-size: 16px;
}

.shade-text li.active a,
.shade-text li a:hover{
	text-decoration: underline;
}

.shade-text li span{
	color: #fff;
	font-size: 16px;
	margin: 0 10px;
}

.shade-text li:last-child span{
	display: none;
}

/*about us*/
.about-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 25px 0 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-right-block{
	width: 75%;
}

.about-right-block .title{
	color: #000;
	font-size: 24px;
	line-height: 66px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.about-right-block .title::after{
	display: block;
	content: "";
	width: 100px;
	height: 2px;
	background-color: #4db84f;
	position: absolute;
	left: 0;
	bottom: 0;
}

.about-abo-block{
	
}

.about-abo-block .editbox{
	font-size: 16px;
	line-height: 2.6;
	color: #666;
	margin-bottom: 40px;
}

.about-abo-block .editbox>*{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.about-abo-block .imgbox{
	height: 600px;
}

.about-abo-block .imgbox img,
.about-abo-block .imgbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/**/
.about-honor-block{
	
}

.about-honor-block ul{
	display: flex;
	flex-wrap: wrap;
}

.about-honor-block li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.about-honor-block li:nth-of-type(3n){
	margin-right: 0;
}

.about-honor-block li a{
	display: block;
	position: relative;
}

.about-honor-block li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.about-honor-block li p{
	width: 100%;
	text-align: center;
	padding: 15px 20px;
	color: #fff;
	font-size: 16px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.3s;
}

.about-honor-block li:hover p{
	background-color: #4db84f;
}

/****/
.other-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 70px;
}

.other-right-block{
	width: 77.5%;
}

.products-left-menu{
	width: 21.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("../images/title_bg01.jpg");
	background-position: center;
	background-size: cover
}

.products-left-nav{
	display: block;
}

.products-left-nav>div{
	padding: 0 20px 0 30px;
	height: 66px;
	color: #666;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-bottom: 2px solid #fff;
	background-color: #eee;
}

.products-left-nav div{
	font-size: 16px;
}

.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 #4db84f;
	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: #4db84f;
	border-bottom: 2px solid #4db84f;
}

.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 default*/
.product-default{
	max-width: 1400px;
	margin: 0 auto;
	padding: 80px 0;
}

.product-default ul{
	display: flex;
	flex-wrap: wrap;
}

.product-default li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 40px;
}

.product-default li:nth-of-type(2n){
	margin-right: 0;
}

.product-default li a{
	display: block;
	position: relative;
	height: 100%;
}

.product-default li img{
	width: 100%;
}

.product-default li .textbox{
	position: absolute;
	left: 30px;
	top: 40px;
}

.product-default li .textbox h4{
	color: #4db84f;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 10px;
}

.product-default li .textbox p{
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	line-height: 2;
}

/* products */
.product-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 0;
}

.product-block .title{
	font-size: 30px;
	color: #666;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}

.product-block li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	overflow: hidden;
}

.product-block li:nth-of-type(3n){
	margin-right: 0;
}

.product-block li:hover{
	border-color: #4db84f;
}

.product-block li a{
	display: block;
}

.product-block li .imgbox{
	height: 390px;
	padding: 20px;
}

.product-block li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-block li p{
	padding: 20px 0;
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	transition: all 0.3s;
}

.product-block li:hover p{
	color: #fff;
	background-color: #4db84f;
}

/*news*/
.news-block{
	padding: 60px 0;
	max-width: 1400px;
	margin: 0 auto;
}

.news-block .title{
	margin-bottom: 25px;
	text-align: center;
	color: #000;
	font-size: 42px;
	font-weight: bold;
}

.news-nav{
	text-align: center;
	margin-bottom: 30px;
	font-size: 0;
}

.news-nav a{
	display: inline-block;
	width: 170px;
	line-height: 50px;
	color: #666;
	font-size: 16px;
	border: 1px solid #ccc;
	border-right: none;
}

.news-nav a.active,
.news-nav a:hover{
	color: #fff;
	background-color: #4db84f;
}

.news-nav a:first-child{
	border-radius: 25px 0 0 25px;
}

.news-nav a:last-child{
	border-radius: 0 25px 25px 0;
	border-right: 1px solid #ccc;
}

.news-block li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	transition: all 0.3s;
	border-radius: 5px;
	overflow: hidden;
}

.news-block li:nth-of-type(3n){
	margin-right: 0;
}

.news-block li:hover{
	border-color: #4db84f;
	box-shadow: 0 0 5px #ccc;
}

.news-block li a{
	display: block;
	padding: 20px;
}

.news-block li .imgbox{
	border-radius: 5px;
	overflow: hidden;
	height: 300px;
	overflow: hidden;
}

.news-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-block li .textbox{
	margin-top: 20px;
}

.news-block li h4{
	color: #999;
	font-size: 16px;
	margin-bottom: 10px;
}

.news-block li h2{
	font-size: 22px;
	color: #333;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*news detail*/
.news-detail-block{
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 0;
}

.news-detail-block .title{
	font-size: 36px;
	color: #4db84f;
	margin-bottom: 20px;
	text-align: center;
}

.news-detail-block .subtitle{
	font-size: 14px;
	color: #777;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
	padding: 20px 0;
}

.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 dashed #dcdcdc;
}

.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: #777;
	font-size: 16px;
	padding: 10px 0;
}

.news-detail-block .left-nav a:hover{
	text-decoration: underline;
}

.news-detail-block .left-nav span{
	color: #999;
}

.news-detail-block .right-nav{
	width: 180px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	background-color: #f7881c;
	margin-left: 20px;
	flex-shrink: 0;
	transition: all 0.3s;
}

.news-detail-block .right-nav:hover{
	box-shadow: 3px 3px 5px #ccc;
}

/*support*/
.support-block{
	padding-bottom: 60px;
	max-width: 1400px;
	margin: 0 auto;
}


/* 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: 60px 0;
	display: flex;
	flex-wrap: wrap;
}

.contact-block .infobox{
	width: 50%;
	padding: 0 5%;
}

.contact-block .infobox h2{
	color: #4db84f;
	font-size: 32px;
	font-weight: bold;
	margin: 30px 0;
}

.contact-block .infobox p{
	color: #000;
	font-size: 18px;
}

.contact-block .infobox p+p{
	margin-top: 20px;
}

.contact-block .infobox p:before{
	display: inline-block;
	content: "";
	border-left: 4px solid #4db84f;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}

.contact-block .msgbox{
	background-color: #eee;
	padding: 40px;
	border-radius: 20px;
	width: 50%;
}

.contact-block .msgbox h4{
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}

.contact-block .msgbox h2{
	color: #4db84f;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

.contact-block .msgbox h3{
	color: #666;
	font-size: 16px;
	margin-bottom: 30px;
}

.contact-block .form-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-block .form-block button{
	background-color: #4db84f;
}

.map{
	margin-top: 50px;
	width: 100%;
	height: 500px;
	background-color: #f7f7f7;
}
.product-block ul{
	display: flex;
	flex-wrap: wrap;
}
.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;
}

/*product detail*/
.product-detail{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.product-detail .imgbox{
	width: 46%;
	margin-right: 5%;
	height: 550px;
	float: left;
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}

.product-detail .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-detail .infobox{
	width: 49%;
	float: right;
}

.product-detail .infobox .title{
	font-size: 26px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.product-detail .infonav{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-top: 40px;
	overflow: hidden;
}

.product-detail .infonav a{
	flex: 1;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #666;
	font-size: 16px;
}

.product-detail .infonav a+a{
	border-left: 1px solid #ccc;
}

.product-detail .infonav a:hover{
	background-color: #4db84f;
	color: #fff;
}

.product-detail-subtitle-bg{
	background-color: #eee;
}

.product-detail-subtitle{
	max-width: 1200px;
	margin: 0 auto;
}

.product-detail-subtitle span{
	padding: 0 35px;
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	background-color: #4db84f;
	display: inline-block;
	vertical-align: top;
}




