.clearFix, #headerPc .up .box, #headerPc .up .box ul {
    *zoom: 1; }

.clearFix:after, #headerPc .up .box:after, #headerPc .up .box ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.after:after {
    content: "";
    display: block; }

.before::before {
    content: "";
    display: block; }

.transition-03, #headerPc {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

#headerPc {
    position: relative;
    z-index: 2;
    background: url("/static/images/index/header-bg.png") center;
    top: -100% !important; }
#headerPc.enabled {
    top: 0 !important; }
#headerPc .up {
    height: 40px;
    background-color: #3B3B3B; }
#headerPc .up .box ul {
    float: right; }
#headerPc .up .box ul li {
    line-height: 40px;
    float: left;
    padding: 0 10px;
    position: relative; }
#headerPc .up .box ul li::after {
    content: "";
    display: block;
    height: 10px;
    width: 1px;
    background-color: #B8B8B8;
    position: absolute;
    left: 0;
    top: calc(50% - 5px); }
#headerPc .up .box ul li:nth-child(1)::after {
    display: none; }
#headerPc .up .box ul li:last-child {
    padding-right: 0; }
#headerPc .up .box ul li a {
    color: #B8B8B8;
    font-size: 12px; }
#headerPc .up .box ul li a:hover {
    color: #3e66fc; }
#headerPc .content {
    height: 86px;
    margin: 0 auto;
    background-size: 100% 100%;
    width: 1400px; }
#headerPc .content .box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
#headerPc .content .box .logo {
    display: block; }
#headerPc .content .box .logo .logo1 {
    margin-right: 6px; }
#headerPc .content .box #nav {
    height: 86px;
    margin-right: 0; }
#headerPc .content .box #nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 385px;
    height: 100%;
}
#headerPc .content .box #nav ul li {
    font-size: 18px;
    height: 100%;
    position: relative; }
#headerPc .content .box #nav ul li > a {
    color: #2B2B2B;
    font-weight: lighter;
    padding: 0 20px;
    display: block;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

#headerPc .content .box #nav ul li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    width: 100%;
    background: rgba(55, 55, 55, 0.95);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; }
#headerPc .content .box #nav ul li .submenu a {
    padding: 15px 0;
    display: block;
    color: #fff; }
#headerPc .content .box #nav ul li .submenu a:hover {
    background-color: #3e66fc; }
#headerPc .content .box #nav ul li:hover .submenu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1; }
#headerPc .content .box #nav ul li:hover, #headerPc .content .box #nav ul li.active {
    background-color: #3e66fc; }
#headerPc .content .box #nav ul li:hover > a, #headerPc .content .box #nav ul li.active > a {
    color: #FFFEFE; }
#headerPc .content .box .links > span {
    display: inline-block;
    /*margin-right: 5px;*/
    background-color: #3e66fc;
    height: 86px;
    line-height: 86px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 18px;
}
#headerPc .content .box .links > span > img {
    width: 20px;
    margin-right: 3px; }
#headerPc .content .box .links > a {
    background-color: #08f;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 8px; }

body.fixed {
    padding-top: 70px; }
body.fixed #headerPc {
    z-index: 8;
    width: 100%;
    position: fixed;
    top: 0; }
body.fixed #headerPc .up {
    display: none; }
body.fixed #headerPc .content {
    height: 86px; }
body.fixed #headerPc .content .box #nav {
    height: 86px; }
.links .icon-dianhua{font-size: 20px;}
/*# sourceMappingURL=header.css.map */


@media screen and (min-width: 1300px) and (max-width:1450px) {
    #headerPc .content{width: 1200px}
    #headerPc .content .box #nav ul{padding-left: 210px}
}

@media screen and (min-width: 1080px) and (max-width:1299px) {
    #headerPc .content{width: 1000px}
    #headerPc .content .box #nav ul{padding-left: 0}
}



@media screen and (min-width: 900px) and (max-width:1079px) {
    #headerPc .content .box{display: block}
    #headerPc .content .box h1,#headerPc .content .box #nav,#headerPc .content .box .links{display: inline-block;vertical-align: middle;}
    #headerPc .content .box .links{position: absolute;right: 0;top: 0}
    #headerPc .content .box #nav{position: absolute;right: 180px;top: 0}
    #headerPc .content .box .logo{height: 86px;line-height: 85px}

    #headerPc .content{width: 1000%}
    #headerPc .content .box #nav ul{padding-left: 0}
    #headerPc .content .box #nav ul li{font-size: 15px;}
}
/*<=959px and >=768px的设备：PC端;*/
@media screen and (min-width: 768px) and (max-width:899px) {
    .links{display: none}
    #headerPc .content .box{display: block}
    #headerPc .content .box .logo{height: 86px;line-height: 85px}
    #headerPc .content .box h1,#headerPc .content .box #nav{display: inline-block;vertical-align: middle;}
    #headerPc .content .box #nav{position: absolute;right: 0;top: 0}
    #headerPc .content{width: 1000%}
    #headerPc .content .box #nav ul{padding-left: 0}
    #headerPc .content .box #nav ul li{font-size: 15px;}
}

