* {
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #333;
  font-family: "Roboto";
}
body {
  width: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

section img {
  width: 100%;
}

.phone {
  display: none;
}
.pad {
  display: none;
}
.pc {
  display: block;
}

.header-top {
  min-height: 30px;
  background: var(---, #eee);
  width: 100%;
}

.header-top > div {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.header-top-text {
  font-size: 12px;
  min-height: 30px;
  line-height: 30px;
}

.header-top-lang {
  position: relative;
  display: flex;
  align-items: center;
}
.header-top-lang-text {
  display: flex;
  align-items: center;
}
.header-top-lang .header-top-lang-text img {
  width: 14px;
  height: auto;
}
.header-top-lang img {
  width: 24px;
  height: 18px;
}
.header-top-lang span {
  font-size: 14px;
}
.header-top-list {
  width: 96px;
  height: 160px;
  font-size: 16px;
  position: absolute;
  border-radius: 4px;
  background: #fff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: none;
  overflow-y: auto;
}
.header-top-lang-list {
  top: 30px;
  right: 6px;
}
.header-top-states-list .mob-menu-states .mob-menu-lang{
  top: 30px;
  left: 0;
  width: 64px;
  max-height: 160px;
}

.header-top-list::-webkit-scrollbar {
  display: none;
}

.header-top-lang .header-top-lang-text .states img {
  width: 20px;
  height: auto;
  margin: 8px;
}
.mob-menu-states,
.mob-menu-lang {
  overflow-y: auto;
  position: absolute;
  top: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.15);
  border-radius: 4px;
  width: 96px;
  max-height: 240px;
}
.mob-menu-states{
  left: 28px;
}

.mob-menu-lang {
  left: 130px;
}

.mob-menu-states img {
  width: 36px;
  height: 27px;
}

.stateGroup , .langGroup{
  display: flex;
  margin-right: 20px;
}
.stateGroup .states {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stateGroup .states img{
  height: 16px;
}
.states,
.language {
  cursor: pointer;
  display: flex;
}


.header-top-list {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  cursor: pointer;
}
.header-top-list li {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-bottom: 1px solid #cccccc;
  margin: 0 10px;
  padding: 11px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top-list li:nth-last-child(1) {
  border-bottom: none;
}
.header-top-list .header-top-lang-list-content li {
  padding: 9px 0;
}
.header-bottom {
  position: sticky;
  top: -1px;
  width: 100%;
  box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.1);
  background-color: #fff;
  z-index: 99;
}
.header-nav {
  margin: auto;
  max-width: 1200px;
  height: 72px;
}
.header-nav-contant {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
}
#trackOrder a,
#aboutUs a,
#generators .generators-text {
  margin-right: 48px;
  font-size: 18px;
  height: 72px;
  line-height: 72px;
}
#generators:hover .generators-text ,#trackOrder a:hover ,#aboutUs a:hover{
  color: #11b5ed;
}
.nav-menu-btn {
  display: none;
}
#generators {
  position: relative;
}

