.banner-pro{
    background: url(../images/banner_bg_images/banner-pro.jpg) no-repeat top center;
    background-size: 100% 100%;
    height: 377px;
}
.banner-pro .content{
    padding-top: 0;
}
.banner-pro h2{
    text-align: left;
    color: #fefefe;
    margin-bottom: 22px;
    margin-top: 32px;
}
.banner-pro hr{
    margin-left: 0;
    margin-bottom: 20px;
    border-top: 2px solid #f05013;
}
.banner-pro p{
    text-align: left;
    color: #fff;
}
.banner-pro .content>p{
    padding: 0;
}
.banner-pro>.content>p:last-of-type{
    margin-bottom: 10px;
}
.banner-pro .equipment p,.banner-pro .equipment a{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 6px 8px;
    cursor: pointer;
    transition: all .5s;
    color: #fff;
}
.banner-pro .equipment p:first-of-type{
    padding-left: 0;
}
.banner-pro .equipment a{
    border: 1px solid #fff;
}
.banner-pro .equipment a:hover{
    border-color: #f05013;
    background: #f05013;
}
.project .content{
    padding-top: 0;
}
.background img{
    width: 100%;
}
.background.row{
    margin: 37px -10px 0px;
}
.background .col-xl-4{
    padding: 0 10px;
    height: 33.3%;
}
.process img{
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.process img.active{
    opacity: 1;
    transition-delay: 0.25s;
}
.process img:not(:first-of-type){
    position: absolute;
    top: 0;
    left: 0;
}
.process img+p{
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #f05013;
}
.process .col-xl-6{
    padding: 0;
}
.process .wenzi{
    padding: 50px 48px 50px 40px;
}
.process .wenzi h3{
    text-align: left;
    margin-bottom: 22px;
    font-size: 18px;
}
.process .wenzi hr{
    margin-left: 0;
    margin-bottom: 22px;
}
.process .wenzi p{
    text-align: left;
    font-size: 16px;
}
.process .wenzi a{
    float: left;
    background: #dc4e42;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    margin-top: 40px;
    position: relative;
    padding-left: 50px;
}
.process .wenzi a i{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/video-center.png);
    position: absolute;
    left:15px;
    top: 8px;
}
@media (max-width:1200px){
    .process .wenzi{
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 20px;
        padding-bottom: 0;
        height: 100%;
    }
}
@media (max-width:1053px){
    .banner-pro h2{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .banner-pro hr{
        margin-bottom: 10px;
    }
}
