/*banner*/
.ind-banner {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 104px;
    left: 0;
    z-index: 1;
}

    .ind-banner .swiper-slide {
        position: relative;
    }

        .ind-banner .swiper-slide .bg img {
            width: 100%;
        }

        .ind-banner .swiper-slide a {
            display: block;
            width: 100%;
            height: 100%;
        }

    .ind-banner .onebox {
        position: absolute;
        left: 50%;
        margin-left: -7.68rem;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
    }

        .ind-banner .onebox .txt1 {
            font-size: 0.6rem;
            line-height: 0.6rem;
            font-weight: bold;
            padding-left: 0.95rem;
            position: relative;
        }

            .ind-banner .onebox .txt1:before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -3px;
                width: 0.7rem;
                height: 5px;
                border-radius: 6px;
                background: #21c3f3;
            }

        .ind-banner .onebox .txt2 {
            font-size: 0.48rem;
            padding: 0.2rem 0 0.3rem;
        }

        .ind-banner .onebox .msg {
            font-size: 18px;
        }

    .ind-banner .twobox {
        position: absolute;
        left: 0;
        text-align: center;
        width: 100%;
        top: 35%;
        transform: translateY(-65%);
        color: #fff;
    }

        .ind-banner .twobox .txt1 {
            font-size: 0.66rem;
            line-height: 0.66rem;
            font-weight: bold;
            position: relative;
        }

        .ind-banner .twobox .txt2 {
            font-size: 0.48rem;
            padding: 0.2rem 0 0.3rem;
        }

    .ind-banner .swiper-button-prev {
        left: 0.5rem;
        position: absolute;
        background: url(/images/nimg20_left.png) center no-repeat;
        border-radius: 4px;
        width: 20px;
        height: 38px;
        top: 50%;
        margin-top: -19px;
    }

    .ind-banner .swiper-button-next {
        right: 0.5rem;
        position: absolute;
        background: url(/images/nimg20_right.png) center no-repeat;
        border-radius: 4px;
        width: 20px;
        height: 38px;
        top: 50%;
        margin-top: -19px;
    }

    .ind-banner .swiper-button-prev:hover {
        background: url(/images/nimg20_left.png) center no-repeat;
    }

    .ind-banner .swiper-button-next:hover {
        background: url(/images/nimg20_right.png) center no-repeat;
    }

    .ind-banner .swiper-pagination {
        position: absolute;
        text-align: center;
        left: 0;
        bottom: 0.6rem!important;
    }

    .ind-banner .swiper-pagination-bullet {
        position: relative;
        width: auto;
        width: 10px;
        height: 10px;
        opacity: 1;
        border-radius: 50%;
        background: rgba(0,0,0,0.3);
        margin-left: 0!important;
        margin-right: 10px!important;
    }

    .ind-banner .swiper-pagination-bullet-active {
        width: 36px;
        height: 10px;
        background: #21c3f3;
        border-radius: 24px;
    }
/*banner结束*/

.null2_block {
    position: relative;
    width: 100%;
    cursor: pointer;
    display: block;
}


.indexTitle {
    text-align: center;
    font-weight: bold;
}

    .indexTitle .title1 {
        font-size: 0.32rem;
        line-height: 0.32rem;
        color: #333;
    }

    .indexTitle .title2 {
        font-size: 0.28rem;
        line-height: 0.28rem;
        color: #d6d6d6;
        text-transform: uppercase;
        padding-top: 0.2rem;
        height: auto;
        position: relative;
        font-family: mont;
    }

        .indexTitle .title2:after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 40px;
            margin-left: -20px;
            height: 5px;
            background: #21c3f3;
            border-radius: 4px;
        }

.indexPart1 {
    padding: 1.6rem 0 1.5rem;
    background: #f5f5f5;
    position: relative;
    z-index: 2;
}

    .indexPart1 .leftDiv {
        width: 6.6rem;
        height: 5.4rem;
        position: relative;
    }

    .indexPart1 .indexTitle {
        text-align: left;
    }

        .indexPart1 .indexTitle .title2:after {
            left: 0;
            margin-left: 0;
        }

    .indexPart1 .wen {
        font-size: 0.3rem;
        line-height: 0.6rem;
        padding: 0.55rem 0 0.25rem;
    }

    .indexPart1 .content {
        line-height: 0.3rem;
        font-size: 0.16rem;
        height: 6.8rem;
        overflow: hidden;
    }

    .indexPart1 .btnDiv {
        position: absolute;
        left: 0;
        bottom: -20px;
    }

        .indexPart1 .btnDiv a {
            display: block;
            overflow: hidden;
            width: 1.6rem;
            height: 0.54rem;
            line-height: 0.54rem;
            border-radius: 0.36rem;
            background: #21c3f3;
            color: #fff;
            text-align: center;
            font-size: 0.16rem;
        }

        .indexPart1 .btnDiv em {
            display: block;
        }

        .indexPart1 .btnDiv a:hover .show, .indexPart1 .btnDiv a:hover .hide {
            transform: translateY(-0.54rem);
            -webkit-transform: translateY(-0.54rem);
            -moz-transform: translateY(-0.54rem);
        }

    .indexPart1 .rightImg {
        width: 7.68rem;
        position: relative;
        overflow: hidden;
    }

        .indexPart1 .rightImg:after {
            content: '';
            z-index: 0;
            background: rgba(255,255,255,0.1);
            position: absolute;
            left: 50%;
            top: 50%;
            width: 0;
            height: 0;
            border-radius: 50%;
            -webkit-transition: all .5s cubic-bezier(.24,.82,.48,.89);
            transition: all .5s cubic-bezier(.24,.82,.48,.89);
        }

        .indexPart1 .rightImg img {
            width: 100%;
        }

        .indexPart1 .rightImg:hover:after {
            width: 9.68rem;
            height: 9.68rem;
            left: -1rem;
            top: -2.14rem;
        }


