﻿@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: #FFF;
  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: #FFF;
  font-size: 14px;
  font-family: Arial, Tahoma, sans-serif, Microsoft YaHei;
  background: #3e3d44;
}

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: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper.overflow-hidden {
  overflow: hidden;
}

.title {
  text-align: center;
  position: relative;
  font-size: 40px;
  line-height: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

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

.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: #ff9c37;
}
.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: -700px;
  padding-right: 700px;
}
.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%;
}

/*底部栏*/
.footer {
  background: #1e1d2b;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  padding-top: 85px;
  padding-bottom: 40px;
}
.footer .wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.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: #ff9c37;
}
.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: #1e1d2b;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  line-height: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page {
  padding-top: 120px;
}
.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: #ff9c37;
  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: #ff8f1e;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.goods-group img {
  width: 100%;
}
.goods-group .goods-content {
  width: 900px;
  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: #FFF;
  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: 20px;
  padding-bottom: 20px;
}
.pager a {
  display: inline-block;
  padding: 6px 8px;
  margin: 2px;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  border-radius: 6px;
}
.pager a.active {
  background: #ff9c37;
  color: #171622;
  border-color: #ff9c37;
}

.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: #FFF;
  margin-bottom: 20px;
}
.news-detail h2 {
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFF;
  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: #ff9c37;
  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: #ff9c37;
  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: #ff9c37;
  border: 1px solid #ff9c37;
  color: #FFF;
}
.contact-form button:hover {
  background: #ff8f1e;
}

.tools-bar {
  width: 60px;
  position: fixed;
  right: 0;
  bottom: 20px;
  display: none;
}
.tools-bar .item {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  background: #004986;
  margin-bottom: 2px;
  cursor: pointer;
}
.tools-bar .item:last-child {
  margin-bottom: 0;
}
.tools-bar .item:hover {
  background: #003b6d;
}
.tools-bar .item:active {
  background: #002d53;
}

.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: #FFF;
  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: #171622;
  color: #FFF;
  height: 120px;
  line-height: 120px;
  font-size: 18px;
  z-index: 100;
  text-align: center;
  transition: all ease-in-out 0.4s;
  /*类别树*/
}
.header .wrapper {
  position: relative;
  height: 120px;
}
.header .logo {
  display: block;
  height: 100%;
  background: url(/Images/logo-front.png) left center no-repeat;
  overflow: hidden;
  padding-left: 80px;
  text-align: left;
  float: left;
}
.header .logo .logo-text {
  font-size: 28px;
  color: #FFF;
  font-weight: 400;
}
.header .search-bar, .header .actions {
  float: right;
  padding-top: 40px;
  margin-left: 15px;
}
.header .btn-language {
  background: #353849;
  height: 42px;
  width: 42px;
  line-height: 42px;
  padding: 0;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
}
.header .search-input-group {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 40px;
  height: 42px;
  line-height: 0;
}
.header .search-input-group .search-btn {
  background: transparent;
  color: #a7a7a7;
  height: 40px;
  line-height: 40px;
  border: 0;
  font-size: 18px;
  padding: 0 15px;
}
.header .search-input-group input {
  background: transparent;
  border: 0;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 0 0 20px;
  width: 260px;
}
.header .search-input-group input::-webkit-input-placeholder {
  color: #a7a7a7;
  font-size: 16px;
}
.header .search-input-group input:-moz-placeholder {
  color: #a7a7a7;
  font-size: 16px;
}
.header .search-input-group input:-ms-input-placeholder {
  color: #a7a7a7;
  font-size: 16px;
}
.header .navs {
  display: inline-block;
  float: right;
}
.header .navs ul {
  list-style: none;
}
.header .navs li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.header .navs li .uifont {
  display: inline-block;
  font-size: 14px;
}
.header .navs li:hover .navs-categories {
  display: block;
}
.header .navs li a {
  color: #FFF;
  position: relative;
  overflow: hidden;
}
.header .navs > ul > li > a:after {
  content: "";
  display: block;
  height: 4px;
  width: 20px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ff9c37;
  margin-left: -10px;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all ease-in-out 0.4s;
}
.header .navs > ul > li > a:hover:after, .header .navs > ul > li > a.active:after {
  opacity: 1;
  transform: translateY(0);
}
.header .navs-categories {
  display: none;
  position: absolute;
  left: 0;
  top: 120px;
  background: #171622;
  padding-bottom: 10px;
}
.header .navs-categories:after {
  content: "";
  display: block;
  clear: both;
}
.header .navs-categories li {
  width: 100%;
}
.header .navs-categories li a {
  padding: 10px 10px;
  line-height: 24px;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  white-space: nowrap;
}
.header a {
  display: block;
  color: #ff9c37;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-weight: 500;
}

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

