/* ========公共头部信息 ======*/
.com-center {
    width: 100%;
    background-color: #f7f7f7;
    min-width: 1200px;
}

    .com-center .top {
        width: 1200px;
        margin: 0 auto;
        height: 32px;
        line-height: 32px;
        overflow: hidden;
        font-size: 12px;
    }

    .com-center .top-left {
        overflow: hidden;
        float: left;
    }

        .com-center .top-left span {
            float: left;
        }

            .com-center .top-left span.lst {
                color: #ff0d05;
            }

                .com-center .top-left span.lst::after {
                    content: "";
                    display: block;
                    height: 12px;
                    width: 1px;
                    background-color: #d6d0d6;
                    float: left;
                    margin: 10px 8px 0 8px;
                }

    .com-center .top-right {
        float: right;
        overflow: hidden;
    }

        .com-center .top-right a {
            float: left;
            margin-left: 22px;
            color: #000;
        }

.center-test {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 15px;
    overflow: hidden;
}

    .center-test .left {
        /*padding-left: 52px;*/
        padding-right: 70px;
        float: left;
        /*padding-top: 10px;*/
    }

        .center-test .left img {
            /*height: 51px;*/
        }

    .center-test .con {
        float: left;
    }

    .center-test .con-top ul {
        overflow: hidden;
    }

        .center-test .con-top ul li {
            float: left;
            cursor: pointer;
        }

            .center-test .con-top ul li + li::after {
                content: "";
                display: block;
                height: 12px;
                width: 1px;
                background-color: #d6d0d6;
                float: left;
                margin: 0 8px;
            }

            .center-test .con-top ul li.active {
                color: #ff781e;
            }

            .center-test .con-top ul li:hover {
                color: #ff781e;
            }

    .center-test .con-search {
        overflow: hidden;
        padding: 8px 0;
    }

        .center-test .con-search input {
            float: left;
            height: 32px;
            width: 480px;
            padding-left: 10px;
            font-size: 14px;
            border: 1px solid #999999;
        }

        .center-test .con-search a {
            float: left;
            height: 34px;
            width: 62px;
            text-align: center;
            line-height: 34px;
            color: #fff;
            font-size: 14px;
            background-color: #15b250;
        }

    .center-test .con-bom .keyword {
        overflow: hidden;
    }

        .center-test .con-bom .keyword span {
            float: left;
            color: #000;
            margin-right: 10px;
        }

            .center-test .con-bom .keyword span + span {
                color: #c9c7c7;
            }

    .center-test .right {
        float: left;
        overflow: hidden;
        padding-left: 78px;
        padding-top: 23px;
    }

        .center-test .right a {
            float: left;
            height: 37px;
            width: 104px;
            text-align: center;
            line-height: 37px;
            color: #fff;
            font-size: 12px;
            background-color: #15b250;
            position: relative;
        }

            .center-test .right a::before {
                content: ">";
                display: block;
                position: absolute;
                top: 0;
                right: 12px;
            }

            .center-test .right a + a {
                background-color: #1a71b9;
            }
/* ========公共头部信息 END======*/
/* ========公共尾部信息 ======*/
.com-footer {
    width: 100%;
    background-color: #f7f7f7;
    border-top: 5px solid #1a71b9;
    /*margin-top: 40px;*/
    min-width: 1200px;
}

.footer-body {
    width: 1200px;
    margin: 0 auto;
}

    .footer-body .item-list {
        height: 165px;
        border-bottom: 1px solid #b5b6b6;
        /* line-height: 165px; */
    }

        .footer-body .item-list ul {
            overflow: hidden;
            padding-left: 89px;
        }

        .footer-body .item-list li {
            overflow: hidden;
            float: left;
            padding-top: 70px;
            line-height: 45px;
            margin-right: 117px;
        }

            .footer-body .item-list li img {
                height: 45px;
                float: left;
            }

            .footer-body .item-list li p {
                font-size: 14px;
                color: #353535;
                float: left;
                padding-left: 18px;
            }

            .footer-body .item-list li.last {
                margin-right: 0;
            }

    .footer-body .footer-bom {
        padding-top: 52px;
        overflow: hidden;
    }

        .footer-body .footer-bom .log {
            text-align: center;
            float: left;
            padding-left: 83px;
        }

            .footer-body .footer-bom .log img {
                height: 118px;
            }

            .footer-body .footer-bom .log p {
                font-size: 12px;
                color: #353535;
                line-height: 25px;
            }

        .footer-body .footer-bom .items {
            float: left;
            padding-left: 110px;
            line-height: 30px;
            text-align: center;
        }

            .footer-body .footer-bom .items h2 {
                font-size: 14px;
                color: #1a71b9;
            }

            .footer-body .footer-bom .items p {
                font-size: 12px;
                color: #353535;
            }

    .footer-body .footer-bom-test {
        text-align: center;
        padding: 60px 0;
    }

        .footer-body .footer-bom-test p {
            font-size: 12px;
            color: #353535;
            line-height: 25px;
        }

/* ========公共尾部信息 END======*/

/* ===========服务列表============== */
.service-center {
    width: 1200px;
    margin: 0 auto;
}

.service-list {
    border: 1px solid #ddd;
    border-bottom: none;
}

    .service-list .title {
        background-color: #f2f2f2;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #0078d7;
        padding-left: 27px;
    }

    .service-list .service-type {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
    }

        .service-list .service-type h2 {
            font-size: 14px;
            color: #0078d7;
            float: left;
            padding-left: 50px;
        }

        .service-list .service-type a {
            font-size: 14px;
            color: #0078d7;
            float: left;
            width: 100px;
            height: 25px;
            text-align: center;
            line-height: 25px;
            border-radius: 3px;
            margin-top: 10px;
        }

            .service-list .service-type a.active {
                background-color: #0078d7;
                color: #fff;
            }

