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 {
        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;
    *-webkit-filter: chroma(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%;
}

@font-face {
    font-family: 'aetficonregular';
    src: url("../font/aetficonregular.eot?61324251");
    src: url("../font/aetficonregular.eot?61324251#iefix") format("embedded-opentype"),url("../font/aetficonregular.woff2?61324251") format("woff2"),url("../font/aetficonregular.woff?61324251") format("woff"),url("../font/aetficonregular.ttf?61324251") format("truetype"),url("../font/aetficonregular.svg?61324251#aetficonregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "aetficonregular";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: '\e800';
}

.icon-pop:before {
    content: '\e802';
}

.icon-icon4:before {
    content: '\e803';
}

.icon-thumpup:before {
    content: '\e804';
}

.icon-config:before {
    content: '\e805';
}

.icon-chome:before {
    content: '\e806';
}

.icon-cart:before {
    content: '\e807';
}

.icon-angle-up:before {
    content: '\e808';
}

.icon-up-big:before {
    content: '\e809';
}

.icon-qrcode:before {
    content: '\e80a';
}

.icon-qq:before {
    content: '\e80b';
}

.icon-wechat:before {
    content: '\e80c';
}

.icon-weibo:before {
    content: '\e80d';
}

.icon-pencil:before {
    content: '\e80e';
}

.icon-up-open:before {
    content: '\e80f';
}

.icon-tag:before {
    content: '\e810';
}

.icon-file:before {
    content: '\e811';
}

.icon-postcast:before {
    content: '\e812';
}

.icon-video:before {
    content: '\e813';
}

.icon-tree:before {
    content: '\e814';
}

.icon-cloud:before {
    content: '\e815';
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    .bx-wrapper .bx-viewport {
        background: #fff;
        -webkit-transform: translatez(0);
        transform: translatez(0);
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(../images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            float: left;
            background: url(../images/ico_dotted.png);
            text-indent: -9999px;
            display: block;
            width: 9px;
            height: 9px;
            margin-right: 5px;
            outline: 0;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
                background-position: right 0;
            }

    .bx-wrapper .bx-prev {
        left: 10px;
        background: url(../images/ico_dotted.png) no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url(../images/ico_dotted.png) no-repeat -43px -32px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666\9;
        background: rgba(80,80,80,0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }

.carousel {
    position: relative;
    margin: 0 13px 0 0;
    width: 1000px;
    height: auto;
    border: none;
    overflow: hidden;
}

    .carousel .slides {
        margin: 0;
        padding: 0;
        border: none;
        list-style: none;
        position: relative;
        overflow: visible;
    }

        .carousel .slides .slideItem {
            position: absolute;
            cursor: pointer;
            overflow: hidden;
            padding: 0;
            margin: 0;
            border: none;
        }

            .carousel .slides .slideItem a {
                display: block;
                text-decoration: none;
                margin: 0;
                padding: 0;
                border: none;
                outline: none;
            }

            .carousel .slides .slideItem img {
                margin: 0;
                padding: 0;
                border: none;
                width: 100%;
                height: 100%;
            }

    .carousel .nextButton {
        position: absolute;
        right: 10px;
        top: 133px;
        width: 35px;
        height: 35px;
        background: url("../images/carousel/next_button.png") no-repeat center;
        cursor: pointer;
        z-index: 9999;
    }

    .carousel .prevButton {
        position: absolute;
        left: 10px;
        top: 133px;
        width: 35px;
        height: 35px;
        background: url("../images/carousel/prev_button.png");
        cursor: pointer;
        z-index: 9999;
    }

    .carousel .buttonNav {
        position: relative;
        margin: 0 auto;
        z-index: 999;
    }

        .carousel .buttonNav .numbers {
            position: relative;
            float: left;
            margin: 5px;
            color: #828282;
            cursor: pointer;
            font-weight: bold;
            text-decoration: none;
            font-size: 1em;
            font-family: Arial, Verdana;
        }

            .carousel .buttonNav .numbers:hover {
                color: #000;
                text-decoration: underline;
            }

        .carousel .buttonNav .numberActive {
            background: none;
            color: #000;
            cursor: default;
        }

        .carousel .buttonNav .bullet {
            position: relative;
            float: left;
            width: 16px;
            height: 16px;
            background: url(../images/carousel/Bullet-White.png) no-repeat center;
            margin: 5px;
            float: left;
            cursor: pointer;
        }

            .carousel .buttonNav .bullet:hover {
                background: url(../images/carousel/Bullet-Black.png) no-repeat center;
            }

        .carousel .buttonNav .bulletActive {
            background: url(../images/carousel/Bullet-Black.png) no-repeat center;
            cursor: default;
        }

    .carousel .slides .videoOverlay {
        background: url("../images/carousel/video.png") no-repeat center;
    }

    .carousel .slides .spinner {
        background: #000 url(../images/carousel/loading.gif) no-repeat center;
    }

    .carousel .shadow {
        width: 100%;
        height: 82px;
    }

        .carousel .shadow .shadowLeft {
            background: url("../images/carousel/shadowLeft.png") no-repeat;
            width: 100px;
            height: 82px;
        }

        .carousel .shadow .shadowMiddle {
            height: 82px;
            background: url("../images/carousel/shadowTile.png") repeat-x;
        }

        .carousel .shadow .shadowRight {
            width: 100px;
            height: 82px;
            background: url("../images/carousel/shadowRight.png") no-repeat;
        }

body {
    background: #fff;
}

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

    a:hover {
        text-decoration: underline;
    }

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

    a.blue {
        margin-top: 20px;
        line-height: 1.2em;
        color: #29779d;
        font-weight: 400;
        font-size: 20px;
        padding-left: 10px;
        display: block;
        text-decoration: none;
        padding: 1em;
        border: 1px solid #ccc;
        text-align: center;
    }

.btn {
    display: inline-block;
    font: normal normal normal 14px/1 sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}

    .btn.btn-submit {
        border: none;
        width: 80px;
        height: 32px;
        background-color: #27a9bc;
        color: #FFF;
    }

        .btn.btn-submit.tiny {
            width: 56px;
            height: 28px;
        }

.icon {
    display: inline-block;
    font: normal normal normal 14px/1 sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.wrapper {
    width: 100%;
    min-width: 960px;
    background-color: #868686;
}

    .wrapper.banner-wrapper {
        background: none;
        height: 400px;
        background: #fff url(../images/img_top.jpg) center center no-repeat;
    }

    .wrapper.wrapper-nav {
        background: none;
        border-bottom: 3px solid #e60012;
    }

    .wrapper.subnav-wrapper {
        background-color: #333;
        box-shadow: 0px 3px 3px 0px #ccc;
    }

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

    .banner-box a, .banner-box img {
        display: block;
        margin: 0 auto;
    }

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

    .container .sub-header {
        position: relative;
        zoom: 1;
    }

        .container .sub-header:before, .container .sub-header:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
        }

        .container .sub-header:after {
            clear: both;
        }

        .container .sub-header .sub-nav li {
            width: 136px;
            float: left;
        }

            .container .sub-header .sub-nav li a {
                display: block;
                text-align: center;
                margin: 0 auto;
                color: #fff;
                font-size: 21px;
                line-height: 60px;
                text-decoration: none;
                position: relative;
            }

                .container .sub-header .sub-nav li a span {
                    font-size: 18px;
                }

                .container .sub-header .sub-nav li a:hover {
                    color: #fff;
                    background: #04a4e5;
                }

                .container .sub-header .sub-nav li a.current {
                    color: #fff;
                    background: #04a4e5;
                }

.header {
    zoom: 1;
    text-align: left;
}

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

    .header:after {
        clear: both;
    }

.nav {
    float: left;
}

    .nav li {
        display: inline-block;
    }

    .nav a {
        font-size: 12px;
        color: #FFF;
        font-family: 'Microsoft YaHei';
        line-height: 26px;
        padding-right: 2em;
        text-decoration: none;
    }

        .nav a:hover, .nav a .focus {
            font-weight: bold;
        }

    .nav.right {
        float: right;
    }

        .nav.right a {
            padding-left: 2em;
            padding-right: 0;
        }

.slideshow {
    width: 616px;
    height: 257px;
    overflow: hidden;
    position: relative;
}

    .slideshow .bx-pager {
        position: absolute;
        text-align: right;
        bottom: 10px;
        right: 20px;
        z-index: 10;
    }

    .slideshow img {
        border: 10px solid #ccc;
    }

    .slideshow .bx-wrapper .bx-pager.bx-default-pager a {
        text-indent: 9999px;
    }

    .slideshow .sy-caption-wrap {
        left: 0px;
        bottom: 0px;
        width: 100%;
    }

        .slideshow .sy-caption-wrap .sy-caption {
            display: none;
            border-radius: 0;
            left: 0px;
        }

    .slideshow .sy-pager {
        zoom: 1;
        position: absolute;
        z-index: 100;
        height: 16px;
        right: 10px;
        bottom: 10px;
        display: block;
        width: 100%;
        margin: 0 0 0;
        padding: 0;
        list-style: none;
        text-align: right;
    }

        .slideshow .sy-pager:before, .slideshow .sy-pager:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
        }

        .slideshow .sy-pager:after {
            clear: both;
        }

        .slideshow .sy-pager li {
            display: inline-block;
            width: 9px;
            height: 9px;
            margin: 0 9px 0 0;
        }

            .slideshow .sy-pager li.sy-active a {
                background-position: left;
                background: #FFF;
            }

            .slideshow .sy-pager li a {
                width: 9px;
                height: 9px;
                display: block;
                background: url(../images/ico_dotted.png) 0 0 no-repeat;
                background-position: right;
                text-indent: 9999px;
                border-radius: 0;
            }

                .slideshow .sy-pager li a:link, .slideshow .sy-pager li a:visited {
                    opacity: 1.0;
                }

                .slideshow .sy-pager li a:hover, .slideshow .sy-pager li a:focus {
                    opacity: 0.8;
                }

.carousel-wrap {
    zoom: 1;
    position: relative;
    padding-top: 30px !important;
    padding-bottom: 50px !important;
}

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

    .carousel-wrap:after {
        clear: both;
    }

    .carousel-wrap .carousel {
        width: 500px;
        float: left;
    }

        .carousel-wrap .carousel .nextButton, .carousel-wrap .carousel .prevButton {
            display: none;
        }

    
.carousel-wrap .description p{
        font-size: 14px;
        line-height: 28px;
    }
	.carousel-wrap .description b{
        font-size: 16px;
        line-height: 35px;
    }
        .carousel-wrap .description p {
            text-indent: 2em;
        }

    .carousel-wrap .carousel-box {
        position: relative;
        float: left;
        padding: 0 60px;
    }

        .carousel-wrap .carousel-box .nextButton {
            position: absolute;
            right: 10px;
            top: 110px;
            width: 36px;
            height: 70px;
            background: url("../images/ico_next.png") no-repeat center;
            cursor: pointer;
            z-index: 9999;
        }

        .carousel-wrap .carousel-box .prevButton {
            position: absolute;
            left: 10px;
            top: 110px;
            width: 36px;
            height: 70px;
            background: url("../images/ico_prev.png");
            cursor: pointer;
            z-index: 9999;
        }

.pagination a:hover, .pagination a:active {
    border: 1px solid #e4393c;
    background-image: none;
}

.pagination {
    padding: 3px;
    margin: 3px;
    margin-top: 20px;
    text-align: right;
    font-size: .85em;
}

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

    .pagination a {
        border: 1px solid #ccdbe4;
        margin-right: 3px;
        padding: 2px 8px;
        background-position: bottom;
        text-decoration: none;
        color: #777;
    }

        .pagination a.next {
            border: 1px solid #ccdbe4;
            margin: 0 0 0 10px;
        }

            .pagination a.next:hover {
                border: 1px solid #e4393c;
            }

        .pagination a.prev {
            border: 1px solid #ccdbe4;
            margin: 0 10px 0 0;
        }

            .pagination a.prev:hover {
                border: 1px solid #e4393c;
            }

        .pagination a.last {
            margin-left: 5px;
        }

    .pagination span.current {
        margin-right: 3px;
        padding: 2px 6px;
        font-weight: bold;
        color: #e4393c;
    }

    .pagination span.disabled {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #EEE;
        color: #DDD;
    }

.notice-panel {
    float: left;
    background: url(../images/ico_mail.png) center center no-repeat;
    height: 27px;
    width: 40px;
    margin-left: 260px;
}

    .notice-panel .notice-num {
        position: relative;
    }

        .notice-panel .notice-num span {
            position: absolute;
            top: 0px;
            left: 30px;
            font-size: 10px;
            line-height: 20px;
            background: url(../images/ico_ball.png) 0 0 no-repeat;
            background-position: center center;
            width: 20px;
            height: 20px;
            display: block;
            text-align: center;
            color: #FFF;
        }

.login-panel {
    float: right;
    width: 100px;
    height: 28px;
    background: none;
    background-position: top center;
    text-align: center;
    position: relative;
    font-size: 12px;
    line-height: 28px;
    color: #FFF;
}

    .login-panel > a {
        color: #FFF;
    }

    .login-panel > i {
        font-style: normal;
        display: inline-block;
        padding: 0 10px;
    }

    .login-panel.logon {
        background: none;
        padding-top: 0;
        text-align: right;
        cursor: pointer;
    }

        .login-panel.logon span {
            color: #FFF;
            width: 100px;
            height: 27px;
            display: block;
            overflow: hidden;
        }

    .login-panel .info {
        position: absolute;
        width: 93px;
        border: 1px solid #CCC;
        right: 0;
        top: 24px;
        background-color: #FFF;
        text-align: left;
        line-height: 30px;
        font-size: 14px;
        display: none;
        z-index: 9999;
    }

        .login-panel .info.show {
            display: block;
        }

        .login-panel .info li {
            padding-left: 1em;
            padding-right: 1em;
        }

        .login-panel .info .first {
            padding-top: 5px;
        }

        .login-panel .info .last {
            border-top: 1px solid #EEE;
        }

.aet-report li {
    zoom: 1;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .aet-report li:before, .aet-report li:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .aet-report li:after {
        clear: both;
    }

    .aet-report li .img {
        float: left;
        margin-right: 15px;
    }

        .aet-report li .img img {
            height: 130px;
            width: 200px;
            -o-object-fit: cover;
            object-fit: cover;
            border: 1px solid #ccc;
            display: block;
        }

        .aet-report li .img .caption {
            padding: 5px;
            font-size: 12px;
            line-height: 14px;
        }

    .aet-report li .desc a {
        font-size: 18px;
    }

    .aet-report li .desc p {
        line-height: 28px;
        font-size: 14px;
        color: #555;
    }

.article-list {
    zoom: 1;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 20px;
}

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

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

    .article-list li {
        position: relative;
        line-height: 30px;
        font-size: 14px;
    }

        .article-list li:before {
            content: "●";
            font-size: 10px;
            position: absolute;
            left: -12px;
            top: 0px;
            color: #000;
        }

        .article-list li a {
            display: block;
            width: 265px;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            text-decoration: none;
        }

.showitem-list {
    padding-top: 10px;
    margin-left: 12px;
    margin-right: -10px;
    zoom: 1;
}

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

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

    .showitem-list li {
        width: 180px;
        height: 160px;
        background: #eee;
        float: left;
        overflow: hidden;
        margin-bottom: 30px;
        margin-right: 20px;
    }

        .showitem-list li.last {
            margin-right: 0;
        }

        .showitem-list li img {
            height: 120px;
            width: 180px;
            -o-object-fit: cover;
            object-fit: cover;
            display: block;
        }

        .showitem-list li .caption {
            height: 40px;
            overflow: hidden;
            line-height: 40px;
            font-size: 14px;
            text-align: center;
        }

.buttons-list {
    zoom: 1;
}

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

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

    .buttons-list a {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }

        .buttons-list a.odd {
            margin-right: 0;
        }

        .buttons-list a img {
            display: block;
        }

.brands-list {
    zoom: 1;
    padding-top: 15px;
    padding-left: 10px;
}

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

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

    .brands-list a {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .brands-list a img {
            display: block;
            border: 1px solid #ccc;
        }

.table-style {
    border: 1px solid #999;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 10px auto;
    border-left: 0;
    border-right: 0;
    word-wrap: break-word;
    font-size: 12px;
}

    .table-style .head td {
        height: 32px;
        padding: 0 4px;
        font-weight: bold;
        text-align: center;
    }

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

        .table-style td.center {
            text-align: center;
        }

    .table-style .even td {
        background-color: #f1f4f7;
    }

.more-box {
    position: relative;
    height: 15px;
}

    .more-box .more {
        position: absolute;
        right: 0px;
        top: 0px;
    }

.box {
    margin-bottom: 10px;
    margin-top: 20px;
}

    .box.none {
        margin-top: 10px;
    }

    .box .hd {
        padding-right: 10px;
        position: relative;
        border-bottom: 1px solid #04a4e5;
        height: 37px;
    }

        .box .hd .more {
            position: absolute;
            right: 10px;
            bottom: 0px;
            font-size: 14px;
            color: #04a4e5 !important;
        }

        .box .hd h3 {
            line-height: 36px;
            color: #fff;
            font-weight: 400;
            font-size: 18px;
            display: inline-block;
            padding-left: 1.5em;
            padding-right: 1.5em;
            background: #04a4e5;
        }

    .box .bd {
        padding: 10px 5px;
    }

        .box .bd .article-list {
            margin-left: 25px;
            margin-bottom: 0px;
        }

            .box .bd .article-list li {
                float: left;
                width: 280px;
                margin-right: 10px;
            }

    .box .row {
        margin-top: 10px;
    }

        .box .row .grid-50-left, .box .row .grid-50-right {
            width: 49%;
        }

        .box .row .grid-50-right {
            margin-right: -2px;
        }

    .box .text-wrapper {
        padding: 0 10px;
    }

.row {
    zoom: 1;
}

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

    .row:after {
        clear: both;
    }

.container-inner {
    zoom: 1;
    width: 610px;
    border: 1px solid #eee;
    padding: 1px;
}

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

    .container-inner:after {
        clear: both;
    }

    .container-inner .box {
        margin-top: 0;
        width: 300px;
        float: left;
    }

        .container-inner .box.right {
            float: right;
        }

        .container-inner .box h4 {
            line-height: 32px;
            height: 32px;
            background-color: #eee;
            color: #000;
            padding-left: 10px;
        }

        .container-inner .box li {
            font-size: 14px;
        }

.grid-100 {
    width: 100%;
}

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

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

.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(../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;
        }

.copyright {
    text-align: center;
    font-size: 12px;
    background-color: #868686;
    color: #FFF;
}

.grid {
    zoom: 1;
    min-height: 80px;
    margin-top: 16px;
    margin-bottom: 16px;
}

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

    .grid:after {
        clear: both;
    }

    .grid.border-less {
        border: 0;
        height: 80px;
    }

        .grid.border-less .maintext {
            border-right: 0;
        }

    .grid .maintext {
        width: 616px;
        float: left;
    }

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

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

            .grid .sidebar .block.borderless {
                border: 0;
                padding-bottom: 0;
                margin-bottom: 0;
            }

            .grid .sidebar .block .hd {
                padding-right: 10px;
                position: relative;
                border-bottom: 1px solid #04a4e5;
                height: 37px;
            }

                .grid .sidebar .block .hd h3 {
                    line-height: 36px;
                    color: #fff;
                    font-weight: 400;
                    font-size: 18px;
                    padding-left: 1em;
                    padding-right: 1em;
                    background: #04a4e5;
                    display: inline-block;
                }

                .grid .sidebar .block .hd .more {
                    position: absolute;
                    right: 10px;
                    bottom: 0px;
                    font-size: 16px;
                    color: #04a4e5 !important;
                }

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

            .grid .sidebar .block .article-list li a {
                width: 275px;
            }

            .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;
                }

.weibo-show {
    height: 342px;
    width: 275px;
    margin: 30px auto 25px auto;
    overflow: hidden;
}

.etabs {
    margin: 0;
    padding: 0;
}

.tab {
    display: inline-block;
    border-bottom: none;
}

    .tab a {
        font-size: 18px;
        color: #777777;
        line-height: 2em;
        display: block;
        padding: 0 1em;
        outline: none;
        text-decoration: none;
    }

    .tab.active {
        color: #000;
        position: relative;
    }

        .tab.active:after {
            content: " ";
            position: absolute;
            bottom: -2px;
            left: 50%;
            margin-left: -3px;
            width: 14px;
            height: 8px;
            background: url(../images/ico_tab_arrow.png) 0 0 no-repeat;
        }

    .tab a.active {
        color: #000;
    }

.tab-container .panel-container {
    background: url(../images/ico_tab_bg.png) 0 0 no-repeat;
    padding: 10px;
}

.panel-container {
    margin-bottom: 10px;
}

.filter-box {
    margin-right: -16px;
}

    .filter-box .filter {
        width: 152px;
        height: 33px;
        line-height: 33px;
        color: #555;
        border: 1px solid #ccc;
        background: #eee;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        margin-right: 7px;
        margin-bottom: 14px;
    }

        .filter-box .filter:hover, .filter-box .filter.active {
            background: #e60012;
            color: #fff;
        }

.mix-box .list {
    zoom: 1;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

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

    .mix-box .list:after {
        clear: both;
    }

    .mix-box .list .image {
        float: left;
        background: url(../images/ico_img_bg.png);
        width: 170px;
        height: 120px;
        padding-top: 1px;
    }

        .mix-box .list .image img {
            width: 168px;
            height: 118px;
            display: block;
            margin: 0 auto;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .mix-box .list .detail {
        float: right;
        width: 460px;
    }

        .mix-box .list .detail h3 {
            font-size: 16px;
        }

        .mix-box .list .detail .desc {
            font-size: 12px;
            color: #999;
            line-height: 18px;
        }

        .mix-box .list .detail .icon-tag {
            font-size: 14px;
            color: #e60012;
            text-decoration: none;
        }

        .mix-box .list .detail .icon-file, .mix-box .list .detail .icon-cart {
            text-decoration: none;
            border: 1px solid #999999;
            background-color: #eeeeee;
            display: inline-block;
            width: 104px;
            height: 28px;
            font-size: 14px;
            line-height: 28px;
            text-align: center;
            border-radius: 14px;
        }

        .mix-box .list .detail .icon-file {
            margin-right: 10px;
        }
