@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-ExtraBold.woff2") format("woff2"), url("../fonts/Unbounded-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Black.woff2") format("woff2"), url("../fonts/Unbounded-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Bold.woff2") format("woff2"), url("../fonts/Unbounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-ExtraLight.woff2") format("woff2"), url("../fonts/Unbounded-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Medium.woff2") format("woff2"), url("../fonts/Unbounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Light.woff2") format("woff2"), url("../fonts/Unbounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-SemiBold.woff2") format("woff2"), url("../fonts/Unbounded-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Regular.woff2") format("woff2"), url("../fonts/Unbounded-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Light.ttf');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Medium.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.font-pop{
  font-family: 'pop';
  font-weight: 500;
}
.container {
  width: 1521px;
}
.t-ani {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
span.h2 {
  font-weight: 800;
  line-height: 1.2;
  font-size: 40px;
  display: block;
  text-transform: uppercase;
}
span.h2 i {
  color: var(--color);
}
span.tag {
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  color: var(--color);
  line-height: 1.2;
  margin-bottom: .5em;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  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%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #6076f1;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #6076f1;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #c30d23;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
#pups_from ul li:last-child .submit{
    width: auto;
  padding: 6px 40px;
  display: inline-block;
  text-transform: uppercase;
  background: #c30d23;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.right_nav_list {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #6076f1;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #c30d23;
}
.t-bc {
  background-color: var(--color);
}
.t-cc {
  color: var(--color);
}
.font-100 {
  font-weight: 100;
}
.font-200 {
  font-weight: 200;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
   /*overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;  */
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.font-800 {
  font-weight: 800;
}
.font-blod {
  font-weight: bold;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: "Unbounded";
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: "";
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: "";
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.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;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  height: 88px;
}
#header > .nav > .menu .menu-box {
  height: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  height: 100%;
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  height: 100%;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  height: 100%;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  height: 100%;
  display: inline-block;
  position: relative;
  margin-left: 40px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a
 {
  color: #c30d23;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  color: #333333;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background-color: #c30d23;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-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;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  margin-left: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .pp-btn {
  width: 175px;
  height: 44px;
  background: #c30d23;
  border-radius: 22px;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .pp-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  clip-path: inset(0% 100% 0% 0%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header > .nav > .menu .menu-box .right .pp-btn img {
  width: auto;
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .pp-btn span {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .pp-btn:hover::before {
  clip-path: inset(0% 0% 0% 0%);
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.colorF {
  color: #fff;
}
.flex {
  display: flex;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexAC {
  display: flex;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-L {
  text-align: left;
}
.text-C {
  text-align: center;
}
.text-R {
  text-align: right;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.italic {
  font-style: italic;
}
.container {
  padding: 0 15px;
}
.all-btn {
  width: 188px;
  height: 44px;
  background: #c30d23;
  border-radius: 22px;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.all-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  clip-path: inset(0% 100% 0% 0%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.all-btn img {
  width: auto;
  position: relative;
  z-index: 2;
}
.all-btn span {
  position: relative;
  z-index: 2;
}
.all-btn:hover {
  background: transparent;
}
.all-btn:hover::before {
  clip-path: inset(0% 0% 0% 0%);
}
#banner {
  margin-top: 88px;
  position: relative;
  overflow: hidden;
}
#banner .banner-c1 {
  position: absolute;
  top: 34%;
  left: 90px;
  width: 70px;
  height: 70px;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 50%;
  z-index: 5;
}
#banner .banner-c2 {
  position: absolute;
  left: 67px;
  bottom: 93px;
  width: 116px;
  height: 116px;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 50%;
  z-index: 5;
}
#banner .banner-c3 {
  position: absolute;
  top: 69px;
  left: 50%;
  transform: translateX(-50%);
  width: 87px;
  height: 87px;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 50%;
  z-index: 5;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .banner-btns {
  display: flex;
  align-items: center;
}
#banner .swiper-slide .banner-btns .p-v {
  width: 34px;
  height: 34px;
  background: #c30d23;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 33px;
  position: relative;
}
#banner .swiper-slide .banner-btns .p-v img {
  position: relative;
  z-index: 3;
}
#banner .swiper-slide .banner-btns .p-v::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #c30d23;
}
#banner .swiper-slide .banner-btns .p-v::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  transform-origin: center;
  margin-top: -26px;
  margin-left: -26px;
  background: #c30d23;
  border-radius: 26px;
  opacity: 0.2;
  animation: ks2 2s linear infinite;
}
#banner .banner-text {
  position: absolute;
  top: 50%;
  left: 11%;
  transform: translateY(-50%);
  z-index: 3;
}
#banner .banner-text .banner-p1 span {
  position: relative;
}
#banner .banner-text .banner-p1 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
  z-index: -1;
}
#banner .banner-text .banner-p2 {
  line-height: 1.2;
  color: #fff;
}
#banner .banner-box {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
#banner .banner-box img {
  position: relative;
  z-index: 2;
  top: 50%;
  transform-origin: right center;
  transform: translate(-37%, -50%);
}
#banner .banner-box .banner-box-after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 846px;
  height: 846px;
  transform-origin: center;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 100%;
  transform: translateX(20%);
}
#banner .swiper-pagination {
  position: absolute;
  bottom: 86px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  color: #565656;
}
#banner .swiper-pagination .swiper-pagination-pre,
#banner .swiper-pagination .swiper-pagination-next {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#banner .swiper-pagination .swiper-pagination-pre span,
#banner .swiper-pagination .swiper-pagination-next span {
  width: 96px;
  height: 1px;
  background: #565656;
}
#banner .swiper-pagination .swiper-pagination-dots {
  display: flex;
  align-items: center;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot {
  margin-right: 5px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot::after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #565656;
  opacity: 0;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 4px;
  height: 4px;
  background: #565656;
  border-radius: 50%;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot.active::after {
  opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot.active span {
  width: 7px;
  height: 7px;
  background: #565656;
  border-radius: 50%;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot:last-child {
  margin-right: 0;
}
.all-tap span {
  position: relative;
}
.all-tap span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--color);
  bottom: 0;
  left: 0;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  position: relative;
  margin-bottom: 30px
}
#index-body .init-1 .s2-box {
  width:856px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 53px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap-reverse;
}
#index-body .init-1 .s2-box .s2-r {
  color: #333333;
}
#index-body .init-1 .s2-box .s2-p1 {
  color: #333333;
}
#index-body .init-1 .s2-box .s2-p2>div,#index-body .init-1 .s2-box .s2-p2 {
  color: #333333;
  display: flex !important;
  align-items: center;
  /*max-width: 450px;*/
}
#index-body .init-1 .s2-box .s2-p2:hover span {
  background-color: #000;
}
#index-body .init-1 .s2-box .s2-p2 span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 36px;
  height: 19px;
  background: #c30d23;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
#index-body .init-1 .container .i1-h .all-btn {
  width: 249px;
}
#index-body .init-1 .container .swiper2 {
  overflow: hidden;
  padding-top: 236px;
  padding-bottom: 29px;
  position: relative;
}
#index-body .init-1 .container .swiper2 .s2-bg {
  font-weight: bold;
  font-size: 141px;
  color: rgba(51, 51, 51, 0.05);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  white-space: nowrap;
}
#index-body .init-1 .container .swiper2 .s2-l{
   -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
    position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -125%);
  cursor: pointer;
  font-size: 40px;
}
#index-body .init-1 .container .swiper2 .s2-r{
   -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
    position: absolute;
    cursor: pointer;
  top: 50%;
  left: 70%;
  transform: translate(-36%, -125%);
  font-size: 40px;
}
#index-body .init-1 .container .swiper2 .s2-l:hover,
#index-body .init-1 .container .swiper2 .s2-r:hover{
  color: var(--color);
}
#index-body .init-1 .container .swiper2 .swiper-wrapper {
  perspective: 1000px;
}
#index-body .init-1 .container .swiper2 .swiper-slide {
  transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-1 .container .swiper2 .swiper-slide-active {
  transform: scale(1.36) translateY(-80px);
}
#index-body .init-2 {
  background: #fdfbfa;
}
#index-body .init-2 .container .i2-top {
  display: flex;
  justify-content: space-between;
}
#index-body .init-2 .container .i2-top .i2-l {
  max-width: 713px;
}
#index-body .init-2 .container .i2-top .i2-l .all-btn {
  width: 165px;
}
#index-body .init-2 .container .i2-top .i2-l .i2-tp1 {
  color: #666666;
}
#index-body .init-2 .container .i2-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 80px;
}
#index-body .init-2 .container .i2-bottom .i2-c {
  border-radius: 20px;
  border: 1px solid rgba(102, 102, 102, 0.5);
  position: relative;
}
#index-body .init-2 .container .i2-bottom .i2-c .i2-b {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
#index-body .init-2 .container .i2-bottom .i2-c .i2-b .i2-l1 {
  position: relative;
}
#index-body .init-2 .container .i2-bottom .i2-c .i2-b .i2-l1 .i2-l1-bg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: circle(0% at 50% 50%);
}
#index-body .init-2 .container .i2-bottom .i2-c::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  clip-path: circle(0% at 50% 50%);
}
#index-body .init-2 .container .i2-bottom .i2-c:hover {
  transform: translateY(20px);
}
#index-body .init-2 .container .i2-bottom .i2-c:hover::after {
  clip-path: circle(100% at 50% 50%);
}
#index-body .init-2 .container .i2-bottom .i2-c:hover .i2-b {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #fff;
}
#index-body .init-2 .container .i2-bottom .i2-c:hover .i2-b .i2-l1 {
  position: relative;
}
#index-body .init-2 .container .i2-bottom .i2-c:hover .i2-b .i2-l1 .i2-l1-bg {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: circle(100% at 50% 50%);
}
#index-body .init-3 .i3-box {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
}
#index-body .init-3 .i3-box > div {
  flex: 1;
}
#index-body .init-3 .i3-box .i3-l {
  background: url(/ss-strips/2025/08/25/gongchangtu5555.png) no-repeat center;
  background-size: cover;
}
#index-body .init-3 .i3-box .i3-r {
  color: #fff;
}
#index-body .init-3 .i3-box .i3-r .all-tap span::after {
  background: #fff;
}
#index-body .init-3 .i3-box .i3-r .all-btn {
  background: #fff;
  color: #333333;
  width: 182px;
}
#index-body .init-3 .i3-box .i3-r .all-btn img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-3 .i3-box .i3-r .all-btn:hover {
  color: #fff;
  background: transparent;
}
#index-body .init-3 .i3-box .i3-r .all-btn:hover img {
  filter: invert(100%);
}
#index-body .init-4 .container .i4-h .i4-p {
  color: #666666;
}
#index-body .init-4 .container .swiper3 {
  overflow: hidden;
}
#index-body .init-4 .container .swiper3 .swiper-slide {
  background: url("../images/i4-1.jpg") no-repeat top center;
  height: 434px;
  border-radius: 20px;
  overflow: hidden;
}
#index-body .init-4 .container .swiper3 .swiper-slide .i4_bg {
  background: #0f0002;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
