﻿*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.container {
    padding:0 !important;
}
h1,h2,h3,h4,h5,h6 {
    font-weight:400;
}
i {
    font-style:normal;
}
b {
    font-weight:400;
}

.bx-head {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
    border-bottom: 1px solid #DDE2E5;
}
.banner {
    padding-top:100px;
}

.bx-index-top01 {
    height: 120px;
    line-height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    .bx-index-top01 .bx-logo {
        max-height: 120px;
        max-width:230px;
    }

    .bx-index-top01 .bx-nav ul li {
        line-height: 120px;
        font-size: 18px;
        color: #000;
    }

        .bx-index-top01 .bx-nav ul li a {
            color: #000;
        }

.loginlist ul li {
    padding:0 5px;
    line-height:120px;
    float:left;
    text-align:center;
}

    .loginlist ul li a {
        display: block;
        width: 95px;
        font-size: 14px;
        color: #fff;
        line-height: 36px;
        background: #2841B1;
        border: 1px solid #2841B1;
        box-sizing:border-box;
    }

        .loginlist ul li a:hover {
            border: 1px solid #2841B1;
            background: #fff;
            color: #2841B1;
        }
.bx-index-top01 .bx-nav ul li a:hover,
.bx-index-top01 .bx-nav ul li a.focus {
    color: #2841B1;
    background-color: transparent;
    font-weight:bold;
}
.bx-index-top01 .bx-nav ul li a.active {
    color: #2841B1 !important;
    background-color: transparent !important;
    font-weight: bold !important;
}

.bx-sideBar ul li:nth-child(-n + 3) {
    display:none;
}
#returnTop {
    border-radius:5px 0 0 5px;
}
.bx-sideBar {
    top: 60%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: auto;
    left: auto;
    top:50%;
    right:15.625%;
    transform:translateY(-50%);
    width:auto;
}

.banner .swiper-pagination-bullet {
    position:relative;
    width: 12px;
    height: 12px;
    display: block;
    background-color: transparent;
    border:1px solid #fff;
    opacity: 1;
}

    .banner .swiper-pagination-bullet-active {
        background: #019BDF;
        border: none;
        position:relative;
    }

        .banner .swiper-pagination-bullet-active::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 40px;
            height: 40px;
            border: 1px solid #019BDF;
            border-radius: 50%;
        }

.banner .swiper-pagination span {
    position:relative;
}

    .banner .swiper-pagination::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform:translateX(-50%);
        width: 1px;
        height: 100%;
        border: 1px dashed #019BDF;
    }

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0 90px;
}
.banner .swiper-pagination span:last-child {
    margin-bottom: 0 !important;
}
/*首页*/
.modular {
    padding:100px 0 85px;
}
.index_title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
    .index_title h3 {
        font-size: 48px;
        color: #2E2E2E;
    }

    .index_title h6 {
        font-size: 18px;
        color: #C1C1C1;
        line-height:24px;
        margin-top:14px;
    }

.index_business  {
    padding-top:60px;
}
    .index_business ul {
        margin:0 -13px;
    }
        .index_business ul li {
            padding:0 13px;
            float:left;
            width:25%;
        }
            .index_business ul li a {
                display: block;
                padding: 90px 30px 97px;
                background: #F1F7FC;
                text-align:center;
            }

                .index_business ul li a h3 {
                    margin-top:70px;
                    font-size: 28px;
                    color: #2E2E2E;
                    font-weight:bold;
                }

                .index_business ul li a .index_business_img {
                    min-height:100px;
                    line-height:100px;
                }
                .index_business ul li a p {
                    margin-top:50px;
                    font-size: 18px;
                    color: #949494;
                    text-align:left;
                    text-indent:2em;
                }

.modular.back {
    background: url('../images/img/back.png') no-repeat center;
    background-size:100% 100%;
}

.index_support {
    overflow:hidden;
}

.index_support .support_img {
    width: 60.60%;
    margin: 10px auto 0;
    position: relative;
}
    .index_support .support_img h6 {
        position: static;
        width:100%;
        text-align:center;
        font-size: 24px;
        color: #2841B1;
        margin:20px 0;
    }
.index_support .support_box  {
    margin-top:30px;
    border: 1px solid #C2D2DF;
}
.index_support .support_box ul {
}
    .index_support .support_box ul li {
        padding:65px 0;
        width:25%;
        float:left;
        text-align:center;
        display:flex;
        justify-content:center;
        position:relative;
    }

        .index_support .support_box ul li .support_box_a {
            width:50%;
        }
        .index_support .support_box ul li .support_box_a_text h5 {
            padding: 30px 0 20px;
            margin-top: 40px;
            position: relative;
            font-size: 20px;
            color: #2E2E2E;
            text-align: center;
        }
