﻿/* 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: 0.24rem;}
body { line-height: 1.5 }
a { text-decoration: none;-webkit-tap-highlight-color:transparent }
:focus { outline: none }
.edit_con_original{  padding:0;}
.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;font-family: 'mexlmb'; font-size: 0.42rem!important;}
.edit_con_original h2 { font-weight:bold;font-family: 'mexlmb';font-size: 0.36rem!important; }
.edit_con_original h3 { font-weight:bold;font-family: 'mexlmb'; font-size: 0.3rem!important;}
.edit_con_original h4 { font-weight:bold;font-family: 'mexlmb'; font-size: 0.24rem!important;}
.edit_con_original h5 { font-weight:bold;font-family: 'mexlmb'; }
.edit_con_original h6 { font-weight:bold;font-family: 'mexlmb'; }
.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 !important;}
.edit_con_original video{ max-width:100%;display: block;margin:auto;}
.edit_con_original strong{font-family: 'mexlmb';}

.law_cont .edit_con_original{color: #1f2160;line-height: 1.3;}
.d_edit {
    padding: 0 0.8rem;
    box-sizing: border-box;
}
@media only screen and (max-width:767px) {
    .edit_con_original span{font-size: 16px!important;}
}
/*所有后台编辑器区域都要引用 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 }

/*隐藏视频下载按钮*/
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;}
.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}

/*对齐*/
.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';
}

.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;}

