/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  filter: alpha(opacity=54);
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * @fileName: main.scss
 * @require normalize
 * @require reboot
 */
.nav, .footer__main, .footer__inner, .footer__sitemap {
  *zoom: 1;
}

.nav:before, .footer__main:before, .footer__inner:before, .footer__sitemap:before, .nav:after, .footer__main:after, .footer__inner:after, .footer__sitemap:after {
  content: "";
  display: table;
}

.nav:after, .footer__main:after, .footer__inner:after, .footer__sitemap:after {
  clear: both;
}

.nav__link, .solution__link, .pagination li, .page-main__tab, .nav__link:hover, .solution__link:hover, .pagination li:hover, .page-main__tab:hover, .nav__link:focus, .solution__link:focus, .pagination li:focus, .page-main__tab:focus {
  text-decoration: none;
}

/**
 * Reboot
 * based on bootstrap v4 reboot https://github.com/twbs/bootstrap
 * and suitcss https://github.com/suitcss/base
 * @module: reboot
 * @author: fisker Cheung <lionkay@gmail.com>
 * @date: 2016-01-26Z16:27:20+0800
 * @version: 1.1
 */
@-ms-viewport {
  width: device-width;
}

html {
  font-size: 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizelegibility;
}

*,
:before,
:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
}

body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Lantinghei SC", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #6c6c6c;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
     -moz-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

[tabindex="-1"]:focus {
  outline: none !important;
}

