﻿﻿﻿﻿﻿﻿@charset "utf-8";
@import url("icon/iconfont.css");
/*全局样式
---------------------------------------------*/
body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    color: #333;
    font: 14px/1.5 Arial,"Microsoft Yahei";
    text-align: center;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

input, button, select, textarea, img, p, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Microsoft YaHei','微软雅黑';
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover { /*color:#34ad2a;*/
        text-decoration: none;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

ol, ul, li, dl, dd {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

i, em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*Clear Fix*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}

.clearboth {
    clear: both;
}

.line5 {
    clear: both;
    font-size: 0px;
    height: 5px;
    overflow: hidden;
}

.line10 {
    clear: both;
    font-size: 0px;
    height: 10px;
    overflow: hidden;
}

.line15 {
    clear: both;
    font-size: 0px;
    height: 15px;
    overflow: hidden;
}

.mb15 {
    margin-bottom: 15px;
}

.h160 {
    height: 160px;
}

.h180 {
    height: 180px;
}

.c-purple {
    background-color: #28166f;
}

.c-blue {
    background-color: #3479b2;
}
/*页面布局
----------------------------------------------*/
.section {
    position: relative;
    margin: 0 auto;
    width: 1160px;
    min-width: 925px;
    max-width: 1160px;
    text-align: left;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: left;
    overflow: hidden;
}

    .wrapper:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.wrap-box {
    width: 1160px;
}

.left-925 {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 925px;
}

.left-705 {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 705px;
}

.left-690 {
    position: relative;
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
    width: 690px;
}

.left-455 {
    position: relative;
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
    width: 455px;
}

.left-260 {
    position: relative;
    display: block;
    float: left;
    width: 260px;
    overflow: hidden;
}

.left-220 {
    position: relative;
    display: block;
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
    width: 220px;
    _overflow: hidden;
}

.left-auto {
    position: relative;
    display: block;
    margin: 0 275px 0 0;
    overflow: hidden;
    _zoom: 1;
}

.right-260 {
    position: relative;
    display: block;
    float: right;
    width: 260px;
    overflow: hidden;
}

.right-auto {
    position: relative;
    display: block;
    margin: 0 0 0 275px;
    overflow: hidden;
    _zoom: 1;
}

.bg-wrap {
    margin: 0;
    padding: 0;
    background: #fff;
}

    .bg-wrap:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .bg-wrap.nobg {
        background: none;
    }

.pad-15 {
    position: relative;
    padding: 15px;
}

/*页面标题
----------------------------------------------*/
.location {
    padding: 5px 0;
    width: 100%;
    height: 40px;   
    line-height: 40px;
    color: #999;
    font-size: 14px;
    text-align: left;
}

    .location a {
        margin: 0 5px;
        text-transform: capitalize;
    }

    .location span {
        color: #666;
    }

.main-tit {
    padding-top: 14px;
    height: 54px;
    line-height: 54px;
    text-align: left;
}

    .main-tit h2 {
        display: block;
        margin: 0;
        padding: 0;
        float: left;
        color: #333;
        font-size: 20px;
        font-weight: normal;
    }

    .main-tit p {
        display: block;
        float: right;
        color: #555;
        font-size: 14px;
    }

        .main-tit p a {
            margin-left: 10px;
        }

            .main-tit p a i {
                font-style: normal;
            }

.slide-tit {
    border-bottom: 1px solid #f0f0f0;
    color: #34ad2a;
    line-height: 1em;
    font-size: 16px;
    font-weight: normal;
}

    .slide-tit strong {
        padding: 10px 0;
        float: right;
        color: #999;
        font-size: 12px;
        font-weight: normal;
    }

    .slide-tit span {
        position: relative;
        top: 1px;
        display: inline-block;
        padding: 10px 0;
        border-bottom: 1px solid #34ad2a;
    }

.nav-tit {
    margin: 0 auto 50px;
    padding: 30px 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 1em;
    border-bottom: 1px solid #e0e0e0;
}

    .nav-tit.short {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .nav-tit a {
        margin-left: 10px;
        color: #333;
    }

        .nav-tit a:hover, .nav-tit a.selected {
            color: #34ad2a;
        }

    .nav-tit i {
        margin-left: 10px;
        color: #e0e0e0;
    }

.sub-tit {
    margin: 0 50px 10px;
    padding-top: 35px;
    height: 42px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
}

    .sub-tit a.add {
        display: block;
        margin-right: 10px;
        float: right;
        color: #23ac38;
        font-size: 14px;
        line-height: 42px;
    }

        .sub-tit a.add i {
            display: inline-block;
            margin-right: 5px;
            color: #23ac38;
            font-size: 14px;
        }

    .sub-tit ul {
        display: inline-block;
    }

        .sub-tit ul li {
            margin: 0;
            padding: 0;
            display: inline-block;
            *display: inline;
            *zoom: 1;
        }

            .sub-tit ul li a {
                display: inline-block;
                padding: 0 15px;
                line-height: 42px;
            }

            .sub-tit ul li.selected a {
                border-bottom: 2px solid #23ac38;
                color: #23ac38;
            }

.search-tit {
    display: block;
    margin: 0 30px;
    padding-top: 15px;
    line-height: 38px;
    border-bottom: 1px solid #f0f0f0;
}

    .search-tit h3 {
        display: inline-block;
        color: #333;
        font-size: 16px;
        font-weight: normal;
    }

    .search-tit span {
        margin-left: 15px;
        color: #999;
        font-size: 14px;
    }

        .search-tit span strong {
            margin: 0 2px;
            color: #1e7bb3;
            font-weight: 600;
        }

/*页面头部
----------------------------------------------*/
/*顶部样式*/
.header .head-top {
    height: 40px;
    background: #333;
    color: #fcfbfb;
    font-size: 12px;
}

    .header .head-top .left-box {
        display: block;
        float: left;
        line-height: 40px;
    }

        .header .head-top .left-box span {
            color: #c8c8c8;
            font-weight: 700;
        }

        .header .head-top .left-box a {
            margin: auto 3px;
            color: #fcfbfb;
        }

            .header .head-top .left-box a:hover {
                color: #34ad2a;
            }

    .header .head-top .right-box {
        float: right;
        margin-right: -8px;
        line-height: 40px;
    }

        .header .head-top .right-box a {
            margin: auto 8px;
            color: #fcfbfb;
            _display: inline;
            *zoom: 1;
        }

            .header .head-top .right-box a:hover {
                color: #34ad2a;
            }

            .header .head-top .right-box a i {
                margin-right: 2px;
                font-size: 12px;
            }

        .header .head-top .right-box strong {
            color: #444;
            font-size: 12px;
            font-weight: 700;
        }

.header .head-nav {
    position: relative;
    height: 100px;
    background: #fff;
}

    .header .head-nav .logo {
        position: absolute;
        top: 25px;
        left: 0;
        width: 180px;
        height: 50px;
    }

    .header .head-nav .nav-box {
        position: absolute;
        top: 30px;
        left: 21%;
        right: 0;
        line-height: 40px;
        height: 40px;
    }

        .header .head-nav .nav-box li {
            float: left;
            margin: auto 1.8%;
        }

            .header .head-nav .nav-box li a {
                color: #333;
                font-size: 16px;
                line-height: 40px;
            }

                .header .head-nav .nav-box li a:hover {
                    color: #34ad2a;
                }

                #index .index a, #news .news a, #goods .goods a, #video .video a, #photo .photo a, #down .down a,
                .header .head-nav .nav-box li a:hover {
                    color: #34ad2a;
                }

    .header .head-nav .search-box {
        position: absolute;
        top: 30px;
        right: 0;
        width: 22%;
        height: 42px;
        overflow: hidden;
        _height: 43px;
    }

        .header .head-nav .search-box .input-box {
            position: absolute;
            top: 0;
            left: 0;
            right: 65px;
            bottom: 0;
        }

            .header .head-nav .search-box .input-box input {
                display: block;
                margin: 0;
                padding: 5px 12px;
                width: 100%;
                height: 30px;
                line-height: 30px;
                background: #fff;
                border: 1px solid #e5e5e5;
                color: #333;
                font-size: 12px;
                transform: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
            }

                .header .head-nav .search-box .input-box input::-moz-placeholder {
                    color: #b3b3b3;
                    opacity: 1;
                }

        .header .head-nav .search-box a {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            padding: 5px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            color: #333;
            font-size: 16px;
            text-align: center;
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 0;
            cursor: pointer;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
            *top: 1px;
        }

            .header .head-nav .search-box a:hover {
                background: #34ad2a;
                border-color: #34ad2a;
                -webkit-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

                .header .head-nav .search-box a:hover i {
                    color: #fff !important;
                }
/*Banner样式*/
.slide-box {
    position: relative;
    margin: 0;
    width: 100%;
    height: 454px;
    text-align: center;
    overflow: hidden;
}

    .slide-box .list-box {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -960px;
        width: 1920px;
        height: 100%;
        background: #fff;
    }

        .slide-box .list-box li {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 100%;
            height: 100%;
            opacity: 0;
            filter: alpha:opacity(0);
        }

            .slide-box .list-box li a {
                display: block;
                width: 100%;
                height: 100%;
            }

                .slide-box .list-box li a img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }

    .slide-box .speed-box {
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 100%;
        height: 10px;
        text-align: center;
        z-index: 999;
    }

    .slide-box .speed-btn {
        display: inline-block;
        margin: auto 0;
    }

        .slide-box .speed-btn a {
            display: block;
            float: left;
            margin: 0 5px;
            width: 10px;
            height: 10px;
            background: url(images/slide_btns.png) 0 -166px no-repeat;
            overflow: hidden;
            *float: none;
            *display: inline-block;
        }

            .slide-box .speed-btn a.selected {
                background-position: 0 -176px;
            }

    .slide-box .prev-btn, .slide-box .next-btn {
        position: absolute;
        top: 50%;
        display: block;
        margin-top: -41px;
        width: 42px;
        height: 82px;
        z-index: 999;
        opacity: 0.5;
        filter: alpha:opacity(50);
        background: url(images/slide_btns.png) no-repeat;
        display: none;
        overflow: hidden;
    }

    .slide-box .prev-btn {
        left: 31px;
        background-position: 0 0;
    }

    .slide-box .next-btn {
        right: 31px;
        background-position: 0 -82px;
    }
/*幻灯片样式*/
.focus-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    _position: relative;
}

    .focus-box .slides {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        zoom: 1;
        overflow: hidden;
    }

        .focus-box .slides:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .focus-box .slides li {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .focus-box .slides li img {
                min-width: 100%;
                min-height: 100%;
                _width: 100%;
                _height: 100%;
            }

            .focus-box .slides li .note-bg {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 50px;
                background: #000;
                filter: alpha(Opacity=30);
                -moz-opacity: 0.3;
                opacity: 0.3;
                background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
                _background: url(none) 0 0 repeat #000;
            }

            .focus-box .slides li .note-txt {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                padding: 10px;
                height: 24px;
                line-height: 24px;
                color: #fff;
                font-size: 16px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

    .focus-box .flex-control-nav {
        position: absolute;
        right: 5px;
        bottom: 10px;
        display: block;
        z-index: 4;
    }

        .focus-box .flex-control-nav li {
            margin: 0 5px 0 0;
            display: inline-block;
            zoom: 1;
            *display: inline;
        }

            .focus-box .flex-control-nav li a {
                display: block;
                width: 8px;
                height: 8px;
                text-indent: -9999px;
                border: 1px solid #fafafa;
                border-radius: 8px;
                cursor: pointer;
                overflow: hidden;
            }

    .focus-box .flex-control-paging li a:hover {
        background: #333;
    }

    .focus-box .flex-control-paging li a.flex-active {
        background: #c81623;
        border-color: #c81623;
        cursor: default;
    }

/*内容样式
----------------------------------------------*/
/*文字列表样式*/
.side-txt-list {
    padding: 6px 15px 15px;
    text-align: left;
    background: #fff;
}

    .side-txt-list li {
        line-height: 28px;
        font-size: 12px;
    }

        .side-txt-list li span {
            float: right;
            color: #999;
        }

        .side-txt-list li.tit a {
            color: #108cee;
            font-size: 18px;
            line-height: 48px;
        }

/*图文列表样式*/
.side-img-box {
    position: relative;
    width: 455px;
    height: 455px;
    background: #fff;
    overflow: hidden;
}

    .side-img-box em {
        position: absolute;
        display: none;
        margin: -30px auto auto -30px;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        font-style: normal;
        filter: alpha(Opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }

        .side-img-box em i {
            color: #fff;
            font-size: 60px;
            line-height: 60px;
        }

    .side-img-box a:hover em {
        display: block;
    }

    .side-img-box .abs-bg {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
        background: #000;
        filter: alpha(Opacity=30);
        -moz-opacity: 0.3;
        opacity: 0.3;
        background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    }

    .side-img-box .info {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 50px;
        line-height: 20px;
        text-align: left;
    }

        .side-img-box .info h3 {
            padding: 5px 15px 0;
            color: #fff;
            font-size: 14px;
            font-weight: normal;
        }

        .side-img-box .info p {
            padding: 0 15px;
            color: #eee;
            font-size: 12px;
        }

    .side-img-box img {
        min-width: 100%;
        min-height: 100%;
        _width: 100%;
        _height: 100%;
    }

.side-img-list {
    text-align: left;
    padding: 10px 0 11px 0;
    background: #fff;
}

    .side-img-list li {
        display: block;
        padding: 10px 15px;
    }

        .side-img-list li:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .side-img-list li .img-box {
            position: relative;
            float: left;
            width: 60px;
            height: 60px;
            overflow: hidden;
        }

            .side-img-list li .img-box label {
                position: absolute;
                top: 1px;
                left: 1px;
                display: block;
                width: 16px;
                height: 16px;
                line-height: 16px;
                color: #fff;
                font-size: 12px;
                font-weight: normal;
                text-align: center;
                background: #666;
            }

        .side-img-list li:first-child .img-box label {
            background: #d70029;
        }

        .side-img-list li .img-box img {
            margin: 0;
            padding: 0;
            border: 1px solid #ebebeb;
            width: 58px;
            height: 58px;
        }

        .side-img-list li .txt-box {
            display: block;
            margin-left: 75px;
            font-size: 12px;
        }

            .side-img-list li .txt-box a {
                display: block;
                height: 40px;
                line-height: 20px;
                overflow: hidden;
            }

            .side-img-list li .txt-box span {
                display: block;
                color: #999;
                height: 20px;
                line-height: 20px;
            }

.focus-list {
    margin: 0;
    padding: 0;
}

    .focus-list li {
        height: 33px;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .focus-list li label {
            display: inline-block;
            margin: 0 5px 0 0;
            padding: 0;
            width: 16px;
            height: 16px;
            line-height: 16px;
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            text-align: center;
            background: #999;
            border-radius: 2px;
            vertical-align: middle;
        }

            .focus-list li label.hot {
                background: #d70029;
            }

        .focus-list li a {
            line-height: 33px;
        }

.sidebar-box {
    margin: 0 0 15px;
    padding: 20px;
    background: #fff;
}

    .sidebar-box h4 {
        margin: 0;
        padding: 0 0 15px;
        border-bottom: 1px solid #e0e0e0;
        color: #333;
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
    }

    .sidebar-box .txt-list li {
        margin-top: 15px;
        line-height: 20px;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .sidebar-box .txt-list li label {
            display: inline-block;
            margin: 0 5px 0 0;
            width: 16px;
            height: 16px;
            line-height: 16px;
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            text-align: center;
            background: #999;
            border-radius: 2px;
            vertical-align: middle;
        }

            .sidebar-box .txt-list li label.hot {
                background: #d70029;
            }

        .sidebar-box .txt-list li a {
            line-height: 20px;
        }

    .sidebar-box .side-img-list {
        padding-bottom: 0;
    }

        .sidebar-box .side-img-list li {
            padding: 10px 0;
        }

    .sidebar-box .tags-box {
        margin: 0 0 0 -10px;
    }

        .sidebar-box .tags-box:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .sidebar-box .tags-box a {
            display: block;
            float: left;
            margin: 10px 0 0 10px;
            padding: 5px;
            color: #555;
            font-size: 12px;
            line-height: 20px;
            border: 1px solid #f0f0f0;
        }

            .sidebar-box .tags-box a:hover {
                border-color: #34ad2a;
            }

.tags-box a i {
    margin-left: 2px;
    color: #999;
    font-style: normal;
}
/*图片列表样式*/
.img-list {
    margin: -15px 0 0 -15px;
    *display: inline-block;
}

    .img-list:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .img-list .nodata {
        color: #999;
        line-height: 80px;
        text-align: center;
    }

    .img-list li {
        position: relative;
        float: left;
        margin: 15px 0 0 15px;
        width: 220px;
        height: auto;
        background: #fff;
        overflow: auto;
        _display: inline;
    }

        .img-list li .img-box {
            display: block;
            position: relative;
            width: 220px;
            height: 220px;
            overflow: hidden;
        }

            .img-list li .img-box .abs-txt {
                position: absolute;
                top: 8px;
                left: 0;
                display: inline-block;
                padding: 0 6px;
                color: #fff;
                font-size: 12px;
                line-height: 24px;
                background: #c81623;
                text-align: center;
                border-radius: 0 3px 3px 0;
            }

            .img-list li .img-box img {
                width: 100%;
                height: 100%;
            }

        .img-list li .info {
            display: block;
            text-align: left;
            margin: 15px;
        }

            .img-list li .info h3 {
                display: block;
                line-height: 20px;
                height: 40px;
                font-size: 12px;
                font-weight: normal;
                overflow: hidden;
            }

            .img-list li .info p {
                display: block;
                line-height: 28px;
                color: #999;
                font-size: 12px;
            }

                .img-list li .info p.price {
                    padding-top: 10px;
                    line-height: 18px;
                }

                    .img-list li .info p.price b {
                        margin-right: 2px;
                        color: #f40;
                        font-size: 16px;
                    }

                .img-list li .info p strong {
                    float: right;
                    font-weight: normal;
                }

                .img-list li .info p span.price {
                    color: #fb2104;
                    font-size: 14px;
                    font-weight: 600;
                }

        .img-list li em {
            position: absolute;
            display: none;
            margin: -30px auto auto -30px;
            top: 50%;
            left: 50%;
            width: 60px;
            height: 60px;
            font-style: normal;
            filter: alpha(Opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
        }

            .img-list li em i {
                color: #fff;
                font-size: 60px;
                line-height: 60px;
            }

        .img-list li a:hover em {
            display: block;
        }

        .img-list li .abs-bg {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 50px;
            background: #000;
            opacity: 0.3;
            filter: alpha(opacity=30);
            -moz-opacity: 0.3;
            background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
        }

        .img-list li .remark {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 50px;
            line-height: 20px;
            text-align: left;
            overflow: hidden;
        }

            .img-list li .remark h3 {
                padding: 5px 15px 0;
                color: #fff;
                font-size: 12px;
                font-weight: normal;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .img-list li .remark p {
                padding: 0 15px;
                color: #eee;
                font-size: 12px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }
/*图文列表样式*/
.n-list {
    padding: 15px 30px;
}

    .n-list li {
        display: block;
        padding-bottom: 15px;
        border-bottom: 1px solid #f0f0f0;
        overflow: hidden;
    }

        .n-list li:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .n-list li h2 {
            padding: 15px 0 15px;
            font-size: 18px;
            line-height: 24px;
            font-weight: normal;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .n-list li h2 a {
                color: #333;
                text-decoration: none;
            }

                .n-list li h2 a:hover {
                    color: #8CAC52;
                }

        .n-list li .note b {
            position: relative;
            display: block;
            float: left;
            margin-right: 16px;
            width: 118px;
            height: 118px;
            border: 1px solid #e8e8e8;
            font-style: normal;
        }

            .n-list li .note b img {
                min-width: 100%;
                min-height: 100%;
                width: 100%;
                _height: 100%;
            }

        .n-list li .note p {
            display: block;
            font-size: 14px;
            max-height: 84px;
            line-height: 28px;
            font-weight: 500;
            color: #666;
            overflow: hidden;
        }

        .n-list li .note .info {
            padding-top: 10px;
            height: 20px;
            line-height: 20px;
        }

            .n-list li .note .info span {
                margin-right: 10px;
                color: #999;
                font-size: 12px;
            }

                .n-list li .note .info span i {
                    margin-right: 3px;
                    font-size: 12px;
                }

    .n-list .nodata {
        margin-top: 30px;
        color: #666;
        font-size: 14px;
        line-height: 100px;
        text-align: center;
    }
/*相关列表样式*/
.rel-list {
    margin-top: -15px;
}

    .rel-list:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .rel-list .nodata {
        color: #999;
        font-size: 14px;
        line-height: 50px;
    }

    .rel-list li {
        display: block;
        float: left;
        margin: 15px auto 0 0;
        padding: 0;
        width: 50%;
        overflow: hidden;
        _float: none;
        _width: auto;
    }

        .rel-list li .img-box {
            position: relative;
            display: block;
            float: left;
            width: 98px;
            height: 98px;
            border: 1px solid #e8e8e8;
            overflow: hidden;
        }

            .rel-list li .img-box img {
                min-width: 100%;
                min-height: 100%;
                width: 100%;
                _height: 100%;
                overflow: hidden;
            }

        .rel-list li .info {
            margin: 0 auto 0 115px;
            padding-right: 15px;
            _margin-top: -15px;
            _padding-right: 0;
        }

            .rel-list li .info h3 {
                display: block;
                font-size: 14px;
                font-weight: normal;
                height: 30px;
                line-height: 30px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

            .rel-list li .info p {
                color: #555;
                font-size: 12px;
                height: 48px;
                line-height: 22px;
                overflow: hidden;
            }

            .rel-list li .info span {
                line-height: 22px;
                color: #999;
                font-size: 12px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

.rel-box {
    position: relative;
    padding: 0 50px 0;
}

    .rel-box .rel-list {
        margin: 0 0 15px 0;
    }
/*类别列表*/
.navbar li {
    padding-top: 10px;
}

    .navbar li h5 {
        display: block;
        color: #3b8dd1;
        font-size: 14px;
        font-weight: normal;
        line-height: 30px;
    }

        .navbar li h5 a {
            color: #34ad2a;
        }

    .navbar li p {
        font-size: 12px;
        line-height: 30px;
    }

        .navbar li p a {
            display: inline-block;
            margin-right: 5px;
        }
/*内容标题样式*/
.meta {
    margin: 0;
    padding: 50px 50px 0 50px;
}

    .meta:after {
        clear: none;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .meta h2 {
        margin: 0 0 20px;
        padding: 0;
        color: #333;
        font-size: 24px;
        font-weight: 300;
        line-height: 1em;
    }

    .meta .info {
        margin: 0 0 10px;
    }

        .meta .info span {
            margin-right: 10px;
            color: #b0b0b0;
            font-size: 12px;
            line-height: 14px;
        }

            .meta .info span i {
                margin-right: 5px;
                display: inline-block;
                font-size: 14px;
            }

    .meta .note {
        margin-top: 10px;
        padding: 15px 20px;
        background: #f5f5f5;
        line-height: 22px;
        color: #757575;
        font-size: 12px;
    }
/*内容详细样式*/
.entry {
    margin-top: 20px;
    padding: 0 50px 15px;
    font-size: 14px;
    line-height: 2em;
    word-wrap: break-word;
}

    .entry img {
        max-width: 100% !important;
        height: auto !important;
    }

    .entry h2, .entry h3, .entry h4 {
        margin: 0.8em auto;
        padding-bottom: 5px;
        border-bottom: 1px solid #f6f6f6;
        color: #333;
    }

    .entry h2 {
        font-size: 1.2em;
    }

    .entry h3, .entry h4 {
        font-size: 1.1em;
    }

    .entry strong {
        color: #DC2523;
    }

    .entry ul, .entry ol {
        margin: 1em;
        padding: 0;
    }

    .entry li {
        margin-left: 1em;
    }

    .entry ul li {
        list-style: disc outside none;
    }

    .entry ol li {
        list-style: decimal outside none;
    }

    .entry p {
        display: inherit;
        margin: 1em 0;
        color: #333;
        word-wrap: break-word;
    }

    .entry a {
        text-decoration: underline;
    }

    .entry code {
        display: block;
        padding: 0.5em;
        background: #eee;
        border-radius: .5em;
        color: #777;
        font-family: 'courier new';
        font-size: 12px;
        line-height: 1.7em;
    }

    .entry table {
        margin: 10px auto;
        border-left: 1px solid #eee;
        border-top: 1px solid #eee;
    }

        .entry table th {
            background: #F9F9F9;
            text-align: center;
        }

        .entry table td, .entry table th {
            border-bottom: 1px solid #eee;
            border-right: 1px solid #eee;
            padding: 0.35em 0.5em;
        }

/*上下一条样式*/
.next-box {
    position: relative;
    padding: 10px 50px 20px;
    line-height: 20px;
    color: #444;
    font-size: 14px;
}

    .next-box:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .next-box p {
        display: block;
        width: 49%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .next-box p a {
            color: #428bca;
        }

        .next-box p.prev {
            float: left;
        }

        .next-box p.next {
            float: right;
        }

/*文章评论样式*/
.comment-box {
    position: relative;
    padding: 0 50px 20px;
}

    .comment-box .form-box {
        margin: 0;
        padding: 15px 0;
    }

        .comment-box .form-box .avatar-box {
            display: block;
            float: left;
            margin: 0;
            padding: 0;
            width: 55px;
            height: 55px;
            border: 0;
            border-radius: 55px;
            background: #fafafa;
            overflow: hidden;
        }

            .comment-box .form-box .avatar-box i {
                color: #999;
                font-size: 55px;
                line-height: 1.2em;
            }

            .comment-box .form-box .avatar-box img {
                width: 100%;
                height: 100%;
            }

        .comment-box .form-box .conn-box {
            position: relative;
            margin-left: 70px;
        }

            .comment-box .form-box .conn-box .editor {
                position: relative;
                margin-right: 18px;
            }

                .comment-box .form-box .conn-box .editor textarea {
                    display: inline;
                    margin: 0;
                    padding: 8px;
                    width: 100%;
                    height: 80px;
                    border: 1px solid #e8e8e8;
                    line-height: 20px;
                }

            .comment-box .form-box .conn-box .subcon {
                padding-top: 15px;
                color: #999;
                font-size: 12px;
            }

                .comment-box .form-box .conn-box .subcon .submit {
                    float: right;
                    display: inline-block;
                    padding: 0 20px;
                    height: 36px;
                    line-height: 34px;
                    color: #fff;
                    font-size: 12px;
                    background: #38f;
                    vertical-align: middle;
                    cursor: pointer;
                }

                .comment-box .form-box .conn-box .subcon strong {
                    color: #333;
                    font-weight: normal;
                }

                .comment-box .form-box .conn-box .subcon .code {
                    margin-right: 5px;
                    padding: 7px;
                    width: 80px;
                    height: 20px;
                    line-height: 20px;
                    border: 1px solid #e8e8e8;
                }

                .comment-box .form-box .conn-box .subcon a img {
                    vertical-align: middle;
                }

    .comment-box .list-box li {
        padding: 17px 0;
        border-top: 1px solid #f7f7f7;
    }

        .comment-box .list-box li .avatar-box {
            display: block;
            float: left;
            margin: 0;
            padding: 0;
            width: 55px;
            height: 55px;
            border: 0;
            border-radius: 55px;
            background: #fafafa;
            overflow: hidden;
        }

            .comment-box .list-box li .avatar-box i {
                color: #999;
                font-size: 55px;
                line-height: 1.2em;
            }

            .comment-box .list-box li .avatar-box img {
                width: 100%;
                height: 100%;
            }

        .comment-box .list-box li .inner-box {
            position: relative;
            margin-left: 70px;
        }

            .comment-box .list-box li .inner-box .info {
                padding-bottom: 3px;
            }

                .comment-box .list-box li .inner-box .info span {
                    margin-right: 5px;
                    color: #999;
                    font-size: 12px;
                }

            .comment-box .list-box li .inner-box p {
                color: #333;
                font-size: 14px;
                line-height: 1.8em;
            }

        .comment-box .list-box li .answer-box {
            clear: both;
            margin: 10px 0 0 70px;
            padding: 10px;
            background: #fafafa;
            border: 1px solid #e6e6e6;
            border-radius: 3px;
        }

            .comment-box .list-box li .answer-box .info {
                margin-bottom: 5px;
                padding: 0;
                color: #1e7bb3;
                font-size: 12px;
                border: none;
            }

                .comment-box .list-box li .answer-box .info span.right {
                    float: right;
                    color: #999;
                }

            .comment-box .list-box li .answer-box p {
                color: #555;
                font-size: 14px;
                line-height: 1.8em;
            }
/*类别导航样式*/
.screen-box {
    display: block;
    position: relative;
    margin: 0 0 15px;
    padding: 0 15px;
    background: #fff;
}

    .screen-box ul {
        padding: 10px 0;
        display: block;
        font-size: 14px;
    }

        .screen-box ul h4 {
            display: inline-block;
            padding: 0 15px;
            text-align: right;
            line-height: 28px;
            font-weight: normal;
        }

        .screen-box ul li {
            display: inline-block;
            padding: 0 15px;
            line-height: 28px;
            *display: inline;
            *zoom: 1;
        }

            .screen-box ul li a {
                color: #333;
            }

                .screen-box ul li a:hover, .screen-box ul li.selected a {
                    color: #8CAC52;
                }

    .screen-box dl {
        margin: 0;
        padding: 0;
        clear: both;
        display: block;
        border-top: 1px solid #f7f7f7;
        font-size: 12px;
    }

        .screen-box dl:after {
            clear: none;
            content: "";
            display: block;
            height: 0;
            visibility: hidden;
        }

        .screen-box dl:first-child {
            border-top: none;
        }

        .screen-box dl dt {
            display: block;
            float: left;
            padding-left: 10px;
            width: 100px;
            color: #555;
            line-height: 40px;
        }

        .screen-box dl dd {
            position: relative;
            margin-left: 112px;
            padding-top: 6px;
            overflow: hidden;
        }

            .screen-box dl dd a {
                display: inline-block;
                margin: 0 6px 6px 0;
                padding: 8px 10px;
                border: 1px solid #fff;
                line-height: 12px;
            }

                .screen-box dl dd a.selected {
                    border-color: #fff;
                    color: #fff;
                    background: #34ad2a;
                }
/*排序样式*/
.sort-box {
    position: relative;
    margin: 0 0 15px;
    height: 36px;
    background: #fff;
    overflow: hidden;
}

    .sort-box a {
        display: block;
        float: left;
        margin-left: -1px;
        padding: 0 15px;
        line-height: 36px;
        height: 36px;
        border-left: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
        color: #333;
        font-size: 12px;
    }

        .sort-box a:hover, .sort-box a.selected {
            color: #fff;
            background: #34ad2a;
        }
/*内容相册样式*/
.album-list {
    position: relative;
    margin: 0 50px;
}

    .album-list:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .album-list ul {
        margin: 0 0 0 -15px;
        *zoom: 1;
    }

    .album-list li {
        float: left;
        width: 25%;
    }

        .album-list li a {
            display: block;
            margin: 15px 0 0 15px;
            padding: 1px;
            border: 1px solid #e8e8e8;
        }

            .album-list li a img {
                display: block;
                width: 100%;
                height: auto;
            }
/*附件下载样式*/
.attach-list {
    margin: 0 50px 15px;
    color: #757575;
}

    .attach-list ul li {
        margin-top: 15px;
        padding: 15px;
        border: 1px solid #ebebeb;
    }

        .attach-list ul li .link-btn {
            display: block;
            float: right;
            margin-top: 7px;
            padding: 5px 15px;
            border: 1px solid #e0e0e0;
            line-height: 20px;
            font-size: 14px;
            cursor: pointer;
        }

            .attach-list ul li .link-btn i {
                font-size: 14px;
            }

        .attach-list ul li .icon-box {
            display: inline-block;
            margin-right: 5px;
            line-height: 38px;
            color: #ccc;
        }

            .attach-list ul li .icon-box i {
                font-size: 38px;
            }

        .attach-list ul li .info {
            display: inline-block;
        }

            .attach-list ul li .info h3 {
                line-height: 20px;
                color: #333;
                font-size: 14px;
                font-weight: normal;
            }

            .attach-list ul li .info span {
                margin-right: 5px;
                line-height: 18px;
                color: #999;
                font-size: 12px;
            }
/*商品缩略图样式*/
.goods-box {
    position: relative;
    margin-bottom: 15px;
    padding: 30px;
    font-size: 12px;
    background: #fff;
}

.goods-pic {
    position: relative;
    float: left;
    width: 370px;
    *z-index: 1;
}

.pic-box {
    float: left;
}

.pic-preview {
    width: 368px;
    height: 368px;
    border: 1px solid #e8e8e8;
}

.pic-scroll {
    margin-top: 10px;
    width: 370px;
}

    .pic-scroll .prev {
        float: left;
        margin-right: 5px;
    }

    .pic-scroll .next {
        float: right;
    }

    .pic-scroll .prev, .pic-scroll .next {
        display: block;
        font-family: "宋体";
        text-align: center;
        width: 10px;
        height: 60px;
        line-height: 60px;
        border: 1px solid #e8e8e8;
        background: #f7f7f7;
        cursor: pointer;
        text-decoration: none;
    }

    .pic-scroll .items {
        position: relative;
        float: left;
        width: 335px;
        height: 62px;
        overflow: hidden;
    }

        .pic-scroll .items ul {
            position: absolute;
            margin: 0;
            padding: 0;
            width: 999999px;
            height: 100%;
        }

            .pic-scroll .items ul li {
                float: left;
                margin: 0;
                padding: 0;
                width: 67px;
                text-align: center;
            }

                .pic-scroll .items ul li img {
                    padding: 2px;
                    border: 1px solid #e8e8e8;
                    width: 56px;
                    height: 56px;
                }

                    .pic-scroll .items ul li img:hover {
                        padding: 1px;
                        border: 2px solid #d70000;
                    }
/*商品规格*/
.goods-spec {
    position: relative;
    margin: 0 0 0 395px;
    overflow: hidden;
}

    .goods-spec h1 {
        display: block;
        color: #555;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.1em;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .goods-spec .subtitle {
        margin-top: 5px;
        color: #888;
        font-size: 14px;
        line-height: 18px;
    }

    .goods-spec .spec-box {
        position: relative;
        margin-top: 10px;
    }

        .goods-spec .spec-box.line {
            padding-top: 10px;
            border-top: 1px solid #efefef;
        }

        .goods-spec .spec-box:after {
            clear: none;
            content: "";
            display: block;
            height: 0;
            visibility: hidden;
        }

        .goods-spec .spec-box dl {
            clear: both;
            display: block;
        }

            .goods-spec .spec-box dl:after {
                clear: none;
                content: "";
                display: block;
                height: 0;
                visibility: hidden;
            }

            .goods-spec .spec-box dl dt {
                float: left;
                width: 80px;
                line-height: 38px;
                min-height: 38px;
                color: #999;
            }

            .goods-spec .spec-box dl dd {
                position: relative;
                padding: 5px 0;
                line-height: 26px;
                min-height: 26px;
                color: #6c6c6c;
            }

                .goods-spec .spec-box dl dd s {
                    display: inline-block;
                    text-decoration: line-through;
                }

                .goods-spec .spec-box dl dd .price {
                    display: inline-block;
                    margin-right: 5px;
                    color: #f40;
                    font-size: 24px;
                    font-weight: 700;
                    font-style: normal;
                }

                .goods-spec .spec-box dl dd .items li {
                    position: relative;
                    float: left;
                    margin: 0 5px 8px 0;
                    padding: 1px;
                    line-height: 20px;
                    vertical-align: middle;
                }

                    .goods-spec .spec-box dl dd .items li a {
                        display: block;
                        padding: 1px;
                        color: #666;
                        min-width: 10px;
                        width: auto !important;
                        text-align: center;
                        text-decoration: none;
                        border: 1px solid #eee;
                        cursor: pointer;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        vertical-align: middle;
                    }

                        .goods-spec .spec-box dl dd .items li a span {
                            display: inline-block;
                            padding: 5px 9px;
                            font-style: normal;
                            line-height: 20px;
                        }

                        .goods-spec .spec-box dl dd .items li a img {
                            width: 36px;
                            height: 38px;
                            vertical-align: middle;
                        }

                        .goods-spec .spec-box dl dd .items li a.selected {
                            margin: -1px;
                            color: #333;
                            border: 2px solid #f40;
                            color: #f40;
                        }

                .goods-spec .spec-box dl dd .stock-box {
                    display: block;
                    float: left;
                    margin-right: 10px;
                    width: 64px;
                }

                    .goods-spec .spec-box dl dd .stock-box input {
                        float: left;
                        margin-right: 3px;
                        width: 42px;
                        height: 30px;
                        line-height: 30px;
                        text-align: center;
                        border: 1px solid #e8e8e8;
                    }

        .goods-spec .spec-box .stock-box a {
            display: block;
            float: left;
            margin-bottom: 4px;
            width: 15px;
            height: 12px;
            line-height: 12px;
            color: #333;
            font-size: 11px;
            text-align: center;
            border: 1px solid #e8e8e8;
            cursor: pointer;
            overflow: hidden;
        }

        .goods-spec .spec-box .stock-txt {
            float: left;
            line-height: 32px;
        }

        .goods-spec .spec-box .btn-buy {
            margin-top: 15px;
        }

            .goods-spec .spec-box .btn-buy .buy {
                display: inline-block;
                margin-right: 10px;
                padding: 0 30px;
                color: #e5511d;
                font-size: 16px;
                line-height: 38px;
                background: #ffe4d0;
                border: 1px solid #f0cab6;
                cursor: pointer;
            }

            .goods-spec .spec-box .btn-buy .add {
                display: inline-block;
                padding: 0 30px;
                color: #fff;
                font-size: 16px;
                line-height: 38px;
                background: #f40;
                border: 1px solid #f40;
                border-radius: 2px;
                cursor: pointer;
            }

            .goods-spec .spec-box .btn-buy button.over {
                color: #999;
                background: #f7f7f7;
                border-color: #e8e8e8;
                cursor: default;
            }
/* 图片放大镜样式*/
.jqzoom {
    position: relative;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    width: 368px;
    height: 368px;
    border: none;
    cursor: crosshair;
}

    .jqzoom img {
        width: 368px;
        height: 368px;
    }

.zoomdiv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    width: 368px;
    height: 368px;
    background: #fff;
    border: 1px solid #e8e8e8;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #fff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}
/*商品Tab样式*/
.goods-tab .tab-head {
    display: block;
    height: 42px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}

    .goods-tab .tab-head ul li {
        float: left;
        margin-left: -1px;
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
    }

        .goods-tab .tab-head ul li a {
            display: block;
            padding: 0 30px;
            height: 42px;
            line-height: 42px;
            color: #555;
            font-size: 14px;
        }

            .goods-tab .tab-head ul li a:hover, .goods-tab .tab-head ul li a.selected {
                color: #fff;
                background: #34ad2a;
            }

.goods-tab .tab-content {
    display: none;
}
/*焦点菜单*/
.banner-img {
    position: relative;
    width: 100%;
    height: 341px;
    overflow: hidden;
}

    .banner-img img {
        min-width: 100%;
        min-height: 100%;
    }

.banner-nav {
    position: relative;
    width: 100%;
    height: 341px;
    background: #fff;
}

    .banner-nav ul {
        padding: 15px 0;
    }

        .banner-nav ul li {
            cursor: pointer;
        }

            .banner-nav ul li h3 {
                position: relative;
                display: block;
                padding: 0 20px;
                width: 180px;
                font-weight: normal;
                height: 53px;
            }

                .banner-nav ul li h3 i {
                    position: absolute;
                    right: 5px;
                    top: 18px;
                    width: 13px;
                    height: 13px;
                    color: #e0e0e0;
                    font-size: 13px;
                }

                .banner-nav ul li h3 span {
                    line-height: 28px;
                    color: #333;
                    font-size: 14px;
                }

                .banner-nav ul li h3 p {
                    line-height: 16px;
                    color: rgba(0,0,0,0.5);
                    font-size: 12px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }

            .banner-nav ul li:hover h3 {
                background: #d70029;
            }

                .banner-nav ul li:hover h3 i {
                    color: #fff;
                }

                .banner-nav ul li:hover h3 span {
                    color: #fff;
                }

                .banner-nav ul li:hover h3 p {
                    color: rgba(255,255,255,0.5);
                }

            .banner-nav ul li .item-box {
                display: none;
                position: absolute;
                top: 0;
                left: 220px;
                bottom: 0;
                width: 705px;
                height: 100%;
                background-color: rgba(0,0,0,0.3);
                z-index: 9999;
            }

            .banner-nav ul li:hover .item-box {
                display: block;
            }

            .banner-nav ul li .item-box dl {
                display: block;
                padding: 15px 30px 0;
            }

                .banner-nav ul li .item-box dl dt {
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 28px;
                }

                .banner-nav ul li .item-box dl dd {
                    font-size: 12px;
                    line-height: 24px;
                }

                .banner-nav ul li .item-box dl a {
                    color: #fff;
                }

                .banner-nav ul li .item-box dl dd a {
                    margin-right: 5px;
                }

/*页码容器*/
.page-box {
    margin: 15px 30px;
    padding-bottom: 30px;
}

    .page-box:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
/*视频容器*/
.video-box {
    position: relative;
    margin: 0 50px;
    width: 785px;
    height: 441px;
    _clear: both;
    _display: inline;
}

/*购物车样式*/
.cart-info {
    position: absolute;
    top: -50px;
    left: 0;
    margin: 0;
    padding: 15px;
    border: 1px solid #DFC795;
    width: 302px;
    height: auto;
    background: #fcfbda;
    text-align: left;
    z-index: 2;
}

    .cart-info .ico {
        display: block;
        float: left;
        margin-top: 5px;
        width: 46px;
        height: 46px;
    }

        .cart-info .ico i {
            color: #5ba61b;
            font-size: 46px;
            line-height: 1em;
        }

        .cart-info .ico.error i {
            color: #fb1605;
        }

    .cart-info .msg {
        margin-left: 60px;
    }

        .cart-info .msg strong {
            margin-bottom: 10px;
            color: #444;
            font-size: 15px;
        }

        .cart-info .msg p {
            padding-bottom: 8px;
            line-height: 1.8em;
        }

        .cart-info .msg .link-btn {
            display: inline-block;
            margin: 0;
            padding: 0 25px;
            color: #fff;
            font-size: 12px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background: #34ad2a;
            vertical-align: middle;
        }

        .cart-info .msg .close {
            position: absolute;
            display: block;
            top: 5px;
            right: 5px;
            width: 20px;
            height: 20px;
            text-align: center;
            cursor: pointer;
        }

            .cart-info .msg .close i {
                color: #999;
                font-size: 14px;
                line-height: 20px;
            }

.cart-head {
    position: relative;
    margin: 0 50px;
    padding: 30px 0;
}

    .cart-head h2 {
        float: left;
        color: #555;
        font-size: 18px;
        line-height: 35px;
    }

        .cart-head h2 i {
            display: inline-block;
            margin-right: 5px;
            color: #83c44e;
            font-size: 23px;
            line-height: 35px;
            vertical-align: middle;
        }

    .cart-head .cart-setp {
        position: relative;
        margin-left: 200px;
    }

        .cart-head .cart-setp li {
            position: relative;
            float: left;
            width: 33.33%;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #999;
            font-size: 12px;
            *width: 33.3%;
        }

            .cart-head .cart-setp li .progress {
                margin-right: 1px;
                height: 35px;
                line-height: 35px;
                color: #424242;
                background: #eee;
            }

                .cart-head .cart-setp li .progress span {
                    margin-right: 2px;
                    font-size: 14px;
                    font-weight: 600;
                }

            .cart-head .cart-setp li.active .progress {
                color: #fff;
                background: #83c44e;
            }

            .cart-head .cart-setp li.first .progress {
                border-top-left-radius: 20px;
                border-bottom-left-radius: 20px;
            }

            .cart-head .cart-setp li.last .progress {
                border-top-right-radius: 20px;
                border-bottom-right-radius: 20px;
            }

.cart-box {
    position: relative;
    margin: 0 50px;
}

    .cart-box .cart-table {
        border: 1px solid #eee;
    }

        .cart-box .cart-table th {
            padding: 0.8em 0.5em;
            color: #555;
            font-size: 13px;
            font-weight: 400;
            background: #f5f5f5;
            border-bottom: 1px solid #eee;
        }

        .cart-box .cart-table td {
            padding: 1em 0.5em;
            color: #555;
            font-size: 13px;
            border-bottom: 1px solid #eee;
        }

            .cart-box .cart-table td .stxt {
                margin-top: 5px;
                color: #666;
                font-size: 12px;
                line-height: 20px;
            }

            .cart-box .cart-table td input.checkall {
                padding: 0;
                border: 1px solid #eee;
                background: #fff;
            }

            .cart-box .cart-table td .img {
                padding: 1px;
                width: 60px;
                height: 60px;
                border: 1px solid #eee;
            }

            .cart-box .cart-table td .buy-box {
                margin: auto;
                padding: 0;
                width: 74px;
                height: 22px;
                overflow: hidden;
            }

                .cart-box .cart-table td .buy-box a {
                    display: block;
                    float: left;
                    width: 20px;
                    height: 20px;
                    font-size: 12px;
                    line-height: 20px;
                    text-align: center;
                    border: 1px solid #e8e8e8;
                    overflow: hidden;
                }

                .cart-box .cart-table td .buy-box .input {
                    float: left;
                    margin: 0;
                    padding: 0;
                    width: 30px;
                    font-size: 12px;
                    height: 20px;
                    line-height: 20px;
                    text-align: center;
                    ime-mode: Disabled;
                    border-radius: 0;
                    border-left: 0;
                    border-right: 0;
                }

.item-box {
    clear: both;
    padding: 20px 0;
    font-size: 14px;
}

    .item-box li {
        display: block;
        float: left;
        margin: 0 25px;
        height: 28px;
        line-height: 28px;
    }

        .item-box li label input {
            margin-right: 3px;
        }

        .item-box li em {
            color: #999;
        }

.buy-foot {
    margin: 20px 0;
    font-size: 14px;
}

    .buy-foot .left-box {
        float: left;
    }

        .buy-foot .left-box dl {
            clear: both;
            padding-bottom: 10px;
            line-height: 28px;
        }

            .buy-foot .left-box dl dt {
                color: #6c6c6c;
            }

            .buy-foot .left-box dl dd .input {
                width: 230px;
                padding: 5px;
                border: 1px solid #e0e0e0;
            }

    .buy-foot .right-box {
        float: right;
        text-align: right;
    }

        .buy-foot .right-box p {
            line-height: 38px;
        }

            .buy-foot .right-box p .price {
                color: #f00;
                font-weight: 700;
            }

            .buy-foot .right-box p.txt-box {
                margin-top: 10px;
                font-size: 18px;
                font-weight: 700;
            }

            .buy-foot .right-box p.btn-box {
                margin-top: 20px;
            }

                .buy-foot .right-box p.btn-box .btn {
                    display: inline-block;
                    margin: 0 0 0 5px;
                    padding: 8px 25px;
                    width: auto;
                    height: auto;
                    line-height: 20px;
                    color: #fff;
                    font-size: 12px;
                    border: 0;
                    background: #d70029;
                    border-radius: 3px;
                    cursor: pointer;
                }

                .buy-foot .right-box p.btn-box .button {
                    background: #1e7bb3;
                }

                .buy-foot .right-box p.btn-box .submit {
                    background: #34ad2a;
                }

                .buy-foot .right-box p.btn-box .gray {
                    background: #ddd;
                }

.cart-foot {
    margin: 0 50px;
    padding: 20px 0 30px;
    height: 40px;
}

    .cart-foot .left-box {
        float: left;
        line-height: 40px;
    }

        .cart-foot .left-box a {
            margin-right: 20px;
            font-size: 14px;
        }

    .cart-foot .right-box {
        float: right;
    }

        .cart-foot .right-box button {
            display: inline-block;
            margin: 0 0 0 5px;
            padding: 8px 25px;
            width: auto;
            height: auto;
            line-height: 20px;
            color: #fff;
            font-size: 12px;
            border: 0;
            background: #d70029;
            border-radius: 3px;
            cursor: pointer;
        }

        .cart-foot .right-box .submit {
            background: #34ad2a;
        }

        .cart-foot .right-box .button {
            background: #1e7bb3;
        }

.address-list {
    margin: 20px 0 0;
    padding: 10px;
    color: #555;
    font-size: 14px;
    border: 1px solid #f7f7f7;
    max-height: 300px;
    overflow: auto;
}

    .address-list li {
        margin: 5px 0;
        padding: 5px 10px;
        height: 20px;
        line-height: 20px;
        cursor: pointer;
    }

        .address-list li span {
            margin-left: 10px;
        }

        .address-list li label em {
            margin-left: 5px;
            color: #999;
        }

        .address-list li.selected {
            padding: 10px;
            font-size: 15px;
            background: #fff0e8;
            border-radius: 3px;
        }

            .address-list li.selected span {
                color: #333;
                font-weight: 700;
            }

.address-info.form-box {
    margin: 0;
}

/*表单样式*/
.msg-box {
    display: block;
    margin: 0;
    padding: 6px;
    border: 1px solid #fbf2b5;
    background: #fcfbda;
}

    .msg-box i {
        display: block;
        float: left;
        margin: 4px 0 0;
        font-size: 12px;
        color: #A094A9;
        width: 18px;
        height: 18px;
        text-align: center;
        vertical-align: middle;
    }

    .msg-box p {
        margin-left: 18px;
        line-height: 24px;
        color: #A4A147;
        font-size: 12px;
    }

.form-box {
    margin: 0 50px;
    padding: 20px 0 30px;
}

    .form-box .form-group {
        margin: 0;
        padding: 10px 0;
        clear: both;
    }

        .form-box .form-group .tips {
            margin-left: 16%;
            color: #666;
            font-size: 12px;
            line-height: 20px;
        }

        .form-box .form-group dt {
            display: block;
            float: left;
            padding-right: 2%;
            width: 14%;
            line-height: 40px;
            text-align: right;
            color: #888;
        }

        .form-box .form-group dd {
            display: block;
            position: relative;
            margin-left: 16%;
            line-height: 40px;
        }

            .form-box .form-group dd img {
                vertical-align: middle;
            }

            .form-box .form-group dd .input {
                display: inline-block;
                padding: 0 10px;
                width: 50%;
                height: 40px;
                line-height: 20px;
                border: 1px solid #e0e0e0;
            }

                .form-box .form-group dd .input.code {
                    width: 80px;
                }

            .form-box .form-group dd .select {
                display: inline-block;
                padding: 10px;
                height: 40px;
                line-height: 20px;
                border: 1px solid #e0e0e0;
            }

            .form-box .form-group dd .textarea {
                display: inline-block;
                padding: 10px;
                width: 50%;
                height: 80px;
                line-height: 20px;
                border: 1px solid #e0e0e0;
                vertical-align: middle;
                overflow: auto;
            }

            .form-box .form-group dd .submit {
                display: inline-block;
                margin: 0 0 0 5px;
                padding: 10px 46px;
                width: auto;
                height: auto;
                line-height: 20px;
                color: #fff;
                font-size: 14px;
                border: 1px solid #d70029;
                background: #d70029;
                cursor: pointer;
            }

            .form-box .form-group dd .button {
                display: inline-block;
                margin: 0 0 0 5px;
                padding: 10px 46px;
                width: auto;
                height: auto;
                line-height: 20px;
                color: #666;
                font-size: 14px;
                border: 1px solid #eee;
                background: #eee;
                cursor: pointer;
            }

            .form-box .form-group dd label.mart {
                margin-right: 5px;
            }
    /*全屏样式*/
    .form-box.full {
        padding: 0 0 50px;
    }

        .form-box.full .form-group dt {
            width: 40%;
        }

        .form-box.full .form-group dd {
            margin-left: 42%;
        }

            .form-box.full .form-group dd .input {
                width: 40%;
            }

                .form-box.full .form-group dd .input.code {
                    width: 80px;
                }
/*物流样式*/
.accept-box {
    margin-bottom: 50px;
    padding: 0;
    background: #fff;
    border: 1px solid #f0f0f0;
}

    .accept-box dl {
        padding: 0 !important;
    }

        .accept-box dl.head {
            position: relative;
            margin: 0;
            padding: 0;
            background: #fbfbfb;
            border-bottom: 1px solid #e8e8e8;
        }

            .accept-box dl.head dd {
                margin-left: 10px;
            }

            .accept-box dl.head .btn-pay {
                position: absolute;
                top: 6px;
                right: 6px;
                display: block;
                padding: 0 15px;
                color: #fff;
                font-size: 12px;
                height: 24px;
                line-height: 24px;
                background: #52A152;
                border: 1px solid #417F41;
                border-radius: 2px;
            }
/*订单进度*/
.order-progress {
    position: relative;
    margin: 20px 50px;
    height: 55px;
}

    .order-progress li {
        position: relative;
        float: left;
        width: 20%;
        text-align: center;
    }

    .order-progress.mini li {
        width: 25%;
    }

    .order-progress li .progress {
        display: block;
        margin-right: 1px;
        line-height: 20px;
        color: #424242;
        font-size: 12px;
        text-align: center;
        background: #eee;
    }

    .order-progress li .info {
        display: block;
        margin-top: 15px;
        line-height: 20px;
        color: #757575;
        font-size: 12px;
        text-align: center;
    }

    .order-progress li.active .progress {
        color: #fff;
        background: #83c44e;
    }

    .order-progress li.first .progress {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .order-progress li.last .progress {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

/*提示信息*/
.msg-tips {
    position: relative;
    margin: 30px auto;
    padding: 30px 0;
    width: 420px;
    font-size: 14px;
    text-align: left;
}

    .msg-tips .icon {
        display: block;
        float: left;
        width: 60px;
        height: 60px;
    }

        .msg-tips .icon i {
            margin: 0;
            padding: 0;
            font-size: 60px;
            color: #090;
            line-height: 1em;
        }

        .msg-tips .icon.warning i {
            color: #f90;
        }

        .msg-tips .icon.error i {
            color: #f00;
        }

    .msg-tips .info {
        margin-left: 80px;
    }

        .msg-tips .info strong {
            display: block;
            padding-bottom: 5px;
            color: #333;
            font-size: 18px;
            font-weight: normal;
            line-height: 1.3em;
        }

        .msg-tips .info p {
            line-height: 24px;
            color: #666;
            font-size: 14px;
        }

            .msg-tips .info p a {
                margin: auto 2px;
            }
/*会员登录样式*/
.login-box {
    margin: 50px auto 0;
    padding-bottom: 50px;
    width: 343px;
    overflow: hidden;
}

    .login-box .input-box {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
        padding: 0 10px;
        width: 320px;
        border: 1px solid #e5e5e5;
        height: 42px;
        line-height: 22px;
        color: #333;
        font-size: 14px;
        overflow: hidden;
    }

        .login-box .input-box input {
            padding: 12px 0;
            width: 100%;
            height: 20px;
            line-height: 20px;
            font-size: 14px;
        }

    .login-box .remember-box {
        margin-bottom: 30px;
        height: 20px;
        line-height: 20px;
        color: #909090;
        font-size: 14px;
    }

        .login-box .remember-box input {
            vertical-align: middle;
        }

        .login-box .remember-box label {
            margin-right: 7px;
            cursor: pointer;
            vertical-align: middle;
        }

        .login-box .remember-box a {
            color: #00a7ea;
            vertical-align: middle;
        }

    .login-box .btn-box {
        display: block;
        margin-bottom: 20px;
        height: 42px;
    }

        .login-box .btn-box input {
            display: inline-block;
            width: 342px;
            height: 42px;
            line-height: 42px;
            background: #6caa4b;
            color: #fff;
            cursor: pointer;
            font-size: 14px;
            text-align: center;
        }

    .login-box .tip-box {
        display: block;
        text-align: center;
        height: 20px;
        line-height: 20px;
        color: #f90;
        font-size: 13px;
    }

    .login-box .oatuh-box {
        clear: both;
        padding-top: 15px;
    }

        .login-box .oatuh-box h3 {
            display: block;
            margin-bottom: 10px;
            color: #666;
            font-size: 14px;
            line-height: 30px;
            height: 30px;
            font-weight: normal;
        }

        .login-box .oatuh-box p {
            margin-left: -25px;
        }

            .login-box .oatuh-box p a {
                display: block;
                float: left;
                margin: 0 0 10px 25px;
                _display: inline;
                _zoom: 1;
            }

                .login-box .oatuh-box p a img {
                    width: 38px;
                    height: 38px;
                }

.oauth-box {
    position: relative;
    margin: 50px auto;
    width: 65%;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

    .oauth-box .tab-head {
        display: block;
        height: 42px;
        border-bottom: 1px solid #f0f0f0;
        background: #fff;
    }

        .oauth-box .tab-head li {
            float: left;
            margin-left: -1px;
            border-left: 1px solid #f0f0f0;
            border-right: 1px solid #f0f0f0;
        }

            .oauth-box .tab-head li a {
                display: block;
                padding: 0 30px;
                height: 42px;
                line-height: 42px;
                color: #555;
                font-size: 14px;
            }

                .oauth-box .tab-head li a.selected {
                    color: #fff;
                    background: #34ad2a;
                }

    .oauth-box .tab-content {
        display: none;
    }
/*会员头像容器*/
.avatar-box {
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
    height: 60px;
    background: #fafafa;
}

    .avatar-box .img-box {
        position: relative;
        display: block;
        float: left;
        margin-right: 10px;
        width: 60px;
        height: 60px;
        border-radius: 60px;
        background: #fff;
        text-align: center;
        overflow: hidden;
    }

        .avatar-box .img-box img {
            padding: 2px;
            width: 54px;
            height: 54px;
            border: 1px solid #f5f5f5;
            border-radius: 60px;
            background: #fff;
        }

        .avatar-box .img-box i {
            color: #ccc;
            font-size: 54px;
            line-height: 78px;
            background: #fff;
        }

    .avatar-box h3 {
        margin: 0;
        color: #333;
        font-size: 14px;
        font-weight: normal;
        line-height: 32px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .avatar-box p {
        color: #666;
        font-size: 12px;
        line-height: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

        .avatar-box p b {
            color: #23ac38;
            font-weight: normal;
        }
/*会员中心导航*/
.center-nav {
    padding: 15px 20px 10px;
}

    .center-nav ul li {
        padding: 0;
        overflow: hidden;
    }

        .center-nav ul li h2 {
            margin-bottom: 8px;
            color: #333;
            font-size: 14px;
            font-weight: normal;
            line-height: 20px;
        }

            .center-nav ul li h2 i {
                display: inline-block;
                margin-left: 5px;
                color: #666;
                font-size: 14px;
                line-height: 20px;
            }

            .center-nav ul li h2 span {
                font-weight: 300;
            }

        .center-nav ul li .list {
            margin: 0 0 15px 26px;
            font-size: 12px;
        }

            .center-nav ul li .list p {
                margin-top: 5px;
            }

            .center-nav ul li .list a {
                display: block;
                height: 24px;
                line-height: 24px;
                color: #757575;
            }

                .center-nav ul li .list a i {
                    float: right;
                    line-height: 24px;
                    color: #999;
                    font-size: 12px;
                }

                .center-nav ul li.selected .list a, .center-nav ul li .list a:hover {
                    color: #23ac38;
                }

.center-head {
    margin: 15px 50px 0;
    padding: 15px;
    background: #fafafa;
}

    .center-head .img-box {
        display: block;
        float: left;
        width: 116px;
        height: 116px;
        text-align: center;
        border-radius: 110px;
        background: #fff;
        overflow: hidden;
    }

        .center-head .img-box img {
            padding: 2px;
            width: 110px;
            height: 110px;
            border: 1px solid #f5f5f5;
            border-radius: 110px;
            background: #fff;
        }

        .center-head .img-box i {
            color: #ccc;
            font-size: 110px;
            line-height: 1.3em;
        }

    .center-head .list-box {
        position: relative;
        display: block;
        margin-left: 135px;
    }

        .center-head .list-box h3 {
            display: block;
            color: #333;
            font-size: 16px;
            font-weight: normal;
            line-height: 42px;
        }

        .center-head .list-box ul:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .center-head .list-box ul li {
            display: block;
            float: left;
            width: 33.32%;
            color: #848484;
            font-size: 14px;
            line-height: 32px;
        }

            .center-head .list-box ul li p {
                text-align: center;
            }

            .center-head .list-box ul li .link-btn {
                display: inline-block;
                padding: 5px 15px;
                color: #fff;
                font-size: 12px;
                line-height: 18px;
                background: #6caa4b;
                vertical-align: middle;
            }

.center-info {
    position: relative;
    margin: 0 50px 0;
    padding: 15px 30px;
    background: #fff;
}

    .center-info ul:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .center-info ul li {
        display: block;
        float: left;
        width: 50%;
        _width: 49.8%;
        line-height: 30px;
        color: #999;
    }

.center-tit {
    margin: 0 50px;
    padding: 10px 15px;
    background: #fafafa;
    line-height: 24px;
}

    .center-tit span {
        float: right;
        font-size: 12px;
    }

    .center-tit h3 {
        color: #000;
        font-size: 14px;
        font-weight: normal;
    }

        .center-tit h3 i {
            margin-right: 5px;
            font-size: 14px;
        }
/*表格样式*/
.table-wrap {
    margin: 0 50px 20px;
}

.ftable {
    margin: 15px 0;
    width: 100%;
    border: 1px solid #f0f0f0;
    background: #fff;
}

.mtable {
    margin: 15px 0;
    width: 100%;
    background: #fff;
    _width: auto;
}

    .mtable th, .ftable th {
        padding: 0.8em;
        color: #6e717a;
        font-size: 13px;
        font-weight: 400;
        background: #fbfbfb;
        border-bottom: 1px solid #e8e8e8;
    }

    .mtable td, .ftable td {
        padding: 0.8em;
        color: #333;
        font-size: 13px;
        border-bottom: 1px solid #F3F3F3;
    }

        .ftable td .img {
            padding: 1px;
            width: 60px;
            height: 60px;
            border: 1px solid #e8e8e8;
        }

        .ftable td s {
            color: #999;
            text-decoration: line-through;
        }

    .mtable .tr_odd_bg, .ftable .tr_odd_bg {
        background: #f9f9f9;
    }
/*会员列表页码样式*/
.page-foot {
    clear: both;
    height: 35px;
    line-height: 35px;
}

    .page-foot .btn-box a {
        display: inline-block;
        margin-right: 10px;
        padding: 5px 15px;
        line-height: 20px;
        border: 1px solid #eee;
        font-size: 12px;
        vertical-align: middle;
    }

    .page-foot .right {
        float: right;
    }
/*头像容器*/
.avatar-wrap {
    margin: 0 15px;
    background: #fafafa;
}

    .avatar-wrap:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .avatar-wrap .avatar-box {
        padding: 10px 25px;
        border-bottom: 1px solid #e0e0e0;
        height: 60px;
    }

        .avatar-wrap .avatar-box .img-box {
            position: relative;
            display: block;
            float: left;
            margin-right: 10px;
            width: 60px;
            height: 60px;
            overflow: hidden;
        }

            .avatar-wrap .avatar-box .img-box img {
                padding: 2px;
                width: 54px;
                height: 54px;
                border: 1px solid #f5f5f5;
                border-radius: 60px;
                background: #fff;
            }

            .avatar-wrap .avatar-box .img-box i {
                color: #ccc;
                font-size: 54px;
                line-height: 54px;
            }

        .avatar-wrap .avatar-box h3 {
            margin: 0;
            color: #333;
            font-size: 14px;
            font-weight: normal;
            line-height: 32px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .avatar-wrap .avatar-box p {
            color: #666;
            font-size: 14px;
            line-height: 20px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            .avatar-wrap .avatar-box p i {
                color: #23ac38;
                font-style: normal;
            }
/*头像上传*/
.cropper-wrap {
    margin-top: 20px;
}

    .cropper-wrap .cropper-box {
        position: relative;
        float: left;
        margin-right: 20px;
        padding: 1px;
        width: 350px;
        height: 350px;
        text-align: center;
        border: 1px solid #f0f0f0;
        border-radius: 2px;
        background: #f4f4f4;
        text-align: center;
        vertical-align: middle;
    }

        .cropper-wrap .cropper-box div {
            margin: auto;
            vertical-align: middle;
        }

    .cropper-wrap .cropper-view {
        float: left;
        width: 184px;
    }

        .cropper-wrap .cropper-view .img-box {
            padding: 1px;
            width: 180px;
            height: 180px;
            border: 1px solid #f0f0f0;
            border-radius: 2px;
            background: #fff;
            overflow: hidden;
        }

            .cropper-wrap .cropper-view .img-box img {
                display: block;
                width: 180px;
                height: 180px;
            }

        .cropper-wrap .cropper-view .btn-box p {
            margin: 8px 0;
            text-align: center;
            color: #333;
            font-size: 13px;
            line-height: 24px;
        }

            .cropper-wrap .cropper-view .btn-box p.tip {
                text-align: left;
                color: #999;
                font-size: 13px;
                line-height: 22px;
            }

        .cropper-wrap .cropper-view .btn-box .btn {
            width: 100%;
            line-height: 34px;
            height: 36px;
            border: 1px solid #d70029;
            background: #d70029;
            cursor: pointer;
            color: #fff;
        }
/*以下部分是WebUploader必须的*/
.webuploader-container {
    position: relative;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    line-height: 32px;
    height: 32px;
    border: 1px solid #02598E;
    border-radius: 2px;
    cursor: pointer;
    background: #1e7bb3;
    color: #fff;
    text-align: center;
    overflow: hidden;
    zoom: 1;
    *display: inline;
}

.webuploader-pick-hover {
    opacity: 0.9;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}

.upload-box {
    position: relative;
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    zoom: 1;
    *display: inline;
}

    .upload-box .upload-btn {
        display: inline-block;
        height: 32px;
        zoom: 1;
        *display: inline;
    }

    .upload-box .upload-progress {
        position: absolute;
        top: 0;
        left: 0;
        padding: 2px 5px;
        width: 115px;
        height: 28px;
        border: 1px solid #d7d7d7;
        background: #fff;
        overflow: hidden;
    }

        .upload-box .upload-progress .txt {
            display: block;
            padding-right: 10px;
            font-weight: normal;
            font-style: normal;
            font-size: 11px;
            line-height: 18px;
            height: 18px;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .upload-box .upload-progress .bar {
            position: relative;
            display: block;
            width: 112px;
            height: 4px;
            border: 1px solid #1da76b;
        }

            .upload-box .upload-progress .bar b {
                display: block;
                width: 0%;
                height: 4px;
                font-weight: normal;
                text-indent: -99em;
                background: #28B779;
                overflow: hidden;
            }

        .upload-box .upload-progress .close {
            position: absolute;
            display: block;
            top: 1px;
            right: 1px;
            width: 14px;
            height: 14px;
            text-indent: -99em;
            background: url(images/sprite.gif) 0 -240px no-repeat;
            cursor: pointer;
            overflow: hidden;
        }

/*页面底部
----------------------------------------------*/
/*留言链接样式*/
.link-box {
    margin: 0 50px;
    border-top: 1px solid #f7f7f7;
}

    .link-box .side-link .img {
        height: auto;
    }

    .link-box .side-link .txt {
        height: auto;
        font-size: 14px;
        line-height: 30px;
    }

.side-link {
    padding: 20px;
    background: #fff;
    _position: relative;
}

    .side-link .img {
        display: block;
        margin: -20px 0 0 -21px;
        padding: 0;
        height: 51px;
        overflow: hidden;
        *display: inline-block;
    }

        .side-link .img:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .side-link .img li {
            position: relative;
            float: left;
            margin: 20px 0 0 21px;
            width: 88px;
            height: 31px;
            overflow: hidden;
            _display: inline;
        }

            .side-link .img li img {
                width: 100%;
                height: 100%;
            }

    .side-link .txt {
        margin-top: 17px;
        width: 100%;
        height: 48px;
        line-height: 24px;
        font-size: 12px;
        overflow: hidden;
    }

        .side-link .txt strong {
            color: #eee;
            margin: 0 1px;
            font-weight: normal;
        }

.side-book {
    background: #fff;
}

    .side-book ul {
        padding: 20px;
    }

        .side-book ul li {
            font-size: 12px;
            line-height: 24px;
            height: 24px;
            overflow: hidden;
        }

            .side-book ul li span {
                float: right;
                margin-left: 10px;
                color: #999;
            }
/*底部样式*/
.footer {
    margin-top: 30px;
    background: #333;
}

    .footer .foot-nav {
        height: 56px;
        line-height: 56px;
        border-bottom: 1px solid #444;
    }

        .footer .foot-nav a {
            margin: auto 8px;
            color: #fff;
            font-size: 14px;
        }

            .footer .foot-nav a:hover {
                color: #34ad2a;
            }

        .footer .foot-nav strong {
            color: #424242;
            font-size: 14px;
            font-weight: 700;
        }

    .footer .foot-box {
        padding: 30px 0;
    }

        .footer .foot-box:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .footer .foot-box .copyright {
            display: block;
            float: left;
            padding-left: 1%;
            width: 70%;
            color: #e5e5e5;
            font-size: 12px;
        }

            .footer .foot-box .copyright p {
                line-height: 2.0em;
            }

                .footer .foot-box .copyright p.gray {
                    color: #999;
                }

        .footer .foot-box .service {
            display: block;
            float: right;
            padding: 10px 0;
            width: 23%;
            border-left: 1px solid #444;
            text-align: center;
        }

            .footer .foot-box .service a {
                display: inline-block;
                padding: 0 15px;
                color: #34ad2a;
                line-height: 30px;
                border: 1px solid #34ad2a;
            }

                .footer .foot-box .service a:hover {
                    color: #fff;
                    border-color: #34ad2a;
                    background: #34ad2a;
                }

                .footer .foot-box .service a i {
                    font-size: 14px;
                }

            .footer .foot-box .service p {
                display: block;
                margin-bottom: 20px;
                color: #b0b0b0;
                font-size: 12px;
            }

/*响应式布局
----------------------------------------------*/
@media only screen and (max-width:1160px) {
    .section {
        width: 925px;
    }

    .slide-box {
        height: 363px;
    }

        .slide-box .list-box {
            margin-left: -768px;
            width: 1536px;
        }

    .side-link-wrap {
        width: 455px;
    }

    .wcztfd {
        min-width: 1200px;
    }

        .wcztfd .hbnu_logo {
            padding-left: 15px;
        }

        .wcztfd .hbnu_top {
            padding-right: 15px;
        }

    .banner {
        min-width: 1200px;
    }

    .hbnu_News {
        min-width: 1200px;
    }

    .hbnu_News .News h2 {
        padding: 0 15px;
    }

    .hbnu_NoticeNew{
        min-width:1200px;
    }

    .hbnu_Notice h2{
        padding:0 15px;
    }

    .hbnu_Notice .Notice_left .wp_article_list {
        padding-left: 15px;
    }

    .hbnu_Admission{
        min-width:1200px;
    }

    .hbnu_Admission_Container h2{
        padding:0 15px;
    }

    .hbnu_Admission_right .wp_article_list .list_item .ex_fields {
        padding-right: 15px;
    }

    .hbnu_Glance{
        min-width:1200px;
    }

        .hbnu_Glance .Quick_Glance h2 {
            padding-left: 15px;
        }

    .Campus_SnapshotsNew{
        min-width:1200px;
    }

    .Campus_Snapshots h2{
        padding-left:15px;
    }

    #footer{
        min-width:1200px;
    }

        #footer .uni_top h2 {
            padding-left: 15px;
            width: auto !important;
        }

    .fbwbxxz, .fbwbxxy {
        padding: 0 15px !important;
    }

    .wcztfdNew{
        min-width:1200px;
    }

        .wcztfdNew .hbnu_logo {
            padding-left: 15px;
        }

        .wcztfdNew .hbnu_top {
            padding-right: 15px;
        }

    .hbnu_nav{
        min-width:1200px;
    }
}

@media only screen and (min-width:1161px) {
    .section {
        width: 1160px;
    }
}

/*！首页页面样式！*/
.hbnu_main {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    height: 125px;
}


/*首页顶部*/
.hbnu_top {
    width: 50%;
    height: 37px;
}

    .hbnu_top ul {
        width: 100%;
        height: 37px;
        margin: 0 auto;
    }

    .hbnu_top li {
        float: right;
    }

        .hbnu_top li a {
            line-height: 37px;
            padding: 0 0 0 20px;
        }
/*首页logo*/
.hbnu_logo {
    width: 50%;
    height: 113px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

    .hbnu_logo .logo {
        background: url('images/hbnu_logo.png') no-repeat 0 22px;
        width: 600px;
        height: 113px;
        flex: 1;
        line-height: 113px;
        text-indent: -9999px;
        display: block;
        float: left;
    }

    .hbnu_logo .search {
        flex: 1;
        padding-top: 34px !important;
        float: right;
        text-align: right;
        margin-right: 2px !important;
    }

        .hbnu_logo .search table {
            float: right;
        }

        .hbnu_logo .search .keyword {
            border: 1px solid #bfbfbf;
            background: 0;
            width: 308px !important;
            height: 44px;
            border-radius: 8px 0 0 8px;
            color: #666;
            padding-left: 10px;
            font-size: 14px;
        }

        .hbnu_logo .search .search_en {
            display: block;
            width: 42px;
            height: 46px;
            border-radius: 0 8px 8px 0;
            margin-left: -2px;
            background: #3479b2 url('images/hbnu_search.png') no-repeat 11px 11px;
        }
/*导航样式*/
.hbnu_nav {
    width: 100%;
    /*height: 50px;*/
    background-color: #ececec;
    /* border-bottom: 3px solid #28166f;*/
}

    .hbnu_nav ul {
        width: 1200px;
        height: 50px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }

        .hbnu_nav ul li {
            float: left;
        }

        .hbnu_nav ul .active {
            background-color: #28166f;
        }

            .hbnu_nav ul .active a {
                color: #fff;
            }

        .hbnu_nav ul li a {
            font-family: Arial,"Microsoft Yahei" !important;
            display: inline-block;
            padding: 0 10px;
            font-size: 18px;
            border-right: 2px solid #fff;
            line-height: 50px;
        }

        .hbnu_nav ul li:first-child a {
            border-left: 2px solid #fff;
        }

        .hbnu_nav ul li a:hover {
            background-color: rgba(14,89,145,0.8) !important;
            color: #ffffff !important;
        }

.wp_nav .nav-item a span.item-name {
    padding: 0;
}

.hbnu_nav ul li .sub-nav {
    position: absolute;
    background-color: #fff; /*height:100%;*/
    display: none; /*left:0;*/
    border-top: 3px solid #28166f;
    margin: 0 auto;
    z-index: 99;
}

.hbnu_nav ul li .sub-nav {
    border-bottom: 3px solid #3479b2 !important;
    background: #fff;
    height: auto;
    width: 350px;
    padding: 0;
}

    .hbnu_nav ul li .sub-nav li {
        float: none;
        width: 350px;
        float: inherit;
        text-align: center;
        position: relative;
        border-bottom: 1px solid #ccc;
        padding: 0;
    }

        .hbnu_nav ul li .sub-nav li:last-child {
            border: 0;
            border-bottom: 3px solid #3479b2 !important;
        }

        .hbnu_nav ul li .sub-nav li a {
            font-family: Arial,"Microsoft Yahei" !important;
            font-size: 18px !important;
            color: #000 !important;
            border: 0 none !important;
            height: 30px !important;
            line-height: 30px !important;
            display: block !important;
            padding: 10px 0;
            text-align: center !important;
        }

        .hbnu_nav ul li .sub-nav li:hover {
            color: #ffffff !important;
        }

            .hbnu_nav ul li .sub-nav li:hover a {
                color: #ffffff !important;
                background: #3479b2 !important;
            }

.hbnu_nav ul li:hover .sub-nav {
    display: block !important;
}


/*首页公告*/
.hbnu_Notice {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    clear: both;
    padding-top: 50px;
    /* background-color: #e8e6e4;*/
}

    .hbnu_Notice h2 {
        text-align: left;
        font-size: 36px;
        /*color: #002147;*/
        color: white;
        margin-bottom: 30px;
    }

    .hbnu_Notice .Notice_left {
        width: 590px;
        float: left;
        text-align: left;
        min-height: 200px;
    }

        .hbnu_Notice .Notice_left .wp_article_list .list_item .Article_Title a {
            color: white !important;
        }

        .hbnu_Notice .Notice_left .wp_article_list .list_item .Article_AuxiliaryTitle a {
            color: white !important;
        }

        .hbnu_Notice .Notice_left .text {
            font-size: 19px;
            color: #002147;
            font-weight: bold;
            width: 580px;
            padding-top: 15px;
            line-height: 26px;
        }

    .hbnu_Notice .Notice_right {
        width: 600px;
        float: right;
        min-height: 200px;
    }

        .hbnu_Notice .Notice_right .photo {
            width: 200px;
            margin-left: 10px;
            float: left;
        }

        .hbnu_Notice .Notice_right .text {
            width: 360px;
            margin-left: 30px;
            float: right;
            text-align: left;
        }

            .hbnu_Notice .Notice_right .text .title {
                font-size: 18px;
                font-weight: bold;
                color: #002147;
            }

            .hbnu_Notice .Notice_right .text .time {
                font-size: 16px;
                color: #666;
                margin-top: 20px;
            }
/*首页新闻*/
.hbnu_News {
    width: 100%;
    height: 650px;
    background-color: #3950a0;
    padding-bottom: 60px;
    background: url(/_upload/tpl/01/02/258/template258/images/news_bg.png) repeat-x left top;
}

    .hbnu_News .News {
        width: 1200px;
        height: 600px;
        margin: 0 auto;
        padding-top: 40px;
    }

        .hbnu_News .News h2 {
            text-align: left;
            font-size: 36px;
            color: #002147;
            margin-bottom: 30px;
        }

    .hbnu_News .News_left {
        width: 50%;
        float: left;
    }

    /*  .hbnu_News .News_left li {
            width: 285px;
            height: auto;
            float: left;
            background-color: #fff;
            margin-right: 15px;
            margin-bottom: 20px;
            padding-bottom: 25px;
        }*/

    /*.hbnu_News .News_left .photo {
            margin: 20px auto;
        }

        .hbnu_News .News_left .icon {
            text-align: left;
            display: block;
            width: 20%;
            padding-left: 20px;
            margin-bottom: 10px;
            margin-top: -12px;
            background: url(images/news.png) no-repeat 17px 1px;
            width: 70px;
            height: 16px;
        }

        .hbnu_News .News_left .text {
            margin: 0 20px;
            text-align: left;
        }

        .hbnu_News .News_left .title {
            font-size: 18px;
            font-weight: bold;
            color: #3479b2;
        }

        .hbnu_News .News_left .article {
            font-size: 15px;
            line-height: 20px;
            margin-top: 10px;
        }

        .hbnu_News .News_left li:nth-child(3), .hbnu_News .News_left li:nth-child(6) {
            margin-right: 0;
        }*/

    .hbnu_News .News_right {
        width: 50%;
        height: auto;
        float: right;
    }

        .hbnu_News .News_right .News_rightdandu {
            display: block;
            width: 150px;
            height: 35px;
            background: #3479b2;
            background-color: #3479b2;
            border-radius: 5px;
            color: #fff;
            line-height: 35px;
            margin-left: 20px;
        }

        .hbnu_News .News_right .text {
            text-align: left;
            padding-left: 20px;
            margin-bottom: 50px;
        }

            .hbnu_News .News_right .text .icon {
                text-align: left;
                display: block;
                width: 20%;
                padding-left: 20px;
                margin-bottom: 10px;
                margin-top: -12px;
                background: url(images/news.png) no-repeat 17px 1px;
                width: 70px;
                height: 16px;
            }

            .hbnu_News .News_right .text .title {
                font-size: 18px;
                line-height: 26px;
                color: #002147;
                text-align: left;
            }

            .hbnu_News .News_right .text .time {
                font-size: 16px;
                margin-top: 20px;
            }

        .hbnu_News .News_right .line {
            border-bottom: 1px solid #bfbfbf;
            margin: 0 0 40px 20px;
        }

    .hbnu_News .wp_article_list .list_item .Article_Title a {
        color: white;
    }

    .hbnu_News .wp_article_list .list_item .Article_PublishDate {
        color: #ccc;
    }

/*留学生招生*/
.hbnu_Admission {
    width: 100%;
    height: auto;
    /*background-color: #ECEDF0;*/
    background: url(images/map.jpg) no-repeat center;
    background-size: cover;
}

.hbnu_Admission_Container {
    width: 1200px;
    margin: auto;
    padding: 50px 0px;
}

    .hbnu_Admission_Container h2 {
        text-align: left;
        font-size: 36px;
        /*color: #002147;*/
        color: #FFF;
        margin-bottom: 30px;
    }

.hbnu_Admission_main {
    width: 100%;
    display: flex;
}

    .hbnu_Admission_main .hbnu_Admission_left {
        width: 50%;
    }

    .hbnu_Admission_main .hbnu_Admission_right {
        width: 50%;
        padding-left: 50px;
    }

        .hbnu_Admission_main .hbnu_Admission_right .wp_article_list .list_item {
            height: auto;
        }

            .hbnu_Admission_main .hbnu_Admission_right .wp_article_list .list_item .Article_Title {
                float: none;
                margin-left: 0;
            }
    .hbnu_Admission_main .playlist { visibility:hidden;}
    .hbnu_Admission_main video {
        width: 100%;
    }

    .hbnu_Admission_main .wp_article_list .list_item .Article_Title a {
        color: #FFF;
    }

    .hbnu_Admission_main .wp_article_list .list_item .Article_PublishDate {
        color: #f7f7f7;
    }

/*首页活动*/
.hbnu_Events {
    width: 1200px;
    height: auto;
    margin: 50px auto;
    background-color: #9fc9e2;
}

    .hbnu_Events h2 {
        text-align: left;
        font-size: 36px;
        color: #002147;
        margin-bottom: 30px;
    }

    .hbnu_Events li {
        float: left;
        margin-right: 15px;
        width: 285px;
    }

        .hbnu_Events li:last-child {
            margin-right: 0;
        }

    .hbnu_Events .title {
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        margin-top: 20px;
    }

    .hbnu_Events .article {
        font-size: 16px;
        text-align: left;
        margin-top: 18px;
        line-height: 24px;
    }
/*首页学校活动*/

.hbnu_section {
    width: 100%;
    height: 600px;
    background-color: #f3f3f3;
    padding-bottom: 60px;
}

/*.hbnu_section*/
.Campus_Snapshots {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
    overflow: hidden;
    clear: both;
}
    /*.hbnu_section*/
    .Campus_Snapshots h2 {
        text-align: left;
        font-size: 36px;
        /*color: #002147;*/
        margin-bottom: 30px;
        padding-top: 40px;
    }
    /*.hbnu_section*/ .Campus_Snapshots li {
        float: left;
        /* width: 285px;*/
        margin-right: 15px; /*height:200px;*/
        margin-bottom: 20px;
    }
        /*.hbnu_section*/ .Campus_Snapshots li:nth-child(4), .hbnu_section .Campus_Snapshots li:nth-child(8) {
            margin-right: 0;
        }
        /*.hbnu_section*/ .Campus_Snapshots li .text {
            margin: 10px;
            background-color: #fff;
            margin-top: -50px;
            z-index: 99;
            position: relative;
            padding: 15px;
            text-align: left;
        }
            /*.hbnu_section*/ .Campus_Snapshots li .text .title {
                font-size: 18px;
                font-weight: bold;
                line-height: 25px;
                color: #002147;
            }
        /*.hbnu_section*/ .Campus_Snapshots li a {
            /*height: 45px;*/
            /* width: 285px;*/
            /*  background-color: #3479b2;*/
            display: inline-block;
            position: relative;
            top: -9px;
            line-height: 45px;
            color: #fff;
            font-size: 16px;
        }

.hbnu_section .Campus_Snapshots li .text .article {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
}

/*首页快速浏览*/
.hbnu_Glance {
    width: 100%;
    background: url('images/list-bg3.png') no-repeat center;
    height: 406px;
    /*margin-top: 50px;*/
    background-size: cover;
}

    .hbnu_Glance .Quick_Glance {
        width: 1200px;
        height: auto;
        margin: 0 auto;
        padding-bottom: 50px;
        padding-top: 40px;
    }

        .hbnu_Glance .Quick_Glance h2 {
            text-align: left;
            font-size: 36px;
            color: #fff;
            margin-bottom: 30px;
        }

        .hbnu_Glance .Quick_Glance li {
            float: left;
            width: 300px;
            height: 90px;
            margin-bottom: 40px;
        }

        .hbnu_Glance .Quick_Glance .icon, .hbnu_Glance .Quick_Glance .icon1, .hbnu_Glance .Quick_Glance .icon2, .hbnu_Glance .Quick_Glance .icon3, .hbnu_Glance .Quick_Glance .icon4, .hbnu_Glance .Quick_Glance .icon5, .hbnu_Glance .Quick_Glance .icon6, .hbnu_Glance .Quick_Glance .icon7 {
            background: url('images/01.png') no-repeat center;
            width: 90px;
            height: 90px;
            float: left;
        }

        .hbnu_Glance .Quick_Glance .icon1 {
            background: url('images/02.png') no-repeat center;
        }

        .hbnu_Glance .Quick_Glance .icon2 {
            background: url('images/03.png') no-repeat center;
        }

        .hbnu_Glance .Quick_Glance .icon3 {
            background: url('images/04.png') no-repeat center;
        }

        .hbnu_Glance .Quick_Glance .icon4 {
            background: url('images/05.png') no-repeat center;
        }

        .hbnu_Glance .Quick_Glance .icon5 {
            background: url('images/06.png') no-repeat center;
        }

        .hbnu_Glance .Quick_Glance .icon6 {
            background: url('images/07.png') no-repeat center;
        }

        .hbnu_Glance .Quick_Glance .icon7 {
            background: url('images/08.png') no-repeat center;
        }

        .hbnu_Glance .Quick_Glance .text {
            float: left;
            margin-left: 30px;
            margin-top: -15px;
        }

            .hbnu_Glance .Quick_Glance .text .box {
                font-size: 48px;
                font-family: Constantia;
                color: #fff;
                float: left;
                width: 100px;
                text-align: left;
            }

            .hbnu_Glance .Quick_Glance .text .box2 {
                font-size: 14px;
                color: #fff;
                text-align: left;
            }



.hbnu_Academic {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    /* padding-bottom: 50px; */
    padding-top: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 260px;
    line-height: 50px;
}

    .hbnu_Academic .Academic_Calendar {
        width: 1200px;
        margin: 0 auto;
    }

    .hbnu_Academic h2 {
        text-align: left;
        font-size: 36px;
        color: #002147;
        margin-bottom: 30px;
    }

    .hbnu_Academic .articlelist3_tr {
        float: left;
        width: 399px;
        border-left: 1px solid #ccc;
        box-sizing: border-box;
    }

    .hbnu_Academic .articlelist1_a_title {
        line-height: 110px;
        text-align: left;
        height: 100px;
        margin-left: 0px;
        /*margin-top: 43px;*/
        border-left: 5px solid #fff;
        font-size: 48px;
        font-weight: 700;
        padding-left: 30px;
        color: #28166f;
    }

        .hbnu_Academic .articlelist1_a_title:hover {
            border-left: 5px solid #3479b2;
            height: 100px;
            display: inline-block;
            padding-left: 30px;
        }

    .hbnu_Academic .active {
        border-left: 5px solid #3479b2;
    }

    .hbnu_Academic .Years p {
        font-size: 18px;
        padding-left: 30px;
    }

        .hbnu_Academic .Years p span {
            font-size: 48px;
            color: #28166f;
            font-weight: bold;
        }

.articlelist3_tr, .news_icon {
    background: 0 !important;
}

.news_icon {
    width: inherit !important;
}


/*底部*/
#footer {
    width: 100%; /*margin-top:50px;*/
    clear: both;
}

    #footer .uni_top {
        width: 100%;
        height: 70px;
        background-color: #20649c;
    }

        #footer .uni_top h2 {
            width: 1200px;
            margin: 0 auto;
            font-size: 30px;
            color: #FFF;
            text-align: left;
            line-height: 70px;
        }

    #footer .uni_up {
        width: 100%;
        height: 240px;
        background: url('images/map.jpg') no-repeat center;
        background-size: cover;
    }

        #footer .uni_up .fot_share {
            padding-top: 30px;
            text-align: left;
            width: 1200px;
            margin: 0 auto;
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            border-bottom: 1px solid #8a8a8a;
            padding-bottom: 40px;
        }

            #footer .uni_up .fot_share .icon {
                position: relative;
                top: 12px;
                padding-left: 10px;
            }

        #footer .uni_up .fot_contact {
            width: 1200px;
            margin: 0 auto;
            padding-top: 32px;
        }

            #footer .uni_up .fot_contact li {
                float: left;
                font-size: 18px;
                color: #fff;
                padding-right: 50px;
            }

        #footer .uni_up .fot_Institution {
            clear: both;
            width: 1200px;
            margin: 0 auto;
            padding-top: 8px;
            color: #fff;
            /*font-size: 16px;*/
            font-size: 14px;
            text-align: left;
        }

/*！栏目页面样式！*/

.banner {
    width: 100%;
    margin: 0 auto;
}
/*中间内容*/
.main {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin-top: -5.5px;
}

    .main .section {
        width: 1200px; /* min-height: 1200PX; background-color: #fff;*/
    }
        /*.main .main_new { min-height: 1000px; }*/
        .main .section .location {
        }

            .main .section .location .icon-home {
                width: 70px;
                height: 30px;
                background: url(images/009.png) no-repeat 0px 3px;
                padding-left: 15px;
            }

/*学院标题样式*/
.Colleges {
    height: 70px;
    background: #20649c;
    margin: 0 0 30px 0;
}

    .Colleges h3 {
        text-align: center;
        line-height: 70px;
        color: #fff;
        font-size: 30px;
    }
/*左边样式*/
.main .section .box_left {
    width: 220px;
    float: left;
}

    .main .section .box_left ul {
        border: 0 none !important;
    }

    .main .section .box_left li {
        width: 240px !important; /*height:40px;*/
        border-bottom: 2px solid #fff;
    }

    .main .section .box_left .active {
        background-color: #0b2e68;
        color: #fff;
    }

    .main .section .box_left li a {
        line-height: 22px;
        font-size: 16px;
        padding: 10px 10px;
        display: block;
        background: #0b2e68;
        font-weight: normal;
        border: 0 none;
        color: #fff;
    }

        .main .section .box_left li a span {
            padding: 0;
            padding: 0;
            word-wrap: break-word;
            overflow: hidden;
            display: block;
            color: #fff;
        }

        .main .section .box_left li a:hover {
            background-color: #3479b2;
            color: #fff;
        }

    .main .section .box_left li:hover a {
        color: #fff;
    }

.main .section .box_left_img {
    margin-top: 20px;
}

.wp_listcolumn .wp_subcolumn .wp_column a.selected {
    background: #3479b2;
    color: #fff
}

.wp_listcolumn .wp_subcolumn .wp_column a:hover {
    background: #3479b2;
    color: #fff
}
/*右边样式*/
.main .section .box_right {
    margin-left: 30px;
    float: right;
    width: 870px;
    background: #fff;
    padding: 0 20px 0 20px;
}

.main .section .Details_right {
    width: 100%;
    background: #fff;
    padding: 0;
    text-align: center;
}

.main .section .box_right h2 {
    font-size: 20px; /*border-bottom: 1px solid  #ccc;*/
    margin-top: -15px;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.main .section .box_right li { /*float: left; margin: 0 33px 33px 0; width: 270px;*/ /*height:75px;*/
}

.main .section .box_right li {
    margin: 0 0px 10px 0;
}

    .main .section .box_right li figure {
        margin: 0;
    }

    .main .section .box_right li figcaption {
        width: 270px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: -6px;
        color: #fff;
        font-size: 18px;
    }

.main .section .box_right .hbnu_new {
    width: 500px;
}

    .main .section .box_right .hbnu_new h2 {
        margin-bottom: 0;
        border: 0;
    }

    .main .section .box_right .hbnu_new a {
        display: inline-block;
        font-size: 16px;
        color: #3479b2;
        padding: 0px 10px;
        border-right: 1px solid #111;
        height: 15px;
        margin-top: 10px;
    }

        .main .section .box_right .hbnu_new a:first-child {
            border: 0;
        }

#wp_listcolumn_w2 .wp_listcolumn .wp_column {
    width: 220px !important
}
/*新闻列表覆盖样式*/
.col_metas img {
    width: 20px;
    height: 20px;
    padding-top: 10px;
    float: left
}

.wp_article_list .list_item .Article_Title {
    width: 86% !important;
    /*margin-left: 3%;*/
}

    .wp_article_list .list_item .Article_Title a {
        font-size: 16px !important;
        width: 100% !important;
        display: block !important;
        /*  color: #3479b2 !important;*/
        /*color: white !important;*/
        font-weight: bold;
        line-height: 20px;
        /*max-height: 4rem;*/
    }

.wp_article_list .list_item .Article_PublishDate {
    /*margin-left: 3% !important;*/
    /*margin-top: 10px !important;*/
}

.wp_article_list .list_item .Article_MicroImage {
    /*position: relative !important;
	left: 0 !important;
	top: -100px !important;
	display: block !important;
	float: left !important;*/
    margin-right: 3% !important;
}

    .wp_article_list .list_item .Article_MicroImage a img {
        width: 150px !important;
        height: 100px !important;
        display: none;
    }

.wp_article_list .i2 .Article_Title {
    /*margin-left:20% !important;
	width: 92% !important;*/
}

.wp_article_list .i2 .Article_PublishDate {
    /*margin-left: 20% !important;
	width: 92% !important;*/
}

.wp_article_list .list_item {
    padding: 20px 0 30px 0;
    /*border-bottom: 0 !important;*/
}

    .wp_article_list .list_item .Article_Summary {
        /*margin-left: 3% !important;*/
        width: 75%;
        display: none;
    }

.ztree li span.button.center_open {
    background-position: -92px -18px;
    background: 0 !important;
    height: 0;
}

.ztree li span.button.root_open, .ztree li span.button.center_docu, .ztree li span.button.bottom_docu {
    background-position: -92px -54px;
    background: 0;
    height: 0;
}

.ztree li ul {
    margin: 0;
    padding: 0 0 0 8px;
}

.ztree li span.button.switch {
    width: 18px;
    height: 0;
}
/*/新闻列表覆盖样式*/
/*分页样式*/
.wp_paging {
    float: none !important;
}

    .wp_paging li a {
        border: 1px solid #3479b2 !important;
        padding: 0 3px !important;
        border-radius: 5px !important;
        color: #3479b2 !important;
    }

        .wp_paging li a:hover {
            color: #fff !important;
            background: #3479b2;
        }

#wp_paging_w4 {
    margin-top: 50px !important;
}

.wp_paging_w4 .pages_count, .wp_paging_w4 .page_nav {
    margin: 0 !important;
}

.wp_paging li input {
    font-size: 12px;
    width: 25px !important;
    height: 20px !important;
    line-height: 20px !important;
    border: 1px solid #3479b2 !important;
    background: #fff;
    margin-top: 4px;
    text-align: center;
    border-radius: 5px !important;
}

/*/分页样式*/

/*首页样式*/
#hbac_Academic_Calendar .wp_article_list .list_item {
    width: 399px !important;
    height: 160px !important;
    line-height: 24px !important;
    border-bottom: 0 !important;
    vertical-align: top !important;
    line-height: 50px !important;
}

    #hbac_Academic_Calendar .wp_article_list .list_item .Article_Index {
        display: inline-block !important;
        width: 10px !important;
        height: 100px !important;
        margin-top: 30px !important;
        float: left;
        margin-right: inherit;
        overflow: hidden;
        text-indent: -99em;
        background: 0 !important;
        border-left: 5px solid #3479b2 !important;
    }

.wp_article_list .list_item .Article_Index {
    display: none;
}

.wp_article_list .list_item .pr_fields {
    display: block;
    float: none;
}

#hbac_Academic_Calendar .wp_article_list .list_item span {
    display: inline-block;
    vertical-align: top !important;
    float: left !important;
    margin-left: 0 !important;
}

#hbac_Academic_Calendar .wp_article_list .list_item .Article_Title a {
    font-size: 48px !important;
    width: 100% !important;
    display: block !important;
    color: #3479b2 !important;
    font-weight: bold;
    padding: 60px 0 0 20px !important;
}

#hbac_Academic_Calendar .wp_article_list .list_item .Article_Title {
    width: 92% !important;
}

#hbac_Eventsr .div_piccontenttitle_li .c_pt_12 .c_pic {
    float: none !important;
    padding: 0 !important;
}

#hbac_Eventsr .div_piccontenttitle_li .c_pt_12 .c_txt p {
    color: #666;
    text-indent: 0 !important;
    display: block;
    white-space: normal;
    overflow-wrap: break-word;
    text-align: left;
}

#hbac_Eventsr .div_piccontenttitle_li {
    line-height: 20px !important;
}

    #hbac_Eventsr .div_piccontenttitle_li .c_pt_12 .c_txt h3 {
        font-weight: bold !important;
        font-size: 18px !important;
        line-height: 30px !important;
        white-space: nowrap !important;
        color: #3479b2 !important;
        padding: 20px 0 6px 0 !important;
    }

        #hbac_Eventsr .div_piccontenttitle_li .c_pt_12 .c_txt h3 a {
            color: #3479b2 !important;
            font-size: 16px;
            line-height: 24px;
            font-family: Arial;
        }

            #hbac_Eventsr .div_piccontenttitle_li .c_pt_12 .c_txt h3 a span {
                display: block !important;
                white-space: normal !important;
                overflow-wrap: break-word !important;
                text-align: left !important;
            }

    #hbac_Eventsr .div_piccontenttitle_li .c_pt_12 .c_pic {
        float: none !important;
        padding: 0 !important;
        width: 285px !important;
        height: 180px !important;
    }

        #hbac_Eventsr .div_piccontenttitle_li .c_pt_12 .c_pic img {
            padding: 0 !important;
            width: 285px !important;
            height: 180px !important;
        }

