/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: .875em;
    font-family: "微软雅黑", Monaco, 'Consolas', "Courier New", Courier, monospaced;
    background-color: #eeeeee;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #737373;
}
input.ipt {
    font-size:1em;
    color:#aaa;
    border:solid 1px #ccc;
}
input.ipt:focus {
    border:solid 1px #ff0033;
}
.btn {
    display: inline-block;
    background-color: #ff0033;
    color: #fff;
    font-size: .75em;
    padding: 7px 18px;
    margin: 0;
}
a.btn {
    text-decoration: none;
}
a.btn:hover {
    color: #ffffff;
}
button.btn {
    border: none;
}
#header, #navigation, #content, #footer, #copyright {
    width: 100%;
    text-align: center;
}
#header {
    background-color: #fff;
}
#header h1 {
    position: absolute;
    top: -1000px;
}
#header .inner {
    padding: 20px 0;

}
#header a#logo {
    display: block;
    float: left;
    height: 34px;
    width: 280px;
    text-decoration: none;
    background: transparent url('../img/logo.png') no-repeat 0 0;
}
#header label.tel {
    float: right;
    display: block;
    width: 148px;
    height: 30px;
    padding: 0;
    margin: 0 0 0 5px;
    background: url('../img/tel.png') no-repeat 0 0;
}
#header ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
#header ul > li {
    float: left;
    vertical-align: middle;
    line-height: 1;
}
#header ul > li > a {

}
#header ul > li label {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    color: #333333;
}
#header ul > li > label:after {
    content: '：';
    color: #333333;
}
#header ul > li p {
    padding: 0 5px;
    margin: 0;
    float: left;
	*float:none;
	*display: inline;
	*zoom: 1;
}
#header ul > li p label {
    float: right;
	*float: none;
	*display: inline;
	*zoom: 1;
}
#header ul > li p input {
    margin-top: 10px;
	*margin-top: 0;
}
#header ul > li .ipt {
    height: 26px;
    width: 80px;
    float: left;
    color: #000000;
    font-family: "微软雅黑",Tahoma, Monaco, 'Consolas', "Courier New", Courier, monospaced;
}
#header ul > li .btn {
    margin-left: 5px;
    height: 16px;
    line-height: 16px;
    font-size: small;
}
#header ul > li button.btn {
    height: inherit;
    border: none;
}
#header ul > li .qrcode-login {
    background-color: #cccc00;
}
#navigation {
    background-color: #f03;
    height: 40px;
    -moz-box-shadow:0 2px 5px #aaa;
    -webkit-box-shadow:0 2px 5px #aaa;
    box-shadow:0 2px 5px #aaa;
    margin-bottom: 20px;
}
#navigation ul.main-nav {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 40px;
}
#navigation ul.main-nav > li {
    float: left;
    position: relative;
}
#navigation ul.main-nav > li > a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 2em;
}
#navigation ul.main-nav > li.current > a,
#navigation ul.main-nav > li.active > a {
    -moz-box-shadow:0 0 5px #bd0026;
    -webkit-box-shadow:0 0 5px #bd0026;
    box-shadow:0 0 5px #bd0026;
}
#navigation ul.main-nav > li ul {
    position: absolute;
    padding: 5px 0;
    margin: 0;
    background-color: #ffffff;
    display: none;
    z-index: 9999;
    -moz-box-shadow:0 2px 2px #ccc;
    -webkit-box-shadow:0 2px 2px #ccc;
    box-shadow:0 2px 2px #ccc;
}
#navigation ul.main-nav > li ul li {
    display: block;
    padding: 0;
    margin: 0;
}
#navigation ul.main-nav > li ul a {
    display: block;
    margin: 0;
    padding: 5px 24px;
    text-decoration: none;
    word-break: keep-all;
    white-space:nowrap;
}
#navigation ul.main-nav > li ul a:hover {
    background-color: #ff0033;
    -moz-box-shadow:0 0 5px #bd0026;
    -webkit-box-shadow:0 0 5px #bd0026;
    box-shadow:0 0 5px #bd0026;
    color: #ffffff;
}
#footer {
    background-color: #ffffff;
    margin-top: 20px;
    color: #333333;
}
#footer .inner {
    padding: 3em 0;
}
#footer dl {
    float: left;
    padding: 0 2em;
    margin: 0;
    border-left: solid 1px #dddddd;
}
#footer dl.first {
    border: none;
}
#footer dt, #footer dd {
    padding: 5px 0;
    margin: 0;
}
#footer dt {
    font-size: 1.25em;
}
#footer  dd {
    font-size: .75em;
}
#footer .qrcode {
    float: right;
    padding-right: 2em;
}
#footer .qrcode img {
    width: 128px;
    height: 128px;
}
#copyright {
    background-color: #ff0033;
}
#copyright .inner {
    padding: 0;
}
#copyright .inner p {
    text-align: center;
    color: #ffffff;
    font-size: 1em;
    line-height: 1.8;
    padding: 10px;
    margin: 0;
}

