@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Regular.eot');
  src: url('../fonts/Syne-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Syne-Regular.woff2') format('woff2'), url('../fonts/Syne-Regular.woff') format('woff'), url('../fonts/Syne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Bold.eot');
  src: url('../fonts/Syne-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Syne-Bold.woff2') format('woff2'), url('../fonts/Syne-Bold.woff') format('woff'), url('../fonts/Syne-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.grid-box {
    font-size: 0;
[;letter-spacing: -4px;font-size: 12px;]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
[;letter-spacing: 0;]
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }

}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }

}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }

}
.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.line-h-1d2 {
  line-height: 1.2;
}
.line-h-1d1 {
  line-height: 1.1;
}
.line-h-1 {
  line-height: 1;
}
.clear-form-style {
  background: none;
  border: none;
}
.title-font-family {
  font-family: 'Syne';
}
.font-fa-pop {
  font-family: 'Poppins';
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'Montserrat';
  max-width: 1920px;
  --color: #1362a5;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1530px;
}
@-webkit-keyframes to-big {
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.53846154);
    transform: translate(-50%, -50%) scale(1.53846154);
  }
}
@-moz-keyframes to-big {
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(1.53846154);
    transform: translate(-50%, -50%) scale(1.53846154);
  }
}
@keyframes to-big {
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.53846154);
    -moz-transform: translate(-50%, -50%) scale(1.53846154);
    transform: translate(-50%, -50%) scale(1.53846154);
  }
}
@-webkit-keyframes to-big1 {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.07692308);
    transform: translate(-50%, -50%) scale(2.07692308);
  }
}
@-moz-keyframes to-big1 {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(2.07692308);
    transform: translate(-50%, -50%) scale(2.07692308);
  }
}
@keyframes to-big1 {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.07692308);
    -moz-transform: translate(-50%, -50%) scale(2.07692308);
    transform: translate(-50%, -50%) scale(2.07692308);
  }
}
.main-color {
  color: var(--color);
}
.color-999 {
  color: #999999;
}
.public-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.public-btn a {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.public-btn .a1 {
  padding-left: 23px;
  padding-right: 41px;
  height: 56px;
  border-radius: 28px;
  border: solid 1px #bdbec0;
  color: #5e5e5e;
}
.public-btn .a2 {
  width: 56px;
  height: 56px;
  background-color: #1c1c1c;
  border-radius: 50%;
  color: #ffffff;
  margin-left: -26px;
}
.public-btn:hover .a1 {
  border-color: var(--color);
  color: var(--color);
}
.public-btn:hover .a2 {
  background-color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 30px;
}
#header.inner,
#header.active {
  background-color: rgba(0, 0, 0, 0.95);
}
#header .container {
  width: 100%;
}
#header .h-top .h-mail {
  margin-left: auto;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#header .h-top .h-mail span {
  text-decoration: underline;
}
#header .nav .ui.menu {
  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;
  margin: 0 auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 2.2em;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  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-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#header .nav .ui.menu .menu-box ul.menu > li > a.icon-nav {
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.icon-nav::after {
  font-family: 'iconfont';
  content: '\e76d';
  margin-left: 20px;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) ul.sub-menu{
  width: 320px;
}
#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: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s,
                -webkit-transform 0.5s;
  transition: opacity 0.3s,
                -webkit-transform 0.5s;
  -moz-transition: transform 0.5s,
                opacity 0.3s,
                -moz-transform 0.5s;
  transition: transform 0.5s,
                opacity 0.3s;
  transition: transform 0.5s,
                opacity 0.3s,
                -webkit-transform 0.5s,
                -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#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 ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#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 .items {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid var(--color);
  color: #ffffff;
  border-radius: 27px;
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: transparent;
  color: var(--color);
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border: solid 1px rgba(255, 255, 255, 0.64);
  border-radius: 50%;
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-language > img.mr-4 {
  max-width: 32px;
}
#header .nav .ui.menu .items .h-language span {
  color: #fff;
}
#header .nav .ui.menu .items .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .h-language 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;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  right: 0;
  width: 130px;
  -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.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-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .h-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;
}
#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;
}
.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;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  position: relative;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  padding-top: 14.4%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 932px;
  margin-left: 0.15em;
}
#banner .banner-slick li .content .text-box h2 .split-word{
  margin-right: 0.3em;
}
#banner .banner-slick li .content .text-box h2 .split-char {
  font-size: 2em;
  line-height: 0.85;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(60%, rgba(255, 255, 255, 0.8)), color-stop(80%, rgba(255, 255, 255, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.5) 80%, transparent 100%);
  background-image: -moz-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.5) 80%, transparent 100%);
  background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.5) 80%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* 标准属性，为了兼容性 */
  margin-left: -0.15em;
}
#banner .banner-slick li .content .text-box .banner-btn .a1 {
  color: #ffffff;
}
#banner .banner-slick li .content .text-box .banner-btn .a2 {
  background-color: #ffffff;
  color: var(--color);
}
#banner .banner-slick li .content .text-box .banner-btn:hover .a1 {
  color: var(--color);
}
#banner .banner-slick li .content .text-box .banner-btn:hover .a2 {
  background-color: var(--color);
  color: #fff;
}
.slick-slider:not(.slick-vertical) .slick-track .slick-slide > div {
  height: auto;
}
#index-body .category {
  background-color: #ffffff;
  border-radius: 80px;
  margin-top: -96px;
  z-index: 2;
}
#index-body .category .top .top-right p {
  max-width: 548px;
  color: #999999;
  margin-left: auto;
  line-height: 1.75;
}
#index-body .category .category-slick .slide-box {
  height: 487px;
  background-color: #f6f8fa;
  border-radius: 10px;
  z-index: 1;
}
#index-body .category .category-slick .slide-box::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/category-bg.jpg) no-repeat center center;
  background-blend-mode: normal, normal;
  border-radius: 20px;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .category .category-slick .slide-box .img-box {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}
#index-body .category .category-slick .slide-box .img-box img {
  width: auto;
}
#index-body .category .category-slick .slide-box .content {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .category .category-slick .slide-box .content .order {
  z-index: 1;
  color: #bdbec0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-slick .slide-box .content .order span {
  left: 50%;
  top: -0.3em;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .category .category-slick .slide-box .content .order span img {
  max-width: 1.6em;
}
#index-body .category .category-slick .slide-box .content .content-b .left {
  max-width: 490px;
}
#index-body .category .category-slick .slide-box .content .content-b .left .title {
  color: #010101;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
}
#index-body .category .category-slick .slide-box .content .content-b .left .intro {
  color: #313131;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-slick .slide-box .content .content-b .right .category-btn {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .category .category-slick .slide-box .content .content-b .right .category-btn:hover {
  background-color: #000;
  color: #ffffff;
}
#index-body .category .category-slick .slide-box:hover::after {
  opacity: 1;
}
#index-body .category .category-slick .slide-box:hover .content .order {
  color: #fff;
}
#index-body .category .category-slick .slide-box:hover .content .order span {
  opacity: 1;
}
#index-body .category .category-slick .slide-box:hover .content .content-b .left .title {
  color: #fff;
}
#index-body .category .category-slick .slide-box:hover .content .content-b .left .intro {
  color: #fff;
}
#index-body .category .category-slick .slide-box:hover .content .content-b .right .category-btn {
  opacity: 1;
}
#index-body .category .category-slick .slick-dots {
  margin-top: 48px;
  height: 1px;
  background-color: #bdbec0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1501px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .category .category-slick .slick-dots li {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-slick .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .category .category-slick .slick-dots li button {
  display: none;
}
#index-body .application {
  border-radius: 80px 80px 0 0;
}
#index-body .application .top .top-left {
  max-width: 670px;
}
#index-body .application .top .top-right {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .application .content .left {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .application .content .left .application-dot li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .application .content .left .application-dot li:first-child::after {
  display: none;
}
#index-body .application .content .left .application-dot li::after {
  content: '';
  position: absolute;
  left: 31px;
  top: 0;
  height: -webkit-calc(100% - 63px);
  height: -moz-calc(100% - 63px);
  height: calc(100% - 63px);
  width: 1px;
  background-color: var(--color);
}
#index-body .application .content .left .application-dot li .order {
  width: 63px;
  height: 63px;
  border: solid 1px var(--color);
  border-radius: 50%;
  color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .application .content .left .application-dot li.active .order,
