@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MontserratBT-Light.woff2') format('woff2'), url('../fonts/MontserratBT-Light.ttf') format('truetype'), url('../fonts/MontserratBT-Light.eot') format('embedded-opentype'), url('../fonts/MontserratBT-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.eot') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.eot') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Montserrat';
  max-width: 1920px;
  --color: #3d7921;
  font-weight: normal;
  margin: 0 auto;
  color: #333;
}
.container {
  width: 1670px;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content p{
      margin: 1em 0 2em;
}

.search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    left: 25px;
    top: 15px;
    cursor: pointer;
}

.search-box form {
    position: absolute;
    top: 45%;
    right: 50%;
    width: 60%;
    margin-right: -30%;
}

.search-box form input {
    background: none;
    outline: none;
    border: none;
}

.search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #333;
    padding: 10px 0;
}

.search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    left: 15px;
    top: 20px;
}

#qrcode{
  position: fixed;
  left: 20px;
  bottom:320px;
  width: 60px;
  height: 60px;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center; 
  z-index: 50;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  border-radius: 50%;
}
#qrcode:hover{
  background-color:#333;
}
#qrcode i{
  color: white;
  font-size: 24px;
  transition: all 0.5s;
}
#qrcode .box{
  position: absolute;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  left: 120%;
  top:50%;
  transform: translateY(-50%) rotateY(-90deg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qrcode .box #ewm img,
#qrcode .box #ewm canvas{
  width: 100px;
  height:100px;
  border: 8px solid white; 
}
#qrcode:hover .box{
  opacity:1;
  transform: translateY(-50%) rotateY(0deg);
}
.grid-box {
  font-size: 0;
  vertical-align: top;
}
.grid-box .column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.grid-box .column {
  width: 100%;
}
.grid-box.two > .column {
  width: 50%;
}
.grid-box.three > .column {
  width: 33.33333%;
}
.grid-box.four > .column {
  width: 25%;
}
.grid-box.five > .column {
  width: 20%;
}
.grid-box.six > .column {
  width: 16.6666667%;
}
.grid-box.seven > .column {
  width: 14.285714%;
}
.grid-box.eight > .column {
  width: 12.5%;
}
.grid-box.nine > .column {
  width: 11.11111111%;
}
.grid-box.ten > .column {
  width: 10%;
}
@media screen and (max-width: 1000px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 33.33333%;
  }
  .grid-box.four > .column {
    width: 33.33333%;
  }
  .grid-box.five > .column {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 50%;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .grid-box.five > .column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .grid-box.two > .column {
    width: 100%;
  }
  .grid-box.three > .column {
    width: 100%;
  }
  .grid-box.four > .column {
    width: 100%;
  }
  .grid-box.five > .column {
    width: 100%;
  }
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes play_scale {
  0% {
    -webkit-transform: translate(50.0%,-50%); scale(0.8);
    transform: translate(50.0%,-50%); scale(0.8);
  }
  100% {
    -webkit-transform: translate(50.0%,-50%); scale(1);
    transform: translate(50.0%,-50%); scale(1);
  }
}
@-moz-keyframes play_scale {
  0% {
    -moz-transform: translate(50.0%,-50%); scale(0.8);
    transform: translate(50.0%,-50%); scale(0.8);
  }
  100% {
    -moz-transform: translate(50.0%,-50%); scale(1);
    transform: translate(50.0%,-50%); scale(1);
  }
}
@keyframes play_scale {
  0% {
    -webkit-transform: translate(50.0%,-50%); scale(0.8);
    -moz-transform: translate(50.0%,-50%); scale(0.8);
    transform: translate(50.0%,-50%); scale(0.8);
  }
  100% {
    -webkit-transform: translate(50.0%,-50%); scale(1);
    -moz-transform: translate(50.0%,-50%); scale(1);
    transform: translate(50.0%,-50%); scale(1);
  }
}
@-webkit-keyframes btn_rotate {
  0% {
    -webkit-transform: translate(50.0%,-50%); rotate(0deg);
    transform: translate(50.0%,-50%); rotate(0deg);
  }
  100% {
    -webkit-transform: translate(50.0%,-50%); rotate(360deg);
    transform: translate(50.0%,-50%); rotate(360deg);
  }
}
@-moz-keyframes btn_rotate {
  0% {
    -moz-transform: translate(50.0%,-50%); rotate(0deg);
    transform: translate(50.0%,-50%); rotate(0deg);
  }
  100% {
    -moz-transform: translate(50.0%,-50%); rotate(360deg);
    transform: translate(50.0%,-50%); rotate(360deg);
  }
}
@keyframes btn_rotate {
  0% {
    -webkit-transform: translate(50.0%,-50%); rotate(0deg);
    -moz-transform: translate(50.0%,-50%); rotate(0deg);
    transform: translate(50.0%,-50%); rotate(0deg);
  }
  100% {
    -webkit-transform: translate(50.0%,-50%); rotate(360deg);
    -moz-transform: translate(50.0%,-50%); rotate(360deg);
    transform: translate(50.0%,-50%); rotate(360deg);
  }
}
@-webkit-keyframes line_height {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes line_height {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes line_height {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.language-box .zhuyu {
  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;
}
.language-box .zhuyu span {
  font-size: 18px;
  color: #333;
  margin-right: 8px;
  font-weight: 500;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  left: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-left: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language 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 {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 15px;
  right: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  padding: 0 70px;
}
#header.active {
  top: 0;
}
#header.active .nav {
  height: 80px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .nav {
  max-width: 1920px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 100px;
  border-radius: 50px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0 70px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-left: 70px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-left: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 120%;
  right: -10px;
  width: auto;
  min-width: 180px;
  -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: 8px 15px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  right: 100%;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  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 .right .line {
  width: 1px;
  height: 15px;
  background-color: #d2d4ca;
  margin: 0 10px;
}
#header .nav .ui.menu .right a.more {
  height: 55px;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color);
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  padding: 0 22px 0 15px;
  color: white;
  border-radius: 35px;
}
.more:hover{
  border: 1px solid var(--color);
}
.more:hover::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.more::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}
.more.white {
  background-color: transparent;
  color: #666;
  border: 1px solid #dadedd;
}
.more.white i {
  background-color: var(--color);
  color: white;
}
.more.white:hover {
  color: white;
  background-color: #333;
  border-color: transparent;
}
.more i {
  display: block;
  font-size: 20px;
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--color);
  text-align: center;
  line-height: 40px;
  margin-right: 40px;
  position: relative;
  z-index: 5;
}
.more span {
  font-size: 18px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more.center {
  margin: 0 auto;
}
h2.h-title {
  font-size: 46px;
  line-height: 1.2;
  font-weight: bold;
}
.more:hover span{
    color: var(--color);
}
.more:hover i{
  background-color: var(--color);
color: #fff;
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .container {
  top: 32%;
  right: 50%;
  -webkit-transform: translate(50.0%,0%);
  -moz-transform: translate(50.0%,0%);
  -ms-transform: translate(50.0%,0%);
  transform: translate(50.0%,0%);
}
#banner .banner-content ul li .container h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 0.5px white;
  text-stroke: 0.5px white;
}
#banner .banner-content .bot {
  position: absolute;
  right: 0;
  bottom: 0;
}
#banner .banner-content .bot > img {
  height: 125px;
}
#banner .banner-content .bot .arrow {
  position: absolute;
  right: 50%;
  -webkit-transform: translate(50.0%,0%);
  -moz-transform: translate(50.0%,0%);
  -ms-transform: translate(50.0%,0%);
  transform: translate(50.0%,0%);
  bottom: 0;
  width: 123px;
  text-align: center;
}
#banner .banner-content .bot .arrow:hover .border {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
#banner .banner-content .bot .arrow .border {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 123px;
  height: 123px;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  -webkit-animation: btn_rotate 8s linear infinite;
  -moz-animation: btn_rotate 8s linear infinite;
  animation: btn_rotate 8s linear infinite;
}
.i-tag {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
}
.i-tag::before {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), color-stop(80%, var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(right, var(--color) 0%, var(--color) 80%, transparent 100%);
  background-image: -moz-linear-gradient(right, var(--color) 0%, var(--color) 80%, transparent 100%);
  background-image: linear-gradient(to left, var(--color) 0%, var(--color) 80%, transparent 100%);
  margin-left: 10px;
}
.topUp {
  width: 60px;
  height: 60px;
  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;
  text-align: center;
  line-height: 60px;
  background-color: var(--color);
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  left: 20px;
  bottom: 160px;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.topUp img {
  max-width: 20px;
}
.topUp:hover {
  background-color: #333;
}
#index-body {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
#index-body .homepage-1 {
  position: relative;
  background: url('../images/pro_bg.jpg') no-repeat;
  background-size: cover;
  background-position: bottom;
}
#index-body .homepage-1 .h-text {
  color: #ecf0ec;
  line-height: 0.8;
  position: absolute;
  z-index: 2;
  font-size: 120px;
  text-transform: uppercase;
  right: -105px;
  bottom: 140px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .homepage-1 .h-text::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
#index-body .homepage-1 .content {
  max-width: 1300px;
  margin: 0 -20px;
}
#index-body .homepage-1 .content ul li {
  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;
  padding: 45px 20px;
}
#index-body .homepage-1 .content ul li .text {
  padding-top: 35px;
}
#index-body .homepage-1 .content ul li .text h2 {
  position: relative;
}
#index-body .homepage-1 .content ul li .text h2::before {
  content: '';
  display: block;
  position: absolute;
  right: -20px;
  top: -45px;
  width: 105px;
  height: 104px;
  background: url('../images/yuan.png') no-repeat;
}
#index-body .homepage-1 .inner {
  width: 730px;
  height: 730px;
  -webkit-transform: translate(-50.0%,-50%); rotate(270deg);
  -moz-transform: translate(-50.0%,-50%); rotate(270deg);
  -ms-transform: translate(-50.0%,-50%); rotate(270deg);
  transform: translate(-50.0%,-50%); rotate(270deg);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
}
#index-body .homepage-1 .inner .box {
  width: 365px;
  height: 365px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  border: 80px solid var(--color);
  border-radius: 100%;
}
#index-body .homepage-1 .inner .box a.arrow {
  width: 40px;
  height: 40px;
  background-color: var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  margin-bottom: 10px;
  -webkit-transform: rotate(-270deg) translateX(-50%);
  -moz-transform: rotate(-270deg) translateX(-50%);
  -ms-transform: rotate(-270deg) translateX(-50%);
  transform: rotate(-270deg) translateX(-50%);
}
#index-body .homepage-1 .inner .box a.arrow i {
  font-size: 16px;
}
#index-body .homepage-1 .inner .hd {
  width: 100%;
  height: 100%;
  border: 3px dashed #c5d8c3;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
