@charset "UTF-8";
/*
	FONT SIZE HIERARCHY
	---------------------------

    Default font-size for HTML :    16px
    blockquote                 :    1rem
    body                       :    1rem
    form                       :    0.875rem  14px
    h1                         :    3.375rem  58px
    h2                         :    2.375rem  38px
    h3                         :    1.75rem  28px
    h4                         :    1.25rem   20px
    h5                         :    1rem
    h6                         :    0.75rem  12px
	GLOBAL SPACING HIERARCHY WITH <section>
	---------------------------

    Default                    :    6.5625rem
    Large                      :    11.375rem
    Small                      :    4.8125rem
    Default (mobile)           :    4.265625rem
    Large (mobile)             :    4.265625rem
    Small (mobile)             :    2.625rem
	COLOR PALETTE
	---------------------------
    Placeholder Text Color     :    #E6E6E8
	Primary Background Color   :    transparent
	Highlight Color            :    #EC5E79, #E8588C
	Primary Text Color         :    #212121, #474747
    Heading Text Color         :    #212121
	Subordinate Text Color     :    #AEAEAE
	Dividing Line Color        :    #F4F4F4
    Button Gradient Color      :    #EC5E79, #f60, #d83ba0
	TABLE OF CONTENTS
	---------------------------

    ${{TOC}}
*/
@font-face {
    font-family: 'word_b';
    font-display: swap;
    src: url("//at.alicdn.com/t/webfont_9wln6wsp1ia.eot");
    /* IE9*/
    src: url("//at.alicdn.com/t/webfont_9wln6wsp1ia.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/webfont_9wln6wsp1ia.woff2") format("woff2"), url("//at.alicdn.com/t/webfont_9wln6wsp1ia.woff") format("woff"), url("//at.alicdn.com/t/webfont_9wln6wsp1ia.ttf") format("truetype"), url("//at.alicdn.com/t/webfont_9wln6wsp1ia.svg#思源黑体-粗") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url("//at.alicdn.com/t/webfont_zj2avygecy.eot");
    /* IE9*/
    src: url("//at.alicdn.com/t/webfont_zj2avygecy.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/webfont_zj2avygecy.woff2") format("woff2"), url("//at.alicdn.com/t/webfont_zj2avygecy.woff") format("woff"), url("//at.alicdn.com/t/webfont_zj2avygecy.ttf") format("truetype"), url("//at.alicdn.com/t/webfont_zj2avygecy.svg#NotoSansHans-DemiLight") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: 'word_l';
    font-display: swap;
    src: url("//at.alicdn.com/t/webfont_c4jwlqt9ehg.eot");
    /* IE9*/
    src: url("//at.alicdn.com/t/webfont_c4jwlqt9ehg.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/webfont_c4jwlqt9ehg.woff2") format("woff2"), url("//at.alicdn.com/t/webfont_c4jwlqt9ehg.woff") format("woff"), url("//at.alicdn.com/t/webfont_c4jwlqt9ehg.ttf") format("truetype"), url("//at.alicdn.com/t/webfont_c4jwlqt9ehg.svg#思源黑体-极细") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: 'Century Gothic';
    src: url('font/GOTHIC_0.eot');
    src: local('☺'), url('font/GOTHIC_0.woff') format('woff'), url('font/GOTHIC_0.ttf') format('truetype'), url('font/GOTHIC_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Century Gothic_B';
    src: url('font/GOTHICB_0.eot');
    src: local('☺'), url('font/GOTHICB_0.woff') format('woff'), url('font/GOTHICB_0.ttf') format('truetype'), url('font/GOTHICB_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.n_img {
    display: none !important;
}

/* Ripple Effect */
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

::placeholder {
    color: #E6E6E8;
}

:root {
    --blue: #007007;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
}

::selection,
::-moz-selection,
::-webkit-selection {
    background: #1f1f1f;
    color: #fff;
}

html,
body {
    width: 100%;
    height: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px;
    /* Required, global font size */
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
a {
    margin: 0;
    padding: 0;
}

/* 初始化 */
body, div, span, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, span,
aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.71428571429;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "PingFang SC", "webfont", Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica, STXihei, "Hiragino Sans GB", sans-serif;
    color: #212121;
    background-color: #ffffff;
}

:active, :focus {
    outline: none !important;
}

p,
pre,
table,
blockquote {
    /*margin-bottom: .3rem;*/
}

select {
    max-width: 100%;
}

ul, li {
    list-style-type: none;
}

blockquote {
    background: #fff;
    border: 1px solid #F8F8F8;
    border-left: 5px solid #EC5E79;
    padding: 0 1.75rem 1.25rem;
    margin-top: 1.421875rem;
    line-height: 2;
    font-size: 1rem;
}

blockquote::before {
    color: #EC5E79;
    content: open-quote;
    font-size: 5.25rem;
    line-height: 0.1;
    margin-right: 0.21875rem;
    vertical-align: -2.055rem;
    font-family: sans-serif;
    content: "\201C";
    /*Unicode for Left Double Quote*/
}

strong {
    font-weight: 600;
}

hr {
    margin: 1.421875rem 0;
    border-color: #F4F4F4;
}

hr.black {
    border-color: rgba(255, 255, 255, 0.1);
}

a img {
    border: none;
}

img {
    max-width: 100%;
}

iframe {
    border: none !important;
}

/* ======================================================
   <!-- Table -->
/* ====================================================== */
table.table-normal,
.table-normal table {
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
}

table.table-normal th,
.table-normal table th {
    text-align: left;
}

table.table-normal td,
table.table-normal th,
.table-normal table td,
.table-normal table th {
    border: 1px solid black;
    padding: 0.6875rem;
}

/* ======================================================
   <!-- Typography -->
/* ====================================================== */
/*
 * 1. General
 * 2. Hyperlink
 * 3. Heading (h1,h2,h3,h4,h5,h6)
 * 4. Text Effect
 * 5. Table & List Effect by Default
 * 6. Drop Cap
*/
/*
 ---------------------------
 1. General
 ---------------------------
 */
a,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    transition: all 0.3s ease;
}

/*
 ---------------------------
 2. Hyperlink
 ---------------------------
 */
a {
    color: #474747;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

a.link {
    text-decoration: underline;
    color: #EC5E79;
}

a.link:hover {
    color: #E8588C;
}

/*
 ---------------------------
 3. Heading (h1,h2,h3,h4,h5,h6)
 ---------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #212121;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    /*Ligatures and contextual forms are ways of combining glyphs to produce more harmonized forms.*/
    margin-top: 0;
    margin-bottom: 0.625rem;
    word-wrap: break-word;
}

h1 {
    font-size: 3.375rem;
    line-height: 1.14285714286;
}

h2 {
    font-size: 22.375rem;
    line-height: 1.2;
}

h3 {
    font-size: 1.75rem;
    line-height: 1.25;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.33333333333;
}

h5 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
}

h6 {
    font-size: 0.75rem;
    line-height: 2;
    font-weight: 600;
}

.h1 {
    font-size: 3.375rem !important;
    line-height: 1.14285714286 !important;
}

.h2 {
    font-size: 22.375rem !important;
    line-height: 1.2 !important;
}

.h3 {
    font-size: 1.75rem !important;
    line-height: 1.25 !important;
}

.h4 {
    font-size: 1.25rem !important;
    line-height: 1.33333333333 !important;
}

.h5 {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    font-weight: 600 !important;
}

.h6 {
    font-size: 0.75rem !important;
    line-height: 2 !important;
    font-weight: 600 !important;
}

.heading-space-none {
    margin: 0 !important;
    padding: 0 !important;
}

@media all and (max-width: 768px) {
    h1 {
        font-size: 2.4107142857rem;
        line-height: 1.15555556;
    }

    h2 {
        font-size: 15.6625rem;
        line-height: 1.421875;
    }

    h3 {
        font-size: 1.25rem;
        line-height: 1.625;
    }

    .h1 {
        font-size: 2.4107142857rem !important;
        line-height: 1.15555556 !important;
    }

    .h2 {
        font-size: 15.6625rem !important;
        line-height: 1.421875 !important;
    }

    .h3 {
        font-size: 1.25rem !important;
        line-height: 1.625 !important;
    }
}

@media all and (max-width: 480px) {
    h1 {
        font-size: 1.2053571429rem;
        line-height: 1.38461538462;
    }

    h2 {
        font-size: 13.425rem;
        line-height: 1.28571428571;
    }

    h3 {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .h1 {
        font-size: 1.2053571429rem !important;
        line-height: 1.38461538462 !important;
    }

    .h2 {
        font-size: 13.425rem !important;
        line-height: 1.28571428571 !important;
    }

    .h3 {
        font-size: 1.25rem !important;
        line-height: 1.5 !important;
    }
}

/*
 ---------------------------
 4. Text Effect
 ---------------------------
 */
.font-normal {
    font-family: "webfont", Arial, "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Helvetica, STXihei, "Hiragino Sans GB", sans-serif;
    font-weight: 400 !important;
}

.font-uppercase {
    text-transform: uppercase !important;
}

.font-bold {
    font-weight: 800 !important;
}

.font-italic {
    font-style: italic !important;
}

.font-no-italic {
    font-style: normal !important;
}

.font-underline {
    text-decoration: underline !important;
}

.font-primary-color {
    color: #EC5E79 !important;
}

.font-sub-color {
    color: #AEAEAE !important;
}

.font-white {
    color: white;
}

.font-white p,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white h5,
.font-white h6,
.font-white .h1,
.font-white .h2,
.font-white .h3,
.font-white .h4,
.font-white .h5,
.font-white .h6 {
    color: white;
}

/*
 ---------------------------
 5. Table & List Effect by Default
 ---------------------------
 */
/* Compatible with  Uix Shortcodes (WordPress Plugin) */
.list-normal a:not(.uix-sc-btn),
.table-normal a:not(.uix-sc-btn) {
    color: #EC5E79;
}

.list-normal a:not(.uix-sc-btn):not(.button):hover,
.table-normal a:not(.uix-sc-btn):not(.button):hover {
    color: #E8588C;
    text-decoration: underline;
}

.list-normal a:not(.uix-sc-btn):hover img,
.table-normal a:not(.uix-sc-btn):hover img {
    text-decoration: none;
}

/*
 ---------------------------
 6. Drop Cap
 ---------------------------
 */
.dropcap::first-letter,
.dropcap > p:first-of-type::first-letter {
    display: block;
    margin-right: 10px;
    float: left;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: -2px;
}

/* ======================================================
   <!-- Spacing -->
/* ====================================================== */
section,
.section {
    position: relative;
}

section,
.section {
    padding: 6.5625rem 0;
}

section.space-sm,
.section.space-sm {
    padding: 4.8125rem 0;
}

section.space-lg,
.section.space-lg {
    padding: 11.375rem 0;
}

section.space-none,
.section.space-none {
    padding: 0 !important;
}

section.space-none-top,
.section.space-none-top {
    padding-top: 0 !important;
}

section.space-none-bottom,
.section.space-none-bottom {
    padding-bottom: 0 !important;
}

section.site-google-map,
.section.site-google-map {
    padding-top: 0 !important;
}

@media all and (max-width: 768px) {
    section,
    .section {
        padding: 4.265625rem 0;
    }

    section.space-sm,
    .section.space-sm {
        padding: 2.625rem 0;
    }

    section.space-lg,
    .section.space-lg {
        padding: 4.265625rem 0;
    }

    section.space-none,
    .section.space-none {
        padding: 0;
    }

    section.space-none-top,
    .section.space-none-top {
        padding-top: 0;
    }

    section.space-none-bottom,
    .section.space-none-bottom {
        padding-bottom: 0;
    }

    section.site-google-map,
    .section.site-google-map {
        padding-top: 0;
    }
}

html {
    font-size: 100px;
}

@media screen and (min-width: 1921px) {
    html {
        font-size: 133.33px;
    }
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 85px;
    }
}

@media screen and (max-width: 1440px) {
    html {
        font-size: 80px;
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 70px;
    }
}

@media screen and (max-width: 600px) {
    html {
        font-size: 50px;
    }
}

.pure:before,
.pure:after {
    content: " ";
    display: table;
}

.pure:after {
    clear: both;
}

body {
    height: auto;
    overflow-x: hidden;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

@media screen and (max-width: 800px) {
    html {
        font-size: 80px;
    }
}

@media screen and (max-width: 600px) {
    html {
        font-size: 60px;
    }
}

a {
    text-decoration: none;
}

.newiconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bloc {
    position: relative;
}

*::-webkit-scrollbar,
*::-webkit-scrollbar {
    width: 4px;
    border-radius: 1.5px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
    background-color: #eee;
}

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
    background-color: #000;
}

