@font-face {
  font-family: 'jccy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'jccy';
  src: url('../fonts/roboto-regular.eot');
  src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular.woff2') format('woff2'), url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'jccy';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
body {
  font-family: "jccy";
  max-width: 1920px;
  --color: #d9272c;
  font-weight: 400;
  margin: 0 auto;
}
.container {
  width: 1660px;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  right: 0;
  background-color: #f0f0f0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 100px;
}
#header .nav .ui.menu .logo {
  margin-right: auto;
  margin-left: auto;
}
#header .nav .ui.menu .box {
  width: 60%;
  margin: 0;
}
#header .nav .ui.menu .box form {
  height: 30px;
  background-color: white;
}
#header .nav .ui.menu .box form input {
  width: 100%;
  border: none;
  padding: 0 1.2em;
}
#header .nav .ui.menu .box form button {
  width: 40px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
  border: none;
}
#header .nav .ui.menu .menu-box {
  height: 50%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box > div:first-child {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 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;
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0;
  width: 220px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  display: none;
  flex-wrap: wrap;
  z-index: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-338635 ul.sub-menu li ul {
  width: 300%;
}
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-338635 ul.sub-menu li ul li {
  width: 220px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: flex;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .yuy span i.iconfont-xiasanjiao {
  font-size: .7em;
}
#header .nav .ui.menu .msg {
  margin-right: auto;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .msg:hover {
  background-color: black;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  right: 5%;
  width: 90%;
}
.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: 18px;
  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;
  left: 15px;
  top: 12px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  background-size: 20px auto;
  position: absolute;
  left: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-right: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  right: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  left: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 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;
}
#mobile #menu-on,#mobile .h-search {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile .h-search {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: auto;
}
#mobile .h-search img {
  max-width: 20px;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-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.active i {
  transform: rotate(90deg);
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-right: 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%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-right: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .menu-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:1em;
}
#mobile .menu-content .menu-list ul li ul {
  display: none;
}
#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;
  left: 0;
  top: 0;
  border-radius: 0;
}
#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-left: 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-left: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(50%) rotateZ(45deg);
  -moz-transform: translateX(50%) rotateZ(45deg);
  -ms-transform: translateX(50%) rotateZ(45deg);
  transform: translateX(50%) rotateZ(45deg);
  top: 12px;
  margin-right: 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%) rotateZ(-45deg);
  transform: translateX(50%) rotateZ(-45deg);
  top: 28px;
  margin-right: 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;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
span.h2 {
  line-height: 1.2;
}
.more {
  height: 3em;
  min-width: 10em;
  padding: 0 1em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  background-color: black;
}
.text {
  line-height: 1.66666667;
  color: #666;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content span.h6 {
  color: var(--color);
}
#banner li .content .wid-42 span {
  padding: 13px;
  position: relative;
  border-radius: 100%;
}
#banner li .content .wid-42 span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: -2%;
  top: 0;
  background-image: url('../images/4576568658.png');
  background-size: contain;
  background-position: center;
  filter: grayscale(1);
  transition: .5s;
}
#banner li .content .wid-42 span:hover:before {
  filter: unset;
}
#banner li .content .wid-42 span img {
  border-radius: inherit;
  position: relative;
  z-index: 1;
}
#banner li .content .page {
  width: 350px;
  max-width: 100%;
  line-height: 1;
}
#banner li .content .page .line {
  height: 1px;
  background-color: #ccc;
  width: 100%;
}
#banner li .content .page .dots span {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
#banner li .content .page .dots span:before {
  content: '';
  width: .25em;
  height: .25em;
  border-radius: 100%;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#banner li .content .page .dots span.active {
  border-color: var(--color);
}
#banner li .content .page .dots span.active:before {
  width: .4em;
  height: .4em;
  background-color: var(--color);
}
#banner li .content .page .prev,
#banner li .content .page .next {
  cursor: pointer;
  cursor: hand;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner li .content .page .prev:hover,