.support_box ul li .support_box_a_text h5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform:translateX(-50%);
    width: 70%;
    height: 2px;
    background: #2841B1;
}
.support_box ul li .support_box_a_text p {
    color: #2E2E2E;
    font-size:60px;
    line-height:1;
}
.support_box_a_img img {
    max-width: 52px;
    max-height: 52px;
    margin:0 auto;
}

.support_box ul li:nth-child(-n + 3)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: #C2D2DF;
}

.index_support .swiper {
    position:relative;
}

.index_support .swiper-button-next,
.index_support .swiper-container-rtl .swiper-button-prev {
    background-image: url('../svg/youjiantou.svg');
    top:30%;
}

.index_support .swiper-button-prev,
.index_support .swiper-container-rtl .swiper-button-next {
    background-image: url('../svg/zuojiantou.svg');
    top: 30%;
}

/*行业方案*/

.index_case .bx-index-news09 {
    padding: 65px 0 50px;
}

.index_case .bx-index-news09-right {
    padding-left:0;
    padding-right: 40px;
    position:relative;
}

.index_case .bx-index-news09-right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #DADBDA;
}
    .index_case .bx-index-news09-right ul li {
        position:relative;
        padding:20px 0 20px 40px;
        border:none;
    }

        .index_case .bx-index-news09-right ul li::before {
            position: absolute;
            content: "";
            top: 27px;
            left: 0;
            transform:translateX(-50%)
            rotate(45deg);
            width: 10px;
            height: 10px;
            background: #fff;
            border: 1px solid #2841B1;
        }
        .index_case .bx-index-news09-right ul li:hover::before {
            background: #2841B1 !important;
        }
        .index_case .bx-index-news09-right ul li a {
            display:flex;
        }
            .index_case .bx-index-news09-right ul li a .timea {
                width:16.72%;
                padding-right:32px;
            }
            .index_case .bx-index-news09-right ul li a .timea span {
                display: inline-block;
                font-size: 16px;
                color: #949494;
            }
            
            .index_case .right-list-top {
                flex-direction: column;
                width:81%;
            }

                .index_case .right-list-top h3 {
                    width: 100%;
                    line-height:26px;
                    font-size:20px;
                    font-weight:400;
                }
.index_case .bx-index-news09-right-list p {
    font-size: 18px;
    color: #949494;
    line-height: 24px;
    height: 75px;
    margin-top: 20px;
}
        .more {
            width: 100%;
            text-align: center;
        }
    .more a {
        display: inline-block;
        width: 160px;
        line-height: 50px;
        font-size: 18px;
        color: #2841B1;
        border: 1px solid #2841B1;
    }

.more_support a {
    width:100px;
    line-height:30px;
    font-size:14px;
}
.more a:hover {
    border: 1px solid #2841B1;
    background: #2841B1;
    color: #fff;
}

/*首页业界新闻*/
.modular.back1 {
    background: url('../images/img/back1.png') no-repeat center;
    background-size:100% 100%;
}
.index_news {
    padding: 60px 0;
}
    .index_news ul {
        margin:0 -15px;
    }
        .index_news ul li {
            padding:0 15px;
            width:33.33%;
            float:left;
            margin-bottom:30px;
        }
            .index_news ul li .index_news_text {
                padding:30px 30px 35px;
                background:#fff;
            }
                .index_news ul li .index_news_text h3 {
                    font-size: 20px;
                    color: #2E2E2E;
                    margin-bottom: 30px;
                }
                .index_news ul li .index_news_text p {
                    font-size:18px;
                    color:#949494;
                }
            .index_news ul li:hover h3 {
                color: #2841B1;
            }

/*标杆客户*/
.Benchmarking.index_news {
    padding:60px 0 0;
}
.Benchmarking.index_news ul {
    margin: 0 -40px;
    overflow: hidden;
}
    .Benchmarking.index_news ul li {
        padding:0 40px;
        width:50%;
    }
        .Benchmarking.index_news ul li .index_news_text {
            padding: 20px 0 10px;
        }
            .Benchmarking.index_news ul li .index_news_text p {
                font-size: 16px;
            }
            .Benchmarking.index_news ul li .index_news_text h3 {
                margin-bottom: 20px;
            }
        .Benchmarking.index_news ul li:hover p {
            color: #2841B1;
        }
        /*业界新闻详情*/
        .News_dateils {
            margin-top: 120px;
            padding: 40px 0 70px;
        }