#index-body .homepage-1 .inner .hd ul {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-1 .inner .hd ul li {
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#index-body .homepage-1 .inner .hd ul li .icon {
  width: 78px;
  height: 78px;
  background-color: #b9d4af;
  border-radius: 100%;
  overflow: visible;
  visibility: visible;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 50%;
  top: -40px;
  margin-right: -35px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-1 .inner .hd ul li .icon img {
  width: auto;
  height: auto;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  opacity: 0.8;
}
#index-body .homepage-1 .inner .hd ul li.active .icon {
  width: 78px;
  height: 78px;
  top: -40px;
  margin-right: -35px;
  opacity: 1;
  background-color: var(--color);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .homepage-1 .inner .hd ul li.active .icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 1;
}
#index-body .homepage-2 .top {
  position: relative;
}
#index-body .homepage-2 .top .left {
  margin-left: -10%;
  position: relative;
  z-index: 2;
  width: 70%;
}
#index-body .homepage-2 .top .left h1 {
  font-size: 134px;
  text-transform: uppercase;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 2px var(--color);
  line-height: 0.8;
  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;
}
#index-body .homepage-2 .top .left h1::before {
  content: '';
  display: block;
  width: 330px;
  height: 4px;
  margin-left: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), color-stop(80%, var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(right, var(--color) 0%, var(--color) 80%, transparent 100%);
  background-image: -moz-linear-gradient(right, var(--color) 0%, var(--color) 80%, transparent 100%);
  background-image: linear-gradient(to left, var(--color) 0%, var(--color) 80%, transparent 100%);
}
#index-body .homepage-2 .top .left h2 {
  line-height: 1.4;
}
#index-body .homepage-2 .top .left .play_box {
  border-radius: 10px;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: fit-content;
}
#index-body .homepage-2 .top .left .play_box a.play {
  width: 72px;
  height: 72px;
  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;
}
#index-body .homepage-2 .top .left .play_box a.play img {
  position: relative;
  z-index: 2;
}
#index-body .homepage-2 .top .left .play_box a.play::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: block;
  position: absolute;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  -webkit-animation: play_scale 2s linear infinite;
  -moz-animation: play_scale 2s linear infinite;
  animation: play_scale 2s linear infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#index-body .homepage-2 .top .left .play_box a.play::after {
  content: '';
  width: 85%;
  height: 85%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: block;
  position: absolute;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  z-index: 1;
  -webkit-animation: play_scale 2s linear infinite;
  -moz-animation: play_scale 2s linear infinite;
  animation: play_scale 2s linear infinite;
}
#index-body .homepage-2 .top .right {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
#index-body .homepage-2 .bottom {
  margin-top: 30px;
  height: 420px;
}
#index-body .homepage-2 .bottom .swiper {
  margin: 0 -15px;
}
#index-body .homepage-2 .bottom ul li {
  padding: 25px 90px 20px 20px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-2 .bottom ul li.swiper-slide-active + .swiper-slide {
  padding-top: 110px;
}
#index-body .homepage-2 .bottom ul li.swiper-slide-active + .swiper-slide + .swiper-slide {
  padding-top: 220px;
}
#index-body .homepage-2 .bottom ul li .box {
  max-width: 415px;
}
#index-body .homepage-2 .bottom ul li .box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .homepage-2 .bottom ul li .box:hover .icon::after {
  border-radius: 5px;
  border-bottom-right-radius: 0;
  width: 100%;
  height: 100%;
}
#index-body .homepage-2 .bottom ul li .box:hover .text {
  -webkit-box-shadow: 0px 0px 4px 4px rgba(61, -12px 1px, -3px 3px, 0.1);
  box-shadow: 0px 0px 4px 4px rgba(61, -12px 1px, -3px 3px, 0.1);
}
#index-body .homepage-2 .bottom ul li .box .icon {
  width: 100px;
  height: 95px;
  border-radius: 5px;
  background-color: #f3f1f2;
  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;
  right: -20px;
  top: -25px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-2 .bottom ul li .box .icon img {
  position: relative;
  z-index: 2;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-2 .bottom ul li .box .icon::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--color);
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-2 .bottom ul li .box h4 {
  padding-right: 115px;
  font-weight: bold;
  line-height: 0.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .homepage-2 .bottom ul li .box h4 em {
  font-size: 46px;
}
#index-body .homepage-2 .bottom ul li .box h4 span {
  font-size: 24px;
}
#index-body .homepage-2 .bottom ul li .box .text {
  min-height: 130px;
  padding: 45px 40px 30px;
  -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: white;
}
#index-body .homepage-2 .advImg {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: -1;
}
#index-body .homepage-3 .left {
  height: 680px;
  overflow: hidden;
}
#index-body .homepage-3 .left .content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .homepage-3 .left .content ul li:last-child .icon span.line {
  opacity: 0;
}
#index-body .homepage-3 .left .content ul li.prev .text .title {
  border-color: transparent;
}
#index-body .homepage-3 .left .content ul li.active {
  margin-top: 10px;
}
#index-body .homepage-3 .left .content ul li.active .icon {
  padding-top: 0;
}
#index-body .homepage-3 .left .content ul li.active .icon .iot {
  display: none;
}
#index-body .homepage-3 .left .content ul li.active .icon .bot span.progressbar::before {
  -webkit-animation: line_height 5s linear forwards;
  -moz-animation: line_height 5s linear forwards;
  animation: line_height 5s linear forwards;
}
#index-body .homepage-3 .left .content ul li.active .text .title {
  display: none;
}
#index-body .homepage-3 .left .content ul li.active .text .cont {
  display: block;
}
#index-body .homepage-3 .left .content ul li .icon {
  padding-top: 25px;
  width: 65px;
  padding-left: 15px;
}
#index-body .homepage-3 .left .content ul li .icon .bot i {
  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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--color);
  margin-top: 5px;
}
#index-body .homepage-3 .left .content ul li .icon .bot span.progressbar {
  display: block;
  margin: 10px auto 0;
  width: 3px;
  height: 105px;
  background-color: #e5e5e5;
}
#index-body .homepage-3 .left .content ul li .icon .bot span.progressbar::before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  background-color: rgba(61, 121, 33, 0.4);
}
#index-body .homepage-3 .left .content ul li .icon .dot {
  width: 12px;
  height: 12px;
  border: 1px solid #a3a3a3;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-3 .left .content ul li .icon .dot::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background-color: #a3a3a3;
  border-radius: 50%;
}
#index-body .homepage-3 .left .content ul li .icon span.line {
  display: block;
  margin: 5px auto 0;
  width: 1px;
  height: 40px;
  background-color: #e5e5e5;
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}
#index-body .homepage-3 .left .content ul li .text {
  width: -webkit-calc(100% - 65px);
  width: -moz-calc(100% - 65px);
  width: calc(100% - 65px);
}
#index-body .homepage-3 .left .content ul li .text .title {
  padding: 15px 15px 20px;
  cursor: pointer;
  border-bottom: 2px dotted #e7e7e7;
}
#index-body .homepage-3 .left .content ul li .text .title h4 {
  font-size: 24px;
  font-weight: 500;
  color: #666;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
}
#index-body .homepage-3 .left .content ul li .text .title i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
#index-body .homepage-3 .left .content ul li .text .cont {
  padding: 25px 15px;
  border: 2px solid rgba(61, 121, 33, 0.4);
  border-radius: 10px;
  display: none;
}
#index-body .homepage-3 .left .content ul li .text .cont h4 {
  font-size: 24px;
  font-weight: bold;
  color: var(--color);
}
#index-body .homepage-4 {
  padding: 35px 0 45px;
  position: relative;
}
#index-body .homepage-4 .boxBg {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f4f6f5;
  background-image: url("../images/app-bg.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 100%;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
}
#index-body .homepage-4 .arrowBtn {
  position: absolute;
  left: 15px;
  top: -35px;
  z-index: 2;
}
#index-body .homepage-4 .arrowBtn span.arrow {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
#index-body .homepage-4 .arrowBtn span.arrow:hover {
  background-color: var(--color);
  color: #fff;
  border-color: transparent;
}
#index-body .homepage-4 .arrowBtn span.arrow i {
  font-size: 20px;
}
#index-body .homepage-4 .left {
  max-width: 610px;
}
#index-body .homepage-4 .right {
  max-width: 830px;
}
#index-body .homepage-4 .right ul {
  margin: -20px;
}
#index-body .homepage-4 .right ul .slick-current.slick-slide {
  padding-top: 0;
}
#index-body .homepage-4 .right ul .slick-slide {
  padding-top: 80px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-4 .right ul .slick-slide>div {
  height: auto;
}
#index-body .homepage-4 .right ul li {
  padding: 20px;
}
#index-body .homepage-4 .right ul li .img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
#index-body .homepage-4 .right ul li .img:hover .title h4 {
  background-color: rgba(61, 121, 33, 0.8);
}
#index-body .homepage-4 .right ul li .img:hover .title a.btn {
  opacity: 1;
}
#index-body .homepage-4 .right ul li .img .title {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 100%;
  padding-left: 20px;
}
#index-body .homepage-4 .right ul li .img .title h4 {
  font-size: 18px;
  padding: 8px 20px 7px 40px;
  color: white;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  background-color: transparent;
  max-width: -webkit-calc(100% - 50px);
  max-width: -moz-calc(100% - 50px);
  max-width: calc(100% - 50px);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-4 .right ul li .img .title a.btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color);
  color: white;
  line-height: 35px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-5 span.arrow {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #6f6f6f;
}
#index-body .homepage-5 span.arrow:hover {
  background-color: var(--color);
  color: #fff;
  border-color: transparent;
}
#index-body .homepage-5 span.arrow i {
  font-size: 30px;
}
#index-body .homepage-5 span.arrow.prev {
  right: 15px;
}
#index-body .homepage-5 span.arrow.next {
  left: 15px;
}
#index-body .homepage-5 .content {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
#index-body .homepage-5 .content::before {
  content: 'CHIHENG News';
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  font-size: 130px;
  font-weight: bold;
  color: #b1c9a6;
  white-space: nowrap;
  text-transform: uppercase;
}
#index-body .homepage-5 .content::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(355deg);
  -moz-transform: rotate(355deg);
  -ms-transform: rotate(355deg);
  transform: rotate(355deg);
}
#index-body .homepage-5 .swiper {
  width: 505px;
}
#index-body .homepage-5 .swiper ul li .box {
  height: 625px;
  background-color: #f2f2f2;
  border-radius: 20px;
  overflow: hidden;
  padding: 75px 40px;
}
#index-body .homepage-5 .swiper ul li .box .bot i {
  display: block;
  width: 85px;
}
#index-body .homepage-5 .swiper ul li .box .bot p {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
}
#index-body .homepage-5 .swiper ul li .box .text .date {
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
}
#footer .top {
  width: 100%;
}
#footer .top form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}
#footer .top form ul li {
  padding: 0 7px;
  width: 22%;
}
#footer .top form ul li:nth-child(3) {
  width: -webkit-calc(56% - 250px);
  width: -moz-calc(56% - 250px);
  width: calc(56% - 250px);
}
#footer .top form ul li:last-child {
  width: 250px;
}
#footer .top form ul li input[type="text"] {
  width: 100%;
  height: 70px;
  background-color: white;
  border: none;
  padding: 0 20px;
  font-size: 16px;
}
#footer .top form ul li input[type="submit"] {
  width: 100%;
  border: none;
  background-color: transparent;
}
#footer .top form ul li a.more {
  width: 100%;
  height: 70px;
}
#footer .top form ul li a.more span {
  font-size: 20px;
}
#footer .bottom {
  color: white;
  background-color: var(--color);
}
#footer .bottom .left {
  padding: 85px 0 110px 65px;
}
#footer .bottom .left ul li h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
#footer .bottom .left ul li span {
  font-size: 18px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .bottom .left ul li.link span {
  position: relative;
}
#footer .bottom .left ul li.link span:hover::before {
  left: -webkit-calc(100% - 38px);
  left: -moz-calc(100% - 38px);
  left: calc(100% - 38px);
  opacity: 1;
}
#footer .bottom .left ul li.link span:hover{
  color: white;
}
#footer .bottom .left ul li.link span:hover a {
  -webkit-transform: translateX(-60.0px);
  -moz-transform: translateX(-60.0px);
  -ms-transform: translateX(-60.0px);
  transform: translateX(-60.0px);
}
#footer .bottom .left ul li.link span a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: inline-block;
}
#footer .bottom .left ul li.link span::before {
  content: '';
  display: block;
  width: 38px;
  height: 13px;
  background: url('../images/jiantou.png') no-repeat;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}
