/* 头部 */
.header_nav ul li > a {
    color: #fff !important;
    text-shadow: 0px 3px 4px #000;
}


/* 轮播图 开始 */

.swiper {
    width: 100%;
    /*overflow: hidden;*/
    position: relative;
    height:180px;
}

.swiper_inner {
    position: relative;
    height: 800px;
    width: 990px;
    margin: 0 auto
}

.swiper img {
    object-fit: contain;
}

.swiper_img {
    width: 100%;
}

#js_swiper_img {
    height: 800px;
    overflow: hidden;
}

.swiper_img li {
    float: left;
    width: 100%;
    position: relative;
    background-size: 100%;
}

.swiper .child1 {
    position: absolute;
    width: 800px;
    height: 500px;
    left: 400px;
    top: 0
}

.swiper .child2 {
    position: absolute;
    width: 800px;
    left: -20%;
    top: 40%
}

.swiper_common {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.swiper_pre {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 180px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(/img/left_direction.png) no-repeat;
    opacity: .5;
    filter: alpha(opacity=50)
}

.swiper_next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 180px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(/img/right_direction.png) no-repeat;
    opacity: .5;
    filter: alpha(opacity=50)
}

    .swiper_pre:hover,
    .swiper_next:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }

.swiper .control {
    display:none;
    width: auto;
    position: absolute;
    top: 450px;
    left: 50%;
    margin-left: -65px;
}

    .swiper .control li {
        display:none;
        float: left;
        margin-left: 10px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        cursor: pointer;
        background: #fff
    }

        .swiper .control li a {
            display: none
        }

        .swiper .control li.current {
            background: #332d2d;
        }

.swiper-container {
    height: 290px;
    width: 400px;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 15px;
    width: 100%;
    z-index: 100;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

@media screen and (max-width:768px) {
    .swiper_inner {
        width: 100%;
        height: 180px;
    }

        .swiper_inner img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            background-size: auto 180px;
        }

    .swiper .child1,
    .swiper .child2 {
        width: 100%;
        max-height: 180px;
    }

    .swiper .control {
        top: 125px;
        width: 100%;
        left: 0;
        margin: 0;
        display: flex;
        justify-content: center;
    }

    #js_swiper_img {
        height: 180px;
    }

    .swiper_img li {
        height: 180px;
    }
}


.child > p:first-child {
    font-size: 52px;
    color: #fff;
    line-height: 54px;
    height: 116px;
    text-shadow: -1px 3px 4px #000;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.child > p:nth-child(2) {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-shadow: -1px 3px 4px #000;
}

.horiz_1 {
    position: absolute;
    left: 0;
    bottom: 25%;
}

    .horiz_1 span {
        display: inline-block;
        margin-left: -130px;
        font-weight: bold;
        font-size: 18px;
        color: #1d1d1d;
    }


/* 轮播图 结束 */

/* 首页 特色 开始 */

.home_cha {
    margin-top:-30px;
    margin-bottom:5px;
    background-color:#f5f5f5;
}

    .home_cha .feature {
        padding: 0 !important;
    }

/* 首页 特色 结束 */


/* 案例 开始 */

.home_case_img{
    width:100%;
    padding:0 10px;
}
    .home_case_img img{
        width:100%;
    }

    .home_case {
        margin-top: 30px;
        display: grid;
        grid-gap: 10px;
        grid-auto-flow: row dense;
        grid-template-columns: repeat(5, auto);
        grid-template-rows: repeat(2, 282px) repeat(4, 136px);
    }

.img_item:nth-child(1) {
    background: url(/img/home/B1.jpg);
    grid-column-start: 1;
    grid-column-end: 3;
}

.img_item:nth-child(2) {
    background: url(/img/home/B2.jpg);
    grid-column-start: 3;
    grid-column-end: 5;
}

.img_item:nth-child(3) {
    background: url(/img/home/a1.jpg);
}

.img_item:nth-child(4) {
    background: url(/img/home/home_caselayout.png);
    grid-column-start: 1;
    grid-column-end: 3;
}

.img_item:nth-child(5) {
    background: url(/img/home/B4.jpg);
    grid-column-start: 3;
    grid-column-end: 5;
}

.img_item:nth-child(6) {
    background: url(/img/home/A5.jpg);
}

.img_item:nth-child(7) {
    background: url(/img/home/B5.jpg);
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: span 2;
}

.img_item:nth-child(8) {
    background: url(/img/home/A3.jpg);
    grid-row: span 3;
}

.img_item:nth-child(9) {
    background: url(/img/home/C1.jpg);
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 5;
    grid-row: span 4;
}

.img_item:nth-child(10) {
    background: url(/img/home/b6.jpg);
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: span 2;
}

.img_item:nth-child(11) {
    background: url(/img/home/home_case1.png);
}

.img_item {
    background-size: cover !important;
    background-repeat: no-repeat;
}

.home_case {
    padding-bottom: 30px;
}

    .home_case a {
        display: block;
        width: 100%;
        height: 100%;
    }

/* 案例 结束 */


/* 设计资讯 开始 */

.home_news {
    padding: 20px 10px 20px;
    background: url(/img/h_new_bg.jpg);
    margin-bottom:5px;
}

