@font-face {
    font-family: msyhsb;
    src: url("../fonts/msyhsb.ttc");
}

@font-face {
    font-family: SourceHanSerifSC-Regular;
    src: url("../fonts/SourceHanSerifSC-Regular.otf");
}

@font-face {
    font-family: msyhsb;
    src: url("");
}

@font-face {
    font-family: msyh;
    src: url("");
}

@font-face {
    font-family: SourceHanSerifCN-Heavy;
    src: url("../fonts/SourceHanSerifCN-Heavy.otf");
}

@font-face {
    font-family: DIN-BoldAlternate;
    src: url("../fonts/DIN-BoldAlternate.otf");
}

* {
    font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-size: 14px;
    overflow-x: hidden;
}

html, body {
    min-height: 100vh;
    width: 100vw;
}

html {
}

.clearfix::after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix {
}

.clear::after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clear {
}

.ie_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.9;
    z-index: 99998;
}

.ie9tips {
    width: 600px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0px 0px -300px;
    line-height: 1.8;
    color: rgb(255, 255, 255);
    z-index: 99999;
    text-align: center;
}

.ie9tips a {
    color: red;
}

.ie9tips img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
}

.ie9tips p {
    padding-top: 10px;
    color: rgb(255, 255, 255);
    width: 420px;
    margin: 10px auto;
    line-height: 1.8;
}

a {
    text-decoration: none;
    outline: none;
}

a, input, img, :focus {
    outline-style: none;
}

ul {
    list-style: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

h3, h4, h5 {
    font-weight: normal;
}

h4 a:hover, h5 a:hover {
    transition: all 0.36s ease-in-out 0s;
}

hr {
    display: block;
    height: 1px;
    border: 0px;
    background: rgb(216, 216, 216);
    padding: 0px;
    margin-bottom: 3.25rem;
    margin-top: 2.5rem;
}

abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container01, .container02, .container03, .container04, .container05, .container06, .container07, .container08, .n-container01, .n-container03, .n-container04 {
    margin: 0px auto;
}

.slow {
    overflow: hidden;
}

.slow img:hover {
    transform: scale(1.05);
}

.slow img {
    transition: all 0.2s ease-in-out 0s;
}

h5 a, .more a {
    transition: all 0.36s ease-in-out 0s;
}

.slow01 {
    transition: all 0.6s ease-in-out 0s;
}

.slow02 {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.shadow {
    box-shadow: rgb(153, 153, 153) 1px 1px 10px;
}

.radius {
    border-radius: 3px;
}

.opacity {
    opacity: 1;
}

.overfloat-dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overfloat-dot-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overfloat-dot-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.overfloat-dot-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.overfloat-dot-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.overfloat-dot-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.overfloat-dot-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.gray {
    filter: grayscale(100%);
    opacity: 0.6;
}

.a_body {
    position: relative;
}

ul li, dl dd {
    vertical-align: top;
}

img {
    vertical-align: middle;
}

a {
    color: inherit;
}

input, button, textarea {
    background: none;
    outline: none;
    border: none;
    appearance: none;
    border-radius: 0px;
}

input:focus {
    border: none;
}

input::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

textarea::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

.w100 {
    width: 100%;
}

.w1200 {
    max-width: 1200px;
    margin: 0px auto;
}

.w1500 {
    max-width: 1500px;
    margin: 0px auto;
}

.w1600 {
    max-width: 1600px;
    margin: 0px auto;
}

.w1720 {
    padding: 0px 5%;
    margin: 0px auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.layui-img-responsive {
    max-width: 100%;
}

.img_zd {
    position: relative;
    width: 100%;
}

.img_zd .img_hezi {
    padding-bottom: 60% !important;
}

.img_zd > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h5 a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul li:hover h5 a {
    color: rgb(255, 0, 0);
}

.box_table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.box_table_cell {
    display: table-cell;
    vertical-align: middle;
}

.box_table_cell * {
    white-space: normal;
    overflow-wrap: break-word;
}

.ar_article td, .ar_article th {
    padding: 15px 10px;
    border: 1px solid rgb(237, 237, 237);
    vertical-align: middle;
}

.ar_article td p, .ar_article th p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ar_article table {
    border-collapse: collapse;
    border-right: 1px solid rgb(237, 237, 237);
    border-bottom: 1px solid rgb(237, 237, 237);
    width: 100% !important;
}

.ar_article table tr:not(:first-child) td {
}

.ar_article table td {
    border-left: 1px solid rgb(237, 237, 237);
    border-top: 1px solid rgb(237, 237, 237);
}

.ar_article {
    font-size: 14px;
    color: rgb(125, 124, 124);
    line-height: 30px;
}

.ar_article p {
    font-size: 1.375rem;
    color: rgb(50, 50, 50);
    line-height: 2rem;
    margin-bottom: 1.875rem;
}

.ar_article p:last-child {
    margin-bottom: 0px;
}

.ar_article strong {
    font-weight: bold;
}

.ar_article img {
    max-width: 100%;
}

.ar_article a {
    color: rgb(113, 113, 115);
}

.ar_article h1, .ar_article h2, .ar_article h3, .ar_article h4, .ar_article h5 {
    font-weight: bold;
}

.ar_article h1 {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
}

.ar_article h2 {
    font-size: 1.875rem;
    margin-bottom: 0.875rem;
}

.ar_article h3 {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
}

.ar_article h4 {
    font-size: 1.125rem;
    margin-bottom: 0.875rem;
}

.ar_article h5 {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.ar_article h6 {
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
}

.ar_article ul li, .ar_article ol li {
    margin-left: 2rem;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    list-style: inherit !important;
}

.ar_article ul li p, .ar_article ol li p {
    padding-bottom: 0px;
    margin-bottom: 3px !important;
}

.ar_article ul, .ar_article ol {
    margin-bottom: 0.9375rem;
}

.ar_article sub {
    vertical-align: sub;
    font-size: smaller;
}

.ar_article sup {
    vertical-align: super;
    font-size: smaller;
}

.ar_article img {
    display: inline-block;
    margin-left: -2rem;
}

#playercontainer_display_button, #video1_display_button, #video2_display_button {
    height: 40px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    background: none !important;
    width: 40px !important;
    padding: 0px !important;
}

#playercontainer_display_button #playercontainer_display_button_play, #video1_display_button #video1_display_button_play, #video2_display_button #video2_display_button_play {
    background-size: 25px;
}

#playercontainer_display_button, #video1_display_button, #video2_display_button {
    height: 40px !important;
    margin-top: -20px !important;
}

#playercontainer_display .cbpreview, #video1_display .cbpreview, #video2_display .cbpreview {
    opacity: 0.75 !important;
}

.miso_qh {
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.miso_qh.miso-initialized {
    opacity: 1;
    visibility: visible;
}

.miso-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 0;
}

.miso-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0px;
    padding: 0px;
    z-index: 0;
}

.miso-list:focus {
    outline: none;
}

.miso-list.dragging {
    cursor: pointer;
}

.miso-slider .miso-track, .miso-slider .miso-list {
    transform: translate3d(0px, 0px, 0px);
}

.miso-track {
    position: relative;
    left: 0px;
    top: 0px;
    display: inline-block;
    zoom: 1; margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

.miso-track::before, .miso-track::after {
    display: table;
    content: "";
}

.miso-track::after {
    clear: both;
}

.miso-loading .miso-track {
    visibility: hidden;
}

.miso-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    user-select: text;
}

[dir="rtl"] .miso-slide {
    float: right;
}

.miso-slide img {
    display: block;
}

.miso-slide.miso-loading img {
    display: none;
}

.miso-slide.dragging img {
    pointer-events: none;
}

.miso-initialized .miso-slide {
    display: block;
}

.miso-loading .miso-slide {
    visibility: hidden;
}

.miso-vertical .miso-slide {
    display: block;
    height: auto;
}

.miso-arrow.miso-hidden {
    display: none;
}

.miso-loading .miso-list {
    background: rgb(255, 255, 255);
}

.miso-arrow {
    z-index: 1;
}

