@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaBT-Book.eot") format("eot"), url("../fonts/FuturaBT-Book.woff2") format("woff2"), url("../fonts/FuturaBT-Book.woff") format("woff"), url("../fonts/FuturaBT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaBT-Bold.eot") format("eot"), url("../fonts/FuturaBT-Bold.woff2") format("woff2"), url("../fonts/FuturaBT-Bold.woff") format("woff"), url("../fonts/FuturaBT-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaBT-Medium.eot") format("eot"), url("../fonts/FuturaBT-Medium.woff2") format("woff2"), url("../fonts/FuturaBT-Medium.woff") format("woff"), url("../fonts/FuturaBT-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/BarlowCondensed-Medium.eot") format("eot"), url("../fonts/BarlowCondensed-Medium.woff2") format("woff2"), url("../fonts/BarlowCondensed-Medium.woff") format("woff"), url("../fonts/BarlowCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Futura";
  max-width: 1920px;
  --color: #ec6617;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1650px;
  margin: auto;
  width: 100%;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more {
  display: inline-block;
  height: 50px;
  line-height: 49px;
  border-radius: 25px;
  border: solid 1px var(--color);
  padding: 0 65px;
  background: none;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}
.more:hover {
  background: var(--color);
  color: #ffffff;
}
.page-header01{
  background: #ffffff;
}
.mobile-menu-wrap01 .mobile-menu{
  background: #ffffff;
  color: #000000;
}
.mobileForm input{
  border: 1px solid var(--color);
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 40px;
  background-color: #ffffff;
  border-radius: 59px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .logo {
  position: relative;
  padding-left: 18px;
  margin-right: 20px;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 85%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 50px;
  color: #000000;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
  letter-spacing: 1px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#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;
  z-index: 1;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -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 .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li: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 .ui.menu .menu-box ul.menu > li: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 .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  padding-right: 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  margin-right: 16px;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
}
#header .nav .ui.menu .h-language span img {
  width: 25px;
  margin-right: 8px;
}
#header .nav .ui.menu .h-language span i {
  margin-left: 5px;
}
#header .nav .ui.menu .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: 130%;
  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 .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu 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;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .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 .ui.menu .chat {
  margin-left: 35px;
  display: inline-block;
  height: 40px;
  background-color: #ec6617;
  border-radius: 20px;
  padding: 0 35px;
  line-height: 39px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .chat:hover {
  background: #000000;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
/*#header.active .ui.menu {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
}*/
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.lh-1 {
  line-height: 1;
}
.title {
  font-weight: bold;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
}
#banner li .text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  width: 100%;
}
#banner li .text .box {
  width: 50%;
}
#banner li .text .title {
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0px 5px 0px #000000;
}
#banner li .text .cont {
  color: #ffffff;
}
#banner li .text .more {
  background: #ffffff;
}
#banner li .text .more:hover {
  background: var(--color);
}
#banner .prev,
#banner .next {
  width: 45px;
  height: 45px;
  background: none;
  font-size: 38px;
  line-height: 45px;
  border: 2px solid #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#banner .prev:hover,
#banner .next:hover {
  background: #ffffff;
  color: var(--color);
}
#banner .prev {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .next {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fw-9 {
  font-weight: 900;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