#index-body .application .content .left .application-dot li:hover .order {
  background-color: var(--color);
  color: #fff;
}
#index-body .application .content .right .application-imgs li .slide-box > img {
  border-radius: 20px;
}
#index-body .application .content .right .application-imgs li .slide-box .text-box {
  background-color: rgba(255, 255, 255, 0.93);
  max-width: 441px;
  left: 0;
  bottom: 0;
  border-radius: 15px;
}
#index-body .application .content .right .application-imgs li .slide-box .text-box .title {
  color: #010101;
}
#index-body .application .content .right .application-imgs li .slide-box .text-box .intro {
  color: #3a3a3a;
  max-height: -webkit-calc(1.5em * 6);
  max-height: -moz-calc(1.5em * 6);
  max-height: calc(1.5em * 6);
  overflow-y: auto;
}
#index-body .application .content .right .application-imgs li .slide-box .text-box .application-more {
  right: 0;
  top: 0;
  width: 46px;
  height: 45px;
  background-color: #1c1c1c;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .application .content .right .application-imgs li .slide-box .text-box .application-more:hover {
  background-color: var(--color);
}
#index-body .about {
  z-index: 2;
}
#index-body .about .number-Plus li .top {
  color: var(--color);
}
#index-body .about .number-Plus li .top em {
  font-size: 2em;
}
#index-body .about .number-Plus li .top span {
  margin-bottom: 0.1em;
}
#index-body .about .number-Plus li .title {
  min-width: 234px;
  border-bottom: 1px solid #bdbec0;
}
#index-body .about .content .left {
  width: 10.9375%;
}
#index-body .about .content .right {
  width: 89.0625%;
}
#index-body .about .content .right > img {
  border-radius: 30px 0 0 30px;
}
#index-body .about .content .right .text-box {
  left: 0;
  bottom: 0;
  max-width: 793px;
  background-color: #ffffff;
  border-radius: 30px;
}
#index-body .about .content .right .text-box h1 {
  display: inline;
}
#index-body .about .content .right .text-box .intro {
  line-height: 1.75;
}
#index-body .about .content .right a.play {
  display: block;
  position: absolute;
  width: 76px;
  height: 76px;
  right: 0;
  bottom: 0;
}
#index-body .about .content .right a.play .play-box {
  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: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color);
  position: relative;
  z-index: 2;
}
#index-body .about .content .right a.play .play-box i {
  color: #fff;
}
#index-body .about .content .right a.play:before,
#index-body .about .content .right a.play:after {
  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%);
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
#index-body .about .content .right a.play:before {
  background-color: var(--color);
  opacity: 0.6;
  -webkit-animation: 1.5s to-big linear infinite;
  -moz-animation: 1.5s to-big linear infinite;
  animation: 1.5s to-big linear infinite;
}
#index-body .about .content .right a.play:after {
  background-color: var(--color);
  opacity: 0.3;
  -webkit-animation: 1.5s to-big1 linear infinite;
  -moz-animation: 1.5s to-big1 linear infinite;
  animation: 1.5s to-big1 linear infinite;
}
#index-body .hub .bg {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 145%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f8fa;
  border-radius: 60px 60px 0 0;
}
#index-body .hub .public-title {
  max-width: 540px;
}
#index-body .hub .hub-slick li .slide-box {
  -webkit-box-shadow: 0px 2px 22px 2px rgba(37, 37, 37, 0.13);
  box-shadow: 0px 2px 22px 2px rgba(37, 37, 37, 0.13);
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 25px;
}
#index-body .hub .hub-slick li .slide-box .title {
  line-height: 0.8;
  min-height: -webkit-calc(.8em   * 2);
  min-height: -moz-calc(.8em   * 2);
  min-height: calc(.8em   * 2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .hub .hub-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .hub .hub-slick li .slide-box .intro {
  /*max-width: 240px;*/
  line-height: 1.2;
}
#index-body .hub .hub-slick li .slide-box hr {
  background-color: #f1f1f1;
}
#index-body .hub .hub-slick li .slide-box .hub-more i {
  color: var(--color);
}
#index-body .hub .hub-slick li .slide-box .hub-more span {
  color: #5e5e5e;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .hub .hub-slick li .slide-box .hub-more:hover span {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box {
  border-top: 3px solid #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.3;
}
#index-body .news .news-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box .intro {
  opacity: 0.53;
  line-height: 1.55;
}
#index-body .news .news-slick li .slide-box:hover {
  border-color: var(--color);
}
#footer {
  border-radius: 70px;
}
#footer .f-form {
  border-bottom: 1px solid #3b3b3b;
}
#footer .f-form .title {
  color: #ffffff;
}
#footer .f-form form {
  color: #191919;
}
#footer .f-form form .form-list input {
  background: none;
  border: none;
  height: 87px;
  background-color: #ffffff;
  border-radius: 44px;
}
#footer .f-form form .form-list input::placeholder{
  color: #191919;
}
#footer .f-form form .form-list input[type='submit'] {
  background-color: var(--color);
  color: #fff;
  border: 2px solid var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-form form .form-list input[type='submit']:hover {
  background-color: transparent;
  color: var(--color);
}
#footer .f-form form .form-list li:last-child {
  margin-left: auto;
  margin-right: auto;
}
#footer .f-content {
  color: #fff;
  border-bottom: 1px solid #3b3b3b;
}
#footer .f-content .f-items .social-account li {
  margin-right: 2px;
}
#footer .f-content .f-items .social-account li a {
  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;
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content .f-items .social-account li a:hover {
  background-color: #fff;
  color: var(--color);
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dd {
  line-height: 30px;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  color: var(--color);
}
#footer .f-content dl.f-nav dd a {
  opacity: 0.79;
}
#footer .f-content dl.f-contact .f-contact-list li .icon {
  width: 31px;
  height: 30px;
  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;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .f-content dl.f-contact .f-contact-list li span {
  line-height: 1.1;
  max-width: 382px;
}
#footer .f-content dl.f-qr dd #ewm {
  max-width: 120px;
  border: 5px solid #fff;
}
#footer .f-content dl.f-product dd a {
  position: relative;
  padding-left: 20px;
}
#footer .f-content dl.f-product dd a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--color);
  border-radius: 50%;
}
#footer .f-copy {
  -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: #ffffff;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy .copy .company-link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy .copy .company-link:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  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: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 10px;
    font-size: 14px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a.icon-nav::after {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1450px) {
  .public-title {
    font-size: 45px;
  }
  #header .nav .ui.menu .logo {
    margin-left: 0;
  }
  #header .nav .ui.menu .items {
    margin-right: 0;
  }
  #header .nav .ui.menu .items .h-inquiry {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 35px;
  }
  #banner {
    margin-top: 60px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
  #banner .banner-slick li .content .text-box {
    padding-top: 5%;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .flex-wap-1000 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wap-1000 .flex-left-box {
    margin-bottom: 25px;
  }
  .display-none-1000 {
    display: none;
  }
  .public-title {
    font-size: 30px;
  }
  #index-body .category {
    margin-top: 0;
  }
  #index-body .category .top .top-right p {
    margin-left: 0;
  }
  #index-body .category .category-slick .slide-box .img-box img {
    max-height: 100%;
  }
  #index-body .category .category-slick .slide-box {
    height: 280px;
  }
  #index-body .about .content .right .text-box {
    position: static;
  }
  #index-body .about .content .right a.play {
    bottom: unset;
    margin-bottom: 0;
    top: 3%;
  }
  #footer .f-form form .form-list li.wid-32 {
    width: 100%;
  }
  #footer .f-form form .form-list input {
    height: 45px;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  .flex-wrap-700 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .public-btn .a1 {
    height: 40px;
  }
  .public-btn .a2 {
    height: 40px;
    width: 40px;
  }
  .line-h-1 {
    line-height: 1.5;
  }
  #banner .banner-slick li {
    height: 300px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  #banner .banner-slick li .content .text-box h2 .split-char {
    font-size: 1.2em;
  }
  #banner .banner-slick li .content .text-box p {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  }
  #index-body .category .category-slick .slide-box .content .content-b .right .category-btn {
    height: 40px;
    width: 40px;
  }
  #index-body .application {
    border-radius: 30px 30px 0 0;
  }
  #index-body .application .content .right .application-imgs li .slide-box .text-box {
    position: static;
    margin-left: 0;
  }
  #index-body .about .number-Plus li .top {
    font-size: 30px;
  }
  #footer {
    border-radius: 30px;
  }
  #footer .f-content dl.f-contact .f-contact-list li span {
    max-width: unset;
  }
  #footer .f-copy .copy {
    display: block;
  }
  #footer .f-copy .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .f-content dl.f-contact {
    margin-top: 30px;
  }
  .fixed-toolbar ul li.code {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 20px;
  }
}
#index-body .about h1.Auxil-h1 {
  display: inline;
}
@media screen and (max-width: 700px) {
  .fixed-toolbar {
    right: 5px;
  }
  .fixed-toolbar ul li {
    zoom: 0.8;
  }
  .font-14,
  .font-15,
  .font-16,
  .font-17,
  .font-18,
  .font-19,
  .font-20,
  .font-21,
  .font-22,
  .font-23,
  .font-24,
  .font-25,
  .font-26,
  .font-27,
  .font-28,
  .font-29,
  .font-30,
  .font-31,
  .font-32 {
    line-height: 28px !important;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#index-body form input[type='text'],
#footer form input[type='text'] {
  padding-right: 15px;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*内页*/
.more {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  height: 50px;
  text-transform: uppercase;
  line-height: 50px;
  font-weight: bold;
  color: white;
  background-color: #151515;
  z-index: 2;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .more{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.seoPublic .Auxil-news .list ul li .content time {
  font-size: 16px;
  background-color: var(--color);
  margin-top: 0.5em;
  text-align: center;
  width: 120px;
  color: #ffffff;
  display: block;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  margin: 1em 0;
}
.font-bold1 {
  font-weight: 500;
}
.more::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: var(--color);
  -webkit-transition: -webkit-clip-path 0.5s;
  transition: -webkit-clip-path 0.5s;
  -moz-transition: clip-path 0.5s;
  transition: clip-path 0.5s;
  transition:
    clip-path 0.5s,
    -webkit-clip-path 0.5s;
  z-index: -1;
  width: 103%;
  height: 100%;
  -webkit-clip-path: polygon(15px 0, 14px 1px, 0 15px, 0 0);
  clip-path: polygon(15px 0, 14px 1px, 0 15px, 0 0);
}
.more:hover::after {
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}

.inner-banner {
  margin-top: 128px;
  color: white;
  padding: 0;
}

.inner-banner2 {
  /*margin-top: 102px; */
  padding: 20px 0;
  box-shadow: 0 0 0.63rem 0 rgba(6, 0, 1, 0.23);
  border-top: 1px solid #bac4d4;
}
.inner-banner2 .ui.container > .flex {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-banner2 ul li {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s;
}
.inner-banner2 ul li a {
  position: relative;
}
.inner-banner2 ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.inner-banner2 ul li.active,
.inner-banner2 ul li:hover {
  color: var(--color);
}
.inner-banner2 ul li.active a::after,
.inner-banner2 ul li:hover a::after {
  opacity: 1;
}
.inner-banner2 .mbx {
  position: relative;
  font-weight: 500;
  /*width: 580px;*/
  padding-left: 30px;
}
.inner-banner2 .mbx::after {
  content: '\e8c6';
  font-family: 'iconfont';
  font-size: 18px;
  color: var(--color);
  position: absolute;
  left: 0;
  top: 1px;
}
#index-body .i-product {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, #f1f1f1), color-stop(78%, white));
  background: -webkit-linear-gradient(top, #f1f1f1 78%, white 78% 100%);
  background: -moz-linear-gradient(top, #f1f1f1 78%, white 78% 100%);
  background: linear-gradient(to bottom, #f1f1f1 78%, white 78% 100%);
}
#index-body .i-product .box {
  background-color: white;
}
#index-body .i-product .list {
  padding: 0 40px;
}
#index-body .i-product .list ul li .img-box {
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
}
#index-body .i-product .list ul li .img-box .des {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19,98,165,0.87);
  color: white;
  line-height: 1.9;
  padding: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-product .list ul li:hover .img-box .des {
  opacity: 1;
}
#index-body .i-product .list ul li:hover .title {
  color: var(--color);
}
#index-body .i-product .list .slickDots ul li {
  width: 6px;
  height: 6px;
  background-color: #6f6f6f;
  border: none;
  position: relative;
  margin: 0 1.5em;
}
#index-body .i-product .list .slickDots ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-product .list .slickDots ul li.slick-active {
  background-color: var(--color);
}
#index-body .i-product .list .slickDots ul li.slick-active::after {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  #index-body .i-product .box .top > div {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
      #index-body .i-product .box .top {
    padding: 0 20px;
  }
  #index-body .i-product .list {
    padding: 0 20px;
  }
}
#index-body .type {
  text-align: center;
}
#index-body .type .process {
  position: relative;
}
#index-body .type .process .pag {
  width: 80%;
  height: 3px;
  background-color: #bebebe;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translatex(-50%);
}
#index-body .type .process .pag p {
  height: 100%;
  width: 0;
  background-color: #333333;
  transition: 0.5s;
}
#index-body .type .process ul.op1 li {
  opacity: 0;
}
#index-body .type .process ul {
  /*display: flex;
  justify-content: space-between;*/
  position: relative;
  z-index: 4;
}
#index-body .type .process ul .slick-track {
  /*-webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;*/
  display: block;
}

#index-body .type .process ul li {
  max-width: 210px;
}
.custom-page #index-body .type .process ul li {
  max-width: 380px;
}
.custom-page #index-body .type .process ul li .cont {
  height: 160px;
  max-width: 380px;
  font-size: 16px;
  overflow-y: auto;
  opacity: 0.6;
  line-height: 2;
}

@keyframes lineHeight {
  0% {
    width: 0;
  }
  100% {
    width: 330px;
  }
}
#index-body .type .num {
  width: 79px;
  height: 79px;
  background-color: #f4f4f4;
  border: solid 1px #999999;
  border-radius: 50%;
  margin: 0 auto;
  transition: 0.5s;
  position: relative;
  z-index: 7;
}

#index-body .type ul .slick-active li .num::after {
  opacity: 1;
}
#index-body .type ul .slick-active:last-child li .num::after {
  opacity: 0;
}
#index-body .type ul .slick-active:last-child li .num::before {
  opacity: 0;
}

/*#index-body .type ul  .slick-current li  .num {
  background-color: #333333;
  color: #ffffff;
}*/
#index-body .type .num::after {
  content: '';
  position: absolute;
  width: 370px;
  height: 2px;
  background: #bebebe;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#index-body .type .num::before {
  content: '';
  position: absolute;
  /*width: 1px;
  height: 0;*/
  width: 0%;
  height: 2px;
  background: #000;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
}

/*#index-body .type  ul .slick-current li  .num::before{
  animation: lineHeight 5s forwards linear;
}*/
#index-body .type .process ul li:hover .num,
#index-body .type ul .slick-current li .num {
  background-color: #333333;
  color: #ffffff;
}
#index-body .type .swiper {
  overflow: hidden;
  position: relative;
}

#index-body .type .swiper-container-horizontal > .swiper-pagination-progressbar {
  top: 38px;
  width: 90%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #bebebe;
  height: 3px;
}
#index-body .type .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #333333;
}
.custom-page #index-body .type .process ul li {
  max-width: 380px;
}
.custom-page #index-body .type .process ul li .cont {
  height: 160px;
  overflow-y: auto;
  font-weight: 500;
  opacity: 0.6;
  line-height: 2;
}
.custom-page .faq-page .marginBox .box .right {
  width: 100%;
  padding-left: 0;
}
.custom-page .custom-1 {
  padding: 70px 0;
}
.custom-page .custom-1 .more {
  margin: 0 auto;
}

.custom-page .custom-1 .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  margin: 20px auto 35px;
  max-width: 950px;
}
.custom-page .custom-1 ul {
  margin: 60px -45px 0;
}
.custom-page .custom-1 ul li {
  padding: 0 45px;
  text-align: center;
}
.custom-page .custom-1 ul li .num {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid var(--color);
  margin: auto;
}
.custom-page .custom-1 ul li .title {
  font-size: 18px;
  margin: 15px 0;
}
.custom-page .custom-1 ul li .txt {
  font-size: 15px;
  line-height: 26px;
  color: #494949;
}
.custom-page .custom-2 .box {
  background: #f4f4f4;
  padding: 60px;
}
.custom-page .custom-2 .box ul {
  margin: -35px;
}
.custom-page .custom-2 .box ul li {
  padding: 35px;
  text-align: center;
}
.custom-page .custom-2 .box ul li .title {
  display: inline-block;
  background: #000000;
  color: white;
  padding: 5px 15px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 16px;
}

.service-page .service-66 .swiper {
  overflow: hidden;
}

.service-page .service-66 .ui.container {
  width: auto;
  max-width: 1700px;
}

.service-page .service-66 .box {
  height: 700px;
  position: relative;
  overflow: hidden;
  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;
  padding: 5%;
}

.service-page .service-66 .box .mask i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.service-page .service-66 .box .mask i.active {
  opacity: 1;
}

.service-page .service-66 .box .content {
  width: 660px;
  border: 1px solid #e5e5e5;
  padding: 4% 3%;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.service-page .service-66 .box .content span.tag {
  display: block;
  color: #d4ab57;
  margin-bottom: 0.5em;
  font-weight: 500;
}

.service-page .service-66 .box .content .text {
  margin: 1.5em 0;
  max-width: 90%;
}

.service-page .service-66 .box .content .slickBtn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

@media screen and (max-width: 1450px) {
  .service-page .service-66 .box {
    height: 600px;
  }
}

@media screen and (max-width: 1250px) {
  .service-page .service-66 .box {
    height: 500px;
  }
  .inner-banner2 ul li {
    font-size: 16px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-banner2 .ui.container > .flex > ul {
    display: none;
  }
  .Auxil-industry {
    display: none !important;
  }
  .oxy-menu-langs.on > div:last-of-type {
    font-size: 16px !important;
  }
  .service-page .service-66 .box {
    height: 420px;
  }
  .custom-page .custom-1 .left {
    width: 100%;
  }
  .custom-page .custom-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .about_7 .left {
    width: 100%;
  }
  .about-page .about_7 .right {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .service-page .service-66 .box .content {
    max-width: 100%;
  }
  .f-copy .plasticpipe {
    display: none !important;
  }
  .service-page .service-66 .box {
    height: auto;
  }

  .service-page .service-66 .box .content {
    background-color: rgba(255, 255, 255, 0.6);
  }
  #index-body .type .num::after {
    content: none;
  }
}
.faq-page .marginBox {
  padding: 110px 0 100px;
  text-align: center;
}
.faq-page .marginBox .box {
  margin-top: 50px;
  text-align: left;
}
.faq-page .marginBox .box .left {
  width: 40%;
}
.faq-page .marginBox .box .left .box2 {
  padding: 50px 35px;
  background: var(--color);
}
.faq-page .marginBox .box .left .box2 .slide {
  padding-right: 10px;
}
.faq-page .marginBox .box .left .box2 .slide span.h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.8em;
  display: block;
  color: #fff;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 1em;
  line-height: 32px;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
  display: none !important;
}
.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box .right {
  width: 60%;
  padding-left: 3%;
}
.custom-page .faq-page .marginBox .box .right {
  width: 100%;
  padding-left: 0;
}
.faq-page .marginBox .box .right .list ul li {
  margin-bottom: 20px;
  padding: 15px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
}
.faq-page .marginBox .box .right .list ul li span.title {
  font-weight:50;
  font-size: 22px;
  /*text-transform: uppercase;*/
  line-height: 32px;
  color: #242424;
  display: block;
  position: relative;
  cursor: pointer;
}
.faq-page .marginBox .box .right .list ul li span.title i {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
  content: '';
  background: black;
  height: 2px;
  width: 100%;
  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%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page .marginBox .box .right .list ul li span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .marginBox .box .right .list ul li .text {
  font-size: 18px;
  color: #444444;
  font-weight: 500;
  line-height: 32px;
  margin: 30px 0 10px 0;
  display: none;
}
.faq-page .marginBox .box .right .list ul li.active {
  background: white;
}
.faq-page .marginBox .box .right .list ul li.active span.title i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .marginBox .box .right .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .marginBox .box3 .right .list ul li {
  background: transparent;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
}
.faq-page .marginBox .box3 .right .list ul li:last-child {
  border-bottom: 1px solid #dddddd;
}
.faq-page .marginBox .box3 .right .list ul li .text {
  margin-top: 15px;
}
.faq-page .marginBox .box3 .right .list ul li.active .title {
  color: var(--color);
}
@media screen and (max-width: 1600px) {
  .faq-page .marginBox .box .left .box2 {
    padding: 30px 20px;
  }
  .faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 30px;
  }
  .faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 16px;
    margin-bottom: 0.8em;
  }
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 16px;
  }
  .faq-page .marginBox .box .right .list ul li .text {
    margin: 20px 0;
  }
  .faq-page .marginBox .box .right .list ul li {
    padding: 10px;
    margin-bottom: 10px;
  }
  .faq-page .marginBox {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1250px) {
  .faq-page .marginBox .box {
    margin-top: 30px;
  }
  .faq-page .marginBox .box .right {
    width: 100%;
    padding-left: 0;
  }
  .faq-page .marginBox .box .left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .marginBox .box .right .list ul li span.title,
  .faq-page .marginBox .box .right .list ul li .text {
    font-size: 14px;
    padding-left: 10px;
    line-height: 2;
  }
  .faq-page .marginBox .box .right .list ul li span.title i {
    width: 10px;
    height: 10px;
    font-size: 14px;
  }
}

