/** import all parts we need */
/** common part */
/** import normalize css */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei", "SimSun", Arial, Tahoma, Verdana, sans-serif;
  list-style: none; }

.header {
  *position: relative;
  *z-index: 3;
  height: 88px;
  line-height: 88px;
  width: 1240px;
  margin: 0 auto; }
  .header .icon {
    float: left;
    margin-left: -40px; }
  .header .nav {
    float: right; }
    .header .nav li {
      position: relative;
      float: left;
      height: 88px;
      line-height: 88px;
      font-size: 16px;
      list-style: none; }
      .header .nav li a {
        display: block;
        height: 88px; }
      .header .nav li .sub-top {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        height: 1px;
        width: 100%;
        border-top: 2px solid #EB611A; }
      .header .nav li .sub-menu {
        display: none;
        position: absolute;
        left: 0px;
        top: 100%;
        width: 100%;
        background: #fff;
        z-index: 100; }
        .header .nav li .sub-menu li {
          width: 100%;
          height: 56px;
          line-height: 56px;
          text-align: center; }
    .header .nav li.active a {
      color: #EB611A; }
    .header .nav li.active .sub-menu li a {
      color: #333; }
    .header .nav li.active .sub-menu li.active a {
      color: #EB611A; }
    .header .nav li.active .sub-menu a:hover {
      color: #EB611A; }
    .header .nav a {
      text-decoration: none;
      color: #333333;
      margin: 0px 45px; }
    .header .nav a:hover {
      color: #EB611A; }

.carousel {
  max-width: 100%; }

.foot {
  background: #23222A;
  min-width: 1240px;
  height: 380px;
  overflow: hidden; }
  .foot .foot-items {
    width: 400px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
    margin-top: 26px;
    margin-bottom: 15px;
    overflow: hidden; }
    .foot .foot-items li {
      float: left;
      color: #5f6262; }
    .foot .foot-items .foot-word {
      padding: 0 35px; }
      .foot .foot-items .foot-word a {
        font-size: 15px;
        line-height: 21px;
        color: #b8b8b8;
        text-decoration: none; }
    .foot .foot-items .foot-line a {
      text-decoration: none; }
  .foot .qrcode {
    display: block;
    margin: 0 auto; }
  .foot .qrcode-desc {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 21px;
    color: #b8b8b8;
    text-align: center; }
  .foot .p1 {
    display: block;
    margin: 0 auto;
    color: #6c6c6c;
    font-size: 15px;
    line-height: 21px;
    text-align: center; }

/** index page part */
.page-index .carousel {
  width: 100%;
  min-width: 1240px;
  height: 571px;
  position: relative;
  overflow: hidden;
  margin-bottom: 28px; }
  .page-index .carousel li {
    list-style: none;
    float: left; }
    .page-index .carousel li img {
      width: 100%; }
  .page-index .carousel .dots {
    position: relative;
    height: 7px;
    top: -30px;
    list-style: none;
    list-style-type: none; }
    .page-index .carousel .dots li {
      margin: auto 8px;
      background: #fff;
      opacity: 0.6;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      cursor: pointer;
      text-indent: -9999px; }
      .page-index .carousel .dots li.active {
        opacity: 1; }
.page-index .partA {
  position: relative;
  height: 571px;
  width: 1240px;
  margin: 0 auto; }
  .page-index .partA .partA-bk {
    position: absolute;
    left: 45px;
    top: 120px; }
  .page-index .partA .partA-desc {
    display: block;
    float: left;
    margin: 35px 0px 0px 40px;
    margin-top: 35px;
    color: #333333;
    font-size: 28px; }
  .page-index .partA .partA-items {
    overflow: hidden; }
    .page-index .partA .partA-items li {
      float: left;
      list-style: none; }
  .page-index .partA .p1 {
    position: absolute;
    left: 610px;
    top: 185px;
    font-size: 34px;
    line-height: 48px;
    color: #333; }
  .page-index .partA .p2 {
    position: absolute;
    left: 610px;
    top: 275px;
    font-size: 17px;
    line-height: 29px;
    color: #666; }
  .page-index .partA .p3 {
    position: absolute;
    left: 610px;
    top: 305px;
    font-size: 17px;
    line-height: 29px;
    color: #666; }
  .page-index .partA .p4 {
    position: absolute;
    left: 610px;
    top: 345px;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    color: #EB611A; }
.page-index .partB {
  position: relative;
  width: 100%;
  min-width: 1240px; }
  .page-index .partB .partB-bk {
    width: 100%;
    height: 610px; }
  .page-index .partB .partB-con {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1240px;
    margin: 0 auto;
    margin-left: -620px; }
    .page-index .partB .partB-con .partB-desc {
      position: absolute;
      width: 1240px;
      margin: 0 auto;
      top: 35px;
      left: 40px;
      color: #fff;
      font-size: 28px; }
    .page-index .partB .partB-con .partB-items {
      position: absolute;
      width: 1240px;
      margin: 0 auto;
      top: 110px;
      left: 33px; }
      .page-index .partB .partB-con .partB-items li {
        float: left;
        width: 291px;
        height: 430px;
        list-style: none;
        margin: 0px 6.5px; }
.page-index .partC {
  position: relative;
  overflow: hidden;
  height: 467px;
  width: 1240px;
  margin: 0 auto; }
  .page-index .partC .partC-bk {
    position: absolute;
    left: 30px;
    top: 100px; }
  .page-index .partC .partC-desc {
    display: block;
    float: left;
    margin: 35px 0px 0px 30px;
    margin-top: 35px;
    color: #333333;
    font-size: 28px; }
  .page-index .partC .partC-items {
    position: absolute;
    left: 23px;
    top: 115px;
    overflow: hidden; }
    .page-index .partC .partC-items li {
      float: left;
      list-style: none;
      margin: 0px 6.5px; }

/** products visa page part */
.page-products .carousel {
  text-align: center;
  width: 100%;
  height: 100%;
  min-width: 1240px;
  position: relative;
  *z-index: 2;
  overflow: hidden; }
  .page-products .carousel li {
    list-style: none;
    float: left; }
    .page-products .carousel li img {
      width: 100%;
      max-width: 100%; }
  .page-products .carousel a img {
    width: 100%;
    max-width: 100%; }
  .page-products .carousel p img {
    width: 100%;
    max-width: 100%; }
  .page-products .carousel .dots {
    position: relative;
    height: 7px;
    top: -30px;
    list-style: none;
    list-style-type: none; }
    .page-products .carousel .dots li {
      margin: auto 7px;
      background: #fff;
      opacity: 0.6;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      cursor: pointer;
      text-indent: -9999px; }
      .page-products .carousel .dots li.active {
        opacity: 1; }
.page-products .tab {
  width: 1200px;
  margin: 0 auto;
  position: relative; }
  .page-products .tab #cnttab {
    position: relative;
    overflow: hidden;
    margin-top: 30px; }
    .page-products .tab #cnttab .vista-logo {
      float: left;
      width: 65px;
      height: 69px; }
    .page-products .tab #cnttab .icon {
      float: left; }
    .page-products .tab #cnttab #tablist {
      width: 1100px;
      height: 74px;
      overflow: hidden;
      background: #fff;
      float: right;
      border-bottom: 1px solid #dbdbdb; }
      .page-products .tab #cnttab #tablist li {
        position: relative;
        float: left;
        width: 120px;
        margin-right: 55px;
        height: 70px;
        background: #fff; }
        .page-products .tab #cnttab #tablist li a {
          position: absolute;
          width: 120px;
          height: 70px;
          top: 0px;
          text-align: center;
          outline: none;
          text-decoration: none; }
          .page-products .tab #cnttab #tablist li a p {
            width: 100%;
            position: absolute;
            bottom: 18px;
            left: -3px;
            font-size: 16px;
            color: #333;
            text-align: center; }
        .page-products .tab #cnttab #tablist li a.active {
          border-bottom: 4px solid #EB611A; }
          .page-products .tab #cnttab #tablist li a.active p {
            color: #EB611A; }
        .page-products .tab #cnttab #tablist li a:hover {
          border-bottom: 4px solid #EB611A; }
          .page-products .tab #cnttab #tablist li a:hover p {
            color: #EB611A; }
    .page-products .tab #cnttab .tab-items {
      float: left;
      *float: none;
      width: 100%;
      margin-top: 70px; }
      .page-products .tab #cnttab .tab-items .product {
        position: relative;
        width: 1200px;
        overflow: hidden;
        *overflow: visible;
        margin-bottom: 55px;
        *margin-bottom: 150px; }
        .page-products .tab #cnttab .tab-items .product .title {
          float: left;
          width: 800px; }
          .page-products .tab #cnttab .tab-items .product .title .main {
            font-size: 28px;
            font-weight: bold;
            line-height: 40px;
            color: #333;
            margin-bottom: 35px; }
          .page-products .tab #cnttab .tab-items .product .title .sub {
            font-size: 15px;
            line-height: 25px;
            color: #666;
            margin-bottom: 26px; }
          .page-products .tab #cnttab .tab-items .product .title .sub.active {
            color: #EB611A;
            margin-top: -35px;
            margin-bottom: 30px; }
        .page-products .tab #cnttab .tab-items .product .content {
          float: left;
          width: 800px;
          margin-bottom: 120px; }
          .page-products .tab #cnttab .tab-items .product .content p {
            font-size: 15px;
            line-height: 26px;
            color: #333;
            margin-bottom: 3px; }
          .page-products .tab #cnttab .tab-items .product .content .line {
            width: 100%; }
            .page-products .tab #cnttab .tab-items .product .content .line .title {
              color: #333;
              font-size: 15px;
              font-weight: bold; }
            .page-products .tab #cnttab .tab-items .product .content .line .desc {
              color: #333;
              font-size: 15px; }
          .page-products .tab #cnttab .tab-items .product .content .right-cnt {
            width: auto;
            height: 20px;
            margin-top: 30px;
            text-align: left; }
            .page-products .tab #cnttab .tab-items .product .content .right-cnt .more {
              position: relative;
              text-decoration: none;
              font-size: 14px;
              color: #E85D1D; }
              .page-products .tab #cnttab .tab-items .product .content .right-cnt .more i {
                position: absolute;
                right: -25px;
                top: 7px;
                top: 3px\9;
                display: block;
                width: 16px;
                height: 9px;
                background-position: 0px 0px;
                background: url(../img/slide.jpg) no-repeat; }
              .page-products .tab #cnttab .tab-items .product .content .right-cnt .more.active i {
                background-position: 0px -9px; }
          .page-products .tab #cnttab .tab-items .product .content .case-item {
            display: none;
            overflow: hidden; }
            .page-products .tab #cnttab .tab-items .product .content .case-item .content {
              margin-bottom: 0px; }
        .page-products .tab #cnttab .tab-items .product .icon {
          position: absolute;
          right: 0;
          top: 0;
          height: 300px;
          width: 400px;
          margin-bottom: 120px; }
          .page-products .tab #cnttab .tab-items .product .icon img {
            position: absolute;
            top: 50%; }
        .page-products .tab #cnttab .tab-items .product .important {
          position: absolute;
          right: 40px;
          top: 0px; }
        .page-products .tab #cnttab .tab-items .product .footline {
          position: absolute;
          left: 0px;
          bottom: 0px;
          *bottom: -120px;
          width: 50px;
          height: 2px;
          background: #d8d8d8; }
        .page-products .tab #cnttab .tab-items .product img.product-type0-1 {
          margin-top: -80px;
          right: 75px; }
        .page-products .tab #cnttab .tab-items .product img.product-type0-2 {
          margin-top: -75px;
          right: 55px; }
        .page-products .tab #cnttab .tab-items .product img.product-type0-3 {
          margin-top: -70px;
          right: 73px; }
        .page-products .tab #cnttab .tab-items .product img.product-type0-4 {
          margin-top: -91px;
          right: 100px; }
        .page-products .tab #cnttab .tab-items .product img.product-type0-5 {
          margin-top: -90px;
          right: 100px; }
        .page-products .tab #cnttab .tab-items .product img.product-type0-6 {
          margin-top: -77.5px;
          right: 100px; }
        .page-products .tab #cnttab .tab-items .product img.product-type0-7 {
          margin-top: -87px;
          right: 100px; }
        .page-products .tab #cnttab .tab-items .product img.product-type0-8 {
          margin-top: -89.5px;
          right: 100px; }
        .page-products .tab #cnttab .tab-items .product img.product-type0-9 {
          margin-top: -92.5px;
          right: 100px; }
        .page-products .tab #cnttab .tab-items .product img.product-type0-10 {
          margin-top: -85px;
          right: 100px; }
        .page-products .tab #cnttab .tab-items .product img.product-type1-1 {
          margin-top: -32px;
          right: 100px; }
        .page-products .tab #cnttab .tab-items .product img.product-type1-3 {
          margin-top: 0px;
          right: 100px; }
        .page-products .tab #cnttab .tab-items .product img.product-type1-4 {
          margin-top: -75px;
          right: 100px; }
        .page-products .tab #cnttab .tab-items .product img.product-type1-5 {
          margin-top: -117px;
          right: 100px; }
        .page-products .tab #cnttab .tab-items .product img.product-type1-6 {
          margin-top: -45px;
          right: 100px; }
        .page-products .tab #cnttab .tab-items .product img.product-type1-7 {
          margin-top: 0px;
          right: 100px; }
        .page-products .tab #cnttab .tab-items .product img.product-type2-1 {
          margin-top: 5px;
          right: 100px; }
        .page-products .tab #cnttab .tab-items .product img.product-type2-2 {
          margin-top: -50px;
          right: 100px; }
        .page-products .tab #cnttab .tab-items .product img.product-type2-3 {
          margin-top: -30px;
          right: 100px; }
        .page-products .tab #cnttab .tab-items .product img.product-type2-4 {
          margin-top: -45px;
          right: 120px; }
        .page-products .tab #cnttab .tab-items .product img.product-type2-5 {
          margin-top: -30px;
          right: 120px; }
        .page-products .tab #cnttab .tab-items .product img.product-type2-6 {
          margin-top: -0px;
          right: 120px; }
        .page-products .tab #cnttab .tab-items .product img.product-type3-1 {
          margin-top: -30px;
          right: 120px; }
        .page-products .tab #cnttab .tab-items .product img.product-type3-2 {
          margin-top: -120px;
          right: 140px; }
        .page-products .tab #cnttab .tab-items .product img.product-type3-3 {
          margin-top: -120px;
          right: 150px; }
      .page-products .tab #cnttab .tab-items #product-type0-1 .content {
        width: 850px; }
      .page-products .tab #cnttab .tab-items #product-type0-1 .line {
        overflow: hidden;
        margin-top: 10px; }
        .page-products .tab #cnttab .tab-items #product-type0-1 .line .title {
          width: 80px;
          float: left; }
        .page-products .tab #cnttab .tab-items #product-type0-1 .line .desc {
          width: 770px;
          float: left; }
      .page-products .tab #cnttab .tab-items #product-type0-10 .content {
        margin-bottom: 50px; }
      .page-products .tab #cnttab .tab-items #product-type1-2 .content {
        width: 1200px; }
        .page-products .tab #cnttab .tab-items #product-type1-2 .content p {
          float: left; }
      .page-products .tab #cnttab .tab-items #product-type1-2 .special {
        float: left;
        width: 1200px; }
        .page-products .tab #cnttab .tab-items #product-type1-2 .special ul {
          margin: 40px auto;
          width: 1200px;
          height: 100%;
          overflow: hidden;
          border: none; }
          .page-products .tab #cnttab .tab-items #product-type1-2 .special ul li {
            text-align: center;
            width: 392px;
            height: 415px;
            margin-right: 12px;
            background: #fafafa;
            list-style: none;
            float: left; }
            .page-products .tab #cnttab .tab-items #product-type1-2 .special ul li img {
              margin-top: 50px; }
            .page-products .tab #cnttab .tab-items #product-type1-2 .special ul li .title {
              margin-top: 40px;
              font-size: 22px;
              color: #333;
              width: 100%; }
            .page-products .tab #cnttab .tab-items #product-type1-2 .special ul li .content {
              font-size: 15px;
              color: #666;
              width: 350px;
              margin: 30px 25px 0px 25px;
              text-align: left;
              line-height: 25px; }
          .page-products .tab #cnttab .tab-items #product-type1-2 .special ul li.last {
            margin-right: 0px; }
      .page-products .tab #cnttab .tab-items #product-type2-2 .content {
        width: 945px;
        margin-bottom: 200px; }
        .page-products .tab #cnttab .tab-items #product-type2-2 .content .special {
          margin-bottom: 80px; }
      .page-products .tab #cnttab .tab-items #product-type2-2 .title {
        width: 945px; }
      .page-products .tab #cnttab .tab-items #product-type2-2 .icon {
        top: 80px; }
      .page-products .tab #cnttab .tab-items .product.last .footline {
        display: none; }
      .page-products .tab #cnttab .tab-items .text {
        margin-bottom: 70px; }
        .page-products .tab #cnttab .tab-items .text .title {
          font-size: 20px;
          color: #333;
          text-indent: 15px;
          margin-top: 35px;
          margin-bottom: 27px;
          border-left: 6px solid #EB611A; }
        .page-products .tab #cnttab .tab-items .text .content p {
          font-size: 15px;
          line-height: 21px;
          margin: 24px auto;
          margin-left: 18px;
          color: #333; }
    .page-products .tab #cnttab #tabs-1 {
      text-align: center; }
      .page-products .tab #cnttab #tabs-1 .title {
        color: #333;
        font-size: 28px;
        margin-bottom: 60px;
        margin-top: 20px; }
      .page-products .tab #cnttab #tabs-1 .blank50 {
        width: 100%;
        height: 80px; }
      .page-products .tab #cnttab #tabs-1 .desc {
        color: #333;
        font-size: 17px;
        line-height: 26px; }
      .page-products .tab #cnttab #tabs-1 .text {
        text-align: left; }
        .page-products .tab #cnttab #tabs-1 .text .title {
          font-size: 20px; }
      .page-products .tab #cnttab #tabs-1 .main-type {
        height: 290px;
        width: 1000px;
        margin-top: 40px;
        margin-left: 100px;
        margin-right: 100px;
        overflow: hidden;
        border: none; }
        .page-products .tab #cnttab #tabs-1 .main-type li {
          float: left;
          height: 290px;
          width: 300px;
          margin-left: 0px;
          margin-right: 0px;
          cursor: pointer; }
          .page-products .tab #cnttab #tabs-1 .main-type li .p1 {
            margin-top: 30px;
            margin-bottom: 5px;
            font-size: 17px;
            display: block;
            color: #333;
            text-decoration: none; }
          .page-products .tab #cnttab #tabs-1 .main-type li .p2 {
            font-size: 15px; }
        .page-products .tab #cnttab #tabs-1 .main-type .leftside .p1 {
          margin-top: 55px; }
        .page-products .tab #cnttab #tabs-1 .main-type .rightside .p1 {
          margin-top: 38px; }
        .page-products .tab #cnttab #tabs-1 .main-type li.active {
          color: #E85D1D; }
          .page-products .tab #cnttab #tabs-1 .main-type li.active a {
            color: #E85D1D; }
        .page-products .tab #cnttab #tabs-1 .main-type li.mid {
          margin-left: 50px;
          margin-right: 50px; }
      .page-products .tab #cnttab #tabs-1 .featrues {
        width: 1150px;
        margin: 30px 50px 70px 50px;
        overflow: hidden;
        border: none; }
        .page-products .tab #cnttab #tabs-1 .featrues li {
          float: left;
          text-align: left;
          width: 550px;
          height: 100px;
          padding: 25px 0px;
          overflow: hidden;
          margin-right: 0px;
          margin-top: 30px; }
          .page-products .tab #cnttab #tabs-1 .featrues li img {
            width: 50px;
            float: left; }
          .page-products .tab #cnttab #tabs-1 .featrues li .content {
            width: 490px;
            margin-left: 10px;
            float: right; }
            .page-products .tab #cnttab #tabs-1 .featrues li .content .title {
              font-size: 17px;
              line-height: 25px;
              margin-bottom: 5px; }
            .page-products .tab #cnttab #tabs-1 .featrues li .content .desc {
              font-size: 14px; }
        .page-products .tab #cnttab #tabs-1 .featrues li.odd {
          margin-right: 50px; }
        .page-products .tab #cnttab #tabs-1 .featrues li.last {
          height: 200px; }
    .page-products .tab #cnttab #tabs-2 .product .content {
      width: 830px; }
      .page-products .tab #cnttab #tabs-2 .product .content p {
        line-height: 22px; }
      .page-products .tab #cnttab #tabs-2 .product .content .blank10 {
        height: 10px;
        width: 100%; }

