.header {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    padding: 0 3vw;
    transition: all .8s;
}

    .header.active {
        background: rgba(0,0,0,.5);
    }

.nav {
    max-width: 65%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.head_hj32 {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
}

.haed_hj32_nav {
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 99;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

    .haed_hj32_nav span {
        width: 25px;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        margin: 2.5px 0;
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    }

    .haed_hj32_nav.on {
        opacity: 0;
        z-index: -1;
        visibility: hidden;
    }

.head_hj32_lang {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav i {
    font-size: 32px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.nav li .nav_drop {
    position: absolute;
    display: block;
    min-width: 100%;
    left: 50%;
    transform: translate(-50%, 30px);
    opacity: 0;
    transition: all .5s;
    visibility: hidden;
    padding-top: 10px;
    box-shadow: 0 0px 3px 1px rgba(0,0,0,.05);
}

    .nav li .nav_drop li {
        background: #ffffff;
        padding: 0 20px;
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,.1);
        transition: all .5s;
    }

        .nav li .nav_drop li:hover span, .nav li .nav_drop li:hover span h3 {
            color: #fff;
        }

        .nav li .nav_drop li:first-child {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

.nav li:hover .nav_drop {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
}

.nav_drop li h3, .nav_drop li span {
    font-size: 14px;
    line-height: 2.5;
    white-space: nowrap;
    color: #333;
    transition: all .5s;
}

.nav_drop a {
    display: block;
}

.logo, .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video {
    object-fit: fill;
}

nav {
    flex: auto;
    margin-left: 5vw;
    margin-right: 5vw;
}

    nav > ul {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: space-between;
    }

        nav > ul > li > a {
            color: #fff;
            font-size: 16px;
            padding: 0 10px;
            position: relative;
            white-space: nowrap;
            display: block;
        }

            nav > ul > li > a:before {
                position: absolute;
                display: block;
                content: '';
                width: 100%;
                height: 3px;
                bottom: 0;
                left: 0;
                opacity: 0;
                visibility: hidden;
                transform: translateY(1px);
                transition: all .8s;
            }

    nav li:hover a:before {
        opacity: 1;
        visibility: visible;
    }

    nav li h2 {
        font-size: 16px;
        line-height: 90px;
    }

.tell {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255,255,255,.4);
    padding-left: 20px;
    min-width: 10vw;
}

.tell_img {
    margin-right: 10px;
}

.tell span {
    white-space: nowrap;
}

.head_hj32_lang_box {
    position: relative;
    color: #fff;
    margin-right: 15px;
    flex: 0 0 60px;
    width: 60px;
}

    .head_hj32_lang_box span {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: pointer;
    }

        .head_hj32_lang_box span img {
            margin-right: 10px;
        }

    .head_hj32_lang_box .language_ul_alone {
        position: absolute;
        left: 0;
        min-width: 100%;
        background: rgba(255,255,255,.8);
        padding: 5px 10px;
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
    }

    .head_hj32_lang_box:hover .language_ul_alone {
        opacity: 1;
        visibility: visible;
    }

    .head_hj32_lang_box .language_ul_alone li {
        min-height: 15px;
        min-width: 100%;
    }

        .head_hj32_lang_box .language_ul_alone li a {
            display: flex;
            white-space: nowrap;
            color: #333;
        }

        .head_hj32_lang_box .language_ul_alone li:before {
            top: 4px;
        }

.header .nav .nav_li .xiala_nav .left .nav_infor .list .case_two li {
    width: 100%;
}

    .header .nav .nav_li .xiala_nav .left .nav_infor .list .case_two li a {
        font-size: 14px;
    }

@media(max-width: 1660px) {
    .nav {
        margin-left: 1vw;
        margin-right: 1vw;
    }

    nav > ul > li > a {
        padding: 0 8px;
    }
}

@media(max-width: 1440px) {
    .header {
        justify-content: space-between;
    }

    .nav {
        max-width: 70%;
    }

    .tell {
        font-size: 16px;
    }
}

@media(max-width: 1200px) {
    .tell {
        font-size: 12px;
    }

    .header {
        padding: 0 2px;
    }

    .head_hj32_lang, .head_hj32 {
        display: none;
    }
}

.header .nav .nav_li .xiala_nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    display: block;
    z-index: 1;
    overflow: hidden;
    transition: all .5s ease-in-out .1s;
}

.header .nav .nav_li:hover .xiala_nav {
    height: 400px;
}

.header .nav .nav_li .xiala_nav.active {
    z-index: 9;
    height: 400px;
}

.header .nav .nav_li .xiala_nav .left {
    float: left;
    width: 75%;
    padding-top: 53px;
}

    .header .nav .nav_li .xiala_nav .left .rect-6219 {
        padding-bottom: 62.19%;
    }

    .header .nav .nav_li .xiala_nav .left .nav_infor {
        float: left;
        width: 55%;
        text-align: left;
    }

        .header .nav .nav_li .xiala_nav .left .nav_infor .t {
            font-size: 35px;
            color: #666;
            font-weight: bold;
            line-height: 35px;
            margin-bottom: 30px;
        }

        .header .nav .nav_li .xiala_nav .left .nav_infor .c {
            font-size: 14px;
            color: #666;
            line-height: 25px;
            margin-bottom: 17px;
        }

        .header .nav .nav_li .xiala_nav .left .nav_infor .list li {
            float: left;
            width: 33%;
            font-size: 16px;
            line-height: 34px;
            color: #666;
            word-spacing: nowrap;
        }

            .header .nav .nav_li .xiala_nav .left .nav_infor .list li h3 {
                font-size: 16px;
                line-height: 34px;
                height: 34px;
                overflow: hidden;
            }

    .header .nav .nav_li .xiala_nav .left .nav_img {
        float: right;
        width: 33%;
        padding-top: 10px;
        padding-right: 5%;
    }

.header .nav .nav_li .xiala_nav .right {
    width: 25%;
    float: right;
}

    .header .nav .nav_li .xiala_nav .right .r_infor {
        padding-top: 100px;
        padding-left: 16%;
    }

        .header .nav .nav_li .xiala_nav .right .r_infor dt {
            font-size: 28px;
            font-weight: bold;
            color: #fff;
            line-height: 28px;
            margin-bottom: 24px;
            text-align: left;
        }

        .header .nav .nav_li .xiala_nav .right .r_infor dd {
            font-size: 16px;
            color: #fff;
            line-height: 36px;
            text-align: left;
            margin: 0 auto;
        }

            .header .nav .nav_li .xiala_nav .right .r_infor dd a {
                color: #fff;
            }

.header .nav .nav_li .xiala_nav .nor_fix a, .header .nav .nav_li .xiala_nav .case_fix a, .header .nav .nav_li .xiala_nav .nav_infor h2 {
    color: #333;
    transition: all .5s;
    line-height: 2;
}

.header .nav .nav_li .xiala_nav .nor_fix:after {
    display: block;
    content: '';
    clear: both;
}

.header .nav .nav_li .xiala_nav .list .nav_more {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    color: #333;
    transition: all .5s;
}

@media(max-width: 1440px) {
    .header .nav .nav_li .xiala_nav .left .nav_infor {
        width: 65%;
    }
}

@charset "utf-8";

html {
    height: 100%;
}

body {
    min-height: 100%
}

body {
    _height: 100%
}

body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure {
    margin: 0;
    padding: 0
}

body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption {
    *zoom: 1
}

li {
    list-style-type: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

iframe, frame, fieldset, img {
    border: 0 none
}

img {
    vertical-align: top
}

input[type=button], input[type=submit], input[type=reset] {
    cursor: pointer
}

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
    margin: 0;
}

button {
    cursor: pointer
}

input, textarea, button {
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

    input[type=radio] {
        -webkit-border-radius: 100%;
        -webkit-appearance: radio
    }

    input[type=checkbox] {
        -webkit-appearance: checkbox
    }

    input[type=search] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
        -o-box-sizing: content-box;
        box-sizing: content-box
    }

textarea {
    overflow: auto;
    resize: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left
}

th {
    font-weight: normal
}

em, cite, address, i {
    font-style: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

body, input, select, button, textarea {
    color: #444;
    font-size: 14px;
    font-family: "Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
}

body {
    line-height: 1.5
}

a:link, a:visited, a:active, a {
    text-decoration: none;
}

a {
    blr: expression(this.onFocus=this.blur())
}

    a * {
        *cursor: pointer
    }

:focus {
    outline: none
}

.edit_con_original {
    line-height: 1.6;
    padding: 0 0;
    color: #474747;
}

    .edit_con_original ul {
        margin: inherit;
        padding: inherit
    }

        .edit_con_original ul li {
            list-style-type: disc;
            margin: auto;
            padding: inherit
        }

    .edit_con_original ol {
        margin: inherit;
        padding: inherit
    }

        .edit_con_original ol li {
            list-style-type: decimal;
            margin: auto;
            padding: inherit
        }

    .edit_con_original h1 {
        font-size: 2em;
        font-weight: bold
    }

    .edit_con_original h2 {
        font-size: 1.5em;
        font-weight: bold
    }

    .edit_con_original h3 {
        font-size: 1.17em;
        font-weight: bold
    }

    .edit_con_original h4 {
        font-size: 1em;
        font-weight: bold
    }

    .edit_con_original h5 {
        font-size: 0.83em;
        font-weight: bold
    }

    .edit_con_original h6 {
        font-size: 0.67em;
        font-weight: bold
    }

    .edit_con_original em {
        font-style: italic
    }

    .edit_con_original cite {
        font-style: italic
    }

    .edit_con_original address {
        font-style: italic
    }

    .edit_con_original i {
        font-style: italic
    }

    .edit_con_original table {
        border-collapse: separate;
        border-spacing: 2px
    }

    .edit_con_original img {
        max-width: 100%;
        height: auto;
    }

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: none
    }
}

#newBridge .nb-icon-right-center {
    right: -200% !important;
}

#nb_icon_wrap {
    opacity: 0;
    width: 0px !important;
    height: 0px !important;
    overflow: hidden;
}

.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before {
    content: '';
    display: table
}

.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after {
    content: '';
    display: table;
    clear: both
}

.fixed, .clearfix, .cf, .header, .main, .footer {
    *zoom: 1
}

.clear, .cl {
    display: block !important;
    float: none !important;
    clear: both;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 none !important;
    font-size: 0 !important;
    line-height: 0 !important
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 0.5;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 0.5;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 0.5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 0.5;
}

.mt_110 {
    margin-top: 110px;
}

.mb_110 {
    margin-bottom: 110px;
}

.pt_110 {
    padding-top: 110px;
}

.pb_110 {
    padding-bottom: 110px;
}

.mt_85 {
    margin-top: 85px;
}

.mb_85 {
    margin-bottom: 85px;
}

.pt_85 {
    padding-top: 85px;
}

.pb_85 {
    padding-bottom: 85px;
}

.mt_75 {
    margin-top: 75px;
}

.mb_75 {
    margin-bottom: 75px;
}

.pt_75 {
    padding-top: 75px;
}

.pb_75 {
    padding-bottom: 75px;
}

.mt_60 {
    margin-top: 60px;
}

.mb_60 {
    margin-bottom: 60px;
}

.pt_60 {
    padding-top: 60px;
}

.pb_60 {
    padding-bottom: 60px;
}

.mt_55 {
    margin-top: 55px;
}

.mb_55 {
    margin-bottom: 55px;
}

.pt_55 {
    padding-top: 55px;
}

.pb_55 {
    padding-bottom: 55px;
}

.mt_45 {
    margin-top: 45px;
}

.mt_40 {
    margin-top: 40px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mt_30 {
    margin-top: 30px;
}

.mb_30 {
    margin-bottom: 30px;
}

.pt_30 {
    padding-top: 30px;
}

.pb_30 {
    padding-bottom: 30px;
}

.mt_25 {
    margin-top: 25px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_15 {
    margin-top: 15px;
}

@media only screen and (max-width: 1366px) {
    .line_height19 {
        line-height: 1.5
    }

    .mt_110 {
        margin-top: 80px;
    }

    .mb_110 {
        margin-bottom: 80px;
    }

    .pt_110 {
        padding-top: 80px;
    }

    .pb_110 {
        padding-bottom: 80px;
    }

    .mt_85 {
        margin-top: 65px;
    }

    .mb_85 {
        margin-bottom: 65px;
    }

    .pt_85 {
        padding-top: 65px;
    }

    .pb_85 {
        padding-bottom: 65px;
    }

    .mt_75 {
        margin-top: 55px;
    }

    .mb_75 {
        margin-bottom: 55px;
    }

    .pt_75 {
        padding-top: 55px;
    }

    .pb_75 {
        padding-bottom: 55px;
    }

    .mt_60 {
        margin-top: 45px;
    }

    .mb_60 {
        margin-bottom: 45px;
    }

    .pt_60 {
        padding-top: 45px;
    }

    .pb_60 {
        padding-bottom: 45px;
    }

    .mt_55 {
        margin-top: 40px;
    }

    .mb_55 {
        margin-bottom: 40px;
    }

    .pt_55 {
        padding-top: 40px;
    }

    .pb_55 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .line_height21 {
        line-height: 1.8
    }

    .mt_110 {
        margin-top: 60px;
    }

    .mb_110 {
        margin-bottom: 60px;
    }

    .pt_110 {
        padding-top: 60px;
    }

    .pb_110 {
        padding-bottom: 60px;
    }

    .mt_85 {
        margin-top: 45px;
    }

    .mb_85 {
        margin-bottom: 45px;
    }

    .pt_85 {
        padding-top: 45px;
    }

    .pb_85 {
        padding-bottom: 45px;
    }

    .mt_75 {
        margin-top: 35px;
    }

    .mb_75 {
        margin-bottom: 35px;
    }

    .pt_75 {
        padding-top: 35px;
    }

    .pb_75 {
        padding-bottom: 35px;
    }

    .mt_60 {
        margin-top: 30px;
    }

    .mb_60 {
        margin-bottom: 30px;
    }

    .pt_60 {
        padding-top: 30px;
    }

    .pb_60 {
        padding-bottom: 30px;
    }

    .mt_55 {
        margin-top: 30px;
    }

    .mb_55 {
        margin-bottom: 30px;
    }

    .pt_55 {
        padding-top: 30px;
    }

    .pb_55 {
        padding-bottom: 30px;
    }

    .mt_45 {
        margin-top: 30px;
    }

    .mt_40 {
        margin-top: 30px;
    }

    .mb_40 {
        margin-bottom: 30px;
    }

    .mt_30 {
        margin-top: 20px;
    }

    .mb_30 {
        margin-bottom: 20px;
    }

    .pt_30 {
        padding-top: 20px;
    }

    .pb_30 {
        padding-bottom: 20px;
    }

    .mt_25 {
        margin-top: 20px;
    }

    .mt_20 {
        margin-top: 15px;
    }

    .mt_15 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1000px) {
    .mt_110 {
        margin-top: 30px;
    }

    .mb_110 {
        margin-bottom: 30px;
    }

    .pt_110 {
        padding-top: 30px;
    }

    .pb_110 {
        padding-bottom: 30px;
    }

    .mt_85 {
        margin-top: 30px;
    }

    .mb_85 {
        margin-bottom: 30px;
    }

    .pt_85 {
        padding-top: 30px;
    }

    .pb_85 {
        padding-bottom: 30px;
    }

    .mt_75 {
        margin-top: 20px;
    }

    .mb_75 {
        margin-bottom: 20px;
    }

    .pt_75 {
        padding-top: 20px;
    }

    .pb_75 {
        padding-bottom: 20px;
    }

    .mt_60 {
        margin-top: 20px;
    }

    .mb_60 {
        margin-bottom: 20px;
    }

    .pt_60 {
        padding-top: 20px;
    }

    .pb_60 {
        padding-bottom: 20px;
    }

    .mt_55 {
        margin-top: 20px;
    }

    .mb_55 {
        margin-bottom: 20px;
    }

    .pt_55 {
        padding-top: 20px;
    }

    .pb_55 {
        padding-bottom: 20px;
    }

    .mt_30 {
        margin-top: 15px;
    }

    .mb_30 {
        margin-bottom: 15px;
    }

    .pt_30 {
        padding-top: 15px;
    }

    .pb_30 {
        padding-bottom: 15px;
    }

    .mt_25 {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .line_height21 {
        line-height: 1.6
    }

    .line_height19 {
        line-height: 1.4
    }

    .mt_110 {
        margin-top: 20px;
    }

    .mb_110 {
        margin-bottom: 20px;
    }

    .pt_110 {
        padding-top: 20px;
    }

    .pb_110 {
        padding-bottom: 20px;
    }

    .mt_85 {
        margin-top: 20px;
    }

    .mb_85 {
        margin-bottom: 20px;
    }

    .pt_85 {
        padding-top: 20px;
    }

    .pb_85 {
        padding-bottom: 20px;
    }

    .mt_45 {
        margin-top: 20px;
    }

    .mt_40 {
        margin-top: 20px;
    }

    .mb_40 {
        margin-bottom: 20px;
    }

    .mt_30 {
        margin-top: 10px;
    }

    .mb_30 {
        margin-bottom: 10px;
    }

    .pt_30 {
        padding-top: 10px;
    }

    .pb_30 {
        padding-bottom: 10px;
    }

    .mt_25 {
        margin-top: 10px;
    }

    .mt_20 {
        margin-top: 10px;
    }

    .mt_15 {
        margin-top: 10px;
    }
}

.fnt_12 {
    font-size: 12px;
}

.fnt_14 {
    font-size: 14px;
}

.fnt_16 {
    font-size: 16px;
}

.fnt_18 {
    font-size: 18px;
}

.fnt_20 {
    font-size: 20px;
}

.fnt_22 {
    font-size: 22px;
}

.fnt_24 {
    font-size: 24px;
}

.fnt_26 {
    font-size: 26px;
}

.fnt_28 {
    font-size: 28px;
}

.fnt_30 {
    font-size: 30px;
}

.fnt_32 {
    font-size: 32px;
}

.fnt_34 {
    font-size: 34px;
}

.fnt_36 {
    font-size: 36px;
}

.fnt_38 {
    font-size: 38px;
}

.fnt_40 {
    font-size: 40px;
}

.fnt_42 {
    font-size: 42px;
}

.fnt_44 {
    font-size: 44px;
}

.fnt_46 {
    font-size: 46px;
}

.fnt_48 {
    font-size: 48px;
}

.fnt_50 {
    font-size: 50px;
}

.fnt_52 {
    font-size: 52px;
}

.fnt_54 {
    font-size: 54px;
}

.fnt_56 {
    font-size: 56px;
}

.fnt_58 {
    font-size: 58px;
}

.fnt_60 {
    font-size: 60px;
}

@media only screen and (max-width: 1440px) {
    .fnt_22 {
        font-size: 18px;
    }

    .fnt_24 {
        font-size: 20px;
    }

    .fnt_26 {
        font-size: 24px;
    }

    .fnt_28 {
        font-size: 24px;
    }

    .fnt_30 {
        font-size: 30px;
    }

    .fnt_32 {
        font-size: 30px;
    }

    .fnt_34 {
        font-size: 30px;
    }

    .fnt_36 {
        font-size: 32px;
    }

    .fnt_38 {
        font-size: 32px;
    }

    .fnt_40 {
        font-size: 34px;
    }

    .fnt_42 {
        font-size: 34px;
    }

    .fnt_44 {
        font-size: 34px;
    }

    .fnt_46 {
        font-size: 36px;
    }

    .fnt_48 {
        font-size: 36px;
    }

    .fnt_50 {
        font-size: 38px;
    }

    .fnt_52 {
        font-size: 38px;
    }

    .fnt_54 {
        font-size: 38px;
    }

    .fnt_56 {
        font-size: 40px;
    }

    .fnt_58 {
        font-size: 40px;
    }

    .fnt_60 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 1366px) {
    .fnt_16 {
        font-size: 14px;
    }

    .fnt_42 {
        font-size: 34px;
    }

    .fnt_44 {
        font-size: 34px;
    }

    .fnt_46 {
        font-size: 36px;
    }

    .fnt_48 {
        font-size: 36px;
    }

    .fnt_50 {
        font-size: 38px;
    }

    .fnt_52 {
        font-size: 38px;
    }

    .fnt_54 {
        font-size: 38px;
    }

    .fnt_56 {
        font-size: 40px;
    }

    .fnt_58 {
        font-size: 40px;
    }

    .fnt_60 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .fnt_24 {
        font-size: 18px;
    }

    .fnt_20 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .fnt_18 {
        font-size: 16px;
    }

    .fnt_20 {
        font-size: 16px;
    }

    .fnt_24 {
        font-size: 18px;
    }

    .fnt_26 {
        font-size: 20px;
    }

    .fnt_28 {
        font-size: 20px;
    }

    .fnt_30 {
        font-size: 24px;
    }

    .fnt_32 {
        font-size: 24px;
    }

    .fnt_34 {
        font-size: 24px;
    }

    .fnt_36 {
        font-size: 26px;
    }

    .fnt_38 {
        font-size: 26px;
    }

    .fnt_40 {
        font-size: 30px;
    }

    .fnt_42 {
        font-size: 30px;
    }

    .fnt_44 {
        font-size: 30px;
    }

    .fnt_46 {
        font-size: 32px;
    }

    .fnt_48 {
        font-size: 32px;
    }

    .fnt_50 {
        font-size: 34px;
    }

    .fnt_52 {
        font-size: 34px;
    }

    .fnt_54 {
        font-size: 34px;
    }

    .fnt_56 {
        font-size: 36px;
    }

    .fnt_58 {
        font-size: 36px;
    }

    .fnt_60 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .fnt_14 {
        font-size: 12px;
    }

    .fnt_16 {
        font-size: 14px;
    }

    .fnt_22 {
        font-size: 16px;
    }

    .fnt_24 {
        font-size: 16px;
    }

    .fnt_26 {
        font-size: 18px;
    }

    .fnt_28 {
        font-size: 18px;
    }

    .fnt_30 {
        font-size: 18px;
    }

    .fnt_32 {
        font-size: 22px;
    }

    .fnt_34 {
        font-size: 22px;
    }

    .fnt_36 {
        font-size: 24px;
    }

    .fnt_38 {
        font-size: 24px;
    }

    .fnt_40 {
        font-size: 24px;
    }

    .fnt_42 {
        font-size: 24px;
    }

    .fnt_44 {
        font-size: 24px;
    }

    .fnt_46 {
        font-size: 24px;
    }

    .fnt_48 {
        font-size: 26px;
    }

    .fnt_50 {
        font-size: 26px;
    }

    .fnt_52 {
        font-size: 26px;
    }

    .fnt_54 {
        font-size: 28px;
    }

    .fnt_56 {
        font-size: 28px;
    }

    .fnt_58 {
        font-size: 28px;
    }

    .fnt_60 {
        font-size: 30px;
    }
}

img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    border: 0;
    display: inline-block;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.prz {
    position: relative;
    zoom: 1;
}

.pra {
    position: absolute;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

.cleargap {
    font-size: 0;
    letter-spacing: -8px;
    text-align: left;
}

.ibox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: normal;
}

.justify {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
}

.justify_fix {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.responLayout {
    overflow: hidden;
}

.layoutItem {
    padding-bottom: 32767px;
    margin-bottom: -32767px;
}

.usn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.fz14 {
    font-size: 14px !important
}

.song {
    font-family: "宋体","\5b8b\4f53";
}

.arial {
    font-family: Arial
}

.trans {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.wrap {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.w1280 {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    max-width: 94%;
}

.w1440 {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
    max-width: 94%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.wrap2 {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1440px) {
    .w1440 {
        width: 1200px;
    }
}

@media only screen and (max-width: 1366px) {
    .wrap {
        width: 1100px;
    }

    .wrap2 {
        width: 1000px;
    }

    .w1440 {
        width: 1100px;
    }
}

@media only screen and (max-width: 1200px) {
    .wrap {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .wrap2 {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .w1440 {
        width: 1000px;
    }
}

@media only screen and (max-width: 767px) {
    .wrap {
        padding-right: 10px;
        padding-left: 10px;
    }

    .wrap2 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.reset_style div {
    margin: 0;
    padding: 0
}

.reset_style dl {
    margin: 0;
    padding: 0
}

.reset_style dt {
    margin: 0;
    padding: 0
}

.reset_style dd {
    margin: 0;
    padding: 0
}

.reset_style ul {
    margin: 0;
    padding: 0
}

.reset_style ol {
    margin: 0;
    padding: 0
}

.reset_style li {
    margin: 0;
    padding: 0
}

.reset_style h1 {
    margin: 0;
    padding: 0
}

.reset_style h2 {
    margin: 0;
    padding: 0
}

.reset_style h3 {
    margin: 0;
    padding: 0
}

.reset_style h4 {
    margin: 0;
    padding: 0
}

.reset_style h5 {
    margin: 0;
    padding: 0
}

.reset_style h6 {
    margin: 0;
    padding: 0
}

.reset_style pre {
    margin: 0;
    padding: 0
}

.reset_style code {
    margin: 0;
    padding: 0
}

.reset_style form {
    margin: 0;
    padding: 0
}

.reset_style fieldset {
    margin: 0;
    padding: 0
}

.reset_style legend {
    margin: 0;
    padding: 0
}

.reset_style textarea {
    margin: 0;
    padding: 0
}

.reset_style p {
    margin: 0;
    padding: 0
}

.reset_style blockquote {
    margin: 0;
    padding: 0
}

.reset_style th {
    margin: 0;
    padding: 0
}

.reset_style td {
    margin: 0;
    padding: 0
}

.reset_style input {
    margin: 0;
    padding: 0
}

.reset_style select {
    margin: 0;
    padding: 0
}

.reset_style textarea {
    margin: 0;
    padding: 0
}

.reset_style button {
    margin: 0;
    padding: 0
}

.reset_style fieldset {
    border: 0 none
}

.reset_style img {
    border: 0 none
}

.reset_style dl {
    list-style: inherit;
}

.reset_style ul {
    list-style: inherit;
}

.reset_style ol {
    list-style: inherit;
}

.reset_style menu {
    list-style: inherit;
}

.reset_style li {
    list-style: inherit;
}

.reset_style blockquote, q {
    quotes: none
}

.reset_style q {
    quotes: none
}

.reset_style blockquote:before {
    content: '';
    content: none
}

.reset_style blockquote:after {
    content: '';
    content: none
}

.reset_style q:before {
    content: '';
    content: none
}

.reset_style q:after {
    content: '';
    content: none
}

.reset_style button {
    vertical-align: middle
}

.reset_style textarea {
    vertical-align: middle
}

.reset_style select {
    vertical-align: middle
}

.reset_style input {
    vertical-align: middle
}

.reset_style button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

.reset_style body {
    background: #fff
}

.reset_style body {
    font-size: 12px;
    line-height: 1;
    font-family: "微软雅黑", "黑体","宋体";
    color: #666
}

.reset_style th {
    font-size: 12px;
    line-height: 1;
    font-family: "微软雅黑", "黑体","宋体";
    color: #666
}

.reset_style td {
    font-size: 12px;
    line-height: 1;
    font-family: "微软雅黑", "黑体","宋体";
    color: #666
}

.reset_style input {
    font-size: 12px;
    line-height: 1;
    font-family: "微软雅黑", "黑体","宋体";
    color: #666
}

.reset_style select {
    font-size: 12px;
    line-height: 1;
    font-family: "微软雅黑", "黑体","宋体";
    color: #666
}

.reset_style textarea {
    font-size: 12px;
    line-height: 1;
    font-family: "微软雅黑", "黑体","宋体";
    color: #666
}

.reset_style button {
    font-size: 12px;
    line-height: 1;
    font-family: "微软雅黑", "黑体","宋体";
    color: #666
}

.reset_style a {
    color: #666;
    text-decoration: none
}

    .reset_style a:active {
        text-decoration: none
    }

    .reset_style a:hover {
        text-decoration: none
    }

.reset_style address {
    font-style: italic;
}

.reset_style caption {
    font-style: italic;
}

.reset_style cite {
    font-style: italic;
}

.reset_style code {
    font-style: italic;
}

.reset_style dfn {
    font-style: italic;
}

.reset_style em {
    font-style: italic;
}

.reset_style var {
    font-style: italic;
}

.reset_style caption {
    display: none;
}

.reset_style table {
    width: 100%;
    table-layout: fixed;
}

.reset_style img {
    vertical-align: top
}

.reset_style a {
    outline: none;
}

    .reset_style a:active {
        star: expression(this.onFocus=this.blur());
    }

.one_module:last-child {
    display: none;
}

.w_grid-000 {
    margin-left: auto;
    margin-right: auto;
    min-height: 12rem;
    width: 100%;
}

    .w_grid-000 > .w_grid {
        width: 100%;
        position: relative;
    }

    .w_grid-000 > div > .p_gridbox {
        width: 100%;
        overflow: hidden;
        position: static;
    }

    .w_grid-000 > div > div > .p_gridCell {
        float: left;
        position: static;
    }

        .w_grid-000 > div > div > .p_gridCell:not(:empty):before {
            content: '';
            height: 0.1px;
            display: block;
        }

    .w_grid-000 > .w_grid.signal {
        min-height: inherit;
    }

        .w_grid-000 > .w_grid.signal > .p_gridbox {
            min-height: inherit;
        }

            .w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell {
                min-height: inherit;
            }

    .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
        margin-left: 0;
        clear: left;
    }

#w_grid-000 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 768px) {
    .w_grid-000 > div > .p_gridbox > .p_gridCell {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (min-width: 769px) {
    .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child {
        width: 100%;
        margin-left: 0;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@media only screen and (max-width: 768px) {
    .c_portalResGroupWebsite_info-01001 .p_details {
        padding: 20px;
    }

    .c_portalResGroupWebsite_info-01001 .p_items {
        overflow: hidden;
        line-height: 30px;
    }

    .c_portalResGroupWebsite_info-01001 .p_lable {
        float: left;
        width: 112px;
        text-align: right;
    }

    .c_portalResGroupWebsite_info-01001 .p_body {
        padding: 0 0 0 10px;
        overflow: hidden;
    }

    .c_portalResGroupWebsite_info-01001 .p_logoPic {
        padding: 10px 0 0;
    }

        .c_portalResGroupWebsite_info-01001 .p_logoPic img {
            display: block;
            width: 80px;
            height: 80px;
        }
}

@media only screen and (min-width: 769px) {
    .c_portalResGroupWebsite_info-01001 .p_details {
        padding: 20px;
    }

    .c_portalResGroupWebsite_info-01001 .p_items {
        overflow: hidden;
        line-height: 30px;
    }

    .c_portalResGroupWebsite_info-01001 .p_lable {
        float: left;
        width: 112px;
        text-align: right;
    }

    .c_portalResGroupWebsite_info-01001 .p_body {
        padding: 0 0 0 10px;
        overflow: hidden;
    }

    .c_portalResGroupWebsite_info-01001 .p_logoPic {
        padding: 10px 0 0;
    }

        .c_portalResGroupWebsite_info-01001 .p_logoPic img {
            display: block;
            width: 80px;
            height: 80px;
        }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

.e_FlowCommonStyleBox-001 {
    width: 100%;
    height: auto;
    width-uint: %;
}

    .e_FlowCommonStyleBox-001 .stylebox_link {
        color: #666666;
        font-size: 14px;
        display: table;
        height: inherit;
        border-width: 0;
        float: right;
        vertical-align: middle;
        margin-right: 15px;
    }

        .e_FlowCommonStyleBox-001 .stylebox_link:hover {
            color: rgba(101,190,186,1);
        }

        .e_FlowCommonStyleBox-001 .stylebox_link:active {
            color: rgba(101,190,186,1);
        }

    .e_FlowCommonStyleBox-001 .stylebox_top {
        width: auto;
        height: 40px;
        background-color: #1890FF;
    }

    .e_FlowCommonStyleBox-001 .title_icon {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        color: rgba(255,255,255,1);
        margin-right: 10px;
        font-size: medium;
    }

        .e_FlowCommonStyleBox-001 .title_icon::before {
            content: "";
        }

    .e_FlowCommonStyleBox-001 .title_main {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        color: rgba(255,255,255,1);
        font-weight: normal;
        font-size: 16px;
        max-width: 600px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .e_FlowCommonStyleBox-001 .title_sub {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        color: rgba(255,255,255,1);
        font-size: 14px;
        font-weight: normal;
        margin-left: 10px;
    }

    .e_FlowCommonStyleBox-001 .stylebox_title {
        display: inline-block;
        width: auto;
        height: inherit;
        background-color: #1890FF;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 0;
        vertical-align: bottom;
        white-space: nowrap;
    }

    .e_FlowCommonStyleBox-001 .stylebox_link a {
        color: inherit;
        display: table-cell;
        vertical-align: middle;
    }

    .e_FlowCommonStyleBox-001 .link_icon {
        display: inline-block;
        margin-left: 5px;
    }

        .e_FlowCommonStyleBox-001 .link_icon::before {
            content: '\e6af';
        }

    .e_FlowCommonStyleBox-001 .stylebox_top_line {
        height: 1px;
        background-color: rgba(240,240,240,1);
    }

    .e_FlowCommonStyleBox-001 .stylebox_content {
        border-style: solid;
        border-width: 1px;
        border-color: #f0f0f0;
        width: 100%;
        width-uint: %;
    }

    .e_FlowCommonStyleBox-001 .stylebox_bottom_line {
        height: 1px;
        background-color: rgba(240,240,240,1);
    }

.c_portalResGroupNewsNew_list-02001 {
    min-width: 320px;
    width: 100%;
}

    .c_portalResGroupNewsNew_list-02001 .p_PromptNoneData {
        width: auto;
        text-align: center
    }

        .c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .iconfont:before {
            content: ""
        }

        .c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .first {
            height: auto;
            display: table-cell;
            position: relative;
            vertical-align: middle;
            padding: 0 10px 5px 0;
        }

        .c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title {
            display: inline-table;
            padding: 0 30px;
            min-height: 200px;
            height: 100%
        }

            .c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .first:before {
                content: "\e6b4"
            }

            .c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_title .font {
                display: table-cell;
                vertical-align: middle;
                text-align: left
            }

        .c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .promptbox {
            width: auto;
            height: 100%
        }

        .c_portalResGroupNewsNew_list-02001 .p_PromptNoneData .prompt_content {
            padding-left: 65px
        }

    .c_portalResGroupNewsNew_list-02001 .p_moreBtn {
        position: static;
        width: auto;
        display: inline-table;
        min-height: 29px;
        margin: 0;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        min-width: 86px;
        cursor: pointer;
        text-align: center
    }

        .c_portalResGroupNewsNew_list-02001 .p_moreBtn .font {
            white-space: nowrap;
            overflow: visible;
            vertical-align: middle
        }

        .c_portalResGroupNewsNew_list-02001 .p_moreBtn .iconfont:before {
            content: ""
        }

@-moz-keyframes three-quarters-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes three-quarters-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes three-quarters-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes three-quarters-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading_animation {
    -moz-animation: three-quarters-loader 850ms infinite linear;
    -webkit-animation: three-quarters-loader 850ms infinite linear;
    animation: three-quarters-loader 850ms infinite linear;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    vertical-align: middle
}

.c_portalResGroupNewsNew_list-02001 .p_loading {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

    .c_portalResGroupNewsNew_list-02001 .p_loading .iconfont:before {
        content: ""
    }

    .c_portalResGroupNewsNew_list-02001 .p_loading .font {
        display: inline-block;
        margin-left: 20px;
        height: inherit
    }

.c_portalResGroupNewsNew_list-02001 .p_moreBox {
    margin: 0 20px;
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden
}

.c_portalResGroupNewsNew_list-02001 .p_ToDetail {
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    min-width: 86px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

a > .c_portalResGroupNewsNew_list-02001 .p_ToDetail:hover {
    cursor: pointer
}

.c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    overflow: hidden
}

.c_portalResGroupNewsNew_list-02001 .p_summary {
    text-align: left;
    vertical-align: top;
    word-break: break-all
}

.c_portalResGroupNewsNew_list-02001 .p_time {
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 0;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    overflow: visible;
    line-height: 18px;
    vertical-align: top
}

.c_portalResGroupNewsNew_list-02001 .p_assist {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    overflow: hidden
}

.c_portalResGroupNewsNew_list-02001 .p_TitleBox {
    width: auto;
    height: auto;
    padding: 5px 0;
    overflow: hidden;
    vertical-align: top;
}

.c_portalResGroupNewsNew_list-02001 .p_title {
    display: inline-table;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c_portalResGroupNewsNew_list-02001 .p_header {
    margin: 5px 0 0;
    width: auto;
    height: auto;
    padding: 0;
    overflow: hidden;
}

.c_portalResGroupNewsNew_list-02001 .p_content {
    margin: 0;
    width: 236px;
    height: 317px;
    padding: 0;
    overflow: hidden
}

.c_portalResGroupNewsNew_list-02001 .p_images {
    margin: 0;
    width: 168px;
    height: 138px;
    padding: 0;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin-right: 15px
}

.c_portalResGroupNewsNew_list-02001 .p_articles {
    margin: 0;
    width: inherit;
    height: 186px;
    padding: 0;
}

.c_portalResGroupNewsNew_list-02001 .p_news {
    margin: 0;
    width: inherit;
    height: auto;
    padding: 0;
    overflow: hidden;
}

.c_portalResGroupNewsNew_list-02001 .p_Newslist {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.c_portalResGroupNewsNew_list-02001 {
    overflow: hidden;
}

    .c_portalResGroupNewsNew_list-02001 .p_content {
        width: auto;
        height: auto;
        vertical-align: top
    }

    .c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
        width: auto;
        height: auto;
    }

    .c_portalResGroupNewsNew_list-02001 .p_assist {
        width: auto;
        height: auto;
    }

    .c_portalResGroupNewsNew_list-02001 .p_icon {
        display: inline-block;
        vertical-align: middle;
        margin-top: 2px
    }

    .c_portalResGroupNewsNew_list-02001 .p_about {
        display: inline-block;
        vertical-align: middle
    }

    .c_portalResGroupNewsNew_list-02001 .p_articles {
        display: inline-block;
        height: auto;
        min-width: 320px;
        width: calc((100% - 0px)/1);
        padding: 15px 20px;
        overflow: hidden;
        float: left;
    }

    .c_portalResGroupNewsNew_list-02001 .p_thumbnail {
        width: 100%;
        height: auto;
        vertical-align: middle;
        text-align: center;
        overflow: hidden
    }

        .c_portalResGroupNewsNew_list-02001 .p_thumbnail img {
            width: 100%;
        }

    .c_portalResGroupNewsNew_list-02001 .higher .p_thumbnail {
        position: absolute;
        height: 100%
    }

    .c_portalResGroupNewsNew_list-02001 .widther .p_thumbnail {
        position: absolute;
        height: 100%
    }

    .c_portalResGroupNewsNew_list-02001 .smaller .p_thumbnail {
        position: absolute;
        height: 100%
    }

    .c_portalResGroupNewsNew_list-02001 .p_assist {
        margin-top: 2px;
    }

    .c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
        clear: both;
        margin-bottom: 10px;
        margin-top: 8px
    }

    .c_portalResGroupNewsNew_list-02001 .p_ToDetail {
        float: right;
        position: relative
    }

    .c_portalResGroupNewsNew_list-02001 .p_summary {
        white-space: normal
    }

    .c_portalResGroupNewsNew_list-02001 .p_categorySummaryBox {
        overflow: hidden;
        padding: 10px;
    }

    .c_portalResGroupNewsNew_list-02001 .p_filterTime {
        padding: 15px 0 0;
        overflow: hidden;
    }

    .c_portalResGroupNewsNew_list-02001 .formItemInput {
        padding-left: 10px;
        padding-right: 5px;
        max-width: 468px;
    }

    .c_portalResGroupNewsNew_list-02001 .p_contactsTitle {
        width: auto;
        line-height: 30px;
    }

    .c_portalResGroupNewsNew_list-02001 .formItemInput .formItemIconAfter {
        right: 10px !important;
        position: absolute;
        top: 10px;
    }

@media only screen and (max-width: 768px) {
    .layui-laydate-range {
        width: 85% !important;
        left: 20px !important;
    }

    .c_portalResGroupNewsNew_list-02001 .p_articles {
        margin-top: 10px !important;
        width: 100% !important;
    }

    .c_portalResGroupNewsNew_list-02001 .mp_linkUrl {
        display: block;
        height: auto;
    }

    .c_portalResGroupNewsNew_list-02001 .p_SummaryBox {
        display: none;
    }

    .c_portalResGroupNewsNew_list-02001 .p_ToDetail {
        display: none !important;
    }

    .c_portalResGroupNewsNew_list-02001 .mP_SummaryBox {
        clear: both;
    }

    .c_portalResGroupNewsNew_list-02001 .p_Information {
        display: flex;
        padding: 10px 0;
    }

        .c_portalResGroupNewsNew_list-02001 .p_Information li {
            flex: 1;
            height: 20px;
            overflow: hidden;
        }

    .c_portalResGroupNewsNew_list-02001 .p_KeyWord {
        width: 100%;
        margin-top: 5px;
    }

        .c_portalResGroupNewsNew_list-02001 .p_KeyWord .p_tag {
            padding: 5px 15px;
            margin-right: 10px;
            border-radius: 3px;
        }

    .c_portalResGroupNewsNew_list-02001 .blank {
        width: 100%;
        height: 15px;
        overflow: hidden;
    }

    .c_portalResGroupNewsNew_list-02001 .p_articles {
        border: none
    }

    .layui-laydate-content td, .layui-laydate-content th {
        height: 24px !important;
        padding: 2px 5px !important;
        line-height: 20px;
    }
}

@media only screen and (min-width: 769px) {
    .c_portalResGroupNewsNew_list-02001 .mp_linkUrl {
        display: none;
    }

    .c_portalResGroupNewsNew_list-02001 .mP_SummaryBox {
        display: none;
    }

    .c_portalResGroupNewsNew_list-02001 .p_Information {
        display: none;
    }

    .c_portalResGroupNewsNew_list-02001 .p_KeyWord {
        display: none;
    }

    .c_portalResGroupNewsNew_list-02001 .blank {
        display: none;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

@CHARSET "UTF-8";

* {
    padding: 0;
    margin: 0;
}

.pagebox {
    width: 100%;
}

.pagebox, #-remove--flag {
    width: 100%;
    margin: 0px auto;
}

body, #-remove--flag {
}

#c_portalResGroupWebsite_info-16183066245705220 {
    width: auto;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResGroupNewsNew_list-16182074190076737 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResGroupNewsNew_list-16182074190076737 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResGroupNewsNew_list-16182074190076737 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupNewsNew_list-16182074190076737 > div {
    animation-fill-mode: both;
}

#c_portalResGroupNewsNew_list-16182074190076737 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182074190076737 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182074190076737 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182074190076737 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182074190076737 .about {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#c_portalResGroupNewsNew_list-16182074190076737 .text_box .text_con {
    width: 50%;
}

#c_portalResGroupNewsNew_list-16182074190076737 .text_box .en {
    margin-left: -92px;
    transform: translateX(-150px);
    opacity: 0;
    transition: all 0.4s ease-out;
}

#c_portalResGroupNewsNew_list-16182074190076737 .about.active-action .text_box .en {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.4s ease-out;
}

#c_portalResGroupNewsNew_list-16182074190076737 .text_box .text_con .title {
    font-weight: 600;
    position: relative;
    margin-bottom: 5.5%;
    line-height: 1.8em;
    margin-left: 92px;
    opacity: 0;
    transition: all 0.6s ease-out;
}

#c_portalResGroupNewsNew_list-16182074190076737 .about.active-action .text_box .title {
    margin-left: 0;
    opacity: 1;
    transition: all 0.6s ease-out;
}

#c_portalResGroupNewsNew_list-16182074190076737 .text_box .text_con .title:after {
    content: "";
    display: block;
    width: 190px;
    height: 2px;
    background: #f0f0f0;
    position: absolute;
    bottom: 1px;
}

#c_portalResGroupNewsNew_list-16182074190076737 .text_box .text_con .title:before {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    background: #f7c34f;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

#c_portalResGroupNewsNew_list-16182074190076737 .text_box .text_con .des {
    line-height: 2.125em;
    margin-bottom: 6.25%;
    transform: translateY(60px);
    opacity: 0;
    transition: all 0.4s ease-out;
}

#c_portalResGroupNewsNew_list-16182074190076737 .about.active-action .text_box .des {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.6s ease-out;
}

#c_portalResGroupNewsNew_list-16182074190076737 .text_box .text_con .link {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #f7c34f;
    border-radius: 100%;
    margin-bottom: 11.11%;
    opacity: 0;
    transition: all 0.4s ease-out;
    transform: translateX(-100px);
}

#c_portalResGroupNewsNew_list-16182074190076737 .about.active-action .text_box .text_con .link {
    opacity: 1;
    transition: all 0.4s ease-out;
    transform: translateX(0);
}

#c_portalResGroupNewsNew_list-16182074190076737 .text_box .text_con .link img {
    vertical-align: middle;
}

#c_portalResGroupNewsNew_list-16182074190076737 .count_list {
    transform: translateX(60px);
    opacity: 0;
    transition: all 0.4s ease-out;
}

#c_portalResGroupNewsNew_list-16182074190076737 .about.active-action .count_list {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.6s ease-out;
}

#c_portalResGroupNewsNew_list-16182074190076737 .count_list li {
    text-align: center;
    width: 240px;
    background: rgba(255,255,255,0.9);
    margin-right: 20px;
    padding: 33px 0;
    transition: all 0.4s;
    position: relative;
    margin-bototm: 20px;
}

    #c_portalResGroupNewsNew_list-16182074190076737 .count_list li .title .countup {
        line-height: 1.09em;
        vertical-align: middle;
        display: inline-block;
    }

    #c_portalResGroupNewsNew_list-16182074190076737 .count_list li .title .countup1 {
        line-height: 1.09em;
        vertical-align: middle;
        display: inline-block;
    }

    #c_portalResGroupNewsNew_list-16182074190076737 .count_list li .title .fnt_16 {
        vertical-align: middle;
        display: inline-block;
        margin-left: 5px;
    }

    #c_portalResGroupNewsNew_list-16182074190076737 .count_list li:hover {
        transform: scale(1.5);
        background: url(../../../img/about_bg.html) no-repeat center;
        background-size: cover;
        transition: all 0.4s;
        color: #fff;
        z-index: 3;
    }

