@charset "UTF-8";

/*banner*/
.banner{
    position: relative;
    background: url(../images/case-banner.jpg) no-repeat;
    height: 500px;
    background-attachment: fixed;
}
.banner-word{
    width: 300px;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
}
.banner-bg{
    max-width: 100%;
    position: absolute;
    bottom: 0;
    /*left: 25%;*/
    /*right: 0;*/
    /*margin: auto;*/
    color: #fff;
    z-index: 9;
}
.banner-word h1{
    font-family: Arial;
    font-size: 32px;
}
.banner-word h3{
    font-size: 14px;
}
.banner-downLine{
    width: 100px;
    height: 1px;
    background-color: #f5f5f5;
    margin: 10px auto;
}
/*小标题*/
.s-title{
    margin-bottom: 35px;
    margin-top: 35px;
}
.s-title-list{
    text-align: center;
}
.s-title-list li{
    margin-right: 5px;
    display: inline-block;
    *display:inline;
    *zoom:1;
    margin-bottom: 10px;
}
.s-title-list li a{
    display: inline-block;
    *display:inline;
    *zoom:1;
    width: 130px;
    height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
}

.badge{
    margin-left: 5px;
    background-color: #e5e5e5;
    color: #535353;
    padding: 4px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: normal;
}
.s-title-list li a:hover{
    border-color: #0080cb;
    background-color: #0080cb;
    color: #fff;
}
.s-title-list li a:hover .badge{
    background-color: #fff;
    color: #0080cb;
}
.now{
    background-color: #0080cb;
    color: #fff;
    border-color: #0080cb;
}
.now .badge{
    color: #0080cb;
    background-color: #fff;
}