#footer .bottom .left ul li.contact {
  max-width: 325px;
}
#footer .bottom .left ul li.contact .list {
  margin-bottom: 20px;
}
#footer .bottom .left ul li.contact .list:last-child {
  margin-bottom: 0;
}
#footer .bottom .left ul li.contact .list i {
  width: 30px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}
#footer .bottom .left ul li.contact .list span {
  margin-bottom: 0;
}
#footer .bottom .right {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  margin-top: -365px;
  padding: 95px 35px 80px;
}
#footer .bottom .right h2 {
  letter-spacing: -1px;
  text-align: right;
}
#footer .bottom .right p {
  color: #333;
}
#footer .bottom .right form input[type="text"] {
  width: 100%;
  max-width: 405px;
  height: 50px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #333;
}
#footer .bottom .right form textarea {
  width: 100%;
  max-width: 405px;
  height: 100px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  color: #333;
  margin-bottom: 40px;
}
#footer .bottom .right form input[type="submit"] {
  border: none;
  background-color: transparent;
}
#footer .bottom .right form a.more {
  margin: 0 auto;
  width: 215px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .bottom .bot {
  padding-bottom: 35px;
  font-size: 16px;
}
#footer .bottom .bot .share a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 15px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: white;
  color: var(--color);
  opacity: 0.8;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#footer .bottom .bot .share a:hover {
  opacity: 1;
}
#footer .bottom .bot .share a i {
  font-size: 20px;
}
#footer .bottom .bot .share a:last-child {
  margin-left: 0;
}
#footer .bottom .bot .link {
  color: #adbfa5;
}
#footer .bottom .bot .link a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#footer .bottom .bot .link a img {
  height: 17px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  margin-right: 5px;
}
#footer .bottom .bot .link a:hover {
  color: white;
}
#footer .bottom .bot .line {
  width: auto;
  -webkit-box-flex: 0.9;
  -webkit-flex: 0.9;
  -moz-box-flex: 0.9;
  -ms-flex: 0.9;
  flex: 0.9;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 40px;
  }
  #index-body .homepage-1 .content {
    max-width: -webkit-calc(100% - 400px);
    max-width: -moz-calc(100% - 400px);
    max-width: calc(100% - 400px);
  }
  #index-body .homepage-1 .h-text {
    font-size: 100px;
    right: 0;
  }
  #index-body .homepage-1 .inner {
    width: 600px;
    height: 600px;
  }
  #index-body .homepage-2 .top .left h1 {
    font-size: 106px;
  }
  #footer .bottom .right {
    margin-top: -280px;
  }
}
@media screen and (max-width: 1450px) {
  #header {
    padding: 0 30px;
  }
  #header .nav {
    padding: 0 35px;
  }
  .more i {
    margin-right: 15px;
  }
  #banner .banner-content .bot .arrow {
    -webkit-transform: translate(50.0%,0%); scale(0.8);
    -moz-transform: translate(50.0%,0%); scale(0.8);
    -ms-transform: translate(50.0%,0%); scale(0.8);
    transform: translate(50.0%,0%); scale(0.8);
  }
  #banner .banner-content .bot > img {
    height: 100px;
  }
  #index-body .homepage-1 .content {
    max-width: -webkit-calc(100% - 320px);
    max-width: -moz-calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  #index-body .homepage-1 .content ul li .text h2 {
    width: 100%;
  }
  #index-body .homepage-1 .h-text {
    font-size: 80px;
  }
  #index-body .homepage-2 .top .left h1::before {
    width: 20%;
  }
  #index-body .homepage-2 .top .left h2 {
    width: 65%;
    margin: 30px 0;
  }
  h2.h-title {
    font-size: 40px;
  }
  #index-body .homepage-2 .advImg {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }
  #index-body .homepage-2 .bottom ul li {
    padding: 25px 20px 20px;
  }
  #index-body .homepage-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #index-body .homepage-4 .left {
    max-width: 50%;
    padding-left: 45px;
  }
  #index-body .homepage-5 .content::before {
    font-size: 100px;
  }
  #index-body .homepage-5 .swiper ul li .box {
    height: 545px;
  }
  #footer .bottom .right {
    margin-top: -220px;
    padding: 40px 35px;
  }
  #footer .bottom .bot .link {
    width: 100%;
    margin-top: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .bottom .left ul li span {
    font-size: 16px;
  }
  #footer .bottom .left {
    padding: 85px 0 110px 35px;
  }
  #footer .bottom .left ul li.contact {
    max-width: 240px;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  .inner-banner{
    padding: 60px 0 !important;
  }
  h2.h-title {
    font-size: 34px;
  }
  #index-body .homepage-3 .left .content ul li .text .title h4 {
    font-size: 20px;
  }
  #index-body .homepage-3 .left {
    height: 680px;
  }
  #index-body .homepage-3 .left .content ul li .text .cont h4 {
    font-size: 20px;
  }
  #index-body .homepage-3 .left .content ul li .text .cont .con{
    line-height: 1.4;
  }
  #banner .banner-content ul li .container {
    top: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-50%);
  }
  #banner .banner-content .bot,
  #index-body .homepage-1 .inner {
    display: none;
  }
  #index-body .homepage-1 .content {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  #index-body .homepage-2 .top .left h1 {
    font-size: 66px;
  }
  #index-body .homepage-4 .right ul {
    margin: -6px;
  }
  #index-body .homepage-4 .right ul li {
    padding: 6px;
  }
  #index-body .homepage-5 .swiper ul li .box h4 {
    font-size: 20px;
  }
  #index-body .homepage-5 .content::before {
    font-size: 84px;
  }
  #index-body .homepage-5 .swiper ul li .box {
    height: auto;
  }
  #index-body .homepage-5 .swiper {
    width: 380px;
  }
  #footer .bottom .left ul li.link {
    display: none;
  }
  #footer .bottom .left {
    width: 50%;
  }
  #footer .bottom .right {
    width: 50%;
  }
  #footer .bottom .left ul li.contact {
    max-width: 100%;
  }
  #index-body .homepage-1 .h-text {
    bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content ul li .content {
    width: 100%;
  }
  #index-body .homepage-1 .h-text {
    display: none;
  }
  #index-body .homepage-2 .top .left {
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  #index-body .homepage-2 .top .left h1 {
    font-size: 44px;
  }
  #index-body .homepage-2 .top .right {
    width: 100%;
    margin-top: 45px;
    position: static;
  }
  #index-body .homepage-2 .advImg {
    display: none;
  }
  #index-body .homepage-2 .bottom ul li {
    padding: 25px 40px 20px 20px;
  }
  #index-body .homepage-2 .bottom ul li .box .icon {
    width: 80px;
    height: 80px;
  }
  #index-body .homepage-2 .bottom {
    height: 340px;
  }
  #index-body .homepage-2 .bottom ul li .box h4 {
    padding-right: 80px;
  }
  #index-body .homepage-2 .bottom ul li .box h4 em {
    font-size: 36px;
  }
  #index-body .homepage-3 .left {
    width: 100%;
    padding-left: 15px;
  }
  #index-body .homepage-3 .right {
    width: 100%;
    margin-top: 45px;
  }
  #index-body .homepage-4 .right ul .slick-slide {
    padding-top: 0;
  }
  #index-body .homepage-4 .arrowBtn {
    display: none;
  }
  #index-body .homepage-5 .content::before {
    font-size: 76px;
  }
  #index-body .homepage-5 span.arrow {
    display: none;
  }
  #footer .bottom .right {
    width: 100%;
    margin-top: 0;
    margin-bottom: 45px;
  }
  #footer .bottom .right h2 {
    letter-spacing: 0;
    text-align: center;
    font-size: 26px;
  }
  #footer .bottom .left {
    width: 100%;
    padding: 35px 0;
  }
  #footer .bottom .bot .link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom .bot .link span {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .text {
    padding-top: 0;
    width: 100%;
    padding-left: 0;
  }
  .text h2 {
    font-size: 24px;
  }
  .img {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-2 .top .left h2 {
    width: 100%;
    margin: 30px 0;
  }
  #index-body .homepage-2 .top .left .play_box {
    width: 100%;
    margin-top: 50px;
  }
  #index-body .homepage-2 .bottom {
    height: 220px;
  }
  #index-body .homepage-4 .left {
    max-width: 100%;
    padding-left: 0;
  }
  #index-body .homepage-4 .right {
    max-width: 100%;
    width: 100%;
  }
  #index-body .homepage-4 .boxBg {
    width: 85% !important;
  }
  #index-body .homepage-4 .right ul li .img img {
    width: 100%;
  }
  #index-body .homepage-5 .content::before {
    font-size: 54px;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-2 .top .left h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .content a.more {
    display: none;
  }
  #index-body .homepage-3 .left .content ul li .text .title h4 {
    font-size: 18px;
  }
  #index-body .homepage-3 .left .content ul li .text .cont h4 {
    font-size: 20px;
  }
  #index-body .homepage-5 .content {
    width: 100%;
  }
  #index-body .homepage-5 .content .swiper {
    width: 100%;
  }
  #index-body .homepage-5 .swiper ul li .box .bot {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .homepage-5 .swiper ul li .box .bot p {
    width: 100%;
    padding-right: 0;
  }
  #index-body .homepage-5 .swiper ul li .box {
    padding: 40px 30px;
  }
  #index-body .homepage-5 .content::before {
    font-size: 30px;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    inset: 0;
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
  #index-body .homepage-5 .content::after {
    display: none;
  }
}