#index-body .choose .cont {
  max-width: 860px;
  margin: 0 auto;
  line-height: 1.2;
}
#index-body .choose .bottom .box .icon {
  height: 70px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .choose .bottom .box .icon img {
  max-height: 70px;
  width: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .choose .bottom .box .t1 {
  font-weight: 900;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .choose .bottom .box .cont {
  opacity: 0.8;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .choose .bottom .box:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .choose .bottom .box:hover .icon img {
  -webkit-filter: none;
  filter: none;
}
#index-body .choose .bottom .box:hover .t1 {
  color: var(--color);
}
#index-body .choose .bottom .box:hover .cont {
  opacity: 1;
}
#index-body .type {
  overflow: hidden;
}
#index-body .type .left {
  width: 35%;
}
#index-body .type .left .title {
  line-height: 1.2;
}
#index-body .type .left .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
}
#index-body .type .left .btns div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color);
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .type .left .btns div:hover {
  background: #000000;
}
#index-body .type .left .btns .next {
  margin-left: 25px;
}
#index-body .type .left ul {
  margin: 0 -5px;
}
#index-body .type .left ul li {
  padding: 0 5px;
}
#index-body .type .right {
  width: 65%;
}
#index-body .type .right .rg-box {
  overflow: hidden;
  width: 120%;
  padding-right: 35%;
}
#index-body .type .right ul {
  margin: -15px;
}
#index-body .type .right ul li {
  padding: 15px;
}
#index-body .type .right .slick-list {
  overflow: visible;
}
#index-body .type .right .img {
  border-radius: 15px;
}
#index-body .type .right .img img {
  width: 100%;
}
#index-body .type .right .t1 {
  padding: 10px 15px;
}
#index-body .products .top .cont {
  max-width: 910px;
  margin: 0 auto;
  line-height: 1.2;
}
#index-body .products .bottom ul {
  margin: -10px;
}
#index-body .products .bottom ul li {
  padding: 10px;
}
#index-body .products .bottom ul li .box {
  border-radius: 6px;
  border: solid 1px #e2e2e2;
  overflow: hidden;
  color: #ffffff;
  position: relative;
}
#index-body .products .bottom ul li .box .t1 {
  font-weight: bold;
  line-height: 1.2;
}
#index-body .products .bottom ul li .box .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(236, 102, 24, 0.8);
  padding: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(105%);
  -moz-transform: translateY(105%);
  -ms-transform: translateY(105%);
  transform: translateY(105%);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#index-body .products .bottom ul li .box .text .cont {
  line-height: 1.4;
  max-height: 5.0em;
  /*overflow-y: auto;*/
}
#index-body .products .bottom ul li .box .text .btn {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products .bottom ul li .box .text .btn:hover {
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
#index-body .products .bottom ul li .box:hover .text {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
#index-body .about .box {
  border-radius: 30px;
  overflow: hidden;
}
#index-body .about .box .left {
  width: 50%;
  background: var(--color);
  color: #ffffff;
  padding: 105px 65px;
  position: relative;
  z-index: 3;
}
#index-body .about .box .left .title {
  line-height: 1.2;
}
#index-body .about .box .left .more {
  border: solid 1px #ffffff;
}
#index-body .about .box .left .more:hover {
  background: #ffffff;
  color: #000000;
}
#index-body .about .box .left .masks {
  background: var(--color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .box .left .masks .btns {
  width: 78px;
  height: 78px;
  background-color: #ffffff;
  border-radius: 50%;
  line-height: 78px;
  text-align: center;
  font-size: 30px;
  color: var(--color);
  display: block;
  position: absolute;
  right: 0;
  top: 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;
}
#index-body .about .box .right {
  width: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .box .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .about .box:hover .left .masks {
  width: 110%;
}
#index-body .about .box:hover .left .masks .btns {
  -webkit-transform: translate(50%, -50%) scale(1.4);
  -moz-transform: translate(50%, -50%) scale(1.4);
  -ms-transform: translate(50%, -50%) scale(1.4);
  transform: translate(50%, -50%) scale(1.4);
}
#index-body .about .box:hover .right {
  width: 45%;
}
#index-body .about .dates li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
#index-body .about .dates li .num {
  font-family: "Barlow";
  font-weight: 500;
  line-height: 0.75;
  color: var(--color);
}
#index-body .about .dates li .txt {
  margin-left: 20px;
  max-width: 155px;
}
#index-body .about .dates li .txt .dot {
  font-size: 24px;
  font-weight: 900;
  color: var(--color);
  line-height: 1;
  padding: 5px 0 2px;
}
#index-body .about .dates li .txt .con {
  font-size: 18px;
  line-height: 1.2;
  opacity: 0.8;
}
#index-body .solution .tip .cont {
  max-width: 1030px;
  margin: 0 auto;
  line-height: 1.2;
}
#index-body .solution .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
#index-body .solution .bottom li {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -moz-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding: 10px;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#index-body .solution .bottom li .box {
  position: relative;
  height: 530px;
  background: no-repeat center center / cover;
  border-radius: 12px;
  overflow: hidden;
}
#index-body .solution .bottom li .box .t1 {
  position: absolute;
  font-weight: bold;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding: 30px 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .solution .bottom li .box .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: linear-gradient(to top,rgba(0, 0, 0, 0.5) 80%,transparent)
}
#index-body .solution .bottom li .box .txt .t2 {
  font-weight: 900;
}
#index-body .solution .bottom li .box .txt .con {
  line-height: 1.5;
}
#index-body .solution .bottom li:hover {
  -webkit-box-flex: 6;
  -webkit-flex: 6;
  -moz-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
}
#index-body .solution .bottom li:hover .box .t1 {
  opacity: 0;
  -webkit-transform: translateY(105%);
  -moz-transform: translateY(105%);
  -ms-transform: translateY(105%);
  transform: translateY(105%);
}
#index-body .solution .bottom li:hover .box .txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .support .title {
  line-height: 1.1;
}
#index-body .support .box .left {
  width: 50%;
}
#index-body .support .box .left ul li {
  padding: 26px 0;
  border-bottom: 1px solid rgba(70, 70, 70, 0.1);
}
#index-body .support .box .left ul li .tip {
  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;
  cursor: pointer;
}
#index-body .support .box .left ul li .tip .icon {
  width: 32px;
  margin-right: 13px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .support .box .left ul li .tip .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .support .box .left ul li .tip i {
  color: #a0a0a0;
  font-size: 24px;
  margin-left: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .support .box .left ul li .tip.active .icon {
  -webkit-filter: none;
  filter: none;
}
#index-body .support .box .left ul li .tip.active .txt {
  color: var(--color);
  font-weight: 900;
}
#index-body .support .box .left ul li .tip.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: var(--color);
}
#index-body .support .box .left ul li .cont {
  padding: 16px 45px 20px;
  display: none;
}
#index-body .support .box .right {
  width: 50%;
}
#index-body .support .box .right .img{
  position: relative;
}
#index-body .support .box .right .img>img{
  opacity: 0
}
#index-body .support .box .right .img i{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  transition: .5s;
}
#index-body .support .box .right .img i.active{
  opacity: 1;
}
#index-body .project .top .title {
  line-height: 1.1;
}
#index-body .project .top .cont {
  line-height: 1.2;
  opacity: 0.75;
}
#index-body .project .top .right {
  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: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
