@font-face {
  font-family: 'PL';
  src: url('../fonts/Poppins-Light.eot') format('eot'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'PR';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'HR';
  src: url('../fonts/Helvetica.eot') format('eot'), url('../fonts/Helvetica.woff2') format('woff2'), url('../fonts/Helvetica.woff') format('woff'), url('../fonts/Helvetica.ttf') format('truetype');
}
@font-face {
  font-family: 'CO';
  src: url('../fonts/Coalition.eot') format('eot'), url('../fonts/Coalition.woff2') format('woff2'), url('../fonts/Coalition.woff') format('woff'), url('../fonts/Coalition.ttf') format('truetype');
}
@font-face {
  font-family: 'QR';
  src: url('../fonts/Questrial-Regular.eot') format('eot'), url('../fonts/Questrial-Regular.woff2') format('woff2'), url('../fonts/Questrial-Regular.woff') format('woff'), url('../fonts/Questrial-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'IM';
  src: url('../fonts/Impact.eot') format('eot'), url('../fonts/Impact.woff2') format('woff2'), url('../fonts/Impact.woff') format('woff'), url('../fonts/Impact.ttf') format('truetype');
}
@font-face {
  font-family: 'HOB';
  src: url('../fonts/Helvetica-Oblique.eot') format('eot'), url('../fonts/Helvetica-Oblique.woff2') format('woff2'), url('../fonts/Helvetica-Oblique.woff') format('woff'), url('../fonts/Helvetica-Oblique.ttf') format('truetype');
}
@font-face {
  font-family: 'OB';
  src: url('../fonts/Oswald-Bold.eot') format('eot'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'HB';
  src: url('../fonts/Helvetica-Bold.eot?#iefix') format('eot'), url('../fonts/Helvetica-Bold.woff2') format('woff2'), url('../fonts/Helvetica-Bold.woff') format('woff'), url('../fonts/Helvetica-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BAB';
  src: url('../fonts/BarlowSemiCondensed-Bold.eot') format('eot'), url('../fonts/BarlowSemiCondensed-Bold.woff2') format('woff2'), url('../fonts/BarlowSemiCondensed-Bold.woff') format('woff'), url('../fonts/BarlowSemiCondensed-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BAR';
  src: url('../fonts/BarlowSemiCondensed-Regular.eot') format('eot'), url('../fonts/BarlowSemiCondensed-Regular.woff2') format('woff2'), url('../fonts/BarlowSemiCondensed-Regular.woff') format('woff'), url('../fonts/BarlowSemiCondensed-Regular.ttf') format('truetype');
}
#index-body .about .a-content .text .desc h1.homeh1 {
    display: inline;
}
.baibai h3 {
    font-weight: 700;
    padding-top: 15px;
    font-family: inherit;
}



:root{
  --base-color:#0094dd;
}
.mt-50{
  margin-top: 50px;
}
body {
  font-family: 'HR';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1650px;
  margin: auto;
  width: 100%;
}
.baibai {
      line-height: 2;
    color: #858585;
    font-size: 16px;
    padding: 50px 0 100px 10px;
}
.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 #019de2;
  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;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-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: 0%;
  left: 100%;
  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 #019de2;
  display: none \9;
}
#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 ul.sub-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 #019de2;
  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: #000000;
}
#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(../images/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(../images/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("../images/f-arrow-l.png") no-repeat center center;
  left: 47.5%;
}
#banner .slick-next {
  background: url("../images/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: #019de2;
}
#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: 14px;
  line-height: 2;
}
#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("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#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.5rem;
  color: #0094dd;
  line-height: 1.5;
  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: 20px;
  font-family: 'QR';
  line-height: 1.8;
  margin-top: 1.7rem;
}
#banner ul li .text .left .more {
  width: 180px;
  height: 40px;
  display: block;
  background-color: #0291d4;
  border-radius: 25px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  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: #206eb6;
  -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: #2466a4;
  -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: 2;*/
}
#index-body h3.title em {
  color: #000;
  display: block;
}
#index-body p.desc {
  font-size: 18px;
  line-height: 2;
  font-family: 'HOB';
  margin-top: 10px;
}
#index-body .about {
  background: url(../images/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;
  padding-right: 3rem;
}
#index-body .about .a-content .text h2 {
  font-size: 2rem;
  color: #19baf6;
  line-height: 2;
  font-family: 'CO';
}
#index-body .about .a-content .text h2 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: 2;
  color: rgba(0, 0, 0, 0.75);
  margin-top: 10px;
}
#index-body .about .a-content .text .more {
  display: block;
  width: 182px;
  height: 46px;
  line-height: 46px;
  background: #019de2;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
  margin-top: 2rem;
  color: #fff;
}
#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%;
  cursor: pointer;
}
#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(../images/pbg.png) no-repeat center center;
  background-size: cover;
  padding: 2.2rem 0 5rem;
  overflow: hidden;
}
#index-body .i-product .header {
  text-align: center;
}
#index-body .i-product .content {
  margin-top: 1.3rem;
  text-align: center;
}
#index-body .i-product .content ul {
  margin-right: -8px;
}
#index-body .i-product .content ul .slick-track {
  margin-left: auto;
  margin-right: auto;
}
#index-body .i-product .content ul li {
  position: relative;
  padding-right: 8px;
  padding-top: 0rem;
}
#index-body .i-product .content ul li a {
  display: block;
  position: relative;
}
#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;
  text-align: left;
}
#index-body .i-product .content ul li .text h3 {
  font-size: 1.9rem;
  /*line-height: 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: 2;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
}
#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 ul.productlist{
  margin:0 -10px; 
  margin-top: 40px
}
#index-body ul.productlist li{
  padding: 10px;
  display: none;
}
#index-body ul.productlist li .item .img-box{
  border: 1px solid #eee;
}

#index-body ul.productlist li .item .h3{
  font-weight: bold;
  text-align: center;
    font-size:21px;
    line-height: 2;
   


}
#index-body ul.productlist li .item .h3:hover a{
  transition: 0.3s all;
   color: #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: 2;
  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: #0194dc;;
  font-size: 16px;
  color: #FFF;
}
#index-body .advantage .case-box .more ：hover{
  color: #fff;
}
#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::before {
  background-color: #2466a4;
}
#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-dots{
  display: none!important;
}
#index-body .news .content ul .slick-track {
  margin-left: 0;
  margin-right: 0;
}
#index-body .news .content ul li {
  padding-right: 2.5rem;
  position: relative;
}
#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 .box{
  padding-top: 19px;
}
#index-body .news .content ul li  time {
  position: absolute;
  top: 0;
  left: 16px;
  width:auto;
  height:auto;
  background-color: #0094dd;
  text-align: center;
  padding:10px 20px;
  z-index: 2;
  border-radius: 5px
}
#index-body .news .content ul li  time em {
  font-size: 18px;
  font-family: 'BAB';
  line-height: 1;
  display: block;
  color: #fff;
}
#index-body .news .content ul li  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: 2rem 1.6rem 1.4rem 1rem;
  position: relative;
}
#index-body .news .content ul li .text h3 {
  font-size: 20px;
  line-height: 1.6;
  font-family: 'HB';
}
#index-body .news .content ul li .text h3:hover{
  transition: 0.3s all;
  color: #0094dd;
}
#index-body .news .content ul li .text p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
  font-family: 'PL';
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 4px;
  padding: 10px 0;
}
#index-body .news .content ul li .text .mores {
  /*margin-top: 10px;*/
  font-size: 16px;
  font-family: 'HB';

  -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);
  color:#2466a4;
}
#footer {
  position: relative;
  padding-top: 100px;
}
#footer .f-header {
  padding: 2.9rem 0;
  background-color: #2b2c2d;
}
#footer .f-header .left {
  color: #0094dd;;
  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 #019de2;
}
#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: #0093d9;
  color: #fff;
  height: 55px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: -7px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
}
#footer .f-header .right form input[type="submit"]:hover{
  background: #2466a4;
  transition: 0.3s all;
}
#footer .f-content {
  position: relative;
  background: url(/zjdfjx/2024/01/18/fbg.jpg) no-repeat center center;
  padding: 2.95rem 0 4.35rem;
  background-size: cover;
  overflow: hidden;
}
#footer .f-content .box {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#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: 3;
  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: #019de2;
  opacity: 0.7;
}
#footer .f-content ul li:hover::before {
  background-color: #019de2;
}
#footer .f-content .f-ab {
  width: 22.5%;
  max-width: 290px;
}
#footer .f-content .f-ab p {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.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: 0%;
  display: inline-block;
}
#footer .f-content .f-product {
  
  padding-left: 0%;
  display:inline-block;
  max-width: 300px;
}
#footer .f-content .f-contact {
  width: auto;
  padding-left: 0%;
  max-width: 370px;
}
#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: 2;
}
#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:120px;
}
#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';
  line-height: 2;
}
#footer .f-copy .baixiu {
  display: inline-block;
    width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
