﻿/* reset */
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
html,body{font-size: calc(100vw / 19.20);}
@media only screen and (max-width:1024px) {
    html,body{font-size: calc(100vw / 10.24);}
}
@media only screen and (max-width:767px) {
    html,body{font-size: calc(100vw / 7.67);}
}
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 }
body, input, select, button, textarea { font-size: 0.16rem; line-height: 1.5 }
a { text-decoration: none;-webkit-tap-highlight-color:transparent }
a * {cursor: pointer }
body,a{color: #000;}
input,button,textarea{border:none;outline: none;background: none;}
:focus { outline: none }
.edit_con_original{ line-height:2; padding:0 0; color:#000;}
.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-weight:bold }
.edit_con_original h2 { font-weight:bold }
.edit_con_original h3 { font-weight:bold }
.edit_con_original h4 {  font-weight:bold }
.edit_con_original h5 {  font-weight:bold }
.edit_con_original h6 {  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%;display: block;margin: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 }
.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}
/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}

/*图片经过*/
img{max-width: 100%;}
.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;}
@media only screen and (min-width:1025px) {
.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);}
}

/*两端对齐*/
.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%;}

.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;}

.mCSB_scrollTools{opacity: 0.5;}
.mCSB_scrollTools .mCSB_draggerRail{background:#efefef;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background: #999!important;}



.bg-cover{ background-size: cover;background-repeat: no-repeat;background-position: center center;}

.wrap{width:16.60rem;max-width: 90%;margin:0 auto;}
.ratio-img,.ratio-img img{width: 100%;}
.bold{font-weight: bold;}

.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.clamp{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; line-height: 1.5; max-height: 3em;height: 3em;overflow:hidden;}
.clamp_3{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3; line-height: 1.5; max-height: 4.5em;height: 4.5em;overflow:hidden;}
.clamp_4{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 4; line-height: 1.5;  max-height: 6em;height: 6em;overflow:hidden;}
.clamp_5{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 5; line-height: 1.5;  max-height: 7.5em;height: 7.5em;overflow:hidden;}
.clamp_6{display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 6; line-height: 1.5;  max-height: 9em;height: 9em;overflow:hidden;}


/*视频中心-弹出视频*/
/*.video_appbox{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_appbox.show{visibility: visible;opacity:1;}
.video_tbox{ width: 100%; height: 100%;}
.video_appbox video{width: 100%; height: 100%; object-fit: fill;}
.video_appbox .video_t{ z-index:2; background:#000;width:1440px;max-width:94%;
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:60%;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;
visibility: hidden;opacity: 0;}
.video_appbox.show .video_t{visibility: visible;opacity:1;top:50%;}
.video_appbox .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5);}
.lt9 .video_appbox .mask{filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");}
.video_close{ position:absolute; top:20px; right:20px; cursor:pointer; z-index: 99999;}
.video_close i{color: #fff;font-size:20px;font-weight: bold;}
*/


.weixin{ position:fixed; width:300px; z-index:100000; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); left:50%; top:50%;}
.weixin .c{ position:absolute; width:40px; height:40px; background:url(../images/x.png) center center no-repeat; overflow:hidden; text-indent:100px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}
.weixin h2{ position:relative; line-height:40px; font-size:16px; padding-left:20px; font-weight:normal;}
.weixin .img{ padding:10px 20px;text-align:center; border-top:1px solid #ddd;}
.weixin .img img{width:200px; height: 200px;}
.weixin p {margin:0 0 30px; text-align:center;}
@media only screen and (max-width:767px) {
.weixin{width:70%;}
.video_close{top:-30px;right: 0;}
}

/*font-size*/
.fnt_14 { font-size: 0.14rem;}
.fnt_16 { font-size: 0.16rem;}
.fnt_18 { font-size: 0.18rem;}
.fnt_20 { font-size: 0.20rem;}
.fnt_24 { font-size:0.24rem;}
.fnt_30 { font-size:0.3rem;}
.fnt_36 { font-size:0.36rem;}
.fnt_40 { font-size:0.4rem;}
.fnt_48 { font-size:0.48rem;}
.fnt_50 { font-size:0.5rem;}
.fnt_60 { font-size:0.6rem;}
@media only screen and (max-width:1440px) {
    .fnt_14 { font-size: 0.16rem;}
    .fnt_16,body, input, select, button, textarea{ font-size: 0.18rem;}
    .fnt_18 { font-size: 0.20rem;}
}
@media only screen and (max-width:1024px) {
.fnt_14 { font-size: 0.14rem;}
.fnt_16,body, input, select, button, textarea{ font-size: 0.16rem;}
.fnt_18 { font-size: 0.18rem;}
.fnt_24 { font-size:0.18rem;}
.fnt_24 { font-size:0.2rem;}
.fnt_30 { font-size:0.22rem;}
.fnt_36 { font-size:0.24rem;}
.fnt_40 { font-size:0.26rem;}
.fnt_48 { font-size:0.3rem;}
.fnt_50 { font-size:0.36rem;}
.fnt_60 { font-size:0.4rem;}
}

@media only screen and (max-width:767px) {
body, input, select, button, textarea{font-size: 14px;}
.fnt_14 { font-size:14px;}
.fnt_16 { font-size:14px;}
.fnt_18 { font-size:14px;}
.fnt_20 { font-size:16px;}
.fnt_24 { font-size:16px;}
.fnt_30 { font-size:18px;}
.fnt_36 { font-size:18px;}
.fnt_40 { font-size:18px;}
.fnt_48 { font-size:20px;}
.fnt_50 { font-size:20px;}
.fnt_60 { font-size:20px;}
}

.wrap{max-width: 1580px; width: 90%; margin: 0 auto;}
*{box-sizing:border-box;}

.header{position: fixed;left: 0;top:0;z-index: 9999;width:100%; height: 1rem;background: linear-gradient(to bottom,rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);}
.header_height{height: 1rem; display: none;}
.header .inner{padding: 0 4.5%; position: relative;}
.header h1{width:1.86rem;height: 0.44rem;margin-top: 0.28rem;}
.header h1 a{display: block;}
.header h1 img{width:100%; overflow: hidden;}
.header h1 img+img{ display: none;}
.header h1 a:hover img{ display: none;}
.header h1 a:hover img+img{ display: block;}

.nav ul{padding-right: 0.8rem;}
.nav li.li_01,.nav li.li_02{ float: left; margin-right: 0.55rem;}
.nav li.li_03,.nav li.li_04{ float: right; margin-left: 0.55rem;}
.nav li.li_05{float: left;margin: 0;}
.nav li>a{color: #fff; line-height: 1rem; display: block; position: relative; z-index: 9;}
.nav li>a::before{content: "";position: absolute;left:50%;bottom:0; width:0; height: 2px; background: #AB7F4C;}
.nav li.on>a::before{lefT:0; width: 100%;}
.nav li span{ display: none;}
.ser{position: absolute; right:4.5%; top:0.35rem;cursor: pointer; color: #fff;}
.search_wrap{width:0;position: absolute; z-index: 2; right:0.05rem; top:calc(100% + 0.05rem);height:0.54rem;line-height: 0.54rem; overflow: hidden;color:#fff; background: #fff;}
.search_wrap.on{width: 3rem; border-radius:0.05rem;border:1px solid #969191;}
.search_box_text{float:left; width:calc(100% - 0.6rem); padding:0 0.1rem;height: 0.54rem; line-height: 0.54rem;}
.search_box_button {float: right;width:0.4rem;height:0.54rem;}
.nav_bg{ display: none; position: absolute; left:0; top:1rem; width: 100%;height: 2.35rem; background: #F7F6F4;}
.nav_bg.h03{height: 1.1rem;}
.nav_bg.h04{height: 1.1rem;}

/*下拉导航*/
.navlist{display:none; position: absolute; left:0;top:1rem; z-index: 2; width:100%;}
.navlist dl{ line-height:1.5; padding:0.4rem 0;}
.navlist dl dd{float: left;margin-right: 1rem;}
.navlist dl dd h2{margin-bottom: 0.4rem;font-size: 0.22rem;}
.navlist dl dd p{margin-bottom: 0.3rem; position: relative; padding-left: 15px;}
.navlist dl dd p::before{content: ""; position: absolute; lefT:0; top:4px; width: 3px; height: 15px; background: #AB7F4C;}
.navlist dl dd a{color:#000;}
.nav li.li_02 dd{width: 15%; margin-right: 0;}
.nav li.li_03 dd{width: 100%;text-align: center;}
.nav li.li_03 dd a{ display: inline-block; margin: 0 0.35rem;}

.nav li.li_05 dd{    width: auto;margin-right: 0.7rem;}

/*下拉导航*/

.scrollHeader .header,.header.hover{border-bottom: 1px solid #DBD4D0; background:#fff;}
.scrollHeader .header .nav li>a,.header.hover .nav li>a{color: #000;}
.scrollHeader .header h1 a img,.header.hover h1 a img{ display: none;}
.scrollHeader .header h1 a img+img,.header.hover h1 a img+img{ display: block;}
.scrollHeader .header .ser,.header.hover .ser{color: #000;}


.footer{background: #241F19; color: #fff;}
.footer a{color: #fff;}
.foot_top{padding: 0.7rem 0 1rem; border-bottom: 1px solid #433E39;}
.f_t_l{float: left; width:calc(100% - 3.1rem);}
.f_t_l ul{ float: left; width: 4rem;}
.f_t_l li{ float: left; width: 2rem; margin-bottom: 0.35rem;}
.f_t_l li a{color: #fff;}
.f_t_l ul+p{ float: left; line-height: 2.25em;}
.f_t_r{float: right; width:3.1rem;}
.f_t_r li{ float: left; width: 42%;}
.f_t_r li img{width: 100%;}
.f_t_r li+li{ float: right;}
.f_t_r li p{margin-top:0.1rem; text-align: center;}
.foot_bot{padding: 0.3rem 0 1rem;}
.f_b_l{ float: left;}
.f_b_l a{ margin-left: 0.1rem;}
.f_b_l a.xhr{margin-left: 0.2rem;}
.f_b_r{ float: right;}
.f_b_r em{margin: 0 0.2rem;}


@media only screen and (max-width:1024px) {
/*手机导航按钮开始*/
.nav_phone_btn{cursor: pointer; position: absolute;top:0; right:0;z-index: 10;width:50px;height: 50px; line-height: 50px;text-align: center;}
.nav_phone_btn span {position: relative;width:20px;height:2px; top:-2px; background-color: #AB7F4C;display: inline-block;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span i{ position: absolute; bottom:-1px; left:0; width:100%; color:#AB7F4C;text-transform: uppercase;}
.nav_phone_btn span:before,.nav_phone_btn span:after {content: "";position: absolute;width: 100%;height:2px;background-color: #AB7F4C;left:0px;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span:before{top:-8px; height:2px;}
.nav_phone_btn span:after{top:7px; widtH:100%; left:auto;right:0;}
.visible_nav.nav_phone_btn span{background-color: transparent!important;}
.visible_nav.nav_phone_btn span:before{top:0px;width:90%;transform: rotateZ(45deg);-webkit-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);}
.visible_nav.nav_phone_btn span:after{top:0px;right:auto; lefT:0;width:90%;transform: rotateZ(-45deg);-webkit-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);}
.body_nav_phone .nav{right:0;left:auto;}
/*手机导航按钮end*/
.header{ height: 50px; background: #fff;}
.header_height{ display: block; height: 50px;}
.header h1{margin-top: 10px; width: 150px; height: 33px;}
.header h1 img{ display: none;}
.header h1 img+img{ display: block;}
.ser{right:50px; top:10px; height: 30px; line-height: 30px; color: #AB7F4C; font-size: 20px;}
.search_wrap{left:10px;right:10px;top:51px; height: 40px; line-height: 40px;}
.search_wrap.on{ width:calc(100% - 20px);}
.search_box_button{width: 30px; height: 40px;font-size: 20px;}
.search_box_text{ width: calc(100% - 30px); height: 40px; line-height: 40px;}

.nav{display:block;position: fixed; z-index: 1; margin-top:0; top:50px;bottom: 0px;padding:0;width:100%; right:-100%;height:calc(100vh - 50px);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; overflow-y: auto; background:#AB7F4C;}
.nav ul{padding: 0px 0;clear: both; float: none;width: 100%;}
.nav ul>li{line-height: 40px; width: 100%;float: none;  display: block; margin: 0;padding:0 ;border-bottom: 1px solid rgba(255,255,255,0.5); overflow: hidden;}
.nav li.li_05{margin-left: 0;}
.nav ul>li>a{ float: left; height: 40px; line-height: 40px;color:#fff; padding-left: 20px; text-align: left; width:calc(100% - 60px);}
.nav ul>li span{transition:all 0.3s;display: block;cursor: pointer;text-align: center; color: #fff; line-height: 40px; width: 40px; height: 40px;float: right;}
.nav ul>li span.on{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg); }
.nav ul>li>a>em,.nav ul>li.on>a>em{ display: none;}
.nav ul>li>a i{right: auto; top:1.5rem; background: none;}

.navlist{position: static; background: none; padding: 0; border-top: 1px solid rgba(255,255,255,0.5); height: auto;line-height: inherit; width: auto !important; display: none;visibility: visible;clear: both; left:auto; top:auto; margin-left: 0!important;}
.navlist dl{padding:10px 30px; line-height: 30px;}
.navlist dl dd{width:100%;text-align: left; margin-right: 0; display: block;}
.navlist dl dd h2,.navlist dl dd p{margin-bottom: 10px;}
.navlist dl dd a{color:#fff;}
.nav li.li_02 dd{width:100%;}
.nav li.li_03 dd a{display: block; text-align: left; margin: 0 0 10px;}
.nav li.li_05 dd{margin: 0}
.f_t_l ul{width: 2.6rem;}
.f_t_l ul li{ width: 1.3rem;}
}
@media only screen and (max-width:767px) {
    .foot_top,.foot_bot{padding: 0.5rem 0;}
    .f_t_l,.f_t_r,.f_t_l ul{width: 100%;}
    .f_t_l ul li{ width: 33.33%; margin-right:0; margin-bottom: 0; line-height: 2em;}
    .f_t_l ul li:nth-child(3n+1){clear: both;}
    .f_t_l ul+p{width: 100%; margin-top: 10px; line-height: 1.8em;}
    .f_t_r{margin-top: 20px;}
    .f_t_r ul{padding: 0 15%;}
    .f_b_l,.f_b_r{width: 100%;}
    .f_b_r{margin-top: 10px; text-align: center;}

    .navlist dl dd h2{font-size: 16px;}
}



a,.header,.nav li>a::before,.search_wrap{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
@media only screen and (min-width:1025px) {
a:hover{color: #AB7F4C !important;}
.nav li>a:hover::before{lefT:0; width: 100%;}
}


.site_banner{position: relative;}
.site_banner>img{width: 100%;}
.banner_p{top:auto; bottom:12%; text-align: center; color: #fff;}
.banner_p p{text-transform: uppercase; letter-spacing: 2px; margin-top: 0.1rem; display: none;}
@media only screen and (max-width:767px) {
    .site_banner{height: 200px;}
    .site_banner>img{ display: none;}
    .site_banner_marginbox{margin-top: 50px}
}


/*page*/
.pageout{text-align: center;clear: both;overflow: hidden; margin: 0.7rem 0 0;}
.page{height:0.56rem; display:inline-block;vertical-align:middle;text-align:center;margin: 0 auto; color:#000; }
.page span{float: left;}
.page a{float: left; color: #BFBFBF; margin:0 0.05rem;}
.page a.on{background:#AB7F4C;color:#fff;}
.page a.num{font-family: "Arial";}
.page a.dian{ display: none;}
.page a.prev {margin-left: 0; margin-right:0.1rem; color: #000!important; font-weight: bold;}
.page a.next {margin-left: 0.1rem; color: #000!important; font-weight: bold;}
.page a.prev.no,.page a.next.no{opacity: 0.2; cursor:unset;}
.page a.prev.no i,.page a.next.no i{ cursor:unset;}
.page a,.page input.go,.page .txtnum input{width:0.56rem;height:0.56rem;line-height:0.56rem;border-radius:0.05rem;}
/*.page .txtnum{margin-left:0.35rem;margin-right: 0;}
.page .txtnum b{font-weight: normal;color: #000;margin-right:10px;}
.page .txtnum input{ text-align: center;background:none;margin: 0 5px;}
.page input.go{cursor: pointer; border:none;outline: none;text-align: center; background: #1E9678; color: #fff; font-family: "Arial";}
.page input.go{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
*/
@media only screen and (max-width:767px) {
.pageout{margin-top: 0.5rem;}
.page a.num{ display: none;}
.page a.num.on{ display: block;}
.page a:nth-child(-n+5){ display: block;}
.page{ height: 36px;}
.page a,.page input.go,.page .txtnum input{ width: 36px; height: 36px; line-height: 36px;}
.page a.prev{margin-right: 2px;}
.page a.next{margin-left: 2px;}
}
@media only screen and (min-width:1025px) {
.page a:hover{color: #000!important;}
.page a.on:hover{color: #fff!important;}
/*.page input.go:hover{opacity: 0.8!important;color: #fff !important;}*/
}
/*page end*/

/*内页公共锚点*/
.comm_nav_fixed .header{-webkit-transform: translateY(-100%); -moz-transform: translateY(-100%);-o-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);}
.header,.nav-height,.nav-wrap li a::before{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.nav-height{position: relative; z-index: 11;width: 100%; height: 0.66rem; line-height: 0.66rem; padding: 0.1rem 0; background: #FCFBFA;}
.nav-wrap{text-align: center;}
.nav-height.navFix{ position:fixed; left: 0; top: 0;}
/* .nav-height{position: sticky;top:0} */

.nav-wrap dt{display: none;}
.nav-wrap dd{line-height:0.46rem;}
.nav-wrap ul{ display: inline-block;}
.nav-wrap li { float: left;margin:0 0.1rem; border-radius: 0.25rem;}
.nav-wrap li a{display: block; padding: 0 0.4rem; color: #AA9F98; /*border-radius: 0.25rem;*/}
.nav-wrap li a.active{
    /* color: #fff!important; background: #AB7F4C; */
    color: #AB7F4C !important;
    border-bottom: 1px solid #AB7F4C;
    background: none;
}

.nav-height.navFix ul{font-size: 0.18rem;}
.nav-height.navFix li{border-radius: 0;}
.nav-height.navFix li a{ border-radius: 0;}
.nav-height.navFix li a.active{color: #AB7F4C!important; border-bottom: 1px solid #AB7F4C; background: none;}

.nav-wrap dt{display: none;}


.nobg_public_navbox .public_navbox .nav-height{background: none;}
.nobg_public_navbox .public_navbox .nav-height.navFix{background: #fff;}

/* 内页导航 */
.public_navbox{ position: relative; height: 1.06rem;}
.nav-height{background: #fff; position: absolute;top:0.2rem;left: 0;width: 100%;}
.news_navbox.navhidden{height: 0;}
@media only screen and (max-width:767px) {
    .public_navbox{padding:0;position: static;height: 0;}
    
}


@media only screen and (max-width:1599px) {
.nav-height.navFix ul{font-size: 16px}
}
@media only screen and (max-width:1024px) {
.comm_nav_fixed .header{-webkit-transform: translateY(0); -moz-transform: translateY(0);-o-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
.nav-height.navFix{top:50px;}
.nav-wrap li{margin: 0;}
.nav-height.navFix ul{font-size: 14px}

.nav-wrap li a{padding: 0 0.2rem;}
}
@media only screen and (max-width:767px) {
.nav-height .wrap{ width: 100%; max-width: 100%;}
.nav-height{padding: 0;}
.nav-height,.nav-height.navFix{position: fixed; top:50px;height: 50px; line-height: 50px;box-shadow: 0 7px 14px 2px rgba(0, 15, 79, 0.1);}
.nav-wrap dd ul.fnt_24{ display: block!important; font-size: 14px;}
.nav-wrap dt{ display: block; padding: 0 3%;}
.nav-wrap dd{ display: none; border-top: 1px solid #e9e9e9; padding: 10px 0;background: #fff; box-shadow: 0 7px 14px 2px rgba(0, 15, 79, 0.1);}
.nav-wrap dt p,.nav-wrap dt i{ float: left;}
.nav-wrap dt i{margin-left: 10px; color: #AD8351; font-size: 18px; font-weight: bold;}
.nav-wrap li{width: 100%; height: 40px; line-height: 40px;}
.nav-wrap li a{padding: 0 3%; text-align: left;}
.nav-wrap li a.active{background: none; color: #000!important;}

.nobg_public_navbox .public_navbox .nav-height{background: #fff;}
.nobg_public_navbox .public_navbox .nav-height.navFix{background: #fff;}

}



/*.more{ display: inline-block; width: auto; padding: 0 0.3rem; height: 0.4rem; line-height: 0.4rem; border-radius: 0.05rem; color: #fff; background: #EC1B34;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.more1{background: #fff; color: #EC1B34; border: 1px solid #EC1B34; position: relative;}
.more1::before{content: ""; position: absolute; z-index: 1; lefT:0; top:0; width: 0; height: 100%; background: #EC1B34; transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.more1 em{position: relative; z-index: 2;}
.more2{padding: 0 0.35rem;}
@media only screen and (max-width:767px) {
.more{ height: 30px; line-height: 30px;padding: 0 0.2rem;}
.more2{padding: 0 0.2rem;}
}
@media only screen and (min-width:1025px){
.more:hover{opacity: 0.8!important; color: #fff!important;}
.more1:hover{color: #fff!important; opacity: 1!important;}
.more1:hover::before{width: 100%;}
}*/



/*下拉*/
/*.select{width: 100%;color: #000;}
.select dl{position: relative;}
.select dl dd{border-radius: 0.15rem;width: 100%;line-height: 0.44rem;padding: 0 0.2rem;border: 1px solid #C2C2C5;cursor: pointer;}
.select dl dd span{display:block;width: 100%; color: #666;}
.select dl dd i{text-align: right;transition: all .3s;position: absolute;right: 0.15rem;top: 0;}
.select dl dt{box-shadow: 0 0 10px rgba(0,0,0,.1);max-height:180px;overflow-y: auto!important;position: absolute;left: 0;top: 100%;width: 100%;display: none; border-radius: 0.15rem; background: #fff;}
.select dl dt p{padding: 0.1rem 0.15rem;cursor: pointer;transition: all .3s; border-bottom: 1px solid rgba(18, 18, 18, .1);}
.select dl dt p.on{background: #1D51D2;color: #fff;}
.select dl dt p.on a{color: #fff!important;}
.select dl.on{z-index: 2;}
.select dl.on dd i{transform: rotate(180deg);}
@media only screen and (min-width:1025px) {
    .select dl dt p:hover{background: #1D51D2;color: #fff;}
    .select dl dt p:hover a{color: #fff!important;}
}*/


/*加箭头阴影*/
/*@media only screen and (max-width:767px) {
	.index_buttons>div,.pub_btn>div,.hea_btn>div{text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}
}*/


.back_top{visibility: hidden;opacity: 0; transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;
	cursor: pointer; width: 0.56rem;height: 0.56rem; line-height: 0.56rem;text-align: center; position: fixed;right: 0.1rem;bottom: 10%;z-index: 999; background: #ab7f4c;color: #fff;border-radius: 0.08rem;font-size: 0.22rem;        box-shadow: 0 0 14px 2px rgba(0, 15, 79, 0.1);}
.back_top.on{visibility: visible;opacity: 1;}
@media only screen and (max-width:767px) {
.back_top{width: 40px;height: 40px; line-height: 40px;font-size: 20px;bottom: 10%}

}
