﻿/*= Global style =*/
body {
    min-width: 1003px;
    background: #fff url(../img/bg.png) repeat-x 0 0 !important;
    color: #666;
}

a:link, a:visited {
    color: #666;
    text-decoration: none;
}

a:hover, a:active {
    color: #e60000;
    text-decoration: none;
}

a.highlight {
    color: #f50000;
}

#doc {
    font-size: 14px;
    background: url(../img/doc-bg.png) no-repeat 50% 0 !important;
}

.col-sub, .col-extra {
    float: left;
    display: inline;
}

.form .row .label {
    float: left;
    display: inline;
}

.form .row .enter, .form .row span.tips, .form .row blockquote {
    float: left;
}

a.btnwrap {
    text-decoration: none !important;
}

.btnwrap {
    display: inline-block;
    height: 26px;
    padding-right: 4px;
    background: url(../img/buttons.png) no-repeat 100% -26px !important;
    overflow: hidden;
    margin-right: 4px;
    _margin-right: 8px;
    *margin-right: 8px;
    *display: block;
    *float: left;
}

    .btnwrap .btn-inner {
        display: inline-block;
        height: 26px;
        padding: 0 6px 0 8px;
        background: url(../img/buttons.png) 0 0 !important;
        border: none;
        line-height: 26px;
        color: #333;
        text-decoration: none;
    }

.btn-highlight {
    background-position: 100% -78px;
}

    .btn-highlight .btn-inner {
        background-position: 0 -52px;
        color: #000;
        font-weight: bold;
    }

.btn-h30 {
    height: 30px;
    padding-right: 5px;
    background: url(../img/buttons-h30.png) no-repeat 100% -30px;
}

    .btn-h30 .btn-inner {
        height: 30px;
        padding: 0 6px 0 9px;
        background: url(../img/buttons-h30.png) 0 0;
        font: 117% "Microsoft Yahei";
        line-height: 30px;
        color: #D12C00;
    }

    .btn-h30:hover {
        background-position: 100% -90px;
    }

        .btn-h30:hover .btn-inner {
            background-position: 0 -60px;
        }

.img-align-left {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* 针对 Google Chrome、Safari 3.0、Opera 9 的CSS样式 */
    .btnwrap .btn-inner {
        margin-right: -3px;
    }

    .btn-h30 .btn-inner {
        margin-right: 0;
    }
}

/*= Header style =*/
#hd {
    width: 1003px;
    margin: 0 auto;
}

    #hd .sitename {
        width: 400px;
        height: 69px;
        float: left;
        padding: 30px 0 18px 30px;
    }

        #hd .sitename a {
            width: 400px;
            height: 69px;
            overflow: hidden;
            display: table-cell;
            vertical-align: middle;
            font-size: 20px;
            color: #FFF;
            *display: block;
            *font-size: 40px;
        }

        #hd .sitename img {
            vertical-align: middle;
            max-width: 400px;
            max-height: 69px;
        }

    #hd .language {
        float: right;
    }

        #hd .language .language-inner {
            float: right;
            height: 21px;
            line-height: 21px;
            overflow: hidden;
            color: #e6e6e6;
            padding: 5px 0 4px;
        }

            #hd .language .language-inner a, #hd .language .language-inner span {
                margin: 0 0.8em 0 0.9em;
                color: #e6e6e6;
            }

                #hd .language .language-inner a:hover {
                    color: #fff;
                    text-decoration: underline;
                }

    #hd .search {
        height: 25px;
        overflow: hidden;
        margin: 8px 10px 5px 0;
        clear: both;
        _display: inline;
        float: right;
    }

        #hd .search .enter,
        #hd .search .btn {
            float: left;
            display: inline;
        }

        #hd .search .enter {
            width: 169px;
            padding: 0 3px;
            height: 17px;
            margin-right: 3px;
            line-height: 17px;
            background: #fff;
            border: 1px solid #d5d5d5;
            color: #999;
        }

        #hd .search .btn {
            width: 24px;
            height: 21px;
            border: none;
            background: url(../img/search-btn.png) no-repeat;
            text-align: center;
        }

