﻿* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "微软雅黑";
    color: #333333;
}

h1, h2, h3, h4, h5 {
    font-size: 17px;
    font-weight: 100;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}

h3 {
    font-size: 18px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #333333;
}

ul {
    list-style-type: none;
}

.clear {
    overflow: hidden;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.container-full {
    width: 100%;
    min-width: 1200px;
}

.squ-container {
    /*font-size: 0;*/
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -webkit-transition: border 300ms;
    transition: border 300ms;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 18px;
}

    .squ-container:hover {
        /*border: 1px solid #d58787;*/
    }

    .squ-container .squ-container-title {
        padding: 12px 0;
        border-bottom: 1px solid #dfdfdf;
        position: relative;
    }

        .squ-container .squ-container-title > img {
            float: left;
            margin-right: 6px;
        }

        .squ-container .squ-container-title h5 {
            color: #cf2d2a;
            letter-spacing: 1px;
            max-width: 81%;
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 14px;
        }

        .squ-container .squ-container-title > a {
            float: right;
            margin-top: 8px;
        }

            .squ-container .squ-container-title > a.noshow {
                display: none;
            }

    .squ-container .squ-container-content {
        overflow: hidden;
        margin-top: 8px;
    }

        .squ-container .squ-container-content p {
            font-family: 'Microsoft YaHei';
            line-height: 25px;
        }

        .squ-container .squ-container-content img {
            max-height: 100%;
            max-width: 100%;
        }

    .squ-container:before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 2px;
        background: #cf2d2a;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 3px;
    }

    .bqxx{
     line-height: 45px;
    }


#bqxximg {
    padding: 9px;
    height: 300px;
    width: 240px;
}

#qkjjimg {
    height: 230px;
    width: 169px;
}

.m-area {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.m-area-left {
    width: 301px;
    float: left;
}

.m-area-right {
    width: 879px;
    float: right;
}

.sl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner {
    position: relative;
    font-size: 0;
    text-align: center;
}

    .banner > img {
        width: 1200px;
        height: 220px;
        margin: 0 auto;
    }

    .banner #img-change {
        position: absolute;
        top: 42%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 23%;
        width: 150px;
        height: 210px;
        text-align: center;
    }

        .banner #img-change img {
            max-width: 100%;
            position: relative;
            top: 42%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

@media (min-width: 1440px) {
    #img-change {
        -webkit-transform: scale(1.2) translateY(-43%) !important;
        transform: scale(1.2) translateY(-43%) !important;
    }
}

nav {
    background: url(../imgs/bg-nav.png) bottom repeat-x #cf2d2a;
    /*padding: 10px 0; #cf2d2a;zxzxzxzx   cf2d2a*/
}

    nav ul {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 4px;
        margin-left: 95px;
        padding-left: 2px;
    }

        nav ul li.active {
            background: #ffffff;
            border-radius: 5px;
            -webkit-box-shadow: 0 -4px 1px 0px rgba(0, 0, 0, 0.3) inset;
            box-shadow: 0 -4px 1px 0px rgba(0, 0, 0, 0.3) inset;
        }

            nav ul li.active a {
                color: #cf2d2a;
            }

        nav ul li {
            float: left;
            margin: 0 5px;
        }

            nav ul li:hover {
                background: #ffffff;
                border-radius: 5px;
                -webkit-box-shadow: 0 -4px 1px 0px rgba(0, 0, 0, 0.3) inset;
                box-shadow: 0 -4px 1px 0px rgba(0, 0, 0, 0.3) inset;
            }

                nav ul li:hover a {
                    color: #cf2d2a;
                }

        nav ul a {
            display: inline-block;
            color: white;
            font-size: 16px;
            text-align: center;
            padding: 8px 15px;
        }

    nav .m-area {
        position: relative;
    }

        nav .m-area > div {
            float: right;
            margin-top: 18px;
        }

            nav .m-area > div form {
                position: absolute;
                top: -50px;
                left: 20%;
            }

            nav .m-area > div input {
                width: 430px;
                border-radius: 20px;
                border: none;
                padding: 5px 28px 5px 12px;
                margin-right: 5px;
                border: 1px solid #cf2d2a;
                color: #333;
            }

                nav .m-area > div input::-webkit-input-placeholder {
                    color: #999;
                }

                nav .m-area > div input::-moz-placeholder {
                    /* Mozilla Firefox 19+ */
                    color: #999;
                }

                nav .m-area > div input:-moz-placeholder {
                    /* Mozilla Firefox 4 to 18 */
                    color: #999;
                }

                nav .m-area > div input:-ms-input-placeholder {
                    /* Internet Explorer 10-11 */
                    color: #999;
                }

            nav .m-area > div button {
                background: url(../imgs/search.png) 6px 6px no-repeat;
                border: none;
                width: 30px;
                height: 28px;
                vertical-align: middle;
                position: relative;
                right: 40px;
                cursor: pointer;
            }

                nav .m-area > div button:focus {
                    outline: none;
                }

            nav .m-area > div input:focus {
                outline: none;
            }

            nav .m-area > div p {
                display: inline-block;
            }

            nav .m-area > div a {
                color: white;
            }

        nav .m-area > img {
            width: 145px;
        }