/*inner-banner*/

.inner-banner {
  max-width: 1920px;
  padding: 150px 0 30px;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  z-index: 1;
  margin-top: 0;
  border-bottom: 1px solid #d5d5d5;
  /*background-color: #f5f5f5;*/
}
.inner-banner.factory_banner{
  height: 155px;
  background: #f6f6f6;
  color: #333;
}
.inner-banner .ui.container{
  max-width: 1700px;
}
.inner-banner .text .title {
  font-size: 30px;
  line-height: 1.8;
  font-weight: 900;
  color: var(--color);
}
.inner-banner .text .mbx { 
  /*font-weight: 300;*/
      font-size: 14px;
  margin-top: 12px;
  color: #666;
}
.inner-banner::after {
  /*content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgba(0, 0, 0, 0.21)), color-stop(5%, rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.21) 3%, rgba(0, 0, 0, 0.21) 5%, rgba(0, 0, 0, 0) 100%);*/
}
.inner-banner.factory_banner::after{
  content: none;
}
.product-cat-page {
  padding: 5% 0 8.81%;
}

.product-cat-page .list {
  padding: 5px 0 0;
  border-top: 1px solid #c9c9c9;
}
.product-cat-page .list ul li {
  padding-bottom: 12px;
  margin-bottom: 11px;
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-cat-page .list ul li .text {
  width: 63%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.product-cat-page .list ul li .text .title {
  display: block;
  font-size: 60px;
  line-height: 1.1;
  font-weight: bold;
  color: #141414;
  transition: .5s
}
.product-cat-page .list ul li .text .title:hover{
  color: var(--color);
}
.product-cat-page .list ul li .text .desc {
  font-size: 18px;
  color: #323232;
  line-height: 32px;   
  margin-top: 48px;
}
.product-cat-page .list ul li .img {
  width: 37%;
  padding-right: 38px;
  text-align: left;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-cat-page .list ul li .img .img-box {
  display: block;
  overflow: visible
}
.product-cat-page .list ul li .img .img-box{
  padding: 40px 0 } .product-cat-page .list ul li .img .img-box img { border-radius: 20px;
}
.product-cat-page .list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .product-cat-page .list ul li .text .title {
    font-size: 50px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1100px) {
  .product-cat-page .list ul li .text .title {
    font-size: 40px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .img {
    /*padding-left: 0;
    position: absolute;
    right: 0;
    width: 32%;
    display: none;*/
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .product-cat-page .list ul li .text {
    width: 100%;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 32px;
  }
  .product-cat-page .list ul li .text .desc {
    margin-top: 10px;
  }
  .product-cat-page .list ul li .img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-cat-page .list ul li .img {
    display: none;
  }
  .product-cat-page .list ul li .text .title {
    font-size: 24px;
  }
  .product-cat-page .list ul li .text .desc {
    font-size: 15px;
  }
}
/*about*/

.about-page .about-1 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.about-page .about-1 .left {
  vertical-align: bottom;
  padding-left: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}

/*.about-page .about-1 .left .title {
  margin-top: -1%;
}*/
.about-page .about-1 .left .con {
  font-size: 16px;
  color: #666;
  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;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-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;
  right: 3px;
}

.about-page .about-1 .right .data {
  margin-top: 46px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 40px 0px;
}

.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: 600;
  color: var(--color);
  font-size: 18px;
  line-height: 32px;
}

.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;
  margin-top: 10px
}

.about-page .about-1 .right .data ul li:hover .num {
  color: #cca255
}

.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-right: 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% 45px 0 0;
}

.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 88px 0 0;
}

.about-page .about-2 .right .bicycle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -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 {
  right: -128px;
}

.about-page .about-2 .right .bicycle .tire2 {
  left: -141px;
}

.about-page .about-2 .right .shadow {
  position: absolute;
  bottom: -110px;
  right: -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-right: 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-right: 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-left: 82px;
}

.about-page .about-4 .left ul {
  margin-left: -80px;
}

.about-page .about-4 .left ul li {
  padding-left: 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-right: 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;
  right: 0;
  width: 0;
  height: 100%;
  background: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-4 .right a:hover::after {
  width: 100%;
}

.about-page .about-5 {
  padding: 2% 0 0%;
}

.about-page .about-5 .ui.container {
  max-width: 100%;
  padding: 0;
}

.about-page .about-5 .title {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  color: #323232;
  font-family: "Delon";
  font-weight: normal;
}

.about-page .about-5 .content {
  margin-top: 40px;
}

/*.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;
  right: 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;
  right: 53px;
  opacity: 1;
}

.about-page .about-6 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.about-page .about-6 ul li {
  width: 50%;
  position: relative;
}

.about-page .about-6 ul li img {
  min-height: 500px;
  object-fit: cover;
}

.about-page .about-6 ul li .text {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 80px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-page .about-6 ul li .text .box {
  flex: 1;
  display: flex;
  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;
}

/*.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%;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  color: #fff
}

.about-page .about-7 .text .box {

  margin: 0 auto 0 0;
  text-align: center;
}
.about-page .about-7 .Hbtn {
  color: #fff;
  border-color: #fff;
}
.about-page .about-7 .Hbtn:hover {
  border-color: var(--color);
}

.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;
}

@media screen and (max-width: 1680px) {
  .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: 1440px) { .about-page .about-1 .right .data ul li .num { font-size: 50px;
    line-height: 1;
  }

  .about-page .about-2 .left ul li {
    padding-bottom: 50px;
  }

  .about-page .about-2 .left ul li span {
    font-size: 20px;
    width: 85%;
    padding-right: 10px;
  }

  .about-page .about-2 .right .info .text {
    padding: 12% 45px 0 0;
  }

  .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-left: 30px;
  }

  .about-page .about-4 .left ul {
    margin-left: -40px;
  }

  .about-page .about-4 .left ul li {
    padding-left: 40px;
  }

  .about-page .about-4 .left ul li .top span {
    font-size: 18px;
    width: 67%;
  }

  .about-page .about-4 .left ul li .con {
    font-size: 17px;
  }

  .about-page .about-4 .right .title {
    font-size: 50px;
  }

  .about-page .about-5 .content ul li .ig .text {
    height: 80%;
  }

  .about-page .about-6 ul li .text {
    padding: 80px 60px } } @media screen and (max-width: 1280px) { .about-page .about-1 .left { padding-left: 0;
  }

  .about-page .about-1 .right {
    padding-right: 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-left: -20px;
  }

  .about-page .about-4 .left ul li {
    padding-left: 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 {
    right: 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% 45px 0 0;
  }

  .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 70px 0 0;
  }

  .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-left: -40px;
  }

  .about-page .about-5 .content ul li {
    padding-left: 40px;
  }

  .about-page .about-6 ul li .text {
    padding: 80px 20px } } @media screen and (max-width: 1000px) { .about-page .about-7 .text .box { width: 100% } .about-banner { height: 300px;
    padding-top: 150px;
  }

  .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 {
    right: 130px;
    zoom: .55;
  }

  .about-page .about-2 .right .shadow {
    zoom: .55;
    right: 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-left: 0;
  }

  .about-page .about-4 .left ul li .top em {
    display: block;
  }

  .about-page .about-4 .left ul li .top span {
    width: 100%;
    display: block;
    padding: 0;
    height: 60px;
  }

  .about-page .about-4 .right {
    width: 100%;
    padding-top: 20px;
  }

  .about-page .about-4 .right .con {
    margin-top: 15px;
  }

  .about-page .about-4 .right a {
    margin-top: 20px;
  }

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

  .about-page .about-5 .content {
    margin-top: 60px;
  }

  .about-page .about-6 ul li {
    width: 50%
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-6 {
    display: none
  }

  .about-page .about-2 {
    padding: 7% 0 10%;
  }

  .about-page .about-2 .right {
    display: none;
  }

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

  .about-page .about-5 .content {
    margin-top: 20px;
  }

  .about-page .about-5 .content ul {
    margin-left: -20px;
  }

  .about-page .about-5 .content ul li {
    padding-left: 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 {
    right: 0;
    top: 0;
  }

  .about-page .about-7>img {
    height: 320px;
    object-fit: cover;
  }

  .about-page .about-7 .text {
    bottom: 40px
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-7>img {
    height: 420px
  }

  .about-page .about-2 .left ul li span {
    width: 78%;
  }

  .about-page .about-3 .left .title {
    font-size: 30px;
  }

  .about-page .about-3 .left p {
    font-size: 15px;
    margin-top: 15px;
  }

  .about-page .about-3 .left .more {
    margin-top: 20px;
  }

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

#index-body .i-why {
  background: #f5f5f5
}

#index-body .i-why .top {
  margin-bottom: 54px;
}

#index-body .i-why .top .left .i-title {
  display: inline-block;
}

#index-body .i-why .top .left .i-title:after {
  right: 77%;
  top: 4%;
}

#index-body .i-why .top .right {
  padding-right: 70px;
}

#index-body .i-why .top .right .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  display: none
}

#index-body .i-why .top .right .des.active {
  display: block
}

#index-body .i-why .wrap .left {
  width: 66%;
  padding-left: 13px;
}

#index-body .i-why .wrap .left ul {
  margin: -13px;
}

#index-body .i-why .wrap .left ul li {
  padding: 13px;
}

#index-body .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;
}

#index-body .i-why .wrap .left ul li .box .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
        box-shadow: 0 0 10px #e6e6e6;
  /*-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);*/
}

#index-body .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
}

#index-body .i-why .wrap .left ul li .box .h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 23px;
  padding-left: 30px;
  min-height: 60px;
}

#index-body .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  left: 25px;
  bottom: 25px;
}

#index-body .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;
}

#index-body .i-why .wrap .left ul li.active .box,
#index-body .i-why .wrap .left ul li .box:hover {
  background: var(--color);
  color: #fff;
}

#index-body .i-why .wrap .left ul li.active .box .arrow img,
#index-body .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#index-body .i-why .wrap .right {
  width: 34%;
  padding-right: 13px;
}

#index-body .i-why .wrap .right ul li {
  height: 415px;
}

#index-body .i-why .wrap .right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1680px) {
  #index-body .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1440px) {
  #index-body .i-why .wrap .left ul li .box .h4 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1280px) {
  #index-body .i-why .wrap .right {
    display: none;
  }

  #index-body .i-why .wrap .left {
    width: 100%;
  }

  #index-body .i-why {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1000px) {
  #index-body .i-why .top .left {
    width: 100%;
  }

  #index-body .i-why .top .right {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }

  #index-body .i-why {
    padding: 50px 0;
  }

  #index-body .i-why .wrap .left ul li .box {
    padding: 15px;
  }

  #index-body .i-why .wrap .left ul li .box .arrow {
    left: 10px;
    bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  #index-body .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(-30.0px);
  -moz-transform: translateX(-30.0px);
  -ms-transform: translateX(-30.0px);
  transform: translateX(-30.0px);
}

.advantage .header {
  text-align: right;
}

.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-left: -20px;
}