.sitenav {
    background: url(../img/nav-bg.png) repeat-x 0 100%;
}

    .sitenav .menu-main {
        background: url(../img/nav-right-bg.png) no-repeat 100% 100%;
    }

        .sitenav .menu-main ul {
            background: url(../img/nav-left-bg.png) no-repeat 0 100%;
        }

        .sitenav .menu-main li, .sitenav .menu-main a, .sitenav .menu-main a span {
            float: left;
        }

        .sitenav .menu-main li {
            position: relative;
            padding: 0 6px 0 5px;
            /*background: url(../img/nav-li.gif) no-repeat 100% 50%;*/
        }

            .sitenav .menu-main li.last-item {
                background: none;
            }

            .sitenav .menu-main li a {
                display: block;
                height: 41px;
                padding-left: 10px;
                text-decoration: none;
            }

                .sitenav .menu-main li a span {
                    display: block;
                    height: 41px;
                    line-height: 39px;
                    padding: 0 25px 0 15px;
                    color: #fff;
                    white-space: nowrap;
                }

                .sitenav .menu-main li a:hover,
                .sitenav .menu-main li a:active,
                .sitenav .menu-main li a.active,
                .sitenav .menu-main li.open a {
                    background: url(../img/nav-left-hover.png) no-repeat 0 0;
                }

                    .sitenav .menu-main li a:hover span,
                    .sitenav .menu-main li a:active span,
                    .sitenav .menu-main li a.active span,
                    .sitenav .menu-main li.open a span {
                        background: url(../img/nav-right-hover.png) no-repeat 100% 0;
                    }

            .sitenav .menu-main li .menu-child,
            .sitenav .menu-main li .menu-child a {
                background: #9a0000;
            }

            .sitenav .menu-main li .menu-child {
                position: absolute;
                width: 225px;
                top: 41px;
                left: 5px;
                display: none;
                border: 1px solid #c80000;
                border-top: none;
                padding: 3px 0;
            }

                .sitenav .menu-main li .menu-child a {
                    display: block;
                    padding: 0 15px;
                    float: none;
                    font-weight: 100;
                    padding-bottom: 0;
                    font-size: 107%;
                    color: #fff;
                    line-height: 23px;
                    height: 23px;
                }

                    .sitenav .menu-main li .menu-child a:hover {
                        background: #fff;
                        color: #9a0000;
                    }

#banner-main img {
    display: block;
    width: 1003px;
}
/*= Content & layout style =*/
#bd {
    width: 1003px;
    margin: 0 auto;
    background: #fff;
}

.bd-inner {
    padding: 15px 10px 0;
}

.layout-home .col-main, .layout-innerpg .col-main, .layout-home .col-main .main-wrap .main-layout .col-main {
    float: left;
    width: 100%;
    min-height: 1px;
}

    .layout-home .col-main .main-wrap {
        margin-left: 250px;
    }

.layout-home .col-sub {
    width: 230px;
    margin-left: -100%;
}

.layout-home .col-main .col-main .main-wrap {
    margin-right: 320px;
    margin-left: 0;
}

.layout-home .col-main .main-wrap .main-layout .col-extra {
    width: 300px;
    margin-left: -300px;
}

.layout-innerpg .col-main {
    float: left;
    width: 100%;
    min-height: 1px;
}

    .layout-innerpg .col-main .main-wrap {
        margin-left: 250px;
    }

.layout-innerpg .col-sub {
    width: 230px;
    margin-left: -100%;
}
/*= Default block style =*/
.block,
.block-nohead {
}

.first-block {
    margin-top: 0;
}

.last-block {
    margin-bottom: 0;
}

.block {
}

    .block .block-head {
        overflow: hidden;
    }

        .block .block-head .head-inner {
        }

        .block .block-head .title {
            float: left;
            font-size: 14px;
            font-weight: normal;
        }

        .block .block-head .links {
            float: right;
            padding-right: 5px;
        }

            .block .block-head .links a {
                margin-left: 1em;
            }

            .block .block-head .links .more {
                display: block;
                width: 36px;
                background: url(../img/more.gif) no-repeat 50% 50%;
                text-indent: -9999px;
            }

    .block .block-content {
        padding: 10px 0;
    }

    .block .block-foot {
        display: none;
    }

    .block .block-head {
        height: 27px;
        background: url(../img/sub-head-bg.png) repeat-x 0 0;
        border: 1px solid #000;
        padding: 0 5px;
    }

        .block .block-head .head-inner {
            height: 27px;
            line-height: 27px;
        }

        .block .block-head .title {
            color: #fff;
            padding-left: 5px;
        }

        .block .block-head .links a, .block .block-head .edit a {
            color: #fff;
        }

.col-main .block .block-head {
    height: 29px;
    background: url(../img/main-head-bg.gif) repeat-x 0 18px;
    padding: 0;
    border: none;
}

    .col-main .block .block-head .head-inner {
        height: 29px;
        line-height: 29px;
    }

    .col-main .block .block-head .title {
        color: #333;
        padding: 0 5px 0 12px;
        background: #fff url(../img/main-title-bg.gif) no-repeat 0 6px;
    }

    .col-main .block .block-head .links, .col-main .block .block-head .edit {
        line-height: 20px;
    }

        .col-main .block .block-head .links .more {
            background: url(../img/main-more.gif) no-repeat 50% 50%;
        }

        .col-main .block .block-head .links a, .col-main .block .block-head .edit a {
            color: #666;
        }
