/*@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}*/
/*@font-face {
  font-family: 'moni';
  src: url(../fonts/moni.ttf) format('truetype'), url(../fonts/moni.eot) format('eot'), url(../fonts/moni.woff) format('woff'), url(../fonts/moni.woff2) format('woff2');
}
@font-face {
  font-family: 'HeliosCondBlack';
  src: url(../fonts/HeliosCondBlack.ttf) format('truetype'), url(../fonts/HeliosCondBlack.eot) format('eot'), url(../fonts/HeliosCondBlack.woff) format('woff'), url(../fonts/HeliosCondBlack.woff2) format('woff2');
}*/
@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'mon';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'moni';
  src: url(../fonts/Montserrat-SemiBoldItalic.ttf) format('truetype'), url(../fonts/Montserrat-SemiBoldItalic.eot) format('eot'), url(../fonts/Montserrat-SemiBoldItalic.woff) format('woff'), url(../fonts/Montserrat-SemiBoldItalic.woff2) format('woff2');
  font-weight: 600;
}
body {
  font-family: "mon";
  font-weight: 500;
  --color:#0168b7;
  --base-color:#0168b7;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1500px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
}
#header .nav .ui.menu {
  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;
  margin: 0 auto;
  padding: 0 70px;
  box-shadow: 0px -0px 0px 0px rgb(0 0 0 / 8%);
  transition: 0.3s all;
}
#header.active .nav .ui.menu{
  box-shadow: 0px -0.4px 10px 3px rgb(0 0 0 / 8%);
  transition: 0.3s all;
} 
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#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 30px;
  font-size: 18px;
  line-height: 32px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active{
  border-color: var(--color);
  color: var(--color);
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 250px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \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: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 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 30px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .msgBtn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  background-color: #0168b7;
  cursor: pointer;
}
#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;
  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;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: black;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 2;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  line-height: 2;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sycpbt{
  min-height: 3.6em;
font-size: 18px;
line-height: 32px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
}
.hover-language {
  margin-right: 30px;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
@-webkit-keyframes rotate {
  from {
    stroke-dashoffset: 126px;
  }
  to {
    stroke-dashoffset: 0px;
  }
}
@-moz-keyframes rotate {
  from {
    stroke-dashoffset: 126px;
  }
  to {
    stroke-dashoffset: 0px;
  }
}
@keyframes rotate {
  from {
    stroke-dashoffset: 126px;
  }
  to {
    stroke-dashoffset: 0px;
  }
}
#banner {
  padding: 0 70px 60px;
  position: relative;
}
#banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 370px;
  background-color: #0d2c44;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 83%;
  left: 8.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner h2 {
  font-size: 24px;
  line-height: 44px;
  color: white;
  margin-bottom: 1.66666667em;
}
#banner h2 span {
  margin-top: 0.51724138em;
  display: block;
  font-size: 80px;
  line-height: 1.4;
  font-family: 'moni';
}
#banner .dots {
  position: absolute;
  bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .dots li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}