/** products Veezi page part */
.page-products-veezi .tab #cnttab .tab-items .product .title {
  width: 900px; }
.page-products-veezi .text {
  margin-bottom: 90px; }
  .page-products-veezi .text .title {
    font-size: 20px;
    color: #333;
    text-indent: 15px;
    margin-top: 35px;
    margin-bottom: 27px;
    border-left: 6px solid #EB611A; }
  .page-products-veezi .text .content p {
    font-size: 15px;
    line-height: 21px;
    margin: 24px auto;
    margin-left: 18px;
    color: #333; }
.page-products-veezi .case-item-ctn {
  width: 1200px;
  height: 300px;
  border: 1px solid #dbdbdb;
  margin-bottom: 40px;
  overflow: hidden; }
  .page-products-veezi .case-item-ctn .left-img {
    float: left;
    width: 793px;
    height: 300px; }
  .page-products-veezi .case-item-ctn .right-cnt {
    position: relative;
    float: right;
    margin-right: 20px;
    width: 362px;
    height: 300px; }
    .page-products-veezi .case-item-ctn .right-cnt .title {
      margin-top: 80px;
      font-size: 24px;
      color: #333; }
    .page-products-veezi .case-item-ctn .right-cnt .desc {
      margin-top: 16px;
      font-size: 16px;
      color: #333; }
    .page-products-veezi .case-item-ctn .right-cnt .more {
      position: absolute;
      bottom: 30px;
      right: 40px;
      text-decoration: none;
      font-size: 15px;
      color: #E85D1D; }
      .page-products-veezi .case-item-ctn .right-cnt .more i {
        position: absolute;
        right: -25px;
        top: 7px;
        display: block;
        width: 16px;
        height: 9px;
        background-position: 0px 0px;
        background: url(../img/slide.jpg) no-repeat; }
      .page-products-veezi .case-item-ctn .right-cnt .more.active i {
        background-position: 0px -9px; }
.page-products-veezi #tabs-3 {
  margin-top: 60px; }
.page-products-veezi .text {
  margin-top: 40px;
  margin-bottom: 0px; }
.page-products-veezi .blank35 {
  display: block;
  width: 100%;
  height: 35px; }
.page-products-veezi .blank60 {
  display: block;
  width: 100%;
  height: 100px; }
.page-products-veezi .hide {
  display: none; }
.page-products-veezi .product .icon img {
  margin-left: 120px;
  margin-top: -77px; }
.page-products-veezi .tab #cnttab #tabs-1 .featrues {
  width: 1100px;
  height: 500px;
  margin: 0 auto; }
.page-products-veezi .tab #cnttab #tabs-1 .featrues li {
  width: 366px;
  height: 60px; }
.page-products-veezi .tab #cnttab #tabs-1 .featrues li img {
  width: auto !important;
  height: auto;
  margin-left: 90px; }
.page-products-veezi .product .icon img.veezi-type2-1 {
  margin-top: 0px; }
.page-products-veezi .product .icon img.veezi-type2-2 {
  margin-top: -120px; }
.page-products-veezi .product .icon img.veezi-type2-7 {
  margin-top: -120px; }
.page-products-veezi .product .icon img.veezi-type2-9 {
  margin-top: -150px; }

/** products Movio page part */
.page-products-movio .tab .icon {
  margin-top: 30px; }
.page-products-movio .tab #cnttab #tablist {
  width: 1050px; }
