@font-face {
  font-family: 'Rany';
  src: url('../fonts/Rany-Light.woff2') format('woff2'), url('../fonts/Rany-Light.ttf') format('truetype'), url('../fonts/Rany-Light.eot') format('embedded-opentype'), url('../fonts/Rany-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/Rany.woff2') format('woff2'), url('../fonts/Rany.ttf') format('truetype'), url('../fonts/Rany.eot') format('embedded-opentype'), url('../fonts/Rany.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/Rany-Medium.woff2') format('woff2'), url('../fonts/Rany-Medium.ttf') format('truetype'), url('../fonts/Rany-Medium.eot') format('embedded-opentype'), url('../fonts/Rany-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/Rany-Bold.woff2') format('woff2'), url('../fonts/Rany-Bold.ttf') format('truetype'), url('../fonts/Rany-Bold.eot') format('embedded-opentype'), url('../fonts/Rany-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/Orbitron-Bold.woff2') format('woff2'), url('../fonts/Orbitron-Bold.ttf') format('truetype'), url('../fonts/Orbitron-Bold.eot') format('embedded-opentype'), url('../fonts/Orbitron-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Rany';
  max-width: 1920px;
  --color: #b4ca3e;
  font-weight: 400;
  margin: 0 auto;
}
:root {
  --radius-55: 55px;
}
@media screen and (max-width: 1250px) {
  :root {
    --radius-55: 25px;
  }
}
@media screen and (max-width: 700px) {
  :root {
    --radius-55: 15px;
  }
}
.container {
  width: 1750px;
}
.body-overflow-box {
  position: relative;
  left: 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;
}
.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%;
  }
}
.ctop{
      width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    border-radius: 100%;
    background: var(--color);
    color: white;
    right: 20px;
    bottom: 120px;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 22;
}
.ctop i{
  font-size: 24px;
}
.ctop:hover{
    transform: translateY(-2px);
    box-shadow: 0 24px 40px rgba(15, 23, 42, .3);
}
#Pop_UpsBtn{
  background: var(--color)!important;
  right:20px!important;
  bottom:190px!important;
}
@media screen and (max-width: 500px) {
  #Pop_UpsBtn,
  .ctop,
  #qrcode{
    zoom: 0.8;
  }

}

.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 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;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -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: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.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;
}
.text-right {
  text-align: right;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.m-color {
  color: var(--color);
}
.primary-color {
  color: var(--color);
}
.t_l {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-color {
  color: #666;
}
h2.h-title {
  font-size: 58px;
  font-weight: bold;
  line-height: 1.2;
}
@-webkit-keyframes play_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes play_scale {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes play_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes text_translate {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes text_translate {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes text_translate {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes banner_dot {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@-moz-keyframes banner_dot {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes banner_dot {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.language-box .zhuyu > img{
  width: 35px;
}
.language-box .hover-language {
  position: relative;
}
.language-box .hover-language .zhuyu span {
  font-weight: 400;
  font-size: 18px;
}
.language-box .hover-language .zhuyu i {
  font-size: 20px;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -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: #000000;
  -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-right: 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;
}

#qrcode{
  position: fixed;
  right:20px;
  bottom:260px;
  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%;
  cursor: pointer;
}
#qrcode:hover{
    transform: translateY(-2px);
    box-shadow: 0 24px 40px rgba(15, 23, 42, .3);
}
#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;
  right: 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);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.inner{
  background-color: white;
}
#header.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #b4ca3e;
  /*color: white;*/
}
#header.inner .nav{
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
/*#header.active .nav .logo {
  -webkit-filter: invert(1);
  filter: invert(1);
}*/
#header .nav {
  height: 80px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .logo {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu a.h-search {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: white;
}
#header .nav .ui.menu a.more span {
  padding: 0 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  margin-right: 60px;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover{
  color: #000;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: black;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 120%;
  left: -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: black;
  -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;
  left: 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: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  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;
}
.more {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 2px;
  background-color: var(--color);
  border-radius: 10px;
  color: white;
  height: 40px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more:hover,
.more:focus {
  color: var(--color);
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.more:hover::after,
.more:focus::after {
  background-color: var(--color);
  color: white;
}
.more:hover::before,
.more:focus::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.white {
  background-color: white;
  color: black;
}
.more.white::after {
  background-color: var(--color);
  color: white;
}
.more.white::before {
  background-color: var(--color);
}
.more.white:hover,
.more.white:focus {
  color: white;
}
.more.white:hover::after,
.more.white:focus::after {
  background-color: white;
  color: var(--color);
}
.more::after {
  content: '\e794';
  font-family: 'iconfont';
  display: block;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 37px;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background-color: white;
  color: var(--color);
  position: relative;
  z-index: 2;
}
.more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more span {
  font-size: 18px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  font-weight: 400;
  padding: 0 25px;
}
#banner {
  position: relative;
  z-index: 6;
}
#banner:hover a.btn {
  opacity: 1;
}
#banner a.btn {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  border-radius: 10px;
  background-color: white;
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.2s ease-out, opacity 0.5s;
  -moz-transition: all 0.2s ease-out, opacity 0.5s;
  transition: all 0.2s ease-out, opacity 0.5s;
  opacity: 0;
}
#banner a.btn:hover {
  background-color: var(--color);
  color: white;
}
#banner a.btn i {
  font-size: 30px;
}
#banner .banner-content {
  border-bottom-left-radius: var(--radius-55);
  border-bottom-right-radius: var(--radius-55);
  overflow: hidden;
}
#banner .banner-content ul li{
  position: relative;
}

#banner .banner-content ul li .text{
  max-width: 435px;
  background-color: rgba(180, 202, 62, 0.8);
  position: absolute;;
  right:5.5%;
  bottom:85px;
  border-radius: 25px;
  display: flex;
  align-items: flex-start;
}

#banner .banner-content ul li .text p{
  width: calc(100% - 18px);
}
#banner .banner-content ul li .text::before{
  content:'';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  margin-top: 8px;
  margin-right: 10px;
  background-color: white;
}
#banner .banner-pro {
  position: relative;
  margin-top: -30.5%;
}

#banner .banner-pro .img .reflection {
  position: absolute;
  left: 50%;
  bottom: -65px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@-webkit-keyframes image-animate-left-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes image-animate-left-in {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes image-animate-left-in {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(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-keyframes image-animate-left-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
@-moz-keyframes image-animate-left-out {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes image-animate-left-out {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
#index-body {
  overflow: hidden;
}
#index-body .homepage-1 {
  background-color: white;
  border-bottom-left-radius: var(--radius-55);
  border-bottom-right-radius: var(--radius-55);
  position: relative;
  z-index: 5;
}
#index-body .homepage-1 .left {
  max-width: 680px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
#index-body .homepage-1 .left::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 5;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(60%, transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
}
#index-body .homepage-1 .left .bgImg {
  width: 100%;
  height: 100%;
}
#index-body .homepage-1 .left .bgImg i {
  position: relative;
  inset: 0;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-animation: image-animate-left-out 1.5s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: image-animate-left-out 1.5s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: image-animate-left-out 1.5s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .homepage-1 .left .bgImg i:nth-child(n + 2) {
  position: absolute;
}
#index-body .homepage-1 .left .bgImg i.active {
  -webkit-animation: image-animate-left-in 1.5s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: image-animate-left-in 1.5s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: image-animate-left-in 1.5s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .homepage-1 .left .pro-nav {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 5;
}
#index-body .homepage-1 .left .pro-nav ul li {
  margin-bottom: 50px;
}
#index-body .homepage-1 .left .pro-nav ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-1 .left .pro-nav ul li.active a {
  background-color: #a1b341;
}
#index-body .homepage-1 .left .pro-nav ul li.active a span {
  border-color: white;
}
#index-body .homepage-1 .left .pro-nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 30px 12px 15px;
  font-size: 18px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