.indexPart2 {
    padding: 1.0rem 0 0.75rem;
    position: relative;
    z-index: 2;
    background: #fff;
}

    .indexPart2 .toptop {
        position: relative;
    }

    .indexPart2 .indexTitle {
        text-align: left;
    }

        .indexPart2 .indexTitle .title2:after {
            left: 0;
            margin-left: 0;
        }

    .indexPart2 .btnDiv {
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .indexPart2 .btnDiv a {
            display: block;
            overflow: hidden;
            width: 1.6rem;
            height: 0.54rem;
            line-height: 0.54rem;
            border-radius: 0.36rem;
            background: #21c3f3;
            color: #fff;
            text-align: center;
            font-size: 0.16rem;
        }

        .indexPart2 .btnDiv em {
            display: block;
        }

        .indexPart2 .btnDiv a:hover .show, .indexPart2 .btnDiv a:hover .hide {
            transform: translateY(-0.54rem);
            -webkit-transform: translateY(-0.54rem);
            -moz-transform: translateY(-0.54rem);
        }

    .indexPart2 .list {
        padding-top: 60px;
    }

        .indexPart2 .list ul {
            margin-right: -25px;
        }

        .indexPart2 .list li {
            float: left;
            width: 33.33%;
            padding-bottom: 25px;
        }

            .indexPart2 .list li .box {
                margin-right: 25px;
                position: relative;
            }

            .indexPart2 .list li a:after {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                background: rgba(0,0,0,0.5);
                width: 100%;
                height: 0;
                z-index: 1;
            }

            .indexPart2 .list li a {
                display: block;
                width: 100%;
                height: 100%;
                position: relative;
                z-index: 2;
            }

            .indexPart2 .list li .imgDiv img {
                width: 100%;
            }

            .indexPart2 .list li .botDiv {
                position: absolute;
                left: 0;
                bottom: 0.25rem;
                text-align: center;
                width: 100%;
                z-index: 2;
            }

            .indexPart2 .list li .name {
                height: 42px;
                line-height: 42px;
                padding: 0 20px;
                font-weight: bold;
                overflow: hidden;
                font-size: 26px;
                color: #333;
                text-transform: uppercase;
            }

            .indexPart2 .list li .msg {
                font-size: 16px;
                height: 34px;
                line-height: 34px;
                padding: 0 20px;
                color: #666;
                overflow: hidden;
            }

            .indexPart2 .list li .layer {
                position: absolute;
                height: 170px;
                text-align: center;
                left: 0;
                width: 100%;
                top: 50%;
                margin-top: -95px;
                opacity: 0;
                visibility: hidden;
                z-index: 2;
            }

            .indexPart2 .list li .look {
                position: absolute;
                left: 50%;
                margin-left: -74px;
                bottom: 0;
                width: 148px;
                height: 46px;
                background: #21c3f3;
                border-radius: 24px;
                line-height: 46px;
                color: #fff;
                font-size: 14px;
            }

            .indexPart2 .list li:hover a:after {
                height: 100%;
            }

            .indexPart2 .list li:hover .layer {
                opacity: 1;
                visibility: visible;
                margin-top: -85px;
            }

            .indexPart2 .list li:hover .name, .indexPart2 .list li:hover .msg {
                color: #fff;
            }

            .indexPart2 .list li:hover .botDiv {
                visibility: hidden;
                opacity: 0;
            }

.indexPart3 {
    padding-top: 1.1rem;
    height: 8.4rem;
    background: url(../images/indexPart3.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

    .indexPart3 .indexTitle {
        padding-bottom: 60px;
    }

        .indexPart3 .indexTitle .title1 {
            color: #fff;
        }

        .indexPart3 .indexTitle .title2 {
            color: rgba(255,255,255,0.8);
        }

.indexPro {
    position: relative;
}

    .indexPro .swiper-slide .imgDiv {
        overflow: hidden;
        position: relative;
    }

        .indexPro .swiper-slide .imgDiv:after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: rgba(255,255,255,0.3);
            transition: 0.5s ease-in-out 0s;
            -webkit-transition: 0.5s ease-in-out 0s;
            -moz-transition: 0.5s ease-in-out 0s;
        }

        .indexPro .swiper-slide .imgDiv img {
            width: 100%;
        }

    .indexPro .swiper-slide .botDiv {
        height: 2.42rem;
        padding: 0 0.45rem;
        background: #fff;
        position: relative;
    }

        .indexPro .swiper-slide .botDiv:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 5px;
            background: #21c3f3;
        }

    .indexPro .swiper-slide .name {
        padding-top: 0.4rem;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 22px;
        color: #222;
        font-weight: bold;
    }

    .indexPro .swiper-slide .content {
        padding-top: 0.2rem;
        font-size: 0.16rem;
        height: 0.56rem;
        line-height: 0.28rem;
        overflow: hidden;
        color: #666;
    }

    .indexPro .swiper-slide .ico {
        margin: 0.2rem auto 0;
        position: relative;
        width: 25px;
        height: 25px;
        background: url(../images/nimg25_1.png) center no-repeat;
    }

    .indexPro .swiper-slide:hover .imgDiv:after {
        top: -100%;
    }

    .indexPro .swiper-slide:hover .botDiv {
        background: #21c3f3;
    }

        .indexPro .swiper-slide:hover .botDiv:after {
            background: #003e8e;
        }

    .indexPro .swiper-slide:hover .name, .indexPro .swiper-slide:hover .content {
        color: #fff;
    }

    .indexPro .swiper-slide:hover .ico {
        margin: 0.1rem auto 0;
        background: url(../images/nimg25_1on.png) center no-repeat;
    }

    .indexPro .swiper-slide:hover .imgDiv img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    .indexPro .prev {
        z-index: 5;
        left: -1.2rem;
        position: absolute;
        display: block;
        background: #21c3f3 url(../images/nimg15_left.png) center no-repeat;
        border-radius: 4px;
        width: 50px;
        height: 50px;
        top: 50%;
        margin-top: -25px;
    }

    .indexPro .next {
        z-index: 5;
        right: -1.2rem;
        position: absolute;
        display: block;
        background: #21c3f3 url(../images/nimg15_right.png) center no-repeat;
        border-radius: 4px;
        width: 50px;
        height: 50px;
        top: 50%;
        margin-top: -25px;
    }

    .indexPro .prev:hover {
        background: #fff url(../images/nimg15_lefton.png) center no-repeat;
    }

    .indexPro .next:hover {
        background: #fff url(../images/nimg15_righton.png) center no-repeat;
    }

    .indexPro .swiper-pagination {
        display: none;
        position: relative;
        bottom: 0;
        padding-top: 0.5rem;
    }

    .indexPro .swiper-pagination-bullet {
        position: relative;
        width: 0.2rem;
        height: 0.2rem;
        opacity: 1;
        box-sizing: border-box;
        background: #fff;
    }

    .indexPro .swiper-pagination-bullet-active {
        background: #21c3f3;
    }

.indexPart4 {
    padding: 1.1rem 0 0.8rem;
    background: #f7f7f7;
    position: relative;
    z-index: 2;
}

    .indexPart4 .indexTitle {
        padding-bottom: 60px;
    }

    .indexPart4 .leftDiv {
        width: 7.0rem;
    }

        .indexPart4 .leftDiv .imgDiv {
            overflow: hidden;
        }

            .indexPart4 .leftDiv .imgDiv img {
                width: 100%;
            }

        .indexPart4 .leftDiv .botDiv {
            height: 1.7rem;
            background: #fff;
            padding: 0 0.35rem;
        }

        .indexPart4 .leftDiv .time {
            color: #c9c9c9;
            padding-top: 0.25rem;
            height: 0.36rem;
            line-height: 0.36rem;
            font-size: 0.2rem;
            color: #c9c9c9;
            font-family: mont;
        }

        .indexPart4 .leftDiv .name {
            padding-top: 5px;
            font-size: 0.2rem;
            color: #333;
            font-weight: bold;
            line-height: 0.36rem;
            height: 0.72rem;
            overflow: hidden;
        }

        .indexPart4 .leftDiv:hover .imgDiv img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

        .indexPart4 .leftDiv:hover .name {
            color: #21c3f3;
        }

    .indexPart4 .rightDiv {
        width: 7.48rem;
    }

        .indexPart4 .rightDiv li {
            margin-bottom: 0.28rem;
        }

            .indexPart4 .rightDiv li a {
                display: block;
                height: 2rem;
                position: relative;
                padding: 0 3.4rem 0 0.55rem;
                background: #fff;
            }

            .indexPart4 .rightDiv li .imgDiv {
                position: absolute;
                right: 0;
                top: 0;
                overflow: hidden;
            }

                .indexPart4 .rightDiv li .imgDiv img {
                    width: 2.88rem;
                }

            .indexPart4 .rightDiv li .time {
                font-size: 0.2rem;
                color: #c9c9c9;
                padding-top: 0.25rem;
                height: 0.36rem;
                line-height: 0.36rem;
                color: #c9c9c9;
                font-family: mont;
            }

            .indexPart4 .rightDiv li .name {
                padding-top: 5px;
                font-size: 0.2rem;
                color: #666;
                line-height: 0.36rem;
                height: 0.72rem;
                overflow: hidden;
            }

            .indexPart4 .rightDiv li .ico {
                margin-top: 10px;
                width: 25px;
                height: 25px;
                background: url(../images/nimg25_1.png) center no-repeat;
                position: relative;
                left: 0;
            }

            .indexPart4 .rightDiv li:hover a {
                background: #21c3f3;
                box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
            }

            .indexPart4 .rightDiv li:hover .imgDiv img {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

            .indexPart4 .rightDiv li:hover .time, .indexPart4 .rightDiv li:hover .name {
                color: #fff;
            }

            .indexPart4 .rightDiv li:hover .ico {
                background: url(../images/nimg25_1on.png) center no-repeat;
                left: 10px;
            }


.aboutPart1 {
    position: relative;
    background: #fff;
}

    .aboutPart1 .leftDiv {
        position: absolute;
        left: 50%;
        margin-left: -7.68rem;
        width: 6.56rem;
    }

    .aboutPart1 .rightImg {
        width: 50%;
        height: 7.5rem;
        background: center no-repeat;
        background-size: cover;
    }

        .aboutPart1 .rightImg img {
            width: 100%;
        }

    .aboutPart1 .txt {
        padding: 0.65rem 0 0.3rem;
        font-size: 0.42rem;
        line-height: 0.42rem;
        color: #0849a0;
        font-weight: bold;
    }

    .aboutPart1 .wen {
        font-size: 0.42rem;
        line-height: 0.42rem;
        color: #21c3f3;
    }

       .aboutPart1 .content {
        font-size: 14px;
        line-height: 24px;
        padding-top: 0.45rem;
    }

.aboutPart2 {
    background: #fafafa;
    padding: 100px 0 120px;
    position: relative;
    z-index: 1;
}

    .aboutPart2 .list {
        padding-top: 60px;
    }

        .aboutPart2 .list li {
            float: left;
            width: 20%;
        }

            .aboutPart2 .list li .box {
                height: 2.0rem;
                position: relative;
                text-align: center;
                background: #fff;
                cursor: pointer;
                line-height: 2.0rem;
            }

            .aboutPart2 .list li img {
                width: 2.4rem;
            }

            .aboutPart2 .list li:nth-of-type(2n) .box {
                background: #f5f5f5;
            }

            .aboutPart2 .list li .box:hover img {
                -webkit-transform: rotateY(-360deg);
                transform: rotateY(-360deg);
            }

.honorBox {
    padding-bottom: 120px;
}

    .honorBox .list {
        padding: 80px 0 0;
    }

        .honorBox .list ul {
            margin-right: -0.2rem;
        }

        .honorBox .list li {
            float: left;
            width: 25%;
            padding-bottom: 0.4rem;
        }

            .honorBox .list li .box {
                cursor: pointer;
                margin-right: 0.2rem;
                background: #f7f7f7;
                height: 5.2rem;
            }

            .honorBox .list li .imgDiv {
                height: 4.0rem;
                position: relative;
                text-align: center;
                border-bottom: #f0f0f0 solid 1px;
            }

                .honorBox .list li .imgDiv img {
                    display: block;
                    text-align: center;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    max-width: 2.5rem;
                    max-height: 3.4rem;
                }

            .honorBox .list li .name {
                padding: 0.15rem 0.4rem 0;
                height: 28px;
                line-height: 28px;
                font-weight: bold;
                overflow: hidden;
                font-size: 16px;
                color: #333;
                text-align: center;
            }

            .honorBox .list li .time {
                text-align: center;
                color: #d1d1d1;
                font-family: mont;
                font-size: 12px;
                padding-top: 10px;
            }

            .honorBox .list li .box:hover .name, .honorBox .list li .box:hover .time {
                color: #21c3f3;
            }

.pic-modal-box {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 40;
}

    .pic-modal-box .box {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10;
        display: flex;
        display: -webkit-box;
        /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box;
        /* Firefox 17- */
        display: -webkit-flex;
        /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex;
        /* Firefox 18+ */
        display: -ms-flexbox;
        /* IE 10 */
        align-items: center;
        box-sizing: border-box;
    }

    .pic-modal-box .main {
        position: relative;
        background: #fff;
        width: 700px;
        margin: 0 auto;
        padding: 60px 100px 0;
    }

    .pic-modal-box .name {
        font-size: 24px;
        color: #313131;
        line-height: 120px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pic-modal-box .close {
        position: absolute;
        right: 18px;
        top: 18px;
        z-index: 10;
        width: 30px;
        height: 30px;
        display: inline-block;
        background: url(../images/close2.png) no-repeat;
        background-size: contain;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .pic-modal-box .close:hover {
            transform: rotate(-90deg);
        }

    .pic-modal-box .pic-box {
        font-size: 0;
    }

        .pic-modal-box .pic-box img {
            display: block;
            width: 320px;
            margin: 0 auto;
            max-height: 70vh;
        }

.culture {
    padding-bottom: 120px;
}

    .culture .mxfDiv {
        margin-top: 80px;
        position: relative;
    }

        .culture .mxfDiv img {
            width: 100%;
        }

    .culture .txt {
        position: absolute;
        left: 0.55rem;
        top: 0.95rem;
        color: #fff;
        font-size: 0.42rem;
        line-height: 0.42rem;
        z-index: 1;
    }

    .culture .list {
        padding-top: 60px;
    }

        .culture .list li {
            float: left;
            width: 25%;
            padding-top: 0.55rem;
            height: 4rem;
            background: #f8f8f8;
        }

            .culture .list li:nth-of-type(2n) {
                background: #f3f3f3;
            }

            .culture .list li .ico {
                width: 121px;
                height: 121px;
                margin: 0 auto;
                position: relative;
            }

                .culture .list li .ico:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: url(../images/nimg121Bg.png) center no-repeat;
                    background-size: cover;
                }

            .culture .list li .round {
                width: 90px;
                height: 90px;
                background: #fff;
                position: absolute;
                left: 50%;
                top: 50%;
                margin-left: -45px;
                margin-top: -45px;
                border: #eee solid 1px;
                border-radius: 50%;
                box-sizing: border-box;
            }

                .culture .list li .round img {
                    position: absolute;
                    left: 50%;
                    margin-left: -18px;
                    top: 50%;
                    margin-top: -18px;
                }

            .culture .list li .name {
                padding-top: 10px;
                font-size: 24px;
                line-height: 24px;
                color: #333;
                position: relative;
                height: 56px;
                text-align: center;
            }

                .culture .list li .name:after {
                    content: '';
                    position: absolute;
                    left: 50%;
                    margin-left: -9px;
                    bottom: 0;
                    width: 18px;
                    height: 4px;
                    background: #21c3f3;
                }

            .culture .list li .wen {
                text-align: center;
                padding-top: 20px;
                font-size: 14px;
                color: #999;
                line-height: 30px;
                padding-left: 0.5rem;
                padding-right: 0.5rem;
            }

            .culture .list li:hover .ico {
                margin: -10px auto 0;
            }

            .culture .list li:hover .round img {
                transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
            }

.quality {
    padding: 0 0 120px;
}

    .quality .imgDiv {
        padding-top: 80px;
    }

        .quality .imgDiv img {
            width: 15.36rem;
        }

.duty {
    padding-bottom: 120px;
}

    .duty .mxfDiv {
        margin-top: 80px;
        position: relative;
    }

        .duty .mxfDiv img {
            width: 100%;
        }

    .duty .txt {
        position: absolute;
        left: 0.55rem;
        top: 1.1rem;
        color: #fff;
        font-size: 0.48rem;
        line-height: 0.48rem;
        z-index: 1;
    }

    .duty .content {
        padding: 110px 0 70px;
        font-size: 20px;
        line-height: 40px;
        color: #333;
        text-align: center;
    }

    .duty .list li {
        float: left;
        width: 33.33%;
        height: 250px;
        padding-top: 35px;
        background: #f8f8f8;
    }

        .duty .list li:nth-of-type(2n) {
            background: #f3f3f3;
        }

        .duty .list li .ico {
            width: 121px;
            height: 121px;
            margin: 0 auto;
            position: relative;
        }

            .duty .list li .ico:after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: url(../images/nimg121Bg.png) center no-repeat;
                background-size: cover;
            }

        .duty .list li .round {
            width: 68px;
            height: 68px;
            line-height: 68px;
            color: #fff;
            text-align: center;
            font-weight: bold;
            font-size: 30px;
            background: #21c3f3;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -34px;
            margin-top: -34px;
            border-radius: 50%;
        }

        .duty .list li .wen {
            font-size: 14px;
            line-height: 26px;
            text-align: center;
            padding: 0.1rem 0.75rem 0;
        }

.application .toptop {
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.application .pageTitle {
    z-index: 1;
}

.application .botbot {
    padding: 120px 0;
    background: #f6f6f6;
}

.application .list ul {
    margin-right: -0.5rem;
}

.application .list li {
    float: left;
    width: 33.33%;
    padding-bottom: 0.5rem;
}

    .application .list li .box {
        margin-right: 0.5rem;
    }

    .application .list li .imgDiv {
        overflow: hidden;
    }

        .application .list li .imgDiv img {
            width: 100%;
        }

    .application .list li .botDiv {
        background: #fff;
        padding: 0.3rem 0.5rem 0;
        height: 1.7rem;
    }

    .application .list li .name {
        height: 0.42rem;
        line-height: 0.42rem;
        font-weight: bold;
        font-size: 0.24rem;
        color: #21c3f3;
        position: relative;
        padding-left: 0.5rem;
    }

        .application .list li .name img {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -17px;
        }

    .application .list li .msg {
        padding-top: 10px;
        font-size: 16px;
        color: #666;
        line-height: 32px;
        height: 64px;
        overflow: hidden;
    }

    .application .list li .box:hover .imgDiv img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

#particles-js {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 2.8rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news {
    padding-bottom: 120px;
}

    .news .detail {
        padding: 80px 0;
        border-bottom: #ededed solid 2px;
    }

        .news .detail a {
            display: block;
            position: relative;
            padding-left: 8.4rem;
            height: 5.21rem;
        }

        .news .detail .imgDiv {
            position: absolute;
            left: 0;
            top: 0;
            overflow: hidden;
        }

            .news .detail .imgDiv img {
                width: 7.4rem;
            }

        .news .detail .name {
            padding-top: 0.7rem;
            line-height: 44px;
            font-size: 24px;
            color: #333;
            font-weight: bold;
            height: 88px;
            overflow: hidden;
        }

        .news .detail .content {
            padding-top: 0.4rem;
            font-size: 16px;
            color: #666;
            line-height: 34px;
            height: 136px;
            overflow: hidden;
        }

        .news .detail .time {
            padding-top: 0.7rem;
            color: #c9c9c9;
            font-size: 20px;
            font-family: mont;
        }

        .news .detail a:hover .imgDiv img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

        .news .detail a:hover .name {
            color: #21c3f3;
        }

    .news .list {
        padding-top: 80px;
    }

        .news .list ul {
            margin-right: -0.7rem;
        }

        .news .list li {
            float: left;
            width: 33.33%;
            padding-bottom: 0.85rem;
        }

            .news .list li .box {
                margin-right: 0.7rem;
            }

            .news .list li .imgDiv {
                overflow: hidden;
                position: relative;
            }

                .news .list li .imgDiv:after {
                    content: "";
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 100%;
                    left: 0;
                    background-color: rgba(255,255,255,0.3);
                    transition: 0.5s ease-in-out 0s;
                    -webkit-transition: 0.5s ease-in-out 0s;
                    -moz-transition: 0.5s ease-in-out 0s;
                }

                .news .list li .imgDiv img {
                    width: 100%;
                }

            .news .list li .name {
                padding-top: 0.25rem;
                height: 30px;
                line-height: 30px;
                font-size: 16px;
                color: #333;
                font-weight: bold;
            }

            .news .list li .content {
                font-size: 14px;
                line-height: 24px;
                height: 48px;
                color: #949494;
                padding-top: 0.15rem;
            }

            .news .list li .time {
                margin-top: 0.12rem;
                height: 32px;
                line-height: 32px;
                position: relative;
                font-size: 16px;
                color: #c9c9c9;
                font-family: mont;
            }

                .news .list li .time:after {
                    content: '';
                    position: absolute;
                    right: 0;
                    top: 50%;
                    width: 11px;
                    height: 11px;
                    margin-top: -6px;
                    background: url(../images/nimg11_1.png) no-repeat;
                }

            .news .list li .box:hover .imgDiv:after {
                top: -100%;
            }

            .news .list li .box:hover .imgDiv img {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

            .news .list li .box:hover .time:after {
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -o-transform: rotate(180deg);
            }

            .news .list li .box:hover .name {
                color: #21c3f3;
            }

.newShow {
    padding-bottom: 60px;
}

    .newShow .name {
        text-align: center;
        font-size: 30px;
        color: #000;
        padding-bottom: 20px;
    }

    .newShow .time {
        text-align: center;
        font-size: 14px;
        color: #999;
        padding-bottom: 45px;
        border-bottom: #e7e7e7 solid 1px;
    }

        .newShow .time em {
            padding: 0 10px;
        }

    .newShow .content {
        padding: 50px 0;
        font-size: 14px;
        line-height: 30px;
    }

    .newShow .imgDiv {
        text-align: center;
        padding: 0.4rem 0;
    }

    .newShow .content img {
        max-width: 1200px;
    }

    .newShow .share {
        float: right;
        position: relative;
        padding-left: 48px;
        padding-bottom: 60px;
    }

        .newShow .share li {
            float: left;
            margin-left: 10px;
        }

        .newShow .share em {
            position: absolute;
            left: 0;
            top: 0;
            line-height: 27px;
            font-size: 14px;
        }

.pageDown {
    border-top: #e7e7e7 solid 1px;
    position: relative;
    padding-top: 40px;
}

    .pageDown li a {
        display: block;
        font-size: 14px;
        line-height: 32px;
        height: 32px;
        overflow: hidden;
    }

    .pageDown .btnDiv {
        position: absolute;
        right: 0;
        top: 40px;
    }

        .pageDown .btnDiv a {
            display: block;
            width: 128px;
            height: 38px;
            border: #21c3f3 solid 1px;
            line-height: 38px;
            font-size: 14px;
            text-align: center;
            color: #21c3f3;
            border-radius: 24px;
        }

            .pageDown .btnDiv a:hover {
                background: #21c3f3;
                color: #fff;
            }

.notice {
    padding-bottom: 120px;
    background: #fff;
}

    .notice .list {
        padding-top: 80px;
    }

        .notice .list li {
            height: 205px;
            border-bottom: #f0f0f0 solid 1px;
        }

            .notice .list li a {
                display: block;
                height: 205px;
            }

            .notice .list li .toptop {
                padding-top: 50px;
                position: relative;
                height: 42px;
            }

            .notice .list li .name {
                position: relative;
                left: 0;
                font-size: 20px;
                line-height: 42px;
                height: 42px;
                overflow: hidden;
                font-weight: bold;
                color: #444;
            }

                .notice .list li .name img {
                    padding-left: 10px;
                }

            .notice .list li .time {
                position: absolute;
                right: 0;
                bottom: 0;
                font-size: 30px;
                line-height: 42px;
                color: #d6d6d6;
                font-family: mont;
            }

            .notice .list li .content {
                padding-top: 15px;
                font-size: 14px;
                line-height: 26px;
                height: 52px;
                color: #666;
                width: 11.5rem;
                position: relative;
                left: 0;
            }

            .notice .list li:hover {
                box-shadow: 0px 2px 32px 0px rgba(63, 63, 63, 0.1);
            }

                .notice .list li:hover .name, .notice .list li:hover .content {
                    left: 0.6rem;
                }

                .notice .list li:hover .name {
                    color: #21c3f3;
                }

                .notice .list li:hover .time {
                    right: 0.6rem;
                }

.strategy {
    padding: 0 0 120px;
}

    .strategy .imgDiv {
        padding-top: 80px;
        text-align: center;
    }

        .strategy .imgDiv img {
            width: 1020px;
        }

.job {
    padding: 0 0 120px;
}

    .job .msg {
        font-size: 30px;
        color: #333;
        text-align: center;
        padding: 80px 0 50px;
    }

.jobTop {
    height: 0.86rem;
    background: #094ea2;
    overflow: hidden;
}

    .jobTop li {
        float: left;
        height: 0.86rem;
        line-height: 0.86rem;
        font-size: 0.2rem;
        color: #fff;
        font-weight: bold;
    }

    .jobTop .li01 {
        width: 5.0rem;
        text-align: left;
        text-indent: 0.9rem;
    }

    .jobTop .li02 {
        width: 3.4rem;
    }

    .jobTop .li03 {
        width: 3.36rem;
    }

    .jobTop .li04 {
        width: 3.6rem;
    }


.job .list li {
    position: relative;
    border-top: #fff solid 2px;
}

    .job .list li .msgDiv {
        height: 0.86rem;
        position: relative;
        background: #f5f5f5;
    }

        .job .list li .msgDiv:after {
            content: '>';
            font-family: '宋体';
            position: absolute;
            right: 48px;
            top: 50%;
            line-height: 22px;
            margin-top: -11px;
            color: #666;
            font-size: 22px;
        }

        .job .list li .msgDiv a {
            display: block;
            height: 0.86rem;
            color: #666;
        }

    .job .list li .box {
        display: none;
        background: #fafafa;
        padding: 0.75rem 0.9rem;
    }

    .job .list li .msgDiv dd {
        height: 0.86rem;
        float: left;
        line-height: 0.86rem;
        font-size: 18px;
        color: #666;
    }

    .job .list li .msgDiv .dd01 {
        width: 5.0rem;
        text-align: left;
        text-indent: 0.9rem;
    }

    .job .list li .msgDiv .dd02 {
        width: 3.4rem;
    }

    .job .list li .msgDiv .dd03 {
        width: 3.36rem;
    }

    .job .list li .msgDiv .dd04 {
        width: 3.6rem;
    }

    .job .list li .msgDiv.aNow {
        background: #21c3f3;
    }

        .job .list li .msgDiv.aNow:after {
            color: #fff;
            transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -o-transform: rotate(90deg);
        }

        .job .list li .msgDiv.aNow dd {
            color: #fff;
        }

    .job .list li h2 {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 20px;
        color: #333;
    }

    .job .list li .content {
        line-height: 30px;
        padding-bottom: 45px;
        font-size: 16px;
    }

    .job .list li .tips {
        display: inline-block;
        height: 0.54rem;
        line-height: 0.54rem;
        background: #21c3f3;
        padding: 0 0.48rem;
        color: #fff;
        font-size: 16px;
        border-radius: 0.36rem;
    }

.jobMore {
    padding-top: 2px;
}

    .jobMore a {
        display: block;
        height: 0.86rem;
        background: #f5f5f5;
        line-height: 0.86rem;
        text-align: center;
        font-size: 18px;
        color: #21c3f3;
        font-weight: bold;
    }

    .jobMore em {
        display: inline-block;
        padding-right: 28px;
        position: relative;
    }

        .jobMore em:after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -8px;
            width: 17px;
            height: 17px;
            background: url(../images/nimg17_2.png) no-repeat;
        }

    .jobMore a:hover {
        background: #21c3f3;
        color: #fff;
    }

        .jobMore a:hover em:after {
            background: url(../images/nimg17_2on.png) no-repeat;
        }

.contact {
    padding-bottom: 120px;
    position: relative;
}

    .contact .bg {
        position: absolute;
        left: 50%;
        margin-left: -4.77rem;
        bottom: 0;
        width: 9.54rem;
        height: 0;
        background: url(../images/nimg954Bg.png) center bottom no-repeat;
        background-size: 9.54rem;
        -webkit-transition: height 2s ease;
        -moz-transition: height 2s ease;
        -ms-transition: height 2s ease;
        -o-transition: height 2s ease;
    }

        .contact .bg.on {
            height: 4.53rem;
        }

    .contact .pageTitle {
        padding-bottom: 105px;
    }

    .contact .mxfDiv {
        position: relative;
        z-index: 1;
    }

        .contact .mxfDiv:before {
            content: '';
            width: 1px;
            height: 100%;
            position: absolute;
            left: 50%;
            top: 0;
            background: #e7e7e7;
        }

    .contact .leftDiv {
        width: 50%;
    }

    .contact .rightDiv {
        width: 40%;
    }

    .contact .name {
        font-weight: bold;
        font-size: 0.3rem;
        line-height: 0.3rem;
        color: #21c3f3;
        padding-bottom: 20px;
    }

    .contact .wen {
        font-size: 0.18rem;
        line-height: 0.18rem;
        color: #d6d6d6;
        font-family: mont;
        text-transform: uppercase;
    }

    .contact .msgList {
        padding-top: 45px;
    }

        .contact .msgList li {
            line-height: 0.54rem;
            position: relative;
            padding-left: 0.65rem;
            font-size: 0.18rem;
            padding-right: 0.6rem;
        }

        .contact .msgList li.noicon {
            padding-left: 0;
        }

            .contact .msgList li img {
                position: absolute;
                left: 0;
                top: 0.12rem;
                margin-top: 0;
                width: 0.32rem;
            }

.mapDiv {
    height: 5.5rem;
    width: 100%;
}

.lyb {
    padding-bottom: 120px;
}

    .lyb .form {
        padding-top: 60px;
    }

        .lyb .form ul {
            margin-right: -1.0rem;
        }

        .lyb .form li {
            float: left;
            width: 50%;
            padding-bottom: 30px;
        }

        .lyb .form .li01 {
            width: 100%;
        }

        .lyb .form li .box {
            margin-right: 1.0rem;
            position: relative;
            padding-left: 130px;
            border-bottom: #ececec solid 1px;
            height: 65px;
        }

        .lyb .form li .txt {
            position: absolute;
            left: 0;
            top: 0;
            line-height: 56px;
            color: #5f5f5f;
            font-size: 16px;
        }

            .lyb .form li .txt em {
                color: #ff3333;
            }

        .lyb .form li .input1 {
            width: 100%;
            height: 56px;
            line-height: 56px;
            font-size: 16px;
        }

            .lyb .form li .input1::-webkit-input-placeholder {
                color: #ccc;
            }

            .lyb .form li .input1::-moz-placeholder {
                color: #ccc;
            }

            .lyb .form li .input1::-ms-input-placeholder {
                color: #ccc;
            }

        .lyb .form li input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        .lyb .form li input:focus:-moz-placeholder {
            color: transparent;
        }

        .lyb .form li input:focus:-ms-input-placeholder {
            color: transparent;
        }

    .lyb .btnDiv {
        padding-top: 30px;
    }

        .lyb .btnDiv a {
            display: block;
            width: 200px;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            height: 56px;
            line-height: 56px;
            background: #21c3f3;
            color: #fff;
            border-radius: 36px;
        }


.product .toptop {
    padding-bottom: 50px;
}

.product .botbot {
    padding-bottom: 100px;
}

.product .list ul {
    margin-right: -3px;
}

.product .list li {
    float: left;
    width: 33.33%;
    padding-bottom: 3px;
}

    .product .list li .box {
        margin-right: 3px;
        position: relative;
    }

    .product .list li a:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        width: 100%;
        height: 0;
        z-index: 1;
    }

    .product .list li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 2;
    }

    .product .list li .imgDiv img {
        width: 100%;
    }

    .product .list li .botDiv {
        position: absolute;
        left: 0;
        bottom: 0.6rem;
        text-align: center;
        width: 100%;
        z-index: 2;
    }

    .product .list li .name {
        height: 42px;
        line-height: 42px;
        padding: 0 20px;
        font-weight: bold;
        overflow: hidden;
        font-size: 30px;
        color: #333;
        text-transform: uppercase;
    }

    .product .list li .msg {
        font-size: 16px;
        height: 34px;
        line-height: 34px;
        padding: 0 20px;
        color: #666;
        overflow: hidden;
    }

    .product .list li .layer {
        position: absolute;
        text-align: center;
        height: 46px;
        left: 0;
        width: 100%;
        top: 50%;
        margin-top: -33px;
        opacity: 0;
        visibility: hidden;
        z-index: 2;
    }

    .product .list li .look {
        position: absolute;
        left: 50%;
        margin-left: -74px;
        bottom: 0;
        width: 148px;
        height: 46px;
        background: #21c3f3;
        border-radius: 24px;
        line-height: 46px;
        color: #fff;
        font-size: 14px;
    }

    .product .list li:hover a:after {
        height: 100%;
    }

    .product .list li:hover .layer {
        opacity: 1;
        visibility: visible;
        margin-top: -23px;
    }