/*= Text content =*/
.content-text {
    line-height: 24px;
    padding: 5px;
}

    .content-text .img-align-left {
        border: #ccc 1px solid;
        margin: 5px 12px 2px 0;
    }

/*= Multi-menu style =*/
.block .block-content ul.menu-list {
}

    .block .block-content ul.menu-list li {
        padding: 0 0 0 15px;
        background: url(../img/arrow.png) no-repeat 5px 11px;
    }

        .block .block-content ul.menu-list li.parent {
            background-image: url(../img/arrow-2.png);
        }

        .block .block-content ul.menu-list li a {
            display: block;
            line-height: 19px;
            padding: 5px 0 4px;
        }
/*= Simple list =*/
.block .block-content ul.menu-list-simple li {
    padding: 0 0 0 15px;
    background: url(../img/arrow.png) no-repeat left center;
}

    .block .block-content ul.menu-list-simple li a {
        display: inline-block;
        line-height: 19px;
        padding: 5px 0 4px;
    }

.block .block-content .item-list {
}

    .block .block-content .item-list li {
        padding: 5px 5px 4px 17px;
        line-height: 18px;
        text-align: left;
        background: url(../img/arrow.png) no-repeat 5px 12px;
        border: none;
    }

        .block .block-content .item-list li .date {
            color: #666;
            font-size: 77%;
        }

.layout-home .block .block-content .item-list {
    padding: 0;
}

    .layout-home .block .block-content .item-list li {
        line-height: 24px;
        padding: 0 0 0 15px;
        background: url(../img/arrow-1.gif) no-repeat 5px 8px;
    }

.col-sub .block .block-content .item-list li {
    line-height: 24px;
    padding: 0 0 0 15px;
    background: url(../img/arrow-1.gif) no-repeat 5px 8px;
}

.layout-innerpg .col-main .block .block-content .item-list {
    padding: 0;
}

    .layout-innerpg .col-main .block .block-content .item-list li {
        text-align: right;
        line-height: 30px;
        padding: 0 15px 0 0;
        background: url(../img/arrow-3.gif) no-repeat 5px 11px;
        overflow: hidden;
        clear: both;
    }

        .layout-innerpg .col-main .block .block-content .item-list li a {
            padding: 0 0 0 20px;
            float: left;
            text-align: left;
        }

        .layout-innerpg .col-main .block .block-content .item-list li .date {
            font-style: normal;
            font-size: 12px;
        }

/*= Simple menu style =*/
.layout-innerpg .col-sub .block-menu-simple .block-content {
    padding: 3px 0;
}

    .layout-innerpg .col-sub .block-menu-simple .block-content ul.menu-list-simple li {
        padding: 0;
        background: none;
        margin-bottom: 1px;
    }

        .layout-innerpg .col-sub .block-menu-simple .block-content ul.menu-list-simple li.last-item {
        }

        .layout-innerpg .col-sub .block-menu-simple .block-content ul.menu-list-simple li a {
            color: #444;
            display: block;
            line-height: 29px;
            padding: 0 0 0 30px;
            background: url(../img/sub-a.png) no-repeat 0 0;
        }

            .layout-innerpg .col-sub .block-menu-simple .block-content ul.menu-list-simple li a span {
            }

            .layout-innerpg .col-sub .block-menu-simple .block-content ul.menu-list-simple li a:hover,
            .layout-innerpg .col-sub .block-menu-simple .block-content ul.menu-list-simple li a:active {
                color: #e60000;
                background: url(../img/sub-hover.png) no-repeat 0 0;
            }

                .layout-innerpg .col-sub .block-menu-simple .block-content ul.menu-list-simple li a:hover span,
                .layout-innerpg .col-sub .block-menu-simple .block-content ul.menu-list-simple li a:active span {
                }

/*= Gallery list =*/
.list-gallery li {
    float: left;
    width: 148px;
    padding: 2px 35px 5px 0;
}

    .list-gallery li .thumb {
        width: 140px;
        height: 105px;
        background: #fff;
        padding: 3px;
        border: #d4d4d4 1px solid;
    }

        .list-gallery li .thumb a {
            width: 140px;
            height: 105px;
            overflow: hidden;
            display: block;
        }

            .list-gallery li .thumb a img {
                width: 140px;
                display: block;
            }

    .list-gallery li .des {
        padding-top: 7px;
        line-height: 21px;
        text-align: center;
    }

        .list-gallery li .des p {
            overflow: hidden;
        }

        .list-gallery li .des .default {
            height: 21px;
        }

        .list-gallery li .des .catalog a {
            color: #A0BBB6;
        }