.customer-service {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #ffffff;
    border: solid 1px #ff0033;
    width: 120px;
    z-index: 20000;
}
.customer-service .customer-service-inner {
    position: relative;
    padding: 0;
    margin: 0;
    width: 120px;
}
.customer-service .customer-service-inner a.close {
    position: absolute;
    right: 0;
    top: 0;
    background: url('../img/close.png') no-repeat 0 0;
    width: 16px;
    height: 16px;
    display: block;
    text-decoration: none;
}
.customer-service .customer-service-box {
    padding: 0;
    margin: 0;
    width: 120px;
    background-color: #ffffff;
}
.customer-service .customer-service-box .customer-service-title {
    background-color: #ff0033;
    padding: 5px 10px;
    font-size: 14px;
    color: #ffffff;
}
.customer-service .customer-service-box .customer-service-content {
    padding: 0 10px;
}
.customer-service .customer-service-box .customer-service-content p {
    padding: 0;
    margin: 10px 0;
    text-align: center;
    font-size: 12px;
}
.customer-service .customer-service-box .customer-service-content a {
    display: block;
    text-align: center;
    border: solid 1px #f5f5f5;
    margin-bottom: 5px;
}
.customer-service .customer-service-box .customer-service-content a i {
    padding-left: 24px;
    font-size: 14px;
    height: 24px;
    font-style: normal;
    background: url('../img/qq.png') no-repeat 0 0;
}

