﻿.case_container {
    width: 1200px;
    margin: 0 auto;
}

    .case_container * {
        box-sizing: border-box;
    }

.banner {
    width: 100%;
    min-width: 1200px;
    height: 450px;
    background-image: url('../images/banner.png');
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
}

    .banner .banner_container {
        height: 450px;
        position: relative;
    }

        .banner .banner_container .banner_order {
            display: block;
            width: 330px;
            height: 206px;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -103px;
            background-image: url('../images/order.png');
        }

.case_nav_list {
    width: 250px;
    position: relative;
    height: 450px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    background-color: #fff;
}

.nav_list_item {
    position: relative;
    border-bottom: 1px dashed #ccc;
    height: 112px;
}

    .nav_list_item:last-child {
        border-bottom: 0;
    }

    .nav_list_item .list_item {
        height: 112px;
        position: relative;
        padding: 30px 0 30px 20px;
    }

        .nav_list_item .list_item .list_item_style {
            width: 60px;
            border-right: 1px solid #ccc;
            text-align: center;
            float: left;
        }

            .nav_list_item .list_item .list_item_style .t1 {
                font-size: 16px;
            }

            .nav_list_item .list_item .list_item_style .t2 {
                font-size: 16px;
                font-family: Arial;
            }

.list_item_detail {
    width: 150px;
    overflow: hidden;
    float: left;
    padding-left: 15px;
}

    .list_item_detail a, .list_item_more a {
        display: inline-block;
        height: 24px;
        line-height: 24px;
        margin-right: 14px;
    }

        .list_item_detail a:hover, .list_item_more a:hover {
            color: #01b063;
        }

.list_item_more {
    height: 112px;
    padding: 30px 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 230px;
    width: 170px;
    display: none;
}

.nav_list_item:hover .list_item_more {
    display: block;
}