@media screen and (max-width: 1366px) {
    #c_portalResGroupNewsNew_list-16182074190076737 .text_box .text_con .des {
        line-height: 1.5em;
    }

    #c_portalResGroupNewsNew_list-16182074190076737 .text_box .text_con .link {
        margin-bottom: 6.11%;
    }

    #c_portalResGroupNewsNew_list-16182074190076737 .count_list li {
        width: 200px;
        padding: 20px 0;
    }

        #c_portalResGroupNewsNew_list-16182074190076737 .count_list li:hover {
            transform: scale(1.2);
        }

    #c_portalResGroupNewsNew_list-16182074190076737 .text_box .en img {
        max-width: 50%;
    }

    #c_portalResGroupNewsNew_list-16182074190076737 .text_box .en {
        margin-left: -66px;
    }
}

@media screen and (max-width: 768px) {
    #c_portalResGroupNewsNew_list-16182074190076737 .text_box .en {
        margin-left: 0;
    }

        #c_portalResGroupNewsNew_list-16182074190076737 .text_box .en img {
            max-width: 100%;
        }

    #c_portalResGroupNewsNew_list-16182074190076737 .text_box .text_con {
        width: 60%;
    }

    #c_portalResGroupNewsNew_list-16182074190076737 .count_list li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

#c_portalResGroupNewsNew_list-16182074190076737 {
    width: 100%;
    max-width: none;
    min-width: 320px;
    height: 100%;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResGroupNewsNew_list-16182126667300905 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResGroupNewsNew_list-16182126667300905 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResGroupNewsNew_list-16182126667300905 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupNewsNew_list-16182126667300905 > div {
    animation-fill-mode: both;
}

#c_portalResGroupNewsNew_list-16182126667300905 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182126667300905 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182126667300905 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182126667300905 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182126667300905 .about {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#c_portalResGroupNewsNew_list-16182126667300905 .left {
    width: 50%;
}

    #c_portalResGroupNewsNew_list-16182126667300905 .left .fl {
        width: 49%;
    }

        #c_portalResGroupNewsNew_list-16182126667300905 .left .fl.left_item {
            margin-right: 2%;
            padding-top: 12%;
        }

        #c_portalResGroupNewsNew_list-16182126667300905 .left .fl .img_box {
            width: 100%;
            overflow: hidden;
            position: relative;
            margin-bottom: 10px;
        }

            #c_portalResGroupNewsNew_list-16182126667300905 .left .fl .img_box:after {
                content: "";
                width: 100%;
                height: 100%;
                background: rgba(212,54,17,0.8);
                position: absolute;
                top: 0;
                left: 0;
                border-radius: 100%;
                transition: all 0.5s;
                transform: scale(0);
                opacity: 0;
            }

            #c_portalResGroupNewsNew_list-16182126667300905 .left .fl .img_box:hover:after {
                top: 0;
                transition: all 0.5s;
                transform: scale(1.5);
                opacity: 1;
            }

            #c_portalResGroupNewsNew_list-16182126667300905 .left .fl .img_box .text {
                position: absolute;
                padding: 30px;
                bottom: 0;
                width: 100%;
                color: #fff;
                z-index: 9;
            }

                #c_portalResGroupNewsNew_list-16182126667300905 .left .fl .img_box .text .hide_text {
                    display: none;
                }

                    #c_portalResGroupNewsNew_list-16182126667300905 .left .fl .img_box .text .hide_text .des {
                        line-height: 2.25em;
                    }

                    #c_portalResGroupNewsNew_list-16182126667300905 .left .fl .img_box .text .hide_text .link a {
                        color: #fff;
                    }

            #c_portalResGroupNewsNew_list-16182126667300905 .left .fl .img_box:hover .text {
                bottom: 50%;
                transform: translateY(50%);
                transition: all 0.5s;
            }

                #c_portalResGroupNewsNew_list-16182126667300905 .left .fl .img_box:hover .text .hide_text {
                    display: block;
                    transition: all 0.5s;
                }

        #c_portalResGroupNewsNew_list-16182126667300905 .left .fl.left_item .img_box:nth-child(1) {
            transform: translateX(-100px);
            opacity: 0;
            transition: all 0.4s ease-out;
        }

#c_portalResGroupNewsNew_list-16182126667300905 .about.active-action .left .fl.left_item .img_box:nth-child(1) {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.4s ease-out;
}

#c_portalResGroupNewsNew_list-16182126667300905 .left .fl.left_item .img_box:nth-child(1) .img {
    width: 100%;
    height: 0;
    padding-bottom: 127.7%;
}

#c_portalResGroupNewsNew_list-16182126667300905 .left .fl.left_item .img_box:nth-child(2) {
    transform: translateX(-150px);
    opacity: 0;
    transition: all 0.6s ease-out;
}

#c_portalResGroupNewsNew_list-16182126667300905 .about.active-action .left .fl.left_item .img_box:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.6s ease-out;
}

#c_portalResGroupNewsNew_list-16182126667300905 .left .fl.left_item .img_box:nth-child(2) .img {
    width: 100%;
    height: 0;
    padding-bottom: 55.5%;
}

#c_portalResGroupNewsNew_list-16182126667300905 .left .fl.right_item .img_box:nth-child(1) {
    transform: translateY(-200px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182126667300905 .about.active-action .left .fl.right_item .img_box:nth-child(1) {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182126667300905 .left .fl.right_item .img_box:nth-child(1) .img {
    width: 100%;
    height: 0;
    padding-bottom: 91.6%;
}

#c_portalResGroupNewsNew_list-16182126667300905 .left .fl.right_item .img_box:nth-child(2) {
    transform: translateY(-150px);
    opacity: 0;
    transition: all 0.6s ease-out;
}

#c_portalResGroupNewsNew_list-16182126667300905 .about.active-action .left .fl.right_item .img_box:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.6s ease-out;
}

#c_portalResGroupNewsNew_list-16182126667300905 .left .fl.right_item .img_box:nth-child(2) .img {
    width: 100%;
    height: 0;
    padding-bottom: 91.6%;
}

#c_portalResGroupNewsNew_list-16182126667300905 .right {
    width: 39.58%;
    text-align: right;
    color: #fff;
    padding-top: 1.8%;
}

    #c_portalResGroupNewsNew_list-16182126667300905 .right .link {
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        background: #f7c34f;
        border-radius: 100%;
        margin-bottom: 11.11%;
        float: right;
        opacity: 0;
        transition: all 0.4s ease-out;
        transform: translateX(-100px);
    }

#c_portalResGroupNewsNew_list-16182126667300905 .about.active-action .right .link {
    opacity: 1;
    transition: all 0.4s ease-out;
    transform: translateX(0);
}

#c_portalResGroupNewsNew_list-16182126667300905 .link img {
    vertical-align: middle;
}

#c_portalResGroupNewsNew_list-16182126667300905 .right .title {
    font-weight: 600;
    position: relative;
    margin-bottom: 7.5%;
    line-height: 1.8em;
    transform: translateX(-100px);
    opacity: 0;
    transition: all 0.4s ease-out;
}

#c_portalResGroupNewsNew_list-16182126667300905 .about.active-action .right .title {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.4s ease-out;
}

#c_portalResGroupNewsNew_list-16182126667300905 .right .title:after {
    content: "";
    display: block;
    width: 190px;
    height: 2px;
    background: #f0f0f0;
    position: absolute;
    bottom: 1px;
    right: 0;
}

#c_portalResGroupNewsNew_list-16182126667300905 .right .title:before {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    background: #f7c34f;
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 0;
}

#c_portalResGroupNewsNew_list-16182126667300905 .right .subtitle {
    margin-bottom: 5%;
    transform: translateX(100px);
    opacity: 0;
    transition: all 0.6s ease-out;
}

#c_portalResGroupNewsNew_list-16182126667300905 .right .des {
    line-height: 1.875em;
    margin-bottom: 12.28%;
    transform: translateX(100px);
    opacity: 0;
    transition: all 0.6s ease-out;
}

#c_portalResGroupNewsNew_list-16182126667300905 .about.active-action .right .subtitle {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.6s ease-out;
}

#c_portalResGroupNewsNew_list-16182126667300905 .about.active-action .right .des {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.6s ease-out;
}

@media screen and (max-width: 1366px) {
    #c_portalResGroupNewsNew_list-16182126667300905 .right {
        width: 47.58%;
    }

        #c_portalResGroupNewsNew_list-16182126667300905 .right .des {
            line-height: 1.5em;
            margin-bottom: 6.28%;
        }

        #c_portalResGroupNewsNew_list-16182126667300905 .right .link {
            margin-bottom: 0;
        }

        #c_portalResGroupNewsNew_list-16182126667300905 .right .en img {
            max-width: 80%;
        }
}

@media screen and (max-width: 768px) {
    #c_portalResGroupNewsNew_list-16182126667300905 .left {
        width: 100%;
        margin-top: 5%;
    }

    #c_portalResGroupNewsNew_list-16182126667300905 .right {
        width: 100%;
        margin-bottom: 5%;
    }

        #c_portalResGroupNewsNew_list-16182126667300905 .right .en img {
            max-width: 60%;
        }
}

#c_portalResGroupNewsNew_list-16182126667300905 {
    width: 100%;
    max-width: none;
    min-width: 320px;
    height: 100%;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResGroupNewsNew_list-16182965257182851 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResGroupNewsNew_list-16182965257182851 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResGroupNewsNew_list-16182965257182851 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupNewsNew_list-16182965257182851 > div {
    animation-fill-mode: both;
}

#c_portalResGroupNewsNew_list-16182965257182851 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182965257182851 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182965257182851 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182965257182851 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182965257182851 .about {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#c_portalResGroupNewsNew_list-16182965257182851 .about_box {
    width: 100%;
}

#c_portalResGroupNewsNew_list-16182965257182851 .top_con .left {
    width: 37.5%;
    padding-right: 5.55%;
}

    #c_portalResGroupNewsNew_list-16182965257182851 .top_con .left .en {
        margin-left: -92px;
        transform: translateX(-100px);
        opacity: 0;
        transition: all 0.5s ease-out;
    }

#c_portalResGroupNewsNew_list-16182965257182851 .about.active-action .top_con .left .en {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.5s ease-out;
}

#c_portalResGroupNewsNew_list-16182965257182851 .text_box .title {
    font-weight: 600;
    position: relative;
    margin-bottom: 5.5%;
    line-height: 1.8em;
    margin-left: -192px;
    opacity: 0;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182965257182851 .about.active-action .text_box .title {
    margin-left: 0;
    opacity: 1;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182965257182851 .top_con .left .title:after {
    content: "";
    display: block;
    width: 190px;
    height: 2px;
    background: #f0f0f0;
    position: absolute;
    bottom: 1px;
}

#c_portalResGroupNewsNew_list-16182965257182851 .top_con .left .title:before {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    background: #f7c34f;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

#c_portalResGroupNewsNew_list-16182965257182851 .top_con .left .des {
    line-height: 2.125em;
    margin-bottom: 6.25%;
    margin-left: 100px;
    opacity: 0;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182965257182851 .about.active-action .text_box .des {
    margin-left: 0;
    opacity: 1;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182965257182851 .top_con .left .link {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #f7c34f;
    border-radius: 100%;
    margin-bottom: 11.11%;
    opacity: 0;
    transition: all 0.4s ease-out;
    transform: translateX(-100px);
}

#c_portalResGroupNewsNew_list-16182965257182851 .about.active-action .top_con .left .link {
    opacity: 1;
    transition: all 0.4s ease-out;
    transform: translateX(0);
}

#c_portalResGroupNewsNew_list-16182965257182851 .top_con .left .link img {
    vertical-align: middle;
}

#c_portalResGroupNewsNew_list-16182965257182851 .top_con .right {
    width: 62.5%;
    position: relative;
    padding-bottom: 27px;
    transform: translateX(100px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182965257182851 .about.active-action .top_con .right {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182965257182851 .top_con .right .img_con {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    #c_portalResGroupNewsNew_list-16182965257182851 .top_con .right .img_con .img_box {
        overflow: hidden;
        width: 100%;
    }

    #c_portalResGroupNewsNew_list-16182965257182851 .top_con .right .img_con .img {
        width: 100%;
        height: 0;
        padding-bottom: 48.8%;
        transition: all 0.4s;
    }

    #c_portalResGroupNewsNew_list-16182965257182851 .top_con .right .img_con .text {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        padding: 0 10%;
        text-align: center;
        color: #fff;
        transform: translateY(-50%);
        z-index: 10;
        transition: all 0.4s;
    }

    #c_portalResGroupNewsNew_list-16182965257182851 .top_con .right .img_con .title {
        font-weight: 600;
        margin-bottom: 15px;
    }

    #c_portalResGroupNewsNew_list-16182965257182851 .top_con .right .img_con .subtitle {
        line-height: 1.875em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

#c_portalResGroupNewsNew_list-16182965257182851 .top_con .right .swiper-pagination {
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: right;
}

#c_portalResGroupNewsNew_list-16182965257182851 .top_con .right .swiper-pagination-bullet {
    border-radius: 0;
    margin-left: 10px;
}

#c_portalResGroupNewsNew_list-16182965257182851 .top_con .right .swiper-slide .img {
    width: 100%;
    display: block;
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
}

#c_portalResGroupNewsNew_list-16182965257182851 .top_con .right .swiper-slide.swiper-slide-active .img {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
}

#c_portalResGroupNewsNew_list-16182965257182851 .bototm_con {
    background: rgba(255,255,255,0.6);
}

    #c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .left_con {
        width: 22.22%;
        padding-right: 4.1%;
        padding-top: 2.57%;
        transform: translateX(-100px);
        opacity: 0;
        transition: all 1.2s ease-out;
    }

#c_portalResGroupNewsNew_list-16182965257182851 .about.active-action .bototm_con .left_con {
    transform: translateX(0);
    opacity: 1;
    transition: all 1.2s ease-out;
}

#c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .left_con .en {
    margin-left: -40px;
}

#c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .left_con .des {
    line-height: 1.875em;
}

#c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .right_new {
    width: 77.77%;
    transform: translateX(100px);
    opacity: 0;
    transition: all 1.2s ease-out;
}

#c_portalResGroupNewsNew_list-16182965257182851 .about.active-action .bototm_con .right_new {
    transform: translateX(0);
    opacity: 1;
    transition: all 1.2s ease-out;
}

#c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .right_new .img_box {
    width: 35.7%;
    overflow: hidden;
}

    #c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .right_new .img_box .img {
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        transition: all 0.4s;
    }

    #c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .right_new .img_box:hover .img {
        -ms-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -webkit-transform: scale(1.06);
        -o-transform: scale(1.06);
        transform: scale(1.06);
        transition: all 0.4s;
    }

#c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .right_new .text_box {
    width: 57%;
    padding-left: 5%;
}

    #c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .right_new .text_box .new_title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 1.875em;
        margin-top: 6.87%;
    }

    #c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .right_new .text_box .des {
        line-height: 1.7em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-top: 10px;
    }

    #c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .right_new .text_box .link {
        margin-top: 3.78%;
    }

@media screen and (max-width: 1366px) {
    #c_portalResGroupNewsNew_list-16182965257182851 .top_con .left .en img {
        max-width: 80%;
    }

    #c_portalResGroupNewsNew_list-16182965257182851 .top_con {
        margin-bottom: 0;
    }

        #c_portalResGroupNewsNew_list-16182965257182851 .top_con .right {
            width: 52.5%;
            margin-left: 10%;
        }

    #c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .left_con .en img {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    #c_portalResGroupNewsNew_list-16182965257182851 .about {
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    #c_portalResGroupNewsNew_list-16182965257182851 .top_con .left {
        width: 100%;
        padding-right: 0;
        margin-top: 6%;
    }

    #c_portalResGroupNewsNew_list-16182965257182851 .top_con .right {
        width: 100%;
        margin-left: 0;
    }

    #c_portalResGroupNewsNew_list-16182965257182851 .top_con .left .link {
        margin-bottom: 4.11%;
    }

    #c_portalResGroupNewsNew_list-16182965257182851 .top_con .left .des {
        margin-bottom: 2.25%;
    }

    #c_portalResGroupNewsNew_list-16182965257182851 .top_con .left .en {
        margin-left: 0;
    }

    #c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .left_con {
        width: 100%;
    }

    #c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .right_new {
        width: 100%;
        margin-top: 3%;
        margin-bottom: 3%;
    }

    #c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .left_con .en {
        margin-left: 0;
    }

        #c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .left_con .en img {
            max-width: 100%;
            width: auto;
        }

    #c_portalResGroupNewsNew_list-16182965257182851 .top_con .left .en img {
        max-width: 60%;
    }
}

@media screen and (max-width:600px) {
    #c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .right_new .img_box {
        width: 100%;
        overflow: hidden;
    }

    #c_portalResGroupNewsNew_list-16182965257182851 .bototm_con .right_new .text_box {
        width: 100%;
        padding-left: 0;
    }
}

#c_portalResGroupNewsNew_list-16182965257182851 {
    width: 100%;
    max-width: none;
    min-width: 320px;
    height: 100%;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResGroupNewsNew_list-16183666069791218 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResGroupNewsNew_list-16183666069791218 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResGroupNewsNew_list-16183666069791218 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupNewsNew_list-16183666069791218 > div {
    animation-fill-mode: both;
}

#c_portalResGroupNewsNew_list-16183666069791218 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16183666069791218 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16183666069791218 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16183666069791218 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16183666069791218 .about {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#c_portalResGroupNewsNew_list-16183666069791218 .gallery-top {
    width: 100%;
    height: 100%;
}

    #c_portalResGroupNewsNew_list-16183666069791218 .gallery-top .img {
        width: 100%;
        height: 100%;
    }

#c_portalResGroupNewsNew_list-16183666069791218 .text {
    position: absolute;
    bottom: 33%;
    width: 100%;
    left: 0;
    text-align: center;
    color: #fff;
}

    #c_portalResGroupNewsNew_list-16183666069791218 .text .title {
        font-weight: 600;
        margin-bottom: 2.9%;
    }

    #c_portalResGroupNewsNew_list-16183666069791218 .text .small_title {
        line-height: 2.45em;
    }

    #c_portalResGroupNewsNew_list-16183666069791218 .text .link {
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        background: #f7c34f;
        border-radius: 100%;
        margin: 0 auto;
    }

        #c_portalResGroupNewsNew_list-16183666069791218 .text .link img {
            vertical-align: middle;
        }

    #c_portalResGroupNewsNew_list-16183666069791218 .text .des {
        width: 47%;
        margin: 0 auto;
        line-height: 1.7em;
        margin-bottom: 2.9%;
    }

