* {
    margin: 0;
    padding: 0;
}

body, html {
    background-color: #dde5e8;
}

.body {
    font-size: 16px;
    font-family: 'Arial','微软雅黑';
}

ul, li {
    list-style: none;
}

table {
    width: 100%;
    table-layout: fixed;
}

.blue-active {
    color: #005db4;
}

input::-webkit-input-placeholder {
    color: #979da5;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #979da5;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #979da5;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #979da5;
}

.clear::after {
    display: block;
    content: "";
    clear: both;
}

.form {
    position: relative;
}

.form-title {
    width: 100%;
    line-height: 50px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e9e9e9;
}

    .form-title div {
        width: 1166px;
        margin: 0 auto;
        font-size: 16px;
    }

        .form-title div p {
            float: left;
        }

            .form-title div p span {
                color: #0e6ac1;
            }

            .form-title div p.last-child {
                float: right;
            }

    .form-title a:link {
        text-decoration: none;
        color: #333;
    }

    .form-title a:visited {
        text-decoration: none;
        color: #333;
    }


.nav {
    width: 100%;
    /*height: 174px;*/
    background-color: #fff;
}

.nav-content {
    width: 1166px;
    height: 80px;
    margin: 0 auto;
}

    .nav-content .log {
        width: 196px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 20px 0;
        float: left;
        margin-left: 18px;
        margin-right: 90px;
    }

    .nav-content ul {
        float: left;
    }

        .nav-content ul li {
            float: left;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            padding: 0px 32px;
            line-height: 80px;
            color: #005bac;
            font-size: 16px;
            cursor: pointer;
        }

.nav-title-active {
    height: 80px;
    background-color: #f3f9fc;
    border-bottom: 5px solid #31b6fc;
}


.visitor-volume {
    width: 194px;
    float: right;
    margin-right: 6px;
}

    .visitor-volume p {
        color: #4d5359;
        line-height: 24px;
        margin-bottom: 7px;
        margin-top: 3px;
        text-align: center;
    }

    .visitor-volume img {
        width: 100%;
        height: 36px;
    }

