/* 轮播图 */
.banner{
    width:100%;
    margin-top:0!important;
}
.flexslider{margin:0px auto;position:relative;width:100%;overflow:hidden;zoom:1;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1;}
.flexslider .slides li img{ display:block; max-width:1920px; width:100%;}
.flex-direction-nav a{width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url(../images/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:0 -90px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(../images/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}
/* 内容部分 */
.bode{
    width:100%;
}
.bode-w{
    width:1200px;
    margin:0 auto;
}
@media all and (max-width:1199px) {
    .bode-w{
        width:95%;
        margin:0 auto;
    }
}
.bode1{
    padding:60px 0;
    width:100%;
    background:#f8f8f8;
}
@media all and (max-width: 479px) {
    .bode1{
        padding:30px 0;
        width:100%;
        background:#f8f8f8;
    }
}
.bode1-tit{
    width:100%;
    border-left:10px solid #f59800;
    padding-left:15px;
}
.bode1-tit h3{
    font-size:26px;
    color:#353535;
    font-weight:normal;
    line-height: 40px;
    letter-spacing:3px
}
@media all and (max-width:750px) {
    .bode1-tit h3{
        font-size:20px;
    }
}
@media all and (max-width: 479px) {
    .bode1-tit h3{
        font-size:20px;
        
    }
    .bode1-tit{
        width:100%;
        border-left:10px solid #f59800;
        padding-left:15px;
    }
}
.bode1-tit p{
    width:100%;
    font-size:14px;
    color:#353535;
    letter-spacing:3px
}
.bode1-{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:nowrap;
    margin-top:40px;
}
@media all and (max-width:800px) {
    .bode1-{
        width:100%;
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
        margin-top:40px;
    } 
}
@media all and (max-width: 479px) {
    .bode1-{
        width:100%;
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
        margin-top:20px;
    } 
}
.bode1-l{
    width:53%;
}
@media all and (max-width:800px) {
    .bode1-l{
        width:100%;
    }
}
.bode1-l-img{
    width:100%;
    box-shadow: 2px 3px 2px 2px #eaeaea;
}
.bode1-l-img img{
    width:100%;
}
.bode1-l form{
    width:100%;
    display:flex;
    justify-content: space-between;
    margin-top:30px;
}
@media all and (max-width: 479px) {
    .bode1-l form{
        width:100%;
        display:flex;
        justify-content: space-between;
        margin-top:20px;
    }
}
.bode1-l form .fname{
    width:38%;
}
.bode1-l form .fname p{
    color: #353535;
    font-weight: bold;
    padding: 0 5px;
    font-size:15px;
}
.bode1-l form .fname input{
    width: 100%;
    outline: none;
    border: 1px solid #dbdbdb;
    color: #8c8c8c;
    padding: 5px 8px;
    margin-top: 10px;
    border-radius: 3px;
}
.bode1-l form .fphone{
    width:58%;
}
.bode1-l form .fphone p{
    color: #353535;
    font-weight: bold;
    padding: 0 5px;
    font-size:15px;
}
.bode1-l form .fphone input{
    width: 100%;
    outline: none;
    border: 1px solid #dbdbdb;
    color: #8c8c8c;
    padding: 5px 8px;
    margin-top: 10px;
    border-radius: 3px;
}
.bode-l-btn{
    width:100%;
    display:flex;
    justify-content:center;
    align-items: center;
    background: linear-gradient(to right,#eb7432,#f59800);
    padding:10px 0;
    border-radius: 3px;
    margin-top:30px;
}
@media all and (max-width: 479px) {
    .bode-l-btn{
        margin-top:20px;
    }
}
.bode-l-btn p{
    color:#ffffff;
    font-size:25px;
}
.bode1-r{
    width:43%;
}
@media all and (max-width:800px) {
    .bode1-r{
        display:none;
    }
}
.bode1-r img{
    width:100%;
}
.bode2{
    width:100%;
    background:#ffffff;
}
.bode2-all{
    width:100%;
    display:flex;
    justify-content: space-between;
    padding:100px 0 50px;
}
@media all and (max-width: 479px) {
    .bode2-all{
        width:100%;
        display:flex;
        justify-content: space-between;
        padding:30px 0 30px;
    }
}
.bode2-l{
    width:70%;
}
@media all and (max-width:1000px) {
    .bode2-l{
        width:100%;
    }
}
.bode2-tit{
    width:100%;
    padding-left:15px;
    border-left:7px solid #f59800;
}
.bode2-tit a{
    color:#333333;
    font-size:24px;
    font-weight: bold;
    letter-spacing: 2px;
}
.bode2-list{
    width:100%;
}
.bode2-lists{
    width:100%;
    display:flex;
    justify-content: space-between;
    padding:30px 0;
    border-bottom:1px solid #eaeaea;
    align-items: center;
}
.bode2-lists-image{
    width:250px;
}
@media all and (max-width:760px) {
    .bode2-lists .bode2-lists-img{
        display:block;
        width:30%;
    }
    .bode2-lists .bode2-lists-img img{
        width:100%;
    }
}
@media all and (max-width:479px) {
    .bode2-lists .bode2-lists-img{
        display:block;
        width:35%;
    }
    .bode2-lists .bode2-lists-img img{
        width:100%;
    }
}
.bode2-lists-text{
    width:67%;
    margin-left:40px;
}

.bode2-lists-text h3 a{
    font-size:20px;
    color:#333333;
    letter-spacing: 3px;
    transition: all linear .2s;
}
.bode2-lists-text h3 a:hover{
    color:#f59800;
}
.bode2-lists-text p{
    font-size:14px;
    color:#333333;
    line-height:25px;
    margin-top:30px;
    letter-spacing: 3px;
}
@media all and (max-width:760px) {
    .bode2-lists-text h3 a{
        font-size:20px;
        color:#333333;
        letter-spacing:3px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .bode2-lists-text p{
        display:none;
    }
    .bode2-lists-text{
        width:60%;
        margin-left:0px;
        margin-left:10px;
    }
}
@media all and (max-width:479px) {
    .bode2-lists-text h3 a{
        font-size:16px;
        color:#333333;
        letter-spacing:3px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}
.bode2-lists-text div{
    display:flex;
    justify-content: flex-start;
    margin-top:30px;
}
.bode2-lists-text div span{
    display:block;
    border:1px solid #c7c7c7;
    padding:5px;
    color:#c7c7c7;
    font-size:14px;
    margin-right: 20px;
}
@media all and (max-width:479px) {
    .bode2-lists-text div{
        margin-top:15px;
    }
    .bode2-lists-text div span{
        font-size:12px;
        margin-right:10px;
    }
}  
.pages{
    width:100%;
    display:flex;
    justify-content:center;
    margin-top:50px;
}
@media all and (max-width: 479px) {
    .pages{
        width:100%;
        display:flex;
        justify-content:center;
        margin-top:25px;
    }
}
.pages li a{
    display:block;
    border:1px solid #c7c7c7;
    width:100%;
    color:#333333;
    padding:10px 15px;
    font-size:14px;
}
.pages li:first-child{
    margin-right: 20px;
}
.pages li:nth-child(2) a{
    border-right:1px solid rgba(000,000,000,0);
}
.pages li:nth-child(3) a{
    border-right:1px solid rgba(000,000,000,0);
}
.pages li:nth-child(4) a{
    border-right:1px solid rgba(000,000,000,0);
}
.pages li:nth-child(5) a{
    border-right:1px solid rgba(000,000,000,0);
}
.pages li:last-child{
    margin-left: 20px;
}
.pages li a:hover{
    background:#f59800;
    color:#ffffff;
    border:1px solid #f59800;
}
.pages .page-in a{
    background:#f59800;
    color:#ffffff;
    border:1px solid #f59800;
}
@media all and (max-width: 479px) {
    .pages li a{
        display:block;
        border:1px solid #c7c7c7;
        width:100%;
        color:#333333;
        padding:5px 10px;
        font-size:12px;
    }
}
.bode2-r{
    width:23%;
    padding:30px;
    border:1px solid #eaeaea;
}
@media all and (max-width:1000px) {
    .bode2-r{
        display:none;
    }
}
.bode2-r-tit{
    display:flex;
    justify-content: space-between;
    align-items:baseline;
}
.bode2-r-tit h3{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}
.bode2-r-tit a{
    display:block;
    color: #c7c7c7;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.bode2-r-list{
    width:100%;
}
.bode2-r-list ul{
   width:100%;
}
.bode2-r-list ul li{
    width:100%;
    background:#ffffff;
    transition: all linear .2s;
    margin:20px 0;
    box-shadow: 2px 2px 3px 2px #eaeaea;
}
.bode2-r-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
} */
.bode3{
    width:100%;
    padding:50px 0;
    background:#ffffff;
}
.bode3-tit{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
@media all and (max-width: 680px) {
    .bode3{
        width:100%;
        padding:30px 0;
        background:#ffffff;
    }
    .bode3-tit{
        display:flex;
        justify-content:flex-start;
        flex-wrap:wrap;
        align-items: center;
    }
}
.bode3-tit-r h3{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left:15px;
    border-left:7px solid #f59800;
}
.bode3-tit ul{
    display:flex;
    justify-content: flex-end;
}
@media all and (max-width: 680px) {
    .bode3-tit ul{
        display:flex;
        justify-content:flex-start;
        flex-wrap:wrap;
        margin-top:30px;
    }
}
.bode3-tit ul li a{
    padding:5px;
    letter-spacing: 2px;
    color:#f59800;
    border:1px solid #f59800;
    margin-left:15px;
    transition: all linear .3s
}
@media all and (max-width: 680px) {
    .bode3-tit ul li{
        margin-bottom:20px;
    }
    .bode3-tit ul li a{
        padding:5px;
        letter-spacing: 2px;
        color:#f59800;
        border:1px solid #f59800;
        margin-left:15px;
        transition: all linear .3s;
        font-size:14px;
    }
}
.bode3-tit ul li a:hover{
    color:#ffffff;
    background:#f59800;
}  
.bode3-tit ul .yh a{
    color:#ffffff;
    background:#f59800;
}
.bode3-g{
    margin:50px 0;
}
.bode3-g>li:nth-child(n+2){
    display:none;
}
.bode3-gy{
    display:flex;
    justify-content: space-between;
}
@media all and (max-width:800px) {
    .bode3-gy{
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
    }
}
@media all and (max-width:479px) {
    .bode3-g{
        margin:20px 0;
    } 
}
.bode3-gy-img{
    width:44%
}
@media all and (max-width:800px) {
    .bode3-gy-img{
        width:100%
    }
}
.bode3-gy-img1{
    width:100%;
}
.bode3-gy-img1 img{
    width:100%;
}
.bode3-gy-img2{
    width:100%;
    display:flex;
    justify-content: space-between;
    margin-top:10px;
}
.bode3-gy-img2 img{
    width:49%;
}
.bode3-gy-text{
    width:51%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
@media all and (max-width:800px) {
    .bode3-gy-text{
        width:100%;
        display:flex;
        justify-content: space-between;
        flex-wrap:wrap;
        margin-top:20px;
    }
}
.bode3-gy-text li{
    width:47%;
    border-bottom:1px solid #eaeaea;
    padding:30px 0;
}
@media all and (max-width:1000px) {
    .bode3-gy-text li{
        width:47%;
        border-bottom:1px solid #eaeaea;
        padding:15px 0;
    }
}
.bode3-gy-text li:nth-child(1){
    padding-top: 0;
}
.bode3-gy-text li:nth-child(2){
    padding-top: 0;
}
.bode3-gy-text li:nth-child(5){
    padding-bottom: 0;
    border:0;
}
.bode3-gy-text li:nth-child(6){
    padding-bottom: 0;
    border:0;
}
.bode3-gy-text li h4 a{
    font-size:20px;
    color:#333333;
    letter-spacing: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all linear .2s;
}
.bode3-gy-text li h4 a:hover{
    color:#f59800;
}
.bode3-gy-text li p{
    color:#c7c7c7;
    font-size:14px;
    letter-spacing: 2px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top:20px;
}
@media all and (max-width:479px) {
    .bode3-gy-text li h4 a{
        font-size:16px;
    }
    .bode3-gy-text li p{
        font-size:12px;
    }
}
.bode4{
    width:100%;
}
@media all and (max-width: 900px) {
    .bode4{
       display:none;
    } 
}
.bode4-tit{
    width:100%;
}
.bode4-tit h3 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 15px;
    border-left: 7px solid #f59800;
}
.bode4-all{
    width:100%;
    display:flex;
    justify-content: space-between;
    margin:50px 0;
}
.bode4-cont{
    width:30%;
}
.bode4-img{
    width:100%;
}
.bode4-text{
    width:100%;
    margin-top:30px;
    padding-left:10px;
}
.bode4-text li{
    display:flex;
    justify-content:flex-start;
    margin-bottom:10px;
    align-items: center;
}
.bode4-text li 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;
}
.bode4-text li a{
    color:#333333;
    font-size:16px;
    margin-left:10px;
    letter-spacing: 1px;
}
.bode4-text li a:hover{
    color:#f59800;
}