@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyRegular.eot');
  src: url('../fonts/RanyRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyRegular.woff2') format('woff2'), url('../fonts/RanyRegular.woff') format('woff'), url('../fonts/RanyRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyBold.eot');
  src: url('../fonts/RanyBold.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyBold.woff2') format('woff2'), url('../fonts/RanyBold.woff') format('woff'), url('../fonts/RanyBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Rany';
  font-weight: 400;
  margin: 0 auto;
  color: #a6a6a6;
  font-size: 16px;
  height: auto;
  --color: #d29042;
  background-color: #111111;
}
.container {
  width: 1150px;
}
.maxContainer {
  width: 1590px;
}
.col {
  color: var(--color);
}
.col1 {
  color: #111;
}
.col6 {
  color: #666;
}
.col6a {
  color: #6a6a6a;
}
.cole7 {
  color: #e7e3da;
}
.cola6 {
  color: #a6a6a6;
}
.col9 {
  color: #999;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.stroke {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  line-height: 0.8;
  font-weight: 600;
  display: block;
  color: transparent;
}
.stroke em {
  line-height: 0.8;
  display: block;
}
.Hbtn,
.inner-page .Hbtn {
  background-image: url('../images/HbtnBg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #0e0e0d;
}
.Hbtn:hover,
.inner-page .Hbtn:hover {
  background-color: rgba(206, 141, 65, 0.2);
  color: #fff;
}
.borCol {
  border: 1px solid transparent;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) padding-box, linear-gradient(to right, #875e2f, #211b14, #875e2f) border-box;
  border-radius: 10px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: transparent;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu {
  padding: 39px 0 20px;
}
#header > .nav > .menu .menu-box {
  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 > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 40px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: var(--color);
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: var(--px28);
  height: var(--px28);
  min-width: 20px;
  min-height: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  border-right: 1px solid #7a7873;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: var(--px27);
  height: var(--px27);
  min-width: 20px;
  min-height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .pro-cont {
  border-left: 1px solid #7a7873;
  position: relative;
}
#header > .nav > .menu .menu-box .right .pro-cont em {
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 17px;
  background-color: var(--color);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: var(--color);
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header .actived > .nav {
border-bottom: 1px solid rgb(121 85 43 / 57%);
  background-color: #111;
}
#banner {
  position: relative;
}
#banner .swiper ul li img.bgImg {
  min-height: 350px;
  object-fit: cover;
  object-position: center;
}
#banner .swiper ul li .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
#banner .swiper ul li .container .textBox {
  width: 36%;
}
#banner .bot {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 4;
}
#banner .bot .listBox {
  width: 100%;
  margin-left: auto;
  width: calc(100% - 36%);
  position: relative;
}
#banner .bot .listBox li.li {
  width: 290px;
  position: absolute;
}
#banner .bot .listBox li.li .titleBox {
  max-width: 120px;
  position: relative;
}
#banner .bot .listBox li.li .titleBox .titl {
  width: 100%;
  line-height: 1;
  min-height: 60px;
  transform-origin: top center;
  transition: transform 0.3s ease;
  position: absolute;
  left: 0%;
  top: 100%;
}
#banner .bot .listBox li.li .icon {
  width: 32px;
  height: 32px;
  background-color: rgba(244, 190, 27, 0.2);
  border-radius: 50%;
  color: #e8e4db;
  box-shadow: 0 0 5px 5px rgba(244, 190, 27, 0.2);
  line-height: 1;
  margin-bottom: 80px;
}
#banner .bot .listBox li.li .icon .round {
  width: 0;
  height: 0;
  background-color: var(--color);
  border-radius: 50%;
  display: none;
  width: 14px;
  height: 14px;
}
#banner .bot .listBox li.li .textBox {
  width: 100%;
  height: auto;
  background-image: url('../images/bannerBotBg.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left top;
  opacity: 0;
}
#banner .bot .listBox li.li1 {
  right: -10px;
  top: -14.5833vw;
}
#banner .bot .listBox li.li2 {
  top: 11.1979vw;
  left: 5%;
}
#banner .bot .listBox li.li3 {
  right: -3%;
  bottom: -25vw;
}
#banner .bot .listBox li.li.active .titleBox .icon,
#banner .bot .listBox li.li:hover .titleBox .icon {
  background-color: rgba(241, 153, 26, 0.3);
}
#banner .bot .listBox li.li.active .titleBox .icon .txt,
#banner .bot .listBox li.li:hover .titleBox .icon .txt {
  display: none;
}
#banner .bot .listBox li.li.active .titleBox .icon .round,
#banner .bot .listBox li.li:hover .titleBox .icon .round {
  display: block;
}
#banner .bot .listBox li.li.active .titleBox .titl,
#banner .bot .listBox li.li:hover .titleBox .titl {
  margin-top: var(--px30);
  color: var(--color);
}
#banner .bot .listBox li.li.active .titleBox .titl .titl1,
#banner .bot .listBox li.li:hover .titleBox .titl .titl1 {
  transform: scale(1.2);
  font-weight: bold;
}
#banner .bot .listBox li.li.active .textBox,
#banner .bot .listBox li.li:hover .textBox {
  opacity: 1;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init_1 {
  background-size: cover;
}
#index-body .init_1 .container .top .left {
  width: 42.2%;
}
#index-body .init_1 .container .top .left img {
  border-radius: 8px;
}
#index-body .init_1 .container .top .right {
  width: 57.8%;
}
#index-body .init_1 .container .bot {
  width: 100%;
  border-radius: 10px;
  border: 1px solid transparent;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) padding-box, linear-gradient(to right, #875e2f, #211b14, #875e2f) border-box;
}
#index-body .init_1 .container .bot .numberBox {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(160deg, #0e0e0d 0%, #111110 50%, #1d1711 65%, #3f2f1b 100%);
}
#index-body .init_1 .container .bot .numberBox li:hover .num {
  color: var(--color);
}
#index-body .init_2 .box ul {
  align-items: stretch;
  height: 650px;
  justify-content: space-between;
  align-items: flex-end;
}
#index-body .init_2 .box ul li {
  width: 30.4%;
  height: auto;
  margin-top: auto;
}
#index-body .init_2 .box ul li .list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  transform: translateY(0);
}
#index-body .init_2 .box ul li .list .por {
  z-index: 2;
}
#index-body .init_2 .box ul li .list .titleBox {
  max-width: 250px;
}
#index-body .init_2 .box ul li .list .titleBox .title {
  min-height: 75px;
}
#index-body .init_2 .box ul li .list .titleBox .txt {
  opacity: 0;
  font-size: 0;
  zoom: 0;
}
#index-body .init_2 .box ul li .list .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #d29043, #d08f42, #895e2b) border-box;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  z-index: 0;
}
#index-body .init_2 .box ul li:nth-child(3n+1) .list {
  background: linear-gradient(to right, #0e0e0d, #16130f, #312517) border-box;
}
#index-body .init_2 .box ul li:nth-child(3n+2) .list {
  background: linear-gradient(to bottom, #0e0e0d, #16130f, #312517) border-box;
}
#index-body .init_2 .box ul li:nth-child(3n) .list {
  background: linear-gradient(to left, #0e0e0d, #16130f, #312517) border-box;
}
#index-body .init_2 .box ul li.active {
  width: 39.2%;
  margin-top: 0;
}
#index-body .init_2 .box ul li.active .list {
  padding-top: var(--px66);
}
#index-body .init_2 .box ul li.active .list .titleBox {
  padding: 0;
  color: #fff;
}
#index-body .init_2 .box ul li.active .list .titleBox .title .col {
  color: #fff;
}
#index-body .init_2 .box ul li.active .list .titleBox .txt {
  font-size: var(--px18);
  opacity: 1;
  zoom: 1;
}
#index-body .init_2 .box ul li.active .list .bg {
  opacity: 1;
}
#index-body .init_3 img.bg {
  border-radius: 15px;
}
#index-body .init_3 .play-btn {
  background-color: transparent;
  width: var(--px190);
  height: var(--px190);
  min-width: 70px;
  min-height: 70px;
}
#index-body .init_3 .play-btn::before,
#index-body .init_3 .play-btn::after {
  display: none;
}
#index-body .init_4 .itemBox li {
  border-bottom: 1px solid #262626;
  width: 46.3%;
}
#index-body .init_4 .itemBox li .titleBox .title {
  width: 100%;
  padding-right: 15px;
}
#index-body .init_4 .itemBox li .titleBox .title .iconBox {
  width: 55px;
  height: 45px;
}
#index-body .init_4 .itemBox li .titleBox .title .titl {
  max-width: calc(100% - 55px);
}
#index-body .init_4 .itemBox li .titleBox .add {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#index-body .init_4 .itemBox li .titleBox .add::after,
#index-body .init_4 .itemBox li .titleBox .add::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init_4 .itemBox li .titleBox .add::before {
  width: 100%;
  height: 3px;
}
#index-body .init_4 .itemBox li .titleBox .add::after {
  width: 3px;
  height: 100%;
}
#index-body .init_4 .itemBox li .text {
  display: none;
}
#index-body .init_4 .itemBox li.active .titleBox .add::after {
  height: 0;
}
#index-body .init_4 .itemBox li:last-child {
  border-bottom: none;
}
#index-body .init_5 .swiper {
  padding-bottom: calc(var(--px18) * 1.5 * 2 + var(--px30));
}
#index-body .init_5 .swiper ul li {
  padding: 0 10px;
  width: 30%;
  height: auto;
}
#index-body .init_5 .swiper ul li .list {
  width: 100%;
  height: 100%;
}
#index-body .init_5 .swiper ul li .list .txt {
  font-size: var(--px18);
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(var(--px18) * 1.5 * 2);
  opacity: 0;
}
#index-body .init_5 .swiper ul li .list .imgBox {
  transform: translateY(0);
}
#index-body .init_5 .swiper ul li .list .imgBox .img {
  width: 100%;
  max-height: 427px;
  border: 1px solid transparent;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#index-body .init_5 .swiper ul li .list .imgBox .img .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
