body {
    height: 100%;
    width: 100%;
    position: relative;
}

/* 图片遮罩层 */
.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.big-imgs {
    position: fixed;

    /* 大图片honor的样式 */
    /* top: 5rem;
    left: 35%;
    height:  36rem;
    width: 28rem; */
    /* 大图片award的样式 */
    /* height: 26rem;
    width: 40rem;
    top: 10rem;
    left: 29%; */

    /* background: pink; */
    z-index: 999;
    display: none;
}

.award-big-container {
    position: fixed;
    top: 10rem;
    left: 29%;
    height: 26rem;
    width: 40rem;
    z-index: 999;
    /* display: none!important; */
}

.award-big-container img {
    height: 26rem;
    width: 40rem;
}

.index-img {
    width: 100%;
    height: 100%;
}


/* 请求遮罩层，防误触 */
.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);
    }
}



header {
    box-sizing: border-box;
    background: url('../images/about_us/banner111.png') no-repeat;
    background-size: 100% 100%;
    height: 20rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.absolute-box {
    width: 59rem;
    height: 2.8rem;
    display: flex;
    /* justify-content: space-around; */
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 19%;
    /* margin: 0 auto; */
}

.a-title {
    width: 11.5rem;
    /* background: #dae1e8; */
    background: rgba(255, 255, 255, 0.6);
    color: #333333;
    line-height: 2.8rem;
    text-align: center;
    font-size: 0.8rem;
    margin-right: 0.2rem;
}

/* 
.a-title:active {
    background: #d0021b;
    color: #ffffff;
} */


/* 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;
    /* margin: 0 auto; */
}

.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;
}

.introduce-content {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    color: #333333;
    font-size: 0.9rem;
    line-height: 1.6rem;
}

.introduce-left {
    width: 30rem;
}

.paragraph {
    margin-bottom: 1.2rem;
    text-indent: 1.8rem;
}
.paragraph:nth-child(1) {
    margin-top: 1.5rem;
    text-indent: 0;
}

.chairman {
    display: flex;
    justify-content: flex-end;
    color: #999999;
    font-size: 0.8rem;
}

.chairman-img {
    width: 27.5rem;
    height: 19rem;
}

/* 企业介绍 */
.quality-box {
    background: #f6f6f6;
    border-left: 0.2rem solid #d0021b;
    box-sizing: border-box;
    padding: 1rem;
    width: 58.5rem;
}

.box-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.4rem;
}

.box-item:last-child {
    margin-bottom: 0;
}

.item-title {
    background: #e8e8e8;
    width: 11.8rem;
    height: 2.5rem;
    background: #e8e8e8;
    color: #333333;
    font-size: 0.8rem;
    text-align: center;
    line-height: 2.5rem;
    margin-right: 1.7rem;
}

.item-text {
    color: #808080;
    font-size: 0.7rem;
    line-height: 1.2rem;
    width: 41.5rem;
}

/* 轮播图 */


/*资质能力*/
.honor-container,
.honor-wrapper,
.honor-slide {
    height: 30rem;
    width: 100%;
}

.honor-slide {
    box-sizing: border-box;
    clear: both;
    padding-top: 1rem;
}

.honor-item {
    width: 30%;
    height: 26rem;
    float: left;
    margin-left: 1.5rem;
    overflow: hidden;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    /* Firefox 4 */
    -webkit-transition: all 0.3s linear;
    /* Safari 和 Chrome */
    -o-transition: all 0.3s linear;
}

.honor-img {
    width: 100%;
    height: 100%;
}

.honor-item:hover {
    box-shadow: 0 0 0 rgb(160, 160, 160),
        2px 2px 2px rgb(160, 160, 160),
        0 2px 2px rgb(160, 160, 160),
        -2px 2px 2px rgb(160, 160, 160);
    cursor: pointer;
}

/*企业荣誉*/
.award-container,
.award-wrapper,
.award-slide {
    width: 100%;
    height: 16rem;
}

.award-slide {
    box-sizing: border-box;
    clear: both;
    padding-top: 1rem;
}

.award-item {
    width: 30%;
    /* height: 12rem; */
    float: left;
    margin-left: 1.5rem;
    overflow: hidden;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    /* Firefox 4 */
    -webkit-transition: all 0.3s linear;
    /* Safari 和 Chrome */
    -o-transition: all 0.3s linear;
}

.award-img {
    width: 100%;
    height: 100%;
}

.award-item:hover {
    box-shadow: 0 0 0 rgb(160 160 160), 
    2px 0px 2px rgb(160 160 160), 
    0 4px 4px rgb(160 160 160), 
    2px 4px 4px rgb(160 160 160);
    cursor: pointer;
}




.section-content {
    margin-bottom: 6rem;
}

/* 返回顶部 */
/* .backTop {
    position: fixed;
    bottom: 2rem;
    right: 4rem;
} */