/* reset */
html { height: 100% }
body { min-height: 100% }
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100% }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { font-size: 14px; 
/*font-family:"Microsoft Yahei",arial,"\5b8b\4f53";  */
}
body { line-height: 1.5;color: #595757;}
a { text-decoration: none; color: #595757;}
a { blr:expression(this.onFocus=this.blur()) }
a * { *cursor: pointer }
:focus { outline: none }
 
.edit_con_original{ line-height:2; padding:0 0; color:#333;}
.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}
.edit_con_original ul li { list-style-type:disc; margin:auto; }
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; }
.edit_con_original h1 { font-size: 2em; font-weight:bold }
.edit_con_original h2 { font-size: 1.5em; font-weight:bold }
.edit_con_original h3 { font-size: 1.17em; font-weight:bold }
.edit_con_original h4 { font-size: 1em; font-weight:bold }
.edit_con_original h5 { font-size: 0.83em; font-weight:bold }
.edit_con_original h6 { font-size: 0.67em; font-weight:bold }
.edit_con_original em { font-style: italic }
.edit_con_original cite{ font-style: italic }
.edit_con_original address{ font-style: italic }
.edit_con_original i { font-style: italic }
.edit_con_original table{ border-collapse: separate; border-spacing: 2px }
.edit_con_original img{ max-width:100%; height:auto;}
 
 
 
/*所有后台编辑器区域都要引用 edit_con_original 类名*/
 
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
 
 
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }

/*超出显示省略号*/
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;} 


/*input的placeholder颜色兼容*/
input{outline: none;}
/*:-moz-placeholder {
    color: #fff;  
}

::-moz-placeholder {
    color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}*/

*{box-sizing: border-box; -webkit-font-smoothing: antialiased;}

h1,h2,h3{font-weight: normal;}

/*左右浮动*/
.fl{float: left;}
.fr{float: right;}

/*整体布局*/
.wraper{max-width: 1900px;width: 100%;margin: auto;}
.wrap{max-width: 1280px;width: 94%;margin: auto;}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
.tran_scale img{transition:0.3s all; -webkit-transition:0.3s  all;}
.tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}

/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}

/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0); position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }
.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}
.animate_normal{ transition: 0.5s all linear;}

/*font-size*/
.fnt_12 { font-size: 12px;}
.fnt_14 { font-size: 14px;}
.fnt_16 { font-size: 16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size: 20px;}
.fnt_22 { font-size:22px;}
.fnt_24 { font-size:24px;}
.fnt_26 { font-size:26px;}
.fnt_28 { font-size:28px;}
.fnt_30 { font-size:30px;}
.fnt_32 { font-size:32px;}
.fnt_34 { font-size:34px;}
.fnt_36 { font-size:36px;}
.fnt_38 { font-size:38px;}
.fnt_40 { font-size:40px;}
.fnt_42 { font-size:42px;}
.fnt_44 { font-size:44px;}
.fnt_46 { font-size:46px;}
.fnt_48 { font-size:48px;}
.fnt_50 { font-size:50px;}
.fnt_52 { font-size:52px;}
.fnt_58 { font-size:58px;}
.fnt_60 { font-size:60px;}
.fnt_120 { font-size:120px;}

@media only screen and (max-width: 1440px) {
.fnt_16 { font-size: 14px;}
.fnt_18 {  font-size:15px;}
.fnt_20 { font-size: 16px;}
.fnt_22 {  font-size:18px}
.fnt_24 { font-size:20px;}
.fnt_26 { font-size:22px;}
.fnt_28 {  font-size:22px;}
.fnt_30 {  font-size:24px;}
.fnt_32 {  font-size:25px;}
.fnt_34 {  font-size:26px;}
.fnt_36 { font-size:28px;}
.fnt_40 { font-size:30px;}
.fnt_44 { font-size:35px;}
.fnt_48 {  font-size:38px;}
.fnt_52 { font-size:42px;}
.fnt_58 { font-size:48px;}
.fnt_60 {font-size: 48px;}
.fnt_120 { font-size: 105px;}
.fnt_38 { font-size:34px;}
}