.hot-info {
    text-align: center;
    font-size: 0;
    margin: 13px 0;
}

    .hot-info .m-area {
        overflow: hidden;
    }

    .hot-info h5 {
        position: absolute;
        left: 0;
        font-size: 14px;
        background: #cf2d2a;
        color: white;
        line-height: 30px;
        border-radius: 30px;
        padding: 0 30px;
        letter-spacing: 2px;
        font-weight: normal;
        z-index: 2;
    }

    .hot-info .hot-info-container {
        position: relative;
        overflow: hidden;
        width: 100%;
        background: #dfdfdf;
        text-align: left;
        border-radius: 30px;
        padding-left: 150px;
        padding-right: 50px;
        z-index: 1;
    }

        .hot-info .hot-info-container a {
            font-size: 12px;
            padding-right: 10px;
            line-height: 30px;
        }

            .hot-info .hot-info-container a:hover {
                text-decoration: underline;
            }

            .hot-info .hot-info-container a:last-child {
                margin-right: 0;
            }

    .hot-info .hot-info-detail {
        width: auto;
        position: relative;
        white-space: nowrap;
    }

.ggl .squ-container-content p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .ggl .squ-container-content p:hover a {
        color: #cf2d2a;
    }

.jqzz .squ-container-content-top {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    margin-bottom: 8px;
}

    .jqzz .squ-container-content-top:hover p {
        color: #cf2d2a;
    }

    .jqzz .squ-container-content-top:hover img {
        -webkit-box-shadow: 4px 4px 10px 0px #dfdfdf;
        box-shadow: 4px 4px 10px 0px #dfdfdf;
    }

    .jqzz .squ-container-content-top img {
        max-width: 100%;
        -webkit-transition: all 500ms;
        transition: all 500ms;
        margin-top: 10px;
    }

    .jqzz .squ-container-content-top p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 6px 0;
    }

    .jqzz .squ-container-content-top a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

.jqzz .squ-container-content {
    margin-top: 0;
}

    .jqzz .squ-container-content > p:hover a {
        color: #cf2d2a;
    }

    .jqzz .squ-container-content > p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        padding-left: 10px;
    }

        .jqzz .squ-container-content > p::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 4px solid transparent;
            border-right: 4px solid transparent;
            border-bottom: 5px solid #333333;
            border-left: 4px solid transparent;
            position: absolute;
            left: 0;
            top: 8px;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.zzszsdw .squ-container-content p:hover a {
    color: #cf2d2a;
}

.zzszsdw .squ-container-content p::before {
    content: "· ";
}

.kstd h5 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: normal;
}

.kstd li {
    margin-bottom: 10px;
}

.kstd select {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 3px 5px;
}

.wjzlzzjj .squ-container-content li {
    margin-bottom: 10px;
}

.wjzlzzjj .squ-container-content p a:hover {
    text-decoration: underline;
}

.wjzlzzjj .squ-container-content p a {
    color: #cf2d2a;
}

.wjzlzzjj .squ-container-content img {
    vertical-align: middle;
    margin-right: 10px;
}

    .wjzlzzjj .squ-container-content img:last-child {
        margin-right: 0;
    }

.zbdwjs .squ-container-content {
    overflow: hidden;
    text-indent: 2em;
}

    .zbdwjs .squ-container-content  {
        margin-bottom: 10px;
    }

        .zbdwjs .squ-container-content  img {
            float: left;
            margin-right: 12px;
            margin-bottom: 12px;
        }