#c_portalResGroupNewsNew_list-16183666069791218 .gallery-pras {
    position: absolute;
    bottom: 8.3%;
    width: 100%;
    z-index: 99;
    transform: translateX(-100px);
    opacity: 0;
    transition: all 0.5s ease-out;
}

#c_portalResGroupNewsNew_list-16183666069791218 .about.active-action .gallery-pras {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.5s ease-out;
}

#c_portalResGroupNewsNew_list-16183666069791218 .img_box {
    width: 100%;
    overflow: hidden;
}

    #c_portalResGroupNewsNew_list-16183666069791218 .img_box:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(7,24,38,0.7);
        position: absolute;
        top: 0;
        left: 0;
    }

#c_portalResGroupNewsNew_list-16183666069791218 .gallery-pras .img {
    width: 100%;
    height: 0;
    padding-bottom: 51.47%;
}

#c_portalResGroupNewsNew_list-16183666069791218 .gallery-pras .swiper-slide-thumb-active .img_box:after {
    opacity: 0;
}

#c_portalResGroupNewsNew_list-16183666069791218 .gallery-top .swiper-slide .img {
    width: 100%;
    display: block;
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
}

#c_portalResGroupNewsNew_list-16183666069791218 .gallery-top .swiper-slide.swiper-slide-active .img {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 5s ease-out;
    transition: all 5s ease-out;
}

#c_portalResGroupNewsNew_list-16183666069791218 .swiper-slide .small_title {
    transform: translateX(200px);
    opacity: 0;
    transition: all 1.2s;
}

#c_portalResGroupNewsNew_list-16183666069791218 .ani-slide .small_title {
    transform: translateX(0);
    opacity: 1;
}

#c_portalResGroupNewsNew_list-16183666069791218 .swiper-slide .des {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 1.2s;
}

#c_portalResGroupNewsNew_list-16183666069791218 .ani-slide .des {
    transform: translateX(0);
    opacity: 1;
}

#c_portalResGroupNewsNew_list-16183666069791218 .swiper-slide .en {
    transform: translateY(-200px);
    opacity: 0;
    transition: all 1.2s;
}

#c_portalResGroupNewsNew_list-16183666069791218 .ani-slide .en {
    transform: translateY(0);
    opacity: 1;
}

#c_portalResGroupNewsNew_list-16183666069791218 .swiper-slide .title {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 1.2s;
}

#c_portalResGroupNewsNew_list-16183666069791218 .ani-slide .title {
    transform: translateX(0);
    opacity: 1;
}

@media screen and (max-width: 1366px) {
    #c_portalResGroupNewsNew_list-16183666069791218 .text .des {
        width: 60%;
    }

    #c_portalResGroupNewsNew_list-16183666069791218 .en img {
        width: 400px;
        max-width: 70%;
    }

    #c_portalResGroupNewsNew_list-16183666069791218 .gallery-top .swiper-slide .img {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    #c_portalResGroupNewsNew_list-16183666069791218 .text .title {
        margin-bottom: 0.5%;
    }

    #c_portalResGroupNewsNew_list-16183666069791218 .gallery-thumbs {
        padding-bottom: 40px;
    }

    #c_portalResGroupNewsNew_list-16183666069791218 .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
    }

    #c_portalResGroupNewsNew_list-16183666069791218 .swiper-pagination-bullet {
        background: #fff;
    }
}

#c_portalResGroupNewsNew_list-16183666069791218 {
    width: 100%;
    max-width: none;
    min-width: 320px;
    height: 100%;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResGroupNewsNew_list-16182784536095505 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResGroupNewsNew_list-16182784536095505 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResGroupNewsNew_list-16182784536095505 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupNewsNew_list-16182784536095505 > div {
    animation-fill-mode: both;
}

#c_portalResGroupNewsNew_list-16182784536095505 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182784536095505 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182784536095505 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182784536095505 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182784536095505 .about {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#c_portalResGroupNewsNew_list-16182784536095505 .text_box .en {
    margin-left: -92px;
    opacity: 0;
    transition: all 0.4s ease-out;
    transform: translateX(-100px);
}

.swiper-slide-active #c_portalResGroupNewsNew_list-16182784536095505 .about .text_box .en {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.4s ease-out;
}

#c_portalResGroupNewsNew_list-16182784536095505 .text_box .title {
    font-weight: 600;
    position: relative;
    margin-bottom: 5.5%;
    line-height: 1.8em;
    margin-left: 192px;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.swiper-slide-active #c_portalResGroupNewsNew_list-16182784536095505 .about .text_box .title {
    margin-left: 0;
    opacity: 1;
    transition: all 0.4s ease-out;
}

#c_portalResGroupNewsNew_list-16182784536095505 .text_box .title:after {
    content: "";
    display: block;
    width: 190px;
    height: 2px;
    background: #f0f0f0;
    position: absolute;
    bottom: 1px;
}

#c_portalResGroupNewsNew_list-16182784536095505 .text_box .title:before {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    background: #f7c34f;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

#c_portalResGroupNewsNew_list-16182784536095505 .about .left {
    width: 35.4%;
    padding-top: 6.67%;
}

#c_portalResGroupNewsNew_list-16182784536095505 .about .right {
    width: 64.58%;
}

    #c_portalResGroupNewsNew_list-16182784536095505 .about .right .one {
        width: 55.9%;
        padding-left: 2.1%;
    }

#c_portalResGroupNewsNew_list-16182784536095505 .img_box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    #c_portalResGroupNewsNew_list-16182784536095505 .img_box:hover .img {
        -ms-transform: scale(1.06);
        -moz-transform: scale(1.06);
        -webkit-transform: scale(1.06);
        -o-transform: scale(1.06);
        transform: scale(1.06);
        transition: all 0.4s;
    }

    #c_portalResGroupNewsNew_list-16182784536095505 .img_box .text {
        position: absolute;
        padding: 30px;
        top: 50%;
        width: 100%;
        color: #fff;
        z-index: 99;
        transform: translateY(-50%);
    }

#c_portalResGroupNewsNew_list-16182784536095505 .fangda {
    margin-bottom: 4%;
    transform: translateY(-150px);
    opacity: 0;
    transition: all 0.4s ease-out;
}

.swiper-slide-active #c_portalResGroupNewsNew_list-16182784536095505 .about .fangda {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.4s ease-out;
}

#c_portalResGroupNewsNew_list-16182784536095505 .fangda:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(27,161,149,0.74);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 99;
    opacity: 0;
}

#c_portalResGroupNewsNew_list-16182784536095505 .fangda:hover:before {
    opacity: 1;
}

#c_portalResGroupNewsNew_list-16182784536095505 .fangda .img {
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    transition: all 0.4s;
}

#c_portalResGroupNewsNew_list-16182784536095505 .meiti .img {
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    transition: all 0.4s;
}

#c_portalResGroupNewsNew_list-16182784536095505 .meiti {
    transform: translateY(150px);
    opacity: 0;
    transition: all 0.6s ease-out;
}

.swiper-slide-active #c_portalResGroupNewsNew_list-16182784536095505 .about .meiti {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.6s ease-out;
}

#c_portalResGroupNewsNew_list-16182784536095505 .meiti:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(27,161,149,0.74);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 99;
    opacity: 0;
}

#c_portalResGroupNewsNew_list-16182784536095505 .meiti:hover:before {
    opacity: 1;
}

#c_portalResGroupNewsNew_list-16182784536095505 .about .right .one .link a {
    color: #333
}

#c_portalResGroupNewsNew_list-16182784536095505 .two {
    width: 43%;
}

#c_portalResGroupNewsNew_list-16182784536095505 .hangye {
    transform: translateX(150px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

.swiper-slide-active #c_portalResGroupNewsNew_list-16182784536095505 .about .hangye {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182784536095505 .hangye .img {
    width: 100%;
    height: 0;
    padding-bottom: 135%;
    transition: all 0.4s;
}

#c_portalResGroupNewsNew_list-16182784536095505 .hangye:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 99;
    opacity: 1;
    background: rgba(27,161,149,0.74)
}

#c_portalResGroupNewsNew_list-16182784536095505 .hangye:hover:before {
    opacity: 1;
}

#c_portalResGroupNewsNew_list-16182784536095505 .tag {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f7c34f;
    color: #fff;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-bottom: 5.6%;
}

    #c_portalResGroupNewsNew_list-16182784536095505 .tag a {
        color: #fff;
    }

#c_portalResGroupNewsNew_list-16182784536095505 .img_box .text .des {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#c_portalResGroupNewsNew_list-16182784536095505 .img_box .text .title {
    margin-bottom: 12px;
    color: #333
}

#c_portalResGroupNewsNew_list-16182784536095505 .img_box:hover .text .title {
    visibility: visible;
}

#c_portalResGroupNewsNew_list-16182784536095505 .img_box .text .title a {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 2em;
}

.fl.two > div > div.text > div.title > a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8 !important;
    overflow: hidden;
    color: #fff !important;
}

#c_portalResGroupNewsNew_list-16182784536095505 .hangye .text {
    top: 50%;
}

#c_portalResGroupNewsNew_list-16182784536095505 .hangye.img_box .text .des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    line-height: 1.5em;
    margin-bottom: 20%;
}

#c_portalResGroupNewsNew_list-16182784536095505 .hangye.img_box:hover .text .link {
    visibility: visible;
}

#c_portalResGroupNewsNew_list-16182784536095505 .hangye.img_box .text .link a {
    color: #fff;
}

#c_portalResGroupNewsNew_list-16182784536095505 .img_box .text .title:hover a {
    color: #fff;
}

@media screen and (max-width: 1366px) {
    #c_portalResGroupNewsNew_list-16182784536095505 .text_box .en img {
        max-width: 60%;
    }

    #c_portalResGroupNewsNew_list-16182784536095505 .text_box .en {
        margin-left: -67px;
    }
}

@media screen and (max-width: 768px) {
    #c_portalResGroupNewsNew_list-16182784536095505 .about .left {
        width: 100%;
        padding-top: 6.67%;
    }

    #c_portalResGroupNewsNew_list-16182784536095505 .about .right {
        width: 100%;
    }

    #c_portalResGroupNewsNew_list-16182784536095505 .text_box .en {
        margin-left: 0;
    }
}

#c_portalResGroupNewsNew_list-16182784536095505 {
    width: 100%;
    max-width: none;
    min-width: 320px;
    height: 100%;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResGroupNewsNew_list-16181957794824335 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResGroupNewsNew_list-16181957794824335 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResGroupNewsNew_list-16181957794824335 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupNewsNew_list-16181957794824335 > div {
    animation-fill-mode: both;
}

#c_portalResGroupNewsNew_list-16181957794824335 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16181957794824335 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16181957794824335 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16181957794824335 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16181957794824335 .index_banner {
    width: 100%;
    height: 100%;
}

    #c_portalResGroupNewsNew_list-16181957794824335 .index_banner .img {
        width: 100%;
        height: 100%;
    }

    #c_portalResGroupNewsNew_list-16181957794824335 .index_banner .text_box {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        left: 0px;
    }

        #c_portalResGroupNewsNew_list-16181957794824335 .index_banner .text_box .text {
            width: 50%;
            color: #fff;
        }

#c_portalResGroupNewsNew_list-16181957794824335 .subtitle {
    margin-left: -60px;
}

#c_portalResGroupNewsNew_list-16181957794824335 .swiper-slide_2 .subtitle {
    margin-left: -100px;
}

#c_portalResGroupNewsNew_list-16181957794824335 .swiper-slide_1 .title {
    text-shadow: 0 0 8px #000;
}

#c_portalResGroupNewsNew_list-16181957794824335 .title {
    line-height: 1.33em;
    margin: 2.22% 0;
}

#c_portalResGroupNewsNew_list-16181957794824335 .des {
    line-height: 1.5em;
}

#c_portalResGroupNewsNew_list-16181957794824335 .link {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: linear-gradient(to right, #f6d692 0%, #f7b61f 100%);
    border-radius: 60px;
    margin-top: 9.7%;
}

    #c_portalResGroupNewsNew_list-16181957794824335 .link img {
        vertical-align: middle;
    }

    #c_portalResGroupNewsNew_list-16181957794824335 .link a {
        color: #fff;
    }

    #c_portalResGroupNewsNew_list-16181957794824335 .link span {
        display: inline-block;
        width: 21px;
        height: 20px;
        background: url(../../../img/link_jiantou1.html);
        vertical-align: middle;
        margin-left: 20px;
    }

#c_portalResGroupNewsNew_list-16181957794824335 .swiper-button-prev {
    width: 17px;
    height: 31px;
    background: url(../../../img/index_left.html);
    top: 80%;
    position: static;
    display: inline-block;
}

    #c_portalResGroupNewsNew_list-16181957794824335 .swiper-button-prev:hover {
        background: url(../../../img/index_left1.html);
    }

#c_portalResGroupNewsNew_list-16181957794824335 .swiper-button-next {
    width: 17px;
    height: 31px;
    background: url(../../../img/index_right.html);
    top: 80%;
    position: static;
    display: inline-block;
}

    #c_portalResGroupNewsNew_list-16181957794824335 .swiper-button-next:hover {
        background: url(../../../img/index_right1.html);
    }

#c_portalResGroupNewsNew_list-16181957794824335 .button_box {
    width: 100%;
    position: absolute;
    top: 80%;
    z-index: 9;
}

#c_portalResGroupNewsNew_list-16181957794824335 .swiper-pagination {
    position: static;
    display: inline-block;
    width: 170px;
    color: #fff;
}

#c_portalResGroupNewsNew_list-16181957794824335 .swiper-pagination-current {
    font-size: 40px;
    font-weight: 600;
    color: #f7b61f;
}

#c_portalResGroupNewsNew_list-16181957794824335 .index_banner .swiper-slide {
    overflow: hidden;
}

    #c_portalResGroupNewsNew_list-16181957794824335 .index_banner .swiper-slide > .img {
        width: 100%;
        display: block;
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 5s ease-out;
        transition: all 5s ease-out;
    }

    #c_portalResGroupNewsNew_list-16181957794824335 .index_banner .swiper-slide.swiper-slide-active > .img {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 5s ease-out;
        transition: all 5s ease-out;
    }

    #c_portalResGroupNewsNew_list-16181957794824335 .index_banner .swiper-slide > .img.mobil_img {
        display: none;
    }

#c_portalResGroupNewsNew_list-16181957794824335 .swiper-slide .subtitle {
    transform: translateY(-100px);
    opacity: 0;
    transition: all .8s;
}

#c_portalResGroupNewsNew_list-16181957794824335 .ani-slide .subtitle {
    transform: translateY(0);
    opacity: 1;
}

#c_portalResGroupNewsNew_list-16181957794824335 .swiper-slide .title {
    transform: translateX(-200px);
    opacity: 0;
    transition: all .8s;
}

#c_portalResGroupNewsNew_list-16181957794824335 .ani-slide .title {
    transform: translateX(0);
    opacity: 1;
}

#c_portalResGroupNewsNew_list-16181957794824335 .swiper-slide .des {
    transform: translateX(200px);
    opacity: 0;
    transition: all 1.2s;
}

#c_portalResGroupNewsNew_list-16181957794824335 .ani-slide .des {
    transform: translateX(0);
    opacity: 1;
}

#c_portalResGroupNewsNew_list-16181957794824335 .swiper-slide .link {
    transform: translateY(100px);
    opacity: 0;
    transition: all 1.6s;
}

#c_portalResGroupNewsNew_list-16181957794824335 .ani-slide .link {
    transform: translateY(0);
    opacity: 1;
}

@media screen and (max-width: 1366px) {
    #c_portalResGroupNewsNew_list-16181957794824335 .index_banner .text_box .text {
        width: 60%;
    }

    #c_portalResGroupNewsNew_list-16181957794824335 .link {
        margin-top: 4.7%;
    }

    #c_portalResGroupNewsNew_list-16181957794824335 .des {
        line-height: 1.5em;
    }
}

@media screen and (max-width: 768px) {
    #c_portalResGroupNewsNew_list-16181957794824335 .subtitle {
        margin-left: 0;
    }

    #c_portalResGroupNewsNew_list-16181957794824335 .swiper-slide_2 .subtitle {
        margin-left: 0;
    }

    #c_portalResGroupNewsNew_list-16181957794824335 .index_banner .swiper-slide > .img.pc_img {
        display: none;
    }

    #c_portalResGroupNewsNew_list-16181957794824335 .index_banner .swiper-slide > .img.mobil_img {
        display: block;
    }

    #c_portalResGroupNewsNew_list-16181957794824335 .swiper-pagination {
        width: 90px;
    }
}

#c_portalResGroupNewsNew_list-16181957794824335 {
    width: 100%;
    max-width: none;
    min-width: 320px;
    height: 100%;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#w_grid-1618306622476 > div > .p_gridbox > .p_gridCell:nth-child(n+1) {
    margin-left: 0;
    clear: left;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
}

#w_grid-1618306622476 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

#c_portalResGroupNewsNew_list-16237214122064575 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResGroupNewsNew_list-16237214122064575 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResGroupNewsNew_list-16237214122064575 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupNewsNew_list-16237214122064575 > div {
    animation-fill-mode: both;
}

#c_portalResGroupNewsNew_list-16237214122064575 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16237214122064575 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16237214122064575 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16237214122064575 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16237214122064575 .about {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

    #c_portalResGroupNewsNew_list-16237214122064575 .about a {
        width: 100%;
    }

    #c_portalResGroupNewsNew_list-16237214122064575 .about img {
        max-width: 81.25%;
        transform: scale(0.6);
        opacity: 0;
        transition: all 1s ease-out;
    }

    #c_portalResGroupNewsNew_list-16237214122064575 .about.active-action img {
        transform: scale(1);
        opacity: 1;
        transition: all 1s ease-out;
    }

#c_portalResGroupNewsNew_list-16237214122064575 {
    max-height: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 320px;
    height: 100%;
    padding-right: 0px;
}

#c_portalResGroupNavNew_main-16183066245901177 .foot {
    text-align: center;
    background: url(../../../img/foot_bg.html) no-repeat center;
    padding: 5.9% 0 5.2%;
}

#c_portalResGroupNavNew_main-16183066245901177 .foot_logo {
    margin-right: 3.43%;
}

#c_portalResGroupNavNew_main-16183066245901177 .link_list {
    margin-bottom: 2.1%;
}

    #c_portalResGroupNavNew_main-16183066245901177 .link_list a {
        margin: 0 40px;
        color: #3b3b3b;
    }

        #c_portalResGroupNavNew_main-16183066245901177 .link_list a:hover {
            color: #f7c34f;
        }

#c_portalResGroupNavNew_main-16183066245901177 .img {
    margin-bottom: 2.57%;
}

#c_portalResGroupNavNew_main-16183066245901177 .cz {
    margin-bottom: 0.78%;
    color: #3b3b3b;
}

#c_portalResGroupNavNew_main-16183066245901177 .dz {
    margin-bottom: 0.78%;
    color: #3b3b3b;
}

#c_portalResGroupNavNew_main-16183066245901177 .bqxx {
    margin-bottom: 3%;
    color: #3b3b3b;
}

    #c_portalResGroupNavNew_main-16183066245901177 .bqxx span {
        margin-right: 16px;
        color: #3b3b3b;
    }

    #c_portalResGroupNavNew_main-16183066245901177 .bqxx a {
        color: #3b3b3b;
    }

        #c_portalResGroupNavNew_main-16183066245901177 .bqxx a:hover {
            color: #f7c34f;
        }

#c_portalResGroupNavNew_main-16183066245901177 .share a {
    margin: 0 19px;
    position: relative;
}

    #c_portalResGroupNavNew_main-16183066245901177 .share a .ewm {
        position: absolute;
        bottom: 140%;
        left: 50%;
        transform: translateX(-50%);
        display: none;
        width: 150px;
    }

    #c_portalResGroupNavNew_main-16183066245901177 .share a:hover .ewm {
        display: block;
    }

@media only screen and (max-width:1280px) {
    #c_portalResGroupNavNew_main-16183066245901177 .foot_logo {
        width: 160px;
    }

    #c_portalResGroupNavNew_main-16183066245901177 .phone {
        width: 260px;
    }

    #c_portalResGroupNavNew_main-16183066245901177 .link_list a {
        margin: 0 25px;
    }
}

@media only screen and (max-width:960px) {
    #c_portalResGroupNavNew_main-16183066245901177 .link_list a {
        margin: 0;
        width: 32%;
        margin-bottom: 10px;
        display: inline-block;
    }
}

@media only screen and (max-width:600px) {
    #c_portalResGroupNavNew_main-16183066245901177 .foot_logo {
        width: 120px;
        display: block;
        margin: 0 auto;
    }

    #c_portalResGroupNavNew_main-16183066245901177 .phone {
        width: 200px;
        display: block;
        margin: 0 auto;
    }

    #c_portalResGroupNavNew_main-16183066245901177 .cz em {
        display: none;
    }

    #c_portalResGroupNavNew_main-16183066245901177 .cz span {
        display: block;
    }

    #c_portalResGroupNavNew_main-16183066245901177 .bqxx span {
        display: block;
    }
}

#c_portalResGroupNavNew_main-16183066245901177 {
    max-height: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 0px;
    height: auto;
    padding-right: 0px;
}

#c_portalResGroupNewsNew_list-16182932173699252 .p_articles {
    width: calc((100% - 0px)/1);
}

#c_portalResGroupNewsNew_list-16182932173699252 .p_CommonSummaryBoxA {
    text-align: center;
}

#c_portalResGroupNewsNew_list-16182932173699252 .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#c_portalResGroupNewsNew_list-16182932173699252 > div {
    animation-fill-mode: both;
}

#c_portalResGroupNewsNew_list-16182932173699252 .p_page .pre .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182932173699252 .p_page .next .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182932173699252 .p_more .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182932173699252 .p_loading .iconfont:before {
    shadow-angle: 0px;
    shadow-distance: 0px;
    shadow-angle-ofInset: 0px;
    shadow-distance-ofInset: 0px;
}

#c_portalResGroupNewsNew_list-16182932173699252 .about {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#c_portalResGroupNewsNew_list-16182932173699252 .left {
    width: 59.7%;
}

    #c_portalResGroupNewsNew_list-16182932173699252 .left .fl.left_item {
        margin-right: 1.1%;
        padding-top: 12%;
        width: 53.5%;
    }

    #c_portalResGroupNewsNew_list-16182932173699252 .left .fl .img_box {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-bottom: 10px;
    }

        #c_portalResGroupNewsNew_list-16182932173699252 .left .fl .img_box:after {
            content: "";
            width: 100%;
            height: 100%;
            background: rgba(35,64,134,0.7);
            position: absolute;
            top: 0px;
            left: 0px;
            border-radius: 100%;
            transition: all 0.5s;
            transform: scale(0);
            opacity: 0;
        }

        #c_portalResGroupNewsNew_list-16182932173699252 .left .fl .img_box:hover:after {
            top: 0px;
            transition: all 0.5s;
            transform: scale(1.5);
            opacity: 1;
        }

        #c_portalResGroupNewsNew_list-16182932173699252 .left .fl .img_box .text {
            position: absolute;
            padding: 30px;
            bottom: 0px;
            width: 100%;
            color: #fff;
            z-index: 9;
        }

            #c_portalResGroupNewsNew_list-16182932173699252 .left .fl .img_box .text .hide_text {
                display: none;
            }

                #c_portalResGroupNewsNew_list-16182932173699252 .left .fl .img_box .text .hide_text .des {
                    line-height: 1.7em;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 4;
                    overflow: hidden;
                    margin-top: 1.7em;
                    margin-bottom: 1.7em;
                }

                #c_portalResGroupNewsNew_list-16182932173699252 .left .fl .img_box .text .hide_text .link a {
                    color: #f7b620;
                }

        #c_portalResGroupNewsNew_list-16182932173699252 .left .fl .img_box:hover .text {
            bottom: 50%;
            transform: translateY(50%);
            transition: all 0.5s;
        }

            #c_portalResGroupNewsNew_list-16182932173699252 .left .fl .img_box:hover .text .hide_text {
                display: block;
                transition: all 0.5s;
            }

    #c_portalResGroupNewsNew_list-16182932173699252 .left .fl.left_item .img_box:nth-child(1) .img {
        width: 100%;
        height: 0px;
        padding-bottom: 65.2%;
    }

    #c_portalResGroupNewsNew_list-16182932173699252 .left .fl.left_item .img_box:nth-child(1) {
        transform: translateX(-150px);
        opacity: 0;
        transition: all 0.8s ease-out;
    }

#c_portalResGroupNewsNew_list-16182932173699252 .about.active-action .left .fl.left_item .img_box:nth-child(1) {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182932173699252 .left .fl.left_item .img_box:nth-child(2) {
    width: 65.2%;
    margin-left: auto;
    transform: translateY(150px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182932173699252 .about.active-action .left .fl.left_item .img_box:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182932173699252 .left .fl.left_item .img_box:nth-child(2) .img {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
}

#c_portalResGroupNewsNew_list-16182932173699252 .left .fl.right_item {
    width: 45.3%;
}

    #c_portalResGroupNewsNew_list-16182932173699252 .left .fl.right_item .img_box:nth-child(1) .img {
        width: 100%;
        height: 0px;
        padding-bottom: 117.9%;
    }

    #c_portalResGroupNewsNew_list-16182932173699252 .left .fl.right_item .img_box:nth-child(1) {
        transform: translateY(-150px);
        opacity: 0;
        transition: all 0.8s ease-out;
    }

#c_portalResGroupNewsNew_list-16182932173699252 .about.active-action .left .fl.right_item .img_box:nth-child(1) {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182932173699252 .left .fl.right_item .img_box:nth-child(2) .img {
    width: 100%;
    height: 0px;
    padding-bottom: 76.9%;
}

#c_portalResGroupNewsNew_list-16182932173699252 .left .fl.right_item .img_box:nth-child(3) .img {
    width: 100%;
    height: 0px;
    padding-bottom: 114.9%;
}

#c_portalResGroupNewsNew_list-16182932173699252 .left .fl.right_item .img_box:nth-child(2) {
    transform: translateX(150px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182932173699252 .left .fl.right_item .img_box:nth-child(3) {
    margin-left: 103%;
    margin-top: -117%;
    transform: translateY(-150px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182932173699252 .about.active-action .left .fl.right_item .img_box:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182932173699252 .about.active-action .left .fl.right_item .img_box:nth-child(3) {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182932173699252 .right {
    width: 40.2%;
    padding-left: 12%;
    text-align: right;
    color: #fff;
    padding-top: 1.8%;
}

    #c_portalResGroupNewsNew_list-16182932173699252 .right .link {
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        background: #f7c34f;
        border-radius: 100%;
        margin-bottom: 11.11%;
        float: right;
        opacity: 0;
        transition: all 0.4s ease-out;
        transform: translateX(-100px);
    }

#c_portalResGroupNewsNew_list-16182932173699252 .about.active-action .right .link {
    opacity: 1;
    transition: all 0.4s ease-out;
    transform: translateX(0);
}

#c_portalResGroupNewsNew_list-16182932173699252 .link img {
    vertical-align: middle;
}

#c_portalResGroupNewsNew_list-16182932173699252 .right .title {
    font-weight: 600;
    position: relative;
    margin-bottom: 7.5%;
    line-height: 1.8em;
    transform: translateX(-150px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182932173699252 .about.active-action .right .title {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182932173699252 .right .title:after {
    content: "";
    display: block;
    width: 190px;
    height: 2px;
    background: #f0f0f0;
    position: absolute;
    bottom: 1px;
    right: 0px;
}

#c_portalResGroupNewsNew_list-16182932173699252 .right .title:before {
    content: "";
    display: block;
    width: 75px;
    height: 4px;
    background: #f7c34f;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    right: 0px;
}

#c_portalResGroupNewsNew_list-16182932173699252 .right .subtitle {
    margin-bottom: 5%;
    transform: translateX(150px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182932173699252 .about.active-action .subtitle {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182932173699252 .right .des {
    line-height: 1.875em;
    margin-bottom: 12.28%;
    transform: translateY(150px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

#c_portalResGroupNewsNew_list-16182932173699252 .about.active-action .right .des {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.8s ease-out;
}

@media screen and (max-width: 1366px) {
    #c_portalResGroupNewsNew_list-16182932173699252 .left {
        width: 50%;
    }

    #c_portalResGroupNewsNew_list-16182932173699252 .right {
        padding-left: 4%;
    }

        #c_portalResGroupNewsNew_list-16182932173699252 .right .en img {
            max-width: 100%;
        }
}

@media screen and (max-width: 768px) {
    #c_portalResGroupNewsNew_list-16182932173699252 .left {
        width: 100%;
        margin-top: 5%;
    }

    #c_portalResGroupNewsNew_list-16182932173699252 .right {
        width: 100%;
        padding-left: 0;
    }

        #c_portalResGroupNewsNew_list-16182932173699252 .right .des {
            margin-bottom: 6.11%;
        }

        #c_portalResGroupNewsNew_list-16182932173699252 .right .link {
            margin-bottom: 6.11%;
        }

        #c_portalResGroupNewsNew_list-16182932173699252 .right .en img {
            max-width: 60%;
        }

    #c_portalResGroupNewsNew_list-16182932173699252 .left .fl.right_item .img_box:nth-child(3) {
        margin-left: 0;
        margin-top: 0;
    }
}

#c_portalResGroupNewsNew_list-16182932173699252 {
    max-height: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 320px;
    height: 100%;
    padding-right: 0px;
}

.fnt_48 {
    font-size: 48px;
}

.forie {
    width: 100%;
    height: 100%;
    background: #eaeaea url(../img/tishi.html) center no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

@media (min-width: 300px) {
    html {
        font-size: 18px !important;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 28px !important;
    }
}

.hover-gun:::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.hover-gun::-webkit-scrollbar-track {
    background: transparent;
}

.hover-gun::-webkit-scrollbar-thumb {
    background: transparent;
}

    .hover-gun::-webkit-scrollbar-thumb:window-inactive {
        background: transparent;
    }

    .hover-gun::-webkit-scrollbar-thumb:vertical:hover {
        background: transparent;
    }

.hover-gun:hover::-webkit-scrollbar-track {
    background: #fff;
}

.hover-gun:hover::-webkit-scrollbar-thumb {
    background: #f18200;
}

    .hover-gun:hover::-webkit-scrollbar-thumb:window-inactive {
        background: #f18200;
    }

    .hover-gun:hover::-webkit-scrollbar-thumb:vertical:hover {
        background: #f18200;
    }

@media (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #f18200;
    }

        ::-webkit-scrollbar-thumb:window-inactive {
            background: #f18200;
        }

        ::-webkit-scrollbar-thumb:vertical:hover {
            background: #f18200;
        }

    html {
        font-size: 30px !important;
    }

    body {
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px !important;
    }
}

@media (min-width: 1680px) {
    html {
        font-size: 40px !important;
    }
}

a {
    outline: none
}

select::-ms-expand {
    display: none;
}

input, select, textarea {
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}

textarea {
    resize: none;
}

select::-ms-expand {
    display: none;
}

input::-webkit-input-placeholder {
    color: #888;
}

input:-moz-placeholder {
    color: #888;
}

input::-moz-placeholder {
    color: #888;
}

input:-ms-input-placeholder {
    color: #888;
}

textarea::-webkit-input-placeholder {
    color: #888;
}

textarea:-moz-placeholder {
    color: #888;
}

textarea::-moz-placeholder {
    color: #888;
}

textarea:-ms-input-placeholder {
    color: #888;
}

