﻿

.case-content{

}
    .case-content ul{
        
    }
    .case-content ul li{
        display: inline-block;
        width: 47.5%;
        margin-bottom: 5%;
    }
    .case-content ul li:nth-child(odd){
        float: left;
    }
    .case-content ul li:nth-child(even){
        float: right;
    }
    .case-content ul li .caselist-img{
        width: 100%;
        padding-bottom: 68.42%;
        position: relative;
        margin-bottom: 4%;
    }
    .case-content ul li .caselist-img img{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    /* 隐藏的框 */
    .case-content ul li .caselist-img>div{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        border: 0px solid rgba(255, 255, 255, .4);
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .case-content ul li .caselist-text{

    }
    .case-content ul li .caselist-text h1{
        display: block;
        font-size: 24px;
        color: #666;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 2%;
    }
    .case-content ul li .caselist-text p{
        display: block;
        font-size: 16px;
        line-height: 30px;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-weight: 100;
    }

    .case-content ul li:hover .caselist-img>div{
        border: 30px solid rgba(255, 255, 255, .4);
    }
    .case-content ul li:hover .caselist-text h1{
        color: #963437;
    }

@media(max-width:1600px)
{
.case-content ul li .caselist-text h1{
	font-size:20px;
}
}


    @media(max-width:760px){
        .case-content ul li .caselist-text h1{
            font-size: 12px;
            margin-bottom: 4%;
        }
        .case-content ul li .caselist-text p{
            font-size: 14px;
            line-height: 24px;
        }
        .case-content ul li:hover .caselist-img>div{
            border: 15px solid rgba(255, 255, 255, .4);
        }
    }

    @media(max-width:480px){
       
    }


/* 工程案例详情 */
.cased-content{
    /* border: 1px solid red; */
}
    .cased-content>h1{
        text-align: center;
        font-size: 32px;
        color: #000;
        font-weight: normal;
        padding-bottom: 3%;
        border-bottom: 1px dashed #d5d5d5;
        margin-bottom: 3%;
    }

    .cased-content .cased-top{
        max-width: 1380px;
        margin: 0 auto;
        /* border: 1px solid red; */
        position: relative;
        margin-bottom: 5%;
    }
    .pc-slide{
        width: 75.46%;
        margin: 0 auto;
        overflow: hidden;
    }
    /* 大图展示轮播 */
    .view{
        margin: 0 2%;
        overflow: hidden;
    }
    .view .swiper-container {width: 100%;position: relative;}
    .view:hover .arrow{display: block;}
    .view .arrow{display: block;position: absolute;top: 50%;margin-top: -35px;width: 70px;height: 70px;z-index: 100000000; }
    .view .swiper-slide{
        width: 100%;
        padding-bottom: 60%;
        position: relative;
    }
    .view .swiper-slide a{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .view .swiper-slide a img{
        display: inline-block;
        width: 100%;
        height: 100%;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
}
    .view .swiper-slide a img:hover{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
}

    /* 缩略图轮播图 */
    .preview { width: 100%;margin-top: 3%;position: relative;padding: 0 0.5%;}
    .preview .swiper-slide {width: 22% !important;height: 100%;margin: 0 1.4%;position: relative;padding-bottom: 16%;overflow: hidden;}
    .preview .swiper-slide img{ display: inline-block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; cursor: pointer; transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; }
    /* .preview .arrow{position: absolute;top: 50%;margin-top: -9px;width: 30px; height: 60px;z-index: 10;} */
    #cased-arrow-left,#cased-arrow-right{position: absolute;top: 50%;margin-top: -9px;width: 5%; height: 8.65%;z-index: 10;}
    #cased-arrow-left {
        background: url("../img/case-arrow01.png") no-repeat;
        left: 2px;
        top:40%;
        cursor: pointer;
        background-size: 100% 100%;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transition: 0s;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
}
    #cased-arrow-right {
        background: url("../img/case-arrow01.png") no-repeat;
        background-size: 100% 100%;
        right: 0px;
        top: 40%;
        cursor: pointer;
        transition: 0s;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
    }
    #cased-arrow-left:hover{
        background: url("../img/case-arrow02.png") no-repeat;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        background-size: 100% 100%;
        transition: 0s;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
}
    #cased-arrow-right:hover{
        background: url("../img/case-arrow02.png") no-repeat;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        background-size: 100% 100%;
}
    .preview .active-nav {
       
    }
    .preview .swiper-slide img:hover{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
}

/* 项目介绍 */
.cased-edite{

}
    .cased-edite .cased-edite-title{
display:none;
        margin-bottom: 2%;
    }
    .cased-edite .cased-edite-title h1{
        display: inline-block;
        width: 130px;
        height: 45px;
        line-height: 45px;
        font-size: 24px;
        background: #963437;
        color: white;
        text-align: center;
        font-weight: normal;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .cased-edite-text{
        padding-bottom: 5%;
        margin-bottom: 3%;
        border-bottom: 1px dashed #d5d5d5;
    }
    .cased-edite-text  p{
        font-size: 18px;
        line-height: 36px;
        color: #333;
        font-weight: 600;
    }
    .cased-edite-text  p span{
        font-size: 18px;
        color: #666;
        font-weight: normal;
    }

    .cased-back{
        text-align: center;
    }
    .cased-back a{
        display: inline-block;
        vertical-align: middle;
        margin: 0 25px;
    }
    .cased-back a:nth-child(2) img{
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }
    .cased-back a:nth-child(1) img:nth-child(2),
    .cased-back a:nth-child(3) img:nth-child(2){
        display: none;
        position: relative;
        top: 0;
     
    }
    .cased-back a:nth-child(1):hover img:nth-child(1),
    .cased-back a:nth-child(3):hover img:nth-child(1){
        display: none;
    }

    .cased-back a:nth-child(3):hover img:nth-child(2),
    .cased-back a:nth-child(1):hover img:nth-child(2){
        display: inline-block;
        position: relative;
        top: -2px;
    }
    .cased-back a:nth-child(2):hover img{
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
    }

}

@media(max-width:1600px){
.cased-content>h1 {
    	font-size: 28px;
}

}

@media(max-width:1400px){
.cased-content>h1 {
    	font-size: 24px;
}

}

@media(max-width:960px){
.cased-content>h1 {
    	font-size: 20px;
}

}

@media(max-width:760px){
.cased-content>h1 {
    	font-size: 18px;
}

}


@media(max-width:760px){
    .pc-slide{
        width: 88%;
    }
    .cased-edite .cased-edite-title h1{
        font-size: 17px;
        width: 120px;
        height: 40px;
        line-height: 40px;
    }
    .cased-content>h1{
        font-size: 17px;
    }
    .cased-edite-text p span{
        font-size: 16px;
    }
}