.test-page .text-3 .swiper .swiper-slide {
  /*padding: 106px 3%;*/
  padding-top: 106px;
  padding-bottom: 106px;
  /*border-bottom-left-radius: 80px;*/
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
}
.test-page .text-3 .swiper .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}
.test-page .text-3 .list {
  margin-top: 50px;
}
.test-page .text-3 .list .swiper {
  overflow: hidden;
}
.test-page .text-3 .swiper .swiper-slide i {
  display: block;
}
.test-page .text-3 .swiper .swiper-slide i img{
  margin-left: auto;
  margin-right: auto;
}
.test-page .text-3 .swiper .swiper-slide span.h6 {
  margin-top: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 24px;
}
.test-page .text-3 .swiper .swiper-slide span.h6_2 {
  padding: 0 10px;
  max-width: 340px;
  margin: 1.4em auto 0;
}
.test-page .text-3 .swiper .swiper-slide .text {
  color: inherit;
  margin-top: 1em;
  font-weight: 500;
  max-height: 15em;
  overflow: auto;
}
.test-page .text-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
  background-color: black;
}
.test-page .text-3 .swiper .swiper-slide .content {
  opacity: 0;
  -webkit-transition: 0.5s;
  position: relative;
  z-index: 2;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.test-page .text-3 .swiper .swiper-slide .center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.test-page .text-3 .swiper .swiper-slide:hover:before {
  background-color: var(--color);
}
.test-page .text-3 .swiper .swiper-slide:hover .bg {
  opacity: 1;
}
.test-page .text-3 .swiper .swiper-slide:hover .content {
  opacity: 1;
}
.test-page .text-3 .swiper .swiper-slide:hover .center {
  top: 40%;
  opacity: 0;
}
.test-page .text-3 .sPage {
  margin-top: 60px;
}
.test-page .text-3 .sPage .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}
.test-page .text-3 .sPage .swiper-pagination-bullet::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: #f0f0f0;
}
.test-page .text-3 .sPage .swiper-pagination-bullet-active {
  border: 1px solid var(--color);
}
.test-page .text-3 .sPage .swiper-pagination-bullet-active::before {
  background: var(--color);
}

