html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    background: #fff;
}
/*头部开始*/
.head {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    padding-top: 20px;
}
.head.hover {
    height: 80px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding-top: 0;
}
.head_a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
}
.head_aa {
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.head_aaa {
    height: 100%;
    object-fit: cover;
    display: block;
}
.head_aab {
    display: none;
}
.head.hover .head_aaa {
    display: none;
}
.head.hover .head_aab {
    height: 100%;
    object-fit: cover;
    display: block;
}
.head_ab {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.head_aba {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.head_abaa {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s;
}
.head_abaaa {
    height: 100%;
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    font-family: 'pf_b';
    position: relative;
}
.head.hover .head_abaaa {
    color: #727072;
}
.head_abaa.active .head_abaaa {
    color: #e9ba5b;
}
.head.hover .head_abaa.active .head_abaaa {
    color: #4e73df;
}
.head_abaa:hover .head_abaaa {
    color: #e9ba5b;
    transform: translateY(-2px);
}
.head.hover .head_abaa:hover .head_abaaa {
    color: #4e73df;
    transform: translateY(-2px);
}
.head_abaaaa {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden; 
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000;
    padding: 5px 0;
    transform: translateY(10px);
}
.head_abaa:hover .head_abaaaa {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.head_abaaaaa {
    width: 100%;
    height: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.head_abaaaaa:hover {
    background: rgba(221, 221, 221, 0.3);
}
.head_abaaaaaa {
    color: #555;
    font-size: 14px;
    display: block;
    font-family: 'pf_b';
}
.head_abaaaaa:hover .head_abaaaaaa {
    color: #4e73df;
}
.head_abb {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.head_abba {
    width: 1px;
    height: 16px;
    background: #fff;
    opacity: .5;
    margin: 0 15px;
}
.head.hover .head_abba {
    background: #727072;
}
.head_abbb {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.head_abbba {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s;
}
.head_abbba:before {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    transition: all 0.3s;
}
.head.hover .head_abbba:before {
    color: #727072;
}
.head_abbba.yy:before {
    content: "\e90c";
}
.head_abbba.hy:before {
    content: "\e63f";
}
.head_abbba.ss:before {
    content: "\e752";
}
.head_abbba.jt:before {
    content: "\eb6d";
    font-size: 8px;
    margin-left: 15px;
    padding-top: 1px;
}
.head_abbb:hover .head_abbba.jt:before {
    transform: rotate(180deg) translateY(0);
}
.head_abbbb {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden; 
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000;
    padding: 5px 0;
}
.head_abbbb.yy {
    width: 135px;
}
.head_abbb:hover .head_abbbb {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.head_abbbba.ignore {
    width: 100%;
    height: 35px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    transition: all 0.3s;
}
.head_abbbba.ignore:hover {
    background: rgba(221, 221, 221, 0.3);
}
.head_abbbbaa {
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    object-fit: cover;
}
.head_abbbbab {
    height: 100%;
    color: #555;
    font-size: 13px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.head_abbbba.ignore:hover .head_abbbbab {
    color: #4e73df;
}
.head_hydl_tcbj {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}
.head_abbb_ydl {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.head_abbb_ydl_a {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.head_abbb_ydl_aa {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    object-fit: cover;
    display: block;
}
.head_abbb_ydl_ab {
    font-size: 13px;
    line-height: 1;
    color: #fff;
    margin-left: 10px;
    padding-bottom: 1px;
}
.head.hover .head_abbb_ydl_ab {
    color: #727072;
}
.head_abbb_ydl_b {
    width: 80px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden; 
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000;
    padding: 5px 0;
}
.head_abbb_ydl:hover .head_abbb_ydl_b {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.head_abbb_ydl_ba {
    width: 100%;
    height: 35px;
    color: #555;
    font-size: 13px;
    line-height: 1;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    transition: all 0.3s;
}
.head_abbb_ydl_ba:hover {
    background: rgba(221, 221, 221, 0.3);
    color: #4e73df;
}
.head_sstc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999;
}
.head_sstc_a {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.head_sstc_b {
    position: fixed;
    top: 60px;
    right: 60px;
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 40%);
    border-radius: 8px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all .2s linear;
}
.head_sstc_b:before {
    content: "\e65a";
    font-size: 18px;
    color: #fff;
    line-height: 1;
}
.head_sstc_c {
    width: 880px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 2px solid #fff;
}
.head_sstc_ca {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    padding: 0;
    outline: none;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}
.head_sstc_ca::-webkit-input-placeholder {
    color: #fff;
    opacity: .8;
}
.head_sstc_ca:-moz-placeholder {
    color: #fff;
    opacity: .8;
}
.head_sstc_ca::-moz-placeholder {
    color: #fff;
    opacity: .8;
}
.head_sstc_ca:-ms-input-placeholder {
    color: #fff;
    opacity: .8;
}
.head_sstc_ca::-ms-input-placeholder {
    color: #fff;
    opacity: .8;
}
.head_sstc_ca:-webkit-autofill,
.head_sstc_ca:-webkit-autofill:hover, 
.head_sstc_ca:-webkit-autofill:focus, 
.head_sstc_ca:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 999999s ease-in-out 0s;
}
.head_sstc_cb {
    height: 100%;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}
.head_sstc_cb:before {
    content: "\e752";
    font-size: 24px;
    color: #fff;
    line-height: 1;
}
.head_abbbc {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: none;
    outline: none;
    padding: 0;
    border: none;
}
.head_abbbc:before {
    content: "\e972";
    font-size: 16px;
    color: #fff;
    line-height: 1;
}
.head.hover .head_abbbc:before {
    color: #727072;
}
.qpdh {
    position: relative;
    z-index: 1000;
}
.qpdh_a {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.qpdh_a.active {
    opacity: 1;
    visibility: visible;
}
.qpdh_b {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100%;
    background: #1A365D;
    background-size: cover;
    transition: left 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    z-index: 1000;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.qpdh_b.active {
    left: 0;
}
.qpdh_ba {
    flex: 0 1 550px;
    min-width: 200px;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.qpdh_baa {
    width: 70%;
    height: 700px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: stretch;
}
.qpdh_baaa {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.qpdh_baaaa {
    width: 100%;
    font-size: 26px;
    font-family: 'pf_b';
    color: #FF7D00;
    line-height: 1;
}
.qpdh_baaab {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    color: rgb(255 255 255 / 70%);
    margin: 22px 0 -3px 0;
}
.qpdh_baaac {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    color: rgb(255 255 255 / 70%);
    margin: 12.5px 0 -2.5px 0;
}
.qpdh_baab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.qpdh_baaba {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.qpdh_baabaa {
    width: 100%;
    font-size: 22px;
    font-family: 'pf_b';
    color: #fff;
    line-height: 1;
}
.qpdh_baabab {
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-top: 5px;
}
.qpdh_baabb {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
}
.qpdh_baabba {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin-left: 12px;
}
.qpdh_baabba:first-child {
    margin-left: 0;
}
.qpdh_baabbaa {
    width: 33px;
    height: 33px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.qpdh_baabbaa:before {
    width: 100%;
    height: 100%;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.qpdh_baabbaa.wx:before {
    content: "\e6a3";
    font-size: 20px;
    color: #3dcb86;
    margin-bottom: -2px;
}
.qpdh_baabbaa.sp:before {
    content: "\e91a";
    font-size: 15px;
    color: #ff9d0e;
    margin-bottom: -2px;
    margin-right: -1px;
    font-weight: bold;
}
.qpdh_baabbaa.ks:before {
    content: "\e8dc";
    font-size: 20px;
    color: #f74d00;
    margin-bottom: -1px;
}
.qpdh_baabbaa.dy:before {
    content: "\e8db";
    font-size: 20px;
    color: #000000;
    margin-bottom: -1px;
    margin-right: -1px;
}
.qpdh_baabbaa.tt:before {
    content: "\e623";
    font-size: 20px;
    color: #ff373c;
    margin-bottom: -2px;
}
.qpdh_baabbaa.ap:before {
    content: "\e90e";
    font-size: 22px;
    color: #4e73df;
    margin-bottom: -1px;
}
.qpdh_baabbab {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    padding: 5px;
    border-radius: 7px;
    margin-top: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000;
}
.qpdh_baabba:hover .qpdh_baabbab {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.qpdh_baabbab:after {
    content: "\1011b";
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.qpdh_baabbaba {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.qpdh_bb {
    flex: 1;
    min-width: 1280px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.qpdh_bba {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all .2s linear;
    background: none;
    border: none;
    outline: none;
    padding: 0;
}
.qpdh_bba:before {
    content: "\e65a";
    font-size: 20px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
}
.qpdh_bbb {
    width: 100%;
    height: 700px;
    padding: 0 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: center;
}
.qpdh_bbba {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 5%);
}
.qpdh_bbbaa {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.qpdh_bbbaaa {
    height: 20px;
    object-fit: cover;
    display: block;
}
.qpdh_bbbaab {
    font-size: 22px;
    color: rgb(217 215 215);
    font-family: 'txmh_cn';
    line-height: 19px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    margin-left: 5px;
}
.qpdh_bbbaac {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    margin-left: 5px;
    padding-top: 6px;
}
.qpdh_bbbab {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.qpdh_bbbaba {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.qpdh_bbbaba:before {
    content: "\e917";
    font-size: 16px;
    color: #fff;
    line-height: 1;
}
.qpdh_bbbabb {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    font-weight: lighter;
    margin-left: 5px;
}
.qpdh_bbbb {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.qpdh_bbbba {
    display: grid;
    align-content: center;
    justify-content: start;
    align-items: start;
    justify-items: start;
}
.qpdh_bbbbaa {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding-bottom: 12px;
    font-family: 'pf_b';
    position: relative;
    margin-bottom: 20px;
}
.qpdh_bbbbaa:before {
    content: "";
    width: 32px;
    border-bottom: 3px solid #FF7D00;
    position: absolute;
    bottom: 0;
    border-radius: 25px;
}
.qpdh_bbbbab {
    display: grid;
    align-content: center;
    justify-content: start;
    align-items: center;
    justify-items: start;
}
.qpdh_bbbbaba {
    font-size: 14px;
    line-height: 1;
    color: rgb(255 255 255 / 90%);
    margin-top: 20px;
    padding-left: 0;
}
.qpdh_bbbbaba:first-child {
    margin-top: 0;
}
.qpdh_bbbbaba:hover {
    transform: translateX(-2px);
}
.qpdh_bbbc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-end;
}
.qpdh_bbbca {
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    font-family: 'pf_m';
}
.qpdh_bbbcb {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.qpdh_bbbcba {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.qpdh_bbbcbaa {
    font-size: 14px;
    color: rgb(255 255 255 / 70%);
    line-height: 1;
    margin-left: 15px;
}
.qpdh_bbbcbaa:first-child {
    margin-left: 0;
}
.qpdh_bbbcbaa a {
    font-size: 14px;
    color: rgb(255 255 255 / 70%);
    line-height: 1;
    display: block;
}
.qpdh_bbbcbb {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.qpdh_bbbcbba {
    font-size: 14px;
    color: rgb(255 255 255 / 70%);
    line-height: 1;
    display: block;
    margin-left: 15px;
}
.qpdh_bbbcbba:first-child {
    margin-left: 0;
}
/*头部结束*/
/*底部开始*/
.foot {
    width: 100%;
    background: #1A365D;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.foot_a {
    width: 1280px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.foot_aa {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid rgb(255 255 255 / 5%);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.foot_aaa {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.foot_aaaa {
    height: 20px;
    object-fit: cover;
    display: block;
}
.foot_aaab {
    font-size: 22px;
    color: rgb(217 215 215);
    font-family: 'txmh_cn';
    line-height: 19px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    margin-left: 5px;
}
.foot_aaac {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    margin-left: 5px;
    padding-top: 6px;
}
.foot_aab {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.foot_aaba {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin-left: 12px;
}
.foot_aaba:first-child {
    margin-left: 0;
}
.foot_aabaa {
    width: 33px;
    height: 33px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.foot_aabaa:before {
    width: 100%;
    height: 100%;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.foot_aabaa.wx:before {
    content: "\e6a3";
    font-size: 20px;
    color: #3dcb86;
    margin-bottom: -2px;
}
.foot_aabaa.sp:before {
    content: "\e91a";
    font-size: 15px;
    color: #ff9d0e;
    margin-bottom: -2px;
    margin-right: -1px;
    font-weight: bold;
}
.foot_aabaa.ks:before {
    content: "\e8dc";
    font-size: 20px;
    color: #f74d00;
    margin-bottom: -1px;
}
.foot_aabaa.dy:before {
    content: "\e8db";
    font-size: 20px;
    color: #000000;
    margin-bottom: -1px;
    margin-right: -1px;
}
.foot_aabaa.tt:before {
    content: "\e623";
    font-size: 20px;
    color: #ff373c;
    margin-bottom: -2px;
}
.foot_aabaa.ap:before {
    content: "\e90e";
    font-size: 22px;
    color: #4e73df;
    margin-bottom: -1px;
}
.foot_aabab {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: #fff;
    padding: 5px;
    border-radius: 7px;
    margin-top: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000;
}
.foot_aaba:hover .foot_aabab {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.foot_aabab:after {
    content: "\1011b";
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.foot_aababa {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.foot_ab {
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.foot_aba {
    height: 140px;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.foot_abaa {
    display: grid;
    align-content: center;
    justify-content: start;
    align-items: start;
    justify-items: start;
    margin-left: 90px;
}
.foot_abaa:first-child {
    margin-left: 0;
}
.foot_abaaa {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding-bottom: 12px;
    font-family: 'pf_b';
    position: relative;
    margin-bottom: 20px;
}
.foot_abaaa:before {
    content: "";
    width: 32px;
    border-bottom: 3px solid #FF7D00;
    position: absolute;
    bottom: 0;
    border-radius: 25px;
}
.foot_abaab {
    display: grid;
    align-content: center;
    justify-content: start;
    align-items: center;
    justify-items: start;
}
.foot_abaaba {
    font-size: 14px;
    line-height: 1;
    color: rgb(255 255 255 / 90%);
    margin-top: 12px;
    padding-left: 0;
}
.foot_abaaba:first-child {
    margin-top: 0;
}
.foot_abaaba:hover {
    transform: translateX(-2px);
}
.foot_abb {
    height: 140px;
    display: grid;
    align-content: space-between;
    justify-content: end;
    align-items: stretch;
    justify-items: end;
}
.foot_abba {
    display: grid;
    align-content: center;
    justify-content: end;
    align-items: start;
    justify-items: end;
}
.foot_abbaa {
    font-size: 18px;
    color: #FF7D00;
    line-height: 1;
    font-family: 'pf_b';
}
.foot_abbab {
    display: grid;
    align-content: center;
    justify-content: end;
    align-items: start;
    justify-items: end;
}
.foot_abbaba {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    margin-top: 12px;
}
.foot_abbabaa {
    font-size: 14px;
    line-height: 1;
    color: rgb(255 255 255 / 90%);
    padding-right: 12px;
}
.foot_abbabab {
    font-size: 14px;
    line-height: 1;
    color: rgb(255 255 255 / 90%);
}
.foot_abbb {
    background: url(https://dxcc.gwairgroup.com/uploads/20250314/530a3e134daae0f78f258fda56cd0c81.gif);
    color: #4e73df;
    font-size: 14px;
    line-height: 1;
    padding: 8px 17px;
    border-radius: 5px;
    font-family: 'pf_b';
}
.foot_ac {
    width: 100%;
    padding: 25px 0;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(255 255 255 / 5%);
}
.foot_aca {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.foot_acaa {
    font-size: 13px;
    line-height: 1;
    color: rgb(255 255 255 / 60%);
    margin-left: 15px;
}
.foot_acaa:first-child {
    margin-left: 0;
}
.foot_acaa a {
    font-size: 13px;
    line-height: 1;
    color: rgb(255 255 255 / 60%);
    display: block;
}
.foot_acb {
    font-size: 13px;
    line-height: 1;
    color: rgb(255 255 255 / 60%);
    display: block;
}
.fldh {
    position: fixed;
    right: 25px;
    bottom: 40px;
    z-index: 999;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
}
.fldh_a {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}
.fldh_a:hover {
    transform: translateY(-5px);
}
.fldh_a:before {
    content: "\e93a";
    font-size: 25px;
    color: #727072;
    line-height: 1;
}
.fldh_b {
    width: 45px;
    background: #fff;
    border-radius: 25px;
    display: grid;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding: 15px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
}
.fldh_ba {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    margin-top: 15px;
    background: none;
    outline: none;
    border: none;
    padding: 0;
}
.fldh_ba:hover {
    transform: translateY(-5px);
}
.fldh_ba:first-child {
    margin-top: 0;
}
.fldh_ba.kf:before {
    content: "\e70a";
    font-size: 22px;
    color: #727072;
    line-height: 1;
}
.fldh_ba.bm:before {
    content: "\ea08";
    font-size: 20px;
    color: #727072;
    line-height: 1;
    margin-right: -2px;
}
.znkf {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.znkf_a {
    width: 1024px;
    height: 768px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.znkf_aa {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.znkf_aaa {
    width: 30px;
    height: 30px;
    background: #2f4271;
    border-radius: 50%;
    transition: all 0.3s;
    border: none;
    outline: none;
    padding: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.znkf_aaa:hover {
    transform: rotate(90deg);
}
.znkf_aaa:before {
    content: "\e65a";
    font-size: 10px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
}
.znkf_ab {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    border: none;
    background: none;
    padding: 0;
    outline: none;
}
html.modal-open {
    overflow: hidden;
    height: 100%;
}
#modal-scroll-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    overflow-y: scroll;
}
#modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modal-content {
    max-height: 80vh;
    overflow-y: auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
}
/*底部结束*/
/*公用模型开始*/
.qymx {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    overflow-y: scroll;
}
.qymx_a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.qymx_aa {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
/*公用模型结束*/
/*页面导航开始*/
.ymdt {
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.ymdh {
    width: 100%;
    height: 80px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}
.ymdh:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #f2f2f2;
    position: absolute;
    bottom: 0;
}
.ymdh_a {
    width: 1280px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.ymdh_aa {
    height: 45px;
    position: absolute;
    top: -38px;
    display: grid;
    align-content: center;
    justify-content: start;
    align-items: start;
    justify-items: start;
}
.ymdh_aaa {
    height: 16px;
    font-size: 24px;
    color: #fff;
    line-height: 19px;
    font-family: FSSinclair_b;
    text-transform: uppercase;
    margin-left: -1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.ymdh_aab {
    width: 6px;
    height: 14px;
    background: #FF7D00;
    margin-top: 15px;
}
.ymdh_ab {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.ymdh_ab:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #e4dfda;
    position: absolute;
    bottom: 0;
}
.ymdh_aba {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.ymdh_aba a {
    height: 100%;
    font-size: 14px;
    color: #727072;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    position: relative;
}
.ymdh_abaa:after {
    content: "\e65f";
    height: 100%;
    font-size: 10px;
    color: #727072;
    line-height: 1;
    font-family: 'iconfont';
    margin: 0 5px;
    padding-top: 0.5px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ymdh_abb {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ymdh_abba {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.ymdh_abbaa {
    height: 100%;
    margin-left: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ymdh_abbaa:first-child {
    margin-left: 0;
}
.ymdh_abbaaa {
    height: 100%;
    font-size: 14px;
    color: #727072;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ymdh_abbaa.active .ymdh_abbaaa {
    color: #4e73df;
}
.ymdh_abbb {
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #4e73df;
    transition: all 0.3s ease;
    will-change: left, width;
}
/*页面导航结束*/
/*联系我们开始*/
.lxwm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.lxwm_a {
    width: 1280px;
    margin: 70px 0;
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
}
.lxwm_aa {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.lxwm_aaa {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.lxwm_aaaa {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.lxwm_aaaaa {
    width: 100%;
    height: 34px;
    font-size: 50px;
    line-height: 38px;
    font-family: Rajdhani_b;
    text-transform: uppercase;
    color: #e9ba5b;
    margin-left: -3px;
    letter-spacing: -2px;
}
.lxwm_aaaab {
    width: 100%;
    height: 26px;
    font-size: 40px;
    line-height: 30px;
    font-family: Rajdhani_b;
    text-transform: uppercase;
    color: #e9ba5b;
    margin-left: -2px;
    letter-spacing: -2px;
    margin-top: 15px;
}
.lxwm_aaab {
    width: 100%;
    font-size: 30px;
    color: #5c4c4b;
    line-height: 1;
    font-weight: 300;
    margin-top: 20px;
}
.lxwm_aaac {
    width: 100%;
    font-size: 30px;
    color: #5c4c4b;
    line-height: 1;
    font-weight: 300;
    margin-top: 10px;
}
.lxwm_aaad {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15px;
}
.lxwm_aaad p {
    width: 100%;
    font-size: 14px;
    color: #7a7a7a;
    line-height: 1;
    margin: 15px 0 0 0;
    font-family: BlueSky;
}
.lxwm_aaaa p:first-child {
    margin-top: -5px;
}
.lxwm_abab {
    width: 20px;
    height: 23px;
    background: url(//dxcc.gwairgroup.com/uploads/allimg/20250731/1-250I11644114W.png) no-repeat;
    background-size: contain;
}
.amap-info-content {
    width: 350px;
    background: #fff;
    border-radius: 7px;
    padding: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.lxwm_abac {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.lxwm_abaca {
    width: 100%;
    height: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #2f4271 url(https://dxcc.gwairgroup.com/uploads/20250311/aaacadb3ed001d54aae4ce4ea6392190.png);
    background-size: 100% 300%;
    background-position: center top;
    padding: 0 15px;
}
.lxwm_abacaa {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    padding-top: 1px;
}
.amap-info-close {
    width: auto;
    height: 40px;
    right: 15px;
    top: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #999;
    font-weight: 300;
}
.lxwm_abacb {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.lxwm_abacba {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}
.lxwm_abacba:first-child {
    margin-top: 0;
}
.lxwm_abacbaa {
    font-size: 13px;
    line-height: 1;
    color: #333;
}
.lxwm_abacbab {
    font-size: 13px;
    line-height: 1;
    color: #666;
}
.lxwm_ab {
    width: 880px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: stretch;
    position: relative;
}
.lxwm_aba {
    width: 100%;
    height: 100%;
    padding-bottom: 154px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.lxwm_abaa {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.lxwm_abb {
    width: 100%;
    height: 139px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.lxwm_abba {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.lxwm_abba:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #f2f2f2;
    position: absolute;
    bottom: 0;
}
.lxwm_abbaa {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.lxwm_abbaaa {
    font-size: 14px;
    color: #727072;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-bottom: 17px;
}
.lxwm_abbaaa::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    transition: background-color 0.3s;
}
.lxwm_abbaa.active .lxwm_abbaaa::after {
    background: #4e73df;
}
.lxwm_abbb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.lxwm_abbba {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    animation: fadeIn 0.5s;
}
.lxwm_abbba.active {
    display: flex;
}
.lxwm_abbbaa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.lxwm_abbbaab {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.lxwm_abbbaaba {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    transition: transform 0.3s ease;
}
.lxwm_abbbaabaa {
    width: 293.3333333333333px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.lxwm_abbbaabaaa {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    color: #4e73df;
    padding-top: 15px;
}
.lxwm_abbbaabaab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    padding-top: 15px;
}
.lxwm_abbbaabaaba {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-family: BlueSky;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1;
}
.lxwm_abbbaabaaba:first-child {
    margin-top: 0;
}
.lxwm_abbbaabaabaa {
    color: #7a7a7a;
}
.lxwm_abbbaabaabab {
    color: #7a7a7a;
}
.lxwm_abbbaaa {
    position: absolute;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.lxwm_abbbaaa.tl {
    left: -32px;
}
.lxwm_abbbaaa.tr {
    right: -32px;
}
.lxwm_abbbaaa.tl:hover {
    transform: translateX(-5px);
}
.lxwm_abbbaaa.tr:hover {
    transform: translateX(5px);
}
.lxwm_abbbaaa.tl:before {
    content: "\101d1";
    font-size: 22px;
    line-height: 1;
    color: #7a7a7a;
}
.lxwm_abbbaaa.tr:before {
    content: "\e799";
    font-size: 22px;
    line-height: 1;
    color: #7a7a7a;
}
.lxwm_aba .amap-controls, .lxwm_aba .amap-logo, .lxwm_aba .amap-copyright {
    display: none !important;
}
.lxwm_abaa .amap-info-contentContainer {
    opacity: 0;
    margin-top: -30px;
}
.lxwm_dttc_an {
    height: 35px;
    background: #fff;
    border: none;
    outline: none;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    bottom: 164px;
    border-radius: 10px;
    padding: 0 10px;
}
.lxwm_dttc_an_a {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 5px;
}
.lxwm_dttc_an_b {
    height: 100%;
    font-size: 14px;
    color: #333;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.lxwm_dttc_tc {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,40,48,.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.lxwm_dttc_tc_a {
    width: 90%;
    height: 90%;
    border-radius: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.lxwm_dttc_tc_aa {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: rgba(0,0,0,.3);
    z-index: 9;
    border-radius: 8px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all .2s linear;
}
.lxwm_dttc_tc_aa:before {
    content: "\e65a";
    font-size: 14px;
    color: #fff;
    line-height: 1;
}
.lxwm_dttc_tc_ab {
    width: 100%;
    height: 100%;
}
.lxwm_b {
    width: 100%;
    background: url(https://dxcc.gwairgroup.com/uploads/20250330/6357ba69a190fa5491d6aa53f15546bb.jpg);
    background-size: cover;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.lxwm_ba {
    width: 1280px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0;
}
.lxwm_baa {
    display: grid;
    justify-content: start;
    align-items: start;
    justify-items: start;
}
.lxwm_baaa {
    font-size: 24px;
    line-height: 1;
    color: #727072;
}
.lxwm_baab {
    width: 100%;
    font-size: 24px;
    color: rgb(196 181 150);
    text-transform: uppercase;
    line-height: 18px;
    margin-top: 15px;
    font-family: 'Rajdhani_s';
}
.lxwm_baac {
    font-size: 14px;
    color: #655952;
    opacity: .49;
    margin-top: 15px;
    line-height: 1;
}
.lxwm_bab {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.lxwm_baba {
    width: 140px;
    height: 250px;
    background: #fff;
    border-radius: 10px;
    margin-left: 6px;
    overflow: hidden;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.lxwm_baba:first-child {
    margin-left: 0;
}
.lxwm_babaa {
    width: 110px;
    height: 110px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.lxwm_babaaa {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lxwm_babab {
    width: 100%;
    height: 95px;
    display: flex;
    align-content: space-between;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 15px;
    flex-wrap: wrap;
}
.lxwm_bababa {
    width: 33px;
    height: 33px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.lxwm_bababa.gzh:before {
    width: 100%;
    height: 100%;
    content: "\e6a3";
    font-size: 20px;
    color: #fff;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgb(61 203 134 / 70%), rgb(61 203 134 / 100%));
    padding-top: 1.5px;
}
.lxwm_bababa.sph:before {
    width: 100%;
    height: 100%;
    content: "\e91a";
    font-size: 16px;
    color: #fff;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgb(255 157 14 / 70%), rgb(255 157 14 / 100%));
    padding-top: 1.5px;
}
.lxwm_bababa.ksh:before {
    width: 100%;
    height: 100%;
    content: "\e8dc";
    font-size: 19px;
    color: #fff;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgb(247 77 0 / 70%), rgb(247 77 0 / 100%));
}
.lxwm_bababa.dyh:before {
    width: 100%;
    height: 100%;
    content: "\e8db";
    font-size: 18px;
    color: #fff;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgb(30 30 30 / 70%), rgb(30 30 30 / 100%));
}
.lxwm_bababa.tth:before {
    width: 100%;
    height: 100%;
    content: "\e623";
    font-size: 17px;
    color: #fff;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgb(255 55 60 / 70%), rgb(255 55 60 / 100%));
}
.lxwm_bababa.app:before {
    width: 100%;
    height: 100%;
    content: "\e90e";
    font-size: 20px;
    color: #fff;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgb(26 54 93 / 70%), rgb(26 54 93 / 100%));
}
.lxwm_bababb {
    width: 100%;
    font-size: 14px;
    color: #595959;
    opacity: .6;
    margin-top: 15px;
    line-height: 1;
}
.lxwm_bababc {
    width: 100%;
    font-size: 14px;
    color: #595959;
    opacity: .6;
    margin-top: 5px;
    line-height: 1;
    padding-bottom: 5px;
}
/*联系我们结束*/
/*关于星航品牌故事开始*/
.ppgs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.ppgs_a {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ppgs_aa {
    width: 1280px;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    padding: 70px 0;
    position: relative;
}
.ppgs_aaa {
    width: 350px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.ppgs_aaa:before {
    content: "";
    width: 266px;
    height: 90px;
    background: url(https://dxcc.gwairgroup.com/uploads/20250308/c7eee0490db7cfc46fa3dd129975348d.jpg);
    background-size: cover;
    position: absolute;
    bottom: -70px;
    right: 0;
}
.ppgs_aaaa {
    width: 100%;
    font-size: 20px;
    color: #59504c;
    line-height: 1;
}
.ppgs_aaab {
    width: 100%;
    height: 29px;
    font-size: 19px;
    color: #9da1a3;
    text-transform: uppercase;
    line-height: 17px;
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-family: 'Rajdhani_s';
}
.ppgs_aaab:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #FF7D00;
    position: absolute;
    bottom: 0;
}
.ppgs_aaac {
    width: 100%;
    color: #afb3b4;
    font-size: 18px;
    text-align: justify;
    font-weight: 500;
    line-height: 1;
}
.ppgs_aaad {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.ppgs_aaada {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-top: 35px;
}
.ppgs_aaada:first-child {
    margin-top: 0;
}
.ppgs_aaadaa {
    width: 100%;
    font-size: 15px;
    color: #727072;
    line-height: 1;
}
.ppgs_aaadab {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 15px;
}
.ppgs_aaadaba {
    font-size: 34px;
    font-family: dinpro;
    color: #e40000;
    line-height: 29px;
    margin-bottom: -5px;
    margin-left: -1px;
}
.ppgs_aaadabb {
    font-size: 15px;
    color: #727072;
    line-height: 1;
    margin-left: 5px;
}
.ppgs_aab {
    width: 850px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.ppgs_aab p {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #777;
  text-align: justify;
  padding-top: 25px;
  margin: -5px 0;
  opacity: 0;
  animation: fadeInUp 1.5s var(--delay, 0s) forwards;
}
.ppgs_aab p:nth-child(1) {
  --delay: 0.1s;
}
.ppgs_aab p:nth-child(2) {
  --delay: 0.3s;
}
.ppgs_aab p:nth-child(3) {
  --delay: 0.5s;
}
.ppgs_aab p:first-child {
    padding-top: 0;
}
.ppgs_b {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ppgs_ba {
    width: 1280px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0;
}
.ppgs_baa {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 70px;
}
.ppgs_baaa {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.ppgs_baaaa {
    width: 100%;
    font-size: 24px;
    line-height: 1;
    color: #727072;
    font-family: 'pf_b';
}
.ppgs_baaab {
    width: 100%;
    height: 16px;
    font-size: 24px;
    color: rgb(196 181 150);
    text-transform: uppercase;
    line-height: 18px;
    margin-top: 10px;
    font-family: 'Rajdhani_s';
}
.ppgs_baaac {
    font-size: 14px;
    color: rgb(101 89 82 / 70%);
    margin-top: 20px;
    line-height: 1;
}
.ppgs_baab {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
}
.ppgs_baaba {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 25px;
}
.ppgs_baaba:first-child {
    margin-left: 0;
}
.ppgs_baabaa {
    font-size: 35px;
    height: 25px;
    line-height: 32px;
    color: rgb(196 181 150);
    margin-right: 5px;
    margin-left: -1px;
    font-family: dinpro;
}
.ppgs_baabab {
    font-size: 18px;
    color: #8e8e8b;
    line-height: 1;
}
.ppgs_baac {
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}
.ppgs_baaca {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.ppgs_baaca:before {
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(196 181 150 / 25%);
    position: absolute;
    bottom: 0;
}
.ppgs_baacaa {
    font-size: 14px;
    color: #616161;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-bottom: 15px;
}
.ppgs_baacaa::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    transition: background 0.3s;
}
.ppgs_baacaa.active::after {
    background: #FF7D00;
}
.ppgs_baacb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    animation: fadeIn 0.3s ease;
}
.ppgs_baacba {
    font-size: 14px;
    color: #616161;
    line-height: 1;
    margin: 20px 15px 0 0;
}
.ppgs_bab {
    width: 50%;
    height: 530px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ppgs_baba {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ppgs_babaaa {
    width: 100%;
    visibility: hidden;
}
.ppgs_babaab {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}
.ppgs_babaad {
    z-index: 3;
}
.ppgs_babaa, .ppgs_babaa .ppgs_babaab, .ppgs_babaad {
    position: absolute;
    float: none;
}
.ppgs_babaa:hover .ppgs_babaab, .ppgs_babaa .ppgs_babaac {
    opacity: 0;
}
.ppgs_babaa:hover .ppgs_babaac {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.ppgs_babaada {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0.85;
}
.ppgs_babaadaa {
    width: 80px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.ppgs_babaadaaa {
    width: 100%;
    height: 30px;
    color: #fff;
    line-height: 1;
    font-size: 13px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ppgs_babaa:hover .ppgs_babaada {
    height: auto;
}
.ppgs_babaadaab {
    width: 100%;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.ppgs_babaadaaba {
    width: 100%;
    height: 25px;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #333;
}
.ppgs_babaada, .ppgs_babaa .ppgs_babaab {
    transition: all 0.8s ease;
}
.ppgs_babaa.xb {
    width: 422.7px;
    top: 64px;
    left: -1px;
}
.ppgs_babaa.xb .ppgs_babaab {
    background-image: url(https://dxcc.gwairgroup.com/uploads/20250308/fa9e727ece2058e7941c906ae6312d7e.png);
}
.ppgs_babaa.xb .ppgs_babaac {
    background-image: url(https://dxcc.gwairgroup.com/uploads/20250308/de8053e920dd0b99d240fa57ac3ae643.png);
}
.ppgs_babaa.xb .ppgs_babaad {
    top: 40%;
    left: 40%;
}
.ppgs_babaa.xb .ppgs_babaadaaa {
    background: #F59E0B;
}
.ppgs_babaa.xn {
    width: 386px;
    bottom: 38px;
    left: 28px;
}
.ppgs_babaa.xn .ppgs_babaab {
    background-image: url(https://dxcc.gwairgroup.com/uploads/20250308/108ccb4ddfb83a28212c5670ee39bf30.png);
}
.ppgs_babaa.xn .ppgs_babaac {
    background-image: url(https://dxcc.gwairgroup.com/uploads/20250308/1a527fa5b33332e71d9c2bc175b6087b.png);
}
.ppgs_babaa.xn .ppgs_babaad {
    top: 50%;
    right: 10%;
}
.ppgs_babaa.xn .ppgs_babaadaaa {
    background: #84CC16;
}
.ppgs_babaa.hb {
    width: 282.4px;
    top: 5px;
    right: 91px;
}
.ppgs_babaa.hb .ppgs_babaab {
    background-image: url(https://dxcc.gwairgroup.com/uploads/20250308/16b6b1b7a4819b692698e386215eb659.png);
}
.ppgs_babaa.hb .ppgs_babaac {
    background-image: url(https://dxcc.gwairgroup.com/uploads/20250308/8d1e5f4ad23292e69a6924fe2402d2ef.png);
}
.ppgs_babaa.hb .ppgs_babaad {
    top: 65%;
    right: 22%;
    z-index: 5;
}
.ppgs_babaa.hb .ppgs_babaadaaa {
    background: #10B981;
}
.ppgs_babaa.db {
    width: 142px;
    top: 0;
    right: 0;
}
.ppgs_babaa.db .ppgs_babaab {
    background-image: url(https://dxcc.gwairgroup.com/uploads/20250308/98dd13f0c235808212f22d51bff2b07a.png);
}
.ppgs_babaa.db .ppgs_babaac {
    background-image: url(https://dxcc.gwairgroup.com/uploads/20250308/4d68d50877ca3fe8354d61455c77d7a1.png);
}
.ppgs_babaa.db .ppgs_babaad {
    top: 35%;
    right: 5%;
}
.ppgs_babaa.db .ppgs_babaadaaa {
    background: #60A5FA;
}
.ppgs_babaa.hz {
    width: 96px;
    top: 262px;
    left: 394px;
}
.ppgs_babaa.hz .ppgs_babaab {
    background-image: url(https://dxcc.gwairgroup.com/uploads/20250308/9e857337082a22d529f84a30fba9841b.png);
}
.ppgs_babaa.hz .ppgs_babaac {
    background-image: url(https://dxcc.gwairgroup.com/uploads/20250308/25e5b6f04296504d9f9e01782a0ec0ca.png);
}
.ppgs_babaa.hz .ppgs_babaad {
    top: 45%;
    right: 5%;
}
.ppgs_babaa.hz .ppgs_babaadaaa {
    background: #EC4899;
}
.ppgs_babaa.hn {
    width: 170px;
    bottom: -1.5px;
    right: 125px;
    transform: rotate(-0.5deg);
    transform-origin: center center;
}
.ppgs_babaa.hn .ppgs_babaab {
    background-image: url(https://dxcc.gwairgroup.com/uploads/20250308/33cb2254983af173222e32de13b94aa9.png);
}
.ppgs_babaa.hn .ppgs_babaac {
    background-image: url(https://dxcc.gwairgroup.com/uploads/20250308/bd6fd8ecac2789fb49011d68eacca29f.png);
}
.ppgs_babaa.hn .ppgs_babaad {
    top: 35%;
    right: 5%;
}
.ppgs_babaa.hn .ppgs_babaadaaa {
    background: #8B5CF6;
}
.ppgs_babaa.hd {
    width: 110px;
    bottom: 65px;
    right: 68px;
}
.ppgs_babaa.hd .ppgs_babaab {
    background-image: url(https://dxcc.gwairgroup.com/uploads/20250308/80911f0302fea14e2d241512e1820767.png);
}
.ppgs_babaa.hd .ppgs_babaac {
    background-image: url(https://dxcc.gwairgroup.com/uploads/20250308/0a0d68933592b5b45b7f622b0e0d2f80.png);
}
.ppgs_babaa.hd .ppgs_babaad {
    top: 35%;
    right: -30%;
}
.ppgs_babaa.hd .ppgs_babaad .ppgs_babaadaa {
    background: #7db1ff;
}
.ppgs_c {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ppgs_ca {
    width: 1280px;
    padding: 70px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.ppgs_caa {
    width: 416.6666666666667px;
    height: 175px;
    margin: 15px 15px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 0;
    background: #fff;
    position: relative;
    transition: all 0.3s;
    border: 0.5px solid #f5f5f5;
}
.ppgs_caa:hover {
    transform: translateY(-2px);
}
.ppgs_caa:before {
    content: "";
    background: url(https://www.pku.edu.cn/Public/static/themes/image/bg9a.svg) right bottom no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ppgs_caa:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #1A365D;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ppgs_caa:nth-child(-n+3) {
    margin-top: 0;
}
.ppgs_caa:nth-child(3n) {
    margin-right: 0;
}
.ppgs_caaa {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    z-index: 1;
}
.ppgs_caaaa {
    width: 100%;
    font-size: 22px;
    line-height: 1;
    color: #262626;
    font-family: 'pf_b';
    text-align: center;
}
.ppgs_caaab {
    width: 100%;
    height: 13px;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    line-height: 14px;
    margin-top: 10px;
    font-family: BlueSky;
    position: relative;
    text-align: center;
}
.ppgs_caab {
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    z-index: 1;
}
.ppgs_caab p {
    width: 100%;
    margin: 15px 0 0 0;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    color: #666;
}
.ppgs_caab p:first-child {
    margin-top: 0;
}
.ppgs_d {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 70px;
}
.ppgs_d:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background: rgb(196 195 195 / 30%);
    top: 257.5px;
    left: 0;
}
.ppgs_da {
    width: 1280px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    background: rgba(255,255,255,0.9);
    padding-top: 70px;
}
.ppgs_daa {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.ppgs_daaa {
    width: 100%;
    font-size: 24px;
    line-height: 1;
    color: #1A365D;
    font-family: 'pf_b';
    text-align: center;
}
.ppgs_daab {
    width: 100%;
    height: 14px;
    font-size: 20px;
    color: rgb(196 181 150);
    text-transform: uppercase;
    line-height: 16px;
    margin-top: 10px;
    font-family: 'Rajdhani_s';
    text-align: center;
    margin-right: -2px;
}
.ppgs_dab {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.ppgs_daba {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    z-index: 1;
}
.ppgs_daba.tl {
    left: -60px;
}
.ppgs_daba.tl:before {
    content: "";
    background: url(//dxcc.gwairgroup.com/uploads/allimg/20250802/1-250P2133251121.png);
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ppgs_daba.tl:hover:before {
    content: "";
    background: url(//dxcc.gwairgroup.com/uploads/allimg/20250802/1-250P2133321C5.png);
    background-size: 100% 100%;
    transform: translateX(-2px);
}
.ppgs_daba.tr {
    right: -60px;
}
.ppgs_daba.tr:before {
    content: "";
    background: url(//dxcc.gwairgroup.com/uploads/allimg/20250802/1-250P2132F55Y.png);
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ppgs_daba.tr:hover:before {
    content: "";
    background: url(//dxcc.gwairgroup.com/uploads/allimg/20250802/1-250P2133011X6.png);
    background-size: 100% 100%;
    transform: translateX(2px);
}
.ppgs_dabb {
    width: 1180px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.ppgs_dabba {
    width: 100%;
    overflow: hidden;
}
.ppgs_dabbaa {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}
.ppgs_dabbaaa {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ppgs_dabbaaaa {
    width: 18.8%;
    height: 40px;
    color: rgb(101 89 82 / 70%);
    font-size: 17px;
    line-height: 1;
    font-family: BlueSky;
    margin-left: 1.5%;
    border: 1px solid rgb(221 221 221 / 50%);
    border-radius: 25px;
    background: url(https://dxcc.gwairgroup.com/uploads/20250314/530a3e134daae0f78f258fda56cd0c81.gif);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ppgs_dabbaaaa:first-child {
    margin-left: 0;
}
.ppgs_dabbaaaa:hover {
    color: #4e73df;
}
.ppgs_dabbaaaa.active {
    background: -webkit-linear-gradient(left, #64c6ff, #3494ff);
    color: #fff;
    border: none;
}
.ppgs_dac {
    width: 100%;
    height: 400px;
    padding: 70px 70px 50px 70px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin-top: -20px;
}
.ppgs_dac:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: rgb(196 195 195 / 30%);
    top: 0px;
    left: 161px;
}
.ppgs_daca {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.ppgs_daca.active {
    display: flex;
}
.ppgs_dacaa {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
}
.ppgs_dacaa:first-child {
    margin-top: 0;
}
.ppgs_dacaaa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.ppgs_dacaaaa {
    width: 99px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    z-index: 1;
}
.ppgs_dacaaaaa {
    width: 68px;
    font-size: 16px;
    line-height: 1;
    color: #e40000;
    font-family: 'pf_b';
    position: absolute;
    text-align: right;
}
.ppgs_dacaaaab {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-left: 83px;
}
.ppgs_dacaaaab:before {
    content: "\e63c";
    font-size: 16px;
    line-height: 1;
    color: #4e73df;
}
.ppgs_dacaaac {
    width: 100%;
    font-size: 17px;
    color: #262626;
    line-height: 1;
    padding-left: 114px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: justify;
}
.ppgs_dacaab {
    width: 100%;
    padding-left: 114px;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.ppgs_dacaab p {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    margin: 5px 0 -5px 0;
    color: #878787;
    text-align: justify;
}
.ppgs_dacaab p:first-child {
    margin-top: -3px;
}
.ppgs_e {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ppgs_ea {
    width: 1280px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    padding: 70px 0;
}
.ppgs_eaa {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.ppgs_eaaa {
    width: 100%;
    font-size: 24px;
    line-height: 1;
    color: #727072;
    font-family: 'pf_b';
    text-align: center;
}
.ppgs_eaab {
    width: 100%;
    height: 14px;
    font-size: 20px;
    color: rgb(196 181 150);
    text-transform: uppercase;
    line-height: 16px;
    margin-top: 10px;
    font-family: 'Rajdhani_s';
    text-align: center;
    margin-right: -2px;
}
.ppgs_eab {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ppgs_eaba {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.ppgs_eabaa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    transition: transform 0.5s ease-in-out;
}
.ppgs_eabaaa {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
}
.ppgs_eabaaaa {
    width: 413.3333333333333px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    transition: all 0.3s;
    margin-left: 20px;
    overflow: hidden;
    border: 0.5px solid #f5f5f5;
}
.ppgs_eabaaaa:first-child {
    margin-left: 0;
}
.ppgs_eabaaaa:hover {
    transform: translateY(-2px);
}
.ppgs_eabaaaaa {
    width: 100%;
    height: 230px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.ppgs_eabaaaaaa {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 1s;
}
.ppgs_eabaaaaaa:hover {
    transform: scale(1.1);
}
.ppgs_eabaaaab {
    width: 100%;
    height: 121px;
    padding: 25px 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.ppgs_eabaaaab:before {
    content: "";
    background: url(https://www.pku.edu.cn/Public/static/themes/image/bg9a.svg) right bottom no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ppgs_eabaaaaba {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    z-index: 1;
}
.ppgs_eabaaaabb {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #878787;
    margin: 10px 0 -5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    z-index: 1;
    text-align: justify;
}
.ppgs_eabb {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.ppgs_eabba {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    z-index: 1;
}
.ppgs_eabba.tl {
    left: -60px;
}
.ppgs_eabba.tl:before {
    content: "";
    background: url(//dxcc.gwairgroup.com/uploads/allimg/20250802/1-250P2133251121.png);
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ppgs_eabba.tl:hover:before {
    content: "";
    background: url(//dxcc.gwairgroup.com/uploads/allimg/20250802/1-250P2133321C5.png);
    background-size: 100% 100%;
    transform: translateX(-2px);
}
.ppgs_eabba.tr {
    right: -60px;
}
.ppgs_eabba.tr:before {
    content: "";
    background: url(//dxcc.gwairgroup.com/uploads/allimg/20250802/1-250P2132F55Y.png);
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ppgs_eabba.tr:hover:before {
    content: "";
    background: url(//dxcc.gwairgroup.com/uploads/allimg/20250802/1-250P2133011X6.png);
    background-size: 100% 100%;
    transform: translateX(2px);
}
.ppgs_eabc {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.ppgs_eabca {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    margin-left: 7px;
}
.ppgs_eabca.active {
    background: #4e73df;
}
.ppgs_rytc {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 1000;
    animation: fadeIn 0.3s;
}
.ppgs_rytc_a {
    width: 880px;
    max-height: 80vh;
    border-radius: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: slideDown 0.3s;
    overflow: hidden;
    position: absolute;
    display: flex;
    flex-direction: column;
}
.ppgs_rytc_aa {
    width: 100%;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background: #2f4271 url(https://dxcc.gwairgroup.com/uploads/20250311/aaacadb3ed001d54aae4ce4ea6392190.png);
    background-size: 100% 300%;
    background-position: center top;
    padding: 0 15px;
}
.ppgs_rytc_aaa {
    height: 100%;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    font-family: 'pf_b';
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.ppgs_rytc_aab {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    cursor: pointer;
}
.ppgs_rytc_aab:before {
    content: "\e65a";
    font-size: 12px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
}
.ppgs_rytc_ab {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}
.ppgs_rytc_aba {
    width: 100%;
    background: #fff;
    padding: 15px;
    overflow-y: auto;
    flex: 1;
}
.ppgs_rytc_abaa {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.ppgs_rytc_abaaa {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}
.ppgs_rytc_abab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-top: 15px;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes slideDown {
    from {
        transform: translate(-50%, -60%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}
.ppgs_rytc_abab p {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #333;
    padding: 0;
    margin: 15px 0 -5px 0;
    text-align: justify;
}
.ppgs_rytc_abab p:first-child {
    margin-top: -5px;
}
/*关于星航品牌故事结束*/
/*关于星航资质认证开始*/
.zzrz {
    width: 100%;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.zzrz_a {
    width: 1280px;
    padding: 70px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.zzrz_aa {
    width: 413.3333333333333px;
    margin: 20px 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    border: 0.5px solid #f5f5f5;
    transition: all 0.3s;
}
.zzrz_aa:nth-child(-n+3) {
    margin-top: 0;
}
.zzrz_aa:nth-child(3n) {
    margin-right: 0;
}
.zzrz_aa:hover {
    transform: translateY(-2px);
}
.zzrz_aaa {
    width: 100%;
    height: 293.64px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 5px;
    background: #f5f5f5;
}
.zzrz_aaaa {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.zzrz_aaaaa {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.zzrz_aab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    position: relative;
}
.zzrz_aab:before {
    content: "";
    background: url(https://www.pku.edu.cn/Public/static/themes/image/bg9a.svg) right bottom no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.zzrz_aaba {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    color: #333;
    font-family: 'pf_b';
    text-align: left;
    z-index: 1;
}
.zzrz_aabb {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    z-index: 1;
}
.zzrz_aabba {
    font-size: 13px;
    line-height: 1;
    color: #888;
}
.zzrz_aabbb {
    font-size: 13px;
    line-height: 1;
    color: #888;
}
.zzrz_b {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(37,40,48,.95);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
.zzrz_ba {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.zzrz_baa {
    position: fixed;
    top: 60px;
    right: 60px;
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 40%);
    border-radius: 8px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    padding: 0;
    transition: all 0.3s;
}
.zzrz_baa:hover {
    transform: translateY(-2px);
}
.zzrz_baa:before {
    content: "\e65a";
    font-size: 18px;
    color: #fff;
    line-height: 1;
}
.zzrz_bab {
    max-width: 100%;
    max-height: 70vh;
    display: block;
    object-fit: cover;
    margin: 0 auto;
}
/*关于星航资质认证结束*/