.proType_main {
    margin-top: 5%;
}

.proType_main .proType_title {
    font-family: 'Delecta-Bold';
    font-weight: normal;
    font-size: 48px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.proType_main .cate_list {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.proType_main .cate_list .cate_item {
    width: 31%;
    justify-content: space-between;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 30px;
    flex: 1;
    transition: flex 0.5s ease;
}

.proType_main .cate_list .cate_item:nth-child(3n) {
    margin-right: 0;
}

.active {
    flex: 2;
}

.proType_main .cate_list .cate_item.active {
    flex: 2;
}

.proType_main .cate_list .cate_item .item_img {
    width: 100%;
    position: relative;
    height: 479px;
    overflow: hidden;
    transition: all .5s ease;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
}

.proType_main .cate_list .cate_item .item_img .item_title {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.9);
}

.proType_main .cate_list .cate_item.active .item_img .item_title {
    display: none;
}

.proType_main .cate_list .cate_item.active .item_img {
    width: 50%;
}

.proType_main .cate_list .cate_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    padding: 20px;
}

.proType_main .cate_list .cate_item .item_info {
    width: 0;
    height: 479px;
    display: none;
    padding: 90px 45px;
    background: var(--conmmonBgColor);
    opacity: 0;
    transition: all .5s ease;
}

.proType_main .cate_list .cate_item.active .item_info {
    width: 50%;
    opacity: 1;
    padding: 90px 45px;
    display: block;

}

.proType_main .cate_list .cate_item .item_info .item_title {
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 48px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}

.proType_main .cate_list .cate_item .item_info .item_title a {
    display: inline-block;
    color: #333333;
}

.proType_main .cate_list .cate_item .item_info .item_title a:hover {
    color: var(--conmmonColor);
}

.proType_main .cate_list .cate_item .item_info .item_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 15px 0;
}

.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 {
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.proType_main .cate_list .cate_item .item_info .item_btn a:hover {
    color: var(--conmmonColor);
    margin-left: 20px;
}

.proType_main .cate_list .cate_item .item_info .item_btn a:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/pro_read_more.png) no-repeat center center / 100%;
    margin-left: 8px;
}

.proType_faq {
    margin-top: 5%;
    padding: 5% 0;
    background: var(--conmmonBgColor);
}

.proType_faq .faq_tit {
    font-family: 'Delecta-Bold';
    font-weight: normal;
    font-size: 48px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.proType_faq .faq_wrap {
    justify-content: space-between;
    align-items: center;
}

.proType_faq .faq_wrap .faq_left {
    width: 50%;
}

.proType_faq .faq_wrap .faq_left .faq_list .faq_item {
    margin-bottom: 50px;
}

.proType_faq .faq_wrap .faq_left .faq_list .faq_item:last-child {
    margin-bottom: 0;
}

.proType_faq .faq_wrap .faq_left .faq_list .faq_item .faq_title {
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.proType_faq .faq_wrap .faq_left .faq_list .faq_item .faq_title p {
    width: calc(100% - 65px);
}

.proType_faq .faq_wrap .faq_left .faq_list .faq_item .faq_title:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: var(--conmmonColor);
    border-radius: 50%;
    margin-left: 8px;
}

.proType_faq .faq_wrap .faq_left .faq_list .faq_item .faq_title:after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: url(../img/pro_faq_icon.png) no-repeat center center / 100%;
    transition: all .5s ease;
}

.proType_faq .faq_wrap .faq_left .faq_list .faq_item.active .faq_title:after {
    transform: rotate(180deg);
}