.mess_img_case .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.1, 0.7, 0.74, 0.3);
    /*transition-timing-function: ease;*/
}

.swiper-button-prev, .swiper-button-next {
    background: none;
    text-align: center;
    color: #fff;
    width: auto;
    height: auto;
    line-height: 1;
}

.swiper-button-prev i, .swiper-button-next i {
    font-size: .36rem;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    color: #000;
}

.swiper-pagination-bullet {
    background-color: transparent;
    opacity: .5;
    border: 2px solid #ffffff;
    vertical-align: middle;
    transition: all .3s ease;
    width: .1rem;
    height: .1rem;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .1rem;
}

.btn_m {
    display: none;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.works__slider {
    cursor: url(../image/svgipsa_cursor_arrow.png) 52 23, move;
}

.works__slider a {
    cursor: url(../image/svgipsa_cursor_arrow.png) 52 23, move;
}

.works__slider a:active, .works__slider a:focus {
    cursor: url(../image/svgipsa_cursor_arrow_pushed.png) 52 23, move;
}

.works__slider:active, .works__slider:focus {
    cursor: url(../image/svgipsa_cursor_arrow_pushed.png) 52 23, move;
}

.nav_d {
    display: none;
}

.nav {
    line-height: 1.2rem;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all .3s ease;
    background-color: #000;
}

.nav::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

.nav .nav_con {
    margin: 0 auto;
    padding: 0 .4rem;
    position: relative;
}

@media all and (min-width: 1025px) {
    .nav .nav_con > .navBox {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 80%;
        display: flex;
        justify-content: center;
    }

    .nav .nav_con > .navBox a {
        display: block;
        font-size: .18rem;
        color: white;
        transition: all .5s ease;
        padding: 0 2.1875vw;
        position: relative;
        text-transform: uppercase;
    }

    .nav .nav_con > .navBox a span {
        position: relative;
    }

    .nav .nav_con > .navBox a span::before {
        content: '';
        display: block;
        border-radius: 100%;
        position: absolute;
        right: calc(100% + 1px);
        bottom: 2px;
        width: 3px;
        height: 3px;
        background-color: #fff;
        opacity: 0;
    }

    .nav .nav_con > .navBox a span::after {
        content: '';
        display: block;
        height: 1px;
        width: 0;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        transition: all .3s ease;
    }

    .nav .nav_con > .navBox a.on span::before {
        opacity: 1;
    }

    .nav .nav_con > .navBox a.on span::after {
        width: calc(100% + 4px);
        right: 0;
        left: auto;
        transform: none;
    }

    .nav .nav_con > .navBox a:not(.on):hover span::after {
        width: 100%;
    }

    .nav .nav_con > .navBox a i {
        display: block;
        text-align: center;
        font-size: .28rem;
        line-height: 1;
        position: absolute;
        left: 50%;
        top: 85%;
        transform: translateX(-50%);
        opacity: 0;
        transition: all .3s ease;
    }

    .nav .nav_con > .navBox.language_box {
        position: relative;
        margin-left: 2vw;
        padding-left: 3.75vw;
    }

    .nav .nav_con > .navBox.language_box::after {
        content: '';
        width: 1px;
        height: 1em;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .nav .nav_con > .navBox.language_box a {
        float: left;
        position: relative;
        padding: 0;
    }

    .nav .nav_con > .navBox.language_box a.on::after {
        left: 0;
        content: '';
        height: 2px;
        width: 100%;
        background-color: white;
        position: absolute;
        bottom: .18rem;
    }

    .nav .nav_con > .navBox.language_box span {
        float: left;
        margin: 0 .1rem;
        color: rgba(255, 255, 255, 0.5);
    }

    .nav .nav_con > .navBox.navBox ul {
        display: block;
    }

    .nav .nav_con > .navBox.navBox ul li {
        display: block;
        float: left;
        position: relative;
    }

    .nav .nav_con > .navBox.navBox ul li > ul {
        position: absolute;
        left: 50%;
        top: 100%;
        margin-top: -2px;
        background-color: #313131;
        transform: translate(-50%, 0);
        width: 110%;
        transition: all .3s ease;
        z-index: -999;
        pointer-events: none;
        border-radius: 3px;
        text-transform: uppercase;
        overflow: hidden;
        max-height: 0;
    }

    .nav .nav_con > .navBox.navBox ul li > ul::before {
        content: '';
        display: block;
        width: 100%;
        height: 20px;
        position: absolute;
        z-index: -1;
        bottom: 100%;
        left: 0;
    }

    .nav .nav_con > .navBox.navBox ul li > ul::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 1px;
        width: 100%;
        background-color: #0063dd;
        z-index: -1;
    }

    .nav .nav_con > .navBox.navBox ul li > ul > li {
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
        float: none;
    }

    .nav .nav_con > .navBox.navBox ul li > ul > li:last-child {
        padding-bottom: .1rem;
    }

    .nav .nav_con > .navBox.navBox ul li > ul > li a {
        transition: all .3s ease;
        padding: .15rem 10px;
        color: #8c8c8c;
        text-align: center;
        line-height: 1;
    }

    .nav .nav_con > .navBox.navBox ul li > ul > li a:hover {
        background-color: #fff;
        color: #0063dd;
    }

    .nav .nav_con > .navBox.navBox ul li:hover > ul {
        pointer-events: all;
        max-height: 1000px;
    }
}

.nav .nav_con .btn_box {
    float: right;
    display: flex;
}

.nav .nav_con .btn_box a {
    padding: 0 .175rem;
    text-align: center;
    font-size: .2rem;
    color: white;
    display: block;
}

.nav .nav_con .btn_box a span {
    position: relative;
}

.nav .nav_con .btn_box a span::before {
    content: '';
    display: block;
    border-radius: 100%;
    position: absolute;
    right: calc(100% + 1px);
    bottom: 2px;
    width: 3px;
    height: 3px;
    background-color: #fff;
    opacity: 0;
}

.nav .nav_con .btn_box a span::after {
    content: '';
    display: block;
    height: 1px;
    width: 0;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}

.nav .nav_con .btn_box a.on span::before {
    opacity: 1;
}

.nav .nav_con .btn_box a.on span::after {
    width: calc(100% + 4px);
    right: 0;
    left: auto;
    transform: none;
}

@media all and (min-width: 1025px) {
    .nav .nav_con .btn_box a:not(.on):hover span::after {
        width: 100%;
    }
}

.nav .nav_con .btn_sty {
    float: right;
    font-size: .22rem;
    line-height: 2.36;
    padding: 0 .3rem;
}

.logo_box {
    display: block;
    float: left;
    cursor: pointer;
    padding: .3rem 0;
}

.logo_box img {
    display: block;
    height: .6rem;
}

.logo_box .logo_c {
    display: none;
}

@media all and (min-width: 1025px) {
    .ind_body .nav {
        background-color: transparent;
    }
}

.swiper-slide.active {
    pointer-events: all;
}

footer {
    background-color: #000;
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding: 1.6rem 0 1.4rem;
    z-index: 5;
}

footer > img {
    position: absolute;
    left: 0;
    width: 39.625%;
    margin-left: -30px;
    bottom: .86rem;
    pointer-events: none;
    opacity: .05;
}

footer .foot_con {
    width: 62.5%;
    margin: 0 auto;
}

footer .foo_con_box {
    display: flex;
    justify-content: space-between;
}

footer .foo_con_box .foo_lx {
    font-size: .4rem;
    font-family: "PingFang SC";
    font-weight: 600;
    text-decoration: underline;
    color: #FFFFFF;
    line-height: 1;
}

footer .foo_con_box .foo_r {
    width: 75%;
}

footer .foo_con_box .foo_r > div {
    display: flex;
    justify-content: space-between;
}

footer .foo_con_box .foo_r > div > div {
    width: 30%;
    color: #fff;
}

footer .foo_con_box .foo_r > div > div a {
    color: inherit;
}

footer .foo_con_box .foo_r > div > div .foo_n {
    font-size: .24rem;
    font-family: "PingFang SC";
    font-weight: 600;
    text-decoration: underline;
    color: #FFFFFF;
    line-height: 1;
}

footer .foo_con_box .foo_r > div > div .foo_i {
    margin-top: .4rem;
    font-size: .18rem;
    font-family: "PingFang SC";
    font-weight: 300;
    color: #FFFFFF;
    line-height: 32px;
    line-height: 1.77;
    display: block;
}

footer .foo_con_box .foo_r .foo_h {
    margin-top: .7rem;
    flex-direction: row-reverse;
}

footer .foo_con_box .foo_r .foo_h .foo_cp {
    font-size: .14rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
    width: 100%;
}

.navDown .childItem {
    display: none;
}

.childItem {
    width: 2rem;
    height: calc(100vh - 50px);
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: .56rem;
    color: rgba(255, 255, 255, 0.25);
    z-index: 1;
}

.childItem > ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.childItem > ul:first-child {
    display: block;
}

.childItem > ul li {
    padding: 1.85vh 0;
    cursor: pointer;
}

.childItem > ul li.thisNav a, .childItem > ul li:hover a {
    font-weight: 700;
    color: #000;
}

.childItem > ul li.thisNav a::after, .childItem > ul li:hover a::after {
    width: calc(100% + 1.5em);
}

.childItem > ul a {
    font-size: .15rem;
    color: #808080;
    transition: all .5s ease;
    position: relative;
    line-height: 1;
}

.childItem > ul a::after {
    content: '';
    display: block;
    left: -.5em;
    bottom: -3px;
    position: absolute;
    width: 0;
    height: 6px;
    background-color: #f2f2f2;
    z-index: -1;
    transition: width .5s ease;
}

.nav .nav_con .navBox .btn_box {
    display: none;
}

.navBox > .childItem {
    width: 2rem;
    height: calc(100vh - 50px);
    position: fixed;
    top: 25px;
    left: 240px;
    padding-left: .48rem;
    background-color: #000000;
}

.navBox > .childItem > ul {
    display: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.navBox > .childItem > ul:first-child {
    display: block;
}

.navBox > .childItem > ul li {
    padding: 1.85vh 0;
    cursor: pointer;
}

.navBox > .childItem > ul li.thisNav a, .navBox > .childItem > ul li:hover a {
    color: white;
}

.navBox > .childItem > ul li.thisNav a::after, .navBox > .childItem > ul li:hover a::after {
    width: calc(100% + 1.5em);
}

.navBox > .childItem > ul a {
    font-size: .13rem;
    color: rgba(255, 255, 255, 0.25);
    transition: all .5s ease;
    position: relative;
    line-height: 1;
}

.navBox > .childItem > ul a::after {
    content: '';
    display: block;
    left: -.5em;
    bottom: -3px;
    position: absolute;
    width: 0;
    height: 6px;
    background-color: #292929;
}

.header_m {
    display: none;
}

.disable-hover {
    pointer-events: none;
}

.btn_nav_box,
.m_hint_box {
    display: none;
}

.btn_sty {
    line-height: 3;
    font-size: .18rem;
    color: #000;
    background-color: #fff;
    border-radius: 0;
    padding: 0 .4rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.btn_sty span {
    position: relative;
    z-index: 2;
    display: block;
    font-family: 'Conv_BKANT';
}

.btn_sty::before {
    content: '';
    display: block;
    height: 110%;
    top: -5%;
    right: -5%;
    transition: all .3s ease;
    width: 0;
    border-radius: .6rem;
    background-color: #ae8954;
    z-index: 1;
    position: absolute;
}

.btn_sty.btn_hover {
    cursor: pointer;
}

.btn_sty.btn_hover:hover::before {
    width: 110%;
    left: -5%;
    right: auto;
}

.ind_b_hint_box {
    position: fixed;
    right: 4.6875%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    color: #ffffff;
}

.ind_b_hint_box .swiper-pagination {
    position: relative;
}

.ind_b_hint_box .swiper-pagination-bullet {
    margin-top: .15rem;
    margin-bottom: .15rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

.ind_b_hint_box .swiper-pagination-bullet > span {
    position: absolute;
    right: 200%;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Conv_Nocturno-Reg';
    font-size: .36rem;
    color: #2d3136;
    color: #fff;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}

.ind_b_hint_box .swiper-pagination-bullet::before {
    content: '';
    display: block;
    background-color: #fff;
    margin: .33rem auto;
    width: 1px;
    height: 0;
}

.ind_b_hint_box .swiper-pagination-bullet-active > span {
    pointer-events: none;
    opacity: 1;
}

.ind_b_hint_box .swiper-pagination-bullet-active::before {
    /*height: 18.5vh;*/
    /*transition: height .6s ease;*/
}

.ind_b_hint_box .swiper-pagination-bullet-active + .swiper-pagination-bullet {
    /*margin-top: calc(.3rem + 18.5vh);*/
    /*transition: margin-top .6s ease;*/
}

.font-fadeIn span {
    overflow: hidden;
    display: inline !important;
}

.font-fadeIn font {
    display: inline-block;
}

.font-fadeIn[data-word='1'] font {
    margin-right: .5em;
}

.btn_close_zz {
    display: none;
}

body {
    font-size: .18rem;
    line-height: 1.5;
}

.pub_title {
    font-size: .6rem;
    font-family: "PingFang SC";
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
}

.pub_info {
    font-size: .24rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    margin-top: .3rem;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: auto;
}

.ind_body .ind_lb_box > .swiper-container > .swiper-wrapper > .swiper-slide {
    background-color: #000;
    height: 100vh;
}

.ind_body .ind_lb_box > .swiper-container > .swiper-wrapper > .swiper-slide > div {
    display: none;
    background-size: cover;
    background-position: center;
}

.ind_banner_box > .swiper-container > .swiper-wrapper > .swiper-slide > div {
    position: relative;

}

.ind_banner_box > .swiper-container > .swiper-wrapper > .swiper-slide > div > a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.ind_banner_box > .swiper-container > .swiper-wrapper > .swiper-slide > div > a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.ind_body .ind_lb_box > .swiper-container > .swiper-wrapper > .swiper-slide.active > div {
    display: block;
}

.ind_body .ind_banner_box .swiper-slide.active > div .ind_banner_img {
    transform: scale(1) rotate(0.001deg);
}

.ind_ban_nav_box {
    display: flex;
    position: absolute;
    left: 20.1%;
    bottom: 18%;
}

.ind_ban_nav_box .swiper-button-prev,
.ind_ban_nav_box .swiper-button-next {
    border: 1px solid rgba(255, 255, 255, .3);
    text-align: center;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
    width: .65rem;
    height: .65rem;
    font-size: 12px;
    line-height: .65rem;
    color: #fff;
    transition: all .5s ease;

}

.ind_ban_nav_box .swiper-button-prev:hover,
.ind_ban_nav_box .swiper-button-next:hover {
    border-color: rgba(255, 255, 255, 1);
}

.ind_ban_nav_box .swiper-button-next {
    margin-left: -1px;
}

.ind_body .ind_banner_box .swiper-slide.active > div .text_num {
    opacity: 1;
}

.ind_body .ind_banner_box .swiper-slide.active > div .text_top .line .line {
    transform: translateZ(1px) rotate(0.001deg);
    opacity: 1;
}

.ind_body .ind_banner_box .swiper-slide.active > div .text_bottom .line .line {
    transform: translateZ(1px) rotate(0.001deg);
    opacity: 1;
    transition: transform 1s ease 1s, opacity 1s ease 1.5s;
}

.ind_body .ind_banner_box .swiper-slide.active > div .circle .gar_ {
    transform: none;
    transition: transform 2s ease 1.5s;
}

.ind_body .ind_banner_box .swiper-slide.active > div .circle a .line .line {
    transform: translateZ(1px) rotate(0.001deg);
    opacity: 1;
    transition: transform 1.2s ease 2.3s, opacity 0s linear 2.3s;
}

.ind_body .ind_banner_box .swiper-slide.active > div .circle a svg {
    opacity: 1;
}

.ind_body .ind_banner_box .swiper-slide.active > div .circle a svg .circle__c1 {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s ease;
    transition-delay: 2.5s;
}

.ind_body .ind_banner_box .swiper-slide.active > div .circle a svg .circle__c2 {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
    transition: stroke-dashoffset 1s ease;
}

.ind_body .ind_banner_box .swiper-slide > div {
    height: 100vh;
    position: relative;
    background-color: #000;
}

.ind_body .ind_banner_box .swiper-slide > div .ind_banner_img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .8;
    transform: scale(1.7);
    transition: transform 1s ease, -webkit-filter .5s ease;
    transition: transform 1s ease, filter .5s ease;
    transition: transform 1s ease, filter .5s ease, -webkit-filter .5s ease;
}

.ind_body .ind_banner_box .swiper-slide > div .ind_b_text_box {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 2;
}

.ind_body .ind_banner_box .swiper-slide > div .text_top,
.ind_body .ind_banner_box .swiper-slide > div .text_bottom {
    width: 100%;
    height: 50%;
    display: table-row;
}

.ind_body .ind_banner_box .swiper-slide > div .text_top > div,
.ind_body .ind_banner_box .swiper-slide > div .text_bottom > div {
    display: table-cell;
    padding-left: 20.1%;

}

@media all and (min-width: 1025px) {
    .ind_body .ind_banner_box .swiper-slide > div .text_top > div,
    .ind_body .ind_banner_box .swiper-slide > div .text_bottom > div {
        padding-right: 30%;
    }
}

.ind_body .ind_banner_box .swiper-slide > div .text_top > div {
    vertical-align: bottom;
}

.ind_body .ind_banner_box .swiper-slide > div .text_top .line {
    font-size: inherit;
    overflow: hidden;
}

.ind_body .ind_banner_box .swiper-slide > div .text_top .line .line {
    font-size: inherit;
    transform-origin: 0 0;
    opacity: 0;
    will-change: transform;
    transform: translate3d(0, 120%, 1px) rotate(4deg);
    transition: transform 1s linear 1s, opacity .5s ease 1s;
}

.ind_body .ind_banner_box .swiper-slide > div .text_bottom > div {
    vertical-align: top;
}

.ind_body .ind_banner_box .swiper-slide > div .text_bottom .line {
    overflow: hidden;
    font-size: inherit;
}

.ind_body .ind_banner_box .swiper-slide > div .text_bottom .line .line {
    font-size: inherit;
    transition: opacity 1.5s ease .5s, transform 0s ease 1s;
    transform: translate3d(0, 30px, 1px) scaleY(1.3) rotate(1deg);
    opacity: 0;
    transform-origin: 0 0;
}

.ind_body .ind_banner_box .swiper-slide > div .text_num {
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity .5s ease 1.5s;
}

.ind_body .ind_banner_box .swiper-slide > div .text_num span {
    color: #999999;
    font-size: .16rem;
    line-height: 1;
}

.ind_body .ind_banner_box .swiper-slide > div .text_num span:nth-child(1) {
    color: #fff;
}

.ind_body .ind_banner_box .swiper-slide > div .text_num span:nth-child(2) {
    background-color: #999999;
    height: 1px;
    margin: 0 .1rem;
    width: .35rem;
}

.ind_body .ind_banner_box .swiper-slide > div .text_name {
    color: #fff;
    font-family: "PingFang SC";
    font-weight: 700;
    font-size: .6rem;
    line-height: 1.33;
    margin-top: .3rem;
    margin-bottom: .4rem;
}

.ind_body .ind_banner_box .swiper-slide > div .text_info {
    font-size: .18rem;
    padding-top: .4rem;
    line-height: 2;
    text-align: justify;
    color: #fff;
}

.ind_body .ind_banner_box .swiper-slide > div .circle {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}

.ind_body .ind_banner_box .swiper-slide > div .circle .gar_ {
    position: absolute;
    left: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    transform-origin: 0 0;
    transform: scaleX(0);
    width: 100%;
    top: 50%;
}

.ind_body .ind_banner_box .swiper-slide > div .circle a {
    margin-left: .8rem;
    width: 236px;
    height: 236px;
    position: relative;
    display: block;
    color: #fff;
}

.ind_body .ind_banner_box .swiper-slide > div .circle a .line {
    font-size: inherit;
    overflow: hidden;
}

.ind_body .ind_banner_box .swiper-slide > div .circle a .line .line {
    font-size: inherit;
    transform-origin: 0 0;
    opacity: 0;
    will-change: transform;
    transform: translate3d(0, 120%, 1px) rotate(4deg);
    transition: transform 0 ease .5s, opacity .5s ease;
}

.ind_body .ind_banner_box .swiper-slide > div .circle a .link_text {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: .16rem;
    line-height: 1.3;
    transform: translate(-50%, -50%);
}

.ind_body .ind_banner_box .swiper-slide > div .circle a .link_text > div {
    margin-bottom: 20px;
}

.ind_body .ind_banner_box .swiper-slide > div .circle a .link_text > div:last-child {
    margin-bottom: 0;
}

.ind_body .ind_banner_box .swiper-slide > div .circle a svg {
    width: 236px;
    height: 236px;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
}

.ind_body .ind_banner_box .swiper-slide > div .circle a svg .circle__c1 {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
}

.ind_body .ind_banner_box .swiper-slide > div .circle a svg .circle__c2 {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
    transition: stroke-dashoffset 1s ease;
}

.ind_body .ind_banner_box .swiper-pagination {
    right: .4rem;
    top: 50%;
    left: auto;
    bottom: auto;
    transform: translateY(-50%);
    width: .2rem;
}

.ind_body .ind_banner_box .swiper-pagination span {
    width: .1rem;
    height: .1rem;
    margin: .2rem 0;
    display: block;
}

.ind_body .ind_banner_box .swiper-pagination span .swiper-pagination-bullet-active {
    width: .1rem;
    height: .1rem;
    background-color: #fff;
}

.ind_body .hon_list a {
    display: block;
    padding: .21rem 0;
    position: relative;
    cursor: pointer;
    color: #fff;
}

@media all and (min-width: 1025px) {
    .ind_body .hon_list a {
        padding-right: 35%;
    }

    .ind_body .hon_list a > div {
        /*white-space: nowrap;*/
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        /*width: 65%;*/

        /*background-image: linear-gradient( 180deg,transparent 95%, #fff 0);*/
        /*background-size: 0 100%;*/
        /*background-repeat: no-repeat;*/
        /*transition: background-size .4s ease;*/
    }

    .ind_body .hon_list a:hover > div {
        /*background-size: 100% 100%;*/
    }

    .ind_body .ind_src2 .ind_winning_box .hon_list a {
        padding-right: 0;
    }
}

.ind_body .hon_list a img {
    width: 32.44%;
    right: 0;
    display: block;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s ease;
}

@media all and (min-width: 1025px) {
    .ind_body .hon_list a:hover {
        z-index: 3;
    }

    .ind_body .hon_list a:hover img {
        opacity: 1;
    }
}

.ind_body .ind_src2 {
    height: 100%;
    position: relative;
}

.ind_body .ind_src2 > div {
    position: absolute;
    width: 81.5%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    margin-top: .6rem;
}

.ind_body .ind_src2 .ind_honor_box {
    width: 48.273%;
}

.ind_body .ind_src2 .ind_honor_box .pages_box {
    margin-top: .48rem;
}

.ind_body .ind_src2 .ind_honor_box .pages_box .swiper-container {
    overflow: visible;
}

.ind_body .ind_src2 .pages_box .swiper-pagination {
    position: relative;
    text-align: center;
    margin-top: .5rem;
    bottom: auto;
}

.ind_body .ind_src2 .pages_box .swiper-pagination span {
    margin: 0 .2rem;
}

.ind_body .ind_src2 .ind_winning_box {
    width: 40.3%;
}

.ind_body .ind_src2 .ind_winning_box .pages_box {
    margin-top: .48rem;
}

.ind_body .ind_src2 .ind_winning_box .hon_list a {
    display: block;
    padding: .29rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: .51rem;
    position: relative;
}

.ind_body .ind_src2 .ind_winning_box .hon_list a i {
    font-size: .21rem;
    margin-right: .3rem;
    line-height: 1;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: .29rem;
}

.ind_body .ind_src2 .ind_winning_box .hon_list a > div {
    width: calc(100% - .51rem);
    background-image: linear-gradient(180deg, transparent 95%, #fff 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: background-size .4s ease;
    display: inline;
}

.ind_body .ind_src2 .ind_winning_box .hon_list a:hover > div {
    background-size: 100% 100%;
}

.ind_body .ind_src3 {
    height: 100%;
    position: relative;
}

.ind_body .ind_src3 .pub_title span br {
    display: none;
}

.ind_body .ind_src3 > div {
    position: absolute;
    width: 81.5%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: .6rem;
}

.ind_body .ind_src3 > div .pub_info {
    color: #fff;
    font-size: .24rem;
    margin-top: .4rem;
    font-family: "PingFang SC";
    font-weight: 300;
}

.ind_body .ind_src4 {
    height: 100%;
    position: relative;
}

.ind_body .ind_src4 .bg_img {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
}

.ind_body .ind_src4 > div {
    position: absolute;
    width: 81.5%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    margin-top: .6rem;
}

.ind_body .ind_src4 .ind_td_box {
    width: 50%;
}

.ind_body .ind_src4 .ind_td_box .img_hover {
    width: 63%;
    display: block;
    margin-top: .65rem;
}

.ind_body .ind_src4 .ind_td_box .tea_m {
    font-size: .36rem;
    font-family: "PingFang SC";
    color: #fff;
    line-height: 1;
    margin-top: .4rem;
}

.ind_body .ind_src4 .ind_td_box .tea_m span {
    font-weight: 700;
    font-family: "word_b";
}

.ind_body .ind_src4 .ind_td_box .tea_i {
    font-size: .16rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2;
    margin-top: .3rem;
    width: 63%;
    text-align: justify;
}

.ind_body .ind_src4 .ind_td_box .btn_sty {
    margin-top: .2rem;
}

.ind_body .ind_src4 .ind_cy_box {
    width: 40.38%;
}

.ind_body .ind_src4 .ind_cy_box .tea_cy_jj {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ind_body .ind_src4 .ind_cy_box .tea_cy_jj .img_hover {
    width: 40%;
}

.ind_body .ind_src4 .ind_cy_box .tea_cy_jj .tea_ms_ {
    width: 46%;
    color: #fff;
}

.ind_body .ind_src4 .ind_cy_box .tea_cy_jj .tea_ms_ .tea_name {
    font-family: "PingFang SC";
    font-size: .3rem;
    line-height: 1;
}

.ind_body .ind_src4 .ind_cy_box .tea_cy_jj .tea_ms_ .tea_zw {
    font-size: .18rem;
    line-height: 1.5;
    margin-top: .13rem;
}

.ind_body .ind_src4 .ind_cy_box .tea_cy_jj .tea_ms_ .tea_nl {
    font-size: .14rem;
    line-height: 1.57;
    margin-top: .2rem;
    color: rgba(255, 255, 255, 0.5);
}

@media all and (min-width: 1025px) {
    .ind_body .ind_src4 .ind_cy_box .tea_box .swiper-pagination {
        display: none;
    }

    .ind_body .ind_src4 .ind_cy_box .tea_box .swiper-wrapper {
        display: block;
    }

    .ind_body .ind_src4 .ind_cy_box .tea_box .swiper-wrapper > div {
        margin-bottom: 11%;
    }

    .ind_body .ind_src4 .ind_cy_box .tea_box .swiper-wrapper > div:last-child {
        margin-bottom: 0;
    }
}

.win_icon_box {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    width: 80%;
}

.win_icon_box svg {
    width: .98rem;
    display: block;
    margin: 0 auto;
    height: auto;
}

.win_icon_box svg path {
    fill: #fff;
    /*stroke: #fff;*/
    /*stroke-width: 30;*/
}

.win_icon_box svg.on path {
    fill: #fff;
    stroke-width: 0;
}

.win_icon_box div div {
    font-size: .36rem;
    color: #fff;
    margin-top: .56rem;
    line-height: 1;
    font-weight: 500;
}

.ind_src5 {
    height: 100%;
    position: relative;
}

.ind_src5 > div {
    width: 100%;
    height: 100%;
    position: relative;
}

.ind_src5 > div .con_lx_box {
    height: 100%;
    width: 74.479%;
    position: absolute;
    left: -1%;
    top: 0;
    overflow: hidden;
}

.ind_src5 > div .con_lx_box .img_t {
    height: 100%;
    width: 120%;
    margin-left: -10%;
    transition: all .3s ease;
    background-size: cover;
    background-position: center;
}

.ind_src5 > div .con_lx_box img {
    width: 56.8%;
    bottom: 10%;
    left: 17%;
    position: absolute;
}

@media all and (min-width: 1025px) {
    /*.ind_src5 > div .con_lx_box:hover .img_t {*/
    /*    margin-left: 0;*/
    /*    width: 100%;*/
    /*}*/
}

.ind_src5 .ind_con_box {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 43.021%;
    background-position: center;
    background-size: cover;
    z-index: 2;
    padding: 11.46% 5% 5% 8.6458%;
    color: #fff;
}

.ind_body .ind_src5 .ind_con_box {
    display: none;
}

.ind_body .active .ind_src5 .ind_con_box {
    display: block;
}

.ind_src5 .ind_con_box .con_n {
    line-height: 1;
    margin-top: .6rem;
    font-size: .3rem;
    font-family: "PingFang SC";
}

.ind_src5 .ind_con_box .con_i {
    font-weight: 300;
    line-height: 1.77;
    font-size: .18rem;
    margin-top: .3rem;

}

.ind_src5 .ind_con_box .con_i a {
    color: inherit;
}

.ind_src5 .ind_con_box .copyRight_i {
    margin-top: .7rem;
    font-size: .16rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
}

.img_hover {
    overflow: hidden;
    position: relative;
    pointer-events: auto;
}

.img_hover > img {
    transition: all .3s ease;
    width: 100%;
    display: block;
}

@media all and (min-width: 1025px) {
    /*.img_hover:hover img {*/
    /*    transform: scale(1.3);*/
    /*}*/
}

.pub_case {
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
}

.list_body .pub_case {
    padding-top: 12.5%;
}

.list_body .tab_nav_box a {
    display: block;
    border: 1px solid #000;
    font-size: .18rem;
    line-height: .7rem;
    text-align: center;
    transition: all .3s ease;
    cursor: pointer;
}

.list_body .tab_nav_box a.on {
    background-color: #000;
    color: #fff;
    font-weight: 700;
}

.list_body .tab_nav_box .swiper-container {
    padding-right: 2px;
    pointer-events: auto;
}

@media all and (min-width: 1025px) {
    .list_body .tab_nav_box a:hover {
        background-color: #000;
        color: #fff;
    }

    .list_body .tab_nav_box .swiper-wrapper {
        flex-wrap: wrap;
    }

    .list_body .tab_nav_box .swiper-slide {
        width: calc((100% - 2rem) / 6);
        margin-bottom: .4rem;
        margin-right: .4rem;

    }


    .list_body .tab_nav_box .swiper-slide:nth-child(5n+1) {
        margin-right: 0;
    }

    .list_body .tab_nav_box .swiper-slide:nth-child(1) {
        margin-right: .4rem;
    }

    .list_body .tab_nav_box .swiper-slide:nth-child(5n+2) {
        margin-left: calc((100% - 2rem) / 6 + .4rem);
    }

    .list_body .tab_nav_box .swiper-slide:nth-child(2) {
        margin-left: 0;
    }

    .list_body .tab_nav_box .swiper-slide:nth-last-child(1),
    .list_body .tab_nav_box .swiper-slide:nth-last-child(2),
    .list_body .tab_nav_box .swiper-slide:nth-last-child(3),
    .list_body .tab_nav_box .swiper-slide:nth-last-child(4),
    .list_body .tab_nav_box .swiper-slide:nth-last-child(5),
    .list_body .tab_nav_box .swiper-slide:nth-last-child(6) {
        margin-bottom: 0;
    }

    .list_body .tab_nav_box .swiper-container {
        overflow: visible;
    }
}

.list_body .case_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5.208vw;
}

.list_body .case_list > a {
    width: 30.75%;
    margin-right: 3.875%;
    margin-bottom: 3.875%;
    overflow: hidden;
    position: relative;
}

.list_body .case_list > a > div {
    display: block;
    position: relative;

}

.list_body .case_list > a:nth-child(3n) {
    margin-right: 0;
}

.list_body .case_list > a .list_img_box {
    position: relative;
    background-color: #000;


}

.list_body .case_list > a .list_img_box > img {
    transition: all 1s ease;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    display: block;
}

@media (min-width: 1025px) {
    .list_body .case_list > a .list_img_box .img_hover img {
        transition: all 1s ease;
    }

    .list_body .case_list > a .list_img_box .img_hover:hover img {
        transform: scale(1.05);
        opacity: .9;
    }
}


.list_body .case_list > a .cas_num {
    font-size: .2rem;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: .14rem;
    top: .2rem;
    line-height: 1;
}

.list_body .case_list > a .cas_text {
    transition: all .3s ease;
    opacity: 0;
    transform: translateY(50%);
    position: absolute;
    width: 89.77%;
    left: 8.1%;
    bottom: 13.5%;
}

.list_body .case_list > a .cas_text::before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    height: 3px;
    width: .45rem;
    top: calc(100% + .3rem);
    background-color: #fff;
}

.list_body .case_list > a .cas_text .cas_ss {
    font-size: .2rem;
    line-height: 1.5;
    color: #fff;
}

.list_body .case_list > a .cas_text .cas_name {
    font-size: .4rem;
    color: #fff;
    font-weight: 700;
    font-family: "PingFang SC";
    line-height: 1.2;
    margin-top: .15rem;
}


.list_body .case_list.grid > a .cas_text .cas_ss {
    font-size: .24rem;


}

.list_body .case_list.grid > a .cas_text .cas_name {
    font-size: 14px;

}


.list_body .case_list > a.res_sty {
    background-color: #fbfbfb;
}

.list_body .case_list > a.res_sty .res_text {
    padding: 10% 10% 12%;
}

.list_body .case_list > a.res_sty .res_text .res_ms {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: .22rem;
    font-family: "PingFang SC";
    font-weight: 600;
    color: #000000;
    line-height: 1.45;
    height: .64rem;
}

.list_body .case_list > a.res_sty .res_text .res_time {
    margin-top: .5rem;
    line-height: 1;
    position: relative;
}

.list_body .case_list > a.res_sty .res_text .res_time span {
    font-size: .16rem;
    color: #000000;
}

.list_body .case_list > a.res_sty .res_text .res_time div {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: .4rem;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    transition: all .3s ease;
}

.list_body .case_list > a.res_sty .res_text .res_time div i {
    font-size: .24rem;
}

@media all and (min-width: 1025px) {
    .list_body .case_list > a.res_sty:hover .res_time div {
        background-color: #000;
        color: #fff;
    }
}

@media all and (min-width: 1025px) {
    .list_body .case_list > a:hover .list_img_box > img {
        opacity: 1;
    }

    .list_body .case_list > a:hover .list_img_box .img_hover > img {
        /*transform: scale(1.3);*/
    }

    .list_body .case_list > a:hover .cas_text {
        opacity: 1;
        transform: none;
    }
}

.list_body .load_btn {
    width: 17.0625%;
    margin: .6rem auto 1.2rem;
    text-align: center;
    font-size: .18rem;
    line-height: .7rem;
    border: 1px solid #000;
    transition: all .3s ease;
}

@media all and (min-width: 1025px) {
    .list_body .load_btn:hover {
        color: #fff;
        background-color: #000;
    }
}

.list_body .load_btn.not {
    opacity: 0;
    pointer-events: none;
}

#mydiv {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.bg_canvas article {
    pointer-events: none;
    overflow: hidden;
}

.bg_canvas article .tab_nav_box a,
.bg_canvas article .case_list > a,
.bg_canvas article .load_btn,
.bg_canvas article footer {
    pointer-events: all;
}

.res_d_body .news_src1_case {
    padding-top: 12.5%;
    padding-bottom: 7.29vw;
}

.res_d_body .pub_case {
    width: 62.5%;
    margin: 0 auto;
}

.res_d_body .new_d_top {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding-bottom: .45rem;
}

.res_d_body .new_d_top .nes_d_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.res_d_body .new_d_top .nes_d_title div {
    font-size: .36rem;
    font-family: "PingFang SC";
    font-weight: 700;
    color: #000000;
    line-height: 1.3888;
    width: 52.9167%;
}

.res_d_body .new_d_top .nes_d_title a {
    width: 18.33%;
    text-align: center;
    cursor: pointer;
    pointer-events: auto;
    border: 1px solid #000;
    line-height: .6rem;
    transition: all .3s ease;
}

@media all and (min-width: 1025px) {
    .res_d_body .new_d_top .nes_d_title a:hover {
        background-color: #000;
        color: #ffffff;
    }


}

.res_d_body .new_d_top .nes_d_time {
    margin-top: .3rem;
    color: rgba(51, 51, 51, 0.5);
    position: relative;
    display: flex;
    justify-content: space-between;
}

.res_d_body .new_d_top .nes_d_time span {
    width: 50%;
    line-height: 1;
    font-size: .22rem;
}

.res_d_body .new_d_top .nes_d_time span:nth-child(1) {
    display: flex;
    align-items: center;
}

.res_d_body .new_d_top .nes_d_time span:nth-child(2) {
    text-align: right;
}

.res_d_body .new_d_top .nes_d_time span i {
    font-size: .18rem;
    margin-right: .16rem;
}

.res_d_body .new_d_con {
    font-size: .18rem;
    line-height: 2.222;
    color: #666;
    padding: 1rem 0;
    border-bottom: 3px solid #000;
}

.res_d_body .new_d_con h2 {
    font-size: 16px;
}

.res_d_body .new_d_con a {
    word-wrap: break-word;
    word-break: normal;
    color: #be9d6d;
}

.res_d_body .new_d_con img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.res_d_body .new_d_con p {
    margin: 0;
    padding: 0;
}

.res_d_body .new_d_bottom {
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
}

.res_d_body .new_d_bottom > div {
    width: 46.66%;
    color: #031727;
}

.res_d_body .new_d_bottom > div > div {
    font-size: .22rem;
    line-height: 1;
    font-weight: 700;
    font-family: "PingFang SC";
    margin-bottom: .5rem;
}

.res_d_body .new_d_bottom > div a {
    pointer-events: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1.2rem;
    border: 3px solid #000;
    color: #031727;
    font-size: .22rem;
    font-weight: 700;
    font-family: "PingFang SC";
    line-height: 1.366;
    padding: 0 .4rem;
    cursor: pointer;
    transition: all .3s ease;
}

@media all and (min-width: 1025px) {
    .res_d_body .new_d_bottom > div a:hover {
        color: #fff;
        background-color: #000;
    }
}

.res_d_body .new_d_bottom > div a span {
    width: 85%;
}

.res_d_body .new_d_bottom > div a i {
    font-size: .14rem;
}

.case_d_body {
    padding-top: 1.2rem;
}

.case_d_con .swiper-button-prev,
.case_d_con .swiper-button-next {
    width: .65rem;
    line-height: .65rem;
    height: .65rem;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: -.325rem;
    border: 1px solid #fff;

}

.case_d_con .swiper-button-next {
    right: calc(42.2% + 10px);
    transition: right .5s ease;
}

.case_d_body footer {
    display: none;
}

.case_d_body #mydiv {
    position: absolute;
}

.case_d_body .case_d_con {
    height: calc(100vh - 1.2rem);
}

.case_d_body .case_d_con .case_img {
    height: calc(100vh - 1.2rem);
    background-position: center;
    background-size: cover;
}

.case_d_body .case_d_con_case {
    height: 100%;
}

.case_d_body .case_me_box {
    position: absolute;
    transition: all .3s ease;
    background-color: #fff;
    right: 0;
    width: 42.2%;
    height: 100%;
    z-index: 4;
    top: 0;
}

.case_d_body .case_me_box.not {
    transform: translateX(120%);
}

.case_d_body .case_me_box.not .case_me_case {
    display: none;
}

.case_d_body .case_me_case {
    position: relative;
    z-index: 1;
    padding: 1rem .9rem .5rem 1.1rem;
    height: 100%;
    pointer-events: none;
}

.case_d_body .case_me_case .case_d_name {
    font-weight: 700;
    font-family: "PingFang SC";
    font-size: .5rem;
    color: #000;
    line-height: 1.5;
}

.case_d_body .case_me_case .case_d_info {
    font-size: .2rem;
    color: #000000;
    line-height: 1.5;
    margin-top: .15rem;
}

.case_d_body .case_me_case .case_d_xj_case {
    margin-top: .3rem;
    padding-bottom: .65rem;
    border-bottom: 3px solid #000;
    margin-bottom: .65rem;
}

.case_d_body .case_me_case .case_d_xj_case .case_d_mess {
    font-size: .22rem;
    font-weight: 700;
    line-height: 2;
}

.case_d_body .case_me_case .case_d_xj_case .case_d_nr {
    font-size: .14rem;
    color: #666666;
    line-height: 2.14;
    margin-top: .35rem;
}

.case_d_body .case_me_case .case_d_xj_case .case_d_nr p {
    margin: 0;
    font-size: inherit;
}

.case_d_body .case_me_case .case_d_ly {
    display: flex;
    justify-content: space-between;
}

.case_d_body .case_me_case .case_d_ly > div {
    width: 47.5%;
}

.case_d_body .case_me_case .case_d_ly > div a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case_d_body .case_me_case .case_d_ly > div a span {
    background-image: linear-gradient(
            180deg, transparent 95%, #000 0);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: background-size .4s ease;
}

.case_d_body .case_me_case .case_d_ly > div a:hover span {
    background-size: 100% 100%;
}

.case_d_body .case_me_case .case_d_ly .case_d_n {
    font-size: .2rem;
    color: #031727;
    line-height: 1;
}

.case_d_body .case_me_case .case_d_ly .case_d_i {
    font-size: .2rem;
    line-height: 1.5;
    color: #000;
    margin-top: .06rem;
    font-family: "PingFang SC";
    font-weight: 700;
    cursor: pointer;
    pointer-events: auto;
}

.case_d_body .case_me_case .case_d_ly .case_d_i:nth-child(2) {
    margin-top: .22rem;

}

.case_d_body .case_d_xj {
    pointer-events: auto;
    overflow-y: auto;
    height: 0;
}

.case_d_body .case_btn_close {
    pointer-events: auto;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    left: .7rem;
    top: .5rem;
    cursor: pointer;
    transition: all .3s ease;
}

.case_d_body .fh_btn {
    pointer-events: auto;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    left: .7rem;
    top: .5rem;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 20px;
}

@media all and (min-width: 1025px) {
    .case_d_body .case_btn_close:hover {
        color: #000;
    }
}

.case_d_body .case_d_btn_open {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    transition: all .3s ease;
    width: 1.26rem;
    line-height: 1.23rem;
    height: 1.23rem;
    background-color: #000;
    color: #fff;
    font-size: .4rem;
    text-align: center;
    cursor: pointer;
    transform: translateX(120%);
}

.case_d_body .case_d_btn_open.on {
    transform: none;
}

.con_body .ind_src5 {
    height: 100vh;
}

.con_body .ind_src5 > div .ind_con_box {
    background-color: #fff;
    color: #000;
    pointer-events: none;
    overflow: hidden;
}

.con_body .ind_src5 > div .ind_con_box #mydiv {
    position: absolute;
    pointer-events: auto;
    overflow: hidden;
}

.con_body .ind_src5 > div .ind_con_box .pub_title {
    color: #000;
}

.con_body .ind_src5 > div .ind_con_box .con_hz_ {
    display: block;
    justify-content: space-between;
}

.con_body .ind_src5 > div .ind_con_box .con_n {
    font-size: .28rem;
    font-weight: 600;

    color: #000000;
    line-height: 1;
}

.con_body .ind_src5 > div .ind_con_box .con_i {
    font-size: .18rem;
    color: #000000;
    line-height: 1.77;
    text-decoration: none;
}

.con_body .ind_src5 > div .ind_con_box .con_arr,
.con_body .ind_src5 > div .ind_con_box .con_n {
    margin-top: .4rem;
}

.con_body .ind_src5 > div .ind_con_box .con_arr .con_i {
    margin-top: 0;
}

.con_body .ind_src5 > div .ind_con_box .con_arr_box {
    margin-top: .3rem;
    display: flex;
    align-items: flex-start;
}

.con_body .ind_src5 > div .ind_con_box .con_arr_box .con_l_n {
    font-size: .22rem;
    font-family: "PingFang SC";
    font-weight: 600;
    color: #000000;
    line-height: 1.5;
    width: .7rem;
}

.con_body .ind_src5 > div .ind_con_box .copyRight_i {
    color: rgba(0, 0, 0, 0.5);
}

.abo_body .pub_case {
    padding-top: 12.5%;
    width: 62.5%;
}

.abo_body .img_hover {
    pointer-events: auto;
}

.abo_body .abo_t {
    font-size: .5rem;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    font-family: "PingFang SC";
}

.abo_body .abo_con_t {
    position: relative;
}

.abo_body .abo_con_t .text_sty {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -.4rem;
    margin-top: -.2rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000000;
    line-height: 57.14%;
    z-index: 1;
    text-transform: uppercase;
}

.abo_body .abo_con_t .abo_text_m {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 1.1rem;
    padding-top: .85rem;
}

.abo_body .abo_con_t .abo_text_m .abo_t {
    width: 46.25%;
}

.abo_body .abo_con_t .abo_text_m .abo_i {
    width: 45%;
    font-size: .18rem;
    color: #000000;
    line-height: 2;
}

.abo_body .abo_con_s_box {
    position: relative;
}

.abo_body .abo_con_s_box .abo_t {
    width: 75%;
}

.abo_body .abo_con_s_box img {
    width: 9.8%;
    position: absolute;
    right: 0;
    top: 0;
}

.abo_body .abo_con_s {
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 1.1rem;
}

.abo_body .win_icon_box {
    width: 100%;
    margin-top: .9rem;
}

.abo_body .win_icon_box svg path {
    /*stroke: #000;*/
    fill: #000
}

.abo_body .win_icon_box > div {
    pointer-events: auto;
}

.abo_body .win_icon_box > div div {
    font-size: .28rem;
    color: #000000;
    margin-top: .8rem;
}

.abo_body .abo_con_b {
    padding-bottom: 1.25rem;
}

.abo_body .abo_con_b .abo_te_box {
    display: flex;
    justify-content: space-between;
    margin-top: .7rem;
}

.abo_body .abo_con_b .abo_te_box > div {
    width: 22.25%;
}

.abo_body .abo_con_b .abo_te_box > div .abo_te_text {
    font-size: .3rem;
    font-weight: 700;
    font-family: "PingFang SC";
    color: #000000;
    line-height: 1.533;
    margin-top: .3rem;
}

.abo_body .abo_con_b .abo_te_box > div .abo_t_zc {
    font-size: .18rem;
    color: #000000;
    line-height: 1.5;
    margin-top: 5px;
}

.abo_body .abo_con_b .abo_te_box > div .abo_t_info {
    font-size: .14rem;
    color: #666666;
    line-height: 1.571;
    margin-top: .2rem;
    text-align: justify;
}

.abo_body .abo_con_m {
    position: relative;
    overflow: hidden;
}

.img_hover_n {
    background-color: #000;

}

.img_hover_n img {
    width: 100%;
    display: block;
    opacity: .5;
}


.abo_body .abo_con_m .abo_join_text {
    position: absolute;
    left: 50%;
    width: 90%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: .4rem;
    font-family: "PingFang SC";
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.5;
}

.abo_body .abo_con_m .abo_join_text a {
    display: block;
    margin: .58rem auto 0;
    width: 3.8rem;
    height: .76rem;
    line-height: .76rem;
    text-align: center;
    font-size: .18rem;
    color: #000;
    transition: all .3s ease;
    background-color: #fff;
    pointer-events: auto;
    cursor: pointer;
}

@media all and (min-width: 1025px) {
    .abo_body .abo_con_m .abo_join_text a:hover {
        background-color: #000;
        color: #fff;
    }
}

.ser_body .ser_case {
    padding-top: 8.35%;
    padding-bottom: 5%;
}

.ser_body .ser_me_box {
    width: 82.4479%;
    position: relative;
    margin-bottom: 6.7%;
    pointer-events: all;
}

@media screen and (min-width: 1025px) {
    .ser_body .ser_me_box .img_hover::before {
        content: '';
        display: block;
        margin-top: 46.212%;
    }

    .ser_body .ser_me_box .img_hover img {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);

    }
}

.ser_body .ser_me_box:nth-child(even) {
    margin-left: 17.5521%;
}

.ser_body .ser_me_box:last-child {
    margin-bottom: 0;
}

.ser_body .ser_me_box .ser_me_tex_box {
    position: absolute;
    width: 75.81%;
    left: 50%;
    top: 21.5%;
    transform: translateX(-50%);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.ser_body .ser_me_box .ser_me_tex_box > div {
    width: 50%;
}

.ser_body .ser_me_box .ser_me_tex_box > div.ser_lz_l {
    display: none;
}

.ser_body .ser_me_box .ser_me_tex_box .ser_num {
    font-size: .8rem;
    font-family: Century Gothic;
    font-weight: bold;
    line-height: .75;
}

.ser_body .ser_me_box .ser_me_tex_box .ser_name {
    margin-top: .34rem;
    font-size: .6rem;
    font-family: "PingFang SC";
    font-weight: 600;
    line-height: 1;
    position: relative;
    padding-bottom: .5rem;
}

.ser_body .ser_me_box .ser_me_tex_box .ser_name::before {
    content: '';
    display: block;
    height: 1px;
    width: 2em;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
}

.ser_body .ser_me_box .ser_me_tex_box .ser_lr {
    font-size: .3rem;
    font-family: "PingFang SC";
    font-weight: 600;
    line-height: 1.66;
}

.ser_body .ser_me_box .ser_me_tex_box .ser_num_c {
    text-align: right;
    font-size: .8rem;
    font-family: 'Century Gothic_B';
    font-weight: 700;
    line-height: 1;
    margin-top: -.1rem;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

.ser_body .ser_lz_l {
    background-color: #000;
    padding: .2rem .5rem .48rem;
    pointer-events: auto;
}

.ser_body .ser_lz_l .ser_ms {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
    padding-top: .28rem;
    padding-bottom: .2rem;
}

.ser_body .ser_lz_l .ser_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.ser_body .ser_lz_l .ser_list a {
    width: 47.43%;
    color: inherit;
    border: 1px solid #fff;
    transition: all .3s ease;
    font-size: 14px;
    line-height: 1.1428;
    padding: .13rem .2rem;
    cursor: pointer;
    pointer-events: auto;
    margin-bottom: .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ser_body .ser_lz_l .ser_list a:nth-last-child(1), .ser_body .ser_lz_l .ser_list a:nth-last-child(2) {
    margin-bottom: 0;
}

@media all and (min-width: 1025px) {
    .ser_body .ser_lz_l .ser_list a:hover {
        background-color: #fff;
        color: #000;
    }
}

@media all and (min-width: 1025px) {
    .ser_body .img_hover:hover img {
        /*transform: scale(1.1);*/
    }
}

.loading {
    background-color: #000;
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.loading .load_con_box {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0 .9rem;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
}

.loading .load_con_box > img {
    width: 10.5%;
    margin: 0 auto .8rem;
    display: block;
}

.loading .load_con_box .jd_gd {
    height: 3px;
    width: 100%;
    background-color: #333333;
}

.loading .load_con_box .jd_gd .jd_ {
    height: 100%;
    width: 0;
    background-color: #fff;
}

.loading .load_con_box .load_num {
    color: #fff;
    font-size: .3rem;
    margin: .5rem auto 0;
    line-height: 1;
}

.loading .load_con_box .load_num img {
    width: 26px;
}

.loading .copyRight_l {
    width: 80%;
    left: 10%;
    font-size: 14px;
    bottom: .5rem;
    color: #fff;
    line-height: 1;
    position: absolute;
    text-align: center;
}

.m_btn {
    display: none;
}

.cont_p {
    padding-bottom: 3.645vw;
}

.abo_body .add_bj {
    padding: 1rem 0 1.3rem;
    display: none;

}

.add_bj .abo_t_info {
    margin-top: .45rem;
}

.add_bj .abo_con_s_box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: .75rem;
}

.join_box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: .8rem;
}

.join_l {
    margin-top: .8rem;
    margin-bottom: 1rem;
}

.join_l:last-child {
    margin-bottom: 0;
}


.join_l .btn_sty {
    width: 2.95rem;

}

.join_l .btn_sty:first-child {
    text-align: left;
    line-height: 1;
    font-size: .3rem;
    color: #000000;
    background-color: transparent;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    font-weight: 700;

    width: auto;
}

.join_l .btn_sty:last-child {
    background-color: #000;
    border-radius: 0;
    transition: all .5s ease;
    color: #fff;
    font-size: .18rem;
    line-height: .66rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    pointer-events: all;
    padding-left: .3rem;
    padding-right: .3rem;

}

.join_l .btn_sty:last-child i {
    font-size: .18rem;
}

.join_yq {
    font-size: 16px;
    line-height: 2.3125;
    color: #000;
    margin: .6rem 0 .5rem;
}

.join_yq > div {
    margin-bottom: .3rem;
    line-height: 1;
    font-weight: 700;
    color: #000;
}

.join_hint {
    color: #000;
    padding-top: .75rem;
    font-size: .18rem;
    line-height: 2;
}

footer .foo_con_box .foo_r > div > div .foo_n,
footer .foo_con_box .foo_lx {
    text-decoration: none;
}

@media all and (min-width: 1025px) {
    footer .foo_con_box .foo_lx {
        margin-top: -.16rem;
        width: 1.75rem;
        margin-right: 2.2rem;
    }

    footer .foo_con_box .foo_r {
        width: calc(100% - 3.95rem);
    }

    footer .foo_con_box .foo_r > div > div {
        width: calc((100% - 2.2rem) / 3);
        margin-right: 1.1rem;

    }

    footer .foo_con_box .foo_r > div > div:last-child {
        margin-right: 0;
    }

    footer .foo_con_box .foo_r > div > .foo_cp {
        max-width: none;
        width: 100%;
    }

    .join_l .btn_sty:last-child:hover {
        width: 3.2rem;
    }

    footer .foo_con_box .foo_r > div > div .foo_i {

        margin-right: -.5rem;


    }

    footer .foo_con_box .foo_r > div > div a span {
        background-image: linear-gradient(180deg, transparent 95%, #fff 0);
        background-size: 0 100%;
        background-repeat: no-repeat;
        transition: background-size .4s ease;
    }

    footer .foo_con_box .foo_r > div > div a:hover span {
        background-size: 100% 100%;
    }

    .ind_cy_box {
        max-height: 80vh;
        overflow-y: auto;
        pointer-events: auto;
    }

    .ser_body .ser_me_box {
        min-height: 38.02vw;
    }


    .ser_body .ser_me_box .img_hover {
        position: absolute;
        z-index: 1;
        width: 100%;
    }

    .ind_body .ind_lb_box > .swiper-container > .swiper-wrapper > .swiper-slide .at_on {
        visibility: visible !important;
    }

    .ser_body .ser_me_box .ser_me_tex_box {
        display: block;
        position: relative;
        padding-top: 10%;
        z-index: 2;
    }

    .ser_body .ser_me_box .ser_me_tex_box > div {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;

    }

    .ser_body .ser_me_box .ser_me_tex_box > div > div {
        width: 50%;
    }

    .ser_con_case {
        align-items: center;
        margin-top: .3rem;
    }
}

footer .foo_con_box .foo_r > div > div .foo_i:last-child a {
    display: block;
}


@media all and (max-width: 1366px) {
    .ind_body .ind_banner_box .swiper-slide > div .circle a {
        width: 180px;
        height: 180px;
    }

    .ind_body .ind_banner_box .swiper-slide > div .circle a svg {
        width: 100%;
        height: 100%;
    }

    .ind_body .ind_banner_box .swiper-slide > div .text_name {
        font-size: .5rem;
    }

    .pub_title {
        font-size: .5rem;
    }

    .pub_info {
        font-size: 16px;
    }

    .win_icon_box div div {
        font-size: .3rem;
    }

    .ind_body .ind_src4 .ind_cy_box .tea_box .swiper-wrapper > div {
        margin-bottom: 5%;
    }

    .ind_body .ind_src4 .ind_td_box .tea_i {
        width: 93%;
    }

    .ind_body .ind_src4 .ind_td_box .img_hover {
        margin-top: .3rem;
    }
}

@media all and (max-width: 1024px) {
    .ind_body .ind_src4 .ind_td_box {
        position: relative;
    }

    .ind_body .ind_src4 .ind_td_box .btn_sty {
        background-color: transparent;
        color: transparent;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
    }

    .case_d_body .case_me_case .case_d_ly > div a span {
        display: block;
    }

    .btn_m {
        display: block;
    }

    .nav {
        padding: 0 .3rem;
        top: 0;
    }

    .nav .nav_con {
        width: 100%;
        position: relative;
        padding: 0;
    }

    .nav .nav_con .btn_box {
        display: none;
    }

    .nav .nav_con .navBox .btn_box {
        display: flex;
        position: absolute;
        left: .3rem;
        bottom: 1.14rem;
    }

    .btn_nav_box {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        cursor: pointer;
    }

    .btn_nav_box i {
        font-size: 20px;
        line-height: 1;
        display: block;
    }

    .btn_nav_box .btn_nav_g {
        display: none;
    }

    .btn_nav_box.on .btn_nav_k {
        display: none;
    }

    .btn_nav_box.on .btn_nav_g {
        display: block;
    }

    .nav_c .btn_nav_box {
        color: #2a3438;
    }

    .nav_c .navBox {
        background-color: #fff;
    }

    .navBox {
        position: fixed;
        width: 100%;
        height: 100%;
        transition: all .5s ease;
        left: 0;
        top: 0;
        background-color: black;
        transform: translateX(110%);
    }

    .navBox.on {
        transform: translateX(0);
    }

    .navBox .item {
        display: block;
        position: relative;
        left: 0;
        top: 2.8rem;
        width: 100%;
        text-align: center;
    }

    .navBox .item li {
        float: none !important;
    }

    .navBox .item li a {
        display: block;
        padding: .1rem 0;
        color: #fff;
    }

    .nav_ban .nav .nav_con > div a {
        color: rgba(255, 255, 255, 0.7);
    }

    .nav_ban .nav .nav_con > div a::before {
        background-color: #fff;
    }

    .nav_ban .nav .nav_con > div a:hover, .nav_ban .nav .nav_con > div a.on {
        color: white;
    }

    .logo_box {
        position: relative;
        z-index: 2;
        padding: .3rem 0;
    }

    .logo_box img {
        margin: 0;
        height: .6rem;
    }

    .nav .nav_con > div a i {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        left: auto;
        top: auto;
        transform: none;
    }

    .ind_b_hint_box {
        display: none;
    }

    .nav .nav_con .btn_sty {
        margin-right: .5rem;
    }

    .ind_src2_box .lv_info .btn_mess {
        width: 41%;
    }

    .ind_src2_box .lv_info:first-child .btn_mess {
        right: .3rem;
    }

    .ind_src3_box .nav_box {
        position: relative;
        bottom: auto;
        width: calc(100% - .6rem);
        left: .3rem;
        margin-bottom: .5rem;
    }

    .ind_src2_box .lv_info:nth-child(2) .btn_mess {
        left: .3rem;
    }

    .ind_src3_box .ind_src3_con_box {
        display: block;
    }

    .ind_lb_box .ind_src3_box .ind_src3_con_box .ind_src3_img_box {
        width: 100%;
        margin-left: 0;
        height: 30vh;
        margin-bottom: .6rem;
    }

    .ind_lb_box .active .ind_src3_box .ind_src3_con_box .ind_src3_text_box {
        height: auto;
        width: 100%;
    }

    .ind_src3_box .ind_src3_con_box .ind_src3_text_box > div {
        position: relative;
        top: 0;
        transform: none;
        width: 100%;
        padding: 0 .3rem;
    }

    .ind_src4_box .arr_box {
        display: block;
    }

    .ind_src4_box .arr_box > div {
        width: 100%;
        height: 50%;
    }

    .ind_src4_box .con_box {
        height: 100%;
    }

    .ind_src4_box .con_box > div {
        background-color: rgba(0, 0, 0, 0.8);
        height: 100%;
        padding: 0;
        display: block;
    }

    .ind_src4_box .con_box > div .abo_lb_box {
        width: 100%;
        margin: 0 0 .6rem 0;
    }

    .ind_src4_box .con_box > div .abo_lb_box .swiper-button-prev, .ind_src4_box .con_box > div .abo_lb_box .swiper-button-next {
        transform: translateY(-50%);
        display: none;
    }

    .ind_src4_box .con_box > div .abo_lb_box .swiper-pagination {
        margin-top: 10px;
        padding: 0 .3rem;
        position: relative;
    }

    .ind_src4_box .con_box > div .abo_lb_box .swiper-pagination .num {
        color: #fff;
    }

    .ind_src4_box .con_box > div .con_text_box {
        width: 100%;
        padding: 0 .3rem;
    }

    .ind_src4_box .con_box > div .con_text_box .btn_con_box::before {
        display: none;
    }

    .ind_src4_box .con_box > div .con_text_box .con_name {
        color: rgba(255, 255, 255, 0.8);
    }

    .ind_src4_box .con_box > div .con_text_box .con_info_box {
        color: rgba(255, 255, 255, 0.8);
    }

    .ind_src4_box .con_box > div .con_text_box .con_name_en {
        margin-bottom: .5rem;
    }

    .ind_src4_box .con_box > div .con_text_box .btn_con_box {
        margin-top: .45rem;
    }

    footer {
        width: 100%;
        padding: .2rem .3rem;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .navBox .item li a {
        font-size: .6rem;
        font-family: "PingFang SC";
        padding-left: .3rem;
        padding-right: .3rem;
        text-align: left;
    }

    .navBox .item li a span {
        position: relative;
        font-size: .4rem;
    }

    .navBox .item li a.on {
        font-weight: 700;
    }

    .navBox .item li a.on span::before {
        content: '';
        display: block;
        border-radius: 100%;
        position: absolute;
        right: calc(100% + 1px);
        bottom: 2px;
        width: 6px;
        height: 6px;
        background-color: #fff;
    }

    .navBox .item li a.on span::after {
        content: '';
        display: block;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 100%;
        transition: all .3s ease;
        width: calc(100% + 7px);
        right: 0;
        left: auto;
        transform: none;
    }

    .ind_body .ind_banner_box .swiper-slide > div .circle a {
        display: none;
    }

    .m_btn {
        display: block;
        font-size: .24rem;
        width: 3.1rem;
        height: .88rem;
        line-height: .88rem;
        text-align: center;
        background-color: #fff;
        color: #000;
        margin-top: .65rem;
    }

    .ind_body .ind_banner_box .swiper-slide > div .text_top > div, .ind_body .ind_banner_box .swiper-slide > div .text_bottom > div {
        padding-left: .8rem;
        padding-right: .65rem;
    }

    .ind_body .ind_banner_box .swiper-slide > div .text_name {
        font-size: .6rem;
    }

    .ind_body .ind_banner_box .swiper-slide > div .text_num span {
        font-size: .32rem;
    }

    .ind_body .ind_banner_box .swiper-slide > div .text_bottom .line .line {
        font-size: .24rem;
        font-family: "PingFang SC";
    }

    .ind_body .ind_banner_box .swiper-slide > div .text_bottom .line .line br {
        display: none;
    }

    .ind_body .ind_banner_box .swiper-pagination {
        width: 100%;
        top: auto;
        right: auto;
        text-align: left;
        bottom: 1rem;
        left: .8rem;
    }

    .ind_body .ind_banner_box .swiper-pagination span {
        display: inline-block;
        margin: 0 .2rem;
        width: .15rem;
        height: .15rem;
    }

    .ind_body .ind_banner_box .swiper-pagination span:first-child {
        margin-left: 0;
    }

    .pub_title {
        font-size: .6rem;
        line-height: 1.33;
    }

    .pub_info {
        font-size: .24rem;
    }

    .ind_body .ind_src2 > div {
        width: calc(100% - 1.4rem);
        position: relative;
        margin: 2rem .6rem 0 .8rem;
        left: auto;
        top: auto;
        transform: none;
    }

    .ind_body .ind_lb_box > .swiper-container > .swiper-wrapper > .swiper-slide > div {
        padding: 1px;
    }

    .loading .load_con_box .load_num img {
        width: .3rem;
    }

    .ind_body .ind_src2 .ind_honor_box,
    .ind_body .ind_src2 .ind_winning_box {
        width: 100%;
    }

    .ind_body .hon_list a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .ind_body .hon_list a > div {
        width: 66.66%;
        line-height: 1.5;
        display: block;
    }

    .ind_body .hon_list a img {
        width: 26.66%;
        position: relative;
        opacity: 1;
        transform: none;
        top: auto;
    }

    .ind_body .ind_src2 .ind_winning_box .hon_list a {
        padding-top: .4rem;
        padding-bottom: .4rem;
    }

    .ind_body .ind_src2 .ind_winning_box .hon_list a i {
        top: .45rem;

    }

    .ind_body .ind_src2 .ind_honor_box .pages_box {
        margin-top: .9rem;
    }

    .loading .load_con_box {
        top: 50%;
    }

    .ind_body .hon_list a > div {
        font-size: .24rem;
    }

    .ind_body .ind_src3 .pub_title span br {
        display: block;
    }

    .ind_body .ind_src3 > div {
        width: calc(100% - 1.4rem);
        margin: 2rem .6rem 0 .8rem;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }

    .win_icon_box {
        flex-wrap: wrap;
        margin-top: .1rem;
        width: 90%;
        text-align: center;
    }

    .win_icon_box > div {
        margin-top: .8rem;
        margin-right: 1.4rem;
    }

    .win_icon_box > div:nth-child(2n) {
        margin-right: 0;
    }

    .win_icon_box div div {
        font-size: .28rem;
        font-family: "PingFang SC";
        font-weight: 700;
        margin-top: .4rem;
    }

    .ind_body .ind_src4 .bg_img {
        width: 100%;
    }

    .ind_body .ind_src4 > div {
        position: relative;
        margin: 2rem auto 0;
        left: auto;
        top: auto;
        transform: none;
        width: calc(100% - 1.4rem);
        display: block;
    }

    .ind_body .ind_src4 .ind_td_box {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: .6rem;
    }

    .ind_body .ind_src4 .ind_cy_box {
        width: 100%;
    }

    .ind_body .ind_src4 .ind_td_box .img_hover {
        width: 73.5%;
    }

    .ind_body .ind_src4 .ind_td_box .tea_i {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .ind_body .ind_src4 .ind_td_box .tea_m {
        font-size: .44rem;
        margin-top: .5rem;
        line-height: 1;
    }

    .ind_body .ind_src4 .ind_cy_box {
        margin-top: .5rem;
    }

    .ind_body .ind_src4 .ind_cy_box .tea_cy_jj .img_hover {
        width: 44%;
    }

    .ind_body .ind_src4 .ind_cy_box .tea_cy_jj .tea_ms_ {
        width: 45.46%;
    }

    .ind_body .ind_src4 .ind_cy_box .tea_cy_jj .tea_ms_ .tea_nl {
        font-size: .24rem;
        color: #666666;
        line-height: 1.66;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-top: .1rem;
    }

    .ind_body .ind_src4 .ind_cy_box .tea_cy_jj .tea_ms_ .tea_nl br {
        display: none;
    }

    .ind_body .ind_src4 .ind_cy_box .tea_cy_jj .tea_ms_ .tea_zw {
        font-size: .24rem;
        margin-top: .05rem;
    }

    .ind_body .ind_src4 .ind_cy_box .tea_box .swiper-wrapper > div {
        margin-bottom: 0;
    }

    .swiper-pagination-bullet {
        width: .15rem;
        height: .15rem;
        margin: 0 .2rem;
    }

    .tea_box .swiper-pagination {
        width: 100%;
        text-align: center;
        margin-top: .2rem;
    }

    .ind_src5 > div .con_lx_box {
        height: 5.3rem;
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        z-index: 5;
    }


    .ind_src5 > div .con_lx_box img {
        width: 80%;
    }

    .ind_src5 .ind_con_box {
        position: relative;
        width: 100%;
        padding: .9rem .7rem 0;
    }

    .tab_nav_box .swiper-container {
        overflow: visible;
    }

    .list_body .pub_case {
        padding-top: 2rem;
        width: calc(100% - .8rem);
    }

    .list_body .case_list {
        margin-top: .9rem;
    }

    .list_body .case_list > a .cas_text {
        opacity: 1;
    }

    .list_body .tab_nav_box a {
        font-size: .24rem;
    }

    .res_d_body .new_d_top .nes_d_title a {
        display: none;
    }

    .res_d_body .pub_case {
        width: calc(100% - .8rem);
    }

    .res_d_body .new_d_top .nes_d_title div {
        width: 98%;
    }

    .res_d_body .new_d_top .nes_d_time {
        justify-content: flex-start;
    }

    .res_d_body .new_d_top .nes_d_time span {
        width: auto;
    }

    .res_d_body .new_d_top .nes_d_time span:nth-child(2) {
        text-align: left;
        font-size: .24rem;
    }

    .res_d_body .new_d_top {
        border-bottom: none;
        padding-bottom: 0;
    }

    .res_d_body .new_d_con {
        padding-top: .7rem;
        font-size: .24rem;
        line-height: 2.0833;
    }

    .res_d_body .new_d_bottom {
        padding-top: .8rem;
        display: block;
    }

    .res_d_body .new_d_bottom > div > div {
        font-size: .24rem;
        margin-bottom: .4rem;
    }

    .res_d_body .new_d_bottom > div {
        width: 100%;
    }

    .res_d_body .new_d_bottom > div a {
        width: 100%;
        padding-left: .4rem;
        padding-right: .4rem;
        background-color: #000;
        color: #fff;
        margin-bottom: .58rem;
    }

    .res_d_body .new_d_bottom > div a i {
        display: none;
    }

    .res_d_body .new_d_bottom > div a span {
        width: 100%;
        position: relative;
    }

    .res_d_body .new_d_bottom > div a span::before {
        content: '·';
    }

    .case_d_body header, .case_d_body footer {
        display: block;
    }

    .case_d_body .case_d_con .case_img {
        height: 7.86rem;
    }

    .case_d_body .case_d_con {
        height: auto;
        overflow: hidden;
        width: 100%;
    }

    .case_d_body .case_d_btn_open {
        display: none;
    }

    .case_d_body .case_me_box {
        position: relative;
        width: 100%;
        height: auto;
    }

    .case_d_body .case_d_con .swiper-container {
        z-index: 5;
    }

    .case_d_body .case_btn_close {
        display: none;
    }

    .case_d_body .case_me_case {
        padding: .99rem .4rem;
    }

    .case_d_body .case_me_case .case_d_info {
        font-size: .24rem;
    }

    .case_d_body .case_d_xj {
        height: auto !important;
    }

    .case_d_body .case_me_case .case_d_xj_case .case_d_mess {
        font-size: .28rem;
    }

    .case_d_body .case_me_case .case_d_xj_case .case_d_nr {
        font-size: .24rem;
    }

    .case_d_body .case_me_case .case_d_xj_case {
        margin-bottom: 1.2rem;
    }

    .case_d_body .case_me_case .case_d_ly {
        display: block;
    }

    .case_d_body .case_me_case .case_d_ly > div {
        width: 100%;
    }

    .case_d_body .case_me_case .case_d_ly .case_d_i {
        padding: 0 .4rem;
        height: 1.3rem;
        display: flex;
        align-items: center;
        background-color: #000;
        color: #fff;
        line-height: 1.5;
        font-size: .24rem;
        position: relative;
        margin-bottom: .58rem;
    }

    .case_d_body .case_me_case .case_d_ly .case_d_i span::before {
        content: '·';
        margin-right: .5em;
    }

    .ind_src5 .ind_con_box {
        height: auto;
        min-height: calc(100vh - 5.3rem);
    }

    .con_body .ind_src5 > div .ind_con_box .con_hz_ {
        display: block;
    }

    .con_body .ind_src5 > div .ind_con_box {
        padding-bottom: 1rem;
    }

    .abo_body .pub_case {
        padding-top: 2rem;
        padding-bottom: 1rem;
        width: calc(100% - .8rem);
    }

    .abo_body .add_bj {
        padding-top: .8rem;
    }

    .abo_body .abo_con_t .text_sty {
        font-size: .9rem;
    }

    .abo_body .abo_con_t .text_sty {
        margin-right: -.2rem;
    }

    .abo_body .abo_con_t .abo_text_m {
        padding-top: .75rem;
        padding-bottom: .8rem;
        margin-bottom: .75rem;
        display: block;
    }

    .abo_body .abo_con_t .abo_text_m .abo_t {
        width: 80%;
    }

    .abo_body .abo_con_t .abo_text_m .abo_i {
        width: 84%;
        font-size: .2rem;
        margin-top: .4rem;
        color: #333;
    }

    .abo_body .abo_con_s_box .abo_t {
        width: 100%;
        font-size: .4rem;
    }

    .abo_body .abo_con_s_box img {
        display: none;
    }

    .abo_body .win_icon_box {
        margin-top: 0;
    }

    .abo_body .win_icon_box > div {
        margin-top: .7rem;
    }

    .abo_body .win_icon_box > div div {
        margin-top: .4rem;
    }

    .abo_body .win_icon_box {
        justify-content: center;
    }

    .abo_body .abo_con_s {
        padding-bottom: .8rem;
        margin-bottom: .8rem;
    }

    .abo_body .abo_con_b .abo_te_box {
        margin-top: .6rem;
        display: block;
    }

    .abo_body .abo_con_b .abo_te_box > div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: .4rem;
    }

    .abo_body .abo_con_b .abo_te_box > div:last-child {
        margin-bottom: 0;
    }

    .abo_body .abo_con_b .abo_te_box > div .img_hover {
        width: 37.8%;
    }

    .abo_body .abo_con_b .abo_te_box > div .abo_te_text {
        width: 50%;
        padding-right: .45rem;
    }

    .abo_body .abo_con_b .abo_te_box > div .abo_t_zc {
        font-size: .22rem;
    }

    .abo_body .abo_con_b .abo_te_box > div .abo_t_info {
        font-size: .18rem;
    }

    .abo_body .abo_con_b .abo_te_box > div .abo_t_info p {
        display: inline;
    }

    .abo_body .abo_con_b {
        padding-bottom: 0;
    }

    .abo_body .abo_con_m {
        height: 4.5rem;
    }

    .abo_body .abo_con_m .img_hover {
        height: 100%;
    }

    .abo_body .abo_con_m .img_hover img {
        position: absolute;
        width: auto;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .abo_body .abo_con_m .abo_join_text {
        font-size: .3rem;
        line-height: 1.66;
    }

    .abo_body .abo_con_m .abo_join_text div br {
        display: none;
    }

    .ser_body .ser_lz_l {
        display: none;
    }

    .ser_body .ser_me_box .ser_me_tex_box > div.ser_lz_l {
        display: block;
    }

    .ser_body .ser_case {
        padding: 2rem .4rem 0;
    }

    .ser_body .ser_me_box {
        width: 100%;
    }

    .ser_body .ser_me_box:nth-child(even) {
        margin-left: 0;
    }

    .ser_body .ser_me_box .ser_me_tex_box {
        position: relative;
        display: block;
        width: 100%;
    }

    .ser_body .ser_me_box .ser_me_tex_box > div {
        width: 100%;
    }

    .ser_body .ser_me_box .ser_me_tex_box > div:nth-child(1) > div:nth-child(2) {

        width: 100%;
        position: relative;
        margin-top: .3rem;
        display: flex;
        align-items: center;

    }

    .ser_body .ser_me_box .ser_me_tex_box .ser_num_c {
        bottom: calc(100% + 1.1rem);
        position: absolute;
        margin-bottom: 0;
        width: 100%;
        padding: 0 .32rem;
        display: none;
    }

    .ser_body .ser_me_box .ser_me_tex_box > div:nth-child(2) {
        padding: 0 0 .6rem;
        position: relative;
        margin-top: .4rem;
        border-bottom: 3px solid #000;
    }

    .ser_body .ser_me_box .ser_me_tex_box .ser_num {
        font-size: .8rem;
        line-height: .76;
        color: #000;
        margin-right: .1rem;
    }

    .ser_body .ser_me_box .ser_me_tex_box .ser_name {
        margin-top: 0;
        font-size: .4rem;
        color: #000;
        padding-bottom: 0;
    }

    .ser_body .ser_me_box .ser_me_tex_box .ser_name::before {
        display: none;
    }

    .ser_body .ser_me_box .ser_me_tex_box .ser_lr {
        color: #000;
        font-size: .24rem;
        line-height: 1.66;
        margin-top: .3rem;
    }

    .ser_body .ser_me_box .ser_me_tex_box > div.ser_lz_l {
        background-color: transparent;
        padding: 0;
        margin-bottom: 1.4rem;
    }

    .ser_body .ser_lz_l .ser_ms {
        padding-top: .55rem;
        font-size: .24rem;
        color: #000;
        padding-bottom: .4rem;
    }

    .ser_body .ser_lz_l .ser_list a {
        margin-bottom: .3rem !important;
        background-color: #000;
        color: #fff;
        height: auto;
        display: block;
        align-items: center;
        font-size: .24rem;
        line-height: 1.5;
        padding: .3rem .4rem;
        width: 100%;
    }

    .ser_body .ser_lz_l .ser_list a:last-child {
        margin-bottom: 0 !important;
    }

    .ser_body .ser_lz_l .ser_list {
        display: block;
    }


    .ind_src5 .ind_con_box .con_i,
    .ind_src5 .ind_con_box .copyRight_i {
        font-size: .24rem;
    }

    .ind_ban_nav_box .swiper-button-prev, .ind_ban_nav_box .swiper-button-next {
        display: none;
    }

    .ind_body .ind_src4 .ind_td_box .tea_i {
        font-size: .24rem;
    }

    .abo_body .abo_body {
        padding-top: .8;
    }

    .case_d_con .swiper-button-next {
        right: 10px;
    }


}

@media all and (max-width: 640px) {
    .swiper-slide > a .ind_src1_text_box .ind_src1_title, .ind_src2_box .lv_info .btn_mess .lv_name {
        font-size: 26px;
    }

    .swiper-slide > a .ind_src1_text_box .ind_src1_info_en {
        font-size: 12px;
        margin-top: .1rem;
    }

    .swiper-slide > a .ind_src1_text_box .btn_sty {
        margin-top: .4rem;
    }

    .swiper-slide > a .ind_src1_text_box {
        top: 22%;
        transform: none;
    }

    .btn_sty {
        line-height: 2;
        font-size: 16px;
        padding: 0 .3rem;
    }

    .ind_src2_box .lv_info .lv_info_bg {
        width: 100%;
        height: 50%;
        top: 0;
        transform: none;
    }

    .ind_src2_box .lv_info .btn_mess {
        width: 100%;
        padding: 0 .3rem;
        top: 1.2rem;
    }

    .ind_src2_box .lv_info:first-child .btn_mess {
        right: 0;
        bottom: 1.2rem;
        top: auto;
    }

    .ind_src2_box .lv_info:first-child .lv_info_bg {
        bottom: 0;
        top: auto;
    }

    .ind_src2_box .lv_info.on:first-child .lv_info_bg {
        right: 0;
    }

    .ind_src2_box .lv_info.on:nth-child(2) .lv_info_bg {
        left: 0;
    }

    .ind_src2_box .lv_info:nth-child(2) .btn_mess {
        left: 0;
    }

    footer .foot_con {
        display: block;
        text-align: center;
    }

    footer .ind_sha_box {
        text-align: center;
    }

    .ind_src3_box .ind_src3_con_box .ind_src3_text_box > div .ind_src3_ms {
        font-size: 24px;
    }

    .ind_src3_box .ind_src3_con_box .ind_src3_text_box > div .ind_src3_ms_en {
        font-size: 14px;
        margin-top: 1.2vh;
    }

    .ind_src3_box .ind_src3_con_box .ind_src3_text_box > div .src3_ms_name {
        font-size: 16px;
        margin-top: 2vh;
    }

    .ind_src3_box .ind_src3_con_box .ind_src3_text_box > div .src3_ms_info {
        font-size: 14px;
        margin-top: 1.2vh;
        padding-right: 0;
    }

    .ind_lb_box .ind_src3_box .ind_src3_con_box .ind_src3_img_box {
        margin-bottom: .3rem;
    }

    .ind_src4_box .con_box > div .con_text_box .con_name_en {
        font-size: 24px;
    }

    .ind_src4_box .con_box > div .con_text_box .con_name_en {
        margin-bottom: .4rem;
    }

    .ind_src4_box .con_box > div .con_text_box .con_name {
        font-size: 18px;
    }

    .ind_src4_box .con_box > div .con_text_box .con_info_box {
        font-size: 14px;
    }

    .navBox .item li a {
        font-size: 16px;
    }

    .ind_src2_box > img {
        display: block;
    }

    .ind_src2_box .btn_box .btn_xq:first-child {
        top: 27.944%;
        left: 15.8%;
    }

    .ind_src2_box .btn_box .btn_xq:nth-child(2) {
        top: auto;
        right: 13.35%;
        bottom: 19%;
    }

    .ind_src2_box .btn_box .btn_sty {
        border: 1px solid #be9d6d;
        line-height: 2;
        font-size: 18px;
        padding: 0 .6rem;
    }

    .btn_close_zz {
        font-size: 20px;
        cursor: pointer;
        position: absolute;
        right: .3rem;
        color: #fff;
        z-index: 4;
    }

    .ind_src2_box .lv_info:first-child .btn_close_zz {
        top: calc(50% + .3rem);
    }

    .ind_src2_box .lv_info:nth-child(2) .btn_close_zz {
        bottom: calc(50% + .3rem);
    }

    .lv_info.on .btn_close_zz {
        display: block;
    }

    .loading .load_con_box > img {
        width: 30%;
    }

    .win_icon_box svg {
        font-size: .82rem;
    }

    .navBox .item li a {
        padding-left: 1.2rem;
        font-size: .6rem;
        padding-top: .25rem;
        padding-bottom: .25rem;
        line-height: 1;
        font-weight: 700;
        font-family: "PingFang SC";
    }

    .nav .nav_con .navBox .btn_box {
        left: 1.2rem;
    }

    .nav .nav_con .navBox .btn_box a {
        font-size: .4rem;
        margin-right: .58rem;
    }

    .nav .nav_con .navBox .btn_box a:last-child {
        margin-right: 0;
    }

    .nav .nav_con .navBox .btn_box a:first-child {
        padding-left: 0;
    }

    .list_body .case_list > a {
        width: 100%;
        border-bottom: 1px solid #000;
        margin-top: 0;
        margin-bottom: 1.4rem;
        margin-right: 0;
        padding-bottom: .6rem;
    }

    .list_body .case_list > a .cas_text {
        position: relative;
        left: 0;
        bottom: auto;
        transform: none;
        margin-top: .6rem;
    }

    .list_body .case_list > a .cas_text .cas_ss,
    .list_body .case_list > a .cas_text .cas_name {
        color: #000;
    }

    .list_body .case_list > a .cas_text .cas_name {
        padding-bottom: 0;
    }

    .list_body .case_list > a .cas_text .cas_name::before {
        display: none;
    }

    .list_body .case_list > a .cas_num {
        top: auto;
        margin-top: .6rem;
        color: #000;
    }

    .list_body .load_btn {
        width: 100%;
        margin: 0 auto 1.4rem;
    }

    .list_body .case_list > a.res_sty {
        border-bottom: none;
        padding-bottom: 0;
    }

    .list_body .case_list > a.res_sty .res_text {
        padding: .6rem;
    }

    .list_body .case_list > a.res_sty .res_text .res_ms {
        font-size: .3rem;
        display: block;
        height: auto;
    }

    .list_body .case_list > a.res_sty .res_text .res_time span {
        font-size: .22rem;
    }

    .res_d_body .news_src1_case {
        padding-top: 2rem;
        padding-bottom: 1.4rem;
    }

    footer {
        padding: 1.27rem .63rem;
    }

    footer .foot_con {
        width: 100%;
    }

    footer .foo_con_box {
        display: block;
        text-align: left;
    }

    footer .foo_con_box .foo_lx {
        margin-bottom: .8rem;
        font-size: .5rem;
        text-align: left;
    }

    footer .foo_con_box .foo_r {
        width: 100%;
    }

    footer .foo_con_box .foo_r > .foo_h {
        display: block;
    }

    footer .foo_con_box .foo_r .foo_h .foo_cp {
        width: 100%;
    }

    footer .foo_con_box .foo_r > div > div .foo_i {
        white-space: nowrap;
    }

    .ind_body .ind_banner_box .swiper-slide > div .text_top .line .line br {
        display: none;
    }

    .ind_body .ind_banner_box .swiper-slide.active > div .text_bottom .line .line p,
    .ind_body .ind_src4 .ind_cy_box .tea_cy_jj .tea_ms_ .tea_nl p {
        display: inline;
    }

    footer .foo_con_box .foo_r > div > div {
        width: 100%;
        margin-bottom: .4rem;
    }

    footer .foo_con_box .foo_r > div {
        flex-wrap: wrap;
    }

    footer .foo_con_box .foo_r > div > div .foo_i * {
        word-break: break-all;
        white-space: normal;


    }

    .join_yq {
        font-size: .2rem;
        line-height: 1.71;
        text-align: justify;
    }

    .join_hint br {
        display: none;
    }
}

@media all and (max-width: 375px) {
    .copyRight {
        font-size: 10px;
    }

    .ind_src3_box .ind_src3_con_box .ind_src3_text_box > div .src3_ms_info {
        font-size: 12px;
    }

    .ind_src3_box .ind_src3_con_box .ind_src3_text_box > div .ind_src3_info {
        margin-top: 2vh;
    }

    .ind_src3_box .nav_box > div {
        padding: .1rem 0 .1rem;
    }

    .ind_src4_box .con_box > div .con_text_box .btn_con_box {
        margin-top: .3rem;
    }
}

/*# sourceMappingURL=style.css.map */
