/* 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: 14px; font-family: "PingFang SC","Microsoft Yahei";  }
body { line-height: 1.5 }
a { 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%;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); 
}

/*图片经过*/
.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;}
.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;}
/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}

body,a{color: #3b3e43;}
.scrollHeader .header{    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);}
.header{position: relative}

.wrap{width: 1440px;max-width: 90%;margin: auto;}

.line24{line-height: 24px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line30{line-height: 30px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line32{line-height: 32px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.line36{line-height: 36px;
 display: -webkit-box;
  overflow: hidden;
  
  -webkit-box-orient: vertical;
}
.ellipsis_p{
   display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ratio-img,.ratio-img img{width: 100%;}
.bold{font-weight: bold;}
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
@media only screen and (max-width:1024px) {
.wrap{max-width: 94%;}
.line30,.line32,.line36{line-height: 24px;}

}
/*font-size*/
.fnt_12 { font-size: 12px;}
.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_36 { font-size:36px;}
.fnt_48 { font-size:48px;}
.fnt_50 { font-size:50px;}
.fnt_60 { font-size:60px;}
.fnt_80 { font-size:80px;}



@media only screen and (max-width:1440px) {
.fnt_20 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_22 { font-size:20px;}
.fnt_24 { font-size:20px;}
.fnt_26 { font-size:24px;}
.fnt_28 { font-size:26px;}
.fnt_30 { font-size:28px;}
.fnt_36 { font-size:32px;}
.fnt_48 { font-size:40px;}
.fnt_50 { font-size:44px;}
.fnt_60 { font-size:52px;}
.fnt_80 { font-size:60px;}

}

@media only screen and (max-width:1366px) {
.fnt_20 { font-size:16px;}
.fnt_22 { font-size:20px;}
.fnt_26 { font-size:20px;}
.fnt_28 { font-size:24px;}
.fnt_30 { font-size:24px;}
.fnt_36 { font-size:28px;}
.fnt_48 { font-size:36px;}
.fnt_50 { font-size:40px;}
.fnt_60 { font-size:48px;}
.fnt_80 { font-size:52px;}

}
@media only screen and (max-width:1024px) {
.fnt_16 { font-size:14px;}
.fnt_18 { font-size:16px;}
.fnt_24 { font-size:18px;}
.fnt_24 { font-size:18px;}
.fnt_26 { font-size:18px;}
.fnt_28 { font-size:20px;}
.fnt_30 { font-size:20px;}
.fnt_36 { font-size:24px;}

.fnt_48 { font-size:26px;}
.fnt_50 { font-size:30px;}
.fnt_60 { font-size:36px;}
.fnt_80 { font-size:44px;}
}
@media only screen and (max-width:767px) {
.fnt_18 { font-size:14px;}
.fnt_20 { font-size:14px;}
.fnt_24 { font-size:16px;}

.fnt_24 { font-size:16px;}
.fnt_26 { font-size:16px;}
.fnt_28 { font-size:16px;}
.fnt_30 { font-size:16px;}
.fnt_36 { font-size:18px;}

.fnt_48 { font-size:20px;}
.fnt_50 { font-size:22px;}
.fnt_60 { font-size:22px;}
.fnt_80 { font-size:26px;}

}
.header,.height_height{height: 75px;}
.header{position: fixed;top:0;left: 0;width: 100%;background:#ffffff;z-index: 999;box-shadow: 0px 0px 10px rgba(0,0,0,0.3);}
.header .wrap{position: relative;z-index: 5;}
.header .stock{position: absolute; top:9px;right: 0;border-radius: 20px;text-align: center; width: 150px;height: 22px;line-height: 22px;background: #c0a183;color: #fff;}
.stock p{display: inline-block;}
.header .stock p *{float: left;}
.header .stock i{width: 2px;height: 10px;background: #fff; margin: 0 8px; margin-top: 6px;}
.header .stock b{font-weight: normal;margin-right: 5px;}
.stock em{    font-family: 'iconfont';}
.stock em:before {
    content: "\e601";
}
.stock.bottom em:before {
    content: "\e603";
}



.header h1{float: left;width: 234px;margin-top: 28px;}
.header h1 a{display: block;}
.header h1 img{width: 100%;}
.nav{float: left;}
.nav li{float: left;}
.nav li>a{display: block;padding: 0 30px;}

.header_re{float: right;}
.header_re>div{float: right;margin-left: 30px;}

.header_box{float:right;height: 42px;line-height: 42px;margin-top: 32px;}

.nav_phone_btn{display: none;}
/*搜索*/
.header_search{}
.search_btn,.nav_phone_btn{height: 42px;}
.header_search{  position: relative; }
.search_btn{cursor: pointer;position: relative;float: right;width: 40px;text-align: center;    font-weight: bold;}
.search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}
.search_btn:before{content: "\e6e7"; color: #000;}
.search_btn:before,.search_box_btn:before{font-size: 20px;}

.search_box {
    background: #fff;width: 100px;right: 0px; position: absolute;top:0px;    margin-top: 0;z-index: 91;
    visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    border: 1px solid #eee;
     height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 40px;
}
.search_box.on {width: 360px;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}
.search_box_input {width: calc(100% - 60px); padding: 0 10px;float: left;border: 0;height: 40px;outline: none;line-height: 40px;background: #fff;}
.search_box_btn {
  height: 40px;width: 40px;background: none;border: 0;outline: none; float: right;    font-weight: bold;
  position: relative;
}
.search_box_btn:before{content: "\e6e7";position: absolute;top:0;left: 0;width: 100%;height: 100%;    line-height: 40px;  }
/*搜索*/
.language{margin-top: 10px;}
.language span{    font-size: 16px;}
.language dl{float: left;width: 85px;position: relative;}
.language dt{position: relative;border-bottom: 1px solid #636363;cursor: pointer;font-size: 12px;text-align: center;}
.language dt i{position: absolute;top:0;right: 0;height: 100%;font-weight: bold;}
.language span,.language dt{height: 20px;line-height: 20px;}
.language dd{background: #fff;width: 90px;position: absolute;top:100%;left: 50%;margin-left: -45px;padding: 10px 0;display: none;box-shadow: 0px 10px 10px rgba(0,0,0,0.4);}
.language dd p{line-height: 30px;font-size: 12px;}
.language dd p a{padding: 0 10px;}
.language dd p.on a{color: #91663c;}

@media only screen and (max-width:1700px) {
.nav li>a{padding: 0 30px;}
}
@media only screen and (max-width:1600px) {
.nav li>a{padding: 0 25px;}
}
@media only screen and (max-width:1450px) {
.nav li>a{padding: 0 20px;}

}
@media only screen and (max-width:1366px) {
.nav{font-size: 16px;}

}
@media only screen and (max-width:1340px) {
.header_re>div{margin-left: 0;}
}
@media only screen and (max-width:1290px) {
.nav{font-size: 16px;}
.nav li>a{padding: 0 16px;}

}
@media only screen and (max-width:1230px) {
.nav{font-size: 14px;}
.nav li>a{padding: 0 6px;}

}


@media only screen and (max-width:1024px) {
.language dd p.on a{color: #fff;}
.header_in{max-width: 94%;padding: 0;}
.f_share a{margin: 0 20px;}
.f_share{padding-bottom: 40px;}
.f_share img{width: 50px;height: 50px;}
.f_nav{padding: 30px 0;}
.f_share{padding-bottom: 30px;}
}
@media only screen and (max-width:767px) {
.f_share a{margin: 0;float: left;width:16.666%;text-align: center; }
.f_share{padding-bottom: 20px;}
.f_share img{width: 30px;height: 30px;}
.f_nav{padding: 20px 0;}
.f_share{padding-bottom:20px;}
.f_nav a i{padding: 0 8px;}
.f_bottom{padding: 20px 0;font-size: 12px;line-height: 20px;}
.bah,.xhr,.f_bottom span{display: block;}
}

@media only screen and (max-width:1024px) {
.header .stock{right: 60px;top:14px;}
.search_btn,.nav_phone_btn{height: 50px;line-height: 50px;}
.header_box{margin: 0;}

.header h1{width: 160px;margin-top: 15px;}
.height_height, .header{height: 50px;}
.header_box{position: fixed;bottom:0;right:-100%;width:100%;background: #99714a;height: calc(100% - 50px);}
.header a,.header{color: #fff;}
.nav{padding-top: 10px;}
.nav,.nav>ul>li{float: none;    }
.nav>ul>li{border-bottom: 1px solid rgba(255,255,255,0.3);}
.nav>ul>li>a{height: 40px;line-height: 40px;font-weight: normal;padding: 0 20px;}

.header_search{right:0px;position: static;float: right;}
.search_box{top:10px;right: 40px;}


.header_box{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.navbody .header_box{right: 0;border-top: 1px solid rgba(255,255,255,0.3)}

.language dl{width: auto;}
.language{overflow: hidden;}
.language dt{display: none;}
.language dd{display: block;width: auto;position: static;background: none;margin: 0;padding: 0;box-shadow: none;}
.language dd p{float: left;line-height: 24px;font-size: 14px;}
.header_re{float: none;margin:0 20px;padding-top: 30px;}
.language span, .language dt{line-height: 24px;}
.header_re>div{float: none;margin: 0;}
.header_re .language{margin-bottom: 10px;}

.search_btn{display: none;}
.search_box { position: static; width: 360px;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}


/*手机按钮*/
.nav_phone_btn{display:block;}
.nav_phone_btn span,.nav_phone_btn em{
  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_phone_btn{float: right;position: relative;width: 60px;cursor: pointer;}
.nav_phone_btn span i{display:block;width: 32px;height: 2px;background: #99714a;margin-top: 8px;}
.nav_phone_btn span i:first-child{margin-top: 0;}

.nav_phone_btn em{color: #99714a;font-size:22px;visibility: hidden;opacity: 0;}

.visible_nav span{visibility: hidden;opacity:0;}
.visible_nav em{visibility: visible;opacity: 1;}

.nav_phone_btn span i{width: 20px;}
.nav_phone_btn span i{margin-top: 6px;}
.nav_phone_btn{width: 40px; }

}

@media only screen and (max-width:767px) {
.header h1{width: 120px;margin-top: 18px;}
.search_box{top:60px;width: 100%;}
.search_box.on{right:auto;left: 0;width: 100%;}
.header_re{padding-top: 20px;}
.header .stock{width: auto;right: 45px;    padding: 0 5px;    font-size: 12px;}
.header .stock i{margin: 0 4px;margin-top: 6px;}
}

/*xiala*/
.nav>ul>li{position: relative;}
.nav li>span,.return_a{display: none;}
.nav_list{position: absolute;padding-top: 14px;width: 196px;left:50%;top:42px;margin-left: -98px;display: none;}
.nav_list a{display: block;}
.nav_p{background: #fff;  text-align: center;padding-bottom: 10px;}
.nav_p p{line-height: 50px;border-bottom: 1px solid rgba(255,255,255,0.4);}
.nav_p p:last-child{border:0;}
.nav_arrow{position: absolute;top:0;left: 50%;width: 0;height: 0;overflow: hidden;margin: 0 0 0 -7px;border: 7px dashed transparent;border-bottom: 7px solid #fff;
}




@media only screen and (max-width:1024px) {
.nav>ul>li{position: static;}
.nav_list{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 li{float: none;border-bottom: 1px dashed rgba(255,255,255,0.2);display: table;width: 100%;position: static;line-height: 40px;}
.nav li a{padding: 0 20px;color: #fff;}
.nav li>a{line-height: 40px;width:calc(100% - 90px);float:left;}
.nav li>span, .return_a{display: block;color: #fff;}
.nav li>span{width: 50px;text-align: center;float: right;font-size: 18px;}
.nav_list{display: block;top:0;left: auto; margin: 0;width: 100%;height: 100%;    background: #99714a;padding: 0;}
.nav_arrow{display: none;}
.nav_p{background: none;text-align: left;}
.return_a{ background:#a07448;margin-top: 20px;}
.nav_p p{line-height: 40px;    border-bottom: 1px solid rgba(255,255,255,0.3);}

.nav_list{right: -100%;}
.navbody .nav{right: 0;}
.navbody .nav li.cur .nav_list{right: 0;}



}


.footer{clear: both;overflow: hidden;}
.indexbody .footer_bg{padding: 90px 0 35px 0;}
.f_top{background: #f5f5f5;padding: 65px 0 95px 0;overflow: hidden;}
.f_le{float: left;}
.f_le ul{overflow: hidden;}
.f_le li{float: left;margin-right: 90px;}
.f_le li dt{margin-bottom: 15px;}
.f_le li dt i{display: block;height: 2px;width: 20px;background: #000;margin: 15px 0;margin-bottom: 20px;}
.f_le li dd a{color: #666666;display: block;line-height: 30px;}
.f_le li dd{overflow: hidden;}
.f_le li dd p{float: left;margin-right: 25px;}
.f_le li dd p:last-child,.f_le li:last-child{margin-right: 0;}

.f_re{float: right;width:320px;}
.f_link{}
.f_link dl{position: relative;}
.f_link dd{position: absolute;top:40px;left:0;width: 100%;background: #fff;padding:10px 0;max-height: 128px;overflow: hidden;overflow-y:auto;border-bottom: 1px solid #eee;display: none;box-shadow: 0px 0px 10px rgba(0,0,0,0.3);z-index: 9;}
.f_link dd p{line-height: 32px;}
.f_link dd a{display: block;padding:0 20px;}
.f_link dt{color: #666666;height: 40px;line-height: 40px;background:#e8e8e8;padding: 0 20px;overflow: hidden;cursor: pointer;}
.f_link dt i{float: right;position: absolute;top: 0;right: 0;width: 20px;height: 100%;text-align: center;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.f_link dt.on i{transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);}

.f_phone{margin-bottom: 15px;}
.share_a{overflow: hidden;margin-bottom: 30px;}
.share_a a{float: left;width: 40px;height: 40px; line-height: 40px;border-radius: 50%;text-align: center;color: #666666;margin-right: 28px;background: #fff;}
.share_a a i{font-size: 20px;}
.share_a a.pic_01 i{font-size: 18px;}
.share_a a i.iconin{font-size: 32px;}
.share_a a i.icontoutiao1{font-size: 32px;}
.share_a a:last-child{margin-right: 0;}

/*weixin-box*/
.weixin-box{ position:fixed; width:260px; height:240px; 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:30px; font-size:16px; padding-left:10px;}
.weixin-box .img{ padding:20px 10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.weixin-box .img img{ width:115px; height:115px;}
.weixin-box p{ padding:15px 10px 0; text-align: center;}
/*weixin-box*/
.f_bottom{overflow: hidden;padding: 10px 0 100px 0;}
.f_p01{float: left;}
.f_p02{float: right;}
.f_p01 span{margin-left: 10px;}
.f_p01 span i{margin-left: 10px;}
.f_p01,.f_p01 a{color: #333333;}
.f_p01 .xhr{color: #333333;}
.f_p01 a{margin-left: 15px;}

.f_p02 i{padding-right:20px;}
.f_p02 a{padding-left:15px;margin-left: 15px; background: url(../images/f_line.jpg) no-repeat 0 center;}
.f_p02 a:first-child{background: none;margin-left: 0;padding-left: 0;}

@media only screen and (max-width:1700px) {
.f_le li{margin-right: 70px;}

}

@media only screen and (max-width:1550px) {
.f_le li{margin-right: 50px;}
.f_top{padding: 40px 0;}
.f_bottom{padding-bottom: 50px;}
}

@media only screen and (max-width:1400px) {
.f_re{width: 250px}
.share_a a{margin-right: 10px}
.share_a{margin-bottom: 20px}

}
@media only screen and (max-width:1300px) {
.f_le li{margin-right: 40px;}


}



/*2022-09-07footer*/
.f_top{overflow:initial}
.law_pdf a{width:450px;}
.f_le{padding-bottom:20px;}
.f_le li{margin-right:0px;width: 12.5%;}
.f_le ul{margin:0 -5px;overflow: hidden;}
.f_le dl{margin: 0 5px;}
.f_le,.f_re{float: none;width: 100%;}
.f_re{width: 380px;}
.share_a a img{vertical-align：middle;}


/*.f_p01,.f_p02{float: none;width: 100%;    text-align: center;}
.f_p01{margin-bottom: 6px;}*/

.f_le li dd a{line-height: 18px;margin-bottom: 14px;}
@media only screen and (max-width:1024px) {
.law_pdf a{width:auto;}
}
/*2022-09-07footer*/


@media only screen and (max-width:1240px) {
.f_top,.indexbody .footer_bg{padding: 40px 0;}
.f_le,.f_re{float:none;width: 100%;}
.f_le{margin-bottom: 20px;}
.f_le li{width: 100%;margin: 0;padding: 10px 0;border-bottom: 1px dashed #dcdcdc;}
.f_le li:first-child{padding-top: 0;}
.f_le li dd a{float: left;margin-right: 40px;}
.f_le li dd p{float: none;margin: 0;}
.f_le li dt i{margin: 5px 0;}
.f_bottom{padding: 30px 0;}
.f_bottom p{float: none;width: 100%;text-align: center;}
.f_bottom .f_p01{margin-bottom: 5px;}
.share_a{text-align: center;}
.share_a p{display: inline-block;}
.share_a a{margin: 0 5px;}
.f_link dt{height: 36px;line-height: 36px;padding: 0 10px;}
.f_link dd{bottom: 36px;}
.share_a a{width: 32px;height: 32px;line-height: 32px;}
.share_a a i{font-size: 20px;}
.share_a a.pic_01 i{font-size: 16px;}
.f_link dd a{padding:0 10px;}
.f_le li dt{margin-bottom: 10px}
.f_link dd{top:auto;bottom: 36px;}

}
@media only screen and (max-width:1024px) {
  .f_le{display: none;}
  .footer{overflow: inherit;}
  .f_top{padding: 20px 0;overflow: inherit;}
}
@media only screen and (max-width:767px) {
.f_bottom{padding: 20px 0;}
.f_p02 a{padding-left: 10px;margin-left: 10px;}
}



/*weixin-box*/
.weixin-box{ position:fixed; width:260px; height:240px; 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:30px; font-size:16px; padding-left:10px;}
.weixin-box .img{ padding:20px 10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.weixin-box .img img{ width:115px; height:115px;}
.weixin-box p{ padding:15px 10px 0; text-align: center;}

.weixin{ position:fixed; width:260px; height:240px; 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 .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:20px 10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}
.weixin .img img{ width:115px; height:115px;}
.weixin p{ padding:15px 10px 0; text-align: center;}
/*weixin-box*/



/*page*/
.pageout{text-align: center;padding-bottom: 5px;    clear: both;overflow: hidden;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page {vertical-align:middle;text-align:center;margin: 0 auto; color:#000; height:32px; line-height:32px; margin-top: 50px;}
.page span{color:#000; float: left; }
.page span em{color: #de064f;}
.page span.pages_num{margin-right: 10px;}
.page a{float: left; width:32px;  color: #000;  margin:0 1px; border-radius: 10px;}
.page a.on{color:#91663c; }
.page a.prev{margin: 0; margin-right: 30px;}
.page a.next{margin: 0; margin-left: 30px;}
.page a.prev,.page a.next {width: 110px;height: 32px;line-height: 32px;text-align: center;background: #91663c;color: #fff;}
.page a.first {background:url(../images/page_first.png) center center no-repeat; text-indent:-10000px;margin: 0;margin-right: 2px;}
.page a.last {background:url(../images/page_last.png) center center no-repeat; text-indent:-10000px;margin: 0;margin-left: 2px;}
.page a.prev.no{}
.page a.next.no{}

.page input.go{cursor: pointer; border:none;outline: none;text-align: center; width: 44px; background: #de064f; color: #fff;  height: 44px; line-height: 44px;
font-family: "Arial";font-weight: bold;border-radius: 10px;
}
.page input.go:hover{color: #fff !important;}
.page a.prev:hover,.page a.next:hover{color: #fff !important;opacity: 0.8;}
.page .txtnum{}
.page .txtnum input{ text-align: center;width:44px;height:44px; line-height:44px; box-sizing:border-box; background:none;border: 1px solid #d1d3d2;border-radius: 10px;margin-right: 3px;margin-left: 35px;}

.total,.page a.first,.page a.last,.page span.pages_num{font-weight: bold;}
.page a.num{font-family: "Arial";}

@media only screen and (max-width:1024px) {
.page{margin-top: 30px;}
.page,.page .txtnum input{height: 36px;line-height: 36px;}
.page input.go{width: 36px;height: 36px;line-height: 36px;}
.page a.prev {background:url(../images/page_prev.png) center center no-repeat; text-indent:-10000px;margin-left: 0; margin-right: 14px;}
.page a.next {background:url(../images/page_next.png) center center no-repeat; text-indent:-10000px;margin-left: 14px;}
.page a.prev, .page a.next{width: 40px;height: 36px;}
.page span{display: none;}
.page a{width: 36px;    border: 1px solid #d1d3d2;}
.page a.on{    background: #91663c;color: #fff;border: 1px solid #91663c;}

}
@media only screen and (max-width:767px) {
.page{margin-top: 20px;}
.page a{display:none; font-weight: normal;}
.page a.prev,.page a.next{display:block; display:inline-block;}
.total{display: none;}
.page a.on{display: inline-block;}
.page .txtnum input{width: 50px;border: 1px solid #838383;margin-left: 10px;}
.page a{width: 36px;height: 36px;}
.page a.prev{margin-right: 5px;}
.page a.next{margin-left: 5px;}
}

@media only screen and (min-width:1025px) {
.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;}
.page input.go:hover{opacity: 0.8;}
}


/*page*/





@media only screen and (min-width:1025px) {
a{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}
.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);}
.tran_scale02:hover img{transform:scale(1.02,1.02); -webkit-transform:scale(1.02,1.02);-moz-:scale(1.02,1.02);-o-transform:scale(1.02,1.02);-ms-transform:scale(1.02,1.02);}

a:hover{color: #91663c !important;}

/*.nav_list{box-shadow: 0 0 20px rgba(0,0,0,0.2);}*/

}



.site_banner{position: relative;}
.site_banner img{width: 100%;}
.site_text{position: absolute;top:26%;left: 0;width: 100%;color: #91663c;z-index: 2;}
.site_text p{margin-top: 10px;}
.site_text{color: #fff;}
/*.site_blue .site_text{color: #003b83;}
.site_wite .site_text{color: #fff;}*/

@media only screen and (max-width:767px) {
.site_text p{margin-top: 0px;}
.site_banner:after{content: "";position: absolute;top:0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.2)}
.site_banner img{display: none;}
.site_banner{height: 180px;}
.site_text{color: #fff !important; 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%;width: 100%;}
.site_text p br{display: none;}
}


.maod{position: relative;top:-75px;}


.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_appbox video{object-fit: cover;    width: 100%;}
.video_appbox .video_t{ 
 z-index:2; background:#000;width: 1035px;max-width:94%;height: 60%;
 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");}
.vide0_close{ position:absolute; top:20px; right:20px; cursor:pointer; z-index: 99999;}
.vide0_close i{color: #fff;font-size:20px;font-weight: bold;}


@media only screen and (min-width:1025px) {
.nav_arrow{display: none;}
.nav_p{background: none;}
.submenu_show .bg_hover{ display:block !important; width: 100%; height: 495px; background:rgba(255,255,255,0.9); z-index: 1; position: absolute; top: 0px; left: 0px; -webkit-animation:a_bg_hover_show 0.2s ease-out both; -webkit-transform-origin:50% 0%;}
.submenu_show .bg_hover.on{display: none !important;}
.nav_p p{border: 0;}
@keyframes a_bg_hover_show {
  0%{ -webkit-transform:scale(1,0.5); opacity: 0;}
  100%{  -webkit-transform:scale(1,1); opacity: 1;}
}


}

 .contactus {
    padding: 30px 60px;
    background: #f8f7f5;
    overflow: hidden;
  }


  .contactus .contactus_l {
    float: left;
  }

  .contactus .contactus_r {
    float: right;
  }

  .contactus_l h2 {
    margin-bottom: 1em;
    color: #000;
line-height: 1;
  }

  .contactus_l p {
    margin-bottom: 1.5em;
    color: #3b3e43;
line-height: 1;
  }

  .contactus_btn {
    margin-bottom: 1.5em;
    line-height: 1;
  }

  .contactus_l .xnt {
    margin-bottom: 1em;
line-height: 1;
  }

  .contactus .contactus_l .to_next {
    padding: 12px 52px;
    background: #91663b;
    color: #fff !important;
    border-radius: 10px;
    text-decoration: none;
    margin-right: 2em;
    display: inline-block;
  }

  .contactus .contactus_l .to_emil {
    text-decoration: none;
    display: inline-block;
    color: #3b3e43;

  }

  .contactus_r img {
    display: inline-block;
    width: 159px;
    height: auto;

  }

  .contactus_r p {
    margin-top: 1em;
  }

  @media only screen and (max-width:768px) {

    .contactus .contactus_l,
    .contactus .contactus_r {
      width: 100%;
    }

    .contactus_r {
      text-align: center;
    }
  }





/*2022-11-25*/
/*.header h1{margin-top:2px;}
@media only screen and (max-width:767px) {
.header h1{width:150px; margin-top:3px;}
}*/





