@font-face {
  font-family: 'Geometric';
  src: url('../fonts/Geometric415BT-BlackA.eot');
  src: url('../fonts/Geometric415BT-BlackA.eot?#iefix') format('embedded-opentype'), url('../fonts/Geometric415BT-BlackA.woff2') format('woff2'), url('../fonts/Geometric415BT-BlackA.woff') format('woff'), url('../fonts/Geometric415BT-BlackA.ttf') format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  font-weight: normal;
  margin: 0 auto;
  --color: #342c2a;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  /*left: 100px;*/
  width: 1470px;
  /*margin-top: 10px;*/
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
  z-index: 21;
  transition: .5s;
}
#header.active {
  background-color: black;
}
#header.inner {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
}
#header .nav .ui.menu {
  height: 100px;
  display: flex;
  justify-content: space-between;
  width: auto;
  max-width: 1570px;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  margin-right: 0;
}
#header .nav .ui.menu .logo a {
  height: 100%;
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .menu-box {
  margin-left: 7%;
  margin-right: auto;
  width: 46%;
}
#header .nav .ui.menu .menu-box>div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: flex;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu >li {
  position: relative;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu >li a {
  height: 100%;
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .menu-box ul.menu >li:hover {
  /*color: var(--color);*/
  text-decoration: underline;
}
#header .nav .ui.menu .menu-box ul.menu >li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu >li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu >li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu >li ul.sub-menu li:hover>ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu >li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu >li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .search {
  margin-left: auto;
  margin-right: 4%;
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .search form {
  height: 34px;
  border: none;
  border-bottom: 1px solid white;
  display: flex;
  background-color: transparent;
  font-size: 14px;
  width: 170px;
  align-items: center;
}
#header .nav .ui.menu .search form input {
  width: 100%;
  background-color: transparent;
  border: none;
}
#header .nav .ui.menu .search form input::placeholder {
  color: white;
}
#header .nav .ui.menu .search form input[type="submit"] {
  width: 40px;
  background-image: url('../images/icon-search.png');
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  cursor: hand;
  flex-shrink: 0;
}
#header .nav .ui.menu .yuy {
  display: flex;
  align-items: center;
  position: relative;
}
#header .nav .ui.menu .yuy span {
  font-size: 18px;
  font-weight: 500;
  line-height: 3em;
  height: 3em;
  padding: 0 1.5em;
  border-radius: .5em;
  background-color: var(--color);
  color: white;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
#header .nav .ui.menu .yuy span img {
  margin-right: .6em;
}
#header .nav .ui.menu .yuy span i {
  margin-left: .5em;
}
#header .nav .ui.menu .yuy ul {
  position: absolute;
  right: 0;
  top: 100%;
  width: 120px;
  background-color: white;
  display: none;
  color: black;
  font-size: 16px;
  line-height: 30px;
  min-width: 100%;
}
#header .nav .ui.menu .yuy ul li {
  border-top: 1px solid #eee;
}
#header .nav .ui.menu .yuy ul li a {
  padding: .5em;
  display: flex;
  align-items: center;
  transition: .5s;
}
#header .nav .ui.menu .yuy ul li a:hover {
  background-color: black;
  color: white;
}
#header .nav .ui.menu .yuy ul li a img {
  max-width: 24px;
  margin-right: .5em;
}
#header .nav .ui.menu .yuy:hover ul {
  display: block;
}

.init-5.section.sections{
        margin: -20px;
        background: #f9f9f9 !important;
    }
    .inner-page.product-page.honor {
    margin: -20px;
}
.inner-page .product-list.lists ul li a.img-box {
   background: #f9f9f9;
}
.catwordintro.catwordintros {
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
    overflow-y: scroll;
    height: 200px!important;
}

@-webkit-keyframes wd {
  from {
    width: 50%;
  }
  30% {
    width: 70%;
  }
  50% {
    width: 40%;
  }
  80% {
    width: 55%;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes wd {
  from {
    width: 50%;
  }
  30% {
    width: 70%;
  }
  50% {
    width: 40%;
  }
  80% {
    width: 55%;
  }
  to {
    width: 100%;
  }
}
@keyframes wd {
  from {
    width: 50%;
  }
  30% {
    width: 70%;
  }
  50% {
    width: 40%;
  }
  80% {
    width: 55%;
  }
  to {
    width: 100%;
  }
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
/*#banner .slick-slide:last-child .left{
  max-width:700px;
}*/
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}


.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  line-height: 1.8;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 16px;
  color: inherit;
  text-transform: capitalize;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
a.more {
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  border-radius: 30px;
}
a.more:hover {
  background: #222;
}
#banner {
  background: black;
  position: relative;
}
#banner .tag {
  font-size: 320px;
  -webkit-text-stroke: 2px #fff;
  color: transparent;
  position: absolute;
  top: 60%;
  right: 0;
  font-weight: bold;
  letter-spacing: 0.04em;
  opacity: .5;
  z-index: -1;
  line-height: 1;
}
#banner ul {
  position: relative;
  z-index: 1;
}
/*#banner ul,
#banner .slick-list,
#banner .slick-list .slick-track,
#banner .slick-slide > div {
  height: inherit;
}*/
#banner li {
  position: relative;
  height: inherit;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
#banner li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  z-index: -1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .5s 1.5s;
  -moz-transition: .5s 1.5s;
  transition: .5s 1.5s;
}
#banner li .content {
  position: absolute;
  top: 53%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content .left {
  text-align: right;
  max-width: 850px;
  margin-left: auto;
  display: block;
}
#banner li .content .left h2 {
  font-family: "Geometric";
  font-size: 76px;
  color: white;
  line-height: 1.2;
  margin-bottom: 55px;
  text-transform: uppercase;
}
#banner .slick-current li:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 8s .5s;
  -moz-transition: 8s .5s;
  transition: 8s .5s;
}
#banner .dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
#banner .dots svg.strokeCircle {
  stroke-dashoffset: 226.19448px;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  height: 100%;
  width: 100%;
}
#banner .dots li {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
#banner .dots li button {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  font-size: 20px;
  font-family: "Geometric";
  color: white;
  line-height: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .dots li:after {
  content: '';
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid transparent;
}
#banner .dots li.slick-active svg.strokeCircle {
  stroke-dashoffset: 0;
  -webkit-transition: 5s 1.5s linear;
  -moz-transition: 5s 1.5s linear;
  transition: 5s 1.5s linear;
}
#banner .dots li.slick-active button {
  opacity: 1;
}
#banner .dots li.slick-active:after {
  width: 100%;
  height: 100%;
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
}
svg.strokeCircle {
  fill: transparent;
  stroke: white;
  stroke-width: 1px;
  stroke-dasharray: 226.19448px 226.19448px;
  stroke-dashoffset: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
svg.strokeCircle:hover {
  stroke-dashoffset: 226.19448px;
}
@-webkit-keyframes rot360 {
  from {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes rot360 {
  from {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rot360 {
  from {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
#index-body span.smallTitle {
  font-size: 24px;
  line-height: 44px;
  margin-bottom: .6em;
  display: block;
}
#index-body h2.title {
  font-size: 62px;
  font-family: "Geometric";
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
#index-body h2.title:after {
  content: '';
  width: 40%;
  height: 30%;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #888;
  max-height: 20px;
}
#index-body .text {
  font-size: 18px;
  line-height: 2;
}
#index-body .init-1 {
  /*background: #17191a;*/
  background-image: url('../images/init-1-bg.jpg');
  position: relative;
  z-index: 1;
  padding: 130px 0;
}
#index-body .init-1 i.TextBg {
  font-size: 250px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1.5px rgb(0 0 0 / 20%);
  font-weight: bold;
  position: absolute;
  bottom: 2%;
  left: 45%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  line-height: 1;
  white-space: nowrap;
}
#index-body .init-1 .left {
  width: 55%;
  vertical-align: middle;
}
.shouye h1{
  display: inline!important;
}
#index-body .init-1 .left .text {
  margin: 2.5em 0 5em;
  max-width: 750px;
}
#index-body .init-1 .left .text .qimotoolsintro h1{
  display: inline;
}
#index-body .init-1 .left .text p {
  margin-top: 40px;
}
#index-body .init-1 .left .text p:first-child {
  margin-top: 0;
}
#index-body .init-1 .left a.link {
  font-size: 24px;
  color: var(--color);
  line-height: 44px;
  border-bottom: 2px solid var(--color);
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .left a.link:hover {
  color: var(--color);
}
#index-body .init-1 .right {
  width: 45%;
  vertical-align: middle;
  padding-left: 2%;
}
#index-body .init-1 .right .box2 {
  position: relative;
}
#index-body .init-1 .right .box2 .circle {
  width: 170px;
  height: 170px;
  position: absolute;
  border: 7px solid var(--color);
  border-radius: 100%;
  left: 0;
  top: 0;
}
#index-body .init-1 .right .box2 .circleSvg {
  width: 180px;
  height: 180px;
  position: absolute;
  right: 0%;
  bottom: 0%;
}
#index-body .init-1 .right .box2 .circleSvg svg {
  fill: var(--color);
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: rot360 20s linear infinite;
  -moz-animation: rot360 20s linear infinite;
  animation: rot360 20s linear infinite;
}
#index-body .init-1 .right .box2 .circleSvg svg path {
  width: 120px;
  height: 120px;
  fill: transparent;
}
#index-body .init-1 .right .box2 .circleSvg .play {
  width: 65%;
  height: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(52, 44, 42, 0.8);
  border-radius: 100%;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-1 .right .box2 .circleSvg .play i {
  border-left: 24px solid white;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .init-2 {
  background: #010501 url("../images/init-2-bg.jpg") center center no-repeat;
  background-size: cover;
  /*background-attachment: fixed;*/
  color: white;
  padding: 140px 0 80px;
}
#index-body .init-2 .list {
  padding-right: 17%;
  position: relative;
}
#index-body .init-2 .list .btn {
  position: absolute;
  top: 65%;
  right: 21%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-2 .list .btn div {
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  cursor: hand;
  margin-bottom: 15px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list .btn div img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  position: relative;
  top: -2px;
}
#index-body .init-2 .list .btn div.next {
  margin-bottom: 0;
  background: #bfbfbf;
}
#index-body .init-2 .list .btn div.next img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .init-2 .list .btn div:hover {
  opacity: .8;
}
#index-body .init-2 .list ul li .left {
  vertical-align: middle;
  width: 36%;
}
#index-body .init-2 .list ul li .left span.smallTitle {
  margin-bottom: 20px;
  line-height: 1.8;
}
#index-body .init-2 .list ul li .left h2.title {
  line-height: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
