.header{
    width: 100%;
}

.header .header-top{
    width: 100%;
    height: 26px;
    background: #EFEFEF;
    font-size: 12px;
    float: left;
    color: #555;
}

.header-top-left{
    width: 50%;
    float: left;
    line-height: 24px;
    padding-left: 18px;
    /*color: #fff;*/
    font-size: 12px;
}

.header-top-right{
    width: 50%;
    float: left;
    text-align: right;
    line-height: 24px;
    font-size: 12px;
    padding-right: 18px;
}
.header-top-right a{
    padding: 0 4px;
    border: 1px solid #555;
    font-size: 12px;
    color: #333;
    background: #fff;
}

.header-content{
    width: 100%;
    line-height: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    padding: 0 18px;
}

.header-logo{
    width: 30%;
    float: left;
    padding-left: 18px;
}

.header-logo img{
    vertical-align: middle;
    height: 68px;
}

.header-search{
    float: right;
    text-align: center;
    margin-left: 40px;
}

.header-search select{
    height: 26px;
    border: 1px solid #ddd;
    font-size: 12px;
    background: #eee;
    vertical-align: middle;
    float: left;
    border-right: none;
    color: #555;
}

.search-text-img{
    background: #80848a;
    float: left;
    height: 26px;
    width: 32px;
}

.search-text-img svg{
    margin-top: 2px;
}

.header-search .search-text{
    width: 160px;
    height: 26px;
    border: 1px solid #ddd;
    color: #333;
    padding: 2px;
    background: #eee;
    font-size: 12px;
    letter-spacing: 1px;
    vertical-align: middle;
    float: left;
}

.header-search .search-btn{
    height: 38px;
    border: 1px solid #2e98fb;
    color: #fff;
    width: 60px;
    background: #2e98fb;
    font-size: 14px;
    vertical-align: middle;
}
.header-img{
    width: 20%;
    float: left;
    text-align: right;
    padding-right: 18px;
}

.header-img .cn{
    padding: 2px 5px;
    background: rgb(237,32,36);
    color: #fff;
    border: 1px solid rgb(237,32,36);
    font-size: 14px;
    border-radius: 5px;
    margin-right: 6px;
}

.header-img .en{
    padding: 2px 5px;
    /*background: #002052;*/
    border: 1px solid rgb(33,36,98);
    color: rgb(33,36,98);
    font-size: 14px;
    border-radius: 5px;
}

.zj-nav{
    background-color: rgb(33,36,98);
    height: 45px;
    position: relative;
    transition: top .5s ease-in-out;
    width: 100%;
    z-index: 40;
    float: left;
}

.zj-nav-main{
    float: left;
    padding: 0 7px;
    font-family: Arial,Helvetica,sans-serif;
}

.zj-nav-main .nav-parent{
    float: left;
    line-height: 61px;
    padding: 0 12px;
    position: relative;
    bottom: 16px;
}

.zj-nav-main .nav-parent svg{
    vertical-align: sub;
}

.zj-nav-main .nav-parent .nav-parent-a{
    color: rgb(33,36,98);
    /*font-weight: bold;*/
}

.nav-parent:hover{
    /*color:  rgb(237,32,36);*/

}

.nav-parent:hover span{
    /*color:  rgb(237,32,36);*/
}

/*.zj-nav-main-ul{*/
/*    position: relative;*/
/*}*/

.nav-children{
    position: absolute;
    left: 0;
    width:600px;
    min-height: 300px;
    background: #fafafa;
    display: none;
    /*border-bottom: 4px solid rgb(237,32,36);*/
    z-index: 9999;
    padding: 20px 0;
    border: 1px solid #ddd;
}

.nav-children li{
    line-height: 24px;
    width: 238px;
    height: 24px;
    list-style: circle;
    padding-right: 50px;
    padding-left: 5px;
    margin-left: 12px;
    overflow: hidden;
    border-right: 1px solid #ddd;
}

