﻿@import url("https://www.huibotong.cn/css/bootstrap.min.css");
@import url("https://www.huibotong.cn/css/animate.min.css");
@import url("https://www.huibotong.cn/css/layer.css");
@import url("https://www.huibotong.cn/img/huibotong.ico");
@import url("https://www.huibotong.cn/Icon/iconfont.css");
@import url(../../dist/css/ckin.css);
/*综合样式*/
@import url(../indexs.css);
@import url(../style.css);
/*侧边栏*/
@import url(../new-sidebar.css);
@import url(./productReset.css);



/*新banner图样式*/
#WZKFJWZQNRGL01-banner.banner {
    background: url(../../img/ProductCenter/wzkfjwzqnrgl01/bg.jpg);
    background-size: cover;
}

#WZKFJWZQNRGL01-banner .content-wrapper {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    /*left: 50%;
    transform: translateX(-50%);*/
}


#WZKFJWZQNRGL01-banner.banner img {
    width: 100%;
}
#WZKFJWZQNRGL01-banner.banner .content-wrapper {
    display: flex;
}

#WZKFJWZQNRGL01-banner.banner .left {
    color: white;
}

/*#WZKFJWZQNRGL01-banner.banner .left .message-box .two-title {
    font-size: 33px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 29px;
    white-space: nowrap;
    margin-top:104px;
}
#WZKFJWZQNRGL01-banner.banner .left .slogan {
    font-size: 22px;
    line-height: 26px;
    margin: 42px 0 56px 0;

}*/


#WZKFJWZQNRGL01-banner.banner .left .title {
    letter-spacing: 0;
    font-size: 48px;

}

#WZKFJWZQNRGL01-banner.banner .left .btn-wrapper{
    background: linear-gradient(90deg, #FFD28A, #FFBD7C);
    color: #383838;
    margin-top: 40px;
}
#WZKFJWZQNRGL01-banner.banner .right-pic {
    width: 466px;
    position: absolute;
    top: 20px;
    right: -120px;
}


@media only screen and (max-width: 768px) {
    #WZKFJWZQNRGL01-banner .content-wrapper {
        width: 100%;
        padding: 0 20px;
    }
    #WZKFJWZQNRGL01-banner.banner .left .message-box {
        top: 30px;
        width: 288px;
    }
    #WZKFJWZQNRGL01-banner.banner .left .title {
        margin-top: 12px;
        font-size: 46px;
    }
    #WZKFJWZQNRGL01-banner.banner .left .message-box .two-title {
        font-size: 20px;
        margin-top:20px;
    }
    #WZKFJWZQNRGL01-banner.banner .left .slogan {
        margin: 22px 0;
    }
    #WZKFJWZQNRGL01-banner.banner .left .btn-wrapper {
        margin: 20px auto;
    }
}