#header {
    background-color: rgba(0, 0, 0, 0.09);
}

.container-fluid .row > .r_pic {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* .container-fluid .row > .r_pic:nth-child(1) {
    height: 707px;
} */

.container-fluid .row > .r_pic > .video-bg {
    width: 100%;
    height: 100%;
}

.container-fluid .row > .r_pic .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-fluid .row > .r_pic .video-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}

.container-fluid .row > .r_pic .video-mask > .title {
    position: absolute; 
    font-size: 79px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 92px;
}

.container-fluid .row > .r_pic .pic {
    width: 100%;
    height: auto;
}

.container-fluid .row > .r_pic > .desc {
    position: absolute; 
}

.container-fluid .row > .r_pic > 
.desc > .d_title > .title {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 29px;
}

.container-fluid .row > .r_pic > 
.desc > .d_title > .subhead {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 29px;
}

.container-fluid .row > .r_pic > 
.desc > .d_info > .info {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 38px;
    display: block;
    text-align: center;
}

.container-fluid .scheme {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-fluid .scheme
> .s_title {
    font-size: 26px;
    font-weight: bold;
    color: #2F3232;
    line-height: 29px;
}

.container-fluid .scheme
> .s_platform {
    display: flex;
}

.container-fluid .scheme
> .s_platform > .item {
    width: 150px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #9C9C9C;
    line-height: 40px;
    background: #F3F3F3;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.container-fluid .scheme
> .s_platform > .item.active {
    color: #FFFFFF;
    background: #41A306;
}

.container-fluid .scheme
> .s_line {
    width: 100%;
    height: 0.5px;
    background-color: #41A306;
}

.container-fluid .scheme
> .s_item {
    display: none;
}

.container-fluid .scheme
> div:nth-of-type(3) {
    display: block;
}

.container-fluid .scheme
> .s_item > .s_desc {
    font-size: 16px;
    font-weight: bold;
    color: #9C9C9C;
    line-height: 20px;
    display: block;
    text-align: center;
}

.container-fluid .scheme
> .s_item > .s_scheme {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container-fluid .scheme
> .s_item > .s_scheme > .item {
    width: 389px;
    height: 240px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
}

.container-fluid .scheme
> .s_item > .s_scheme > .item:hover > .modal-box {
    height: 100%;
}


.container-fluid .scheme
> .s_item > .s_scheme > .item.cooperation {
    width: 590px;
    height: 240px;
    background-image: url('../images/index/government-cooperation-bg.png');
}

.container-fluid .scheme
> .s_item > .s_scheme > .item.source {
    width: 590px;
    height: 240px;
    background-image: url('../images/index/source-bg.png');
}

.container-fluid .scheme
> .s_item > .s_scheme > .item.evaluating {
    background-image: url('../images/index/evaluating-bg.png');
}

.container-fluid .scheme
> .s_item > .s_scheme > .item.enter {
    background-image: url('../images/index/enter-bg.png');
}

.container-fluid .scheme
> .s_item > .s_scheme > .item.brand {
    background-image: url('../images/index/brand-bg.png');
}

.container-fluid .scheme
> .s_item > .s_scheme > .item.supply-chain {
    background-image: url('../images/index/supply-chain-bg.png');
}

.container-fluid .scheme
> .s_item > .s_scheme > .item.channel {
    background-image: url('../images/index/channel-bg.png');
}

.container-fluid .scheme
> .s_item > .s_scheme > .item.join-in {
    background-image: url('../images/index/join-in-bg.png');
}

.container-fluid .scheme
> .s_item > .s_scheme > .item.store {
    background-image: url('../images/index/store-bg.png');
}

.container-fluid .scheme
> .s_item > .s_scheme > .item.on-line {
    background-image: url('../images/index/on-line-bg.png');
}

.container-fluid .scheme
> .s_item > .s_scheme > .item.retail-establishment {
    background-image: url('../images/index/retail-cabinet-bg.png');
}

.container-fluid .scheme
> .s_item > .s_scheme > .item.ambassador {
    width: 590px;
    height: 490px;
    background-image: url('../images/index/ambassador-bg.png');
}

.container-fluid .scheme
> .s_item > .s_scheme > .item.represent {
    width: 590px;
    height: 490px;
    background-image: url('../images/index/represent-bg.png');
}

.container-fluid .scheme
> .s_item > .s_scheme > .cooperation > .logo {
    width: 55.5px;
    height: 55.5px;
}

.container-fluid .scheme
> .s_item > .s_scheme > .source > .logo {
    width: 56px;
    height: 56.5px;
}

.container-fluid .scheme
> .s_item > .s_scheme > .evaluating > .logo {
    width: 45.5px;
    height: 56.5px;
}

.container-fluid .scheme
> .s_item > .s_scheme > .enter > .logo {
    width: 70px;
    height: 56.5px;
}

.container-fluid .scheme
> .s_item > .s_scheme > .brand > .logo {
    width: 65px;
    height: 54px;
}

.container-fluid .scheme
> .s_item > .s_scheme > .supply-chain > .logo {
    width: 69.5px;
    height: 61.5px;
}

.container-fluid .scheme
> .s_item > .s_scheme > .channel > .logo {
    width: 53.5px;
    height: 55px;
}

.container-fluid .scheme
> .s_item > .s_scheme > .join-in > .logo {
    width: 50px;
    height: 50px;
}

.container-fluid .scheme
> .s_item > .s_scheme > .store > .logo {
    width: 55.5px;
    height: 48px;
}

.container-fluid .scheme
> .s_item > .s_scheme > .on-line > .logo {
    width: 50px;
    height: 43px;
}

.container-fluid .scheme
> .s_item > .s_scheme > .retail-establishment > .logo {
    width: 48.5px;
    height: 55px;
}

.container-fluid .scheme
> .s_item > .s_scheme > .ambassador > .logo {
    width: 68.5px;
    height: 53px;
}

.container-fluid .scheme
> .s_item > .s_scheme > .ambassador > .represent {
    width: 56px;
    height: 56.5px;
}

.container-fluid .scheme
> .s_item > .s_scheme > .item > .title {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 29px;
}

.container-fluid .scheme
> .s_item > .s_scheme > .item > .modal-box {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(65, 163, 6, 0.94);
    overflow: hidden;
    transition: .3s;
}

.container-fluid .scheme
> .s_item > .s_scheme > .item > .modal-box
> .title {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 29px;
}

.container-fluid .scheme
> .s_item > .s_scheme > .item > .modal-box
> .desc {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 20px;
}

.container-fluid .scheme
> .s_item > .s_scheme > .item > .modal-box
> .sign-up {
    width: 107px;
    height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #41A306;
    line-height: 35px;
    background: #FFFFFF;
    border-radius: 18px;
    text-align: center;
    text-decoration: none;
}

.container-fluid .case {
    max-width: 1200px;
    margin: 75px auto auto;
    padding: 75px 30px 75px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F6F7FB;
    box-sizing: border-box;
}

.container-fluid .case > .c_title {
    font-size: 26px;
    font-weight: bold;
    color: #2F3232;
    line-height: 29px;
}

.container-fluid .case > .c_desc {
    font-size: 16px;
    font-weight: bold;
    color: #9C9C9C;
    line-height: 20px;
}

.container-fluid .case > .c_pics {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.container-fluid .case > .c_pics 
>.p_box {
    width: 220px;
    height: 299px;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-sizing: border-box;
}

.container-fluid .case > .c_pics 
>.p_box > .title {
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    line-height: 14px;
}

.container-fluid .case > .c_pics 
>.p_box > .pic {
    width: 100%;
    height: 226.5px;
}

.container-fluid .news {
    max-width: 1200px;
    margin: 75px auto auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-fluid .news > .n_title {
    font-size: 26px;
    font-weight: bold;
    color: #2F3232;
    line-height: 29px;
}

.container-fluid .news > .n_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.container-fluid .news > .n_content
> .c_left {
    width: 588px;
    height: 391px;
    position: relative;
}

.container-fluid .news > .n_content
> .c_left > .swiper-container {
    width: 100%;
    height: 100%;
}

.container-fluid .news > .n_content
> .c_left > .swiper-container .pic {
    width: 100%;
    height: 100%;
}

.container-fluid .news > .n_content
> .c_left > .swiper-container .desc {
    width: 100%;
    height: 62px;
    padding-left: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 62px;
    background: rgba(0, 0, 0, 0.4);
}

.container-fluid .news > .n_content
> .c_right {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container-fluid .news > .n_content
> .c_right > .item {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.container-fluid .news > .n_content
> .c_right > .item > .title {
    font-size: 18px;
    font-weight: bold;
    color: #2F3232;
}

.container-fluid .news > .n_content
> .c_right > .item > .time {
    font-size: 16px;
    font-weight: bold;
    color: #9C9C9C;
  
}

.container-fluid .news > .n_more {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    cursor: pointer;
}