﻿@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

h1, h2, h3, h4, h5, p, ul, ol, dl {
  margin: 0;
}

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

a {
  color: #343234;
  text-decoration: none;
}

input:focus, button:focus, textarea:focus, select:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

div {
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #343234;
  font-size: 14px;
  font-family: Arial, Tahoma, sans-serif, Microsoft YaHei;
  background: #FFF;
}

input::-webkit-input-placeholder {
  color: #f6f6f6;
  font-size: 12px;
}

.uifont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

input::-webkit-input-placeholder {
  color: #111;
}
input:-moz-placeholder {
  color: #111;
}
input:-ms-input-placeholder {
  color: #111;
}

.wrapper {
  width: 1440px;
  margin: 0 auto;
}
.wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper.overflow-hidden {
  overflow: hidden;
}

.title {
  font-size: 40px;
  line-height: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.content {
  font-size: 16px;
  line-height: 24px;
  color: #959595;
}

.pb-5 {
  padding-bottom: 50px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-1 {
  padding-bottom: 10px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-1 {
  margin-bottom: 10px;
}

/*轮播图*/
.slidebox {
  overflow: hidden;
  position: relative;
}
.slidebox .hd {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5px;
  z-index: 1;
  text-align: center;
}
.slidebox .hd ul {
  overflow: hidden;
  zoom: 1;
}
.slidebox .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #f6f6f6;
  border-radius: 50%;
  cursor: pointer;
}
.slidebox .hd li.on {
  background: #aca28e;
}
.slidebox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slidebox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.slidebox .bd img {
  width: 100%;
  display: block;
}

.banner li {
  position: relative;
  /*h2, h4 {
      text-align: center;
      color: #FFF;
      position: absolute;
      left: 0;
      width: 100%;
      top: 50%;
      text-shadow: 0 0 43px rgba(45,48,48,.75);
  }

  h2 {
      font-size: 74px;
      margin-top: -30px;
  }

  h4 {
      font-size: 36px;
      margin-top: 70px;
  }*/
}
.banner li .banner-title {
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -720px;
  padding-right: 720px;
}
.banner li h2 {
  font-size: 60px;
  line-height: 66px;
  margin-bottom: 20px;
}
.banner li h4 {
  font-size: 32px;
  color: #aaa;
  font-weight: 400;
}
.banner img {
  width: 100%;
}

.banner-bar {
  padding-top: 15px;
  position: relative;
  line-height: 0;
}
.banner-bar:before {
  content: "";
  display: block;
  width: 90%;
  height: 15px;
  background: #f6f6f6;
  position: absolute;
  left: 5%;
  top: 0;
}
.banner-bar img {
  width: 100%;
}

.title-group {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 25px;
  margin-bottom: 60px;
  position: relative;
}
.title-group:after {
  content: "";
  display: block;
  width: 140px;
  height: 8px;
  background: #aca28e;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  bottom: 0;
}
.title-group h2, .title-group h1 {
  font-size: 60px;
  line-height: 60px;
  padding-bottom: 20px;
}
.title-group h2:last-child, .title-group h1:last-child {
  padding-bottom: 10px;
}
.title-group h2:after, .title-group h2:before, .title-group h1:after, .title-group h1:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #aca28e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -78px;
  bottom: 0;
}
.title-group h2:after, .title-group h1:after {
  margin-left: 62px;
}
.title-group h5 {
  font-size: 18px;
  line-height: 24px;
  color: #959595;
  font-weight: 400;
}
.title-group.title-group-o {
  color: #FFF;
}
.title-group.title-group-o:after {
  background: #FFF;
}
.title-group.title-group-o h2, .title-group.title-group-o h1 {
  color: #FFF;
}
.title-group.title-group-o h2:after, .title-group.title-group-o h2:before, .title-group.title-group-o h1:after, .title-group.title-group-o h1:before {
  border-top-color: #FFF;
}
.title-group.title-group-o h5 {
  color: #FFF;
}

.cans {
  padding-top: 60px;
  background: url(/Images//cans-bg.jpg) center center no-repeat;
  background-size: cover;
}

.cans-cards {
  display: flex;
  padding-bottom: 100px;
  /*margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 100px;
  @include clear();

  .item {
      padding: 20px 20px 30px;
      width: 33.33333%;
      float: left;
      font-size: 16px;
      color: #8a8a8a;
      font-weight:100;
      img{
          width:100%;
      }
  }

  .item-block {
      padding: 15px;
      background: #FFF;
  }

  h3 {
      font-size:24px;
      color: $color;
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .content{
      font-weight:400;
  }*/
}
.cans-cards h3 {
  font-size: 24px;
  color: #343234;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cans-cards .item {
  flex: 1;
  padding: 20px 20px 30px;
  box-sizing: border-box;
}
.cans-cards .item img {
  width: 100%;
}
.cans-cards .item-block {
  height: 100%;
  background: #FFF;
  padding: 15px;
  box-sizing: border-box;
}
.cans-cards .item-block .content {
  font-weight: 400;
  width: 100%;
}

/*图文模式*/
.image-and-text {
  width: 100%;
  position: relative;
}
.image-and-text:after {
  content: "";
  display: block;
  clear: both;
}
.image-and-text .item-content, .image-and-text .item-image {
  width: 50%;
  float: left;
  min-height: 1px;
}
.image-and-text .item-content {
  float: right;
}
.image-and-text h4 {
  font-size: 26px;
  color: #8a8a8a;
  padding-bottom: 30px;
  font-weight: 400;
}
.image-and-text .item-content-block {
  width: 100%;
  max-width: 720px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 70px;
}
.image-and-text.has-bar .item-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 47.5%;
  background: #f6f6f6;
  height: 40px;
  left: 0;
  top: 0;
}
.image-and-text.has-bar .item-image-block {
  top: 40px;
}
.image-and-text.has-bar h3 {
  padding-top: 20px;
}
.image-and-text .item-image-block {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 50%;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
.image-and-text .item-image-block img {
  width: 100%;
}
.image-and-text.has-sub-title h3 {
  margin-bottom: 10px;
}
.image-and-text:nth-child(even) .item-image .item-image-block {
  right: 0;
  left: auto;
  background-position: left top;
}
.image-and-text:nth-child(even) .item-image {
  float: right;
}
.image-and-text:nth-child(even) .item-content {
  float: left;
}
.image-and-text:nth-child(even) .item-content-block {
  float: right;
  padding-right: 70px;
  padding-left: 0;
}
.image-and-text:nth-child(even).has-bar .item-image:before {
  right: 0;
  left: auto;
}
.image-and-text.has-logo .item-image, .image-and-text.has-logo .item-image-block {
  width: 40%;
}
.image-and-text.has-logo .item-content {
  float: left;
}
.image-and-text.has-logo .item-image:before {
  width: 37.5%;
}
.image-and-text.has-logo .item-content-block {
  padding-right: 70px;
}
.image-and-text.has-logo .item-logo:before {
  content: "";
  display: block;
  position: absolute;
  width: 17%;
  background: #f6f6f6;
  height: 40px;
  right: 0;
  top: 0;
}
.image-and-text.has-logo .item-logo:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 18.75%;
  top: 40px;
  bottom: 0;
  background: url(/Images/brand-lg.png) no-repeat center center #aca28e;
  background-size: 85%;
}

.image-wrap {
  line-height: 0;
}
.image-wrap img {
  width: 100%;
}

.goods-cards {
  margin-left: -2px;
  margin-right: -2px;
  padding-bottom: 80px;
}
.goods-cards:after {
  content: "";
  display: block;
  clear: both;
}
.goods-cards .item {
  width: 25%;
  padding: 2px;
  float: left;
}
.goods-cards .item-block {
  display: block;
  background: #f6f6f6;
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.goods-cards .item-block:before {
  content: "";
  display: block;
  opacity: 0;
  background: #aca28e;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity ease-in-out 0.4s;
}
.goods-cards .item-block:after {
  content: "\e9e7";
  display: block;
  width: 96px;
  height: 96px;
  line-height: 96px;
  text-align: center;
  font-family: "gr_font" !important;
  font-size: 96px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -48px;
  margin-left: -48px;
  opacity: 0;
  transition: opacity ease-in-out 0.4s;
}
.goods-cards .item-block:hover:before {
  opacity: 0.6;
}
.goods-cards .item-block:hover:after {
  opacity: 1;
}
.goods-cards .item-image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.goods-cards .item-image img {
  width: 100%;
}
.goods-cards .item-title {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-align: center;
}
.goods-cards .item-title:after, .goods-cards .item-title:before {
  content: "";
  display: block;
  flex: 1;
}

.back-you-cards {
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 80px;
}
.back-you-cards:after {
  content: "";
  display: block;
  clear: both;
}
.back-you-cards .item {
  padding: 10px;
  float: left;
  width: 25%;
  text-align: center;
  font-size: 18px;
  color: #959595;
}
.back-you-cards .item-icon {
  display: inline-block;
  width: 200px;
  height: 200px;
  font-size: 120px;
  line-height: 200px;
  text-align: center;
  background: #aca28e;
  color: #FFF;
  border-radius: 50%;
  margin-bottom: 30px;
}
.back-you-cards h3 {
  display: flex;
  flex-direction: column;
  height: 60px;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #343234;
}
.back-you-cards h3:after, .back-you-cards h3:before {
  content: "";
  display: block;
  flex: 1;
}

.talk-bar {
  background: url(/Images//talk-bg.jpg) center center no-repeat;
  text-align: center;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
}
.talk-bar h2 {
  line-height: 80px;
  font-size: 60px;
  margin-bottom: 40px;
}
.talk-bar .item-btn {
  display: inline-block;
  border-radius: 72px;
  line-height: 72px;
  font-size: 40px;
  text-decoration: none;
  color: #FFF;
  padding-left: 90px;
  padding-right: 90px;
  border: 3px solid #FFF;
  transition: all ease-in 0.4s;
}
.talk-bar .item-btn:hover {
  background: rgba(48, 75, 97, 0.75);
  border-color: rgba(255, 255, 255, 0.2);
}

/*底部栏*/
.footer {
  background: #2f2f2f;
  font-size: 16px;
  color: #FFF;
  padding-top: 85px;
  padding-bottom: 40px;
}
.footer .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.footer .contact-bar, .footer .item-category {
  float: left;
}
.footer .contact-bar {
  width: 40%;
  padding-right: 40px;
}
.footer .contact-bar .item a {
  color: #FFF;
}
.footer .item-link {
  float: right;
  width: 14%;
  padding-left: 30px;
}
.footer .item-link a {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.footer h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  white-space: nowrap;
}
.footer .item-logo {
  line-height: 0;
  margin-bottom: 45px;
}
.footer .item-logo img {
  max-width: 100%;
}
.footer .item-category {
  width: 46%;
}
.footer .item-category ul {
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
.footer .item-category ul:after {
  content: "";
  display: block;
  clear: both;
}
.footer .item-category ul li {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 15px;
  float: left;
}
.footer .item-category ul li a {
  color: #FFF;
  text-decoration: none;
}

.contact-bar .item {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 28px;
  position: relative;
  padding-left: 50px;
}
.contact-bar .item .grfont {
  display: block;
  font-size: 32px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 5px;
  left: 0;
}
.contact-bar .item a {
  color: #959595;
}
.contact-bar .item a:hover {
  color: #aca28e;
}
.contact-bar .item-block {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  font-size: 32px;
  padding: 15px 10px 15px 0;
  margin-right: 20px;
  cursor: pointer;
}

.copyright-bar {
  background: #242424;
  color: #FFF;
  font-size: 16px;
  line-height: 48px;
}

.page {
  padding-top: 98px;
}
.page .title-group {
  margin-bottom: 40px;
}
.page .title-group h2, .page .title-group h1 {
  font-size: 50px;
  line-height: 50px;
}

.page-banner {
  height: 410px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #FFF;
  padding-top: 120px;
}
.page-banner.page-category {
  background-image: url(/Images/category-bg.jpg);
}
.page-banner.page-compnay {
  background-image: url(/Images/company-bg.jpg);
  margin-bottom: 20px;
}
.page-banner.page-service {
  background-image: url(/Images/service-bg.jpg);
  margin-bottom: 20px;
}
.page-banner.page-tutorials {
  background-image: url(/Images/tutorials-bg.jpg);
  margin-bottom: 20px;
}
.page-banner.page-contact {
  background-image: url(/Images/contact-bg.jpg);
  margin-bottom: 20px;
}
.page-banner h2 {
  font-size: 58px;
  line-height: 60px;
  margin-bottom: 15px;
}
.page-banner h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  height: 145px;
}

.page-path {
  font-size: 18px;
}
.page-path a {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
}

/*产品模块*/
.goods-group {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f6f6f6;
}
.goods-group:after {
  content: "";
  display: block;
  clear: both;
}
.goods-group:nth-child(odd) {
  background: #f6f6f6;
}
.goods-group:nth-child(even) .goods-photos {
  float: right;
}
.goods-group:nth-child(even) .goods-content {
  padding-left: 0;
  padding-right: 75px;
}
.goods-group .goods-photos {
  width: 500px;
  float: left;
}
.goods-group .goods-photos .item-photo {
  width: 500px;
  height: 500px;
  line-height: 0;
  margin-bottom: 4px;
  background: #f1f1f1;
}
.goods-group .goods-photos .item-photo .item-video-block {
  display: none;
}
.goods-group .goods-photos .item-photo.is-video .item-video-block {
  display: block;
  width: 100%;
  height: 100%;
}
.goods-group .goods-photos .item-photo.is-video .item-video-block .video-js {
  width: 100%;
  height: 100%;
}
.goods-group .goods-photos .item-photo.is-video .item-video-block iframe {
  width: 100% !important;
  height: 100% !important;
}
.goods-group .goods-photos .item-photo.is-video .item-photo-block {
  display: none;
}
.goods-group .goods-photos .item-navs {
  height: 110px;
  width: 100%;
}
.goods-group .goods-photos .item-navs .bd {
  height: 106px;
  padding-left: 2px;
  padding-right: 2px;
  float: left;
  min-width: 440px;
}
.goods-group .goods-photos .item-navs .bd li {
  width: 110px;
  height: 110px;
  float: left;
}
.goods-group .goods-photos .item-navs .prev, .goods-group .goods-photos .item-navs .next {
  display: block;
  width: 26px;
  line-height: 106px;
  height: 106px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  background: #aca28e;
  color: #FFF;
  float: left;
  font-family: gr_font !important;
}
.goods-group .goods-photos .item-navs .prev:before {
  content: "\e622";
}
.goods-group .goods-photos .item-navs .next:before {
  content: "\e621";
}
.goods-group .goods-photos .item-navs .item {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 2px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.goods-group .goods-photos .item-navs .item.item-video:after {
  content: "\e8a3";
  font-family: gr_font !important;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #a1967f;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.goods-group img {
  width: 100%;
}
.goods-group .goods-content {
  width: 940px;
  float: left;
  padding-left: 75px;
  padding-top: 30px;
}

/*企业介绍-新闻栏*/
.news-columns {
  padding-top: 100px;
  padding-bottom: 50px;
  margin-left: -45px;
  margin-right: -45px;
}
.news-columns:after {
  content: "";
  display: block;
  clear: both;
}
.news-columns .title {
  text-align: center;
}
.news-columns .item {
  float: left;
  width: 33.33333%;
  padding: 0 45px;
}

/*企业介绍 - 轮播图*/
.company-banner {
  padding-left: 60px;
  padding-right: 60px;
}
.company-banner .swiper-container {
  padding-left: 220px;
  padding-right: 220px;
}
.company-banner img {
  width: 100%;
}
.company-banner a {
  display: block;
  padding: 10px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.3);
}
.company-banner .swiper-button-next, .company-banner .swiper-button-prev {
  opacity: 0.7;
}
.company-banner .swiper-button-next {
  right: 50px;
}
.company-banner .swiper-button-prev {
  left: 50px;
}

.news {
  margin-left: -20px;
  margin-right: -20px;
}
.news:after {
  content: "";
  display: block;
  clear: both;
}
.news .item {
  width: 25%;
  float: left;
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #8a8a8a;
  position: relative;
}
.news .item .item-photo {
  line-height: 0;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}
.news .item h3 {
  font-size: 18px;
  color: #343234;
  font-weight: 400;
  line-height: 24x;
  height: 48px;
  overflow: hidden;
}
.news .item img {
  width: 100%;
}
.news .item .item-desc {
  height: 100px;
  overflow: hidden;
}
.news .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  opacity: 0;
  background: rgba(0, 73, 134, 0.92);
  transition: opacity ease-in-out 0.4s;
}
.news .item a span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
}
.news .item a .grfont {
  font-size: 124px;
  line-height: 124px;
  margin-top: -82px;
}
.news .item a .item-read {
  font-size: 25px;
  padding-top: 60px;
}
.news .item:hover a {
  opacity: 1;
}

.pager {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pager a {
  display: inline-block;
  padding: 6px 12px;
  margin: 2px;
  font-size: 14px;
  color: #343234;
  border: 1px solid #aca28e;
  text-decoration: none;
  border-radius: 6px;
}
.pager a.active {
  background: #aca28e;
  color: #FFF;
  border-color: #aca28e;
}

.news-detail {
  margin-top: -20px;
  position: relative;
}
.news-detail:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  right: 0;
  top: 0;
}
.news-detail .wrapper {
  position: relative;
  z-index: 2;
}
.news-detail .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.news-detail .news-content {
  width: 72.5%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #FFF;
  font-size: 16px;
  color: #aaa;
  line-height: 24px;
  padding-right: 20px;
}
.news-detail h1 {
  font-size: 50px;
  line-height: 54px;
  color: #343234;
  margin-bottom: 20px;
}
.news-detail h2 {
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #343234;
  font-weight: 500;
}
.news-detail .news-navs {
  background: #f6f6f6;
  padding: 50px 20px;
  width: 27.5%;
  float: left;
  transition: padding ease-in-out 0.2s;
}
.news-detail .news-navs h2 {
  font-size: 30px;
  line-height: 36px;
  color: #aca28e;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.news-detail .news-navs li {
  width: 100%;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.news-detail .news-navs li:last-child {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.news-detail .news-navs li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #aaaaaa;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
}
.news-detail .share-bar {
  line-height: 38px;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 16px;
  text-align: right;
}
.news-detail .share-bar a {
  display: inline-block;
  font-size: 34px;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.news-detail .share-bar a.gricon-facebook {
  color: #3b5998;
}
.news-detail .share-bar a.gricon-linkedin {
  color: #3b5998;
}
.news-detail .share-bar a.gricon-twitter {
  color: #2fb0ec;
}

.contact {
  padding-top: 40px;
  padding-bottom: 65px;
}
.contact .contact-dialog {
  background: #f6f6f6;
}
.contact .contact-dialog:after {
  content: "";
  display: block;
  clear: both;
}
.contact .contact-body {
  width: 46%;
  float: left;
  padding-right: 50px;
  background: #FFF;
}
.contact .contact-body .item-btn {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  background: #004986;
}
.contact .contact-body .item-btn.item-linkedin {
  background: #aca28e;
  margin-right: 20px;
}
.contact .contact-form {
  width: 54%;
  float: left;
  background: #f6f6f6;
  padding: 40px 40px 20px;
}
.contact .contact-bar {
  margin-bottom: 40px;
}
.contact .contact-bar .item {
  margin-bottom: 10px;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  height: 80px;
  line-height: 40px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 20px 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  color: #aaa;
  font-size: 16px;
}
.contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder {
  color: #aaa;
  font-size: 16px;
}
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: #aaa;
  font-size: 16px;
}
.contact-form input.is-empty, .contact-form textarea.is-empty {
  border-color: #b62200;
  box-shadow: 0 0 10px rgba(182, 34, 0, 0.2);
}
.contact-form textarea {
  height: auto;
  line-height: 22px;
}
.contact-form button {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  padding-left: 50px;
  padding-right: 50px;
  background: #aca28e;
  border: 1px solid #aca28e;
  color: #FFF;
}
.contact-form button:hover {
  background: #a1967f;
}

.tools-bar {
  width: 76px;
  position: fixed;
  right: 0;
  bottom: 20px;
}
.tools-bar .item {
  display: block;
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  font-size: 50.6666666667px;
  color: #fff;
  background: #004986;
  margin-bottom: 2px;
  cursor: pointer;
}
.tools-bar .item:last-child {
  margin-bottom: 0;
}
.tools-bar .item-message {
  background: #aca28e;
}

.rich-text {
  font-size: 16px;
  line-height: 24px;
  color: #959595;
  margin-bottom: 50px;
}
.rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5 {
  color: #343234;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: 400;
}
.rich-text h2 {
  font-size: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.rich-text h3 {
  font-size: 24px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.rich-text h4 {
  font-size: 18px;
}
.rich-text h5 {
  font-size: 16px;
}
.rich-text iframe, .rich-text video, .rich-text img {
  max-width: 100%;
}
.rich-text a {
  color: #959595;
}

.no-data {
  font-size: 30px;
  text-align: center;
  color: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 50px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  color: #aca28e;
  height: 98px;
  line-height: 98px;
  font-size: 18px;
  z-index: 100;
  text-align: center;
  transition: all ease-in-out 0.4s;
  /*类别树*/
}
.header .wrapper {
  position: relative;
  height: 98px;
}
.header .logo {
  display: block;
  width: 100px;
  background: url(/Images/logo.png) left center no-repeat;
  background-size: 74px;
  overflow: hidden;
  text-indent: -9999em;
  position: absolute;
  left: 0;
  top: 0;
}
.header .navs {
  display: inline-block;
}
.header .navs ul {
  list-style: none;
}
.header .navs li {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.header .navs li .grfont {
  display: inline-block;
  font-size: 14px;
  transform: rotate(90deg);
}
.header .navs li:hover .navs-categories {
  display: block;
}
.header .navs li a:hover, .header .navs li a.active {
  color: #aca28e;
}
.header .navs-categories {
  display: none;
  position: absolute;
  left: 0;
  top: 98px;
  background: #FFF;
  padding-bottom: 10px;
  width: 200%;
}
.header .navs-categories:after {
  content: "";
  display: block;
  clear: both;
}
.header .navs-categories li {
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header .navs-categories li a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
}
.header a {
  display: block;
  line-height: 98px;
  color: #343234;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-weight: 500;
}
.header .actions {
  height: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
.header .actions .item {
  float: left;
  width: 62px;
  height: 100%;
  line-height: 42px;
  position: relative;
  border-radius: 42px;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-left: 20px;
}
.header .actions .item:first-child {
  margin-left: 20px;
}
.header .actions .item .item-icon {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  height: 42px;
  min-width: 42px;
  line-height: 42px;
  text-align: center;
  color: #aca28e;
  font-size: 26px;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  font-weight: 400;
  margin-top: -21px;
  white-space: nowrap;
}
.header .actions .item .item-icon .gricon-right {
  display: inline-block;
  transform: rotate(90deg);
  font-size: 14px;
  vertical-align: middle;
  font-weight: 100;
}
.header .actions .item.item-search-bar {
  transition: all 0.5s ease-in-out;
  padding-bottom: 0;
  height: 70px;
}
.header .actions .item.item-search-bar .item-icon {
  line-height: 42px;
  transition: all 0.5s ease-in-out;
  top: 28px;
  margin-top: 0;
}
.header .actions .item.item-search-bar .search-bar {
  display: none;
  width: 100%;
  height: 42px;
  border: 2px solid #aca28e;
  border-radius: 42px;
  line-height: 0;
}
.header .actions .item.item-search-bar .search-bar input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border: 0;
  background: transparent;
  color: #343234;
  font-size: 16px;
}
.header .actions .item.item-search-bar .search-bar input:focus {
  outline: none;
}
.header .actions .item.item-search-bar:hover, .header .actions .item.item-search-bar.active {
  width: 240px;
}
.header .actions .item.item-search-bar:hover .item-icon, .header .actions .item.item-search-bar.active .item-icon {
  color: #aca28e;
  font-size: 20px;
}
.header .actions .item.item-search-bar:hover .search-bar, .header .actions .item.item-search-bar.active .search-bar {
  display: block;
  background: #FFF;
  padding-right: 42px;
  padding-left: 21px;
}
.header .actions .item.item-search-bar.active .item-close {
  display: block;
}
.header .actions .item.item-lang ul {
  display: none;
  position: absolute;
  right: 0;
  top: 98px;
  background: #FFF;
}
.header .actions .item.item-lang ul li {
  width: 100%;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.header .actions .item.item-lang ul li:last-child {
  border-bottom: 0;
}
.header .actions .item.item-lang ul a {
  line-height: 40px;
  padding: 10px 20px;
}
.header .actions .item.item-lang:hover ul {
  display: block;
}
.header .actions .item.item-menu {
  display: none;
}
.header .actions .item .item-close {
  display: none;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background: #555;
  color: #FFF;
  position: absolute;
  border-radius: 50%;
  right: 47px;
  top: 38.5px;
  cursor: pointer;
  padding: 0;
}
.header.is-black {
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
  /* .logo {
       background-image: url(/Images/logo-o.png);
   }*/
}
.header.is-black a {
  color: #fff;
}
.header.is-black .navs-categories {
  background-color: rgba(0, 0, 0, 0.75);
}
.header.is-black .actions .item-icon {
  color: #FFF;
}
.header.is-black .actions .item-search-bar .search-bar {
  border-color: #FFF;
}
.header.is-black .actions .item-search-bar:hover .item-icon, .header.is-black .actions .item-search-bar.active .item-icon {
  color: #343234;
}
.header.is-black .actions .item-lang ul {
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  line-height: 1.4;
  font-size: 16px;
}

.grfont {
  font-family: "gr_font" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.center {
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.75);
  padding: 80px 15px 15px;
  overflow: auto;
}
.modal .modal-dialog {
  width: 800px;
  max-width: 100%;
  background: #FFF;
  margin: 0 auto;
  padding: 25px 40px;
  border-radius: 8px;
  position: relative;
}
.modal .modal-close {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  right: -60px;
  top: 0;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}

.modal-in {
  overflow: hidden;
}

@media (max-width: 1600px) {
  .wrapper {
    width: 1200px;
  }
  .header a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner li .banner-title {
    padding-right: 600px;
    margin-left: -600px;
  }
  .image-and-text .item-content-block {
    max-width: 600px;
  }
  .image-and-text.has-logo .item-logo:after {
    width: 14%;
  }
  .image-and-text.has-logo .item-logo:before {
    width: 12%;
  }
  .company-banner .swiper-container {
    padding-left: 180px;
    padding-right: 180px;
  }
  .goods-group .goods-photos {
    width: 400px;
  }
  .goods-group .goods-photos .item-photo {
    width: 400px;
    height: 400px;
  }
  .goods-group .goods-photos .item-navs {
    height: 85px;
  }
  .goods-group .goods-photos .item-navs .bd {
    height: 81px;
    min-width: 340px;
  }
  .goods-group .goods-photos .item-navs .bd li {
    width: 85px;
    height: 85px;
  }
  .goods-group .goods-photos .item-navs .prev, .goods-group .goods-photos .item-navs .next {
    line-height: 81px;
    height: 81px;
  }
  .goods-group .goods-content {
    width: 800px;
    padding-left: 60px;
  }
  .goods-group:nth-child(even) .goods-content {
    padding-right: 60px;
  }
}
@media (max-width: 600px) {
  body {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
  }
  .header .wrapper {
    height: 60px;
  }
  .header .logo {
    height: 60px;
    background-size: 50px;
    background-position-x: 15px;
  }
  .header .navs {
    opacity: 0;
    transition: all ease-in-out 0.4s;
    display: none;
  }
  .header .navs li {
    float: none;
    padding: 0;
    text-align: left;
  }
  .header .navs li a {
    line-height: 36px;
    font-size: 14px;
    padding: 0;
  }
  .header .navs li a .grfont {
    display: none;
  }
  .header .navs .navs-categories {
    display: block;
    position: static;
    width: 100%;
    background: none;
  }
  .header .navs .navs-categories li {
    float: left;
  }
  .header .navs .navs-categories li a {
    font-size: 12px;
    padding-left: 10px;
    color: #aaa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header .actions .item {
    display: none;
  }
  .header .actions .item.item-menu {
    display: block;
  }
  .header .actions .item.item-menu .item-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-top: -30px;
  }
  .header .actions .item.item-menu .item-icon:before, .header .actions .item.item-menu .item-icon:after {
    content: "";
  }
  .header .actions .item.item-menu .item-icon span, .header .actions .item.item-menu .item-icon:before, .header .actions .item.item-menu .item-icon:after {
    display: block;
    width: 15px;
    height: 1px;
    background: #aca28e;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7.5px;
    margin-top: -0.5px;
    transition: all 0.2s ease-in-out;
  }
  .header .actions .item.item-menu .item-icon:before {
    margin-top: 5px;
  }
  .header .actions .item.item-menu .item-icon:after {
    margin-top: -5px;
  }
  .menu-in {
    overflow: hidden;
    /* &:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #FFF;
        z-index: $z-index - 1;
    }*/
  }
  .menu-in .header {
    height: 100%;
    overflow: auto;
  }
  .menu-in .header .actions .item-menu .item-icon span {
    opacity: 0;
  }
  .menu-in .header .actions .item-menu .item-icon:after {
    margin-top: -0.5px;
    transform: rotate(45deg);
  }
  .menu-in .header .actions .item-menu .item-icon:before {
    margin-top: -0.5px;
    transform: rotate(-45deg);
  }
  .menu-in .header {
    overflow: visible;
  }
  .menu-in .header .wrapper {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .menu-in .header .navs {
    display: block;
    opacity: 1;
    height: 100%;
    overflow: hidden;
    padding-top: 148px;
    padding-bottom: 20px;
  }
  .menu-in .header .navs > ul {
    height: 100%;
    overflow-y: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu-in .header .actions {
    height: 60px;
  }
  .menu-in .header .actions .item-search-bar {
    background: #FFF;
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 44px;
    padding: 5px 15px;
    margin-left: 0;
    border-radius: 0;
  }
  .menu-in .header .actions .item-search-bar .search-bar {
    display: block;
    width: 100%;
    height: 34px;
    border-width: 1px;
    border-radius: 34px;
    padding-left: 15px;
    padding-right: 34px;
  }
  .menu-in .header .actions .item-search-bar .search-bar input {
    line-height: 32px;
    height: 32px;
  }
  .menu-in .header .actions .item-search-bar .item-icon {
    right: 15px;
    top: 50%;
    margin-top: -17px;
    width: 48px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
  }
  .menu-in .header .actions .item-search-bar .item-icon .uifont {
    font-size: 16px;
  }
  .menu-in .header .actions .item-search-bar .item-close {
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 56px;
    top: 50%;
    margin-top: -10.5px;
  }
  .menu-in .header .actions .item-lang {
    display: block;
    position: fixed;
    left: 0;
    top: 104px;
    height: 40px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    float: none;
  }
  .menu-in .header .actions .item-lang .item-icon {
    display: none;
  }
  .menu-in .header .actions .item-lang ul {
    display: block;
    width: 100%;
    position: static;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu-in .header .actions .item-lang ul li {
    display: inline-block;
    width: auto;
    font-size: 14px;
    border-bottom: 0;
    position: relative;
  }
  .menu-in .header .actions .item-lang ul li:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #aaa;
    position: absolute;
    top: 50%;
    right: -0.5px;
    margin-top: -7px;
  }
  .menu-in .header .actions .item-lang ul a {
    padding: 0 15px;
  }
  .swiper-slide .banner-title {
    position: absolute;
    width: 60%;
    padding-left: 15px;
    top: 35%;
  }
  .swiper-slide .banner-title h2 {
    font-size: 16px;
  }
  .swiper-slide .banner-title h4 {
    font-size: 12px;
    color: #aaa;
  }
  .title-group {
    padding-top: 20px;
    padding-block: 10px;
    margin-bottom: 20px;
  }
  .title-group:after {
    height: 4px;
    width: 70px;
    margin-left: -35px;
  }
  .title-group h1, .title-group h2 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0;
  }
  .title-group h1:after, .title-group h1:before, .title-group h2:after, .title-group h2:before {
    display: none;
  }
  .title-group h1:last-child, .title-group h2:last-child {
    padding-bottom: 0;
  }
  .title-group h5 {
    font-size: 12px;
    line-height: 18px;
  }
  .title {
    font-size: 18px;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .content {
    font-size: 12px;
    line-height: 20px;
  }
  .goods-cards {
    margin-left: -17px;
    margin-right: -17px;
    padding-bottom: 2px;
  }
  .goods-cards .item {
    width: 50%;
  }
  .goods-cards .item-block {
    padding: 1px;
  }
  .goods-cards .item-image {
    margin-bottom: 5px;
  }
  .goods-cards .item-title {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
  .cans {
    padding-top: 20px;
  }
  .cans-cards {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
  }
  .cans-cards .item {
    flex: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .cans-cards h3 {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .image-and-text .item-image,
  .image-and-text .item-content {
    float: none !important;
    width: 100%;
  }
  .image-and-text h4 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .image-and-text.has-bar .item-image {
    line-height: 0;
  }
  .image-and-text.has-bar .item-image:before {
    display: none;
  }
  .image-and-text .item-image-block {
    position: static;
    width: 100%;
  }
  .image-and-text .item-image-block image {
    width: 100%;
  }
  .image-and-text .item-content-block {
    max-width: 100%;
    padding: 15px 15px 20px;
  }
  .image-and-text .item-content-block .title {
    padding-top: 10px;
  }
  .image-and-text:nth-child(even) .item-content-block {
    padding: 15px 15px 20px;
  }
  .image-and-text.has-logo .item-image {
    width: 100%;
  }
  .image-and-text.has-logo .item-image-block {
    position: static;
    width: 100%;
  }
  .image-and-text.has-logo .item-logo {
    position: static;
    width: 100%;
  }
  .image-and-text.has-logo .item-logo:before {
    display: none;
  }
  .image-and-text.has-logo .item-logo:after {
    position: static;
    width: 100%;
    height: 60px;
    background-size: 60px;
    margin-bottom: -25px;
  }
  .back-you-cards {
    padding-bottom: 15px;
  }
  .back-you-cards .item {
    width: 50%;
  }
  .back-you-cards .item-icon {
    width: 100px;
    height: 100px;
    font-size: 60px;
    line-height: 100px;
    margin-bottom: 10px;
  }
  .back-you-cards h3 {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 5px;
  }
  .back-you-cards .content {
    height: 80px;
  }
  .talk-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .talk-bar h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .talk-bar .item-btn {
    font-size: 20px;
    line-height: 44px;
    padding-left: 45px;
    padding-right: 45px;
    border-width: 1px;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .contact-bar, .footer .item-category, .footer .item-link {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .contact-bar:last-child, .footer .item-category:last-child, .footer .item-link:last-child {
    margin-bottom: 0;
  }
  .footer .contact-bar {
    padding-right: 0;
  }
  .footer .item-logo {
    margin-bottom: 20px;
    width: 100%;
  }
  .footer .item-logo img {
    max-width: 80px;
  }
  .footer h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .footer .item-category {
    font-size: 12px;
  }
  .footer .item-category ul li {
    padding: 8px 0 8px 15px;
  }
  .footer .item-link {
    padding-left: 0;
    font-size: 12px;
  }
  .footer .item-link a {
    display: inline-block;
    margin-right: 20px;
  }
  .contact-bar .item {
    font-size: 14px;
    line-height: 20px;
    padding-left: 34px;
  }
  .contact-bar .item .grfont {
    font-size: 24px;
    top: 9px;
  }
  .contact-bar .item-block {
    font-size: 24px;
    padding: 5px 10px 5px 0;
    margin-right: 10px;
  }
  .tools-bar {
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    z-index: 10;
  }
  .tools-bar .item {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
  .tools-bar .item-message {
    flex: 1;
  }
  .page {
    padding-top: 0;
  }
  .page .title-group {
    margin-bottom: 10px;
  }
  .page .title-group h1, .page .title-group h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .page .page-banner {
    height: 160px;
    padding-top: 50px;
    margin-bottom: 0;
  }
  .page .page-banner h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .page .page-banner h5 {
    font-size: 14px;
    line-height: 18px;
    height: auto;
  }
  .page .page-banner .page-path {
    display: none;
  }
  .pb-5 {
    padding-bottom: 25px;
  }
  .pb-4 {
    padding-bottom: 20px;
  }
  .pb-3 {
    padding-bottom: 15px;
  }
  .pb-2 {
    padding-bottom: 10px;
  }
  .pb-1 {
    padding-bottom: 5px;
  }
  .mb-5 {
    margin-bottom: 25px;
  }
  .mb-4 {
    margin-bottom: 20px;
  }
  .mb-3 {
    margin-bottom: 15px;
  }
  .mb-2 {
    margin-bottom: 10px;
  }
  .mb-1 {
    margin-bottom: 5px;
  }
  .rich-text {
    font-size: 12px;
  }
  .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5 {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .rich-text h2 {
    font-size: 20px;
  }
  .rich-text h3 {
    font-size: 18px;
  }
  .rich-text h4 {
    font-size: 16px;
  }
  .rich-text h5 {
    font-size: 14px;
  }
  .rich-text iframe, .rich-text video, .rich-text image {
    max-width: 100%;
    height: auto;
  }
  .rich-text a {
    color: #959595;
  }
  .goods-group .goods-photos {
    width: 100%;
    position: relative;
    float: none;
  }
  .goods-group .goods-photos .swiper-container {
    height: 100%;
  }
  .goods-group .goods-photos iframe, .goods-group .goods-photos video {
    width: 100%;
    height: 100%;
  }
  .goods-group .goods-photos .swiper-slide {
    height: 100%;
  }
  .goods-group .goods-content {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
  .goods-group .goods-content iframe {
    height: 52vw;
  }
  .news-columns {
    padding-top: 20px;
    margin: 0;
  }
  .news-columns .item {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .company-banner {
    padding: 0 0 20px;
    line-height: 0;
  }
  .company-banner .swiper-container {
    padding: 0;
  }
  .company-banner a {
    box-shadow: none;
    padding: 0;
  }
  .news {
    background: #f6f6f6;
    margin-left: -15px;
    margin-right: -15px;
  }
  .news .item {
    width: 100%;
    padding: 15px;
    margin-bottom: 5px;
    background: #FFF;
  }
  .news .item h3 {
    font-size: 14px;
    line-height: 22px;
    height: auto;
  }
  .news-detail {
    margin-top: 0;
  }
  .news-detail:after {
    display: none;
  }
  .news-detail h1 {
    font-size: 24px;
    margin-bottom: 15px;
    padding-top: 15px;
    line-height: 28px;
  }
  .news-detail .news-content {
    width: 100%;
    padding: 0;
    float: none;
  }
  .news-detail .news-navs {
    display: none;
  }
  .news-detail table, .news-detail img, .news-detail video {
    max-width: 100% !important;
    height: auto !important;
    float: none;
  }
  .news-detail table {
    word-break: break-all;
  }
  .news-detail iframe {
    width: 100vw;
    height: 52vw;
  }
  .contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact .contact-dialog {
    background: none;
  }
  .contact .contact-body {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  .contact .contact-body .item-btn {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
  .contact .contact-bar {
    margin-bottom: 10px;
  }
  .contact .contact-bar .item {
    margin-bottom: 0;
  }
  .contact .contact-form {
    width: 100%;
    float: none;
    padding: 15px;
  }
  .contact-form input, .contact-form textarea {
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder {
    font-size: 14px;
  }
  .contact-form textarea {
    height: auto;
  }
  .contact-form button {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .modal .modal-dialog {
    padding: 30px;
  }
  .modal .modal-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: -40px;
    right: 0;
    color: #FFF;
    font-size: 24px;
  }
  .copyright-bar {
    font-size: 12px;
  }
  .news-detail .share-bar {
    font-size: 14px;
  }
  .news-detail .share-bar a {
    font-size: 30px;
  }
}
.video-outter {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.video-outter .video-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.video-outter iframe {
  width: 100% !important;
  height: 100% !important;
}
