/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
html,body{ padding: 0; margin: 0; font-family: "syr","微软雅黑","Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; font-size: 12px;line-height: 1;}
a{ text-decoration: none;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #999;
}
/*字体*/
/*css common*/
.f-left {float: left;}
.f-right {float: right;}
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
.nodisplay{display: none;}

.inner{max-width: 1200px;margin: 0 auto;}

#main{
	padding-top: 93px;
	/*padding-bottom: 140px;*/
	min-height: 100%;
	width: 100%;
	font-size: 0;
}
.mobile{
	display: none;
}
.web{
	display: block;
}

/*header*/
#header{
	border-bottom: 1px solid #e7e7e7;
	height: 93px;
	position: fixed;
	background-color: #fff;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 0;
	z-index: 2;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#header .bottom .left{
	float: left;
	line-height: 92px;
	height: 92px;
}
#header .bottom .left img{
	vertical-align: middle;
}
#header .bottom .right{
	float: right;
}
#header .bottom .right .menu img{
	display: none;
}
#header .bottom .right .nav-box{
	display: inline-block;
	vertical-align: middle;
}
#header .bottom .right .nav-box .level1{
	display: inline-block;
	vertical-align: top;
	line-height: 92px;
	height: 92px;
	position: relative;
	margin-left: 30px;
}
#header .bottom .right .nav-box .level1:first-child{
	margin-left: 0;
}
#header .bottom .right .nav-box .level1 > a{
	font-size: 16px;
	color: #333;
	line-height: 1;
	vertical-align: middle;
}
#header .bottom .right .nav-box .level1.active > a,#header .bottom .right .nav-box .level1:hover> a{
	color: #8cce5c;
}
#header .bottom .right .nav-box .level1 > a span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	width: 9px;
	height: 6px;
	background-repeat: no-repeat;
	background-image: url(../images/header_bottom_right_icon1.png);
	background-size: 100% auto;
	background-position: center top;
}
#header .bottom .right .nav-box .level1.active > a span,#header .bottom .right .nav-box .level1:hover > a span{
	background-position: center bottom;
}
#header .bottom .right .nav-box .level1:hover > a span{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
#header .bottom .right .nav-box .level1 .level2{
	position: absolute;
	background-color: #fff;
	border-radius: 5px;
	background-image: url(../images/header_bottom_right_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 5px;
	background-position: center top;
	text-align: center;
	line-height: 1;
	left: 50%;
	top: 100%;
	margin-top: -5px;
	z-index: 2;
	display: none;
	padding: 50px 0;
}
#header .bottom .right .nav-box .level1 .level2:not(.product){
	min-width: 180px;
	margin-left: -90px;
}
#header .bottom .right .nav-box .level1 .level2.product{
	min-width: 800px;
	margin-left: -400px;
}
#header .bottom .right .nav-box .level1:hover .level2{
	display: block;
}
#header .bottom .right .nav-box .level1 .level2 .tri{
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent #fff #8cce5c #fff;
}
#header .bottom .right .nav-box .level1 .level2 .normal{
	margin-bottom: 30px;
}
#header .bottom .right .nav-box .level1 .level2 .normal:last-child{
	margin-bottom: 0;
}
#header .bottom .right .nav-box .level1 .level2 .normal a{
	font-size: 16px;
	color: #444;
	padding-bottom: 6px;
	border-bottom: 2px solid #8cce5c;
	display: inline-block;
}
#header .bottom .right .nav-box .level1 .level2 .normal:hover a,#header .bottom .right .nav-box .level1 .level2 .normal.active a{
	color: #8cce5c;
}
#header .bottom .right .nav-box .level1 .level2 .level3{
	padding: 0 30px;
}
#header .bottom .right .nav-box .level1 .level2 .level3 ul{
display: inline-block;
vertical-align: top;
margin: 0 20px;
text-align: left;
width: 27%;
float: left;
margin-bottom: 20px;
}
#header .bottom .right .nav-box .level1 .level2 .level3 ul li{
	margin-bottom: 18px;
}
#header .bottom .right .nav-box .level1 .level2 .level3 ul li:last-child,#header .bottom .right .nav-box .level1 .level2 .level3 ul li.first:last-child{
	margin-bottom: 0;
}
#header .bottom .right .nav-box .level1 .level2 .level3 ul li a{
	display: block;
	font-size: 14px;
	color: #666;
}
#header .bottom .right .nav-box .level1 .level2 .level3 ul li a span{
	margin-right: 10px;
}
#header .bottom .right .nav-box .level1 .level2 .level3 ul li a span:empty{
	margin-right: 15px;
}
#header .bottom .right .nav-box .level1 .level2 .level3 ul li.first{
	margin-bottom: 20px;
}
#header .bottom .right .nav-box .level1 .level2 .level3 ul li.first a{
	font-size: 16px;
	color: #444;
	padding-bottom: 6px;
	border-bottom: 2px solid #8cce5c;
	text-align: center;
}
#header .bottom .right .nav-box .level1 .level2 .level3 ul li a:hover,#header .bottom .right .nav-box .level1 .level2 .level3 ul li.active a{
	color: #8cce5c;
}
#header .bottom .right .weibo{
	vertical-align: middle;
	margin-left: 50px;
	width: 40px;
	text-align: center;
}
#header .bottom .right .weibo img{
	vertical-align: middle;
}
#header .bottom .right .wechat{
	vertical-align: middle;
	margin-left: 20px; margin-top: 35px;
	margin-right: 10px;
	width: 40px;
	text-align: center;
	position: relative;
}
#header .bottom .right .wechat img{
	vertical-align: middle;
}
#header .bottom .right .wechat .qr{
	position: absolute;
	right: -10px;
	top: 100%;
	margin-top: 20px;
	display: none;
	z-index: 1;
}
#header .bottom .right .wechat:hover .qr{
	display: block;
}
/*sidenav*/
#sidenav{
	position: fixed;
	top: 0;
	right: -16.25rem;
	background-color: #2c2c2c;
	width: 16.25rem;
	height: 100%;
	z-index: 2;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding-top: 3rem;
	overflow-y: auto;
}
#sidenav.active{
	right: 0;
}
#sidenav .box{
	border-bottom: 0.03125rem solid rgba(255,255,255,0.1);
}
#sidenav .box .lv1{
	font-size: 1.125rem;
	color: #fff;
	display: block;
	line-height: 3.125rem;
	height: 3.125rem;
	padding: 0 2.1875rem;
	position: relative;
}
#sidenav .box.active .lv1{
	background-color: #8cce5c;
}
#sidenav .box .lv1 span{
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	background-repeat: no-repeat;
	background-image: url(../images/sidenav_icon1.png);
	background-size: 100% auto;
	background-position: center top;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	margin-top: -0.3125rem;
}
#sidenav .box.active .lv1 span{
	background-position: center bottom;
}
#sidenav .box .lv1 .tri{
	border-style: solid;
	border-width: 0.4375rem 0.4375rem 0 0.4375rem;
	border-color: #8cce5c transparent transparent transparent;
	position: absolute;
	bottom: -0.4375rem;
	right: 1.75rem;
	display: none;
}
#sidenav .box.active .lv1 .tri{
	display: block;
}
#sidenav .box div{
	display: none;
	padding: 1.5625rem 0;
}
#sidenav .box.active div{
	display: block;
}
#sidenav .box div a{
	margin-bottom: 1.25rem;
}
#sidenav .box div a:last-child{
	margin-bottom: 0;
}
#sidenav .box div a.lv2{
	display: block;
	font-size: 1rem;
	color: #ccc;
	padding-left: 3.125rem;
}
#sidenav .box div a.lv2.active{
	color: #8cce5c;
}
/*侧导航产品页*/
#sideproduct{
	position: fixed;
	top: 0;
	right: -16.25rem;
	background-color: #2c2c2c;
	width: 16.25rem;
	height: 100%;
	z-index: 3;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	overflow-y: auto;
}
#sideproduct.active{
	right: 0;
}
#sideproduct .title{
	line-height: 3.875rem;
	position: relative;
	height: 3.875rem;
	text-align: center;
	font-size: 1.375rem;
	color: #fff;
   width: 100%;
 float: none;
 margin:0;