.miso-prev, .miso-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0px;
    transform: translate(0px, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.miso-prev:hover, .miso-prev:focus, .miso-next:hover, .miso-next:focus {
}

.miso-prev:hover::before, .miso-prev:focus::before, .miso-next:hover::before, .miso-next:focus::before {
    opacity: 1;
}

.miso-prev.miso-disabled::before, .miso-next.miso-disabled::before {
    opacity: 0.25;
}

.miso-prev::before, .miso-next::before {
    font-size: 2rem;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    cursor: pointer;
}

.miso-prev {
    left: 0px;
}

[dir="rtl"] .miso-prev {
    right: 0px;
    left: auto;
}

.miso-prev::before {
    content: "";
    font-family: simsun;
}

[dir="rtl"] .miso-prev::before {
    content: "";
    font-family: simsun;
}

.miso-next {
    right: 0px;
}

[dir="rtl"] .miso-next {
    right: auto;
    left: 0px;
}

.miso-next::before {
    content: "";
    font-family: simsun;
}

[dir="rtl"] .miso-next::before {
    content: "";
    font-family: simsun;
}

.miso-dots {
    display: none !important;
}

.miso-prev, .miso-next {
    position: absolute;
    display: block;
    height: 56px;
    width: 56px;
    line-height: 0;
    font-size: 0px;
    cursor: pointer;
    padding: 0px;
    outline: none;
    top: 50%;
    margin-top: -28px;
    z-index: 1;
}

.miso-prev {
    left: 1.875rem;
}

.miso-next {
    right: 1.875rem;
}

.miso-prev {
    background: url("") center center / cover no-repeat;
}

.miso-next {
    background: url("") center center / cover no-repeat;
}

@media (max-width: 768px) {
}

.piaofu {
    width: 65px;
    position: fixed;
    right: 15px;
    z-index: 100000;
    bottom: 30%;
}

.piaofu .anniu {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgb(255, 255, 255);
    border-radius: 100%;
    margin-bottom: 5px;
}

.piaofu .anniu a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.piaofu .anniu a h4 {
    line-height: 60px;
}

.piaofu .anniu:hover a h4 {
    animation: 1s ease 0s 1 normal none running jello;
}

.piaofu .anniu a h6 {
    font-size: 12px;
    color: rgb(106, 108, 109);
}

.piaofu .anniu.anniu01, .piaofu .anniu.anniu02 {
    cursor: pointer;
    position: relative;
}

.piaofu .anniu.anniu01 .piao_ewm {
    border-radius: 2px;
    position: absolute;
    left: -109px;
    bottom: -1px;
    border: 1px solid rgb(229, 229, 229);
    display: none;
}

.piaofu .anniu.anniu01 .piao_tel {
    border-radius: 30px;
    position: absolute;
    width: 230px;
    height: 60px;
    right: 0px;
    top: 0px;
    background: rgb(59, 115, 203);
    display: none;
    padding: 0px 35px;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.piaofu .anniu.anniu02 {
    display: none;
}

.piaofu .anniu.anniu02 a h4 {
    margin-top: -3px;
}

.anniu_close img {
    position: absolute;
    top: -15px;
    right: -10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.Statistical {
    display: inline-block;
    margin-left: 12px;
}

.Statistical span, .Statistical span img {
    vertical-align: top;
}

.bd_weixin_popup {
    box-sizing: content-box;
}

.bd_weixin_popup .bd_weixin_popup_foot {
    text-align: center !important;
}

@-webkit-keyframes anim-open-2 {
    0% {
        opacity: 0;
        transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    2.08333% {
        transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.16667% {
        transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    6.25% {
        transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    8.33333% {
        transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    10.4167% {
        transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    12.5% {
        transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.5833% {
        transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    16.6667% {
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.75% {
        transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    20.8333% {
        transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    22.9167% {
        transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    25% {
        transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    27.0833% {
        transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.1667% {
        transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    31.25% {
        transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    33.3333% {
        transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    35.4167% {
        transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    37.5% {
        transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    39.5833% {
        transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    41.6667% {
        transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    43.75% {
        transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    45.8333% {
        transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    47.9167% {
        transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    50% {
        opacity: 1;
        transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    52.0833% {
        transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    54.1667% {
        transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    56.25% {
        transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    58.3333% {
        transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    60.4167% {
        transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    62.5% {
        transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    64.5833% {
        transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    66.6667% {
        transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    68.75% {
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    70.8333% {
        transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    72.9167% {
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    75% {
        transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    77.0833% {
        transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    79.1667% {
        transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    81.25% {
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    83.3333% {
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    85.4167% {
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    87.5% {
        transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    89.5833% {
        transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    91.6667% {
        transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    93.75% {
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    95.8333% {
        transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    97.9167% {
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        opacity: 1;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes anim-open-2 {
    0% {
        opacity: 0;
        transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    2.08333% {
        transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.16667% {
        transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    6.25% {
        transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    8.33333% {
        transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    10.4167% {
        transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    12.5% {
        transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.5833% {
        transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    16.6667% {
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.75% {
        transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    20.8333% {
        transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    22.9167% {
        transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    25% {
        transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    27.0833% {
        transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.1667% {
        transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    31.25% {
        transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    33.3333% {
        transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    35.4167% {
        transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    37.5% {
        transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    39.5833% {
        transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    41.6667% {
        transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    43.75% {
        transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    45.8333% {
        transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    47.9167% {
        transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    50% {
        opacity: 1;
        transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    52.0833% {
        transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    54.1667% {
        transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    56.25% {
        transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    58.3333% {
        transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    60.4167% {
        transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    62.5% {
        transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    64.5833% {
        transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    66.6667% {
        transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    68.75% {
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    70.8333% {
        transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    72.9167% {
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    75% {
        transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    77.0833% {
        transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    79.1667% {
        transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    81.25% {
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    83.3333% {
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    85.4167% {
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    87.5% {
        transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    89.5833% {
        transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    91.6667% {
        transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    93.75% {
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    95.8333% {
        transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    97.9167% {
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        opacity: 1;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@-webkit-keyframes anim-close-2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 1);
    }
}

@keyframes anim-close-2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 1);
    }
}

#gotop {
    position: fixed;
    z-index: 90;
    bottom: 2rem;
    right: 1rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    width: 2.875rem;
    height: 2.875rem;
    line-height: 2.875rem;
    background: rgb(0, 158, 224);
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}

#gotop.hide {
    height: 0px;
    opacity: 0;
    visibility: hidden;
}

#gotop svg {
    width: 1.375rem;
    height: 1.375rem;
    display: inline-block;
    fill: rgb(255, 255, 255);
    vertical-align: middle;
    margin: -3px 0px 0px;
    transition: all 0.6s ease 0s;
}

#gotop:hover {
    border-radius: 50%;
}

@font-face {
    font-family: Impact;
    src: url("");
}

@font-face {
    font-family: PingFang;
    src: url("");
}

@media (max-width: 4000px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 1940px) and (min-width: 1600px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 1399px) and (min-width: 640px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 639px) and (min-width: 471px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 470px) and (min-width: 329px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 328px) {
    html {
        font-size: 12px;
    }
}

.ar_wap {
    display: none;
}

.a_body {
    position: relative;
    z-index: 0;
}

.section {
    overflow: hidden;
}

.head-top {
    background: rgb(19, 71, 170);
    position: relative;
    z-index: 1;
}

.head-top ul {
    height: 2.5rem;
    line-height: 2.5rem;
    float: right;
}

.head-top ul li {
    float: left;
}

.head-top ul li a {
    color: rgb(255, 255, 255);
    font-size: 0.875rem;
    margin: 0px 0.75rem;
    position: relative;
    transition: all 0.6s ease 0s;
}

.head-top ul li a::after {
    content: "";
    width: 1px;
    height: 4px;
    background: rgb(137, 163, 213);
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -2px;
}

.head-top ul li:last-child a::after {
    content: "";
    display: none;
}

.head-top ul li a:hover {
    color: rgb(167, 179, 215);
    transition: all 0.6s ease 0s;
}

.header_box_li {
    position: relative;
    z-index: 1;
}

.header_box {
    position: relative;
    z-index: 10000;
}

#header {
    z-index: 5;
    width: 100%;
    transition: all 0.36s ease 0s;
    background: url("../images/top-bg.jpg") center center / cover no-repeat;
    padding: 0.5rem 0px;
}

.list_box0 {
    display: inline-block;
    vertical-align: top;
}

.list_box0 .li {
    font-size: 14px;
    color: rgb(255, 255, 255);
    display: inline-block;
    transition: all 0.6s ease 0s;
    position: relative;
    line-height: 5.54rem;
    opacity: 0.8;
}

.list_box0 .li > a {
    display: block;
    transition: all 0.6s ease 0s;
}

.list_box0 .li a .ewm_box {
    border: 1px solid rgb(211, 211, 211);
    background: rgb(255, 255, 255);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1);
    top: 3.5rem;
    opacity: 1;
    visibility: visible;
    transform-origin: center top;
    display: none;
}

.list_box0 .li a .ewm_box::before {
    content: "";
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgb(255, 255, 255);
    top: -6px;
    left: 50%;
    margin-left: -6px;
}

.list_box0 .li > a:hover {
    color: rgb(208, 98, 27);
    transition: all 0.6s ease 0s;
}

#m_header .list_box0 {
    float: right;
}

#m_header .list_box0 .li {
    line-height: 60px;
}

#m_header .list_box0 .li a .ewm_box {
    top: 60px;
}

#m_header .list_box0 .li a > img {
    height: 12px;
}

.list_box_01 {
    font-size: 0px;
    white-space: nowrap;
    padding: 0.625rem;
}

.list_box_01 li {
    text-align: center;
    display: block !important;
    margin: 0px 15px !important;
}

.list_box_01 li h3 img {
    border: 1px solid rgb(237, 237, 237);
    width: 85px;
    height: 85px;
}

.list_box_01 li h5 {
    font-size: 0.75rem;
    color: rgb(102, 102, 102);
    line-height: 20px;
    margin: 0px;
}

.list_box0 .li::after {
    content: "";
    position: absolute;
    left: -1.25rem;
    width: 1px;
    height: 8px;
    background: rgb(255, 255, 255);
    top: 50%;
    margin-top: -4px;
    opacity: 0.8;
}

.list_box0 .li:first-child::after {
    display: none;
}

#header #logo {
}

#header #logo .box_table {
    width: auto;
}

#logo {
    position: relative;
}

#logo img {
    display: block;
    max-height: 63px;
}

#logo img.img2 {
    display: none;
}

#header .flex {
    align-items: center;
}

#header .top-right p {
    margin-right: 1.5625rem;
    padding-right: 10px;
    border-right: 1px solid rgb(222, 101, 32);
    line-height: 1.75rem;
}

#header .top-right p a {
    font-size: 0.875rem;
    color: rgb(255, 255, 255);
    margin-right: 0.9375rem;
    transition: all 0.6s ease 0s;
}

#header .top-right p a:hover {
    opacity: 0.6;
    transition: all 0.6s ease 0s;
}

#header .search-box h5 {
    font-size: 1.125rem;
    font-family: msyhsb;
    color: rgb(255, 255, 255);
    padding-left: 27px;
    background: url("../images/search.png") left center no-repeat;
    line-height: 1.75rem;
    margin-right: 0.75rem;
}

#header .search {
    overflow: hidden;
    width: 338px;
    line-height: 1.875rem;
    height: 1.875rem;
    background: rgb(255, 255, 255);
    border-radius: 0.9375rem;
}

#header .search .text {
    float: left;
    width: calc(100% - 50px);
    line-height: 1.875rem;
    text-indent: 0.9375rem;
    height: 1.87rem;
}

#header .search .btn {
    float: right;
    width: 50px;
    line-height: 1.875rem;
    height: 1.875rem;
    color: rgb(255, 255, 255);
    font-family: msyhsb;
    font-size: 1rem;
    cursor: pointer;
    background: rgb(216, 12, 24) !important;
}

.search_btn {
    cursor: pointer;
    transition: all 0.6s ease 0s;
    margin: 0px;
    position: relative;
}

.search_btn img {
    margin: 0px;
}

#nav {
    background: rgb(235, 240, 250);
    width: 100%;
    position: relative;
}

#nav::before {
    content: "";
    position: absolute;
    height: 1.5625rem;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: all 0.2s ease 0s;
    opacity: 1;
    visibility: visible;
    background: url("../images/top-bg02.png") center top repeat-x;
    pointer-events: none;
}

#nav .flex {
    justify-content: space-around;
}

#nav ul {
}

#nav ul li {
    z-index: 0;
    position: relative;
}

#nav ul li::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: rgb(220, 220, 220);
    border-radius: 50%;
}

#nav ul li:last-child::after {
    content: "";
    display: none;
}

#nav ul li a {
    display: block;
    padding: 0px;
    position: relative;
    z-index: 2;
}

#nav ul li h3 {
    padding: 0px 0.625rem;
    font-size: 1.25rem;
    color: rgb(51, 51, 51);
    line-height: 6.875rem;
    position: relative;
    font-family: SourceHanSerifCN-Heavy;
    display: inline-block;
    transition: all 0.6s ease 0s;
}

#nav ul li h3::after {
    width: 0px;
    height: 4px;
    background-color: rgb(255, 153, 0);
    position: absolute;
    left: 50%;
    bottom: -4px;
    transition: all 0.3s ease-in-out 0s;
    content: "";
}

#nav ul li.on h3 {
    border-bottom: 4px solid rgb(255, 153, 0);
    color: rgb(202, 9, 21);
}

#nav ul li .sub {
    position: absolute;
    padding: 0.625rem 0px;
    top: 100%;
    background: url("../images/part4-08.jpg") center center / cover no-repeat;
    width: 180px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    text-align: center;
    display: none;
    box-shadow: rgb(0, 0, 0) 0px 10px 20px -12px;
}

#nav ul li .sub dd {
}

#nav ul li .sub dd a {
    display: block;
    padding: 0.9375rem 0px;
    font-size: 1.125rem;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 2;
    transition: all 0.6s ease 0s;
}

#nav ul li .sub dd a::after {
    content: "";
    width: 0px;
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgb(255, 153, 0);
    transition: all 0.6s ease 0s;
    z-index: 1;
}

#nav ul li .sub dd:last-child {
    margin-bottom: 0px;
}

#nav ul li:hover h3 {
    color: rgb(202, 9, 21);
    transition: all 0.6s ease 0s;
}

#nav ul li:hover h3::after {
    content: "";
    width: 100%;
    left: 0px;
}

#nav ul li .sub dd a:hover {
    color: rgb(255, 153, 0);
    transition: all 0.6s ease 0s;
}

#nav ul li .sub dd a:hover::after {
    width: 100%;
    transition: all 0.6s ease 0s;
}

#nav ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

#nav > ul > li:hover h3::after, #nav ul li.on h3::after {
    transform: scale(1);
}

#nav > ul > li.noSubMenu h3::before {
    display: none;
}

.xg {
    position: fixed;
    width: 100%;
}

.xg #header .top-right p {
    display: none;
}

.xg #header .search-box h5 {
    display: none;
}

.xg #header .search {
    width: 180px;
}

.xg #nav {
    background: none;
    position: absolute;
    right: calc(5% + 180px);
    width: 60%;
    z-index: 9;
}

.xg #logo img {
    max-height: 40px;
}

.xg #nav ul li h3 {
    line-height: 55px;
    color: rgb(255, 255, 255);
    font-size: 1rem;
}

.xg #nav ul li {
    padding: 0px;
}

.xg #nav .w1500 {
    max-width: inherit;
}

.xg #nav ul li.on h3 {
    border-bottom: none;
}

.xg #nav ul li h3::after {
    content: "";
    bottom: 0px;
    background: rgb(255, 255, 255);
    height: 2px;
}

.xg #nav ul li::after {
    content: "";
    display: none;
}

.xg #nav::before {
    content: "";
    display: none;
}

#header .dw2 {
    float: left;
    height: 90px;
    width: 53px;
    cursor: pointer;
    position: relative;
    margin-right: 1.5rem;
    transition: all 0.6s ease 0s;
    margin-left: 1rem;
}

#header .dw2 .j_tab {
}

#header .dw2::after {
    content: "";
    width: 1px;
    height: 16px;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    right: -1.5rem;
    top: 50%;
    margin-top: -8px;
}

#header .dw2.yuyan::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

#header .dw2 .dh {
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 13px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: all 0.6s ease 0s;
}

#header .dw2 .dh span {
    padding-right: 14px;
    width: 53px;
    height: 23px;
    display: inline-block;
    font-style: italic;
}

#header .dw2 .dd {
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    background: rgb(172, 206, 34);
    left: 0px;
    border: 1px solid rgb(172, 206, 34);
    opacity: 0;
    visibility: hidden;
    transition: all 400ms ease 0s;
    transform: translateY(15px);
}

#header .dw2 .dd::before {
    content: "";
    display: inline-block;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent rgb(172, 206, 34);
    border-image: initial;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
}

#header .dw2 .dd a {
    display: block;
    text-align: center;
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    padding: 0px 10px;
}

#header .dw2 .dd a:hover {
    font-weight: bold;
}

#header .dw2.on .dd {
    opacity: 1;
    visibility: visible;
    transform: translate(0px);
}

.search_btn {
    cursor: pointer;
}

.search_btn svg {
    display: inline-block;
    fill: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 18rem;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0px;
    background-size: cover;
    transition: all 0.6s ease 0s;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.search-dialog-box.on::before {
    height: 100%;
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: all 0.6s ease 0s;
}

.header-right .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0.8s;
}

.search-dialog-box .bubbles-bg .bubble {
    position: absolute;
}

.search-dialog-box .bubbles-bg .bubble .circle {
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.search-dialog-box .bubbles-bg .bubble1 {
    width: 6%;
    padding-top: 6%;
    left: 26.875%;
    top: -6.67%;
}

.search-dialog-box .bubbles-bg .bubble1 .circle {
    border: 1px solid rgb(255, 255, 255);
}

.search-dialog-box .bubbles-bg .bubble2 {
    width: 12px;
    padding-top: 12px;
    left: 13.54%;
    top: 18%;
}

.search-dialog-box .bubbles-bg .bubble2 .circle {
    background-color: rgb(255, 73, 95);
}

.search-dialog-box .bubbles-bg .bubble3 {
    width: 36px;
    padding-top: 36px;
    left: 8.854%;
    top: 30.55%;
}

.search-dialog-box .bubbles-bg .bubble3 .circle {
    background-color: rgb(255, 255, 255);
}

.search-dialog-box .bubbles-bg .bubble4 {
    width: 56.875%;
    padding-top: 56.875%;
    left: -28.6458%;
    top: 51.85%;
}

.search-dialog-box .bubbles-bg .bubble4 .circle {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05) 100%);
}

.search-dialog-box .bubbles-bg .bubble5 {
    width: 54px;
    padding-top: 54px;
    left: 26.3%;
    top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble5 .circle {
    background-color: rgb(255, 255, 255);
    opacity: 0.1;
}

.search-dialog-box .bubbles-bg .bubble6 {
    width: 56.875%;
    padding-top: 56.875%;
    left: 73.4375%;
    top: -52.77%;
}

.search-dialog-box .bubbles-bg .bubble6 .circle {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1) 100%);
}

.search-dialog-box .bubbles-bg .bubble7 {
    width: 2rem;
    padding-top: 2rem;
    left: 60.9375%;
    top: 18.5%;
}

.search-dialog-box .bubbles-bg .bubble7 .circle {
    background-color: rgb(255, 73, 95);
}

.search-dialog-box .bubbles-bg .bubble8 {
    width: 1.35rem;
    padding-top: 1.35rem;
    left: 95.83%;
    top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble8 .circle {
    border: 1px solid rgb(255, 255, 255);
}

.search-dialog-box .bubbles-bg .bubble9 {
    width: 16px;
    padding-top: 16px;
    left: 76.5625%;
    top: 96.296%;
}

.search-dialog-box .bubbles-bg .bubble9 .circle {
    background-color: rgb(255, 255, 255);
}

.search-dialog-box .bubbles-bg .bubble10 {
    width: 56.875%;
    padding-top: 56.875%;
    left: 71.354%;
    top: 87%;
}

.search-dialog-box .bubbles-bg .bubble10 .circle {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3) 100%);
}

.search-dialog-box .bubbles-bg .bubble {
    animation: 8s linear 0s infinite normal none running spin;
    transform-origin: 50% 45%;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
    animation: 8s linear 0s infinite normal none running spin2;
}

.search-dialog-box .bubbles-bg .bubble .circle {
    animation: 8s linear 0s infinite normal none running spin-reverse;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
    animation: 8s linear 0s infinite normal none running spin-reverse2;
}

.search-dialog-box .bubbles-bg .sm-bubble {
    transform-origin: 30% 30px;
}

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0px;
}

.search-dialog .search-input {
    width: 50rem;
    margin: 0px auto;
    padding: 0px 0.5rem 0px 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
    float: left;
    height: 4.5rem;
    width: calc(100% - 3.5rem);
    background-color: transparent;
    font-size: 1.25rem;
    line-height: 0.5rem;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.search-dialog .search-input input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type="submit"], .search-dialog .search-input .clear-btn {
    float: right;
    height: 4.5rem;
    width: 3.5rem;
}

.search-dialog .search-input input[type="submit"] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem;
    background-image: url("../images/search-btn.svg");
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("");
    background-size: 3.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none;
}

.search-dialog .search-input.on {
    background-color: rgb(255, 255, 255);
}

.search-dialog .search-input.on input[type="submit"] {
    background-image: url("../images/search-btn2.svg");
}

.search-dialog .hot-search {
    font-size: 0px;
    width: 19.5rem;
    margin: 0.6rem auto 0px;
    box-sizing: border-box;
    padding: 0px 0.6rem;
    overflow: hidden;
}

.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link {
    display: inline-block;
    zoom: 1; vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
    font-size: 0.375rem;
    line-height: 0.5rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding-left: 0.6rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.5rem;
    background-image: url("../images/hot-icon.png");
}

.search-dialog .hot-link {
    margin-left: 1rem;
}

.search-dialog .hot-link a {
    display: inline-block;
    zoom: 1; font-size: 0.375rem;
    line-height: 0.5rem;
    margin-right: 0.75rem;
    color: rgb(255, 255, 255);
    padding-bottom: 5px;
    position: relative;
}

.search-dialog .hot-link a::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease 0s;
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0px;
    bottom: 5.1%;
    width: 100%;
}

.search-dialog-box .bottom-box .share-box {
    overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
    font-size: 0.35rem;
    line-height: 0.5rem;
    color: rgb(255, 255, 255);
    font-family: gilroy-regular;
    margin-top: 0.5rem;
    overflow: hidden;
}

.header-right.is-open .bubbles-bg {
    visibility: visible;
    opacity: 1;
}

.header-right.is-open .search-btn .con-box {
    display: none;
}

.header-right.is-open .close-btn {
    display: block;
}

.header-right.is-open .item .search-bg {
    transform: scale(1);
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0px);
}

.pub-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
}

.pub-close .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(28, 90, 183);
    transform: scale(0);
    border-radius: 100%;
    transition: transform 0.3s ease 0s;
}

.pub-close i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-image: url("../images/close-btn.svg");
    transition: all 0.6s ease 0s;
}

.pub-close i:hover {
    transform: rotate(180deg);
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes spin2 {
    100% {
        transform: rotate(-1turn);
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(1turn);
    }
}

@keyframes spin-reverse2 {
    0% {
        transform: rotate(-1turn);
    }
}

.tc_search {
    margin: 0px 1.3rem;
    width: calc(100% - 2.6rem);
    position: absolute;
    bottom: 1rem;
}

.tc_search form {
    height: 40px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}

.tc_search #keyword {
    font-size: 0.875rem;
    color: rgb(255, 255, 255);
    height: 40px;
    line-height: 40px;
    padding: 0px 1rem;
    box-shadow: none;
    appearance: none;
    border-right: 0px;
    background: none;
    width: 100%;
}

.tc_search .btn_blue {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 38px;
    line-height: 38px;
    border: 0px;
    background: url("../images/search_white.svg") center center / 1.2rem no-repeat;
}

.tc_search .btn_blue.fr {
    background: rgb(233, 237, 239);
    color: rgb(78, 79, 83);
}

.tc_search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.tc_search input:focus::-webkit-input-placeholder {
    color: transparent;
}

#nav_btn_box {
    height: 100%;
    z-index: 999999999;
    float: right;
    align-items: center;
}

#nav_btn_box p a {
    font-size: 0.75rem;
    color: rgb(255, 255, 255);
    margin-right: 0.625rem;
}

#nav_btn_box.on {
    background: none;
}

#nav_btn {
}

#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {
    background: rgb(255, 255, 255);
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease 0s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 1.875rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {
    width: 1.75rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0px;
    display: inline-block;
    width: 1.75rem;
    height: 2px;
    transition: all 0.3s ease-out 0s;
    background: rgb(255, 255, 255);
}

#nav_btn .navbtn::after, #nav_btn .navbtn::before {
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 1.75rem;
    height: 2px;
    content: "";
    transition: all 0.3s ease-out 0s;
    background: rgb(255, 255, 255);
}

#nav_btn .navbtn::after {
    top: -8px;
}

#nav_btn .navbtn::before {
    top: 8px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    transform: rotate(-45deg);
    top: 0px;
}

.m_nav_list {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    margin: 1.25rem 0px 0px;
}

.m_nav_list::-webkit-scrollbar {
    display: none;
}

.m_nav_list h5 {
    margin-bottom: 0.625rem;
    text-align: center;
}

.m_nav_list h5 a {
    font-size: 1rem;
    color: rgb(255, 255, 255);
    display: inline;
    margin: 0px 0.9375rem;
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105%;
    top: 5rem;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out 0s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgb(228, 223, 237);
}

#m_nav .close {
    position: absolute;
    top: 6px;
    right: 15px;
    font-size: 28px;
    color: rgb(255, 255, 255);
    z-index: 10000;
    display: none;
}

#m_nav.act {
    pointer-events: auto;
    right: 0px;
}

#m_nav .m_nav_list > li {
    width: 100%;
    overflow: hidden;
    padding: 0px 0px 0px 2.3rem;
    position: relative;
    border-bottom: 1px solid rgb(211, 213, 223);
}

#m_nav .m_nav_list li .a {
    display: inline-block;
    width: calc(100% - 30px);
}

#m_nav .m_nav_list li .a {
    line-height: 4rem;
    height: 4rem;
    color: rgb(51, 51, 51);
    padding: 0px;
    font-size: 1.125rem;
    float: left;
}

#m_nav .m_nav_list li .a h3 {
    font-family: msyhsb;
}

#m_nav .m_nav_list li .a span {
    display: block;
    position: absolute;
    top: 0px;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center;
}

#m_nav .m_nav_list li .a span i {
    font-size: 0px;
}

#m_nav .m_nav_list li i {
    opacity: 1;
    width: 4rem;
    height: 4rem;
    background-image: url("../images/arrow_down.png");
    background-position: calc(100% - 2rem) center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    position: absolute;
    display: block;
    right: 0px;
    background-size: 8px !important;
}

#m_nav .m_nav_list li.on i {
    background: url("../images/arrow_down.png") calc(100% - 2rem) center no-repeat;
}

#m_nav .on.title .a i {
    transform: rotate(-90deg);
}