#index-body .homepage-1 .left .pro-nav ul li a::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: white;
  margin-right: 8px;
}
#index-body .homepage-1 .left .pro-nav ul li a span {
  border-bottom: 1px solid transparent;
}
#index-body .homepage-1 .right .bottom {
  position: relative;
}
#index-body .homepage-1 .right .bottom .list {
  position: relative;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  inset: 0;
}
#index-body .homepage-1 .right .bottom .list:nth-child(n + 2) {
  position: absolute;
}
#index-body .homepage-1 .right .bottom .list.active {
  opacity: 1;
  z-index: 1;
}
#index-body .homepage-1 .right .bottom .list ul {
  margin: 0 -10px;
}
#index-body .homepage-1 .right .bottom .list ul li {
  padding: 0 10px;
}
#index-body .homepage-1 .right .bottom .list ul li .box {
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  min-height: 385px;
}
#index-body .homepage-1 .right .bottom .list ul li .box .img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .homepage-1 .right .bottom .list ul li .box .img .img-box {
  overflow: visible;
}
#index-body .homepage-1 .right .bottom .list ul li .box .img a.btn {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  line-height: 35px;
  text-align: center;
  color: white;
  background-color: #191a1a;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: 0;
  bottom: 15px;
}
#index-body .homepage-1 .right .bottom .list ul li .box .img a.btn i {
  font-size: 20px;
}
#index-body .homepage-1 .right .bottom .list ul li .box .img a.btn:hover {
  background-color: var(--color);
}
#index-body .homepage-1 .right .bottom .list ul li .box .text {
  padding-top: 20px;
  border-top: 1px solid #d3d3d3;
}
#index-body .homepage-1 .right .bottom .list ul li .box .text h4 {
  font-size: 18px;
}
#index-body .homepage-2 {
  background-image: url(/electric-motorcycles/2026/09/11/b704U153.png?imageView2/2/format/webp/q/100);
  background-color: #0d0c10;
  margin-top: -60px;
  position: relative;
  z-index: 4;
  border-bottom-left-radius: var(--radius-55);
  border-bottom-right-radius: var(--radius-55);
  padding-bottom: 30px;
}
#index-body .homepage-2 .content {
  position: relative;
  z-index: 5;
  max-width: 1300px;
  margin: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), color-stop(95%, transparent));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, transparent 95%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, transparent 95%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, transparent 95%);
}
#index-body .homepage-2 .content a.more {
  margin: 45px auto 0;
}
#index-body .homepage-2 .bottom {
  margin-top: -40px;
  position: relative;
}
#index-body .homepage-2 .bottom a.play {
  width: 113px;
  height: 113px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 42%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .homepage-2 .bottom a.play img {
  position: relative;
  z-index: 3;
}
#index-body .homepage-2 .bottom a.play::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: play_scale 2s linear infinite;
  -moz-animation: play_scale 2s linear infinite;
  animation: play_scale 2s linear infinite;
}
#index-body .homepage-2 .bottom a.play::after {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background-color: #f1eded;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-animation: play_scale 2s linear infinite;
  -moz-animation: play_scale 2s linear infinite;
  animation: play_scale 2s linear infinite;
}
#index-body .homepage-3 {
  background-color: white;
  border-bottom-left-radius: var(--radius-55);
  border-bottom-right-radius: var(--radius-55);
  margin-top: -60px;
  padding-top: 60px;
  position: relative;
  z-index: 3;
}
#index-body .homepage-3 .h-adv {
  position: absolute;
  top: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .homepage-3 .content ul {
  margin: -12px;
}
#index-body .homepage-3 .content ul .slick-slide>div{
  height: auto !important;
}
#index-body .homepage-3 .content ul li {
  padding: 12px;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
}
#index-body .homepage-3 .content ul li:nth-child(1) .box {
  background-color: #333333;
}
#index-body .homepage-3 .content ul li:nth-child(1) .box .num {
  color: #dbe4ac;
}
#index-body .homepage-3 .content ul li:nth-child(3) .box {
  background-color: #0c0b10;
}
#index-body .homepage-3 .content ul li:nth-child(3) .box .num {
  color: #4f5722;
}
#index-body .homepage-3 .content ul li:nth-child(5) .box {
  background-color: #1d1d1d;
}
#index-body .homepage-3 .content ul li:nth-child(5) .box .num {
  color: #59622a;
}
#index-body .homepage-3 .content ul li .box {
  width: 100%;
  height: 360px;
  border-radius: 15px;
  background-color: #f5f5f5;
  padding: 60px;
  position: relative;
  overflow: hidden;
}
#index-body .homepage-3 .content ul li .box .num {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 130px;
  color: #dbe4ac;
  font-weight: bold;
  line-height: 0.74;
  font-style: italic;
}
#index-body .homepage-3 .content ul li .box a.btn {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  line-height: 35px;
  text-align: center;
  color: white;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .content ul li .box a.btn i {
  font-size: 20px;
}
#index-body .homepage-4 {
  background-image: url('../images/h-news.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: var(--radius-55);
  border-bottom-right-radius: var(--radius-55);
  margin-top: -60px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
#index-body .homepage-4 .content .right {
  max-width: 740px;
}
#index-body .homepage-4 .content .right ul li {
  margin-bottom: 15px;
}
#index-body .homepage-4 .content .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-4 .content .right ul li.active .box {
  background-color: #171a1d;
}
#index-body .homepage-4 .content .right ul li .box {
  padding: 40px 30px 40px 55px;
  min-height: 220px;
  color: white;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .content .right ul li .box .box-l {
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
}
#index-body .homepage-4 .content .right ul li .box .box-l p {
  font-size: 16px;
  color: var(--color);
}
#index-body .homepage-4 .content .right ul li .box .box-r {
  width: 35px;
}
#index-body .homepage-4 .content .right ul li .box .box-r a.btn {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  line-height: 35px;
  text-align: center;
  color: white;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .content .right ul li .box .box-r a.btn i {
  font-size: 20px;
}
#index-body .homepage-5 {
  background-color: white;
  border-bottom-left-radius: var(--radius-55);
  border-bottom-right-radius: var(--radius-55);
  margin-top: -60px;
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
#index-body .homepage-5 .content {
  max-width: 1440px;
  margin: auto;
}
#index-body .homepage-5 .content .bottom {
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
#index-body .homepage-5 .content .bottom ul li {
  margin-bottom: 15px;
  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;
}
#index-body .homepage-5 .content .bottom ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-5 .content .bottom ul li.active i {
  background-color: var(--color);
}
#index-body .homepage-5 .content .bottom ul li .box {
  max-width: 1230px;
  width: 100%;
  padding: 45px 80px;
  min-height: 125px;
  border-radius: 15px;
  background-color: #f5f5f5;
}
#index-body .homepage-5 .content .bottom ul li .box .tit {
  cursor: pointer;
}
#index-body .homepage-5 .content .bottom ul li .box .tit .num {
  width: 75px;
}
#index-body .homepage-5 .content .bottom ul li .box .tit h4 {
  width: -webkit-calc(100% - 75px);
  width: -moz-calc(100% - 75px);
  width: calc(100% - 75px);
}
#index-body .homepage-5 .content .bottom ul li i {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
  background-color: #191a1a;
  color: white;
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer {
  background: url('../images/footer-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  margin-top: -60px;
  padding-top: 60px;
}
#footer.inner{
  margin-top: 0;
  padding-top: 0;
}
#footer .f-form form ul {
  margin: 0 -8px;
  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;
}
#footer .f-form form ul li {
  padding: 0 8px;
  width: 20%;
}
#footer .f-form form ul li:nth-child(4) {
  width: -webkit-calc(40% - 61px);
  width: -moz-calc(40% - 61px);
  width: calc(40% - 61px);
}
#footer .f-form form ul li:last-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .f-form form ul li input[type='text'] {
  width: 100%;
  padding-right: 15px;
  padding-left: 30px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 15px;
  color: black;
  height: 45px;
}
#footer .f-form form ul li input[type='text']::-webkit-input-placeholder {
  color: #7a7a7a;
}
#footer .f-form form ul li button[type='submit'] {
  width: 45px;
  height: 45px;
  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);
  border-radius: 15px;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .f-form form ul li button[type='submit']:hover {
  background-color: white;
}
#footer .f-form form ul li button[type='submit']:hover img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
#footer .f-form form ul li button[type='submit'] img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .f-top .left {
  max-width: 515px;
  width: 45%;
}
#footer .f-top .left ul li {
  max-width: 260px;
}
#footer .f-top .left ul li h4 {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 50px;
}
#footer .f-top .left ul li span {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #e5e5e5;
}
#footer .f-top .left ul li span:last-child {
  margin-bottom: 0;
}
#footer .f-top .left ul li span:hover {
  color: var(--color);
}
#footer .f-top .left .f-copy img {
  width: auto;
  height: 17px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  opacity: 0.6;
}
#footer .f-top .left .f-copy span {
  font-size: 16px;
  font-weight: 300;
}
#footer .f-top .right {
  width: 45%;
  max-width: 450px;
}
#footer .f-top .right .list i {
  display: block;
  width: 45px;
}
#footer .f-top .right .list .text {
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
  margin-top: -5px;
}
#footer .f-top .right .list p {
  font-size: 22px;
}
#footer .f-top .right .list h5 {
  font-size: 30px;
  color: var(--color);
  line-height: 1;
  border-bottom: 1px solid var(--color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .f-bottom .share a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
}
#footer .f-bottom .share a:nth-child(1) {
  background-color: #3a54a3;
}
#footer .f-bottom .share a:nth-child(2) {
  background-color: #007ab6;
}
#footer .f-bottom .share a:nth-child(3) {
  background-color: #000;
}
#footer .f-bottom .share a:nth-child(4) {
  background-color: #b32328;
}
#footer .f-bottom .share a:hover {
  color: var(--color);
  background-color: white;
}
#footer .f-bottom .share a:last-child {
  margin-right: 0;
}
#footer .f-bottom .share a i {
  font-size: 18px;
}
#footer .f-bottom .f-copy {
  font-size: 16px;
  font-weight: 300;
}
#footer .f-bottom .f-copy img {
  height: 17px;
  width: auto;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  margin-left: 5px;
}
@media screen and (max-width: 1800px) {
  .container {
    width: 1650px;
  }
  #banner .banner-content ul li .text {
    max-width: 380px;
  }
}
@media screen and (max-width: 1700px) {
  #banner .banner-content ul li .text {
    max-width: 320px;
    right: 3.5%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  #banner .banner-pro .img {
    width: 65%;
  }
  h2.h-title {
    font-size: 50px;
  }
  #index-body .homepage-3 .h-adv {
    max-width: 100%;
  }
  #index-body .homepage-3 .content ul li .box .num {
    font-size: 100px;
  }
  #footer .f-content .f-top {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .homepage-3 .content ul li .box {
    padding: 60px 30px;
  }
  #index-body .homepage-5 .content .bottom ul li .box {
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
  #footer .f-content .f-top {
    padding: 0;
  }
  #footer .f-top .left {
    width: 40%;
  }
  #footer .f-top .right .list p {
    font-size: 18px;
  }
  #footer .f-top .right {
    max-width: 380px;
  }
  #footer .f-top .left ul li span {
    font-size: 18px;
  }
  #banner .banner-pro .img {
    width: 55%;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-content ul li .text {
    max-width: 270px;
    bottom: 50%;
    transform: translateY(50%);
  }
  #banner .banner-pro .img .reflection {
    bottom: -45px;
  }
  #banner a.btn {
    display: none;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #banner .banner-pro {
    padding-bottom: 50px;
  }
  h2.h-title {
    font-size: 36px;
  }
  #index-body .homepage-1 .left .pro-nav ul li {
    margin-bottom: 30px;
  }
  #index-body .homepage-4 .content .right ul li .box {
    padding: 30px 40px;
    min-height: 170px;
  }
  #index-body .homepage-5 .content .bottom ul li i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
  #footer .f-form form ul li {
    padding: 8px;
    width: 33.33333333%;
  }
  #footer .f-form form ul li:nth-child(4) {
    width: -webkit-calc(100% - 61px);
    width: -moz-calc(100% - 61px);
    width: calc(100% - 61px);
  }
  #footer .f-top .left ul li:last-child {
    display: none;
  }
  #footer .f-top .right .list h5 {
    font-size: 24px;
  }
  #footer .f-top .right {
    max-width: 320px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-pro {
    margin-top: -20.5%;
  }
  #banner .banner-pro .img .reflection {
    bottom: -35px;
  }
  #index-body .homepage-1 .left {
    max-width: 100%;
    width: 100%;
  }
  #index-body .homepage-1 .right {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    margin-top: 45px;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-2 {
    padding-top: 30px;
  }
  #index-body .homepage-2 .content a.more {
    margin: 15px auto 0;
  }
  #index-body .homepage-3 .content ul li {
    width: 50%;
  }
  #index-body .homepage-3 .content ul li h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #index-body .homepage-4 .content .left {
    width: 100%;
    margin-bottom: 45px;
  }
  #index-body .homepage-4 .content .right {
    width: 100%;
  }
  #index-body .homepage-4 .content .right ul li .box .box-l .text {
    display: block !important;
  }
  #index-body .homepage-4 .content .right ul {
    margin: 0 -5px;
  }
  #index-body .homepage-4 .content .right ul li {
    padding: 0 5px;
  }
  #index-body .homepage-3 .content ul li .box {
    padding: 30px;
    /*background: white !important;
    color: black;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
  }
  #index-body .homepage-3 .h-adv {
    top: 125px;
  }
  #index-body .homepage-4 .content .right ul li .box .box-l {
    width: 100%;
    padding-right: 0;
  }
  #index-body .homepage-4 .content .right ul li .box {
    padding: 30px 25px;
    min-height: unset;
  }
  #index-body .homepage-4 .content .right ul li .box {
    background-color: #171a1d;
  }
  #index-body .homepage-5 .content .top img {
    max-width: 60%;
  }
  #index-body .homepage-5 .content .bottom ul li .box {
    padding: 30px 35px;
    min-height: 85px;
  }
  #footer .f-form form ul li {
    width: 100%;
  }
  #footer .f-form form ul li:nth-child(4) {
    width: 100%;
  }
  #footer .f-form form ul li:last-child {
    width: 100%;
  }
  #footer .f-form form ul li button[type='submit'] {
    width: 60px;
    height: 60px;
    padding-right: 4px;
  }
  #footer {
    background: url(../images/footer-bg-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #footer .f-top .left {
    display: none;
  }
  #footer .f-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .f-content .f-form {
    width: 45%;
  }
  #footer .f-content .f-top {
    width: 50%;
    margin-top: 0;
  }
  #footer .f-content .f-bottom {
    width: 100%;
    margin-top: 25px;
  }
  #footer .f-top .right {
    max-width: 100%;
    width: 100%;
  }
  #banner .banner-content ul li .text {
    max-width: 250px;
    bottom: 65%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-content ul li .text {
    width: calc(100% - 15px);
    max-width: 100%;
    right: unset;
    left: 50%;
    top: 25px;
    bottom: unset;
    transform: translate(-50%, 0);
  }
  #banner .banner-pro .img .reflection {
    bottom: -25px;
  }
  #banner .banner-pro {
    padding-bottom: 20px;
  }
  h2.h-title {
    font-size: 24px;
  }
  #index-body .homepage-2 .content {
    padding-bottom: 75px;
  }
  #index-body .homepage-2 .bottom a.play {
    zoom: 0.8;
  }
  #index-body .homepage-3 .content ul {
  margin: -5px;
  }
  #index-body .homepage-3 .content ul li {
    padding:12px 5px;
  }
  #index-body .homepage-3 .content ul li .box .num {
    font-size: 60px;
  }
  #index-body .homepage-3 .content ul li h4 {
    font-size: 20px;
  }
  #index-body .homepage-3 .content ul li .box .con {
    line-height: 1.4;
  }
  #index-body .homepage-3 .content ul li .box {
    padding: 20px;
  }
  #index-body .homepage-3 .content ul li .box {
    height: 320px;
  }
  #index-body .homepage-5 .content .bottom {
    margin-top: 0;
  }
  #index-body .homepage-5 .content .bottom ul li .box .tit .num {
    width: 40px;
  }
  #index-body .homepage-5 .content .bottom ul li .box .tit {
    font-size: 18px;
  }
  #index-body .homepage-5 .content .bottom ul li .box .tit h4 {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  #index-body .homepage-5 .content .bottom ul li .box {
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
  #index-body .homepage-5 .content .bottom ul li .box {
    padding: 25px 20px;
  }
  #footer .f-content .f-form {
    width: 100%;
  }
  #footer .f-content .f-top {
    width: 100%;
    margin-top: 40px;
  }
  #footer .f-bottom .f-copy {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .bg{
    height: 250px;
  }
  #index-body .homepage-1 .left .pro-nav {
    position: relative;
  }
  #index-body .homepage-1 .left::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0.8)), to(transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 30%, transparent 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 30%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 30%, transparent 100%);
  }
  #index-body .homepage-1 .left .bgImg {
    position: absolute;
    inset: 0;
  }
  #index-body .homepage-1 .left {
    padding: 60px 0;
  }
  #index-body .homepage-2 .content {
    padding: 60px 15px 75px;
  }
  #index-body .homepage-3 .content ul li .box {
    height: auto;
  }
  #index-body .homepage-3 .content ul li {
    width: 100%;
  }
  #index-body .homepage-5 .content .bottom {
    margin-top: 30px;
  }
  #footer .f-top .right .list h5 {
    font-size: 20px;
  }
  #footer .f-form form ul li input[type='text'] {
    padding-left: 15px;
  }
  #index-body .homepage-5 .content .bottom ul li i {
    display: none;
  }
  #index-body .homepage-5 .content .bottom ul li .box {
    max-width: 100%;
  }
}



.inner-banner {
    margin-top: 80px;
}
.inner-banner .sub {
    height: 30px;
    background-color: var(--color);
}
.inner-banner .mbx {
    padding: 18px 0;
}
.bigtt-zt {
    font-weight: bold;
}


/*
    about-page
==============================================*/
.about-page .about-1 {
    padding: 60px 0 0;
    position: relative;
}