.page-products-movio .tab #cnttab #moviolist {
  width: 100%;
  height: 380px;
  overflow: hidden; }
  .page-products-movio .tab #cnttab #moviolist li {
    margin-right: 12px;
    background: #f6f6f6;
    float: left;
    width: 390px;
    height: 380px; }
    .page-products-movio .tab #cnttab #moviolist li .content {
      margin-top: 15px; }
    .page-products-movio .tab #cnttab #moviolist li p {
      font-size: 15px;
      line-height: 25px;
      color: #666; }
  .page-products-movio .tab #cnttab #moviolist li.last {
    margin-right: 0px; }
.page-products-movio .tab #cnttab #tabs-1 .blank100 {
  width: 100%;
  height: 100px;
  float: left; }
.page-products-movio .tab #cnttab #tabs-1 .blank50 {
  width: 100%;
  height: 50px; }
.page-products-movio .tab #cnttab #tabs-1 .movio-logan {
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 40px; }
.page-products-movio .tab #cnttab #tabs-1 .action-btn {
  overflow: hidden;
  margin: 70px auto;
  margin-bottom: 90px;
  width: 658px;
  height: 60px; }
  .page-products-movio .tab #cnttab #tabs-1 .action-btn .left {
    cursor: pointer;
    margin: 0;
    float: left; }
  .page-products-movio .tab #cnttab #tabs-1 .action-btn .right {
    cursor: pointer;
    margin: 0;
    float: right; }
