@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: 400;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0!important;
}
table td {
    background: #fff;
}
caption,
th {
    text-align: left;
}


blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

.hide {
    display: none;
}
.clear {
    clear: both;
}

img {
    border: 0;
    outline: 0;
}

body {
    font-family: "'Microsoft YaHei','HarmonyOS Sans','Menlo'";
    color: #333;
    overflow-x: hidden;
    -webkit-text-size-adjust: none; /*	字体固定*/
    font-size: 20px;
}

* {
    box-sizing: border-box;
}

.clearfix {
    clear: both;
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clear {
    zoom: 1;
}
.clear:after {
    display: table;
    content: '';
    clear: both;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all .5s;
    -webkit-transition: 0.5s;
}

a:hover {
    color: #7d1e1e;
}
a img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
a:hover img{
    /* transform: scale(1.05);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08); */
}

.fl {
    float: left;
}

.fr {
    float: right;
}
/*
.pc_none{display: none;}
.mobile_none{display: none;}
*/

.wrap{
    width: 1400px;
    margin: 0 auto;
}

.link_t,
.lm_more{
    font-size: 20px;
    position: absolute;
}
.link_t a,
.lm_more a{
    display: block;
    line-height: 1.2;
    padding-bottom: 2px;
    transition: all .5s;
    margin-top: 0;
    position: relative;
    padding-right: 18px;
}
.link_t a::before,
.lm_more a::before{
    content: '';
    width: 11px;
    height: 11px;
    background: url(guobo202509_jt_01.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    transition: all .5s;
}
.link_t a:hover::before,
.lm_more a:hover::before{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.lm_more a:first-child{
    margin-left: 0;
}
.menu_mobile{
    display: none;
}

/*关闭icon-x*/
.icon_close {
    content: '';
    width: 15%;
    height: 100%;
    /* position: absolute; */
    /* right: 0; */
    /* top: 50%; */
    /* margin-top: -10px; */
    cursor: pointer;
    position: relative;
}
.icon_close::after, .icon_close::before {
    content: '';
    width: 20px;
    height: 2px;
    display: block;
    background: #a5343c;
    border-radius: 10px;
    position: absolute;
    /* top: 0;
    left: 0; */
    /* margin-top: 10px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icon_close::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.icon_close::before {
    -webkit-transform: translate(-50%, -50%)rotate(-45deg);
    transform:translate(-50%, -50%)  rotate(-45deg);
}
.icon_close:hover::after, .icon_close:hover::before {
    background: #7d1e1e;
}
/*关闭icon-x-移动端*/
@media(max-width: 768px){
    .icon_close {
        content: '';
        width: .36rem;
        height: .36rem;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -.2rem;
        cursor: pointer;
    }
    .icon_close::after,  .icon_close::before {
        content: '';
        width: 100%;
        height: 2px;
        display: block;
        background: #a5343c;
        border-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: .18rem;
    }
    .icon_close::after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .icon_close::before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .icon_close:hover::after,  .icon_close:hover::before {
        background: #7d1e1e;
    }
}

/*头部导航*/
.header {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    height: 140px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.top {
    width: 100%;
    height: 100%;
    padding-top: 55px;
}
.top .logo {
    width: 232px;
    /*	height: 82px;*/
    margin-left: -116px;
    position: absolute;
    left: 50%;
    bottom: 10px;
}
.top .logo img {
    width: 100%;
}
.top .logo img.pc_none {
    display: none;
}
.top .menu_l {
    float: left;
    margin-left: calc((100% - 1380px) / 2);
}
.top .menu_r {
    float: right;
    /* margin-right: 50px; */
    margin-right: calc((100% - 1380px) / 2 - 90px);
}
.top .menu {
    float: left;
}
.top .menu li {
    float: left;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}
.top .menu a {
    display: block;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
}
.top .menu a:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 1);
}
.top .menu li.active a {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 1);
}
.top .menu_l .menu li {
    margin-right: 45px;
}
.top .menu_l .menu li:last-child {
    margin-right: 0;
}
.top .menu_r .menu li {
    margin-left: 45px;
}
.top .menu_r .menu li:first-child {
    margin-left: 0;
}
.top .english {
    position: relative;
    float: left;
    margin-left: 45px;
    /* border: 1px solid rgba(255, 255, 255, .5); */
    /* border-radius: 20px; */
    /*height: 40px;*/
    /* line-height: 38px; */
    /* padding: 0 35px 0 20px; */
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 20px;
    /* font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; */
    font-family: "Georgia";
    width: 80px;
    box-sizing: content-box;
    vertical-align: middle;
    transition: all .3s;
    overflow: hidden;
}
.top .english:hover {
    /* height: 80px; */
    /* transition: all .3s; */
}
.current-language {
    /*height: 40px;*/
    line-height: 40px;
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    display: inline-block;
    left: 20%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.current-language a:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 1);
}
.current-language a {
    display: block;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
}

.xly_body .top .english a:hover {
    color: #333333;
    border-bottom-color: #333333;
}




.top .english .jt {
    content: "";
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgba(255, 255, 255, 1);
    position: absolute;
    top: 21px;
    right: 20%;
    margin-top: -3px;
    margin-left: 8px;
}
.top .chinese{
    position: absolute;
    top: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    display: none;
    width: 100%;
    /* text-align: center; */
}
.top .chinese a {
    display: block;
    padding-left: 20px;
    border-radius: 0px;
    transition: all .3s;
    height: 40px;
    line-height: 40px;
}
.top .chinese a:hover{
    background: rgba(255,255,255,.9);
    padding-left: 26px;
    /* text-align: center; */
    transition: all .3s;
}
.top .english:hover .chinese{
    display: block;
}
.top .search_pc{
    float: left;
    margin-left: 10px;
    position: relative;
    /*	background: #f00*/
}
.top .search {
    width: 40px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    background: url(guobo202509_ico_so.png) center center no-repeat;
    cursor: pointer;
    margin-right: 2px;
}
/*pc头部检索框*/
.top .search_pc .sobox_pc{
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    /* background: rgba(255,255,255,1); */
    /* border-radius: 100px; */

    width: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.top .search_pc.on .sobox_pc{
    width: 360px;
    opacity: 1;
}
.top .search_pc .sobox_pc .inp_w{
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /*	border: 1px solid #f00;*/
    border-radius: 100px;
    position: relative;
    background: #fff;
}
.top .search_pc .sobox_pc .inputs{
    /* width:calc(70% - 4px) ; */
    width:70% ;
    height: 100%;
    background-color: #fff;
    border: 0;
    /* box-shadow: 0px 2px 20px 0px rgba(165, 52, 60, 0.1); */
    border-radius: 0px;
    /* padding: 0 60px 0 45px; */
    /* padding-right: 4px; */
    /* padding-left: 2px; */
    border: 0;
    outline: 0;
    font-size: 18px;
}
.top .search_pc .sobox_pc input {
    color: #e4c2c4;
}
.top .search_pc .sobox_pc input.dark {
    color: #333;
}
.top .search_pc .sobox_pc .inputs::placeholder {
    color: #e4c2c4;
}
.top .search_pc .sobox_pc .so_close_pc{
    z-index: 2;
    /* top: 0; */
    /* top: 50%; */
    /* left: 15px; */
    /* left: 0; */
    /* transform: translateY(-50%); */
    margin-top: 0;
    background: #fff;
    border-radius: 50px 0 0px 50px;
}
.top .search_pc .sobox_pc .but_so{
    width: 15%;
    height: 100%;
    /* position: absolute; */
    /* top: 0; */
    /* right: -1px; */
    background: url(guobo202509_ico_so_m.png) center center no-repeat #fff;
    background-size: 17px 17px;
    border: 0;
    border-left: 1px solid #e5e5e5;
    border-radius: 0 100px 100px 0;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.top .search_pc .sobox_pc .but_so:hover{
    background-color: #a5343c;
    background-image: url(guobo202509_ico_so.png)
}

/*移动端按钮*/
.but{display: none;}
.search_m{display: none;}
.search_box{display: none;}
@media(max-width: 1570px){
    .top .menu_r {
        margin-right: 50px;
    }
}

/*1500px 头部导航*/
@media(max-width: 1500px){
    .top {
        padding-top: 55px;
    }
    .top .logo {
        width: 200px;
        margin-left: -100px;
        bottom: 20px;
    }
    .top .menu_l {
        margin-left: 50px;
    }
    .top .menu li {
        font-size: 20px;
    }
    .top .menu_l .menu li {
        margin-right: 30px;
    }

    .top .menu_r .menu li {
        margin-left: 30px;
    }
    .top .english {
        margin-left: 30px;
        border-radius: 16px;
        height: 32px;
        line-height:36px;
        /* line-height: 30px; */
        /* padding: 0 35px 0 20px; */
        font-size: 18px;
        line-height: 16px;
        margin-top: 5px;
        /* padding-top: 8px; */
        width: 64px;
    }
    .top .english:hover {
        height: 64px;
    }
    .current-language {
        height: 32px;
        line-height:32px;
    }
    .top .chinese {
        top: 32px;
        height: 32px;
        line-height: 32px;
    }
    .top .chinese a {
        height: 32px;
        line-height: 32px;
        padding-left: 14px;
    }
    .top .chinese a:hover {
        padding-left: 22px;
    }
    .top .english .jt {
        top: 17px;
    }
    .top .search {
        /* margin-left: 6px; */
        width: 32px;
        height: 34px;
        background-size: 13px;
        margin-top: 5px;
    }
    .top .search_box{display: none;}
}
@media(max-width: 1320px){
    .top .menu_l .menu li {
        margin-left: 0;
        margin-right: 16px
    }
    .top .menu_r .menu li {
        margin-right: 0;
        margin-left: 16px
    }
    .top .menu li {
        font-size: 18px;
    }
    .top .english {
        margin-left: 16px;
        width: 64px;
    }
    .top .chinese a:hover {
        padding-left: 20px;
    }

}
/*pad端头部导航*/
@media(max-width: 1024px) {
    .header {
        /*		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));*/
        background: none;
        height: 100px;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 9;
    }
    .top {
        width: auto;
        margin: 0 50px;
        height: 100%;
        padding-top: 18px;
    }
    .top .logo {
        width: 180px;
        margin-left: 0;
        position: initial;
    }
    .top .logo img {
        width: 100%;
    }
    .top .logo img.mobile_none {
        display: none;
    }
    .top .logo img.pc_none {
        display: block;
    }
    .learn_top .top .logo img.pc_none {
        display: none!important;
    }
    .learn_top .top .logo img.mobile_none {
        display: block!important;
    }
    .top .menu_l {
        display: none;
    }
    .top .menu_r {
        display: none;
    }
    .top .search{
        display: block;
        float: none;
        margin-left: 0;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 0;
        background: url(guobo202509_ico_so_m.png) center center no-repeat #eee;
        background-size: 17px 17px;
        position: absolute;
        right: 100px;
        top: 50%;
        margin-top: -18px;
    }

    .search_box{
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100px;
        border-top: .05rem solid #a5343c;
        background: rgba(255,255,255, .98);
        padding: 60px 0;
        z-index: 9999;
    }
    .search_box .inp_w{
        width: 70%;
        margin: 0 auto;
        /*		border: 1px solid #707070;*/
        border-radius: 40px;
        position: relative;
    }
    .search_box .inputs{
        width: 100%;
        height: 60px;
        background-color: #fff;
        border: 0;
        box-shadow: 0px 2px 20px 0px rgba(165, 52, 60, 0.1);
        border-radius: 100px;
        padding: 0 60px 0 18px;
        font-size: 18px;
    }
    .search_box input {
        color: #e4c2c4;
    }
    .search_box input.dark {
        color: #333;
    }
    .search_box .inputs::placeholder {
        color: #e4c2c4;
    }
    .search_box .so_close{
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
        width: 28px;
        height: 28px;
        right: 40px;
        top: 50%;
    }
    .but_so{
        width: 70px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(guobo202509_ico_so_m.png) center center no-repeat #fff;
        background-size: 17px 17px;
        border: 0;
        border-left: 1px solid #e5e5e5;
        border-radius: 0 100px 100px 0;
    }

    .top .but{display: block;}
    .but{
        width: 28px;
        height: 20px;
        position: absolute;
        right: 50px;
        top: 50%;
        margin-top: -10px;
        cursor: pointer;
        /*		background: #ff0*/
    }
    .but i{
        height: 2.5px;
        background: #707070;
        display: block;
        margin-top: 9px;
        position: relative;
        border-radius: 10px;
        transition: 0.4s;
        -webkit-transition: 0.4s;
    }
    .but i::after,
    .but i::before {
        content: '';
        width: 100%;
        height: 2.5px;
        display: block;
        position: absolute;
        left: 0;
        background: #707070;
    }
    .learn_top .but i{
        height: 2.5px;
        background: #FFFFFF;
        display: block;
        margin-top: 9px;
        position: relative;
        border-radius: 10px;
        transition: 0.4s;
        -webkit-transition: 0.4s;
    }
    .learn_top .but i::after,
    .learn_top .but i::before {
        content: '';
        width: 100%;
        height: 2.5px;
        display: block;
        position: absolute;
        left: 0;
        background: #FFFFFF;
    }
    .but i::after{
        top: -11px;
    }
    .but i::before {
        bottom: -11px;
    }
    .phone_on .but i::after{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin: 0;
    }
    .phone_on .but i::before{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin: 0;
    }
    .phone_on .but i:before, .phone_on .but i:after{
        background: #707070;
        top: 0;
    }
    .learn_top .phone_on .but i:before, .phone_on .but i:after{
        /*background: #FFFFFF;*/
        top: 0;
    }
    .phone_on .but i {
        background: none;
    }
    .menu_mobile{

    }

    /*	pad端导航 弹窗*/
    .menu_mobile{
        z-index: 9999;
        position: absolute;
        top: 100px;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255, .98);
        border-left: 10px solid #a5343c;
        width: 45%;
        padding: 0 30px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .menu_mobile ul li {
        border-bottom: 0.01rem solid #7eb2d0;
    }
    .menu_mobile .title1{
        line-height: 70px;
        font-size: 22px;
        padding-left: 30px;
        position: relative;
    }
    .menu_mobile .title1 .icos {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        background: url(guobo202509_jt_next_h.png) no-repeat center center;
        background-size: 6px auto;
        right: 0;
        top: 15px;
        transition: all .5s;
        -webkit-transition: all .5s;
    }
    .menu_mobile ul li.on .title1 a {
        color: #a5343c;
    }
    .menu_mobile ul li.on .title1 .icos {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .menu_mobile ul li .sonul {
        display: none;
    }
    .menu_mobile ul li .sonul .tas {
        display: block;
        padding: 15px 20px 15px 40px;
        line-height: 1.2;
        border-top: 01px solid #d2e3ed;
        font-size: 20px;
    }

}
/*移动端头部导航*/
@media (max-width:768px) {
    .header {
        height: 1.4rem;
    }
    .top {
        margin: 0 .3rem;
        padding-top: .3rem;
    }
    .top .logo {
        width: 2.3rem;
    }
    .top .menu_l {
        display: none;
    }
    .top .menu_r {
        display: none;
    }

    .top .search{
        width: .5rem;
        height: .5rem;
        background-size: .2rem .2rem;
        right: 1.1rem;
        margin-top: -.25rem;
    }

    .search_box{
        top: 1.4rem;
        padding: .8rem 0;
    }
    .search_box .inp_w{
        width: auto;
        margin: 0 1rem 0 .4rem;
        /*		border: 1px solid #707070;*/
        border-radius: 100px;
        position: relative;
        box-shadow: 0px 2px 20px 0px rgba(165, 52, 60, 0.2);
    }
    .search_box .inputs{
        width: 100%;
        height: .8rem;
        background-color: #fff;
        /*		border: 1px solid #d1dee9;*/
        border: 0;
        box-shadow: 0px 2px 20px 0px rgba(165, 52, 60, 0.1);
        border-radius: 100;
        padding: 0 1rem 0 .3rem;
        font-size: .3rem;
    }
    .search_box input {
        color: #e4c2c4;
    }
    .search_box input.dark {
        color: #333;
    }
    .search_box .inputs::placeholder {
        color: #e4c2c4;
    }
    .search_box .so_close{
        width: .36rem;
        right: .3rem;
        top: 50%;
    }
    .but_so{
        width: .9rem;
        height: .8rem;
        position: absolute;
        top: 0;
        right: 0;
        background: url(guobo202509_ico_so_m.png) center center no-repeat #fff;
        background-size: .3rem .3rem;
        border: 0;
        border-left: 1px solid #e5e5e5;
        border-radius: 0 100px 100px 0;
    }

    .top .but{display: block;}
    .but{
        width: .46rem;
        height: .32rem;
        right: .4rem;
        top: 50%;
        margin-top: -.16rem;
    }
    .but i{
        height: .04rem;
        margin-top: .15rem;
    }
    .but i::after,
    .but i::before {
        height: .04rem;
    }
    .but i::after{
        top: -.13rem;
    }
    .but i::before {
        bottom: -.13rem;
    }


    .phone_on .but i::after{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin: 0;
    }
    .phone_on .but i::before{
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin: 0;
    }
    .phone_on .but i:before, .phone_on .but i:after{
        background: #707070;
        /* background: #b00; */
        top: 0;
    }
    .phone_on .but i {
        background: none;
    }
    .menu_mobile{
        /*		display: none;*/
    }
    .menu_mobile.on{
        /*		display: block;*/
    }
    /*	pad端导航 弹窗*/
    .menu_mobile{
        z-index: 9999;
        position: absolute;
        top: 1.4rem;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255, .98);
        border-left: 0;
        border-top: .05rem solid #a5343c;
        width: 100%;
        padding: 0 .3rem;
    }
    .menu_mobile ul li {
        border-bottom: 0.01rem solid #7eb2d0;
    }
    .menu_mobile .title1{
        line-height: 1rem;
        font-size: .32rem;
        padding-left: .3rem;
        position: relative;
    }
    .menu_mobile .title1 a {
        display: block;
    }
    .menu_mobile .title1 .icos {
        content: '';
        position: absolute;
        width: .6rem;
        height: .6rem;
        background: url(guobo202509_jt_next_h.png) no-repeat center center;
        background-size: .12rem auto;
        right: 0;
        top: .2rem;
        transition: all .5s;
        -webkit-transition: all .5s;
    }
    .menu_mobile ul li.on .title1 a {
        color: #a5343c;
    }
    .menu_mobile ul li.on .title1 .icos {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .menu_mobile ul li .sonul {
        display: none;
    }
    .menu_mobile ul li .sonul .tas {
        display: block;
        padding: .3rem .3rem .3rem .5rem;
        line-height: 1.2;
        border-top: 01px solid #d2e3ed;
        font-size: .3rem;
    }



}

/*底部页脚*/
.mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.footer{
    padding: 90px 0 20px;
    background: #f9f7f4;
    line-height: 2;
    clear: both;
}
.footer .logo{
    text-align: center;
}
.footer .logo img{
    width: 232px;
    float: none;
}
.footer .t_linker{
    margin-top: 50px;
    position: relative;
    padding-right: 130px;
    padding-left: 50px;
}
.footer .t_linker .bt{
    float: left;
}
.footer .t_linker  {
    font-size: 18px;
}
.footer .t_linker .friend{
    display: table;
    font-size: 18px;
}
.footer .t_linker .friend a{
    display: inline-block;
    margin-left: 30px;
}
.footer .t_linker .friend a:first-child{
    /*	margin-left: 0;*/
}
.footer .lm_more{
    right: 0;
    top: .5em;
    margin-top: -2px;
    font-size: inherit;
}
.footer .d_box{
    border-top: 1px solid #ece4d9;
    margin-top: 56px;
    padding: 20px 160px 30px;
    position: relative;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
}
.footer .d_box_b_left {
    float: left;
    padding-top: 10px;
    margin-top: 20px;
}
.footer .d_box_b_left img {
    width: 160px;
}
.d_box_b_right {
    margin-left: 203px;
    margin-top: 20px;
}
.footer .b_linker a{
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    position: relative;
}
.footer .b_linker a::before{
    content: '';
    width: 0;
    height: 16px;
    margin-top: -7px;
    border-left: 2px solid #333;
    position: absolute;
    right: -1px;
    top: 50%;
}
.footer .b_linker a:last-child::before{
    display: none;
}
.footer .p .ln{
    padding: 0 16px;
    white-space: nowrap;
    position: relative;
}
.footer .p .ln i {
    font-style: normal;
}
.footer .p .ln::before{
    content: '';
    width: 0;
    height: 16px;
    margin-top: -7px;
    border-left: 2px solid #999;
    position: absolute;
    right: -2px;
    top: 50%;
}
.footer .p .ln:last-child::before{
    display: none;
}
.footer .d_box .p{
    color: #999;
    text-align: left;
}
.footer .icon_lan{
    position: absolute;
    right: 150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 50px;
    margin-top: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.footer  .list .qr-li {
    width: calc(100% / 9);
    margin: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.footer  .list .icon {
    width: 89px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 50%;
    margin: auto;
}

.footer  .list .icon::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.footer  .list .icon .img-i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer  .list .txt {
    font-size: 16px;
    margin-top: 17px;
    text-align: center;
    line-height: 1.3;
}

.footer  .list .suds-pop {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer  .list .suds-pop.at-t {
    margin-bottom: 30px;
    width: 150px;
}
.footer  .list  .weixin  .suds-pop.at-t {
    width: 421px;
}
.footer  .list .suds-pop::before {
    border: none;
    width: 22px;
    height: 22px;
}

.footer  .list .suds-pop::after {
    border-radius: 0;
}

.footer  .list .suds-pop .img {
    width: 130px;
}

.footer  .list .suds-pop .img + .img {
    margin-left: 5px;
}

.footer  .list .suds-pop .img img {
    display: block;
    width: 100%;
    height: auto;
}

/* 底部 1320以下样式 */
@media (max-width: 1320px) {
    .footer .list {
        padding: 0;
    }
    .footer .list .icon {
        width: 70px;
    }
    .footer .list .suds-pop.at-t {
        margin-bottom: 20px;
        width: 120px;
    }
    .footer .list .weixin .suds-pop.at-t {
        width: 330px;
        margin-bottom: 20px;
    }
}

/* pc 端、移动端 - 划过弹窗基础样式(一般用于划过出现的二维码) 开始 */
.suds-mod {
    position: relative;
}

.suds-mod .suds-pop {
    position: absolute;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    /* 弹窗向上 */
    /* 弹窗向下 */
    /* 弹窗向左 */
    /* 弹窗向右 */
}

.suds-mod .suds-pop::before, .suds-mod .suds-pop::after {
    content: '';
    position: absolute;
    z-index: -1;
}

.suds-mod .suds-pop::before {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.suds-mod .suds-pop::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 5px;
}

.suds-mod .suds-pop.at-t {
    left: 50%;
    bottom: 100%;
    margin-bottom: 10px;
    -webkit-transform: translate(-50%, 10%);
    transform: translate(-50%, 10%);
}

.suds-mod .suds-pop.at-t::before {
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.suds-mod .suds-pop.at-b {
    left: 50%;
    top: 100%;
    margin-top: 10px;
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
}

.suds-mod .suds-pop.at-b::before {
    left: 50%;
    bottom: 100%;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg);
}

.suds-mod .suds-pop.at-l {
    right: 100%;
    top: 50%;
    margin-right: 10px;
    -webkit-transform: translate(10%, -50%);
    transform: translate(10%, -50%);
}

.suds-mod .suds-pop.at-l::before {
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.suds-mod .suds-pop.at-r {
    left: 100%;
    top: 50%;
    margin-left: 10px;
    -webkit-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
}

.suds-mod .suds-pop.at-r::before {
    top: 50%;
    right: 100%;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
}

.suds-mod .suds-pop > * {
    position: relative;
    z-index: 1;
}

.suds-mod.x-show, .suds-mod:hover {
    z-index: 1;
}

.suds-mod.x-show > .suds-pop, .suds-mod:hover > .suds-pop {
    opacity: 1;
    visibility: visible;
}

.suds-mod.x-show > .suds-pop.at-t, .suds-mod:hover > .suds-pop.at-t {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.suds-mod.x-show > .suds-pop.at-b, .suds-mod:hover > .suds-pop.at-b {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.suds-mod.x-show > .suds-pop.at-l, .suds-mod:hover > .suds-pop.at-l {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.suds-mod.x-show > .suds-pop.at-r, .suds-mod:hover > .suds-pop.at-r {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.suds-mod:hover > .suds-target + .suds-pop {
    opacity: 0;
    visibility: hidden;
}

.suds-mod.x-show > .suds-target + .suds-pop {
    opacity: 1;
    visibility: visible;
}
/* pc 端、移动端 - 划过弹窗基础样式(一般用于划过出现的二维码) 结束 */

@media (max-width: 1500px){
    .wrap{
        width: auto;
        margin: 0 50px;
    }
    .link_t,
    .lm_more{
        font-size: 18px;
        position: absolute;
    }
}
/*pad端*/
@media (max-width: 1024px) {
    .wrap{
        width: auto;
        margin: 0 50px;
    }


}

/*移动端*/
@media (max-width: 768px) {
    .wrap{
        width: auto;
        margin: 0 .3rem;
        font-size: 0.32rem;
    }
    .top .btn{
        display: block;
    }
    .link_t,
    .lm_more{
        font-size: .3rem;
    }
    .link_t a,
    .lm_more a {
        padding-right: .3rem;
    }
    .link_t a::before,
    .lm_more a::before{
        width: .17rem;
        height: .17rem;
        margin-top: -.07rem;
    }


}

/*	底部页脚 1500以下样式	*/
@media (max-width: 1500px) {
    .footer{
        font-size: 18px;
    }
    .footer .t_linker{
        padding-left: 0;
        padding-right: 100px;
    }
    .footer .d_box {
        padding: 20px 100px 30px;
        font-size: 16px;
    }
    .footer .icon_lan {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
/*	底部页脚 pad端 样式	*/
@media (max-width: 1024px) {
    .footer .d_box{
        padding: 20px 0 20px;
        font-size: 16px;
    }
    .footer .t_linker   {
        font-size: 16px;
    }
    .footer .t_linker .friend{
        font-size: 16px;
    }
    .footer .icon_lan{
        right: 0;
        position: relative;
        top: 60px;
        bottom: 39px;
        display: block;
        overflow: hidden;
        clear: both;
    }
}
/*	底部页脚 移动端 768以下样式	*/
@media (max-width: 768px) {

    /*底部页脚*/
    .footer{
        padding: .9rem 0 .2rem;
        background: #f9f7f4;
        line-height: 2;
    }
    .footer .logo{
        text-align: center;
    }
    .footer .logo img{
        width: 2.6rem;
    }
    .footer .t_linker{
        margin-top: .5rem;
        position: relative;
        padding-right: 0;
        padding-left: 0;
        font-size: .3rem;
    }
    .footer .t_linker .bt{
        float: left;
    }
    .footer .t_linker .friend{
        display: table;
        font-size: .28rem;
    }
    .footer .t_linker   {
        font-size: 0.28rem;
    }
    .footer .t_linker .friend a{
        display: inline-block;
        margin-left: 0;
        width: auto;
        /* width: 50%; */
        padding-left: .3rem;
        font-size: 0.28rem;
    }
    .footer .t_linker .friend a:first-child{
        /*	margin-left: 0;*/
    }
    .footer .lm_more{
        /* left: 0;
        right: auto;
        top: 2.5em; */
        right: 0.4rem;
        left: auto;
        bottom: 0;
        margin-top: 0;
        font-size: inherit;
        position: absolute;
        top: auto;
    }

    .footer .d_box{
        border-top: .01rem solid #ece4d9;
        margin-top: .5rem;
        padding: .3rem 0;
        position: relative;
        font-size: .28rem;
        text-align: center;
    }
    .d_box_b_left ,
    .d_box_b_right {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: .2rem;
        clear: both;
    }

    .footer .d_box_b_left img {
        width: 40%;
    }
    .footer .b_linker a{
        display: inline-block;
        vertical-align: middle;
        padding: 0 .2rem;
        position: relative;
    }
    .footer .b_linker a::before{
        content: '';
        width: 0;
        height: .28rem;
        margin-top: -.12rem;
        border-left: .02rem solid #333;
        position: absolute;
        right: -.03rem;
        top: 50%;
    }
    .footer .b_linker a:last-child::before{
        display: none;
    }
    .footer .p .ln{
        padding: 0px .2rem;
        white-space: nowrap;
        position: relative;
        display: block;
    }
    .footer .p .ln::before{
        display: none;
        /*
                content: '';
                width: 0;
                height: .28rem;
                margin-top: -.12rem;
                border-left: .02rem solid #999;
                position: absolute;
                right: -。03rem;
                top: 50%;
        */
    }
    .footer .p .ln:last-child::before{
        display: none;
    }
    .footer .d_box .p{
        color: #999;
        text-align: center;
    }
    .footer .icon_lan{
        position: relative;
        right: auto;
        top: .3rem;
        -webkit-transform: none;
        transform: none;
    }
    .footer .icon_lan img{
        width: .9rem;
    }

    .footer .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin-top: 0.2rem;
    }
    .footer  .list .qr-li {
        width: calc(33%);
        margin: .4rem 0 0;
    }

    .footer  .list .icon {
        width: 1.3rem;
        position: relative;
        overflow: hidden;
        background: #fff;
        border-radius: 50%;
        margin: auto;
    }

    .footer  .list .icon::before {
        content: '';
        display: block;
        padding-top: 100%;
    }

    .footer  .list .icon .img-i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .footer  .list .txt {
        font-size: .26rem;
        margin-top: .2rem;
        text-align: center;
        line-height: 1.3;
    }


    .footer  .list .suds-pop {
        box-shadow: 0 0 .3rem rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer  .list .suds-pop.at-t {
        margin-bottom: .3rem;
        width: auto;
    }
    .footer .list .weixin .suds-pop.at-t {
        width: auto;
    }

    .footer  .list .suds-pop::before {
        border: none;
        width: .22rem;
        height: .22rem;
    }

    .footer  .list .suds-pop::after {
        border-radius: 0;
    }

    .footer  .list .suds-pop .img {
        width: 1.8rem;
    }

    .footer  .list .suds-pop .img + .img {
        margin-left: .05rem;
    }

    .footer  .list .suds-pop .img img {
        display: block;
        width: 100%;
        height: auto;
    }
    .footer .d_box .p2 span {
        display: block;
    }
    .footer .d_box .p2 i {
        font-style: normal;
        display: block;
    }

}


/* 列表页头部 */
.xly_body{
    background-color: #efefef;
}
.header_black .header{
    background: none;
}
.xly_body .header{
    position: relative;
}
.xly_body .header .top .menu li{
    color: #333333;
}
.xly_body .top .menu a:hover {
    font-weight: bold;
    color: #333333;
    border-bottom-color: #333333;
}
.xly_body .top .menu li.active a {
    font-weight: bold;
    color: #333333;
    border-bottom-color: #333333;
}
.xly_body .top .logo img.pc_none{
    display: block;
}
.xly_body .top .logo img.mobile_none{
    display: none;
}
.xly_body .top .english{
    border-color: rgba(36, 36, 36, 0.2);
    color: #333333;
}
.xly_body .top .english .jt{
    border-top-color: #333333;
}
.xly_body .top .search{
    border: 1px solid rgba(36, 36, 36, 0.2);
    background-image: url(guobo202509_ico_so_m.png);
}

.xly_wz{
    font-size: 16px;
    line-height: 1.2;
    margin-top: 20px;
}
@media (max-width:1024px) {
    .xly_wz{
        margin-top: 20px;
    }
}
@media (max-width:768px) {
    .xly_wz {
        font-size: 0.32rem;
        margin-top: 0.2rem;
    }
}