.sec1{
    padding: 10.4% 0;
}
.sec1 .inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}
.sec1 .left-part{
    width: 28.5%;
    position: sticky;
    top: 8em;
}
.sec1 .left-part li > a{
    border: 1px solid #eaebef;
    border-top: 0 none;
    font-size: 1.125em;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 1.66em 1.33em 1.66em 2em;
    transition: background-color 0.5s,color 0.5s;
}
.sec1 .left-part li:first-child > a{
    border-top: 1px solid #eaebef;
}
.sec1 .left-part li > a i{
    display: inline-block;
    vertical-align: middle;
    width: 1.56em;
    height: 1.56em;
    margin-right: 1em;
    background-repeat: no-repeat;
    background-size: auto 200%;
    background-position: center top;
    opacity: 0.5;
}
.sec1 .left-part li.active > a i{
    background-position: center bottom;
    opacity: 1;
}
.sec1 .left-part li > a::after{
    font-family:revicons;
    content: "\e823";
    transition: transform 0.5s;
}
.sec1 .left-part li.haschildren.active > a::after{
    transform: rotate(90deg);
}
.sec1 .left-part li.active > a{
    color: #fff;
    background-color: var(--theme-color);
}
.sec1 .left-part li .slide-box{
    display: none;
    background-color: #f4f4f4;
}
.sec1 .left-part li.down .slide-box{
    display: block;
}
.sec1 .left-part li .slide-box a{
    display: block;
    font-size: 1.125em;
    color: #999999;
    padding: 1.33em 1.33em 1.33em 4.56em;
    border-bottom: 1px solid #eaebef;
}
.sec1 .left-part li .slide-box a:last-child{
    border-bottom: 0 none;
}
.sec1 .left-part li .slide-box a.active{
    color: var(--theme-color);
}
.sec1 .right-part{
    width: 67%;
    position: relative;
    overflow: hidden;
}
.sec1 .right-part .list{
    opacity: 0;
    position: absolute;
    top: 2em;
    pointer-events: none;
    width: 100%;
}
.sec1 .right-part .list.active{
    transition: opacity 0.5s,top 0.5s;
    opacity: 1;
    top: 0;
    position: relative;
    pointer-events: auto;
}