#index-body .project .top .right div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color);
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .project .top .right div:hover {
  background: #000000;
}
#index-body .project .top .right .next {
  margin-left: 25px;
}
#index-body .project .bottom {
  overflow: hidden;
}
#index-body .project .bottom ul {
  margin: -10px;
}
#index-body .project .bottom ul li {
  padding: 10px;
}
#index-body .project .bottom ul li .box .img {
  position: relative;
}
#index-body .project .bottom ul li .box .img img {
  width: 100%;
}
#index-body .project .bottom ul li .box .img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  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-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#index-body .project .bottom ul li .box .img .mask .btn {
  width: 100px;
  height: 100px;
  background: #ffffff;
  color: var(--color);
  text-align: center;
  line-height: 100px;
  font-size: 30px;
  border-radius: 50%;
}
#index-body .project .bottom ul li .box:hover .img .mask {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 0;
}
#index-body .news .img-box {
  border-radius: 10px;
}
#index-body .news .text {
  padding: 25px 15px;
}
#index-body .news .text .time img {
  margin-right: 13px;
}
#index-body .news .text .time span {
  opacity: 0.7;
  font-style: italic;
}
#index-body .news .text .t1 {
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  margin-top: 3px;
  display: block;
}
#index-body .news .text .t1:hover {
  color: var(--color);
}
#index-body .news .text .con {
  opacity: 0.7;
}
#index-body .news .text .btn {
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .text .btn:hover {
  color: var(--color);
}
strong {
  font-weight: bold;
}
#footer .f-form .box {
  border-radius: 15px;
  margin: 0 60px;
  overflow: hidden;
  margin-top: -90px;
  background: var(--color);
}
#footer .f-form .box .left {
  width: 50%;
  background: var(--color);
  color: #ffffff;
  padding: 66px 50px 40px 35px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-form .box .left .title {
  line-height: 1.1;
}
#footer .f-form .box .left .title .s2 {
  letter-spacing: -1px;
}
#footer .f-form .box .left .cont {
  opacity: 0.75;
}
#footer .f-form .box .left .btns {
  width: 78px;
  height: 78px;
  background-color: #ffffff;
  color: var(--color);
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  line-height: 78px;
  position: absolute;
  right: 0;
  top: 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;
}
#footer .f-form .box .right {
  width: 50%;
  padding: 66px 45px 40px 80px;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-form .box .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-form .box .right ul li {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 45px;
  padding-bottom: 9px;
  padding-left: 30px;
  background: no-repeat left top 5px;
}
#footer .f-form .box .right ul li:nth-child(1) {
  background-image: url(../images/form1.png);
}
#footer .f-form .box .right ul li:nth-child(2) {
  background-image: url(../images/form2.png);
}
#footer .f-form .box .right ul li:nth-child(3) {
  background-image: url(../images/form3.png);
}
#footer .f-form .box .right ul li:nth-child(4) {
  background-image: url(../images/form4.png);
}
#footer .f-form .box .right ul li input {
  width: 100%;
  height: 20px;
  background: none;
  border: none;
}
#footer .f-form .box .right ul .i1 {
  width: 45%;
}
#footer .f-form .box .right ul .i2 {
  width: 100%;
}
#footer .f-form .box .right ul .i2 textarea {
  width: 100%;
  height: 45px;
  background: none;
  border: none;
}
#footer .f-form .box .right ul .sbumit {
  border: none;
  padding: 0;
  padding-right: 20px;
  padding-bottom: 2px;
  background-position: right 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;
  margin-bottom: 0;
}
#footer .f-form .box .right ul .sbumit input {
  height: 25px;
}
#footer .f-form .box.active .left {
  width: 40%;
}
#footer .f-form .box.active .left .btns {
  -webkit-transform: translate(50%, -50%) scale(1.2);
  -moz-transform: translate(50%, -50%) scale(1.2);
  -ms-transform: translate(50%, -50%) scale(1.2);
  transform: translate(50%, -50%) scale(1.2);
}
#footer .f-form .box.active .left.active {
  width: 60%;
}
#footer .f-form .box.active .right {
  width: 40%;
}
#footer .f-form .box.active .right.active {
  width: 60%;
}
#footer .f-box {
  margin: 0 60px;
}
#footer .f-box .f-ab {
  max-width: 400px;
  font-size: 18px;
}
#footer .f-box .tit {
  font-weight: bold;
}
#footer .f-box li a {
  color: #6f6f6f;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box li a::before {
  content: "\f0da";
  font: normal normal normal 14px / 1 FontAwesome;
  margin-right: 9px;
}
#footer .f-box li a:hover {
  color: var(--color);
}
#footer .f-box .f-nav li ul{
  display: none;
}
#footer .f-box .f-contact {
  max-width: 350px;
}
#footer .f-box .f-contact li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}
#footer .f-box .f-contact li .icon {
  width: 28px;
  margin-right: 13px;
  padding-top: 4px;
}
#footer .f-box .f-contact li .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.85;
}
#footer .f-box .f-code {
  max-width: 128px;
}
#footer .f-box .f-code #ewm {
  width: 128px;
  height: 128px;
}
#footer .f-box .f-code .share a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box .f-code .share a:hover {
  color: var(--color);
}
#footer .f-copy {
  font-size: 16px;
  background-color: #e5e5e5;
  line-height: 1.8;
  color: #8b8b8b;
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
}
#footer .f-copy .cod {
  margin: 0 60px;
}
#footer .f-copy .bq {
  color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  color: #8b8b8b;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #8b8b8b;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #8b8b8b;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #header .nav .ui.menu .logo {
    zoom: 0.8;
  }
  #header .nav .ui.menu .chat {
    display: none;
  }
  #banner li .text .box {
    width: 55%;
  }
  #index-body .about .dates li .num {
    zoom: 0.85;
  }
  #footer .f-form .box {
    margin: 0 30px;
    margin-top: -60px;
  }
  #footer .f-box,
  #footer .f-copy .cod {
    margin: 0 30px;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #footer .f-box .f-ab,
  #footer .f-box .f-contact {
    max-width: 300px;
  }
  #index-body .about .box .left {
    padding: 70px 50px;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #banner .slickDots {
    display: none;
  }
  #banner li .text {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #index-body .choose .bottom li {
    margin-bottom: 15px;
  }
  .font-36{
    font-size: 22px;
  }
  .font-26{
    font-size: 20px;
    }
  .font-22,
  .font-24 {
    font-size: 18px;
  }
  #index-body .about .dates {
    padding-left: 0;
    padding-right: 0;
  }
  #index-body .about .dates li {
    width: 50%;
    margin-bottom: 30px;
  }
  #index-body .about .dates li .num {
    zoom: 1;
  }
  #index-body .support .box .right {
    padding-right: 0;
  }
  #index-body .news .bottom {
    padding: 0;
  }
  #footer .f-form .box {
    margin: 0;
    margin-top: -60px;
  }
  #footer .f-box,
  #footer .f-copy .cod {
    margin: 0;
  }
  #footer .f-box .f-ab .logo {
    zoom: 0.8;
  }
  #index-body .solution .bottom li .box .t1 {
    padding: 30px 15px;
  }
  #index-body .solution .bottom li .box .txt {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .font-30 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .font-36{
    font-size: 20px;
  }
  #index-body .choose .bottom ul {
    gap: 25px;
  }
  #index-body .type .left {
    margin-bottom: 40px;
  }
  #index-body .type .right .rg-box {
    width: 100%;
    padding-right: 0;
  }
  #index-body .about .box .left .masks {
    display: none;
  }
  #index-body .about .box .left {
    padding: 40px 30px !important;
  }
  #index-body .solution .bottom li .box {
    height: 350px;
  }
  #index-body .project .top .right {
    margin-top: 30px;
  }
  #footer .f-form .box .left,
  #footer .f-form .box .right {
    width: 100%;
  }
  #footer .f-form .box .left .btns {
    display: none;
  }
  #footer .f-form .box .left,
  #footer .f-form .box .right {
    padding: 30px;
  }
  #footer .f-box .f-product {
    display: none;
  }
  #footer .f-box .f-code .share a {
    font-size: 18px;
  }
  #footer .f-copy .cod {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
    #footer .f-form .box .left,
  #footer .f-form .box .right {
    padding: 25px;
  }
  #banner .slickBtn {
    display: none;
  }
  #banner li .text .box {
    width: 100%;
  }
  .font-48,
  .font-60 {
    font-size: 24px;
  }
  .font-45 {
    font-size: 22px;
  }
  .font-66 {
    font-size: 26px;
  }
  .more {
    zoom: 0.8;
    padding: 0 30px;
  }
  #index-body .type .left .btns,
  #index-body .project .top .right {
    zoom: 0.8;
  }
  #footer .f-box .f-ab,
  #footer .f-box .f-contact {
    max-width: 100%;
  }
  #index-body .solution .bottom ul {
    display: block;
  }
  #index-body .solution .bottom li .box .t1 {
    display: none;
  }
  #index-body .solution .bottom li .box .txt {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  #index-body .solution .bottom li .box {
    height: 250px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 30%;
    zoom: 0.7;
  }
  #footer .f-form .box .right ul .i1 {
    width: 100%;
  }
  #footer .f-form .box .right ul li {
    margin-bottom: 20px;
  }
  #index-body .support .box .left ul li .tip.active .txt {
    font-weight: bold;
  }
  #index-body .project .bottom ul li .box .img .mask .btn {
    zoom: 0.7;
  }
  #footer .f-box .f-code #ewm {
    width: 100px;
    height: 100px;
  }
  #footer .f-box .f-code {
    max-width: 100px;
  }
  #index-body .project .bottom ul {
    margin: -5px;
  }
  #index-body .project .bottom ul li {
    padding: 5px;
  }
  #index-body .about .dates li .txt .con {
    font-size: 16px;
  }
  #index-body .support .box .left ul li .tip i {
    font-size: 21px;
  }
}
@media screen and (max-width: 500px) {
  #banner li > img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .about .dates li {
    width: 100%;
  }
  #index-body .about .dates li .txt {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #index-body .about .dates li .txt br {
    display: none;
  }
  #index-body .about .dates li .txt .dot {
    font-size: 22px;
  }
  #index-body .about .dates li .txt .dot {
    padding: 0;
  }
  #footer .f-box .f-ab .logo {
    zoom: 0.65;
  }
  #index-body .about .box .left {
    padding: 30px 20px !important;
  }
  #index-body .choose .bottom .box .icon {
    zoom: 0.8;
  }
  .f-form .img img{
    height: 150px;
    object-fit: cover;
  }
}



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

  padding: 20px 0;
  box-shadow: 0 0 .63rem 0 rgba(6,0,1,.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: 40px;
  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: .5s;
  -moz-transition: .5s;
  transition: .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::before{
  content: "\e8c6";
  font-family: "iconfont";
  font-size: 18px;
  color: var(--color);
  margin-right: 4px;
  /*position: absolute;
  left: 0;
  line-height: 1;
  top: 1px;*/
}

.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: .5s;
    -moz-transition: .5s;
    transition: .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: .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{
    padding: 10px 0;
  }
    .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,.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;
}

