.banner {
    position: relative;
    height: 450px;
    overflow: hidden;
}

/* 公司简介 begin */
.about {
    position: relative;
    height: 357px;
    margin-top: 82px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 50px 0 0 530px;
    background: url("../../images/computer/aboutPic.jpg") no-repeat;
}

.about > span {
    font-size: 36px;
    line-height: 1;
}

.about > h3 {
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
}

.about > p {
    margin-top: 26px;
    line-height: 2;
}

.about > a.about-more {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 140px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #f7ae02;
    text-align: center;
}
/* 公司简介 end */

/* 资质荣誉 begin */
.honor {
    height: 570px;
    overflow: hidden;
    margin-top: 76px;
    background: url("../../images/computer/honorBg.jpg") no-repeat;
    background-size: cover;
}
.honor-tit {
    text-align: center;
    margin-top: 40px;
}
.honor-tit > h3 {
    position: relative;
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    color: #332c2b;
}
.honor-tit > h3::before, .honor-tit > h3::after {
    content: "";
    position: absolute;
    background-color: #f7ae02;
    width: 91px;
    height: 2px;
    top: 49%;
}
.honor-tit > h3::before { left: 350px; }
.honor-tit > h3::after { right: 350px; }
.honor-tit > p {
    margin-top: 10px;
    font-size: 18px;
    color: #666;
}

.honor-list {
    position: relative;
    width: 860px;
    margin: 68px auto auto auto;
}
.honor-list > .swiper-wrapper > .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.7);
    opacity: 0;
}
.honor-list > .swiper-wrapper > .swiper-slide > a > img {
    width: 452px;
    height: 320px;
}
.honor-list > .swiper-wrapper > .swiper-slide-active,
.honor-list > .swiper-wrapper > .swiper-slide-duplicate-active{
    transform: scale(1);
    z-index: 99;
    opacity: 1;
}
.honor-list > .swiper-wrapper > .swiper-slide-prev,
.honor-list > .swiper-wrapper >  .swiper-slide-next {
    opacity: 1;
}
.honor-list > .swiper-button-next {
    right: -100px;
}
.honor-list > .swiper-button-prev {
    left: -100px;
}
/* 资质荣誉 end */

/* 公司动态 begin */
.news {
    margin-top: 54px;
}
.news-tit { text-align: center; }
.news-tit > h3 {
    position: relative;
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    color: #332c2b;
}
.news-tit > p {
    margin-top: 10px;
    font-size: 18px;
    color: #666;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-around;
    height: 300px;
    margin-top: 20px;
}
.news-list > p {
    width: 45%;
    line-height: 3;
    margin-top: 20px;
    font-size: 18px;
    border-bottom: 1px solid #bababa;
}
.news-list > p > a {
    position: relative;
    display: block;
    float: left;
    width: 77%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-left: 12px;
}
.news-list > p > a::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background-color: #333;
    top: 49%;
    left: 0;
}
.news-list > p > span { float: right; }

.news-list > p:hover { color: #bababa; }
.news-list > p:hover > a { color: #bababa; }
.news-list > p:hover > a::before { background-color: #bababa; }
/* 公司动态 end */

/* 工程实景 begin */
.project {
    background-color: #f8f8f8;
    margin-top: 70px;
    padding-bottom: 56px;
    overflow: hidden;
}
.project-tit {
    text-align: center;
    margin-top: 40px;
}
.project-tit > h3 {
    position: relative;
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    color: #332c2b;
}
.project-tit > h3::before, .project-tit > h3::after {
    content: "";
    position: absolute;
    background-color: #f7ae02;
    width: 91px;
    height: 2px;
    top: 49%;
}
.project-tit > h3::before { left: 350px; }
.project-tit > h3::after { right: 350px; }
.project-tit > p {
    margin-top: 10px;
    font-size: 18px;
    color: #666;
}
.project-list {
    height: 550px;
    overflow: hidden;
    margin-top: 45px;
}
.project-list > .swiper-wrapper > .swiper-slide {
    position: relative;
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.project-list > .swiper-wrapper > .swiper-slide > a > img {
    width: 340px;
    height: 260px;
}
.project-list > .swiper-wrapper > .swiper-slide > p {
    position: absolute;
    bottom: 0;
    width: 90%;
    padding: 0 5%;
    line-height: 2.4;
    background-color: #00000042;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: .5s opacity ease;
}
.project-list > .swiper-wrapper > .swiper-slide:hover > p { opacity: 1; }
/* 工程实景 end */