@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
    font-family: "微软雅黑","宋体",Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0;
    padding: 0;
}
/*body {
	}*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul, li {
    list-style: none;
}

caption {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
}

a img {
    border: none;
}

ul, ol {
    list-style: none;
}

input, textarea {
    outline: none;
}

a:link, a:visited, a:active {
    text-decoration: none;
}

a {
    cursor: pointer;
}

a {
    color: #575757;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

.clear {
    clear: both;
    overflow: hidden;
    font-size: 1px;
}

.left, .fl {
    float: left;
    display: inline;
}

.right, .fr {
    float: right;
    display: inline;
}
/*form {
	display:inline-block;
}
*/
strong, b {
    font-weight: bold;
}

.cl {
    clear: both;
}
/*首页*/
.wrapper {
    width: 1150px;
    margin: 0 auto;
}

.paddt50 {
    padding-top: 50px;
}

.paddb50 {
    padding-bottom: 50px;
}

.header {
    background: #161616 url(../default/main/banner.jpg) no-repeat;
    width: 100%;
    height: 529px;
    padding-top: 30px;
    background-position: center 0;
    position: relative;
}

.login {
    text-decoration: none;
    font-size: 12px;
    text-align: right;
    height: 30px;
    color: #fff;
}

    .login a {
        color: #fff;
    }

    .login i {
        color: #fff !important;
        font-size: 12px;
        margin-right: 4px;
    }

.mainnav {
    text-align: right;
}

    .mainnav li {
        float: right;
    }

        .mainnav li a {
            font-size: 16px;
            margin-left: 20px;
            font-weight: 700;
            color: #fff;
        }

.names {
    font-size: 24px;
    line-height: 28px;
}

    .names span {
        font-size: 14px;
        display: inline-block;
        text-align: right;
        float: right;
    }