.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: bold;
    font-size: 30px;
    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: .5s;
  -moz-transition: .5s;
  transition: .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: .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%;
  /*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 .swiper .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.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 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: .5s;
  position: relative;
  z-index: 2;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.test-page .text-3 .swiper .swiper-slide:hover:before {
  background-color: #eb630c;
}
.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 #eb630c;
}
.test-page .text-3 .sPage .swiper-pagination-bullet-active::before{
  background: #eb630c;
}


@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%;
  }
}

@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 .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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: capitalize;
    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;
  }
  .tech-page .tech-3 .content .right ul li .text span{
    font-size: 24px;
  }
   .tech-page .tech-3 .content .right ul li .text{
    margin-left: 20px;
  }
}
@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;
  }
.tech-page .tech-3 .content .right ul li .text span{
    font-size: 24px;
  }
  .tech-page .tech-3 .content .right ul li i{
    zoom: 0.8;
  }
}
@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: 20px;
  }
  .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: .3s;
  -moz-transition: .3s;
  transition: .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: .4rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .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: .3s;
  -moz-transition: .3s;
  transition: .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: 1250px){
  .product-list02 li{
    width: 50%;
  }
  .product-list02 li .box .more{
   padding: 0 25px;
  }
  .inner-page .sideBox .sidebar-left .inner .inner-title{
    font-size: 20px;
  }
}
@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%;
  }
  .product-list02 li .box .text {
    font-size: 16px;
  }
  
}
@media screen and (max-width: 700px){
  .product-list02 li{
    width: 100%;
  }
}

.related_det .list .img-box{
  position: relative;
  border: 1px solid #d9d9d9;
}
.related_det .list .img-box .des {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(236,102,23, 0.87);
  color: white;
  line-height: 1.9;
  padding: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;

}
.related_det .list li:hover .img-box .des {
  opacity: 1;
}
.related_det .list li:hover .title{
  color: var(--color)
}
.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 .big img{
  width: 100%;
}
.prodet-page .prodet-1 .left .proview-img ul{
  margin: -5px;
}
.prodet-page .prodet-1 .left .proview-img li{
  padding: 5px;
}
.prodet-page .prodet-1 .left img {
  display: block;

  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;
}
.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: #565656;
    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 .btn a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  background: #000;
  padding: 8px 12px;
  position: relative;
  z-index: 2;
  -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-bottom: 1.3rem;
}*/
/*.prodet-page .prodet-1 .right .btn a:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: -1;
}
.prodet-page .prodet-1 .right .btn a:hover:after {
  width: 100%;
}*/
.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: .5s;
  -moz-transition: .5s;
  transition: .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 .detail_box .tit{
  line-height: 1;
 
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.prodet-page .detail_box .tit span{
 padding-bottom: 20px;
 border-bottom: 4px solid var(--color);
 display: inline-block;
}
.prodet-page .detail_box .item{
  margin-bottom: 50px;
}
.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: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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;
}
.dt-01 .dt-box {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    padding: 20px 60px;
}
.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,.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,.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 {
    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-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: .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: .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: .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: .5s;
  -moz-transition: .5s;
  transition: .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: .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: .5s;
  /*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: .5s;
  -moz-transition: .5s;
  transition: .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: 100px;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #242424;
  line-height: 36px;
  margin-bottom: .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 .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: .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: .5s;
  -moz-transition: .5s;
  transition: .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: .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: .3em;
  display: block;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6:hover{
  color: var(--color);
}
  
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  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: 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;
}
.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: .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: .5s;
  -moz-transition: .5s;
  transition: .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: .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: .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: .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: .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: .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: .5s;
  -moz-transition: .5s;
  transition: .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 .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;
  }
    .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px){
   .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: 22px;
  }
   .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: .5em;
  }
  .newdet-page .marginBox{
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px){
  .newdet-page .form ul li{
    width: 100%;
  }
  .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: .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: .5s;
    -moz-transition: .5s;
    transition: .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: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .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(11, 137, 209, 0.2);
  -o-box-shadow: 0 0 15px rgba(11, 137, 209, 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: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .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: 6%;
}
.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: 20px;
  color: #686868;
  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: .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: .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 {
  margin-right: -63px;
  margin-left: -29px;
}*/
/*.about-page .about-3 .right ul .slick-slide {
  padding: 19px 20px 29px;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig {
  -webkit-transform: scale(1.023);
  -moz-transform: scale(1.023);
  -ms-transform: scale(1.023);
  transform: scale(1.023);
  margin-left: 0;
}*/
/*.about-page .about-3 .right ul .slick-current li .ig .img-box {
  opacity: 1;
}*/
.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: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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_7 .list{
  position: relative;
}
.about-page .about_7 .list .prev{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-150%,-50%)
}
.about-page .about_7 .list .next{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(150%,-50%);
  margin-left: 0;
}
.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: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .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;
}