#m_nav .m_nav_list li {
    display: block;
    width: 100%;
}

.slide_nav {
    position: absolute;
    left: 0px;
    height: 70px;
    z-index: 998;
    padding: 15px;
    top: 0px;
    width: 100%;
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0px;
    margin-left: 0px;
    background: none;
    border: 0px;
    clear: both;
    padding-bottom: 10px;
}

#m_nav .title .list span {
    background: none;
}

#m_nav .title .list span a:hover {
    color: rgb(194, 29, 27);
}

#m_nav .title .list a {
    display: block;
    font-size: 1rem;
    color: rgb(50, 50, 50);
    text-align: left;
    line-height: 40px;
    height: 40px;
    border: 0px;
}

#m_nav .search {
    width: calc(100% - 30px);
    margin: 1.875rem auto;
    line-height: 2.5rem;
    height: 2.5rem;
    background: rgb(255, 255, 255);
    box-shadow: rgba(105, 101, 131, 0.09) 0px 6px 7px 0px;
}

#m_nav .search .text {
    float: left;
    width: calc(100% - 40px);
    line-height: 2.5rem;
    text-indent: 0.9375rem;
}

#m_nav .search .btn {
    float: right;
    width: 40px;
    line-height: 2.5rem;
    height: 2.5rem;
    background: url("../images/searchR.png") center center no-repeat;
    cursor: pointer;
}

#m_nav .m_link {
    margin: 0px auto;
    padding: 0px 15px 70px;
}

#m_nav .m_link li {
    margin-right: 0.9rem;
    margin-bottom: 0.9375rem;
}

#m_nav .m_link li a {
    display: block;
    font-size: 0.875rem;
    color: rgb(102, 102, 102);
}

#m_nav .title .list .void > a {
    background-size: 10px;
    position: relative;
}

#m_nav .title .list .void > a::before {
    content: "";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: bold;
}

#m_nav .title .list span {
    position: relative;
    display: block;
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    overflow: hidden;
    display: block !important;
}

#m_nav .title .sub a {
    background: none;
    font-size: 0.875rem;
    opacity: 0.8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: rgb(153, 153, 153);
}

.nav_mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.m_header_box {
    transition: all 0.6s ease 0s;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    background: url("../images/top-Mbg.jpg") center center / cover no-repeat;
}

.m_header_box .head-top {
    border-bottom: 1px solid rgb(51, 100, 187);
}

.m_header_box .head-top .w1720 {
    padding: 0px 15px;
}

#m_header #logo .box_table, #nav_btn_box .box_table {
    width: auto;
    float: left;
}

.m_header_box header {
    padding: 0px 15px;
    align-items: center;
}

#m_header #logo {
    height: 80px;
    float: left;
}

#m_header #logo img {
    max-height: 38px;
}

#m_header .yuyan {
    height: 4.5rem;
    float: right;
    margin-right: 4rem;
}

#m_header .yuyan span {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    font-size: 0.9rem;
    text-align: center;
    margin-left: 17px;
    background: rgba(255, 255, 255, 0.3);
}

.jianbian {
    background: -webkit-linear-gradient(180deg, rgb(81, 16, 190) 0%, rgb(0, 54, 116) 100%, rgb(238, 137, 6) 100%, rgb(208, 72, 26) 100%) rgb(0, 40, 139);
}

.Btitle {
    margin-bottom: 2.5rem;
}

.Btitle h5 {
    font-family: SourceHanSerifCN-Heavy;
    font-size: 1.875rem;
    color: rgb(0, 0, 0);
    padding-left: 45px;
    line-height: 44px;
    background: url("../images/title01.png") left center no-repeat;
    float: left;
}

.Btitle a {
    float: right;
    width: 94px;
    height: 32px;
    line-height: 32px;
    display: block;
    border: 1px solid rgb(202, 9, 21);
    text-align: center;
    font-size: 0.875rem;
    color: rgb(202, 9, 21);
    position: relative;
    transition: all 0.6s ease 0s;
    margin-top: 7px;
}

.Btitle a::after {
    content: "";
    width: 51px;
    height: 7px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    transition: all 0.6s ease 0s;
}

.Btitle a:hover {
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    border: 1px solid rgb(202, 9, 21);
    background: rgb(202, 9, 21);
}

.Btitle a:hover::after {
    content: "";
    left: -25px;
    transition: all 0.6s ease 0s;
}

.part1 {
    background: url("../images/part1-bg.jpg");
    padding: 3.125rem 0px;
}

.part1-L {
    width: 50%;
}

.part1-L .swiper-slide a {
    display: block;
    overflow: hidden;
}

.part1-L .swiper-slide .pic {
    overflow: hidden;
}

.part1-L .swiper-slide .pic img {
    display: block;
    width: 100%;
    transition: all 0.6s ease 0s;
    height: 437px;
    object-fit: cover;
}

.part1-L .swiper-slide .text {
    background: url("../images/part1-03.jpg") center center / cover no-repeat;
    padding: 0px 1.5625rem;
}

.part1-L .swiper-slide .text p {
    height: 4.25rem;
    line-height: 4.25rem;
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.part1-L .swiper-slide :hover .pic img {
    transition: all 0.6s ease 0s;
    transform: scale(1.1);
}

.part1-L .swiper-button-next, .part1-L .swiper-button-prev {
    width: 31px;
    height: 59px;
    top: 50%;
    margin-top: -45px;
    opacity: 1;
}

.part1-L .swiper-button-next {
    background: url("../images/part1-right.png") center center no-repeat;
}

.part1-L .swiper-button-prev {
    background: url("../images/part1-left.png") center center no-repeat;
}

.part1-R {
    width: 50%;
    background: rgb(255, 255, 255);
    border-top: 5px solid rgb(202, 9, 21);
    padding: 1.25rem 1.875rem 1.75rem 2.5rem;
}

.part1-R .Btitle {
    margin-bottom: 1.5625rem;
}

.part1-R li {
    margin-bottom: 0.625rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgb(236, 236, 236);
    position: relative;
}

.part1-R li::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: rgb(202, 9, 21);
    transition: all 0.6s ease 0s;
}

.part1-R li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.part1-R li:last-child::after {
    content: "";
    display: none;
}

.part1-R li a {
    display: block;
    overflow: hidden;
}

.part1-R li p {
    width: calc(100% - 148px);
    float: left;
    font-size: 1.125rem;
    color: rgb(0, 0, 0);
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.part1-R li i {
    display: block;
    font-style: normal;
    font-family: SourceHanSerifCN-Heavy;
    float: right;
    font-size: 0.75rem;
    color: rgb(153, 153, 153);
    line-height: 14px;
    background: url("../images/part1-02.png") left center no-repeat;
    padding-left: 18px;
}

.part1-R li:hover p {
    font-family: msyhsb;
    color: rgb(202, 9, 21);
}

.part1-R li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.part2 {
    background: rgb(251, 250, 247);
    padding: 3.75rem 0px 4.375rem;
}

.part2-L {
    width: 31.33%;
    margin-right: 3.005%;
}

.part2-L .Btitle h5 {
    background: url("../images/title02.png") left center no-repeat;
}

.part2-C .Btitle h5 {
    background: url("../images/title03.png") left center no-repeat;
}

.part2-R .Btitle h5 {
    background: url("../images/title04.png") left center no-repeat;
}

.part2-R {
    margin-right: 0px;
}

.part2-L ul {
    background: rgb(254, 254, 254);
    border-top: 4px solid rgb(255, 153, 0);
    padding: 1.875rem 1rem;
}

.part2-L li {
    margin-bottom: 1rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgb(231, 231, 231);
    position: relative;
}

.part2-L li::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: rgb(202, 9, 21);
    transition: all 0.6s ease 0s;
}

.part2-L li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.part2-L li:last-child::after {
    content: "";
    display: none;
}

.part2-L li a {
    display: block;
}

.part2-L li h3 {
    font-size: 1.125rem;
    color: rgb(0, 0, 0);
    font-family: msyhsb;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
    margin-bottom: 0.35rem;
    transition: all 0.3s ease 0s;
}

.part2-L li b {
    font-family: SourceHanSerifCN-Heavy;
    color: rgb(202, 9, 21);
    font-size: 0.875rem;
    margin-right: 1.5rem;
    line-height: 1.5rem;
}

.part2-L li i {
    font-style: normal;
    font-family: SourceHanSerifCN-Heavy;
    font-size: 0.75rem;
    padding-left: 18px;
    background: url("../images/part1-02.png") left center no-repeat;
    color: rgb(153, 153, 153);
}

.part2-L li:hover h3 {
    color: rgb(202, 9, 21);
    transition: all 0.3s ease 0s;
}

.part2-L li:hover::after {
    width: 100%;
    transition: all 0.6s ease 0s;
}

.Mpart2 {
    display: none;
}

.Mpart2 .tabs {
    padding: 0px 0.9375rem;
    overflow: hidden;
    margin-bottom: 2.8125rem;
    display: flex;
    justify-content: space-between;
}

.Mpart2 .tabs a {
    font-size: 1.375rem;
    color: rgb(102, 102, 102);
    display: inline-block;
    text-align: center;
}

.Mpart2 .tabs a.active {
    font-size: 1.5rem;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: left;
    padding-left: 28px;
    background: url("../images/title02.png") left center / 18px no-repeat;
}

.Mpart2 .tabs a + a.active {
    background: url("../images/title03.png") left center / 18px no-repeat;
}

.Mpart2 .tabs a + a + a.active {
    background: url("../images/title04.png") left center / 18px no-repeat;
}

.Mpart2 .swiper-container {
}

.Mpart2 .swiper-slide ul {
    padding: 1.875rem 0.9375rem;
    background: rgb(255, 255, 255);
}

.Mpart2 .swiper-slide li {
    margin-bottom: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid rgb(236, 236, 236);
}

.Mpart2 .swiper-slide li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.Mpart2 li a {
    display: block;
    overflow: hidden;
}