/*行业方案*/
.products.index_news {
    padding:60px 0 0;
}
.products.index_news ul li .index_news_text {
    background: #F6FAFD;
}
.products.index_news ul li:hover .index_news_text {
    background: #2841B1;
}
.products.index_news ul li:hover h3 {
    color:#fff;
}
.products.index_news ul li:hover p {
    color:rgba(255,255,255,.6);
}
/*关于我们*/
.nei-nav p {
    font-size: 16px;
    color: #C1C1C1;
}

.about {
    margin-bottom:100px;
}

.about_img {
    width: 100%;
    text-align: center;
}

.about_text {
    padding:0 20px;
    background: #F6FAFD;
    box-shadow: 0 15px 25px rgba(135,142,177,.12);
}

/*关于我们-招聘*/
.bx-popup {
    top: 50px;
}
.bx-Message-a {
    padding-bottom: 30px;
    padding-top: 10px;
}
    .bx-Message-a .ipt {
        margin-top: 20px;
    }

.index_title.ny_title h3 {
    font-size: 36px;
}
.index_title.ny_title h6 {
    font-size:16px;
}


.bx-Join {
    padding-top: 20px;
}
    .bx-Join ul li {
        height: 70px;
        line-height: 70px;
        padding: 0 50px;
        background-color: #F6FAFD;
        margin-top: 30px;
    }
        .bx-Join ul li h3 {
            line-height: 70px;
            font-size: 20px;
            color: #2E2E2E;
            padding-left: 0;
        }
        .bx-Join ul li span {
            height: 40px;
            width:40px;
            line-height: 40px;
            border: solid 1px #2841B1;
            margin-top: 15px;
        }

        .bx-Join ul li.li {
            background-color: #2841B1;
            border: none;
        }
            .bx-Join ul li.li h3:before {
                display:none;
            }

            .bx-Join ul li.li h3 {
                color: #01CFE3;
            }
        .bx-Join ul li.li span {
            background:#fff;
        }

    .bx-Join .Join-sq a {
        width: auto;
        padding:0 10px;
        line-height: 45px;
        background-color: #fff;
        color: #2841B1;
        font-size: 16px;
        border: 1px solid #2841B1;
    }
        .bx-Join .Join-sq p {
            display:inline-block;
        }

        .bx-Join ul li span.s {
            transform: rotateZ(0deg);
        }

/*联系我们*/
.ContactUs_ny {
    padding-top:50px;
}
.bx-contactus05-item .bx-contactus05-map {
    width: 54.54%;
}

.bx-contactus05-item .bx-contactus05-text {
    padding-left:50px;
    width: calc(100% - 54.54%);
    background-color:#fff;
}
.bx-contactus05Box {
    padding-left: 0;
    padding-right: 0;
}
.bx-contactus05-item .bx-contactus05-text p {
    padding: 30px 0;
    font-size: 16px;
    color: #949494;
    padding-left: 0;
    border-bottom: 1px solid #DDE2E5;
}
    .bx-contactus05-item .bx-contactus05-text p:first-child {
        font-size: 24px;
        color: #2841B1;
    }
.bx-contactus05-item .bx-contactus05-text span {
    display: block;
    font-size: 20px;
    color: #2E2E2E;
}

.second {
    display: none;
    position: absolute;
    width: 200px;
    top: 120px;
    left:-45px;
    border-top: 1px solid #DDE2E5;
}
.bx-nav ul li .second ul li a {
    width:100%;
    text-align:center;
}
.bx-nav .second ul li {
    width:100%;
}

.bx-nav .second ul li {
    line-height: 50px;
}

.index_title p {
    width:60%;
    margin:0 auto;
    line-height:21px;
    font-size: 16px;
    color: #949494;
    text-align:left;
}

.network {
    padding-top:50px;
}