.about-page .init-40 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-40 .container .tipsTitle {
  text-align: center;
  color: #000;
  font-weight:bold;
}
.about-page .init-40 .container .content {
  position: relative;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 10px auto 0;
}
.about-page .init-40 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.about-page .init-40 .container .content .btn.slick-disabled{
  opacity: 0;
  pointer-events: none;
}
.about-page .init-40 .container .content .btn i {
  width: 20px;
  height: 20px;
}
.about-page .init-40 .container .content .btn:hover {
  background-color: #ee751a;
}
.about-page .init-40 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-40 .container .content .prev {
  left: 0;
}
.about-page .init-40 .container .content ul li {
  padding: 0 20px;
}
.about-page .init-40 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page .init-40 .container .content ul li .box .num {
  font-size: 480px;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 229, 229, 0.8);
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .init-40 .container .content ul li .box .desC {
  height: 500px;
  padding-right: 10px;
  overflow-y: hidden;
}
.about-page .init-40 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.about-page .init-40 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 20px auto 0;
  position: relative;
}
.about-page .init-40 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #a6a6a6;
}
.about-page .init-40 .container .content2 ul .slick-track {
  margin-left: 0;
}
.about-page .init-40 .container .content2 ul .slick-current li .box .num {
  color: #ee751a;
}
.about-page .init-40 .container .content2 ul .slick-current li .box .cir {
  background-color: #ee751a;
}
.about-page .init-40 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .init-40 .container .content2 ul li .box .num {
  font-size: 24px;
  line-height: 1;
}
.about-page .init-40 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
@media (max-width: 1800px) {

    .about-page .init-40 .container .content ul li .box .num {
        font-size: 400px;
    }
}
@media screen and (max-width: 1680px) {
     .about-page .init-40 .container .content ul li .box .num {
        font-size: 300px;
    }
  .about-page .about-2 .left ul li span {
    width: 86%;
  }
  .about-page .about-2 .right .bicycle {
    zoom: .82;
  }
  .about-page .about-2 .right .shadow {
    zoom: .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: 1450px) {
  
  .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: 1250px) {
  .about-page .init-40 .container .content ul li .box .num {
        font-size: 200px;
    }
  .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: .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: .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 .init-40 .container .content ul li .box .num {
        font-size: 160px;
    }

    .about-page .init-40 .container .content {
        width: 100%;
    }
  .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: .55;
  }
  .about-page .about-2 .right .shadow {
    zoom: .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 .init-40 .container .content ul li .box .num {
        font-size: 130px;
    }
  .about-page .about_7 .list .slickBtn{
    display: none;
  }
      .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 .init-40 .container .content {
        padding-top: 80px;
    }

    .about-page .init-40 .container .content .btn {
        width: 40px;
        height: 40px;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        left: 50%;
    }

    .about-page .init-40 .container .content .prev {
        left: -webkit-calc(0%);
        left: -moz-calc(0%);
        left: calc(50% - 50px);
    }

    .about-page .init-40 .container .content .next {
        left: -webkit-calc(60%);
        left: -moz-calc(60%);
        left: calc(50% + 10px);
    }

    .about-page .init-40 .container .content ul li {
        padding: 0 10px;
    }

    .about-page .init-40 .container .content ul li .box {
        padding: 0;
    }

    .about-page .init-40 .container .content ul li .box .num {
        position: relative;
        top: 0;
        left: 0;
        text-align: left;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .about-page .init-40 .container .content ul li .box .desC {
        height: auto;
    }

    .about-page .init-40 .container .content ul li .box .num {
        font-size: 60px;
    }

    .about-page .init-40 .container .content ul li .box .desC {
        text-align: left;
        margin-top: 20px;
    }

    .about-page .init-40 .container .content ul li .box .desC .des {
        font-size: 16px;
        line-height: 2;
        width: 100%;
    }

    .about-page .init-40 .container .content2 {
        width: 100%;
    }
  .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: 440px;
}
.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 li .ig .num{
    bottom: 20px;
  }
   .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 50px;
    height: 100%;
  }
  .advantage .content ul li .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 .box .t1{
      line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}
}
@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 50px;
  }
  .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: .5s;
  -moz-transition: .5s;
  transition: .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: 19px;
    color: #4e4e4e;
    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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.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: .5em;
  text-align: center;
  background-color: var(--index-main-color);
  color: white;
}
.manufacturing-page .manufacturing-3 {
  padding: 60px 0 60px;
  background: url("../images/24ff1.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 .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: .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: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  margin-right: .5em;
}
.manufacturing-page .manufacturing-6 .right .color span i {
  width: 2.2em;
  height: 2.2em;
  border-radius: 100%;
  margin-right: .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: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .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: .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;
    }
    .manufacturing-page .manufacturing-1 .right .list ul li{
      width: 50%;
    }
 }
  .m-page{
    margin-top: 40px;
    text-align: center;
  }
 .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: .5s;
    -moz-transition: .5s;
    transition: .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: .5s;
    -moz-transition: .5s;
    transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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: .5s 1.5s;
  -moz-transition: .5s 1.5s;
  transition: .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 .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .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 .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.application-4 li.element:hover .text {
    padding: 160px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .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 .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, .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 .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{
    flex-wrap: wrap;
  }
  .seoPublic .Auxil-about .box .left{
    width: 100%;
    height: 300px;
    display: block;
  }
    .seoPublic .Auxil-about .box .left img{
      background-position: top center;
    }
  .seoPublic .Auxil-about .box .right{
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  
  .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%;
  }
  .font-41 {
  font-size: 16px!important;
  line-height: 1.8!important;
}
}
@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;
}