.sec1 .right-part .list.type1{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.sec1 .right-part .list.type1::after{
    content: "";
    width: 47.8%;
    display: block;
}
.sec1 .right-part .list.type1 li{
    width: 47.8%;
    background-color: #fafafa;
    margin-bottom: 4.35%;
    transform: translateY(20vh);
    opacity: 0;
    transition-duration: 0.75s,0.75s;
    transition-property: transform,opacity;
    color: #333;
}
.sec1 .right-part .list.type1 li.actived{
    transform: translateY(0);
    opacity: 1;
}
.sec1 .right-part .list.type1 .img-box{
    display: block;
    overflow: hidden;
}
.sec1 .right-part .list.type1 .img-box img{
    transition: transform 0.75s;
}
.sec1 .right-part .list.type1 .text-box{
    padding: 2.25em 2.5em 1.875em;
    position: relative;
}
.sec1 .right-part .list.type1 .text-box .box{
    height: 6.3em;
}
.sec1 .right-part .list.type1 .text-box h5{
       font-size: 1.25em;
       line-height: 1.5;
       overflow: hidden;
       -webkit-line-clamp: 2;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       margin-bottom: 1em;
}
.sec1 .right-part .list.type1 .text-box p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec1 .right-part .list.type1 .text-box .line{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 1.75em 0 1.5em;
}
.sec1 .right-part .list.type1 .text-box .more{
    font-size: 0.875em;
    color: var(--theme-color);
}
.sec1 .right-part .list.type1 .text-box .more::after{
    font-family:revicons;
    content: "\e81e";
    margin-left: 0.7em;
    transition: transform 0.5s;
    display: inline-block;
}




.sec1 .right-part .list.type2 .th,.sec1 .right-part .list.type2 .td{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 1em;
    padding-right: 1em;
}
.sec1 .right-part .list.type2 .th{
    background-color: var(--theme-color);
    height: 4.25em;
}
.sec1 .right-part .list.type2 .td{
    border-bottom: 1px solid #dedede;
    transition: background-color 0.5s;
    padding-top: 1.875em;
    padding-bottom: 1.875em;
}
.sec1 .right-part .list.type2 .td:nth-child(even){
    background-repeat: repeat-y;
    background-image: url(../images/product_list3_rowbg.png);
    background-size: 100% auto;
}
.sec1 .right-part .list.type2 .th > *,.sec1 .right-part .list.type2 .td > *{
    padding-left: 0.5em;
    padding-right: 0.5em;
    flex-shrink: 0;
}
.sec1 .right-part .list.type2 .th > *:nth-child(1),.sec1 .right-part .list.type2 .td > *:nth-child(1){
    width: calc(100% - 33.125em);
}
.sec1 .right-part .list.type2 .th > *:nth-child(2),.sec1 .right-part .list.type2 .td > *:nth-child(2){
    width: 8em;
}
.sec1 .right-part .list.type2 .th > *:nth-child(3),.sec1 .right-part .list.type2 .td > *:nth-child(3){
    width: 11em;
}
.sec1 .right-part .list.type2 .th > *:nth-child(4),.sec1 .right-part .list.type2 .td > *:nth-child(4){
    width: 12em;
}
.sec1 .right-part .list.type2 .th > *:last-child,.sec1 .right-part .list.type2 .td > *:last-child{
    width: 2.125em;
}
.sec1 .right-part .list.type2 h5{
    color: #fff;
}
.sec1 .right-part .list.type2 h5 b{
    font-size: 1.125em;
}
.sec1 .right-part .list.type2 p{
    color: #333;
    line-height: 1.5;
    word-break: break-all;
}
.sec1 .right-part .list.type2 .more::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(../images/product_list3_btnarrow.png);
    background-position: center center;
    background-size: contain;
    width: 1.125em;
    height: 1.125em;
    transition: transform 0.5s;
}
@media only screen and (min-width:1025px){
    .sec1 .left-part li > a:hover i{
        background-position: center bottom;
        opacity: 1;
    }
    .sec1 .left-part li > a:hover{
        color: #fff;
        background-color: var(--theme-color);
    }
    .sec1 .left-part li .slide-box a:hover{
        color: var(--theme-color);
    }
    .sec1 .right-part .list.type1 li:nth-child(even){
        transition-delay: 0.25s,0.25s;
    }
    .sec1 .right-part .list.type1 .img-box:hover img{
        transform: scale(1.1);
    }
    .sec1 .right-part .list.type1 .text-box h5 a:hover{
        color: var(--theme-color);
    }
    .sec1 .right-part .list.type1 .text-box .more:hover::after{
        transform: translateX(100%);
    }
    .sec1 .right-part .list.type2 .td:hover{
        background-color: rgba(252,51,41,0.05);
        background-image: none;
    }
    .sec1 .right-part .list.type2 .td:hover .more::after{
        transform: translateX(50%);
    }
}
@media only screen and (max-width:1024px){
    .sec1{
        padding: 15% 0;
    }
    .sec1 .inner{
        display: block;
    }
    .sec1 .left-part{
        width: auto;
        top: 3.125em;
        z-index: 1;
    }
    .sec1 .left-part ul{
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-left: -5vw;
        margin-right: -5vw;
        padding: 0 5%;
    }
    .sec1 .left-part ul.down{
        padding-bottom: 14em;
        margin-bottom: -14em;
    }
    .sec1 .left-part li{
        background-color: #fff;
        flex-shrink: 0;
        position: relative;
    }
    .sec1 .left-part li > a{
        border: 1px solid #eaebef;
        border-top: 1px solid #eaebef;
        border-left: 0 none;
        font-size: 0.9375em;
        display: block;
        padding: 1em 1.5em;
    }
    .sec1 .left-part li:first-child > a{
        border-left: 1px solid #eaebef;
    }
    .sec1 .left-part li > a i{
        width: 1.25em;
        height: 1.25em;
    }
    .sec1 .left-part li > a::after{
        display: none;
    }
    .sec1 .left-part li .slide-box{
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
    }
    .sec1 .left-part li .slide-box a{
        font-size: 0.9375em;
        padding: 1em;
    }
    .sec1 .right-part{
        width: 100%;
        margin-top: 10%;
    }

    .sec1 .right-part .list.type1{
        display: block;
    }
    .sec1 .right-part .list.type1::after{
        display: none;
    }
    .sec1 .right-part .list.type1 li{
        width: 100%;
        margin-bottom: 10%;
    }
    .sec1 .right-part .list.type1 .text-box{
        padding: 1.5em;
    }
    .sec1 .right-part .list.type1 .text-box .box{
        height: 5.25em;
    }
    .sec1 .right-part .list.type1 .text-box h5{
        font-size: 1em;
    }
    .sec1 .right-part .list.type1 .text-box p{
        font-size: 0.875em;
    }
    .sec1 .right-part .list.type1 .text-box .line{
        margin: 1.25em 0 1em;
    }



    .sec1 .right-part .list.type2 .th,.sec1 .right-part .list.type2 .td{
        padding-left: 0.5em;
        padding-right: 0.5em;
        font-size: 0.875em;
    }
    .sec1 .right-part .list.type2 .td{
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .sec1 .right-part .list.type2 .th > *:nth-child(1),.sec1 .right-part .list.type2 .td > *:nth-child(1){
        width: calc(100% - 2.125em);
    }
    .sec1 .right-part .list.type2 .th > *:nth-child(2),.sec1 .right-part .list.type2 .td > *:nth-child(2){
        display: none;
    }
    .sec1 .right-part .list.type2 .th > *:nth-child(3),.sec1 .right-part .list.type2 .td > *:nth-child(3){
        display: none;
    }
    .sec1 .right-part .list.type2 .th > *:nth-child(4),.sec1 .right-part .list.type2 .td > *:nth-child(4){
        display: none;
    }
}