.layout-home .col-main .col-main .list-gallery {
    padding-left: 30px;
    margin-right: -50px;
}

    .layout-home .col-main .col-main .list-gallery li {
        padding-right: 50px;
    }

.layout-home .col-main .col-extra .list-gallery {
    padding-left: 10px;
    margin-right: -25px;
}

    .layout-home .col-main .col-extra .list-gallery li {
        width: 128px;
        padding-right: 25px;
    }

        .layout-home .col-main .col-extra .list-gallery li .thumb {
            width: 120px;
            height: 90px;
        }

            .layout-home .col-main .col-extra .list-gallery li .thumb a {
                width: 120px;
                height: 90px;
            }

                .layout-home .col-main .col-extra .list-gallery li .thumb a img {
                    width: 120px;
                }

.col-sub .list-gallery {
    padding: 0;
    margin: 0;
}

    .col-sub .list-gallery li {
        float: none;
        padding-right: 0;
        margin: 0 auto;
    }
/*= Mixed list =*/
.list-mixed {
    padding: 0;
}

    .list-mixed .entry {
        border-bottom: #ccc 1px dashed;
        padding: 10px 0 10px 170px;
    }

        .list-mixed .entry .thumb {
            margin-left: -170px;
            margin-top: 3px;
            float: left;
            display: inline;
        }

        .list-mixed .entry h3 {
            font: 133% "Microsoft Yahei";
            padding: 0 0 8px;
        }

            .list-mixed .entry h3 a {
                color: #195D9E;
            }

        .list-mixed .entry .des {
            line-height: 180%;
            color: #999;
            padding-bottom: 1.2em;
        }

        .list-mixed .entry .detail {
            padding-top: 0.7em;
            border-top: #ccc 1px dashed;
        }

            .list-mixed .entry .detail .item {
                display: inline-block;
                margin-right: 16px;
                *margin-right: 20px;
                _margin-right: 20px;
            }

        .list-mixed .entry .thumb {
            width: 140px;
            height: 105px;
            padding: 4px;
            border: #ccc 1px solid;
        }

            .list-mixed .entry .thumb a {
                width: 140px;
                height: 105px;
                overflow: hidden;
                display: block;
            }

                .list-mixed .entry .thumb a img {
                    width: 140px;
                    display: block;
                }

/*= Table list =*/
.list-table {
}

    .list-table .data {
        width: 100%;
    }

    .list-table th, .list-table td {
        text-align: center;
    }

    .list-table th {
        border-bottom: #2F8222 1px dashed;
        height: 30px;
        font-weight: 100;
        color: #8AACA7;
    }

    .list-table td {
        color: #999;
        padding: 7px 0 6px;
        line-height: 180%;
        border-bottom: #ccc 1px dashed;
    }

    .list-table .title {
        text-align: left;
    }

    .list-table td.title {
        background: url(../img/arrow.png) no-repeat 5px 16px;
    }

/*= Contact block =*/
.block-contact .block-content {
    line-height: 22px;
}

/*= Vote block =*/
.form-vote {
    padding: 0;
}

    .form-vote .vote-des {
        line-height: 180%;
    }

    .form-vote .vote-options {
        padding: 5px 0;
    }

        .form-vote .vote-options li {
            padding: 4px 0 3px;
        }

        .form-vote .vote-options .input {
            float: left;
            padding-top: 3px;
            margin-right: 6px;
        }

        .form-vote .vote-options .des {
            float: left;
        }

/*= Links =*/
.link-list {
}

    .link-list li {
        padding: 4px 0 3px;
    }

        .link-list li img {
            display: block;
            width: 88px;
        }

/*= Login & user information =*/
.block-widget-user .form-login {
    padding-left: 10px;
}

    .block-widget-user .form-login .label {
        width: 86px;
        margin-left: 0;
        line-height: 30px;
        text-align: right;
    }

    .block-widget-user .form-login .enter {
        padding: 4px 0 0;
    }

        .block-widget-user .form-login .enter input {
            border: #ccc 1px solid;
            -moz-border-radius: 3px;
            -web-border-radius: 3px;
            border-radius: 3px;
            width: 150px;
            padding: 3px 2px 2px;
        }

            .block-widget-user .form-login .enter input:focus {
                border-color: #999;
            }

    .block-widget-user .form-login .buttons {
        padding: 7px 0 5px 86px;
    }

.block-widget-user .userinfo {
}

    .block-widget-user .userinfo .welcome {
        line-height: 180%;
    }

    .block-widget-user .userinfo .links {
        padding-top: 10px;
    }

        .block-widget-user .userinfo .links a {
            display: inline-block;
            padding-right: 12px;
            border-right: #ccc 1px solid;
            margin-right: 8px;
            color: #f50000;
        }

            .block-widget-user .userinfo .links a.last {
                padding: 0;
                margin: 0;
                border: none;
            }

