﻿/*公用样式*/
.fl{
    float: left;
}
.fr{
    float: right;
}
.none{
    display: none;
}



/*首页*/

.subject{
    width: 100%;
    min-width: 1200px;
    height: auto;
    margin: 0 auto;
}
.top{
    width: 100%;
    height: 64px;
    margin: 0 auto;
    background-color: rgb(51, 51, 51);
    z-index: 1100;
}

#nav{
    position: relative;
    width: 1400px;
    height: 64px;
    margin: 0 auto;
    z-index: inherit;
}
.nav{
    height: 60px;
    /*width: 420px;*/
}
.logo{
    height: 40px;
    width: 166px;
    padding-top: 12px;
}
.nav ul{
    height: 64px;
    line-height: 64px;
}
.nav ul li{
    float: left;
    font-size: 16px;
    padding: 0 36px;
}
.nav ul li a{
    color: #fff;
    padding: 12px 0;
}
.nav ul li a:hover{
    border-bottom: 2px solid #ffffff;
}

.zhan {
    width:1200px;
    margin:0 auto;
    margin-bottom:100px;
    font-size:16px;
}
.zhan .ti {
    font-size: 26px;
    margin-top: 65px;
    margin-bottom: 50px;
    }
    .zhan .nei {
    font-size:18px;
    color:#707070;
    margin-bottom:24px;
    }

/*底部*/
.footer{
    width: 100%;
    min-width: 1200px;
    text-align: center;
    background-color: #666;

}
.footer img{
    height: 58px;
    width: 250px;
    margin-top: 40px;
}
.footer p{
    font-size: 14px;
    color: #ffffff;
    margin-top: 16px;
    padding-bottom: 16px;
}

/*banner*/
.banner{
    width: 100%;
    min-width: 1200px;
    height: 720px;
    text-align: center;
}
.banner img{
    width: 100%;
    height: 100%;
    text-align: center;
}



/*最新案例*/
.newest{
    width: 100%;
    height: 680px;
    min-width: 1200px;
    text-align: center;
}
.modular-name{
    width: 1200px;
    height: 36px;
    margin: 0 auto;
    padding-top: 90px;
}
#newest{
    width: 1200px;
    height: 420px;
    margin: 0 auto;
    margin-top: 94px;
}
.newest-sha{
    width: 360px;
    height: 420px;
    margin: 0 20px;
}


.newest-sha:hover{
    box-shadow: 0 -2px 24px #aaa;
}
#newest div img{
    width: 360px;
    height: 360px;
}
#newest div h2{
    font-size: 16px;
    margin-top: 14px;
}



/*案例*/

.cases{
    width: 100%;
    min-width: 1260px;
    background-color: #e6e6e6;
    text-align: center;
    padding-bottom: 120px;
    clear:both;
    overflow:hidden;
}

/*分类导航*/
.case-nav{
    clear: both;
    width: 1200px;
    /*height: 110px;*/
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
}
#case-nav{
    display:inline-block;
    text-align: center;
    margin: 40px 0;
    clear: both;
}
#case-nav p {
    display: block;
    padding: 6px 36px;
    border: 1px solid #707070;
    color: #404040;
    border-radius: 18px;
    text-align: center;
    font-size: 16px;
    margin: 0 15px;
}
#case-nav p:hover{
    background-color: #1b8cff;
    color: #ffffff;
    border: 1px solid #1b8cff;
}
#case-nav p.active{
    background-color: #1b8cff;
    border: 1px solid #1b8cff;
    color: #ffffff;
}


.case{
    width: 1200px;
    height: 1380px;
    margin: 0 auto;
    margin-top: 50px;
    
}


.case1{
    height: 420px;
    margin-right: 30px;
    background-color: white;
    border-radius: 12px;
    margin-bottom:50px;
}
.case2{
    background-color: white;
    border-radius: 12px;
}
.case-sha{
    width: 370px;
    height: 420px;
    border-radius: 12px;
}
.case-sha:hover{
    box-shadow: 0 -2px 24px #aaa;
}
.case img{
    height: 320px;
    width: 380px;
}
.case h2{
    width: 340px;
    height: 60px;
    border-bottom: 1px solid #c9c9c9;
    line-height: 60px;
    font-size: 16px;
    margin: 0 auto;
    text-align: left;
}
.case p{
    width: 340px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: right;
}