.szjjdzly {
    /*background: url(../imgs/sm_03.png) 0px 38px no-repeat;*/
    height: auto;
    min-height: 250px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.szjjdzlytj {
    height: auto;
    /*min-height: 250px;*/
}

.szjj {
    /*background: url(../imgs/sm_03.png) 0px 38px no-repeat;*/
    height: 369px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

    .szjj ul {
        width: 550px;
        float: right;
        margin-top: 15px;
    }

        .szjj ul li {
            margin-bottom: 10px;
        }

    .szjj:hover {
        background-position: 10px 38px;
    }

.njsfdxwxyjs ul {
    padding-top: 5px;
}

.njsfdxwxyjs li {
    margin: 5px;
    text-align: center;
}

    .njsfdxwxyjs li p a {
        color: #cf2d2a;
    }

        .njsfdxwxyjs li p a:hover {
            text-decoration: none;
        }

.njsfdxwxyjs .njsfdxwxyjs-img {
    margin: 14px 0;
    text-align: center;
}

    .njsfdxwxyjs .njsfdxwxyjs-img img {
        max-width: 259px;
        margin-right: 25px;
        vertical-align: middle;
    }

        .njsfdxwxyjs .njsfdxwxyjs-img img:last-child {
            margin-right: 0;
        }

.rel-link {
    font-size: 0;
}

    .rel-link .squ-container-content ul {
        overflow: hidden;
    }

        .rel-link .squ-container-content ul li {
            float: left;
            width: 16.65%;
            text-align: center;
            border-right: 1px solid #ccc;
        }

            .rel-link .squ-container-content ul li a {
                font-size: 12px;
                display: inline-block;
                width: 100%;
                line-height: 23px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .rel-link .squ-container-content ul li:hover a {
                color: #cf2d2a;
            }

.rel-link-full {
    font-size: 0;
}

    .rel-link-full .squ-container-content ul {
        overflow: hidden;
    }

        .rel-link-full .squ-container-content ul li {
            float: left;
            width: 20%;
            text-align: center;
            border-right: 1px solid #ccc;
        }

            .rel-link-full .squ-container-content ul li a {
                font-size: 12px;
                display: inline-block;
                width: 100%;
                line-height: 23px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .rel-link-full .squ-container-content ul li:hover a {
                color: #cf2d2a;
            }

.footer-top {
    background: url(../imgs/bg-bottom.png) 0 0 repeat-x #cf2d2a;
    height: 244px;
    padding-top: 15px;
}

    .footer-top .m-area .footer-top-center {
        overflow: hidden;
        /*width: 980px;*/
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

        .footer-top .m-area .footer-top-center .footer-top-center-left {
            float: left;
            width: 150px;
            text-align: right;
        }

            .footer-top .m-area .footer-top-center .footer-top-center-left img:last-child {
                width: 65px;
            }

        .footer-top .m-area .footer-top-center .footer-top-center-right {
            /*width: 975px;*/
            /*float: right;*/
        }

            .footer-top .m-area .footer-top-center .footer-top-center-right p {
                font-size: 12px;
                color: white;
                line-height: 30px;
            }

            .footer-top .m-area .footer-top-center .footer-top-center-right a {
                color: white;
            }

                .footer-top .m-area .footer-top-center .footer-top-center-right a:hover {
                    text-decoration: underline;
                }

.footer-bottom {
    background: #ffffff;
    text-align: center;
    font-size: 0;
}

    .footer-bottom ul {
        overflow: hidden;
        display: inline-block;
    }

        .footer-bottom ul li {
            float: left;
        }

            .footer-bottom ul li a {
                color: white;
                font-size: 12px;
                display: inline-block;
                width: 100%;
                height: 100%;
                padding: 10px 5px;
            }

                .footer-bottom ul li a::after {
                    content: " |";
                    position: relative;
                    left: 2.5px;
                }

            .footer-bottom ul li:last-child a::after {
                display: none;
            }

#swiper-ggl {
    width: 100%;
    height: 150px;
}

#swiper-pic {
    width: 100%;
}

.tgxz ul li {
    margin-bottom: 10px;
    padding: 0 15px;
}

.ggfw .squ-container-content {
    padding: 0 100px;
}

.ggfw h3 {
    font-size: 16px;
    color: #cf2d2a;
    text-align: center;
}

.ggfw table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin: 10px 0;
}

    .ggfw table td {
        font-size: 14px;
        border: 1px solid #dfdfdf;
        padding: 8px 0;
    }

.qkcx .qkcx-nav {
    font-size: 12px;
    overflow: hidden;
}

    .qkcx .qkcx-nav li {
        position: relative;
        text-align: center;
        float: left;
        width: 12.5%;
        padding: 10px 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .qkcx .qkcx-nav li ::after {
            width: 0px;
            -webkit-transition: width 300ms 200ms ease-in-out;
            transition: width 300ms 200ms ease-in-out;
            content: "";
            display: inline-block;
            height: 1px;
            background: #cf2d2a;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .qkcx .qkcx-nav li.active ::after {
            content: "";
            display: inline-block;
            width: 107px;
            height: 1px;
            background: #cf2d2a;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .qkcx .qkcx-nav li.active a {
            color: #cf2d2a;
        }

        .qkcx .qkcx-nav li:hover ::after {
            width: 107px;
        }

        .qkcx .qkcx-nav li:hover a {
            color: #cf2d2a;
        }

        .qkcx .qkcx-nav li a {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

.qkcx-detail {
    overflow: hidden;
    margin-top: 10px;
}

    .qkcx-detail li {
        float: left;
        width: 47.9%;
        border: 1px solid #dfdfdf;
        overflow: hidden;
        padding: 12px;
        margin: 9px;
        height: 195px;
        position: relative;
        -webkit-transition: border 500ms;
        transition: border 500ms;
    }

        .qkcx-detail li::after {
            position: absolute;
            width: 2px;
            content: "";
            display: inline-block;
            height: 30px;
            background: #cf2d2a;
            top: 12px;
            left: 0;
        }

        .qkcx-detail li:hover {
            border: 1px solid #cf2d2a;
        }

        .qkcx-detail li a {
            display: inline-block;
            width: 100%;
            height: 100%;
            position: relative;
        }

.qkcx-detail-img {
    float: left;
    height: 100%;
    width: 122px;
    text-align: center;
}

    .qkcx-detail-img img {
        max-width: 100%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.qkcx-detail-txt {
    display: inline-block;
    width: 68.2%;
    padding-left: 19px;
    max-height: 150px;
}

    .qkcx-detail-txt.recent i::after {
        width: 50px;
        line-height: 18px;
        content: "NEW";
        display: inline-block;
        background: #cf2d2a;
        text-align: center;
        color: white;
        border-radius: 3px;
        font-size: 12px;
    }

    .qkcx-detail-txt i,
    .qkcx-detail-txt span {
        font-size: 14px;
        font-style: normal;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .qkcx-detail-txt h5 {
        font-size: 14px;
        font-style: normal;
        margin-bottom: 5px;
    }

    .qkcx-detail-txt i {
        margin-bottom: 8px;
        display: inline-block;
    }

    .qkcx-detail-txt P {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 23px;
    }

    .qkcx-detail-txt span {
        color: #cf2d2a;
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .qkcx-detail-txt span::after {
            content: " >";
        }

.pages-container {
    text-align: center;
    padding: 20px 0;
}

.pages {
    overflow: hidden;
    display: inline-block;
    border-radius: 80px;
    border-bottom: 2px solid #dfdfdf;
    border-top: 2px solid transparent;
    -webkit-box-shadow: -8px -8px 15px 4px #eeeeee inset;
    box-shadow: -8px -8px 15px 4px #eeeeee inset;
}

    .pages li {
        text-align: center;
        float: left;
        width: 27px;
        padding: 6px 0;
        border-right: 1px solid #eaeaea;
    }

        .pages li:last-child {
            border-right: 0;
        }

        .pages li a {
            font-size: 12px;
            display: inline-block;
            width: 100%;
            height: 100%;
            color: #8e8e8e;
            font-weight: bold;
        }

        .pages li.active {
            background: #e54b3b;
            -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
            box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
        }

            .pages li.active a {
                color: white;
            }

.zxtg .squ-container-content > h5 {
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
}

.zxtg .squ-container-content .zxtg-hot {
    -webkit-box-shadow: 0 0 3px 0px #ccc;
    box-shadow: 0 0 3px 0px #ccc;
    margin: 10px 3px;
    border-radius: 5px;
    position: relative;
}

    .zxtg .squ-container-content .zxtg-hot::after {
        position: absolute;
        width: 2px;
        content: "";
        display: inline-block;
        height: 26px;
        background: #cf2d2a;
        top: 4px;
        left: 0;
    }

    .zxtg .squ-container-content .zxtg-hot h5 {
        font-size: 14px;
        line-height: 23px;
        font-weight: normal;
        color: #cf2d2a;
        padding: 6px 12px;
    }

    .zxtg .squ-container-content .zxtg-hot ul {
        overflow: hidden;
        text-align: center;
        padding: 17px 0;
    }

        .zxtg .squ-container-content .zxtg-hot ul li {
            float: left;
            width: 33.3%;
            border-right: 1px solid #dfdfdf;
        }

            .zxtg .squ-container-content .zxtg-hot ul li:hover h4 {
                padding-left: 40px;
            }

            .zxtg .squ-container-content .zxtg-hot ul li h4 {
                font-size: 14px;
                font-weight: normal;
                margin-bottom: 20px;
                -webkit-transition: padding-left 300ms ease-in-out;
                transition: padding-left 300ms ease-in-out;
            }

            .zxtg .squ-container-content .zxtg-hot ul li a {
                color: #cf2d2a;
            }

                .zxtg .squ-container-content .zxtg-hot ul li a:hover {
                    text-decoration: underline;
                }

            .zxtg .squ-container-content .zxtg-hot ul li:last-child {
                border: none;
            }

.zxtg form {
    width: 100%;
}

    .zxtg form label {
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

    .zxtg form li {
        overflow: hidden;
        margin-bottom: 18px;
    }

        .zxtg form li .form-left,
        .zxtg form li .form-right {
            float: left;
            width: 48.8%;
            margin-right: 20px;
        }

        .zxtg form li .form-right {
            margin-right: 0;
        }

        .zxtg form li input[type="text"],
        .zxtg form li .form-check,
        .zxtg form li textarea,
        .zxtg form li input[type="url"] {
            display: block;
            width: 100%;
            border: 1px solid #dfdfdf;
            border-radius: 5px;
        }

        .zxtg form li input[type="text"],
        .zxtg form li input[type="url"] {
            padding: 12px 10px;
        }

            .zxtg form li input[type="text"]:focus,
            .zxtg form li input[type="url"]:focus {
                outline: none;
            }

        .zxtg form li textarea {
            resize: none;
            height: 200px;
            padding: 12px 10px;
        }

            .zxtg form li textarea:focus {
                outline: none;
            }

        .zxtg form li .form-check {
            padding: 10px 0;
            border: none;
        }

            .zxtg form li .form-check label {
                position: relative;
                display: inline;
                margin-right: 23px;
                padding-left: 8px;
            }

                .zxtg form li .form-check label::before {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    width: 13px;
                    height: 13px;
                    border-radius: 3px;
                    border: 1px solid #dfdfdf;
                    left: -14px;
                    top: 2.5px;
                }

                .zxtg form li .form-check label::after {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    width: 20px;
                    height: 16px;
                    left: -14px;
                    top: 2.5px;
                    background: url(../imgs/right.png) center / contain no-repeat;
                    opacity: 0;
                    -webkit-transition: all 300ms 100ms;
                    transition: all 300ms 100ms;
                }

            .zxtg form li .form-check input[type="checkbox"] {
                vertical-align: bottom;
                margin-bottom: 3px;
                visibility: hidden;
            }

                .zxtg form li .form-check input[type="checkbox"]:checked + label::before {
                    border: 1px solid #cf2d2a;
                }

                .zxtg form li .form-check input[type="checkbox"]:checked + label::after {
                    opacity: 1;
                }

    .zxtg form .form-sub {
        text-align: center;
    }

    .zxtg form button {
        width: 188px;
        line-height: 45px;
        color: white;
        background: #cf2d2a;
        text-align: center;
        cursor: pointer;
        border: none;
        border-radius: 5px;
    }

.bkzx-info li a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 25px;
    position: relative;
}

    .bkzx-info li a::after,
    .pjtz .pjtz-list a::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 5px solid #cf2d2a;
        border-left: 4px solid transparent;
        position: absolute;
        left: 5px;
        top: 20px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: left 200ms ease-in-out;
        transition: left 200ms ease-in-out;
    }

    .bkzx-info li a:hover::after {
        left: 15px;
    }

    .bkzx-info li a:hover {
        color: #cf2d2a;
    }

.bkzx-detail .squ-container-title a {
    font-size: 12px;
    color: #cf2d2a;
    margin: 0;
}
/*.bkzx-detail .squ-container-title a::after {
  content: " >";
}*/
.bkzx-detail .squ-container-content {
    padding: 0 20px;
}

    /*.bkzx-detail .squ-container-content a {
        font-size: 12px;
        color: #cf2d2a;
        text-align: left;
    }*/

    .bkzx-detail .squ-container-content a:hover {
        text-decoration: underline;
    }

.bkzx-detail h1 {
    font-size: 20px;
    text-align: center;
    margin: 18px 0;
}

.bkzx-detail h4 {
    text-align: left;
    font-size: 16px;
    text-align: center;
    margin: 18px 0;
}

.bkzx-detail h5 {
    font-size: 14px;
    text-align: center;
}

.bkzx-detail p,
.bkzx-detail .bkzx-detail-txt {
    font-size: 17px;
    text-align: left;
    text-indent: 2em;
}

.bkzx-detail p,
img {
    display: block;
    margin: 0 auto;
}

.footer-top-center-right img {
    display: inline;
    margin: 0 auto;
}

.login-top {
    font-size: 0;
}

    .login-top .m-area {
        position: relative;
        padding: 12px 0;
    }

        .login-top .m-area a {
            font-size: 16px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
        }

            .login-top .m-area a::after {
                content: " >>";
            }

.login-middle,
.register-middle {
    height: 593px;
    background: url(../imgs/bg-login.png) center / cover repeat-x;
}

    .login-middle .m-area,
    .register-middle .m-area {
        position: relative;
        overflow: hidden;
    }

        .login-middle .m-area > img,
        .register-middle .m-area img {
            position: absolute;
            top: 98px;
            left: 90px;
        }

    .login-middle .login,
    .register-middle .register {
        margin-top: 130px;
        background: rgba(255, 255, 255, 0.6);
        width: 475px;
        float: right;
        padding: 0 24px;
        border: none;
        -webkit-box-shadow: 0 0 8px 1px #dfdfdf;
        box-shadow: 0 0 8px 1px #dfdfdf;
    }

        .login-middle .login .squ-container-content {
            padding: 0 12px;
        }

        .login-middle .login .squ-container-title h5 {
            color: #333333;
            position: relative;
            left: 15px;
        }

#form-login {
    margin-top: 30px;
    padding-bottom: 38px;
}

    #form-login label {
        display: inline-block;
        /*width: 70px;*/
        margin-left: 20px;
        font-size: 16px;
        text-align: right;
    }

    #form-login input[type="text"],
    #form-login input[type="password"] {
        width: 82%;
        padding: 8px 10px;
        border: 1px solid #dfdfdf;
        border-radius: 3px;
    }

        #form-login input[type="text"]:focus,
        #form-login input[type="password"]:focus {
            outline: none;
        }

    #form-login .form-block {
        margin-bottom: 10px;
    }

        #form-login .form-block.spe {
            margin-top: 16px;
            position: relative;
        }

            #form-login .form-block.spe label,
            #form-login .form-block.spe a {
                font-size: 12px;
                text-align: left;
            }

            #form-login .form-block.spe a {
                position: absolute;
                top: 50%;
                right: 0;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            #form-login .form-block.spe label {
                padding-left: 8px;
            }

                #form-login .form-block.spe label::before {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    width: 13px;
                    height: 13px;
                    border-radius: 3px;
                    border: 1px solid #dfdfdf;
                    left: 0px;
                    top: 2px;
                }

                #form-login .form-block.spe label::after {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    width: 20px;
                    height: 16px;
                    left: 0px;
                    top: 2px;
                    background: url(../imgs/right.png) center / contain no-repeat;
                    opacity: 0;
                    -webkit-transition: all 300ms 100ms;
                    transition: all 300ms 100ms;
                }

            #form-login .form-block.spe input[type="checkbox"] {
                vertical-align: bottom;
                margin-bottom: 1px;
                visibility: hidden;
            }

                #form-login .form-block.spe input[type="checkbox"]:checked + label::before {
                    border: 1px solid #cf2d2a;
                }

                #form-login .form-block.spe input[type="checkbox"]:checked + label::after {
                    opacity: 1;
                }

    #form-login .sub-container p {
        color: #cf2d2a;
    }

    #form-login .sub-container button {
        width: 100%;
        line-height: 50px;
        color: white;
        background: #cf2d2a;
        border: none;
        border-radius: 5px;
        font-size: 16px;
    }