min-height: 3.4em;

}
#index-body .init-2 .list ul li .left h2.title a{
  font-size: 58px;
}
#index-body .init-2 .list ul li .left h2.title:after {
  display: none;
}
#index-body .init-2 .list ul li .left h6 {
  display: inline-block;
  padding: 20px 25px;
  line-height: 40px;
  background: url("../images/icon-3-1-h6.png");
  background-size: auto auto;
  font-size: 22px;
  margin-top: 40px;
  border-radius: 30px;
}
#index-body .init-2 .list ul li .left .text {
  margin: 1em 0 2em;
  font-size: 20px;
  line-height: 36px;
  min-height: 5em;

}
#index-body .init-2 .list ul li .left a.more {
  line-height: 50px;
  height: 50px;
  font-size: 18px;

}
#index-body .init-2 .list ul li .left .icon {
  width: 162%;
  margin-top: 70px;
}
#index-body .init-2 .list ul li .left .icon dl {
  margin: -15px;
}
#index-body .init-2 .list ul li .left .icon dl dd {
  padding: 15px;
}
#index-body .init-2 .list ul li .left .icon dl dd .img {
  position: relative;
  border-radius: 100%;
  background: #eee;
  overflow: hidden;
  padding: 5px;
}
#index-body .init-2 .list ul li .left .icon dl dd .img img {
  display: block;
  width: 100%;
  border-radius: 100%;
}
#index-body .init-2 .list ul li .left .icon dl dd .img svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  stroke-width: 2px;
  stroke: var(--color);
  stroke-dashoffset: 226.19448px;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
}
#index-body .init-2 .list ul li .right {
  /*padding-left: 3%;*/
  padding-right: 5%;
  /*margin-top: 8%;*/
  width: 64%;
}
#index-body .init-2 .list ul li .right a {
  position: relative;
}
#index-body .init-2 .list ul li .right a:after {
  content: '';
  background-image: url('../images/init-2-2-bg.png');
  width: 100%;
  height: 200%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
#index-body .init-2 .list .slick-list {
  overflow: unset;
}
#index-body .init-2 .list .slick-list .slick-slide {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list .slick-list .slick-slide.slick-current,
#index-body .init-2 .list .slick-list .slick-slide.slick-current ~ div {
  opacity: 1;
}
#index-body .init-2 .list .slick-list .slick-slide.slick-current ~ div {
  opacity: .4;
}
#index-body .init-2 .list .slick-list .slick-slide.slick-current {
  opacity: 1;
}
#index-body .init-2 .list .slick-list .slick-slide.slick-current li .left .icon dl dd .img svg {
  stroke-dashoffset: 113.09724px;
  -webkit-transition: 2s 1.5s;
  -moz-transition: 2s 1.5s;
  transition: 2s 1.5s;
}
#index-body .init-2 .list .slick-list .slick-slide.slick-current li .left .icon dl dd:nth-child(1) .img svg {
  -webkit-transform: rotate(540deg);
  -moz-transform: rotate(540deg);
  -ms-transform: rotate(540deg);
  transform: rotate(540deg);
}
#index-body .init-2 .list .slick-list .slick-slide.slick-current li .left .icon dl dd:nth-child(2) .img svg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#index-body .init-2 .list .slick-list .slick-slide.slick-current li .left .icon dl dd:nth-child(3) .img svg {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#index-body .init-3 {
  background: url("../images/init-3-bg.jpg") center center no-repeat;
  background-size: cover;
  /*background-attachment: fixed;*/
  padding: 70px 0 80px;
}
#index-body .init-3 span.smallTitle {
  margin-bottom: 20px;
}
#index-body .init-3 h2:after {
  display: none;
}
#index-body .init-3 .box {
  margin-top: 30px;
}
#index-body .init-3 .box .left {
  width: 48%;
  padding-right: 3%;
  position: relative;
  vertical-align: bottom;
}
#index-body .init-3 .box .left a {
  display: block !important;
}
#index-body .init-3 .box .left .img img {
  width: 100%;
}
#index-body .init-3 .box .left .btn {
  padding: 0 10px;
  background: rgba(27, 27, 27, 50%);
  position: absolute;
  bottom: 0;
  right: 6%;
}
#index-body .init-3 .box .left .btn div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
  text-align: center;
}
#index-body .init-3 .box .left .btn div img {
  max-width: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