.advantage .content ul li {
  padding-left: 20px;
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.advantage2 .content ul li {
  width: 16%;
  overflow: hidden;
}

.advantage .content ul li .ig {
  border: solid 1px var(--color);
  padding: 50px 60px 37px;
  height: 430px;
}

.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: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  bottom: auto;
  right: 50%;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  font-weight: 500;
}

.advantage .content ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  transition: all .3s linear;
  /*-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(-50.0px);
  -moz-transform: translateX(-50.0px);
  -ms-transform: translateX(-50.0px);
  transform: translateX(-50.0px);
}

.advantage .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  left: 35px;
  color: #666666;
}

.advantage .content ul li.active {
  width: 50%;
}

.advantage .content ul li.active .box .t1 {
  line-height: 1.2;
  color: var(--color);
  font-size: 36px;
  font-weight: bold;
}

.advantage .content ul li.active .box .cont {
  margin-top: 30px;
  color: #666;
  line-height: 1.5;
}
.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: 1440px){
   .advantage .content ul li .ig {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 1280px){
    .advantage .content ul li .ig {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 1000px){
  
  .advantage .top .btn {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px;
  }
  .advantage .content ul li .ig .tit {
    display: none;
  }
  
  .advantage .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .advantage .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .advantage .content ul li.active {
    width: 50%;
  }

  .advantage .content ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .advantage .content ul li .ig {
    padding: 30px 20px 20px;
  }

}
@media screen and (max-width: 700px){
  .advantage {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  
  .advantage .content ul li,
  .advantage .content ul li.active {
    width: 100%;
  }

  .advantage .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }

  .advantage .content ul li .ig .tit {
    line-height: 1.5;
  }

  .advantage .content ul li .ig .box {
    line-height: 1.8;
  }
}

.test-page .test-1 {
  padding-top: 90px;
}

.test-page .test-1 .box {
  margin: 0 -45px;
  margin-bottom: 50px;
}

.test-page .test-1 .box .column {
  padding: 0 45px;
  vertical-align: middle;
}

.test-page .test-1 .box .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  margin-top: 20px;
}
.test-page .solution-3 {
  background-color: #e7e7e7;
}

.test-page .solution-3 .box .list {
  border: 1px solid #3b3a3a;
}

.test-page .solution-3 .box .list ul {
  margin-left: -1px;
}

.test-page .solution-3 .box .list ul li {
  border-left: 1px solid #3b3a3a;
  padding: 4% 14% 2%;
  position: relative
}

.test-page .solution-3 .box .list ul li i img {
  margin: 0 auto;

}

.test-page .solution-3 .box .list ul li span.h6 {
  line-height: 1.2;
}

.test-page .solution-3 .box .list ul li .text {
  position: absolute;
  padding: 10px;

  height: 14em;
  overflow-y: auto;
  transition: .5s;
  right: 0;
  bottom: 10%;
  width: 100%;
  opacity: 0;
}

.test-page .solution-3 .box .list ul li:hover .text {
  opacity: 1
}

.test-page .solution-3 .box .list ul li .img {
  transition: .5s;
  padding-top: 15%;
}

.test-page .solution-3 .box .list ul li:hover .img {
  opacity: 0
}

.test-page .solution-3 .box .list ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.test-page .solution-3 .box .list ul .slick-track .slick-slide {
  height: auto;
}

.test-page .solution-3 .box .list ul .slick-track .slick-slide>div {
  height: 100%;
}

.test-page .solution-3 .box .list ul .slick-track .slick-slide>div li {
  height: 100%;
}

.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;
  right: 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;
  width: 60px;
  height: 60px;
  margin: auto;
}

.test-page .text-3 .swiper .swiper-slide span.h6 {
  margin-top: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 24px;
}

.test-page .text-3 .swiper .swiper-slide span.h6_2 {
  padding: 0 10px;
  max-width: 340px;
  margin: 1.4em auto 0;
}

.test-page .text-3 .swiper .swiper-slide .text {
  color: inherit;
  margin-top: 1em;
  font-weight: 300;
  max-height: 9em;
  overflow: auto;
}

.test-page .text-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
  background-color: #333;
}

.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%;
  right: 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-right-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;
  }
}

.aft03 {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 45%;
  height: 695px;
}

.aft03 .icenter2 .le::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}

.aft03 .icenter2 .le:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}

.aft03 .icenter2 .le img {
  height: 100%;
}

.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}

.aft03 .icenter2 .ri {
  width: 50%;
}

.aft03 .icenter2 .ri>ul {
  margin: 20px 0 0px;
}

.aft03 .icenter2 .ri>ul li {
  position: relative;
  padding-right: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.aft03 .icenter2 .ri>ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  right: 0px;
  top: 13px;
  content: "";
}

.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.aft03 dl dd .icon {
  width: 86px;
  margin-left: 58px;
}

.aft03 dl dd .text {}

.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  color: #333333;
  width: fit-content;
  margin-bottom: 10px;
}

.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: bold;
}

.aft03 dl dd .text h4::after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}

.aft03 dl dd .text p {
  font-size: 18px;
  color: #666666;
}
@media screen and (max-width: 1600px){
  
  .aft03 .icenter2 .ri>ul li {
    padding-right: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .aft03 .icenter2 .ri>ul {
    margin: 16px 0 0px;
  }

  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }

  .aft03 dl dd .icon {
    width: 74px;
    margin-left: 50px;
  }

  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }

  .aft03 dl dd .text h4::after {
    height: 4px;
  }

  .aft03 dl dd .text p {
    font-size: 15px;
  }

  .aft03 .icenter2 .le {
    height: 529px;
  }
}
@media only screen and (max-width: 768px) {

  @keyframes hua2 {
    from {
      top: 0%;
    }

    to {
      top: 95%;
    }
  }

  .aft03 .icenter2 {
    flex-flow: wrap;
  }

  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .aft03 .icenter2 .ri {
    width: 100%;
  }

  .aft03 dl dd .icon {
    width: 60px;
    margin-left: 31px;
  }

  .aft03 {
    padding-bottom: 50px;
  }

}

.custom-22 .ui .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-22 .ui .top .left {
  padding-left: 65px;
}

.custom-22 .ui .top .left .h3 {
  padding-right: 35px;
  border-right: 3px solid var(--color);
}

.custom-22 .ui .top .left p {
  line-height: 2;
  margin-top: 35px;
}

.custom-22 .ui .bottom {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-top: 30px;*/
}

.custom-22 .ui .bottom .left {
  padding-left: 80px;
}

.custom-22 .ui .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}

.custom-22 .ui .bottom .right {
  /*padding-right: 80px;*/
}

.custom-22 .ui .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.custom-22 .ui .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}

.custom-22 .ui .bottom .right ul.list3 li .top em {
  /*margin-left: 25px;*/
  font-family: "rom";
}

.custom-22 .ui .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  left: 25px;
}

.custom-22 .ui .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}

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

  .custom-22 .ui .bottom .left {
    padding-left: 0px;
  }

}

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

  .custom-22 .ui .bottom .right {
    padding-left: 0;
  }

  .custom-22 .ui .bottom {
    padding: 30px 25px;
  }
}

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

  .custom-22 .ui .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .custom-22 .ui .top .left {
    padding-left: 0px;
    width: 100%;
  }

  .custom-22 .ui .top .right {
    width: 100%;
  }

  .custom-22 .ui .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
  }

  .custom-22 .ui .bottom .left {
    padding-left: 0px;
    width: 100%;
  }

  .custom-22 .ui .bottom .right {
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 100px) {
  .custom-22 .ui .bottom .right ul.list3 li .top {
    padding: 10px;
  }

  .custom-22 .ui .bottom {
    padding: 0;
  }
}


.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-left: 3%;
}

.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #f3f3f3;
  position: sticky;
  top: 100px;
}

.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  line-height: 36px;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}

.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: #666;
  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/icon-search-black.png") center center no-repeat;
}

.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  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-left: .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-left: 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: #666;
  line-height: 2;
}

.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 16px;
  color: #242424;
  line-height: 32px;
  margin-top: .3em;
  display: block;
  font-weight: 500;
}

.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;
}
@media screen and (max-width: 1000px){
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-left: 0;
  }

  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
}
.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: #666;
  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-right: 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 #333;
  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;
  line-height: 36px;
}

.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: #666;
  line-height: 32px;
  margin: 1em 0 2em 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;
  right: 105%;
}

.newdet-page .marginBox {
  padding: 90px 6%;
}

.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: #666;
  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-right: 1em;
}

.newdet-page .sideBarLeft h1 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 1.6;
  display: block;
  margin: 2em 0 1em;
}

.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.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-right: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}

.m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}

.m-link .prev {
  margin-left: 20px;
  width: calc(50% - 20px);
}

.m-link .prev a.link img {
  margin-left: .5em;
}

.m-link .next {
  margin-right: 20px;
  width: calc(50% - 20px);
}

.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;
}

.m-link .next a.link img {
  margin-right: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.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;
  font-size: 20px;
  line-height: 36px;
  color: #242424;
  margin-bottom: .5em;
}

.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;
}

.m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}

.m-link .btnBox .text {
  margin-right: 15px;
  transition: all .3s;
  width:100%;
}
.m-link .btnBox .text:hover{
  color: var(--color);
}
.m-link .btnBox .text time {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.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: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}

  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }

  .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: 24px;
    line-height: 44px;
  }

  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
    line-height: 30px;
  }

  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }
.news-page .sideBarLeft .list ul li .content a.link:hover {
  color: #242424;
  border-color: #242424;
}

.news-page .sideBarLeft .list ul li .content a.link:hover:after {
  border-color: #242424;
}

.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: #666;
}

.newdet-page .form ul li input:-moz-placeholder,
.newdet-page .form ul li textarea:-moz-placeholder {
  color: #666;
}

.newdet-page .form ul li input::-moz-placeholder,
.newdet-page .form ul li textarea::-moz-placeholder {
  color: #666;
}

.newdet-page .form ul li input:-ms-input-placeholder,
.newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #666;
}

.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #666;
}

.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) {
  
  .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;
  }

  .m-link a.link,
  .m-link .btnBox .text span.h6 {
    font-size: 16px;
    line-height: 30px;
  }

  .m-link .btnBox {
    padding: 10px;
  }

  .m-link .btnBox .text time {
    font-size: 14px;
  }

  .m-link {
    margin: 30px 0 40px;
  }

  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px){
  
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }

  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }
   .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1000px){
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
   .news-page .sideBarLeft .list ul li a.img-box img {
    height: auto !important;
  }
    .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;
  }
}
@media screen and (max-width: 700px){
  .wid-50 {
    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;
  }
  
  .m-link .btnBox .text {
    margin-right: 0;
    width: 100%;
  }

  .m-link .btnBox a.img {
    display: none;
  }

  .m-link a.link,
  .m-link .btnBox .text span.h6 {
    font-size: 14px;
    line-height: 2;
  }

}