.page-products-movio .tab #cnttab #tabs-1 .movio-advance {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  background: #f8f8f8; }
  .page-products-movio .tab #cnttab #tabs-1 .movio-advance .main-type {
    width: 1100px;
    margin-top: 60px;
    margin-left: 70px;
    margin-right: 30px; }
    .page-products-movio .tab #cnttab #tabs-1 .movio-advance .main-type li {
      width: 320px; }
      .page-products-movio .tab #cnttab #tabs-1 .movio-advance .main-type li .p1 {
        margin-bottom: 15px; }
  .page-products-movio .tab #cnttab #tabs-1 .movio-advance .mid .p1 {
    margin-top: 66px; }
  .page-products-movio .tab #cnttab #tabs-1 .movio-advance .rightside .p1 {
    margin-top: 66px; }
.page-products-movio .tab #cnttab #tabs-1 .movio-addon {
  margin-top: 80px;
  margin-bottom: 80px; }
  .page-products-movio .tab #cnttab #tabs-1 .movio-addon .main-type {
    width: 1100px;
    height: auto;
    margin-left: 70px;
    margin-right: 30px; }
    .page-products-movio .tab #cnttab #tabs-1 .movio-addon .main-type li {
      width: 330px;
      height: auto; }
      .page-products-movio .tab #cnttab #tabs-1 .movio-addon .main-type li .p1 {
        margin-bottom: 15px; }
      .page-products-movio .tab #cnttab #tabs-1 .movio-addon .main-type li .btn-like {
        display: block;
        margin: 0 auto;
        width: 160px;
        height: 50px;
        line-height: 50px;
        text-decoration: none;
        color: #6a6a6a;
        font-size: 16px;
        border: 2px solid #d3d3d3;
        border-radius: 5%; }
      .page-products-movio .tab #cnttab #tabs-1 .movio-addon .main-type li.leftside .btn-like {
        margin-top: 30px; }
      .page-products-movio .tab #cnttab #tabs-1 .movio-addon .main-type li.mid .btn-like {
        margin-top: 50px; }
      .page-products-movio .tab #cnttab #tabs-1 .movio-addon .main-type li.rightside .btn-like {
        margin-top: 50px; }
      .page-products-movio .tab #cnttab #tabs-1 .movio-addon .main-type li #movio-kz-mid {
        margin-left: 7px; }
      .page-products-movio .tab #cnttab #tabs-1 .movio-addon .main-type li #movio-kz-right {
        margin-left: 15px; }
  .page-products-movio .tab #cnttab #tabs-1 .movio-addon .mid .p1 {
    margin-top: 55px; }
  .page-products-movio .tab #cnttab #tabs-1 .movio-addon .rightside .p1 {
    margin-top: 55px; }
  .page-products-movio .tab #cnttab #tabs-1 .movio-addon .title {
    margin-bottom: 70px;
    text-indent: 27px; }
.page-products-movio .tab #cnttab #tabs-1 .camera-list {
  width: 100%;
  height: 280px;
  padding-top: 70px;
  margin-bottom: 90px;
  background: #f8f8f8; }
  .page-products-movio .tab #cnttab #tabs-1 .camera-list .title {
    margin-bottom: 70px; }
  .page-products-movio .tab #cnttab #tabs-1 .camera-list .camera {
    line-height: 65px;
    margin: 0px 20px; }
  .page-products-movio .tab #cnttab #tabs-1 .camera-list .tall {
    position: relative;
    top: 20px; }
.page-products-movio .tab #cnttab #tabs-1 .content {
  width: 100%; }
  .page-products-movio .tab #cnttab #tabs-1 .content p {
    font-size: 15px;
    text-align: left; }
  .page-products-movio .tab #cnttab #tabs-1 .content .blank30 {
    width: 100%;
    height: 30px;
    display: block; }
  .page-products-movio .tab #cnttab #tabs-1 .content .blank120 {
    width: 100%;
    height: 120px;
    display: block; }
.page-products-movio .tab #cnttab #moviointro {
  float: left;
  width: 850px;
  height: 600px;
  overflow: hidden;
  margin-top: 40px; }
  .page-products-movio .tab #cnttab #moviointro.left {
    float: left; }
  .page-products-movio .tab #cnttab #moviointro li {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    margin-bottom: 30px; }
    .page-products-movio .tab #cnttab #moviointro li .title {
      font-size: 17px;
      line-height: 24px;
      color: #333;
      font-weight: bold;
      text-align: left;
      margin-bottom: 20px; }
    .page-products-movio .tab #cnttab #moviointro li .desc {
      font-size: 15px;
      line-height: 21px; }
.page-products-movio .tab #cnttab .right {
  float: right;
  margin: 170px 100px 0px 0px; }

/** products MACCS page part */
.page-products-maccs .tab #cnttab .icon {
  margin-top: 30px;
  margin-right: 10px; }
.page-products-maccs .tab #cnttab #tablist {
  width: 1040px; }
.page-products-maccs .tab #cnttab li p {
  width: 100%;
  position: absolute;
  bottom: 18px;
  left: -3px;
  font-size: 16px;
  color: #333;
  text-align: center; }
