* {
    padding: 0;
    margin: 0;
    list-style: none;

}



.home_container {
    text-align: center;
    width: 100%;
}

.title {
    font-size: 35px;
    line-height: 100px;
    /* width: 100%; */
    /* margin:0 auto; */
    text-align: center;
    margin-top: 100px;

}

.more_case {

    overflow: hidden;
    display: inline-block;
    /* padding: 0px 10px; */
    margin-top: 20px;
    margin-bottom: 80px;
    padding: 0px;
    border-radius: 5px;
    background: rgba(245, 245, 245, 1);
    
}

.more_smallcase {
    width: 100%;
    /* height: 100%; */
    /* overflow: hidden; */


}

.case-img img {
    width: 100%;
}

.small_case:hover {
    text-decoration: none
}

.content {
    height: 180px;
    /* overflow: hidden; */
}

.content h4 {
    color: rgb(28, 23, 59);
    line-height: 30px;

}

.content p {
    color: rgb(143, 143, 143);
    font-size: 14px;
    /* padding-bottom: px; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.case-img {
    overflow: hidden;
    width: 100%;
    /* height: 100%; */

}

.scroll {
    padding-top: 20px;
    padding-bottom: 30px;
}

.custom-navbar.top-nav-collapse {
    padding: 14px;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}


/* 屏幕尺寸大于800px时候有动画 */
@media (min-width: 800px) {
    .case-img>img {
        transition: all 0.3s;
    }

    /* .case-img>img:hover {
        transform: scale(1.1);
    } */
    .more_case:hover .case-img>img {
        transform: scale(1.1);
    }

    .more_case {
        width: 30%;
        margin-left: 25px;
        height: 450px;

    }
}

@media (max-width:768px) {
    .nav-tabs.nav-justified>li {
        /* float: left; */
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified {
        /* display: flex; */
        min-width: 768px;
        /* margin: 0 auto; */
    }

    .scroll {
        overflow-x: auto;
        overflow-y: hidden;
        width: calc(100vw - 30px);


    }
}


@media (max-width: 799px) and (min-width:640px) {
    .more_case {
        width: 40%;
        margin-left: 40px;
        overflow: hidden;
        /* height: 340px; */
    }


    .case-img>img {
        transition: all 0.3s;
    }

    .more_case:hover .case-img>img {
        transform: scale(1.1);
    }
}

@media (max-width: 639px) {
    .more_case {
        width: 100%;
        /* height: 400px;; */
    }

}





/* start navigation */


.custom-navbar {
    background: #ffffff;
    margin-bottom: 0;
    width: 100%;
}

.custom-navbar .navbar-brand {
    color: #303030;
    font-size: 40px;
}

.custom-navbar .navbar-brand .navbar-toggle {
    background: #55acee;
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.custom-navbar .nav li a {
    color: #505050;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 4px;
    padding-right: 20px;
    padding-left: 20px;
    transition: all 0.3s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: #FFD321;
    transition: all 0.3s ease-in-out;
}

.custom-navbar .nav>li>a:focus {
    background-color: transparent;
    outline: none;
}

.custom-navbar .nav li.active>a {
    background-color: #FFD321;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #FFD321;
    border-color: transparent;
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

@media(min-width:768px) {
    .custom-navbar {
        background: #ffffff;
        padding: 14px;
        border-bottom: 0;
        background: 0 0;
    }

    .custom-navbar.top-nav-collapse {
        padding: 14px;
        background: #fff;
        border-bottom: 1px solid #eeeeee;
    }
}




/* 客户案例分页器修改 */
.nav-tabs.nav-justified>li>a {
    border-radius: 0;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border-bottom: 2px rgb(66, 66, 66) solid;
    /* border: 0 0 2px 0 rgb(66, 66, 66) solid; */
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: none;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border-top: none;
    border-left: none;
    border-right: none;
}

.nav-tabs>li>a:hover {
    border-top: none;
    border-left: none;
    border-right: none;
}

.nav-tabs>li>a {
    border: none;
}

.nav-tabs.nav-justified {
    width: 100%;
    margin: 0 auto;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: none;
}

.case-tab {
    color: rgb(163, 163, 163);
    font-size: 16px;
}

.case-tab:hover {
    color: #333;
}