.mainCont .mainList {
    margin-bottom: 0;
}


/* 标题 */

.about-title {
    text-align: center;
    color: #333;
    margin: 48px 0;
}

.about-title h3 {
    font-size: 32px;
}

.about-title p {
    font-size: 16px;
    line-height: 36px;
}


/* 标题 end */


/* 6大优势 */

.advantage {
    background-color: #f7f7f7;
}

.advantage .advantage-con .adv-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.advantage .advantage-con .adv-list .adv-box {
    width: 23%;
    padding: 2%;
    text-align: center;
    box-shadow: 0 0 20px #eee;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    margin-top: 50px;
}

.advantage .advantage-con .adv-list .adv-box:nth-child(2),
.advantage .advantage-con .adv-list .adv-box:nth-child(5) {
    transform: translateY(-50px);
}

.advantage .advantage-con .adv-list .adv-box em {
    display: block;
    width: 104px;
    height: 104px;
    background-color: #f0e0bf;
    color: #ce982d;
    font-size: 36px;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 104px;
}

.advantage .advantage-con .adv-list .adv-box h3 {
    font-size: 24px;
    color: #333;
    margin: 30px 0;
}

.advantage .advantage-con .adv-list .adv-box p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}


/* 6大优势 end */


/* 首页产品 */

.index-pro-bg .about-title {
    margin-bottom: 0;
}

.index-pro ul {
    float: none;
    margin: 40px auto 20px;
}


/* 首页产品 end */


/* 资质证书 */

.honor-bg {
    background-color: #f7f7f7;
}

.about-honor {
    padding: 28px;
}

.about-honor .about-title {
    color: #333;
}

.about-honor .about-honor-sl {
    position: relative;
}

.about-honor .about-honor-con {
    width: 90%;
    margin: 0 auto;
}

.about-honor .about-honor-con .swiper-container-honor {
    overflow: hidden;
}

.about-honor .about-honor-con .swiper-slide p {
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 50px;
}

.about-honor .about-honor-con .about-honor-img {
    width: 100%;
    height: 100%;
}

.about-honor .about-honor-con .about-honor-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about-honor .about-honor-con .swiper-container-honor .swiper-button-next,
.about-honor .about-honor-con .swiper-container-honor .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.about-honor .about-honor-con .swiper-container-honor .swiper-button-next {
    background: #e40011 url(../images/thumbs-next.png) center no-repeat;
    background-size: 30px;
}

.about-honor .about-honor-con .swiper-container-honor .swiper-button-prev {
    background: #e40011 url(../images/thumbs-prev.png) center no-repeat;
    background-size: 30px;
}


/* 资质证书 end */


/* 开发能力 */

.ability .ability-con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 20px #ddd;
    border-radius: 40px;
    overflow: hidden;
}

