/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  text-decoration: none;
  color: #666666;
}
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: 0;
  padding: 0;
  word-wrap:break-word;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
  padding: 0;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  list-style-type: none;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", Arial, sans-serif;
  color: #666666;
}
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 {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  /*
   * Extends the .visuallyhidden class to allow the element to be focusable
   * when navigated to via the keyboard: h5bp.com/p
   */
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fli {
  float: left !important;
}
.fri {
  float: right !important;
}
.fni {
  float: none !important;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
/* grid */
.col-1 {
  float: left;
  width: 8.33333333%;
  *width: 8.23333333%;
}
@media screen and (max-width: 768px) {
  .col-1 {
    float: none;
    width: 100%;
  }
}
.offset-1 {
  margin-left: 8.33333333%;
}
@media screen and (max-width: 768px) {
  .offset-1 {
    margin-left: 0;
  }
}
.col-2 {
  float: left;
  width: 16.66666667%;
  *width: 16.56666667%;
}
@media screen and (max-width: 768px) {
  .col-2 {
    float: none;
    width: 100%;
  }
}
.offset-2 {
  margin-left: 16.66666667%;
}
@media screen and (max-width: 768px) {
  .offset-2 {
    margin-left: 0;
  }
}
.col-3 {
  float: left;
  width: 25%;
  *width: 24.9%;
}
@media screen and (max-width: 768px) {
  .col-3 {
    float: none;
    width: 100%;
  }
}
.offset-3 {
  margin-left: 25%;
}
@media screen and (max-width: 768px) {
  .offset-3 {
    margin-left: 0;
  }
}
.col-4 {
  float: left;
  width: 33.33333333%;
  *width: 33.23333333%;
}
@media screen and (max-width: 768px) {
  .col-4 {
    float: none;
    width: 100%;
  }
}
.offset-4 {
  margin-left: 33.33333333%;
}
@media screen and (max-width: 768px) {
  .offset-4 {
    margin-left: 0;
  }
}
.col-5 {
  float: left;
  width: 41.66666667%;
  *width: 41.56666667%;
}
@media screen and (max-width: 768px) {
  .col-5 {
    float: none;
    width: 100%;
  }
}
.offset-5 {
  margin-left: 41.66666667%;
}
@media screen and (max-width: 768px) {
  .offset-5 {
    margin-left: 0;
  }
}
.col-6 {
  float: left;
  width: 50%;
  *width: 49.9%;
}
@media screen and (max-width: 768px) {
  .col-6 {
    float: none;
    width: 100%;
  }
}
.offset-6 {
  margin-left: 50%;
}
@media screen and (max-width: 768px) {
  .offset-6 {
    margin-left: 0;
  }
}
.col-7 {
  float: left;
  width: 58.33333333%;
  *width: 58.23333333%;
}
@media screen and (max-width: 768px) {
  .col-7 {
    float: none;
    width: 100%;
  }
}
.offset-7 {
  margin-left: 58.33333333%;
}
@media screen and (max-width: 768px) {
  .offset-7 {
    margin-left: 0;
  }
}
.col-8 {
  float: left;
  width: 66.66666667%;
  *width: 66.56666667%;
}
@media screen and (max-width: 768px) {
  .col-8 {
    float: none;
    width: 100%;
  }
}
.offset-8 {
  margin-left: 66.66666667%;
}
@media screen and (max-width: 768px) {
  .offset-8 {
    margin-left: 0;
  }
}
.col-9 {
  float: left;
  width: 75%;
  *width: 74.9%;
}
@media screen and (max-width: 768px) {
  .col-9 {
    float: none;
    width: 100%;
  }
}
.offset-9 {
  margin-left: 75%;
}
@media screen and (max-width: 768px) {
  .offset-9 {
    margin-left: 0;
  }
}
.col-10 {
  float: left;
  width: 83.33333333%;
  *width: 83.23333333%;
}
@media screen and (max-width: 768px) {
  .col-10 {
    float: none;
    width: 100%;
  }
}
.offset-10 {
  margin-left: 83.33333333%;
}
@media screen and (max-width: 768px) {
  .offset-10 {
    margin-left: 0;
  }
}
.col-11 {
  float: left;
  width: 91.66666667%;
  *width: 91.56666667%;
}
@media screen and (max-width: 768px) {
  .col-11 {
    float: none;
    width: 100%;
  }
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media screen and (max-width: 768px) {
  .offset-11 {
    margin-left: 0;
  }
}
.col-12 {
  float: left;
  width: 100%;
  *width: 99.9%;
}
@media screen and (max-width: 768px) {
  .col-12 {
    float: none;
    width: 100%;
  }
}
.offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .offset-12 {
    margin-left: 0;
  }
}
.row {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  margin-right: -20px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .row {
    margin-right: 0;
  }
}
.col-content {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .col-content {
    margin-right: 0;
  }
}
/* margin */
.margin-0 {
  margin: 0px;
}
.margin-t-0 {
  margin-top: 0px;
}
.margin-r-0 {
  margin-right: 0px;
}
.margin-b-0 {
  margin-bottom: 0px;
}
.margin-l-0 {
  margin-left: 0px;
}
.margin-1 {
  margin: 10px;
}
.margin-t-1 {
  margin-top: 10px;
}
.margin-r-1 {
  margin-right: 10px;
}
.margin-b-1 {
  margin-bottom: 10px;
}
.margin-l-1 {
  margin-left: 10px;
}
.margin-2 {
  margin: 20px;
}
.margin-t-2 {
  margin-top: 20px;
}
.margin-r-2 {
  margin-right: 20px;
}
.margin-b-2 {
  margin-bottom: 20px;
}
.margin-l-2 {
  margin-left: 20px;
}
.margin-3 {
  margin: 30px;
}
.margin-t-3 {
  margin-top: 30px;
}
.margin-r-3 {
  margin-right: 30px;
}
.margin-b-3 {
  margin-bottom: 30px;
}
.margin-l-3 {
  margin-left: 30px;
}
.margin-4 {
  margin: 40px;
}
.margin-t-4 {
  margin-top: 40px;
}
.margin-r-4 {
  margin-right: 40px;
}
.margin-b-4 {
  margin-bottom: 40px;
}
.margin-l-4 {
  margin-left: 40px;
}
.margin-5 {
  margin: 50px;
}
.margin-t-5 {
  margin-top: 50px;
}
.margin-r-5 {
  margin-right: 50px;
}
.margin-b-5 {
  margin-bottom: 50px;
}
.margin-l-5 {
  margin-left: 50px;
}
.margin-6 {
  margin: 60px;
}
.margin-t-6 {
  margin-top: 60px;
}
.margin-r-6 {
  margin-right: 60px;
}
.margin-b-6 {
  margin-bottom: 60px;
}
.margin-l-6 {
  margin-left: 60px;
}
.margin-7 {
  margin: 70px;
}
.margin-t-7 {
  margin-top: 70px;
}
.margin-r-7 {
  margin-right: 70px;
}
.margin-b-7 {
  margin-bottom: 70px;
}
.margin-l-7 {
  margin-left: 70px;
}
.margin-8 {
  margin: 80px;
}
.margin-t-8 {
  margin-top: 80px;
}
.margin-r-8 {
  margin-right: 80px;
}
.margin-b-8 {
  margin-bottom: 80px;
}
.margin-l-8 {
  margin-left: 80px;
}
.margin-9 {
  margin: 90px;
}
.margin-t-9 {
  margin-top: 90px;
}
.margin-r-9 {
  margin-right: 90px;
}
.margin-b-9 {
  margin-bottom: 90px;
}
.margin-l-9 {
  margin-left: 90px;
}
.margin-10 {
  margin: 100px;
}
.margin-t-10 {
  margin-top: 100px;
}
.margin-r-10 {
  margin-right: 100px;
}
.margin-b-10 {
  margin-bottom: 100px;
}
.margin-l-10 {
  margin-left: 100px;
}
.margin-11 {
  margin: 110px;
}
.margin-t-11 {
  margin-top: 110px;
}
.margin-r-11 {
  margin-right: 110px;
}
.margin-b-11 {
  margin-bottom: 110px;
}
.margin-l-11 {
  margin-left: 110px;
}
.margin-12 {
  margin: 120px;
}
.margin-t-12 {
  margin-top: 120px;
}
.margin-r-12 {
  margin-right: 120px;
}
.margin-b-12 {
  margin-bottom: 120px;
}
.margin-l-12 {
  margin-left: 120px;
}
.margin-13 {
  margin: 130px;
}
.margin-t-13 {
  margin-top: 130px;
}
.margin-r-13 {
  margin-right: 130px;
}
.margin-b-13 {
  margin-bottom: 130px;
}
.margin-l-13 {
  margin-left: 130px;
}
.margin-14 {
  margin: 140px;
}
.margin-t-14 {
  margin-top: 140px;
}
.margin-r-14 {
  margin-right: 140px;
}
.margin-b-14 {
  margin-bottom: 140px;
}
.margin-l-14 {
  margin-left: 140px;
}
.margin-15 {
  margin: 150px;
}
.margin-t-15 {
  margin-top: 150px;
}
.margin-r-15 {
  margin-right: 150px;
}
.margin-b-15 {
  margin-bottom: 150px;
}
.margin-l-15 {
  margin-left: 150px;
}
.margin-16 {
  margin: 160px;
}
.margin-t-16 {
  margin-top: 160px;
}
.margin-r-16 {
  margin-right: 160px;
}
.margin-b-16 {
  margin-bottom: 160px;
}
.margin-l-16 {
  margin-left: 160px;
}
.margin-17 {
  margin: 170px;
}
.margin-t-17 {
  margin-top: 170px;
}
.margin-r-17 {
  margin-right: 170px;
}
.margin-b-17 {
  margin-bottom: 170px;
}
.margin-l-17 {
  margin-left: 170px;
}
.margin-18 {
  margin: 180px;
}
.margin-t-18 {
  margin-top: 180px;
}
.margin-r-18 {
  margin-right: 180px;
}
.margin-b-18 {
  margin-bottom: 180px;
}
.margin-l-18 {
  margin-left: 180px;
}
.margin-19 {
  margin: 190px;
}
.margin-t-19 {
  margin-top: 190px;
}
.margin-r-19 {
  margin-right: 190px;
}
.margin-b-19 {
  margin-bottom: 190px;
}
.margin-l-19 {
  margin-left: 190px;
}
.margin-20 {
  margin: 200px;
}
.margin-t-20 {
  margin-top: 200px;
}
.margin-r-20 {
  margin-right: 200px;
}
.margin-b-20 {
  margin-bottom: 200px;
}
.margin-l-20 {
  margin-left: 200px;
}
.margin-21 {
  margin: 210px;
}
.margin-t-21 {
  margin-top: 210px;
}
.margin-r-21 {
  margin-right: 210px;
}
.margin-b-21 {
  margin-bottom: 210px;
}
.margin-l-21 {
  margin-left: 210px;
}
.margin-22 {
  margin: 220px;
}
.margin-t-22 {
  margin-top: 220px;
}
.margin-r-22 {
  margin-right: 220px;
}
.margin-b-22 {
  margin-bottom: 220px;
}
.margin-l-22 {
  margin-left: 220px;
}
.margin-23 {
  margin: 230px;
}
.margin-t-23 {
  margin-top: 230px;
}
.margin-r-23 {
  margin-right: 230px;
}
.margin-b-23 {
  margin-bottom: 230px;
}
.margin-l-23 {
  margin-left: 230px;
}
.margin-24 {
  margin: 240px;
}
.margin-t-24 {
  margin-top: 240px;
}
.margin-r-24 {
  margin-right: 240px;
}
.margin-b-24 {
  margin-bottom: 240px;
}
.margin-l-24 {
  margin-left: 240px;
}
.margin-25 {
  margin: 250px;
}
.margin-t-25 {
  margin-top: 250px;
}
.margin-r-25 {
  margin-right: 250px;
}
.margin-b-25 {
  margin-bottom: 250px;
}
.margin-l-25 {
  margin-left: 250px;
}
.margin-26 {
  margin: 260px;
}
.margin-t-26 {
  margin-top: 260px;
}
.margin-r-26 {
  margin-right: 260px;
}
.margin-b-26 {
  margin-bottom: 260px;
}
.margin-l-26 {
  margin-left: 260px;
}
.margin-27 {
  margin: 270px;
}
.margin-t-27 {
  margin-top: 270px;
}
.margin-r-27 {
  margin-right: 270px;
}
.margin-b-27 {
  margin-bottom: 270px;
}
.margin-l-27 {
  margin-left: 270px;
}
.margin-28 {
  margin: 280px;
}
.margin-t-28 {
  margin-top: 280px;
}
.margin-r-28 {
  margin-right: 280px;
}
.margin-b-28 {
  margin-bottom: 280px;
}
.margin-l-28 {
  margin-left: 280px;
}
.margin-29 {
  margin: 290px;
}
.margin-t-29 {
  margin-top: 290px;
}
.margin-r-29 {
  margin-right: 290px;
}
.margin-b-29 {
  margin-bottom: 290px;
}
.margin-l-29 {
  margin-left: 290px;
}
.margin-30 {
  margin: 300px;
}
.margin-t-30 {
  margin-top: 300px;
}
.margin-r-30 {
  margin-right: 300px;
}
.margin-b-30 {
  margin-bottom: 300px;
}
.margin-l-30 {
  margin-left: 300px;
}
/* padding */
.padding-0 {
  padding: 0px;
}
.padding-t-0 {
  padding-top: 0px;
}
.padding-r-0 {
  padding-right: 0px;
}
.padding-b-0 {
  padding-bottom: 0px;
}
.padding-l-0 {
  padding-left: 0px;
}
.padding-1 {
  padding: 10px;
}
.padding-t-1 {
  padding-top: 10px;
}
.padding-r-1 {
  padding-right: 10px;
}
.padding-b-1 {
  padding-bottom: 10px;
}
.padding-l-1 {
  padding-left: 10px;
}
.padding-2 {
  padding: 20px;
}
.padding-t-2 {
  padding-top: 20px;
}
.padding-r-2 {
  padding-right: 20px;
}
.padding-b-2 {
  padding-bottom: 20px;
}
.padding-l-2 {
  padding-left: 20px;
}
.padding-3 {
  padding: 30px;
}
.padding-t-3 {
  padding-top: 30px;
}
.padding-r-3 {
  padding-right: 30px;
}
.padding-b-3 {
  padding-bottom: 30px;
}
.padding-l-3 {
  padding-left: 30px;
}
.padding-4 {
  padding: 40px;
}
.padding-t-4 {
  padding-top: 40px;
}
.padding-r-4 {
  padding-right: 40px;
}
.padding-b-4 {
  padding-bottom: 40px;
}
.padding-l-4 {
  padding-left: 40px;
}
.padding-5 {
  padding: 50px;
}
.padding-t-5 {
  padding-top: 50px;
}
.padding-r-5 {
  padding-right: 50px;
}
.padding-b-5 {
  padding-bottom: 50px;
}
.padding-l-5 {
  padding-left: 50px;
}
.padding-6 {
  padding: 60px;
}
.padding-t-6 {
  padding-top: 60px;
}
.padding-r-6 {
  padding-right: 60px;
}
.padding-b-6 {
  padding-bottom: 60px;
}
.padding-l-6 {
  padding-left: 60px;
}
.padding-7 {
  padding: 70px;
}
.padding-t-7 {
  padding-top: 70px;
}
.padding-r-7 {
  padding-right: 70px;
}
.padding-b-7 {
  padding-bottom: 70px;
}
.padding-l-7 {
  padding-left: 70px;
}
.padding-8 {
  padding: 80px;
}
.padding-t-8 {
  padding-top: 80px;
}
.padding-r-8 {
  padding-right: 80px;
}
.padding-b-8 {
  padding-bottom: 80px;
}
.padding-l-8 {
  padding-left: 80px;
}
.padding-9 {
  padding: 90px;
}
.padding-t-9 {
  padding-top: 90px;
}
.padding-r-9 {
  padding-right: 90px;
}
.padding-b-9 {
  padding-bottom: 90px;
}
.padding-l-9 {
  padding-left: 90px;
}
.padding-10 {
  padding: 100px;
}
.padding-t-10 {
  padding-top: 100px;
}
.padding-r-10 {
  padding-right: 100px;
}
.padding-b-10 {
  padding-bottom: 100px;
}
.padding-l-10 {
  padding-left: 100px;
}
.padding-11 {
  padding: 110px;
}
.padding-t-11 {
  padding-top: 110px;
}
.padding-r-11 {
  padding-right: 110px;
}
.padding-b-11 {
  padding-bottom: 110px;
}
.padding-l-11 {
  padding-left: 110px;
}
.padding-12 {
  padding: 120px;
}
.padding-t-12 {
  padding-top: 120px;
}
.padding-r-12 {
  padding-right: 120px;
}
.padding-b-12 {
  padding-bottom: 120px;
}
.padding-l-12 {
  padding-left: 120px;
}
.padding-13 {
  padding: 130px;
}
.padding-t-13 {
  padding-top: 130px;
}
.padding-r-13 {
  padding-right: 130px;
}
.padding-b-13 {
  padding-bottom: 130px;
}
.padding-l-13 {
  padding-left: 130px;
}
.padding-14 {
  padding: 140px;
}
.padding-t-14 {
  padding-top: 140px;
}
.padding-r-14 {
  padding-right: 140px;
}
.padding-b-14 {
  padding-bottom: 140px;
}
.padding-l-14 {
  padding-left: 140px;
}
.padding-15 {
  padding: 150px;
}
.padding-t-15 {
  padding-top: 150px;
}
.padding-r-15 {
  padding-right: 150px;
}
.padding-b-15 {
  padding-bottom: 150px;
}
.padding-l-15 {
  padding-left: 150px;
}
.padding-16 {
  padding: 160px;
}
.padding-t-16 {
  padding-top: 160px;
}
.padding-r-16 {
  padding-right: 160px;
}
.padding-b-16 {
  padding-bottom: 160px;
}
.padding-l-16 {
  padding-left: 160px;
}
.padding-17 {
  padding: 170px;
}
.padding-t-17 {
  padding-top: 170px;
}
.padding-r-17 {
  padding-right: 170px;
}
.padding-b-17 {
  padding-bottom: 170px;
}
.padding-l-17 {
  padding-left: 170px;
}
.padding-18 {
  padding: 180px;
}
.padding-t-18 {
  padding-top: 180px;
}
.padding-r-18 {
  padding-right: 180px;
}
.padding-b-18 {
  padding-bottom: 180px;
}
.padding-l-18 {
  padding-left: 180px;
}
.padding-19 {
  padding: 190px;
}
.padding-t-19 {
  padding-top: 190px;
}
.padding-r-19 {
  padding-right: 190px;
}
.padding-b-19 {
  padding-bottom: 190px;
}
.padding-l-19 {
  padding-left: 190px;
}
.padding-20 {
  padding: 200px;
}
.padding-t-20 {
  padding-top: 200px;
}
.padding-r-20 {
  padding-right: 200px;
}
.padding-b-20 {
  padding-bottom: 200px;
}
.padding-l-20 {
  padding-left: 200px;
}
.padding-21 {
  padding: 210px;
}
.padding-t-21 {
  padding-top: 210px;
}
.padding-r-21 {
  padding-right: 210px;
}
.padding-b-21 {
  padding-bottom: 210px;
}
.padding-l-21 {
  padding-left: 210px;
}
.padding-22 {
  padding: 220px;
}
.padding-t-22 {
  padding-top: 220px;
}
.padding-r-22 {
  padding-right: 220px;
}
.padding-b-22 {
  padding-bottom: 220px;
}
.padding-l-22 {
  padding-left: 220px;
}
.padding-23 {
  padding: 230px;
}
.padding-t-23 {
  padding-top: 230px;
}
.padding-r-23 {
  padding-right: 230px;
}
.padding-b-23 {
  padding-bottom: 230px;
}
.padding-l-23 {
  padding-left: 230px;
}
.padding-24 {
  padding: 240px;
}
.padding-t-24 {
  padding-top: 240px;
}
.padding-r-24 {
  padding-right: 240px;
}
.padding-b-24 {
  padding-bottom: 240px;
}
.padding-l-24 {
  padding-left: 240px;
}
.padding-25 {
  padding: 250px;
}
.padding-t-25 {
  padding-top: 250px;
}
.padding-r-25 {
  padding-right: 250px;
}
.padding-b-25 {
  padding-bottom: 250px;
}
.padding-l-25 {
  padding-left: 250px;
}
.padding-26 {
  padding: 260px;
}
.padding-t-26 {
  padding-top: 260px;
}
.padding-r-26 {
  padding-right: 260px;
}
.padding-b-26 {
  padding-bottom: 260px;
}
.padding-l-26 {
  padding-left: 260px;
}
.padding-27 {
  padding: 270px;
}
.padding-t-27 {
  padding-top: 270px;
}
.padding-r-27 {
  padding-right: 270px;
}
.padding-b-27 {
  padding-bottom: 270px;
}
.padding-l-27 {
  padding-left: 270px;
}
.padding-28 {
  padding: 280px;
}
.padding-t-28 {
  padding-top: 280px;
}
.padding-r-28 {
  padding-right: 280px;
}
.padding-b-28 {
  padding-bottom: 280px;
}
.padding-l-28 {
  padding-left: 280px;
}
.padding-29 {
  padding: 290px;
}
.padding-t-29 {
  padding-top: 290px;
}
.padding-r-29 {
  padding-right: 290px;
}
.padding-b-29 {
  padding-bottom: 290px;
}
.padding-l-29 {
  padding-left: 290px;
}
.padding-30 {
  padding: 300px;
}
.padding-t-30 {
  padding-top: 300px;
}
.padding-r-30 {
  padding-right: 300px;
}
.padding-b-30 {
  padding-bottom: 300px;
}
.padding-l-30 {
  padding-left: 300px;
}

footer {
  background: url("../../../images/aolilai/images/footer_bg.jpg");
  position: relative;
  max-height: 840px;
  padding: 215px 0 145px 0;
}
footer .footer_content {
  width: 66%;
  margin: 0 auto;
}
footer .footer_content .ft_left {
  width: 50%;
  float: left;
}
footer .footer_content .ft_left .share_icon {
  line-height: 50px;
  padding-bottom: 50px;
  border-bottom: solid 4px #6a6a6a;
}
footer .footer_content .ft_left .share_icon p span {
  padding-right: 36px;
}
footer .footer_content .ft_left .share_icon p .gap1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 170px;
  height: 4px;
  border-top: 4px solid #6f6f70;
}
footer .footer_content .ft_left .copyright {
  color: #cccccc;
  padding-top: 48px;
  line-height: 24px;
}
footer .footer_content .ft_left .copyright p span {
  padding-right: 5px;
  font-size: 2em;
}
footer .footer_content .ft_left .copyright p .gap1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  height: 8px;
  border-top: 4px solid #6f6f70;
}
footer .footer_content .ft_left .copyright span {
  font-size: 1.142em;
}
footer .footer_content .qrcode_list {
  float: right;
  width: 445px;
}
footer .footer_content .qrcode_list ul li {
  float: left;
  width: 200px;
  margin-left: 8%;
  text-align: center;
}
footer .footer_content .qrcode_list ul li img {
  display: block;
  width: 100%;
}
footer .footer_content .qrcode_list ul li span {
  text-align: center;
  font-size: 1.142em;
  line-height: 40px;
  color: #bcbcbc;
}
footer .footer_content .qrcode_list ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1400px) {
  footer .footer_content {
    width: 94%;
  }
}
@media only screen and (max-width: 1024px) {
  footer {
    padding: 92px 0 52px;
  }
  footer .footer_content .ft_left {
    float: none !important;
    width: 100%;
  }
  footer .footer_content .qrcode_list {
    float: none !important;
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  footer {
    max-height: 100%;
    padding: 30px 0;
  }
  footer .footer_content .ft_left .share_icon {
    padding-bottom: 20px;
  }
  footer .footer_content .ft_left .share_icon p .gap1 {
    width: 30px;
  }
  footer .footer_content .qrcode_list ul li {
    margin-left: 0;
    width: 100%;
    float: none !important;
    text-align: center;
  }
  footer .footer_content .qrcode_list ul li img {
    display: inline-block;
    width: 200px;
  }
  footer .footer_content .qrcode_list ul li span {
    display: block;
  }
  footer .footer_content .ft_left .copyright p span{
    font-size: 1.3em;
  }
}
.vice-banner {
  position: relative;
  overflow: hidden;
}
.vice-banner .bantitle {
  position: absolute;
  left: 18.75%;
  z-index: 10;
}
.vice-banner .bantitle p {
  display: block;
}
.vice-banner .bantitle .en {
  position: relative;
  font-size: 1.285em;
  color: #ff6633;
  /* background: url("../../../images/aolilai/images/banner-coin01.jpg") no-repeat left center; */
  padding-left: 66px;
  margin-left: -66px;
  margin-top: 108px;
}
.vice-banner .bantitle .cn {
  margin-top: 120px;
  font-size: 5.142em;
  color: #ffffff;
  border-bottom: 4px solid #ff6633;
  line-height: 148px;
  min-width: 470px;
  font-family: Helvetica, 'Heiti SC', 'ST Heiti','华文黑体', 'Microsoft YaHei', '雅黑体', SimHei, '黑体', Arial,  sans-serif;
}
.vice-banner .banner-pic {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.vice-banner .banner-pic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .vice-banner .bantitle .cn {
    font-size:3.714em ;
  }
}
@media screen and (max-width: 1024px) {
  .vice-banner .bantitle .en {
    margin-top: 28px;
    padding-left: 33px;
    margin-left: -33px;
  }
  .vice-banner .bantitle .cn {
    font-size: 3em;
    line-height: 88px;
    width: 300px;
  }
  .vice-banner .banner-pic {
    height: 300px;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .vice-banner .bantitle {
    left: 11%;
  }
  .vice-banner .bantitle .en {
    margin-top: 28px;
    padding-left: 33px;
    margin-left: -33px;
  }
  .vice-banner .bantitle .cn {
    font-size: 2em;
    margin-top: 138px;
    width: 190px;
    line-height: 58px;
  }
}
.crumbs-nav {
  max-width: 1280px;
  margin: 0 auto;
}
.crumbs-nav ul li {
  margin-top: 0;
  float: left;
}
.crumbs-nav ul li a {
  font-size: 1em;
  color: #999999;
  line-height: 66px;
}
.crumbs-nav ul li span {
  padding: 0 10px;
  font-size: 1em;
  color: #999999;
}
@media screen and (max-width: 1280px) {
  .crumbs-nav {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .crumbs-nav {
    display: none;
  }
}
.page-nav {
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
}
.page-nav a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.page-nav .leftpage,
.page-nav .rightpage {
  display: inline-block;
  width: 129px;
}
.page-nav .leftpage img,
.page-nav .rightpage img {
  display: block;
  width: 100%;
}
.page-nav ul {
  /*padding: 0 25px;*/
   display: inline-block;
  vertical-align: top;
}
.page-nav ul li {
  display: inline-block;
}
.page-nav ul li a {
  font-size: 1.714em;
  color: #666666;
  padding: 0 14px;
  line-height: 50px;
  min-height: 40px;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom:1;
}
.page-nav ul li a:hover {
  color: #eb691d;
}
.page-nav ul li a.on {
  color: #eb691d;
}
@media screen and (max-width: 1024px) {
  .page-nav {
    margin: 105px auto;
  }
  .page-nav .leftpage,
  .page-nav .rightpage {
    width: 114px;
  }
}
@media screen and (max-width: 480px) {
  .page-nav {
    margin: 50px auto;
    padding-bottom: 40px;
  }
  .page-nav .leftpage,
  .page-nav .rightpage {
    width: 50px;
  }
  .page-nav ul {
    padding: 0 10px;
  }
  .page-nav ul li a {
    font-size: 1em;
    padding: 0 10px;
    line-height: 25px;
  }
}
.list-01 ul {
  margin-top: 100px;
}
.list-01 ul li {
  padding-bottom: 70px;
  float: left;
  width: 19%;
  margin: 0 0.5%;
}
.list-01 ul li .dwcont {
  display: block;
  background: #f2f2f2;
  padding: 20px 0;
  box-shadow: 0 6px 10px -5px #cccccc;
  -webkit-box-shadow: 0 6px 10px -5px #cccccc;
  -moz-box-shadow: 0 6px 10px -5px #cccccc;
  text-align: center;
}
.list-01 ul li .dwcont .dwtitile {
  font-size: 1em;
  line-height: 18px;
  height: 36px;
  padding: 20px 30px 0;
  word-break: break-all;
  overflow: hidden;
}
.list-01 ul li .downbtn {
  display: block;
  margin-top: 25px;
  line-height: 35px;
  width: 100%;
  text-align: center;
  background: #f2f2f2;
}
.list-01 ul li .downbtn:hover {
  background: #eb691d;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .list-01 ul li {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .list-01 ul li {
    padding-bottom: 30px;
    width: 49%;
    margin: 0 0 0 2%;
  }
  .list-01 ul li:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .list-01 ul {
    margin-top: 20px;
  }
  .list-01 ul li .dwcont img {
    display: block;
    margin: 0 auto;
    width: 79%;
  }
}
.hotline {
  margin-top: 55px;
  padding-left: 66px;
  background: url("../../../images/aolilai/images/title-coin.png") no-repeat left top;
  color: #3f3f3f;
}
.hotline p {
  font-size: 1.285em;
  line-height: 66px;
}
.hotline h3 {
  font-size: 2.571em;
  margin: 0;
}
.list-02 {
  margin-top: 55px;
  padding-left: 66px;
  background: url("../../../images/aolilai/images/title-coin.png") no-repeat left top;
  color: #3f3f3f;
}
.list-02 .countuslist ul {
  float: left;
  width: 48%;
  margin-left: 2%;
}
.list-02 .countuslist ul li {
  margin-top: 50px;
  min-height: 246px;
}
.list-02 .countuslist ul li .addresstit {
  font-size: 2.142em;
  color: #303030;
  padding-bottom: 22px;
}
.list-02 .countuslist ul li p {
  line-height: 32px;
  color: #666666;
  font-size: 1.142em;
}
.list-02 .countuslist ul li p a {
  color: #eb691d;
}
.list-02 .countuslist ul:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .hotline {
    padding-left: 0;
  }
  .list-02 {
    padding-left: 0;
  }
  .list-02 .countuslist ul {
    float: none !important;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .hotline {
    margin-top: 25px;
  }
  .hotline p {
    font-size: 1em;
    line-height: 50px;
  }
  .hotline h3 {
    font-size: 2em;
  }
  .list-02 {
    margin-top: 25px;
  }
  .list-02 .countuslist ul li {
    margin-top: 25px;
  }
  .list-02 .countuslist ul li .addresstit {
    font-size: 1.428em;
  }
  .list-02 .countuslist ul li p {
    font-size: 1em;
  }
}
.recruitlist {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 215px;
}
.recruitlist ul li .toline {
  display: block;
  height: 4px;
  width: 26px;
  border-top: 4px solid #eb691d;
  position: absolute;
  left: -66px;
  top: 58px;
}
.recruitlist ul li .jobtitle {
  cursor: pointer;
  position: relative;
  background: #a4a4a4;
}
.recruitlist ul li .jobtitle img {
  display: block;
}
.recruitlist ul li .jobtitle span.tit {
  padding-right: 148px;
  background: url("../../../images/aolilai/images/job-coin02.png") no-repeat right center;
  position: absolute;
  color: #ffffff;
  font-size: 3.428em;
  display: block;
  z-index: 10;
  right: 8.6%;
  top: 82px;
  line-height: 60px;
}
.recruitlist ul li .zkon {
  background: #666666;
}
.recruitlist ul li .zkon span.tit {
  background: url("../../../images/aolilai/images/job-coin01.png") no-repeat right center;
}
.recruitlist ul li .zkon .toline {
  width: 187px;
}
.recruitlist ul li .jobcont {
  display: none;
  position: relative;
  padding: 0 6.1% 95px;
}
.recruitlist ul li .jobcont ul {
  padding-bottom: 40px;
  border-bottom: 5px solid #eb691d;
}
.recruitlist ul li .jobcont ul .duty-request {
  margin-top: 67px;
  width: 48%;
  margin-left: 2%;
  float: left;
}
.recruitlist ul li .jobcont ul .duty-request h3 {
  font-size: 1.714em;
  color: #010101;
  font-weight: normal;
  margin-top: 0;
}
.recruitlist ul li .jobcont ul .duty-request p {
  font-size: 1.142em;
  color: #666666;
  line-height: 32px;
}
.recruitlist ul li .jobcont ul .duty-request:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1366px) {
  .recruitlist {
    width: 960px;
  }
  .recruitlist ul li .toline {
    left: -26px;
  }
  .recruitlist ul li .zkon .toline {
    width: 100px;
  }
  .recruitlist ul li .jobcont {
    padding: 0 2% 95px;
  }
}
@media screen and (max-width: 1024px) {
  .recruitlist {
    width: 740px;
    padding: 72px 0;
  }
  .recruitlist ul li .toline {
    display: none;
  }
  .recruitlist ul li .jobtitle img {
    display: block;
    width: 90%;
  }
  .recruitlist ul li .jobtitle span.tit {
    font-size: 2.571em;
    line-height: 42px;
    padding-right: 80px;
    top: 66px;
    background-size: 28px;
  }
  .recruitlist ul li .jobcont {
    padding-bottom: 50px;
  }
  .recruitlist ul li .jobcont ul {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .recruitlist ul li .jobcont ul .duty-request {
    float: none !important;
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruitlist {
    width: 94%;
  }
  .recruitlist ul li .jobtitle span.tit {
    font-size: 2.571em;
    line-height: 42px;
    padding-right: 80px;
    top: 35%;
    background-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .recruitlist {
    padding: 36px 0;
  }
  .recruitlist ul li .toline {
    display: none;
  }
  .recruitlist ul li .jobtitle img {
    display: block;
    width: 90%;
  }
  .recruitlist ul li .jobtitle span.tit {
    font-size: 1.714em;
    line-height: 26px;
    padding-right: 38px;
    top: 32%;
    background-size: 23px;
    right: 3%;
  }
  .recruitlist ul li .jobcont {
    padding-bottom: 25px;
  }
  .recruitlist ul li .jobcont ul li.duty-request {
    margin-top: 25px;
  }
  .recruitlist ul li .jobcont ul li.duty-request h3 {
    font-size: 1.142em;
  }
  .recruitlist ul li .jobcont ul li.duty-request p {
    font-size: 1em;
    line-height: 24px;
  }
}
.total-solution {
  overflow: hidden;
}
.total-solution .page-nav {
  display: none;
}
.total-solution ul li {
  float: left;
}
.total-solution ul li img {
  display: block;
  width: 100%;
}
.total-solution ul .leftlab {
  width: 55.978%;
}
.total-solution ul .leftlab .solution {
  width: 484px;
  float: right;
  margin-right: 11%;
}
.total-solution ul .leftlab .solution h3 {
  font-size: 2.571em;
  color: #242424;
  font-weight: normal;
  margin: 0;
}
.total-solution ul .leftlab .solution .soltitle {
  font-size: 3em;
  color: #969696;
  margin-top: 25px;
  line-height: 60px;
}
.total-solution ul .leftlab .solution .jline {
  display: block;
  width: 26px;
  height: 4px;
  border-top: 4px solid #eb691d;
  margin: 48px 0 35px 0;
}
.total-solution ul .leftlab .solution .solcont {
  color: #979696;
  font-size: 16px;
  line-height: 30px;
  height: 235px;
}
.total-solution ul .leftlab .solution .page-nav {
  display: block;
  padding-bottom: 0;
}
.total-solution ul .rightlab {
  width: 44.022%;
}
.total-solution .topsol .rightlab img {
  min-height: 100%;
  min-width: 100%;
}
.total-solution .tuzs .leftlab {
  position: relative;
}
.total-solution .tuzs .leftlab .huise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url("../../../images/aolilai/images/lb-bg01.png") repeat;
}
.total-solution .tuzs .leftlab:hover .huise {
  display: none;
}
.total-solution .tuzs .rightlab .rtup,
.total-solution .tuzs .rightlab .rtdn {
  position: relative;
}
.total-solution .tuzs .rightlab .rtup .huise,
.total-solution .tuzs .rightlab .rtdn .huise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url("../../../images/aolilai/images/lb-bg01.png") repeat;
}
.total-solution .tuzs .rightlab .rtup:hover .huise,
.total-solution .tuzs .rightlab .rtdn:hover .huise {
  display: none;
}
@media screen and (max-width: 1366px) {
  .total-solution ul .leftlab .solution .soltitle{
    font-size: 2.571em;
  }
  .total-solution ul .leftlab .solution .jline{
    margin:24px 0 15px;
  }
}
@media screen and (max-width: 1280px) {
  .total-solution .topsol .leftlab .solution {
    margin-right: 7%;
  }
}
@media screen and (max-width: 1024px) {
  .total-solution {
    width: 70%;
    margin: 0 auto;
  }
  .total-solution .page-nav {
    display: block;
  }
  .total-solution ul .leftlab {
    float: none !important;
    width: 100%;
  }
  .total-solution ul .leftlab .solution {
    float: none !important;
    width: 100%;
  }
  .total-solution ul .leftlab .solution .crumbs-nav {
    max-width: 100%;
  }
  .total-solution ul .leftlab .solution .crumbs-nav ul li {
    margin-top: 0;
  }
  .total-solution ul .leftlab .solution .soltitle {
    padding-bottom: 30px;
  }
  .total-solution ul .leftlab .solution span.jline {
    display: none;
  }
  .total-solution ul .leftlab .solution .solcont {
    height: auto;
    padding-bottom: 0px;
  }
  .total-solution ul .rightlab {
    margin-top: 48px;
    float: none !important;
    width: 100%;
  }
  .total-solution .topsol .leftlab .solution .soltitle {
    line-height: 52px;
    color: #3f3f3f;
  }
  .total-solution .topsol .leftlab .solution .page-nav {
    display: none;
  }
  .total-solution .tuzs .leftlab {
    margin-top: 48px;
  }
  .total-solution .tuzs .leftlab .huise {
    display: none;
  }
  .total-solution .tuzs .rightlab .huise {
    display: none;
  }
  .total-solution .tuzs .rightlab .rtup .ru01 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .total-solution {
    width: 94%;
  }
  .total-solution ul .rightlab {
    margin-top: 24px;
  }
  .total-solution .topsol .leftlab .solution .soltitle {
    margin-top: 70px;
  }
  .total-solution .topsol .leftlab .solution .solcont {
    font-size: 1em;
  }
  .total-solution .tuzs .leftlab {
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  .total-solution .topsol .leftlab .solution .soltitle {
    font-size: 1.428em;
    line-height: 22px;
    color: #3f3f3f;
    margin-top: 35px;
  }
  .total-solution .topsol .leftlab .solution .solcont {
    font-size: 1em;
  }
}
.course {
  width: 1280px;
  margin: 0 auto;
}
.course .columntit {
  font-size: 2.142em;
  color: #666666;
  display: block;
  padding-left: 65px;
  line-height: 32px;
  background: url("../../../images/aolilai/images/title-coin.png") no-repeat left center;
}
.course .cou-table {
  padding-bottom: 50px;
  padding-left: 65px;
  margin-top: 25px;
}
.course .cou-table table {
  width: 100%;
}
.course .cou-table table thead tr th {
  background: #6d6d6d;
  text-align: center;
  line-height: 78px;
  font-size: 1.571em;
  color: #ffffff;
  vertical-align: middle;
  border: 1px solid #ffffff;
}
.course .cou-table table thead tr .th1 {
  width: 170px;
}
.course .cou-table table thead tr .th2 {
  width: 228px;
}
.course .cou-table table thead tr .th3 {
  width: 348px;
}
.course .cou-table table thead tr .th4 {
  width: 130px;
}
.course .cou-table table thead tr .th5 {
  width: 323px;
}
.course .cou-table table tbody tr td {
  font-size: 1.142em;
  line-height: 50px;
  color: #666666;
  border: 1px solid #ffffff;
  padding-left: 1.2%;
}
.course .cou-table table tbody tr td p a {
  color: #eb691d;
  padding-left: 25px;
}
.course .cou-table table tbody tr .tubiao {
  text-align: center;
  vertical-align: middle;
  padding-left: 0;
}
.course .cou-table table tbody .bk1 {
  background: #f6f6f6;
}
.course .cou-table table tbody .bk2 {
  background: #ececec;
}
@media screen and (max-width: 1280px) {
  .course {
    width: 1024px;
  }
  .course .columntit {
    font-size: 1.285em;
    line-height: 26px;
    padding-left: 40px;
  }
  .course .cou-table {
    padding-left: 0;
  }
  .course .cou-table table thead tr th {
    font-size: 1.285em;
  }
  .course .cou-table table thead tr .th1 {
    width: 90px;
  }
  .course .cou-table table thead tr .th2 {
    width: 172px;
  }
  .course .cou-table table thead tr .th3 {
    width: 406px;
  }
  .course .cou-table table thead tr .th4 {
    width: 70px;
  }
  .course .cou-table table thead tr .th5 {
    width: 205px;
  }
  .course .cou-table table tbody tr td {
    font-size: 1em;
    padding-left: 0.5%;
  }
}
@media screen and (max-width: 1024px) {
  .course {
    width: 100%;
    overflow-y: hidden;
  }
  .course .cou-table table {
    width: 1024px;
  }
  .course .cou-table table thead tr th {
    line-height: 40px;
  }
  .course .cou-table table tbody tr td {
    line-height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .columntit {
    margin: 35px 0;
  }
}
.maintenance_detail {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.maintenance_detail .line-s {
  width: 30px;
  height: 5px;
  background: #eb691d ;
  margin: 40px 0;
}
.maintenance_detail .pic {
  position: relative;
  z-index: 2;
}
.maintenance_detail .pic img {
  width: 100%;
  display: block;
}
.maintenance_detail .tit {
  font-size: 2.142em ;
  font-family: SimHei, "Ã©Â»â€˜Ã¤Â½â€œ", "Microsoft Yahei", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 5%;
}
.maintenance_detail .cont {
  z-index: 3;
}
.maintenance_detail .cont p {
  font-size: 1.142em;
  line-height: 2em ;
  letter-spacing: 1px;
  text-justify: inter-ideograph;
  text-align: justify;
}
.maintenance_detail .maintenance_detail_left {
  float: left;
  width: 35%;
}
.maintenance_detail .maintenance_detail_left .maintenance_detail_box {
  width: 50%;
  margin: 0 auto;
  padding-top: 25%;
}
.maintenance_detail .maintenance_detail_left .maintenance_detail_box .pic {
  margin-top: 30%;
  width: 250%;
  margin-left: -100%;
}
.maintenance_detail .maintenance_detail_right {
  margin-left: 35%;
  margin-top: -3%;
  position: relative;
  z-index: 4;
}
.maintenance_detail .maintenance_detail_right .maintenance_detail_box {
  border: 4px solid #eee;
  width: 105%;
  margin-right: -5%;
}
.maintenance_detail .maintenance_detail_right .maintenance_detail_box .top {
  padding: 17.5% 10% 14% 17%;
  border-bottom: 4px solid #eee;
}
.maintenance_detail .maintenance_detail_right .maintenance_detail_box .bottom {
  padding: 12% 10% 14% 17%;
}
.maintenance_detail .maintenance_detail_bottom {
  position: relative;
  width: 125%;
  margin-top: 15%;
  margin-left: -5%;
  margin-right: -20%;
  color: #fff;
}
.maintenance_detail .maintenance_detail_bottom .pic {
  width: 100%;
}
.maintenance_detail .maintenance_detail_bottom .maintenance_detail_box {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8%;
  width: 84%;
  height: 100%;
  z-index: 4;
}
.maintenance_detail .maintenance_detail_bottom .maintenance_detail_box .tit {
  padding-bottom: 0;
}
.maintenance_detail .maintenance_detail_bottom .maintenance_detail_box .top {
  padding-bottom: 7%;
  width: 45%;
}
.maintenance_detail .maintenance_detail_bottom .maintenance_detail_box .bottom {
  border-top: 4px solid #fff;
  padding-top: 7%;
}
.maintenance_detail .maintenance_detail_bottom .maintenance_detail_box .bottom p {
  width: 90%;
}
@media screen and (max-width: 1640px) {
  .maintenance_detail .maintenance_detail_bottom {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
  }
  .maintenance_detail .maintenance_detail_bottom .maintenance_detail_box .top {
    width: 70%;
  }
}
@media screen and (max-width: 1440px) {
  .maintenance_detail .maintenance_detail_bottom {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .maintenance_detail .maintenance_detail_bottom .maintenance_detail_box {
    padding: 6%;
    width: 88% ;
  }
  .maintenance_detail .maintenance_detail_bottom .maintenance_detail_box .top {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .maintenance_detail .line-s {
    margin: 30px 0;
  }
  .maintenance_detail .maintenance_detail_left .maintenance_detail_box .pic {
    width: 200%;
    margin-left: -50%;
  }
  .maintenance_detail .maintenance_detail_right .maintenance_detail_box {
    width: 99%;
    margin-right: 0;
  }
  .maintenance_detail .maintenance_detail_right .maintenance_detail_box .top {
    padding-left: 15%;
  }
  .maintenance_detail .maintenance_detail_right .maintenance_detail_box .bottom {
    padding-left: 15%;
  }
  .maintenance_detail .maintenance_detail_bottom .maintenance_detail_box .top {
    padding-bottom: 4%;
  }
  .maintenance_detail .maintenance_detail_bottom .maintenance_detail_box .bottom {
    padding-top: 4%;
  }
  .maintenance_detail .maintenance_detail_bottom .maintenance_detail_box .bottom .cont p {
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .maintenance_detail .cont p {
    line-height: 1.6;
  }
  .maintenance_detail .maintenance_detail_bottom .maintenance_detail_box {
    padding: 4%;
    width: 92% ;
  }
  .maintenance_detail .maintenance_detail_bottom .maintenance_detail_box .top {
    padding-bottom: 3%;
  }
  .maintenance_detail .maintenance_detail_bottom .maintenance_detail_box .bottom {
    padding-top: 3%;
  }
  .maintenance_detail .maintenance_detail_bottom .maintenance_detail_box .bottom .cont p {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .maintenance_detail {
    width: 70%;
  }
  .maintenance_detail .tit {
    padding-bottom: 2%;
  }
  .maintenance_detail .maintenance_detail_left {
    float: none;
    width: auto;
    padding-bottom: 5%;
  }
  .maintenance_detail .maintenance_detail_left .maintenance_detail_box {
    width: auto;
    padding-top: 0;
  }
  .maintenance_detail .maintenance_detail_left .maintenance_detail_box .pic {
    display: none;
  }
  .maintenance_detail .maintenance_detail_right {
    margin-top: 0;
    margin-left: 0;
  }
  .maintenance_detail .maintenance_detail_right .maintenance_detail_box {
    border: 0;
  }
  .maintenance_detail .maintenance_detail_right .maintenance_detail_box .top {
    padding: 0;
    border-bottom: 0;
    padding-bottom: 5%;
  }
  .maintenance_detail .maintenance_detail_right .maintenance_detail_box .bottom {
    padding: 0;
    padding-bottom: 5%;
  }
  .maintenance_detail .maintenance_detail_bottom {
    margin-top: 0;
    color: #666;
  }
  .maintenance_detail .maintenance_detail_bottom .pic {
    display: none;
  }
  .maintenance_detail .maintenance_detail_bottom .maintenance_detail_box {
    position: static;
    padding: 0;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .maintenance_detail {
    width: 90%;
  }
  .maintenance_detail .tit {
    font-size: 1.714em;
    padding-bottom: 1%;
    letter-spacing: 1px;
  }
  .maintenance_detail .cont p {
    line-height: 2;
    letter-spacing: 0;
  }
  .maintenance_detail .maintenance_detail_box .line-s {
    margin: 10px 0;
    height: 3px;
  }
}
.maintenance {
  width: 100%;
  overflow: hidden;
}
.maintenancelist {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.maintenancelist .line-s {
  width: 30px;
  height: 5px;
  background: #eb691d ;
  margin: 40px 0;
}
.maintenancelist .ornament {
  border: 4px solid #eb691d;
}
.maintenancelist .pic {
  position: relative;
  z-index: 2;
}
.maintenancelist .pic img {
  width: 100%;
  display: block;
}
.maintenancelist .cont {
  position: absolute;
  z-index: 3;
}
.maintenancelist .cont .tit {
  font-size: 2.142em ;
  font-family: SimHei, "Ã©Â»â€˜Ã¤Â½â€œ", "Microsoft Yahei", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 3%;
}
.maintenancelist .cont .date {
  font-size: 1.142em;
}
.maintenancelist .cont .detail {
  font-size: 1.142em;
  line-height: 2em ;
  position: relative;
  letter-spacing: 1px;
  text-justify: inter-ideograph;
  text-align: justify;
}
.maintenancelist .cont .detail .link-more {
  color: #eb691d;
  outline: none;
  position: absolute;
  right: 0;
}
.maintenancelist.part1 {
  margin-top: 10%;
}
.maintenancelist.part1 .ornament {
  position: absolute;
  right: 4%;
  top: -15%;
  width: 45%;
  height: 200px;
}
.maintenancelist.part1 .cont {
  position: absolute;
  left: 8%;
  top: 20%;
  width: 35%;
}
.maintenancelist.part2 .ornament {
  position: absolute;
  right: 5%;
  bottom: 9%;
  width: 100%;
  height: 450px;
}
.maintenancelist.part2 .pic {
  width: 50%;
}
.maintenancelist.part2 .cont {
  position: absolute;
  right: 10%;
  top: 32%;
  width: 35%;
}
.maintenancelist.part2 .line-bottom {
  width: 55%;
  height: 4px;
  background: #eb691d;
  position: absolute;
  bottom: 9%;
  left: -2%;
  z-index: 3;
}
.maintenancelist.part3 {
  margin-bottom: 200px;
  color: #fff;
}
.maintenancelist.part3 .ornament {
  position: absolute;
  right: -7%;
  bottom: -12%;
  width: 75%;
  height: 275px;
  z-index: 3;
}
.maintenancelist.part3 .cont {
  position: absolute;
  left: 8%;
  top: 20%;
  width: 32%;
}
@media screen and (max-width: 1440px) {
  .maintenancelist {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .maintenancelist .line-s {
    margin: 25px 0;
  }
  .maintenancelist.part2 .cont {
    top: 26%;
    width: 38%;
    right: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .maintenancelist {
    width: 70%;
    margin-bottom: 5%;
  }
  .maintenancelist .ornament {
    display: none;
  }
  .maintenancelist .pic {
    margin-top: 2%;
  }
  .maintenancelist .cont {
    position: static;
  }
  .maintenancelist .cont .detail .link-more {
    position: static;
  }
  .maintenancelist.part1 {
    margin-top: 3%;
  }
  .maintenancelist.part1 .cont {
    position: static;
    width: auto;
  }
  .maintenancelist.part1 .pic {
    overflow: hidden;
  }
  .maintenancelist.part1 .pic img {
    width: 200%;
    margin-left: -100%;
  }
  .maintenancelist.part2 .line-bottom {
    display: none;
  }
  .maintenancelist.part2 .cont {
    position: static;
    width: auto;
  }
  .maintenancelist.part2 .pic {
    width: 100%;
  }
  .maintenancelist.part3 {
    color: #333;
    margin-bottom: 0;
  }
  .maintenancelist.part3 .cont {
    position: static;
    width: auto;
  }
  .maintenancelist.part3 .pic {
    overflow: hidden;
  }
  .maintenancelist.part3 .pic img {
    width: 200%;
    margin-left: -100%;
  }
}
@media screen and (max-width: 768px) {
  .maintenancelist {
    width: 90%;
    margin-bottom: 10%;
  }
  .maintenancelist .cont .tit {
    font-size: 1.714em;
    letter-spacing: 1px;
    padding-bottom: 1%;
  }
  .maintenancelist .line-s {
    margin: 10px 0;
    height: 3px;
  }
  .maintenancelist.part1 {
    margin-top: 5%;
  }
}
.classic-case .plantype {
  width: 66%;
  margin: 50px auto 0;
  padding-bottom: 96px;
}
.classic-case .plantype ul li {
  float: left;
  width: 20%;
}
.classic-case .plantype ul li .plan {
  text-align: center;
}
.classic-case .plantype ul li .plan img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-bottom: 30px;
}
.classic-case .plantype ul li .plan span {
  display: block;
  font-size: 1.285em;
  line-height: 28px;
  color: #333333;
}
.classic-case .planlist-one {
  background: #f9f9f9;
}
.classic-case .planlist-one .plancont {
  float: left;
  width: 48%;
}
.classic-case .planlist-one .plancont .planlab {
  float: right;
  width: 410px;
  margin-right: 14.8%;
  padding: 0;
}
.classic-case .planlist-one .plancont .planlab .title {
  color: #242424;
  font-size: 2.571em;
  font-weight: normal;
  margin: 0.5em 0;
}
.classic-case .planlist-one .plancont .planlab .toline {
  display: block;
  height: 4px;
  width: 26px;
  border-top: 4px solid #eb691d;
}
.classic-case .planlist-one .plancont .planlab p {
  margin-top: 14px;
  font-size: 1.142em;
  color: #979696;
  line-height: 30px;
}
.classic-case .planlist-one .planepic {
  float: left;
  width: 52%;
  overflow: hidden;
}
.classic-case .planlist-one .planepic img {
  position: relative;
  width: 990px;
  left: 50%;
  margin-left: -495px;
}
.classic-case .planlist-two {
  background: #363638;
}
.classic-case .planlist-two .plancont {
  float: right;
}
.classic-case .planlist-two .plancont .planlab {
  float: left;
  margin-right: 0;
  margin-left: 14.8%;
}
.classic-case .planlist-two .plancont .planlab .title {
  color: #ffffff;
}
.classic-case .planlist-two .plancont .planlab p {
  color: #ffffff;
}
.classic-case .planlist-two .planepic {
  float: right;
}
@media screen and (max-width: 1280px) {
  .classic-case .plantype {
    width: 94%;
  }
}
@media screen and (max-width: 1024px) {
  .classic-case .planlist-one {
    width: 94%;
    margin: 0 auto;
  }
  .classic-case .planlist-one .plancont {
    float: none !important;
    width: auto;
  }
  .classic-case .planlist-one .plancont .planlab {
    float: none !important;
    width: auto;
    margin: 0 60px;
  }
  .classic-case .planlist-one .planepic {
    float: none !important;
    width: auto;
  }
  .classic-case .planlist-one .planepic img {
    position: static;
    left: auto;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .classic-case .plantype {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .classic-case .plantype ul li {
    margin-top: 20px;
    width: 50%;
  }
  .classic-case .plantype ul li .plan img {
    padding-bottom: 10px;
  }
  .classic-case .plantype ul li .plan span {
    font-size: 1em;
      display: block;
    min-height: 58px;
    line-height: 18px;
  }
  .news-list ul.lists li a .boncont .lsjj{ padding-bottom: 10px !important;}
  .classic-case .planlist-one .plancont .planlab {
    margin: 0 30px;
    padding: 40px 0;
  }
  .classic-case .planlist-one .plancont .planlab .title {
    font-size: 1.714em;
  }
}
@media screen and (max-width: 480px) {
  .classic-case .planlist-one .plancont .planlab {
    padding: 30px 0;
    margin: 0 15px;
  }
  .classic-case .planlist-one .plancont .planlab .title {
    font-size: 1.285em;
  }
  .classic-case .planlist-one .plancont .planlab p {
    font-size: 1em;
  }
}
.enroll-class {
  padding: 0 40px;
}
.enroll-class .college-logo {
  text-align: right;
}
.enroll-class .college-logo img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.enroll-class .college-img {
  margin-top: 20px;
}
.enroll-class .college-img img {
  display: block;
  width: 100%;
}
.enroll-class .college-cont {
  margin-top: 68px;
}
.enroll-class .college-cont .title {
  font-size: 2.142em;
  color: #666666;
  line-height: 30px;
  padding-bottom: 46px;
}
.enroll-class .college-cont p {
  font-size: 1.142em;
  line-height: 28px;
  padding-bottom: 40px;
}
.enroll-class .enroll-list {
  padding-bottom: 205px;
}
.enroll-class .enroll-list ul li {
  float: left;
  background: #f2f2f2;
  text-align: center;
  width: 18%;
  margin: 55px 1% 0;
  color: #333333;
  padding: 68px 0 42px;
  box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -o-box-shadow: 0 0 10px #ccc;
}
.enroll-class .enroll-list ul li p {
  font-size: 2em;
}
.enroll-class .enroll-list ul li span {
  font-size: 1em;
  line-height: 40px;
}
.enroll-class .enroll-list ul li .line {
  display: block;
  width: 18px;
  height: 4px;
  border-top: 4px solid #eb691d;
  margin: 0 auto;
  line-height: 0;
}
.enroll-class .enroll-list ul li a {
  display: block;
  width: 120px;
  height: 40px;
  background: #eb691d;
  color: #ffffff;
  font-size: 1.285em;
  text-align: center;
  line-height: 40px;
  margin: 26px auto 0;
}
.enroll-class .enroll-list ul .over a {
  background: #8c8c8c;
}
@media screen and (max-width: 1280px) {
  .enroll-class {
    padding: 0;
  }
  .enroll-class .college-logo img {
    display: block;
    width: 50%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .enroll-class .enroll-list ul li {
    width: 31%;
  }
}
@media screen and (max-width: 768px) {
  .enroll-class .college-cont {
    margin-top: 34px;
  }
  .enroll-class .college-cont .title {
    font-size: 1.857em;
    padding-bottom: 23px;
  }
  .enroll-class .college-cont p {
    padding-bottom: 20px;
  }
  .enroll-class .enroll-list {
    padding-bottom: 105px;
  }
  .enroll-class .enroll-list ul li {
    width: 46%;
    margin: 20px 2%;
  }
}
@media screen and (max-width: 480px) {
  .enroll-class .college-cont {
    margin-top: 20px;
  }
  .enroll-class .college-cont .title {
    font-size: 1.285em;
    padding-bottom: 20px;
  }
  .enroll-class .college-cont p {
    padding-bottom: 15px;
    font-size: 1em;
  }
  .enroll-class .enroll-list {
    padding-bottom: 50px;
  }
  .enroll-class .enroll-list ul li {
    padding: 30px 0;
  }
  .enroll-class .enroll-list ul li p {
    font-size: 1.714em;
  }
}
.news-content {
  width: 1200px;
  margin: 0 auto;
  padding: 0 24px 40px;
  position: relative;
  background: #f6f6f6;
}
.news-content .contline {
  width: 46px;
  height: 4px;
  border-bottom: 4px solid #eb691d;
  position: absolute;
  top: 92px;
  left: -90px;
}
.news-content .newtitle {
  padding-bottom: 65px;
}
.news-content .newtitle .title {
  width: 68%;
  margin-top: 68px;
  float: left;
}
.news-content .newtitle .title h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 2.142em;
  color: #666666;
  font-weight: normal;
  margin: 0;
  padding-right: 35px;
}
.news-content .newtitle .title span {
  font-size: 1.285em;
  color: #999999;
}
.news-content .newtitle .share {
  margin-right: 36px;
  margin-top: 74px;
  float: right;
}
.news-content .newtitle .share .jiathis_style a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 6px;
}
.news-content .newtitle .share .jiathis_style a span {
  width: 30px;
  height: 30px;
}
.news-content .newtitle .share .jiathis_style a.jiathis_button_tsina span.jtico_tsina {
  background: url("../../../images/aolilai/images/share-05.png") no-repeat center;
}
.news-content .newtitle .share .jiathis_style a.jiathis_button_weixin span.jtico_weixin {
  background: url("../../../images/aolilai/images/share-06.png") no-repeat center;
}
.news-content .newtitle .share .jiathis_style a.jiathis_button_qzone span.jtico_qzone {
  background: url("../../../images/aolilai/images/share-03.png") no-repeat center;
}
.news-content .newtitle .share .jiathis_style a.jiathis_button_cqq span.jtico_cqq {
  background: url("../../../images/aolilai/images/share-04.png") no-repeat center;
}
.news-content .newtitle .share .jiathis_style .jtico {
  height: 30px !important;
  padding-left: 0 !important;
}
.news-content .newscont p {
  padding-bottom: 35px;
  font-size: 1.142em;
  color: #666666;
  line-height: 30px;
}
.news-content .newscont p img {
  display: block;
  width: 100%;
  padding: 20px 0;
}
@media screen and (max-width: 1280px) {
  .news-content {
    width: auto;
  }
  .news-content .contline {
    position: static;
    left: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .news-content {
    padding-bottom: 200px;
  }
  .news-content .newtitle {
    padding-bottom: 30px;
  }
  .news-content .newtitle .title {
    float: none !important;
    width: 100%;
    margin-top: 32px;
  }
  .news-content .newtitle .title h3 {
    font-size: 1.714em;
    padding-right: 0;
  }
  .news-content .newtitle .title span {
    display: block;
    line-height: 36px;
  }
  .news-content .newtitle .share {
    float: none !important;
    margin-right: 0;
    margin-top: 15px;
  }
  .news-content .newscont p {
    padding-bottom: 20px;
  }
  .news-content .newscont p img {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .news-content {
    padding: 0 10px 50px;
  }
  .news-content .newtitle .title {
    margin-top: 32px;
  }
  .news-content .newtitle .title h3 {
    font-size: 1.428em;
  }
  .news-content .newtitle .title span {
    display: block;
    line-height: 36px;
  }
  .news-content .newtitle .share {
    float: none !important;
    margin-right: 0;
    margin-top: 15px;
  }
  .news-content .newscont p {
    padding-top: 0;
    font-size: 1em;
    line-height: 22px;
  }
  .news-content .newscont p img {
    padding-bottom: 20px;
  }
}
.news-list {
  width: 1280px;
  margin: 0 auto;
}
.news-list ul.lists {
  padding-bottom: 65px;
}
.news-list ul.lists li {
  float: left;
  width: 22%;
  margin: 75px 1.5% 0;
  background: #f2f2f2;
}
.news-list ul.lists li a {
  display: block;
   padding-bottom: 4px;
}
.news-list ul.lists li a img {
  display: block;
  width: 100%;
   height: 200px;
  object-fit: cover;
}
.news-list ul.lists li a .boncont {
    padding: 26px 26px 20px;
  color: #666666;
}
.news-list ul.lists li a .boncont .lstitle {
   font-size: 1.714em;
  margin-bottom: 25px;
  overflow:hidden; line-height:1.3; height:3.9em;  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list ul.lists li a .boncont .lsjj {
  font-size: 1em;
  line-height: 24px;
  padding-bottom: 50px;
}
.news-list ul.lists li:hover a {
  padding-bottom: 0;
  border-bottom: 4px solid #eb691d;
  box-shadow: 0 0 15px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -o-box-shadow: 0 0 10px #ccc;
}
@media screen and (max-width: 1280px) {
  .news-list {
    width: 100%;
  }
  .news-list ul.lists li {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .news-list ul.lists li a .boncont .lstitle {
    font-size: 1.428em;
  }
}
@media screen and (max-width: 768px) {
  .news-list {
    width: 100%;
  }
  .news-list ul.lists li {
    width: 47%;
  }
  
}
@media screen and (max-width: 480px) {
  .news-list {
    width: 100%;
  }
  .news-list ul.lists {
    margin-top: 20px;
  }
  .news-list ul.lists li {
    float: none ;
    width: auto;
    margin: 20px 10px 0;
  }
  .news-list ul.lists li a img {
    margin: 0 auto;
  }
    .news-list ul.lists li a .boncont{ padding: 10px;}
  .news-list ul.lists li a .boncont .lstitle{ height: auto;}
}
.sale-service ul.service-list {
  width: 100%;
}
.sale-service ul.service-list .flsale {
  float: left;
  width: 50%;
  overflow: hidden;
}
.sale-service ul.service-list .flsale .saletion {
  width: 402px;
  margin-right: 20%;
  color: #666666;
  float: right;
}
.sale-service ul.service-list .flsale .saletion .saletitle {
  font-size: 2.142em;
}
.sale-service ul.service-list .flsale .saletion .sline {
  width: 46px;
  height: 4px;
  border-bottom: 4px solid #eb691d;
  margin-left: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.sale-service ul.service-list .flsale .saletion .samlltit {
  font-size: 1.428em;
  line-height: 44px;
}
.sale-service ul.service-list .flsale .saletion .salecont {
  padding-bottom: 55px;
  font-size: 1.142em;
  line-height: 30px;
}
.sale-service ul.service-list .flsale img.salepic {
  display: block;
  position: relative;
  width: 960px;
  left: 50%;
  margin-left: -480px;
}
.sale-service ul.service-list .frsale {
  float: right;
}
.sale-service ul.service-list .frsale .saletion {
  float: left;
  margin-left: 8%;
}
.sale-service ul.service-list .frsale .saletion .saletitle {
  margin-top: 150px;
}
.sale-service ul.salebk {
  background: #373638;
}
.sale-service ul.salebk .flsale .saletion {
  color: #ffffff;
}
.sale-service ul.salebk .flsale .saletion .saletitle {
  margin-top: 150px;
}
.sale-service ul.salebk .flsale .saletion .sline {
  border-bottom: 4px solid #ffffff;
}
.sale-service ul.salebk .flsale .aptitude {
  height: 302px;
  padding: 135px 0 115px;
}
.sale-service ul.salebk .flsale .aptitude img {
  float: left;
  height: 140px;
  display: block;
  margin-right: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1767px) {
  .sale-service ul.salebk {
    background: #373638;
  }
  .sale-service ul.salebk .flsale .aptitude {
    height: auto;
    padding: 135px 0 115px;
  }
  .sale-service ul.salebk .flsale .aptitude img {
    float: left;
    height: 140px;
    display: block;
    margin-right: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .sale-service ul.service-list .flsale .saletion {
    margin-right: 8%;
  }
  .sale-service ul.service-list .flsale img.salepic {
    width: 640px;
    margin-left: -320px;
  }
  .sale-service ul.service-list .flsale .sale-end .saletitle {
    margin-top: 30px;
  }
  .sale-service ul.service-list .flsale .sale-end .sline {
    margin: 25px 0;
  }
  .sale-service ul.service-list .flsale .sale-end .salecont {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .sale-service ul.service-list .flsale {
    float: none !important;
    width: 100%;
  }
  .sale-service ul.service-list .flsale .saletion {
    float: none !important;
    margin-right: 0;
    padding: 0 40px 40px 40px;
  }
  .sale-service ul.service-list .flsale img.salepic {
    width: 100%;
    left: auto;
    margin-left: 0;
  }
  .sale-service ul.service-list .frsale {
    float: none !important;
  }
  .sale-service ul.service-list .frsale .saletion {
    float: none !important;
    margin-left: 0;
    padding: 30px;
  }
  .sale-service ul.service-list .frsale .saletion .saletitle {
    margin-top: 66px;
  }
  .sale-service ul.salebk .flsale .saletion .saletitle {
    margin-top: 66px;
  }
  .sale-service ul.salebk .flsale .aptitude {
    height: auto;
    padding: 30px 0;
    width: 442px;
    margin: 0 auto;
  }
  .sale-service ul.salebk .flsale .aptitude img {
    float: left;
    height: 140px;
    display: block;
    margin-right: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sale-service ul.service-list .flsale .saletion {
    padding: 30px;
    width: auto;
  }
  .sale-service ul.service-list .frsale .saletion .saletitle {
    margin-top: 0;
  }
  .sale-service ul.salebk {
    background: #373638;
  }
  .sale-service ul.salebk .flsale .saletion {
    padding: 30px;
  }
  .sale-service ul.salebk .flsale .saletion .saletitle {
    margin-top: 0px;
  }
  .sale-service ul.salebk .flsale .aptitude {
    height: auto;
    padding: 30px 0;
    width: auto;
    margin: 0 auto;
  }
  .sale-service ul.salebk .flsale .aptitude img {
    float: left;
    height: auto;
    width: 46%;
    display: block;
    margin: 20px 2%;
  }
}
@media screen and (max-width: 480px) {
  .sale-service ul.service-list .flsale .saletion {
    padding: 30px 10px;
  }
  .sale-service ul.service-list .flsale .saletion .saletitle {
    font-size: 1.428em;
  }
  .sale-service ul.service-list .flsale .saletion .sline {
    margin-bottom: 20px;
  }
  .sale-service ul.service-list .flsale .saletion .salecont {
    padding-bottom: 0;
    font-size: 1em;
  }
  .sale-service ul.service-list .flsale .saletion .samlltit {
    font-size: 1.142em;
  }
  .sale-service ul.salebk {
    background: #373638;
  }
  .sale-service ul.salebk .flsale .saletion {
    padding: 30px 10px;
  }
  .sale-service ul.salebk .flsale .saletion .saletitle {
    margin-top: 0;
  }
  .sale-service ul.salebk .flsale .aptitude {
    height: auto;
    padding: 30px 0;
    width: auto;
    margin: 0 auto;
  }
  .sale-service ul.salebk .flsale .aptitude img {
    float: left;
    height: auto;
    width: 46%;
    display: block;
    margin: 20px 2%;
  }
}
.course-list {
  width: 1280px;
  margin: 0 auto;
}
.course-list ul {
  margin: 0 40px;
}
.course-list ul li {
  display: inline-block;
  *display: inline;
  *zoom:1;
  width: 24.6%;
  text-align: center;
  margin-bottom: 54px;
  overflow: hidden;
  vertical-align: top;
}
.course-list ul li img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-bottom: 20px;
}
.course-list ul li .course-ck a {
  width: 230px;
  margin: 0 auto;
  text-align: left;
  display: block;
  padding:10px 0;
  border-bottom: 1px solid #d2d2d2;
  font-size: 1.142em;
  color: #3e3e3e;
}
.course-list ul li .course-ck a:hover {
  border-bottom: 1px solid #ff6633;
}
@media screen and (max-width: 1280px) {
  .course-list {
    width: 94%;
  }
  .course-list ul {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .course-list ul li {
    width: 32.9%;
  }
}
@media screen and (max-width: 768px) {
  .course-list {
    margin-top: 50px;
  }
  .course-list ul li {
    width: 49.5%;
    margin-bottom: 30px;
  }
  .course-list ul li .course-ck a {
    font-size: 1em;
  }
}
@media screen and (max-width: 500px) {
  .course-list ul li {
    width: 100%;
  }
}
.brand-list {
  width: 1200px;
  margin: 0 auto;
  padding: 0 40px 50px;
}
.brand-list ul li {
  float: left;
  width: 33%;
  margin-top: 118px;
}
.brand-list ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.brand-list ul li a img {
  display: block;
  width: 100%;  
  transform:scale(0.8);
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -o-transform:scale(0.8);
  transition:all .6s;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  -o-transition:all .6s;
}
.brand-list ul li a:hover img {
  transform:scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -o-transform:scale(1);
  transition:all .6s;
  -webkit-transition:all .6s;
  -moz-transition:all .6s;
  -o-transition:all .6s;
}
.brand-list ul li a .colour {
  position: absolute;
  left: 0;
  top:0;
  z-index: 2;
  opacity: 0;
  filter:alpha(opacity=0);  
}
.brand-list ul li a:hover .colour {
  opacity: 1;
  filter:alpha(opacity=100);
  width: 110%\9;
  left: -5%\9;
  top:-5%\9;
}
.brand-list ul li a:hover .gray {
  opacity: 0;
  filter:alpha(opacity=0);
}
@media screen and (max-width: 1280px) {
  .brand-list {
    width: 94%;
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .brand-list {
    padding-bottom: 0;
  }
  .brand-list ul li {
    margin-top: 54px;
    width: 50%;
  }
}
.brand-introduce {
  width: 1280px;
  margin: 50px auto 0;
}
.brand-introduce p,.brand-introduce div {
  font-size: 1.142em;
  color: #666666;
  line-height: 1.4;
  padding-bottom: 50px;
}
.brand-introduce div div{
  padding-bottom: 20px;
}
.brand-introduce img {
  display: block;
  width: 100%!important;
  height: auto!important;
}
.brand-introduce p img {
  display: block;
  width: 100%;
}
.brand-introduce .br-titlle {
  font-size: 2.142em;
  line-height: 32px;
  background: #f1f1f1;  
  padding:50px 25px 20px;
}
.brand-introduce .introduce-box {
    background: #f1f1f1;
    margin-bottom: 50px;
    padding-bottom: 25px;
}
.brand-introduce .introduce-box p,.brand-introduce .introduce-box>div{
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .brand-introduce {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .brand-introduce .introduce-box {
    margin-bottom: 25px;
  }
  .brand-introduce p,.brand-introduce div {
    padding-bottom: 25px;
  }
  .brand-introduce .br-titlle {
    font-size: 1.714em;
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .brand-introduce p,.brand-introduce div {
    padding-bottom: 15px;
    font-size: 1em;
  }
  .brand-introduce div div{
    padding-bottom: 10px;
  }
  .brand-introduce .br-titlle {
    font-size: 1.285em;
  }
}
.more-btn {
  margin-top: 80px;
  padding-bottom: 250px;
}
.more-btn a {
  display: block;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  background: #ed771d;
  color: #ffffff;
  line-height: 80px;
  font-size: 1.714em;
}
@media screen and (max-width: 1280px) {
  .more-btn {
    margin-top: 40px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .more-btn {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .more-btn a {
    width: 280px;
    line-height: 40px;
    font-size: 1.142em;
  }
}
.choose-course {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 204px;
}
.choose-course .choose-title {
  text-align: center;
  font-size: 1.714em;
  color: #383838;
}
.choose-course .dline {
  margin: 48px auto 0;
  width: 18px;
  height: 4px;
  border-bottom: 4px solid #eb691d;
}
.choose-course .courses-list {
  padding: 18px 0;
  background: #f2f2f2;
  margin-top: 24px;
}
.choose-course .courses-list ul li {
  float: left;
  width: 25%;
  background: url("../../../images/aolilai/images/shu-coin.png") no-repeat right center;
}
.choose-course .courses-list ul li a {
  display: block;
  width: 274px;
  margin: 0 auto;
  font-size: 1.142em;
  line-height: 62px;
  height: 62px;
  color: #3e3e3e;
  text-align: center;
}
.choose-course .courses-list ul li a:hover {
  background: #ed771d;
  color: #ffffff;
}
.choose-course .courses-list ul li .active {
  background: #ed771d;
  color: #ffffff;
}
.choose-course .courses-list ul .bknone {
  background: none;
}
@media screen and (max-width: 1280px) {
  .choose-course {
    width: 94%;
  }
  .choose-course .courses-list ul li {
    background: none;
  }
  .choose-course .courses-list ul li a {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .choose-course .courses-list ul li {
    width: 33.3%;
  }
}
@media screen and (max-width: 768px) {
  .choose-course .courses-list ul li {
    width: 50%;
  }
  .choose-course .courses-list ul li a {
    font-size: 1em;
    line-height: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 480px) {
  .choose-course .courses-list ul li {
    float: none !important;
    width: 100%;
  }
  .choose-course .courses-list ul li a {
    font-size: 1em;
    line-height: 42px;
    height: 42px;
  }
}
.college-present {
  width: 1280px;
  position: relative;
  margin: 96px auto 0;
}
.college-present .sline {
  width: 26px;
  height: 4px;
  border-bottom: 4px solid #ed771d;
  position: absolute;
  top: 170px;
  left: -62px;
}
.college-present .sline2 {
  top: 22px;
}
.college-present .present-cont .prefl {
  float: left;
  overflow: hidden;
  width: 50%;
}
.college-present .present-cont .prefl .synopsis {
  width: 480px;
  margin-left: 40px;
}
.college-present .present-cont .prefl .synopsis img {
  display: block;
  width: 80%;
}
.college-present .present-cont .prefl .synopsis h3 {
  font-size: 2.857em;
  color: #232222;
  font-weight: normal;
  margin: 50px 0 0 0;
  padding-bottom: 68px;
}
.college-present .present-cont .prefl .synopsis p {
  font-size: 1.142em;
  line-height: 28px;
}
.college-present .present-cont .prefl .rihtpic {
  position: relative;
  width: 638px;
  left: 50%;
  margin-left: -319px;
}
.college-present .choose-us {
  margin-left: 40px;
}
.college-present .choose-us h3 {
  font-size: 2.857em;
  color: #232222;
  font-weight: normal;
  line-height: 50px;
  margin: 0;
}
.college-present .choose-us ul li {
  padding-bottom: 8%;
  float: left;
  width: 46%;
  margin-left: 8%;
}
.college-present .choose-us ul li .title {
  font-size: 2.142em;
  color: #232222;
  line-height: 98px;
}
.college-present .choose-us ul li .cont {
  font-size: 1.142em;
  color: #6c6c6c;
  line-height: 32px;
  padding-bottom: 25px;
  width: 84%;
}
.college-present .choose-us ul li img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .college-present {
    width: 94%;
  }
  .college-present .sline {
    display: none;
  }
  .college-present .present-cont .prefl .synopsis {
    width: 79%;
    margin-left: 0;
  }
  .college-present .present-cont .prefl .synopsis h3 {
    margin-top: 30px;
    padding-bottom: 48px;
  }
  .college-present .choose-us {
    margin-left: 0;
  }

  .college-present .choose-us ul li .cont {
    min-height: 6.5em;
  }
}
@media screen and (max-width: 1024px) {
  .college-present {
    padding-top: 30px;
    margin-top: 30px;
  }
  .college-present .sline {
    display: none;
  }
  .college-present .present-cont .prefl {
    float: none !important;
    width: 100%;
  }
  .college-present .present-cont .prefl .synopsis {
    width: auto;
    padding-bottom: 30px;
  }
  .college-present .present-cont .prefl .synopsis img {
    width: 50%;
  }
  .college-present .present-cont .prefl .synopsis h3 {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .college-present .present-cont .prefl .rihtpic {
    position: static;
    width: 100%;
    left: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .college-present {
    margin-top: 30px;
  }
  .college-present .present-cont .prefl .synopsis h3 {
    font-size: 2em;
  }
  .college-present .choose-us h3 {
    font-size: 2em;
  }
  .college-present .choose-us ul li {
    float: none !important;
    padding-bottom: 30px;
    margin-left: 0;
    width: 100%;
  }
  .college-present .choose-us ul li .title {
    font-size: 1.714em;
    line-height: 48px;
  }
  .college-present .choose-us ul li .cont {
    width: 100%;
    padding-bottom: 10px;
  }
  .college-present .choose-us ul li .cont {
    min-height:0;
  }
}
@media screen and (max-width: 480px) {
  .college-present .present-cont .prefl .synopsis h3 {
    font-size: 1.428em;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .college-present .present-cont .prefl .synopsis p {
    font-size: 1em;
  }
  .college-present .choose-us {
    padding-bottom: 50px;
  }
  .college-present .choose-us h3 {
    font-size: 1.428em;
  }
  .college-present .choose-us ul li {
    float: none !important;
    padding-bottom: 15px;
  }
  .college-present .choose-us ul li .title {
    font-size: 1.142em;
    line-height: 30px;
  }
  .college-present .choose-us ul li .cont {
    font-size: 1em;
  }
}
.time-axis {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.time-axis .pic {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.time-axis .pic img {
  width: 100%;
  display: block;
}
.time-axis .time-axis-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.time-axis .time-axis-box .hd {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 40%;
}
.time-axis .time-axis-box .hd ul {
  position: absolute;
  width: 45%;
  right: 0;
  bottom: 0;
}
.time-axis .time-axis-box .hd ul li {
  font-size: 1.714em;
  color: #333;
  font-family: "SimHei", "Ã©Â»â€˜Ã¤Â½â€œ", "Microsoft Yahei", sans-serif;
  font-weight: bold;
  display: none;
}
.time-axis .time-axis-box .bd {
  height: 60%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.time-axis .time-axis-box .bd .line-l {
  width: 100%;
  height: 2px;
  background: #999;
  position: absolute;
  top: 33%;
  left: 0;
}
.time-axis .time-axis-box .bd dl {
  width: 200%;
  position: absolute;
  left: 0;
  top: 30%;
}
.time-axis .time-axis-box .bd dl dd {
  float: left;
  width: 7.333%;
  margin: 0 0.5%;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  outline: none;
}
.time-axis .time-axis-box .bd dl dd .pointer {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #f2f2f2;
  background: url("../../../images/aolilai/images/pointer-s.png") center no-repeat;
}
.time-axis .time-axis-box .bd dl dd .year {
  font-size: 2.142em ;
  color: #333;
  padding-top: 30px;
  font-weight: bold;
  font-family: "SimHei", "Ã©Â»â€˜Ã¤Â½â€œ", "Microsoft Yahei", sans-serif;
}
.time-axis .time-axis-box .bd dl dd.on .pointer {
  width: 35px;
  height: 35px;
  position: relative;
  top: -10px;
  background: url("../../../images/aolilai/images/pointer-l.png") center no-repeat;
}
.time-axis .time-axis-box .bd dl dd.on .year {
  padding-top: 0;
  color: #eb691d;
  font-size: 3.428em;
}
@media screen and (max-width: 1024px) {
  .time-axis .pic {
    width: 1440px;
    margin-left: -720px;
  }
  .time-axis .time-axis-box .hd ul {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .time-axis .pic {
    width: 1280px;
    margin-left: -480px;
  }
  .time-axis .time-axis-box .hd ul {
    width: 96%;
    padding: 0 2%;
  }
  .time-axis .time-axis-box .hd ul li {
    font-size: 1.285em ;
  }
  .time-axis .time-axis-box .bd dl dd {
    width: 9%;
    margin: 0 0.5%;
  }
  .time-axis .time-axis-box .bd dl dd .year {
    font-size: 1.571em;
    padding-top: 15px;
  }
  .time-axis .time-axis-box .bd dl dd.on .pointer {
    width: 28px;
    height: 28px;
    top: -7px;
    background-size: cover;
    -webkit-background-size: cover;
  }
  .time-axis .time-axis-box .bd dl dd.on .year {
    font-size: 1.857em;
    padding-top: 0;
  }
}
.about-us {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.about-us .about-us-box {
  padding: 5% 0;
  position: relative;
  margin-bottom: 5%;
}
.about-us .about-us-box .line-s {
  width: 30px;
  height: 4px;
  background: #eb691d;
  position: absolute;
  left: -5%;
  top: 4%;
}
.about-us .about-us-box .left {
  width: 28% ;
  padding-right: 5%;
}
.about-us .about-us-box .left .tit {
  font-size: 3.428em;
  letter-spacing: 1px;
  font-family: "SimHei", "Ã©Â»â€˜Ã¤Â½â€œ", "Microsoft Yahei", sans-serif;
  color: #333;
  padding-bottom: 10%;
  line-height: 1.2;
}
.about-us .about-us-box .left .cont {
  font-size: 1.142em;
  line-height: 1.8;
}
.about-us .about-us-box .right {
  margin-left: 33%;
}
.about-us .about-us-box .right img {
  width: 100%;
  display: block;
}
.about-us .about-us-box .right .icon-posi {
  font-size: 2.142em;
  font-family: "SimHei", "Ã©Â»â€˜Ã¤Â½â€œ", "Microsoft Yahei", sans-serif;
  font-weight: bold;
  color: #333;
  padding-left: 30px;
  letter-spacing: 1px;
  margin: 0 3% 1% 0;
  background: url("../../../images/aolilai/images/icon_posi.png") left center no-repeat;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.about-us .about-us-box .right ul li {
  float: left;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 8%;
}
.about-us .about-us-box .right ul li .text {
  padding-top: 2%;
}
.about-us .about-us-box .right ul li .text .icon-posi {
  margin-left: 0;
}
.about-us .about-us-box .right ul li.ml0 {
  margin-left: 0;
}
@media screen and (max-width: 1366px) {
  .about-us {
    padding: 0 50px;
  }
  .about-us .about-us-box .left .tit {
    font-size: 2.571em;    
    letter-spacing: 0;
  }
  .about-us .about-us-box .right .icon-posi{
    font-size: 1.714em;
  }
}
@media screen and (max-width: 1024px) {
  .about-us .about-us-box .line-s {
    position: static;
    margin-bottom: 2%;
  }
  .about-us .about-us-box .left {
    float: none;
    width: auto;
    padding-right: 0;
    padding-bottom: 2%;
  }
  .about-us .about-us-box .left .tit {
    padding-bottom: 3%;
    font-size: 2.285em;
  }
  .about-us .about-us-box .right {
    margin-left: 0;
    width: auto;
  }
  /* .about-us .about-us-box .right .icon-posi {
    font-size: 1.714em ;
  } */
}
@media screen and (max-width: 768px) {
  .about-us {
    padding: 5% 10px 0;
  }
  .about-us .about-us-box {
    padding: 5% 0;
    margin-bottom: 0;
  }
  .about-us .about-us-box .left .tit {
    font-size: 2em;
  }
  .about-us .about-us-box .right .icon-posi {
    margin: 0 1% 3%;
    font-size: 1.285em;
  }
}
@media screen and (max-width: 480px) {
  .about-us .about-us-box .right ul li {
    margin-left: 0;
    float: none;
    width: auto;
  }
}
.signup-detail {
  width: 1280px;
  margin: 0 auto;
}
.signup-detail .xulg {
  text-align: right;
}
.signup-detail .ckdate {
  font-size: 3.428em;
  color: #0e0e0e;
  line-height: 54px;
  margin: 112px 0;
}
.signup-detail .class-detail {
  position: relative;
}
.signup-detail .class-detail .lanline {
  position: absolute;
  left: -66px;
  top: 13px;
  width: 26px;
  height: 4px;
  border-bottom: 4px solid #ed771d;
}
.signup-detail .class-detail .xgtitle {
  font-size: 1.714em;
  margin: 0;
  color: #010101;
  line-height: 38px;
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
}
.signup-detail .class-detail .xgtitle02 {
  position: static;
  top: auto;
  left: auto;
}
.signup-detail .class-detail .tutor {
  width: 86%;
  background: #f4f4f4;
  float: left;
  margin-left: 174px;
}
.signup-detail .class-detail .tutor .introduce {
  float: left;
  width: 50%;
}
.signup-detail .class-detail .tutor .introduce .teacher {
  margin-left: 23%;
  margin-top: 70px;
}
.signup-detail .class-detail .tutor .introduce .teacher .cnname {
  color: #383838;
  font-size: 3.857em;
  line-height: 62px;
}
.signup-detail .class-detail .tutor .introduce .teacher .enname {
  font-size: 3.857em;
  color: #b8b8b8;
  line-height: 62px;
}
.signup-detail .class-detail .tutor .introduce .teacher .dline {
  width: 26px;
  height: 4px;
  border-bottom: 4px solid #eb691d;
  margin: 20px 0;
}
.signup-detail .class-detail .tutor .introduce .teacher .xgcont {
  font-size: 1.142em;
  color: #666666;
  line-height: 30px;
}
.signup-detail .class-detail .tutor .introduce img {
  display: block;
  width: 100%;
}
.signup-detail .class-detail .information {
  float: left;
  margin-left: 174px;
  padding-bottom: 72px;
}
.signup-detail .class-detail .information span {
  display: block;
  font-size: 1.142em;
  color: #666666;
  line-height: 38px;
  margin-bottom: 40px;
  padding-left: 95px;
}
.signup-detail .class-detail .information .dm {
  background: url("../../../images/aolilai/images/jbxx-cion01.png") no-repeat left center;
}
.signup-detail .class-detail .information .as {
  background: url("../../../images/aolilai/images/jbxx-cion02.png") no-repeat left center;
}
.signup-detail .class-detail .information .ie {
  background: url("../../../images/aolilai/images/jbxx-cion03.png") no-repeat left center;
}
.signup-detail .class-detail .information .wx {
  background: url("../../../images/aolilai/images/jbxx-cion04.png") no-repeat left center;
}
.signup-detail .class-detail .arrange {
  width: 842px;
  padding-bottom: 102px;
  float: left;
  margin-left: 174px;
}
.signup-detail .class-detail .arrange .pxtitle {
  display: block;
  width: 100%;
  line-height: 82px;
  height: 82px;
  font-size: 1.714em;
  color: #3d3d3d;
  background: #e4e4e4;
  text-align: center;
}

.signup-detail .class-detail .arrange .pxlist {
  border-right: 0;
}
.signup-detail .class-detail .arrange .pxlist ul {
  display: none;
}
.signup-detail .class-detail .arrange .pxlist ul li {
  border: 1px solid #e4e4e4;
  padding: 20px 30px 20px 30px;
  font-size: 1.428em;
}
.signup-detail .class-detail .arrange .pxlist table{
  width: 100%;
  border-collapse: collapse;
  border-left:1px solid #e4e4e4;
  border-top:1px solid #e4e4e4;
}
.signup-detail .class-detail .arrange .pxlist table td{
  border-right:1px solid #e4e4e4;
  border-bottom:1px solid #e4e4e4;
  width: 44%;
  font-size: 1.428em;
  padding:20px 3%;
}
.signup-detail .class-detail .arrange .pxlist table td.border0{
  border-right:0;
  border-bottom: 0;
}
.signup-detail .class-detail .arrange .bmscan {
  margin-top: 110px;
}
.signup-detail .class-detail .arrange .bmscan span {
  display: block;
  float: left;
  font-size: 1.714em;
  color: #010101;
  margin-right: 60px;
}
.signup-detail .class-detail .arrange .bmscan img {
  display: block;
  width: 262px;
  float: left;
}
.signup-detail .class-detail .wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.signup-detail .class-detail #dowebok {
  position: relative;
}
.signup-detail .class-detail #dowebok li a p {
  text-align: center;
  padding-top: 50px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  font-size: 1.142em;
}
.signup-detail .class-detail .centered-btns_nav {
  position: absolute;
  top: 40%;
  left: 4%;
  z-index: 2;
  width: 40px;
  height: 69px;
  margin-top: -35px;
  line-height: 200px;
  background: url("../../../images/aolilai/images/lbarrow-01.png") no-repeat;
  overflow: hidden;
  opacity: .7;
}
.signup-detail .class-detail .next {
  left: auto;
  right: 4%;
  background: url("../../../images/aolilai/images/lbarrow-02.png") no-repeat;
}
.signup-detail .class-detail .centered-btns_nav:hover {
  opacity: 1;
}
.signup-detail .class-detail .centered-btns_tabs {
  margin-top: 15px;
  text-align: center;
  font-size: 0;
  position: absolute;
  bottom: 154px;
  z-index: 1000;
  list-style-type: none;
  width: 100%;
}
.signup-detail .class-detail .centered-btns_tabs li {
  display: inline-block;
  margin: 0 3px;
  *display: inline;
  *zoom: 1;
}
.signup-detail .class-detail .centered-btns_tabs a {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 20px;
  background-color: #7f7f7f;
  overflow: hidden;
  *display: inline;
  *zoom: 1;
}
.signup-detail .class-detail .centered-btns_here a {
  background: #eb691d;
}
.signup-detail .class-detail .centered-btns_here a img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1366px){
  .signup-detail .class-detail .tutor .introduce .teacher .cnname {
    font-size: 3em;
  }
  .signup-detail .class-detail .tutor .introduce .teacher .enname {
    font-size: 3em;
  }
  .signup-detail .ckdate{
    font-size: 2.857em;
  }
}
@media screen and (max-width: 1280px) {
  .signup-detail {
    width: 94%;
  }
  .signup-detail .xulg img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30%;
  }
  .signup-detail .class-detail .lanline {
    display: none;
  }
  .signup-detail .class-detail .xgtitle {
    position: static;
    left: auto;
    height: auto;
    line-height: 60px;
  }
  .signup-detail .class-detail .tutor {
    float: none !important;
    width: 100%;
    margin-left: 0;
  }
  .signup-detail .class-detail .tutor .introduce {
    overflow: hidden;
  }
  .signup-detail .class-detail .tutor .introduce .teacher {
    margin-left: 3%;
  }
  .signup-detail .class-detail .tutor .introduce img {
    position: relative;
    width: 513px;
    left: 50%;
    margin-left: -256px;
  }
  .signup-detail .class-detail .information {
    margin-top: 20px;
    float: none !important;
    margin-left: 0;
  }
  .signup-detail .class-detail .arrange {
    float: none !important;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .signup-detail .ckdate {
    font-size: 2.285em;
    line-height: 48px;
    margin: 72px 0;
  }  
  .signup-detail .class-detail .tutor .introduce .teacher .cnname {
    font-size: 2.571em;
  }
  .signup-detail .class-detail .tutor .introduce .teacher .enname {
    font-size: 2.571em;
  }
  .signup-detail .class-detail .arrange .pxtitle {
    font-size: 1.428em;
    line-height: 60px;
    height: 60px;
  }
  .signup-detail .class-detail .arrange .pxlist ul li {
    font-size: 1.142em;
  }
  .signup-detail .class-detail .arrange .pxlist table td{
    font-size: 1.142em;
  }
}
@media screen and (max-width: 768px) {
  .signup-detail .xulg {
    margin-top: 30px;
  }
  .signup-detail .xulg img {
    width: 50%;
  }
  .signup-detail .ckdate {
    font-size: 2em;
    line-height: 36px;
    margin: 45px 0;
  }
  .signup-detail .class-detail .tutor {
    float: none !important;
  }
  .signup-detail .class-detail .tutor .introduce {
    float: none !important;
    width: 100%;
  }
  .signup-detail .class-detail .tutor .introduce .teacher {
    margin-top: 35px;
    padding-bottom: 20px;
  }
  .signup-detail .class-detail .tutor .introduce .teacher .cnname {
    font-size: 2.142em;
    line-height: 38px;
  }
  .signup-detail .class-detail .tutor .introduce .teacher .enname {
    font-size: 2.142em;
    line-height: 38px;
  }
  .signup-detail .class-detail .tutor .introduce .teacher .dline {
    margin: 12px 0;
  }
  .signup-detail .class-detail .tutor .introduce img {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .signup-detail .class-detail .information span {
    padding-left: 55px;
    margin-bottom: 20px;
  }
  .signup-detail .class-detail .arrange .pxtitle {
    font-size: 1.428em;
    line-height: 60px;
    height: 60px;
  }
  .signup-detail .class-detail .arrange .pxlist table{
    display: none;
  }
  .signup-detail .class-detail .arrange .pxlist ul {
    display: block;
    width: 100%;
  }
  .signup-detail .class-detail .arrange .pxlist ul li {
    font-size: 1.142em;
    border-top: 0;
  }
  .signup-detail .class-detail .arrange .bmscan span {
    float: none !important;
  }
  .signup-detail .class-detail .arrange .bmscan img {
    float: none !important;
    margin: 30px auto 0;
  }
  .signup-detail .class-detail #dowebok li a p {
    font-size: 1em;
    padding-top: 20px;
  }
  .signup-detail .class-detail .centered-btns_nav {
    width: 20px;
    height: 35px;
    background-size: 100%;
  }
  .signup-detail .class-detail .centered-btns_tabs {
    bottom: 100px;
  }
  .signup-detail .class-detail .centered-btns_tabs a {
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 480px) {
  .signup-detail .ckdate {
    font-size: 1.571em;
    line-height: 36px;
    margin: 45px 0;
  }
  .signup-detail .class-detail .xgtitle {
    font-size: 1.285em;
  }
  .signup-detail .class-detail .tutor .introduce .teacher .cnname {
    font-size: 1.714em;
    line-height: 38px;
  }
  .signup-detail .class-detail .tutor .introduce .teacher .enname {
    font-size: 1.714em;
    line-height: 30px;
  }
  .signup-detail .class-detail .tutor .introduce .teacher .dline {
    margin: 12px 0;
    font-size: 1.714em;
    line-height: 30px;
  }
  .signup-detail .class-detail .tutor .introduce .teacher .xgcont {
    font-size: 1em;
  }
  .signup-detail .class-detail .information span {
    font-size: 1em;
  }
  .signup-detail .class-detail .arrange {
    padding-bottom: 50px;
  }
  .signup-detail .class-detail .arrange .pxtitle {
    font-size: 1.428em;
    line-height: 60px;
    height: 60px;
  }
  .signup-detail .class-detail .arrange .pxlist ul {
    float: none !important;
    width: 100%;
  }
  .signup-detail .class-detail .arrange .pxlist ul li {
    font-size: 1em;
    border-top: 0;
  }
  .signup-detail .class-detail .arrange .bmscan {
    margin-top: 50px;
  }
  .signup-detail .class-detail .arrange .bmscan span {
    font-size: 1.285em;
  }
  .signup-detail .class-detail .arrange .bmscan img {
    float: none !important;
    width: 200px;
    margin: 30px auto 0;
  }
}
.product-detail {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.product-detail .product-logo {
  text-align: center;
  padding-bottom: 2%;
}
.product-detail .product-logo img {
  margin: 0 auto;
  display: block;
}
.product-detail .product-detail-box {
  width: 100%;
  position: relative;
}
.product-detail .product-detail-box .line-s {
  width: 30px;
  height: 4px;
  background: #eb691d ;
}
.product-detail .product-detail-box .left {
  float: left;
  width: 40%;
}
.product-detail .product-detail-box .left .text .tit {
  font-size: 2.571em ;
  font-weight: bold;
  letter-spacing: 1px;
}
.product-detail .product-detail-box .left .text .tit .type {
  color: #969696;
  font-size: 1.2em;
  display: block;
  padding: 3% 0;
}
.product-detail .product-detail-box .left .text .cont {
  width: 75%;
  font-size: 1.142em ;
  line-height: 2;
  color: #999;
  padding: 3% 0;
}
.product-detail .product-detail-box .left .text .cont p {
  padding: 3% 0;
}
.product-detail .product-detail-box .right {
  margin-left: 40%;
}
.product-detail .product-detail-box .btn-video{
  position: absolute;
  right: 0;
  top:400px;
  width: 70px;
  height: 70px;

}
.product-detail .product-detail-box .btn-video img{
  width: 100%;
  height: 100%;
}
.product-detail .product-detail-box .right .slider {
  position: relative;
  width: 100%;
}
.product-detail .product-detail-box .right .slider .arrow {
  position: absolute;
  right: 0;
  width: 70px;
  height: 40px;
  z-index: 3;
}
.product-detail .product-detail-box .right .slider .arrow.prev {
  bottom: 100%;
  background: url("../../../images/aolilai/images/arr-t.png") center no-repeat;
}
.product-detail .product-detail-box .right .slider .arrow.next {
  top: 350px;
  background: url("../../../images/aolilai/images/arr-b.png") center no-repeat;
}
.product-detail .product-detail-box .right .slider .hd {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 350px;
  overflow: hidden;
}
.product-detail .product-detail-box .right .slider .hd ul {
  position: relative;
  width: 100%;
}
.product-detail .product-detail-box .right .slider .hd li {
  padding: 2px;
  height: 66px;
}
.product-detail .product-detail-box .right .slider .hd li a {
  display: block;
  height: 100%;
  outline: none;
}
.product-detail .product-detail-box .right .slider .hd li a img {
  height: 100%;
  width: auto;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.product-detail .product-detail-box .right .slider .hd li:first-letter {
  margin-top: 0;
}
.product-detail .product-detail-box .right .slider .hd li.on {
  position: relative;
  padding: 0;
  border: 2px solid #a0a0a0;
  z-index: 5;
}
.product-detail .product-detail-box .right .slider .hd li.on a img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-detail .product-detail-box .right .slider .bd {
  padding-right: 70px;
}
.product-detail .product-detail-box .right .slider .bd ul {
  position: relative;
  width: 85%;
  margin: 0 auto;
}
.product-detail .product-detail-box .right .slider .bd ul li {
  display: none;
}
.product-detail .product-detail-box .right .slider .bd ul li:first-child {
  display: block;
}
.product-detail .product-detail-box .right img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .product-detail .product-detail-box .left .text .tit{
    font-size: 1.714em;
  }
  .product-detail .product-detail-box .left .text .tit .type {
    font-size: 1.333em;
  }
}
@media screen and (max-width: 1280px) {
  .product-detail {
    width: auto;
    padding: 0 20px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .product-detail .product-detail-box .left {
    width: auto;
    float: none;
  }
  .product-detail .product-detail-box .left .text .tit .type {
    padding: 1.5% 0;
  }
  .product-detail .product-detail-box .left .text .cont {
    width: auto;
  }
  .product-detail .product-detail-box .left .text .cont p {
    padding: 0.5% 0;
  }
  .product-detail .product-detail-box .right {
    padding-top: 50px ;
    margin: 0 auto;
  }
  .product-detail .product-detail-box .right .slider .bd ul {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .product-logo {
    padding: 20px 0;
  }
  .product-detail .product-logo img {
    width: 60%;
  }
  .product-detail .product-detail-box .left {
    width: auto;
    float: none;
  }
  .product-detail .product-detail-box .left .text .tit {
    font-size: 1.285em;
  }
  .product-detail .product-detail-box .left .text .cont {
    width: auto;
  }
  .product-detail .product-detail-box .left .text .cont p {
    padding: 0;
    line-height: 1.6;
  }
  .product-detail .product-detail-box .right {
    padding-top: 50px ;
    margin: 0 auto;
  }
  .product-detail .product-detail-box .right .slider {
    min-height: 240px;
  }
  .product-detail .product-detail-box .right .slider .arrow {
    width: 35px;
  }
  .product-detail .product-detail-box .right .slider .arrow.next {
    top: 175px;
  }
  .product-detail .product-detail-box .right .slider .hd {
    width: 35px;
    height: 175px;
  }
  .product-detail .product-detail-box .right .slider .hd li{
    height: 31px;
  }
  .product-detail .product-detail-box .right .slider .bd ul {
    width: 85%;
  }
  .product-detail .product-detail-box .btn-video{
    width: 35px;
    height: 35px;
    top:220px;
  }

}
.product-feature .left {
  float: left;
  width: 57.745%;
  position: relative;
}
.product-feature .left .pic {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product-feature .left .pic img {
  display: block;
  width: 100%;
}
.product-feature .left .text {
  position: relative;
  z-index: 3;
  padding: 8% 0 8% 25% ;
  color: #fff;
}
.product-feature .left .text .tit {
  font-size: 2.571em;
  font-weight: bold;
}
.product-feature .left .text .line-s {
  width: 30px;
  height: 4px;
  background: #fff;
  margin: 3em 0 1em;
}
.product-feature .left .text .cont {
  font-size: 1.142em ;
  line-height: 1.8;
  width: 75%;
}
.product-feature .left .text .cont p {
  padding: 2% 0;
}
.product-feature .right {
  margin-left: 57.745%;
}
.product-feature .right .pic img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .product-feature .left .text {
    padding: 5% 0 5% 10%;
  }
  .product-feature .left .text .cont {
    width: 90%;
  }
  .product-feature .left .text .cont p {
    padding: 1% 0;
  }
}
@media screen and (max-width: 1366px) {
  .product-feature .left .text .tit {
    font-size: 1.714em;
  }
}
@media screen and (max-width: 1280px) {
  .product-feature .left .text {
    padding: 5% 0 5% 10%;
  }
  .product-feature .left .text .line-s {
    margin: 2em 0 0.5em;
  }
  .product-feature .left .text .cont {
    width: 100%;
    line-height: 1.5;
  }
  .product-feature .left .text .cont p {
    padding: 0.8% 0;
  }
}
@media screen and (max-width: 1024px) {
  .product-feature .left {
    float: none;
    width: 100%;
    background: none;
  }
  .product-feature .left .pic {
    display: none;
  }
  .product-feature .left .text {
    color: #666;
    padding: 0 2%;
  }
  .product-feature .left .text .line-s {
    background: #333;
  }
  .product-feature .right {
    margin-left: 0;
    width: 100%;
    padding-top: 20px;
  }
  .product-feature .right .pic {
    padding: 0 2%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .product-feature .left .text .tit {
    font-size: 1.333em;
  }
}
.product-infolist {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  padding: 8% 0 10%;
}
.product-infolist .tit {
  font-size: 2.571em;
  font-weight: bold;
}
.product-infolist .line-s {
  width: 30px;
  height: 4px;
  background: #eb691d;
  margin: 3em 0 1em;
}
.product-infolist .cont ul li {
  border-top: 2px solid #ecebeb;
  font-size: 1.142em ;
  padding: 2.5% 0;
  position: relative;
}
.product-infolist .cont ul li:first-child {
  border-top: 0;
}
.product-infolist .cont ul li .param {
  float: left;
  width: 6em;
}
.product-infolist .cont ul li .value {
  margin-left: 6em;
  text-align: right;
  display: block;
}
.product-infolist .cont .tips {
  text-align: right;
  font-size: 1em;
  margin-top: 5%;
}
@media screen and (max-width: 1366px) {
  .product-infolist{
    width: 70%;
  }
  .product-infolist .tit {
    font-size: 1.714em;
  }
}
@media screen and (max-width: 1280px) {
  
  .product-infolist .line-s {
    margin: 2em 0 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .product-infolist {
    width: 92%;
  }
  .product-infolist .tit {
    font-size: 1.333em;
  }
}
.hierophant-list {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.hierophant-list .mentor {
  padding-bottom: 200px;
  position: relative;
  width: 100%;
}
.hierophant-list .mentor .mentor-info {
  position: absolute;
  top: 95px;
  left: 40px;
  z-index: 200;
}
.hierophant-list .mentor .mentor-info .cnname {
  font-size: 4em;
  color: #383838;
  line-height: 1.2;
}
.hierophant-list .mentor .mentor-info .enname {
  font-size: 4em;
  color: #b8b8b8;
  line-height: 1.2;
}
.hierophant-list .mentor .mentor-info .toline {
  width: 26px;
  height: 4px;
  border-bottom: 4px solid #eb691d;
  margin: 30px 0 70px ;
}
.hierophant-list .mentor .mentor-info p {
  font-size: 1.142em;
  line-height: 30px;
  color: #666666;
}
.hierophant-list .mentor .mentor-pic {
  position: relative;
  left: 50%;
  margin-left: -320px;
  width: 630px;
  height: 1180px;
  z-index: 100;
}
.hierophant-list .mentor .mentor-pic img {
  display: block;
  width: 100%;
}
.hierophant-list .mentor .mentor-xgpic {
  position: absolute;
  right: -68px;
  top: 205px;
}
.hierophant-list .mentor .mentor-xgpic img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1417px) {
  .hierophant-list .mentor {
    overflow: hidden;
  }
}
@media screen and (max-width: 1366px) {
  .hierophant-list .mentor .mentor-info .cnname {
    font-size: 3em;
  }
  .hierophant-list .mentor .mentor-info .enname {
    font-size: 3em;
  }
}
@media screen and (max-width: 1280px) {
  .hierophant-list {
    width: 980px;
    overflow: hidden;
  }
  .hierophant-list .mentor {
    padding-bottom: 100px;
  }
  .hierophant-list .mentor .mentor-pic {
    left: 0;
    margin: 0;
    float: right;
  }
  .hierophant-list .mentor .mentor-xgpic {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hierophant-list {
    width: 768px;
    overflow: hidden;
  }
  .hierophant-list .mentor .mentor-pic {
    width: 550px;
  }
   .hierophant-list .mentor .mentor-info .cnname {
    font-size: 2.285em;
  }
  .hierophant-list .mentor .mentor-info .enname {
    font-size: 2.285em;
  }
}
@media screen and (max-width: 768px) {
  .hierophant-list {
    width: 94%;
    overflow: hidden;
  }
  .hierophant-list .mentor .mentor-info {
    position: static;
    left: auto;
    top: auto;
    margin-top: 30px;
  }
  .hierophant-list .mentor .mentor-info .toline {
    margin: 15px 0 35px;
  }
  .hierophant-list .mentor .mentor-pic {
    width: 100%;
    height: auto;
    float: none !important;
  }
}
@media screen and (max-width: 480px) {
  .hierophant-list .mentor .mentor-info .cnname {
    font-size: 1.714em;
    line-height: 32px;
  }
  .hierophant-list .mentor .mentor-info .enname {
    font-size: 1.714em;
    line-height: 32px;
  }
  .hierophant-list .mentor .mentor-info .toline {
    margin: 10px 0 20px;
  }
  .hierophant-list .mentor .mentor-info p {
    font-size: 1em;
  }
}
.allcontent {
  width: 66.6%;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .allcontent {
    width: 94%;
  }
}

.home-products {
  max-width: 1280px;
  margin: 0 auto;
}
.home-products .home-products-logo {
  position: relative;
  margin: 4% 0 3%;
}
.home-products .home-products-logo .line-s {
  width: 30px;
  height: 4px;
  background: #eb691d;
  position: absolute;
  left: -5%;
  top: 50%;
  margin-top: -2px;
}
.home-products .home-products-text {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 4%;
}
.home-products .home-products-pic img {
  display: block;
  width: 100%;
}
.product-listshow {
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0;
}
.product-listshow ul {
  padding: 0 10px;
}
.product-listshow li {
  float: left;
  text-align: center;
  width: 25%;
  *width: 24.9%;
}
.product-listshow li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  outline: none;
}
.product-listshow li img {
  width: 100%;
  display: block;
}
.product-listshow li p {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
}
.product-listshow li a:hover {
  box-shadow: 0 0 15px 5px #e3e3e3;
  position: relative;
  z-index: 3;
  border-radius: 5px;
}
@media screen and (max-width: 1366px) {
  .home-products {
    padding: 0 10px;
  }
  .home-products .home-products-logo .line-s {
    position: static;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .product-listshow li {
    width: 33.333%;
    *width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .product-listshow {
    clear: both;
  }
  .product-listshow li {
    width: 50%;
    *width: 49.9%;
  }
  .product-listshow li p {
    position: relative;
    bottom: auto;
    top: -20px;
  }
}

/*.search-result {
  margin-bottom: 10%;
}
.search-result .line-s {
  width: 30px;
  height: 4px;
  background: #eb691d;
  position: absolute;
  left: -5%;
  top: 50%;
  margin-top: -2px;
}
.search-result .red {
  color: #eb691d!important;
}
.search-result .hd {
  background: #e7e7e7;
  padding: 3% 0;
}
.search-result .hd .hd-in {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.search-result .hd .hd-in .tit {
  font-size: 26px;
  color: #555555;
}
.search-result .bd {
  max-width: 1280px;
  margin: 5% auto 0;
}
.search-result .bd .search-cont li {
  width: 23%;
  *width: 22.9%;
  float: left;
  background: #f2f2f2;
  margin: 1.5% 1%;
  position: relative;
}
.search-result .bd .search-cont li a {
  display: block;
  min-height: 225px;
  padding: 38px 8% 63px;
}
.search-result .bd .search-cont li a:hover {
  padding-bottom: 61px;
  border-bottom: 2px solid #eb691d;
}
.search-result .bd .search-cont li .cont-tit {
  font-size: 24px;
  max-height: 4.2em;
  overflow: hidden;
  margin-bottom: 1em;
}
.search-result .bd .search-cont li .cont-text {
  font-size: 14px;
  line-height: 24px;
  max-height: 7em;
  overflow: hidden;
}
.search-result .bd .search-cont li .cont-date {
  font-size: 18px;
  font-family: Arial;
  color: #999999;
  position: absolute;
  left: 9%;
  bottom: 38px;
}
.search-result .bd .search-cont li.text .cont-text {
  font-size: 16px;
  line-height: 30px;
  max-height: 13.5em;
}
@media screen and (max-width: 1280px) {
  .search-result .line-s {
    position: static;
    margin-bottom: 1%;
  }
  .search-result .hd .hd-in {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .search-result .bd .search-cont li {
    width: 31.33%;
    *width: 31%;
  }
}
@media screen and (max-width: 768px) {
  .search-result .hd .hd-in .tit {
    font-size: 20px;
  }
  .search-result .bd .search-cont li {
    width: auto;
    float: none;
  }
  .search-result .bd .search-cont li a {
    min-height: auto;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .search-result .bd .search-cont li a:hover {
    border-bottom: 0;
    padding-bottom: 3%;
  }
  .search-result .bd .search-cont li .cont-tit {
    font-size: 20px;
    max-height: none;
    margin-bottom: 6px;
  }
  .search-result .bd .search-cont li .cont-text {
    max-height: none;
    margin-bottom: 6px;
    line-height: 1.4;
  }
  .search-result .bd .search-cont li .cont-date {
    position: static;
    font-size: 16px;
  }
  .search-result .bd .search-cont li.text .cont-text {
    line-height: 2;
  }
}*/
.searchresult{
  background: #ffffff;
  padding: 4% 8%;
}
.searchresult .red {
  color: #eb691d!important;
}
.searchresult .jgsearh{
  width: 50%;
  padding-left: 0.3%;
}
.searchresult .jgsearh input{
  width: 68%;
  float: left;
  display: block;
  border: 1px solid #cccccc;
  line-height: 48px;
  font-size: 1.285em;
  padding-left: 1%;
}
.searchresult .jgsearh a{
  width: 30%;
  float: left;
  font-size: 1.285em;
  background: #eb691d;
  color: #ffffff;
  text-align: center;
  line-height: 52px;
}
.searchresult .gjword{
  font-size: 1.142em;
  padding: 30px 0 20px 0.2%;
}
.searchresult .gjword a{
  color: #eb691d;
}

.searchresult .resulelab{
  border-top: 1px solid #cccccc;
  padding-bottom: 30px;

}
.searchresult .resulelab ul li{
  padding-top: 35px;
}
.searchresult .resulelab .restitle{
  font-size: 1.428em;
  line-height: 28px;
  color: #333333;
  padding-bottom: 10px;
  display: block;
}
.searchresult .resulelab .rescont{
  line-height: 24px;
  font-size: 1em;
}
.searchresult .resulelab .resmore{
  color: #eb691d;
  font-size: 1em;
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 768px){
  .searchresult{
    padding: 4% 2%;
  }
  .searchresult .jgsearh{
    width: 100%;
    padding-left: 0;
  }
}
#wait_pic{
  width: 100%;
  overflow: hidden;
}
#wait_pic img{
  width: 100%;
  display: block;
} 

@media screen and (max-width: 1024px){
  #wait_pic img{
    width: 1280px;
    position: relative;
    left: 50%;
    margin-left: -640px;
  }
}
@media screen and (max-width: 768px){
  #wait_pic img{
    width: 1024px;
    margin-left: -512px;
  }
}
.home-product-show {
  position: relative;
  width: 66%;
  margin: 50px auto;
  z-index: 2;
}
.home-product-show > .ts_title {
  font-size: 24px;
  text-align: right;
  display: inline-block;
  width: 100%;
  line-height: 50px;
}
.home-product-show > .ts_content {
  margin-top: 20px;
  display: block;
}
.home-product-show ul#ts_content_ul {
  width: 100%;
  color: #ffffff;
}
.home-product-show ul#ts_content_ul li {
  width: 31.33%;
  float: left;
  margin-left: 3%;
}
.home-product-show ul#ts_content_ul li .fc_show_container {
  position: relative;
  top: 0;
  left: 0;
}
.home-product-show ul#ts_content_ul li .fc_show_container a {
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
}
.home-product-show ul#ts_content_ul li .fc_show_container .fc_show_pic {
  position: relative;
  overflow: hidden;
}
.home-product-show ul#ts_content_ul li .fc_show_container .fc_show_pic .on_over {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 12px;
  background-color: #d76c1c;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
}
.home-product-show ul#ts_content_ul li .fc_show_container .fc_show_pic img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
}
.home-product-show ul#ts_content_ul li .fc_show_container .gap {
  padding-top: 0;
  margin: 20px 0 15px;
  height: 3px;
  width: 25px;
  background: #d76c1c;
  border-color: transparent;
}
.home-product-show ul#ts_content_ul li .fc_show_container .showname {
  font-size: 28px;
  color: #333;
}
.home-product-show ul#ts_content_ul li .fc_show_container a:hover .fc_show_pic .on_over {
  bottom: 0;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
}
.home-product-show ul#ts_content_ul li .fc_show_container a:hover .fc_show_pic img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
}
.home-product-show ul#ts_content_ul li:first-child {
  margin-left: 0;
}
.home-product-show > .ts_content .gap {
  padding-top: 0;
  margin-bottom: 20px;
  border-color: #d76c1c;
}
@media screen and (max-width: 1366px) {
  .home-product-show {
    width: 80%;
  }
  .home-product-show ul#ts_content_ul li .fc_show_container .showname {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .home-product-show {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .home-product-show {
    width: 60%;
  }
  .home-product-show ul#ts_content_ul li {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 10%;
  }
  .home-product-show ul#ts_content_ul li .fc_show_container .showname {
    font-size: 18px;
  }
}
.customized {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 3% 0;
}
.customized .p1 {
  position: relative;
  width: 100%;
}
.customized .p1 img {
  width: 100%;
}
.customized .p1 .line {
  position: absolute;
  left: -7%;
  top: 50%;
  width: 168px;
  height: 4px;
  background: #eb691d;
}
.customized .p2 {
  width: 100%;
  position: relative;
  background: #eb691d;
}
.customized .p2 a {
  position: absolute;
  right: 10%;
  top: 50%;
  width: 128px;
  height: 44px;
  margin-top: -22px;
}
.customized .p2 a img {
  width: 100%;
}
.customized .p3 {
  background: #eeeeee;
  padding: 3% 5%;
}
.customized .p3 img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.customized .p3 .left {
  float: left;
  width: 40%;
  padding-left: 5%;
  padding-top: 2%;
}
.customized .p3 .right {
  margin-left: 45%;
}
.customized .p3.mod2 {
  padding: 0;
}
.customized .p3.mod2 img {
  max-width: 640px;
}
.customized .p3.mod2 .left {
  padding-left: 0;
  padding-top: 0;
  width: 50%;
}
.customized .p3.mod2 .right {
  margin-left: 50%;
  border-left: 1px solid #d2d2d2;
}
.customized .otherlist ul {
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
}
.customized .otherlist ul li {
  float: left;
  width: 25%;
  *width: 24.9%;
}
.customized .otherlist ul li a {
  display: block;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.customized .otherlist ul li a img {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.customized .otherlist ul li.last {
  background: #787878;
}
@media screen and (max-width: 1366px) {
  .customized .p1 {
    overflow: hidden;
  }
  .customized .p1 .line {
    display: none;
  }
  .customized .p2 img {
    width: 450px ;
  }
}
@media screen and (max-width: 1280px) {
  .customized .p2 img {
    width: 400px ;
  }
}
@media screen and (max-width: 1200px) {
  .customized .p1 img {
    width: 1100px;
  }
  .customized .p3 .left {
    padding-left: 0;
    width: 50%;
    padding-top: 0;
  }
  .customized .p3 .right {
    margin-left: 50%;
  }
  .customized .otherlist ul li {
    width: 33.33%;
    *width: 33.23%;
  }
}
@media screen and (max-width: 1024px) {
  .customized .p1 .line {
    left: 70px;
  }
  .customized .p3 .left {
    float: none;
    width: 100%;
  }
  .customized .p3 .left img {
    max-width: 450px;
    margin: 0;
  }
  .customized .p3 .right {
    margin-left: 0;
  }
  .customized .p3 .right img {
    max-width: 630px;
  }
  .customized .p3.mod2 .left {
    width: 100%;
  }
  .customized .p3.mod2 .left img {
    max-width: 640px;
    margin: 0 auto;
  }
  .customized .p3.mod2 .right {
    margin-left: 0;
    border-left: 0;
  }
  .customized .p3.mod2 .right img {
    max-width: 640px;
  }
}
@media screen and (max-width: 900px) {
  .customized .otherlist ul li {
    width: 50%;
    *width: 49.9%;
  }
}
@media screen and (max-width: 768px) {
  .customized {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .newscont img {
    height: auto !important;
}
}
@media screen and (max-width: 640px) {
  .customized .p1 img {
    width: 234%;
    margin-left: -8%;
  }
  .customized .p2 {
    padding-bottom: 30px;
  }
  .customized .p2 img {
    margin: 0 auto;
    display: block;
    width: 100%;
    min-width: 320px;
  }
  .customized .p2 a {
    position: static;
    margin: 0 auto;
    display: block;
  }
  .customized .p2 a img {
    min-width: auto;
  }
  .customized .p3 {
    padding: 0 2%;
  }
  .customized .otherlist {
    padding: 2% 2%;
  }
  .customized .otherlist ul li {
    float: none;
    width: 100%;
  }
  .customized .otherlist ul li.last img {
    width: 80%;
  }
}

.allcontent {
  width: 66.6%;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .allcontent {
    width: 94%;
  }
}
.newscont img {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}