.login-bottom {
    text-align: center;
}

    .login-bottom .login-bottom-info {
        width: 576px;
        margin-left: auto;
        margin-right: auto;
        font-size: 10px;
        padding: 20px 0;
    }

        .login-bottom .login-bottom-info a {
            color: #cf2d2a;
        }

            .login-bottom .login-bottom-info a:hover {
                text-decoration: underline;
            }

        .login-bottom .login-bottom-info p {
            line-height: 23px;
        }

.register-middle {
    overflow: hidden;
}

    .register-middle .m-area {
        position: relative;
    }

    .register-middle .register {
        margin-top: 2px;
        overflow: hidden;
    }

        .register-middle .register .squ-container-content {
            padding: 0 12px;
        }

        .register-middle .register .squ-container-title h5 {
            color: #333333;
            position: relative;
            left: 15px;
        }

#form-register {
    margin-top: 5px;
    padding-bottom: 10px;
}

    #form-register label {
        float: left;
        width: 25%;
        font-size: 14px;
        text-align: right;
        margin-top: 7px;
    }

        #form-register label span {
            color: #cf2d2a;
            font-size: 14px;
        }

    #form-register input::-webkit-input-placeholder {
        color: #999;
    }

    #form-register input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #999;
    }

    #form-register input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #999;
    }

    #form-register input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #999;
    }

    #form-register input[type="text"],
    #form-register input[type="password"] {
        width: 73%;
        padding: 8px 10px;
        border: 1px solid #dfdfdf;
        border-radius: 3px;
    }

        /*zxzx*/
        /*#form-register img {
  
  padding: 8px 10px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
}*/

        #form-register input[type="text"]:focus,
        #form-register input[type="password"]:focus {
            outline: none;
        }

    #form-register .form-block {
        margin-bottom: 6px;
    }

        #form-register .form-block .form-block-left {
            display: inline-block;
            width: 50%;
        }

            #form-register .form-block .form-block-left label {
                width: 100.75px;
            }

            #form-register .form-block .form-block-left select {
                width: 42%;
                border: 1px solid #dfdfdf;
                padding: 7px 0;
                border-radius: 3px;
            }

                #form-register .form-block .form-block-left select:focus {
                    outline: none;
                }

            #form-register .form-block .form-block-left input {
                width: 50%;
            }

        #form-register .form-block .form-block-right {
            display: inline-block;
            width: 49%;
        }

            #form-register .form-block .form-block-right label {
                width: 40%;
            }

            #form-register .form-block .form-block-right input {
                width: 58%;
            }

        #form-register .form-block.spe {
            margin-top: 8px;
            position: relative;
        }

            #form-register .form-block.spe label,
            #form-register .form-block.spe > a {
                font-size: 12px;
                text-align: left;
            }

            #form-register .form-block.spe > a {
                position: absolute;
                top: 50%;
                right: 0;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            #form-register .form-block.spe label {
                padding-left: 8px;
                float: none;
            }

                #form-register .form-block.spe label > a {
                    color: #cf2d2a;
                }

                    #form-register .form-block.spe label > a:hover {
                        text-decoration: underline;
                    }

                #form-register .form-block.spe label::before {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    width: 13px;
                    height: 13px;
                    border-radius: 3px;
                    border: 1px solid #dfdfdf;
                    left: 0px;
                    top: 1px;
                }

                #form-register .form-block.spe label::after {
                    content: "";
                    display: inline-block;
                    position: absolute;
                    width: 20px;
                    height: 16px;
                    left: 0px;
                    top: 1px;
                    background: url(../imgs/right.png) center / contain no-repeat;
                    opacity: 0;
                    -webkit-transition: all 300ms 100ms;
                    transition: all 300ms 100ms;
                }

            #form-register .form-block.spe input[type="checkbox"] {
                vertical-align: bottom;
                margin-bottom: 1px;
                visibility: hidden;
            }

                #form-register .form-block.spe input[type="checkbox"]:checked + label::before {
                    border: 1px solid #cf2d2a;
                }

                #form-register .form-block.spe input[type="checkbox"]:checked + label::after {
                    opacity: 1;
                }

    #form-register .sub-container {
        position: relative;
    }

        #form-register .sub-container p {
            color: #cf2d2a;
            -webkit-transition: all 500ms;
            transition: all 500ms;
            height: 25px;
        }

        #form-register .sub-container button {
            width: 30%;
            line-height: 50px;
            color: white;
            background: #cf2d2a;
            border: none;
            border-radius: 5px;
            font-size: 16px;
        }

            #form-register .sub-container button.unuse,
            #form-register .sub-container button.unuse:hover {
                cursor: not-allowed;
                background: #dfdfdf;
            }

            #form-register .sub-container button:focus {
                outline: none;
            }

            #form-register .sub-container button:hover {
                background: #c00000;
            }

