﻿.com_aside {
    margin-top: 10%;
}

.list_pro {
    background: var(--color-main-huang);
    padding: calc(80 / var(--base-w) * 1%) 0 calc(80 / var(--base-w) * 1%)
}

.list_pro .list_pro_main .com_list_right {
    --pd: 78px
}

.list_pro .list_pro_main .com_list_right .box1_tit .img {
    padding-bottom: calc((204 / 11.4) * 1%)
}

.list_pro .list_pro_main .com_list_right .pro_list {
    --pd: 16px;
    --mt: 33px;
    margin-top: 44px
}

.list_pro .list_pro_main .com_list_right .pro_list .img {
    padding-bottom: 100%;
    background: #fff
}

.list_pro .list_pro_main .com_list_right .pro_list .img img {
    width: 80%;
    height: 80%;
    margin: 10%;
    object-fit: contain
}

.list_pro .list_pro_main .com_list_right .pro_list .title {
    background: var(--color-main-lv);
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
    padding: 22px 30px;
    margin: 0;
    flex: 1;
    display: flex
}

.know {
    background: var(--color-main-lv);
    padding: calc((110 / var(--base-w)) * 1%) var(--all-pd);
    --pd: 78px;
    align-items: center;
}

.know .lll {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.know .lll .l_top .title {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 44px;
    color: #ffffff
}

.know .lll .l_top .desc {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px
}

.know .lll .list .item {
    border-bottom: 2px solid #ffffff;
    padding: 20px 0;
    margin-top: 35px
}

.know .lll .list .item:first-child {
    margin-top: 0
}

.know .lll .list .item .tit {
    font-family: Archivo Black;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px
}

.know .lll .list .item .des {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    margin-top: 8px;
    display: none;
}

.know .lll .list .item:first-child .des,
.know .lll .list .item.active .des {
    display: block;
}

.know .img {
    padding-bottom: 40%
}

.adv {
    background: var(--color-main-huang);
    padding: var(--pd120) 0 0
}

.adv .list {
    --pd: 32px;
    --mt: 32px;
    margin-top: 32px
}

.adv .list .img {
    padding-bottom: 124.15%;
    border-radius: 69px 69px 69px 69px
}

.adv .list .title {
    margin-top: 29px;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 48px
}

@media screen and (max-width:1366px) {
    .know .lll .l_top .title {
        font-size: 30px
    }

    .adv .list .title {
        font-size: 24px
    }
}

@media screen and (max-width:950px) {

    .know .lll .list .item {
        margin-top: 15px !important
    }

    .adv .list .img {
        padding-bottom: 100%
    }
}