@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.eot') format('embedded-opentype'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.eot') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.eot') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/BebasNeue.woff2') format('woff2'), url('../fonts/BebasNeue.ttf') format('truetype'), url('../fonts/BebasNeue.eot') format('embedded-opentype'), url('../fonts/BebasNeue.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Poppins';
  max-width: 1920px;
  --color: #f77822;
  font-weight: 400;
  margin: 0 auto;
}
.container {
  width: 1475px;
}
.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;
}

.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;
}
.grid-box {
  font-size: 0;
  vertical-align: top;
}
.grid-box .column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.grid-box .column {
  width: 100%;
}
.grid-box.two > .column {
  width: 50%;
}
.grid-box.three > .column {
  width: 33.33333%;
}
.grid-box.four > .column {
  width: 25%;
}
.grid-box.five > .column {
  width: 20%;
}
.grid-box.six > .column {
  width: 16.6666667%;
}
.grid-box.seven > .column {
  width: 14.285714%;
}
.grid-box.eight > .column {
  width: 12.5%;
}
.grid-box.nine > .column {
  width: 11.11111111%;
}
.grid-box.ten > .column {
  width: 10%;
}
@media screen and (max-width: 1000px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 33.33333%;
  }
  .grid-box.four > .column {
    width: 33.33333%;
  }
  .grid-box.five > .column {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 50%;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .grid-box.five > .column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .grid-box.two > .column {
    width: 100%;
  }
  .grid-box.three > .column {
    width: 100%;
  }
  .grid-box.four > .column {
    width: 100%;
  }
  .grid-box.five > .column {
    width: 100%;
  }
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.tit-bold {
  font-weight: 900;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes play_scale {
  0% {
    -webkit-transform: translate(-50%, -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 btn_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes btn_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes btn_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes text_translate {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes text_translate {
  0% {
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes text_translate {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.language-box .zhuyu {
  color: white;
}
.language-box .zhuyu span {
  font-size: 16px;
  margin-right: 5px;
}
.language-box .zhuyu i {
  font-size: 20px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.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;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active,
#header.inner {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#header.active .nav .ui.menu .menu-box ul.menu > li,
#header.inner .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.active .nav,
#header.inner .nav {
  height: 90px;
}
#header.active .language-box .zhuyu,
#header.inner .language-box .zhuyu {
  color: black;
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 120px;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 60px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  color: white;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  line-height: 27px;
  font-weight: 700;
  white-space: nowrap;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #f89c1c;
  border-bottom: 2px solid #f89c1c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a {
  color: transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover a::after {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  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;
  color: black;
  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 a{
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right form {
  color: white;
  position: relative;
}
#header .nav .ui.menu .right form input[type=text] {
  width: 120px;
  height: 35px;
  border: none;
  background-color: #6a6d71;
  border-radius: 35px;
  padding-left: 20px;
  padding-right: 35px;
}
#header .nav .ui.menu .right form input[type=text]::-webkit-input-placeholder {
  color: white;
}
#header .nav .ui.menu .right form input[type=submit] {
  width: 16px;
  height: 16px;
  border: none;
  background: url('../images/search.png') no-repeat;
  position: absolute;
  right: 12px;
  top: 9px;
}
#header .nav .ui.menu .right .line {
  width: 2px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
}
.more {
  padding: 0 25px;
  height: 55px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #d6d6d6;
  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;
  position: relative;
  overflow: hidden;
  border-radius: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  outline: none;
  color: black;
  border:none;
}
.more:hover {
  color: white;
}
.more:hover::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.more:hover i {
  border-color: white;
}
.more span {
  font-size: 16px;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  text-transform: uppercase;
}
.more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  position: absolute;
  inset: 0;
}
.more i {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid black;
  margin-left: 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
h2.h-title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}
h2.h-title.txt-center::before {
  margin: 0 auto 20px;
}
h2.h-title::before {
  content: "";
  display: block;
  width: 125px;
  height: 3px;
  background-color: var(--color);
  margin-bottom: 20px;
}
span.tag {
  font-size: 24px;
  color: var(--color);
  line-height: 1;
  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;
  margin-bottom: 10px;
}
span.tag::before {
  content: '-';
  margin-right: 5px;
  font-size: 20px;
  line-height: 1;
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .container {
  top: 28%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#banner .banner-content ul li .container h2 {
  font-weight: 900;
  font-size: 108px;
  letter-spacing: 5px;
  color: #f0f0f0;
  text-shadow: -4px 0px 3px #8c8d8f, 4px 0px 0 #8c8d8f, 0 4px 3px #000, -4px 4px 3px #000, 4px 5px 3px #000, -4px 0px 0 #8c8d8f, 4px 0px 0 #8c8d8f, 4px -5px 0 #8c8d8f, 4px 0px 0 #8c8d8f, -4px -5px 0 #8c8d8f;
}
#banner .banner-content ul li .container p {
  max-width: 500px;
}
#banner .banner-content ul li .container .img {
  position: absolute;
  bottom: -50px;
  right: -60px;
}
.i-tag {
  font-size: 18px;
  font-weight: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
}
.i-tag::before {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), color-stop(80%, var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(left, var(--color) 0%, var(--color) 80%, transparent 100%);
  background-image: -moz-linear-gradient(left, var(--color) 0%, var(--color) 80%, transparent 100%);
  background-image: linear-gradient(to right, var(--color) 0%, var(--color) 80%, transparent 100%);
  margin-right: 10px;
}
#index-body .homepage-1 ul li .last-box a.more::before {
  background-color: #000;
}
#index-body .homepage-1 ul li .box {
  position: relative;
  background-color: var(--color);
  height: 275px;
}
#index-body .homepage-1 ul li .box .text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 40px 55px;
  z-index: 2;
}
#index-body .homepage-1 ul li .box .text h4 {
  height: 80px;
}
#index-body .homepage-1 ul li .box .text a.more {
  height: 45px;
}
#index-body .homepage-1 ul li .box .text a.more span {
  font-size: 16px;
}
#index-body .homepage-2 {
  background: url('../images/h-about-bg.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-2 .right h2 {
  font-size: 82px;
}

#index-body .homepage-1 ul .slick-slide,
#index-body .homepage-3 ul .slick-slide{
  height: 100% !important;
}

#index-body .homepage-3 ul {
  margin: -15px;
}
#index-body .homepage-3 ul li {
  padding: 15px;
}
#index-body .homepage-3 ul li .box {
  width: 100%;
  height: 340px;
  background-color: #020202;
  background-image: url('../images/adv-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
#index-body .homepage-3 ul li .box .img {
  width: 100%;
  height: 100%;
  position: relative;
}
#index-body .homepage-3 ul li .box .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #dbdada;
  position: absolute;
  inset: 0;
  -webkit-clip-path: circle(58% at 0 50%);
  clip-path: circle(58% at 0 50%);
}
#index-body .homepage-3 ul li .box .img .bg {
  -webkit-clip-path: circle(55% at 0 50%);
  clip-path: circle(55% at 0 50%);
  position: relative;
  z-index: 2;
}
#index-body .homepage-3 ul li .box .text {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  padding: 55px 40px 35px;
  height: 100%;
  font-weight: 300;
}
#index-body .homepage-4 ul {
  margin: 0 -15px;
}
#index-body .homepage-4 ul li {
  padding: 0 15px;
}
#index-body .homepage-4 ul li .box {
  padding: 10px;
  border: 2px solid #dbdada;
  height: 580px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
#index-body .homepage-4 ul li .box:hover {
  border-color: var(--color);
}
#index-body .homepage-4 ul li .box a.img {
  overflow: visible;
}
#index-body .homepage-4 ul li .box a.img img {
  -webkit-box-reflect: below 2px linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}
#index-body .homepage-4 ul .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 3px solid #cdcdcd;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-4 ul .slick-arrow:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#index-body .homepage-4 ul .slick-arrow:hover::before {
  color: white;
}
#index-body .homepage-4 ul .slick-arrow::before {
  content: '\e7b6';
  font-family: 'iconfont';
  font-size: 24px;
  font-weight: 900;
  color: #cdcdcd;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-4 ul .slick-arrow.slick-prev {
  left: -75px;
}
#index-body .homepage-4 ul .slick-arrow.slick-next {
  right: -75px;
}
#index-body .homepage-4 ul .slick-arrow.slick-next::before {
  content: '\e7b5';
}
#index-body .homepage-4 ul .slick-dots {
  margin: 0;
  margin-top: 50px;
  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;
}
#index-body .homepage-4 ul .slick-dots li {
  padding: 0;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #dbdada;
}
#index-body .homepage-4 ul .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .homepage-4 ul .slick-dots li button {
  display: none;
}
#index-body .homepage-5 {
  background: url('../images/news-bg.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-5 ul {
  margin: 0 -15px;
}
#index-body .homepage-5 ul li {
  padding: 0 15px;
}
#index-body .homepage-5 ul li .box {
  width: 100%;
  height: 240px;
  background-color: #535353;
  padding: 30px 30px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-5 ul li .box:hover {
  background-color: white;
  color: black;
}
#index-body .homepage-5 ul li .box:hover .con,
#index-body .homepage-5 ul li .box:hover .bot span {
  opacity: 0.6;
}
#index-body .homepage-5 ul li .box:hover .bot {
  border-color: #8c9ece;
}
#index-body .homepage-5 ul li .box h4 {
  font-size: 18px;
  height: 52px;
}
#index-body .homepage-5 ul li .box .bot {
  padding-top: 25px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer {
  background-color: #000;
  color: white;
}
#footer .top .left {
  width: 65%;
  max-width: 880px;
}
#footer .top .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  width: 50%;
}
#footer .top .left ul li:last-child {
  width: 100%;
  margin-bottom: 0;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
  -moz-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}