/*@media only screen and (max-width: 1366px) {
.fnt_16 { font-size: 13px;}
.fnt_18 {  font-size:14px;}
.fnt_20 { font-size: 15px;}
.fnt_22 { font-size:16px;}
.fnt_24 { font-size:21px;}
.fnt_26 { font-size:22px;}
.fnt_28 { font-size:18px;}
.fnt_30 { font-size:20px;}
.fnt_32 { font-size:21px;}
.fnt_34 { font-size:22px;}
.fnt_36 { font-size:24px;}
.fnt_40 { font-size:26px;}
.fnt_44 { font-size:29px;}
.fnt_48 { font-size:32px;}
.fnt_52 { font-size:36px;}
.fnt_58 { font-size:40px;}
.fnt_60 {font-size:40px;}
.fnt_120 { font-size: 105px;}
.fnt_38 { font-size:28px;}
}*/

@media only screen and (max-width: 1200px) {
.fnt_22 {  font-size:16px}
.fnt_24 { font-size:16px;}
.fnt_26 { font-size:20px;}
.fnt_28 { font-size:20px;}
.fnt_30 { font-size:20px; }
.fnt_32 { font-size:20px; }
.fnt_36 { font-size:22px;}
.fnt_40 { font-size:24px;}
.fnt_44 { font-size:26px;}
.fnt_48 { font-size:28px;}
.fnt_60 {font-size:34px;}
.fnt_58 { font-size:32px;}
.fnt_52 { font-size:30px;}
.fnt_120 { font-size: 70px;}
}

@media only screen and (max-width: 1023px) {
	
.fnt_26 { font-size:18px;}
.fnt_48 { font-size:26px;}
.fnt_40 { font-size:20px;}
.fnt_44 { font-size:23px;}
.fnt_60 {font-size:30px;}
.fnt_120 { font-size: 64px;}
.fnt_58 { font-size:28px;}
.fnt_52 { font-size:26px;}
}

@media only screen and (max-width: 767px) {
.fnt_22{ font-size:14px;}
.fnt_26 { font-size:16px;}
.fnt_30 { font-size:18px; }
.fnt_32 { font-size:18px; }
.fnt_34{ font-size:18px;}
.fnt_36 { font-size:18px;}
.fnt_40 { font-size:18px;}
.fnt_44 { font-size:18px;}
.fnt_48 { font-size:19px;}
.fnt_60 {font-size:18px;}
.fnt_120 { font-size: 48px;}
.fnt_38 { font-size:18px;}
.fnt_58 { font-size:24px;}
.fnt_52 { font-size:22px;}
}

body{overflow-x: hidden;}

/*header*/

.header{position: fixed; top: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);width: 100%; z-index: 10000; padding: 30px 0; transition: all 0.5s;}
.logo{display: block;}
.logo img{height: 40px;}

