﻿@font-face {
  font-family: 'PL';
  src: url('../font/Poppins-Light.eot') format('eot'), url('../font/Poppins-Light.woff2') format('woff2'), url('../font/Poppins-Light.woff') format('woff'), url('../font/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'PR';
  src: url('../font/Poppins-Regular.eot') format('eot'), url('../font/Poppins-Regular.woff2') format('woff2'), url('../font/Poppins-Regular.woff') format('woff'), url('../font/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'HR';
  src: url('../font/Helvetica.eot') format('eot'), url('../font/Helvetica.woff2') format('woff2'), url('../font/Helvetica.woff') format('woff'), url('../font/Helvetica.ttf') format('truetype');
}
@font-face {
  font-family: 'CO';
  src: url('../font/Coalition.eot') format('eot'), url('../font/Coalition.woff2') format('woff2'), url('../font/Coalition.woff') format('woff'), url('../font/Coalition.ttf') format('truetype');
}
@font-face {
  font-family: 'QR';
  src: url('../font/Questrial-Regular.eot') format('eot'), url('../font/Questrial-Regular.woff2') format('woff2'), url('../font/Questrial-Regular.woff') format('woff'), url('../font/Questrial-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'IM';
  src: url('../font/Impact.eot') format('eot'), url('../font/Impact.woff2') format('woff2'), url('../font/Impact.woff') format('woff'), url('../font/Impact.ttf') format('truetype');
}
@font-face {
  font-family: 'HOB';
  src: url('../font/Helvetica-Oblique.eot') format('eot'), url('../font/Helvetica-Oblique.woff2') format('woff2'), url('../font/Helvetica-Oblique.woff') format('woff'), url('../font/Helvetica-Oblique.ttf') format('truetype');
}
@font-face {
  font-family: 'OB';
  src: url('../font/Oswald-Bold.eot') format('eot'), url('../font/Oswald-Bold.woff2') format('woff2'), url('../font/Oswald-Bold.woff') format('woff'), url('../font/Oswald-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'HB';
  src: url('../font/Helvetica-Bold.eot') format('eot'), url('../font/Helvetica-Bold.woff2') format('woff2'), url('../font/Helvetica-Bold.woff') format('woff'), url('../font/Helvetica-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BAB';
  src: url('../font/BarlowSemiCondensed-Bold.eot') format('eot'), url('../font/BarlowSemiCondensed-Bold.woff2') format('woff2'), url('../font/BarlowSemiCondensed-Bold.woff') format('woff'), url('../font/BarlowSemiCondensed-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BAR';
  src: url('../font/BarlowSemiCondensed-Regular.eot') format('eot'), url('../font/BarlowSemiCondensed-Regular.woff2') format('woff2'), url('../font/BarlowSemiCondensed-Regular.woff') format('woff'), url('../font/BarlowSemiCondensed-Regular.ttf') format('truetype');
}
body {
  font-family: 'HR';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1650px;
  margin: auto;
  width: 100%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
@-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%;
  }
}
#header {
  z-index: 20;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#header .ui.container {
  max-width: 1790px;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 2.9rem 0 0 0;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 3.5rem 0 0;
  font-size: 1rem;
  color: #fff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 275px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fff000;
  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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#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 .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px 0 5px 13px;
  margin-left: 2.1rem;
}
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  margin-left: 1.3rem;
  vertical-align: middle;
  font-size: 0.9rem;
  color: #fff;
  cursor: pointer;
}
#header .nav .ui.menu .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.55rem;
}
#header .nav .ui.menu .h-language span img {
  width: 30px;
}
#header .nav .ui.menu .h-language i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 0;
  width: 125px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fff000;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: #fff;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .h-language: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.active {
  position: fixed;
  background: #19baf6;
}
#header.active .nav {
  padding: 1rem 0;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../image/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../image/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  bottom: 36px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 15px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .slick-prev {
  background: url("../image/f-arrow-l.png") no-repeat center center;
  left: 47.5%;
}
#banner .slick-next {
  background: url("../image/f-arrow-r.png") no-repeat center center;
  right: 47.5%;
}
#banner ul.slick-dots {
  position: absolute;
  left: 47%;
  bottom: 5%;
}
#banner ul.slick-dots li {
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  border: solid 5px #919191;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1.35rem;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li:last-child {
  margin-right: 0;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fff000;
}
#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;
  min-width: 700px;
}
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;*/
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
}
#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%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-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: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  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;
  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: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#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%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#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("../image/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;
}
#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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  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);
  -o-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);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#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;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes xz {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
#banner {
  position: relative;
  z-index: 1;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 25%;
  width: 100%;
  color: #fff;
}
#banner ul li .text .left {
  padding-left: 1.15rem;
}
#banner ul li .text .left h3 {
  font-size: 2.7rem;
  color: #61adf1;
  line-height: 1.7;
  font-weight: 700;
  font-family: 'CO';
}
#banner ul li .text .left h3 em {
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  display: block;
}
#banner ul li .text .left p {
  font-size: 18px;
  font-family: 'QR';
  line-height: 1.4;
  /*margin-top: 1.7rem;*/
}
#banner ul li .text .left .more {
  width: 180px;
  height: 40px;
  display: block;
  background-color: #fff000;
  border-radius: 25px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #000;
  margin-top: 1.25rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
#banner ul li .text .left .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 25px;
  background-color: #61adf1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .left .more:hover::before {
  width: 100%;
}
#banner ul li .st {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
#banner ul li .st img {
  display: inline-block;
  margin-right: 41%;
}
#banner .nums {
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 100%;
  text-align: center;
}
#banner .nums .circle {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
}
#banner .nums .circle i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 -1px #fff, 1px 0px #fff, 0 1px #fff, -1px 0 #fff, -1px -1px #fff, 1px -1px #fff, 1px 1px #fff, -1px 1px #fff;
  animation: xz 6s linear infinite;
}
#banner .nums .circle i.active {
  animation: none;
}
#banner .nums span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  position: relative;
  border: 1px solid #fff;
}
#index-body .more {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #19baf6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more:hover {
  color: #fff;
}
#index-body .more:hover::before {
  width: 100%;
}
#index-body h3.title {
  font-size: 2.4rem;
  color: #19baf6;
  font-family: 'CO';
  line-height: 1.3;
}
#index-body h3.title em {
  color: #000;
  display: block;
  font-size: 30px;
}
#index-body p.desc {
  font-size: 18px;
  line-height: 1.3;
  font-family: 'HOB';
  margin-top: 10px;
}
#index-body .about {
  background: url(../image/abg.png) no-repeat center center;
  padding-bottom: 5.35rem;
  overflow: hidden;
  background-size: cover;
}
#index-body .about .ui.container {
  max-width: 1688px;
  width: 100%;
}
#index-body .about .a-header {
  padding: 4.25rem 0 2.85rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#index-body .about .a-header ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