#footer .top .left ul li:last-child span {
  width: 50%;
}
#footer .top .left ul li i {
  width: 35px;
}
#footer .top .left ul li span {
  display: inline-block;
  width: -webkit-calc('100% - 35px');
  width: -moz-calc('100% - 35px');
  width: calc('100% - 35px');
  font-size: 16px;
  margin-top: -3px;
}
#footer .top .right {
  max-width: 440px;
  width: 35%;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#footer .top .right form {
  position: relative;
}
#footer .top .right form input[type='text'] {
  width: 100%;
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 1;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  margin-bottom: 15px;
}
#footer .top .right form input[name='content'] {
  margin-bottom: 0;
  padding-right: 135px;
  margin-top: 30px;
}
#footer .top .right form button {
  background-color: var(--color);
  color: white;
  border: none;
  height: 42px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  bottom: 10px;
  line-height: 42px;
}
#footer .top .right form button i {
  border-color: white;
}
#footer .top .right form button:hover {
  color: var(--color);
}
#footer .top .right form button:hover i {
  border-color: var(--color);
}
#footer .top .right form button::before{
  background-color: white;
}
#footer .top .right .list h5 {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
#footer .top .right #ewm img,
#footer .top .right #ewm canvas {
  width: 85px;
  height: 85px;
  border-radius: 5px;
  border: 5px solid white;
}
#footer .top .right .share a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid white;
  margin-right: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .top .right .share a:last-child {
  margin-right: 0;
}
#footer .top .right .share a i {
  font-size: 16px;
}
#footer .top .right .share a:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#footer .bottom {
  width: 100%;
  padding: 15px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
#footer .bottom span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .bottom span a.copyright {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
#footer .bottom span a.copyright:hover {
  color: var(--color);
}
#footer .bottom span img {
  width: auto;
  height: 15px;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  opacity: 0.8;
}
#footer .bottom .share a {
  margin-right: 35px;
}
#footer .bottom .share a i {
  font-size: 20px;
}
#footer .bottom .share a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1700px) {
  #banner .banner-content ul li .container h2 {
    font-size: 70px;
  }
  #banner .banner-content ul li .container .img {
    right: 0;
    width: 50%;
  }
  #index-body .homepage-4 ul .slick-arrow.slick-prev {
    left: -10px;
  }
  #index-body .homepage-4 ul .slick-arrow.slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 1450px) {
  #banner .banner-content ul li .container h2 {
    font-size: 50px;
  }
  #banner .banner-content ul li .container p {
    font-size: 18px;
  }
  #footer .top .left {
    padding-right: 60px;
  }
  #banner .banner-content ul li .container {
    top: 32%;
  }
  #index-body .homepage-2 .right h2 {
    font-size: 60px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1250px) {
    #index-body .homepage-3 ul li .box .text {
    padding: 50px 30px 30px;
    }
  #banner .banner-content ul li .container {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .homepage-1 ul li .box .text {
    padding: 40px 25px;
  }
  #index-body .homepage-1 ul li .box .text h4 {
    width: 100%;
    font-size: 30px;
    height: 60px;
  }
  #index-body .homepage-5 ul li .box .bot .date,
  #index-body .homepage-5 ul li .box .bot .view {
    margin: 5px 0;
  }
  #index-body .homepage-5 ul li .box {
    height: auto;
  }
  #footer .top .left {
    padding-right: 35px;
  }
  #footer .top .left ul li span {
    font-size: 14px;
  }
  #footer .top .right .share {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content ul li .container .img {
    display: none;
  }
  #banner .banner-content ul li .container .content {
    width: 100%;
  }
  .more {
    padding: 0 15px;
    height: 45px;
  }
  .more span {
    font-size: 14px;
  }
  #banner .banner-content ul li .container p {
    font-size: 16px;
    margin: 15px 0;
    max-width: 100%;
  }
  h2.h-title {
    font-size: 48px;
  }
  h2.h-title.txt-center::before {
    margin: 0 auto 10px;
  }
  #index-body .homepage-2 .right h2 {
    font-size: 48px;
  }
  .font-30 {
    font-size: 24px;
  }
  .font-22,
  .font-20,
  .font-24 {
    font-size: 20px;
  }
  #footer .top .left {
    padding-right: 0;
    width: 100%;
  }
  #footer .top .right {
    width: 100%;
    margin-top: 45px;
    max-width: 100%;
  }
  #footer .bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom span {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-content ul li .container a.more {
    display: none;
  }
  #banner .banner-content ul li .container p {
    margin-bottom: 0;
  }
  #banner .banner-content ul li .container h2 {
    font-size: 40px;
    letter-spacing: 0;
    text-shadow: none;
  }
  #index-body .homepage-2 .left {
    width: 100%;
  }
  #index-body .homepage-2 .right {
    width: 100%;
    margin-top: 45px;
    padding-left: 0;
  }
  #index-body .homepage-3 ul li .box .text .con {
    max-height: 160px;
    overflow-y: auto;
    padding-right: 10px;
    height: 120px;
  }
  #index-body .homepage-4 ul li .box {
    padding: 30px 15px;
  }
  #index-body .homepage-4 ul {
    margin: 0 -5px;
  }
  #index-body .homepage-4 ul li {
    padding: 0 5px;
  }
  #index-body .homepage-5 ul {
    margin: 0 -5px;
  }
  #index-body .homepage-5 ul li {
    padding: 0 5px;
  }
  #index-body .homepage-3 ul li .box .text {
    padding: 30px 25px 25px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  h2.h-title,
  #footer .top .left h2 {
    font-size: 40px;
  }
  #footer .top .left .bot {
    margin-bottom: 30px;
  }
  #footer .top .left .bot h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .top .left .bot h2 br {
    display: none;
  }
  #footer .top .left p {
    text-align: center;
    width: 100%;
    padding: 0 30px;
  }
  #footer .top .left ul li:nth-child(3) {
    width: 100%;
  }
  #footer .top .left ul li:last-child {
    width: 100%;
  }
  #footer .top .left ul li:last-child span {
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: calc(100% - 35px);
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .container h2 {
    font-size: 30px;
    line-height: 1;
  }
  #banner .banner-content ul li .container p {
    font-size: 14px;
    margin-top: 10px;
  }
  #index-body .homepage-2 .right h2 {
    font-size: 36px;
  }
  #index-body .homepage-3 ul li .box {
    height: auto;
  }
  #index-body .homepage-3 ul li .box .img .bg {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
  #index-body .homepage-3 ul li .box .text {
    width: 100%;
    position: relative;
    inset: 0;
    padding: 25px 15px;
  }
  #index-body .homepage-3 ul li .box .text .con {
    max-height: unset;
    height: auto;
    overflow-y: unset;
    padding: 0;
  }
  #footer .top .left ul li {
    width: 100%;
  }
  #footer .top .right .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  #footer .top .right .flex .share {
    margin-top: 20px;
  }
}