.fygs {
    margin-top: 30px;
}
    .fygs ul {
        margin-bottom: 50px;
        display: inline-block;
    }

    .fygs li {
        position: relative;
        width: 265px;
        height: 323px;
        float: left;
        margin-right: 30px;
        border-radius: 4px;
        margin-bottom: 3px;
        overflow: hidden;
        box-sizing: border-box;
    }

        .fygs li:nth-child(4n) {
            margin-right: 0;
        }
        .fygs li:hover {
            transform: scale(1.1);
        }

        .fygs li img {
            border-radius: 4px;
            padding-bottom: 10px;
        }

    .fygs .bottom p {
        font-size: 18px;
        color: #101D37;
        letter-spacing: 0;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .fygs .bottom p.tips {
            color: #999;
            font-size: 12px;
            margin-top: 11px;
        }

.tips-price {
    font-size: 16px;
    color: #FA5741;
    letter-spacing: 0;
    float: right;
}

.gongshi-list {
    width: 100%;
    height: 450px;
    clear: both;
    padding-top: 50px;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #eeeef1;
}

.qiye, .zuzhu {
    width: 560px;
    float: left;
}

.qiye {
    margin-right: 30px;
}

    .qiye ul li {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #ccc;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .qiye .title, .zuzhu .title {
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

.zzgs {
    width: 100%;
}

    .zzgs th, .zzgs td {
        border-bottom: 1px solid #ccc;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

.footer p {
    border-top: 1px solid #0094ff;
    padding: 40px 0;
    text-align: center;
}


/*登录框样式*/
.boxer {
    width: 504px;
    margin: 4% auto 0;
    /* float: inline-start*/
}

.box1 {
    overflow: hidden;
    box-shadow: 0px 0px 13px 5px rgba(14,25,80,.2);
    border-radius: 10px;
    background: #f0f0f0;
    opacity: .9;
    width: 420px;
    height: 500px;
    position: fixed;
    top: 100px
}

.middle1 {
    overflow: hidden;
}

.mr_box {
    width: 318px;
    margin: 0 auto;
    margin-top: 60px;
}

    .mr_box form {
        text-align: center;
    }

    .mr_box h2 {
        letter-spacing: 2px;
        margin-bottom: 50px;
        display: block;
        text-align: center;
        color: #0092e7;
        font-size: 30px;
    }

.form-group {
    margin-bottom: 44px;
    position: relative;
}

    .form-group .icon_p {
        padding-left: 6px;
    }

.form-control {
    height: 48px;
    width: 278px;
    border: none;
    padding-left: 40px;
}

.mar_b {
    margin-bottom: 20px;
}
/* 密码错误 */
.f_pass_n {
}

.f_pass i {
    margin: 11px 6px 0 0;
}

.f_pass p {
    color: #dc0a0a;
    text-align: left;
}

.loginButton {
    height: 56px;
    line-height: 56px;
    width: 100%;
    border: none;
    border-radius: 60px;
    background: #14a7ff;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: .3s all linear;
    margin-top: 20px;
    text-align: center;
}

    .loginButton:hover {
        background: #0a98eb;
        transition: .3s all linear;
    }

.proclamation {
    position: fixed;
    left: 40px;
    width: 259px;
    height: 600px;
    background: #FFFFFF;
    box-shadow: 0 -3px 80px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 24px 25px 20px;
    text-align: left;
    z-index: 100;
    top: 200px
}

    .proclamation .proclamation-title {
        font-family: PingFangSC-Medium;
        font-size: 22px;
        color: #2E2E2E;
        letter-spacing: 0;
    }

    .proclamation .proclamation-underline {
        width: 30px;
        height: 4px;
        border-radius: 4px;
        background-color: #14a7ff;
        margin-top: 8px;
        margin-bottom: 14px;
    }

    .proclamation .proclamation-content {
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #000000;
        letter-spacing: 0;
        text-align: justify;
        line-height: 24px;
        text-indent: 30px;
        /*段落隐藏*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 21;
        overflow: hidden;
        width: auto;
    }

    .proclamation .open-btn {
        float: right;
        clear: both;
    }

    .proclamation .proclamation-btn {
        display: block;
        background: #14a7ff;
        border-radius: 2px;
        color: #ffffff;
        width: 65px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }

.login_close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 4px;
    font-size: 18px;
}
/*排行样式*/
.icon_1, .icon_2, .icon_3, .icon_4, .icon_5, .icon_6, .icon_7, .icon_8 {
    width: 21px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.icon_1 {
    background: url("/Content/themes/default/main/icon1.jpg") no-repeat;
}

.icon_2 {
    background: url("/Content/themes/default/main/icon2.jpg") no-repeat;
}

.icon_3 {
    background: url("/Content/themes/default/main/icon3.jpg") no-repeat;
}

.icon_4 {
    background: url("/Content/themes/default/main/icon4.jpg") no-repeat;
}

.icon_5 {
    background: url("/Content/themes/default/main/icon5.jpg") no-repeat;
}

.icon_6 {
    background: url("/Content/themes/default/main/icon6.jpg") no-repeat;
}

.icon_7 {
    background: url("/Content/themes/default/main/icon7.jpg") no-repeat;
}

.icon_8 {
    background: url("/Content/themes/default/main/icon8.jpg") no-repeat;
}

.nav-tabs {
    height: 52px;
}

    .nav-tabs ul {
        list-style: none;
        padding-left: 35px;
    }

    .nav-tabs li {
        cursor: pointer;
        display: block;
        float: left;
        text-align: center;
        text-decoration: none;
        width: 100px;
        font-size: 20px;
        height: 21px;
        line-height: 21px;
        margin: 0 2px;
        position: relative;
        top: 1px;
        z-index: 9;
        padding: 8px;
    }

.curr {
    color: #14a7ff;
    font-weight: 600;
    border-bottom: 2px solid #14a7ff;
}

/*微信二维码样式*/
/*.wechatAppCode {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    opacity: .9;
    width: 150px;
    height: 180px;
    position: fixed;
    right: 220px;
    top: 30px;
    display: none;
}*/
.wechatAppCode {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    opacity: .9;
    width: 150px;
    height: 180px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

    .wechatAppCode img {
        width: 150px;
        height: 150px;
    }

    .wechatAppCode p {
        text-align: center;
        background-color: #fff;
    }
