.topPoint{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topPoint>.leftTitle{
    font-size: 20px;
    color: #333;
}
.topPoint>.leftTitle>span{
    font-size: 20px;
    color: #0069FF;
    font-weight:bold;
    margin-right: 10px;
}
.topPoint>ul.rightCate{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.topPoint>ul.rightCate>a>li{
    font-size: 14px;
    color: #333;
    margin-left:25px;
}
.topPoint>ul.rightCate>a>li.active{
    color: #0069FF;
}
.caseBox>a>li{
    width: 32%;
    margin-right: 2%;
    margin-top: 25px;
    float: left;
}
.caseBox>a:nth-child(3n)>li{
    margin-right: 0;
}
.caseBox>a>li>p:nth-child(1){
    width: 100%;
    height: 253px;
    overflow: hidden;
}
.caseBox>a>li>p,.caseBox>a>li>p>img{
    width: 100%;
    transition: all 0.3s;
}
.caseBox>a>li>p:nth-child(2){
    font-size: 18px;
    color: #333;
    line-height: 20px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.caseBox>a>li>p:nth-child(3){
    width: 100%;
    font-size: 12px;
    color:#7D7D7D;
    height: 32px;
    line-height:16px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.caseIntro>p:nth-child(1){
    font-size: 42px;
    color: #fff;
    margin-top: 3%;
}
.caseIntro>hr{
    width: 52px;
    height: 2px;
    border: none;
    background: #fff;
    margin-top: 25px;
}
.caseIntro>p:nth-child(3){
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
}
.grey{
    width: 100%;
    background: #F5F7FA;
    padding-bottom: 50px;
}
.bottomBox{
    width: 1200px;
    height:370px;
    margin: 0 auto;
    position: relative;
}
.likeBook{
    width:1040px;
    height: 360px;
    padding: 45px 80px;
    position: absolute;
    top: -80px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}
.likeBook>.ProjectIntroduce{
    width: 40%;
}
.likeBook>hr{
    width: 1px;
    height: 355px;
    border: none;
    background: #E6E6E6;
}
.likeBook>.ourService{
    width: 40%;
}
.ProjectIntroduce{
    position: relative;
}
.ProjectIntroduce>h5,.ourService>h5{
    font-size: 26px;
    color: #000;
    font-weight: normal;
    margin-top: 20px;
}
.ProjectIntroduce>hr,.ourService>hr{
    width: 18px;
    height: 2px;
    background: #9F9F9F;
    border: none;
    margin-top: 15px;
}
.ProjectIntroduce>p:nth-child(3){
    font-size: 16px;
    color: #7D7D7D;
    margin-top: 25px;
}
.ProjectIntroduce>p:nth-child(4){
   position: absolute;
    bottom: 0;
    width: 146px;
    line-height: 45px;
    border-radius: 23px;
    border: 1px solid #0069FF;
    font-size: 18px;
    color: #0069FF;
    text-align: center;
    cursor: pointer;
}
.ourService>ul>li{
    margin-top: 20px;
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 16px;
    color: #7D7D7D;
}
.ourService>ul>li>span{
    font-size: 30px;
    color: #000;
    margin-right: 20px;
}
.richBox{
    width: 1200px;
    margin: 15px auto;
    background: #fff;
    padding: 50px 0;
}
header .log>a img:nth-child(2){
    display: block;
}
header .log>a img:nth-child(1){
    display: none;
}
@media screen and (max-width: 1500px){
    .caseIntro>p:nth-child(1){
        font-size: 38px;
        margin-top: 0%;
    }
   .img-content{
        width: 86%;
    }
   .breadcrumb{
       width: 86%!important;
   }

}
@media screen and (min-width: 1300px){
    .caseBox>a>li:hover>p:nth-child(1) img{
        transform: scale(1.1);
    }
    .ProjectIntroduce>p:nth-child(4):hover{
        background: #0069FF;
        color: #fff;
    }
}


@media screen and (max-width: 1024px){
     .topPoint{
         padding-top: 7em;
         height: unset;
         display:block ;
     }
    .topPoint>ul.rightCate{
        display:block ;
    }
    .topPoint>ul.rightCate>a>li{
        float: left;
        font-size: 1.4em;
        margin-right: .8em;
        line-height: 2em;
    }
    .caseBox>a>li{
        width: 90%;
        margin: 0 auto;
        float: unset;
        margin-top: 1.5em;
    }
    .caseBox>a>li>p:nth-child(1){
        height: unset;
    }
    .caseBox>a>li>p:nth-child(2){
        margin-top: .8em;
        font-size: 1.8em;
    }
    .caseBox>a>li>p:nth-child(3){
        width: 100%;
        font-size: 1.2em;
        margin-top: .8em;
    }
    .caseBox>a:nth-child(3n)>li{
        margin: 0 auto;
        margin-top: 1.5em;
    }
    .btable-paged{
        width: 90%;
        margin: 0 auto;
    }
    .btable-paged ul.pagination{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 2em;
    }
    .btable-paged ul.pagination>li{
        display: none;
        width: 25%;
        line-height: 2em;
        text-align: center;
        border: 1px solid #D9D9D9;
        border-radius: 2px;
    }
    .btable-paged ul.pagination>li>a{
        display: block;
    }
    .btable-paged ul.pagination>li:nth-child(1),.btable-paged ul.pagination>li:last-child,.btable-paged ul.pagination>li.active{
        display: block;
    }
    .showImg{
        width: 100%;
        height: 100vh;
        max-height: 450px;
        position: relative;
        overflow: hidden;
        padding-top: 6em;
    }
    .showImg>img{
        height: 100vh;
        max-height: 450px;
        position: absolute;
        margin: auto;
        top: -9928px;
        right: -9999px;
        bottom: -9999px;
        left: -9999px;
    }
    .showImg>.outerBox{
        width: 100%;
        height: 86%;
        position: absolute;
        top: 6em;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .caseIntro>hr,.caseIntro>p:nth-child(3){
        margin-top: 35px;
    }
    .grey{
        background: #fff;
    }
    .bottomBox{
        width: 100%;
        height: unset;
    }
    .likeBook{
        width: 90%;
        margin: 0 auto;
        position: unset;
        display: block;
        padding: 20px 0;
        height: unset;
    }
    .likeBook>.ProjectIntroduce,.likeBook>.ourService{
        width: 100%;
    }
    .ourService>ul>li{
        width: 50%;
        float: left;
    }
    .richBox{
        width: 100%;
        padding: 0;
    }
    .richBox img{
        width: 100%;
    }
    .breadcrumb{
        display: none;
    }
    header .leftHead > .log > a > img:nth-child(2){
        display: block;
    }
    .willmove>header>.leftHead{
        background-color:#0B254A;
        box-shadow:0 0 0 #0B254A;
    }
    header .navigation{
        border-top: 0.2em solid white;
        border-bottom: 0.2em solid white;
        background-color: white;
    }
    header .closeNavi{
        background-color: white;
    }
    header .closeNavi:after{
        background-color: white;
    }

}




