.page-products-maccs .tab #cnttab .friends {
  width: 100%;
  height: 190px;
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb; }
  .page-products-maccs .tab #cnttab .friends li {
    float: left;
    position: relative;
    width: auto;
    min-width: 230px;
    height: 192px;
    border-bottom: none; }
    .page-products-maccs .tab #cnttab .friends li a {
      position: absolute;
      width: 155px;
      height: 190px;
      text-align: center;
      outline: none;
      text-decoration: none;
      cursor: default;
      top: 20px;
      height: 170px; }
      .page-products-maccs .tab #cnttab .friends li a img {
        position: static; }
      .page-products-maccs .tab #cnttab .friends li a p {
        font-size: 15px;
        color: #333; }
    .page-products-maccs .tab #cnttab .friends li a:hover {
      border-bottom: none; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon1 img {
    margin-top: 20px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon2 {
    margin-left: 20px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon3 a {
    left: 40px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon3 img {
    margin-top: 30px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon4 a {
    left: 60px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon4 img {
    margin-top: 20px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon5 a {
    left: 90px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon5 img {
    margin-top: 30px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon5 p {
    margin-left: -20px;
    width: 200px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon6 img {
    margin-top: 10px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon6 p {
    margin-left: -10px;
    width: 200px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon7 img {
    margin-top: 10px;
    margin-left: -45px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon8 {
    left: 0px; }
    .page-products-maccs .tab #cnttab .friends #friendsIcon8 img {
      margin-top: 30px; }
    .page-products-maccs .tab #cnttab .friends #friendsIcon8 p {
      margin-left: 70px;
      width: 200px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon9 {
    left: 160px; }
    .page-products-maccs .tab #cnttab .friends #friendsIcon9 p {
      margin-left: -20px;
      width: 200px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon10 {
    left: 130px; }
    .page-products-maccs .tab #cnttab .friends #friendsIcon10 p {
      margin-left: -20px;
      width: 200px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon11 img {
    margin-top: 40px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon11 p {
    margin-left: -20px;
    width: 200px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon12 img {
    margin-top: 30px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon12 p {
    margin-left: -20px;
    width: 200px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon13 img {
    margin-left: -21px;
    margin-top: -37px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon13 p {
    margin-left: -20px;
    width: 200px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon14 {
    left: 35px; }
    .page-products-maccs .tab #cnttab .friends #friendsIcon14 p {
      margin-left: -60px;
      width: 300px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon15 {
    left: 70px; }
    .page-products-maccs .tab #cnttab .friends #friendsIcon15 img {
      margin-top: 30px;
      margin-left: 30px; }
    .page-products-maccs .tab #cnttab .friends #friendsIcon15 p {
      margin-left: 15px;
      width: 200px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon16 img {
    margin-top: 30px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon16 p {
    margin-left: 0px;
    width: 200px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon17 {
    left: 50px; }
    .page-products-maccs .tab #cnttab .friends #friendsIcon17 img {
      margin-top: 0px; }
    .page-products-maccs .tab #cnttab .friends #friendsIcon17 p {
      margin-left: 0px;
      margin-left: -15px;
      width: 200px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon18 {
    left: 60px; }
    .page-products-maccs .tab #cnttab .friends #friendsIcon18 img {
      margin-top: 10px;
      margin-left: 30px; }
    .page-products-maccs .tab #cnttab .friends #friendsIcon18 p {
      margin-left: 10px;
      width: 200px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon19 {
    left: 70px; }
    .page-products-maccs .tab #cnttab .friends #friendsIcon19 img {
      margin-top: 10px;
      margin-left: 30px; }
    .page-products-maccs .tab #cnttab .friends #friendsIcon19 p {
      margin-left: 0px;
      width: 200px; }
  .page-products-maccs .tab #cnttab .friends #friendsIcon20 {
    left: 90px; }
    .page-products-maccs .tab #cnttab .friends #friendsIcon20 img {
      margin-top: 10px;
      margin-left: 30px; }
    .page-products-maccs .tab #cnttab .friends #friendsIcon20 p {
      margin-left: 0px;
      width: 200px; }
.page-products-maccs .tab #cnttab .friends.last {
  border: none; }
.page-products-maccs .tab #cnttab .text {
  margin-bottom: 40px; }
.page-products-maccs .tab #cnttab #tabs-1 {
  margin-top: 40px;
  text-align: left; }
  .page-products-maccs .tab #cnttab #tabs-1 .title {
    margin-bottom: 0px; }
  .page-products-maccs .tab #cnttab #tabs-1 .blank50 {
    float: left;
    height: 30px; }
  .page-products-maccs .tab #cnttab #tabs-1 .left {
    float: left;
    width: 400px;
    height: 200px; }
  .page-products-maccs .tab #cnttab #tabs-1 #maccs-type2-1 {
    height: 500px;
    overflow: visible; }
    .page-products-maccs .tab #cnttab #tabs-1 #maccs-type2-1 .main-title {
      position: absolute;
      width: 100%;
      top: -50px;
      text-align: center;
      color: #333;
      font-size: 28px;
      margin-bottom: 30px; }
    .page-products-maccs .tab #cnttab #tabs-1 #maccs-type2-1 .content {
      margin-top: 60px; }
  .page-products-maccs .tab #cnttab #tabs-1 .maccs-type2-1 {
    margin: -180px 0px 0px -20px; }
  .page-products-maccs .tab #cnttab #tabs-1 .maccs-type2-2 {
    margin: -100px 0px 0px -0px; }
  .page-products-maccs .tab #cnttab #tabs-1 .maccs-type2-3 {
    margin: -120px 0px 0px -50px; }
  .page-products-maccs .tab #cnttab #tabs-1 .maccs-type2-4 {
    margin: -70px 0px 0px -15px; }
  .page-products-maccs .tab #cnttab #tabs-1 .maccs-type2-5 {
    margin: -60px 0px 0px 0px; }
  .page-products-maccs .tab #cnttab #tabs-1 #maccs-type2-5 {
    margin-bottom: 0px; }
.page-products-maccs .tab #cnttab #tabs-2 {
  margin-bottom: 100px; }

/** products Numero page part */
.page-products-numero .tab #cnttab {
  margin-top: 0px; }
  .page-products-numero .tab #cnttab .icon {
    margin-top: 30px;
    margin-right: 10px; }
  .page-products-numero .tab #cnttab #tabs-1 .desc {
    font-size: 15px;
    line-height: 26px; }
  .page-products-numero .tab #cnttab #tabs-1 .main-type {
    width: 1200px;
    height: 380px;
    margin: 0 auto;
    margin-top: 50px; }
    .page-products-numero .tab #cnttab #tabs-1 .main-type li {
      width: 366px;
      cursor: default; }
    .page-products-numero .tab #cnttab #tabs-1 .main-type .img-box {
      height: 140px; }
    .page-products-numero .tab #cnttab #tabs-1 .main-type .p1 {
      font-size: 17px;
      line-height: 24px; }
    .page-products-numero .tab #cnttab #tabs-1 .main-type .p2 {
      font-size: 15px;
      line-height: 21px; }
  .page-products-numero .tab #cnttab #tabs-1 .featrues {
    width: 1200px;
    height: auto;
    margin: 0px;
    margin-bottom: 55px;
    padding: 30px 0px;
    background-color: #fafafa; }
    .page-products-numero .tab #cnttab #tabs-1 .featrues li {
      position: relative;
      width: 50%;
      margin-right: 0px;
      background-color: #fafafa; }
      .page-products-numero .tab #cnttab #tabs-1 .featrues li img {
        width: auto;
        margin-left: 30px; }
      .page-products-numero .tab #cnttab #tabs-1 .featrues li .content {
        position: absolute;
        top: 0px;
        left: 150px;
        width: auto; }
        .page-products-numero .tab #cnttab #tabs-1 .featrues li .content .title {
          font-size: 17px;
          margin-bottom: 20px; }
        .page-products-numero .tab #cnttab #tabs-1 .featrues li .content .desc p {
          font-size: 15px; }
    .page-products-numero .tab #cnttab #tabs-1 .featrues li.odd {
      margin-right: 0px; }