/* border-bottom: 1px dotted #ccc; */
/* line-height: 25px; */
}
#sideproduct .title img{
	position: absolute;
	left: 1.4375rem;
	top: 50%;
	margin-top: -0.5rem;
	height: 1rem;
}
#sideproduct .box{
	border-bottom: 0.03125rem solid rgba(255,255,255,0.1);
}
#sideproduct .box .lv1{
	font-size: 1.125rem;
	color: #fff;
	display: block;
	line-height: 3.125rem;
	height: 3.125rem;
	padding: 0 2.1875rem;
	position: relative;
}
#sideproduct .box.active .lv1{
	background-color: #8cce5c;
}
#sideproduct .box .lv1 span{
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	background-repeat: no-repeat;
	background-image: url(../images/sidenav_icon1.png);
	background-size: 100% auto;
	background-position: center top;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	margin-top: -0.3125rem;
}
#sideproduct .box.active .lv1 span{
	background-position: center bottom;
}
#sideproduct .box .lv1 .tri{
	border-style: solid;
	border-width: 0.4375rem 0.4375rem 0 0.4375rem;
	border-color: #8cce5c transparent transparent transparent;
	position: absolute;
	bottom: -0.4375rem;
	right: 1.75rem;
	display: none;
}
#sideproduct .box.active .lv1 .tri{
	display: block;
}
#sideproduct .box div{
	display: none;
	padding: 1.5625rem 0;
}
#sideproduct .box.active div{
	display: block;
}
#sideproduct .box div a{
	margin-bottom: 1.25rem;
}
#sideproduct .box div a:last-child{
	margin-bottom: 0;
}
#sideproduct .box div a.lv2{
	display: block;
	font-size: 1rem;
	color: #ccc;
	padding-left: 3.125rem;
}
#sideproduct .box div a.lv3{
	margin-bottom: 0.875rem;
	font-size: 0.75rem;
	color: #999;
	display: block;
	padding-left: 4.0625rem;
}
#sideproduct .box div a.lv3.last{
	margin-bottom: 1.25rem;
}
#sideproduct .box div a.active{
	color: #8cce5c;
}
@media only screen and (max-width:1320px){

}
@media only screen and (max-width:1270px){

}
@media only screen and (max-width:1200px){
}
@media only screen and (max-width:1024px){
	html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;font-size: 16px;}
	body{
		 font-size: 62.5%;
	}
	.mobile{
		display: block;
	}
	.web{
		display: none;
	}
	#main{
		padding-top: 2.75rem;
		/*padding-bottom: 11.875rem;*/
	}

	/*header*/
	#header{
		border-bottom: 0.03125rem solid #e7e7e7;
		height: 2.75rem;
		padding: 0 0.9375rem;
	}
	body.active #header{
		left: -16.25rem;
	}
	#header .bottom .right .weibo,#header .bottom .right .wechat{
		display: none;
	}
	#header .bottom .left{
		line-height: 2.71875rem;
		height: 2.71875rem;
	}
	#header .bottom .left img{
		width: 2.5rem;
	}
	#header .bottom .right{
		line-height: 2.71875rem;
		height: 2.71875rem;
	}
	#header .bottom .right .menu img{
		display: inline-block;
		vertical-align: middle;
		width: 0.9375rem;
	}
	#header .bottom .right .nav-box{
		display: none;
	}
}
@media only screen and (max-width:767px){

}
@media only screen and (max-width:414px){

}
@media only screen and (max-width:320px){

}