.nav-children li span{
    color: #333;
    font-size: 14px;
}
.nav-children-left{
    /*float: left;*/
}
.nav-children-right{
    float: right;
}

.nav-children li:hover{
    background-color: #FAFAFA;
}

.nav-children-nth{
    position: absolute;
    left: 250px;
    top:20px;
    display: none;
    padding-left: 20px;
    min-height: 300px;
    width: 350px;
    overflow: hidden;
}

.nav-children-nth  a{
    color: #333333;
    font-size: 14px;
}

.nav-children a span:hover{
    color: red;
}

.nav-children-nth a:hover{
    color: red;
}
.headerWrap {
    width: 100%;
    height: 88px;
    background-color: #fff;
}

.headerWrap2 {
    height: 88px;
    width: 100%;
    /*border-bottom: 2px solid red;*/
}

.headerInner {
    width: 75em;
    height: 88px;
    margin: 0 auto;
}
.logo {
     float: left;
     width: 30%;
     _display: inline;
 }
.logo a {
    display: block;
}
.logo img{
    height: 60px;
    margin-top: 12px;
}
.headRight {
    float: right;
    width: 70%;
    height: 88px;
    position: relative;
}

.navWrap{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
}
.headNav {
    float: right;
    padding-top: 4px;
    font-size: 12px;

}

.headNav a {
    float: left;
    display: block;
    outline: none;
    text-decoration: none;
    color: #333;
    font-size: 12px;
}

.headNav a:hover{
    color: red;
}

.headNav em {
    float: left;
    padding: 0 8px;
}
.navInner ul {
    float: left;
}
.navInner {
    float: left;
    width: 100%;
}
.zj-nav-main svg{
    display: none;
}

.headSearch {
    float: right;
    background: url(/static/public/img/searchInputBg.gif) no-repeat left top;
    width: 164px;
    height: 19px;
    margin-right: 0;
    _display: inline;
    margin-left: 20px;
    margin-top: 14px;
}
.headSearch .topSearchText {
    width: 134px;
    height: 17px;
    line-height: 17px;
    border: 0;
    float: left;
    text-indent: 2px;
    color: #666;
    margin: 1px 0 0 2px;
    font-size: 12px;
}
.headSearch .topSubmitBut {
    border: 0;
    height: 19px;
    background: none;
    float: left;
    width: 26px;
    cursor: pointer;
}
img, input {
    vertical-align: middle;
}

.headSearch .choose{
    float: left;
    width: 65px;
    font-size: 12px;
    height: 32px;
}





.foot{
    width: 100%;
    margin-top: 60px;
}
.foot_main{

}
.foot_main_top{
    width: 1190px;
    margin: 0 auto;
    height: 84px;
    padding: 22px 0;
    background-color: #f60;
    color: #fff;
}

.foot_main_top ul li{
    line-height: 40px;
    float: left;
    padding: 0 23px;
    border-right: 1px solid #ff953a;
    border-left: 1px solid #c15900;
}

.foot_main_top ul li:last-child {
    border-right: none;
}

.foot_main_top ul li a{
    color: #fff;
    text-decoration: none;
}

.foot_main_center{
    width: 1190px;
    margin: 0 auto;
    height: 84px;
    padding: 22px 0;
    background-color: #fff;
    color: #fff;
}

.foot_main_center ul li{
    line-height: 30px;
    float: left;
    padding: 0 23px;
}

.foot_main_center ul li a{
    color: #666;
    text-decoration: none;
    font-size: 12px;
}

.foot_main_bottom{
    width: 100%;
    background: #f2f2f2;
    font-size: 12px;
    padding: 20px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    float: left;
}


.foot_main_bottom_list{
    width: 75em;
    margin: 0 auto;

}
.mod {
    float: left;
    overflow: hidden;
    border-left: 1px solid #d9d9d9;

}

.mod:nth-child(1){
    width: 33%;
    padding:0 12px;
}

.mod:nth-child(1) h6{
    margin-bottom: 6px;
}