@media screen and (max-width: 500px){
  
  .m-link .prev {
    margin-left: 10px;
  }

  .m-link .next {
    margin-right: 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;
  }
}

.inner-page .m-page {
  margin-top: 5%;
  margin-bottom: 7%;
  text-align: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  font-size: 23px;
  color: #474747;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  line-height: 1;
  font-weight: 500;
  margin-left: 45px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .m-page a:hover {
  border-color: #474747;
}

.inner-page .m-page span.current {
  border-color: #474747;
}
.newsProduct .prodet-3 ul li .img-box{
  display: block;
  background-color: #f7f9f6;
}
.newsProduct .prodet-3 ul li .tit{
  display: block;
  line-height: 2;
  color: #141414;
  transition: all .3s;
}
.newsProduct .prodet-3 ul li .tit:hover{
  color: var(--color);
}

.contact-page .contact-1 .left {
  width: 43%;
}

.contact-page .contact-1 .left ul {
  margin: 0 0 -34px -69px;
}

.contact-page .contact-1 .left ul li {
  padding: 0 0 34px 69px;
  position: relative;
}

.contact-page .contact-1 .left ul li span {
  position: absolute;
  right: 3px;
  bottom: 54px;
}

.contact-page .contact-1 .left ul li input,
.contact-page .contact-1 .left ul li textarea {
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 30px;
  /*font-weight: 300;*/
  color: #3d3d3d;
  padding: 0 30px;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.27);
}

.contact-page .contact-1 .left ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left ul li textarea::-webkit-input-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:-moz-placeholder,
.contact-page .contact-1 .left ul li textarea:-moz-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input::-moz-placeholder,
.contact-page .contact-1 .left ul li textarea::-moz-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left ul li textarea:-ms-input-placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input::placeholder,
.contact-page .contact-1 .left ul li textarea::placeholder {
  color: #3d3d3d;
}

.contact-page .contact-1 .left ul li input:focus,
.contact-page .contact-1 .left ul li textarea:focus {
  border-color: var(--color);
}

.contact-page .contact-1 .left ul li textarea {
  height: 70px;
  padding-top: 6px;
}

.contact-page .contact-1 .left ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-1 .left ul li.wid-100 span {
  bottom: initial;
  top: 10px;
}

.contact-page .contact-1 .left .bottom {
  margin-top: 62px;
}

.contact-page .contact-1 .left .bottom input[type="submit"]{
  background-color: transparent !important;
  border:none !important;
  padding: 0 !important;
  color: white !important;
  width: fit-content !important;
}

.contact-page .contact-1 .left .bottom span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  font-size: 14px;
  color: #9d9d9d;
  font-weight: 400;
}

.contact-page .contact-1 .left .bottom span input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: solid 1px #9d9d9d;
}

.contact-page .contact-1 .left .bottom span em {
  display: inline-block;
  /*vertical-align: middle;*/
  padding-right: 11px;
}

.contact-page .contact-1 .right {
  width: 56.65%;
  padding-right: 10.1%;
}

.contact-page .contact-1 .right .title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 900;
  /*color: var(--color);*/
}

.contact-page .contact-1 .right .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 23px;
  color: #666;
}

.contact-page .contact-1 .right ul li {
  margin-top: 25px;
}

.contact-page .contact-1 .right ul li p {
  font-size: 18px;
  line-height: 2;
  color: #666;
  font-weight: 400;
}

.contact-page .contact-1 .right ul li:last-child {
  width: 76%;
}

.contact-page .contact-2 {
  margin-top: 144px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.contact-page .contact-2 #mapContainer {
  height: 526px;
}

@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-right: 5%;
  }

  .contact-page .contact-1 .right ul li:last-child {
    width: 100%;
  }

  .contact-page .contact-1 .left ul {
    margin: 0 0 -34px -40px;
  }

  .contact-page .contact-1 .left ul li {
    padding: 0 0 34px 40px;
  }

  .contact-page .contact-1 .right .title {
    font-size: 36px;
  }

  .contact-page .contact-2 {
    margin-top: 80px;
  }

  .contact-page .contact-1 .left .bottom span {
    padding-right: 5px;
  }
}

@media screen and (max-width: 1000px) {
 
  .contact-page {
    padding-top: 60px;
  }

  .contact-page .contact-1 .left {
    width: 100%;
  }

  .lh-1 {
    line-height: 1.3;
  }

  .contact-page .contact-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .contact-page .contact-2 {
    margin-top: 60px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 450px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }

  .contact-page .contact-1 .left .bottom {
    margin-top: 30px;
  }

  .contact-page .contact-1 .left .bottom a {
    padding: 15px 25px;
    font-size: 18px;
  }

  .contact-page .contact-1 .left .bottom span {
    display: block;
    margin-top: 10px;
  }

  .contact-page .contact-1 .right .title {
    font-size: 32px;
  }

  .contact-page .contact-1 .right ul li p {
    font-size: 18px;
  }

  .contact-page .contact-2 {
    margin-top: 30px;
  }

  .contact-page .contact-2 #mapContainer {
    height: 350px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-1 .right .title {
    font-size: 26px;
  }

  .contact-page .contact-1 .right ul li p {
    font-size: 16px;
  }
}

.testimonials-page .marginBox {
  text-align: center;
}

.testimonials-page .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
  margin-top: 110px;
}

.testimonials-page .options span {
  font-size: 20px;
  font-weight: bold;
  width: 360px;
  margin-left: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.testimonials-page .options span em {
  color: #bfbfbf;
}

.testimonials-page .options span.active {
  background-color: white;
  border-bottom-color: transparent;
}

.testimonials-page .ret .list {
  margin: 0;
}

.testimonials-page .ret .list ul {
  margin: -30px -15px;
  text-align: right;
}

.testimonials-page .ret .list ul.active li a {
  /*border: 10px solid var(--color);*/
}

.testimonials-page .ret .list ul li {
  padding: 30px 15px;
  text-align: center;
}

.testimonials-page .ret .list ul li a {
  display: block;
  position: relative;
}

.testimonials-page .ret .list ul li a img {
  width: 100%;
}

.testimonials-page .ret .list ul li a span {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.testimonials-page .ret .list ul li a span img {
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.testimonials-page .ret .list ul li a:hover span {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  
  .testimonials-page .options span {
    font-size: 18px;
    line-height: 32px;
    width: 280px;
  }

  .testimonials-page .options {
    margin-top: 60px;
  }

  /*.testimonials-page .ret .list {
    margin: 50px 0;
  }*/
  .testimonials-page .ret .list ul li {
    padding: 10px;
  }

  .testimonials-page .ret .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1450px){
    .testimonials-page .marginBox {
    padding: 60px 0;
  }

  .testimonials-page .options span {
    font-size: 16px;
    width: 220px;
  }

  .testimonials-page .options {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1250px){
  .testimonials-page .options span {
    font-size: 14px;
    line-height: 2;
    width: 200px;
  }

  /*.testimonials-page .ret .list {
    margin: 30px 0;
  }*/
}
@media screen and (max-width: 1000px) {
  .testimonials-page .options {
    display: none;
  }
}
@media screen and (max-width: 700px){
  .testimonials-page .options span {
    font-size: 14px;
    line-height: 2;
    width: 140px;
  }
}
@media screen and (max-width: 500px) {
  .testimonials-page .marginBox {
    padding: 30px 0;
  }
}

#addForm2 {
  padding-right: 25px;
  height: 600px;
  width: 720px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}
#addForm2 h4 {
  font-size: 36px;
  margin: 0 0 30px;
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2;
   
  font-weight: bold;
}
#addForm2 span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 7px;
  display: block;
}
#addForm2 input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  padding-right: 30px;
  outline: none;
  background-color: #ececec;
  border-radius: 4px;
  border: none;
  margin-bottom: 20px;
}
#addForm2 textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 4px;
  border: none;
  margin-bottom: 20px;
  height: 100px;
}
#addForm2 .contact-submit {
  margin-top: 30px;
  text-align: 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: 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;
}
#addForm2 .contact-submit input[type="submit"] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  /*border-radius: 28px;*/
  text-align: center;
  margin-left: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addForm2 .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px;
}
#addForm2 .contact-submit input[type="submit"]:hover {
  background-color: #333;
}
@media screen and (max-width: 1450px) {
  #addForm2 {
    width: 100%;
  }
  .contact-page .contact-1 .right{
    padding-right: 2%;
    width: 50%;
  }
  .contact-page .contact-1 .left{
    width: 50%;
  }
  .contact-page .contact-1 .left ul li{
    padding-left: 15px;
  }
  #addForm2 textarea{
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #addForm2 {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
   #addForm2 {
    width: 100%;
    padding: 10px;
  }
  #addForm2 .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.prodet-3 .text:hover{
  color: var(--color);
}

.app-page .init-1 {
  padding-top: 60px;
}
.app-page .init-1 .container .content ul {
  margin: 0 -20px;
}
.app-page .init-1 .container .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.app-page .init-1 .container .content ul li {
  padding: 0 20px;
  margin-top: 60px;
}
.app-page .init-1 .container .content ul li .box {
  height: 100%;
}
.app-page .init-1 .container .content ul li .box .boxC {
  padding-bottom: 20px;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, -4px 4px, -15px 5px, 0.1);
  box-shadow: 0px 0px 20px 10px rgba(0, -4px 4px, -15px 5px, 0.1);
}
.app-page .init-1 .container .content ul li .box .boxC .img {
  display: block;
}
.app-page .init-1 .container .content ul li .box .boxC .title {
  text-align: center;
  display: block;
  padding: 0 10px;
  margin-top: 24px;
}
.app-page .init-1 .container .content ul li .box .boxC .title:hover {
  color: #3854b8;
}
.app-page .init-1 .container .content ul li .box .btn {
  background-color: var(--color);
  margin: auto;
  margin-top: -34px;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  position: relative;
}
.app-page .init-1 .container .content ul li .box .btn .moreText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 74px;
  right: 40px;
  color: #fff;
  opacity: 0;
}
.app-page .init-1 .container .content ul li .box .btn .moreImg {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  transition: 0.5s;
}
@media (max-width: 1000px){
   .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }
  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
}
@media (max-width: 500px){}
@media (max-width: 1000px){
  .contact-page .contact-1 .left,.contact-page .contact-1 .right{
    width: 100%;
  }
  #addForm2{
    height: auto;
  }
}

.faq-page .faq-list li {
  margin: 0 0 10px;
  word-break: break-word;
}

.faq-page .faq-list li h4 {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  font-size: 22px;
  color: #363f4d;
  padding: 15px 25px 15px 30px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: bold;
}
.faq-page .faq-list li h4:hover{
  background: var(--color);
  color: #fff;

}

.faq-page .faq-list li h4 i {
  color: #bababa;
  float: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}

.faq-page .faq-list li>.cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
  color: #333;
}