.inner-banner {
  color: #fff;
  margin-top: 90px;
  position: relative;
}
.inner-banner .bg{
  width: 100%;
  height:100%;
  position: absolute;
  inset:0; 
  object-fit: cover;
}
.inner-banner .container h2 {
  font-size: 40px;
  line-height:1.2; 
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
.inner-banner .container .mbx {
  text-align: center;
  margin-top: 10px;
}


.about-page {
    background-color: #faf9f9;
    /*overflow: hidden;*/
    }

.about-page .about-1 {

    background-size: 100% auto;
    padding-top: 100px;
    background-color: #faf9f9;
    padding-bottom: 100px;
}
.about-page .about-1 .top .left {
    width: 55%;
    padding-right: 13%;
}
.about-page .about-1 .top .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-1 .top .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-1 .top .left .title {
    font-size: 90px;
    font-weight: 900;
    line-height: 1;
    color: #030303;
}
.about-page .about-1 .top .left .title em {
    display: block;
    text-align: right;
}
.about-page .about-1 .top .right {
    width: 45%;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    padding-top: 78px;
}
.about-page .about-1 .img {
    padding-top: 65px;
}
.about-page .about-1 .img .box {
    height: 619px;
    position: relative;
    overflow: hidden;
}
.about-page .about-1 .img .box .play{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.about-page .about-1 .img .box .play span{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 60px;
    padding-left: 5px;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before{
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
.about-page .about-1 .img .box .mask {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/kaiyueclutch/2026/04/29/about.jpg);
    background-position: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-1 .bottom {
    padding: 72px 61px 0 42px;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    opacity: 0.65;
}
.about-page .about-1 .data {
    padding: 83px 7px 0px 20px;
}
.about-page .about-1 .data ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-page .about-1 .data ul li {
    position: relative;
    padding: 0 54px 0 51px;
}
.about-page .about-1 .data ul li:nth-child(2) p{
    margin-left: 10px;
}
.about-page .about-1 .data ul li .num {
    font-size: 110px;

    font-weight: 900;
    color: var(--color);

    line-height: 1;
}
.about-page .about-1 .data ul li p {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
.about-page .about-1 .data ul li::after {
    content: '';
    position: absolute;
    top: 34%;
    right: 0;
    width: 1px;
    height: 58px;
    background-color: #000000;
    opacity: 0;
}
.about-page .about-1 .data ul li:first-child {
    padding-left: 0;
}
/*.about-page .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-1 .data ul li:last-child p{
    padding-left: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
    display: none;
}
.about-page .init2{
    background-size: cover;
    padding: 350px 0 105px;
    background-attachment: fixed;
}
.about-page .init2 .box{
    width: 45%;
    margin-left: auto;
    color: white;
}
.about-page .init2 .box .title{
    font-size: 70px;
}
.about-page .init2 .box .des{
    line-height: 27px;
    margin-top: 20px;
}
.about-page .init4{
    padding: 100px 0;
    background: #fff;
}
.about-page .init4 .title{
    font-size: 62px;
    margin-bottom: 30px;
}
.about-page .init4 ul{
    margin: 0 -15px;
}
.about-page .init4 ul li{
    padding: 0 15px;
}
.about-page .init5{
    padding: 100px 0 200px;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}
.about-page .init5 .title{
    font-size: 48px;
    margin-bottom: 50px;
    text-align: center;
}
.about-page .init5 ul{
    margin: 0 -40px;
}
.about-page .init5 ul li{
    padding: 0 40px;
    text-align: center;
}
.about-page .about-2 {
    background: #1a1a1a;
    margin-top: 129px;
    padding-bottom: 100px;
}
.about-page .about-2 ul li {
    color: #fff;
    padding-bottom: 51px;
    position: relative;
    margin-bottom: 110px;
}
.about-page .about-2 ul li .ig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about-page .about-2 ul li .img {
    width: 59.267%;
}
.about-page .about-2 ul li .text {
    width: 40.733%;
    padding: 0 0 106px 53px;
}
.about-page .about-2 ul li .text .tit {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 900;
    color: white;
}
.about-page .about-2 ul li .text .con {
    font-size: 16px;
    line-height: 1.8;
    color: white;
    opacity: 0.65;
    margin-top: 26px;
}
.about-page .about-2 ul li .nr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 32px;
}
.about-page .about-2 ul li .nr .left {
    width: 70.466%;
    text-align: right;
    padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
    font-size: 18px;
    line-height: 1.8;
    padding: 0 112px 0 21px;
    position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
    font-size: 117px;
    line-height: 1;
    font-weight: 900;
}
.about-page .about-2 ul li .nr .right {
    width: 29.534%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.26;
}
.about-page .about-2 ul li:nth-child(odd) .ig {
    -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 ul li:nth-child(even) .ig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 41px 44px 0 0;
}
.about-page .about-2 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-page .about-3 {
    padding: 10% 0 6.407%;
}
.about-page .about-3 .left {
    width: 58.666%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.about-page .about-3 .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-3 .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-3 .left .title {
    font-size: 80px;
    color: #030303;
    line-height: 1;
    font-weight: 900;
    margin-top: 21px;
}
.about-page .about-3 .left .title em {
    display: block;
}
.about-page .about-3 .right {
    width: 41.334%;
    padding-left: 101px;
    position: relative;
}
.about-page .about-3 .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.about-page .about-3 .right .tag ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}
.about-page .about-3 .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.about-page .about-3 .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-page .about-3 .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: 900;
}
.about-page .about-3 .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0;
}
.about-page .about-3 .right .tag ul li.current a {
    background-color: #000000;
    color: #fff;
    border-color: #000;
}
.about-page .about-3 .right .content ul li {
    background: transparent;
    transition: 0.5s;
    padding: 60px 24px 88px 43px;
    margin-bottom: 60px;
}
.about-page .about-3 .right .content ul li .tit {
    font-size: 80px;
    line-height: 1;
    color: #030303;
    font-weight: 900;
}
.about-page .about-3 .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 21px;
}
.about-page .about-3 .right .content ul li:last-child {
    margin-bottom: 0;
}
.about-page .about-3 .right .content ul li.active {
       background: #dadde9;
}
.pxl-service-grid-layout2 .item--title{
    line-height: 1.5 !important;
}
@media screen and (max-width: 1680px) {
    .about-page .about-1 .data ul li {
        padding: 0 50px 0 0;
    }
    .about-page .about-2 {
        background-position-y: 100px;
        background-size: 100% 96%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 60px;
    }
    .about-page .about-3 .left .title {
        font-size: 72px;
    }
}
@media screen and (max-width: 1440px) {
    .about-page .about-1 .top .left {
        padding-right: 8.5%;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 80px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 46px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .con {
        font-size: 16px;
    }
    .about-page .about-3 .left .title {
        font-size: 66px;
    }
    .about-page .about-1 .top .left .title{
        font-size: 70px;
    }
    .about-page .about-1 .data ul li{
        width: 25%;
        padding-right: 0;
        text-align: center;
    }
    .about-page .init2{
        padding-top: 130px;
    }
    .about-page .init2 .box{
        width: 50%;
    }
    .about-page .about-3 .right .content ul li .tit{
        font-size: 60px;
    }
    .about-page .init5 ul li{
        padding: 0 20px;
    }
    .about-page .init5 ul {
        margin: 0 -20px;
    }
    .about-page .init5{
        padding-bottom: 120px;
    }
}
@media screen and (max-width: 1280px) {
    .about-page .about-1 .top .left {
        padding-right: 6%;
    }
    .about-page .about-1 .data ul li {
        padding: 0 26px 0 0;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 110px;
    }
    .about-page .about-2 {
        background-position-y: 0px;
        background-size: 100% 100%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 30px;
    }
    .about-page .about-2 ul li .text {
        padding: 0 0 40px 40px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 40px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-page .about-2 ul li:nth-child(even) .text {
        padding: 0 40px 0 0;
    }
    .about-page .about-3 .right .content ul li {
        padding: 60px 20px;
    }
    .about-page .init4{
        padding-bottom: 70px;
    }
    .about-page .about-3 .left .title,
    .about-page .about-1 .top .left .title,
    .about-page .about-1 .data ul li .num,
    .about-page .init2 .box .title,
    .about-page .init4 .title{
        font-size: 45px;
    }
    .about-page .about-3 .right .content ul li .tit{
        font-size: 45px;
    }
    .about-page .init2 .box{
        width: 100%;
    }
    .about-page .about-1 .data ul li p{
        top: 18%;
    }
    .about-page .about-3 .left{
        width: 45%;
    }
    .about-page .about-3 .right{
        width: 55%;
    }
}
@media screen and (max-width: 1100px) {
    
    .about-page .about-2 ul li .nr .left .title {
        font-size: 83px;
    } 
    .about-page .about-3 .right .content ul li {
        padding: 40px 20px;
    } 
    .about-page .about-3 .right .content ul li .con {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-1 .top .left {
        width: 100%;
        padding-right: 0;
        padding-top: 50px;
    }
    .about-page .about-1 .top .right {
        width: 100%;
    }
    .about-page .about-1 .img {
        padding-top: 40px;
    }
    .about-page .about-1 .bottom {
        padding: 30px 0 0 0;
    }
    .about-page .about-1 .data {
        display: none;
    }
    .about-page .about-2 {
        margin-top: 40px;
    }
    .about-page .about-2 ul li {
        padding-bottom: 0;
    }
    .about-page .about-2 ul li .ig {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 ul li .img {
        width: 100%;
    }
    .about-page .about-2 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-2 ul li .nr {
        position: initial;
        margin-top: 20px;
    }
    .about-page .about-2 ul li .nr .left {
        text-align: left;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 54px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig .text {
        padding: 20px 0;
    }
    .about-page .about-3 .left {
        position: initial;
        width: 100%;
    }
    .about-page .about-3 .right {
        width: 100%;
        margin-top: 30px;
    }
    .about-page .init5 ul li{
        width: 100% !important;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 {
        background: transparent;
        padding-top: 0;
    }
    .about-page .about-2 ul li .nr .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-2 ul li .nr .right {
        display: none;
    }
    .about-page .about-3 .left .title {
        font-size: 46px;
    }.about-page .about-1 .top .right{
        padding-top: 25px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-1 .top .left .title {
        font-size: 30px;
        line-height: 1.2;
    }
    .about-page .about-1 .top .right {
        /*margin-top: 20px;*/
        font-size: 16px;
        line-height: 1.8;
        padding-top: 20px;
    }
    .about-page .about-1 .img {
        padding-top: 20px;
    }
    .about-page .about-1 .img .box {
        height: 300px;
    }
    .about-page .about-1 .bottom {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 32px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 40px;
        line-height: 1.4;
    }
    .about-page .about-3 .left .title {
        font-size: 32px;
        line-height: 1.6;
    }
    
    .about-page .about-3 .right {
        padding-left: 0;
    }
    .about-page .about-3 .right .tag {
        display: none;
    }
    .about-page .about-3 .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241, 238, 226, 0.8);
        padding: 30px 15px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 40px;
    }
    .about-page .about-3 .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .init5 .title,
    .about-page .about-3 .left .title, 
    .about-page .about-1 .top .left .title, 
    .about-page .about-1 .data ul li .num, 
    .about-page .init2 .box .title, 
    .about-page .init4 .title {
        font-size: 30px;
    }
}

.gallery-page {
  padding-bottom: 90px;
  padding-top: 100px;
}
.gallery-page .content {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 60px;
}
.gallery-page ul {
  margin: -15px;
}
.gallery-page ul li {
  padding: 15px;
  text-align: center;
}
.gallery-page ul li p {
  font-size: 18px;
  padding: 15px;
}
.gallery-page.factory ul li p {
  background: #f8f8f8;
  -webkit-box-shadow: -0.017px 1px 13px 0px rgba(23, 23, 23, 0.19);
  box-shadow: -0.017px 1px 13px 0px rgba(23, 23, 23, 0.19);
}
.faq-page {
  padding-bottom: 77px;
}
.faq-page ul li {
  margin-bottom: 34px;
}
.faq-page ul li .h4 {
  font-size: 24px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background: #f1f1f1;
  padding: 15px 30px;
  padding-right: 66px;
}
.faq-page ul li .h4 i {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 23px;
  cursor: pointer;
}
.faq-page ul li .h4 i::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page ul li .h4 i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.faq-page ul li .content {
  font-size: 18px;
  line-height: 2;
  display: none;
  padding: 20px 30px;
  -webkit-box-shadow: -0.017px 1px 13px 0px rgba(23, 23, 23, 0.19);
  box-shadow: -0.017px 1px 13px 0px rgba(23, 23, 23, 0.19);
}
.faq-page ul li.active .h4 {
  background: #383737;
  color: white; 
}
.faq-page ul li.active .h4 i::before,
.faq-page ul li.active .h4 i::after {
  background: white;
}
.faq-page ul li.active .h4 i:after {
  -webkit-transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}


.inner-page .slideBarBox .slideBarLeft {
    width: 24%;
    position: sticky;
    top: 100px
}

.inner-page .slideBarBox .slideBarLeft+.slideBarRight {
    padding-left: 4%;
    padding-right: 0
}

.inner-page .slideBarBox .slideBarLeft .slide {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #f7f7f7
}

.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    display: block;
    margin-bottom: 1em
}

