@font-face {
  font-family: "elkayFont";
  src: url("/css/font/MYRIADPL.woff") format("woff"), url("/css/font/MYRIADPL.ttf") format("truetype"), url("/css/font/MYRIADPL.svg") format("svg"); /* iOS 4.1- */
}
.products-detail-wrap .product-detail .small-pic-item, .products-list-wrap .products-list, .products-wrap .products-list, .people-wrap .sub-people .item, .capabilities-wrap .capabilities-body, .about-wrap .about-costomer .costomer-item, .index-product .list, .ui-bread-crumbs {
  *zoom: 1;
}
.products-detail-wrap .product-detail .small-pic-item:before, .products-list-wrap .products-list:before, .products-wrap .products-list:before, .people-wrap .sub-people .item:before, .capabilities-wrap .capabilities-body:before, .about-wrap .about-costomer .costomer-item:before, .index-product .list:before, .ui-bread-crumbs:before, .products-detail-wrap .product-detail .small-pic-item:after, .products-list-wrap .products-list:after, .products-wrap .products-list:after, .people-wrap .sub-people .item:after, .capabilities-wrap .capabilities-body:after, .about-wrap .about-costomer .costomer-item:after, .index-product .list:after, .ui-bread-crumbs:after {
  content: "";
  display: table;
}
.products-detail-wrap .product-detail .small-pic-item:after, .products-list-wrap .products-list:after, .products-wrap .products-list:after, .people-wrap .sub-people .item:after, .capabilities-wrap .capabilities-body:after, .about-wrap .about-costomer .costomer-item:after, .index-product .list:after, .ui-bread-crumbs:after {
  clear: both;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-y: scroll; /* 0 */
  -webkit-overflow-scrolling: touch; /* 0 */
}

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0; /* 1 */
  font-size: 14px; /* 0 */
  line-height: 1.5; /* 0 */
  color: #000; /* 0 */
  background-color: #fff; /* 0 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
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.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
  *display: inline; /* 3 */
  *zoom: 1; /* 3 */
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent; /* 1 */
  /* 0 */
  text-decoration: none;
  color: #000;
}
a:active, a:hover {
  outline: 0; /* 2 */
}
a:hover {
  color: #000;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0; /* 1 */
  vertical-align: middle; /* 0 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto; /* 1 */
  white-space: pre; /* 2 */
  white-space: pre-wrap; /* 2 */
  word-wrap: break-word; /* 2 */
}

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  _font-family: "courier new", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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, 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/11.
 */
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/9/10/11, 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 0 */
}