#hbac_Campus_Snapshots .div_piccontenttitle_li .c_pt_12 .c_pic {
    float: none !important;
    padding: 0 !important;
    width: 285px !important;
    height: 180px !important;
}

    #hbac_Campus_Snapshots .div_piccontenttitle_li .c_pt_12 .c_pic img {
        background: #fefefe !important;
        padding: 0 !important;
        width: 285px !important;
        height: 180px !important;
    }

#hbac_Campus_Snapshots .hbnu_section .Campus_Snapshots li a {
    height: 100% !important;
    width: 285px !important;
    display: inline-block;
    top: 0 !important;
    color: #000 !important;
    font-size: 18px !important;
}

#hbnu_Notice .div_piccontenttitle_li .c_pt_12 .c_pic {
    float: none !important;
    padding: 0 !important;
    width: 600px !important;
    height: 600px !important;
    background: #666;
}

#hbnu_Notice .div_piccontenttitle_li .c_pt_12 .c_txt h3 {
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 30px !important;
    white-space: nowrap;
    padding: 20px 0 10px 0 !important;
    position: relative;
    top: -90px;
    left: 14px;
    text-align: left;
}

    #hbnu_Notice .div_piccontenttitle_li .c_pt_12 .c_txt h3 a {
        color: #fff;
        font-weight: 700;
    }

