@font-face {
    font-family: demilight;
    src: url("./fonts/demilight.woff?v=201601131547") format("woff"),url("./fonts/demilight.ttf?v=201601131547") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: thinWindows;
    src: url("./fonts/thin.woff?v=201601131547") format("woff"),url("./fonts/thin.ttf?v=201601131547") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: homePageText;
    src: url("./fonts/homePageText.ttf?v=201601131547") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

body {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    position: relative;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.flyerNav {
    width: 100%;
    height: 68px;
    background-color: #fff;
    z-index: 2;
    *border-bottom: 1px solid #dcdcdc;
    position: fixed;
    *position: relative;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.shadow {
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px rgba(0,0,0,0.1);
}

.flyerNav_inner {
    min-width: 790px;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    border-bottom: 0 solid #dfdfdf;
}

.nav_logo {
    width: 162px;
    height: 100%;
    margin-right: 40px;
    float: left;
}

    .nav_logo img {
        border: 0;
    }

.nav_textArea {
    width: 740px;
    height: 100%;
    float: right;
    *width: 918px;
}

.nav_text {
    float: left;
    line-height: 68px;
    width: 68px;
    position: relative;
    text-align: center;
    margin-right: 18px;
}

    .nav_text.new::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 13px;
        top: 16px;
        right: -9px;
        background: url("/image/manage/new.png?v=201611071735") no-repeat;
    }

    .nav_text:before {
        content: "";
        display: none;
        width: 68px;
        height: 3px;
        position: absolute;
        background: #4a68ec;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.nav_select:before {
    display: block;
}

.nav_text a {
    color: #333;
    font-size: 14px;
}

    .nav_text a:hover {
        color: #4a68ec;
    }

.nav_select a {
    color: #4a68ec;
    font-size: 14px;
    font-family: "微软雅黑";
    padding-bottom: 10px;
}

.nav_btnArea {
    height: 100%;
    float: left;
    *width: 200px;
    overflow: hidden;
}

    .nav_btnArea a {
        margin-top: 14px;
    }

.nav_register {
    float: left;
    width: 106px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #4a68ec;
    text-align: center;
    background-color: #4a68ec;
    font-size: 14px;
    font-family: "微软雅黑";
    border-radius: 3px;
    color: #fff;
}

    .nav_register:hover {
        background-color: #5776ff;
        border-color: #5776ff;
    }

.nav_login {
    float: left;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    width: 66px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-family: "微软雅黑";
    border-radius: 3px;
    color: #333;
    text-align: center;
    margin-left: 8px;
}

    .nav_login:hover {
        background-color: rgba(153,153,153,0.1);
        border-color: #999;
    }

.footer {
    height: 228px;
    background-color: #4d4d4f;
    clear: both;
}

.footerContent {
    width: 1200px;
    margin: auto;
}

.footerPanel {
    float: left;
    position: relative;
    width: 400px;
}

    .footerPanel .border {
        position: absolute;
        top: 48px;
        left: 0;
        height: 98px;
        border-left: 1px solid #717172;
    }

    .footerPanel .title {
        color: #fff;
        font-size: 18px;
        text-align: center;
        margin: 30px 0 15px 0;
    }

    .footerPanel ul {
        color: #989898;
        list-style-type: disc;
    }

    .footerPanel li {
        float: left;
        font-size: 14px;
        line-height: 35px;
        margin: 0 0 0 52px;
    }

    .footerPanel a {
        color: #989898;
    }

        .footerPanel a:hover {
            color: #fff;
            text-decoration: underline;
        }

.ftRight {
    float: left;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

.weiboLogo {
    cursor: pointer;
    width: 70px;
    height: 70px;
    margin-left: 150px;
    margin-right: 35px;
    background: url(weixin.jpg) no-repeat 0 0;
    *background: url(weixin.jpg) no-repeat 0 0;
    *left: 150px;
}

    .weiboLogo:hover {
        background-position: 0 -50px;
    }

.wxLogo {
    position: relative;
    cursor: pointer;
    width: 34px;
    height: 27px;
    background: url(/image/sjicon.png?v=201605071724) no-repeat -60px 0;
    *background: url(/image/ie-sjicon.jpg?v=201605071724) no-repeat -60px 0;
    *left: 190px;
}

    .wxLogo:hover {
        background-position: -60px -50px;
    }

.ftLogoText {
 
    font-size: 14px;
}

.footcpyInfo {
    width: 1200px;
    font-size: 12px;
    text-align: center;
    color: #989898;
    margin: auto;
    margin-top: 38px;
}

.footCpy {
    text-align: center;
    line-height: 25px;
    color: #989898;
    font-size: 12px;
    margin-top: 20px;
}

    .footCpy a {
        text-decoration: none;
        color: #989898;
    }

.footCert {
    text-align: center;
}

#wxQrCode {
    position: absolute;
    top: -174px;
    left: -52px;
}

.serviceBox {
    position: fixed;
    width: 39px;
    height: 129px;
    z-index: 100;
    background: url(/image/serviceBox4.png?v=201703241457);
    transform: translate3d(-150px,0,0);
    transition: transform .3s;
}

    .serviceBox .wrapper {
        position: relative;
        margin-left: 39px;
        width: 150px;
        height: 316px;
        background: url(/image/serviceBox4.png?v=201703241457) -39px 0;
    }

    .serviceBox.hooked {
        transform: translate3d(0,0,0);
    }

    .serviceBox .serviceTitle {
        position: absolute;
        top: 118px;
        right: 20px;
        width: 90px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #013684;
        text-decoration: none;
    }

        .serviceBox .serviceTitle:hover {
            color: #f30;
        }

    .serviceBox .serviceText {
        position: absolute;
        top: 185px;
        left: 17px;
        width: 112px;
        height: 27px;
        line-height: 30px;
        text-align: center;
        color: #013684;
        cursor: pointer;
        font-size: 12px;
    }

    .serviceBox .serviceText2 {
        position: absolute;
        top: 220px;
        left: 17px;
        width: 112px;
        height: 27px;
        line-height: 30px;
        text-align: center;
        color: #013684;
        cursor: pointer;
        font-size: 12px;
    }

    .serviceBox .oemServiceText {
        position: absolute;
        top: 268px;
        left: 17px;
        width: 112px;
        height: 27px;
        line-height: 27px;
        text-align: center;
        color: #013684;
        cursor: pointer;
        font-size: 14px;
    }

        .serviceBox .oemServiceText label {
            margin-left: 18px;
            background-color: #4e84d7;
            color: #fff;
            width: 65px;
            height: 18px;
            line-height: 15px;
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
        }

ins {
    display: none !important;
}
