.wrapper {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background-image: url(../images/project/project-Bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container {
    min-height: 100vh;
}

.titleArea {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 4% 0%;
}

.titleArea .titleimg {
    width: 28.07291%;
}

.titleArea .titleimg img {
    width: 100%;
    font-size: 0;
}

.titleArea .titleline {
    width: calc(100% - 36.07291%);
    height: 2px;
    background-color: #c8b482;
}

.pageChange {
    width: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 5%;
    flex-wrap: wrap;

}

.Btn {
    color: #808080;
    font-size: 1rem;
    cursor: pointer;
    border-left: 1px solid rgba(118, 118, 118, 0.447);
    line-height: 100%;
    padding: 0% 10px;
    margin-bottom: 12px;
}

.Btn:last-child {
    border-right: 1px solid rgba(118, 118, 118, 0.447);
}

.page {
    display: none;
}

.apear {
    color: #ac7f2c;
    display: block;
}

.item {
    margin-bottom: 13%;
}

.projectContent {
    width: 100%;
    border: 1px solid #e8d0a1;
    padding: 5% 3%;
}

.projectImg {
    width: 100%;
    padding-top: 45vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.projectImg img {
    width: 100%;
    font-size: 0;
}

.copyright {
    width: 100%;
    background-color: #1e4663;
    text-align: center;
    padding: 0.5rem 0%;
    color: #fff;
}

@media screen and (max-width:991px) {
    .titleArea {
        max-width: 90%;
    }
    .titleArea .titleline {
        display: none;
    }
    .titleArea .titleimg {
        width: 75%;
    }
}

@media screen and (max-width:321px) {
    .projectContent {
        width: 70%;
    }
}