body{
    font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif;
}

/* 头部按钮 */
.hamburger .line{
    width: 0.45rem;
    height: 2px;
    display: block;
    margin: 5px auto;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mb_nav.mb_nav_active .hamburger .line {
    background-color: #000000;
}
.hamburger:hover{
  cursor: pointer;
}
#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
.hamburger.is-active .line {
    margin: 11px auto;
}

.full_container {
    font-family: Arial, Helvetica, sans-serif;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    outline: none;
}
/*重置播放器样式*/
.prism-setting-cc, .prism-setting-audio,.prism-setting-quality {
    display: none;
}
.main_404 {
    position: relative;
    width: 100%;
}
.main_404 img {
    width: 100%;
    height: auto;
}
.main_404 .main_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.main_404 p {
    line-height: 1.5;
    font-size: 0.3rem;
    color: #ffffff;
}
.main_404 a {
    color: #0088c9;
    text-decoration: underline;
}
/*只放头尾、banner、小导航*/
/*cookie 提示*/
.cookie-pop {
    position: fixed;
    width: 65%;
    bottom: 0.51rem;
    right: 0;
    z-index: 130;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0.04rem 0.16rem 0 rgb(0 95 118 / 15%);
}
.cookie-cont {
    width: 90%;
    max-width: 1400px;
    margin:0 auto !important;
    display: flex;
    font-size: .16rem;
}
.cookie-txt {
    padding: 0.4rem 0.4rem 0.4rem 0;
    line-height: 1.8;
    color: #444444;
    font-size: 0.14rem;
}
.cookie-txt span:nth-of-type(2){
    margin-left: 0.2rem;
}
.cookie-txt a {
    color:#444444;
    text-decoration: underline;
}
.cookie-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookie-right .btn-agree {
    color: #ffffff;
    width: 1.8rem;
    cursor: pointer;
    line-height: .46rem;
    display: block;
    text-align: center;
    background: #444;
    transition: all .3s ease-in-out;
    border: 1px solid transparent;
}
.cookie-right .btn-agree:hover{
    background: transparent;
    border: 1px solid #444;
    color: #444;
}
.nav-style2 .header_box {
    color:#333;
    background-color: #fff;
}
.read-more-style1, .read-more-style2 {
    width: 1.8rem;
    line-height: .45rem;
    text-align: center;
    font-size: .16rem;
    display: inline-block;
}
.read-more-style1 {
    border:1px solid #ababab;
    color:#444444;
}
.read-more-style2 {
    border:1px solid #90959b;
    color:#ffffff;
}
.nav-style2 .header_nav li a {
    color:#333333
}
.nav-style2 .nav_button {
    color:#333;
}
.nav-style2 .header_mb {
    color:#333;
    background-color: #fff;
}

@media (max-width: 767px) {
    .cookie-pop{
        width: 90%;
        right: 5%;
        background: rgba(255,255,255,0.95);
    }
    .cookie-right .btn-agree{
        width: 3.5rem;
        line-height: .8rem;
    }
    .cookie-txt span:nth-of-type(2){
        margin-left: 0rem;
        display: block;
    }
}


/* 分页样式 */
#newsPages {
    text-align: center;
}
#culturePages {
    text-align: center;
}
#newsPages a,#newsPages .layui-laypage-spr,#newsPages .layui-laypage-curr {
    margin-right: 0.1rem;
}
#culturePages a,#culturePages .layui-laypage-spr,#culturePages .layui-laypage-curr {
    margin-right: 0.1rem;
}
.layui-laypage a:hover {
    color: #005cb9;
}
.layui-laypage a {
    border: none;
    background: #f1f1f1;
}
.layui-laypage span {
    border: none;
    background: #f1f1f1;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #005cb9;
}
/* 导航 */
.header_box {
    width: 100%;
    height: 0.66rem;
    background-color: rgba(255,255,255,1);
    display: flex !important;
    align-items: center;
}
.nav-border1 .header_box {
    border-bottom: 1px solid #ebebeb;
}
.header_box .close_icon {
    display: none;
}
.header_hide {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #f1f1f1;
    text-align: right;
}
.header_hide input {
    border: none;
    font-size: .18rem;
    width: 3rem;
    line-height: 2;
    background-color: transparent;
    border-bottom: 2px solid #898989;
}
.header_hide i {
    color: #5a5a5a;
    font-size: 0.2rem;
    margin-right: 0.23rem;
    margin-left: 0.37rem;
    cursor: pointer;
}
/* .header_active {
    background-color: #fff !important;
    color: #5a5a5a !important;
    border-bottom: 1px solid #ebebeb;
} */
.header_mb {
    position: relative;
    text-transform: uppercase;
}
.header--hidden.header--sticky {
    /* transform: translateY(0%); */
    opacity: 1;
}
.header--animated {
    
}
.header--hidden {
    background-color: #ffffff !important;
    color: #5a5a5a !important;
    position: fixed;
    /* transform: translateY(-100%); */
    opacity: 0;
    border-bottom: 0.02rem solid #cccccc;
}
.header--sticky {
    position: fixed;
}
.header--run-animation {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    pointer-events: auto;
}
.gwm-header {
    width: 100%;
}
.view-area .gwm-header {
    width: 100%;
    position: fixed;
    z-index: 1005;
    left: 0;
    top: 0;
}
.logo {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    padding: 0 0.7rem;
}
.logo img {
    cursor: pointer;
    width: 1.2rem;
}
.show {
    display: block !important;
}
.header_nav {
    float: right;
}
.header_nav ul {
    width: 100%;
    /* padding-right: .5rem; */
    overflow: hidden;
}
.header_nav li {
    float: left;
    cursor: pointer;
    margin: 0 0.15rem;
    box-sizing: border-box;
}
.header_nav li:nth-of-type(1){
    margin: 0 0.15rem 0 0rem;
}
.header_nav li p {
    box-sizing: border-box;
    margin-bottom: 0;
}
.header_nav li a {
    cursor: pointer;
    font-size: 0.16rem;
    letter-spacing: 0.009rem;
    font-weight: 500;
    color: #333;
}
.header_nav li a:hover{
    font-weight: 500;
}
/* .header_active .header_nav li a {
    font-weight: 500;
} */
.header_nav li:hover p a, .header_nav li:hover .fa {
    /* color:#005cb9; */
}
.header_nav li.more {
    position: relative;
}
.header_nav li i {
    position: absolute;
    right: -0.15rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: .3rem;
    transition: all .3s linear;
}
.header_nav li.has_down i {
    transform: translateY(-50%) rotate(-180deg);
}
.header_nav .downBox {
    display: none;
    position: fixed;
    top: 0.66rem;
    left: 0;
    line-height: 60px;
    border-top: 1px solid #eee;
    width: 100%;
    background-color: #fff;
    z-index: 50;
}
.header_nav .downBox section{
    display: flex;
    justify-content: center;
}
.header_nav .linkBox a {
    position: relative;
    display: inline-block;
    text-decoration:none;
    color: #333333;
    padding-right: 0.3rem;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 0.16rem;
}