@media screen and (max-width: 1250px) {
  .test-page .text-3 .swiper .swiper-slide i img {
    max-height: 50px;
  }
  .test-page .text-3 .swiper .swiper-slide {
    /*padding: 50px 3%;*/
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .test-page .text-3 .swiper .swiper-slide {
    border-bottom-left-radius: 20px;
  }
  .test-page .solution-3 .box .list ul li .text {
    height: 10em;
  }
}

@media screen and (max-width: 500px) {
  .test-page .text-3 .swiper .swiper-slide {
    border-radius: 0;
  }
  .test-page .text-3 .list {
    margin-top: 20px;
  }

  .test-page .text-3 .sPage {
    margin-top: 20px;
  }
}

.sus-page .sus-banner {
  padding-top: 120px;
  padding-bottom: 30px;
}
.sus-page .sus-1 {
  padding: 80px 0;
}
.sus-page .sus-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: 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;
}
.sus-page .sus-1 .ui.container .left h5 {
  max-width: 750px;
}
.sus-page .sus-1 .ui.container .right {
  padding-left: 45px;
}
.sus-page .sus-1 .ui.container .right p {
  line-height: 2;
}
.sus-page .sus-2 {
  padding: 80px 0;
}
.sus-page .sus-2 .ui.container {
  text-align: left;
}
.sus-page .sus-2 .ui.container .honorbox {
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #aaa;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist {
  margin: 0 -50px;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist .slick-arrow {
  display: none !important;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li {
  padding: 15px 50px;
  text-align: center;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item img {
  margin: 0 auto;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5 {
  margin-top: 20px;
  height: 75px;
  text-align: center;
  position: relative;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5:before {
  content: '';
  width: 65px;
  height: 1px;
  position: absolute;
  background: var(--index-main-color);
  bottom: 0;
  left: 50%;
  margin-left: -32.5px;
}
.sus-page .sus-3 {
  padding: 80px 0;
}
.sus-page .sus-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;
}
.sus-page .sus-3 .top .left {
  text-align: right;
}
.sus-page .sus-3 .top .left h5 {
  color: var(--index-main-color);
}
.sus-page .sus-3 .top .right p {
  max-width: 630px;
  margin: 0 auto;
  text-align: left;
}
.sus-page .sus-3 .main {
  margin-top: 40px;
  background: #f8f8f8;
  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;
}
.sus-page .sus-3 .main .left {
  padding-left: 100px;
  padding-right: 60px;
}
.sus-page .sus-3 .main .right {
  padding: 60px 40px 60px 0px;
}
.sus-page .sus-3 .main .left h6 {
  margin: 30px 0;
}
.sus-page .sus-3 .main .left p {
  line-height: 1.8;
  margin-top: 10px;
  margin-bottom: 65px;
  max-width: 670px;
}
.sus-page .sus-4 {
  padding-top: 20px;
  padding-bottom: 80px;
}
.sus-page .sus-4 .ui.container {
  text-align: left;
}
.sus-page .sus-4 .ui.container .optionbox {
  margin-top: 25px;
  border-top: 1px solid #999;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist {
  margin: 0 -20px;
  margin-top: 40px;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist .slick-arrow {
  display: none !important;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
  padding: 0px 20px;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item {
  background: #f8f8f8;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
  padding: 65px 60px;
  text-align: left;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text h6 {
  color: #000;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  height: 65px;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text p {
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 1450px) {
  .sus-page .sus-3 .main .left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1250px) {
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text h6 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .sus-page .sus-3 .top .left {
    padding-right: 40px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
    padding: 30px 15px;
    text-align: left;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist {
    margin: 0 -15px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
    padding: 50px 15px;
  }
  .sus-page .sus-3 .main .left {
    width: 100%;
    padding: 15px;
  }
  .sus-page .sus-3 .main .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .sus-page .sus-1 .ui.container .left {
    width: 100%;
  }
  .sus-page .sus-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .sus-page .sus-1 {
    padding: 20px 0;
  }
  .sus-page .sus-2 {
    padding: 20px 0;
  }
  .sus-page .sus-3 {
    padding: 20px 0;
  }
  .sus-page .sus-3 .top .left {
    width: 100%;
    text-align: center;
  }
  .sus-page .sus-3 .top .right {
    width: 100%;
    text-align: center;
  }
  .sus-page .sus-3 .main {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-3 .main .left {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .sus-page .sus-3 .main .right {
    width: 100%;
  }
  .sus-page .sus-4 {
    padding-bottom: 0;
  }
}

.tech-page {
  padding: 60px 0 0;
  background-color: #f5f5f5;
}
.tech-page .tech-1 .item {
  position: relative;
  padding-bottom: 85px;
}
.tech-page .tech-1 .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -9.5%;
  width: 72.75%;
  height: 14vw;
  background: #fff;
}
.tech-page .tech-1 .item:nth-child(even) {
  padding-top: 10%;
}
.tech-page .tech-1 .item:nth-child(even)::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 7.5vw;
  background: var(--color);
}
.tech-page .tech-1 .item:nth-child(even)::after {
  right: inherit;
  left: -9.5%;
}
.tech-page .tech-1 .item:nth-child(even) .text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 0;
}
.tech-page .tech-1 .text {
  padding-right: 45px;
  position: relative;
  z-index: 1;
}
.tech-page .tech-1 .text .con {
  max-width: 908px;
}
.tech-page .tech-2 {
  background: url(../images/tech-2-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  padding: 7% 0 7%;
  font-size: 40px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
.tech-page .tech-2 .ui.container {
  max-width: 1300px;
  text-transform: uppercase;
  font-size: 40px;
}
.tech-page .tech-3 {
  padding-top: 5.78125%;
  padding-bottom: 80px;
}
.tech-page .tech-3 .header {
  max-width: 1346px;
  margin: 0 auto;
}
.tech-page .tech-3 .header p {
  margin-top: 30px;
}
.tech-page .tech-3 .content {
  margin-top: 70px;
}
.tech-page .tech-3 .content .left {
  width: 48.188%;
}
.tech-page .tech-3 .content .right {
  width: 50%;
  background-color: #ffffff;
  padding: 60px 36px 80px 46px;
}
.tech-page .tech-3 .content .right ul li {
  padding: 30px 0 30px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tech-page .tech-3 .content .right ul li i {
  width: 80px;
}
.tech-page .tech-3 .content .right ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 31px;
}
.tech-page .tech-3 .content .right ul li .text span {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
}
.tech-page .tech-3 .content .right ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
  font-weight: 500;
}
.tech-page .tech-3 .content .right ul li:first-child {
  padding-top: 0;
}
.tech-page .tech-3 .content .right ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (max-width: 1700px) {
  .tech-page .tech-1 .item::after {
    width: 80%;
  }
}
@media screen and (max-width: 1450px) {
  .tech-page .tech-1 .item {
    padding-bottom: 40px;
  }
  .tech-page .tech-1 .text .con {
    max-width: 800px;
  }
  .tech-page .tech-3 .content .right ul li {
    padding: 32px 0 23px 24px;
  }
}
@media screen and (max-width: 1250px) {
  .tech-page .tech-1 .text {
    padding-right: 0;
  }
  .tech-page .tech-1 .text .i-title {
    font-size: 32px;
  }
  .tech-page .tech-1 .text .con {
    max-width: 640px;
  }
  .tech-page .tech-1 .item::after {
    height: 23vw;
  }
  .tech-page .tech-3 .content .right {
    padding: 41px 20px 86px 20px;
  }
  .tech-page .tech-2 .ui.container {
    font-size: 34px;
  }
}
@media screen and (max-width: 1000px) {
  .tech-page .tech-1 .item img {
    position: relative;
    z-index: 1;
  }
  .tech-page .tech-1 .item .text {
    padding: 20px 15px;
    background: #fff;
  }
  .tech-page .tech-1 .item .text .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .tech-page .tech-1 .item::after {
    display: none;
  }
  .tech-page .tech-1 .item:nth-child(even) .text {
    padding: 20px 15px;
  }
  .tech-page .tech-2 {
    font-size: 32px;
  }
  .tech-page .tech-3 .header p {
    margin-top: 20px;
  }
  .tech-page .tech-3 .content .left {
    width: 100%;
  }
  .tech-page .tech-3 .content .right {
    width: 100%;
    margin-left: 0;
  }
  .tech-page .tech-2 .ui.container {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .tech-page .tech-1 .item {
    padding-bottom: 20px;
  }
  .tech-page .tech-1 .item .text .i-title {
    width: 100%;
  }
  .tech-page .tech-3 .content {
    margin-top: 30px;
  }
  .tech-page .tech-3 .content .right ul li {
    padding: 16px 0 12px 0;
  }
  .tech-page .tech-3 .content .right ul li .text span {
    font-size: 24px;
  }
  .tech-page .tech-2 .ui.container {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .tech-page .tech-1 .item .i-title {
    font-size: 24px;
    line-height: 1.5;
  }
  .tech-page .tech-1 .item .text .con {
    margin-top: 6px;
  }
  .tech-page .tech-2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .tech-page .tech-3 .content .right {
    padding: 20px 20px 43px;
  }
  .tech-page .tech-3 .content .right ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tech-page .tech-3 .content .right ul li .text {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 20px 0 0 0;
  }
  .tech-page .tech-3 .content .right ul li .text p {
    margin-top: 12px;
  }
  .tech-page .tech-2 .ui.container {
    font-size: 22px;
  }
}

.inner-page .sideBox .sidebar-left {
  position: sticky;
  top: 140px;
  width: 24%;
}
.inner-page .sideBox .sidebar-left .inner .inner-title {
  font-size: 30px;
  line-height: 2;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-search {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type='text'] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 16px;
  color: #555555;
  font-weight: 500;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type='submit'] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search1.png) no-repeat center center var(--color);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li {
  padding: 8px 0;
  font-size: 16px;
  position: relative;
  color: #000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li ul {
  margin-top: 16px;
  /*display: none;*/
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 5px;
  font-weight: 700;
  cursor: pointer;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li a {
  padding-right: 20px;
  font-size: 20px;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li a span {
  color: #aaa;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li:hover {
  color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li.active {
  color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
  padding: 0.75rem 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li 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;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 1rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  object-fit: cover;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 17px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.4rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: var(--color);
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact {
  background: url(../images/pro-01.jpg) no-repeat center center;
  padding: 10.75rem 2rem 5.75rem;
  color: #fff;
  background-size: cover;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h5 {
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h6 {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1.1rem;
  text-transform: capitalize;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  color: var(--color);
  text-transform: capitalize;
  background: #fff;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-top: 1.3rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover {
  color: #fff;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sideBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact:after {
  content: '';
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}
.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
  z-index: 99;
  position: relative;
}
.inner-page .sideBox .sidebar-right {
  width: 76%;
  padding-left: 4%;
  padding-bottom: 40px;
}
.product-list02 li .box span.h6 {
  font-size: 16px;
  display: block;
}

.product-list02 li .box a.img {
  display: block;

  text-align: center;
}

.product-list02 li .box {
  /*border-radius: 1em;*/
  font-size: 10px;
  background-color: #fafafa;
  padding: 25px;
}

.product-list02 ul {
  margin: -15px;
}

.product-list02 li {
  padding: 15px;
}
@media screen and (max-width: 12500px) {
  .product-list02 li {
    width: 33.3%;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBox .sidebar-left {
    display: none;
  }
  .inner-page .sideBox .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .product-list02 li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .product-list02 li {
    width: 100%;
  }
}

.prodet-page {
  padding: 100px 0;
}
.prodet-page i.tag {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: var(--color);
  line-height: 30px;
}
.prodet-page h2,
.prodet-page h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}
.prodet-page .prodet-1 .left {
  background: #f6f6f6;
  background-size: cover;
  padding: 20px;
  text-align: center;
  vertical-align: middle;

  position: relative;
  width: 40%;
}
.prodet-page .prodet-1 .left img {
  display: block;
  padding-right: 4px;
  margin: 0 auto;
}
.prodet-page .prodet-1 .left i.block {
  width: 25%;
  height: 30%;
  position: absolute;
  background: #eee;
  z-index: -1;
  left: -12%;
  top: 20%;
}
.prodet-page .prodet-1 .right {
  padding-left: 5%;
  vertical-align: middle;
  width: 60%;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 36px;
  /*text-transform: uppercase;*/
  line-height: 1.6;
}
.prodet-page .prodet-1 .right .grid-box {
  width: 100%;
}
.prodet-page .prodet-1 .right .content {
  display: block;
  padding: 10px 0 10px;
  font-size: 18px;
  font-weight: 500;
  color: #7e7e7e;
  line-height: 1.8;
}
.prodet-page .prodet-1 .right .content h6 {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
  color: var(--color);
  font-weight: bold;
}
.prodet-page .prodet-1 .right .btn {
  padding: 20px 0;
}
.prodet-page .prodet-1 .right .share {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .right .share h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-transform: capitalize;
}
.prodet-page .prodet-1 .right .share ul {
  /*display: inline-block;*/
  vertical-align: middle;
  padding: 3px 0px;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .right .proview-img .slick-arrow,
.product2-page .product-list ul li .pro-box .btm .tupianji .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 19px;
  height: 35px;
  background: rgba(0, 0, 0, 0.5) url(../images/banner-btn-l.png) no-repeat center;
  background-size: 80%;
  left: 20px;
  top: 50%;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .proview-img .slick-next,
.product2-page .product-list ul li .pro-box .btm .tupianji .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.5) url(../images/banner-btn-r.png) no-repeat center;
  background-size: 80%;
  left: auto;
  right: 20px;
}
.prodet-page .custom-page .custom-3 {
  padding: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, #fff 50%, rgba(0, 0, 0, 0) 50%);
  background: -moz-linear-gradient(left, #fff 50%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(to right, #fff 50%, rgba(0, 0, 0, 0) 50%);
}
.prodet-page .custom-page .custom-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .custom-page .custom-3 .list > ul > li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list > ul > li i {
  display: none;
}
.prodet-page .prodet-2 h2 {
  display: inline-block;
  font-size: 24px;
}
.prodet-page .prodet-2 .btn {
  float: right;
}
.prodet-page .prodet-2 .btn div {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-left: 10px;
  border: 1px solid #e73032;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  cursor: hand;
  color: var(--color);
}
.prodet-page .prodet-2 .btn div:hover {
  color: white;
  background: var(--color);
}
.prodet-page .prodet-2 .list {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.prodet-page .prodet-2 .list ul {
  margin: -12px;
}
.prodet-page .prodet-2 .list ul li {
  padding: 12px;
  text-align: center;
}
.prodet-page .prodet-2 .list ul li .box {
  padding: 15px;
  background: white;
  background: url('../images/init-2-2.jpg') center center;
  background-size: cover;
  text-align: center;
  position: relative;
  -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
}
.prodet-page .prodet-2 .list ul li .box img {
  display: inline-block;
}
.prodet-page .prodet-2 .list ul li .box span {
  font-size: 14px;
  color: #404040;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: 20px;
  display: block;
}
.prodet-page .prodet-2 .list ul li .box span i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  margin: 0 auto 5px;
}
.prodet-page .prodet-2 .list ul li .box h5 {
  font-size: 16px;
  line-height: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding-top: 20px;
  height: 80px;
}
.prodet-page .prodet-2 .list ul li .box:hover h5 {
  color: var(--color);
}
.inner-page.prodet-page .prodet-11 .box {
  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;
  position: relative;
}
.inner-page.prodet-page .prodet-11 .box .left {
  background: #fff;
}
.inner-page.prodet-page .prodet-11 .box .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-page.prodet-page .prodet-11 .box .left ul li:first-child {
  padding: 0 3rem 0 0;
}
.inner-page.prodet-page .prodet-11 .box .left ul li {
  font-size: 16px;
  line-height: 1;
  color: #616161;
  padding: 0 3rem;
  border-right: 1px solid #616161;
}
.inner-page.prodet-page .prodet-11 .box .right {
  background: #fff;
  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;
}
.inner-page.prodet-page .prodet-11 .box:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #d9d9d9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.inner-page.prodet-page .prodet-11 .box .right p:first-child {
  margin-left: 0;
}
.inner-page.prodet-page .prodet-11 .box .right p img {
  margin-right: 1.5rem;
}
.inner-page.prodet-page .prodet-11 .box .right p {
  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;
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin-left: 3.5rem;
}
.inner-page.prodet-page .prodet-11 .left ul li:last-child {
  border-right: 0 solid #616161;
}
.inner-page.prodet-page .prodet-11 .box .right p i {
  font-size: 18px;
  padding: 0 10px;
  line-height: 2;
}
.prodet-11 {
  margin-bottom: 50px;
}
.prodet-page .dt-01{
    background: #f7f7f7;
}
.dt-01 .dt-box {
  display: flex;
  align-items: center;
  padding: 60px 0px;
}
.dt-01 .dt-box .left {
  color: var(--color);
  font-size: 42px;
  font-weight: bold;
}
.dt-01 .dt-box .right {
  text-align: left;
  font-size: 18px;
  width: 100%;
}

.dt-02 {
  padding: 50px 0;
}
.dt-02 h2 {
  color: #666;
  font-size: 24px;
}
.dt-02 h2 span {
  color: var(--color);
}
h3.dian {
  line-height: 1;
  padding-left: 25px;
  font-size: 20px;
  position: relative;
  color: var(--color);
  margin-bottom: 20px;
}
h3.dian:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  background: var(--color);
  left: 0;
  border-radius: 100%;
  top: 25%;
}
.dt p {
  font-size: 17px;
  padding: 5px 0;
}
.dt-02 p img.wscnph {
  object-fit: cover;
  height: 150px;
  padding-right: 50px;
}
table tr td p {
  padding: 0 !important;
}
.dt-03 {
  padding: 20px 0 50px;
}
.dt-03 table {
  text-align: center;
}
.dt-03 table tr:first-child {
  background: var(--color);
  color: #fff;
  text-align: center;
}
.dt-03 table tr:first-child td {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.dt h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.dt-04 table {
  margin-bottom: 50px;
}
.dt-04 table tr td:first-child {
  background: var(--color);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.dt-05 p.img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.dt-05 p.img img.wscnph {
  width: 40%;
}
@media screen and (max-width: 1500px) {
  .prodet-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 40px;
  }
  .prodet-page .prodet-1 .right .content {
    padding: 30px 0 50px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .right h1,
  .prodet-page h2 {
    font-size: 28px;
  }
  .prodet-page .custom-page .custom-3 {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .left {
    position: sticky;
    top: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .right h1,
  .prodet-page h2 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .btn a {
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    position: relative;
    top: 0;
  }
  .prodet-page .prodet-1 .right .content h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .content {
    font-size: 16px;
    line-height: 2;
  }
  .prodet-page .prodet-1 .right .content {
    padding: 15px 0;
  }
  .prodet-page .prodet-1 .right .btn {
    padding: 20px 0;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 10px;
  }
  .prodet-page {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page.prodet-page .prodet-11 .box {
    display: block;
  }
  .inner-page.prodet-page .prodet-11 .box .right {
    display: block;
  }
  .inner-page.prodet-page .prodet-11 .box .left ul li {
    padding: 0 2rem;
  }
  .inner-page.prodet-page .prodet-11 .box .right p {
    margin-left: 0;
  }
  .inner-page.prodet-page .prodet-11 .box .right {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right h1,
  .prodet-page h2 {
    font-size: 20px;
    line-height: 1.8;
  }
  .prodet-page .prodet-1 .right .btn a {
    margin-right: 15px;
    font-size: 16px;
  }
  .prodet-page .prodet-2 .btn div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}

.history-page {
  padding: 110px 0;
}
.history-page .historySideBar .historySideLeft {
  width: 33%;
  padding: 0 8% 0 0;
  position: sticky;
  top: 110px;
}
.history-page .historySideBar .historySideLeft span.h3 {
  font-size: 40px;
  padding: 1.2em 15%;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--color);
  background-size: cover;
  line-height: 1;
  color: white;
  position: relative;
}

.history-page .historySideBar .historySideLeft span.h3:after {
  content: '';
  width: 1.66666667em;
  height: 0.13333333em;
  display: block;
  margin-top: 0.5em;
  background-color: white;
}
.history-page .historySideBar .historySideLeft .img {
  padding: 10%;
  height: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: url('../images/his-bg.jpg') center center no-repeat;
  background-size: cover;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  color: white;
}
.history-page .historySideBar .historySideLeft .img span.h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.history-page .historySideBar .historySideLeft .img .text {
  font-size: 16px;
  margin-top: 0.5em;
}
.history-page .historySideBar .historySideRight {
  width: 67%;
}
.history-page .historySideBar .historySideRight .list {
  position: relative;
}
.history-page .historySideBar .historySideRight .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.history-page .historySideBar .historySideRight .list ul li time {
  font-size: 24px;
  color: var(--color);
  line-height: 1.2;
  width: 12%;
}
.history-page .historySideBar .historySideRight .list ul li .slide {
  padding-left: 30px;
  margin-left: 30px;
  padding-bottom: 30px;
  position: relative;
  width: 88%;
}
.history-page .historySideBar .historySideRight .list ul li .slide:before {
  content: '';
  width: 1px;
  height: 140%;
  position: absolute;
  left: 0;
  top: -20%;
  background: #e5e5e5;
}
.history-page .historySideBar .historySideRight .list ul li .slide:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 3px solid #e5e5e5;
  display: block;
  position: absolute;
  left: -7px;
  top: 5px;
  background: white;
  z-index: 1;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text {
  font-size: 16px;
  color: #7e7f81;
  font-weight: 500;
  padding-left: 2em;
  padding-bottom: 20px;
  position: relative;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text i {
  position: absolute;
  left: 0;
  top: 0px;
  color: var(--color);
  font-size: 120%;
}

@media screen and (max-width: 1450px) {
  .history-page .historySideBar .historySideLeft span.h3 {
    font-size: 24px;
  }
  .history-page .historySideBar .historySideLeft .img {
    padding: 5%;
    height: 300px;
  }
  .history-page .historySideBar .historySideLeft .img span.h6 {
    font-size: 18px;
  }
  .history-page .historySideBar .historySideLeft .img .text {
    font-size: 14px;
  }
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 20px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .history-page .historySideBar .historySideLeft {
    display: none;
  }
  .history-page .historySideBar .historySideRight {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 18px;
    padding-top: 0.2em;
    width: 50px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide {
    padding-left: 15px;
    margin-left: 15px;
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    padding-left: 1em;
  }
}

.history-page .historySideBar {
  display: flex;
  align-items: flex-start;
}

.news-page .marginBox {
  padding: 90px 0 70px 0;
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 690px;
}
.news-page .sideBarLeft .list ul li a.img-box time {
  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;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: 0.3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}
.news-page .sideBarLeft .list ul li {
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 60px;
  font-size: 16px;
}
.news-page .sideBarLeft .list ul li .content span.h1 {
  transition: 0.5s;
  line-height: 36px;
  text-transform: uppercase;
}
.news-page .sideBarLeft .list ul li .content span.h1:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  margin: 1em 0;
}
.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  /*text-transform: uppercase;*/
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}
.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #f3f3f3;
  position: sticky;
  top: 130px;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #242424;
  line-height: 36px;
  margin-bottom: 0.2em;
  display: block;
  margin-top: 1.5em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: white;
  font-size: 18px;
  color: #8e8e8e;
  padding: 0 0.7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type='submit'] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url('../images/search.png') center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 32px;
  color: #8e8e8e;
  padding: 0.5em 0;
  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-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5em;
  border-radius: 100%;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarRight .newsList ul li {
  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;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  /*width: 34%;*/
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 2;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 18px;
  color: #242424;
  font-weight: 500;
  line-height: 32px;
  margin-top: 0.3em;
  display: block;
}
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: 100% 100%;
  background-position: center center;
  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;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: white;
  line-height: 2;
  padding: 2em;
  text-shadow: 0 0 3px rgba(0, 0, 0,1);
}
.newdet-page .marginBox {
  padding: 90px 0%;
}
.newdet-page .sideBarLeft time {
  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;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: 0.5em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.newdet-page .sideBarLeft h1 {
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  color: #242424;
  line-height: 1.6;
  display: block;
  margin: 2em 0 1em;
}
.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 32px;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.newdet-page .sideBarLeft .content strong {
  font-weight: normal;
  /*color: black;*/
}
.newdet-page .sideBarLeft .content a strong {
  font-weight: 500;
  color: black;
}
.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  line-height: 44px;
  margin-top: 1em;
  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;
}
.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}
.newdet-page .sideBarLeft .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}
.newdet-page .sideBarLeft .m-link .prev {
  margin-right: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .prev a.link img {
  margin-right: 0.5em;
}
.newdet-page .sideBarLeft .m-link .next {
  margin-left: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.newdet-page .sideBarLeft .m-link .next a.link img {
  margin-left: 0.5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .sideBarLeft .m-link a.link {
  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;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 36px;
  color: #242424;
  margin-bottom: 0.5em;
}
.newdet-page .sideBarLeft .m-link .btnBox {
  padding: 20px;
  background: #eee;
  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;
}
.newdet-page .sideBarLeft .m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.newdet-page .sideBarLeft .m-link .btnBox .text {
  margin-left: 15px;
}
.newdet-page .sideBarLeft .m-link .btnBox .text time {
  font-size: 16px;
  color: #8e8e8e;
  margin: 0;
}
.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: 0.1em;
  display: block;
}
.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: bold;
  font-size: 36px;
  text-transform: uppercase;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}
.newdet-page .form ul {
  margin: -15px -7px;
}
.newdet-page .form ul li {
  padding: 15px 7px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  padding: 0.6em 1em;
  border: 1px solid #bfbfbf;
}
.newdet-page .form ul li input::-webkit-input-placeholder,
.newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-moz-placeholder,
.newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-moz-placeholder,
.newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-ms-input-placeholder,
.newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li textarea {
  height: 150px;
}
.newdet-page .form ul li input[type='submit'] {
  border: none;
  background: var(--color);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .form ul li input[type='submit']:hover {
  background: #242424;
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }
  .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
    line-height: 30px;
  }
  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    line-height: 44px;
    margin: 1em 0;
  }
  .newdet-page .sideBarLeft .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
    line-height: 36px;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    padding: 10px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0 40px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }
  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }
  .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .newdet-page .form ul li input[type='submit'] {
    font-size: 14px;
    padding: 0.5em;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .form ul li{
    width: 100%;
  }
  .faq-page .marginBox,
  .newdet-page .marginBox,
  .news-page .marginBox{
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
    line-height: 2;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }
  .newdet-page .sideBarLeft .m-link .btnBox a.img {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .sideBarLeft .m-link .prev {
    margin-right: 10px;
  }
  .newdet-page .sideBarLeft .m-link .next {
    margin-left: 10px;
  }
  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
    line-height: 2;
  }
  .newdet-page .sideBarLeft time em {
    font-size: 14px;
    line-height: 2;
  }
}

#index-body .init-0 .top {
  max-width: 1500px;
  margin: 0 auto;
}
#index-body .init-0 .top .text {
  line-height: 2;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-0 .navlink a {
  padding-bottom: 0.3em;
  border-bottom: 2px solid transparent;
}
#index-body .init-0 .navlink a.active {
  border-color: var(--color1);
}
#index-body .init-0 .det {
  position: relative;
}
#index-body .init-0 .det a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  display: block;
}
#index-body .init-0 .det a.active {
  z-index: 1;
  opacity: 1;
  position: relative;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-0 .det a .des {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  padding: 60px 20px 30px;
  background: linear-gradient(to top, black, transparent);
}
.oem-page .product-yd-page .product-yd-4 .list .box {
  background-color: #f7f7f7;
  padding: 25px;
  height: 270px;
}
@media screen and (max-width: 700px) {
  #index-body .init-0 .navlink,
  #index-body .init-0 .det {
    display: none;
  }
}

.cus-page .cus-1 {
  padding: 80px 0;
}
.cus-page .cus-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;
}
.cus-page .cus-1 .ui.container .imgbox img {
  width: 100%;
}
.cus-page .cus-1 .ui.container .right {
  padding-left: 6%;
}
.cus-page .cus-1.ser2 .ui.container .right {
  padding-right: 5%;
}
.cus-page .cus-1 .ui.container .right .h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.cus-page .cus-2 {
  height: 250px;
  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: relative;
}
.cus-page .cus-2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /*left: -20%;*/
  background: #151515;
  /*border-radius: 0 20px 0 0 ;*/
  z-index: -1;
}
.cus-page .cus-2 .ui.container {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cus-page .cus-2 .ui.container a.more {
  background: #fff;
  transition: 0.3s all;
  color: #000;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  white-space: nowrap;
}
.cus-page .cus-2 .ui.container a.more:hover {
  transition: 0.3s all;
  color: #fff;
  background: #000;
}
.cus-page .cus-2 .ui.container .h2 {
  color: #fff;
  /*font-size: 80px;*/
}
.cus-page .cus-2 .ui.container p {
  line-height: 1.8;
  /*margin-top: 20px;*/
  max-width: 880px;
}
.server2-page .server-2 {
  padding: 0px 0 120px;
  background: #f8f9fb;
}
.server2-page .server-2 h3 {
  text-align: center;
  font-size: 40px;
  color: #303030;
  line-height: 1;
}

.server2-page .server-2 .box {
  padding-top: 80px;
}
.server2-page .server-2 .box ul li {
  border: 1px solid #bebfc0;
}
.server2-page .server-2 .box ul li:nth-child(3n + 1) + li,
.server2-page .server-2 .box ul li:nth-child(3n + 1) + li + li {
  border-left: none;
}
.server2-page .server-2 .box ul li:nth-child(3) ~ li {
  border-top: none;
}
.server2-page .server-2 .box ul li .box2 {
  padding: 30px 35px;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.server2-page .server-2 .box ul li .box2 i {
  height: 50px;
  line-height: 50px;
  display: block;
}
.server2-page .server-2 .box ul li .box2 i img {
  display: inline-block;
  vertical-align: middle;
}
.server2-page .server-2 .box ul li .box2 h4 {
  display: block;
  font-size: 24px;
  color: #000;
  line-height: 1.8;
  margin: 20px 0 5px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.server2-page .server-2 .box ul li .box2 .text {
  font-size: 18px;
  color: #919191;
  line-height: 2;
  height: 150px;
  overflow: auto;
}

.server2-page .server-2 .box ul li .box2:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -moz-box-shadow: 0 0 15px rgba(19,98,165, 0.2);
  -o-box-shadow: 0 0 15px rgba(19,98,165, 0.2);
  box-shadow: 0 0 15px rgba(205, 205, 205, 0.7);
}
@media screen and (max-width: 1400px) {
  .server2-page .server-2 h3 {
    font-size: 28px;
  }
  .server2-page .server-2 .box ul li .box2 h4 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 38px;
  }
  .server2-page .server-2 .box ul li .box2 i {
    height: 40px;
    line-height: 40px;
  }
  .server2-page .server-2 .box ul li .box2 i img {
    max-height: 100%;
  }
  .server2-page .server-2 .box ul li .box2 .text {
    font-size: 13px;
    height: 144px;
  }
  .server2-page .server-2 .box ul li .box2 {
    padding: 15px;
  }
  /*.server2-page .server-2 {
    padding: 60px 0;
  }*/
}
@media screen and (max-width: 1000px) {
  .cus-page .cus-2 {
    height: auto;
    padding: 20px;
  }
  .cus-page .cus-3 .ui.container .left {
    width: 100%;
  }
  .cus-page .cus-2 .ui.container {
    flex-wrap: wrap;
  }
  .server2-page .server-2 h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .cus-page .cus-3 .ui.container .right {
    width: 100%;
  }
  .cus-page .cus-3 {
    padding: 40px 20px;
  }
  .cus-page .cus-3 .ui.container .left .bottom ul li {
    width: 100%;
  }
  .cus-page .cus-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .cus-page .cus-1 .ui.container .imgbox {
    width: 100%;
  }
  .cus-page .cus-2 {
    padding: 20px 0;
  }
  .server2-page .server-2 h3 {
    font-size: 20px;
  }
  .server2-page .server-2 {
    padding: 30px 0 85px;
  }
  .server2-page .server-2 .box {
    padding-top: 30px;
  }
  .server2-page .server-2 .box ul {
    border-top: 1px solid #bebfc0 !important;
  }
  .server2-page .server-2 .box ul li {
    width: 100%;
    border: 1px solid #bebfc0 !important;
    border-top: none !important;
  }
  .server2-page .server-2 .box ul li .box2 h4 {
    height: auto;
    display: block;
  }
  .server2-page .server-2 .box ul li .box2 .text {
    height: auto;
  }
  .server2-page .server-2 .box ul li .box2:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.contact-page {
  padding-top: 60px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}
.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 13px 0 13px 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 16px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--black);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-1 .left form ul li .more {
  padding: 18px 30px 18px 29px;
  vertical-align: middle;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  color: #919191;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .left form ul li input[type='submit'] {
  width: auto;
  background: var(--color);
  color: white;
  border: none;
  padding: 0 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  height: 50px;
}
.contact-page .contact-1 .left form ul li input[type='submit']:hover {
  background: #222;
}
.contact-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #919191;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  font-size: 18px;
  color: #919191;
  line-height: 1.6;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-weight: 500;
  padding-top: 4px;
  padding-left: 20px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left form ul li .more {
    padding: 18px 20px;
  }
  .contact-page .contact-2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 10px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
    padding: 10px 0 0 0;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
    width: 100%;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}

/*about-page*/
.about-page .about-1 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.about-page .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}
/*.about-page .about-1 .left .title {
  margin-top: -1%;
}*/
.about-page .about-1 .left .con {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  margin-top: 30px;
}
.about-page .about-1 .right {
  /*padding-left: 59px;*/
  vertical-align: baseline;
  width: 100%;
}
.about-page .about-1 .img-box:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.about-page .about-1 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: 30px;
  transition: 0.5s;
}
/*.about-page .about-1 .play:hover{
  background: #cca255
}*/
.about-page .about-1 .play i {
  position: relative;
  left: 3px;
}
.about-page .about-1 .right .data {
  margin-top: 46px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 24px 30px 13px 30px;
}
.about-page .about-1 .right .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-1 .right .data ul li {
  display: inline-block;
  font-weight: 500;
  color: #101010;
  font-size: 18px;
  line-height: 36px;
}
.about-page .about-1 .right .data ul li span {
  line-height: 32px;
}
.about-page .about-1 .right .data ul li .num {
  font-size: 60px;
  line-height: 0.6;
  transition: 0.5s;
  font-weight: 700;
  color: var(--color);
  margin-bottom: 20px;
  margin-top: 10px;
}
.about-page .about-1 .right .data ul li:hover .num {
  color: #151515;
}
.about-page .about-1 .right .data ul li p {
  margin-top: 12px;
}
.about-page .about-2 {
  padding: 11.41% 0 10%;
}
.about-page .about-2 .left {
  width: 35%;
  padding-top: 54px;
}
.about-page .about-2 .left ul li {
  padding-bottom: 45px;
}
.about-page .about-2 .left ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.about-page .about-2 .left ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  font-size: 20px;
  color: #323232;
  font-weight: 600;
  line-height: 1.6;
  width: 88%;
}
.about-page .about-2 .left ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-2 .right {
  width: 65%;
  position: relative;
}
.about-page .about-2 .right .title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  max-width: 668px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .right .info {
  margin-top: -5.5%;
}
.about-page .about-2 .right .info .img-box {
  width: 50.81%;
}
.about-page .about-2 .right .info .text {
  width: 49.19%;
  padding: 13.21% 0 0 45px;
}
.about-page .about-2 .right .info .text .con {
  font-size: 20px;
  /*font-weight: 600;*/
  color: #323232;
  line-height: 1.5;
}
.about-page .about-2 .right .info .text .more {
  margin: 47px 0 0 88px;
}
.about-page .about-2 .right .bicycle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -50px;
}
.about-page .about-2 .right .bicycle .tire {
  position: absolute;
  z-index: -1;
  bottom: -84px;
  -webkit-animation: xz 2s linear infinite;
  -moz-animation: xz 2s linear infinite;
  animation: xz 2s linear infinite;
}
.about-page .about-2 .right .bicycle .tire1 {
  left: -128px;
}
.about-page .about-2 .right .bicycle .tire2 {
  right: -141px;
}
.about-page .about-2 .right .shadow {
  position: absolute;
  bottom: -110px;
  left: -130px;
}
.about-page .about-3 {
  padding: 9.2% 0 8.24%;
  background: url(../images/about3-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: white;
}
.about-page .about-3 .left {
  width: 32%;
}
.about-page .about-3 .left .title {
  font-size: 60px;
  line-height: 1.4;
  font-weight: 700;
}
.about-page .about-3 .left p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 37px;
}
.about-page .about-3 .left .more {
  color: white;
  margin-top: 36px;
}
.about-page .about-3 .left .more::before {
  background: white;
}
.about-page .about-3 .left .more::after {
  background-color: var(--color);
}
.about-page .about-3 .right {
  width: 68%;
  padding-left: 8.21%;
}
.about-page .about-3 .right ul li .ig {
  padding: 19px 17px;
  /*border: 1px solid rgba(255, 255, 255, 0.35);*/
  /*-webkit-transform: scale(0.908);
  -moz-transform: scale(0.908);
  -ms-transform: scale(0.908);
  transform: scale(0.908);*/
  margin-left: 17px;
}
.about-page .about-3 .right ul li .ig .img-box {
  display: block;
  /*border: 20px solid var(--color);*/
  position: relative;
  z-index: 1;
  /*opacity: .6;*/
}
.about-page .about-4 {
  padding-top: 8.1%;
}
.about-page .about-4 .left {
  width: 74.37%;
  vertical-align: bottom;
  padding-right: 82px;
}
.about-page .about-4 .left ul {
  margin-right: -80px;
}
.about-page .about-4 .left ul li {
  padding-right: 80px;
  color: #323232;
}
.about-page .about-4 .left ul li .top em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
.about-page .about-4 .left ul li .top span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 10px;
}
.about-page .about-4 .left ul li .con {
  font-size: 18px;
  line-height: 32px;
  margin-top: 34px;
  font-weight: 400;
}
.about-page .about-4 .left ul li .img-box {
  margin-top: 39px;
}
.about-page .about-4 .right {
  vertical-align: bottom;
  color: #323232;
  width: 25.63%;
}
.about-page .about-4 .right .title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
}
.about-page .about-4 .right .con {
  font-size: 20px;
  line-height: 1.8;
  /*font-weight: 300;*/
  margin-top: 59px;
}
.about-page .about-4 .right a {
  display: block;
  background: var(--color);
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  padding: 24px 0 23px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: 57px;
}
.about-page .about-4 .right a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-4 .right a:hover::after {
  width: 100%;
}
.about-page .about-5 {
  padding: 100px 0 80px;
}
.about-page .about-5 .ui.container {
  max-width: 100%;
  padding: 0;
}
.about-page .about-5 .title {
  font-size: 60px;
  line-height: 1;
  color: #323232;
  font-weight: bold;
}
.about-page .about-5 .content {
  margin-top: 60px;
}
/*.about-page .about-5 .content ul {
  margin-right: -78px;
}
.about-page .about-5 .content ul li {
  padding-right: 78px;
}*/
.about-page .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
  /*padding-bottom: 65px;*/
}
.about-page .about-5 .content ul li .ig .img-box {
  display: block;
}
.about-page .about-5 .content ul li .ig .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.about-page .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}
.about-page .about-6 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-page .about-6 ul li {
  width: 33%;
  position: relative;
}
.about-page .about-6 ul li img {
  min-height: 500px;
  object-fit: cover;
  padding: 10px;
}
.about-page .about-6 ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 60px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-page .about-6 ul li .text .box {
  flex: 1;
  display: flex;
  line-height: 2;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}