.productPart1 {
    padding-bottom: 90px;
}

    .productPart1 .links {
        text-align: center;
        padding-bottom: 50px;
    }

        .productPart1 .links li {
            display: inline-block;
            margin: 0 10px;
        }

            .productPart1 .links li a {
                display: block;
                padding: 0 25px;
                height: 46px;
                line-height: 46px;
                background: #eee;
                color: #666;
                font-size: 14px;
            }

                .productPart1 .links li a:hover, .productPart1 .links li .aNow {
                    background: #094ea2;
                    color: #fff;
                }

    .productPart1 .leftImg {
        width: 7.4rem;
    }

        .productPart1 .leftImg img {
            width: 100%;
        }

    .productPart1 .rightDiv {
        width: 7.0rem;
    }

    .productPart1 .name {
        padding-top: 35px;
        font-size: 0.48rem;
        line-height: 0.48rem;
        padding-bottom: 0.3rem;
        color: #333;
        font-family: mont;
        height: 70px;
        position: relative;
        text-transform: uppercase;
    }

        .productPart1 .name:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 5px;
            background: #21c3f3;
            border-radius: 6px;
        }

    .productPart1 .content {
        font-size: 16px;
        line-height: 34px;
        padding-top: 40px;
    }

    .productPart1 .msgList {
        padding-top: 20px;
    }

        .productPart1 .msgList li {
            padding-left: 22px;
            font-size: 16px;
            line-height: 36px;
            background: url(../images/nimg8_1.png) left 12px no-repeat;
        }