.Mpart2 li p {
    width: calc(100% - 120px);
    float: left;
    font-family: msyhsb;
    font-size: 1.125rem;
    color: rgb(0, 0, 0);
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Mpart2 li i {
    display: block;
    font-style: normal;
    float: right;
    font-size: 0.75rem;
    color: rgb(153, 153, 153);
    line-height: 14px;
    background: url("../images/part1-02.png") left center no-repeat;
    padding-left: 18px;
}

.Mpart2 li b {
    color: rgb(202, 9, 21);
}

.Mpart2 li:hover p {
    font-weight: bold;
    color: rgb(202, 9, 21);
    transition: all 0.6s ease 0s;
}

.Mpart2 .more a {
    display: block;
    margin: 1.25rem auto 0px;
    width: 55px;
    height: 26px;
    line-height: 26px;
    border: 1px solid rgb(167, 167, 167);
    text-align: right;
    padding-right: 6px;
    font-size: 0.875rem;
    color: rgb(153, 153, 153);
    position: relative;
}

.Mpart2 .more a::after {
    content: "";
    width: 36px;
    height: 7px;
    background: url("../images/more.png") right center no-repeat;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -3px;
}

.part3 {
    background: rgb(235, 240, 250);
}

.part3 .w1500 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part3-L {
    display: flex;
    justify-content: space-between;
    width: 65.66%;
    padding: 3.5rem 0px 4.375rem;
}

.part3-LL {
    width: 47.71%;
}

.part3-LL .Btitle h5 {
    background: url("../images/title06.png") left center no-repeat;
    padding-left: 60px;
}

.part3-LR .Btitle h5 {
    background: url("../images/title05.png") left center no-repeat;
    padding-left: 60px;
}

.part3-LLNR {
    background: rgb(253, 254, 255);
}

.part3-LLNR .pic {
}

.part3-LLNR .pic a {
    display: block;
    overflow: hidden;
    position: relative;
}

.part3-LLNR .pic .img {
    overflow: hidden;
}

.part3-LLNR .pic .img img {
    display: block;
    width: 100%;
    transition: all 0.6s ease 0s;
    object-fit: cover;
    height: 264px;
}

.part3-LLNR .pic .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url("../images/part3-02.png") left bottom repeat-x;
}

.part3-LLNR .pic .text p {
    position: absolute;
    bottom: 0.9375rem;
    left: 20px;
    width: calc(100% - 40px);
    font-size: 1.125rem;
    color: rgb(255, 255, 255);
    font-family: msyhsb;
}

.part3-LLNR .pic:hover .img img {
    transform: scale(1.1);
    transition: all 0.6s ease 0s;
}

.part3-LLNR ul {
    padding: 0px 1.25rem 0.5rem;
}

.part3-LLNR li {
    line-height: 3.75rem;
    height: 3.75rem;
    border-bottom: 1px dashed rgb(213, 213, 213);
    transition: all 0.6s ease 0s;
    position: relative;
}

.part3-LLNR li::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: rgb(202, 9, 21);
    transition: all 0.6s ease 0s;
}

.part3-LLNR li:last-child {
    border-bottom: none;
}

.part3-LLNR li:last-child::after {
    content: "";
    display: none;
}

.part3-LLNR li a {
    position: relative;
    display: block;
    font-size: 1.125rem;
    font-family: msyhsb;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.part3-LLNR li:hover a {
    color: rgb(202, 9, 21);
    transition: all 0.3s ease 0s;
}

.part3-LLNR li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.Mpart3L {
    display: none;
    width: 100%;
}

.Mpart3L .tabs {
    padding: 0px 0.9375rem;
    overflow: hidden;
    margin-bottom: 2.8125rem;
    display: flex;
    justify-content: space-around;
}

.Mpart3L .tabs a {
    font-size: 1.375rem;
    color: rgb(102, 102, 102);
    display: inline-block;
    text-align: center;
}

.Mpart3L .tabs a.active {
    font-size: 1.5rem;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: left;
    padding-left: 28px;
    background: url("../images/title05.png") left center / 18px no-repeat;
}

.Mpart3L .tabs a + a.active {
    background: url("../images/title06.png") left center / 18px no-repeat;
}

.Mpart3L .swiper-container {
}

.Mpart3L .pic {
}

.Mpart3L .pic a {
    display: block;
    overflow: hidden;
    position: relative;
}

.Mpart3L .pic .img {
    overflow: hidden;
}

.Mpart3L .pic .img img {
    display: block;
    width: 100%;
    transition: all 0.6s ease 0s;
}

.Mpart3L .pic .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url("../images/part3-02.png") left bottom repeat-x;
}

.Mpart3L .pic .text p {
    position: absolute;
    bottom: 0.9375rem;
    left: 20px;
    width: calc(100% - 40px);
    font-size: 1.125rem;
    color: rgb(255, 255, 255);
    font-family: msyhsb;
}

.Mpart3L .pic:hover .img img {
    transform: scale(1.1);
    transition: all 0.6s ease 0s;
}

.Mpart3L ul {
    padding: 0px 1.25rem 0.5rem;
    background: rgb(255, 255, 255);
}

.Mpart3L li {
    line-height: 3.75rem;
    height: 3.75rem;
    border-bottom: 1px dashed rgb(213, 213, 213);
    transition: all 0.6s ease 0s;
    position: relative;
}

.Mpart3L li::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 0px;
    height: 1px;
    background: rgb(202, 9, 21);
    transition: all 0.6s ease 0s;
}

.Mpart3L li:last-child {
    border-bottom: none;
}

.Mpart3L li:last-child::after {
    content: "";
    display: none;
}

.Mpart3L li a {
    position: relative;
    display: block;
    font-size: 1.125rem;
    font-family: msyhsb;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Mpart3L li:hover {
    color: rgb(202, 9, 21);
    transition: all 0.6s ease 0s;
}

.Mpart3L li:hover::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.Mpart3L .more a {
    display: block;
    margin: 1.25rem auto 0px;
    width: 55px;
    height: 26px;
    line-height: 26px;
    border: 1px solid rgb(167, 167, 167);
    text-align: right;
    padding-right: 6px;
    font-size: 0.875rem;
    color: rgb(153, 153, 153);
    position: relative;
}

.Mpart3L .more a::after {
    content: "";
    width: 36px;
    height: 7px;
    background: url("../images/more.png") right center no-repeat;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -3px;
}

.part3-R {
    width: 31.33%;
    padding: 3.5rem 0px;
}

.part3-R .Btitle h5 {
    background: url("../images/22/title07.png") left center no-repeat;
}

.part3-R .swiper-slide a {
    display: block;
    overflow: hidden;
}

.part3-R .swiper-slide img {
    display: block;
    width: 100%;
    transition: all 0.6s ease 0s;
    object-fit: cover;
    height: 264px;
}

.part3-R .swiper-slide img:hover {
    transform: scale(1.1);
    transition: all 0.6s ease 0s;
}

.part3-R .tabs {
    background: rgb(253, 254, 255);
    padding-bottom: 0.5rem;
    display: none;
}

.part3-R .tabs p {
    padding: 0px 1.25rem;
    position: relative;
    transition: all 0.6s ease 0s;
}

.part3-R .tabs p::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 0px;
    background: rgb(255, 153, 0);
    left: 0px;
    top: 50%;
    margin-top: -15px;
    transition: all 0.6s ease 0s;
}

.part3-R .tabs p a {
    display: block;
    line-height: 3.75rem;
    height: 3.75rem;
    overflow: hidden;
    border-bottom: 1px dashed rgb(213, 213, 213);
    font-family: msyhsb;
    font-size: 1.125rem;
    color: rgb(50, 50, 50);
    white-space: nowrap;
    text-overflow: ellipsis;
}

.part3-R .tabs p:last-child a {
    border-bottom: none;
}

.part3-R .tabs .active {
    background: rgb(0, 65, 135);
}

.part3-R .tabs .active a {
    color: rgb(255, 255, 255);
    border-bottom: none;
}

.part3-R .tabs .active::after {
    content: "";
    height: 30px;
}

.part3-R .tabs p:hover::after {
    content: "";
    height: 30px;
    transition: all 0.6s ease 0s;
}

.part3-R .tabs p:hover {
    background: rgb(0, 65, 135);
    transition: all 0.6s ease 0s;
}

.part3-R .more a {
    margin: 7px auto 0px;
    width: 94px;
    height: 32px;
    line-height: 32px;
    display: block;
    border: 1px solid rgb(255, 255, 255);
    text-align: center;
    font-size: 0.875rem;
    color: rgb(255, 255, 255);
    position: relative;
    transition: all 0.6s ease 0s;
}

.part3-R .more a::after {
    content: "";
    width: 51px;
    height: 7px;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -3px;
    transition: all 0.6s ease 0s;
}

.part3-R .more a:hover {
    color: rgb(1, 74, 151);
    transition: all 0.6s ease 0s;
    border: 1px solid rgb(114, 155, 199);
    background: rgb(255, 255, 255);
}

.part3-R .more a:hover::after {
    content: "";
    opacity: 0.6;
    left: -25px;
    transition: all 0.6s ease 0s;
}

.part4 {
    background: url("../images/part4-bg.png") center bottom / contain no-repeat;
    padding: 3.75rem 0px 10.625rem;
}

.part4 .w1500 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.part4-L, .part4-C, .part4-R {
    width: 31.33%;
}

.part4-L .Btitle h5 {
    background: url("../images/title08.png") left center no-repeat;
}

.part4-L .swiper-slide a {
    display: block;
    position: relative;
}

.part4-L .swiper-slide .pic {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.part4-L .swiper-slide .pic img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: all 0.6s ease 0s;
}

.part4-L .swiper-slide .pic::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/part4-02.png") left bottom repeat-x;
    z-index: 2;
}

.part4-L .swiper-slide .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    z-index: 2;
}

.part4-L .swiper-slide .icon img {
    display: block;
    width: 100%;
}

.part4-L .tabs {
    background: rgb(249, 249, 249);
    padding: 0px 1.25rem;
}

.part4-L .tabs p {
    padding: 1.5625rem 0px;
    border-bottom: 1px solid rgb(226, 226, 226);
}

.part4-L .tabs p:last-child {
    border-bottom: none;
}

.part4-L .tabs p a {
    display: block;
    line-height: 1.25rem;
    height: 1.25rem;
    overflow: hidden;
    font-size: 1.125rem;
    color: rgb(0, 0, 0);
    font-family: msyhsb;
    padding-left: 36px;
    background: url("../images/part4-04.png") left center no-repeat;
    transition: all 0.3s ease 0s;
}

.part4-L .tabs p.active a {
    color: rgb(202, 9, 21);
}

.part4-L .tabs p:hover a {
    color: rgb(202, 9, 21);
    transition: all 0.3s ease 0s;
}

.part4-L .swiper-slide .pic:hover img {
    transform: scale(1.1);
    transition: all 0.6s ease 0s;
}

.part4-C .Btitle h5 {
    background: url("../images/title09.png") left center no-repeat;
}

.part4-CNR.pc-slide {
    background: rgb(253, 251, 247);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
}

.part4-CNR .view {
    width: calc(100% - 150px);
    float: left;
    position: relative;
}

.part4-CNR .view::after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: 0px;
    height: calc(100% - 20px);
    width: 5px;
    background: rgb(249, 217, 201);
}

.part4-CNR .view .swiper-slide a {
    display: block;
    overflow: hidden;
    padding: 4px;
    background: url("../images/part4-08.jpg") center center / cover no-repeat;
}

.part4-CNR .view .swiper-slide a img {
    display: block;
    width: 100%;
    transition: all 0.6s ease 0s;
}

.part4-CNR .view .swiper-slide a img:hover {
    transform: scale(1.1);
    transition: all 0.6s ease 0s;
}

.part4-CNR .preview {
    position: relative;
    width: 150px;
    box-sizing: border-box;
    float: left;
}

.part4-CNR .preview .swiper-container {
    height: 280px;
}

.part4-CNR .preview .swiper-slide {
    width: 100%;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    display: block;
    text-align: center;
    font-size: 1rem;
    color: rgb(102, 102, 102);
}

.part4-CNR .preview .active-nav {
    font-weight: bold;
    color: rgb(0, 0, 0);
}

.part4-CNR .preview .arrow-left, .part4-CNR .preview .arrow-right {
    position: absolute;
    width: 23px;
    height: 32px;
    right: 50%;
    margin-right: -16px;
    z-index: 99;
    cursor: pointer;
}

.part4-CNR .preview .arrow-left {
    left: auto;
    top: -3.125rem;
    margin-top: 0px;
    background: url("../images/part4-06.png") center center / contain no-repeat;
    z-index: 99;
}

.part4-CNR .preview .arrow-right {
    bottom: -3.125rem;
    top: auto;
    background: url("../images/part4-07.png") center center / contain no-repeat;
    z-index: 99;
}

.part4-CNR .preview .arrow-left:hover {
    background: url("../images/part4-06R.png") center center / contain no-repeat;
}

.part4-CNR .preview .arrow-right:hover {
    background: url("../images/part4-07R.png") center center / contain no-repeat;
}

.part4-R ul {
    padding-left: 1rem;
    position: relative;
}

.part4-R ul::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: rgb(226, 226, 226);
}

.part4-R li {
    margin-bottom: 1.4375rem;
    padding-bottom: 1.4375rem;
    border-bottom: 1px dashed rgb(212, 212, 212);
    position: relative;
}

.part4-R li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.part4-R li p {
    position: relative;
}

.part4-R li p a {
    display: block;
    font-size: 1.125rem;
    line-height: 1.125rem;
    height: 1.125rem;
    overflow: hidden;
    color: rgb(0, 0, 0);
    font-family: msyhsb;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.part4-R li p::after {
    content: "";
    position: absolute;
    left: -1rem;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: rgb(202, 205, 212);
    border-radius: 50%;
    z-index: 2;
}

.part4-R li:nth-child(1) p::after {
    content: "";
    background: rgb(216, 12, 24);
}

.part4-R li:nth-child(2) p::after {
    content: "";
    background: rgb(240, 160, 7);
}

.part4-R li:nth-child(3) p::after {
    content: "";
    background: rgb(96, 152, 215);
}

.part4-R li p a:hover {
    color: rgb(216, 12, 24);
    padding-left: 0.625rem;
    transition: all 0.3s ease 0s;
}

.footer {
    background: url("../images/footer-bg.jpg") center center / cover no-repeat;
    padding: 2.5rem 0px;
}

.footer .w1500 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.footer-logo img {
    display: block;
    max-height: 63px;
}

.footer-link {
    width: 45rem;
}

.footer-link h5 {
    margin-bottom: 0.3125rem;
    font-size: 1.375rem;
    font-family: SourceHanSerifCN-Heavy;
    color: rgb(255, 255, 255);
}

.footer-link ul {
    overflow: hidden;
}

.footer-link ul li {
    float: left;
    overflow: hidden;
    margin-right: 0.625rem;
    margin-top: 0.9375rem;
    text-align: center;
}

.footer-link ul li a {
    display: block;
    width: 8.375rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    font-size: 1rem;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    border: 1px solid rgb(221, 99, 106);
}

.footer-link ul li a:hover {
    font-weight: bold;
    border: 1px solid rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
}

.footer-ewm li {
    float: left;
}

.footer-ewm li + li {
    margin-left: 1.875rem;
}

.footer-ewm li .pic {
    overflow: hidden;
}

.footer-ewm li .pic img {
    display: block;
    max-width: 90px;
}

.footer-ewm li p {
    font-size: 0.75rem;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 0.5rem;
}

.copyright ul {
    overflow: hidden;
}

.copyright {
    background: url("../images/copyright-bg.jpg");
    padding: 1.25rem 0px;
}

.copyright ul li {
    font-size: 0.875rem;
    color: rgb(153, 153, 153);
    float: left;
    margin-left: 1.875rem;
    padding-left: 30px;
    line-height: 1.5rem;
    background: url("../images/footer01.png") left center no-repeat;
}

.copyright ul li + li {
    background: url("../images/footer02.png") left center no-repeat;
}

.copyright ul li a {
    color: rgb(153, 153, 153);
    transition: all 0.6s ease 0s;
}

.copyright ul li a:hover {
    color: rgb(255, 255, 255);
    transition: all 0.6s ease 0s;
}

.copyright p {
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: rgb(153, 153, 153);
}

@media (min-width: 1920px) {
}

@media (max-width: 1500px) {
    .w1500 {
        padding: 0px 15px;
    }

    .part1-L .swiper-slide .pic img {
        height: 423px;
    }

    .part3-LLNR .pic .img img {
        height: 259px;
    }

    .part3-R .swiper-slide img {
        height: 259px;
    }

    #nav ul li {
        padding: 0px;
    }

    #nav ul li::after {
        content: "";
        display: none;
    }

    #logo img {
        max-height: 40px;
    }

    #header .search {
        width: 220px;
    }

    #header .w1720 {
        padding: 0px 0.9375rem;
    }

    .xg #nav {
        width: 64%;
        right: 180px;
    }
}