.about-page .about-1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 47px;
    width: 100%;
    height: 580px;
    background-color: #f6f6f6;
    z-index: -1;
}

.about-page .about-1 .container .left {
    max-width: 58%;
}

.about-page .about-1 .container .left h3 {
    line-height: 1.2;
}

.about-page .about-1 .container .left img {
    margin-top: 80px;
    border-radius: 15px;
}

.about-page .about-1 .container .right {
    max-width: 37%;
}


.about-page .about-1 .container .right img {
    margin-top: 80px;
    /*border-bottom-right-radius: 70px;*/
    border-radius: 15px;
}

.about-page .about-1 .text {
    margin-top: 80px;
    padding-bottom: 130px;
}

.about-page .about-1 .text p {
    line-height: 30px;
}

.about-page .about-1 ul {
    margin-bottom: 180px;
}

.about-page .about-1 ul li {
    width: 34%;
    height: 235px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-page .about-1 ul li .left {
    margin-right: 35px;
}

.about-page .about-1 ul li .left h4 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    color: var(--color);
}

.about-page .about-1 ul li .left p {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.about-page .about-1 ul li .right {
    font-size: 16px;
    line-height: 30px;
}

.about-page .about-1 ul li:first-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 65px;
}

.about-page .about-1 ul li:nth-child(2) {
    width: 32%;
}