/**
 * 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;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, "elkayFont", Arial, Verdana, STHeiti, "Microsoft Yahei", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none outside none;
}

h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}

h1 {
  font-size: 21px;
}

h2 {
  font-size: 18.2px;
}

h3 {
  font-size: 16.38px;
}

h4 {
  font-size: 14px;
}

h5, h6 {
  font-size: 11.9px;
  text-transform: uppercase;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

.col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  *zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

@media (max-width: 767px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.col-lg-1 {
  float: left;
  width: 8.3333333333%;
  *padding-left: 0;
  *padding-right: 0;
  *width: 6.7208333333%;
}

@media (max-width: 767px) {
  .col-lg-1 {
    float: none;
    width: inherit;
  }
}
.col-lg-2 {
  float: left;
  width: 16.6666666667%;
  *padding-left: 0;
  *padding-right: 0;
  *width: 15.0541666667%;
}

@media (max-width: 767px) {
  .col-lg-2 {
    float: none;
    width: inherit;
  }
}
.col-lg-3 {
  float: left;
  width: 25%;
  *padding-left: 0;
  *padding-right: 0;
  *width: 23.3875%;
}

@media (max-width: 767px) {
  .col-lg-3 {
    float: none;
    width: inherit;
  }
}
.col-lg-4 {
  float: left;
  width: 33.3333333333%;
  *padding-left: 0;
  *padding-right: 0;
  *width: 31.7208333333%;
}

@media (max-width: 767px) {
  .col-lg-4 {
    float: none;
    width: inherit;
  }
}
.col-lg-5 {
  float: left;
  width: 41.6666666667%;
  *padding-left: 0;
  *padding-right: 0;
  *width: 40.0541666667%;
}

@media (max-width: 767px) {
  .col-lg-5 {
    float: none;
    width: inherit;
  }
}
.col-lg-6 {
  float: left;
  width: 50%;
  *padding-left: 0;
  *padding-right: 0;
  *width: 48.3875%;
}

@media (max-width: 767px) {
  .col-lg-6 {
    float: none;
    width: inherit;
  }
}
.col-lg-7 {
  float: left;
  width: 58.3333333333%;
  *padding-left: 0;
  *padding-right: 0;
  *width: 56.7208333333%;
}

@media (max-width: 767px) {
  .col-lg-7 {
    float: none;
    width: inherit;
  }
}
.col-lg-8 {
  float: left;
  width: 66.6666666667%;
  *padding-left: 0;
  *padding-right: 0;
  *width: 65.0541666667%;
}

@media (max-width: 767px) {
  .col-lg-8 {
    float: none;
    width: inherit;
  }
}
.col-lg-9 {
  float: left;
  width: 75%;
  *padding-left: 0;
  *padding-right: 0;
  *width: 73.3875%;
}

@media (max-width: 767px) {
  .col-lg-9 {
    float: none;
    width: inherit;
  }
}
.col-lg-10 {
  float: left;
  width: 83.3333333333%;
  *padding-left: 0;
  *padding-right: 0;
  *width: 81.7208333333%;
}

@media (max-width: 767px) {
  .col-lg-10 {
    float: none;
    width: inherit;
  }
}
.col-lg-11 {
  float: left;
  width: 91.6666666667%;
  *padding-left: 0;
  *padding-right: 0;
  *width: 90.0541666667%;
}

@media (max-width: 767px) {
  .col-lg-11 {
    float: none;
    width: inherit;
  }
}
.col-lg-12 {
  float: left;
  width: 100%;
  *padding-left: 0;
  *padding-right: 0;
  *width: 98.3875%;
}

@media (max-width: 767px) {
  .col-lg-12 {
    float: none;
    width: inherit;
  }
}
* {
  box-sizing: border-box;
}

.ui-w, .ui-header-inner {
  width: 1240px;
  margin: 0 auto;
}

.ui-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  width: 100%;
  height: 86px;
  background-color: rgba(148, 139, 122, 0.6);
  transition: all 0.3s ease-out;
}
.ui-header-inner {
  display: flex;
}
.ui-header .ui-logo {
  min-width: 132px;
}
.ui-header .ui-main-nav {
  flex: 1;
  list-style-type: none;
}
.ui-header .ui-main-nav-inner {
  display: inline-block;
  position: relative;
  height: 86px;
}
.ui-header .ui-main-nav li {
  position: relative;
  float: left;
  min-width: 135px;
  color: #fff;
  text-align: center;
}
.ui-header .ui-main-nav li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  overflow: hidden;
  margin-top: -7px;
  background-color: rgba(216, 216, 216, 0.3);
}
.ui-header .ui-main-nav a {
  display: block;
  padding: 30px 35px;
  color: #fff;
}
.ui-header .ui-main-nav .sub-nav span {
  display: block;
}
.ui-header .ui-main-nav .sub-nav .zh {
  margin-bottom: 2px;
  font-size: 16px;
}
.ui-header .ui-main-nav .down-nav {
  display: none;
  position: absolute;
  z-index: 90;
  top: 90px;
  left: 50%;
  width: 178px;
  margin-left: -89px;
  background-color: rgb(142, 140, 136);
  color: #fff;
  text-align: left;
}
.ui-header .ui-main-nav .down-nav-auto {
  width: 320px;
}
.ui-header .ui-main-nav .down-nav a {
  padding: 10px 20px;
  color: #fff;
}
.ui-header .ui-main-nav .down-nav a:hover {
  background-color: #1A1818;
}
.ui-header .ui-main-nav .hover .down-nav {
  display: block;
}
.ui-header .ui-main-nav .current {
  color: #605e5a;
}
.ui-header .ui-main-nav .current a .sub-nav {
  color: #605e5a;
}
.ui-header .ui-search {
  position: relative;
  padding: 30px 15px 20px;
  margin-left: 20px;
}
.ui-header .ui-search img {
  width: 80%;
}
.ui-header .ui-search .icon-search {
  vertical-align: top;
}
.ui-header .ui-search-popup {
  display: none;
  position: absolute;
  top: 70px;
  right: 0;
  width: 240px;
  height: 52px;
  line-height: 52px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 #979b9e;
  border-radius: 3px;
  overflow: hidden;
}
.ui-header .ui-search-popup .input-search {
  display: block;
  flex: 1;
  border: none;
  padding: 0 10px;
  font-size: 16px;
}
.ui-header .ui-search-popup .button-search {
  display: block;
  width: 68px;
  height: 52px;
  font-size: 14px;
  border: none;
  border-left: 1px solid #f2f2f2;
  background-color: #fff;
  color: #605e5a;
}
.ui-header .ui-search.hover .ui-search-popup {
  display: flex;
}
.ui-header .ui-language {
  padding: 30px 15px 0;
}
.ui-header .ui-language img {
  width: 80%;
}
.ui-header .ui-language-link {
  position: relative;
  margin-top: 35px;
  height: 20px;
  line-height: 20px;
  padding-left: 15px;
}
.ui-header .ui-language-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 14px;
  background-color: #666;
  overflow: hidden;
}
.ui-header .bottom-line {
  position: absolute;
  bottom: 0;
  left: 14%;
  width: 14%;
  height: 4px;
  z-index: 11;
  transition: all 0.3s ease-out;
}
.ui-header .bottom-line::before {
  display: block;
  content: "";
  width: 30px;
  height: 4px;
  margin: 0 auto;
  border-radius: 3px;
  background-color: #605e5a;
  overflow: hidden;
}
.ui-header-1 {
  background-color: rgb(255, 255, 255);
}
.ui-header-1 .ui-main-nav li {
  color: #605e5a;
}
.ui-header-1 .ui-main-nav a {
  color: #605e5a;
}
.ui-header-1 .ui-main-nav .down-nav {
  background-color: rgba(142, 140, 136, 0.8);
}
.ui-header-1 .bottom-line {
  display: none;
}

/* footer */
.ui-footer {
  padding: 35px 0;
  background: #605e5a;
}
.ui-footer-link {
  display: flex;
}
.ui-footer-nav {
  display: flex;
  flex: 1;
  margin-top: 10px;
  list-style-type: none;
  color: #fff;
}
.ui-footer-nav li {
  min-width: 120px;
}
.ui-footer-nav li span {
  display: block;
}
.ui-footer-nav li .zh {
  margin-bottom: 2px;
  font-size: 16px;
}
.ui-footer-nav a {
  color: #fff;
}
.ui-footer-blog {
  display: flex;
  list-style-type: none;
}
.ui-footer-blog li {
  position: relative;
  margin-left: 30px;
}
.ui-footer-blog li img {
  width: 48px;
}
.ui-footer-blog .hover .blog-qrcode {
  display: block;
}