@media (max-width: 1400px) {
    .part1-L .swiper-slide .pic img {
        height: 399px;
    }

    .part3-LLNR .pic .img img {
        height: 241px;
    }

    .part3-R .swiper-slide img {
        height: 241px;
    }

    .part4-CNR .preview .arrow-right {
        bottom: -1.875rem;
        height: 20px;
    }

    .part4-CNR .preview .arrow-left {
        top: -1.875rem;
        height: 20px;
    }

    .xg #nav {
        width: 64%;
    }

    .xg #nav ul li h3 {
        font-size: 0.875rem;
    }
}

@media (max-width: 1280px) {
    #nav ul li h3 {
        font-size: 1.125rem;
    }

    .xg #nav {
        width: 60%;
        right: 160px;
    }

    .xg #logo img {
        max-height: 35px;
    }

    .miso-prev, .miso-next {
        top: 60%;
    }

    .part1-L .swiper-slide .pic img {
        height: 390px;
    }

    .part3-LLNR .pic .img img {
        height: 220px;
    }

    .part3-R .swiper-slide img {
        height: 220px;
    }

    .part4-CNR .preview .arrow-left, .part4-CNR .preview .arrow-right {
        height: 18px;
    }

    .part4-CNR .preview .arrow-left {
        top: -1.25rem;
    }

    .part4-CNR .preview .arrow-right {
        bottom: -1.25rem;
    }

    .part4-CNR .preview .swiper-slide {
        height: 28px;
        line-height: 28px;
    }

    .part4-R li {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .part4-C .slideTxtBox .hd ul li {
        padding: 0.3125rem 0px;
    }

    .footer-logo img {
        max-height: 80px;
    }

    .footer-ewm li + li {
        margin-left: 0.9375rem;
    }

    .footer-ewm li .pic img {
        max-width: 80px;
    }

    #header .search {
        width: 180px;
    }

    .xg #nav ul li h3 {
        font-size: 0.875rem;
        padding: 0px;
        line-height: 48px;
    }

    .xg #header .search {
        width: 160px;
    }

    .part4-CNR .preview .swiper-container {
        height: 194px;
    }

    .search-box .search {
    }
}

@media (max-width: 1500px) and (min-width: 1400px) {
    .part2-L li h3 {
        height: 4.5rem;
    }
}

@media (max-width: 1317px) and (min-width: 1001px) {
    .part2-L li h3 {
        height: 4.5rem;
    }
}

@media (max-width: 1000px) {
    .search-box .search {
        display: none;
    }

    .header_box {
        display: none;
    }

    .m_header_box {
        display: block;
    }

    #nav_slide {
        display: block;
    }

    .part1 {
        padding: 7.5rem 0px 3.125rem;
    }

    .part1-L, .part1-R {
        width: 100%;
        float: none;
    }

    .part1-L .swiper-slide .pic img {
        height: auto;
    }

    .part1-R li p {
        width: calc(100% - 120px);
    }

    .Btitle h5 {
        font-family: "Microsoft Yahei";
        font-weight: bold;
    }

    .part2-L {
        display: none;
    }

    .Btitle h5 {
        background-size: 18px;
        padding-left: 28px;
        font-size: 1.5rem;
    }

    .part1-R {
        padding: 1.875rem 0.9375rem;
        margin-top: -4px;
    }

    .part1-R li {
        margin-bottom: 0.9375rem;
        padding-bottom: 0.9375rem;
    }

    .Btitle a {
        width: 55px;
        height: 26px;
        line-height: 26px;
        text-align: center;
    }

    .Btitle a::after {
        content: "";
        width: 27px;
        height: 7px;
    }

    .Mpart2 {
        display: block;
    }

    .part1-R li i {
        font-family: "Microsoft Yahei";
    }

    .part3-LL {
        display: none;
    }

    .part3-R, .part3-L {
        width: 100%;
    }

    .part2, .part3-R {
        padding: 3.125rem 0px;
    }

    .part3-R {
        padding: 0px 1.875rem 1.875rem;
    }

    .part3-R .Btitle h5 {
        background-size: 18px;
        padding-left: 28px;
        font-size: 1.5rem;
    }

    .part3-R .Btitle a {
        display: block;
    }

    .part3-R .Btitle a::after {
        content: "";
    }

    .Mpart3L {
        display: block;
    }

    .part3-R .more {
        display: none;
    }

    .part3-R .tabs {
    }

    .part3-R .tabs .active {
        border-bottom: none;
    }

    .part3-R .swiper-slide img {
        height: auto;
    }

    .part3 .w1500 {
        padding: 0px;
    }

    .part3-L {
        padding: 3.125rem 0.9375rem;
    }

    .part4 {
        padding: 0px;
        background: none;
    }

    .part4-L, .part4-C, .part4-R {
        width: 100%;
    }

    .part4 .w1500 {
        padding: 0px;
    }

    .part4-L {
        padding: 1.875rem;
    }

    .part4-L .Btitle h5, .part4-C .Btitle h5, .part4-R .Btitle h5 {
        background-size: 18px;
        padding-left: 28px;
        font-size: 1.5rem;
    }

    .part4-C {
        background: rgb(253, 251, 247);
        padding: 1.875rem;
    }

    .part4-CNR .view {
        width: 65.8%;
    }

    .part4-CNR .preview {
        width: 34.2%;
    }

    .part4-CNR .preview .swiper-slide {
        height: 35px;
        line-height: 35px;
    }

    .part4-CNR .preview .swiper-container {
        height: 280px;
    }

    .part4-CNR .preview .arrow-left, .part4-CNR .preview .arrow-right {
        height: 32px;
    }

    .part4-CNR .preview .arrow-left {
        top: -20%;
    }

    .part4-CNR .preview .arrow-right {
        bottom: -20%;
    }

    .part4-R {
        padding: 1.875rem;
        background: url("../images/part4-Mbg.png") center bottom / cover no-repeat;
    }

    .part4-R li {
        margin-bottom: 1.4375rem;
        padding-bottom: 1.4375rem;
    }

    .footer-logo {
        width: 100%;
        margin-bottom: 1.875rem;
        padding-bottom: 1.875rem;
        border-bottom: 1px solid rgb(214, 63, 72);
    }

    .footer-logo img {
        margin: 0px auto;
    }

    .footer-link {
        width: 100%;
        margin-bottom: 1.875rem;
        padding-bottom: 1.875rem;
        border-bottom: 1px solid rgb(214, 63, 72);
    }

    .footer-link ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-link li {
        width: 31%;
        margin-right: 0px !important;
    }

    .footer-link ul li a {
        width: 100%;
    }

    .footer-ewm {
        margin: 0px auto;
    }

    .footer-ewm li .pic img {
        max-height: 90px;
    }

    .copyright .w1500 {
        padding: 0px;
    }

    .copyright {
        padding: 0px;
        background: none;
    }

    .copyright ul {
        float: none;
        width: 100%;
    }

    .copyright p {
        float: none;
        width: 100%;
    }

    .copyright ul {
        display: flex;
        justify-content: center;
        padding: 1.875rem 0.9375rem;
        background: url("../images/copyright-bg.jpg");
    }

    .copyright ul li {
        margin-left: 0px;
        margin-right: 1.25rem;
        padding-right: 1.25rem;
        border-right: 1px solid rgb(64, 67, 72);
    }

    .copyright ul li + li {
        margin-right: 0px;
        padding-right: 0px;
        border-right: none;
    }

    .copyright p {
        padding: 1.25rem 0.9375rem;
        background: rgb(38, 42, 48);
        text-align: center;
    }
}

@media (max-width: 850px) {
    .search-box .search {
        display: none;
    }
}

@media (max-width: 768px) {
    .search-box .search {
        display: none;
    }

    #gotop {
        right: 0px;
        transform: scale(0.7);
    }

    .miso-prev, .miso-next {
        width: 40px;
        height: 40px;
        top: 66%;
    }

    .part1-R li p, .Mpart2 li p {
        width: calc(100% - 100px);
    }
}

@media (max-width: 540px) {
    .search-box .search {
        display: none;
    }

    .miso-prev, .miso-next {
        display: none;
    }

    .part4-CNR .preview .arrow-left {
        top: -10%;
    }

    .part4-CNR .preview .arrow-right {
        bottom: -10%;
    }
}

@media (max-width: 465px) {
    .search-box .search {
        display: none;
    }

    #m_header #logo img {
        max-height: 26px;
    }

    .part4-C .slideTxtBox .hd ul li {
        padding: 0.625rem 0px;
    }

    .part4-C .slideTxtBox .arrow .prev, .part4-C .slideTxtBox .arrow .next {
        height: 24px;
    }

    .part4-CNR .preview .swiper-slide {
        height: 30px;
        line-height: 30px;
    }

    .part4-CNR .preview .swiper-container {
        height: 235px;
    }

    .part4-CNR .preview .arrow-left {
        top: -18%;
    }

    .part4-CNR .preview .arrow-right {
        bottom: -18%;
    }
}

@media (max-width: 380px) {
    .search-box .search {
        display: none;
    }

    .part1-R li p, .Mpart2 li p {
        width: calc(100% - 90px);
    }

    #m_header #logo img {
        max-height: 24px;
    }
}

.n_container {
    padding: 2.5rem 0px 7.5rem;
    background: url("../images/list-bg.png") center bottom / contain no-repeat;
    min-height: 720px;
}

.position {
    margin-bottom: 3.125rem;
}

.position p {
    float: left;
    padding-left: 26px;
    background: url("../images/position.png") left center no-repeat;
    line-height: 1.125rem;
    color: rgb(102, 102, 102);
}

.position p a {
    font-size: 1rem;
    color: rgb(102, 102, 102);
    margin: 0px 0.3125rem;
    transition: all 0.2s ease 0s;
}

.position p a.on {
    color: rgb(51, 51, 51);
}

.position p a:hover {
    color: rgb(214, 63, 72);
    transition: all 0.2s ease 0s;
}

.fanye img {
    display: block;
    margin: 3.75rem auto 0px;
    max-width: 100%;
}

.list_mtjc li a {
    display: flex;
    justify-content: start;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgb(231, 231, 231);
    position: relative;
}

.list_mtjc li a::after {
    content: "";
    width: 0px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0px;
    background: rgb(214, 63, 72);
    transition: all 0.6s ease 0s;
}

.list_mtjc li .time {
    width: 100px;
    margin-right: 50px;
}

.list_mtjc li .day {
    font-size: 2.75rem;
    color: rgb(204, 204, 204);
    font-family: SourceHanSerifCN-Heavy;
    margin-bottom: 0.9375rem;
    position: relative;
    transition: all 0.2s ease 0s;
}

.list_mtjc li .day::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 1.375rem;
    height: 1px;
    background: rgb(204, 204, 204);
}

.list_mtjc li .year {
    font-size: 0.75rem;
    color: rgb(153, 153, 153);
    font-family: SourceHanSerifCN-Heavy;
    letter-spacing: 5px;
}

.list_mtjc li .con h5 {
    font-size: 1.625rem;
    color: rgb(51, 51, 51);
    font-family: msyhsb;
    line-height: 4.75rem;
    height: 4.75rem;
    margin-bottom: 0px;
    overflow: hidden;
    transition: all 0.2s ease 0s;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_mtjc li .con p {
    font-size: 0.875rem;
    color: rgb(153, 153, 153);
    line-height: 1.625rem;
    height: 3.25rem;
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_mtjc li:hover a::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.list_mtjc li:hover .day {
    color: rgb(214, 63, 72);
    transition: all 0.2s ease 0s;
}

.list_mtjc li:hover .con h5 {
    color: rgb(214, 63, 72);
    transition: all 0.2s ease 0s;
}

.list_tw li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgb(231, 231, 231);
    position: relative;
}

.list_tw li a::after {
    content: "";
    width: 0px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0px;
    background: rgb(214, 63, 72);
    transition: all 0.6s ease 0s;
}

.list_tw li .pic {
    margin-right: 50px;
    overflow: hidden;
}

.list_tw li .pic img {
    display: block;
    width: 375px;
    transition: all 0.6s ease 0s;
}

.list_tw li .con {
    width: calc(100% - 425px);
}

.list_tw li .con h5 {
    font-size: 1.625rem;
    color: rgb(51, 51, 51);
    font-family: msyhsb;
    line-height: 1.75rem;
    height: 1.75rem;
    overflow: hidden;
    transition: all 0.2s ease 0s;
}

.list_tw li .con p {
    font-size: 0.875rem;
    line-height: 1.625rem;
    height: 6.5rem;
    color: rgb(153, 153, 153);
    margin-top: 1.5625rem;
    padding-top: 1.875rem;
    margin-bottom: 1.875rem;
    position: relative;
    overflow: hidden;
}

.list_tw li .con p::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 65px;
    height: 2px;
    background: rgb(202, 9, 21);
}

.list_tw li .con i {
    font-style: normal;
    font-family: SourceHanSerifCN-Heavy;
    font-size: 0.75rem;
    color: rgb(153, 153, 153);
    padding-left: 20px;
    background: url("../images/list02.png") left center no-repeat;
}

.list_tw li:hover a::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.list_tw li:hover .pic img {
    transform: scale(1.1);
    transition: all 0.6s ease 0s;
}

.list_tw li:hover .con h5 {
    color: rgb(214, 63, 72);
    transition: all 0.2s ease 0s;
}

.list_xb ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: start;
    margin-bottom: -3.125rem;
    gap: 2%;
}

.list_xb li {
    width: 32%;
    margin-bottom: 3.125rem;
    position: relative;
    padding-bottom: 8px;
}

.list_xb li::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: rgb(251, 251, 251);
    z-index: 1;
}

.list_xb li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 8px);
    background: rgb(255, 255, 255);
    border-width: 2px 1px 1px;
    border-style: solid;
    border-color: rgb(202, 9, 21) rgb(231, 231, 231) rgb(231, 231, 231);
    border-image: initial;
    padding: 2.5rem 1.75rem 3rem;
    position: relative;
    z-index: 2;
    transition: all 0.6s ease 0s;
}

.list_xb li p {
    font-size: 1.375rem;
    color: rgb(51, 51, 51);
    line-height: 2.25rem;
    width: calc(100% - 110px);
}