.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;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section:nth-child(odd) {
  background: #1e1d2b;
}

.title {
  text-align: center;
  font-size: 48px;
  line-height: 60px;
  color: #FFF;
}
.title h2 {
  font-size: 1em;
  font-weight: 400;
}
.title .more {
  position: absolute;
  right: 0;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  top: 50%;
  margin-top: -8px;
  color: #FFF;
}
.title .more:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 12px;
  background: #ff9c37;
  border-radius: 4px;
  margin-right: 5px;
  vertical-align: 1%;
}

.company-tab-title {
  font-size: 58px;
  color: #ff9c37;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

.company-content {
  margin-bottom: 20px;
  line-height: 36px;
  font-size: 24px;
}

.company-contact:after {
  content: "";
  display: block;
  clear: both;
}
.company-contact .item {
  width: 50%;
  float: left;
  line-height: 36px;
  font-size: 24px;
  padding: 3px 12px 3px 0;
}
.company-contact .item:last-child {
  width: 100%;
}
.company-contact .uifont {
  display: inline-block;
  font-size: 28px;
  margin-right: 10px;
  vertical-align: -5%;
}

.goods-list {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 20px;
}
.goods-list:after {
  content: "";
  display: block;
  clear: both;
}
.goods-list .item {
  padding: 8px;
  width: 25%;
  float: left;
}
.goods-list img {
  width: 100%;
}
.goods-list .item-block {
  display: block;
  width: 100%;
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
}
.goods-list .item-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  line-height: 0;
  margin-bottom: 5px;
}
.goods-list .item-image img {
  width: 100%;
}
.goods-list .item-body {
  padding: 12px;
}
.goods-list .item-no {
  color: #000;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goods-list .item-title {
  font-size: 22px;
  color: #696969;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.goods-panel {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.goods-panel:after {
  content: "";
  display: block;
  clear: both;
}
.goods-panel h1 {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 400;
  margin-bottom: 30px;
}
.goods-panel .goods-photos {
  width: 640px;
  height: 640px;
  overflow: hidden;
  border-radius: 16px;
}
.goods-panel .goods-photos .video-js {
  width: 640px;
  height: 640px;
}
.goods-panel .goods-photos .swiper-container {
  width: 100%;
  height: 100%;
}
.goods-panel .goods-body {
  flex: 1;
  padding-left: 40px;
  position: relative;
}
.goods-panel .item-no {
  font-size: 40px;
  line-height: 48px;
}
.goods-panel .goods-attrs {
  font-size: 20px;
  color: #FFF;
  font-weight: 100;
}
.goods-panel .goods-attrs .item {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 6px 30px 6px 0;
}
.goods-panel .goods-attrs .item.item-rows {
  white-space: inherit;
}
.goods-panel .goods-attrs .item .item-value {
  display: inline-block;
  background: #3e3d44;
  padding: 6px 24px;
  border-radius: 12px;
  margin-left: 10px;
}
.goods-panel .goods-price-tip {
  color: #b62200;
  font-size: 16px;
  min-height: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 24px;
  padding-left: 40px;
  padding-right: 10px;
  background: url(/Images/icon-warning.png) no-repeat 5px top;
}