.index-swiper-baichuan {
    position: relative;
    width: 100%;
    height: 100Vh;
    overflow: hidden;
}

    .index-swiper-baichuan .index-pagetion {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 2.6%;
        text-align: center;
        width: 0.45rem;
        z-index: 10
    }

        .index-swiper-baichuan .index-pagetion span {
            width: 0.45rem;
            height: 0.45rem;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;
            background-image: url(../img/index-y2.png);
            background-color: transparent;
        }

            .index-swiper-baichuan .index-pagetion span.swiper-pagination-bullet-active {
                background-image: url(../img/index-y1.png);
                -moz-animation: zhuan0 6s infinite linear .65s;
                -webkit-animation: zhuan0 6s infinite linear .65s;
                animation: zhuan0 6s infinite linear .65s;
            }

            .index-swiper-baichuan .index-pagetion span:nth-last-child(1) {
                display: none;
            }

            .index-swiper-baichuan .index-pagetion span:nth-last-child(1) {
                margin-bottom: 0;
            }

    .index-swiper-baichuan .num-index {
        position: absolute;
        top: calc(50% + 3.5rem);
        transform: translateX(30%);
        right: 2.6%;
        z-index: 10;
        line-height: 0.5rem;
    }

        .index-swiper-baichuan .num-index .indexnum {
            font-size: 0.5rem;
            color: #f18700;
            font-weight: bold;
        }

        .index-swiper-baichuan .num-index .allnum {
            font-size: 0.4rem;
            color: #000000;
            opacity: 0.3;
        }

    .index-swiper-baichuan .swiper-slide {
        position: relative;
        height: 100%;
        width: 100%;
    }

        .index-swiper-baichuan .swiper-slide.last-div {
            height: auto !important;
        }

        .index-swiper-baichuan .swiper-slide .index-list1 {
            position: relative;
            height: 100%;
            width: 100%;
            overflow: hidden;
        }

            .index-swiper-baichuan .swiper-slide .index-list1 .swiper-slide {
                position: relative;
                height: 100%;
                width: 100%;
            }

            .index-swiper-baichuan .swiper-slide .index-list1 .list-img-pc, .index-swiper-baichuan .swiper-slide .index-list1 .list-img-pho {
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                height: 100%;
                transform: scale3d(1, 1, 1);
                transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
            }

            .index-swiper-baichuan .swiper-slide .index-list1 .swiper-slide-active .list-img-pc, .index-swiper-baichuan .swiper-slide .index-list1 .swiper-slide-active .list-img-pho {
                transform: scale3d(1.1, 1.1, 1);
            }

            .index-swiper-baichuan .swiper-slide .index-list1 .swiper-slide .secwen {
                opacity: 0;
                filter: alpha(opacity=0);
                transform: translateY(30px);
                transition: 0.8s;
            }

            .index-swiper-baichuan .swiper-slide .index-list1 .swiper-slide-active .secwen {
                opacity: 1;
                filter: alpha(opacity=100);
                transform: translateX(0);
                transition: 1s ease-in-out;
            }

            .index-swiper-baichuan .swiper-slide .index-list1 .list-img-pho {
                display: none;
            }

            .index-swiper-baichuan .swiper-slide .index-list1 .item-list1 {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 10.42%;
                z-index: 999
            }

                .index-swiper-baichuan .swiper-slide .index-list1 .item-list1 .item-blod {
                    font-size: 1.85rem;
                    color: #fff;
                    line-height: 2rem;
                    transition-delay: .3s;
                    position: relative;
                    width: 15em;
                    height: 1.5em;
                    overflow: hidden;
                    white-space: nowrap;
                    -moz-animation: typing 3s steps(26, end) infinite alternate;
                    -webkit-animation: typing 3s steps(26, end) infinite alternate;
                    animation: typing 3s steps(26, end) infinite alternate;
                    font-weight: bold;
                    text-shadow: 2px 2px 5px #969696
                }

                .index-swiper-baichuan .swiper-slide .index-list1 .item-list1 .item-en {
                    font-size: .8rem;
                    color: #fff;
                    line-height: .8rem;
                    transition-delay: .5s;
                    font-weight: bold;
                }

        .index-swiper-baichuan .swiper-slide .item-down {
            position: absolute;
            width: 1.25rem;
            height: 1.25rem;
            margin-top: 1.5rem;
            cursor: pointer;
            text-align: center;
            transition-delay: .7s;
            bottom: 0px;
            left: 50%;
            transform: translateX(-50%)
        }

            .index-swiper-baichuan .swiper-slide .item-down .yuan-img {
                width: 100%;
                animation: zhuan0 6s infinite linear .65s;
                -moz-animation: zhuan0 6s infinite linear .65s;
                -webkit-animation: zhuan0 6s infinite linear .65s;
                animation: zhuan0 6s infinite linear .65s;
            }

@keyframes zhuan0 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes zhuan0 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.index-swiper-baichuan .swiper-slide .item-down .down-img {
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -10px;
    -moz-animation: top0 1s infinite linear .65s;
    -webkit-animation: top0 1s infinite linear .65s;
    animation: top0 1s infinite linear .65s;
}

@keyframes top0 {
    0% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(10%);
    }
}

@-webkit-keyframes top0 {
    0% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(10%);
    }
}

.index-swiper-baichuan .swiper-slide .index-list1 .index-list1-pagination {
    position: absolute;
    left: 2.6%;
    bottom: 11.1%;
    text-align: left;
    z-index: 10;
}

    .index-swiper-baichuan .swiper-slide .index-list1 .index-list1-pagination span {
        width: 1rem;
        display: inline-block;
        margin-right: 0.25rem;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.5);
        transition: all 0.3s;
    }

        .index-swiper-baichuan .swiper-slide .index-list1 .index-list1-pagination span.swiper-pagination-bullet-active {
            background-color: #f18700;
            height: 6px;
        }

.index-swiper-baichuan .swiper-slide .index-list1 .index-list1-prev, .index-swiper-baichuan .swiper-slide .index-list1 .index-list1-next {
    position: absolute;
    bottom: 11.1%;
    width: 1.4rem;
    height: 1.4rem;
    z-index: 10;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
    cursor: pointer;
}

.index-swiper-baichuan .swiper-slide .index-list1 .index-list1-prev {
    right: calc(2.6% + 1.6rem);
    background-image: url(../img/list1-next1.png);
}

.index-swiper-baichuan .swiper-slide .index-list1 .index-list1-next {
    right: 2.6%;
    background-image: url(../img/list1-prev.png);
}

.index-swiper-baichuan .swiper-slide .index-list2 {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 48vw auto;
    transition: 1.5s ease-in-out;
}

.index-swiper-baichuan .swiper-slide-active .index-list2 {
    background-position: right top;
}

.index-swiper-baichuan .index-list2 .list2-mian {
    position: relative;
    width: 71.9%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 100%;
    background-image: url(../img/list2-img.png)
}

.index-swiper-baichuan .index-list2 .list-content {
    position: relative;
    left: 14.5%;
    width: 70%;
    top: 50%;
    transform: translateY(-50%);
}

    .index-swiper-baichuan .index-list2 .list-content .en-blod {
        font-size: 1.3rem;
        line-height: 3rem;
        font-weight: bold;
        transition-delay: .3s;
        color: #444
    }

        .index-swiper-baichuan .index-list2 .list-content .en-blod:before {
            content: "";
            display: block;
            width: 3rem;
            height: 6px;
            background: #f18700;
            position: absolute;
            bottom: 0;
            z-index: 2;
        }

        .index-swiper-baichuan .index-list2 .list-content .en-blod:after {
            content: "";
            display: block;
            width: 7rem;
            height: 4px;
            background: #f0f0f0;
            position: absolute;
            bottom: 1px;
        }

    .index-swiper-baichuan .index-list2 .list-content .ping-zd {
        font-size: 1.25rem;
        color: #212121;
        line-height: 1.3rem;
        margin-top: 0.25rem;
        transition-delay: .6s;
    }

    .index-swiper-baichuan .index-list2 .list-content .title-p {
        font-size: 0.5rem;
        line-height: 1rem;
        color: #333;
        margin-top: 1.25rem;
        transition-delay: .9s;
        width: 80%;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

.index-swiper-baichuan .index-list2 .list2-ul {
    margin-top: 1.75rem;
    font-size: 0;
    text-align: left;
    transition-delay: 1.2s;
}

    .index-swiper-baichuan .index-list2 .list2-ul li {
        display: inline-block;
        vertical-align: top;
        margin-right: 2.5rem;
        position: relative;
        margin-bottom: 10px;
    }

        .index-swiper-baichuan .index-list2 .list2-ul li:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -1.25rem;
            width: 1px;
            height: 100%;
            background-color: #e5e5e5;
            content: ""
        }

        .index-swiper-baichuan .index-list2 .list2-ul li:nth-last-child(1) {
            margin-right: 0;
        }

            .index-swiper-baichuan .index-list2 .list2-ul li:nth-last-child(1):after {
                display: none;
            }

        .index-swiper-baichuan .index-list2 .list2-ul li .num {
            font-size: 1.2rem;
            line-height: 1.2rem;
            color: #333333;
        }

        .index-swiper-baichuan .index-list2 .list2-ul li .tit {
            font-size: 0.4rem;
            color: #333333;
            margin-left: 0.2rem;
        }

        .index-swiper-baichuan .index-list2 .list2-ul li .tit-p {
            font-size: 0.4rem;
            color: #666666;
            line-height: 0.4rem;
            margin-top: 0.25rem;
        }

.index-swiper-baichuan .index-list2 .more {
    display: block;
    margin-top: 1.75rem;
    padding-left: 0.7rem;
    width: 3.85rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 0.6rem;
    background-repeat: no-repeat;
    background-position: 2.7rem center;
    background-size: 8px;
    background-image: url(../img/more-jian.png);
    background-color: #11a196;
    color: #fff;
    font-size: 0.4rem;
    transition-delay: 1.5s;
    transition: all 0.3s;
}

.index-swiper-baichuan .swiper-slide .secwenup {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(30px);
    transition: 0.8s;
}

.index-swiper-baichuan .swiper-slide-active .secwenup {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    transition: 1s ease-in-out;
}

.index-swiper-baichuan .index-list3 {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
}

    .index-swiper-baichuan .index-list3 .w1720 {
        position: relative;
        width: 50%;
        top: 50%;
        transform: translateY(-50%);
        right: -38%;
        z-index: 999;
    }

@media (max-width: 1240px) {
    .index-swiper-baichuan .index-list3 .w1720 {
        width: 80%;
        transform: translateY(-0%);
        right: 10%;
        left: 10%;
    }
}

.index-swiper-baichuan .index-list3 .list3-mian {
    width: 88.4%;
    margin: 0 auto;
    position: relative;
}

.index-swiper-baichuan .index-list3 .list3-prev, .index-swiper-baichuan .index-list3 .list3-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.55rem;
    height: 1.55rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: all 0.3s;
}

.index-swiper-baichuan .index-list3 .list3-prev {
    left: 0;
    background-image: url(../img/list3-prev.png);
}

.index-swiper-baichuan .index-list3 .list3-next {
    right: 0;
    background-image: url(../img/list3-next.png);
}

.index-swiper-baichuan .index-list3 .list3-mian .left {
    float: left;
    width: 44%;
    margin-left: 3%;
    text-align: center;
    position: relative;
    opacity: 0;
    transform: scale3d(0.4, 0.4, 1);
    transition: 1.5s ease-in-out;
}

.index-swiper-baichuan .swiper-slide-active .index-list3 .list3-mian .left {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    transition: 1.5s ease-in-out;
}

.index-swiper-baichuan .index-list3 .list3-mian .left .left-big {
    position: relative;
    transition: all 0.5s;
}

    .index-swiper-baichuan .index-list3 .list3-mian .left .left-big.rote1 {
        transform: rotate(-60deg);
    }

    .index-swiper-baichuan .index-list3 .list3-mian .left .left-big.rote2 {
        transform: rotate(-120deg);
    }

    .index-swiper-baichuan .index-list3 .list3-mian .left .left-big.rote3 {
        transform: rotate(-180deg);
    }

    .index-swiper-baichuan .index-list3 .list3-mian .left .left-big.rote4 {
        transform: rotate(-240deg);
    }

    .index-swiper-baichuan .index-list3 .list3-mian .left .left-big.rote5 {
        transform: rotate(-300deg);
    }

    .index-swiper-baichuan .index-list3 .list3-mian .left .left-big img {
        width: 100%;
        width: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 1s ease-in-out;
    }

    .index-swiper-baichuan .index-list3 .list3-mian .left .left-big .cur {
        opacity: 0;
        position: relative;
    }

    .index-swiper-baichuan .index-list3 .list3-mian .left .left-big .item-num {
        position: absolute;
        font-size: 0.35rem;
        color: #11a196;
        z-index: 10;
        transition: all 0.5s;
    }

        .index-swiper-baichuan .index-list3 .list3-mian .left .left-big .item-num.rote1 {
            transform: rotate(60deg);
        }

        .index-swiper-baichuan .index-list3 .list3-mian .left .left-big .item-num.rote2 {
            transform: rotate(120deg);
        }

        .index-swiper-baichuan .index-list3 .list3-mian .left .left-big .item-num.rote3 {
            transform: rotate(180deg);
        }

        .index-swiper-baichuan .index-list3 .list3-mian .left .left-big .item-num.rote4 {
            transform: rotate(240deg);
        }

        .index-swiper-baichuan .index-list3 .list3-mian .left .left-big .item-num.rote5 {
            transform: rotate(300deg);
        }

    .index-swiper-baichuan .index-list3 .list3-mian .left .left-big .num-item1 {
        left: 91%;
        top: 24%;
    }

    .index-swiper-baichuan .index-list3 .list3-mian .left .left-big .num-item2 {
        left: 91%;
        bottom: 23.5%;
    }

    .index-swiper-baichuan .index-list3 .list3-mian .left .left-big .num-item3 {
        left: 50%;
        margin-left: -0.25rem;
        bottom: 0;
    }

    .index-swiper-baichuan .index-list3 .list3-mian .left .left-big .num-item4 {
        right: 91%;
        bottom: 23.5%;
    }

    .index-swiper-baichuan .index-list3 .list3-mian .left .left-big .num-item5 {
        right: 91%;
        top: 24%;
    }

    .index-swiper-baichuan .index-list3 .list3-mian .left .left-big .num-item6 {
        left: 50%;
        margin-left: -0.25rem;
        top: 0;
    }

.index-swiper-baichuan .index-list3 .list3-mian .list3-left-swiper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
    overflow: hidden;
}

    .index-swiper-baichuan .index-list3 .list3-mian .list3-left-swiper .swiper-slide {
        overflow: hidden;
    }

    .index-swiper-baichuan .index-list3 .list3-mian .list3-left-swiper img {
        width: 100%;
    }

.index-swiper-baichuan .index-list3 .left-back {
    position: absolute;
    font-size: 5rem;
    line-height: 5rem;
    color: #000000;
    opacity: 0.05;
    bottom: -4%;
    z-index: -1;
}

.index-swiper-baichuan .index-list3 .list3-mian .right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    right: 4%;
    text-align: left;
}

.index-swiper-baichuan .index-list3 .list3-mian .list3-right-swiper {
    position: relative;
    overflow: hidden;
}

    .index-swiper-baichuan .index-list3 .list3-mian .list3-right-swiper .en-name {
        font-size: 1.3rem;
        line-height: 3rem;
        font-weight: bold;
        color: #fff;
        transition-delay: .3s;
        font-weight: bold;
    }

        .index-swiper-baichuan .index-list3 .list3-mian .list3-right-swiper .en-name:before {
            content: "";
            display: block;
            width: 3rem;
            height: 6px;
            background: #f18700;
            position: absolute;
            bottom: 0;
            z-index: 2;
        }

        .index-swiper-baichuan .index-list3 .list3-mian .list3-right-swiper .en-name:after {
            content: "";
            display: block;
            width: 7rem;
            height: 4px;
            background: #fff;
            position: absolute;
            bottom: 1px;
        }

    .index-swiper-baichuan .index-list3 .list3-mian .list3-right-swiper .cn-name {
        font-size: .8rem;
        line-height: 1.3rem;
        color: #fff;
        margin-top: 1.25rem;
        transition-delay: .5s;
    }

    .index-swiper-baichuan .index-list3 .list3-mian .list3-right-swiper .item-p {
        font-size: 0.45rem;
        color: #fff;
        margin-top: 0.8rem;
        line-height: 1rem;
        transition-delay: .7s;
    }

    .index-swiper-baichuan .index-list3 .list3-mian .list3-right-swiper .more {
        display: block;
        margin-top: 1.75rem;
        padding-left: 0.7rem;
        width: 3.85rem;
        height: 1.2rem;
        line-height: 1.2rem;
        border-radius: 0.6rem;
        background-repeat: no-repeat;
        background-position: 2.7rem center;
        background-size: 8px;
        background-image: url(../img/more-jian.png);
        background-color: #11a196;
        color: #fff;
        font-size: 0.4rem;
        transition-delay: 1s;
        transition: all 0.3s;
        transition-delay: 1s;
    }

    .index-swiper-baichuan .index-list3 .list3-mian .list3-right-swiper .list3-right-pagination {
        position: relative;
        text-align: left;
        padding: 0.5rem 0;
    }

        .index-swiper-baichuan .index-list3 .list3-mian .list3-right-swiper .list3-right-pagination span {
            display: inline-block;
            width: 0.75rem;
            height: 0.75rem;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;
            box-sizing: border-box;
            background-image: url(../img/span1.png);
            background-color: transparent;
            transition: all 0.3s;
            border-radius: 50%;
            transition: all 0.3s;
            margin-right: 1rem;
            position: relative;
            border: 1px solid transparent;
        }

            .index-swiper-baichuan .index-list3 .list3-mian .list3-right-swiper .list3-right-pagination span:after {
                position: absolute;
                right: -1rem;
                width: 1rem;
                height: 6px;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 100% 100%;
                background-image: url(../img/spanxian.png);
                content: "";
                top: 50%;
                transform: translateY(-50%);
            }

            .index-swiper-baichuan .index-list3 .list3-mian .list3-right-swiper .list3-right-pagination span:nth-last-child(1):after {
                display: none;
            }

            .index-swiper-baichuan .index-list3 .list3-mian .list3-right-swiper .list3-right-pagination span.swiper-pagination-bullet-active {
                background-image: url(../img/span2.png);
                box-shadow: 0 10px 30px rgba(6, 89, 177, 0.15);
                border: 1px solid #e5e5e5;
            }

.index-list4 {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

    .index-list4 .zhuan-img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70%;
        transform: translate(-50%,-50%);
        -moz-animation: zhuan1 6s infinite linear .65s;
        -webkit-animation: zhuan1 6s infinite linear .65s;
        animation: zhuan1 6s infinite linear .65s;
    }