.col-sub .block-widget-user .form-login .label {
    text-align: left;
}

.col-sub .block-widget-user .form-login .buttons {
    padding-left: 0;
}

/*= Footer =*/
#ft {
    margin-top: 10px;
    color: #666;
    padding: 10px 0;
    text-align: center;
    background: #000 url(../img/ft-bg.gif) repeat-x 0 0;
}

    #ft a {
        color: #666;
    }

        #ft a:hover {
            color: #fff;
        }

    #ft .siteinfo {
        line-height: 150%;
    }

    #ft .ft-menu {
        height: 20px;
        line-height: 20px;
        padding: 0;
    }

        #ft .ft-menu a {
            margin: 0 5px;
        }

/*= Innerpage =*/

/*= Form style =*/
.layout-innerpg .col-main .form {
    padding: 10px 0;
}

    .layout-innerpg .col-main .form .row .label {
        line-height: 21px;
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: right;
    }

    .layout-innerpg .col-main .form .row .content {
        float: left;
        padding: 2px 3em 2px 0;
        line-height: 21px;
    }

    .layout-innerpg .col-main .form .row .enter {
        padding: 0 1em 0 0;
    }

    .layout-innerpg .col-main .form input.text,
    .layout-innerpg .col-main .form select,
    .layout-innerpg .col-main .form textarea {
        border: #ccc 1px solid;
        -moz-border-radius: 3px;
        -web-border-radius: 3px;
        border-radius: 3px;
        padding: 4px 2px 3px;
    }

        .layout-innerpg .col-main .form input.text:focus,
        .layout-innerpg .col-main .form select:focus,
        .layout-innerpg .col-main .form textarea:focus {
            border-color: #999;
        }

    .layout-innerpg .col-main .form .row .enter .check {
        float: left;
        margin-right: 12px;
    }

        .layout-innerpg .col-main .form .row .enter .check .input {
            float: left;
            padding-top: 5px;
            margin-right: 6px;
        }

        .layout-innerpg .col-main .form .row .enter .check .des {
            float: left;
            line-height: 21px;
            padding-top: 2px;
            padding-bottom: 2px;
        }

    .layout-innerpg .col-main .form .row .label .required {
        margin-right: 0.3em;
        font-weight: bold;
        color: #f00;
    }

    .layout-innerpg .col-main .form .row .tips {
        padding: 2px 0;
        line-height: 21px;
        color: #999;
        white-space: nowrap;
    }

    .layout-innerpg .col-main .form .row p.tips {
        clear: both;
        padding: 0 7px 5px;
    }

    .layout-innerpg .col-main .form .row {
        padding: 5px 0 5px 106px;
    }

        .layout-innerpg .col-main .form .row .label {
            width: 100px;
            margin-left: -106px;
            padding-right: 6px;
        }

        .layout-innerpg .col-main .form .row .buttons {
            padding: 10px 0;
        }

    .layout-innerpg .col-main .form blockquote {
        height: 23px;
        padding: 0 6px 0 27px;
        border: #F7ECAA 1px solid;
        line-height: 23px;
        background: #FDFFD7 url(../../common/img/icon/icon-16.png) no-repeat 5px -117px;
        white-space: nowrap;
    }

        .layout-innerpg .col-main .form blockquote.error {
            border-color: #FFBFBF;
            background-color: #FFEAEA;
            background-position: 5px -147px;
        }

        .layout-innerpg .col-main .form blockquote.accepted {
            border-color: #fff;
            background-color: #fff;
            background-position: 5px -177px;
            color: #999;
        }

        .layout-innerpg .col-main .form blockquote.loading {
            border-color: #fff;
            background: #fff url(../../common/img/icon/loading.gif) no-repeat 5px center;
            color: #DA6100;
        }

    .layout-innerpg .col-main .form .row-submit blockquote {
        background-color: transparent;
        border: none;
        clear: both;
        margin: -5px 0 10px;
    }

    .layout-innerpg .col-main .form .row .img-captcha {
        float: left;
        margin: 2px 8px 0 -6px;
        display: inline;
        cursor: pointer;
    }

/*= Pagenation =*/
.pager {
    padding: 10px 0;
}

    .pager .list {
        text-align: center;
    }

        .pager .list a {
            color: #494949;
            background: #efefef;
            border: 1px solid #d9d9d9;
            padding: 2px 6px;
            *padding: 0 6px;
            margin: 0 3px;
        }

            .pager .list a:hover {
                color: #fffefe;
                text-decoration: none;
                background: #e60000;
                border: 1px solid #f00;
            }

        .pager .list .pager-current {
            color: #fffefe;
            background: #e60000;
            border: 1px solid #f00;
            padding: 2px 6px;
            *padding: 0 6px;
            margin: 0 3px;
        }

        .pager .list .pager-nolink {
            color: #bbb;
            margin: 0 5px;
        }

        .pager .list a.ctrl {
            color: #666;
            background: none;
            border: none;
        }

            .pager .list a.ctrl:hover {
                color: #000;
                background: none;
                border: none;
            }