.inner-page .slideBarBox .slideBarLeft .slide form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    background-color: #fff
}

.inner-page .slideBarBox .slideBarLeft .slide form input {
    width: 100%;
    padding: 1em;
    border: none;
    background-color: transparent;
    color: #000
}

.inner-page .slideBarBox .slideBarLeft .slide form input[type=submit] {
    width: 4em;
    background-image: url("/template/en/images/icon-search-black.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0
}

.inner-page .slideBarBox .slideBarLeft .slide.search {
    background-color: #282827;
    color: #fff;
    background-image: -webkit-linear-gradient(315deg,var(--color),var(--color2));
    background-image: -moz-linear-gradient(315deg,var(--color),var(--color2));
    background-image: linear-gradient(170deg,var(--color),var(--color2))
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
    margin-bottom: 0
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
    width: 30%;
    background-size: cover;
    background-position: center
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
    width: 70%;
    padding: 10px 0;
    padding-left: 5%
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 30px;
    height: 3.2em
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
    display: block;
    font-size: 14px;
    margin-top: .5em
}

.inner-page .slideBarBox .slideBarLeft .slide .nav {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
    margin-bottom: 1em
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1.2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    background-color: #282827;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a img {
    filter: invert(1);
    max-width: 45px;
    min-width: 45px;
    height: 50px;
    vertical-align: middle;
    margin-right: 10px;
    object-fit: none
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    background-color: #fff;
    color: #000;
    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
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover,.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active {
    background-color: var(--color);
    background-image: -webkit-linear-gradient(315deg,var(--color),var(--color2));
    background-image: -moz-linear-gradient(315deg,var(--color),var(--color2));
    background-image: linear-gradient(170deg,var(--color),var(--color2))
}

.inner-page .slideBarBox .slideBarLeft .slide:last-child {
    margin-bottom: 0
}

.inner-page .slideBarBox .slideBarRight {
    width: 76%;
    padding-right: 4%
}

.inner-page .m-page {
    margin: 60px 0;
    text-align: center;
    font-size: 18px;
    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
}

.inner-page .m-page a,.inner-page .m-page span {
    width: 2.5em;
    height: 2.5em;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    display: inline-block;
    text-align: center;
    line-height: 2.5em;
    margin: 0 .3em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .m-page a:hover,.inner-page .m-page span {
    background-color: #febd17;
    color: #fff;
    background-image: -webkit-linear-gradient(315deg,var(--color),var(--color2));
    background-image: -moz-linear-gradient(315deg,var(--color),var(--color2));
    background-image: linear-gradient(170deg,var(--color),var(--color2));
    border-color: #febd17
}


.news-page .news-top{
    padding: 80px 0;
}
.news-page .news-top .left{
    vertical-align: middle;
}
.news-page .news-top .right{
    padding-left: 50px;
    vertical-align: middle;
}
.news-page .news-1 {
    padding: 100px 0;
    background-color: #faf9f9;
}
.news-page .news-1 .list ul {
    margin: -15px;
}
.news-page .news-1 .list ul li {
    padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
    display: block;
}
.news-page .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    background-color: white;
}
.news-page .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
    font-size: 19px;
    font-weight: 500;
    display: block;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;
    overflow: hidden;*/
    height: 5.8em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .text {
    font-size: 14px;
    line-height: 28px;
}
.news-page .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 5;
    overflow: hidden;
    height: 9em;*/
}
.news-page .news-1 .list ul li .content a.link {
    margin-top: 2em;
}
.news-page .news-1 .list ul li:hover .content {
    margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
    opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px;
}
.newdet-page {
    padding: 100px 0;
        background-color: #faf9f9;
}
.newdet-page .init4 ul li{padding: 10px;}
.newdet-page .slideBarRight time {
    font-size: 14px;
    line-height: 28px;
    display: block;
}
.m-link Auxil-through{
    font-size: 14px;
    line-height: 28px;
}
.newdet-page .slideBarRight h1 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 900;
}
.newdet-page .slideBarRight .text {
    margin: 2em 0;
}
.newdet-page .slideBarRight .text p {
    margin-top: 1em;
}
.newdet-page .slideBarRight .text p:first-child {
    margin-top: 0;
}
.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
    margin-left: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: black;
    color: white;
    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;
    border-radius: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color);
}
.newdet-page .slideBarRight span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block;
}
.inner-page .side-title h4 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
}
.contact-page {
    padding: 60px 0 0 0;
}
.contact-page .contact-1 {
    padding: 85px 120px 65px 90px;
}
.contact-page .contact-2 {
    padding: 100px 0 110px;
}
.contact-page .contact-2 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.contact-page .contact-2 ul li {
    max-width: 35%;
    width: auto;
    /*padding-left: 40px;*/
}
.contact-page .contact-2 ul li:nth-child(1){
    padding-left: 0;
}
.contact-page .contact-2 ul li:hover .content h6 {
    transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.contact-page .contact-2 ul li .content {
    display: flex;
    align-items: center;
}
.contact-page .contact-2 ul li .content h6 {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #aaaaaa;
    display: flex;
    align-items: center;
    margin-right: 20px;
    justify-content: center;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    flex-shrink: 0;
}
.contact-page .contact-2 ul li .content h6 i {
    font-size: 20px;
    color: #000000;
}
.contact-page .contact-2 ul li .content p {
    font-size: 16px;
    color: #000000;
    line-height: 2;
    /*max-width: 290px;*/
}
.contact-page .contact-2 ul .add {
    padding-left: 0;
}
.contact-page .contact-2 ul .add .content {
    align-items: flex-start;
}
.contact-page .contact-3 {
    padding: 0 120px 0 90px;
}
.contact-page .contact-3 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.contact-page .contact-3 ul li {
    width: 33.3333%;
    padding-left: 125px;
    position: relative;
    margin-bottom: 45px;
}
.contact-page .contact-3 ul li img {
    width: 160px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
    box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-3 ul li .content {
    background: #f8f8f8;
    padding: 35px 45px;
}
.contact-page .contact-3 ul li .content .top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #b3b3b3;
}
.contact-page .contact-3 ul li .content .top .fa {
    font-size: 24px;
    color: #000000;
    line-height: 1;
    display: inline-block;
    margin-right: 18px;
}
.contact-page .contact-3 ul li .content .top h5 {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    font-weight: 900;
    max-width: 230px;
    padding-bottom: 10px;
}
.contact-page .contact-3 ul li .content .bottom {
    max-width: 230px;
    margin: 0 0 0 auto;
    margin-top: 10px;
    font-size: 14px;
    color: #000000;
    line-height: 1;
}
.contact-page .contact-3 ul li .content .bottom>div{
    margin-bottom: 15px;
}
.contact-page .contact-3 ul li .content .bottom a{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.contact-page .contact-3 ul li .content .bottom p {
    font-size: 14px;
    color: #000000;
    line-height: 1;
    margin-bottom: 15px;
}
.contact-page .contact-4 {
    padding: 0px 0 50px;
}
.contact-page .contact-4 .ui.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-page .contact-4 .left {
    max-width: 380px;
    padding-top: 40px;
}
.contact-page .contact-4 .left h4 {
    font-size: 48px;
    line-height: 1.4;
    color: #000000;
    font-weight: 900;
    margin-bottom: 10px;
}
.contact-page .contact-4 .left p {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    /*font-weight: 900;*/
}
.contact-page .contact-4 .right {
    width: 63%;
}
.contact-page .contact-4 .right form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-page .contact-4 .right form input {
    width: 49%;
    background: none;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    color: #000000;
    line-height: 2;
    font-weight: 900;
    margin-bottom: 30px;
}
.contact-page .contact-4 .right form textarea {
    width: 49%;
    background: none;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    color: #000000;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 30px;
}
.contact-page .contact-4 .right form input[type="submit"] {
    width: 220px;
    height: 48px;
    background: #000;
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    border: none;
    font-weight: 900;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-4 .right form input[type="submit"]:hover{
    background: var(--color);
}
.contact-page .contact-4 .right p {
    font-size: 16px;
    line-height: 2;
    /*font-weight: 900;*/
    color: #989898;
}

.inner-page a.link {
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
    padding-bottom: .3em;
    font-weight: 500;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page a.link:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page a.link img {
    margin-left: 1em;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    max-width: .7em;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page a.link:hover {
    color: var(--color)
}

.inner-page a.link:hover:before {
    width: 0
}

.inner-page a.link:hover img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.inner-page .form ul {
    margin: -10px
}

.inner-page .form ul li {
    padding: 10px;
    font-size: 14px
}

.inner-page .form ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px
}

.inner-page .form ul li input,.inner-page .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .5em 0;
    border-bottom: 1px solid #999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .form ul li input:focus,.inner-page .form ul li textarea:focus {
    border-color: var(--color)
}

.inner-page .form ul li textarea {
    height: 80px
}

.inner-page .form ul li.wid-100 {
    width: 100%
}

.inner-page .form ul li .btn {
    font-size: 15px;
    line-height: 4.53333333em;
    height: 4.53333333em;
    padding: 0 2.4em;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: none
}

.inner-page .form ul li .btn img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
    max-width: .7em
}

.inner-page .form ul li .btn:hover {
    background: #222
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
    color: black;
    border: none;
}
@media screen and (max-width: 1700px) {
    .newdet-page,
    .news-page .news-1,
    .gallery-page, 
    .product-page{
        padding: 70px 0;
    }
    .newdet-page .slideBarRight h1{
        font-size: 32px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 30px;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 18px;
    } 
    .news-page .news-1 .list ul li .content{
        padding: 7%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 15px;
        line-height: 24px;
    }
}
@media screen and (max-width: 1450px) { 
    .newdet-page .slideBarRight h1{
        font-size: 28px;
    }
     
    .inner-page a.link {
        font-size: 14px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide {
        padding: 20px;
    }
    .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
        padding: 1em;
    }
    .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
        font-size: 18px;
    }
    .inner-page .product_list ul li span.h6 {
        font-size: 16px;
        line-height: 30px;
    }
    .Auxil-catdes{
        display: none!important;
    }
    .news-page .news-1 .list ul li .content{
        padding: 5%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 15px;
        line-height: 24px;
        height: 6.8em;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 50px;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: -50px;
    }
}
@media screen and (max-width: 1250px) { 
    .newdet-page .slideBarRight h1{
        font-size: 24px;
    }
     
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        padding-left: 2%;
    }
    .inner-page .product_list ul li {
        padding: 10px;
    }
    .inner-page .product_list ul {
        margin: -10px;
    }
    .news-page .news-1 .list ul li{
        width: 50%;
    }
    .inner-page .slideBarBox .slideBarLeft {
        display: none;
    }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        width: 100%;
        padding-left: 0;
    }
    .contact-page .contact-4 .left {
    width: 37%;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-4 {
        padding: 0;
    }
    .contact-page .contact-2 {
        padding: 60px 0;
    }
    .contact-page .contact-4 .left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 45px;
        padding: 0;
    }
    .contact-page .contact-4 .right {
        width: 100%;
    }
    .contact-page .contact-2 ul li {
        max-width: 50%;
        width: 50%;
    }
    .inner-page .slideBarBox .slideBarLeft {
        display: none;
    }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
        width: 100%;
        padding-left: 0;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 14px;
    }
    .news-page .news-top .left,
    .news-page .news-top .right{
        width: 100%;
        padding: 0;
        margin: 10px 0;
    }
}
@media screen and (max-width: 700px) { 
    .contact-page .contact-2 ul li {
        max-width: 100%;
        width: 100%;
        margin: 15px 0;
    }
    .contact-page .contact-4 .right form input,
    .contact-page .contact-4 .right form textarea {
        width: 100%;
    }
    .newdet-page,
    .news-page .news-1{
        padding: 30px 0;
    } 
    .newdet-page .slideBarRight h1{
        font-size: 28px;
        line-height: 1.6;
    }
    .news-page .news-1 .list ul li .content .pre .text {
        position: static;
        opacity: 1;
        margin-top: 1em;
    }
    .news-page .news-1 .list ul li:hover .content span.h6 {
        opacity: 1;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: 0;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 0;
    }
    .news-page .news-1 .list ul li .content a.link {
        margin-top: 1em;
    }
    .news-page .news-1 .list ul li{
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .news-page .news-1 .list ul li .content span.h6,
    .news-page .news-1 .list ul li .content .pre .text {
        height: auto;
    }
}





.product-yd-page {
    padding: 80px 0 130px
}

.product-yd-page h2 {
    font-size: 40px;
    color: var(--color);
    text-transform: uppercase;
    line-height: 1
}

.product-yd-page h1 {
    color: var(--color);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1
}

.product-yd-page .text {
    display: block;
    font-size: 16px;
    color: #424242;
    line-height: 1.6;
    margin-top: 10px
}

.product-yd-page .box {
    margin-top: 30px
}

.product-yd-page .box ul {
    margin: -7px
}

.product-yd-page .box ul li {
    padding: 7px
}

.product-yd-page .box ul li a {
    display: block;
    background: #f6f6f6;
    padding: 45px 40px 40px;
    position: relative;
    height: 460px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1
}

.product-yd-page .box ul li a>img {
    max-width: 59%
}

.product-yd-page .box ul li a:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/product-yd-bg.jpg);
    background-size: cover;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0
}

