/* reset */
html { height: 100%; overflow-x:hidden;}
body { min-height: 100%; overflow-x:hidden;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
}
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 }
::-webkit-input-placeholder{color:#BDBDBD;}   
:-moz-placeholder{color:#BDBDBD;}          
::-moz-placeholder{color:#BDBDBD;}            
:-ms-input-placeholder{color:#BDBDBD; opacity: 0.8;}        
.placeholder{color:#BDBDBD;}

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 {color:#333333; font-size: 16px; line-height: 1.5; font-weight: 300; font-family:Arial, Helvetica, sans-serif;}
a { color:#333333;text-decoration: none!important;}
a { blr:expression(this.onFocus=this.blur())}
a * { *cursor: pointer }
:focus { outline: none }

a:link,
a:active,
a:visited,
a:hover {
    /*background: none;*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;  
}

img{max-width: 100%;}
/* 阿里图标 */
[class*='icon']{
    font-family: 'iconfont';
}

*{outline:none!important;}
a:hover{outline:none!important;}
/*
@font-face { 
    font-family: SourceHanSansCN-Light;
    src: url('../font/SourceHanSansCN-Light.ttf') format('truetype');
}
@font-face { 
    font-family: SourceHanSansCN-Medium;
    src: url('../font/SourceHanSansCN-Medium.ttf') format('truetype');
} 
@font-face { 
    font-family: SourceHanSansCN-Regular;
    src:url('../font/SourceHanSansCN-Regular.ttf') format('truetype');
} 
body, input, select, button, textarea{
    font-family: SourceHanSansCN-Regular; 
}*/


.edit_con_original{ line-height:1.8em; padding:0 0; color:#000000;}
.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 strong{font-weight: bold;}
/*所有后台编辑器区域都要引用 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 }

/*两端对齐*/
.justify { text-align:justify; text-justify:distribute-all-lines;}

/*图片经过*/
.tran_scale{ overflow:hidden; display:block;}
.tran_scale img{transition:0.5s all; -webkit-transition:0.5s all;}

/*截字*/
.ellipsis{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:100%;}
.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;}

/*上下居中*/
.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%); -ms-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);position:absolute; left:50%; top:0;}

/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}

/*背景*/
.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;}
.bg-cover-ban{ background-size: 100% 100%;}

.ratio-img,.ratio-img img{width: 100%;}
*{box-sizing: border-box;}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{pointer-events:inherit!important;}


.wrap{max-width: 1720px; margin:0 auto; width:90%;}

.select-box{position: relative;}
.select-box dt{cursor: pointer;color:#000; position: relative;}
.select-box dt i{ position: absolute; right:0; top:0; widtH:60px; height: 100%; color:#9A6C58; text-align: center;}
.select-box dt.on_o i{transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);}
.select-box dd{display: none;padding:0;position: absolute; z-index: 10;left:0;top:50px; width:100%;background: #fff;max-height: 220px;overflow: auto;}
.select-box dd a{display: block;color:#4E5258;cursor: pointer; padding:0 20px;}

.header{width: 100%; height:86px;position: fixed; left:0; top:0; z-index: 10001;
    /*background: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.6) 100%);
    background: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.6) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.6) 100%);*/}
.header .logo{ float: left; widtH:128px; height: 55px; margin-top:22px; overflow: hidden;}
.nav{ float: right; width:calc(100% - 150px);}
.rr_top{ text-align: right; float: right;position: relative; margin-top: 29px;}

.lang{ float: left; margin:10px 0 0 0; color: #fff;}
.lang dt{ cursor: pointer; height:30px; line-height: 30px;}
.lang dt span{font-size: 20px; margin-right: 10px;}
.lang dt i{font-size: 14px; margin-left:10px;}
.lang dt a{color:#fff!important;}
.lang dd{ display: none; position: relative; z-index: 10; width: 100%; background:rgba(154,108,88,0.6);padding:10px;}
.lang dd a{ font-size: 14px; height:24px; line-height: 24px; display: block; color:#fff!important; text-align: center; }
.lang.on dd{ display: block;}

.scroll-header .header{background: #fff;}
.scroll-header .header .nav ul>li>a{color:#000!important;}
.scroll-header .header .nav ul>li.on>a{color:#000!important;}
.scroll-header .header .lang{color:#000;}
.scroll-header .header .lang dt a{color:#000!important;}


/*导航*/
.nav ul{width:calc(100% - 250px); margin-top: 36px; height:40px; float: left; text-align: right;}
.nav ul>li{ display: inline-block; margin:0 0 0 4%; line-height:40px; position: relative;}
.nav ul>li:first-child{margin-left: 0;}
.nav ul>li span{ display: none;}
.nav ul>li>a{display: block;color:#fff!important;position: relative;}
.nav ul>li>a>em{ opacity: 0; display: block; position: absolute;left: 50%;bottom: 0; width:0;height:2px;background: #9A6C58;}
.nav ul>li.on>a{color:#fff!important;}
.nav ul>li.on>a>em{opacity: 1; left:0;width:100%;}
/*导航下拉*/
.navlist{display:none; position: absolute; z-index: 2; left:50%;top:51px; margin-left: -110px; width:220px; background:rgba(154,108,88,0.9);}
.navlist::before{ display: none; content: ""; position: absolute;left:50%; margin-left:-8px; top:-10px;width: 0;height: 0;border-bottom: 10px solid #9A6C58;border-right: 10px solid transparent;border-left: 10px solid transparent;}
.navlist dl{padding:25px 20px 15px; text-align: center;}
.navlist dl dd{ display: block; line-height:20px; margin-bottom: 10px; font-size: 14px;}
.navlist dl dd a{color: #F5FFF2;}
.navlist dl dd a:hover{color:#fff!important;}
/*导航下拉*/



/*公共底部*/
.foot_tt{padding:3% 0; background: #fff;}
.foot_tt .ll{float:left;width:20%;}
.foot_tt .mm{ float: left; width: 60%; text-align: center; margin-top:12px;}
.foot_tt .mm li{ display: inline-block; margin:0 25px;}
.foot_tt .rr{ float: right; widtH:20%; text-align: right; margin-top:12px;}
.foot_tt .rr a{position: relative; display: inline-block; max-width: 25px; width: 15%; margin-left:7%;}
.foot_tt .rr a img{ display: block; widtH:25px; height: 25px; overflow: hidden;}

.foot_bb{ padding:1.5% 0; text-align: center; color:#E6E5E5; background: #2A1D1D;}
.foot_bb a.xhr{margin-left: 20px; color:#897C7C;}



.yes_tran,a,.nav,.header,.header .logo,.nav ul>li>a>em{transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
@media only screen and (min-width: 1025px){
    a:hover{color: #9A6C58!important;}
    .tran_scale:hover img{transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05);}
    .nav ul>li:hover>a>em{opacity: 1; left:0;width:100%;}
}
@media only screen and (max-width: 1365px){
    body, input, select, button, textarea{ font-size:14px;}
    .lang{margin-right: 10px;}
    .lang dt i{font-size: 16px;}
    .navlist dl dd a{ font-size: 12px;}
}
@media only screen and (max-width: 1279px){
.foot_tt .mm{width: 55%;}
.foot_tt .mm li{margin: 0 10px;}
.foot_tt .rr{width: 25%;}
.foot_tt .rr a{margin-left: 5%;}
}

@media only screen and (max-width: 1024px){
body>*{position: relative;/*left:0;*/transition:left 250ms ease-out;-webkit-transition:left 250ms ease-out;}
.indmain,.main{padding-top: 50px;}
.header{height:50px; background: #fff;}
.header .logo{margin-top:7px; width: 88px; height: 38px;}
.rr_top{widtH:100%; padding-top: 0; margin-top: 0;}
/*span.ser{display: none;}
.search_wrap{widtH:calc(100% - 40px); margin:20px; display: block; position: static; height: 36px; line-height: 36px;}
.search_box_text,.search_box_button{height: 36px; line-height: 36px;}
.search_box_text{width: calc(100% - 40px);}*/
.lang{position: relative; margin: 10px 20px;}
.lang dt{ display: none; height: 44px; line-height: 44px;}
.lang dd{ display: block; background: none; padding: 0;}
.lang dd a{ float: left; margin-right:20px;}

/*手机导航按钮开始*/
.nav_phone_btn{cursor: pointer;height: 50px; line-height: 50px; position: absolute;top:0; right:0;z-index: 99999999;width: 50px;text-align: center;}
.nav_phone_btn span {position: relative;width:26px;height: 3px; top:-2px; background-color: #9A6C58;display: inline-block;transition:all 250ms ease-out;-webkit-transition:all 250ms ease-out;}
.nav_phone_btn span i{ position: absolute; bottom:-30px; left:0; width:100%; color:#9A6C58; font-family: arial; font-size: 12px; text-transform: uppercase;}
.nav_phone_btn span:before,.nav_phone_btn span:after {content: "";position: absolute;width: 100%;height: 3px;background-color: #9A6C58;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; widtH:60%; left:auto;right:0;}
.visible_nav.nav_phone_btn{/*background: #161719;*/}
.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;}
/*手机导航按钮结束*/

.nav{display:block;position: fixed; z-index: 100000; margin-top:0; top:50px;bottom: 0px;padding:0; right:-50%;height:calc(100vh - 50px);width:50%;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:#161719;}
.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#414141; overflow: hidden;}
.nav ul>li>a{height: 40px; line-height: 40px;margin:0 40px 0 20px; color:#fff; text-align: left; width: calc(100% - 60px);}
.nav ul>li.on>a{background: none; color: #fff;}
.nav ul>li>span{text-align: center; font-size: 14px; 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>span{display: block;cursor: pointer; color:#fff; font-size: 20px;}
.nav ul>li>span.cur{display: block;}
.nav ul>li>span.on+a{color:#fff;}
.nav ul>li.on>a>em{ display: none;}
.navlist{position: static; background: none; padding: 0; border-top: 1px solid#414141; 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 20px; line-height: 30px;}
.navlist dl dd{width:100%;text-align: left; display: block;}
.navlist dl dd a{color:#fff;}
}

@media only screen and (max-width: 1023px){
    .foot_tt .mm li{margin: 0 5px;}
    .foot_tt .rr a{margin-left: 2%;}
}
@media only screen and (max-width: 767px){
    .nav{ width: 100%; right: -100%;}
    .foot_tt .ll,.foot_tt .mm,.foot_tt .rr{width: 100%; text-align: center;}
    .foot_tt .mm{margin: 20px 0 10px;}
    .foot_tt .mm li{margin: 0 4px;}
    .foot_tt .rr a{margin: 0 5px;}
    .foot_bb a.xhr{ display:block; margin: 0;}
}
@media only screen and (max-width: 413px){
    .foot_tt .mm ul{ margin-left: -10px; margin-right: -10px;}
    .foot_tt .mm li{margin: 0 2px;}
}


.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(/en/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%;}
}



/*新的分页样式*/
/*page*/
.pageout{text-align: center;padding-bottom: 5px; padding-top: 30px;    clear: both;overflow: hidden;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page {vertical-align:middle;text-align:center;margin: 0 auto; color:#94999f; height:44px; line-height:44px;}
.page span{float: left; }
.page span.pages_num{margin-right: 10px;}
.page span.pages_num em{color: #9A6C58;}
.page a{float: left; width:44px;  color: #000; margin:0 2px;border:1px solid #d2d2d2; box-sizing:border-box;border-radius:10px;height:44px;}
.page a.on{background:#9A6C58;color:#fff;border:1px solid #9A6C58; }
.page a.prev {background:url(/en/images/page_prev.png) center center no-repeat; text-indent:-10000px; margin-right: 15px;}
.page a.next {background:url(/en/images/page_next.png) center center no-repeat; text-indent:-10000px;}
.page a.prev.no{}
.page a.next.no{}
.page a.first{ text-indent:-10000px;margin-left: 15px;background:url(/en/images/page_first.png) no-repeat center center;}
.page a.last{ text-indent:-10000px;background:url(/en/images/page_last.png) no-repeat center center;}
.page a:first-child + a{}
/*.page a.first{color: #7a8087;}
.page a.last{color: #7a8087;}*/

.page a.next{margin-left: 15px;}
.page input.go{cursor: pointer; border:none;outline: none;text-align: center; width: 44px; background: #9A6C58; color: #fff;  height: 46px; line-height: 46px;
    font-family: "Arial";font-weight: bold;border-radius:10px;
}
.page input.go:hover{color: #fff !important;}
.page a.on:hover{color: #fff !important;}
.page .txtnum{margin-left: 40px;}
.page .txtnum input{ text-align: center;width:44px;height:46px; line-height:46px; box-sizing:border-box; background:none;border: 1px solid #d2d2d2;margin: 0 3px;border-radius:10px;}
.total em{color: #9A6C58;}

.page a.num{font-family: "Arial";}
@media only screen and (max-width:1440px) {
    .page .txtnum input{margin:0 10px;margin-left: 0;}

}
@media only screen and (max-width:1250px) {
    .page .txtnum input{margin:0 10px;margin-left: 0;}
    .page a{margin: 0 ;}
    .pageout{padding-top: 40px;}
}

@media only screen and (max-width:1024px) {
    .pageout{padding-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,.page input.go,.page a{width: 40px;height: 40px;line-height: 40px;}
    .page .txtnum{margin-left: 10px;}
}
@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;}
    /*.nav_p p a:hover{color: #fff !important; opacity: 0.7;}*/
    .site_banner .video_button:hover,.site_banner .icon-24gf-play:hover{opacity: 0.8}

}


/*page*/