#index-body .init_5 .swiper ul li .list .imgBox .img img {
  min-width: 100%;
  max-width: none;
  height: 360px;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
}
#index-body .init_5 .swiper ul li.swiper-slide-active {
  /*width: 40%;*/
}
#index-body .init_5 .swiper ul li.swiper-slide-active .imgBox {
  transform: translateY(calc(var(--px18) * 1.5 * 2 + var(--px30)));
}
#index-body .init_5 .swiper ul li.swiper-slide-active .imgBox .img {
  border: 1px solid var(--color);
}
#index-body .init_5 .swiper ul li.swiper-slide-active .imgBox .img .bg {
  opacity: 0;
}
#index-body .init_5 .swiper ul li.swiper-slide-active .txt {
  opacity: 1;
}
#index-body .init_6 .swiper ul li {
  height: auto;
}
#index-body .init_6 .swiper ul li .list {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(211, 145, 67, 0.24);
  overflow: hidden;
}
#index-body .init_6 .swiper ul li .list .por {
  z-index: 3;
}
#index-body .init_6 .swiper ul li .list .bg {
  background: linear-gradient(to right, #0f0f0d, #191510, #3f2e1a);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#index-body .init_6 .swiper ul li .list:hover {
  color: #e7e3da;
}
#index-body .init_6 .swiper ul li .list:hover .bg {
  opacity: 1;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #111111;
}
#footer .bg {
  position: absolute;
  background-image: url('../images/footerBg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#footer .container {
  z-index: 3;
}
#footer .top .itemBox .item1 {
  width: 485px;
}
#footer .top .itemBox .item1 .cont_box1 .textBox {
  max-width: calc(100% - 94px);
}
#footer .top .itemBox .item1 .cont_box1 .qrCont {
    width: 75px;
    height: 75px;
    background-color: #fff;
    padding: 3px;
}
#footer .top .itemBox .item2 {
  width: 20%;
  max-width: 296px;
}
#footer .top .itemBox .item2 .linkBox li {
  width: 50%;
}
#footer .top .itemBox .item3 {
  width: 26.3%;
}
#footer .top .itemBox .item3 form input {
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #8c8b89;
  color: #e7e3da;
}
#footer .top .itemBox .item3 form input::placeholder {
  color: #97948e;
}
#footer .top .itemBox .item3 form input.mes {
  padding-right: 30px;
}
#footer .top .itemBox .item3 form input.inquery {
  width: 27px;
  height: 27px;
  background-image: url('../images/subImg.png');
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  position: absolute;
  right: 0;
  bottom: 9px;
}
#footer .top .itemBox .item3 form input.inquery:hover {
  transform: rotate(45deg);
}
#footer .copyright {
  position: relative;
  font-size: var(--px18);
  font-weight: 400;
  overflow: hidden;
  background-color: #1f1e1d;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 4px;
  padding-bottom: 4px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.3);
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: rgba(255, 255, 255, 0.3);
  margin-right: 10px;
}
#cart {
  width: 1120px !important;
  max-width: 100% !important;
  height: 633px !important;
  max-height: 100% !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  padding: var(--px40) !important;
}
#cart .box.two {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
}
#cart .left {
  width: 54.5% !important;
  padding-right: 18px;
}


#cart .left ul li .text {
  display: flex;
  align-items: center !important;
  height: 100%;
}
#cart .left ul li .text p,
#cart .left ul li .text input,
#cart .left ul li .text textarea {
  display: none !important;
}
#cart .left ul li .text h4 a {
  font-size: var(--px18) !important;
  font-weight: bold;
}
#cart .left ul li i.del {
  font-size: 0 !important;
  background-image: url(../images/delIcon.png)!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-color: rgba(15, 23, 42, 0) !important;
}
#cart .left span.close_all {
  background: #979797 !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#cart .left span.close_all:hover {
  background: var(--color) !important;
}
#cart .right {
  width: 45.5% !important;
}
#cart .right .shopping_form {
  background-color: #0e0e0d !important;
  color: #e7e3da !important;
}
#cart .right h4 {
  color: #e7e3da !important;
}
#cart .right ul li label {
  color: #6a6a6a !important;
}
#cart .right ul li input,
#cart .right ul li textarea {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #6a6a6a !important;
  border-radius: 0 !important;
}
#cart .right ul li input[type="submit"],
#cart .right ul li textarea[type="submit"] {
  width: 100% !important;
  height: 39px !important;
  background-color: var(--color) !important;
  border-radius: 8px !important;
  -webkit-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