/** cases page part */
.page-cases .carousel {
  width: 100%;
  min-width: 1240px;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .page-cases .carousel li {
    list-style: none;
    float: left; }
    .page-cases .carousel li img {
      width: 100%; }
  .page-cases .carousel p img {
    width: 100%;
    max-width: 100%; }
  .page-cases .carousel .dots {
    position: relative;
    height: 7px;
    top: -30px;
    list-style: none;
    list-style-type: none; }
    .page-cases .carousel .dots li {
      margin: auto 7px;
      background: #fff;
      opacity: 0.6;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      cursor: pointer;
      text-indent: -9999px; }
      .page-cases .carousel .dots li.active {
        opacity: 1; }
.page-cases .tab {
  width: 1200px;
  margin: 0 auto; }
  .page-cases .tab .partA-desc {
    display: block;
    margin: 35px 0px 0px 0px;
    margin-top: 35px;
    color: #333333;
    font-size: 28px; }
  .page-cases .tab #cnttab ul {
    position: relative;
    height: 192px;
    overflow: hidden;
    background: #fff; }
    .page-cases .tab #cnttab ul li {
      position: relative;
      float: left;
      width: 300px;
      height: 192px;
      background: #fff;
      border-bottom: 1px solid #dbdbdb; }
      .page-cases .tab #cnttab ul li a {
        position: absolute;
        width: 155px;
        height: 190px;
        top: 0px;
        text-align: center;
        outline: none;
        text-decoration: none; }
        .page-cases .tab #cnttab ul li a img {
          position: absolute;
          left: 50%;
          bottom: 20px; }
        .page-cases .tab #cnttab ul li a.tabs-1 {
          left: 0px; }
          .page-cases .tab #cnttab ul li a.tabs-1 img {
            margin-left: -34.5px; }
        .page-cases .tab #cnttab ul li a.tabs-2 {
          right: 80px; }
          .page-cases .tab #cnttab ul li a.tabs-2 img {
            margin-left: -50px; }
        .page-cases .tab #cnttab ul li a.tabs-3 {
          right: 50px; }
          .page-cases .tab #cnttab ul li a.tabs-3 img {
            margin-left: -60px; }
        .page-cases .tab #cnttab ul li a.tabs-4 {
          right: 0px; }
          .page-cases .tab #cnttab ul li a.tabs-4 img {
            margin-left: -75px; }
        .page-cases .tab #cnttab ul li a p {
          width: 100%;
          position: absolute;
          bottom: 18px;
          left: -3px;
          font-size: 16px;
          color: #333;
          text-align: center; }
      .page-cases .tab #cnttab ul li a.active {
        border-bottom: 4px solid #EB611A; }
        .page-cases .tab #cnttab ul li a.active p {
          color: #EB611A; }
      .page-cases .tab #cnttab ul li a:hover {
        border-bottom: 4px solid #EB611A; }
        .page-cases .tab #cnttab ul li a:hover p {
          color: #EB611A; }
  .page-cases .tab #cnttab #tabs-1, .page-cases .tab #cnttab #tabs-2, .page-cases .tab #cnttab #tabs-3, .page-cases .tab #cnttab #tabs-4 {
    margin-top: 37px; }
    .page-cases .tab #cnttab #tabs-1 .text, .page-cases .tab #cnttab #tabs-2 .text, .page-cases .tab #cnttab #tabs-3 .text, .page-cases .tab #cnttab #tabs-4 .text {
      margin-bottom: 90px; }
      .page-cases .tab #cnttab #tabs-1 .text .title, .page-cases .tab #cnttab #tabs-2 .text .title, .page-cases .tab #cnttab #tabs-3 .text .title, .page-cases .tab #cnttab #tabs-4 .text .title {
        font-size: 20px;
        color: #333;
        text-indent: 15px;
        margin-top: 35px;
        margin-bottom: 27px;
        border-left: 6px solid #EB611A; }
      .page-cases .tab #cnttab #tabs-1 .text .content p, .page-cases .tab #cnttab #tabs-2 .text .content p, .page-cases .tab #cnttab #tabs-3 .text .content p, .page-cases .tab #cnttab #tabs-4 .text .content p {
        font-size: 15px;
        line-height: 21px;
        margin: 24px auto;
        margin-left: 18px;
        color: #333; }
  .page-cases .tab #cnttab #tabs-2 .case-item-ctn {
    width: 1200px;
    height: 300px;
    border: 1px solid #dbdbdb;
    margin-bottom: 40px;
    overflow: hidden; }
    .page-cases .tab #cnttab #tabs-2 .case-item-ctn .left-img {
      float: left;
      width: 793px;
      height: 300px; }
    .page-cases .tab #cnttab #tabs-2 .case-item-ctn .right-cnt {
      position: relative;
      float: right;
      margin-right: 20px;
      width: 362px;
      height: 300px; }
      .page-cases .tab #cnttab #tabs-2 .case-item-ctn .right-cnt .title {
        margin-top: 80px;
        font-size: 24px;
        color: #333; }
      .page-cases .tab #cnttab #tabs-2 .case-item-ctn .right-cnt .desc {
        margin-top: 16px;
        font-size: 16px;
        color: #333; }
      .page-cases .tab #cnttab #tabs-2 .case-item-ctn .right-cnt .more {
        position: absolute;
        bottom: 30px;
        right: 40px;
        text-decoration: none;
        font-size: 15px;
        color: #E85D1D; }
        .page-cases .tab #cnttab #tabs-2 .case-item-ctn .right-cnt .more i {
          position: absolute;
          right: -25px;
          top: 7px;
          display: block;
          width: 16px;
          height: 9px;
          background-position: 0px 0px;
          background: url(../img/slide.jpg) no-repeat; }
        .page-cases .tab #cnttab #tabs-2 .case-item-ctn .right-cnt .more.active i {
          background-position: 0px -9px; }
  .page-cases .tab #cnttab #tabs-2 .text {
    margin-top: 40px;
    margin-bottom: 0px; }
  .page-cases .tab #cnttab #tabs-2 .hide {
    display: none; }
  .page-cases .tab #cnttab #tabs-4 .friends {
    width: 100%;
    height: 190px;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb; }
    .page-cases .tab #cnttab #tabs-4 .friends li {
      position: relative;
      width: auto;
      border-bottom: none;
      width: 155px;
      height: 190px;
      margin: 0px 30px; }
      .page-cases .tab #cnttab #tabs-4 .friends li img {
        position: static;
        margin-top: 15px; }
      .page-cases .tab #cnttab #tabs-4 .friends li p {
        width: 100%;
        position: absolute;
        bottom: 18px;
        left: -3px;
        font-size: 16px;
        color: #333;
        text-align: center; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon1 img {
      margin-top: 20px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon2 {
      margin-left: 20px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon3 a {
      left: 40px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon3 img {
      margin-top: 50px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon4 a {
      left: 60px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon4 img {
      margin-top: 40px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon5 a {
      left: 90px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon5 img {
      margin-top: 30px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon5 p {
      margin-left: -20px;
      width: 200px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon6 img {
      margin-top: 30px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon6 p {
      margin-left: -10px;
      width: 200px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon7 img {
      margin-top: 30px;
      margin-left: -45px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon8 {
      left: 0px; }
      .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon8 img {
        margin-top: 30px; }
      .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon8 p {
        margin-left: 70px;
        width: 200px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon9 {
      left: 160px; }
      .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon9 p {
        margin-left: -20px;
        width: 200px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon10 {
      left: 130px; }
      .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon10 p {
        margin-left: -20px;
        width: 200px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon11 img {
      margin-top: 40px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon11 p {
      margin-left: -20px;
      width: 200px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon12 img {
      margin-top: 30px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon12 p {
      margin-left: -20px;
      width: 200px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon13 img {
      margin-left: -21px;
      margin-top: -37px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon13 p {
      margin-left: -20px;
      width: 200px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon14 {
      left: 35px; }
      .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon14 p {
        margin-left: -60px;
        width: 300px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon15 {
      left: 70px; }
      .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon15 img {
        margin-top: 30px;
        margin-left: 30px; }
      .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon15 p {
        margin-left: 15px;
        width: 200px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon16 img {
      margin-top: 50px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon16 p {
      margin-left: 0px;
      width: 200px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon17 {
      left: 50px; }
      .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon17 img {
        margin-top: 20px; }
      .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon17 p {
        margin-left: 0px;
        margin-left: -15px;
        width: 200px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon18 {
      left: 60px; }
      .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon18 img {
        margin-top: 30px;
        margin-left: 30px; }
      .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon18 p {
        margin-left: 10px;
        width: 200px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon19 {
      left: 70px; }
      .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon19 img {
        margin-top: 30px;
        margin-left: 30px; }
      .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon19 p {
        margin-left: 0px;
        width: 200px; }
    .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon20 {
      left: 90px; }
      .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon20 img {
        margin-top: 30px;
        margin-left: 30px; }
      .page-cases .tab #cnttab #tabs-4 .friends #friendsIcon20 p {
        margin-left: 0px;
        width: 200px; }
  .page-cases .tab #cnttab #tabs-4 .friends.last {
    border: none; }
  .page-cases .tab #cnttab #tabs-4 .text {
    margin-bottom: 40px; }
.page-cases .foot {
  margin-top: 50px; }

/** news page part */
.page-news .carousel {
  width: 100%;
  min-width: 1240px;
  /* height: 571px; */
  position: relative;
  overflow: hidden; }
  .page-news .carousel li {
    list-style: none;
    float: left; }
    .page-news .carousel li img {
      width: 100%;
      height: 100%; }
  .page-news .carousel p img {
    width: 100%;
    max-width: 100%; }
  .page-news .carousel .dots {
    position: relative;
    height: 7px;
    top: -30px;
    list-style: none;
    list-style-type: none; }
    .page-news .carousel .dots li {
      margin: auto 8px;
      background: #fff;
      opacity: 0.6;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      cursor: pointer;
      text-indent: -9999px; }
      .page-news .carousel .dots li.active {
        opacity: 1; }
.page-news .content {
  width: 1200px;
  margin: 0 auto; }
  .page-news .content .news-item {
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8; }
    .page-news .content .news-item .news-img {
      width: 350px;
      height: 220px;
      float: left;
      margin: 55px auto; }
    .page-news .content .news-item .news-content {
      float: left;
      width: 800px;
      margin-top: 75px;
      margin-left: 40px; }
      .page-news .content .news-item .news-content .title {
        display: block;
        font-size: 28px;
        font-weight: bolder;
        line-height: 40px;
        color: #333;
        text-decoration: none;
        margin-bottom: 15px; }
      .page-news .content .news-item .news-content .title:hover {
        color: #E85D1D; }
      .page-news .content .news-item .news-content .date {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-bottom: 30px; }
      .page-news .content .news-item .news-content .desc {
        font-size: 15px;
        line-height: 22px;
        color: #333; }
        .page-news .content .news-item .news-content .desc p {
          font-size: 15px;
          line-height: 22px;
          color: #333; }
    .page-news .content .news-item.active .title {
      color: #E85D1D; }
  .page-news .content .news-loading {
    text-align: center;
    padding: 35px 0px 80px 0px; }
    .page-news .content .news-loading img {
      width: 73px;
      height: 85px; }

/** new item part */
.page-news-items .container {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px; }
  .page-news-items .container .news-title {
    display: block;
    font-size: 28px;
    font-weight: bolder;
    line-height: 40px;
    color: #333;
    text-decoration: none;
    margin-top: 80px;
    margin-bottom: 15px;
    text-align: center; }
  .page-news-items .container .date {
    text-align: center; }
  .page-news-items .container .content .img {
    text-align: center; }
  .page-news-items .container .content .news-intro {
    margin: -20px 0px 0px;
    padding: 0px;
    font-size: 16px;
    text-indent: 2em;
    font-stretch: normal;
    line-height: 24px; }
    .page-news-items .container .content .news-intro .bold {
      font-weight: bold; }
  .page-news-items .container .content p {
    margin: 32px 0px 0px;
    padding: 0px;
    font-size: 18px;
    text-indent: 2em;
    font-stretch: normal;
    line-height: 32px; }
.page-news-items .container-more {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 110px;
  text-indent: 30px;
  font-size: 15px;
  line-height: 25px; }
  .page-news-items .container-more img {
    display: block;
    margin: 10px 0px;
    max-width: 100%; }
  .page-news-items .container-more table {
    max-width: 100%; }
  .page-news-items .container-more .main {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 30px;
    text-indent: 0px; }
  .page-news-items .container-more .date {
    margin-top: -5px;
    margin-bottom: 25px;
    text-indent: 0px; }

/** aboutus page part */
.page-aboutus .header-foot {
  width: 100%;
  border-bottom: 1px solid #e6e6e6; }
.page-aboutus .carousel {
  width: 100%;
  min-width: 1240px;
  height: 571px;
  position: relative;
  overflow: hidden; }
  .page-aboutus .carousel li {
    list-style: none;
    float: left; }
  .page-aboutus .carousel .dots {
    position: absolute;
    left: 50%;
    bottom: 25px;
    height: 7px;
    margin-left: -50px;
    list-style: none;
    list-style-type: none; }
    .page-aboutus .carousel .dots li {
      margin: auto 8px;
      background: #fff;
      opacity: 0.6;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      cursor: pointer;
      text-indent: -9999px; }
      .page-aboutus .carousel .dots li.active {
        opacity: 1; }
.page-aboutus .tab {
  width: 1200px;
  margin: 0 auto;
  position: relative; }
  .page-aboutus .tab #cnttab {
    position: relative;
    overflow: hidden;
    margin-top: 30px; }
    .page-aboutus .tab #cnttab ul {
      width: 1200px;
      height: 74px;
      overflow: hidden;
      background: #fff;
      float: right;
      border-bottom: 1px solid #dbdbdb; }
      .page-aboutus .tab #cnttab ul li {
        position: relative;
        float: left;
        width: 120px;
        margin-right: 55px;
        height: 70px;
        background: #fff; }
        .page-aboutus .tab #cnttab ul li a {
          position: absolute;
          width: 120px;
          height: 70px;
          top: 0px;
          text-align: center;
          outline: none;
          text-decoration: none; }
          .page-aboutus .tab #cnttab ul li a p {
            width: 100%;
            position: absolute;
            bottom: 18px;
            left: -3px;
            font-size: 16px;
            color: #333;
            text-align: center; }
        .page-aboutus .tab #cnttab ul li a.active {
          border-bottom: 4px solid #EB611A; }
          .page-aboutus .tab #cnttab ul li a.active p {
            color: #EB611A; }
        .page-aboutus .tab #cnttab ul li a:hover {
          border-bottom: 4px solid #EB611A; }
          .page-aboutus .tab #cnttab ul li a:hover p {
            color: #EB611A; }
    .page-aboutus .tab #cnttab .tab-items {
      float: left;
      width: 100%;
      margin-top: 50px; }
      .page-aboutus .tab #cnttab .tab-items .product {
        position: relative;
        width: 1200px;
        overflow: hidden; }
        .page-aboutus .tab #cnttab .tab-items .product .title {
          float: left;
          width: 800px; }
          .page-aboutus .tab #cnttab .tab-items .product .title .main {
            font-size: 28px;
            font-weight: bold;
            line-height: 40px;
            color: #333;
            margin-bottom: 30px; }
          .page-aboutus .tab #cnttab .tab-items .product .title .sub {
            font-size: 17px;
            line-height: 32px;
            font-weight: bold;
            color: #666;
            margin-bottom: 16px;
            text-decoration: none; }
            .page-aboutus .tab #cnttab .tab-items .product .title .sub a {
              font-size: 17px;
              line-height: 32px;
              font-weight: bold;
              color: #666;
              margin-bottom: 16px;
              text-decoration: none; }
            .page-aboutus .tab #cnttab .tab-items .product .title .sub .active {
              color: #EB611A; }
          .page-aboutus .tab #cnttab .tab-items .product .title .sub.active {
            color: #EB611A;
            margin-top: -35px;
            margin-bottom: 10px; }
        .page-aboutus .tab #cnttab .tab-items .product .content {
          float: left;
          *float: none;
          width: 800px;
          margin-bottom: 50px; }
          .page-aboutus .tab #cnttab .tab-items .product .content p {
            font-size: 15px;
            line-height: 26px;
            color: #333;
            margin-bottom: 3px; }
          .page-aboutus .tab #cnttab .tab-items .product .content .line {
            width: 100%; }
            .page-aboutus .tab #cnttab .tab-items .product .content .line .title {
              color: #333;
              font-size: 15px;
              font-weight: bold; }
            .page-aboutus .tab #cnttab .tab-items .product .content .line .desc {
              color: #333;
              font-size: 15px; }
          .page-aboutus .tab #cnttab .tab-items .product .content .right-cnt {
            width: auto;
            height: 20px;
            margin-top: 30px;
            text-align: left; }
            .page-aboutus .tab #cnttab .tab-items .product .content .right-cnt .more {
              position: relative;
              text-decoration: none;
              font-size: 14px;
              color: #E85D1D; }
              .page-aboutus .tab #cnttab .tab-items .product .content .right-cnt .more i {
                position: absolute;
                right: -20px;
                top: 2px;
                display: block;
                width: 8px;
                height: 15px;
                background: url(../img/aboutMore.png) no-repeat; }
              .page-aboutus .tab #cnttab .tab-items .product .content .right-cnt .more.active i {
                background-position: 0px -9px; }
        .page-aboutus .tab #cnttab .tab-items .product .icon {
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 400px;
          margin-bottom: 120px; }
          .page-aboutus .tab #cnttab .tab-items .product .icon img {
            position: absolute;
            top: 50%; }
        .page-aboutus .tab #cnttab .tab-items .product .important {
          position: absolute;
          right: 40px;
          top: 0px; }
        .page-aboutus .tab #cnttab .tab-items .product .footline {
          position: absolute;
          left: 0px;
          bottom: 0px;
          width: 50px;
          height: 2px;
          background: #d8d8d8; }
        .page-aboutus .tab #cnttab .tab-items .product img.about-type1-1 {
          margin-top: -180px;
          margin-left: 90px; }
        .page-aboutus .tab #cnttab .tab-items .product img.about-type1-2 {
          margin-top: -30px;
          margin-left: 145px; }
        .page-aboutus .tab #cnttab .tab-items .product img.about-type1-3 {
          margin-top: -65px;
          margin-left: 145px; }
        .page-aboutus .tab #cnttab .tab-items .product img.about-type1-4 {
          margin-top: -50px;
          margin-left: 145px; }
        .page-aboutus .tab #cnttab .tab-items .product img.about-type1-5 {
          margin-top: -60px;
          margin-left: 139px; }
        .page-aboutus .tab #cnttab .tab-items .product img.about-type1-6 {
          margin-top: -50px;
          margin-left: 145px; }
        .page-aboutus .tab #cnttab .tab-items .product img.about-type1-7 {
          margin-top: -50px;
          margin-left: 145px; }
        .page-aboutus .tab #cnttab .tab-items .product img.about-type1-8 {
          margin-top: -50px;
          margin-left: 145px; }
        .page-aboutus .tab #cnttab .tab-items .product img.about-type1-9 {
          margin-top: -50px;
          margin-left: 145px; }
      .page-aboutus .tab #cnttab .tab-items .product.last .footline {
        display: none; }
      .page-aboutus .tab #cnttab .tab-items .text {
        margin-bottom: 70px; }
        .page-aboutus .tab #cnttab .tab-items .text .title {
          font-size: 20px;
          color: #333;
          text-indent: 15px;
          margin-top: 35px;
          margin-bottom: 27px;
          border-left: 6px solid #EB611A; }
        .page-aboutus .tab #cnttab .tab-items .text .content p {
          font-size: 15px;
          line-height: 21px;
          margin: 24px auto;
          margin-left: 18px;
          color: #333; }
    .page-aboutus .tab #cnttab .tab-items #about-type1-1 {
      margin-bottom: 45px; }
      .page-aboutus .tab #cnttab .tab-items #about-type1-1 .content {
        margin-bottom: 120px; }
    .page-aboutus .tab #cnttab #tabs-2 .title .main {
      margin-bottom: 0px; }
    .page-aboutus .tab #cnttab #tabs-2 #about-type2-1 {
      margin-bottom: 50px; }
    .page-aboutus .tab #cnttab #tabs-2 .content {
      width: 100%;
      margin-bottom: 120px; }
      .page-aboutus .tab #cnttab #tabs-2 .content .title {
        width: 100%;
        font-size: 17px;
        line-height: 25px;
        color: #333;
        font-weight: bold;
        margin-top: 35px;
        margin-bottom: 20px; }
      .page-aboutus .tab #cnttab #tabs-2 .content p {
        font-size: 15px;
        line-height: 26px;
        color: #333; }
      .page-aboutus .tab #cnttab #tabs-2 .content .left {
        float: left;
        width: 450px; }
      .page-aboutus .tab #cnttab #tabs-2 .content .right {
        float: left;
        width: 450px; }
    .page-aboutus .tab #cnttab #tabs-3 .title {
      width: 100%;
      text-decoration: none;
      font-size: 17px;
      line-height: 25px;
      color: #333;
      font-weight: bold;
      margin-top: 0px;
      margin-bottom: 0px;
      cursor: pointer; }
    .page-aboutus .tab #cnttab #tabs-3 .title:hover {
      color: #EB611A; }
    .page-aboutus .tab #cnttab #tabs-3 .content {
      width: 100%; }
    .page-aboutus .tab #cnttab #tabs-3 #about-type3-1, .page-aboutus .tab #cnttab #tabs-3 #about-type3-2, .page-aboutus .tab #cnttab #tabs-3 #about-type3-3 {
      position: relative; }
      .page-aboutus .tab #cnttab #tabs-3 #about-type3-1 .content, .page-aboutus .tab #cnttab #tabs-3 #about-type3-2 .content, .page-aboutus .tab #cnttab #tabs-3 #about-type3-3 .content {
        margin-bottom: 130px; }
      .page-aboutus .tab #cnttab #tabs-3 #about-type3-1 .footline, .page-aboutus .tab #cnttab #tabs-3 #about-type3-2 .footline, .page-aboutus .tab #cnttab #tabs-3 #about-type3-3 .footline {
        position: absolute;
        left: 0px;
        bottom: 45px;
        width: 50px;
        height: 2px;
        background: #d8d8d8; }
    .page-aboutus .tab #cnttab #tabs-3 .left, .page-aboutus .tab #cnttab #tabs-3 .right {
      width: 600px;
      float: left;
      margin-bottom: 20px; }
    .page-aboutus .tab #cnttab #tabs-3 .special {
      position: relative;
      margin-bottom: 90px; }
      .page-aboutus .tab #cnttab #tabs-3 .special p {
        font-size: 16px;
        line-height: 22px;
        color: #000; }
      .page-aboutus .tab #cnttab #tabs-3 .special .footline {
        position: absolute;
        left: 0px;
        bottom: -45px;
        width: 50px;
        height: 2px;
        background: #d8d8d8; }
  .page-aboutus .tab .blank50 {
    width: 100%;
    height: 20px; }