.mod:nth-child(1) h6 a{
    font-size: 14px;
}

.mod:nth-child(1) li{
    display: inline-block;
    margin-right: 5px;
    text-align: left;
}

.mod:nth-child(2){
    width: 40%;
    padding:0 12px;
}

.mod:nth-child(3){
    width: 27%;
    padding:0 12px;
}

.mod h4{
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 6px;
    color: #010101;
}

.mod a{
    font-size: 12px;
    text-decoration: none;
    color: #666;
    letter-spacing: 1px;
    line-height: 12px;
}

.mod-a {
    border-left: none;
}

.foot_main_copyright{
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    background: rgb(33,36,98);
    color: #fff;
}


.mod li{
    /*height: 30px;*/
    display: inline-block;
}
.catewhitepng{
    display: none;
}
.mobile-foot-style {
    width: 100%;
    background: #f9f9f9;
    position: fixed;
    bottom: 0;
    display: none;
}

.mobile-foot-style ul li {
    display: inline-block;
    width: 25%;
    height: 3em;
    text-align: center;
    border: .0625em solid #eee;
    padding: .5em;
}
.mobile-foot-style ul li img {
    width: 2em;
    vertical-align: middle;
}
@media screen and (max-width: 800px) {
    .headerWrap2{
        height: unset;
    }
    .headerInner{
        width: 100%;
    }
    .logo{
        width: 100%;
        float: unset;
    }
    .logo img{
        height: 40px;
    }

    .headRight{
        width: 100%;
        /*float: unset;*/
        position: unset;
        margin-top: 8px;
        height: unset;
        border: 1px solid #fff;
    }

    .navWrap{
        position: unset;
        background: #efefef;
        padding-top: 8px;
    }
    .headNav{
        position: absolute;
        top: 2px;
        right: 12px;
    }

    .zj-nav-main-ul{
        display: none;
    }

    .zj-nav-main svg{
        display: inline-block;
        position: absolute;
        left: 8px;
    }
    .navInner ul{
        background: #EFEFEF;
        z-index: 9999;
    }

    .zj-nav-main .nav-parent{
        float: unset;
        width: 100%;
        line-height: 42px;
        bottom: unset;
        text-align: center;
        border-bottom: 1px dotted #ddd;
        padding:0;
    }

    .nav-children{
        position:unset;
        width: 100%;
        padding:0;
        min-height:unset;
    }

    .nav-children li{
        width: 100%;
        margin-left:0;
        list-style:none;
        position: relative;
        border-bottom: 1px solid #ddd;
        text-align: center;
        overflow: unset;
        height: auto;
        min-height:unset;
        padding: 0;
        line-height: 32px;
    }

    .nav-children-nth {
        position: unset;
        min-height:unset;
        min-width: unset;
        width: 100%;
        padding-left:0;
        background: #fff;
        border-top: 1px solid #ddd;
        overflow: unset;
    }
    .header-search{
        margin-right: 7px;
    }
    .banner img {
        width: 100%;
        height: unset;
    }
    .flex-direction-nav{
        display: none;
    }

    .foot_main_bottom_list {
        width: 100%;
    }

    .mod {
        width: 100%;
    }

    .mod:first-child {
        width: 100%;
    }

    .mod:last-child {
        width: 100%;
        display: none;
    }

    .mod:nth-child(1){
        width: 100%;
        margin-bottom: 12px;
        padding:12px;
        border-bottom: 1px solid #ddd;
    }
    .mod:nth-child(2){
        width: 100%;
        padding:12px;
    }

    .foot {
        margin-top: 0;
    }

    .catewhitepng {
        display: inline-block;
    }

    .mobile-foot-style {
        display: inline-block;
    }

    .get-page {
        width: 100%;
        overflow: hidden;
    }

    #num_cart_count {
        color: #fff;
        padding-right: 2px;
    }

    .foot_main_copyright{
        margin-bottom: 48px;
    }
    .foot_main_bottom{
        padding: 15px 0;
    }
}