.seoPublic .Auxil-news .list ul li .content time{
  display: inline-block;
      font-size: 16px;
    background-color: var(--color);
    margin-top: .5em;
    text-align: center;
   padding: 3px 15px;
    color: #ffffff;
}
#innerMobileBanner .banner2 .mbx{
  display: none;
}
#innerMobileBanner .banner2 .text{
  padding-bottom: 30px;
}
ul>p{
  width: 100% !important;
  padding: 0 20px;
}
@media screen and (max-width:1000px){
  .seoPublic .Auxil-news .list ul li .content time{
    font-size: 14px;
  }
}
.Auxil-through a{
  transition: .5s;
}
.Auxil-through a:hover{
  color: var(--color);
}

@media screen and (max-width:1000px){
  .product-yd-5 .left{
    margin-bottom: 40px;
  }
}
.application-page .top{
  position: sticky;
  top: 92px;
  background: #ffffff;
  z-index: 5;
}
.application-page .list{
  border-top: 1px solid rgba(0, 0, 0, 0.6);
}
.application-page .list li{
  position: relative;
}
.application-page .list li::after{
 content: '';
 display: block;
 height: 100%;
 width: 2px;
 background: var(--color);
 left: 60px;
 top: 0;
 position: absolute;
}
.application-page .list li .rig{
  flex: 1;
  padding-left: 250px;
}
.application-page .list li .rig img{
  width: 100%;
}
.application-page .list li .icon{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  background: #ffffff;
  position: relative;
  z-index: 2
}
@media screen and (max-width:1450px){
  .application-page .list li .rig{
    padding-left: 150px
  }
}
@media screen and (max-width:1250px){
  .application-page .top{
    display: none;
  }
    .application-page .list li .rig{
    padding-left: 100px
  }
}
@media screen and (max-width:1000px){
  .application-page .list li .rig{
    padding-left: 50px
  }
  .application-page .list li .icon{
    zoom: 0.8;
  }
  .application-page .list li::after{
    left: 48px;
  }
}
@media screen and (max-width:700px){
  .application-page .list li .rig{
    padding-left: 30px
  }
  .application-page .list li .icon{
    zoom: 0.6;
  }
   .application-page .list li::after{
    left: 36px;
  }
}
@media screen and (max-width:500px){
  .application-page .list li .rig{
    padding-left: 20px
  }
  .application-page .list li .icon{
    zoom: 0.45;
  }
   .application-page .list li::after{
    left: 26px;
  }
}