.about-page .about-1 ul li:last-child {
    border-right: 1px solid transparent;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 50px;
}

.about-page .about-2 {
    padding: 0 70px;
}

.about-page .about-2 .bg {
    position: absolute;
    right: 0;
    top: -146px;
    border-bottom-right-radius: 70px;
}

.about-page .about-2 .line {
    width: 100%;
    height: 10px;
    background-color: var(--color);
}

.about-page .about-2 .content {
    background-color: #0c0b10;
    padding-bottom: 90px;
    padding-top: 90px;
    position: relative;
}

.about-page .about-2 .content .title {
    color: white;
    text-align: left;
}

.about-page .about-2 .content .title p {
    max-width: 1000px;
    line-height: 30px;
}

.about-page .about-2 .content ul {
    margin: 90px -28px 0;
}

.about-page .about-2 .content ul li {
    width: 25%;
    padding: 0 28px;
    color: white;
}

.about-page .about-2 .content ul li .icon {
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 25px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.about-page .about-2 .content ul li .icon h4 {
    margin-bottom: 10px;
    line-height: 36px;
        font-weight: bold;
}

.about-page .about-2 .content ul li p {
    font-size: 16px;
    line-height: 30px;
}

.about-page .about-3 {
    margin: 130px 0 0;
}

.about-page .about-3 .left {
    width: 31%;
}

.about-page .about-3 .right {
    width: 67%;
}

.about-page .about-3 .right .text {
    padding-left: 50px;
}

.about-page .about-3 .right .text .img_box {
    margin-left: 200px;
    margin-top: -110px;
}

.about-page .about-3 .right .box {
    margin-top: 85px;
}

.about-page .about-3 .right .box .box-l {
    width: 50%;
    background-color: #1d1d1d;
    color: white;
    padding: 20px 30px 20px 30px;
    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;
    line-height: 30px;
    border-radius: 15px 0 0 15px;
}

.about-page .about-3 .right .box .box-r {
    width: 50%;
}

.about-page .about-3 .right .box .box-r img {
    height: 100%;
    object-fit: cover;
}

.about-page .about-4 {
    padding: 180px 0 160px;
}

.about-page .about-4 h2 {
    line-height: 1.8;
}

.about-page .about-4 h2 span {
    border-bottom: 2px solid var(--color);
}

@media (max-width: 1600px) {

    .about-page .about-2 .bg {
        max-width: 50%;
    }

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

}

@media (max-width: 1450px) {

    .about-page .about-1 ul li .left {
        margin-right: 35px;
    }

    .about-page .about-1 ul li .left h4 {
        font-size: 48px;
    }

    .about-page .about-1 ul li .left p {
        font-size: 14px;
    }

    .about-page .about-1 ul li .right {
        font-size: 14px;
    }

    .about-page .about-2 .content .title p {
        max-width: 50%;
    }

    .about-page .about-2 .content ul {
        margin: 80px -15px 0;
    }

    .about-page .about-2 .content ul li {
        padding: 0 15px;
    }


    .about-page .about-4 {
        padding: 120px 0;
    }
}

@media (max-width: 1250px) {

    .about-page .about-1 .container .left h3,
    .about-page .about-1 .container .left span,
    .about-page .about-1 .container .left .btn-go {
        margin-left: 0;
    }

    .about-page .about-1 ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center;
    }

    .about-page .about-1 ul li .left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .about-page .about-3 {
        margin: 70px 0 0;
    }

    .about-page .about-3 .right .text {
        padding-left: 0;
    }

    .about-page .about-3 .right .text .text-l h2 {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .about-page .about-3 .right .box {
        margin-top: 40px;
    }

    .about-page .about-3 .left {
        display: none;
    }

    .about-page .about-3 .right {
        width: 940px;
        margin: 0 auto;
    }
}

@media (max-width: 1000px) {
    .about-page .about-1 .container .left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 60px;
    }

    .about-page .about-1 .container .left img {
        margin-top: 40px;
    }

    .about-page .about-1 .container .right img {
        margin-top: 40px;
        border-bottom-right-radius: 40px;
    }

    .about-page .about-1 .text {
        padding-bottom: 50px;
        margin-top: 40px;
    }

    .about-page .about-1 .container .right {
        width: 100%;
        max-width: 100%;
    }

    .about-page .about-1 ul li .left h4 {
        font-size: 38px;
    }

    .about-page .about-1 .container .right p {
        max-width: 100%;
    }

    .about-page .about-2 .content .title p {
        max-width: 100%;
    }

    .about-page .about-2 .content ul li {
        width: 48%;
        margin: 20px 0;
    }

    .about-page .about-2 .content {
        height: auto;
        padding-bottom: 90px;
    }

    .about-page .about-3 .left {
        width: 100%;
        margin-bottom: 60px;
        padding: 0 15px;
    }

    .about-page .about-3 .left img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .about-page .about-3 .right {
        width: 100%;
        padding: 0 15px;
    }

    .about-page .about-3 .right .box .box-l {
        width: 100%;
    }

    .about-page .about-3 .right .box .box-r {
        width: 100%;
        margin-top: 40px;
    }

    .about-page .about-3 .right .box .box-r img {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .about-page .about-1 .text p {
        padding: 0 15px;
    }

    .about-page .about-1 .text {
        margin-top: 60px;
        padding-bottom: 55px;
    }

    .about-page .about-1 ul li {
        width: 100% !important;
        border-right: 1px solid transparent;
    }

    .about-page .about-1:before {
        height: 705px;
        bottom: 0;
    }

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

    .about-page .about-1 ul {
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    .about-page .about-1 .container .left h3 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .about-page .about-1 .container .left img {
        margin-top: 50px;
    }

    .about-page .about-1 .text p {
        padding: 0;
    }

    .about-page .about-2 .content ul li {
        width: 100%;
    }

    .about-page .about-2 .content {
        padding-bottom: 50px;
    }

    .about-page .about-2 .content ul {
        margin: 50px -15px 0;
    }

    .about-page .about-3 .right .box .box-l {
        padding: 50px 15px;
    }

    .about-page .about-4 p {
        padding: 0;
    }

    .about-page .about-4 h2 {
        margin-top: 40px;
    }

    .about-page .about-4 {
        padding: 80px 0;
    }

    .about-page .about-1 {
        padding: 30px 0 0;
    }
}

/*==============================================
    about-page
*/



.faq-page .list ul li {
    border: 1px solid #dcdcdc;
    padding: 1.33333333em 1em;
}

.faq-page .list ul li i {
    cursor: pointer;
    cursor: hand;
    font-size: 1.2em;
    line-height: 1;
}

.faq-page .list ul li .text {
    line-height: 2;
}

.faq-page .list ul li.active i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.faq-page .faq-2 .form form {
    height: 4.375em;
    background-color: #f9f9fe;
    border-radius: 2.1875em;
}

.faq-page .faq-2 .form form .logo2 {
    height: 100%;
}

.faq-page .faq-2 .form form .logo2 a {
    height: 100%;
}

.faq-page .faq-2 .form form .logo2 a img {
    height: inherit;
}

.faq-page .faq-2 .form form .logo2,
.faq-page .faq-2 .form form button {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.faq-page .faq-2 .form form button {
    width: 4.375em;
    height: 4.375em;
    border: none;
    color: var(--color);
    background-color: transparent;
}

.faq-page .faq-2 .form form button i {
    font-size: 2em;
}

.faq-page .faq-2 .form form ul {
    width: 100%;
    padding: 0 .5%;
}

.faq-page .faq-2 .form form ul li {
    width: 100%;
}

.faq-page .faq-2 .form form ul li input {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .4em 1.2em;
    border-left: 1px solid #d2d2d2;
}

.faq-page .faq-2 .form form ul li:first-child input {
    border-left: none;
}

@media screen and (max-width: 700px) {
    .faq-page .faq-2 .form form .logo2 {
        display: none;
    }

    .faq-page .faq-2 .form form ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .faq-page .faq-2 .form form ul li {
        margin-bottom: 1em;
        border-bottom: 1px solid #eee;
    }

    .faq-page .faq-2 .form form ul li input {
        border-left: none;
        padding: 1em;
    }

    .faq-page .faq-2 .form form {
        height: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 1em 0;
        border-radius: 1em;
    }

    .faq-page .faq-2 .form form button {
        margin-left: auto;
    }
}



.mold-page .mold-1 .text {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.mold-page .mold-2 {
    background-color: #23519e;
}

.mold-page .mold-4 {
    background-color: #f9f9f9;
}

.mold-page .mold-4:nth-child(even){
  background-color: #fff;
}

.mold-page .mold-4 .big .slickBtn div {
    background-color: transparent;
    color: #333;
}

.mold-page .mold-4 .big .slickBtn div:hover {
    color: var(--color);
}

.mold-page .mold-4 .small {
    padding: 0 25%;
}

.mold-page .mold-4 .small a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1;
}

.mold-page .mold-4 .small .slick-current a:before {
    opacity: 0;
}

@media screen and (max-width: 1000px) {
    .mold-page .mold-4 .small {
        display: none;
    }
}



/*
    gallery-page
==============================================*/
@media (max-width: 1000px) {
  .gallery-page .top {
    padding-top: 30px;
  }

  .gallery-page .top>div {
    width: 100%;
  }

  .gallery-page .honor-box ul li {
    width: 33.3%;
  }
}
@media (max-width: 700px) {
    .gallery-page .honor-box ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .gallery-page .honor-box ul li {
    width: 100%;
  }
}
/*==============================================
    gallery-page
*/









/*
    news-page
==============================================*/
.news-page .news-tab ul {
  margin: -6px;
}

.news-page .news-tab ul li {
  padding: 6px;
}

.news-page .news-tab ul li a {
  display: inline-block;
  font-size: 20px;
  line-height: 1.8;
  padding: 10px 23px;
  position: relative;
}

.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  color: #fff;
}

.news-page .news-tab ul li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color);
    transform: skewX(-15deg);
    z-index: -1;
    transition: all 0.5s;
    border: 1px solid transparent;
    opacity: 0;
}

