@keyframes nav_show {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
.container .button_public1 {
  display: block;
  width: fit-content;
  color: #000;
  font-size: 14px;
  padding: 12px 28px;
  line-height: 1;
  background-color: #fff;
  cursor: pointer;
  border-radius: 6px;
  text-transform: uppercase;
  transition: background 0.3s;
}
.container .button_public1:hover {
  background-color: #ffba04;
  color: #fff;
}
.container .button_public2 {
  background-color: #000;
  text-transform: uppercase;
  color: #fff;
}
.container .button_public4,
.container .button_public3 {
  color: #fff;
  display: block;
  width: fit-content;
  font-size: 14px;
  padding: 10px 24px;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #fff;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.3s;
}
.container .button_public4:hover,
.container .button_public3:hover {
  background-color: #ffba04;
  border-color: #ffba04;
  color: #fff;
}
.container .button_public4 {
  border-color: #000;
  color: #000;
}
.container .nav_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 642px;
  background: #000;
  z-index: 999999;
  animation: nav_show 0.3s linear;
  transform-origin: top center;
}
.container header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.container header .main {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  position: relative;
}
.container header .main nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999999;
  animation: nav_show 0.3s linear;
  transform-origin: top center;
}
.container header .main nav .email {
  margin-top: 50px;
}
.container header .main nav .email .icon {
  width: 38px;
}
.container header .main nav .email p {
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
}
.container header .main nav .nav li a {
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  display: block;
}
.container header .main nav .nav li a:hover {
  color: #ffba04;
}
.container header .main nav .nav li .sonNav {
  padding-left: 13px;
}
.container header .main nav .nav li .sonNav li a {
  font-size: 14px;
  padding: 12px 0;
  opacity: 0.9;
}
.container header .main nav .nav li .sonNav li a:hover {
  opacity: 1;
}
.container header .main .right,
.container header .main .left {
  display: flex;
  align-items: center;
  width: 0;
  flex: 1;
}
.container header .main .cancel_menu {
  font-size: 40px;
  color: #fff;
  display: none;
  position: relative;
  z-index: 9999999;
  margin-right: 42px;
  cursor: pointer;
}
.container header .main .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
  cursor: pointer;
}
.container header .main .menu .icon {
  width: 30px;
}
.container header .main .menu span {
  margin-top: 3px;
  font-size: 12px;
  font-family: "Montserrat-Light";
}
.container header .main .lang {
  color: #000;
  font-size: 12px;
  position: relative;
  z-index: 9999999;
  font-family: "Montserrat-Bold";
  cursor: pointer;
}
.container header .main .logo {
  font-size: 0;
  height: 97px;
}
.container header .main .logo img {
  height: 100%;
}
.container header .main .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.container header .main .right span {
  font-family: "MontserratSemiBold";
  color: #d0d0d0;
  font-size: 14px;
  text-transform: uppercase;
}
.container header .main .right .box {
  display: flex;
  align-items: center;
  margin-left: 25px;
  cursor: pointer;
}
.container header .main .right .box .icon {
  width: 16px;
  margin-left: 8px;
}
.container header .main .right .search {
  position: relative;
}
.container header .main .right .search input {
  outline-style: none;
  text-align: right;
  width: 330px;
  border-radius: 5px;
  padding: 14px 38px 14px 14px;
  border: none;
  background: transparent;
}
.container header .main .right .search .icon {
  margin-left: 0;
  position: absolute;
  right: 14px;
  pointer-events: none;
  cursor: pointer;
  z-index: 9999;
}
.container header .main .right .search_show input {
  border: 1px solid #000000;
  text-align: left;
  animation: searchAn 0.5s;
}
@keyframes searchAn {
  from {
    transform: translateX(8%);
  }
  to {
    transform: translateX(0);
  }
}
.container header .main .right .iconList {
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.container header .main .right .iconList a {
  background: #e8e8e8;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 19px;
  transition: background 0.3s;
}
.container header .main .right .iconList a .icon {
  height: 15px;
}
.container header .main .right .iconList a .icon img {
  width: auto;
  height: 100%;
}
.container header .main .right .iconList a:hover {
  background: #fff;
}
.container header.header_nav .main .menu {
  display: none;
}
.container header.header_nav .main .cancel_menu {
  display: block;
}
.container header.header_nav .main .lang {
  color: #fff;
  display: block !important;
}
.container header.header_nav .nav_bg {
  display: block;
}
.container header.header_nav nav {
  display: block;
}
.container .banner_static {
  width: 100%;
  font-size: 0;
}
.container .banner_static img {
  width: 100%;
  object-fit: cover;
}
.container .banner {
  position: relative;
  cursor: pointer;
}
.container .banner .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  pointer-events: none;
  z-index: 9;
}
.container .banner .mask h3 {
  font-size: 36px;
  width: fit-content;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 3px;
  font-family: "MontserratSemiBold";
}
.container .banner .mask p {
  line-height: 2;
  margin-top: 20px;
  font-size: 19px;
  text-transform: uppercase;
}
.container .banner .mask .button_public1 {
  display: flex;
  align-items: center;
  pointer-events: auto;
}
.container .banner .mask .button_public1 .icon {
  margin-right: 6px;
}
.container .banner .mask .button_public1 .icon .h {
  display: none;
}
.container .banner .mask .button_public1:hover .icon .img {
  display: none;
}
.container .banner .mask .button_public1:hover .icon .h {
  display: block;
}
.container .banner .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .banner .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #cbcacc !important;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.container .banner .swiper-pagination-clickable .swiper-pagination-bullet-active {
  background-color: #fff;
}
.container .button_public1 {
  margin-top: 45px;
}
.container .block_1 {
  margin-top: 50px;
}
.container .block_1 .title {
  text-align: center;
  font-size: 32px;
  font-family: "MontserratSemiBold";
  margin-bottom: 40px;
  text-transform: uppercase;
  word-break: break-all;
  white-space: pre-wrap;
}
.container .block_1 .rows {
  display: flex;
}
.container .block_1 .rows .item {
  width: 50%;
  font-size: 0;
  position: relative;
}
.container .block_1 .rows .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container .block_1 .rows .item .mask .tit {
  color: #fff;
  font-size: 32px;
  font-family: "MontserratSemiBold";
}
.container .block_1 .rows .item .mask p {
  font-size: 14px;
  font-family: "Montserrat-Light";
  color: #fff;
  margin-top: 25px;
  line-height: 24px;
}
.container .block_1 .rows .item .mask .button_public1 {
  margin-top: 42px;
}
.container .block_1 .rows .item img {
  width: 100%;
}
.container .block_2 {
  background: url("../images/whatWeOfferBg.png") no-repeat;
  background-size: cover;
  border-top: 5px solid #ffba04;
  margin-top: 48px;
  padding-bottom: 50px;
}
.container .block_2 .main .title {
  text-align: center;
  font-size: 48px;
  font-family: "MontserratSemiBold";
  margin-top: 49px;
  padding-bottom: 36px;
  text-transform: uppercase;
}
.container .block_2 .main ul {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 80px;
}
.container .block_2 .main ul li {
  width: calc(50% - 40px);
}
.container .block_2 .main ul li .item {
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.container .block_2 .main ul li .item::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: #ffba04;
  left: 0;
  top: 0;
  transform: rotate(15deg) translateX(-100%);
}
.container .block_2 .main ul li .item .left {
  padding: 0 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.container .block_2 .main ul li .item .left .tit {
  font-size: 36px;
  font-family: "MontserratSemiBold";
  text-align: left;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.container .block_2 .main ul li .item .left .tit::after {
  content: "";
  width: 53px;
  height: 5px;
  background-color: #ffba04;
  margin-top: 7px;
}
.container .block_2 .main ul li .item .left .desc {
  line-height: 30px;
  margin-top: 18px;
  letter-spacing: 1px;
}
.container .block_2 .main ul li .item .left .button_public1 {
  margin-top: 25px;
}
.container .block_2 .main ul li .item .pic {
  height: 414px;
  font-size: 0;
}
.container .block_2 .main ul li .item .pic img {
  height: 100%;
}
.container .block_2 .main .more {
  color: #000;
  font-size: 30px;
  border-bottom: 2px solid #505050;
  margin: 50px auto 0;
  display: block;
  width: fit-content;
  transition: color 0.3s;
}
.container .block_2 .main .more:hover {
  color: #ffba04;
  border-color: #ffba04;
}
.container .about {
  background: url("../images/aboutbg.png") no-repeat;
  background-size: cover;
  padding: 115px 0 205px;
}
.container .about .text {
  width: 50%;
  padding: 0 100px 0 60px;
  color: #fff;
}
.container .about .text .title {
  font-size: 36px;
  text-transform: uppercase;
  font-family: "MontserratSemiBold";
}
.container .about .text .desc {
  line-height: 36px;
  font-size: 18px;
  color: #fff;
  margin-top: 40px;
}
.container .about .text .button_public1 {
  margin-top: 40px;
}
.container .block_3 .title {
  font-size: 36px;
  text-align: center;
  font-family: "MontserratSemiBold";
  margin-top: 85px;
  padding-bottom: 45px;
  text-transform: uppercase;
}
.container .carList {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.container .carList .pic {
  width: 0;
  flex: 1;
  font-size: 0;
  position: relative;
}
.container .carList .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .carList .pic .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.56);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.8s;
}
.container .carList .pic .mask:hover {
  opacity: 1;
}
.container .carLogoList {
  margin-top: 45px;
}
.container .carLogoList .main {
  display: flex;
  align-items: center;
  gap: 30px;
}
.container .carLogoList .main .pic {
  flex: 1;
  font-size: 0;
  display: flex;
  align-items: center;
}
.container .carLogoList .main .pic img {
  max-width: 100%;
  width: auto;
}
.container .FollowUs {
  background-color: #000000;
  padding: 45px 0 36px;
  margin-top: 45px;
}
.container .FollowUs .title {
  color: #fff;
  font-family: "MontserratSemiBold";
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
}
.container .FollowUs .iconList {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px;
}
.container .FollowUs .iconList a {
  font-size: 0;
  position: relative;
}
.container .FollowUs .iconList a::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffba04;
  mix-blend-mode: multiply;
  transition: opacity 0.3s;
}
.container .FollowUs .iconList a:hover::before {
  opacity: 1;
}
.container footer {
  background-color: #fff;
  font-size: 14px;
  color: #a5a5a5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 50px;
}
.container footer p {
  line-height: 24px;
}
.container footer .icon {
  width: 95px;
  margin: 22px 0 15px;
}
.container .contactUs_page {
  margin-top: 85px;
}
.container .contactUs_page .main .title {
  font-size: 36px;
  font-family: "MontserratSemiBold";
  text-transform: uppercase;
  width: fit-content;
  border-bottom: 2px solid #000000;
  margin-bottom: 30px;
}
.container .contactUs_page .left {
  flex: 1;
  width: 0;
}
.container .contactUs_page .left .tit_desc {
  color: #000;
  font-size: 18px;
}
.container .contactUs_page .left .item {
  margin-top: 38px;
}
.container .contactUs_page .left .item .lab {
  font-size: 18px;
  font-family: "MontserratSemiBold";
}
.container .contactUs_page .left .item .val {
  font-size: 18px;
  margin-top: 8px;
  color: #a5a5a5;
}
.container .contactUs_page .left .ewm {
  width: 127px;
  margin-top: 15px;
}
.container .contactUs_page .right {
  width: 0;
  flex: 1;
}
.container .contactUs_page .right form {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px 38px 43px;
}
.container .contactUs_page .right form .row {
  flex-wrap: wrap;
  gap: 20px 84px;
}
.container .contactUs_page .right form .row .item {
  width: calc(50% - 42px);
}
.container .contactUs_page .right form .row .item .label {
  color: #a5a5a5;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.container .contactUs_page .right form .row .item .label::before {
  content: "*";
  margin-top: 6px;
  margin-right: 5px;
  color: #ffba04;
  font-size: 18px;
}
.container .contactUs_page .right form .row .item .ipt {
  width: 100%;
  margin-top: 10px;
}
.container .contactUs_page .right form .row .item .ipt select,
.container .contactUs_page .right form .row .item .ipt input {
  width: 100%;
  background-color: #eeeeee;
  border: none;
  outline-style: none;
  padding: 12px;
  border-radius: 5px;
  font-size: 18px;
}
.container .contactUs_page .right form .row .item .ipt select {
  color: #b0b0b0;
}
.container .contactUs_page .right form .row .item .code_num {
  margin-top: 10px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
  letter-spacing: 1px;
  color: #343434;
  font-family: "Montserrat-Bold";
}
.container .contactUs_page .right form .row .item_max {
  width: 100%;
}
.container .contactUs_page .right form .row .item_max textarea {
  margin-top: 10px;
  width: 100%;
  background-color: #eeeeee;
  border: none;
  outline-style: none;
  padding: 12px;
  border-radius: 5px;
  font-size: 18px;
}
.container .contactUs_page .right form button {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 12px 48px;
  border: none;
  background-color: #000000;
  border-radius: 6px;
  margin-top: 38px;
  cursor: pointer;
  transition: background 0.3s;
}
.container .contactUs_page .right form button:hover {
  background-color: #ffba04;
  color: #fff;
}
.container .news_page {
  margin-top: 85px;
}
.container .news_page .main .title {
  font-size: 36px;
  font-family: "MontserratSemiBold";
  border-bottom: 2px solid #000;
  width: fit-content;
  text-transform: uppercase;
  line-height: 1;
}
.container .news_page .main .newList {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  --gap: 54px;
  gap: var(--gap);
}
.container .news_page .main .newList li {
  width: calc(33.3333% - var(--gap) + (var(--gap) / 3));
}
.container .news_page .main .newList li .item {
  width: 100%;
}
.container .news_page .main .newList li .item .pic {
  width: 100%;
  height: 420px;
  font-size: 0;
  overflow: hidden;
}
.container .news_page .main .newList li .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.container .news_page .main .newList li .item .pic:hover img {
  transform: scale(1.05);
}
.container .news_page .main .newList li .item .tit {
  font-size: 24px;
  font-family: "MontserratSemiBold";
  margin-top: 17px;
  margin-bottom: 12px;
}
.container .news_page .main .newList li .item i.desc {
  color: #a5a5a5;
  font-size: 12px;
}
.container .news_page .main .newList li .item .button_public4 {
  margin-top: 45px;
}
.container .news_page .main .pagination {
  margin-top: 80px;
}
.container .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #f1f1f1;
  padding: 29px 0;
}
.container .pagination .icon {
  height: 20px;
  margin: 0 15px;
  cursor: pointer;
  position: relative;
}
.container .pagination .icon img {
  height: 100%;
  width: auto;
}
.container .pagination .icon .h {
  display: none;
}
.container .pagination .icon:hover .h {
  display: block;
}
.container .pagination .icon:hover .img {
  display: none;
}
.container .pagination .prev {
  transform: rotate(-180deg);
}
.container .pagination .next_end {
  transform: rotate(180deg);
}
.container .pagination ul {
  display: flex;
  align-items: center;
}
.container .pagination ul li {
  padding: 0 18px;
  cursor: pointer;
}
.container .pagination ul li span {
  font-size: 18px;
  font-family: "MontserratSemiBold";
  color: #333333;
}
.container .pagination ul li:hover span,
.container .pagination ul li.active span {
  color: #ffba04;
}
.container .product_page .main .head_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}
.container .product_page .main .head_top .left {
  display: flex;
  align-items: center;
}
.container .product_page .main .head_top .left .lab {
  font-size: 14px;
}
.container .product_page .main .head_top .left .toggle_btns {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.container .product_page .main .head_top .left .toggle_btns a {
  color: #ffff;
  background-color: #000;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 6px;
  margin-right: 40px;
}
.container .product_page .main .head_top .right .text p {
  color: #d0d0d0;
  font-size: 14px;
  border-bottom: 1px solid #e2e2e2;
  font-family: "MontserratSemiBold";
}
.container .product_page .main .head_top .right .text p span {
  display: inline-block;
  color: #868686;
  border-bottom: 1px solid #868686;
}
.container .product_page .product_list {
  margin-top: 90px;
}
.container .product_page .product_list .title {
  font-size: 36px;
  font-family: "MontserratSemiBold";
  text-transform: uppercase;
  margin-bottom: 30px;
}
.container .product_page .product_list ul {
  display: flex;
  flex-wrap: wrap;
  --gap: 50px;
  gap: var(--gap);
}
.container .product_page .product_list ul li {
  width: calc(25% - var(--gap) + (var(--gap) / 4));
}
.container .product_page .product_list ul li .item {
  width: 100%;
}
.container .product_page .product_list ul li .item .pic {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 25px 0;
}
.container .product_page .product_list ul li .item .pic img {
  width: 80%;
  transition: transform 0.5s;
}
.container .product_page .product_list ul li .item .pic:hover img {
  transform: scale(1.05);
}
.container .product_page .product_list ul li .item .text {
  border-top: 1px solid #e0e0e0;
}
.container .product_page .product_list ul li .item .text .tit {
  margin-top: 22px;
  font-size: 18px;
  font-family: "MontserratSemiBold";
}
.container .product_page .product_list ul li .item .text .desc {
  color: #b4b4b4;
  font-size: 14px;
  margin-top: 8px;
}
.container .product_page .product_list ul li .item .text .button_public4 {
  margin-top: 24px;
}
.container .title_public {
  background-color: #f1f1f1;
  color: #000;
  font-size: 36px;
  font-family: "MontserratSemiBold";
  text-transform: uppercase;
  padding: 22px 46px;
}
.container .single_page {
  background: url("../images/singleBg.png") no-repeat;
  background-size: 100% auto;
}
.container .single_page .main {
  padding: 92px 0;
}
.container .single_page .main .row {
  align-items: center;
}
.container .single_page .main .left {
  padding-left: 35px;
  width: 50%;
}
.container .single_page .main .left .title {
  font-size: 36px;
  color: #000;
  font-family: "MontserratSemiBold";
  border-bottom: 2px solid #000;
  text-transform: uppercase;
  width: fit-content;
}
.container .single_page .main .left .desc {
	font-size: 18px;
	margin-top: 38px;
	line-height: 1.5em;
}
.container .single_page .main .left .row {
  align-items: center;
  margin-top: 30px;
}
.container .single_page .main .left .row .icon {
  margin-right: 22px;
}
.container .single_page .main .left .row .icon:nth-child(1) {
  margin-top: -5px;
}
.container .single_page .main .left .text_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 43px;
  gap: 30px 0;
}
.container .single_page .main .left .text_list .text_item {
  width: calc(33.3333% - 25px);
  margin-right: 25px;
}
.container .single_page .main .left .text_list .text_item .lab {
  font-size: 12px;
  color: #b4b4b4;
  width: 100%;
  margin-bottom: 7px;
}
.container .single_page .main .left .text_list .text_item .contact {
  width: 100%;
  font-size: 12px;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
}
.container .single_page .main .left .btns {
  display: flex;
  margin-top: 30px;
}
.container .single_page .main .left .btns .button_public1 {
  display: flex;
  align-items: center;
}
.container .single_page .main .left .btns .button_public4 {
  display: flex;
  align-items: center;
  margin-left: 37px;
}
.container .single_page .main .left .btns .button_public4 .icon {
  margin-right: 7px;
}
.container .single_page .main .left .btns .button_public4 .icon .h {
  display: none;
}
.container .single_page .main .left .btns .button_public4:hover {
  color: #000;
}
.container .single_page .main .left .btns .button_public4:hover .icon .h {
  display: block;
}
.container .single_page .main .left .btns .button_public4:hover .icon .img {
  display: none;
}
.container .single_page .main .left .btns .button_public4:hover span {
  color: #fff;
}
.container .single_page .main .left .texts {
  font-size: 14px;
  line-height: 30px;
  margin-top: 38px;
}
.container .single_page .main .right {
  width: 50%;
  padding: 40px;
}
.container .single_page .main .right .banner_pic {
  background-color: #fff;
  width: 100%;
}
.container .single_page .main .right .banner_pic .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  padding-bottom: 15px;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.container .single_page .main .right .banner_pic 
.swiper-slide img a{ width: 100%;
  object-fit: cover;}