/* .header_nav .linkBox a::after {
    background-color: #111;
    bottom: 0;
    content: '';
    height: 0.03rem;
    left: 50%;
    margin-left: -0.25rem;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    -webkit-transition: all 300ms cubic-bezier(0.645,0.045,0.355,1);
    -o-transition: all 300ms cubic-bezier(0.645,0.045,0.355,1);
    transition: all 300ms cubic-bezier(0.645,0.045,0.355,1);
    width: .5rem;
} */
.header_nav .linkBox a:hover {
    font-weight: 500;
}
.header_nav .linkBox .a_active::after {
    opacity: 1;
    bottom: 0.05rem !important;
}
.header_nav .more_hide ul {
    margin-right: 0;
}
.header_nav .more_hide li {
    float: none;
    display: block;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    margin-right: 0;
    color: #333333;
}
.header_search {
    position: absolute;
    top: 50%;
    right: 0.25rem;
    transform: translateY(-50%);
    font-size: 0.26rem;
    cursor: pointer;
}
.gwm_header_global{
	position: absolute;
	right: 0.7rem;
	font-size: 0.15rem;
	font-weight: 500;
    display: flex;
    align-items: center;
}
.gwm_header_global a img{
	margin-right: 0.1rem;
	width: 0.19rem;
    margin-top: 0.03rem;
}
.header_site_line{
    width: 1px;
    height: 0.1rem;
    background: #5a5a5a;
    margin: 0 0.1rem;
}
._Top{
	top: -1rem;
}

