﻿* {
    padding: 0px;
    margin: 0px;
    outline: none;
}

@media only screen and (max-width: 1440px) {
    html, body {
        -ms-overflow-style: scrollbar;
    }
}

.top {
    background-color: #28609b;
    min-width: 1200px;
}

.top-cen {
    width: 1200px;
    height: 42px;
    margin: auto;
    overflow: hidden;
}

.top-wzgd {
    float: left;
    color: #fff;
    width: 310px;
    height: 42px;
    overflow: hidden;
}

.test {
    line-height: 42px;
    font-size: 16px;
    clear: right;
}

.top-kfrx {
    float: left;
    margin-left: 100px;
    height: 42px;
    width: 240px;
    background-image: url(/Images/Shared/Phone.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.top-glydl {
    float: right;
    margin-right: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    width: 100px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}

    .top-glydl:hover {
        color: #ff6600;
        border: 1px solid #ff6600;
    }

.login {
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.60);
    z-index: 999;
    display: none;
}

.login-dljm {
    width: 700px;
    height: 390px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    top: 25%;
}

.login-img {
    width: 280px;
    height: 390px;
    float: left;
    background-image: url(/Images/Shared/sy-lg.jpg);
}

.login-dl {
    height: 390px;
    width: 420px;
    float: right;
}

    .login-dl > span {
        position: absolute;
        top: 10px;
        right: 15px;
        cursor: pointer;
    }

    .login-dl > hr {
        width: 350px;
        border-color: #e5e5e5;
        margin: 10px auto;
    }

    .login-dl > table {
        width: 300px;
        margin: 20px auto;
    }

.login-code {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #333;
    margin: 0px 10px 20px 10px;
    border: 1px solid #0094ff;
    cursor: pointer;
}

.input-lg {
    margin-bottom: 20px;
}

.random {
    width: 150px;
    height: 46px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #333;
    border: 1px solid red;
    cursor: pointer;
}

.login-dl > td {
    height: 42px;
    width: 300px;
}

.login-logo {
    height: 58px;
    width: 220px;
    background-image: url(/Images/Shared/login-logo.png);
    margin: 20px auto 0 auto;
}

.tlt {
    min-width: 1200px;
    background-color: #fff;
}

.top-tit {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
}

.top-logo {
    float: left;
    height: 80px;
    width: 490px;
    background-image: url(/Images/Shared/logo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.top-menu {
    line-height: 80px;
    float: right;
    list-style: none;
}

    .top-menu > li {
        float: left;
        font-size: 18px;
        font-weight: bold;
        line-height: 40px;
        margin: 30px 20px 10px 20px;
        color: #333;
        cursor: default;
    }

        .top-menu > li:hover {
            color: #28609b;
        }

.box {
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    min-width: 1200px;
    height: 0px;
    border-bottom: 2px solid #28609b;
    z-index: 99;
    overflow: hidden;
}

.top-box {
    width: 1200px;
    margin: 0 auto;
    height: 280px;
}

.top-drp {
    list-style: none;
    width: 1200px;
    height: 280px;
    position: relative;
}

    .top-drp > li {
        height: 200px;
        width: 1200px;
        margin: 40px 0px;
        display: none;
        position: absolute;
    }

        .top-drp > li > div > label {
            font-size: 18px;
            color: #01414e;
            font-weight: bold;
            float: left;
        }

        .top-drp > li > div > ul {
            height: 120px;
            width: 180px;
            margin: 40px 0px;
            list-style: none;
        }

            .top-drp > li > div > ul > li {
                font-size: 16px;
                color: #333;
                line-height: 40px;
                cursor: pointer;
            }

                .top-drp > li > div > ul > li > a {
                    color: #333 !important;
                }

                    .top-drp > li > div > ul > li > a:hover {
                        color: #28609b !important;
                    }

.box-top-caption {
    float: right;
    height: 200px;
    width: 300px;
    background-position: center center;
    background-repeat: no-repeat;
}

.btc-1 {
    background-image: url(/Images/Shared/home-gysy.jpg);
}

.btc-2 {
    background-image: url(/Images/Shared/home-xwdt.jpg);
}

.btc-3 {
    background-image: url(/Images/Shared/home-syzz.jpg);
}

.btc-4 {
    background-image: url(/Images/Shared/home-sw.jpg);
}

.btc-5 {
    background-image: url(/Images/Shared/home-rc.png);
}

.btc-6 {
    background-image: url(/Images/Shared/home-lxsy.jpg);
}


.box-txt-caption {
    float: right;
    font-size: 16px;
    color: #333;
    margin: 70px 20px;
}

.btm {
    margin-top: 80px;
    background-color: #28609b;
    min-width: 1200px;
    overflow: hidden;
}

.btm-ifn {
    width: 1200px;
    margin: 0px auto;
    padding: 20px 0 10px 0;
}

    .btm-ifn > dl {
        float: left;
        color: #fff;
        margin: 20px 40px 20px 0;
    }

        .btm-ifn > dl > dt {
            font-size: 18px;
            color: #fff;
            text-align: center;
        }

        .btm-ifn > dl > dd, a {
            text-align: center;
            color: #eee;
            font-size: 16px;
            margin: 10px 0px;
        }

            .btm-ifn > dl > dd, a:hover {
                color: #ff6600;
                font-size: 16px;
            }

.btm-logo {
    float: left;
    height: 40px;
    width: 150px;
    margin: 20px 0px 10px 20px;
    background-image: url(/Images/Shared/home-logo-btm.png);
}

.btm-ifn > div > p {
    float: left;
    text-align: center;
    width: 600px;
    margin: 5px 0px;
}

    .btm-ifn > div > p > a {
        color: #fff !important;
        font-size: 14px;
    }

    .btm-ifn > div > p > span {
        color: #fff;
        margin: 0px 10px;
        font-size: 16px;
    }

    .btm-ifn > div > p > label {
        color: #fff;
    }

.btm-pull-btm {
    width: 1200px;
    margin-top: 60px;
    text-align: center;
}

.btm-pull-rgh {
    float: right;
    width: 360px;
    font-size: 15px;
    color: #fff;
}

    .btm-pull-rgh > p {
        float: left !important;
        text-align: left !important;
    }

.btm-gzh {
    float: right;
    width: 100px;
    height: 142px;
    margin: 60px 60px 0 0;
}

.btm-gzh-tp {
    width: 100px;
    height: 100px;
    background-image: url(/Images/Shared/SYWtop-QRcode.png);
}

.btm-gzh > span {
    color: #fff;
    font-size: 14px;
    float: left;
    margin-top: 10px;
}

.btm-gwab {
    height: 30px;
    margin-left: 20px;
    cursor: pointer;
    float: left;
    text-decoration: none !important;
}

.lay_middle {
    width: 1200px;
    margin: 40px auto 0px auto;
}

.lay_middle_align {
    width: 1200px;
    margin: 0px auto;
}

.lay_eghg {
    background-color: #28609b;
    font-family: Arial;
    color: #fff;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
}

.lay_tltg {
    background-color: #fff;
    color: #333;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    text-align: center;
}

.lay_eghs {
    background-color: #fff;
    font-family: Arial;
    color: #28609b;
    height: 32px;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.lay_hrs {
    height: 17px;
    width: 100%;
    border-bottom: 2px #28609b solid;
}


.lay_eghs > label {
    height: 32px;
    line-height: 32px;
    width: 200px;
    font-weight: normal;
    background-color: #fff;
    position: absolute;
    left: 500px;
    top: 0px;
}

.lay_tlts {
    background-color: #28609b;
    color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    text-align: center;
}

.lay_eghr {
    height: 42px;
    width: 100%;
    position: relative;
}

.lay_tltr {
    background-color: #009bb3;
    color: #fff;
    height: 42px;
    width: 200px;
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    float: left;
    font-weight: bold;
}

.lay_eghr_hr {
    height: 22px;
    width: 100px;
    border-bottom: 2px solid #009bb3;
    float: left;
}

.lay_eghr_dq {
    position: absolute;
    top: 0;
    left: 300px;
    height: 42px;
    width: 42px;
    border: 2px solid #009bb3;
    border-radius: 21px;
    background-color: #e6f5f8;
}

.lay_eghr_xq {
    position: absolute;
    top: 6px;
    left: 306px;
    height: 30px;
    width: 30px;
    border: 2px solid #009bb3;
    border-radius: 15px;
    background-color: #009bb3;
}

.lay_xwdt_hr {
    border-bottom: 1px solid #28609b;
    height: 50px;
    width: 1200px;
    margin-top: 40px;
    float: left;
}

.lay_xwdt_lab {
    font-size: 28px;
    color: #28609b;
    font-weight: normal;
}

.lay_xwdt_tlt {
    float: right;
    margin-right: 40px;
    height: 40px;
    width: 140px;
    background-color: #28609b;
    border: 1px solid #28609b;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
}

    .lay_xwdt_tlt:hover {
        background-color: #fff;
        color: #28609b;
    }

textarea {
    resize: none;
}

.pos_a {
    display: none;
    margin: 0px;
    height: 100px;
    position: fixed;
    z-index: 999;
    right: 0px;
    display: inline-block;
    color: white;
    font-size: 14px;
    background-color: #28609b;
    width: 34px;
    padding: 10px;
    line-height: 20px;
}

    .pos_a:hover {
        background-color: #0094ff;
        color: #fff;
        text-decoration: none;
    }

.pagination-container {
    width: 100%;
    text-align: center;
}

.pagination {
    margin: 20px auto;
}

    .pagination > li > a {
        padding: 10px 15px !important;
        color: #28609b !important;
    }

    .pagination > .active > a {
        background-color: #28609b !important;
        border-color: #28609b !important;
        color: #fff !important;
    }

@media screen and (max-width: 1024px) {
    * {
        padding: 0px;
        margin: 0px;
        outline: none;
    }

    .top {
        background-color: #28609b;
        min-width: 1000px;
    }

    .top-cen {
        width: 900px;
        height: 64px;
        margin: auto;
        overflow: hidden;
    }

    .top-wzgd {
        float: left;
        color: #fff;
        width: 410px;
        height: 64px;
        overflow: hidden;
    }

    .test {
        line-height: 64px;
        font-size: 32px;
        clear: right;
    }

    .top-kfrx {
        float: left;
        margin-left: 310px;
        margin-top: 2px;
        height: 60px;
        width: 343px;
        background-image: url(/Images/Shared/Phone.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
    }

    .top-glydl {
        float: right;
        margin-right: 100px;
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        width: 100px;
        border: 1px solid #fff;
        border-radius: 5px;
        text-align: center;
        margin-top: 5px;
        cursor: pointer;
        display: none;
    }

        .top-glydl:hover {
            color: #ff6600;
            border: 1px solid #ff6600;
        }

    .login {
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(51, 51, 51, 0.60);
        z-index: 999;
        display: none;
    }

    .login-dljm {
        width: 700px;
        height: 390px;
        background-color: #fff;
        margin: 0 auto;
        position: relative;
        top: 25%;
    }

    .login-img {
        width: 280px;
        height: 390px;
        float: left;
        background-image: url(/Images/Shared/sy-lg.jpg);
    }

    .login-dl {
        height: 390px;
        width: 420px;
        float: right;
    }

        .login-dl > span {
            position: absolute;
            top: 10px;
            right: 15px;
            cursor: pointer;
        }

        .login-dl > hr {
            width: 350px;
            border-color: #e5e5e5;
            margin: 10px auto;
        }

        .login-dl > table {
            width: 300px;
            margin: 20px auto;
        }

    .login-code {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        text-align: center;
        color: #333;
        margin: 0px 10px 20px 10px;
        border: 1px solid #0094ff;
        cursor: pointer;
    }

    .input-lg {
        margin-bottom: 20px;
    }

    .random {
        width: 150px;
        height: 46px;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        color: #333;
        border: 1px solid red;
        cursor: pointer;
    }



    .login-dl > td {
        height: 42px;
        width: 300px;
    }

    .login-logo {
        height: 58px;
        width: 220px;
        background-image: url(/Images/Shared/login-logo.png);
        margin: 20px auto 0 auto;
    }

    .tlt {
        min-width: 1000px;
        height: 210px;
        background-color: #fff;
        position: relative;
    }

    .top-tit {
        width: 1000px;
    }

    .top-logo {
        height: 120px;
        margin-left: 50px;
        width: 735px;
        background-image: url(/Images/Shared/logo.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
    }

    .top-menu {
        width: 1000px;
        list-style: none;
        background-color: #f4f4f4;
        padding-left: 40px;
    }

        .top-menu > li {
            float: left;
            font-size: 30px;
            font-weight: bold;
            line-height: 50px;
            margin: 20px;
            color: #333;
            cursor: default;
        }

            .top-menu > li:hover {
                color: #28609b;
            }

    .box {
        position: absolute;
        background-color: #f9f9f9;
        min-width: 1000px;
        height: 0px;
        border-bottom: 2px solid #28609b;
        z-index: 99;
        top: 210px;
        left: 0;
        overflow: hidden;
    }

    .top-box {
        width: 900px;
        height: 280px;
    }

    .top-drp {
        list-style: none;
        width: 900px;
        height: 280px;
        position: relative;
    }

        .top-drp > li {
            height: 200px;
            width: 900px;
            margin: 20px 0px;
            display: none;
            position: absolute;
        }

            .top-drp > li > div > label {
                font-size: 32px;
                color: #01414e;
                font-weight: bold;
                float: left;
                display: none;
            }

            .top-drp > li > div > ul {
                height: 180px;
                width: 600px;
                margin: 0px;
                list-style: none;
            }

                .top-drp > li > div > ul > li {
                    font-size: 30px;
                    color: #333;
                    width: 300px;
                    line-height: 90px;
                    cursor: pointer;
                }

                    .top-drp > li > div > ul > li > a {
                        color: #333 !important;
                        font-size: 1em !important;
                    }

                        .top-drp > li > div > ul > li > a:hover {
                            color: #28609b !important;
                        }

    .box-top-caption {
        float: right;
        height: 200px;
        width: 300px;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .btc-1 {
        background-image: url(/Images/Shared/home-gysy.jpg);
    }

    .btc-2 {
        background-image: url(/Images/Shared/home-xwdt.jpg);
    }

    .btc-3 {
        background-image: url(/Images/Shared/home-syzz.jpg);
    }

    .btc-4 {
        background-image: url(/Images/Shared/home-sw.jpg);
    }

    .btc-5 {
        background-image: url(/Images/Shared/home-rc.png);
    }

    .btc-6 {
        background-image: url(/Images/Shared/home-lxsy.jpg);
    }


    .box-txt-caption {
        float: right;
        font-size: 16px;
        color: #333;
        margin: 70px 20px;
        display: none;
    }

    .btm {
        margin-top: 80px;
        background-color: #28609b;
        min-width: 1000px;
    }

    .btm-ifn {
        width: 980px;
        margin: 10px auto;
        overflow: hidden;
    }

        .btm-ifn dl, dt, dd {
            display: none !important;
        }

    .btm-logo {
        float: left;
        height: 68px;
        width: 270px;
        margin: 20px 0px 10px 60px;
        background-image: url(/Images/Home/Index/home-syybtb.png);
        background-repeat: no-repeat;
        background-size: 100%;
    }


    .btm-ifn > div > p {
        float: left;
        text-align: center;
        width: 600px;
        margin: 5px 0px;
    }

        .btm-ifn > div > p > a {
            color: #fff !important;
            font-size: 14px;
        }

        .btm-ifn > div > p > span {
            color: #fff;
            margin: 0px 10px;
            font-size: 16px;
        }

        .btm-ifn > div > p > label {
            color: #fff;
        }

    .btm-pull-btm {
        width: 980px;
        float: left;
        text-align: center;
    }

        .btm-pull-btm > label, a {
            font-size: 20px !important;
        }

    .btm-pull-rgh {
        float: left;
        margin-left: 60px;
        width: 600px;
        font-size: 2em;
        color: #fff;
    }

        .btm-pull-rgh > p {
            float: left !important;
            text-align: left !important;
        }

    .btm-gzh {
        float: right;
        width: 200px;
        height: 280px;
        margin: 60px 60px 0 0;
    }

    .btm-gzh-tp {
        width: 200px;
        height: 200px;
        background-image: url(/Images/Shared/SYWtop-QRcode.png);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .btm-gzh > span {
        color: #fff;
        font-size: 2em;
        float: left;
        margin-top: 10px;
    }

    .btm-gwab {
        height: 30px;
        margin-left: 20px;
        cursor: pointer;
        float: left;
        text-decoration: none !important;
    }


    .lay_middle {
        width: 1000px;
        margin: 40px auto 0px auto;
    }

    .lay_middle_align {
        width: 1000px;
        margin: 0px auto;
    }

    .top-format {
        margin: 0px auto;
        width: 1000px;
    }

    .lay_eghg {
        background-color: #28609b;
        font-family: Arial;
        color: #fff;
        height: 48px;
        line-height: 48px;
        font-size: 24px;
        text-align: center;
    }

    .lay_tltg {
        background-color: #fff;
        color: #333;
        height: 64px;
        line-height: 64px;
        font-size: 32px;
        text-align: center;
        font-weight: bold;
    }

    .lay_eghs {
        background-color: #fff;
        font-family: Arial;
        color: #28609b;
        height: 48px;
        font-size: 24px;
        text-align: center;
        position: relative;
    }

    .lay_hrs {
        height: 25px;
        width: 100%;
        border-bottom: 2px #28609b solid;
    }


    .lay_eghs > label {
        height: 48px;
        line-height: 48px;
        width: 200px;
        font-weight: normal;
        background-color: #fff;
        position: absolute;
        left: 400px;
        top: 0px;
    }

    .lay_tlts {
        background-color: #28609b;
        color: #fff;
        height: 64px;
        line-height: 64px;
        font-size: 32px;
        text-align: center;
    }

    .lay_eghr {
        height: 42px;
        width: 100%;
        position: relative;
    }

    .lay_tltr {
        background-color: #009bb3;
        color: #fff;
        height: 42px;
        width: 200px;
        line-height: 42px;
        font-size: 24px;
        text-align: center;
        float: left;
        font-weight: bold;
    }

    .lay_eghr_hr {
        height: 22px;
        width: 100px;
        border-bottom: 2px solid #009bb3;
        float: left;
    }

    .lay_eghr_dq {
        position: absolute;
        top: 0;
        left: 300px;
        height: 42px;
        width: 42px;
        border: 2px solid #009bb3;
        border-radius: 21px;
        background-color: #e6f5f8;
    }

    .lay_eghr_xq {
        position: absolute;
        top: 6px;
        left: 306px;
        height: 30px;
        width: 30px;
        border: 2px solid #009bb3;
        border-radius: 15px;
        background-color: #009bb3;
    }

    .lay_xwdt_hr {
        border-bottom: 1px solid #28609b;
        height: 80px;
        width: 1000px;
        margin-top: 20px;
        float: left;
    }

    .lay_xwdt_lab {
        font-size: 36px;
        margin-left: 20px;
        line-height: 60px;
        color: #01414e;
        font-weight: normal;
    }

    .lay_xwdt_tlt {
        float: right;
        margin-right: 40px;
        height: 60px;
        width: 180px;
        background-color: #28609b;
        border: 1px solid #28609b;
        color: #fff;
        border-radius: 10px;
        font-size: 28px;
    }

        .lay_xwdt_tlt:hover {
            background-color: #fff;
            color: #0094ff;
        }

    textarea {
        resize: none;
    }

    .pos_a {
        display: none;
        margin: 0px;
        height: 100px;
        position: fixed;
        z-index: 999;
        right: 0px;
        display: inline-block;
        color: white;
        font-size: 14px;
        background-color: #28609b;
        width: 34px;
        padding: 10px;
        line-height: 20px;
    }

        .pos_a:hover {
            background-color: #0094ff;
            color: #fff;
            text-decoration: none;
        }

    .pagination-container {
        width: 100%;
        text-align: center;
    }

    .pagination {
        margin: 60px auto 0px auto;
    }

        .pagination > li > a {
            padding: 25px 30px !important;
            color: #0094ff !important;
            font-size: 28px;
        }

        .pagination > .active > a {
            background-color: #28609b !important;
            border-color: #28609b !important;
            color: #fff !important;
        }
}