/*= Register =*/
.layout-innerpg .col-main .form-reg {
    padding: 38px 10px 40px;
}

/*= Comments =*/
.layout-innerpg .col-main .form-comment {
    padding: 0 10px;
}

.commentslist {
    padding: 0 20px;
}

    .commentslist a {
        color: #195D9E;
    }

.layout-innerpg .col-main .commentslist .form blockquote {
    background-color: transparent;
    border: none;
    margin-top: 10px;
}

.commentslist .entry {
    margin-bottom: 10px;
    padding: 0 10px;
    background: #FFFCF5;
    border: #F3E6C6 1px solid;
    -moz-border-radius: 5px;
    -web-border-radius: 5px;
    border-radius: 5px;
}

.commentslist .entry-head {
    line-height: 30px;
    padding: 2px 6px 0;
    border-bottom: #F9F0DB 1px solid;
}

    .commentslist .entry-head .author {
        float: left;
        color: #333;
    }

    .commentslist .entry-head .meta {
        text-align: right;
        display: block;
    }

        .commentslist .entry-head .meta .location {
            margin-right: 1em;
        }

.commentslist .entry-content {
    padding: 15px;
    line-height: 180%;
}

.commentslist .entry-body .operate {
    padding: 15px 10px 10px;
    text-align: right;
}

    .commentslist .entry-body .operate a {
        margin: 0 0.7em;
    }

.commentslist .comment-reply {
    margin: 0 20px 10px;
}

    .commentslist .comment-reply .reply-show {
        padding: 6px 15px 10px;
        background: #fff;
        border: #F3E6C6 1px solid;
        -moz-border-radius: 5px;
        -web-border-radius: 5px;
        border-radius: 5px;
    }

.commentslist .reply-show .reply-head {
    line-height: 25px;
}

.commentslist .reply-show .reply-author {
    float: left;
    color: #f60;
}

.commentslist .reply-show .reply-operate {
    float: right;
}

    .commentslist .reply-show .reply-operate a {
        margin: 0 0.7em;
    }

.layout-innerpg .col-main .commentslist .comment-reply .form textarea {
    border-color: #ECD7A6;
}

    .layout-innerpg .col-main .commentslist .comment-reply .form textarea:focus {
        border-color: #f60;
    }

.commentslist .comment-reply .form .buttons {
    padding-top: 10px;
}

    .commentslist .comment-reply .form .buttons input {
        height: 24px;
        padding: 0 5px;
        margin-right: 0.3em;
        background: #fff;
        border: #D2D0D7 1px solid;
        -moz-border-radius: 5px;
        -web-border-radius: 5px;
        border-radius: 5px;
        color: #999;
        cursor: pointer;
    }

    .commentslist .comment-reply .form .buttons .submit {
        color: #fff;
        background: #597797;
        border-color: #000;
        font-weight: bold;
    }

.commentslist .entry-new {
    border-color: #f60;
    border-style: dashed;
}

/*= Article view =*/
.layout-innerpg .col-main .block-article-view .block-content {
}

.block-article-view .article-head {
}

    .block-article-view .article-head .title {
        color: #000;
        font: 150% "Microsoft Yahei";
        padding: 25px 20px 15px;
        font-weight: bold;
    }

    .block-article-view .article-head .meta {
        padding: 0 20px 8px;
        border-bottom: #ccc 1px dashed;
    }

        .block-article-view .article-head .meta .item {
            margin-right: 0.7em;
        }

.block-article-view .article-summary {
    padding: 20px 40px 30px;
    color: #999;
    line-height: 180%;
}

.block-article-view .article-content {
    font-size: 117%;
    line-height: 200%;
    padding: 0 25px 25px;
}

    .block-article-view .article-content p {
        padding-bottom: 0.8em;
    }

    .block-article-view .article-content .caption-image {
        padding: 5px;
        border: #ddd 1px solid;
        line-height: 18px;
        background: #f1f1f1;
        margin-bottom: 1em;
    }

        .block-article-view .article-content .caption-image img {
            display: block;
        }

        .block-article-view .article-content .caption-image span {
            display: block;
            color: #888;
            text-align: center;
            font-size: 88%;
            padding-top: 5px;
        }

    .block-article-view .article-content .caption-aligncenter {
        margin-left: auto;
        margin-right: auto;
    }

    .block-article-view .article-content .caption-alignleft {
        float: left;
        margin: 6px 20px 6px 0;
    }

    .block-article-view .article-content .caption-alignright {
        float: right;
        margin: 6px 0 6px 20px;
    }

    .block-article-view .article-content a {
        color: #195D9E;
    }

