﻿body {
    background-color: #fff;
}

.xzx-top {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 15px;
}

    .xzx-top .banner {
        width: 835px;
        height: 420px;
    }

        .xzx-top .banner img {
            display: block;
            width: 835px;
            height: 420px;
        }

        .xzx-top .banner .swiper-pagination {
            text-align: right;
            padding-right:20px;
        }

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #01b063;
}

.top-form {
    padding-top: 25px;
    box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);
    width: 350px;
    height: 420px;
}

    .top-form .form-title {
        color: #323334;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }

    .top-form .form-count {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #999;
        font-size: 12px;
        margin-bottom: 27px;
    }

        .top-form .form-count span {
            height: 38px;
            line-height: 38px;
            padding: 0 7px;
            border-radius: 4px;
            background-color: #01b063;
            color: #fff;
            font-size: 28px;
            margin-right: 7px;
        }

            .top-form .form-count span:nth-child(1) {
                margin-left: 7px;
            }

    .top-form .form-item {
        display: flex;
        justify-content: space-between;
        padding: 0 30px;
        margin-bottom: 22px;
    }

        .top-form .form-item input[type='text'] {
            display: block;
            width: 100%;
            height: 36px;
            line-height: 36px;
            padding: 0 10px;
            color: #444;
            font-size: 12px;
            border: 1px solid #ddd;
        }

        .top-form .form-item input[type='number'], .top-form .form-item select {
            display: block;
            width: 135px;
            height: 36px;
            line-height: 36px;
            padding: 0 10px;
            color: #444;
            font-size: 12px;
            border: 1px solid #ddd;
        }

    .top-form .safty-tips {
        display: flex;
        align-items: center;
        font-size: 12px;
        margin-bottom: 22px;
        padding: 0 30px;
    }

        .top-form .safty-tips span {
            color: #666;
        }

        .top-form .safty-tips input[type='checkbox'] {
            margin-right: 5px;
        }

    .top-form .form-btn {
        height: 40px;
        line-height: 40px;
        border-radius: 6px;
        background-color: #01b063;
        color: #fff;
        text-align: center;
        cursor: pointer;
        margin: 0 30px;
    }

.xzx-title {
    height: 60px;
    line-height: 60px;
    color: #323334;
    font-size: 27px;
    position: relative;
}

    .xzx-title a {
        font-size: 14px;
        position: absolute;
        right: 10px;
    }

.xzx-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

    .xzx-content .flow-item {
        box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);
        width: 388px;
        height: 450px;
        transition: all .3s;
    }

        .xzx-content .flow-item:hover {
            transform: translate3d(0,-5px,0);
            box-shadow: 0px 10px 18px 0px rgba(11, 3, 6, 0.12);
        }

        .xzx-content .flow-item .flow-cover img {
            display: block;
            width: 100%;
            height: 210px;
        }

.xzx-links {
    display: flex;
    flex-wrap: wrap;
}

    .xzx-links a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 25%;
        height: 120px;
    }

        .xzx-links a span {
            display: inline-block;
            width: 30px;
            height: 35px;
            background-image: url('../images/icons.png');
            background-repeat: no-repeat;
            margin-bottom: 10px;
        }

            .xzx-links a span.icon1 {
                background-position: 0 0;
            }

            .xzx-links a span.icon2 {
                background-position: 0 -35px;
            }

            .xzx-links a span.icon3 {
                background-position: 0 -70px;
            }

            .xzx-links a span.icon4 {
                background-position: 0 -105px;
            }

            .xzx-links a span.icon5 {
                background-position: 0 -140px;
            }

            .xzx-links a span.icon6 {
                background-position: 0 -175px;
            }

            .xzx-links a span.icon7 {
                background-position: 0 -210px;
            }

            .xzx-links a span.icon8 {
                background-position: 0 -245px;
            }

            .xzx-links a span.icon9 {
                background-position: 0 -280px;
            }

            .xzx-links a span.icon10 {
                background-position: 0 -315px;
            }

            .xzx-links a span.icon11 {
                background-position: 0 -350px;
            }

            .xzx-links a span.icon12 {
                background-position: 0 -385px;
            }

            .xzx-links a span.icon13 {
                background-position: 0 -420px;
            }

            .xzx-links a span.icon14 {
                background-position: 0 -455px;
            }

            .xzx-links a span.icon15 {
                background-position: 0 -490px;
            }

        .xzx-links a:hover {
            background-color: #01b063;
            color: #fff;
        }

            .xzx-links a:hover span {
                background-image: url('../images/icons1.png');
            }

.xzx-tags {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

    .xzx-tags .tags-item {
        width: 283px;
        height: 350px;
        box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);
        transition: all .3s;
    }

        .xzx-tags .tags-item:hover {
            transform: translate3d(0,-5px,0);
            box-shadow: 0px 10px 18px 0px rgba(11, 3, 6, 0.12);
        }

        .xzx-tags .tags-item .cover img {
            display: block;
            width: 100%;
            height: 174px;
        }

        .xzx-tags .tags-item .content {
            height: 176px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

.tags-item .content .title1 {
    font-size: 24px;
}

.tags-item .content .title2 {
    margin: 20px 0;
}

    .tags-item .content .title2 span {
        color: #ff0000;
    }

.tags-item .content a {
    border-radius: 3px;
    background-color: rgb(1, 176, 99);
    width: 130px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
}

.xzx-news {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

    .xzx-news .news-item {
        width: 385px;
        height: 340px;
        box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);
        transition: all .3s;
    }

        .xzx-news .news-item:hover {
            transform: translate3d(0,-5px,0);
            box-shadow: 0px 10px 18px 0px rgba(11, 3, 6, 0.12);
        }

.news-item .news-title {
    height: 50px;
    line-height: 50px;
    border: 1px solid #f1f0f0;
}

    .news-item .news-title p {
        width: 120px;
        text-align: center;
        color: #fff;
        font-size: 18px;
    }

.news-item .news-title1 p {
    background-color: #fc6b6b;
}

.news-item .news-title2 p {
    background-color: #6196dd;
}

.news-item .news-title3 p {
    background-color: #fca86b;
}

.news-item .content {
    padding-left: 25px;
    padding-right: 10px;
}

    .news-item .content .content-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f1f0f0;
        padding: 20px 0;
    }