.container .single_page .main .right .banner_pic .swiper-pagination {
  display: flex;
  align-items: center;
  position: static;
  justify-content: center;
}
.container .single_page .main .right .banner_pic .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: auto;
  background: transparent;
  border-bottom: 3px solid #cccccc;
  opacity: 1;
  border-radius: 0;
  font-size: 0;
  padding-bottom: 5px;
  margin: 0 10px;
}
.container .single_page .main .right .banner_pic .swiper-pagination .swiper-pagination-bullet img {
  width: 100%;
  opacity: 0.65;
}
.container .single_page .main .right .banner_pic .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #ffba04;
}
.container .single_page .main .right .banner_pic .swiper-pagination .swiper-pagination-bullet-active img {
  opacity: 1;
}
.container .single_page .main .carImgList ul {
  margin-top: 49px;
  display: flex;
  flex-wrap: wrap;
  --gap: 8px;
  gap: var(--gap);
}
.container .single_page .main .carImgList ul li {
  font-size: 0;
  width: calc(33.33% - var(--gap) + var(--gap) / 3);
}
.container .single_page .main .carImgList ul li a {
  display: block;
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
.container .single_page .main .carImgList ul li a img {
  width: 100%;
  transition: transform 0.5s;
}
.container .single_page .main .carImgList ul li a:hover img {
  transform: scale(1.05);
}
.container .single_page_product {
  margin-top: 80px;
}
.container .single_page_product .product_list {
  margin-top: 50px;
}
.container .barrelOption ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.container .barrelOption ul li {
  width: 20%;
}
.container .barrelOption ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .barrelOption ul li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.container .barrelOption ul li a .icon img {
  width: auto;
  max-width: 88%;
  transition: transform 0.5s;
}
.container .barrelOption ul li a p {
  color: #000;
  font-size: 12px;
  text-align: center;
}
.container .barrelOption ul li a:hover .icon img {
  transform: scale(1.05);
}
.container .about_page {
  margin-top: 88px;
}
.container .about_page .main .title {
  color: #000;
  font-size: 36px;
  font-family: "MontserratSemiBold";
  border-bottom: 2px solid #000;
  text-transform: uppercase;
  width: fit-content;
}
.container .about_page .company {
  margin-top: 40px;
}
.container .about_page .company .row .text {
  width: 50%;
  padding-right: 33px;
}
.container .about_page .company .row .text p {
  font-size: 18px;
  line-height: 30px;
}
.container .about_page .company .row .text .p2 {
  font-size: 14px;
  line-height: 30px;
  margin-top: 35px;
}
.container .about_page .company .row .pic {
  height: 100%;
  font-size: 0;
  width: 50%;
  position: relative;
}
.container .about_page .company .row .pic .mask {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .about_page .company .row .pic .mask .btn {
  background-color: #000;
  color: #fff;
  font-family: "MontserratSemiBold";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  font-size: 14px;
  padding: 10px 18px;
}
.container .about_page .company .row .pic .mask .icon {
  width: 68px;
}
.container .about_page .company .row .pic img {
  width: 100%;
}
.container .about_page .quality {
  margin-top: 50px;
}
.container .about_page .quality .row {
  margin-top: 25px;
}
.container .about_page .quality .row .item {
  width: 50%;
  font-size: 0;
  position: relative;
}
.container .about_page .quality .row .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .about_page .quality .row .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 35px 50px;
  display: flex;
  align-items: flex-end;
}
.container .about_page .quality .row .item .mask .text {
  width: 70%;
}
.container .about_page .quality .row .item .mask .text p {
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.container .about_page .quality .row .item .mask .text::before {
  content: "";
  display: block;
  width: 52px;
  height: 5px;
  background-color: #ffba04;
  margin-bottom: 23px;
}
.container .custom {
  background: url("../images/custombg.png") no-repeat;
  background-size: 100% auto;
  padding-top: 150px;
  margin-top: -60px;
}
.container .custom .title {
  text-align: center;
  font-size: 36px;
  font-family: "MontserratSemiBold";
  text-transform: uppercase;
}
.container .custom .carLogoList {
  max-width: 1200px;
  margin: 30px auto 0;
  padding-bottom: 40px;
}
.container .custom .carLogoList .main {
  margin-bottom: 30px;
  justify-content: space-around;
}
.container .custom .carLogoList .main .pic {
  flex: none;
  width: auto;
}
.container .custom .carLogoList .main .pic img {
  height: auto;
}
.container .contactUsNow {
  position: relative;
  width: 100%;
  font-size: 0;
}
.container .contactUsNow img {
  width: 100%;
}
.container .contactUsNow .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container .contactUsNow .mask p {
  font-size: 18px;
  color: #fff;
}
.container .contactUsNow .mask a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  display: block;
  margin-top: 48px;
  padding: 14px 37px;
  font-size: 36px;
  font-family: "MontserratSemiBold";
}
.leave-A-Message {
  position: fixed;
  bottom: 0;
  right: 140px;
  background-color: #f8f8f8;
  width: 325px;
  height: 415px;
  display: flex;
  flex-direction: column;
  transform: translateY(calc(100% - 50px));
  border-radius: 8px 8px 0 0;
  transition: transform 0.5s;
  overflow: hidden;
  z-index: 99999999;
}
.leave-A-Message .leave-header {
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #ffba04;
  color: #fff;
  padding: 0 22px;
  font-size: 18px;
  font-family: "Montserrat-Bold";
  justify-content: space-between;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.leave-A-Message .leave-header .cancel {
  display: none;
  width: 25px;
  height: 4px;
  background-color: #fff;
  cursor: pointer;
}
.leave-A-Message .leave-header .icon {
  width: 25px;
  padding-top: 4px;
}
.leave-A-Message.show {
  transform: translateY(0);
}
.leave-A-Message.show .leave-header .icon {
  display: none;
}
.leave-A-Message.show .leave-header .cancel {
  display: flex;
}
.leave-A-Message .contact {
  padding: 0 5px 0 15px;
  flex: 1;
  overflow-y: scroll;
}
.leave-A-Message .contact form {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 14px;
}
.leave-A-Message .contact form p {
  font-size: 12px;
  color: #000;
}
.leave-A-Message .contact form .row {
  flex-wrap: wrap;
  gap: 12px 0;
  margin-top: 12px;
}
.leave-A-Message .contact form .row .item {
  width: calc(50% - 42px);
}
.leave-A-Message .contact form .row .item .label {
  color: #a5a5a5;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.leave-A-Message .contact form .row .item .label::before {
  content: "*";
  margin-top: 6px;
  margin-right: 5px;
  color: #ffba04;
  font-size: 18px;
}
.leave-A-Message .contact form .row .item .ipt {
  width: 100%;
  margin-top: 10px;
}
.leave-A-Message .contact form .row .item .ipt select,
.leave-A-Message .contact form .row .item .ipt input {
  width: 100%;
  background-color: #eeeeee;
  border: none;
  outline-style: none;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
}
.leave-A-Message .contact form .row .item .ipt select {
  color: #b0b0b0;
}
.leave-A-Message .contact form .row .item .code_num {
  margin-top: 10px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
  letter-spacing: 1px;
  color: #343434;
  font-family: "Montserrat-Bold";
}
.leave-A-Message .contact form .row .item_max {
  width: 100%;
}
.leave-A-Message .contact form .row .item_max textarea {
  margin-top: 10px;
  width: 100%;
  background-color: #eeeeee;
  border: none;
  outline-style: none;
  padding: 12px;
  border-radius: 5px;
  font-size: 18px;
}
.leave-A-Message .contact form button {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 12px 48px;
  border: none;
  background-color: #000000;
  border-radius: 6px;
  margin-top: 38px;
  cursor: pointer;
  transition: background 0.3s;
}
.leave-A-Message .contact form button:hover {
  background-color: #ffba04;
  color: #fff;
}
.video_pop_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.55);
  align-items: center;
  justify-content: center;
}
.video_pop_box .video_pop_contact {
  font-size: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.video_pop_box .video_pop_contact .head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
  display: none;
  cursor: pointer;
  z-index: 9;
}
.video_pop_box .video_pop_contact .head .cancel {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 26px;
  color: #fff;
  transform: scaleX(1.39);
  cursor: pointer;
}
.video_pop_box .video_pop_contact:hover .head {
  display: block;
}
.container .contactUs_page .right form .row .item .code::before {
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .container .contactUs_page .main .row {
    flex-direction: column;
  }
  .container .about_page .company .row .text {
    padding: 0;
  }
  .container .contactUs_page .right {
    margin-top: 40px;
  }
  .container .contactUs_page .right,
  .container .contactUs_page .left {
    width: 100%;
    flex: none;
  }
  .container .contactUs_page .right form .row .item {
    width: 100%;
  }
  .container .about_page .quality .row {
    flex-direction: column;
  }
  .container .about_page .quality .row .item {
    width: 100%;
  }
  .container .custom .carLogoList .main .pic {
    display: flex;
    justify-content: center;
  }
  .container .about_page .company .row {
    display: flex;
    flex-direction: column;
  }
  .container .about_page .company .row .text,
  .container .about_page .company .row .pic {
    width: 100%;
  }
  .container .about_page .company .row .pic {
    margin-top: 40px;
  }
  .container .about_page .quality .row .item .mask .text {
    width: 100%;
  }
  .container .banner .swiper {
    height: 800px;
  }
  .container .banner .swiper img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .container header .main nav {
    left: 40px;
  }
  .container header .main .right .iconList {
    display: none;
  }
  .container .block_2 .main ul li {
    width: 100%;
  }
  .container .about .text {
    width: 70%;
  }
  .container .block_1 .rows {
    flex-direction: column;
  }
  .container .block_1 .rows .item {
    width: 100%;
  }
  .container .news_page .main .newList li {
    width: calc(50% - var(--gap) + var(--gap) / 2);
  }
  .banner_product {
    height: 400px;
  }
  .banner_product img {
    height: 100%;
  }
  .container .product_page .product_list ul li {
    width: calc(50% - var(--gap) + var(--gap) / 2);
  }
  .container .product_page .main .head_top {
    flex-wrap: wrap;
    gap: 20px 0;
    margin-top: 50px;
  }
  .container .single_page .main .row {
    flex-direction: column;
  }
  .container .single_page .main .row .row {
    flex-direction: row;
  }
  .container .single_page .main .row .left,
  .container .single_page .main .row .right {
    width: 100%;
  }
  .container .barrelOption ul li {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  .container .block_1 .rows .item .mask p {
    flex: 1;
    margin: 2px 0;
    overflow: hidden;
  }
  .container .block_1 .rows .item .mask .button_public1 {
    margin-top: 20px;
  }
  .container .barrelOption ul li {
    width: 50%;
  }
  .container .single_page .main .carImgList ul li {
    width: calc(50% - var(--gap) + var(--gap) / 2);
  }
  .container .single_page .main .left .btns .button_public1 {
    flex: 1;
    text-align: center;
    justify-content: center;
  }
  .container .single_page .main .left .text_list,
  .container .single_page .main .left .row .icon {
    display: none;
  }
  .container .button_public1 {
    margin-top: 0;
  }
  .container .single_page .main .left .texts {
    display: none;
  }
  .container .product_page .main .head_top .left {
    flex-direction: column;
    align-items: start;
  }
  .container .product_page .main .head_top .right {
    display: none;
  }
  .container .product_page .product_list ul li {
    width: 100%;
  }
  .container .product_page .main .head_top .left .toggle_btns a {
    border-radius: 3px;
    padding: 10px 30px;
  }
  .container .product_page .main .head_top .left .toggle_btns {
    margin-left: 0;
    margin-top: 20px;
    flex-direction: column;
    gap: 20px 0;
  }
  .container .pagination ul li span {
    font-size: 14px;
  }
  .container .news_page .main .newList li {
    width: 100%;
  }
  .banner_contactUs {
    height: 80px;
  }
  .banner_contactUs img {
    height: 100%;
    object-fit: cover;
  }
  .container .carList {
    padding: 0 40px;
  }
  .container .contactUs_page {
    margin-top: 50px;
  }
  .container .pagination {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .container .pagination ul {
    flex-wrap: wrap;
  }
  .container .pagination .icon {
    margin: 0 5px;
  }
  .container .contactUs_page .right form .row .item .code::before {
    display: none;
  }
  .container .about_page .quality .row .item {
    height: 300px;
  }
  .banner_about {
    height: 240px;
  }
  .banner_about img {
    height: 100%;
    object-fit: cover;
  }
  .container .contactUs_page .right form {
    padding: 30px 20px;
  }
  .container .contactUs_page .right form button {
    margin-top: 20px;
  }
  .container .block_3 .title {
    padding: 0 40px;
  }
  .container .custom {
    margin-top: 0;
    background-repeat: repeat;
    padding-top: 50px;
  }
  .container .about_page {
    margin-top: 50px;
  }
  .container .banner .swiper {
    height: 260px;
  }
  .container .contactUsNow img {
    height: 610px;
  }
  .container .contactUsNow .mask a {
    font-size: 30px;
  }
  .container .block_2 .main ul li .item .left .desc {
    display: none;
  }
  .container .block_2 .main ul li .item .left .button_public1 {
    margin-top: 52px;
    min-width: 140px;
    text-align: center;
  }
  .container .about {
    background-size: auto 100%;
    background-position: center center;
    padding: 100px 0 80px;
  }
  .container .about .text {
    padding: 0;
    width: 100%;
  }
  .container .carList {
    flex-wrap: wrap;
  }
  .container .carList .pic {
    flex: none;
    width: 50%;
  }
  .container .carLogoList .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .container .carLogoList .main .pic {
    flex: none;
  }
  .leave-A-Message {
    width: calc(100% - 80px);
    right: 40px;
  }
  .container header .main .right .email {
    display: none;
  }
  .container header.header_nav .nav_bg {
    width: 70%;
  }
  .container header .lang {
    display: none;
  }
  .container header .main .logo {
    height: 75px;
  }
  .container header {
    height: 100px;
  }
  .container header .main .right .search input {
    opacity: 0;
  }
  .container header .main .right .search_show {
    position: absolute;
    background-color: #fff;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0 40px 0 40px;
  }
  .container header .main .right .search_show input {
    width: 100%;
    animation: none;
    background-color: #eeeeee;
    border: none;
    opacity: 1;
  }
}
@media screen and (max-width: 490px) {
  .container .FollowUs .iconList {
    gap: 0;
    justify-content: space-around;
  }
  .container .FollowUs .iconList a {
    transform: scale(0.8);
  }
}
