﻿@charset "utf-8";
/* reset */
html { height: 100%; background:#fff; overflow-x:hidden; }
body { min-height: 100%; overflow-x:hidden; }
* {box-sizing: border-box;}


body { _height: 100%;font-size:16px; }
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; outline-width:0; }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;padding:0;margin:0; }
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,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","微软雅黑","sourcehansans","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";font-size:16px;color:#332c2b;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}

body { line-height: 1.5 }
a:link,
a:visited,
a:active,
a { text-decoration: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
-webkit-user-select: none;
-moz-user-focus: none;
-moz-user-select: none; }
a { blr:expression(this.onFocus=this.blur()); color:#332c2b; }
a * { *cursor: pointer }
:focus { outline: none } 
a:hover { color:#f7b228; }

.edit_con_original{ line-height:1.6; padding:0 0; color:#474747;/* text-align:justify;*/}
.edit_con_original ul{ margin:inherit; padding:inherit}
.edit_con_original ul li { list-style-type:disc; margin:auto; padding:inherit}
.edit_con_original ol{ margin:inherit; padding:inherit}
.edit_con_original ol li { list-style-type:decimal; margin:auto; padding:inherit}
.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;}

@media screen and (max-device-width: 320px){
  body{-webkit-text-size-adjust:none}
}
@media screen and (max-device-width: 480px){
  body{-webkit-text-size-adjust:none}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2){
  body{-webkit-text-size-adjust:none}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
  body{-webkit-text-size-adjust:none}
}

#newBridge .nb-icon-right-center{right: -200%!important;}
#nb_icon_wrap{opacity:0;width: 0px!important;height: 0px!important;overflow: hidden;}

/*所有后台编辑器区域都要引用 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 }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#7c7473;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#7c7473;}
input::-moz-placeholder, textarea::-moz-placeholder { color:#7c7473;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#7c7473;}


.text-justify {
  text-align: justify;
  text-justify:distribute-all-lines;
  text-align-last: justify;
}

.scaleimg { overflow: hidden;}
.scaleimg .bg_container { transform:scale(1,1); -webkit-transform:scale(1,1); transition:0.5s all; -webkit-transition:0.5s all;}
.scaleimg:hover .bg_container { transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}

.scaleimg2 { overflow:hidden; display:block;}
.scaleimg2 .img { transform:scale(1,1); -webkit-transform:scale(1,1); transition:0.5s all; -webkit-transition:0.5s all;}
.scaleimg2:hover .img{ transform:scale(1.02,1.02); -webkit-transform:scale(1.02,1.02);}

.scaleimg3 { overflow:hidden; display:block;}
.scaleimg3 .img-big a { transform:scale(1,1); -webkit-transform:scale(1,1); transition:0.5s all; -webkit-transition:0.5s all;}
.scaleimg3:hover .img-big a{ transform:scale(1.01,1.01); -webkit-transform:scale(1.01,1.01);}

.scaleimg4 { overflow:hidden; display:block;}
.scaleimg4 a { transform:scale(1,1); -webkit-transform:scale(1,1); transition:0.5s all; -webkit-transition:0.5s all;}
.scaleimg4:hover a{ transform:scale(1.02,1.02); -webkit-transform:scale(1.02,1.02);}

.scaleimg5 { overflow:hidden; display:block;}
.scaleimg5 img { transform:scale(1,1); -webkit-transform:scale(1,1); transition:0.5s all; -webkit-transition:0.5s all;}
.scaleimg5:hover img{ transform:scale(1.01,1.01); -webkit-transform:scale(1.01,1.01);}

.tran_scale2{ overflow:hidden; display:block;}
.tran_scale2 img{transition:0.3s all; -webkit-transition:0.3s  all;}
.tran_scale2:hover img{transform:rotate(-2deg); -webkit-transform:rotate(-2deg);}

.table { display:table; height:100%; position:absolute; left:0px;top:0px; width:100%; bottom:0px;  }
.table-cell { display:table-cell; vertical-align:middle;  }

.txt_color_000 { color:#000; }
.txt_color_333 { color:#333; }


.fl { float:left; }
.fr { float:right;}

.tac { text-align:center;}
.tal { text-align:left;}
.tar { text-align:right;}


/*上下居中*/
.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%;}

.f-b { font-weight:bold; }

.word-wrap { word-wrap:break-word; }


.uppercase{text-transform:uppercase; }

.ellipsis{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden;  }
.ellipsis-2 {  overflow:hidden;  max-height:3em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.ellipsis-3 {  overflow:hidden;  max-height:4.5em; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.ellipsis-4 {  overflow:hidden;  max-height:6em; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.ellipsis-5 {  overflow:hidden; max-height:7.5em; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.ellipsis-6 {  overflow:hidden;  max-height:9em; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}


/******微信弹窗****/
.weixin{ position:fixed; width:300px; color:#000; z-index:100000; left:50%; top:50%; margin:-120px 0 0 -150px; background:#fff; border:1px solid #ddd; border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px; box-shadow:1px 1px 2px #aaa;}
.weixin .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 h2{ position:relative; line-height:30px; font-size:16px; padding-left:10px;}
.weixin .img{ padding:10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.weixin .img img{ width:180px; height:180px; }
.weixin p{ padding:2px 10px 0; text-align:center; font-size:14px; }



/*公用样式end*/
.layui-laypage {
  text-align: center;
}
.layui-laypage a, .layui-laypage span {
  font-size: 16px;
  margin: 0px 0.05rem;
  border-color:#dfe3e6;
  height: 2.625em;
  padding: 0px 0.3125em;
  min-width: 2em;
  line-height: 2.625em;
  border-radius:0.05rem;
}
.layui-laypage a:hover {
  color: #f5b13b;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #f5b13b;
  color: #fff;
  border-radius:0.05rem;
}
.layui-laypage .layui-laypage-prev {
  overflow: hidden;
  min-width: 4.75em;
  border-radius:0.05rem!important;
}
.layui-laypage .layui-laypage-next {
  overflow: hidden;
  min-width: 4.75em;
  border-radius:0.05rem!important;
}
.layui-laypage .layui-disabled {
  opacity: 0.3;
}

@media only screen and (max-width:1640px){
  .layui-laypage a, .layui-laypage span { 
    font-size: 15px;
  }
}
@media only screen and (max-width:1340px){
  .layui-laypage a, .layui-laypage span { 
    font-size: 14px;
  }
}

@media only screen and (max-width:1000px){
  .layui-laypage a, .layui-laypage span {
    margin: 0px 5px;
  }
}  

@media only screen and (max-width:767px){
  .layui-laypage a, .layui-laypage span {
    display: none;
    font-size: 12px;
  }
  .layui-laypage .layui-laypage-prev,
  .layui-laypage .layui-laypage-next {
    display:inline-block;
  }
}  



.layui-flow-more {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  font-size: 18px;
  margin: 0px;
}
.layui-flow-more a {
  display: inline-block;
  background: none;
  height: auto;
  line-height: normal;
  color: #fff;
  padding: 0.8em 2.556em;
  background: #f5b13b;
  border-radius: 0.1rem;
}
.layui-flow-more a cite {
  background: none;
  border-radius:0px;
  background:url(../images/loading.png) no-repeat right center/1em auto;
  padding-right: 1.889em;
  color: #fff;
}

@media only screen and (max-width:1600px){
  .layui-flow-more {
    font-size: 16px;
  }
} 
@media only screen and (max-width:1340px){
  .layui-flow-more {
    font-size: 15px;
  }
} 

@media only screen and (max-width:767px){

}


.browserupgrade{display:block;position:fixed;margin:0;width:100%;height:60px;font-size:15px;line-height:60px;z-index:1000;background-color:#666;color:#fff;text-align:center}
.browserupgrade a{color:#eee;text-decoration:underline;font-size:18px;}
.browserupgrade a:hover{color:#eee}


.bg_cover { background-position:center center; background-repeat:no-repeat; background-size:cover; }



.arial { font-family:"Arial";}
.song { font-family:"\5b8b\4f53";}


.text-color-f78000 {
  color:#f78000;
}


.word-break {
  word-break: break-all;
}
 

.phone_hide { display:block; }
.phone_show { display:none; }

.fnt-12 { font-size:12px;}
.fnt-14 { font-size:14px;}
.fnt-15 { font-size:15px;}
.fnt-16 { font-size:16px;}
.fnt-18 { font-size:17px;}
.fnt-20 { font-size:18px;}
.fnt-21 { font-size:19px;}
.fnt-22 { font-size:20px;}
.fnt-24 { font-size:22px;}
.fnt-26 { font-size:24px;}
.fnt-28 { font-size:26px;}
.fnt-30 { font-size:28px;}
.fnt-32 { font-size:30px;}
.fnt-34 { font-size:32px;}
.fnt-36 { font-size:34px;}
.fnt-40 { font-size:38px;}
.fnt-42 { font-size:40px;}
.fnt-44 { font-size:42px;}
.fnt-46 { font-size:44px;}
.fnt-48 { font-size:46px;}
.fnt-52 { font-size:48px;}
.fnt-54 { font-size:50px;}
.fnt-60 { font-size:56px;}
.fnt-67 { font-size:62px;}
.fnt-76 { font-size:72px;}
.fnt-80 { font-size:76px;}


@media only screen and (max-width:1600px){
  .fnt-12 { font-size:12px;}
  .fnt-14 { font-size:13px;}
  .fnt-15 { font-size:14px;}
  .fnt-16 { font-size:15px;}
  .fnt-18 { font-size:15px;}
  .fnt-20 { font-size:16px;}
  .fnt-21 { font-size:16px;}
  .fnt-22 { font-size:17px;}
  .fnt-24 { font-size:18px;}
  .fnt-26 { font-size:20px;}
  .fnt-28 { font-size:22px;}
  .fnt-30 { font-size:24px;}
  .fnt-32 { font-size:24px;}
  .fnt-34 { font-size:26px;}
  .fnt-36 { font-size:28px;}
  .fnt-40 { font-size:30px;}
  .fnt-42 { font-size:32px;}
  .fnt-44 { font-size:34px;}
  .fnt-46 { font-size:36px;}
  .fnt-48 { font-size:38px;} 
  .fnt-52 { font-size:40px;}
  .fnt-54 { font-size:42px;}
  .fnt-60 { font-size:46px;} 
  .fnt-67 { font-size:53px;}
  .fnt-76 { font-size:56px;}
  .fnt-80 { font-size:66px;}
} 
@media only screen and (max-width:1340px){
  .fnt-12 { font-size:12px;}
  .fnt-14 { font-size:12px;}
  .fnt-15 { font-size:13px;}
  .fnt-16 { font-size:14px;}
  .fnt-18 { font-size:15px;}
  .fnt-20 { font-size:16px;}
  .fnt-21 { font-size:16px;}
  .fnt-22 { font-size:17px;}
  .fnt-24 { font-size:18px;}
  .fnt-26 { font-size:20px;}
  .fnt-28 { font-size:22px;}
  .fnt-30 { font-size:22px;}
  .fnt-32 { font-size:24px;}
  .fnt-34 { font-size:24px;}
  .fnt-36 { font-size:26px;}
  .fnt-40 { font-size:27px;}
  .fnt-42 { font-size:28px;}
  .fnt-44 { font-size:28px;}
  .fnt-46 { font-size:30px;}
  .fnt-48 { font-size:30px;}
  .fnt-52 { font-size:34px;}
  .fnt-54 { font-size:36px;}
  .fnt-60 { font-size:38px;}
  .fnt-67 { font-size:44px;}
  .fnt-76 { font-size:46px;}
  .fnt-80 { font-size:56px;}
}  
@media only screen and (max-width:1100px){
  .fnt-12 { font-size:12px;}
  .fnt-14 { font-size:12px;}
  .fnt-15 { font-size:13px;}
  .fnt-16 { font-size:14px;}
  .fnt-18 { font-size:14px;}
  .fnt-20 { font-size:14px;}
  .fnt-21 { font-size:16px;}
  .fnt-22 { font-size:17px;}
  .fnt-24 { font-size:18px;}
  .fnt-26 { font-size:19px;}
  .fnt-28 { font-size:20px;}
  .fnt-30 { font-size:22px;}
  .fnt-32 { font-size:22px;}
  .fnt-34 { font-size:23px;}
  .fnt-36 { font-size:24px;}
  .fnt-40 { font-size:24px;}
  .fnt-42 { font-size:24px;}
  .fnt-44 { font-size:25px;}
  .fnt-46 { font-size:26px;}
  .fnt-48 { font-size:26px;}
  .fnt-52 { font-size:28px;}
  .fnt-54 { font-size:30px;}
  .fnt-60 { font-size:30px;}
  .fnt-67 { font-size:37px;}
  .fnt-76 { font-size:40px;}
  .fnt-80 { font-size:50px;}
}  

@media only screen and (max-width:900px){
  .fnt-12 { font-size:12px;}
  .fnt-14 { font-size:12px;}
  .fnt-15 { font-size:13px;}
  .fnt-16 { font-size:13px;}
  .fnt-18 { font-size:13px;}
  .fnt-20 { font-size:14px;}
  .fnt-21 { font-size:15px;}
  .fnt-22 { font-size:15px;}
  .fnt-24 { font-size:16px;}
  .fnt-26 { font-size:16px;}
  .fnt-28 { font-size:16px;}
  .fnt-30 { font-size:18px;}
  .fnt-32 { font-size:20px;}
  .fnt-34 { font-size:20px;}
  .fnt-36 { font-size:21px;}
  .fnt-40 { font-size:21px;}
  .fnt-42 { font-size:21px;}
  .fnt-44 { font-size:22px;}
  .fnt-46 { font-size:23px;}
  .fnt-48 { font-size:23px;}
  .fnt-52 { font-size:24px;}
  .fnt-54 { font-size:26px;}
  .fnt-60 { font-size:28px;}
  .fnt-67 { font-size:30px;}
  .fnt-76 { font-size:34px;}
  .fnt-80 { font-size:40px;}
} 
@media only screen and (max-width:767px){
  .phone_hide { display:none; }
  .phone_show { display:block; }

}  
@media only screen and (max-width:767px){
.fnt-12 { font-size:14px;}
.fnt-14 { font-size:14px;}
.fnt-15 { font-size:15px;}
.fnt-16 { font-size:16px;}
.fnt-18 { font-size:0.18rem;}
.fnt-20 { font-size:0.2rem;}
.fnt-21 { font-size:0.21rem;}
.fnt-22 { font-size:0.22rem;}
.fnt-24 { font-size:0.24rem;}
.fnt-26 { font-size:0.26rem;}
.fnt-28 { font-size:0.28rem;}
.fnt-30 { font-size:0.3rem;}
.fnt-32 { font-size:0.32rem;}
.fnt-34 { font-size:0.34rem;}
.fnt-36 { font-size:0.36rem;}
.fnt-40 { font-size:0.4rem;}
.fnt-42 { font-size:0.42rem;}
.fnt-44 { font-size:0.44rem;}
.fnt-46 { font-size:0.46rem;}
.fnt-48 { font-size:0.48rem;}
.fnt-52 { font-size:0.5rem;}
.fnt-54 { font-size:0.54rem;}
.fnt-60 { font-size:0.52rem;}
.fnt-67 { font-size:0.54rem;}
.fnt-76 { font-size:0.56rem;}
.fnt-80 { font-size:0.8rem;}
}

@media only screen and (max-width:480px){
  .fnt-12 { font-size:13px;}
  .fnt-14 { font-size:14px;}
  .fnt-15 { font-size:14px;}
  .fnt-16 { font-size:14px;}
  .fnt-18 { font-size:15px;}
}
@media only screen and (max-width:414px){
.fnt-12 { font-size:13px;}
.fnt-14 { font-size:14px;}
.fnt-15 { font-size:14px;}
.fnt-16 { font-size:14px;}
.fnt-18 { font-size:14px;}
.fnt-20 { font-size:15px;}
.fnt-21 { font-size:15px;}
.fnt-22 { font-size:15px;}
.fnt-24 { font-size:16px;}
.fnt-26 { font-size:16px;}
.fnt-28 { font-size:16px;}
.fnt-30 { font-size:16px;}
.fnt-32 { font-size:17px;}
.fnt-34 { font-size:17px;}
.fnt-36 { font-size:18px;}
.fnt-40 { font-size:20px;}
.fnt-42 { font-size:21px;}
.fnt-44 { font-size:22px;}
.fnt-46 { font-size:23px;}
}
@media only screen and (max-width:374px){
  .fnt-12 { font-size:13px;}
  .fnt-14 { font-size:13px;}
  .fnt-15 { font-size:13px;}
  .fnt-16 { font-size:13px;}
  .fnt-18 { font-size:13px;}
  .fnt-20 { font-size:14px;}
  .fnt-21 { font-size:14px;}
  .fnt-22 { font-size:14px;}
  .fnt-24 { font-size:14px;}
  .fnt-26 { font-size:14px;}
  .fnt-28 { font-size:14px;}
  .fnt-30 { font-size:15px;}
  .fnt-32 { font-size:16px;}
  .fnt-34 { font-size:16px;}
  .fnt-36 { font-size:17px;}
  .fnt-40 { font-size:18px;}
  .fnt-42 { font-size:19px;}
  .fnt-44 { font-size:20px;}
  .fnt-46 { font-size:21px;}
  }