/*我们*/
.aboutus{
    width: 100%;
    min-width: 1200px;
    text-align: center;
    padding-bottom: 40px;
    margin-top:20px;
    clear:both;
}
.us-nav{
    clear: both;
    width: 1200px;
    /*height: 110px;*/
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
}
#us-nav{
    display:inline-block;
    text-align: center;
    margin: 40px 0;
    clear: both;
}
#us-nav p {
    display: block;
    padding: 6px 36px;
    border: 1px solid #707070;
    color: #404040;
    border-radius: 18px;
    text-align: center;
    font-size: 16px;
    margin: 0 15px;
}
#us-nav p:hover{
    background-color: #1b8cff;
    color: #ffffff;
    border: 1px solid #1b8cff;
}
#us-nav p.active{
    border: 1px solid #1b8cff;
    background-color: #1b8cff;
    color: #ffffff;
}

/*联系*/
#contact{
    width: 1200px;
    margin: 16px auto;
}
.contact{
    width: 1200px;
    height: 100px;
    border-bottom: 1px solid #c9c9c9;
    text-align: left;
}
.contact p{
    width: 1200px;
    height: 20px;
    margin-top: 16px;
    font-size: 16px;
    float: left;
}
/*简介*//*团队*//*文化*/
#introduction,#team,#culture{
    width: 1200px;
    margin: 20px auto;
}
.introduction img,.team img,.culture img{
    
    width: 1200px;
}
.introduction p,.team p,.culture p{
    font-size: 16px;
    margin-top: 20px;
    text-indent: 25px;
    text-align: left;
    line-height: 28px;
}


/**/
.border{
    background:#000;
    width:360px;height:360px;
    padding:0;margin:0;
    position:relative;
    box-sizing:border-box;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden;
}
.border-case{
    background:#000;
    width:370px;height:320px;
    padding:0;margin:0;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    position:relative;
    box-sizing:border-box;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden;
}

.border .border-img,.border-case .border-img{
    display:block;
    width:100%;
    padding:0;margin:0;
    position:relative;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    opacity:1;
    overflow:hidden;
}

.border:hover .border-img,.border-case:hover .border-img{
    position:absolute;
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
    opacity:.4;
}

.border-caption{
    color:#fff;
    padding:0;margin:0;
    -moz-backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden;
}

.border-caption::before,.border-caption::after{
    position:absolute;
    content:'';
    opacity:0;
    -webkit-transition:opacity 0.4s,-webkit-transform .4s;
    -moz-transition:opacity 0.4s,-moz-transform .4s;
    -o-transition:opacity 0.4s,-o-transform .4s;
    transition:opacity 0.4s,transform .4s;
}

.border-caption::before{
    top:10%;right:10%;bottom:10%;left:10%;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    -webkit-transform:scale(0,1);
    -moz-transform:scale(0,1);
    -o-transform:scale(0,1);
    transform:scale(0,1);
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -o-transform-origin:0 0;
    transform-origin:0 0;
}

.border-caption::after{
    top: 10%;right:10%;bottom:10%;left:10%;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    -webkit-transform:scale(1,0);
    -moz-transform:scale(1,0);
    -o-transform:scale(1,0);
    transform:scale(1,0);
    -webkit-transform-origin:100% 0;
    -moz-transform-origin:100% 0;
    -o-transform-origin:100% 0;
    transform-origin:100% 0;
}

.border:hover .border-caption::before,.border:hover .border-caption::after,.border-case:hover .border-caption::before,.border-case:hover .border-caption::after{
    opacity:1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}

.border .border-caption,.border .border-caption > a,.border-case .border-caption,.border-case .border-caption > a{
    position:absolute;
    top:0;left:0;width:100%;height:100%;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden;
    z-index:1000;
}

/*.border .border-caption-h{
    font-size:1.3em;
    font-weight:700;
    text-align:center;
    width:80%;
    position:absolute;
    top:20%;left:10%;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
    overflow:hidden;
    opacity:1}
*/

.border .border-caption-p,.border-case .border-caption-p{
    font-size: 16px;
    text-align:center;
    width:80%;
    position:absolute;
    top:60%;left:10%;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    overflow:hidden;
    opacity:0;

}

.border:hover .border-caption-p,.border-case:hover .border-caption-p{
    top:45%;
    opacity:1;
}