/* 头部弹窗 */
.header_pop_btn{
    cursor: pointer;
}
.header_pop{
    position: fixed;
    top: 0;
    z-index: 3000;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    padding: 0vh 10vw 0vh;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
    overflow-y: scroll;
    overflow-x: hidden;
}
.header_pop.active{
    opacity: 1;
    pointer-events: auto;
}
.header_pop_center{
    background: #fff;
    padding: 5vh 5vw 10vh;
}
.header_close_btn{
    position: fixed;
    top: 0.5rem;
    right: 13vw;
    font-size: 0.4rem;
    cursor: pointer;
}
.header_close_btn img{
    width: 1vw;
}
.header_pop_title{
    text-align: center;
    font-size: 0.3rem;
}
.state_name{
    margin: 1rem 0 0.1rem;
    color: #333;
    font-size: 0.2rem;
    text-align: center;
}
.state_country_min{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
._left_style{
    justify-content: flex-start !important;
}
.state_country_min a{
    display: block;
    width: 24%;
    margin: 0.16rem 1.33% 0 0;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #f7f9fb;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}
.state_country_min a._n4{
    margin: 0.16rem 0% 0 0;
}
.state_country_min a:hover{
    background: #f0f1f2;
}
@media (max-width: 767px) {
    .header_pop{
        padding: 5vh 7vw 14vh;
        background: #fff;
    }
    .header_pop_center{
        padding: 0;
    }
    .state_country_min{
        justify-content: flex-start;
    }
    .state_country_min a{
        width: 42vw;
        margin: 4vw 2vw 0 0;
        height: 0.7rem;
        line-height: 0.7rem;
        background: #f7f9fb;
        text-align: center;
    }
    .state_country_min a:nth-child(even){
        margin: 4vw 0vw 0 0;
    }
    .state_name{
        text-align: center;
        font-size: 0.28rem;
    }
    .header_close_btn{
        top: 1rem;
        right: 7vw;
    }
    .header_close_btn img{
        width: 0.3rem;
    }
    .header_pop_state{
        font-size: 0.24rem;
    }
    .header_site_line{
        height: 0.2rem;
        background: #999;
        margin: 0 0.2rem;
    }
}


.banner-pr {
    position: relative;
}
.banner-pr > img {
    width: 100%;
}
.banner-pr .w-center {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

.banner-pr .banner-box {
    position: absolute;
    left: 0;
    width: auto;
    font-family: 'ArialNarrow';
    top: 50%;
    transform: translate(0, -50%);
    height: auto;
    background: none;
    background-size: 100% 100%;
}
.banner-box {
    position: relative;
    font-family: 'Arial';
    width: 100%;
    height: 6.6rem;
    background: url('../jpg/contact_us_banner.jpg') no-repeat;
    background-size: 100% 100%;
    padding-top: 0.1px;
}
.culture-box {
}
.banner-box>h3 {
    font-size: 1.1rem;
    line-height: 1;
    font-family: 'ArialNarrow', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}
.banner-box>h3::after {
    content: '';
    position: absolute;
    bottom: -0.3rem;
    left: 2px;
    width: 1rem;
    height: 0.06rem;
    background: #fff;
}

.nav-box-top{
    width: 100%;
    height: 0.8rem;
    line-height: .8rem;
    background: #f1f1f1;
}
.nav-box-top a {
    display: block;
}
.nav-box-top p {
    cursor: pointer;
    font-size: 0.16rem;
}
.nav-box-top span {
    width: .8rem;
    height: 0.023rem;
    background: #005cb9;
    display: block;
    position: absolute;
    bottom: 0.16rem;
    left: 50%;
    transform: translateX(-50%);
}
.nav-box-top.pc-pad .row > div {
    font-weight: bold;
    float: left;
    margin-right: .8rem;
    position: relative;
}
.gwm-footer .active p{
    color: #005cb9;
}
.footer_box {
    text-transform: uppercase;
}
.footer_box {
    width: 100%;
    background-color: #333333;
}
.footer_nav {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    padding: .5rem 0;
    overflow: hidden;
}
.footer_nav .nav_box {
    box-sizing: border-box;
    padding-left: 3%;
    width: 81%;
}
.footer_nav .nav_box dl {
    float: left;
    width: 25%;
}
.current-quality {
    white-space: nowrap;
    padding-right: 5px;
}
.footer_nav .nav_box dt {
    position: relative;
    color: #ffffff;
    margin-bottom: 0.3rem;
    font-weight: bold;
    line-height: 1;
}
.footer_nav .nav_box dt::after {
    content: '';
    position: absolute;
    left: -0.2rem;
    top: 50%;
    transform: translate(0, -50%);
    width: 3px;
    height: 0.22rem;
    background-color: #005cb9;
}
.footer_nav .nav_box dt a {
    color:#ffffff;
}
.footer_nav .nav_box a {
    color:#777777;
    transition: 0.2s all;
}
.footer_nav .nav_box a:hover {
    color: #ffffff;
}
.footer_mb_nav .nav_box a {
    color:#ffffff;
}
.footer_nav .nav_box dl:last-child a {
    color:#ffffff;
}
.footer_nav .nav_box dd {
    margin-left: 0;
    margin-bottom: 0.18rem;
    color: #777777;
}
.footer_nav .mav_mb dd {
    color:#777;
}
.footer_nav .mav_mb dd a {
    color:#777 !important;
}
.pc-pad .share_box {
    position: absolute;
    right: 0;
    top: 0.5rem;
    box-sizing: border-box;
    width: 18.8%;
    padding-left: 7%;
    text-align: left;
    border-left: 0.02rem solid #4c4c4c;
}
.share_box img {
    display: inline-block
}
.china_cont {
    line-height: .2rem;
    width: 100%;
    margin-bottom: 0.52rem;
}
.china_cont a {
    display: block;
}
.china_cont svg {
    font-size: .3rem;
    height: .2rem;
}
.china_cont p {
    display: inline-block;
    font-size: 0.2rem;
    color: #ffffff;
    vertical-align: top;
    font-weight: 700;
    margin-left: 0.12rem;
    text-transform: capitalize;
}
.share_way {
    display: inline-block;
}
.share_way .logo_icon {
    width: .3rem;
    height: .3rem;
    float: left;
    margin-right: .2rem;
    /* background:#cccccc; */
    display: flex;
    justify-content: center;
    align-items: center;
    color:#333333;
    font-size: .22rem;
}
.share_way .logo_icon:nth-child(4) {
    margin-right: 0;
}
.facebook-icon {
    width: 0.3rem;
    height: 0.3rem;
    background: url('../jpg/facebook-b.jpg') 0% 0% / 100% 100% no-repeat;
}
.instagram-icon {
    width: 0.3rem;
    height: 0.3rem;
    background: url('../jpg/instagram-b.jpg') 0% 0% / 100% 100% no-repeat;
}
.play-icon {
    width: 0.3rem;
    height: 0.3rem;
    background: url('../jpg/youtube-b.jpg') 0% 0% / 100% 100% no-repeat;
}
.twitter-icon {
    width: 0.3rem;
    height: 0.3rem;
    background: url('../jpg/twitter-b.jpg') 0% 0% / 100% 100% no-repeat;
}
.facebook-icon:hover {
    background: url('../jpg/facebook.jpg') 0% 0% / 100% 100% no-repeat;
}
.instagram-icon:hover {
    background: url('../jpg/instagram.jpg') 0% 0% / 100% 100% no-repeat;
}
.play-icon:hover {
    background: url('../jpg/youtube.jpg') 0% 0% / 100% 100% no-repeat;
}
.twitter-icon:hover {
    background: url('../jpg/twitter.jpg') 0% 0% / 100% 100% no-repeat;
}
.share_way .logo_icon a {
    color:#333 !important;
}
.share_way .logo_icon:hover {
    background-color:#005cb9;
}
.footer_explain {
    width: 100%;
    padding: 1em 0;
    text-align: center;
    background-color: #222222;
    color: #777777;
}
.footer_explain a {
    color:#777;
    transition: 0.2s all;
    text-decoration: underline;
}
.footer_explain a.margin-has {
    padding-left: 2em;
}
.footer_explain a:hover {
    color: #ffffff;
}
.nav_button {
    color:#ffffff;
    font-size: .28rem;
}
.footer_mb .logo_icon a {
    color:#333333;
    font-size: .4rem;
}
.footer_div{
    overflow: hidden;
    text-align: center;
    margin: 1rem auto;
}
.footer_div > div {
    width: 48%;
    position: relative;
}
.footer_div > div:nth-child(1) {
    float: left;
}
.footer_div > div:nth-child(2) {
    float: right;
}
.footer_div>div img{
    width: 100%
}
.footer_div>div h4{
    font-size: 0.28rem;
    color: #fff;
    position: absolute;
    left: 0.7rem;
    top:50%;
    transform: translateY(-50%);
}
/*swiper 前后按钮*/
.pub-prev,
.pub-next {
    width: .39rem;
    height: .77rem;
    position: absolute;
    top: 50%;
    outline: none;
    margin-top: -.43rem;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    background-position: center center;
    background-image: url(../png/inno10.png);
}
.pub-prev {
    left: -.57rem;
}
.pub-next {
    right: -.57rem;
    transform: rotate(180deg);
}
.go-top {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0.2rem;
    bottom: 80px;
    transition: background .5s ease;
    background-color: #595959;
}
.go-top i {
    position: absolute;
    top: 16px;
    left: 13px;
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
}
.go-top:hover {
    background-color: #111;
}
.m-select {
    position: relative;
}
.m-select + .m-select {
    margin-top: .1rem;
}
.m-select.mb0 {
    margin-bottom: 0;
}
.m-select .val-name::after {
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: .25rem;
    top: 50%;
    transition: all .3s ease;
    transform-origin: center 20%;
    margin-top: -.05rem;
    border-left: .09rem solid transparent;
    border-top: .11rem solid #444;
    border-right: .09rem solid transparent;
    border-bottom: .11rem solid transparent;
}
.m-select .val-name {
    cursor: pointer;
    padding-left: .22rem;
    width: 100%;
    line-height: .5rem;
    border:1px solid #999;
    border-radius: 0;
    display: block;
    color:#999;
}
.m-select.has-value .val-name {
    color:#444;
}
.m-select.empty-select .val-name {
    color:#999;
}
.select-down-ul {
    display: none;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    max-height: 200px;
    left: 0;
    top: .5rem;
    background-color: #ffffff;
    z-index: 5;
    /* border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    /* border-right: 1px solid #ccc; */
    box-shadow: 2px 2px 5px #cccccc;
}
.m-select.open .select-down-ul {
    display: block;
}
.m-select.open .val-name::after {
    transform: rotate(180deg);
}
.select-down-ul li {
    cursor: pointer;
    line-height: 1.5;
    padding: .2em .22rem;
}
.select-down-ul li:hover {
    color:#ffffff;
    background-color: #d7000f;
}
/*ipad尺寸*/
@media (max-width: 1024px) {
    .logo a {
        height: 98%;
        border: 0;
    }
    .footer_nav .nav_box {
        width: 85%;
    }
    .pc-pad .share_box {
        width: 15.8%;
        padding-left: 5%;
    }
    .header_box {
        line-height: 60px;
        height: 60px;
    }
    .header_hide {
        top: 60px;
    }
    .logo {
        width: 60px;
    }
    .header_nav .downBox {
        top: 60px;
    }
    .header_nav li {
        padding: 0;
    }
    .header_nav li.more {
        margin-right: 0.25rem;
    }
    .header_nav li p {
        padding: 0;
    }
    .header_nav li i {
        right: -0.2rem;
    }
    .content{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .content{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .nav_down {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9;
        top: -22rem;
        background-color: #fff;
    }
    .nav_button {
        font-weight: bold;
        position: absolute;
        line-height: 1rem;
        right: 0.3rem;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        padding-left: .4rem;
        font-size: 0.3rem;
    }
    .nav_button i {
        font-size: .4rem;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 0;
    }
    .close::after, .close::before {
        content: '';
        width: .4rem;
        height: 2px;
        background-color: #333333;
        top: .1rem;
        position: absolute;
    }
    .close::before {
        transform: rotate(-45deg);
    }
    .close::after {
        transform: rotate(45deg);
    }
    .nav_down li {
        display: block;
        line-height: 2.2;
        border-bottom: 0.01rem solid #eee;
        font-size: 0.3rem;
        color: #303030;
        text-align: center;
        margin: 0 1.5em;
    }
    .nav_down h2 {
        position: relative;
        color: #5a5a5a;
        font-size: 0.28rem;
        padding: 0.9em 0;
    }
    .nav_down h2 a {
        color:#333;
    }
    .nav_down dl {
        height: 0;
        overflow: hidden;
        transition: height 1s;
        margin: 0;
    }
    .nav_down li.on h2 {
        position: relative;
        border-bottom: 0.02rem solid #eee;
    }
    .nav_down li.on h2::after {
        content: '';
        position: absolute;
        bottom: -0.02rem;
        left: 50%;
        transform: translateX(-50%);
        width: 0rem;
        height: 0.04rem;
        background-color: #0072c1;
    }
    .nav_down li.on h2 span {
        transform: rotate(0deg);
    }
    .nav_down dd {
        width: 100%;
        height:0.8rem;
        line-height: 0.8rem;
    }
    .nav_down dd p {
        font-size:0.26rem;
        color: #303030;
    }
    .nav_down li.on dl {
        height: auto;
        background:#f3f4f6;
    }
    .nav_down dd p {
        font-size: 0.26rem;
        color: #303030;
    }
    .nav_down h2 span {
        background-image: url(../png/jtn.png);
        background-position: center center;
        background-size: 100% 100%;
        width: 0.41rem;
        height: 0.2rem;
        position: absolute;
        top: 50%;
        transform: rotate(180deg);
        margin-top: -0.08rem;
        right: 0.5rem;
        transition: all .3s;
    }
    .mask {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: url(../png/op1.png) repeat;
        z-index: 2;
    }
    .mb_nav .close {
        display: none;
        width: 0.3rem;
        height: 0.3rem;
        background-size: 100% 100%;
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
    }
}
.nav_down {
    overflow-y: auto;
    scroll-behavior: smooth;
    overscroll-behavior: smooth;
}
.nav_down h2 {
    box-sizing: border-box;
}
.nav_down dd {
    width: 100%;
    height:0.8rem;
    line-height: 0.8rem;
}
.mb_nav {
    width: 100%;
    overflow: hidden;
    height: 1rem;
    z-index: 120;
}
.mb_nav.mb_nav_active {
    border-bottom: 1px solid #eaeaea;
    background-color: #ffffff;
}
.mb_nav.mb_nav_active .nav_button {
    color:#5a5a5a;
}
.mb_nav .logo {
    left: .32rem;
    width: 1rem;
    height: 100%;
    z-index: 10;
}
.mb_nav .logo img {
    width: 100%;
    height: 100%;
}
/*1400内容样式*/
.w-center, .content {
    clear: both;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.w-center-1200 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1200px !important;
    clear: both;
}
@media (max-width: 767px) {
    .mb_nav.mb_nav_active {
        border-bottom: 0px solid #eaeaea;
    }
    .w-center-1200 {
        width: 100% !important;
    }
    .main_404_mb p {
        width: 7rem;
        margin-bottom: 0.1rem;
    }
    .gwm-header {
        height: 1rem;
    }
    .pub-prev,
    .pub-next {
        display: none;
    }
    .banner-pr .banner-box {
        left: .25rem;
    }
    .w-center, .content {
        width: 100%;
    }
    .logo a {
        border: 0;
        height: 98%;
    }
    .nav-box-top .swiper-slide {
        text-align: center;
    }
    /* 分页 */
    .layui-laypage a, .layui-laypage span {
        padding: 0 11px;
    }
    .footer_nav .nav_box {
        box-sizing: border-box;
        padding: 0;
        width: 100%;
    }
    .footer_nav .nav_box dd {
        padding-left: .48rem;
        line-height: 1.5;
    }
    .footer_nav .nav_box dd:last-child {
        margin-bottom: 0;
    }
    .footer_nav .nav_box dl {
        width: 100%;
    }
    .banner-box {
        width: 100%;
        height: 5rem;
        background: url('../jpg/investors_m_bg.jpg') no-repeat;
        background-size: 100% 100%;
    }
    .banner-box>h3{
        font-size: 0.52rem;
        line-height: 0.62rem;
        left: 0.25rem;
        color: #fff;
    }
    .content{
        width: auto;
        height: 0.8rem;
        display: flex;
        justify-content: space-around;
    }
    .investor_tit p {
        font-size: 0.24rem;
    }
    .investor_tit_next {
        width: 1.15rem !important;
        height: 100% !important;
        top: 0 !important;
        margin-top: 0 !important;
        background: url('../png/next_icon.png') no-repeat !important;
        background-size: 100% 100% !important;
        right: 0 !important;
    }
    .investor_tit_next.swiper-button-disabled {
        display: none;
    }
    .nav_down {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9;
        top: -20rem;
        background-color: #fff;
    }
    .nav_down li {
        line-height: 2.2;
        border-bottom: 0.01rem solid #eee;
        font-size: 0.3rem;
        color: #303030;
        text-align: left;
    }
    .nav_down h2 {
        position: relative;
        color: #333;
        font-size: 0.28rem;
    }
    
    .mb-other-btn {
        display: flex;
        padding-left: .5rem;
        padding-right: .5rem;
        color: #111;
        font-size: .24rem;
        overflow: hidden;
        padding-top: 1.2rem;
        padding-bottom: 1.3rem;
        justify-content: center;
    }
    .mb-other-btn a {
        color: #111;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mb-other-btn section {
        text-align: center;
        width: 50%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .mb-other-btn .mb-icon {
        margin-bottom: .2rem;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .mb-other-btn .mb-icon img{
        width: 0.45rem;
    }
    .svg-icon {
        width: 1.62rem;
    }

    .nav_down dl {
        height: 0;
        overflow: hidden;
        transition: height 1s;
        margin: 0;
    }
    .nav_down li.on h2 {
        position: relative;
        border-bottom: 0.02rem solid #eee;
    }
    .nav_down li.on h2::after {
        content: '';
        position: absolute;
        bottom: -0.02rem;
        left: 50%;
        transform: translateX(-50%);
        width: 0rem;
        height: 0rem;
        background-color: #0072c1;
    }
    .nav_down li.on h2 span {
        transform: rotate(0deg);
    }

    .nav_down dd p {
        font-size:0.26rem;
        color: #303030;
    }
    .nav_down li.on dl {
        height: auto;
        padding: 0.2rem 0.4rem;
    }
    .nav_down li.on dl a {
        color:#444;
    }
    .nav_down h2 span {
        background: url(../png/jtn.png) no-repeat center center;
        background-size: 100% 100%;
        width: 0.3rem;
        /* height: 0.3rem; */
        position: absolute;
        top: 50%;
        transform: rotate(180deg);
        margin-top: -0.08rem;
        right: 0.2rem;
    }
    .mask {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: url(../png/op1.png) repeat;
        z-index: 2;
    }
    .header--hidden .nav_button {
        background: url(../png/mb_nav_more_black.png) no-repeat center right;
        background-size: 0.4rem 100%;
        color: #5a5a5a;
    }
    .nav_button {
        font-weight: bold;
        position: absolute;
        line-height: 1rem;
        right: 0.3rem;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        padding-left: .4rem;
    }
    .nav_button span {
        font-size: .24rem;
    }
    .mb_nav .logo{
        left: 0.5rem;
        width: 1rem;
        height: 100%;
        z-index: 10;
        display: flex;
        align-items: center;
        padding: 0;
    }
    .mb_nav .logo img{
        width: 2rem;
        height: auto;
    }
    .mb_nav .logo a{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .nav_button i {
        font-size: .4rem;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 0;
    }
    .close {
        display: none;
        top: 50%;
        position: absolute;
        right: 0.4rem;
        transform: translateY(-50%);
        z-index: 9;
    }
    .close::after,
    .close::before {
        content: '';
        width: .4rem;
        height: 2px;
        background-color: #333333;
        top: .1rem;
        position: absolute;
    }
    .close::before {
        transform: rotate(-45deg);
    }
    .close::after {
        transform: rotate(45deg);
    }
    .footer_nav {
        padding: 0;
    }
    .china_cont {
        margin-bottom: .6rem;
        border: 0;
    }
    .china_cont svg {
        font-size: .6rem;
        height: .4rem;
    }
    .china_cont p {
        line-height: .4rem;
        font-size: .28rem;
        margin-left: .17rem;
    }
    .share_box {
        padding-top: .5rem;
        position: static;
        border: 0;
        transform: translateY(0);
        text-align: left;
        padding-left: 0.25rem;
        margin-bottom: 0.5rem;
    }
    .share_way .logo_icon {
        width: .6rem;
        height: .6rem;
        font-size: .5rem;
        margin-right: .5rem;
    }
    .share_way .logo_icon a {
        width: .6rem;
        height: .6rem;
    }
    .footer_explain {
        clear: both;
    }
    
    .mav_mb li {
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 0.2rem 0;
        line-height: 0.58rem;
        border-bottom: 1px solid #777777;
        color: #ffffff;
        background: #333333;
    }
    .mav_mb h2 {
        padding-left: 0.48rem;
        line-height: 1;
        padding-top: .3em;
        padding-bottom: .3em;
        position: relative;
        color: #ffffff;
        font-size: 0.28rem;
    }
    .mav_mb h2::after {
        content: '';
        position: absolute;
        left: 0.3rem;
        width: 0.05rem;
        height: 0.22rem;
        background-color: #005cb9;
        top:50%;
        transform: translate(0,-50%);
    }
    .mav_mb h2 span {
        background: url(../png/jtn.png) no-repeat center center;
        background-size: 100% 100%;
        width: 0.29rem;
        height: 0.16rem;
        position: absolute;
        top: 50%;
        transform: rotate(180deg);
        margin-top: -0.08rem;
        right: 0.25rem;
        transition: all .3s;
    }
    .mav_mb dl {
        height: 0;
        overflow: hidden;
        transition: height 1s;
        margin: 0;
    }
    .mav_mb li.on h2 span {
        transform: rotate(0deg);
    }
    .mav_mb dd {
        width: 100%;
    }
    .mav_mb dd p {
        font-size:0.26rem;
        color: #ffffff;
    }
    .mav_mb li.on dl {
        padding: .5em 0;
        height: auto;
    }
    .mav_mb dd p {
        font-size: 0.26rem;
        color: #ffffff;
    }
    .footer_mb_other {
        width: 100%;
        padding-left: 0.48rem;
        font-weight: bold;
        margin-top: 0.4rem;
    }
    .footer_mb_other p {
        position: relative;
        display: inline-block;
        width: 50%;
        color: #ffffff;
        font-size: 0.28rem;
        margin-bottom: 0.4rem;
    }
    .footer_mb_other p::after {
        content: '';
        position: absolute;
        left: -0.2rem;
        top: 50%;
        transform: translate(0, -50%);
        width: 0.05rem;
        height: 0.22rem;
        background-color: #005cb9;
    }
    .share_box {
        position: static;
        transform: translateY(0);
        text-align: left;
        padding-left: 0;
        margin-left: .25rem;
        margin-right: .25rem;
        border-top: 0.01rem solid #777777;
        margin-bottom: 0.5rem;
    }
    .cookie-cont {
        flex-wrap: wrap;
        font-size: .24rem;
    }
    .cookie-txt {
        width: 100%;
        font-size: 0.22rem;
        padding: 0.4rem 0rem 0rem 0;
    }
    .cookie-right {
        padding: 1em 0;
    }
    /* .cookie-right .btn-agree {
        width: 100%;
    } */
    .read-more-style1:hover {
        background-color: #005cb9;
        border-color:#005cb9;
        color:#ffffff;
    }
    .read-more-style2:hover {
        background-color: #fff;
        border-color:#fff;
        color:#333;
    }
    .footer_div {
        width: 93%;
        overflow: hidden;
        margin: 1rem auto;
    }
    .footer_div > div {
        width: 100%;
        margin-bottom: .5rem;
        position: relative;
    }
    .footer_div > div:nth-child(2) {
        margin-bottom: 0;
    }
    .footer_div>div img {
        width: 100%
    }
    .footer_div>div h4 {
        font-size: 0.36rem;
        color: #fff;
        position: absolute;
        left: 0.7rem;
        top:50%;
        transform: translateY(-50%);
    }
    .go-top {
        width: .6rem;
        height: .6rem;
        right: .25rem;
        bottom: 1.76rem;
        background-color: #595959;
    }
    .go-top i {
        width: .2rem;
        height: .2rem;
        left: .2rem;
        top: .24rem;
    }
    .m-select .val-name {
        line-height: .7rem;
    }
    .select-down-ul {
        top: .7rem;
    }
    .select-down-ul li {
        padding-top: .4em;
        padding-bottom: .4em;
    }
}

/* 新头部 */
@media (max-width: 767px) {
    .header_box{
        display: none !important;
    }
}



/* 新底部 */
.gwm-footer{
    background-color: #f6f7f8;
    padding: 0.9rem 0 0;
}
.footer_tab_list, .footer_icon_list, .footer_detail{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_tab_list {
    height: 0.3rem;
}
.footer_tab_list .f_tab_t a{
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0.01rem;
    font-size: 0.13rem;
}
.footer_tab_list .f_tab_t a:hover{
    font-weight: 500;
}
.footer_tab_list .f_tab_l{
    margin: 0 0.3rem;
    width: 1px;
    height: 54%;
    background: #ccc;
}
.footer_icon_list .f_i_min{
    width: 0.5rem;
    margin-left: 0.2rem;
    opacity: 0.6;
    transition: all .3s;
}
.footer_icon_list .f_i_min:hover{
    opacity: 1;
}
.footer_icon_list .f_i_min img{
    width: 100%;
}
.footer_icon_list .f_i_min:nth-of-type(1){
    margin-left: 0rem;
}

.footer_icon_list{
    padding: 0.8rem 0 0.4rem;
}
.footer_detail{
    padding: 0.5rem 0;
    border-top: 1px solid #e5e5e5;
    font-size: 0.14rem;
    font-weight: 300;
    letter-spacing: 0.02rem;
}
.footer_detail a:nth-of-type(1){
    margin-right: 0.1rem;
}
.footer_detail a:hover{
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    .gwm-footer{

    }
    .footer_text_mb{
        text-align: center;
        font-size: 0.4rem;
    }
    .footer_icon_list{
        padding: 0.8rem 0 1rem;
    }
    .footer_icon_list .f_i_min{
        width: 0.8rem;
        margin-left: 0.4rem;
        opacity: 1;
    }
    .footer_tab_list{
        flex-direction: column;
        height: auto;
        margin-bottom: 0.5rem;
    }
    .line_feed{
        display: flex;
        height: 0.4rem;
        font-size: 0.25rem;
        align-items: center;
    }
    .footer_detail{
        font-size: 0.18rem;
    }
    .footer_tab_list .f_tab_l{
        height: 0.13rem;
        margin-top: 0.05rem;
    }
}