@font-face {
    font-family: 'mexlm';
    src: url('../font/mreavesxlmodot-reg.ttf') format('truetype');
}
@font-face {
    font-family: 'mexlmb';
    src: url('../font/MrEavesXLModOT-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'mexlmber';
    src: url('../font/mreavesxlmodot-heavy.ttf') format('truetype');
}
html,body{font-size: calc(100vw / 19.20);}

body{color: #000000; font-size: 0.24rem;font-family: "mexlm",Arial, Helvetica, sans-serif;}
input,textarea{font-family: "mexlm",Arial, Helvetica, sans-serif;}
a{color: #000000;}
*{box-sizing: border-box;}
.ratio-img,.ratio-img img{width: 100%;}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{pointer-events:inherit!important;}
.bold{font-weight: bold;font-family: 'mexlmb';}
img{max-width: 100%;}
.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}

.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;}


.wrap_1550{width: 15.5rem;max-width: 90%; margin:auto;}
.wrap_1440{width: 15.5rem;max-width: 90%; margin:auto;}

 /*font-size*/
.fnt_14{ font-size:0.14rem;}
.fnt_18{ font-size:0.18rem;}
.fnt_20{ font-size:0.2rem;}
.fnt_24{ font-size:0.24rem;}
.fnt_30{ font-size:0.30rem;}
.fnt_36{ font-size:0.36rem;}
.fnt_40{ font-size:0.4rem;}
.fnt_48{ font-size:0.48rem;}
.fnt_60{ font-size:0.6rem;}
.fnt_90{ font-size:0.9rem;}
.fnt_100{ font-size:1rem;}
@media only screen and (max-width:1024px) {
    .wrap_1550{width:90%;max-width: 90%;}
    .wrap_1440{width:90%;max-width: 90%;}

    body{font-size: 12px;}
    .fnt_14{ font-size:12px;}
    .fnt_18{ font-size:12px;}
    .fnt_20{ font-size:12px;}
    .fnt_24{ font-size:14px;}
    .fnt_30{ font-size:14px;}
    .fnt_36{ font-size:14px;}
    .fnt_40{ font-size:16px;}
    .fnt_48{ font-size:18px;}
    .fnt_60{ font-size:20px;}
    .fnt_90{ font-size:22px;}
    /*.fnt_90{ font-size:18px;}
    .fnt_100{ font-size:20px;}*/
}


.header{position: fixed;z-index: 100;top:0; left: 0;width: 100%; height:1.1rem; padding: 0.35rem 0.5rem 0;}
.height_height{height:1.1rem;display: none;}
.header h1{float: left;width: 1.28rem;height: 0.44rem;overflow: hidden;}
.header h1 img{ width: 100%;}
.header h1 a{display: block;}
.header_re{ float: right;}
.header_box{ float: right;width: 2.1rem;}
.scrollHeader .header{background: rgba(255,255,255,0.9);}
/*搜索*/
.search_box{ float: right; width: 100%;margin-top: 0.15rem;}
.search_box_input{float: left; width: 1.56rem; height: 0.38rem; line-height: 0.38rem;padding: 0 0.2rem; font-weight: bold;font-family: 'mexlmb'; text-align: center; border-radius: 0.1rem; border-bottom-right-radius: 0; background: #fff;outline: none;border: 0;background: #fff;}
.search_box_input::placeholder{color:#000;}
.search_box_btn{ float: right; color: #000; line-height: 0.38rem; background: none;border: 0;outline: none;}
.search_box_btn i{font-size: 0.18rem; font-weight: bold;}
.nav{float: left; margin-right: 0.6rem; height: 0.75rem; line-height: 0.75rem;font-family: "mexlmb";}
.nav>ul>li{float: left;margin-left: 0.68rem; position: relative;}
.nav>ul>li>a{display: block;z-index: 3; position: relative;}
.nav>ul>li>a i{ display: block; width:0;height:1px; background:#1F2160;}
.nav>ul>li.on>a{color: #1F2160!important;}
.nav>ul>li.on>a i{width: 100%;}
.nav>ul>li span{ display: none;}

/*导航下拉*/
.navlist{display:none; position: absolute; left: 50%;top:100%; margin-left: -1rem; z-index: 2; text-align: center; width:2rem;box-shadow: 0 0.1rem 0.1rem rgba(0,0,0,0.1);background:rgba(255,255,255,0.8);}
.navlist{padding: 0.2rem 0;}
.navlist dd{line-height:30px;padding: 0 0.2rem;border-bottom: 1px solid rgba(0,0,0,.1);position: relative;}

.navlist dd a{color: #000;}
.navlist dd.on a{color: #1F2160;}
/*导航下拉*/

/*白色导航 */
.logo_02{display: none;}
.nav>ul>li>a{color: #fff;}
.search_btn{color: #fff;}
.logo_01{display: none;}
.logo_02{display: block;}


.scrollHeader .nav>ul>li>a{color: #000;}
.scrollHeader .search_btn{color: #000;}
.scrollHeader .logo_01{display: block;}
.scrollHeader .logo_02{display: none;}
@media only screen and (max-width:1024px) {
     .nav>ul>li>a{color: #000;}
     .search_btn{color: #000;}
     .logo_01{display: block;}
     .logo_02{display: none;}
}

@media only screen and (min-width:1025px) {
/* 黑色导航 */
    .header_blank .nav>ul>li>a{color: #000;}
    .header_blank .search_btn{color: #000;}
    .header_blank .logo_02{display: none;}
    .header_blank .logo_01{display: block;}
    .header_blank01 .logo_02{display: none;}
    .header_blank01 .logo_01{display: block}



}

/* search */

.header_search{  position: relative;float: right; margin-left:0.35rem;}
.search_btn{cursor: pointer;position: relative;float: right;text-align: center;line-height: 0.75rem;font-weight: bold;}
.search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}


.search_box {border-radius: 0.1rem;
    background: #fff;width:1rem;right: 0px; position: absolute;top:100%;    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;
     
    overflow: hidden;
    box-sizing: border-box;
    
}
.search_box,.search_box_input,.search_box_btn:before{height: 0.5rem;line-height: 0.5rem;}
.search_box_btn{height: 0.5rem;width: 0.5rem;}
.search_box.on {width: 3rem;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}
.search_box_input {width: calc(100% - 0.6rem); padding: 0 10px;float: left;border: 0;outline: none;background: #fff;text-align: left;font-weight: 500;}
.search_box_btn {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%;  }

.search_box_input::-webkit-input-placeholder {
    color: #828282;
}
.search_box_input::-moz-placeholder {
    color: #828282;
    opacity: 1;
}
.search_box_input:-ms-input-placeholder {
    color: #828282;
}
.search_box_input::placeholder {
    color: #828282;
}
.header_getin{float: right;    margin-top: 0.15rem;}
.header_getin a{display: block; width: 2rem; height: 0.45rem; line-height: 0.45rem;padding: 0 0.2rem; font-weight: bold; text-align: center;
    font-family: 'mexlmb';
     border-radius: 0.1rem; border-bottom-right-radius: 0; background: #fff;outline: none;border: 0;background: #fff;border: 1px solid #000;}


/*footer*/
.footer{background: #fff;color: #000;padding:1rem;}
.foot_top{padding: 0 0 8%;}
.ft_ll{ float: left; width: 45%;}
.ft_rr{ float: right;width: 55%;}
.f_logo{ float: left; width: 1.28rem; height: 0.44rem; }
.f_menu{ float: left;margin-left: 1.2rem; width: 4.2rem; margin-top: -0.1rem;font-family: "mexlmb";}
.f_menu li{ float: left; width: 50%; padding-right: 5%; margin-bottom: 5%;}
.f_email{ float: left;}
.f_email h2{font-weight: bold;font-family: 'mexlmb';}
.f_email .inp{ line-height: 0.5rem; padding: 0 0.4rem; border: 1px solid #00AFDD; border-radius: 0.3rem; margin: 4% 0 6%;}
.f_email .inp input{border:none; background: none; width: 100%;height: 100%;}
.f_share{ float: right; margin-left: 1.2rem;}
.f_share a{ float: left; margin-right: 0.15rem; width: 0.34rem; height: 0.34rem; line-height: 0.34rem; text-align: center; border-radius: 100%; background: #000; color: #fff!important;}
.f_share a:last-child{margin-right: 0;}

.foot_bot{padding:1.5% 0 0; border-top:1px solid #D8D8D8}
.fb_ll{float: left;width: 45%;font-family: "mexlmb";}
.fb_rr{ float: right;width: 55%;}
.fb_ll a{ float: left; margin-right: 0.8rem; margin-top: 0.2rem;}
.fb_rr p{ text-align: right; line-height: 1.2;}
.fb_rr p span:first-child{margin-right: 0.4rem;}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background: #1F2160!important;}
.weixin{ position:fixed; width:300px; height:auto; z-index:100000; left:50%; top:50%; margin:-200px 0 0 -150px; background:#fff; border:1px solid #ddd; border-radius:2px; box-shadow:1px 1px 10px #666;}
.weixin .c{ position:absolute; width:30px; height:30px; background:url(../images/x.png); 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:30px; font-size:16px; padding-left:10px; font-weight:normal;}
.weixin .img{ padding:30px 0 10px; text-align:center; border-top:1px solid #ddd;}
.weixin .img img{width: 200px;height: 200px;display: block; margin: auto;}
.weixin p{  margin:0 1.5% 20px; text-align:center;font-size: 16px;}

.more{position: relative; display:inline-block; line-height: 0.38rem; padding: 0 0.45rem 0 0.45rem; text-align: center; color: #fff; border-radius: 0.1rem; border-bottom-right-radius: 0; background:#1F2160; overflow: hidden;}
.more i{margin-left:0.1rem;}
.more em{font-weight: bold; /*color: #FAF0E8;*/ color: #fff;font-family: 'mexlmb';}
.more em,.more i{position: relative; z-index: 2; vertical-align: middle;}
.more i{font-size: 0.18rem;}
.more::before{content: ""; position: absolute; z-index: 1; lefT:0; top:0; width:0; height: 100%; background:#252778;}



a,.search_box,.nav>ul>li>a i,.more::before{transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;-ms-transition: all 0.5s;}
@media only screen and (min-width:1025px) {
a:hover{color: #1F2160!important;}
.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);}
.nav li:hover>a{color: #1F2160!important;}
.nav>ul>li:hover>a i{width: 100%;}
.more:hover{color: #fff!important;}
.more:hover::before{width: 100%;}
.f_share a:hover{background: #1F2160; color:#fff!important;}
}

.nav_phone_btn{display:none;}
@media only screen and (max-width:1024px) {
.header,.height_height{display: block;}
.nav li>a i {display: none;}      

.header{padding-top: 0;}
.height_height,.header{height: 50px;}
.header h1{width: 100px;height: 34px;margin-top: 8px;}


/*手机按钮*/     
.nav_phone_btn{display:block;float: right;position: absolute; right:0;top:50%; margin-top: -20px;width:40px;height:40px;cursor: pointer;}
.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 span i{display:block;width: 20px;height: 2px;background: #1F2160;margin-top: 6px;}
.nav_phone_btn span i:first-child{margin-top: 0;}
.nav_phone_btn em{color: #1F2160;font-size: 24px;visibility: hidden;opacity: 0;}
.visible_nav span{visibility: hidden;opacity:0;}
.visible_nav em{visibility: visible;opacity: 1;}

.header_re{font-size: 20px;position: fixed;bottom:0;right:-100%;width:100%;background: #EDEBE8;height: calc(100% - 50px);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_re{right: 0;padding-left: 0;}
.header_box{ width: 100%; padding: 0.2rem 0.4rem;}
.search_box{margin-top: 0;}

.search_box_input,.search_box_btn,.search_box, .search_box_input, .search_box_btn:before{height: 50px; line-height: 50px;}
.search_box_input{ width: calc(100% - 40px); }
.search_box_btn{width: 40px;        font-size: 20px; }
.search_box_btn i{font-size: 14px;}


.header_search{margin:0;margin-right: 20px;font-size: 20px; position: static;}
.search_btn{line-height: 50px;}
.search_box.on{width: 100%;}

.nav{margin-right: 0;height: 100%;width: 100%;}
.nav,.nav>ul>li{ float:left; border-bottom: 1px solid rgba(0,0,0,0.1);line-height: initial;width: 100%;}
.nav>ul>li{position: static; margin: 0; padding: 0 0.4rem;}
.nav>ul>li>a{ float: left; width:calc(100% - 60px); height: 40px;line-height: 40px;font-weight: normal;color: #000;}
.nav>ul>li>a em{height: auto;line-height: 40px;padding: 0;}
.nav>ul>li>span{display: block;width:40px;text-align: center;float: right;line-height: 40px;font-size: 16px;        text-align: center;}
.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{line-height: 40px;width:calc(100% - 90px);float:left;}
.nav li span.on{ transform:rotate(-180deg);}

.navlist{position: static; background: none; padding:20px 10px; box-shadow: none; border-top: 1px solid#666; height: auto; width: auto !important; min-height: auto; display: none;visibility: visible;clear: both; left:auto; top:auto; margin-left: 0!important;}
.navlist dd{margin-bottom: 0; margin-bottom: 1%; text-align: left; border-bottom: 1px solid #efefef;font-size: 18px;}
.more{line-height: 24px;}
.more i{font-size: 14px;}

.header_getin{float: none;padding: 0 0.4rem; margin-top: 20px;margin-bottom: 20px;}
.header_getin a{display: inline-block;width: auto;line-height: 36px;height: 36px; padding: 0 20px;}

}
@media only screen and (max-width:1023px) {
.f_share{margin-lefT:0.2rem;}
.f_share a{width: 20px; height: 20px; line-height: 20px;}
}
@media only screen and (max-width:767px) {
 
    /* .header h1{width: 3.84rem;height:1.32rem;} */
    /* .header_re{height: calc(100% - 2rem);} */
    .ft_ll,.ft_rr,.fb_ll,.fb_rr{width: 100%;}
    .foot_top{padding: 0 0 5%;}
    .f_logo{ width: 3.84rem; height:1.32rem;}
    .f_menu{ width: 12rem;}
    .f_email .inp{ height: 24px;}
    .fb_ll{margin-bottom: 0.2rem;}
    .fb_rr p{text-align: left;}
    .search_btn{margin-right: 20px;}
    .navlist{padding: 10px 10px 3px;}
    .navlist dd:first-child{border-top: 0!important;}
}


.site_banner{position: relative;}
.banner_text{position: absolute;left: 0;top:43%;width: 100%;padding: 0 0.5rem;color: #fff;}
.banner_text h3{line-height: 1em;margin-bottom: 0.2rem;}
.banner_text p{line-height: 1.2em;}
@media only screen and (max-width:767px) {
/* .site_banner{height: 40vh;} */
.site_banner>img{display: none;}
.banner_text h3{font-size: 30px;margin-bottom: 10px;}
.banner_text p{font-size: 18px;}
    .site_banner>img.phone-show{display: block!important;}
}


.pub_contact{ margin:0 1rem; border-radius: 0.62rem;color: #fff; text-align: center; padding: 2.14rem 0 2.24rem 0; 
    -webkit-border-radius: 0.62rem; -moz-border-radius: 0.62rem; -ms-border-radius: 0.62rem; -o-border-radius: 0.62rem;border-bottom-right-radius: 0; will-change: transform;}
.pub_contact h3{line-height: 1em;margin-bottom: 0.35rem; text-align: center;}
.pub_more a{padding: 0 0.65rem; line-height: 0.8rem; border-radius: 0.2rem;border-bottom-right-radius: 0; min-width: 3.6rem;}
/* .gallery_contact{color: #1f2160;} */
@media only screen and (max-width:767px) {
    .pub_contact{padding:60px 0;margin: 0}
    .pub_more a{height: 40px;line-height: 40px;border-radius: 10px;border-bottom-right-radius: 0;padding: 0 30px;}
    .pub_contact h3{margin-bottom: 20px;}
}




/*page*/
.pageout{text-align: center;padding-bottom: 5px;    clear: both;}
.page a,.page .txtnum input,.page input.go{ border-radius: 0.1rem;    border-bottom-right-radius: 0;}
.page{display:inline-block;*display:inline;*zoom:1;padding: 0.1rem 0.35rem; padding-top:0.3rem;    box-shadow: 0 0.06rem 0.1rem 2px rgba(0, 15, 79, 0.06);border-radius: 0.3rem; border-bottom-right-radius: 0;}
.page {vertical-align:middle;text-align:center;margin: 0 auto; }
.page,.page a{color: #bfbfbf;}
.page span{float: left; }
.page span.pages_num{margin-right: 10px;}
.page span.pages_num em{color: #115ea2;}
.page a{float: left; margin:0 0.02rem; box-sizing:border-box;}
.page a.on{background:#033886;color:#fff; }
.page a.prev,.page a.next{color: #555555;font-size: 0.14rem;font-weight: bold;font-family: 'mexlmb';}
.page a.no:hover{cursor: default;color: #555555 !important;}
/* .page a.prev {background:url(../images/page_prev.png) center center no-repeat; text-indent:-10000px; margin-right: 15px;}
.page a.next {background:url(../images/page_next.png) center center no-repeat; text-indent:-10000px;} */

/* .page a.first{ text-indent:-10000px;margin-left: 15px;background:url(../images/page_first.png) no-repeat center center;}
.page a.last{ text-indent:-10000px;background:url(../images/page_last.png) no-repeat center center;} */
.page{line-height: 0.54rem;}
.page .txtnum{height: 0.54rem;color: #d0d0d0;}
.page a,.page input.go{width: 0.54rem;height: 0.54rem;}
.page .txtnum input{height: 0.54rem;line-height: 0.54rem;width: 0.54rem;margin:0 0.1rem;color: #555555;}


.page a.next{margin-left:0.08rem;}
.page input.go{ cursor: pointer; border:none;outline: none;text-align: center; font-weight: bold; color: #033886;margin-left:0;float: left;    background: none; }
.page input.go:hover{color: #fff !important;}
.page a.on:hover{color: #fff !important;}
.page .txtnum{margin-left: 0.14rem;}
.page .txtnum input{ text-align: center; box-sizing:border-box; background:none;border: 1px solid #d1d1d1; margin: 0; margin-left: 0.25rem}

.total{float: left;margin-left: 0.18rem;}



@media only screen and (max-width:1024px) {
    .page .txtnum{margin-left: 0.1rem;}

}

@media only screen and (max-width:767px) {
.page{padding: 0; padding-top: 20px;box-shadow:none;}
.page a{display:none; font-weight: normal;}
.page a.prev,.page a.next{display:block; display:inline-block;}



.page a.on{display: inline-block;}
.page{line-height: 32px;}
.page .txtnum{height: 32px;}
.page a,.page input.go{width: 32px;height: 32px;}
.page .txtnum input{height: 32px;line-height: 32px;width:36px;margin:0 5px;}
.page a.prev, .page a.next{font-size: 12px;}
.total{margin-left:2px;}
.page a{margin:0 1px;}
.page a.next{margin-left: 1px;}



.total,.page .txtnum,.page input.go{display: none;}
.page a:nth-child(-n+7){display: block;}

}
@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 input.go:hover{color: #033886 !important;}
}


/*page*/
.maod{position: relative;top:-1.5rem}
.layui-layer-hui{
    width: auto!important;
}
.layui-layer-hui .layui-layer-content{word-break: break-word!important;}
.phone-show{display: none;}
@media only screen and (max-width:767px) {
    .layui-layer-hui{
        width: 80%!important;
        left: 50%!important;
        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: fixed!important;
        /* min-width: inherit!important; */
        margin-left: -40%!important;
    }
    .pc-show{display: none;}
    .phone-show{display: block;}
}



/* mediaTab */
.mediaTab {padding: 50px 0;
    /* background: #e6f7fc; */
    overflow: hidden;}
.mediaTab ul{display: flex;justify-content: center;}
.mediaTab ul li{text-align: center;}
.mediaTab ul li a{display: block;margin:0 0.1rem;width: 2.2rem;height: 0.68rem;line-height: 0.68rem;background: #e6f7fc; 
    border-radius: 0.25rem; border-bottom-right-radius: 0; color: #1f2160;}
.mediaTab li.on a{background: #1f2160;color: #fff;}
.mediaTab li.on a:hover{color: #fff !important;}


.mediaTab-div{transition:all .5s ; -webkit-transition:all .5s ; -moz-transition:all .5s ; -ms-transition:all .5s ; -o-transition:all .5s ;}
@media only screen and (min-width:1025px) {
    .hide-height {
        transform: translate(0, -100%);
        opacity: 0;
    }
    body.no-top .mediaTab-div{position: fixed;top: 0;left: 0;width: 100%;padding: 20px 0;z-index: 10000;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}

}
@media only screen and (max-width:1025px) {
.mediaTab{display: none;}
}
.navlist dd:first-child{border-top: 1px solid rgba(0,0,0,.1);}
.navlist dd i{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    font-size: 13px;
}
.three_list{
    display: none;
    position: absolute;
    left: 2rem;
    top: 0;
    width: 2rem;
    background: rgba(255,255,255,0.8);
    /* padding: 10px 0; */
    box-shadow: 0 0.1rem 0.1rem rgba(0,0,0,0.1);
}
.three_list p{border-bottom: 1px solid rgba(0,0,0,.1);} 
@media only screen and (max-width:1024px) {
    .navlist dd i.navlist dd i{display: none;}
    .three_list{display: block;padding-left: 10px;
        font-size: 16px;
        line-height: 30px;
        position: static;
        background: none;
        box-shadow: none;
    }
    .three_list p{border-bottom: 0;}
}


/* 8种颜色值 */
.Dblue100{background: #1F2160!important;}
.Dblue60{background: #75769C!important;}
.Dblue20{background: #CACBD7!important;}

.blue100{background: #00afdd!important;}
.blue60{background: #9DDCED!important;}
.blue20{background: #C4E7F0!important;}

.green100{background: #31AF97!important;}
.green40{background: #93D2C6!important;}

.yellow60{background: #E8D07E!important;}