@media screen and (max-width:767px){
    .clearFix {
        *zoom: 1; }

    .clearFix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }

    .after:after {
        content: "";
        display: block; }

    .before::before {
        content: "";
        display: block; }

    .transition-03 {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }

    .pageWrap {
        position: relative;
        transition: right 0.5s;
        -moz-transition: right 0.5s;
        -webkit-transition: right 0.5s;
        -o-transition: right 0.5s;
        right: 0; }
    .pageWrap.hide {
        right: 70%; }

    .bgColor1 {
        background-color: #F1F2F4; }

    body {
        padding-top: 64px; }

    #header {
        height: 64px;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        justify-content: space-between;
        padding: 0 18px;
        background-color: #fff;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 99;
        transition: right 0.5s;
        -moz-transition: right 0.5s;
        -webkit-transition: right 0.5s;
        -o-transition: right 0.5s;
        -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.08); }
    #header.hide {
        right: 70%; }
    #header .herfBox {
        display: -webkit-flex;
        display: flex;
        align-items: center; }
    #header .herfBox a {
        display: block; }
    #header .herfBox a.logo {
        width: 100px;
        padding-right: 10px;
        margin-right: 10px;
        position: relative; }
    #header .herfBox a.logo::after {
        content: "";
        display: block;
        height: 20px;
        width: 1px;
        background-color: #747373;
        position: absolute;
        right: 0;
        top: calc(50% - 10px); }
    #header .herfBox a.logo img {
        width: 100%; }
    #header .herfBox a.tel {
        font-size: 1.4rem;
        color: #313131;
        font-weight: bold; }
    #header .herfBox a.tel img {
        width: 15px;
        margin-right: 5px; }
    #header #navBtn {
        width: 25px;
        height: 25px;
        border: 0;
        padding: 0;
        background: none; }
    #header #navBtn span {
        display: block;
        height: 2px;
        width: 100%;
        background: #2d2d2d;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin: 5px 0; }
    #header #navBtn.on span {
        position: relative; }
    #header #navBtn.on span:nth-child(1) {
        margin-top: -1px;
        top: 30%;
        transform: rotate(-45deg); }
    #header #navBtn.on span:nth-child(2) {
        opacity: 0; }
    #header #navBtn.on span:nth-child(3) {
        top: 30%;
        margin-top: -14px;
        transform: rotate(45deg); }

    #navBox {
        position: fixed;
        left: 100%;
        top: 0;
        width: 70%;
        height: 100%;
        text-align: left;
        z-index: 11111;
        overflow-y: scroll;
        background: #FFFFFF;
        -webkit-box-shadow: 0 0 30px rgba(26, 24, 24, 0.1) inset;
        box-shadow: 0 0 30px rgba(26, 24, 24, 0.1) inset;
        transition: left 0.5s;
        -moz-transition: left 0.5s;
        -webkit-transition: left 0.5s;
        -o-transition: left 0.5s; }
    #navBox .tel {
        padding: 3rem 1rem;
        text-align: center; }
    #navBox .tel .box {
        display: flex;
        justify-content: start;
        align-items: center;
        margin-bottom: 1.5rem; }
    #navBox .tel .box > img {
        width: 20px;
        height: auto;
        margin-right: 1rem; }
    #navBox .tel .box h2 {
        text-align: left;
        display: flex;
        flex-direction: column;
        font-size: 1.8rem; }
    #navBox .tel .box h2 .red {
        color: red; }
    #navBox.show {
        left: 30%; }
    #navBox ul li {
        position: relative;
        line-height: 1; }
    #navBox ul li span {
        display: block;
        position: relative;
        padding: 15px 50px;
        color: #767676;
        border-bottom: 1px solid #e9e9e9; }
    #navBox ul li span::before, #navBox ul li span::after {
        content: "";
        display: block; }
    #navBox ul li span::before {
        border: 2px solid #CEAC7D;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: absolute;
        top: calc(50% - 5px);
        left: 25px;
        box-sizing: border-box; }
    #navBox ul li span a {
        color: #2B2B2B;
        font-size: 14px; }
    #navBox ul li .menuSlide {
        display: none; }
    #navBox ul li .menuSlide a {
        color: #2B2B2B;
        font-size: 12px;
        display: block;
        position: relative;
        padding: 15px 50px;
        border-bottom: 1px solid #e9e9e9; }
    #navBox ul li .menuSlide a::before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: calc(50% - 5px);
        left: 25px;
        background-image: url("/static/home/img/menu.png");
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat; }
    #navBox ul li.active span::before {
        background-color: #CEAC7D; }
    #navBox ul li.menuSlideWrap span::after {
        width: 12px;
        height: 12px;
        position: absolute;
        top: calc(50% - 6px);
        right: 25px;
        background-image: url("/static/home/img/show.png");
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat; }
    #navBox ul li.menuSlideWrap.showMenu span a {
        color: #CEAC7D; }
    #navBox ul li.menuSlideWrap.showMenu span::before {
        background-color: #CEAC7D; }
    #navBox ul li.menuSlideWrap.showMenu span::after {
        background-image: url("/static/home/img/hide.png"); }

    #navShade {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 11110;
        display: none;
        background-color: rgba(0, 0, 0, 0.1); }
    #navShade.show {
        display: block; }

    /*# sourceMappingURL=header.css.map */

}