.case_bar {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

    .case_bar li {
        width: 286px;
        height: 170px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s;
    }

        .case_bar li:hover {
            -webkit-transform: translate3d(0,-10px,0);
            transform: translate3d(0,-10px,0);
        }

.case_list {
    margin-bottom: 50px;
}

    .case_list .case_swiper .swiper-slide {
        height: 240px;
        position: relative;
        overflow: hidden;
        top: 20px;
    }

        .case_list .case_swiper .swiper-slide img {
            display: block;
            width: 100%;
            /*height: 240px;*/
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

    .case_list .case_swiper .swiper-slide-active {
        width: 400px !important;
        height: 280px;
        top: 0;
    }

    .case_list .case_swiper .swiper-slide p {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #fff;
        padding: 0 10px;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0,0,0,.5);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .case_list .case_swiper .swiper-slide-active img {
        display: block;
        width: 100%;
        /*width: 400px;
        height: 280px;*/
    }

    .case_list .case_swiper .swiper-slide:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .case_list .case_swiper .swiper-slide-next {
        margin-right: 0 !important;
    }

.swiper-button-next, .swiper-button-prev {
    background-color: rgba(0,0,0,.5);
    background-size: 15px 20px !important;
    border-radius: 5px;
}

.title_style {
    text-align: center;
    margin-bottom: 40px;
}

    .title_style .title1 {
        font-size: 30px;
        letter-spacing: 15px;
        height: 40px;
        line-height: 40px;
    }

    .title_style .title2 {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }

.case_style {
    margin-bottom: 50px;
}

.case_style_list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .case_style_list li {
        width: 390px;
    }

        .case_style_list li:nth-child(n+4) {
            margin-top: 30px;
        }

        .case_style_list li .style_list_cover {
            width: 390px;
            height: 230px;
            overflow: hidden;
            position: relative;
        }

            .case_style_list li .style_list_cover img {
                display: block;
                width: 100%;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

            .case_style_list li .style_list_cover:hover img {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }

        .case_style_list li p {
            text-align: center;
            height: 50px;
            line-height: 50px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0 10px;
            font-size: 18px;
        }

        .case_style_list li:hover p {
            color: #01b063;
        }

.style_swiper .swiper-slide {
    width: 82px !important;
    margin-right: 40px;
    text-align: center;
}

    .style_swiper .swiper-slide .style_cover {
        width: 82px;
        height: 82px;
        border-radius: 50%;
        border: 1px solid #ddd;
    }

    .style_swiper .swiper-slide img {
        display: block;
        width: 74px;
        height: 74px;
        border-radius: 50%;
        margin: 3px;
    }

    .style_swiper .swiper-slide:hover p {
        color: #01b063;
    }

.style_swiper .swiper-wrapper {
    width: 1065px;
    margin: 0 auto;
}

.case_tooling {
    margin-bottom: 50px;
}

    .case_tooling .tooling_list {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }

.tooling_list li {
    width: 290px;
    height: 315px;
    position: relative;
    overflow: hidden;
}

    .tooling_list li img {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .tooling_list li:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .tooling_list li .tooling_mask {
        width: 290px;
        height: 315px;
        text-align: center;
        line-height: 315px;
        color: #fff;
        font-size: 26px;
        background-color: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        left: 0;
    }

        .tooling_list li .tooling_mask:before, .tooling_list li .tooling_mask:after {
            display: block;
            content: "";
            width: 56px;
            height: 2px;
            background-color: #fff;
            position: absolute;
            top: 50%;
            margin-top: -1px;
        }

        .tooling_list li .tooling_mask:before {
            left: 45px;
        }

        .tooling_list li .tooling_mask:after {
            right: 45px;
        }

.case_huxing {
    margin-bottom: 50px;
}

.huxing_left {
    width: 590px;
    height: 380px;
    float: left;
    overflow: hidden;
}

    .huxing_left img {
        display: block;
        width: 100%;
    }

    .huxing_left .swiper-pagination {
        text-align: right;
        padding-right: 20px;
    }

    .huxing_left .swiper-pagination-bullet {
        background-color: #fff;
        opacity: 1;
    }

    .huxing_left .swiper-pagination-bullet-active {
        background-color: #01b063;
    }

    .huxing_left p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        background-color: rgba(0,0,0,.5);
        color: #fff;
        font-size: 24px;
        line-height: 60px;
        padding: 0 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.huxing_right {
    width: 595px;
    float: left;
    height: 380px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-left: 15px;
}

    .huxing_right li {
        width: 290px;
        height: 180px;
        position: relative;
        overflow: hidden;
    }

        .huxing_right li img {
            display: block;
            width: 100%;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .huxing_right li p {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 30px;
            background-color: rgba(0,0,0,.5);
            color: #fff;
            font-size: 14px;
            line-height: 30px;
            padding: 0 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .huxing_right li:hover img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

.case_space {
    margin-bottom: 50px;
}

.space_item {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 20px;
}

    .space_item .space_item_name {
        width: 150px;
        height: 192px;
        text-align: center;
        line-height: 192px;
        font-size: 24px;
        color: #fff;
        position: relative;
        margin-right: 22px;
    }

    .space_item .bg1 {
        background-color: #7ecda2;
    }

    .space_item .bg2 {
        background-color: #7ebdcd;
    }

    .space_item .space_item_name:before {
        display: block;
        content: "";
        border: 10px solid #fff;
        border-left-color: transparent;
        border-top-color: transparent;
        border-bottom-color: transparent;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
    }

    .space_item .space_item_list {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        width: 1028px;
    }

        .space_item .space_item_list li {
            height: 192px;
            width: 230px;
        }

            .space_item .space_item_list li .item_list_cover {
                width: 230px;
                height: 160px;
                overflow: hidden;
            }

.space_item_list li img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.space_item_list li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.space_item_list li p {
    font-size: 14px;
    line-height: 32px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.space_item_list li:hover p {
    color: #01b063;
}

.case_space_bar {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

    .case_space_bar li {
        width: 160px;
        height: 87px;
        border: 1px solid #ddd;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s;
    }

        .case_space_bar li a {
            height: 100%;
            display: flex;
            display: -webkit-flex;
            justify-content: center;
            align-items: center;
        }

        .case_space_bar li span {
            display: block;
            width: 34px;
            height: 32px;
            background-image: url('../images/icons.png');
            margin-right: 30px;
        }

            .case_space_bar li span.icon1 {
                background-position: 0 0;
            }

            .case_space_bar li span.icon2 {
                background-position: 0 -32px;
            }

            .case_space_bar li span.icon3 {
                background-position: 0 -65px;
            }

            .case_space_bar li span.icon4 {
                background-position: 0 -96px;
            }

            .case_space_bar li span.icon5 {
                height: 28px;
                background-position: 0 -128px;
            }

            .case_space_bar li span.icon6 {
                background-position: 0 -154px;
            }

            .case_space_bar li span.icon7 {
                background-position: 0 -186px;
            }

        .case_space_bar li:hover {
            -webkit-transform: translate3d(0,-10px,0);
            transform: translate3d(0,-10px,0);
        }

            .case_space_bar li:hover p {
                color: #01b063;
            }

/*图册 友情链接*/
.contact_container {
    border-top: 1px solid #ECECEC;
    font-size: 14px;
    color: #8F8F8F;
    padding: 20px 0 0 0;
    margin-bottom: 50px;
}

    .contact_container .link_tab {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #ECECEC;
    }

        .contact_container .link_tab span {
            margin-right: 20px;
            display: block;
            float: left;
            color: #443f3f;
            cursor: pointer;
        }

            .contact_container .link_tab span.on {
                border-bottom: 1px solid #01b063;
            }

    .contact_container .link_item {
        padding: 20px 0 10px 0;
        line-height: 24px;
    }

        .contact_container .link_item a {
            color: #8F8F8F;
            margin: 0 5px;
            margin-right: 10px;
            display: block;
            float: left;
        }

            .contact_container .link_item a:hover {
                color: #01b063;
            }

#links2 {
    display: none;
}
/*.zbbtn-close{
    width: 32px;
    height: 32px;
    position: relative;
    top: -20px;
    left: 40px;
}*/
