.two_product_box {
    width: 100%;
    background-color: #F4F4F4;
    overflow: hidden;
}

.two_product {
    max-width: 1700px;
    width: 92.5%;
    display: flex;
    justify-content: space-between;
    float: right;
   
}

.two_product_nav_box {
    width: 23.7647%;
    background-color: #F4F4F4;
    padding-right: calc(14px + 4rem);
    padding-bottom: calc(10px + 4rem);
}

.two_product_nav_box .p1 {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(6px + 2rem);
    color: #333333;
    line-height: 1;
    margin-top: calc(4px + 5rem);
}

.two_product_nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(4px + 1.5rem);
    margin-top: calc(13px + 3rem);
}

.two_product_nav_item a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}



.two_product_nav_item .two_product_nav_item_icon {
    width: calc(5px + 0.25rem);
    height: calc(5px + 0.25rem);
    background: #98B7AC;
}

.two_product_nav_item:nth-of-type(2) .two_product_nav_item_icon {
    background-color: #95BECB;
}

.two_product_nav_item:nth-of-type(3) .two_product_nav_item_icon {
    background-color: #91B8E2;
}

.two_product_nav_item:nth-of-type(4) .two_product_nav_item_icon {
    background-color: #D6A7A9;
}

.two_product_nav_item:nth-of-type(5) .two_product_nav_item_icon {
    background-color: #C2ADAE;
}

.two_product_nav_item:nth-of-type(6) .two_product_nav_item_icon {
    background-color: #B6BECD;
}

.two_product_nav_item:nth-of-type(7) .two_product_nav_item_icon {
    background-color: #C6ADC4;
}

.two_product_nav_item:nth-of-type(8) .two_product_nav_item_icon {
    background-color: #679998;
}

.two_product_nav_item:nth-of-type(9) .two_product_nav_item_icon {
    background-color: #C8A68E;
}

.two_product_nav_item:nth-of-type(10) .two_product_nav_item_icon {
    background-color: #ACB28B;
}

.two_product_nav_item:nth-last-of-type(1) .two_product_nav_item_icon{
    background-color: transparent;
    border: 1px #00000080 solid;
}


.two_product_nav_item {
    border-bottom: 1px #D2D2D2 solid;
    padding-bottom: calc(1px + 0.25rem);
}

.two_product_nav_item .p2 {
   flex: 1;
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(10px + 0.5rem);
    color: #333333;
    line-height: 1;
    padding-left: calc(6px + 0.5rem);
}
.two_product_nav_item img{
    width: calc(5px + 0.25rem);
    opacity: 0;
    
}


.two_product_main_box{
    width: 76.2352%;
    background-color: #ffffff;
    padding-top: calc(9px + 5rem);
    padding-bottom: calc(2px + 4rem);
}