.goods-details .goods-body .title {
  position: relative;
  padding-left: 20px;
  font-size: 36px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 0;
}
.goods-details .goods-body .title:after {
  content: "";
  display: block;
  width: 8px;
  height: 30px;
  border-radius: 8px;
  background: #ff9c37;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
}

.richtext .item-image {
  line-height: 0;
}
.richtext .item-image img {
  width: 100%;
}
.richtext .item-title, .richtext .item-content {
  padding-top: 10px;
  padding-bottom: 10px;
}
.richtext .item-title {
  font-size: 18px;
}

@media (min-width: 776px) {
  .goods-details {
    display: flex;
    flex-direction: row;
  }
  .goods-details .goods-body {
    flex: 1;
    padding-left: 40px;
  }
  .goods-details .goods-sidebar {
    background: #171622;
    padding: 30px;
    border-radius: 12px;
    width: 400px;
  }
  .goods-details .goods-sidebar .title {
    font-size: 28px;
    line-height: 36px;
    position: relative;
    font-weight: 400;
  }
  .goods-details .goods-sidebar .title:after {
    content: "";
    display: block;
    width: 30px;
    height: 8px;
    border-radius: 8px;
    background: #ff9c37;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -15px;
  }
  .goods-details .goods-sidebar .goods-list {
    margin-bottom: 0;
  }
  .goods-details .goods-sidebar .goods-list .item {
    width: 100%;
  }
  .goods-details .goods-sidebar .goods-list .item-image {
    padding-bottom: 0;
    height: auto;
    overflow: visible;
  }
}
.trees {
  margin-left: -10px;
  margin-right: -10px;
}
.trees:after {
  content: "";
  display: block;
  clear: both;
}
.trees .item {
  display: inline-block;
  float: left;
  line-height: 34px;
  padding: 10px;
  position: relative;
}
.trees .item .uifont {
  margin-right: -24px;
  display: inline-block;
  width: 34px;
  text-align: center;
  height: 100%;
  background: #323137;
  margin-left: 10px;
  border-radius: 0 8px 8px 0;
  transition: all 0.4s ease-in-out;
}
.trees .item:hover > a, .trees .item.active > a {
  background: #ff9c37;
  color: #171622;
}
.trees .item:hover > a .uifont, .trees .item.active > a .uifont {
  background: #ff8f1e;
  color: #171622;
}
.trees .item > a {
  display: block;
  background: #3e3d44;
  height: 34px;
  padding: 0 24px;
  border-radius: 8px;
  color: #FFF;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.trees .item:hover .dropdown, .trees .item:focus .dropdown {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  z-index: 2;
  padding: 0 10px;
}
.trees .item:hover ul, .trees .item:focus ul {
  padding: 10px 0;
  border-radius: 8px;
  color: #FFF;
  white-space: nowrap;
  background: #787782;
}
.trees .item:hover ul a, .trees .item:focus ul a {
  display: block;
  padding: 0 24px;
  transition: all 0.4s ease-in-out;
}
.trees .item:hover ul a:hover, .trees .item:focus ul a:hover {
  background: #ff9c37;
  color: #171622;
}
.trees .dropdown {
  display: none;
}