#index-body .about .a-header ul li {
  margin-right: 3.2rem;
}
#index-body .about .a-header ul li img {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 3px;
}
#index-body .about .a-header ul li .text {
  display: inline-block;
  vertical-align: bottom;
  padding-left: 1.4rem;
}
#index-body .about .a-header ul li .text h4 em {
  font-size: 2.2rem;
  line-height: 1;
  font-family: 'IM';
  display: inline-block;
}
#index-body .about .a-header ul li .text h4 sub {
  display: inline-block;
  font-size: 18px;
  vertical-align: bottom;
  padding-left: 10px;
}
#index-body .about .a-header ul li .text h4 span {
  font-size: 2.2rem;
  font-family: 'IM';
  line-height: 1;
  display: inline-block;
}
#index-body .about .a-header ul li .text p {
  font-size: 18px;
  line-height: 1;
  margin-top: 4px;
}
#index-body .about .a-header ul li:last-child {
  margin-right: 0;
}
#index-body .about .a-content {
  padding-top: 3.55rem;
}
#index-body .about .a-content .text {
  padding-top: 0.7rem;
}
#index-body .about .a-content .text h1 {
  font-size: 2.4rem;
  color: #19baf6;
  line-height: 1.2;
  font-family: 'CO';
}
#index-body .about .a-content .text h1 em {
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
  display: block;
}
#index-body .about .a-content .text h3 {
  font-size: 24px;
  color: #19baf6;
  font-family: 'QR';
  line-height: 1.6;
  margin-top: 10px;
}
#index-body .about .a-content .text .desc {
  font-size: 17px;
  font-family: 'PR';
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.75);
  margin-top: 10px;
  margin-right: 50px;
}
#index-body .about .a-content .text .more {
  display: block;
  width: 182px;
  height: 46px;
  line-height: 46px;
  background: #fff000;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
  margin-top: 2rem;
}
#index-body .about .a-content .text .more::before {
  border-radius: 25px;
}
#index-body .about .a-content .img {
  position: relative;
}
#index-body .about .a-content .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
#index-body .about .a-content .img .play {
  position: absolute;
  z-index: 1;
  top: 43%;
  left: 45%;
}
#index-body .about .a-content .img .play::before,
#index-body .about .a-content .img .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about .a-content .img .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .i-product {
  background: url(https://cn.zjbxtech.com/template/cn/images/pbg.png) no-repeat center center;
  background-size: cover;
  padding: 4.2rem 0 5rem;
  overflow: hidden;
}
#index-body .i-product .header {
  text-align: center;
}
#index-body .i-product .content {
  margin-top: 1.3rem;
}
#index-body .i-product .content ul {
  margin-right: -8px;
}
#index-body .i-product .content ul .slick-track {
  margin-left: 0;
  margin-right: 0;
}
#index-body .i-product .content ul li {
  position: relative;
  padding-right: 8px;
  padding-top: 2.8rem;
}
#index-body .i-product .content ul li a {
  display: block;
}
#index-body .i-product .content ul li .img .i1 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .img .i2 {
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6.3rem 1.4rem 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .text h3 {
  font-size: 2rem;
  line-height: 1.2;
  font-family: 'IM';
  width: 80%;
}
#index-body .i-product .content ul li .text p {
  font-size: 18px;
  font-family: 'PR';
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.6;
  margin-top: 10px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .i-product .content ul li .text .mores {
  display: block;
  margin-top: 1rem;
}
#index-body .i-product .content ul li:hover .img .i1 {
  opacity: 0;
}
#index-body .i-product .content ul li:hover .img .i2 {
  opacity: 1;
}
#index-body .i-product .content ul li:hover .text {
  opacity: 0;
}
#index-body .i-product .content ul .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -12%;
}
#index-body .i-product .content ul .slick-dots li {
  width: 16px;
  height: 16px;
  background-color: #dcdee0;
  padding: 0;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.9rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul .slick-dots li:last-child {
  margin-right: 0;
}
#index-body .i-product .content ul .slick-dots li button {
  display: none;
}
#index-body .i-product .content ul .slick-dots li.slick-active {
  background: #19baf6;
}
#index-body .advantage {
  padding-top: 3.1rem;
}
#index-body .advantage .header {
  padding-left: 7.25rem;
}
#index-body .advantage .case-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;
  margin-top: 2.9rem;
}
#index-body .advantage .case-box h4 {
  font-size: 24px;
  font-family: 'OB';
  line-height: 1.4;
  margin-top: 0.85rem;
}
#index-body .advantage .case-box p {
  font-size: 15px;
  font-family: 'PR';
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 1rem;
}
#index-body .advantage .case-box .more {
  display: block;
  margin: 1.2rem auto 0;
  width: 158px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 25px;
  background-color: #fff000;
  font-size: 16px;
}
#index-body .advantage .case-box .more::before {
  border-radius: 25px;
}
#index-body .advantage .case-box .left {
  width: 50%;
}
#index-body .advantage .case-box .left .item {
  width: 100%;
  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;
  background: #f4f4f4;
}
#index-body .advantage .case-box .left .item .content {
  width: 50%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .advantage .case-box .left .item .content .box {
  max-width: 350px;
  text-align: center;
}
#index-body .advantage .case-box .left .item .c-img {
  width: 50%;
  overflow: hidden;
}
#index-body .advantage .case-box .left .item:nth-child(2) .content .box {
  max-width: 440px;
}
#index-body .advantage .case-box .left .item:hover .content {
  background-color: #19baf6;
}
#index-body .advantage .case-box .left .item:hover .content .box {
  color: #fff;
}
#index-body .advantage .case-box .left .item:hover .content .box .c-icon img {
  filter: brightness(100);
}
#index-body .advantage .case-box .left .item:hover .content .box p {
  color: #fff;
}
#index-body .advantage .case-box .left .item:hover .content .box .more {
  background-color: #fff;
  color: #000;
}
#index-body .advantage .case-box .left .item:hover .content .box .more::before {
  background-color: #fff000;
}
#index-body .advantage .case-box .right {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f2f2f2;
}
#index-body .advantage .case-box .right .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.1rem 15px;
  z-index: 1;
}
#index-body .advantage .case-box .right .item .box {
  max-width: 615px;
  margin: 0 auto;
  text-align: center;
}
#index-body .advantage .case-box .right .item .box .c-icon img {
  width: auto;
}
#index-body .advantage .case-box .right img {
  width: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .news {
  padding: 4.3rem 0 4.55rem;
}
#index-body .news .header {
  text-align: center;
}
#index-body .news .content {
  margin-top: 2.3rem;
}
#index-body .news .content ul {
  margin-right: -2.5rem;
}
#index-body .news .content ul .slick-track {
  margin-left: 0;
  margin-right: 0;
}
#index-body .news .content ul li {
  padding-right: 2.5rem;
}
#index-body .news .content ul li a {
  display: block;
}
#index-body .news .content ul li .img {
  position: relative;
  padding-top: 0.95rem;
}
#index-body .news .content ul li .img img {
  width: 100%;
}
#index-body .news .content ul li .img time {
  position: absolute;
  top: 0;
  left: 16px;
  width: 83px;
  height: 106px;
  background-color: #fff000;
  text-align: center;
  padding-top: 27px;
}
#index-body .news .content ul li .img time em {
  font-size: 28px;
  font-family: 'BAB';
  line-height: 1;
  display: block;
}
#index-body .news .content ul li .img time span {
  font-size: 21px;
  font-family: 'BAR';
  line-height: 1;
  display: block;
  margin-top: 10px;
}
#index-body .news .content ul li .text {
  background-color: #f4f4f4;
  padding: 1.15rem 1.6rem 1.4rem 1rem;
}
#index-body .news .content ul li .text h3 {
  font-size: 18px;
  line-height: 1.3;
  font-family: 'HB';
}
#index-body .news .content ul li .text p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
  font-family: 'PL';
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 4px;
}
#index-body .news .content ul li .text .mores {
  margin-top: 10px;
  font-size: 17px;
  font-family: 'PL';
  text-decoration: underline;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .content ul li:hover .text .mores {
  transform: translateX(5px);
}
#footer {
  position: relative;
}
#footer .f-header {
  padding: 2.9rem 0;
  background-color: #2b2c2d;
}
#footer .f-header .left {
  color: #fff000;
  font-size: 1.5rem;
  font-family: 'CO';
  width: 34%;
}
#footer .f-header .right {
  width: 66%;
}
#footer .f-header .right form ul {
  width: 86%;
  display: inline-block;
}
#footer .f-header .right form ul li {
  position: relative;
  padding-right: 7px;
}
#footer .f-header .right form ul li input[type="text"],
#footer .f-header .right form ul li textarea {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  background-color: #363738;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  border: none;
  padding-left: 40px;
}
#footer .f-header .right form ul li input[type="text"]:focus,
#footer .f-header .right form ul li textarea:focus {
  border: 1px solid #fff000;
}
#footer .f-header .right form ul li textarea {
  padding-top: 18px;
}
#footer .f-header .right form ul li i {
  position: absolute;
  left: 16px;
  top: 20px;
}
#footer .f-header .right form ul li span {
  position: absolute;
  left: 84px;
  top: 24px;
}
#footer .f-header .right form ul li:nth-child(3) span {
  left: 112px;
}
#footer .f-header .right form input[type="submit"] {
  width: 14%;
  background: #d2d325;
  color: #fff;
  height: 55px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: -1%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#footer .f-content {
  position: relative;
  background: url(../image/fbg.jpg) no-repeat center center;
  padding: 2.95rem 0 4.35rem;
  background-size: cover;
  overflow: hidden;
}
#footer .f-content .box {
  padding: 0 1.25rem 0 2.1rem;
}
#footer .f-content h3 {
  font-size: 20px;
  font-family: 'OB';
  line-height: 1;
  padding-top: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-content ul {
  margin-top: 2rem;
}
#footer .f-content ul li {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'PL';
  font-size: 16px;
  line-height: 2;
  padding-left: 23px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #d7d7d7;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li:hover {
  color: #fff000;
  opacity: 0.7;
}
#footer .f-content ul li:hover::before {
  background-color: #fff000;
}
#footer .f-content .f-ab {
  width: 22.5%;
}
#footer .f-content .f-ab p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1.6rem;
}
#footer .f-content .f-ab .share {
  margin-top: 1.5rem;
}
#footer .f-content .f-ab .share dd {
  display: inline-block;
  margin-right: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid #828282;
  color: #828282;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-content .f-ab .share dd:last-child {
  margin-right: 0;
}
#footer .f-content .f-ab .share dd:hover {
  border-color: #fff;
  color: #fff;
}
#footer .f-content .f-nav {
  padding-left: 7%;
  width: 18%;
}
#footer .f-content .f-product {
  width: 23%;
  padding-left: 2%;
}
#footer .f-content .f-contact {
  width: 30%;
  padding-left: 2%;
}
#footer .f-content .f-contact ul li {
  margin-bottom: 0.5rem;
  padding-left: 0;
}
#footer .f-content .f-contact ul li::before {
  display: none;
}
#footer .f-content .f-contact ul li i {
  display: inline-block;
  width: 29px;
  vertical-align: top;
}
#footer .f-content .f-contact ul li span {
  display: inline-block;
  width: 80%;
  padding-left: 0.75rem;
  font-size: 15px;
  line-height: 1.6;
}
#footer .f-content .f-contact ul li:nth-child(3) i,
#footer .f-content .f-contact ul li:nth-child(4) i {
  margin-top: 5px;
}
#footer .f-content .f-code {
  width: 6.5%;
}
#footer .f-content .f-code #ewm {
  margin-top: 2rem;
  border: solid 5px #f8f8f8;
  width: 119px;
}
#footer .f-copy {
  padding: 1rem 0;
  color: #fff;
  background-color: #0080b0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: 'PL';
}
#footer .f-copy img {
  max-height: 16px;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 5px;
}
#footer .f-top {
  position: absolute;
  bottom: 91px;
  right: 41px;
  width: 44px;
  height: 43px;
  background-color: #fff000;
  text-align: center;
  line-height: 43px;
}
#footer .f-top img {
  vertical-align: middle;
}
.inquiry {
  position: fixed;
  bottom: 15%;
  right: 41px;
  width: 44px;
  height: 43px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  color: #000;
  background: #fff000;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #fff000;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #19baf6;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
@media screen and (max-width: 1860px) {
  #index-body .i-product .content ul li .text h3 {
    width: 90%;
  }
  #index-body .i-product .content ul li .text p {
    width: 85%;
  }
  #index-body .i-product .content ul li .text {
    padding: 5rem 1.4rem 0;
  }
}
@media screen and (max-width: 1680px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 2.5rem 0 0;
  }
  #banner ul li .text .right img {
    width: 80%;
    margin: 0 0 0 auto;
  }
  #banner ul li .st {
    width: auto;
    left: 30%;
    bottom: 0;
  }
  #index-body .about .a-header ul li {
    margin-right: 1rem;
  }
  #index-body .i-product .content ul li .text h3 {
    width: 100%;
    font-size: 1.8rem;
  }
  #index-body .i-product .content ul li .text p {
    width: 100%;
    font-size: 17px;
  }
  #index-body .i-product .content ul li .text {
    padding: 3rem 1.4rem 0;
  }
}
@media screen and (max-width: 1440px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1.5rem 0 0;
  }
  #banner .slick-prev {
    left: 46.5%;
  }
  #banner .slick-next {
    right: 46.5%;
  }
  #banner ul li .st img {
    width: 82%;
    margin-right: 0;
  }
  #index-body .about .a-header ul li {
    margin-right: 0;
    width: 16.666667%;
  }
  #index-body .about .a-header ul li .text {
    width: 50%;
    padding-left: 10px;
  }
  #index-body .about .a-header ul li .text h4 em {
    font-size: 1.3rem;
  }
  #index-body .about .a-header ul li .text h4 span {
    font-size: 1.3rem;
  }
  #index-body .about .a-header ul li .text h4 sub {
    font-size: 14px;
    padding-left: 0;
  }
  #index-body .about .a-header ul li .text p {
    font-size: 14px;
  }
  #index-body .i-product .content ul li .text h3 {
    font-size: 1.6rem;
  }
  #index-body .i-product .content ul li .text {
    padding: 5rem 1.4rem 0;
  }
  #index-body .advantage .case-box h4 {
    font-size: 20px;
  }
  #footer .f-content .f-nav {
    padding-left: 5%;
    width: 16%;
  }
  #footer .f-content .f-code {
    width: 8.5%;
  }
}
@media screen and (max-width: 1160px) {
  #header .nav .ui.menu .logo {
    width: 20%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1rem 0 0;
  }
  #index-body .advantage .header {
    padding-left: 2rem;
  }
  #index-body .advantage .case-box {
    display: block;
  }
  #index-body .advantage .case-box .left {
    width: 100%;
  }
  #index-body .advantage .case-box .right {
    width: 100%;
  }
  #index-body .advantage .case-box .right a.img-box {
    width: 100%;
  }
  #footer .f-content .box {
    padding: 0;
  }
  #footer .f-content .f-nav {
    padding-left: 3%;
    width: 15%;
  }
  #footer .f-content .f-contact {
    width: 28%;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav {
    padding: 0;
    background: #19baf6;
  }
  #header .nav .ui.menu .logo {
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 60%;
  }
  #mobile .menu-content .menu-logo {
    background: #19baf6;
    padding: 1rem;
  }
  #banner ul li .text .left {
    width: 65%;
  }
  #banner ul li .text .right {
    width: 35%;
  }
  #banner ul li .text .right img {
    width: 100%;
  }
  #banner ul li .st {
    display: none;
  }
  #banner .nums {
    display: none;
  }
  #banner ul li .text .left h3 {
    font-size: 2.4rem;
  }
  #banner ul li .text .left p {
    font-size: 18px;
    margin-top: 1rem;
  }
  #index-body .about .a-header {
    display: none;
  }
  #index-body .about .a-content .text {
    width: 100%;
  }
  #index-body .about .a-content .img {
    display: none;
  }
  #index-body .i-product .content ul li .text p {
    font-size: 15px;
  }
  #footer .f-header {
    display: none;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product,
  #footer .f-content .f-code {
    display: none;
  }
  #footer .f-content .f-ab,
  #footer .f-content .f-contact {
    width: 50%;
  }
  .inquiry {
    right: 0;
  }
  #footer .f-top {
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .left {
    width: 100%;
    padding-left: 0;
  }
  #banner ul li .text .left h3 {
    font-size: 1.8rem;
  }
  #banner ul li .text .left p {
    font-size: 14px;
  }
  #banner ul li .text .left .more {
    width: 125px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  #banner ul li .text .right {
    display: none;
  }
  #index-body .about .a-content .text h3 {
    font-size: 18px;
  }
  #index-body .about .a-content .text .desc {
    font-size: 14px;
  }
  #index-body .about .a-content .text .more {
    width: 125px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  #index-body h3.title {
    font-size: 2rem;
  }
  #index-body p.desc {
    font-size: 15px;
  }
  #index-body .advantage {
    display: none;
  }
  #footer .f-content .f-ab,
  #footer .f-content .f-contact {
    width: 100%;
  }
  #footer .f-content .f-ab .share {
    display: none;
  }
  #footer .f-content .f-contact {
    padding: 2rem 0 0 0;
  }
  #footer .f-content .f-contact ul li span {
    width: 88%;
  }
  .inquiry {
    display: none;
  }
  #footer .f-top {
    display: none;
  }
}