p, ol,
ul, dl, pre {
  margin-top: 0;
  margin-bottom: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 7px;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 14px;
  font-style: normal;
  line-height: inherit;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ol {
  margin-left: 0;
  padding-left: 40px;
}

dl {
  *margin-left: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
  margin-bottom: 7px;
}

blockquote {
  margin: 0 0 14px;
}

a {
  text-decoration: none;
  color: inherit;
  *color: #6c6c6c;
}

a:focus, a:hover {
  text-decoration: underline;
  color: inherit;
  *color: #6c6c6c;
}

figure {
  margin: 0 0 14px;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

label,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="file"],
[type="image"] {
  cursor: pointer;
}

[type="file"]::-webkit-file-upload-button {
  -webkit-appearance: button;
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

td,
th {
  padding: 0;
}

label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 7px;
}

button {
  border: 0;
  padding: 0;
  color: inherit;
}

:focus {
  outline-width: 0;
}

input,
button,
select,
textarea {
  background-color: transparent;
  line-height: inherit;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Lantinghei SC", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
}

input::-ms-clear {
  display: none;
}

input[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
  overflow: auto;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

iframe {
  border: 0;
}

/**
 * https://github.com/necolas/normalize.css/blob/v1/normalize.css
 * 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 {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 7px;
  font-size: 21px;
  line-height: inherit;
  border: 0;
  /* 1 */
  *margin-left: -7px;
  /* 3 */
}

input[type="search"] {
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

output {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

mark {
  padding: 2.8px;
  background-color: #fcf8e3;
}

code,
kbd,
pre,
samp {
  font-family: "Source Code Pro", Consolas, Menlo, Monaco, "Courier New", monospace;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

code {
  font-size: 90%;
  padding: 2.8px 5.6px;
  color: #bd4147;
  -webkit-border-radius: 3.5px;
     -moz-border-radius: 3.5px;
          border-radius: 3.5px;
  background-color: #f7f7f9;
}

kbd {
  font-size: 90%;
  padding: 2.8px 5.6px;
  color: #fff;
  -webkit-border-radius: 3.5px;
     -moz-border-radius: 3.5px;
          border-radius: 3.5px;
  background-color: #333;
}

kbd kbd {
  font-size: 100%;
  font-weight: bold;
  padding: 0;
}

pre {
  font-size: 90%;
  line-height: 1.5;
  display: block;
  color: #373a3c;
  overflow: auto;
}

pre code {
  font-size: inherit;
  padding: 0;
  color: inherit;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background-color: transparent;
}

.container-fluid, .container {
  *zoom: 1;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .container:before, .container-fluid:after, .container:after {
  content: "";
  display: table;
}

.container-fluid:after, .container:after {
  clear: both;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 17.5px;
}

h6 {
  font-size: 14px;
}

hr {
  margin-top: 14px;
  margin-bottom: 14px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

table {
  float: none;
}

body {
  min-width: 1000px;
  _width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000 ? "1000px" : "auto");
}

.container {
  max-width: 1100px;
  _width: expression((document.documentElement.clientWidth || document.body.clientWidth) > 1100 ? "1100px" : "auto");
}

a {
  *cursor: pointer;
}

.header {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.header__logo {font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 200px;
  height: 80px;
  
  float: left;
  margin-bottom: 0;background-repeat: no-repeat;}

.header__logo-link {
  display: block;
  width: 100%;
  height: 100%;
}

.header__nav {
  float: right;
}

.nav {
  margin-bottom: 0;
  position: relative;
  font-size: 16px;
}

.nav__item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.nav__item--current .nav__link {
  color: #9eb515;
  border-bottom-color: #9eb515;
}

.nav__item:hover .nav__link {
  color: #9eb515;
  border-bottom-color: #9eb515;
}

.nav__item:hover .nav__drop {
  display: block;
}

.nav__link {
  display: block;
  padding: 30px 20px;
  border-bottom: 4px solid transparent;
}

.nav__drop {
  display: none;
  position: absolute;
  background: #fff;
  right: 0;
  padding: 20px;
  border: 1px solid #ddd;
}

.nav__drop-col {
  padding: 10px 0;
  white-space: nowrap;
}

.nav__drop-label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100px;
  padding-left: 20px;
}

.nav__drop-link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 180px;
  padding-left: 60px;
  height: 50px;
  line-height: 30px;
}

.nav__drop-link:hover {
  color: #9eb515;
  text-decoration: none;
}

.nav__icon {
  float: left;
  margin-left: -60px;
  width: 50px;
  height: 50px;
}

.nav__icon--umall {background-repeat: no-repeat;}

.nav__icon--urelaxed {background-repeat: no-repeat;}

.nav__icon--uop {background-repeat: no-repeat;}

.nav__icon--bdp {background-repeat: no-repeat;}

.nav__icon--o2oop {background-repeat: no-repeat;}

.nav__icon--apiop {background-repeat: no-repeat;}

.nav__icon--wcp {background-repeat: no-repeat;}

.nav__icon--imp {background-repeat: no-repeat;}

.nav__icon--ccp {background-repeat: no-repeat;}

.nav__intro {
  font-size: 12px;
  color: #999;
  display: block;
  line-height: 20px;
}

.footer__main, .footer__misc {
  background: #f9f9f9;
}

.footer__main {
  padding: 30px 0;
}

.footer__sitemap {
  float: left;
  width: 60%;
}

.footer__sitemap-col {
  width: 33.33333333%;
  float: left;
}

.footer__sitemap-col-title {
  color: #333;
  margin-bottom: 10px;
}

.footer__sitemap-col-body {
  color: #8b8b8b;
}

.footer__sitemap-item {
  padding: 5px 0;
}

.footer__contact {
  width: 25%;
  float: left;
}

.footer__contact-header {
  margin-bottom: 10px;
}

.footer__contact-body {
  color: #8b8b8b;
}

.footer__contact-num {
  font-size: 24px;
  font-weight: normal;
}

.footer__contact-icon {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 64px;
  height: 64px;
}

.footer__contact-icon--wechat {background-repeat: no-repeat;}

.footer__contact-icon--wechat:hover {background-repeat: no-repeat;}

.footer__contact-icon--weibo {background-repeat: no-repeat;}

.footer__contact-icon--weibo:hover {background-repeat: no-repeat;}

.footer__contact-icon--qq {background-repeat: no-repeat;}

.footer__contact-icon--qq:hover {background-repeat: no-repeat;}

.footer__wechat {
  width: 15%;
  float: left;
}

.footer__wechat-qrcode {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
}

.footer__links {
  padding: 30px 0;
}

.footer__links-list {
  float: left;
}

.footer__links-label {
  color: #333;
}

.footer__links-label, .footer__links-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 30px;
}

.footer__links-more {
  float: right;
}

.footer__links-more-icon {display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 14px;
  height: 14px;
  
  vertical-align: middle;background-repeat: no-repeat;}

.footer__misc {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

.footer__misc-legal {
  float: right;
}

.footer__misc-licence {font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 32px;
  height: 32px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  
  vertical-align: middle;background-repeat: no-repeat;}

.footer__inner--misc {
  height: 64px;
  background: url(../images/logo-gray.png) 20px center no-repeat;
  padding-left: 90px;
  line-height: 64px;
}

.solution-list {
  *zoom: 1;
  margin-left: -1%;
  margin-right: -1%;
}

.solution-list:before, .solution-list:after {
  content: "";
  display: table;
}

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

.solution__item {
  width: 23%;
  float: left;
  margin: 1%;
}

.solution__link {
  display: block;
  border: 1px solid #ddd;
  padding-bottom: 77px;
  position: relative;
}

.solution__link:hover .solution__text {
  background-color: #9eb515;
  color: #fff;
}

.solution__link:hover .solution__details {
  margin-top: 20px;
  height: 48px;
}

.solution__image {
  display: block;
  width: 100%;
}

.solution__text {
  padding: 30px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #666;
  background-color: #fff;
  -webkit-transition: background-color .25s;
     -moz-transition: background-color .25s;
       -o-transition: background-color .25s;
          transition: background-color .25s;
}

.solution__name {
  font-size: 20px;
  font-weight: normal;
}

.solution__details {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: 48px;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
  height: 0;
}

.news {
  padding-top: 100px;
  position: relative;
  padding-bottom: 40px;
}

.news--article {
  padding-top: 0;
}

.news__tab {
  position: absolute;
  top: 0;
  background: #ffffff;
  line-height: 54px;
  -webkit-border-radius: 27px;
     -moz-border-radius: 27px;
          border-radius: 27px;
  left: 50%;
  width: 180px;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px #eee;
     -moz-box-shadow: 0 5px 10px #eee;
          box-shadow: 0 5px 10px #eee;
}

.news__tab--company {
  margin-left: -200px;
}

.news__tab--net {
  margin-left: 20px;
}

.news__tab:hover, .news__tab--current {
  background: #9eb515;
  color: #fff;
  border-color: #9eb515;
}

.news__tab-indicator {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: block\9;
}

.news__tab-indicator:checked + .news__tab {
  background: #9eb515;
  border-color: #9eb515;
  color: #fff;
}

.news__tab-indicator.is-checked + .news__tab {
  background: #9eb515;
  border-color: #9eb515;
  color: #fff;
}

.news__tab-indicator:checked + .news__tab + .news__content {
  display: block;
}

.news__tab-indicator.is-checked + .news__tab + .news__content {
  display: block;
}

.news__content {
  display: none;
}

.pagination {
  padding: 20px 0;
  line-height: 32px;
  text-align: right;
  margin-bottom: 20px;
}

.pagination li, .pagination__placeholder {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 5px;
}

.pagination a {
  text-decoration: none;
  display: block;
  padding: 0 20px;
}

.pagination a:hover {
  color: #fff;
  background: #9eb515;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.pagination strong {
  color: #9eb515;
  margin: 0 5px;
}

.pagination li.thisclass {
  color: #fff;
  background: #9eb515;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  padding: 0 20px;
}

.pagination__placeholder {
  padding: 0 10px;
}

.page-top {
  background-position: center center;
  background-repeat: no-repeat;
  height: 250px;
  *height: 210px;
  padding: 20px;
  background-image: url(../images/top-bg.jpg);
}

.page-top__inner {margin-left: auto;
  margin-right: auto;
  width: 330px;
  height: 210px;background-repeat: no-repeat;}

.page-main__header {
  border-bottom: 1px solid #cecece;
  text-align: center;
}

.page-main__header-inner {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-bottom: 1px solid #9eb515;
  margin-bottom: -1px;
  padding: 40px 20px 5px;
}

.page-main__header-cn, .page-main__header-en {
  font-weight: normal;
}

.page-main__header-cn {
  color: #9eb515;
  font-size: 24px;
}

.page-main__header-en {
  color: #999;
  font-size: 20px;
}

.page-main__body {
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-main__tabs {
  text-align: center;
  padding: 40px 0 10px;
}

.page-main__tab {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 180px;
  text-align: center;
  line-height: 54px;
  -webkit-border-radius: 27px;
     -moz-border-radius: 27px;
          border-radius: 27px;
  background: #ffffff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 5px 10px #eee;
     -moz-box-shadow: 0 5px 10px #eee;
          box-shadow: 0 5px 10px #eee;
  margin: 0 15px;
}

.page-main__tab:focus, .page-main__tab:hover, .page-main__tab--current {
  background: #9eb515;
  color: #fff;
  border-color: #9eb515;
}
.header__logo{background-position:-130px 0px}.nav__icon--umall{background-position:-280px -90px}.nav__icon--urelaxed{background-position:-280px -150px}.nav__icon--uop{background-position:-280px -210px}.nav__icon--bdp{background-position:-280px -270px}.nav__icon--o2oop{background-position:-280px -330px}.nav__icon--apiop{background-position:-280px -390px}.nav__icon--wcp{background-position:-280px -450px}.nav__icon--imp{background-position:-280px -510px}.nav__icon--ccp{background-position:-280px -570px}.footer__contact-icon--wechat{background-position:-266px -630px}.footer__contact-icon--wechat:hover{background-position:-266px -704px}.footer__contact-icon--weibo{background-position:-266px -778px}.footer__contact-icon--weibo:hover{background-position:-266px -852px}.footer__contact-icon--qq{background-position:-266px -926px}.footer__contact-icon--qq:hover{background-position:-266px -1000px}.footer__links-more-icon{background-position:-316px -1074px}.footer__misc-licence{background-position:-298px -1098px}.page-top__inner{background-position:0px -1140px}.header__logo,.nav__icon--umall,.nav__icon--urelaxed,.nav__icon--uop,.nav__icon--bdp,.nav__icon--o2oop,.nav__icon--apiop,.nav__icon--wcp,.nav__icon--imp,.nav__icon--ccp,.footer__contact-icon--wechat,.footer__contact-icon--wechat:hover,.footer__contact-icon--weibo,.footer__contact-icon--weibo:hover,.footer__contact-icon--qq,.footer__contact-icon--qq:hover,.footer__links-more-icon,.footer__misc-licence,.page-top__inner{background-image: url(common_z.png)}