#hbnu_Notice .div_piccontenttitle_li .c_pt_12 .c_txt p {
    color: #666 !important;
    text-indent: 0 !important;
    line-height: 20px !important;
}

    #hbnu_Notice .div_piccontenttitle_li .c_pt_12 .c_txt p span {
        display: block;
        white-space: normal;
        overflow-wrap: break-word;
        text-align: left;
    }

#hbnu_Notice .div_piccontenttitle_li .c_pt_12 .c_pic img {
    padding: 0 !important;
    background: none !important;
    width: 100% !important;
    height: 100% !important;
}

#hbnu_Notice_box .div_stxw .div_stxw_img {
    text-align: left !important;
    width: 200px !important;
    height: 150px !important;
    background: #666;
    margin-bottom: 30px !important;
    margin-left: 30px;
}

#hbnu_Notice_box .div_stxw .div_stxw_info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 340px;
    text-align: center;
    margin-left: 230px;
    font-size: 18px;
    font-weight: bold;
    margin-top: -160px;
}

    #hbnu_Notice_box .div_stxw .div_stxw_info a {
        color: #3479b2;
    }

    #hbnu_Notice_box .div_stxw .div_stxw_info p {
        text-indent: 0 !important;
    }

        #hbnu_Notice_box .div_stxw .div_stxw_info p a {
            color: #3479b2;
        }