.block-article-view .article-foot {
    text-align: right;
    padding: 0 20px 10px;
    color: #999;
}

    .block-article-view .article-foot .item {
        margin-left: 1em;
    }

/*= Gallery slide =*/
.layout-innerpg .col-main .block-products-detail .block-content,
.layout-innerpg .col-main .block-download-detail .block-content {
}

.layout-show-withpic {
}

    .layout-show-withpic .col-main {
        background: none;
    }

        .layout-show-withpic .col-main .main-wrap {
            margin: 0 0 0 310px;
        }

    .layout-show-withpic .col-sub {
        width: 281px;
        margin-left: -100%;
        background: none;
    }

#slide-showpic a.picholder {
    padding: 1px;
    height: 202px;
    overflow: hidden;
    border: 3px solid #ccc;
    text-align: center;
    display: table-cell;
    width: 273px;
    vertical-align: middle;
    +display:block;
    +font-size:176px;
}

    #slide-showpic a.picholder img {
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        max-width: 273px;
        max-height: 202px;
    }

#showpic-gallery {
    height: 62px;
    margin: 2px 0 0;
    overflow: hidden;
}

    #showpic-gallery a.button {
        display: block;
        width: 20px;
        height: 54px;
        background: #fff url(../../common/img/slider.png) no-repeat;
        float: left;
        margin: 6px 3px 0 0;
        text-indent: -10000px;
    }

    #showpic-gallery a.prev {
        background-position: -58px 0;
    }

    #showpic-gallery a.next {
        background-position: -78px 0;
        margin-right: 0;
    }

    #showpic-gallery .box {
        width: 235px;
        height: 62px;
        overflow: hidden;
        float: left;
        margin: 0 3px 0 0;
        position: relative;
    }

        #showpic-gallery .box ul {
            width: 600px;
            position: absolute;
            top: 0;
            left: 0;
        }

            #showpic-gallery .box ul li {
                width: 54px;
                margin: 6px 5px 0 0;
                float: left;
                border: 0;
                padding: 0;
            }

                #showpic-gallery .box ul li a {
                    display: block;
                    width: 48px;
                    height: 48px;
                    padding: 2px;
                    border: #bbb 1px solid;
                    overflow: hidden;
                }

                    #showpic-gallery .box ul li a img {
                        display: block;
                        width: 48px;
                    }

                #showpic-gallery .box ul li.selected {
                    width: 58px;
                    margin: 0 5px 0 0;
                    background: url(../../common/img/slider.png) no-repeat 0 0;
                }

                    #showpic-gallery .box ul li.selected a {
                        padding: 9px 5px 5px;
                        border: none;
                    }

.layout-show-withpic .info h1 {
    color: #195D9E;
    font: 133% "Microsoft Yahei";
    padding: 8px 0;
}

.layout-show-withpic .info .details dl {
    border-bottom: #ccc 1px dashed;
    padding: 4px 0 3px 75px;
    line-height: 25px;
}

    .layout-show-withpic .info .details dl dt {
        width: 80px;
        margin-left: -75px;
        float: left;
        display: inline;
        padding-left: 10px;
    }

    .layout-show-withpic .info .details dl dd {
        padding: 0 5px;
        color: #999;
    }

    .layout-show-withpic .info .details dl.price {
        line-height: 35px;
    }

.layout-show-withpic .info .details .marketprice {
    font-size: 105;
    text-decoration: line-through;
    color: #555;
}

/*= Products detail =*/
.layout-show-withpic .info .btn-buy {
    margin-top: 10px;
}

.pro-param-list {
    padding: 0;
}

    .pro-param-list li {
        width: 190px;
        height: 26px;
        padding: 0 5px 0 0;
        line-height: 26px;
        float: left;
        overflow: hidden;
    }

/*= Offer view =*/
.block-offer-detail .detail-head {
    border-bottom: #ccc 1px dashed;
    padding: 10px 0;
}

    .block-offer-detail .detail-head .title {
        color: #999;
        float: left;
    }

    .block-offer-detail .detail-head .date {
        float: right;
        color: #999;
    }

.block-offer-detail .block-content .title span {
    color: #000;
    font: 133% "Microsoft Yahei";
}

.block-offer-detail .detail-list {
    padding: 15px 0 10px;
    width: 360px;
    float: left;
}

    .block-offer-detail .detail-list .item {
        padding: 5px 0 4px;
        line-height: 180%;
    }

    .block-offer-detail .detail-list .btn-resume {
        margin: 15px 0 0;
    }

