@charset "UTF-8";
.parent {
  color: #e7e7e8;
  font-size: 50px;
  font-weight: bold;
  position: relative;
}

.sun {
  color: #3f3f3f;
  font-size: 32px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

#xyz.active {
  height: 100%;
}
#xyz.active .xyz12 {
  height: 100%;
}

#xyz {
  margin-top: 5px;
  z-index: 99999;
  width: 120px;
  height: 25px;
  margin-left: 5px;
  position: relative;
  color: #afafaf;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 5px;
}
#xyz .xyz12 {
  background: #ccc;
  height: 25px;
  padding: 5px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
#xyz .xyz12 a {
  color: #333333;
}
#xyz .xyz12 a:hover {
  color: var(--color);
}
#xyz .xyz12 span {
  position: absolute;
  right: 6px;
  top: 2px;
  background: url("/images/m406/img/up.png") no-repeat center;
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 100;
  margin-right: 77px;
}
#xyz .xyz12 span.dp {
  background: url("/images/m406/img/dp.png") no-repeat center;
}

@media (max-width: 1300px) {
  #xyz {
    margin-top: 20px;
    position: absolute !important;
  }

  #xyz.active {
    height: 230px;
  }
  #xyz.active .xyz12 {
    height: 230px;
  }
}
html {
  direction: rtl;
}

.go-top {
  cursor: pointer;
}

.desc {
  cursor: pointer;
}