#hbnu_Notice_box .div_stxw .div_stxw_img img {
    background: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

#hbnu_Notice_box .div_piccontenttitle_li .c_pt_12 .c_pic {
    float: left;
    padding: 0 30px 30px 30px !important;
}

#hbnu_Notice_box .div_piccontenttitle_li .c_pt_12 .c_txt h3 {
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 24px !important;
    display: block !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    text-align: left !important;
}

    #hbnu_Notice_box .div_piccontenttitle_li .c_pt_12 .c_txt h3 a {
        color: #3479b2;
    }

#hbnu_Notice_box .div_piccontenttitle_li .c_pt_12 .c_txt p {
    color: #666;
    text-indent: 0 !important;
    padding-top: 15px !important;
    line-height: 20px !important;
}

    #hbnu_Notice_box .div_piccontenttitle_li .c_pt_12 .c_txt p span {
        display: block;
        white-space: normal;
        overflow-wrap: break-word;
        text-align: left;
    }

#hbnu_News .div_piccontenttitle_li .c_pt_12 .c_pic {
    float: none !important;
    padding: 0 !important;
}

    #hbnu_News .div_piccontenttitle_li .c_pt_12 .c_pic img {
        background: #fefefe;
        padding: 0 !important;
        width: 250px !important;
        height: 150px !important;
        padding-top: 17px !important;
    }