.network ul {
    margin:0 -15px;
    overflow:hidden;
}

    .network ul li {
        padding:0 15px;
        float:left;
        width:33.33%;
        margin-bottom:30px;
        transition:all .3s;
    }

        .network ul li .network_ny {
            background: #F6FAFD;
            text-align:center;
            padding:40px 0;
        }

            .network ul li .network_ny .network_img {
                width:100px;
                height:100px;
                background:rgba(40,65,177,.1);
                display:flex;
                justify-content:center;
                align-items:center;
                border-radius:50%;
                overflow:hidden;
                margin:0 auto;
            }

            .network ul li .network_ny h6 {
                margin:23px 0 10px;
                font-size: 20px;
                color: #2E2E2E;
                font-weight:bold;
            }
            .network ul li .network_ny p {
                font-size:16px;
                color: #949494;
            }


        .network ul li:hover .network_ny {
            background: #2841B1;
        }

            .network ul li:hover .network_img {
                background: #fff;
            }
        .network ul li:hover h6,
        .network ul li:hover p{
            color: #fff;
        }

.transmission {
    margin-top:80px;
}

    .transmission .top_img {
        width:100%;
        text-align:center;
    }

.transmission_bottom ul li {
    margin-top:60px;
    width:100%;
    position:relative;
}

.transmission_bottom ul li .transmission_text {
    width:40.9%;
    max-height:100%;
    position: absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    padding-left:80px;
}

    .transmission_bottom ul li .transmission_text h6 {
        font-size:20px;
        color:#fff;
        font-weight:bold;
    }
    .transmission_bottom ul li .transmission_text p {
        margin:30px 0;
        font-size:16px;
        color:#fff;
    }

        .transmission_bottom ul li .transmission_desc p {
            margin: 0;
        }

    .transmission_bottom ul li:nth-child(even) .transmission_text {
        left:auto;
        right:0;
        padding-left:0;
        padding-right:80px;
    }

.core_top {
    position:relative;
    width:100%;
}
    .core_top .core_title {
        width: 100%;
        padding:0 30px;
        position: absolute;
        bottom: 30px;
        left: 0;
        text-align: left;
        color: #fff;
    }
    .core_top .core_title h4 {
        font-size:20px;
        font-weight:bold;
    }
    .core_top .core_title p {
        margin-top:20px;
        font-size:16px;
    }


.core_bottom {
    padding-top:30px;
}

.core_bottom ul li {
    width:100%;
    margin-top:20px;
    display:flex;
}

    .core_bottom ul li .core_title_left {
        width: 15.9%;
        background: #2E2E2E;
        display:flex;
        justify-content:center;
        align-items:center;
        padding:0 30px;

    }
    .core_bottom ul li .core_title_left h5 {
        font-size:18px;
        color:#fff;
        font-weight:bold;
       text-align:center;
       line-height:24px;
    }

    .core_bottom ul li .core_title_right {
        width:calc(100% - 15.9%);
    }
        .core_bottom ul li .core_title_right p {
            padding: 15px 0 15px 60px;
            font-size: 16px;
            display: flex;
            align-items: center;
            background: #F6FAFD;
        }
            .core_bottom ul li .core_title_right p:nth-child(even) {
                background:rgba(40,65,177,.1);
            }
            .core_bottom ul li .core_title_right p i {
                display: inline-block;
                width: 15%;
                color: #2E2E2E;
            }
        .core_bottom ul li .core_title_right p b {
            display:inline-block;
            width:calc(100% - 15%);
            color: #949494;
        }

.News_dateils.gong {
    margin:0;
}

.index_title.sd {
    text-align:left;
}
.bx-list-team01 ul {
    padding-top:20px;
}
.bx-list-team01 ul li {
    margin-top: 30px;
    padding: 30px 30px 30px 0;
    background: #F1F7FC;
}
    .bx-list-team01 ul li a {
        display:flex;
    }
    .bx-list-team01 ul li .pic {
        width: 37.2%;
        height: auto;
        float: none;
    }

    .bx-list-team01 ul li .tet {
        width:calc(100% - 37.2%);
        padding-left: 50px;
        padding-top: 0;
        display:flex;
        flex-direction:column;
        justify-content:center;
    }

        .bx-list-team01 ul li .tet i {
            font-size: 16px;
            line-height: 28px;
            color: #01CFE3;
            margin-top: 0;
        }
        .bx-list-team01 ul li .tet h3 {
            font-size: 32px;
            color: #2E2E2E;
            margin: 20px 0 30px;
            font-weight: bold;
        }
        .bx-list-team01 ul li .tet p {
            line-height: 24px;
            margin-top: 0;
            text-align: justify;
        }
        .bx-list-team01 ul li .tet .summary {
            width:80%;
        }
        .bx-list-team01 ul li .tet span {
            width: 140px;
            text-align: center;
            background: #2841B1;
            border-radius: 0;
            margin-top: 57px;
        }
    .bx-list-team01 ul li:nth-child(2n) .tet {
        padding-left: 0px;
        padding-right: 50px;
        align-items:flex-end;
    }
    .bx-list-team01 ul li:nth-child(2n) .pic {
        float: none;
    }
    .bx-list-team01 ul li:nth-child(even) a {
        flex-direction:row-reverse;
    }

    .bx-list-team01 ul li:nth-child(even) {
        padding: 30px 0 30px 30px;
    }

    .bx-list-team01 ul li:hover {
        background: #2841B1;
    }
        .bx-list-team01 ul li:hover .tet h3 {
            color: #fff;
            opacity: 1;
        }

        .bx-list-team01 ul li:hover .tet span {
            background: #01CFE3;
            color: #fff;
            opacity: 1;
        }

