﻿html {
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: grayscale;
}

    html.borderbox *, html.borderbox *:before, html.borderbox *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body, button, input, select, textarea {
    font: 400 1em/1.8 Avenir, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}

button, input {
    *width: auto;
    *overflow: visible;
    line-height: normal;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

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

th {
    text-align: inherit;
}

fieldset, img {
    border: 0;
}

img {
    -ms-interpolation-mode: bicubic;
}

iframe {
    display: block;
}

blockquote {
    position: relative;
    color: #999;
    font-weight: 300;
    font-family: Avenir, 'Helvetica Neue', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
    border-left: 1px solid #1abc9c;
    padding-left: 1em;
    margin: 1em 3em 1em 2em;
}

@media only screen and (max-width: 640px) {
    blockquote {
        margin: 1em 0;
    }
}

acronym, abbr {
    border-bottom: 1px dotted;
    font-variant: normal;
}

abbr {
    cursor: help;
}

del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400;
}

ul, ol {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

:root sub, :root sup {
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a {
    color: #1abc9c;
}

    a:hover {
        text-decoration: underline;
    }

.typo a {
    border-bottom: 1px solid #1abc9c;
}

    .typo a:hover {
        border-bottom-color: #555;
        color: #555;
        text-decoration: none;
    }

ins, a {
    text-decoration: none;
}

u, .typo-u {
    text-decoration: underline;
}

mark {
    background: #fffdd1;
    border-bottom: 1px solid #ffedce;
    padding: 2px;
    margin: 0 5px;
}

pre, code, pre tt {
    font-family: Courier, 'Courier New', monospace;
}

pre {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 1em 1.5em;
    display: block;
    -webkit-overflow-scrolling: touch;
}

hr {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 10px;
    *color: pink;
    *filter: chroma(color=pink);
    height: 10px;
    *margin: -7px 0 2px;
}

small, .typo-small, figcaption {
    font-size: 0.9em;
    color: #888;
}

strong, b {
    font-weight: bold;
    color: #000;
}

[draggable] {
    cursor: move;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.textwrap, .textwrap td, .textwrap th {
    word-wrap: break-word;
    word-break: break-all;
}

.textwrap-table {
    table-layout: fixed;
}

.serif {
    font-family: Palatino, Optima, Georgia, serif;
}

.typo p, .typo pre, .typo ul, .typo ol, .typo dl, .typo form, .typo hr, .typo table, .typo-p, .typo-pre, .typo-ul, .typo-ol, .typo-dl, .typo-form, .typo-hr, .typo-table, blockquote {
    margin-bottom: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
    font-weight: 200;
    color: #000;
}

.typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6, .typo-h1, .typo-h2, .typo-h3, .typo-h4, .typo-h5, .typo-h6 {
    margin-bottom: 0.4em;
    line-height: 1.5;
}

.typo h1, .typo-h1 {
    font-size: 2em;
}

.typo h2, .typo-h2 {
    font-size: 1.8em;
}

.typo h3, .typo-h3 {
    font-size: 1.6em;
}

.typo h4, .typo-h4 {
    font-size: 1.4em;
}

.typo h5, .typo h6, .typo-h5, .typo-h6 {
    font-size: 1.2em;
}

.typo ul, .typo-ul {
    margin-left: 1.3em;
    list-style: disc;
}

.typo ol, .typo-ol {
    list-style: decimal;
    margin-left: 1.9em;
}

    .typo li ul, .typo li ol, .typo-ul ul, .typo-ul ol, .typo-ol ul, .typo-ol ol {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 2em;
    }

    .typo li ul, .typo-ul ul, .typo-ol ul {
        list-style: circle;
    }

.typo table th, .typo table td, .typo-table th, .typo-table td .typo table caption {
    border: 1px solid #ddd;
    padding: 0.5em 1em;
    color: #666;
}

.typo table th, .typo-table th {
    background: #fbfbfb;
}

.typo table thead th, .typo-table thead th {
    background: #f1f1f1;
}

.typo table caption {
    border-bottom: none;
}

.typo-input, .typo-textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

::-moz-selection {
    background: #08c;
    color: #fff;
}

::selection {
    background: #08c;
    color: #fff;
}

.typo-em, .typo em, legend, caption {
    color: #000;
    font-weight: inherit;
}

.typo-em {
    position: relative;
}

    .typo-em:after {
        position: absolute;
        top: 0.65em;
        left: 0;
        width: 100%;
        overflow: hidden;
        content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
    }

.typo img {
    max-width: 100%;
}

body {
    background: #fff;
}

a {
    color: #4d4b4b;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a.more {
        color: #00234e !important;
        font-size: 12px;
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

hr.line {
    border-bottom: 1px solid #CCC;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #28a9d9;
    border: none;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}

    .btn.btn-post {
        width: 160px;
        height: 44px;
        line-height: 44px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .btn.btn-post.tiny {
            width: 96px;
            height: 36px;
            line-height: 36px;
            font-size: 14px;
        }

.text-center {
    text-align: center;
}

    .text-center.line {
        border-bottom: 1px dotted #CCC;
    }

.wrapper {
    width: 100%;
    min-width: 970px;
}

    .wrapper.top {
        height: 500px;
        background: #000 url(../images/top.jpg) center center no-repeat;
    }

    .wrapper.nav-wrapper {
        background: #fff;
        height: 86px;
        z-index: 10;
        position: relative;
    }

        .wrapper.nav-wrapper .btn-post {
            float: right;
            margin-top: 25px;
        }

    .wrapper.grey {
        background: #f5f5f5;
        padding: 40px 0;
    }

    .wrapper.text-wrapper {
        padding: 40px 0;
    }

    .wrapper.footer-wrapper {
        background: #000;
        height: 525px;
    }

.container {
    width: 970px;
    margin: 0 auto;
}

.nav {
    float: left;
}

    .nav li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

    .nav a {
        font-size: 20px;
        color: #000;
        line-height: 86px;
        display: block;
        text-decoration: none;
        padding: 0 2em;        
    }

        .nav a:hover, .nav a.focus {
            /*background-color: #28a9d9;*/
            font-weight:bolder;
        }

.title {
    position: relative;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 0;
}

    .title:before {
        content: "";
        height: 1px;
        overflow: hidden;
        border-top: 1px solid #CCC;
        position: absolute;
        top: 50%;
        left: 0;
        width: 320px;
    }

    .title:after {
        content: "";
        height: 1px;
        overflow: hidden;
        border-top: 1px solid #CCC;
        position: absolute;
        top: 50%;
        right: 0;
        width: 320px;
    }

.title-first {
    font-size: 45px;
    line-height: 78px;
    margin-bottom: 30px;
}

    .title-first:before {
        content: url(/Content/images/ico_dot.png);
        position: relative;
        top: 15px;
        padding-right: 10px;
    }

.contact {
    padding-top: 80px;
    padding-bottom: 70px;
}

    .contact table {
        width: 920px;
        margin: 0 auto;
    }

    .contact td {
        padding: 10px;
        color: #FFF;
        font-size: 20px;
    }

        .contact td a {
            color: #FFF;
        }

        .contact td h2, .contact td h3 {
            color: #FFF;
        }

.row {
    zoom: 1;
}

    .row:before, .row:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .row:after {
        clear: both;
    }

.typo-h2 {
    margin-bottom: 33px;
}

.clean-form {
    background-color: #FFF;
    width: 530px;
    margin: 0 auto;
    border: 1px solid #ccc;
    position: relative;
}

    .clean-form .notice {
        color: #e4393c;
    }

    .clean-form .clean-label span {
        color: #e4393c;
    }

    .clean-form .clean-notice {
        display: inline-block;
        display: none;
        font-size: 12px;
        color: #CCC;
        padding-left: 10px;
        padding-top: 5px;
        margin-bottom: 10px;
    }

        .clean-form .clean-notice.error {
            color: #e4393c;
            display: inline-block;
        }

    .clean-form legend {
        font-size: 24px;
        position: absolute;
        left: 40px;
        top: 28px;
        letter-spacing: 10px;
    }

    .clean-form .button {
        height: 34px;
        background-color: #e4393c;
        text-align: center;
        font-size: 16px;
        line-height: 34px;
        letter-spacing: 5px;
        border: none;
        color: #FFF;
        width: 80px;
        padding-left: 5px;
    }

    .clean-form .form-footer {
        margin-top: 20px;
    }

        .clean-form .form-footer span {
            color: #CCC;
        }

    .clean-form.clean-form-publish {
        border: none;
        padding-top: 25px;
        padding-bottom: 25px;
        width: 650px;
    }

        .clean-form.clean-form-publish .clean-label {
            display: block;
            width: 140px;
            line-height: 28px;
            font-size: 14px;
            margin-bottom: 10px;
            text-align: right;
        }

            .clean-form.clean-form-publish .clean-label.error {
                color: #e4393c;
            }

        .clean-form.clean-form-publish .btn-submit {
            margin-right: 10px;
        }

        .clean-form.clean-form-publish .clean-input, .clean-form.clean-form-publish .clean-select, .clean-form.clean-form-publish .textarea {
            width: 300px;
            padding-left: 5px;
            padding-right: 5px;
            height: 28px;
            line-height: 28px \9;
            border: 1px solid #CCC;
            font-size: 12px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .clean-form.clean-form-publish .clean-input.tiny, .clean-form.clean-form-publish .clean-select.tiny, .clean-form.clean-form-publish .textarea.tiny {
                width: 138px;
            }

            .clean-form.clean-form-publish .clean-input.t1, .clean-form.clean-form-publish .clean-select.t1, .clean-form.clean-form-publish .textarea.t1 {
                margin-right: 10px;
            }

            .clean-form.clean-form-publish .clean-input.error, .clean-form.clean-form-publish .clean-select.error, .clean-form.clean-form-publish .textarea.error {
                border: 1px solid #e4393c;
            }

        .clean-form.clean-form-publish .textarea {
            width: 300px;
            height: 125px;
            padding: 3px;
        }

        .clean-form.clean-form-publish .clean-select {
            width: 120px;
            margin-right: 5px;
            color: #777;
        }

            .clean-form.clean-form-publish .clean-select.larger {
                width: 200px;
            }

        .clean-form.clean-form-publish .item.item-inline .clean-input, .clean-form.clean-form-publish .item.item-inline .clean-select, .clean-form.clean-form-publish .item.item-inline .clean-label {
            float: left;
        }

        .clean-form.clean-form-publish .item.item-inline .clean-label {
            width: 140px;
            margin-right: 5px;
        }

            .clean-form.clean-form-publish .item.item-inline .clean-label.tiny {
                width: 90px;
            }

        .clean-form.clean-form-publish .btn-post {
            margin-left: 144px;
        }

        .clean-form.clean-form-publish .wrapper1 .item.item-inline .clean-label {
            width: 300px;
            text-align: left;
        }

        .clean-form.clean-form-publish .wrap {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            font-size: 14px;
        }

            .clean-form.clean-form-publish .wrap label {
                margin-right: 0em;
            }

                .clean-form.clean-form-publish .wrap label.middle {
                    margin-right: 15px;
                    margin-left: 15px;
                }

            .clean-form.clean-form-publish .wrap input {
                margin-right: 5px;
            }

    .clean-form .addNew {
        position: relative;
        text-decoration: none;
    }

        .clean-form .addNew span {
            padding-left: 40px;
            display: inline-block;
            padding-top: 3px;
        }

        .clean-form .addNew:before {
            content: " ";
            width: 32px;
            height: 32px;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAY9JREFUWAntlTlKBUEQhp9bamykBh7ASPAGBm6JoridwdwbiAaCkakgiJlXUBEMNBbhgZmR4pq4fYXdUM68mV6mR5Mp+Knqruq/arqre1qtRpod+Ocd6EqUfwCeZTBq+C7R++DOjGtVK7C/gK8MnhgvglplGvZsYj3+xD9RVwU9ELcdBUgx16AbBMk60YcGRQvHcOivLbNtb+S4enMzPxPjqLkCn50esoaHHibmqlNc8NYokgdlu8z7ooAqBZxD+lpErOblNlyo8S/THoGcuWy7FW1LL2iZNwMh3gYb2tnB3mTOWagkKWsi7dM5+hgclaw9wGc/Uq/L2bEFCJEc4yo4BW9AvvYELIHol1YXBE99UqUJk1TldT6OTPIijoBB0G9iH9G34AZ8mLkg5ToCaT750RyDZ6CbVNtyUyRmAciaJDILSxvoRD627MZklQqkX3YiEmeL24Ij6nbsJUhui9mFK0jWiLaLU2npIe//9FRQuX7BMyEF+FFGRPm+A/K0vkfwly05K3M2vmYH/mwHvgEfvLLO2ghCqQAAAABJRU5ErkJggg==) 0 0 no-repeat;
            position: absolute;
        }

    .clean-form .template-item {
        border: 1px solid #CCC;
        padding: 10px;
        margin-bottom: 10px;
        position: relative;
    }

        .clean-form .template-item .remove {
            position: absolute;
            right: 10px;
            top: 10px;
            display: inline-block;
            cursor: pointer;
            width: 14px;
            height: 14px;
            background: url(/Content/images/icon.png) no-repeat;
            background-position: -5px -55px;
        }

            .clean-form .template-item .remove:hover {
                background-position: -25px -55px;
            }

.table-borded {
    border: 1px solid #666;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 auto;
    border-left: 0;
    border-right: 0;
    word-wrap: break-word;
}

    .table-borded th {
        padding: 4px;
    }

    .table-borded td {
        padding: 4px;
        border: 1px solid #666;
        border-top: 0;
    }

.qrcode {
    display: none;
    position: fixed;
    background: #fff;
    text-align: center;
    padding-top: 10px;
    width: 120px;
    z-index: 101;
    top: 50% !important;
    right: 0;
    border: 1px solid #dbe0eb;
    padding-bottom: 8px;
}

    .qrcode.show {
        display: block;
    }

    .qrcode .qrcode-hd {
        zoom: 1;
        padding: 0 17px;
    }

        .qrcode .qrcode-hd:before, .qrcode .qrcode-hd:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
        }

        .qrcode .qrcode-hd:after {
            clear: both;
        }

        .qrcode .qrcode-hd .qrcode-title {
            float: left;
            font-size: 12px;
        }

        .qrcode .qrcode-hd .qrcode-close {
            float: right !important;
            cursor: pointer !important;
            font-size: 14px !important;
            line-height: 16px !important;
            font-weight: bold !important;
        }

.grid-50-left {
    width: 50%;
    float: left;
}

.grid-50-right {
    width: 50%;
    float: right;
}

.guest-list {
    zoom: 1;
    margin-right: -35px;
}

    .guest-list:before, .guest-list:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .guest-list:after {
        clear: both;
    }

    .guest-list li {
        width: 285px;
        padding: 10px;
        float: left;
        margin-top: 20px;
        margin-right: 30px;
    }

        .guest-list li img {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .guest-list li h3 {
            font-size: 22px;
            color: #000;
            font-weight: 400;
        }

        .guest-list li h4 {
            font-size: 16px;
        }

        .guest-list li p {
            text-align: left;
            font-size: 14px;
        }

.footer-nav {
    background-color: #f2f2f2;
    padding: 20px 30px;
}

    .footer-nav .footer > li {
        float: left;
        width: 213px;
    }

    .footer-nav strong {
        font-size: 12px;
    }

    .footer-nav a {
        color: #868686;
        font-size: 12px;
    }

    .footer-nav .wechat, .footer-nav .weibo {
        margin-left: 10px;
        margin-bottom: -4px;
        display: inline-block;
        width: 24px;
        height: 19px;
        background: url(/Content/images/ico_weixin_weibo.png) 0 0 no-repeat;
    }

    .footer-nav .weibo {
        background-position: right;
    }

    .footer-nav .qrcode {
        margin-top: 8px;
    }

        .footer-nav .qrcode img {
            display: block;
        }

.tooltip {
    display: inline;
    position: relative;
    text-decoration: none !important;
}

.tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 600px;
    left: 0;
    top: 30px;
    font-size: 14px;
    line-height: 1.5;
    color: #fffaf0;
    opacity: 0;
    margin: 0 0 20px 0px;
    cursor: default;
    pointer-events: none;
}

.tooltip:hover .tooltip-content {
    display: block;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.tooltip-content span {
    display: block;
}

.tooltip-text {
    border-top: 2px solid #fe4918;
    overflow: hidden;
}

.tooltip:hover .tooltip-text {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.tooltip-inner {
    background: #333;
    padding: 15px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.tooltip:hover .tooltip-inner {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tooltip-content::after {
    content: '';
    top: -10px;
    left: 50px;
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fe4918;
    position: absolute;
    pointer-events: none;
    margin-left: -10px;
}

.copyright {
    width: 920px;
    margin: 0 auto;
    border-top: 1px solid #FFF;
    padding-top: 40px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
}

    .copyright a {
        color: #FFF;
    }

    .copyright li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding: 0 5px;
    }

.grid {
    zoom: 1;
    border: 1px solid #CCC;
    min-height: 300px;
    margin-top: 22px;
    margin-bottom: 22px;
}

    .grid:before, .grid:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .grid:after {
        clear: both;
    }

    .grid .maintext {
        width: 674px;
        border-right: 1px solid #CCC;
        float: left;
    }

    .grid .sidebar {
        width: 303px;
        float: right;
    }

        .grid .sidebar .block {
            margin-bottom: 14px;
            padding-bottom: 10px;
        }

            .grid .sidebar .block .hd {
                line-height: 30px;
                width: 294px;
                margin: 0 auto;
                line-height: 30px;
                position: relative;
                border-bottom: 2px solid #ccc;
            }

                .grid .sidebar .block .hd:before {
                    width: 130px;
                    content: " ";
                    height: 2px;
                    background: #0574fd;
                    position: absolute;
                    left: 0px;
                    bottom: -2px;
                }

                .grid .sidebar .block .hd h3 {
                    line-height: 30px;
                    color: #000;
                    font-weight: 400;
                    font-size: 18px;
                    display: inline-block;
                    padding-left: 1em;
                }

            .grid .sidebar .block .bd {
                width: 294px;
                margin: 0 auto;
            }

                .grid .sidebar .block .bd.rank-wrapper {
                    width: 280px;
                }

            .grid .sidebar .block .article-list.rank-list li {
                line-height: 26px;
                padding-left: 20px;
                background: none;
                height: 26px;
            }

                .grid .sidebar .block .article-list.rank-list li a {
                    line-height: 26px;
                    font-size: 13px;
                }