.ui-blog-qrcode {
  position: fixed;
  bottom: 65px;
  left: 0;
  z-index: 10;
  width: 126px;
  min-height: 126px;
}

.ui-copyright {
  padding-top: 50px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.ui-inside-wrap {
  padding-top: 86px;
}

.ui-inside-bg {
  background-image: url(/image/about/bg.png);
  background-position: 100% top;
  background-repeat: no-repeat;
}

.ui-inside-title {
  padding-top: 80px;
  padding-bottom: 30px;
}
.ui-inside-title h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}
.ui-inside-title .sub-title {
  font-size: 70px;
  line-height: 1.1;
  font-family: elkayFont;
  color: #605e5a;
}

.ui-bread-crumbs {
  padding: 30px 0;
}
.ui-bread-crumbs .crumbs-item {
  position: relative;
  float: left;
  padding-right: 70px;
  font-size: 18px;
}
.ui-bread-crumbs .crumbs-item .cn {
  padding-top: 2px;
  font-family: elkayFont;
  color: #605e5a;
}
.ui-bread-crumbs .crumbs-item .cn a {
  color: #605e5a;
}
.ui-bread-crumbs .crumbs-item::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(45deg);
}
.ui-bread-crumbs .crumbs-item:last-child::after {
  display: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2px 8px;
  border-radius: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  margin-top: 0;
  background: rgb(255, 255, 255);
}

/* index */
.index-banner {
  position: relative;
  height: 695px;
}
.index-banner .swiper-slide {
  height: 695px;
  background-position: top center;
  background-repeat: no-repeat;
}
.index-banner .banner-pic {
  display: flex;
}
.index-banner .banner-link {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 520px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 18px;
  background: #605e5a;
  color: #fff;
  letter-spacing: 2px;
  z-index: 10;
}
.index-banner .banner-link .arrow {
  position: absolute;
  top: 50%;
  right: 85px;
  width: 18px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}