#banner .dots li svg {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
#banner .dots li.slick-active svg {
  opacity: 1;
}
#banner .dots li.slick-active .progress {
  -webkit-animation: rotate 5500ms linear both;
  -moz-animation: rotate 5500ms linear both;
  animation: rotate 5500ms linear both;
}
#banner .dots .dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: white;
}
#banner .social-links {
  color: white;
  position: absolute;
  left: 50px;
  bottom: 60px;
  -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;
}
#banner .social-links h4 {
  display: inline-block;
  vertical-align: middle;
}
#banner .social-links h4::after {
  content: "";
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  border-bottom: 1px solid white;
}
#banner .social-links a {
  font-size: 20px;
  color: white;
  display: inline-block;
  vertical-align: middle;
}
#banner .social-links a + a {
  margin-left: 20px;
}
.baseBtn {
  display: block;
  width: 220px;
  height: 62px;
  line-height: 60px;
  color: white;
  background-color: #0168b7;
  text-align: center;
  border: 1px solid #0168b7;
  transition: .5s ease;
}
.baseBtn:hover {
  background-color: transparent;
  color: #0168b7;
}
.baseTag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.baseTag strong {
  font-family: 'moni';
}
.baseTag span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.baseTag span::before {
  content: "";
  margin: 0 15px;
  display: inline-block;
  width: 100px;
  border-bottom: 1px solid #7d7d7d;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.baseTag.down {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.baseTag.down strong {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.baseTit {
  font-size: 50px;
  font-family: 'moni';
}
.our-about {
  padding: 110px 0;
}
.our-about .baseTag {
  left: 0;
  top: 0;
}
.our-about .Tit {
  font-size: 80px;
  font-family: 'moni';
}
.our-about .text {
  color: #767676;
  margin-bottom: 2.77777778em;
}
.shouye h1{
  display: inline;
}
.our-about .box {
  padding-left: 80px;
}
.our-about .list {
  margin-top: 100px;
}
.our-about .list 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;
}
.our-about .list li {
  width: auto;
  text-align: center;
}
.our-about .list li .num {
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 1.2;
  font-family: 'moni';
}
.our-about .list li .num em {
  font-size: 1em;
}
.our-about .list li .num span {
  font-size: 0.42857143em;
}
.our-about .list li .num sup {
  font-size: 0.53333333em;
}
.our-about .list li:hover .num {
  color: #0168b7;
}
.i-category {
  --height: 120px;
  overflow: hidden;
}
.i-category .ui.container {
  position: static;
}
.i-category .top {
  height: var(--height);
  padding-top: 30px;
}
.i-category .Tit {
  font-size: 129.97px;
  line-height: 1;
  font-family: 'moni';
  text-transform: uppercase;
  left: 13%;
  bottom: 0;
  -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;
}
.horizontal-scroll-container .horizontal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.horizontal-scroll-container .fk {
  padding: 0 10px;
  height: -webkit-calc(100vh - var(--height));
  height: -moz-calc(100vh - var(--height));
  height: calc(100vh - var(--height));
}
.horizontal-scroll-container .fk .box {
  width: 550px;
  height: 100%;
}
.horizontal-scroll-container .fk .box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.horizontal-scroll-container .fk .box .content {
  left: 5%;
  bottom: 20px;
  width: 90%;
}
.horizontal-scroll-container .fk .box .content .flex {
  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;
}
.horizontal-scroll-container .fk .box .content .name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 5%;
  white-space: normal;
  font-size: 30px;
  line-height: 1.2;
  color: white;
  font-family: 'moni';
  text-transform: uppercase;
}
.horizontal-scroll-container .fk .box .content a.link {
  display: block;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 0;
  border-radius: 50%;
  border: 1px solid white;
  text-align: center;
}
.horizontal-scroll-container .fk .box .content a.link img {
  vertical-align: middle;
}
.mb-category {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.mb-category .list {
  margin-top: 40px;
}
.mb-category .list ul {
  margin: -15px;
}
.mb-category .list li {
  padding: 15px;
}
.mb-category .list li .content {
  left: 5%;
  bottom: 5%;
  width: 90%;
}
.mb-category .list li .content .name {
  font-size: 24px;
  line-height: 44px;
  color: white;
  font-family: 'moni';
  text-transform: uppercase;
}
.mb-category .list li .content a.link {
  display: block;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 0;
  border-radius: 50%;
  border: 1px solid white;
  text-align: center;
}
.mb-category .list li .content a.link img {
  vertical-align: middle;
}
.hot-products {
  padding: 120px 0 130px;
}
.hot-products .list {
  margin-top: 50px;
}
.hot-products .list ul {
  margin: -25px;
}
.hot-products .list li {
  padding: 25px;
}
.hot-products .list li .box {
  text-align: center;
  padding: 20px;
  background-color: rgba(205, 205, 205, 0.2);
}
.hot-products .list li .box .product-image {
  margin-bottom: 20px;
}
.hot-products .list li .box .product-image a.img-box {
  -webkit-transition: border-radius 0.5s ease;
  -moz-transition: border-radius 0.5s ease;
  transition: border-radius 0.5s ease;
}
.hot-products .list li .box .product-image a.link {
  left: 0;
  bottom: 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  text-align: center;
  font-size: 0;
  background-color: #0168b7;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.hot-products .list li .box .product-image a.link img {
  display: inline-block;
  vertical-align: middle;
}
.hot-products .list li .box .product-image:hover a.img-box {
  border-radius: 0 0 0 90px;
  /*border:1px solid #555;*/
  box-shadow: 0px -0.4px 9px 3px rgb(0 0 0 / 8%);
}
.hot-products .list li .box .product-image:hover a.link {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.hot-products .list li .box h3:hover {
  color: #0168b7;
}
.i-video {
  position: relative;
}
.i-video::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-color: #f5f5f5;
}
.i-video .baseTag {
  color: white;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(90deg) translateY(-50%);
  -moz-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  opacity: .67;
}
.i-video .baseTag strong {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.i-video .baseTag span::before {
  border-color: white;
}
.i-video .baseTit {
  color: white;
  margin-bottom: 1.2em;
}
.i-video .box {
  height: 690px;
  background: url(/valvebagfactory/2025/05/16/video-imgs.jpg) no-repeat center;
  background-size: cover;
}
.i-video .box .content {
  top: 50%;
  left: 5%;
  width: 90%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.i-video .play {
  width: 147px;
  height: 147px;
  line-height: 147px;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: 'moni';
  cursor: pointer;
}
.i-video .play span {
  display: inline-block;
  vertical-align: middle;
  color: var(--color);
}
.i-advantage {
  padding: 140px 0 100px;
  background-color: #f5f5f5;
}
.i-advantage .baseTag {
  left: 0;
  top: 0;
}
.i-advantage .box {
  padding-left: 80px;
}
.i-advantage .list {
  margin-top: 70px;
}
.i-advantage .list ul {
  margin: -50px -30px;
}
.i-advantage .list li {
  padding: 50px 30px;
}
.i-advantage .list li .num {
  width: 80px;
  font-size: 110px;
  font-family: 'HeliosCondBlack';
  line-height: 1;
  font-weight: bold;
  color: #0168b7;
  position: relative;
}
.i-advantage .list li .num .mask {
  position: absolute;
  width: 73px;
  right: 0;
  bottom: -20px;
}
.i-advantage .list li .name {
  margin-top: 40px;
  padding-left: 80px;
  font-size: 30px;
  line-height: 1.4;
  font-family: 'moni';
  text-transform: uppercase;
}
.i-advantage .list li .text {
  margin-top: 15px;
  color: #666666;
  position: relative;
  z-index: 1;
}
.i-application {
  margin-top: 120px;
}
.i-application .Tit {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.i-application .box {
  height: 625px;
  position: relative;
}
.i-application .bigImg {
  height: inherit;
  position: relative;
}
.i-application .bigImg .img {
  width: 100%;
  height: 100%;
  background-position: center left;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -webkit-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
.i-application .bigImg .img.active {
  -webkit-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: qodef-animate-image-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  z-index: 1;
}
.i-application .smallImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  z-index: 2;
}
.i-application .smallImg ul {
  width: 100%;
  height: 100%;
}
.i-application .smallImg ul li {
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.i-application .smallImg ul li .text {
  position: absolute;
  bottom: 9%;
  padding: 0 8%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.i-application .smallImg ul li span {
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 30px;
  font-family: 'moni';
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.i-application .smallImg ul li h3 {
  font-size: 30px;
  line-height: 1.2;
  font-family: 'moni';
  position: relative;
  top: -10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
.i-application .smallImg ul li.active {
  background: rgba(0, 0, 0, 0.3);
}
.i-application .smallImg ul li.active span {
  -webkit-transform: translateX(-100%) rotate(90deg);
  -moz-transform: translateX(-100%) rotate(90deg);
  -ms-transform: translateX(-100%) rotate(90deg);
  transform: translateX(-100%) rotate(90deg);
}
.i-application .smallImg ul li.active .text {
  opacity: 1;
}
.i-application .smallImg ul li.active .text h3,
.i-application .smallImg ul li.active .text p,
.i-application .smallImg ul li.active .text a.more {
  top: 0;
}
.i-application .mb-list {
  margin-top: 40px;
  position: absolute;
  opacity: 0;
  pointer-events: 0;
}
.i-application .mb-list .text {
  position: absolute;
  bottom: 5%;
  padding: 0 5%;
}
.i-application .mb-list h3 {
  font-size: 24px;
  line-height: 44px;
  color: white;
  font-family: 'moni';
  position: relative;
  text-transform: uppercase;
}
@-webkit-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
.our-news {
  padding: 100px 0;
}
.our-news .baseTag {
  left: 0;
  top: 0;
}
.our-news .box {
  padding-left: 80px;
}
.our-news .list {
  margin-top: 50px;
}
.our-news .list ul {
  margin: -50px;
}
.our-news .list li {
  padding: 50px;
}
.our-news .list li .date {
  color: #0168b7;
}
.our-news .list li .line {
  border-bottom: 1px solid #efefef;
}
.our-news .list li .name {
  font-family: 'moni';
  min-height: 4.2em;
}
.our-news .list li p {
  color: #767676;
}
#footer {
  background-color: #111111;
}
#footer .foot-top {
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .foot-top .form {
  width: 60%;
}
#footer .foot-top .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .foot-top .form form input {
  font-size: 14px;
  line-height: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  border: 1px solid transparent;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}
#footer .foot-top .form form input[type="submit"] {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 0;
  font-size: 18px;
  color: white;
  background-color: #0168b7;
  text-transform: uppercase;
  transition: .5s ease;
  font-family: 'moni';
}
#footer .foot-top .form form input[type="submit"]:hover {
  color: #0168b7;
  background-color: transparent;
  border-color: #0168b7;
}
#footer .foot-center {
  padding: 70px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .foot-center .foot-content {
  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;
}
#footer .foot-center .foot-block {
  max-width: 550px;
}
#footer .foot-center .foot-block h4 {
  margin-bottom: 40px;
  color: white;
  font-family: 'moni';
}
#footer .foot-center .foot-block ul li {
  color: white;
font-size: 18px;
line-height: 32px;
}
#footer .foot-center .foot-block ul li + li {
  margin-top: 20px;
}
#footer .foot-center .foot-block ul li i {
  font-size: 0;
  width: 20px;
  text-align: center;
}
#footer .foot-center .foot-block ul li i img {
  vertical-align: middle;
}
#footer .foot-center .foot-block ul li a:hover {
  opacity: 1;
}
#footer .foot-bottom {
  padding: 5px 0;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  color: white;
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  height: 18px;
}
#footer .social-links {
  margin-top: 40px;
}
#footer .social-links h3 {
  margin-right: 80px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-family: 'moni';
}
#footer .social-links a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: white;
}
#footer .social-links a:hover {
  color: #0168b7;
}
#footer .social-links a + a {
  margin-left: 35px;
}
.infolist{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#footer .foot-center .foot-block ul.infolist li:nth-child(2){
  margin-top: 0;
}
@media (max-width: 1600px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
}
@media (max-width: 1500px) {
  .ui.container {
    width: 1440px;
  }
  .hot-products .list ul {
    margin: -15px;
  }
  .hot-products .list li {
    padding: 15px;
  }
}
@media (max-width: 1340px) {
  #header .nav .ui.menu .logo {
    width: 150px;
  }
  #footer .foot-top .logo {
    width: 200px;
  }
}
@media (max-width: 1440px) {
  .ui.container {
    width: 1230px;
  }
  #header .nav .ui.menu {
    padding: 0 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  .baseTit {
    font-size: 40px;
  }
  .our-about .Tit {
    font-size: 60px;
  }
  .horizontal-scroll-container .fk .box {
    width: 450px;
  }
  .i-advantage .list ul {
    margin: -25px -15px;
  }
  .i-advantage .list li {
    padding: 25px 15px;
  }
  .our-news .list ul {
    margin: -25px;
  }
  .our-news .list li {
    padding: 25px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .logo {
    width: 100px;
  }
  
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 16px;
  }
  #header .nav .ui.menu .msgBtn {
    font-size: 16px;
    width: auto;
    padding: 0 20px;
  }
  #banner {
    padding: 0 0 60px;
  }
  #banner h2 {
    font-size: 18px;
  }
  #banner .social-links {
    display: none;
  }
  .baseBtn {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1.5;
    padding: 10px 20px;
  }
  .our-about .Tit {
    font-size: 40px;
  }
  .our-about .box {
    padding-left: 40px;
  }
  .our-about {
    padding: 80px 0;
  }
  .our-about .list li .num {
    font-size: 50px;
  }
  .our-about .list {
    margin-top: 80px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-24 {
    font-size: 20px;
    line-height: 1.8;
  }
  .i-category .Tit {
    font-size: 100px;
  }
  .horizontal-scroll-container .fk .box .content .name {
    font-size: 24px;
  }
  .hot-products {
    padding: 80px 0;
  }
  .hot-products .list li .box {
    padding: 15px;
  }
  .i-advantage {
    padding: 80px 0;
  }
  .i-advantage .list {
    margin-top: 40px;
  }
  .i-advantage .box {
    padding-left: 40px;
  }
  .i-advantage .list li .num {
    font-size: 80px;
    width: 70px;
  }
  .i-advantage .list li .num .mask {
    width: 100%;
  }
  .i-advantage .list li .name {
    margin-top: 30px;
    padding-left: 70px;
    font-size: 24px;
  }
  .i-application {
    margin-top: 80px;
  }
  .i-application .smallImg ul li h3 {
    font-size: 24px;
  }
  .our-news {
    padding: 80px 0;
  }
  .our-news .box {
    padding-left: 40px;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list li {
    padding: 15px;
  }
  #footer .foot-top .logo {
    width: 150px;
  }
  #footer .foot-center .foot-block {
    max-width: 410px;
  }
  #footer .social-links h3 {
    margin-right: 40px;
  }
  #footer .foot-bottom img {
    height: 16px;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #nav-height {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    padding: 0;
  }
  #banner h2 {
    font-size: 16px;
  }
  .baseTag.down {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: static;
  }
  .baseTag.down strong {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .baseTag span::before {
    width: 50px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .box {
    padding-left: 0;
  }
  .our-about .list {
    margin-top: 60px;
  }
  .our-about .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .our-about .list ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  .our-about .left {
    width: 100%;
    float: none;
    padding: 0;
  }
  .our-about .right {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 60px;
  }
  .i-category .Tit {
    font-size: 60px;
  }
  .horizontal-scroll-container .fk .box {
    width: 400px;
  }
  .hot-products {
    padding: 60px 0;
  }
  .i-video .box {
    height: 500px;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .box {
    padding-left: 0;
  }
  .i-advantage .list li {
    width: 50%!important;
  }
  .i-application .Tit {
    display: block;
  }
  .i-application {
    margin-top: 60px;
  }
  .i-application .box {
    height: 500px;
  }
  .i-application .smallImg ul li {
    height: 50%;
    width: 50% !important;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .i-application .smallImg ul li span {
    top: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .i-application .smallImg ul li .text {
    bottom: 5%;
    padding: 0 5%;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .box {
    padding-left: 0;
  }
  #footer .foot-top .form {
    width: 100%;
    margin-top: 40px;
  }
  #footer .foot-center {
    padding: 40px 0;
  }
  #footer .foot-center .foot-content {
    display: block;
  }
  #footer .foot-center .foot-block {
    max-width: 100%;
  }
  .hide-1000 {
    display: none!important;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 14px;
    line-height: 2;
  }
  #banner .content {
    width: 90%;
    left: 5%;
  }
  .font-18 {
    font-size: 14px;
    line-height: 2!important;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2;
  }
  .our-about .Tit {
    font-size: 30px;
  }
  .our-about .list li .num {
    font-size: 40px;
  }
  .i-category {
    display: none;
  }
  .mb-category {
    position: static;
    opacity: 1;
    pointer-events: unset;
  }
  .horizontal-scroll-container .fk .box .content .name {
    font-size: 20px;
    line-height: 1.5;
  }
  .baseTit {
    font-size: 30px;
  }
  .i-video .play {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
  .i-video .box {
    height: 400px;
  }
  .i-advantage .list li .name {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 20px;
    padding-left: 60px;
  }
  .i-advantage .list li .num {
    font-size: 60px;
    width: 60px;
  }
  .i-application .smallImg ul li h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .i-application .smallImg ul li span {
    font-size: 14px;
    padding: 10px;
  }
  .i-application .box {
    height: 400px;
    display: none;
  }
  .i-application .mb-list {
    position: static;
    opacity: 1;
    pointer-events: unset;
  }
  #footer .foot-top .form form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #footer .foot-top .form form {
    display: block;
  }
  #footer .foot-top .form form input[type="submit"] {
    width: 100%;
    margin-bottom: 0;
  }
  #footer .foot-bottom img {
    height: 14px;
  }
}
@media (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner h2 span {
    font-size: 24px;
    line-height: 44px;
  }
  .our-about .Tit {
    font-size: 24px;
    line-height: 44px;
  }
  .our-about .list ul li {
    width: 100%;
  }
  .our-about .list li .num {
    font-size: 30px;
  }
  .horizontal-scroll-container .fk .box {
    width: 300px;
  }
  .baseTit {
    font-size: 24px;
    line-height: 44px;
  }
  .i-advantage .list ul {
    margin: -15px;
  }
  .i-advantage .list li {
    width: 100% !important;
    padding: 15px;
  }
}






