﻿@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图样式*/
#RLZYGL01-banner.banner {
    background: url(../../img/ProductCenter/rlzygl01/bg.png);
    background-size: cover;
}

#RLZYGL01-banner .content-wrapper {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    /*left: 50%;
    transform: translateX(-50%);*/
}


#RLZYGL01-banner.banner img {
    width: 100%;
}
#RLZYGL01-banner.banner .content-wrapper {
    display: flex;
}

#RLZYGL01-banner.banner .left {
    color: white;
}

/*#RLZYGL01-banner.banner .left .message-box .two-title {
    font-size: 33px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 29px;
    white-space: nowrap;
    margin-top:104px;
}
#RLZYGL01-banner.banner .left .slogan {
    font-size: 20px;
    line-height: 26px;
    margin: 42px 0 56px 0;

}


#RLZYGL01-banner.banner .left .title {
    font-size: 52px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    margin-top: 20px;
}*/

#RLZYGL01-banner.banner .left .btn-wrapper{
    background: linear-gradient(90deg, #FFD28A, #FFBD7C);
    color: #383838;
    margin-top: 40px;
}
#RLZYGL01-banner.banner .right-pic {
    width: 595px;
    position: absolute;
    top: 26px;
    right: -100px;
}


@media only screen and (max-width: 768px) {

    #RLZYGL01-banner .content-wrapper {
        width: 100%;
        padding: 0 20px;
    }
    #RLZYGL01-banner.banner .left .message-box {
        top: 30px;
        width: 288px;
    }
    #RLZYGL01-banner.banner .left .title {
        margin-top: 12px;
        font-size: 46px;
    }
    #RLZYGL01-banner.banner .left .message-box .two-title {
        font-size: 20px;
        margin-top:20px;
    }
    #RLZYGL01-banner.banner .left .slogan {
        margin: 22px 0;
    }
    #RLZYGL01-banner.banner .left .btn-wrapper {
        margin: 20px auto;
    }
}