.product-yd-page .box ul li a h3 {
    display: block;
    max-width: 60%;
    font-size: 34px;
    color: #242424;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1
}

.product-yd-page .box ul li a>img {
    display: block;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    bottom: -10px;
    right: 0px
}

.product-yd-page .box ul li a em {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    background: #d0d0d0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: absolute;
    bottom: 50px
}

.product-yd-page .box ul li a em img {
    display: inline-block;
    vertical-align: middle
}

.product-yd-page .box ul li a:hover:after {
    opacity: 1
}

.product-yd-page .box ul li a:hover h3 {
    color: var(--color)
}

.product-yd-page .box ul li a:hover em {
    background: var(--color)
}

.product-yd-page .box ul li:nth-child(odd) {
    margin-top: -150px
}

.product-yd-page .box ul li:nth-child(2) {
    margin-top: 150px
}

.product-yd-page .box ul li:first-child {
    margin-top: 0
}

.product-pages .side-right .top .form {
    display: inline-block;
    vertical-align: middle;
    max-width: 40%;
    width: 100%;
    position: relative
}

.product-pages .side-right .top .form:before {
    content: '';
    height: 16px;
    width: 1px;
    background: #747474;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product-pages .side-right .top {
    text-align: right
}

.product-pages .side-right .top .form input {
    width: 100%;
    line-height: 36px;
    height: 36px;
    padding-left: 14px;
    padding-right: 40px;
    font-size: 16px;
    color: #000;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    background: 0 0
}