.log-in-bg {
    width: 100%;
    /*  max-width: 1366px;*/
    height: 350px;
    background-image: url(/service/images/zh-CN/mainNew/banner-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.log-in {
    width: 1166px;
    height: 350px;
    margin: 0 auto;
}

.log-in-content {
    width: 427px;
    height: 350px;
    background-color: rgba(255,255,255,0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff);
    float: right;
}

.log-in-title {
    line-height: 42px;
    background-color: rgba(255,255,255,0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#29ffffff,endColorstr=#29ffffff);
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.supplier-portal {
    width: 312px;
    height: 58px;
    background: url(/service/images/zh-CN/mainNew/supplier-portal.png) no-repeat 100%;
    margin: 0 auto;
    position: relative;
}

    .supplier-portal a {
        position: absolute;
        right: 0;
        bottom: 7px;
        font-size: 15px;
        color: #fff;
        text-decoration: none;
    }

        .supplier-portal a span {
            text-decoration: underline;
        }

.user, .pass-word {
    width: 312px;
    height: 38px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
}

    .user input, .pass-word input {
        width: 100%;
        height: 100%;
        outline: 0;
        border: 0 solid;
        background-color: #fff;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 13px 24px 13px 37px;
        font-size: 12px;
    }

    .user img {
        width: 15px;
        height: 17px;
        position: absolute;
        left: 11px;
        top: 9px;
    }

    .pass-word img {
        width: 14px;
        height: 18px;
        position: absolute;
        left: 11px;
        top: 11px;
    }

.code {
    width: 312px;
    height: 38px;
    margin: 0 auto;
}

    .code input {
        width: 152px;
        float: left;
        outline: 0;
        border: 0 solid;
        background-color: #fff;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 13px 24px 13px 37px;
        font-size: 12px;
    }

    .code button {
        width: 105px;
        line-height: 38px;
        font-size: 14px;
        color: #fff;
        background-color: #55c2eb;
        border: 0 solid;
        text-align: center;
        border-radius: 5px;
        float: right;
    }

.log-in-btn {
    width: 312px;
    height: 43px;
    margin: 20px auto 0;
}

    .log-in-btn .loginBtn {
        display: block;
        width: 280px;
        line-height: 43px;
        text-align: center;
        border-radius: 22px;
        color: #fff;
        background-color: #25b5eb;
        margin: 0 auto;
        letter-spacing: 15px;
        border: none;
        font-size: 18px;
    }

.log-in-help {
    width: 312px;
    margin: 20px auto 0;
    color: #fff;
    font-size: 14px;
}

    .log-in-help a {
        float: left;
        color: #fff;
        text-decoration: none;
    }

        .log-in-help a span {
            text-decoration: underline;
        }

    .log-in-help p {
        float: right;
    }

.main {
    width: 1166px;
    margin: 5px auto 0;
    color: #4a535b;
    padding-bottom: 20px;
}

.consult, .notice {
    width: 578px;
    height: 296px;
    border-top: 4px solid #2682d8;
    background-color: #f8f7f5;
    float: left;
    margin-top: 12px;
    -moz-box-shadow: 5px 5px 8px #bfc4c7;
    -webkit-box-shadow: 5px 5px 8px #bfc4c7;
    box-shadow: 5px 5px 8px #bfc4c7;
}

.consult-title {
    height: 41px;
    line-height: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 22px;
    font-size: 16px;
    border-bottom: 1px solid #d1e0e7;
    font-weight: bold;
}

    .consult-title span {
        color: #1b67ae;
        float: right;
        margin-right: 12px;
    }

.consult-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 12px;
    font-size: 14px;
}

    .consult-list li.first-child {
        height: 145px;
        border-bottom: 1px solid #d1e0e7;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 13px;
        padding-left: 18px;
    }

        .consult-list li.first-child img {
            width: 181px;
            height: 110px;
            float: left;
        }

.consult-content {
    width: 345px;
    height: 110px;
    margin-left: 15px;
    float: left;
}

    .consult-content h3 {
        font-size: 18px;
        color: #1b67ae;
    }

    .consult-content p.first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .consult-content p.two-child {
        color: #1b67ae;
        text-align: right;
    }

.consult-list li.last-child p span.last-child {
    float: right;
}

.consult-list li.last-child {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 10px 2px 15px;
}

    .consult-list li.last-child p {
        margin-top: 16px;
        line-height: 14px;
    }

        .consult-list li.last-child p span {
            float: left;
        }

            .consult-list li.last-child p span.first-child {
                display: block;
                width: 8px;
                height: 8px;
                background-color: #d1e0e7;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                margin-right: 15px;
                margin-top: 3px;
            }

            .consult-list li.last-child p span.two-child {
                display: inline-block;
                width: 405px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

.notice {
    margin-left: 10px;
    border-top: 4px solid #55c2eb;
}

    .notice .consult-title {
        padding-left: 0;
    }

        .notice .consult-title p {
            width: 110px;
            float: left;
            text-align: center;
        }

.notice-table table tr td {
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px 40px 0;
    position: relative;
    line-height: 30px;
}

.notice-table table tr.first-child td {
    padding: 0 40px;
    height: 30px;
    color: #1b67ae;
    background-color: #f3f9fc;
    border-bottom: 1px solid #ecf1f3;
}

.notice-table table tr td.first-child {
    padding-right: 0px;
    text-align: left;
}

    .notice-table table tr td.first-child span {
        display: inline-block;
        width: 8px;
        height: 8px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #d1e0e7;
        position: absolute;
        left: 16px;
        bottom: 10px;
    }

.notice-title-active {
    background-color: #108fd2;
    color: #fff;
}

.school {
    border-top: 4px solid #55c2eb;
}

.school-list li.first-child {
    height: 130px;
}

    .school-list li.first-child img {
        width: 183px;
        height: 100px;
    }



.school-content {
    width: 340px;
}

    .school-content h3 {
        margin-top: 15px;
    }

    .school-content p {
        margin-top: 15px;
        margin-bottom: 15px;
    }



.sign-up {
    margin-left: 10px;
}

    .sign-up li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 35px 30px;
    }

        .sign-up li img {
            width: 220px;
            height: 180px;
            float: left;
        }

.sign-up-content {
    width: 288px;
    height: 180px;
    float: left;
    margin-left: 10px;
    position: relative;
}

    .sign-up-content p {
        text-indent: 2em;
        color: #818990;
        line-height: 30px;
    }

    .sign-up-content span {
        display: block;
        width: 118px;
        line-height: 36px;
        color: #fff;
        text-align: center;
        background-color: #005bac;
        border: 1px solid #bcbbba;
        border-radius: 5px;
        position: absolute;
        right: 0;
        bottom: 0;
    }

.serve {
    width: 100%;
    border-top: 5px solid #55c2eb;
}

.serve-list li {
    width: 582px;
    height: 256px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 30px;
    border-right: 1px solid #d1e0e7;
    float: left;
}

    .serve-list li.last-child {
        border-right: 0 solid;
    }

    .serve-list li img {
        width: 170px;
        height: 140px;
        float: left;
    }

.serve-content {
    width: 320px;
    float: left;
    margin-left: 20px;
    font-size: 16px;
}

    .serve-content h3 {
        text-align: left;
        font-size: 20px;
        color: #1b67ae;
        margin-bottom: 25px;
    }

        .serve-content h3 span {
            display: block;
            width: 88px;
            height: 26px;
            line-height: 26px;
            background-color: #005bac;
            color: #fff;
            font-size: 14px;
            float: right;
            text-align: center;
            border: 1px solid #bcbbba;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

    .serve-content p {
        line-height: 32px;
    }

        .serve-content p a {
            color: #005bac;
            text-decoration: none;
            ;
        }

    .serve-content h3 span.last-child {
        background-color: #1e96d0;
        margin-right: 10px;
    }

.footer {
    width: 100%;
    height: 120px;
    background-color: #005bac;
    font-size: 14px;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8px;
}

    .footer p {
        line-height: 14px;
        margin-top: 17px;
    }

.help {
    width: 50px;
    height: 162px;
    background-color: #006eaa;
    position: absolute;
    right: 0;
    bottom: 263px;
}

    .help p {
        height: 54px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 15px;
        color: #fff;
        ;
        float: left;
    }

    .help img {
        width: 50px;
        height: 54px;
        float: left;
        border: 0;
    }