.news-page .news-tab ul li a:hover::after,
.news-page .news-tab ul li a.active::after {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .news-page #index-body .i-news .list ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .news-page .news-tab {
    display: none;
  }
}

.newdet-page {
  padding: 60px 0;
}

.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}

.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}

.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newdet-page .sideBox .sideRight {
  width: 63%;
}

.newdet-page .sideBox .sideRight .category {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
  position: relative;
}

.newdet-page .sideBox .sideRight .category::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color);
    transform: skewX(-15deg);
    z-index: -1;
    transition: all 0.5s;
    border: 1px solid transparent;
}

.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 33px 0 33px;
}

.newdet-page .sideBox .sideRight .content {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  .newdet-page .sideBox .sideLeft {
    display: none;
  }

  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 20px;
  }

  .newdet-page .sideBox .sideRight time {
    margin: 20px 0;
  }
}

@media screen and (max-width: 500px) {
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }

  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }

  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}

.news-page .news-1 {
  position: relative;
  overflow: hidden;
}

.news-page .news-1 .list {
  z-index: 4;
  position: relative;
}

.news-page .news-1 .list ul .slick-list {
  padding-bottom: 10px;
}
.news-page .news-1 .list ul li{
  margin: 23px 0;
}
.news-page .news-1 .list ul li .box {
  /*border-radius: 20px 20px 0 0;*/
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.news-page .news-1 .list ul li .box .img-box {
  border-radius: 20px;
}

.news-page .news-1 .list ul li .box .img-box .time {
  position: absolute;
  left: 20px;
  bottom: 10px;
  color: white;
}
.news-page .news-1 .list ul li .box {
  padding: 30px;
  border-radius: 15px;
}

.news-page .news-1 .list ul li .box .titles,
.news-page .news-1 .list ul li .box .title {
  line-height: 1.6;
}

.news-page .news-1 .list ul li .box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, var(--color), #d5fd00);
}