.h_n_tit {
    width: 100%;
}

    .h_n_tit h5 {
        font-weight: bold;
        font-size: 24px;
        color: #3d3d3d;
    }

    .h_n_tit h3 {
        font-size: 24px;
        font-weight: normal;
        color: #666;
    }

    .h_n_tit p {
        font-size: 36px;
        height: 50px;
        line-height: 50px;
        color: #1d1d1d;
    }

.h_n_list {
    padding-top:10px;
}

    .h_n_list ul li {
        width: 100%;
        float: left;
        position: relative;
    }

     

        .h_n_list ul li:nth-child(5) {
            width: 22%;
        }

        .h_n_list ul li .n_date {
            height: 32px;
            text-align: right;
            background: url(/img/home_news.png) no-repeat;
            background-size: cover;
            background-position-x:100%;
            background-position-y:50%;
            position: relative;
            z-index: 99999;
        }

        .h_n_list ul li .n_date p {
            padding-right: 40px;
            padding-top:5px;
            color: #fff;
        }


        .h_n_list ul li .n_tit {
            font-weight: bold;
            font-size: 14px;
            color: #333;
            height:40px;
            line-height: 50px;
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
        }

        .h_n_list ul li .n_info {
            padding-right: 10px;
            padding-left: 10px;
            width: 100%;
        }


        .h_n_list ul li .n_desc {
            font-size: 13px;
            color: #3d3d3d;
            text-align: justify;
            line-height: 24px;
        }

.h_more {
    float: right;
    width: auto;
    background-color: #EFDD52;
    color: #3d3d3d;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
}
    .h_more a {
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        color:#333;
        font-weight:bold;
    }

/* 设计资讯 结束 */


/* 专业团队 开始 */
.home_team{
    margin-bottom:5px;
}

.team_all .h_t_pic {
    width: 100%;
    height: 655px;
    background: no-repeat 50% -0px fixed;
    background-image: url(/img/team_all.jpg);
}
.team_all img {
    width: 100%;
    display: block;
}

/*.team_list {
    padding-bottom: 30px;
}

    .team_list ul li {
        width: 20%;
        float: left;
    }

        .team_list ul li img {
            width: 100%;
            height: 260px;
            display: block;
        }*/

    .team_list .team_tit {
        width: 100%;
        text-align: center;
        position: relative;
        background-color: #000;
        padding:10px 10px 20px 10px;
    }

        .team_list .team_tit span {
            font-weight: bold;
        }

        .team_list .team_tit p,
        .team_list .team_tit span {
            font-size: 28px;
            height: 45px;
            line-height: 45px;
            position: relative;
        }

        .team_list .team_tit p {
            color: #dfdfdf;
        }

        .team_list .team_tit h3 {
            font-size: 14px;
            line-height: 22px;
            height: 22px;
            font-weight: normal;
            color: #dfdfdf;
            position: relative;
        }

        .team_list .team_tit h5 {
            font-size: 12px;
            color: #dfdfdf;
            line-height: 20px;
            position: relative;
            font-weight: normal;
        }

        .team_list .team_tit .ver-1,
        .team_list .team_tit .ver-2,
        .team_list .team_tit .ver-3,
        .team_list .team_tit .ver-4 {
            position: absolute;
            top: 0;
            height: 100%;
            width: 1px;
            background-color: #1d1c1c;
        }

        .team_list .team_tit .ver-1 {
            left: calc(20% - 1px);
        }

        .team_list .team_tit .ver-2 {
            left: calc(40% - 1px);
        }

        .team_list .team_tit .ver-3 {
            left: calc(60% - 1px);
        }

        .team_list .team_tit .ver-4 {
            left: calc(80% - 1px);
        }



    

/* 专业团队 结束 */

/* 最后一个 开始 */
.home_target {
    background: url(/img/home_target.jpg) no-repeat  center;
    height: 470px;
    padding-bottom:15px;
    margin-bottom: 5px !important;
}

    .home_target .target_box {
        border-bottom: 1px solid #f6f6f8;
        padding-bottom:15px;
    }

        .home_target .target_box .t_tit {
            font-size: 28px;
            letter-spacing: 0.2rem;
            height: 58px;
            font-weight: bold;
            color: #1d1d1d;
            text-align: center;
            padding-top: 20px;
        }

        .home_target .target_box .t_desc {
            background-size: 24px;
            text-align: center;
        }

            .home_target .target_box .t_desc p {
                color:#333;
                font-size: 12px;
                line-height: 20px;
            }

        .home_target .target_box .t_list ul {
            display: flex;
            justify-content: space-around;
            padding-top: 15px;
        }

            .home_target .target_box .t_list ul li {
                width: 18%;
                height: auto;
                padding-top:18%;
                background-color: rgb(251, 238, 0, 80%);
                border-radius: 50%;
                line-height: 140px;
                text-align: center;
                font-size: 0px;
                color: #1d1d1d;
                position:relative;
            }

                .home_target .target_box .t_list ul li p {
                    font-size: 14px;
                    line-height:14px;
                    position:absolute;
                    color:#333;
                    width:100%;
                    font-weight:bold;
                    top:calc(50% - 7px);
                }
/* 最后一个 结束 */
