header {
    box-sizing: border-box;
    background: url('../images/achievement/banner-xm.png') no-repeat;
    background-size: 100% 100%;
    height: 20rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

body {
    height: 100%;
    position: relative;
}

/* 大轮播图遮罩层 */
.swiper-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 9000;
    display: none;
}

/* 请求遮罩层，防误触 */
.request-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 15rem;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.4);
    z-index: 9990;
}

/* 加载loading */
.spinner {
    margin: 5rem auto 0;
    width: 7.5rem;
    text-align: center;
}

.spinner>div {
    width: 1rem;
    height: 1rem;
    background-color: #dce2e6;
    margin: 0 2px;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/* 项目业绩轮播图 */
.swiper-project {
    width: 100%;
    height: 40.5rem;
}

.small-project {
    width: 100%;
    height: 100%;
    clear: both;
    text-align: center;
}

.box {
    position: relative;
    float: left;
    width: 31%;
    height: 12rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    overflow: hidden;
}

.box:nth-last-child {
    margin: 0;
}

.imgs {
    width: 100%;
    height: 12rem;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.imgs:hover {
    transform: scale(1.1);
}

.titles {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2.5rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    line-height: 2.5rem;
    width: 100%;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 点击出现的大轮播图 */
.swiper-big {
    width: 62%;
    height: 30rem;
    position: fixed;
    top: 8rem;
    left: 19%;
    display: none;
    z-index: 9980;
}
.big-container{
    height: 30rem;
    width: 100%;
}
.big-project{
    height: 30rem;
    width: 100%;
}
.big-swiper{
    height: 30rem;
    width: 100%;
    position: relative;

}
.bigimgs{
    width: 100%;
    height: 30rem;
    position: absolute;
    left: 0;
    top: 0;
}
.big-title{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4rem;
    line-height: 4rem;
    color: #ffffff;
    font-size: 1.1rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    background: rgba(0, 0, 0, 0.4);
}



.absolute-box {
    width: 59rem;
    height: 2.8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 19%;
}

.a-title {
    width: 11.5rem;
    background: rgba(255, 255, 255, 0.6);
    color: #333333;
    line-height: 2.8rem;
    text-align: center;
    font-size: 0.8rem;
    margin-right: 0.2rem;
}


/* section(锚点连接部分) */
.section-content {
    background: #ffffff;
    width: 62%;
    margin: 0 auto;
}

.common {
    margin-top: 5.5rem;
}

.p-leader {
    font-size: 1.1rem;
    color: #333333;
    text-align: center;
}

.p-line {
    height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #dddddd;
    font-size: 0.7rem;
    margin-top: 0.7rem;
    margin-bottom: 3rem;
}

.line {
    width: 23.5rem;
    height: 1px;
    background: #dddddd;
}



/* 更多一览 */
table {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

table tr {
    /* height: 2.8rem; */
    line-height: 1.5rem;
    font-size: 0.8rem;

}

thead {
    margin-bottom: 1rem !important;
}

thead .th {
    color: #333333;
    font-size: 0.8rem;
    background: #e1e1e1;
    border-collapse: collapse;
    margin-bottom: 1rem !important;
}

tbody tr:nth-child(odd) {
    background: #f5f5f5;
}

tbody tr:nth-child(even) {
    background: #ffffff;
}

tbody tr:hover {
    background: #dddddd;
}

/* 加载更多 */
.load-more {
    width: 6rem;
    font-size: 0.7rem;
    color: #4A90E2;
    margin: 0.5rem auto 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.load-more:hover {
    cursor: pointer;
}

.load-more p {
    text-align: center;
}

.arrow {
    margin: 0 auto;
}


/* 预留更多一览分页部分 */
/* 可以增加滚动条 */
/* table{
} */