@media screen and (min-width: 320px) {
	.nav-box{ height: 55px; position: relative; width: 100%; z-index: 99;  box-shadow: 0 0 5px rgba(0,0,0,.2); }
	.header-box{ height: 55px; display: none;}
	.logo{ float: left; position: relative; z-index: 9; height: 55px; padding: 0;}
	.logo a{ display: block; height: 100%; overflow:hidden;}
	.logo img{ height:100%; display: block; float:left;}
	.logo span{display:none;}
	.nav-btn{ display: block; padding: 0 10px; margin-right: -10px; float: right; cursor: pointer; position: relative; z-index: 9;}
	.nav-btn i{ line-height: 55px; font-size: 22px; width: 24px; text-align: center; color: #82bf34;}
	.nav-hide-btn{ display: none;}
	
	.nav-btn-show .nav-hide-btn{ display: block;}
	.nav-btn-show .nav-show-btn{ display: none;}
	
	.nav{ position: absolute; top: -1000%; width:180px; right: 0; background: #212121; background: rgba(255,255,255,.95); border-top: solid 1px rgba(0,0,0,.1); padding:10px 15px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3); -webkit-transform-origin:0% 0%; transform-origin:0% 0%; -webkit-transform: scaleY(.5) translateY(-25%); transform: scaleY(.5) translateY(-25%); opacity: 0; filter:Alpha(opacity=0); border-bottom-left-radius: 6px; /*border-bottom-right-radius: 6px;*/ overflow: hidden;}
	
	.nav-show{ top: 55px; opacity: 1; filter:Alpha(opacity=100); -webkit-transform: none; transform: none;}
	
	.nav-list{ visibility: visible !important;}
	.nav-list li{ border-bottom: solid 1px rgba(0,0,0,.1);}
	.nav-list li:nth-last-of-type(1){border: none;}
	.nav-list li a{ display: block;}
	.nav-list li a b{font-weight: normal; line-height: 46px; position: relative; color: #999; display: block; text-align: center;}
	.bd-more{ position: absolute; bottom: 0; left: 50%; margin-left: -8px; border-bottom: solid 8px #f0f0f0; border-left: solid 8px transparent; border-right: solid 8px transparent; opacity: 0; filter:Alpha(opacity=0); -webkit-transform: translateY(8px); transform: translateY(8px);}
	.nav-list li .nav-list-sub{ opacity: 0; filter:Alpha(opacity=0); -webkit-transform-origin:0% 0%; transform-origin:0% 0%; overflow: hidden; background: #f0f0f0; height: 0; -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; overflow: hidden;}
	.nav-list li .nav-list-sub div{ padding: 10px 15px;}
	.nav-list li .nav-list-sub a{ line-height: 40px; border-bottom: solid 1px rgba(0,0,0,.1); color: #999; font-size: 12px; text-align: center;}
	.nav-list li .nav-list-sub a:nth-last-child(1){border: none;}
	.nav-list li .nav-list-sub a:hover span,.nav-list li .nav-list-sub a.on-02 span{ color: #82bf34;}
	.nav-list .nav-on{ border-color: transparent; position: relative; z-index: 9;}
	.nav-list .nav-off{ position: relative; z-index: 1;}
	.nav-on .bd-more{ opacity: 1; filter:Alpha(opacity=100); -webkit-transform: none; transform: none;}
	.nav-list li.nav-on .nav-list-sub{ opacity: 1; filter:Alpha(opacity=100);}
	.nav-list li .on b{ color: #82bf34;}
	.nav-list li.nav-on a b{ color: #82bf34;}
	
	.nav-box-bg{ position: absolute; z-index: 8; background: #fff; overflow: hidden; height: 55px; left: 0; right: 0;}
	
	.nav-btn-bg,.nav-btn-bg-02{ opacity: 0; filter:Alpha(opacity=0); width: 100%; left: 0; top: 0; height: 43px; background: #82bf34; z-index: -1; position: absolute; border-top-left-radius: 4px; border-top-right-radius: 4px;}
	.nav-btn-bg-02{ width: auto; left: auto;}
	.nav-btn-bg-02-show{ opacity: 1;  filter:Alpha(opacity=100); }
	
	
	
	
	/*--右上内容--*/
	.header-r{ background: #f0f0f0; padding: 15px; margin: -10px -15px 0 -15px;}
	.tel{display: none;}
	.wechat{ display: none;}
	.search{ padding-right: 1px; position: relative;}
	.search-inp{ width: 100%; padding: 0 30px 0 15px; -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; height: 30px; border: solid 1px #cbcbcb; line-height: normal;}
	.search-btn{ width: 30px; height: 30px; position: absolute; right: 0; top: 0; background: #82bf34; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; border: none; color: #fff; cursor: pointer;}
	
	/*PC二级下拉背景色*/
	.nav-list-sub-bg{ display: none;}
}


@media screen and (min-width: 375px) {
	
}


@media screen and (min-width: 480px) {
	.logo{ height: 75px;}
	.nav-box{ height: 75px;}
	.header-box{ height: 75px;}
	.nav-box-bg{ height: 75px;}
	.nav-show{ top: 75px;}
	.nav-btn i{ line-height: 75px; font-size: 28px; width: 30px;}
	
}


@media screen and (min-width: 992px) {
	.logo span{ float:left; font-size:14px; color:#999; padding: 35px 0 25px 25px; display:block; line-height:39px;}
	.nav-box{ height: 144px;  box-shadow: none; border-bottom: solid 2px #82bf34; position: relative;}
	.logo{ height: 99px; padding: 0;}
	.header-box{ height: 99px;}
	.nav-btn{ display: none;}
	.nav-box-bg{ height: 100px;}
	.nav{ float: right; top: 0; position: relative; -webkit-transform: none; transform: none; opacity: 1; filter:Alpha(opacity=100); z-index: 9; box-shadow: none; padding: 0; border-top: none; width: 100%; border-bottom-left-radius: 0;
border-bottom-right-radius: 0; overflow: visible; background: none;}
	.nav-list{ position: relative; width: 100%; background: url(../img/nav-line.png) left center no-repeat; padding-left: 1px;}
	.nav-list:after{ content: ' '; overflow: hidden; clear: both; display: block;}
	.nav-list li{ float: left; border-bottom: none; position: relative; width: 12.5%; background: url(../img/nav-line.png) right center no-repeat; padding-right: 1px;}
	
	.nav-list li a b{ line-height: 43px; height: 43px; color: #666;}
	.nav-list li a{ height: 45px; line-height: 43px; padding: 0; font-size: 16px; position: relative;   z-index: 10;}
	.nav-list li.nav-on>a b{ color: #fff;}
	.nav-list li .on b/*,.nav-list li a:hover b*/{ color: #fff;}
	.nav-list li .on .nav-btn-bg{ opacity: 1;filter:Alpha(opacity=100); }
	.bd-more{border-bottom-color: #fff;}
	.nav-list li .nav-list-sub{ position: absolute; top: 100px; height: auto !important; opacity: 0; filter:Alpha(opacity=0);
-webkit-transform: translateY(8px);
transform: translateY(8px); box-shadow: 0 5px 8px rgba(0,0,0,.3); top: -1000%; left: 0; right: 0; width: auto; background: none; box-shadow:none; -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; width: 1200px;}
	.nav-list li .nav-list-sub .nav-list-height{ float: left; padding: 5px 0; overflow: hidden;}
	.nav-list li .nav-list-sub a{ padding: 0; line-height: normal; height: auto; border: none; font-size: 14px; float: left; padding:  0 15px;}
	.nav-list li .nav-list-sub a span{ text-align: center; display: block; line-height: 36px; color: #000; position: relative;}
	.nav-list li .nav-list-sub a span:after{content: ' '; position: absolute; width: 0; height: 2px; background: #82bf34; overflow: hidden; left: 0; bottom: 0; opacity: 0; filter:Alpha(opacity=0);}
	.nav-list li .nav-list-sub a:hover span,.nav-list li .nav-list-sub a.on-02 span{ color: #82bf34;}
	.nav-list li .nav-list-sub a:hover span:after,.nav-list li .nav-list-sub a.on-02 span:after{ width: 100%; opacity: 1; filter:Alpha(opacity=100);}
	.nav-list li.nav-off a b{ color: #666;}
	.nav-list li.nav-on .nav-list-sub{ opacity: 1; filter:Alpha(opacity=100);
-webkit-transform: none;
transform: none;  top: 45px;}
	
	.nav-list li.nav-on i{display: none;}
	
	/*--右上内容--*/
	.header-r{display: block; position: absolute; right: 0; top: -99px; margin: 0; background: none; padding: 20px 0 0 0;}
	
	.tel{display: block; float: left; margin-right: 15px; margin-top: 20px;}
	.tel dt{ float: left; width: 24px; border: solid 2px #82bf34; height: 24px; line-height: 20px; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;  overflow: hidden; text-align: center;}
	.tel dt i{ text-align: center; line-height: 20px; font-size: 12px; color: #82bf34;}
	.tel dd{ float: left; color: #82bf34; padding-left: 7px; font-size: 16px; line-height: 24px;}
	
	.search{ float: left; margin-top: 20px; margin-right: 30px;}
	.search-inp{ height: 24px;}
	.search-btn{ width: 24px; height: 24px;}
	.search-btn i{ font-size: 12px; line-height: 24px;}
	
	.wechat{ display: block; float: left;}
	.wechat dl{ -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; background: #82bf34; overflow: hidden;padding: 2px;}
	.wechat dt{ padding: 4px; background: #fff; border-top-left-radius: 4px; overflow: hidden; border-bottom-left-radius: 4px; float: left;}
	.wechat dd{ float: left; width: 20px; color: #fff; text-align: center;}
	.wechat dd i{ display: block; line-height: 22px; font-size: 14px;}
	.wechat dd span{ line-height: 11px; font-size: 12px; display: block;}
	
	/*PC二级下拉背景色*/
	.nav-list-sub-bg{ display: block; width: 100%; position: absolute; top: -100%; height: 50px; width: 100%; left: 0; background: #fff; opacity: 0;  filter:Alpha(opacity=0);}
	.nav-list-sub-bg-show{ opacity: .8;  filter:Alpha(opacity=80); top: 144px;}
}


@media screen and (min-width: 1260px) {
	
}