.product-pages .side-right .top .form input::-webkit-input-placeholder {
    color: #747474;
    font-style: italic
}

.product-pages .side-right .top .form input:-moz-placeholder {
    color: #747474;
    font-style: italic
}

.product-pages .side-right .top .form input::-moz-placeholder {
    color: #747474;
    font-style: italic
}

.product-pages .side-right .top .form input:-ms-input-placeholder {
    color: #747474;
    font-style: italic
}

.product-pages .side-right .top .form input:focus {
    border-color: #0d95e8
}

.product-pages .side-right .top .form input[type=submit] {
    width: 36px;
    border-bottom: none;
    background: url(../images/icon-search2.png) center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0
}

.product-pages .side-right .top .show {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 100px;
    margin-right: 20px
}

.product-pages .side-right .bottom .block ul {
    margin: -30px -10px
}

.product-pages .side-right .bottom .block ul li {
    padding: 30px 10px
}

.product-pages .side-right .bottom .block ul li a.img-box {
    display: block;
    background: #f0f0f0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.product-pages .side-right .bottom .block ul li h6 {
    font-size: 16px;
    color: var(--base-color);
    line-height: 1.5;
    padding: 10px 0;
    text-align: center
}

.product-pages .side-right .bottom .block ul li h4 {
    display: block;
    font-size: 24px;
    color: #333;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.product-pages .side-right .bottom .block ul li:hover h4 {
    color: #0d95e8
}


.product-page {
    padding: 90px 0 65.5px
}

.product-page .sidebox .sideleft {
    width: 76%
}

.product-page .sidebox .sideleft .seoPublic>div:nth-child(odd){
   border-top: 1px solid #dcdcdc;
}

.product-page .sidebox .sideleft .tips2 {
  color: #777;
  padding: 0 15px;
}
.product-page .sidebox .sideleft .tagCont{
  width: 100%;
}

.product-page .sidebox .sideleft .tagCont ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.product-page .sidebox .sideleft .tagCont ul li{
  width: 33.33%;
  margin-top: 6px;
  padding: 0 15px;
}
.product-page .sidebox .sideleft .tagCont ul li a{
  transition: all .5s;
  display: block;
  padding: 12px 20px;
  border-radius: 4px;
  background: #f2f2f2;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.product-page .sidebox .sideleft .tagCont ul li a:hover,
.product-page .sidebox .sideleft .tagCont ul li a.active{
  background: var(--color);
  color: #fff;
}

.product-page .sidebox .sideleft .text h1 {
    font-size: 25px;
    line-height: 1.5;
    /*max-width: 50%;
    width: 50%;
    padding-right: 10px;*/
}
.product-page .sidebox .sideleft .text h1.s{
    max-width: 50%;
    width: 50%;
    padding-right: 10px;
    font-weight:bold;
}

.product-page .sidebox .sideleft .text h3 {
    font-size: 24px;
    line-height: 1
}

.product-page .sidebox .sideleft .text .desc {
    font-size: 18px;
    line-height: 1.8;
    color: #777;
    margin-top: 14px;
    max-height: 282px;
    padding-right: 20px;
    margin-bottom: 30px;
    overflow: auto
}

.product-page .sidebox .sideleft .list {
    margin-top: 29px
}

.product-page .sidebox .sideleft .list ul {
    margin: 70px 0 -60px 0
}

.product-page .sidebox .sideleft .list ul li {
    margin-bottom: 60px
}

.product-page .sidebox .sideleft .list ul li .box{
  z-index: 2;
  padding: 10px;
  background: #f2f2f2;
}

.product-page .sidebox .sideleft .list ul li .box .line{
  position: absolute;
  position: absolute;
  background: var(--color);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
.product-page .sidebox .sideleft .list ul li .box .line1{
    width: 2px;
    top: 0;
    left: 0;
}
.product-page .sidebox .sideleft .list ul li .box .line2 {
    width: 2px;
    bottom: 0;
    right: 0;
}
.product-page .sidebox .sideleft .list ul li .box .line3 {
    height: 2px;
    top: 0;
    right: 0;
}
.product-page .sidebox .sideleft .list ul li .box .line4 {
    height: 2px;
    bottom: 0;
    left: 0;
}

.product-page .sidebox .sideleft .list ul li .box:hover .line1 {
    height: 100%;
    bottom: 0;
    top: auto;
}
.product-page .sidebox .sideleft .list ul li .box:hover .line2 {
    height: 100%;
    top: 0;
}
.product-page .sidebox .sideleft .list ul li .box:hover .line3 {
    width: 100%;
    left: 0;
}
.product-page .sidebox .sideleft .list ul li .box:hover .line4 {
    width: 100%;
    right: 0;
    left: auto;
}

.product-page .sidebox .sideleft .list ul li a.more{
    display: flex;
}

.product-page .sidebox .sideleft .list ul li .img {
    background: #ededed;
    position: relative
}

.product-page .sidebox .sideleft .list ul li .img img {
    width: 100%
}

.product-page .sidebox .sideleft .list ul li .img .icon {
    position: absolute;
    top: 45%;
    left: 43%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--color);
    text-align: center;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product-page .sidebox .sideleft .list ul li .img .icon img {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.product-page .sidebox .sideleft .list ul li .title {
    padding-top: 9px;
    font-size: 20px;
    color: #151515;
    line-height: 1.8;
    min-height: 100px;
}

.product-page .sidebox .sideleft .list ul li:hover .img .icon {
    opacity: 1
}

.product-page .sidebox .sideleft .list dd p.ms {
    font-size: 18px;
    line-height: 2;
    color: #181818;
    margin-top: 16px
}

.product-page .sidebox .sideleft .list dd .con {
    margin-top: 41.5px;
    font-size: 16px
}

.product-page .sidebox .sideleft .product1-1 {
    margin-top: 41.5px
}

.product-page .sidebox .sideleft .product1-1 .con {
    margin-top: 19px
}

.product-page .sidebox .sideleft .product1-1 .con ul {
    margin-right: -11px
}

.product-page .sidebox .sideleft .product1-1 .con ul li {
    padding-right: 11px
}

.product-page .sidebox .sideright {
    width: 24%;
    padding-right: 3.5%;
    position: -webkit-sticky;
    position: sticky;
    top: 122px
}

.product-page .sidebox .sideright form {
    position: relative;
    width: 100%
}

.product-page .sidebox .sideright form input {
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding: 0 60px 0 15px;
    background: #eee;
    font-size: 16px;
    color: #333;
    border: none
}

.product-page .sidebox .sideright form input::-webkit-input-placeholder {
    color: #3f3e3e;
    opacity: .5
}

.product-page .sidebox .sideright form input:-moz-placeholder {
    color: #3f3e3e;
    opacity: .5
}

.product-page .sidebox .sideright form input::-moz-placeholder {
    color: #3f3e3e;
    opacity: .5
}

.product-page .sidebox .sideright form input:-ms-input-placeholder {
    color: #3f3e3e;
    opacity: .5
}

.product-page .sidebox .sideright form input::placeholder {
    color: #3f3e3e;
    opacity: .5
}

.product-page .sidebox .sideright form input[type=submit] {
    width: 21px;
    position: absolute;
    right: 16px;
    top: 0;
    padding: 0;
    background: url(../images/s-icon.png) center center no-repeat
}

.product-page .sidebox .sideright h3 {
    font-size: 24px;
    color: var(--color);
    line-height: 1
}

.product-page .sidebox .sideright h3::after {
    content: '';
    width: 55px;
    height: 1px;
    background-color: var(--color);
    opacity: .8;
    display: block;
    margin-top: 12px
}

.product-page .sidebox .sideright .category {
    margin-top: 20px;
    padding: 20px ;
    background: #f2f2f2;
}

.product-page .sidebox .sideright .category .navList {
    padding: 12px 0 0 10px
}

.product-page .sidebox .sideright .category .navList li {
    font-size: 16px;
    line-height: 1.6;
    color: #151515;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative
}

.product-page .sidebox .sideright .category .navList li i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    cursor: pointer;
}
.product-page .sidebox .sideright .category .navList li i.active{
  transform: rotate(90deg);
}

.product-page .sidebox .sideright .category .navList li.active,
.product-page .sidebox .sideright .category .navList li:hover {
    color: var(--color)
}

.product-page .sidebox .sideright .category .navList li:last-child {
    margin-bottom: 0
}

.product-page .sidebox .sideright .category .navList li ul.children {
    padding: 10px 0 0 10px;
    display: none
}

.product-page .sidebox .sideright .category .navList li.active ul.children{
  display: block;
}

.product-page .sidebox .sideright .category .navList li ul.children li {
    color: #666;
    padding-left: 26px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative
}

.product-page .sidebox .sideright .category .navList li ul.children li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 20px;
    height: 1px;
    background: #666
}

.product-page .sidebox .sideright .category .navList li ul.children li.active,
.product-page .sidebox .sideright .category .navList li ul.children li:hover {
    color: var(--color)
}

.product-page .sidebox .sideright .category .navList li ul.children li.active::before,
.product-page .sidebox .sideright .category .navList li ul.children li:hover::before {
    background: var(--color)
}

.product-page .sidebox .sideright .recommend {
    padding-top: 44px;
    padding: 20px;
    margin-top: 20px;
    background: #f2f2f2;
}

.product-page .sidebox .sideright .recommend ul {
    margin-top: 20px
}

.product-page .sidebox .sideright .recommend ul li {
    margin-bottom: 20px
}

.product-page .sidebox .sideright .recommend ul li .img {
    vertical-align: middle;
    background: #ededed;
    width: 37%
}

.product-page .sidebox .sideright .recommend ul li .text {
    width: 63%;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.6;
    color: #151515;
    padding-left: 8.5px
}

.product-page .sidebox .sideright .recommend ul li:last-child {
    margin-bottom: 0
}


.prodet-page {
    padding: 93px 0 48px
}

.prodet-page .prodet-1 .img {
    width: 50%
}

.prodet-page .prodet-1 .img .imgbox {
    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
}

.prodet-page .prodet-1 .img .imgbox .small {
    width: 100%;
    padding-right: 0;
    margin-top: 20px
}

.prodet-page .prodet-1 .img .imgbox .small ul {
    margin: 0 -5px;
    margin-bottom: -10.5px
}

.prodet-page .prodet-1 .img .imgbox .small ul li {
    padding: 0 5px
}

.prodet-page .prodet-1 .img .imgbox .small ul li a {
    background: #ededed;
    display: block
}

.prodet-page .prodet-1 .img .imgbox .small ul li img {
    width: 100%;
    border: 1px solid #ccc
}

.prodet-page .prodet-1 .img .imgbox .small ul .slick-track {
    margin-left: 0
}

.prodet-page .prodet-1 .img .imgbox .big {
    width: 100%
}

.prodet-page .prodet-1 .img .imgbox .big ul {
    margin: -2px
}

.prodet-page .prodet-1 .img .imgbox .big ul li {
    position: relative;
    padding: 2px
}

.prodet-page .prodet-1 .img .imgbox .big ul li img {
    width: 100%;
    border: 1px solid #ccc
}

.prodet-page .prodet-1 .img .imgbox .big ul li .icon {
    position: absolute;
    right: 25px;
    bottom: 17px;
    width: 60px;
    height: 60px;
    border: solid 1px rgba(21, 21, 21, .6);
    border-radius: 50%;
    text-align: center;
    line-height: 60px
}

.prodet-page .prodet-1 .img .imgbox .big ul li .icon img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    border: none
}