#modal {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    overflow: hidden;
}

.register-agr {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: white;
    width: 850px;
    height: 700px;
    overflow: hidden;
    padding: 20px 40px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}

    .register-agr .register-agr-title h5 {
        font-size: 14px;
        text-align: center;
        line-height: 35px;
    }

    .register-agr .register-agr-title i {
        font-size: 14px;
        font-style: normal;
        display: block;
        text-align: center;
    }

    .register-agr .register-agr-content {
        height: 550px;
        overflow: auto;
        margin-top: 20px;
    }

        .register-agr .register-agr-content h6 {
            font-size: 14px;
            margin: 10px 0;
            font-weight: normal;
        }

        .register-agr .register-agr-content p {
            font-size: 12px;
            line-height: 22px;
            text-indent: 2em;
        }

.mycenter .mycenter-icon {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    padding-top: 10px;
}

    .mycenter .mycenter-icon h5,
    .mycenter .mycenter-icon p,
    .mycenter .mycenter-icon span {
        font-size: 14px;
        color: #cf2d2a;
    }

    .mycenter .mycenter-icon h5 {
        margin-top: 10px;
    }

.mycenter .mycenter-type li a {
    font-size: 14px;
    padding: 12px 5px;
    display: block;
    border-bottom: 1px solid #dfdfdf;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.mycenter .mycenter-type li:last-child a {
    border-bottom: none;
}