.delails-list {
    overflow: hidden;
}

    .delails-list .left-delails {
        float: left;
    }

        .delails-list .left-delails li {
            overflow: hidden;
            padding-top: 40px;
        }

            .delails-list .left-delails li img {
                float: left;
                height: 150px;
                width: 150px;
            }

        .delails-list .left-delails .delails {
            padding-left: 30px;
            float: left;
            width: 630px;
        }

        .delails-list .left-delails .top-title {
            overflow: hidden;
            line-height: 28px;
            padding-bottom: 12px;
        }

            .delails-list .left-delails .top-title h2 {
                float: left;
                font-size: 16px;
                color: #000;
                overflow: hidden;
            }

                .delails-list .left-delails .top-title h2::after {
                    content: "";
                    display: block;
                    height: 28px;
                    width: 5px;
                    background-color: #1a71b9;
                    float: left;
                    margin-right: 10px;
                }

            .delails-list .left-delails .top-title p {
                float: right;
                font-size: 12px;
                color: #e70101;
                font-weight: bold;
            }

        .delails-list .left-delails .bom-test {
            background-color: #f2f2f2;
            padding: 20px 26px;
            font-size: 12px;
            line-height: 22px;
            min-height: 71px;
            overflow: hidden;
        }

            .delails-list .left-delails .bom-test a {
                color: #1a71b9;
                display: inline;
            }

    .delails-list .right-delails {
        float: right;
        width: 357px;
        padding-top: 40px;
    }

        .delails-list .right-delails .right-delails-top {
            height: 557px;
            background-color: #f2f2f2;
        }
/* 公共滚动区 */
.FontScroll-top {
    padding: 18px 20px;
    border-bottom: 2px solid #f6f7fb;
}

    .FontScroll-top span {
        font-size: 14px;
        color: #000;
        font-weight: bold;
    }

        .FontScroll-top span.center {
            width: 200px;
            text-align: center;
            display: inline-block;
        }

.FontScroll {
    height: 320px;
    overflow: Hidden;
}

    .FontScroll li {
        height: 65px;
        line-height: 65px;
    }

    .FontScroll a {
        color: #9b9b9b;
        text-decoration: none;
        font-weight: bold;
        padding: 0 10px;
        border-bottom: 1px dotted #9b9b9b;
        display: block;
    }

    .FontScroll ul li .center {
        width: 225px;
        display: inline-block;
        text-align: center;
    }

    .FontScroll ul li .red {
        color: #e70101;
    }

    .FontScroll .fontColor a {
        color: red;
        transition: all 1.5s ease 0s;
    }
/* ===========服务列表 END============== */
/* ===========服务详情============== */
.service-details {
    width: 1200px;
    margin: 0 auto;
    padding-top: 38px;
    overflow: hidden;
}

    .service-details .left-details {
        float: left;
        width: 890px;
    }

        .service-details .left-details .tops {
            border: 1px solid #cccccc;
            height: 218px;
            overflow: hidden;
        }

        .service-details .left-details .log {
            float: left;
            height: 100%;
            line-height: 218px;
        }

            .service-details .left-details .log img {
                height: 150px;
                ;
                display: inline-block;
                vertical-align: middle;
            }

        .service-details .left-details .introduce {
            float: left;
            padding-left: 30px;
            padding-top: 30px;
            line-height: 35px;
        }

    .service-details .introduce h2 {
        font-size: 24px;
        color: #000;
    }

    .service-details .introduce p {
        font-size: 12px;
        color: #000;
    }

    .service-details .introduce span {
        font-size: 14px;
        color: #e70101;
    }

    .service-details .introduce a {
        font-size: 16px;
        color: #fff;
        height: 38px;
        line-height: 38px;
        text-align: center;
        width: 130px;
        background-color: #1a71b9;
        margin-top: 20px;
        display: block;
    }

    .service-details .boms {
        border: 1px solid #cccccc;
        margin-top: 22px;
    }

        .service-details .boms .titles {
            height: 40px;
            border-bottom: 1px solid #cccccc;
        }

            .service-details .boms .titles h2 {
                line-height: 40px;
                width: 98px;
                text-align: center;
                font-size: 14px;
                color: #0078d7;
                position: relative;
                border-right: 1px solid #ccc;
            }

                .service-details .boms .titles h2::after {
                    content: "";
                    display: block;
                    width: 100%;
                    height: 3px;
                    background-color: #0078d7;
                    position: absolute;
                    top: -1px;
                }

        .service-details .boms .content {
            padding: 20px 25px;
        }

            .service-details .boms .content strong {
                font-weight: bold;
            }

            .service-details .boms .content p {
                text-indent: 2em;
                font-size: 14px;
                color: #000;
                line-height: 25px;
                padding-top: 10px;
            }

    .service-details .right-details {
        float: right;
        width: 286px;
    }

    .service-details .user-info {
        border: 1px solid #cccccc;
        padding: 36px 54px;
    }

        .service-details .user-info p {
            font-size: 14px;
            color: #000;
            line-height: 30px;
        }

        .service-details .user-info img {
            height: 135px;
            width: 135px;
            margin: 0 auto;
            margin-top: 20px;
            display: block;
        }

        .service-details .user-info a {
            font-size: 16px;
            color: #fff;
            height: 34px;
            line-height: 34px;
            text-align: center;
            width: 126px;
            background-color: #1a71b9;
            margin: 0 auto;
            margin-top: 40px;
            display: block;
        }

.details-scroll {
    border: 1px solid #cccccc;
    margin-top: 23px;
}

    .details-scroll .FontScroll ul li .center {
        width: 168px;
    }

    .details-scroll .FontScroll-top span.center {
        width: 152px;
    }
/* ===========服务详情 END============== */


/* ===========商品列表============== */
.commoditys {
    width: 1200px;
    margin: 0 auto;
}

    .commoditys .pages ul {
        overflow: hidden;
        margin-left: -17px;
        padding-top: 40px;
    }

        .commoditys .pages ul li {
            float: left;
            border: 1px solid #ccc;
            width: 224px;
            margin-left: 17px;
            margin-bottom: 20px;
        }

        .commoditys .pages ul a {
            padding: 30px 20px;
        }

    .commoditys .pages img {
        height: 120px;
    }

    .commoditys .pages h2 {
        font-size: 16px;
        color: #000;
        padding-top: 25px;
        padding-bottom: 20px;
        text-align: center;
    }

    .commoditys .pages p {
        font-size: 12px;
        color: #000;
        line-height: 20px;
    }

    .commoditys .paging {
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 40px;
    }

        .commoditys .paging .right {
            overflow: hidden;
            float: right;
        }

        .commoditys .paging ul {
            overflow: hidden;
            float: left;
            margin: 0;
            padding: 0;
        }

        .commoditys .paging p {
            float: left;
            line-height: 30px;
            padding-right: 20px;
        }

        .commoditys .paging ul li {
            float: left;
            height: 25px;
            width: 30px;
            text-align: center;
            line-height: 27px;
            border: 1px solid #0078d7;
            font-size: 12px;
            color: #000;
            margin: 0;
            margin-right: 8px;
        }

            .commoditys .paging ul li.active {
                background-color: #0078d7;
                color: #fff;
            }

            .commoditys .paging ul li.upper,
            .commoditys .paging ul li.lower {
                width: 60px;
            }

            .commoditys .paging ul li.end {
                width: 48px;
            }
