/* reset */
html { height: 100%; overflow-x:hidden;}
body { min-height: 100%; overflow-x:hidden;}
body { _height: 100% }
html,body{font-size: calc(100vw / 19.20);}
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:#000000; font-size: 0.16rem; line-height: 1.5;font-family: 'Arial Unicode MS', 'Segoe UI', 'Arial', sans-serif;}
a { color:#000000;text-decoration: none!important;}
a * { cursor: pointer }
body{/*word-wrap: break-word;word-break: break-all;*/ overflow-wrap: break-word;  white-space: normal;}
:focus { outline: none }
a:link,
a:active,
a:visited,
a:hover {outline:none!important;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
*{outline:none!important; -webkit-tap-highlight-color: rgba(0,0,0,0);}
/* 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 }

img{max-width: 100%;}
/* 阿里图标 */
[class*='icon']{ font-family: 'iconfont';}

/*字号*/
.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_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_36{font-size:0.36rem;}
.fnt_38{font-size:0.38rem;}
.fnt_40{font-size:0.4rem;}
.fnt_48{font-size:0.48rem;}
.fnt_50{font-size:0.5rem;}
.fnt_56{font-size:0.56rem;}
.fnt_60{font-size:0.6rem;}
.fnt_64{font-size:0.64rem;}
.fnt_68{font-size:0.68rem;}
.fnt_70{font-size:0.7rem;}
.fnt_72{font-size:0.72rem;}
.fnt_76{font-size:0.76rem;}
.fnt_80{font-size:0.8rem;}
.fnt_90{font-size:0.54rem;}
.fnt_100{font-size:1rem;}

.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 类名*/

*{box-sizing: border-box;}
/*两端对齐*/
.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.5); position: absolute; left:0; top:0; width: 100%; height: 100%; z-index: 10000;}

.ratio-img,.ratio-img img{width: 100%;}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{pointer-events:inherit!important;}
.wrap{max-width: 16.40rem; margin:0 auto; width:94%;}

