.nav3-bg{
    width: auto;
    background-color: #f5f5f5;
    height: 60px;
}
.nav3{
    /*width: 1200px;*/
    line-height: 60px;
    margin: auto;
    text-align: center;
}
/*.nav3 .slick div{*/
/*    display: inline-block;*/
/*    width: 20%;*/
/*}*/
.nav3 .slick a{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.nav3 .slick a:hover{
    color: #fe9800;
    background-color: #fff;
    font-weight: 600;
}

.nav4-header div{
    display: inline-block;
    width: 20%;
    min-width: 134px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.nav4-header .dropdown-menu{
    min-width: unset;
    width: 100%;
}
.btn-default.nav4-bnt-content{
    background-color: #fff;
    color: #333;
}
.nav4-header .dropdown-menu li:hover a{
    background-color: #fe9800;
    color: #fff;
}
.nav-name{
    background-color: #f2f2f2;
    font-size: 15px;
    margin-right: 10px;
}
.nav-name:hover{
    background-color: #fe9800;
}
.nav-name a{
    color: #333;
}
/*.nav-name:hover a{*/
/*    color: #fff;*/
/*}*/
.btn-default.nav4-bnt-content.back{
    background-color: #fe9800;
    color: #fff;
    font-weight: 600;
}
.btn-default.nav4-bnt-content{
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background-color: #f2f2f2;
    padding: 0 12px;
    /*padding-left: 12px;*/
    vertical-align: top;
    text-align: left;
    position: relative;
    display: inline-block;
    line-height: 40px;
    /*transition: all .5s;*/
}
.btn-default.nav4-bnt-content:hover{
    background-color: #fe9800;
    color: #fff;
    font-weight: 600;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus{
    color: #fff;
    background-color: #fe9800;
    font-weight: 600;
}
.nav4-top{
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("../img/nav3-top.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 12px;
    top: 10px;
}

.nav4-content{
    margin:30px 0 0;
}

.nav4-content div img{
    width: 100%;
}
.nav4-content div.model_page a{
    font-size: 14px;
    line-height: 28px;
    color: #333;
    font-weight: 400;
}
.nav4-content div.model_page a:hover{
    font-weight: 600;
    color: #fe9800;
    border-bottom: 1px solid #fe9800;
}
.nav4-content .pic{
    /*width: 33%;*/
    text-align: center;
    display: inline-block;
    margin-bottom: 24px;
    padding: 0 12px;
}
.nav4-content .pic div,.nav4-content .pic p{
    position: relative;
    width: 100%;
}
.nav4-content .pic div i{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0px;
    left: 0px;
    background-color: rgba(0,0,0,.3);
    background-image: url("../img/search2.png");
    background-repeat: no-repeat;
    background-position: center;
    visibility: hidden;
}
.nav4-content .pic p i{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fe9800;
    position: absolute;
    top: -8px;
    left: 47%;
    transform: rotate(45deg);
    visibility: hidden;
}
.nav4-content .pic a{
    font-size: 18px;
    line-height: 36px;
    color: #333;
    font-weight: 400;
}
.nav4-content .pic:hover a p{
    font-weight: 600;
    color: #fff;
    background-color: #fe9800;
}
.nav4-content .pic:hover div i{
    visibility: visible;
}
.nav4-content .pic:hover p i{
    visibility: visible;
}
.nav4-right-content-paging nav{
    /*width: 30%;*/
    /*display: inline-block;*/
    text-align: center;
    margin: auto;
}
.pagination{
    /*margin: auto;*/
    /*text-align: center;*/
    /*width: auto;*/
    /*height: 30px;*/
    /*overflow: hidden;*/
}
.pagination  > a, .pagination > span{
    color: #808080;
    border: 0;
    margin: 6px 16px;
    padding: 0;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 54px;
}
.pagination > a:hover {
    color: #fe9800;
    background-color: #fff;
    border-bottom: 1px solid #fe9800;
    margin: 5px 16px;
}
/*.pagination  > a:first-child, .pagination > li:first-child > span{*/
/*    margin-left: 16px;*/
/*}*/
.pagination a.bnt-Previous,.pagination a.bnt-Next{
    display: inline-block;
    width: 8px;
    height: 11px;
}
.pagination a.bnt-Previous{
    background-image: url("../img/bnt-Previous2.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.pagination a.bnt-Next{
    background-image: url("../img/bnt-Next.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.pagination a.bnt-Previous{
    color: #fe9800;
}
/*.pagination > .active > a,.pagination > li.active:hover > a{*/
/*    color: #fe9800;*/
/*    background-color: #fff;*/
/*    border-bottom: 1px solid #fe9800;*/
/*}*/




.model-textlist-one ul li:hover{
    border-bottom: 1px solid #fe9800;
}
.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more:hover{
    border: 1px solid #fe9800;
    background-color: #fe9800;
}
.model-textlist-one ul li:hover .textlist-r dt{
    color: #fe9800;
}
.model-textlist-two ul li a:hover .textlist-l dt,.model-textlist-two ul li a:hover .textlist-l p{
    color: #fe9800;
}
.model-textlist-two ul li a:hover .newtime{
    background-color: #fe9800;
}
.model-imgtextlist-two ul li a:hover .imgtextlist-r dt{
    color: #fe9800;
}
.model-imgtextlist-one ul li a:hover .imgtextlist-l dt{
    color: #fe9800;
}
.model-imgtextlist-three ul li .imgtextlist-r .time p{
    color: #fe9800;
}
.model-imgtextlist-three ul li a:hover .imgtextlist-r dt{
    color: #fe9800;
}
.model-imgtextlist-four ul li a:hover .imgtextlist-text{
    background-color: #fe9800;
}
.model-imgtextlist-four ul li .imgtextlist-text dd{
    color: #ffe2b7;
}
.model-imglist-two ul li a:hover p{
    background-color: #fe9800;
}
.model-imglist-two ul li .pimg em span{
    background-color: #fe9800;
}
.model-imglist-three ul li a:hover{
    border: 2px solid #fe9800;
}
.model-imglist-three ul li a:hover p{
    color: #fe9800;
    background-image: url("../img/arrow.png");
    background-size: 20px 20px;
}
 .model-phone-page a{
    display: inline-block;
    padding: 5px 0px;
    border: 0;
    border-bottom: 1px solid #fff;
}
.model-phone-page a:hover {
    font-weight: 600;
    color: #fe9800;
    border-bottom: 1px solid #fe9800;
    /*border-radius: 50%;*/
}
 .model_page a{
    color: #666;
    display: inline-block;
    padding: 5px 0px;
    border-bottom: 1px solid #fff;
}
.model-phone-page span i{
    color: #fe9800;
}

/*.list-image-nav-tow .nav4-content .model_page a:nth-child(1),*/
/*.list-image-nav-tow .nav4-content .model_page a:nth-child(2),*/
/*.list-image-nav-tow .nav4-content .model_page a:nth-child(8),*/
/*.list-image-nav-tow .nav4-content .model_page a:nth-child(9){*/
/*    border-radius: 10px;*/
/*}*/
 .model_page a:hover{
    font-weight: 600;
    color: #fe9800;
    border-bottom: 1px solid #fe9800;
    /*border-radius: 50%;*/
}





@media (max-width: 767px){
    .nav3-bg{
        height: 40px;
        margin-top: 20px;
        background-color: unset;
    }
    .nav3-bg .nav3{
        line-height: 40px;
        text-overflow:ellipsis;
        white-space:nowrap;
        overflow:hidden;
    }
    .nav4{
        margin: 30px auto 10px;
    }
    /*.nav4-content .slick-list{*/
    /*    width: 100%;*/
    /*}*/

    .nav4-content{
        margin:0;
    }
    .nav4-content div{
        padding: 0px;
    }
    .nav4-content .pic a{
        font-size: 12px;
    }
    /*.nav4-content  .slick-list .slick-track div{*/
    /*    width: 33%;*/
    /*    !*width: auto;*!*/
    /*    text-align: center;*/
    /*    display: inline-block;*/
    /*    padding: 0px 15px ;*/
    /*    !*margin-bottom: 24px;*!*/
    /*}*/
    /*!*.nav4-content .slick-list slick-track div img{*!*/
    /*!*    width: 300px!important;*!*/
    /*!*}*!*/
    .nav4-content div a{
        font-size: 12px;
        line-height: 36px;
        color: #333;
        font-weight: 400;
    }
    .nav4-content .pic div i{
        background-size: 25px;
    }
    .nav4-content .pic p i{
        width: 8px;
        height: 8px;
        top: -4px;
        left: 46%;
    }
    .pagination{
        height: auto;
    }
    /*.nav4-content .slick-list .slick-track div:hover a{*/
    /*    font-weight: 600;*/
    /*    color: #fe9800;*/
    /*}*/
    .nav4-content-paging{
        height: auto;
    }
    .model-phone-page{
        margin: 0;
    }
    .model-phone-page span{
        margin-top: 0;
    }



}
@media (min-width: 768px){
    .nav4-content.hidden-xs{
        display: none;
    }
    .nav4-content .slick-list{
        width: 100%;
    }

    .nav4-content{
        margin:30px 0 0;
    }
    .nav4-content  .slick-list .slick-track div{
        /*width: 33%;*/
        /*width: auto;*/
        text-align: center;
        display: inline-block;
        padding: 0px 15px ;
        margin-bottom: 24px;
    }
    /*.nav4-content .slick-list slick-track div img{*/
    /*    width: 300px!important;*/
    /*}*/
    .nav4-content .slick-list .slick-track div a{
        font-size: 18px;
        line-height: 36px;
        color: #333;
        font-weight: 400;
    }
    .nav4-content .slick-list .slick-track div:hover a{
        font-weight: 600;
        color: #fe9800;
    }
}
@media (min-width:992px){
    .nav4-content.hidden-xs{
        display: block;
    }
}