#hbnu_News .div_piccontenttitle_li .c_pt_12 .c_txt h3 {
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 30px !important;
    white-space: nowrap !important;
    padding: 20px 10px 10px 20px !important
}

    #hbnu_News .div_piccontenttitle_li .c_pt_12 .c_txt h3 a {
        color: #3479b2 !important;
        font-size: 16px;
        line-height: 24px;
        font-family: Arial;
    }

        #hbnu_News .div_piccontenttitle_li .c_pt_12 .c_txt h3 a span {
            display: block;
            white-space: normal;
            overflow-wrap: break-word;
            text-align: left;
        }

#hbnu_News .div_piccontenttitle_li .c_pt_12 .c_txt p {
    display: block !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    text-align: left !important;
    padding: 0 20px;
}

#hbnu_News .div_piccontenttitle_li .c_pt_12 .c_txt p {
    color: #666;
    text-indent: 0 !important;
    line-height: 24px !important;
}

#hbnu_News1 .wp_article_list .list_item .Article_Index {
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    margin-top: 0 !important;
    color: #fff;
    font-size: 11px;
    float: left;
    margin-right: 0 !important;
    overflow: hidden;
    text-indent: -99em;
    background: 0 !important;
}

#hbnu_News1 .wp_article_list .list_item .Article_Title {
    margin-left: 0 !important;
    width: 90% !important;
    text-align: left !important;
    /*margin-left: 10% !important;*/
}