.index-banner .banner-link .arrow::after {
  content: "";
  position: absolute;
  top: -7px;
  right: -10px;
  width: 15px;
  height: 15px;
  overflow: hidden;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 3px;
  transform: rotate(45deg);
}
.index-banner .banner-link a {
  color: #fff;
}
.index-banner .banner-left,
.index-banner .banner-right {
  position: relative;
  flex: 1;
  height: 695px;
  background-color: rgba(96, 94, 90, 0.3);
  transition: all 0.3s ease-out;
}
.index-banner .banner-left:hover,
.index-banner .banner-right:hover {
  background-color: rgba(96, 94, 90, 0);
}
.index-banner .banner-left .banner-link {
  right: 0;
}
.index-banner .banner-right {
  background-color: rgba(112, 144, 130, 0.7);
}
.index-banner .banner-right .banner-link {
  background: #709082;
}

.index-markets {
  padding: 72px 0 80px;
  background: #1a1818 url(/image/markets_bg.png) no-repeat top center;
}
.index-markets .ui-w, .index-markets .ui-header-inner {
  display: flex;
}
.index-markets .markets-left {
  flex: 1;
}
.index-markets .markets-left .title {
  margin-bottom: 20px;
}
.index-markets .markets-left .markets-list {
  height: 300px;
  font-size: 16px;
  color: #fff;
}
.index-markets .markets-left .markets-list li {
  padding: 3px 0;
}
.index-markets .markets-left .button-more {
  display: block;
  width: 230px;
  height: 60px;
  padding: 0 30px;
  line-height: 60px;
  text-align: center;
  background: #605e5a;
  color: #fff;
  font-size: 20px;
}
.index-markets .markets-right {
  width: 738px;
}
.index-markets .markets-right .swiper-pagination {
  text-align: right;
  padding-right: 20px;
}
.index-markets .markets-right .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  overflow: hidden;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.index-product {
  padding: 50px 0 100px;
  background-color: #000;
}
.index-product .header {
  display: flex;
  margin-bottom: 20px;
}
.index-product .header .header-left {
  flex: 1;
}
.index-product .list li {
  position: relative;
  float: left;
  border: 20px solid #000;
  transition: all 0.3s ease-out;
}
.index-product .list li:hover, .index-product .list li.hover {
  border-color: rgba(112, 144, 130, 0.8);
}
.index-product .list li:hover .sub-title, .index-product .list li.hover .sub-title {
  display: block;
  background-color: rgba(112, 144, 130, 0.8);
}
.index-product .list .inner {
  background-color: #fff;
  width: 270px;
  height: 270px;
}
.index-product .list .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 270px;
}
.index-product .list a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 270px;
  height: 270px;
}
.index-product .list .sub-title {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease-out;
}
.index-product .list .name-zh {
  font-size: 14px;
}