/* inner */
.font-60 {
  font-size: 60px;
}
.font-36 {
  font-size: 36px;
}
.font-48 {
  font-size: 40px;
  line-height: 1.4!important;
}
.font-30 {
  font-size: 30px;
}
.font-40 {
  font-size: 40px;
}
.font-45{
    font-size: 45px;
  }
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'moni';
  
}
h1,h2,h3,h4,h5,h6{
   font-family: 'moni';
}

#index-body .h3.title {
  position: relative;
  color: var(--base-color);
  line-height: 1;
  padding-bottom: 0;
  z-index: 3;
  padding-left: 60px;
}
#index-body .h3.title.white {
  color: #fff;
}
#index-body .h3.title.white:before {
  background: var(--base-color);
}
#index-body .h3.title.blue:before {
  background: #ecf7fd;
}
#index-body .h3.title:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 290px;
  height: 17px;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.gxs-1 {
  padding-top: 48px;
  padding-bottom: 120px;
  background: #f0f4f8;
}
.gxs-1 .catebox {
  margin-top: 75px;
  position: relative;
}
.gxs-1 .catebox ul.catelist li {
  position: relative;
}
.gxs-1 .catebox ul.catelist li .text {
  max-width: 645px;
  width: 50%;
  position: absolute;
  left: 5%;
  top: 17%;
}
.gxs-1 .catebox ul.catelist li .text .h4 {
  color: #fff;
  margin-bottom: 20px;
  margin-top: -30px;
}
.gxs-1 .catebox ul.catelist li .text p {
  line-height: 1.8;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 40px;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.gxs-1 .catebox .navbox {
  position: absolute;
  width: 90%;
  max-width: 1393px;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gxs-1 .catebox .navbox ul.navlist {
  width: 100%;
}
.gxs-1 .catebox .navbox ul.navlist .slick-current li {
  background: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .catebox .navbox ul.navlist .slick-current li i img {
  -webkit-filter: brightness(4000) grayscale(1);
  filter: brightness(4000) grayscale(1);
}
.gxs-1 .catebox .navbox ul.navlist .slick-current li .h5 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
.gxs-1 .catebox .navbox ul.navlist li {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .catebox .navbox ul.navlist li i {
  padding: 0 25px;
  height: 50px;
  border-right: 1px solid #eee;
  margin-right: 25px;
  min-width: 50px;
}
.gxs-1 .catebox .navbox ul.navlist li .h5 {
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .catebox .btnbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 10%;
  right: 5%;
  z-index: 3;
}
.gxs-1 .catebox .btnbox span {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.gxs-1 .catebox .btnbox span.slick-next {
  margin-top: 15px;
}
.gxs-1 .catebox .btnbox span i {
  color: #fff;
  font-size: 24px;
}
.gxs-1 .catebox .btnbox span:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #ffffff;
}
.gxs-1 .catebox .btnbox span:hover i {
  color: #000;
}
.gxs-2 {
  padding-top: 108px;
  background: url(../images/about-top-bj.jpg) top center no-repeat;
}
.gxs-2 .top {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-2 .top .left {
  width: 80%;
}
.gxs-2 .top .left p {
  padding-left: 60px;
  max-width: 760px;
  color: #fff;
  line-height: 1.8;
  margin-top: 40px;
}
.shouye{
  padding-left: 0px;
  max-width: 760px;
  color: #fff;
  line-height: 1.8;
  margin-top: 40px;
}
.shouye h1{
  display: inline;
  font: inherit;
}
.gxs-2 .videobox {
  position: relative;
  margin-top: 70px;
  margin-bottom: 65px;
}
.gxs-2 .ui.container > p {
  text-align: center;
  line-height: 1.8;
}
.gxs-2 .ui.container .bottom {
  margin-top: 67px;
}
.gxs-2 .ui.container .bottom 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-2 .ui.container .bottom ul li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.gxs-2 .ui.container .bottom ul li .text {
  margin-left: 20px;
}
.gxs-2 .ui.container .bottom ul li .text span {
  font-size: 48px;
  font-family: "rom";
  color: #000;
  line-height: 1.2;
}
.gxs-2 .ui.container .bottom ul li .text p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 0px;
}
.gxs-3 {
  padding-top: 125px;
}
.gxs-3 .advbox {
  position: relative;
}
.gxs-3 .advbox ul.advlist li {
  display: none;
}
.gxs-3 .advbox ul.advlist li .item {
  width: 100%;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-3 .advbox ul.advlist li .item .img-box {
  width: 55%;
}
.gxs-3 .advbox ul.advlist li .item .textbox {
  width: 40%;
  text-align: left;
  margin-bottom: 20px;
}
.gxs-3 .advbox ul.advlist li .item .textbox span {
  font-family: "rom";
  text-decoration: underline;
  color: #000;
}
.gxs-3 .advbox ul.advlist li .item .textbox .h4 {
  color: var(--base-color);
  position: relative;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 30px;
  z-index: 5;
}
.gxs-3 .advbox ul.advlist li .item .textbox .h4:before {
  content: "";
  position: absolute;
  width: 390px;
  height: 17px;
  background: #ecf7fd;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.gxs-3 .advbox ul.advlist li .item .textbox p {
  line-height: 1.8;
}
.gxs-3 .advbox ul.numlist {
  position: absolute;
  width: 40%;
  right: 0;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gxs-3 .advbox ul.numlist li {
  background: #e5e5e5;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  z-index: 3;
  color: #fff;
  margin-right: 33px;
  position: relative;
  cursor: pointer;
}
.gxs-3 .advbox ul.numlist li:before {
  width: 29px;
  height: 29px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--base-color);
  opacity: 0;
  z-index: -1;
  display: none;
}
.gxs-3 .advbox ul.numlist li:hover,
.gxs-3 .advbox ul.numlist li.active {
  background: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius:100% 100% 100% 0; 

}
.gxs-3 .advbox ul.numlist li:hover:before,
.gxs-3 .advbox ul.numlist li.active:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.gxs-4 {
  padding-top: 115px;
}
.gxs-4 .ui.container {
  max-width: 1720px;
  margin-left: auto;
  margin-right: 0;
}
.gxs-4 .ui.container .productbox {
  margin-top: 80px;
  overflow: hidden;
}
.gxs-4 .ui.container .productbox ul.productlist {
  margin-bottom: 80px;
  margin: 0 -6px;
}
.gxs-4 .ui.container .productbox ul.productlist li {
  padding: 0 6px;
}
.gxs-4 .ui.container .productbox ul.productlist li:hover .pname {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
  color: #fff;
}
.gxs-4 .ui.container .productbox ul.productlist li .pname {
  height: 120px;
  padding: 24px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  background: #f7f7f7;
}
.gxs-4 .ui.container .productbox .swiper-scrollbar {
  position: relative!important;
  width: 100%;
  height: 5px;
  background: #f2f4f6;
  margin-top: 80px;
}
.gxs-4 .ui.container .productbox .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--base-color) !important;
}
.gxs-5 {
  padding-top: 115px;
}
.gxs-5 .bottom {
  margin-top: 75px;
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-5 .bottom .mt6 {
  margin-top: 6px;
}
.gxs-5 .bottom .imgbox {
  position: relative;
  overflow: hidden;
}
.gxs-5 .bottom .imgbox:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .bottom .imgbox:hover .text {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  top: 0;
  opacity: 1;
}
.gxs-5 .bottom .imgbox .text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
  padding: 80px 30px;
  z-index: 2;
  top: 100%;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
}
.gxs-5 .bottom .imgbox .text p {
  line-height: 1.8;
  margin-top: 28px;
}
.gxs-5 .bottom .left {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-5 .bottom .right {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-5 .bottom .right .morebox {
  height: 167px;
  margin-top: 6px;
  width: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .bottom .right .morebox:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.gxs-5 .bottom .right .morebox a.more4 {
  font-size: 36px;
  color: #fff;
  font-family: 'rom';
  line-height: 1;
  /*text-transform: uppercase;*/
  text-decoration: underline;
}
.gxs-5 .bottom .right .morebox a.more4 i {
  margin-left: 43px;
}
.gxs-6 {
  padding-top: 117px;
  padding-bottom: 125px;
}
.gxs-6 .main {
  margin-top: 60px;
  background: #f2f4f6;
}
.gxs-6 .main ul.newslist {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-6 .main ul.newslist li:hover .item {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  border: 2px solid var(--base-color);
  top: -10px;
  left: 10px;
  z-index: 9;
}
.gxs-6 .main ul.newslist li .item {
  height: 320px;
  padding: 40px 56px;
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: 2px solid #f2f4f6;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.gxs-6 .main ul.newslist li .nname {
  line-height: 1.33333333;
  color: var(--base-color);
}
.gxs-6 .main ul.newslist li p {
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 20px;
}
.gxs-6 .main ul.newslist li .btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gxs-6 .main ul.newslist li .btm .cat {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-family: "rom";
  color: #fff;
  text-transform: capitalize;
  padding: 0 15px;
  border-radius: 15px;
  background: var(--base-color);
  margin-right: 25px;
}



@media screen and (max-width: 1800px) {
 
  .gxs-1 .catebox .navbox {
    bottom: 20px;
  }
  .gxs-5 .bottom .right .morebox {
    height: 125px;
  }
  .gxs-5 .imgbox .text p{
    max-height: 150px;
    overflow-y: auto;
  }
  .gxs-5 .small .imgbox .text p{
    max-height: 80px;
    overflow-y: auto;
  }
   .gxs-5 .imgbox .text{
     padding-top: 40px!important;
   }
}

@media screen and (max-width: 1250px) {
  .font-60 {
    font-size: 40px;
  }

  .gxs-3 .advbox ul.advlist li .item .textbox p {
    line-height: 1.8;
    max-height: 110px;
    overflow-y: auto;
  }
  .shouye{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .gxs-1{
    padding-bottom: 30px;
  }
  .gxs-5{
    padding-top: 25px;
  }
 
  .font-24 {
    font-size: 20px;
  }
  .font-30 {
    font-size: 22px;
  }

}
@media screen and (max-width: 1000px) {

  .gxs-1 .catebox .navbox {
    display: none;
  }
  .gxs-1 .catebox ul.catelist li .text {
    width: 80%;
    left: 10%;
    top: 5%;
  }
  .gxs-1 .catebox ul.catelist li .text p {
    line-height: 1.5;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .font-48 {
    font-size: 36px;
  }
  .font-36 {
    font-size: 28px;
  }
  .gxs-3 .advbox ul.numlist {
    position: relative;
    margin-top: 40px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gxs-5 .bottom .left {
    width: 100%;
  }
  .gxs-5 .bottom .right {
    width: 100%;
    margin-top: 10px;
  }
 
}
@media screen and (max-width: 800px) {
 
  .huhu{
    display: none!important;
  }
  .mb-nav {
    display: none;
  }

  .gxs-1 .catebox ul.catelist li .text p {
    display: none;
  }
  .gxs-1 .catebox ul.catelist li .text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #index-body .h3.title {
    padding-left: 0;
  }
  .gxs-2 .top .left p {
    padding-left: 0;
  }
  .gxs-2 .ui.container .bottom ul li {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gxs-2 .ui.container .bottom ul li {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }
  .gxs-2 .ui.container .bottom ul li .text {
    margin-top: 10px;
  }
  .gxs-3 .advbox ul.advlist li .item .img-box {
    width: 100%;
  }
  .gxs-3 .advbox ul.advlist li .item .textbox {
    width: 100%;
    margin-top: 20px;
  }
  .font-48 {
    font-size: 30px;
  }
  .gxs-6 .main ul.newslist li {
    width: 100%;
  }
  
 
  .gxs-2{
    background-size: 1200px;
  }

}
@media screen and (max-width: 500px) {
  .gxs-1 .catebox .btnbox {
    display: none;
  }
  .gxs-2 .top .left {
    width: 100%;
  }
  .gxs-2 .ui.container .bottom ul li {
    width: 100%;
  }
  .gxs-6 .main ul.newslist li .btm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-6 .main ul.newslist li .item {
    padding: 20px;
  }
}
.inner-page .h3.title {
  position: relative;
  line-height: 1;
  z-index: 3;
  display: inline-block;
}
.inner-page .h3.title:before {
  content: "";
  position: absolute;
  width: 280px;
  height: 13px;
  background: #e5eaf3;
  z-index: -1;
  left: 50%;
  bottom: 0;
}
.inner-banner {
  padding-top: 130px;
  
}
.inner-banner .ui.container{
padding-bottom: 70px;
border-bottom: 1px solid #d1d1d1;
}
.inner-banner .mbx {
  color: #c4c4c4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  margin-bottom: 15px;
}
.inner-banner .mbx i {
  font-size: 24px;
  margin-right: 10px;
  margin-top: -5px;
}
.inner-banner .mbx span,
.inner-banner .mbx a {
  margin: 0 5px;
}
.inner-banner .mbx span:hover,
.inner-banner .mbx a:hover {
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: underline;
}
.inner-banner .mbx span {
  color: #000;
  text-decoration: underline;
}
.about-1 {
  padding-top: 0;
  background: #fff;
}
.about-1 .center {
  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;
  position: relative;
  z-index: 3;
  margin-top: -119px;
  margin-bottom: 60px;
}
.about-1 .center .left {
  padding-left: 95px;
}
.about-1 .center .left .text {
  background: #fff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 50px 50px;
  display: inline-block;
  width: 100%;
}
.about-1 .center .left .text ul li .main .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--base-color);
  margin-bottom: 30px;
}
.about-1 .center .left .text ul li .main p {
  /*max-height: 240px;*/
  overflow-y: auto;
  line-height: 2;
}
.about-1 .center .left .text .btm {
  width: 100%;
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.about-1 .center .left .text .btm .btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-1 .center .left .text .btm .btnbox span.btn {
  opacity: 0.5;
  cursor: pointer;
}
.about-1 .center .left .text .btm .btnbox span.btn:hover {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-1 .center .left .text .btm .btnbox span.btn.slick-prev {
  margin-right: 20px;
}
.about-1 .center .left .text .btm .btnbox span.btn.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-1 .center .left .text .btm .navbox {
  color: #000;
  font-family: "rom";
  font-size: 32px;
  font-style: italic;
}
.about-1 .center .left .text .btm .navbox .now {
  font-size: 48px;
  margin-right: 5px;
}
.about-1 .center .right {
  padding-left: 55px;
}
.about-1 .center .right .top {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.about-1 .center .right .top .play {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.about-1 .center .right .top .play:before {
  background: rgba(0, 53, 134, 0.3);
}
.about-1 .center .right .h3 {
  font-size: 180px;
  line-height: 1;
  color: #ecf0f4;
  margin-top: 60px;
  font-weight: 500;
}
.about-2 {
  padding: 90px 0;
}
.about-2 .ui.container .h3 {
  color: #000;
  margin-bottom: 50px;
}
.about-2 .ui.container .main ul.ab2list {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-2 .ui.container .main ul.ab2list.on li {
  width: -webkit-calc(19% - 28px);
  width: -moz-calc(19% - 28px);
  width: calc(19% - 28px);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-2 .ui.container .main ul.ab2list.on li:hover {
  width: -webkit-calc(61% - 28px);
  width: -moz-calc(61% - 28px);
  width: calc(61% - 28px);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-2 .ui.container .main ul.ab2list.on li:hover .h4 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}
.about-2 .ui.container .main ul.ab2list.on li:hover .textbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.about-2 .ui.container .main ul.ab2list li {
  width: -webkit-calc(33.33% - 28px);
  width: -moz-calc(33.33% - 28px);
  width: calc(33.33% - 28px);
  position: relative;
  height: 625px;
  background-size: cover;
  background-position: center  center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-2 .ui.container .main ul.ab2list li .h4 {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  left: 40px;
  top: 50px;
  opacity: 1;
}
.about-2 .ui.container .main ul.ab2list li .textbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 40px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.about-2 .ui.container .main ul.ab2list li .textbox .h5 {
  color: #fff;
  margin-bottom: 40px;
}
.about-2 .ui.container .main ul.ab2list li .textbox .content {
  color: #fff;
  line-height: 2;
  font-size: 18px;
  /*font-weight: 400;*/
}
.about-2 .ui.container .main ul.ab2list li .textbox .content p {
  margin-bottom: 20px;
}
.about-2 .ui.container .main ul.ab2list li:nth-child(1) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: url(/navigationmed/2024/01/03/1.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(1) .textbox {
  background-image: url(/navigationmed/2024/01/03/2.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(2) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: url(/navigationmed/2024/01/03/3.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(2) .textbox {
  background-image: url(/navigationmed/2024/01/03/4.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(3) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: url(/navigationmed/2024/01/03/5-1.jpg);
}
.about-2 .ui.container .main ul.ab2list li:nth-child(3) .textbox {
  background-image: url(/navigationmed/2024/01/03/6.jpg);
}
.about-4 {
  padding: 75px 0;
}
.about-4 .ui.container {
  text-align: left;
}
.about-4 .ui.container .h3 {
  margin-bottom: 50px;
}
.about-4 .ui.container .factorybox ul.factorylist {
  margin: 0 -15px;
}
.about-4 .ui.container .factorybox ul.factorylist li {
  padding: 0 15px;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-dots {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-dots li {
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid var(--base-color);
  margin: 0 5px;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-dots li button {
  display: none;
}
.about-4 .ui.container .factorybox ul.factorylist .slick-dots li.slick-active {
  background: var(--base-color);
}
.solu-1 {
  background: var(--base-color);
  color: #fff;
  padding: 30px;
}
.solu-1 .ui.container {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-1 .ui.container .left {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
}
.solu-1 .ui.container .logo {
  width: 95px;
  opacity: 0.5;
}
.solu-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  left: 0;
  padding: 30px 0;
  z-index: 3;
  background: #fff;
}
.solu-2 .navbox {
  position: relative;
}
.solu-2 .navbox ul.navlist {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}
.solu-2 .navbox ul.navlist li {
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding: 30px 0;
  margin-bottom: -1.5px;
}
.solu-2 .navbox ul.navlist li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: var(--base-color);
}
.solu-2 .navbox ul.navlist li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.solu-2 .navbox ul.navlist li a img {
  margin-right: 25px;
}
.solu-2 .navbox ul.navlist li a em {
  font-family: "rom";
}
.solu-3 {
  padding-top: 75px;
  padding-bottom: 110px;
}
.solu-3 .top {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-3 .top .left {
  padding-right: 85px;
}
.solu-3 .top .right {
  text-align: left;
}
.solu-3 .top .right p {
  margin: 20px 0 40px;
}
.solu-3 .bottom {
  margin-top: 75px;
}
.solu-3 .bottom ul {
  margin: 0 -10px;
}
.solu-3 .bottom ul li {
  padding: 0 10px ;
}
.solu-5 {
  padding-top: 110px;
}
.solu-5 ul.solulist2 li {
  margin-bottom: 100px;
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.solu-5 ul.solulist2 li .text {
  width: 40%;
  max-width: 455px;
}
.solu-5 ul.solulist2 li .text .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--base-color);
  margin-bottom: 25px;
}
.solu-5 ul.solulist2 li .text span {
  font-family: "rom";
  text-transform: uppercase;
  color: #000;
  opacity: .5;
}
.solu-5 ul.solulist2 li .text P {
  margin-top: 15px;
}
.solu-5 ul.solulist2 li .imgbox {
  width: -webkit-calc(100% - 520px);
  width: -moz-calc(100% - 520px);
  width: calc(100% - 520px);
}
.manu-1 {
  padding-top: 105px;
}
.manu-1 .manubox {
  margin-top: 75px;
}
.manu-1 .manubox ul.manulist {
  margin: 0 -15px;
}
.manu-1 .manubox ul.manulist li {
  padding: 0 15px;
}
.manu-1 .manubox ul.manulist li .item {
  background: #f9f9f9;
  padding: 20px;
  height: 670px;
  padding-bottom: 50px;
}
.manu-1 .manubox ul.manulist li .item .text {
  padding-top: 30px;
}
.manu-1 .manubox ul.manulist li .item .text .h5 {
  margin-bottom: 20px;
  padding-left: 35px;
  border-left: 2px solid var(--base-color);
}
.manu-1 .manubox ul.manulist li .item .text p {
  line-height: 1.875;
}
.manu-2 {
  padding-top: 95px;
}
.manu-2 .ui.container {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.manu-2 .ui.container .left {
  padding-right: 38px;
}
.manu-2 .ui.container .right {
  padding: 0 64px;
}
.manu-2 .ui.container .right .h4 {
  margin-bottom: 25px;
}
.manu-3 {
  padding: 95px 0;
}
.manu-3 .ui.container .factorybox {
  margin-top: 50px;
  overflow: hidden;
}
.manu-3 .ui.container .factorybox .swiper-scrollbar {
  margin-top: 50px;
  position: relative;
}
.manu-3 .ui.container .factorybox ul {
  margin: 0 -15px;
}
.manu-3 .ui.container .factorybox ul li {
  padding: 0 15px;
}
.manu-3 .ui.container .factorybox ul li .fname {
  margin-top: 10px;
  font-weight: 400;
}
.manu-4 {
  padding: 80px 0;
  background: #fafafa;
}
.manu-4 .ui.container {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.manu-4 .ui.container .left {
  width: 35%;
}
.manu-4 .ui.container .left p {
  margin-top: 10px;
  line-height: 1.8;
  margin-bottom: 60px;
}
.manu-4 .ui.container .right {
  width: 60%;
}
.manu-4 .ui.container .right ul {
  margin: 0 -25px;
}
.manu-4 .ui.container .right ul li {
  padding: 0 25px;
}
.manu-5 {
  padding-top: 95px;
  padding-bottom: 115px;
}
.manu-5 .ui.container .factorybox {
  margin-top: 40px;
}
.manu-5 .ui.container .factorybox ul.factorylist2 {
  margin: 0 -20px;
}
.manu-5 .ui.container .factorybox ul.factorylist2 li {
  padding: 0 20px;
}
.custom-1 {
  padding: 90px 0;
}
.custom-1 .top {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 95px;
}
.custom-1 .top .h3 {
  width: 50%;
  padding-left: 35px;
  line-height: 1.2;
  border-left: 3px solid var(--base-color);
}
.custom-1 .top p {
  width: 50%;
  padding-left: 20px;
  line-height: 2;
}
.custom-1 .btm ul.list2 {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.custom-1 .btm ul.list2 li.item {
  margin: 0 10px;
  width: 180px;
  height: 180px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100%;
}
.custom-1 .btm ul.list2 li.item img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom-1 .btm ul.list2 li.item:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.custom-2 .ui.container .top {
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-2 .ui.container .top .left {
  padding-right: 65px;
}
.custom-2 .ui.container .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--base-color);
}
.custom-2 .ui.container .top .left p {
  line-height: 2;
  margin-top: 35px;
}
.custom-2 .ui.container .bottom {
  margin-top: 100px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 10%);
  /*box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);*/
  padding: 50px 80px 60px 80px;
  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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-2 .ui.container .bottom .left {
  padding-right: 80px;
}
.custom-2 .ui.container .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}
.custom-2 .ui.container .bottom .right {
  /*padding-right: 80px;*/
}
.custom-2 .ui.container .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom-2 .ui.container .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}
.custom-2 .ui.container .bottom .right ul.list3 li .top em {
  margin-left: 25px;
  font-family: "rom";
}
.custom-2 .ui.container .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  right: 25px;
}
.custom-2 .ui.container .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 30px;
  display: none;
  font-size: 16px;
}
.custom-3 {
  padding-top: 90px;
  padding-bottom: 100px;
}
.custom-3 .ui.container {
  text-align: center;
}
.custom-3 .ui.container .strengthbox {
  margin-top: 55px;
}
.custom-3 .ui.container .strengthbox ul.list4 li {
  padding: 0 15px;
}
.custom-3 .ui.container .strengthbox ul.list4 li .item {
  background: #f7f7f7;
  border-radius: 5px;
}
.custom-3 .ui.container .strengthbox ul.list4 li .item .text {
  padding: 25px;
  text-align: center;
}
.custom-3 .ui.container .strengthbox ul.list4 li .item .text p {
  line-height: 1.8;
  font-weight: 400;
  margin-top: 15px;
  max-height: 116px;
  overflow-y: auto;
}
@media screen and (max-width: 1400px) {
  .font-48 {
    font-size: 36px;
  }
  .about-1 .center .right .h3 {
    font-size: 150px;
  }
}
@media screen and (max-width: 1250px) {
  .about-1 .center .right .h3 {
    font-size: 110px;
  }
  .manu-1 .manubox ul.manulist li .item .text p {
    line-height: 1.875;
    max-height: 150px;
    overflow-y: auto;
  }
  .manu-2 .ui.container .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .manu-4 .ui.container .left p {
    max-height: 200px;
    overflow-y: auto;
  }
  .about-1 .center .left {
    padding-left: 0;
  }
  .font-48 {
    font-size: 30px;
  }
  .custom-2 .ui.container .bottom .left {
    padding-right: 0px;
  }
  .font-36 {
    font-size: 28px;
  }
  .font-16 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .about-1 .center .left .text {
    padding: 20px 15px;
  }
  .about-1 .center .right .h3 {
    font-size: 72px;
  }
  .about-2 .ui.container .main ul.ab2list li {
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
  }
  .about-2 .ui.container .main ul.ab2list.on li:hover {
    width: -webkit-calc(66.66% - 10px);
    width: -moz-calc(66.66% - 10px);
    width: calc(66.66% - 10px);
  }
  .about-2 .ui.container .main ul.ab2list.on li {
    width: -webkit-calc(19% -10px);
    width: -moz-calc(19% -10px);
    width: calc(19% -10px);
  }
  .solu-3 .top .left {
    padding-right: 10px;
  }
  .solu-3 .top .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 55%;
  }
  .manu-1 .manubox ul.manulist li .item .text .h5 {
    padding-left: 15px;
  }
  .font-30 {
    font-size: 18px;
    line-height: 32px;
  }
  .custom-1 .btm ul.list2 li.item {
    width: 120px;
    height: 120px;
  }
  .manu-2 .ui.container .right {
    padding: 0 20px;
  }
  .custom-2 .ui.container .bottom .right {
    padding-right: 0;
  }
  .custom-2 .ui.container .bottom {
    padding: 30px 25px;
  }
  .solu-2 {
    top: 40px;
  }
  .manu-2 .ui.container .left {
    padding-right: 0px;
  }
  #banner, .inner-banner{
    padding-top: 0px!important;
  }
  #banner h2 span{
    font-size: 60px;
  }
  
}
@media screen and (max-width: 700px) {
   #banner h2 span{
    font-size: 32px;
  }
  .about-2 {
    display: none;
  }
  .about-1 .center {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-1 .center .left {
    width: 100%;
  }
  .about-1 .center .right {
    width: 100%;
    padding-left: 0;
  }
  .font-40 {
    font-size: 28px;
  }
  .solu-1 .ui.container {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .solu-1 .ui.container .left {
    width: 100%;
  }
  .solu-1 .ui.container .logo {
    width: 100%;
    text-align: center;
  }
  .solu-3 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .solu-3 .top .right {
    width: 100%;
    padding-left: 0 ;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 100%;
  }
  .solu-5 ul.solulist2 li .text {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
  .solu-5 ul.solulist2 li:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .manu-2 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manu-2 .ui.container .left {
    width: 100%;
  }
  .manu-2 .ui.container .right {
    width: 100%;
  }
  .font-20 {
    font-size: 14px;
    line-height: 2!important;
  }
  .manu-4 .ui.container .left {
    width: 100%;
  }
  .manu-4 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  .custom-1 .top .h3 {
    width: 100%;
  }
  .custom-1 .top p {
    width: 100%;
  }
  .custom-1 .btm ul.list2 li.item {
    width: 100px;
    height: 100px;
  }
  .manu-1 .manubox ul.manulist li {
    margin-top: 20px;
  }
  .custom-2 .ui.container .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-2 .ui.container .top .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom-2 .ui.container .top .right {
    width: 100%;
  }
  .custom-2 .ui.container .bottom .right ul.list3 li .top{
    flex-wrap: nowrap;
    font-size: 16px;
  }
  .custom-2 .ui.container .bottom .left {
    padding-right: 0px;
    width: 100%;
  }
  .custom-2 .ui.container .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .font-40 {
    font-size: 20px;
    line-height: 1.8;
  }
  .solu-2 .navbox ul.navlist li {
    width: 100%;
  }
  .about-1 .center {
    margin-top: 0;
  }
  .font-48 {
    font-size: 24px;
    line-height: 40px!important;
  }
  .inner-page .h3.title:before {
    left: 0;
  }
  .font-36 {
    font-size: 24px;
    line-height: 1.8;
  }
}
.about-page .about-3 {
  background: #f5f5f5;
  padding: 7rem 0;
}
.about-page .about-3 .header span {
  font-size: 16px;
  color: #555;
  position: relative;
  margin-bottom: 0px;
  padding-left: 50px;
}
.about-page .about-3 .header span::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--base-color);
  position: absolute;
  left: 0;
  top: 50%;
}
.about-page .about-3 .header h3 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 30px;
}
.about-page .about-3 .header h3 em {
  color: var(--base-color);
}
.about-page .about-3 .info ul {
  margin-right: -24px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.about-page .about-3 .info ul li {
  padding-right: 24px;
}
.about-page .about-3 .info .single-facility {
  background: #fff;
  padding: 40px 30px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  height: 280px;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1;
}
.about-page .about-3 .info .single-facility h5 {
  font-size: 30px;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}
.about-page .about-3 .info .single-facility span {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  background: var(--base-color);
  padding: 10px;
}
.about-page .about-3 .info .single-facility p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 2;
  max-height: 128px;
  overflow-y: auto;
}
.about-page .about-3 .info .single-facility .facility-shape {
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  bottom: 60px;
  left: 90px;
}
.about-page .about-3 .info .single-facility .facility-shape span {
  font-size: 140px;
  color: #ccc;
  background: transparent;
}
.about-page .about-3 .info .single-facility:hover h5 {
  color: var(--base-color);
  -webkit-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .info .single-facility:hover span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
@media screen and (max-width: 1000px) {
    .about-page .about-3 .info ul li {
    width: 50%;
  }
    .about-page .about-3 .info .single-facility {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-3 .info ul {
    margin-right: 0;
  }
  .about-page .about-3 .info ul li {
    width: 100%;
    padding-right: 0;
  }
}

.contact-page .marginBox {
  padding-top: 00px;
}
.contact-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}
.contact-page .contact-1 .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.8;
  max-width: 650px;
  display: block;
  margin: 1em auto 3em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 35px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  font-weight: 500;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: var(--base-color);
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}
.inner-page .form ul {
  margin: -15px -7px;
}
.inner-page .form ul li {
  padding: 15px 7px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.inner-page .form ul li input::-webkit-input-placeholder, .inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-moz-placeholder, .inner-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::-moz-placeholder, .inner-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input:-ms-input-placeholder, .inner-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.inner-page .form ul li textarea {
  height: 150px;
}
.inner-page .form ul li input[type="submit"] {
  border: none;
  background: var(--base-color);
  color: white;
  /*font-weight: bold;*/
  font-size: 20px;
  font-family: 'rom';
  /*text-transform: uppercase;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .inner-page .form ul li {
    padding: 6px;
  }
  .inner-page .form ul {
    margin: -6px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
    .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}


.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
  position: sticky;
  top: 120px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 40px 25px;
  background: var(--base-color);
  font-size: 30px;
  font-weight: 400;
  color: white;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--base-color);
  font-size: 18px;
  line-height: 32px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;

}
.inner-page .sideLeft .box .list ul li a em{
  margin-left: 10px;
}
.inner-page .sideLeft .box .list ul li i{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: point;
}
.inner-page .sideLeft .box .list ul li img {
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li:hover,
.inner-page .sideLeft .box .list ul li.active{
  background: var(--base-color);
  color: white;
}
.inner-page .sideLeft .box .list ul li.active ul{
  display: block;
}
.inner-page .sideLeft .box .list ul li ul{
  margin-top: 20px;

}
.inner-page .sideLeft .box .list ul li ul li{
  font-size: 18px;
}
.inner-page .sideLeft .box .list ul li ul li.active{
  color: var(--base-color);
  background: #fff;
}
.inner-page .sideLeft .img {
    display: block;
    margin-top: 40px;
    padding: 60px 5%;
    text-align: center;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  color: #fff;
}
.inner-page .sideLeft .img a.more:hover {
  background: var(--base-color);
  color: white;
}
.inner-page .sideRight {
  width: 70%;
}
.inner-page .sideRight .fenlei {
  color: #5d5d5d;
}
.inner-page .sideRight .content {
  line-height: 2;
      overflow-y: scroll;
      height: 220px;

}
.product-page {
  padding: 90px 0 60px;
}
.product-page .productList {
  margin-bottom: 60px;
}
.product-page .productList ul {
  margin: -25px -15px;
}
.product-page .productList ul li {
  padding: 25px 15px;
}
.product-page .productList ul li a.more {
line-height: 45px;
    height: 45px;
    padding: 0px 20px;
    border-radius: 4px;
    background: var(--base-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .productList ul li a.more i {
  margin-left: 22px;
  font-size: 70%;
}
.product-page .productList ul li a.more:hover {
  background: #111;
}
.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  background: white;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.productList ul li .box2 h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  height: 130px;
  padding: 20px 10px;
  border-top: 2px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 h5 a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:unset;
}
.productList ul li:hover .box2 h5 {
  color: var(--base-color);
}
.productList ul li .box2 a.img {
  display: block;
  margin: 20px 0 0 0;
}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #757575;
}
.productList ul li .box2 .text p {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.productList ul li .box2 .text p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon-2-1.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}
.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 a.more:hover {
  background: var(--base-color);
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: var(--base-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}
.productList ul li .box2 .text{
      display: none;
}


.product-page .productList ul li a.more {
  display: none;
   
}

.productList ul li .box2:after{
    display: none;
}
.productList ul li .box2{
   transition: all .8s ease;
}
.productList ul li .box2 .p-logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.product-page .productList ul li:hover .p-logo img {
    transform: scale3d(1,1,1);
    transition: all .8s ease;
}
.productList ul li .box2 .p-logo img {
    padding-top: 15px;
    padding-left: 15px;
    max-width: 150px;
}

@media screen and (max-width: 1600px) {
  .product-page {
    padding: 50px 0;
  }
  .inner-page .sideLeft .box h3 {
    padding: 30px 15px;
    font-size: 28px;
    line-height: 1;
  }
  .inner-page .sideLeft .box .list ul li img {
    margin-right: 10px;
  }
  .inner-page .sideLeft .box .list ul li {
    padding: 5px 10px;
    font-size: 16px;
  }
  .inner-page .sideLeft .box {
    padding: 10px;
  }
  .inner-page .sideLeft .img p {
    margin: 20px 0 30px;
  }
  .inner-page .sideLeft .img {
    padding: 40px 15px;
  }
  .product-page .productList ul li a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  .product-page .productList ul li {
    padding: 5px;
  }
  .product-page .productList ul {
    margin: -5px;
  }

}
@media screen and (max-width: 1000px) {
   .productList ul li .box2 h5 {
    font-size: 16px;
    line-height: 30px;
    min-height: auto!important;
  }
  .product-page .productList ul li a.more{
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    font-size: 14px;
  }
  .fenlei{
    display: none;
  }


}
@media screen and (max-width: 700px) {
   .product-page .productList .grid-box.three>.column{
    width: 100%;
  }

}
.prodet-page .marginBox {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.prodet-page .prodet-1 {
  padding-top: 90px;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .left img {
  border: 1px solid #bfbfbf;
  width: 100%;
}
.prodet-page .prodet-1 .left .smallImg {
  padding-right: 24px;
  width: 20.5%;
}
.prodet-page .prodet-1 .left .smallImg ul {
  margin: -12px;
}
.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 12px;
}
.prodet-page .prodet-1 .left .smallImg ul .slick-current li img {
  border-color: var(--color);
}
.prodet-page .prodet-1 .left .bigImg {
  width: 79.5%;
}
.prodet-page .prodet-1 .left .bigImg .img {
  position: relative;
  display: block;
}
.prodet-page .prodet-1 .left .bigImg .img span {
  width: 40px;
  height: 40px;
  background-color: var(--color);
  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;
  position: absolute;
  top: 12px;
  right: 12px;
}
.prodet-page .prodet-1 .left .bigImg .img span img {
  border: none;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: auto;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 2%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  display: block;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 400;
}
.prodet-page .prodet-1 .right .text {
  font-size: 16px;
  color: #8e8e8e;
  padding-right: 1em;
  line-height: 2;
  margin: 1.8em 0 2em;
  overflow: auto;
  max-height: 250px;
}
.prodet-page .prodet-1 .right .share {
  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;
  color: #bfbfbf;
}
.prodet-page .prodet-1 .right .share span.h6 {
  font-size: 24px;
}
.prodet-page .prodet-1 .right .share a {
  font-size: 18px;
  margin-left: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .right a.more {
  margin-top: 1em;
}
.prodet-page .prodet-2 {
  padding: 80px 0 120px;
}
.prodet-page .prodet-2 .options {
  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;
  border-bottom: 1px solid #c3c3c3;
}
.prodet-page .prodet-2 .options span {
  font-size: 24px;
  font-weight: 400;
  width: 360px;
  font-family: 'rom';
  color: #000;
  margin-right: 1em;
  height: 2.5em;
  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;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span i {
  color: #bfbfbf;
}
.prodet-page .prodet-2 .options span.active {
  background-color: #003586;
  border-bottom-color: transparent;
  color: #fff;
}
.prodet-page .prodet-2 .ret {
  margin-top: 40px;
  font-size: 18px;
  color: #242424;
  line-height: 1.8;
}
.prodet-page .prodet-2 .ret table tbody {
  table-layout: fixed;
}
.prodet-page .prodet-2 .ret table tr:first-child {
  background-color: #242424;
  color: white;
}
.prodet-page .prodet-2 .ret table tr td {
  border: 1px solid white;
  text-align: center;
  padding: .5em;
}
.prodet-page .prodet-3 {
  text-align: center;
  padding-bottom: 120px;
}
.prodet-page .prodet-3 span.txt {
  margin-bottom: .3em;
}
.prodet-page .prodet-3 .list {
  margin: 45px 0;
  border-right: 1px solid #bfbfbf;
}
.prodet-page .prodet-3 .dots {
  text-align: center;
}
.prodet-page .prodet-3 .dots ul {
  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;
}
.prodet-page .prodet-3 .dots ul li {
  margin: 0 7px;
}
.prodet-page .prodet-3 .dots ul li button {
  font-size: 20px;
  color: #242424;
  width: 36px;
  height: 36px;
  border: none;
  border-bottom: 1px solid transparent;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
}
.prodet-page .prodet-3 .dots ul li.slick-active button {
  border-color: #242424;
}
.inner-page #productList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*border-left: 1px solid #bfbfbf;*/
}
/*.inner-page #productList ul {
  border-bottom: 1px solid #bfbfbf;
}*/
.inner-page #productList ul li {
  text-align: center;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  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;
  position: relative;
}
/*.inner-page #productList ul.slick-slider {
  border-bottom: none;
}
.inner-page #productList ul.slick-slider li {
  border-bottom: 1px solid #bfbfbf;
}*/
.inner-page #productList ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*border: 1px solid var(--color);*/
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 0;
}
.inner-page #productList ul li a.img-box {
  display: block;
  /*padding: 50px 5% 0;*/
  overflow: unset;
  width: 100%;
  position: relative;
  z-index: 1;
}
.inner-page #productList ul li a.img-box img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.inner-page #productList ul li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -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;
  width: 100%;
  position: relative;
  z-index: 2;
}
.inner-page #productList ul li .btn a {
  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;
  height: 36px;
  width: 36px;
  margin: 0 5px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page #productList ul li .btn a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page #productList ul li .btn a:hover {
  border-color: var(--color);
  background-color: var(--color);
}
.inner-page #productList ul li .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner-page #productList ul li span.h6 {
  font-weight: 400;
  font-size: 20px;
  color: #242424;
  line-height: 1.8;
  margin: 1.5em 0 1em;
  display: block;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}
.inner-page #productList ul.slick-slider li span.h6 {
  height: 67px;
  overflow: hidden;
}
.inner-page #productList ul li a.link {
  font-size: 18px;
  color: white;
  height: 2.44444444em;
  text-align: center;
  background-color: black;
  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;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  z-index: 2;
}
.inner-page #productList ul li a.link em {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid white;
  line-height: 1;
}
.inner-page #productList ul li a.link em:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.inner-page #productList ul li a.link em:after {
  border-color: white;
  top: 0;
  border-width: 3px;
}
.inner-page #productList ul li a.link:hover {
  background-color: var(--color);
}
.inner-page #productList ul li:hover {
  z-index: 1;
}
.inner-page #productList ul li:hover:after {
  opacity: 1;
}
.inner-page #productList ul li:hover a.link {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1600px) {
    .prodet-page .prodet-2 .options span {
    font-size: 18px;
    width: 280px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 80px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 18px;
    margin: 1.5em 0;
  }
  .prodet-page .prodet-1 .right .share span.h6 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .right .share a {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 30px;
    font-size: 18px;
  }
  .prodet-page .prodet-2 {
    padding: 60px 0;
  }
    .inner-page #productList ul li a.link,
  .seoBox .seoNews .bottom .list ul li .box a.link {
    font-size: 16px;
  }
  .inner-page #productList ul li a.link em:after,
  .seoBox .seoNews .bottom .list ul li .box a.link:after {
    border-width: 2px;
  }
}
span.txt {
    font-size: 24px;
    letter-spacing: 6px;
    color: var(--color);
    text-transform: uppercase;
    display: block;
    line-height: 2;
}
@media screen and (max-width: 1450px) {
    .prodet-page .prodet-2 .options span {
    font-size: 16px;
    width: 220px;
  }
   .prodet-page .prodet-1 {
    padding-top: 60px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 20px;
    line-height: 36px;
  }
  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .right a.more {
    margin-top: 2em;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 23px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 50px;
  }
  .prodet-page .prodet-3 .list {
    margin: 30px 0;
  }
}
@media screen and (max-width: 1250px) {
    .prodet-page .prodet-2 .options span {
    font-size: 14px;
    line-height: 28px;
    width: 200px;
  }
  .news-page{
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right .text {
    margin: 0;
    padding-right: 0;
    max-height: none;
  }
  .prodet-page .prodet-2 .ret {
    font-size: 16px;
  }
    .prodet-page .prodet-3 .dots ul li button {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 700px) {
    .prodet-page .prodet-2 .options span {
    font-size: 14px;
    width: 140px;
  }
    .prodet-page .prodet-1 .left .smallImg ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .left .smallImg ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 10px;
  }
}
@media screen and (max-width: 500px) {
    .prodet-page .prodet-2 .ret {
    font-size: 14px;
    line-height: 2;
  }
    .inner-page #productList ul li span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
}

/*news*/
.inner-page .slideBar-left {
  width: 20% !important;
  margin-bottom: 75px;
}
.inner-page .slideBar-left .slideNav > li {
  margin-bottom: 14px;
}
.inner-page .slideBar-left .slideNav > li > a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.8;
  background: #f5f5f5;
  padding: 15px;
}
.inner-page.product-page .slideBar-left .slideNav>li>a{
  background: white;
}
.inner-page .slideBar-left .slideNav > li > a .fa {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .slideBar-left .slideNav > li ul li {
  margin: 5px;
  margin-right: 0;
}
.inner-page .slideBar-left .slideNav > li ul li a {
  padding: 10px;
  font-size: 17px;
  display: block;
}
.inner-page .slideBar-left .slideNav > li ul li.active a,
.inner-page .slideBar-left .slideNav > li ul li:hover a {
  background: var(--color);
  color: white;
}
.inner-page .slideBar-left .slideNav > li:hover > a,
.inner-page .slideBar-left .slideNav > li.active > a {
  background: var(--color);
  color: white;
}
.inner-page .slideBar-left .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}
.inner-page .slideBar-left .share li {
  width: 30px;
  height: 30px;
  background: var(--color);
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 33px;
  margin-right: 15px;
}
.inner-page .slideRight {
  width: 80% !important;
  padding-left: 60px;
}
.inner-page.prodet-page .slideRight{
  width: 100% !important;
  padding-left: 0;
}
.news-page{
  padding-top: 110px;
  padding-bottom: 100px
}
.news-page .slideRight .i-news {
  overflow: unset !important;
}
.news-page .slideRight .i-news .wrap .column {
  margin-bottom: 35px;
}
.news-page .i-news .wrap{
      margin: -23px;
}
.news-page .i-news .wrap .column {
    padding: 23px;
}
.news-page .slideRight .i-news .wrap .column {
    margin-bottom: 35px;
}
.news-page .i-news .wrap .column .item {
    display: block;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    padding: 50px 25px 85px;
}
.news-page .i-news .wrap .column .item .content {
    line-height: 30px;
    text-align: center;
}
.news-page .i-news .wrap .column .item h4 {
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    min-height: 5.5em;
    font-weight: 500;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 30px 0 20px;
}
.news-page .i-news .wrap .column .item .time {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
}
.news-page .i-news .wrap .column .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 74px;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #fff;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sideRight{
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .slideRight .i-news .wrap .column {
    width: 50%;
  }
  .contact-page .contact-1 .list ul li{
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
    .news-page .slideRight .i-news .wrap .column {
    width: 100%;
  }

}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .list ul li{
    width:100%;
  }
}
/*newsdet-page*/
.newdet2-page {
    padding: 80px 0;
}
.newdet2-page h1 {
    font-size: 30px;
    line-height: 1.6;
    color: #0b2239;
    font-weight: 400;
    text-transform: capitalize;
}
.newdet2-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: black;
    opacity: .6;
}
.newdet2-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #868686;
    line-height: 2;
}
.newdet2-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet2-page .share h4 {
    font-size: 14px;
    line-height: 2;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet2-page .share ul li:hover {
    color: #026293;
}
@media screen and (max-width: 500px){
   .newdet2-page{
        padding: 50px 0 10px;
    }
}

.factory-page {
  padding-top: 90px;
  padding-bottom: 50px;
}
.factory-page .top h2 {
  border-bottom: 1px solid #dbdbdb;
    padding-bottom: 32px;
    margin-bottom: 60px;
}
.factory-page .top ul {
  margin: -23px;
  margin-bottom: 45px;
}
.factory-page .top ul li {
  padding: 23px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.factory-page .top ul li a {
  background-color: #dedede;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 0;
}
.factory-page .top ul li:hover a,
.factory-page .top ul li.active a {
  background: var(--color);
  color: white;
}
.factory-page .wrap {
  margin: -18px;
}
.factory-page .wrap li {
  padding: 18px;
}
.factory-page .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background: var(--color);
  color: white;
  font-size: 25px;
  text-align: center;
  height: 77px;
  line-height: 77px;
  width: 335px;
  margin: 60px auto;
}
.factory-page .more .fa {
  margin-left: 5px;
}
.factory-page .more:hover {
  background: black;
}
.faq-page {
  padding-bottom: 100px;
}
.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.faq-page .faqbox .ui.container ul.faqlist li .top {
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'rom';
  padding: 0 160px;
  width: 100%;
}
.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 30px;
  font-family: "rom";
  color: #000;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: var(--base-color);
}
.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f9f9f9;
  display: none;
  position: relative;
}
@media screen and (max-width: 700px) {
  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 20px;
  }
  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }
  .solu-4{
    display: none;
  }
}