@media (max-width: 1420px) {
  .wrapper {
    width: 1200px;
  }
  .header {
    height: 100px;
    line-height: 100px;
  }
  .header .wrapper {
    line-height: 100px;
    height: 100px;
  }
  .header .search-input-group input {
    font-size: 14px;
    width: 240px;
  }
  .header .search-input-group input::-webkit-input-placeholder {
    color: #a7a7a7;
    font-size: 14px;
  }
  .header .search-input-group input:-moz-placeholder {
    color: #a7a7a7;
    font-size: 14px;
  }
  .header .search-input-group input:-ms-input-placeholder {
    color: #a7a7a7;
    font-size: 14px;
  }
  .header .logo .logo-text {
    font-size: 22px;
  }
  .header .search-bar, .header .actions {
    padding-top: 30px;
  }
  .header .navs-categories {
    top: 100px;
  }
  .header a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page {
    padding-top: 100px;
  }
  .title {
    font-size: 40px;
  }
  .goods-list .item-no {
    font-size: 18px;
  }
  .goods-list .item-title {
    font-size: 16px;
  }
  .company-tab-title {
    font-size: 48px;
  }
  .company-content {
    font-size: 18px;
  }
  .company-contact .uifont {
    font-size: 20px;
  }
  .company-contact .item {
    font-size: 18px;
  }
  .goods-panel .goods-photos {
    width: 540px;
    height: 540px;
  }
  .goods-panel .item-no {
    font-size: 32px;
    line-height: 40px;
  }
  .goods-panel h1 {
    padding: 5px 0;
    margin-bottom: 20px;
  }
  .goods-panel .goods-attrs {
    font-size: 18px;
  }
  .goods-panel .goods-attrs .item {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .goods-details .goods-sidebar {
    padding: 20px;
    width: 360px;
  }
  .goods-details .goods-sidebar .title {
    font-size: 24px;
  }
  .goods-details .goods-sidebar .title:after {
    height: 6px;
    bottom: -6px;
  }
  .goods-details .goods-body {
    padding-left: 30px;
  }
  .goods-details .goods-body .title {
    font-size: 30px;
  }
  .goods-details .goods-body .title:after {
    width: 6px;
    height: 24px;
    margin-top: -12px;
  }
}
@media (max-width: 1200px) {
  .wrapper {
    width: 100%;
  }
  .header {
    height: 60px;
    line-height: 60px;
  }
  .header .wrapper {
    line-height: 60px;
    height: 60px;
  }
  .header .logo {
    background-size: 40px;
  }
  .header .logo .logo-text {
    display: none;
  }
  .header .search-bar, .header .actions {
    padding-top: 10px;
  }
  .header .navs-categories {
    top: 60px;
  }
  .header a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .page {
    padding-top: 60px;
  }
  .title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .goods-list .item-no {
    font-size: 16px;
  }
  .goods-list .item-title {
    font-size: 14px;
  }
  .company-tab-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .company-content {
    font-size: 14px;
    line-height: 22px;
  }
  .company-contact .uifont {
    font-size: 16px;
  }
  .company-contact .item {
    font-size: 14px;
    line-height: 22px;
  }
  .goods-panel .goods-photos {
    width: 300px;
    height: 300px;
  }
  .goods-panel .item-no {
    font-size: 18px;
    line-height: 24px;
  }
  .goods-panel h1 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .goods-panel .goods-body {
    padding-left: 20px;
  }
  .goods-panel .goods-attrs {
    font-size: 14px;
  }
  .goods-panel .goods-attrs .item {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .goods-panel .goods-attrs .item .item-value {
    padding: 3px 12px;
  }
  .goods-details .goods-sidebar {
    padding: 10px 20px;
    width: 300px;
  }
  .goods-details .goods-sidebar .title {
    font-size: 16px;
    line-height: 24px;
  }
  .goods-details .goods-sidebar .title:after {
    height: 4px;
    bottom: 0px;
  }
  .goods-details .goods-body {
    padding-left: 20px;
  }
  .goods-details .goods-body .title {
    font-size: 16px;
    padding-left: 16px;
  }
  .goods-details .goods-body .title:after {
    width: 4px;
    height: 14px;
    margin-top: -7px;
  }
  .trees .item {
    font-size: 14px;
    padding: 5px;
  }
  .copyright-bar {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .header {
    z-index: 100;
    overflow: hidden;
  }
  .header .logo {
    position: relative;
    z-index: 100;
    padding-left: 40px;
  }
  .header .logo .logo-text {
    display: block;
    font-size: 18px;
  }
  .header .menus {
    opacity: 0;
    transition: all ease-in-out 0.4s;
    transform: translateY(-100%);
    background: #171622;
    position: fixed;
    top: 0;
    left: 0;
    padding: 60px 15px 15px;
    width: 100vw;
    height: 100vh;
    z-index: 99;
  }
  .header .menus .search-bar {
    width: 100%;
    margin-left: 0;
    float: inherit;
  }
  .header .menus .search-bar .search-input-group {
    width: 100%;
    display: flex;
  }
  .header .menus .search-bar .search-input-group input {
    flex: 1;
  }
  .header .menus .navs {
    float: inherit;
    width: 100%;
    padding-top: 10px;
  }
  .header .menus .navs li {
    float: inherit;
    width: 100%;
    text-align: left;
  }
  .header .menus .navs li a {
    line-height: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
  .header .menus .navs li .navs-categories {
    display: block;
    position: static;
    line-height: 20px;
    padding-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
  }
  .header .menus .navs li .navs-categories:after {
    content: "";
    display: block;
    clear: both;
  }
  .header .menus .navs li .navs-categories li {
    display: inline-block;
    width: auto;
    float: left;
    padding: 5px;
  }
  .header .menus .navs li .navs-categories li a {
    font-size: 12px;
    line-height: 20px;
    background: #3e3d44;
    padding: 3px 12px;
    border-radius: 8px;
  }
  .header .actions {
    width: 90px;
    position: relative;
    z-index: 100;
  }
  .header .actions .btn-language {
    float: left;
  }
  .header .actions .item-menu {
    float: left;
    display: inline-block;
    position: relative;
    background: #353849;
    border-radius: 50%;
    margin-left: 5px;
  }
  .header .actions .item-menu .item-icon {
    height: 42px;
    width: 42px;
    line-height: 42px;
  }
  .header .actions .item-menu .item-icon:before, .header .actions .item-menu .item-icon:after {
    content: "";
  }
  .header .actions .item-menu .item-icon span, .header .actions .item-menu .item-icon:before, .header .actions .item-menu .item-icon:after {
    display: block;
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7.5px;
    margin-top: -0.5px;
    transition: all 0.2s ease-in-out;
  }
  .header .actions .item-menu .item-icon:before {
    margin-top: 5px;
  }
  .header .actions .item-menu .item-icon:after {
    margin-top: -5px;
  }
  .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 .menus {
    opacity: 1;
    transform: translateY(0);
  }
  .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .title .more {
    font-size: 12px;
  }
  .title .more:before {
    height: 8px;
  }
  .wrapper {
    padding: 0 15px;
  }
  .section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .goods-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .goods-list .item {
    width: 50%;
    padding: 5px;
  }
  .goods-list .item-no {
    font-size: 14px;
  }
  .goods-list .item-title {
    font-size: 12px;
  }
  .company-tab-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .company-content {
    font-size: 14px;
    line-height: 22px;
  }
  .company-contact .uifont {
    font-size: 16px;
  }
  .company-contact .item {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
  .goods-panel {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .goods-panel .goods-photos {
    width: 100vw;
    height: 100vw;
    border-radius: 0;
  }
  .goods-panel .item-no {
    font-size: 18px;
    line-height: 24px;
  }
  .goods-panel h1 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .goods-panel .goods-body {
    padding: 15px;
  }
  .goods-panel .goods-attrs {
    font-size: 14px;
  }
  .goods-panel .goods-attrs .item {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .goods-panel .goods-attrs .item .item-value {
    padding: 3px 12px;
  }
  .goods-details {
    display: block;
  }
  .goods-details .goods-sidebar {
    display: none;
  }
  .goods-details .goods-body {
    padding: 0;
  }
  .trees {
    margin-bottom: 15px;
  }
}