#index-body .init-3 .box .right {
  width: 52%;
  vertical-align: bottom;
  padding-left: 1%;
}
#index-body .init-3 .box .right h4 {
  font-size: 40px;
  font-family: "Geometric";
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#index-body .init-3 .box .right h4:before {
  content: '';
  width: 30%;
  height: 1px;
  background: black;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#index-body .init-3 .box .right .list {
  margin-top: 60px;
}
#index-body .init-3 .box .right .list ul {
  margin: -9px;
}
#index-body .init-3 .box .right .list ul li {
  padding: 9px;
}
#index-body .init-3 .box .right .list ul li img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#index-body .init-3 .iconList {
  margin-top: 55px;
  overflow: hidden;
}
#index-body .init-3 .iconList ul {
  margin: -70px;
}
#index-body .init-3 .iconList ul li {
  padding: 70px;
}
#index-body .init-3 .iconList ul li h5 {
  font-size: 28px;
  color: #675e5b;
  line-height: 1.2;
  position: relative;
  font-family: 'Geometric';
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
#index-body .init-3 .iconList ul li h5 i {
  height: 74px;
  display: flex;
  align-items: center;
  margin-right: .8em;
  flex-shrink: 0;
}
#index-body .init-3 .iconList ul li .text {
  padding-top: .5em;
  margin-top: .6em;
  font-size: 16px;
  line-height: 30px;
  border-top: 1px solid rgba(52, 44, 42, 0.75);
  font-weight: 300;
}
#index-body .init-4 {
  padding: 80px 0;
}
#index-body .init-4 .box .left {
  vertical-align: middle;
  width: 50%;
}
#index-body .init-4 .box .left span.smallTitle {
  margin-bottom: 20px;
}
#index-body .init-4 .box .left h2.title:after {
  bottom: 55%;
}
#index-body .init-4 .box .left .text {
  margin: 30px 0 45px;
}
#index-body .init-4 .box .left .numberList ul {
  margin: -30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index-body .init-4 .box .left .numberList ul li {
  padding: 30px;
  text-align: center;
  width: auto;
}
#index-body .init-4 .box .left .numberList ul li span.h6 {
  font-size: 90px;
  font-family: 'Geometric';
  color: #9a6d5e;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#index-body .init-4 .box .left .numberList ul li span.h6 sub {
  font-size: .26em;
  color: black;
  font-weight: normal;
  margin-left: .1em;
  font-family: 'Poppins';
}
#index-body .init-4 .box .left .numberList ul li p {
  font-size: 24px;
  margin-top: 1em;
  display: block;
  line-height: 44px;
}
#index-body .init-4 .box .left .map {
  position: relative;
  display: inline-block;
}
#index-body .init-4 .box .left .map li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  background: var(--color);
}
#index-body .init-4 .box .left .map li:after,
#index-body .init-4 .box .left .map li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background: inherit;
  opacity: .4;
  z-index: -1;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .init-4 .box .left .map li:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .init-4 .box .left .map li:nth-child(1) {
  left: 19%;
  top: 37%;
}
#index-body .init-4 .box .left .map li:nth-child(2) {
  left: 28%;
  top: 70%;
}
#index-body .init-4 .box .left .map li:nth-child(3) {
  left: 60%;
  top: 24%;
}
#index-body .init-4 .box .left .map li:nth-child(4) {
  left: 86%;
  top: 43%;
}
#index-body .init-4 .box .left .map li:nth-child(5) {
  left: 85%;
  top: 78%;
}
#index-body .init-4 .box .right {
  vertical-align: middle;
  width: 50%;
  padding-left: 10%;
}
#index-body .init-4 .box .right .formBox {
  background: #f1f1f1;
  border-radius: 20px;
  overflow: hidden;
}
#index-body .init-4 .box .right .formBox form {
  padding: 20px 30px;
}
#index-body .init-4 .box .right .formBox ul {
  margin: -10px;
}
#index-body .init-4 .box .right .formBox ul li {
  padding: 15px;
  position: relative;
}
#index-body .init-4 .box .right .formBox ul li.required:after {
  content: '';
  border: 3px solid #9a6d5e;
  border-radius: 100%;
  position: absolute;
  right: 30px;
  top: 30px;
}
#index-body .init-4 .box .right .formBox ul li.wid-100 {
  width: 100%;
}
#index-body .init-4 .box .right .formBox ul li input,
#index-body .init-4 .box .right .formBox ul li textarea {
  width: 100%;
  line-height: 30px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  font-size: 16px;
  color: #3d3d3d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: none;
}
#index-body .init-4 .box .right .formBox ul li input::-webkit-input-placeholder, #index-body .init-4 .box .right .formBox ul li textarea::-webkit-input-placeholder {
  color: #3d3d3d;
}
#index-body .init-4 .box .right .formBox ul li input:-moz-placeholder, #index-body .init-4 .box .right .formBox ul li textarea:-moz-placeholder {
  color: #3d3d3d;
}
#index-body .init-4 .box .right .formBox ul li input::-moz-placeholder, #index-body .init-4 .box .right .formBox ul li textarea::-moz-placeholder {
  color: #3d3d3d;
}
#index-body .init-4 .box .right .formBox ul li input:-ms-input-placeholder, #index-body .init-4 .box .right .formBox ul li textarea:-ms-input-placeholder {
  color: #3d3d3d;
}
#index-body .init-4 .box .right .formBox ul li input::placeholder,
#index-body .init-4 .box .right .formBox ul li textarea::placeholder {
  color: #3d3d3d;
}
#index-body .init-4 .box .right .formBox ul li input:focus,
#index-body .init-4 .box .right .formBox ul li textarea:focus {
  border-color: var(--color);
}
#index-body .init-4 .box .right .formBox ul li textarea {
  border: 1px solid #d2d2d2;
  height: 110px;
}
#index-body .init-4 .box .right .formBox ul li input[type="submit"] {
  padding: 13px 45px;
  width: auto;
  display: inline-block;
  border-radius: 25px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  text-transform: uppercase;
  background: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box .right .formBox ul li input[type="submit"]:hover {
  background: #222;
}
#index-body .init-5 {
  background: #f1f1f1;
}
#index-body .init-5 .fp-tableCell {
  vertical-align: bottom;
}
#index-body .init-5 .top {
  padding: 70px 0 80px;
}
#index-body .init-5 .top h2.title:after {
  max-width: 220px;
}
#index-body .init-5 .top .list {
  margin-top: 75px;
}
#index-body .init-5 .top .list ul {
  margin: -18px;
}
#index-body .init-5 .top .list ul li {
  padding: 18px;
}
#index-body .init-5 .top .list ul li h6 {
  font-size: 22px;
  font-family: "Geometric";
  color: #151515;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.shijian {
  font-size: 16px;
  line-height: 30px;
}
#index-body .init-5 .top .list ul li h6:hover {
  color: var(--color);
}
#index-body .init-5 .top .list ul li p {
  font-size: 18px;
  color: #8d8d8d;
  line-height: 1.8;
  min-height: 5.4em;
  margin: 25px 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 300;
}
#index-body .init-5 .top .list ul li a.link {
  line-height: 48px;
  height: 48px;
  padding: 0 20px;
  font-size: 18px;
  color: #151515;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-align: center;
  border: #151515 1px solid;
  display: block;
}
#index-body .init-5 .top .list ul li a.link i {
  float: right;
  margin-top: .8em;
}
#index-body .init-5 .top .list ul li a.link:hover {
  border-color: var(--color);
  background: var(--color);
  color: white;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .7;
  }
  70% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .2;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .7;
  }
  70% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .2;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .7;
  }
  70% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: .2;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