.mycenter .mycenter-type li.active a {
    color: #cf2d2a;
}

.mycenter .mycenter-type li:hover a {
    padding-left: 20px;
    color: #cf2d2a;
}

.grxx .squ-container-content {
    padding: 0 227px;
}

.grxx #form-register {
    margin-top: 20px;
    padding-bottom: 20px;
}

    .grxx #form-register #register-btn,
    .grxx #form-register #register-btn-reset {
        width: 30%;
        line-height: 35px;
        margin: 0 10px;
    }

        .grxx #form-register #register-btn:focus,
        .grxx #form-register #register-btn-reset:focus {
            outline: none;
        }

    .grxx #form-register #register-btn-reset {
        background: #dfdfdf;
    }

    .grxx #form-register .sub-container {
        text-align: center;
    }

        .grxx #form-register .sub-container p {
            margin-bottom: 10px;
        }

    .grxx #form-register .form-block {
        margin-bottom: 10px;
    }

.czjl {
    height: 600px;
}

    .czjl table {
        border-collapse: collapse;
        width: 100%;
        text-align: center;
    }

        .czjl table th {
            color: #cf2d2a;
            font-size: 14px;
            border-bottom: 1px solid #dfdfdf;
            padding: 10px 0;
        }

        .czjl table td {
            font-size: 12px;
            padding: 12px 0;
            border-bottom: 1px dashed #dfdfdf;
        }

