﻿/* reset */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
html { height: 100% ;-webkit-tap-highlight-color: rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent;}
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%;font-weight:normal; }
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: 16px; font-family:"Microsoft Yahei",arial,"\5b8b\4f53";  }
body { line-height: 1.5; background: #fff; }
a { color: #000; text-decoration: none;-webkit-tap-highlight-color:transparent }
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 video{ max-width:100%;}
 
 
/*所有后台编辑器区域都要引用 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 }
               

/**{box-sizing: border-box;}*/

/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/*input的placeholder颜色兼容*/
input{outline: none;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #B4B4B4;  
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #B4B4B4;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #B4B4B4;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #B4B4B4;
}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}

/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}
/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}

/*左右居中*/
.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0); position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

/*截字*/
.ellipsis{text-overflow:ellipsis; white-space:nowrap; display: inline-block; max-width:99%;overflow:hidden; }
.clamp{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; line-height: 1.5; max-height: 4.5em;overflow:hidden;}

/*背景*/
.bg-cover{background-size: cover; background-repeat: no-repeat; background-position: center;}
.bg_layer{background: rgba(0,0,0,0.7); position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 10000;}

.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;}

/* loading_animate */
.loading_animate{position: fixed;background: #fff;top:0;left: 0;right: 0;bottom: 0;z-index: 99999;}
.loading_logo{ position: absolute;top: 50%;left: 50%;margin-top: -150px;margin-left: -106px;}
.loading_animate .items{ position: fixed; left:50%; top:50%; transform:translate(-50%,-50%);}
.loading_animate .items,.loading_animate .item,.loading_animate .item-loader-container,.la-ball-atom.la-2x {width: 64px;height: 64px;}

.ratio-img,.ratio-img img{width: 100%;}


/*weixin-box*/
.weixin-box{ position:fixed; font-family: "微软雅黑"; width:300px; height:236px; z-index:100000; left:50%; top:50%; margin:-120px 0 0 -150px; background:#fff; border:1px solid #ddd; border-radius:4px; box-shadow:2px 2px 2px #ddd;}
.weixin-box .c{ position:absolute; width:30px; height:30px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin-box h2{ position:relative; line-height:36px; font-size:16px; padding-left:10px;}
.weixin-box .img{ padding:25px 10px 10px; text-align:center; border-top:1px solid #ddd;}
.weixin-box .img img{ width:150px; height:150px;}
.weixin-box p{ padding:5px 10px 0; text-align: center;}

.wrap{max-width: 1480px; margin:0 auto; width: 94%;}

.header{position: fixed; top:0; left: 0; width: 100%; height: 90px; z-index: 100;background: rgba(255,255,255,0.8); }
.lt9 .header{background: url(../images/dot04.png) repeat;}
.header .inner{position: relative; padding:0 2.6%;}
.scrollHeader .header{box-shadow: 0px 0px 10px #555;z-index: 9999;}
.nav_phone_btn{display: none;}

.header h1.logo{width: 278px; padding-top:26px;float: left;}
.header h1.logo img{width: 100%;}
.nav{float: right; text-align: right;}
.headr_t{height: 40px; line-height: 40px; margin-bottom: 10px;}
.ver{margin-right: 20px;float: right;}
.ver em{margin:0 5px; font-size: 12px;position: relative; top:-2px;}
.weix{float:right;margin-right: 20px;}
.weix a{margin-left: 10px;}
.weix a img{vertical-align: middle;}
.header_search{cursor:pointer; width: 40px;height: 40px; float: right;}
.header_search span{ display:block;width: 40px; height: 40px; line-height: 40px; text-align: center; border: none;background:url(../images/dot02.png) no-repeat right center; position:relative; margin: auto;}
.header_search span img{vertical-align: middle;}
.header_search.on span {opacity:0.5;filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5;}
.search_wrap{display: none; background:#fff; width: 280px; right:2.6%; position:absolute; top:90px; border: 4px solid #5BB649;z-index: 9;}
.search_box_button { height:40px; width:40px; background:url(../images/dot02.png) no-repeat center; border:0; outline: none; float: right; }
.search_box_text {width:200px; padding: 0 10px; float:left; border:0;height:40px; outline: none; line-height: 40px; background:#fff;}

/*.nav>ul{float: left;}*/
.nav>ul>li{ text-align: left; height:30px; line-height: 30px; float: left; padding: 0 20px;position: relative; background: url(../images/dot01.jpg) right center no-repeat;}
.nav>ul>li>span{ display: none;}
.nav>ul>li:last-child{background: none; padding-right: 0;}
.nav>ul>li.last{background: none;padding-right: 0;}
.nav>ul>li>a{display: block;position: relative;}
.nav>ul>li.on>a{color: #5BB649;}
/*导航下拉*/
.navlist{display:none; position: absolute; left: 50%;margin-left: -60px; top:40px;width:120px; background:rgba(91,182,73,0.7); padding: 10px 0;}
.lt9 .navlist{background:url(../images/dot05.png) repeat; }
.navlist li{width: 100%;text-align: center; height: 36px; line-height: 36px;}
.navlist li a{color: #fff;display: block;}
.navlist li:hover a{color: #fff!important;}
/*导航下拉*/

/*公共底部*/
.footer{background: #FFFFFF;padding:34px 0 40px;}
.foot-top{line-height: 40px; margin-bottom: 65px;}
.foot-top label{ float: left; margin-right: 20px; color: #A3A3A3;}
.foot-top .sel_box{ float: left; margin:0 5px; width: 22%; height:38px; line-height: 38px; border:1px solid #CECECE; border-radius: 20px;}
.foot-bot{ text-align: center; color: #B4B4B4; position: relative;}
.f_share{position: absolute; right:0; top:0;}
.f_share a{margin:0 0 0 10px!important;}
.foot-bot ul{margin-bottom:15px;}
.foot-bot li{margin:0 20px; display: inline-block; *+display: inline; zoom:1;}
.foot-bot li a{color: #4F4F4F;}
.foot-bot .cop a{color: #B4B4B4;margin-right: 10px;}
.foot-bot .cop span{margin-right: 10px;}
/*select-box*/
.select-box {box-sizing:border-box; height: 38px; position: relative;}
.select-box dt{ text-align: left; line-height: 38px;position: relative; cursor: pointer;}
.select-box dt a { display:block; text-indent:15px; z-index:2;color:#A3A3A3; }
.select-box dt a b { overflow:hidden; margin-right:40px; display:block; text-overflow:ellipsis; white-space:nowrap; font-weight:normal;}
.select-box dt .ico { position:absolute; right:0; top:0; width:40px; height:100%; z-index:1;  background:url(../images/dot03.png) no-repeat center;}
.select-box dd { display:none;width:100%;position:absolute;top:38px; border:1px solid #ddd;border-radius: 20px;background:#fff;  box-sizing:border-box; max-height:140px; overflow:auto; z-index:111111;}
.select-box.open dd{ display: block; }
.select-box dd a{ display:block; text-align: left; padding:8px 15px; line-height: 18px; color:#666;}
.select-box dd a.on{color:#fff;background:#5FCB4A;}
.select-box dd a:hover{background:#5FCB4A; color: #fff!important;;}
/*公共底部*/

@media only screen and (min-width: 1024px){
.yes_tran,a{transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
.no_tran{transition: 0s all;-webkit-transition: 0s all;-moz-transition: 0s all;-o-transition: 0s all;-ms-transition: 0s all;}
a:hover{color: #5BB649!important;}
.tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}
}

/*手机导航start*/
@media only screen and (max-width: 1279px){
.header{height: 40px;padding: 10px 0;}
.header h1.logo{padding: 0;width: 220px;}
.headr_t{position: relative; height: 70px;}
.ver{position: absolute;left:5%; top:10px; color: #fff;}
.ver a{color: #fff!important;}
.header_search,.header_search span{ display: none; }
.search_wrap{position: relative; display: block!important; top: 50px; right:auto; width: 90%; margin:0 5%; border:none; overflow: hidden; background: #fff;}
.search_box_text{width:calc(100% - 60px);}
/*手机导航内容*/
body>*{position: relative;left:0;transition:left 250ms ease-out;-webkit-transition:left 250ms ease-out;}
/*body.body_nav_phone>*{left:-260px;}*/
.nav{display:block;position: fixed;top:0px;bottom: 0px;right:-260px;height: 100%;width:260px;left:auto;transition:left 0ms ease-out;-webkit-transition:left 0ms ease-out;transition:right 250ms ease-out;-webkit-transition:right 250ms ease-out;overflow: hidden; background:#5FCB4A;}
body.body_nav_phone .nav{right:0;left:auto;}
.nav_phone_btn{display: block;}
/*手机导航按钮开始*/
.nav_phone_btn{display: block;cursor: pointer;height: 32px; position: fixed;top:12px;right:2%;z-index: 9999;width: 35px;text-align: center;}
.body_nav_phone .nav_phone_btn{text-align: left; background: #fff;}
.nav_phone_btn span {position: relative;font-size: 0;width: 26px;height: 3px;background-color: #5FCB4A;display: inline-block;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span:before,.nav_phone_btn span:after {content: "";position: absolute;width: 100%;height: 3px;background-color: #5FCB4A;left:0px;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span:before{top:-7px;}
.nav_phone_btn span:after{top:7px;}
.visible_nav.nav_phone_btn span{background-color: transparent;}
.visible_nav.nav_phone_btn span:before{left:5px;top:0px;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);}
.visible_nav.nav_phone_btn span:after{top:0px;left: 5px;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);}
/*手机按钮结束*/
.nav>ul{padding: 20px 0;clear: both; float: none;}
.nav>ul>li{background: none;height:inherit;float: none;  margin: 0; padding: 0 20px;border-bottom: 1px dotted #efefef; overflow: hidden; font-size: 14px;}
.nav>ul>li>a{padding: 0;height: 40px; line-height: 40px;color: #fff; width: calc(100% - 60px); float: left; box-sizing: border-box;}
.nav>ul>li.on>a{background: none; color: #fff;}
.nav>ul>li>span{display: inline-block; width: 20px; height: 40px;  margin-right:0px;background: url(../images/dot06.png) no-repeat center center; float: right;}
.nav>ul>li>span.on{ background: url(../images/dot07.png) no-repeat center center; float: right;}
.nav>ul>li>span{display: none; cursor: pointer;}
.nav>ul>li>span.cur{display: block;}
.nav>ul>li:last-child{padding-right:20px;}
.navlist{position: static; background: none; padding: 0 10px 10px;height: auto;line-height: inherit; width: auto !important; display: none;visibility: visible;clear: both; padding-left: 35px;}
.navlist .wrap{width: 100%;}
.navlist li{float: none; font-size: 14px; height:30px; line-height: 30px; text-align: left;}
.navlist li a{color: #fff; display: block;}
.navlist a:hover{color: #fff!important;}
.scrollHeader .nav>ul>li>a{height: 40px; padding-top:0px;}
.scrollHeader .navlist{top:0px;}
/*手机导航end*/
.foot-top{margin-bottom: 20px;}
.foot-top .sel_box{width: 21.5%;}
}

@media only screen and (max-width: 1024px){
.select-box dd{top:auto; bottom: 100%;}
}
@media only screen and (max-width: 1023px){
.foot-top .sel_box{width: 20.5%;}
}
@media only screen and (max-width: 767px){
.footer{padding:20px 0;}
.foot-top .sel_box{width: 100%; margin:0 0 10px;}
.foot-bot li{margin:0 2px; font-size: 12px;}
.cop{font-size: 12px;}
}

.q_link{ opacity: 0;filter: alpha(opacity=0); transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;position: fixed; top:50%; left:auto; right:10px; z-index: 100; margin-top: -73px;text-align: center; width:70px;  background: #fff; }
.q_link span{ display: block;  }
.q_link span img{ width: 30px;}
.q_link p{padding:10px 0 0; font-size: 14px;}
.q_link a{color: #727171;border: 1px solid #E5E5E5;display: block;background: #fff;    margin-top: -1px; padding: 10px 0;}
.q_link.on{opacity: 1;filter: alpha(opacity=100);}

.f_wx02,.wrap_v{display: none;}
@media only screen and (max-width: 767px){
.q_link{right:0; width: 60px; height: 66px; opacity: 1;filter: alpha(opacity=100);}

.q_link span img{ width: 30px;}
.q_link p{font-size: 12px; padding-top: 5px;}


.weix{ position: absolute; left: 91px; top: 8px;}
.header{z-index: 999;}
.f_wx01{display: none;}
.f_wx02{display: block;  display: inline-block;}
.wrap_v{width: 94%;margin: auto;display: block;margin-top: 20px;}
}
@media only screen and (max-width: 370px){
.nav>ul>li>a{height: 32px; line-height: 32px}
.nav>ul>li>span{height: 32px;}
}

/*2019-05-17*/


@media only screen and (min-width: 1279px){
.header h1.logo img,.nav,.header h1.logo{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.scrollHeader .header{height:60px;line-height: 60px;}
.scrollHeader .header h1.logo img { transform:scale(0.8,0.8);  -webkit-transform:scale(0.8,0.8);  }
.scrollHeader .headr_t{display: none;}
.scrollHeader .header h1.logo{padding-top: 10px;}

.scrollHeader .nav{padding-top: 14px;}
}