.productPart2 {
    padding-bottom: 120px;
}

.proTable_t {
    height: 90px;
    padding: 20px 30px 0;
    background: #094ea2;
    position: relative;
}

.productPart2 .table .lala {
    width: 1536px;
}

.productPart2 .table {
    position: relative;
    overflow: auto;
}

    .productPart2 .table::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #ccc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 0;
    }

    .productPart2 .table::-webkit-scrollbar-thumb {
        background-color: #21c3f3;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 0;
    }

.proTable_t .liDiv {
    float: left;
}

    .proTable_t .liDiv:nth-of-type(1) {
        width: 135px;
    }

    .proTable_t .liDiv:nth-of-type(2) {
        width: 105px;
    }

    .proTable_t .liDiv:nth-of-type(3) {
        width: 160px;
    }

    .proTable_t .liDiv:nth-of-type(4) {
        width: 165px;
    }

    .proTable_t .liDiv:nth-of-type(5) {
        width: 165px;
    }

    .proTable_t .liDiv:nth-of-type(6) {
        width: 125px;
    }

    .proTable_t .liDiv:nth-of-type(7) {
        width: 105px;
    }

    .proTable_t .liDiv:nth-of-type(8) {
        width: 125px;
    }

    .proTable_t .liDiv:nth-of-type(9) {
        width: 120px;
    }

    .proTable_t .liDiv:nth-of-type(10) {
        width: 120px;
    }

    .proTable_t .liDiv:nth-of-type(11) {
        width: 115px;
    }

    .proTable_t .liDiv .l7Div {
        padding-right: 0.2rem;
    }

    .proTable_t .liDiv .txt {
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        line-height: 16px;
        height: 32px;
        margin-bottom: 6px;
        position: relative;
    }

        .proTable_t .liDiv .txt em {
            position: absolute;
            left: 0;
            bottom: 0;
            display: block;
        }

