.proType_main {
    margin-top: 5%;
}

.proType_main .cate_list .cate_item {
    background: #F6F6F6;
    border-radius: 40px 40px 40px 40px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 260px;
}

.proType_main .cate_list .cate_item:nth-child(even) {
    margin-bottom: 130px;
}

.proType_main .cate_list .cate_item:nth-child(even) .item_info {
    order: 2;

}

.proType_main .cate_list .cate_item:nth-child(even) .item_img {
    order: 1;
    border-radius: 40px 0 0 40px;
}

.proType_main .cate_list .cate_item:nth-child(even) .item_img img {
    margin-top: 0;
    border-radius: 40px 0 0 40px;

}

.proType_main .cate_list .cate_item .item_info {
    width: 50%;
    padding-left: 100px;
}

.proType_main .cate_list .cate_item .item_info .item_title {
    font-family: 'AmericanGaramondBT-Bold';
    font-weight: normal;
    font-size: 60px;
    color: #082643;
    line-height: 78px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.proType_main .cate_list .cate_item .item_info .item_title a {
    display: inline-block;
    color: #082643;
}

.proType_main .cate_list .cate_item:hover .item_info .item_title a {
    color: var(--conmmonColor);
}

.proType_main .cate_list .cate_item .item_info .item_desc {
    max-width: 671px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 40px 0;
    margin-left: 0;
    margin-right: auto;
}

.proType_main .cate_list .cate_item .item_info .item_desc a {
    display: inline-block;
    color: #666666;
}


.proType_main .cate_list .cate_item .item_info .item_btn a {
    display: inline-block;
    padding: 10px 50px;
    border-radius: 26px 26px 26px 26px;
    border: 2px solid var(--conmmonColor);
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-size: 16px;
    color: #082643;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}


.proType_main .cate_list .cate_item .item_info .item_btn a:hover {
    color: #FFFFFF;
    background-color: var(--conmmonColor);

}

.proType_main .cate_list .cate_item .item_img {
    width: 50%;
    position: relative;
    height: 646px;
    border-radius: 0 40px 40px 0;
    margin-top: -70px;
}

.proType_main .cate_list .cate_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 0 40px 40px 0;
    margin-top: 70px;
}

.proType_faq {
    margin-top: 5%;

}

.proType_faq .layout {
    padding: 0 100px;
    justify-content: space-between;
}

.proType_faq .faq_left {
    width: 40%;
}

.proType_faq .faq_left .faq_tit {
    font-family: 'AmericanGaramondBT-Bold';
    font-weight: normal;
    font-size: 60px;
    color: #082643;
    line-height: 78px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.proType_faq .faq_left .faq_desc {
    max-width: 517px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 45px 0;
}

.proType_faq .faq_left .faq_btn a {
    display: inline-block;
    padding: 10px 40px;
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-size: 16px;
    color: #082643;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    border-radius: 26px 26px 26px 26px;
    border: 2px solid var(--conmmonColor);
}

.proType_faq .faq_left .faq_btn a:hover {
    color: #FFFFFF;
    background-color: var(--conmmonColor);
}

.proType_faq .faq_right {
    width: 60%;
}

.proType_faq .faq_right .faq_list .faq-item {
    margin-bottom: 30px;
    overflow: hidden;
    background: transparent;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #EBEBEB;
    transition: all 0.35s ease;
}

.proType_faq .faq_right .faq_list .faq-item .faq-title {
    position: relative;
    font-family: 'ArialMT';
    font-size: 22px;
    color: #333333;
    line-height: 31px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
}

.proType_faq .faq_right .faq_list .faq-item .faq-title:after {
    display: inline-block;
    font-family: "fontawesome";
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: var(--conmmonColor);
    content: '+';
    font-size: 26px;
    color: #FFFFFF;
    border-radius: 50%;
}

.proType_faq .faq_right .faq_list .faq-item.active .faq-title:after {
    display: inline-block;
    font-family: "fontawesome";
    font-weight: lighter;
    content: '\f068';
    font-size: 20px;
    color: var(--conmmonColor);
    overflow: hidden;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #FFFFFF;

}

.proType_faq .faq_right .faq_list .faq-item.active {
    background-color: var(--conmmonColor);

}

.proType_faq .faq_right .faq_list .faq-item.active .faq-title {
    color: #FFFFFF;
}

.proType_faq .faq_right .faq_list .faq-item .faq-cont {
    position: relative;
    z-index: 50;
    display: none;
}

.proType_faq .faq_right .faq_list .faq-item.active .faq-cont {
    font-family: 'ArialMT';
    font-size: 17px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 10px 40px;
    display: block;
}

.proType_brand {
    margin-top: 5%;
}

.proType_brand .layout {
    padding: 0 100px;
}

.proType_brand .brand_title {
    font-family: 'AmericanGaramondBT-Bold';
    font-weight: normal;
    font-size: 40px;
    color: #082643;
    line-height: 54px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.proType_brand .brand_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 40px 0 60px;
}

.proType_brand .brand_list {
    justify-content: space-between;
    align-items: center;
}

.proType_brand .brand_list .brand_item {
    width: 32%;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 24%;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.proType_brand .brand_list .brand_item img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.proType_brand .brand_list .brand_item:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.proType_brand .brand_list .brand_item:last-child {
    margin-right: 30px;
}

@media only screen and (max-width: 1840px) {
    .proType_main .cate_list .cate_item:nth-child(even) .item_info {
        padding-right: 50px;
    }
}

@media only screen and (max-width: 1600px) {
    .proType_faq .faq_right {
        width: 55%;
    }
}

@media only screen and (max-width: 1400px) {
    .proType_main .cate_list .cate_item .item_info {
        padding-left: 50px;
        padding-right: 50px;
    }

    .proType_faq .layout {
        padding: 0 50px;
    }

    .proType_faq .faq_left {
        margin-right: 50px;
    }

    .proType_brand .layout {
        padding: 0 50px;
    }

}

@media only screen and (max-width: 1024px) {
    .proType_faq .faq_left {
        visibility: visible !important;
    }

    .proType_faq .faq_right {
        visibility: visible !important;
    }

    .proType_main .cate_list .cate_item:last-child .item_info {
        visibility: visible !important;
    }

    .proType_main .cate_list .cate_item:last-child .item_img {
        visibility: visible !important;
    }

    .proType_brand .brand_title {
        visibility: visible !important;
    }

    .proType_brand .brand_desc {
        visibility: visible !important;
    }

    .proType_brand .brand_wrap {
        visibility: visible !important;
    }
}

@media only screen and (max-width: 950px) {
    .proType_main {
        margin-top: 8%;
    }

    .proType_main .cate_list .cate_item {
        flex-direction: column;
        margin-bottom: 30px !important;
    }

    .proType_main .cate_list .cate_item .item_info {
        padding: 30px !important;
        width: 100%;
        order: 2 !important;
    }

    .proType_main .cate_list .cate_item .item_info .item_title {
        font-size: 30px;
        line-height: 35px;
    }

    .proType_main .cate_list .cate_item .item_info .item_desc {
        max-width: unset;
        margin: 30px 0;
    }


    .proType_main .cate_list .cate_item .item_img {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        border-radius: 40px !important;
        order: 1 !important;
        margin: 0;
    }

    .proType_main .cate_list .cate_item .item_img img {
        border-radius: 40px !important;
        margin: 0;
    }

    .proType_faq {
        margin-top: 8%;
    }

    .proType_faq .layout {
        padding: 0;
        flex-direction: column;
    }

    .proType_faq .faq_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .proType_faq .faq_left .faq_tit {
        font-size: 30px;
        line-height: 35px;
    }

    .proType_faq .faq_left .faq_desc {
        max-width: unset;
        margin: 30px 0;
    }

    .proType_faq .faq_right {
        width: 100%;
    }

    .proType_faq .faq_right .faq_list .faq-item:last-child {
        margin-bottom: 0;
    }

    .proType_faq .faq_right .faq_list .faq-item .faq-title {
        padding: 20px !important;
    }

    .proType_faq .faq_right .faq_list .faq-item.active .faq-cont {
        padding: 10px 20px;
    }

    .proType_faq .faq_right .faq_list .faq-item.active .faq-title:after {
        font-size: 18px;
        color: var(--conmmonColor);
        overflow: hidden;
        width: 30px;
        height: 28px;
        text-align: center;
        line-height: 30px;
    }

    .proType_faq .faq_right .faq_list .faq-item .faq-title:after {
        width: 30px;
        height: 28px;
        text-align: center;
        line-height: 30px;
        background: var(--conmmonColor);
        content: '+';
        font-size: 26px;
    }

    .proType_brand {
        margin-top: 8%;
    }

    .proType_brand .layout {
        padding: 0;
    }

    .proType_brand .brand_desc {
        margin: 30px 0;
    }
}