@keyframes zhuan1 {
    0% {
        transform: translate(-50%,-50%) rotate(0);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

@-webkit-keyframes zhuan1 {
    0% {
        transform: translate(-50%,-50%) rotate(0);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

.index-list4 .list4-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18.3%;
    z-index: 10;
}

    .index-list4 .list4-item .en-blod {
        font-size: 1.25rem;
        color: #212121;
        line-height: 1.3rem;
        transition-delay: .3s;
    }

    .index-list4 .list4-item .ping-zd {
        color: #fff;
        font-weight: bold;
        margin-top: 0.25rem;
        transition-delay: .6s;
        font-size: 1.6rem;
    }

        .index-list4 .list4-item .ping-zd:before {
            content: "";
            display: block;
            width: 3rem;
            height: 6px;
            background: #f18700;
            position: absolute;
            bottom: 0;
            z-index: 2;
        }

        .index-list4 .list4-item .ping-zd:after {
            content: "";
            display: block;
            width: 3rem;
            height: 6px;
            background: #f18700;
            position: absolute;
            bottom: 0;
            z-index: 2;
        }

    .index-list4 .list4-item .title-p {
        font-size: 0.4rem;
        line-height: 0.75rem;
        color: #fff;
        margin-top: 1.25rem;
        transition-delay: .9s;
        width: 50%
    }

    .index-list4 .list4-item .more {
        display: block;
        margin-top: 1.75rem;
        padding-left: 0.7rem;
        width: 3.85rem;
        height: 1.2rem;
        line-height: 1.2rem;
        border-radius: 0.6rem;
        background-repeat: no-repeat;
        background-position: 2.7rem center;
        background-size: 8px;
        background-image: url(../img/more-jian.png);
        background-color: #11a196;
        color: #fff;
        font-size: 0.4rem;
        transition-delay: 1.2s;
        transition: all 0.3s;
    }

.index-list4 .list-qiu {
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%,-50%);
    width: 35%;
}

    .index-list4 .list-qiu .scal-div {
        opacity: 0;
        transform: scale3d(0.4, 0.4, 1);
        transition: 1.5s ease-in-out;
        position: relative;
    }

.index-swiper-baichuan .swiper-slide-active .index-list4 .list-qiu .scal-div {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    transition: 1.5s ease-in-out
}

.index-list4 .list-qiu img.qiu {
    width: 100%;
    opacity: .6;
}

.index-list4 .list-qiu .itemy {
    position: absolute;
    width: 0.45rem;
    height: 0.45rem;
    background-image: url(../img/list-smyuan.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.index-list4 .list-qiu .itemy1 {
    top: 33.25%;
    right: 28%;
}

.index-list4 .list-qiu .itemy2 {
    top: 40.25%;
    right: 36.5%;
}

.index-list4 .list-qiu .itemy3 {
    top: 40.25%;
    right: 28%;
}

.index-list4 .list-qiu .itemy4 {
    top: 28.25%;
    left: 8%;
}

.index-list4 .list-qiu .itemy5 {
    top: 44.25%;
    left: 20%;
}

.index-list4 .list-qiu .itemy6 {
    bottom: 37.25%;
    left: 48%;
}

.index-list4 .list-qiu .itemy7 {
    top: 47.25%;
    right: 14%;
}

.index-list4 .list-qiu .itemy8 {
    bottom: 38.25%;
    right: 24%;
}

.index-list4 .list-qiu .itemy:after {
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../img/list4-bigyuan.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    -moz-animation: big1 2s infinite linear .65s;
    -webkit-animation: big1 2s infinite linear .65s;
    animation: big1 2s infinite linear .65s;
    top: 50%;
    left: 70%;
    transform: translate(-50%,-50%);
}

@keyframes big1 {
    0% {
        width: 1rem;
        height: 1rem;
    }

    100% {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@-webkit-keyframes big1 {
    0% {
        width: 1rem;
        height: 1rem;
    }

    100% {
        width: 1.5rem;
        height: 1.5rem;
    }
}

.index-list4 .none-list4 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 50;
    visibility: hidden;
}

    .index-list4 .none-list4.big-on {
        visibility: inherit;
    }

    .index-list4 .none-list4 .back-btn {
        width: 3.75rem;
        height: 1.25rem;
        line-height: 1.25rem;
        border-radius: 0.625rem;
        text-align: center;
        transition: all 0.3s;
        cursor: pointer;
        font-size: 0.5rem;
        background-color: #11a196;
        color: #fff;
        box-shadow: 0px 10px 30px rgba(0, 78, 161, 0.15);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0.25rem;
        z-index: 50
    }

    .index-list4 .none-list4 .one {
        position: absolute;
        width: 720px;
        height: 720px;
        top: 50%;
        left: 50%;
        margin-left: -360px;
        margin-top: -360px;
        transform: scale3d(0,0,1);
        transition: 1.5s ease-in-out;
    }

    .index-list4 .none-list4.big-on .one {
        transform: scale3d(20,20,20);
        transition: 1.5s ease-in-out;
        z-index: 10;
    }

    .index-list4 .none-list4 .lista-mapdiv {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        overflow: hidden;
        transform: translate(-50%,-50%);
        opacity: 1;
        visibility: hidden;
    }

        .index-list4 .none-list4 .lista-mapdiv .item4-imgbk {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            transition: 1.5s ease-in-out;
        }

        .index-list4 .none-list4 .lista-mapdiv.showon {
            opacity: 1;
            visibility: inherit;
        }

            .index-list4 .none-list4 .lista-mapdiv.showon.showonin {
                z-index: 50;
                background-color: #d9dce1;
            }

        .index-list4 .none-list4 .lista-mapdiv .liul {
            position: absolute;
            left: 10.42%;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            opacity: 0;
            transition: all 0.3s 0.3s;
        }

        .index-list4 .none-list4 .lista-mapdiv.showon.showonin .liul {
            opacity: 1;
        }

        .index-list4 .none-list4 .lista-mapdiv .liul li {
            width: 3.75rem;
            height: 1.25rem;
            line-height: 1.25rem;
            border-radius: 0.625rem;
            text-align: center;
            font-size: #333333;
            background-color: #fff;
            transition: all 0.3s;
            box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.15);
            cursor: pointer;
            margin-bottom: 1.75rem;
            font-size: 0.5rem;
        }

            .index-list4 .none-list4 .lista-mapdiv .liul li:nth-last-child(1) {
                margin-bottom: 0
            }

            .index-list4 .none-list4 .lista-mapdiv .liul li.cur {
                box-shadow: 0px 10px 30px rgba(0, 78, 161, 0.15);
                background-color: #11a196;
                color: #fff;
            }

        .index-list4 .none-list4 .lista-mapdiv .map-yuan {
            position: absolute;
            font-size: 14px;
            color: #f18200;
            transition: 1.5s ease-in-out;
        }

            .index-list4 .none-list4 .lista-mapdiv .map-yuan span {
                width: 0.45rem;
                height: 0.45rem;
                background-image: url(../img/list-smyuan.png);
                background-repeat: no-repeat;
                background-position: center;
                background-size: 100%;
                position: relative;
                display: inline-block;
                vertical-align: middle;
            }

            .index-list4 .none-list4 .lista-mapdiv .map-yuan i {
                display: inline-block;
                vertical-align: middle;
                margin-left: 0.25rem;
            }

            .index-list4 .none-list4 .lista-mapdiv .map-yuan span:after {
                position: absolute;
                content: "";
                width: 1.5rem;
                height: 1.5rem;
                background-image: url(../img/list4-bigyuan.png);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 100%;
                -moz-animation: big1 2s infinite linear .65s;
                -webkit-animation: big1 2s infinite linear .65s;
                animation: big1 2s infinite linear .65s;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
            }

        .index-list4 .none-list4 .lista-mapdiv .map-div1 {
            left: 73%;
            top: 45%;
        }

        .index-list4 .none-list4 .lista-mapdiv .map-div2 {
            left: 73%;
            top: 47%;
        }

        .index-list4 .none-list4 .lista-mapdiv .map-div3 {
            left: 71%;
            top: 47%;
        }

            .index-list4 .none-list4 .lista-mapdiv .map-div3 i {
                display: block;
            }

        .index-list4 .none-list4 .lista-mapdiv .map-div4 {
            bottom: 30%;
            left: 53%;
        }

        .index-list4 .none-list4 .lista-mapdiv .item4-imgbk.num0 {
            transform: scale3d(1.5,1.5,1);
            transition: 1.5s ease-in-out;
            left: -32%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num0 .map-div1 {
            left: 53%;
            top: 45%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num0 .map-div2 {
            left: 53%;
            top: 47%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num0 .map-div3 {
            left: 51%;
            top: 47%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num0 .map-div4 {
            bottom: 19%;
            left: 21%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num0 .map-yuan {
            color: #666;
        }

            .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num0 .map-yuan.cur {
                color: #f18200;
            }

        .index-list4 .none-list4 .lista-mapdiv .item4-imgbk.num1 {
            transform: scale3d(1.5,1.5,1);
            transition: 1.5s ease-in-out;
            left: 0%;
            top: -10%
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num1 .map-div1 {
            left: 86%;
            top: 33%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num1 .map-div2 {
            left: 86%;
            top: 35%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num1 .map-div3 {
            left: 84%;
            top: 34%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num1 .map-div4 {
            bottom: 29%;
            left: 54%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num0 .map-yuan {
            color: #666;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num1 .map-yuan {
            color: #666;
        }

            .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num1 .map-yuan.cur {
                color: #f18200;
            }

        .index-list4 .none-list4 .lista-mapdiv .map-xiangqimap {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10.42%;
            width: 9rem;
            background-color: #fff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            z-index: 10;
            display: none;
        }

            .index-list4 .none-list4 .lista-mapdiv .map-xiangqimap .irpo {
                padding: 1rem;
            }

                .index-list4 .none-list4 .lista-mapdiv .map-xiangqimap .irpo .itemname {
                    font-size: 0.75rem;
                    color: #000;
                    line-height: 0.8rem;
                }

                .index-list4 .none-list4 .lista-mapdiv .map-xiangqimap .irpo .item-p {
                    font-size: 0.4rem;
                    color: #666666;
                    line-height: 0.9rem;
                    margin-top: 0.75rem;
                }

                .index-list4 .none-list4 .lista-mapdiv .map-xiangqimap .irpo .tan {
                    display: block;
                    margin-top: 1.75rem;
                    padding-left: 0.7rem;
                    width: 2.85rem;
                    height: 1.2rem;
                    line-height: 1.2rem;
                    border-radius: 0.6rem;
                    background-repeat: no-repeat;
                    background-position: 2.7rem center;
                    background-size: 8px;
                    background-image: url(../img/more-jian1.png);
                    border: 1px solid #ccc;
                    color: #999999;
                    font-size: 0.4rem;
                    transition: all 0.3s;
                }

.nei-mian {
    margin-top: calc(84px + 1.25rem);
}

.about-list1 {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    overflow: hidden;
}

    .about-list1 .beji-shic {
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100% 100%;
        background-image: url(../img/list2-img.png);
        transition: all 1s ease;
        position: absolute;
        height: 101%;
        width: 100%;
        top: 0;
        right: 20%;
    }

    .about-list1 .about-mian {
        padding: 3.75rem 0;
    }

        .about-list1 .about-mian .about-left {
            width: 16rem;
        }

            .about-list1 .about-mian .about-left .name {
                font-size: 1.25rem;
                line-height: 1.3rem;
                color: #212121;
            }

            .about-list1 .about-mian .about-left .name-p {
                margin-top: 1.25rem;
                font-size: 0.4rem;
                color: #333333;
                line-height: 0.8rem;
                text-align: justify;
            }

        .about-list1 .about-mian .about-li {
            margin-top: 1.75rem;
            font-size: 0;
            text-align: left;
        }

            .about-list1 .about-mian .about-li li {
                display: inline-block;
                vertical-align: top;
                position: relative;
                margin-right: 2.5rem;
            }

                .about-list1 .about-mian .about-li li:after {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: -1.25rem;
                    width: 1px;
                    height: 1.75rem;
                    background-color: #e5e5e5;
                    content: "";
                }

                .about-list1 .about-mian .about-li li:nth-last-child(1) {
                    margin-right: 0;
                }

                    .about-list1 .about-mian .about-li li:nth-last-child(1):after {
                        display: none;
                    }

                .about-list1 .about-mian .about-li li .num {
                    font-size: 1.2rem;
                    color: #333333;
                    line-height: 1.2rem;
                    vertical-align: bottom;
                    display: inline-block;
                }

                .about-list1 .about-mian .about-li li .tit {
                    font-size: 0.4rem;
                    color: #333333;
                    display: inline-block;
                    vertical-align: bottom;
                }

                .about-list1 .about-mian .about-li li .year-tit {
                    font-size: 0.35rem;
                    color: #666666;
                    line-height: 0.4rem;
                    margin-top: 0.25rem;
                }

        .about-list1 .about-mian .add-div {
            margin-top: 1.5rem;
        }

            .about-list1 .about-mian .add-div:nth-last-child(1) {
                margin-top: 0.2rem;
            }

            .about-list1 .about-mian .add-div i {
                display: inline-block;
                width: 0.6rem;
                height: 0.6rem;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 100% 100%;
                background-image: url(../img/about-ico4.html);
                vertical-align: middle;
                margin-right: 0.25rem;
            }

            .about-list1 .about-mian .add-div:nth-last-child(1) i {
                background-image: url(../img/about-ico5.html);
            }

            .about-list1 .about-mian .add-div span {
                display: inline-block;
                vertical-align: middle;
                font-size: 0.4rem;
                color: #666;
                border-bottom: 1px solid #e6e6e6;
            }

                .about-list1 .about-mian .add-div span.span1 {
                    color: #333;
                }

.about-list2 {
    padding: 3.5rem 0 2.5rem;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

    .about-list2 .title {
        font-size: 1.25rem;
        line-height: 1.3rem;
        color: #212121;
        text-align: center;
    }

    .about-list2 .about-cult {
        position: relative;
        margin-top: 1.5rem;
        padding: 0.5rem 0;
        overflow: hidden;
    }

        .about-list2 .about-cult .back-moel {
            position: absolute;
            height: 100%;
            width: 39%;
            z-index: 10;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            background-image: url(../img/about-j.html);
            top: 0;
            left: 0;
            display: none
        }

            .about-list2 .about-cult .back-moel:nth-child(2) {
                left: auto;
                right: 0;
            }

        .about-list2 .about-cult .tit-div {
            padding: 1rem;
            background-color: #fff;
        }

            .about-list2 .about-cult .tit-div .ico {
                width: 1.25rem;
                overflow: hidden;
            }

                .about-list2 .about-cult .tit-div .ico img {
                    width: 100%;
                }

            .about-list2 .about-cult .tit-div .ico-tit {
                font-size: 0.55rem;
                line-height: 0.75rem;
                color: #333333;
                margin-top: 0.6rem;
            }

            .about-list2 .about-cult .tit-div .ico-p {
                font-size: 0.4rem;
                line-height: 0.75rem;
                color: #333;
                margin-top: 0.75rem;
                transition: all 0.3s;
                visibility: hidden;
                opacity: 0;
            }

        .about-list2 .about-cult .swiper-slide-active .tit-div .ico-p {
            visibility: inherit;
            opacity: 1;
        }

        .about-list2 .about-cult .swiper-slide {
            border-radius: 8px;
            overflow: hidden;
            opacity: 0.4;
        }

        .about-list2 .about-cult .swiper-slide-prev, .about-list2 .about-cult .swiper-slide-next {
            opacity: 0.6
        }

        .about-list2 .about-cult .swiper-slide-active {
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
            opacity: 1;
        }

.about-list2-apge {
    position: relative;
    margin-top: 1.5rem;
    width: 100%;
    height: 0.4rem;
    display: none;
}

    .about-list2-apge:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 2px;
        background-color: #e5e5e5;
        content: "";
    }

    .about-list2-apge .swiper-scrollbar-drag {
        background-image: url(../img/about-page.html);
        background-repeat: no-repeat;
        background-position: right center;
        background-color: transparent;
        position: relative;
    }

        .about-list2-apge .swiper-scrollbar-drag:before {
            position: absolute;
            width: 80%;
            height: 5px;
            left: 0;
            content: "";
            background-color: #f18200;
            top: 50%;
            transform: translateY(-50%);
        }

.about-lis3 {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

    .about-lis3 .left {
        float: left;
        width: 48.7%;
        padding: 3.75rem 0 2rem;
        border-right: 1px solid #e5e5e5;
    }

        .about-lis3 .left .title {
            font-size: 1.25rem;
            line-height: 1.3rem;
            color: #212121;
            padding-left: 21.4%;
        }

        .about-lis3 .left .list2-swiper {
            position: relative;
            overflow: hidden;
            height: 12rem;
        }

            .about-lis3 .left .list2-swiper .swiper-slide {
                height: 4rem;
                line-height: 4rem;
                position: relative;
            }

                .about-lis3 .left .list2-swiper .swiper-slide .item {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 76%;
                    opacity: 0.5;
                    transition: all 0.3s;
                    cursor: pointer
                }

            .about-lis3 .left .list2-swiper .active .item {
                opacity: 1;
            }

            .about-lis3 .left .list2-swiper .swiper-slide .item img {
                width: 1rem;
                display: inline-block;
                vertical-align: middle;
                margin-right: 0.25rem;
            }

            .about-lis3 .left .list2-swiper .swiper-slide .item span {
                font-size: 0.75rem;
                display: inline-block;
                vertical-align: middle;
                line-height: 0.8rem;
            }

            .about-lis3 .left .list2-swiper .active {
                border-bottom: 1px solid #e5e5e5;
                border-top: 1px solid #e5e5e5;
                box-sizing: border-box;
            }

                .about-lis3 .left .list2-swiper .active:after {
                    position: absolute;
                    left: 50%;
                    width: 20%;
                    top: 50%;
                    height: 2px;
                    margin-top: -1px;
                    transform: translateX(-50%);
                    background-color: #e5e5e5;
                    content: "";
                }

                .about-lis3 .left .list2-swiper .active:before {
                    width: 4px;
                    height: 1rem;
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    background-color: #f18200;
                }

            .about-lis3 .left .list2-swiper .prev-about, .about-lis3 .left .list2-swiper .next-about {
                position: absolute;
                left: 50%;
                transform: translateY(-50%);
                width: 0.75rem;
                height: 0.4rem;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                z-index: 10;
            }

            .about-lis3 .left .list2-swiper .prev-about {
                top: 3.9rem;
                background-image: url(../img/about-jian.html)
            }

            .about-lis3 .left .list2-swiper .next-about {
                bottom: 3.7rem;
                background-image: url(../img/about-jian1.html)
            }

    .about-lis3 .right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 23.4%;
        right: 17.5%;
    }

        .about-lis3 .right .right-siwper {
            position: relative;
            overflow: hidden;
        }

            .about-lis3 .right .right-siwper .tit {
                font-size: 0.45rem;
                color: #212121;
            }

                .about-lis3 .right .right-siwper .tit span {
                    font-size: 0.75rem;
                    color: #000;
                    line-height: 0.8rem;
                    margin-right: 0.2rem;
                }

                    .about-lis3 .right .right-siwper .tit span.xian {
                        margin: 0 0.2rem;
                        display: inline-block;
                        width: 0.6rem;
                        height: 0.8rem;
                        position: relative;
                    }

                        .about-lis3 .right .right-siwper .tit span.xian:after {
                            position: absolute;
                            top: 70%;
                            margin-top: -1px;
                            background-color: #212121;
                            content: "";
                            width: 100%;
                            height: 2px;
                        }

            .about-lis3 .right .right-siwper .yeadr-p {
                font-size: 0.4rem;
                color: #212121;
                line-height: 1rem;
                margin-top: 1.5rem;
            }

.about-lis4 .item-left {
    position: relative;
    float: left;
    width: 40.6%;
}

    .about-lis4 .item-left .list4-siwpe {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 22rem;
    }

        .about-lis4 .item-left .list4-siwpe .mask {
            display: none
        }

        .about-lis4 .item-left .list4-siwpe img {
            height: 100%;
        }

.about-lis4 .beji-shic {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 100%;
    background-image: url(../img/list2-img.png);
    transition: all 1s ease;
    position: absolute;
    height: 101%;
    width: 100%;
    top: 0;
    right: 10%;
}

.about-lis4 .item-left .list4-page {
    position: absolute;
    bottom: 1.5rem;
    text-align: center;
    width: 100%;
    z-index: 15;
}

    .about-lis4 .item-left .list4-page span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #fff;
        transition: all 0.3s;
        display: inline-block;
        margin: 0 0.3rem;
        opacity: 0.6;
    }

    .about-lis4 .item-left .list4-page .swiper-pagination-bullet-active {
        opacity: 1;
    }

.about-lis4 .item-mian {
    float: left;
    width: 35%;
    margin-left: 6%;
    position: relative;
    margin-top: 3rem;
    z-index: 15;
}

    .about-lis4 .item-mian .main-siwper {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        .about-lis4 .item-mian .main-siwper .itt {
            font-size: 1.25rem;
            line-height: 1.3rem;
            color: #212121;
        }

        .about-lis4 .item-mian .main-siwper .item-p {
            font-size: 0.4rem;
            color: #333333;
            line-height: 0.9rem;
            margin-top: 1.5rem;
            max-height: 13rem;
            overflow: auto;
            padding-right: 0.5rem;
            text-align: justify;
        }

.about-lis4 .item-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 10.42%;
    z-index: 10;
}

.about-lis4 {
    position: relative;
    overflow: hidden;
}

    .about-lis4 .list4-mask {
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100% 100%;
        background-image: url(../img/about-list5.html);
        transition: all 1s ease;
        position: absolute;
        height: 101%;
        width: 100%;
        top: 0;
        left: -16%;
        z-index: 5;
    }

    .about-lis4 .item-right img {
        width: 100%;
    }

    .about-lis4 .item-right .item-div {
        position: absolute;
        text-align: center;
        cursor: pointer;
    }

        .about-lis4 .item-right .item-div .img {
            width: 1.25rem;
            border-radius: 50%;
            transition: all 0.3s;
            overflow: hidden;
        }

        .about-lis4 .item-right .item-div.cur .img {
            width: 1.75rem;
            border: 2px solid #11a196;
            box-sizing: border-box;
            margin: 0 auto;
        }

        .about-lis4 .item-right .item-div .img.resdiv {
            position: relative;
            border-radius: 50%;
            background-color: #dce4ec;
            overflow: hidden;
            border: 0;
        }

            .about-lis4 .item-right .item-div .img.resdiv img {
                opacity: 1;
                transition: all 0.3s;
            }

            .about-lis4 .item-right .item-div .img.resdiv .img2 {
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
            }

        .about-lis4 .item-right .item-div.cur .img.resdiv {
            background-color: #11a196;
        }

            .about-lis4 .item-right .item-div.cur .img.resdiv .img1 {
                opacity: 0;
            }

            .about-lis4 .item-right .item-div.cur .img.resdiv .img2 {
                opacity: 1;
            }

        .about-lis4 .item-right .item-div .img img {
            width: 100%;
            border-radius: 50%;
        }

        .about-lis4 .item-right .item-div .name {
            font-size: 0.35rem;
            color: #666;
            transition: all 0.3s;
        }

        .about-lis4 .item-right .item-div.cur .name {
            font-size: 0.45rem;
            color: #11a196;
            white-space: nowrap;
        }

        .about-lis4 .item-right .item-div.div1 {
            top: 12.3%;
            right: 14%;
        }

        .about-lis4 .item-right .item-div.div2 {
            top: 28.7%;
            left: 20%;
        }

        .about-lis4 .item-right .item-div.div3 {
            top: 52.7%;
            left: 28%;
        }

        .about-lis4 .item-right .item-div.div4 {
            top: 70%;
            right: 14%;
        }

.inve-mian {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/inve-list.html)
}

    .inve-mian ul li {
        float: left;
        width: 33.3%;
        position: relative;
        padding-bottom: 52.3%;
    }

        .inve-mian ul li img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all 0.3s;
        }

        .inve-mian ul li .item-inv {
            position: absolute;
            top: 50%;
            left: 50%;
            text-align: center;
            transform: translate(-50%,-50%);
            width: 80%;
            z-index: 10
        }

            .inve-mian ul li .item-inv .name {
                font-size: 1.2rem;
                line-height: 1.3rem;
                color: #333333;
            }

            .inve-mian ul li .item-inv .name-p {
                font-size: 0.45rem;
                color: #333333;
                line-height: 0.75rem;
                margin-top: 0.75rem;
                height: 1.5rem;
                overflow: hidden;
            }

            .inve-mian ul li .item-inv .more {
                display: block;
                margin: 1.75rem auto 0;
                text-align: left;
                padding-left: 0.7rem;
                width: 2.85rem;
                height: 1.2rem;
                line-height: 1.2rem;
                border-radius: 0.6rem;
                background-repeat: no-repeat;
                background-position: 2.7rem center;
                background-size: 8px;
                background-image: url(../img/more-jian.png);
                background-color: #11a196;
                color: #fff;
                font-size: 0.4rem;
                transition-delay: 1.5s;
                transition: all 0.3s;
            }

.nei-non-body .nei-mian {
    margin-top: 84px;
}

.news-mian {
    padding: 2rem 0 2.75rem;
}

    .news-mian .news-header {
        position: relative;
        z-index: 20;
        font-size: 0;
        text-align: left;
    }

        .news-mian .news-header .item-from {
            display: inline-block;
            vertical-align: top;
            margin-right: 0.25rem;
            border-radius: 6px;
            position: relative;
        }

            .news-mian .news-header .item-from:nth-child(1) {
                margin-left: 1.5rem;
            }

            .news-mian .news-header .item-from .form {
                width: 6.5rem;
                border: 1px solid #e5e5e5;
                border-radius: 8px;
                height: 1.5rem;
                line-height: 1.5rem;
                padding: 0 0.5rem;
                position: relative;
            }

                .news-mian .news-header .item-from .form .text {
                    font-size: 0.4rem;
                    color: #b3b2b2;
                    line-height: 1.5rem;
                    height: 1.5rem;
                    background-color: transparent;
                    width: 80%;
                }

                .news-mian .news-header .item-from .form .submit {
                    position: absolute;
                    width: 0.4rem;
                    height: 0.4rem;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 100% 100%;
                    background-image: url(../img/n-se.png);
                    cursor: pointer;
                    background-color: transparent;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 0.5rem;
                }

            .news-mian .news-header .item-from .tit-year {
                width: 6.5rem;
                border-radius: 8px;
                height: 1.5rem;
                font-size: 0.5rem;
                line-height: 1.5rem;
                padding: 0 0.5rem;
                position: relative;
                background-color: #11a196;
                color: #fff;
                background-position: 6.5rem center;
                background-repeat: no-repeat;
                background-size: 12px;
                background-image: url(../img/h-xia.png);
                cursor: pointer;
            }

            .news-mian .news-header .item-from .year-div {
                position: absolute;
                top: 1.5rem;
                width: 100%;
                max-height: 3rem;
                overflow: hidden;
                background-color: #fff;
                border: 1px solid #e5e5e5;
                border-radius: 8px;
                display: none;
            }

                .news-mian .news-header .item-from .year-div .y-tit {
                    font-size: 0.4rem;
                    color: #666;
                    display: block;
                    height: 1rem;
                    line-height: 1rem;
                    padding-left: 0.5rem;
                    transition: all 0.3s;
                }

.news-ul1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

    .news-ul1 li {
        float: left;
        width: 48.7%;
        margin-right: 2.6%;
        overflow: hidden;
        border-radius: 8px;
        position: relative;
    }

        .news-ul1 li:nth-child(2) {
            margin-right: 0;
        }

        .news-ul1 li img {
            width: 100%;
            transition: all 0.3s;
        }

        .news-ul1 li .item-tit {
            position: absolute;
            bottom: 0.75rem;
            width: 90%;
            left: 5%;
        }

            .news-ul1 li .item-tit .title {
                font-size: 0.45rem;
                color: #fff;
                font-weight: bold;
                float: left;
                width: 80%;
                transition: all 0.3s;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .news-ul1 li .item-tit .ya {
                font-size: 0.3rem;
                color: #fff;
                position: absolute;
                bottom: 0;
                right: 0;
            }

.news-mian {
    margin-top: 2rem;
}

    .news-mian .news-ul2 {
        width: 85%;
        margin: auto
    }

        .news-mian .news-ul2 li {
            padding-bottom: 1rem;
            margin-bottom: 1rem;
            border-bottom: 1px solid #e5e5e5;
            position: relative;
        }

            .news-mian .news-ul2 li:last-child {
                margin-bottom: 0;
                border-bottom: none;
            }

            .news-mian .news-ul2 li .img {
                float: left;
                width: 30.1%;
                overflow: hidden;
                border-radius: 6px;
                max-height: 200px;
            }

                .news-mian .news-ul2 li .img img {
                    width: 100%;
                    transition: all 0.3s;
                }

            .news-mian .news-ul2 li .imgrihgt {
                float: right;
                width: 66%;
                text-align: left;
            }

                .news-mian .news-ul2 li .imgrihgt .tite {
                    font-size: 0.55rem;
                    color: #333;
                    font-weight: bold;
                    ;
                    transition: all 0.3s;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    line-height: 0.6rem;
                }

                .news-mian .news-ul2 li .imgrihgt .tit-y {
                    font-size: 0.325rem;
                    color: #808080;
                    line-height: 0.4rem;
                    margin-top: 0.4rem;
                }

                .news-mian .news-ul2 li .imgrihgt .tit-p {
                    font-size: 0.375rem;
                    color: #666666;
                    line-height: 0.75rem;
                    margin-top: 0.3rem;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                }

                .news-mian .news-ul2 li .imgrihgt .more {
                    font-size: 0.325rem;
                    color: #808080;
                    margin-top: 1.25rem;
                    padding-right: 0.5rem;
                    display: inline-block;
                    background-position: right center;
                    background-image: url(../img/nm.png);
                    background-repeat: no-repeat;
                    background-size: 0.25rem;
                }

    .news-mian .news-right {
        float: right;
        width: 22%;
    }

        .news-mian .news-right .tit {
            font-size: 0.55rem;
            color: #212121;
            font-weight: bold;
            line-height: 0.6rem;
        }

        .news-mian .news-right .news-ul3 {
            margin-top: 0.5rem;
        }

            .news-mian .news-right .news-ul3 li {
                margin-bottom: 0.5rem;
                background-color: #f5f5f5;
                border-radius: 6px;
                overflow: hidden;
                transition: all 0.3s;
            }

                .news-mian .news-right .news-ul3 li .li {
                    padding: 0.6rem;
                }

                    .news-mian .news-right .news-ul3 li .li .name {
                        font-size: 0.45rem;
                        color: #666;
                        transition: all 0.3s;
                        line-height: 0.75rem;
                        height: 2.25rem;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 3;
                        overflow: hidden;
                    }

                    .news-mian .news-right .news-ul3 li .li .ye {
                        font-size: 0.3rem;
                        color: #808080;
                        line-height: 0.35rem;
                        margin-top: 1rem;
                        transition: all 0.3s;
                    }

.page {
    position: relative;
    margin-top: 2.5rem;
    font-size: 0;
    text-align: center;
}

    .page a {
        display: inline-block;
        width: 1rem;
        height: 1rem;
        font-size: 0.35rem;
        line-height: 1rem;
        text-align: center;
        margin: 0 2px;
        transition: all 0.3s;
        background-color: #edf2f7;
        color: #666666;
        font-family: "Arial";
    }

        .page a.prev, .page a.next {
            background-repeat: no-repeat;
            background-position: center;
            background-size: 8px
        }

        .page a.prev {
            background-image: url(../img/page.png)
        }

        .page a.next {
            background-image: url(../img/page1.png)
        }

        .page a.active {
            background-color: #11a196;
            color: #fff;
        }

.news-detail .d-left {
    float: left;
    width: 61.2%;
    padding: 2.5rem 0 2.25rem;
    min-height: 20rem;
}

    .news-detail .d-left .title {
        font-size: 0.9rem;
        line-height: 1.1rem;
        color: #333333;
        text-align: center;
    }

    .news-detail .d-left .yeaer {
        font-size: 0.325rem;
        color: #666666;
        text-align: center;
        line-height: 0.4rem;
        border-bottom: 1px solid #e5e5e5;
        margin-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-family: "Arial";
    }

    .news-detail .d-left .new-ps {
        padding: 1rem 0;
        font-size: 0.45rem;
        color: #666666;
        line-height: 0.75rem;
        text-align: justify;
        border-bottom: 1px solid #e5e5e5;
    }

        .news-detail .d-left .new-ps img {
            max-width: 100%;
        }

    .news-detail .d-left .detail-p {
        margin-top: 1rem;
        position: relative;
    }

        .news-detail .d-left .detail-p p {
            width: 80%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 0.4rem;
            line-height: 0.75rem;
        }

            .news-detail .d-left .detail-p p a {
                color: #666;
            }

        .news-detail .d-left .detail-p .back {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 0.4rem;
            color: #666;
            transition: all 0.3s;
            padding-left: 0.75rem;
            background-position: left center;
            background-repeat: no-repeat;
            background-image: url(../img/back.png);
            background-size: 0.4rem;
        }

.news-detail .d-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 31%;
    background-color: #f5f5f5;
    height: 100%;
}

    .news-detail .d-right .tit {
        font-size: 0.6rem;
        color: #333333;
        height: 3rem;
        line-height: 3rem;
        border-bottom: 1px solid #e5e5e5;
        padding-left: 1.5rem;
    }

    .news-detail .d-right .rul li {
        padding: 0.6rem 1.5rem 1rem;
        border-bottom: 1px solid #e5e5e5;
    }

        .news-detail .d-right .rul li .ye {
            font-size: 0.35rem;
            color: #666666;
            line-height: 0.4rem;
        }

        .news-detail .d-right .rul li .ye-p {
            transition: all 0.3s;
            font-size: 0.4rem;
            color: #666666;
            line-height: 0.6rem;
            margin-top: 0.5rem;
        }

.repon-list1 {
    position: relative;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 44vw auto;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

    .repon-list1 .repom-mian {
        background-position: right top;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/res-list1.png);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 1s ease;
        background-size: 100% 100%;
    }

    .repon-list1 .w1520 {
        border-left: 1px solid #e5e5e5;
    }

    .repon-list1 .repon-ul {
        position: fixed;
        top: calc(84px + 1.25rem);
        left: 10.4%;
    }

        .repon-list1 .repon-ul.fixed-on {
            position: absolute;
            bottom: 0;
            top: auto;
            left: 0;
        }

        .repon-list1 .repon-ul li {
            font-size: 0.35rem;
            color: #808080;
            transition: all 0.3s;
            width: 4.5rem;
            height: 2.25rem;
            cursor: pointer;
            text-align: center;
            position: relative;
            border-bottom: 1px solid #e5e5e5;
        }

            .repon-list1 .repon-ul li span {
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                width: 100%;
                text-align: center;
            }

            .repon-list1 .repon-ul li.cur {
                background-color: #11a196;
                color: #fff;
            }

    .repon-list1 .repoin {
        width: 16rem;
        padding: 2.5rem 0 2.5rem 3.5rem;
        border-left: 1px solid #e5e5e5;
        margin-left: 4.5rem;
    }

        .repon-list1 .repoin .div-item {
            margin-bottom: 2rem;
        }

            .repon-list1 .repoin .div-item:nth-last-child(1) {
                margin-bottom: 0;
            }

        .repon-list1 .repoin .title {
            font-size: 1.25rem;
            line-height: 1.3rem;
            color: #212121;
        }

        .repon-list1 .repoin .tit {
            font-size: 0.6rem;
            line-height: 0.8rem;
            margin-top: 0.5rem;
            color: #333333;
        }

        .repon-list1 .repoin .tit-p {
            font-size: 0.4rem;
            color: #333;
            line-height: 0.9rem;
            margin-top: 1rem;
        }

        .repon-list1 .repoin .tit-y {
            font-size: 0.75rem;
            line-height: 0.8rem;
        }

.about-lis4 .item-mian .main-siwper .itt-re {
    font-size: 0.6rem;
    line-height: 0.7rem;
    color: #333333;
    margin-bottom: 0.25rem;
}

.about-lis4 .item-right.repom-lit .div1 {
    top: 20%;
    left: 50%;
}

.about-lis4 .item-right.repom-lit .div2 {
    top: 42%;
    left: 20%;
}

.about-lis4 .item-right.repom-lit .div3 {
    top: 70%;
    left: 50%;
}

.join-list1 {
    position: relative;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    overflow: hidden;
}

    .join-list1 .join-bk {
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url(../img/job1.png);
        background-size: 100% 100%;
        transition: all 1s ease;
        position: absolute;
        height: 101%;
        width: 100%;
        top: 0;
        right: 0%;
        z-index: 5;
    }

    .join-list1 .join-mian {
        position: relative;
        z-index: 15;
    }

        .join-list1 .join-mian .join-div {
            padding: 3rem 0 4rem;
            width: 18.5rem;
        }

        .join-list1 .join-mian .title {
            font-size: 0.9rem;
            line-height: 1.1rem;
            color: #333333;
        }

        .join-list1 .join-mian .title-p {
            font-size: 0.4rem;
            line-height: 0.9rem;
            color: #333333;
            margin-top: 0.75rem;
        }

        .join-list1 .join-mian .join-item {
            margin-bottom: 2.25rem;
        }

            .join-list1 .join-mian .join-item:nth-last-child(1) {
                margin-bottom: 0;
            }

        .join-list1 .join-mian .more {
            font-size: 0.35rem;
            color: #fff;
            width: 3.65rem;
            height: 1.2rem;
            line-height: 1.2rem;
            border-radius: 0.6rem;
            background-color: #11a196;
            padding-left: 0.6rem;
            background-repeat: no-repeat;
            background-position: 3.5rem center;
            background-size: 8px;
            background-image: url(../img/more-jian.png);
            display: block;
            box-shadow: 0px 10px 30px rgba(6,89,177,0.15);
        }

.join-lists1 {
    padding: 2.5rem 0 4rem;
}

    .join-lists1 .ul1 {
        font-size: 0;
        text-align: center;
    }

        .join-lists1 .ul1 li {
            display: inline-block;
            width: 3.75rem;
            height: 1.2rem;
            border-radius: 4px;
            line-height: 1.2rem;
            color: #fff;
            transition: all 0.3s;
            font-size: 0.4rem;
            text-align: center;
            background-color: #b3b3b3;
            margin: 0 0.625rem;
            cursor: pointer;
        }

            .join-lists1 .ul1 li.cur {
                background-color: #11a196
            }

    .join-lists1 .form-div {
        margin: 1.25rem auto 0;
        width: 86.8%;
        position: relative;
        z-index: 10
    }

        .join-lists1 .form-div ul {
            font-size: 0;
            text-align: left;
        }

            .join-lists1 .form-div ul li {
                display: inline-block;
                vertical-align: middle;
                position: relative;
                margin-right: 2.3%;
            }

                .join-lists1 .form-div ul li:nth-last-child(1) {
                    margin-right: 0;
                }

                .join-lists1 .form-div ul li.li1 {
                    width: 41%;
                }

                    .join-lists1 .form-div ul li.li1 .bor {
                        height: 1.5rem;
                        line-height: 1.5rem;
                        border: 1px solid #e5e5e5;
                        border-radius: 6px;
                        padding: 0 0.5rem;
                        box-sizing: border-box;
                    }

                        .join-lists1 .form-div ul li.li1 .bor input {
                            height: 1.5rem;
                            line-height: 1.5rem;
                            font-size: 14px;
                            color: #b2b2b2;
                            background-color: transparent;
                        }

                .join-lists1 .form-div ul li.li2 {
                    width: 19.5%;
                }

                    .join-lists1 .form-div ul li.li2 .bor1 {
                        height: 1.5rem;
                        line-height: 1.5rem;
                        border: 1px solid #e5e5e5;
                        border-radius: 6px;
                        padding: 0 0.5rem;
                        box-sizing: border-box;
                        font-size: 14px;
                        color: #b2b2b2;
                        background-position: 90% center;
                        background-repeat: no-repeat;
                        background-size: 10px;
                        background-image: url(../img/join-xia.png);
                    }

                    .join-lists1 .form-div ul li.li2 .item-hover {
                        position: absolute;
                        top: 1.5rem;
                        width: 100%;
                        left: 0;
                        border: 1px solid #e5e5e5;
                        border-radius: 6px;
                        background-color: #fff;
                        box-sizing: border-box;
                        display: none;
                        max-height: 3rem;
                        overflow: hidden;
                        padding-left: 0.5rem;
                    }

                        .join-lists1 .form-div ul li.li2 .item-hover a {
                            display: block;
                            height: 1rem;
                            line-height: 1rem;
                            font-size: 14px;
                            color: #999;
                            border-bottom: 1px solid #e5e5e5;
                        }

                .join-lists1 .form-div ul li.li3 {
                    width: 12%;
                    margin-right: 0;
                }

                    .join-lists1 .form-div ul li.li3 .submit {
                        height: 1.5rem;
                        line-height: 1.5rem;
                        border: 1px solid #e5e5e5;
                        border-radius: 6px;
                        background-color: #11a196;
                        width: 100%;
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: 0.75rem;
                        background-image: url(../img/jf.png);
                        cursor: pointer;
                    }

.ajax-lists-join {
    margin-top: 1.75rem;
}

    .ajax-lists-join .ul-join {
        border: 1px solid #e5e5e5;
        border-bottom: 0;
        border-top: 0;
    }

        .ajax-lists-join .ul-join .pre {
            position: relative;
            border-bottom: 1px solid #e5e5e5;
        }

        .ajax-lists-join .ul-join .left {
            padding: 1.25rem 2.75rem;
            width: calc(85.5% - 5.5rem);
            border-right: 1px solid #e5e5e5;
        }

        .ajax-lists-join .ul-join .name {
            font-size: 0.6rem;
            color: #11a196;
            line-height: 0.7rem;
        }

        .ajax-lists-join .ul-join .time {
            font-size: 0.35rem;
            color: #999999;
            position: relative;
            margin-left: 2rem;
        }

            .ajax-lists-join .ul-join .time:after {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: -1rem;
                width: 1px;
                height: 0.35rem;
                background-color: #e5e5e5;
                content: "";
            }

        .ajax-lists-join .ul-join .li-div {
            margin-top: 0.75rem;
        }

            .ajax-lists-join .ul-join .li-div .lib {
                font-size: 0.4rem;
                color: #666666;
                line-height: 0.75rem;
                float: left;
                width: 33.3%;
            }

        .ajax-lists-join .ul-join .btn-jia {
            position: absolute;
            top: 0;
            right: 0;
            width: 14.5%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 0.75rem;
            background-image: url(../img/jia.png);
            transition: all 0.3s;
            cursor: pointer;
        }

            .ajax-lists-join .ul-join .btn-jia.cur {
                background-image: url(../img/jian.png);
            }

        .ajax-lists-join .ul-join .join-p {
            padding: 1.25rem 2.75rem;
            font-size: 14px;
            line-height: 0.75rem;
            color: #666666;
            border-bottom: 1px solid #e5e5e5;
            display: none;
        }

        .ajax-lists-join .ul-join li {
            margin-bottom: 0.75rem;
            border-top: 1px solid #e5e5e5;
        }

        .ajax-lists-join .ul-join .btn-email {
            font-size: 0.4rem;
            font-weight: bold;
            color: #fff;
            display: block;
            margin-top: 2rem;
            width: 3.75rem;
            height: 1.2rem;
            line-height: 1.2rem;
            background-color: #11a196;
            border-radius: 6px;
            text-align: center;
        }

.inno-list1 {
    padding: 3.75rem 0 5.75rem;
    border-bottom: 1px solid #e5e5e5;
    background-repeat: no-repeat;
    background-size: cvoer;
    background-position: center;
}

.maohaos {
    font-size: 3.75rem;
    text-align: center;
    font-family: "Arial";
    text-align: center;
    color: #11a196;
    opacity: 0.1;
    line-height: 0.6;
}

.inno-title {
    font-size: 0.9rem;
    line-height: 1.1rem;
    color: #333333;
    text-align: center;
}

.inno-list1 .ino-name {
    font-size: 1.5rem;
    color: #11a196;
    line-height: 1.5rem;
    margin-top: 0.6rem;
    text-align: center;
}

.inno-list2 {
    padding: 2rem 0 1.5rem;
    overflow: hidden;
}

.inno-list2-xin {
    margin: 2rem auto 0;
    position: relative;
    overflow: hidden;
    width: 80%;
}

.inno-list2-xin-prev, .inno-list2-xin-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
}

.inno-list2-xin-prev {
    left: 0;
    background-image: url(../img/list3-prev.png);
}

.inno-list2-xin-next {
    right: 0;
    background-image: url(../img/list3-next.png);
}

.inno-list2-xin .img {
    overflow: hidden;
    border-radius: 6px;
}

    .inno-list2-xin .img img {
        width: 100%;
        transform: scale3d(1, 1, 1)
    }

.inno-list2-xin .imgname {
    font-size: 0.75rem;
    line-height: 0.9rem;
    text-align: center;
    margin-top: 1rem;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
}

.inno-list2-xin .swiper-slide-active .imgname {
    opacity: 1;
}

.inno-list2-xin .swiper-slide-prev, .inno-list2-xin .swiper-slide-next {
    opacity: 0.6;
    transition: all 0.3s;
}

.inno-list2-xin .swiper-slide-active {
    opacity: 1;
}

.inno-list2-xin .swiper-slide ul {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.inno-list2-xin ul {
    margin: 1rem auto 0;
    width: 90%;
}

    .inno-list2-xin ul li {
        float: left;
        width: 45%;
        font-size: 0.4rem;
        color: #545454;
        text-align: left;
        list-style: disc;
        line-height: 0.75rem;
        list-style-position: inside;
    }

        .inno-list2-xin ul li:nth-child(2n) {
            float: right;
        }

.inno-list2-xin .swiper-slide-active ul {
    visibility: visible;
    opacity: 1;
}

.inno-list2 .inno-p {
    font-size: 0.4rem;
    line-height: 0.9rem;
    color: #333333;
    margin-top: 0.75rem;
    text-align: center
}

.inno-list2 .lis2-div {
    margin-top: 2rem;
    position: relative;
    padding-bottom: 2rem;
}

    .inno-list2 .lis2-div .list2-swiper-inno {
        float: left;
        width: 50%;
        position: relative;
        overflow: hidden;
        height: 12rem;
        border-right: 1px solid #e5e5e5;
    }

        .inno-list2 .lis2-div .list2-swiper-inno .swiper-slide {
            height: 4rem;
            line-height: 4rem;
            position: relative;
        }

        .inno-list2 .lis2-div .list2-swiper-inno .active {
            border-bottom: 1px solid #e5e5e5;
            border-top: 1px solid #e5e5e5;
            box-sizing: border-box;
            background-color: #f7f7f7;
        }

        .inno-list2 .lis2-div .list2-swiper-inno .swiper-slide .titlename {
            font-size: 0.75rem;
            line-height: 0.9rem;
            color: #212121;
            opacity: 0.6;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40%;
            left: 46%;
        }

        .inno-list2 .lis2-div .list2-swiper-inno .active .titlename {
            opacity: 1;
        }

        .inno-list2 .lis2-div .list2-swiper-inno .active:after {
            width: 4px;
            height: 1rem;
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            background-color: #f18200;
        }

        .inno-list2 .lis2-div .list2-swiper-inno .active:before {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 0.3rem;
            height: 0.5rem;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;
            background-image: url(../img/inno-prev.png);
            right: 10%;
            content: "";
            z-index: 10;
        }

    .inno-list2 .lis2-div .list2-right {
        position: absolute;
        width: 30.25%;
        left: 56.25%;
        height: 100%;
        overflow: hidden;
    }

        .inno-list2 .lis2-div .list2-right .img {
            overflow: hidden;
            border-radius: 8px;
        }

            .inno-list2 .lis2-div .list2-right .img img {
                width: 100%;
            }

        .inno-list2 .lis2-div .list2-right .imgname {
            font-size: 0.4rem;
            line-height: 0.6rem;
            margin-top: 0.5rem;
            color: #666;
            height: 2.4rem;
            overflow: auto;
            padding-right: 0rem;
        }

    .inno-list2 .lis2-div:before {
        width: 1px;
        height: 100%;
        position: absolute;
        left: 50%;
        content: "";
        bottom: -3.5rem;
        background-color: #e5e5e5;
    }

.inno-list3 {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

    .inno-list3 li {
        width: 33.3%;
        float: left;
        position: relative;
        padding-bottom: 51.5%;
    }

        .inno-list3 li:nth-child(2) {
            border-right: 1px solid #e5e5e5;
            border-left: 1px solid #e5e5e5;
            box-sizing: border-box
        }

        .inno-list3 li .pra {
            position: absolute;
            width: 80%;
            text-align: left;
            top: 10.6%;
        }

        .inno-list3 li:nth-child(2) .pra {
            left: 10%;
        }

        .inno-list3 li:nth-child(3) .pra {
            right: 0%;
        }

        .inno-list3 li .pra .ico {
            width: 1.25rem;
            margin: 0 auto 1rem;
        }

            .inno-list3 li .pra .ico img {
                width: 100%;
            }

        .inno-list3 li .pra .inoo-p {
            font-size: 0.4rem;
            line-height: 0.9rem;
            color: #333333;
            margin-top: 1rem;
            max-height: 11rem;
        }

.inno-list4 {
    position: relative;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    overflow: hidden;
}

    .inno-list4 .shicha-list4 {
        position: absolute;
        top: 0;
        left: -26%;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url(../img/inn1.png);
        z-index: 2;
        transition: all 1s ease
    }

    .inno-list4 .list4-mian {
        position: relative;
        z-index: 10
    }

        .inno-list4 .list4-mian .list-right {
            float: right;
            width: 40%;
            padding: 2.5rem 0;
        }

        .inno-list4 .list4-mian .inno-ul {
            margin-top: 1.75rem;
            font-size: 0;
            text-align: left;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .inno-list4 .list4-mian .inno-ul:after {
                display: block;
                content: "";
                width: 30%;
                height: 0px;
            }

            .inno-list4 .list4-mian .inno-ul li {
                display: inline-block;
                vertical-align: top;
                width: 30%;
                margin-bottom: 1.25rem;
            }

                .inno-list4 .list4-mian .inno-ul li .num {
                    font-size: 1.5rem;
                    line-height: 1.5rem;
                    color: #11a196;
                }

                .inno-list4 .list4-mian .inno-ul li span.ti {
                    font-size: 0.75rem;
                    color: #11a196;
                }

                .inno-list4 .list4-mian .inno-ul li .titname {
                    font-size: 0.35rem;
                    color: #808080;
                    line-height: 0.55rem;
                }

.product-mian .uli li {
    float: left;
    width: 33.3%;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

    .product-mian .uli li > img {
        opacity: 0;
        transition: all 0.3s;
        width: 100%;
    }

    .product-mian .uli li .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        opacity: 0;
        transition: all 0.3s;
    }

    .product-mian .uli li .item-pro {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        transform: translate(-50%,-50%);
        text-align: center;
        z-index: 10
    }

        .product-mian .uli li .item-pro .title {
            font-size: 0.9rem;
            line-height: 1.1rem;
            color: #333;
            transition: all 0.3s;
        }

        .product-mian .uli li .item-pro .title-p {
            font-size: 0.35rem;
            color: #999;
            margin-top: 0.75rem;
            line-height: 0.7rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            height: 1.4rem;
        }

        .product-mian .uli li .item-pro .more {
            display: block;
            margin: 1.5rem auto 0;
            padding-left: 0.7rem;
            width: 2.85rem;
            height: 1.2rem;
            line-height: 1.2rem;
            border-radius: 0.6rem;
            background-repeat: no-repeat;
            background-position: 2.7rem center;
            background-size: 8px;
            background-image: url(../img/more-jian.png);
            background-color: #11a196;
            color: #fff;
            font-size: 0.4rem;
            transition-delay: 1.5s;
            transition: all 0.3s;
            text-align: left;
            box-shadow: 0px 10px 30px rgba(6,89,177,0.15);
        }

.prolists-nav {
    height: 1.5rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

    .prolists-nav a {
        display: inline-block;
        font-size: 14px;
        color: #b2b2b2;
    }

    .prolists-nav span {
        display: inline-block;
        margin: 0 0.3rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 8px;
        width: 8px;
        height: 12px;
        background-image: url(../img/page1.png);
        opacity: 0.6;
    }

    .prolists-nav a.back-a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        display: inline-block;
        padding-right: 0.7rem;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 0.4rem;
        background-image: url(../img/backa.png);
        transition: all 0.3s;
    }

.productlist-mian {
    padding: 3rem 0 4rem;
}

    .productlist-mian .title {
        font-size: 1.25rem;
        line-height: 1.3rem;
        color: #333333;
    }

    .productlist-mian .title-p {
        font-size: 0.45rem;
        color: #545454;
        line-height: 0.9rem;
        margin-top: 1rem;
    }

    .productlist-mian .tit-p {
        font-size: 0.6rem;
        color: #11a196;
        margin-top: 2.5rem;
        line-height: 0.7rem;
    }

    .productlist-mian .listul {
        margin-top: 0.9rem;
    }

        .productlist-mian .listul li {
            float: left;
            width: 23%;
            position: relative;
            margin-right: 2.6%;
            margin-bottom: 0.9rem;
            border-radius: 8px;
            overflow: hidden;
            transition: all 0.3s;
            background-color: #f5f5f5;
        }

            .productlist-mian .listul li:nth-child(4n) {
                margin-right: 0;
            }

            .productlist-mian .listul li .li-pro {
                padding: 1.2rem 1.1rem;
            }

                .productlist-mian .listul li .li-pro .name {
                    font-size: 0.65rem;
                    color: #212121;
                    line-height: 0.9rem;
                    transition: all 0.3s;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    height: 1.8rem;
                }

                .productlist-mian .listul li .li-pro .name-p {
                    font-size: 0.4rem;
                    color: #999;
                    margin-top: 0.75rem;
                    line-height: 0.6rem;
                    height: 1.2rem;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    transition: all 0.3s;
                    opacity: 1;
                }

                .productlist-mian .listul li .li-pro .more {
                    display: inline-block;
                    margin-top: 1rem;
                    padding-right: 0.7rem;
                    background-repeat: no-repeat;
                    background-size: 8px;
                    background-image: url(../img/page1.png);
                    background-position: right center;
                    font-size: 0.35rem;
                    color: #999;
                    transition: all 0.3s;
                    opacity: 1;
                }

    .productlist-mian .deli {
        margin-top: 1.25rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #e5e5e5;
    }

        .productlist-mian .deli .left {
            float: left;
            width: 40%;
            font-size: 0.55rem;
            line-height: 1.25rem;
            color: #545454;
        }

        .productlist-mian .deli .right {
            float: left;
            width: 40%;
            font-size: 0.55rem;
            line-height: 1.25rem;
            color: #545454;
        }

            .productlist-mian .deli .right img {
                max-width: 100%;
            }

    .productlist-mian .detail-p {
        margin-top: 2.25rem;
    }

        .productlist-mian .detail-p.teow {
            margin-top: 0;
        }

        .productlist-mian .detail-p .p-div {
            font-size: 0.4rem;
            color: #545454;
            line-height: 1.25rem;
            float: left;
            width: 32%;
            margin-right: 2%;
        }

            .productlist-mian .detail-p .p-div:nth-child(3n) {
                margin-right: 0;
            }

            .productlist-mian .detail-p .p-div .item {
                float: left;
                width: 4.5rem;
            }

            .productlist-mian .detail-p .p-div .item-p {
                float: right;
                width: calc(100% - 4.5rem);
            }

        .productlist-mian .detail-p .hui-d {
            font-size: 0.4rem;
            line-height: 1.25rem;
            color: #999;
        }

        .productlist-mian .detail-p .more {
            display: block;
            margin-top: 1.75rem;
            padding-left: 0.7rem;
            width: 3.15rem;
            height: 1.2rem;
            line-height: 1.2rem;
            border-radius: 0.6rem;
            background-repeat: no-repeat;
            background-position: 3rem center;
            background-size: 8px;
            background-image: url(../img/more-jian.png);
            background-color: #11a196;
            color: #fff;
            font-size: 0.4rem;
            transition-delay: 1.5s;
            transition: all 0.3s;
        }

.search-medol {
    position: fixed;
    ;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    display: none;
}

    .search-medol .ballsk {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }

    .search-medol .mainfofm {
        position: absolute;
        // width: 500px;
        width: 680px;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        background-color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

        .search-medol .mainfofm .text {
            height: 60px;
            line-height: 60px;
            font-size: 18px;
            width: 80%;
            padding-left: 30px;
            background-color: transparent;
        }

        .search-medol .mainfofm .submit {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 30px;
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            background-position: center;
            background-image: url(../img/n-se.png);
            cursor: pointer;
            background-color: transparent;
            font-size: 0;
        }

.search-divl {
    padding: 3rem 0 4rem;
}

    .search-divl .search-ul {
        font-size: 0;
        text-align: center;
    }

        .search-divl .search-ul li {
            width: 4.5rem;
            height: 1.3rem;
            line-height: 1.3rem;
            font-size: 0.5rem;
            text-align: center;
            border-radius: 8px;
            background-color: #f5f5f5;
            color: #000000;
            transition: all 0.3s;
            display: inline-block;
            margin: 0 1.5rem;
        }

            .search-divl .search-ul li.cur {
                color: #fff;
                background-color: #11a196;
            }

.ajax-search-model {
    margin-top: 2.5rem;
}

    .ajax-search-model .productlist-mian {
        padding: 0;
    }

    .ajax-search-model .news-mian {
        margin-top: 0;
    }

        .ajax-search-model .news-mian .news-ul2 {
            float: none;
            width: 100%;
            padding-right: 0;
            border-right: 0px solid #e5e5e5;
        }

.morel-igm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    display: none;
}

    .morel-igm .vlank {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
    }

    .morel-igm .mianimg {
        position: absolute;
        width: 600px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

        .morel-igm .mianimg img {
            width: 100%;
        }

        .morel-igm .mianimg .closee {
            position: absolute;
            top: 0;
            right: 0;
            width: 1rem;
            height: 1rem;
            background-color: #11a196;
            color: #fff;
            line-height: 1rem;
            text-align: center;
            ;
            font-weight: 16px;
            cursor: pointer;
        }

@charset "UTF-8";

.forie {
    width: 100%;
    height: 100%;
    background: #eaeaea url(../img/tishi.png) center no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

@media (min-width: 768px) {
    html {
        font-size: 28px !important;
    }
}

.hover-gun:::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.hover-gun::-webkit-scrollbar-track {
    background: transparent;
}

.hover-gun::-webkit-scrollbar-thumb {
    background: transparent;
}

    .hover-gun::-webkit-scrollbar-thumb:window-inactive {
        background: transparent;
    }

    .hover-gun::-webkit-scrollbar-thumb:vertical:hover {
        background: transparent;
    }

.hover-gun:hover::-webkit-scrollbar-track {
    background: #fff;
}

.hover-gun:hover::-webkit-scrollbar-thumb {
    background: #f18200;
}

    .hover-gun:hover::-webkit-scrollbar-thumb:window-inactive {
        background: #f18200;
    }

    .hover-gun:hover::-webkit-scrollbar-thumb:vertical:hover {
        background: #f18200;
    }

@media (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #f18200;
    }

        ::-webkit-scrollbar-thumb:window-inactive {
            background: #f18200;
        }

        ::-webkit-scrollbar-thumb:vertical:hover {
            background: #f18200;
        }

    html {
        font-size: 30px !important;
    }

    body {
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px !important;
    }
}

@media (min-width: 1680px) {
    html {
        font-size: 40px !important;
    }
}

a {
    outline: none
}

select::-ms-expand {
    display: none;
}

input, select, textarea {
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}

textarea {
    resize: none;
}

select::-ms-expand {
    display: none;
}

input::-webkit-input-placeholder {
    color: #888;
}

input:-moz-placeholder {
    color: #888;
}

input::-moz-placeholder {
    color: #888;
}

input:-ms-input-placeholder {
    color: #888;
}

textarea::-webkit-input-placeholder {
    color: #888;
}

textarea:-moz-placeholder {
    color: #888;
}

textarea::-moz-placeholder {
    color: #888;
}

textarea:-ms-input-placeholder {
    color: #888;
}

.index-swiper {
    position: relative;
    width: 100%;
    height: 100Vh;
    overflow: hidden;
}

    .index-swiper .index-pagetion {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 2.6%;
        text-align: center;
        width: 0.45rem;
        z-index: 10
    }

        .index-swiper .index-pagetion span {
            width: 0.45rem;
            height: 0.45rem;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;
            background-image: url(../img/index-y2.png);
            background-color: transparent;
        }

            .index-swiper .index-pagetion span.swiper-pagination-bullet-active {
                background-image: url(../img/index-y1.png);
                animation: zhuan0 6s infinite linear .65s;
                -moz-animation: zhuan0 6s infinite linear .65s;
                -webkit-animation: zhuan0 6s infinite linear .65s;
                animation: zhuan0 6s infinite linear .65s;
            }

            .index-swiper .index-pagetion span:nth-last-child(1) {
                display: none;
            }

            .index-swiper .index-pagetion span:nth-last-child(1) {
                margin-bottom: 0;
            }

    .index-swiper .num-index {
        position: absolute;
        top: calc(50% + 3.5rem);
        transform: translateX(30%);
        right: 2.6%;
        z-index: 10;
        line-height: 0.5rem;
    }

        .index-swiper .num-index .indexnum {
            font-size: 0.5rem;
            color: #f18700;
            font-weight: bold;
        }

        .index-swiper .num-index .allnum {
            font-size: 0.4rem;
            color: #000000;
            opacity: 0.3;
        }

    .index-swiper .swiper-slide {
        position: relative;
        height: 100%;
        width: 100%;
    }

        .index-swiper .swiper-slide.last-div {
            height: auto !important;
        }

        .index-swiper .swiper-slide .index-list1 {
            position: relative;
            height: 100%;
            width: 100%;
            overflow: hidden;
        }

            .index-swiper .swiper-slide .index-list1 .swiper-slide {
                position: relative;
                height: 100%;
                width: 100%;
            }

            .index-swiper .swiper-slide .index-list1 .list-img-pc, .index-swiper .swiper-slide .index-list1 .list-img-pho {
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                height: 100%;
                transform: scale3d(1, 1, 1);
                transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
            }

            .index-swiper .swiper-slide .index-list1 .swiper-slide-active .list-img-pc, .index-swiper .swiper-slide .index-list1 .swiper-slide-active .list-img-pho {
                transform: scale3d(1.1, 1.1, 1);
            }

            .index-swiper .swiper-slide .index-list1 .swiper-slide .secwen {
                opacity: 0;
                filter: alpha(opacity=0);
                transform: translateY(30px);
                transition: 0.8s;
            }

            .index-swiper .swiper-slide .index-list1 .swiper-slide-active .secwen {
                opacity: 1;
                filter: alpha(opacity=100);
                transform: translateX(0);
                transition: 1s ease-in-out;
            }

            .index-swiper .swiper-slide .index-list1 .list-img-pho {
                display: none;
            }

            .index-swiper .swiper-slide .index-list1 .item-list1 {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: 10.42%;
                z-index: 999
            }

                .index-swiper .swiper-slide .index-list1 .item-list1 .item-blod {
                    font-size: 1.85rem;
                    color: #fff;
                    line-height: 2rem;
                    transition-delay: .3s;
                    position: relative;
                    width: 15em;
                    height: 1.5em;
                    overflow: hidden;
                    white-space: nowrap;
                    -moz-animation: typing 3s steps(26, end) infinite alternate;
                    -webkit-animation: typing 3s steps(26, end) infinite alternate;
                    animation: typing 3s steps(26, end) infinite alternate;
                    font-weight: bold;
                    text-shadow: 2px 2px 5px #969696;
                }

                .index-swiper .swiper-slide .index-list1 .item-list1 .item-en {
                    font-size: .8rem;
                    color: #fff;
                    line-height: .8rem;
                    transition-delay: .5s;
                    font-weight: bold;
                }

        .index-swiper .swiper-slide .item-down {
            position: absolute;
            width: 1.25rem;
            height: 1.25rem;
            margin-top: 1.5rem;
            cursor: pointer;
            text-align: center;
            transition-delay: .7s;
            bottom: 0px;
            left: 50%;
            transform: translateX(-50%)
        }

            .index-swiper .swiper-slide .item-down .yuan-img {
                width: 100%;
                -moz-animation: zhuan0 6s infinite linear .65s;
                -webkit-animation: zhuan0 6s infinite linear .65s;
                animation: zhuan0 6s infinite linear .65s;
            }

@keyframes zhuan0 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes zhuan0 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.index-swiper .swiper-slide .item-down .down-img {
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -10px;
    animation: top0 1s infinite linear .65s;
    -moz-animation: top0 1s infinite linear .65s;
    -webkit-animation: top0 1s infinite linear .65s;
    animation: top0 1s infinite linear .65s;
}

@keyframes top0 {
    0% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(10%);
    }
}

@-webkit-keyframes top0 {
    0% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(10%);
    }
}

.index-swiper .swiper-slide .index-list1 .index-list1-pagination {
    position: absolute;
    left: 2.6%;
    bottom: 11.1%;
    text-align: left;
    z-index: 10;
}

    .index-swiper .swiper-slide .index-list1 .index-list1-pagination span {
        width: 1rem;
        display: inline-block;
        margin-right: 0.25rem;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.5);
        transition: all 0.3s;
    }

        .index-swiper .swiper-slide .index-list1 .index-list1-pagination span.swiper-pagination-bullet-active {
            background-color: #f18700;
            height: 6px;
        }

.index-swiper .swiper-slide .index-list1 .index-list1-prev, .index-swiper .swiper-slide .index-list1 .index-list1-next {
    position: absolute;
    bottom: 11.1%;
    width: 1.4rem;
    height: 1.4rem;
    z-index: 10;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
    cursor: pointer;
}

.index-swiper .swiper-slide .index-list1 .index-list1-prev {
    right: calc(2.6% + 1.6rem);
    background-image: url(../img/list1-next1.png);
}

.index-swiper .swiper-slide .index-list1 .index-list1-next {
    right: 2.6%;
    background-image: url(../img/list1-prev.png);
}

.index-swiper .swiper-slide .index-list2 {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 48vw auto;
    transition: 1.5s ease-in-out;
}

.index-swiper .swiper-slide-active .index-list2 {
    background-position: right top;
}

.index-swiper .index-list2 .list2-mian {
    position: relative;
    width: 71.9%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 100%;
    background-image: url(../img/list2-img.png)
}

.index-swiper .index-list2 .list-content {
    position: relative;
    left: 14.5%;
    width: 70%;
    top: 50%;
    transform: translateY(-50%);
}

    .index-swiper .index-list2 .list-content .en-blod {
        font-size: 1.3rem;
        line-height: 3rem;
        font-weight: bold;
        transition-delay: .3s;
        color: #444
    }

        .index-swiper .index-list2 .list-content .en-blod:before {
            content: "";
            display: block;
            width: 3rem;
            height: 6px;
            background: #f18700;
            position: absolute;
            bottom: 0;
            z-index: 2;
        }

        .index-swiper .index-list2 .list-content .en-blod:after {
            content: "";
            display: block;
            width: 7rem;
            height: 4px;
            background: #f0f0f0;
            position: absolute;
            bottom: 1px;
        }

    .index-swiper .index-list2 .list-content .ping-zd {
        font-size: 1.25rem;
        color: #212121;
        line-height: 1.3rem;
        margin-top: 0.25rem;
        transition-delay: .6s;
    }

    .index-swiper .index-list2 .list-content .title-p {
        font-size: 0.5rem;
        line-height: 1rem;
        color: #333;
        margin-top: 1.25rem;
        transition-delay: .9s;
        width: 80%;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

.index-swiper .index-list2 .list2-ul {
    margin-top: 1.75rem;
    font-size: 0;
    text-align: left;
    transition-delay: 1.2s;
}

    .index-swiper .index-list2 .list2-ul li {
        display: inline-block;
        vertical-align: top;
        margin-right: 2.5rem;
        position: relative;
    }

        .index-swiper .index-list2 .list2-ul li:after {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -1.25rem;
            width: 1px;
            height: 100%;
            background-color: #e5e5e5;
            content: ""
        }

        .index-swiper .index-list2 .list2-ul li:nth-last-child(1) {
            margin-right: 0;
        }

            .index-swiper .index-list2 .list2-ul li:nth-last-child(1):after {
                display: none;
            }

        .index-swiper .index-list2 .list2-ul li .num {
            font-size: 1.2rem;
            line-height: 1.2rem;
            color: #333333;
        }

        .index-swiper .index-list2 .list2-ul li .tit {
            font-size: 0.4rem;
            color: #333333;
            margin-left: 0.2rem;
        }

        .index-swiper .index-list2 .list2-ul li .tit-p {
            font-size: 0.4rem;
            color: #666666;
            line-height: 0.4rem;
            margin-top: 0.25rem;
        }

.index-swiper .index-list2 .more {
    display: block;
    margin-top: 1.75rem;
    padding-left: 0.7rem;
    width: 3.85rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 0.6rem;
    background-repeat: no-repeat;
    background-position: 2.7rem center;
    background-size: 8px;
    background-image: url(../img/more-jian.png);
    background-color: #11a196;
    color: #fff;
    font-size: 0.4rem;
    transition-delay: 1.5s;
    transition: all 0.3s;
}

.index-swiper .swiper-slide .secwenup {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(30px);
    transition: 0.8s;
}

.index-swiper .swiper-slide-active .secwenup {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    transition: 1s ease-in-out;
}

.index-swiper .index-list3 {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
}

    .index-swiper .index-list3 .w1720 {
        position: relative;
        width: 50%;
        top: 50%;
        transform: translateY(-50%);
        right: -38%;
        z-index: 999;
    }

    .index-swiper .index-list3 .list3-mian {
        width: 88.4%;
        margin: 0 auto;
        position: relative;
    }

    .index-swiper .index-list3 .list3-prev, .index-swiper .index-list3 .list3-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1.55rem;
        height: 1.55rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        transition: all 0.3s;
    }

    .index-swiper .index-list3 .list3-prev {
        left: 0;
        background-image: url(../img/list3-prev.png);
    }

    .index-swiper .index-list3 .list3-next {
        right: 0;
        background-image: url(../img/list3-next.png);
    }

    .index-swiper .index-list3 .list3-mian .left {
        float: left;
        width: 44%;
        margin-left: 3%;
        text-align: center;
        position: relative;
        opacity: 0;
        transform: scale3d(0.4, 0.4, 1);
        transition: 1.5s ease-in-out;
    }

.index-swiper .swiper-slide-active .index-list3 .list3-mian .left {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    transition: 1.5s ease-in-out;
}

.index-swiper .index-list3 .list3-mian .left .left-big {
    position: relative;
    transition: all 0.5s;
}

    .index-swiper .index-list3 .list3-mian .left .left-big.rote1 {
        transform: rotate(-60deg);
    }

    .index-swiper .index-list3 .list3-mian .left .left-big.rote2 {
        transform: rotate(-120deg);
    }

    .index-swiper .index-list3 .list3-mian .left .left-big.rote3 {
        transform: rotate(-180deg);
    }

    .index-swiper .index-list3 .list3-mian .left .left-big.rote4 {
        transform: rotate(-240deg);
    }

    .index-swiper .index-list3 .list3-mian .left .left-big.rote5 {
        transform: rotate(-300deg);
    }

    .index-swiper .index-list3 .list3-mian .left .left-big img {
        width: 100%;
        width: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 1s ease-in-out;
    }

    .index-swiper .index-list3 .list3-mian .left .left-big .cur {
        opacity: 0;
        position: relative;
    }

    .index-swiper .index-list3 .list3-mian .left .left-big .item-num {
        position: absolute;
        font-size: 0.35rem;
        color: #11a196;
        z-index: 10;
        transition: all 0.5s;
    }

        .index-swiper .index-list3 .list3-mian .left .left-big .item-num.rote1 {
            transform: rotate(60deg);
        }

        .index-swiper .index-list3 .list3-mian .left .left-big .item-num.rote2 {
            transform: rotate(120deg);
        }

        .index-swiper .index-list3 .list3-mian .left .left-big .item-num.rote3 {
            transform: rotate(180deg);
        }

        .index-swiper .index-list3 .list3-mian .left .left-big .item-num.rote4 {
            transform: rotate(240deg);
        }

        .index-swiper .index-list3 .list3-mian .left .left-big .item-num.rote5 {
            transform: rotate(300deg);
        }

    .index-swiper .index-list3 .list3-mian .left .left-big .num-item1 {
        left: 91%;
        top: 24%;
    }

    .index-swiper .index-list3 .list3-mian .left .left-big .num-item2 {
        left: 91%;
        bottom: 23.5%;
    }

    .index-swiper .index-list3 .list3-mian .left .left-big .num-item3 {
        left: 50%;
        margin-left: -0.25rem;
        bottom: 0;
    }

    .index-swiper .index-list3 .list3-mian .left .left-big .num-item4 {
        right: 91%;
        bottom: 23.5%;
    }

    .index-swiper .index-list3 .list3-mian .left .left-big .num-item5 {
        right: 91%;
        top: 24%;
    }

    .index-swiper .index-list3 .list3-mian .left .left-big .num-item6 {
        left: 50%;
        margin-left: -0.25rem;
        top: 0;
    }

.index-swiper .index-list3 .list3-mian .list3-left-swiper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
    overflow: hidden;
}

    .index-swiper .index-list3 .list3-mian .list3-left-swiper .swiper-slide {
        overflow: hidden;
    }

    .index-swiper .index-list3 .list3-mian .list3-left-swiper img {
        width: 100%;
    }

.index-swiper .index-list3 .left-back {
    position: absolute;
    font-size: 5rem;
    line-height: 5rem;
    color: #000000;
    opacity: 0.05;
    bottom: -4%;
    z-index: -1;
}

.index-swiper .index-list3 .list3-mian .right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    right: 4%;
    text-align: left;
}

.index-swiper .index-list3 .list3-mian .list3-right-swiper {
    position: relative;
    overflow: hidden;
}

    .index-swiper .index-list3 .list3-mian .list3-right-swiper .en-name {
        font-size: 1.3rem;
        line-height: 3rem;
        font-weight: bold;
        color: #fff;
        transition-delay: .3s;
        font-weight: bold;
    }

        .index-swiper .index-list3 .list3-mian .list3-right-swiper .en-name:before {
            content: "";
            display: block;
            width: 3rem;
            height: 6px;
            background: #f18700;
            position: absolute;
            bottom: 0;
            z-index: 2;
        }

        .index-swiper .index-list3 .list3-mian .list3-right-swiper .en-name:after {
            content: "";
            display: block;
            width: 7rem;
            height: 4px;
            background: #fff;
            position: absolute;
            bottom: 1px;
        }

    .index-swiper .index-list3 .list3-mian .list3-right-swiper .cn-name {
        font-size: .8rem;
        line-height: 1.3rem;
        color: #fff;
        margin-top: 1.25rem;
        transition-delay: .5s;
    }

    .index-swiper .index-list3 .list3-mian .list3-right-swiper .item-p {
        font-size: 0.45rem;
        color: #fff;
        margin-top: 0.8rem;
        line-height: 1rem;
        transition-delay: .7s;
    }

    .index-swiper .index-list3 .list3-mian .list3-right-swiper .more {
        display: block;
        margin-top: 1.75rem;
        padding-left: 0.7rem;
        width: 3.85rem;
        height: 1.2rem;
        line-height: 1.2rem;
        border-radius: 0.6rem;
        background-repeat: no-repeat;
        background-position: 2.7rem center;
        background-size: 8px;
        background-image: url(../img/more-jian.png);
        background-color: #11a196;
        color: #fff;
        font-size: 0.4rem;
        transition-delay: 1s;
        transition: all 0.3s;
        transition-delay: 1s;
    }

    .index-swiper .index-list3 .list3-mian .list3-right-swiper .list3-right-pagination {
        position: relative;
        text-align: left;
        padding: 0.5rem 0;
    }

        .index-swiper .index-list3 .list3-mian .list3-right-swiper .list3-right-pagination span {
            display: inline-block;
            width: 0.75rem;
            height: 0.75rem;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;
            box-sizing: border-box;
            background-image: url(../img/span1.png);
            background-color: transparent;
            transition: all 0.3s;
            border-radius: 50%;
            transition: all 0.3s;
            margin-right: 1rem;
            position: relative;
            border: 1px solid transparent;
        }

            .index-swiper .index-list3 .list3-mian .list3-right-swiper .list3-right-pagination span:after {
                position: absolute;
                right: -1rem;
                width: 1rem;
                height: 6px;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 100% 100%;
                background-image: url(../img/spanxian.png);
                content: "";
                top: 50%;
                transform: translateY(-50%);
            }

            .index-swiper .index-list3 .list3-mian .list3-right-swiper .list3-right-pagination span:nth-last-child(1):after {
                display: none;
            }

            .index-swiper .index-list3 .list3-mian .list3-right-swiper .list3-right-pagination span.swiper-pagination-bullet-active {
                background-image: url(../img/span2.png);
                box-shadow: 0 10px 30px rgba(6, 89, 177, 0.15);
                border: 1px solid #e5e5e5;
            }

.index-list4 {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

    .index-list4 .zhuan-img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70%;
        transform: translate(-50%,-50%);
        -moz-animation: zhuan1 6s infinite linear .65s;
        -webkit-animation: zhuan1 6s infinite linear .65s;
        animation: zhuan1 6s infinite linear .65s;
    }

@keyframes zhuan1 {
    0% {
        transform: translate(-50%,-50%) rotate(0);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

@-webkit-keyframes zhuan1 {
    0% {
        transform: translate(-50%,-50%) rotate(0);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

.index-list4 .list4-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18.3%;
    z-index: 10;
}

    .index-list4 .list4-item .en-blod {
        font-size: 1.25rem;
        color: #212121;
        line-height: 1.3rem;
        transition-delay: .3s;
    }

    .index-list4 .list4-item .ping-zd {
        color: #fff;
        font-weight: bold;
        margin-top: 0.25rem;
        transition-delay: .6s;
        font-size: 1.6rem;
    }

        .index-list4 .list4-item .ping-zd:before {
            content: "";
            display: block;
            width: 3rem;
            height: 6px;
            background: #f18700;
            position: absolute;
            bottom: 0;
            z-index: 2;
        }

        .index-list4 .list4-item .ping-zd:after {
            content: "";
            display: block;
            width: 3rem;
            height: 6px;
            background: #f18700;
            position: absolute;
            bottom: 0;
            z-index: 2;
        }

    .index-list4 .list4-item .title-p {
        font-size: 0.4rem;
        line-height: 0.75rem;
        color: #fff;
        margin-top: 1.25rem;
        transition-delay: .9s;
        width: 50%
    }

    .index-list4 .list4-item .more {
        display: block;
        margin-top: 1.75rem;
        padding-left: 0.7rem;
        width: 3.85rem;
        height: 1.2rem;
        line-height: 1.2rem;
        border-radius: 0.6rem;
        background-repeat: no-repeat;
        background-position: 2.7rem center;
        background-size: 8px;
        background-image: url(../img/more-jian.png);
        background-color: #11a196;
        color: #fff;
        font-size: 0.4rem;
        transition-delay: 1.2s;
        transition: all 0.3s;
    }

.index-list4 .list-qiu {
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%,-50%);
    width: 35%;
}

    .index-list4 .list-qiu .scal-div {
        opacity: 0;
        transform: scale3d(0.4, 0.4, 1);
        transition: 1.5s ease-in-out;
        position: relative;
    }

.index-swiper .swiper-slide-active .index-list4 .list-qiu .scal-div {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    transition: 1.5s ease-in-out
}

.index-list4 .list-qiu img.qiu {
    width: 100%;
    opacity: .6;
}

.index-list4 .list-qiu .itemy {
    position: absolute;
    width: 0.45rem;
    height: 0.45rem;
    background-image: url(../img/list-smyuan.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.index-list4 .list-qiu .itemy1 {
    top: 33.25%;
    right: 28%;
}

.index-list4 .list-qiu .itemy2 {
    top: 40.25%;
    right: 36.5%;
}

.index-list4 .list-qiu .itemy3 {
    top: 40.25%;
    right: 28%;
}

.index-list4 .list-qiu .itemy4 {
    top: 28.25%;
    left: 8%;
}

.index-list4 .list-qiu .itemy5 {
    top: 44.25%;
    left: 20%;
}

.index-list4 .list-qiu .itemy6 {
    bottom: 37.25%;
    left: 48%;
}

.index-list4 .list-qiu .itemy7 {
    top: 47.25%;
    right: 14%;
}

.index-list4 .list-qiu .itemy8 {
    bottom: 38.25%;
    right: 24%;
}

.index-list4 .list-qiu .itemy:after {
    position: absolute;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../img/list4-bigyuan.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    -moz-animation: big1 2s infinite linear .65s;
    -webkit-animation: big1 2s infinite linear .65s;
    animation: big1 2s infinite linear .65s;
    top: 50%;
    left: 70%;
    transform: translate(-50%,-50%);
}

@keyframes big1 {
    0% {
        width: 1rem;
        height: 1rem;
    }

    100% {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@-webkit-keyframes big1 {
    0% {
        width: 1rem;
        height: 1rem;
    }

    100% {
        width: 1.5rem;
        height: 1.5rem;
    }
}

.index-list4 .none-list4 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 50;
    visibility: hidden;
}

    .index-list4 .none-list4.big-on {
        visibility: inherit;
    }

    .index-list4 .none-list4 .back-btn {
        width: 3.75rem;
        height: 1.25rem;
        line-height: 1.25rem;
        border-radius: 0.625rem;
        text-align: center;
        transition: all 0.3s;
        cursor: pointer;
        font-size: 0.5rem;
        background-color: #11a196;
        color: #fff;
        box-shadow: 0px 10px 30px rgba(0, 78, 161, 0.15);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0.25rem;
        z-index: 50
    }

    .index-list4 .none-list4 .one {
        position: absolute;
        width: 720px;
        height: 720px;
        top: 50%;
        left: 50%;
        margin-left: -360px;
        margin-top: -360px;
        transform: scale3d(0,0,1);
        transition: 1.5s ease-in-out;
    }

    .index-list4 .none-list4.big-on .one {
        transform: scale3d(20,20,20);
        transition: 1.5s ease-in-out;
        z-index: 10;
    }

    .index-list4 .none-list4 .lista-mapdiv {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        overflow: hidden;
        transform: translate(-50%,-50%);
        opacity: 1;
        visibility: hidden;
    }

        .index-list4 .none-list4 .lista-mapdiv .item4-imgbk {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            transition: 1.5s ease-in-out;
        }

        .index-list4 .none-list4 .lista-mapdiv.showon {
            opacity: 1;
            visibility: inherit;
        }

            .index-list4 .none-list4 .lista-mapdiv.showon.showonin {
                z-index: 50;
                background-color: #d9dce1;
            }

        .index-list4 .none-list4 .lista-mapdiv .liul {
            position: absolute;
            left: 10.42%;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            opacity: 0;
            transition: all 0.3s 0.3s;
        }

        .index-list4 .none-list4 .lista-mapdiv.showon.showonin .liul {
            opacity: 1;
        }

        .index-list4 .none-list4 .lista-mapdiv .liul li {
            width: 3.75rem;
            height: 1.25rem;
            line-height: 1.25rem;
            border-radius: 0.625rem;
            text-align: center;
            font-size: #333333;
            background-color: #fff;
            transition: all 0.3s;
            box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.15);
            cursor: pointer;
            margin-bottom: 1.75rem;
            font-size: 0.5rem;
        }

            .index-list4 .none-list4 .lista-mapdiv .liul li:nth-last-child(1) {
                margin-bottom: 0
            }

            .index-list4 .none-list4 .lista-mapdiv .liul li.cur {
                box-shadow: 0px 10px 30px rgba(0, 78, 161, 0.15);
                background-color: #11a196;
                color: #fff;
            }

        .index-list4 .none-list4 .lista-mapdiv .map-yuan {
            position: absolute;
            font-size: 14px;
            color: #f18200;
            transition: 1.5s ease-in-out;
        }

            .index-list4 .none-list4 .lista-mapdiv .map-yuan span {
                width: 0.45rem;
                height: 0.45rem;
                background-image: url(../img/list-smyuan.png);
                background-repeat: no-repeat;
                background-position: center;
                background-size: 100%;
                position: relative;
                display: inline-block;
                vertical-align: middle;
            }

            .index-list4 .none-list4 .lista-mapdiv .map-yuan i {
                display: inline-block;
                vertical-align: middle;
                margin-left: 0.25rem;
            }

            .index-list4 .none-list4 .lista-mapdiv .map-yuan span:after {
                position: absolute;
                content: "";
                width: 1.5rem;
                height: 1.5rem;
                background-image: url(../img/list4-bigyuan.png);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 100%;
                -moz-animation: big1 2s infinite linear .65s;
                -webkit-animation: big1 2s infinite linear .65s;
                animation: big1 2s infinite linear .65s;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
            }

        .index-list4 .none-list4 .lista-mapdiv .map-div1 {
            left: 73%;
            top: 45%;
        }

        .index-list4 .none-list4 .lista-mapdiv .map-div2 {
            left: 73%;
            top: 47%;
        }

        .index-list4 .none-list4 .lista-mapdiv .map-div3 {
            left: 71%;
            top: 47%;
        }

            .index-list4 .none-list4 .lista-mapdiv .map-div3 i {
                display: block;
            }

        .index-list4 .none-list4 .lista-mapdiv .map-div4 {
            bottom: 30%;
            left: 53%;
        }

        .index-list4 .none-list4 .lista-mapdiv .item4-imgbk.num0 {
            transform: scale3d(1.5,1.5,1);
            transition: 1.5s ease-in-out;
            left: -32%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num0 .map-div1 {
            left: 53%;
            top: 45%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num0 .map-div2 {
            left: 53%;
            top: 47%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num0 .map-div3 {
            left: 51%;
            top: 47%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num0 .map-div4 {
            bottom: 19%;
            left: 21%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num0.map-yuan {
            color: #666;
        }

            .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num0.map-yuan.cur {
                color: #f18200;
            }

        .index-list4 .none-list4 .lista-mapdiv .item4-imgbk.num1 {
            transform: scale3d(1.5,1.5,1);
            transition: 1.5s ease-in-out;
            left: 0%;
            top: -10%
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num1 .map-div1 {
            left: 86%;
            top: 33%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num1 .map-div2 {
            left: 86%;
            top: 35%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num1 .map-div3 {
            left: 84%;
            top: 34%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num1 .map-div4 {
            bottom: 29%;
            left: 54%;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num0.map-yuan {
            color: #666;
        }

        .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num1.map-yuan {
            color: #666;
        }

            .index-list4 .none-list4 .lista-mapdiv .dian-yuan-map.num1.map-yuan.cur {
                color: #f18200;
            }

        .index-list4 .none-list4 .lista-mapdiv .map-xiangqimap {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10.42%;
            width: 9rem;
            background-color: #fff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            z-index: 10;
            display: none;
        }

            .index-list4 .none-list4 .lista-mapdiv .map-xiangqimap .irpo {
                padding: 1rem;
            }

                .index-list4 .none-list4 .lista-mapdiv .map-xiangqimap .irpo .itemname {
                    font-size: 0.75rem;
                    color: #000;
                    line-height: 0.8rem;
                }

                .index-list4 .none-list4 .lista-mapdiv .map-xiangqimap .irpo .item-p {
                    font-size: 0.4rem;
                    color: #666666;
                    line-height: 0.9rem;
                    margin-top: 0.75rem;
                }

                .index-list4 .none-list4 .lista-mapdiv .map-xiangqimap .irpo .tan {
                    display: block;
                    margin-top: 1.75rem;
                    padding-left: 0.7rem;
                    width: 2.85rem;
                    height: 1.2rem;
                    line-height: 1.2rem;
                    border-radius: 0.6rem;
                    background-repeat: no-repeat;
                    background-position: 2.7rem center;
                    background-size: 8px;
                    background-image: url(../img/more-jian1.png);
                    border: 1px solid #ccc;
                    color: #999999;
                    font-size: 0.4rem;
                    transition: all 0.3s;
                }

.nei-mian {
    margin-top: calc(84px + 1.25rem);
}

.about-list1 {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    overflow: hidden;
}

    .about-list1 .beji-shic {
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100% 100%;
        background-image: url(../img/list2-img.png);
        transition: all 1s ease;
        position: absolute;
        height: 101%;
        width: 100%;
        top: 0;
        right: 20%;
    }

    .about-list1 .about-mian {
        padding: 3.75rem 0;
    }

        .about-list1 .about-mian .about-left {
            width: 16rem;
        }

            .about-list1 .about-mian .about-left .name {
                font-size: 1.25rem;
                line-height: 1.3rem;
                color: #212121;
            }

            .about-list1 .about-mian .about-left .name-p {
                margin-top: 1.25rem;
                font-size: 0.4rem;
                color: #333333;
                line-height: 0.8rem;
                text-align: justify;
            }

        .about-list1 .about-mian .about-li {
            margin-top: 1.75rem;
            font-size: 0;
            text-align: left;
        }

            .about-list1 .about-mian .about-li li {
                display: inline-block;
                vertical-align: top;
                position: relative;
                margin-right: 2.5rem;
            }

                .about-list1 .about-mian .about-li li:after {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    right: -1.25rem;
                    width: 1px;
                    height: 1.75rem;
                    background-color: #e5e5e5;
                    content: "";
                }

                .about-list1 .about-mian .about-li li:nth-last-child(1) {
                    margin-right: 0;
                }

                    .about-list1 .about-mian .about-li li:nth-last-child(1):after {
                        display: none;
                    }

                .about-list1 .about-mian .about-li li .num {
                    font-size: 1.2rem;
                    color: #333333;
                    line-height: 1.2rem;
                    vertical-align: bottom;
                    display: inline-block;
                }

                .about-list1 .about-mian .about-li li .tit {
                    font-size: 0.4rem;
                    color: #333333;
                    display: inline-block;
                    vertical-align: bottom;
                }

                .about-list1 .about-mian .about-li li .year-tit {
                    font-size: 0.35rem;
                    color: #666666;
                    line-height: 0.4rem;
                    margin-top: 0.25rem;
                }

        .about-list1 .about-mian .add-div {
            margin-top: 1.5rem;
        }

            .about-list1 .about-mian .add-div:nth-last-child(1) {
                margin-top: 0.2rem;
            }

            .about-list1 .about-mian .add-div i {
                display: inline-block;
                width: 0.6rem;
                height: 0.6rem;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 100% 100%;
                background-image: url(../img/about-ico4.png);
                vertical-align: middle;
                margin-right: 0.25rem;
            }

            .about-list1 .about-mian .add-div:nth-last-child(1) i {
                background-image: url(../img/about-ico5.png);
            }

            .about-list1 .about-mian .add-div span {
                display: inline-block;
                vertical-align: middle;
                font-size: 0.4rem;
                color: #666;
                border-bottom: 1px solid #e6e6e6;
            }

                .about-list1 .about-mian .add-div span.span1 {
                    color: #333;
                }

.about-list2 {
    padding: 3.5rem 0 2.5rem;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

    .about-list2 .title {
        font-size: 1.25rem;
        line-height: 1.3rem;
        color: #212121;
        text-align: center;
    }

    .about-list2 .about-cult {
        position: relative;
        margin-top: 1.5rem;
        padding: 0.5rem 0;
        overflow: hidden;
    }

        .about-list2 .about-cult .back-moel {
            position: absolute;
            height: 100%;
            width: 39%;
            z-index: 10;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            background-image: url(../img/about-j.png);
            top: 0;
            left: 0;
            display: none
        }

            .about-list2 .about-cult .back-moel:nth-child(2) {
                left: auto;
                right: 0;
            }

        .about-list2 .about-cult .tit-div {
            padding: 1rem;
            background-color: #fff;
        }

            .about-list2 .about-cult .tit-div .ico {
                width: 1.25rem;
                overflow: hidden;
            }

                .about-list2 .about-cult .tit-div .ico img {
                    width: 100%;
                }

            .about-list2 .about-cult .tit-div .ico-tit {
                font-size: 0.55rem;
                line-height: 0.75rem;
                color: #333333;
                margin-top: 0.6rem;
            }

            .about-list2 .about-cult .tit-div .ico-p {
                font-size: 0.4rem;
                line-height: 0.75rem;
                color: #333;
                margin-top: 0.75rem;
                transition: all 0.3s;
                visibility: hidden;
                opacity: 0;
            }

        .about-list2 .about-cult .swiper-slide-active .tit-div .ico-p {
            visibility: inherit;
            opacity: 1;
        }

        .about-list2 .about-cult .swiper-slide {
            border-radius: 8px;
            overflow: hidden;
            opacity: 0.4;
        }

        .about-list2 .about-cult .swiper-slide-prev, .about-list2 .about-cult .swiper-slide-next {
            opacity: 0.6
        }

        .about-list2 .about-cult .swiper-slide-active {
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
            opacity: 1;
        }

.about-list2-apge {
    position: relative;
    margin-top: 1.5rem;
    width: 100%;
    height: 0.4rem;
    display: none;
}

    .about-list2-apge:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 2px;
        background-color: #e5e5e5;
        content: "";
    }

    .about-list2-apge .swiper-scrollbar-drag {
        background-image: url(../img/about-page.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-color: transparent;
        position: relative;
    }

        .about-list2-apge .swiper-scrollbar-drag:before {
            position: absolute;
            width: 80%;
            height: 5px;
            left: 0;
            content: "";
            background-color: #f18200;
            top: 50%;
            transform: translateY(-50%);
        }

.about-lis3 {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

    .about-lis3 .left {
        float: left;
        width: 48.7%;
        padding: 3.75rem 0 2rem;
        border-right: 1px solid #e5e5e5;
    }

        .about-lis3 .left .title {
            font-size: 1.25rem;
            line-height: 1.3rem;
            color: #212121;
            padding-left: 21.4%;
        }

        .about-lis3 .left .list2-swiper {
            position: relative;
            overflow: hidden;
            height: 12rem;
        }

            .about-lis3 .left .list2-swiper .swiper-slide {
                height: 4rem;
                line-height: 4rem;
                position: relative;
            }

                .about-lis3 .left .list2-swiper .swiper-slide .item {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 76%;
                    opacity: 0.5;
                    transition: all 0.3s;
                    cursor: pointer
                }

            .about-lis3 .left .list2-swiper .active .item {
                opacity: 1;
            }

            .about-lis3 .left .list2-swiper .swiper-slide .item img {
                width: 1rem;
                display: inline-block;
                vertical-align: middle;
                margin-right: 0.25rem;
            }

            .about-lis3 .left .list2-swiper .swiper-slide .item span {
                font-size: 0.75rem;
                display: inline-block;
                vertical-align: middle;
                line-height: 0.8rem;
            }

            .about-lis3 .left .list2-swiper .active {
                border-bottom: 1px solid #e5e5e5;
                border-top: 1px solid #e5e5e5;
                box-sizing: border-box;
            }

                .about-lis3 .left .list2-swiper .active:after {
                    position: absolute;
                    left: 50%;
                    width: 20%;
                    top: 50%;
                    height: 2px;
                    margin-top: -1px;
                    transform: translateX(-50%);
                    background-color: #e5e5e5;
                    content: "";
                }

                .about-lis3 .left .list2-swiper .active:before {
                    width: 4px;
                    height: 1rem;
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    background-color: #f18200;
                }

            .about-lis3 .left .list2-swiper .prev-about, .about-lis3 .left .list2-swiper .next-about {
                position: absolute;
                left: 50%;
                transform: translateY(-50%);
                width: 0.75rem;
                height: 0.4rem;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                z-index: 10;
            }

            .about-lis3 .left .list2-swiper .prev-about {
                top: 3.9rem;
                background-image: url(../img/about-jian.png)
            }

            .about-lis3 .left .list2-swiper .next-about {
                bottom: 3.7rem;
                background-image: url(../img/about-jian1.png)
            }

    .about-lis3 .right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 23.4%;
        right: 17.5%;
    }

        .about-lis3 .right .right-siwper {
            position: relative;
            overflow: hidden;
        }

            .about-lis3 .right .right-siwper .tit {
                font-size: 0.45rem;
                color: #212121;
            }

                .about-lis3 .right .right-siwper .tit span {
                    font-size: 0.75rem;
                    color: #000;
                    line-height: 0.8rem;
                    margin-right: 0.2rem;
                }

                    .about-lis3 .right .right-siwper .tit span.xian {
                        margin: 0 0.2rem;
                        display: inline-block;
                        width: 0.6rem;
                        height: 0.8rem;
                        position: relative;
                    }

                        .about-lis3 .right .right-siwper .tit span.xian:after {
                            position: absolute;
                            top: 70%;
                            margin-top: -1px;
                            background-color: #212121;
                            content: "";
                            width: 100%;
                            height: 2px;
                        }

            .about-lis3 .right .right-siwper .yeadr-p {
                font-size: 0.4rem;
                color: #212121;
                line-height: 1rem;
                margin-top: 1.5rem;
            }

.about-lis4 .item-left {
    position: relative;
    float: left;
    width: 40.6%;
}

    .about-lis4 .item-left .list4-siwpe {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 22rem;
    }

        .about-lis4 .item-left .list4-siwpe .mask {
            display: none
        }

        .about-lis4 .item-left .list4-siwpe img {
            height: 100%;
        }

.about-lis4 .beji-shic {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 100%;
    background-image: url(../img/list2-img.png);
    transition: all 1s ease;
    position: absolute;
    height: 101%;
    width: 100%;
    top: 0;
    right: 10%;
}

.about-lis4 .item-left .list4-page {
    position: absolute;
    bottom: 1.5rem;
    text-align: center;
    width: 100%;
    z-index: 15;
}

    .about-lis4 .item-left .list4-page span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #fff;
        transition: all 0.3s;
        display: inline-block;
        margin: 0 0.3rem;
        opacity: 0.6;
    }

    .about-lis4 .item-left .list4-page .swiper-pagination-bullet-active {
        opacity: 1;
    }

.about-lis4 .item-mian {
    float: left;
    width: 35%;
    margin-left: 6%;
    position: relative;
    margin-top: 3rem;
    z-index: 15;
}

    .about-lis4 .item-mian .main-siwper {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        .about-lis4 .item-mian .main-siwper .itt {
            font-size: 1.25rem;
            line-height: 1.3rem;
            color: #212121;
        }

        .about-lis4 .item-mian .main-siwper .item-p {
            font-size: 0.4rem;
            color: #333333;
            line-height: 0.9rem;
            margin-top: 1.5rem;
            max-height: 13rem;
            overflow: auto;
            padding-right: 0.5rem;
            text-align: justify;
        }

.about-lis4 .item-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 10.42%;
    z-index: 10;
}

.about-lis4 {
    position: relative;
    overflow: hidden;
}

    .about-lis4 .list4-mask {
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100% 100%;
        background-image: url(../img/about-list5.png);
        transition: all 1s ease;
        position: absolute;
        height: 101%;
        width: 100%;
        top: 0;
        left: -16%;
        z-index: 5;
    }

    .about-lis4 .item-right img {
        width: 100%;
    }

    .about-lis4 .item-right .item-div {
        position: absolute;
        text-align: center;
        cursor: pointer;
    }

        .about-lis4 .item-right .item-div .img {
            width: 1.25rem;
            border-radius: 50%;
            transition: all 0.3s;
            overflow: hidden;
        }

        .about-lis4 .item-right .item-div.cur .img {
            width: 1.75rem;
            border: 2px solid #11a196;
            box-sizing: border-box;
            margin: 0 auto;
        }

        .about-lis4 .item-right .item-div .img.resdiv {
            position: relative;
            border-radius: 50%;
            background-color: #dce4ec;
            overflow: hidden;
            border: 0;
        }

            .about-lis4 .item-right .item-div .img.resdiv img {
                opacity: 1;
                transition: all 0.3s;
            }

            .about-lis4 .item-right .item-div .img.resdiv .img2 {
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
            }

        .about-lis4 .item-right .item-div.cur .img.resdiv {
            background-color: #11a196;
        }

            .about-lis4 .item-right .item-div.cur .img.resdiv .img1 {
                opacity: 0;
            }

            .about-lis4 .item-right .item-div.cur .img.resdiv .img2 {
                opacity: 1;
            }

        .about-lis4 .item-right .item-div .img img {
            width: 100%;
            border-radius: 50%;
        }

        .about-lis4 .item-right .item-div .name {
            font-size: 0.35rem;
            color: #666;
            transition: all 0.3s;
        }

        .about-lis4 .item-right .item-div.cur .name {
            font-size: 0.45rem;
            color: #11a196;
            white-space: nowrap;
        }

        .about-lis4 .item-right .item-div.div1 {
            top: 12.3%;
            right: 14%;
        }

        .about-lis4 .item-right .item-div.div2 {
            top: 28.7%;
            left: 20%;
        }

        .about-lis4 .item-right .item-div.div3 {
            top: 52.7%;
            left: 28%;
        }

        .about-lis4 .item-right .item-div.div4 {
            top: 70%;
            right: 14%;
        }

.inve-mian {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/inve-list.jpg)
}

    .inve-mian ul li {
        float: left;
        width: 33.3%;
        position: relative;
        padding-bottom: 52.3%;
    }

        .inve-mian ul li img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all 0.3s;
        }

        .inve-mian ul li .item-inv {
            position: absolute;
            top: 50%;
            left: 50%;
            text-align: center;
            transform: translate(-50%,-50%);
            width: 80%;
            z-index: 10
        }

            .inve-mian ul li .item-inv .name {
                font-size: 1.2rem;
                line-height: 1.3rem;
                color: #333333;
            }

            .inve-mian ul li .item-inv .name-p {
                font-size: 0.45rem;
                color: #333333;
                line-height: 0.75rem;
                margin-top: 0.75rem;
                height: 1.5rem;
                overflow: hidden;
            }

            .inve-mian ul li .item-inv .more {
                display: block;
                margin: 1.75rem auto 0;
                text-align: left;
                padding-left: 0.7rem;
                width: 2.85rem;
                height: 1.2rem;
                line-height: 1.2rem;
                border-radius: 0.6rem;
                background-repeat: no-repeat;
                background-position: 2.7rem center;
                background-size: 8px;
                background-image: url(../img/more-jian.png);
                background-color: #11a196;
                color: #fff;
                font-size: 0.4rem;
                transition-delay: 1.5s;
                transition: all 0.3s;
            }

.nei-non-body .nei-mian {
    margin-top: 84px;
}

.news-mian {
    padding: 2rem 0 2.75rem;
}

    .news-mian .news-header {
        position: relative;
        z-index: 20;
        font-size: 0;
        text-align: left;
    }

        .news-mian .news-header .item-from {
            display: inline-block;
            vertical-align: top;
            margin-right: 0.25rem;
            border-radius: 6px;
            position: relative;
        }

            .news-mian .news-header .item-from:nth-child(1) {
                margin-left: 1.5rem;
            }

            .news-mian .news-header .item-from .form {
                width: 6.5rem;
                border: 1px solid #e5e5e5;
                border-radius: 8px;
                height: 1.5rem;
                line-height: 1.5rem;
                padding: 0 0.5rem;
                position: relative;
            }

                .news-mian .news-header .item-from .form .text {
                    font-size: 0.4rem;
                    color: #b3b2b2;
                    line-height: 1.5rem;
                    height: 1.5rem;
                    background-color: transparent;
                    width: 80%;
                }

                .news-mian .news-header .item-from .form .submit {
                    position: absolute;
                    width: 0.4rem;
                    height: 0.4rem;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 100% 100%;
                    background-image: url(../img/n-se.png);
                    cursor: pointer;
                    background-color: transparent;
                    top: 50%;
                    transform: translateY(-50%);
                    right: 0.5rem;
                }

            .news-mian .news-header .item-from .tit-year {
                width: 6.5rem;
                border-radius: 8px;
                height: 1.5rem;
                font-size: 0.5rem;
                line-height: 1.5rem;
                padding: 0 0.5rem;
                position: relative;
                background-color: #11a196;
                color: #fff;
                background-position: 6.5rem center;
                background-repeat: no-repeat;
                background-size: 12px;
                background-image: url(../img/h-xia.png);
                cursor: pointer;
            }

            .news-mian .news-header .item-from .year-div {
                position: absolute;
                top: 1.5rem;
                width: 100%;
                max-height: 3rem;
                overflow: hidden;
                background-color: #fff;
                border: 1px solid #e5e5e5;
                border-radius: 8px;
                display: none;
            }

                .news-mian .news-header .item-from .year-div .y-tit {
                    font-size: 0.4rem;
                    color: #666;
                    display: block;
                    height: 1rem;
                    line-height: 1rem;
                    padding-left: 0.5rem;
                    transition: all 0.3s;
                }

.news-ul1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

    .news-ul1 li {
        float: left;
        width: 48.7%;
        margin-right: 2.6%;
        overflow: hidden;
        border-radius: 8px;
        position: relative;
    }

        .news-ul1 li:nth-child(2) {
            margin-right: 0;
        }

        .news-ul1 li img {
            width: 100%;
            transition: all 0.3s;
        }

        .news-ul1 li .item-tit {
            position: absolute;
            bottom: 0.75rem;
            width: 90%;
            left: 5%;
        }

            .news-ul1 li .item-tit .title {
                font-size: 0.45rem;
                color: #fff;
                font-weight: bold;
                float: left;
                width: 80%;
                transition: all 0.3s;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .news-ul1 li .item-tit .ya {
                font-size: 0.3rem;
                color: #fff;
                position: absolute;
                bottom: 0;
                right: 0;
            }

.news-mian {
    margin-top: 2rem;
}

    .news-mian .news-ul2 {
        width: 85%;
        margin: auto
    }

        .news-mian .news-ul2 li {
            padding-bottom: 1rem;
            margin-bottom: 1rem;
            border-bottom: 1px solid #e5e5e5;
            position: relative;
        }

            .news-mian .news-ul2 li:last-child {
                margin-bottom: 0;
                border-bottom: none;
            }

            .news-mian .news-ul2 li .img {
                float: left;
                width: 30.1%;
                overflow: hidden;
                border-radius: 6px;
                max-height: 200px;
            }

                .news-mian .news-ul2 li .img img {
                    width: 100%;
                    transition: all 0.3s;
                }

            .news-mian .news-ul2 li .imgrihgt {
                float: right;
                width: 66%;
                text-align: left;
            }

                .news-mian .news-ul2 li .imgrihgt .tite {
                    font-size: 0.55rem;
                    color: #333;
                    font-weight: bold;
                    ;
                    transition: all 0.3s;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    line-height: 0.6rem;
                }

                .news-mian .news-ul2 li .imgrihgt .tit-y {
                    font-size: 0.325rem;
                    color: #808080;
                    line-height: 0.4rem;
                    margin-top: 0.4rem;
                }

                .news-mian .news-ul2 li .imgrihgt .tit-p {
                    font-size: 0.375rem;
                    color: #666666;
                    line-height: 0.75rem;
                    margin-top: 0.3rem;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                }

                .news-mian .news-ul2 li .imgrihgt .more {
                    font-size: 0.325rem;
                    color: #808080;
                    margin-top: 1.25rem;
                    padding-right: 0.5rem;
                    display: inline-block;
                    background-position: right center;
                    background-image: url(../img/nm.png);
                    background-repeat: no-repeat;
                    background-size: 0.25rem;
                }

    .news-mian .news-right {
        float: right;
        width: 22%;
    }

        .news-mian .news-right .tit {
            font-size: 0.55rem;
            color: #212121;
            font-weight: bold;
            line-height: 0.6rem;
        }

        .news-mian .news-right .news-ul3 {
            margin-top: 0.5rem;
        }

            .news-mian .news-right .news-ul3 li {
                margin-bottom: 0.5rem;
                background-color: #f5f5f5;
                border-radius: 6px;
                overflow: hidden;
                transition: all 0.3s;
            }

                .news-mian .news-right .news-ul3 li .li {
                    padding: 0.6rem;
                }

                    .news-mian .news-right .news-ul3 li .li .name {
                        font-size: 0.45rem;
                        color: #666;
                        transition: all 0.3s;
                        line-height: 0.75rem;
                        height: 2.25rem;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 3;
                        overflow: hidden;
                    }

                    .news-mian .news-right .news-ul3 li .li .ye {
                        font-size: 0.3rem;
                        color: #808080;
                        line-height: 0.35rem;
                        margin-top: 1rem;
                        transition: all 0.3s;
                    }

.page {
    position: relative;
    margin-top: 2.5rem;
    font-size: 0;
    text-align: center;
}

    .page a {
        display: inline-block;
        width: 1rem;
        height: 1rem;
        font-size: 0.35rem;
        line-height: 1rem;
        text-align: center;
        margin: 0 2px;
        transition: all 0.3s;
        background-color: #edf2f7;
        color: #666666;
        font-family: "Arial";
    }

        .page a.prev, .page a.next {
            background-repeat: no-repeat;
            background-position: center;
            background-size: 8px
        }

        .page a.prev {
            background-image: url(../img/page.png)
        }

        .page a.next {
            background-image: url(../img/page1.png)
        }

        .page a.active {
            background-color: #11a196;
            color: #fff;
        }

.news-detail .d-left {
    float: left;
    width: 61.2%;
    padding: 2.5rem 0 2.25rem;
    min-height: 20rem;
}

    .news-detail .d-left .title {
        font-size: 0.9rem;
        line-height: 1.1rem;
        color: #333333;
        text-align: center;
    }

    .news-detail .d-left.yeaer {
        font-size: 0.325rem;
        color: #666666;
        text-align: center;
        line-height: 0.4rem;
        border-bottom: 1px solid #e5e5e5;
        margin-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-family: "Arial";
    }

    .news-detail .d-left .new-ps {
        padding: 1rem 0;
        font-size: 0.45rem;
        color: #666666;
        line-height: 0.75rem;
        text-align: justify;
        border-bottom: 1px solid #e5e5e5;
    }

        .news-detail .d-left .new-ps img {
            max-width: 100%;
        }

    .news-detail .d-left .detail-p {
        margin-top: 1rem;
        position: relative;
    }

        .news-detail .d-left .detail-p p {
            width: 80%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 0.4rem;
            line-height: 0.75rem;
        }

            .news-detail .d-left .detail-p p a {
                color: #666;
            }

        .news-detail .d-left .detail-p .back {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 0.4rem;
            color: #666;
            transition: all 0.3s;
            padding-left: 0.75rem;
            background-position: left center;
            background-repeat: no-repeat;
            background-image: url(../img/back.png);
            background-size: 0.4rem;
        }

.news-detail .d-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 31%;
    background-color: #f5f5f5;
    height: 100%;
}

    .news-detail .d-right .tit {
        font-size: 0.6rem;
        color: #333333;
        height: 3rem;
        line-height: 3rem;
        border-bottom: 1px solid #e5e5e5;
        padding-left: 1.5rem;
    }

    .news-detail .d-right .rul li {
        padding: 0.6rem 1.5rem 1rem;
        border-bottom: 1px solid #e5e5e5;
    }

        .news-detail .d-right .rul li .ye {
            font-size: 0.35rem;
            color: #666666;
            line-height: 0.4rem;
        }

        .news-detail .d-right .rul li .ye-p {
            transition: all 0.3s;
            font-size: 0.4rem;
            color: #666666;
            line-height: 0.6rem;
            margin-top: 0.5rem;
        }

.repon-list1 {
    position: relative;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 44vw auto;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

    .repon-list1 .repom-mian {
        background-position: right top;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(../img/res-list1.png);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 1s ease;
        background-size: 100% 100%;
    }

    .repon-list1 .w1520 {
        border-left: 1px solid #e5e5e5;
    }

    .repon-list1 .repon-ul {
        position: fixed;
        top: calc(84px + 1.25rem);
        left: 10.4%;
    }

        .repon-list1 .repon-ul.fixed-on {
            position: absolute;
            bottom: 0;
            top: auto;
            left: 0;
        }

        .repon-list1 .repon-ul li {
            font-size: 0.35rem;
            color: #808080;
            transition: all 0.3s;
            width: 4.5rem;
            height: 2.25rem;
            cursor: pointer;
            text-align: center;
            position: relative;
            border-bottom: 1px solid #e5e5e5;
        }

            .repon-list1 .repon-ul li span {
                display: inline-block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                width: 100%;
                text-align: center;
            }

            .repon-list1 .repon-ul li.cur {
                background-color: #11a196;
                color: #fff;
            }

    .repon-list1 .repoin {
        width: 16rem;
        padding: 2.5rem 0 2.5rem 3.5rem;
        border-left: 1px solid #e5e5e5;
        margin-left: 4.5rem;
    }

        .repon-list1 .repoin .div-item {
            margin-bottom: 2rem;
        }

            .repon-list1 .repoin .div-item:nth-last-child(1) {
                margin-bottom: 0;
            }

        .repon-list1 .repoin .title {
            font-size: 1.25rem;
            line-height: 1.3rem;
            color: #212121;
        }

        .repon-list1 .repoin .tit {
            font-size: 0.6rem;
            line-height: 0.8rem;
            margin-top: 0.5rem;
            color: #333333;
        }

        .repon-list1 .repoin .tit-p {
            font-size: 0.4rem;
            color: #333;
            line-height: 0.9rem;
            margin-top: 1rem;
        }

        .repon-list1 .repoin .tit-y {
            font-size: 0.75rem;
            line-height: 0.8rem;
        }

.about-lis4 .item-mian .main-siwper .itt-re {
    font-size: 0.6rem;
    line-height: 0.7rem;
    color: #333333;
    margin-bottom: 0.25rem;
}

.about-lis4 .item-right.repom-lit .div1 {
    top: 20%;
    left: 50%;
}

.about-lis4 .item-right.repom-lit .div2 {
    top: 42%;
    left: 20%;
}

.about-lis4 .item-right.repom-lit .div3 {
    top: 70%;
    left: 50%;
}

.join-list1 {
    position: relative;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    overflow: hidden;
}

    .join-list1 .join-bk {
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url(../img/job1.png);
        background-size: 100% 100%;
        transition: all 1s ease;
        position: absolute;
        height: 101%;
        width: 100%;
        top: 0;
        right: 0%;
        z-index: 5;
    }

    .join-list1 .join-mian {
        position: relative;
        z-index: 15;
    }

        .join-list1 .join-mian .join-div {
            padding: 3rem 0 4rem;
            width: 18.5rem;
        }

        .join-list1 .join-mian .title {
            font-size: 0.9rem;
            line-height: 1.1rem;
            color: #333333;
        }

        .join-list1 .join-mian .title-p {
            font-size: 0.4rem;
            line-height: 0.9rem;
            color: #333333;
            margin-top: 0.75rem;
        }

        .join-list1 .join-mian .join-item {
            margin-bottom: 2.25rem;
        }

            .join-list1 .join-mian .join-item:nth-last-child(1) {
                margin-bottom: 0;
            }

        .join-list1 .join-mian .more {
            font-size: 0.35rem;
            color: #fff;
            width: 3.65rem;
            height: 1.2rem;
            line-height: 1.2rem;
            border-radius: 0.6rem;
            background-color: #11a196;
            padding-left: 0.6rem;
            background-repeat: no-repeat;
            background-position: 3.5rem center;
            background-size: 8px;
            background-image: url(../img/more-jian.png);
            display: block;
            box-shadow: 0px 10px 30px rgba(6,89,177,0.15);
        }

.join-lists1 {
    padding: 2.5rem 0 4rem;
}

    .join-lists1 .ul1 {
        font-size: 0;
        text-align: center;
    }

        .join-lists1 .ul1 li {
            display: inline-block;
            width: 3.75rem;
            height: 1.2rem;
            border-radius: 4px;
            line-height: 1.2rem;
            color: #fff;
            transition: all 0.3s;
            font-size: 0.4rem;
            text-align: center;
            background-color: #b3b3b3;
            margin: 0 0.625rem;
            cursor: pointer;
        }

            .join-lists1 .ul1 li.cur {
                background-color: #11a196
            }

    .join-lists1 .form-div {
        margin: 1.25rem auto 0;
        width: 86.8%;
        position: relative;
        z-index: 10
    }

        .join-lists1 .form-div ul {
            font-size: 0;
            text-align: left;
        }

            .join-lists1 .form-div ul li {
                display: inline-block;
                vertical-align: middle;
                position: relative;
                margin-right: 2.3%;
            }

                .join-lists1 .form-div ul li:nth-last-child(1) {
                    margin-right: 0;
                }

                .join-lists1 .form-div ul li.li1 {
                    width: 41%;
                }

                    .join-lists1 .form-div ul li.li1 .bor {
                        height: 1.5rem;
                        line-height: 1.5rem;
                        border: 1px solid #e5e5e5;
                        border-radius: 6px;
                        padding: 0 0.5rem;
                        box-sizing: border-box;
                    }

                        .join-lists1 .form-div ul li.li1 .bor input {
                            height: 1.5rem;
                            line-height: 1.5rem;
                            font-size: 14px;
                            color: #b2b2b2;
                            background-color: transparent;
                        }

                .join-lists1 .form-div ul li.li2 {
                    width: 19.5%;
                }

                    .join-lists1 .form-div ul li.li2 .bor1 {
                        height: 1.5rem;
                        line-height: 1.5rem;
                        border: 1px solid #e5e5e5;
                        border-radius: 6px;
                        padding: 0 0.5rem;
                        box-sizing: border-box;
                        font-size: 14px;
                        color: #b2b2b2;
                        background-position: 90% center;
                        background-repeat: no-repeat;
                        background-size: 10px;
                        background-image: url(../img/join-xia.png);
                    }

                    .join-lists1 .form-div ul li.li2 .item-hover {
                        position: absolute;
                        top: 1.5rem;
                        width: 100%;
                        left: 0;
                        border: 1px solid #e5e5e5;
                        border-radius: 6px;
                        background-color: #fff;
                        box-sizing: border-box;
                        display: none;
                        max-height: 3rem;
                        overflow: hidden;
                        padding-left: 0.5rem;
                    }

                        .join-lists1 .form-div ul li.li2 .item-hover a {
                            display: block;
                            height: 1rem;
                            line-height: 1rem;
                            font-size: 14px;
                            color: #999;
                            border-bottom: 1px solid #e5e5e5;
                        }

                .join-lists1 .form-div ul li.li3 {
                    width: 12%;
                    margin-right: 0;
                }

                    .join-lists1 .form-div ul li.li3 .submit {
                        height: 1.5rem;
                        line-height: 1.5rem;
                        border: 1px solid #e5e5e5;
                        border-radius: 6px;
                        background-color: #11a196;
                        width: 100%;
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: 0.75rem;
                        background-image: url(../img/jf.png);
                        cursor: pointer;
                    }

.ajax-lists-join {
    margin-top: 1.75rem;
}

    .ajax-lists-join .ul-join {
        border: 1px solid #e5e5e5;
        border-bottom: 0;
        border-top: 0;
    }

        .ajax-lists-join .ul-join .pre {
            position: relative;
            border-bottom: 1px solid #e5e5e5;
        }

        .ajax-lists-join .ul-join .left {
            padding: 1.25rem 2.75rem;
            width: calc(85.5% - 5.5rem);
            border-right: 1px solid #e5e5e5;
        }

        .ajax-lists-join .ul-join .name {
            font-size: 0.6rem;
            color: #11a196;
            line-height: 0.7rem;
        }

        .ajax-lists-join .ul-join .time {
            font-size: 0.35rem;
            color: #999999;
            position: relative;
            margin-left: 2rem;
        }

            .ajax-lists-join .ul-join .time:after {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                left: -1rem;
                width: 1px;
                height: 0.35rem;
                background-color: #e5e5e5;
                content: "";
            }

        .ajax-lists-join .ul-join .li-div {
            margin-top: 0.75rem;
        }

            .ajax-lists-join .ul-join .li-div .lib {
                font-size: 0.4rem;
                color: #666666;
                line-height: 0.75rem;
                float: left;
                width: 33.3%;
            }

        .ajax-lists-join .ul-join .btn-jia {
            position: absolute;
            top: 0;
            right: 0;
            width: 14.5%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 0.75rem;
            background-image: url(../img/jia.png);
            transition: all 0.3s;
            cursor: pointer;
        }

            .ajax-lists-join .ul-join .btn-jia.cur {
                background-image: url(../img/jian.png);
            }

        .ajax-lists-join .ul-join .join-p {
            padding: 1.25rem 2.75rem;
            font-size: 14px;
            line-height: 0.75rem;
            color: #666666;
            border-bottom: 1px solid #e5e5e5;
            display: none;
        }

        .ajax-lists-join .ul-join li {
            margin-bottom: 0.75rem;
            border-top: 1px solid #e5e5e5;
        }

        .ajax-lists-join .ul-join .btn-email {
            font-size: 0.4rem;
            font-weight: bold;
            color: #fff;
            display: block;
            margin-top: 2rem;
            width: 3.75rem;
            height: 1.2rem;
            line-height: 1.2rem;
            background-color: #11a196;
            border-radius: 6px;
            text-align: center;
        }

.inno-list1 {
    padding: 3.75rem 0 5.75rem;
    border-bottom: 1px solid #e5e5e5;
    background-repeat: no-repeat;
    background-size: cvoer;
    background-position: center;
}

.maohaos {
    font-size: 3.75rem;
    text-align: center;
    font-family: "Arial";
    text-align: center;
    color: #11a196;
    opacity: 0.1;
    line-height: 0.6;
}

.inno-title {
    font-size: 0.9rem;
    line-height: 1.1rem;
    color: #333333;
    text-align: center;
}

.inno-list1 .ino-name {
    font-size: 1.5rem;
    color: #11a196;
    line-height: 1.5rem;
    margin-top: 0.6rem;
    text-align: center;
}

.inno-list2 {
    padding: 2rem 0 1.5rem;
    overflow: hidden;
}

.inno-list2-xin {
    margin: 2rem auto 0;
    position: relative;
    overflow: hidden;
    width: 80%;
}

.inno-list2-xin-prev, .inno-list2-xin-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
}

.inno-list2-xin-prev {
    left: 0;
    background-image: url(../img/list3-prev.png);
}

.inno-list2-xin-next {
    right: 0;
    background-image: url(../img/list3-next.png);
}

.inno-list2-xin .img {
    overflow: hidden;
    border-radius: 6px;
}

    .inno-list2-xin .img img {
        width: 100%;
        transform: scale3d(1, 1, 1)
    }

.inno-list2-xin .imgname {
    font-size: 0.75rem;
    line-height: 0.9rem;
    text-align: center;
    margin-top: 1rem;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
}

.inno-list2-xin .swiper-slide-active .imgname {
    opacity: 1;
}

.inno-list2-xin .swiper-slide-prev, .inno-list2-xin .swiper-slide-next {
    opacity: 0.6;
    transition: all 0.3s;
}

.inno-list2-xin .swiper-slide-active {
    opacity: 1;
}

.inno-list2-xin .swiper-slide ul {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.inno-list2-xin ul {
    margin: 1rem auto 0;
    width: 90%;
}

    .inno-list2-xin ul li {
        float: left;
        width: 45%;
        font-size: 0.4rem;
        color: #545454;
        text-align: left;
        list-style: disc;
        line-height: 0.75rem;
        list-style-position: inside;
    }

        .inno-list2-xin ul li:nth-child(2n) {
            float: right;
        }

.inno-list2-xin .swiper-slide-active ul {
    visibility: visible;
    opacity: 1;
}

.inno-list2 .inno-p {
    font-size: 0.4rem;
    line-height: 0.9rem;
    color: #333333;
    margin-top: 0.75rem;
    text-align: center
}

.inno-list2 .lis2-div {
    margin-top: 2rem;
    position: relative;
    padding-bottom: 2rem;
}

    .inno-list2 .lis2-div .list2-swiper-inno {
        float: left;
        width: 50%;
        position: relative;
        overflow: hidden;
        height: 12rem;
        border-right: 1px solid #e5e5e5;
    }

        .inno-list2 .lis2-div .list2-swiper-inno .swiper-slide {
            height: 4rem;
            line-height: 4rem;
            position: relative;
        }

        .inno-list2 .lis2-div .list2-swiper-inno .active {
            border-bottom: 1px solid #e5e5e5;
            border-top: 1px solid #e5e5e5;
            box-sizing: border-box;
            background-color: #f7f7f7;
        }

        .inno-list2 .lis2-div .list2-swiper-inno .swiper-slide .titlename {
            font-size: 0.75rem;
            line-height: 0.9rem;
            color: #212121;
            opacity: 0.6;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40%;
            left: 46%;
        }

        .inno-list2 .lis2-div .list2-swiper-inno .active .titlename {
            opacity: 1;
        }

        .inno-list2 .lis2-div .list2-swiper-inno .active:after {
            width: 4px;
            height: 1rem;
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            background-color: #f18200;
        }

        .inno-list2 .lis2-div .list2-swiper-inno .active:before {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 0.3rem;
            height: 0.5rem;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% 100%;
            background-image: url(../img/inno-prev.png);
            right: 10%;
            content: "";
            z-index: 10;
        }

    .inno-list2 .lis2-div .list2-right {
        position: absolute;
        width: 30.25%;
        left: 56.25%;
        height: 100%;
        overflow: hidden;
    }

        .inno-list2 .lis2-div .list2-right .img {
            overflow: hidden;
            border-radius: 8px;
        }

            .inno-list2 .lis2-div .list2-right .img img {
                width: 100%;
            }

        .inno-list2 .lis2-div .list2-right .imgname {
            font-size: 0.4rem;
            line-height: 0.6rem;
            margin-top: 0.5rem;
            color: #666;
            height: 2.4rem;
            overflow: auto;
            padding-right: 0rem;
        }

    .inno-list2 .lis2-div:before {
        width: 1px;
        height: 100%;
        position: absolute;
        left: 50%;
        content: "";
        bottom: -3.5rem;
        background-color: #e5e5e5;
    }

.inno-list3 {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

    .inno-list3 li {
        width: 33.3%;
        float: left;
        position: relative;
        padding-bottom: 51.5%;
    }

        .inno-list3 li:nth-child(2) {
            border-right: 1px solid #e5e5e5;
            border-left: 1px solid #e5e5e5;
            box-sizing: border-box
        }

        .inno-list3 li .pra {
            position: absolute;
            width: 80%;
            text-align: left;
            top: 10.6%;
        }

        .inno-list3 li:nth-child(2) .pra {
            left: 10%;
        }

        .inno-list3 li:nth-child(3) .pra {
            right: 0%;
        }

        .inno-list3 li .pra .ico {
            width: 1.25rem;
            margin: 0 auto 1rem;
        }

            .inno-list3 li .pra .ico img {
                width: 100%;
            }

        .inno-list3 li .pra .inoo-p {
            font-size: 0.4rem;
            line-height: 0.9rem;
            color: #333333;
            margin-top: 1rem;
            max-height: 11rem;
        }

.inno-list4 {
    position: relative;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    overflow: hidden;
}

    .inno-list4 .shicha-list4 {
        position: absolute;
        top: 0;
        left: -26%;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url(../img/inn1.png);
        z-index: 2;
        transition: all 1s ease
    }

    .inno-list4 .list4-mian {
        position: relative;
        z-index: 10
    }

        .inno-list4 .list4-mian .list-right {
            float: right;
            width: 40%;
            padding: 2.5rem 0;
        }

        .inno-list4 .list4-mian .inno-ul {
            margin-top: 1.75rem;
            font-size: 0;
            text-align: left;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .inno-list4 .list4-mian .inno-ul:after {
                display: block;
                content: "";
                width: 30%;
                height: 0px;
            }

            .inno-list4 .list4-mian .inno-ul li {
                display: inline-block;
                vertical-align: top;
                width: 30%;
                margin-bottom: 1.25rem;
            }

                .inno-list4 .list4-mian .inno-ul li .num {
                    font-size: 1.5rem;
                    line-height: 1.5rem;
                    color: #11a196;
                }

                .inno-list4 .list4-mian .inno-ul li span.ti {
                    font-size: 0.75rem;
                    color: #11a196;
                }

                .inno-list4 .list4-mian .inno-ul li .titname {
                    font-size: 0.35rem;
                    color: #808080;
                    line-height: 0.55rem;
                }

.product-mian .uli li {
    float: left;
    width: 33.3%;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

    .product-mian .uli li > img {
        opacity: 0;
        transition: all 0.3s;
        width: 100%;
    }

    .product-mian .uli li .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        opacity: 0;
        transition: all 0.3s;
    }

    .product-mian .uli li .item-pro {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        transform: translate(-50%,-50%);
        text-align: center;
        z-index: 10
    }

        .product-mian .uli li .item-pro .title {
            font-size: 0.9rem;
            line-height: 1.1rem;
            color: #333;
            transition: all 0.3s;
        }

        .product-mian .uli li .item-pro .title-p {
            font-size: 0.35rem;
            color: #999;
            margin-top: 0.75rem;
            line-height: 0.7rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            height: 1.4rem;
        }

        .product-mian .uli li .item-pro .more {
            display: block;
            margin: 1.5rem auto 0;
            padding-left: 0.7rem;
            width: 2.85rem;
            height: 1.2rem;
            line-height: 1.2rem;
            border-radius: 0.6rem;
            background-repeat: no-repeat;
            background-position: 2.7rem center;
            background-size: 8px;
            background-image: url(../img/more-jian.png);
            background-color: #11a196;
            color: #fff;
            font-size: 0.4rem;
            transition-delay: 1.5s;
            transition: all 0.3s;
            text-align: left;
            box-shadow: 0px 10px 30px rgba(6,89,177,0.15);
        }

.prolists-nav {
    height: 1.5rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}

    .prolists-nav a {
        display: inline-block;
        font-size: 14px;
        color: #b2b2b2;
    }

    .prolists-nav span {
        display: inline-block;
        margin: 0 0.3rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 8px;
        width: 8px;
        height: 12px;
        background-image: url(../img/page1.png);
        opacity: 0.6;
    }

    .prolists-nav a.back-a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        display: inline-block;
        padding-right: 0.7rem;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 0.4rem;
        background-image: url(../img/backa.png);
        transition: all 0.3s;
    }

.productlist-mian {
    padding: 3rem 0 4rem;
}

    .productlist-mian .title {
        font-size: 1.25rem;
        line-height: 1.3rem;
        color: #333333;
    }

    .productlist-mian .title-p {
        font-size: 0.45rem;
        color: #545454;
        line-height: 0.9rem;
        margin-top: 1rem;
    }

    .productlist-mian .tit-p {
        font-size: 0.6rem;
        color: #11a196;
        margin-top: 2.5rem;
        line-height: 0.7rem;
    }

    .productlist-mian .listul {
        margin-top: 0.9rem;
    }

        .productlist-mian .listul li {
            float: left;
            width: 23%;
            position: relative;
            margin-right: 2.6%;
            margin-bottom: 0.9rem;
            border-radius: 8px;
            overflow: hidden;
            transition: all 0.3s;
            background-color: #f5f5f5;
        }

            .productlist-mian .listul li:nth-child(4n) {
                margin-right: 0;
            }

            .productlist-mian .listul li .li-pro {
                padding: 1.2rem 1.1rem;
            }

                .productlist-mian .listul li .li-pro .name {
                    font-size: 0.65rem;
                    color: #212121;
                    line-height: 0.9rem;
                    transition: all 0.3s;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    height: 1.8rem;
                }

                .productlist-mian .listul li .li-pro .name-p {
                    font-size: 0.4rem;
                    color: #999;
                    margin-top: 0.75rem;
                    line-height: 0.6rem;
                    height: 1.2rem;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    transition: all 0.3s;
                    opacity: 1;
                }

                .productlist-mian .listul li .li-pro .more {
                    display: inline-block;
                    margin-top: 1rem;
                    padding-right: 0.7rem;
                    background-repeat: no-repeat;
                    background-size: 8px;
                    background-image: url(../img/page1.png);
                    background-position: right center;
                    font-size: 0.35rem;
                    color: #999;
                    transition: all 0.3s;
                    opacity: 1;
                }

    .productlist-mian .deli {
        margin-top: 1.25rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #e5e5e5;
    }

        .productlist-mian .deli .left {
            float: left;
            width: 40%;
            font-size: 0.55rem;
            line-height: 1.25rem;
            color: #545454;
        }

        .productlist-mian .deli .right {
            float: left;
            width: 40%;
            font-size: 0.55rem;
            line-height: 1.25rem;
            color: #545454;
        }

            .productlist-mian .deli .right img {
                max-width: 100%;
            }

    .productlist-mian .detail-p {
        margin-top: 2.25rem;
    }

        .productlist-mian .detail-p.teow {
            margin-top: 0;
        }

        .productlist-mian .detail-p .p-div {
            font-size: 0.4rem;
            color: #545454;
            line-height: 1.25rem;
            float: left;
            width: 32%;
            margin-right: 2%;
        }

            .productlist-mian .detail-p .p-div:nth-child(3n) {
                margin-right: 0;
            }

            .productlist-mian .detail-p .p-div .item {
                float: left;
                width: 4.5rem;
            }

            .productlist-mian .detail-p .p-div .item-p {
                float: right;
                width: calc(100% - 4.5rem);
            }

        .productlist-mian .detail-p .hui-d {
            font-size: 0.4rem;
            line-height: 1.25rem;
            color: #999;
        }

        .productlist-mian .detail-p .more {
            display: block;
            margin-top: 1.75rem;
            padding-left: 0.7rem;
            width: 3.15rem;
            height: 1.2rem;
            line-height: 1.2rem;
            border-radius: 0.6rem;
            background-repeat: no-repeat;
            background-position: 3rem center;
            background-size: 8px;
            background-image: url(../img/more-jian.png);
            background-color: #11a196;
            color: #fff;
            font-size: 0.4rem;
            transition-delay: 1.5s;
            transition: all 0.3s;
        }

.search-medol {
    position: fixed;
    ;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    display: none;
}

    .search-medol .ballsk {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }

    .search-medol .mainfofm {
        position: absolute;
        // width:500px;
        width: 680px;
        height: 60px;
        line-height: 60px;
        border-radius: 30px;
        background-color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

        .search-medol .mainfofm .text {
            height: 60px;
            line-height: 60px;
            font-size: 18px;
            width: 80%;
            padding-left: 30px;
            background-color: transparent;
        }

        .search-medol .mainfofm .submit {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 30px;
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            background-position: center;
            background-image: url(../img/n-se.png);
            cursor: pointer;
            background-color: transparent;
            font-size: 0;
        }

.search-divl {
    padding: 3rem 0 4rem;
}

    .search-divl .search-ul {
        font-size: 0;
        text-align: center;
    }

        .search-divl .search-ul li {
            width: 4.5rem;
            height: 1.3rem;
            line-height: 1.3rem;
            font-size: 0.5rem;
            text-align: center;
            border-radius: 8px;
            background-color: #f5f5f5;
            color: #000000;
            transition: all 0.3s;
            display: inline-block;
            margin: 0 1.5rem;
        }

            .search-divl .search-ul li.cur {
                color: #fff;
                background-color: #11a196;
            }

.ajax-search-model {
    margin-top: 2.5rem;
}

    .ajax-search-model .productlist-mian {
        padding: 0;
    }

    .ajax-search-model .news-mian {
        margin-top: 0;
    }

        .ajax-search-model .news-mian .news-ul2 {
            float: none;
            width: 100%;
            padding-right: 0;
            border-right: 0px solid #e5e5e5;
        }

.morel-igm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    display: none;
}

    .morel-igm .vlank {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
    }

    .morel-igm .mianimg {
        position: absolute;
        width: 600px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

        .morel-igm .mianimg img {
            width: 100%;
        }

        .morel-igm .mianimg .closee {
            position: absolute;
            top: 0;
            right: 0;
            width: 1rem;
            height: 1rem;
            background-color: #11a196;
            color: #fff;
            line-height: 1rem;
            text-align: center;
            ;
            font-weight: 16px;
            cursor: pointer;
        }

@media (max-width: 1680px) {
    .about-list1 {
        background-position: 108% center
    }
}

@media (max-width: 1366px) {
    .repon-list1 .repom-mian {
        left: 10%;
    }
}

@media (max-width: 1240px) {
    .about-lis4 .list4-mask {
        left: 0%;
    }

    .inno-list3 li {
        padding-bottom: 56.5%;
    }

        .inno-list3 li .pra .inoo-p {
            max-height: 10rem;
        }

    .inno-list2-xin {
        width: 100%;
    }
}

@keyframes typing {
    from {
        width: 0;
    }
}

@-webkit-keyframes typing {
    from {
        width: 0;
    }
}

@keyframes caret {
    50% {
        border-color: transparent;
    }
}

@-webkit-keyframes caret {
    50% {
        border-color: transparent;
    }
}

@media (max-width: 1680px) {
    .about-list1 {
        background-position: 108% center
    }
}

@media (max-width: 1366px) {
    .repon-list1 .repom-mian {
        left: 10%;
    }
}

@media (max-width: 1240px) {
    .about-lis4 .list4-mask {
        left: 0%;
    }

    .inno-list3 li {
        padding-bottom: 56.5%;
    }

        .inno-list3 li .pra .inoo-p {
            max-height: 10rem;
        }

    .inno-list2-xin {
        width: 100%;
    }
}

.item-list1-video:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/grid.png);
    position: absolute;
    z-index: 0;
}

.item-list1-video2 {
    position: absolute;
    top: 0
}

    .item-list1-video2:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: url(../img/job2.png);
        position: absolute;
        z-index: 99;
    }

@media (max-width: 945px) {
    .index-list4 .list-qiu {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 35%;
    }

    .index-list4 .list4-item {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        left: 18.3%;
        z-index: 10;
    }

    .index-list3-dy {
        background-position: center top !important;
        background-size: cover !important;
    }
}

.baichuan-news-swiper .swiper-slide {
    width: auto;
    height: auto;
}

.baichuan-news-swiper {
    height: 50vh;
    flex: 0 0 50%;
}

#c_portalResGroupNewsNew_list-16182784536095505 .about .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    #c_portalResGroupNewsNew_list-16182784536095505 .about .right .one {
        display: flex;
        align-items: center;
        width: auto;
    }

.swiper-slide-active #c_portalResGroupNewsNew_list-16182784536095505 .baichuan-news-swiper .fangda {
    transform: unset;
    margin: 0;
}

#c_portalResGroupNewsNew_list-16182784536095505 .baichuan-news-swiper .fangda:before {
    z-index: 0;
}

#c_portalResGroupNewsNew_list-16182784536095505 .fangda:hover a {
    color: #FFFFFF !important;
}

#c_portalResGroupNewsNew_list-16182784536095505 .baichuan-news-swiper .text-g .title {
    margin-bottom: 12px;
}

    #c_portalResGroupNewsNew_list-16182784536095505 .baichuan-news-swiper .text-g .title a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        line-height: 2em;
    }

#c_portalResGroupNewsNew_list-16182784536095505 .baichuan-news-swiper .text-g .realtitle a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

@media (max-width: 767px) {
    .index-swiper-baichuan {
        height: auto;
    }

        .index-swiper-baichuan > .swiper-wrapper {
            height: auto;
            display: block;
        }

        .index-swiper-baichuan > div > .swiper-slide {
            height: auto;
        }

    .index-list1 .index-list1-prev, .index-list1 .index-list1-next, .index-list1 .item-down.secwen {
        display: none;
    }

    .item-list1-video video {
        display: block;
        width: 100%;
    }

    .index-swiper-baichuan .index-list2 .list-content {
        top: 0;
        transform: translateY(0);
        padding: 40px 0;
    }

    #c_portalResGroupNewsNew_list-16182784536095505 .about .right {
        flex-wrap: wrap;
        padding-bottom: 40px;
    }

    #c_portalResGroupNewsNew_list-16182784536095505 .two {
        width: 100%;
    }

    #c_portalResGroupNewsNew_list-16182784536095505 .hangye .img {
        padding-bottom: 30%;
    }

    #c_portalResGroupNewsNew_list-16182784536095505 .hangye .text {
        top: 0;
        transform: translateY(0);
    }

    .baichuan-news-swiper {
        flex: 0 0 100%;
    }

    .index-list4 .list4-item .title-p {
        width: 90%;
    }
}

.hjzf_bottom_33 {
    padding-top: 5vw;
    padding-bottom: 2vw;
}

.hjzf_bottom_33_fmenu {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3vw;
}

.hjzf_bottom_33_logo {
    margin-bottom: 4vw;
}

.hjzf_bottom_33_fmenu .hjzf_bottom_33_tel {
    flex: 0 0 12%;
    width: 12%;
    color: #fff;
    text-align: center;
    margin-top: -80px;
}

.hjzf_bottom_33_tel h4 {
    font-size: 22px;
    line-height: 2;
    margin-top: 10px;
    white-space: nowrap;
}

.hjzf_bottom_33_tel p {
    font-size: 50px;
    line-height: 1;
}

.hjzf_bottom_33_fmenu ul {
    flex: 0 0 75%;
    width: 75%;
    display: flex;
    justify-content: space-between;
}

    .hjzf_bottom_33_fmenu ul li {
        display: flex;
        flex-direction: column;
    }

        .hjzf_bottom_33_fmenu ul li h3 {
            font-size: 22px;
            margin-bottom: 20px;
            position: relative;
            color: #fff;
            padding-bottom: 25px;
        }

            .hjzf_bottom_33_fmenu ul li h3:before {
                position: absolute;
                display: block;
                content: '';
                width: 35px;
                height: 2px;
                background-color: #fff;
                left: 0;
                bottom: 0;
            }

        .hjzf_bottom_33_fmenu ul li span {
            color: #95969c;
            line-height: 2;
            font-size: 16px;
            transition: all .5s;
        }

.hjzf_bottom_33_copyright {
    border-top: 1px solid rgba(255,255,255,.3);
    padding-top: 20px;
}

.hjzf_bottom_33_copyright_list {
    display: inline-flex;
    justify-content: space-between;
    margin-left: 1vw;
}

    .hjzf_bottom_33_copyright_list a {
        margin-left: 1.5vw;
    }

.hjzf_bottom_33_copyright {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #95969c;
}

    .hjzf_bottom_33_copyright a {
        transition: all .5s;
        color: #95969c;
    }

@media(max-width: 1199px) {
    .hjzf_bottom_33 {
        display: none;
    }

    .hjzf_bottom_33_mobile {
        background-color: #333;
        color: #95969c;
        padding: 10px 15px;
    }

        .hjzf_bottom_33_mobile a {
            color: #95969c;
        }
}

@media(min-width: 1200px) {
    .hjzf_bottom_33_mobile {
        display: none;
    }
}
