@charset "utf-8"; /* CSS Document */
* {
    padding: 0;
    margin: 0 ;
}

body {
    font-size: 14px;
    font-family: "微软雅黑";
    line-height:25px;
    width:100%;
    height:auto;
    margin:0 auto;
    overflow-x:hidden;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

ul,li {
    list-style: none;
}

input,select,textarea {
    border: none;
    outline: none;
    font-family: "微软雅黑";
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

img {
    border: none;
    max-width: 100%;
}

.clear {
    clear: both;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: lighter;
}

.top {
    width: 100%;
    height: 88px;
    z-index:90;
}

.top .c {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}

.top .c .logo {
    float: left;
    margin: 15px auto 15px;
    height:60px;
    overflow:hidden;
}
.top .c .logo img{
    height:60px;
}

/*导航样式*/
.z-nav-bar {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    float: right;
    line-height: 90px;
}

.z-nav-bar ul li .home {
    background: #ea5404;
    color: #fff;
}

.z-nav-container {
    height: inherit;
    margin: 0;
    display: table;
    table-layout: fixed;
    z-index:90;
}

.z-nav-conter {
    display: table-cell;
    vertical-align: middle;
    padding: 0
}

.z-nav-conter > li {
    height: inherit;
    display: inline-block;
    position: relative;
    padding: 0!important;
}

.z-nav-conter > li > a {
    color: #333;
    padding: 0 18px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 30px;
    display: block
}

.z-nav-conter > li > a:hover {
    background-color: #ea5404;
    color: #fff;
}

.z-nav-conter > li > a.on {
    background-color: #ea5404;
    color: #fff;
}

.z-nav-conter li > ul {
    padding: 0;
    margin: 0;
    height: auto;
}

.z-nav-conter li > ul li {
    position: relative;
    text-align: left;
}

.z-nav-conter li > ul, .z-subnav-conter li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -15px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    width: 160px;
    text-align: center;
    overflow: hidden;
}

.z-nav-conter li > ul a, .z-nav-sub > li a {
    color: inherit;
    display: block;
    width: 160px;
    text-align: center;
    font-size: 12px;
    white-space:nowrap;
}

.z-nav-conter li ul li a:hover {
    background-color: #ea5404;
    color: #fff;
}

.z-nav-conter li:hover > ul {
    display: block
}

.z-nav-conter li > ul li ul {
    left: 100%;
    top: 0;
    background-color: #4dae20;
}

.z-nav-container li > ul, .z-nav-conter li > ul li ul {
    opacity: 0;
    display: block;
    display/*\**/: none\9;
    z-index: 1
}

.z-nav-container li:hover > ul, .z-nav-conter li > ul li:hover ul, .z-subnav-conter li:hover ul {
    opacity: 1;
    display/*\**/: block\9;
    z-index: 90;
}

.z-nav-container li {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.z-nav-container li ul li {
    height: 0;
    line-height: 0;
    background: none;
}

.z-nav-container li:hover ul li {
    height: 36px;
    line-height: 36px;
}

.z-nav-container li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.z-nav-container li ul {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.z-nav-container li ul li {
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

.z-nav-conter > li:last-child > ul li ul {
    left: auto;
    right: 100%
}

.z-sub-nav li {
    position: relative;
}

.navbar-default {
    display: none;
}

@media (min-width: 320px) and (max-width:750px ) {
    .navbar-default {
        display:block;
    }

    .top {
        display: none;
    }

    .top .c {
        width: 90%;
        height: 70px;
        margin: 0 auto;
    }

    .top .c .logo {
        margin-top: 8px;
    }

    .top .c .logo a img {
        height: 40px;
    }

    .z-nav-bar {
        display: none;
    }

    .collapse {
        display: none
    }

    .collapse.in {
        display: block
    }

    tr.collapse.in {
        display: table-row
    }

    .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .35s;
        -o-transition-duration: .35s;
        transition-duration: .35s;
        -webkit-transition-property: height, visibility;
        -o-transition-property: height, visibility;
        transition-property: height, visibility
    }

    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 8px dashed;
        border-top: 8px solid\9;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent ;
        float: right;
        color: #999;
        margin-top: 16px;
    }

    .caret2 {
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: middle;
        border-left: 8px solid;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent ;
        border-right: none;
        float: right;
        color: #999;
        margin-top: 10px;
    }

    .dropdown, .dropup {
        position: relative
    }

    .dropdown-toggle:focus {
        outline: 0
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175)
    }

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin-top: 5px;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5
    }

    .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
        color: #777
    }

    .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
    }

    .open>.dropdown-menu {
        display: block
    }

    .open>a {
        outline: 0
    }

    .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .dropdown-menu-left {
        right: auto;
        left: 0
    }

    .dropdown-header {
        display: block;
        padding: 3px 20px;
        font-size: 12px;
        line-height: 1.42857143;
        color: #777;
        white-space: nowrap
    }

    .dropdown-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 990
    }

    .pull-right>.dropdown-menu {
        right: 0;
        left: auto
    }

    .dropup .caret, .navbar-fixed-bottom .dropdown .caret {
        content: "";
        border-top: 0;
        border-bottom: 4px dashed;
        border-bottom: 4px solid\9
    }

    .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
        top: auto;
        bottom: 100%;
        margin-bottom: 2px
    }

    .nav {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    .nav>li {
        position: relative;
        display: block
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 15px;

    }

    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #eee
    }

    .nav>li.disabled>a {
        color: #777
    }

    .nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
        color: #777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent
    }

    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
        background-color: #eee;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav>li>a>img {
        max-width: none
    }

    .nav-tabs {
        border-bottom: 1px solid #ddd
    }

    .nav-tabs>li {
        float: left;
        margin-bottom: -1px
    }

    .nav-tabs>li>a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs>li>a:hover {
        border-color: #eee #eee #ddd
    }

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent
    }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

    .nav-tabs.nav-justified>li {
        float: none
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 5px;
        text-align: center
    }

    .nav-tabs.nav-justified>.dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover span {
        color: #fff;
    }

    .navbar-fixed-bottom, .navbar-fixed-top {
        position: absolute;
        right: 0;
        left: 0;
        z-index: 1030
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px ;
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: 1px solid #ddd;
    }

    .navbar-fixed-bottom {
        bottom: 0;
        margin-bottom: 0;
        border-width: 1px 0 0
    }

    .navbar-brand {
        float: left
    }

    .navbar-brand>img {
        display: block ;
        margin-left: 15px;
        height: 45px;
        margin-top: 13px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        margin-top: 16px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px
    }

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 1px ;
        margin: 7px 0;
    }

    .navbar-nav>li>a {
        padding-top: 7px;
        padding-bottom: 7px;
        line-height: 1.7;
        border-bottom: 1px solid #ddd;
        color: #000;
        font-size: 15px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 1.8
    }

    .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ea5404
    }

    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
        color: #fff;
        background-color: #ea5404
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0
    }
}

@media (max-device-width: 480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}