.appdet-page .appdet-1 .left img{
  width: 100%;
  }
.appdet-page .appdet-1 .right .msg{
      color: #ffffff;
    background-color: var(--color);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    text-align: center;
}
.appdet-page .appdet-1 .right .msg:hover{
  background: #000000;
}


.appdet-page .appdet-2 .list{
  position: relative;
}
.appdet-page .appdet-2 .list .prev{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-150%,-50%)
}
.appdet-page .appdet-2 .list .next{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(150%,-50%);
  margin-left: 0;
}
.appdet-page .appdet-3 table,.appdet-page .appdet-3 table td,.appdet-page .appdet-3 table th{
  border: none;
  background: none;
}
.appdet-page .appdet-3 table tr:nth-child(even){
  background: none;
}
.appdet-page .appdet-3 .title span{
  padding: 15px 40px;
  display: inline-block;
  transform: translateY(2px);
  border-bottom: 4px solid var(--color);
}
.appdet-page .appdet-3 .title{
  border-bottom: 1px solid #eeeeee;

}
.appdet-page .appdet-4 .list{
  position: relative;
}
.appdet-page .appdet-4 .list .prev{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-150%,-50%)
}
.appdet-page .appdet-4 .list .next{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(150%,-50%);
  margin-left: 0;
}
 .appdet-page .appdet-4 .list .img{
   border: 1px solid #eeeeee;
   border-radius: 15px;
   overflow: hidden;
 }
@media screen and (max-width:1250px){
   .appdet-page .appdet-3 .title span{
     padding:15px 20px;
   }
   .appdet-page .appdet-1 .left{
     margin-bottom: 35px;
   }
 }
@media screen and (max-width:1000px){
    .appdet-page .appdet-3 .item strong span,.appdet-page .appdet-3 .item strong{
      font-size: 18px !important;
    }
 }
@media screen and (max-width:700px){
  .appdet-page .appdet-2 .list .slickBtn{
    display: none;
  }
  .appdet-page .appdet-4 .list .slickBtn{
    display: none;
  }
  .appdet-page .appdet-3 .item table{
    overflow-y: auto;
  }
  .appdet-page .appdet-3 .item table tbody{
    width: 700px !important;
  }
   
}