#footer {
  background: #191421 url('../images/f-bg.jpg');
  color: white;
}
#footer .footer-top {
  padding: 60px 0 35px;
}
#footer .footer-top .box {
  margin: 0 -10px;
}
#footer .footer-top .boxSlide {
  padding: 0 10px;
}
#footer .footer-top .boxSlide #ewm {
  width: 160px;
  border: 6px solid white;
}
#footer .footer-top .boxSlide .logo {
  position: relative;
  top: -30px;
  max-width: 160px;
  text-align: center;
}
#footer .footer-top .boxSlide h6 {
  font-size: 22px;
  line-height: 40px;
}
#footer .footer-top .boxSlide h6:after {
  content: '';
  width: 13px;
  height: 1px;
  background: white;
  margin-top: 1.7em;
  display: block;
}
#footer .footer-top .boxSlide .list {
  margin-top: 15px;
}
#footer .footer-top .boxSlide .list ul li {
  line-height: 2.2;
  font-size: 16px;
  color: #bababa;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .boxSlide .list ul li:hover {
  color: white;
}
#footer .footer-top .boxSlide .list.info ul li {
  line-height: 1.8;
}
#footer .footer-top .boxSlide:nth-child(1) {
  width: 23%;
}
#footer .footer-top .boxSlide:nth-child(2) {
  width: 23%;
}
#footer .footer-top .boxSlide:nth-child(3) {
  width: 23%;
}
#footer .footer-top .boxSlide:nth-child(3) li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#footer .footer-top .boxSlide:nth-child(4) {
  width: 31%;
}
#footer .footer-bottom {
  position: relative;
  overflow: hidden;
}
#footer .footer-bottom .ui {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .footer-bottom img {vertical-align: middle}
#footer .footer-bottom .ui:after {
  content: '';
  width: 110%;
  border-top: 1px solid white;
  height: 0;
  position: absolute;
  top: 0;
  left: -5%;
}
#footer.inner .footer-bottom:after {
  border-color: rgba(148,148,148,.4);
}
#footer .footer-bottom p {
  font-size: 16px;
  color: #b9b9b9;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom p svg {
  max-height: 26px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  fill: #b9b9b9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  top: -2px;
}
#footer .footer-bottom p svg:hover {
  fill: white;
}
#footer .footer-bottom p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom p a:hover {
  color: white;
}
#footer .footer-bottom ul {
  float: right;
}
#footer .footer-bottom ul li {
  width: auto;
  margin-left: 15px;
  font-size: 18px;
  line-height: 32px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom ul li:hover {
  color: var(--color);
}
.yejiao{
  margin-left: 10px;
}
/*@media screen and (max-height: 900px) {
  #index-body .init-3 .iconList ul li {
    padding: 15px;
  }
  #index-body .init-3 .iconList ul {
    margin: -15px;
  }
  #index-body .init-3 .iconList {
    margin-top: 15px;
  }
  #index-body .init-3 .box {
    margin-top: 15px;
  }
  #index-body .init-4 .box .right .formBox form {
    padding: 15px;
  }
  #index-body .init-5 .top .list {
    margin-top: 30px;
  }
  #index-body .init-5 .top {
    margin-bottom: 20px;
  }
}*/
/*@media screen and (max-width: 1250px), screen and (max-height: 800px) {
  .fp-section,
  .fp-tableCell {
    height: auto !important;
  }
  #banner ul.slick-slider {
    height: 800px;
  }
  #index-body .init-1,
  #index-body .init-2,
  #index-body .init-3,
  #index-body .init-4,
  #index-body .init-5 .top {
    padding: 80px 0;
    margin-bottom: 0;
  }
}*/
@media screen and (max-width: 1700px) {
  .ui.container {
    width: 1200px;
  }
  #banner li .content .left h2 {
    font-size: 56px;
  }
  a.more {
    line-height: 48px;
    height: 48px;
    font-size: 20px;
  }
  #footer .footer-bottom p .catpowertool{
    display: none!important;
  }
  #index-body span.smallTitle {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  #index-body h2.title {
    font-size: 48px;
  }
  #index-body .init-1 .left .text {
    margin: 30px 0;
  }
  #index-body .text {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init-1 .left a.link {
    font-size: 20px;
    line-height: 1.8;
  }
  #index-body .init-1 i.TextBg {
    font-size: 180px;
    bottom: 15%;
  }
  #banner .tag {
    font-size: 180px;
  }
  #index-body .init-2 .list ul li .left h6 {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .init-2 .list ul li .left .text {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init-2 .list ul li .left .text {
    margin: 15px 0 30px;
  }
  #index-body .init-2 .list .btn div {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #index-body .init-2 .list ul li .left .icon {
    margin-top: 30px;
  }
  #index-body .init-3 .iconList ul li {
    padding: 15px;
  }
  #index-body .init-3 .iconList ul {
    margin: -15px;
  }
  #index-body .init-4 .box .left .text {
    margin: 15px 0 20px;
  }
  #index-body .init-4 .box .right .formBox ul li {
    padding: 10px;
  }
  #index-body .init-4 .box .right .formBox ul {
    margin: -10px;
  }
  #index-body .init-4 .box .right .formBox form {
    padding: 15px;
  }
  #index-body .init-4 .box .right .formBox ul li input,
  #index-body .init-4 .box .right .formBox ul li textarea {
    font-size: 16px;
  }
  #index-body .init-4 .box .right .formBox ul li.required:after {
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 1450px) {
  .ui.container {
    left: 0;
  }
  #footer .footer-bottom:after {
    left: 0;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  /*#banner ul.slick-slider {
    height: 600px;
  }*/
  #banner li .content .left h2 {
    font-size: 44px;
    margin-bottom: 20px;
  }
  a.more {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  #index-body h2.title {
    font-size: 38px;
  }
  #index-body .init-1 .left .text p {
    margin-top: 10px;
  }
  #index-body .init-1 .right .box2 .circle,
  #index-body .init-1 .right .box2 .circleSvg {
    width: 100px;
    height: 100px;
  }
  #index-body .init-1 .right .box2 .circleSvg .play i {
    border-left-width: 16px;
    border-top-width: 9px;
    border-bottom-width: 9px;
  }
  #index-body .init-1 i.TextBg {
    font-size: 160px;
  }
  #banner .tag {
    font-size: 160px;
  }
  #index-body .init-3 .iconList ul li h5 {
    font-size: 24px;
  }
  #index-body .init-3 .box .right .list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .ui.container {
    width: 100%;
  }
  .inner-page {
   min-height: auto
  }
  .init-5.section.sections {
    margin: 0
  }
  .prodet-page .prodet-3 .product-list ul li,.newdet-page .newdet-3 .list ul li {width: 100%!important}
  .newdet-page .newdet-2 .m-link a {width: 100%!important;float: unset!important;margin: 15px 0;display: block}
  .inner-page .product-list ul li {width: 33.333%!important}
  #banner .tag {display: none}
  #footer .footer-bottom {text-align: center}
  #footer .footer-bottom ul {float: unset}
  #index-body .init-2 {
    background: #000;
  }
  #footer {
    background: #191421
  }
  /*#banner ul.slick-slider {
    height: 380px;
  }*/
  #banner li .content .left h2 {
    font-size: 36px;
  }
  #banner .dots li {
    width: 24px;
    height: 24px;
  }
  #banner .dots li button {
    font-size: 14px;
    top: 54%;
  }
  #banner .dots li:after {
    width: 10px;
    height: 10px;
  }
  #index-body .init-1 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
    max-width: 400px;
    margin-left: auto;
    display: block;
  }
  #index-body .init-1 .left {
    width: 100%;
  }
  #index-body .init-1 i.TextBg {
    bottom: 2%;
  }
  #banner .tag {
    bottom: 2%;
  }
  #index-body .init-2 .list {
    padding-right: 0;
    overflow: hidden;
  }
  #index-body .init-2 .list ul li .right {
    padding-right: 3%;
    margin-top: 15px;
  }
  #index-body .init-2 .list .btn {
    display: none;
  }
  #index-body .init-2 .list ul li .left span.smallTitle {
    margin-bottom: 10px;
  }
  #index-body .init-2 .list ul li .left h6 {
    margin-top: 10px;
  }
  #index-body .init-2 .list ul li .left a.more {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  #index-body .init-3 .box .right h4 {
    font-size: 28px;
  }
  #index-body .init-3 .box .right h4:before {
    width: 20%;
  }
  #index-body .init-3 .iconList ul li h5 {
    font-size: 20px;
    padding-left: 60px !important;
  }
  #index-body .init-3 .iconList ul li h5 i img {
    max-width: 50px;
    max-height: 50px;
  }
  #footer .footer-top .boxSlide:nth-child(3),
  #footer .footer-top .boxSlide:nth-child(2),
  #footer .footer-top .boxSlide:nth-child(1) {
    display: none;
  }
  #footer .footer-top .boxSlide:nth-child(4) {
    width: 100%;
  }
  #footer .footer-top .boxSlide h6:after {
    margin-top: 20px;
  }
  #footer .footer-bottom ul {
    float: none;
  }
  #footer .footer-bottom ul li {
    margin-left: 0;
    margin-right: 15px;
  }
  #footer .footer-top .boxSlide .list ul li {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .init-5 .top .list ul li p {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
  }
  #index-body .init-4 .box .right {
    padding-left: 2%;
  }
  #index-body .init-2 .list ul li .left h2.title a {font-size: 32px}
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #index-body .init-2 .list ul li .left h2.title a {font-size: 26px}
  #index-body .init-1,
  #index-body .init-2,
  #index-body .init-3,
  #index-body .init-4,
  #index-body .init-5 .top {
    padding: 15px;
  }
  #index-body .init-2 .list ul li .left h2.title a {font-size: 24px; line-height: 44px;}
 .inner-page .product-list ul li {width: 50%!important}

  #index-body .init-3,#index-body .init-4 {display: none!important}

   p.catwordintro {
        font-size: 16px;
        line-height: 30px;
    }
    .inner-page.product-page.honor {
        display: none;
    }
 #index-body .init-5 .top .list {
   margin-top: 35px;
 }

     #footer .footer-bottom p {
       padding: 0 10px 0;
    }
    .yejiao{
      display: none!important;
    }
     #footer .footer-top {
        padding: 60px 20px 35px;
    }
    #footer {
       height: auto;
    }
  .catwordintro.catwordintros {
    display: none;
}
  #index-body .init-1 .right {
    max-width: 300px;
  }
  #index-body .init-1 i.TextBg {
    font-size: 120px;
  }
  #banner .tag {
    font-size: 120px;
  }
  #index-body .init-1 .right .box2 .circle {
    width: 70px;
    height: 70px;
  }

  #index-body .init-2 .list ul li .right {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
    text-align: center;
  }
  #index-body .init-2 .list ul li .right img {
    display: block;
    margin: 0 auto;
  }
  #index-body .init-2 .list ul li .left {
    width: 100%;
  }
  #index-body .init-3 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .init-3 .box .left {
    width: 100%;
  }
  #index-body .init-3 .box .right .list {
    margin-top: 15px;
  }
  #index-body .init-3 .iconList ul li {
    width: 100%;
  }
  #index-body .init-4 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .init-4 .box .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body h2.title {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  /*#banner ul.slick-slider {
    height: 320px;
  }*/
  #banner li .content .left h2 {
    font-size: 28px;
  }
   .inner-page .product-list ul li {width: 100%!important}
  a.more {
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    padding: 0 20px;
  }
  #index-body .init-1 i.TextBg {
    font-size: 90px;
  }
  #banner .tag {
    display: none;
  }
}
.inner-banner {
  background: #f9f9f9;
}
.inner-banner .box {
  padding: 3% 0;
  border-bottom: 1px solid #d1d1d1;
}
.inner-banner .mbx {
  font-size: 16px;
  color: #151515;
  line-height: 30px;
}
.inner-banner .mbx a,.inner-banner .mbx span {
  font-size: 16px;
  line-height: 30px;
}
.inner-banner .mbx a:first-child {
  color: transparent;
  font-size: 0;
  width: 10px;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  color: var(--color);
  font-family: FontAwesome;
  font-size: 20px;
}
.inner-banner .mbx a:after {
  content: '>';
  margin:0 5px;
  font-size: 16px;
  color: #949494;
}
.inner-banner h3,.inner-banner h1 {
  font-size: 30px;
  font-family: "Geometric";
  color: #342c2a;
  text-transform: capitalize;
  line-height: 48px;
  margin-top: 25px;
}
.inner-page {
  background: #f9f9f9;
  min-height: 50vh;
}
.inner-page .newhieght{
  min-height: auto;
  margin: 10px 0;
}