#banner li .content .page .next:hover {
  color: var(--color);
}
#banner li.one .content {
  text-align: center;
  top: 25%;
}
#banner li.two .content img {
  margin-right: -5%;
}
#banner li.three .content img {
  margin-right: -2%;
}
#index-body .init-1 {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20.26041667%;
}
#index-body .init-1 .bottom {
  position: relative;
}
#index-body .init-1 .bottom .box {
  background-color: #f7f7f7;
  overflow: hidden;
}
#index-body .init-1 .bottom .box .tagTop {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
#index-body .init-1 .bottom .box .cat {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .bottom .box .cat span {
  height: 2.1em;
  padding: 0 1em;
  background-color: white;
  color: #666;
}
#index-body .init-1 .bottom .box .cat a.link {
  width: 2.1em;
  background-color: var(--color);
  color: white;
  transition: .5s;
}
#index-body .init-1 .bottom .box span.h6,
#index-body .init-1 .bottom .box span.h5 {
  line-height: 1.5;
}
#index-body .init-1 .bottom .box span.h5 {
  margin-top: -3em;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .bottom .box .content {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .bottom .box .text {
  font-weight: normal;
}
#index-body .init-1 .bottom .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-1 .bottom .slick-slide:nth-child(2) ~ .slick-slide .box .cat a.link {
  opacity: 0;
}
#index-body .init-1 .bottom .slick-slide:nth-child(2) ~ .slick-slide .box .content {
  margin-bottom: -30%;
  opacity: 0;
}
#index-body .init-1 .bottom .slick-active.slick-slide .box span.h5 {
  margin-top: .5em;
  opacity: 1;
}
#index-body .init-1 .bottom .slick-active.slick-slide .box:hover span.h5 {
  margin-top: -3em;
  opacity: 0;
}
#index-body .init-1 .bottom .slick-active.slick-slide .box:hover .cat a.link {
  opacity: 1;
}
#index-body .init-1 .bottom .slick-active.slick-slide .box:hover .content {
  margin-bottom: 0;
  opacity: 1;
}
#index-body .init-1 .bottom .slickBtn > div {
  border-radius: 0;
  background-color: #f7f7f7;
  color: #666;
}
#index-body .init-1 .bottom .slickBtn > div:hover {
  background-color: var(--color);
  color: white;
}
#index-body .init-2 .box .left ul {
  height: 100%;
  position: relative;
}
#index-body .init-2 .box .left ul:before {
  content: '';
  width: 2px;
  background-color: #333;
  height: 100%;
  position: absolute;
  right: .5em;
  top: 0;
  margin-right: -1px;
}
#index-body .init-2 .box .left ul li span.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  position: relative;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .left ul li span.dots:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: inherit;
  background-color: var(--color);
}
#index-body .init-2 .box .left ul li > i {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .left ul li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .left ul li .text {
  line-height: 1.4;
  max-height: 4.2em;
  overflow: auto;
  padding-left: .5em;
}
#index-body .init-2 .box .left ul li .text::-webkit-scrollbar-track {
  background-color: #edc9ca;
}
#index-body .init-2 .box .left ul li .text::-webkit-scrollbar {
  width: 4px;
}
#index-body .init-2 .box .left ul li.active span.dots {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: #333;
}
#index-body .init-2 .box .left ul li.active > i {
  -webkit-filter: unset;
  filter: unset;
}
#index-body .init-2 .box .left ul li.active span.h6 {
  color: var(--color);
}
#index-body .init-2 .box .right {
  position: relative;
}
#index-body .init-2 .box .right .slide {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .right .slide .text {
  color: #333;
}
#index-body .init-2 .box .right .slide .text a {
  text-decoration: underline;
}
#index-body .init-2 .box .right .slide.active {
  opacity: 1;
  z-index: 1;
  position: relative;
}
#index-body .init-3 {
  position: relative;
  z-index: 3;
}
#index-body .init-4 {
  background-color: #f7f7f7;
}
#index-body .init-4 .text {
  line-height: 1.75;
}
#index-body .init-4 .list ul li {
  background-color: white;
  padding: .7% 1.5% 1.5%;
}
#index-body .init-4 .list ul li span.h2 {
  line-height: .9;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list ul li sub {
  vertical-align: baseline;
  font-weight: 500;
}
#index-body .init-4 .list ul li .icon span {
  position: relative;
}
#index-body .init-4 .list ul li .icon span img:last-child {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  opacity: 0;
}
#index-body .init-4 .list ul li .icon span img {
  transition: .5s;
}
#index-body .init-4 .list ul li:hover .icon span img {
  opacity: 0;
}
#index-body .init-4 .list ul li:hover .icon span img:last-child {
  opacity: 1;
}
#index-body .init-4 .list ul li .icon i {
  -webkit-filter: brightness(0) grayscale(1);
  filter: brightness(0) grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list ul li span.h6 {
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list ul li:hover span.h2 {
  color: var(--color);
}
#index-body .init-4 .list ul li:hover span.h6 {
  font-weight: bold;
  color: black;
}
#index-body .init-4 .list ul li:hover .icon i {
  -webkit-filter: unset;
  filter: unset;
}
#index-body .init-4 .slick2 img {
  -webkit-transition: 1.5s all, 0s z-index;
  -moz-transition: 1.5s all, 0s z-index;
  transition: 1.5s all, 0s z-index;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#index-body .init-4 .slick2 img.ie1 {
  left: -2%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  z-index: 2;
}
#index-body .init-4 .slick2 img.ie2 {
  left: -4%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 1;
}
#index-body .init-5 .box ul {
  height: 100%;
  padding: 15% 0 5%;
}
#index-body .init-5 .box ul span.h6 {
  font-weight: 600;
}
#index-body .init-5 .box ul a.link {
  text-decoration: underline;
}
#index-body .init-5 .box ul .text {
  line-height: 1.625;
  min-height: 6.5em;
}
#index-body .init-6 {
  background-color: #f7f7f7;
}
#index-body .init-6 .list {
  overflow: hidden;
}
#index-body .init-6 .list .slick-list {
  overflow: unset;
}
#index-body .init-6 .list .slick-list .slick-slide {
  -webkit-transform: scale(0.8) translateX(8%);
  -moz-transform: scale(0.8) translateX(8%);
  -ms-transform: scale(0.8) translateX(8%);
  transform: scale(0.8) translateX(8%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
#index-body .init-6 .list .slick-list .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .init-6 .list .slick-list .slick-slide.slick-current .box:before {
  opacity: 1;
}
#index-body .init-6 .list .slick-list .slick-slide.slick-current .box .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .init-6 .list .slick-list .slick-slide.slick-current ~ div {
  -webkit-transform: scale(0.8) translateX(8%);
  -moz-transform: scale(0.8) translateX(8%);
  -ms-transform: scale(0.8) translateX(8%);
  transform: scale(0.8) translateX(8%);
}
#index-body .init-6 .list ul {
  max-width: 630px;
  margin: 0 auto;
}
#index-body .init-6 .list ul .box {
  overflow: hidden;
}
#index-body .init-6 .list ul .box:before {
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background-image: -webkit-linear-gradient(bottom, black, transparent);
  background-image: -moz-linear-gradient(bottom, black, transparent);
  background-image: linear-gradient(to top, black, transparent);
  -webkit-filter: opacity(0.62);
  filter: opacity(0.62);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .list ul .box .content {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  padding: 5%;
  color: white;
  z-index: 1;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .list ul .box .content .text {
  color: inherit;
}
#index-body .init-6 .list ul .box .content .link {
  width: 2.2em;
  height: 2.2em;
  background-color: var(--color);
  color: white;
}
#index-body .init-7 .list li {
  height: 100%;
}
#index-body .init-7 .list .box {
  padding: 8% 5%;
  background-color: #f6f6f6;
  height: 100%;
}
#index-body .init-7 .list .box .text {
  margin-bottom: auto;
  margin-top: 0;
}
#index-body .init-7 .list .box hr {
  background-color: #8c8c8c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .list .box .moreTag {
  color: #949494;
}
#index-body .init-7 .list .box:hover hr {
  background-color: var(--color);
}
.filterTag {
  height: 3.88888889em;
}
.filterTag input {
  height: 100%;
  border: none;
  background-color: #f7f7f7;
  padding: 0 1.2em;
  width: 100%;
}
.filterTag input[type="submit"] {
  width: 4.44444444em;
  padding: 0;
  background-image: url("../images/icon-search2.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.filterTag button {
  width: 9.33333333em;
  border: none;
  background-color: var(--color);
  color: white;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.filterTag button[type="submit"] {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.filterTag button[type="submit"]:hover {
  background-color: black;
}
.filterTag .drop {
  width: 100%;
  position: relative;
}
.filterTag .drop input + i {
  background-color: #f7f7f7;
}
.filterTag .drop input + i.active img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filterTag .drop ul {
  width: 100%;
  background-color: white;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 1em;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  text-align: right;
  font-size: .9em;
  display: none;
  z-index: 2;
  max-height: 350px;
  overflow: auto;
}
.filterTag .drop ul li {
  border-bottom: 1px #eee dashed;
  padding: .5em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.filterTag .drop ul li em {
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.filterTag .drop ul li:hover {
  background-color: var(--color);
  color: white;
}
.filterTag .drop ul li:hover em {
  color: white;
}
#footer {
  background-color: #f0f0f0;
}
.footer-top.partners .ui.container {
  max-width: 1200px;
}
.footer-top form input,
.footer-top form textarea {
  width: 100%;
  border: none;
  background-color: white;
  height: 3em;
  padding: .5em 1.42857143em;
}
.footer-top form input::-webkit-input-placeholder,
.footer-top form textarea::-webkit-input-placeholder {
  color: #999;
}
.footer-top form input:-moz-placeholder,
.footer-top form textarea:-moz-placeholder {
  color: #999;
}
.footer-top form input::-moz-placeholder,
.footer-top form textarea::-moz-placeholder {
  color: #999;
}
.footer-top form input:-ms-input-placeholder,
.footer-top form textarea:-ms-input-placeholder {
  color: #999;
}
.footer-top form input::placeholder,
.footer-top form textarea::placeholder {
  color: #999;
}
.footer-top form input[name="content"] {
  width: 32%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer-top form textarea {
  height: 100px;
}
.footer-top form .grid-span {
  grid-column:span 3;
}
.footer-top form button {
  width: auto;
  padding: 0 2em;
  border: none;
  min-width: auto;
}
.footer-top form button i {
  font-size: 1.28571429em;
}
#footer .footer-center .text {
  color: #333;
}
#footer .footer-center .share a {
  width: 1.57142857em;
  height: 1.57142857em;
  border-radius: 100%;
  background-color: white;
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-center .share a:hover {
  background-color: var(--color);
  color: white;
}
#footer .footer-center span.h3 {
  line-height: 1;
}
#footer .footer-center .nav {
  line-height: 1.4;
}
#footer .footer-center .nav li {
  color: #666;
  margin-bottom: 1em;
}
#footer .footer-center .nav li:last-child {
  margin-bottom: 0;
}
#footer .footer-center .nav li ul {
  display: none;
}
#footer .footer-center .nav li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-center .nav li a:hover {
  text-decoration: underline;
  color: #333;
}
#footer .footer-center .info {
  color: #666;
  max-width: 300px;
}
#footer .footer-center .info li {
  margin-bottom: .7em;
}
#footer .footer-center .info li:last-child {
  margin-bottom: 0;
}
#footer .footer-center #ewm {
  width: 110px;
  border: 3px solid white;
}
#footer .footer-bottom {
  border-top: 1px solid #d4d4d4;
}
#footer .footer-bottom .coy {
  color: #333;
}
#footer .footer-bottom .coy svg {
  max-height: 1.71428571em;
  width: auto;
  fill: #333;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy svg:hover {
  fill: var(--color);
}
#footer .footer-bottom .coy a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy a:hover {
  color: var(--color);
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .box {
    width: 70%;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .init-4 .list ul li {
    width: 49%;
  }
  #index-body .init-4 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .content .page {
    display: none;
  }
  #banner li .content .wid-42,
  #banner li .content .wid-53 {
    width: 100%;
    margin: 0;
  }
  #banner li .content .wid-42 span {
    padding: 0;
  }
  #banner li .content {
    top: 30%;
  }
  #banner li.one .content {
    top: 28%;
  }
  .filterTag {
    height: auto;
  }
  .filterTag > * {
    height: 42px;
  }
  .filterTag input[type="submit"] {
    width: 3em;
  }
  .filterTag .drop input + i {
    width: 3em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .filterTag .drop input + i img {
    max-width: 10px;
  }
  #index-body .init-5 .box ul .text {
    min-height: auto;
  }
  #index-body .init-5 .box .slide:nth-child(2) {
    display: none;
  }
  #index-body .init-5 .box ul {
    padding: 0;
  }
  #index-body .init-5 .box {
    gap: 7px;
  }
  #index-body .init-5 .box ul span.h6 img {
    max-width: 28px;
    max-height: 28px;
  }
  #index-body .init-7 .list .box .moreTag img {
    max-width: 20px;
  }
  #index-body .init-2 .box .left ul li > i {
    max-width: 28px;
  }
  .footer-top form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-top form input[name="content"] {
    width: 100%;
  }
  #footer .footer-center .slide:nth-child(2),
  #footer .footer-center .slide:nth-child(3) {
    display: none;
  }
  #footer .footer-center .slide:last-child {
    width: auto;
  }
  #footer .footer-bottom .coy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #footer .footer-center #ewm {
    display: none;
  }
  #index-body .init-2 .box .left ul li .text {
    max-height: none;
  }
  #index-body .init-1 .bottom .slick-slide .box span.h5 {
    margin-top: -3em !important;
    opacity: 0!important;
  }
  #index-body .init-1 .bottom .slick-slide .box .cat {
    margin-top: 0!important;
    opacity: 1!important;
  }
  #index-body .init-1 .bottom .slick-slide .box .content {
    margin-bottom: 0!important;
    opacity: 1!important;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-2 .box .left ul {
    gap: 20px;
  }
  #footer .footer-center .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  #footer .footer-center .box .slide {
    width: 100%;
  }
  #index-body .init-4 .list ul li {
    width: 100%;
    padding: 5%;
  }
  #index-body .init-4 .list ul li .icon span {
    max-width: 45%;
  }
  #index-body .init-4 .list ul li .icon i img {
    max-width: 25px;
  }
  .filterTag .search button {
    display: none;
  }
  #banner li .content .left {
    zoom: .6;
  }
  #banner li .content .more {
    display: none;
  }
  #banner li:not(.one) .content {
    top: 50%;
  }
  #banner li:not(.one) .content .left {
    max-width: 45%;
  }
  .font-26 {
    font-size: 16px;
  }
  #footer .footer-center .box .slide .logo img {
    max-height: 60px;
  }
  .footer-top form button i {
    font-size: 1.1em;
  }
}
.inner-banner {
  background-repeat: repeat-x;
  background-position: center right;
  background-size: 152vw auto;
  -webkit-animation: bgl 10s linear infinite;
  -moz-animation: bgl 10s linear infinite;
  animation: bgl 10s linear infinite;
}
@-webkit-keyframes bgl {
  from {
    background-position: center left 0;
  }
  to {
    background-position: center left -76vw;
  }
}
@-moz-keyframes bgl {
  from {
    background-position: center left 0;
  }
  to {
    background-position: center left -76vw;
  }
}
@keyframes bgl {
  from {
    background-position: center left 0;
  }
  to {
    background-position: center left -76vw;
  }
}
.inner-page .m-page > div {
  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;
  gap: .5em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 2em;
  height: 2em;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  border-color: var(--color);
  background-color: var(--color);
  color: white;
}
.inner-page .slideBarBox .slideBarLeft889{
  display: none;
}
.inner-page .slideBarBox .slideBarLeft {
  position: sticky;
  top: 120px;
 
}
.inner-page .slideBarBox .slideBarLeft span.cat {
  padding: 1em 10%;
  display: block;
  text-align: center;
  margin-top: .4em;
  background-image: linear-gradient(to top,#d9d9d9,#f8f8f8,#d9d9d9);
  color: #666;
}
.inner-page .slideBarBox .slideBarLeft .slide {
  padding: 13%;
  background-color: #f7f7f7;
}
.inner-page .slideBarBox .slideBarLeft .slide span.h6 {
  line-height: 1;
  cursor: pointer;
  cursor: hand;
}
.inner-page .slideBarBox .slideBarLeft .slide .tags {
  color: #333;
}
.inner-page .slideBarBox .slideBarLeft .slide .tags i {
  width: 1em;
  height: 1em;
  border: 1px solid #999;
}
.inner-page .slideBarBox .slideBarLeft .slide .tags a.active i {
  background-color: var(--color);
  border-color: var(--color);
}
.product-yd-page .list ul li:before {
  content: '';
  width: 100%;
  height: 30%;
  background-color: #f0f0f0;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .list ul li:hover:before {
  height: 100%;
}
.product-page .slideBarBox .slideBarRight ul li,
.classiccar-page20250704 .slideBarBox .slideBarRight .post ul li {
  border: 1px solid #d0d0d0;
  padding: 5%;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.product-page .slideBarBox .slideBarRight ul li .more,
.classiccar-page20250704 .slideBarBox .slideBarRight .post ul li .more {
  position: absolute;
  right: 50%;
  top: 100%;
  transform: translate(50%,-50%);
  background-color: #eee;
  color: #666;
}
.product-page .slideBarBox .slideBarRight ul li .more:hover,
.classiccar-page20250704 .slideBarBox .slideBarRight .post ul li .more:hover {
  background-color: var(--color);
  color: white;
}
.product-page .slideBarBox .slideBarRight form input {
  width: 100%;
  border: 1px solid #eee;
  padding: .7em 1em;
}
.product-page .slideBarBox .slideBarRight form button {
  padding: 0 1em;
  border: none;
  background-color: var(--color);
  color: white;
}
.product-page .slideBarBox .slideBarRight form button img {
  filter: brightness(0) invert(1);
}
.tagTop span.tag {
  height: 2.2em;
  padding: 0 1.6em;
  border-radius: 1.1em;
  background-color: #f7f7f7;
  color: #333;
}
.tagTop .cart {
  height: 2.2em;
  width: 2.2em;
  border-radius: 100%;
  background-color: #f7f7f7;
  color: #333;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.tagTop .cart i {
  font-size: 1.5em;
}
.product-page .slideBarBox .slideBarRight ul li:hover,
.classiccar-page20250704 .slideBarBox .slideBarRight .post ul li:hover {
  border-color: var(--color);
  color: var(--color);
}
li:hover .tagTop .cart,
.tagTop .cart.active {
  color: white;
  background-color: var(--color);
}
.ome-page .ome-1 .box {
  min-height: 430px;
  padding: 2%;
}
.ome-page .ome-1 .box .text {
  color: white;
}
.ome-page .ome-2 .box .left {
  max-width: 45%;
  position: relative;
}
.ome-page .ome-2 .box .left span.h2 {
  color: var(--color);
}
.ome-page .ome-2 .box .left span.h3 {
  color: #333;
}
.ome-page .ome-2 .box .left hr {
  max-width: 110px;
  margin-right: 0;
}
.ome-page .ome-2 .box .left .text {
  line-height: 2;
  min-height: 8em;
}
.ome-page .ome-2 .box .left .slickBtn > div {
  border-radius: 0;
  width: 2.5em;
  height: 2.5em;
  background-color: #f0f0f0;
  color: #858585;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ome-page .ome-2 .box .left .slickBtn > div.next {
  margin-right: .5em;
}
.ome-page .ome-2 .box .left .slickBtn > div:hover {
  color: white;
  background-color: var(--color);
}
.ome-page .ome-2 .box .right .map {
  padding: 26%;
  width: 560px;
  height: 560px;
  border-radius: 100%;
  position: relative;
}
.ome-page .ome-2 .box .right .number {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border: 1px solid #a8a8a8;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ome-page .ome-2 .box .right .number span {
  width: 2.66666667em;
  height: 2.66666667em;
  border-radius: 100%;
  background-color: #d8d8d8;
  color: white;
  position: absolute;
  -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;
  cursor: pointer;
  cursor: hand;
}
.ome-page .ome-2 .box .right .number span i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ome-page .ome-2 .box .right .number span:nth-child(1) {
  right: 0;
  top: 50%;
}
.ome-page .ome-2 .box .right .number span:nth-child(2) {
  right: 50%;
  top: 100%;
}
.ome-page .ome-2 .box .right .number span:nth-child(3) {
  right: 100%;
  top: 50%;
}
.ome-page .ome-2 .box .right .number span:nth-child(4) {
  right: 50%;
  top: 0;
}
.ome-page .ome-2 .box .right .number span.active {
  -webkit-transform: translate(50%, -50%) scale(1.5);
  -moz-transform: translate(50%, -50%) scale(1.5);
  -ms-transform: translate(50%, -50%) scale(1.5);
  transform: translate(50%, -50%) scale(1.5);
  background-color: var(--color);
}
.ome-page .ome-3 {
  background-color: #fafafa;
}
.quality-page .quality-1 .right {
  color: #333;
}
.quality-page .quality-1 .right a.img-box {
  border: 1px solid #d0d0d0;
}
.quality-page .quality-1 .right span.h6 {
  padding: 0 5%;
}
.rd-page .rd-1 .slide {
  background-color: #f7f7f7;
}
.rd-page .rd-1 .slide .right {
  padding: 1% 5%;
}
.rd-page .rd-2 .text strong {
  color: #333;
}
.rd-page .rd-3 .right {
  overflow: hidden;
}
.rd-page .rd-3 .right .slick-list {
  overflow: unset;
}
.rd-page .rd-3 .right .slick-list .slick-slide {
  -webkit-transform: scale(0.76);
  -moz-transform: scale(0.76);
  -ms-transform: scale(0.76);
  transform: scale(0.76);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.rd-page .rd-3 .right .slick-list .slick-slide li {
  position: relative;
  right: 30%;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.rd-page .rd-3 .right .slick-list .slick-slide.slick-active ~ div li {
  right: 7.5%;
}
.rd-page .rd-3 .right .slick-list .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.rd-page .rd-3 .right .slick-list .slick-slide.slick-current li {
  right: 0 !important;
}
.rd-page .rd-3 .right .slick-list .slick-slide.slick-current ~ div li {
  right: -7.5%;
}
.rd-page .rd-3 .right .slick-list .slick-slide.slick-current ~ div ~ div li {
  right: -30%;
}
.rd-page .rd-3 .right ul {
  margin: 0 -8%;
}
.factory-page .factory-1 {
  overflow: hidden;
}
.factory-page .factory-1 .list {
  padding: 0 20%;
}
.factory-page .factory-1 .list .slick-list {
  overflow: unset;
}
.factory-page .factory-1 .list .slick-list .slick-slide {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  opacity: .5;
}
.factory-page .factory-1 .list .slick-list .slick-slide li {
  position: relative;
  right: 10%;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.factory-page .factory-1 .list .slick-list .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.factory-page .factory-1 .list .slick-list .slick-slide.slick-current li {
  right: 0;
}
.factory-page .factory-1 .list .slick-list .slick-slide.slick-current ~ div li {
  right: -10%;
}
.factory-page .factory-2 .navLinks a {
  position: relative;
  z-index: 1;
}
.factory-page .factory-2 .navLinks a:before {
  content: '';
  width: 100%;
  height: .3em;
  background-color: var(--color);
  position: absolute;
  bottom: -0.15em;
  right: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .factory-2 .navLinks a.active:before {
  opacity: 1;
}
.factory-page .factory-2 .list ul {
  margin: -22px;
}
.factory-page .factory-2 .list ul li {
  padding: 22px;
}
.factory-page .factory-2 .slide span.h2:after {
  content: '';
  width: 4em;
  height: 2px;
  background-color: var(--color);
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.why-page .why-1 {
  background-color: #f7f7f7;
}
.why-page .why-1 .list ul {
  border-bottom: 1px solid #D0D0D0;
}
.why-page .why-1 .list ul li {
  border-top: 1px solid #d0d0d0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-right: 3.5%;
  padding-left: 3.5%;
}
.why-page .why-1 .list ul li i {
  width: 74px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.why-page .why-1 .list ul li .img {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.why-page .why-1 .list ul li .img img {
  position: absolute;
  bottom: -80px;
  right: 0;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(-11deg);
  -moz-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}
.why-page .why-1 .list ul li .img a.link {
  width: 3.88888889em;
  height: 3.88888889em;
  border-radius: 100%;
  position: absolute;
  bottom: 1em;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  background-color: var(--color);
  color: white;
}
.why-page .why-1 .list ul li:hover {
  background-color: var(--color);
  color: white;
}
.why-page .why-1 .list ul li:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.why-page .why-1 .list ul li:hover .img {
  opacity: 1;
}
.why-page .why-2 .box {
  height: 100%;
  padding: 5%;
  background-color: #f7f7f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.why-page .why-2 .box i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.why-page .why-2 .box .text {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1.75;
  max-height: 7em;
  overflow: auto;
}
.why-page .why-2 .box:hover {
  color: white;
  background-color: var(--color);
}
.why-page .why-2 .box:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.why-page .why-2 .box:hover .text {
  color: white;
}
.why-page .why-2 .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.why-page .why-2 .slick-track .slick-slide {
  height: auto;
}
.why-page .why-2 .slick-track .slick-slide > div,
.why-page .why-2 .slick-track .slick-slide li {
  height: 100%;
}
.contact-page .form li {
  padding: .5em 0;
  position: relative;
}
.contact-page .form li span {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #eee;
  width: 100%;
}
.contact-page .form li span:before {
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: var(--color);
  width: 0;
}
.contact-page .form li input,
.contact-page .form li textarea {
  width: 100%;
  border: none;
}
.contact-page .form li input:focus ~ span:before,
.contact-page .form li textarea:focus ~ span:before {
  width: 100%;
}
.contact-page .form li textarea {
  height: 100px;
}
.contact-page .form li button {
  border: none;
}
.contact-page .info {
  color: #333;
}
.contact-page .info i {
  color: var(--color);
  font-size: 1.2em;
}
.contact-page iframe {
  border: none;
  display: block;
}
.newdet-page .share a {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .share a:hover {
  background-color: var(--color);
  color: white;
}
.newdet-page .list a.img-box {
  border: 1px solid #eee;
}
@media screen and (max-width: 1450px) {
  .ome-page .ome-1 .box {
    min-height: 360px;
  }
  .factory-page .factory-2 .list ul li {
    padding: 15px;
  }
  .factory-page .factory-2 .list ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1250px) {
  .product-yd-page .list ul li:before {
    height: 100%;
  }
  .product-yd-page .list ul li .content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .product-yd-page .list ul li .text,
  .product-yd-page .list ul li .more {
    opacity: 1 !important;
  }
  .why-page .why-2 .box i img {
    max-height: 30px;
  }
  .why-page .why-1 .list ul li i {
    width: 50px;
  }
  .why-page .why-1 .list ul li i img {
    max-height: 40px;
  }
  .factory-page .factory-2 .list ul li {
    padding: 10px;
  }
  .factory-page .factory-2 .list ul {
    margin: -10px;
  }
  .rd-page .rd-3 .right .slick-list .slick-slide li {
    right: 12%;
  }
  .rd-page .rd-3 .right .slick-list .slick-slide.slick-current ~ div li {
    right: -12%;
  }
  .ome-page .ome-2 .box .right .map {
    width: 400px;
    height: 400px;
  }
  .slideBarBox .slideBarLeft {
    display: none;
  }
  .slideBarBox .slideBarRight {
    width: 100%;
  }
  .contact-page iframe {
    height: 360px;
  }
}
@media screen and (max-width: 1000px) {
  #sidebar {
    display: none;
  }
  .why-page .why-1 .list ul li .img img {
    bottom: -50px;
  }
  .factory-page .factory-2 .navLinks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .factory-page .factory-2 .navLinks a {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: .5em;
  }
  .rd-page .rd-1 .slide .right {
    padding: 3% !important;
  }
  .ome-page .ome-2 .box .right {
    display: none;
  }
  .ome-page .ome-2 .box .left {
    width: 100%;
    max-width: none;
  }
  .ome-page .ome-2 .box .left .text {
    min-height: auto;
  }
  .ome-page .ome-1 .box {
    position: relative;
    z-index: 1;
  }
  .ome-page .ome-1 .box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    z-index: -1;
    opacity: .5;
  }
  .contact-page iframe {
    height: 300px;
  }
}
@media screen and (max-width: 700px) {
  .ome-page .ome-1 .box {
    padding-bottom: 45%;
  }
  .why-page .why-1 .list ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .why-page .why-1 .list ul li .img {
    opacity: 1;
    width: 100%;
  }
  .why-page .why-1 .list ul li .img img {
    position: static;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .why-page .why-1 .list ul li .img a.link {
    bottom: 50%;
  }
  .why-page .why-1 .list ul li span.h6 {
    width: 80%;
  }
  .factory-page .factory-1 .box .right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .font-34 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 16px;
  }
  .rd-page .rd-3 .right ul {
    padding: 0 25%;
  }
  .slickBtn {
    font-size: 16px;
  }
  .slickBtn.pos div.prev {
    right: 1.5em;
  }
  .slickBtn.pos div.next {
    left: 1.5em;
  }
}
.topTag .filterLink a {
  padding: .5em 0;
}
.topTag .filterLink a.active {
  padding: .5em 1em;
  border-top-left-radius: .3em;
  border-top-right-radius: .3em;
}
.topTag .filterLink.hide {
  display: none;
}
.topTag .filterLink:nth-child(1) a.active,.topTag .filterLink:nth-child(2) {
  background-color: #fde1e1;
}
.topTag .filterLink:nth-child(2) a.active,.topTag .filterLink:nth-child(3) {
  background-color: #fdc3c3;
}
.topTag .filterLink:nth-child(3) a.active,.topTag .filterLink:nth-child(4) {
  background-color: #f3a2a0;
}
.topTag .filterLink:nth-child(4) a.active,.topTag .filterLink:nth-child(5) {
  background-color: #d33030;
}
#sidebar ul li {
  background-color: black;
}
#sidebar ul li .child {
  white-space: nowrap;
}
#sidebar ul li>i {
  font-size: 1.5em;
}
#sidebar ul li>i.iconfont-xinfengtianchong,
#sidebar ul li>i.iconfont-huchudianhuatianchong {
  font-size: 1.2em;
}
#sidebar ul li:hover {
  background-color: var(--color);
}
#sidebar ul li.shopping_cart em {
  position: absolute;
  right: 52%;
  top: 3%;
  font-size: .7em;
  border-radius: 100%;
  background-color: var(--color);
  text-align: center;
  width: 1.5em;
  height: 1.5em;
}
#sidebar ul li.top {
  background-color: var(--color);
  color: white;
}
#sidebar ul li.top:hover {
  background-color: black;
}
#wap-bottom .center a {
  position: relative;
}
#wap-bottom .center em {
  position: absolute;
  right: 63%;
  top: 20%;
  font-size: .9em;
}
.slideBarLeft .moreLink {
  background-color: #f7f7f7;
  padding: 10%;
}
.slideBarLeft .moreLink ul ul {
  position: relative;
  margin: .5em 0;
  padding-right: 10%;
  display: none;
}
.slideBarLeft .moreLink ul ul:before {
  content: '';
  right: 5px;
  top: 1%;
  width: 1px;
  height: 98%;
  background-color: #d1d1d1;
  position: absolute;
}
.slideBarLeft .moreLink ul ul a {
  padding: .2em .5em;
  position: relative;
}
.slideBarLeft .moreLink ul ul a:before {
  content: '';
  width: .4em;
  height: .4em;
  border-radius: 100%;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  margin-top: -.2em;
  right: -10.5%;
  opacity: 0;
  transform: translateY(-50%);
}
.slideBarLeft .moreLink ul ul a.active:before,
.slideBarLeft .moreLink ul ul a.on:before {
  opacity: 1;
}
.slideBarLeft .moreLink ul ul ul.noborder {
  padding-right: 4%;
}
.slideBarLeft .moreLink ul ul ul.noborder:before {
  display: none;
}
.slideBarLeft .moreLink ul ul ul.noborder>li>a:before {
  display: none;
}
.slideBarLeft .moreLink ul ul ul ul a:before {
  width: .7em;
  height: .7em;
  border: 1px solid #d1d1d1;
  background-color: #f7f7f7;
  opacity: 1;
}
.slideBarLeft .moreLink ul ul a.active,
.slideBarLeft .moreLink ul ul a.on {
  background-color: white;
  color: var(--color);
}
.slideBarLeft .moreLink ul ul ul ul a.active,
.slideBarLeft .moreLink ul ul ul ul a.on {
  background-color: transparent;
  /*color: black;*/
}
.slideBarLeft .moreLink ul ul ul ul a.active:before,
.slideBarLeft .moreLink ul ul ul ul a.on:before {
  border-color: var(--color);
}
/*.slideBarLeft .moreLink ul ul a.active i.iconfont-plus,*/
.slideBarLeft .moreLink ul ul a.on i.iconfont-plus {
  transform: rotate(45deg);
}
.slideBarLeft .moreLink ul a {
  transition: .5s;
}
.slideBarLeft .moreLink ul a.active+ul {
  display: block;
}
.slideBarLeft .moreLink ul a:hover {
  color: var(--color);
}