@media (max-width: 785px) {
  .time {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mb-all {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.search-box-mob {
  display: none;
}

.nav-box {
  position: relative;
}

.search-box-mob {
  max-width: 1600px;
  position: absolute;
  top: 62px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: #c1c1c1;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-box-mob div {
  width: 100%;
  margin: 15px 0px;
  max-width: 500px;
}
.search-box-mob div input {
  background: #ffffff;
  flex: 1;
  height: 40px;
  width: calc(100% - 84px);
  box-sizing: border-box;
  padding-left: 10px;
  border-radius: 0px;
}
.search-box-mob div button {
  width: 80px;
  height: 40px;
  margin-left: -3px;
  background: var(--color);
  color: white;
}
.search-box-mob div button:hover {
  background: #bb0000;
  cursor: pointer;
}

.w-100 {
  width: 100%;
  max-width: none;
  left: 0 !important;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 20px;
}
.table-wrap:nth-of-type(1) {
  margin-top: 0px;
}
.table-wrap table {
  width: 100%;
  min-width: 400px;
  margin: 10px 0px;
}
.table-wrap table td {
  border: 3px solid #cccccc;
  padding: 5px;
}

@media (max-width: 680px) {
  .search-box-mob {
    top: 50px;
  }
}
html {
  font-size: 14px;
  overflow-x: hidden;
}

header {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
header .top-box {
  width: 86.3333333%;
  max-width: 1600px;
  box-sizing: border-box;
  height: 100px;
  z-index: 4;
  position: absolute;
  top: -36vw;
}
header .top-box .info {
  padding: 5px 0px 5px 0px;
  display: flex;
  justify-content: space-between;
  color: white;
}
header .top-box .info .left {
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  color: white;
}
header .top-box .info .left span {
  color: white;
}
header .top-box .info .left span a,
header .top-box .info .left span a:visited {
  color: white;
}
header .top-box .info .left > span:nth-of-type(1) {
  padding-right: 30px;
  color: white;
}
header .top-box .info .right {
  display: flex;
}
header .top-box .info .right ul.sj {
  display: flex;
}
header .top-box .info .right ul.sj li {
  margin: 0px 4px;
  width: 30px;
  height: 30px;
  background-color: #292929;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .top-box .info .right ul.sj li:hover {
  background-color: var(--color);
}
header .top-box .info .right ul.sj li .inmenu_1 {
  background-color: var(--color);
}
header .top-box .info .right ul.sj li i {
  color: white;
}
header .top-box .nav-box {
  width: 83.3%;
  max-width: 1600px;
  box-sizing: border-box;
  background-color: #191919;
  height: 62px;
  display: flex;
  justify-content: space-between;
  color: white;
  z-index: 1;
  position: fixed;
  transition: top 0.5s;
}
header .top-box .nav-box .mob-nav {
  display: none;
}
header .top-box .nav-box .left {
  display: flex;
  align-items: flex-start;
  padding-left: 40px;
  height: 100%;
}
header .top-box .nav-box .left a {
  display: flex;
  align-items: center;
  color: white;
  height: 100%;
}
header .top-box .nav-box .left a img {
  display: inline-block;
}
header .top-box .nav-box .left span {
  font-size: 23px;
  font-weight: bold;
  padding-left: 9px;
}
header .top-box .nav-box .left span a,
header .top-box .nav-box .left span a:visited {
  color: white;
}
header .top-box .nav-box .right {
  display: flex;
}
@media (min-width: 1300px) {
  header .top-box .nav-box .right ul.nav1 {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 10px;
  }
  header .top-box .nav-box .right ul.nav1 > li {
    height: 100%;
    position: relative;
    margin: 0px 5px;
  }
  header .top-box .nav-box .right ul.nav1 > li ul li {
    padding: 10px 10px 10px 0px;
  }
  header .top-box .nav-box .right ul.nav1 > li ul li:hover {
    color: white;
    background: var(--color);
  }
  header .top-box .nav-box .right ul.nav1 > li.has-children {
    padding-right: 5px;
    position: relative;
  }
  header .top-box .nav-box .right ul.nav1 > li.has-children > i {
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
    cursor: pointer;
  }
  header .top-box .nav-box .right ul.nav1 > li:hover > .submenu.nav0 {
    opacity: 1;
    visibility: visible;
  }
  header .top-box .nav-box .right ul.nav1 > li .submenu.nav0 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: opacity 1s;
    padding: 5px 5px 5px 0px;
    background: #191919;
  }
  header .top-box .nav-box .right ul.nav1 > li .nav2 {
    width: 498px;
    position: absolute;
    z-index: 2;
    color: white;
    top: 62px;
    background-color: #191919;
    display: flex;
    padding: 1px;
    height: 426px;
  }
  header .top-box .nav-box .right ul.nav1 > li .nav2 .nav2-left {
    width: 198px;
    overflow-y: auto;
  }
  header .top-box .nav-box .right ul.nav1 > li .nav2 .nav2-left > ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  header .top-box .nav-box .right ul.nav1 > li .nav2 .nav2-left > ul > li {
    width: 100%;
    position: relative;
  }
  header .top-box .nav-box .right ul.nav1 > li .nav2 .nav2-left > ul > li i {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 20px;
    height: 20px;
  }
  header .top-box .nav-box .right ul.nav1 > li .nav2 .nav2-left > ul > li i:hover {
    cursor: pointer;
  }
  header .top-box .nav-box .right ul.nav1 > li .nav2 .nav2-left > ul > li a {
    padding: 13px 13px;
  }
  header .top-box .nav-box .right ul.nav1 > li .nav2 .nav2-left > ul > li a:hover {
    cursor: pointer;
    background-color: var(--color);
  }
  header .top-box .nav-box .right ul.nav1 > li .nav2 .nav2-left > ul > li ul.nav3 {
    display: none;
  }
  header .top-box .nav-box .right ul.nav1 > li .nav2 .nav2-left > ul > li ul.nav3 > li a {
    color: #dcdcdc;
  }
  header .top-box .nav-box .right ul.nav1 > li .nav2 .nav2-right {
    width: 300px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  header .top-box .nav-box .right ul.nav1 > li .nav2 .nav2-right p {
    width: 100%;
    color: #999999;
  }
  header .top-box .nav-box .right ul.nav1 > li .nav2 .nav2-right p:nth-of-type(2) {
    align-self: flex-end;
  }
  header .top-box .nav-box .right ul.nav1 > li i {
    font-size: 12px;
    margin-left: 10px;
  }
  header .top-box .nav-box .right ul.nav1 > li:hover {
    background-color: var(--color);
  }
  header .top-box .nav-box .right ul.nav1 > li .inmenu_1 {
    background-color: var(--color);
  }
  header .top-box .nav-box .right ul.nav1 > li a {
    display: inline-block;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    white-space: nowrap;
  }
}
header .top-box .nav-box .right .search-close {
  display: flex;
  align-items: center;
}
header .top-box .nav-box .right .search-box,
header .top-box .nav-box .right .search-close {
  width: 30px;
  display: flex;
  align-self: center;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  height: 100%;
}
header .top-box .nav-box .right .search-box .search-input,
header .top-box .nav-box .right .search-close .search-input {
  position: absolute;
  transform: translate(-110px, 20px);
  display: none;
  background: #191919;
  border-bottom: 1px solid #ffffff;
  color: white;
  width: 200px;
}
header .top-box .nav-box .right .search-box .search,
header .top-box .nav-box .right .search-close .search {
  display: inline-block;
  cursor: pointer;
  align-self: center;
  font-size: 16px;
}
header .top-box .nav-box .right .search-box .search-close,
header .top-box .nav-box .right .search-close .search-close {
  display: inline-block;
  cursor: pointer;
  align-self: center;
  font-size: 16px;
}

.index-swiper {
  position: absolute;
  left: 0;
  top: 0;
}

.swiper-box {
  width: 100%;
  position: absolute;
}
.swiper-box .fonts {
  padding: 0px 10vw;
  color: white;
  display: flex;
  flex-wrap: wrap;
  line-height: 80px;
  position: absolute;
  bottom: 15%;
}
.swiper-box .fonts > * {
  width: 100%;
}
.swiper-box .fonts h1 {
  font-size: 80px;
  font-weight: bold;
  color: #ffffff;
}
.swiper-box .fonts p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.swiper-box .fonts button {
  border: 1px solid white;
  background: none;
  color: white;
  padding: 11px 35px;
  cursor: pointer;
}
.swiper-box .fonts button:nth-of-type(1) {
  margin-right: 40px;
}
.swiper-box .fonts button:hover {
  background: var(--color);
  border: 1px solid var(--color);
  color: white;
}

@media (max-width: 1500px) {
  header .top-box .info {
    padding-left: 40px;
  }
}
.nav-set-top {
  top: 0;
  z-index: 10;
  transition: top 0.5s;
}

.nav-set-top-40 {
  top: 40px;
  z-index: 10;
  transition: top 0.5s;
}

@media (max-width: 1325px) {
  ul.sj {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .nav-set-top-40 {
    top: 0px;
    z-index: 10;
    transition: top 0.5s;
  }

  .productsDetails-article .details .right .btn-groups .button a {
    border: none !important;
  }
}
.prev-left {
  margin-left: 3%;
}

.prev-right {
  margin-right: 3%;
}

@media (max-width: 1560px) {
  header .top-box .nav-box {
    width: 100%;
  }

  .prev-left {
    margin-left: 2%;
  }

  .prev-right {
    margin-right: 2%;
  }
}
@media (max-width: 1300px) {
  header .top-box .nav-box .right nav ul.nav1 > li.has-children {
    padding-right: 45px;
    position: relative;
  }
  header .top-box .nav-box .right nav ul.nav1 > li.has-children > i {
    position: absolute;
    transform: translateX(21px);
  }
}
@media (max-width: 600px) {
  header .top-box .nav-box .mob-nav {
    margin: 0px 0px !important;
  }

  header .top-box .nav-box .right .search-box .search {
    display: flex;
    align-items: center;
  }

  .item.item-products.productsDetails {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 500px) {
  header .top-box .nav-box .right .search-box .search-input {
    right: -80px !important;
    width: 125px;
  }
}
@media (max-width: 380px) {
  header .top-box .nav-box .right .search-box .search-input {
    right: -80px !important;
    width: 65px;
  }
}
.swiper-index {
  width: 100%;
  height: calc(100vw / 2.74285);
  z-index: 1;
}
.swiper-index .swiper-slide1 {
  background: url("../img/home_banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-index .swiper-slide2 {
  background: url("../img/home_banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-index .swiper-slide3 {
  background: url("../img/home_banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-index .navigation-style {
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  transform: scale(0.8);
}
.swiper-index .swiper-pagination-bullet {
  background: white;
  border-radius: 0px;
  width: 30px;
  height: 3px;
}

@media (max-width: 1500px) {
  .top-box {
    width: 100% !important;
    height: 15vh;
  }
}
@media (max-width: 1300px) {
  header .top-box .nav-box .right nav ul.nav1 .submenu.nav0 {
    display: block;
    padding: 20px 0px 0px 0px;
  }
  header .top-box .nav-box .right nav ul.nav1 .submenu.nav0 li {
    padding: 8px 0px 8px 0px;
    text-align: right;
  }

  header .top-box .info {
    padding-left: 30px;
  }

  header .top-box .nav-box .left {
    padding-left: 30px;
  }

  header .top-box .info .right ul {
    display: none;
  }

  header .top-box .nav-box .right .search-box .search-input {
    height: 30px;
    right: -40px;
    padding: 2px 5px;
  }

  header {
    position: static;
  }

  .set-safari-70 {
    height: 77vh;
    top: 74px;
  }

  .set-safari-50 {
    height: calc(77vh - 50px);
    top: 50px;
  }

  .set-top-70 {
    top: 50px;
    height: 100vh;
  }

  .set-top-50 {
    top: 50px;
    height: 100vh;
  }

  header .top-box .nav-box .right nav {
    position: fixed;
    right: 0;
    display: none;
    width: 100vw;
    z-index: 3;
    background: rgba(0, 0, 0, 0.95);
  }
  header .top-box .nav-box .right nav a {
    color: white;
  }
  header .top-box .nav-box .right nav ul.nav1 {
    height: 100%;
    overflow-y: auto;
  }
  header .top-box .nav-box .right nav ul.nav1 > li {
    border-top: 1px solid #545656;
    padding: 20px 45px 20px 2.667vw;
    display: flex;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
  }
  header .top-box .nav-box .right nav ul.nav1 > li > a {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  header .top-box .nav-box .right nav ul.nav1 > li > a i {
    margin-left: 10px;
  }
  header .top-box .nav-box .right nav ul.nav1 .submenu.nav0 {
    display: none;
  }
  header .top-box .nav-box .right nav ul.nav1 .nav2 ul li {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  header .top-box .nav-box .right nav ul.nav1 .nav2 ul li > a {
    text-align: right;
    padding: 20px 2.667vw 20px 2.667vw;
    width: 100%;
  }

  .swiper-button-next,
.swiper-button-prev {
    display: none;
  }

  header .top-box .nav-box .right ul.nav1 > li .nav2 .nav2-right {
    display: none;
  }

  header .top-box .nav-box .right .search-box .search {
    font-size: 36px;
  }

  header .top-box .nav-box .mob-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    font-size: 36px;
    margin: 0px 30px;
  }

  header .top-box .nav-box .right ul.nav1 > li .nav2 .nav2-left > ul > li i {
    display: none;
  }

  .swiper-box .fonts {
    bottom: 5%;
    line-height: 60px;
  }
  .swiper-box .fonts h1 {
    font-size: 60px;
  }
  .swiper-box .fonts p {
    font-size: 16px;
  }
  .swiper-box .fonts button {
    padding: 9px 30px;
  }

  header .top-box .nav-box .right nav ul.nav1 > li {
    font-weight: bold;
  }
}
@media (max-width: 1300px) and (min-width: 680px) {
  .set-top-70 {
    top: 62px;
  }
}
@media (max-width: 750px) {
  .swiper-box .fonts h1 {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .swiper-box .fonts {
    bottom: 6%;
    line-height: 50px;
  }
  .swiper-box .fonts p {
    font-size: 14px;
  }
  .swiper-box .fonts button {
    padding: 9px 30px;
  }
}
main.index section.products .item ul li div p span {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 680px) {
  header .top-box .info .left {
    display: none !important;
  }

  header .top-box .nav-box .right .search-box .search-input {
    height: 20px;
    right: -40px;
    top: -15px;
    padding: 2px 5px;
  }

  header .top-box {
    height: 4vh;
  }

  header .top-box .nav-box {
    height: 50px;
  }

  header .top-box .nav-box .right .search-box .search,
header .top-box .nav-box .mob-nav {
    font-size: 24px;
  }

  .swiper-box .fonts p {
    font-size: 12px;
    line-height: 24px;
  }
  .swiper-box .fonts button {
    padding: 6px 20px;
  }
  .swiper-box .fonts button:nth-of-type(1) {
    margin-right: 20px;
  }
}
main.index {
  margin-top: 36vw;
  background: #f6f6f7;
  padding: 90px 0px 20px 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main.index section.products {
  width: 86.3333333%;
  max-width: 1600px;
}
main.index section.products .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
}
main.index section.products .list ul {
  display: flex;
}
main.index section.products .list ul li {
  width: 200px;
  height: 40px;
  background: #191919;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.index section.products .list ul li.active {
  background: var(--color);
}
main.index section.products .list ul li:hover {
  background: var(--color);
}
main.index section.products .list ul li a {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: white;
  width: 100%;
  font-size: 16px;
  text-align: center;
}
main.index section.products .item ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
main.index section.products .item ul li {
  width: 25%;
}
main.index section.products .item ul li:hover a {
  color: var(--color);
}
main.index section.products .item ul li > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px 8px;
}
main.index section.products .item ul li > div .rule-box {
  height: auto;
  overflow: hidden;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  transition: 0.3s transform ease;
}
main.index section.products .item ul li > div .rule-box:hover {
  box-shadow: 0px 5px 10px 0px rgba(4, 0, 0, 0.05);
  transform: translateY(5px);
}
main.index section.products .item ul li > div a {
  color: black;
}
main.index section.products .item ul li > div img {
  box-shadow: 0px 5px 10px 0px rgba(4, 0, 0, 0.05);
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}
main.index section.products .item ul li > div p {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1600px) {
  main.index {
    padding: 40px 0px;
  }

  main.index section.products .title {
    display: block;
  }
  main.index section.products .title .title-img-box {
    text-align: center;
    margin-bottom: 40px;
  }
  main.index section.products .title .list {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1210px) {
  main.index section.products {
    width: 100%;
    margin: 0px 4vw;
  }

  main.index section.products .item ul li {
    width: 50%;
  }

  main.index section.products .item ul li div p {
    height: 60px;
  }
}
@media (max-width: 1090px) {
  main.index section.products .title .list ul li:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 900px) {
  main.index section.products .title .list ul li:nth-of-type(4) {
    display: none;
  }
}
@media (max-width: 500px) {
  main.index section.products .title .list ul li:nth-of-type(5) {
    display: none;
  }
}
@media (max-width: 890px) {
  main.index section.products .title .list ul li:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 695px) {
  main.index section.products .item ul li div p {
    font-size: 12px;
  }
}
@media (max-width: 490px) {
  main.index {
    padding: 20px 0px 0px 0px;
  }

  main.index section.products .title .title-img-box {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.index section.products .title .title-img-box img {
    width: 200px;
  }

  main.index section.products .title {
    margin-bottom: 30px;
  }
}
main.index section.about-us {
  width: 100vw;
  height: calc(100vw / 2.74286);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
main.index section.about-us > img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main.index section.about-us .block-box {
  display: flex;
  width: 86.3333333%;
  max-width: 1600px;
  height: calc(100% * 0.6);
  z-index: 3;
}
main.index section.about-us .block-box .pic {
  max-width: 560px;
  width: 35%;
}
main.index section.about-us .block-box .pic img {
  width: 100%;
  height: 100%;
}
main.index section.about-us .block-box .content {
  width: 65%;
  background: #f6f6f7;
  box-sizing: border-box;
  padding: 3%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
main.index section.about-us .block-box .content .top h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 60px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
main.index section.about-us .block-box .content .top p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  max-height: 72px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main.index section.about-us .block-box .content .button-box button {
  border: 2px solid black;
  background: white;
  color: #333333;
  padding: 11px 35px;
  width: 200px;
  height: 50px;
  font-size: 18px;
  cursor: pointer;
}
main.index section.about-us .block-box .content .button-box button:hover {
  background: var(--color);
  color: white;
  border: 2px solid var(--color);
}

@media (max-width: 1680px) {
  main.index section.about-us .block-box .content .button-box button {
    width: 150px;
    height: 37.5px;
    font-size: 16px;
    padding: 5px 25px;
  }
}
@media (max-width: 1460px) {
  main.index section.about-us .block-box .content .top p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
  }
}
@media (max-width: 1170px) {
  main.index section.about-us .block-box .content .top p:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 863px) {
  main.index section.about-us .block-box .content {
    padding: 2%;
  }
}
@media (max-width: 785px) {
  .item-faq.row-1 li {
    width: 100%;
  }
}
@media (max-width: 785px) {
  main.index section.about-us .block-box .content .top p {
    line-height: 3.733vw;
  }

  main.index section.about-us .block-box .content .top h2,
main.index section.about-us .block-box .content .top h1 {
    line-height: 4.267vw;
  }

  main.index section.about-us .block-box .content .button-box button {
    font-size: 2.4vw;
  }

  main.index section.about-us .block-box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }

  main.index section.about-us {
    box-sizing: border-box;
    padding: 4.667vw 4vw;
  }
}
@media (max-width: 405px) {
  main.index section.about-us .block-box .content {
    display: flex;
    justify-content: center;
  }
}
main.index section.number {
  background: url("./../img/homePC-bg_02.jpg") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  height: 110px;
  margin-bottom: 45px;
  max-width: 1600px;
}
main.index section.number ul {
  height: 100%;
  display: flex;
}
main.index section.number ul li {
  height: 100%;
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
main.index section.number ul li p {
  width: 100%;
  text-align: center;
}
main.index section.number ul li p:nth-of-type(1) {
  font-size: 26px;
  font-weight: 600;
}
main.index section.number ul li p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1200px) {
  main.index section.number {
    margin-bottom: 20px;
  }
}
main.index .news {
  width: 100%;
  padding: 0px 4vw;
  max-width: 1600px;
}
main.index .news .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
}
main.index .news .list ul {
  display: flex;
}
main.index .news .list ul li {
  width: 200px;
  height: 40px;
  background: #191919;
}
main.index .news .list ul li.active {
  background: var(--color);
}
main.index .news .list ul li:hover {
  background: var(--color);
}
main.index .news .list ul li a {
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
main.index .news .item ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
main.index .news .item ul li {
  width: 50%;
  height: 150px;
  margin-bottom: 5%;
}
main.index .news .item ul li:nth-of-type(odd) .box {
  margin-left: 4%;
}
main.index .news .item ul li:nth-of-type(even) .box {
  margin-right: 4%;
}
main.index .news .item ul li .box {
  display: flex;
  background: #ffffff;
  height: 100%;
  transition: 0.5s all ease;
}
main.index .news .item ul li .box:hover {
  box-shadow: 0px 5px 15px 0px rgba(4, 0, 0, 0.1);
  transform: translateY(5px);
}
main.index .news .item ul li .box .left {
  width: 128px;
  border-right: 1px solid #ededed;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-wrap: wrap;
}
main.index .news .item ul li .box .left span:nth-of-type(1) {
  font-size: 30px;
  font-weight: 600;
  color: #191919;
  display: block;
  width: 100%;
}
main.index .news .item ul li .box .left span:nth-of-type(2) {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  display: block;
  width: 50%;
  margin: 0px auto;
  margin-top: 1%;
  padding-top: 1%;
  border-top: 2px solid #ededed;
}
main.index .news .item ul li .box .right {
  flex: 1;
  box-sizing: border-box;
  padding: 4% 3%;
}
main.index .news .item ul li .box .right p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 600;
  color: var(--color);
  margin-bottom: 10px;
}
main.index .news .item ul li .box .right p:nth-of-type(1) a {
  font-size: 20px;
  font-weight: 600;
  color: #191919;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
main.index .news .item ul li .box .right p:nth-of-type(1) a:hover {
  color: var(--color);
}
main.index .news .item ul li .box .right p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
  main.index .news .item ul {
    display: block;
  }
  main.index .news .item ul li {
    width: 100%;
  }
  main.index .news .item ul li:nth-of-type(odd) .box {
    margin-right: 0;
  }
  main.index .news .item ul li:nth-of-type(even) .box {
    margin-left: 0;
  }
}
@media (max-width: 950px) {
  main.index section.news .title {
    display: block;
  }

  main.index section.news .title .title-img-box {
    text-align: center;
    margin-bottom: 40px;
  }

  main.index section.news .title .list {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  main.index .news .item ul li .box .left {
    width: 100px;
  }
  main.index .news .item ul li .box .left span:nth-of-type(2) {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  main.index section.news .title .list ul li:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 490px) {
  main.index section.news .title .title-img-box {
    text-align: center;
    margin-bottom: 20px;
  }
}
footer {
  width: 100%;
  box-sizing: border-box;
  color: white;
  display: flex;
  justify-content: center;
  background: #191919;
  padding: 4% 0%;
}
footer .footer-info {
  width: 86.3333333%;
  max-width: 1600px;
  display: flex;
  line-height: 30px;
  justify-content: space-between;
  position: relative;
}
footer .footer-info .logo-box .logo {
  margin-bottom: 5%;
  display: flex;
  align-items: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 24px;
}
footer .footer-info .logo-box .logo img {
  margin-right: 20px;
}
footer .footer-info p {
  width: 390px;
  transition: 0.3s all ease;
}
footer .footer-info p:hover {
  transform: translateX(10px);
  color: var(--color);
}
footer .footer-info h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
footer .footer-info a {
  color: white;
}
footer .footer-info .nav1 ul > li > a,
footer .footer-info .nav2 ul > li > a {
  transition: 0.3s padding-left ease;
}
footer .footer-info .nav1 ul > li > a::before,
footer .footer-info .nav2 ul > li > a::before {
  content: "-";
  padding-right: 5px;
}
footer .footer-info .nav1 ul > li > a:hover,
footer .footer-info .nav2 ul > li > a:hover {
  box-sizing: border-box;
  padding-left: 10px;
  color: var(--color);
}
footer .footer-info .nav1 {
  width: 250px;
}
footer .footer-info .nav1 ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-info .nav1 ul li {
  width: 50%;
  font-size: 14px;
  font-weight: 400;
}
footer .footer-info .nav2 {
  width: 205px;
}
footer .footer-info .soft {
  display: block;
  position: absolute;
  bottom: -63%;
  left: 0;
  z-index: 2;
}
footer .footer-info .soft ul {
  width: 200px;
  display: flex;
}
footer .footer-info .soft ul li {
  width: 30px;
  height: 30px;
  background: #292929;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 20px;
}
footer .footer-info .soft ul li.active {
  background: var(--color);
}
footer .footer-info .soft ul li:hover {
  background: var(--color);
}

@media (max-width: 1210px) {
  .go-top {
    display: none;
  }

  .copyright {
    margin-bottom: 79px;
  }

  footer .footer-info {
    display: block;
  }
  footer .footer-info .logo-box,
footer .footer-info .nav2,
footer .footer-info .qr-code {
    display: none;
  }
  footer .footer-info .nav1 {
    width: 100%;
  }
  footer .footer-info .nav1 h4 {
    display: none;
  }
  footer .footer-info .nav1 ul li {
    width: 20%;
    font-size: 20px;
  }
  footer .footer-info .soft {
    display: block;
  }
  footer .footer-info .soft ul {
    margin-top: 3%;
    display: flex;
  }
  footer .footer-info .soft ul li {
    width: 60px;
    height: 60px;
    background: #292929;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    margin-right: 20px;
  }
  footer .footer-info .soft ul li.active {
    background: var(--color);
  }
  footer .footer-info .soft ul li:hover {
    background: var(--color);
  }
}
@media (max-width: 820px) {
  .top-box {
    top: -300px !important;
  }

  .info {
    margin-top: 0px !important;
  }

  .index-page {
    z-index: -1;
  }

  footer .footer-info .nav1 ul {
    justify-content: flex-start;
  }

  footer .footer-info .nav1 ul li {
    font-size: 16px;
    width: 25%;
  }
}
@media (max-width: 525px) {
  footer .footer-info .nav1 ul {
    justify-content: flex-start;
  }

  footer .footer-info .nav1 ul li {
    font-size: 16px;
    width: 33.3333%;
  }

  footer .footer-info .soft ul li {
    margin-right: 10px;
    width: 45px;
    height: 45px;
    font-size: 30px;
  }
}
@media (max-width: 390px) {
  footer .footer-info .nav1 ul li {
    width: 50%;
  }
}
.copyright {
  background: #000000;
  color: white;
  padding: 0px 8%;
  height: 60px;
  line-height: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.copyright a {
  scroll-behavior: smooth;
  font-size: 32px;
  color: white;
  background: var(--color);
  padding: 5px 10px;
  position: absolute;
  left: 30px;
}

.pho-footer {
  display: none;
}

@media (max-width: 1210px) {
  footer .footer-info .soft {
    position: static;
  }
  footer .footer-info .soft ul {
    width: 100%;
  }

  .pho-footer {
    display: block;
    height: 98px;
    background: var(--color);
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .pho-footer ul {
    display: flex;
    height: 100%;
  }
  .pho-footer ul li {
    width: 25%;
  }
  .pho-footer ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    height: 100%;
  }
  .pho-footer ul li a > * {
    text-align: center;
    display: block;
    width: 100%;
  }
  .pho-footer ul li a i {
    font-size: 45px;
  }
  .pho-footer ul li a span {
    font-size: 24px;
  }

  .copyright {
    margin-bottom: 98px;
  }
}
@media (max-width: 750px) {
  .pho-footer {
    height: 13.067vw;
    min-height: 55px !important;
  }

  .shop-car {
    bottom: 13.067vw;
  }

  .pho-footer ul li a span {
    font-size: 3.2vw;
  }

  .pho-footer ul li a i,
.pho-footer ul li a em {
    font-size: 6vw;
  }

  .copyright {
    margin-bottom: 13.067vw;
  }

  .pho-footer ul li a span {
    font-size: 2.4vw;
  }

  .productsDetails-article .details .right h1 {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    font-size: 16px !important;
    margin-top: 4vw;
  }
}
@media (max-width: 1730px) {
  footer .footer-info .soft {
    bottom: -110px;
  }
}
@media (max-width: 1400px) {
  footer .footer-info .soft {
    bottom: -95px;
  }
}
@media (max-width: 425px) {
  .copyright {
    margin-bottom: 55px;
  }
}
header.banner2-header {
  height: calc(100vw / 4.1);
}

.banner2-box {
  width: 100%;
  position: absolute;
  height: calc(100vw / 4.1);
  min-height: 300px;
}
.banner2-box .fonts {
  width: 100%;
  color: white;
  display: flex;
  flex-wrap: wrap;
  line-height: 80px;
  position: absolute;
  top: 8.1vw;
  text-align: right;
}
.banner2-box .fonts > * {
  margin-right: 8.8vw;
  width: 100%;
}
.banner2-box .fonts h1 {
  font-size: 80px;
  font-weight: bold;
  color: #ffffff;
}
.banner2-box .fonts p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.banner2-box .fonts button {
  border: 1px solid white;
  background: none;
  color: white;
  padding: 11px 35px;
  cursor: pointer;
}
.banner2-box .fonts button:nth-of-type(1) {
  margin-right: 40px;
}
.banner2-box .fonts button:hover {
  background: var(--color);
  border: 1px solid var(--color);
  color: white;
}

@media (max-width: 1450px) {
  .banner2-box .fonts {
    justify-content: flex-end;
    line-height: 60px;
  }
  .banner2-box .fonts h1 {
    font-size: 60px;
    line-height: 80px;
  }
  .banner2-box .fonts p {
    line-height: 32px;
    font-size: 16px;
    width: 300px;
  }
}
@media (max-width: 1000px) {
  header.banner2-header {
    height: 37px;
  }

  .banner2-box .fonts {
    line-height: 60px;
  }
  .banner2-box .fonts h1 {
    font-size: 60px;
  }
  .banner2-box .fonts p {
    font-size: 16px;
  }
}
@media (max-width: 1210px) {
  header.banner2-header {
    height: 300px;
  }
  header.banner2-header .info {
    display: none;
  }

  main.page-template-1 {
    margin-top: 0px;
    background: royalblue;
  }
}
@media (max-width: 680px) {
  header.banner2-header {
    height: 35px;
  }
}
.tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #555;
  background: white;
  margin-top: 24.5vw;
}
.tabs a {
  color: #555;
}
.tabs i {
  margin: 0px 3px;
}

@media (max-width: 1200px) {
  .tabs {
    display: none;
  }
}
@media (max-width: 1210px) {
  main.page-template-1 {
    padding-top: 33px;
  }
}
.banner2-box img {
  width: 100%;
  height: 100%;
}

main.page-template-1 {
  background: #f6f6f7;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main.page-template-1 .max-width-box {
  width: 86.3333333%;
  width: 100%;
  max-width: 1600px;
  display: flex;
  padding: 45px 30px;
}
main.page-template-1 .max-width-box aside {
  width: 250px;
  min-width: 250px;
}
main.page-template-1 .max-width-box aside ul.nav1 {
  border: 1px solid #ececec;
  margin-bottom: 30px;
}
main.page-template-1 .max-width-box aside ul.nav1:nth-of-type(1) {
  color: white;
}
main.page-template-1 .max-width-box aside ul.nav1.contact-us li:nth-of-type(2) {
  box-sizing: border-box;
  padding: 10px 0px;
  background: white;
  flex-wrap: wrap;
}
main.page-template-1 .max-width-box aside ul.nav1 li {
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  background: white;
}
main.page-template-1 .max-width-box aside ul.nav1 li a {
  color: #000;
}
main.page-template-1 .max-width-box aside ul.nav1 li a {
  color: #191919;
}
main.page-template-1 .max-width-box aside ul.nav1 li p {
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  box-sizing: border-box;
  padding: 0px 21px;
  color: black;
}
main.page-template-1 .max-width-box article {
  flex: 1;
  margin-right: 58px;
}
main.page-template-1 .max-width-box article article {
  margin-left: 0;
}
main.page-template-1 .max-width-box article.row-0 ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
main.page-template-1 .max-width-box article.row-0 ul li {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
main.page-template-1 .max-width-box article.row-0 ul li:hover p {
  color: var(--color);
}
main.page-template-1 .max-width-box article.row-0 ul li .box {
  display: flex;
  background: #ffffff;
  border: 1px solid #ededed;
  height: 100%;
  transition: 0.3s all ease;
}
main.page-template-1 .max-width-box article.row-0 ul li .box:hover {
  box-shadow: 0px 5px 15px 0px rgba(4, 0, 0, 0.1);
  transform: translateY(-5px);
}
main.page-template-1 .max-width-box article.row-0 ul li .box .left {
  width: 320px;
  border-right: 1px solid #ededed;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-wrap: wrap;
  overflow: hidden;
}
main.page-template-1 .max-width-box article.row-0 ul li .box .left img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
main.page-template-1 .max-width-box article.row-0 ul li .box .left img:hover {
  transition: transform 0.3s;
}
main.page-template-1 .max-width-box article.row-0 ul li .box .right {
  flex: 1;
  box-sizing: border-box;
  padding: 0 3%;
  line-height: 83px;
}
main.page-template-1 .max-width-box article.row-0 ul li .box .right p:nth-of-type(1) {
  font-weight: 600;
}
main.page-template-1 .max-width-box article.row-0 ul li .box .right p:nth-of-type(1) a {
  width: 100%;
  font-size: 20px;
  color: black;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
main.page-template-1 .max-width-box article.row-0 ul li .box .right p:nth-of-type(1) a:hover {
  color: var(--color);
}
main.page-template-1 .max-width-box article.row-0 ul li .box .right p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  min-height: 48px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main.page-template-1 .max-width-box article.row-0 ul li .box .right button {
  width: 180px;
  height: 40px;
  background: black;
  cursor: pointer;
}
main.page-template-1 .max-width-box article.row-0 ul li .box .right button a {
  color: white;
}
main.page-template-1 .max-width-box article.row-0 ul li .box .right button:hover {
  background: var(--color);
}
main.page-template-1 .max-width-box article.row-1 ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
main.page-template-1 .max-width-box article.row-1 ul li {
  width: 33%;
  height: 380px;
  margin-bottom: 20px;
}
main.page-template-1 .max-width-box article.row-1 ul li:hover p {
  color: var(--color);
}
main.page-template-1 .max-width-box article.row-1 ul li .box {
  display: block;
  background: #ffffff;
  height: 100%;
  margin: 0px 7.9px;
  transition: 0.3s all ease;
}
main.page-template-1 .max-width-box article.row-1 ul li .box:hover {
  box-shadow: 0px 5px 15px 0px rgba(4, 0, 0, 0.1);
  transform: translateY(-5px);
}
main.page-template-1 .max-width-box article.row-1 ul li .box .left {
  border-right: none;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-wrap: wrap;
  overflow: hidden;
  height: 240px;
  border-bottom: 2px solid #f6f6f7;
}
main.page-template-1 .max-width-box article.row-1 ul li .box .left img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
  margin: 0 auto;
}
main.page-template-1 .max-width-box article.row-1 ul li .box .left img:hover {
  transition: transform 0.3s;
}
main.page-template-1 .max-width-box article.row-1 ul li .box .right {
  flex: 1;
  box-sizing: border-box;
  padding: 0 3%;
  text-align: center;
  line-height: 57px;
}
main.page-template-1 .max-width-box article.row-1 ul li .box .right p:nth-of-type(1) {
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
}
main.page-template-1 .max-width-box article.row-1 ul li .box .right p:nth-of-type(1) a {
  color: black;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
main.page-template-1 .max-width-box article.row-1 ul li .box .right p:nth-of-type(1) a:hover {
  color: var(--color);
}
main.page-template-1 .max-width-box article.row-1 ul li .box .right p:nth-of-type(2) {
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
main.page-template-1 .max-width-box article.row-1 ul li .box .right button {
  width: 180px;
  height: 40px;
  background: black;
  cursor: pointer;
}
main.page-template-1 .max-width-box article.row-1 ul li .box .right button a {
  color: white;
}
main.page-template-1 .max-width-box article.row-1 ul li .box .right button:hover {
  background: var(--color);
}
main.page-template-1 .max-width-box article .Pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
main.page-template-1 .max-width-box article .Pagination span {
  padding: 10px;
  background: white;
  margin: 0px 5px;
}
main.page-template-1 .max-width-box article .Pagination a {
  width: 100%;
  height: 100%;
  color: black;
}
main.page-template-1 .max-width-box article .Pagination ul {
  display: flex;
}
main.page-template-1 .max-width-box article .Pagination ul li {
  padding: 10px 15px;
  background: white;
  margin: 0px 5px;
}
main.page-template-1 .max-width-box article .Pagination .none a {
  color: #999999;
}
main.page-template-1 .max-width-box article .Pagination .active {
  background: var(--color);
}
main.page-template-1 .max-width-box article .Pagination .active a {
  color: white;
}
main.page-template-1 .max-width-box article .Pagination span:nth-last-of-type(1) {
  background: none;
  font-weight: 400;
}

@media (max-width: 827px) {
  main.page-template-1 .max-width-box article.row-0 ul li .box .left img {
    height: auto;
  }
}
@media (max-width: 1300px) {
  main.page-template-1 .max-width-box article .item ul li .box .right p:nth-of-type(1) {
    font-size: 18px;
    line-height: 60px;
  }
}
@media (max-width: 1200px) {
  main.page-template-1 .max-width-box article.row-1 ul li .box .right p:nth-of-type(2) {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 48px;
    -webkit-box-orient: vertical;
  }

  main.page-template-1 .max-width-box {
    padding: 0vw 4vw 4vw 4vw;
  }
  main.page-template-1 .max-width-box aside {
    display: none;
  }

  main.page-template-1 .max-width-box article {
    margin-left: 0;
  }
  main.page-template-1 .max-width-box article .item ul {
    display: flex;
  }
  main.page-template-1 .max-width-box article .item ul li {
    width: 50%;
    height: auto;
    margin-bottom: 20px;
  }
  main.page-template-1 .max-width-box article .item ul li .box {
    margin: 0px 7.9px;
    display: flex;
    flex-direction: column;
  }
  main.page-template-1 .max-width-box article .item ul li .box .left {
    border-right: none;
    width: 100%;
    height: auto;
    border-bottom: 2px solid #f6f6f7;
    flex: 1;
    max-height: 210px;
  }
  main.page-template-1 .max-width-box article .item ul li .box .left img {
    margin: 0 auto;
    max-width: 320px;
  }
  main.page-template-1 .max-width-box article .item ul li .box .right {
    text-align: center;
    height: auto;
    height: 240px;
  }
  main.page-template-1 .max-width-box article .item ul li .box .right p:nth-of-type(1) {
    font-size: 15px;
  }
  main.page-template-1 .max-width-box article .item ul p:nth-of-type(2) {
    display: none;
  }
}
main.page-template-1 .max-width-box article article {
  margin-right: 0;
  margin-left: 58px;
}

@media (max-width: 700px) {
  main.page-template-1 .max-width-box article .item ul li .box .right p:nth-of-type(1) {
    line-height: 24px;
  }
}
@media (max-width: 533px) {
  .small-hide {
    display: none;
  }
  .small-hide li {
    display: none;
  }

  main.page-template-1 .max-width-box {
    width: 100%;
  }
}
@media (max-width: 450px) {
  html {
    overflow-x: hidden;
  }

  main.page-template-1 .max-width-box article {
    width: 100%;
    flex: none;
  }
}
.item-faq ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.item-faq ul li {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
}
.item-faq ul li .box {
  display: flex;
  background: #ffffff;
  height: 100%;
  transition: 0.3s all ease;
}
.item-faq ul li .box:hover {
  box-shadow: 0px 5px 15px 0px rgba(4, 0, 0, 0.1);
  transform: translateY(-5px);
}
.item-faq ul li .box .left {
  width: 128px;
  border-right: 1px solid #ededed;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-wrap: wrap;
}
.item-faq ul li .box .left span:nth-of-type(1) {
  font-size: 30px;
  font-weight: 600;
  color: #191919;
  display: block;
  width: 100%;
}
.item-faq ul li .box .left span:nth-of-type(2) {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  display: block;
  width: 50%;
  margin: 0px auto;
  margin-top: 1%;
  padding-top: 1%;
  border-top: 2px solid #ededed;
}
.item-faq ul li .box .right {
  flex: 1;
  box-sizing: border-box;
  padding: 2% 3%;
}
.item-faq ul li .box .right p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
}
.item-faq ul li .box .right p:nth-of-type(1):hover {
  color: var(--color);
}
.item-faq ul li .box .right p:nth-of-type(1) a {
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.item-faq ul li .box .right p:nth-of-type(1) a:hover {
  color: var(--color);
}
.item-faq ul li .box .right p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /**控制显示内容的行数*/
  -webkit-box-orient: vertical;
}

.item.item-products.productsDetails {
  line-height: 1.5;
}

.productsDetails-article .ifyou {
  font-size: 14px;
  padding: 0px 0px 15px 0px;
}

.feedback-list {
  border: 1px solid #ddd;
  background: white;
}
.feedback-list .list-li {
  display: flex;
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
}
.feedback-list .list-li:nth-last-of-type(1) {
  border: none;
}
.feedback-list .list-li div:nth-of-type(1) {
  width: 194px;
  height: 145px;
}
.feedback-list .list-li div:nth-of-type(1) img {
  width: 100%;
  height: 100%;
}
.feedback-list .list-li div:nth-of-type(2) {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 5%;
  font-size: 16px;
}
.feedback-list .list-li div:nth-of-type(2) a {
  color: black;
}
.feedback-list .list-li div:nth-of-type(3) {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  cursor: pointer;
}

@media (max-width: 500px) {
  .feedback {
    padding-top: 33px !important;
  }
}
@media (max-width: 600px) {
  .feedback-list .list-li div:nth-of-type(1) {
    width: 97px;
    height: 72px;
  }

  .feedback-list .list-li div:nth-of-type(2) {
    font-size: 12px;
  }

  .feedback-title span {
    display: -webkit-box !important;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .feedback-list .list-li div:nth-of-type(3) {
    width: 50px;
  }
}
.item-faqdetails .title, .item-aboutus .title {
  text-align: center;
  position: relative;
}
.item-faqdetails .title h1, .item-aboutus .title h1 {
  font-size: 20px;
  color: #191919;
}
.item-faqdetails .title p, .item-aboutus .title p {
  text-align: center;
}
.item-faqdetails .title p span:nth-of-type(1), .item-aboutus .title p span:nth-of-type(1) {
  padding: 0px 10px;
}
.item-faqdetails .article, .item-aboutus .article {
  padding: 34px 0px;
}
.item-faqdetails .article p, .item-aboutus .article p {
  line-height: 2.2;
  margin-bottom: 20px;
}
.item-faqdetails .share, .item-aboutus .share {
  margin-bottom: 50px;
}
.item-faqdetails .share ul, .item-aboutus .share ul {
  display: flex;
}
.item-faqdetails .share ul li, .item-aboutus .share ul li {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.item-faqdetails .share ul li:nth-of-type(1), .item-aboutus .share ul li:nth-of-type(1) {
  background: #3b5998;
}
.item-faqdetails .share ul li:nth-of-type(2), .item-aboutus .share ul li:nth-of-type(2) {
  background: #1da1f2;
}
.item-faqdetails .share ul li:nth-of-type(3), .item-aboutus .share ul li:nth-of-type(3) {
  background: #0077b5;
}
.item-faqdetails .share ul li:nth-of-type(4), .item-aboutus .share ul li:nth-of-type(4) {
  background: #c92326;
}
.item-faqdetails .share ul li i, .item-aboutus .share ul li i {
  color: white;
}
.item-faqdetails .btn-group, .item-aboutus .btn-group {
  display: flex;
}
.item-faqdetails .btn-group button, .item-aboutus .btn-group button {
  width: 50%;
  height: 50px;
}
.item-faqdetails .btn-group button a, .item-aboutus .btn-group button a {
  color: white;
}
.item-faqdetails .btn-group button:nth-of-type(1), .item-aboutus .btn-group button:nth-of-type(1) {
  background: #191919;
}
.item-faqdetails .btn-group button:nth-of-type(2), .item-aboutus .btn-group button:nth-of-type(2) {
  background: var(--color) !important;
}

@media (max-width: 1200px) {
  .item-faqdetails .btn-group, .item-aboutus .btn-group {
    flex-wrap: wrap;
  }
  .item-faqdetails .btn-group button, .item-aboutus .btn-group button {
    width: 100%;
    margin-bottom: 19px;
  }
}
.item-aboutus h1 {
  font-size: 20px;
}
.item-aboutus .article {
  padding: 0;
}

.item-project ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.item-project ul li {
  width: 100%;
  height: 240px;
  margin-bottom: 30px;
}
.item-project ul li a {
  color: black;
  cursor: pointer;
}
.item-project ul li:hover p a {
  color: var(--color);
}
.item-project ul li .box {
  display: flex;
  background: #ffffff;
  height: 100%;
  transition: 0.3s all ease;
  border: 1px solid #ededed;
}
.item-project ul li .box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 15px 0px rgba(4, 0, 0, 0.1);
}
.item-project ul li .box .left {
  width: 320px;
  border-right: 1px solid #ededed;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.item-project ul li .box .left img {
  width: 100%;
  transition: transform 0.3s;
}
.item-project ul li .box .left img:hover {
  transition: transform 0.3s;
}
.item-project ul li .box .right {
  flex: 1;
  box-sizing: border-box;
  padding: 0 3%;
  line-height: 83px;
}
.item-project ul li .box .right p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item-project ul li .box .right p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.item-project ul li .box .right button {
  width: 180px;
  height: 40px;
  background: black;
  cursor: pointer;
}
.item-project ul li .box .right button a {
  color: white;
}
.item-project ul li .box .right button:hover {
  background: var(--color);
}

@media (max-width: 900px) {
  .item-project ul li {
    height: 180px;
  }
  .item-project ul li .box .left {
    width: 240px;
  }
  .item-project ul li .box .right p:nth-of-type(2) {
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 650px) {
  main.page-template-1 .max-width-box article .item ul li {
    height: 240px;
  }

  .item-project ul li {
    height: 90px;
  }
  .item-project ul li .box .left {
    width: 120px;
  }
  .item-project ul li .box .right p:nth-of-type(1) {
    font-size: 18px;
    line-height: 42px;
  }
  .item-project ul li .box .right p:nth-of-type(2) {
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.item-video-details .video-box {
  text-align: center;
  padding-bottom: 20px;
}
.item-video-details .video-box video {
  width: calc(100vw / 2.4);
  min-width: 750px;
}

@media (max-width: 1000px) {
  .item-video-details .video-box video {
    width: 100%;
    min-width: 0;
  }
}
main.page-template-1 .max-width-box article .item-video ul li {
  height: auto;
}
main.page-template-1 .max-width-box article .item-video ul li .box {
  background: white;
}
main.page-template-1 .max-width-box article .item-video ul li .box {
  height: auto;
}

main.page-template-1 .max-width-box article .item-video ul li .box .left img {
  margin: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
main.page-template-1 .max-width-box article .item-video ul li .box .right {
  height: auto;
  line-height: 70px;
}
main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) {
  height: auto;
  margin: 1.567vw 0px;
  line-height: 18px;
  text-align: left;
}
main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .title {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 20px;
  line-height: 40px;
}
main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .title a {
  color: black;
}
main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .title a:hover {
  color: var(--color);
}
main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .view-count {
  margin-top: 20px;
  display: block;
  text-align: left;
  color: #666666;
  font-size: 14px;
}
main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .view-count:hover {
  color: #666666;
}
main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(2) {
  display: block;
  text-align: left;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
  main.page-template-1 .max-width-box article .item-video ul li .box .left img {
    margin: 0 auto;
  }
  main.page-template-1 .max-width-box article .item-video ul li .box .right {
    padding: 0px 20px 20px 20px;
  }
  main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) {
    margin-top: 0;
    display: block;
  }
  main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .view-count {
    display: block;
  }
}
aside.nav2-template {
  max-width: 300px;
  width: calc(100% * 0.19625);
  min-width: 250px;
}
aside.nav2-template > ul {
  background: #f6f6f7;
  border: 1px solid #ececec;
  margin-bottom: 30px;
}
aside.nav2-template > ul a:hover {
  color: var(--color);
}
aside.nav2-template > ul.contact-us li:nth-of-type(2) {
  box-sizing: border-box;
  padding: 10px 0px;
  background: white;
}
aside.nav2-template > ul > li {
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}
aside.nav2-template > ul > li.has-children2 {
  cursor: pointer;
}
aside.nav2-template > ul > li.has-children2 > a {
  width: 100%;
  display: block;
  color: white;
  background: #191919;
}
aside.nav2-template > ul > li.has-children2 > a:hover {
  background: var(--color);
}
aside.nav2-template > ul > li a {
  color: #000;
}
aside.nav2-template > ul > li:nth-of-type(1) {
  background: #191919;
  color: white;
}
aside.nav2-template > ul > li p {
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  box-sizing: border-box;
  padding: 0px 21px;
}

.input-error {
  border: 1px solid #c92326;
}

.temp2 ul:nth-of-type(1) li:nth-of-type(n + 2) {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.temp2 ul:nth-of-type(1) li:nth-of-type(n + 2) .left {
  flex: 1;
  height: 100px;
  width: 50%;
}
.temp2 ul:nth-of-type(1) li:nth-of-type(n + 2) .left a {
  width: 100%;
}
.temp2 ul:nth-of-type(1) li:nth-of-type(n + 2) .left img {
  height: 100%;
  max-width: 100%;
}
.temp2 ul:nth-of-type(1) li:nth-of-type(n + 2) .right {
  flex: 1;
  justify-content: flex-start;
  padding-left: 5px;
}
.temp2 ul:nth-of-type(1) li:nth-of-type(n + 2) .right a {
  text-align: left;
  line-height: 21px;
  display: block;
  font-size: 10px;
  font-weight: bold;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.temp2 ul:nth-of-type(1) li:nth-of-type(n + 2) .right a:hover {
  color: var(--color);
}
.temp2 ul:nth-of-type(1) li:nth-of-type(n + 2) .right div {
  text-align: left;
  font-size: 8px;
  padding: 0;
  padding: 0px 5px;
  color: #666666;
}

aside .last-products {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
aside .last-products li {
  width: 50%;
  height: auto;
}
aside .last-products li:nth-of-type(1) {
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
}
aside .last-products li:nth-of-type(2n) {
  box-sizing: border-box;
  padding-right: 5px;
}
aside .last-products li:nth-of-type(2n-1) {
  box-sizing: border-box;
  padding-left: 5px;
}
aside .last-products li img {
  width: 100%;
}
aside .last-products li:nth-of-type(1) {
  color: white;
  text-decoration: none;
}
aside .last-products li a {
  font-size: 10px;
  display: inline-block;
  line-height: 16px;
}
aside .last-products li a:hover {
  cursor: pointer;
  color: var(--color);
}
aside .last-products li span {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

main.page-template-1 .max-width-box article .item-products ul li p a {
  color: black;
}
main.page-template-1 .max-width-box article .item-products ul li p a:hover {
  color: var(--color);
}
main.page-template-1 .max-width-box article .item-products ul .right button {
  color: white;
}
main.page-template-1 .max-width-box article .item-products ul .right button span {
  border: 1px solid white;
  display: inline-block;
  width: 15px;
  height: 15px;
  transform: translateY(3px);
}
main.page-template-1 .max-width-box article .item-products ul .right button span i {
  font-size: 12px;
  transform: translateY(-3px);
}

.visibility {
  opacity: 0;
}

.shop-car {
  width: 100%;
  position: fixed;
  height: 100px;
  bottom: 0;
  left: 0;
  background: #f6f6f7;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-car ul {
  width: 1420px;
  padding-left: 10px;
  overflow-x: auto;
  display: flex;
  align-items: center;
  flex: 1;
  margin-right: 10px;
}
.shop-car ul li {
  height: 60px;
  display: flex;
  border: 1px solid #ececec;
  background: white;
  margin-right: 10px;
}
.shop-car ul li .left {
  width: 80px;
  display: flex;
  align-items: center;
  border-right: 2px solid #ececec;
  overflow: hidden;
}
.shop-car ul li .left img {
  width: 100%;
}
.shop-car ul li .center {
  width: 160px;
  font-size: 12px;
  font-weight: 400;
  padding: 15px;
  color: #191919;
  display: flex;
  align-items: center;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
}
.shop-car ul li .right {
  cursor: pointer;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-right: 5px;
}
.shop-car div.button {
  font-size: 12px;
}
.shop-car div.button.buy {
  width: 160px;
  height: 36px;
  background: var(--color);
}
.shop-car div.button.buy a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  color: white;
}
.shop-car div.button.clear {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 86px;
  height: 20px;
  font-weight: 400;
  color: #666666;
  background: none;
}

@media (max-width: 1218px) {
  .shop-car {
    bottom: 98px;
  }
  .shop-car ul li .center {
    display: none;
  }
}
@media (max-width: 850px) {
  .shop-car {
    height: 50px;
    z-index: 3;
  }
  .shop-car ul {
    width: 100vw;
    position: absolute;
    top: -60px;
    left: 0;
    padding: 0;
  }
  .shop-car ul li {
    position: relative;
    border-right: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
    width: calc(20vw);
  }
  .shop-car ul li .left {
    border-right: 0;
  }
  .shop-car ul li .right {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    font-size: 24px;
  }
}
.concat-us .info {
  display: flex;
}
.concat-us .info .left {
  width: 50%;
  margin-left: 3%;
}
.concat-us .info .left img {
  width: 100%;
}
.concat-us .info .right {
  width: 50%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.concat-us .info .right h1 {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}
.concat-us .info .right p {
  font-size: 14px;
  line-height: 40px;
  width: 100%;
}
.concat-us .form {
  margin-top: 70px;
}
.concat-us .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.concat-us .form p {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 30px;
}
.concat-us .form input {
  position: relative;
  width: 49%;
  height: 50px;
  margin-bottom: 30px;
  padding-right: 40px;
}
.concat-us .form input,
.concat-us .form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  outline: none;
}
.concat-us .form #in-name {
  background: white;
}
.concat-us .form #in-email {
  background: white;
}
.concat-us .form #in-content {
  background: white;
  padding-top: 20px;
  width: 100%;
  height: 250px;
  resize: none;
  padding-right: 40px;
}
.concat-us .form .send-btn {
  margin: 50px auto 0;
  width: 200px;
  height: 50px;
  background: black;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.concat-us .form .send-btn:hover {
  background: var(--color);
}

@media (max-width: 1400px) {
  .concat-us .info .right p {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .concat-us .info {
    display: block;
  }
  .concat-us .info .left {
    width: 100%;
  }
  .concat-us .info .right {
    margin-top: 30px;
    width: 100%;
  }
  .concat-us .form {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .concat-us .form form {
    display: block;
  }
  .concat-us .form form input {
    width: 100%;
  }
}
.iw_poi_title {
  color: #cc5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}

.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

.bmap {
  width: 100%;
  height: 400px;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}

.productsDetails > p {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 30px;
}
.productsDetails > span {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 50px;
}
.productsDetails .btn-group {
  display: flex;
}
.productsDetails .btn-group button {
  width: 50%;
  height: 50px;
}
.productsDetails .btn-group button a {
  color: white;
}
.productsDetails .btn-group button:nth-of-type(1) {
  background: #191919;
}
.productsDetails .btn-group button:nth-of-type(2) {
  background: var(--color);
}

@media (max-width: 1475px) {
  .productsDetails-article .details .right .btn-groups {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .productsDetails-article .details .right .btn-groups .button {
    margin-bottom: 10px;
  }
}
main.page-template-1 .form {
  margin-top: 50px;
}
main.page-template-1 .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.page-template-1 .form p {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 30px;
}
main.page-template-1 .form input {
  position: relative;
  width: 49%;
  height: 50px;
  margin-bottom: 30px;
  padding-right: 40px;
}
main.page-template-1 .form input,
main.page-template-1 .form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  outline: none;
}
main.page-template-1 .form #in-name {
  background: white;
}
main.page-template-1 .form #in-email {
  background: white;
}
main.page-template-1 .form #in-content {
  background: white;
  padding-top: 20px;
  width: 100%;
  height: 250px;
  resize: none;
  padding-right: 40px;
}
main.page-template-1 .form .send-btn {
  margin: 50px auto 0;
  width: 200px;
  height: 50px;
  background: black;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
main.page-template-1 .form .send-btn:hover {
  background: var(--color);
}

@media (max-width: 1400px) {
  .main.page-template-1 .info .right p {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .main.page-template-1 .info {
    display: block;
  }
  .main.page-template-1 .info .left {
    width: 100%;
  }
  .main.page-template-1 .info .right {
    margin-top: 30px;
    width: 100%;
  }
  .main.page-template-1 .form {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  main.page-template-1 .form form {
    display: block;
  }
  main.page-template-1 .form form input {
    width: 100%;
  }
}
.img {
  width: 400px;
  height: 375px;
  position: relative;
}

.img img {
  width: 100%;
  height: 100%;
}

.mask {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #eee;
  opacity: 0.3;
  display: none;
  cursor: move;
}

.big {
  border: 1px solid #eee;
  width: 450px;
  height: 470px;
  position: absolute;
  left: 400px;
  top: 0;
  overflow: hidden;
  display: none;
  z-index: 2;
}

.big img {
  width: 150%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 0;
}

.productsDetails-article .details {
  display: flex;
  margin-bottom: 40px;
}
.productsDetails-article .details .left .swiper-box {
  margin-top: 20px;
  position: relative;
  --swiper-navigation-color: #595959;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}
.productsDetails-article .details .left .swiper-box .swiper-button-prev {
  left: 0;
}
.productsDetails-article .details .left .swiper-box .swiper-button-next {
  right: 0;
}
.productsDetails-article .details .left .swiper-box .swiper-wrapper {
  display: flex !important;
  align-items: center !important;
}
.productsDetails-article .details .left .swiper-box .swiper-container {
  --swiper-theme-color: var(--color);
  width: 350px;
  height: 90px;
}
.productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide {
  width: 56px;
  background: #f6f6f7;
  height: 56px;
  padding: 0px 10px;
  box-sizing: border-box;
}
.productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img {
  user-select: none;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 56px;
}
.productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img.item-hover {
  border: 1px solid var(--color);
}
.productsDetails-article .details .right {
  margin-right: 30px;
}
.productsDetails-article .details .right h1 {
  font-size: 30px;
  font-weight: 600;
  color: #191919;
}
.productsDetails-article .details .right p {
  font-size: 16px;
  font-weight: 400;
  color: #191919;
  line-height: 26px;
  margin: 30px 0px 50px 0px;
}
.productsDetails-article .details .right .share {
  margin-bottom: 50px;
}
.productsDetails-article .details .right .share ul {
  display: flex;
}
.productsDetails-article .details .right .share ul li {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.productsDetails-article .details .right .share ul li:nth-of-type(1) {
  background: #3b5998;
}
.productsDetails-article .details .right .share ul li:nth-of-type(2) {
  background: #1da1f2;
}
.productsDetails-article .details .right .share ul li:nth-of-type(3) {
  background: #0077b5;
}
.productsDetails-article .details .right .share ul li:nth-of-type(4) {
  background: #c92326;
}
.productsDetails-article .details .right .share ul li i {
  color: white;
}
.productsDetails-article .details .right .btn-groups {
  display: flex;
}
.productsDetails-article .details .right .btn-groups .button {
  width: 200px;
  height: 50px;
  margin-right: 35px;
}
.productsDetails-article .details .right .btn-groups .button div {
  height: 50px;
}
.productsDetails-article .details .right .btn-groups .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: black;
  border: 1px solid #191919;
}
.productsDetails-article .details .right .btn-groups .button a:hover {
  background: var(--color);
  color: white;
}

@media (max-width: 750px) {
  .productsDetails-article .details .left .swiper-box {
    margin-top: 0px;
  }
}
.swiper-products-details {
  position: relative;
}
.swiper-products-details #index-count {
  position: absolute;
  right: 5px;
  bottom: 10px;
  z-index: 2;
  background: #000;
  color: #fff;
  padding: 2px 12px;
  border-radius: 12px;
  display: none;
}

@media (max-width: 1213px) {
  .swiper-products-details #index-count {
    display: inline;
  }

  .productsDetails .btn-group {
    display: block;
  }
  .productsDetails .btn-group button {
    margin-bottom: 20px;
    width: 100%;
  }

  .pho-footer {
    z-index: 3;
  }

  .productsDetails-article .details {
    display: block;
  }
  .productsDetails-article .details .left .img {
    display: none;
  }
  .productsDetails-article .details .left .swiper-box .swiper-container {
    width: calc(100vw - 200px);
    height: auto;
  }
  .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide {
    width: 100%;
  }
  .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img {
    width: 100%;
  }
  .productsDetails-article .details .right {
    margin-left: 0;
  }
  .productsDetails-article .details .right .btn-groups .button {
    width: 100%;
    margin-right: 0;
  }
  .productsDetails-article .details .right .btn-groups .button:nth-of-type(1) {
    border: 1px solid #191919;
  }
  .productsDetails-article .details .right .btn-groups .button:nth-of-type(1) a {
    background: #191919;
    color: white;
  }
  .productsDetails-article .details .right .btn-groups .button:nth-of-type(2) {
    border: none;
  }
  .productsDetails-article .details .right .btn-groups .button:nth-of-type(2) a {
    background: var(--color);
    color: white;
  }
}
@media (max-width: 1300px) {
  .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img.item-hover {
    border: none !important;
  }
}
@media (max-width: 700px) {
  .productsDetails-article .details {
    display: block;
  }
  .productsDetails-article .details .left .img {
    display: none;
  }
  .productsDetails-article .details .left .swiper-box {
    position: static;
  }
  .productsDetails-article .details .left .swiper-box .swiper-container {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: auto;
  }
  .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide {
    width: 100%;
  }
  .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img {
    width: 100%;
  }
  .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img.item-hover {
    border: none !important;
  }
  .productsDetails-article .details .right {
    padding-top: 80%;
  }

  .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide {
    padding: 0;
  }

  .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img {
    border: none;
  }
}
@media (min-width: 701px) and (max-width: 1200px) {
  .swiper-products-details #index-count {
    right: 13px;
  }

  .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img {
    border: none;
  }
}
.pd30 {
  padding-bottom: 30px;
}

.rb_bottom {
  margin-top: 20px;
}

.rb_bottom,
.rb_bottom .fy-y,
.rb_bottom .pnbtn,
.rb_bottom .previous,
.rb_bottom .next {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fy-y {
  padding: 6px 12px;
  box-sizing: border-box;
  background: #fff;
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 500;
  margin-right: 12px;
  cursor: pointer;
  user-select: none;
}

.fy-d {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  margin-right: 12px;
}

.selected {
  background: var(--color);
  color: #fff;
  border: 0;
}

.pnbtn,
.previous,
.next {
  width: 62px;
  height: 31px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  color: #000;
  user-select: none;
  background: #fff;
}

.previous {
  margin-right: 12px;
}

.next {
  margin-right: 12px;
}

@media (max-width: 820px) {
  .rb_bottom .previous:nth-of-type(1) {
    display: none;
  }
  .rb_bottom .next:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 700px) {
  .rb_bottom {
    flex-wrap: wrap;
  }
  .rb_bottom .previous:nth-of-type(1) {
    display: none;
  }
  .rb_bottom .next:nth-last-child(2) {
    display: none;
  }
  .rb_bottom .fy-y,
.rb_bottom .fy-d,
.rb_bottom .fy-count {
    display: none;
  }
  .rb_bottom .previous:nth-of-type(2) {
    width: 100%;
    margin-right: 0;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #191919;
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
    height: 50px;
  }
  .rb_bottom .next:nth-last-child(3) {
    width: 100%;
    margin-right: 0;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color);
    color: white;
    font-size: 14px;
    height: 50px;
  }
}
.toast-center-center {
  top: 10%;
  left: 50%;
  margin-left: -150px;
}

@media (max-width: 450px) {
  main.index section.number ul li p:nth-of-type(2) {
    font-size: 12px;
    min-height: 32px;
  }
}
@media (max-width: 1210px) {
  .other-page {
    top: 0;
  }
}
header .top-box .nav-box.top-0 {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
}

@media (min-width: 1920px) {
  header .top-box .nav-box.top-0 {
    padding: 0px 9vw;
  }
}
.count-more::after {
  content: "+";
}

aside.nav2-template > ul > li.has-children2 {
  font-size: 14px;
}

.mb {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
}

.about-div {
  z-index: 3;
}

.tabs span {
  color: #222;
}

header .top-box .nav-box .right ul.nav1 > li:nth-of-type(n + 7) .submenu.nav0 .nav2 {
  right: 0 !important;
}

aside.nav2-template > ul > li.has-children2:nth-of-type(2) > a {
  font-size: 16px;
}

@media (max-width: 700px) {
  header .top-box .nav-box .right nav ul.nav1 > li .nav2 ul li > a {
    font-size: 12px;
  }
}
main.page-template-1 .max-width-box aside ul.nav1 li.active-bg-black {
  background: #191919;
}
main.page-template-1 .max-width-box aside ul.nav1 li.active-bg-black a {
  color: white;
}

main.page-template-1 .max-width-box aside ul.nav1.contact-us li:nth-of-type(1) {
  background: #191919;
  color: white;
}
main.page-template-1 .max-width-box aside ul.nav1.contact-us li:nth-of-type(1) a {
  color: white;
}

aside.nav2-template > ul > li.has-children2 .currentProType {
  color: var(--color);
}
aside.nav2-template > ul > li.has-children2 > ul > li > i {
  font-size: 20px;
}

aside.nav2-template > ul > li.has-children2 {
  background: white;
}
aside.nav2-template > ul > li.has-children2 > ul > li {
  line-height: 40px;
  border-bottom: 1px solid #d5d5d5;
}
aside.nav2-template > ul > li.has-children2 > ul > li:last-child {
  border-bottom: none;
}
aside.nav2-template > ul > li.has-children2 > ul > li ul > li a {
  font-size: 12px;
}

aside.nav2-template > ul > li.has-children2 .has-children3 {
  position: relative;
  display: none;
}
aside.nav2-template > ul > li.has-children2 .has-children3 li {
  padding-left: 15px;
}

aside.nav2-template > ul > li.has-children2 .active-aside-show {
  position: relative;
  display: block;
}

aside.nav2-template > ul > li.has-children2 ul {
  width: 100%;
}
aside.nav2-template > ul > li.has-children2 ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
aside.nav2-template > ul > li.has-children2 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  padding-left: 30px;
}
aside.nav2-template > ul > li.has-children2 ul li i {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10%;
  transition: 0.3s all ease;
}

.active--rotate-right {
  transform: rotate(-90deg);
}

.category-title {
  box-sizing: border-box;
  text-align: right;
  font-size: 26px;
  line-height: 2;
  padding-right: 20px;
  border-right: 3px solid var(--color);
  padding-bottom: 0;
  margin-bottom: 34px;
  background-color: #fff;
}

.productsDetails .btn-group button:nth-of-type(1) {
  background: #191919 !important;
}

main.page-template-1 .max-width-box aside ul.nav1 li a {
  color: black;
  width: 100%;
  height: 100%;
}
main.page-template-1 .max-width-box aside ul.nav1 li a:hover {
  color: var(--color);
}
main.page-template-1 .max-width-box aside ul.nav1 li.LocalCurrent {
  background: #191919 !important;
}
main.page-template-1 .max-width-box aside ul.nav1 li.LocalCurrent a {
  color: white;
}

main.page-template-1 .max-width-box aside ul.nav1.latest li:nth-of-type(n + 2) {
  background: none;
}

@media (max-width: 830px) {
  .swiper-index {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .page-template-1.projectDetails {
    padding: 0px 15px;
  }
}
@media (max-width: 750px) {
  .swiper-box .fonts button {
    padding: 1.467vw 4.667vw;
    font-size: 2.4vw;
  }
  .swiper-box .fonts button:nth-of-type(1) {
    margin-right: 2.667vw;
  }
  main.index .news {
    padding-bottom: 9.333vw;
  }

  main.index .news .list ul li {
    width: 26.667vw;
    min-width: 120px;
  }
  main.index .news .list ul li a {
    font-size: 12px;
  }

  main.index section.products .title .list ul li {
    width: 26.667vw;
    min-width: 120px;
  }
  main.index section.products .title .list ul li a {
    font-size: 12px;
  }

  main.index section.products .item ul {
    margin-bottom: 9.333vw;
  }

  main.index .news .title {
    margin-bottom: 4vw;
  }

  main.index .news .item ul li .box .left span:nth-of-type(1) {
    font-size: 30px;
  }

  main.index .news .item ul li .box .right {
    padding: 3.733vw;
  }

  main.index .news .item ul li {
    height: 20vw;
    min-height: 120px;
    margin-bottom: 2.667vw;
  }

  main.index section.about-us .block-box .content .top h2,
main.index section.about-us .block-box .content .top h1 {
    font-size: 3.2vw;
  }

  main.index section.about-us .block-box .content .top p {
    font-size: 2.4vw;
  }

  main.index section.about-us .block-box .content .button-box button {
    width: 26.667vw;
    height: 6.667vw;
    min-width: 100px;
    padding: 0;
  }

  main.index section.about-us .block-box .content .button-box button {
    border: 1px solid black;
  }

  footer .footer-info .soft ul li {
    width: 8vw;
    height: 8vw;
  }
  footer .footer-info .soft ul li i {
    font-size: 4.8vw;
  }

  footer .footer-info a {
    display: flex;
    align-items: center;
  }

  .banner2-box {
    display: none;
  }

  header.banner2-header {
    height: auto;
  }

  header .top-box {
    height: 8.267vw;
  }

  .productsDetails-article .details .right p {
    font-size: 12px !important;
    margin: 2.667vw 0vw 4vw 0vw;
  }

  main.page-template-1 .max-width-box article.row-0 ul li .box .right p:nth-of-type(1) a {
    font-size: 2.4vw;
  }

  main.page-template-1 .max-width-box article .item ul li .box .right {
    flex: 1;
    box-sizing: border-box;
    padding: 0 2.667vw 10px;
    line-height: 83px;
  }
  main.page-template-1 .max-width-box article .item ul li .box .right p:nth-of-type(1) {
    font-weight: 600;
  }
  main.page-template-1 .max-width-box article .item ul li .box .right p:nth-of-type(1) a {
    width: 100%;
    display: -webkit-box;
    font-size: 14px;
    color: black;
  }
  main.page-template-1 .max-width-box article .item ul li .box .right p:nth-of-type(1) a:hover {
    color: var(--color);
  }
  main.page-template-1 .max-width-box article .item ul li .box .right p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    min-height: 48px;
  }
  main.page-template-1 .max-width-box article .item ul li .box .right button {
    width: 100%;
    height: 40px;
    background: black;
    cursor: pointer;
  }
  main.page-template-1 .max-width-box article .item ul li .box .right button a {
    color: white;
  }
  main.page-template-1 .max-width-box article .item ul li .box .right button:hover {
    background: var(--color);
  }
  main.page-template-1 .max-width-box article .item ul li .box .right video {
    display: none !important;
  }

  .mob-hide {
    display: none !important;
  }

  main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .title a {
    font-size: 14px;
  }

  main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .view-count {
    margin-top: 0;
    font-size: 2.667vw;
  }

  main.page-template-1 .max-width-box article .item ul li .box .right p:nth-of-type(2) {
    font-size: 2.667vw;
  }

  .pd30 {
    padding-bottom: 0 !important;
  }
}
.productsDetails-article .details .right .btn-groups .button {
  background: none;
}

@media (max-width: 680px) {
  header .top-box {
    height: 35px !important;
  }

  .nav-box {
    top: 0 i !important;
  }
}
@media (max-width: 430px) {
  .shop-car {
    bottom: 55px;
  }
}
@media (max-width: 464px) {
  main.page-template-1 .max-width-box article.row-0 ul li .box .right button {
    width: 100%;
  }
}
.rotate180 {
  transform: rotate(180deg);
  transition: 0.5s;
}

header .top-box .nav-box .right nav ul.nav1 i {
  transition: 0.5s;
}

.ie-show {
  display: none;
}

@media (min-width: 1430px) {
  main.page-template-1 .max-width-box article.row-1 ul li .box .left a {
    width: 100%;
    height: 100%;
  }
  main.page-template-1 .max-width-box article.row-1 ul li .box .left a img {
    height: 100%;
    width: auto;
  }
}
.row-1 ul {
  justify-content: space-between;
}
.row-1 ul li {
  width: 49%;
}

main.page-template-1 .max-width-box article .item-video ul li .box .right {
  padding: 0px 20px 20px;
}

.pages {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3vw;
}
.pages p {
  display: inline-block;
  text-align: left;
}
.pages p span,
.pages p a {
  margin: 0px 5px 10px;
}
.pages p span {
  height: 46px;
  display: inline-block;
  padding: 0px 15px;
  color: #999999;
  border: 1px solid #ececec;
  line-height: 46px;
}
.pages p a {
  border: 1px solid #ececec;
  width: 46px;
  display: inline-block;
  height: 46px;
  color: black;
  line-height: 46px;
  text-align: center;
}
.pages p .ctxt {
  background: var(--color);
  color: white;
  min-width: 46px;
  padding: 0;
  text-align: center;
}

@media (max-width: 1920px) {
  header .top-box .nav-box {
    width: 86.3%;
  }
}
@media (max-width: 1500px) {
  header .top-box .nav-box {
    width: 100%;
  }
}
.swiper-index .navigation-style span {
  display: none;
}

@media (max-width: 700px) {
  main.page-template-1 .max-width-box article .item-products ul .right button span {
    transform: translateY(0px);
  }

  main.page-template-1 .max-width-box article .item-products ul .right button span i {
    transform: translateY(-3px);
  }
}
@media (max-width: 600px) {
  header .top-box .nav-box .right nav ul.nav1 > li {
    padding: 15px 45px 15px 2.667vw;
  }

  header .top-box .nav-box .right nav ul.nav1 > li .nav2 ul li > a {
    padding: 10px 20px 10px 2.667vw;
  }
}
@media (max-width: 600px) {
  main.page-template-1 .form input {
    margin-bottom: 15px;
  }

  main.page-template-1 .form .send-btn {
    margin-top: 25px;
  }
}
@media (max-width: 500px) {
  main.page-template-1 .form #in-content {
    height: 150px;
  }
}
@media (max-width: 1200px) {
  .max-width-box {
    margin-top: 60px;
  }

  .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide {
    height: auto;
  }

  .productsDetails-article .details .left .swiper-box .swiper-container .swiper-slide img {
    height: auto;
  }
}
@media (max-width: 750px) {
  .max-width-box {
    margin-top: 38px;
  }
}
.breadcrumbs-nav {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

main.page-template-1 .max-width-box article p img {
  max-width: 100%;
}

.max-width-box article {
  width: 100%;
}
.max-width-box article .item-aboutus {
  width: 100%;
}
.max-width-box article .item-aboutus .article {
  width: 100%;
}
.max-width-box article .item-aboutus .article img {
  max-width: 100%;
}

@media (max-width: 1320px) {
  main.index .news .item ul li:nth-of-type(odd) .box,
main.index .news .item ul li:nth-of-type(even) .box {
    margin-left: 0;
    margin-right: 0;
  }

  main.page-template-1 .max-width-box article {
    margin-right: 0;
  }
}
.singglepic {
  z-index: 1 !important;
  margin: 0 !important;
}

@media (max-width: 1200px) {
  .singglepic {
    z-index: 1 !important;
    width: 100% !important;
    margin: 0 auto !important;
    left: 0;
  }
}
@media (max-width: 800px) {
  .singglepic img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .productsDetails-article .details .right {
    padding-top: 90%;
  }

  .singglepic {
    height: auto !important;
  }
}
.banner2-box {
  z-index: 1;
}

.seo-key {
  background: white;
  border-radius: 14px;
  padding: 17px;
  margin-top: 30px;
}

.keywords span {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.keywords span a {
  display: block;
  background: #cccccc;
  padding: 2px 10px;
  border-radius: 50px;
  margin-right: 10px;
  color: #2b2b2b;
  margin: 5px;
}

.footer-info #xyz {
  display: none;
}

.random-pro-list {
  margin: 20px 0px;
}
.random-pro-list .random-title {
  font-size: 16px;
  font-weight: 600;
}
.random-pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.random-pro-list ul li {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
}
.random-pro-list ul li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.random-pro-list ul li a img {
  width: 100%;
}
.random-pro-list ul li a .pro-name {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px;
  color: black;
}

.product-type-info {
  background: white;
  padding: 10px 25px;
  box-shadow: 0 0 10px #afafaf;
  border-radius: 5px;
  margin-bottom: 15px;
}

.share-btn-list {
  margin: 20px 0px;
}

.item.item-products.productsDetails p {
  line-height: 2.2;
}

@media (max-width: 480px) {
  main.index section.about-us .block-box .pic {
    display: none !important;
  }

  main.index section.about-us .block-box .content {
    width: 100% !important;
    /* // 1 */
  }
  main.index section.about-us .block-box .content .button-box {
    display: flex;
    justify-content: center;
  }

  main.index section.about-us .block-box .content .top h2,
main.index section.about-us .block-box .content .top h1 {
    font-size: 16px;
  }

  main.index section.about-us .block-box .content .top p {
    font-size: 14px;
    height: 30px;
  }
}
.item.item-products.productsDetails {
  font-weight: 400;
}

.item-faqdetails.item-video-details .article, .item-video-details.item-aboutus .article {
  font-weight: 400;
}

.feedback-list > .list-li > div:nth-of-type(1) {
  width: 116px;
  height: 87px;
}

@media (max-width: 500px) {
  .feedback-list > .list-li > div:nth-of-type(1) {
    width: 58px;
    height: 43.5px;
  }
}
.item-aboutus h1 {
  margin-bottom: 20px;
}

@media (max-width: 680px) {
  .index-swiper {
    margin-top: 50px;
  }

  main.index {
    margin-top: calc(36vw + 50px) !important;
  }
}
.productsDetails-article .form > p {
  font-size: 16px !important;
  font-weight: 600 !important;
}

main.page-template-1 .max-width-box article .item ul li .box .left a {
  display: inherit;
}

.ie {
  background: black;
  min-width: 1210px !important;
  /*@media all and (min-width:1430px)*/
}
.ie .top-box {
  left: 50%;
  transform: translateX(-50%);
}
.ie .nav-box {
  transform: translateX(-50%);
}
.ie main.index section.about-us > img {
  position: relative;
}
.ie main.index section.about-us .block-box {
  position: absolute;
  left: 7%;
  top: 18%;
}
.ie .mb {
  top: 0px;
}
.ie main.index section.about-us .block-box .content .top p {
  max-height: none;
}
.ie .swiper-box {
  position: relative;
  left: 0px;
}
.ie .index-swiper {
  position: absolute;
  top: 0px;
  left: 0px;
}
.ie header .top-box .info {
  position: relative;
  z-index: 2;
}
.ie header .top-box .nav-box .left {
  flex: 1;
}
.ie header .top-box .nav-box .left a {
  width: 100%;
}
.ie .swiper-box .fonts button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  padding: 10px 35px;
}
.ie .swiper-box .fonts button:nth-of-type(1) {
  margin-right: 40px;
}
.ie .swiper-box .fonts .btn-group {
  display: flex;
}
.ie .swiper-index .navigation-style span {
  display: inline;
  font-size: 40px;
  color: white;
  transform: scaleY(1.5);
}
.ie .copyright a {
  bottom: 10px;
}
.ie main.index .news {
  width: 92%;
}
.ie main.index .news .item ul li .box .right p:nth-of-type(1) a {
  white-space: nowrap;
}
.ie main.index .news .item ul li .box .right p:nth-of-type(1) a {
  font-size: 20px;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ie main.index .news .item ul li .box .right p:nth-of-type(2) {
  height: 50px;
}
.ie .ie main.index section.about-us .block-box .content .top p {
  max-height: 50px;
}
.ie .banner2-box {
  position: relative;
  top: -100px;
}
.ie .banner2-box .fonts {
  right: 9vw;
}
.ie .banner2-box .fonts button {
  height: 45px;
  line-height: 24px;
  padding: 10px 35px;
}
.ie main.page-template-1 .max-width-box article.row-0 ul li .box .right button {
  line-height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.ie main.page-template-1 .max-width-box article.row-0 ul li .box .right button span {
  margin-top: -7px;
  margin-right: 7px;
}
.ie main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .title a,
.ie .item-faq ul li .box .right p:nth-of-type(1) a,
.ie main.page-template-1 .max-width-box article.row-0 ul li .box .right p:nth-of-type(1) a,
.ie main.page-template-1 .max-width-box article.row-1 ul li .box .right p:nth-of-type(1) a,
.ie .item-project ul li .box .right a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ie main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(2),
.ie .item-faq ul li .box .right p:nth-of-type(2),
.ie main.page-template-1 .max-width-box article.row-0 ul li .box .right p:nth-of-type(2),
.ie .item-project ul li .box .right p:nth-of-type(2) {
  height: 50px;
}
.ie .item-project ul li .box .right p:nth-of-type(2) {
  text-overflow: hidden;
  overflow: hidden;
}
.ie main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) {
  margin: 1.2vw 0px;
}
.ie main.page-template-1 .max-width-box article.row-1 ul li .box .right button {
  line-height: 24px;
}
.ie main.page-template-1 .max-width-box article.row-1 ul li .box .left a {
  display: block;
}
.ie main.page-template-1 .max-width-box article.row-0 ul li .box .right p:nth-of-type(1) {
  height: 83px;
}
.ie main.page-template-1 .max-width-box {
  width: 86.33%;
}
.ie .productsDetails-article .details .right {
  flex: 1;
}
.ie .productsDetails-article .details .right .btn-groups {
  display: flex;
}
.ie .productsDetails-article .details .right .btn-groups .button a {
  width: 99%;
  height: 95%;
}
.ie .ie-show {
  display: inline-block;
  font-size: 30px;
  transform: scaleY(1.2) translateY(-11px);
  user-select: none;
}
.ie main.page-template-1 .max-width-box article.row-1 ul li .box .right p:nth-of-type(1) {
  height: 62px;
}
.ie main.index section.products .item ul li {
  height: 18.5vw;
}
.ie main.index section.products .item ul {
  margin-bottom: 45px;
}
@media (max-width: 1800px) {
  .ie main.index section.products .item ul li {
    padding-bottom: 20px;
  }
}
.ie main.page-template-1 .max-width-box article.row-0 ul li {
  height: auto;
}
.ie main.page-template-1 .max-width-box article.row-0 .item-products ul .right button span i {
  transform: translateY(-14px);
}
.ie main.page-template-1 .max-width-box article.row-1 .item-products ul .right button span i {
  transform: translateY(-5px);
}
.ie main.page-template-1 .max-width-box article.row-0 ul li .box .left {
  width: auto;
}
.ie main.page-template-1 .max-width-box article .item-video ul li .box .right p:nth-of-type(1) .title {
  line-height: 100%;
}
.ie main.page-template-1 .max-width-box aside {
  min-width: 300px;
}
.ie main.index .news .item ul li {
  margin-bottom: 2.5%;
}
.ie .search-box-mob {
  left: 0;
}
.ie .tabs {
  margin-top: 0px;
}
.ie main.page-template-1 .max-width-box article.row-0 ul li .box .left {
  max-width: 320px;
  width: 320px;
}
.ie .header .top-box .nav-box {
  z-index: 1 !important;
}

header .top-box .nav-box .left a img {
  max-height: 100%;
}

.table-wrap table td {
  border: 3px solid #cccccc;
  padding: 5px;
  white-space: nowrap;
}
.table-wrap table td img {
  max-width: 50vw;
}

@media (max-width: 1740px) {
  main.index section.about-us .block-box .content .top p {
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 1220px) {
  main.index section.about-us .block-box .content .top p {
    -webkit-line-clamp: 2;
  }
}
footer .footer-info .logo-box .logo img {
  height: 50px;
}

.qr-code img {
  height: 100px;
}