.prodet-page .prodet-1 .img .imgbox .big .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-1 .img .imgbox .big .slick-arrow:hover {
    background-color: var(--color)
}

.prodet-page .prodet-1 .img .imgbox .big .slick-prev {
    background: url(../images/pl.png) no-repeat center center #fff;
    left: 10px;
}

.prodet-page .prodet-1 .img .imgbox .big .slick-prev:hover{
    background: url(../images/pl2.png) no-repeat center center var(--color);
}

.prodet-page .prodet-1 .img .imgbox .big .slick-next {
    background: url(../images/pr.png) no-repeat center center #fff;
    right: 10px;
}
.prodet-page .prodet-1 .img .imgbox .big .slick-next:hover{
    background: url(../images/pr2.png) no-repeat center center var(--color);
}

.prodet-page .prodet-1 .info {
    margin-bottom: 30px;
    padding-left: 0
}

.prodet-page .prodet-1 .info h4 {
    font-size: 18px;
    color: #151515;
    line-height: 1;
    font-weight: 700
}

.prodet-page .prodet-1 .info h1 {
    font-size: 18px;
    color: #151515;
    font-weight: 700;
    line-height: 2
}

.prodet-page .prodet-1 .info .con {
    font-size: 18px;
    line-height: 1.6;
    color: #151515;
    margin-top: 0
}

.prodet-page .prodet-1 .info .con strong {
    font-weight: 700
}

.prodet-page .prodet-1 .text {
    width: 50%;
    vertical-align: middle;
    padding: 0 42.5px 0 0;
}

.prodet-page .prodet-1 .text h4 {
    font-size: 18px;
    color: #151515;
    line-height: 1;
    font-weight: 700
}

.prodet-page .prodet-1 .text h1 {
    font-size: 24px;
    color: #151515;
    font-weight: 700;
    line-height: 1.2
}

.prodet-page .prodet-1 .text .con {
    font-size: 18px;
    line-height: 1.6;
    color: #777;
    margin-top: 0
}
.prodet-page .prodet-1 .text .con table{
    white-space: normal;
}
.prodet-page .prodet-1 .text .con table tr td{
    min-width: 160px;
}
.prodet-page .prodet-1 .text .con strong {
    font-weight: 700
}

.prodet-page .prodet-1 .text .btn {
    margin-top: 43.5px;
    color: #fff;
}

.prodet-page .prodet-1 .text .btn .more::before{
  background: #000;
}

.prodet-page .prodet-1 .text .share {
    margin-top: 50px
}

.prodet-page .prodet-1 .text .share span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase
}

.prodet-page .prodet-1 .text .share ul {
    display: inline-block;
    vertical-align: middle;
    padding-left: 9.5px
}

.prodet-page .prodet-1 .text .share ul li {
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-1 .text .share ul li a img {
    width: 16px;
    margin-top: 5px;
    filter: brightness(0)
}

.prodet-page .prodet-1 .text .share ul li:hover a img {
    filter: brightness(1)
}

.prodet-page .prodet-1 .text .share ul li:last-child {
    margin-right: 0
}

.prodet-page .prodet-1 .text .share ul li:hover {
    color: var(--color)
}

.prodet-page .prodet-2 {
    padding-top: 69px
}

.prodet-page .prodet-2 .options ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex
}

.prodet-page .prodet-2 .options ul li {
    background-color: #ededed;
    margin-right: 8px;
    text-align: center;
    font-size: 18px;
    color: #020202;
    line-height: 1.5;
    padding: 5.5px 0
}

.prodet-page .prodet-2 .options ul li:last-child {
    margin-right: 0
}

.prodet-page .prodet-2 .options ul li.active {
background-color: #f87723;
    color: #000000;
}

.prodet-page .prodet-2 .box {
    margin-top: 19.5px
}

.prodet-page .prodet-2 .box table td{
  min-width: 130px;
}

.prodet-page .prodet-3 {
    padding-top: 85px;
    padding-bottom: 40px
}

.prodet-page .prodet-3 h3 {
    font-size: 40px;
    line-height: 1;
    border-bottom: 1px solid #151515;
    padding-bottom: 13px
}

.prodet-page .prodet-3 .content {
    margin-top: 22px
}

.prodet-page .prodet-3 .content ul {
    margin-right: -10px
}

.prodet-page .prodet-3 .content ul .slick-track {
    margin-left: 0;
    margin-right: 0
}

.prodet-page .prodet-3 .content ul li {
    padding-right: 10px
}

.prodet-page .prodet-3 .content ul li .img {
    background: #ededed;
    position: relative
}

.prodet-page .prodet-3 .content ul li .img img {
    width: 100%
}