.bold{font-weight: bold;}
.more{ display:inline-block; height: 0.56rem; line-height: 0.56rem; padding: 0 0.4rem; text-align: center; color: #fff; border-radius: 0.3rem; background: #FF9201;}
.more i{margin-left:5px; font-size: 0.18rem;}

.header_height{ display: none;}
.header{width: 100%; height:1.12rem; position: fixed; left:0; top:0; z-index: 1001;}
.header .inner{padding: 0 3% 0 1.5%;}
.header .logo{ float:left; width:1.82rem; height:0.52rem; margin-top:0.32rem;}
.img02{display: none;}
.nav{ float:right; width:calc(100% - 2rem); margin:0;height:0.82rem;}
.rr_top{float:right;position:relative;line-height:0.82rem; padding-top: 0.3rem;}
.lang{float: left; margin-right: 0.25rem;}
.ser a,.lang{color: #fff;}
.ser a:hover,.lang:hover{color: #ff9300!important;}
.ser{ float: right;}
.search_wrap{ position: absolute; right:0; top:1rem;width: 0; height:0.45rem;line-height: 0.45rem;overflow: hidden;border-radius: 0.2rem; color:#fff; background: #fff;transition: 0.3s all;}
.search_wrap.on{width: 3.2rem;border-radius:0.05rem;border:0.01rem solid #969191;}
.search_box_text{float:left; width:calc(100% - 0.42rem); padding:0 0.2rem; height: 0.45rem; line-height: 0.45rem; border:none; background: none;}
.search_box_button {float: right;width:0.4rem;height:0.45rem; border:0; outline: none; background: none;}
.search_box_button i{color: #000;}

/*导航*/
.nav ul{width:calc(100% - 1.5rem);text-align: right; font-size: 0.16rem;}
.nav ul>li{ display: inline-block; padding: 0.3rem 0.5rem 0;line-height:0.82rem; /*height: 0.82rem;*/ position: relative; border-top: 0.03rem solid transparent;}
.nav ul>li span{ display: none;}
.nav ul>li>a{display: block; font-weight: bold; color:#fff!important;position: relative;}
.nav ul>li.on>a{color:#ff9300!important;}
.nav ul>li>a>em{opacity: 0; display: block; position: absolute;left: 50%;bottom: 1px; width:0;height:2px;}
.nav ul>li.on>a>em{opacity: 1; left:0;width:100%;background: #ff9300;}
.nav ul>li:hover{background:rgba(0,0,0,.5); border-top: 0.03rem solid #FF9201;}
/*导航下拉*/
.navlist{display:none; position: absolute; left:0;top:100%; z-index: 2; text-align: center; width:100%;box-shadow: 0 5px 10px rgba(0,0,0,0.1);background:rgba(0,0,0,.5);}
.navlist dl{padding-bottom: 0.3rem;}
.navlist dd{line-height:1.5;padding:0.15rem 0.2rem; display: block;}
.navlist dd a{color: #fff;}
.navlist dd a i{font-size: 0.2rem;vertical-align: middle;margin-top: -1px;margin-left: 0.1rem;display: none;}
.navlist dd.on a{color: #ff9300;}
.navlist dd.on a i{display: inline-block;}
/*导航下拉*/

.scroll-header .header{ height: 0.8rem; box-shadow: 0px 0px 10px #555; background: #fff;}
.scroll-header .nav ul>li>a{color: #000!important;}
.scroll-header .ser a,.scroll-header .lang{color: #000;}
.scroll-header .header .logo{margin-top: 0.15rem;}
.scroll-header .header .logo .img01{display: none;}
.scroll-header .header .logo .img02{display: block;}
.scroll-header .nav ul>li,.scroll-header .rr_top{padding-top: 0;}


/*公共底部*/
.footer{padding:3% 0; color: #fff; background: #181818;}
.footer .f_ll{ float: left; width: 40%;}
.footer .f_rr{ float: right; width: 60%; max-width: 8rem;}
.footer .f_ll li{ float: left; width: 2.2rem;}
.footer .f_ll li a{ display: block; margin: 0 0 0.3rem; color: #fff;}
.footer .f_ll li a:last-child{margin-bottom: 0;}
.footer .f_rr dt{ float: left; width: 40%;}
.footer .f_rr dt a{ float: left; color: #B6B6B6; margin-right: 0.25rem;}
.footer .f_rr dd{ float: right; width:60%;}
.footer .f_rr dd p+p{margin-top: 0.6rem;}
.footer .f_rr dd p+p img{max-width: 1.4rem;}
.footer .f_rr dd span{display: block;font-size: 13px;margin-bottom: 0.4rem;margin-top: 0.2rem;}
.footer .f_rr dd span a{color: #fff;margin-right: 10px;}

.yes_tran,a,.nav,.header,.header .logo,.nav ul>li>a>em,.select-box dt i{transition: 0.3s all;-webkit-transition: 0.3s all;-moz-transition: 0.3s all;-o-transition: 0.3s all;-ms-transition: 0.3s all;}
@media only screen and (min-width: 1025px){
    a:hover{color:#ff9300!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%;}
    .more:hover{color: #fff!important; background:#044491;}
    .more:hover i{margin-left: 5px;}
    .nav ul>li>a:hover{color: #ff9300!important;}

}



@media only screen and (max-width:1599px){
    body, input, select, button, textarea{font-size: 0.2rem;}
}

.nav_phone_btn{ display: none;}
@media only screen and (max-width: 1024px){
    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_22{font-size:16px;}
    .fnt_24{font-size:16px;}
    .fnt_26{font-size:18px;}
    .fnt_28{font-size:18px;}
    .fnt_30{font-size:20px;}


    .header{ height: 50px; background:#000;}
    .header_height{ height: 50px; display: block;}
    .header .logo, .nav{margin-top:11px;}
    .header .logo{ width: 98px; height: 28px;}
    .rr_top{widtH:100%; padding:3% 20px; line-height: 1.5;}
    .ser{ display: none;}
    .search_wrap{widtH: calc(100% - 40px); margin:0; display: block; position: static; height:30px; line-height:30px;float: right;}
    .search_box_text,.search_box_button{height:30px; line-height:30px;}
    .search_box_button{width:40px;}
    .search_box_text{width: calc(100% - 40px);}
    /*手机导航按钮开始*/
    .nav_phone_btn{ display: block; cursor: pointer;width: 50px;height:50px; line-height:50px; position: absolute;top:0; right:0;z-index: 99999999;text-align: center;}
    .nav_phone_btn span {position: relative;width:26px;height: 3px; top:-2px; background-color: #FF9201;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:#FF9201; 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: #FF9201;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);}
    .navbody .nav{right:0;left:auto;}
    /*手机导航按钮结束*/
    .nav{display:block;position: fixed; z-index: 100000; margin-top:0; top:50px;bottom: 0px;padding:0; right:-100%;height:calc(100vh - 50px);width:100%;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%; margin-top: 0; font-size: 12px;}
    .nav ul>li{line-height: 40px; height: auto; 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 20px; color:#fff; text-align: left; float: left; width: calc(100% - 80px);}
    .nav ul>li.on>a{background: none; color: #fff;}
    .nav ul>li>span{ float: right; 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;}
    .nav ul>li>a br{ 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:0 20px;}
    .navlist dl dd{width:100%; height: auto; line-height:40px; padding: 0 10px; text-align: left; display: block;border-bottom: 1px solid#414141;}
    .navlist dl dd:last-child{border-bottom: none;}
    .navlist dl dd a{color:#fff;}

    .footer .f_rr dt,.footer .f_rr dd{width: 100%;}
    .footer .f_rr dd{margin-top: 5%;}
    .footer .f_rr dd p+p img{max-width: 100px; width: auto;}
}

@media only screen and (max-width:1023px){
    .wrap{max-width: 100%;}
    body, input, select, button, textarea{font-size: 12px;}
    .fnt_14{font-size:12px;}
    .fnt_16{font-size:12px;}
    .fnt_18{font-size:12px;}
    .fnt_20{font-size:14px;}
    .fnt_22{font-size:14px;}
    .fnt_24{font-size:14px;}
    .fnt_36{font-size:18px;}
    .fnt_48{font-size:20px;}
    .fnt_60{font-size:20px;}
    .fnt_72{font-size: 24px;}
    .more i{font-size: 14px;}
}
@media only screen and (max-width:767px){
    .navlist dd a i{font-size: 14px;}
    .more{height: 30px; line-height: 30px; padding: 0 15px; border-radius: 15px;}
    .footer .f_ll,.footer .f_rr{ width: 100%;}
    .footer .f_rr{ max-width: 100%;}
    .footer .f_ll li{ width: 100%;}
    .footer .f_ll li a{ float: left; margin-right: 10px;}
    .footer .f_rr dd{margin-top: 2%;}
}

.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%;}
    .weixin .img img{ width: 100%; height: auto;}
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background: #FF9201!important;}


/*select下拉
.select-box{position:relative;}
.select-box dt{cursor: pointer;}
.select-box dt a{ display:block;line-height: 48px;overflow:hidden; margin:0 40px 0 30px; text-overflow:ellipsis; white-space:nowrap; font-weight:normal;}
.select-box dt i{position: absolute; right:0px; top:0; width: 60px; line-height: 48px; font-size: 24px; text-align: center;}
.select-box dd{display:none; line-height: 36px; padding: 10px 0; position:absolute; lefT:0; top:calc(100% + 1px); z-index:11; width:100%;max-height:200px; overflow:auto; border-radius:5px;background:#F2F7F6;}
.select-box dd a{display:block; width:100%; padding:0 30px; color:#000;}
.select-box.open dt i{ transform: rotate(180deg);}
@media only screen and (max-width:767px) {
    .select-box dt a{line-height: 40px;}
    .select-box dt i{font-size: 18px; line-height: 40px;}
}*/


/*内页banner*/
.site_banner{position: relative;overflow: hidden;}
.site_banner img{width: 100%;}
.site_text{bottom: 1.3rem;top:auto; color:#fff;z-index: 5; line-height: 1.2;}
.site_text h2{font-weight: bold;}
.site_text p{font-weight: 400;margin-top: 0.15rem;}
@media only screen and (max-width:1024px) {
    .site_text{padding: 0 10px;}
}
@media only screen and (max-width:767px) {
    .site_banner{height: 200px;}
    .site_banner img{display:none;}
    .site_text p{margin-top: 10px;}
}
/*内页banner end*/

/*page*/
.pageout{text-align: center;padding-bottom: 5px;clear: both;}
.page{display:inline-block;*display:inline;*zoom:1;}
.page {vertical-align:middle;text-align:center;margin: 0 auto;color:#17217a;line-height:0.55rem;}
.page span{color:#fff; float: left;font-weight: bold; }
.page span em{color: #00e4ff;margin-left: 5px;}
.page .span01{margin-right: 5px;}
.page .span02{margin-left: 5px;}
.page i{}
.page a{float: left; width:0.55rem;height:0.55rem;margin: 0 5px;position: relative;border-radius: 3px;color: #bfbfbf;}
.page a i{font-size: 0.24rem;}
.page a.on{background: #d6deea;color: #000!important;}
.page a.prev{margin-right: 0.2rem;font-weight: bold;color: #000;}
.page a.next{margin-left: 0.2rem;font-weight: bold;color: #000;}
.page .go{ width: 0.55rem; background: #222630; color: #fff; text-align: center;cursor: pointer; height: 0.55rem; line-height: 0.55rem;border: none;}
.page .go:hover{color: #fff !important;}
.page a.on:hover{color: #fff !important;}
.page .txtnum{margin-right: 4px;}
.page .txtnum input{color:#54627a; width:0.55rem;height:0.55rem; line-height:0.55rem; padding: 0 5px; text-align:center;background:none;border: 0.01rem solid #dadada;box-sizing:border-box; }
.page a.prev.no,.page a.next.no{color: #bfbfbf!important;cursor: inherit;}
.page a.prev.no i,.page a.next.no i{cursor: inherit;}
@media only screen and (min-width:1025px) {
    .page a:hover{color: #000!important;}
    .page a.on:hover{color: #000!important;}
    .page a.prev:hover,.page a.next:hover{opacity: .6!important;}
    .page a.prev.no:hover,.page a.next.no:hover{opacity: 1!important;}
}
@media only screen and (max-width:767px) {
    .pageout{font-size: 16px;}
    .page a{display:none; font-weight: normal;width: 40px;height: 40px;line-height: 40px;}
    .page a.prev,.page a.next{display:block;}
    .page a.on{display: block;}
    .page i{margin:0 4px;}
    .page a i{font-size: 16px;}
    .page .span01{display: none;}
    .page .txtnum{margin: 0 8px;}
    .page .txtnum input{width: 40px;height: 40px;font-size: 16px;}
    .page .go{width: 40px;height: 40px;line-height: 40px;}
}
/*page*/
/*新添加的样式*/
.lang dl{position: relative;}
.lang dl:hover dd{color: #ff9300;}
.lang dt{position: absolute;top: 80%;background: #fff;width: 50px;left: 50%;margin-left: -25px;padding: 5px;box-sizing: border-box;line-height: initial;
text-align: center;z-index: 4;cursor: pointer;display: none;}
.lang dt a{display: block;}
.Ru_page{text-align: center;padding: 1rem 0;box-sizing: border-box;}
/*.del_body .lang dt{background:#000;color:#fff;}*/
@media only screen and (max-width:1024px) {
    .lang dt{top: 90%;}
    /*.del_body .lang dt{background:#fff;color:#000;}*/
}