.kqcx-detail .squ-container-title a {
    font-size: 14px;
    margin-top: 0;
    color: #cf2d2a;
}

    .kqcx-detail .squ-container-title a:after {
        content: " >";
    }

.kqcx-detail .squ-container-content .maz-overview {
    padding-left: 25px;
}

    .kqcx-detail .squ-container-content .maz-overview li {
        background: url(../imgs/libg.gif) center / contain repeat-x;
        margin-bottom: 20px;
    }

    .kqcx-detail .squ-container-content .maz-overview .sub_title {
        background: white;
        margin-top: -12px;
        font-size: 12px;
        text-indent: 2em;
        color: #666;
    }

    .kqcx-detail .squ-container-content .maz-overview .maz-overview-title {
        margin-bottom: 0;
    }

        .kqcx-detail .squ-container-content .maz-overview .maz-overview-title h5 {
            text-align: center;
            font-size: 16px;
            background: white;
            padding: 10px 0;
            font-weight: bolder;
        }

    .kqcx-detail .squ-container-content .maz-overview a {
        display: inline-block;
        width: 100%;
        position: relative;
    }

        .kqcx-detail .squ-container-content .maz-overview a::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 4px solid transparent;
            border-right: 4px solid transparent;
            border-bottom: 5px solid #cf2d2a;
            border-left: 4px solid transparent;
            position: absolute;
            left: -20px;
            top: 5px;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-transition: left 300ms;
            transition: left 300ms;
        }

        .kqcx-detail .squ-container-content .maz-overview a:hover::after {
            left: -9px;
        }

        .kqcx-detail .squ-container-content .maz-overview a span {
            font-size: 12px;
            background: white;
        }

        .kqcx-detail .squ-container-content .maz-overview a .author {
            float: right;
            padding-left: 5px;
        }

        .kqcx-detail .squ-container-content .maz-overview a .title {
            padding-right: 5px;
        }

        .kqcx-detail .squ-container-content .maz-overview a .page-num {
            float: right;
            padding-left: 10px;
        }

            .kqcx-detail .squ-container-content .maz-overview a .page-num:before {
                content: "(";
            }

            .kqcx-detail .squ-container-content .maz-overview a .page-num:after {
                content: ")";
            }

.search-res .maz-title {
    color: #cf2d2a;
    font-weight: bolder;
}

.search-res .squ-container-content {
    padding-top: 20px;
}

.search-res .except-maz {
    padding-right: 5px;
    font-weight: bolder;
}

