.bode{
    width:100%;
    padding:30px 0;
    background:#fafafa;
    margin-top:0!important;
}
.bode-w{
    width:1200px;
    margin:0 auto;
}
@media all and (max-width:1199px) {
    .bode-w{
        width:95%;
        margin:0 auto;
    }
}
.bode1{
    width:100%;
    display:flex;
    justify-content: space-between;
}
.bode-l{
    width:80%;
    padding:20px;
    background:#ffffff;
}
@media all and (max-width:1000px) {
    .bode-l{
        width:100%;
        padding:20px;
        background:#ffffff;
    }
}
.bode-l-nav{
    color: #333333;
    letter-spacing: 2px;
    font-size:14px;
    padding-left:20px;
}
@media all and (max-width: 479px) {
    .bode-l-nav{
        color: #333333;
        letter-spacing: 2px;
        font-size:14px;
        padding-left:0px;
    }
}
.bode-l-nav a{
    color: #333333;
    letter-spacing: 2px;
    font-size:14px;
}
.bode-l-tit h1{
    text-align:center;
    margin-top:50px;
    font-size:28px;
    letter-spacing: 2px;
    color:#333333;
    line-height:40px;
}
.bode-l-time{
    text-align: center;
    margin-top:20px;
}
.bode-l-time span{
    display:inline-block;
    margin-left:20px;
    color:#c7c7c7;
    font-size:14px;
}
.bode-l-text{
    width:80%;
    margin:0 auto;
    margin-top:50px;
}
@media all and (max-width: 479px) {
    .bode-l-text{
        width:100%;
        margin:0 auto;
        margin-top:50px;
    }
}
.bode-l-text p{
    font-size:16px;
    color:#666666;
    text-indent: 25px;
    line-height:23px;
    margin-bottom:20px;
}
.bode-l-text img{
    width:85%;
    margin:0 auto;
    padding:30px 0;
}
.bode-l-pag{
    width:100%;
    display:flex;
    justify-content: center;
    margin-top:50px;
}
.bode-l-pag a{
    padding:10px 8px;
    border:1px solid #eaeaea;
    color:#c7c7c7;
    font-size:16px;
}
.bode-l-pag a:nth-child(2){
    margin-left:50px;
}
.bode-l-pag a:hover{
    color:#ffffff;
    background:#f59800;
    border:1px solid #f59800;
}
@media all and (max-width: 479px) { 
    .bode-l-pag a{
        font-size:14px;
    }
    .bode-l-pag a:nth-child(2){
        margin-left:20px;
    }
}
.bode-l-pn{
    border-top:1px solid #eaeaea;
    padding-top:30px;
    display:flex;
    justify-content: space-between;
    margin-top:50px;
    margin-bottom:20px;
}
.bode-l-png{
    width:47%;
    display:flex;
    justify-content:space-between;
    padding-bottom:40px;
    border-bottom:1px solid #eaeaea;
}
@media all and (max-width: 900px) {
    .bode-l-pn{
        border-top:1px solid #eaeaea;
        padding-top:30px;
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
        margin-top:50px;
        margin-bottom:20px;
    }
    .bode-l-png{
        width:80%;
        display:flex;
        justify-content:space-between;
        padding-bottom:40px;
        border-bottom:1px solid #eaeaea;
        margin-top:20px;
    }
}
@media all and (max-width:550px) {
    .bode-l-pn{
        border-top:1px solid #eaeaea;
        padding-top:10px;
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
        margin-top:50px;
        margin-bottom:10px;
    }
    .bode-l-png{
        width:100%;
        display:flex;
        justify-content:space-between;
        padding-bottom:20px;
        border-bottom:1px solid #eaeaea;
        margin-top:20px;
    }
}
.bode-l-png-img{
    width:100px;
}
.bode-l-png-text{
    width:80%;
    margin-left:20px;
}
@media all and (max-width:479px) {
    .bode-l-png-img{
        width:40%;
    }
    .bode-l-png-text{
        width:57%;
        margin-left:20px;
    }
}
.bode-l-png-text h6{
    color:#333333;
    font-size:16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 23px;
}
.bode-l-png:hover .bode-l-png-text h6{
    color:#f59800
}
.bode-l-png-text p{
    color:#c7c7c7;
    font-size:12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top:10px;
    line-height: 18px;
}
.bode-r{
    width:19%;
}
@media all and (max-width:1000px) {
    .bode-r{
       display:none;
    }
}
.bode-r1{
    width:100%;
}
.bode-r1 img{
    width:100%;
}
.bode-r2{
    width:100%;
    padding:10px;
    background:#ffffff;
}
.bode-r2-tit{
    width:100%;
    display:flex;
    justify-content:space-between;
    margin-top:20px;
    align-items: center;
    border-bottom:1px solid #eaeaea;
    padding-bottom:10px;
}
.bode-r2-tit h6{
    border-left:5px solid #f59800;
    padding-left:10px;
    color:#333333;
    font-size:16px;
    letter-spacing: 1px;
}
.bode-r2-tit a{
    display:block;
    color:#c7c7c7;
    font-size:14px;
}
.bode-r2-tit a:hover{
    color:#f59800;
}
.bode-r2-list1{
    width:100%;
    border-bottom:1px solid #eaeaea;
    padding-bottom:20px;
}
.bode-r2-list1 a{
    display:flex;
    justify-content: space-between;
    margin-top:10px;
    align-items:center;
}
.bode-r2-list1 a img{
    width:45%;
}
.bode-r2-list1 a p{
    width:53%;
    color:#333333;
    font-size:14px;
    font-weight: bold;
}
.bode-r2-list1 a:hover p{
    color:#f59800;
}
.bode-r2-list2{
    width:100%;
}
.bode-r2-list2 a{
    display: flex;
    justify-content: flex-start;
    margin:10px 0;
    align-items: center;
}
.bode-r2-list2 a div{
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #f59800;
}
.bode-r2-list2 a p{
    color: #333333;
    font-size: 14px;
    margin-left:5px;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bode-r2-list2 a p:hover{
    color:#f59800;
}
.bode2{
    width:100%;
    margin-top:40px;
    background:#ffffff;
}
.bode2-tit{
    width:100%;
    margin-top:40px;
    padding:30px 10px;
}
.bode2-tit h3{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 15px;
    border-left: 7px solid #f59800;
}
.bode2-list{
    width:100%;
    position: relative;
    padding-bottom:50px;
}
.part-w1{
    transition: all linear .8s;
}
.bode2-list ul{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.bode2-list ul li{
    width:23%;
    background:#ffffff;
    transition: all linear .2s;
    margin-bottom:20px;
}
@media all and (max-width:750px) {
    .bode2-list ul li{
        width:48%;
        background:#ffffff;
        transition: all linear .2s;
        margin-bottom:20px;
    }
}
@media all and (max-width:480px) {
    .bode2-list ul li{
        width:100%;
        background:#ffffff;
        transition: all linear .2s;
        margin-bottom:20px;
    }
}
.bode2-list ul li:hover{
    box-shadow: 0 15px 30px rgba(0,0,0,.2);
}
.bode2-list ul li .part3-list-img{
    width:100%;
}
.part3-list-img img{
    width:100%;
}
.part3-list-text{
    padding:10px;
}
.part3-list-price{
    width:100%;
    display:flex;
    justify-content: space-between;
}
.part3-list-price h6{
    color:#353535;
    font-size:20px;
}
.part3-list-price span{
    display:block;
    color:#353535;
    font-size:22px;
    font-weight: bold;
}
.part3-list-price span i{
    color:#353535;
    font-size:16px;
    font-style: normal;
}
.part3-list-color{
    width:100%;
    padding:10px 0;
    display:flex;
    justify-content: flex-start;
}
.part3-list-color p{
    color:#353535;
    font-size:14px;
}
.col1,.col2{
    width:16px;
    height:16px;
    margin-left:10px;
}
.part3-list-color .col1{
    background:#797979;
}
.part3-list-color .col2{
    background:#fe9a46;
}
.part3-list-on{
    width:100%;
    height:40px;
    display:flex;
    justify-content: space-between;
    position: relative;
}
/* .part3-list-xq{
    width:42%;
    background:#e6e6e6;
    position: relative;
    line-height:30px;
    transition:all linear .3s;
    z-index:10
} */
/* .part3-list-xq:hover{
    transform: scale(1.2);
    z-index:2
} */
.part3-list-xq{
    position: absolute;
    left:0;
    width:54%;
    background:url("../img/part3-left.png")no-repeat left;
    background-size:100% 100%;
    transition: all linear .3s;
}
.part3-list-xq a{
    color:#353535;
    text-align: center;
    display:block;
    margin:0 auto;
    font-weight: bold;
    font-size: 14px;
    padding:10px 0;
    transition: all linear .3s;
} 
.part3-list-xq:hover{
    transform: scale(1.2);
    z-index:2
}
/* .part3-list-xq:after{
    content:"";
    position: absolute;
    top:0;
    left:100%;
    width:1%;
    line-height:30px;
    border-width: 0px 30px 30px 0px;
    border-style: none solid solid;
    border-color: transparent transparent #e6e6e6;
    z-index:9
} */
/* .part3-list-zx{
    width:42%;
    background:#f59800;
    position: relative;
    line-height:30px;
    z-index:10;
    transition: all linear .3s;
} */
/* .part3-list-zx:hover{
    transform: scale(1.2);
    z-index:2
} */
.part3-list-zx{
    position: absolute;
    right:0;
    width:54%;
    background:url("../img/part3-right.png")no-repeat right;
    background-size:100% 100%;
    transition: all linear .3s;
}
.part3-list-zx a{
    display:block;
    color:#ffffff;
    text-align: center;
    margin:0 auto;
    font-weight: bold;
    font-size: 14px;
    padding:10px 0;
    transition: all linear .3s;
}
.part3-list-zx:hover{
    transform: scale(1.2);
    z-index:5
}
/* .part3-list-zx:before{
    content:"";
    position: absolute;
    top:0;
    right:100%;
    width:10%;
    line-height:30px;
    border-width: 0px 30px 30px 0px;
    border-style: none solid solid;
    border-color: transparent transparent #f59800;
    transform: rotate(180deg);
    z-index:9
} */
.bode2-list-jzgd{
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.bode2-list-jzgd img{
    width:40px;
}
.bode2-list-jzgd p{
    margin-left:20px;
    color:#333333;
    font-size:28px;
}
@media all and (max-width: 479px) {
    .bode2-list-jzgd img{
        width:30px;
    }
    .bode2-list-jzgd p{
        margin-left:10px;
        color:#333333;
        font-size:20px;
    }
}
.bode3{
    width:100%;
    margin:50px 0;
    background:#ffffff;
}
.bode3-tit{
    width:100%;
    margin-top:40px;
    padding:30px 10px;
}
.bode3-tit h3{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 15px;
    border-left: 7px solid #f59800;
}
.bode3-list{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding-bottom:20px;
}
.bode3-list li{
    width:16.6%;
    border-right:1px solid #eaeaea;
    padding:10px;
}
@media all and (max-width:1199px) {
    .bode3-list li{
        width:33%;
        border-right:1px solid #eaeaea;
        padding:10px;
        margin-bottom:20px;
    }
}
@media all and (max-width:750px) {
    .bode3-list li{
        width:50%;
        border-right:1px solid #eaeaea;
        padding:10px;
        margin-bottom:20px;
    }
}
@media all and (max-width:479px) {
    .bode3-list li{
        width:100%;
        border-right:1px solid #eaeaea;
        padding:10px;
        margin-bottom:20px;
    }
}
.bode3-list li:last-child{
    border-right:none;
}
.bode3-list li .bode3-lists{
    width:100%;
}
.bode3-lists{
    width:100%;
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
}
.bode3-lists a{
    display:block;
    padding:5px 8px;
    border:1px solid #333333;
    color:#333333;
    margin-left:10px;
    margin-bottom:10px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all linear .2s;
}
.bode3-lists a:hover{
    border:1px solid #f59800;
    color:#ffffff;
    background:#f59800;
}
.bode3-list-ckgd{
    display:block;
    width:80px;
    background:#f59800;
    color:#ffffff;
    font-size:14px;
    padding:5px;
    margin:0 auto;
    margin-top:15px;
    text-align: center;
}