.head{padding-top: 20px;}
.nav ul li{float: left; margin-left: 76px; line-height: 25px;}
.nav ul li:first-child{margin-left: 0;}
.nav ul li a{color: #fff; display: block;}
.nav ul li.on a{color: #85C02E;}


.search{width: 145px; height: 25px; border-radius: 25px; background: #fff; padding: 0 12px;margin-left: 100px;}
.search_txt{border: none; background: none; width: 100px; height: 25px; line-height: 25px; color: #000000;}
.search_txt::-webkit-input-placeholder { color: #000;}
.search_btn{width: 20px; height: 25px; background: url(../images/search_btn.png) center center no-repeat;border: none;}
.lng{margin-left: 58px; color: #86c12f; font-weight: bold; display: block; line-height: 25px; }

.header_hh{height: 105px; display: none;}

.scroll .header{height: 50px; padding: 10px 0; background: rgba(0,0,0,0.5); transition: all 0.5s;}
.scroll .logo img{height: 30px;}
.scroll .head{padding-top: 2.5px;}


.o_header{height: 105px; }
.o_header .header{ height: 105px; border-bottom: #e5e5e5 solid 1px;}
.o_header .header_hh{ display: block;}
.o_header .nav ul li a{color: #333333; padding-bottom: 19px; border-bottom: transparent solid 3px;}
.o_header .nav ul li.on a{color: #85C02E;  border-bottom: #85C02E solid 3px;}
.o_header .search{ background: #f3f3f3;}

.scroll .o_header {height: 50px;}
.scroll .o_header .header{border: none; height: 50px;}
.scroll .o_header .nav ul li a{color: #fff; padding-bottom: 0; border: 0;}
.scroll .o_header .nav ul li.on a{color: #85C02E; border: none;}
.scroll .o_header .search{background: #fff;}

.phone_box{display: none;}
.phone_menu {color: #333;display: block;width: 24px;height: 24px;transform: translateX(0px); cursor: pointer;}

.phone_menu em.p1{ display:block; width:22px; height:2px; background:#fff; position:absolute; top:50%; margin-top:-6px; left:50%; margin-left:-11px; border-radius:2px;}
.phone_menu em.p2{ display:block; width:22px; height:2px; background:#fff; position:absolute; top:50%; margin-top:0; left:50%; margin-left:-11px; border-radius:2px;}
.phone_menu em.p3{ display:block; width:22px; height:2px; background:#fff; position:absolute; top:50%; margin-top:6px; left:50%; margin-left:-11px; border-radius:2px;}
.phone_menu em.p1{ transform:rotate(0deg); margin-top:-7px;}
.phone_menu em.p2{ opacity:1;}
.phone_menu em.p3{ transform:rotate(0deg); margin-top:7px;}
.phone_menu.on{ transform:translateX(0px);}
.phone_menu.on em.p1{ transform:rotate(45deg); margin-top:0;}
.phone_menu.on em.p2{ opacity:0;}
.phone_menu.on em.p3{ transform:rotate(-45deg); margin-top:0;}


.footer{background: #f5f5f5; font-size: 12px; padding: 40px 0 135px; overflow: hidden; clear: both;}
.footer p{color: #333; font-weight: bold;}
.footer p a{color: #333;}
.footer p a.a2{margin-left: 20px;padding-left:20px;position:relative;color:#565757;}
.footer p a.a2:before{content:"";position:absolute;left:0;top:50%;height:26px;background:#9e9d9d;width:2px;margin-top:-12px;}
.footer p a.a2 span{font-size:14px;margin-left:8px;
display: inline-block;
    vertical-align: text-top;}
.fnav a{color:#888888;}
.fnav span{color: #d1d1d1; margin:0 10px;}

@media only screen and (min-width:1025px){
	a:hover{color: #85C02E !important;}
	.o_header .nav ul li:hover a{color: #85C02E;  border-bottom: #85C02E solid 3px;}
}

@media only screen and (max-width:1440px){
	.footer{padding: 30px 0 100px;}
}

@media only screen and (max-width:1220px){
	.nav ul li{margin-left: 60px;}
	.search{margin-left: 50px;}
	.lng{margin-left: 50px;}
}

@media only screen and (max-width:1024px){
	.header{padding: 10px 0;  background: rgba(0,0,0,0.5);}
	.logo img{height: 30px;}
	
	.head{position: fixed; top: 50px; right: 0; z-index: 1000; width: 320px; background: #fff; padding: 20px 0; transform: translate(100%);-webkit-transform: translate(100%); transition: all 250ms ease-out;-webkit-transition: all 250ms ease-out; height: 9999px; border: #85c02e solid 3px; border-right: none; background: #fff;}
	.head.on{transform: translate(0);-webkit-transform: translate(0);}
	
	.head_r{width: 100%; padding: 0 20px; float: none; overflow: hidden; margin-bottom: 20px;} 
	.search{margin-left: 0; background: #f3f3f3;}
	
	.nav{float: none; width: 100%; clear: both;}
	.nav ul li{width: 100%; margin-left: 0px; line-height: 30px;}
	.nav ul li a{color:#000; text-align: center; display: block;}
	
	.scroll .head{padding-top: 20px;}
	
	.o_header{height: 50px; }
	.o_header .header{ height: 50px; border-bottom: none; background: #333;}
	.o_header .header_hh{ height: 50px;}
	
	.o_header .nav ul li a{color: #000; padding-bottom: 0; border: 0;}
	.o_header .nav ul li.on a{color: #85C02E;  border-bottom: none;}
	.o_header .search{background: #f3f3f3;}
	
	.scroll .o_header .header{ height: 50px; border-bottom: none; background: rgba(0,0,0,0.5);}
	.scroll .o_header .nav ul li a{color: #000; }
	.scroll .o_header .search{background: #f3f3f3;}
	
	
	.phone_box{display: block;}
	.footer{padding: 30px 0 50px;}
}

@media only screen and (max-width:1023px){
	.footer p{margin-bottom: 10px;}
	.fnav{float: left;}
}
@media only screen and (max-width:767px){
	
	.header{background: #333;}
	.search_txt{line-height: normal;}
	
	.footer{padding: 30px 0;}
}






/*nav*/
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
.phone_nav_a{display: none !important;position: relative;}
.phone_nav_a::after{content: ""; position: absolute;right: 0;top:0; background: url(../images/nav_arrow.png) no-repeat 0 center; height: 100%; width: 7px;}

.header .wrap{position: relative;}
.header .nav_list{position: absolute; top:56px; left:0; width: 100%;background:  rgba(133,192,46,0.9) ; color: #fff;display: none;}
.scroll .header .nav_list{top:38px;}
.nav_list_box{padding: 30px;overflow: hidden;}
.nav_list a{padding-bottom: 0 !important}
.nav_list dl{width: 33.33%; float: left;*margin-left: -1px;padding: 0 30px;    box-sizing: border-box;}
.nav_list dt{color: #fff; font-size: 16px; border-bottom: 2px solid #FFFFFF;padding-bottom: 10px;margin-bottom: 20px;}
.nav_list dd a,.nav_list dt a{color: #fff !important;}
.nav_list dd a i{color: #fff; margin-right: 5px;}
.nav_list dd p{float: left;margin-right: 20px;margin-bottom: 10px;    line-height: 24px;}
.nav ul li{line-height: 40px;}
.nav{margin-top: -7px;}


.nav_list dd h3{clear: both;}

@media only screen and (min-width:1024px){
.nav_list dd a:hover,.nav_list dt a:hover{opacity:0.9;filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity:0.9;}
}

@media only screen and (max-width: 1024px){
.pc_nav_a{display: none !important;}
.phone_nav_a{display: block !important;}
.nav ul li{position: relative;}
.header .nav_list{position: static;background: none; color: #000;}
.nav_list dt,.nav_list dd a,.nav_list dt a{color: #000 !important;}
.nav_list_box{padding: 0 20px;}
.nav_list dl{width: 100%; padding: 0;}
.nav_list dt{font-size: 14px; padding-bottom: 0; margin-bottom: 0;border: 0;line-height: 28px;}
.nav_list dd{padding-left: 12px;margin-top: 6px;}
.nav_list dd p{float: none;margin-right: 0;}
.nav{ padding: 0 20px; box-sizing: border-box;}
.nav ul li a{text-align: left;}
.nav_list_box a{transition:all 0s;-webkit-transition:all 0s;-moz-transition:all 0s;-o-transition:all 0s;-ms-transition:all 0s;}
.nav ul li>a{height: 40px; line-height: 40px;}

}


.aid_search .keyword{height: 64px;width: 100%;background: #ededed;overflow: hidden;}
.aid_search .keyword>div{margin:21px auto 19px;width: 90.78%;}
.aid_search .keyword h4{color: #272727;line-height: 1.11em;display: inline-block;}
.aid_search .keyword a{display: inline-block;margin-left: 11px;width: 62px;height: 24px;text-align: center;line-height: 24px;color: #fff;background: #85C02E;}
.aid_search .keyword a:hover { color:#fff!important;}
.aid_search .keyword>div>div{position: relative;;display: inline-block;border: 1px solid #d5dfe8;height: 26px;padding-right: 29px;padding-left: 8px;background: #fff;box-sizing: border-box;}
.aid_search .keyword>div>div.active{box-shadow: 0 0 3px #999;background: #fbf7e6;}
.aid_search .keyword input{border: none;background: transparent;width: 96%;line-height:24px;}
.aid_search .keyword span{display: inline-block;position: absolute; top:0;width: 26px;height: 26px;background: url(../images/search_icon01.png) no-repeat center;}
.aid_search>p{display: block;width: 90.78%;margin: 20px auto 0;color: #1b1b1b;}
.aid_search em{color:#85C02E;}
.aid_search .result{margin-top: 21px;}
.aid_search .result li{border-bottom: 1px solid #e5e5e5;border-top:transparent solid 1px;}
.aid_search .result li:first-child{border-top:1px solid #e5e5e5; }
.aid_search .result li>div{margin: 5px 0;padding: 28px 0 30px;transition:all .5s}
.aid_search .result li:hover>div{background: #e5e5e5;}
.aid_search .result dl{width: 90.78%;margin:auto}
.aid_search .result dt{position: relative;}
.aid_search .result dt:before{content: "";position: absolute;width: 3px;height: 6px;background: url(../images/search_icon02.png) no-repeat;top: 50%;margin-top: -3px;}
.aid_search .result dt a{color: #272727;line-height: 1.11em;padding-bottom: 2px;}
.aid_search .result li:hover dt a{color: #85C02E;border-bottom: 1px solid #85C02E;}
.aid_search .result dd{margin-top: 17px;color: #666;}
.aid_search .keyword span { right: 9px;}
.aid_search .keyword > div > div { width: 214px;}
.aid_search .result dt:before { left: -16px;}
.aid_sitemap li { margin-top: 43px;height: 43px;}

@media only screen and (max-width: 1023px){
	.aid_search .result li > div { padding:15px 0 20px;}
}
@media only screen and (max-width: 767px){
	/*.aid_search .keyword { display:none}*/
   .aid_search .keyword > div > div{width: 52%;}
    .aid_search .result dd { height:3em;overflow:hidden;
      text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .aid_search .keyword a{margin-left: 0;}
}


.page {vertical-align:middle;text-align:center; margin:40px 0px; color:#606060; height:45px; }

.page a{vertical-align:middle;display:inline-block;width:45px;height:45px;line-height:43px;text-align:center;color:#333333; border: 1px solid #d2d2d2;margin: 0 1.5px;}
.page a.prev ,
.page a.next,
.page a.first,
.page a.last{font-family: "宋体";font-weight: bold;}

.page a.prev{margin-right: 13.5px;}
.page a.next{margin-left: 13.5px;}

.page a.on,
.page a:hover{background:#87c828;color:#fff !important; border: 1px solid #87c828; }

@media only screen and (max-width: 767px){
	.page{margin: 30px 0;}
	.page a{display: none;}
	.page a.prev ,
	.page a.next{display: inline-block;}
	
}


.sidebar{position: fixed; top: 50%; right: 0; transform: translateY(-50%);-webkit-transform: translateY(-50%); z-index: 100;}
@media only screen and (max-width: 767px){
	.sidebar img{width: 40px;}
	
}
@media only screen and (max-width:1500px){
	.sidebar{top:auto;bottom:30px;transform:none;}
}