@charset "UTF-8";
/**
 * 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: 12px;
  /* 0 */
  line-height: 2;
  /* 0 */
  color: #333;
  /* 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: #08c;
}
a:active, a:hover {
  outline: 0
  /* 2 */
}
a:hover {
  color: #006699;
}

/* 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 {
  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;
}

textarea:focus,
input:focus {
  outline: none;
}

/**
 * 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 */
  /* 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,
input[type="text"] {
  -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: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, 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: 18px;
}

h2 {
  font-size: 15.6px;
}

h3 {
  font-size: 14.04px;
}

h4 {
  font-size: 12px;
}

h5, h6 {
  font-size: 10.2px;
  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;
}

.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ovh {
  overflow: hidden;
}

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.dn {
  display: none;
}

.w-f {
  width: 100%;
}

.h-f {
  height: 100%;
}

/*.loader{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgba(0,0,0, 0.5);
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
}
.loader.white{
    border-top: 1px solid rgba(255,255,255, 0.08);
    border-right: 1px solid rgba(255,255,255, 0.08);
    border-bottom: 1px solid rgba(255,255,255, 0.08);
    border-left: 1px solid rgba(255,255,255, 0.5);
}*/
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
html, button, input, select, textarea {
  font-family: "Microsoft YaHei Light", "Microsoft YaHei", "Helvetica Neue", "PingFang SC", Helvetica, Tahoma, sans-serif;
}

html {
  /*overflow: hidden;*/
}