.two_product_main{
    max-width: 1076px;
    width: 88.8%;
    padding-left: calc(20px + 3rem);
}
.two_product_main .p1{
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(4px + 1.5rem);
    color: #98B8AC;
    line-height: 1;
}
.two_product_list{
    display: flex;
    justify-content: flex-start;
    gap: calc(2px + 2rem);
    margin-top: calc(9px + 1.5rem);
}
.two_product_item{
    width: 100%;
height: calc(80px + 15rem);
background: #FFFFFF;
box-shadow: 0px 0px calc(4px + 1rem) 0px rgba(116,116,116,0.16);
border-radius: calc(5px + 0.25rem);
/*border-right: calc(1px + 0.25rem) #D2D2D2 solid;*/
padding: calc(5px + 3rem);
position: relative;
}
.two_product_item .line_box{
    width: calc(1px + 0.25rem);
    height: 100%;
    background: rgba(116,116,116,0.16);
    border-radius: calc(5px + 0.25rem);
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.two_product_item .line_box .line{
    width: 100%;
    height: 0;
    background: #98B8AC;
    border-radius: calc(5px + 0.25rem);
    transition: .5s;
}
.two_product_item:hover .line{
    height: 100%;
}
.two_product_item a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.two_product_item_pic{
    width: calc(50px + 10rem);
    height: calc(49px + 10rem);
}
 .two_product_item_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
 .two_product_item_right{
    width: calc(130px + 20rem);
 }
 .two_product_item_right .p2{
font-family: Century Gothic;
font-weight: bold;
font-size: calc(4px + 1rem);
color: #2B2B2B;
line-height: 1;
padding-bottom: calc(3px + 1rem);
border-bottom: 1px #E5E5E5 solid;
transition: .3s;
display: flex;
justify-content: space-between;
align-items: center;
 }
 .two_product_item_right .p2 img{
    width: calc(8px + 1.5rem);
    opacity: 0;
    transition: .3s;
 }
 .two_product_item_right .p3{
font-family: Adobe Heiti Std;
font-weight: normal;
font-size: calc(6px + 0.5rem);
color: #666666;
line-height: calc(2px + 1.5rem);
margin-top: calc(5px + 1rem);
 }
 .two_product_item :hover .p2{
    color: #98B8AC;

 }
 .two_product_item :hover .p2 img{
   opacity: 1;

 }

 @media (max-width: 1100px){
    .two_product_item_pic{
        width: 100%;
        height: auto;
    }
    .two_product{
        max-width: 1480px;
        width: 85%;
        margin: auto;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 2rem);
        float: none;
    }
    .two_product_nav_box{
        width: 100%;
        padding-right: 0;
    }
    .two_product_nav_box .p1{
        font-size: calc(14px + 1rem);
    }
    .two_product_nav_item .p2{
        font-size: calc(10px + 1rem);
    }
    .two_product_nav_item {
        
        padding-bottom: calc(15px + 0.25rem);
    }
    .two_product_main_box{
        width: 100%;
    }
    .two_product_main .p1{
        font-size: calc(14px + 1rem);
    }
    .two_product_item{
        height: auto;
    }
    .two_product_item a{
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: calc(10px + 2rem);
    }
    .two_product_item_right .p2{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .two_product_item_right .p3{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
 }
 .product_two_banner {
    width: 100%;
    height: calc(70px + 30rem);
    position: relative;
}

.product_two_banner .product_two_banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_t_b_text {
    max-width: 1480px;
    width: 85%;
    height: calc(61px + 20rem);
    background: #6c847bc7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(3px + 2rem) 0;
    padding-left: calc(55px + 5rem);
    padding-right: calc(57px + 10rem);
}

.pro_t_b_text_left .p1 {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(10px + 2rem);
    color: #FFFFFF;
    line-height: 1;
}

.pro_t_b_text_left .p2 {
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: calc(8px + 0.5rem);
    color: #FFFFFF;
    line-height: calc(6px + 1.5rem);
    margin-top: calc(7px + 1.5rem);
}

.pro_t_b_text_pic {
    width: calc(76px + 15rem);
    height: calc(75px + 15rem);
}

.pro_t_b_text_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_two_main_box {
    width: 100%;
    padding: calc(42px + 5rem) 0;
}

.product_two_main {
    max-width: 1480px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product_two_main_left {
    width: 26.3514%;
}

.productproduct_two_search {
    width: 100%;
    height: calc(20px + 2rem);
    background: #FFFFFF;
    border-radius: calc(10px + 1rem);
    border: 1px solid #98B8AC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 calc(4px + 1.5rem);
}

.productproduct_two_search img {
    width: calc(6px + 1rem);
}

.productproduct_two_search input {
    flex: 1;
    height: 100%;
    border: none;
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(8px + 0.5rem);
    color: #2B2B2B;
    line-height: 1;
}

.product_two_nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(2px + 1.5rem);
    margin-top: calc(20px + 2rem);
}

.product_two_nav_item {
    width: 100%;
    height: calc(20px + 2rem);
    background: #FFFFFF;
    border-radius: calc(10px + 1rem);
    border: 1px solid #3D4144;
   
    padding: 0 calc(4px + 1.5rem);
    cursor: pointer;
}
.product_two_nav_item a{
    width:100%;
    height: 100%;
     display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_two_nav_item img {
    width: calc(5px + 0.25rem);
    display: none;
}

.product_two_nav_item img:nth-of-type(1) {
    display: block;
}

.product_two_nav_item .p1{
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(8px + 0.5rem);
    color: #3D4144;
    line-height: 1;
}

.product_two_nav_third {
    width: 100%;
    height: 0;
    background: #F3F3F3;
    box-shadow: 0px calc(2px + 0.1rem) calc(6px + 0.5rem) 0px rgba(116, 116, 116, 0.3);
    border-radius: calc(10px + 1rem);
    margin-top: calc(4px + 0.25rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(6px + 1rem);
    overflow: hidden;
    transition: .5s;

}

.product_two_nav_item_act {
    background: #3D4144;
}
.product_two_nav_item_act



.product_two_nav_item_act img {
    display: none;
}

.product_two_nav_item_act img:nth-of-type(2) {
    display: block;
}

.product_two_nav_item_act+.product_two_nav_third {
    height: calc(196px + 20rem);
    padding: 0 calc(1px + 1.5rem);
    padding-top: calc(10px + 1.5rem);
    padding-bottom: calc(7px + 3rem);
}
.product_two_nav_item_act .p1{
    color: #ffffff;
}

.p_t_n_item_icon_box {
    width: calc(8px + 0.5rem);
    height: calc(8px + 0.5rem);
    border-radius: 50%;
    border: 1px solid #313131;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_t_n_item_icon {
    width: calc(1px + 0.25rem);
    height: calc(1px + 0.25rem);
    background: #98B8AC;
    border-radius: 50%;
    opacity: 0;
}

.p_t_n_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(3px + 0.5rem);
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(8px + 0.5rem);
    color: #2B2B2B;
    line-height: 1;
}

.product_four_nav {
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(2px + 1rem);

    padding-left: calc(1px + 1.5rem);
    overflow-y: scroll;
    overflow-y: scroll;
    transition: .5s;
}

.product_four_nav .p4 {
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(6px + 0.5rem);
    color: #4F5050;
    line-height: 1;
    cursor: pointer;
}



.product_three_nav_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.product_three_nav_item_img {
    width: calc(5px + 0.25rem);
}

.product_three_nav_item_act .p_t_n_item_icon {
    opacity: 1;
}

.product_three_nav_item_act .p_t_n_item_icon_box {
    border-color: #98B8AC;
}

.product_three_nav_item_act .p_t_n_item {
    color: #98B8AC;
}

.product_three_nav_item_act .product_three_nav_item_img {
    transform: rotate(90deg);
}

.product_three_nav_item_act+.product_four_nav {
    height: calc(60px + 15rem);
    margin-top: calc(7px + 1rem);
}

.product_two_main_right {
    width: 68.2432%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: calc(4px + 1rem);
    row-gap: calc(1px + 2rem);
}

.product_two_main_right_item {
    width: 31.6832%;

}

.product_two_main_right_item_pic {
    width: 100%;
    height: calc(20px + 15rem);
    background: #EFEFEF;
    border-radius: calc(6px + 0.5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.two_product_nav_item_act .p2 {
    color: #98B8AC;
}
.two_product_nav_item_act img{
    opacity: 1;
}

.product_two_main_right_item_pic img {
    height: calc(95px + 5rem);
   
}

.product_two_main_right_item .p1 {
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(8px + 0.5rem);
    color: #2B2B2B;
    line-height: 1;
    margin-top: calc(4px + 1rem);
    text-align: center;
}

.p_t_mask {
    width: 100%;
    height: 100%;
    background: #98b8ace7;
    box-shadow: 0px 0px calc(4px + 1rem) 0px rgba(116, 116, 116, 0.16);
    border-radius: calc(3px + 0.25rem);
    position: absolute;
    top: 0;
    opacity: 0;
    transition: .3s;
}

.p_t_mask a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(2px + 1.5rem);
}
.two_product_nav_item:nth-last-of-type(1) .p2{
     color: #98B8AC;
}
.two_product_nav_item:nth-last-of-type(1) img{
    opacity: 1;
}

.p_t_mask .p1 {
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(8px + 1rem);
    color: #FFFEFE;
    line-height: 1;
}

.p_t_mask img {
    width: calc(8px + 1.5rem);
    height:calc(8px + 1.5rem) ;
}

.product_two_main_right_item:hover .p_t_mask {
    opacity: 1;
}

.product_four_nav .p4_act{
    color: #98B8AC;
}

@media (max-width: 1100px) {
    .product_two_main {
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 2rem);
    }

    .product_two_main_left {
        width: 100%;
    }

    .product_two_nav_item .p1 {
        font-size: calc(14px + 1rem);
    }

    .product_two_nav_item {

        height: calc(25px + 2rem);

    }

    .p_t_n_item {
        font-size: calc(12px + 1rem);
    }

    .product_four_nav .p4 {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .product_three_nav_item_act+.product_four_nav {
        height: calc(50px + 15rem);

    }

    .product_two_nav_item_act+.product_two_nav_third {
        height: calc(155px + 20rem);

    }

    .product_two_main_right {
        width: 100%;
        row-gap: calc(10px + 3rem);
    }

    .product_two_main_right_item {
        width: 100%;
    }

    .product_two_main_right_item_pic {

        height: calc(20px + 69rem);

    }

    .product_two_main_right_item .p1 {
        font-size: calc(10px + 1rem);
    }

    .pro_t_b_text {
        padding-left: 3%;
        padding-right: 3%;
    }

    .pro_t_b_text_left .p2 {

        display: none;
    }

    .productproduct_two_search input {
        font-size: calc(10px + 1rem);
    }
}