#hbnu_News1 .wp_article_list .list_item .ex_fields {
    /* display: inline; */
    float: left !important;
    /*margin-left: 10% !important;*/
    /*margin-bottom: 40px;*/
}

#hbnu_News1 .wp_article_list .list_item .Article_PublishDate {
    margin-left: 0 !important;
    margin-top: 10px !important;
}

#hbnu_News1 .wp_article_list .list_item:first-child {
    border-top: 1px solid #ccc;
}

#hbnu_News1 .wp_article_list .list_item {
    width: 100%;
    height: auto;
    line-height: 24px;
    /*  border-bottom: 0 !important;*/
    vertical-align: top;
    overflow: hidden;
    /*margin-left: 8px;*/
    /*border-top: 1px solid #e8e6e4;*/
    border-bottom: 1px solid #ccc;
}

#hbnu_News1 .wp_article_list .i2 .Article_PublishDate {
    /* margin-left: 0 !important; */
    width: 100% !important;
}

#hbac_Campus_Snapshots .div_piccontenttitle_li .c_pt_12 .c_txt p {
    display: none;
}
/*/首页样式*/

/*.wp_listalbumn .albumn_info .Article_MicroImage {
	width: 275px !important;
}
.wp_listalbumn .albumn_info .Article_Title {
	display: block;
	padding: 10px 0 !important;
	margin: 0 auto;
	text-align: left !important;
	line-height: 1.7em;
	width: 275px !important;
	margin-bottom: 30px !important;
}
.wp_listalbumn .albumn_info a {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	color: #3479b2 !important;
	text-decoration: none;
	font-size: 16px !important;
	font-family: 'Arial', Tahoma, Geneva, sans-serif;
	font-weight: bold !important;
}
	.wp_listalbumn .albumn_info a:hover {
		color: #002147 !important;
	}*/