/* about */
.about-body {
  background-color: #fff;
  border-top: 10px solid #8e8c88;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.about-wrap .about-sub-title {
  height: 80px;
  padding-bottom: 20px;
}
.about-wrap .about-sub-title h4 {
  font-size: 28px;
}
.about-wrap .about-sub-title .en {
  font-size: 16px;
  color: #605e5a;
  font-family: elkayFont;
}
.about-wrap .about-sub-title-2 {
  padding-bottom: 10px;
}
.about-wrap .about-sub-title-2 h4 {
  font-size: 18px;
}
.about-wrap .about-banner img {
  width: 100%;
}
.about-wrap .about-banner-2 {
  margin-bottom: 60px;
}
.about-wrap .about-item .about-content h4 {
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
}
.about-wrap .about-item img {
  max-width: 100%;
}
.about-wrap .about-item .about-content {
  line-height: 2;
}
.about-wrap .about-item .about-text {
  padding: 40px 90px;
  line-height: 1.8;
}
.about-wrap .about-item-inline {
  display: flex;
  width: 100%;
  background-color: #000;
  color: #fff;
  align-items: center;
}
.about-wrap .about-item-inline .about-item-body {
  flex: 1;
  padding: 0 80px;
  line-height: 1.8;
}
.about-wrap .about-item-inline .about-item-body h4 {
  font-size: 28px;
  margin-bottom: 10px;
}
.about-wrap .about-item-inline .about-pic {
  width: 520px;
  margin-right: 100px;
}
.about-wrap .about-item-inline .about-pic img {
  max-width: 100%;
}
.about-wrap .about-item-inline .about-content {
  line-height: 1.8;
}
.about-wrap .about-item-inline .about-content a {
  color: rgb(54, 139, 229);
}
.about-wrap .about-item-left .about-pic {
  margin-left: 100px;
  margin-right: 0;
}
.about-wrap .about-values {
  display: flex;
  padding-bottom: 40px;
}
.about-wrap .about-values .about-sub-title {
  width: 150px;
  padding-bottom: 0;
}
.about-wrap .about-values .values-body {
  flex: 1;
  display: flex;
}
.about-wrap .about-values .values-item {
  flex: 1;
  min-height: 64px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 2;
  border-left: 2px solid #a9c3b8;
}
.about-wrap .about-costomer {
  padding: 40px 0 40px 50px;
}
.about-wrap .about-costomer .about-sub-title {
  margin-bottom: 20px;
}
.about-wrap .about-costomer .costomer-item li {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 156px;
  height: 156px;
  margin: 0 0 30px 40px;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.about-wrap .about-costomer .costomer-item li img {
  max-width: 100%;
}
.about-wrap .about-costomer .costomer-item li:nth-child(6n+1) {
  margin-left: 0;
}

/* capabilities */
.capabilities-wrap .capabilities-body {
  padding: 50px;
  background-color: #fff;
  border-top: 10px solid #8e8c88;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.capabilities-wrap .capabilities-item {
  margin-bottom: 60px;
}
.capabilities-wrap .capabilities-item img {
  max-width: 100%;
}
.capabilities-wrap .capabilities-item .pic {
  margin-bottom: 20px;
}
.capabilities-wrap .capabilities-item .name {
  padding: 0 30px;
  font-size: 16px;
  line-height: 1.8;
}
.capabilities-wrap .capabilities-item-inline {
  float: left;
  width: 45%;
  margin-right: 10%;
  margin-bottom: 80px;
}
.capabilities-wrap .capabilities-item-inline img {
  max-width: 100%;
}
.capabilities-wrap .capabilities-item-inline .name {
  padding: 20px 50px 10px;
  height: 175px;
  font-size: 16px;
  line-height: 1.8;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border-left: 6px solid #709082;
}
.capabilities-wrap .capabilities-item-inline:nth-child(odd) {
  margin-right: 0;
}

/* contact */
.contact-wrap .contact-title {
  padding-top: 60px;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
.contact-wrap .ui-w, .contact-wrap .ui-header-inner {
  width: 1000px;
}
.contact-wrap .contact-form {
  margin-top: 50px;
  padding-bottom: 20px;
  font-size: 16px;
}
.contact-wrap .contact-form .row-1 {
  display: flex;
}
.contact-wrap .contact-form .col {
  flex: 1;
}
.contact-wrap .contact-form .item-left {
  margin-right: 20px;
}
.contact-wrap .contact-form .contact-form-item {
  flex: 1;
  margin-bottom: 30px;
}
.contact-wrap .contact-form label {
  display: block;
  margin-bottom: 10px;
}
.contact-wrap .contact-form input[type=text],
.contact-wrap .contact-form select,
.contact-wrap .contact-form textarea {
  width: 100%;
  min-height: 22px;
  padding: 5px 12px;
  line-height: 22px;
}
.contact-wrap .contact-form textarea {
  height: 128px;
}
.contact-wrap .contact-form input[type=submit] {
  padding: 0.4em 1em;
  background-color: #605e5a;
  text-transform: uppercase !important;
  font-weight: 700;
  margin-top: 10px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.contact-wrap-en .contact-title {
  text-align: left;
}

/* people */
.people-wrap {
  padding-bottom: 20px;
}
.people-wrap .main-people {
  min-height: 200px;
  margin-top: 60px;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 10px solid #7c998c;
}
.people-wrap .main-people a {
  display: flex;
  width: 100%;
  padding: 0 100px 0 50px;
}
.people-wrap .main-people .people-left {
  flex: 1;
  padding-top: 85px;
}
.people-wrap .main-people .name {
  margin-bottom: 10px;
  font-size: 30px;
  font-family: elkayFont;
  color: #605e5a;
}
.people-wrap .main-people .profession {
  margin-bottom: 5px;
  font-size: 30px;
}
.people-wrap .main-people .arrow {
  display: block;
  width: 80px;
  height: 80px;
  margin-top: 100px;
  overflow: hidden;
  background: url(/image/people/arrow.png) no-repeat left top;
}
.people-wrap .sub-people {
  margin-top: 60px;
}
.people-wrap .sub-people .item {
  text-align: left;
}
.people-wrap .sub-people .item li {
  float: left;
  width: 17%;
  margin-left: 3%;
  height: 340px;
}
.people-wrap .sub-people .item li .pic {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #eee;
}
.people-wrap .sub-people .item li img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
.people-wrap .sub-people .item li .name {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-family: elkayFont;
  font-weight: 700;
}
.people-wrap .sub-people .item li .profession {
  margin-bottom: 8px;
  font-size: 14px;
  color: rgb(96, 94, 90);
}
.people-wrap .sub-people .item li .about {
  height: 40px;
  font-size: 12px;
  line-height: 1.4;
  color: rgb(96, 94, 90);
}
.people-wrap .sub-people .item li:nth-child(5n+1) {
  margin-left: 0;
}
.people-wrap .sub-people .item li:hover {
  border-bottom-color: rgb(11, 15, 18);
}

.people-detail-wrap .ui-w, .people-detail-wrap .ui-header-inner {
  padding: 60px 0;
}
.people-detail-wrap .main-people {
  display: flex;
  padding-bottom: 20px;
}
.people-detail-wrap .main-people .people-left {
  position: relative;
  flex: 1;
}
.people-detail-wrap .main-people .text-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.people-detail-wrap .main-people .name {
  margin-bottom: 10px;
  font-size: 30px;
  font-family: elkayFont;
  color: #605e5a;
}
.people-detail-wrap .main-people .profession {
  margin-bottom: 5px;
  font-size: 30px;
}
.people-detail-wrap .people-qa {
  display: flex;
  background-color: rgba(124, 153, 140, 0.1);
  border-top: 10px solid rgb(124, 153, 140);
}
.people-detail-wrap .people-qa .qa-left,
.people-detail-wrap .people-qa .qa-right {
  flex: 1;
  padding: 20px 30px;
}
.people-detail-wrap .people-qa .qa-right {
  background-color: rgba(124, 153, 140, 0.2);
}
.people-detail-wrap .people-qa .qa-item {
  font-size: 16px;
  color: #605e5a;
}
.people-detail-wrap .people-qa .qa-item li {
  padding: 10px 0 10px;
}
.people-detail-wrap .people-qa .qa-item .title,
.people-detail-wrap .people-qa .qa-item .desc {
  position: relative;
  padding-left: 45px;
  padding-bottom: 10px;
}
.people-detail-wrap .people-qa .qa-item .desc {
  font-weight: 500;
}
.people-detail-wrap .people-qa .qa-item .sub-title {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 20px;
}

/* markets */
.markets-wrap {
  background-image: url(/image/markets/bg.png);
}
.markets-wrap .markets-item {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  min-height: 200px;
}
.markets-wrap .markets-item img {
  width: 100%;
}
.markets-wrap .markets-item .main-title {
  position: absolute;
  left: 40px;
  bottom: 40px;
  min-width: 270px;
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  background-color: #000;
  color: #fff;
}
.markets-wrap .markets-item .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 80px;
  height: 80px;
  background-color: #000;
  cursor: pointer;
}
.markets-wrap .markets-item .arrow img {
  width: 22px;
}
.markets-wrap .markets-item .popup-detail {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 520px;
  height: 100%;
  padding: 50px 40px;
  font-size: 16px;
  background: linear-gradient(90deg, rgba(39, 39, 39, 0.7) 0%, rgb(39, 39, 39) 100%);
  color: #fff;
  transition: all 0.2s ease-out;
}
.markets-wrap .markets-item .popup-detail .title {
  font-size: 28px;
  font-weight: 600;
}
.markets-wrap .markets-item .popup-detail .address {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.markets-wrap .markets-item .popup-detail .desc {
  color: rgba(255, 255, 255, 0.7);
}
.markets-wrap .markets-item .popup-detail .button-more {
  margin-top: 30px;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
}
.markets-wrap .markets-item .popup-detail .button-close {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 80px;
  height: 80px;
  background: #1A1818;
  cursor: pointer;
}
.markets-wrap .markets-item .popup-detail .button-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  overflow: hidden;
  background: url(/image/icon_close.png) no-repeat center;
}
.markets-wrap .markets-item:hover .popup-detail {
  right: -520px;
}

.markets-detail-wrap .markets-item {
  display: flex;
  margin-bottom: 60px;
}
.markets-detail-wrap .markets-item .pic-swiper {
  flex: 2;
  --swiper-theme-color: #fff;
  --swiper-navigation-size: 26px;
}
.markets-detail-wrap .markets-item .pic-swiper img {
  width: 100%;
}
.markets-detail-wrap .markets-item .pic-swiper .swiper-current {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.markets-detail-wrap .markets-item .pic-swiper .swiper-button-prev,
.markets-detail-wrap .markets-item .pic-swiper .swiper-button-next {
  display: none;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  background-color: rgba(26, 24, 24, 0.8);
}
.markets-detail-wrap .markets-item .pic-swiper .swiper-button-prev {
  left: 0;
}
.markets-detail-wrap .markets-item .pic-swiper .swiper-button-next {
  right: 0;
}
.markets-detail-wrap .markets-item .pic-swiper .swiper-pagination-fraction {
  left: inherit;
  right: 20px;
  width: auto;
  padding: 3px 10px 2px;
  font-size: 32px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: elkayFont;
}
.markets-detail-wrap .markets-item .pic-swiper:hover .swiper-button-prev,
.markets-detail-wrap .markets-item .pic-swiper:hover .swiper-button-next {
  display: flex;
}
.markets-detail-wrap .markets-item .markets-about {
  flex: 1;
  margin-left: 20px;
  padding: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  background: linear-gradient(180deg, rgba(39, 39, 39, 0.7) 0%, rgb(39, 39, 39) 100%);
}
.markets-detail-wrap .markets-item .markets-about .name {
  margin-bottom: 20px;
  font-size: 18px;
}
.markets-detail-wrap .markets-item-right .markets-about {
  margin-left: 0;
  margin-right: 20px;
}

/* products */
.products-wrap .products-banner {
  margin-top: 60px;
}
.products-wrap .products-banner .swiper-slide {
  width: 90%;
  padding: 0 20px;
  margin: 0 auto;
}
.products-wrap .products-banner .swiper-slide img {
  width: 100%;
}
.products-wrap .products-list {
  margin-top: 40px;
}
.products-wrap .products-list li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 100px;
}
.products-wrap .products-list li:nth-child(even) {
  margin-right: 0;
}
.products-wrap .products-list li:hover .pic {
  border-bottom-color: #1a1818;
}
.products-wrap .products-list .header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.products-wrap .products-list .header .title {
  flex: 1;
}
.products-wrap .products-list .header h4 {
  font-size: 28px;
}
.products-wrap .products-list .header .sub-title {
  margin-top: 5px;
  font-size: 20px;
  font-family: elkayFont;
  color: #605e5a;
}
.products-wrap .products-list .header .more a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.products-wrap .products-list .header .more a::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(45deg);
}
.products-wrap .products-list .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 395px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 10px solid #709082;
  transition: all 0.3s ease-out;
}
.products-wrap .products-list .pic img {
  max-width: 100%;
}
.products-wrap .products-list-en .header h4 {
  font-size: 24px;
}