.list_xb li .day {
    font-size: 1.875rem;
    color: rgb(204, 204, 204);
    font-family: SourceHanSerifCN-Heavy;
    margin-bottom: 0.9375rem;
    position: relative;
    transition: all 0.2s ease 0s;
}

.list_xb li .day::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 1.375rem;
    height: 1px;
    background: rgb(204, 204, 204);
}

.list_xb li .year {
    font-size: 0.75rem;
    color: rgb(153, 153, 153);
    font-family: SourceHanSerifCN-Heavy;
    letter-spacing: 3px;
}

.list_xb li a:hover {
    background: url("../images/list06.jpg") center center / cover no-repeat;
    border-top: 2px solid rgb(255, 153, 0);
    transition: all 0.6s ease 0s;
}

.list_xb li:hover p {
    color: rgb(255, 255, 255);
}

.list_xb li:hover .day {
    color: rgb(255, 255, 255);
}

.list_xb li:hover .year {
    color: rgb(255, 255, 255);
}

.list_video ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
    margin-bottom: -2.5rem;
}

.list_video li {
    width: 31.33%;
    margin-bottom: 2.5rem;
}

.list_video li a {
    display: block;
}

.list_video li .pic {
    position: relative;
    overflow: hidden;
}

.list_video li .pic .img {
    overflow: hidden;
}

.list_video li .pic .img img {
    display: block;
    width: 100%;
    transition: all 0.6s ease 0s;
}

.list_video li .icon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/list04.png") left bottom repeat-x;
}

.list_video li .icon img {
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    left: 1.25rem;
    bottom: 0.9375rem;
}

.list_video li .text {
    padding: 1.25rem 3.125rem 2.5rem 1.875rem;
    background: rgb(255, 255, 255);
    border-right: 1px solid rgb(236, 236, 236);
    border-left: 1px solid rgb(236, 236, 236);
    border-image: initial;
    border-top: none;
    border-bottom: 2px solid rgb(202, 9, 21);
    transition: all 0.6s ease 0s;
}

.list_video li .text p {
    font-size: 1rem;
    color: rgb(51, 51, 51);
    line-height: 1.75rem;
    overflow: hidden;
    margin-bottom: 1.875rem;
}

.list_video li .text i {
    font-style: normal;
    font-size: 0.75rem;
    color: rgb(153, 153, 153);
    line-height: 0.875rem;
    padding-left: 22px;
    background: url("../images/list08.png") left center no-repeat;
}

.list_video li:hover .text {
    background: url("../images/list07.jpg") center center / cover no-repeat;
    transition: all 0.6s ease 0s;
}

.list_video li:hover .text p {
    color: rgb(255, 255, 255);
}

.list_video li:hover .text i {
    color: rgb(255, 255, 255);
    background: url("../images/list09.png") left center no-repeat;
}

.list_video li:hover .pic .img img {
    transform: scale(1.1);
    transition: all 0.6s ease 0s;
}

.list_searchT {
    padding: 0px 1.875rem;
    width: 57%;
    position: relative;
    line-height: 3.625rem;
    height: 3.625rem;
    margin-bottom: 1.875rem;
}

.list_searchT .text {
    width: calc(100% - 110px);
    background: rgb(255, 255, 255);
    border-top: 1px solid rgb(229, 229, 229);
    border-bottom: 1px solid rgb(229, 229, 229);
    border-left: 1px solid rgb(229, 229, 229);
    border-image: initial;
    border-right: none;
    line-height: 3.625rem;
    height: 3.625rem;
    text-indent: 1.25rem;
    font-size: 1rem;
    color: rgb(102, 102, 102);
}

.list_searchT .btn {
    background: url("../images/list-search01.png") center center no-repeat rgb(0, 74, 152);
    width: 110px;
    height: 3.625rem;
}

.list_search .condition {
    width: calc(100% - 60px);
    margin: 0px auto 3.75rem;
}

.condition h5 {
    font-size: 1.875rem;
    color: rgb(0, 0, 0);
    font-family: msyhsb;
    margin-bottom: 1.25rem;
}

.condition .con {
    display: flex;
    position: absolute;
    right: 4.375rem;
    top: 0.5625rem;
}

.condition .condL {
    position: relative;
    margin-right: 0.625rem;
}

.condition .condL h3 {
    cursor: pointer;
    width: 280px;
    height: 2.625rem;
    line-height: 2.625rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(220, 220, 220);
    padding: 0px 0.625rem;
    font-size: 1rem;
    color: rgb(102, 102, 102);
    position: relative;
}

.condition .condL h3::after {
    content: "";
    position: absolute;
    right: 0.625rem;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: url("../images/list10.png") center center no-repeat;
}

.condition .condL dl {
    display: none;
    position: absolute;
    width: 100%;
    background: rgb(235, 240, 250);
    padding: 0.9375rem;
    z-index: 2;
}

.condition .condL dd {
    padding: 0.625rem 0px;
}

.condition .condL dd a {
    display: block;
    font-size: 0.875rem;
    color: rgb(50, 50, 50);
    transition: all 0.2s ease 0s;
}

.condition .condL dd a:hover {
    color: rgb(214, 63, 72);
    transition: all 0.2s ease 0s;
}

.list_searchB {
    position: relative;
}

.list_searchB .tabs {
    background: rgb(245, 245, 245);
    line-height: 5.625rem;
    width: calc(100% - 60px);
    margin: 0px auto;
}

.list_searchB .tabs a {
    position: relative;
    padding: 0px 3.0625rem;
    line-height: 5.625rem;
    display: inline-block;
    border-bottom: 3px solid rgb(229, 229, 229);
    font-size: 1.5rem;
    font-family: msyhsb;
}

.list_searchB .tabs .on {
    border-bottom: 3px solid rgb(214, 63, 72);
    color: rgb(214, 63, 72);
}

.list_searchB .tabs a::after {
    content: "";
    height: 22px;
    width: 1px;
    background: rgb(220, 220, 220);
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -11px;
}

.list_searchB .tabs a:last-child::after {
    content: "";
    display: none;
}

.list_searchB .swiper-container {
}

.list_searchB .swiper-container ul {
    padding: 0.625rem 1.875rem 0px;
}

.list_searchB .swiper-slide li {
    padding: 2.5rem 0px;
    border-bottom: 1px dashed rgb(229, 232, 235);
}

.list_searchB .swiper-slide li h5 a {
    font-size: 1.375rem;
    color: rgb(51, 51, 51);
    line-height: 1.875rem;
    display: block;
}

.list_searchB .swiper-slide li h3 {
    margin: 1.25rem 0px 1.875rem;
    font-size: 0.875rem;
    color: rgb(202, 9, 21);
}

.list_searchB .swiper-slide li h3 a:hover {
    text-decoration: underline;
}

.list_searchB .swiper-slide li p {
    font-size: 1rem;
    color: rgb(102, 102, 102);
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
}

.list_searchB .swiper-slide li i {
    font-style: normal;
    font-family: DIN-BoldAlternate;
    font-size: 1rem;
    color: rgb(0, 0, 0);
}

.list_searchB .swiper-slide li:hover {
    padding: 2.5rem 1.875rem;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.22) 0px 2px 24.9px 5.1px;
    transition: all 0.3s ease 0s;
}

.list_searchB .swiper-slide li h5 a:hover {
    color: rgb(202, 9, 21);
}

.LpicT {
    display: flex;
    justify-content: space-between;
}

.LpicT_L {
    width: 56.8%;
}

.LpicT_L .swiper-slide a {
    display: block;
    position: relative;
}

.LpicT_L .swiper-slide a::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/list12.png") center bottom repeat-x;
}

.LpicT_L .swiper-slide .pic {
    overflow: hidden;
}

.LpicT_L .swiper-slide .pic img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: all 0.6s ease 0s;
}

.LpicT_L .swiper-slide .text {
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 1.25rem;
    padding: 0px 1.25rem;
    display: flex;
    justify-content: space-between;
}

.LpicT_L .swiper-slide .text p {
    color: rgb(255, 255, 255);
    font-size: 1.25rem;
    font-family: msyhsb;
    line-height: 1.875rem;
    overflow: hidden;
}

.LpicT_L .swiper-slide .text i {
    color: rgb(255, 255, 255);
    font-size: 0.75rem;
    margin-left: 0.625rem;
    font-style: normal;
    line-height: 1.875rem;
    padding-left: 22px;
    background: url("../images/list09.png") left center no-repeat;
    font-family: SourceHanSerifCN-Heavy;
}

.LpicT_L .swiper-button-next, .LpicT_L .swiper-button-prev {
    width: 31px;
    height: 57px;
    margin-top: -28px;
}

.LpicT_L .swiper-button-next {
    background: url("../images/list14.png") center center no-repeat;
}

.LpicT_L .swiper-button-prev {
    background: url("../images/list13.png") center center no-repeat;
}

.LpicT_L .swiper-slide a:hover .pic img {
    transition: all 0.6s ease 0s;
    transform: scale(1.1);
}

.LpicT_R {
    width: 40%;
    margin-bottom: -1.875rem;
}

.LpicT_R li {
    margin-bottom: 1.875rem;
}

.LpicT_R li a {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.LpicT_R li .pic {
    overflow: hidden;
    width: 66.66%;
}

.LpicT_R li .pic img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: all 0.6s ease 0s;
}

.LpicT_R li .text {
    width: 33.34%;
    padding: 1.625rem 2.1875rem;
    background: rgb(240, 244, 251);
}

.LpicT_R li .text h5 {
    font-size: 1rem;
    color: rgb(51, 51, 51);
    line-height: 1.75rem;
    height: 7rem;
    overflow: hidden;
    margin-bottom: 2.5rem;
    transition: all 0.2s ease 0s;
}

.LpicT_R li .text i {
    font-style: normal;
    color: rgb(153, 153, 153);
    font-size: 0.75rem;
    line-height: 1.875rem;
    padding-left: 22px;
    background: url("../images/list17.png") left center no-repeat;
    font-family: SourceHanSerifCN-Heavy;
}

.LpicT_R li + li a {
    flex-direction: row-reverse;
}

.LpicT_R li:hover .pic img {
    transform: scale(1.1);
    transition: all 0.6s ease 0s;
}

.LpicT_R li:hover .text h5 {
    color: rgb(214, 63, 72);
    transition: all 0.2s ease 0s;
}

.LpicB {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 3.75rem;
    margin-bottom: -2.5rem;
}

.LpicB li {
    width: 31.33%;
    margin-bottom: 2.5rem;
}

.LpicB li a {
    display: block;
}

.LpicB li .pic {
    overflow: hidden;
    height: 220px;
}

.LpicB li .pic img {
    display: block;
    width: 100%;
    transition: all 0.6s ease 0s;
    height: auto;
}

.LpicB li .text {
    background: rgb(255, 255, 255);
    border-width: 2px 1px 1px;
    border-style: solid;
    border-color: rgb(202, 9, 21) rgb(236, 236, 236) rgb(236, 236, 236);
    border-image: initial;
    padding: 1.25rem 1.875rem 2.5rem;
    transition: all 0.6s ease 0s;
}

.LpicB li .text p {
    font-size: 1rem;
    color: rgb(51, 51, 51);
    line-height: 1.75rem;
    height: 3.5rem;
    overflow: hidden;
    margin-bottom: 1.875rem;
}

.LpicB li .text i {
    font-style: normal;
    font-size: 0.75rem;
    color: rgb(153, 153, 153);
    font-family: SourceHanSerifCN-Heavy;
    padding-left: 22px;
    background: url("../images/list08.png") left center no-repeat;
}

.LpicB li:hover .pic img {
    transform: scale(1.1);
    transition: all 0.6s ease 0s;
}

.LpicB li:hover .text {
    background: url("../images/list07.jpg") center center / cover no-repeat;
    border: none;
    transition: all 0.6s ease 0s;
}

.LpicB li:hover .text p {
    color: rgb(255, 255, 255);
}

.LpicB li:hover .text i {
    color: rgb(255, 255, 255);
    background: url("../images/list09.png") left center no-repeat;
}

.show {
    background: rgb(252, 252, 252);
    width: calc(76% - 20px);
    position: relative;
    padding: 3.75rem 3.75rem 3.75rem 9.375rem;
}

.show::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0px;
    width: 20px;
    height: calc(100% - 17px);
    background: rgb(249, 249, 249);
}

.show01 {
    margin-bottom: 2.75rem;
    padding-bottom: 1.875rem;
    border-bottom: 2px solid rgb(202, 9, 21);
}

.show01 h5 {
    font-size: 1.875rem;
    color: rgb(0, 0, 0);
    font-family: msyhsb;
    line-height: 3rem;
    margin-bottom: 1.875rem;
    text-align: center;
}

.show01 h5 p {
    line-height: 3rem;
}

.show01 h5 span {
    color: rgb(0, 0, 0);
    font-size: 1.875rem !important;
    font-family: msyhsb !important;
}

.show01 .time {
    font-size: 1rem;
    color: rgb(102, 102, 102);
    font-style: normal;
    /* padding-left: 24px; */
    /* background: url("../images/show01.png") left center / contain no-repeat; */
    margin-bottom: 0.9375rem;
    text-align: center;
}
.show01 .time>span{
    background: url("../images/show01.png") left center / contain no-repeat;
    padding-left: 24px;
}

.show01 .time i {
    font-style: normal;
    font-size: 0.875rem;
    font-family: SourceHanSerifCN-Heavy;
    color: rgb(153, 153, 153);
}

.show01 p {
    font-size: 1rem;
    color: rgb(102, 102, 102);
    line-height: 1.5rem;
    text-align: center;
}

.show01 p i {
    font-style: normal;
    margin-right: 1.875rem;
}

.show01 p i:nth-child(3) {
    margin-right: 0px;
}

.show02-box {
    position: relative;
}

.show02 p {
    color: rgb(51, 51, 51);
    line-height: 2rem !important;
    text-indent: 2.25rem !important;
    font-size: 16px !important;
}

.show02 img {
    display: block;
    margin: 10px auto 0rem;
    max-width: 100%;
    border: none !important;
    height: auto !important;
}

.show03 {
    margin-top: 3.75rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgb(230, 230, 230);
    position: relative;
}

.show03 p {
    font-size: 1rem;
    color: rgb(51, 51, 51);
    margin-bottom: 1.5625rem;
    width: calc(100% - 80px);
    line-height: 1.5rem;
}

.show03 p a {
    color: rgb(51, 51, 51);
    transition: all 0.2s ease 0s;
}

.show03 p a:hover {
    color: rgb(202, 9, 21);
    transition: all 0.2s ease 0s;
}

.show03 .Golist {
    position: absolute;
    right: 0px;
    bottom: -20px;
    transition: all 0.6s ease 0s;
}

.show03 .Golist a {
    display: block;
    padding-top: 34px;
    background: url("../images/show04.png") center top no-repeat;
    font-size: 0.875rem;
    color: rgb(202, 9, 21);
}

.show03 .Golist:hover {
    margin-bottom: 4px;
    transition: all 0.6s ease 0s;
}

.share_box {
    position: absolute;
    left: -7.5rem;
    top: 0px;
}

.share_fixed {
    position: fixed;
    left: 50%;
    margin-left: -720px;
    z-index: 9;
    top: 180px;
}