/*底部*/
.foot {
    margin: 0;
}

/*文章页面样式*/

/*右边样式*/
.main .section .box_right .Details {
    border: 0;
    margin-bottom: 0;
}

.main .section .box_right p {
    margin-right: 30px;
    text-align: justify;
    font-size: 16px;
}

.main .section .box_right .text {
}

.main .section .box_right img { /*margin:10px 0;*/
    width: 100% !important;
    max-width: 100%;
}

.main .section .box_right h3 { /*margin:10px 0;*/
    padding-left: 15px;
    width: 100%;
    font-size: 24px;
}
/*图文混搭页面样式*/

.main .section .content {
    display: flex;
}

    .main .section .content .news_left {
        flex: 2; /*margin-right:30px;*/
    }

        .main .section .content .news_left h3, .main .section .content .news_right h3, h3.tith3 {
            width: 100%;
            height: 50px;
            background-color: #e7e7e7;
            line-height: 50px; /* padding-right: 20px; */
            margin: 0;
            margin-bottom: 20px;
        }

    .main .section .content .news_right {
        flex: 1;
    }

.main .content .news_left li {
    display: flex;
    width: 574px;
    margin-bottom: 5px;
}

    .main .content .news_left li .photo {
        flex: 1;
        float: left;
        width: 46%;
    }

    .main .content .news_left li .text {
        flex: 1;
        margin-left: 30px;
        float: left;
        width: 48%;
    }

.zhaiyao {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.LatestNewsa {
    width: 100%;
}

.main .content .news_left li .text h4 {
    font-size: 16px;
}

.main .content .news_left li .text:hover h4 {
    color: #3479b2;
}

.main .content .news_left li .text p {
    margin-top: 15px;
    color: #666;
}

.main .content .news_left li .text .time {
    margin-top: 20px;
    color: #666;
    text-align: right;
}

.main .content .news_right li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

    .main .content .news_right li h4 {
        font-size: 16px;
        color: #002147;
    }

    .main .content .news_right li .time {
        color: #666;
        margin-top: 30px;
    }

    .main .content .news_right li .new_Picture {
        margin-top: 30px;
    }

.main .content .news_right .box {
    border: none;
}

.main .content .news_right li figcaption {
    margin-top: -16px;
    width: 313px;
}



/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0,0,0,0.8);
        text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    .flex-direction-nav .flex-prev {
        left: -50px;
    }

    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right;
    }

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

    .flex-pauseplay a:before {
        font-family: "flexslider-icon";
        font-size: 20px;
        display: inline-block;
        content: '\f004';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 2;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}