#index-body .init-4 .container .swiper3 .swiper-slide .i4_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  clip-path: inset(100% 0% 0% 0%);
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
}
#index-body .init-4 .container .swiper3 .swiper-slide .i4_bg:hover::before {
  clip-path: inset(0% 0% 0% 0%);
}
#index-body .init-4 .container .swiper3 .swiper-slide .i4_bg:hover .i4_o3 {
  opacity: 1;
}
#index-body .init-4 .container .swiper3 .swiper-slide .i4_bg .i4-oo {
  position: absolute;
  width: 56px;
  height: 56px;
  background: #c30d23;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 50px;
  top: -30px;
  z-index: 2;
}
#index-body .init-4 .container .swiper3 .swiper-slide .i4_bg .i4-m {
  position: relative;
  z-index: 2;
  
}
#index-body .init-4 .container .swiper3 .swiper-slide .i4_bg .i4_o1 {
  color: #fff;
  /*min-height: 50px;*/
  max-width: 70px
}
#index-body .init-4 .container .swiper3 .swiper-slide .i4_bg .i4_o2 {
  color: #dddddd;
}
#index-body .init-4 .container .swiper3 .swiper-slide .i4_bg .i4_o3 {
  width: 36px;
  height: 19px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c30d23;
  opacity: 0;
}
#index-body .init-4 .container .swiper3-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .init-4 .container .swiper3-dots .swiper3-dot {
  width: 8px;
  height: 8px;
  background: #c6c6c6;
  border-radius: 50%;
  margin-right: 5px;
}
#index-body .init-4 .container .swiper3-dots .swiper3-dot:last-child {
  margin-right: 0;
}
#index-body .init-4 .container .swiper3-dots .swiper3-dot.active {
  width: 37px;
  height: 8px;
  background: #c30d23;
  border-radius: 4px;
}
#index-body .init-5 .container .i5-m {
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 20px;
  display: flex;
}
#index-body .init-5 .container .i5-m .i5-l {
  width: 455px;
  background: #ffffff;
  border-radius: 20px;
}
#index-body .init-5 .container .i5-m .i5-l .i5l-p {
  color: #333333;
}
#index-body .init-5 .container .i5-m .i5-l form {
  display: flex;
  flex-direction: column;
}
#index-body .init-5 .container .i5-m .i5-l form .f-put1 {
  border-radius: 10px;
  border: 1px solid #c2191b;
  font-weight: 300;
  font-size: 14px;
  color: #333333;
  padding: 18px 15px;
}
#index-body .init-5 .container .i5-m .i5-l form .f-put1::placeholder {
  font-weight: 300;
  font-size: 14px;
  color: #333333;
}
#index-body .init-5 .container .i5-m .i5-l form .f-put2 {
  height: 150px;
}
#index-body .init-5 .container .i5-m .i5-l form button {
  background: #c2191b;
  border-radius: 22px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#index-body .init-5 .container .i5-m .i5-l form button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  clip-path: inset(0% 100% 0% 0%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-5 .container .i5-m .i5-l form button span {
  position: relative;
  z-index: 2;
}
#index-body .init-5 .container .i5-m .i5-l form button:hover::before {
  clip-path: inset(0% 0% 0% 0%);
}
#index-body .init-5 .container .i5-m .i5-r {
  max-width: 820px;
  color: #fff;
  margin-left: 136px;
}
#index-body .init-5 .container .i5-m .i5-r .all-tap span::after {
  background: #fff;
}
#index-body .init-5 .container .i5-m .i5-r .i5r-m {
  margin-bottom: -50px;
}
#index-body .init-5 .container .i5-m .i5-r .i5r-m .i5r-c {
  max-width: 378px;
  display: flex;
  align-items: center;
  background: #6f1116;
  border-radius: 20px;
  border: 1px solid transparent;
  position: relative;
}
#index-body .init-5 .container .i5-m .i5-r .i5r-m .i5r-c::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(129deg, #2c0207, #d41129, #2c0207);
  border-radius: 20px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  padding: 1px;
}
#index-body .init-5 .container .i5-m .i5-r .i5r-m .i5r-c2 {
  margin-top: 10px;
  transform: translate(120%,-50%);
}
#index-body .init-5 .container .i5-m .i5-r .i5r-m .i5r-c3 {
  margin-top: 10px;
    transform: translate(40%,-30%);
}
#index-body .init-6 {
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-6 .scroll-text {
  /*white-space: nowrap;*/
}
#index-body .init-6 span {
    -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: rgba(51, 51, 51, 0);
  text-stroke: 1px #333333;
  -webkit-text-stroke: 1px #333333;
}
#index-body .init-6 span:hover{
  color: #000;}
#index-body .init-7 .container {
  display: flex;
  justify-content: space-between;
}
#index-body .init-7 .container .i7-l {
  max-width: 425px;
}
#index-body .init-7 .container .i7-l .all-btn {
  width: 212px;
}
#index-body .init-7 .container .i7-r {
  width: 900px;
  display: flex;
  justify-content: space-between;
}
#index-body .init-7 .container .i7-r .sl {
  width: 830px;
}
#index-body .init-7 .container .i7-r .sr .swiper4-dots {
  display: flex;
  flex-direction: column;
}
#index-body .init-7 .container .i7-r .sr .swiper4-dots .swiper4-dot {
  width: 8px;
  height: 8px;
  background: #c6c6c6;
  border-radius: 50%;
  margin-bottom: 5px;
}
#index-body .init-7 .container .i7-r .sr .swiper4-dots .swiper4-dot:last-child {
  margin-bottom: 0;
}
#index-body .init-7 .container .i7-r .sr .swiper4-dots .swiper4-dot.active {
  width: 8px;
  height: 37px;
  background: #c30d23;
  border-radius: 4px;
}
#index-body .init-7 .container .swiper4 {
  overflow: hidden;
}
#index-body .init-7 .container .swiper4 .swiper-slide {
  background: #f7f7f7;
  border-radius: 20px;
}
#index-body .init-7 .container .swiper4 .swiper-slide .i7-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-7 .container .swiper4 .swiper-slide .i7-1 .i7-1-r {
  width: 144px;
  height: 30px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-7 .container .swiper4 .swiper-slide .i7-3 {
  color: #666666;
}
#index-body .init-7 .container .swiper4 .swiper-slide .all-btn {
  width: 100%;
  justify-content: space-between;
  background: #fff;
  color: var(--color);
}
#index-body .init-7 .container .swiper4 .swiper-slide .all-btn::before {
  background: var(--color);
}
#index-body .init-7 .container .swiper4 .swiper-slide:hover .i7-1 .i7-1-r {
  background: var(--color);
  color: #fff;
}
#index-body .init-7 .container .swiper4 .swiper-slide:hover .all-btn {
  color: #fff;
}
#index-body .init-7 .container .swiper4 .swiper-slide:hover .all-btn img {
  filter: brightness(0) invert(1);
}
#index-body .init-7 .container .swiper4 .swiper-slide:hover .all-btn::before {
  clip-path: inset(0% 0% 0% 0%);
}
.cddd {
  color: #dddddd;
}
.cfff {
  color: #fff;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #101010;
  border-radius: 20px 20px 0px 0px;
}
#footer .foot .container .f-b .fb-m {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fbl-c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fbox {
  width: 35px;
  height: 35px;
  background: #c30a20;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .foot .container .f-b .fb-m .fb-l .fbl-t {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1000px;
  justify-content: space-between;
}
#footer .foot .container .f-b .fb-m .fb-r ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 {
  margin-right: 12px;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 a i {
  width: 35px;
  height: 35px;
  background: #c30a20;
  border-radius: 17px;
  display: block;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 a i:hover {
  background: #fff;
  color: #c30a20;
}
#footer .foot .container .f-b .fb-m .fb-r ul #ewm {
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 5px;
  border: 3px solid #fff;
}
#footer .foot .container .f-b .ft-h {
  color: #ffffff;
}
#footer .foot .container .f-b .line {
  width: 34px;
  height: 4px;
  background: #c30d23;
  border-radius: 2px;
}
#footer .foot .container .f-t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .foot .container .f-t .logo {
  max-width: 281px;
}
#footer .foot .container .f-t .ft-c .ft-h {
  color: #ffffff;
}
#footer .foot .container .f-t .ft-c .line {
  width: 34px;
  height: 4px;
  background: #c30d23;
  border-radius: 2px;
}
#footer .foot .container .f-t .ft-c ul li {
  color: #dddddd;
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
#footer .foot .container .f-t .ft-c ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -9px;
  width: 5px;
  height: 1px;
  background: var(--color);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .foot .container .f-t .ft-c ul li:hover {
  color: #c30d23;
  transform: translateX(10px);
}
#footer .foot .container .f-t .ft-c ul li:hover::before {
  opacity: 1;
}
#footer .foot .container .f-t .ft-c form {
  display: flex;
  flex-direction: column;
}
#footer .foot .container .f-t .ft-c form .f-put1 {
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}
#footer .foot .container .f-t .ft-c form .f-put1::placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}
#footer .foot .container .f-t .ft-c form textarea {
  line-height: 1;
}
#footer .foot .container .f-t .ft-c form .all-btn {
  width: 187px;
}
#footer .foot .container .f-t .ft-c.ft-c1 {
  width: 349px;
}
#footer .copyright {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
  background: var(--color);
}
#footer .copyright .container {
  padding-top: 19px;
  padding-bottom: 17px;
}
#footer .copyright .container svg {
  height: 26px;
  width: auto;
  fill: #ffffff;
  position: relative;
  vertical-align: middle;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
@media (max-width: 1800px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-1 .container .swiper2 .s2-bg {
    font-size: 100px;
  }
  #index-body .init-7 .container .i7-r .sl {
    width: 100%;
    max-width: 1100px;
  }
  #index-body .init-7 .container .i7-r {
    flex-wrap: wrap;
    width: 100%;
  }
  #index-body .init-7 .container .i7-l {
    max-width: none;
    margin-bottom: 20px;
  }
  #index-body .init-7 .container {
    flex-wrap: wrap;
  }
  #index-body .init-5 .container .i5-m {
    flex-wrap: wrap;
  }
  #index-body .init-5 .container .i5-m .i5-l {
    width: 100%;
  }
  #index-body .init-5 .container .i5-m .i5-l form .f-put2 {
    height: 100px;
  }
  #index-body .init-5 .container .i5-m .i5-r {
    margin-top: 20px;
    margin-left: 0;
    max-width: none;
  }
  #index-body .init-5 .container .i5-m .i5-r .i5r-m {
    margin-bottom: 0;
  }
  #index-body .init-2 .container .i2-bottom {
    grid-template-columns: 1fr 1fr;
  }
  #index-body .init-2 .container .i2-bottom .i2-c {
    margin-bottom: 30px;
  }
  .hide-1450 {
    opacity: 0 !important;
  }
  #footer .foot .container .f-b .fb-m .fb-l .fbl-t {
    width: 100%;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