.social-share {
    font-size: 14px;
    color: rgb(153, 153, 153);
    text-align: center;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    display: block;
    vertical-align: top;
    margin: 0px;
    transition: all 0.5s ease 0s;
    z-index: 10;
    line-height: 34px;
    font-family: socialshare !important;
}

.social-share * {
    font-family: socialshare !important;
}

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 0px;
    display: inline-block;
    outline: none;
}

.social-share .social-share-icon {
    position: relative;
    display: block;
    width: 51px;
    height: 51px;
    margin-bottom: 1.25rem;
    border-radius: 0px;
    line-height: 24px;
    border: none;
    color: rgb(102, 102, 102);
    text-align: center;
    vertical-align: top;
    transition: all 0.6s ease 0s;
    font-size: 13px;
    background: rgb(236, 236, 236);
}

.social-share .social-share-icon:hover {
}

.social-share .icon-weibo {
    border-color: rgb(255, 118, 59);
}

.social-share .icon-weibo:hover {
    background: rgb(255, 118, 59);
}

.social-share .icon-tencent {
    color: rgb(86, 182, 231);
    border-color: rgb(86, 182, 231);
}

.social-share .icon-tencent:hover {
    background: rgb(86, 182, 231);
}

.social-share .icon-qq {
    border-color: rgb(86, 182, 231);
}

.social-share .icon-qq:hover {
}

.social-share .icon-qzone {
    border-color: rgb(253, 190, 61);
}

.social-share .icon-qzone:hover {
    background: rgb(253, 190, 61);
}

.social-share .icon-douban {
    color: rgb(51, 176, 69);
    border-color: rgb(51, 176, 69);
}

.social-share .icon-douban:hover {
    background: rgb(51, 176, 69);
}

.social-share .icon-linkedin {
    border-color: rgb(0, 119, 181);
}

.social-share .icon-linkedin:hover {
    background: rgb(0, 119, 181);
}

.social-share .icon-facebook {
    color: rgb(68, 97, 157);
    border-color: rgb(68, 97, 157);
}

.social-share .icon-facebook:hover {
    background: rgb(68, 97, 157);
}

.social-share .icon-google {
    color: rgb(219, 68, 55);
    border-color: rgb(219, 68, 55);
}

.social-share .icon-google:hover {
    background: rgb(219, 68, 55);
}

.social-share .icon-twitter {
    color: rgb(85, 172, 238);
    border-color: rgb(85, 172, 238);
}

.social-share .icon-twitter:hover {
    background: rgb(85, 172, 238);
}

.social-share .icon-diandian {
    color: rgb(48, 125, 202);
    border-color: rgb(48, 125, 202);
}

.social-share .icon-diandian:hover {
    background: rgb(48, 125, 202);
}

.social-share .icon-wechat {
    position: relative;
    border-color: rgb(123, 197, 73);
}

.social-share .icon-wechat:hover {
    background: rgb(123, 197, 73);
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid rgb(238, 238, 238);
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 60px;
    width: 200px;
    height: 192px;
    color: rgb(102, 102, 102);
    font-size: 12px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(170, 170, 170) 0px 2px 10px;
    transition: all 200ms ease 0s;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px;
}

.social-share .icon-wechat .wechat-qrcode.bottom::after {
    display: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: rgb(243, 243, 243);
    margin: 0px;
    padding: 0px;
    color: rgb(119, 119, 119);
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0px !important;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
}

.social-share .icon-wechat .wechat-qrcode::after {
    content: "";
    position: absolute;
    left: -14px;
    top: 26px;
    width: 0px;
    height: 0px;
    border-width: 6px 8px 6px 6px;
    border-style: solid;
    border-color: transparent rgb(255, 255, 255) transparent transparent;
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block;
}

.social-share .icon-weibo {
    background: url("../images/icon02.png") center center no-repeat !important;
}

.social-share .icon-wechat {
    background: url("../images/icon01.png") center center no-repeat !important;
}

.social-share .icon-qzone {
    background: url("../images/icon03.png") center center no-repeat !important;
}

.share_hide {
    cursor: pointer;
}

.share_hide img {
    display: block;
    width: 51px;
    height: 51px;
}

.share_box .tit {
    font-size: 0.875rem;
    color: rgb(153, 153, 153);
    text-align: center;
    margin-bottom: 0.9375rem;
    position: relative;
}

.share_box .tit::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 0.625rem;
    height: 1px;
    background: rgb(219, 219, 219);
}

.share_box .tit::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 0.625rem;
    height: 1px;
    background: rgb(219, 219, 219);
}

.showR {
    width: 22%;
}

.showRT {
    width: 100%;
    margin-bottom: 1.875rem;
}

.showR-wb {
    background: rgb(250, 252, 255);
    padding: 0px 1.25rem 1.875rem;
    height: 335px;
}

.ranking {
    width: 100%;
}

.ranking h5, .showRT h5 {
    padding: 0.9375rem 1.25rem;
    background: url("../images/part1-03.jpg") center center / cover no-repeat;
    font-size: 1.375rem;
    color: rgb(255, 255, 255);
}

.ranking ul {
    background: rgb(250, 252, 255);
    padding: 1.875rem 1.25rem;
}

.ranking li a > a {
    position: relative;
    display: block;
    margin-bottom: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid rgb(235, 237, 240);
    font-size: 1rem;
    line-height: 1.5rem;
}

.ranking li a a::after {
    content: "";
    width: 0%;
    height: 1px;
    background: rgb(202, 9, 21);
    position: absolute;
    bottom: -1px;
    left: 0px;
    transition: all 0.6s ease 0s;
}

.ranking li:last-child a {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.ranking li:last-child a::after {
    content: "";
    display: none;
}

.ranking li:hover a::after {
    content: "";
    width: 100%;
    transition: all 0.6s ease 0s;
}

.ranking li:hover a {
    color: rgb(202, 9, 21);
}

@media (max-width: 1500px) {
    .LpicT_R li .text h5 {
        margin-bottom: 0.625rem;
    }

    .share_fixed {
        left: 50px;
        margin-left: 0px;
    }
}

@media (max-width: 1280px) {
    .LpicT_R li .text {
        padding: 0.9375rem;
    }
}

@media (max-width: 1000px) {
    .n_container {
        padding: 7.5rem 0px;
    }

    .position p {
        float: left;
    }

    .list_mtjc li .time {
        margin-right: 1.875rem;
    }

    .list_mtjc li .year {
        letter-spacing: 1px;
    }

    .list_mtjc li .day {
        font-size: 2.25rem;
    }

    .list_mtjc li .day::after {
        width: 0.875rem;
    }

    .list_mtjc li .con h5 {
        font-size: 1.375rem;
        margin-bottom: 1.25rem;
    }

    .list_tw li .pic img {
        width: 340px;
    }

    .list_tw li .con {
        width: calc(100% - 340px);
    }

    .list_xb li {
        width: 48%;
    }

    .list_video li {
        width: 48.5%;
    }

    .condition .condL {
        width: 40%;
    }

    .condition .condL h3 {
        width: 100%;
    }

    .LpicT_L {
        width: 100%;
    }

    .LpicT {
        flex-wrap: wrap;
    }

    .LpicT_R {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .LpicT_R li {
        width: 49%;
        margin-bottom: 0px;
        margin-top: 1.25rem;
    }

    .show::after {
        content: "";
        display: none;
    }

    .show {
        width: 100%;
    }

    .search-box .search {
        display: none;
    }

    .showR {
        width: 100%;
        margin-top: 1.875rem;
    }

    .showR ul {
        padding: 3.75rem 3.75rem 3.75rem 9.375rem;
    }

    .showR h5 {
        padding: 0.9375rem 1.25rem 0.9375rem 9.375rem;
    }

    .showR .showR-wb {
        padding: 0px 3.75rem 3.75rem 9.375rem;
    }
}

@media (max-width: 850px) {
    .list_tw li .pic, .list_tw li .pic img {
        width: 100%;
        margin-right: 0px;
    }

    .list_tw li .con {
        width: 100%;
        margin-top: 1.875rem;
    }

    .list_tw li .con h5 {
        line-height: 2.1875rem;
        height: auto;
        overflow: auto;
    }

    .list_search li .tit {
        flex-wrap: wrap;
    }

    .list_search li .tit i {
        margin-left: 0px;
        margin-top: 0.9375rem;
    }

    .list_search li .tit h5 {
        line-height: 1.875rem;
        height: auto;
    }

    .LpicT_R li {
        width: 100%;
    }

    .LpicT_R li .text {
        padding: 2.5rem 1.25rem;
    }

    .LpicB li {
        width: 48.5%;
    }

    .share_box {
        position: relative;
        display: flex;
        top: auto;
    }

    .share_fixed {
        position: relative;
        left: auto;
    }

    .social-share .social-share-icon {
        display: inline-block;
        margin-bottom: 0px;
    }

    .share_box .tit {
        width: 80px;
        line-height: 51px;
        margin-bottom: 0px;
        margin-right: 1.25rem;
    }

    .show {
        padding: 3.75rem 1.875rem;
    }

    .show03 p {
        width: 100%;
    }

    .show03 .Golist {
        position: relative;
    }

    .show03 .Golist a {
        display: inline-block;
        padding-left: 26px;
        background: url("../images/show04.png") left center / 18px no-repeat;
        padding-top: 0px;
        line-height: 30px;
    }

    .show02 p {
        line-height: 2.25rem;
    }

    .search-box .search {
        display: none;
    }

    .showR ul {
        padding: 1.875rem;
    }

    .showR h5 {
        padding: 0.9375rem 1.25rem 0.9375rem 1.875rem;
    }

    .showR .showR-wb {
        padding: 0px 1.875rem 1.875rem;
    }
}

@media (max-width: 1347px) and (min-width: 768px) {
    .list_mtjc li .con h5 {
        line-height: 1.875rem;
        height: auto;
    }
}

@media (max-width: 768px) {
    .list_mtjc li .con h5 {
        line-height: 1.875rem;
        height: auto;
    }

    .list_xb ul {
        margin-bottom: -1.875rem;
    }

    .list_xb li {
        width: 100%;
        margin-bottom: 1.875rem;
    }

    .list_video li {
        width: 100%;
    }

    .condition .condL {
        width: 49%;
        margin-right: 0px;
    }

    .condition .con {
        justify-content: space-between;
    }

    .search-box .search {
        display: none;
    }
}

@media (max-width: 540px) {
    .LpicT_R li .text {
        padding: 1.25rem;
    }

    .LpicB li {
        width: 100%;
    }

    .share_box .tit {
        width: 50px;
    }

    .social-share .social-share-icon {
        width: 40px;
        height: 40px;
        background-size: 100%;
        border-radius: 50%;
    }

    .share_hide img {
        width: 40px;
        height: 40px;
    }

    .show {
        padding: 3.75rem 1.25rem;
    }

    .search-box .search {
        display: none;
    }
}

@media (max-width: 465px) {
    .condition .condL {
        width: 100%;
        margin-bottom: 0.9375rem;
    }

    .condition .condL + .condL {
        margin-bottom: 0px;
    }

    .condition .con {
        flex-wrap: wrap;
    }

    .LpicT_R li .text h5 {
        height: 5.25rem;
    }

    .search-box .search {
        display: none;
    }
}

@media (max-width: 380px) {
    .part4-CNR .preview .arrow-left, .part4-CNR .preview .arrow-right {
        height: 24px;
    }

    .part4-CNR .preview .arrow-left {
        top: -10%;
    }

    .part4-CNR .preview .arrow-right {
        bottom: -10%;
    }

    .search-box .search {
        display: none;
    }
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    margin: 4px 0px 0px 5px !important;
}

@font-face {
    font-family: msyhsb;
    src: url("");
}

@font-face {
    font-family: msyh;
    src: url("");
}

@font-face {
    font-family: SourceHanSerifCN-Heavy;
    src: url("../fonts/SourceHanSerifCN-Heavy.otf");
}

* {
    font-family: Arial, Helvetica, "Microsoft Yahei", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: Arial, "Microsoft Yahei", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-size: 14px;
    overflow-x: hidden;
}

html, body {
    min-height: 100vh;
    width: 100vw;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix {
}

.clear::after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clear {
}

.ie_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.9;
    z-index: 99998;
}

.ie9tips {
    width: 600px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0px 0px -300px;
    line-height: 1.8;
    color: rgb(255, 255, 255);
    z-index: 99999;
    text-align: center;
}

.ie9tips a {
    color: red;
}

.ie9tips img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
}

.ie9tips p {
    padding-top: 10px;
    color: rgb(255, 255, 255);
    width: 420px;
    margin: 10px auto;
    line-height: 1.8;
}

a {
    text-decoration: none;
    outline: none;
}

a, input, img, :focus {
    outline-style: none;
}

ul {
    list-style: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

h3, h4, h5 {
    font-weight: normal;
}

h4 a:hover, h5 a:hover {
    transition: all 0.36s ease-in-out 0s;
}

hr {
    display: block;
    height: 1px;
    border: 0px;
    background: rgb(216, 216, 216);
    padding: 0px;
    margin-bottom: 3.25rem;
    margin-top: 2.5rem;
}

abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container01, .container02, .container03, .container04, .container05, .container06, .container07, .container08, .n-container01, .n-container03, .n-container04 {
    margin: 0px auto;
}

.slow {
    overflow: hidden;
}

.slow img:hover {
    transform: scale(1.05);
}

.slow img {
    transition: all 0.2s ease-in-out 0s;
}

h5 a, .more a {
    transition: all 0.36s ease-in-out 0s;
}

.slow01 {
    transition: all 0.6s ease-in-out 0s;
}

.slow02 {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.shadow {
    box-shadow: rgb(153, 153, 153) 1px 1px 10px;
}

.radius {
    border-radius: 3px;
}

.opacity {
    opacity: 1;
}

.overfloat-dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overfloat-dot-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overfloat-dot-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.overfloat-dot-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.overfloat-dot-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.overfloat-dot-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.overfloat-dot-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.gray {
    filter: grayscale(100%);
    opacity: 0.6;
}

.a_body {
    position: relative;
}

ul li, dl dd {
    vertical-align: top;
}

img {
    vertical-align: middle;
}

a {
    color: inherit;
}

input, button, textarea {
    background: none;
    outline: none;
    border: none;
    appearance: none;
    border-radius: 0px;
}

input:focus {
    border: none;
}

input::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

textarea::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

.w100 {
    width: 100%;
}

.w1200 {
    max-width: 1200px;
    margin: 0px auto;
}

.w1500 {
    max-width: 1500px;
    margin: 0px auto;
}

.w1600 {
    max-width: 1600px;
    margin: 0px auto;
}

.w1720 {
    padding: 0px 5%;
    margin: 0px auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.layui-img-responsive {
    max-width: 100%;
}

.img_zd {
    position: relative;
    width: 100%;
}

.img_zd .img_hezi {
    padding-bottom: 60% !important;
}

.img_zd > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h5 a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul li:hover h5 a {
    color: rgb(255, 0, 0);
}

.box_table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.box_table_cell {
    display: table-cell;
    vertical-align: middle;
}

.box_table_cell * {
    white-space: normal;
    overflow-wrap: break-word;
}

.ar_article td, .ar_article th {
    padding: 15px 10px;
    border: 1px solid rgb(237, 237, 237);
    vertical-align: middle;
}

.ar_article td p, .ar_article th p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ar_article table {
    border-collapse: collapse;
    border-right: 1px solid rgb(237, 237, 237);
    border-bottom: 1px solid rgb(237, 237, 237);
    width: 100% !important;
}

.ar_article table tr:not(:first-child) td {
}

.ar_article table td {
    border-left: 1px solid rgb(237, 237, 237);
    border-top: 1px solid rgb(237, 237, 237);
}

.ar_article {
    font-size: 14px;
    color: rgb(125, 124, 124);
    line-height: 30px;
}

.ar_article p {
    font-size: 1.375rem;
    color: rgb(50, 50, 50);
    line-height: 2rem;
    margin-bottom: 1.875rem;
}

.ar_article p:last-child {
    margin-bottom: 0px;
}

.ar_article strong {
    font-weight: bold;
}

.ar_article img {
    max-width: 100%;
}

.ar_article a {
    color: rgb(113, 113, 115);
}

.ar_article h1, .ar_article h2, .ar_article h3, .ar_article h4, .ar_article h5 {
    font-weight: bold;
}

.ar_article h1 {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
}

.ar_article h2 {
    font-size: 1.875rem;
    margin-bottom: 0.875rem;
}

.ar_article h3 {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
}

.ar_article h4 {
    font-size: 1.125rem;
    margin-bottom: 0.875rem;
}

.ar_article h5 {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.ar_article h6 {
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
}

.ar_article ul li, .ar_article ol li {
    margin-left: 2rem;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    list-style: inherit !important;
}

.ar_article ul li p, .ar_article ol li p {
    padding-bottom: 0px;
    margin-bottom: 3px !important;
}

.ar_article ul, .ar_article ol {
    margin-bottom: 0.9375rem;
}

.ar_article sub {
    vertical-align: sub;
    font-size: smaller;
}

.ar_article sup {
    vertical-align: super;
    font-size: smaller;
}

.ar_article img {
    display: inline-block;
    margin-left: -2rem;
}

#playercontainer_display_button, #video1_display_button, #video2_display_button {
    height: 40px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    background: none !important;
    width: 40px !important;
    padding: 0px !important;
}

#playercontainer_display_button #playercontainer_display_button_play, #video1_display_button #video1_display_button_play, #video2_display_button #video2_display_button_play {
    background-size: 25px;
}

#playercontainer_display_button, #video1_display_button, #video2_display_button {
    height: 40px !important;
    margin-top: -20px !important;
}

#playercontainer_display .cbpreview, #video1_display .cbpreview, #video2_display .cbpreview {
    opacity: 0.75 !important;
}

.miso_qh {
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.miso_qh.miso-initialized {
    opacity: 1;
    visibility: visible;
}

.miso-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 0;
}

.miso-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0px;
    padding: 0px;
    z-index: 0;
}