#footer .f-copy img {
  max-height: 16px;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 8px;
}
#footer .f-top {
  position: absolute;
  bottom: 91px;
  right: 41px;
  width: 44px;
  height: 43px;
  background-color: #019de2;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
}
#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: #fff;
  background: #019de2;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.inquiry:hover{
  background: #2466a4;
}
.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: #019de2;
  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:120px;
  }
}
@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;
    
  }
  #header .nav .ui.menu .logo {
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 60%;
  }
  #mobile .menu-content .menu-logo {
    
    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-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: 800px) {
#footer .f-header .left{
  width: 100%;
}
#footer .f-header .right {
    width: 100%;
}
#index-body .news .content ul li{
  padding-top: 40px;
}
}
@media screen and (max-width: 700px) {
  .product-page .product-box .content.font-16.Auxil-description.Auxil-catdes.mb-30 {
    line-height: 2;
    height: 100px;
    overflow: auto;
}
a.foota {
    display: none;
}

  #banner{
    margin-top: 40px;
  }
  #banner ul li .text{
    top: 50%;
    transform: translateY(-50%);
  }
  #banner ul li .text .left {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  #banner ul li .text .left h3 {
    font-size: 1rem;
  }
   #banner ul li .text .left h3 em{
     font-size: 1rem;
   }
  #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;
  }
  #footer .f-header .right form ul{
    width: 100%;
  }
  #footer .f-header .right form ul li{
    width: 100%;
    margin-bottom: 15px;
  }
}