/*= Download =*/
.download-url-list {
    padding: 0 0 20px;
}

    .download-url-list li {
        padding: 4px;
        line-height: 27px;
        color: #999;
    }

    .download-url-list .filename {
        margin-right: 1em;
    }

    .download-url-list .size {
        margin-right: 1em;
    }

    .download-url-list .btn-download {
        display: inline-block;
        padding-left: 29px;
        width: 58px;
        height: 27px;
        background: url(../img/button-simple.png) no-repeat 0 0;
        color: #555;
    }

/*= Order list =*/
.block-order-list table.data .pro {
    text-align: left;
}

/*= Vote =*/
.vote-view-content {
    padding: 0;
}

    .vote-view-content .info {
        padding: 0 11px 10px 13px;
        line-height: 28px;
        color: #000;
    }

        .vote-view-content .info .time {
            float: right;
        }

    .vote-view-content .results .bar {
        height: 30px;
        background: #eee;
        line-height: 30px;
        overflow: hidden;
    }

    .vote-view-content .results .list li {
        height: 34px;
        border-bottom: #ddd 1px solid;
        line-height: 34px;
        overflow: hidden;
        _margin: 0 0 -3px;
    }

    .vote-view-content .results p {
        float: left;
        color: #999;
        height: 34px;
        overflow: hidden;
    }

        .vote-view-content .results p.num {
            width: 52px;
            text-align: center;
        }

        .vote-view-content .results p.option {
            width: 290px;
            padding: 0 4px;
        }

    .vote-view-content .results .list p.option {
        color: #195D9E;
        font-size: 14px;
        line-height: 34px;
    }

    .vote-view-content .results p.percent {
        width: 205px;
        padding: 0 4px;
    }

    .vote-view-content .results .list p.percent {
        font-size: 10px;
        line-height: 34px;
    }

    .vote-view-content .results p.votes {
        width: 90px;
        text-align: center;
        float: right;
    }

    .vote-view-content .results .list p.votes {
        color: #000;
    }

.percent-bar {
    position: relative;
    display: block;
    width: 154px;
    height: 13px;
    margin: 10px 6px 0 0;
    float: left;
    background: #E2E2E2 url(../img/stat-bar-grey.png);
    overflow: hidden;
}

    .percent-bar .orange {
        display: block;
        height: 13px;
        background: #FD8E47 url(../img/stat-bar-orange.png);
    }

/*= Operata tip =*/
.operatetip {
    width: 350px;
    padding: 0 27px 125px;
    margin: 94px auto 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}

    .operatetip .title {
        font-size: 133%;
        line-height: 23px;
        font-weight: bold;
    }

    .operatetip .info {
        line-height: 200%;
        margin: 1em 0 0;
    }

    .operatetip .buttons {
        margin: 23px 2px 0;
    }

.operatetip-success {
    background-image: url(../../common/img/info_success.gif);
}

    .operatetip-success .title {
        color: #35a200;
    }

.operatetip-error {
    background-image: url(../../common/img/info_error.gif);
}

    .operatetip-error .title {
        color: #c1200e;
    }

.operatetip .direct {
    margin: 11px 6px 0;
    color: #999;
}


/*= -----------------------------------------------
    Custom style
    ----------------------------------------------- =*/
.main-layout .list-gallery li {
    padding-right: 10px;
}

.ad {
    margin-bottom: 10px !important;
}

.list img {
    border: 1px solid #cdcdcd;
    height: 150px;
    margin: 3px;
    padding: 3px;
    width: 150px;    
}

/* Tabs */
.tab1, .tab2 {
    height: 34px;
    background: url(/jzxy/UploadFiles_333/201008/20100817155557621.gif) repeat-x;
}

    .tab1 ul, .tab2 ul {
        margin: 0;
        padding: 0;
    }

    .tab1 li, .tab2 li {
        float: left;
        padding: 0 30px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        border-right: 1px #ebf7ff solid;
        cursor: pointer;
    }

        .tab1 li.now, .tab2 li.now {
            color: #5299c4;
            background: #fff;
            font-weight: bold;
        }

.tablist {
    height: 120px;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    display: none;
}

.block {
    display: block;
}

.red {
    color: #BD0A01;
}

fieldset {
    border: 1px #B0C0D1 solid;
    padding: 10px;
}

legend {
    background: #B0C0D1;
    padding: 4px 10px;
    color: #fff;
}

#c {
    margin-top: 10px;
}

.c1, .c2 {
    line-height: 20px;
}

.c1 {
    color: #014CC9;
}

.c2 {
    color: #7E6095;
    display: none;
}

h3 {
    font-size: 16px;
    padding: 5px 0;
}

.box_list_l ul li {
    float: left;
    margin: 0 5px;
}