/*20250620 add*/
.honour-page {
  background-position: center top;
  background-size: cover;
}
.honour-page .honour-1 .ui.container {
  max-width: 1390px;
}
.honour-page .honour-1 .left span.line {
  display: block;
  height: 5px;
  border-radius: 3px;
  background-color: #f0f0f0;
  position: relative;
}
.honour-page .honour-1 .left span.line:after {
  content: '';
  width: 20%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  border-radius: inherit;
}
.honour-page .honour-1 .right .list {
  max-height: 770px;
  overflow-y: auto;
  padding-left: 2em;
  margin-left: -2.3em;
}
.honour-page .honour-1 .right .list::-webkit-scrollbar {
  width: 5px;
  background-color: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
}
.honour-page .honour-1 .right .list ul {
  margin: -1em;
}
.honour-page .honour-1 .right .list ul li {
  padding: 1em;
}
.honour-page .honour-1 .right .list ul li:nth-child(n+1):nth-child(-n+6) {
  width: 33.333%;
}
.news2-page .news2-1 {
  background-color: #eee;
}
.news2-page .news2-1 a {
  padding: 1.5em 0;
  position: relative;
}
.news2-page .news2-1 hr {
  height: 1.5em;
  width: 1px;
  margin: 0 .5em;
  background-color: #c3c3c3;
}
.news2-page .news2-1 hr:last-child {
  display: none;
}
.news2-page .news2-1 a:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--color);
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.news2-page .news2-1 a.active {
  color: var(--color)
}
.news2-page .news2-1 a.active:before {
  opacity: 1;
}
.news2-page .news2-2 .left time i {
  color: var(--color);
}
.news2-page .news2-2 .right .list {
  padding-left: 1em;
  margin-left: -1em;
  max-height: 650px;
  overflow: auto;
}
.news2-page .news2-2 .right .list::-webkit-scrollbar {
  width: 5px;
  background-color: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
}
.news2-page .news2-2 .right .list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.about-page20250704 .ui.container {
  max-width: 1450px;
}
.about-page20250704 .about-1 span.tag {
  font-style: italic;
  color: #c53d2f;
  line-height: 1;
}
.about-page20250704 .about-1 .page {
  padding: 2.5% 2%;
  border: 2px solid #f0f0f0;
}
.about-page20250704 .about-1 .page .num {
  color: #8a8a8a;
}
.about-page20250704 .about-1 .page .num span {
  color: black;
}
.about-page20250704 .about-1 .page .next {
  margin-right: 3em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page20250704 .about-1 .page .next:hover {
  color: var(--color);
}
.about-page20250704 .about-1 .page .prev {
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page20250704 .about-1 .page .prev:hover {
  color: var(--color);
}
.about-page20250704 .about-1 .box .slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.about-page20250704 .about-1 .box .slide:before {
  content: '';
  border-bottom: 1em solid #f0f0f0;
  border-right: 0.58333333em solid transparent;
  border-left: 0.58333333em solid transparent;
  position: absolute;
  bottom: 100%;
  right: 50%;
  margin-right: -0.58333333em;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page20250704 .about-1 .box .slide .content {
  padding: 18% 9%;
}
.about-page20250704 .about-1 .box .slide .content span.h2 {
  white-space: nowrap;
}
.about-page20250704 .about-1 .box .slide .content span.h6 {
  font-style: italic;
  color: var(--color);
  font-weight: 300;
}
.about-page20250704 .about-1 .box .slide .content .text {
  letter-spacing: .025em;
  line-height: 1.7;
  min-height: 8.5em;
}
.about-page20250704 .about-1 .box .slide a.img-box span {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(197, 61, 47, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page20250704 .about-1 .box .slide a.img-box span img {
  width: auto;
  max-width: 60%;
  filter: brightness(0) invert(1);
}
.about-page20250704 .about-1 .box .slide.active,
.about-page20250704 .about-1 .box .slide:hover {
  background-color: #f0f0f0;
}
.about-page20250704 .about-1 .box .slide.active:before,
.about-page20250704 .about-1 .box .slide:hover:before {
  opacity: 1;
}
.about-page20250704 .about-1 .box .slide.active a.img-box span,
.about-page20250704 .about-1 .box .slide:hover a.img-box span {
  opacity: 1;
}
.about-page20250704 .about-2 .list {
  max-width: 1000px;
  margin-right: auto;
}
.about-page20250704 .about-2 .list ul {
  row-gap: 2em;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
.about-page20250704 .about-2 .list li {
  min-width: 20%;
}
.about-page20250704 .about-2 .list li span.h6 {
  line-height: 1;
  color: var(--color);
}
.about-page20250704 .about-2 .list li span.h6 sup {
  vertical-align: super;
  font-size: .5em;
}
.about-page20250704 .about-3 {
  background-repeat: no-repeat;
  background-position: center bottom 10%;
  background-size: 88.02083333% auto;
}
.about-page20250704 .about-3 .line {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  height: 3px;
  background-color: #f0f0f0;
}
.about-page20250704 .about-3 .line i {
  width: 6%;
  height: 100%;
  display: block;
  margin: 0 auto;
  background-color: var(--color);
}
 .slick-track .text{
  color: #000;
}
.about-page20250704 .about-3 .box span.h2 {
  letter-spacing: .8em;
}
.about-page20250704 .about-3 .box span.h2 em{
  color: #666;
}
.about-page20250704 .about-3 .box table {
  overflow: unset;
  margin: 0;
}
.about-page20250704 .about-3 .box table tbody {
  display: block;
  min-width: auto !important;
}
.about-page20250704 .about-3 .box table tbody tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5em;
  background-color: transparent !important;
}
.about-page20250704 .about-3 .box table tbody tr:last-child {
  margin-bottom: 0;
}
.about-page20250704 .about-3 .box table tbody tr td {
  border: none;
  padding: 0 .5em;
  color: black;
}
.about-page20250704 .about-3 .box table tbody tr td:first-child {
  color: #818181;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em;
}
.about-page20250704 .about-3 .box table tbody tr td:first-child:before {
  content: '';
  width: 0.68181818em;
  height: 0.68181818em;
  border-radius: 100%;
  background-color: var(--color);
}
.about-page20250704 .about-3 .year .page .next,
.about-page20250704 .about-3 .year .page .prev {
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  border: 2px solid var(--color);
  color: var(--color);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page20250704 .about-3 .year .page .next:hover,
.about-page20250704 .about-3 .year .page .prev:hover {
  background-color: var(--color);
  color: white;
}
.about-page20250704 .about-3 .year .page .line {
  width: 100%;
  background-color: black;
  height: 2px;
}
.about-page20250704 .about-3 .year .number {
  padding: 0 3.5em;
  line-height: 1;
}
.about-page20250704 .about-3 .year .number span {
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.about-page20250704 .about-3 .year .number span:before {
  content: '';
  border-top: 0.5em solid var(--color);
  border-right: .5em solid transparent;
  border-left: .5em solid transparent;
  position: absolute;
  top: -1.25em;
  right: 50%;
  margin-right: -0.5em;
  opacity: 0;
}
.about-page20250704 .about-3 .year .number span.active:before {
  opacity: 1;
}
/*.classiccar-page20250704 .ui.container {
  max-width: 1450px;
}*/
.classiccar-page20250704 span.h5 {
  letter-spacing: .075em;
  padding: .1em 1.7em;
  border-radius: 2em;
  background-color: var(--color);
  color: white;
  font-style: italic;
  margin-top: .4em;
}
.classiccar-page20250704 .line {
  height: 2px;
  background-color: #f0f0f0;
  position: relative;
}
.classiccar-page20250704 .line i {
  height: 200%;
  width: 11%;
  background-color: var(--color);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.classiccar-page20250704 .list .box {
  border: 1px solid #f0f0f0;
  border-bottom-width: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.classiccar-page20250704 .list .box span.h6 {
  line-height: 1.2;
  height: 3.6em;
  background-color: #f0f0f0;
  padding: 0 1em;
}
.classiccar-page20250704 .list .box:hover {
  border-bottom-color: var(--color);
}
.modify-page20250704 .ui.container {
  max-width: 1450px;
}
.modify-page20250704 .right {
  width: 46%;
}
/*.modify-page20250704 .right .text {
  max-height: 7em;
  overflow: auto;
}*/
.modify-page20250704 .right a.more {
  height: 2.6em;
  border-radius: 1.5em;
  min-width: auto;
  padding: 0 1.5em;
}
.modify-page20250704 .right a.more i {
  font-size: .6em;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  color: var(--color);
}
.modify-page20250704 .right a.more.contact {
  background-color: #9d9d9d;
}
.modify-page20250704 .right a.more.contact:hover {
  background-color: var(--color);
}
.news-page20250704 .news-page20250704-1 .text {
  color: #9a9a9a;
  line-height: 1.38095238;
}
.news-page20250704 .news-page20250704-1 time i {
  color: var(--color);
}
.news-page20250704 a.more {
  border-radius: 2em;
  height: 2.7em;
  padding: .25em;
}
.news-page20250704 a.more em {
  padding: 0 1.4em;
}
.news-page20250704 a.more i {
  width: 2.2em;
  height: 2.2em;
  border-radius: 100%;
  background-color: white;
  color: var(--color);
}
.news-page20250704 .news-page20250704-2 ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page20250704 .news-page20250704-2 ul li:first-child .box {
  border-top: 2px solid #f0f0f0;
}
.news-page20250704 .news-page20250704-2 ul li .box {
  border-bottom: 2px solid #f0f0f0;
  gap: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page20250704 .news-page20250704-2 ul li .box > time {
  height: 5.33333333em;
  width: 5.33333333em;
  border: 2px solid #f0f0f0;
  transition: .5s;
}
.news-page20250704 .news-page20250704-2 ul li .box > time em {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
  margin-top: .2em;
}
.news-page20250704 .news-page20250704-2 ul li .box .text {
  color: #9a9a9a;
  line-height: 1.38095238;
  margin-top: .2em;
}
.news-page20250704 .news-page20250704-2 ul li .box .img-box {
  max-width: 340px;
}
.news-page20250704 .news-page20250704-2 ul li:hover {
  background-color: #f0f0f0;
  /*color: white;*/
}
.news-page20250704 .news-page20250704-2 ul li:hover .box {
  border-color: #f0f0f0;
}
.news-page20250704 .news-page20250704-2 ul li:hover .box>time {
  border-color: #ccc;
}
/*.news-page20250704 .news-page20250704-2 ul li:hover .box .text {
  color: inherit;
}*/
.quality-page20250704 .ui.container {
  max-width: 1450px;
}
.quality-page20250704 .quality-page20250704-1 .text,
.quality-page20250704 .quality-page20250704-3 .text,
.quality-page20250704 .quality-page20250704-4 .text {
  max-width: 1200px;
  text-align: right;
  margin-right: auto;
  margin-left: auto;
  display: inline-flex;
}
.quality-page20250704 .quality-page20250704-1 .slickBtn div {
  border-radius: 0;
  background-color: #999;
}
.quality-page20250704 .quality-page20250704-1 .slickBtn div:hover {
  background-color: var(--color);
}
.quality-page20250704 .quality-page20250704-1 li {
  height: 100%;
}
.quality-page20250704 .quality-page20250704-1 li .box {
  height: 100%;
  background-color: #f0f0f0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.quality-page20250704 .quality-page20250704-1 li span {
  padding: 5%;
}
.quality-page20250704 .quality-page20250704-2 .right a {
  background-color: white;
}
.quality-page20250704 .quality-page20250704-2 .right a span {
  display: block;
  padding: 5%;
  text-align: center;
}
.quality-page20250704 .quality-page20250704-3 .list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.quality-page20250704 .quality-page20250704-3 .list .slick-track .slick-slide {
  height: auto;
}
.quality-page20250704 .quality-page20250704-3 .list .slick-track .slick-slide > div {
  height: 100%;
}
.quality-page20250704 .quality-page20250704-3 .list li {
  height: 100%;
}
.quality-page20250704 .quality-page20250704-3 .list .box {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #f0f0f0, transparent);
  background-image: -moz-linear-gradient(bottom, #f0f0f0, transparent);
  background-image: linear-gradient(to top, #f0f0f0, transparent);
  height: 100%;
}
.quality-page20250704 .quality-page20250704-3 .list .box a.img-box {
  padding: 0 5%;
  mix-blend-mode: darken;
}
.quality-page20250704 .quality-page20250704-3 .list .box span.h6 {
  padding: 20% 5%;
  display: block;
}
.quality-page20250704 .quality-page20250704-4 {
  background-repeat: no-repeat;
  background-size: contain;
}
.quality-page20250704 .quality-page20250704-4 .list .slick-slide {
  -webkit-transform: scale(0.88) translateX(35%);
  -moz-transform: scale(0.88) translateX(35%);
  -ms-transform: scale(0.88) translateX(35%);
  transform: scale(0.88) translateX(35%);
  position: relative;
  z-index: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.quality-page20250704 .quality-page20250704-4 .list .slick-slide.slick-active {
  opacity: 1;
}
.quality-page20250704 .quality-page20250704-4 .list .slick-slide.slick-active + div {
  -webkit-transform: scale(0.94) translateX(12%);
  -moz-transform: scale(0.94) translateX(12%);
  -ms-transform: scale(0.94) translateX(12%);
  transform: scale(0.94) translateX(12%);
  z-index: 1;
}
.quality-page20250704 .quality-page20250704-4 .list .slick-slide.slick-active + div + .slick-current {
  -webkit-transform: scale(1) translateX(0) !important;
  -moz-transform: scale(1) translateX(0) !important;
  -ms-transform: scale(1) translateX(0) !important;
  transform: scale(1) translateX(0) !important;
  z-index: 2;
}
.quality-page20250704 .quality-page20250704-4 .list .slick-slide.slick-active + div + .slick-current + .slick-active {
  -webkit-transform: scale(0.94) translateX(12%);
  -moz-transform: scale(0.94) translateX(12%);
  -ms-transform: scale(0.94) translateX(12%);
  transform: scale(0.94) translateX(12%);
  z-index: 1;
}
.quality-page20250704 .quality-page20250704-4 .list .slick-slide.slick-active + div + .slick-current + .slick-active ~ div {
  -webkit-transform: scale(0.88) translateX(35%);
  -moz-transform: scale(0.88) translateX(35%);
  -ms-transform: scale(0.88) translateX(35%);
  transform: scale(0.88) translateX(35%);
  z-index: 0;
}
.quality-page20250704 .quality-page20250704-4 .list li {
  padding-bottom: 100%;
}
.quality-page20250704 .quality-page20250704-4 .list li .img {
  display: block;
  -webkit-box-reflect: below 0 linear-gradient(transparent 50%, rgba(255, 255, 255, 0.3));
}
.about-page20250704-aodun .ui.container {
  max-width: 1450px;
}
.about-page20250704-aodun .about-page20250704-aodun-1 span.tag {
  font-style: italic;
  padding: .4em .5em .3em;
  border-radius: 2em;
  background-color: var(--color);
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
.about-page20250704-aodun .about-page20250704-aodun-1 .text {
  max-height: 180px;
  overflow: auto;
}
.about-page20250704-aodun .about-page20250704-aodun-1 .play-box {
  position: relative;
  display: inline-block;
}
.about-page20250704-aodun .about-page20250704-aodun-1 .play-box:before {
  content: '';
  width: 100%;
  height: 40%;
  background-color: #f0f0f0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.about-page20250704-aodun .about-page20250704-aodun-1 .play-box .pre {
  max-width: 55%;
  display: block;
  margin: 0 auto;
}
.about-page20250704-aodun .about-page20250704-aodun-1 .play-box .pre .pos {
  max-width: 7%;
  cursor: pointer;
  cursor: hand;
}
.about-page20250704-aodun .about-page20250704-aodun-1 .play-box span.h6 {
  color: #828282;
}
.about-page20250704-aodun .about-page20250704-aodun-2 {
  overflow: hidden;
}
.about-page20250704-aodun .about-page20250704-aodun-2 .slickBtn {
  font-size: 30px;
}
.about-page20250704-aodun .about-page20250704-aodun-2 .slickBtn div {
  background-color: #eee;
  color: #666;
  opacity: .5;
}
.about-page20250704-aodun .about-page20250704-aodun-2 .slickBtn div:hover {
  background-color: var(--color);
  color: white;
  opacity: 1;
}
.about-page20250704-aodun .about-page20250704-aodun-2 .list {
  max-width: 70%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.about-page20250704-aodun .about-page20250704-aodun-2 .list .slick-list {
  overflow: unset;
}
.about-page20250704-aodun .about-page20250704-aodun-2 .list .slick-slide {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page20250704-aodun .about-page20250704-aodun-2 .list .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page20250704-aodun .about-page20250704-aodun-2 .list .slick-dots li {
  background-color: #bababa;
  border: none;
}
.about-page20250704-aodun .about-page20250704-aodun-2 .list .slick-dots li.slick-active {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  background-color: var(--color);
}
.about-page20250704-aodun .line {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  height: 2px;
  background-color: #f0f0f0;
  position: relative;
}
.about-page20250704-aodun .line i {
  width: 10%;
  height: 100%;
  background-color: var(--color);
  display: block;
  margin: 0 auto;
}
.about-page20250704-aodun .about-page20250704-aodun-3 .options span {
  border: 2px solid #f0f0f0;
  margin-left: -2px;
  padding: .2em 1em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page20250704-aodun .about-page20250704-aodun-3 .options span.active {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.about-page20250704-aodun .about-page20250704-aodun-3 .box {
  position: relative;
}
.about-page20250704-aodun .about-page20250704-aodun-3 .box .list {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page20250704-aodun .about-page20250704-aodun-3 .box .list.active {
  opacity: 1;
  position: static;
}
.about-page20250704-aodun .about-page20250704-aodun-3 .box .list .slickBtn.inset div {
  background-color: white;
  color: var(--color);
}
.about-page20250704-aodun .about-page20250704-aodun-3 .box .list .slickBtn.inset div:hover {
  background-color: var(--color);
  color: white;
}
.about-page20250704-aodun .about-page20250704-aodun-3 .box .list .slickBtn.inset .prev {
  right: 1%;
}
.about-page20250704-aodun .about-page20250704-aodun-3 .box .list .slickBtn.inset .next {
  left: 1%;
  right: auto;
}
.about-page20250704-aodun .about-page20250704-junc-1 {
  background-color: #f0f0f0;
}
.about-page20250704-aodun .about-page20250704-junc-1 .line {
  background-color: white;
}
.about-page20250704-aodun .about-page20250704-junc-1 .list {
  position: relative;
}
.about-page20250704-aodun .about-page20250704-junc-1 .list ul {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.about-page20250704-aodun .about-page20250704-junc-1 .list .slickBtn div {
  border: 2px solid black;
  background-color: white;
  border-radius: 0;
  color: black;
}
.about-page20250704-aodun .about-page20250704-junc-1 .list .slickBtn div:hover {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}
.about-page20250704-aodun .about-page20250704-junc-1 .list .slickBtn div.prev {
  right: 0;
}
.about-page20250704-aodun .about-page20250704-junc-1 .list .slickBtn div.next {
  left: 0;
  right: auto;
}
.mbx a:first-child:before {
  content: '\e8c6';
  font-family: "iconfont";
  margin-left: .5em;
}
.prodet-1 .small ul {
  margin: -10px;
}
.prodet-1 .small ul li {
  padding: 10px;
}
.prodet-1 .small a.img-box,
.prodet-1 .big a.img-box {
  border: 1px solid #eee;
}
.prodet-1 .small .slick-current a.img-box {
  border-color: var(--color);
}
.prodet-1 .small .slick-track {
  display: block;
  width: 100% !important;
}
.prodet-1 .small .slick-track .slick-slide>div {
  height: auto;
}
.prodet-1 .product_add {
  background-color: #eee;
  color: black;
}
.prodet-1 .product_add.active {
  background-color: var(--color);
  color: white;
}
.prodet-1 .full {
  background-color: #f8f8f8;
  color: #666;
}
.prodet-1 .full:hover {
  background-color: #eee;
  color: black;
}
.prodet-2 .form button {
  border: none;
}
.prodet-2 .form label {
  display: block;
  margin-bottom: .2em;
}
.prodet-2 .form input,
.prodet-2 .form textarea {
  width: 100%;
  padding: .6em 1em;
  background-color: #f9f9f9;
  border: none;
}
.prodet-2 .form textarea {
  height: 200px;
}
.inner-bannerImg~.inner-banner {
   margin-top: 0;
}
@media screen and (max-width: 1250px) {
  .quality-page20250704 .quality-page20250704-4 .list .slick-slide {
    transform: unset !important;
  }
  .inner-bannerImg {
    margin-top: 40px;
    overflow: hidden;
  }
  .inner-bannerImg img {
    height: 120px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .news2-page .news2-1 a {
    padding: 1em 0;
  }
  .quality-page20250704-2 .left .text {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .modify-page20250704 .right {
    padding: 5% 0 !important;
  }
  .modify-page20250704 .right .text {
    max-height: none;
  }
  .news-page20250704 .news-page20250704-2 ul li .box {
    flex-wrap: wrap;
  }
  .news-page20250704 .news-page20250704-2 ul li .box .img-box {
    max-width: none;
    width: 100%;
  }
  .news-page20250704 .news-page20250704-2 ul li .box .img-box img {
    width: 100%;
  }
  .news-page20250704 .news-page20250704-2 ul li .box > time {
    display: none;
  }
  .news-page20250704 .news-page20250704-2 ul li .box time i {
    color: var(--color);
  }
  .wapShow {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .about-page20250704 .about-1 .box .slide {
    width: 100%;
  }
  .about-page20250704 .about-1 .box {
    flex-wrap: wrap;
  }
  .about-page20250704 .about-1 .box .slide .content {
    padding: 5% 15px;
  }
  .about-page20250704 .about-1 .box .slide .content .text {
    min-height: auto;
  }
}
.process-page ul {
  grid-template-columns:repeat(3,1fr);
}
.process-page .play-btn {
  border: 1px solid white;
  background-color: transparent;
}
.process-page .play-btn:after,
.process-page .play-btn:before {
  border: 1px solid white;
}
.process-page span.num {
  width: 1.3em;
  height: 1.3em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
}
.process-page .line {
  border-bottom: 2px dashed #c6c6c6;
  width: 111%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  z-index: -1;
}
.process-page .line i {
  color: #c6c6c6;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(114%,-52%);
  line-height: 1;
}
.process-page li:nth-child(3n) .line i {
  transform: rotate(90deg) translate(100%,-70%);
  left: 0;
  top: 1.5em;
  right: auto;
  transform-origin: right top;
}
.process-page li:nth-child(3n) .line i:before {
  content: '';
  width: 5em;
  border-bottom: 2px dashed #c6c6c6;
  position: absolute;
  right: -1.5em;
  top: 54%;
}
.process-page li.rtl .line {
  right: auto;
  left: 0;
}
.process-page li.rtl .line i {
  right: auto;
  left: 100%;
  transform: translate(107%,-52%);
}
.process-page li.rtl:nth-child(3n) .line i {
  transform: translate(50%, -50%) rotate(-90deg);
  transform-origin: left top;
  top: 2.5em;
}
.process-page li.rtl:nth-child(3n) .line i:before {
  right: -3em;
}
.process-page li:nth-child(3n) .line,
.process-page li:nth-child(3n+4) .line {
  width: 90%;
}
.process-page li.rtl:nth-child(3n+4) .line {
  width: 101%;
  left: 10%;
}
.process-page li:nth-child(3n+4) .line:before {
  content: '';
  height: 5em;
  border-right: 2px dashed #c6c6c6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.process-page li:not(.rtl):nth-child(3n+4) .line {
  width: 101%;
  right: 10%;
}
.process-page li:not(.rtl):nth-child(3n+4) .line:before {
  right: 0;
}
.process-page li:last-child .line {
  width: 50% !important;
}
.process-page li:last-child:nth-child(3n+4) .line {
  width: 40% !important;
}
.process-page li:last-child .line i,
.process-page li:last-child:not(:nth-child(3n+1)) .line:before,
.process-page li:last-child:not(:nth-child(3n+1)) .line:after {
  display: none!important;
}
@media screen and (max-width: 1000px) {
  .product-page .slideBarBox .slideBarRight ul li .more, .classiccar-page20250704 .slideBarBox .slideBarRight .post ul li .more {
    position: static;
    transform: unset;
  }
}

.contact-page .contact-1 .cart-page ul {
  max-height: 800px;
  overflow: auto;
  margin-bottom: 15px;
}
.contact-page .contact-1 .cart-page ul::-webkit-scrollbar {
  width: 14px;
}
.contact-page .contact-1 .cart-page ul::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
.contact-page .contact-1.cart .left {
  position: sticky;
  top: 35%;
}
.cart-page {
  margin-top: 20px;
}
.cart-page li {
  margin-bottom: 10px;
  border: 1px solid #666;
  padding: 15px;
}
.cart-page li .img {
  width: 20%;
}
.cart-page li .box2 {
  position: relative;
}
.cart-page li .text {
  width: 80%;
  padding-right: 15px;
  padding-left: 20px;
}
.cart-page li .text h4 {
  font-size: 16px;
  display: block;
  word-break: break-word;
}
.cart-page li .text .color span {
  display: inline-block;
  padding: 5px;
  border: 1px solid #eee;
  font-size: 12px;
  color: #999;
}
.cart-page li .text textarea,
.cart-page li .text input {
  width: 100%;
  height: 80px;
  resize: vertical;
  font-size: 14px;
  padding: 5px 10px;
  background: white;
  border: 1px solid #eee;
}
.cart-page li .text input {
  height: 30px;
  /*margin-bottom: 5px;*/
  padding: 0 10px;
  text-align: center;
}
.cart-page li .text em {
  width: 30px;
  border: 1px solid #eee;
  cursor: pointer;cursor: hand;
}
.cart-page li .text i.del {
  cursor: pointer;
  cursor: hand;
}

/***** 2025.8.25 *****/
@media screen and (max-width:1000px){
  .contact-page .contact-1.cart .left {
    position: static;
  }
  .classiccar-page20250704 span.h5 {
    padding: .5em !important;
  }
}
@media screen and (max-width:1700px){
  .prodet-1 .small ul {
    margin: -8px;
  }
  .prodet-1 .small ul li {
    padding: 8px;
  }
}
@media screen and (max-width:1450px){
  .prodet-1 .small ul {
    margin: -7px;
  }
  .prodet-1 .small ul li {
    padding: 7px;
  }
}
@media screen and (max-width:1250px){
  .prodet-1 .small ul {
    margin: -5px;
  }
  .prodet-1 .small ul li {
    padding: 5px;
  }
  .ome-page .ome-2.waphide .box .left {
    max-width: none;
  }
}
@media screen and (max-width:1000px){
  .prodet-1 .small ul {
    margin: -8px;
  }
  .prodet-1 .small ul li {
    padding: 8px;
  }
}
@media screen and (max-width:700px){
  #index-body .init-1 .top .left,
  #index-body .init-1 .top .right{
    width: auto!important;
  }
  .prodet-1 .small ul {
    margin: -.55vw;
  }
  .prodet-1 .small ul li {
    padding: .55vw;
  }
  .about-page20250704-aodun .about-page20250704-aodun-1 .top .logo{
    margin-bottom: 15px;
  }
  .inner-page.product-accessories{
    padding-top: 20px;
  }
  .inner-page.product-accessories .slideBarBox .slideBarLeft{
    display: block!important;
    position: static;
  }
  .product-page .slideBarBox .slideBarRight ul, .classiccar-page20250704 .slideBarBox .slideBarRight .post ul,
  .classiccar-page20250704 .list ul,.quality-page20250704-2 .box .right ul.grid {
    grid-template-columns:1fr 1fr;
  }
  .classiccar-page20250704 .list .box {
    border-bottom-width: 1px;
  }
  .classiccar-page20250704 .list .box span.h6 {
    height: auto;
    padding: 1em;
  }
  .tagTop span.tag,#index-body .init-1 .bottom .box .cat span {
    padding: .5em 1em;
    zoom: .8;
    height: auto;
    text-align: right;
  }
  .more {
    zoom: .8;
  }
  .slickBtn.pos div.prev {
    right: .5em;
  }
  .slickBtn.pos div.next {
    left: .5em;
  }
  .footer-top form.grid {
    grid-template-columns:1fr;
  }
  .footer-top form.grid .grid-span {
    grid-column:span 1;
  }
  .share {
    font-size: 18px;
  }
  .about-page20250704-aodun .about-page20250704-aodun-1 span.tag {
    padding: .5em !important;
    width: auto !important;
    zoom: .8;
  }
  .about-page20250704-aodun .about-page20250704-aodun-1 .play-box .pre {
    max-width: 80%;
  }
  .about-page20250704-aodun .about-page20250704-aodun-2 .slickBtn {
    font-size: 16px;
  }
  .about-page20250704-aodun .about-page20250704-aodun-2 .slickBtn div.prev {
    right: -2.2em;
  }
  .about-page20250704-aodun .about-page20250704-aodun-2 .slickBtn div.next {
    left: -2.2em;
  }
  .about-page20250704-aodun .about-page20250704-aodun-2 .slickBtn div {
    background-color: var(--color);
    opacity: 1;
    color: white;
  }
  .about-page20250704-aodun .about-page20250704-aodun-1 .top .logo img {
    max-height: 50px;
  }
  .about-page20250704-aodun .about-page20250704-aodun-1 .top .logo {
    max-width: 50%;
    margin-bottom: 0;
  }
  .about-page20250704 .about-3 .year .number,.about-page20250704 .about-3 .year .page .line {
    display: none;
  }
  .about-page20250704 .about-3 .year .page {
    justify-content: center;
    gap:2em;
  }
  .about-page20250704 .about-3 .box span.h2 {
    letter-spacing: 0;
  }
  .about-page20250704 .about-3 .box span.h2 em {
    font-size: 1.2em;
  }
  .honour-page .honour-1 .right .list ul li {
    width: 33.333% !important;
    padding: .5em;
  }
  .honour-page .honour-1 .right .list ul {
    margin: -.5em;
  }
  .newdet-page .text * {
    font-size: inherit !important;
  }
  .about-page20250704-aodun-3 {
    display: none;
  }
  .about-page20250704-aodun-3.hide {
    display: block;
    text-align: center;
  }
  .about-page20250704-aodun .slickBtn {
    display: none;
  }
  .partner-page .list ul li {
    width: 25%;
  }
  .honour-page .honour-1 .right .list {
    max-height: none;
    overflow: unset;
  }
  .footer-center,#footer .footer-bottom .coy svg {
    display: none;
  }
  .footer-top {
    padding-bottom: 30px;
  }
  .text {
    text-align: right;
  }
  .honour-1 .left {
    display: none;
  }
  .inner-banner {
    padding: 15px 0;
    background-image: unset !important;
  }
  .inner-banner span.h2 {
    display: none;
  }
  .inner-banner .mbx {
    margin-top: 0;
  }
  .inner-banner+.ui {
    display: none;
  }
  .about-page20250704 .about-1 .page {
    display: none;
  }
  .about-page20250704 .about-1 .box {
    margin-top: 30px;
  }
  .about-page20250704 .about-3 .box {
    margin-bottom: 30px;
  }
  .about-page20250704 .about-3 .box .right .text {
    max-height: 140px;
    overflow: auto;
  }
  .about-page20250704 .about-1 .box .slide .content span.h2 {
    float: right;
    font-size: 16px;
  }
  .about-page20250704 .about-1 .box .slide .content span.h6 {
    float: left;
    padding: .1em .6em;
    border-radius: 1em;
    background-color: var(--color);
    color: white;
  }
  .about-page20250704 .about-1 .box .slide .content .text {
    width: 100%;
    display: inline-block;
    margin-top: 1.5em;
  }
  .about-page20250704 .about-1 .box .slide .content {
    padding: 7% 0;
  }
  .classiccar-page20250704 span.h5 {
    display: none;
  }
  .classiccar-page20250704 span.h2 {
    padding: .5em 1em !important;
    border-radius: 2em;
    background-color: var(--color);
    color: white;
    margin-bottom: 1.5em;
  }
  .classiccar-page20250704 .line {
    display: none;
  }
  .about-page20250704 .about-1 .box .slide a.img-box span, .about-page20250704 .about-1 .box .slide a.img-box span {
    opacity: 1;
  }
  .product-page,.contact-1,.classiccar-page20250704 .slideBarBox,.prodet-page .prodet-1,.modify-page20250704,.process-page,.newdet-page {
    padding-top: 20px;
  }
  .quality-page20250704-1,.news-page20250704-1 {
    padding-top: 30px;
  }
  .classiccar-page20250704 .slideBarRight>.slide:first-child {
    margin-top: 0;
  }
  .prodet-1 .left .small {
    width: 15%;
    flex-shrink: 0;
  }
  .ome-page .ome-2 .box .left {
    grid-template-columns:repeat(2,1fr);
  }
  .product-yd-page .list ul li .text {
    text-align: center;
  }
  


}
@media screen and (max-width:500px){
  .ome-page .ome-2 .box .left {
    grid-template-columns:repeat(1,1fr);
  }
  .process-page ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .process-page ul li {
    order:unset !important;
    direction: ltr !important;
  }
  .process-page ul li .line {
    display: none !important;
  }
}
@media screen and (min-width:1250px){
  .waphide {
    display: none;
  }
}
@media screen and (max-width:1250px){
  .pc {
    display: none;
  }
}
#pups_from h4 {
  cursor: all-scroll;
}
.prodet-1 .small {
  height: 32vw;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.prodet-1 .small::-webkit-scrollbar {
  display: none;
}
.prodet-4 {
  background-color: #f7f7f7;
}
.prodet-4 .list li {
  border: 1px solid #cecece;
  background-color: white;
  padding: 5%;
}
.prodet-4 .list li span.h6 {
  color: var(--color);
}
.prodet-1 .small ul {
  margin: -10px 0;
}
.prodet-1 .small ul li {
  padding: 10px 0;
}
.prodet-1 .small ul li.active .img-box {
  border-color: var(--color);
}
@media screen and (max-width:1000px){
  .prodet-1 .small {
    height: 56vw;
  }
}
@media screen and (max-width:700px){
  .prodet-1 .small {
    height: 76vw;
  }
}