.about{
    padding: 60px 0 80px;
    background-image: url("../img/image_18.jpg");
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
}

.about .page-article p{
    font-size: 18px;
    line-height: 36px;
    color: #666;
}

.culture{
    padding: 60px 0 80px;
   background-color: rgba(255,255,255,0.5);
}

.culture .page-article p {
    margin-bottom: 0;
}

.about-wrap{
    background-image: url("../img/image_19.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about .about-list .about-items{
    cursor: pointer;
    transition: all 0.5s;
}

.about .about-list .about-items:hover{
    transform: rotate(10deg);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}

.show{
    padding: 60px 0;
}

.show .show-items{
    overflow: hidden;
    margin-top: 30px;
}

.show .show-wrap{
    text-align: center;
}

.show .show-wrap img{
    transition: all 0.5s;
}

.show .show-wrap a:hover img{
    transform: scale(1.1);
}
.show .show-wrap .show-more{
    display: inline-block;
    text-align: center;
    line-height: 46px;
    width: 160px;
    border-radius: 2px;
    background-color: #fff;
    font-size: 18px;
    color: #EC8209;
    margin-top: 40px;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
}
.show .show-wrap .show-more:hover{
    background-color: rgba(236, 130, 9, 0.5);
    color: #fff;
}

.honor{
    background:url("../img/image_21.jpg") no-repeat fixed bottom center;
    background-size: cover;
}

.honor .honor-wrap{
    padding: 140px 0 120px;
}

.honor .honor-more a{
    width: 64px;
    height: 64px;
    margin: 64px auto 0;
    background-image: url("../img/icon_12.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    transition: all 0.5s;
}

.honor .honor-more:hover a{
    transform:translateX(20px) ;
}

.service{
    background-image: url("../img/image_22.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0 80px;
}

.service .service-items{
    position: relative;
    margin-top: 30px;
    cursor: pointer;
}

.service .service-items span{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: '';
    background-color: rgba(236,130,9,0.6);
    opacity: 0;
    transition: all 0.5s;
}

.service .service-article{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
}

.service .service-article h3{
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.service .service-sum{
    text-align: center;
    min-width: 254px;
}

.service .servide-term{
    margin-left: 30px;
    text-align: center;
    margin-top: 20px;
    float: left;
}

.service .servide-term:first-child{
    margin-left: 0;
}

.service .servide-term p{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.service .service-items:hover span{
    opacity: 1;
    width: 100%;
}

@media (max-width: 992px) {
    .about{
        padding: 40px 0;
    }
    .about .page-article p{
        font-size: 14px;
        line-height: 20px;
        margin: 15px 0;
    }

    .about .page-article p br{
        display: none;
    }

    .about-items{
        margin-top: 5px;
        text-align: center;
    }
    .about-list .col-md-4,.about-list .col-xs-4,.about-list .col-sm-4{
        padding-right: 10px;
        padding-left: 10px;
    }


    .culture{
        padding: 40px 0;
    }

    .show{
        padding: 40px 0;
    }
    .show .show-items{
        margin-top: 15px;
        text-align: center;
    }
    .show .show-wrap .show-more{
        margin-top: 30px;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }

    .show-wrap .row >div{
        display: none;
    }

    .show-wrap .row >div:nth-child( -n + 3 ){
        display: block;
    }

    .honor{
        background: url("../img/image_21.jpg") no-repeat center;
        background-size: cover;
    }
    .honor .honor-wrap{
        padding: 40px 0;
    }

    .honor .honor-more a{
        margin: 20px auto 0;
        width: 32px;
        height: 32px;
    }

    .service{
        padding: 40px 0;
    }
    .service .service-sum{
        min-width: 100%;
        margin-left: 5px;
    }
    .service .service-article{
        margin-top: 10px;
        left: 0;
        transform: none;
    }
    .service .service-article h3{
        font-size: 16px;
        line-height: 18px;
    }
    .service .servide-term p{
        font-size: 12px;
        line-height: 20px;
    }

    .service .service-items{
        margin-top: 10px;
    }

    .service .servide-term{
        margin-left: 10px;
        margin-top: 5px;
    }

    .service .col-md-4 ,.service .col-xs-6{
        padding-left: 10px;
        padding-right: 10px;
    }

    .service .row>div:nth-child(1) .service-article{
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .service .row>div:nth-child(3) .service-article{
        margin-left: 50%;
        transform: translateX(-50%);
    }

}