.about-page .about-6 ul li .text .box .cont {
  /*height: 0px;
  overflow-y: hidden;*/
  /*transition: .5s;*/
  display: none;
  line-height: 2;
}
/*.about-page .about-6 ul li .text:hover .box .cont{
  height: 13em;
  overflow-y: auto
}*/
.about-page .about-7 {
  position: relative;
}
.about-page .about-7 .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 90px;
  color: #fff;
}
.about-page .about-7 .text .box {
  width: 50%;
  margin: 0 0 0 auto;
}

.about-page .about_process {
  padding-top: 80px;
}
.about-page .about_process ul {
  margin: -20px;
}
.about-page .about_process ul li {
  padding: 20px;
}
.about-page .about_process ul li .title {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.about-page .about_process ul li .des {
  font-size: 18px;
  line-height: 32px;
}
.about-page .about-11 {
  background: #f5f5f5;
}
.about-page .about-11 ul .slick-slide > div {
  height: auto !important;
}
.about-page .about-11 ul li .box {
  background: white;
  /*border-radius: 10px;*/
  height: 320px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-11 ul li .box .des {
  max-height: 216px;
  overflow: auto;
  min-height: 150px;
}
.about-page .about-11 ul li .box .icon img {
  margin-right: 25px;
}
@media screen and (max-width: 1680px) {
  .about-page .about-2 .left ul li span {
    width: 86%;
  }
  .about-page .about-2 .right .bicycle {
    zoom: 0.82;
  }
  .about-page .about-2 .right .shadow {
    zoom: 0.8;
  }
  .about-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }
  .about-page .about-6 ul li .text {
    padding: 80px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .right .data ul li .num {
    font-size: 50px;
    line-height: 1;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 50px;
  }
  .about-page .about-2 .left ul li span {
    font-size: 20px;
    width: 85%;
    padding-left: 10px;
  }
  .about-page .about-2 .right .info .text {
    padding: 12% 0 0 45px;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 20px;
  }
  .about-page .about-3 .left .title {
    font-size: 46px;
  }
  .about-page .about-4 .left {
    padding-right: 30px;
  }
  .about-page .about-4 .left ul {
    margin-right: -40px;
  }
  .about-page .about-4 .left ul li {
    padding-right: 40px;
  }
  .about-page .about-4 .left ul li .top span {
    font-size: 18px;
    width: 67%;
  }
  .about-page .about-4 .left ul li .con {
    font-size: 17px;
  }
  .about-page .about-4 .right .title {
    font-size: 50px;
  }
  .about-page .about-5 .content ul li .ig .text {
    height: 80%;
  }
  .about-page .about-6 ul li .text {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .left {
    padding-right: 0;
  }
  .about-page .about-1 .right {
    padding-left: 30px;
  }
  .about-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }
  .about-page .about-2 .right .bicycle {
    zoom: 0.6;
  }
  .about-page .about-2 .left ul li span {
    font-size: 18px;
    width: 82%;
  }
  .about-page .about-2 .right .title {
    font-size: 40px;
  }
  .about-page .about-2 .right .shadow {
    zoom: 0.6;
  }
  .about-page .about-4 .right .title {
    font-size: 40px;
  }
  .about-page .about-4 .right .con {
    font-size: 18px;
    margin-top: 40px;
  }
  .about-page .about-4 .left ul {
    margin-right: -20px;
  }
  .about-page .about-4 .left ul li {
    padding-right: 20px;
  }
  .about-page .about-4 .left ul li .top em {
    font-size: 50px;
  }
  .about-page .about-4 .left ul li .con {
    font-size: 15px;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 30px;
  }
  .about-page .about-6 ul li .text {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .left .con {
    margin-top: 30px;
  }
  .about-page .about-2 .left ul li {
    padding-bottom: 30px;
  }
  .about-page .about-2 .left ul li span {
    width: 80%;
    font-size: 16px;
  }
  .about-page .about-2 .right .info .text {
    padding: 7% 0 0 45px;
  }
  .about-page .about-2 .right .info .text .con {
    font-size: 18px;
    line-height: 1.6;
  }
  .about-page .about-2 .right .info .text .more {
    margin: 40px 0 0 70px;
  }
  .about-page .about-3 .left .title {
    font-size: 38px;
  }

  /*.about-page .about-4 .left ul li .con {
    height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }*/
  .about-page .about-4 .right a {
    font-size: 18px;
  }
  .about-page .about-5 .content ul {
    margin-right: -40px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 40px;
  }
  .about-page .about-6 ul li .text {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-7 .text .box {
    width: 100%;
  }

  .about-page .about-1 {
    margin-top: 50px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    display: none;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-top: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-2 .right .bicycle {
    left: 130px;
    zoom: 0.55;
  }
  .about-page .about-2 .right .shadow {
    zoom: 0.55;
    left: 0;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .about-page .about-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-4 .left ul li .top em {
    display: block;
  }
  .about-page .about-4 .left ul li .top span {
    width: 100%;
    display: block;
    padding: 0;
    height: 60px;
  }
  .about-page .about-4 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page .about-4 .right .con {
    margin-top: 15px;
  }
  .about-page .about-4 .right a {
    margin-top: 20px;
  }
  .about-page .about-5 .title {
    font-size: 50px;
  }
  .about-page .about-5 .content {
    margin-top: 60px;
  }
  .about-page .about-6 ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-6 {
    display: none;
  }
  .about-page .about-2 {
    padding: 7% 0 10%;
  }
  .about-page .about-2 .right {
    display: none;
  }
  .about-page .about-5 .title {
    font-size: 40px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul {
    margin-right: -20px;
  }
  .about-page .about-5 .content ul li {
    padding-right: 20px;
  }
  .about-page .about-5 .content ul li .ig {
    padding-bottom: 0;
  }
  .about-page .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }
  .about-page .about-5 .content ul li .ig:hover .text {
    left: 0;
    top: 0;
  }
  .about-page .about-7 > img {
    height: 320px;
    object-fit: cover;
  }
  .about-page .about-7 .text {
    bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-7 > img {
    height: 420px;
  }
  .about-page .about-2 .left ul li span {
    width: 78%;
  }
  .about-page .about-3 .left .title {
    font-size: 30px;
  }
  .about-page .about-3 .left p {
    font-size: 15px;
    margin-top: 15px;
  }
  .about-page .about-3 .left .more {
    margin-top: 20px;
  }

  .about-page .about-5 .title {
    font-size: 27px;
  }
}

.about-page .i-why {
  padding-top: 117px;
  padding-bottom: 130px;
  background: #f5f5f5;
}
.about-page .i-why .top {
  margin-bottom: 54px;
}
.about-page .i-why .top .left .i-title {
  display: inline-block;
}
.about-page .i-why .top .left .i-title:after {
  left: 77%;
  top: 4%;
}
.about-page .i-why .top .right {
  padding-left: 70px;
}
.about-page .i-why .top .right .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  display: none;
}
.about-page .i-why .top .right .des.active {
  display: block;
}
.about-page .i-why .wrap .left {
  width: 66%;
  padding-right: 13px;
}
.about-page .i-why .wrap .left ul {
  margin: -13px;
}
.about-page .i-why .wrap .left ul li {
  padding: 13px;
}
.about-page .i-why .wrap .left ul li .box {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 25px;
  position: relative;
  height: 195px;
}
.about-page .i-why .wrap .left ul li .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  -webkit-box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
}
.about-page .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
  max-width: 36px;
}
.about-page .i-why .wrap .left ul li .box .h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 23px;
  padding-right: 30px;
  min-height: 60px;
}
.about-page .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.about-page .i-why .wrap .left ul li .box .arrow img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .i-why .wrap .left ul li.active .box,
.about-page .i-why .wrap .left ul li .box:hover {
  background: #000;
  color: #fff;
}
.about-page .i-why .wrap .left ul li.active .box .arrow img,
.about-page .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .i-why .wrap .right {
  width: 34%;
  padding-left: 13px;
}
.about-page .i-why .wrap .right ul li {
  height: 415px;
}
.about-page .i-why .wrap .right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1680px) {
  .about-page .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .i-why .wrap .left ul li .box .h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .i-why .wrap .right {
    display: none;
  }
  .about-page .i-why .wrap .left {
    width: 100%;
  }
  .about-page .i-why {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .i-why .top .left {
    width: 100%;
  }
  .about-page .i-why .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .i-why {
    padding: 50px 0;
  }
  .about-page .i-why .wrap .left ul li .box {
    padding: 15px;
  }
  .about-page .i-why .wrap .left ul li .box .arrow {
    right: 10px;
    bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .i-why .top .right .des {
    font-size: 16px;
  }
}
.advantage .pr {
  position: relative;
}
.advantage .top .btn {
  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;
}
.advantage .top .btn .more {
  position: relative;
}
.advantage .top .btn .m1 {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.advantage .header {
  text-align: left;
}
.advantage .header .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}
.advantage .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.advantage .content ul li {
  padding-right: 20px;
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.advantage2 .content ul li {
  width: 20%;
}
.advantage .content ul li .ig {
  border: solid 1px var(--color);
  padding: 40px 60px 37px;
  height: 400px;
}
.advantage .content ul li .ig i {
  display: block;
}
.advantage .content ul li .ig .tit {
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg) translate(-50px, 50%);
  -moz-transform: rotate(90deg) translate(-50px, 50%);
  -ms-transform: rotate(90deg) translate(-50px, 50%);
  transform: rotate(90deg) translate(-50px, 50%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  bottom: auto;
  left: 50%;
  font-weight: 500;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
.advantage .content ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  -webkit-transition:
    opacity 0.1s ease-out,
    -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition:
    opacity 0.1s ease-out,
    -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -moz-transform 0.4s ease-out;
  transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -webkit-transform 0.4s ease-out,
    -moz-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.advantage .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #666666;
}
.advantage .content ul li.active {
  width: 60%;
}
.advantage .content ul li.active .box .t1 {
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}
.advantage .content ul li.active .box {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.advantage .content ul li.active .tit {
  opacity: 0;
}
@media screen and (max-width: 1450px) {
  .advantage .content ul li .ig {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 1250px) {
  .advantage .content ul li .ig {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .advantage .top .btn {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px;
  }
  .advantage .content ul li .ig .tit {
    display: none;
  }
  .advantage .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .advantage .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .advantage .content ul li.active {
    width: 50%;
  }
  .advantage .content ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .advantage .content ul li .ig {
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 700px) {
  .advantage .content ul li,
  .advantage .content ul li.active {
    width: 100%;
  }
  .advantage .content ul li .ig {
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .advantage .content ul li,
  .advantage .content ul li.active {
    width: 100%;
  }
  .advantage .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }
  .advantage .content ul li .ig .tit {
    line-height: 1.5;
  }
  .advantage .content ul li .ig .box {
    line-height: 1.8;
  }
}

/*manufacturing-page*/
.manufacturing-page .marginBox {
  padding: 0 !important;
}
.manufacturing-page .marginTop .list ul li img {
  display: block;
  width: 100%;
}
.manufacturing-page .marginTop .list ul .slick-dots {
  position: absolute;
  bottom: 5%;
  left: 0;
  text-align: center;
  width: 100%;
}
.manufacturing-page .marginTop .list ul .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.manufacturing-page .marginTop .list ul .slick-dots li button {
  display: none;
}
.manufacturing-page .marginTop .list ul .slick-dots li.slick-active {
  background-color: white;
}
.manufacturing-page .manufacturing-1 {
  padding: 90px 0 70px;
}
.manufacturing-page .manufacturing-1 .left {
  padding-right: 3%;
  vertical-align: bottom;
}
.manufacturing-page .manufacturing-1 .left .text {
  font-size: 18px;
  color: #8e8e8e;
  font-weight: 500;
  line-height: 32px;
  margin: 1em 0 2em;
}
.manufacturing-page .manufacturing-1 .right {
  padding-left: 3%;
  vertical-align: bottom;
}
.manufacturing-page .manufacturing-1 .right .list ul {
  margin: -40px -15px;
  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;
}
.manufacturing-page .manufacturing-1 .right .list ul li {
  padding: 40px 15px;
  width: auto;
  min-width: 41%;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
  font-weight: bold;
  font-size: 64px;
  color: var(--color);
  display: block;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sub {
  font-size: 0.78333333em;
  font-weight: normal;
  vertical-align: baseline;
}
.manufacturing-page .manufacturing-1 .right .list ul li span.h6 sup {
  font-size: 0.46666667em;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .right .list ul li p {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  color: #242424;
}
.manufacturing-page .manufacturing-2 {
  padding-bottom: 90px;
}
.manufacturing-page .manufacturing-2 .list .slick-slide > div {
  height: unset !important;
}
.manufacturing-page .manufacturing-2 .list ul {
  margin: -23px;
}
.manufacturing-page .manufacturing-2 .list ul li {
  padding: 23px;
}
.manufacturing-page .manufacturing-2 .list ul li a {
  display: block;
}
.manufacturing-page .manufacturing-2 .list ul li a img {
  display: block;
  width: 100%;
}
.manufacturing-page .manufacturing-2 .list ul li a span {
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  padding: 0.5em;
  text-align: center;
  background-color: var(--index-main-color);
  color: white;
}
.manufacturing-page .manufacturing-3 {
  padding: 60px 0 60px;
  background: url('/stainlesssteelpump/2026/05/07/88555.jpg') center center no-repeat;
  background-size: cover;
}
.manufacturing-page .manufacturing-3 .box {
  margin-left: 55%;
}
.manufacturing-page .manufacturing-3 .box .text {
  font-size: 18px;
  color: #626262;
  line-height: 1.8;
  font-weight: 500;
  padding-right: 1em;
  /*max-height: 11.2em;*/
  margin-top: 1em;
  overflow: auto;
}
.manufacturing-page .manufacturing-4 {
  padding-top: 100px;
  text-align: center;
}
.manufacturing-page .manufacturing-4 .list {
  margin-top: 50px;
  position: relative;
}
.manufacturing-page .manufacturing-4 .list:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #d5d1d8;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}
.manufacturing-page .manufacturing-4 .list ul {
  margin: 0 -8px;
}
.manufacturing-page .manufacturing-4 .list ul li {
  padding: 0 8px;
}
.manufacturing-page .manufacturing-4 .list ul li a.img-box {
  display: block;
  border: 1px solid #bfbfbf;
}
.manufacturing-page .manufacturing-4 .list ul li span.h6 {
  font-size: 24px;
  color: #242424;
  padding: 1.2em 0 0.8em;
  display: block;
  line-height: 1.2;
  position: relative;
}
.manufacturing-page .manufacturing-4 .list ul li span.h6:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--index-main-color);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.manufacturing-page .manufacturing-5 {
  padding: 60px 0 40px;
  text-align: center;
}
.manufacturing-page .manufacturing-5 .list {
  margin-top: 50px;
}
.manufacturing-page .manufacturing-5 .list ul {
  margin: -15px;
}
.manufacturing-page .manufacturing-5 .list ul li {
  padding: 15px;
}
.manufacturing-page .manufacturing-5 .list .slick-track {
  margin-left: 0;
}
.manufacturing-page .manufacturing-6 {
  padding: 100px 0 75px;
  background: url('../images/manufacturing-6-bg.jpg') center center no-repeat;
  background-size: cover;
}
.manufacturing-page .manufacturing-6 .left {
  vertical-align: bottom;
}
.manufacturing-page .manufacturing-6 .left .img {
  margin-right: -7%;
  margin-left: -5%;
}
.manufacturing-page .manufacturing-6 .right {
  vertical-align: bottom;
  padding-left: 4%;
  margin-bottom: 25px;
}
.manufacturing-page .manufacturing-6 .right .slide {
  margin-top: 60px;
}
.manufacturing-page .manufacturing-6 .right .slide:first-child {
  margin-top: 0;
}
.manufacturing-page .manufacturing-6 .right span.h4 {
  font-weight: bold;
  font-size: 26px;
  color: #242424;
  line-height: 2;
  display: block;
  margin-bottom: 1.2em;
}
.manufacturing-page .manufacturing-6 .right .color {
  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;
}
.manufacturing-page .manufacturing-6 .right .color span {
  font-size: 20px;
  padding: 0.4em;
  border-radius: 2em;
  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-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  cursor: hand;
  margin-right: 0.5em;
}
.manufacturing-page .manufacturing-6 .right .color span i {
  width: 2.2em;
  height: 2.2em;
  border-radius: 100%;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-6 .right .color span em {
  margin-right: 2em;
}
.manufacturing-page .manufacturing-6 .right .color span:hover,
.manufacturing-page .manufacturing-6 .right .color span.active {
  background: white;
}
.manufacturing-page .manufacturing-6 .right .select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacturing-page .manufacturing-6 .right .select span {
  font-size: 18px;
  color: #1b1b1b;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  cursor: hand;
}
.manufacturing-page .manufacturing-6 .right .select span i {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-size: auto 80%;
  display: block;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 0.5em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.manufacturing-page .manufacturing-6 .right .select span.active i,
.manufacturing-page .manufacturing-6 .right .select span:hover i {
  background-color: white;
}
.manufacturing-page .manufacturing-6 .right a.more {
  margin-top: 2.5em;
}
.manufacturing-page .manufacturing-7 {
  padding: 100px 0 0px;
  text-align: center;
}
.manufacturing-page .manufacturing-5 .text,
.manufacturing-page .manufacturing-7 .text {
  max-width: 1200px;
  display: block;
  font-size: 18px;
  color: #626262;
  line-height: 32px;
  margin: 1em auto 2em;
}

@media screen and (max-width: 1600px) {
  .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 48px;
  }
  .manufacturing-page .manufacturing-1 .left .text,
  .manufacturing-page .manufacturing-3 .box .text,
  .manufacturing-page .manufacturing-7 .text,
  .manufacturing-page .manufacturing-5 .text {
    font-size: 18px;
    line-height: 32px;
  }
  .manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 22px;
  }
  .manufacturing-page .manufacturing-6 .right .color span {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-6 .right .color span i {
    width: 1.8em;
    height: 1.8em;
  }
  .manufacturing-page .manufacturing-6 .right .select span {
    font-size: 18px;
  }
  .manufacturing-page .manufacturing-6 .right .select span i {
    width: 90px;
    height: 90px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li p {
    font-size: 20px;
  }
  .manufacturing-page .manufacturing-2 .list ul li a span {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-4 .list ul li span.h6 {
    font-size: 20px;
  }
  .manufacturing-page .manufacturing-5 {
    padding: 80px 0;
  }
  .manufacturing-page .manufacturing-5 .list {
    margin-top: 30px;
  }
  .manufacturing-page .manufacturing-6 {
    padding: 50px 0;
  }
  .manufacturing-page .manufacturing-7 {
    padding: 70px 0;
  }
  .manufacturing-page .manufacturing-2 .list ul li {
    padding: 15px;
  }
  .manufacturing-page .manufacturing-2 .list ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1450px) {
  .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 38px;
  }
  .manufacturing-page .manufacturing-1 .left .text,
  .manufacturing-page .manufacturing-3 .box .text,
  .manufacturing-page .manufacturing-7 .text,
  .manufacturing-page .manufacturing-5 .text {
    font-size: 16px;
    line-height: 30px;
  }
  .manufacturing-page .manufacturing-2 .list ul li {
    padding: 10px;
  }
  .manufacturing-page .manufacturing-2 .list ul {
    margin: -10px;
  }
  .manufacturing-page .manufacturing-1 {
    padding: 50px 0;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li {
    padding: 20px 15px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul {
    margin: -20px -15px;
  }
  .manufacturing-page .manufacturing-2 .list ul li a span {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-3 {
    padding: 60px 0;
  }
  .manufacturing-page .manufacturing-4 {
    padding-top: 60px;
  }
  .manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 18px;
  }
  .manufacturing-page .manufacturing-6 .right .color span {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-6 .right .select span {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-6 .right .slide {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .manufacturing-page .manufacturing-1 .left .text,
  .manufacturing-page .manufacturing-3 .box .text,
  .manufacturing-page .manufacturing-7 .text,
  .manufacturing-page .manufacturing-5 .text {
    font-size: 14px;
    line-height: 2;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .manufacturing-page .manufacturing-1 .right .list ul li span.h6 {
    font-size: 24px;
    line-height: 44px;
  }
  .manufacturing-page .manufacturing-4 .list ul li span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li p {
    font-size: 16px;
    line-height: 30px;
  }
  .manufacturing-page .manufacturing-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .manufacturing-page .marginTop .list ul .slick-dots li {
    width: 6px;
    height: 6px;
  }
  .manufacturing-page .manufacturing-2 {
    padding-bottom: 60px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul li {
    padding: 5px;
  }
  .manufacturing-page .manufacturing-1 .right .list ul {
    margin: -5px;
  }
  .manufacturing-page .manufacturing-5 {
    padding: 40px 0;
  }
  .manufacturing-page .manufacturing-5 .list ul li {
    padding: 5px;
  }
  .manufacturing-page .manufacturing-5 .list ul {
    margin: -5px;
  }
  .manufacturing-page .manufacturing-6 .right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .manufacturing-page .manufacturing-6 .left {
    width: 100%;
  }
  .manufacturing-page .manufacturing-6 .left .img {
    margin: 0;
  }
  .manufacturing-page .manufacturing-6 .right .slide {
    margin-top: 15px;
  }
  .manufacturing-page .manufacturing-6 .right span.h4 {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-6 .right span.h4 {
    margin-bottom: 0.6em;
  }
  .manufacturing-page .manufacturing-6 .right a.more {
    margin-top: 1.5em;
  }
  .speech-page .left,
  .speech-page .right {
    width: 100%;
    padding: 0;
  }
  .speech-page .right {
    margin-top: 30px;
  }
  .manufacturing-page .manufacturing-3 {
    background: #efefef;
  }
  .manufacturing-page .manufacturing-3 .box {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .manufacturing-page .manufacturing-3 .box {
    margin-left: 0%;
  }
}
@media screen and (max-width: 500px) {
  .manufacturing-page .manufacturing-6 .right .select span {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-6 .right .select span i {
    width: 60px;
    height: 60px;
  }
  .manufacturing-page .manufacturing-6 .right .color span {
    font-size: 14px;
  }
  .manufacturing-page .manufacturing-7 {
    padding: 40px 0;
  }
}
.m-page a,
.m-page span {
  display: inline-block;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  background: #222;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
}
.rzgc-page .rzgc-4 .right .tab ul li:first-child {
  padding-left: 0;
}
.rzgc-page .rzgc-4 .right .tab ul li {
  font-size: 24px;
  color: #2d2d2d;
  font-weight: 500;
  padding: 0 27px 0 21px;
  border-right: 1px solid rgba(0, 0, 0, 0.41);
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.rzgc-page .rzgc-4 .right .tab ul li:last-child {
  border-right: 0;
}
.rzgc-page .rzgc-4 .right .tab ul li:hover,
.rzgc-page .rzgc-4 .right .tab ul li.active {
  color: var(--color);
}
.service-page .service-1 {
  padding: 100px 0;
  position: relative;
  margin-bottom: 80px;
}
.service-page .service-1 .ui.container {
  position: static;
}
.service-page .service-1 .left {
  padding-right: 7%;
  vertical-align: middle;
}
.service-page .service-1 .left .tab {
  display: block;
}
.service-page .service-1 .left .tab span {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
  color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  text-transform: capitalize;
}
.service-page .service-1 .left .tab span:hover,
.service-page .service-1 .left .tab span.active {
  background: var(--color);
  color: white;
}
.service-page .service-1 .left .list {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 20px;
}
.service-page .service-1 .left .list p {
  padding-top: 1em;
  line-height: 2;
}
.service-page .service-1 .left .list p:first-child {
  padding-top: 0;
}
.service-page .service-1 .right {
  padding-right: 2%;
  vertical-align: middle;
}
.service-page .service-1 .right .list .img {
  height: 460px;
  background-size: cover;
  background-position: center center;
  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;
}
.service-page .service-1 .right .list .img .play {
  cursor: pointer;
  cursor: hand;
}
.service-page .service-1 .right .bg {
  position: absolute;
  right: 0;
  top: 11%;
  z-index: -2;
  width: 640px;
  height: 580px;
}
.service-page .service-1 .right .bg .img {
  background-size: cover;
  background-position: center center;
  width: 640px;
  height: 580px;
  display: block;
  -webkit-transition: 0.5s 1.5s;
  -moz-transition: 0.5s 1.5s;
  transition: 0.5s 1.5s;
}
@media screen and (max-width: 1700px) {
  .service-page .service-1 .right .list .img {
    height: 400px;
  }
  .service-page .service-1 .right .bg,
  .service-page .service-1 .right .bg .img {
    width: 500px;
    height: 600px;
  }
  .service-page .service-1 {
    padding: 160px 0;
  }
}
@media screen and (max-width: 1450px) {
  .service-page .service-1 .left .tab span {
    font-size: 16px;
  }
  .service-page .service-1 .left .list {
    margin-top: 30px;
  }
  .service-page .service-1 .right .list .img {
    height: 360px;
  }
  .service-page .service-1 .right .bg,
  .service-page .service-1 .right .bg .img {
    width: 400px;
    height: 500px;
  }
  .service-page .service-1 {
    padding: 130px 0;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-1 .left .list {
    font-size: 14px;
  }
  .service-page .service-1 .left .tab span {
    line-height: 40px;
    height: 40px;
  }
  .service-page .service-1 .right .list .img {
    height: 320px;
  }
  .service-page .service-1 .right .bg {
    display: none;
  }
  .service-page .service-1 {
    padding: 60px 0;
  }
  .rzgc-page .rzgc-4 .left {
    width: 100%;
  }
  .rzgc-page .rzgc-4 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .left {
    padding-right: 0;
    width: 100%;
  }
  .service-page .service-1 .right {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
  .service-page .service-1 .right .list .img {
    height: 220px;
  }
  .service-page .service-1 .left .list {
    margin-top: 15px;
  }
  .rzgc-page .rzgc-4 .right .tab ul li {
    font-size: 18px;
  }
}

.element {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.element:after {
  content: '';
  background: #f8f8f8;
  width: 300%;
  height: 300%;
  position: absolute;
  left: -100%;
  top: -100%;
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.application-4 li.element:hover:after {
  -webkit-transform: rotate(0deg) translateY(-100%);
  -moz-transform: rotate(0deg) translateY(-100%);
  -ms-transform: rotate(0deg) translateY(-100%);
  transform: rotate(0deg) translateY(-100%);
}

.element .text {
  position: relative;
  z-index: 9;
  text-align: center;
  padding: 120px 0;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.application-4 li.element:hover .text {
  padding: 160px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.application-4 li.element:hover {
  color: #fff;
}

.element .text span.meta {
  font-size: 14px;
}

.element .text h2 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.element .text .right {
  font-size: 17px;
}

.element .text .left p {
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
  padding: 5px 0;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1250px) {
  .element .text h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  .element .text h2 {
    font-size: 24px;
  }

  .application-4 li.element:hover .text,
  .element .text {
    padding: 60px 0;
  }

  .application-4 li.element {
    background-size: cover !important;
  }

  .application-4 li.element .text .left {
    width: 100%;
  }
}
.oem-page .init-1 .container {
  max-width: 1740px;
}
.oem-page .init-1 .container .left {
  width: 44%;
}
.oem-page .init-1 .container .left img {
  width: 100%;
}
.oem-page .init-1 .container .right {
  width: 56%;
  padding-left: 60px;
}
.oem-page .init-1 .container .right .tipsTitle {
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.oem-page .init-1 .container .right .tipsDes {
  font-weight: 500;
  color: var(--color);
}
.oem-page .init-1 .container .right .content ul li .box {
  position: relative;
}
.oem-page .init-1 .container .right .content ul li .box .title {
  padding: 16px 60px 16px 30px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.oem-page .init-1 .container .right .content ul li .box .title i {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.oem-page .init-1 .container .right .content ul li .box .des {
  border-top: 1px solid #dedade;
  color: #666666;
  padding: 20px 50px;
  line-height: 1.8;
  background-color: #f0efeb;
  display: none;
}
.oem-page .init-1 .container .right .content ul li.active .box .title {
  background-color: #f0efeb;
}
.oem-page .init-1 .container .right .content ul li.active .box .title i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 1000px) {
  .oem-page .init-1 .container .left {
    width: 100%;
    max-width: 400px;
  }
  .oem-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .oem-page .init-1 .container .right .content ul li .box .title i {
    top: 18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .oem-page .init-1 .container .right .content ul li .box .title {
    padding: 16px 30px 16px 16px;
  }
  .oem-page .init-1 .container .right .content ul li .box .des {
    padding: 16px;
  }
}
.product-page .sidebar-right .tagCont ul {
  margin: 0 -15px;
}
.product-page .sidebar-right .tagCont ul li {
  width: 33.33%;
  margin-top: 6px;
  padding: 0 15px;
}
.product-page .sidebar-right .tagCont ul li a {
  transition: all 0.5s;
  display: block;
  padding: 12px 20px;
  border-radius: 4px;
  background: #f2f2f2;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.product-page .sidebar-right .tagCont ul li.active a,
.product-page .sidebar-right .tagCont ul li a:hover,
.product-page .sidebar-right .tagCont ul li a.active {
  background: var(--color);
  color: #fff;
}

.product-page .sidebar-right .tagbox .flex {
  margin: 0 -15px;
}
.product-page .sidebar-right .tagbox .flex form {
  padding: 0 15px;
  position: relative;
}
.product-page .sidebar-right .tagbox .flex form input {
  width: 100%;
  transition: all 0.5s;
  /*border-radius: 4px;*/
  background: #f2f2f2;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, .2);*/
  border: none;
  height: 64px;
}
.product-page .sidebar-right .tagbox .flex form input[type='submit'] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  box-shadow: unset;
}
.product-page .sidebar-right .tagbox .flex form.active input[type='text'],
.product-page .sidebar-right .tagbox .flex form:hover input[type='text'] {
  background: var(--color);
  color: white;
}
@media screen and (max-width: 1450px) {
  .seoPublic .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .dt-01 .dt-box .right .fl,
  .dt-01 .dt-box .right .fr {
    float: unset;
    width: 100% !important;
  }
}
@media screen and (max-width: 1000px) {
  .lg-page ul li {
    width: 33.33%;
  }
  .dt-01 .dt-box {
    padding: 20px;
  }
  .seoPublic .Auxil-about .box .left {
    width: 100%;
  }
  .seoPublic .title {
    font-size: 24px;
  }
  table tbody {
    white-space: unset;
    word-break: normal;
  }
}
@media screen and (max-width: 700px) {
  .lg-page ul li {
    width: 50%;
  }
  .seoPublic .Auxil-form .form ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .lg-page ul li {
    width: 100%;
  }
}
/* table tbody {
  min-width: unset;
  white-space: unset;
  word-break: normal;
} */

.fadeInRight h1 {
  display: initial;
}

.plasticpipe {
  font-size: 16px;
  line-height: 1.8;
}

.right .text a {
  color: #666 !important;
}

.plasticpipe {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 399px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px 5px;
}


@-webkit-keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
@-moz-keyframes lz {
  from {
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
@keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}

.more1 {
  height: 3.11111111em;
  padding: 0.33333333em;
  border-radius: 1.55555556em;
  background-color: var(--color);
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more1 i {
  width: 2.44444444em;
  height: 2.44444444em;
  border-radius: 100%;
  background-color: rgba(19,98,165,.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
.more1 i:before {
  font-size: 1.3em;
}
.more1 em {
  padding: 0 1.1em;
}
.more1:hover {
  background-color: black;
}
.more1:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about-page1 .about-1 .right .text{
  max-height: calc(1.5em * 16);
  overflow-y: auto;
}
.about-page1 .about-1 .list {
  position: relative;
}
.about-page1 .about-1 .list span.h1 {
  font-size: 12.86458333vw;
  color: var(--color);
  position: absolute;
  top: 48%;
  left: 0;
  white-space: nowrap;
  line-height: 1.2;
  -webkit-animation: lz 10s linear infinite;
  -moz-animation: lz 10s linear infinite;
  animation: lz 10s linear infinite;
}
.about-page1 .about-1 .list span.h1 em {
  margin-right: .5em;
}
.about-page1 .about-1 .list ul {
  padding-left: 22.7%;
  padding-right: 22.7%;
  overflow: hidden;
}
.about-page1 .about-1 .list .slick-list {
  overflow: unset;
}
.about-page1 .about-1 .list .slick-list li {
  -webkit-transform: scale(0.76) translateX(10%);
  -moz-transform: scale(0.76) translateX(10%);
  -ms-transform: scale(0.76) translateX(10%);
  transform: scale(0.76) translateX(10%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page1 .about-1 .list .slick-list .slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page1 .about-1 .list .slick-list .slick-current ~ div li {
  -webkit-transform: scale(0.76) translateX(-10%);
  -moz-transform: scale(0.76) translateX(-10%);
  -ms-transform: scale(0.76) translateX(-10%);
  transform: scale(0.76) translateX(-10%);
}
.about-page1 .about-1 span.h7 {
  font-weight: 500;
  padding: 1.2em;
  border-radius: 2em;
  border: 1px solid black;
}
.about-page1 .about-2 {
  background-image: -webkit-linear-gradient(130deg, var(--color), #0c1937);
  background-image: -moz-linear-gradient(130deg, var(--color), #0c1937);
  background-image: linear-gradient(320deg, var(--color), #0c1937);
  /*color: white;*/
}
/*
.about-page1 .about-2 .text {
  color: inherit;
}
.about-page1 .about-2 .list {
  padding-right: 22%;
  margin-right: -20%;
  position: relative;
  left: -20%;
  border-top-right-radius: 15.625vw;
  border-bottom-right-radius: 15.625vw;
  overflow: hidden;
}
.about-page1 .about-2 .list .slick-list {
  overflow: unset;
}*/
.about-page1 .about-3 {
  position: relative;
}
.about-page1 .about-3:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: -1;
}
.about-page1 .about-3 .list {
  padding-right: 29%;
  margin-right: -10%;
  overflow: hidden;
  font-size: 0;
}
.about-page1 .about-3 .list li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.about-page1 .about-3 .list .slick-list {
  overflow: unset;
}
.about-page1 .about-3 .list span.h2 {
  line-height: .8;
  -webkit-text-stroke: 1px var(--color);
  color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page1 .about-3 .list i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
}
.about-page1 .about-3 .list .text {
  margin-bottom: auto;
}
.about-page1 .about-3 .list .slick-current span.h2 {
  color: var(--color);
}
.about-page1 .about-4 .text {
  max-width: 1100px;
}
.about-page1 .about-5 {
  background-position: center top;
}
.support-page .support-5 .left{
  color: #fff;
}
.support-page .support-5 .right {
  -webkit-transform: translateX(8%);
  -moz-transform: translateX(8%);
  -ms-transform: translateX(8%);
  transform: translateX(8%);
}
.support-page .support-5 .right .list span.h6 {
  cursor: pointer;
  cursor: hand;
  color: #fff;
}
.support-page .support-5 .right .list li.active span.h6 {
  color: #333;
}
.support-page .support-5 .right .list span.h6 em {
  width: 1.7em;
    -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  filter: invert(1);
}
.support-page .support-5 .right .list li.active span.h6 em {
  filter: invert(0);
}
.support-page .support-5 .right .list span.h6 i {
  margin-left: auto;
  font-weight: normal;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.support-page .support-5 .right .list li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.support-page .support-5 .right .list li.active {
  background-color: #f3f3f3;
  color: #000;
}
.support-page .support-5 .right .list li.active span.h6 i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1450px) {
  .support-page .support-5 .right {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
span.tag {
  color: var(--color);
}
.inner-page.industrial-page .slickBtn {
  font-size: 30px;
}
.inner-page.industrial-page .slickBtn div {
  background-color: #1c1c1c;
}
.inner-page.industrial-page .slickBtn div.next {
  margin-left: 0.5em;
}
.inner-page.industrial-page .slickBtn div:hover,
.inner-page.industrial-page .slickBtn div.prev {
  background-color: var(--color);
}
.inner-page.industrial-page .honor .slickBtn div {
  border: 1px solid black;
  background-color: black;
}
.inner-page.industrial-page .honor .slickBtn div.prev {
  background-color: transparent;
  color: black;
}
.inner-page.industrial-page .honor .slickBtn div:hover {
  background-color: var(--color);
  color: white !important;
  border-color: var(--color);
}
@media screen and (max-width: 1000px) {
  .inner-page.industrial-page .slickBtn {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .industrial-2 .list .slickBtn div {
    top: 37%;
  }
}
.inner-page .ProductBox .btn a {
  width: 10em;
  padding: 0 1em;
  height: 2.71428571em;
  -webkit-transition: .5s all,color 0s;
  -moz-transition: .5s all,color 0s;
  transition: .5s all,color 0s;
  border: 1px solid transparent;
}
.inner-page .ProductBox .btn a:last-child {
  background-color: var(--color);
  color: white;
}
.inner-page .ProductBox .btn a:hover {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}
.inner-page .ProductBox:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .ProductBox:hover span.tag {
  color: inherit;
}
.inner-page .ProductBox:hover .btn a:first-child {
  border-color: white;
  background-color: white;
  color: var(--color);
}
.inner-page .ProductBox:hover .btn a:last-child {
  background-color: transparent;
  color: white;
  border-color: white;
}


.inner-page .relatedPro .box {
  height: 100%;
  border: 1px solid #c8c8c8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .relatedPro .box a.img-box {
  padding: 7%;
  border-radius: inherit;
}
.inner-page .relatedPro .box .btn {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.inner-page .relatedPro .box .btn a {
  height: 2.71428571em;
  min-width: 2.71428571em;
  padding: 0 1.42857143em;
  border-radius: 1.42857143em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .relatedPro .box .btn a:first-child {
  padding: 0;
  background-color: #ccc;
}
.inner-page .relatedPro .box .btn a:first-child i {
  font-size: 1.5em;
}
.inner-page .relatedPro .box .btn a:last-child {
  background-color: var(--color);
  color: white;
  margin-top: -2.71428571em;
  opacity: 0;
}
.inner-page .relatedPro .box .btn a:last-child:hover {
  background-color: black;
}
.inner-page .relatedPro .box:hover {
  border-color: var(--color);
}
.inner-page .relatedPro .box:hover .btn a:last-child {
  opacity: 1;
}
.inner-page .relatedPro .slick li {
  height: 100%;
  padding-bottom: 1.35714286em;
}
.inner-page .relatedPro .slickDots li {
  margin: 0 1.2em;
  background-color: #ccc;
  border: none;
}
.inner-page .relatedPro .slickDots li.slick-active {
  background-color: var(--color);
}

.industrial-page .industrial-1 .right span.h2 {
  max-width: 640px;
}
.app-page .industrial-1 .right span.h2 {
  width: 100%;
}
.industrial-page .industrial-1 .right .info {
  max-width: 640px;
}
.industrial-page .industrial-1 .right .info li {
  padding: 0.3em 0.5em;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.industrial-page .industrial-1 .right .info li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(var(--color)));
  background-image: -webkit-linear-gradient(right, white, var(--color));
  background-image: -moz-linear-gradient(right, white, var(--color));
  background-image: linear-gradient(to left, white, var(--color));
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.industrial-page .industrial-1 .right .info li:hover {
  color: white;
}
.industrial-page .industrial-1 .right .info li:hover:before {
  opacity: 1;
}
.industrial-page .industrial-1 .right .dots p {
  margin-bottom: 0.3em;
}
.industrial-page .industrial-1 .right .dots p i {
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background-color: var(--color);
}
.industrial-page .industrial-1 .box:not(.flex-drr) .left {
  direction: rtl;
}
.industrial-page .industrial-3 .box {
  width: 100%;
  position: relative;
}
.industrial-page .industrial-3 .box li {
  height: 100%;
  padding-top: 1.33333333em;
}
.industrial-page .industrial-3 .box:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 10%;
  top: 0;
  background-color: #f8f8f8;
}
.industrial-page .industrial-3 .box .box2 {
  border: 1px solid #b5b5b5;
  height: 100%;
  position: relative;
  background-color: white;
}
.industrial-page .industrial-3 .box .box2 span.num {
  width: 2.66666667em;
  height: 3.05555556em;
  background-color: var(--color);
  color: white;
  margin-top: -1.33333333em;
}
.industrial-page .industrial-3 .box .box2 span.h6 {
  line-height: 1.2;
}
.industrial-page .industrial-3 .box .box2 > i {
  height: 3.45em;
}
.industrial-page .industrial-3 .box .box2 > i img {
  max-height: 100%;
}
.industrial-page .industrial-3 .box .box2 .border i {
  position: absolute;
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 0;
  height: 0;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(1) {
  height: 1px;
  left: 0;
  top: -1px;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(2) {
  width: 1px;
  right: -1px;
  top: 0;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(3) {
  height: 1px;
  right: 0;
  bottom: -1px;
}
.industrial-page .industrial-3 .box .box2 .border i:nth-child(4) {
  width: 1px;
  left: -1px;
  bottom: 0;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(1),
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(3) {
  width: 100%;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(2),
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(4) {
  height: 100%;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
@media screen and (max-width: 1000px) {
  .industrial-page .industrial-1 .left .img {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .industrial-page .industrial-3 .box {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .video-page .flex-4>*{
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .video-page .flex-4>*{
    width: 100%;
  }
}
.application-page .container .tips {
  text-align: center;
  font-weight: 600;
  /*text-transform: uppercase;*/
}
.application-page .container .tips .r {
  color: #b60005;
}
.application-page .container .des {
  text-align: center;
  margin-top: 10px;
}
.application-page .container .content ul {
  margin: 0 -20px;
}
.application-page .container .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.application-page .container .content ul li .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.application-page .container .content ul li .box .title {
  font-weight: 500;
  text-align: center;
  
  text-transform: uppercase;
  padding: 10px 0;
}
.application-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page .container .content ul li .box .img img {
  width: 100%;
}
.application-page .container .content ul li .box .intro p{
  max-height: calc(1.5em * 6);
  overflow-y: auto;
}
@media (max-width: 500px) {
  .application-page .container .content ul {
    margin: 0;
  }
  .application-page .container .content ul li {
    margin-top: 30px;
    padding: 0;
  }
}


