@-webkit-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@-moz-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@-o-keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

@keyframes bottom1 {
    0%,
    100% {
        bottom: 40px
    }
    50% {
        bottom: 15px
    }
}

.page_banner {
    background: url("../images/banner/case_banner.jpg") no-repeat center center
}

.case_title {
    text-align: center
}

.case_title h1 {
    font-size: 36px;
    color: #c30d23;
    vertical-align: baseline
}

.case_title h1 b {
    padding: 0 20px
}

.case_title h1 span {
    display: block;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 1px solid #c30d23;
    position: relative;
    top: 10px;
    z-index: 2;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.case_title h1 span::after {
    display: block;
    content: "";
    width: 150px;
    height: 1px;
    background: #b8b8b8;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.case_title h1 span:nth-child(1)::after {
    left: -150px
}

.case_title h1 span:nth-child(3)::after {
    right: -150px
}

.case_title h6 {
    color: #cccccc
}

.tab_list {
    padding: 30px 0
}

.tab_list li a {
    background: #333333
}

.case_msg_box {
    padding: 40px 0;
    box-sizing: border-box;
    border: 1px solid #eeeeee
}

.satisfaction_item {
    width: 170px;
    text-align: center;
    border-right: 1px solid #eeeeee
}

.satisfaction_item h1 {
    font-size: 42px;
    color: #c30d23;
    margin-bottom: 15px
}

.satisfaction_item h4 {
    color: #333333
}

.satisfaction_items {
    padding-right: 160px
}

.case_swiper {
    margin-left: 20px;
    width: 650px
}

.case_swiper .swiper-container {
    width: 650px;
    height: 100px
}

.case_msg h3 {
    color: #222222
}

.case_msg h3:first-child {
    max-width: 70%
}

.case_list li {
    border: 1px solid #cccccc;
    margin: 0 10px 20px;
    width: 380px;
    box-sizing: border-box;
    position: relative
}

.case_list li:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.case_list li:hover h3 {
    background: #c30d23;
    color: #fff
}

.case_list .imgs_box {
    width: 378px;
    height: 300px
}

.case_list .imgs_box img {
    max-width: 378px;
    max-height: 300px
}

.case_list h3 {
    color: #333333;
    height: 60px;
    line-height: 60px;
    text-align: center
}

.tab_list li {
    width: 180px
}