.miso-list:focus {
    outline: none;
}

.miso-list.dragging {
    cursor: pointer;
}

.miso-slider .miso-track, .miso-slider .miso-list {
    transform: translate3d(0px, 0px, 0px);
}

.miso-track {
    position: relative;
    left: 0px;
    top: 0px;
    display: inline-block;
    zoom: 1; margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

.miso-track::before, .miso-track::after {
    display: table;
    content: "";
}

.miso-track::after {
    clear: both;
}

.miso-loading .miso-track {
    visibility: hidden;
}

.miso-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    user-select: text;
}

[dir="rtl"] .miso-slide {
    float: right;
}

.miso-slide img {
    display: block;
}

.miso-slide.miso-loading img {
    display: none;
}

.miso-slide.dragging img {
    pointer-events: none;
}

.miso-initialized .miso-slide {
    display: block;
}

.miso-loading .miso-slide {
    visibility: hidden;
}

.miso-vertical .miso-slide {
    display: block;
    height: auto;
}

.miso-arrow.miso-hidden {
    display: none;
}

.miso-loading .miso-list {
    background: rgb(255, 255, 255);
}

.miso-arrow {
    z-index: 1;
}

.miso-prev, .miso-next {
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0px;
    transform: translate(0px, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.miso-prev:hover, .miso-prev:focus, .miso-next:hover, .miso-next:focus {
}

.miso-prev:hover::before, .miso-prev:focus::before, .miso-next:hover::before, .miso-next:focus::before {
    opacity: 1;
}

.miso-prev.miso-disabled::before, .miso-next.miso-disabled::before {
    opacity: 0.25;
}

.miso-prev::before, .miso-next::before {
    font-size: 2rem;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    cursor: pointer;
}

.miso-prev {
    left: 0px;
}

[dir="rtl"] .miso-prev {
    right: 0px;
    left: auto;
}

.miso-prev::before {
    content: "";
    font-family: simsun;
}

[dir="rtl"] .miso-prev::before {
    content: "";
    font-family: simsun;
}

.miso-next {
    right: 0px;
}

[dir="rtl"] .miso-next {
    right: auto;
    left: 0px;
}

.miso-next::before {
    content: "";
    font-family: simsun;
}

[dir="rtl"] .miso-next::before {
    content: "";
    font-family: simsun;
}

.miso-dots {
    display: none !important;
}

.miso-prev, .miso-next {
    position: absolute;
    display: block;
    height: 56px;
    width: 56px;
    line-height: 0;
    font-size: 0px;
    cursor: pointer;
    padding: 0px;
    outline: none;
    top: 50%;
    margin-top: -28px;
    z-index: 1;
}

.miso-prev {
    left: 1.875rem;
}

.miso-next {
    right: 1.875rem;
}

.miso-prev {
    background: url("") center center / cover no-repeat;
}

.miso-next {
    background: url("") center center / cover no-repeat;
}

@media (max-width: 768px) {
}

.piaofu {
    width: 65px;
    position: fixed;
    right: 15px;
    z-index: 100000;
    bottom: 30%;
}

.piaofu .anniu {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgb(255, 255, 255);
    border-radius: 100%;
    margin-bottom: 5px;
}

.piaofu .anniu a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.piaofu .anniu a h4 {
    line-height: 60px;
}

.piaofu .anniu:hover a h4 {
    animation: 1s ease 0s 1 normal none running jello;
}

.piaofu .anniu a h6 {
    font-size: 12px;
    color: rgb(106, 108, 109);
}

.piaofu .anniu.anniu01, .piaofu .anniu.anniu02 {
    cursor: pointer;
    position: relative;
}

.piaofu .anniu.anniu01 .piao_ewm {
    border-radius: 2px;
    position: absolute;
    left: -109px;
    bottom: -1px;
    border: 1px solid rgb(229, 229, 229);
    display: none;
}

.piaofu .anniu.anniu01 .piao_tel {
    border-radius: 30px;
    position: absolute;
    width: 230px;
    height: 60px;
    right: 0px;
    top: 0px;
    background: rgb(59, 115, 203);
    display: none;
    padding: 0px 35px;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.piaofu .anniu.anniu02 {
    display: none;
}

.piaofu .anniu.anniu02 a h4 {
    margin-top: -3px;
}

.anniu_close img {
    position: absolute;
    top: -15px;
    right: -10px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.Statistical {
    display: inline-block;
    margin-left: 12px;
}

.Statistical span, .Statistical span img {
    vertical-align: top;
}

.bd_weixin_popup {
    box-sizing: content-box;
}

.bd_weixin_popup .bd_weixin_popup_foot {
    text-align: center !important;
}

@-webkit-keyframes anim-open-2 {
    0% {
        opacity: 0;
        transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    2.08333% {
        transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.16667% {
        transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    6.25% {
        transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    8.33333% {
        transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    10.4167% {
        transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    12.5% {
        transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.5833% {
        transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    16.6667% {
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.75% {
        transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    20.8333% {
        transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    22.9167% {
        transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    25% {
        transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    27.0833% {
        transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.1667% {
        transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    31.25% {
        transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    33.3333% {
        transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    35.4167% {
        transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    37.5% {
        transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    39.5833% {
        transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    41.6667% {
        transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    43.75% {
        transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    45.8333% {
        transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    47.9167% {
        transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    50% {
        opacity: 1;
        transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    52.0833% {
        transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    54.1667% {
        transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    56.25% {
        transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    58.3333% {
        transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    60.4167% {
        transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    62.5% {
        transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    64.5833% {
        transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    66.6667% {
        transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    68.75% {
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    70.8333% {
        transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    72.9167% {
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    75% {
        transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    77.0833% {
        transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    79.1667% {
        transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    81.25% {
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    83.3333% {
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    85.4167% {
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    87.5% {
        transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    89.5833% {
        transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    91.6667% {
        transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    93.75% {
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    95.8333% {
        transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    97.9167% {
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        opacity: 1;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes anim-open-2 {
    0% {
        opacity: 0;
        transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    2.08333% {
        transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    4.16667% {
        transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    6.25% {
        transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    8.33333% {
        transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    10.4167% {
        transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    12.5% {
        transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    14.5833% {
        transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    16.6667% {
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    18.75% {
        transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    20.8333% {
        transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    22.9167% {
        transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    25% {
        transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    27.0833% {
        transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    29.1667% {
        transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    31.25% {
        transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    33.3333% {
        transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    35.4167% {
        transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    37.5% {
        transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    39.5833% {
        transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    41.6667% {
        transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    43.75% {
        transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    45.8333% {
        transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    47.9167% {
        transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    50% {
        opacity: 1;
        transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    52.0833% {
        transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    54.1667% {
        transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    56.25% {
        transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    58.3333% {
        transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    60.4167% {
        transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    62.5% {
        transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    64.5833% {
        transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    66.6667% {
        transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    68.75% {
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    70.8333% {
        transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    72.9167% {
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    75% {
        transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    77.0833% {
        transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    79.1667% {
        transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    81.25% {
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    83.3333% {
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    85.4167% {
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    87.5% {
        transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    89.5833% {
        transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    91.6667% {
        transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    93.75% {
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    95.8333% {
        transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    97.9167% {
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }

    100% {
        opacity: 1;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@-webkit-keyframes anim-close-2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 1);
    }
}

@keyframes anim-close-2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 1);
    }
}

#gotop {
    position: fixed;
    z-index: 90;
    bottom: 2rem;
    right: 1rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    width: 2.875rem;
    height: 2.875rem;
    line-height: 2.875rem;
    background: rgb(0, 158, 224);
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}

#gotop.hide {
    height: 0px;
    opacity: 0;
    visibility: hidden;
}

#gotop svg {
    width: 1.375rem;
    height: 1.375rem;
    display: inline-block;
    fill: rgb(255, 255, 255);
    vertical-align: middle;
    margin: -3px 0px 0px;
    transition: all 0.6s ease 0s;
}

#gotop:hover {
    border-radius: 50%;
}

@font-face {
    font-family: Impact;
    src: url("");
}

@font-face {
    font-family: PingFang;
    src: url("");
}

@media (max-width: 4000px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 1940px) and (min-width: 1600px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 1399px) and (min-width: 640px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 639px) and (min-width: 471px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 470px) and (min-width: 329px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 328px) {
    html {
        font-size: 12px;
    }
}

.ar_wap {
    display: none;
}

.a_body {
    position: relative;
    z-index: 0;
}

.section {
    overflow: hidden;
}

.head-top {
    background: rgb(19, 71, 170);
    position: relative;
    z-index: 1;
}

.head-top ul {
    height: 2.5rem;
    line-height: 2.5rem;
    float: right;
}

.head-top ul li {
    float: left;
}

.head-top ul li a {
    color: rgb(255, 255, 255);
    font-size: 0.875rem;
    margin: 0px 0.75rem;
    position: relative;
    transition: all 0.6s ease 0s;
}

.head-top ul li a::after {
    content: "";
    width: 1px;
    height: 4px;
    background: rgb(137, 163, 213);
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -2px;
}

.head-top ul li:last-child a::after {
    content: "";
    display: none;
}

.head-top ul li a:hover {
    color: rgb(167, 179, 215);
    transition: all 0.6s ease 0s;
}

.header_box_li {
    position: relative;
    z-index: 1;
}

.header_box {
    position: relative;
    z-index: 10000;
}

#header {
    z-index: 5;
    width: 100%;
    transition: all 0.36s ease 0s;
    background: url("../images/top-bg.jpg") center center / cover no-repeat;
    padding: 0.5rem 0px;
}

.list_box0 {
    display: inline-block;
    vertical-align: top;
}

.list_box0 .li {
    font-size: 14px;
    color: rgb(255, 255, 255);
    display: inline-block;
    transition: all 0.6s ease 0s;
    position: relative;
    line-height: 5.54rem;
    opacity: 0.8;
}

.list_box0 .li > a {
    display: block;
    transition: all 0.6s ease 0s;
}

.list_box0 .li a .ewm_box {
    border: 1px solid rgb(211, 211, 211);
    background: rgb(255, 255, 255);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1);
    top: 3.5rem;
    opacity: 1;
    visibility: visible;
    transform-origin: center top;
    display: none;
}

.list_box0 .li a .ewm_box::before {
    content: "";
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgb(255, 255, 255);
    top: -6px;
    left: 50%;
    margin-left: -6px;
}

.list_box0 .li > a:hover {
    color: rgb(208, 98, 27);
    transition: all 0.6s ease 0s;
}

#m_header .list_box0 {
    float: right;
}

#m_header .list_box0 .li {
    line-height: 60px;
}

#m_header .list_box0 .li a .ewm_box {
    top: 60px;
}

#m_header .list_box0 .li a > img {
    height: 12px;
}

.list_box_01 {
    font-size: 0px;
    white-space: nowrap;
    padding: 0.625rem;
}

.list_box_01 li {
    text-align: center;
    display: block !important;
    margin: 0px 15px !important;
}

.list_box_01 li h3 img {
    border: 1px solid rgb(237, 237, 237);
    width: 85px;
    height: 85px;
}

.list_box_01 li h5 {
    font-size: 0.75rem;
    color: rgb(102, 102, 102);
    line-height: 20px;
    margin: 0px;
}

.list_box0 .li::after {
    content: "";
    position: absolute;
    left: -1.25rem;
    width: 1px;
    height: 8px;
    background: rgb(255, 255, 255);
    top: 50%;
    margin-top: -4px;
    opacity: 0.8;
}

.list_box0 .li:first-child::after {
    display: none;
}

.list_lby li a {
    display: block;
    position: relative;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid rgb(231, 231, 231);
    overflow: hidden;
    line-height: 24px;
}

.list_lby li .time {
    font-size: 1rem;
    color: rgb(51, 51, 51);
    font-family: SourceHanSerifSC-Regular;
    padding-left: 32px;
    background: url("../images/lby01.png") left center no-repeat;
    position: relative;
    float: left;
}

.list_lby li .con {
    margin-left: 170px;
    padding-left: 40px;
    border-left: 1px solid rgb(202, 9, 21);
}

.list_lby li .con h5 {
    font-size: 1.25rem;
    height: 24px;
    overflow: hidden;
    color: rgb(51, 51, 51);
    font-family: msyhsb;
}

@media (max-width: 768px) {
    .list_lby li .time {
        float: none;
    }

    .list_lby li .con {
        margin-left: 0px;
        padding-left: 0px;
        border-left: none;
        margin-top: 0.625rem;
    }

    .list_lby li .con h5 {
        line-height: 1.875rem;
        height: auto;
    }
}