.products-list-wrap .ui-bread-crumbs {
  padding: 70px 0 30px;
}
.products-list-wrap .headline {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(142, 140, 136, 0.6);
}
.products-list-wrap .headline h1 {
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}
.products-list-wrap .products-banner {
  margin-bottom: 50px;
}
.products-list-wrap .products-banner img {
  width: 100%;
}
.products-list-wrap .products-list li {
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 50px;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.products-list-wrap .products-list li:nth-child(3n+1) {
  margin-left: 0;
}
.products-list-wrap .products-list li:hover .title {
  background: rgba(26, 24, 24, 0.9);
}
.products-list-wrap .products-list .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 275px;
  overflow: hidden;
}
.products-list-wrap .products-list .pic img {
  max-width: 100%;
}
.products-list-wrap .products-list .title {
  height: 65px;
  padding-top: 15px;
  text-align: center;
  background: rgba(112, 144, 130, 0.9);
  transition: all 0.3s ease-out;
  color: #fff;
}
.products-list-wrap .products-list .title a {
  color: #fff;
}
.products-list-wrap .products-list .title h4 {
  padding-top: 5px;
}

.products-detail-wrap .ui-bread-crumbs {
  padding: 70px 0 30px;
}
.products-detail-wrap .headline {
  font-size: 20px;
  font-weight: 600;
}
.products-detail-wrap .headline-1 h1 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}
.products-detail-wrap .headline-1 .sub-head {
  font-size: 14px;
  font-weight: 400;
}
.products-detail-wrap .product-detail {
  display: flex;
  margin-bottom: 50px;
}
.products-detail-wrap .product-detail .big-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 500px;
  margin-right: 70px;
  overflow: hidden;
  background: #f1f1f1;
  border: 1px solid #979797;
}
.products-detail-wrap .product-detail .big-pic img {
  max-width: 100%;
}
.products-detail-wrap .product-detail .big-content {
  flex: 1;
}
.products-detail-wrap .product-detail .headline {
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: 24px;
  font-weight: 700;
}
.products-detail-wrap .product-detail .product-code {
  font-size: 24px;
  color: #8fb0a1;
}
.products-detail-wrap .product-detail .product-info {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e7ebee;
}
.products-detail-wrap .product-detail .product-table td {
  padding: 5px 0;
}
.products-detail-wrap .product-detail .product-table .number-1 {
  width: 220px;
  font-weight: 700;
}
.products-detail-wrap .product-detail .product-table .number-2 {
  color: #979b9e;
}
.products-detail-wrap .product-detail .small-pic {
  width: 670px;
  margin-top: 30px;
}
.products-detail-wrap .product-detail .small-pic li {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  overflow: hidden;
  background-color: rgb(187, 186, 183);
  border: 1px solid #979797;
}
.products-detail-wrap .product-detail .small-pic li img {
  max-width: 100%;
}
.products-detail-wrap .product-detail .small-pic .current {
  border: 10px solid #000;
}
.products-detail-wrap .product-detail .small-pic .swiper-button-prev,
.products-detail-wrap .product-detail .small-pic .swiper-button-next {
  width: 40px;
  height: 120px;
  margin-top: -60px;
}
.products-detail-wrap .product-detail .small-pic .swiper-button-prev::after,
.products-detail-wrap .product-detail .small-pic .swiper-button-next::after {
  font-size: 22px;
  color: rgb(26, 24, 24);
}
.products-detail-wrap .product-detail .small-pic .swiper-button-prev {
  left: 0;
  background: linear-gradient(275deg, rgba(143, 176, 161, 0) 0%, #8fb0a1 100%);
}
.products-detail-wrap .product-detail .small-pic .swiper-button-next {
  right: 0;
  background: linear-gradient(90deg, rgba(143, 176, 161, 0) 0%, #8fb0a1 100%);
}
.products-detail-wrap .product-detail .small-pic .swiper-button-disabled {
  display: none;
}
.products-detail-wrap .detail-content {
  padding-bottom: 50px;
}
.products-detail-wrap .detail-content img {
  width: 100%;
}
.products-detail-wrap .recommend-products {
  margin-bottom: 60px;
}
.products-detail-wrap .recommend-products .title {
  margin-bottom: 40px;
}
.products-detail-wrap .recommend-products .title .zh {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 8px;
}
.products-detail-wrap .recommend-products .title .cn {
  font-size: 16px;
  line-height: 1.1;
  font-family: elkayFont;
  color: #605e5a;
}
.products-detail-wrap .recommend-products-list {
  display: flex;
}
.products-detail-wrap .recommend-products-list li {
  flex: 1;
  margin-right: 25px;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.products-detail-wrap .recommend-products-list li:last-child {
  margin-right: 0;
}
.products-detail-wrap .recommend-products-list li:hover .name {
  background: rgba(26, 24, 24, 0.9);
}
.products-detail-wrap .recommend-products-list .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 275px;
  overflow: hidden;
}
.products-detail-wrap .recommend-products-list .pic img {
  max-width: 100%;
}
.products-detail-wrap .recommend-products-list .name {
  height: 65px;
  padding-top: 15px;
  text-align: center;
  background: rgba(112, 144, 130, 0.9);
  transition: all 0.3s ease-out;
  color: #fff;
}
.products-detail-wrap .recommend-products-list .name a {
  color: #fff;
}
.products-detail-wrap .recommend-products-list .name h4 {
  padding-top: 5px;
}

/*# sourceMappingURL=common.css.map */