.font-16,
.font-18 {
    line-height: 30px;
}
@media (max-width: 1000px){
#footer .top .center .menuUl .menu1 p.regular.font-16.colorF.mt-25,
.seoIndustry.Auxil-industry {
    display: none !important;
}
.font-18,
.font-16 {
  font-size: 16px !important;
    line-height: 30px !important;
}
#innerMobileBanner .banner2 .text {
    font-size: 20px !important;
}
}




.support-page .support-1 .list:nth-child(even){
  flex-direction: row-reverse;
}
.support-page .support-1 .left {
  width: 44.5%;
}
.support-page .support-1 .left img {
  border-radius: 20px;
}
.support-page .support-1 .right {
  width: 47%;
}
.support-page .support-1 .right .sub {
  color: var(--color);
}
.support-page .support-2 .left {
  width: 30%;
  background-image: linear-gradient(-28deg, #2a5a10 0%, #8ad960 100%);
  border-radius: 20px;
}
.support-page .support-1 .right .txt {
max-height: 340px;
overflow-y: auto;
}
.support-page .support-2 .left form input,
.support-page .support-2 .left form textarea {
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  color: white;
}
.support-page .support-2 .left form input::placeholder,
.support-page .support-2 .left form textarea::placeholder {
  font-size: 14px;
  color: #fff;
}
.support-page .support-2 .left form input.inquery,
.support-page .support-2 .left form textarea.inquery {
  font-size: 16px;
  width: auto;
  border: none;
  background-color: #fff;
  color: var(--color);
  padding: 10px 30px;
  border-radius: 23px;
}
.support-page .support-2 .left form input.inquery:hover,
.support-page .support-2 .left form textarea.inquery:hover {
  background-color: var(--color);
  color: white;
}
.support-page .support-2 .right {
  width: 65%;
}
.support-page .support-2 .right .slickBox ul {
  position: relative;
  width: 88%;
  margin: auto;
}
.support-page .support-2 .right .slickBox ul li {
  text-align: center;
}
.support-page .support-2 .right .slickBox ul li .list {
  position: relative;
  z-index: 2;
}
.support-page .support-2 .right .slickBox ul li .list .icon img {
  display: block;
  margin: 0 auto;
}
.support-page .support-2 .right .slickBox ul li .list .num {
  width: 48px;
  height: 48px;
  background-color: var(--color);
  border-radius: 50%;
  color: #fff;
  margin: 0 auto;
}
.support-page .support-2 .right .slickBox ul li .list .titl {
  line-height: 1.34;
  width: 75%;
  margin: 0 auto;
}
.support-page .support-2 .right .slickBox ul::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--color);
  opacity: 0.2;
  top: 50%;
  right: 50%;
  transform: translate(50.0%,-50%);
  z-index: -1;
}
.support-page .support-2 .right .slickBox .slickBtn.pos div {
  width: 40px;
  height: 40px;
  background-color: #f6f6f6;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
}
.support-page .support-2 .right .slickBox .slickBtn.pos div:hover {
  background-color: var(--color);
  color: #fff;
}
.support-page .support-2 .right .slickBox .slickBtn.pos div.next {
  right: auto;
  left: 0;
}
.support-page .support-2 .right .slickBox .slickBtn.pos div.prev {
  right: 0;
  left: auto;
}
.support-page .support-3 {
  background-color: #f7f9f6;
}
.support-page .support-3 img.bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.support-page .support-3 .container {
  margin-top: -540px;
}
.support-page .support-3 .container .line {
  height: 80px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  margin: auto;
}
.support-page .support-3 .container .line::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: white;
  position: absolute;
  right: 50%;
  transform: translateX(50.0%);
  animation: hua 2.5s linear infinite;
}
.support-page .support-3 .container .slickBox ul li {
  height: 495px;
  overflow: hidden;
}
.support-page .support-3 .container .slickBox ul li .list {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
      box-shadow: 0 0 10px #dcdcdc;
}
.support-page .support-3 .container .slickBox ul li .list .icon {
  width: 139px;
  height: 139px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.support-page .support-3 .container .slickBox ul li .list .icon::after,
.support-page .support-3 .container .slickBox ul li .list .icon::before {
  content: '';
  border-radius: 50%;
  border: 1px dashed var(--color);
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50.0%,-50%);
}
.support-page .support-3 .container .slickBox ul li .list .icon::after {
  width: 100%;
  height: 100%;
}
.support-page .support-3 .container .slickBox ul li .list .icon::before {
  width: 83.5%;
  height: 83.5%;
}
.support-page .support-3 .container .slickBox ul li .list .minTitl {
  color: #ccc;
}
.support-page .support-3 .container .slickBox ul li .list .lineB {
  width: 22px;
  height: 5px;
  background-color: var(--color);
}
.support-page .support-3 .container .slickBox ul li .list .text {
  line-height: 1.875;
  height: 140px;
  overflow-y: auto;
      text-align: right;
          padding: 0 20px;
}
.support-page .support-3 .container .slickBox ul li .cont {
  height: 100%;
  width: 100%;
  background-color: var(--color);
  border-radius: 20px;
  color: #fff;
  opacity: 0;
  transform: translateY(-20%);
}
.support-page .support-3 .container .slickBox ul li .cont .icon img {
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);

}
.support-page .support-3 .container .slickBox ul li .cont .titl {
  line-height: 1.2;
  margin: 0 auto;
}
.support-page .support-3 .container .slickBox ul li .cont .lineB {
  width: 94px;
  height: 5px;
  background-color: #ffffff;
  margin: 19px auto;
}
.support-page .support-3 .container .slickBox ul li .cont .txt {
  line-height: 1.6;
  height: 194px;
  overflow-y: auto;
}
.support-page .support-3 .container .slickBox ul li .cont .txt::-webkit-scrollbar {
  width: 2px;
}
.support-page .support-3 .container .slickBox ul li .cont .txt::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
.support-page .support-3 .container .slickBox ul li .cont .txt::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.support-page .support-3 .container .slickBox ul li:hover .list {
  /*position: absolute;
  left: 8%;
  opacity: 0;
  transform: translateY(-20%);
  width: 20%;*/
  background-color: var(--color);
  color: #fff;

}
.support-page .support-3 .container .slickBox ul li:hover .icon::after,.support-page .support-3 .container .slickBox ul li:hover .icon::before {
  border-color: #fff;
}
.support-page .support-3 .container .slickBox ul li:hover .list .icon img {
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
}
.support-page .support-3 .container .slickBox ul li:hover .list .lineB {
  background-color: #fff;
}
/*.support-page .support-3 .container .slickBox ul li:hover .cont {
  opacity: 1;
  transform: translateY(0);
}*/
.support-page .support-3 .container .bot {
  line-height: 2;
}
.support-page .support-3 .container .bot p {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1700px) {
  .support-page .support-3 .container {
    margin-top: -450px;
  }
  .support-page .support-3 .container .slickBox ul li {
    height: 450px;
  }
}
@media screen and (max-width: 1450px) {
  .support-page .support-2 .left {
    width: 25%;
  }
  .support-page .support-2 .right {
    width: 72%;
  }
  .support-page .support-2 .right .slickBox ul li .list .titl {
    width: 85%;
  }
  .support-page .support-3 .container {
    margin-top: -400px;
  }
  .support-page .support-3 .container .slickBox ul li {
    height: 430px;
  }
}
@media screen and (max-width: 1250px) {
  .support-page .support-2 .left {
    width: 60%;
    margin: 10px auto;
    padding: 20px !important;
  }
  .support-page .support-2 .right {
    width: 100%;
  }
  .support-page .support-2 .right .slickBox ul::after {
    top: 53%;
  }
  .support-page .support-3 .container {
    margin-top: -330px;
  }
  .support-page .support-3 .container .slickBox ul li {
    height: 400px;
  }
  .support-page .support-3 .container .slickBox ul li .list .icon {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .support-page .support-2 .right .slickBox ul::after {
    top: 60%;
  }
  /*.support-page .support-3 .container {
    margin-top: -220px;
  }*/
  .support-page .support-3 .container .line {
    height: 25px;
  }
  .support-page .support-3 .container .line::after {
    width: 5px;
    height: 5px;
  }
  .support-page .support-3 .container .txt {
    max-height: 110px;
    overflow-y: auto;
  }
  .support-page .support-3 img.bg {
    min-height: 400px;
  }
  .support-page .support-3 .container .slickBox ul li {
    height: 370px;
  }
  .support-page .support-3 .container .bot p {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .support-page .support-3 img.bg {
    height: 300px;
  }
  .support-page .support-3 .container {
    margin-top: -310px;
  }
  
}



.product-yd-page .init-1 .container ul li .box {
    border-top: 1px solid #e2e2e2;
    padding: 60px 0;
}
.seoPublic .seoIndustry .text strong {
  color: #666666;
}
.seoPublic .seoIndustry .text h2 {
  font-size: 20px;
  margin-top: 8px;
  font-weight: bold;
}
.seoPublic .seoIndustry .text h3 {
  font-size: 18px;
  margin-top: 5px;
  font-weight: bold;
}
.product-yd-page .init-1 .container ul li .box .left {
    width: 60%;
    padding-left: 0px;
}

.product-yd-page .init-1 .container ul li .box .left .title {
    font-weight: bold;
    display: block;
}

.product-yd-page .init-1 .container ul li .box .left .title:hover {
    color: var(--color);
}

.product-yd-page .init-1 .container ul li .box .left .des {
    color: #666;
    margin-top: 20px;
    /*font-weight: 500;*/
    overflow-y: scroll;
    max-height: 250px;
    line-height: 32px;
}

.product-yd-page .init-1 .container ul li .box .left .more {
    margin-top: 30px;
}

.product-yd-page .init-1 .container ul li .box .right {
    width: 40%;
    text-align: left;
    position: relative;
}
.product-yd-page .init-1 .container ul li .box .right a img {
  display: block;
  margin: auto;
  position: relative;
  z-index: 2;
}
.product-yd-page .init-1 .container ul li .box .right a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(/uklbearing/2026/01/09/init-2ImgBg-LnNl.png) no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: .5;
  zoom: 0.8;
  -webkit-animation: rotateX 40s 0.3s linear infinite;
  -moz-animation: rotateX 40s 0.3s linear infinite;
  animation: rotateX 40s 0.3s linear infinite;
  z-index: 1;
}
.product-yd-page .init-1 .container ul li .box .right a {
  border-radius: 50%;
  width: 63%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8%;
}

.product-yd-page .init-1 .container ul li .box .right img {
  border-radius: 50%;
  background: #f5f8ff;
}

.product-yd-page .init-1 .container ul li:last-child .box {
    border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 1000px) {
    .product-yd-page .init-1 .container ul li .box .left {
        width: 100%;
        padding-left: 0;
    }

    .product-yd-page .init-1 .container ul li .box .right {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

.product-page {
    min-height: 80vh;
}

.product-page .pro-box .product-right {
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
    padding-right: 35px;
    margin-right: auto;
}

.product-page .pro-box .product-right ul {
    margin: 0 -12px;
}

.product-page .pro-box .product-right ul li {
    padding: 0 12px;
    margin-bottom: 30px;
}

.product-page .pro-box .product-right ul li:hover .img-box {
    border: 1px solid var(--color);
}

.product-page .pro-box .product-right ul li .img-box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.product-page .pro-box .product-right .text {
    margin-bottom: 30px;
}

.product-page .pro-box .product-right .text h1 {
    margin-bottom: 10px;
}

.product-page .pro-box .product-right .text p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
        height: 200px;
    overflow-y: scroll;
}

.product-page .pro-box .product-right ul li .img-box:hover .icon {
    opacity: 1;
}

.product-page .pro-box .product-right ul li .img-box .icon {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.product-page .pro-box .product-right ul li .img-box .icon a {
    margin: 0 4px;
    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;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    /*background-color: white;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.product-page .pro-box .product-right ul li .img-box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}

.product-page .pro-box .product-right ul li .img-box .icon a img.hover {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product-page .pro-box .product-right ul li .img-box .icon a:hover .cur,
.product-page .pro-box .product-right ul li .img-box .icon a.active .cur {
    opacity: 0;
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover .hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active .hover {
    opacity: 1;
}

.product-page .pro-box .product-right ul li .img-box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .2);
    background: #f7f9f6;
}

.product-page .pro-box .product-right ul li h4 {
    font-size: 20px;

    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    transition: all 0.5s;
    font-weight: 700;
    text-overflow: -o-ellipsis-lastline;
}

.product-page .pro-box .product-right ul li h4:hover {
    color: var(--color);
}

@media screen and (max-width: 1400px) {
    .product-page .pro-box .product-right ul li h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px) {
    .product-page .pro-box .product-right {
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .product-page .pro-box .product-right .text h3 {
        font-size: 20px;
    }
    .uklhide {
      display: none !important;
    }
}

.pro-box .pro-left {
    width: 400px;
    position: sticky;
    top: 130px;
    float: right;
}

.pro-box .pro-left .menus {

    margin-bottom: 50px;
}

.pro-box .pro-left .menus>li {
    border-radius: 5px;
    border-top: none;
    margin-bottom: 10px;
}

.pro-box .pro-left .menus>li:last-child {
    margin-bottom: 0;
}

.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
    left: 0;
}

.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
    color: white;
}

.pro-box .pro-left .menus>li.active .menu-a i {
    transform: translateY(-50%) rotate(-90deg);

}

.pro-box .pro-left .menus>li .menu-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;
    height: 60px;
    padding: 0 27px 0 70px;

    font-size: 18px;
    /*text-transform: uppercase;*/
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 5;
}

.pro-box .pro-left .menus>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -webkit-calc(100% - 8px);
    left: -moz-calc(100% - 8px);
    left: calc(100% - 8px);
    top: 0;
    background-color: var(--color);
    /*background-image: linear-gradient(35deg, #0e3092 0%, #507bf0 100%);*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.pro-box .pro-left .menus>li .menu-a i {
    position: absolute;
    left: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
    /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}

.pro-box .pro-left .menus>li .sub-menu li {
    padding: 5px 30px;
}
.pro-box .pro-left .menus>li .sub-menu li:first-child {
  padding-top: 20px;
}
.pro-box .pro-left .menus>li .sub-menu li:last-child {
  padding-bottom: 20px;
}

.pro-box .pro-left .menus>li .sub-menu li a {
    font-size: 18px;
    color: #666;
    transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu li a:hover {
    color: var(--color);
}

.pro-box .pro-left .menus>li .sub-menu li.active a {
    color: var(--color);
}

@media screen and (max-width: 1000px) {
    .pro-box .pro-left {
        display: none;
    }
}

.prodet-page .prodet-right {
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
    padding-right: 65px;
    margin-right: auto;
}

.prodet-page .prodet-right .box {
    width: 100%;
}

.prodet-page .prodet-right .box .left {
    width: 46.5%;
}
.prodet-page .prodet-right .box .left .bigImg ul li {
  text-align: center;
}

.prodet-page .prodet-right .box .left .bigImg ul li img{
      background: #f7f9f6;
}
.prodet-page .prodet-right .box .left .smallImg ul {
    margin: 0 -5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li {
    padding: 0 5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
    border: 1px solid var(--color);
        background: #f7f9f6;
}

.prodet-page .prodet-right .box .right {
    width: 53.5%;
    padding-right: 50px;
}

.prodet-page .prodet-right .box .right .det.max-h {
    max-height: 360px;
    overflow-y: auto;
}

.prodet-page .prodet-right .box .right .det table {
    margin-bottom: 0;
}

.prodet-page .prodet-right .box .right .det ul li {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.prodet-page .prodet-right .box .right .det ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #333;
    margin-left: 10px;
}

.prodet-page .prodet-right .box .right .det2 ul {
    display: flex;
}

.prodet-page .prodet-right .box .right .det2 ul li {
    margin-left: 15px;
    font-size: 90px;
}

.prodet-page .prodet-right .box .right h1 {
    font-size: 35px;
    font-weight: bold;

}

.prodet-page .prodet-right .box .right .det {
    color: #666;
    line-height: 2;

}

.prodet-page .prodet-right .box .right .line {
    width: 100%;
    border-radius: 35px;
    height: 10px;
}

.prodet-page .prodet-right .box .right .btn {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.prodet-page .prodet-right .box .right .Auxil-through {
    color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img {
    border-color: transparent;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50.0%,-50%);
    opacity: 0;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img {
    border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p {
    color: #333;
    transition: all 0.5s;
    cursor: pointer;
    opacity: 0;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover {
    color: var(--color);
    opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add {
    position: relative;
}

.prodet-page .prodet-right .box .right .btn .product_add .fly_love {
    display: none;
    z-index: 204;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .love {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .collect {
    opacity: 1;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .love {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .collect {
    opacity: 0;
}

.prodet-page .prodet-right .prodet-title {
    margin: 100px 0 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-right .prodet-content {
    padding-bottom: 60px;
    color: #666;
    font-size: 16px;

}

.prodet-page .prodet-right .prodet-title ul {
    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;
}

.prodet-page .prodet-right .prodet-title ul li {
    padding: 10px 20px;
    margin: 0 40px;
    position: relative;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.prodet-page .prodet-right .prodet-title ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 22px;
    background: url("../images/nav-tag.png") no-repeat;
    right: 2px;
    top: -6px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.prodet-page .prodet-right .prodet-title ul li.active {
    border-bottom: 2px solid var(--color);
}

.prodet-page .prodet-right .prodet-title ul li.active:before {
    opacity: 1;
}

.prodet-page .prodet-right .prodet-content .det table {
    table-layout: fixed;
}

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd) {
    background-color: #fff;
}

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(even) {
    background-color: #f5f8ff;
}

.prodet-page .prodet-right .prodet-content .det table tr td {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.prodet-page .prodet-right .prodet-content .det form {
    margin-top: 50px;
    /*padding: 10px;*/
    background: #fff;
    /*box-shadow: #ccc 0 0 10px 0;*/
}

.prodet-page .prodet-right .prodet-content .det form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prodet-page .prodet-right .prodet-content .det form ul li {
    margin-top: 18px;
    width: 49.5%;
    display: inline-block;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
    width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 16px;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
    width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input[type='text'] {
    background-image: linear-gradient(145deg, #0e3092 0%, #507bf0 100%);
    color: #fff;
    transition: all .5s;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input[type='text']:hover {
    background: #333;
}

.prodet-page .prodet-right .prodet-content .det form ul li input[type='text'] {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
}
.prodet-page .prodet-right .prodet-content .det form ul li input[type='submit']{
  border:none;
  background: transparent;
}
.prodet-page .Hbtn {
  background-color: var(--color);
}

@media screen and (max-width: 1600px) {
    .prodet-page .prodet-right .box .right .Auxil-through .next {
        margin-top: 30px;
    }

    .prodet-page .prodet-right .box .right .Auxil-through .next .next-t {
        flex-direction: row-reverse;
    }

    .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span {
        margin-left: 0;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1400px) {
    .prodet-page .prodet-right .box .right h1 {
        font-size: 26px;
    }

}

@media screen and (max-width: 1250px) {
    .prodet-page .prodet-right .box .left {
        width: 100%;
        margin-bottom: 60px;
    }

    .prodet-page .prodet-right .box .right {
        width: 100%;
    }

    .prodet-page .prodet-right .box .left .bigImg ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .prodet-page .prodet-right .box .right {
        padding-right: 0;
    }

    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 15px;
        font-size: 20px;
    }

    .prodet-page .prodet-right .prodet-title {
        margin: 60px 0 30px 0;
    }

}


@media screen and (max-width: 1000px) {
    .prodet-page .prodet-right {
        width: 100%;
        padding-right: 0;
    }

    .prodet-page .prodet-right .box .right .line img {
        width: 100%;
    }

    .prodet-page .prodet-right .box .right .btn a:first-child {
        display: none;
    }

    .prodet-page .prodet-right .box .right .btn a:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width:700px) {
    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 5px;
        font-size: 18px
    }
.product-page .pro-box .product-right .text h1 {
  font-size: 18px;
}
    .prodet-page .prodet-right .prodet-content .det form ul li {
        width: 100%;
    }

    .prodet-page .prodet-right .prodet-content {
        padding-bottom: 30px;
    }

    .prodet-page .prodet-right .prodet-title {
        margin: 20px 0 20px 0;
    }
}

@media screen and (max-width: 500px) {
    .prodet-page .prodet-right .prodet-title ul li {
        width: 100%;
        margin-bottom: 5px;
        padding-right: 10px;
        text-align: center;
    }

    .prodet-page .prodet-right .box .right h2 {
        font-size: 20px;
    }

    .prodet-page .prodet-right .prodet-content .det form {
        margin-top: 0;
    }
}



.recommended-product {
    background-color: #f4f4f4;
    margin-top: 4em;
}

.recommended-product ul {
    margin: 60px -24px 0;
}

.recommended-product ul li {
    padding: 0 24px;
}

.recommended-product ul li .img_box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.recommended-product ul li .img_box:hover .icon {
    opacity: 1;
}

.recommended-product ul li .img_box .icon {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.recommended-product ul li .img_box .icon a {
    margin: 0 4px;
    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;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    /*background-color: white;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.recommended-product ul li .img_box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}

.recommended-product ul li .img_box .icon a img.hover {
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    right: 0;
    top: 0;
}

.recommended-product ul li .img_box .icon a:hover .cur {
    opacity: 0;
}

.recommended-product ul li .img_box .icon a:hover .hover {
    opacity: 1;
}



.recommended-product ul li .img_box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background: #f7f9f6;
}

.recommended-product ul li h4 {
    font-size: 20px;
    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.recommended-product ul li h4:hover {
  color: var(--color);
}

@media screen and (max-width: 1250px) {
    .recommended-product {
        padding: 60px 0;
    }
}

@media screen and (max-width: 700px) {
    .recommended-product {
        padding: 30px 0;
    }
}