.header-text {
    background: rgba(255,255,255,.2);
    height:162px;
    text-align: left;
    padding: 20px 100px 10px 20px;
}
.bg {
    background: url(../../imgs/product-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

/*产品体系*/
.ProductSystem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 3;
}
.ProductSystemImg {
    position: absolute;
    top: 0px;
    right: 150px;
    z-index: 2;
    opacity: .6;
}
.secImg {
    right: 415px;
}

/*-----------------媒体查询-------------*/
@media screen and (max-width: 1600px) {
    .secImg {
        right: 332px;
    }
}
@media screen and (max-width: 1370px) {
    .firImg {
        width: 56%;
    }
    .systemWrap {
        padding-left: 0!important;
    }
    .secImg {
        right: 266px;
    }
}
@media screen and (max-width: 1200px) {
    .topTitle {
        justify-content: center!important;
        min-height: 400px!important;
    }
    .header-text p {
        font-size: 21px!important;
    }
    .header-text p:nth-child(2) {
        font-size: 24px!important;
    }
    .system {
        padding: 0 70px!important;
    }
    .system p {
        font-size: 21px!important;
        color: #fff!important;
    }
    .system img {
        margin-top: 2px!important;
    }
    .system p:nth-child(1) {
        color: #dcceac!important;
        font-size: 24px!important;
    }
    .systemWrap {
        padding-left: 0!important;
    }
    .middle-img {
        height: 100px!important;
    }
    .secImg {
        right: 0px;
    }
}
@media screen and (max-width: 750px) {
    .ProductSystemImg {
        left: 0px!important;
    }
    .secImg {
        left: 200px!important;
        height: 300px!important;
    }
}
@media screen and (max-width: 800px) {
    .header-text {
        padding-right: 5px;
        padding-left: 5px;
        height: 115px;
    }
    .system {
        padding-left: 5px!important;
    }
    .firImg {
        width: 100%;
    }
}
@media screen and (max-width: 970px) {
    .xs-width{
        width: auto!important;
    }
    .productBtn {
        width: 130px!important;
    }
    .system {
        justify-content: flex-start;
    }
}