.news-page .news-1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
  height: 80%;
  background: url(../images/left_circle.png) no-repeat left top;
  background-size: contain;
}

@media screen and (max-width: 1700px) {
  .news-page .news-1 .top .box {
    max-width: 675px;
  }
}

@media screen and (max-width: 1250px) {
  .news-page .news-1 .top .box {
    max-width: 585px;
  }
}

@media screen and (max-width: 1000px) {
  .news-page .news-1 .top .box {
    max-width: 498px;
  }

  .news-page .news-1 .bg {
    width: 48%;
  }

}

@media screen and (max-width: 700px) {
  .news-page .news-1 .bg {
    width: 67%;
  }
  .news-page .news-1 .list ul li{
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-1 .list ul li{
    width: 100%;
  }
}

/*==============================================
    news-page
*/


.service-page .service-1 .cont p {
    margin-bottom: 1.5em;
}
.service-page .service-1 .dates li {
    display: flex;
    align-items: center;
}
.service-page .service-1 .dates li .icon {
    margin-right: 14px;
}
.service-page .service-1 .dates li .num {
    line-height: 1;
}
.service-page .service-1 .dates li em {
    line-height: 1;
    margin-right: 5px;
    color: #392311;
}
.service-page .service-2 ul {
    margin: -4px;
}
.service-page .service-2 ul li {
    padding: 4px;
}
.service-page .service-2 .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    height: 524px;
    padding: 0 70px;
    background-size: cover;
}
.service-page .service-2 .box .title {
    font-weight: 500;
    line-height: 1.1;
}
.service-page .service-2 .box .cont {
    line-height: 1.8;
    display: none;
}
.service-page .service-3 ul {
    margin: -13px;
}
.service-page .service-3 li {
    padding: 13px;
}
.service-page .service-3 li .box {
    padding: 30px;
    background-color: #f9f4f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #858585;
    transition: .5s;
    height: 100%;
}
.service-page .service-3 li .box .txt {
    flex: 1;
    font-size: 18px;
    margin-left: 22px;
}
.service-page .service-3 li .box:hover {
    background: #3a2311;
    color: #ffffff;
}
.service-page .service-4 .left .cont {
    color: #9a9a9a;
}
.service-page .service-4 .right {
    background-color: #f5f5f5;
    padding: 45px;
    border-radius: 25px;
}
.service-page .service-4 .right .ig {
    padding: 40px;
    background: #ffffff;
    border-radius: 15px;
}
.service-page .service-4 .right .tit {
    font-weight: 500;
}
.service-page .service-4 .right .ig li {
    line-height: 1.8;
    color: #858585;
}
.service-page .service-4 .right .ig li span {
    color: #b4ca3e;
}
.service-page .service-4 .right .ig li {
    padding-left: 18px;
    position: relative;
}
.service-page .service-4 .right .ig li::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #b4ca3e;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.6em;
}
.service-page .service-5 .left {
    background-color: #1d1d1d;
    padding: 85px 58px;
    color: #ffffff;
    border-radius: 25px;
}
.service-page .service-5 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
.service-page .service-6 .box {
    padding: 105px 64px;
    color: #ffffff;
    border-radius: 25px;
}
.service-page .service-6 ul li {
    width: 60%;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.2);
    position: relative;
}
.service-page .service-6 ul li:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
}
.service-page .service-6 ul li:nth-child(3) {
    margin-left: auto;
    margin-bottom: 0;
}
.service-page .service-6 ul li .left {
    width: 35%;
}
.service-page .service-6 ul li .left .h4 {
    line-height: 1.2;
}
.service-page .service-6 ul li .right {
    width: 65%;
    line-height: 1.5;
    padding-left: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.service-page .service-6 .more {
    position: absolute;
    transform: translateY(-100%);
}
.service-form .tip .title {
    max-width: 670px;
    margin: 0 auto;
}
.service-form .form {
    padding: 45px;
    background-color: #f5f5f5;
    border-radius: 25px;
}
.service-form .form ul {
    margin: -6px;
}
.service-form .form li {
    width: 50%;
    padding: 6px;
    color: #1c1108;
}
.service-form .form li.content {
    width: 100%;
}
.service-form .form li.submit {
    width: 100%;
    display: flex;
    justify-content: center;
}
.service-form .form li .txt {
    margin-bottom: 5px;
}
.service-form .form li input {
    width: 100%;
    height: 50px;
    border: solid 1px #cfcdcb;
    background: none;
    padding: 0 16px;
    border-radius: 10px;
}
.service-form .form li.content textarea {
    width: 100%;
    height: 100px;
    border: solid 1px #cfcdcb;
    background: none;
    padding: 10px 16px;
    border-radius: 10px;
}
.service-form .form li.submit .file_input {
    width: 100%;
    height: 50px;
    text-align: center;
    position: relative;
}
.service-form .form li.submit .file_input span {
    width: 100%;
    display: block;
}
.service-form .form li.submit .file_input input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    margin-top: 0;
    cursor: pointer;
}
.service-form .form li.submit button {
    border: none;
    width: fit-content
}
.service-form .form p {
    color: #a1a1a1;
    margin:auto;
    margin-top: 20px;
}
@media screen and (max-width: 1450px) {
    .service-page .service-2 .box {
        padding: 0 30px;
    }
    .service-page .service-2 .box {
        height: 450px;
    }
    .service-form .form li {
        width: 33%;
    }
}
@media screen and (max-width: 1250px) {
    .service-page .service-3 ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .service-page .service-1 .dates li {
        width: 50%;
        margin-bottom: 20px;
    }
    .service-page .service-2 .box {
        height: 400px;
    }
    .service-page .service-6 .box {
        padding: 80px 50px;
    }
    .service-page .service-4 .left .more1 {
        margin-bottom: 20px;
    }
    .service-page .service-4 .right,
    .service-form .form {
        padding: 35px;
    }
    /*.service-page .service-1 .dates li */
}
@media screen and (max-width: 1000px) {
    .service-page .service-2 .box .cont {
        display: block;
    }
    .service-page .service-3 li .box .txt {
        margin-left: 15px;
    }
    .service-page .service-3 li .box {
        padding: 20px;
    }
    .service-page .service-6 ul li .left {
        padding-right: 10px;
    }
    .service-page .service-6 ul li {
        width: 100%;
    }
    .service-page .service-6 ul li .right {
        padding: 0;
        padding-right: 10px;
        padding-left: 20px;
    }
    .service-page .service-6 ul li .left .h4 {
        font-size: 17px;
    }
    .service-page .service-6 ul li .left .h4 br {
        display: none;
    }
    .service-page .service-6 .more {
        position: static;
        transform: translateY(0%);
        margin-top: 30px;
    }
    .service-page .service-6 .box {
        padding: 50px 30px;
    }
    .service-page .service-4 .left .more1 {
        margin-bottom: 0;
        ;
    }
    .service-page .service-4 .left {
        width: 100%
    }
    .service-page .service-4 .right {
        width: 100%;
        margin-top: 30px;
    }
    .service-page .service-4 .right .ig {
        padding: 25px;
    }
    .service-page .service-5 .left {
        width: 100%;
        padding: 50px 30px
    }
    .service-page .service-5 .right {
        display: none;
    }
    .service-form .tip .con {
        padding: 0;
    }
    .service-form .form li {
        width: 50%;
    }
    .service-form .form li.submit {
        width: 100%;
    }
    .service-form .form li.submit .more {
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
    .service-page .service-4 .left .cont br {
        display: none;
    }
    .service-page .service-3 li .box .icon {
        zoom: 0.75;
    }
    .service-page .service-1 .dates li .icon {
        zoom: 0.8;
    }
    .service-page .service-2 .box {
        padding: 0 20px;
    }
    .service-page .service-3 ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .service-page .service-1 .dates,
    .service-page .service-1 .cont {
        padding: 0;
    }
    .service-page .service-6 .box {
        padding: 45px 20px;
    }
    .service-page .service-6 ul li .left {
        width: 100%;
    }
    .service-page .service-6 ul li .right {
        width: 100%;
        border: none;
        padding-left: 0;
        margin-top: 25px;
    }
    .service-page .service-5 .left .ig {
        width: 100%;
    }
    .service-page .service-5 .left .ig .more {
        margin-bottom: 30px;
    }
    .service-page .service-4 .right,
    .service-form .form {
        padding: 20px;
    }
    .service-form .form li {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .service-page .service-1 .dates li .icon {
        zoom: 0.65;
    }
    .service-page .service-2 .box {
        height: 300px;
    }
}



.contact-1 .Tit {
  line-height: 1.06666667;
}
.contact-1 .Tit img {
  width: 1.3em;
  margin-top:35px;
}
.contact-2 .list a {
  background-color: #f5f5f5;
  padding: 1em 3.3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-2 .list a:hover {
  background-color: var(--color);
  color: #FFFFFF;
}
.contact-3 .form {
  background-color: #f5f5f5;
}
.contact-3 .form ul {
  margin: -0.5em -1em;
}
.contact-3 .form li {
  padding: .5em 1em;
}
.contact-3 .form input,
.contact-3 .form textarea {
  padding: 12px 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  background-color: transparent;
}
.contact-3 .form textarea {
  height: 6em;
}
.contact-3 .form input[type="submit"] {
  padding: 0.55em 1em;
  width: auto;
  border: 0;
  background-color: var(--color);
  color: #FFFFFF;
  border-radius: 10px;
}
.contact-3 .form input[type="submit"]:hover {
  background-color: #000000;
}
@media (max-width: 500px) {
  .contact-3 .form li {
    width: 100%;
  }
}

.m-page{
  margin-top: 40px;
  font-size: 16px;
}
.m-page a,.m-page span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  line-height: 1;
  text-align: center;
  margin: 0 5px;
  background: #191a1a;
  color: white;
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page a:hover,.m-page span{
  background: var(--color);
}

.inner-page .sideBarBox .sideBarLeft form {
  height: 50px;
  border-radius: 15px;
  background-color: #f7faeb;
}
.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 12px;
}
.inner-page .sideBarBox .sideBarLeft form input::-webkit-input-placeholder {
  color: #999;
}
.inner-page .sideBarBox .sideBarLeft form input:-moz-placeholder {
  color: #999;
}
.inner-page .sideBarBox .sideBarLeft form input::-moz-placeholder {
  color: #999;
}
.inner-page .sideBarBox .sideBarLeft form input:-ms-input-placeholder {
  color: #999;
}
.inner-page .sideBarBox .sideBarLeft form input::placeholder {
  color: #999;
}
.inner-page .sideBarBox .sideBarLeft form button {
  width: 3.125em;
  border: none;
  background-color: transparent;
}
.inner-page .sideBarBox .sideBarLeft form button i {
  font-size: 1.5em;
}
.inner-page .sideBarBox .sideBarLeft .nav > ul > li  {
  margin-bottom: 20px;
}
.inner-page .sideBarBox .sideBarLeft .nav > ul > li:last-child  {
  margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarLeft .nav a i.icon {
  width: 0;
  transition: .5s;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft .nav i.iconfont {
  margin-left: auto;
  background-color: #191a1a;
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  color: white;
  font-size: 13px;
  border-radius: 2px;
  transition: all 0.5s;
  position: absolute;
  top:6px;
  right: 0;
  cursor: pointer;
}
.inner-page .sideBarBox .sideBarLeft .nav a i.icon img {
  max-width: none;
  width: 1.5em;
}
.inner-page .sideBarBox .sideBarLeft .nav li.active>ul {
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .nav li a{
  transition: all 0.5s;
}
.inner-page .sideBarBox .sideBarLeft .nav li.active> a,
.inner-page .sideBarBox .sideBarLeft .nav li:hover> a {
  color: var(--color)
}
.inner-page .sideBarBox .sideBarLeft .nav li.active > i.iconfont {
  transform: rotate(-180deg);
  background-color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .nav ul ul {
  padding-left: 10px;
  color: #8e8e8e;
}
.inner-page .sideBarBox .sideBarLeft .nav ul ul li{
  margin-bottom: 5px;
}

.inner-page .sideBarBox .sideBarLeft .nav ul ul li:last-child{
  margin-bottom: 0;
}
.inner-page .sideBarBox .sideBarLeft .nav ul ul li::before{
  content:'';
  display: inline-block;
  width: 10px;
  height: 1px;
  margin-right: 2px;
  background-color: #8e8e8e;
  transition: all 0.5s;
}
.inner-page .sideBarBox .sideBarLeft .nav ul ul li.active::before,
.inner-page .sideBarBox .sideBarLeft .nav ul ul li:hover::before{
  background-color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .info {
  min-height: 60vh;
  color: white;
  position: relative;
  z-index: 1;
}
.inner-page .proList a.img-box img.pos {
  top: 0;
  left: 0;
}
.inner-page .proList a.img-box:hover img.pos {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBarBox .sideBarLeft form + hr ~ * {
    display: none;
  }
  .inner-page .sideBarBox .sideBarLeft form + hr {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .proList ul.grid {
    grid-template-columns: 1fr 1fr;
  }
  .proList ul .more {
    zoom: .8;
  }
}

.product-page .product-1 .sideBarLeft.column{
  position: sticky;
  width: 22%;
  top:120px;
}
.product-page .product-1 .sideBarRight.column{
  width: 78%;
  margin-top: -20px;
}
.product-1 .sideBarRight .proList ul{
  margin: -18px -15px;
}
.product-1 .sideBarRight .proList ul li{
  padding: 18px 15px; 
}
.product-1 .sideBarRight .proList ul li span.h3{
  font-size: 18px;
}

.product-1 .sideBarRight .proList ul li a.img-box {
    background: #f5f5f5;
    border-radius: 15px;
}
.product-1 .sideBarRight .proList ul li .img-box:hover img {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.product-page .product-1 .sideBarLeft .list{
  padding: 25px;
  border-radius: 15px;
  border: 1px solid #e1e1e1;
}
.product-page .product-1 .sideBarLeft .list .hot-pro ul li{
  margin-bottom: 10px;
}
.product-page .product-1 .sideBarLeft .list .hot-pro ul li:last-child{
  margin-bottom: 0;
}
.product-page .product-1 .sideBarLeft .list .hot-pro ul li a.img{
  width: 85px;
  height: 85px;
  border-radius: 15px;
  background: #f4f4f4;
}
.product-page .product-1 .sideBarLeft .list .hot-pro ul li .text{
  width:calc(100% - 85px);
}
.product-page .product-1 .sideBarLeft .list.contact{
  padding: 0;
  border:none;
  overflow: hidden;
}
.product-page .product-1 .sideBarLeft .list.contact h2{
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background-color: var(--color);
}
.product-page .product-1 .sideBarLeft .list.contact ul{
  background: url('../images/pro-form.jpg') no-repeat;
  background-size: cover;
  padding: 30px 20px;
}
.product-page .product-1 .sideBarLeft .list.contact ul li p{
  width: calc(100% - 40px);
  padding-left: 10px;
}
@media screen and (max-width: 1250px) {
  .product-page .product-1 .sideBarLeft.column{
    width: 35%;
  }
  .product-page .product-1 .sideBarRight.column {
    width: 65%;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-1 .sideBarRight.column {
    width: 100%;
    padding-left: 0;
  }
  .product-page .product-1 .sideBarLeft.column{
    display: none;
  }
  
}
@media screen and (max-width: 700px) {

}












.related-about .content {
  position: relative;
  border-bottom-left-radius: var(--radius-55);
  border-bottom-right-radius: var(--radius-55);
  overflow: hidden;
}
.related-about .content .box {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 1120px;
  height: 100%;
  padding: 85px 105px;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(transparent));
  background: -webkit-linear-gradient(top, #333 0%, transparent 100%);
  background: -moz-linear-gradient(top, #333 0%, transparent 100%);
  background: linear-gradient(to bottom, #333 0%, transparent 100%);
}
.related-about .content .box a.play {
  width: 113px;
  height: 113px;
  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;
}
.related-about .content .box a.play img {
  position: relative;
  z-index: 3;
}
.related-about .content .box a.play::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: play_scale 2s linear infinite;
  -moz-animation: play_scale 2s linear infinite;
  animation: play_scale 2s linear infinite;
}
.related-about .content .box a.play::after {
  content: '';
  display: block;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background-color: #f1eded;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-animation: play_scale 2s linear infinite;
  -moz-animation: play_scale 2s linear infinite;
  animation: play_scale 2s linear infinite;
}
.related-about .bottom {
  margin-top: -165px;
}
.related-about .bottom ul li {
  padding-bottom: 20px;
}
.related-about .bottom ul li .box {
  padding: 45px 50px;
  background-color: #101010;
  border-radius: 15px;
  position: relative;
}
.related-about .bottom ul li .box a.more {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.related-form 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: -17px;
}
.related-form form ul li {
  padding: 17px;
}
.related-form form ul li input[type="text"] {
  width: 100%;
  height: 55px;
  border-radius: 15px;
  background-color: #f5f5f5;
  border: 1px solid #ededed;
  font-size: 18px;
  font-weight: 300;
  padding: 0 20px;
}
.related-form form ul li input[type="text"]::-webkit-input-placeholder {
  color: #5b5b5b;
}
.related-form form ul li textarea {
  padding: 10px 20px;
  width: 100%;
  height: 125px;
  border-radius: 15px;
  background-color: #f5f5f5;
  border: 1px solid #ededed;
  font-size: 18px;
  font-weight: 300;
}
.related-form form ul li button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  height: 40px;
  background-color: var(--color);
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  border: none;
  margin: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.related-form form ul li button:hover {
  background-color: #000;
}
@media screen and (max-width: 1700px) {
  .related-about .content .box {
    max-width: 910px;
    padding: 60px 80px;
  }
}
@media screen and (max-width: 1450px) {
  .related-about .content {
    height: 810px;
  }
  .related-about .content > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 1250px) {
  .related-about .content {
    height: auto;
  }
  .related-about .content > img {
    position: absolute;
    inset: 0;
  }
  .related-about .content .box {
    position: relative;
    left: 0;
    top: 0;
    margin: auto;
    padding: 60px 80px 220px;
  }
  .related-about .bottom ul li .box a.more span {
    white-space: nowrap;
  }
  .related-about .bottom ul li .box {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .related-form form ul {
    margin: -8px;
  }
  .related-form form ul li {
    padding: 8px;
  }
  .related-about .content .box {
    padding: 60px 30px 220px;
  }
}
@media screen and (max-width: 500px) {
  .related-about .content .box {
    padding: 60px 15px 220px;
  }
  .related-form form ul li {
    width: 100%;
  }
}




.prodet-page {
  background: url('../images/prodet-1.jpg') no-repeat;
  background-size: contain;
      background-position-y: -135px;
}
.prodet-page .prodet-1 {
  border-bottom: 1px solid #aaa;
}
.prodet-page .prodet-1 .left .big {
  width: -webkit-calc(100% - 185px);
  width: -moz-calc(100% - 185px);
  width: calc(100% - 185px);
}
.prodet-page .prodet-1 .left .small {
  width: 185px;
  height: 575px;
}
.prodet-page .prodet-1 .left .small ul {
  margin: -4px 0;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 4px 0;
}
.prodet-page .prodet-1 .left .small ul li a.img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  background-color: white;
}
.prodet-page .prodet-1 .left .small ul li a.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prodet-page .prodet-1 .right .text table{
  background-color: white;
}
.prodet-page .prodet-1 .right .text table tbody{
  min-width: unset;
}
.prodet-page .prodet-1 .right a.more::after {
  display: none;
}
.prodet-page .prodet-1 .right .share a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  color: white;
}
.prodet-page .prodet-1 .right .share a:nth-child(1) {
  background-color: #3a54a3;
}
.prodet-page .prodet-1 .right .share a:nth-child(2) {
  background-color: #007ab6;
}
.prodet-page .prodet-1 .right .share a:nth-child(3) {
  background-color: #000;
}
.prodet-page .prodet-1 .right .share a:nth-child(4) {
  background-color: #b32328;
}
.prodet-page .prodet-1 .right .share a:hover {
  color: var(--color);
  background-color: white;
}
.prodet-page .prodet-1 .right .share a i {
  font-size: 14px;
}
.prodet-page .prodet-1 .Auxil-through {
  font-size: 16px;
}
.prodet-page .prodet-1 .Auxil-through a {
  color: #999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
.prodet-page .prodet-1 .Auxil-through a:hover {
  color: var(--color);
}
.prodet-page .prodet-2 .left {

}
.prodet-page .prodet-2 .left .tit {
  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: 80px;
  padding: 0 50px;
  background-color: var(--color);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.prodet-page .prodet-2 .left .text {
  padding: 40px;
  border: 2px solid var(--color);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #f5f5f5;
}
.prodet-page .prodet-2 .right .con{
  max-height: 700px;
  overflow-y: auto;
  padding-right: 10px;
}
.related-product ul li .box {
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  min-height: 385px;
}
.related-product ul li .box .img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.related-product ul li .box .img .img-box {
  overflow: visible;
}
.related-product ul li .box .img a.btn {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  line-height: 35px;
  text-align: center;
  color: white;
  background-color: #191a1a;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.related-product ul li .box .img a.btn i {
  font-size: 20px;
}
.related-product ul li .box .img a.btn:hover {
  background-color: var(--color);
}
.related-product ul li .box .text {
  padding-top: 20px;
  border-top: 1px solid #d3d3d3;
}
.related-product ul li .box .text h4 {
  font-size: 18px;
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .font-50 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .left {
    width: 100%;
  }
  .prodet-page .prodet-2 .right {
    width: 100%;
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .right h2 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .right .con {
    max-height: unset;
    overflow-y: unset;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .font-50 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .text table tbody{
    min-width: 700px;
  }
  .prodet-page .prodet-1 .right h2 {
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .bot {
    margin: 30px 0;
  }
  .prodet-page .prodet-1 .left .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .prodet-page .prodet-1 .left .box .small {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .box .small ul {
    margin: 0 -5px;
  }
  .prodet-page .prodet-1 .left .box .small ul li {
    padding: 0 5px;
  }
  .prodet-page .prodet-1 .left .box .big {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .small {
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .left .text {
    padding: 20px;
  }
}