/* ===========商品列表 END============== */


/* ===========首页============== */
.home-title {
    background-color: #1a71b9;
    height: 36px;
    line-height: 36px;
    min-width: 1200px;
}

    .home-title .center {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        line-height: 36px;
    }

        .home-title .center .news {
            height: 100%;
            float: left;
            width: 171px;
            color: #fff;
            padding-left: 50px;
            font-size: 14px;
            background: #15b250 url(../img/q6.png) 20px center no-repeat;
            background-size: 20px 20px;
        }

        .home-title .center ul {
            overflow: hidden;
            float: left;
            padding-left: 83px;
        }

            .home-title .center ul li {
                float: left;
                width: 78px;
                text-align: center;
                line-height: 36px;
                margin-right: 20px;
            }

                .home-title .center ul li a {
                    font-size: 14px;
                    color: #fff;
                }

                .home-title .center ul li.active {
                    background-color: #488dc7;
                }

.home-center {
    width: 1200px;
    margin: 0 auto;
}

.goods-list .items h2 {
    height: 60px;
    border-bottom: 2px solid #43a8fc;
    line-height: 75px;
}

    .goods-list .items h2 span {
        font-size: 22px;
        color: #43a8fc;
    }

.goods-list .items .titles {
    overflow: hidden;
    padding: 15px 0;
}

    .goods-list .items .titles a {
        float: left;
        height: 30px;
        font-size: 14px;
        color: #43a8fc;
        line-height: 30px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

        .goods-list .items .titles a.active {
            background-color: #43a8fc;
            color: #fff;
        }

.goods-list .goods {
    overflow: hidden;
}

    .goods-list .goods .items_line {
        overflow: hidden;
    }

    .goods-list .goods .image_test {
        float: left;
        border: 1px solid #43a8fc;
        height: 235px;
        width: 420px;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .goods-list .goods .image_test a {
            overflow: hidden;
        }

        .goods-list .goods .image_test img {
            height: 235px;
            width: 240px;
            float: left;
        }

        .goods-list .goods .image_test .test {
            float: left;
        }

        .goods-list .goods .image_test h2 {
            height: 90px;
            text-align: center;
            font-size: 14px;
            color: #fff;
            line-height: 90px;
            background-color: #43a8fc;
        }

        .goods-list .goods .image_test .test {
            width: 180px;
        }

        .goods-list .goods .image_test p {
            padding: 15px 5px;
            line-height: 18px;
        }

        .goods-list .goods .image_test i {
            font-size: 12px;
            color: #000;
            display: block;
        }

        .goods-list .goods .image_test b {
            font-size: 12px;
            color: #555555;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .goods-list .goods .image_test span {
            font-size: 12px;
            color: #1a71b9;
            display: block;
            text-decoration: underline;
            padding-top: 5px;
        }

    .goods-list .goods .image_top_test {
        height: 235px;
        width: 232px;
        border: 1px solid #c4c5c5;
        float: left;
        margin-left: 23px;
        margin-bottom: 20px;
    }

        .goods-list .goods .image_top_test .test {
            padding: 10px;
        }

        .goods-list .goods .image_top_test img {
            height: 140px;
            width: 100%;
        }

        .goods-list .goods .image_top_test h2 {
            font-size: 14px;
            color: #000;
            font-weight: normal;
            height: inherit;
            border: none;
            line-height: inherit;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 100%;
            height: 20px;
            line-height: 20px;
            display: block;
        }

        .goods-list .goods .image_top_test p {
            font-size: 12px;
            color: #989898;
            padding: 10px 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 100%;
            height: 20px;
            line-height: 20px;
            display: block;
        }

        .goods-list .goods .image_top_test span {
            font-size: 12px;
            color: #1a71b9;
            display: block;
            text-decoration: underline;
        }

.banner-info {
    width: 100%;
    height: 235px;
    background-color: #3490db;
    background-size: 100% 100%;
}

    .banner-info .con {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

        .banner-info .con ul {
            margin-left: 327px;
            padding-top: 145px;
            overflow: hidden;
            width: 390px;
            float: left;
        }

            .banner-info .con ul li {
                font-size: 16px;
                color: #fff;
                width: 130px;
                float: left;
                line-height: 40px;
            }

                .banner-info .con ul li::before {
                    content: "·";
                }

        .banner-info .con .inputs {
            float: left;
            overflow: hidden;
            margin-top: 112px;
            padding-left: 50px;
        }

            .banner-info .con .inputs .ipt {
                float: left;
                height: 34px;
                width: 235px;
                background-color: #fff;
                margin-right: 20px;
                border-radius: 2px;
                padding-left: 10px;
            }

            .banner-info .con .inputs .place-cls {
                color: #000;
            }

            .banner-info .con .inputs .btn {
                height: 35px;
                width: 70px;
                text-align: center;
                line-height: 40px;
                color: #05487a;
                font-size: 14px;
                font-weight: bold;
                border-radius: 10px;
                float: left;
                line-height: 35px;
            }

.head-center {
    margin: 0 auto;
    /*width: 1200px;
    overflow: hidden;*/
}

.left-news {
    width: 220px;
    height: 435px;
    float: left;
    background-color: #43a8fc;
}

    .left-news li {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        color: #8b7b70;
        padding-left: 50px;
        background: url(../img/h1.png) 20px center no-repeat;
        background-size: 20px 20px;
        cursor: pointer;
        position: relative;
    }

        .left-news li:hover .hover-cen {
            display: block;
        }

        .left-news li a {
            color: #fff;
            font-size: 14px;
        }

    .left-news .active a {
        color: #43a8fc;
    }

    .left-news li.active {
        color: #43a8fc;
    }

    .left-news li:nth-child(1) {
        background: url(../images/wn_03.png) 20px center no-repeat;
        background-size: 20px 20px;
    }

        .left-news li:nth-child(1).active {
            background: #fff url(../images/wn_03_.png) 20px center no-repeat;
            background-size: 20px 20px;
        }

    .left-news li:nth-child(2) {
        background: url(../images/wn_04_.png) 20px center no-repeat;
        background-size: 20px 20px;
    }

        .left-news li:nth-child(2).active {
            background: #fff url(../images/wn_04.png) 20px center no-repeat;
            background-size: 20px 20px;
        }

    .left-news li:nth-child(3) {
        background: url(../images/wn_07.png) 20px center no-repeat;
        background-size: 20px 20px;
    }

        .left-news li:nth-child(3).active {
            background: #fff url(../images/wn_07_.png) 20px center no-repeat;
            background-size: 20px 20px;
        }

    .left-news li:nth-child(4) {
        background: url(../images/wn_08.png) 20px center no-repeat;
        background-size: 20px 20px;
    }

        .left-news li:nth-child(4).active {
            background: #fff url(../images/wn_08_.png) 20px center no-repeat;
            background-size: 20px 20px;
        }

    .left-news li:nth-child(5) {
        background: url(../images/wn_11.png) 20px center no-repeat;
        background-size: 20px 20px;
    }

        .left-news li:nth-child(5).active {
            background: #fff url(../images/wn_11_.png) 20px center no-repeat;
            background-size: 20px 20px;
        }

    .left-news li:nth-child(6) {
        background: url(../images/wn_14.png) 20px center no-repeat;
        background-size: 20px 20px;
    }

        .left-news li:nth-child(6).active {
            background: #fff url(../images/wn_14_.png) 20px center no-repeat;
            background-size: 20px 20px;
        }

    .left-news li:nth-child(7) {
        background: url(../images/wn_16.png) 20px center no-repeat;
        background-size: 20px 20px;
    }

        .left-news li:nth-child(7).active {
            background: #fff url(../images/wn_16_.png) 20px center no-repeat;
            background-size: 20px 20px;
        }

    .left-news li:nth-child(8) {
        background: url(../images/wn_18.png) 20px center no-repeat;
        background-size: 20px 20px;
    }

        .left-news li:nth-child(8).active {
            background: #fff url(../images/wn_18_.png) 20px center no-repeat;
            background-size: 20px 20px;
        }

.hover-cen {
    height: 480px;
    width: 735px;
    background-color: #f6f6f6;
    position: absolute;
    top: 0px;
    left: 220px;
    z-index: 99;
    padding: 10px;
    display: none;
}

    .hover-cen h2 {
        height: 30px;
        line-height: 30px;
        border-bottom: 1px solid #dddddd;
        overflow: hidden;
    }

        .hover-cen h2 a {
            font-size: 14px;
            color: #b21604;
            float: left;
        }

        .hover-cen h2::before {
            content: "";
            display: block;
            height: 15px;
            width: 5px;
            background-color: #febb08;
            margin-right: 5px;
            float: left;
            margin-top: 7px;
        }

    .hover-cen .items {
        overflow: hidden;
    }

        .hover-cen .items a {
            float: left;
            font-size: 12px;
            color: #333;
            padding: 0 10px;
            margin: 10px 0;
            display: block;
            border-right: 1px solid #dddddd;
            line-height: initial;
        }

.bars {
    width: 740px;
    padding: 0 12px;
    float: left;
}

.carousel {
    height: 330px;
}

.items-img {
    overflow: hidden;
    padding-top: 10px;
}

    .items-img a {
        float: left;
    }

        .items-img a + a {
            padding-left: 10px;
        }

        .items-img a img {
            height: 92px;
            width: 365px;
        }

.rlt {
    float: right;
    width: 212px;
}

    .rlt a + a {
        margin-top: 16px;
    }

    .rlt a img {
        height: 180px;
        width: 100%;
        display: block;
    }

    .rlt a {
        display: block;
        border: 1px solid #eeeeee;
    }

        .rlt a p {
            height: 28px;
            line-height: 28px;
            text-align: center;
            font-size: 12px;
            color: #fff;
            background-color: #43a8fc;
        }

.content {
    min-height: 330px;
    position: relative;
}

    .content .num {
        overflow: hidden;
        height: 25px;
        position: absolute;
        bottom: 12px;
        left: 15px;
        zoom: 1;
        z-index: 3;
    }

        .content .num li {
            width: 25px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            font-weight: 400;
            font-family: "微软雅黑", Arial;
            color: #FFFFFF;
            background: #444444;
            margin-right: 10px;
            border-radius: 50%;
            cursor: pointer;
            float: left;
        }

            .content .num li.on {
                background: #FF7700;
            }

    .content .prev,
    .content .next {
        width: 40px;
        height: 100px;
        background: url(../images/btn.png) no-repeat;
        position: absolute;
        top: 115px;
    }

    .content .prev {
        left: 0;
    }

    .content .next {
        right: 0;
        background-position: right;
    }
/* ===========首页 END============== */
/* ===========new ==首页============== */



.index-left-news {
    width: 220px;
    height: 435px;
    float: left;
    background-color: #43a8fc;
}

    .index-left-news li {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        color: #8b7b70;
        padding-left: 50px;
        background: url(../img/h1.png) 20px center no-repeat;
        background-size: 20px 20px;
        cursor: pointer;
        position: relative;
    }

        .index-left-news li:hover .index-hover-cen {
            display: block;
        }

        .index-left-news li a {
            color: #fff;
            font-size: 14px;
        }

    .index-left-news .active a {
        color: #000; /*#43a8fc;*/
    }

    .index-left-news li.active {
        color: #43a8fc;
    }

    .index-left-news li:nth-child(1) {
        background: url(../images/index_4.png) 18px center no-repeat;
        background-size: 25px 25px;
    }

        .index-left-news li:nth-child(1).active {
            background: #fff url(../images/index_4.png) 18px center no-repeat;
            background-size: 25px 25px;
        }

    .index-left-news li:nth-child(2) {
        background: url(../images/index_5.png) 18px center no-repeat;
        background-size: 25px 25px;
    }

        .index-left-news li:nth-child(2).active {
            background: #fff url(../images/index_5.png) 18px center no-repeat;
            background-size: 25px 25px;
        }

    .index-left-news li:nth-child(3) {
        background: url(../images/index_6.png) 18px center no-repeat;
        background-size: 25px 25px;
    }

        .index-left-news li:nth-child(3).active {
            background: #fff url(../images/index_6.png) 18px center no-repeat;
            background-size: 25px 25px;
        }

    .index-left-news li:nth-child(4) {
        background: url(../images/index_7.png) 18px center no-repeat;
        background-size: 25px 25px;
    }

        .index-left-news li:nth-child(4).active {
            background: #fff url(../images/index_7.png) 18px center no-repeat;
            background-size: 25px 25px;
        }

    .index-left-news li:nth-child(5) {
        background: url(../images/index_8.png) 18px center no-repeat;
        background-size: 25px 25px;
    }

        .index-left-news li:nth-child(5).active {
            background: #fff url(../images/index_8.png) 18px center no-repeat;
            background-size: 25px 25px;
        }

    .index-left-news li:nth-child(6) {
        background: url(../images/index_9.png) 18px center no-repeat;
        background-size: 25px 25px;
    }

        .index-left-news li:nth-child(6).active {
            background: #fff url(../images/index_9.png) 18px center no-repeat;
            background-size: 25px 25px;
        }

    .index-left-news li:nth-child(7) {
        background: url(../images/index_10.png) 18px center no-repeat;
        background-size: 25px 25px;
    }

        .index-left-news li:nth-child(7).active {
            background: #fff url(../images/index_10.png) 18px center no-repeat;
            background-size: 25px 25px;
        }

    .index-left-news li:nth-child(8) {
        background: url(../images/wn_19.png) 18px center no-repeat;
        background-size: 25px 25px;
    }

        .index-left-news li:nth-child(8).active {
            background: #fff url(../images/wn_8.png) 18px center no-repeat;
            background-size: 25px 25px;
        }


.index-hover-cen {
    height: 380px;
    width: 750px;
    background-color: #f6f6f6;
    position: absolute;
    top: 0px;
    left: 190px;
    z-index: 1001;
    padding: 10px;
    display: none;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

    .index-hover-cen h2 {
        height: 30px;
        line-height: 30px;
        border-bottom: 1px solid #dddddd;
        overflow: hidden;
    }

        .index-hover-cen h2 a {
            font-size: 14px;
            color: #b21604;
            float: left;
        }

        .index-hover-cen h2::before {
            content: "";
            display: block;
            height: 15px;
            width: 5px;
            background-color: #febb08;
            margin-right: 5px;
            float: left;
            margin-top: 7px;
        }

    .index-hover-cen .items {
        overflow: hidden;
    }

        .index-hover-cen .items a {
            float: left;
            font-size: 12px;
            color: #333;
            padding: 0 10px;
            margin: 10px 0;
            display: block;
            border-right: 1px solid #dddddd;
            line-height: initial;
        }




.top_banner {
    height: 377px;
    background-color: #ccc;
}

._main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
}

._news {
    height: 282px;
    background-color: #ccc;
}

._banner {
    height: 207px;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

    ._banner img {
        height: 100%;
        width: 100%;
    }

._nav {
    overflow: hidden;
    padding-bottom: 15px;
}

    ._nav img {
        float: left;
        height: 27px;
        width: 27px;
    }

    ._nav span {
        font-size: 22px;
        color: #1a71b9;
        font-weight: bold;
        padding-left: 15px;
    }

        ._nav span.green {
            color: #18b352;
        }

._tabs {
    overflow: hidden;
}

    ._tabs a {
        padding: 10px 15px;
        float: left;
        text-align: center;
        font-size: 16px;
        color: #525252;
    }

        ._tabs a:hover {
            background-color: #15b250;
            color: #fff;
        }

        ._tabs a.active {
            background-color: #15b250;
            color: #fff;
        }

._experts {
    padding-bottom: 20px;
}

._classification ._imgs {
    overflow: hidden;
    height: 470px;
    border: 2px solid #3490db;
    border-left: none;
}

    ._classification ._imgs ._fl {
        float: left;
        width: 230px;
        overflow: hidden;
        height: 470px;
    }

        ._classification ._imgs ._fl img {
            width: 100%;
            height: 100%;
        }

    ._classification ._imgs ._fr {
        float: left;
        width: 968px;
        overflow: hidden;
    }

        ._classification ._imgs ._fr ul {
            overflow: hidden;
            width: 970px;
        }

._classification li {
    float: left;
    width: 193px;
    height: 234px;
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
}

    ._classification li a {
        display: block;
    }

        ._classification li a b {
            display: block;
            width: 100%;
            height: 195px;
            overflow: hidden;
        }

        ._classification li a:hover p {
            color: #1a71b9;
        }

        ._classification li a img {
            width: 100%;
            height: 195px;
            transition: all 1s;
        }

        ._classification li a:hover img {
            transform: scale(1.1);
        }


    ._classification li p {
        font-size: 14px;
        color: #525252;
        text-align: center;
        line-height: 35px;
        overflow: hidden; /*超出部分隐藏*/
        text-overflow: ellipsis; /* 超出部分显示省略号 */
        white-space: nowrap; /*规定段落中的文本不进行换行 */
    }

        ._classification li p:hover {
            color: #1a71b9;
        }

._classification ._imgs ._writing {
    padding: 27px;
    padding-right: 20px;
    width: 893px;
}

._classification ._imgs ._flinfo {
    width: 258px;
}

._classification ._writing .item {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #cdcdcd;
}

    ._classification ._writing .item.last {
        border-bottom: none;
    }

    ._classification ._writing .item a {
        overflow: hidden;
        display: block;
    }

    ._classification ._writing .item:hover ._date {
        background-color: #15b250;
        border-color: #15b250;
    }

        ._classification ._writing .item:hover ._date h2 {
            color: #fff;
        }

        ._classification ._writing .item:hover ._date p {
            color: #fff;
        }

    ._classification ._writing .item:hover ._infos h2 {
        color: #15b250;
    }

    ._classification ._writing .item ._date {
        height: 67px;
        width: 67px;
        border: 2px solid #71b3d8;
        float: left;
        text-align: center;
    }

._classification ._writing ._more {
    text-align: right;
    padding-top: 10px;
}

._classification_zjinfo {
    width: 258px;
    height: 440px;
    position: absolute;
    color: #ffffff;
    text-align: center;
}

    ._classification_zjinfo div {
        width: 218px;
        height: 360px;
        margin: 60px 20px 20px 20px;
    }

    ._classification_zjinfo p {
        line-height: 30px;
    }

    ._classification_zjinfo ._classification_zjinfo_p1 {
        font-size: 16px;
        padding-top: 20px;
    }

    ._classification_zjinfo img {
        width: 100%;
        height: 218px;
        transition: all 1s;
    }

        ._classification_zjinfo img:hover {
            transform: scale(1.1);
        }

._classification ._writing ._more a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    border-radius: 5px;
    background-color: #0277ba;
}

._classification ._writing .item ._date h2 {
    font-size: 40px;
    color: #999999;
}

._classification ._writing .item ._date p {
    color: #999999;
}

._classification ._writing .item ._infos {
    float: left;
    padding-top: 5px;
    padding-left: 20px;
    width: 790px;
}

    ._classification ._writing .item ._infos h2 {
        font-size: 16px;
        color: #525252;
        padding-bottom: 5px;
    }

    ._classification ._writing .item ._infos p {
        line-height: 18px;
        color: #525252;
    }

._news_lists {
    overflow: hidden;
    padding-bottom: 20px;
}

    ._news_lists .items {
        width: 268px;
        float: left;
        border-bottom: none;
    }

        ._news_lists .items + .items {
            margin-left: 42px;
        }

    ._news_lists h2 {
        height: 55px;
        line-height: 55px;
        overflow: hidden;
        width: 100%;
        display: block;
        text-align: left;
        border-bottom: 1px solid #1a71b9;
        margin-bottom: 15px;
    }

        ._news_lists h2 img {
            margin-top: 16px;
            height: 24px;
            display: inline-block;
            float: left;
        }

        ._news_lists h2 a {
            width: 60px;
            height: 20px;
            line-height: 20px;
            display: block;
            float: right;
            font-size: 14px;
            margin-top: 30px;
            font-weight: 300;
        }

        ._news_lists h2 span {
            font-size: 22px;
            color: #1a71b9;
            letter-spacing: 2px;
            padding-left: 5px;
            display: inline-block;
            font-weight: 300;
        }

    ._news_lists a {
        display: block;
        width: 100%;
        text-align: left;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        ._news_lists a i {
            font-size: 20px;
            font-weight: bold;
            padding-right: 5px;
            color: #1a71b9;
        }

        ._news_lists a:hover {
            color: #1a71b9;
        }

._trademark {
    background-color: #efefef;
    border-top: 2px solid #3490db;
    padding: 50px 50px;
    overflow: hidden;
}

    ._trademark ul {
        overflow: hidden;
        width: 1136px;
        height: 188px;
    }

        ._trademark ul li {
            float: left;
            width: 136px;
            position: relative;
            margin-right: 24px;
            margin-bottom: 24px;
            font-size: 0;
        }

    ._trademark li img {
        height: 48px;
        width: 100%;
    }

    ._trademark ul li:hover .items {
        display: block;
    }

    ._trademark li .items {
        position: absolute;
        top: 0;
        left: 0;
        height: 48px;
        width: 100%;
        display: none;
    }

        ._trademark li .items a {
            display: block;
            text-align: center;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
        }

        ._trademark li .items::after {
            content: "";
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            background-color: #1a71b9;
            opacity: 0.8;
        }

        ._trademark li .items h2 {
            font-size: 12px;
            color: #fff;
            padding-top: 2px;
            font-weight: normal;
        }

        ._trademark li .items p {
            padding: 5px 8px;
            background-color: #fff;
            color: #e05857;
            font-size: 12px;
            border-radius: 8px;
            width: 50px;
            margin: 0 auto;
            margin-top: 12px;
        }

._left-news {
    background-color: #efeeee;
    width: 193px;
    height: 380px;
}

    ._left-news li.active {
        color: #8b7b70;
    }

/*._left-news li:nth-child(1).active {
        background: #fff url(../img/h2.png) 20px center no-repeat;
        background-size: 20px 20px;
    }

    ._left-news li:nth-child(1).active {
        background: #fff url(../img/h2.png) 20px center no-repeat;
        background-size: 20px 20px;
    }

    ._left-news li:nth-child(1).active {
        background: #fff url(../img/h2.png) 20px center no-repeat;
        background-size: 20px 20px;
    }

    ._left-news li:nth-child(1).active {
        background: #fff url(../img/h2.png) 20px center no-repeat;
        background-size: 20px 20px;
    }

    ._left-news li:nth-child(1).active {
        background: #fff url(../img/h2.png) 20px center no-repeat;
        background-size: 20px 20px;
    }

    ._left-news li:nth-child(1).active {
        background: #fff url(../img/h2.png) 20px center no-repeat;
        background-size: 20px 20px;
    }

    ._left-news .hover-cen {
        left: 193px;
    }*/

._new_center {
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
}

    ._new_center .bars {
        height: 380px;
        overflow: hidden;
    }

    ._new_center .head-center {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -600px;
    }

    ._new_center .content {
        height: 380px;
    }

        ._new_center .content img {
            height: 380px;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

._index_ioc {
    overflow: hidden;
    text-align: center;
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 100%;
    z-index: 1;
}

    ._index_ioc li {
        display: inline-block;
        height: 10px;
        width: 10px;
        border-radius: 100%;
        background-color: #b8b8b8;
        font-size: 0;
        margin-right: 10px;
    }

        ._index_ioc li.on {
            background-color: #fff;
        }

._right_con {
    width: 213px;
    float: right;
    position: absolute;
    left: 990px;
    top: 0px;
}

    ._right_con ._tops {
        background-color: #e9f6ef;
        line-height: 35px;
        overflow: hidden;
    }

        ._right_con ._tops a {
            float: left;
            font-size: 14px;
            color: #4a474b;
            width: 71px;
            text-align: center;
            position: relative;
        }

            ._right_con ._tops a.active {
                border-bottom: 2px solid #1d1d1d;
            }

._infos {
    padding: 10px;
    ;
    background-color: #fff;
}

    ._infos p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    ._infos a {
        font-size: 13px;
        color: #525252;
        line-height: 20px;
    }

        ._infos a:hover {
            color: #15b250;
        }

._logs_ts {
    overflow: hidden;
}

    ._logs_ts ._item {
        float: left;
        width: 71px;
        text-align: center;
        padding: 10px 0;
        background-color: #f6faf9;
        border-top: 1px solid #ebeaeb;
    }

        ._logs_ts ._item img {
            height: 22px;
        }

        ._logs_ts ._item p {
            font-size: 12px;
            color: #525252;
            padding-top: 10px;
        }

._blocks {
}

    ._blocks a {
        height: 35px;
        line-height: 35px;
        background-color: #1a71b9;
        display: block;
        text-align: left;
        padding-left: 20px;
        font-size: 14px;
        color: #fff;
        margin-top: 10px;
    }

        ._blocks a b {
            font-size: 16px;
            font-weight: bold;
        }

._navs {
    height: 278px;
}

    ._navs ._items {
        width: 220px;
        border: 1px solid #e3e3e3;
        transition: width .3s linear;
    }

    ._navs .top {
        background-color: #eeeeee;
        text-align: center;
        padding: 8px 0;
    }

        ._navs .top img {
            height: 27px;
        }

        ._navs .top h2 {
            font-size: 18px;
            color: #1a71b9;
        }

    ._navs .bom {
        background-color: #fff;
        padding: 0 18px;
        min-height: 205px;
    }

        ._navs .bom .child {
            padding: 10px 0;
        }

            ._navs .bom .child + .child {
                border-top: 1px solid #eeeeee;
            }

            ._navs .bom .child img {
                display: inline-block;
                vertical-align: middle;
                height: 30px;
            }

            ._navs .bom .child p {
                display: inline-block;
                font-size: 14px;
                color: #525252;
            }

._items_cen {
    position: relative;
    float: left;
}

._show_box {
    width: 250px;
    height: 309px;
    position: absolute;
    top: -12px;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: width .3s linear;
}

.active ._show_box {
    opacity: 1;
    width: 310px;
}

.active ._items {
    opacity: 1;
    width: 307px;
}
/* ._navs ._items_cen:hover ._show_box {
 opacity: 1;
 width: 300px;
}
._navs ._items_cen:hover ._items {
  opacity: 1;
  width: 300px;
} */
._show_box .title {
    position: relative;
}

    ._show_box .title a {
        display: block;
        padding: 5px 0;
        text-align: center;
        background-color: #15b250;
    }

    ._show_box .title img {
        height: 30px;
    }

    ._show_box .title p {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }

    ._show_box .title span {
        position: absolute;
        bottom: 8px;
        right: 10px;
        font-size: 12px;
        color: #fff;
    }

._show_box ul {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding-bottom: 20px;
    min-height: 200px;
}

    ._show_box ul li {
        width: 25%;
        float: left;
        margin-top: 17px;
    }

        ._show_box ul li a {
            display: block;
            text-align: center;
        }

        ._show_box ul li img {
            height: 62px;
        }

        ._show_box ul li p {
            font-size: 13px;
            color: #525252;
            padding-top: 5px;
        }

        ._show_box ul li a:hover p {
            color: #fd8901;
        }
/* ===========new ==首页 END============== */

/* ===========单页开始 项目总承包============== */
.sp_main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

    .sp_main .sp_title {
        width: 218px;
        height: 55px;
        margin: 50px auto 50px auto;
    }

    .sp_main .sp_nav {
        width: 1200px;
        height: 35px;
    }

    .sp_main .sp_con {
        width: 995px;
        height: 278px;
        margin: 20px auto 20px auto;
    }

    .sp_main .sp_com {
        width: 1100px;
        height: 230px;
        margin: 20px auto 20px auto;
    }

        .sp_main .sp_com ul li {
            width: 180px;
            height: 230px;
            margin: 0px 20px 0px 20px;
            float: left;
        }

            .sp_main .sp_com ul li img {
                width: 100%;
                height: 60px;
            }

            .sp_main .sp_com ul li span {
                width: 100%;
                line-height: 40px;
                font-size: 16px;
                color: #169bd5;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                display: block;
            }

            .sp_main .sp_com ul li p {
                width: 100%;
                line-height: 20px;
                display: inline-block;
                text-indent: 2em;
            }

    .sp_main .sp_demo {
        width: 710px;
        height: 329px;
        margin: 20px auto 50px auto;
    }

    /* ===========单页开始 现场诊断============== */

    .sp_main .zd_com {
        width: 1050px;
        margin: 40px auto 40px auto;
    }

    .sp_main .zd_nav {
        width: 1200px;
        margin: 40px auto 40px auto;
    }
    /* ===========单页开始 金融============== */
    .sp_main .jr_banner {
        width: 100%;
    }

        .sp_main .jr_banner img {
            width: 100%;
        }

    .sp_main .jr_stitle {
        width: 900px;
        height: 90px;
        margin: 10px auto 10px auto;
    }

    .sp_main .jr_scontents {
        width: 1000px;
        margin: 10px auto 10px auto;
        line-height: 30px;
        font-size: 14px;
        text-indent: 2em;
    }

    .sp_main .jr_lc {
        width: 100%;
        height: 225px;
        background-color: #f3f3f3;
        margin: 20px auto 20px auto;
    }

    .sp_main .jr_cplink {
        width: 100%;
        height: 100px;
        position: relative;
        top: -50px;
        left: -3px;
    }

        .sp_main .jr_cplink div {
            min-width: 505px;
            height: 95px;
            float: left;
        }

    .sp_main .jr_lc ul {
        width: 1140px;
        height: 225px;
        margin: 0px auto 0px auto;
    }

        .sp_main .jr_lc ul li {
            width: 200px;
            height: 165px;
            float: left;
            margin-top: 30px;
        }

        .sp_main .jr_lc ul .jt {
            width: 100px;
            height: 165px;
            float: left;
        }

    .sp_main .jr_lc .jr_zq_ul {
        width: 1000px;
        height: 225px;
        margin: 0px auto 0px auto;
    }

        .sp_main .jr_lc .jr_zq_ul li {
            width: 138px;
            height: 138px;
            float: left;
            margin-top: 45px;
        }

        .sp_main .jr_lc .jr_zq_ul .jt {
            width: 50px;
            height: 60px;
            float: left;
            margin: 80px 40px 85px 40px;
        }

    .sp_main .jr_lc .jr_tg_ul {
        width: 1000px;
        height: 225px;
        margin: 0px auto 0px auto;
    }

        .sp_main .jr_lc .jr_tg_ul li {
            width: 150px;
            height: 108px;
            float: left;
            margin-top: 55px;
        }

        .sp_main .jr_lc .jr_tg_ul .jt {
            width: 50px;
            height: 60px;
            float: left;
            margin: 80px 40px 85px 40px;
        }

    .sp_main .jr_lc .jr_bx_ul {
        width: 1000px;
        height: 225px;
        margin: 0px auto 0px auto;
    }

        .sp_main .jr_lc .jr_bx_ul li {
            width: 145px;
            height: 145px;
            float: left;
            margin-top: 40px;
        }

        .sp_main .jr_lc .jr_bx_ul .jt {
            width: 50px;
            height: 60px;
            float: left;
            margin: 80px 40px 85px 40px;
        }
/* ===========单页开始 共享============== */
.ss_main {
    width: 100%;
    background-color: #e6e6e6;
}

.dytp {
    margin-top: 25px;
}

.dy_lx {
    width: 100%;
    height: 100px;
    line-height: 80px;
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    text-indent: 50px;
    color: #787878;
}
/* ===========疫情============== */
.yq_mains {
    min-width: 1200px;
    width: 100%;
    height: 2134px;
    background: url('/Content/newbslt2019/images/yq_bg.jpg') no-repeat;
    background-position-x: center;
    background-position-y: top;
}

.yq_banner {
    min-width: 1200px;
    width: 100%;
    height: 380px;
}

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

.yq_mains .yq_content {
    width: 1200px;
    height: auto;
    margin: 0 auto 0 auto;
    background-color: rgba(252,252,252,0.8);
}

.yq_mains .yq_top {
    width: 100%;
    min-height: 80px;
    padding-top: 20px;
}

    .yq_mains .yq_top img {
        display: block;
        margin: 0 auto 0 auto;
    }

.yq_mains .yq_top1 {
    width: 100%;
    height: 80px;
    padding-top: 50px;
}

.yq_mains .yq_good {
    width: 100%;
    height: 200px;
}

    .yq_mains .yq_good ul {
        width: 1100px;
        height: 200px;
        margin: 0 auto 0 auto;
    }

        .yq_mains .yq_good ul li {
            width: 200px;
            height: 180px;
            display: block;
            float: left;
            margin: 0 10px 0 10px;
        }

            .yq_mains .yq_good ul li b {
                width: 200px;
                height: 30px;
                display: block;
                text-align: center;
                line-height: 30px;
                font-size: 14px;
                overflow: hidden;
            }

.yq_tjxq {
    width: 250px;
    height: 135px;
    float: left;
    margin-left: 660px;
    margin-top: 40px;
}

    .yq_tjxq li {
        width: 100%;
        height: 40px;
        margin-top: 5px;
        display: block;
        float: left;
        text-align: center;
    }

        .yq_tjxq li input {
            width: 200px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
        }

        .yq_tjxq li a {
            width: 100px;
            height: 30px;
            line-height: 30px;
            color: #fff;
            background-color: #ff4500;
            text-align: center;
            display: block;
            font-size: 14px;
            margin: 0 auto 0 auto;
        }

.yq_js {
    width: 960px;
    height: 100px;
    margin: 20px auto 20px auto;
}

    .yq_js li {
        width: 80px;
        height: 100px;
        display: block;
        float: left;
        margin: 0 20px 0 20px;
    }

.yq_fw {
    width: 1080px;
    height: 250px;
    margin: 20px auto 20px auto;
}

    .yq_fw li {
        width: 170px;
        height: 250px;
        display: block;
        float: left;
        margin: 0 5px 0 5px;
    }

/* ===========绿色金融============== */
.ljr_stitle {
    width: 170px;
    height: 60px;
    margin: 0 auto 0 auto;
}

.jr_lscontents {
    width: 1000px;
    margin: 0 auto 0 auto;
    font-size: 18px;
    text-indent: 2em;
    line-height: 22px;
    letter-spacing: 3px;
    font-weight: 400;
}

.jr_llc {
    width: 1200px;
    height: 300px;
    margin: 0 auto 0 auto;
}

    .jr_llc ul li {
        display: block;
        min-width: 150px;
        height: 195px;
        float: left;
        margin-left: 180px;
        margin-top: 40px;
    }

.wr_contents {
    width: 1200px;
    height: 430px;
    margin-top: 40px;
    background-color: #e6e6e6;
}

.wr_contents1 {
    width: 1178px;
    height: 403px;
    background-image: url('../images/jjcp_005.jpg');
    background-repeat: no-repeat;
    margin: 9px 9px 9px 9px;
    border: 1px solid #bfd7eb;
    float: left;
    border-left: none;
}

.wr_left {
    width: 295px;
    height: 400px;
    float: left;
}

    .wr_left li {
        width: 295px;
        height: 65px;
        float: left;
        display: block;
        margin-top: 3px;
        background-image: url('../images/jjcp_003.png');
        line-height: 65px;
        text-align: center;
        color: #fff;
        font-size: 22px;
        cursor: pointer;
        font-weight: 400;
    }

    .wr_left .ac {
        width: 295px;
        height: 65px;
        float: left;
        display: block;
        margin-top: 3px;
        background-image: url('../images/jjcp_002.png');
        line-height: 65px;
        text-align: center;
        color: #fff;
        font-size: 22px;
        cursor: pointer;
        font-weight: 400;
    }

    .wr_left li:hover {
        background-image: url('../images/jjcp_002.png');
    }

.wr_right {
    width: 865px;
    height: 400px;
    float: right;
}

.wr_right_c, .wr_right_c1 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #2085da;
    min-height: 35px;
    line-height: 35px;
    margin-top: 150px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.wr_right_c {
    display: none;
}


/* ===========海外============== */

.hw_line {
    width: 100%;
    height: 240px;
    background-color: #f0f0f0;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 240px;
}

.hw_tp {
    width: 1200px;
    min-height: 370px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -40px;
    margin-bottom: 20px;
}

.hw_db {
    width: 100%;
    height: 240px;
    background-color: #2d2f3c;
}

    .hw_db img {
        width: 1200px;
        min-height: 220px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

.hw_ly {
    width: 100%;
    height: 240px;
    background-color: #294052;
}

.hw_ly_1 {
    width: 1200px;
    min-height: 240px;
    margin-left: auto;
    margin-right: auto;
}

.hw_ly_1_1 {
    width: 800px;
    min-height: 240px;
    float: left;
}

.hw_ly_t {
    width: 100%;
    height: 80px;
    line-height: 100px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    float: left;
}

.hw_ly_t1 {
    width: 100%;
    height: 160px;
    line-height: 45px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    float: left;
}

    .hw_ly_t1 .hw_ly_txt {
        width: 100%;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
    }

.hw_ly_1_2 {
    width: 400px;
    float: right;
    height: 318px;
    position: relative;
    top: -80px;
    left: -50px;
}

.hhrdiv {
    min-width: 1200px;
    width: 100%;
    min-height: 200px;
}

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

.hhrydtdiv {
    min-width: 1200px;
    width: 100%;
    height: 90px;
}

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

.cyydiv {
    min-width: 1200px;
    width: 100%;
    min-height: 300px;
}

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

.cyydiv1 {
    width: 1200px;
    margin: 0px auto;
    min-height: 440px;
}

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


    .cyylbcontent{width:1200px;height:220px;margin-left:auto;margin-right:auto;margin-top:50px;margin-bottom:50px}
    .cyylbcontent .cyylbcontent_left{width:466px;height:220px;float:left;}
    .cyylbcontent .cyylbcontent_right{width:710px;height:220px;float:right;}
    .cyylbcontent .cyylbcontent_right .cyylbcontent_right_t{height:65px;line-height:65px;font-size:20px;}
    .cyylbcontent .cyylbcontent_right .cyylbcontent_right_c{height:150px;line-height:30px;font-size:16px;}
    .cyylbcontent_right a:hover{color:#0073be}