.unknown2 {
    padding:40px 0 100px;
}

.bx-AboutUs205-list {
    background-color: #F1F7FC;
}
    .bx-AboutUs205-list .nums {
        font-size:48px;
        color: #2841B1;
        background-color: #fff;
        border: 1px dashed #2841B1;
        line-height:70px;
    }

.unknown1 {
    background: url('../images/img/backaa.png') no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: relative;
}
.unknown1::before {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    background-color:rgba(34,80,194,.95);
}

.unknown,
.unknown1,
.unknown2 {
    padding:100px 0;
}

.beijing {
    width:100%;
    text-align:center;
    margin-bottom:50px;
}
.unknown1_ny ul {
    margin:0 -27.5px;
    overflow:hidden;
}
.unknown1_ny ul li {
    padding:0 27.5px;
    float:left;
    width:20%;
    margin-bottom:20px;
}

    .unknown1_ny ul li .core_Description_wei {
        padding: 0 40px;
        background: #2E2E2E;
        min-height:340px;
        display:flex;
        flex-direction:column;
        justify-content:center;
        border-radius:50px 0 50px 0;
    }

        .unknown1_ny ul li .core_Description_wei h5 {
            margin-bottom:33px;
            font-size: 20px;
            font-weight: bold;
            color: #019BDF;
           text-align:center;
        }

        .unknown1_ny ul li .core_Description_wei p {
            font-size:16px;
            text-align:left;
            color: #949494;
        }

.features {
    width:100%;
    text-align:center;
}
    .features .soon {
        width: 46.21%;
        min-height:600px;
        margin:0 auto;
        position:relative;
        background: url('../images/img/backs.png') no-repeat center;
    }
.soon_text {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50% , -50%);
}
.soon_text h2 {
    font-size:48px;
    color:#fff;
    margin-bottom:13px;
}
.soon_text p {
    font-size:24px;
    color:rgba(255,255,255,.6);
}


.soon .nei_feat span h6 {
    font-size: 24px;
    color: #fff;
}
.soon .nei_feat span p {
    font-size: 12px;
    color: rgba(255,255,255,.6);
    line-height: 20px;
}

.soon .nei_feat span {
    display: inline-block;
    position: absolute;
    width:50%;
}
    .soon .nei_feat span::before {
       content:"";
       position:absolute;
       width:20px;
       height:20px;
       border:5px solid #fff;
       border-radius:50%;
       overflow:hidden;
    }
    .soon .nei_feat span:nth-child(even)::before {
        top:5px;
        left:0;
    }

    .soon .nei_feat span:nth-child(odd)::before {
        top: 5px;
         right: 0;
    }

    .soon .nei_feat span:nth-child(3) {
        padding-right:60px;
    }
    .soon .nei_feat span:nth-child(4) {
        padding-left:60px;
    }


    .soon .nei_feat span:nth-child(even) {
        text-align: left;
        padding-left:70px;
    }
    .soon .nei_feat span:nth-child(odd) {
        text-align: right;
        padding-right:70px;
    }
    .soon .nei_feat span:nth-child(1) {
        top: 15%;
        left: -35%;
    }
    .soon .nei_feat span:nth-child(2) {
        top: 15%;
        right: -35%;
    }
    .soon .nei_feat span:nth-child(3) {
        top: 60%;
        left: -46%;
        transform: translateY(-50%);
    }

    .soon .nei_feat span:nth-child(4) {
        top:60%;
        right:-47%;
        transform:translateY(-50%);
    }
    .soon .nei_feat span:nth-child(5) {
        bottom:0;
        left:-36%;
    }
    .soon .nei_feat span:nth-child(6) {
        bottom:0;
        right:-37%;
    }