/*!
 *
 * Copyright (c) 2015-2016 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2016-02-02T11:35:36.273Z
 */ .viewer-container, .viewer-navbar {
    background-color: #000;
    overflow: hidden
}

.viewer-canvas, .viewer-container, .viewer-footer, .viewer-player {
    right: 0;
    bottom: 0;
    left: 0
}

.viewer-button, .viewer-canvas, .viewer-container, .viewer-footer, .viewer-list, .viewer-navbar, .viewer-open, .viewer-title, .viewer-toolbar, .viewer-toolbar > li {
    overflow: hidden
}

.viewer-close:before, .viewer-flip-horizontal:before, .viewer-flip-vertical:before, .viewer-fullscreen-exit:before, .viewer-fullscreen:before, .viewer-next:before, .viewer-one-to-one:before, .viewer-play:before, .viewer-prev:before, .viewer-reset:before, .viewer-rotate-left:before, .viewer-rotate-right:before, .viewer-zoom-in:before, .viewer-zoom-out:before {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC);
    background-repeat: no-repeat
}

.viewer-zoom-in:before {
    content: 'Zoom In';
    background-position: 0 0
}

.viewer-zoom-out:before {
    content: 'Zoom Out';
    background-position: -20px 0
}

.viewer-one-to-one:before {
    content: 'One to One';
    background-position: -40px 0
}

.viewer-reset:before {
    content: 'Reset';
    background-position: -60px 0
}

.viewer-prev:before {
    content: 'Previous';
    background-position: -80px 0
}

.viewer-play:before {
    content: 'Play';
    background-position: -100px 0
}

.viewer-next:before {
    content: 'Next';
    background-position: -120px 0
}

.viewer-rotate-left:before {
    content: 'Rotate Left';
    background-position: -140px 0
}

.viewer-rotate-right:before {
    content: 'Rotate Right';
    background-position: -160px 0
}

.viewer-flip-horizontal:before {
    content: 'Flip Horizontal';
    background-position: -180px 0
}

.viewer-flip-vertical:before {
    content: 'Flip Vertical';
    background-position: -200px 0
}

.viewer-fullscreen:before {
    content: 'Enter Full Screen';
    background-position: -220px 0
}

.viewer-fullscreen-exit:before {
    content: 'Exit Full Screen';
    background-position: -240px 0
}

.viewer-close:before {
    content: 'Close';
    background-position: -260px 0
}

.viewer-container {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,.5);
    direction: ltr !important;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

    .viewer-container ::-moz-selection, .viewer-container::-moz-selection {
        background-color: transparent
    }

    .viewer-container ::selection, .viewer-container::selection {
        background-color: transparent
    }

    .viewer-container img {
        display: block;
        width: 100%;
        min-width: 0 !important;
        max-width: none !important;
        height: auto;
        min-height: 0 !important;
        max-height: none !important
    }

.viewer-player, .viewer-tooltip {
    display: none;
    position: absolute
}

.viewer-canvas {
    position: absolute;
    top: 0
}

    .viewer-canvas > img {
        width: auto;
        max-width: 90% !important;
        height: auto;
        margin: 15px auto
    }

.viewer-footer {
    position: absolute;
    text-align: center
}

.viewer-navbar {
    background-color: rgba(0,0,0,.5)
}

.viewer-list {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 50px;
    margin: 0;
    padding: 1px 0
}

    .viewer-list > li {
        font-size: 0;
        line-height: 0;
        float: left;
        overflow: hidden;
        width: 30px;
        height: 50px;
        cursor: pointer;
        opacity: .5;
        color: transparent;
        filter: alpha(opacity=50)
    }

        .viewer-list > li + li {
            margin-left: 1px
        }

    .viewer-list > .viewer-active {
        opacity: 1;
        filter: alpha(opacity=100)
    }

.viewer-player {
    top: 0;
    cursor: none;
    background-color: #000
}

    .viewer-player > img {
        position: absolute;
        top: 0;
        left: 0
    }

.viewer-toolbar {
    width: 280px;
    margin: 0 auto 5px;
    padding: 3px 0
}

    .viewer-toolbar > li {
        float: left;
        width: 24px;
        height: 24px;
        cursor: pointer;
        border-radius: 50%;
        background-color: #000;
        background-color: rgba(0,0,0,.5)
    }

        .viewer-toolbar > li:hover {
            background-color: #000;
            background-color: rgba(0,0,0,.8)
        }

        .viewer-toolbar > li:before {
            margin: 2px
        }

        .viewer-toolbar > li + li {
            margin-left: 1px
        }

    .viewer-toolbar > .viewer-play {
        width: 30px;
        height: 30px;
        margin-top: -3px;
        margin-bottom: -3px
    }

        .viewer-toolbar > .viewer-play:before {
            margin: 5px
        }

.viewer-tooltip {
    font-size: 12px;
    line-height: 20px;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 20px;
    margin-top: -10px;
    margin-left: -25px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #000;
    background-color: rgba(0,0,0,.8)
}

.viewer-title {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    max-width: 90%;
    margin: 0 5% 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: .8;
    color: #ccc;
    filter: alpha(opacity=80)
}

    .viewer-title:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }

.viewer-button {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #000;
    background-color: rgba(0,0,0,.5)
}

    .viewer-button:before {
        position: absolute;
        bottom: 15px;
        left: 15px
    }

.viewer-fixed {
    position: fixed
}

.viewer-show {
    display: block
}

.viewer-hide {
    display: none
}

.viewer-invisible {
    visibility: hidden
}

.viewer-move {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.viewer-fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.viewer-in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.viewer-transition {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

@media (max-width:767px) {
    .viewer-hide-xs-down {
        display: none
    }
}

@media (max-width:991px) {
    .viewer-hide-sm-down {
        display: none
    }
}

@media (max-width:1199px) {
    .viewer-hide-md-down {
        display: none
    }
}

.sudyfocus_w44 {
    /*height: 800px !important;*/
    /*height: 625px !important;*/
    height: auto !important;
}

    .sudyfocus_w44 .focus-container {
        /*height: 800px !important;*/
        /*height: 625px !important;*/
        height: auto !important;
    }

        .sudyfocus_w44 .focus-container .focus-item img {
            height: auto;
        }

    .sudyfocus_w44 .focus-prev {
        display: none;
    }

    .sudyfocus_w44 .focus-next {
        display: none;
    }

    .sudyfocus_w44 .focus-pagination {
        margin-right: 44%;
        margin-bottom: 3px;
    }

    .sudyfocus_w44 .focus-page {
        width: 15px !important;
        height: 15px !important;
        border-radius: 50% !important;
        margin-right: 15px !important;
    }

    .sudyfocus_w44 .focus-title-bar .focus-title {
        position: absolute;
        z-index: 99999;
        top: -40px;
        text-align: center;
        width: 100%;
        background-image: url(/_upload/tpl/01/02/258/template258/images/bbyy1.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 70px
    }

/*.wcztfd {
    position: absolute;
    z-index: 99999;
    width: 100%;
}*/


.hbnu_nav {
    width: 100%;
    height: 50px;
    /*height: 64px;*/
    background-color: #ececec;
    /* border-bottom: 3px solid #28166f;*/
}

    .hbnu_nav ul {
        width: 1200px;
        height: 50px;
        margin: 0 auto;
    }

        .hbnu_nav ul li {
            float: left;
        }

        .hbnu_nav ul .active {
            background-color: #28166f;
        }

            .hbnu_nav ul .active a {
                color: #fff;
            }

        .hbnu_nav ul li a {
            font-family: Arial,"Microsoft Yahei" !important;
            display: inline-block;
            padding: 0 10px;
            font-size: 18px;
            border-right: 2px solid #fff;
            line-height: 50px;
        }

        .hbnu_nav ul li:first-child a {
            border-left: 2px solid #fff;
        }

        .hbnu_nav ul li a:hover {
            background-color: rgba(14,89,145,0.8) !important;
            color: #ffffff !important;
        }

.wp_nav .nav-item a span.item-name {
    padding: 0;
}

.hbnu_navnew {
    background-color: rgb(14 89 145 / 80%) !important;  /* 原设置1% */
    border: none !important;
}

    .hbnu_navnew ul li:first-child a {
        border: none !important;
    }

    .hbnu_navnew ul li a {
        border: none !important;
    }

    .hbnu_navnew .item-name {
        color: #fff !important;
        font-weight: 700;
    }

    .hbnu_navnew ul li .sub-nav {
        border: none !important;
    }

    .hbnu_navnew ul li a:hover {
        background-color: rgba(41,150,236) !important;  /*原设置：rgba(14,89,145,0.8) !important */
    }

    .hbnu_navnew ul li .sub-nav li:last-child {
        border: none !important;
    }

    .hbnu_navnew .sub-nav .mark {
         background-color: #2196F3 !important;  /* 原设置rgba(14,89,145,0.8) !important;  */
    }

.searchnew .keyword {
    border: 1px solid #fff !important;
    color: #fff !important;
}

    .searchnew .keyword:focus-visible {
        border: 2px solid #fff !important;
    }

.wcztfd .hbnu_top {
    /* background-color: rgba(14,89,145,0.8) !important;*/
}

.wcztfd .dbwck {
    /*width: 100%;*/
    /*background-color: rgba(14,89,145,0.8) !important;*/
    width: 1200px;
    margin: auto;
}

.wcztfd {
    position: absolute;
    z-index: 9999;
    /*background: url(/_upload/tpl/01/02/258/template258/images/topyy1.png) no-repeat 0px 0px;*/
    background: url(/_upload/tpl/01/02/258/template258/images/topyy1.png) repeat-x left top;
    width: 100%;
    /*background-size: cover;*/
}

.wcztfdNew {
    /*background: url(/_upload/tpl/01/02/258/template258/images/topyy.png) no-repeat 0px 0px;*/
    background: url(/_upload/tpl/01/02/258/template258/images/topyy1.png) repeat-x left top;
    width: 100%;
    background-size: cover;
}

.hbnu_navnew .sub-nav .mark {
    background-color: rgba(14,89,145,0.8);
}

.focus-title-bg {
    background-color: #0000 !important;
}

#picbasew45 {
    height: 35.8vw;
}

    #picbasew45 .picbase1 {
        height: 35.8vw;
    }

        #picbasew45 .picbase1 img {
            height: 35.8vw;
        }

.picbase1-content h2 {
    background: #99000000 !important;
}

.picbase1-content p {
    background: #0000 !important;
}

.picbase1-content h2 {
    border: none;
}


.hbnu_News .News h2 {
    word-wrap: break-word;
    word-break: break-all;
    color: #fff;
    font-size: 26px;
    text-align: center;
}

#picbasew45 .picbase1-slidenav {
    position: absolute;
    z-index: 99999999;
    top: 700px;
    left: 423px;
}

#picbasew45 .picbase1-credit {
    display: none;
}

.Newsnew {
    text-align: left !important;
    /*color: #333 !important;*/
    color: white !important;
    font-size: 36px !important;
}

#wp_news_w41 .wp_article_list .list_item .Article_AuxiliaryTitle a {
    line-height: 1.5rem;
    color: #808080;
    overflow: hidden;
    height: 7.5rem;
    text-align: left;
}

#wp_news_w41 .wp_article_list .list_item .Article_AuxiliaryTitle {
    text-align: left;
    padding-left: 26px;
}

#hbnu_News1 .wp_article_list .list_item:hover {
    /*border-top: 1px solid #3479b2;
    border-bottom: 1px solid #3479b2;*/
}

.Notice_left .wp_article_list .list_item {
    width: 100%;
    height: auto;
    line-height: 24px;
    /* border-bottom: 0 !important; */
    vertical-align: top;
    overflow: hidden;
    /*  margin-left: 8px;*/
    border-top: 1px solid #ECEDF0;
    /*border-bottom: 3px solid #fff;*/
    border-bottom: 1px solid #ccc;
}

    .Notice_left .wp_article_list .list_item:hover {
        border-top: 1px solid #3479b2;
        border-bottom: 1px solid #3479b2;
    }

.Campus_Snapshots .slider-nav {
    display: none;
}

.Campus_Snapshots .timer {
    display: none;
}

#w45imgNumber {
    display: none;
}

.News_left .dtjt10_div_img .number {
    display: none;
}

.News_left .dtjt10_div_text {
    position: relative;
    top: 360px;
    height: 80px;
    left: -529px;
    z-index: 99999999;
    background: url(/_upload/tpl/01/02/258/template258/images/img-5.jpg) no-repeat 0px 0px;
    width: 100%;
    max-width: 450px !important;
    min-width: 450px !important;
    border-radius: 5px;
    box-shadow: 0 3px 7px 2px rgba(0,0,0,.1);
}

    .News_left .dtjt10_div_text .dtjt10_div_text_title {
        background: #eee0;
        text-align: center;
        padding: 10px 15px;
    }

.dtjt10_div_text .dtjt10_div_text_title a {
    color: white;
    text-align: center;
    word-wrap: break-word;
    font-size: 16px;
}

.News_left #w45imgTitle a {
    font-size: 26px !important;
    color: #fff !important;
    font-weight: 700 !important;
    line-height: 120px;
}

.hbnu_NoticeNew {
    /*background-color: #ECEDF0;*/
    /*background-color: #acd0e6;*/
    background: url(/_upload/tpl/01/02/258/template258/images/topyy1.png) repeat-x left top;
    background-size: cover;
    width: 100%;
}

.Campus_SnapshotsNew {
    /*background-color: #f2f3f9;*/
    background-color: #acd0e6;
    width: 100%;
}

#index .banner {
    /*padding-top: 150px;*/
    padding-top: 125px;
}

.bannernweimg {
    width: 1200px;
    height: 283px;
    padding-top:15px;  /*  新增样式 */
}

    .bannernweimg img {
        height: 283px;
    }

.wp_nav .nav-item a span.item-name {
    font-weight: 600;
}

.dtjtys {
    float: left;
    margin-left: -600px;
}

.imgscroll2_img {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-right: 10px;
    background: #fff;
    height: 300px;
}

.fbwbxx {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.fot_Institutiontitle {
    font-size: 22px !important;
    margin-top: 12px !important;
}

#footer .uni_up .fot_Institution {
    width: 100% !important;
}

.wp_listcolumn .wp_column a.selected {
    background: #3479b2 !important;
    color: #fff !important;
}

.fbwbxxz, .fbwbxxy {
    width: 33.33%;
    padding: 0px 15px 0px 0px;
}


.hbnu_Main_Content {
    background-image: linear-gradient(#FFF, #9fc9e2);
}


/**三级栏目**/
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { color:#444; font-size:13px; background:#0aa3e8 url(wp_column_menu_li_1.gif) no-repeat 26px 9px; font-weight:normal;}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover { color:#000; background-color:#efefef; background-image: none!important;}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover span { color:#000; }
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-color:#0aa3e8; background-image: none!important;}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name { line-height:18px; padding-left:40px;}
/**四级栏目**/
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { color:#333; font-size:12px; background:#0aa3e8 url(wp_column_menu_li_1.gif) no-repeat 36px 9px;}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover { color:#C30; background-color:#0aa3e8; background-image: none!important;}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-color:#0aa3e8; background-image: none!important;}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name { line-height:16px; padding-left:50px;}