.ability .ability-con .ability-l {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.ability .ability-con .ability-l .ability-btn {
    position: absolute;
    width: 100px;
    height: 40px;
    bottom: 0;
    right: 0;
}

.ability .ability-con .ability-l .ability-btn .swiper-button-next,
.ability .ability-con .ability-l .ability-btn .swiper-button-prev {
    width: 50px;
    background-color: #fff;
    opacity: 1;
}

.ability .ability-con .ability-l .ability-btn .swiper-button-next {
    background: #fff url(../images/arrow-righth.png) center no-repeat;
    right: 0;
}

.ability .ability-con .ability-l .ability-btn .swiper-button-prev {
    background: #fff url(../images/arrow-lefth.png) center no-repeat;
    left: 0;
}

.ability .ability-con .ability-l img {
    width: 100%;
}

.ability .ability-con .ability-r {
    width: 43%;
    margin-right: 2%;
}

.ability .ability-con .ability-r h3 {
    color: #333;
    font-size: 28px;
    margin-bottom: 20px;
}

.ability .ability-con .ability-r span {
    display: block;
    color: #666;
    font-size: 20px;
}

.ability .ability-con .ability-r i {
    display: block;
    width: 60px;
    height: 1px;
    margin: 26px 0;
    background-color: #e40011;
}

.ability .ability-con .ability-r p {
    font-size: 16px;
    line-height: 34px;
    color: #666;
}


/* 开发能力 end */


/* 来图来样定制 */

.con-cus-bg {
    background-color: #f7f7f7;
}

.con-cus-bg .con-cus-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.con-cus-bg .con-cus-list .con-cus-box {
    display: flex;
    justify-content: space-between;
    width: 45%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 26px;
    background: #fff url(../images/con-cus-icon.png) 15px center no-repeat;
}

.con-cus-bg .con-cus-list .con-cus-box p {
    float: left;
    font-size: 26px;
    color: #333;
    text-indent: 1em;
}

.con-cus-bg .con-cus-list .con-cus-box .con-cus-tel {
    float: left;
    font-size: 18px;
    color: #666;
    line-height: 24px;
    border-left: 1px solid #ccc;
    margin-left: 22px;
    padding-left: 22px;
}

.con-cus-bg .con-cus-list .con-cus-box p {}


/* 来图来样定制 end */


/* 在线留言 */

.feedback-bg {
    width: 100%;
    padding: 100px 0;
    background: url(../images/feedback-bg.jpg) center no-repeat;
    background-size: cover;
}

.feedback-bg .feedback {
    display: flex;
    justify-content: space-between;
}

.feedback-bg .feedback .feedback-l {
    color: #fff;
}

.feedback-bg .feedback .feedback-l h3 {
    font-size: 30px;
    margin-bottom: 24px;
}

.feedback-bg .feedback .feedback-l p {
    font-size: 18px;
}

.feedback-bg .feedback .feedback-r {
    width: 40%;
}

.feedback-bg .feedback .feedback-r .feedform {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.feedback-bg .feedback .feedback-r .feedform textarea {
    width: 100%;
    line-height: 38px;
    margin-right: 5px;
    text-indent: 5px;
    font-family: Microsoft YaHei;
}


/* 在线留言 end */


/* ****************************************************** */


/* 响应式代码 */

@media (max-width: 1440px) {
    .advantage .advantage-con .adv-list .adv-box {
        width: 26%;
    }
    .index-pro ul {
        width: 54%;
        margin: 0px auto 20px;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 996px) {
    .pg-ban {
        height: 350px;
    }
    .con-cus-bg .con-cus-list {
        justify-content: center;
    }
    .con-cus-bg .con-cus-list .con-cus-box {
        width: 76%;
    }
    .con-cus-bg .con-cus-list .con-cus-box p {
        text-indent: 2em;
    }
    .index-pro ul {
        width: 62%;
    }
}

@media (max-width: 576px) {
    .about-title {
        margin: 24px 0;
    }
    .about-title h3 {
        font-size: 22px;
    }
    .about-title p {
        font-size: 15px;
    }
    .pg-ban {
        height: 155px;
    }
    .advantage .advantage-con .adv-list .adv-box:nth-child(2),
    .advantage .advantage-con .adv-list .adv-box:nth-child(5) {
        transform: translateY(0px);
    }
    .advantage .advantage-con .adv-list .adv-box {
        width: 44%;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .advantage .advantage-con .adv-list .adv-box em {
        width: 66px;
        height: 66px;
        line-height: 66px;
        font-size: 24px;
    }
    .advantage .advantage-con .adv-list .adv-box h3 {
        font-size: 18px;
        margin: 12px 0;
    }
    .advantage .advantage-con .adv-list .adv-box p {
        font-size: 13px;
        line-height: 24px;
    }
    .index-pro ul {
        width: 100%;
        margin: 20px auto 20px;
    }
    .about-honor {
        padding: 0 15px;
    }
    .about-honor .about-honor-con .swiper-container-honor .swiper-button-next,
    .about-honor .about-honor-con .swiper-container-honor .swiper-button-prev {
        width: 30px;
        height: 30px;
        background-size: 20px;
    }
    .about-honor .about-honor-con .swiper-slide p {
        font-size: 14px;
        line-height: 40px;
    }
    .ability .ability-con {
        flex-direction: column;
        border-radius: 20px;
    }
    .ability .ability-con .ability-l {
        width: 100%;
    }
    .ability .ability-con .ability-r {
        width: 90%;
        margin-bottom: 15px;
    }
    .ability .ability-con .ability-r h3 {
        font-size: 22px;
        margin: 10px 0;
    }
    .ability .ability-con .ability-r span {
        font-size: 14px;
    }
    .ability .ability-con .ability-r i {
        margin: 14px 0;
    }
    .ability .ability-con .ability-r p {
        font-size: 14px;
        line-height: 26px;
    }
    .con-cus-bg .con-cus-list .con-cus-box {
        width: 82%;
        padding: 15px;
        background: #fff url(../images/con-cus-icon.png) top right no-repeat;
        flex-direction: column;
    }
    .con-cus-bg .con-cus-list .con-cus-box p {
        font-size: 22px;
        text-indent: 0;
    }
    .con-cus-bg .con-cus-list .con-cus-box .con-cus-tel {
        font-size: 15px;
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }
    .feedback-bg {
        padding: 30px 0;
    }
    .feedback-bg .feedback {
        flex-direction: column;
    }
    .feedback-bg .feedback .feedback-l {
        margin-bottom: 15px;
    }
    .feedback-bg .feedback .feedback-l h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .feedback-bg .feedback .feedback-l p {
        font-size: 15px;
    }
    .feedback-bg .feedback .feedback-r {
        width: 100%;
    }
}