.present  {
    padding:70px 0;
}

.present_tilte h4 {
    font-size: 48px;
    color: #2E2E2E;
    font-weight:400;
}
.bx-AboutUs204-list .bx-AboutUs204-text {
    background: none;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
    .bx-AboutUs204-list .bx-AboutUs204-text h3 {
        font-size: 28px;
        color: #2841B1;
        font-weight:400;
        margin-bottom:50px;
    }
    .bx-AboutUs204-list .bx-AboutUs204-text p {
        margin-top: 0;
    }

.compare {
    padding:99px 0 350px;
    background:rgba(0,0,0,.85);
}

.compare_title,
.present_img {
    text-align: center;
    width: 100%;
}

.compare_title h5,
.characteristic_title h5 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 24px;
}
.compare_title p,
.characteristic_title  p{
    font-size: 16px;
    color: #949494;
}

.present_tilte {
    text-align:left;
    margin:30px 0 50px;
}
    .present_tilte h4 {
        font-size: 48px;
        color: #FFF;
    }
.characteristic_title {
    text-align:left;
}
.characteristic {
    margin-top:-250px;
}
.characteristic_box {
    margin-top:40px;
}

.characteristic_box ul {
    margin: 0 -15px;
    overflow: hidden;
}
.characteristic_box ul li {
    padding:0 15px;
    float:left;
    width:33.33%;
    margin-bottom:20px;
    position:relative;
}

    .characteristic_box ul li .te_dian {
        position:absolute;
        bottom:0;
        left:0;
        padding: 0 33px;
    }
    .characteristic_box ul li .te_dian h5 {
        font-size:16px;
        color:#fff;
        margin-bottom:20px;
    }
        .characteristic_box ul li .te_dian p {
            font-size: 14px;
            color: #949494;
            line-height:19px;
            height:65px;
        }

.bx-nav ul li .second ul li a {
    font-size: 14px;
}

.bx-index-footer02 {
    background: #2841B1;
}
.footer_to {
    display:flex;
    align-items:flex-start;
}

.footer_to dl {
    display: inline-block;
    width: 17%;
    text-align: left;
}
    .footer_to dl dt {
        font-size:20px;
        font-weight:bold;
        color:#fff;
        margin-bottom:40px;
    }
    .footer_to dl dd a {
        font-size:14px;
        color:rgba(255,255,255,.4);
        line-height:26px;
    }
    .footer_to dl:last-child {
        width:30%;
    }
    .footer_to dl:last-child dd {
        display: flex;
        align-items: flex-start;
    }
        .footer_to dl:last-child dd i {
            margin-top:5px;
            font-size:14px;
            color:#fff;
        }
        .footer_to dl:last-child dd p {
            font-size:14px;
            color:rgba(255,255,255,.4);
        }

.foot-pic {
    width:33.33%;
    text-align:center;
}
.bx-index-footer02 .foot-pic span {
    color: #fff;
    margin-bottom:10px;
}

.bx-footer {
    border-top: 1px solid rgba(255,255,255,.1);
}

    .bx-footer .foot_list ul {
        padding-top:20px;
        margin:0 -20px;
        overflow:hidden;
    }
        .bx-footer .foot_list ul li {
            padding:0 20px;
           float:left;
        }
        .bx-footer .foot_list ul li a {
            font-size:14px;
            color:rgba(255,255,255,.4);
        }
        .bx-footer p {
            padding: 20px 0;
            width: 100%;
            text-align: center;
            font-size: 14px;
            color: rgba(255,255,255,.2);
        }

.nei-nav p a {
    color: #C1C1C1;
}

.bx-index-news09-left img {
    width:100%;
    height:100%;
}

.modular.abc {
    padding:0;
}

.bx-AboutUs205-list p {
    text-align:left;
}

.bx-fs36 {
    font-size: 48px !important;
}
.loginlist ul li {
    position: relative;
}

.language {
    position: absolute;
    top: 100%;
    left: 5px;
    width: 100%;
    display:none;
}
@media (max-width:1350px) {
    .bx-index-top01 .bx-nav ul li {
        font-size: 14px;
    }
        .bx-index-top01 .bx-nav ul li a {
            width:80px;
        }
    .second {
        width:150px;
        left:-35px;
    }
    .loginlist ul li a {
        width:85px;
        font-size:13px;
    }
}
@media (max-width:1000px) {
    .language {
        left:0;
    }
    
}



