ul {
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .logo a img {
  height: 40px;
}
header .container .nav .nav1 {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
header .container .nav .nav1 li .nav1-a {
margin-left: 30px;
padding-bottom: 5px;
background-image: url(../images/hoverbg.png);
background-repeat: no-repeat;
background-position: left bottom;
background-size: 0 2px;
transition: all 0.5s;
font-size: 14px;
letter-spacing: 0;
line-height: 56px;
text-align: center;
color: #000;
font-family: var(--pix-body-font), sans-serif !important;

}
header .container .nav .nav1 li .nav1-a:hover {
  background-size: 100% 2px;
  transition: all 0.5s;
}
.store {
  display: flex;
  align-items: center;
}
.store a {
  padding: 6px 12px;
  background-color: #c01549;
  color: #fff;
  border-radius: 8px;
}
.products-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-item-img img {
  width: 85%;
}
.products-item-h2 {
  width: 100%;
  background-color: #333;
}
.products-item-h2 h2 {
  font-size: 14px;
  font-weight: 400;
}
#panner {
  margin-top: 70px;
}
#panner .mySwiper2 .swiper-slide a img {
  width: 100%;
}
#panner .mySwiper {
  width: 650px;
  margin-left: 0px;
}
#panner .mySwiper .swiper-wrapper {
  margin-left: 0;
}
#panner .mySwiper .swiper-slide img {
  width: 100%;
}
.mySwiper {
  box-sizing: border-box;
}
.mySwiper .swiper-slide {
  opacity: 0.5;
}
.mySwiper .swiper-slide:hover {
  opacity: 1;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide1 {
  width: 100px;
  height: 100px;
  background-color: #bbbbbb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.slide1 img {
  width: 100%;
}
.panner1 {
  margin-top: 20px;
}
.fast-charging-body-item-right {
  display: flex;
  flex-wrap: wrap;
}
.fast-charging-body-item-right-item {
  width: calc(33.33% - 24px);
  margin-left: 24px;
  margin-bottom: 36px;
}
.fast-charging-body-item-right-item a img {
  width: 100%;
  transition: all 0.5s;
}
.fast-charging-body-item-right-item a .hover1-body h2 {
  font-size: 18px;
}
.hover1 {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.5s;
}
.hover1 .hover1-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 300px;
}
.hover1 .hover1-img img {
  width: 80%;
}
.hover1 .hover1-body {
  width: 100%;
  text-align: center;
  transition: all 0.5s;
  background-color: #f0f0f0;
  height: 50px;
}
.hover1 .hover1-body h2 {
  color: #333;
  height: 50px;
  line-height: 50px;
}
.hover1:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.175) !important;
  transition: all 0.5s;
}
.hover1:hover img {
  transition: all 0.5s;
}
.hover1:hover .hover1-body {
  transition: all 0.5s;
}
.products-nav {
  display: flex;
  flex-wrap: wrap;
}
.products-nav .products-nav-item {
  width: calc(33.33% - 18px);
  margin-right: 27px;
  margin-bottom: 27px;
}
.products-nav .products-nav-item:nth-child(3n) {
  margin-right: 0;
}
.products-nav .products-nav-item a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.products-nav .products-nav-item a .products-nav-item-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.products-nav .products-nav-item a .products-nav-item-img img {
  width: 100%;
  transition: all 0.5s;
}
.products-nav .products-nav-item a .products-nav-item-body {
  background-color: #33333320;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 65px;
  padding-left: 24px;
  transition: all 0.5s;
}
.products-nav .products-nav-item a .products-nav-item-body h5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 8px;
}
.products-nav .products-nav-item a .products-nav-item-body p {
  color: #fff;
}
.products-nav .products-nav-item a .products-nav-item-body p span {
  margin-left: 8px;
  transition: all 0.5s;
}
.products-nav .products-nav-item a:hover .products-nav-item-body {
  background-color: #33333380;
  transition: all 0.5s;
}
.products-nav .products-nav-item a:hover .products-nav-item-body p span {
  margin-left: 15px;
  transition: all 0.5s;
}
.products-nav .products-nav-item a:hover .products-nav-item-img img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.products-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 48px 0;
}
.about-us-about {
  text-align: justify;
}
.about-us-video {
  background-color: #bbbbbb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-video video {
  width: 100%;
}
footer {
  background-color: #282828;
  padding-top: 48px;
}
footer .container .row .col-3 h2 {
  color: #fff;
  margin-bottom: 30px;
}
.foot1 p {
  color: #fff;
}
.foot2 .foot2-ul li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ffffff20;
}
.foot2 .foot2-ul li:nth-last-child(1) {
  border-bottom: none;
}
.foot2 .foot2-ul li a {
  color: #fff;
}
.foot2 .foot2-ul li a:hover {
  color: #c01549;
}
.foot3 p {
  color: #fff;
}
.foot3 p span {
  margin-right: 5px;
}
.foot4 p {
  color: #fff;
}
.foot4 form input {
  width: 100%;
  padding: 6px;
  margin-bottom: 14px;
}
.foot4 form button {
  background-color: #c01549;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
}
.contoctus-title {
  text-align: center;
}
.contoctus-title h2 {
  display: block;
  width: 100%;
  font-size: 60px;
}
.contoctus-title p {
  display: block;
  width: 100%;
  font-size: 24px;
  color: #6c757d;
  font-weight: 600;
}
.contoctus-title a {
  display: block;
  color: #333;
  margin: 0 auto;
  font-size: 18px;
  padding: 12px 32px;
  border-radius: 5px;
}
.container-item {
  padding: 16px;
  transition: all 0.5s;
}
.container-item .nra {
  padding: 36px;
  border-radius: 8px;
}
.container-item .nra .nra1 {
  font-size: 48px;
  color: #c01549;
}
.container-item .nra h3 {
  font-size: 24px;
}
.container-item .nra p {
  color: #6c757d;
}
.container-item .nra a {
  padding: 0px 12px;
  color: #ccc;
  background-color: #282828;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}
.container-item:hover {
  margin-top: -10px;
  transition: all 0.5s;
}
.nava1 {
  border-bottom: 1px solid #33333320;
  overflow: hidden;
}
.nava1a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #282828;
  padding: 16px 0;
}
.nava2 {
  height: 0;
}
.menus {
  width: 100%;
  overflow: hidden;
}
.menus-list .menus-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0px;
  color: #000;
  font-size: 16px;
}
.menus-list .menus-item img {
  width: 24px;
  height: 24px;
}
.menus-list .menus-item .menus-text {
  padding: 8px 0px;
}
.menus-list .menus-item span {
  margin-left: auto;
  margin-right: 6px;
}
.menus-submenu,
.menus-nosubmenu {
  border-bottom: 1px solid #6c757d00;
}
.menus-submenu .menus-list .menus-item {
  margin-left: 10px;
}
.menus-list li:hover {
  background-color: #fff;
}
.menus-list .selected-items {
  background-color: #fff;
}
.menus-list .selected-items:hover {
  background-color: #fff;
}
.menus-submenu .menus-list {
  height: 0;
  transform-origin: top;
  transform: rotateX(90deg);
  transition: transform 0.5s;
  visibility: hidden;
}
.menus-submenu.expanded-list,
.menus-submenu.expanded-list:hover {
  background-color: #fff;
}
.menus-submenu.expanded-list .menus-list {
  height: 100%;
  visibility: visible;
  transform: rotateX(0deg);
}
.con {
  width: 80%;
  min-width: 1000px;
  margin: 86px auto;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c0154930;
  border-radius: 8px;
}
.disnone {
  display: none;
}