body {
  background: #f5f3f2;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

.ovh-f {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

.w1200 {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}

.bocweb-footer {
  background: #e5e5e5;
  padding: 15px 0;
}
.bocweb-footer p {
  color: #777;
  font-size: 14px;
  line-height: 37px;
}
.bocweb-footer a {
  color: #777;
  font-size: 14px;
  line-height: 37px;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.footer-tip {
  width: 100%;
  padding: 40px 0;
  background: #fff;
}
.footer-tip .ulbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-tip .li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-tip .tu {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
}
.footer-tip .tu img {
  width: 100%;
}
.footer-tip .text {
  max-width: calc(100% - 96px);
  margin-left: 20px;
}
.footer-tip .tit2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #333;
}
.footer-tip .p {
  font-size: 14px;
  line-height: 1.2;
  color: #999;
}
.footer-tip .bor-1:before {
  content: "";
  position: absolute;
  width: 1px;
  right: 0;
  height: 72px;
  top: calc(50% - 36px);
  background: #ededed;
}
.footer-tip .li:nth-child(1) {
  padding-left: 40px;
  padding-right: 20px;
}
.footer-tip .li:nth-child(2) {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-tip .li:nth-child(3) {
  padding-left: 20px;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wheader {
  height: 70px;
  background: #fff;
}

.header {
  z-index: 9;
  height: 70px;
  position: fixed;
  width: 100%;
  background: #fff;
  box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -webkit-transition: -webkit-transform .35s;
          transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transition: -webkit-transform .35s,-webkit-transform .35s;
          transition: transform .35s,-webkit-transform .35s;
}
.header h1 {
  width: 340px;
  line-height: 70px;
}
.header h1 img {
  max-width: 100%;
  display: inline-block;
}
.header h1 a {
  display: block;
}
.header .h-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
.header .h-right ul {
  display: inline-block;
}
.header .h-right li {
  height: 70px;
  line-height: 70px;
  float: left;
  text-align: center;
  font-size: 14px;
  margin: 0 25px;
  position: relative;
}
.header .h-right li > a {
  color: #4c4c4c;
  display: block;
  z-index: 2;
  -webkit-transition: all 0.3s 0s cubic-bezier(0.86, 0.5, 1, 1);
          transition: all 0.3s 0s cubic-bezier(0.86, 0.5, 1, 1);
}
.header .h-right li:first-child {
  margin-left: 0;
}
.header .header-sreach {
  width: 180px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ececec;
  border-radius: 3px;
  margin-left: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .input1 {
  width: 140px;
  text-indent: 15px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  border: none;
  background: none;
}
.header .input2 {
  width: 40px;
  height: 36px;
  border: none;
  background: url(../img/img2.png) no-repeat center center;
}
.header .subnav {
  position: absolute;
  width: 180px;
  left: calc(50% - 90px);
  top: 70px;
  z-index: 2;
  background: #fff;
  padding: 10px 0;
  opacity: 0;
  -webkit-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  visibility: hidden;
  -webkit-transition: -webkit-transform .4s ease,opacity .4s ease;
  transition: transform .4s ease,opacity .4s ease;
}
.header .subnav a {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #666;
}
.header li:hover .subnav {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
.header .l-toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 45px;
  height: 60px;
  cursor: pointer;
  z-index: 99;
}
.header .l-toggle span {
  position: absolute;
  top: 29px;
  right: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #000;
}
.header .l-toggle .line1 {
  margin: -8px auto auto;
  -webkit-transition: all .8s;
          transition: all .8s;
}
.header .l-toggle .line2 {
  margin: auto;
}
.header .l-toggle .line3 {
  margin: 8px auto auto;
  -webkit-transition: all .8s;
          transition: all .8s;
}
.header .l-toggle.hover span {
  background: #000;
}
.header .l-toggle.hover .line1 {
  margin: 0 auto;
}
.header .l-toggle.hover .line3 {
  margin: 0 auto;
}
.header .l-gnav {
  display: none;
}
.header .sub-menu {
  width: 100%;
  height: calc(100vh - 70px);
  display: none;
  position: fixed;
  left: 0;
  top: 70px;
  z-index: 2;
  background: #fff;
}
.header .sub-menu ul {
  width: 100%;
  margin-top: 3%;
  height: calc(100% - 50px);
  overflow-y: scroll;
  padding: 0 4%;
}
.header .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}
.header .sub-menu .tit {
  display: block;
  width: 100%;
  padding: .58333rem 0;
  font-size: .58333rem;
  line-height: 1.2;
  text-align: left;
  border-bottom: 1px solid #f8f8f8;
  color: #000;
  position: relative;
}
.header .sub-menu .sub-tit:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 16px;
  height: 9px;
  margin-top: -4.5px;
  background: url(../img/arrow-icon.png) no-repeat center center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  background-size: contain;
}
.header .sub-menu .sub-tit.on:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .sub-menu .sec-list {
  display: none;
}
.header .sub-menu .search-btn {
  background: url(../img/pic3.png) no-repeat left center;
  background-size: 20px auto;
  padding-left: 30px;
  color: #777;
  line-height: 1;
}
.header .sub-menu .sec-list a {
  padding: .375rem 1.45833rem;
  font-size: .5rem;
  line-height: 1.5;
  border-bottom: none;
  display: block;
  color: #666;
}
.header .sub-menu li:last-child {
  padding-bottom: 0;
}
.header .search-btn {
  position: absolute;
  top: 50%;
  right: calc(4% + 60px);
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(../img/h-m-sear.png) no-repeat center center;
}

.mh-right .header-sreach {
  display: none;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 70px;
  width: 100%;
  left: 0;
  background: #fff;
  margin-left: 0;
  z-index: 9;
}
.mh-right .input1 {
  height: 50px;
  line-height: 50px;
  text-indent: 4%;
  width: calc(100% - 50px);
}
.mh-right .input2 {
  height: 50px;
  background: url(../img/h-m-sear.png) no-repeat center center;
}

/*input::-webkit-input-placeholder {  
　　color:#eee;font-size:14px;
}
input:-moz-placeholder {  
　　color:#eee;font-size:14px;
}
input::-moz-placeholder { 
　　color:#eee;font-size:14px;
}
input:-ms-input-placeholder {
　　color:#eee;font-size:14px;
}*/
.tip-select {
  margin: 45px auto;
  background: #fff;
}
.tip-select .row-select {
  border-bottom: 1px solid #efefef;
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tip-select .sp-name {
  width: 60px;
  font-size: 12px;
  color: #b2b2b2;
  margin-right: 80px;
}
.tip-select .sp-name span {
  letter-spacing: 11px;
}
.tip-select .spbox {
  margin-right: 30px;
  cursor: pointer;
  color:#333;
  transition: all .3s ease;
}
.tip-select .spbox:hover, .tip-select .spbox.cur {
  color: #ba8f5a;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.tip-select .spbox2 {
  display: inline-block;
  border: 1px solid #c99f6a;
  color: #c99f6a;
  position: relative;
  cursor: pointer;
  line-height: 25px;
  padding: 0 30px 0 10px;
  border-radius: 15px;
  margin-right: 10px;
}
.tip-select .spbox2 span {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
}

.n-products {
  padding: 0 0 4.69%;
}
.n-products .ulbox {
  width: 103.515%;
}
.n-products .ulbox .link {
  position: relative;
  display: block;
  width: 30.64%;
  margin: 0 2.3% 2.3% 0;
  height: 460px;
  background-color: #fff;
  overflow: hidden;
}
.n-products .ulbox .top {
  margin-top: 10%;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.n-products .ulbox .img-box {
  position: relative;
  width: 150px;
  height: 200px;
  margin: 0 auto;
}
.n-products .ulbox .top2{
  margin-top:0;
}
.n-products .ulbox .img-box2 {
  position: relative;
  width: 100%;
  height: 220px;
  margin: 0 auto;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:50% 50%;
}
.n-products .ulbox .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.n-products .ulbox .link .text-box {
  width: 88%;
  margin: 0 auto;
  text-align: center;
}
.n-products .ulbox .link .text-box h4 {
  padding: 0;
  margin: 5% 0 5px;
  font-size: 18px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
  font-weight: normal;
  color: #000;
}
.n-products .ulbox .link .text-box h4.tit4{
  font-size:16px;
}
.n-products .ulbox .link .text-box .text {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
  color: #999;
  justify-content: center;
}
.n-products .ulbox .link .center {
  width: 88%;
  max-height: 44px;
  margin: 0 auto 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #c9995f;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.n-products .ulbox .link span {
  display: block;
}
.n-products .ulbox .btm {
  width: 66%;
  margin: 0 auto;
  display:flex;
  flex-flow:row wrap;
  justify-content:center;
  align-items:center;
}
.n-products .ulbox .btm .buy{
	margin-right:4%;
}
.n-products .ulbox .buy, .n-products .ulbox .branches {
  /* width: 47%; */
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  display: block;
  text-align: center;
	width: 100%;
}
.n-products .ulbox .buy {
  border-radius: 5px;
  border: 1px solid #c8a165;
  color: #c8a165;
}
.n-products .ulbox .branches {
  border-radius: 5px;
  border: 1px solid #ececec;
  color: #999;
}

.ex-more-box {
  padding-top: 3.1%;
  text-align: center;
}

.ex-more-box .icon-box {
  position: relative;
}

.ex-more-box .icon-box .icon-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e6e5e5;
}

.ex-more-box .icon-box .icon {
  position: relative;
  width: 120px;
  margin: 0 auto;
  background-color: #f5f3f2;
  cursor: pointer;
}

.ex-more-box .icon-box .icon .img {
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 0px 30px rgba(167, 141, 110, 0.2);
  background: url(../img/next-page2.png) no-repeat center center;
  background-color: #fff;
}

.ex-more-box .text {
  padding-top: 18px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #000;
}

.tip-box {
  width: 200px;
  height: 460px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-sizing: border-box;
}
.tip-box a {
  display: block;
  padding: 25px 0;
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.tip-box a:hover {
  color: #ba8f5a;
}

.i-list1 {
  margin: 15px auto 0;
}
.i-list1 .index-banner {
  width: calc(100% - 215px);
  height: 460px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.i-list1 .index-banner .swiper-slide {
  height: 460px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.i-list1 .index-banner .swiper-pagination {
  bottom: 22px !important;
}
.i-list1 .index-banner .swiper-pagination-bullet {
  background: #606163;
  position: relative;
  opacity: 1 !important;
  margin: 0 12px !important;
}
.i-list1 .index-banner .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  position: absolute;
  left: calc(50% - 9px);
  top: calc(50% - 9px);
  border: 1px solid transparent;
  border-radius: 50%;
}
.i-list1 .index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b78d59;
}
.i-list1 .index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border: 1px solid #b78d59;
}
.i-list1 .index-banner .swiper-button-prev {
  background: rgba(0, 0, 0, 0.5) url(../img/img3.png) no-repeat center center;
  width: 30px;
  height: 40px;
  border-radius: 5px;
  left: 10px;
}
.i-list1 .index-banner .swiper-button-next {
  background: rgba(0, 0, 0, 0.5) url(../img/img3-1.png) no-repeat center center;
  width: 30px;
  height: 40px;
  border-radius: 5px;
  right: 10px;
}

.i-list2 {
  margin-top: 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.i-list2 .n-products .ulbox .link{
	width: 22.5%;
}
.i-list2 .title-top {
  margin-bottom: 15px;
}
.i-list2 .title-top .tit2 {
  font-size: 18px;
  color: #333;
  line-height: 28px;
}
.i-list2 .title-top .more {
  font-size: 12px;
  line-height: 28px;
  color: #333;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.i-list2 .title-top .more:hover {
  color: #b78d59;
}
.i-list2 .n-products {
  padding-bottom: 0;
}
.i-list2 .n-products .link {
  margin-bottom: 0;
}
.i-list2 .n-products .ulbox .top {
  margin-top: 13%;
}
.i-list2 .n-products .ulbox .link .text-box h4 {
  padding: 0 !important;
  margin: 8% 0 5px;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.i-list3 {
  margin-bottom: 114px;
}

.hvr-left {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #b78d59;
  left: 30%;
  right: 100%;
  bottom: 0;
  height: 3px;
  -webkit-transition-property: right;
          transition-property: right;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.hvr-left:hover:before, .hvr-left.cur:before {
  right: 30%;
}

.back-top {
  width: 37px;
  display: inline-block;
  position: relative;
  margin-left: 22px;
  cursor: pointer;
}

.back-top img {
  width: 100%;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s;
}

.back-top .b {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.back-top:hover .b {
  opacity: 1;
  filter: alpha(opacity=100);
}

.pc-768-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-768-block {
  display: none;
}

.m-block {
  display: none;
}

@media (max-width: 1200px) {
  .i-list1 .tip-box {
    display: none;
  }

  .i-list1 .index-banner {
    width: 100%;
    height: 400px;
  }
  .i-list1 .index-banner .swiper-slide {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .back-top {
    display: none;
  }

  .i-list2 .n-products {
    padding-bottom: 30px;
    position: relative;
  }
  .i-list2 .n-products .swiper-pagination {
    bottom: 0;
  }
  .i-list2 .n-products .swiper-pagination .swiper-pagination-bullet-active {
    background: #c8a165;
  }

  .index-banner {
    height: auto !important;
  }
  .index-banner .swiper-slide {
    height: auto  !important;
    background: none;
  }
  .index-banner .swiper-slide img {
    width: 100%;
  }

  .i-list3 {
    margin-bottom: 65px;
  }

  .m-block {
    display: block;
  }

  .footer-tip .li:nth-child(1) {
    padding-left: 0;
  }

  .footer-tip .li:nth-child(3) {
    padding-right: 0;
  }

  .header h1 {
    width: 300px;
  }

  .n-products .ulbox {
    display: block;
  }
}
@media (max-width:960px) {
	.i-list2 .n-products .ulbox .link{
		width:47.5%;
		margin-bottom:2.3%;
	}
}
@media (max-width: 769px) {
  .footer-tip .tu {
    width: 50px;
    height: 50px;
  }

  .pc-768-block {
    display: none !important;
  }

  .m-768-block {
    display: block;
  }

  .header .l-toggle {
    margin-top: 5px;
    margin-right: 4%;
  }

  .header {
    box-shadow: none;
  }

  .bgbox {
    background: #fff;
  }
  .bgbox .i-list1 {
    margin-top: 0;
  }

  .i-list1 .index-banner .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  .i-list1 .index-banner .swiper-button-prev, .i-list1 .index-banner .swiper-button-next {
    display: none;
  }

  .m-768-block .footer-tip .ulbox {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .m-768-block .footer-tip .li {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .m-768-block .footer-tip {
    padding: 5px 0;
  }

  .m-768-block .footer-tip .tu {
    border: none;
  }

  .m-768-block .footer-tip .text {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .m-768-block .footer-tip .text .p {
    margin: 5px auto 0;
    line-height: 1.5;
  }

  .m-768-block .footer-tip .li {
    padding: 15px 0 !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .m-768-block .footer-tip .li:before {
    display: none;
  }

  .m-768-block.tip-box {
    width: 100%;
    padding: 15px 4% 30px;
    border-radius: 0;
    box-shadow: none;
    height: auto;
  }
  .m-768-block.tip-box a {
    padding: 15px 0;
    position: relative;
  }
  .m-768-block.tip-box a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 16px;
    height: 9px;
    margin-top: -4.5px;
    background: url(../img/arrow-icon.png) no-repeat center center;
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
    background-size: contain;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background-size: 15px auto;
  }

  .bocweb-footer {
    background: #323232;
    padding: 35px 0;
  }

  .bocweb-footer p {
    text-align: center;
    color: #fff;
  }

  .bocweb-footer a {
    color: #fff;
  }

  .bocweb-footer p {
    width: 100%;
  }

  .n-products .ulbox .link {
    width: 47%;
    height: 13rem;
    margin-bottom: 2.3%;
  }

  .n-products .ulbox .img-box {
    height: 5rem;
    width: 3.5rem;
  }
  .n-products .ulbox .img-box2 {
    height: 5rem;
    width:100%;
  }

  .n-products .ulbox .btm {
    width: 60%;
  }

  .pro-line {
    border-bottom: 1px solid #d6d6d6;
  }

  .i-list2 .title-top .tit2 {
    width: 100%;
    text-align: center;
  }

  .n-products .ulbox .buy, .n-products .ulbox .branches {
    width:100%;
    margin-bottom: 5px;
  }

  .m-768-block.more {
    text-align: center;
    margin-bottom: 25px;
    font-size: 14px;
    color: #333;
  }

  .i-list3 {
    margin-bottom: 0;
  }

  .n-products .ulbox .link .text-box h4 {
    font-size: .5rem;
  }

  .tip-select .row-select {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .tip-select .sp-name {
    margin-right: 10px;
  }

  .tip-select .spbox {
    margin-right: 10px;
  }

  .tip-select .row-select {
    padding: 15px 10px 15px 15px;
  }

  .tip-select .spbox2 {
    padding: 0 15px 0 10px;
  }

  .tip-select .spbox2 span {
    right: 6px;
  }

  .tip-select {
    margin: 30px auto 20px;
  }

  .n-products .ulbox .branches {
    margin-bottom: 0;
  }

  .bocweb-footer p, .bocweb-footer a {
    line-height: 1.5;
  }
}
@media (max-width: 425px) {
  .n-products .ulbox2 .link{
    height: 10rem
  }
	.n-products .ulbox .btm .buy{
		margin-right:0;
	}
  .header h1 {
    width: 7.5rem;
    height: 50px;
    line-height: 50px;
  }

  .wheader {
    height: 50px;
  }

  .header {
    height: 50px;
    line-height: 50px;
  }

  .header .l-toggle {
    height: 54px;
    margin-top: -4px;
  }

  .header .search-btn {
    right: calc(4% + 50px);
  }

  .header .sub-menu {
    height: calc(100vh - 50px);
    top: 50px;
  }

  .mh-right .header-sreach {
    top: 50px;
  }

  .header .search-btn {
    background-size: 20px auto;
  }

  .n-products .ulbox .link .text-box .text, .n-products .ulbox .link .center, .n-products .ulbox .buy, .n-products .ulbox .branches {
    font-size: 12px;
  }

  .n-products .ulbox .link .text-box .text {
    padding-bottom: 8px;
  }

  .n-products .ulbox .link .center {
    margin-bottom: 8px;
  }

  .n-products .ulbox .btm {
    width: 80%;
  }

  .bocweb-footer {
    font-size: 12px;
  }

  .i-list1 .index-banner .swiper-pagination {
    bottom: 10px !important;
  }

  .i-list1 .index-banner .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }

  .i-list1 .index-banner .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
    border: 1px solid transparent;
    border-radius: 50%;
  }

  .i-list1 .index-banner .swiper-pagination-bullet {
    margin: 0 6px !important;
  }

  .footer-tip .tit2 {
    font-size: .55rem;
  }

  .footer-tip .p {
    font-size: 12px;
  }

  .i-list2 {
    margin-top: 25px;
  }

  .ex-more-box .icon-box .icon .img {
    width: 35px;
    height: 35px;
  }

  .ex-more-box .icon-box .icon {
    width: 96px;
  }

  .ex-more-box .text {
    padding-top: 10px;
    font-size: 12px;
  }
}


.fl3{
  display:flex;
  flex-flow:row wrap;
  justify-content:center;
  align-items:flex-start;
}
.shopbox{
  position:fixed;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0,0,0,.5);
  z-index:9;
  opacity:0;
  visibility: hidden;
  transition: all .5s ease;
}
.shopbox.active{
  opacity:1;
  visibility: visible;
  transition: all .5s ease;
}
.shopbox.active .content{
  transform:perspective(0) rotateX(0);
}
.shopbox .close{
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  position:absolute;
  right:20px;
  top:20px;
  cursor:pointer;
}
.shopbox .close img{
  width:10px;
  height:10px;
}
.shopbox .content{
  position:absolute;
  background:#fff;
  max-width:590px;
  height:210px;
  left:0;
  top:0;
  right:0;
  bottom:0;
  margin:auto;
  z-index:3;
  padding:1.25rem;
  box-shadow:0px 0px 10px 0px rgba(0,0,0,.1);
  border-radius:5px;
  transition: all .5s ease;
  transform:perspective(800px) rotateX(60deg);
}
.shopbox .content .li{
    width:33.3%;
    text-align:center;
    border-right:1px solid #eee;
  }
  .shopbox .content .li:last-child{
    border-right:none;
  }
.shopbox .content .img{
    max-height:40px;
    width:auto;
    margin-bottom:.35rem;
  }
  .shopbox .content .p{
    font-size:14px;
    line-height:1;
    color:#111b18;
  }
  @media (max-width: 767px) {
    .shopbox .content{
      height: 5.3rem;
      max-width:90%;
      padding:1.5rem 1rem .5rem;
    }
    .shopbox .content .p{
      font-size:12px;
    }
    .shopbox .close{
      right: 10px;
      top: 10px;
    }
    .shopbox .content .img{
      max-height:30px;
    }
    .shopbox .content{
      padding: 1.5rem .5rem .5rem;
    }
  }


@-webkit-keyframes arrow2 {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(4px);
    transform: translatey(4px);
  }
}
@keyframes arrow2 {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(4px);
    transform: translatey(4px);
  }
}
.hover-bgi {
  position: absolute;
  height: 100%;
  width: 30%;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0.1%, rgba(255, 255, 255, 0.3) 0.1%, rgba(255, 255, 255, 0.2) 0.1%, rgba(255, 255, 255, 0) 0.1%) no-repeat 0 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0)) no-repeat 0 0;
  animation: lightLine1 2s linear infinite;
  -webkit-animation: lightLine1 1s linear infinite;
  background-size: 100% 100%;
  display: none;
  -webkit-transform: rotateX(45deg);
          transform: rotateX(45deg);
}

@-webkit-keyframes lightLine1 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(400%);
            transform: translateX(400%);
  }
}

@keyframes lightLine1 {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(400%);
            transform: translateX(400%);
  }
}
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 435px) {
  html {
    font-size: 32px !important;
  }
}
@media only screen and (min-width: 500px) {
  html {
    font-size: 36px !important;
  }
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 40px !important;
  }
}
@media only screen and (min-width: 1025px) {
  html {
    font-size: 48px !important;
  }
}
.flexBox {
  display: flex;
}
.between {
  justify-content: space-between;
}
.flexwrap {
  flex-wrap: wrap;
}
/*# sourceMappingURL=style.css.map */