@charset "UTF-8";
/* 瀹氫箟澶栭儴瀛椾綋1锛歂otoSans */
@font-face {
    font-family: 'NotoSans';
    src: url("../plug/fonts/Noto_Sans/NotoSans-Regular.ttf") format("truetype"), url("../plug/fonts/Noto_Sans/NotoSans-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/* 瀹氫箟澶栭儴瀛椾綋2锛歁ontserrat */
@font-face {
    font-family: 'Montserrat';
    src: url("../plug/fonts/Montserrat/Montserrat-Regular.ttf") format("woff2"), url("../plug/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

:root {
    --font-size-12: 12px;
    --font-size-16: 16px;
    --top-nav-height: 60px;
}


body {
    font-family: -apple-system, BlinkMacSystem,'Montserrat','Noto Sans SC',sans-serif;
}

/*@media (min-width: 1024px) and (max-width: 1366px) {
    body, html {
        font-size: 1vw;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    body, html {
        font-size: 1.1111111111vw;
    }
}

@media (max-width: 767px) {
    body, html {
        font-size: 14px;
    }
}*/




@media (min-width: 1460px) {
    .container {
        max-width: 1400px;
    }
}

a {
    text-decoration: none;
}

    a:hover, a:focus, a:visited {
        text-decoration: none;
    }

ul,
li,
p {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.NotoSans {
    font-family: 'NotoSans', sans-serif;
}

.Montserrat {
    font-family: 'Montserrat', sans-serif;
}

.container-fluid,
.row,
.col-md-12,
.col-lg-12 {
    padding: 0;
    margin: 0;
}

.slogan {
    height: 920px;
    background-image: url("../images/slogan-back.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .slogan .introduction {
        font-size: 1.75rem;
        color: #666;
    }

    .slogan .detail-icon {
        margin: 0 auto;
    }

    .slogan .slogan-img {
        max-width: 992px;
    }

.slogan-container {
    text-align: center;
    font-size: 28px;
    color: #666;
}

.logo-center {
    text-align: center;
}

.origin {
    text-align: center;
    font-weight: bold;
    font-size: 4rem;
    color: #000;
    margin-top: 4rem;
}

.detail-icon {
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    position: relative;
}

    .detail-icon .content {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        margin-left: 10px;
        font-size: 1rem;
        color: #666;
        padding-left: 1.5rem;
    }

    .detail-icon div.cicle-i {
        display: block;
        width: 44px;
        height: 44px;
        position: relative;
        border-radius: 50%;
        line-height: 44px;
        box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
        margin-left: -40px;
        color: #fff;
    }

.circle {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #001499;
}

    .circle svg {
        color: #fff;
        position: relative;
        bottom: 10px;
    }

.strength {
    height: 920px;
    background-image: url("../images/strength-back.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
}

    .strength .strength-num {
        flex-grow: 1;
    }

    .strength .en-title {
        color: #001499;
        font-weight: bold;
        font-size: 50px;
    }

/*.bg-white {
    background-color: #fff;
}*/

.bg-dark {
    background-color: #000;
}

.bg-black {
    background-color: #0c0c0c;
}

.bg-blue {
    background-color: #001499;
}

.bg-grey {
    background-image: linear-gradient(to right bottom, #dde5ef, #fafbfd);
}

.bg-gray1 {
    background-color: #B3B3B3;
}

.strength-container {
    display: flex;
    justify-content: space-between;
}

.strength-introduction {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 200px;
}

    .strength-introduction .introduction {
        padding: 20px 0;
        color: #666;
    }

    .strength-introduction .title {
        font-size: 3rem;
        font-weight: 700;
        font-family: "Noto Sans SC";
    }

.strength-num {
    flex: 1;
    position: relative;
}

    .strength-num .rectangle {
        width: 100%;
        height: 313px;
        position: relative;
        padding: 3rem;
        border-radius: 20px;
        margin-bottom: 30px;
    }

        .strength-num .rectangle.bg-grey .number {
            color: #001499;
        }

        .strength-num .rectangle.bg-grey .text {
            color: #444;
        }

    .strength-num .content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .strength-num .number, .strength-num .text {
        color: white;
    }

    .strength-num .number {
        font-size: 50px;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .strength-num .text {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .strength-num .icon {
        position: absolute;
        bottom: 2rem;
        right: 2rem;
        fill: white;
    }

.number::after {
    content: '+';
    position: absolute;
    line-height: 1;
    font-size: 34px;
    /* 鍙€夛細寰皟瑙掓爣浣嶇疆 */
    /* transform: translateY(-50%) translateX(50%); */
}

.innovation {
    height: 920px;
    background-image: url("../images/innovation-back.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.innovation1 {
    height: 920px;
    background-image: url("../images/innovation-1.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

    .innovation1 .img-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .innovation1 .img-wrapper .left {
            position: absolute;
            top: 40%;
            text-transform: uppercase;
            font-size: 2.5rem;
            text-align: left;
            font-weight: 700;
        }

            .innovation1 .img-wrapper .left .title {
                font-size: 3.75rem;
            }

        .innovation1 .img-wrapper .right {
            position: absolute;
            right: 13%;
            top: 45%;
        }

    .innovation1 .img-container {
        position: absolute;
        width: 100%;
        z-index: 99;
        color: #FFFFFF;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }

.m-innovation {
    height: 500px;
    background-image: url("../images/innovation-1.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
}

    .m-innovation a {
        color: #fff;
    }

    .m-innovation .img {
        width: 330px;
    }

    .m-innovation .text {
        text-transform: uppercase;
    }

.bottom-footer {
    /*background-color: #000;*/
    background-image: linear-gradient(to right bottom, #dde5ef, #fafbfd);
}

.footer {
    display: flex;
    justify-content: space-between;
    padding: 100px 20px;
    box-sizing: border-box;
    /*color: #fff;*/
    color: #666;
}

.center-container {
    width: 80%;
    margin: 0 auto;
}

.column {
    flex: 1;
    text-align: left;
}

.wide {
    flex: 1.5;
}

    .wide p {
        margin-bottom: 10px;
    }

.column h5 {
    margin-bottom: 1.5rem;
}

.column ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.column li a {
    /*color: #fff;*/
    color: #666;
}

.icons a {
    display: inline-block;
    margin: 0 5px;
}

.border-footer {
    /*border-top: 1px solid #353535;*/
    border-top: 1px solid #b1b1b1;
    display: flex;
    justify-content: space-between;
    /*color: #fff;*/
    color: #666;
}

    .border-footer a {
        /*color: #fff;*/
        color: #666;
    }

    .border-footer .copyright {
        padding: 20px 0;
        overflow: hidden;
    }


@media (max-width: 991px) {
    .border-footer .copyright .float-right {
        float: none !important;
    }
}


.link-container .link-wrapper {
    padding-left: 2rem;
}

    .link-container .link-wrapper a {
        display: flex;
        text-decoration: none;
        color: inherit;
    }

.link-container .content {
    display: flex;
    align-items: flex-start;
}

.link-container .image-container {
    margin-right: 20px;
}

.link-container .text-container {
    font-size: 1.25rem;
}

    .link-container .text-container .title {
        color: #000;
        font-size: 2rem;
        font-weight: 700;
    }

.link-container .img {
    width: 100px;
    height: auto;
}

.icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #d9d9d9;
}

    .icon-circle svg {
        max-width: 100%;
        max-height: 100%;
    }

.join {
    height: 920px;
    background-image: url("../images/join.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}

    .join .box:first-child {
        flex-basis: 20%;
    }

    .join .box:nth-child(2) {
        flex-basis: 35%;
    }

    .join .text-left {
        font-size: 50px;
        position: absolute;
        bottom: 8rem;
        left: 20%;
    }

    .join .text-right {
        font-size: 22px;
        position: absolute;
        bottom: 3rem;
        left: 40%;
    }

    .join .join-container {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        height: 920px;
    }

    .join .join-title {
        font-size: 50px;
        margin-right: 20px;
        margin-bottom: 9rem;
        width: 260px;
        word-wrap: break-word;
        font-weight: 700;
    }

    .join .join-content {
        font-size: 1.375rem;
        display: flex;
        margin-bottom: 5rem;
        flex-direction: column;
    }

.join-bg-blue {
    background-color: rgba(0, 20, 153, 0.9);
}

.m-join {
    color: #fff;
}

    .m-join .join-title {
        font-size: 1.5rem;
    }

.blue {
    color: #001499 !important;
}

.white {
    color: #fff !important;
}

.dark {
    color: #333 !important;
}

.grey {
    color: #222 !important;
}


.grey-1 {
    color: #666;
}

.grey-2 {
    color: rgba(51, 51, 51, 0.6);
}

.grey-3 {
    color: #444 !important;
}

.news {
    padding: 40px 0;
}

    .news .header {
        font-size: 3.125rem;
        color: #001499;
    }

    .news .title {
        font-size: 3rem;
        color: #000;
        font-weight: bold;
        margin-bottom: 3rem;
    }

    .news .card {
        border-radius: 30px;
        margin-bottom: 2rem;
    }

    .news .card-body {
        padding: 4rem;
    }

    .news .time {
        color: #272727;
        margin-bottom: 10px;
    }

        .news .time img {
            margin-right: 10px;
        }

        .news .time span {
            line-height: 20px;
            vertical-align: middle;
        }

    .news .text {
        font-size: 1.5rem;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 64px;
        color: #444;
    }

    .news .detail {
        color: #001499;
        margin-top: 1.5rem;
    }

.index-navbar {
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
}

    .index-navbar .navbar-collapse {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        list-style-type: none;
        padding-left: 0;
    }

    .index-navbar .navbar {
        padding: 0;
    }

    .index-navbar .nav-link {
        color: #fff;
        padding: 0;
        display: inline-block;
    }

    .index-navbar .navbar-nav > .nav-item:hover .nav-ul {
        height: 360px;
        transition: 400ms ease-in-out;
    }

    .index-navbar .nav-item > li:hover .nav-ul {
        height: 360px;
        transition: 400ms ease-in-out;
    }

    .index-navbar .nav-ul li {
        line-height: 50px;
        width: 60%;
        border-bottom: 1px solid #ddd;
        position: relative;
        font-size: var(--font-size-12);
    }

        .index-navbar .nav-ul li a {
            display: block;
            color: #333;
        }

            .index-navbar .nav-ul li a:hover {
                color: #001499;
            }

                .index-navbar .nav-ul li a:hover .bi {
                    color: #001499;
                }

    .index-navbar .nav-ul {
        position: fixed;
        width: 800px;
        left: auto;
        right: 25%;
        top: calc(var(--top-nav-height) + 2px);
        text-align: left;
        padding: 0 45px;
        height: 0;
        overflow: hidden;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        z-index: 999;
        transition: 400ms ease-in-out;
        background: #ffffff;
        color: #ddd;
    }

        .index-navbar .nav-ul .right {
            padding-top: 45px;
        }

        .index-navbar .nav-ul .bi {
            font-size: 1.5rem;
            float: right;
            color: #ddd;
        }

        .index-navbar .nav-ul > div {
            width: 50%;
            float: left;
        }

        .index-navbar .nav-ul-div, .index-navbar .nav-ul li:nth-of-type(1) {
            padding-top: 45px;
        }

        .index-navbar .nav-ul::after {
            height: 260px;
            width: 450px;
            position: absolute;
            right: 45px;
            top: 45px;
            content: "";
        }

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-30 {
    border-radius: 30px;
}

.border-radius-right-30 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.border-radius-left-30 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#top-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    opacity: 1;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid white;
}

#top-swiper .swiper-pagination-bullet-active {
    background-color: white;
    border-color: white;
}

#top-swiper {
    --swiper-theme-color: #fff;
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 30px;
}

.slide-background {
    position: relative;
}

/* 瀵艰埅鏍忔牱寮 */
.index-navbar {
    position: relative;
    z-index: 100;
    width: 100%;
    background-color: transparent;
    color: #fff;
    display: flex;
}

.common-navbar {
    color: #222;
    border: 1px solid #eaeaea;
}

    .common-navbar .nav-link {
        color: #222;
        font-size: 12px;
    }

.competition {
    text-align: center;
}

    .competition .introduction {
        font-size: 1.375rem;
    }

    .competition h1 {
        font-size: 55px;
    }

    .competition .carousel-indicators {
        margin-bottom: 3rem;
    }

        .competition .carousel-indicators button {
            width: 40%;
            height: 4px;
            margin: 0 auto;
        }

    .competition .carousel-item img {
        border-radius: 20px 20px 0 0;
    }

.right-fix {
    position: fixed;
    right: 1.82292%;
    bottom: 12%;
    z-index: 999;
    font-size: 1.5rem;
}

    .right-fix .link-list li {
        position: relative;
    }

        .right-fix .link-list li + li {
            margin-top: 1.25rem;
        }

    .right-fix li > a {
        display: block;
        width: 3.5rem;
        height: 3.5rem;
        position: relative;
        border-radius: 50%;
        line-height: 3.5rem;
        box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
    }

        .right-fix li > a i {
            display: block;
            margin: 0 auto;
            text-align: center;
        }

            .right-fix li > a i img {
                height: 1.75rem;
            }

    .right-fix .bg-blue {
        color: #fff;
    }

    .right-fix .bg-white {
        color: #000;
    }

/* 鎼滅储 */
.search-box {
    padding: 15px;
    background: #fff;
    width: 100%;
    /*top: 101px;*/
    top: 61px;
    border-top: 1px solid #eaeaea;
    text-align: center;
    z-index: 44;
    position: fixed;
    border: 1px solid #e6e6e6;
}

.displaynone {
    display: none;
}

.search-wrapper {
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

    .search-wrapper .search-text {
        display: block;
        padding: 0;
        outline: 0;
        padding-left: 12px;
        width: 78%;
        float: left;
        border: 1px solid #cdcdcd;
        color: #a2a2a2;
        font-size: 1rem;
        height: 60px;
        line-height: 60px;
        transition: 0.4s;
        border-radius: 60px;
        padding-left: 50px;
    }

    .search-wrapper #searchform {
        position: relative;
    }

    .search-wrapper .search-icon {
        position: absolute;
        top: 18px;
        left: 18px;
    }

.search-btn {
    border-radius: 50px;
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 17%;
    float: right;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #001499;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.44s;
}

.language a {
    display: block;
    line-height: 28px;
    color: #000;
}

    .language a:hover {
        color: #001499;
    }

.language ul {
    display: none;
    position: fixed;
    /*right: 3.95rem;*/
    /* top: 3.95rem;*/
    top: 2.55rem;
    background-color: #fff;
    color: #000;
    border-radius: 34px;
    border: 1px solid #d3d3d3;
}

    .language ul li {
        line-height: 28px;
    }

.language .yuyan {
    cursor: pointer;
}

    .language .yuyan:hover ul {
        display: block;
        z-index: 999;
    }

.index-nav-center {
    display: flex;
    justify-content: space-around;
}

.head {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    overflow: hidden;
}

    .head .head2 {
        line-height: 6.25rem;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        /*font-size:1.125rem;*/
        /*font-size:1rem;*/
    }

/*     .head .head2 .logo a img {
            height: 4.3125rem;
            filter: brightness(0) invert(1);
        }*/

.head-common.sticky {
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

.head-common {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;
}

    .head-common .head2 {
        /*line-height: 6.25;*/
        line-height: 3.75;
        position: relative;
        /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
    }

        .head-common .head2 .logo a img {
            height: 4.3125rem;
            filter: brightness(0) invert(1);
        }

.head-common-index {
    background-color: rgba(250, 250, 252, .8);
}


.wh {
    padding: 0 13.5416666667%;
}

.wh-10 {
    padding: 0 10%;
}

.rounded-corner-box {
    width: 92%;
    height: 80px;
    border-radius: 20px 20px 0 0;
    margin: 0 auto;
    position: relative;
    top: 20px;
}

.hollow-container {
    overflow: hidden;
    position: relative;
    top: 80px;
    white-space: nowrap;
    width: 100%;
}

    .hollow-container img {
        display: inline-block;
        /*animation: right-left-scroll 10s linear infinite;*/
    }

.notfound-container {
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 1.5rem;
}

    .notfound-container .notfound-wrapper {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }

.notfound-wrapper .message {
    color: #444;
    font-weight: 700;
}

.notfound-wrapper .detail-icon {
    margin: 0 auto;
}

.gupiao {
    font-size: var(--font-size-12);
}


/* 瀹氫箟鍔ㄧ敾scroll */
@keyframes right-left-scroll {
    0% {
        transform: translateX(0);
        /* 鍒濆浣嶇疆 */
    }

    100% {
        transform: translateX(-100%);
        /* 婊氬姩鍒板畬鍏ㄧ寮€鍙鍖哄煙 */
    }
}

@media (min-width: 990px) {
    .link-container .link-border {
        border-right: 1px solid #ccc;
    }

    .competition {
        padding-top: 4.75rem;
    }

        .competition .introduction {
            width: 500px;
            margin: 0 auto;
        }

    .slogan .introduction {
        width: 800px;
        margin: 0 auto 30px auto;
    }
}

@media (min-width: 1200px) {
    .carousel-caption {
        bottom: 8rem;
    }

    .nav-item:not(:first-child):not(:last-child) {
        margin: 0 10px;
    }
}

@media (min-width: 1400px) {
    .strength-num .rectangle {
        margin-top: 20px;
    }

    .strength-num .num1 {
        margin-top: 70px;
    }

    .strength-num .num3 {
        margin-top: 120px;
    }
}

@media (max-width: 1459px) {
    .right-fix {
        top: 400px;
    }
}

@media (max-width: 1440px) {
    .right-fix li {
        width: 50px;
        line-height: 50px;
    }

    .right-fix {
        right: 1%;
    }
}

@media (max-width: 1399px) {
    .strength-num .rectangle {
        padding: 1rem;
        height: 240px;
    }

    .strength-num .num1 {
        margin-top: 120px;
    }

    .strength-num .num3 {
        margin-top: 170px;
    }

    .strength-num .number {
        font-size: 2rem;
    }

    .strength-num .icon {
        height: 40px;
    }

    .index-nav-center {
        font-size: 14px;
    }

    /*   .gupiao {
        font-size: 14px;
    }*/

    .innovation {
        height: 800px;
    }
}

@media (max-width: 1366px) {
    .wh {
        padding: 0 5.78125%;
    }
}

@media (max-width: 1200px) {
    .innovation {
        height: 600px;
    }

    body {
        font-size: 14px;
    }

    .news .card-body {
        padding: 2rem;
    }

    .index-navbar .logo {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .index-navbar .logo img {
            width: 200px;
        }

    .index-navbar .nav-ul {
        right: 16%;
    }

    .slogan {
        height: 720px;
    }

    .strength {
        height: 720px;
    }

    .innovation1 .img-container .img {
        width: 600px;
    }

    .product-width {
        width: 280px;
    }
}

@media (max-width: 990px) {
    .index-navbar {
        display: none;
    }

    .join .join-container {
        flex-direction: column;
        position: relative;
        top: 610px;
    }

    .join .join-content {
        position: relative;
        bottom: 66px;
        font-size: 1rem;
    }

    .join .join-title {
        font-size: 26px;
    }

    .innovation {
        height: 440px;
    }

    .strength-introduction {
        top: 40px;
    }

    .hide {
        display: none;
    }

    .strength {
        height: 1200px;
    }

    .competition .introduction {
        font-size: 1.25rem;
    }

    .competition h1 {
        font-size: 1.5rem;
    }

    .link-container .link-border {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    .mobile-index-navbar .logo img {
        width: 180px;
    }

    .innovation1 .img-container img {
        width: 500px;
    }
}

@media (max-width: 767px) {
    .banner img {
        height: 240px;
        object-fit: cover;
    }

    .join .join-title {
        font-size: 22px;
        margin-bottom: 100px;
        width: auto;
    }

    .join .wh {
        padding: 0 4%;
    }

    .right-fix {
        display: none;
    }

    .slogan {
        height: 560px;
    }

        .slogan .introduction {
            font-size: 1.25rem;
        }

    .origin {
        font-size: 2rem;
    }

        .origin .introduction {
            font-size: 1rem;
        }
}

@media (max-width: 767px) {
    .innovation {
        height: 182px;
    }

    .right-fix li a {
        width: 40px;
        line-height: 40px;
        height: 40px;
    }
}

@media (max-width: 990px) {
    .pc-hidden {
        display: none !important;
    }

    .bottom-footer .footer h5 {
        font-size: 1rem;
    }

    .join .join-container {
        height: 400px;
    }

    .innovation1 {
        height: 750px;
    }
}

.m-hidden {
    display: none;
}

@media (max-width: 990px) {
    .m-hidden {
        display: block;
    }
}

@media (max-width: 575px) {
    .competition .carousel-indicators {
        margin-bottom: 0.5rem;
    }

    .competition h1 {
        font-size: 2rem;
    }

    .innovation1 .img-container img {
        width: 300px;
    }

    .border-footer .copyright .display-block {
        display: block;
        width: 100%;
    }

    .news .header {
        font-size: 2rem;
    }

    .news .title {
        font-size: 2rem;
    }

    .news .text {
        font-size: 1.25rem;
    }

    .link-container .text-container .title {
        font-size: 1.5rem;
    }
}

.pc-banner {
    position: relative;
    overflow: hidden;
}

    .pc-banner .blgd {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .pc-banner .mySwipera {
        position: relative;
    }

        .pc-banner .mySwipera .tcas {
            width: 20%;
            max-width: 5.625rem;
            margin: 0 auto 1rem;
        }

            .pc-banner .mySwipera .tcas img {
                width: 100%;
            }

        .pc-banner .mySwipera .swiper-slide {
            overflow: hidden;
        }

            .pc-banner .mySwipera .swiper-slide .img {
                position: relative;
                width: 100%;
                height: 100%;
                overflow: hidden;
                /*-webkit-animation-name: banscaleDraw;*/
                -webkit-animation-timing-function: ease-in-out;
                -webkit-animation-iteration-count: infinite;
                -webkit-animation-duration: 20s;
            }

@keyframes banscaleDraw {
    /*瀹氫箟鍏抽敭甯с€乻caleDrew鏄渶瑕佺粦瀹氬埌閫夋嫨鍣ㄧ殑鍏抽敭甯у悕绉?/
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        /*寮€濮嬩负鍘熷澶у皬*/
    }

    25% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        /*鏀惧ぇ1.1鍊?/
    }

    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.pc-banner .mySwipera .swiper-slide .img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
    display: none;
}

.pc-banner .mySwipera .swiper-slide .img > img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

    .pc-banner .mySwipera .swiper-slide .img > img.aimg {
        visibility: hidden;
    }

.pc-banner .mySwipera .er-gat {
    position: absolute;
    left: 0;
    bottom: 4%;
    width: 100%;
    z-index: 9;
    text-align: left;
}

@media (max-width: 768px) {
    .pc-banner .mySwipera .er-gat {
        bottom: 3%;
    }
}

.pc-banner .mySwipera .er-gat .swiper-pagination1a span {
    opacity: 1;
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.25rem;
    font-weight: 500;
    border: none;
    width: auto;
    height: auto;
    margin-left: 1.5em;
}

@media (max-width: 768px) {
    .pc-banner .mySwipera .er-gat .swiper-pagination1a span {
        margin-left: 1em;
    }
}

.pc-banner .mySwipera .er-gat .swiper-pagination1a span.swiper-pagination-bullet-active {
    color: #fff;
    font-weight: 600;
}

.bottom-select {
    /*background-color: #000;
    color: #fff;*/
    background-color: transparent;
    color: #b2b2b2;
    border-radius: 24px;
    font-size: 1rem;
}

.pc-banner .mySwipera .slide-text {
    position: absolute;
    width: 100%;
    z-index: 99;
    color: rgb(255,255,255,0.8);
    /*color: #fff;*/
    left: 0;
    /*top: 20%;
    transform: translateY(-20%);*/
    top: 40%;
    transform: translateY(-40%);
}

    .pc-banner .mySwipera .slide-text .text {
        /*font: 700 3.75rem/1.25em "Noto Sans SC";*/
        font: 700 3rem/1.25em "Noto Sans SC";
        text-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
        text-align: center;
        text-transform: uppercase;
    }

@media (max-width: 768px) {
    .pc-banner .mySwipera .slide-text {
        text-align: center;
        /*transform: translateY(0);*/
    }
}

@media (max-width: 768px) {
    .pc-banner .mySwipera .slide-text .text {
        font-size: 2rem;
    }
}

.m-bm-nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

    .m-bm-nav > li > a {
        display: block;
        line-height: 50px;
        font-size: 14px;
        color: #fff;
        font-family: "Noto Sans SC";
        padding: 0 4%;
        font-weight: 600;
    }

        .m-bm-nav > li > a span {
            display: inline-block;
            min-width: 40%;
            max-width: 50%;
            font-family: "Noto Sans SC";
            font-weight: 500;
        }

    .m-bm-nav > li .second {
        display: none;
        padding: 10px 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

        .m-bm-nav > li .second a {
            display: block;
            font-size: 12px;
            color: #fff;
            line-height: 35px;
        }

            .m-bm-nav > li .second a span {
                display: inline-block;
                min-width: 40%;
                max-width: 50%;
            }

.m-bm-nav .aniut {
    position: absolute;
    width: 40px;
    height: 50px;
    line-height: 50px;
    right: 2%;
    top: 0;
    text-align: center;
    z-index: 9;
}

    .m-bm-nav .aniut i {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 18px;
        color: #fff;
    }

.mobile-footer {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1;
}

    .mobile-footer .m-bm-head-box .m-bm-navbtn span, .mobile-footer .m-bm-head-box .m-bm-navbtn:after, .mobile-footer .m-bm-head-box .m-bm-navbtn:before {
        background: #000;
    }

    .mobile-footer .m-bm-menu {
        background: #fff;
    }

    .mobile-footer .m-bm-nav > li, .mobile-footer .m-bm-nav > li .second {
        border-color: rgba(255, 255, 255, 0.1);
    }

        .mobile-footer .m-bm-nav > li > a, .mobile-footer .m-bm-nav .aniut i, .mobile-footer .m-bm-nav > li .second a, .mobile-footer .mrhgxt {
            color: #fff;
        }

/*鎵嬫満搴曢儴*/
@media (max-width: 991px) {
    .mobile-footer {
        display: block;
    }
}

.foot-fot .foota2 {
    color: rgba(255, 255, 255, 0.6);
    font: 400 1rem/1.65em "Noto Sans SC";
    padding: 0.8em 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
}

    .foot-fot .foota2 a {
        color: rgba(255, 255, 255, 0.6);
    }

        .foot-fot .foota2 a:hover {
            color: #fff;
        }

    .foot-fot .foota2 p + p {
        margin-left: 1rem;
    }

@media (max-width: 768px) {
    .foot-fot .foota2 p + p {
        margin-left: 0;
    }
}

.foot-fot .foota2 p + p span:last-child {
    display: none;
}

.mobile-footer .m-bm-nav > li, .mobile-footer .m-bm-nav > li .second {
    border-color: rgba(255, 255, 255, 0.1);
}

    .mobile-footer .m-bm-nav > li > a, .mobile-footer .m-bm-nav .aniut i, .mobile-footer .m-bm-nav > li .second a, .mobile-footer .mrhgxt {
        /*color: #fff;*/
        color: #666;
    }

.pc-md-show {
    display: none;
}

@media (min-width: 990px) and (max-width: 1500px) {
    .pc-md-show {
        display: block;
    }

    .pc-md-hidden {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .m-innovation .img {
        width: 500px;
    }

    .content-row .font-size-4 {
        font-size: 1rem;
    }

    .content-row .column-text small {
        font-size: 14px;
    }
}

.cover-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.contain-img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%
}

.top-section {
    position: relative;
    height: 300px;
    color: #fff;
    text-align: center;
    background-position: center center;
    background-size: cover;
}

    .top-section .text {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        text-transform: uppercase;
        font-weight: 700;
        font-size: 2.5rem;
    }

    .top-section .text-title {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        text-transform: uppercase;
        font-weight: 700;
        font-size: 2rem;
    }

        .top-section .text-title .time {
            font-size: 1rem;
            font-weight: normal;
        }

    .top-section .location {
        position: absolute;
        bottom: 0;
        transform: translateY(-40%);
        text-transform: uppercase;
        font-weight: 700;
    }

        .top-section .location a {
            color: #fff;
        }

    .top-section .location-top {
        position: absolute;
        top: 20px;
        transform: translateY(-40%);
        text-transform: uppercase;
        /*font-weight: 700;*/
    }

.top-section-height {
    height: 300px;
}

@media (min-width: 768px) {
    .top-section-height {
        height: 500px;
    }

    .top-section-blue-height {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .top-section-height {
        height: 800px;
    }

    .top-section-blue-height {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .top-section .text {
        font-size: 1.5rem;
    }

    .top-section .text-title {
        font-size: 1.25rem;
    }
}



.site-map a {
    color: #444;
    margin-right: 1rem;
}

.site-map h5 {
    font-weight: 700;
}

.site-map hr {
    color: #d9d9d9;
}

.legal-disclamier p {
    line-height: 2;
}

.search-result a {
    color: #222;
}

.search-result .time {
    color: #272727;
}

.search-item {
    overflow: hidden;
}

    .search-item h5 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        margin-bottom: 1rem;
        font-weight: 700;
    }

    .search-item .text {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }



.w-160 {
    width: 160px;
}

.h-500 {
    height: 500px;
}

.mr-3 {
    margin-right: 1rem !important;
}

.ml-3 {
    margin-left: 1rem;
}

.ml-4 {
    margin-left: 1.5rem;
}

.mr-2 {
    margin-right: .5rem;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.head-wrapper {
    padding-top: 3rem;
    margin-bottom: 2rem;
}

    .head-wrapper h1 {
        font-weight: 700;
    }

    .head-wrapper h5 {
        color: #C2C2C2;
        font-size: 2.25rem;
    }

    .head-wrapper h1 {
        font-size: 3.125rem;
    }

    .head-wrapper h4 {
        font-size: 1.75rem;
    }


@media (max-width: 991px) {
    .head-wrapper h1 {
        font-size: 2rem;
    }

    .head-wrapper h4 {
        font-size: 1.5rem;
    }

    .head-wrapper h5 {
        font-size: 1.25rem;
    }
}



.new-search {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .new-search .search-icon {
        position: relative;
        left: 2.875rem;
    }

    .new-search .search-input {
        max-width: 550px;
        margin-right: 1rem;
        border-radius: 1.875rem;
        text-indent: 2em;
    }

.btn-radius {
    padding: 0.6875rem 1.5rem;
    margin-right: 1rem;
    min-width: 60px;
    border-radius: 24px;
    color: white;
    border: 1px solid #d9d9d9;
    min-width: 90px;
}

.btn-blue {
    background-color: #001499 !important;
    color: #fff;
}

    .btn-blue:hover {
        color: #fff;
    }

.btn-white {
    background-color: #fff;
    color: #222;
}

    .btn-white:hover {
        color: #222;
    }


.width-p-50 {
    width: 50%;
}

.menu-wrapper {
    border-bottom: 1px solid #ccc;
}

    .menu-wrapper a, .menu-wrapper a:hover {
        text-decoration: none;
        color: #828282;
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
    }

    .menu-wrapper .nav-item {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-wrapper .nav-link {
        line-height: 1;
    }

        .menu-wrapper .nav-link.active {
            color: #001499;
            border-bottom: 1px solid #001499;
        }

.company-vision {
    position: relative;
    height: 850px;
    color: #fff;
    text-align: center;
    background-position: center center;
    background-size: cover;
}

    .company-vision .text {
        position: absolute;
        top: 40%;
        width: 100%;
        transform: translateY(-40%);
        text-transform: uppercase;
        font-weight: 700;
    }

    .company-vision hr {
        height: 4px;
    }

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}


.font-size-4 {
    font-size: 1.5rem;
}

.font-size-5 {
    font-size: 2rem;
}

@media (max-width: 991px) {
    .font-size-4 {
        font-size: 1rem;
    }

    .font-size-5 {
        font-size: 1.5rem;
    }
}


.social-res {
    position: relative;
    height: 400px;
    color: #fff;
    text-align: center;
    background-position: center center;
    background-size: cover;
}

    .social-res .text {
        position: absolute;
        top: 40%;
        width: 100%;
        transform: translateY(-40%);
        text-transform: uppercase;
    }

@media (min-width: 992px) {
    .social-res {
        height: 800px;
    }
}


.list-wrapper {
    display: flex;
    align-items: stretch;
}

    .list-wrapper .vertical-line {
        width: 2px;
        background-color: #ccc;
        margin-right: 10px;
        position: relative;
    }

    .list-wrapper .list {
        list-style-type: none;
        padding: 0;
    }

        .list-wrapper .list li {
            position: relative;
            padding-left: 24px;
            cursor: pointer;
            line-height: 2;
        }

            .list-wrapper .list li:hover {
                color: #093C96;
            }


                .list-wrapper .list li:hover::before {
                    content: "";
                    position: absolute;
                    left: -24px;
                    top: 4px;
                    height: 75%;
                    width: 24px;
                    background-color: #093C96;
                }

            .list-wrapper .list li span {
                display: block;
            }

.honours-container .carousel-indicators button {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    opacity: 1;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #828282;
}

    .honours-container .carousel-indicators button.active {
        background-color: #001499;
        border-color: #001499;
    }

.honours-container .item-wrapper img {
    max-width: 45%;
    height: auto;
    object-fit: cover;
}

.honours-container .item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.honours-container .carousel-indicators {
    bottom: -3.75rem;
}

.bg-carousel {
    background-color: #dde5ef;
    border-radius: 20px;
    padding: 3rem 3rem 5rem 3rem;
}

@media (max-width: 575px) {
    .bg-carousel {
        padding: 1rem 1rem 3rem 1rem;
    }
}

.milestones {
    height: 686px;
}

.mile-wrapper {
    border-top: 1px solid #ccc;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
}

    .mile-wrapper .item {
        display: flex;
    }

    .mile-wrapper .vertical-line {
        width: 1px;
        background-color: #001499;
        margin-right: 10px;
        position: relative;
    }

    .mile-wrapper .text-content {
        flex-grow: 1;
        text-align: left;
        padding-left: 23px;
    }

    .mile-wrapper .year {
        position: relative;
        font-size: 4rem;
    }

        .mile-wrapper .year::before {
            content: "";
            position: absolute;
            width: 6px;
            height: 2.5rem;
            background-color: #001499;
            top: 50%;
            transform: translateY(-50%);
            left: -36px;
        }

@media (max-width: 768px) {
    /*    .milestones {
        height: 800px;
    }*/

    .mile-wrapper {
        flex-direction: column;
    }

        .mile-wrapper .year {
            font-size: 3rem;
        }
}

@media (min-width: 1200px) {
    .mile-wrapper .vertical-line {
        margin-left: 5rem;
    }

    .mile-wrapper .text-content {
        width: 300px;
    }
}



@media(min-width:1200px) {
    .honours-special {
        width: 80%;
    }
}

.line-height-2 {
    line-height: 2;
}

.bg-gray {
    background-color: #F6F7FB;
}

.honours-swipper img {
    padding: 1rem 2rem;
}

.honours-swipper .swiper-pagination {
    bottom: -0.375rem;
}

.swiper-pagination-bullet-active {
    background: #001499;
}

.icon-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 280px;
    background-color: #F6F7FB;
}

    .icon-block.active {
        background-color: #001499;
    }

    .icon-block p {
        color: #222;
    }

    .icon-block.active p {
        color: #fff;
    }

    .icon-block.active .img-hover {
        display: block;
    }

    .icon-block.active .img {
        display: none;
    }

.img-hover {
    display: none;
}

.economic-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    max-width: 1400px;
    background-color: #ffffff;
    padding: 2rem 3rem;
}

@media(max-width:576px) {
    .economic-container {
        bottom: -200px;
    }
}

.wheat-icon {
    max-width: 100%;
    height: auto;
    margin: 0 5px;
}

.content-row {
    display: flex;
    align-items: center;
    /*border-bottom: 1px solid #BABABA;*/
}

    .content-row a:hover {
        color: #001499;
    }

    .content-row small {
        font-size: 1.125rem;
    }

.column-text {
    flex-grow: 1;
    text-align: center;
}

.content-row .text-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.product-container .image-container {
    position: relative;
    overflow: hidden;
    height: 600px;
    object-fit: cover;
    background-repeat: no-repeat;
}

/* 鏂囧瓧鏍峰紡 */
.product-container .overlay-text {
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    background-color: rgba(236, 239, 244, 0.5);
    padding: 3rem;
    color: #000;
    width: calc((100% - 6rem) / 2);
}

.product-container .product-img {
    position: absolute;
    top: 50%;
    right: 14%;
    transform: translateY(-50%);
}

/* 閫傚簲鎵嬫満绔 */
@media (max-width: 1200px) {
    .product-container .overlay-text {
        padding: 1rem;
        width: calc((100% - 3rem));
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid #f6f7fb;
    }

    .product-container .product-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 315px;
    }
}


/* 閫傚簲鎵嬫満绔 */
@media (max-width: 767px) {
    .product-container .overlay-text {
        padding: 1rem;
        width: calc((100% - 3rem));
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.nav-circle {
    display: inline-block;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    /*font-size:1.25rem;*/
}

    .nav-circle i {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

.welfare-slide {
    display: none;
}

    .welfare-slide.active {
        display: block;
    }

.profile-wrapper img {
    display: none;
}

    .profile-wrapper img.active {
        display: block;
    }

.border-bottom {
    border-bottom: 1px solid #BABABA;
}

.products-1 {
    /*background-image: url(../images/products-1.png);*/
    background-image: url(../images/product-bg-1.png);
}

.products-2 {
    /*background-image: url(../images/products-2.png);*/
    background-image: url(../images/product-bg-2.png);
}

.products-3 {
    /*background-image: url(../images/products-3.png);*/
    background-image: url(../images/product-bg-3.png);
}

.products-4 {
    /*background-image: url(../images/products-4.png);*/
    background-image: url(../images/product-bg-4.png);
}

.products-5 {
    /*background-image: url(../images/products-5.png);*/
    background-image: url(../images/product-bg-5.png);
}

@media (max-width: 1200px) {
    .products-1 {
        /*background-image: url(../images/products-m-1.png);*/
        background-image: url(../images/product-bg-1.png);
    }

    .products-2 {
        /*background-image: url(../images/products-m-2.png);*/
        background-image: url(../images/product-bg-2.png);
    }

    .products-3 {
        /*background-image: url(../images/products-m-3.png);*/
        background-image: url(../images/product-bg-3.png);
    }

    .products-4 {
        /*background-image: url(../images/products-m-4.png);*/
        background-image: url(../images/product-bg-4.png);
    }

    .products-5 {
        /*background-image: url(../images/products-m-5.png);*/
        background-image: url(../images/product-bg-5.png);
    }

    .product-container .image-container {
        height: 531px;
    }

    .product-container .overlay-text {
        background-color: rgb(236 239 244 / 70%);
    }
}

.product-width {
    max-width: 400px;
    max-height: 400px;
    min-height:300px;
}

.brand-container {
    display: flex;
    flex-wrap: wrap;
}

    .brand-container .image-section {
        position: relative;
    }

    .brand-container .image-section, .brand-container .text-section {
        width: 50%;
    }

        .brand-container .image-section img {
            width: 100%;
            /*height: 100%;*/
            /*height: 573px;*/
            /*object-fit: cover;*/
        }

    .brand-container .text-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 1rem 4.5%;
    }

        .brand-container .text-section.hover:hover {
            background-color: #001499;
            color: #fff;
            transition: 200ms ease-in-out;
        }

    .brand-container.brand-wrapper .text-section {
        width: 30%;
    }

    .brand-container.brand-wrapper .brand-swiper {
        width: 70%;
    }

@media (max-width: 768px) {
    .brand-container .image-section {
        width: 100%;
        border-radius: 0;
    }

    .brand-container .text-section {
        width: 100%;
        padding: 1.4rem 5%;
        border-radius: 0;
    }

    .brand-container.brand-wrapper .text-section {
        width: 100%;
        border-radius: 0;
    }

    .brand-container.brand-wrapper .brand-swiper {
        width: 100%;
        border-radius: 0;
    }
}

@media (max-width: 990px) {
    .brand-container.brand-wrapper .text-section {
        width: 100%;
        border-radius: 0;
    }

    .brand-container.brand-wrapper .brand-swiper {
        width: 100%;
        border-radius: 0;
    }
}

.brand-swiper .slide-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 1.5rem;
    font-weight: 700;
    border-bottom-right-radius: 30px;
}

/* 缁熶竴閲嶅啓swiper鍒嗛〉鏍峰紡 */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    opacity: 1;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #888;
}

.swiper-pagination-bullet-active {
    background-color: #001499;
    border-color: #001499;
}

.common-coreinnovation {
    flex-direction: column;
    padding: 0 3rem;
    display: flex;
    width: 100%;
    height: 635px;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    color: #fff;
    transition: background 0.3s ease;
}

    .common-coreinnovation:hover {
        /*background-image: url('../images/innovation-detail.png'), linear-gradient(to bottom, rgb(118 135 255 / 80%), rgb(118 135 255 / 80%)) !important;*/
        background-color: rgb(88 110 255 / 80%);
        background-blend-mode: multiply;
        background-size: cover, 100% 100%;
    }

.coreinnovation-container {
    display: flex;
    width: 100%;
    height: 635px;
    align-items: center;
    justify-content: center;
    background-image: url('../images/innovation-detail.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    transition: background 0.3s ease;
}

.coretest-container {
    display: flex;
    width: 100%;
    height: 635px;
    align-items: center;
    justify-content: center;
    background-image: url('../images/test-detail.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    transition: background 0.3s ease;
}

.coreproduction-container {
    display: flex;
    width: 100%;
    height: 635px;
    align-items: center;
    justify-content: center;
    background-image: url('../images/production-detail.png');
    background-size: cover;
    background-position: center;
    color: #fff;
    transition: background 0.3s ease;
}

.coreinnovation-section {
    flex-grow: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    /*padding: 20px;*/
    text-align: center;
    transition: background-color 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    width: 33.3%;
}

    .coreinnovation-section:hover {
        /*padding: 19px;*/
    }


    .coreinnovation-section:last-child {
        border-right: none;
    }

.coreinnovation-icon, .coreinnovation-icon-hover {
    font-size: 2em;
}

.coreinnovation-hidden-content {
    display: none;
}

.coreinnovation-section:hover {
    background-color: rgba(0, 20, 153, 0.8);
    height: 100%;
    transition: 400ms ease-in-out;
}

    .coreinnovation-section:hover .coreinnovation-content {
        display: none;
    }

    .coreinnovation-section:hover .coreinnovation-hidden-content {
        display: block;
        text-align: left;
        padding: 0 2rem;
    }

.coreinnovation-introduction {
    line-height: 1.5;
    font-size: 1.25rem;
}

@media (max-width: 990px) {
    .coreinnovation-introduction {
        font-size: 1rem;
    }
}

.capacity-pannel p {
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 4.5rem;
}


@media (max-width: 1200px) {
    .capacity-pannel h4 {
        font-size: 1rem;
    }

    .capacity-pannel p {
        height: 4rem;
    }
}

@media (max-width: 990px) {
    .capacity-pannel h4 {
        word-break: break-all;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 2.5rem;
    }

    .capacity-pannel p {
        height: 6.5rem;
    }
}

.counting-container .common-block {
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.counting-container .block-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.counting-container .block-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.counting-container .data {
    font-size: 3rem;
    position: relative;
    color: #001499;
    font-weight: bold;
}

.counting-container .plus-sign {
    position: absolute;
    top: -0.5em;
    right: -1em;
    font-size: 0.5em;
}

.counting-container .text {
    margin-top: 0.5rem;
    font-weight: bold;
    font-size: 1.375rem;
}


.global-container {
}

.title1 {
    color: #434343;
    font-weight: 700;
}

    .title1 .ftit {
        font-size: 1.25rem;
        line-height: 1.35em;
        color: #676767;
        text-transform: capitalize;
    }

    .title1 .tit {
        font-size: 3rem;
        line-height: 1.125em;
        text-transform: capitalize;
    }

@media (max-width: 768px) {
    .title1 .tit {
        font-size: 2rem;
    }
}

.title1.bs {
    color: var(--color-bs);
}

    .title1.bs .ftit {
        color: var(--color-bs);
    }


.abt-cont8 .abt-a8v1 {
    position: relative;
    margin: 2.5rem 4% 0;
}

    .abt-cont8 .abt-a8v1 .yxwluo li {
        position: absolute;
    }

@media (max-width: 768px) {
    .abt-cont8 .abt-a8v1 .yxwluo li {
        position: static;
        margin-top: 1.5rem;
    }
}

.abt-cont8 .abt-a8v1 .yxwluo li i {
    width: 2rem;
    cursor: pointer;
    display: block;
}

@media (max-width: 768px) {
    .abt-cont8 .abt-a8v1 .yxwluo li i {
        width: 1rem;
        display: none;
    }
}

.abt-cont8 .abt-a8v1 .yxwluo li i img {
    width: 100%;
}

.abt-cont8 .abt-a8v1 .yxwluo li .wenata-cont {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 110%;
    width: 32.25rem;
    border: 1px solid #D9D9D9;
    background: rgba(0, 20, 153, 0.8);
    padding: 2rem;
    z-index: 1;
    border-radius: 30px;
    color: #fff;
    word-break: break-all;
}

@media (max-width: 768px) {
    .abt-cont8 .abt-a8v1 .yxwluo li .wenata-cont {
        width: 100%;
        position: static;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        display: block;
    }
}

.abt-cont8 .abt-a8v1 .yxwluo li .wenata-cont .tit {
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 600;
}

@media (max-width: 768px) {
    .abt-cont8 .abt-a8v1 .yxwluo li .wenata-cont .tit {
        font-size: 1.125rem;
    }
}

.abt-cont8 .abt-a8v1 .yxwluo li .wenata-cont .p {
    font-size: 1rem;
    line-height: 2;
}

@media (max-width: 768px) {
    .abt-cont8 .abt-a8v1 .yxwluo li .wenata-cont .p {
        margin-top: 0.5rem;
    }
}

.abt-cont8 .abt-a8v1 .yxwluo li:nth-child(1) {
    left: 77.5%;
    top: 40%;
}

.abt-cont8 .abt-a8v1 .yxwluo li:nth-child(2) {
    left: 73.5%;
    top: 54%;
}

.abt-cont8 .abt-a8v1 .yxwluo li:nth-child(3) {
    left: 84.5%;
    top: 35%;
}

.abt-cont8 .abt-a8v1 .yxwluo li:nth-child(4) {
    left: 46.5%;
    top: 26%;
}

.abt-cont8 .abt-a8v1 .yxwluo li:nth-child(5) {
    left: 21%;
    top: 32%;
}

.abt-cont8 .abt-a8v1 .yxwluo li:nth-child(6) {
    left: 48%;
    top: 29%;
}

.abt-cont8 .abt-a8v1 .yxwluo li:nth-child(7) {
    left: 79%;
    top: 39%;
    z-index: 1;
}

.abt-cont8 .abt-a8v1 .yxwluo li:nth-child(8) {
    left: 76%;
    top: 44%;
}

.abt-cont8 .abt-a8v1 .yxwluo li:nth-child(9) {
    left: 77%;
    top: 44%;
}

.abt-cont8 .abt-a8v1 .yxwluo li:nth-child(10) {
    left: 79%;
    top: 37%;
}

.abt-cont8 .abt-a8v1 .yxwluo li:hover i img {
    -webkit-filter: invert(16%) sepia(64%) saturate(4524%) hue-rotate(231deg) brightness(68%) contrast(126%);
    filter: invert(16%) sepia(64%) saturate(4524%) hue-rotate(231deg) brightness(68%) contrast(126%);
}

.abt-cont8 .abt-a8v1 .yxwluo li:hover .wenata-cont {
    display: block;
}

.heng1 {
    display: block;
    font-size: 0;
}

    .heng1 img {
        width: 100%;
    }


.hidden {
    display: none;
}

.wenata-cont a {
    color: rgba(255, 255, 255, 0.6);
}

    .wenata-cont a.active {
        color: #fff;
    }

.abt-tab-title {
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 600;
}


.news-pannel .card {
    border: none;
    border-bottom: 1px solid #E0E0E0;
    color: #444;
}

.news-pannel .card-title {
    line-height: 1.5;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}

.news-pannel:hover .card-title {
    color: #001499;
}

.news-pannel:hover .card {
    border-bottom: 1px solid #001499;
}


img.bi, svg.bi {
    vertical-align: -.25rem
}

.common-pagination .page-link {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #D8D8D8;
    margin-right: .75rem;
    padding: .5rem .75rem;
    color: #717171;
}

.common-pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 50%;
}

.common-pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 50%;
}

.page-item.active .page-link {
    background-color: #001499;
    border-color: #001499;
}

.radius-btn {
    border-radius: 60px;
    padding: 0;
    /*margin: 0;*/
    border: none;
    outline: 0;
    width: 15%;
    /*float: right;*/
    height: 60px;
    text-align: center;
    line-height: 60px;
    /*color: #fff;*/
    font-size: 1rem;
    cursor: pointer;
    transition: 0.44s;
    border: 1px solid #dedede;
    min-width: 160px;
    background-color: #fff;
}

    .radius-btn.active {
        background-color: #001499;
        color: #fff;
    }

.recommend-news-list li {
    list-style-type: disc;
    margin-left: 1.5rem;
    color: #666;
}

.recommend-news-list .news-date {
    float: right;
    width: 20%;
    text-align: right;
}

.next-news {
    border-top: 1px solid #dedede;
}

.news-link-wrapper a {
    display: block;
    padding: 1.5rem 0;
}

@media (max-width: 990px) {
    .next-news .news-link-wrapper {
        border-right: none;
    }

    .news-link-wrapper a {
        display: block;
        padding: 0.5rem 0;
    }
}

.border-right-grey {
    border-right: 1px solid #dedede;
}

.join-category-container .link-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 3rem;
    height: 362px;
}

.join-category-container .text-container {
    width: 100%;
}

.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    -webkit-animation: sticky 1s;
    -moz-animation: sticky 1s;
    -o-animation: sticky 1s;
    animation: sticky 1s;
}

.common-table {
    border-top: 2px solid #093C96;
}

    .common-table.table-hover > tbody > tr:hover {
        background-color: rgba(9, 60, 150, 0.1);
    }

    .common-table th, .common-table td {
        padding: 1.5rem .5rem;
    }


.common-form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}

.index-navbar .nav-ul-full {
    position: fixed;
    width: 100%;
    left: 0;
    top: calc(var(--top-nav-height) + 2px);
    text-align: left;
    padding: 0 45px;
    height: 0;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transition: 400ms ease-in-out;
    background: #ffffff;
    color: #ddd;
}

.index-navbar .navbar-nav > .nav-item:hover .nav-ul-full {
    height: 360px;
    transition: 400ms ease-in-out;
}

.wh1 {
    padding: 0 4%;
}

.flex2 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.head .head2 .logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .head .head2 .logo a {
        display: block;
    }

        .head .head2 .logo a img {
            height: 2rem;
        }


.menu-column {
    border-right: 1px solid #dedede;
    padding: 10px 20px;
}

    .menu-column:not(:last-child) {
        /*border-right: none;*/
    }

    .menu-column > div {
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

        .menu-column > div:last-child {
            border-bottom: none;
        }

    .menu-column a {
        display: block;
        line-height: 2;
        color: #888;
        font-size: var(--font-size-12)
    }

    .menu-column h5 a {
        color: #333;
        font-size: 16px;
        font-weight: 600;
    }

.nav-ul-full .row .menu-column:last-child {
    border-right: none;
}

.common-input-group {
    position: relative;
}

.radius-form .common-input-group input {
    padding-left: 50px;
}

.radius-form .form-select-lg {
    font-size: 1rem;
    padding-right: 4.25rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #989898;
}

.radius-form .form-control-lg {
    font-size: 1rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.radius-form input {
    border-radius: 50px;
}

.radius-form select {
    border-radius: 50px;
}

.radius-btn-md {
    border-radius: 50px;
    padding: 0;
    /*margin: 0;*/
    border: none;
    outline: 0;
    width: 15%;
    /*float: right;*/
    height: 50px;
    text-align: center;
    line-height: 50px;
    /*color: #fff;*/
    font-size: 1rem;
    cursor: pointer;
    transition: 0.44s;
    border: 1px solid #dedede;
    min-width: 100px;
    background-color: #fff;
}

.campus-menu {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*height: 10.5rem;*/
    background-color: #F6F7FB;
    padding: 1rem;
    border-radius: 30px;
    color: #333;
}

    .campus-menu h5 {
        line-height: 3;
        font-weight: 700;
    }



    .campus-menu .bi {
        font-size: 1.5rem;
        color: #c2c2c2;
    }

    .campus-menu.active {
        background-color: #001499;
        color: #fff;
    }

        .campus-menu.active .bi {
            color: #fff;
        }


.campus-guide-wrapper .icon-module {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.campus-guide-wrapper .icon {
    width: 70px;
    height: 70px;
}

.campus-guide-wrapper .title {
    margin-top: 10px;
}

.campus-guide-wrapper .connector {
    width: 82px;
    height: 15px;
    margin: auto;
}

@media (max-width: 1200px) {
    .campus-guide-wrapper .connector {
        width: 50px;
    }
}


.job-wrapper .time {
    padding-bottom: 10px;
    line-height: 2;
}

.job-wrapper .detail {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.container1 {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

    .container1::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background-color: white;
        border-radius: 50%;
        border: 1px solid #001499;
    }

    .container1::before {
        top: -9px;
        left: 50%;
        transform: translateX(-50%);
    }

.container2 {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

    .container2::after {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background-color: white;
        border-radius: 50%;
        border: 1px solid #001499;
    }

    .container2::after {
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
    }

.job-timeline-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 6rem;
}

.job-timeline-wrapper {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    color: #666;
}

.job-timeline-flex {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
}

.job-timeline-top {
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
    justify-content: space-evenly;
}

.job-timeline-bottom {
    /*border-top: 1px solid rgba(102, 102, 102, 0.2);*/
    justify-content: space-around;
}

.swiper-pagination1 {
    text-align: center;
    margin-top: 1.5rem;
}

    .swiper-pagination1 span {
        opacity: 1;
        background: transparent;
        width: 0.625rem;
        height: 0.625rem;
        border-radius: 0.625rem;
        margin: 0 0.5rem !important;
        border: 1px solid #001499;
    }

        .swiper-pagination1 span.swiper-pagination-bullet-active {
            background: #001499;
        }


.icon-qrcode {
    display: none;
    width: 100px;
    position: absolute;
    transform: translateX(-33%) translateY(-150%);
}

.bottom-footer .icons a:hover .icon-qrcode {
    display: block;
}

.product-nav {
    padding: 1.2em 0;
    color: #9B9B9B;
    font-size: 1rem;
}

    .product-nav a {
        color: #9B9B9B;
    }

.cp-show-a1b2 {
    padding: 0 2rem;
}

    .cp-show-a1b2 .tit1 {
        color: #434343;
        font-size: 3rem;
        line-height: 1.5em;
        font-weight: 700;
    }

    .cp-show-a1b2 .tit2 {
        margin-top: 0.35rem;
    }

        .cp-show-a1b2 .tit2 .tit2-a {
            color: #093C96;
            font-size: 1.25rem;
            line-height: 1.2em;
            font-weight: 700;
        }

    .cp-show-a1b2 .xsdjr1 {
        padding: 1.5rem 0;
        border-top: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        margin-top: 1.5rem;
    }

        .cp-show-a1b2 .xsdjr1 li {
            line-height: 1.8em;
        }

            .cp-show-a1b2 .xsdjr1 li .tit {
                color: #222222;
                font-size: 1rem;
                width: 40%;
            }

            .cp-show-a1b2 .xsdjr1 li .con {
                color: #949494;
                font-size: 1rem;
                width: 60%;
            }

.flex {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cp-show-a1b2 .p1-cont {
    padding: 1.5rem 0;
    border-bottom: 1px solid #DDDDDD;
}

    .cp-show-a1b2 .p1-cont .tit {
        color: #222222;
        font-size: 1rem;
        line-height: 2em;
        font-weight: 500;
    }

.cont-xcas > div {
    margin-top: 2.5rem;
}

.cont-xcas .tit-gong {
    color: #434343;
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.thumbs-img {
    padding: 1.5rem;
}


@media (max-width: 768px) {
    .thumbs-img {
        padding: 0;
    }

    .cp-show-a1b2 {
        width: 100%;
        padding: 0;
    }

        .cp-show-a1b2 .tit1 {
            font-size: 1.5rem;
            margin-top: 1rem;
        }
}

.cont-as2 .content .table-responsive table tr td {
    padding: 0.75rem 2em;
    color: #949494;
    border-color: #EFEFEF;
}

    .cont-as2 .content .table-responsive table tr td:nth-child(1) {
        background: #F7F7F9;
    }

@media (max-width: 768px) {
    .cont-as2 .content .table-responsive table tr td {
        padding: 0.75rem;
    }
}


.index-logo-swipper img {
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

.index-logo-swipper .swiper-pagination {
    bottom: -0.375rem;
}

.global-fac-container ul {
    position: relative;
}

    .global-fac-container ul li {
        padding: 20px 0;
    }

        .global-fac-container ul li:not(:last-child) {
            border-bottom: 1px solid #e1e1e1;
        }

.global-fac-container li.active {
    color: #001499;
}

.global-fac-container li .fac-title{
    font-size:20px;
    font-weight:bold;
}

.fac-title .bi {
    position: absolute;
    right: 0;
}

@media (min-width: 992px){
    .global-fac-container ul {
        width:90%;
    }
}


/*# sourceMappingURL=style.css.map */