/*footer*/
#footer2{
	background-color: #2c2c2c;
	font-size: 0;
	font-family: "微软雅黑";
	margin-top: -140px;
}
#footer2 .box{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#footer2 .left{
	display: inline-table;
	vertical-align: middle;
	width: 50%;
	line-height: 1;
	height: 140px;
	line-height: 140px;
	text-align: right;
}
#footer2 .left .box{
	margin-right: 7.5%;
}
#footer2 .left img{
	vertical-align: middle;
	margin-right: 30px;
}
#footer2 .left a{
	font-size: 12px;
	color: #fff;
	margin-right: 1em;
}
#footer2 .left a:last-child{
	margin-right: 0;
}
#footer2 .right{
	display: inline-table;
	vertical-align: middle;
	width: 50%;
	line-height: 1;
	height: 140px;
	line-height: 140px;
	text-align: left;
}
#footer2 .right .box{
	margin-left: 10%;
	text-align: right;
}
#footer2 .right .address{
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
}
#footer2 .right .follow{
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
}
#footer2 .right a{
	position: relative;
}
#footer2 .right a .qr{
	position: absolute;
	left: 50%;
	margin-left: -36px;
	top: -88px;
	display: none;
	z-index: 1;
}
#footer2 .right a:hover .qr{
	display: block;
}
#footer2 .right p{
	font-size: 12px;
	color: #737d82;
}
