﻿.case_container {
    width: 1200px;
    margin: 0 auto;
}
.case_container * {
    box-sizing: border-box;
}
.case_position {
    height: 60px;
    line-height: 60px;
    color: #777;
}

    .case_position a {
        color: #777;
    }

        .case_position a:hover {
            color: #16ac5e;
        }

    .case_position span {
        margin: 0 5px;
    }

.detail_container{
    height:520px;
    box-shadow:0px 8px 20px rgba(0,0,0,.1);
    margin-bottom:40px;
}
.pc-slide{
    width:830px;
    height:520px;
    position:relative;
    float:left;
}
.view .swiper-container {
    width: 830px;
    height: 520px;
}
.view .arrow-left {
    background: url(../images/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}
.view .arrow-right {
    background: url(../images/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}
    .view .swiper-container img {
        display: block;
        width: auto;
        height: 520px;
        margin:0 auto;
    }
    .preview {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color:rgba(0,0,0,.3);
        z-index:2;
        height:100px;
        display:none;
    }

    .preview .swiper-container {
        width: 710px;
        height: 76px;
        margin:12px auto;
    }

        .preview .swiper-slide {
            width: 76px;
            height: 76px;
            cursor: pointer;
            margin-right:6px;
        }

        .preview .arrow-left {
            background: url(../images/feel3.png) no-repeat center center;
            position: absolute;
            left: 10px;
            top: 50%;
            margin-top: -25px;
            width: 28px;
            height: 50px;
            z-index: 10;
        }

        .preview .arrow-right {
            background: url(../images/feel4.png) no-repeat center center;
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -25px;
            width: 28px;
            height: 50px;
            z-index: 10;
        }

        .preview img {
            border: 3px solid #fff;
            width: 76px;
            height: 76px;
        }

        .preview .active-nav img {
            border-color: #82b3e7;
        }
.company_info {
    padding: 20px 25px;
    float: left;
}
    .company_info .company_logo {
        width:120px;
        height:120px;
        border-radius:50%;
        margin:10px auto;
    }
        .company_info .company_logo img {
            width: 120px;
            height: 120px;
            border-radius: 50%;
        }
    .company_info .company_name {
        font-size:22px;
        text-align:center;
        margin-bottom:20px;
    }
.company_detail{
    width:286px;
    margin:0 auto 30px;
}
    .company_detail tr{
        height:30px;
        line-height:30px;
    }
        .company_detail tr td{
            width:50%;
            font-size:14px;
        }
            .company_detail tr td span{
                font-weight:600;
            }

            .case_container_left {
                width: 830px;
                float: left;
                margin-bottom: 100px;
            }
.case_container_right{
    width:350px;
    float:right;
}

.case_describe{
    border:1px solid #ddd;
    margin-bottom:20px;
    padding:25px;
}
    .case_describe .case_describe_tag {
        font-size: 22px;
        position: relative;
        padding-left: 20px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .case_describe .case_describe_tag:before{
        display:block;
        content:"";
        width:8px;
        height:16px;
        background-color:#333;
        position:absolute;
        top:50%;
        margin-top:-8px;
        left:0;
    }
    .case_describe .case_describe_content {
        font-size:14px;
        line-height:30px;
    }
    .case_describe .case_describe_content span{
        font-weight:600;
    }
.case_hot_container{
    border:1px solid #ddd;
    padding:25px;
}
    .case_hot_container .hot_container_tag {
        font-size: 22px;
        position: relative;
        padding-left: 20px;
        margin-bottom: 20px;
        font-weight: 600;
    }
        .case_hot_container .hot_container_tag:before {
            display: block;
            content: "";
            width: 8px;
            height: 16px;
            background-color: #333;
            position: absolute;
            top: 50%;
            margin-top: -8px;
            left: 0;
        }
.hot_list{
    display:flex;
    display:-webkit-flex;
    flex-wrap:wrap;
}
    .hot_list li {
        width: 245px;
        margin-right: 21px;
    }
    .hot_list li:nth-child(3n){
        margin-right:0;
    }
    .hot_list li .hot_list_cover {
        width: 245px;
        height: 170px;
        overflow: hidden;
    }
        .hot_list li .hot_list_cover img {
            display: block;
            width: 245px;
            height: 170px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }
    .hot_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);
    }
    .hot_list li:hover p{
        color:#16ac5e;
    }
    .hot_list li p{
        font-size:14px;
        height:60px;
        line-height:60px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }

.case_form{
    border:1px solid #ddd;
    padding:25px;
    margin-bottom:20px;
}
    .case_form .like {
        text-align:center;
        font-size:20px;
        margin-bottom:10px;
    }
    .case_form .reply {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
    }
        .case_form .reply span {
            color: #ff5b0a;
        }
    .case_form .number {
        text-align: center;
        font-size: 14px;
        color: #999;
        line-height: 28px;
        margin-bottom: 10px;
    }
        .case_form .number span {
            display: inline-block;
            width: 24px;
            height: 28px;
            text-align:center;
            line-height:28px;
            color:#fff;
            font-size:22px;
            background-color: #ff5723;
            border-radius:3px;
            margin:0 3px;
        }
.form_list li{
    margin-bottom:20px;
}
.form_list li input[type='text']{
    width:100%;
    height:40px;
    line-height:40px;
    border:1px solid #ddd;
    padding:0 10px;
}
    .form_list li select {
        width: 140px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ddd;
        padding: 0 10px;
    }
        .form_list li select:nth-child(1) {
            margin-right: 14px;
        }
    .form_list li input[type='button'] {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #fff;
        background-color: #ff6c14;
        cursor:pointer;
        outline:0;
        border:0;
    }
.safty_service{
    display:flex;
    display:-webkit-flex;
    align-items:center; 
    margin-bottom:5px;
}
.safty_service a:hover{
    color:#333;
}
.safty_service input{
    margin-right:5px;
}
.form_tips{
    font-size:15px;
    color:#888;
}
.case_more{
    border:1px solid #ddd;
    padding:25px 14px;
    margin-bottom:20px;
}
    .case_more .case_more_tag {
        height:30px;
        line-height:30px;
        margin-bottom:10px;
        font-size:18px;
    }
    .case_more .case_more_tag a{
        font-size:12px;
        float:right;
    }
        .case_more .case_more_tag a:hover{
            color:#16ac5e;
        }
.case_more_list{
    display:flex;
    display:-webkit-flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.case_more_list li{
    margin-bottom:10px;
    width:155px;
    height:145px;
    position:relative;
    overflow:hidden;
}
    .case_more_list li img {
        display: block;
        width: 155px;
        height: 145px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .case_more_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);
    }
    .case_more_list li p {
        width:100%;
        text-align:center;
        height: 30px;
        line-height: 30px;
        color: #fff;
        font-size: 14px;
        padding: 0 10px;
        overflow: hidden;
        background-color: rgba(0,0,0,.5);
        text-overflow: ellipsis;
        white-space: nowrap;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.relative_tag {
    border: 1px solid #ddd;
    padding: 25px 14px 15px;
}
    .relative_tag .relative_tag_title {
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .relative_tag .tag_container {
        display:flex;
        display:-webkit-flex;
        flex-wrap:wrap;
    }
        .relative_tag .tag_container a {
            height:40px;
            line-height:40px;
            font-size:14px;
            background-color: #f5f5f5;
            margin-right:10px;
            margin-bottom:10px;
            padding:0 15px;
        }
        .relative_tag .tag_container a:hover{
            color:#16ac5e;
        }

.fixed {
    display:none;
}