.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: 2rem;
  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: 45px -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: #019de2 none repeat scroll 0 0;
    color: #fff;
}
.inner-page .m-page span.current{
  background: #019de2;
  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: 2;
  color: #019de2;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0.9rem;
}
.inner-page .top h6::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #019de2;
  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: #019de2;
  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: #019de2;
}
.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(../images/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: 0 2rem 0 0 ;
  /*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: 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.active>a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:hover>a {
  background: #019de2;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-nav li:active a .fa, 
.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(../images/p-phone.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(2) {
  background: url(../images/p-mail.png) no-repeat 10px center;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav .pro-contact li:nth-child(3) {
  background: url(../images/p-add.png) no-repeat 10px;
      line-height: 2;
}
.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: #019de2;
}
.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: #019de2;
  border-color: #019de2;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.about-page .about-1 {
  padding: 7rem 0 6rem;
  background: url(../images/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(../images/about-after.png) no-repeat 100% 100%;
  left: -4.6rem;
  top: -5.6rem;
}
.about-page .about-1  .content{
  margin: 20px 0;
  line-height: 2;
}
.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: 2;
  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(../images/a-icon.png) no-repeat left center;
}
.about-page .about-1 ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: url(../images/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(../images/a-icon-1.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(2){
  background: url(../images/a-icon-2.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(3){
  background: url(../images/a-icon-3.png) no-repeat left center;
}
.about-page .about-1 ul li:nth-child(4){
  background: url(../images/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(../images/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: 2;
  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: #019de2;
}
.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(../images/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: #019de2;
  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: 2;
  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: 2;
  color: #949393;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(1) span{
  background: url(../images/offer-1.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(1):hover span{
  background: url(../images/offer-1-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(2) span{
  background: url(../images/offer-2.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(2):hover span{
  background: url(../images/offer-2-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(3) span{
  background: url(../images/offer-3.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(3):hover span{
  background: url(../images/offer-3-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(4) span{
  background: url(../images/offer-4.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(4):hover span{
  background: url(../images/offer-4-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(5) span{
  background: url(../images/offer-5.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(5):hover span{
  background: url(../images/offer-5-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(6) span{
  background: url(../images/offer-6.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(6):hover span{
  background: url(../images/offer-6-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(7) span{
  background: url(../images/offer-7.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(7):hover span{
  background: url(../images/offer-7-h.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(8) span{
  background: url(../images/offer-8.png) no-repeat center center;
}
.about-page .about-3 .offerBox .swiper-slide:nth-child(8):hover span{
  background: url(../images/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: #019de2;
}
.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(../images/partner-bg.png) no-repeat right center;
}
.about-page .about-9 {
  /*margin-bottom: 70px;*/
  padding: 100px 0 40px;
  color: white;
  background: url('../images/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(../images/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: #019de2;
}
.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(../images/banner-btn-l.png);
  left: 15px;
}
.honor-page .honor-1 .list .swiper-button-prev:hover {
  background-color: #019de2;
}
.honor-page .honor-1 .list .swiper-button-next {
  background-image: url(../images/banner-btn-r.png);
  right: 15px;
}
.honor-page .honor-1 .list .swiper-button-next:hover {
  background-color: #019de2;
}
.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: #019de2;
}
.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(../images/care-left.png) no-repeat center center;
  left: -21px;
}
.company-page .company-3 .careBox .swiper-button-next {
  background: url(../images/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(../images/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(../images/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: #019de2;
  -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(../images/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 5rem;
  background: rgb(239 239 239 / 60%);
}
.product-page .product-box {
  padding-left: 1.7rem;
  /*padding-top: 5rem;*/
}
.product-page .product-box .baixiangpro {
  line-height: 2;
  font-size: 24px;
  font-family: 'HB';
  font-weight: bold;
  margin-bottom: 10px;
}
.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;
  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: #019de2;
  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 .pro-img {
  overflow: hidden;
}
.product-page .product-box .product-list li .pro-img img {
  width: 100%;
}
.product-page .product-box .product-list li .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 .content h4 {
  font-family: 'HR';
  font-size: 17px;
  color: #000000;
  /*text-transform: uppercase;*/
  position: relative;
  text-align: center;
  line-height: 2;
  min-height: 68px;
}
/*.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 .content p {
  font-size: 14px;
  line-height: 2;
  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(../images/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(../images/h-dian-h.png) no-repeat center bottom;
}
.design-page .design-2 .designHistoryBox .historyBox .swiper-slide:hover h5 {
  color: #019de2;
}
.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(../images/h-dian-h.png) no-repeat center bottom;
}
.design-page .design-2 .designHistoryBox .historyBox .swiper-slide.cur h5 {
  color: #019de2;
}
.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: #019de2;
}
.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: 21px;
  font-weight: bold;
 text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
  font-family: 'HB';

}
.news-page .list ul li .content h4:hover{
  transition: 0.3s all;
  color: var(--base-color);
}
.news-page .list ul li .content p {
  font-size: 14px;
  line-height: 2;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.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: 15px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*border-radius: 17px;*/
}
.news-page .list ul li .content a.more:hover {
  color: white;
  background: #019de2;
}
.newdet-page {
  padding: 5rem 0;
}
.newdet-page h1 {
  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: 2;
  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: #019de2;
}
.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: #019de2;
}
.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: 2;
}
.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: #019de2;
  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 #019de2;
  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: 2;
  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;
  margin-bottom: -20px;
}
.contact-page .map iframe{
  width: 100%;
}
.prodet-page {
  /*padding: 1rem 0;*/
}
.prodet-page .ui.container{
  max-width: 1230px;
  width: 100%;
}
.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:35px;
  font-family: 'BAB';
  font-weight: 700;
  line-height: 1.5;
  color: #1c1c1c;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.prodet-page .det-1 .grid-box .right .text h6{
  font-size: 1.3rem;
  font-family: 'PL';
  color: #019de2;
  font-weight: bold;
}
.prodet-page .det-1 .grid-box .right .text .con {
  font-size: 16px;
  line-height: 2;
  color: #616161;
  max-height: 384px;
  overflow: auto;
}
.prodet-page .det-1 .grid-box .right .text .con::-webkit-scrollbar-thumb{
  background: #19baf6;
}
.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: 18px;
    font-weight: 700;
    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: #019de2;
    border: 1px solid #019de2;
}
.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 {
      width: 180px;
    height: 40px;
    display: block;
    background-color: #0291d4;
    border-radius: 25px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    /*margin-top: 1.25rem;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.prodet-page .det-1 .grid-box .right .text .more a:hover {
  color: #fff;
  background-color: #000;
}
.prodet-page .det-2 {
  margin-top: 60px;
  margin-bottom: 80px;
}
.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: #019de2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .det-2 .tabs ul li a:hover {
  color: #019de2;
}
.prodet-page .det-2 .tabs ul li.active a{
  color: #019de2;
}
.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: 90px;
}
/*.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: 180px;
    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: #019de2;*/
}
.prodet-page .det-3 .title h3 span:after{
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 2px;
  width: 100%;
  background-color: #019de2;
  -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: #019de2;
  -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: #019de2;
}
.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: #019de2;
}
.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;
    display: none!important;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-prev{
  background-image: url("../images/banner-btn-l.png");
    left: -40px;
}
.prodet-page .det-3 .det-3-box ul .slick-arrow.slick-next{
  background-image: url("../images/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;
    line-height: 2;
  }
}