.proTable_t .wen {
    line-height: 80px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.proTable_t .select {
    width: 100%;
    position: relative;
    height: 28px;
}

    .proTable_t .select dt {
        height: 28px;
        line-height: 28px;
        width: 100%;
        background: #fff url(../images/selectIco2.png) no-repeat right center;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        z-index: 15;
    }

        .proTable_t .select dt a {
            font-size: 12px;
            position: relative;
            padding-left: 8px;
            display: block;
            text-align: left;
            overflow: hidden;
        }

    .proTable_t .select dd {
        margin: 0;
        position: absolute;
        left: 0px;
        top: 29px;
        z-index: 5;
        width: 100%;
        box-sizing: border-box;
    }

        .proTable_t .select dd ul {
            list-style: none;
            overflow: auto;
            padding: 0 8px;
            background: #fff;
            overflow-x: auto;
        }

            .proTable_t .select dd ul li {
                width: 100%;
                text-align: left;
                line-height: 28px;
                height: auto;
                cursor: pointer;
                border-bottom: 1px solid #eee;
                color: #666;
                font-size: 12px;
            }

                .proTable_t .select dd ul li:last-child {
                    border-bottom: none;
                }

                .proTable_t .select dd ul li:hover {
                    color: #094ea2;
                }

.proTable_b {
    overflow: auto;
}

    .proTable_b li {
        height: auto;
        background: #f8f8f8;
    }

    .proTable_b .li01 {
        background: #f0f0f0;
    }

    .proTable_b li a {
        display: block;
        padding: 0 30px;
        height: 42px;
    }

    .proTable_b dd {
        float: left;
        height: auto;
        padding: 0.1rem 0;
        line-height: 24px;
        color: #666;
        font-size: 12px;
    }

        .proTable_b dd:nth-of-type(1) {
            width: 135px;
        }

        .proTable_b dd:nth-of-type(2) {
            width: 105px;
        }

        .proTable_b dd:nth-of-type(3) {
            width: 160px;
        }

        .proTable_b dd:nth-of-type(4) {
            width: 165px;
        }

        .proTable_b dd:nth-of-type(5) {
            width: 165px;
        }

        .proTable_b dd:nth-of-type(6) {
            width: 125px;
        }

        .proTable_b dd:nth-of-type(7) {
            width: 105px;
        }

        .proTable_b dd:nth-of-type(8) {
            width: 125px;
        }

        .proTable_b dd:nth-of-type(9) {
            width: 120px;
        }

        .proTable_b dd:nth-of-type(10) {
            width: 120px;
        }

        .proTable_b dd:nth-of-type(11) {
            width: 115px;
        }

        .proTable_b dd .img1 {
            display: none;
        }

    .proTable_b li a:hover dd {
        color: #21c3f3;
    }

    .proTable_b li a:hover img {
        display: none;
    }

    .proTable_b li a:hover .img1 {
        display: inline-block;
    }

.history {
    padding-bottom: 100px;
}

    .history .list {
        width: 1066px;
        margin: 80px auto 0;
        position: relative;
    }

        .history .list:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -1px;
            top: 0;
            width: 2px;
            height: 100%;
            background: url(../images/line1.png) center repeat-y;
        }

        .history .list li {
            position: relative;
            z-index: 1;
            height: auto;
            padding: 0 612px 80px 0;
        }

        .history .list .li01 {
            padding: 0 0 80px 612px;
        }

        .history .list li .year {
            width: 110px;
            height: 110px;
            border-radius: 50%;
            background: #fafafa;
            color: #7a7a7a;
            position: absolute;
            left: 50%;
            margin-left: -55px;
            top: 18px;
        }

            .history .list li .year:after {
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                background: #efefef;
                width: 98px;
                height: 98px;
                border-radius: 50%;
                margin-left: -49px;
                margin-top: -49px;
            }

            .history .list li .year b {
                position: relative;
                display: block;
                z-index: 2;
                text-align: center;
                line-height: 110px;
                font-size: 24px;
            }

        .history .list li .contentBox {
            padding-right: 12px;
            position: relative;
        }

        .history .list .li01 .contentBox {
            padding-left: 12px;
            padding-right: 0;
        }

        .history .list li .contentBox:after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -9px;
            width: 12px;
            height: 18px;
            background: url(../images/nimg12Bg.png) center no-repeat;
        }

        .history .list .li01 .contentBox:after {
            right: auto;
            left: 0;
            background: url(../images/nimg12Bg2.png) center no-repeat;
        }

        .history .list li .mxfDiv {
            height: auto;
            background: #f6f6f6;
            border-radius: 6px;
            padding: 0 35px 30px;
        }

        .history .list li .txt {
            font-size: 24px;
            line-height: 24px;
            color: #333;
            padding-top: 48px;
        }

        .history .list li .msg {
            font-size: 14px;
            line-height: 28px;
            padding-top: 5px;
        }

        .history .list li:hover .year {
            background: #b2eafb;
            color: #fff;
        }

            .history .list li:hover .year:after {
                background: #21c3f3;
            }