.m-page{
  margin: 40px 0;
  width: 100%;
}

.m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
  align-content: center;
}
.m-page .wp-pagenavi a,.m-page .wp-pagenavi span{
  width: 30px;
  height: 30px;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border: 1px solid var(--base-color);
  color: var(--base-color);
  margin: 0 10px;
  border-radius: 100%;
}
.m-page .wp-pagenavi a:hover,
.m-page .wp-pagenavi span:hover{
  background: var(--base-color);
  color: #fff;
}
.m-page .wp-pagenavi span{
  background: var(--base-color);
  color: #fff;
}
    .seoPublic .title {
        font-size: 36px;
        font-family: 'rom';
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 1em;
    }

    .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.4;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 30px;
        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.8;
        min-height: 4em;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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(--color);
        color: white;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .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;
            line-height: 1.8;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
        }

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

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

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

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

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

        .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;
            line-height: 1.8;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    .img-box a{
      display: inline-block;
    }
    .map iframe{
      width: 100%;
    }

    @-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: var(--base-color);
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--base-color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: white;
  right: 25px;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 99;
  display: flex!important;
  justify-content: center;
  align-items: center;
}
#Pop_UpsBtn:hover {
  background: black;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--base-color) !important;
}


.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 25px;
  bottom: 120px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 99;
  display: flex!important;
  justify-content: center;
  align-items: center;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}
