﻿/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
    font-family: Arial, '微软雅黑', sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
    margin: 0;
    overflow-x: hidden;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
    text-decoration: none;
    color: #666666;
}
a:focus {
    outline: 0;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
    margin: 0;
    padding: 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
    content: '';
    content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
    margin: 0;
    padding: 0;
}
dd {
    margin: 0;
    padding: 0;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
    list-style-type: none;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
 * HTML5 Boilerplate
 *
 * 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
   ========================================================================== */

body {
    font-size: 14px;
    line-height: 1.4;
}
/*邱丹2017-02-19日注释取消样式生效
img {
  width: auto;
  height: auto;
} */
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations 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 and the bottom of their containers: h5bp.com/i/440
 */
img {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   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 {
    /*
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.clearfix:after {
    clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses 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;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 50px;
}
@media screen and (max-width: 480px) {
    .container {
        padding: 0;
    }
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fli {
    float: left !important;
}
.fri {
    float: right !important;
}
.fni {
    float: none !important;
}
.clear {
    clear: both;
}
.relative {
    position: relative;
}
/* grid */
.col-1 {
    float: left;
    width: 8.33333333%;
    *width: 8.23333333%;
}
@media screen and (max-width: 768px) {
    .col-1 {
        float: none;
        width: 100%;
    }
}
.offset-1 {
    margin-left: 8.33333333%;
}
@media screen and (max-width: 768px) {
    .offset-1 {
        margin-left: 0;
    }
}
.col-2 {
    float: left;
    width: 16.66666667%;
    *width: 16.56666667%;
}
@media screen and (max-width: 768px) {
    .col-2 {
        float: none;
        width: 100%;
    }
}
.offset-2 {
    margin-left: 16.66666667%;
}
@media screen and (max-width: 768px) {
    .offset-2 {
        margin-left: 0;
    }
}
.col-3 {
    float: left;
    width: 25%;
    *width: 24.9%;
}
@media screen and (max-width: 768px) {
    .col-3 {
        float: none;
        width: 100%;
    }
}
.offset-3 {
    margin-left: 25%;
}
@media screen and (max-width: 768px) {
    .offset-3 {
        margin-left: 0;
    }
}
.col-4 {
    float: left;
    width: 33.33333333%;
    *width: 33.23333333%;
}
@media screen and (max-width: 768px) {
    .col-4 {
        float: none;
        width: 100%;
    }
}
.offset-4 {
    margin-left: 33.33333333%;
}
@media screen and (max-width: 768px) {
    .offset-4 {
        margin-left: 0;
    }
}
.col-5 {
    float: left;
    width: 41.66666667%;
    *width: 41.56666667%;
}
@media screen and (max-width: 768px) {
    .col-5 {
        float: none;
        width: 100%;
    }
}
.offset-5 {
    margin-left: 41.66666667%;
}
@media screen and (max-width: 768px) {
    .offset-5 {
        margin-left: 0;
    }
}
.col-6 {
    float: left;
    width: 50%;
    *width: 49.9%;
}
@media screen and (max-width: 768px) {
    .col-6 {
        float: none;
        width: 100%;
    }
}
.offset-6 {
    margin-left: 50%;
}
@media screen and (max-width: 768px) {
    .offset-6 {
        margin-left: 0;
    }
}
.col-7 {
    float: left;
    width: 58.33333333%;
    *width: 58.23333333%;
}
@media screen and (max-width: 768px) {
    .col-7 {
        float: none;
        width: 100%;
    }
}
.offset-7 {
    margin-left: 58.33333333%;
}
@media screen and (max-width: 768px) {
    .offset-7 {
        margin-left: 0;
    }
}
.col-8 {
    float: left;
    width: 66.66666667%;
    *width: 66.56666667%;
}
@media screen and (max-width: 768px) {
    .col-8 {
        float: none;
        width: 100%;
    }
}
.offset-8 {
    margin-left: 66.66666667%;
}
@media screen and (max-width: 768px) {
    .offset-8 {
        margin-left: 0;
    }
}
.col-9 {
    float: left;
    width: 75%;
    *width: 74.9%;
}
@media screen and (max-width: 768px) {
    .col-9 {
        float: none;
        width: 100%;
    }
}
.offset-9 {
    margin-left: 75%;
}
@media screen and (max-width: 768px) {
    .offset-9 {
        margin-left: 0;
    }
}
.col-10 {
    float: left;
    width: 83.33333333%;
    *width: 83.23333333%;
}
@media screen and (max-width: 768px) {
    .col-10 {
        float: none;
        width: 100%;
    }
}
.offset-10 {
    margin-left: 83.33333333%;
}
@media screen and (max-width: 768px) {
    .offset-10 {
        margin-left: 0;
    }
}
.col-11 {
    float: left;
    width: 91.66666667%;
    *width: 91.56666667%;
}
@media screen and (max-width: 768px) {
    .col-11 {
        float: none;
        width: 100%;
    }
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media screen and (max-width: 768px) {
    .offset-11 {
        margin-left: 0;
    }
}
.col-12 {
    float: left;
    width: 100%;
    *width: 99.9%;
}
@media screen and (max-width: 768px) {
    .col-12 {
        float: none;
        width: 100%;
    }
}
.offset-12 {
    margin-left: 100%;
}
@media screen and (max-width: 768px) {
    .offset-12 {
        margin-left: 0;
    }
}
.row {
    /*
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
    *zoom: 1;
    margin-right: -20px;
}
.row:before,
.row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.row:after {
    clear: both;
}
@media screen and (max-width: 768px) {
    .row {
        margin-right: 0;
    }
}
.col-content {
    margin-right: 20px;
}
@media screen and (max-width: 768px) {
    .col-content {
        margin-right: 0;
    }
}
/* margin */
.margin-0 {
    margin: 0px;
}
.margin-t-0 {
    margin-top: 0px;
}
.margin-r-0 {
    margin-right: 0px;
}
.margin-b-0 {
    margin-bottom: 0px;
}
.margin-l-0 {
    margin-left: 0px;
}
.margin-1 {
    margin: 10px;
}
.margin-t-1 {
    margin-top: 10px;
}
.margin-r-1 {
    margin-right: 10px;
}
.margin-b-1 {
    margin-bottom: 10px;
}
.margin-l-1 {
    margin-left: 10px;
}
.margin-2 {
    margin: 20px;
}
.margin-t-2 {
    margin-top: 20px;
}
.margin-r-2 {
    margin-right: 20px;
}
.margin-b-2 {
    margin-bottom: 20px;
}
.margin-l-2 {
    margin-left: 20px;
}
.margin-3 {
    margin: 30px;
}
.margin-t-3 {
    margin-top: 30px;
}
.margin-r-3 {
    margin-right: 30px;
}
.margin-b-3 {
    margin-bottom: 30px;
}
.margin-l-3 {
    margin-left: 30px;
}
.margin-4 {
    margin: 40px;
}
.margin-t-4 {
    margin-top: 40px;
}
.margin-r-4 {
    margin-right: 40px;
}
.margin-b-4 {
    margin-bottom: 40px;
}
.margin-l-4 {
    margin-left: 40px;
}
.margin-5 {
    margin: 50px;
}
.margin-t-5 {
    margin-top: 50px;
}
.margin-r-5 {
    margin-right: 50px;
}
.margin-b-5 {
    margin-bottom: 50px;
}
.margin-l-5 {
    margin-left: 50px;
}
.margin-6 {
    margin: 60px;
}
.margin-t-6 {
    margin-top: 60px;
}
.margin-r-6 {
    margin-right: 60px;
}
.margin-b-6 {
    margin-bottom: 60px;
}
.margin-l-6 {
    margin-left: 60px;
}
.margin-7 {
    margin: 70px;
}
.margin-t-7 {
    margin-top: 70px;
}
.margin-r-7 {
    margin-right: 70px;
}
.margin-b-7 {
    margin-bottom: 70px;
}
.margin-l-7 {
    margin-left: 70px;
}
.margin-8 {
    margin: 80px;
}
.margin-t-8 {
    margin-top: 80px;
}
.margin-r-8 {
    margin-right: 80px;
}
.margin-b-8 {
    margin-bottom: 80px;
}
.margin-l-8 {
    margin-left: 80px;
}
.margin-9 {
    margin: 90px;
}
.margin-t-9 {
    margin-top: 90px;
}
.margin-r-9 {
    margin-right: 90px;
}
.margin-b-9 {
    margin-bottom: 90px;
}
.margin-l-9 {
    margin-left: 90px;
}
.margin-10 {
    margin: 100px;
}
.margin-t-10 {
    margin-top: 100px;
}
.margin-r-10 {
    margin-right: 100px;
}
.margin-b-10 {
    margin-bottom: 100px;
}
.margin-l-10 {
    margin-left: 100px;
}
.margin-11 {
    margin: 110px;
}
.margin-t-11 {
    margin-top: 110px;
}
.margin-r-11 {
    margin-right: 110px;
}
.margin-b-11 {
    margin-bottom: 110px;
}
.margin-l-11 {
    margin-left: 110px;
}
.margin-12 {
    margin: 120px;
}
.margin-t-12 {
    margin-top: 120px;
}
.margin-r-12 {
    margin-right: 120px;
}
.margin-b-12 {
    margin-bottom: 120px;
}
.margin-l-12 {
    margin-left: 120px;
}
.margin-13 {
    margin: 130px;
}
.margin-t-13 {
    margin-top: 130px;
}
.margin-r-13 {
    margin-right: 130px;
}
.margin-b-13 {
    margin-bottom: 130px;
}
.margin-l-13 {
    margin-left: 130px;
}
.margin-14 {
    margin: 140px;
}
.margin-t-14 {
    margin-top: 140px;
}
.margin-r-14 {
    margin-right: 140px;
}
.margin-b-14 {
    margin-bottom: 140px;
}
.margin-l-14 {
    margin-left: 140px;
}
.margin-15 {
    margin: 150px;
}
.margin-t-15 {
    margin-top: 150px;
}
.margin-r-15 {
    margin-right: 150px;
}
.margin-b-15 {
    margin-bottom: 150px;
}
.margin-l-15 {
    margin-left: 150px;
}
.margin-16 {
    margin: 160px;
}
.margin-t-16 {
    margin-top: 160px;
}
.margin-r-16 {
    margin-right: 160px;
}
.margin-b-16 {
    margin-bottom: 160px;
}
.margin-l-16 {
    margin-left: 160px;
}
.margin-17 {
    margin: 170px;
}
.margin-t-17 {
    margin-top: 170px;
}
.margin-r-17 {
    margin-right: 170px;
}
.margin-b-17 {
    margin-bottom: 170px;
}
.margin-l-17 {
    margin-left: 170px;
}
.margin-18 {
    margin: 180px;
}
.margin-t-18 {
    margin-top: 180px;
}
.margin-r-18 {
    margin-right: 180px;
}
.margin-b-18 {
    margin-bottom: 180px;
}
.margin-l-18 {
    margin-left: 180px;
}
.margin-19 {
    margin: 190px;
}
.margin-t-19 {
    margin-top: 190px;
}
.margin-r-19 {
    margin-right: 190px;
}
.margin-b-19 {
    margin-bottom: 190px;
}
.margin-l-19 {
    margin-left: 190px;
}
.margin-20 {
    margin: 200px;
}
.margin-t-20 {
    margin-top: 200px;
}
.margin-r-20 {
    margin-right: 200px;
}
.margin-b-20 {
    margin-bottom: 200px;
}
.margin-l-20 {
    margin-left: 200px;
}
.margin-21 {
    margin: 210px;
}
.margin-t-21 {
    margin-top: 210px;
}
.margin-r-21 {
    margin-right: 210px;
}
.margin-b-21 {
    margin-bottom: 210px;
}
.margin-l-21 {
    margin-left: 210px;
}
.margin-22 {
    margin: 220px;
}
.margin-t-22 {
    margin-top: 220px;
}
.margin-r-22 {
    margin-right: 220px;
}
.margin-b-22 {
    margin-bottom: 220px;
}
.margin-l-22 {
    margin-left: 220px;
}
.margin-23 {
    margin: 230px;
}
.margin-t-23 {
    margin-top: 230px;
}
.margin-r-23 {
    margin-right: 230px;
}
.margin-b-23 {
    margin-bottom: 230px;
}
.margin-l-23 {
    margin-left: 230px;
}
.margin-24 {
    margin: 240px;
}
.margin-t-24 {
    margin-top: 240px;
}
.margin-r-24 {
    margin-right: 240px;
}
.margin-b-24 {
    margin-bottom: 240px;
}
.margin-l-24 {
    margin-left: 240px;
}
.margin-25 {
    margin: 250px;
}
.margin-t-25 {
    margin-top: 250px;
}
.margin-r-25 {
    margin-right: 250px;
}
.margin-b-25 {
    margin-bottom: 250px;
}
.margin-l-25 {
    margin-left: 250px;
}
.margin-26 {
    margin: 260px;
}
.margin-t-26 {
    margin-top: 260px;
}
.margin-r-26 {
    margin-right: 260px;
}
.margin-b-26 {
    margin-bottom: 260px;
}
.margin-l-26 {
    margin-left: 260px;
}
.margin-27 {
    margin: 270px;
}
.margin-t-27 {
    margin-top: 270px;
}
.margin-r-27 {
    margin-right: 270px;
}
.margin-b-27 {
    margin-bottom: 270px;
}
.margin-l-27 {
    margin-left: 270px;
}
.margin-28 {
    margin: 280px;
}
.margin-t-28 {
    margin-top: 280px;
}
.margin-r-28 {
    margin-right: 280px;
}
.margin-b-28 {
    margin-bottom: 280px;
}
.margin-l-28 {
    margin-left: 280px;
}
.margin-29 {
    margin: 290px;
}
.margin-t-29 {
    margin-top: 290px;
}
.margin-r-29 {
    margin-right: 290px;
}
.margin-b-29 {
    margin-bottom: 290px;
}
.margin-l-29 {
    margin-left: 290px;
}
.margin-30 {
    margin: 300px;
}
.margin-t-30 {
    margin-top: 300px;
}
.margin-r-30 {
    margin-right: 300px;
}
.margin-b-30 {
    margin-bottom: 300px;
}
.margin-l-30 {
    margin-left: 300px;
}
/* padding */
.padding-0 {
    padding: 0px;
}
.padding-t-0 {
    padding-top: 0px;
}
.padding-r-0 {
    padding-right: 0px;
}
.padding-b-0 {
    padding-bottom: 0px;
}
.padding-l-0 {
    padding-left: 0px;
}
.padding-1 {
    padding: 10px;
}
.padding-t-1 {
    padding-top: 10px;
}
.padding-r-1 {
    padding-right: 10px;
}
.padding-b-1 {
    padding-bottom: 10px;
}
.padding-l-1 {
    padding-left: 10px;
}
.padding-2 {
    padding: 20px;
}
.padding-t-2 {
    padding-top: 20px;
}
.padding-r-2 {
    padding-right: 20px;
}
.padding-b-2 {
    padding-bottom: 20px;
}
.padding-l-2 {
    padding-left: 20px;
}
.padding-3 {
    padding: 30px;
}
.padding-t-3 {
    padding-top: 30px;
}
.padding-r-3 {
    padding-right: 30px;
}
.padding-b-3 {
    padding-bottom: 30px;
}
.padding-l-3 {
    padding-left: 30px;
}
.padding-4 {
    padding: 40px;
}
.padding-t-4 {
    padding-top: 40px;
}
.padding-r-4 {
    padding-right: 40px;
}
.padding-b-4 {
    padding-bottom: 40px;
}
.padding-l-4 {
    padding-left: 40px;
}
.padding-5 {
    padding: 50px;
}
.padding-t-5 {
    padding-top: 50px;
}
.padding-r-5 {
    padding-right: 50px;
}
.padding-b-5 {
    padding-bottom: 50px;
}
.padding-l-5 {
    padding-left: 50px;
}
.padding-6 {
    padding: 60px;
}
.padding-t-6 {
    padding-top: 60px;
}
.padding-r-6 {
    padding-right: 60px;
}
.padding-b-6 {
    padding-bottom: 60px;
}
.padding-l-6 {
    padding-left: 60px;
}
.padding-7 {
    padding: 70px;
}
.padding-t-7 {
    padding-top: 70px;
}
.padding-r-7 {
    padding-right: 70px;
}
.padding-b-7 {
    padding-bottom: 70px;
}
.padding-l-7 {
    padding-left: 70px;
}
.padding-8 {
    padding: 80px;
}
.padding-t-8 {
    padding-top: 80px;
}
.padding-r-8 {
    padding-right: 80px;
}
.padding-b-8 {
    padding-bottom: 80px;
}
.padding-l-8 {
    padding-left: 80px;
}
.padding-9 {
    padding: 90px;
}
.padding-t-9 {
    padding-top: 90px;
}
.padding-r-9 {
    padding-right: 90px;
}
.padding-b-9 {
    padding-bottom: 90px;
}
.padding-l-9 {
    padding-left: 90px;
}
.padding-10 {
    padding: 100px;
}
.padding-t-10 {
    padding-top: 100px;
}
.padding-r-10 {
    padding-right: 100px;
}
.padding-b-10 {
    padding-bottom: 100px;
}
.padding-l-10 {
    padding-left: 100px;
}
.padding-11 {
    padding: 110px;
}
.padding-t-11 {
    padding-top: 110px;
}
.padding-r-11 {
    padding-right: 110px;
}
.padding-b-11 {
    padding-bottom: 110px;
}
.padding-l-11 {
    padding-left: 110px;
}
.padding-12 {
    padding: 120px;
}
.padding-t-12 {
    padding-top: 120px;
}
.padding-r-12 {
    padding-right: 120px;
}
.padding-b-12 {
    padding-bottom: 120px;
}
.padding-l-12 {
    padding-left: 120px;
}
.padding-13 {
    padding: 130px;
}
.padding-t-13 {
    padding-top: 130px;
}
.padding-r-13 {
    padding-right: 130px;
}
.padding-b-13 {
    padding-bottom: 130px;
}
.padding-l-13 {
    padding-left: 130px;
}
.padding-14 {
    padding: 140px;
}
.padding-t-14 {
    padding-top: 140px;
}
.padding-r-14 {
    padding-right: 140px;
}
.padding-b-14 {
    padding-bottom: 140px;
}
.padding-l-14 {
    padding-left: 140px;
}
.padding-15 {
    padding: 150px;
}
.padding-t-15 {
    padding-top: 150px;
}
.padding-r-15 {
    padding-right: 150px;
}
.padding-b-15 {
    padding-bottom: 150px;
}
.padding-l-15 {
    padding-left: 150px;
}
.padding-16 {
    padding: 160px;
}
.padding-t-16 {
    padding-top: 160px;
}
.padding-r-16 {
    padding-right: 160px;
}
.padding-b-16 {
    padding-bottom: 160px;
}
.padding-l-16 {
    padding-left: 160px;
}
.padding-17 {
    padding: 170px;
}
.padding-t-17 {
    padding-top: 170px;
}
.padding-r-17 {
    padding-right: 170px;
}
.padding-b-17 {
    padding-bottom: 170px;
}
.padding-l-17 {
    padding-left: 170px;
}
.padding-18 {
    padding: 180px;
}
.padding-t-18 {
    padding-top: 180px;
}
.padding-r-18 {
    padding-right: 180px;
}
.padding-b-18 {
    padding-bottom: 180px;
}
.padding-l-18 {
    padding-left: 180px;
}
.padding-19 {
    padding: 190px;
}
.padding-t-19 {
    padding-top: 190px;
}
.padding-r-19 {
    padding-right: 190px;
}
.padding-b-19 {
    padding-bottom: 190px;
}
.padding-l-19 {
    padding-left: 190px;
}
.padding-20 {
    padding: 200px;
}
.padding-t-20 {
    padding-top: 200px;
}
.padding-r-20 {
    padding-right: 200px;
}
.padding-b-20 {
    padding-bottom: 200px;
}
.padding-l-20 {
    padding-left: 200px;
}
.padding-21 {
    padding: 210px;
}
.padding-t-21 {
    padding-top: 210px;
}
.padding-r-21 {
    padding-right: 210px;
}
.padding-b-21 {
    padding-bottom: 210px;
}
.padding-l-21 {
    padding-left: 210px;
}
.padding-22 {
    padding: 220px;
}
.padding-t-22 {
    padding-top: 220px;
}
.padding-r-22 {
    padding-right: 220px;
}
.padding-b-22 {
    padding-bottom: 220px;
}
.padding-l-22 {
    padding-left: 220px;
}
.padding-23 {
    padding: 230px;
}
.padding-t-23 {
    padding-top: 230px;
}
.padding-r-23 {
    padding-right: 230px;
}
.padding-b-23 {
    padding-bottom: 230px;
}
.padding-l-23 {
    padding-left: 230px;
}
.padding-24 {
    padding: 240px;
}
.padding-t-24 {
    padding-top: 240px;
}
.padding-r-24 {
    padding-right: 240px;
}
.padding-b-24 {
    padding-bottom: 240px;
}
.padding-l-24 {
    padding-left: 240px;
}
.padding-25 {
    padding: 250px;
}
.padding-t-25 {
    padding-top: 250px;
}
.padding-r-25 {
    padding-right: 250px;
}
.padding-b-25 {
    padding-bottom: 250px;
}
.padding-l-25 {
    padding-left: 250px;
}
.padding-26 {
    padding: 260px;
}
.padding-t-26 {
    padding-top: 260px;
}
.padding-r-26 {
    padding-right: 260px;
}
.padding-b-26 {
    padding-bottom: 260px;
}
.padding-l-26 {
    padding-left: 260px;
}
.padding-27 {
    padding: 270px;
}
.padding-t-27 {
    padding-top: 270px;
}
.padding-r-27 {
    padding-right: 270px;
}
.padding-b-27 {
    padding-bottom: 270px;
}
.padding-l-27 {
    padding-left: 270px;
}
.padding-28 {
    padding: 280px;
}
.padding-t-28 {
    padding-top: 280px;
}
.padding-r-28 {
    padding-right: 280px;
}
.padding-b-28 {
    padding-bottom: 280px;
}
.padding-l-28 {
    padding-left: 280px;
}
.padding-29 {
    padding: 290px;
}
.padding-t-29 {
    padding-top: 290px;
}
.padding-r-29 {
    padding-right: 290px;
}
.padding-b-29 {
    padding-bottom: 290px;
}
.padding-l-29 {
    padding-left: 290px;
}
.padding-30 {
    padding: 300px;
}
.padding-t-30 {
    padding-top: 300px;
}
.padding-r-30 {
    padding-right: 300px;
}
.padding-b-30 {
    padding-bottom: 300px;
}
.padding-l-30 {
    padding-left: 300px;
}
/* 头部样式  */
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    height: 100px;
    background: #fff;
    z-index: 1000;
}
.header.on {border-bottom: 1px solid #f3f3f3;}
.header .header-in {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.header .header-in .logo {
    position: absolute;
    left: 0;
    top: 30px;
    width: 256px;
    height: 70px;
    overflow: hidden;
    color: transparent;
    background: url("../images/logo.png") center no-repeat;
    margin: 0;
}
.header .header-in .logo a {
    color: transparent;
    display: block;
    height: 100%;
}
.header .header-in .nav {
    margin-top: 54px;
}
.header .header-in .nav ul {
    font-size: 0;
    text-align: right;
}
.header .header-in .nav ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    padding: 0 1.5%;
    line-height: 46px;
}
.header .header-in .nav ul li a {
    display: block;
    color: #000;
    outline: none;
    font-family: Arial, '微软雅黑', sans-serif;
}
.header .header-in .nav ul li:first-child {
    padding-left: 0;
    *position: relative;
    *top: -30px;
}
.header .header-in .nav ul li.last {
    padding-right: 0;
}
.header .header-in .nav ul li.on a {
    color: #e10032;
}
.header .header-in .header-r {
    position: absolute;
    right: 0;
    top: 22px;
    font-size: 0;
    /**width: 225px;*/
}
.header .header-in .header-r > div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
}
.header .header-in .header-r .login-box {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 2.5em;
}
.header .header-in .header-r .login-box a {
    color: #000;
    font-size: 14px;
    vertical-align: middle;
    font-family: Arial, '微软雅黑', sans-serif;
}
.header .header-in .header-r .login-box a:hover {
    color: #e10032;
}
.header .header-in .header-r .login-box span {
    margin: 0 0.8em;
    color: #ccc;
    font-size: 12px;
    vertical-align: middle;
}
.header .header-in .header-r .language {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.header .header-in .header-r .language a {
    font-size: 14px;
    color: #000;
    padding: 5px 0 5px 20px;
    vertical-align: middle;
    background: url("../images/icon-lang.png") left center no-repeat;
    font-family: Arial, '微软雅黑', sans-serif;
}
.header .header-in .header-r .language a:hover {
    color: #e10032;
    font-family: Arial, '微软雅黑', sans-serif;
}
.header .header-in .header-r .language a.contact {
    background: none;
    margin-right: 20px;
    font-family: Arial, '微软雅黑', sans-serif;
}
.header .header-in .header-r .search-box {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 208px;
    height: 22px;
    border: 1px solid #333;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.header .header-in .header-r .search-box .search {
    padding: 0 35px 0 10px;
}
.header .header-in .header-r .search-box .search .i-search {
    font-size: 14px;
    border: 0;
    outline: none;
    display: block;
    width: 100%;
    background: url("../images/search-line.png") right center no-repeat;
}
.header .header-in .header-r .search-box .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    outline: none;
    padding: 0;
    width: 35px;
    height: 22px;
    background: url("../images/icon-zoom.png") center no-repeat;
}
.header .header-in .mobile-nav {
    display: none;
}
.header .header-in .mobile-search-box {
    display: none;
}
.header.on .header-in .logo {
    background-image: url("../images/mobile_logo.png");
}
.header-box {
    height: 100px;
}
@media screen and (max-width: 1366px) {
    .header .header-in .logo {
        margin-left: 15px;
    }
    .header .header-in .nav {
        padding-right: 15px;
    }
    .header .header-in .header-r {
        right: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .header {
        height: 60px !important;
        border-bottom: 1px solid #f3f3f3
    }
    .header .header-in {
        padding-top: 0;
    }
    .header .header-in .logo {
        position: static;
        width: 100px;
        height: 30px !important;
        margin-left: 0;
        margin-top: 15px;
        background-image: url("../images/mobile_logo.png");
    }
    .header .header-in .nav {
        margin: 0;
        position: fixed;
        right: -280px;
        top: 0;
        width: 280px;
        height: 100%;
        padding-right: 0;
        background: #ec5735;
        z-index: 100;
    }
    .header .header-in .nav ul {
        padding: 0 5%;
    }
    .header .header-in .nav ul li {
        float: none;
    }
    .header .header-in .nav ul li a {
        display: block;
        color: #fff;
    }
    .header .header-in .header-r {
        display: none !important;
    }
    .header .header-in .mobile-nav {
        display: block;
        font-size: 0;
        position: absolute;
        right: 10px;
        top: 12px;
    }
    .header .header-in .mobile-nav a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 35px;
        height: 35px;
        outline: none;
    }
    .header .header-in .mobile-nav .mobile-search {
        background: url("../images/icon-zoom2.png") center no-repeat;
        background-size: 70%;
    }
    .header .header-in .mobile-nav .mobile-menu {
        margin-left: 10px;
        background: url("../images/icon-menu.png") center no-repeat;
        background-size: 70%;
    }
    .header .header-in .mobile-nav .mobile-menu.tc {
        background-image: url("../images/icon-close.png");
    }
    .header .header-in .mobile-search-box {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 94%;
        overflow: hidden;
        background: #ffffff;
        padding: 15px 3%;
    }
    .header .header-in .mobile-search-box .search {
        padding: 0 45px 0 35px;
        position: relative;
        background: #f7f7f7 url("../images/icon-zoom3.png") 10px center no-repeat;
        background-size: auto 50%;
        -webkit-background-size: auto 50%;
        -o-background-size: auto 50%;
        -moz-background-size: auto 50%;
    }
    .header .header-in .mobile-search-box .search .i-search {
        border: 0;
        outline: none;
        display: block;
        height: 32px;
        line-height: 32px;
        width: 100%;
        background: url("../images/search-line.png") right center no-repeat;
    }
    .header .header-in .mobile-search-box .search .btn-search {
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        outline: none;
        background: none;
        padding: 0;
        text-align: center;
        width: 45px;
        line-height: 32px;
        height: 32px;
    }
    .header-box {
        height: 60px;
    }
}
.index-banner {
    width: 100%;
    position: relative;
}
.index-banner .banner-slider .bd {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.index-banner .banner-slider .bd ul {
    width: 600%;
}
.index-banner .banner-slider .bd ul li {
    float: left;
    width: 16.666%;
    position: relative;
}
.index-banner .banner-slider .bd ul li .cont {
    position: absolute;
    left: 50%;
    top: 26%;
    width: 1200px;
    margin-left: -600px;
}
.index-banner .banner-slider .bd ul li .cont .tit {
    font-weight: normal;
    font-size: 3.5em;
    color: #e10332;
}
.index-banner .banner-slider .bd ul li .cont .text {
    font-size: 2em;
    margin-bottom: 5%;
    color: #fff;
}
.index-banner .banner-slider .bd ul li .cont .know-more {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 15px 0;
    width: 200px;
    text-align: center;
    font-size: 1.285em;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    background: #ec5735 url("../images/btn_bg.jpg") left top repeat-y;
}
.index-banner .banner-slider .bd ul li .pic {
    width: 100%;
}
.index-banner .banner-slider .bd ul li .pic img {
    display: block;
    width: 100%;
}
.index-banner .banner-slider .hd {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    z-index: 2;
    text-align: center;
    font-size: 0;
}
.index-banner .banner-slider .hd .swiper-pagination-switch {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 15px;
    height: 15px;
    text-indent: -10em;
    overflow: hidden;
    margin: 0 10px;
    cursor: pointer;
    background: url("../images/pointer.png") center no-repeat;
}
.index-banner .banner-slider .hd .swiper-pagination-switch.swiper-active-switch {
    background-image: url("../images/pointer_on.png");
}
.index-banner .banner-slider .bd ul li .pic .m-img {display: none;}
@media screen and (max-width: 1440px) {
    .index-banner .banner-slider .bd ul li .cont .tit {
        font-size: 4.1425em;
    }
    .index-banner .banner-slider .bd ul li .cont .text {
        margin-bottom: 3%;
    }
}
@media screen and (max-width: 1366px) {
    .index-banner .banner-slider .bd ul li .cont {
        width: auto;
        margin-left: 0;
        left: 5%;
    }
}
@media screen and (max-width: 1280px) {
    .index-banner .banner-slider .bd ul li .cont {
        top: 24%;
    }
    .index-banner .banner-slider .bd ul li .cont .tit {
        font-size: 3.428em;
    }
    .index-banner .banner-slider .bd ul li .cont .text {
        font-size: 1.428em;
    }
    .index-banner .banner-slider .bd ul li .cont .know-more {
        width: 160px;
        padding: 10px 0;
        background-position: top center;
    }
}
@media screen and (max-width: 1024px) {
    .index-banner .banner-slider .bd ul li .cont {
        width: 80%;
        margin-left: 0;
        left: 5%;
    }
    .index-banner .banner-slider .bd ul li .cont .know-more {
        font-size: 16px;
    }
    .index-banner .banner-slider .hd {
        bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    /*.index-banner .banner-slider .bd ul li .pic {
      position: relative;
      height: 295px;
      width: auto;
    }*/
    .index-banner .banner-slider .bd ul li .pic .pc-img {display: none;}
    .index-banner .banner-slider .bd ul li .pic .m-img {display: block;}
    .index-banner .banner-slider .bd ul li .cont {
        width: 90%;
        left: 5%;
        z-index: 22;
    }
    .index-banner .banner-slider .bd ul li .cont .tit {
        font-size: 2.285em;
    }
    .index-banner .banner-slider .bd ul li .cont .text {
        font-size: 1.08em;
    }
    .index-banner .banner-slider .bd ul li .cont .know-more {
        font-size: 14px;
        width: 120px;
    }
}
@media screen and (max-width: 480px) {
    .index-banner .banner-slider .bd ul li .cont {
        top: 9%;
        width: 92%;
        left: 0;
        padding-left: 3%;
    }
    .index-banner .banner-slider .bd ul li .cont .tit {
        font-size: 1.8em;
    }
    .index-banner .banner-slider .bd ul li .cont .know-more {
        font-size: 14px;
        width: 140px;
        padding: 8px 0;
    }
    .index-banner .banner-slider .hd {
        bottom: 15px;
    }
    .index-banner .banner-slider .hd .swiper-pagination-switch {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
}
.notice {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    background: url("../images/notice_bg.png") left top repeat;
    height: 60px;
    overflow: hidden;
    z-index: 2;
}
.notice ul {
    position: relative;
}
.notice ul li {
    padding: 19px 35px;height: 24px;
}
.notice ul li .notice-box {
    font-size: 16px;
    color: #000;
    padding-right: 100px;
}
.notice ul li .notice-box a {
    color: #000;
    outline: none;
    cursor: pointer;
}
.notice ul li .notice-box i {
    margin: 0 1em;
    font-style: normal;
}
.notice ul li .notice-box .class {
    float: left;
    width: 8.5em;
}
.notice ul li .notice-box .class span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding-left: 2em;
    background: url("../images/icon_notice.png") left center no-repeat;
}
.notice ul li .notice-box .title {
    display: block;
    margin-left: 8.5em;
    line-height: 24px;
}
.notice ul li .notice-box .title span {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.notice .control {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 0;
}
.notice .control .next,
.notice .control .prev {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 35px;
    height: 35px;
    outline: none;
    cursor: pointer;
    background: url("../images/a_new_no_jt.png") center no-repeat;
    font-size: 14px;
}
.notice .control .next {
    margin-left: 1em;
    background-image: url("../images/a_new_no_jt_2.png");
}
.notice .control .prev:hover {
    background: url("../images/a_new_hover_jt_2.png") center no-repeat;
}
.notice .control .next:hover {
    background: url("../images/a_new_hover_jt.png") center no-repeat;
}
@media screen and (max-width: 1220px) {
    .notice {
        width: 100%;
        margin-left: 0;
        left: 0;
    }
}
@media screen and (max-width: 1024px) {
    .notice {
        display: none;
    }
}
.feature {
    text-align: center;
    padding-top: 6%;
    padding-bottom: 3.5%;
}
.feature .tit {
    font-size: 42px;
    color: #303030;
    font-weight: normal;
}
.feature .text {
    width: 94%;
    max-width: 940px;
    margin: 25px auto 34px;
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}
.feature .more {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 46px;
    width: 215px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    background: #ec5735 url("../images/btn_bg.jpg") left top repeat-y;
}
@media screen and (max-width: 1366px) {
    .feature .tit {
        font-size: 36px;
    }
}
@media screen and (max-width: 1024px) {
    .feature .tit {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    .feature {
        padding: 50px 0 30px;
    }
    .feature .tit {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .feature .text {
        display: none;
    }
    .feature .more {
        font-size: 14px;
        width: 180px;
        height: 42px;
        line-height: 42px;
    }
}
.layout-lr {
    position: relative;
    width: 100%;
}
.layout-lr .left {
    float: left;
    width: 238px;
    background: #eee;
}
.layout-lr .right {
    margin-left: 260px;
}
.product-center .left {
    background: #f7f7f7;
}
.product-center .left .product-tab {
    padding: 3px 0;
}
.product-center .left .product-tab li {
    font-size: 16px;
}
.product-center .left .product-tab li > a {
    display: block;
    padding: 0 30px;
    /* line-height: 84px;*/
    height: 84px;
    display: table-cell;
    vertical-align: middle;
    width: 238px;
    color: #333;
    outline: none;
}
.product-center .left .product-tab li a .icon {
    vertical-align: middle;
}
.product-center .left .product-tab li a .icon img {
    display: none;
}
.product-center .left .product-tab li a .icon img:first-child {
    display: block;
    vertical-align: middle;
}
.product-center .left .product-tab li a strong {
    font-weight: normal;
}
.product-center .left .product-tab li.on > a {
    color: #fff;
    background: #e1003a url("../images/product_arr.png") 200px center no-repeat;
}
.product-center .left .product-tab li.on a .icon img {
    display: block;
}
.product-center .left .product-tab li.on a .icon img:first-child {
    display: none;
}
.product-center .left .icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 15px;
    width: 24px;
    height: 20px;
}
.product-center .right .product-lists .product-list ul {
    font-size: 0;
}
.product-center .right .product-lists .product-list ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 32.83%;
    *width: 32.73%;
    margin-left: 0.5%;
    background: #f7f7f7;
    margin-bottom: 0.5%;
    font-size: 14px;
}
.product-center .right .product-lists .product-list ul li a {
    display: block;
    text-align: center;
    padding: 22px 15px;
}
.product-center .right .product-lists .product-list ul li a img {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
.product-center .right .product-lists .product-list ul li a .tit {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px;
}
.product-center .right .product-lists .product-list ul li a .text {
    display: block;
    font-size: 16px;
    color: #999999;
    height: 3em;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}
.product-center .right .product-lists .product-list ul li a .more {
    color: #e1003a;
    text-align: center;
}
.product-center .right .product-lists .product-list .hd {
    display: none;
}
.solution .left {
    background: #f7f7f7;
}
.solution .left .solution-tab {
    padding-bottom: 8px;
}
.solution .left .solution-tab ul li {
    font-size: 16px;
}
.solution .left .solution-tab ul li a {
    display: block;
    padding: 11px 30px;
    line-height: 25px;
    color: #333;
    outline: none;
}
.solution .left .solution-tab ul li a strong {
    font-weight: normal;
}
.solution .left .solution-tab ul li a .icon {
    vertical-align: middle;
}
.solution .left .solution-tab ul li a .icon img {
    display: none;
}
.solution .left .solution-tab ul li a .icon img:first-child {
    display: block;
    vertical-align: middle;
}
.solution .left .solution-tab ul li.on a {
    color: #fff;
    background: #e1003a url("../images/product_arr.png") 200px center no-repeat;
}
.solution .left .solution-tab ul li.on a .icon img {
    display: block;
}
.solution .left .solution-tab ul li.on a .icon img:first-child {
    display: none;
}
.solution .left .solution-tab dl {
    display: block;
    padding-left: 30px;
    padding-right: 20px;
}
.solution .left .solution-tab dl dd {
    float: left;
    width: 50%;
    *width: 49.9%;
    font-size: 16px;
}
.solution .left .solution-tab dl dd a {
    color: #666;
    line-height: 32px;
}
.solution .left .solution-tab dl dd.long {
    width: 100%;
    float: none;
}
.solution .left .icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 15px;
    width: 25px;
    height: 25px;
}
.solution .right .solution-list ul li {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 2%;
}
.solution .right .solution-list ul li a {
    display: block;
    position: relative;
}
.solution .right .solution-list ul li a img {
    display: block;
    width: 100%;
}
.solution .right .solution-list ul li a .cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    padding: 10px 5%;
    color: #fff;
    background: url("../images/solution_bg.png") left top repeat;
}
.solution .right .solution-list ul li a .cont .tit {
    font-size: 16px;
    font-weight: bold;
    display: block;
}
.solution .right .solution-list ul li.focus {
    width: 66%;
    margin-left: 0;
}
.solution .right .solution-list ul li.focus a .cont {
    padding-top: 30px;
    padding-bottom: 30px;
}
.solution .right .solution-list ul li.focus a .cont .tit {
    font-size: 28px;
    font-weight: normal;
}
.solution .right .solution-list ul li.focus a .cont .text {
    font-size: 16px;
    display: block;
    min-height: 2.4em;
}
.solution .right .solution-list ul li.focus a .cont .know-more {
    font-size: 14px;
    display: block;
    font-style: normal;
    color: #e10032;
}
@media screen and (max-width: 1280px) {
    .product-center .left {
        float: none;
        min-height: 576px;
        position: relative;
        z-index: 3;
    }
    .product-center .right {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        margin-left: 0;
        height: 100%;
    }
    .product-center .right .product-lists {
        padding-left: 258px;
        height: 100%;
    }
    .product-center .right .product-lists .product-list {
        height: 100%;
    }
    .product-center .right .product-lists .product-list .bd {
        height: 100%;
    }
    .product-center .right .product-lists .product-list .bd ul {
        height: 100%;
    }
    .product-center .right .product-lists .product-list .bd ul li {
        height: 49.5%;
    }
    .solution .left {
        position: relative;
        z-index: 3;
        min-height: 430px;
        float: none;
    }
    .solution .right {
        position: absolute;
        right: 0;
        top: 0;
        margin-left: 0;
        height: 100%;
        width: 100%;
    }
    .solution .right .solution-lists {
        padding-left: 258px;
        height: 100%;
    }
    .solution .right .solution-lists .solution-list {
        height: 100%;
    }
    .solution .right .solution-lists .solution-list ul {
        height: 100%;
    }
    .solution .right .solution-lists .solution-list ul li {
        position: absolute;
        height: 100%;
        overflow: hidden;
        margin-bottom: 0;
    }
    .solution .right .solution-lists .solution-list ul li a {
        display: block;
        height: 100%;
    }
    .solution .right .solution-lists .solution-list ul li a img {
        width: 150%;
        margin-left: -25%;
    }
    .solution .right .solution-lists .solution-list ul li.focus {
        left: 0;
        top: 0;
    }
    .solution .right .solution-lists .solution-list ul li.second {
        right: 0;
        top: 0;
        height: 48%;
    }
    .solution .right .solution-lists .solution-list ul li.third {
        right: 0;
        bottom: 0;
        height: 48%;
    }
}
@media screen and (max-width: 1024px) {
    .layout-lr .left {
        float: none;
        width: 100%;
        background: none;
    }
    .layout-lr .right {
        margin-left: 0;
    }
    .product-center .left {
        margin-bottom: 15px;
        min-height: 0;
    }
    .product-center .left .product-tab {
        font-size: 0;
    }
    .product-center .left .product-tab li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        font-size: 16px;
        width: 25%;
        text-align: center;
    }
    .product-center .left .product-tab li a {
        /*line-height: 28px;*/
        padding: 0;
        position: relative;
        /* left: 50%;
         margin-left: -25%;*/
        text-align: left;
        height: 56px;
        display: block;
        vertical-align: middle;
        width: auto;
        padding-left: 40px;
    }
    .product-center .left .product-tab li.on a {
        background: none;
        color: #333;
    }
    .product-center .left .icon {
        display: none;
    }
    .product-center .right {
        position: static;
    }
    .product-center .right .product-lists {
        padding-left: 0;
    }
    .product-center .right .product-lists .product-list ul li {
        margin: 0 0.25% 0.5%;
    }
    .solution .left {
        min-height: 0;
    }
    .solution .left .solution-tab ul li {
        float: left;
        width: 25%;
        font-size: 16px;
        text-align: center;
    }
    .solution .left .solution-tab ul li a {
        padding: 0;
        position: relative;
        /*left: 50%;
        margin-left: -25%;*/
        text-align: left;
        padding-left: 40px;
    }
    .solution .left .solution-tab ul li.on a {
        color: #333;
        background: none;
    }
    .solution .left .solution-tab ul li.on a .icon img {
        display: none;
    }
    .solution .left .solution-tab ul li.on a .icon img:first-child {
        display: block;
    }
    .solution .left .solution-tab dl {
        display: none;
        padding: 0;
    }
    .solution .left .solution-tab dl dd {
        width: auto;
        margin: 0 3%;
    }
    .solution .left .solution-tab dl dd a {
        white-space: nowrap;
        line-height: 28px;
    }
    .solution .left .solution-tab dl dd.long {
        width: auto;
        float: left;
    }
    .solution .left .icon {
        display: block;
        margin: 0 auto;
    }
    .solution .right {
        margin-top: 2%;
        position: static;
    }
    .solution .right .solution-lists {
        padding-left: 0;
    }
    .solution .right .solution-lists .solution-list ul li {
        position: static;
    }
    .solution .right .solution-lists .solution-list ul li a img {
        width: 100%;
        margin-left: 0;
    }
    .solution .right .solution-lists .solution-list ul li.second {
        margin-bottom: 2%;
    }
}
@media screen and (max-width: 768px) {
    .product-center .left .product-tab ul li {
        font-size: 14px;
        width: 50%;
        margin: 5px 0;
        overflow: hidden;
    }
    .product-center .right .product-lists .product-list {
        position: relative;
        width: auto;
        padding: 0 15px;
    }
    .product-center .right .product-lists .product-list .bd {
        width: 100%;
        overflow: hidden;
    }
    .product-center .right .product-lists .product-list .bd ul {
        position: relative;
        width: 800% !important;
    }
    .product-center .right .product-lists .product-list .bd ul li {
        width: 12.5% !important;
        margin: 0;
        display: block;
        float: left;
    }
    .product-center .right .product-lists .product-list .hd {
        display: block;
        padding-top: 20px;
        width: 100%;
        text-align: center;
        font-size: 0;
    }
    .product-center .right .product-lists .product-list .hd .swiper-pagination-switch {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-size: 14px;
        width: 15px;
        height: 15px;
        text-indent: -10em;
        overflow: hidden;
        margin: 0 10px;
        cursor: pointer;
        background: url("../images/pointer.png") center no-repeat;
    }
    .product-center .right .product-lists .product-list .hd .swiper-pagination-switch.swiper-active-switch {
        background-image: url("../images/pointer_on.png");
    }
    .solution .left .solution-tab ul li {
        font-size: 14px;
        width: 50%;
        margin: 5px 0;
        overflow: hidden;
    }
    .solution .left .solution-tab dl {
        display: none;
    }
    .solution .right .solution-lists .solution-list ul {
        width: 500%;
    }
    .solution .right .solution-lists .solution-list ul li {
        width: 20%;
        *width: 19.9%;
        margin-left: 0;
        margin-bottom: 0;
    }
    .solution .right .solution-lists .solution-list ul li a {
        width: 100%;
        height: auto;
    }
    .solution .right .solution-lists .solution-list ul li a .cont {
        padding: 3%;
        width: 94%;
    }
    .solution .right .solution-lists .solution-list ul li a .cont .tit {
        font-size: 20px;
        font-weight: normal;
    }
    .solution .right .solution-lists .solution-list ul li.focus {
        width: 20%;
        *width: 19.9%;
    }
    .solution .right .solution-lists .solution-list ul li.focus a .cont {
        padding: 3%;
    }
    .solution .right .solution-lists .solution-list ul li.focus a .cont .tit {
        font-size: 20px;
    }
    .solution .right .solution-lists .solution-list ul li.focus a .cont .text {
        font-size: 14px;
        margin-bottom: 10px;
        display: none;
    }
    .solution .right .solution-list ul li.focus a .cont .know-more {
        display: none;
    }
    .solution .right .solution-lists .solution-list ul li.second {
        margin-bottom: 0;
    }
    .solution .right .solution-lists .solution-list .hd {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 0;
        padding-top: 20px;
    }
    .solution .right .solution-lists .solution-list .hd .swiper-pagination-switch {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-size: 14px;
        width: 15px;
        height: 15px;
        text-indent: -10em;
        overflow: hidden;
        margin: 0 10px;
        cursor: pointer;
        background: url("../images/pointer.png") center no-repeat;
    }
    .solution .right .solution-lists .solution-list .hd .swiper-pagination-switch.swiper-active-switch {
        background-image: url("../images/pointer_on.png");
    }
}
@media screen and (max-width: 480px) {
    .product-center .right .product-lists .product-list .hd {
        padding-top: 15px;
    }
    .product-center .right .product-lists .product-list .hd .swiper-pagination-switch {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    .solution .left .solution-tab ul li {
        width: 50%;
        margin: 10px 0;
    }
    .solution .right .solution-list .hd {
        padding-top: 15px;
    }
    .solution .right .solution-lists .solution-list .hd .swiper-pagination-switch {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
}
.index-case .left {
    float: none;
    width: 100%;
}
.index-case .left .case-slider {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.index-case .left .case-slider .bd {
    width: 100%;
    overflow: hidden;
}
.index-case .left .case-slider .bd ul {
    /* width:700%!important;*/
    overflow: hidden;
    width: 100%;
    position: relative;
    /*  left: -80px*/
}
.index-case .left .case-slider .bd ul li {
    /* width: 14.285%!important;*/
    position: relative;
    /* margin:0 9px;*/
}
.index-case .left .case-slider .bd ul li img {
    display: block;
    padding: 0 9px;
}
.index-case .left .case-slider .bd ul li .cont {
    position: absolute;
    left: 50%;
    margin-left: -30%;
    bottom: 0;
    background: url("../images/notice_bg2.png") left top repeat;
    width: 60%;
}
.index-case .left .case-slider .bd ul li .cont .box {
    padding: 30px 100px 30px 25px;
}
.index-case .left .case-slider .bd ul li .cont .box .tit {
    font-size: 20px;
    color: #fff;
}
.index-case .left .case-slider .bd ul li .cont .box .text {
    margin: 20px 0;
    font-size: 14px;
    color: #fff;
}
.index-case .left .case-slider .bd ul li .cont .box a {
    font-size: 14px;
    color: #e10032;
}
.index-case .left .case-slider .hd {
    display: none;
}
.index-case .left .case-slider .prev {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    width: 16px;
    height: 30px;
    outline: none;
    cursor: pointer;
    background: url("../images/prev.png") center center no-repeat;
    z-index: 2;
}
.index-case .left .case-slider .next {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    width: 16px;
    height: 30px;
    outline: none;
    cursor: pointer;
    background: url("../images/next.png") center center no-repeat;
    z-index: 2;
}
.index-case .right {
    margin-left: 51%;
}
.index-case .right .index-case-video {
    display: block;
    width: 100%;
    position: relative;
}
.index-case .right .index-case-video .bg-pic img {
    width: 100%;
    display: block;
}
.index-case .right .index-case-video .text-pic {
    position: absolute;
    left: 0;
    top: 34%;
    width: 100%;
    text-align: center;
}
.index-case .right .index-case-video .text-pic img {
    margin: 0 auto;
    display: block;
}
.index-case .right .index-case-video .text-pic strong {
    display: block;
    margin-top: 3%;
    font-size: 20px;
    color: #222222;
    font-weight: normal;
}
@media screen and (max-width: 1024px) {
    .index-case .left {
        float: none;
        width: 100%;
    }
    .index-case .left .case-slider {
        position: relative;
    }
    .index-case .left .case-slider .bd {
        width: 100%;
        overflow: hidden;
    }
    .index-case .left .case-slider .bd ul {
        /* width:700%!important;*/
        overflow: hidden;
        width: 100%;
    }
    .index-case .left .case-slider .bd ul li {
        /* width: 14.285%!important;*/
        position: relative;
    }
    .index-case .left .case-slider .bd ul li img {
        display: block;
        width: 100%;
        padding: 0;
    }
    .index-case .left .case-slider .bd ul li .cont {
        position: absolute;
        left: 50%;
        margin-left: -30%;
        bottom: 0;
        background: url("../images/notice_bg2.png") left top repeat;
        width: 60%;
    }
    .index-case .left .case-slider .bd ul li .cont .box {
        padding: 30px 20px 10px 20px;
    }
    .index-case .left .case-slider .bd ul li .cont .box .tit {
        font-size: 18px;
        color: #fff;
    }
    .index-case .left .case-slider .bd ul li .cont .box .text {
        margin: 20px 0;
        font-size: 14px;
        color: #fff;
    }
    .index-case .left .case-slider .bd ul li .cont .box a {
        font-size: 14px;
        color: #e10032;
    }
    .index-case .left .case-slider .hd {
        display: none;
    }
    .index-case .left .case-slider .prev {
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -15px;
        width: 16px;
        height: 30px;
        outline: none;
        cursor: pointer;
        background: url("../images/prev.png") center center no-repeat;
        z-index: 2;
    }
    .index-case .left .case-slider .next {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -15px;
        width: 16px;
        height: 30px;
        outline: none;
        cursor: pointer;
        background: url("../images/next.png") center center no-repeat;
        z-index: 2;
    }
}
@media screen and (max-width: 768px) {
    .index-case .left {
        float: none;
        width: auto;
    }
    .index-case .left .case-slider .bd ul li .cont {
        width: 100%;
        margin-left: -50%;
    }
    .index-case .left .case-slider .bd ul li .cont .box {
        padding: 10px 20px;
    }
    .index-case .left .case-slider .bd ul li .cont .box .tit {
        font-size: 18px;
        color: #fff;
    }
    .index-case .left .case-slider .bd ul li .cont .box .text {
        margin: 20px 0;
        font-size: 14px;
        color: #fff;
        display: none;
    }
    .index-case .left .case-slider .bd ul li .cont .box a {
        font-size: 14px;
        color: #e10032;
        display: none;
    }
    .index-case .left .case-slider .hd {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 20px;
        font-size: 0;
    }
    .index-case .left .case-slider .hd .swiper-pagination-switch {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        font-size: 14px;
        width: 15px;
        height: 15px;
        text-indent: -10em;
        overflow: hidden;
        margin: 0 10px;
        cursor: pointer;
        background: url("../images/pointer.png") center no-repeat;
    }
    .index-case .left .case-slider .hd .swiper-pagination-switch.swiper-active-switch {
        background-image: url("../images/pointer_on.png");
    }
    .index-case .left .case-slider .prev,
    .index-case .left .case-slider .next {
        display: none;
    }
    .index-case .right {
        margin-left: 0;
        margin-top: 30px;
        width: auto;
    }
}
@media screen and (max-width: 480px) {
    .index-case .left .case-slider .hd {
        padding-top: 15px;
    }
    .index-case .left .case-slider .hd .swiper-pagination-switch {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
}
.service-support {
    padding: 6% 0;
}
.service-support .tit {
    font-size: 42px;
    color: #303030;
    font-weight: normal;
    text-align: center;
}
.service-support ul {
    margin-top: 25px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.service-support ul li {
    float: left;
    width: 25%;
    padding: 15px 0;
    text-align: center;
    border-left: 1px solid #eeeeee;
    margin-left: -1px;
    font-size: 24px;
    color: #666666;
}
.service-support ul li a {
    outline: none;
}
.service-support ul li a strong {
    font-weight: normal;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 130px;
    vertical-align: middle;
}
.service-support .icon {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    background: url("../images/support_sprite.png") no-repeat;
}
.service-support .icon-ques {
    background-position: 0 center;
}
.service-support .icon-file {
    background-position: -150px center;
}
.service-support .icon-download {
    background-position: -300px center;
}
.service-support .icon-tool {
    background-position: -450px center;
}
@media screen and (max-width: 1366px) {
    .service-support .tit {
        font-size: 36px;
    }
}
@media screen and (max-width: 1024px) {
    .service-support .tit {
        font-size: 32px;
    }
    .service-support ul li {
        width: 50%;
        *width: 49.9%;
        margin-top: -1px;
        border-top: 1px solid #eeeeee;
    }
}
@media screen and (max-width: 768px) {
    .service-support {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .service-support .tit {
        font-size: 22px;
    }
    .service-support ul li {
        font-size: 16px;
    }
    .service-support .icon {
        width: 30px;
        height: 30px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        display: block;
        margin: 0 auto 10px;
    }
    .service-support .icon-ques {
        background-position: 0 center;
    }
    .service-support .icon-file {
        background-position: -90px center;
    }
    .service-support .icon-download {
        background-position: -180px center;
    }
    .service-support .icon-tool {
        background-position: -270px center;
    }
}
.consult {
    position: fixed;
    right: 0px;
    top: 33%;
    width: 80px;
    z-index: 99;
    height: 250px;
    display:none;
}
.consult .pcbox {
    height: 100%;
}
.consult .pcbox .right {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.consult .pcbox .right ul li {
    width: 80px;
    height: auto;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-bottom: -1px;
}
.consult .pcbox .right ul li a {
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 20px 0;
    color: #ea7900;
}
.consult .pcbox .right ul li a img {
    display: block;
    margin: 0 auto;
}
.consult .pcbox .right ul li .a-tel {
    color: #e10032;
    padding-bottom: 40px;
    background: url("../images/live-chat.png") repeat-x 0 bottom;
}
.consult .mobilebox {
    display: none;
}
.consult-new{
  position: fixed;
  right: 0px;
  top: 33%;
  height: 300px;
  cursor: pointer;
  z-index: 10;
}
.consult-new .pcbox {
  height: 100%;
  cursor: pointer;
}
.consult-new .pcbox .right {
  position: relative;
  width: 100%;
  height: 100%;
}
.consult-new .pcbox .right ul{
	height: 235px;
	background: rgba(0,0,0,0);
	cursor: pointer;
}
.consult-new .pcbox .right ul li {
  width: 46px;
  height: 46px;
  margin-bottom:1px;
  position: relative;
  cursor: pointer;
}
.consult-new .pcbox .right ul li a {
  width: 46px;
  height: 46px;
  display: block;
  cursor: pointer;
  text-align: center;
  cursor: pointer;
}
.consult-new .pcbox .right ul li a img{
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.consult-new .pcbox .img-right{
	position: absolute;
	top:0;
	right: -148px;
	z-index: -1;
	cursor: pointer;
}
.consult-new .pcbox .right ul li .a-tel {
  color: #e10032;
  padding-bottom: 40px;
  background: url("../images/live-chat.png") repeat-x 0 bottom;
}
.consult-new .mobilebox {
  display: none;
}
@media screen and (max-width: 768px) {
    .consult {
        right: auto !important;
        left: 0;
        top: auto;
        bottom: 0;
        margin-top: 0;
        border-top: 1px solid #ccc;
        height: 82px;
        width: 100%;
        background: #fff;
        display: block;
    }
	.consult-new:nth-of-type(1){
		display: none;
	}
    .consult-new {
    display: none;
    }
    .consult-new .pcbox {
        display: none;
    }
    .consult .mobilebox {
        padding: 14px 0;
        display: block;
    }
    .consult .mobilebox ul {
        text-align: center;
        font-size: 0;
        position: relative;
        left: 35%;
        margin-left: -35%;
    }
    .consult .mobilebox ul li {
        float: left;
        width: 25%;
        font-size: 14px;
        height: 100%;
    }
    .consult .mobilebox ul li a {
        display: block;
        outline: none;
    }
    .consult .mobilebox ul li img {
        display: block;
        width: 100%;
        max-width: 26px;
        margin: 0 auto;
    }
    .consult .mobilebox ul li a strong {
        margin-top: 8px;
        font-weight: normal;
        display: block;
    }
}
.nav-list {
    position: fixed;
    top: -410px;
    left: 0;
    width: 100%;
    background: #f7f5f4;
    max-height: 380px;
    height: auto;
    overflow: hidden;
    z-index: 999;
    padding: 30px 0;
}
.nav-list ol {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    /*height: 100%;  2019-3-26*/
}
.nav-list ol > li {
    height: 210px;
    display: none;
}
.nav-list ol > li .tit-a {
    display: none;
}
.nav-list ol > li ul {
    font-size: 0;
    height: 100%;
}
.nav-list ol > li ul > li {
    height: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    position: relative;
}
.sa-fun-add-line {
    position: absolute;
    top: 0;
    right: 10%;
    width: 1px;
    border-left: 1px solid #e0e0e0;
}
@media screen and (max-width: 1024px) {
    .sa-fun-add-line {border: 0;}
}
.nav-list ol > li ul > li .tit-b {
    font-size: 22px;
    color: #df0031;
    padding: 0;
    /*height: 34px;*/
}
.nav-list ol > li ul > li .tit-b a {
    color: #df0031;
}
.nav-list ol > li ul > li dl {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    position: relative;
    width: 100%;
}
.nav-list ol > li ul > li dl dt {
    font-size: 22px;
    color: #e50033;
    padding: 11px 0;
}
.nav-list ol > li ul > li dl dd {
    font-size: 16px;
    padding: 8px 0;
    height: auto;
}
.nav-list ol > li ul > li dl.ser-dl {width: 100%;}
.nav-list ol > li ul > li dl.ser-dl dd {
    font-size: 18px;
    /* padding: 11px 0; */
    height: auto;
}
.nav-list ol > li ul > li dl.ser-dl dd img {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 30px;
}
.nav-list ol > li ul > li dl.ser-dl dd span {
    vertical-align: middle;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* line-height: 30px; */
}
.nav-list ol > li ul > li dl dd a {
    color: #585858;
    font-family: Arial, '微软雅黑', sans-serif;
}
.nav-list ol > li ul > li dl dd a:hover {
    color: #e50033;
    font-family: Arial, '微软雅黑', sans-serif;
}
.nav-list ol > li ul > li dl.col2 {
    position: relative;
    left: 0;
    margin-left: 0;
    width: 50%;
    font-family: Arial, '微软雅黑', sans-serif;
}
.nav-list ol > li ul > li dl.col2 dd {
    /* display: inline-block;
     *display: inline;
     *zoom: 1;*/
    /* width: 45%;*/
}
.nav-list ol > li.nav-list-industry ul .li01 {
    width: 60%;
    margin-left: -1px;
}
/*调整产品下拉 2018-05-04 外包人员 阳  到面后的注释结尾*/
.nav-list ol > li.nav-list-industry.nav-list-product ul .li01 {
    width: 55%;
    margin-left: -1px;
}
.nav-list ol > li.nav-list-industry.nav-list-product ul .li02 {
    width: 43.66%;
}
.nav-list ol > li.nav-list-industry.nav-list-product .col-group {
    overflow: hidden;
}
.nav-list ol > li.nav-list-industry.nav-list-product .col-group .col-group-list {
    font-size: 16px;
    padding: 8px 0px;
}
.nav-list ol > li.nav-list-industry.nav-list-product .col-group .col-group-list a {
    color: #585858;
}
.nav-list ol > li.nav-list-industry.nav-list-product .col-group .col-group-list a:hover {
    color: #e50033;
}
.nav-list ol > li.nav-list-industry.nav-list-product .col-group.cg1 {
    float: left;
    width: 35%;
}
.nav-list ol > li.nav-list-industry.nav-list-product .col-group.cg1 .col-group-list {
    float: left;
    width: 50%;
}
.nav-list ol > li.nav-list-industry.nav-list-product .col-group.cg2 {
    width: 57%;
    float: right;
}
.nav-list ol > li.nav-list-industry.nav-list-product .col-group.cg2 .col2 {
    width: 100%;
}
.nav-list ol > li.nav-list-industry.nav-list-product .col-group .col-group-title {
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
}
/**/
.nav-list ol > li.nav-list-industry ul .li02 {
    width: 38.66%;
}
.nav-list ol > li.nav-list-industry ul .li03 {
    width: 33.33%;
}
.nav-list ol > li.nav-list-industry ul .li04 {
    width: 25%;
}
.nav-list ol > li.nav-list-industry ul .li01 .dl01 {
    width: 20%;
}
.nav-list ol > li.nav-list-industry ul .li01 .dl02 {
    width: 25%;
}
.nav-list ol > li.nav-list-industry ul .li01 .dl03 {
    width: 55%;
}
/*.nav-list ol > li.nav-list-industry ul .li02 {
  padding-left: 8%;
  width: 41%;
  font-size: 14px;
  border-left: 1px solid #e8e8e8;
}*/
.nav-list ol > li.nav-list-industry ul .li02 .navlist-cases {
    margin-top: 12px;
    font-size: 0;
}
.nav-list ol > li.nav-list-industry ul .li02 .navlist-cases .navlist-case {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 4%;
    width: 48%;
    font-size: 14px;
}
.nav-list ol > li.nav-list-industry ul .li02 .navlist-cases .navlist-case a {
    display: block;
    border: 1px solid #cac8c7;
    font-family: Arial, '微软雅黑', sans-serif;
}
.nav-list ol > li.nav-list-industry ul .li02 .navlist-cases .navlist-case a img {
    display: block;
    width: 100%;
}
.nav-list ol > li.nav-list-industry ul .li02 .navlist-cases .navlist-case a span {
    color: #585858;
    display: block;
    padding: 4px 6px;
    background: #ececec;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Arial, '微软雅黑', sans-serif;
}
.nav-list ol > li.nav-list-industry ul .li02 .navlist-cases .navlist-case:first-child {
    margin-left: 0;
}
.nav-list ol > li.nav-list-industry ul .li02 .link-more {
    text-align: right;
    padding-top: 5px;
    font-size: 14px;
}
.nav-list ol > li.nav-list-industry ul .li02 .link-more span {
    margin-left: 3px;
    font-size: 20px;
}
@media screen and (max-width: 1280px) {
    .nav-list ol > li {
        padding: 0 1% 0 3%;
    }
    
}
@media screen and (max-width: 1024px) {
    .nav-list {
        display: none;
        position: fixed;
        left: 0;
        top: 0 !important;
        height: auto;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        background: #fff;
        padding: 0;
    }
    .nav-list .hidden {
        display: none !important;
    }
    .nav-list ol {
        padding-top: 60px;
        /*2019-3-26*/
        padding-bottom: 40px;
    }
    .nav-list ol > li.nav-list-child {
        display: block !important;
        height: auto;
        background: #f7f7f7;
        padding: 0;
        border-bottom: 1px solid #eee;
    }
    .nav-list ol > li.nav-list-child .tit-a {
        display: block;
        margin: 0 15px;
        font-size: 20px;
        height: 54px;
        line-height: 54px;
        color: #1a1a1a;
        position: relative;
    }
    .nav-list ol > li.nav-list-child .tit-a a {display: block;color: #1a1a1a;}
    .nav-list ol > li.nav-list-child .tit-a .addbtn {position: absolute;display: block;right: 0px;top: 0px;width: 50%;height: 54px;cursor: pointer; background: url("../images/footer_add.png") right center no-repeat; /*background-size: 8%;*/z-index: 2}
    .nav-list ol > li.nav-list-child.on .tit-a .addbtn {
        background-image: url("../images/footer_add_on.png");
    }
    .nav-list ol > li.nav-list-child ul {
        display: none;
        padding: 0 15px;
        background: #e6e6e6;
    }
    .nav-list ol > li.nav-list-child ul > li.ul-child {
        display: block;
        width: auto;
        margin-left: 0;
        border-left: 0;
        border-top: 1px solid #ccc;
        padding: 10px 0;
    }
    .nav-list ol > li.nav-list-child ul > li.ul-child:first-child {
        border-top: 0;
    }
    .nav-list ol > li.nav-list-child ul > li.ul-child .tit-b {
        font-size: 20px;
    }
    .nav-list ol > li.nav-list-child ul > li.ul-child dl {
        width: auto;
        display: block;
        font-size: 0;
    }
    .nav-list ol > li.nav-list-child ul > li.ul-child dl dt {
        font-size: 18px;
        padding: 8px 0;
    }
    .nav-list ol > li.nav-list-child ul > li.ul-child dl dd {
        width: 33.33%;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        padding: 8px 0;
    }
    .nav-list ol > li.nav-list-child ul > li.ul-child dl dd a {
        font-size: 16px;
        color: #1a1a1a;
    }
    .nav-list ol > li.nav-list-child ul > li.ul-child .cont {
        margin: 0 0 15px;
    }
    .nav-list ol > li.nav-list-child ul > li.ul-child .cont a {
        font-size: 16px;
        color: #1a1a1a;
    }
    .nav-list ol > li.nav-list-child ul > li.ul-child .link-more {
        padding: 20px 0 10px;
        text-align: center;
        font-size: 16px;
    }
    .nav-list ol > li.nav-list-child ul > li.ul-child .navlist-case {
        max-width: 280px;
    }
    .nav-list ol > li.nav-list-child.nav-list-industry ul li dl {
        display: inline;
    }
    .nav-list ol > li.nav-list-product {
        display: block;
    }
    .nav-list ol > li.nav-list-product ul .li01 {
        width: 50%;
        height: auto;
    }
    .nav-list ol > li.nav-list-product ul .li01 dl {
        position: relative;
        left: 0;
        margin-left: 0;
    }
    .nav-list ol > li.nav-list-product ul .li01 .dlbox {
        position: relative;
        left: 0;
        margin-left: 0%;
        width: 100%;
    }
    .nav-list ol > li.nav-list-product ul > li.sli01 dl dd {
        width: 100%;
    }
    .nav-list ol > li ul > li .ser-tit {
        padding: 0;
    }
    /*调整产品下拉 2018-05-04 外包人员 阳  到面后的注释结尾*/
    .nav-list ol > li.nav-list-child.nav-list-product ul > li.ul-child {
        border-top: 0px solid #ccc;
    }
    .nav-list ol > li.nav-list-industry.nav-list-product ul .li01 {
        width: 100%;
        margin-left: 0px;
    }
    .nav-list ol > li.nav-list-industry.nav-list-product ul .li02 {
        width: 100%;
    }
    .nav-list ol > li.nav-list-industry.nav-list-product .col-group {
        overflow: hidden;
    }
    .nav-list ol > li.nav-list-industry.nav-list-product .col-group .col-group-list {
        /* font-size: 16px;
         padding: 8px 0px;*/
        border-bottom: 1px solid #aaa;
    }
    .nav-list ol > li.nav-list-industry.nav-list-product .col-group .col-group-list a {
        color: #585858;
    }
    .nav-list ol > li.nav-list-industry.nav-list-product .col-group .col-group-list a:hover {
        color: #e50033;
    }
    .nav-list ol > li.nav-list-industry.nav-list-product .col-group.cg1 {
        float: none;
        width: 100%;
    }
    .nav-list ol > li.nav-list-industry.nav-list-product .col-group.cg1 .col-group-list {
        float: none;
        width: 100%;
    }
    .nav-list ol > li.nav-list-industry.nav-list-product .col-group.cg2 {
        width: 100%;
        float: none;
    }
    .nav-list ol > li.nav-list-industry.nav-list-product .col-group.cg2 .col2 {
        width: 100%;
    }
    .nav-list ol > li.nav-list-industry.nav-list-product .col-group .col-group-title {
        font-size: 16px;
        font-weight: bold;
        padding-top: 15px;
    }
    /**/
}
@media screen and (min-width: 1025px) {
    .nav-list {
        display: block !important;
    }
    .nav-list ol > li ul {
        display: block !important;
    }
}
@media screen and (max-width: 768px) {
    .nav-list ol > li.nav-list-child .tit-a {
        font-size: 18px;
        line-height: 52px;
        height: 52px;
    }
    .nav-list ol > li.nav-list-child .tit-a .addbtn {
        height: 51px;
        background-size: auto 45%;
        -webkit-background-size: auto 45%;
        -moz-background-size: auto 45%;
        -o-background-size: auto 45%;}
    .nav-list ol > li.nav-list-child ul > li.ul-child dl {
        position: relative;
        left: 0;
        margin-left: 0px;
    }
    /*.nav-list ol > li.nav-list-child ul{
      padding: 0;
    }*/
    .nav-list ol > li.nav-list-child ul > li.ul-child dl dd {
        width: 100%;
        border-bottom: 1px solid #aaa;
    }
    .nav-list ol > li.nav-list-child ul > li.ul-child dl dd.mdd {
        border-bottom: none;
    }
    .nav-list ol > li.nav-list-child ul > li.ul-child .navlist-case {
        margin: 0 auto;
    }
    .nav-list ol > li.nav-list-product {
        display: block;
    }
    .nav-list ol > li.nav-list-product ul .li01 {
        width: 50%;
        height: auto;
    }
    .nav-list ol > li.nav-list-product ul .li01 .dlbox {
        position: relative;
        left: 0;
        margin-left: 0%;
        width: 100%;
    }
    .nav-list ol > li.nav-list-product ul > li.sli01 dl dd {
        width: 100%;
    }
}
.footer {
    width: 100%;
    position: relative;
    background: #f7f7f7;
}
.footer .top {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 60px 0;
}
.footer .back-top {
    display: none;
}
.footer .footer-nav {
    font-size: 0;
    margin-right: -10%;
    overflow: hidden;
}
.footer .footer-nav dl {
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 20%;
    *width: 19.9%;
    float: left;
}
.footer .footer-nav dl dt {
    font-size: 18px;
    color: #000;
    margin-bottom: 18px;
}
.footer .footer-nav dl dd ul li {
    font-size: 18px;
    line-height: 2;
}
.footer .footer-nav dl.double {
    width: 28%;
}
.footer .footer-nav dl.double dd ul {
    float: left;
    width: 75%;
}
.footer .footer-nav dl.double dd ul:first-child {
    width: 25%;
}
.footer .consultation {
    position: absolute;
    right: 0;
    top: 60px;
    width: 165px;
}
.footer .consultation .title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 35px;
    width: 160px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    background: #ec5735 url("../images/btn_bg.jpg") left top repeat-y;
}
.footer .consultation .cont {
    margin-top: 20px;
}
.footer .consultation .cont .sale-before,
.footer .consultation .cont .sale-after {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    display: block;
}
.footer .consultation .cont .sale-before span,
.footer .consultation .cont .sale-after span {
    display: block;
}
.footer .consultation .cont .sale-after {
    margin-top: 10px;
}
.footer .consultation .cont .tel {
    font-size: 20px;
    font-weight: bold;
    color: #e10032;
    outline: none;
}
.footer .bottom {
    border-top: 1px solid #e4e4e4;
}
.footer .bottom .bottom-in {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    line-height: 58px;
}
.footer .bottom .bottom-in ul {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}
.footer .bottom .bottom-in ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 18px;
}
.footer .bottom .bottom-in ul li a {
    color: #999;
}
.footer .bottom .bottom-in .copyright {
    text-align: right;
    color: #999;
}
@media screen and (max-width: 1366px) {
    .footer .bottom .bottom-in {
        line-height: 1.6;
        padding: 15px 0;
    }
    .footer .bottom .bottom-in ul {
        position: static;
        text-align: center;
        margin-bottom: 5px;
    }
    .footer .bottom .bottom-in .copyright {
        text-align: center;
    }
}
@media screen and (max-width: 1024px) {
    .footer .top {
        padding-bottom: 20px;
    }
    .footer .top .footer-nav {
        padding: 0 1%;
        margin-right: -5%;
    }
    .footer .top .consultation {
        position: static;
        width: 80%;
        margin: 0 auto;
    }
    .footer .top .consultation .title {
        display: none;
    }
    .footer .top .consultation .cont .sale-before,
    .footer .top .consultation .cont .sale-after {
        float: left;
        width: 50%;
        *width: 49.9%;
        text-align: center;
        font-weight: normal;
    }
    .footer .top .consultation .cont .sale-before span,
    .footer .top .consultation .cont .sale-after span {
        font-size: 18px;
    }
    .footer .top .consultation .cont .sale-after {
        margin: 0;
    }
    .footer .top .consultation .cont .tel {
        font-size: 20px;
        font-weight: normal;
    }
    .footer .top .consultation .sharebox {
        margin-top: 5px;
    }
    .footer .top .consultation .sharebox .bdsharebuttonbox {
        text-align: center;
    }
    .footer .top .consultation .sharebox .bdsharebuttonbox a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        float: none;
        position: relative;
        left: -25%;
        margin: 0;
    }
    .footer .top .consultation .sharebox .bdsharebuttonbox .bds_tsina {
        left: 25%;
        margin-left: -32px;
    }
}
@media screen and (max-width: 768px) {
    .footer {
        padding-bottom: 82px;
    }
    .footer .top {
        padding-top: 20px;
        border-top: 1px solid #e1e1e1;
    }
    .footer .top .back-top {
        width: 30px;
        height: 43px;
        display: block;
        margin: 0 auto 20px;
        text-indent: -999em;
        overflow: hidden;
        background: url("../images/backtop.png") center no-repeat;
        background-size: cover;
    }
    .footer .top .footer-nav {
        padding: 0 2%;
        margin-right: 0px;
    }
    .footer .top .footer-nav dl {
        display: block;
        width: 100%;
        padding: 8px 0;
    }
    .footer .top .footer-nav dl:last-child {
        border-bottom: 0;
    }
    .footer .top .footer-nav dl dt {
        margin-bottom: 5px;
        cursor: pointer;
        background: url("../images/footer_add.png") 98% center no-repeat;
        background-size: auto 64%;
        -webkit-background-size: auto 64%;
        -o-background-size: auto 64%;
        -moz-background-size: auto 64%;
        opacity: 0.7;
    }
    .footer .top .footer-nav dl dt.on {
        background-image: url("../images/footer_add_on.png");
    }
    .footer .top .footer-nav dl dd {
        display: none;
    }
    .footer .top .footer-nav dl dd ul {
        padding-left: 1em;
    }
    .footer .top .footer-nav dl.double dd ul {
        float: none;
        width: auto;
    }
    .footer .top .consultation {
        width: 98%;
    }
    .footer .bottom .bottom-in {
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
    }
    .footer .bottom .bottom-in ul {
        margin-left: -1px;
    }
    .footer .bottom .bottom-in ul li {
        width: 33.33%;
        *width: 33.23%;
        margin: 0 0 10px 0;
        line-height: 1;
    }
    .footer .bottom .bottom-in ul li a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 100%;
        box-sizing: border-box;
        border-left: 1px solid #ccc;
    }
}
.main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
/*@media screen and (max-width: 1280px){
	.main{
		max-width: 1000px;
	}
}*/
.wap-content {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
}
.wap-content .leftwap {
    float: left;
    width: 230px;
    position: relative;
}
.wap-content .rightwap {
    margin-left: 270px;
    padding: 40px 0 30px 0;
}
@media screen and (max-width: 1024px) {
    .wap-content {
        width: 100%;
    }
    .wap-content .leftwap {
        float: none !important;
        width: 100%;
        z-index: 1;
    }
    .wap-content .rightwap {
        width: 94%;
        margin: 0 auto;
        padding: 20px 0;
    }
}
.call-top {display: none;text-align: center;background: #e10032;color: #fff;position: fixed;bottom: 20%;right: 0;z-index: 99;cursor: pointer;width: 48px;height: 48px;overflow: hidden;}
.call-top-san {display: block;width: 10px;height: 10px;background: #fff;margin: 0 auto;margin-top: -14px;border: 8px solid #e50033; border-bottom: 10px solid #fff;width: 0px;}
.call-top-zf {display: block;width: 4px;height: 12px;background: #fff;margin: 0 auto;}
.slimScrollDiv {box-shadow: 2px 5px 9px #999;}
.product-center .left .product-tab {position: relative;}
.product-tab-erji {display: none;position: absolute;top: 0;left: 238px;z-index: 3;background: #fff;border: 2px solid #f7f7f7;padding: 20px;width: 750px;min-height: 570px;}
.product-tab-erji .dt-title {font-size: 18px;color: #e1003a;}
.product-tab-erji .dt-title > a {color: #e1003a;}
.product-tab-erji .dd-item {font-size: 16px;line-height: 28px;float: left;width: 50%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.product-tab-erji > dl {margin-bottom: 12px;}
.product-tab-erji .dt-title-child {font-size: 16px;font-weight: bold;margin: 6px 0;}
.product-tab-erji .dt-title:before,
.product-tab-erji .dt-title:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both;
}
.product-center .left .product-tab li.on .product-tab-erji {display: block;}
@media screen and (max-width: 1024px) {
    .product-tab-erji {display: none;}
    .product-center .left .product-tab li.on .product-tab-erji {display: none;}
}
.sy-btns-left {position: absolute;top: 50%;margin-top: -33px;left: 5%;z-index: 99;cursor: pointer;}
.sy-btns-right {position: absolute;top: 50%;margin-top: -33px;right: 5%;z-index: 99;cursor: pointer;}
@media (max-width: 768px) {
    .sy-btns-left {display: none;}
    .sy-btns-right {display: none;}
}
@media (min-width: 1024px) {
    .solution .left .solution-tab {
        height: 501px;
    }
    .product-center .left .product-tab {
        height: 582px;
    }
}


  .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
		width: 124px;
        position: absolute;
        background-color: #f9f9f9;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 0;
    }

        .dropdown-content p a {
            background: none !important;
            color: #3a3a3a !important;
        }

        .dropdown-content .current a {
            background: none !important;
            color: #8d8d8d !important;
        }

        .dropdown-content .current:hover a {
            background: none !important;
            color: #8d8d8d !important;
        }

        .dropdown-content p {
            margin-top: 4px !important;
        }


            .dropdown-content p:hover a {
                color: #DD1D40 !important;
            }

    .dropdown:hover .dropdown-content {
        display: block;
    }
	
	.header .header-in .header-r .language 
	{
        margin-right: 1.5em;
	}

    .header .header-in .header-r .language a {
        padding-left: 30px;
        padding-right: 30px;
        background: url(/res/UIB/img/icon-lang.png) left center no-repeat,url(/res/UIB/img/dowm.png) right center no-repeat;
    }
	 .nav-list{
            /*height:100%;*/
            /*overflow-y: hidden;*/
        }

        .lagCon{
            display:none;
            width:100%;
            height:52px;
            line-height:52px;
            position: absolute;
            bottom: 0;
            z-index:6;
        }
        .lagCon p{
            font-size:20px;
            color:#fff;
            padding:0 15px;
            border-bottom: 1px solid #e5e5e5;
            background:#666 url(../images/footer_add_1.png) right 15px center no-repeat;
            cursor:pointer;
        }
        .lagCon p.on{
            background:#666 url(../images/footer_add_on_1.png) right 15px center no-repeat;
        }
        .lagCon ul{
            display:none;
            position: absolute;
            bottom: 52px;
            width: 100%;
            background: #fff;
        }
        .lagCon ul li{
            height:52px;
            line-height:52px;
            padding:0 15px;
            border-top: 1px solid #e5e5e5;
        }
        .lagCon ul li a{
            display:block;
            font-size:20px;
        }
        .lagCon ul li .current{
            color: #dfdfdf;
            cursor: no-drop;
        }

        @media screen and (max-width:1024px){
            .lagCon{
                display:block;
            }
            .nav-list{
                height:100%;
            }
        }
        @media screen and (max-width:768px){
            
            .lagCon p{
                background-size:auto 38%;
            }
            .lagCon p.on{
                background-size:auto 38%;
            }
            .nav-list ol > li.nav-list-child .tit-a{
                height:40px;
                line-height:40px;
            }
            .nav-list ol > li.nav-list-child .tit-a a{
                font-size:14px;
            }
            .nav-list ol > li.nav-list-child .tit-a .addbtn{
                height:40px;
            }

            .lagCon{
                height:40px;
                line-height:40px;
            }
            .lagCon p{
                font-size:14px;
            }
            .lagCon ul{
                bottom:40px;
            }
            .lagCon ul li{
                height:40px;
                line-height:40px;
            }
            .lagCon ul li a{
                font-size:14px;
            }
        }