.customer-service-mini {
    height: 32px;
    width: 32px;
    border: none;
    background-color: transparent;
}
.customer-service-mini .customer-service-inner {
    width: 32px;
    height: 32px;
}
.customer-service-mini .customer-service-inner a.close {
    left: 0;
    top: 0;
    background: transparent url('../img/help.png') no-repeat 0 0;
    width: 32px;
    height: 32px;
    display: block;
    text-decoration: none;
}
.customer-service-mini .customer-service-box {
    display: none;
}
.qrlg-wrapper {
    top: 114px;
    position: absolute;
    width: 100%;
    z-index: 8888;
    background-color: #ffffff;
    -moz-box-shadow:0 0 5px #bd0026;
    -webkit-box-shadow:0 0 5px #bd0026;
    box-shadow:0 0 5px #bd0026;
    text-align: center;
}
.qrlg-wrapper div.qrlg-inner {
    margin: 20px auto;
    text-align: center;
    line-height: 1.2;
}
.qrlg-wrapper div.qrlg-inner span img {
    max-width: 128px;
    max-height: 128px;
}
/*
#copyright .inner p:before {
    content: '';
    background: url('../img/copyright.png') no-repeat center center;
    width: 100%;
    height: 46px;
    display: inline-block;
}
*/
#copyright .inner p a {
    color: #ffffff;
}
#copyright .inner p a:hover {
    text-decoration: underline;
}
.inner {
    width: 1210px;
    min-width: 600px;
    margin: 0 auto;
    text-align: left;
}
h2 {
    font-size: 1.25em;
    padding: 0;
    margin: 1.25em 0 .75em 1em;
    color: #333;
    font-weight: 500;
}
h3 {
    font-size: 1em;
    padding: 0;
    margin: 0;
    font-weight: 400;
}
/* index.php ---------------------------------------------------------------------------------------------------------*/
h3.icon {
    margin-top: 19px;
    color: #000000;
}
h3.icon:after {
    content: '';
    display: inline-block;
    height: 48px;
    width: 100%;
    margin-top: 16px;
}
h3.icon-gear:after {
    background: transparent url('../img/gear.png') no-repeat center 0;
}
h3.icon-question:after {
    background: transparent url('../img/question.png') no-repeat center 0;
}
h3.icon-case:after {
    background: transparent url('../img/case.png') no-repeat center 0;
}
h3.icon-download:after {
    background: transparent url('../img/download.png') no-repeat center 0;
}
.idx-banner .banner {
    border: solid 1px #ddd;
    background-color: #ffffff;
    text-align: center;
    padding: 9px;
    width: 1190px;
    position: relative;
}
.idx-banner .banner .join {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.idx-banner .banner img {
    width: 100%;
}
.col1 {
    border: solid 1px #ddd;
    background-color: #ffffff;
    text-align: center;
    width: 287px;
    float: left;
}
.col2 {
    width: 640px;
    float: left;
    background-color: #ffffff;
}
.col1 p, .col1 ol {
    margin: 14px 20px;
    padding: 0;
    text-align: left;
    line-height: 1.8;
}
.col1 ol {
    padding-left: 20px;
}
.idx-sms .col1 {
    margin-left: 18px;
    height: 280px;
    overflow: hidden;
}
.idx-sms h3.icon {
    width: 100%;
}
.idx-wc .col1 {
    border: none;
    width: 529px;
    height: 330px;
    border-right: solid 1px #eeeeee;
}
.idx-wc .col2 {
    height: 330px;
    margin-left: 18px;
}
.idx-wc .row-content {
    width: 1208px;
    border: solid 1px #dddddd;
    background-color: #ffffff;
}
.idx-wc-cases {
    position: relative;
    overflow: hidden;
    width: 640px;
    padding: 0;
    margin: 15px 0;
    height: 300px;
}
.idx-wc-cases .unslider-arrow {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 16px;
    opacity: .3;
}
.idx-wc-cases .prev {
    background: #ffffff url('../img/arrow-left.png') no-repeat center center;
    z-index: 888;
}
.idx-wc-cases .next {
    background: #ffffff url('../img/arrow-right.png') no-repeat center center;
    left: 626px;
    margin-left: auto;
    margin-right: -16px;
    z-index: 889;
}
.idx-wc-cases ul {
    z-index: 887;
    padding: 0;
    margin: 0;
}
.idx-wc-cases li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.idx-wc-cases ul li {
    float: left;
    display: block;
    width: 640px;
    height: 300px;
}
/****************************************************************************
 * 二级页
 */
.page {
    background-color: #f5f6f7;
    border: solid 1px #c7cdd6;
}
.page .page-title {
    border-bottom: solid 1px #d7dde6;
}
.page .page-title h2 {
    padding: 1em 2em;
    margin: 0;
    font-size: 1.25em;
}
.page .page-content {
    background-image: url("../img/content-white.png");
    background-position: 220px 0;
    background-repeat: repeat-y;
}
.page .page-content .content-wrap {
    width: 100%;
    float: left;
}
.page .page-content .content-wrap .content {
    /*margin-left: 222px;*/
    margin: 16px 16px 16px 236px;
    font-size: medium;
}
.page .page-content .content-wrap .content h3 {
    font-size: large;
    color: #ff0033;
}
.page .page-content .menu {
    width: 220px;
    float: left;
    margin-left: -100%;
}
.page .page-content .menu ul.nav-side {
    display: block;
    width: 220px;
    float: left;
}
.page .page-content .menu ul.nav-side .nav-children {
    display: none;
}
.page .page-content .menu ul.nav-side li ul li a {
    background-color: #fcfcfc;
    background-position: 18px 50%;
    padding-left: 30px;
}
.page .page-content .menu ul.nav-side, .page .page-content .menu ul.nav-side ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.page .page-content .menu ul.nav-side a {
    display: block;
    text-decoration: none;
}
.page .page-content .menu ul.nav-side li {
    margin: 0;
}
.page .page-content .menu ul.nav-side li ul li {
    margin: 1px 0;
}
.page .page-content .menu ul.nav-side li a {
    background: #ebeef0;
    color: #000000;
    padding: 0.5em;
    cursor:pointer;
}
.page .page-content .menu ul.nav-side li .nav-header {
    font-size:14px;
    border-bottom: 1px solid #d7dde6;
    position:relative;
}
.page .page-content .menu ul.nav-side li .nav-header:hover {
    background: #dde4eb;
}
.page .page-content .menu ul.nav-side li .nav-header .new,
.page .page-content .menu ul.nav-side li ul li a .new {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 23px;
    height: 11px;
    margin-top: -6px;
    z-index: 10;
    background: url("../img/icon_new.gif") no-repeat transparent;
    display: block;
    border: 0 none;
}
.page .page-content .menu ul.nav-side li ul li a {
    display: block;
    font-size: 12px;
    padding: 7px 10px 7px 20px;
    color: #333333;
    padding-left: 42px;
    border-bottom: 0px solid #f3f3f3;
    background-position: 25px 50%;
    background-image: url("../img/menuarrow.png");
    background-repeat: no-repeat;
    text-decoration: none;
    background-color:#f8f8f8;
    position: relative;
}
.page .page-content .menu ul.nav-side li ul li:last-child {
    border-bottom: 1px solid #D7DDE6;
}
.page .page-content .menu ul.nav-side li ul li a:hover {
    background-color: #fff;
    border-left: 5px #ff0033 solid;
    padding-left: 15px;
    background-position: -5px 50%;
}
.page .page-content .menu ul.nav-side li.selected a {
    background: #fff;
    border-left: 5px #ff0033 solid;
    padding-left: 15px;
    color: #ff0033;
}
.page .page-content .menu ul.nav-side li .nav-header i {
    margin-right: 10px;
    text-align: center;
}
.page .page-content .content {
    line-height: 160%;
    font-size: .9em;
}
.page .page-content .content h3 {
    font-size: 1.2em;
}
.block-btns {
    line-height: 150%;
}
.block-btns a.block-btn {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    background-color: #339;
    color: #fff;
    display: inline-block;
    text-decoration:none;
    *display: inline;
    *zoom: 1;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