.nav-commodity {
  position: absolute;
  top: 72px;
  left: -20%;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  display: none;
  z-index: 10;
  box-shadow: inset 0px 2px 4px 0px rgba(51, 51, 51, 0.1);
}
.nav-commodity p {
  font-size: 16px;
  line-height: 16px;
  padding: 0 30px;
}
#generators:hover .nav-commodity {
  display: flex;
}
.commodity-list {
  width: 192px;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.banner {
  position: relative;
  overflow: hidden;
  height: 860px;
  text-align: center;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-content {
  position: absolute;
  top: 0;
  left: calc(50% - 350px);
  margin: 95px auto 0;
  z-index: 10;
  width: 700px;
}
.banner-content-title p {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  line-height: 56px;
  margin-bottom: 24px;
}
.banner-content-title2 p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 28px;
  margin-bottom: 24px;
}
.banner-content-btn {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 100px;
  background: #11b5ed;
  padding: 8px 48px;
  border: none;
  cursor: pointer;
}

.section-center {
  margin: 120px 240px;
  text-align: center;
}
.section-title {
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}

.section-title2 {
  color: #666;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 986px;
  margin: 20px auto 32px;
}

.section-2 .section-2-contant {
  width: 100%;
  position: relative;
}
.section-2 .contant-text {
  position: absolute;
  /* top: 140px;
  left: 103px; */
  top: 20%;
  left: 6%;
}
.section-2 .contant-text .title {
  width: 350px;
  color: #333;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 32px;
  text-align: left;
}
.section-2 .text-top {
  margin-bottom: 32px;
}
.section-2 .text-top .top-p1,
.section-2 .text-bottom .top-p1 {
  text-align: left;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section-2 .text-top .top-p2,
.section-2 .text-bottom .top-p2 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.section-2 .text-top .top-p1 {
  color: #18b8ee;
}
.section-2 .text-top .top-p1 span {
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-2 .text-bottom .top-p1 {
  color: #666;
}
.section-2 .text-bottom .top-p1 span {
  color: #999;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-2 .text-top .top-p2 {
  text-align: left;
  width: 218px;
  height: 30px;
  line-height: 30px;
  flex-shrink: 0;
  border-radius: 4px;
  background: linear-gradient(90deg, #17b7ee -2.03%, #9de6ff 104.87%);
  padding-left: 6px;
}
.section-2 .text-bottom .top-p2 {
  text-align: left;
  width: 438px;
  height: 30px;
  line-height: 30px;
  flex-shrink: 0;
  border-radius: 4px;
  padding-left: 6px;
  background: linear-gradient(90deg, #999 -2.03%, #ccc 104.87%);
}

.section-3-contant {
  display: flex;
  width: 100%;
}

.section-3 .contant-left {
  width: 40%;
  background: #ebebeb;
  padding: 30px 0;
}
.section-3 .contant-left img {
  max-width: 380px;
}
.section-3 .contant-right {
  width: 60%;
  background: #fcfcfc;
  padding: 5% 4%;
}
.section-3 .contant-top {
  margin-bottom: 48px;
}
.section-3 .contant-top .top-p,
.section-3 .contant-bottom .top-p {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
  text-align: left;
}
.section-3 .contant-top .top-heat,
.section-3 .contant-bottom .top-heat {
  display: flex;
  align-items: center;
}
.section-3 .contant-top .top-p {
  color: #333;
}
.section-3 .contant-bottom .top-p {
  color: #999;
}

.section-3 .contant-top .line {
  width: 80%;
  height: 24px;
  flex-shrink: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #11b5ed -1.46%, #a5e8ff 104.39%);
}

.section-3 .contant-bottom .line {
  width: 30%;
  height: 24px;
  flex-shrink: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #999 -1.46%, #ccc 104.39%);
}
.section-3 .contant-top .texts,
.section-3 .contant-bottom .texts {
  margin-left: 16px;
}

.section-3 .contant-top .texts .text-1,
.section-3 .contant-bottom .texts .text-1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
}

.section-3 .contant-top .texts .text-2,
.section-3 .contant-bottom .texts .text-2 {
  color: #999;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
}

.section-3 .contant-top .texts .text-1 {
  color: #15b7ee;
}

.section-3 .contant-bottom .texts .text-1 {
  color: #999;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}
.power-swiper {
  overflow: hidden;
  position: relative;
}
.power-swiper-button-prev,
.power-swiper-button-next {
  width: 48px;
  height: 48px;
}

.power-swiper-button-prev {
  left: 40px;
}
.power-swiper-button-next {
  right: 40px;
}
.section-4 .annotation {
  margin-top: 20px;
}
.section-4 .annotation-text {
  color: #999;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.section-7 .section-title2 span {
  font-size: 18px;
  font-weight: 700;
}
.section-8 {
  margin-bottom: 148px;
  position: relative;
}
.btn-to-top {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background-color: #11b5ed;
  border-radius: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.06));
  position: fixed;
  bottom: 9%;
  right: 6%;
  z-index: 10;
}

.power-swiper-pagination {
  display: none;
}
.nav-mob-menu {
  display: none;
}
.mob-commodity-default {
  display: flex;
  align-items: center;
  margin: 20px;
}
@media (max-width: 1599px) {
  .section-center {
    margin: 120px 100px;
  }
}
@media (max-width: 1199.9px) {
  .section-7 .section-title2 span {
    font-size: 16px;
  }
  .nav-mob-menu {
    display: block;
  }
  .phone {
    display: none;
  }
  .pad {
    display: block;
  }
  .pc {
    display: none;
  }
  .mob-commodity-default {
    margin: 20px 30px;
  }
  .header-top-lang {
    display: none;
  }
  .header-top-text {
    width: 100%;
    text-align: center;
  }
  .banner-content-title p {
    font-size: 36px;
    margin-bottom: 12px;
    line-height: 36px;
  }
  .banner-content-title2 p {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 40px;
    font-weight: 700;
  }
  .banner-content-btn {
    font-size: 20px;
  }
  .banner {
    height: 872px;
  }
  .section-title {
    font-size: 24px;
  }
  .section-title2 {
    font-size: 16px;
    margin: 12px auto 24px;
    max-width: 629px;
  }

  .section-2 .contant-text {
    top: 10%;
    left: 7%;
  }
  .section-2 .contant-text .title {
    width: auto;
    font-size: 36px;
    margin-bottom: 20px;
  }
  .section-2 .text-top .top-p1,
  .section-2 .text-bottom .top-p1 {
    font-size: 24px;
    font-weight: 700;
  }
  .section-2 .text-top .top-p1 span,
  .section-2 .text-bottom .top-p1 span {
    font-size: 16px;
  }
  .section-2 .text-top .top-p2 {
    width: 186px;
  }
  .section-2 .text-top .top-p2,
  .section-2 .text-bottom .top-p2 {
    font-size: 16px;
  }

  .section-2 .text-top {
    margin-bottom: 20px;
  }

  .section-2 .text-bottom .top-p2 {
    width: 326px;
  }

  .section-3 .contant-top .top-p,
  .section-3 .contant-bottom .top-p {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .section-3 .contant-top .line,
  .section-3 .contant-bottom .line {
    height: 16px;
  }

  .section-3 .contant-top .texts .text-1,
  .section-3 .contant-bottom .texts .text-1,
  .section-3 .contant-top .texts .text-2,
  .section-3 .contant-bottom .texts .text-2 {
    font-size: 16px;
  }

  .section-3 .contant-top .line {
    width: 80%;
  }
  .section-4 .annotation-text {
    font-size: 14px;
  }
  .section-4 .annotation {
    margin-top: 12px;
  }

  .power-swiper-button-prev,
  .power-swiper-button-next {
    width: 32px;
    height: 32px;
  }
  .section-center,
  .section-5 {
    margin: 60px 48px;
    text-align: center;
  }
  .nav-menu {
    display: none;
  }
  .nav-menu-btn {
    display: block;
  }
  .header-nav-contant {
    margin: 0 48px;
  }
  .section2 {
    margin: 60px auto;
    text-align: center;
  }
  .btn-to-top {
    bottom: 6%;
    right: 6%;
  }
  .menu-underline {
    border-bottom: 1px solid #d7d7d7;
  }

  .nav-mob-menu {
    position: fixed;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    width: 56%;
    top: 0;
    left: -58%;
    z-index: 999;
    height: 100%;
    transition: all 0.5s linear;
  }

  .mob-menu-close {
    padding: 10px;
  }
  .mob-menu-close img {
    width: 24px;
    height: 24px;
  }

  .mob-menu-contant {
    height: 48px;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .mob-menu-catalogue {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    line-height: 48px;
    display: flex;
    align-items: center;
  }
  .mob-menu-catalogue img {
    margin-right: 10px;
  }
  .generators-item {
    overflow: hidden;
    transition: all 0.3s linear;
  }
  .mob-menu-catalogue-btn,
  .mob-menu-lang-btn {
    transition: all 0.3s linear;
    /* transform: rotate(180deg); */
  }
  .generators-item li a {
    display: flex;
    align-items: center;
    margin: 20px 30px;
  }
  .generators-item-img {
    width: 90px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .generators-item-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-left: 20px;
  }
  .mob-menu-lang li,
  .mob-menu-states li {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 15px ;
    padding: 10px 0;
    border-bottom: 0.3px solid #d7d7d7;
    text-align: center;
  }
}

@media (max-width: 767.9px) {
  .section-7 .section-title2 span {
    font-size: 12px;
  }
  .phone {
    display: block;
  }
  .pad {
    display: none;
  }
  .pc {
    display: none;
  }
  .header-nav-contant {
    margin: 0 16px;
  }
  .header-top-text {
    margin: 6px 16px;
    text-align: left;
  }
  .generators-item li a {
    margin: 20px;
  }
  .generators-item-text {
    margin-left: 10px;
  }
  .nav-menu-btn img,
  .nav-suer img {
    width: 16px;
  }
  .nav-logo img {
    height: 18px;
  }
  .banner-content {
    margin-top: 36px;
    width: 300px;
    left: calc(50% - 150px);
  }
  .banner-content-title p {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 20px;
  }
  .banner-content-title2 p {
    font-size: 14px;
    line-height: 14px;
    margin: 0 auto 16px;
    font-weight: 600;
    max-width: 196px;
  }

  .banner-content-btn {
    font-size: 14px;
  }
  .banner {
    height: 450px;
  }

  .section-center,
  .section-5 {
    margin: 28px 16px;
  }
  .section-title {
    font-size: 16px;
  }
  .section-title2 {
    font-size: 12px;
    margin: 12px auto 16px;
    max-width: 343px;
  }

  .section-2 .contant-text {
    padding: 23px;
    top: 48%;
    left: 5%;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.6);
    width: 76%;
  }
  .section-2 .contant-text .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .section-2 .text-top .top-p1,
  .section-2 .text-bottom .top-p1 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .section-2 .text-top .top-p1 span,
  .section-2 .text-bottom .top-p1 span {
    font-size: 12px;
  }
  .section-2 .text-top .top-p2 {
    width: 120px;
    height: 18px;
    line-height: 18px;
  }
  .section-2 .text-top .top-p2,
  .section-2 .text-bottom .top-p2 {
    font-size: 12px;
  }

  .section-2 .text-top {
    margin-bottom: 18px;
  }

  .section-2 .text-bottom .top-p2 {
    width: 240px;
    height: 18px;
    line-height: 18px;
  }
  .section-3-contant {
    flex-direction: column;
  }
  .section-3 .section-title2 {
    font-size: 16px;
  }
  .section-3 .contant-left {
    width: 100%;
  }
  .section-3 .contant-right {
    width: 92%;
  }
  .section-3 .contant-left img {
    width: 60%;
  }
  .section-3 .contant-top {
    margin-bottom: 24px;
  }
  .section-3 .contant-top .top-p,
  .section-3 .contant-bottom .top-p {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .section-3 .contant-top .top-heat,
  .section-3 .contant-bottom .top-heat {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-3 .contant-top .line,
  .section-3 .contant-bottom .line {
    height: 12px;
    margin-bottom: 5px;
  }
  .section-3 .contant-top .texts .text-1,
  .section-3 .contant-bottom .texts .text-1,
  .section-3 .contant-top .texts .text-2,
  .section-3 .contant-bottom .texts .text-2 {
    font-size: 12px;
  }

  .section-3 .contant-top .line {
    width: 90%;
  }
  .section-3 .contant-bottom .line {
    width: 40%;
  }
  .section-3 .contant-top .texts {
    margin-left: 74%;
  }
  .section-3 .contant-bottom .texts {
    margin-left: 26%;
  }
  .section-4 .annotation-text {
    font-size: 10px;
  }
  .section-4 .annotation {
    margin-top: 12px;
  }
  .section-8 {
    margin-bottom: 60px;
  }
  .btn-to-top {
    width: 32px;
    height: 32px;
    bottom: 4%;
    right: 4%;
  }
  .power-swiper-button-prev,
  .power-swiper-button-next {
    display: none;
  }
  .power-swiper-pagination {
    display: block;
  }
  .power-swiper-pagination {
    bottom: 300px !important;
  }
  .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .swiper-pagination-bullet {
    background: #fff;
  }

  .nav-mob-menu {
    width: 90%;
    left: -92%;
  }
}