@media screen and (max-width:1600px){
  #header .nav .ui.menu .logo img:nth-child(1){
    display: none;
  }
   #header .nav .ui.menu .logo img:nth-child(2){
    display: block;
    max-height: 60px;
    /*filter: brightness(40);*/
  }

  #banner ul li .text .left{
    width: 80%;
  }
}
@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;
  }
  #banner ul li .text .left {
    width: 100%;
}
}
@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){
  #banner ul li .text .left p{
    display: none;
  }
  .news-page .list ul li .content h4 {
    font-size: 16px;
  }
  .news-page .list ul li .content p {
    font-size: 14px;
    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;
    line-height: 2;
  }
  .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){
  #index-body .news{
    padding-bottom: 0;
  }
  /*.product-page .product-box .product-list li a .content{
    width: 100%;
  }*/
  .contact-page .contact-2 .right h3 {
    font-size: 24px;
  }
  .newdet-page h1{
    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%;
  }
  #footer .f-header .right form input[type="submit"] {
    width: 85%;
    margin-top: 10px;
  }
  #footer .f-header .right,
  #footer .f-header .left {
    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: 14px;
  line-height: 2;
}
.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
  }
  .baixianghide {
    display: none !important;
  }
  .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;
}
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--base-color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--base-color);
        color: var(--base-color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--base-color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--base-color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: var(--base-color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--base-color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--base-color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--base-color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--base-color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--base-color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--base-color);
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    
.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;
  }
}
.inner-banner .mbx-box h1 {
    margin-top: 1rem;
    font-size: 3rem;
    line-height: 1.3;
    color: #ffffff;
    /* text-transform: uppercase; */
    display: inline-block;
    
    position: relative;
    text-shadow: 0 3px 3px rgb(0 0 0 / 80%);
    z-index: 5;
    font-family: 'HB';
}
.inner-banner .mbx-box h2 {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.3;
    color: #ffffff;
    /* text-transform: uppercase; */
    display: inline-block;
    
    position: relative;
    text-shadow: 0 3px 3px rgb(0 0 0 / 80%);
    z-index: 5;
    font-family: 'HB';
}
@media screen and (max-width: 1000px) {
  .baibai {
    display: none;
  }
  @media screen and (max-width: 1000px) {
  .baixiu {
    display: none;
  }
  }


@media screen and (max-width: 1000px){
.prodet-page .det-1 .grid-box .right .text .con {
    height: auto !important;
    max-height: none;
}


