extend ' .feature1' has no matches
/*! 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 */
  -webkit-tap-highlight-color:rgba(21,189,100,0.3);

}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * 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: 1em 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: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * 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
   ========================================================================== */
html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", Arial, sans-serif;
  color: #666;
}
body {
  font-size: 14px;
  line-height: 1.4;
}
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,
.introduction1 .profile blockquote .lquotes,
.introduction1 .profile blockquote .rquotes,
.introduction2 .intrleft .profile2 blockquote .lquotes,
.introduction2 .intrleft .profile2 blockquote .rquotes,
.introduction_apply .profile blockquote .lquotes,
.introduction_apply .profile blockquote .rquotes {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before,
.introduction1 .profile blockquote .lquotes:before,
.introduction1 .profile blockquote .rquotes:before,
.introduction2 .intrleft .profile2 blockquote .lquotes:before,
.introduction2 .intrleft .profile2 blockquote .rquotes:before,
.introduction_apply .profile blockquote .lquotes:before,
.introduction_apply .profile blockquote .rquotes: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,
.customer ul,
.tablist .container ul.entrances {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.customer ul:before,
.customer ul:after,
.tablist .container ul.entrances:before,
.tablist .container ul.entrances:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.customer ul:after,
.tablist .container ul.entrances: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,
  .introduction1 .profile blockquote .lquotes a:after,
  .introduction1 .profile blockquote .rquotes a:after,
  .introduction2 .intrleft .profile2 blockquote .lquotes a:after,
  .introduction2 .intrleft .profile2 blockquote .rquotes a:after,
  .introduction_apply .profile blockquote .lquotes a:after,
  .introduction_apply .profile blockquote .rquotes a: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;
  }
}
.container {
  margin: 0 auto;
  padding: 0 20px;
}
@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;
}
/* 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{
  height: 55px;
  width: 100%;
}

header .container{
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  height: 54px;
  background: #fff;  
  padding: 0;
  position: fixed;
  left: 0;
  top:0;
  z-index: 10;
  max-width: 100%;
}
header .container:before,
header .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header .container:after {
  clear: both;
}

header .logo {
  margin: 0 0 0 3%;
  margin-top: 5px;
  width: 110px;
  float: left;
}
header .logo a {
  display: block;
  width: 100%;
}
header .logo a img{
  width: 100%;
}
header nav {
  width: 100%;
  margin: 0 auto;
  display: none;
  background: #3064d0 url("../img/nav_bg.jpg") left center repeat-x ;
  background-size: auto 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
header nav .nav-logo{
  width: 110px;
  margin-left: 3%;
  margin-top: 5px;
  position: absolute;
  left: 0;
  top:0;
}
header nav .nav-logo img{
  width: 100%;
}
header nav .btn-close {
  display: none;  
  width: 20px ;
  height: 20px;
  display: block;
  position: absolute;
  right: 12px;
  top: 15px;
  background: url("../img/icon-close.png") center no-repeat;
  background-size: 100% auto;
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
header nav ul:nth-of-type(1){
  padding-top: 20%;
  box-sizing:border-box;
  height: 40%;
}
header nav ul li {
  padding: 0 10%;
  width: auto;
  height: 30%;
}
header nav ul li:first-child{
  margin-top: 1%;
}
header nav ul li a {
  color: #fff;
  font-size: 1.285em;
  text-decoration: none;
  display: block;
  line-height: 2.5em;
  letter-spacing: 0.1em;

}
header nav .product-links{
  margin-top: 8%;
  height: 30%;
}
header nav .product-links li{
  padding:0 8%;
  height: 3em;
}
header nav .product-links li:first-child{
  margin-top: 0;
}
header nav .product-links li a{
  font-size: 1.2em;
  padding-left: 30px;
}  
header nav .product-links li:nth-of-type(1) a{background: url("../img/bfb-01.png") left center no-repeat;background-size: auto 65%;}
header nav .product-links li:nth-of-type(2) a{background: url("../img/bfb-02.png") left center no-repeat;background-size: auto 65%;}
header nav .product-links li:nth-of-type(3) a{background: url("../img/bfb-03.png") left center no-repeat;background-size: auto 65%;}
header nav .product-links li:nth-of-type(4) a{background: url("../img/bfb-04.png") left center no-repeat;background-size: auto 65%;}
header .mobile-nav {
  /*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
  *zoom: 1;
  position: absolute;
  right: 3%;
  top: 15px;
  display: block;
}
header .mobile-nav:before,
header .mobile-nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header .mobile-nav:after {
  clear: both;
}
header .mobile-nav a {
  width: 24px;
  height: 24px;
  display: block;
}
header .mobile-nav .mobile-menu {
  background: url("../img/menu.png") center center no-repeat;
}
@media screen and (max-height: 480px) {
  header nav{
    font-size: 0.857em;
  }
  header nav ul:nth-of-type(1){
    padding-top: 18%;
  }
  header nav ul li a{
    line-height: 2em;
  }
}

footer {
  border-top: 5px solid #4f73b6;
  border-bottom: 1px solid #4f73b6;
  background: #f5f5f5;
}
footer .container {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  padding: 12px 0;
  height: 170px;
}
footer .container:before,
footer .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
footer .container:after {
  clear: both;
}

footer .container p {
  margin: 0;
  font-size: 1em;
  text-align: center;
  margin-top: 0;
  padding: 5px 5px;
}
footer .container .copyright {
  padding: 5px 20px;
}

.artide .marketpic {
  position: relative;
}
.artide .marketpic h3 {
  margin:0;
  padding: 0;
  font-size: 2.214em ;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.05em;
  position: absolute;
  top:39%;
  width: 100%;
  text-align: center;
  left: 0;

}
.artide .marketpic img{
  width: 100%;
}
.artide h5 {
  font-weight: normal;
  font-size: 2em ;
  color: #000;
  margin: 1.428em 0 .5em;
  padding: 0 10px;
}
.artide p {
  margin: 0;
  padding: 0 10px;
  font-size: 1.142em;
  line-height: 2em;
  color: #333;
  text-justifiy:inner-ideograph;
  text-align: justify;
}
.introduction-more {
  background: #f7f7f7;
}
.introduction-more h4 {
  margin: 0 ;
  padding:40px 0 20px;
  font-size: 1.714em;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.introduction-more .core {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.introduction-more .core:before,
.introduction-more .core:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.introduction-more .core:after {
  clear: both;
}
.introduction-more .core li {
  float: left;
  width: 50%;
  padding-bottom:35px;
}
.introduction-more .core li a {
  display: block;
  color: #0067eb;
  font-size: 1.285em;
  text-decoration: none;
  text-align: center;  
}
.introduction-more .core li .icon{
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  background-size: 100% auto;
}
.introduction-more .core li a strong {
  font-weight: normal;
}
.morelink01{background: url("../img/morelink01.png") center center no-repeat;}
.morelink02{background: url("../img/morelink02.png") center center no-repeat;}
.morelink03{background: url("../img/morelink03.png") center center no-repeat;}
.morelink04{background: url("../img/morelink04.png") center center no-repeat;}
.morelink05{background: url("../img/morelink05.png") center center no-repeat;}
.morelink06{background: url("../img/morelink06.png") center center no-repeat;}
.morelink07{background: url("../img/morelink05.png") center center no-repeat;}
.morelink08{background: url("../img/tab05.png") center center no-repeat;}
.morelink09{background: url("../img/mytab07.png") center center no-repeat;}
.morelink010{background: url("../img/morelink06.png") center center no-repeat;}



.morelink-h06{background: url("../img/tab05.png") center center no-repeat;}
.morelink-h04{background: url("../img/mytab07.png") center center no-repeat;}


.fix-bar2 {
  /*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
  *zoom: 1;
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  background: #313131;
  z-index: 9;
}
.fix-bar2:before,
.fix-bar2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.fix-bar2:after {
  clear: both;
}
.fix-bar2 a {
  display: block;
  width: 40%;
  *width: 39.9%;
  float: left;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.285em;
  line-height: 3.055em;
  height: 3.055em;
}
.fix-bar2 a:nth-of-type(2){
  margin-left: 20%;
}
.fix-bar2 a span.bg {
  padding-left: 30px;
  display: inline-block;
  height: 100%;
  background: url("../img/online.png") no-repeat left center;
  background-size: auto 40%;
}
.fix-bar2 a span.bg01 {
  background-image: url("../img/write.png");
}
.fix-bar2 .tel{
  position: absolute;
  top:-1.333em;
  left: 50%;
  margin-left: -2.055em;
  width: 4.111em;
  height: 4.111em;
  background: url("../img/phone.png") center no-repeat;
  background-size: 100%;
  text-indent: -999px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .fix-bar2{
    font-size: 12px;
  }
}
.banner-index,
.banner-normal3,
.banner-normal4,
.banner-normal5,
.banner-normal6,
.banner-normal8 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-index{
  background: #afb0b2;
}
.banner-index .banner-tit,
.banner-normal3 .banner-tit,
.banner-normal4 .banner-tit,
.banner-normal5 .banner-tit,
.banner-normal6 .banner-tit,
.banner-normal8 .banner-tit {
  position: absolute;
  width: 100%;
  top: 36%;
  z-index: 9;
  left: 0;
}
.banner-index .banner-tit h3,
.banner-normal3 .banner-tit h3,
.banner-normal4 .banner-tit h3,
.banner-normal5 .banner-tit h3,
.banner-normal6 .banner-tit h3,
.banner-normal8 .banner-tit h3 {
  font-weight: normal;
  font-size: 3.571em;
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  margin: 0;
  padding-bottom: 23px;
}
.banner-index .banner-tit h3.tit,
.banner-normal3 .banner-tit h3.tit,
.banner-normal4 .banner-tit h3.tit,
.banner-normal5 .banner-tit h3.tit,
.banner-normal6 .banner-tit h3.tit,
.banner-normal8 .banner-tit h3.tit {
  font-size: 4.571em;
}
.banner-index .banner-tit p.txt,
.banner-normal3 .banner-tit p.txt,
.banner-normal4 .banner-tit p.txt,
.banner-normal5 .banner-tit p.txt,
.banner-normal6 .banner-tit p.txt,
.banner-normal8 .banner-tit p.txt {
  text-align: center;
  font-size: 1.285em;
  color: #fff;
  margin: 0.5em 0;
}
.banner-index .banner-tit .knowmore,
.banner-normal3 .banner-tit .knowmore,
.banner-normal4 .banner-tit .knowmore,
.banner-normal5 .banner-tit .knowmore,
.banner-normal6 .banner-tit .knowmore,
.banner-normal8 .banner-tit .knowmore {
  display: block;
  text-decoration: none;
  width: 80px;
  margin: 0 auto;
}
.banner-index .banner-tit .knowmore img,
.banner-normal3 .banner-tit .knowmore img,
.banner-normal4 .banner-tit .knowmore img,
.banner-normal5 .banner-tit .knowmore img,
.banner-normal6 .banner-tit .knowmore img,
.banner-normal8 .banner-tit .knowmore img {
  display: block;
  width: 66px;
  height: auto;
  margin: 0 auto;
}
.banner-index .banner-tit .knowmore span,
.banner-normal3 .banner-tit .knowmore span,
.banner-normal4 .banner-tit .knowmore span,
.banner-normal5 .banner-tit .knowmore span,
.banner-normal6 .banner-tit .knowmore span,
.banner-normal8 .banner-tit .knowmore span {
  font-size: 1.142em;
  color: #fff;
  display: block;
  margin-top: 12px;
  letter-spacing: 4px;
}
.banner-index .banner-pic img,
.banner-normal3 .banner-pic img,
.banner-normal4 .banner-pic img,
.banner-normal5 .banner-pic img,
.banner-normal6 .banner-pic img,
.banner-normal8 .banner-pic img {
  display: block;
  width: 100%;
  height: auto;
}
.banner-index .banner-pic{
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.fixed-left,
.fix-bar {
  -moz-border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  right: 0;
  width: 78px;
  top: 50%;
  margin-top: -130px;
  background: url("../img/bgb-bg.png") repeat;
  z-index: 9;
}
.fixed-left a.btn,
.fix-bar a.btn {
  padding: 12px 0;
  display: block;
  text-decoration: none;
}
.fixed-left a.btn .pic,
.fix-bar a.btn .pic {
  display: block;
  width: 25px;
  margin: 0 auto;
}
.fixed-left a.btn .tit,
.fix-bar a.btn .tit {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.857em;
}
.fixed-left .ulbox,
.fix-bar .ulbox {
  display: none;
}
@media screen and (min-width: 1600px) {

  .banner-index .banner-pic,
  .banner-normal3 .banner-pic,
  .banner-normal4 .banner-pic,
  .banner-normal5 .banner-pic,
  .banner-normal6 .banner-pic,
  .banner-normal8 .banner-pic{
    position: static;
    margin: 0;
    width: 100%;
  }
  .banner-index .banner-pic img,
  .banner-normal3 .banner-pic img,
  .banner-normal4 .banner-pic img,
  .banner-normal5 .banner-pic img,
  .banner-normal6 .banner-pic img,
  .banner-normal8 .banner-pic img{
    position: static;
    margin: 0;
    width: 100%;
  }
  .banner-index .banner-pic{
    max-width: 1920px;
    margin: 0 auto;
  }
  .banner-index .banner-pic img{
    max-width: 1920px;
  }
}
@media screen and (max-width: 1366px) {
  .banner-index .banner-tit h3.tit,
  .banner-normal3 .banner-tit h3.tit,
  .banner-normal4 .banner-tit h3.tit,
  .banner-normal5 .banner-tit h3.tit,
  .banner-normal6 .banner-tit h3.tit,
  .banner-normal8 .banner-tit h3.tit {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 1280px) {
  .banner-index .banner-tit h3,
  .banner-normal3 .banner-tit h3,
  .banner-normal4 .banner-tit h3,
  .banner-normal5 .banner-tit h3,
  .banner-normal6 .banner-tit h3,
  .banner-normal8 .banner-tit h3 {
    font-size: 2.6em;
    padding-bottom: 10px;
  }
  .banner-index .banner-tit h3.tit,
  .banner-normal3 .banner-tit h3.tit,
  .banner-normal4 .banner-tit h3.tit,
  .banner-normal5 .banner-tit h3.tit,
  .banner-normal6 .banner-tit h3.tit,
  .banner-normal8 .banner-tit h3.tit {
    font-size: 2.6em;
  }
  .banner-index .banner-tit p.txt,
  .banner-normal3 .banner-tit p.txt,
  .banner-normal4 .banner-tit p.txt,
  .banner-normal5 .banner-tit p.txt,
  .banner-normal6 .banner-tit p.txt,
  .banner-normal8 .banner-tit p.txt {
    font-size: 1em ;
    margin: 0.5em 0;
  }
  .banner-index .banner-tit .knowmore,
  .banner-normal3 .banner-tit .knowmore,
  .banner-normal4 .banner-tit .knowmore,
  .banner-normal5 .banner-tit .knowmore,
  .banner-normal6 .banner-tit .knowmore,
  .banner-normal8 .banner-tit .knowmore {
    width: 60px;
  }
  .banner-index .banner-tit .knowmore img,
  .banner-normal3 .banner-tit .knowmore img,
  .banner-normal4 .banner-tit .knowmore img,
  .banner-normal5 .banner-tit .knowmore img,
  .banner-normal6 .banner-tit .knowmore img,
  .banner-normal8 .banner-tit .knowmore img {
    width: 50px;
  }
  .banner-index .banner-tit .knowmore span,
  .banner-normal3 .banner-tit .knowmore span,
  .banner-normal4 .banner-tit .knowmore span,
  .banner-normal5 .banner-tit .knowmore span,
  .banner-normal6 .banner-tit .knowmore span,
  .banner-normal8 .banner-tit .knowmore span {
    font-size: 1em;
    margin-top: 10px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
/*  .banner-index .banner-tit{
    top:30%;
  }*/
  .banner-index .banner-tit h3,
  .banner-normal3 .banner-tit h3,
  .banner-normal4 .banner-tit h3,
  .banner-normal5 .banner-tit h3,
  .banner-normal6 .banner-tit h3,
  .banner-normal8 .banner-tit h3 {
    font-size: 2em;
    padding-bottom: 5px;
  }
  .banner-index .banner-tit h3.tit,
  .banner-normal3 .banner-tit h3.tit,
  .banner-normal4 .banner-tit h3.tit,
  .banner-normal5 .banner-tit h3.tit,
  .banner-normal6 .banner-tit h3.tit,
  .banner-normal8 .banner-tit h3.tit {
    font-size: 2em;
  }
  .banner-index .banner-tit p.txt,
  .banner-normal3 .banner-tit p.txt,
  .banner-normal4 .banner-tit p.txt,
  .banner-normal5 .banner-tit p.txt,
  .banner-normal6 .banner-tit p.txt,
  .banner-normal8 .banner-tit p.txt {
    font-size: 1em ;
    margin: 0;
    padding: 0 20px;
  }
  .banner-index .banner-tit .knowmore,
  .banner-normal3 .banner-tit .knowmore,
  .banner-normal4 .banner-tit .knowmore,
  .banner-normal5 .banner-tit .knowmore,
  .banner-normal6 .banner-tit .knowmore,
  .banner-normal8 .banner-tit .knowmore {
    width: 60px;
  }
  .banner-index .banner-tit .knowmore img,
  .banner-normal3 .banner-tit .knowmore img,
  .banner-normal4 .banner-tit .knowmore img,
  .banner-normal5 .banner-tit .knowmore img,
  .banner-normal6 .banner-tit .knowmore img,
  .banner-normal8 .banner-tit .knowmore img {
    width: 45px;
  }
  .banner-index .banner-tit .knowmore span,
  .banner-normal3 .banner-tit .knowmore span,
  .banner-normal4 .banner-tit .knowmore span,
  .banner-normal5 .banner-tit .knowmore span,
  .banner-normal6 .banner-tit .knowmore span,
  .banner-normal8 .banner-tit .knowmore span {
    display: none;
  }
  .banner-index .banner-pic{
    width: 240%;
    left: -60%;
    margin-left: 0;
  }
  .banner-index .banner-pic img{
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .fixed-left,
  .fix-bar {
    /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
    *zoom: 1;
    right: auto;
    bottom: 0;
    width: 100%;
    top: auto;
  }
  .fixed-left:before,
  .fixed-left:after,
  .fix-bar:before,
  .fix-bar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .fixed-left:after,
  .fix-bar:after {
    clear: both;
  }
  .fixed-left a.btn,
  .fix-bar a.btn {
    padding: 10px 0;
    display: none;
    text-decoration: none;
    float: left;
    width: 25%;
    *width: 24.9%;
  }
  .fixed-left a.btn .pic,
  .fix-bar a.btn .pic {
    display: block;
    width: 32px;
    margin: 0 auto;
  }
  .fixed-left a.btn .tit,
  .fix-bar a.btn .tit {
    font-size: 0.857em;
  }
  .fixed-left .ulbox,
  .fix-bar .ulbox {
    display: block;
    padding: 0;
  }
  .fixed-left .ulbox .mli,
  .fix-bar .ulbox .mli {
    float: left;
    width: 33.333%;
    *width: 33%;
    list-style: none;
  }
  .fixed-left .ulbox .mli .ma,
  .fix-bar .ulbox .mli .ma {
    display: block;
    font-size: 1.287em;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .banner-index .banner-tit h3,
  .banner-normal3 .banner-tit h3,
  .banner-normal4 .banner-tit h3,
  .banner-normal5 .banner-tit h3,
  .banner-normal6 .banner-tit h3,
  .banner-normal8 .banner-tit h3 {
    font-size: 1.7em;
    letter-spacing: normal;
  }
  .banner-index .banner-tit h3.tit,
  .banner-normal3 .banner-tit h3.tit,
  .banner-normal4 .banner-tit h3.tit,
  .banner-normal5 .banner-tit h3.tit,
  .banner-normal6 .banner-tit h3.tit,
  .banner-normal8 .banner-tit h3.tit {
    font-size: 1.7em;
  }
  .banner-index .banner-tit .knowmore,
  .banner-normal3 .banner-tit .knowmore,
  .banner-normal4 .banner-tit .knowmore,
  .banner-normal5 .banner-tit .knowmore,
  .banner-normal6 .banner-tit .knowmore,
  .banner-normal8 .banner-tit .knowmore {
    width: 36px;
  }
  .banner-index .banner-tit .knowmore img,
  .banner-normal3 .banner-tit .knowmore img,
  .banner-normal4 .banner-tit .knowmore img,
  .banner-normal5 .banner-tit .knowmore img,
  .banner-normal6 .banner-tit .knowmore img,
  .banner-normal8 .banner-tit .knowmore img {
    width: 36px;
  }
  .banner-index .banner-tit .knowmore span,
  .banner-normal3 .banner-tit .knowmore span,
  .banner-normal4 .banner-tit .knowmore span,
  .banner-normal5 .banner-tit .knowmore span,
  .banner-normal6 .banner-tit .knowmore span,
  .banner-normal8 .banner-tit .knowmore span {
    display: none;
  }
  .banner-pic {
    width: 180%;
    position: relative;
    left: -70%;
  }
  .banner-index .banner-pic{
    width: 300%;
    left: -80%;
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .banner-index .banner-tit h3,
  .banner-normal3 .banner-tit h3,
  .banner-normal4 .banner-tit h3,
  .banner-normal5 .banner-tit h3,
  .banner-normal6 .banner-tit h3,
  .banner-normal8 .banner-tit h3 {
    font-size: 1.329em;
  }
  .banner-index .banner-tit h3.tit,
  .banner-normal3 .banner-tit h3.tit,
  .banner-normal4 .banner-tit h3.tit,
  .banner-normal5 .banner-tit h3.tit,
  .banner-normal6 .banner-tit h3.tit,
  .banner-normal8 .banner-tit h3.tit {
    font-size: 1.329em;
  }
}
.banner-normal {
  position: relative;
}
.banner-normal .banner-pic {
  overflow: hidden;
}
.banner-normal .banner-pic img {
  position: relative;
  left: 50%;
  width: 1600px;
  margin-left: -800px;
}
@media screen and (min-width: 1600px) {
  .banner-normal .banner-pic img {
    position: static;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner-normal {
    overflow: hidden;
  }
  .banner-normal .banner-pic img {
    position: relative;
    width: 330%;
    left: -75%;
    margin: 0;
  }
  .banner-normal .fixed-left,
  .banner-normal .fix-bar {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .banner-normal .banner-pic img {
    position: relative;
    width: 180%;
    left: 0;
    margin: 0;
  }
}
.banner-normal2 {
  overflow: hidden;
  position: relative;
}
.banner-normal2 .banner-pic {
  width: 100%;
}
.banner-normal2 .banner-pic img {
  position: relative;
  left: 50%;
  width: 1600px;
  margin-left: -800px;
}
@media screen and (min-width: 1600px) {
  .banner-normal2 .banner-pic img {
    position: static;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .banner-normal2 .banner-pic img {
    position: relative;
    margin: 0;
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .banner-normal2 .banner-pic {
    left: 0;
  }
  .banner-normal2 .banner-pic img {
    position: relative;
    margin: 0;
    width: 100%;
    left: 0;
  }
}
.banner-normal3 {
  position: relative;
}
.banner-normal3 .banner-tit p {
  text-align: center;
  font-size: 1.714em;
  color: #fff;
}
.banner-normal3 .banner-pic img {
  position: relative;
  left: 50%;
  width: 1600px;
  margin-left: -800px;
}
@media screen and (min-width: 1600px) {
  .banner-normal3 .banner-pic img {
    position: static;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner-normal3 .banner-tit h3 {
    letter-spacing: 0;
  }
  .banner-normal3 .banner-tit p {
    font-size: 1.42em;
    margin: 0;
  }
  .banner-normal3 .banner-pic img {
    width: 200%;
    left: -75%;
    margin: 0;
  }
  .banner-normal3 .fixed-left,
  .banner-normal3 .fix-bar {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .banner-normal3 .banner-tit h3 {
    font-size: 1.364em;
  }
  .banner-normal3 .banner-tit p {
    text-align: center;
    font-size: 1.1em;
    margin: 0;
  }
  .banner-normal3 .banner-pic img {
    width: 130%;
    left: 0;
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  .banner-normal3 .banner-tit h3 {
    font-size: 1.428em;
  }
  .banner-normal3 .banner-tit p {
    text-align: center;
    font-size: 0.587em;
  }
  .banner-normal3 .banner-pic img {
    width: 130%;
  }
}
.banner-normal4 {
  position: relative;
  color: #fff;
}
.banner-normal4 .banner-tit p {
  text-align: center;
  font-size: 1.714em;
}
.banner-normal4 .banner-tit .applybtn {
  width: 241px;
  margin: 0 auto;
  border: 1px solid #c1c2c5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.banner-normal4 .banner-tit .applybtn a {
  display: block;
  font-size: 1.428em;
  text-align: center;
  line-height: 56px;
  text-decoration: none;
  color: #fff;
}
.banner-normal4 .banner-pic img {
  position: relative;
  left: 50%;
  width: 1600px;
  margin-left: -800px;
}
@media screen and (min-width: 1600px) {
  .banner-normal4 .banner-pic img {
    position: static;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner-normal4 .banner-tit p {
    margin-top: 0;
    font-size: 1.42em;
  }
  .banner-normal4 .banner-tit .applybtn {
    width: 180px;
  }
  .banner-normal4 .banner-tit .applybtn a {
    font-size: 1.142em;
    line-height: 48px;
  }
  .banner-normal4 .banner-pic img {
    width: 200%;
    left: -30%;
    margin: 0;
  }
  .banner-normal4 .fixed-left,
  .banner-normal4 .fix-bar {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .banner-normal4 .banner-tit {
    top: 30%;
  }
  .banner-normal4 .banner-tit p {
    text-align: center;
    font-size: 1.1em;
  }
  .banner-normal4 .banner-pic img {
    width: 130%;
    left: 20%;
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  .banner-normal4 .banner-tit h3 {
    font-size: 1.364em;
  }
  .banner-normal4 .banner-tit p {
    text-align: center;
    font-size: 0.587em;
  }
  .banner-normal4 .banner-tit .applybtn {
    width: 154px;
  }
  .banner-normal4 .banner-tit .applybtn a {
    font-size: 1.243em;
    line-height: 40px;
  }
}
.banner-normal5 {
  position: relative;
}
.banner-normal5 .banner-tit {
  width: 540px;
  left: 50%;
  margin-left: -270px;
  color: #333333;
}
.banner-normal5 .banner-tit p {
  text-align: left;
  font-size: 2.285em;
}
.banner-normal5 .banner-tit .ask1 {
  display: none;
}
.banner-normal5 .banner-tit .applycontact {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.banner-normal5 .banner-tit .applycontact:before,
.banner-normal5 .banner-tit .applycontact:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.banner-normal5 .banner-tit .applycontact:after {
  clear: both;
}
.banner-normal5 .banner-tit .applycontact a {
  text-align: center;
  border: 1px solid #0067eb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  font-size: 1.428em;
  line-height: 58px;
  float: left;
  margin-right: 24px;
  color: #0067eb;
  text-decoration: none;
}
.banner-normal5 .banner-tit .applycontact .contact {
  width: 243px;
  background: #0067eb;
  color: #fff;
}
.banner-normal5 .banner-tit .applycontact .apply {
  width: 173px;
  margin-right: 0;
}
.banner-normal5 .banner-pic img {
  position: relative;
  left: 50%;
  width: 1600px;
  margin-left: -800px;
}
@media screen and (min-width: 1600px) {
  .banner-normal5 .banner-pic img {
    position: static;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner-normal5 .banner-tit {
    width: 320px;
    margin-left: -92px;
  }
  .banner-normal5 .banner-tit p {
    margin-top: 0;
    font-size: 1.42em;
  }
  .banner-normal5 .banner-tit .applycontact a {
    font-size: 1.142em;
    line-height: 44px;
  }
  .banner-normal5 .banner-tit .applycontact .contact {
    width: 164px;
  }
  .banner-normal5 .banner-tit .applycontact .apply {
    width: 118px;
  }
  .banner-normal5 .banner-pic img {
    width: 200%;
    left: -30%;
    margin: 0;
  }
  .banner-normal5 .fixed-left,
  .banner-normal5 .fix-bar {
    display: none;
    top: auto;
    bottom: 0;
    margin-top: 0;
  }
  .banner-normal5 .fixed-left a.btn,
  .banner-normal5 .fix-bar a.btn {
    width: 32.9%;
  }
}
@media screen and (max-width: 480px) {
  .banner-normal5 .banner-tit {
    width: 155px;
    margin-left: -44px;
    top: 22%;
  }
  .banner-normal5 .banner-tit p {
    font-size: 1em;
    margin: 0;
    line-height: 24px;
  }
  .banner-normal5 .banner-tit .ask {
    display: none;
  }
  .banner-normal5 .banner-tit .ask1 {
    display: block;
  }
  .banner-normal5 .banner-tit .applycontact a {
    font-size: 1em;
    line-height: 34px;
  }
  .banner-normal5 .banner-tit .applycontact .contact {
    margin-top: 20px;
    float: none;
    width: 147px;
  }
  .banner-normal5 .banner-tit .applycontact .apply {
    margin-top: 20px;
    float: none;
    width: 104px;
  }
  .banner-normal5 .banner-pic img {
    width: 130%;
    left: 20%;
    margin: 0;
  }
}
.banner-normal6 {
  position: relative;
}
.banner-normal6 .banner-tit {
  width: 630px;
  left: 50%;
  margin-left: -315px;
  color: #333333;
}
.banner-normal6 .banner-tit h3 {
  font-size: 2.285em;
  text-align: left;
  padding-bottom: 0;
  color: #333333;
}
.banner-normal6 .banner-tit p {
  text-align: left;
  font-size: 1.428em;
}
.banner-normal6 .banner-pic img {
  position: relative;
  left: 50%;
  width: 1600px;
  margin-left: -800px;
}
@media screen and (min-width: 1600px) {
  .banner-normal6 .banner-pic img {
    position: static;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner-normal6 .banner-tit {
    width: 316px;
    margin-left: -92px;
  }
  .banner-normal6 .banner-tit h3 {
    font-size: 2em;
    letter-spacing: 2px;
  }
  .banner-normal6 .banner-tit p {
    font-size: 1.42em;
  }
  .banner-normal6 .banner-pic img {
    width: 200%;
    left: -30%;
    margin: 0;
  }
  .banner-normal6 .fixed-left,
  .banner-normal6 .fix-bar {
    display: none;
    top: auto;
    bottom: 0;
    margin-top: 0;
  }
  .banner-normal6 .fixed-left a.btn,
  .banner-normal6 .fix-bar a.btn {
    width: 32.9%;
  }
}
@media screen and (max-width: 480px) {
  .banner-normal6 .banner-tit {
    width: 200px;
    margin-left: -44px;
    top: 22%;
  }
  .banner-normal6 .banner-tit h3 {
    font-size: 1.142em;
  }
  .banner-normal6 .banner-tit p {
    font-size: 1em;
    margin: 0;
    margin-top: 25px;
    line-height: 24px;
  }
  .banner-normal6 .banner-pic img {
    width: 130%;
    left: 20%;
    margin: 0;
  }
}
.banner-normal8 {
  position: relative;
}
.banner-normal8 .banner-tit {
  width: 540px;
  padding-left: 400px;
  left: 50%;
  margin-left: -400px;
  color: #333333;
  top: 30%;
}
.banner-normal8 .banner-tit p {
  text-align: left;
  font-size: 2.285em;
  margin: 0.5em 0;
}
.banner-normal8 .banner-tit .ask1 {
  display: none;
}
.banner-normal8 .banner-tit .applycontact {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.banner-normal8 .banner-tit .applycontact:before,
.banner-normal8 .banner-tit .applycontact:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.banner-normal8 .banner-tit .applycontact:after {
  clear: both;
}
.banner-normal8 .banner-tit .applycontact a {
  text-align: center;
  border: 1px solid #0067eb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  font-size: 1.428em;
  line-height: 58px;
  float: left;
  margin-right: 24px;
  color: #0067eb;
  text-decoration: none;
}
.banner-normal8 .banner-tit .applycontact .contact {
  width: 243px;
  background: #0067eb;
  color: #fff;
}
.banner-normal8 .banner-tit .applycontact .apply {
  width: 173px;
  margin-right: 0;
}
.banner-normal8 .banner-pic img {
  position: relative;
  left: 50%;
  width: 1600px;
  margin-left: -800px;
}
@media screen and (min-width: 1600px) {
  .banner-normal8 .banner-pic img {
    position: static;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .banner-normal8 .banner-tit {
    padding-left: 350px;
  }
  .banner-normal8 .banner-tit p {
    font-size: 1.875em;
  }
}
@media screen and (max-width: 768px) {
  .banner-normal8 .banner-tit {
    width: 240px;
    margin-left: -50px;
    padding-left: 40px;
  }
  .banner-normal8 .banner-tit p {
    margin-top: 0;
    font-size: 1.42em;
  }
  .banner-normal8 .banner-tit .applycontact a {
    font-size: 1.142em;
    line-height: 44px;
  }
  .banner-normal8 .banner-tit .applycontact .contact {
    width: 164px;
  }
  .banner-normal8 .banner-tit .applycontact .apply {
    width: 118px;
  }
  .banner-normal8 .banner-pic img {
    width: 200%;
    left: -40%;
    margin: 0;
  }
  .banner-normal8 .fixed-left,
  .banner-normal8 .fix-bar {
    display: none;
    top: auto;
    bottom: 0;
    margin-top: 0;
  }
  .banner-normal8 .fixed-left a.btn,
  .banner-normal8 .fix-bar a.btn {
    width: 32.9%;
  }
}
@media screen and (max-width: 480px) {
  .banner-normal8 .banner-tit {
    width: 155px;
    margin-left: -30px;
    top: 32%;
  }
  .banner-normal8 .banner-tit p {
    font-size: 1em;
    margin: 0;
    line-height: 24px;
  }
  .banner-normal8 .banner-tit .ask {
    display: none;
  }
  .banner-normal8 .banner-tit .ask1 {
    display: block;
  }
  .banner-normal8 .banner-tit .applycontact a {
    font-size: 1em;
    line-height: 34px;
  }
  .banner-normal8 .banner-tit .applycontact .contact {
    margin-top: 20px;
    float: none;
    width: 147px;
  }
  .banner-normal8 .banner-tit .applycontact .apply {
    margin-top: 20px;
    float: none;
    width: 104px;
  }
  .banner-normal8 .banner-pic img {
    width: 130%;
    left: 10%;
    margin: 0;
  }
}
.banner-index .banner-tit{
  top: 15%;
}
.banner-index .banner-tit h3.tit{
  /*text-align: left;*/
  padding:0 20px;
  font-size: 2.214em;
  line-height: 2em;
  font-weight: bold;
}
.banner-index .banner-tit p.txt{
  /*text-align: left;*/
  font-size: 1.285em;
  padding: 0 20px;
}
.banner-index .banner-tit p.txt a{
  font-size: 1em;
  color:#fff;
  background: #0751ea;
  height: 2.428em;
  line-height: 2.428em;
  width: 8.928em;
  text-align: center;
  text-decoration: none;
  display: block;
  margin:1.5em auto 0;
}
.banner-index .banner-pic{
  width: 100%;
  left: 0;
  margin: 0;
}
.banner-index .fixed-left{
  margin: 0;
  bottom: 25px;
  background: none;
  z-index: 2;
}
.banner-index  .fixed-left .ulbox{
  margin: 0;
  padding:0 10px;
}
.banner-index  .fixed-left .ulbox .mli{
  width: 31%;
  margin: 0 1%;
  height: 8.285em;
  border-top: 2px solid #0751ea;
  line-height: 8.285em;
  background: url("../img/bgb-bg.png") left top repeat;
}
@media screen and (max-width: 480px) {
  .banner-index{
    font-size: 12px;
  }
}
.banner-service .banner-tit{
  top:50%;
  margin-top: -5em;
}
.banner-service .banner-tit h3.tit{
  text-align: center;
}
.banner-service .banner-tit p.txt{
  text-align: center;
  font-size: 1.714em;
}

.banner-download .banner-tit{
  top:50%;
  margin-top: -50px;
}
.banner-download .banner-tit p.txt{
  text-align: center;
  color:#fff;
}
.banner-download .applycontact{
  margin-top: 20px;
  font-size: 1.285em;

}
.banner-download .applycontact .apply{
  display: block;
  margin: 0 auto;
  color:#fff;
  text-align: center;
  text-decoration: none;
  width: 8.928em;
  height: 2.428em;
  line-height: 2.428em;
  background: #0751ea;
  font-size: 1em;
}
.banner-downfile .banner-tit  .applycontact{
  font-size: 1em;
}
.banner-downfile .banner-tit  .applycontact .apply{
  display: block;
  color:#fff;
  text-align: center;
  text-decoration: none;
  width: 8.928em;
  height: 2.428em;
  line-height: 2.428em;
  background: #0751ea;
  font-size: 1.1em;
  border-radius: 0;
}
.indexmore {
  display: block;
  width: 245px;
  font-size: 1.428em;
  color: #0067eb;
  line-height: 52px;
  margin: 50px auto 75px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.customer {
  text-align: center;
}
.customer h3 {
  margin: 0.5em 0;
  padding: 0 3%;
  font-size: 2.142em ;
  font-weight: normal;
  color: #333;
  letter-spacing: 0.05em;
}
.customer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.customer ul li {
  float: left;
  width: 20%;
  *width: 19.9%;
}
.customer ul li a {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .customer ul li {
    width: 33.333%;
    *width: 33.2%;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .customer h3 {
    padding: 0 24px;
  }
  .customer ul li {
    width: 50%;
    *width: 49.9%;
  }
  .customer ul li:last-child {
    width: 100%;
  }
}
.tablist {
  display: none;
}
.tablist .container ul.entrances {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tablist .container ul.entrances li {
  float: left;
  width: 27.5%;
  margin: 0 2.5%;
  padding-bottom: 65px;
}
.tablist .container ul.entrances li .entrance {
  position: relative;
  text-align: center;
  padding: 25px 25px 0;
  min-height: 550px;
  border-radius: 3px;
}
.tablist .container ul.entrances li .entrance h3 {
  font-size: 2em ;
  line-height: 2.571em;
  font-weight: normal;
  margin: 0 0 0;
  padding: 0;
  color: #000;
}
.tablist .container ul.entrances li .entrance p {
  margin: 0;
}
.tablist .container ul.entrances li .entrance .icon {
  position: absolute;
  top: -45px;
  width: 140px;
  left: 50%;
  margin-left: -70px;
  text-align: center;
  background: #fff;
}
.tablist .container ul.entrances li .entrance .text {
  line-height: 1.857em ;
  font-size: 1.142em;
  color: #666;
  height: auto;
  overflow: hidden;
  text-align: left;
}
.tablist .container ul.entrances li .entrance .link {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  min-height: 9em;
  height: 270px;
}
.tablist .container ul.entrances li .entrance .link .knowmore {
  color: #0067eb;
  font-size: 1.142em;
  line-height: 2em;
  text-decoration: none;
  display: block;
  width: 50%;
  float: left;
  margin:10px 0;
}
.tablist .container ul.entrances li .entrance .link .knowmore .icon1{
  display: block;
  width: 45px;
  height: 45px;
  background-size: 100% auto;
  margin: 0 auto;
}
.tablist .container ul.entrances li .entrance .link .other-more {
  display: block;
  width: 220px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  background: #0067eb;
  margin: 30px auto;
  border-radius: 5px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -110px;
}
.knowmore00{background: url("../img/mpic5.png") center center no-repeat;}
.knowmore09{background: url("../img/mpic6.png") center center no-repeat;}

.knowmore01{background: url("../img/mpic1.png") center center no-repeat;}
.knowmore02{background: url("../img/mpic2.png") center center no-repeat;}

.knowmore-h01{background: url("../img/icon-tabl5.png") center center no-repeat;}
.knowmore-h02{background: url("../img/icon-tabl6.png") center center no-repeat;}
.knowmore-h05{background: url("../img/icon-tabl7.png") center center no-repeat;}
.knowmore-h06{background: url("../img/icon-tabl8.png") center center no-repeat;}
.knowmore-h07{background: url("../img/icon-tabl9.png") center center no-repeat;}
.knowmore-h08{background: url("../img/icon-tabl10.png") center center no-repeat;}
.knowmore-h10{background: url("../img/icon-tabl11.png") center center no-repeat;}
.knowmore-h11{background: url("../img/icon-tabl12.png") center center no-repeat;}
.knowmore-h12{background: url("../img/icon-tabl13.png") center center no-repeat;}
.knowmore-h13{background: url("../img/icon-tabl14.png") center center no-repeat;}
.knowmore-h14{background: url("../img/icon-tabl15.png") center center no-repeat;}
.knowmore-h15{background: url("../img/icon-tabl16.png") center center no-repeat;}

.knowmore03{background: url("../img/mpic3.png") center center no-repeat;}
.knowmore04{background: url("../img/mpic4.png") center center no-repeat;}
.knowmore05{background: url("../img/kpic1.png") center center no-repeat;}
.knowmore06{background: url("../img/kpic2.png") center center no-repeat;}
.knowmore07{background: url("../img/kpic3.png") center center no-repeat;}
.knowmore08{background: url("../img/kpic4.png") center center no-repeat;}
.knowmore09{background: url("../img/kpic5.png") center center no-repeat;}
.knowmore10{background: url("../img/sapic1.png") center center no-repeat;}
.knowmore11{background: url("../img/sapic2.png") center center no-repeat;}
.knowmore12{background: url("../img/market01.png") center center no-repeat;}
.knowmore13{background: url("../img/market02.png") center center no-repeat;}
.knowmore14{background: url("../img/market03.png") center center no-repeat;}
.knowmore15{background: url("../img/market04.png") center center no-repeat;}
.knowmore16{background: url("../img/market05.png") center center no-repeat;}
.knowmore17{background: url("../img/market06.png") center center no-repeat;}
.knowmore18{background: url("../img/market07.png") center center no-repeat;}
.knowmore19{background: url("../img/market08.png") center center no-repeat;}
.knowmore20{background: url("../img/market09.png") center center no-repeat;}
.knowmore21{background: url("../img/market10.png") center center no-repeat;}
.knowmore22{background: url("../img/market11.png") center center no-repeat;}
.knowmore23{background: url("../img/market12.png") center center no-repeat;}
.knowmore24{background: url("../img/market13.png") center center no-repeat;}
.scrollbar{
  width: 100%;
  position: relative;
}
.scrollbar ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.scrollbar ul li{
  width: 25%;
  float: left;
}
.scrollbar .li3 li{
  width: 33.33%;
  float: left;
  background: url("../img/border-zj.png") repeat-y #f2f2f2;
}
.scrollbar ul li a{
  display:block;
  color:#3671ec;
  text-decoration: none;
  height: 4.357em;
  line-height: 4.357em;
  font-size: 1.142em;
  text-align: center;
}
.scrollbar ul li.on a{
  background: #3671ec;
  color:#f2f2f2;
}
.tablist .container ul.li4 li {
  width: 22%;
  *width: 21.9%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.tablist .container ul.li2 {
  padding-left: 10% ;
  padding-right: 10% ;
}
.tablist .container ul.li2 li {
  width: 36%;
  margin-left: 7%;
  margin-right: 7%;
}
.tablist.on {
  display: block;
}
.tablist.download_file .container ul.entrances li{
  padding-bottom: 65px;
  float: left;
}
.tablist.download_file .container ul.entrances li .entrance{
  border:2px solid #e6e6e6;
}
@media screen and (max-width: 1280px) {
  .tablist .container ul.entrances li{
    float: none;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
  .tablist .container ul.entrances li .entrance{
    min-height: 0
  }
  .tablist .container ul.entrances li .entrance .link{
    position: relative;
    bottom: auto;
    left: auto;
    min-height: 0;
    height: auto;
    margin:30px auto 0; 
  }
  .tablist .container ul.entrances li .entrance .link .other-more{
    position: relative;
    bottom: -20px;
    left: auto;
    margin: 0 auto;
    clear: both;
    width: auto;
    border-radius: 0;
    border:2px solid #3873ed;
    color:#3873ed;    
    background: #fff;
    vertical-align: middle;

  }
  .tablist .container ul.entrances li .entrance .link .other-more .arrow{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff url("../img/more-02.png") center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    margin-left: 10px;

  }
  .tablist .container ul.li4 li {
    width: 45%;
    *width: 44.9%;
  }
  .tablist .container ul.li2 {
    padding-left: 0;
    padding-right: 0;
  }
  .tablist .container ul.li2 li {
    width: 45%;
    *width: 44.8%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
@media screen and (max-width: 768px) {
  .tablist .container ul.entrances li {
    width: 100%;
    margin: 0;
  }
  .tablist .container ul.entrances li .entrance {
    min-height: 0;
    padding-bottom: 25px;
  }
  .tablist .container ul.entrances li .entrance .text {
    height: auto;
    margin: 0;
    text-align: center!important;
  }
  .tablist .container ul.entrances li .entrance .link {
    position: relative;
    bottom: auto;
    left: auto;
    min-height: 0;
  }
}
.yrow {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.yrow:before,
.yrow:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.yrow:after {
  clear: both;
}
.yrow .present {
  margin-top: 42px;
  position: relative;
  margin-bottom: 20px;
}
.yrow .present .sub {
  padding: 0 15%;
}
.yrow .present .sub h2 {
  font-size: 2.571em;
  color: #333;
  font-weight: normal;
  margin: 0;
  padding-bottom: 7px;
}
.yrow .present .sub p {
  color: #333;
  font-size: 1.142em;
  line-height: 28px;
  margin: 0 0 30px 0;
  text-align: Justify;
  text-justify: inter-ideograph;
}
.yrow .present .sub .online {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.yrow .present .sub .online:before,
.yrow .present .sub .online:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.yrow .present .sub .online:after {
  clear: both;
}
.yrow .present .sub .online a {
  font-size: 1.142em;
  color: #0067eb;
  text-decoration: none;
  float: left;
  display: inline;
  padding-left: 25px;
}
.yrow .present .sub .online a.exper {
  margin-right: 25px;
  background: url("../img/more-04.png") no-repeat left center;
}
.yrow .present .sub .online a.consul {
  margin-right: 25px;
  background: url("../img/more-03.png") no-repeat left center;
}
.yrow .present .sub .online a.introduce {
  background: url("../img/more-05.png") no-repeat left center;
}
.yrow .present .sub .storymore {
  text-decoration: none;
  font-size: 1.285em;
  color: #327ddc;
  padding: 0 0 0 46px;
  background: url("../img/more-02.png") no-repeat left top;
  margin-top: 40px ;
  display: inline-block;
  *display: inline;
  *zoom:1;
  padding: 0 40px 0 0;
  background-position:right center; 
  background-size: auto 100%;
  line-height: 1.285em;
}
.yrow .plot img {
  width: 100%;
  display: block;
}
.feature3 .yrow .present {
  float: right;
}
@media screen and (max-width: 1280px) {

  .yrow .present .sub {
    padding: 0 10%;
  }
  .yrow .present .sub h2 {
    font-size: 2.285em;
    text-align: center;
  }
  .yrow .present .sub p {
    margin-bottom: 15px;
    line-height: 24px;
  }
  .yrow .present .sub .storymore {
    margin-top: 20px ;
  }
}
@media screen and (max-width: 1024px) {
  .yrow .present {
    width: 100%;
    float: none;
  }
  .yrow .present .sub {
    padding: 0;
  }
  .yrow .present .sub p {
    text-align: center;
  }
  .yrow .present .online {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .yrow .present .sub .storymore{
    text-align: left;
  }
  .yrow .plot {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .yrow .present .sub {
    padding: 0 10px;
  }
  .yrow .present .sub h2 {
    font-size: 1.714em;
    padding-bottom: 0.5em;
  }
  .yrow .present .sub .online {
    text-align: center;
    width: 100%;
  }
  .yrow .present .sub .online a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
  }
  .yrow .present .sub .storymore{
    /*display: block;*/
    background-position:right center; 
    background-size: auto 100%;
    line-height: 1.285em;
  }
  .yrow .plot {
    width: 100%;
    float: none;
  }

}
@media screen and (max-width: 480px) {
  .yrow .present .sub .online a.exper,
  .yrow .present .sub .online a.consul {
    margin-right: 15px;
  }
}
.feature4 .yrow {
  padding-left: 90px;
}
.feature4 .yrow .present {
  float: none;
  margin-top: 0;
  width: 100%;
}
.feature4 .yrow .present .icon {
  width: 68px;
  height: 70px;
  background: url("../img/yi-02.png") no-repeat center;
  position: absolute;
}
.feature4 .yrow .present .icon2 {
  background: url("../img/yi-03.png") no-repeat center;
}
.feature4 .yrow .present .icon4 {
  background: url("../img/yi-04.png") no-repeat center;
  left: -94px;
}
.feature4 .yrow .present .sub {
  padding-left: 0;
  padding-right: 0;
}
.feature4 .yrow .present .sub h2 {
  text-align: left;
  font-size: 2.142em;
  padding-top: 25px;
  padding-bottom: 7px;
}
.feature4 .yrow .present .sub p {
  margin: 0;
  padding: 0;
}
.feature4 .yrow .present .sub .online {
  width: 100%;
  margin: 0;
  padding-top: 40px;
}
.feature4 .yrow .plot {
  padding-top: 93px;
  padding-bottom: 0px;
  float: none;
  width: 100%;
}
.feature4 .yrow .plot .storypic .hd {
  left: -90px;
  bottom: auto;
  right: auto;
  top: 46px;
}
@media screen and (max-width: 1400px) {
  .feature4 .yrow .present .icon {
    left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .feature4 .yrow {
    padding-left: 0;
  }
  .feature4 .yrow .present .sub {
    float: none;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .feature4 .yrow {
    padding-left: 0;
  }
  .feature4 .yrow .plot .storypic .hd {
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .feature4 .yrow .present {
    float: none;
    width: 100%;
  }
  .feature4 .yrow .present .icon {
    position: static;
    width: 100%;
    background-position: center;
    left: 0;
  }
  .feature4 .yrow .present .sub {
    float: none;
    padding: 0 10px;
  }
  .feature4 .yrow .present .sub h2 {
    text-align: center;
    font-size: 1.612em;
    padding-top: 32px;
  }
  .feature4 .yrow .plot {
    padding: 40px 0 157px;
    width: 100%;
    float: none;
  }
  .feature4 .yrow .plot .storypic .hd {
    left: auto;
    top: auto;
    right: 10px;
    bottom: -97px;
  }
}
.feature5 {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.feature5:before,
.feature5:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.feature5:after {
  clear: both;
}
.feature5 .loupe {
  width: 50%;
  *width: 49.9%;
  float: left;
  text-align: right;
}
.feature5 .loupe img {
  display: inline-block;
  *display: inline-block;
  padding-right: 20px;
}
.feature5 .manage {
  width: 50%;
  *width: 49.9%;
  float: left;
}
.feature5 .manage .mancion {
  padding-top: 90px;
  padding-left: 105px;
}
.feature5 .manage .sub {
  padding-left: 105px;
  padding-right: 102px;
}
.feature5 .manage .sub h2 {
  color: #333;
  font-size: 2.142em;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 0;
}
.feature5 .manage .sub p {
  color: #666;
  font-size: 1.142em;
  line-height: 28px;
  margin: 15px 0 0 0;
}
@media screen and (max-width: 1280px) {
  .feature5 .manage .sub {
    padding-right: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .feature5 .loupe img {
    width: 100%;
    padding-right: 0;
  }
  .feature5 .manage .mancion {
    padding-top: 0;
    text-align: center;
    padding-left: 70px;
  }
  .feature5 .manage .sub {
    padding-left: 70px;
    padding-right: 45px;
  }
  .feature5 .manage .sub h2 {
    margin-top: 10px;
    text-align: center;
  }
  .feature5 .manage .sub p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .feature5 .loupe {
    float: none;
    width: 100%;
  }
  .feature5 .manage {
    float: none;
    width: 100%;
  }
  .feature5 .manage .mancion {
    display: none;
  }
  .feature5 .manage .sub {
    padding: 0 30px;
  }
  .feature5 .manage .sub h2 {
    margin-top: 43px;
  }
}
@media screen and (max-width: 480px) {
  .feature5 .loupe {
    float: none;
    width: 100%;
  }
  .feature5 .manage {
    float: none;
    width: 100%;
  }
  .feature5 .manage .mancion {
    display: none;
  }
  .feature5 .manage .sub {
    padding: 0;
  }
  .feature5 .manage .sub h2 {
    margin-top: 43px;
  }
}
.feature6 {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  border-top: 1px solid #e1e5e6;
  border-bottom: 1px solid #e1e5e6;
  margin-bottom: 60px;
  padding-bottom: 145px;
  padding-top: 60px;
}
.feature6:before,
.feature6:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.feature6:after {
  clear: both;
}
.feature6 .moved {
  width: 60%;
  *width: 59.9%;
  float: left;
  text-align: right;
}
.feature6 .moved img {
  width: 100%;
}
.feature6 .title {
  width: 35%;
  *width: 34.9%;
  padding-left: 5%;
  float: left;
  padding-top: 105px;
}
.feature6 .title h3 {
  margin: 0;
  padding: 0;
  font-size: 2.571em;
  font-weight: normal;
  color: #333;
}
.feature6 .title .small-tittle {
  font-size: 1.714em;
  font-weight: normal;
  margin: 12px  0 15px;
  padding: 0;
  color: #333;
}
.feature6 .title .cont {
  font-size: 1.142em;
  line-height: 2em;
  margin: 0;
  padding: 10px 0 0;
  color: #666;
  min-height: 10em ;
}
.feature6 .title .txt {
  font-size: 1.142em;
  line-height: 2em;
  margin: 0;
  padding: 0;
  color: #666;
}
.feature6 .title .others {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.feature6 .title .others li {
  padding: 5px 0;
}
.feature6 .title .others li a {
  display: block;
  line-height: 2em;
  text-decoration: none;
  color: #0067eb;
  font-size: 1.143em ;
}
.feature6 .title .others li a img {
  width: 3em;
  display: block;
  margin: 0 auto;
}
.feature6 .title .others li a strong {
  font-weight: normal;
  margin-left: 0px;
}
@media screen and (max-width: 1024px) {
  .feature6 .moved {
    float: none;
    width: 100%;
    text-align: center;
  }
  .feature6 .moved img {
    width: 70%;
  }
  .feature6 .title {
    float: none;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .feature6 .title .cont {
    min-height: 0;
  }
  .feature6 .title .txt {
    margin-top: 30px;
  }
  .feature6 .others {
    /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left;
  }
  .feature6 .others:before,
  .feature6 .others:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .feature6 .others:after {
    clear: both;
  }
  .feature6 .others li {
    float: left;
    margin: 0 10px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .feature6 {
    padding-bottom: 50px;
  }
  .feature6 .moved {
    float: none;
    width: 70%;
    margin-left: 15% ;
    text-align: center;
  }
  .feature6 .moved img {
    width: 100%;
  }
  .feature6 .title {
    float: none;
    width: auto;
    text-align: center;
    padding: 30px 10px 0;
  }
  .feature6 .title .cont {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .feature6 .moved {
    width: 90%;
    margin-left: 5%;
  }
}
.form {
  background: #fff;
}
.form .field {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  padding: 0 90px 0 30px;
}
.form .field:before,
.form .field:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form .field:after {
  clear: both;
}
.form .field .formtitle {
  margin: 0;
  padding: 17px 0 0;
  font-size: 1em;
  color: #0067eb;
  line-height: 2em;
}
.form .field .formgroup {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  padding: 10px 0;
}
.form .field .formgroup:before,
.form .field .formgroup:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form .field .formgroup:after {
  clear: both;
}
.form .field .formgroup label {
  float: left;
  font-size: 1em;
  color: #333;
  line-height: 35px;
  text-align: right;
  width: 5em;
  margin-right: 1em;
}
.form .field .formgroup .formcell {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  margin-left: 6em;
}
.form .field .formgroup .formcell:before,
.form .field .formgroup .formcell:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form .field .formgroup .formcell:after {
  clear: both;
}
.form .formfoot {
  text-align: center;
  padding: 30px 0;
  background: #f4f4f4;
  margin-top: 10px;
}
.form .formfoot .btn-submit {
  font-size: 1.428em;
  color: #fff;
  outline: none;
  border: 0;
  background: #0067eb url("../img/btn-arrow.png") 68% center no-repeat;
  border-radius: 5px;
  width: 245px;
  height: 52px;
  line-height: 50px;
}
.form .companyinfo .formtitle {
  margin-top: 10px;
}
.form .companyinfo .formcell .province {
  width: 47%;
}
.form .companyinfo .formcell .city {
  margin-left: 6%;
  *margin-left: 5.8%;
  width: 47%;
}
.form .companyinfo .formcell .device,
.form .companyinfo .formcell .module {
  width: 47%;
}
.form .contactinfo .formgroup {
  float: left;
  width: 50%;
}
.input-text {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 0 10px;
  margin: 0;
  height: 35px;
  overflow: hidden;
}
.input-text input[type="text"] {
  border: 0;
  height: 33px;
  line-height: 33px;
  width: 100%;
  -webkit-appearance:none;
  outline:none
}
.input-text input:focus {
  outline: none;
}
.input-text-large {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 0 10px;
  margin: 0;
  height: 35px;
  width: auto;
  overflow: hidden;
}
.input-text-large input[type="text"] {
  border: 0;
  height: 33px;
  line-height: 33px;
  width: 100%;
  -webkit-appearance:none;
  outline:none
}
.input-text-large input:focus {
  outline: none;
}
.selectbox {
  position: relative;
  float: left;
}
.selectbox a.valuebox {
  line-height: 33px;
  border: 1px solid #e6e6e6;
  height: 33px;
  border-radius: 3px;
  display: block;
  padding-left: 10px;
  padding-right: 40px;
  background: url("../img/select-arrow.png") right 13px no-repeat;
  color: #999;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}
.selectbox .selectoption {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 140px;
  overflow-x: auto;
  overflow-y: auto;
  background: #fff;
  z-index: 2;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 3px;
  width: 100%;
}
.selectbox .selectoption li {
  padding: 3px 10px;
  cursor: default;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  color: #999;
}
.selectbox .selectoption li.hover {
  background: #f3f3f3;
}
.selectbox.targetfocus {
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .form .field {
    padding-right: 30px;
  }
  .form .formfoot {
    background: none;
  }
}
@media only screen and (max-width: 768px) {
  .form .field {
    padding: 0 10px;
  }
  .form .field .formgroup label {
    float: none;
  }
  .form .field .formgroup .formcell {
    margin-left: 0;
  }
  .form .field .formgroup .formcell .province {
    width: 100%;
  }
  .form .field .formgroup .formcell .city {
    margin-top: 20px ;
    margin-left: 0;
    width: 100%;
  }
  .form .field .formgroup .formcell .device,
  .form .field .formgroup .formcell .module {
    width: 100%;
  }
  .form .field .addcom,
  .form .field .numpc {
    display: none;
  }
  .form .contactinfo .formgroup {
    float: none;
    width: 100%;
  }
  .form .contactinfo .formgroup.perqq {

  }
}
.respondsiveslider{
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #f7f7f7;
}
.respondsiveslider ul,.respondsiveslider ol{
  margin: 0;
  list-style: none;
  padding: 0;
}
.respondsiveslider ul{
  width: 300%;
  text-align: left;
  position: relative;
  left:0;
  top:0;
}
.respondsiveslider ul li{
  width: 33.33%;
  float: left;
}
.respondsiveslider ol{
  display: inline-block;
}
.respondsiveslider ol li{
  width: 33.33%;
  background: none;
  border: 1px solid #9a9a9a;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  float: left;
  margin: 0 4px;
}
.respondsiveslider ol li.on{
  border-color:#0751ea;
  background:#0751ea;
}
.introduction1,
.introduction_apply {
  background: #f7f7f7;
  color: #333333;
  padding: 50px 6%;
}
.introduction1 .profile,
.introduction_apply .profile {
  width: 70%;
}
.introduction1 .profile blockquote,
.introduction_apply .profile blockquote {
  position: relative;
  margin: 0;
  font-size: 2.285em;
}
.introduction1 .profile blockquote span,
.introduction_apply .profile blockquote span {
  position: absolute;
  display: block;
  width: 16px;
  height: 13px;
}
.introduction1 .profile blockquote .lquotes,
.introduction_apply .profile blockquote .lquotes {
  left: -26px;
  top: 0;
  background: url("../img/quotes-01.png") no-repeat center;
  position: static;
}
.introduction1 .profile blockquote .rquotes,
.introduction_apply .profile blockquote .rquotes {
  right: -6px;
  bottom: 0;
  background: url("../img/quotes-02.png") no-repeat center;
  position: static;
  display: inline-block;
}
.introduction1 .derive,
.introduction_apply .derive {
  padding-top: 20px;
}
.introduction1 .derive p,
.introduction_apply .derive p {
  margin: 0;
  font-size: 1em;
  color: #666666;
}
.introduction1 .understand,
.introduction_apply .understand {
  font-size: 1.142em;
  display: inline-block;
  *display: inline;
  *zoom:1;
  padding-right: 25px;
  color: #327ddc;
  background: url("../img/arrow.png") no-repeat right center;
  background-size: auto 85%;
  line-height: 1em;
  margin-top: 30px;
  text-decoration: none !important;
}
@media screen and (max-width: 1024px) {
  .introduction1 .profile,
  .introduction_apply .profile {
    width: 100%;
  }
  .introduction1 .briefintro,
  .introduction_apply .briefintro {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .introduction1,
  .introduction_apply {
    padding: 30px;
  }
  .introduction1 .profile,
  .introduction_apply .profile {
    width: 100%;
  }
  .introduction1 .profile blockquote,
  .introduction_apply .profile blockquote {
    font-size: 1.285em ;
    color:#000;
  }
}
.introduction2 {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  background: #327ddc;
  color: #fff;
  padding: 57px 74px 71px 52px;
}
.introduction2:before,
.introduction2:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.introduction2:after {
  clear: both;
}
.introduction2 .intrleft {
  width: 61%;
  float: left;
  margin-right: 6%;
}
.introduction2 .intrleft .profile2 blockquote {
  position: relative;
  margin: 0;
  font-size: 1.717em;
  padding-bottom: 22px;
}
.introduction2 .intrleft .profile2 blockquote span {
  position: absolute;
  display: block;
  width: 16px;
  height: 13px;
  *height: 25px;
}
.introduction2 .intrleft .profile2 blockquote .lquotes {
  left: -26px;
  top: 0;
  background: url("../img/quotes-01.png") no-repeat center;
}
.introduction2 .intrleft .profile2 blockquote .rquotes {
  right: -6px;
  bottom: 0;
  background: url("../img/quotes-02.png") no-repeat center;
}
.introduction2 .intrleft .derive2 {
  padding-top: 40px;
}
.introduction2 .intrleft .derive2 p {
  margin: 0;
  font-size: 1em;
  color: #fff;
}
.introduction2 .intrlright {
  width: 33%;
  float: left;
}
.introduction2 .intrlright .briefintro2 p {
  margin: 0;
  font-size: 1em;
  color: #fff;
  line-height: 23px;
}
.introduction2 .intrlright .understand2 {
  font-size: 1.142em;
  display: inline-block;
  color: #fff;
  padding-right: 33px;
  background: url("../img/more-01.png") no-repeat right center;
  margin-top: 30px;
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  .introduction2 {
    padding: 47px 30px 60px 50px;
  }
  .introduction2 .intrleft {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .introduction2 .derive2 {
    padding-top: 40px;
  }
  .introduction2 .intrlright {
    width: 100%;
    float: none;
  }
  .introduction2 .intrlright .briefintro2 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .introduction2 {
    background: #327ddc;
    color: #fff;
    padding: 60px 48px 50px 54px;
  }
  .introduction2 .intrleft {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .introduction2 .derive2 {
    padding-top: 40px;
  }
  .introduction2 .intrlright {
    width: 100%;
    float: none;
  }
  .introduction2 .intrlright .briefintro2 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 320px) {
  .introduction2 {
    background: #327ddc;
    color: #fff;
    padding: 30px 33px 42px 36px;
  }
  .introduction2 .intrleft {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .introduction2 .derive2 {
    padding-top: 22px;
  }
  .introduction2 .intrlright {
    width: 100%;
    float: none;
  }
  .introduction2 .intrlright .briefintro2 {
    padding-top: 60px;
  }
}
.introduction_apply {
  position: relative;
  padding: 89px 54px 36px 72px;
  margin-bottom: 0;
  height: 433px;
  background: #327ddc;
  color: #fff;
}
.introduction_apply h1.title {
  font-weight: normal;
  font-size: 2.845em;
  margin: 0;
}
.introduction_apply .briefintro {
  padding-top: 30px;
}
.introduction_apply .severcont {
  padding-top: 70px;
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.introduction_apply .severcont:before,
.introduction_apply .severcont:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.introduction_apply .severcont:after {
  clear: both;
}
.introduction_apply .severcont .title {
  float: left;
  margin-right: 15px;
}
.introduction_apply .severcont .title p {
  margin: 0;
}
.introduction_apply .severcont .flow {
  float: left;
}
.introduction_apply .severcont .flow span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 16px 0 30px;
  line-height: 23px;
  background: url("../img/apply-01.png") no-repeat left center;
}
.introduction_apply .severcont .flow .bg1 {
  background: url("../img/apply-02.png") no-repeat left center;
}
.introduction_apply .severcont .flow .bg2 {
  background: url("../img/apply-03.png") no-repeat left center;
  padding-right: 0px;
}
.introduction_apply .hint {
  clear: both;
  position: absolute;
  bottom: 55px;
  width: 85%;
}
.introduction_apply .hint p {
  padding-right: 50px;
}
@media screen and (max-width: 1280px) {
  .introduction_apply {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .introduction_apply {
    height: auto;
    padding-top: 50px;
  }
  .introduction_apply .hint {
    clear: both;
    position: relative;
    bottom: auto;
    padding-top: 50px;
    width: auto;
  }
  .introduction_apply .hint p {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .introduction_apply {
    margin: 0 2%;
    padding: 35px 5% 25px;
    height: auto;
  }
  .introduction_apply h1.title {
    font-size: 2.142em;
    text-align: center;
  }
  .introduction_apply .severcont {
    padding-top: 70px;
    /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
    *zoom: 1;
  }
  .introduction_apply .severcont:before,
  .introduction_apply .severcont:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .introduction_apply .severcont:after {
    clear: both;
  }
  .introduction_apply .severcont .title {
    float: none;
  }
  .introduction_apply .severcont .flow {
    float: none;
  }
  .introduction_apply .severcont {
    padding-top: 30px;
  }
  .introduction_apply .hint {
    position: relative;
    bottom: auto;
    padding-top: 30px;
  }
}

.tab {
  position: relative;
}
.tab .taboptions {
  background: url("../img/tab-bg.png") left top repeat;
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 70px;
}
.tab .taboptions .container ul {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 70px;
  width: 100%;
}
.tab .taboptions .container ul:before,
.tab .taboptions .container ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tab .taboptions .container ul:after {
  clear: both;
}
.tab .taboptions .container ul li {
  float: left;
  line-height: 70px;
  width: 50%;
  *width: 49.9%;
  cursor: pointer;
  font-size: 1.714em ;
  text-align: center;
}
.tab .taboptions .container ul li a {
  color: #fff;
  text-decoration: none;
}
.tab .taboptions .container ul li.on a {
  color: #8cb4fe;
}
.tab .taboptions .container ul.tab3 li {
  width: 33.33%;
  *width: 33.2%;
}
@media only screen and (max-width: 768px) {
  .tab .taboptions {
    position: relative;
    top: 0;
    background: none;
  }
  .tab .taboptions .container ul li a {
    color: #333;
    border-bottom: 2px solid #fff;
    font-size: 0.75em;
  }
  .tab .taboptions .container ul li.on a {
    color: #0067eb;
    border-bottom-color: #0067eb;
  }
}

.application {
  margin-top: -500px;
  position: relative;
  z-index: 1;
}
.application .row {
  margin-right: 0;
}
.application .col-content {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .application {
    margin-top: -100px;
  }
  .application .col-6 {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .application {
    margin-top: -50px;
  }
}
.applytrue1 {
  width: 100%;
}
.applytrue1 .layer1 {
  padding-bottom: 50px;
}
.applytrue1 .layer1 .applybtn {
  display: block;
  width: 245px;
  text-align: center;
  background: #0067eb;
  color: #fff;
  font-size: 1.428em;
  line-height: 60px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  margin: 0 auto;
}
.applytrue1 .layer2 div {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  margin: 0 auto 50px;
}
.applytrue1 .layer2 div:before,
.applytrue1 .layer2 div:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.applytrue1 .layer2 div:after {
  clear: both;
}
.applytrue1 .layer2 div a {
  float: left;
  display: block;
  line-height: 38px;
  text-decoration: none;
  font-size: 1.142em;
  color: #888787;
  padding-left: 50px;
  background: url("../img/layer-01.png") no-repeat left center;
  margin-right: 70px;
}
.applytrue1 .layer2 div .relation1 {
  background-image: url("../img/layer-02.png");
}
.applytrue1 .layer2 div .relation2 {
  margin-right: 0;
  background-image: url("../img/layer-03.png");
}
@media screen and (min-width: 1025px) {
  .applytrue1 .layer2 div {
    width: 823px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .applytrue1 .layer2 {
    padding-top: 0;
  }
  .applytrue1 .layer2 div {
    width: 750px;
    padding: 0;
  }
  .applytrue1 .layer2 div a {
    margin-right: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .applytrue1 .layer2 div {
    width: 100%;
  }
  .applytrue1 .layer2 div a {
    margin-right: 0;
    float: none;
    text-align: center;
    padding-left: 0px;
    padding-top: 45px;
    background-position: center top;
  }
}
.downflies {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  padding-bottom: 50px;
}
.downflies:before,
.downflies:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.downflies:after {
  clear: both;
}
.downflies .filepc,
.downflies .filemove {
  float: left;
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  width: 60%;
}
.downflies .filepc:before,
.downflies .filemove:before,
.downflies .filepc:after,
.downflies .filemove:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.downflies .filepc:after,
.downflies .filemove:after {
  clear: both;
}
.downflies .filepc .down-table,
.downflies .filemove .down-table {
  position: relative;
  width: 42.1%;
  *width: 42%;
  float: left;
  min-height: 560px;
  margin-right: 7.9%;
}
.downflies .filepc .down-table .edition,
.downflies .filemove .down-table .edition {
  font-size: 2.142em;
  color: #333;
  margin: 86px 0 22px 0;
  padding-left: 64px;
  line-height: 48px;
}
.downflies .filepc .down-table .icon,
.downflies .filemove .down-table .icon {
  background: url("../img/edition01.png") no-repeat left center;
}
.downflies .filepc .down-table .icon2,
.downflies .filemove .down-table .icon2 {
  background: url("../img/edition02.png") no-repeat left center;
}
.downflies .filepc .down-table .icon3,
.downflies .filemove .down-table .icon3 {
  background: url("../img/edition03.png") no-repeat left center;
}
.downflies .filepc .down-table .parameter,
.downflies .filemove .down-table .parameter {
  padding-top: 42px;
  border-top: 1px solid #e5e5e5;
}
.downflies .filepc .down-table .parameter table,
.downflies .filemove .down-table .parameter table {
  color: #666666;
  width: 100%;
}
.downflies .filepc .down-table .parameter table tr td,
.downflies .filemove .down-table .parameter table tr td {
  line-height: 30px;
  font-size: 1.142em;
}
.downflies .filepc .down-table .parameter table tr td:first-child,
.downflies .filemove .down-table .parameter table tr td:first-child {
  width: 5em;
  vertical-align: top;
}
.downflies .filepc .down-table .parameter table tr .value,
.downflies .filemove .down-table .parameter table tr .value {
  color: #333;
}
.downflies .filepc .down-table .parameter ul,
.downflies .filemove .down-table .parameter ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.downflies .filepc .down-table .parameter ul:before,
.downflies .filemove .down-table .parameter ul:before,
.downflies .filepc .down-table .parameter ul:after,
.downflies .filemove .down-table .parameter ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.downflies .filepc .down-table .parameter ul:after,
.downflies .filemove .down-table .parameter ul:after {
  clear: both;
}
.downflies .filepc .down-table .parameter ul li,
.downflies .filemove .down-table .parameter ul li {
  width: 48%;
  float: left;
  padding-bottom: 50px;
}
.downflies .filepc .down-table .parameter ul li .editit,
.downflies .filemove .down-table .parameter ul li .editit {
  margin-top: 0;
  padding-left: 38px;
  line-height: 33px;
  font-size: 1.714em;
}
.downflies .filepc .down-table .parameter ul li .icon4,
.downflies .filemove .down-table .parameter ul li .icon4 {
  background: url("../img/edition04.png") no-repeat left center;
}
.downflies .filepc .down-table .parameter ul li .icon5,
.downflies .filemove .down-table .parameter ul li .icon5 {
  background: url("../img/edition05.png") no-repeat left center;
}
.downflies .filepc .down-table .parameter ul li:first-child,
.downflies .filemove .down-table .parameter ul li:first-child {
  margin-right: 4%;
  *margin-right: 3.9%;
}
.downflies .filepc .down-table .downbtn,
.downflies .filemove .down-table .downbtn {
  display: block;
  background: #0067eb;
  color: #fff;
  text-decoration: none;
  width: 167px;
  position: absolute;
  bottom: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.downflies .filepc .down-table .downbtn span,
.downflies .filemove .down-table .downbtn span {
  line-height: 50px;
  padding-left: 30px;
  padding-right: 38px;
  font-size: 1.428em;
  background: url("../img/downicon01.png") no-repeat right center;
}
.downflies .filepc .down-table2,
.downflies .filemove .down-table2 {
  width: 100%;
  margin-right: 0;
}
.downflies .filemove {
  width: 40%;
  *width: 39.9%;
}
@media screen and (max-width: 1280px) {
  .downflies .filepc {
    width: 100%;
    float: none;
  }
  .downflies .filepc .down-table {
    width: 46%;
    *width: 45.9%;
    margin-right: 8%;
  }
  .downflies .filepc .down-table1 {
    margin-right: 0;
  }
  .downflies .filemove {
    float: none;
    width: auto;
  }
  .downflies .filepc .ht {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .downflies .filepc .down-table {
    width: auto;
    float: none;
    margin-right: 0;
    min-height: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .downflies .filepc .down-table .downbtn {
    left: 0;
    position: relative;
    bottom: auto;
    margin: 30px auto 0;
  }
  .downflies .filepc .ht {
    min-height: 0;
  }
  .downflies .filemove {
    padding-bottom: 0;
  }
  .downflies .filemove .down-table {
    float: none;
    margin-right: auto;
  }
  .downflies .filepc .down-table .edition,
  .downflies .filemove .down-table .edition{
    margin-top:30px; 
  }
  .downflies .filemove .down-table .parameter ul li {
    position: relative;
    float: none;
    width: 100%;
    min-height: 300px;
  }

  .downflies .filemove .down-table .parameter ul li:first-child {
    margin: 0;
  }
  .downflies .filemove .down-table .parameter ul .fileadnroid {
    margin-top: 30px;
  }
  .downflies .filemove .down-table2 {
    width: auto;
    padding:0 10px;
  }
  .downflies .filemove .down-table2 .downbtn {
    left: 0;
    position: relative;
    bottom: auto;
    margin: 30px auto 0;
  }
}
.purchase-form {
  padding-top: 90px;
}
.purchase-form .fromline {
  width: 100%;
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.purchase-form .fromline:before,
.purchase-form .fromline:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.purchase-form .fromline:after {
  clear: both;
}
.purchase-form .fromline .changemode {
  display: block;
  width: 7em;
  font-size: 1.142em;
  color: #666;
  float: left;
  margin-top: 20px;
}
.purchase-form .fromline .changemode .cue1 {
  display: none;
}
.purchase-form .fromline .option-part {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  margin-left: 10em;
  margin-top: 8px;
}
.purchase-form .fromline .option-part:before,
.purchase-form .fromline .option-part:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.purchase-form .fromline .option-part:after {
  clear: both;
}
.purchase-form .fromline .option-part label {
  position: relative;
  width: 198px;
  height: 37px;
  display: block;
  cursor: pointer;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.purchase-form .fromline .option-part label input {
  position: absolute;
  z-index: -1;
  left: -50px;
}
.purchase-form .fromline .option-part label span.title {
  display: block;
  line-height: 35px;
  font-size: 1.142em;
  color: #333333;
  text-align: center;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
.purchase-form .fromline .option-part .pitchon span.title {
  border: 1px solid #0067eb;
  background: url("../img/selected.png") #fff no-repeat right bottom;
}
.purchase-form .fromline .option-part .cue {
  display: block;
  float: left;
  line-height: 38px;
}
.purchase-form .fromline .option-part .staffnum {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 164px;
  height: 38px;
}
.purchase-form .fromline .option-part .staffnum:before,
.purchase-form .fromline .option-part .staffnum:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.purchase-form .fromline .option-part .staffnum:after {
  clear: both;
}
.purchase-form .fromline .option-part .staffnum a {
  float: left;
  display: block;
  text-decoration: none;
  font-size: 2.142em;
  line-height: 38px;
  width: 37px;
  text-align: center;
  color: #666;
}
.purchase-form .fromline .option-part .staffnum .rpnumber {
  float: left;
  text-align: center;
  width: 88px;
  border: none;
  background: #f2f2f2;
  line-height: 36px;
  font-size: 1.412em;
  color: #333;
  height: 36px;
}
.purchase-form .fromline .option-part .extract {
  float: left;
  margin-right: 20px;
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  width: 257px;
  height: 37px;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.purchase-form .fromline .option-part .extract:before,
.purchase-form .fromline .option-part .extract:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.purchase-form .fromline .option-part .extract:after {
  clear: both;
}
.purchase-form .fromline .option-part .extract .mannum {
  float: left;
  border: none;
  text-align: center;
  background: #f2f2f2;
  line-height: 37px;
  height: 36px;
}
.purchase-form .fromline .option-part .extract .changeone {
  display: block;
  float: left;
  line-height: 37px;
  text-decoration: none;
  color: #333333;
  padding-left: 25px;
  background: url("../img/change-01.png") no-repeat left center;
  margin-left: 22px;
}
.purchase-form .continue {
  border-top: 1px solid #e5e5e5;
  margin-top: 32px;
  padding-top: 48px;
  padding-bottom: 158px;
}
.purchase-form .continue .cost span {
  color: #0067eb;
  font-size: 1.714em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 30px;
}
.purchase-form .continue .cost .biazh {
  color: #666;
}
.purchase-form .continue .cost .tish {
  font-size: 1.142em;
  color: #999999;
}
.purchase-form .continue .keepon {
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 52px;
  width: 152px;
  line-height: 60px;
  text-decoration: none;
  background: #0067eb;
  text-align: center;
}
.purchase-form .continue .keepon span {
  color: #fff;
  font-size: 1.428em;
  padding-right: 35px;
  background: url("../img/goon.png") no-repeat right center;
}
@media screen and (max-width: 768px) {
  .purchase-form .fromline .changemode {
    float: none;
    width: 100%;
  }
  .purchase-form .fromline .changemode .cue1 {
    display: inline;
    width: 9em;
    margin-top: 50px;
    padding-left: 10px;
    font-size: 0.9em;
  }
  .purchase-form .fromline .option-part {
    margin-left: 3em;
  }
  .purchase-form .fromline .option-part .pitchon {
    margin-right: 18px;
  }
  .purchase-form .fromline .option-part .cue {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .purchase-form {
    padding: 50px 10px 0 10px;
  }
  .purchase-form .fromline .option-part {
    margin-left: 0;
  }
  .purchase-form .fromline .option-part .pitchon {
    margin: 10px auto 0;
  }
  .purchase-form .fromline .option-part label {
    float: none;
    margin: 10px auto 0;
    margin-top: 10px;
  }
  .purchase-form .fromline .option-part .staffnum {
    margin: 0 auto;
  }
  .purchase-form .fromline .option-part .extract {
    margin: 0 auto;
    float: none;
  }
  .purchase-form .continue .cost .tish {
    display: block;
    margin-top: 20px;
  }
}
.step {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: url("../img/line.jpg") left center repeat-x;
}
.step ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.step ul:before,
.step ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.step ul:after {
  clear: both;
}
.step ul li {
  float: left;
  background: #fff url('../img/point.png') 5px center no-repeat;
  margin: 0 4%;
  text-align: center;
  font-size: 1.428em;
  padding: 0 10px;
}
.step ul li i {
  font-size: 1.8em;
  color: #ccc;
  vertical-align: middle;
  margin: 0 10px;
  font-family: Arial;
}
.step ul li span {
  vertical-align: middle;
  color: #333;
}
.step ul li.on {
  background-image: url('../img/point-on.png');
}
.step ul li.on i {
  color: #0067eb;
}
.step ul li.on span {
  color: #0067eb;
}
@media screen and (max-width: 1280px) {
  .step ul li {
    display: none;
  }
  .step ul li.on {
    display: block;
    float: none;
    width: 130px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .step {
    background: none;
  }
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  width: 100%;
  height: 90px;
  line-height: 90px;
}
.breadcrumb ul:before,
.breadcrumb ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.breadcrumb ul:after {
  clear: both;
}
.breadcrumb ul li {
  float: left;
  font-size: 1.428em ;
}
.breadcrumb ul li a {
  text-decoration: none;
  color: #333;
}
.breadcrumb ul li a img {
  vertical-align: middle;
  width: 24px;
}
.breadcrumb ul li a strong {
  vertical-align: middle;
  font-weight: normal;
  margin-left: 5px;
}
.breadcrumb ul li span {
  vertical-align: middle;
  margin: 0 20px;
  color: #999999;
}
.breadcrumb ul.breadcrumb-pc {
  display: block;
}
.breadcrumb ul.breadcrumb-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .breadcrumb ul {
    height: auto;
    line-height: 54px;
  }
  .breadcrumb ul li {
    float: none;
  }
  .breadcrumb ul.breadcrumb-pc {
    display: none;
  }
  .breadcrumb ul.breadcrumb-mobile {
    display: block;
  }
  .breadcrumb ul.breadcrumb-mobile li {
    display: none;
  }
  .breadcrumb ul.breadcrumb-mobile li:first-child {
    background: url("../img/select-arrow.png") right center no-repeat;
    cursor: pointer;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb {
    padding: 0 10px;
  }
}
.price-description .ptitle {
  color: #3a6dcb;
  font-size: 1.428em;
  border-left: 4px solid #3a6dcb;
  padding-left: 28px;
  background: #f5f5f5;
}
.price-description .ptitle h3 {
  line-height: 50px;
  margin: 0;
  padding: 0;
}
.price-description .pcontent {
  list-style: none;
  margin: 0 25px 0 30px;
  padding-left: 0;
}
.price-description .pcontent li p {
  padding-left: 1.5em;
  text-indent: 0;
  background: url("../img/dian.png") no-repeat 5px 8px;
  text-justify: inter-ideograph;
  text-align: Justify;
}
.priceaddress {
  border-top: 1px solid #e6e6e6;
  margin-top: 125px;
  padding-bottom: 50px;
}
.priceaddress .localarea {
  text-align: center;
  font-weight: normal;
  font-size: 2.142em;
  color: #333;
  margin-top: 3em;
  margin-bottom: 0;
}
.priceaddress .localarea span {
  color: #0067eb;
}
.priceaddress .distributor {
  margin-top: 58px;
  background: #fbd849;
  color: #000000;
  font-size: 1.142em;
}
.priceaddress .distributor ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.priceaddress .distributor ul:before,
.priceaddress .distributor ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.priceaddress .distributor ul:after {
  clear: both;
}
.priceaddress .distributor ul li {
  width: 30%;
  *width: 29.9%;
  margin-right: 3%;
  *margin-right: 2.9%;
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  padding: 26px 0 28px;
  float: left;
  line-height: 25px;
  text-align: center;
}
.priceaddress .distributor ul li:before,
.priceaddress .distributor ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.priceaddress .distributor ul li:after {
  clear: both;
}
.priceaddress .distributor ul li p {
  margin: 0;
}
.priceaddress .distributor ul li a {
  text-decoration: none;
  color: #0067eb;
}
.priceaddress .distributor ul .ender {
  width: 32%;
  *width: 30.9%;
  margin-right: 1%;
  *margin-right: 0.9%;
}
.priceaddress .distributor ul .ender .telephony {
  width: 50%;
  *width: 49.9%;
  float: left;
}
.priceaddress .distributor ul .ender .telephony p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 25px;
  background: url("../img/xb-02.png") no-repeat left 0;
}
.priceaddress .distributor ul .ender .consultation {
  width: 50%;
  *width: 49.9%;
  float: left;
}
.priceaddress .distributor ul .ender .consultation a {
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 30px;
  background: url("../img/xb-03.png") no-repeat left center;
}
.priceaddress .distributor ul .company {
  text-align: left;
}
.priceaddress .distributor ul .company p {
  padding-left: 38px;
}
.priceaddress .distributor ul .site p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 25px;
  background: url("../img/xb-01.png") no-repeat left 0;
}
.priceaddress .serve {
  margin-top: 5px;
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
}
.priceaddress .serve ul {
  margin: 0;
  padding: 30px 0 30px 40px;
  list-style: none;
}
.priceaddress .serve ul li {
  margin-top: 10px;
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  font-size: 1.142em;
}
.priceaddress .serve ul li:before,
.priceaddress .serve ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.priceaddress .serve ul li:after {
  clear: both;
}
.priceaddress .serve ul li .servrfl {
  float: left;
  width: 5em;
}
.priceaddress .serve ul li .servrfl span {
  color: #999999;
}
.priceaddress .serve ul li .servrfr {
  margin-left: 6em;
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.priceaddress .serve ul li .servrfr:before,
.priceaddress .serve ul li .servrfr:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.priceaddress .serve ul li .servrfr:after {
  clear: both;
}
.priceaddress .serve ul li .servrfr span {
  display: block;
  float: left;
  margin-right: 3em;
  color: #333333;
}
@media screen and (max-width: 980px) {
  .priceaddress .distributor ul li {
    float: none;
    width: auto;
    padding: 10px 10px 10px 10px;
  }
  .priceaddress .distributor ul .company p {
    padding-left: 0;
  }
  .priceaddress .distributor ul .site {
    text-align: left;
  }
  .priceaddress .distributor ul .ender {
    width: 100%;
    margin-right: 0;
    padding: 10px 0  ;
  }
  .priceaddress .distributor ul .ender .telephony {
    width: auto;
    margin-right: 30px;
    margin-left: 10px;
  }
  .priceaddress .distributor ul .ender .consultation {
    width: auto;
  }
  .priceaddress .serve ul {
    padding: 10px;
  }
  .priceaddress .serve ul li .servrfl {
    float: none;
    margin-top: 20px;
  }
  .priceaddress .serve ul li .servrfr {
    margin-left: 0;
  }
  .priceaddress .serve ul li .servrfr span {
    float: none;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .priceaddress .localarea {
    text-align: left;
    font-size: 1.714em;
  }
  .priceaddress .serve ul li .servrfr span {
    float: none;
    line-height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .priceaddress .localarea {
    font-size: 1.285em;
    padding: 0 10px;
  }
}
.pricedata {
  /*padding-top: 32px;*/
  margin-bottom: 65px;
}
.pricedata table {
  width: 100%;
  font-size: 1.428em;
  line-height: 70px;
  text-align: center;
}
.pricedata table tr td {
  width: 20%;
}
.pricedata .thead {
  background: #3a6dcb;
  color: #fff;
}
.pricedata .thead tr td {
  border-right: 1px solid #5d86d1;
  border-bottom: 1px solid #3a6dcb;
}
.pricedata .thead tr .end {
  border-right: 1px solid #3a6dcb;
}
.pricedata .tbody {
  border: 1px solid #e6e6e6;
  margin-top: 5px;
  background: #f5f5f5;
  color: #333333;
}
.pricedata .tbody tr td {
  border: 1px solid #e6e6e6;
}
.pricedata .tbody tr td:first-child {
  color: #3a6dcb;
}
.pricedata .tbody tr .tend div {
  margin: auto auto;
  text-align: center;
  padding: 0 30px;
}
.pricedata .tbody tr .tend div span {
  display: block;
  text-align: left;
}
.pricedata .tbody tr .tend div .sj1 {
  font-size: 1em;
}
.pricedata .tbody tr .tend div .sj2 {
  font-size: 0.8em;
  line-height: 24px;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .pricedata table {
    font-size: 1.142em;
  }
}
@media screen and (max-width: 768px) {
  .pricedata {
    width: 100%;
    overflow: auto;
  }
  .pricedata table {
    width: 768px;
    font-size: 1.142em;
  }
}
@media screen and (max-width: 480px) {
  .pricedata table {
    font-size: 1em;
    line-height: 42px;
  }
}
.tablist.download_file .container ul.li2 li .entrance {
  min-height: 0;
}
.tablist.download_file .container ul.li2 li .entrance .text {
  text-align: center;
}
.tablist.download_file .container ul.li2 li .entrance .link {
  min-height: 0;
  position: static;
  height: 50px;
  padding: 0 0 30px;
}
.tablist.download_file .container ul.li2 li .entrance .link .download_pdf {
  font-size: 1.428em;
  text-decoration: none;
  color: #fff;
  height: 50px;
  line-height: 50px;
  display: block;
  width: 148px;
  margin: 0 auto;
  padding-right: 20px;
  border-radius: 5px;
  background: #0067eb url("../img/downicon01.png") 128px center no-repeat;
}

/*2016/6/6*/

.scrollbar ul li{
  width: 33.33%;
  float: left;
}

.scrollbar .li4 li{


}
header nav .product-links li:nth-of-type(1) a{background: url("../img/pfun.png") 5px center no-repeat;background-size: auto 50%;}
header nav .product-links li:nth-of-type(2) a{background: url("../img/bfb-01.png") left center no-repeat;background-size: auto 65%;}
header nav .product-links li:nth-of-type(3) a{background: url("../img/bfb-02.png") left center no-repeat;background-size: auto 65%;}
header nav .product-links li:nth-of-type(4) a{background: url("../img/bfb-03.png") left center no-repeat;background-size: auto 65%;}
header nav .product-links li:nth-of-type(5) a{background: url("../img/bfb-04.png") left center no-repeat;background-size: auto 65%;}
header nav .product-links li:nth-of-type(6) a{background: url("../img/bfb-09.png") left center no-repeat;background-size: auto 65%;}
header nav {
  width: 100%;
  margin: 0 auto;
  display: none;
  background-color: #3671ec;
  background-size: auto 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-image: none;
}
header nav .product-links li a{padding-left: 40px;}

.banner-index  .fixed-left .ulbox .mli{
  width: 98%;
  margin: 0 1%;
  height: 7.285em;
  border-left: 2px solid #0751ea;
  border-top:none;
  line-height: 7.285em;
  background: url("../img/bgb-bg.png") left top repeat;
  margin-bottom: 2em;
  font-size: 1.287em;
}
.banner-index  .fixed-left .ulbox .mli a{text-align: left;padding-left: 20px;}
.feature6 .others{width: 100%;}
.feature6 .others li{width: 45%;margin: 0 2.5%;float: left;text-align: center;}


.tablist.download_file .container ul.li2 li .entrance {
  min-height: 0;
}
.tablist.download_file .container ul.li2 li .entrance .text {
  text-align: center;
}
.tablist.download_file .container ul.li2 li .entrance .link {
  min-height: 0;
  position: static;
  height: 50px;
  padding: 0 0 30px;
}
.tablist.download_file .container ul.li2 li .entrance .link .download_pdf {
  font-size: 1.428em;
  text-decoration: none;
  color: #fff;
  height: 50px;
  line-height: 50px;
  display: block;
  width: 148px;
  margin: 0 auto;
  padding-right: 20px;
  border-radius: 5px;
  background: #0067eb url("../img/downicon01.png") 128px center no-repeat;
}
.unslider{
  width: 100%;
  position: relative;
}
.unslider .unslider-nav{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.unslider ol{
  display: inline-block;
  *display: inline;
  *zoom:1;
  list-style: none;
  padding: 0;
  padding-left: 0px;
  margin:0;
}
.unslider ol li{
  width: 33.33%;
  background: none;
  border: 1px solid #9a9a9a;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  float: left;
  margin: 0 4px;
  text-indent: -9999px;
  cursor: pointer;
}
.unslider ol li.unslider-active{
  border-color:#0751ea;
  background:#0751ea;
}
















/*   2016.6.9     */

.banner-index .fixed-left .ulbox .mli{
    width: 100%;
    height: auto;
    border-left: none;
    border-top: none;
    line-height: none;
    background: none;
    font-size: 1em;
}
.banner-index .fixed-left .ulbox .mli a{
  text-align: center;
  padding-left: 0px;
  height: 2.428em;
  line-height: 2.428em;
  background: #0751ea;
  width: 8.928em;
  margin:1.5em auto 2em;
}


/*2016.8.24*/

 .scrollbar .line-gao-tz a{
   line-height:normal;
   display: inline-block;
   padding:0 8px;
   height:auto;
   font-size:1em;
 }
.scrollbar .line-gao-tz{
  height:5em;
  text-align: center;
  line-height:5em;
  /*border-right:1px solid #fff;*/
  background: url("../img/border-zj.png") repeat-y #f2f2f2;
}
.scrollbar .line-gao-tz:hover{
  background: #3671ec;
}
.banner-index .banner-tit .look-fuwuK{
  display: block;
  font-size:1.26em;
  color: #fff;
  text-decoration: inherit;
  float:right;
  margin:2.5em 2em 0 0;
  background: url("../img/ck-bgJT.png") no-repeat;
  height:20px;
  line-height:20px;
  padding-left:25px;
}
.tablist .container ul.entrances li .entrance .marg-t0{
  margin:0;
}
.scrollbar .line-gao-tz .mt-jl{
  margin-top:16px;
}

@media screen and (max-width: 400px){
  .scrollbar .line-gao-tz .jt-top{
    margin-top:16px;
  }
}

/*.subbox{*/
  /*display: none;*/
/*}*/
/*.copyright{*/
  /*display: none;*/
/*}*/
@media screen and (max-width: 768px){
  .pricedata table{
    width:auto;
    line-height:25px;
  }
  .pricedata .tbody tr .tend div{
    padding:0 10px;}
  .priceaddress{
    margin-bottom:5px;
    padding-bottom:0;
    margin-top:30px;
  }
  .priceaddress .localarea{
    margin-top:2em;
  }
  .priceaddress .distributor{
    margin-top:20px;
  }

  .container{
    padding:0 20px;
  }


}


.pricedata {
  padding-top: 32px;
  margin-bottom: 65px;
}
.pricedata table {
  width: 100%;
  font-size: 1.428em;
  line-height: 70px;
  text-align: center;
}
.pricedata table tr td {
  width: 20%;
}
.pricedata .thead {
  background: #3a6dcb;
  color: #fff;
}
.pricedata .thead tr td {
  border-right: 1px solid #5d86d1;
  /*border-bottom: 1px solid #3a6dcb;*/
}
.pricedata .thead tr .end {
  border-right: 1px solid #3a6dcb;
}
.pricedata .tbody {
  border: 1px solid #e6e6e6;
  margin-top: 5px;
  background: #f5f5f5;
  color: #333333;
}
.pricedata .tbody tr td {
  border: 1px solid #e6e6e6;
}
.pricedata .tbody tr td:first-child {
  color: #3a6dcb;
}
.pricedata .tbody tr .tend div {
  margin: auto auto;
  text-align: center;
  padding: 0 30px;
}
.pricedata .tbody tr .tend div span {
  display: block;
  text-align: left;
}
.pricedata .tbody tr .tend div .sj1 {
  font-size: 1em;
}
.pricedata .tbody tr .tend div .sj2 {
  font-size: 0.8em;
  line-height: 24px;
  color: #666;
}
.pricedata .tbody .bg-none823{
  width:20%;
  height:72px;
  border: none;
  background: #fff;
}
.pricedata .thead .bg-none823{
  width:20%;
  height:72px;
  border: none;
  background: #fff;
}
.pricedata .bg-noBL{
  border-bottom:none;
  border-top:none;
  border-right:none;}
.pricedata .bg-noBL td{
  border-bottom:none !important;}
.pricedata .bg-noBL .bg-none823{
  border:none !important;}

@media screen and (max-width: 1024px) {
  .pricedata table {
    font-size: 1.142em;
  }
}
@media screen and (max-width: 768px) {
  .pricedata {
    width: 100%;
    overflow: auto;
  }
  .pricedata table {
    width: 768px;
    font-size: 1.142em;
  }
}
@media screen and (max-width: 480px) {
  .pricedata table {
    font-size: 1em;
    line-height: 42px;
  }
}
@media screen and (max-height: 480px){
header nav .product-links li {
    padding: 0 8%;
    height: 75%;
}
