@charset "utf-8";

.product_show {
    padding-bottom: 80px;
    background-color: #F5F5F5;
}

.product_show .one {
    position: relative;
    padding-top: 112px;
    padding-bottom: 65px;
    background-image: url(../images/pro_show_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.product_show .location {
    position: absolute;
    left: 0;
    top: 16px;
    width: 100%;
    background: transparent;
}

.product_show .location .my-container {
    justify-content: flex-end;
}

.product_show .location .locaiton_r {
    color: #999;
}

.product_show .location .locaiton_r a {

    background-image: url(../images/location_icon2.svg);

}

.one_cont .one_left {
    flex: 1;
    padding-right: 30px;
}

.one_cont .one_left .title {
    color: var(--dark);
    font-weight: 400;
    line-height: 1.1;
}

.one_cont .one_left .label {
    padding-top: 14px;
    padding-bottom: 14px;
    color: var(--dark);
    font-weight: 700;
    line-height: 1.2;
    background-image: url(../images/about_line.svg);
    background-size: 30px 3px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.one_cont .one_right {
    width: 48%;
    text-align: left;
}
.one_cont .one_right img {
    width: 611px;

}
.chara {
    padding-top: 30px;
}

.chara .t {
    color: var(--dark);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
}

.chara p {
    padding-left: 17px;
    margin-bottom: 12px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
}

.chara p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--main-color);
}

.p_contact_button {
    padding-top: 125px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.p_contact_button a {
    display: flex;
    margin-right: 24px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 40px;
    border: 1px solid #999;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.p_contact_button a img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.p_contact_button a img:nth-child(2) {
    display: none;
}

.p_contact_button a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--white-color);
}

.p_contact_button a:hover img:nth-child(1) {
    display: none;
}

.p_contact_button a:hover img:nth-child(2) {
    display: block;
}

.pro_show_bottom {
    padding-top: 50px;
}

.pro_show_one {
    padding-top: 42px;
}

.pro_show_two {
    padding-top: 80px;
}

.two_ce {
    padding-top: 40px;
}

.two_ce .t {
    position: absolute;
    top: 28px;
    left: 28px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    z-index: 3;
}

.two_ce .thumb {
    position: relative;
    width: 100%;
    border-radius: 8px;

    overflow: hidden;
}

.two_ce .thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.40) 0.12%, rgba(102, 102, 102, 0.00) 99.86%);
    z-index: 2;
}

.two_ce .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.4s ease;
    z-index: 1;
}

.two_ce .swiper-slide:hover .thumb i {
    transform: scale(1.05);
}

.ce_button {
    padding-top: 24px;
}

.ce_button .ce-pagination {
    flex: 1;
    position: relative;
    height: 4px;
}

.ce_button .ce-pagination {
    border-radius: 21px;
    background: var(--white-color);
}

.ce_button .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main-color);
}

.ce_button .r {
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.ce_button .ce_prev,
.ce_button .ce_next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    cursor: pointer;
}

.ce_button .ce_next {
    margin-left: 20px;
}

.ce_button .ce_prev:hover,
.ce_button .ce_next:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.ce_button .ce_prev:hover svg path,
.ce_button .ce_next:hover svg path {
    stroke: var(--white-color);
}

.show_down_list {
    padding-top: 40px;
}

.show_down_list ul li {
    padding-bottom: 20px;
}

.show_down_list ul li:last-child {
    padding-bottom: 0;
}

.show_down_list ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 42px;
    width: 100%;
    border-radius: 8px;
    background: var(--white-color);
}

.show_down_list ul li a::before {
    content: "";
    position: absolute;
    right: 136px;
    top: 0;
    width: 30%;
    height: 100%;
    background-image: url(../images/down_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.show_down_list .title {
    flex: 1;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.show_down_list .title span {
    width: 24px;
    display: block;
}

.show_down_list .title span img:nth-child(2) {
    display: none;
}

.show_down_list .title .t {
    padding-left: 24px;
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
}

.show_down_list .right {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.show_down_list .right span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--white-color);
}

.show_down_list a:hover {
    background: linear-gradient(88deg, #E07719 0%, #E2A71C 99.84%);
}

.show_down_list a:hover .title span img:nth-child(1) {
    display: none;
}

.show_down_list a:hover .title span img:nth-child(2) {
    display: block;
}

.show_down_list a:hover .t,
.show_down_list a:hover .right {
    color: var(--white-color);
}

@media (max-width:1440px) {
    .p_contact_button {
        padding-top: 100px;
    }

}

@media (max-width:1366px) {
    .p_contact_button {
        padding-top: 80px;
    }

}

@media (max-width:1280px) {
    .p_contact_button {
        padding-top: 40px;
    }

}

@media (max-width:991px) {
    .p_contact_button {
        padding-top: 30px;
    }

    .one_cont {
        flex-wrap: wrap;
    }

    .one_cont .one_left {
        width: 100%;
        padding-right: 0;
        flex: inherit;
    }

    .one_cont .one_right {
        padding-top: 30px;
        width: 100%;
        text-align: left;
    }
}

@media (max-width:767px) {
    .product_show .one {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .p_contact_button {
        justify-content: space-between;
    }

    .p_contact_button a {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;

        padding: 14px 22px;

    }

    .p_contact_button a:nth-child(2) {
        display: none;
    }

    .pro_show_two {
        padding-top: 50px;
    }

    .ce_button .ce_prev,
    .ce_button .ce_next {
        width: 46px;
        height: 46px;
    }

    .ce_button .ce_next {
        margin-left: 10px;
    }

    .show_down_list ul li a {
        padding: 20px 16px;
    }

    .show_down_list .title .t {
        padding-left: 10px;
        font-size: 16px;
    }

    .show_down_list .right span {
        margin-left: 10px;
        width: 30px;
        height: 30px;
        padding: 6px;
    }
    .show_down_list ul li a::before {
        right: 90px;
        width: 30%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
    }

    .one_cont .one_right {
        max-width: 75%;
        margin: 0 auto;
    }
}