@media (max-width: 1250px) {
  #index-body .init-1 .s2-box {
    position: static;
    width: 100%;
    transform: none;
    padding-bottom: 30px;
  }
  #index-body .init-2 .container .i2-top {
    flex-wrap: wrap;
  }
  #index-body .init-2 .container .i2-top .i2-l {
    max-width: none;
    margin-bottom: 30px;
  }
  .hide-1250 {
    display: none !important;
  }
  #index-body .init-4 .container .swiper3 .swiper-slide {
    background-size: cover;
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-1 .container .swiper2 .s2-bg {
    font-size: 50px;
  }
  #footer .foot .container .f-b .fb-m .fbl-c {
    width: 100%;
    margin-bottom: 10px;
  }
  .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .container .swiper2 .s2-bg {
    font-size: 30px;
    font-weight: 800;
  }
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #index-body .init-2 .container .i2-bottom {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .hide-500 {
    display: none !important;
  }
}
.inner-banner {
  margin-top: 88px;
}
.inner-banner .b-line {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.inner-banner .tit {
  color: #333333;
  line-height: 1.2;
}
.inner-banner .mbx {
  color: #333333;
}
.capabilities-page .ca-1 .container .ca-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.capabilities-page .ca-1 .container .ca-m {
  background: #ffffff;
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  display: flex;
}
.capabilities-page .ca-1 .container .ca-m > div {
  position: relative;
}
.capabilities-page .ca-1 .container .ca-m > div::after {
  content: "";
  width: 1px;
  height: 41px;
  border: 1px solid #666666;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.capabilities-page .ca-1 .container .ca-m > div:first-child::after {
  display: none;
}
.capabilities-page .ca-1 .container .ca-m .ca-c {
  display: flex;
  align-items: center;
}
.capabilities-page .ca-1 .container .ca-m .ca-c .ca1-l {
  position: relative;
}
.capabilities-page .ca-1 .container .ca-m .ca-c .ca1-l .ca1-bg {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(100% 0 0 0);
}
.capabilities-page .ca-1 .container .ca-m .ca-c:hover .ca1-bg {
  clip-path: inset(0 0 0 0);
}
.capabilities-page .ca-1 .container .ca-m .ca-c:hover .ca1-r .ca1r-p1 {
  color: var(--color);
  line-height: 1;
}
.capabilities-page .ca-1 .container .ca-m .ca-c:hover .ca1-r .ca1r-p2 {
  color: var(--color);
  line-height: 1;
}
.capabilities-page .ca-1 .container .ca-m .ca-c:hover .ca1-r .ca1r-p2 span {
  color: var(--color);
}
.capabilities-page .ca-1 .container .ca-m .ca-c .ca1-r .ca1r-p1 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #666666;
  line-height: 1;
}
.capabilities-page .ca-1 .container .ca-m .ca-c .ca1-r .ca1r-p2 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
  line-height: 1;
}
.capabilities-page .ca-1 .container .ca-m .ca-c .ca1-r .ca1r-p2 span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #666666;
}
.capabilities-page .ca-2 {
  background: url(../images/ca2-1.jpg) no-repeat center;
  background-size: cover;
}
.capabilities-page .ca-2 .container {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.capabilities-page .ca-2 .container .ca2-r {
  max-width: 790px;
}
.capabilities-page .ca-2 .container .ca2-r .ca2-c {
  display: flex;
  align-items: center;
}
.capabilities-page .ca-2 .container .ca2-r .ca2-c span {
  line-height: 1.05;
}
.capabilities-page .ca-2 .container .ca2-r .ca2-c b {
  width: 58px;
  flex: 0 0 58px;
  height: 58px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.capabilities-page .ca-2 .container .ca2-r .ca2-c b:after {
  content: '';
  width: 0px;
  height: 60px;
  border-left: 1px dotted #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 55px);
}
.capabilities-page .ca-2 .container .ca2-r .ca2-c b.hide:after {
  display: none;
}
.capabilities-page .ca-3 .container .ca3-top {
  display: flex;
}
.capabilities-page .ca-3 .container .ca3-top > div {
  width: 50%;
}
.capabilities-page .ca-3 .container .ca3-top .c3-r .c3tr-p1 {
  line-height: 1.2;
}
.capabilities-page .ca-3 .container .ca3-bottom {
  display: flex;
}
.capabilities-page .ca-3 .container .ca3-bottom > div {
  width: 50%;
}
.capabilities-page .ca-3 .container .ca3-bottom .cab-l .cabl-h {
  color: #333333;
  line-height: 1.2;
}
.capabilities-page .ca-3 .container .ca3-bottom .cab-l .cabl-c {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  cursor: pointer;
}
.capabilities-page .ca-3 .container .ca3-bottom .cab-l .cabl-c.active .cablc-p {
  color: var(--color);
}
.capabilities-page .ca-3 .container .ca3-bottom .cab-l .cabl-c.active .cablc-p img {
  transform: rotate(90deg);
}
.capabilities-page .ca-3 .container .ca3-bottom .cab-l .cabl-c .cablc-p {
  display: flex;
  justify-content: space-between;
  color: #333333;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.capabilities-page .ca-3 .container .ca3-bottom .cab-l .cabl-c .cablc-p img {
  object-fit: contain;
  transform-origin: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.capabilities-page .ca-3 .container .ca3-bottom .cab-l .cabl-c .cabl-tit {
  color: #666666;
  display: none;
}
.quality-page .qu-1 .container {
  display: flex;
  justify-content: space-between;
}
.quality-page .qu-1 .container .q1-l {
  max-width: 750px;
}
.quality-page .qu-1 .container .q1-l .q1-h1 {
  color: #333333;
}
.quality-page .qu-1 .container .q1-l .q1-h2 {
  color: #666666;
}
.quality-page .qu-1 .container .q1-l .q1-h3 {
  color: #666666;
}
.quality-page .qu-1 .container .swiper5 {
  width: 650px;
  overflow: hidden;
}
.quality-page .qu-2 .container .q2-m {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(54deg, #C2191B 0%, #480001 100%);
  border-radius: 20px;
}
.quality-page .qu-2 .container .q2-l {
  width: 50%;
  color: #fff;
}
.quality-page .qu-2 .container .q2-l .q2l-m {
  display: flex;
  flex-wrap: wrap;
}
.quality-page .qu-2 .container .q2-l .q2l-m .q2l-c {
  width: 50%;
  display: flex;
  align-items: flex-end;
}
.quality-page .qu-2 .container .q2-r {
  width: 50%;
  color: #fff;
  display: flex;
}
.quality-page .qu-2 .container .q2-r > div {
  width: 50%;
}
.quality-page .qu-2 .container .q2-r .q2-r-l {
  position: relative;
}
.quality-page .qu-2 .container .q2-r .q2-r-l::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 97%;
  background: rgba(251, 251, 251, 0.3);
}
.quality-page .qu-2 .container .q2-r .q2-r-l::after {
  content: '';
  position: absolute;
  top: 7px;
  left: -1px;
  width: 3px;
  height: 84px;
  background: #ffff;
}
.quality-page .qu-2 .container .q2-r .q2-r-r {
  position: relative;
}
.quality-page .qu-2 .container .q2-r .q2-r-r::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 97%;
  background: rgba(251, 251, 251, 0.3);
}
.quality-page .qu-2 .container .q2-r .q2-r-r::after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: -1px;
  width: 3px;
  height: 84px;
  background: #ffff;
}
.quality-page .qu-3 .container {
  position: relative;
}
.quality-page .qu-3 .container .q3-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 271px;
  height: 271px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quality-page .qu-3 .container .q3-bg .q3b-box {
  width: 190px;
  height: 190px;
  background: linear-gradient(54deg, #C2191B 0%, #480001 100%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.quality-page .qu-3 .container .q3-bg .q3b-box > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: q3b-rotate 14s linear infinite;
}
.quality-page .qu-3 .container .q3-bg .q3b-box .q3b-box1 {
  width: 118px;
  height: 118px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #666666;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quality-page .qu-3 .container .q3-m {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 70px;
  row-gap: 70px;
}
.quality-page .qu-3 .container .q3-m .q3-c {
  overflow: hidden;
  background: #FAFAFA;
  border-radius: 20px;
  color: #333333;
}
.quality-page .qu-3 .container .q3-m .q3-c .q3-t .q3-t-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #C30D23;
  min-height: 120px;
}
.quality-page .qu-3 .container .q3-m .q3-c .q3-t .q3-t-1.q3-re {
  flex-direction: row-reverse;
}
.quality-page .qu-3 .container .q3-m .q3-c .q3-b {

}
.quality-page .qu-4 .container .q4-m {
  background: linear-gradient(54deg, #C2191B 0%, #480001 100%);
  border-radius: 20px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.quality-page .qu-4 .container .q4-m .all-btn {
  width: 182px;
  background: #ffffff;
  color: #333333;
  font-weight: 400;
}
.quality-page .qu-4 .container .q4-m .all-btn img {
  filter: brightness(0.2);
}
.quality-page .qu-4 .container .q4-m .all-btn:hover {
  background: transparent;
  color: #fff;
}
.quality-page .qu-4 .container .q4-m .all-btn:hover img {
  filter: brightness(1);
}
.quality-page .qu-1 .container .swiper5 {
  width: 650px;
  overflow: hidden;
  padding: 100px 0;
}
.quality-page .qu-1 .container .swiper5 .swiper-wrapper {
  perspective: 1000px;
}
.quality-page .qu-1 .container .swiper5 .swiper-slide {
  transform-style: preserve-3d;
  transition: all 0.5s ease;
  opacity: 1;
  transform: scale(1) translateZ(0px);
}
.quality-page .qu-1 .container .swiper5 .swiper-slide-active {
  opacity: 1;
  transform: scale(1.5) translateZ(0);
  z-index: 2;
}
.quality-page .qu-1 .container .swiper5 .swiper-slide-prev,
.quality-page .qu-1 .container .swiper5 .swiper-slide-next {
  opacity: 1;
  transform: scale(1.2) translateZ(0px);
}
.quality-page .qu-1 .container .swiper5 .swiper-slide img {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}
@keyframes q3b-rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media screen and (max-width: 1450px) {
  .capabilities-page .ca-1 .container .ca-m > div::after {
    display: none;
  }
  .capabilities-page .ca-1 .container .ca-m .ca-c {
    margin-top: 20px;
  }
  .capabilities-page .ca-1 .container .ca-m {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1250px) {
  .quality-page .qu-1 .container .q1-l {
    max-width: none;
  }
  .quality-page .qu-1 .container {
    flex-wrap: wrap;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1250px) {
  .quality-page .qu-1 .container .swiper5 {
    width: 970px;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .quality-page .qu-1 .container .swiper5 {
    width: 700px;
  }
}
@media screen and (max-width: 700px) {
  .quality-page .qu-1 .container .swiper5 {
    width: 95vw;
  }
}
@media screen and (max-width: 1000px) {
  .quality-page .qu-2 .container .q2-r .q2-r-l::before,
  .quality-page .qu-2 .container .q2-r .q2-r-l::after {
    display: none;
  }
  .quality-page .qu-2 .container .q2-m {
    flex-wrap: wrap;
  }
  .quality-page .qu-2 .container .q2-l,
  .quality-page .qu-2 .container .q2-r {
    width: 100% !important;
  }
  .quality-page .qu-3 .container .q3-m .q3-c .q3-t .q3-t-1.q3-re {
    flex-direction: column-reverse;
  }
  .quality-page .qu-3 .container .q3-m .q3-c .q3-t .q3-t-1 {
    flex-direction: column-reverse;
  }
  .quality-page .qu-3 .container .q3-m .q3-c .q3-t .q3-t-1 .q3-t-1-l {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .quality-page .qu-3 .container .q3-m .q3-c .q3-t .q3-t-1 br {
    display: none;
  }
  .quality-page .qu-4 .container .q4-m .all-btn {
    margin-top: 20px;
  }
  .hide-1000 {
    display: none !important;
  }
  .quality-page .qu-3 .container .q3-m {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    row-gap: 20px;
  }
  .capabilities-page .ca-3 .container .ca3-top .c3-r {
    margin-top: 20px;
  }
  .capabilities-page .ca-3 .container .ca3-top {
    flex-wrap: wrap;
  }
  .capabilities-page .ca-3 .container .ca3-bottom {
    flex-wrap: wrap-reverse;
  }
  .capabilities-page .ca-3 .container .ca3-top > div,
  .capabilities-page .ca-3 .container .ca3-bottom > div {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .capabilities-page .ca-2 .container .ca2-r,
  .capabilities-page .ca-3 .container .ca3-bottom .cab-l {
    margin-top: 20px;
  }
  .capabilities-page .ca-2 .container {
    flex-wrap: wrap;
  }
  .capabilities-page .ca-1 .container .ca-m .ca-c {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .quality-page .qu-2 .container .q2-r {
    flex-wrap: wrap;
  }
  .quality-page .qu-2 .container .q2-r > div {
    width: 100%;
  }
  .quality-page .qu-2 .container .q2-r .q2-r-r::before,
  .quality-page .qu-2 .container .q2-r .q2-r-r::after {
    display: none;
  }
  .quality-page .qu-2 .container .q2-l .q2l-m .q2l-c {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .quality-page .qu-1 .container .swiper5 {
    padding: 50px 0;
  }
  .capabilities-page .ca-1 .container .ca-m .ca-c {
    width: 100%;
  }
}
@media screen and (max-width: 1800px){
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
  font-size: 14px;
}
}
@media screen and (max-width: 1450px){
  #header > .nav > .menu .menu-box .right .pp-btn{
    display: none;
  }
  
}
.font-260 {
    font-size: 210px;
}
.about-page .about-4 {
    padding: 6.25% 0;
}
.about-page .about-4 span.tag {
	color:white;
  line-height: 1.2;
	font-size:34px;
	/*font-weight:bold;*/
}
.about-page .about-5 span.tag {
	font-size:34px;
  line-height: 1.4;
	/*font-weight:bold;*/
}
.about-page .about-4 .box {
    background: #cf2b22;
}
.about-page .about-4 .box .left {
    vertical-align: middle;
    color: var(--white);
    padding-left: 80px;
}
.about-page .about-4 .box .left .tit {
    font-size: 36px;
    line-height: 1.3;

    /*font-weight: bold;*/
}
.about-page .about-4 .box .left .con {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 26px;
    width: 76%;
    font-family: "akt";
}
.about-page .about-4 .box .left .more {
    background: var(--white);
    color: #cf2b22;
    margin-top: 72px;
}
.about-page .about-4 .box .left .more::after {
    background: var(--black);
}
.about-page .about-4 .box .left .more:hover {
    color: var(--white);
}
.about-page .about-4 .box .right {
    vertical-align: middle;
}
.about-page .about-4 .box .right ul {
    max-width: 602px;
    margin: 0 0 0 auto;
}
.about-page .about-4 .box .right ul li {
    line-height: 234px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box .right ul li img {
    display: inline-block;
    vertical-align: middle;
}
.about-page .about-4 .box .right ul li:first-child,
.about-page .about-4 .box .right ul li:last-child {
    background-color: #cf2b22;
}
.about-page .about-4 .box .right ul li:hover {
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}

span.tag {
    color: #cf2b22;;
    font-weight: 400;
    /*letter-spacing: 4px;*/
    /*text-transform: uppercase;*/
        font-family: var(--font);
    font-size: 16px;
    line-height: 30px;
}
.about-page .about-1 {
    padding: 135px 0 100px;
    /*background: url(../images/about-1-rig.jpg) center right no-repeat;*/
}
.about-page .about-1 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-page .about-1 .left {
    padding-right: 5%;
}
.about-page .about-1 .left h3 {
    line-height: 1.8;
    color: #000;
    margin-top: 20px;
	font-size: 30px;
    /*font-weight: bold;*/
        font-family: var(--font);
    margin-bottom: 15px;
    /*text-transform: uppercase;*/
}

.about-page .about-1 .left .content {
  line-height: 1.5;
    max-height: 30em;
    overflow-y: auto;
}

.about-page .about-1 .container .right video{
    display: block;
    width: 100%;
}
.about-page .about-2 {
    padding: 40px;
}
.about-page .about-2 {
    text-align: left;
}
.about-page .about-2 .culturebox {
    background: url(../images/Culture-2.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 25px;
}
.about-page .about-2 .culturebox ul{
  display: flex;
  flex-wrap: wrap;
}
.about-page .about-2 .culturebox ul li .item {
    color: #fff;
    position: relative;
    height: 100%;
    padding: 0 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 200px;
    padding-bottom: 100px;
    z-index: 3;
    overflow: hidden;

}
.about-page .about-2 .culturebox ul li .item:before{
    content:"";
       background: #cf2b22;
    opacity: .8;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    transition: .3s all;
    z-index: -1;
}
.about-page .about-2 .culturebox ul li .item:hover:before{
    transition: 0.3s all;
    top: 0;

}
.about-page .about-2 .culturebox ul li .item h5 {
    /*font-weight: 700;*/
    margin-bottom: 20px;
}
.about-page .about-2 .culturebox ul li .item p {
    color: rgba(255, 255, 255, 1);
    line-height: 2;
}
.about-page .about-3 {
    padding: 150px 0;
}
.about-page .about-3 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-page .about-3 .container .left {
    padding-left: 65px;
}
.about-page .about-3 .container .left .yearbox {
    height: 750px;
    overflow: hidden;
    position: relative;
}
.about-page .about-3 .container .left .yearbox svg {
    position: absolute;
    right: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 450px;
    height: 450px;
    z-index: 999;
    /*border: 2px solid #eee;*/
    border-radius: 100%;
}
.about-page .about-3 .container .left .yearbox svg path {
    fill: none;
    stroke: #cf2b22;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
    stroke-dasharray: 0,800;
    stroke-dashoffset: 0;
}
.about-page .about-3 .container .left .yearbox ul li {
    height: 250px;
}
.about-page .about-3 .container .left .yearbox ul li h4 {
    line-height: 300px;
    color: #f8f8f9;
    font-weight: 700;
    position: relative;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.about-page .about-3 .container .left .yearbox ul li h4:before {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    left: 0;
    height: 100%;
    background: #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.about-page .about-3 .container .left .yearbox ul .slick-current li h4 {
    color: #cf2b22;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.about-page .about-3 .container .left .yearbox ul .slick-current li h4:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0%;
    left: 0;
    height: 100%;
    background: #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.about-page .about-3 .container .right {
    text-align: right;
}
.about-page .about-3 .container .right ul {
    max-width: 500px;
    margin-left: auto;
    margin-right: 80px;
}
.about-page .about-3 .container .right ul li {
    text-align: left;
    padding-bottom: 65px;
    padding-top: 30px;
}
.about-page .about-3 .container .right ul li span {
    color: #aaa;
}
.about-page .about-3 .container .right ul li h5 {
    margin-top: 20px;
}
.about-page .about-4 {
    height: 750px;
    position: relative;
    background: url(/ss-strips/2025/08/13/abbeijingtu.png) center center no-repeat;
    background-size: cover;
    padding-top: 500px;
}
.about-page .about-4::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.about-page .about-4 .content {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 60px;
}
.about-page .about-4 .container p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 25px;
    line-height: 32px;
}
.about-page .about-4 ul{
    margin: -10px;
}
.about-page .about-4 ul li{
    padding: 10px;
    text-align: center;
}
.about-page .about-4 ul li a{
    background: white;
    display: block;
    padding: 10px;
}
.about-page .about-4 ul li img{
    margin: auto;
}
.about-page .about-4 ul.slick-dots {
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0;
	padding-top:15px;
}
.about-page .about-4 ul.slick-dots li {
	width:10px;
	height:10px;
	border-radius:100%;
	background-color:white;
	margin:0 10px;
	cursor:pointer;
	cursor:hand;
	padding:0;
	transition:.5s;
}
.about-page .about-4 ul.slick-dots li.slick-active {
	background-color:#cf2b22;
}
.about-page .about-4 ul.slick-dots li button {
	display:none;
}
.about-page .about-5 {
    padding: 100px 0;
    text-align: center;
}
.about-page .about-5 p {
    margin-top: 20px;
    margin-bottom: 35px;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
}
.about-page .about-5 .samplelist ul {
  margin: 0 -35px;
}
.about-page .about-5 .samplelist li {
    padding: 0 35px;
}

@media screen and (max-width: 1400px) {
    .about-page .about-1 {
        padding: 120px 0;
    }
    .font-260 {
        font-size: 150px;
        line-height: 165px!important;
    }
    .about-page .about-3 .container .left .yearbox {
        height: 600px;
    }
    .about-page .about-3 .container .left .yearbox ul li {
        height: 200px;
    }
    .about-page .about-3 .container .right ul li {
        text-align: left;
        padding-bottom: 20px;
        padding-top: 20px;
        position: relative;
    }

    .complete-page .complete2 .container .bottom .honorbox {
        padding-bottom: 0;
        background: #fff;
    }
    .about-page .about-2 .culturebox ul li .item {
        padding: 0 15px;
        padding-top: 50px;
        padding-bottom: 50px;
        position: relative;
    }

}
@media screen and (max-width: 1200px) {
    .font-28 {
        font-size: 20px;
        line-height: 1.8;
    }
    
    .about-page .about-3 .container .left .yearbox ul li {
        height: 150px;
    }
    .about-page .about-3 .container .left .yearbox {
        height: 450px;
    }
    .font-260 {
        font-size: 110px;
        line-height: 120px!important;
    }
}

@media screen and (max-width: 1000px) {
  .about-page .about-4 span.tag {
    font-size: 24px;
    line-height: 1.4;
  }

  .about-page .about-5 span.tag {
    font-size: 24px;
  }

    .about-page .about-1 {
        background: #fff;
    }
    .about-page .about-1 .left {
        padding-right: 20px;
    }
    .about-page .about-2 .culturebox ul li {
      width: 50%!important;
    }
    .about-page .about-3 .container .left {
        display: none;
    }
    .about-page .about-3 .container .right {
        width: 100%;
    }
    .about-page .about-4 {
        height: 500px;
        padding-top: 130px;
    }
    .about-page .about-5 {
        padding: 60px 0;
        text-align: center;
    }
    .about-page .about-5 .samplelist ul {
      margin: 0 -15px;
    }
    .about-page .about-5 .samplelist li {
      padding: 0 15px;
    }
    .font-127 {
        font-size: 82px;
    }
}
@media screen and (max-width: 768px) {
  .about-page .about-1 .left {
      width: 100%;
      margin-bottom: 40px;
      padding-right: 0;
  }
  .about-page .about-1 .container .right {
      width: 100%;
  }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 {
        padding: 20px 0;
    }
    
    
    .about-page .about-2 {
        padding: 20px 0;
    }
    .about-page .about-3 {
        padding: 20px 0;
    }
    
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .culturebox ul li {
    width: 100%!important;
  }
  .about-page .about-2 .culturebox ul li .item {
    height: auto;
    padding: 30px 15px;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
    .about-page .about-4{
        height: 610px;
    }
}
.about-his{
    margin: 80px 0;
}
.about-his .container span.gd {
    color: #cf2b22;
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 120px;
    width: 25%;
    text-align: right;
    display: block;
    font-weight: bold;
    line-height: 1;
}
.about-his .container span.gd.active {
    /*position: absolute;
    top: 20px;
    left: 0;*/
}
.about-his .container .yearbox {
    width: 75%;
    margin-left: auto;
    margin-right: 0;
}
.about-his .container .yearbox ul {
    width: 100%;
}
.about-his .container .yearbox ul li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*.about-his .container .yearbox ul li.active h4 {
       background: #cf2b22;
}*/
.about-his .container .yearbox ul li h4 {
     -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
    color: #ccc;
    font-weight: bold;
    margin-right: 40px;
    width: 35%;
}
.about-his .container .yearbox ul li.active h4{
  color: #cf2b22;
}
.about-his .container .yearbox ul li .textbox {
    max-width: 480px;
    padding: 40px 0;
}
.about-his .container .yearbox ul li .textbox span {
    color: #cf2b22;
}
.about-his .container .yearbox ul li .textbox h5 {
    margin-top: 20px;
    line-height: 36px;
}
@media screen and (max-width: 700px) {
    .about-his .container span.gd {
        display: none;
    }
    .about-his .container .yearbox ul li h4 {
        display: none;
    }
    .about-his .container .yearbox {
        width: 100%;
    }
    .about-his .container .yearbox ul li .textbox {
        padding: 20px 0;
    }
}
.inner-page .m-page {
    text-align: center;
    margin-top: 60px;
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    display: inline-block;
    margin-right: 31px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background: #cf2b22;
    color: white;
}
.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}
.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #f7f7f7;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  /*font-weight: bold;*/
  color: #242424;
      font-family: var(--font);
  line-height: 1.8;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: white;
  font-size: 18px;
  color: #8e8e8e;
  padding: 0 .7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type="submit"] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/icon-search3.png") center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 1.8;
  color: #8e8e8e;
  padding: .5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid #cf2b22;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  border-radius: 100%;
}
.inner-page .sideBarBox .sideBarRight .nav ul li.active,
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: #cf2b22;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  /*width: 34%;*/
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 2;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 1.5;
  margin-top: .3em;
  display: block;
}
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 430px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: white;
  line-height: 2;
  padding: 2em;
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 690px;
}
.news-page .sideBarLeft .list ul li a.img-box time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: #cf2b22;
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: #cf2b22;
}
.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 100px;
  font-size: 16px;
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: #cf2b22;
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 1em 0;
}
.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  /*text-transform: uppercase;*/
  line-height: 1.8;
  border-bottom: 1px solid #cf2b22;
  color: #cf2b22;
}
.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid #cf2b22;
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
@media screen and (max-width: 1600px) {
  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }
  .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: 22px;
    line-height: 1.6;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
  }
  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }}
  @media screen and (max-width: 1230px) {
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }
  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }}
  @media screen and (max-width: 1000px) {
      .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }}
  @media screen and (max-width: 700px) {
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }

  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
  }}
  .news-page .sideBarLeft .list ul li .content a.link:hover {
  color: #242424;
  border-color: #242424;
}
.news-page .sideBarLeft .list ul li .content a.link:hover:after {
  border-color: #242424;
}
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
    .newdet-page{
    padding-top: 50px!important;
  }
}
.newdet-page .sideBarLeft time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: .25em 1em;
  border-radius: 1.5em;
  background: #cf2b22;
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}
.newdet-page .sideBarLeft h1 {
font-size: 28px;
    font-family: var(--font);
    color: #242424;
    line-height: 1.4;
    display: block;
    margin: 2em 0 1em;
}
.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.newdet-page .sideBarLeft .share {
  font-size: 16px;
  line-height: 30px;
  color: #bfbfbf;
  font-family: var(--font);
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sideBarLeft .share a:hover {
  color: #cf2b22;
}
.newdet-page .sideBarLeft .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}
.newdet-page .sideBarLeft .m-link .prev {
  margin-right: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .prev a.link img {
  margin-right: .5em;
}
.newdet-page .sideBarLeft .m-link .next {
  margin-left: 20px;
  width: 100%;
}
.newdet-page .sideBarLeft .m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.newdet-page .sideBarLeft .m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .sideBarLeft .m-link a.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  color: #242424;
  margin-bottom: .5em;
}
.newdet-page .sideBarLeft .m-link .btnBox {
  padding: 20px;
  background: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sideBarLeft .m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.newdet-page .sideBarLeft .m-link .btnBox .text {
  margin-left: 15px;
}
.newdet-page .sideBarLeft .m-link .btnBox .text time {
  font-size: 16px;
  color: #8e8e8e;
  margin: 0;
}
.newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .1em;
  display: block;
}
.newdet-page .sideBarLeft .publicForm span.h6 {
  /*font-weight: bold;*/
  font-size: 28px;
      font-family: var(--font);
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}