#cart .right ul li input[type="submit"]:hover,
#cart .right ul li textarea[type="submit"]:hover {
  background-color: #111 !important;
}
@media screen and (max-width: 1250px) {
  #cart {
    max-width: calc(100% - 30px) !important;
  }
}
@media screen and (max-width: 1000px) {
  #cart .left,
  #cart .right {
    width: 100% !important;
  }
  #cart .box.two {
    flex-wrap: wrap !important;
  }
}
*::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background-color: #a9a9a9;
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .right {
    padding-left: 0;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #index-body .init_2 .box ul {
    height: 630px;
  }
}
@media (max-width: 1250px) {
  #banner .bot .listBox li.li {
    width: 260px;
  }
  #banner .bot .listBox li.li1 {
    top: -20vw;
  }
  #banner .bot .listBox li.li2 {
    top: 2vw;
  }
  #index-body .init_2 .box ul {
    height: 600px;
  }
  #footer .top .itemBox .item1 {
    width: 50%;
  }
  #footer .top .itemBox .item3 {
    width: 45%;
  }
  #banner .bot .listBox li.li .titleBox .titl {
    min-height: 30px;
  }
}
@media (max-width: 1000px) {
  #banner .swiper ul li .container .textBox {
    width: 100%;
  }
  #index-body .init_1 .container .bot .numberBox li {
    width: 50%;
    text-align: center;
  }
  #index-body .init_2 .box ul {
    height: 510px;
  }
  #index-body .init_2 .box ul li.active .list a.img {
    max-height: 255px;
  }
}
@media (max-width: 700px) {
  #index-body .init_2 .box ul {
    height: auto;
  }
  #index-body .init_2 .box ul li {
    width: 50%;
  }
  #index-body .init_2 .box ul li.active {
    width: 50%;
  }
  #index-body .init_2 .box ul li .list .titleBox .txt {
    font-size: 14px;
    opacity: 1;
    zoom: 1;
  }
  #index-body .init_2 .box ul li .list a.img {
    max-height: 255px;
  }
  #index-body .init_4 .itemBox li {
    width: 100%;
  }
  #index-body .init_5 .swiper ul li {
    width: 40%;
  }
  #index-body .init_5 .swiper ul li.swiper-slide-active {
    width: 60%;
  }
  #footer .top .itemBox .item1 {
    width: 100%;
  }
  #footer .top .itemBox .item3 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .init_2 .box ul {
    height: auto;
  }
  #index-body .init_2 .box ul li {
    width: 100%;
  }
  #index-body .init_2 .box ul li.active {
    width: 100%;
  }
  #index-body .init_2 .box ul li .list .titleBox .title {
    min-height: auto;
    margin-bottom: 15px;
  }
  #index-body .init_2 .box ul li .list a.img {
    max-height: 180px;
  }
  #index-body .init_2 .box ul li .list .titleBox {
    max-width: 100%;
  }
  #index-body .init_5 .swiper ul li {
    width: 100%;
  }
  #index-body .init_5 .swiper ul li.swiper-slide-active {
    width: 100%;
  }
}
.inner-banner {
  background-repeat: no-repeat;
  background-size: 40.625% auto;
  padding-top: 100px;
  position: relative;
}
.inner-banner .bgImg {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40.625%;
  height: auto;
  z-index: 0;
}
.inner-banner .container {
  z-index: 5;
}
.proMenuBox {
  width: 284px;
  border-radius: 10px;
  position: sticky;
  top: 110px;
  z-index: 9;
}
.proMenuBox .item {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
  background: linear-gradient(160deg, #fff 0%, rgba(211, 145, 67, 0.1) 60%, rgba(211, 145, 67, 0.2) 85%, rgba(211, 145, 67, 0.39) 100%);
}
.proMenuBox .item .titl {
  color: #111111;
}
.proMenuBox .item .tit {
  max-width: calc(100% - 18px);
}
.proMenuBox .item form.search {
  width: 100%;
  position: relative;
}
.proMenuBox .item form.search input {
  width: 100%;
  border: none;
  background-color: transparent;
}
.proMenuBox .item form.search input.in {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #9b9998;
  padding-right: 30px;
}
.proMenuBox .item form.search input.in::placeholder {
  color: #a6a6a6;
}
.proMenuBox .item form.search input.sub {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background-image: url('../images/proMenuSearch.png');
  background-repeat: no-repeat;
}
.proMenuBox .item .nav_cont > li {
  padding-left: 18px;
  width: 100%;
}
.proMenuBox .item .nav_cont > li a.active {
  color: var(--color);
}
.proMenuBox .item .nav_cont > li > a {
  width: 100%;
  position: relative;
}
.proMenuBox .item .nav_cont > li > a i.round {
  width: 8px;
  height: 8px;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
}
.proMenuBox .item .nav_cont > li > a i.iconfont {
  color: #737270;
}
.proMenuBox .item .nav_cont > li > a i.iconfont.active {
  color: var(--color);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.proMenuBox .item .nav_cont > li .nav_cont_item {
  width: 100%;
  display: none;
}
.proMenuBox .item .nav_cont > li .nav_cont_item li {
  width: 100%;
}
.proMenuBox .item .nav_cont > li .nav_cont_item.active {
  display: block;
}
.proMenuBox .item form.form {
  position: relative;
}
.proMenuBox .item form.form input {
  width: 100%;
  height: 36px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #6a6a6a;
  color: #111;
}
.proMenuBox .item form.form input.mes {
  padding-right: 25px;
}
.proMenuBox .item form.form input.inquery {
  width: 21px;
  height: 21px;
  background-image: url(../images/subImg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  position: absolute;
  right: 0;
  bottom: 12px;
}
.proMenuBox .item form.form input.inquery:hover {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.proMenuRight {
  width: calc(100% - 284px);
  max-width: 1185px;
}
.proList .list {
  width: 100%;
  height: 100%;
}
.proList .list .imgBox {
  border: 1px solid transparent;
  border-radius: 10px;
}
.proList .list .imgBox .bg {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.proList .list:hover .imgBox {
  border: 1px solid var(--color);
}
.proList .list:hover .imgBox .bg {
  opacity: 1;
}
.proList .list:hover .titl {
  font-weight: bold;
}
.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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-page > div span,
.m-page > div a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 8px;
  border: solid 1px #949494;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #949494;
  margin: 0 5px;
}
.m-page > div span:hover,
.m-page > div a:hover {
  border: 1px solid var(--color);
  background-color: var(--color);
  color: #fff;
}
.m-page > div span {
  border: 1px solid var(--color);
  background-color: var(--color);
  color: #fff;
}
.product_page .pro_1 {
  background-image: url('../images/product_1Bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.product_page .pro_1 .right .contBox {
  max-height: 260px;
  overflow-y: auto;
}
.product_page .pro_1 .right .proList {
  margin-left: -14px;
  margin-right: -14px;
}
.product_page .pro_1 .right .proList li {
  padding: 0 14px;
}
@media screen and (max-width: 700px) {
  .product_page .pro_1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product_page .pro_1 .right .proList li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product_page .pro_1 .right .proList {
    margin: 0;
    margin-top: 20px;
  }
  .product_page .pro_1 .right .proList li {
    width: 100%;
    padding: 0;
  }
}
.seoBox .seoAbout .box {
  width: 100%;
  background-image: url('../images/seoAboutBg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.seoBox .seoAbout .box .left {
  width: 50.2%;
}
.seoBox .seoAbout .box .left img {
  border-radius: 10px;
}
.seoBox .seoAbout .box .right {
  width: 49.8%;
}
.seoBox .seoForm .box {
  background-image: url('../images/seoFormBg.jpg');
  background-size: 100% 100%;
  border-radius: 10px;
}
.seoBox .seoForm .box form input,
.seoBox .seoForm .box form textarea {
  background-color: #0a0907;
  border: none;
  border-radius: 5px;
}
.seoBox .seoForm .box form input {
  width: calc(50% - 9px);
  height: var(--px66);
  min-height: 45px;
}
.seoBox .seoForm .box form textarea {
  width: 100%;
  height: var(--px200);
  min-height: 100px;
}
.seoBox .seoForm .box form .inquery {
  width: 100%;
  background-color: var(--color);
}
.seoBox .seoForm .box form .inquery:hover {
 border:1px solid #d290426e;
  background: #111;
  color:#d29042;
}
@media screen and (max-width: 700px) {
  .seoBox .seoForm .box form input {
    width: 100%;
  }
}
.product_add img {
  filter: grayscale(100%) brightness(0.7);
}
.product_add.active img {
  filter: grayscale(0%) brightness(1);
}
.prodet_page {
  background-color: #f7f6f2;
}
.prodet_page .prodet_box {
  width: 100%;
  height: auto;
  background-image: url('../images/prodet_boxBg.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top 50% right;
}
.prodet_page .prodet_box .prodet_1 {
  width: 100%;
  background: linear-gradient(160deg, #fff 0%, rgba(211, 145, 67, 0.05) 80%, rgba(211, 145, 67, 0.08) 95%, rgba(211, 145, 67, 0.1) 100%);
  border-radius: 10px;
}
.prodet_page .prodet_box .prodet_1 .img {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}
.prodet_page .prodet_box .prodet_1 .right {
  width: 59%;
  border-radius: 10px;
}
.prodet_page .prodet_box .prodet_1 .right .back:hover img {
  transform: translateX(-3px);
}
.prodet_page .prodet_box .prodet_2 .tabBox {
  border-bottom: 1px solid #666;
  background-color: #f7f6f2;
  position: sticky;
  top: 100px;
  z-index: 9;
}
.prodet_page .prodet_box .prodet_2 .tabBox .tab {
  position: relative;
}
.prodet_page .prodet_box .prodet_2 .tabBox .tab::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 3px;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet_page .prodet_box .prodet_2 .tabBox .tab:hover,
.prodet_page .prodet_box .prodet_2 .tabBox .tab.active {
  color: var(--color);
}
.prodet_page .prodet_box .prodet_2 .tabBox .tab:hover::before,
.prodet_page .prodet_box .prodet_2 .tabBox .tab.active::before {
  width: 100%;
}
.prodet_page .prodet_box .prodet_2 .tabBox .tab p:nth-child(1) {
  display: block;
}
.prodet_page .prodet_box .prodet_2 .imgdetBox .imgDet {
  display: none;
}
.prodet_page .prodet_box .prodet_2 .imgdetBox .imgDet:first-child {
  display: block;
}
.prodet_page .prodet_box .prodet_2 .imgdetBox .imgDet .listBox li .list .imgBox {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f7f6f2;
  width: 38.4%;
  position: relative;
}
.prodet_page .prodet_box .prodet_2 .imgdetBox .imgDet .listBox li .list .imgBox .lookIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.prodet_page .prodet_box .prodet_2 .imgdetBox .imgDet .listBox li .list .imgBox:hover {
  border-color: var(--color);
}
.prodet_page .prodet_box .prodet_2 .imgdetBox .imgDet .listBox li .list .imgBox:hover .lookIcon {
  opacity: 1;
}
.prodet_page .prodet_box .prodet_2 .imgdetBox .imgDet .listBox li .list .textBox {
  width: 61.6%;
}
.prodet_page .prodet_box .prodet_2 .imgdetBox .imgDet .listBox li:first-child {
  display: none;
}
.prodet_page .prodet_box .prodet_3 form input,
.prodet_page .prodet_box .prodet_3 form textarea {
  background-color: #e6e5e1;
  border: none;
  border-radius: 5px;
  color: #111;
}
.prodet_page .prodet_box .prodet_3 form input {
  width: calc(50% - 5px);
  height: var(--px66);
  min-height: 45px;
}
.prodet_page .prodet_box .prodet_3 form input.inquery {
  width: 100%;
  background-color: var(--color);
  color: #fff;
}
.prodet_page .prodet_box .prodet_3 form input.inquery:hover {
  background-color: #111;
}
.prodet_page .prodet_box .prodet_3 form textarea {
  width: 100%;
  height: var(--px200);
  min-height: 90px;
}
@media screen and (max-width: 700px) {
  .prodet_page .prodet_box .prodet_1 .img,
  .prodet_page .prodet_box .prodet_1 .right,
  .prodet_page .prodet_box .prodet_2 .imgdetBox .imgDet .listBox li .list .imgBox,
  .prodet_page .prodet_box .prodet_2 .imgdetBox .imgDet .listBox li .list .textBox,
  .prodet_page .prodet_box .prodet_3 form input {
    width: 100%;
  }
  .prodet_page .prodet_box .prodet_2 .imgdetBox .imgDet .listBox li .list .textBox,
  .prodet_page .prodet_box .prodet_1 .right {
    padding-left: 0;
  }
}
@keyframes historyScroll {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.swiperBtns1 .btns {
  width: var(--px57);
  height: var(--px57);
  min-width: 35px;
  min-height: 35px;
  border-radius: 8px;
  border: solid 1px #a6a6a6;
}
.swiperBtns1 .btns:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: #fff;
}
.about_page {
  height: auto;
  background-image: url(../images/prodet_boxBg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top 30% right;
}
.about_page .ab_1 .left {
  width: 65.7%;
  margin-left: calc((1150px - 100vw) / 2 - 15px);
}
.about_page .ab_1 .right {
  width: 70%;
}
.about_page .ab_1 .right .numberBox li:hover .num {
  color: var(--color);
}
.about_page .ab_2 img {
  border-radius: 10px;
}


.about_page .ab_2 .play-btn {
  background-color: transparent;
  width: var(--px190);
  height: var(--px190);
  min-width: 70px;
  min-height: 70px;
}
.about_page .ab_2 .play-btn::after,
.about_page .ab_2 .play-btn::before {
  display: none;
}
.about_page .ab_3 .box {
  position: relative;
}
.about_page .ab_3 .box .item {
  width: 45%;
}
.about_page .ab_3 .box .item .year {
  border-left: 2px solid #e7e3da;
}
.about_page .ab_3 .box .item:nth-child(odd) {
  margin-left: auto;
  padding-left: 3%;
}
.about_page .ab_3 .box .item:nth-child(even) {
  padding-right: 3%;
  text-align: right;
}
.about_page .ab_3 .box .ab_3Line {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #292929;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.about_page .ab_3 .box .ab_3Line .lineBox {
  width: 100%;
  position: relative;
}
.about_page .ab_3 .box .ab_3Line .lineBox .line {
  width: 100%;
  background-color: var(--color);
}
.about_page .ab_3 .box .ab_3Line .lineBox .down {
  position: relative;
  margin-left: -14px;
  width: 30px;
  height: 30px;
}
.about_page .ab_3 .box .ab_3Line .lineBox .down img {
  max-width: none;
  position: absolute;
}
.about_page .ab_3 .box .ab_3Line .lineBox .down .round {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.about_page .ab_3 .box .ab_3Line .lineBox .down::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--px95);
  height: var(--px95);
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  border-top: 1px solid var(--color);
  box-sizing: border-box;
  animation: historyScroll 1.5s linear infinite;
  transition: all 0.4s;
  transition-property: border-top;
}
.about_page .ab_4 {
  padding-left: 15px;
}
.about_page .ab_4 .box {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
}
.about_page .ab_4 .box .left {
  width: 17.3%;
}
.about_page .ab_4 .box .right {
  width: 82.7%;
}
.about_page .ab_4 .box .right .swiper {
  width: 100%;
}
.about_page .ab_5 .titleBox {
  width: 100%;
  max-width: 830px;
  margin: auto;
}
.about_page .ab_5 .q1-r {
  position: relative;
  padding-left: 28px;
  padding-right: 28px;
  width: 100%;
}
.about_page .ab_5 .q1-r .swiper5 {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
}
.about_page .ab_5 .q1-r .swiperBtns .btns {
  background-color: #070707;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.about_page .ab_5 .q1-r .swiperBtns .btns:hover {
  background-color: var(--color);
}
.about_page .ab_5 .q1-r .swiperBtns .btns.prev {
  left: 0;
}
.about_page .ab_5 .q1-r .swiperBtns .btns.next {
  right: 0;
}
@media screen and (max-width: 1700px) {
  .about_page .ab_1 .left {
    margin-left: calc((1400px - 100vw) / 2 - 15px);
  }
}
@media screen and (max-width: 1450px) {
  .about_page .ab_1 .left {
    margin-left: calc((1200px - 100vw) / 2 - 15px);
  }
}
@media screen and (max-width: 1250px) {
  .about_page .ab_1 .left {
    margin-left: calc((970px - 100vw) / 2 - 15px);
  }
}
@media screen and (max-width: 1000px) {
  .about_page .ab_1 .left {
    margin-left: 0;
  }
  .about_page .ab_4 {
    padding-right: 15px;
  }
  .about_page .ab_5 .q1-r .swiper5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .about_page .ab_3 .box .ab_3Line {
    left: 0;
    transform: none;
    display: none;
  }
  .about_page .ab_3 .box .item {
    margin-bottom: 15px;
  }
  .about_page .ab_3 .box .item:nth-child(even),
  .about_page .ab_3 .box .item:nth-child(odd) {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about_page .ab_5 .q1-r .swiper5 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.faq_page .faq_1 .proMenuBox .item {
  background: linear-gradient(135deg, #060606 0%, rgba(55, 39, 21, 0.4) 60%, rgba(55, 39, 21, 0.7) 85%, #372715 100%);
}
.faq_page .faq_1 .proMenuBox .item .titl {
  color: #e7e3da;
}
.faq_page .faq_1 .proMenuBox .item form.form input {
  color: #fff;
}
.faq_page .faq_1 .faqListBox {
  width: calc(100% - 285px);
}
.faq_page .faq_1 .faqListBox ul li {
  border-bottom: 1px solid #242424;
}
.faq_page .faq_1 .faqListBox ul li .titl .tit {
  max-width: calc(100% - 15px);
}
.faq_page .faq_1 .faqListBox ul li .titl i {
  position: relative;
  width: 12px;
  height: 12px;
}
.faq_page .faq_1 .faqListBox ul li .titl i::before,
.faq_page .faq_1 .faqListBox ul li .titl i::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.faq_page .faq_1 .faqListBox ul li .titl i::before {
  width: 100%;
  height: 3px;
}
.faq_page .faq_1 .faqListBox ul li .titl i::after {
  width: 3px;
  height: 100%;
}
.faq_page .faq_1 .faqListBox ul li .content {
  display: none;
}
.faq_page .faq_1 .faqListBox ul li.active .titl i::after {
  height: 0;
}
.faq_page .faq_1 .faqListBox ul li:nth-last-child(1) {
  border-bottom: none;
}
.solu_page {
  height: auto;
  background-image: url(../images/prodet_boxBg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
}
.solu_page .solu_1 .container {
  max-width: 1150px;
}
.solu_page .solu_1 .listBox .list .imgBox {
  width: 50%;
}
.solu_page .solu_1 .listBox .list .imgBox img {
  border-radius: 10px;
}
.solu_page .solu_1 .listBox .list .textBox {
  width: 46.7%;
}
.solu_page .solu_1 .listBox .list:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.soludet_page .soludet_1 .top {
  border-radius: 10px;
  overflow: hidden;
}
.soludet_page .soludet_1 .top img.img {
  width: 100%;
  min-height: 200px;
  border-radius: 10px;
}
.soludet_page .soludet_1 .top .bg {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.soludet_page .soludet_1 .top .titl {
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.soludet_page .soludet_2 ul {
  margin: 0 var(--npx17);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.soludet_page .soludet_2 ul li {
  width: 50%;
  padding: 0 var(--px17);
  margin-bottom: var(--px62);
}
.soludet_page .soludet_2 ul li img {
  width: 100%;
  border-radius: 10px;
  display: block;
  margin: 0 auto var(--px40);
}
.soludet_page .soludet_2 ul li h2 {
  display: block;
  width: 100%;
  font-size: var(--px22);
  font-weight: bold;
  color: #e7e3da;
  line-height: 1.2;
}
@media screen and (max-width: 1250px) {
  .solu_page .solu_1,.soludet_page .soludet_1 {
    padding-top: var(--px80);
  }
}
@media screen and (max-width: 700px) {
  .soludet_page .soludet_2 ul {
    margin: 0;
  }
  .soludet_page .soludet_2 ul li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 700px) {
  .soludet_page .soludet_2 ul li {
    width: 100%;
    text-align: center;
  }
  .soludet_page .soludet_2 ul li img {
    max-width: 360px;
  }
}
.manu_page {
  height: auto;
  background-image: url(../images/prodet_boxBg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top 45% right;
}
.manu_page .manu_1 .top .textBox {
  width: 50%;
}
.manu_page .manu_1 .center {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.manu_page .manu_1 .bot .numberBox li .list:hover .num {
  color: var(--color);
}
.manu_page .manu_2 .imgBox {
  width: 50%;
}
.manu_page .manu_2 .imgBox img {
  border-radius: 15px;
}
.manu_page .manu_2 .textBox {
  width: 45%;
}
.manu_page .manu_2 .textBox .num {
  width: 37%;
}
.manu_page .manu_2 .textBox .txt {
  width: 63%;
  border-left: 2px solid #2f2519;
}
.manu_page .manu_3 .swiper .swiper-wrapper {
  align-items: center;
}
.manu_page .manu_3 .swiper ul li.swiper-slide {
  height: auto;
  width: 60%;
  transition: all 0.4s ease;
  opacity: 0.5;
  transform: scale(0.6);
  filter: brightness(0.6);
}
.manu_page .manu_3 .swiper ul li.swiper-slide .list {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.manu_page .manu_3 .swiper ul li.swiper-slide .list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.manu_page .manu_3 .swiper ul li.swiper-slide .list .titl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.manu_page .manu_3 .swiper ul li.swiper-slide .list::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 10px;
}
.manu_page .manu_3 .swiper ul li.swiper-slide .list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-image: url('../images/manu_3Bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  border-radius: 10px;
}
.manu_page .manu_3 .swiper ul li.swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  filter: brightness(1);
  z-index: 10;
}
.manu_page .manu_3 .swiper ul li.swiper-slide.swiper-slide-active .list::after {
  background: rgba(0, 0, 0, 0);
}
.manu_page .manu_3 .swiper ul li.swiper-slide.swiper-slide-active .list::before {
  opacity: 1;
}
.manu_page .manu_3 .swiper ul li.swiper-slide.swiper-slide-active .list .titl {
  top: auto;
  left: var(--px44);
  bottom: var(--px20);
  transform: none;
}
.manu_page .manu_3 .swiper ul li.swiper-slide.swiper-slide-prev,
.manu_page .manu_3 .swiper ul li.swiper-slide.swiper-slide-next {
  width: 55%;
  opacity: 0.8;
  transform: scale(0.6);
  filter: brightness(0.7);
}
.manu_page .manu_3 .swiper ul li.swiper-slide.swiper-slide-next .list .titl {
  left: 15%;
}
.manu_page .manu_3 .swiper ul li.swiper-slide.swiper-slide-prev .list .titl {
  left: auto;
  right: 5%;
}
.manu_page .manu_3 .swiper-button-prev {
  left: 5%;
}
.manu_page .manu_3 .swiper-button-next {
  right: 5%;
}
.manu_page .manu_3 .swiperBtns1 .btns {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #070707;
  z-index: 5;
}
.manu_page .manu_3 .swiperBtns1 .btns:hover {
  background-color: var(--color);
}
.manu_page .manu_3 .swiperBtns1 .btns.prev {
  left: 0;
}
.manu_page .manu_3 .swiperBtns1 .btns.next {
  right: 0;
}
.manu_page .manu_4 .box {
  background-image: url('../images/manu_4Bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
}
.manu_page .manu_4 .box .txt {
  max-width: 810px;
  margin: auto;
}
.manu_page .manu_5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.manu_page .manu_5 .left {
  width: 45%;
}
.manu_page .manu_5 .left .txt {
  border-bottom: 1px solid #262626;
}
.manu_page .manu_5 .left .faqListBox {
  width: 100%;
}
.manu_page .manu_5 .left .faqListBox ul {
  width: 100%;
}
.manu_page .manu_5 .left .faqListBox ul li {
  width: 100%;
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.manu_page .manu_5 .left .faqListBox ul li .titl {
  cursor: pointer;
  user-select: none;
}
.manu_page .manu_5 .left .faqListBox ul li .titl .tit {
  max-width: calc(100% - 30px);
}
.manu_page .manu_5 .left .faqListBox ul li .titl i {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
  flex-shrink: 0;
}
.manu_page .manu_5 .left .faqListBox ul li .titl i::before,
.manu_page .manu_5 .left .faqListBox ul li .titl i::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color);
  transition: all 0.4s ease;
}
.manu_page .manu_5 .left .faqListBox ul li .titl i::before {
  width: 100%;
  height: 2px;
}
.manu_page .manu_5 .left .faqListBox ul li .titl i::after {
  width: 2px;
  height: 100%;
}
.manu_page .manu_5 .left .faqListBox ul li .content {
  display: none;
  color: #999;
}
.manu_page .manu_5 .left .faqListBox ul li.active .titl {
  color: var(--color);
}
.manu_page .manu_5 .left .faqListBox ul li.active .titl i::after {
  height: 0;
}
.manu_page .manu_5 .right {
  width: 52.5%;
  overflow: hidden;
}
.manu_page .manu_5 .right .img {
  width: 100%;
  height: 100%;
}
.manu_page .manu_5 .right .img::after {
  content: none;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  z-index: -1;
}
.manu_page .manu_5 .right ul li {
  position: absolute;
  right: 0%;
  top: 2%;
  width: 89%;
  height: 96%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
.manu_page .manu_5 .right ul li img {
  border-radius: 15px;
}
.manu_page .manu_5 .right ul li.active1 {
  width: 92.5%;
  right: 2%;
  z-index: 3;
  opacity: 0.8;
}
.manu_page .manu_5 .right ul li.active2 {
  width: 90%;
  right: 0;
  z-index: 1;
  opacity: 0.7;
}
.manu_page .manu_5 .right ul li.active {
  position: relative;
  width: 95.5% !important;
  height: 100% !important;
  right: 0% !important;
  top: 0;
  z-index: 5;
}
.manu_page .manu_6 .swiper-pagination {
  top: auto;
  bottom: 0;
  height: 1px;
  background-color: #262626;
}
.manu_page .manu_6 .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #5f492f;
}
@media screen and (max-width: 1000px) {
  .manu_page .manu_3 .swiper ul li.swiper-slide.swiper-slide-prev .list .titl {
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  .manu_page .manu_3 .swiper ul li.swiper-slide.swiper-slide-active {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .manu_page .manu_2 .textBox .txt {
    width: 100%;
    max-width: calc(100% - 80px);
  }
}
.oem_page {
  height: auto;
  background-image: url(../images/prodet_boxBg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top 45% right;
  position: relative;
}
.oem_page .oemBg1 {
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 53.5vw;
}
.oem_page .container {
  z-index: 2;
}
.oem_page .oem_1 {
  position: relative;
  z-index: 5;
}
.oem_page .oem_1 .box {
  background-image: url('../images/oem_1Bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.oem_page .oem_1 .box .left {
  width: 55%;
}
.oem_page .oem_2 .listBox {
  align-items: stretch;
}
.oem_page .oem_2 .listBox li {
  width: 37.2%;
  border: 1px solid rgba(211, 145, 67, 0.24);
  border-radius: 10px;
  min-height: 340px;
}
.oem_page .oem_2 .listBox li .list {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.oem_page .oem_2 .listBox li .list .txt {
  font-size: 0;
  width: 0;
  overflow: hidden;
}
.oem_page .oem_2 .listBox li .list .por {
  z-index: 3;
}
.oem_page .oem_2 .listBox li .list .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(160deg, #0e0e0d 0%, #100f0e 50%, #221b13 65%, #402f1b 100%);
  border-radius: 10px;
  opacity: 0;
}
.oem_page .oem_2 .listBox li.active {
  width: 62.8%;
}
.oem_page .oem_2 .listBox li.active .titleBox {
  text-align: left;
  width: 100%;
}
.oem_page .oem_2 .listBox li.active .txt {
  font-size: var(--px18);
  width: 100%;
}
.oem_page .oem_2 .listBox li.active .bg {
  opacity: 1;
}
.oem_page .oem_3 .listBox li {
  border-top: 2px solid #262626;
}
.oem_page .oem_3 .listBox li .list .num {
  width: var(--px57);
  height: var(--px57);
  min-width: 36px;
  min-height: 36px;
  border-radius: 8px;
  border: solid 1px #6a6a6a;
}
.oem_page .oem_3 .listBox li .list .titleBox {
  width: 28.6%;
}
.oem_page .oem_3 .listBox li .list .txt {
  width: calc(100% - 28.6% + var(--npx57));
}
.oem_page .oem_3 .listBox li .list:hover {
  color: var(--color);
}
.oem_page .oem_3 .listBox li .list:hover .num {
  border: 1px solid var(--color);
}
.oem_page .oem_4 .swiper ul li {
  height: auto;
}
.oem_page .oem_4 .swiper ul li .list {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #0d0d0d;
  border-radius: 8px;
  overflow: hidden;
}
.oem_page .oem_4 .swiper ul li .list .por {
  z-index: 3;
}
.oem_page .oem_4 .swiper ul li .list .imgBox {
  width: 100%;
}
.oem_page .oem_4 .swiper ul li .list .imgBox img {
  max-width: 76%;
}
.oem_page .oem_4 .swiper ul li .list .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../images/oem_4ListBg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.oem_page .oem_4 .swiper ul li .list:hover .bg {
  opacity: 1;
}
.oem_page .oem_5 .swiper ul li .list .iconBox {
  width: 39px;
  height: 34px;
}
.oem_page .oem_5 .swiper ul li .list .txt {
  width: calc(100% - 39px);
}
.oem_page .oem_5 .swiper ul li .list:hover .iconBox img {
  transform: rotateY(360deg);
}
.oem_page .oem_6 .listBox {
  width: 100%;
  align-items: stretch;
  border-radius: var(--px20);
  overflow: hidden;
}
.oem_page .oem_6 .listBox li {
  width: 19.1%;
  height: 480px;
}
.oem_page .oem_6 .listBox li .list {
  padding: 0;
  width: 100%;
  height: 100%;
  padding-top: var(--px28);
}
.oem_page .oem_6 .listBox li .list .box {
  height: 100%;
}
.oem_page .oem_6 .listBox li .list .por {
  z-index: 3;
}
.oem_page .oem_6 .listBox li .list .textBox {
  margin-top: auto;
  opacity: 0;
  transform: translateY(20%);
}
.oem_page .oem_6 .listBox li .list .textBox .txt {
  max-height: 175px;
  overflow-y: auto;
}
.oem_page .oem_6 .listBox li .list .bg {
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background-image: url('../images/oem_6listBg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  opacity: 0;
}
.oem_page .oem_6 .listBox li.active {
  width: 42.7%;
}
.oem_page .oem_6 .listBox li.active .list {
  padding: var(--px28) var(--px30) var(--px32) var(--px35);
}
.oem_page .oem_6 .listBox li.active .list .textBox {
  opacity: 1;
  transform: translateY(0);
}
.oem_page .oem_6 .listBox li.active .list .bg {
  opacity: 1;
}
.oem_page .oem_7 .swiperBox .line {
  width: 100%;
  height: 3px;
  background-color: #262626;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.oem_page .oem_7 .swiperBox .swiper {
  z-index: 2;
}
.oem_page .oem_7 .swiperBox .swiper ul li {
  height: auto;
}
.oem_page .oem_7 .swiperBox .swiper ul li .list {
  width: 100%;
  height: 100%;
}
.oem_page .oem_7 .swiperBox .swiper ul li .list .round {
  width: 8px;
  height: 8px;
  background-color: var(--color);
  border-radius: 50%;
}
.oem_page .oem_7 .swiperBox .swiper ul li:nth-child(odd) .list .title1 {
  opacity: 0;
}
.oem_page .oem_7 .swiperBox .swiper ul li:nth-child(even) .list .title2 {
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .oem_page .oem_2 .listBox li {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .oem_page .oem_2 .listBox li .list .txt {
    font-size: var(--px18);
    width: 100%;
  }
  .oem_page .oem_2 .listBox li.active .titleBox {
    text-align: center;
  }
  .oem_page .oem_3 .listBox li .list .txt {
    width: calc(100% - 28.6% - 37px);
  }
  .oem_page .oem_6 .listBox li {
    width: 50%;
    height: 350px;
  }
  .oem_page .oem_6 .listBox li.active {
    width: 50%;
  }
  .oem_page .oem_6 .listBox li .list {
    padding: var(--px28) var(--px30) var(--px32) var(--px35);
  }
  .oem_page .oem_6 .listBox li .list .textBox {
    opacity: 1;
    transform: translateY(0);
  }
  .oem_page .oem_6 .listBox li .list .textBox .txt {
    max-height: 200px;
  }
}
@media screen and (max-width: 700px) {
  .oem_page .oem_1 .box .left {
    width: 75%;
  }
  .oem_page .oem_1 .box .left .txt {
    padding: 0;
  }
  .oem_page .oem_3 .listBox li .list .titleBox {
    width: calc(100% - 37px);
  }
  .oem_page .oem_3 .listBox li .list .txt {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .oem_page .oem_6 .listBox li {
    width: 100%;
  }
  .oem_page .oem_6 .listBox li.active {
    width: 100%;
  }
}
.project_page {
  position: relative;
}
.project_page .ject_1 .jectMenuBox {
  position: sticky;
  top: 100px;
  z-index: 9;
  border-bottom: 1px solid #666666;
  background-color: #111111;
}
.project_page .ject_1 .jectMenuBox .jectMenu {
  display: inline-block;
  position: relative;
}
.project_page .ject_1 .jectMenuBox .jectMenu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.project_page .ject_1 .jectMenuBox .jectMenu:hover,
.project_page .ject_1 .jectMenuBox .jectMenu.active {
  color: var(--color);
}
.project_page .ject_1 .jectMenuBox .jectMenu:hover::after,
.project_page .ject_1 .jectMenuBox .jectMenu.active::after {
  width: 100%;
}
.project_page .ject_1 .listBox {
  margin: 0 -10px;
}
.project_page .ject_1 .listBox .listli {
  padding: 0 10px;
}
.project_page .ject_1 .listBox .listli .list img {
  border-radius: 8px;
}
@media screen and (max-width: 1000px) {
  .project_page .ject_1 .listBox .listli {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .project_page .ject_1 .listBox .listli {
    width: 100%;
  }
}
#cart .right ul li input, #cart .right ul li textarea {
  color: #e7e3da !important;
}
.gallery-page .container .content {
  margin: 0 var(--npx20);
}

.gallery-page .container .content p {
  font-size: var(--px18);
  letter-spacing: 0;
  line-height: 1.5;
}

.gallery-page .container .content .column {
  padding: 0 var(--px20);
}

.gallery-page .container .content .column .box a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.gallery-page .container .content .column .box a img {
  width: 100%;
}

.gallery-page .container .content .column .box .text {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 16px;
  font-size: var(--px18);
  line-height: 1.7;
  color: #ffffff;
  text-transform: capitalize;
}

.gallery-page .container .content .column .box .text .cir {
  width: 6px;
  height: 6px;
  background-color: var(--color);
  border-radius: 50%;
  margin-top: 12px;
}
.gallery-page .container .content .column .box .text h3 {
  display: inline-block;
  width: calc(100% - 6px);
}
.gallery-page .container .content .column:hover .box .text {
  opacity: 1;
}

.gallery-page .container .m-page {
  text-align: center;
}
@media screen and (max-width: 1250px) {
  .gallery-page .container .content {
    margin: 0 -5px;
  }
  .gallery-page .container .content .column {
    width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .container .content .column {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .gallery-page .container .content {
    margin: 0;
  }

  .gallery-page .container .content .column {
    padding: 0;
    width: 100%;
  }

  .gallery-page .container .content .column .box .text {
    opacity: 1;
  }
}

.news-page .container .cat_name_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-page .container .cat_name_list .list {
  margin-right: var(--px70);
  padding: 4px 10px;
  position: relative;
  font-size: var(--px20);
  line-height: 1.75;
}

.news-page .container .cat_name_list .list span {
  position: relative;
  z-index: 2;
  color: #fff;
}

.news-page .container .cat_name_list .list::before {
  content: '';
  position: absolute;
  width: 36px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #323232;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
}

.news-page .container .cat_name_list .list:hover::before,
.news-page .container .cat_name_list .list.active::before {
  background-color: var(--color);
}

.news-page .container .content {
  margin-top: var(--px70);
  padding-top: var(--px40);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 var(--npx30);
}

.news-page .container .content .list {
  width: 50%;
  padding: 0 var(--px30);
  margin-top: var(--px40);
}

.news-page .container .content .list .box {
  height: 100%;
      border: 1px solid #d2904259;
    border-radius: 10px;
}
}

.news-page .container .content .list .box a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.news-page .container .content .list .box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-page .container .content .list .box a:hover {
  color: var(--color);
}

.news-page .container .content .list .box .cont {
  position: relative;
  padding: var(--px36) var(--px30);
  color: #fff;
}

.news-page .container .content .list .box .cont .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(210, 144, 66, 0.4)), color-stop(rgba(210, 144, 66, 0)), to(rgba(210, 144, 66, 0)));
  background-image: -webkit-linear-gradient(left top, rgba(210, 144, 66, 0.4), rgba(210, 144, 66, 0), rgba(210, 144, 66, 0));
  background-image: -moz-linear-gradient(left top, rgba(210, 144, 66, 0.4), rgba(210, 144, 66, 0), rgba(210, 144, 66, 0));
  background-image: linear-gradient(to right bottom, rgba(210, 144, 66, 0.4), rgba(210, 144, 66, 0), rgba(210, 144, 66, 0));
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 10px;
}

.news-page .container .content .list .box .cont .time {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 2;
}

.news-page .container .content .list .box .cont .title {
  font-size: var(--px22);
  line-height: 1.5;
  margin-top: 16px;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  /*min-height: calc(var(--px22) * 1.5 * 3);*/
}

.news-page .container .content .list .box .cont .des {
  font-size: 18px;
  line-height: 1.875;
  margin-top: 12px;
      opacity: 0.5;
      text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;

}

.news-page .container .content .list:hover .box .cont .shadow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 1250px) {
  .news-page .container .content {
    margin: 0 -15px;
    padding-top: 0;
  }

  .news-page .container .content .list {
    padding: 0 15px;
  }

  .news-page .container .cat_name_list {
    display: none;
  }
}
@media (max-width: 1000px) {
  .news-page .container .content .list {
    text-align: center;
    width: 50%;
  }
  .news-page .container .content .list .box .cont .title {
    min-height: 0 !important;
  }
}

@media (max-width: 500px) {
  .news-page .container .content {
    margin: 0;
  }

  .news-page .container .content .list {
    padding: 0;
    width: 100%;
  }

  .news-page .container .content .list:first-child {
    margin-top: 0;
  }

  .news-page .container .content .list .box .cont {
    padding: 16px;
  }
}
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.newdet-page .container .title {
  font-size: var(--px30);
  line-height: 1.6;
  text-transform: capitalize;
  color: #fff;
}

.newdet-page .container .time {
  font-size: 16px;
  line-height: 1.875;
  margin-top: var(--px20);
  color: #ffffff;
}

.newdet-page .container .content {
  margin: var(--px20) 0;
  padding: var(--px20) 0;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  line-height: 1.875;
  font-size: 18px;
  color: #fff;
}
#innerMobileBanner .banner2 {
  margin-top: 60px;
}
#mobile2 .logo img {
  filter: brightness(0) invert(1);
  max-width: 230px;
}
.contact-page .init-1 {
  position: relative;
  background-image: url(../images/contact_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.contact-page .init-1 .container .left {
  width: 45%;
}

.contact-page .init-1 .container .left .title {
  font-size: var(--px35);
  line-height: 1.2;
  color: #fff;
}

.contact-page .init-1 .container .left .title em {
  color: var(--color);
}

.contact-page .init-1 .container .left .des {
  color: #8b8b8b;
  margin-top: var(--px32);
  line-height: 1.875;
}

.contact-page .init-1 .container .left .tip {
  color: #8b8b8b;
  line-height: 1.875;
}

.contact-page .init-1 .container .left .contact_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
}

.contact-page .init-1 .container .left .contact_list .list {
  margin-top: var(--px20);
  line-height: 1.875;
}

.contact-page .init-1 .container .left .contact_list .list .text {
  margin-top: 10px;
}

.contact-page .init-1 .container .left .contact_list .list.address {
  /*max-width: 350px;*/
  margin-top: var(--px20);
}

.contact-page .init-1 .container .left .contact_list .list.share {
  /*max-width: 350px;*/
  margin-top: var(--px20);
}

.contact-page .init-1 .container .left .contact_list .list.share .share_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
      justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page .init-1 .container .left .contact_list .list.share .share_list a {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-top: 12px;
  margin-right: 12px;
  background-color: #8b8b8b;
  padding: 0;
  border-radius: 0;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
}

.contact-page .init-1 .container .left .contact_list .list.share .share_list a i {
  position: relative;
  z-index: 2;
}

.contact-page .init-1 .container .right {
  width: 51%;
}

.contact-page .init-1 .container .right form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page .init-1 .container .right form input,
.contact-page .init-1 .container .right form textarea {
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-top: var(--px30);
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.16);
  padding: 10px 14px;
  font-size: 16px;
  line-height: 1.875;
  border: none;
  border-radius: 5px;
}

.contact-page .init-1 .container .right form input::-webkit-input-placeholder,
.contact-page .init-1 .container .right form textarea::-webkit-input-placeholder {
  color: #ffffff;
}

.contact-page .init-1 .container .right form input:-moz-placeholder,
.contact-page .init-1 .container .right form textarea:-moz-placeholder {
  color: #ffffff;
}

.contact-page .init-1 .container .right form input::-moz-placeholder,
.contact-page .init-1 .container .right form textarea::-moz-placeholder {
  color: #ffffff;
}

.contact-page .init-1 .container .right form input:-ms-input-placeholder,
.contact-page .init-1 .container .right form textarea:-ms-input-placeholder {
  color: #ffffff;
}

.contact-page .init-1 .container .right form input::placeholder,
.contact-page .init-1 .container .right form textarea::placeholder {
  color: #ffffff;
}

.contact-page .init-1 .container .right form textarea {
  width: 100%;
}

.contact-page .init-1 .container .right form .submit_btn {
  width: 100%;
  text-align: center;
  padding: 8px;
  margin-top: var(--px30);
  border: 1px solid var(--color);
  border-radius: 5px;
}

.contact-page .init-1 .container .right form .submit_btn:hover {
  background: var(--color);
  transition: 0.3s all;
}

.contact-page .init-1 .container .right form .submit_btn span {
  position: relative;
  z-index: 2;
  font-size: var(--px18);
  color: #fff;
}

.contact-page .init-2 {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

@media (max-width: 1500px) {
  .contact-page .init-1 .container .right {
    padding-right: 0;
  }
}

@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    margin-top: var(--px40);
    width: 100%;
  }

  .contact-page .init-1 .container .left .title {
    text-align: center;
  }

  .contact-page .init-1 .container .left .des {
    text-align: center;
  }

  .contact-page .init-1 .container .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 500px) {

  .contact-page .init-1 .container .right form input {
    margin-top: var(--px20);
    width: 100%;
  }

  .contact-page .init-1 .container .right form textarea {
    margin-top: var(--px20);
    width: 100%;
  }

  .contact-page .init-1 .container .left .contact_list {
    text-align: center;
  }

  .contact-page .init-1 .container .left .contact_list .list {
    width: 100%;
  }

  .contact-page .init-1 .container .left .contact_list .list.email {
    width: 100%;
  }
}
@media screen and (max-width: 1250px) {
  .manu_page .manu_1 ,
  .gallery-page,
  .oem_page,
  .project_page .ject_1,
  .newdet-page,
  .contact-page .init-1
  {
    padding-top: var(--px80);
  }
  .prodet_page .prodet_box .prodet_2 .tabBox ,
  .project_page .ject_1 .jectMenuBox
  {
    top: 60px;
  }
}


.seoPublic .Auxil-through a {
 
     border: 1px solid #f8f8f87d; 
    background: #f8f8f87d;
    border-radius: 39px;
 
}