.news-item .content-top .top-cover {
    border: 1px solid #f1f0f0;
    margin-right: 14px;
}

    .news-item .content-top .top-cover img {
        display: block;
        width: 126px;
        height: 90px;
    }

.news-item .content-top .top-detail {
    width: 210px;
}

.top-detail .top-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 14px;
}

.top-detail .top-des {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-list {
    padding-top: 14px;
}

    .news-list li {
        margin-bottom: 8px;
        position: relative;
    }

        .news-list li a {
            display: block;
            width: 265px;
            color: #555555;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .news-list li a:hover {
                color: #01b063;
            }

        .news-list li span {
            color: #999999;
            font-size: 12px;
            position: absolute;
            right: 0;
            top: 0;
        }

.xzx-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.container_l {
    width: 801px;
}

    .container_l .content {
        display: flex;
        justify-content: space-between;
    }

        .container_l .content .content_l {
            box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);
            width: 380px;
            height: 420px;
        }

            .container_l .content .content_l .cover {
                display: block;
                width: 380px;
                height: 320px;
                position: relative;
            }

                .container_l .content .content_l .cover img {
                    display: block;
                    width: 100%;
                    height: 320px;
                }

                .container_l .content .content_l .cover p {
                    width: 100%;
                    height: 40px;
                    line-height: 40px;
                    background-color: rgba(0,0,0,.5);
                    color: #fff;
                    padding: 0 10px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                }

            .container_l .content .content_l .detail {
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding: 0 13px;
                height: 100px;
            }

                .container_l .content .content_l .detail a {
                    display: block;
                    color: #555;
                    font-size: 12px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                    .container_l .content .content_l .detail a:hover {
                        color: #01b063;
                    }

                    .container_l .content .content_l .detail a:nth-child(n+2) {
                        margin-top: 15px;
                    }

        .container_l .content .content_r {
            width: 410px;
        }

            .container_l .content .content_r .case {
                position: relative;
            }

                .container_l .content .content_r .case img {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

                .container_l .content .content_r .case p {
                    width: 100%;
                    height: 40px;
                    line-height: 40px;
                    background-color: rgba(0,0,0,.5);
                    color: #fff;
                    padding: 0 10px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                }

            .container_l .content .content_r .case1 {
                width: 410px;
                height: 210px;
                margin-bottom: 20px;
            }

            .container_l .content .content_r .case2, .container_l .content .content_r .case3 {
                width: 195px;
                height: 190px;
                float: left;
            }

            .container_l .content .content_r .case2 {
                margin-right: 20px;
            }

.container_r {
    width: 370px;
}

.case-list {
    box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);
    width: 370px;
    height: 420px;
}

    .case-list li {
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #f5f5f5;
        padding: 0 30px;
    }

        .case-list li:last-child {
            border-bottom: 0;
        }

        .case-list li .cover {
            display: none;
        }

        .case-list li .detail {
            width: 100%;
        }

        .case-list li .des {
            display: none;
            height: 40px;
            overflow: hidden;
            /*display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;*/
        }

        .case-list li .title {
            color: #333;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .case-list li.on {
            height: 120px;
            background-color: #f8f8f8;
            border-bottom: 0;
            padding: 20px 30px;
        }

            .case-list li.on a {
                display: flex;
                align-items: center;
            }

            .case-list li.on .cover, .case-list li.on .cover img {
                display: block;
                width: 107px;
                height: 77px;
            }

            .case-list li.on .cover {
                margin-right: 10px;
            }

            .case-list li.on .describe {
                width: 200px;
            }

                .case-list li.on .describe .title {
                    height: 15px;
                    line-height: 15px;
                    margin-bottom: 18px;
                }

            .case-list li.on .des {
                display: block;
                height: 40px;
                line-height: 20px;
                font-size: 12px;
                color: #999999;
            }

        .case-list li:hover .title {
            color: #01b063;
        }

.xzx-items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

    .xzx-items .item-container {
        box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);
        width: 395px;
        height: 420px;
    }

        .xzx-items .item-container .item-cover {
            height: 280px;
            position: relative;
        }

            .xzx-items .item-container .item-cover img {
                display: block;
                width: 100%;
                height: 100%;
            }

            .xzx-items .item-container .item-cover p {
                width: 100%;
                height: 40px;
                line-height: 40px;
                background-color: rgba(0,0,0,.5);
                color: #fff;
                padding: 0 10px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                position: absolute;
                bottom: 0;
                left: 0;
            }

.item-content {
    padding: 0 10px;
}

    .item-content a {
        height: 28px;
        line-height: 28px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #555555;
        font-size: 12px;
    }

        .item-content a:hover {
            color: #01b063;
        }

#SpanInfoSafeService {
    cursor: pointer;
}

    #SpanInfoSafeService:hover {
        text-decoration: underline;
    }