.prodet-page .prodet-3 .content ul li .img .icon {
    position: absolute;
    top: 43%;
    left: 43%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--color);
    text-align: center;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-3 .content ul li .img .icon img {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.prodet-page .prodet-3 .content ul li h5 {
    font-size: 24px;
    color: #151515;
    line-height: 1.8;
    padding-top: 20px;
    text-align: center
}

.prodet-page .prodet-3 .content ul li h5:hover a {
    color: var(--base-color)
}

.prodet-page .prodet-3 .content ul li:hover .img .icon {
    opacity: 1
}

.prodet-page .prodet-1 .text .con ul li {
    list-style-type: disc
}


@media screen and (max-width:1700px) {
  .product-pages .side-right .top {
    margin-bottom: 30px
  }


}
@media screen and (max-width:1450px) {
    .product-page .sidebox .sideright{
        width: 30%;
    }
    .product-page .sidebox .sideleft {
        width: 70%;
    }
.product-page .sidebox .sideright .category .navList li {
    font-size: 14px;
}
  .product-yd-page h2{
      font-size: 44px
  }
  .product-yd-page .text{
      font-size: 14px
  }
    .product-yd-page .box ul li a h3 {
        font-size: 28px;
        max-width: 70%
    }

    .product-yd-page .box ul li a>img {
        max-width: 50%
    }

    .product-yd-page .box ul li a {
        height: 380px
    }

    .product-yd-page .box ul li:nth-child(2) {
        margin-top: 100px
    }

    .product-yd-page .box ul li:nth-child(odd) {
        margin-top: -100px
    }

    .product-yd-page .box ul li:first-child {
        margin-top: 0
    }
}


@media screen and (max-width:1250px) {
    .product-page .sidebox .sideright{
        width: 40%;
    }
    .product-page .sidebox .sideleft {
        width: 60%;
    }
    .product-page .sidebox .sideright .recommend ul li .text {
        font-size: 14px
    }

    .product-page .sidebox .sideleft .text h1.s{
      width: 100%;
      padding-right: 0;
      max-width: 100%;
    }
          .prodet-page .prodet-1 .img {
        width: 100%
    }

    .prodet-page .prodet-1 .text {
        width: 100%;
        padding-top: 20px;
        margin-top: 20px;
        padding-right: 0;
    }
    .prodet-page .prodet-1 .box{
        display: flex;
        flex-direction: column-reverse;

    }
}
@media screen and (max-width:1000px) {
    .product-yd-page {
      padding: 40px 0
    }
    .product-yd-page h2{
        font-size: 36px
    }
    .product-yd-page .box ul li {
        width: 100% !important;
        margin: 0 !important
    }

    .product-yd-page .box ul li a>img {
        max-width: 40%;
        bottom: 25px;
        right: 25px
    }

    .product-yd-page .box ul li a em {
        height: 40px;
        width: 40px;
        line-height: 40px
    }

    .product-yd-page .box ul li a {
        padding: 25px;
        height: 320px
    }

    .product-yd-page .box ul li a h3 {
        font-size: 24px;
        max-width: 60%
    }

    .product-yd-page .text{
        line-height: 2
    }

    .product-page .sidebox .sideleft {
        width: 100%
    }

    .product-page .sidebox .sideright {
        display: none
    }

    .product-page .sidebox .sideleft .list ul li {
        width: 50%
    }



    .prodet-page .prodet-2 .options ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .prodet-page .prodet-2 .options ul li {
        width: 31.8%;
        margin-bottom: 10px
    }
 
    
}

@media screen and (max-width:700px) {
  .product-yd-page h2{
      font-size: 24px;
      line-height: 40px
  }
  .product-yd-page .box ul li a {
        height: 270px
    }

      .prodet-page .prodet-1 .img .imgbox .big ul li .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        right: 10px;
        bottom: 10px
    }

    .prodet-page .prodet-1 .text {
        padding: 20px 0 0 0
    }

    .prodet-page .prodet-2 .options ul li {
        width: 47%
    }

    .prodet-page .prodet-1 .img .info {
        padding-left: 0
    }

}

@media screen and (max-width:500px) {
    .product-yd-page .box ul li a h3 {
        font-size: 20px;
        line-height: 32px
    }
    .product-yd-page .box ul li a {
        height: 220px
    }
    .product-page{
      padding: 40px 0;
    }
    .product-page .sidebox .sideleft .list ul li {
      width: 100%;
      margin-bottom: 30px;
    }
    .product-page .sidebox .sideleft .list ul li .title{
      font-size: 20px;
    }
    .product-page .sidebox .sideleft .text h1{
      font-size: 24px;
    }
    .prodet-page .prodet-1 .text .con{
      font-size: 16px;
    }
    .prodet-page .prodet-1 .m-link .next{
      text-align: left !important;
    }
    .product-page .sidebox .sideleft .tagCont ul li{
      width: 100%;
      margin-top: 20px;
    }
}



.product-page .sidebox .sideleft .list ul li .content_cont {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 30
}

.product-page .sidebox .sideleft .list ul li .content_cont .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4)
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c {
    max-width: 100%;
    background-color: #fff;
    position: absolute;
    width: 1580px;
    padding-top: 70px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .close {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    line-height: 46px;
    width: 46px;
    height: 46px;
    cursor: pointer
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top {
    padding: 0 40px;
    padding-bottom: 50px
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .big_img {
    width: 380px;
    height: 388px;
    background-color: #f5f5f5;
    padding: 15px;
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .big_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .middle {
    width: 100%;
    margin-top: 30px;
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .middle ul {
    width: 100%
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .middle ul li {
    height: 116px;
    padding-bottom: 14px
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .middle ul li .box2 {
    height: 100%
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .middle ul li .box2 a {
    display: block;
    height: 100%;
    border:1px solid rgba(0, 0, 0, .2);
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .middle ul li .box2 a img {
    background-color: #f5f5f5;
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .middle .btn {
    position: absolute;
    bottom: -34px;
    left: 15px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 16px
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .middle .btn:hover {
    background-color: #212122;
    color: #fff
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .middle .next {
    left: 56px
}
.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .left{
    width:380px;
}
.product-page .sidebox .sideleft .list ul li .box2 a.img{
    display: block;
}
.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .right {
    width: calc(100% - 380px);
    padding-left: 40px
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .right .title {
    font-weight: 700
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .right .des {
    color: #515151;
    margin-top: 20px;
    max-height: 160px;
    overflow-y: auto;
    padding-right: 4px
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .right .more_c {
    margin-top: 20px
}

/*.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .right .more_c .more {
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
    border: 1px solid #212122;
    padding: 10px 30px
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .right .more_c .more:hover {
    color: #fff;
    background-color: #212122
}*/

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .right .more_c .contact {
    margin-left: 14px
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .right table {
    width: 100% !important
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .bottom {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 30px;
    font-weight: 500
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .bottom a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #212122;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
    border: 1px solid #212122
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .bottom a:hover {
    background-color: #fff;
    color: #212122
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .form_cont {
    display: none;
    padding: 20px 30px 30px
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .form_cont .form_list {
    margin-top: 10px;
    position: relative
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .form_cont .form_list .line {
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #d9d9d9;
    top: 10px;
    left: 0
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .form_cont .form_list input {
    width: 100%;
    border: none;
    background-color: #f5f5f5;
    padding: 14px 12px;
    font-size: 14px
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .form_cont .name,.product-page .sidebox .sideleft .list ul li .content_cont .content_c .form_cont .mail {
    width: 390px
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .form_cont .submit_btn {
    margin-top: 10px;
    padding: 12px 10px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #212122;
    font-size: 16px;
    font-weight: 500;
    width: 160px;
    background-color: #212122;
    color: #fff;
    margin-left: 30px
}

.product-page .sidebox .sideleft .list ul li .content_cont .content_c .form_cont .submit_btn:hover {
    color: #212122;
    background-color: #fff
}
.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .middle ul{
    margin: 0 -5px;
}
.product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .middle ul li{
    margin: 0;
    padding: 0 5px;
}
@media (max-width: 1450px) {
 .product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .big_img {
        height: 300px;
        width: 300px
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .right {
        width: 540px
    }
}


@media (max-width: 1250px) {
.product-page .sidebox .sideleft .list ul li .content_cont .content_c .phone_cont {
        overflow-y: auto;
        max-height: 500px;
        padding-right: 10px
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c {
        width: 970px;
        padding-top: 40px
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .middle .btn {
        display: none !important
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .top {
        text-align: center
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .big_img {
        width: 340px;
        height: 340px
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .bottom {
        display: none
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .right .des {
        max-height: 200px
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .form_cont .name,
    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .form_cont .mail {
        width: 50%
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .form_cont .submit_btn {
        margin-left: 0
    }
}
@media (max-width: 1000px) {
    .product-page .sidebox .sideleft .list ul li .content_cont .content_c {
        width: 700px
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .middle ul {
        height: 354px
    }
}
@media (max-width: 700px) {
    .product-page .sidebox .sideleft .list ul li .content_cont .content_c {
        width: 96%
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .big_img {
        width: -webkit-calc(-10%);
        width: -moz-calc(-10%);
        width: calc(100% - 110px)
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c {
        padding-right: 10px
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .top {
        padding: 20px 0 20px 20px
    }
}
@media (max-width: 500px) {

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .right .more_c .more {
        width: 100%;
        text-align: center
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .top .right .more_c .contact {
        margin-left: 0
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .form_cont {
        padding: 20px 0 20px 16px
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .form_cont .name,
    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .form_cont .mail {
        width: 100%
    }

    .product-page .sidebox .sideleft .list ul li .content_cont .content_c .form_cont .form_list .line {
        display: none
    }
}