/*作品*/
.works-block .col-md-3, .works-block .col-sm-6, .works-block .col-xs-12{
    padding: 0;
}
.works-title{
    padding: 50px 0 40px;
    text-align: center;
    background-color: #5e8492;
    color: #fff;
}
.works-title p{
    margin-top: 15px;
}
.works-title .know-more{
    color: #fff;
}
.works-title .right-angle{
    border: 1px solid #fff;
}
.works-title .know-more:hover{
    color: #0080cb;
}
.works-title .know-more:hover .right-angle{
    border: 1px solid #0080cb;
}
.index-works-img{
    width: 100%;
    -webkit-transition: all 3s;
    -moz-transition:  all 3s;
    -ms-transition:  all 3s;
    -o-transition:  all 3s;
    transition:  all 3s;
    overflow: hidden;
}
.works-text-p{
    position: relative;
    width: 100%;
    color: #fff;
    background-color: #535353;
    line-height: 1.6;
    padding: 11px 15px 12px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.works-icon{
    width: 80px;
    height: 80px;
    background-color: #0080cb;
    text-align: center;
    line-height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.works-text-p1{
    font-size: 20px;
}
.works-text-p2{
    font-size: 16px;
}
.works-icon img{
    max-width: 100%;
}
.works-cont-img{
    position: relative;
}
.shadow-black{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.shadow-black img{
    margin-top: 35%;
}
.works-cont{
    overflow: hidden;
}
.works-cont:hover{
    cursor: pointer;
    overflow: hidden;
}
.works-cont:hover .shadow-black{
    opacity: 1;
}
.works-cont:hover .index-works-img{
    -webkit-transform: scale(1.12, 1.12);
    -moz-transform: scale(1.12, 1.12);
    -ms-transform: scale(1.12, 1.12);
    -o-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12);
    overflow: hidden;
}
.works-cont:hover .works-text-p{
    background-color: #333;
}
.works-cont:hover .works-icon{
    background-color: #004065;
}
/*加载更多图片*/
.load-more{
    text-align: center;
    padding: 50px 0;
}
.load-more a{
    padding: 10px 40px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 16px;
}
.load-more a:hover{
    border: 1px solid #0080cb;
    color: #0080cb;
}
.list{
    background-color: #f1f1f1;
}
/*案例内页*/
.page-cont{
    max-height: 980px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}
.page-cont img{
    max-height: 100%;
}
.shadow{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    height: 200px;
    width: 100%;
    background-color: #0080cb;
}
.pc-icon{
   height: 100%;
}
.case-intro{
    display: inline-block;
    *display:inline;
    *zoom:1;
    vertical-align: middle;
    color: #fff;
    margin-left: 25px;
}
.case-intro h4{
    margin-top: 10px;
}
.btn-a{
    float: right;
    display: inline-block;
    *display:inline;
    *zoom:1;
    height: 100px;
    line-height: 100px;
}
.visit-a{
    padding: 6px 70px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.visit-a:hover,.back-a span:hover{
    border-color: #fff;
    background-color: #fff;
    color: #0080cb;
}
.back-a{
    margin-left: 30px;
}
.back-a span{
    padding: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.case-page-cont{
    position: relative;
    top: 210px;
    z-index: 4;
    overflow: hidden;
}
.case-page-cont img{
    max-width: 100%;
}
.right-btn,.left-btn{
    position: fixed;
    top: 65%;
    right: 0;
    z-index: 7;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #0080cb;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    text-align: center;
}
.left-btn{
    left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.right-btn:hover,.left-btn:hover{
    background-color: #0f9aec;
}
@media(max-width:480px){

}
@media(min-width: 481px) and (max-width:767px){
    .s-title-list li a{
        width: 150px;
        height: 40px;
        border-radius: 18px;
        line-height: 40px;
        font-size: 14px;
    }
    .badge{
        margin-left: 5px;
        padding: 4px;
    }
    .header{
        height: 100px;
    }
    .visit-a{
        padding: 6px 40px;
    }
    .case-page-cont{
        top: 110px;
    }

}
@media(min-width:768px){
    .s-title-list li a{
        width: 150px;
        height: 40px;
        border-radius: 18px;
        line-height: 40px;
        font-size: 14px;
    }
    .badge{
        margin-left: 5px;
        padding: 4px;
    }
    .header{
        height: 100px;
    }
    .banner-bg{
        left: 2%;
    }
    .case-page-cont{
        top: 110px;
    }
    .right-btn,.left-btn{
        top: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
    }
    .left-btn{
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media(min-width:980px){
    .s-title-list li a{
        width: 140px;
        height: 40px;
        border-radius: 18px;
        line-height: 40px;
        font-size: 14px;
    }
    .badge{
        margin-left: 0;
        padding: 2px;
    }
    .header{
        height: 100px;
    }
    .banner-bg{
        left: 5%;
    }
    .case-page-cont{
        top: 110px;
    }
    .right-btn,.left-btn{
        top: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
    }
    .left-btn{
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media(min-width:1200px){
    .badge{
        margin-left: 0;
        padding: 4px;
    }
    .header{
        height: 100px;
    }
    .banner-bg{
        left: 10%;
    }
    .case-page-cont{
        top: 110px;
    }
    .right-btn,.left-btn{
        top: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
    }
    .left-btn{
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}
@media (min-width: 1366px){
    .header{
        height: 100px;
    }
    .banner-bg{
        left: 15%;
    }
}
@media (min-width: 1440px){
    .s-title-list li a{
        width: 150px;
        height: 40px;
        border-radius: 22px;
        line-height: 40px;
        font-size: 16px;
    }
    .header{
        height: 100px;
    }
    .banner-bg{
        left: 20%;
    }
}

@media (min-width: 1600px){
    .s-title-list li a{
        width: 200px;
        height: 46px;
        border-radius: 25px;
        line-height: 46px;
        font-size: 18px;
    }
    .badge{
        margin-left: 10px;
        padding: 7px;
        border-radius: 15px;
    }
    .header{
        height: 100px;
    }
    .banner-bg{
        left: 25%;
    }
}