.page-aboutus .bread {
  width: 1200px;
  margin: 55px auto;
  overflow: hidden; }
  .page-aboutus .bread li {
    width: auto;
    font-size: 16px;
    float: left; }
    .page-aboutus .bread li a {
      text-decoration: none;
      color: #333; }
  .page-aboutus .bread .active a {
    color: #EB611A; }
.page-aboutus .content-more {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 110px; }
  .page-aboutus .content-more .main {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
    margin-bottom: 30px; }
  .page-aboutus .content-more .title {
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #333;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 15px; }
  .page-aboutus .content-more .date {
    margin-top: -5px; }
  .page-aboutus .content-more p {
    font-size: 15px;
    line-height: 25px; }
.page-aboutus #contactInfo {
  width: 400px;
  margin: 50px 0px 70px 0px; }
  .page-aboutus #contactInfo .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 15px; }
  .page-aboutus #contactInfo .item {
    width: 100%;
    border: 1px solid #999;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    overflow: hidden; }
    .page-aboutus #contactInfo .item img {
      width: 20px;
      height: 20px;
      float: left;
      margin-left: 10px;
      margin-top: 10px; }
    .page-aboutus #contactInfo .item input {
      border: none;
      float: left;
      margin-left: 5px;
      height: 40px;
      line-height: 40px;
      outline: none;
      width: 360px; }
  .page-aboutus #contactInfo .submit-item {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #df5c07;
    color: #fff;
    font-size: 16px;
    cursor: pointer; }
  .page-aboutus #contactInfo #submit-info {
    font-size: 15px;
    color: #ec743d;
    margin: 20px auto; }

/*# sourceMappingURL=all.css.map */

.img-box{
	position:relative;
}
.img-box .link{
	height:100px;
    cursor: pointer;
	position: absolute;
	left:0;
	right:40px;
	bottom:0;
}
.img-box img{
	width:100%;
	height:auto;
}