.bg-adress {
    
    height: 554px;
    position: relative;
    text-align: center;
}

    .bg-adress ul {
        position: relative;
        width: 40%;
        display: inline-block;
        top: 20%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .bg-adress li {
        text-align: left;
    }

        .bg-adress li span {
            text-align: right;
            font-size: 16px;
            /*display: inline-block;
  width: 28%;*/
            line-height: 25px;
            vertical-align: top;
        }

        .bg-adress li p {
            font-size: 16px;
            padding-left: 10px;
            line-height: 25px;
            display: inline-block;
            /*width: 72%;*/
        }

.zbdwjs .squ-container-title a {
    font-size: 14px;
    margin-top: 0;
    color: #cf2d2a;
}

.zbdwjs .zbdwjs-bottom a {
    color: #cf2d2a;
}

    .zbdwjs .zbdwjs-bottom a:hover {
        text-decoration: underline;
    }

.zbdwjs .zbdwjs-top {
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .zbdwjs .zbdwjs-top li {
        position: relative;
        float: left;
        width: 31%;
        margin: 0 10px;
        height: 200px;
        text-align: center;
    }

        .zbdwjs .zbdwjs-top li img {
            margin: 0;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .zbdwjs .zbdwjs-top li p {
            position: absolute;
            bottom: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.6);
        }
 
.pjtz .pjtz-list a {
   overflow: hidden;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding: 2px 0;
    position: relative;
    padding-left: 22px;
}

    .pjtz .pjtz-list a:hover {
        color: #cf2d2a;
    }

        .pjtz .pjtz-list a:hover::after {
            left: 15px;
        }

    .pjtz .pjtz-list a p {
        width: 75%;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .pjtz .pjtz-list a p em {
            font-style: normal;
            color: #cf2d2a;
        }

    .pjtz .pjtz-list a span {
        width: 25%;
        text-align: right;
        float: right;
        font-size: 18px;
        line-height: 20px;
        color: #bcbbbb;
    }

    .pjtz .pjtz-list a::after {
        top: 10px;
    }

.lsdw .lsdw-list {
    margin: 20px 0;
    overflow: hidden;
    width: 383px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    border: 1px solid #dfdfdf;
}

    .lsdw .lsdw-list li {
        float: left;
        width: 127px;
        text-align: center;
    }

        .lsdw .lsdw-list li.active a,
        .lsdw .lsdw-list li:hover a {
            background: #cf2d2a;
            color: white;
        }

        .lsdw .lsdw-list li a {
            width: 100%;
            height: 100%;
            font-size: 14px;
            padding: 8px 0;
            display: inline-block;
            color: #cf2d2a;
        }

.lsdw .lsdw-detail {
    display: none;
}

.lsdw .lsdw1 {
    display: block;
}

.lsdw2 p {
    margin-bottom: 15px;
}

.lsdw2 .lsdw2-footer,
.lsdw3 .lsdw3-footer {
    float: right;
    width: 130px;
    font-size: 12px;
    margin-bottom: 20px;
    margin-right: 10px;
}

    .lsdw2 .lsdw2-footer span {
        display: inline-block;
        margin-bottom: 10px;
    }

    .lsdw2 .lsdw2-footer a,
    .lsdw3 .lsdw3-footer a {
        display: inline-block;
        width: 100%;
        background: #cf2d2a;
        color: white;
        text-align: center;
        padding: 9px 0;
        border-radius: 3px;
    }

        .lsdw2 .lsdw2-footer a:hover {
            background: #d90000;
        }

.lsdw3 {
    padding: 0 30px;
}

    .lsdw3 table {
        border-collapse: collapse;
        width: 75%;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
    }

        .lsdw3 table td {
            border: 1px solid #dfdfdf;
            width: 16.6%;
            padding: 5px 8px;
        }

        .lsdw3 table th {
            font-size: 14px;
            padding: 5px 8px;
        }

        .lsdw3 table .table-sign span {
            float: right;
        }

        .lsdw3 table .table-notice li {
            margin-bottom: 10px;
        }

            .lsdw3 table .table-notice li span {
                display: inline-block;
                width: 75px;
                text-align: right;
            }
/*# sourceMappingURL=main.css.map */
/*#content {color:red; background:yellow;}*/
#content div {
    margin: 10px 0px 10px 5px;
}

    #content div span {
        font-size: 10.5pt;
    }

/*新增评价区*/
.feed {
    font-family: "微软雅黑";
    margin: 8px 0;
}

.avatar {
    width: 50px;
    float: left;
    margin: 0 8px 0 0;
    box-shadow: 0 0 3px #e0e0e0;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

.feed .avatar img {
    width: 50px;
    height: 50px;
}

.feed .box1 .box2 {
    max-width: 640px;
    float: left;
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.feed .box2 {
    margin: 8px;
    padding: 0 0 8px 0;
    border-bottom: 1px dashed #ccc;
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    line-height: 150%;
}

.feed .box1 .box2_comments {
    max-width: 640px;
    overflow: hidden;
    float: left;
}

.feed .box1 .say {
    margin: 0 0 8px;
}

#search-btn {
    margin-left: 30%;
}

#register-btn {
    margin-left: 30%;
}
