/* 模版-行业一级页 */
/* 概述 */
.overview_main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.overview_main_left {
    width: 560px;
    padding-top: 112px;
}

.overview_main_left h2 {
    text-align: left;
    padding: 0px;
}

.overview_main_left .keyword_box {
    margin-top: 25px;
}

.overview_main_left .keyword_box span {
    display: inline-block;
    height: 36px;
    background: rgba(1, 55, 147, 0.10);
    border-radius: 5px;
    padding: 0px 11px;
    font-size: 14px;
    color: #404040;
    font-weight: 400;
    line-height: 36px;
    margin-right: 20px;
}

.overview_main_left p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-align: justify;
    line-height: 24px;
    margin: 25px 0px 35px 0px;
}

.overview_main_right {
    width: 456px;
    /* opacity: 0.23;
    background: #d8d8d8; */
    margin-top: 60px;
}

.overview_main_right video {
    width: 100%;
}


.TemplateBlue_btn {
    padding: 0px 40px;
    width: auto;
}
/* 移动端 */
@media screen and (max-width: 1024px) {

    /* 概述 */
    .overview_main {
        display: inherit;
        padding-bottom: 30px;
    }

    .overview_main_left,
    .overview_main_right {
        width: 100%;
        background: transparent;
        padding-top: 30px;
        margin-top: auto;
    }

    .overview_main_left h2 {
        width: 100%;
        text-align: center;
    }

    .overview_main_left .keyword_box span {
        margin-bottom: 10px;
    }


}