.inner-page .m-page>div {
  margin-top: 70px;
  padding: 15px;
  /*border: 1px solid black;*/
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  color: #151515;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  color: var(--color);
}
.inner-page .navList ul li {
  font-size: 18px;
  line-height: 40px;
  color: #151515;
  text-transform: capitalize;
  display: inline-block;
}
.inner-page .navList ul li:after {
  content: '|';
  color: #d4d4d4;
  margin: 0 10px;
}
.inner-page .navList ul li a:hover,
.inner-page .navList ul li a.active {
  text-decoration: underline;
  color: #342c2a
}
.inner-page .navList ul li:last-child:after {
  display: none;
}
.inner-page .product-list ul {
  margin: -25px;
}
.inner-page .product-list ul li {
  padding: 25px;
}
.inner-page .product-list ul li a.img-box {
  display: block;
  padding: 10%;
  background: white;
  border: 1px solid #dbdbdb;
}
.inner-page .product-list ul li .content {
  padding: 20px;
  background: #888888;
  text-align: center;
  color: white;
}
.inner-page .product-list ul li .content h6 {
  font-size: 18px;
  line-height: 32px;
  min-height: 5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*height: 106px;*/
  overflow: auto
}
.yxcp {
  font-size: 20px;
  line-height: 36px;
  min-height: 4em!important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*height: 106px;*/
  overflow: auto
}
.inner-page .product-list ul li .content h6:hover {
  color: var(--color);
}
.inner-page .product-list ul li .content p {
  font-size: 14px;
  margin-top: 10px;
  min-height: 6.2em;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 28px;
}
.inner-page .product-list ul li .content a.link {
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
  display: inline-block;
  border-bottom: 1px solid #bfbfbf;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .product-list ul li .content a.link:hover {
  color: var(--color);
  border-color: var(--color);
}
/*.inner-page .product-list ul li .content h6 {
  min-height: 2.4em;
}*/
.contact-page {
  padding: 65px 0 90px;
}
.contact-page .contact-1 .list ul {
  margin: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .list ul li {
  padding: 40px;
}
.contact-page .contact-1 .list ul li .box {
  display: block;
  padding: 45px 0px 45px;
  background: #ececec;
  text-align: center;
  height: 100%;
}
.contact-page .contact-1 .list ul li .box i.fa {
  font-size: 60px;
  color: var(--color);
  line-height: 1;
}
.contact-page .contact-1 .list ul li .box h6 {
  font-size: 24px;
  font-family: "Geometric";
  color: #151515;
  text-transform: uppercase;
  line-height: 44px;
  margin: 25px 0;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  color: #151515;
  line-height: 30px;
}
.contact-page .contact-2 {
  margin-bottom: 90px;
}
.contact-page .contact-2 .map .amap-copyright,
.contact-page .contact-2 .map .amap-logo {
  display: none !important;
}
.contact-page .contact-2 .left {
  vertical-align: middle;
}
.contact-page .contact-2 .right {
  vertical-align: middle;
  /*padding-left: 3%;*/
}
.contact-page .contact-2 .right h2.title {
  font-size: 34px;
  font-family: "Geometric";
  color: #151515;
  line-height: 1;
}
.contact-page .contact-2 .right h2.title:after {
  content: '';
  width: 20%;
  max-width: 180px;
  height: 1px;
  background: #d1d1d1;
  margin-top: 25px;
  display: block;
}
.contact-page .contact-2 .right .form {
  margin-top: 30px;
}
.contact-page .contact-2 .right .form ul {
  margin: -11px -9px;
}
.contact-page .contact-2 .right .form ul li {
  padding: 11px 9px;
}
.contact-page .contact-2 .right .form ul li input,
.contact-page .contact-2 .right .form ul li textarea {
  width: 100%;
  line-height: 32px;
  padding: 15px 20px;
  background: #ececec;
  border: none;
  font-size: 18px;
  color: black;
}
.contact-page .contact-2 .right .form ul li input::-webkit-input-placeholder, .contact-page .contact-2 .right .form ul li textarea::-webkit-input-placeholder {
  color: #898989;
}
.contact-page .contact-2 .right .form ul li input:-moz-placeholder, .contact-page .contact-2 .right .form ul li textarea:-moz-placeholder {
  color: #898989;
}
.contact-page .contact-2 .right .form ul li input::-moz-placeholder, .contact-page .contact-2 .right .form ul li textarea::-moz-placeholder {
  color: #898989;
}
.contact-page .contact-2 .right .form ul li input:-ms-input-placeholder, .contact-page .contact-2 .right .form ul li textarea:-ms-input-placeholder {
  color: #898989;
}
.contact-page .contact-2 .right .form ul li input::placeholder,
.contact-page .contact-2 .right .form ul li textarea::placeholder {
  color: #898989;
}
.contact-page .contact-2 .right .form ul li textarea {
  height: 200px;
}
.contact-page .contact-2 .right .form ul li input[type="submit"] {
  padding: 15px 35px;
  border-radius: 5px;
  background: var(--color);
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .right .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .contact-2 .right .form ul li.wid-100 {
  width: 100%;
}
.gallery-page {
  padding: 30px 0 90px;
}
.gallery-page .gallery-2 {
  margin-top: 70px;
}
.gallery-page .gallery-2 .list ul {
  margin: -15px -9px;
}
.gallery-page .gallery-2 .list ul li {
  padding: 15px 9px;
}
.gallery-page .gallery-2 .list ul li a.img-box {
  height: 320px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.gallery-page .gallery-2 .list ul li a.img-box h6 {
  text-align: center;
  color: white;
  padding: 10px;
  line-height: 1.8;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-2 .list ul li a.img-box:hover h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.faq-page {
  padding: 50px 0 90px;
}
.faq-page .list ul li {
  margin-bottom: 25px;
  background: white;
  display: inline-block;
  width: 100%;
}
.faq-page .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .list ul li span {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 55px;
  text-align: center;
  line-height: 1.2;
}
.faq-page .list ul li h6 {
  padding: 15px 70px;
  position: relative;
  font-size: 20px;
  line-height: 1.8;
  color: #151515;
  background: #dcdcdc;
}
.faq-page .list ul li h6 i {
  width: 55px;
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 28px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
}
.faq-page .list ul li .text {
  margin: 15px 0;
  padding: 0 70px;
  font-size: 20px;
  line-height: 1.8;
  color: #151515;
  position: relative;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq-page .list ul li .text p,
.faq-page .list ul li .text span {
  background: transparent !important;
}
.news-page {
  padding: 30px 0 90px;
}
.news-page .news-2 {
  margin-top: 70px;
}
.news-page .news-2 .list ul {
  margin: -40px -28px;
}
.news-page .news-2 .list ul li {
  padding: 40px 28px;
}
.news-page .news-2 .list ul li a.img-box {
  height: 440px;
  display: block;
  background-size: cover;
  background-position: center center;
}
.news-page .news-2 .list ul li h6 {
  font-size: 26px;
  color: #151515;
  line-height: 1.4;
  height: 4em!important;
  margin: 20px 0;
  font-family: "Geometric";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-2 .list ul li h6:hover {
  color: var(--color);
}
.news-page .news-2 .list ul li .tag {
  padding: 16px 0;
  border-top: 1px solid #d4d4d4;
}
.news-page .news-2 .list ul li .tag a.link {
  font-size: 20px;
  color: #342c2a;
  line-height: 1.8;
  display: inline-block;
  border-bottom: 1px solid var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-2 .list ul li .tag a.link:hover {
  border-color: transparent;
}
.news-page .news-2 .list ul li .tag time {
  float: right;
  font-size: 20px;
  line-height: 1.8;
  color: #949494;
}
.newdet-page {
  padding: 30px 0 80px;
  background: #f9f9f9;
}
.newdet-page .newdet-2 {
  padding-top: 80px;
}
.newdet-page .newdet-2 h1 {
  font-size: 30px;
  font-family: "Geometric";
  color: #151515;
  line-height: 1.2;
}
.newdet-page .newdet-2 time {
  font-size: 20px;
  line-height: 1.8;
  color: #949494;
  margin: 20px 0;
  display: block;
}
.newdet-page .newdet-2 .content {
  padding: 30px 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  font-size: 16px;
  color: #151515;
  line-height: 30px;
}
.newdet-page .newdet-2 .content p,
.newdet-page .newdet-2 .content span,
.newdet-page .newdet-2 .content div,
.newdet-page .newdet-2 .content strong {
  font-family: 'Poppins'!important;
}
.newdet-page .newdet-2 .share {
  margin-top: 35px;
  display: block;
}
.newdet-page .newdet-2 .share h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  color: #151515;
}
.newdet-page .newdet-2 .share ul {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .newdet-2 .share ul li {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: #e8e8e8;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-2 .share ul li a {
  display: block;
}
.newdet-page .newdet-2 .share ul li:hover {
  color: white;
  background: var(--color);
}
.newdet-page .newdet-2 .m-link {
  padding-top: 25px;
  font-size: 16px;
  line-height: 30px;
  color: #949494;
}
.newdet-page .newdet-2 .m-link a:last-child {
  float: right;
}
.newdet-page .newdet-2 .m-link a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-2 .m-link a:hover {
  color: var(--color);
}
.newdet-page .newdet-3 {
  margin-top: 100px;
}
.newdet-page .newdet-3 h2 {
  font-size: 30px;
  font-family: "Geometric";
  color: var(--color);
  line-height: 1;
  /*text-transform: uppercase;*/
}
.newdet-page .newdet-3 .list {
  margin-top: 50px;
}
.product-page {
  padding: 30px 0 0px;
}
.product-page .product-2 {
  margin-top: 60px;
}

.product-page .product-2 h1,.product-page .product-2 h2,.product-page .product-2 .h1{
  font-size: 20px;
  line-height: 36px;
  color: #342c2a;
  margin-bottom: 10px;
 }
  .flcp{
   font-size: 36px;
    font-family: "Geometric";
    color: #151515;
    line-height: 1.2;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.product-page .product-2 .catwordintro{
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
}
.product-page .product-2 h1,.product-page .product-2 h2,.product-page .product-2 .h1 {
  font-size: 36px;
  font-family: "Geometric";
  color: #151515;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  display: block;
}
.product-page .product-2 .text {
  margin-top: 15px;
  font-size: 20px;
  color: #151515;
  padding-bottom: 35px;
  border-bottom: 1px solid #d4d4d4;
  line-height: 1.8;
}
.product-page .product-2 .product-list {
  margin-top: 30px;
}
.prodet-page .prodet-1 {
  padding-top: 30px;
}
.prodet-page .prodet-1 .m-link {
  padding: 25px 0 40px;
  display: block;
  font-size: 18px;
  line-height: 2;
}
.prodet-page .prodet-1 .box .left {
  width: 45%;
  vertical-align: bottom;
}
.prodet-page .prodet-1 .box .left .bigImg {
  padding: 10%;
  background: #f9f9f9;
}
.prodet-page .prodet-1 .box .left .share {
  margin-top: 25px;
}
.prodet-page .prodet-1 .box .left .share h6 {
  font-size: 22px;
  line-height: 40px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .box .left .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .box .left .share ul li {
  width: 28px;
  height: 28px;
  line-height: 30px;
  margin-left: 12px;
  background: #eee;
  font-size: 16px;
  color: #333;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .box .left .share ul li:hover {
  color: white;
  background: var(--color);
}
.prodet-page .prodet-1 .box .right {
  width: 55%;
  padding-left: 3%;
  vertical-align: bottom;
  /*margin-bottom: 58px;*/
}
.prodet-page .prodet-1 .box .right span.tag {
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #666;
}
.prodet-page .prodet-1 .box .right h1 {
  font-size: 30px;
  color: #222;
  line-height: 44px;
  font-weight: 600;
}
.prodet-page .prodet-1 .box .right .content {
  margin: 35px 0;
  font-size: 20px;
  color: #333;
  line-height: 1.8;
}

.prodet-page .prodet-1 .box .right .content p,
.prodet-page .prodet-1 .box .right .content span,
.prodet-page .prodet-1 .box .right .content div,
.prodet-page .prodet-1 .box .right .content strong {
  font-family: 'Poppins'!important;
}
.prodet-page .prodet-1 .box .right a.link {
  line-height: 50px;
  height: 50px;
  padding: 0 30px;
  background: var(--color);
  color: white;
  border-radius: 5px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.prodet-page .prodet-1 .box .right a.link:hover {
  background: #222;
}
.prodet-page .prodet-1 .box .right .smallImg {
  margin-top: 60px;
}
.prodet-page .prodet-1 .box .right .smallImg ul {
  margin: -7px;
}
.prodet-page .prodet-1 .box .right .smallImg ul li {
  padding: 7px;
}
.prodet-page .prodet-1 .box .right .smallImg ul li a {
  display: block;
  padding: 8%;
  background: #f9f9f9;
}
.prodet-page .prodet-1 .box .right .smallImg ul .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-2 {
  padding-top: 80px;
}
.prodet-page .prodet-2 .options ul {
  border-bottom: 1px solid #d4d4d4;
}
.prodet-page .prodet-2 .options ul li {
  margin-right: 100px;
  font-size: 24px;
  color: #555;
  line-height: 44px;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options ul li:after {
  content: '';
  width: 100%;
  height: 3px;
  background: var(--color);
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 .options ul li.active,
.prodet-page .prodet-2 .options ul li:hover {
  color: black;
}
.prodet-page .prodet-2 .options ul li.active:after,
.prodet-page .prodet-2 .options ul li:hover:after {
  opacity: 1;
}
.prodet-page .prodet-2 .ret {
  margin-top: 30px;
}
.prodet-page .prodet-2 .ret .content {
  font-size: 18px;
  line-height: 32px;
}
.prodet-page .prodet-2 .ret .content td {
  border: 1px solid #bbb;
}
.prodet-page .prodet-2 .ret .form ul {
  margin: -10px;
}
.prodet-page .prodet-2 .ret .form ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .ret .form ul li input,
.prodet-page .prodet-2 .ret .form ul li textarea {
  width: 100%;
  line-height: 32px;
  padding: 15px 20px;
  background: #ececec;
  border: none;
  font-size: 18px;
  color: black;
}
.prodet-page .prodet-2 .ret .form ul li input::-webkit-input-placeholder, .prodet-page .prodet-2 .ret .form ul li textarea::-webkit-input-placeholder {
  color: #898989;
}
.prodet-page .prodet-2 .ret .form ul li input:-moz-placeholder, .prodet-page .prodet-2 .ret .form ul li textarea:-moz-placeholder {
  color: #898989;
}
.prodet-page .prodet-2 .ret .form ul li input::-moz-placeholder, .prodet-page .prodet-2 .ret .form ul li textarea::-moz-placeholder {
  color: #898989;
}
.prodet-page .prodet-2 .ret .form ul li input:-ms-input-placeholder, .prodet-page .prodet-2 .ret .form ul li textarea:-ms-input-placeholder {
  color: #898989;
}
.prodet-page .prodet-2 .ret .form ul li input::placeholder,
.prodet-page .prodet-2 .ret .form ul li textarea::placeholder {
  color: #898989;
}
.prodet-page .prodet-2 .ret .form ul li textarea {
  height: 200px;
}
.prodet-page .prodet-2 .ret .form ul li input[type="submit"] {
  padding: 15px 35px;
  border-radius: 5px;
  background: var(--color);
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .form ul li input[type="submit"]:hover {
  background: #222;
}
.prodet-page .prodet-2 .ret .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-3 {
  padding: 60px 0 0;
}
.prodet-page .prodet-3 h5 {
  font-size: 25px;
  color: #111;
  line-height: 1.2;
  cursor: pointer;
  cursor: hand;
  border-bottom: 1px solid #d4d4d4;
  display: block;
}
.prodet-page .prodet-3 h5 em {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.prodet-page .prodet-3 h5 em:after {
  content: '';
  width: 100%;
  height: 3px;
  background: var(--color);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.prodet-page .prodet-3 .product-list {
  margin-top: 50px;
}
.about-page .slick-arrow {
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: transparent;
  font-size: 0;
  overflow: hidden;
  border: none;
  background: #ececec;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.about-page .slick-arrow:after {
  content: '';
  font-family: "FontAwesome";
  font-size: 20px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .slick-arrow:hover {
  background: var(--color);
}
.about-page .slick-arrow:hover:after {
  color: white;
}
.about-page .slick-arrow.slick-prev:after {
  content: "\f104";
}
.about-page .slick-arrow.slick-next:after {
  content: "\f105";
}
.about-page .about-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: white;
  background: url("../images/about-1-bg.jpg") center center no-repeat;
  background-size: cover;
}
.about-page .about-1 .box .left {
  padding: 90px;
  width: 85%;
  margin: auto;
}
.about-page .about-1 .box .left h5 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
.about-page .about-1 .box .left .content {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 25px;
}
.about-page .about-1 .box .left .content p {
  margin-top: 30px;
}
.about-page .about-1 .box .left .content p:first-child {
  margin-top: 0;
}
.about-page .about-1 .box .right {
  width: 100%;
}
.about-page .about-1 .box .right .list {
  height: 100%;
}
.about-page .about-1 .box .right ul {
  /*border-left: 1px solid white;*/
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 30px 0 60px;
}
.about-page .about-1 .box .right ul li {
  /*border-bottom: 1px solid white;*/
  height: 33.333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-1 .box .right ul li:last-child {
  border-bottom: none;
}
.about-page .about-1 .box .right ul li h6 {
  font-size: 55px;
  font-family: "Geometric";
  line-height: 1;
  display: block;
  width: 100%;
  text-align: center;
}
.about-page .about-1 .box .right ul li h6 small {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-top: 5px;
  font-family: "Poppins";
}
.about-page .about-2 {
  padding: 0 0 110px;
}
.about-page .about-2 .list {
  padding: 0 70px;
}
.about-page .about-2 .list ul {
  margin: 0 -65px;
}
.about-page .about-2 .list ul li {
  padding: 0 65px;
  text-align: center;
  position: relative;
}
.about-page .about-2 .list ul li:after {
  content: '';
  width: 50%;
  border-bottom: 1px #050505 dashed;
  position: absolute;
  left: 50%;
  top: 15%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.about-page .about-2 .list ul li h6 {
  font-family: "Geometric";
  font-size: 57px;
  color: var(--color);
  line-height: 1;
}
.about-page .about-2 .list ul li span {
  display: block;
  font-size: 24px;
  color: #181818;
  line-height: 1.2;
  margin: 10px 0 5px;
}
.about-page .about-2 .list ul li .text {
  font-size: 16px;
  color: #656565;
  line-height: 1.6;
}
.about-page .about-2 .list ul .slick-slide {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul .slick-slide.slick-active {
  opacity: 1;
}
.about-page .about-2 .list ul .slick-slide.slick-active + div + div + div li:after {
  opacity: 0;
}
.about-page .about-2 .list ul .slick-arrow {
  top: 14%;
}
.about-page .about-2 .list ul .slick-prev {
  left: 0;
}
.about-page .about-2 .list ul .slick-next {
  right: 0;
}
.about-page .about-3 .list {
  padding: 0 28%;
  overflow: hidden;
}
.about-page .about-3 .list ul li img {
  width: 100%;
}
.about-page .about-3 .list ul .slick-list {
  overflow: unset;
}
.about-page .about-3 .list ul .slick-slide li {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  position: relative;
  left: 15%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul .slick-slide.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0;
  z-index: 1;
}
.about-page .about-3 .list ul .slick-slide.slick-current ~ .slick-slide li {
  left: -15%;
}
.about-page .about-3 .list ul .slick-prev {
  left: -27px;
}
.about-page .about-3 .list ul .slick-next {
  right: -27px;
}
.about-page .about-4 {
  padding: 110px 0;
}
.about-page .about-4 .list ul {
  margin: -3px;
  display: flex;
  flex-wrap: wrap;
}
.about-page .about-4 .list ul li {
  padding: 3px;
}
.about-page .about-4 .list ul li .box {
  padding: 30px 5%;
  text-align: center;
  background: #ececec;
  height: 100%;
}
.about-page .about-4 .list ul li .box i {
  display: inline-block;
  margin-bottom: 25px;
  height: 70px;
  line-height: 70px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-4 .list ul li .box i span {
  width: 30px;
  height: 30px;
  z-index: -1;
  border-radius: 100%;
  position: absolute;
  background: var(--color);
}
.about-page .about-4 .list ul li:nth-child(1) .box i span {
  right: 4%;
  top: 32%;
}
.about-page .about-4 .list ul li:nth-child(2) .box i span {
  right: 20%;
  top: 40%;
}
.about-page .about-4 .list ul li:nth-child(3) .box i span {
  right: 7%;
  top: 55%;
}
.about-page .about-4 .list ul li:nth-child(4) .box i span {
  right: 15%;
  top: 49%;
}
.about-page .about-4 .list ul li .box i img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-4 .list ul li .box h6 {
  font-size: 18px;
  line-height: 32px;
  color: #151515;
  font-weight: 600;
}
.about-page .about-4 .list ul li .box .text {
  font-size: 16px;
  color: #949494;
  margin-top: 5px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.about-page .about-5 {
  margin-bottom: 110px;
  display: inline-block;
  width: 100%;
}
.about-page .about-5 .list ul {
  margin: -30px;
}
.about-page .about-5 .list ul li {
  padding: 30px;
}
.about-page .about-5 .list ul li .box .img {
  width: 50%;
  height: 420px;
  background-size: cover;
  background-position: center center;
}
.about-page .about-5 .list ul li .box .content {
  width: 60%;
  margin-left: -10%;
  margin-top: 95px;
  padding: 40px 20px 40px 50px;
  background: var(--color);
}
.about-page .about-5 .list ul li .box .content .text {
  font-size: 18px;
  color: white;
  line-height: 1.6;
  height: 18em;
}
.about-page .about-5 .list ul li .box .content .text strong {
  font-weight: 300;
  position: relative;
  margin-bottom: 5px;
  display: block;
}
.about-page .about-5 .list ul li .box .content .text strong:before {
  content: '';
  width: 12px;
  height: 1px;
  background: white;
  position: absolute;
  right: 102%;
  top: 13px;
}
@media screen and (max-width: 1700px) {
  .inner-banner h3,.inner-banner h1 {
    font-size: 26px;
    line-height: 42px;
  }
  #index-body .init-2 .list ul li .left .text{
    height: auto;
  }
  .product-page .product-2 h1{
    font-size: 24px;
    line-height: 44px;
    margin-top: -50px;
    }
  .yeshu{
  margin-top: -50px!important;
    padding: 10px;
    margin-bottom: -50px!important;
  }
  .prodet-page .prodet-1 .m-link {
    padding: 20px 0;
  }
  .prodet-page .prodet-1 .box .right span.tag {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .box .right h1 {
    font-size: 28px;
  }
  .prodet-page .prodet-1 .box .right .content {
    margin: 15px 0;
    font-size: 18px;
  }
  .inner-page .product-list ul li {
    padding: 5px;
  }
  .inner-page .product-list ul {
    margin: -5px;
  }
  .inner-page .product-list ul li .content {
    padding: 10px;
  }
  .inner-page .product-list ul li .content p {
    font-size: 14px;
    line-height: 2;
    margin-top: 5px;
  }
  .inner-page .product-list ul li .content h6 {
    font-size: 18px;
    line-height: 32px;
    min-height: 4.2em;
  }
  .inner-page .product-list ul li .content a.link {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-2 .ret .form ul li input,
  .prodet-page .prodet-2 .ret .form ul li textarea {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-2 .options ul li,
  .prodet-page .prodet-3 h5,
  .inner-page .navList ul li {
    font-size: 20px;
  }
  .prodet-page .prodet-2 .options ul li{
    line-height: 1.8;
  }
  .product-page .product-2 {
    margin-top: 60px;
  }
  .product-page .product-2 h1,.product-page .product-2 h2,.product-page .product-2 .h1 {
    font-size: 28px;
  }
  .product-page .product-2 .text {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .product-page .product-2 .product-list {
    margin-top: 40px;
  }
  .inner-page .m-page {
    margin-top: 30px;
    padding: 10px;
  }
  .newdet-page .newdet-2 {
    padding-top: 50px;
  }
  .newdet-page .newdet-2 h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .newdet-2 time {
    font-size: 16px;
    line-height: 2;
  }
  .newdet-page .newdet-2 .content {
    font-size: 16px;
  }
  .newdet-page .newdet-2 .share h6 {
    font-size: 16px;
  }
  .newdet-page .newdet-2 .share {
    margin-top: 25px;
  }
  .newdet-page .newdet-2 .m-link {
    font-size: 16px;
  }
  .newdet-page .newdet-2 .m-link {
    padding-top: 15px;
  }
  .newdet-page .newdet-3 {
    margin-top: 60px;
  }
  .newdet-page .newdet-3 h2 {
    font-size: 36px;
  }
  .newdet-page .newdet-3 .list {
    margin-top: 30px;
  }
  .news-page .news-2 {
    margin-top: 30px;
  }
  .news-page .news-2 .list ul li {
    padding: 15px;
  }
  .news-page .news-2 .list ul {
    margin: -15px;
  }
  .news-page .news-2 .list ul li a.img-box {
    height: 300px;
  }
  .news-page .news-2 .list ul li h6 {
    font-size: 22px;
    margin: 10px 0;
  }
  .news-page .news-2 .list ul li .tag {
    padding: 10px 0;
  }
  .news-page .news-2 .list ul li .tag a.link,
  .news-page .news-2 .list ul li .tag time {
    font-size: 16px;
    line-height: 30px;
  }
  .faq-page .list ul li h6,
  .faq-page .list ul li .text {
    font-size: 16px;
    line-height: 30px;
  }
  .faq-page .list ul li span {
    font-size: 22px;
  }
  .gallery-page .gallery-2 .list ul li a.img-box h6 {
    font-size: 16px;
  }
  .gallery-page .gallery-2 .list ul li a.img-box {
    height: 280px;
  }
  .contact-page .contact-1 .list ul li {
    padding: 20px;
  }
  .contact-page .contact-1 .list ul {
    margin: -20px;
  }
  .contact-page .contact-1 .list ul li .box {
    padding: 20px;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-1 .list ul li .box h6 {
    font-size: 20px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .list ul li .box i.fa {
    font-size: 48px;
  }
  .contact-page .contact-2 .right h2.title {
    font-size: 28px;
  }
  .contact-page .contact-2 .right h2.title:after {
    margin-top: 15px;
  }
  .contact-page .contact-2 .right .form ul li input,
  .contact-page .contact-2 .right .form ul li textarea {
    padding: 10px 15px;
  }
  .contact-page .contact-2 .right .form ul li input[type="submit"] {
    padding: 10px 25px;
    font-size: 18px;
  
  }
  #mapContainer {
    height: 420px !important;
  }
  .about-page .about-2 .list ul li {
    padding: 0 30px;
  }
  .about-page .about-2 .list ul {
    margin: 0 -30px;
  }
  .about-page .about-2 .list {
    padding: 0 40px;
  }
  .about-page .about-5 .list ul li .box .content {
    padding: 25px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 {
    padding-left: 0;
  }
  .inner-banner h3,.inner-banner h1 {
    font-size: 24px;
    line-height: 40px;
    margin-top: 15px;
  }
  .inner-banner .box {
    padding: 2.5% 0;
  }
  .about-page .about-1 .box .left {
    padding: 60px 5%;
  }
  .about-page .about-1 .box .left .content {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .box .right ul li h6 {
    font-size: 40px;
  }
  .about-page .about-2 {
    padding: 70px 0;
  }
  .about-page .about-2 .list ul li h6 {
    font-size: 44px;
  }
  .about-page .about-2 .list ul li span {
    font-size: 20px;
  }
  .about-page .about-4 .list ul li .box i {
    line-height: 50px;
    height: 50px;
  }
  .about-page .about-4 .list ul li .box i img {
    max-height: 100%;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-5 .list ul li .box .img {
    height: 360px;
  }
  .about-page .about-5 .list ul li .box .content {
    margin-top: 60px;
  }
  .gallery-page .gallery-2 {
    margin-top: 40px;
  }
  .newdet-page .newdet-2 time {
    font-size: 14px;
    line-height: 2;
  }
  .newdet-page .newdet-2 .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .newdet-2 .m-link {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .box .right h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .about-5 .list ul li .box .content .text {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .box .right .content {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .box .right .smallImg {
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .box .right {
    margin-bottom: 0;
  }
  .contact-page .contact-1 .list ul li .box h6 {
    margin: 15px 0;
  }
  .contact-page .contact-2 {
    margin-top: 50px;
  }
  .about-page .about-5 {
    margin-bottom: 50px;
  }
  .about-page .about-5 .list ul li {
    padding: 15px;
  }
  .about-page .about-5 .list ul {
    margin: -15px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .inner-banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .box .right ul li h6 {
    font-size: 32px;
  }
  .about-page .about-2 .list ul li {
    padding: 0 10px;
  }
  .about-page .about-2 .list ul {
    margin: 0 -10px;
  }
  .about-page .about-2 .list ul li .text {
    font-size: 14px;
  }
  .about-page .about-2 .list ul .slick-prev {
    left: -40px;
  }
  .about-page .about-2 .list ul .slick-next {
    right: -40px;
  }
  .about-page .about-2 .list ul .slick-slide.slick-active + div + div li:after {
    opacity: 0;
  }
  .about-page .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .about-page .about-3 .list {
    padding: 0 15%;
  }
  .about-page .about-4 .list ul li {
    width: 50%;
  }
  .about-page .about-5 .list ul li .box .img {
    height: 200px;
    width: 100%;
  }
  .about-page .about-5 .list ul li .box .content {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .about-page .about-5 .list ul li .box .content .text {
    font-size: 16px;
  }
  .contact-page {
    padding: 50px 0;
  }
  .contact-page .contact-1 .list ul li {
    padding: 10px;
    width: 100%;
  }
  .contact-page .contact-1 .list ul {
    margin: -10px;
  }
  .contact-page .contact-1 .list ul li .box i.fa {
    font-size: 36px;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right .form ul li input,
  .contact-page .contact-2 .right .form ul li textarea {
    font-size: 16px;
    line-height: 30px;
  }
  #mapContainer {
    height: 360px !important;
  }
  .gallery-page .gallery-2 .list ul li a.img-box {
    height: 220px;
  }
  .gallery-page .gallery-2 .list ul li a.img-box h6 {
    font-size: 14px;
    line-height: 2;
  }
  .inner-page .navList ul li {
    font-size: 16px;
  }

  .news-page .news-2 .list ul li h6 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .newdet-page .newdet-3 h2 {
    font-size: 28px;
  }
  .prodet-page .prodet-1 .box .left .share h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .box .left .share ul li {
    margin-left: 5px;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right a.link {
    line-height: 40px;
    height: 40px;
  }
  .prodet-page .prodet-2 .ret .content {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-5 .list ul li .box .content .text {
    height: auto;
  }
  #index-body .init-2 .list ul li .left .icon {
    display: none!important
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-3 {
    padding: 50px 0;
  }
  .product-page,
  .newdet-page,
  .news-page,
  .faq-page {
    padding: 40px 0;
  }
  #index-body .init-2 .list ul li .left h2.title {
    min-height: 4.5em;
  }
  .news-page .news-2 .list ul li {width: 100%}
    .news-page .news-2 .list ul li a.img-box {
    height: 440px;
  }
  .product-page .product-2 {
    margin-top: 40px;
  }
  .newdet-page .newdet-3 {
    margin-top: 40px;
  }
  .inner-banner h3,.inner-banner h1 {
    font-size: 18px;
    line-height: 32px;
  }
  .faq-page .list ul li h6 {
    padding: 15px 50px;
  }
  .faq-page .list ul li span,
  .faq-page .list ul li i {
    width: 40px;
  }
  .faq-page .list ul li .text {
    padding: 0 50px;
  }
  .about-page .about-1 .box .left {
    padding: 30px 15px;
    width: 100%;
  }
  .about-page .about-1 .box .right {
    width: 100%;
    padding: 15px;
  }
  .about-page .about-1 .box .right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: none;
  }
  .about-page .about-1 .box .right ul li {
    width: 33.33%;
    display: block;
    border-bottom: none;
    border-right: 1px solid white;
    height: auto;
  }
  .about-page .about-1 .box .right ul li:last-child {
    border-right: none;
  }
  .about-page .about-1 .box .right ul li h6 {
    font-size: 28px;
  }
  .about-page .about-2 .list ul li:after {
    display: none;
  }
  .about-page .about-4 .list ul li {
    width: 100%;
  }
  .inner-page .navList {
    display: none !important;
  }
  .newdet-page .newdet-2 {
    padding-top: 0;
  }
  .newdet-page .newdet-2 .m-link a {
    float: none !important;
    display: block;
  }
  .newdet-page .newdet-3 h2 {
    font-size: 24px;
    line-height: 44px;
  }
  .product-page .product-2 {
    margin-top: 0;
  }
  .prodet-page .prodet-2 .options ul li {
    margin-right: 40px;
  }
  table tbody {
    width: auto !important;
    white-space: nowrap;
    min-width: 100%;
  }
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  width: 12px !important;
  height: 12px !important;
  border: 1px solid white !important;
  background: white !important;
  transition: .5s;
  margin: 0!important;
}
#fp-nav.black ul li a span, .fp-slidesNav.black ul li a span {
  border: 1px solid black !important;
  background: black !important;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  background: transparent !important;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  margin: 0 !important;
}
.ddkwkwkfk-box{
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
}
.ddkwkwkfk-box li{
  display: inline-block;
  margin-right: 20px;
}
.ddkwkwkfk-box li a{
  font-size: 20px;
}
.amap-touch-toolbar .amap-zoomcontrol {
  bottom: -20px !important;
}

    .seoPublic {
        word-break: break-word;
    }
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        line-height: 30px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .fujia{
      background: #fafafa;
    }

    .bankuai{
        font-size: 16px;
        line-height: 30px;
        color: #666;
    }
    .bankuai h2{
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
        color: #151515;
    }
    .bankuai h3{
        font-size: 18px;
        font-weight: bold;
        line-height: 32px;
        margin: 3px 0;
        color: #151515;
    }

    .seoPublic .text a {
        color: var(--color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
            line-height: 28px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea{
          line-height: 2;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            line-height: 44px;
            margin-bottom: 1em;
        }
        .fujia{
          display: none!important;
        }

        #cp-Nav {
            display: block;
            padding: 10px 0;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            line-height: 32px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
.xinwen h3{
      font-size: 16px;
      line-height: 30px;
      font-weight: 600;
    }