body {
    font-family: "Droid Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    background: #fff;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

    .offcanvas #page:after {
        -webkit-transition: 2s;
        -o-transition: 2s;
        transition: 2s;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 101;
        background: rgba(0, 0, 0, 0.7);
        content: "";
    }

a {
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #17B794;
        outline: none;
        text-decoration: none;
    }

p {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, figure {
    color: #000;
    font-family: "Droid Sans", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
}

a,
a:focus,
a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

input {
    outline: none;
}

ul li {
    list-style: none;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.animate-box {
    opacity: 0;
}

/* 微效果 */
.totop {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

    .totop:hover {
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

::-webkit-selection {
    color: #fff;
    background: #17B794;
}

::-moz-selection {
    color: #fff;
    background: #17B794;
}

::selection {
    color: #fff;
    background: #17B794;
}

.gtco-container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.gtco-nav {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 1001;
}

.gtco-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .section_center {
        max-width: 960px;
    }

    .section_height {
        height: 100vh;
    }

    .section_br_a {
        width: 100%;
        height: 80px;
    }
}

@media (min-width: 1200px) {
    .section_center {
        max-width: 1200px;
    }

    .section_height {
        height: 936px;
    }

    .section_br {
        width: 100%;
        height: 150px;
    }

    .section_br_a {
        width: 100%;
        height: 80px;
    }

    .section_marginTop {
        margin-top: 100px;
    }
}

/************************首页*********************************/
.section_center {
    width: 100%;
    /* padding-right: 15px;
  padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.header-area {
    padding: 8px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    transition: 0.4s;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(254, 255, 255, 1);
}

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: rgba(45, 219, 234, 1);
    }

.navbar-expand-lg .navbar-nav .active {
    color: rgba(45, 219, 234, 1);
}

.header_avtver a {
    color: #2DDBEA;
    border: 1px solid #2DDBEA;
    padding: 3px 13px 3px;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 15px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

    .header_avtver a:hover {
        background-color: #2DDBEA;
        color: #fff;
    }

.sticky-header {
    padding: 0;
    background: rgba(62, 81, 89, 0.8);
}

.section_br {
    width: 100%;
    height: 150px;
}

.section_Comeintous {
    width: 100%;
    background: url(../images/index/b1.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.section_Gameprivileges {
    width: 100%;
    background: url(../images/index/b2.jpg) no-repeat;
    background-size: 100% 100%;
}

.section_Client {
    width: 100%;
    background: url(../images/index/b3.jpg) no-repeat;
    background-size: 100% 100%;
}

.section_SuccessfulCases {
    width: 100%;
    background: url(../images/index/b4.jpg) no-repeat;
    background-size: 100% 100%;
}

.section_NewsAndInformation {
    width: 100%;
    background: url(../images/index/b5.jpg) no-repeat;
    background-size: 100% 100%;
}

.Comeintous_h2 {
    font-size: 60px;
    font-family: PingFang-SC-Regular;
    font-weight: bold;
    color: rgba(45, 219, 234, 1);
}

.Comeintous_h3 {
    font-size: 28px;
    font-family: PingFang-SC-Regular;
    font-weight: bold;
    color: rgba(45, 219, 234, 1);
    line-height: 75px;
}

.Comeintous_h4 {
    font-size: 22px;
    font-family: PingFang-SC-Regular;
    font-weight: bold;
    color: rgba(153, 153, 153, 1);
    line-height: 45px;
}

.Comeintous_h5 {
    display: block;
    width: 166px;
    height: 47px;
    line-height: 40px;
    margin: 0 auto;
    border: 2px solid rgba(40, 155, 166, 1);
    border-radius: 2px;
    font-size: 19px;
    font-family: PingFang-SC-Regular;
    font-weight: bold;
    color: rgba(40, 155, 166, 1);
    cursor: pointer;
    margin-top: 35px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

    .Comeintous_h5:hover {
        background-color: rgba(40, 155, 166, 1);
        color: #fff;
    }

.section_teler {
    width: 100%;
    background: url(../images/index/icon-5.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 26px;
    font-family: PingFang-SC-Regular;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

    .section_teler span {
        color: #2DDBEA;
    }

.section_teler_c {
    width: 100%;
    background: url(../images/CompanyProfile/icon-5.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 26px;
    font-family: PingFang-SC-Regular;
    font-weight: 500;
    color: #000000;
}

    .section_teler_c span {
        color: #2DDBEA;
    }

.section_telar {
    font-size: 16px;
    font-family: PingFang-SC-Regular;
    font-weight: 500;
    color: rgba(149, 203, 214, 1);
    text-align: center;
    line-height: 45px;
}

    .section_telar span {
        background-color: #FF8939;
        color: #fff;
        padding: 0 6px;
    }

.section_telar_c {
    font-size: 16px;
    font-family: PingFang-SC-Regular;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    text-align: center;
    line-height: 45px;
}

    .section_telar_c span {
        background-color: #FF8939;
        color: #fff;
        padding: 0 6px;
    }

.Gameprivileges_tabel {
    padding-top: 7%;
    text-align: center;
}

    .Gameprivileges_tabel .row .Gameprivileges_col {
        height: 429px;
        margin: 0 4%;
        padding-top: 45px;
        border: 1px solid rgba(38, 137, 157, 1);
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
    }

        .Gameprivileges_tabel .row .Gameprivileges_col .Gameprivileges_img2 {
            display: none;
        }

        .Gameprivileges_tabel .row .Gameprivileges_col:hover {
            background: rgba(38, 137, 157, 1);
            box-shadow: 0 4px 12px rgba(38, 137, 157, 1);
            -webkit-transform: translateY(-6px);
            -moz-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
            transform: translateY(-6px);
        }

            .Gameprivileges_tabel .row .Gameprivileges_col:hover .Gameprivileges_img1 {
                display: none;
            }

            .Gameprivileges_tabel .row .Gameprivileges_col:hover .Gameprivileges_img2 {
                display: block;
            }

            .Gameprivileges_tabel .row .Gameprivileges_col:hover .Gameprivileges_ul p:last-child {
                color: rgba(224, 231, 233, 1);
            }

        .Gameprivileges_tabel .row .Gameprivileges_col .Gameprivileges_p {
            line-height: 55px;
            font-size: 22px;
            font-family: PingFang-SC-Regular;
            font-weight: 500;
            color: rgba(50, 177, 202, 1);
        }

.Gameprivileges_ul {
    padding-top: 15px;
}

    .Gameprivileges_ul p {
        font-size: 14px;
        font-family: PingFang-SC-Regular;
        font-weight: 500;
        line-height: 28px;
        color: rgba(224, 231, 233, 1);
    }

        .Gameprivileges_ul p:last-child {
            color: #26899D;
        }

.Client_swiper .swiper-container {
    width: 100%;
}

.Client_swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 551px;
    height: 369px;
}

.Client_swiper {
    margin-top: 12%;
    position: relative;
}

    .Client_swiper .swiper-button-next {
        width: 74px;
        height: 95px;
        background: url(../images/index/icon-8.png) no-repeat;
        left: -128px;
        right: auto;
        outline: none;
        -moz-outline-style: none;
    }

        .Client_swiper .swiper-button-next:hover {
            background: url(../images/index/icon-8-1.png) no-repeat;
        }

    .Client_swiper .swiper-button-prev {
        width: 74px;
        height: 95px;
        background: url(../images/index/icon-7.png) no-repeat;
        right: -128px;
        left: auto;
        outline: none;
        -moz-outline-style: none;
    }

        .Client_swiper .swiper-button-prev:hover {
            background: url(../images/index/icon-7-1.png) no-repeat;
        }

.SuccessfulCases {
    padding-top: 5%;
}

    .SuccessfulCases .SuccessfulCases_left .row {
        margin-bottom: -15px;
    }

        .SuccessfulCases .SuccessfulCases_left .row .col-xl-6 {
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
            padding: 0;
            cursor: pointer;
        }

    .SuccessfulCases .SuccessfulCases_right {
        border-left: 1px solid rgba(180, 180, 180, 0.2);
        margin-left: 5%;
    }

    .SuccessfulCases .SuccessfulCases_left .row .col-xl-6 .SuccessfulCases_poure {
        width: 180px;
        height: 164px;
        border: 1px solid rgba(45, 219, 234, 0.5);
        position: absolute;
        top: 5px;
        left: 10px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        -webkit-transform: translateY(120%);
        -ms-transform: translateY(120%);
        transform: translateY(120%);
        -webkit-transition: all 0.4s ease-in-out 0.1s;
        -o-transition: all 0.4s ease-in-out 0.1s;
        transition: all 0.4s ease-in-out 0.1s;
    }

    .SuccessfulCases .SuccessfulCases_left .row .col-xl-6 img {
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .SuccessfulCases .SuccessfulCases_left .row .col-xl-6:hover .SuccessfulCases_poure {
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .SuccessfulCases .SuccessfulCases_left .row .col-xl-6:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .SuccessfulCases .SuccessfulCases_left .row .col-xl-6 .SuccessfulCases_poure h5 {
        color: #fff;
        margin: 70px 0 5px;
    }

.SuccessfulCases_teiter {
    width: 64%;
    padding-left: 6%;
    padding-right: 2%;
}

.SuccessfulCases_right .row {
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

    .SuccessfulCases_right .row:hover {
        background: rgba(24, 71, 75, 0.2);
    }

        .SuccessfulCases_right .row:hover .SuccessfulCases_yuan {
            top: 50%;
            background-color: #ff8939;
            box-shadow: 0 0 20px #ff8939;
        }

    .SuccessfulCases_right .row .SuccessfulCases_img {
        width: 255px;
        height: 173px;
        overflow: hidden;
    }

        .SuccessfulCases_right .row .SuccessfulCases_img img {
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

    .SuccessfulCases_right .row:hover .SuccessfulCases_img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.SuccessfulCases_teiter .SuccessfulCases_h2 {
    text-align: right;
    font-size: 22px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 18px;
}

    .SuccessfulCases_teiter .SuccessfulCases_h2 span {
        font-size: 16px;
    }

.SuccessfulCases_teiter .SuccessfulCases_p {
    font-size: 14px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(132, 167, 172, 1);
    line-height: 26px;
}

.SuccessfulCases_yuan {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #2DDBEA;
    position: absolute;
    top: 5%;
    left: -8px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.NewsAndInformation_ul {
    padding-top: 8%;
}

    .NewsAndInformation_ul .row .NewsAndInformation_li {
        margin-bottom: 3%;
        cursor: pointer;
    }

        .NewsAndInformation_ul .row .NewsAndInformation_li:hover .NewsAndInformation_delse {
            background: rgb(24, 105, 122);
        }

        .NewsAndInformation_ul .row .NewsAndInformation_li .NewsAndInformation_img {
        }

        .NewsAndInformation_ul .row .NewsAndInformation_li .NewsAndInformation_delse {
            width: 80%;
            height: 110px;
            padding: 0 15px;
            background: rgba(255, 255, 255, 1);
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease;
        }

            .NewsAndInformation_ul .row .NewsAndInformation_li .NewsAndInformation_delse .NewsAndInformation_h5 {
                width: 100%;
                height: 35px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                font-size: 16px;
                font-family: MicrosoftYaHei;
                font-weight: 400;
                color: rgba(38, 137, 157, 1);
                border-bottom: 1px dashed #18697a;
                line-height: 35px;
                margin-bottom: 5px;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                transition: all .5s ease;
            }

        .NewsAndInformation_ul .row .NewsAndInformation_li:hover .NewsAndInformation_delse .NewsAndInformation_h5 {
            color: #FFFFFF;
            border-bottom: 1px dashed #FFFFFF;
        }

        .NewsAndInformation_ul .row .NewsAndInformation_li .NewsAndInformation_delse .NewsAndInformation_text {
            font-size: 13px;
            font-family: MicrosoftYaHei;
            font-weight: 400;
            color: rgba(153, 153, 153, 1);
            line-height: 22px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease;
        }

        .NewsAndInformation_ul .row .NewsAndInformation_li:hover .NewsAndInformation_delse .NewsAndInformation_text {
            color: #FFFFFF;
        }

.NewsAndInformation_FriendshipLinks {
    padding-top: 4%;
}

    .NewsAndInformation_FriendshipLinks .FriendshipLinks_h2 {
        text-align: center;
        font-size: 24px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(45, 219, 234, 1);
        line-height: 32px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        line-height: 75px;
    }

    .NewsAndInformation_FriendshipLinks .FriendshipLinks_ul {
        padding-top: 2%;
    }

        .NewsAndInformation_FriendshipLinks .FriendshipLinks_ul a {
            font-size: 16px;
            font-family: MicrosoftYaHei;
            font-weight: 400;
            color: rgba(195, 195, 195, 1);
            margin-right: 42px;
            text-align: left;
            line-height: 45px;
        }

            .NewsAndInformation_FriendshipLinks .FriendshipLinks_ul a:hover {
                color: rgba(45, 219, 234, 1);
                text-decoration: underline;
            }

/**********************************************/
.footer {
    width: 100%;
    height: 275px;
    background: rgba(9, 19, 23, 1);
}

.footer_aera {
    width: 100%;
    height: 86px;
    background: rgba(7, 14, 17, 1);
}

.footer_introduce {
    padding-top: 42px;
}

    .footer_introduce .footer-logo {
        margin-bottom: 20px;
    }

    .footer_introduce .footer-introduce-txt {
        font-size: 13px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(195, 195, 195, 1);
        line-height: 30px;
        padding-right: 14%;
    }

        .footer_introduce .footer-introduce-txt a {
            color: #2DDBEA;
        }
            .footer_introduce .footer-introduce-txt a:hover {
                text-decoration: underline;
            }
            .footer_about {
    padding-top: 64px;
}

    .footer_about .footer_about_h2 {
        font-size: 18px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(195, 195, 195, 1);
        margin-bottom: 15px;
    }

    .footer_about .footer_about_p {
        font-size: 14px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(195, 195, 195, 1);
        line-height: 32px;
    }

.footer_aera_sret {
    text-align: center;
    padding-top: 18px;
}

    .footer_aera_sret a {
        font-size: 13px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(195, 195, 195, 1);
        margin: 0 15px;
    }

        .footer_aera_sret a:hover {
            color: rgba(45, 219, 234, 1);
            text-decoration: underline;
        }

.footer_aera_coure {
    text-align: center;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(195, 195, 195, 1);
    line-height: 40px;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .gototop.active {
        opacity: 1;
        visibility: visible;
    }

    .gototop a {
        width: 50px;
        height: 50px;
        display: table;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

        .gototop a i {
            height: 50px;
            display: table-cell;
            vertical-align: middle;
        }

        .gototop a:hover, .gototop a:active, .gototop a:focus {
            text-decoration: none;
            outline: none;
        }

/******************************/
.DownloadCenter_img img {
    width: 100%;
}

.DownloadCenter_body {
}

    .DownloadCenter_body .DownloadCenter_li {
        margin: 35px 10px;
        background: rgba(246, 246, 246, 1);
    }

.DownloadCenter_haed {
    font-size: 20px;
    font-family: PingFang-SC-Regular;
    font-weight: bold;
    color: rgba(19, 24, 25, 1);
    padding: 10px 28px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    position: relative;
}

    .DownloadCenter_haed i {
        display: inline-block;
        width: 2px;
        height: 20px;
        background: rgba(59, 147, 180, 1);
        position: absolute;
        top: 18px;
        left: 18px;
    }

.DownloadCenter_body .DownloadCenter_li .DownloadCenter_body {
    min-height: 146px;
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    font-weight: 500;
    color: rgba(163, 163, 163, 1);
    padding: 20px 25px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.4);
}

    .DownloadCenter_body .DownloadCenter_li .DownloadCenter_body p {
        line-height: 35px;
    }

.DownloadCenter_body .DownloadCenter_li .DownloadCenter_footer {
    padding: 15px 20px;
    text-align: center;
}

    .DownloadCenter_body .DownloadCenter_li .DownloadCenter_footer a {
        font-size: 16px;
        font-family: PingFang-SC-Regular;
        font-weight: 500;
        color: rgba(59, 147, 180, 1);
        line-height: 26px;
        border: 1px solid rgba(59, 147, 180, 1);
        padding: 6px 60px;
        border-radius: 5px;
        margin: 0 15px;
    }

    .DownloadCenter_body .DownloadCenter_li .DownloadCenter_footer .a1 {
        background: url(../images/DownloadCenter/icon-2.png) no-repeat;
        background-position: 35px 7px;
    }

        .DownloadCenter_body .DownloadCenter_li .DownloadCenter_footer .a1:hover {
            color: #fff;
            background: url(../images/DownloadCenter/icon-2-1.png) #3B93B4 no-repeat;
            background-position: 35px 7px;
        }

    .DownloadCenter_body .DownloadCenter_li .DownloadCenter_footer .a2 {
        padding-left: 70px;
        background: url(../images/DownloadCenter/icon-3.png) 40px 7px no-repeat;
    }

        .DownloadCenter_body .DownloadCenter_li .DownloadCenter_footer .a2:hover {
            color: #fff;
            background: url(../images/DownloadCenter/icon-3-1.png) #3B93B4 no-repeat;
            background-position: 40px 7px;
        }

.DownloadCenter_gonene {
    padding: 80px 15px;
}

    .DownloadCenter_gonene .DownloadCenter_url {
        padding-top: 80px;
        text-align: center;
    }

        .DownloadCenter_gonene .DownloadCenter_url a {
            font-size: 16px;
            font-family: PingFang-SC-Regular;
            font-weight: 550;
            color: rgba(80, 80, 80, 1);
            margin: 0 5%;
            padding: 6px 26px;
            border: 1px solid transparent;
        }

            .DownloadCenter_gonene .DownloadCenter_url a:hover {
                border-color: rgba(59, 147, 180, 0.9);
                color: #3B93B4;
            }

/*****************商务合作*********************/
.Cooperation_img {
    width: 100%;
    background: url(../images/Cooperation/banner.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.Cooperation_object {
    width: 100%;
    background: url(../images/Cooperation/banner2.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
}

.Cooperation_Agent {
    width: 100%;
    background: url(../images/Cooperation/banner3.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
}

.Cooperation_img .Cooperation_h2 {
    font-size: 46px;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(45, 219, 234, 1);
    margin-bottom: 2%;
}

.Cooperation_img .Cooperation_images {
}

.Cooperation_ul {
    position: absolute;
    top: 50px;
}

    .Cooperation_ul .Cooperation_li {
        width: 90%;
        height: 50px;
        line-height: 46px;
        margin: 0 auto;
        display: inline-block;
        border: 1px solid rgba(59, 147, 180, 1);
        cursor: pointer;
        font-size: 20px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(59, 147, 180, 1);
    }

    .Cooperation_ul .active {
        background-color: rgba(59, 147, 180, 1);
        color: #fff;
    }

.Cooperation_object_keer {
}

    .Cooperation_object_keer .Cooperation_object_li {
        float: left;
        width: 21%;
        height: 253px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .Cooperation_object_keer .a1 {
        background: url(../images/Cooperation/icon-3.png) no-repeat;
    }

        .Cooperation_object_keer .a1:hover {
            background: url(../images/Cooperation/icon-3-1.png) no-repeat;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

    .Cooperation_object_keer .a2 {
        background: url(../images/Cooperation/icon-4.png) no-repeat;
    }

        .Cooperation_object_keer .a2:hover {
            background: url(../images/Cooperation/icon-4-1.png) no-repeat;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

    .Cooperation_object_keer .a3 {
        width: 22%;
        background: url(../images/Cooperation/icon-5.png) no-repeat;
    }

        .Cooperation_object_keer .a3:hover {
            background: url(../images/Cooperation/icon-5-1.png) no-repeat;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

    .Cooperation_object_keer .a4 {
        background: url(../images/Cooperation/icon-6.png) no-repeat;
    }

        .Cooperation_object_keer .a4:hover {
            background: url(../images/Cooperation/icon-6-1.png) no-repeat;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

    .Cooperation_object_keer .Cooperation_object_img {
        float: left;
        width: 5%;
        margin-top: 85px;
        padding-left: 21px;
    }

.Cooperation_object_buttom {
    margin-top: 14%;
}

    .Cooperation_object_buttom a {
        display: inline-block;
        padding: 10px 8%;
        border: 1px solid rgba(45, 219, 234, 1);
        border-radius: 24px;
        font-size: 16px;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        color: rgba(45, 219, 234, 1);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

        .Cooperation_object_buttom a:hover {
            -webkit-transform: translateY(-5px);
            -moz-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            transform: translateY(-5px);
            background-color: rgba(45, 219, 234, 1);
            color: #fff;
        }

.Cooperation_object_curee {
}

    .Cooperation_object_curee .Cooperation_object_el {
        width: 381px;
        margin: 0 auto;
        border: 1px solid rgba(59, 147, 180, 1);
        cursor: pointer;
    }

        .Cooperation_object_curee .Cooperation_object_el .Cooperation_object_el_img {
            width: 379px;
            height: 225px;
            overflow: hidden;
        }

            .Cooperation_object_curee .Cooperation_object_el .Cooperation_object_el_img img {
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                transition: all .3s ease;
            }

        .Cooperation_object_curee .Cooperation_object_el:hover .Cooperation_object_el_img img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        .Cooperation_object_curee .Cooperation_object_el .Cooperation_object_el_text {
            padding-bottom: 15px;
        }

            .Cooperation_object_curee .Cooperation_object_el .Cooperation_object_el_text h6 {
                color: #2DDBEA;
                margin: 25px 0 20px;
            }

            .Cooperation_object_curee .Cooperation_object_el .Cooperation_object_el_text p {
                padding: 0 10px;
                font-size: 14px;
                font-family: PingFang-SC-Regular;
                font-weight: 500;
                color: rgba(255, 255, 255, 1);
            }

.Cooperation_Agent_li {
    cursor: pointer;
    padding: 15px 0;
}

    .Cooperation_Agent_li:hover {
        background: rgba(59, 147, 180, 1);
        box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.11);
    }

    .Cooperation_Agent_li .Cooperation_Agent_icon {
        width: 52px;
        height: 52px;
        margin: 0 auto;
    }

        .Cooperation_Agent_li .Cooperation_Agent_icon.u1 {
            background: url(../images/Cooperation/icon-8.png) no-repeat;
        }

    .Cooperation_Agent_li:hover .Cooperation_Agent_icon.u1 {
        background: url(../images/Cooperation/icon-8-1.png) no-repeat;
    }

    .Cooperation_Agent_li .Cooperation_Agent_icon.u2 {
        background: url(../images/Cooperation/icon-9.png) no-repeat;
    }

    .Cooperation_Agent_li:hover .Cooperation_Agent_icon.u2 {
        background: url(../images/Cooperation/icon-9-1.png) no-repeat;
    }

    .Cooperation_Agent_li .Cooperation_Agent_icon.u3 {
        background: url(../images/Cooperation/icon-10.png) no-repeat;
    }

    .Cooperation_Agent_li:hover .Cooperation_Agent_icon.u3 {
        background: url(../images/Cooperation/icon-10-1.png) no-repeat;
    }

    .Cooperation_Agent_li .Cooperation_Agent_h6 {
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(85, 210, 225, 1);
        line-height: 68px;
        text-align: center;
    }

    .Cooperation_Agent_li .Cooperation_Agent_text {
        text-align: center;
        color: #50c5d4;
    }

/*************************公司简介*******************************/
.CompanyProfile_NavBoy {
    position: relative;
}

    .CompanyProfile_NavBoy .CompanyProfile_NavBack {
        width: 100%;
        height: 116px;
        background: rgba(21, 34, 45, 1);
    }

.CompanyProfile_Navmenu {
    width: 100%;
    height: 146px;
    position: absolute;
    top: -16px;
}

    .CompanyProfile_Navmenu .CompanyProfile_Nav {
        display: block;
        width: 100%;
        text-align: center;
        height: 146px;
        padding-top: 25px;
        border-radius: 10px;
        cursor: pointer;
    }

        .CompanyProfile_Navmenu .CompanyProfile_Nav.active {
            background: rgba(24, 94, 117, 1);
        }

        .CompanyProfile_Navmenu .CompanyProfile_Nav p {
            font-size: 18px;
            font-family: PingFang-SC-Regular;
            font-weight: 500;
            color: rgba(255, 255, 255, 1);
            line-height: 50px;
        }

        .CompanyProfile_Navmenu .CompanyProfile_Nav:hover p {
            color: #2DDBEA;
        }

.CompanyProfile_Introduction {
    width: 100%;
    background: url(../images/CompanyProfile/b1.jpg) no-repeat;
    background-size: 100% 100%;
}

.CompanyProfile_Enterprise {
    padding-top: 6%;
}

    .CompanyProfile_Enterprise .a-a {
        width: 100px;
        height: 2px;
        margin: 6% 0;
        background-color: #fff;
    }

    .CompanyProfile_Enterprise .h6 {
        font-size: 24px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(254, 254, 255, 1);
        margin-bottom: 10%;
    }

    .CompanyProfile_Enterprise .text {
        font-size: 15px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(149, 203, 214, 1);
        line-height: 35px;
    }

.CompanyProfile_mstee {
    width: 100%;
    height: 160px;
    margin-top: 3%;
    padding-top: 36px;
    background: rgba(24, 94, 117, 1);
}

    .CompanyProfile_mstee .CompanyProfile_ol {
        float: left;
        width: 25%;
        text-align: center;
        border-right: 1px solid #fff;
    }

        .CompanyProfile_mstee .CompanyProfile_ol .ecv {
            font-size: 35px;
            font-family: MicrosoftYaHei;
            font-weight: 400;
            color: rgba(255, 255, 255, 1);
        }

            .CompanyProfile_mstee .CompanyProfile_ol .ecv a {
                font-size: 18px;
            }

        .CompanyProfile_mstee .CompanyProfile_ol p {
            color: #fff;
        }

        .CompanyProfile_mstee .CompanyProfile_ol:last-child {
            border: none;
        }

.CompanyProfile_mo {
    width: 90%;
    margin: 5% auto;
    border: 1px solid rgba(235, 235, 235, 1);
    box-shadow: 0px 6px 12px 1px rgba(90, 90, 90, 0.21);
    border-radius: 10px;
    padding: 55px 0;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

    .CompanyProfile_mo:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        background-color: #33B3CD;
    }

    .CompanyProfile_mo .CompanyProfile_mo_img {
        width: 190px;
        height: 125px;
        margin: 0 auto;
    }

        .CompanyProfile_mo .CompanyProfile_mo_img.img1 {
            background: url(../images/CompanyProfile/icon-6.png) no-repeat;
            background-size: 100% 100%;
        }

    .CompanyProfile_mo:hover .img1 {
        background: url(../images/CompanyProfile/icon-6-1.png) no-repeat;
    }

    .CompanyProfile_mo .CompanyProfile_mo_img.img2 {
        background: url(../images/CompanyProfile/icon-7.png) no-repeat;
        background-size: 100% 100%;
    }

    .CompanyProfile_mo:hover .img2 {
        background: url(../images/CompanyProfile/icon-7-1.png) no-repeat;
    }

    .CompanyProfile_mo .CompanyProfile_mo_img.img3 {
        background: url(../images/CompanyProfile/icon-8.png) no-repeat;
        background-size: 100% 100%;
    }

    .CompanyProfile_mo:hover .img3 {
        background: url(../images/CompanyProfile/icon-8-1.png) no-repeat;
    }

    .CompanyProfile_mo .CompanyProfile_mo_img.img4 {
        background: url(../images/CompanyProfile/icon-9.png) no-repeat;
        background-size: 100% 100%;
    }

    .CompanyProfile_mo:hover .img4 {
        background: url(../images/CompanyProfile/icon-9-1.png) no-repeat;
    }

    .CompanyProfile_mo .CompanyProfile_mo_text {
        font-size: 18px;
        font-family: PingFang-SC-Light;
        font-weight: 550;
        padding: 38px 0;
        color: rgba(51, 51, 51, 1);
    }

    .CompanyProfile_mo:hover .CompanyProfile_mo_text {
        color: rgba(251, 251, 251, 1);
    }

    .CompanyProfile_mo .CompanyProfile_mo_icos {
        width: 85px;
        height: 8px;
        margin: 0 auto;
        background: url(../images/CompanyProfile/icon-10.png) no-repeat;
        background-size: 100% 100%;
    }

    .CompanyProfile_mo:hover .CompanyProfile_mo_icos {
        background: url(../images/CompanyProfile/icon-10-1.png) no-repeat;
    }

.CompanyProfile_OfficeEnvironment {
    width: 100%;
    background: url(../images/CompanyProfile/b2.jpg) no-repeat;
}

.OfficeEnvironment .row > div {
    margin-bottom: 25px;
}

    .OfficeEnvironment .row > div img {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

    .OfficeEnvironment .row > div:hover img {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

.CompanyProfile_lainxi {
    width: 100%;
    height: 787px;
    background: url(../images/CompanyProfile/b3.jpg) no-repeat;
}

/****************************************/
.Teamwork {
    width: 100%;
    height: 1551px;
    background: url(../images/CompanyProfile/b4.jpg) no-repeat;
}

.Teamwork_tabel {
    padding-top: 4%;
}

    .Teamwork_tabel .Teamwork_tr {
        width: 100%;
        height: 372px;
        overflow: hidden;
        margin-bottom: 40px;
        cursor: pointer;
        background: rgba(24, 94, 117, 1);
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
    }

        .Teamwork_tabel .Teamwork_tr .text {
            padding: 95px 80px;
        }

            .Teamwork_tabel .Teamwork_tr .text .h6 {
                font-size: 20px;
                font-family: PingFang-SC-Medium;
                font-weight: 500;
                color: rgba(255, 255, 255, 1);
            }

            .Teamwork_tabel .Teamwork_tr .text .a-a {
                width: 50px;
                height: 2px;
                margin: 8% 0 10%;
                background-color: #fff;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                transition: all .5s ease;
            }

            .Teamwork_tabel .Teamwork_tr .text .p {
                font-size: 14px;
                font-family: PingFang-SC-Regular;
                font-weight: 400;
                color: rgba(255, 255, 255, 1);
                line-height: 35px;
            }

        .Teamwork_tabel .Teamwork_tr .img {
            position: relative;
        }

            .Teamwork_tabel .Teamwork_tr .img img {
                width: 100%;
            }

            .Teamwork_tabel .Teamwork_tr .img .marback {
                width: 100%;
                height: 372px;
                padding: 25px;
                background: rgba(0, 0, 0, 0.4);
                position: absolute;
                top: 0;
                text-align: center;
                opacity: 0;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                transition: all .5s ease;
            }

        .Teamwork_tabel .Teamwork_tr:hover .img .marback {
            opacity: 1;
        }

        .Teamwork_tabel .Teamwork_tr:hover {
            background: rgba(17, 167, 216, 1);
            box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.23);
        }

            .Teamwork_tabel .Teamwork_tr:hover .text .a-a {
                width: 180px;
            }

        .Teamwork_tabel .Teamwork_tr .img .marback p {
            width: 100%;
            height: 100%;
            line-height: 45px;
            padding-top: 20%;
            font-size: 24px;
            font-family: PingFang-SC-Medium;
            font-weight: 500;
            color: rgba(255, 255, 255, 1);
            border: 1px solid rgba(255, 255, 255, 0.6);
        }

/*********************产品介绍*****************************/
.privilege_nav img {
    width: 20%;
}

.privilege_img {
    width: 100%;
    height: 651px;
    background: url(../images/privilege/banner2.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.privilege2_img {
    width: 100%;
    height: 784px;
    background: url(../images/privilege/banner4.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.privilege_img .privilege_h2 {
    padding: 70px 0 8px;
    font-size: 20px;
    font-family: PingFang-SC-Regular;
    font-weight: 550;
    color: rgba(254, 254, 254, 1);
}

.privilege_img .privilege_h6 {
    font-size: 16px;
    font-family: PingFang-SC-Light;
    font-weight: 550;
    color: rgba(254, 254, 254, 1);
    margin-bottom: 35px;
}

.privilege_banner {
}

    .privilege_banner .banner {
        height: 600px;
        position: relative;
    }

        .privilege_banner .banner .swiper-pagination {
            width: 100%;
            padding-top: 15px;
        }

            .privilege_banner .banner .swiper-pagination .swiper-pagination-bullet {
                width: 10px;
                height: 10px;
                margin: 0 5px;
            }

            .privilege_banner .banner .swiper-pagination .swiper-pagination-bullet-active {
                width: 15px;
                background-color: #1C7489;
            }

        .privilege_banner .banner .swiper-button-next {
            width: 48px;
            height: 150px;
            background: url(../images/privilege/icon-8-1.png) no-repeat;
            left: -128px;
            right: auto;
            top: 190px;
            outline: none;
            -moz-outline-style: none;
        }

            .privilege_banner .banner .swiper-button-next.swiper-button-disabled {
                background: url(../images/privilege/icon-8.png) no-repeat;
            }

        .privilege_banner .banner .swiper-button-prev {
            width: 48px;
            height: 150px;
            background: url(../images/privilege/icon-9-1.png) no-repeat;
            right: -128px;
            left: auto;
            top: 190px;
            outline: none;
            -moz-outline-style: none;
        }

            .privilege_banner .banner .swiper-button-prev.swiper-button-disabled {
                background: url(../images/privilege/icon-9.png) no-repeat;
            }

        .privilege_banner .banner .banner_slide {
            background: rgba(255, 255, 255, 1);
            border: 1px solid rgba(227, 227, 227, 1);
            cursor: pointer;
        }

            .privilege_banner .banner .banner_slide .simg {
                width: 226px;
                height: 193px;
                overflow: hidden;
            }

                .privilege_banner .banner .banner_slide .simg img {
                    -webkit-transition: all .3s ease;
                    -moz-transition: all .3s ease;
                    -ms-transition: all .3s ease;
                    transition: all .3s ease;
                }

            .privilege_banner .banner .banner_slide:hover .simg img {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

            .privilege_banner .banner .banner_slide .saan {
                height: 35px;
                line-height: 35px;
                padding-left: 15px;
                font-size: 16px;
                font-family: PingFang-SC-Light;
                font-weight: 500;
                color: rgba(51, 51, 51, 1);
            }

            .privilege_banner .banner .banner_slide:hover .saan {
                background-color: #1C7489;
                color: #fff;
            }

.privilege_Edition {
    width: 100%;
    height: 800px;
    background: url(../images/privilege/banner3.jpg) no-repeat;
}

.Edition_tabel {
    width: 100%;
}

    .Edition_tabel tr td, .Edition_tabel tr th {
        height: 50px;
        line-height: 50px;
        text-align: left;
        padding-left: 4%;
        border: 1px solid rgba(180, 180, 180, 1);
        font-size: 16px;
        font-family: PingFang-SC-Regular;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
    }

        .Edition_tabel tr td a {
            color: #2DDBEA;
        }

            .Edition_tabel tr td a:hover {
                text-decoration: underline;
            }

.privilege2_demand {
    text-align: center;
}

    .privilege2_demand .Demand_daer {
        width: 100%;
        height: 96px;
        line-height: 96px;
        background: rgba(255, 255, 255, 1);
        box-sizing: border-box;
        box-shadow: 0px 19px 16px 0px rgba(0, 0, 0, 0.3);
    }

        .privilege2_demand .Demand_daer a {
            padding: 40px 5%;
        }

    .privilege2_demand .Demand_neiw a p {
        font-size: 23px;
        font-family: PingFang-SC-Regular;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        line-height: 100px;
    }

    .privilege2_demand .Demand_neiw a .span {
        display: block;
        font-size: 18px;
        font-family: PingFang-SC-Regular;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    .privilege2_demand .Demand_neiw a p span {
        color: #28BBEF;
    }

    .privilege2_demand .Demand_daer a.active {
        background: rgba(35, 181, 233, 1);
        color: #fff;
    }

.privilege3_buzuo .row .col-xl-3 {
    text-align: center;
    cursor: pointer;
}

    .privilege3_buzuo .row .col-xl-3 .privilege3_top {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
    }

        .privilege3_buzuo .row .col-xl-3 .privilege3_top:hover {
            -webkit-transform: translateY(-12px);
            -moz-transform: translateY(-12px);
            -ms-transform: translateY(-12px);
            transform: translateY(-12px);
        }

.privilege4_runeou .runeou_tabel {
}

    .privilege4_runeou .runeou_tabel .runeou_dl {
        width: 80%;
        height: 376px;
        margin: 0 auto 150px;
        text-align: center;
        cursor: pointer;
        border: 1px solid rgba(235, 235, 235, 1);
        box-shadow: 0px 6px 12px 1px rgba(90, 90, 90, 0.21);
        border-radius: 10px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

        .privilege4_runeou .runeou_tabel .runeou_dl:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            box-shadow: 0px 6px 12px 1px #33B3CD;
        }

        .privilege4_runeou .runeou_tabel .runeou_dl .dl_img {
            width: 100%;
            height: 200px;
            line-height: 200px;
        }

        .privilege4_runeou .runeou_tabel .runeou_dl .dl_h4 {
            font-size: 18px;
            font-family: PingFang-SC-Medium;
            font-weight: 550;
            color: rgba(36, 36, 36, 1);
            margin-bottom: 15px;
        }

        .privilege4_runeou .runeou_tabel .runeou_dl .dl_p {
        }

            .privilege4_runeou .runeou_tabel .runeou_dl .dl_p p {
                font-size: 14px;
                font-family: PingFang-SC-Light;
                font-weight: 500;
                color: rgba(153, 153, 153, 1);
                line-height: 26px;
            }
.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700;
    text-align: center;
}

    .el-pagination a {
        padding-left: 15px;
        color: black;
    }
        .el-pagination a.pagelistAon {
            color: #2DDBEA;
        }

.newspage_body {
    padding: 3% 0 10%;
}

.newspage_li {
    width: 100%;
    padding: 30px 25px 40px;
    cursor: pointer;
    border-bottom: 1px solid rgba(229,229,229,1);
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

    .newspage_li:hover {
        background: rgba(255,255,255,1);
        box-shadow: 0px 3px 10px 0px rgba(18,13,9,0.32);
    }

        .newspage_li:hover .newspage_title {
            color: rgba(45,219,234,1);
        }

.newspage_title {
    font-size: 18px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(51,51,51,1);
    line-height: 50px;
}

.newspage_text {
    width: 75%;
    font-size: 14px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(153,153,153,1);
}

.newspage_icon {
    position: absolute;
    right: 28px;
    top: 45px;
}
/************网站地图**************/
.SiteMap {
    min-height: 601px;
}

.SiteMap_div {
    margin-bottom: -1px;
    background: #fff;
    position: relative;
    top: 50px;
    ;
}

.SiteMap_title {
    background: #F9F9F9;
    height: 40px;
    line-height: 40px;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 700;
    color: #e4852c;
}

.SiteMap_List .SiteMap_a {
    float: left;
    width: 20%;
    margin-right: 5%;
    line-height: 50px;
    padding-left: 15px;
    font-size: 16px;
    border-bottom: 1px solid #d4d8dd;
}

    .SiteMap_List .SiteMap_a a {
        color: #1e2124;
        padding: 3px 10px;
    }

        .SiteMap_List .SiteMap_a a:hover {
            background-color: #e4852c;
            color: #fff;
        }

.Cooperation_mosut_uot {
    height: 549px;
    width: 60%;
    background-color: rgb(21, 47, 62);
    border-radius: 5px;
    box-shadow: 0 0 14px #144d51;
}

.Cooperation_mosut_li {
    text-align: left;
    height: 110px;
    padding-left: 5%;
    padding-top: 10px;
    border-bottom: 1px solid #102735;
}

    .Cooperation_mosut_li:last-child {
        border: none;
    }

    .Cooperation_mosut_li .qq {
        display: block;
        line-height: 32px;
        font-size: 14px;
        font-family: PingFang-SC-Light;
        font-weight: bold;
        color: #fff;
    }

    .Cooperation_mosut_li div {
        line-height: 32px;
        font-size: 14px;
        font-family: PingFang-SC-Light;
        font-weight: bold;
        color: #fff;
    }

    .Cooperation_mosut_li .qq {
        cursor: pointer;
    }

        .Cooperation_mosut_li .qq img {
            position: relative;
            top: -3px;
        }