.proType_faq .faq_wrap .faq_left .faq_list .faq_item .faq_cont {
    display: none;
    margin-top: 15px;
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.proType_faq .faq_wrap .faq_right {
    width: 45%;
}

.proType_faq .faq_wrap .faq_right .inquiry_title {
    font-family: 'Delecta-Bold';
    font-weight: normal;
    font-size: 32px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.proType_faq .faq_wrap .faq_right .ch_form li {
    position: relative;
}

.proType_faq .faq_wrap .faq_right .ch_form .item_name:before,
.proType_faq .faq_wrap .faq_right .ch_form .item_email:before,
.proType_faq .faq_wrap .faq_right .ch_form .item_phone:before {
    content: '*';
    position: absolute;
    left: 0;
    top: 10px;
    display: inline-block;
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #D22A2A;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.proType_faq .faq_wrap .faq_right .ch_form input[type="text"] {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #333333;
    margin-bottom: 60px;
    padding: 10px 0;
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 8px;
}

.proType_faq .faq_wrap .faq_right .ch_form input[type="text"]::placeholder {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.proType_faq .faq_wrap .faq_right .ch_form textarea {
    width: 100%;
    height: 46px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #333333;
    margin-bottom: 60px;
    padding: 10px 0;
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 15px;
}

.proType_faq .faq_wrap .faq_right .ch_form textarea::placeholder {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.proType_faq .faq_wrap .faq_right .ch_form .item_submit {
    text-align: right;
}

.proType_faq .faq_wrap .faq_right .ch_form input[type="submit"] {
    width: 193px;
    height: 48px;
    background: #333333;
    border: none;
    border-radius: 69px 69px 69px 69px;
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    transition: all .5s ease;
}

.proType_faq .faq_wrap .faq_right .ch_form input[type="submit"]:hover {
    background-color: var(--conmmonColor);
}

.proType_evaluate {
    margin-top: 5%;
}

.proType_evaluate .evaluate_title {
    font-family: 'Delecta-Bold';
    font-weight: normal;
    font-size: 48px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.proType_evaluate .evaluate_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    max-width: 946px;
    margin: 30px auto;
}

.proType_evaluate .swiper-pagination {
    display: none;
}

.proType_evaluate .evaluate_wrap {
    padding: 5px;
}

.proType_evaluate .evaluate_wrap .swiper-button-prev,
.proType_evaluate .evaluate_wrap .swiper-button-next {
    width: 48px !important;
    height: 48px !important;
    background-color: #333333;
    border-radius: 50%;
    opacity: 1;
}

.proType_evaluate .evaluate_wrap .swiper-button-prev {
    left: 9%;
}

.proType_evaluate .evaluate_wrap .swiper-button-next {
    right: 9%;
}

.proType_evaluate .evaluate_wrap .swiper-button-prev:hover,
.proType_evaluate .evaluate_wrap .swiper-button-next:hover {
    background-color: var(--conmmonColor);
}

.proType_evaluate .evaluate_wrap .swiper-button-prev::after,
.proType_evaluate .evaluate_wrap .swiper-button-next::after {
    content: unset;
    font-size: 0;
}

.proType_evaluate .evaluate_list {
    align-items: flex-end;
}

.proType_evaluate .evaluate_list .evaluate_item {
    background: #FFFFFF;
    height: 295px;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.15);
    border-radius: 12px 12px 12px 12px;
    padding: 25px 35px;
    margin-top: 20px;
    transition: all .4s ease;
}

.proType_evaluate .evaluate_list .evaluate_item:hover {
    width: 460px !important;
    height: 315px !important;
    margin-top: 0;
}

.proType_evaluate .evaluate_list .evaluate_item .item_person {
    justify-content: flex-start;
    align-items: center;
}

.proType_evaluate .evaluate_list .evaluate_item .item_person .item_avatar {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 20px;
}

.proType_evaluate .evaluate_list .evaluate_item .item_person .item_avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.proType_evaluate .evaluate_list .evaluate_item .item_person .item_info .item_name {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.proType_evaluate .evaluate_list .evaluate_item .item_person .item_info .item_country {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.proType_evaluate .evaluate_list .evaluate_item .item_cont {
    position: relative;
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 15px 0;
    max-height: 112px;
    overflow: hidden;
}

.proType_evaluate .evaluate_list .evaluate_item:hover .item_cont .item_box {
    height: 135px;
}

.proType_evaluate .evaluate_list .evaluate_item .start_list {
    justify-content: flex-start;
    align-items: center;
}

.proType_evaluate .evaluate_list .evaluate_item .start_list .start_item {
    margin-right: 8px;
    width: 39px;
    height: 39px;
}

.proType_evaluate .evaluate_list .evaluate_item .start_list .start_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 950px) {
    .proType_main .proType_title {
        font-size: 40px;
        line-height: 1.5;
    }

    .proType_main .cate_list {
        flex-direction: column;
        align-items: center;
    }

    .proType_main .cate_list .cate_item {
        width: 100%;
        margin-right: 30px;
        margin-bottom: 30px;
        flex-direction: column;
        align-items: center;
    }

    .proType_main .cate_list .cate_item .item_info {
        display: none !important;
    }

    .proType_main .cate_list .cate_item.active .item_img {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }

    .proType_main .cate_list .cate_item .item_img img {
        padding: 20px;

    }

    .proType_main .cate_list .cate_item.active .item_img .item_title {
        display: block;
    }

    .proType_main .cate_list .cate_item .item_img {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }

    .proType_faq .faq_tit {
        font-size: 40px;
        line-height: 1.5;
    }

    .proType_faq .faq_wrap {
        flex-direction: column;
        align-items: center;
    }

    .proType_faq .faq_wrap .faq_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .proType_faq .faq_wrap .faq_right {
        width: 100%;
    }

    .proType_evaluate {
        width: 95%;
        margin: 0 auto;
        margin-top: 8%;
    }

    .proType_evaluate .swiper-pagination {
        display: block;
    }

    .proType_evaluate .evaluate_title {
        font-size: 40px;
        line-height: 1.5;
    }

    .proType_evaluate .evaluate_wrap {
        padding-bottom: 55px;
    }

    .proType_evaluate .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        background: #F4F4F4;
        opacity: 1;
        border-radius: 50%;
    }

    .proType_evaluate .swiper-pagination-bullet-active {
        background-color: var(--conmmonColor);
    }

    .proType_evaluate .evaluate_wrap .swiper-button-prev,
    .proType_evaluate .evaluate_wrap .swiper-button-next {
        display: none;
    }

    .proType_evaluate .evaluate_list .evaluate_item .start_list .start_item {
        margin-right: 8px;
        width: 30px;
        height: 30px;
    }

    .proType_evaluate .evaluate_desc {
        max-width: unset;

    }
}

@media only screen and (max-width: 768px) {
    .proType_faq .faq_wrap .faq_left .faq_list .faq_item .faq_title {
        font-size: 20px;
        line-height: 1.5;
    }

    .proType_faq .faq_wrap .faq_left .faq_list .faq_item {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .proType_main .proType_title {
        font-size: 35px;
        line-height: 1.5;
    }

    .proType_faq .faq_tit {
        font-size: 35px;
        line-height: 1.5;
    }

    .proType_evaluate .evaluate_title {
        font-size: 35px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 480px) {
    .proType_main .proType_title {
        font-size: 30px;
        line-height: 1.5;
    }

    .proType_faq .faq_tit {
        font-size: 30px;
        line-height: 1.5;
    }

    .proType_faq .faq_wrap .faq_right .inquiry_title {
        font-size: 30px;
        line-height: 1.5;
    }

    .proType_evaluate .evaluate_title {
        font-size: 30px;
        line-height: 1.5;
    }
}