﻿@charset "utf-8";

html,body{width: 100%; overflow-x: hidden; transition: all ease 0.3s;}
html{-webkit-text-size-adjust:100%;font-size:100px}
body{-webkit-text-size-adjust:none; padding:0; margin:0px auto; font-size: 0.16rem; line-height: 0.24rem; color: #333; word-break: break-all; background: #fff; -webkit-user-select:none; -ms-user-select:none; -moz-user-select:none; -khtml-user-select:none;user-select:none;overflow-x:hidden;font-family: 'Microsoft YaHei',arial,sans-serif;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address,button{font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{padding:0px; margin:0px;}
select,input,textarea,button{font-size:0.16rem; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: 'scn', Microsoft YaHei, sans-serif; background: none;}
input:focus {outline: none;}
input,button,select,textarea{border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select {background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{display: block;} /*html5设置*/
figure,figcaption{margin:0px; padding:0px;}
audio,canvas,progress,video{display: inline-block;}
video{object-fit: fill; width: 100%; height: 100%;}
img{max-width:100%; border:none; border:0;  vertical-align:top;}
a{color:#333; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0);transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{text-decoration:none; color:#6dac2e;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体111*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	/* border: solid 1px #d9d9d9; */
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background-image: url(../images/arrow3.png); background-repeat: no-repeat;background-position: 95% center;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	/* padding-right: 14px; */
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

.mgc{position:relative;width:16px;height:16px;background-clip:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:-.15px .6px 0 0;vertical-align:text-bottom;border-radius:50%;-webkit-transition:background-color .25s;transition:background-color .25s;background-color:#fff;border:1px solid #d5d5d5;}.mgc:checked:after{left:-5px; top:-5px; position:absolute;content:'';display:block;height:10px;width:10px; border-radius:50%; background:#3b66ad; border:6px solid #dddddd;}.mgc:disabled{opacity:.65}.mgc:focus{outline:none;box-shadow:inset 0 1px 1px rgba(255,255,255,0.075),0 0 2px #38a7ff}.mgc:checked{background-color:#fff;border-color:#d7d7d7;}.mgc:checked:after{border-color:#dddddd}.mgc-primary{background-color:#fff;border:1px solid #d7d7d7;}.mgc-primary:checked{background-color:#337ab7;border-color:#337ab7;}.mgc-primary:checked:after{border-color:#fff}.mgc-success{background-color:#fff;border:1px solid #d7d7d7;}.mgc-success:checked{background-color:#5cb85c;border-color:#5cb85c;}.mgc-success:checked:after{border-color:#fff}.mgc-info{background-color:#fff;border:1px solid #d7d7d7;}.mgc-info:checked{background-color:#5bc0de;border-color:#5bc0de;}.mgc-info:checked:after{border-color:#fff}.mgc-warning{background-color:#fff;border:1px solid #d7d7d7;}.mgc-warning:checked{background-color:#f0ad4e;border-color:#f0ad4e;}.mgc-warning:checked:after{border-color:#fff}.mgc-danger{background-color:#fff;border:1px solid #d7d7d7;}.mgc-danger:checked{background-color:#cf3b3a;border-color:#cf3b3a;}.mgc-danger:checked:after{border-color:#fff}.mgc-circle{border-radius:50%}.mgc-sm{width:12px;height:12px;}.mgc-sm:checked:after{top:2px;left:1px;height:3px;width:6px}.mgc-lg{width:19px;height:19px;}.mgc-lg:checked:after{top:3px;left:3px;height:5px;width:10px}.mgr{position:relative;width:16px;height:16px;background-clip:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:-.15px .6px 0 0;vertical-align:text-bottom;border-radius:50%;background-color:#fff;border:1px solid #d7d7d7;}.mgr:disabled{opacity:.65}.mgr:before{content:'';display:block;height:0;width:0;-webkit-transition:width .25s,height .25s;transition:width .25s,height .25s}.mgr:checked:before{height:8px;width:8px;border-radius:50%;margin:3px 0 0 3px}.mgr:focus{outline:none;box-shadow:inset 0 1px 1px rgba(255,255,255,0.075),0 0 2px #38a7ff}.mgr:checked{border:1px solid #555;}.mgr:checked:before{background-color:#555}.mgr-primary{background-color:#fff;border:1px solid #d7d7d7;}.mgr-primary:checked{border:1px solid #337ab7;}.mgr-primary:checked:before{background-color:#337ab7}.mgr-success{background-color:#fff;border:1px solid #d7d7d7;}.mgr-success:checked{border:1px solid #5cb85c;}.mgr-success:checked:before{background-color:#5cb85c}.mgr-info{background-color:#fff;border:1px solid #d7d7d7;}.mgr-info:checked{border:1px solid #5bc0de;}.mgr-info:checked:before{background-color:#5bc0de}.mgr-warning{background-color:#fff;border:1px solid #d7d7d7;}.mgr-warning:checked{border:1px solid #f0ad4e;}.mgr-warning:checked:before{background-color:#f0ad4e}.mgr-danger{background-color:#fff;border:1px solid #d7d7d7;}.mgr-danger:checked{border:1px solid #cf3b3a;}.mgr-danger:checked:before{background-color:#cf3b3a}.mgr-sm{width:12px;height:12px;}.mgr-sm:checked:before{height:6px;width:6px;border-radius:50%;margin:2px 0 0 2px}.mgr-lg{width:19px;height:19px;}.mgr-lg:checked:before{height:11px;width:11px;border-radius:50%;margin:3px 0 0 3px}.mgc-switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:41px;height:24px;border:1px solid #dfdfdf;outline:0;border-radius:16px;box-sizing:border-box;background:#dfdfdf;}.mgc-switch:before,.mgc-switch:after{content:" ";position:absolute;top:0;left:0;border-radius:15px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.mgc-switch:before{width:39px;height:22px;background-color:#fdfdfd}.mgc-switch:after{width:22px;height:22px;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.4)}.mgc-switch:checked{border-color:#6dac2e;background-color:#6dac2e;}.mgc-switch:checked:before{-webkit-transform:scale(0);transform:scale(0)}.mgc-switch:checked:after{-webkit-transform:translateX(17px);transform:translateX(17px)}.mgc-sm.mgc-switch{height:20px;width:32px;}.mgc-sm.mgc-switch:before{height:18px;width:30px}.mgc-sm.mgc-switch:after{width:18px;height:18px}.mgc-sm.mgc-switch:checked:after{top:0;left:2px;-webkit-transform:translateX(10px);transform:translateX(10px)}.mgc-lg.mgc-switch{height:32px;width:52px;}.mgc-lg.mgc-switch:before{height:30px;width:50px}.mgc-lg.mgc-switch:after{width:30px;height:30px}.mgc-lg.mgc-switch:checked:after{top:0;left:2px;-webkit-transform:translateX(18px);transform:translateX(18px)}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 5px; height:5px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #6dac2e;}
::-webkit-scrollbar-button{
            height: 0px;
			background-color: #e6e6e6;}
			
/*公用样式*/
.fl{float:left;}.fr{float:right;}.tl{text-align:left !important;}.tr{text-align:right;}.tc{text-align:center !important;}
.hide{display:none !important;}
.block{display:block;}
.inline{display: inline-block; vertical-align: middle;}
.none{position:absolute; top:0; left:0; width:100%;visibility:hidden; opacity:0;}
.clear{clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{content: ''; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix{*zoom:1;}
.relative{position:relative; z-index:1;}
.w1300{width:1400px; margin:0px auto;}
.hidebox{display: none;}
.arial{font-family: Arial;}
.din{font-family: 'din';}

@media(max-width:1440px){ 
	.w1300{width: auto; padding: 0 4%;}
} 

@media(max-width:1300px){ 
	html{font-size: 5.208333vw;}
} 

@media ( max-width:1240px){
	.w1200{width: auto; padding: 0 4%;}
}

@media ( max-width:1200px){
	html{font-size: 6.8vw;}
}

@media ( max-width:768px){
	html{font-size: 9.5vw;}
}

@media (max-width:640px) {
	html{font-size:12vw}
}

@media (max-width:480px) {
	html{font-size:23vw}
	body{font-size: 14px;}
}

.f_red{color: #ba0909 !important;}
.f_color{color: #6dac2e !important;}
.f_grey{color: #999 !important;}
.f_white{color: #fff !important;}
.f_white2{color: rgba(255,255,255,0.4) !important;}
.bluebg{background: #6dac2e !important; color: #fff !important;}
.Greybg{background-color: #f5f5f5;}
.Greybg2{background-color: #f9f9f9;}
.whitebg{background-color: #fff;}
.fn{float: none !important; width: auto !important; clear: both;}
.boxbg{background-size: cover; background-position: center top; background-repeat: no-repeat;}
.empty,input,textarea,select{outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.mb0{margin-bottom: 0 !important;}

@media ( max-width:768px){

}

/*font*/
.tit{display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden;}
.p{overflow: hidden;word-break:normal; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;}
.just{word-wrap: break-word; word-break: normal; text-align: justify; text-justify: distribute;}

/*table*/
.table,table{display: table; width: 100%; border-collapse: collapse;}
.table-head,.table-body{display: table-row; width: 100%;}
.table-th,.table-td{display: table-cell; text-align: center; vertical-align: middle;}
table th,table td{border: 1px solid #e5e5e5;}

/*effict*/
.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden; position: relative; z-index: 3;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;display: block; width: 100%;}
.Scale-img:hover img,.Scale-img:hover span,dd:hover .Scale-img img,dd:hover .Scale-img span,li:hover .Scale-img img,li:hover .Scale-img span,.item:hover .Scale-img span{opacity: 1;-webkit-transform: scale3d(1.1,1.1,1.1);transform: scale3d(1.1,1.1,1.1);}
.imgbox{overflow:hidden; position:relative;}
.imgbox span,.Scale-img span{background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;}
.Scale-img .mask{background-color: rgba(0,0,0,0.2);}
/* icon */
.icons img{position: absolute; width: 100%; left: 0; top: 0;}
.icons .i1{transition: 400ms;}
.icons .i2{-webkit-transform:scale(0); transform:scale(0); opacity:0; filter:alpha (opacity=0); transition:500ms;}
li:hover .icons .i2,li.on .icons .i2,.item.slick-current .icons .i2{-webkit-transform:scale(1); transform:scale(1); opacity:1;  filter:alpha(opacity=100);}
li:hover .icons .i1,li.on .icons .i1,.item.slick-current .icons .i1{opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale (1.2); transform: scale(1.2);}

/*pages*/
.Pages{line-height: 0.48rem; text-align: center; font-size: 0.14rem; color: #666;}
.Pages li{display: inline-block;}
.Pages a{display:inline-block; border: 1px solid #d2d2d2; border-radius: 0.05rem; margin:0 0.05rem; width: 0.48rem; color: #666;}
.Pages a.disabled{background: #d2d2d2 !important; color: #666 !important; border: 1px solid #d2d2d2 !important;}
.Pages a.a_first,.Pages a.a_prev,.Pages a.a_end,.Pages a.a_next,.Pages li.prev a,.Pages li.next a,.Pages2 a.a_prev,.Pages2 a.a_next{width: auto; padding: 0 0.15rem;}
.Pages .i_text{width: 0.58rem; height: 0.38rem; border-radius: 3px; border: 1px solid #e1e1e1; margin: 0 2px; text-align: center;}
.Pages .i_button{width: 0.38rem; background: #6dac2e; border: 1px solid #6dac2e; color: #fff; border-radius: 0.05rem; height: 0.38rem; line-height: 0.38rem; text-transform: uppercase;}
.Pages a:hover,.Pages a.a_cur,.Pages li:hover a,.Pages li.active a{color: #fff; border: 1px solid #6dac2e; background: #6dac2e;}

@media ( max-width:640px){
	.Pages{line-height: 0.32rem;}
	.Pages a{width: 0.32rem; margin: 1px 0.02rem;}
	.Pages .i_text{height: 0.32rem;}
}
/*pages end*/

/*Top*/
.Header{position: relative; z-index: 99;}
.Header .Logo{width: 2.97rem; height: 100%; transition: ease-in-out 300ms;}
.Header .Logo img{vertical-align: middle; width: 100%;}
.Top{line-height: 1.2rem; height: 1.2rem; background-image: url(../images/topbg.png);}

.Search{height: 100%;}
.Search .Searchico{display: none; position: absolute; top: 50%; right: 0.8rem; margin-top: -0.2rem; width: 0.4rem; line-height: 0.4rem; background: #6dac2e; color: #fff; border-radius: 50%; text-align: center; cursor:pointer; transition: ease-in-out 300ms;}
.Search .Searchico .iconfont{font-size: 0.26rem;}
.Search .Searchico .icongb1{display:none;}
.Search .Searchico.on .icongb1{display:inline-block;}
.Search .Searchico.on .iconso{display:none;}
.Search .searchbox{width:3.2rem; position: relative; display: inline-block; vertical-align: middle;}
.Search .searchbox.on{visibility:visible; opacity:1;}
.Search .searchbox form{ line-height: normal;}
.Search .searchbox input{width:100%; padding: 0 0.45rem 0 0.12rem; background:#fff; border: 1px solid #dfdfdf; border-radius: 0.4rem; height:0.43rem; color: #333;}
.Search .searchbox .input::-webkit-input-placeholder {color: #999;}
.Search .searchbox .btn{position:absolute; right:0.14rem; top:0; bottom: 0; color: #6dac2e;}
.Search .searchbox .btn i{font-size: 0.22rem;}

.MainNav{background: #6dac2e;}
.MainNav li{float: left; width: 11.1111%; text-align: center; position: relative;}
.MainNav li span,.MainNav li span a{display: block;}
.MainNav li span a{z-index:1; position:relative; font-size: 0.18rem; line-height: 0.7rem; color: #fff; transition: all ease 0.3s; border-radius: 5px;}
.MainNav .arr{display:none; text-align: right;}
.MainNav .arr .iconjian{display:none;}
.MainNav li:hover span a,.MainNav li.onnav span a{background: #7cb443;}

.NavPull{display: none; position: absolute; left: 50%; margin-left: -1.05rem; top: 100%; width: 2.1rem; line-height: 0.4rem; background: #6dac2e;}
.NavPull dd a{display: block; color: #fff;}
.NavPull dd a:hover{background: #7cb443;}


.openbtn{cursor:pointer; display:none;width:32px; height:25px; position:absolute; right:15px; top:50%; margin-top: -12px; z-index:999;}
.closebtn{position:fixed; left:0px; top:60px; width:100%; height:100%; z-index:99; display:none;}
.openbtn span{display:block; height:3px; background:#6dac2e; border-radius:4px; margin:4px;transition: all ease 0.3s;}
.openbtn span.sp2{width: 18px; margin-left: 9px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 7px) rotate(45deg) !important;
	-moz-transform: translate(0, 7px) rotate(45deg) !important;
	-ms-transform: translate(0, 7px) rotate(45deg) !important;
	-o-transform: translate(0, 7px) rotate(45deg) !important;
	transform: translate(0, 7px) rotate(45deg) !important;}
.openbtn.on .sp3 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}	
.openbtn.on .sp2{display:none;}

@media ( max-width:1440px){
	.NavPull2  .box{padding-right: 4%;}
	.NavPull2 .WebLogin .list{padding: 0.4rem 10% 0.57rem;}
	.NavPull2 .Nav .list{padding: 0.55rem 8%;}
}

@media ( max-width:1200px){
	.Top{line-height: 70px; height: 70px;}
	.Header .openbtn{display:block;}
	.Search .Searchico{display: block;}
	.Search .searchbox{visibility:hidden; opacity:0; position:absolute; right: 0.1rem; top: 100%; transition: all ease 0.3s; z-index: 99;}
	.Search .searchbox.on{visibility:visible; opacity:1;}
	.MainNav{position:fixed; left:0; z-index:100; width:100%; float: none; margin-left: 0; padding:0; top:70px; background: none; transition: all ease 0.3s; display:none; box-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.1);}
	.MainNav ul{padding:12px 0; background: rgba(255,255,255,0.96);}
	.MainNav li{display:block; position:relative; float:none; width:auto; margin: 0; padding: 0;}
	.MainNav li span{display: block;}
	.MainNav li span a{font-size:16px; border-bottom:1px solid rgba(0,0,0,0.1); color: #333; text-align:left; height:auto; display:block; line-height:0.3rem !important; height:auto !important; height:auto; padding:0.15rem 0.3rem;}
	.MainNav .bg{display:none}
	.MainNav li:hover span a,.MainNav li.onnav span a,.MainNav li span a.sele{color:#6dac2e;}
	.MainNav .arr{display:inline-block; position:absolute; z-index:2; width:50%; height:0.6rem; line-height:0.6rem; right:0px; padding-right:0.2rem; top:0px; color:#666;}
	.MainNav li.onnav .iconjia{display:none;}
	.MainNav li.onnav .iconjian{display:block;}
	.MainNav li.onnav .NavPull{display: block;}
	.MainNav.on li{opacity:1;}
	.MainNav li:hover span a::after,.MainNav li.onnav span a::after{display: none;}
	.MainNav li:hover span a,.MainNav li.onnav span a,.NavPull dd a:hover{background: none; color: #6dac2e !important;}

	.NavPull{width: auto; position: static; margin-left: 0; text-align: left; padding: 0.2rem 0 0.2rem 0.5rem; background: none;}
	.NavPull dd a{display: block; color: #666;}
}

@media ( max-width:640px){
	.Top{line-height: 50px; height: 50px;}
	.Header .Logo{width: 150px;}
	.Search .Searchico{width: 0.32rem; line-height: 0.32rem; margin-top: -0.16rem;}
	.Search .Searchico .iconfont{font-size: 0.2rem;}
	.Search .searchbox{top: 50px;}
	.Search .searchbox input{padding: 0 0.2rem;}
	.MainNav{top: 50px;}
}

@media ( max-width:480px){
	.Search .searchbox{width: 3rem;}
	.Search .searchbox input{height: 0.45rem; font-size: 0.16rem;}
}

/*Bottom*/
.Footer{background: #3a3a3a; color: rgba(255,255,255,0.5); font-size: 0.14rem;}
.Footer a{color: rgba(255,255,255,0.4);}
.Footer a:hover{color: #fff;}
.Footer .weixin{width: 2.4rem; margin: 0.25rem 0 0 0.2rem; font-size: 0;}
.Footer .weixin img,.Footer .weixin p{display: inline-block; vertical-align: middle;}
.Footer .weixin img{width: 1rem;}
.Footer .weixin p{width: 1.26rem; margin-left: 0.12rem; line-height: 0.25rem; font-size: 0.14rem;}
.Footer .weixin p i{display: block;}
.Bottom{padding: 0.47rem 0; line-height: 0.27rem;}
.Bottom i{padding: 0 0.08rem;}

@media ( max-width: 768px){
	.Footer .weixin{float: none; margin: 0 auto; padding-top: 0.2rem;}
	.Bottom{padding: 0.1rem 0 0.2rem; text-align: center;}
}

@media ( max-width: 480px){
	.Footer .weixin img, .Footer .weixin p{display: block; text-align: center; width: auto;}
	.Footer .weixin img{margin: 0 auto 0.1rem;}
}

/*Bottom*/

/* 栏目页公用样式 */
.ptb5{padding: 4% 0;}
.pb4{padding-bottom: 4%;}

.Ban img{display: block; width: 100%;}
.Ban .mask,.Ban .title{position: absolute; left: 0; right: 0;}
.Ban .mask{top: 0; bottom: 0; background: rgba(0,0,0,0.1); z-index: 1;}
.Ban .title{position: absolute; z-index: 3; top: 50%; font-size: 0.4rem; line-height: 0.42rem; margin-top: -0.31rem; text-align: center; color: #fff;}
.Ban .title span,.Ban .title i{display: block;}
.Ban .title i{width: 0.25rem; height: 3px; margin: 0.17rem auto 0; background: #fff;}

.Container{min-height: 3.4rem; height: auto !important; height: 3.4rem;}

.CurrentBox{border-bottom: 2px solid #f5f5f5; height: 0.89rem; line-height: 0.89rem;}
.CurrentBox2{border-bottom: 2px solid #f5f5f5; height: 0.64rem; line-height: 0.64rem; margin-bottom: 0.42rem;}
.CurrentBox2 h2{font-size: 0.24rem;}
.CurrentBox2 h2 i{position: absolute; left: 0; right: 0; bottom: -3px; background: #6dac2e; height: 4px;}
.Position,.Position a{color: #999; font-size: 0.14rem;}
.Position span{color: #6dac2e;}
.Position img{display: inline-block; vertical-align: middle; width: 0.21rem; margin-right: 0.05rem;}
.Menus .title{line-height: 0.5rem; font-size: 0.22rem; background: #6dac2e; color: #fff; padding: 0 0.2rem; display: none;}
.Menus .title i{float: right; font-size: 0.24rem; transition: ease-in-out 300ms;}
.Menus .title.on i{transform: rotate(-180deg);}
.Menus dl{text-align: center; font-size: 0;}
.Menus dd{display: inline-block; margin-right: 0.3rem;}
.Menus dd a{display: block; font-size: 0.18rem; position: relative;}
.Menus dd i{position: absolute; left: 50%; width: 0; height: 4px; bottom: -3px; background: #6dac2e; transition: 300ms;}
.Menus dd.active a,.Menus dd:hover a{color: #6dac2e;}
.Menus dd.active i,.Menus dd:hover i{width: 100%; left: 0;}

.Left{width: 23.538%; box-shadow: 0 0.2rem 0.5rem rgba(0,0,0,0.04);}
.Left .title{line-height: 1rem; background: #6dac2e; font-size: 0.3rem; font-weight: bold; text-align: center; color: #fff;}
.Left .title i{display: none;}
.Left .menu{border: 1px solid #e9ebe6;}
.Left .menu li{padding: 0 0.22rem;}
.Left .menu li .am{display: block; line-height: 0.79rem; border-bottom: 1px solid #e9ebe6; padding: 0 0.1rem; font-size: 0.18rem;}
.Left .menu li:last-child .am{border-bottom: none;}
.Left .menu li.on i{transform: rotate(-180deg);}
.Left .menu li dl{padding: 0.12rem 0.3rem 0.26rem; background: #f6f8f3; display: none;}
.Left .menu li dd{line-height: 0.5rem;}
.Left .menu li dd a{display: block; color: #999;}
.Left .menu li dd .four{padding-left: 0.2rem;}
.Left .menu li.on .am{color: #6dac2e;}
.Left .menu li.on .ondd .bm{color: #6dac2e;}
.Left .menu li.on .ondd .ona{color: #6dac2e;}
.Right{width: 70%;}

.SinglePage{font-size: 0.18rem; line-height: 0.35rem; text-align: justify;}
.NewsDetail .SinglePage img{max-width: 800px;}

@media ( max-width: 1440px){
	.Menus dd{margin-right:  0.18rem;}
}

@media ( max-width: 910px){
	.Ban .title{font-size: 0.3rem; line-height: 0.3rem; margin-top: -0.21rem;}
	.Ban .title i{margin-top: 0.1rem;}
	.CurrentBox{height: auto; padding-bottom: 0.15rem;}
	.Position,.Menus{width: auto; float: none;}
	.Position{line-height: 0.6rem;}
	.Menus{position: relative;}
	.Menus .title{display: block;}
	.Menus dl{display: none; position: absolute; left: 0; right: 0; top: 100%; z-index: 99; background: #fff; padding: 0.15rem; border: 1px solid #6dac2e;}
	.Menus dd{display: block; text-align: left;}
	.Menus dd a{line-height: 0.4rem; font-size: 0.18rem; display: block;}
	.Menus dd i{display: none;}

	.Left,.Right{width: auto; float: none;}
	.Left{margin-bottom: 0.1rem;}
	.Left .title{line-height: 0.5rem; font-size: 0.22rem; text-align: left; padding: 0 0.2rem;}
	.Left .title i{display: block;}
	.Left .title.on i{transform: rotate(-180deg);}
	.Left .menu{display: none;}
	.Left .menu li .am{line-height: 0.5rem;}
	.Left .menu li dl{padding: 0.1rem 0.2rem;}
	.Left .menu li dd{line-height: 0.36rem;}
	.CurrentBox2{height: auto; margin-bottom: 0.2rem;}
	.CurrentBox2 h2{display: none;}
	.CurrentBox2 .Position{line-height: 0.45rem;}
}

@media ( max-width: 480px){
	.Ban .title{font-size: 0.24rem;}
	.ptb5{padding: 0.3rem 0;}
	.SinglePage{line-height: 0.32rem !important;}
}

.FloatBox{position: fixed; left: 0; bottom: 50px; z-index: 999; width: 240px;}
.FloatBox li{position: relative; margin-bottom: 5px;}
.FloatBox li .close{position: absolute; right: 5px; top: 0; z-index: 3; font-size: 20px;}
.FloatBox li img{display: block; width: 100%;}