.newdet-page .form ul {
  margin: -15px -7px;
}
.newdet-page .form ul li {
  padding: 15px 7px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.newdet-page .form ul li input::-webkit-input-placeholder, .newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-moz-placeholder, .newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-moz-placeholder, .newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-ms-input-placeholder, .newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li textarea {
  height: 150px;
}
.newdet-page .form ul li input[type="submit"] {
  border: none;
  background: #cf2b22;
  color: white;
  /*font-weight: bold;*/
      font-family: var(--font);
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .form ul li input[type="submit"]:hover {
  background: #242424;
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}


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

  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    margin: 1em 0;
  }
  .newdet-page .sideBarLeft .content {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 16px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    padding: 10px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0 40px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }}
  @media screen and (max-width: 1230px) {

  .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
    line-height: 1.8; 
  }
}
@media screen and (max-width: 1000px) {
 

  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .newdet-page .form ul li input[type="submit"] {
    font-size: 14px;
    line-height: 2;
    padding: .5em;
  }
}
@media screen and (max-width: 700px) {
  
  .newdet-page .sideBarLeft .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }
  .newdet-page .sideBarLeft .m-link .btnBox a.img {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .sideBarLeft .m-link .prev {
    margin-right: 10px;
  }
  .newdet-page .sideBarLeft .m-link .next {
    margin-left: 10px;
  }
  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
  }
  .newdet-page .sideBarLeft time em {
    font-size: 14px;
  }
}
.contact-page {
  padding: 100px 0;
  position: relative;
}
.contact-page:after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("/ss-strips/2025/08/11/cebianlan555.png") center no-repeat;
  background-size: cover;
  right: 0;
  top: 5%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact-page .box .left {
  padding-right: 5%;
}
.contact-page .box .left .text {
  margin: 1em 0 1.5em;
}
.contact-page .box .left .form ul {
  margin: -13px -10px;
}
.contact-page .box .left .form ul li {
  padding: 13px 10px;
}
.contact-page .box .left .form ul li input {
  display: block;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  font-size: 16px;
  font-weight: normal;
  color: #120c0b;
  padding: .5em 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .left .form ul li input::-webkit-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-ms-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:focus {
  border-color: var(--color);
}
.contact-page .box .left .form ul li.mt {
  margin-top: 2em;
}
.contact-page .box .left .form ul li a.more {
  margin-top: 1em;
  background-color: #f3f3f3;
}
.contact-page .box .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .box .right {
  padding-left: 10%;
}
.contact-page .box .right span.h3 {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
}
.contact-page .box .right span.h3 em {
  color: var(--color);
}
.contact-page .box .right .text {
  margin-top: 1em;
}
.contact-page .box .right .info {
  font-size: 18px;
  color: #120c0b;
  font-weight: 300;
  margin: 2em 0 3em;
}
.contact-page .box .right .info li {
  margin-bottom: .8em;
}
.contact-page .box .right .info li:last-child {
  margin-bottom: 0;
}
.contact-page .box .right .info li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}
.contact-page .box .right .info li a i {
  width: 1.5em;
  text-align: center;
  height: 1.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .5em;
  color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .box .right .info li a i img {
  display: block;
  margin: 0 auto;
}
.contact-page .box .right .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .box .right .share a {
  font-size: 20px;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1em;
  color: #120c0b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .right .share a:hover {
  color: white;
  background-color: var(--color);
}
.contact-page .map {
  height: 500px;
  margin-top: 100px;
  background-color: #eee;
}
.contact-page .map iframe {
  height: 100%;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1600px) {
  span.h2 {
    font-size: 32px;
  }
  .contact-page .box .right .info
 {
    font-size: 16px;
  }


  .contact-page
   {
    padding: 80px 0;
  }}
  @media screen and (max-width: 1600px) {
     .contact-page .map {
    margin-top: 60px;
  }
   .contact-page .box .right span.h3 {
    font-size: 28px;
  }
  }
   @media screen and (max-width: 1450px) {
       span.h2 {
    font-size: 28px;
  }
    .contact-page{
padding: 60px 0;
    }
     .contact-page .box .right span.h3 {
    font-size: 24px;
  }
  .history-page .list li .box .left .img {
    height: 200px;
  }
  .contact-page .map {
    height: 400px;
  }
  .contact-page .box .right .info li {
    margin-bottom: .5em;
  }
  .contact-page .box .left .form ul li input {
    font-size: 14px;
  }
  .contact-page .box .left .form ul li.mt {
    margin-top: 1em;
  }
  .contact-page .box .right .info {
    margin: 1.5em 0 2em;
  }
  }
  @media screen and (max-width: 1250px) {
      span.h2 {
    font-size: 24px;
  }
      .contact-page .box .right {
    padding-left: 5%;
  }

  .contact-page .box .right span.h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .map {
    height: 300px;
  }
  }
   @media screen and (max-width: 1000px){
      span.h2 {
    font-size: 20px;
  }
     .contact-page .box .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .box .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .map {
    margin-top: 30px;
    height: 240px;
  }
  .contact-page .box .right .share a {
    font-size: 16px;
  }
 
  .contact-page .box .right .info
  {
    font-size: 14px;
    line-height: 2;
  }
  }
  @media screen and (max-width: 500px) {
      span.h2 {
    font-size: 18px;
    line-height: 1.8;
  }
    .contact-page{
      padding: 40px 0;
    }
  }
  a.more {
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 3.61111111em;
  height: 3.61111111em;
  padding: 0 2em 0 2.5em;
  /*border-left: 0.5em solid var(--color);*/
  position: relative;
  background-color: white;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
a.more:before {
  content: '';
  width: .5em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: var(--color);
  z-index: -1;
}
a.more:hover {
  color: white;
}
a.more:hover:before {
  width: 100%;
}
.faq-page {
  padding: 100px 0;
}
.faq-page .slideBarRight span.h3 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  color: #120c0b;
  display: block;
  line-height: 1.2;
}
.faq-page .slideBarRight .faqList {
  font-size: 20px;
  font-weight: normal;
  margin-top: 2em;
}
.faq-page .slideBarRight .faqList li {
  padding: .7em 0;
  line-height: 1.8;
}
.faq-page .slideBarRight .faqList li span.h6 {
  padding: 1em 4em 1em 1.5em;
  -o-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
  position: relative;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close {
  width: 1.75em;
  height: 1.75em;
  position: absolute;
  top: 1em;
  right: 1.1em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close:after,
.faq-page .slideBarRight .faqList li span.h6 i.close:before {
  content: '';
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: .25em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .slideBarRight .faqList li .text {
  padding: 1em 1.5em 0;
  font-weight: normal;
  color: var(--color);
  display: none;
}
.faq-page .slideBarRight .faqList li.active span.h6 {
  background-color: var(--color);
  color: white;
}
.faq-page .slideBarRight .faqList li.active span.h6 i.close {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq-page .slideBarRight .faqList li.active span.h6 i.close:after,
.faq-page .slideBarRight .faqList li.active span.h6 i.close:before {
  background-color: white;
}
@media screen and (max-width: 1600px) {
    .faq-page
  {
    padding: 80px 0;
  }
    .faq-page .slideBarRight .faqList {
    font-size: 18px;
  }
    .faq-page .slideBarRight span.h3{
    font-size: 28px;
  }
}
@media screen and (max-width: 1450px) {
   .faq-page
 {
    padding: 60px 0;
  }
    .faq-page .slideBarRight .faqList {
    font-size: 16px;
  }
    .faq-page .slideBarRight span.h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px){
    .faq-page .slideBarRight span.h3{
    font-size: 20px;
    line-height: 36px;
  }
    .faq-page .slideBarRight .faqList {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px){
    .faq-page
 {
    padding: 40px 0;
  }
}
.inner-page .slideBarBox .slideBarLeft {
  width: 30%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .slideBarLeft .border {
  border: 1px solid #bebebe;
  margin-bottom: 30px;
}
.inner-page .slideBarBox .slideBarLeft .border span.h6 {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  display: block;
}
.inner-page .slideBarBox .slideBarLeft .border.search {
  padding: 25px;
}
.inner-page .slideBarBox .slideBarLeft .border.search form {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 0 .8em;
  font-size: 14px;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input {
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input[type="submit"] {
  width: 22px;
  background: url("../images/icon-search.png") center center no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.nav span.h6 {
  padding: 25px;
  color: white;
  background-color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a {
  font-size: 22px;
  font-weight: 500;
  padding: 18px 25px;
  border-top: 1px solid #bebebe;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.fenlei{
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  color: var(--color);
  margin-bottom: 20px;
}
.miaoshu{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a.active {
  color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a {
  font-size: 18px;
  font-weight: normal;
  padding: 15px;
  padding-left: 35px;
}
.inner-page .slideBarBox .slideBarLeft .border.img {
  padding: 50px 25px;
  text-align: center;
  color: white;
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.h6 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.img hr {
  border: none;
  display: block;
  height: 1px;
  background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text {
  margin: 1.2em 0;
  color: inherit;
  font-weight: normal;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text p {
  font-size: 90%;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.phone {
  display: block;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  margin: 1em 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img a.btn {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  background-color: var(--color);
  line-height: 2.625em;
  height: 2.625em;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.inner-page .slideBarBox .slideBarLeft .border.hot {
  padding: 25px 30px;
}
.inner-page .slideBarBox .slideBarLeft .border.hot span.h6 {
  padding-bottom: 1em;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li,
.product-det-page .product-det-2 .left .navList ul li.hot ul li {
  padding: 7px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .img,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .img {
  width: 35%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0%;
  border: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content {
  padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.cat {
  font-weight: normal;
  font-size: 18px;
  color: var(--color);
  line-height: 1.2;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title {
  font-weight: 500;
  font-size: 22px;
  color: #120c0b;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title:hover,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title:hover {
  color: var(--color);
}
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span {
  padding: 0;
  background: transparent;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .img {
  width: 40%;
  border: none;
  padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content time {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content span.h5 {
  font-size: 16px;
  color: #120c0b;
  line-height: 1.8;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.inner-page .slideBarBox .slideBarLeft .border.mail {
  padding: 25px 30px;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input {
  display: block;
  line-height: 42px;
  height: 42px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  /*text-transform: uppercase;*/
  margin-top: 1.5em;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"] {
  border-bottom: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-webkit-input-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-ms-input-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:focus {
  border-color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"] {
  background-color: var(--color);
  text-align: center;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"]:hover {
  background-color: black;
}
.inner-page .slideBarBox .slideBarRight {
  width: 70%;
}
@media screen and (max-width: 1600px) {
    .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title {
    font-size: 20px;
  }
    .inner-page .slideBarBox .slideBarLeft .border.search,
  .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot,
  .inner-page .slideBarBox .slideBarLeft .border.mail {
    padding: 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.img {
    padding: 35px 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border span.h6 {
    font-size: 18px;
  }
    .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px){
    .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
  .inner-page .slideBarBox .slideBarLeft .border.search,
  .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot,
  .inner-page .slideBarBox .slideBarLeft .border.mail {
    font-size: 18px;
  }
    .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a
  {
    font-size: 16px;
  }
    .inner-page .slideBarBox .slideBarLeft .border.img span.phone {
    font-size: 14px;
  }
}
@media screen and (max-width: 1250px){
    .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slideBarBox .slideBarRight {
    width: 100%;
  }
    .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a{
    font-size: 14px;
    line-height: 28px;
  }
}
.factory-page {
  padding: 100px 0 80px;
}
.factory-page .bottom .list {
  margin: 90px 0;
}
.factory-page .bottom .list ul {
  margin: -35px -10px;
}
.factory-page .bottom .list ul li {
  padding: 35px 10px;
}
.factory-page .bottom .list ul li a.img-box {
  display: block;
}
.factory-page .bottom .list ul li a.img-box img {
  width: 100%;
}
.factory-page .bottom .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-zoom.png") center center no-repeat rgba(195, 13,35, 0.7);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .bottom .list ul li a.img-box:hover:after {
  opacity: 1;
}
.factory-page .bottom .list ul li span.h6 {
  font-size: 22px;
  font-weight: 500;
  color: #120c0b;
  display: block;
  margin-top: .5em;
}
@media screen and (max-width: 1600px) {
    .factory-page
 {
    padding: 80px 0;
  }
    .factory-page .bottom .list ul li span.h6{
    font-size: 20px;
  }
    .factory-page .bottom .list {
    margin: 50px 0;
  }

  .factory-page .bottom .list ul li{
    padding: 10px;
  }
  .factory-page .bottom .list ul{
    margin: -10px;
  }
}
@media screen and (max-width: 1450px) {
   .factory-page .bottom .list ul li span.h6 {
    font-size: 18px;
  }
  .factory-page{
    padding: 60px 0;
  }
  .factory-page .bottom .list ul li span.h6{
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px) {
  .factory-page .bottom .list ul li span.h6{
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
.factory-page{
    padding: 40px 0;
  }
}
.product-yd-page {
  padding-top: 100px;
}
.product-yd-page .bottom {
  margin-top: 40px;
}
.product-yd-page .bottom .slide {
  padding: 90px 0;
  position: relative;
}
.product-yd-page .bottom .slide .left {
  vertical-align: middle;
  padding: 0 5%;
  position: relative;
}
.product-yd-page .bottom .slide .right {
  vertical-align: middle;
  padding-left: 6%;
  position: relative;
}
.product-yd-page .bottom .slide .right span.h3 {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  display: block;
}
.product-yd-page .bottom .slide .right .text {
  margin: 1.3em 0;
  line-height: 1.6;
  padding-right: 1em;
  max-height: 16em;
  overflow-y: auto;
  overflow-x: hidden;
}
.product-yd-page .bottom .slide .right a.more {
  background-color: #f3f3f3;
}
.product-yd-page .bottom .slide:nth-child(even) {
  background-color: #f3f3f3;
}
.product-yd-page .bottom .slide:nth-child(even) .right a.more {
  background-color: white;
}
.product-yd-page .bottom .slide:nth-child(even) .left {
  left: 50%;
}
.product-yd-page .bottom .slide:nth-child(even) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 6%;
}
.product-yd-page .bottom .slide:nth-child(odd):after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("/ss-strips/2025/08/11/cebianlan555.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  background-size: contain;
  background-position: left center;
}
.product-yd-page .bottom .slide:nth-child(3n):after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 5%;
}
@media screen and (max-width: 1600px) {
   .product-yd-page{
     padding-top: 80px;
   }
     .product-yd-page .bottom .slide {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1450px) {
  .product-yd-page {
    padding-top: 60px;
  }
    .product-yd-page .bottom .slide .right span.h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px){
  .product-yd-page .bottom .slide .right span.h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px){
    .product-yd-page .bottom .slide .right span.h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px){
  .product-yd-page .bottom .slide .right {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
    margin-top: 20px;
  }
  .product-yd-page .bottom .slide .left {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }
  .product-yd-page .bottom .slide .left img {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .product-yd-page .bottom .slide:nth-child(odd):after {
    background-size: 15% auto;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page{
    padding-top: 40px;
  }
    .product-yd-page .bottom .slide .right .text {
    max-height: none;
    padding-right: 0;
  }
}
.TopTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.TopTitle .left {
  width: auto !important;
}
.TopTitle .left span.h2 {
  margin-right: 1.2em;
}
.TopTitle .right {
  width: auto !important;
  margin-top: 35px;
}
.TopTitle .right .list ul li {
  font-weight: 900;
  font-size: 20px;
  color: #b9b9b9;
  text-transform: uppercase;
  padding: .25em 1.2em;
  width: auto;
  display: inline-block;
  border-left: 1px solid #e8e8e8;
  margin-top: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.TopTitle .right .list ul li.active,
.TopTitle .right .list ul li:hover {
  color: var(--color);
}
@media screen and (max-width:1600px){
    .TopTitle .right .list ul li {
    font-size: 18px;
  }
   .TopTitle .right {
    margin-top: 30px;
  }
}
@media screen and (max-width:1450px){
  .faq-page .slideBarRight .faqList {
    font-size: 16px;
  }
    .TopTitle .right {
    margin-top: 20px;
  }
}
@media screen and (max-width:1250px){
  .TopTitle .right .list ul li {
    font-size: 14px;
  }
  .TopTitle .right {
    margin-top: 25px;
  }
}
@media screen and (max-width:1000px){
  .TopTitle .right {
    width: 100%;
  }
}
@media screen and (max-width:500px){
    .TopTitle .right .list ul li {
    padding: .2em 1em;
  }
}
.product-list-page .productList ul,
.prodet-product-link .productList ul {
  margin: -35px -6px;
}
.product-list-page .productList ul li,
.prodet-product-link .productList ul li {
  padding: 35px 6px;
}
/*.product-list-page .productList ul li a.img-box,
.prodet-product-link .productList ul li a.img-box {
  padding: 30px 15%;
}*/
/*.product-list-page .productList ul li a.img-box img,
.prodet-product-link .productList ul li a.img-box img {
  max-height: 250px;
  width: auto;
  margin: 0 auto;
  display: block;
}*/
.product-list-page .productList ul li:hover .content,
.prodet-product-link .productList ul li:hover .content,
.small-product-link .productList ul li:hover .content {
  -webkit-transform: translateY(-157%);
  -moz-transform: translateY(-157%);
  -ms-transform: translateY(-157%);
  transform: translateY(-157%);
}
/*.product-list-page .productList ul li:hover a.img-box img,
.prodet-product-link .productList ul li:hover a.img-box img,
.small-product-link .productList ul li:hover a.img-box img {
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}*/
.product-list-page {
  padding: 100px 0 130px;
}
@media screen and (max-width:1600px){
    .product-list-page
  {
    padding: 80px 0;
  }
}
@media screen and (max-width:1450px){
    .product-list-page{
    padding: 60px 0;
  }
    .product-list-page .productList ul li,
  .prodet-product-link .productList ul li {
    padding: 10px 5px;
  }
  .product-list-page .productList ul,
  .prodet-product-link .productList ul {
    margin: -10px -5px;
  }
}
@media screen and (max-width: 500px) {
    .product-list-page{
    padding: 40px 0;
  }
}
.productList ul {
  margin: -20px;
}
.productList ul li {
  padding: 20px;
}
.productList ul li a.img-box {
  display: block;
  /*padding: 70px 18% 40px;*/
  background-color: #f3f3f3;
  overflow: unset;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li a.img-box img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
.productList ul li .content {
  padding: 0 5%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .content span.h6 {
  font-weight: 500;
  font-size: 22px;
  color: #120c0b;
  display: block;
  padding: 1em 0 .7em;
  border-bottom: 1px solid #ececec;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.productList ul li .content .text {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 1em;
  padding: 0 5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  height: 4.8em;
}
.productList ul li:hover a.img-box {
  background-color: var(--color);
}
.productList ul li:hover a.img-box img {
  -webkit-transform: translateY(87%);
  -moz-transform: translateY(87%);
  -ms-transform: translateY(87%);
  transform: translateY(87%);
}
.productList ul li:hover .content {
  -webkit-transform: translateY(-310%);
  -moz-transform: translateY(-310%);
  -ms-transform: translateY(-310%);
  transform: translateY(-310%);
}
.productList ul li:hover .content span.h6 {
  color: white;
  border-bottom-color: white;
}
.productList ul li:hover .content .text {
  color: white;
}
@media (max-width: 1600px){
    .productList ul li .content span.h6 {
    font-size: 20px;
  }
  .productList ul li .content .text {
    font-size: 14px;
    line-height: 2;
    height: 5.6em;
  }
}
@media (max-width: 1450px){
     .productList ul li .content span.h6 {
    font-size: 18px;
  }
    .productList ul li:hover .content {
    -webkit-transform: translateY(-300%);
    -moz-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    transform: translateY(-300%);
  }
}
@media (max-width: 1250px){
   .productList ul li a.img-box {
    padding: 30px 18%;
  }
  .productList ul li:hover .content,
  .productList ul li:hover a.img-box img {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .productList ul li:hover .content span.h6 {
    color: #120c0b !important;
    border-bottom-color: #ececec !important;
  }
  .productList ul li:hover .content .text {
    color: #120c0b !important;
  }
  .productList ul li {
    padding: 5px;
  }
  .productList ul {
    margin: -5px;
  }
  .productList ul li .content .text {
    padding: 0;
  }
}
@media (max-width: 700px){
    .productList ul li .content span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
}
.product-det-page .product-det-2 .left .navList ul li.hot ul li {
  padding: 7px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-det-page .product-det-2 .left .navList ul li.hot ul li .img {
  width: 35%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0%;
  border: 1px solid #bebebe;
}

.product-det-page .product-det-2 .left .navList ul li.hot ul li .content {
  padding-left: 5%;
}

.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.cat {
  font-weight: normal;
  font-size: 18px;
  color: var(--color);
  line-height: 1.2;
}

.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title {
  font-weight: 500;
  font-size: 22px;
  color: #120c0b;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title:hover {
  color: var(--color);
}
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span {
  padding: 0;
  background: transparent;
}
.product-det-page .product-det-1 {
  padding: 100px 0 60px;
}
.product-det-page .product-det-1 .box {
  display: flex;
  flex-wrap: wrap;
}
.product-det-page .product-det-1 .left {
  width: 35%;
  vertical-align: middle;
}
.product-det-page .product-det-1 .left a {
  display: block;
  padding: 0%;
  border: 1px solid #bebebe;
}
.product-det-page .product-det-1 .left ul {
  margin: -10px;
}
.product-det-page .product-det-1 .left ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .left .smallImg {
  width: 100%;
margin-top: 25px;
}
.product-det-page .product-det-1 .left .smallImg .slick-current a {
  border-color: var(--color);
}
.product-det-page .product-det-1 .left .bigImg {
  width: 100%;
}
.product-det-page .product-det-1 .left .bigImg a {
  position: relative;
}
.product-det-page .product-det-1 .left .bigImg a:before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--color);
  background-image: url("../images/icon-zoom.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3%;
  right: 3%;
}
.product-det-page .product-det-1 .right {
  width: 65%;
  padding-left: 3.5%;
  vertical-align: middle;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*align-content: space-between;*/
}
.product-det-page .product-det-1 .right h1 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
  display: block;
}
.product-det-page .product-det-1 .right .text {
  margin: 2em 0 3em;
  line-height: 1.8;
  font-size: 16px;
  /*max-height: 9.6em;*/
  overflow: auto;
  height: 183px;
}
.product-det-page .product-det-1 .right a.more {
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 {
  padding-bottom: 60px;
  position: relative;
}
.product-det-page .product-det-2:before {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("") center no-repeat;
  background-size: cover;
  left: 0;
  top: 5%;
}
.product-det-page .product-det-2 .left {
  width: 23%;
  padding-right: 1%;
  /*position: -webkit-sticky;*/
  /*position: sticky;*/
  /*top: 100px;*/
}
.product-det-page .product-det-2 .left .navList {
  background-color: white;
}
.product-det-page .product-det-2 .left .navList ul {
  font-size: 20px;
  font-weight: 900;
}
.product-det-page .product-det-2 .left .navList ul li span {
  color: white;
  background-color: black;
  padding: 1.1em 2em;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li span i.fa {
  position: absolute;
  right: 5%;
  top: 1.3em;
  cursor: pointer;
  cursor: hand;
}
.product-det-page .product-det-2 .left .navList ul li ul {
  padding: .7em 2em;
  font-weight: 500;
  font-size: 110%;
  line-height: 1.2;
}
.product-det-page .product-det-2 .left .navList ul li ul li {
  padding: 1em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-right: 1em;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li ul li a:hover {
  color: var(--color);
}
.product-det-page .product-det-2 .left .navList ul li ul li a i.fa {
  position: absolute;
  top: 0;
  right: 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul {
  padding: .5em 0 .5em 1em;
  font-size: 75%;
  font-weight: normal;
  display: none;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li {
  padding: .5em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li a {
  padding-right: 0;
}
.product-det-page .product-det-2 .right {
  width: 77%;
}
.product-det-page .product-det-2 .right .prodet-content {
  max-width: 1250px;
}
.product-det-page .product-det-2 .right .prodet-content span.h3 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content span.h3:before {
  content: '';
  width: 2.66666667em;
  height: 3.19444444em;
  background: url("") center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-20%, -30%);
  -moz-transform: translate(-20%, -30%);
  -ms-transform: translate(-20%, -30%);
  transform: translate(-20%, -30%);
  z-index: -1;
}
.product-det-page .product-det-2 .right .prodet-content .pdl {
  padding-left: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .pdr {
  padding-right: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .logo {
  float: right;
}
.product-det-page .product-det-2 .right .prodet-content span.tag {
  margin-bottom: 3.5em;
}
.product-det-page .product-det-2 .right .prodet-content .table {
  font-size: 20px;
}
.product-det-page .product-det-2 .right .prodet-content table {
  font-weight: 300;
  line-height: 2;
  margin: -10px !important;
  width: auto !important;
}
.product-det-page .product-det-2 .right .prodet-content table em {
  font-weight: normal;
}
.product-det-page .product-det-2 .right .prodet-content table strong {
  color: var(--color);
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content table tr {
  background-color: transparent !important;
}
.product-det-page .product-det-2 .right .prodet-content table tr td {
  border: none !important;
  padding: 10px !important;
  vertical-align: top;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
  padding: 100px 0 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo {
  float: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
  font-size: 47px;
  margin-top: 1.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3:before {
  display: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
  padding-bottom: 25%;
  width: 100%;
  padding-right: 50%;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title {
  font-size: 36px;
  font-weight: 900;
  display: block;
  color: var(--color);
  text-transform: uppercase;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title:before {
  content: '';
  width: 3em;
  height: 2px;
  background-color: var(--color);
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
  font-size: 20px;
  margin: 2em 0 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
  margin: -30px -20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
  padding: 30px 20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 50px;
  text-align: center;
  margin-right: .5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i:before {
  content: '';
  width: 3.18181818em;
  height: 3.54545455em;
  background: url("") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  z-index: -1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text {
  margin-top: 2em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text p {
  margin-bottom: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text img {
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 {
  padding-top: 90px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
  margin-top: 6em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table {
  margin-top: 1.5em !important;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] {
  padding-bottom: 0 !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] strong {
  line-height: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table {
  margin-top: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table {
  margin: -5px !important;
  margin-bottom: 2.5em !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table td {
  padding: 5px !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table img {
  display: block;
  margin-left: auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text {
  margin-top: 1.5em;
  font-size: 22px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 {
  padding: 90px 0 150px;
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
  font-weight: normal;
  font-size: 22px;
  margin-top: 5em;
  background-image: url("../images/prodet-content-6-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: white;
  line-height: 1.2;
  padding: 1em 0;
  position: relative;
  z-index: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
  content: '';
  width: 42%;
  left: 27%;
  top: -5%;
  border-radius: inherit;
  background-color: var(--color);
  z-index: -1;
  position: absolute;
  height: 110%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text hr {
  border: none;
  border-top: 1px solid #080808;
  border-bottom: 2px solid #323134;
  display: block;
  margin: 1em 0;
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
  height: 165px;
  margin-bottom: 1.5em;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table {
  text-align: center;
  margin: 0 !important;
  line-height: inherit;
  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;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table tr {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td {
  vertical-align: bottom;
  padding: 0 2% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(1) {
  width: 27% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) {
  width: 42% !important;
  padding: 0 3% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) hr {
  border-top-color: #db8204;
  border-bottom-color: #f3ac48;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) {
  width: 31% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) .img img {
  max-height: 85%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 {
  padding-top: 90px;
  text-align: center;
  background: #e9e9e9;
  background: -webkit-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: -moz-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: linear-gradient(110deg, #e9e9e9, #e1e1e1);
  /* firefox */
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 span.h3 {
  margin-bottom: 2em;
  display: inline-block;
  z-index: 1;
  line-height: 1.4;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 {
  text-align: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8.txt-center {
  text-align: center !important;
}
/*.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.tag {
  margin-bottom: 1.2em;
}*/
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3 {
  margin-bottom: 2em;
  display: inline-block;
  z-index: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList {
  overflow: hidden;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
  margin: 0 -60px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
  padding: 0 60px;
}
@media screen and (max-width: 1600px) {
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-7{
    padding-top: 80px;
  }
    .product-det-page .product-det-1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6
  {
    padding: 80px 0;
  }
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text{
    font-size: 20px;
  }
   .product-det-page .product-det-2 .left .navList ul {
    font-size: 18px;
  }
  .product-det-page .product-det-2 .left .navList ul li ul {
    font-size: 100%;
  }
  .product-det-page .product-det-2 .left .navList ul li ul li {
    padding: .7em 0;
  }
  .product-det-page .product-det-2 .right .prodet-content {
    max-width: 1080px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
    padding: 60px 0;
    padding-left: 5%;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo img {
    max-height: 100px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
    font-size: 36px;
    margin-top: 1em;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .product-det2-page .product-det2-1 .right h1 {
    font-size: 28px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
  .product-det-page .product-det-2 .right .prodet-content .table {
    font-size: 18px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
    padding: 20px 15px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
    margin: -20px -15px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
    margin-top: 4em;
  }
  .product-det-page .product-det-2 .right .prodet-content .logo img {
    max-height: 40px;
  }
  .product-det-page .product-det-2 .right .prodet-content span.tag {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 1450px) {
    .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text{
    font-size: 18px;
  }
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-7 {
    padding-top: 60px;
  }
    .product-det-page .product-det-1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6{
    padding: 60px 0;
  }
    .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,

  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
  .product-det-page .product-det-2 .right .prodet-content .table {
    font-size: 16px;
  }
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3{
    font-size: 24px;
  }
  .product-det-page .product-det-2 .left .navList ul {
    font-size: 16px;
  }
}
@media (max-width: 1250px) {
  .product-det-page .product-det-2 .left .navList ul
  {
    font-size: 14px;
  }
 
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3 {
    font-size: 20px;
  }
  .product-det-page .product-det-2 .right {
    width: 100%;
  }
  .product-det-page .product-det-2 .left {
    display: none;
  }
  .product-det-page .product-det-2 .right .prodet-content {
    max-width: 970px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
    padding: 0 0 60px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo img {
    max-height: 70px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
    font-size: 28px;
  }
  
  /*.product-det-page .product-det-1 .right h1,*/
  /*.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .service-page .service-2 .list ul li span.h6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
  .product-det-page .product-det-2 .right .prodet-content .table,*/
  /*.product-det-page .product-det-1 .right .text,*/

  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
    height: 120px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
    padding: 0 10px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
    margin: 0 -10px;
  }
}
@media (max-width: 1000px) {
   .product-det-page .product-det-2 .right .prodet-content {
    max-width: 700px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
    font-size: 24px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .product-det2-page .product-det2-1 .right h1,
  .product-det2-page .product-det2-2 span.h3,
  .product-yd-page .bottom .slide .right span.h3 {
    font-size: 18px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p img {
    max-height: 24px;
  }
}
@media (max-width: 700px){
 .product-det-page .product-det-2 .right .prodet-content span.tag {
    margin-bottom: 2em;
  }
  .product-det2-page .product-det2-1 .left,
  .product-det-page .product-det-1 .right {
    width: 100%;
    padding-right: 0;
  }
  .product-det2-page .product-det2-1 .right,
  .product-det-page .product-det-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .product-det-page .product-det-1 .right {
    padding-left: 0;
  }
  .product-det-page .product-det-1 .left ul li {
    padding: 3px;
  }
  .product-det-page .product-det-1 .left ul {
    margin: -3px;
  }
  .product-det-page .product-det-1 .left .smallImg {
    padding-right: 6px;
  }
  .product-det-page .product-det-1 .left {
    width: 100%;
  }
  .product-det-page .product-det-1 .right {
    width: 100%;
  }
  .product-det-page .product-det-1 .right .text {
    margin: 1em 0;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
    padding-right: 0;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list {
    padding-right: 50%;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
    margin: -5px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
    width: 100%;
    padding: 5px;
  }
}
@media (max-width: 500px){
    .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-7{
    padding-top: 40px;
  }
    .product-det-page .product-det-1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 {
    padding: 40px 0;
  }
   .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
    width: 30px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i img {
    max-height: 30px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
    margin: 1em 0 1.5em;
  }
  .product-det-page .product-det-2 .right .prodet-content span.tag {
    margin-bottom: 2.5em;
  }
  .product-det-page .product-det-2 .right .prodet-content table tr td {
    display: block;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
    font-size: 12px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
    height: 90px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
    height: 106%;
    top: -3%;
  }
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-1 .wid-50 {
  background-size: 45% auto;
  background-position: right bottom;
  padding-right: 47%;
  padding-bottom: 3%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 {
  padding: 90px 0;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list {
  margin-top: 0;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide {
  margin-bottom: 45px;
  background: #f3f3f3;
  position: relative;
  border-radius: 5px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:last-child {
  margin-bottom: 0;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .img {
  vertical-align: middle;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .img img {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .content {
  padding: 0 3%;
  vertical-align: middle;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .content span.h6 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: .5em;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .content .text {

}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide span.num {
  font-size: 30px;
  font-weight: 900;
  line-height: 2em;
  height: 2em;
  padding: 0 .5em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white;
  position: absolute;
  top: 0;
  right: 3%;
  background-color: var(--color);
  min-width: 2em;
  text-align: center;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:nth-child(even) .img {
  left: 50%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:nth-child(even) .content {
  left: -50%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:nth-child(even) span.num {
  left: 3%;
  right: auto;
}
.product-det-page .product-det-2 .right .prodet-content .table2 {
  font-size: 20px;
  margin-top: 3em;
  line-height: 1.8;
  color: #120c0b;
}
.product-det-page .product-det-2 .right .prodet-content .table2 strong {
  font-weight: 600;
  margin-bottom: .5em;
}
.product-det-page .product-det-2 .right .prodet-content .table2 em {
  font-weight: 500;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table,
.product-det-page .product-det-2 .right .prodet-content .table2 table td {
  border: none;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table {
  margin: -25px !important;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table tbody {
  table-layout: fixed;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table td {
  padding: 25px !important;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table table {
  margin: 0 !important;
  font-weight: 400;
  text-align: center;
  font-size: .8em;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table table td {
  padding: .5em !important;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table table tr {
  border-bottom: 1px solid #dcdcdc;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table table tr:first-child {
  background-color: #f3f3f3 !important;
  border-bottom: none !important
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 {
  padding: 60px 0 100px;
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list {
  margin-top: 60px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul {
  margin: -20px -40px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li {
  padding: 20px 40px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box {
  border-radius: 6px;
  background: white;
  overflow: hidden;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img2 {
  position: absolute;
  right: 5%;
  bottom: 3%;
  max-width: 55%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img-box {
  height: 270px;
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img-box span {
  height: 60%;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  background: white;
  position: absolute;
  right: 6%;
  top: 10%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img-box span img {
  max-height: 100%;
  width: auto;
  max-width: none;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box .content {
  padding: 25px 35px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box .content span.h6 {
  font-size: 30px;
  font-weight: 600;
  display: block;
  line-height: 1.2;
  margin-bottom: .5em;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box .content a.more {
  font-size: 14px;
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 1em 0 1.5em;
  /*border-left-width: .4em;*/
}
.product-det-page .product-det-2 .right .prodet-content.krs .table table tbody {
  table-layout: fixed;
}
.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody table {
  font-size: inherit;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody table tr {
  border: none;
}
.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody hr {
  margin: 0;
  margin-bottom: 1em;
  border: none;
  height: 1px;
  display: block;
  width: 100%;
  background: #dcdcdc;
}
.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody table td {
  padding: 0 .5em 0 0 !important;
}
.product-det-page .product-det-2 .right .prodet-content.fps1.krs .prodet-content-1 .wid-50 {
  background-size: 40% auto;
  padding-right: 50%;
}
.inner-page .prodet-product-link .dotsBox {
  margin-top: 90px;
  text-align: center;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox .dots,
.inner-page .prodet-product-link .dotsBox li {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox button {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #ccc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
  border: none;
}
.inner-page .prodet-product-link .dotsBox .prev:after,
.inner-page .prodet-product-link .dotsBox .next:after,
.inner-page .prodet-product-link .dotsBox button:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .prodet-product-link .dotsBox .prev:hover,
.inner-page .prodet-product-link .dotsBox .next:hover,
.inner-page .prodet-product-link .dotsBox button:hover,
.inner-page .prodet-product-link .dotsBox .slick-active button {
  background: var(--color);
  color: #fff;
}
@media screen and (max-width: 1600px) {
   .inner-page .prodet-product-link .dotsBox {
    margin-top: 50px;
  }
    .inner-page .prodet-product-link .dotsBox .prev,
  .inner-page .prodet-product-link .dotsBox .next,
  .inner-page .prodet-product-link .dotsBox button {
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 1450px) {
    .inner-page .prodet-product-link .dotsBox {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
    .inner-page .prodet-product-link .dotsBox .prev,
  .inner-page .prodet-product-link .dotsBox .next,
  .inner-page .prodet-product-link .dotsBox button {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}
.text-hide {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
  .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic>div {
        padding: 60px 0;
    }

    .seoPublic>div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .left img {
        width: 100%;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li a.img-box img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: var(--color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        padding: 10px 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
            position: relative;
        }

        #cp-Nav .nav div.title i{
            position: absolute;
            top: 12px;
            right: 10px;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav>ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic>div {
            padding: 30px 0;
        }

        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
      @media screen and (max-width: 1700px) {
      #index-body .init-4 .container .swiper3 .swiper-slide{
        background-size: cover !important;
      }
    }
    .product-det-page .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
}
.product-det-page .options span {
  font-size: 18px;
  font-weight: 400;
  /*width: 360px;*/
  color: #000;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-det-page .options span i {
  color: #bfbfbf;
}
.product-det-page .options span.active {
  background-color: var(--color);
  border-bottom-color: transparent;
  color: #fff;
}
.product-det-page .ret {
  margin-top: 40px;
  font-size: 18px;
  color: #242424;
  line-height: 1.6;
}
.product-det-page .ret table tbody {
  /*table-layout: fixed;*/
}
.product-det-page .ret table tr:first-child {
  background-color: #014099;
  color: white;
}
.product-det-page .ret table tr td {
  text-align: center;
  padding: .1em;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .product-det-page .about-page .grid-box.two>.column{
  width: 100%
}
  .product-det-page .options span{
    font-size: 14px;
  }
}
@media screen and (max-width: 700px){
  .product-det-page .options{
    flex-wrap: wrap
  }
  .product-det-page .options{
    border-bottom: none;
  }
    .product-det-page .options span{
    width: 100%
  }
}

.product-det-page .about-page .about-1{
  padding: 50px 0 ;
}
.product-det-page .about-page  span.tag{
  margin-bottom: 30px !important;
}
.our-case .list {
  margin-top: 30px;
}
.our-case .list li {
  padding: 10px;
}
.our-case .list li .cate {
  margin-top: 35px;
  color: #919191;
  font-weight: 500;
}
.our-case .list li .name {
  font-size: 24px;
  font-weight: 500;
}
.our-case .dots {
  margin-top: 40px;
  text-align: center;
}
.our-case .dots li {
  margin: 0 13px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #414141;
}
.our-case .dots li button {
  display: none;
}
.our-case .dots li.slick-active {
  background-color: var(--color);
}
@media (max-width: 1400px) {
    .our-case .list li .name {
    font-size: 20px;
  }
}
.newdet-tt-page .wpulike.wpulike-default {
  display: inline-block;
}
.newdet-tt-page {
  padding: 60px 0;
}
.newdet-tt-page .news-content .title {
  font-size: 40px;
    font-weight: 600;
}
.newdet-tt-page .news-content a.img-box {
  display: block;
}
.newdet-tt-page .news-content a.img-box img {
  width: 100%;
}
.newdet-tt-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #da251c none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-tt-page .news-content .tag {
  font-size: 14px;
  color: #828893;
  font-weight: 400;
}
.newdet-tt-page .news-content .tag em {
  color: black;
}
.newdet-tt-page .news-content .tag h6,
.newdet-tt-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-tt-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-tt-page .news-content .tag div i {
  color: #da251c;
  margin-right: 5px;
}
.newdet-tt-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
      font-size: 17px;
    line-height: 33px;
}
.newdet-tt-page .news-content .content p {
  padding: 5px 0;
}
.newdet-tt-page .news-content .share {
  text-align: left;
}
.newdet-tt-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  color: #333;
  font-size: 16px;
}
.newdet-tt-page .news-content .share ul {
  display: inline-block;
}
.newdet-tt-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-tt-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-tt-page .news-content .share ul li a:hover {
  color: white;
  background: #da251c;
}
.newdet-tt-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-tt-page .news-content .m-link a {
  font-size: 16px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-tt-page .news-content .m-link a:hover {
  color: #da251c;
  text-decoration: underline;
}

@media (max-width:1000px) {
  .newdet-tt-page .news-content .title {
    font-size: 24px;
  }
}
.tab {
	border-bottom:1px solid #e1e1e1;
  font-size: 0;
}
.tab-list {
	width:20%;
  display: inline-block;
	text-align:center;
	padding:24px 0;
	border-left:1px solid #e1e1e1;
	position:relative;
}
.tab-list:last-child {
	border-right:1px solid #e1e1e1;
}
.tab-list:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:0%;
	height:2px;
	background:#fd2318;
	transition:width cubic-bezier(.47,-.01,.09,1.08) .6s;
}
.tab-list:hover p,
.tab-list.active p {
	transform:translateY(-60px);
}
.tab-list:hover i,
.tab-list.active i {
	transform:translateY(-60px);
}
/*.tab-list:hover:after {
	width:100%;
}*/
.tab-list:hover:after,
.tab-list.active:after {
	width:100%;
}

.tab-list.this p {
	transform:translateY(-60px);
}
.tab-list.this i {
	transform:translateY(-60px);
}
.tab-list.this:after {
	width:100%;
	right:auto;
	left:0;
}
.tab-list .effect {
	overflow:hidden;
}
.tab-list i {
	width:40px;
	height:40px;
	margin-right:20px;
  display: inline-block;
  vertical-align: middle;
	position:relative;
	transition:transform ease .5s;
	-ms-transition:transform ease .5s;
	-o-transition:transform ease .5s;
	-webkit-transition:transform ease .5s;
	-moz-transition:transform ease .5s;
}

.tab-list:nth-child(1) i:after {
    background: url(../images/tab-icon1-c.png) no-repeat center;
}
.tab-list:nth-child(2) i:after {
    background: url(../images/tab-icon2-c.png) no-repeat center;
}
.tab-list:nth-child(3) i:after {
    background: url(../images/tab-icon3-c.png) no-repeat center;
}

.tab-list i:after {
	content:'';
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	transition:transform ease .4s;
	-ms-transition:transform ease .4s;
	-o-transition:transform ease .4s;
	-webkit-transition:transform ease .4s;
	-moz-transition:transform ease .4s;
	transform:translateY(60px);
}
.tab-list p {
  display: inline-block;
  vertical-align: middle;
      font-weight: 500;
	font-size:14px;
	/*color:#666;*/
	transition:transform ease .4s;
	-ms-transition:transform ease .4s;
	-o-transition:transform ease .4s;
	-webkit-transition:transform ease .4s;
	-moz-transition:transform ease .4s;
	position:relative;
}
.tab-list p:after {
	content:attr(data-hover);
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	color:#fd2318;
	transform:translateY(60px);
}

@media (max-width:1000px) {
  section.tab {
    display: none;
  }
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 1.5px
}

::-webkit-scrollbar-button {
    display: none
}

::-webkit-scrollbar-track {
    background-color: #eee
}

::-webkit-scrollbar-thumb {
    background-color: var(--color)
}