.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
}
.inner-banner .mbx-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 66%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-banner .mbx-box .mbx {
  font-size: 16px;
  color: #ffffff;
}
.inner-banner .mbx-box .mbx a {
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 1;
}
.inner-banner .mbx-box .mbx a:hover {
  border-bottom: 1px solid #fff;
}
.inner-banner .mbx-box h2 {
  margin-top: 1rem;
  font-size: 3rem;
  line-height: 1.3;
  color: #ffffff;
  /*text-transform: uppercase;*/
  display: inline-block;
  text-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
  z-index: 5;
  font-family: 'HB';
}
.inner-banner .mbx-box h2::before {
  content: attr(data-shadow);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  background-image: -webkit-linear-gradient(bottom, #fff, rgba(250, 250, 250, 0.1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  opacity: .3;
}

@media screen and (max-width: 700px) {
  .inner-banner img{
    min-height: 260px;
    object-fit: cover;
  }
  .inner-banner .mbx-box{
    top: 50%;
  }
  .inner-banner .mbx-box h2{
    font-size: 2rem;
  }
}

.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 70px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #fff000 none repeat scroll 0 0;
    color: #fff;
}
.inner-page .m-page span.current{
  background: #fff000;
  color: #fff;
}
.inner-page h1.h1,
.inner-page h2.h2,
.inner-page h3.h3,
.inner-page h4.h4,
.inner-page h5.h5,
.inner-page h6.h6,
.inner-page h1,
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5,
.inner-page h6 {
  font-family: 'CO';
}
.inner-page .top h6 {
  padding: 0 60px;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #fff000;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0.9rem;
}
.inner-page .top h6::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #fff000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .top h6::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #fff000;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.inner-page .top h2 {
  font-size: 40px;
  line-height: 1.5;
  color: #010101;
  text-transform: uppercase;
  font-family: 'CO';
}
.inner-page .top h2 span {
  color: #fff000;
}
.inner-page .top.center {
  text-align: center;
}
.inner-page .top.center h6::after {
  opacity: 1;
}
.inner-page p {
  font-size: 18px;
}
.inner-page .sidebar-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;
}
.inner-page .sidebar-box .sidebar-left {
  width: 29%;
}
.inner-page .sidebar-box .sidebar-left form {
  position: relative;
}
.inner-page .sidebar-box .sidebar-left form input[type="text"] {
  width: 100%;
  height: 72px;
  border-radius: 72px;
  border: 1px solid #eee;
  padding: 0 1.4rem;
  font-size: 18px;
  color: #000;
  line-height: 1;
}
.inner-page .sidebar-box .sidebar-left form input[type="submit"] {
  width: 67px;
  height: 67px;
  background: url(../image/product-s.png) no-repeat center center;
  background-size: 100% auto;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 1.9rem 2rem;
  /*border: 1px solid #eee;*/
  margin-top: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav h3 {
  font-size: 1.95rem;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-family: 'OB';
  font-weight: 900;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav {
  margin-top: 1.25rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li {
  margin-bottom: 10px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a {
  display: block;
  padding: 18px 20px;
  background: #dddddd;
  margin-bottom: 10px;
  font-size: 18px;
  color: #7a7777;
  line-height: 1.2;
  /*text-transform: uppercase;*/
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:hover>a {
  background: #fff000;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:hover a .fa {
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li ul li a{
  font-size: 14px;
  line-height: 1.5;
  background: #eee;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact {
  margin-top: 2rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li {
  padding: 1em 1rem 1rem 60px;
  margin-bottom: 0.9rem;
  -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
  box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(1) {
  background: url(../image/p-phone.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(2) {
  background: url(../image/p-mail.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(3) {
  background: url(../image/p-add.png) no-repeat 10px 2rem;
}
.inner-page .sidebar-box .sidebar-right {
  width: 71%;
}
.inner-page .sidebar-box .sidebar-right .tit{
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 1rem;
  padding-left: 1.7rem;
}
.inner-page .sidebar-box .sidebar-right .text{
  font-size: 16px;
  padding-left: 1.7rem;
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: #fff000;
}
.inner-page .form ul li textarea {
  height: 120px;
}
.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: #fff000;
  border-color: #fff000;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.about-page .about-1 {
  padding: 7rem 0 6rem;
  background: url(../image/about-1-bg.jpg) no-repeat center 8.5rem;
}
.about-page .about-1 .top {
  margin: 0 0 0 auto;
  max-width: 435px;
}
.about-page .about-1 .about-img {
  margin-top: 0.6rem;
  position: relative;
}
.about-page .about-1 .about-img img{
  width: 100%;
}
.about-page .about-1 .about-img .play{
  position: absolute;
          display: block;
          top: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
          z-index: 6;
}
.about-page .about-1 .about-img .play::before{
  content: '';
            position: absolute;
            top: 0;
            left: 0;
            transform: translate(-50%, -50%);
            background: rgba(rgb(25 186 246 / 30%));
            opacity: 0;
            width: 100%;
            height: 100%;
            border-radius: 100% !important;
            border-radius: inherit;
            animation: ks 3s infinite;
            display: block;
            z-index: -1;
}
.about-page .about-1 .about-img .play::after{
  content: '';
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 100% !important;
            transform: translate(-50%, -50%);
            background: rgba(255, 255, 255, 0.5);
            opacity: 0;
            width: 100%;
            height: 100%;
            border-radius: inherit;
            animation: ks 3s infinite;
            display: block;
            z-index: -1;
            animation-delay: .4s;
          
}
.about-page .about-1 .about-img::after {
  position: absolute;
  content: "";
  width: 20.1rem;
  height: 19.45rem;
  background: url(../image/about-after.png) no-repeat 100% 100%;
  left: -4.6rem;
  top: -5.6rem;
}
.about-page .about-1 .about-img .aboutIconBox {
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 86%;
  padding: 0 1rem;
}
.about-page .about-1 .about-img .aboutIconBox .swiper-slide {
  height: 5rem;
  padding: 15px 10px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page .about-1 .text {
  line-height: 1.8;
  color: #858585;
  margin: 1.75rem 0 2.25rem;
}
.about-page .about-1 .text strong{
    font-weight: 900;
    display: inline-block;
    margin-top: 30px;
    color: #000;
}
.about-page .about-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-1 ul li {
  padding: 15px 1.85rem 5px 90px;
  position: relative;
  background: url(../image/a-icon.png) no-repeat left center;
}
.about-page .about-1 ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: url(../image/xian.png) no-repeat center center;
  right: 0;
  top: 0;
}
.about-page .about-1 ul li:last-child {
  padding: 15px 0 5px 90px;
}
.about-page .about-1 ul li:last-child::after {
  display: none;
}
.about-page .about-1 ul li em {
  font-size: 2rem;
  line-height: .9;
  color: #19baf6;
  font-family: 'OB';
}
.about-page .about-1 ul li p {
  font-size: 16px;
  color: #545252;
}
.about-page .about-1 ul li:nth-child(1){
  background: url(../image/a-icon-1.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(2){
  background: url(../image/a-icon-2.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(3){
  background: url(../image/a-icon-3.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(4){
  background: url(../image/a-icon-4.png) no-repeat left center;
}
.about-page .about-1 .factoryBox{
  margin-top: 3rem;
}
.about-page .about-1 .factoryBox .swiper-slide a{
  display: block;
  overflow: hidden;
}
.about-page .about-1 .factoryBox .swiper-slide a:hover img{
  transform: scale(1.1);
}
.about-page .about-2 {
  padding: 4.75rem 0 3.9rem;
  background: url(../image/about-2-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .about-2 .top h2 {
  color: #fff;
}
.about-page .about-2 .top p {
  color: rgba(250, 250, 250, 0.8);
  line-height: 1.6;
  margin: 2.5rem auto 0;
  max-width: 1051px;
}
.about-page .about-2 .FeaturedBox {
  margin-top: 3.5rem;
}
.about-page .about-2 .FeaturedBox .swiper-container {
  overflow: inherit;
}
.about-page .about-2 .FeaturedBox .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}
.about-page .about-2 .FeaturedBox .swiper-slide a:after{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .about-2 .FeaturedBox .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .about-2 .FeaturedBox .swiper-slide a img {
  width: 100%;
}
.about-page .about-2 .FeaturedBox .swiper-slide a h4 {
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'OB';
  position: absolute;
  width: 100%;
  padding: 1rem 0.5rem;
  text-align: center;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.about-page .about-2 .FeaturedBox .scrollbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4.75rem;
}
.about-page .about-2 .FeaturedBox .scrollbar .swiper-scrollbar {
  height: 1px;
  width: 380px;
  background: #959595;
}
.about-page .about-2 .FeaturedBox .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fff000;
}
.about-page .about-3 {
  padding: 6.75rem 0 8.25rem;
}
.about-page .about-3 .top h2 {
  color: #000;
}
.about-page .about-3 .offerBox .swiper-container {
  padding: 4.25rem 1rem 0;
}
.about-page .about-3 .offerBox .swiper-slide:hover span {
  background: url(../image/offer-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:hover span::after {
  opacity: 1;
}
.about-page .about-3 .offerBox .swiper-slide:hover h4 {
  color: #000;
}
.about-page .about-3 .offerBox .swiper-slide span {
  width: 72px;
  height: 73px;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .offerBox .swiper-slide span::after {
  position: absolute;
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 100%;
  background: #fff000;
  left: -0.5rem;
  top: -0.5rem;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .offerBox .swiper-slide h4 {
  font-size: 20px;
  line-height: 1.1;
  color: #000000;
  /*font-weight: 900;*/
  margin: 1.2rem 0 0.6rem;
  text-transform: uppercase;
}
.about-page .about-3 .offerBox .swiper-slide p {
  font-size: 16px;
  line-height: 1.4;
  color: #949393;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(1) span{
  background: url(../image/offer-1.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(1):hover span{
  background: url(../image/offer-1-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(2) span{
  background: url(../image/offer-2.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(2):hover span{
  background: url(../image/offer-2-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(3) span{
  background: url(../image/offer-3.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(3):hover span{
  background: url(../image/offer-3-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(4) span{
  background: url(../image/offer-4.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(4):hover span{
  background: url(../image/offer-4-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(5) span{
  background: url(../image/offer-5.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(5):hover span{
  background: url(../image/offer-5-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(6) span{
  background: url(../image/offer-6.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(6):hover span{
  background: url(../image/offer-6-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(7) span{
  background: url(../image/offer-7.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(7):hover span{
  background: url(../image/offer-7-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(8) span{
  background: url(../image/offer-8.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(8):hover span{
  background: url(../image/offer-8-h.png) no-repeat center center;
}
.about-page .about-4 {
padding: 0 0 75px;
}
.about-page .about-4 .box {
  padding-top: 80px;
  max-width: 960px;
  display: block;
  margin: 0 auto;
}
.about-page .about-4 .box ul {
  position: relative;
}
.about-page .about-4 .box ul:after {
content: '';
    width: 2px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 17px;
    background: #000000;
    background: -webkit-gradient(linear,left top,bottom top,color-stop(0%,#5483eb),color-stop(100%,transparent));
    background: -moz-linear-gradient(bottom,#5483eb 0%,transparent 100%);
    background: -webkit-linear-gradient(top,#000000 0%,transparent 100%);
    background: -o-linear-gradient(bottom,#5483eb 0%,transparent 100%);
    background: -ms-linear-gradient(bottom,#5483eb 0%,transparent 100%);
    background: linear-gradient(to bottom,#000000,transparent);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent',GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb',endColorstr='transparent',GradientType=0);
    position: absolute;
}
.about-page .about-4 .box ul li {
  padding-bottom: 20px;
  position: relative;
}
.about-page .about-4 .box ul li:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 4px solid #000000;
    background: #ffffff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 17px;
    z-index: 1;
    -moz-box-shadow: 0 0 3px 3px #fff;
    -o-box-shadow: 0 0 3px 3px #fff;
    box-shadow: 0 0 3px 3px #fff;
}
.about-page .about-4 .box ul li h5 {
  font-size: 22px;
  line-height: 2;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li img{
  max-width: 200px;
}
.about-page .about-4 .box ul li .content {
  display: inline-block;
  padding: 10px 10px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .box ul li .content .text {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 32px;
  margin-top: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .box ul li .content:after {
  content: '';
  border-right: 10px solid #fbc94c;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: 100%;
  top: 15px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .box ul li .content:before {
     content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    z-index: -1;
    background: #fbc94c;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box ul li .left {
  padding-top: 5px;
  padding-right: 35px;
  text-align: right;
  position: relative;
}
.about-page .about-4 .box ul li .right {
  padding-left: 25px;
  position: relative;
}
.about-page .about-4 .box ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-4 .box ul li:nth-child(even) .left {
  left: 50%;
  text-align: left;
  padding-right: 0;
  padding-left: 35px;
}
.about-page .about-4 .box ul li:nth-child(even) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}
.about-page .about-4 .box ul li:nth-child(even) .right .content:after {
border-left: 10px solid #fbc94c;
    border-right: none;
    left: 100%;
}
.about-page .about-4 .box ul li:nth-child(even) .right .content:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-4 .box ul li:hover .content .text,
.about-page .about-4 .box ul li:hover .content h5 {
  color: white;
}
.about-page .about-4 .box ul li:hover .content:after,
.about-page .about-4 .box ul li:hover .content:before {
  opacity: 1;
}
.about-page .about-5 {
  padding: 5.75rem 0 0;
}
.about-page .about-5 .top h2 {
  color: #000;
  max-width: 578px;
  margin: 0 auto;
  line-height: 1.1;
}
.about-page .about-5 .top p {
  font-size: 16px;
  line-height: 1;
  color: #9a9a9a;
  margin-top: 0.75rem;
}
.about-page .about-5 .world {
  margin: 4.25rem 0 3.5rem;
}
.about-page .about-6 {
  padding: 5.5rem 0 5rem;
  background: #fff000;
}
.about-page .about-6 .partnerBox {
  margin: 0 auto;
  max-width: 1650px;
  padding: 0 15px;
}
.about-page .about-6 .partnerBox .swiper-slide {
  text-align: center;
  padding: 0 10px;
  background: url(../image/partner-bg.png) no-repeat right center;
}
.about-page .about-9 {
  /*margin-bottom: 70px;*/
  padding: 100px 0 40px;
  color: white;
  background: url('../image/about-9-bg.jpg') center center no-repeat;
  background-size: cover;
}
.about-page .about-9 .left {
  vertical-align: middle;
  width: 70%;
}
.about-page .about-9 .right {
  width: 25%;
  padding: 0 3%;
}
.about-page .about-9 .right h2.title {
    font-size: 48px;
    line-height: 1.2;
    margin-top: 50px;
}
.about-page .about-9 .right .text {
    font-size: 18px;
    line-height: 1.94444444;
}
.about-page .about-9 .right a.more {
    line-height: 3.85714286em;
    height: 3.85714286em;
    padding: 0 4.28571429em;
    font-size: 14px;
    display: inline-block;
    background: #19baf6;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-9 .right a.more:hover{
  background: #000;
}
.custom-page .custom-1 .top {
  padding: 4.75rem 15px 5.25rem;
  background: url(../image/custom-top-bg.png) no-repeat center 5.3rem;
}
.custom-page .custom-1 .top p {
  font-size: 24px;
  line-height: 1.5;
  color: #ababab;
  margin: 1.25rem auto 0;
  max-width: 610px;
}
.custom-page .custom-1 .custom-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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.custom-page .custom-1 .custom-box .left {
  width: 50%;
  position: relative;
}
.custom-page .custom-1 .custom-box .left .text {
  width: 580px;
  padding: 3.75rem 1.25rem 3.25rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: 'OB';
  background: rgba(235, 97, 0, 0.5);
}
.custom-page .custom-1 .custom-box .right {
  width: 50%;
}
.custom-page .custom-1 .content strong{
  font-weight: bold;
}
.custom-page .custom-1 .content b{
  font-weight: bold;
}
.custom-page .custom-2 {
  padding: 6.5rem 0;
}
.custom-page .custom-2 .top p {
  font-size: 16px;
  line-height: 1;
  color: #787878;
  margin-top: 0.75rem;
}
.custom-page .custom-2 form {
  padding-top: 2.4rem;
  margin-top: 2.25rem;
  border-top: 1px solid #e5e5e5;
}
.custom-page .custom-2 form 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.custom-page .custom-2 form ul li {
  width: 48.5%;
}
.custom-page .custom-2 form ul li input[type="text"] {
  width: 100%;
  height: 50px;
  border: 2px solid #e6e9ee;
  font-size: 16px;
  color: #000;
  padding: 0 18px;
  margin-bottom: 1.25rem;
}
.custom-page .custom-2 form ul li input[type="text"]:last-child {
  margin-bottom: 0;
}
.custom-page .custom-2 form ul li textarea {
  width: 100%;
  height: 100%;
  border: 2px solid #e6e9ee;
  font-size: 16px;
  color: #000;
  padding: 20px 18px;
}
.custom-page .custom-2 form ul li:nth-child(3) {
  width: 100%;
  text-align: center;
  margin-top: 1.25rem;
}
.custom-page .custom-2 form ul li:nth-child(3) input[type="submit"] {
  width: 175px;
  height: 52px;
  border: none;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background: #333333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-2 form ul li:nth-child(3) input[type="submit"]:hover {
  background: #fff000;
}
.honor-page .honor-1 {
  padding: 5rem 0 7rem;
}
.honor-page .honor-1 .list {
  margin-top: 4.25rem;
}
.honor-page .honor-1 .list .swiper-slide {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.honor-page .honor-1 .list .swiper-slide-prev,
.honor-page .honor-1 .list .swiper-slide-next {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  position: relative;
  z-index: 2;
}
.honor-page .honor-1 .list .swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: relative;
  z-index: 3;
}
.honor-page .honor-1 .list .swiper-button-prev,
.honor-page .honor-1 .list .swiper-button-next {
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .honor-1 .list .swiper-button-prev {
  background-image: url(../image/banner-btn-l.png);
  left: 15px;
}
.honor-page .honor-1 .list .swiper-button-prev:hover {
  background-color: #fff000;
}
.honor-page .honor-1 .list .swiper-button-next {
  background-image: url(../image/banner-btn-r.png);
  right: 15px;
}
.honor-page .honor-1 .list .swiper-button-next:hover {
  background-color: #fff000;
}
.company-page .company-1 {
  padding: 7rem 0 5rem;
}
.company-page .company-1 .company-1-box {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.company-page .company-1 .company-1-box ul li {
  margin-bottom: 1.5rem;
  position: relative;
}
.company-page .company-1 .company-1-box ul li::after {
  position: absolute;
  content: "";
  font-size: 2rem;
  line-height: 1;
  color: #e4e1e5;
  font-family: 'OB';
}
.company-page .company-1 .company-1-box ul li:last-child {
  margin-bottom: 0;
}
.company-page .company-1 .company-1-box ul li:last-child p {
  height: 75px;
}
.company-page .company-1 .company-1-box ul li h4 {
  font-size: 18px;
  line-height: 1;
  color: #010101;
  text-transform: uppercase;
  font-family: 'OB';
  margin-bottom: 0.5rem;
}
.company-page .company-1 .company-1-box ul li p {
  font-size: 14px;
  line-height: 1.8;
  color: #6d6d6d;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.company-page .company-1 .company-1-box .left {
  width: 32%;
}
.company-page .company-1 .company-1-box .left ul li {
  text-align: right;
  padding-right: 75px;
}
.company-page .company-1 .company-1-box .left ul li::after {
  top: -5px;
  right: 0;
}
.company-page .company-1 .company-1-box .left ul li:nth-child(1)::after {
  content: "01";
}
.company-page .company-1 .company-1-box .left ul li:nth-child(2)::after {
  content: "02";
}
.company-page .company-1 .company-1-box .left ul li:nth-child(3)::after {
  content: "03";
}
.company-page .company-1 .company-1-box .left ul li:nth-child(4)::after {
  content: "04";
}
.company-page .company-1 .company-1-box .company-1-img {
  width: 33%;
}
.company-page .company-1 .company-1-box .right {
  width: 32%;
}
.company-page .company-1 .company-1-box .right ul li {
  padding-left: 75px;
}
.company-page .company-1 .company-1-box .right ul li::after {
  top: -5px;
  left: 0;
}
.company-page .company-1 .company-1-box .right ul li:nth-child(1)::after {
  content: "05";
}
.company-page .company-1 .company-1-box .right ul li:nth-child(2)::after {
  content: "06";
}
.company-page .company-1 .company-1-box .right ul li:nth-child(3)::after {
  content: "07";
}
.company-page .company-1 .company-1-box .right ul li:nth-child(4)::after {
  content: "08";
}
.company-page .company-2 {
  position: relative;
}
.company-page .company-2 > img {
  width: 100%;
}
.company-page .company-2 .company-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.company-page .company-2 .company-box .text {
  max-width: 760px;
  margin: 0 0 0 auto;
  text-align: right;
}
.company-page .company-2 .company-box .text h3 {
  font-size: 4.8rem;
  line-height: 1;
  color: #ffffff;
}
.company-page .company-2 .company-box .text h2 {
  font-size: 6rem;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'OB';
  margin: 1rem 0 1.25rem;
}
.company-page .company-2 .company-box .text p {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #ffffff;
}
.company-page .company-3 {
  padding: 6.75rem 0 6.25rem;
}
.company-page .company-3 .careBox {
  margin-top: 3rem;
  position: relative;
}
.company-page .company-3 .careBox .swiper-slide a {
  display: block;
}
.company-page .company-3 .careBox .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.company-page .company-3 .careBox .swiper-slide a:hover h4 {
  color: #fff000;
}
.company-page .company-3 .careBox .swiper-slide a .care-img {
  overflow: hidden;
  border-radius: 10px;
}
.company-page .company-3 .careBox .swiper-slide a .care-img img {
  width: 100%;
}
.company-page .company-3 .careBox .swiper-slide a h4 {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  color: #010101;
  text-transform: uppercase;
  font-family: 'OB';
  margin-top: 0.7rem;
}
.company-page .company-3 .careBox .swiper-button-prev,
.company-page .company-3 .careBox .swiper-button-next {
  width: 42px;
  height: 42px;
}
.company-page .company-3 .careBox .swiper-button-prev {
  background: url(../image/care-left.png) no-repeat center center;
  left: -21px;
}
.company-page .company-3 .careBox .swiper-button-next {
  background: url(../image/care-right.png) no-repeat center center;
  right: -21px;
}
.history-page{
  padding: 5rem 0;
}
.history-page .top p{
      line-height: 1.6;
    margin: 1.25rem auto 0;
    max-width: 1051px;
}
.category-page .category-list > ul {
  padding-bottom: 9.75rem;
}
.category-page .category-list > ul > li {
  padding: 7.5rem 0 7rem;
  background: url(../image/category-page-bg.jpg) no-repeat left bottom;
}
.category-page .category-list > ul > li .title {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.category-page .category-list > ul > li .title h3 {
  font-size: 3rem;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  font-family: 'OB';
  position: relative;
  padding-left: 42px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
}
.category-page .category-list > ul > li .title h3::after {
  position: absolute;
  content: "";
  width: 116px;
  height: 121px;
  background: url(../image/title-after.png) no-repeat 100% 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.category-page .category-list > ul > li .title .more {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 43px;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Oswald-Bold';
  background: #fff000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.category-page .category-list > ul > li .title .more:hover {
  background: #000;
}
.category-page .category-list > ul > li .item {
  margin-top: 3.25rem;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  z-index: 10;
}
.category-page .category-list > ul > li .item .left {
  width: 50%;
}
.category-page .category-list > ul > li .item .left a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.category-page .category-list > ul > li .item .left a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.category-page .category-list > ul > li .item .left a img {
  width: 100%;
}
.category-page .category-list > ul > li .item .right {
  width: 50%;
  padding-left: 2.9rem;
  position: relative;
}
.category-page .category-list > ul > li .item .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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.category-page .category-list > ul > li .item .right ul li {
  width: 50%;
  height: 50%;
}
.category-page .category-list > ul > li .item .right ul li a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.category-page .category-list > ul > li .item .right ul li a::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  background: url(../image/pro-after.png) no-repeat center center;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  -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;
  opacity: 0;
}
.category-page .category-list > ul > li .item .right ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.category-page .category-list > ul > li .item .right ul li a:hover::after {
  opacity: 1;
}
.category-page .category-list > ul > li .item .right ul li a img {
  width: 100%;
}
.category-page .category-list > ul > li .item .right h5 {
  font-size: 5.45rem;
  line-height: .75;
  color: rgba(239, 111, 20, 0.1);
  text-transform: uppercase;
  font-family: 'OB';
  position: absolute;
  left: 98%;
  bottom: 100%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  white-space: nowrap;
  padding: 0 10px;
  z-index: -1;
}
.category-page .category-list > ul > li:nth-child(even) .item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.category-page .category-list > ul > li:nth-child(even) .item .right {
  padding-left: 0;
  padding-right: 2.9rem;
}
.category-page .category-list > ul > li:nth-child(even) .item .right h5 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -9%;
  bottom: auto;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.product-page {
  padding: 5rem 0 7rem;
  background: rgb(239 239 239 / 60%);
}
.product-page .product-box {
  padding-left: 1.7rem;
  /*padding-top: 5rem;*/
}
.product-page .product-box .product-list {
  margin: 0 -0.5rem;
  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;
}
.product-page .product-box .product-list li {
  padding: 0 0.5rem;
  width: 33.3333%;
  margin-bottom: 2.25rem;
}
.product-page .product-box .product-list li a {
  display: block;
  padding-bottom: 32px;
  position: relative;
}
.product-page .product-box .product-list li a:hover .pro-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-page .product-box .product-list li a:hover .content {
  background: #fff000;
  border: 1px solid transparent;
}
.product-page .product-box .product-list li a:hover .content h4 {
  color: #000;
}
.product-page .product-box .product-list li a:hover .content h4::after {
  width: 100%;
}
.product-page .product-box .product-list li a:hover .content p {
  color: #fff;
}
.product-page .product-box .product-list li a:hover .content p::after {
  background: #fff;
}
.product-page .product-box .product-list li a .pro-img {
  overflow: hidden;
}
.product-page .product-box .product-list li a .pro-img img {
  width: 100%;
}
.product-page .product-box .product-list li a .content {
  background: #fff;
  width: 100%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border: 1px solid transparent;
  text-align: center;
  padding: 10px 0;
}
.product-page .product-box .product-list li a .content h4 {
  font-family: 'HR';
  font-size: 17px;
  color: #000000;
  /*text-transform: uppercase;*/
  position: relative;
  text-align: center;

}
/*.product-page .product-box .product-list li a .content h4::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}*/
.product-page .product-box .product-list li a .content p {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 3px;
  text-transform: uppercase;
  color: #22221d;
  position: relative;
}
.design-page .design-1 {
  padding: 5.75rem 0 6rem;
}
.design-page .design-1 .container {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.design-page .design-1 .container .item {
  width: 33.333%;
  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;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.design-page .design-1 .container .item .top {
  padding-top: 1.5rem;
  width: 100%;
}
.design-page .design-1 .container .item .top p {
  line-height: 1;
  color: #aaaaaa;
  margin-top: 0.6rem;
}
.design-page .design-1 .container .item .design-img {
  width: 100%;
}
.design-page .design-1 .container .item .design-img img {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.design-page .design-1 .container .item.right {
  width: 29.2%;
}
.design-page .design-2 .designHistoryBox {
  margin-top: 2.5rem;
  position: relative;
}
.design-page .design-2 .designHistoryBox .historyImg img {
  width: 100%;
}
.design-page .design-2 .designHistoryBox .historyBox {
  width: 100%;
  position: absolute;
  bottom: 3.75rem;
  left: 0;
  z-index: 5;
}
.design-page .design-2 .designHistoryBox .historyBox .swiper-slide {
  padding-bottom: 40px;
  position: relative;
  background: url(../image/h-dian.png) no-repeat center bottom;
  cursor: pointer;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.design-page .design-2 .designHistoryBox .historyBox .swiper-slide:hover {
  background: url(../image/h-dian-h.png) no-repeat center bottom;
}
.design-page .design-2 .designHistoryBox .historyBox .swiper-slide:hover h5 {
  color: #fff000;
}
.design-page .design-2 .designHistoryBox .historyBox .swiper-slide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 14px;
  z-index: -1;
}
.design-page .design-2 .designHistoryBox .historyBox .swiper-slide h5 {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  color: #010101;
}
.design-page .design-2 .designHistoryBox .historyBox .swiper-slide.cur {
  background: url(../image/h-dian-h.png) no-repeat center bottom;
}
.design-page .design-2 .designHistoryBox .historyBox .swiper-slide.cur h5 {
  color: #fff000;
}
.design-page .design-3 {
  padding: 7rem 0 8.5rem;
}
.design-page .design-3 .design-3-box {
  margin-top: 5rem;
}
.design-page .design-3 .design-3-box .swiper-slide {
  cursor: pointer;
}
.design-page .design-3 .design-3-box .swiper-slide:hover img {
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.design-page .design-3 .design-3-box .swiper-slide:hover h4 {
  color: #fff000;
}
.design-page .design-3 .design-3-box .swiper-slide span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 82px;
}
.design-page .design-3 .design-3-box .swiper-slide span img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.design-page .design-3 .design-3-box .swiper-slide h4 {
  font-size: 24px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  font-family: 'OB';
  margin: 1.75rem 0 1rem;
}
.design-page .design-3 .design-3-box .swiper-slide p {
  font-size: 16px;
  line-height: 1.8;
  color: grey;
}
.news-page {
  padding: 5rem 0;
}
.news-page .list ul {
  margin: -10px;
}
.news-page .list ul li {
  padding: 10px;
}
.news-page .list ul li .img-box {
  display: block;
}
.news-page .list ul li .img-box img {
  width: 100%;
}
.news-page .list ul li .content {
  padding: 15px;
  border: 1px solid #eee;
}
.news-page .list ul li .content h4 {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
  font-family: 'HB';
}
.news-page .list ul li .content p {
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
}
.news-page .list ul li .content a.more {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 25px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .content a.more:hover {
  color: white;
  background: #fff000;
}
.newdet-page {
  padding: 5rem 0;
}
.newdet-page h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  font-family: 'OB';
  text-transform: uppercase;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.newdet-page .content p{
  font-size: 16px;
}
.newdet-page .m-link {
  font-size: 16px;
}
.newdet-page .m-link a {
  display: block;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}
.gallery-page {
  padding: 6rem 0;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a.img-box {
  display: block;
}
.gallery-page .list ul li a.img-box img {
  width: 100%;
}
.gallery-page .list ul li h5 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-family: 'HR';
  text-transform: capitalize;
}
.gallery-page .list ul li:hover h5 {
  color: #fff000;
}
.gallery-page.solution-page .list ul li .content{
  padding: 1rem 1.25rem;
  border: 1px solid #ccc;
}
.gallery-page.solution-page .list ul li .content h5{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.035em;
    text-transform: capitalize;
    position: relative;
    padding: 0 0 10px;
    text-align: left;
}
.gallery-page.solution-page .list ul li .content p{
      line-height: 1.5;
      font-size: 16px;
    padding: 0 0 1.5rem;
}
.gallery-page.solution-page .list ul li .content .more{
  display: inline-block;
    line-height: 1;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 17px;
    background: #000;
    color: #fff;
    transition: .5s;
}
.gallery-page.solution-page .list ul li .content .more:hover{
  background: #fff000;
}
.faq-page {
  padding: 6rem 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 'HR';
  
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}.contact-page .contact-1 {
  padding: 100px 0 80px;
}
.contact-page .contact-1 .list ul {
  margin: -8px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #fff000;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #fff000;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 21px;
  line-height: 1;
  padding: 25px 0 15px;
  font-weight: bold;
  font-family: 'HB';
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  min-height: 100px;
}
.contact-page .contact-2 .left {
  width: 28%;
  vertical-align: middle;
}
.contact-page .contact-2 .left .img {
  position: relative;
  padding-left: 55px;
}
.contact-page .contact-2 .left .img .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 30px;
  color: white;
  text-align: left;
}
.contact-page .contact-2 .left .img .text h5 {
  font-weight: bold;
  font-size: 22px;
}
.contact-page .contact-2 .left .img .text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0;
}
.contact-page .contact-2 .left .img .text a.more {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  padding: 0 30px;
  border: 1px solid white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .left .img .text a.more:hover {
  background: white;
  color: black;
}
.contact-page .contact-2 .right {
  width: 72%;
  padding-left: 30px;
  vertical-align: middle;
}
.contact-page .contact-2 .right h3 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  font-family: 'HR'
}
.contact-page .contact-2 .right .form {
  margin-top: 30px;
}
.contact-page .map {
  margin-top: 80px;
}.prodet-page {
  padding: 1rem 0;
}
.prodet-page .det-1 {
  padding: 2.5rem 0;
  background: rgb(239 239 239 / 30%);
}
.prodet-page .det-1 .grid-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.prodet-page .det-1 .grid-box .left .ig .big-img {
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .left .ig .big-img img {
  width: 100%;
}
.prodet-page .det-1 .grid-box .left .gallery {
  margin-top: 10px;
  text-align: left;
  position: relative;
}
.prodet-page .det-1 .grid-box .left .gallery .plays{
  position: absolute;
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  cursor: pointer;
}
.prodet-page .det-1 .grid-box .left .gallery .plays img{
  max-width: 60px;
}
.prodet-page .det-1 .grid-box .left .gallery .slick-track {
  margin-left: 0;
}
.prodet-page .det-1 .grid-box .left .gallery ul {
  margin: 0 -5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li {
  padding: 0 5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li .img {
  text-align: center;
  border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .right {
  padding-left: 3%;
  padding-bottom: 90px;
}
.prodet-page .det-1 .grid-box .right .text h1 {
  font-size: 2rem;
  font-family: 'BAB';
  font-weight: 700;
  line-height: 1.4;
  color: #1c1c1c;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
.prodet-page .det-1 .grid-box .right .text h6{
  font-size: 1.3rem;
  font-family: 'PL';
  color: #000;
  font-weight: bold;
}
.prodet-page .det-1 .grid-box .right .text .con {
  font-size: 16px;
  line-height: 1.8;
  color: #616161;
}
.prodet-page .det-1 .grid-box .right .text .share{
  display: flex;
  align-items: center;
  margin-top: 1.5rem
}
.prodet-page .det-1 .grid-box .right .text .share h5{
  display: inline-block;
    vertical-align: middle;
    color: #000;
    text-transform: capitalize;
    font-size: 1rem;
    font-family: 'HR';
}
.prodet-page .det-1 .grid-box .right .text .share ul li{
      display: inline-block;
    vertical-align: middle;
    margin-left: 0.75rem;
    width: auto;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.prodet-page .det-1 .grid-box .right .text .share .icon{
  display: flex;
    justify-content: center;
    margin-left: 0.75rem;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a{
  margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    /*border: 1px solid #000;*/
    font-size: 14px;
    line-height: 1;
    color: #000;
    transition: .5s;
}
.prodet-page .det-1 .grid-box .right .text .share .icon a:hover{
  background: #fff000;
    border: 1px solid #fff000;
}
.prodet-page .det-1 .grid-box .right .text .more {
  left: 53%;
  bottom: 0;
  border-top: 1px solid #e1e1e1;
  padding-top: 1rem;
  margin-top: 2rem;
}
.prodet-page .det-1 .grid-box .right .text .more .fl{
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.prodet-page .det-1 .grid-box .right .text .more a {
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 700;
  border: 2px solid #fff000;
  color: #1c1c1c;
  padding: 11px 1rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-1 .grid-box .right .text .more a:hover {
  color: #fff;
  background-color: #fff000;
}
.prodet-page .det-2 {
  margin-top: 60px;
}
.prodet-page .det-2 .tabs ul {
  border-bottom: 1px solid #e1e1e1;
}
.prodet-page .det-2 .tabs ul li {
  display: inline-block;
  margin-right: 15px;
  border-bottom: 10px #19baf6 solid;
  width: 100%;
}

.prodet-page .det-2 .tabs ul li a {
  background-color: #19baf6;
    height: 40px;
    width: 160px;
    margin-left: 50px;
    text-align: center;
    line-height: 40px;
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  /*padding: 8px 24px;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 0%;
  background-color: #fff000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a:hover {
  color: #fff000;
}
.prodet-page .det-2 .tabs ul li.active a{
  color: #fff000;
}
.prodet-page .det-2 .tabs ul li.active a::after {
  width: 100%;
}
.prodet-page .det-2 .related {
  margin-top: 0.95rem;
}
.prodet-page .det-2 .related ul li.active {
  display: block;
}
.prodet-page .det-2 .related ul li .con {
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  font-family: 'HR'
}
.prodet-page .det-2 .related ul li .con p{
  /*font-family: none;*/
  font-family: 'HR';
}
.prodet-page .det-2 .related ul li .con strong{
  font-weight: bold;
}
.prodet-page .det-2 .related ul li .con-img{
  display: flex;
  margin: 0 -0.5rem;
}
.prodet-page .det-2 .related ul li .con-img img{
  display: inline-block;
  padding: 0 0.5rem;
  width: 33.3333%;
}
.prodet-page .det-2 .related ul li .con table tbody tr td:nth-child(3) p{
  white-space: nowrap;
}
.prodet-page .det-2 .related ul li .con table tbody tr td p{
  font-size: 16px;
}
.prodet-page .det-2 .related ul li:nth-child(1) table{
  border: none;
}
.prodet-page .det-2 .related ul li:nth-child(1) table tr td{
      /*width: 50% !important;*/
      /*border: none;*/
      /*border: 1px solid #e7e7e7;*/
      /*padding: 9px 22px;*/
}
.prodet-page .det-2 .related ul li:nth-child(1) table.table-box tr td{
  width: auto !important;
}
.prodet-page .det-2 .related ul li:nth-child(1) table tr{
  border-bottom: 2px solid #e6e6e6;
  background: none;
}
.prodet-page .det-2 .related>ul>li:nth-child(2) .con table tr td:nth-child(3){
  white-space: nowrap;
}
.prodet-page .det-2 .related>ul>li:nth-child(2) .con table tr td{
  width: auto;
}
.prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td{
  width: none !important;
}
.prodet-page .det-3 {
  margin-top: 60px;
}
/*.prodet-page .det-3 .title {
  text-align: center;
}*/
.prodet-page .det-3 .title .tabs{
  border-bottom: 10px solid #19baf6;
}
.prodet-page .det-3 .title .tabs a{
   background-color: #19baf6;
    height: 40px;
    width: 180px;
    margin-left: 50px;
    text-align: center;
    line-height: 40px;
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
}
.prodet-page .det-3 .title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  border-bottom: 10px solid #19baf6;
  font-family: 'HB';
}
.prodet-page .det-3 .title h3 span{
  background-color: #19baf6;
    height: 40px;
    width: 160px;
    margin-left: 50px;
    text-align: center;
    line-height: 40px;
    position: relative;
    display: inline-block;
    font-size: 20px;
  /*display: inline-block;
  position: relative;
  padding: 10px;
  font-size: 30px;
  color: #fff000;*/
}
.prodet-page .det-3 .title h3 span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #fff000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}



.prodet-page .det-3 .det-3-box ul {
  margin: 0 -15px;
  position: relative;
}
.prodet-page .det-3 .det-3-box ul li {
  padding: 0 15px;
  margin-bottom: 30px;
}
.prodet-page .det-3 .det-3-box ul li .ig {
  display: block;
}
.prodet-page .det-3 .det-3-box ul li .ig .img {
  position: relative;
  border: 1px solid #d6d6d6;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #fff000;
  -webkit-transition: .45s;
  -moz-transition: .45s;
  -ms-transition: .45s;
  -o-transition: .45s;
  transition: .45s;
  opacity: 0;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
  background-color: #1c1c1c;
}
.prodet-page .det-3 .det-3-box ul li .ig .text {
  text-align: center;
  margin-top: 0.625rem;
}
.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
  font-size: 18px;
  font-family: 'HR';
  font-weight: 700;
  color: #1c1c1c;
  padding: 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  /*text-transform: uppercase;*/
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
  border-color: #fff000;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
  opacity: 1;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
  color: #fff000;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow{
  position: absolute;
    top: 34%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-prev{
  background-image: url("../image/banner-btn-l.png");
    left: -40px;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next{
  background-image: url("../image/banner-btn-r.png");
    right: -40px;
}
.prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(5){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(6){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(7){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(8){
    width: 139px !important;
  }
.prodet-page .det-2 .related>ul>li:nth-child(2) table tr td:nth-child(2) {
    white-space: nowrap;
}
.prodet-page .det-2 .related>ul>li:nth-child(2) .con table tbody tr td p{
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 16px;
  }
  .prodet-page .det-1 .grid-box .left {
    width: 100%;
  }
  .prodet-page .det-1 .grid-box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .prodet-page .det-1 .grid-box .right .text .more {
    position: relative;
    left: 0;
    width: 100%;
  }
  .about-page .about-9 .left{
    width: 100%;
  }
  .about-page .about-9 .right{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .det-2 .tabs ul {
    border: none;
  }
  .prodet-page .det-2 .tabs ul li {
    display: block;
    text-align: center;
    border-bottom: 2px solid #e1e1e1;
  }
  .prodet-page .det-2 .tabs ul li a {
    display: block;
  }
  .prodet-page .det-3 .det-3-box ul li {
    padding: 0 5px;
  }
  .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 14px;
  }
}

@media screen and (max-width:1600px){
  
}
@media screen and (max-width:1430px){
  .inner-page .sidebar-box .sidebar-left .sidebar-nav{
        padding: 1.9rem 1rem;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li a{
    font-size: 16px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li p{
    font-size: 16px;
  }
  /*.product-page .product-box .product-list li a .content{
    width: 90%
  }*/
  .prodet-page .det-2 .related table p{
    font-size: 14px;
  }
  .prodet-page .det-2 .related table td{
    padding: 5px 6px;
  }
  .prodet-page .det-2 .related ul li:nth-child(2) .con table tbody tr td p{
    font-size: 13px;
  }
  .prodet-page .det-2 .related ul li:nth-child(1) table tr td{
    font-size: 16px;
  }
  .prodet-page .det-2 .related table td{
    font-size: 13px;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) table tr td:nth-child(2){
    white-space: nowrap;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(5){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(6){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(7){
    width: 139px !important;
  }
  .prodet-page .det-2 .related>ul>li:nth-child(2) .con table.gree-table tr td:nth-child(8){
    width: 139px !important;
  }
  .about-page .about-4 .box {
    padding-top: 50px;
  }
  .about-page .about-4 {
    padding: 50px 0;
  }
  .about-page .about-4 .box ul li h5 {
    font-size: 20px;
  }
  .about-page .about-4 .box ul li .content .text {
    font-size: 14px;
  }
}
@media screen and (max-width:1230px){
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .list ul li .box h5 {
    font-size: 18px;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 14px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 28px;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 14px;
  }
  .contact-page .contact-2 .right .form {
    margin-top: 10px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 10px 15px;
  }
.inner-page p {
    font-size: 16px;
}
.company-page .company-1 .company-1-box{
  align-items: center;
}.company-page .company-1 .company-1-box .right ul li {
    padding-left: 50px;
}.company-page .company-1 .company-1-box .left ul li {
       padding-right: 50px;
}
.company-page .company-3 .careBox .swiper-slide a h4{
  font-size: 18px;
}
.inner-page .sidebar-box .sidebar-left{
  display: none;
}
.inner-page .sidebar-box .sidebar-right {
    width: 100%;
}.product-page .product-box {
    padding-left: 0;
    padding-top: 0;
}.about-page .about-4 .box ul li h5 {
    font-size: 17px;
  }
  .about-page .about-4 .box {
    padding-top: 30px;
  }

}
@media screen and (max-width:1100px){
  .inner-banner{
    margin-top: 40px;
  }
}
@media screen and (max-width:1000px){
  .news-page .list ul li .content h4 {
    font-size: 16px;
  }
  .news-page .list ul li .content p {
    font-size: 13px;
    margin: 10px 0;
  }
  .news-page .list ul li .content a.more {
    font-size: 12px;
    padding: 0 15px;
  }
  .faq-page ul li h4 {
    font-size: 18px;
  }
  .faq-page ul li .content {
    font-size: 14px;
  }
  .gallery-page .list ul li h5 {
    font-size: 16px;
  }
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    display: none;
  }
  .contact-page .map {
    margin-top: 50px;
  }
  .inner-page p {
    font-size: 14px;
}
.about-page .about-1 ul{
  flex-wrap: wrap;
}
.about-page .about-1 ul li{
  width: 50%;
  margin-bottom: 20px;
}
.about-page .about-1 .about-img .aboutIconBox .swiper-slide{
  height: 80px;
}
.about-page .about-1 ul li:after{
  display: none;
}
.about-page .about-1 ul li p{
  font-size: 14px;
}
.about-page .about-1 ul li em{
  font-size: 24px;
}.history-page .history-Box .swiper-container {
    padding: 220px 15px;
}
.design-page .design-2 .designHistoryBox .historyBox{
      bottom: 1rem;
}
.design-page .design-1 .container .item{
  width: 50%;
}
.design-page .design-1 .container .item.right{
  width: 100%;
}
.design-page .design-1 .container .item.right .design-img{
  width: 50%;
}
.design-page .design-1 .container .item .top h6{
  padding: 0;
}
.design-page .design-1 .container .item .top h6:before{
  display: none;
}
.category-page .category-list>ul>li .title h3{
  padding-left: 0;
}
.category-page .category-list>ul>li .title h3{
  width: 70%
}.product-page .product-box .product-list li{
  width: 50%;
}
.prodet-page .det-1 .grid-box .left .gallery .plays{
      width: 33.333%;
}
}
@media screen and (max-width:700px){
  /*.product-page .product-box .product-list li a .content{
    width: 100%;
  }*/
  .contact-page .contact-2 .right h3 {
    font-size: 24px;
  }
  .newdet-page h2{
    font-size: 20px;
  }
  .inner-page .top h2{
        font-size: 30px;
  }
  .company-page .company-1 .company-1-box .company-1-img{
    display: none;
  }
  .company-page .company-1 .company-1-box .left {
    width: 100%;
}.company-page .company-1 .company-1-box .right {
    width: 100%;
}.company-page .company-1 .company-1-box{
  flex-wrap: wrap;
}
.company-page .company-1 .company-1-box .left ul li {
    text-align: left;
    padding-left: 50px;
    padding-right: 0;
}
.company-page .company-1 .company-1-box .left ul li:after{
  left: 0;
  right: auto;
}
.company-page .company-1 .company-1-box ul li p{
  height: auto;
}
.design-page .design-2 .designHistoryBox{
  background: #fafafa;
}
.design-page .design-2 .designHistoryBox .historyBox{
  position: relative;
  bottom: 0;
}
.category-page .category-list>ul>li .item .left {
    width: 100%;
}
.category-page .category-list>ul>li .item .right {
    width: 100%;
    padding-left: 0;
    position: relative;
    margin-top: 20px;
}.category-page .category-list>ul>li:nth-child(even) .item .right {
    padding-left: 0;
    padding-right: 0;
}
.category-page .category-list>ul>li .title{
  flex-wrap: wrap;
}
.prodet-page .det-2 .related ul li .con{
      overflow-x: scroll;
}
.prodet-page .det-2 .related ul li .con table{
  width: 674px !important;
}
.about-page .about-4 .box ul li .right,
  .about-page .about-4 .box ul li .left {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding: 0 !important;
  }
  .about-page .about-4 .box ul li .left {
    padding-left: 10px !important;
  }
  .about-page .about-4 .box ul {
    padding-left: 20px;
  }
  .about-page .about-4 .box ul:after {
    left: 2px;
    top: 42px;
  }
  .about-page .about-4 .box ul li:after {
    left: -18px;
    top: 42px;
  }
.prodet-page .det-1 .grid-box .left .gallery .plays{
      width: 50%;
}
}
@media screen and (max-width:500px){
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
.about-page .about-1 ul li{
  width: 100%;
}
.company-page .company-1 .company-1-box ul li p{
  height: auto;
}
.design-page .design-1 .container .item{
  width: 100%;
}
.design-page .design-1 .container .item .top{
  margin-bottom: 20px;
}
.design-page .design-1 .container .item.right .design-img{
  width: 100%;
}
.inner-banner .mbx-box .mbx{
      font-size: 12px;
}
.category-page .category-list>ul>li .title .more{
  margin-top: 20px;
}
.category-page .category-list>ul>li .title h3{
  width: 100%;
}
.product-page .product-box .product-list li{
  width: 100%;
}
}

.p05 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
    color: #fff;
}


.p05 .support .item{
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.p05 .support .item:nth-child(odd){
  flex-direction: row-reverse;

}

.p05 {
  font-size: 16px
}

.p05 h2 {
  margin-bottom: 40px
}

.p05 .samples,
.p05 .consultation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 120px auto
}

.p05 .samples .mml-text,
.p05 .consultation .mml-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  max-width: 50%;
  color: #565656;
  font-size: 18px;
  font-family: 'HR';
}

.p05 .samples .mml-image,
.p05 .consultation .mml-image {
  margin: auto
}

.p05 .samples h2,
.p05 .consultation h2 {
  color: black;
  text-align: initial;
  line-height: 2;
}

.p05 .samples p,
.p05 .samples ul,
.p05 .consultation p,
.p05 .consultation ul {
  margin-top: 15px;
  line-height: 2;
}

.p05 .samples li,
.p05 .consultation li {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.p05 .samples .green,
.p05 .consultation .green {
  margin-right: 5px;
  color: #56d079
}

.p05 .consultation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 1404px;
}

.p05 .stable {
  overflow: hidden;
  padding: 120px 0;
  background-color: #19181d;
  text-align: center
}

.p05 .stable p {
  margin: 0 auto 15px;
  max-width: 750px;
  color: gray;
  line-height: 2;
}

.p05 .slicker-stable {
  /*max-width: 1700px;*/
  margin: 60px 0 0;
  /*-webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0)*/
}
.p05 .slicker-stable{
  margin-right: -10%;
}
.p05 .slicker-stable .slick-list{
  padding-right: 200px !important;
}
.p05 .slicker-stable .slick-slide {
  position: relative;
  margin: 0 20px
}

.p05 .slicker-stable .slick-slide:before {
  content: '\20';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 24, 29, .5);
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}

.p05 .slicker-stable .slick-slide.slick-current:before {
  opacity: 0
}

.p05 .slick-dots {
  max-width: 820px;
  width: 50%;
  margin: 40px auto 0;
}

.p05 .slick-dots>li {
  display: inline-block;
  background-color: #212026
}

.p05 .slick-dots>li.slick-active {
  background-color: #56d079
}

.p05 .support {
  overflow: hidden;
  color: white
}

.p05 .support .mml-row {
  margin: 60px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p05 .support .mml-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.p05 .support .mml-image {
  margin: auto
}

.p05 .support .mml-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  max-width: 50%;
  color: #000;
  text-align: initial;
}

.p05 .support .sup-title {
  display: block;
  margin-top: 70px;
  color: #111;
  line-height: 2;
}

.p05 .support h3 {
  margin-bottom: 30px;
  font-size: 30px;
}

.p05 .support p {
  margin-top: 15px;
  font-size: 18px;
  font-family: 'HR';
  line-height: 2;
}

@media (max-width:1200px) {
  .p05 .slicker-stable {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .p05 .slick-dots {
    max-width: unset;
    width: unset
  }
}

@media (max-width:1000px) {

  .p05 .consultation,
  .p05 .samples {
    display: block
  }

  .p05 .consultation .mml-image,
  .p05 .samples .mml-image {
    width: unset
  }

  .p05 .consultation .mml-text,
  .p05 .samples .mml-text {
    margin: auto
  }
}

@media (max-width:780px) {
  .p05 .support .mml-row {
    display: block;
    margin: 40px auto
  }

  .p05 .support .mml-image {
    width: unset;
    max-width: unset
  }

  .p05 .support .mml-text {
    margin: auto
  }

  .p05 .support .sup-title {
    text-align: center
  }
}

@media (max-width:600px) {
  .p05 h2 {
    margin-bottom: 20px
  }

  .p05 .consultation,
  .p05 .samples {
    margin: 40px 0
  }

  .p05 .stable {
    padding: 40px 0
  }

  .p05 .slicker-stable,
  .p05 .slick-dots {
    margin-top: 20px
  }
}

.p05 .support .ui.container {
  max-width: 1404px;
}

.p05 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
    color: #fff;
}
.slick-dots button{display:none}.slick-dots>li{margin:0 10px;width:12px;height:12px;background-color:#fff;border-radius:50%;cursor:pointer;-webkit-transition:all 0.24s;-o-transition:all 0.24s;transition:all 0.24s}.slick-dots>li.slick-active{background-color:#fff;}

@media only screen and (max-width:1000px){
  .p05 .samples .mml-text, .p05 .consultation .mml-text{
    max-width: 100%;
  }

  .p05 h2{
    font-size: 30px;
  }

  .p05 .support .item{
    display: block;
  }

  .p05 .support .mml-text{
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .p05 .consultation{
    display: block;
  }
  .p05 .samples, .p05 .consultation{
    display: block;
  }
  .p05 .samples .mml-image, .p05 .consultation .mml-image{
    width: 100%;
  }
  .p05 .support .mml-image img{
    width: 100%;
  }
  .p05 .samples .mml-image img, .p05 .consultation .mml-image img{
    width: 100%;
  }
}
@media screen and (max-width: 501px) {
  .p05 .slicker-stable .slick-list{
    padding-right: 100px !important;
  }
}