@charset "utf-8";
/* CSS Document */

.bgfff{
	background: #fff;
}

.tl{
	text-align: left !important;
}

.wraper{
	max-width: 1920px;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
}

.small-banner{
	height: 350px;
}

.small-banner-2{
	height: 760px;
}

.small-banner-widthfix .inner{
	/* max-width: 1500px; */
	margin: 0 auto;
}

.small-banner-widthfix .inner img{
	display: block;
	width: 100%;
	height: auto;
}

.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	/*-webkit-box-shadow: 0 0 24px rgba(125,125,125,.4);
	-moz-box-shadow: 0 0 24px rgba(125,125,125,.4);
	box-shadow: 0 0 24px rgba(125,125,125,.4);*/
	background: #fff;
}

.header .inner{
	padding: 12px 20px;
	max-width: 1460px;
	margin: 0 auto;
}

.header-left{
	float: left;
}

.header-left .logo{
	display: block;
}

.header-left .logo img{
	display: inline-block;
	height: 68px;
}

.header-left .logo span{
	display: inline-block;
	vertical-align: top;
	margin: 26px 0 0 12px;
	font-size: 36px;
	color: #363636;
	font-weight: bold;
}

.header-right{
	float: right;
	margin-top: 16px;
}

.header-right .navBar{
	display: none;
}

.header-right .search{
	margin-bottom: 12px;
}

.header-right .search .lang{
	float: right;
	width: 156px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: #ff7600;
	font-size: 14px;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left: 12px;
}

.header-right .search-inner{
	float: right;
	width: 194px;
	height: 26px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background: #eeeeee;
	padding: 0 8px 0 3px;
}

.header-right .search-inner .fa-search{
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #454545;
}

.header-right .search-inner input{
	display: inline-block;
	vertical-align: top;
	width: 144px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	color: #858282;
}

.header-right .link .shopBtn{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	margin-left: 60px;
	width: 150px;
	padding: 0 12px;
	background: #219c4c;
	color: #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	overflow: hidden;
	text-align: center;
}

.header-right .shopBtn .fa-shopping-cart{
	position: relative;
	top: -1px;
	left: 2px;
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	margin-right: 18px;
}

.header-right .shopBtn .text{
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}

.header-right .shopBtn .fa-angle-right{
	float: right;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
}

.header-right .link .nav{
	float: right;
}

.header-right .link .nav li{
	position: relative;
	float: left;
	margin-left: 60px;
}

.header-right .link .nav li a{
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.header-right .link .nav li a:hover,
.header-right .link .nav li a.active{
	color: #579d39;
}

/**/

.nav-btn{
	display: none;
	position: absolute;
	z-index: 999;
	width: 44px;
	height: 32px;
	top: 50%;
	right: 20px;
	margin-top: -16px;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-btn .navbar{
	position: absolute;
	left: 0;
	top: 0;
	width: 44px;
	height: 4px;
	background: #ea8207;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nav-btn .navbar2{
	top: 14px;
}

.nav-btn .navbar3{
	top: 28px;
}

.nav-btn-active{
	right: 20px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav-btn-active .navbar1{
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-btn-active .navbar2{
	opacity:0;
	filter:alpha(opacity=0);

}

.nav-btn-active .navbar3{
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header .zhezhao{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 996;
	background: rgba(0,0,0,.4);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.header-active .zhezhao{
	visibility: visible;
	opacity: 1;
}

.header-active .zhezhao:hover{
	cursor:url(../img/common-img/close-icon.ico) 16 16, default;
}

.header-mobile{
	display: none;
}

.header-pc{
	background: #fff;
}

.header-pc .header-right .link .navSub{
	position: absolute;
	top: 64px;
	left: 0;
	width: 100%;
	padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.header-pc .header-right .link .navSub-active{
	opacity: 1;
	visibility: visible;
	top: 32px;
}

.header-pc .header-right .link .navSub,
.header-pc .header-right .link .navSub a{
	background: #43a60d;
	color: #fff;
}

.header-pc .header-right .link .navSub a{
	display: block;
	height: 32px;
	line-height: 32px;
	margin: 4px 0;
	width: auto;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-pc .header-right .link .navSub a:hover,
.header-pc .header-right .link .navSub a.active{
	background: #4bb610;
}

.header-mobile .header-right .link .navSub{
	display: none;
}

.header-mobile .header-right .link .navSub a{
	background: #ff7600;
	color: #fff;
	height: 44px;
	line-height: 44px;
}

.header-mobile .header-right .link .navSub a:hover,
.header-mobile .header-right .link .navSub a.active{
	background: #ffa300;
}

.header-pc .header-right .link .col-2 .navSub	{
	width: 224px;
}

.header-pc .header-right .link .col-2 .navSub a{
	float: left;
	margin-right: 12px;
	width: 94px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header-pc .header-right .link .col-2 .navSub a:nth-child(even){
	margin-right: 0;
}

.header-right .search-inner .fa-search{
	cursor: pointer;
}

.header-right .search .shopBtn .text ,
.header-right .search .shopBtn .fa-shopping-cart,
.header-right .search .shopBtn .fa-angle-right,
.header-right .search .link .shopBtn{
    height: 26px;
    line-height: 26px;
}

.footer{
	background: #539b34;
	text-align: center;
	padding: 80px 0 64px;
	line-height: 1.3;
}

.footer .copyright{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 16px;
}

.footer .contact{
	font-size: 18px;
	color: #fff;
	margin-bottom: 44px;
}

.footer .link{
	display: block;
	font-size: 20px;
	color: #539B34;
	width: 198px;
	height: 48px;
	line-height: 48px;
	background: #fff;
	margin: 0 auto;
}

.box-title{
	position: relative;
	line-height: 1;
	text-align: center;
	color: #539b34 ;
	margin-bottom: 48px;
}

.box-title .inner{
	position: relative;
	width: 338px;
	margin: 0 auto;
	background: #fff;
}

.box-title .cn{
	font-size: 32px;
	margin-bottom: 10px;
}

.box-title .en{
	font-size: 24px;
}

.box-title::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-top: 1px solid #539b34;
}
