.headTop {
  border-bottom: 1px solid #efefef;
  height: 45px;
}
.headTop > .flex {
  width: 1400px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.headTop > .flex > .left {
  display: flex;
  align-items: center;
  padding: 7px;
}
.headTop > .flex > .left > img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.headTop > .flex > .left > input {
  line-height: 20px;
  border: 1px solid #ddd;
  line-height: 30px;
  padding-left: 10px;
}
.headTop > .flex > .right {
  display: flex;
  align-items: center;
}
.headTop > .flex > .right > div {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.headTop > .flex > .right > .tel {
  margin-right: 0;
}
.headTop > .flex > .right > div > img {
  width: 19px;
  margin-right: 10px;
}
.headTop > .flex > .right > div > div {
  font-size: 18px;
  font-family: Calibri;
  font-weight: bold;
  color: #343434;
}
header {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 140px;
  position: relative;
}
header > a {
  display: block;
}
header > a > img {
  height: 80px;
  display: block;
  margin-left: 20px;
}
.menuPhone {
  display: none;
  cursor: pointer;
}
nav {
  width: 860px;
  line-height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .item > a {
  font-size: 22px;
  font-family: Calibri;
  font-weight: 400;
  color: #343434;
  transition: all 0.5s ease;
  position: relative;
  display: block;
  width: 140px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  nav .item > a {
    width: auto;
  }
}
nav .item {
  position: relative;
}

nav .item > .navDown {
  display: none;
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 999;
  width: 280px;
}
nav .item:hover > .navDown {
  display: block;
}
nav .item > .navDown > a {
  font-size: 20px;
  font-family: Calibri;
  font-weight: 400;
  color: #343434;
  text-align: center;
  display: block;
  line-height: 50px;
}
nav .item > a::after {
  width: 0px;
}
nav .item > a.active {
  color: #d10d0c;
}
nav .item > a:hover {
  color: #d10d0c;
}
nav .item > a.active::after,
nav .item > a:hover::after {
  content: '';
  display: block;
  background-image: url(../image/activeSolid.png);
  background-size: 100% 100%;
  width: 58px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mySwiper img {
  display: block;
  width: 100%;
}
.swiper-next {
  background-image: url(../image/swiperNext.png);
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 95px;
  transform: translateY(-50%);
  z-index: 99;
}
.swiper-prev {
  background-image: url(../image/swiperPrev.png);
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 95px;
  transform: translateY(-50%);
  z-index: 99;
}
.swiper-pagination-bullet-active {
  width: 8px !important;
  height: 8px !important;
  background: #1d5b92 !important;
  border-radius: 50% !important;
}
.product {
  padding: 60px 0 50px 0;
  position: relative;
}
.product > .title {
  font-size: 36px;
  font-family: Calibri;
  font-weight: bold;
  color: #d10d0c;
  line-height: 36px;
  text-align: center;
  margin-bottom: 58px;
}
.mySwiper1 {
  width: 1400px;
  margin: 0 auto;
}

.productList {
  width: 446px;
  background: #edf2f8;
  padding: 20px 20px;
}
.productList > .left > img {
  width: 280px;
  height: 280px;
  object-fit: contain;
  margin: 0 auto 20px;
  display: block;
}

.productList > .left > .title {
  font-size: 18px;
  font-family: Calibri;
  font-weight: 300;
  color: #346ab4;
  line-height: 36px;
  margin-bottom: 10px;
}
.productList > .left > .text {
  font-size: 14px;
  font-family: Calibri;
  font-weight: 300;
  color: #b0b9c6;
  line-height: 22px;
  margin-bottom: 30px;
}
.productList > .left > .more {
  display: flex;
  align-items: center;
  margin-top: 40px !important;
}
.productList .more img {
  width: 28px;
  margin-right: 14px;
}
.productList .more div {
  font-size: 14px;
  font-family: Calibri;
  font-weight: 300;
  color: #8c949f;
  line-height: 22px;
}
.swiper-next-product {
  background-image: url(../image/swiperNext.png);
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 95px;
  transform: translateY(-50%);
  z-index: 99;
}
.swiper-prev-product {
  background-image: url(../image/swiperPrev.png);
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 99;
}
.Applications {
  background-color: #f5f6f8;
}
.Applications > .main {
  width: 1400px;
  margin: 0 auto;
  padding: 70px 0 60px 0;
}
.Applications > .main > .title {
  font-size: 36px;
  font-family: Calibri;
  font-weight: bold;
  color: #d10d0c;
  line-height: 36px;
  text-align: center;
  margin-bottom: 90px;
}
.Applications > .main > .itemBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Applications > .main > .itemBox > .items {
  width: 23%;
  padding: 20px;
}
.Applications > .main > .itemBox > .items > img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 30px;
}
.Applications > .main > .itemBox > .items > .title {
  font-size: 20px;
  font-family: Calibri;
  font-weight: 300;
  color: #346ab4;
  margin-bottom: 35px;
  text-align: center;
  font-weight: bold;
}
.Applications > .main > .itemBox > .items > .text {
  font-size: 17px;
  font-family: Calibri;
  font-weight: 300;
  color: #727374;
  line-height: 30px;
  text-align: center;
  word-break: break-all;
}
.Applications > .main > .more {
  display: block;
  margin: 60px auto 0;
  width: 169px;
  height: 46px;
  background-color: #c10000;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 46px;
  border-radius: 5px;
  cursor: pointer;
}

.Partner {
  width: 1400px;
  margin: 0 auto;
  padding: 60px 0 70px 0;
}
.Partner > .title {
  font-size: 36px;
  font-family: Calibri;
  font-weight: bold;
  color: #d10d0c;
  line-height: 36px;
  margin-bottom: 70px;
  text-align: center;
}
.Partner > .itemsBox {
  display: flex;
  flex-wrap: wrap;
}
.Partner > .itemsBox > .item {
  width: 182px;
  height: 100px;
  margin: 0 20px 20px 0;
  position: relative;
}
.Partner > .itemsBox > .item:nth-of-type(7n + 7) {
  margin-right: 0;
}

.Partner > .itemsBox > .item > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: all 0.5s ease;
}
footer > .top {
  height: 502px;
  background: #ecedf0;
  padding: 50px 0 0;
}
footer > .top > .box {
  width: 1400px;
  margin: 0 auto;
  display: flex;
}
footer .left {
  width: 390px;
  border-right: 1px solid #d6d6d6;
}
footer .left .title {
  font-size: 24px;
  font-family: Calibri;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
}
footer .left .text {
  font-size: 14px;
  font-family: Calibri;
  font-weight: 300;
  color: #7b7a80;
  line-height: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
  width: 335px;
}
footer .left img {
  width: 252px;
  margin-bottom: 40px;
  display: block;
}
footer .left .btn {
  display: block;
  width: 169px;
  height: 46px;
  background-color: #b20000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  font-weight: bold;
  border-radius: 5px;
}

footer .center {
  width: 322px;
  padding-left: 59px;
  border-right: 1px solid #d6d6d6;
}
footer .center .title {
  width: 100%;
  font-size: 24px;
  font-family: Calibri;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
}
footer .center ul {
  margin-top: 30px;
}
footer .center ul li a {
  display: block;
  font-size: 16px;
  font-family: Calibri;
  font-weight: 300;
  color: #7b7a80;
  line-height: 32px;
  text-indent: 10px;
}
footer .center .text {
  font-size: 16px;
  font-weight: 300;
  color: #7b7a80;
  line-height: 32px;
  margin-top: 10px;
  text-indent: 10px;
}
footer .center .slink {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
footer .center .slink > a {
  display: block;
  margin-right: 10px;
}
footer .center .slink > a > img {
  height: 30px;
}
footer .right {
  flex-grow: 1;
  width: 1%;
  padding-left: 130px;
}
footer .right .title {
  font-size: 24px;
  font-family: Calibri;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  margin-bottom: 30px;
}
footer .from input {
  background-color: #fff;
  width: 260px;
  height: 50px;
  background: #ffffff;
  padding-left: 18px;
  font-size: 16px;
  font-family: Calibri;
  font-weight: 300;
  color: #7b7a80;
  line-height: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
}
footer .from textarea {
  background-color: #fff;
  width: 532px;
  height: 89px;
  background: #ffffff;
  padding-left: 18px;
  font-size: 16px;
  font-family: Calibri;
  font-weight: 300;
  color: #7b7a80;
  line-height: 30px;
}
footer .from div {
  width: 169px;
  height: 46px;
  color: #fff;
  background-color: #b20000;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  display: block;
  margin-top: 20px;
}
footer .bottom {
  height: 80px;
  background: #e1e3e9;
}
footer .bottom .box {
  height: 100%;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: Calibri;
  font-weight: 300;
  color: #7b7a80;
}
.mbx {
  background-color: #fff;
  border-top: 1px solid #f7f6f9;
  border-bottom: 1px solid #f7f6f9;
}
.mbx > .box {
  display: flex;
  align-items: center;
  width: 1400px;
  margin: 0 auto;
  height: 70px;
  align-items: center;
}
.mbx > .box > span {
  margin: 0 15px;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #7b7a80;
}
.mbx > .box > a {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #7b7a80;
}
.class {
  height: 120px;
  background: #f7f6f9;
}
.class .box {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  width: 1400px;
  margin: 0 auto;
}
.class .box .items {
  font-size: 18px;
  font-family: Calibri;
  font-weight: 400;
  color: #7b7a80;
  cursor: pointer;
  width: 200px;
  margin-right: 20px;
}
.class .box .items.active {
  font-weight: bold;
  color: #000;
}
main > .aboutDetails {
  width: 1400px;
  margin: 0 auto;
  padding-top: 90px;
  background-color: #fff;
}
main > .aboutDetails img {
  margin: 0 auto 40px;
  display: block;
}
main > .aboutDetails p {
  font-size: 16px;
  font-family: Calibri;
  font-weight: 400;
  color: #7b7a80;
  line-height: 43px;
  margin-bottom: 40px;
}
main > .contactDetails {
  width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  align-items: center;
}
main > .newsDetails {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  align-items: center;
}
main > .contactDetails > .map {
  width: 663px;
  height: 435px;
  border: 1px solid #ddd;
}
main > .contactDetails > .left > .title {
  font-size: 24px;
  color: #7b7a80;
  line-height: 60px;
}
main > .contactDetails > .left > .info {
  font-size: 18px;
  color: #7b7a80;
  line-height: 50px;
}
main > .contactDetails > .left > .info > i {
  font-weight: bold;
  color: #000;
  margin-right: 5px;
}
main > .newsList {
  width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
}
main > .newsList > .items {
  display: flex;
}
main > .newsList > .items > .left {
  background-color: #f7f6f9;
  padding: 10px;
  width: 360px;
  height: 280px;
  margin-right: 50px;
}
main > .newsList > .items > .left > img {
  width: 100%;
  display: block;
  object-fit: cover;
}
main > .newsList > .items > .right {
  width: 1%;
  flex-grow: 1;
}
main > .newsList > .items > .right > .title {
  font-size: 18px;
  font-family: Calibri;
  font-weight: 400;
  color: #000000;
  margin-bottom: 48px;
}
main > .newsList > .items > .right > .desc {
  font-size: 16px;
  font-family: Calibri;
  font-weight: 400;
  color: #989898;
  line-height: 36px;
  margin-bottom: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
main > .newsList > .items > .right > .more {
  font-size: 18px;
  font-family: Calibri;
  font-weight: 400;
  color: #1e5e97;
  cursor: pointer;
}
main > .newsList > .items:hover .title {
  text-decoration: underline;
}
.pages {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages > a {
  border: 1px solid #ddd;
  padding: 0 10px;
  border-radius: 5px;
  line-height: 32px;
  margin: 30px 5px;
}
main > .productMain {
  width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
}
main > .productMain > .itemsBox {
  display: flex;
  flex-wrap: wrap;
}
main > .productMain > .itemsBox > .items {
  width: 433px;
  height: 437px;
  display: flex;
  border: 1px solid #edf2f8;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s ease;
  margin-right: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  main > .productMain > .itemsBox > .items {
    width: 30%;
    margin-right: 2%;
    height: auto;
  }
}
main > .productMain > .itemsBox > .items:nth-of-type(3n + 3) {
  margin-right: 0;
}
main > .productMain > .itemsBox > .items:hover {
  border-color: #333;
}
main > .productMain > .itemsBox > .items:hover > .name {
  border-color: #333;
}
main > .productMain > .itemsBox > .items > .img {
  width: 100%;
  flex-grow: 1;
  height: 1%;
  padding: 20px 0;
}
main > .productMain > .itemsBox > .items > .img > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
main > .productMain > .itemsBox > .items > .name {
  border-top: 1px solid #edf2f8;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: Calibri;
  font-weight: 400;
  color: #7b7a80;
  transition: all 0.5s ease;
}
main > .productDetails {
  width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
}
main > .productDetails .title {
  font-size: 26px;
  font-family: Calibri;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
main > .productDetails > .info {
  text-align: center;
  margin: 30px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
main > .productDetails > .info > span {
  margin-right: 20px;
}
main > .productDetails > img {
  margin: 0 auto 30px;
  display: block;
  max-width: 100%;
}
main > .applicationsDetails {
  width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
}
main > .applicationsDetails .items {
  border-top: 1px solid #edf2f8;
  position: relative;
  padding: 40px 0;
  display: flex;
  align-items: center;
}
main > .applicationsDetails .items > .title {
  background-color: #fff;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  font-family: Calibri;
  font-weight: bold;
  color: #d10d0c;
  padding: 0 30px;
}
main > .applicationsDetails .items > img {
  width: 281px;
  height: 281px;
  border-radius: 50%;
  margin-right: 70px;
}
main > .applicationsDetails .items > .text {
  font-size: 16px;
  font-family: Calibri;
  font-weight: 400;
  color: #636363;
  line-height: 30px;
}
main > .certification {
  width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
}
main > .certification > .tips {
  font-size: 16px;
  font-family: Calibri;
  font-weight: 300;
  color: #7b7a80;
  line-height: 24px;
  margin-bottom: 45px;
}
main > .certification > .items {
  border-bottom: 1px solid #f7f6f9;
  height: 95px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: Calibri;
  font-weight: 300;
  color: #7b7a80;
  line-height: 24px;
}
main > .certification > .items > img {
  width: 20px;
  height: 20px;
  margin-right: 25px;
}
.tips2 {
  margin-top: 80px;
}
.tips2 > .title {
  font-size: 36px;
  font-family: Calibri;
  font-weight: 400;
  color: #27262b;
  line-height: 72px;
}
.tips2 > .text {
  font-size: 14px;
  font-family: Calibri;
  font-weight: 400;
  color: #818181;
  line-height: 28px;
}
.faqItem {
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
}
.faqItem:hover > .flex > .bgi {
  background-image: url(../image//faq-hover.png);
}
.faqItem:hover > .flex > .text {
  color: #d10d0c;
}
.faqItem > .flex {
  display: flex;
  align-items: center;
  line-height: 60px;
}
.faqItem > .flex > .bgi {
  background-image: url(../image/faq.png);
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  margin-right: 30px;
  transition: all 0.5s ease;
}
.faqItem > .flex > .text {
  font-size: 18px;
  font-family: Calibri;
  font-weight: 400;
  color: #333333;
  transition: all 0.5s ease;
  width: 1%;
  flex-grow: 1;
}
.faqItem > .faqDown {
  display: none;
  font-size: 14px;
  line-height: 28px;
  color: #000;
}
@media screen and (max-width: 1600px) {
  .swiper-next-product {
    right: -85px;
  }
  .swiper-prev-product {
    left: -85px;
  }
}
@media screen and (max-width: 1600px) {
  .headTop > .flex,
  header,
  .Applications > .main,
  .Partner,
  footer > .top > .box,
  footer .bottom .box,
  .mySwiper1,
  main > *,
  .mbx > .box,
  .class .box {
    width: 1200px !important;
    margin: 0 auto;
  }
  .productList > img {
    width: 120px;
  }
  .Applications > .main > .itemBox > .items {
    width: 23%;
  }
  .Applications > .main > .itemBox > .items > img {
    width: 100%;
    height: auto;
  }
  .Partner > .itemsBox > .item:nth-of-type(7n + 7) {
    margin-right: 20px;
  }
  .Partner > .itemsBox > .item:nth-of-type(6n + 6) {
    margin-right: 0;
  }
  footer .right {
    padding-left: 70px;
  }
  footer .from input {
    width: 195px;
  }
  footer .from textarea {
    width: 400px;
  }
}
@media screen and (max-width: 1400px) {
  .Applications > .main,
  .Partner,
  footer > .top > .box,
  footer .bottom .box,
  .mySwiper1,
  main > *,
  .mbx > .box,
  .class .box {
    width: 1000px !important;
    margin: 0 auto;
  }
  nav {
    width: auto;
  }
  .headTop > .flex {
    width: 100% !important;
    padding: 0 20px;
  }
  header {
    width: 100% !important;
  }
  nav .item > a {
    margin: 0 30px;
    width: auto;
  }
  .productList > img {
    width: 120px;
  }

  .Partner > .itemsBox > .item:nth-of-type(7n + 7) {
    margin-right: 20px;
  }
  .Partner > .itemsBox > .item:nth-of-type(6n + 6) {
    margin-right: 0;
  }
  footer .right {
    padding-left: 70px;
  }
  footer .from input {
    width: 100%;
  }
  footer .from textarea {
    width: 100%;
  }
  footer > .top {
    height: auto;
    padding-bottom: 50px;
  }
  footer .left {
    width: 340px;
    padding-right: 40px;
  }
  footer .left .text {
    width: 100%;
  }
  footer .center {
    width: 280px;
  }

  .Applications {
    height: auto;
  }
  .Applications > .main > .title {
    margin-bottom: 40px;
  }
  .Applications > .main > .itemBox {
    flex-wrap: wrap;
  }
  .Applications > .main > .itemBox > .items {
    width: 23%;
    margin-bottom: 20px;
    padding: 15px;
  }
  .Applications > .main > .itemBox > .items > img {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
  .Partner > .itemsBox > .item:nth-of-type(6n + 6) {
    margin-right: 20px;
  }
  .Partner > .itemsBox > .item:nth-of-type(5n + 5) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1050px) {
  .headTop > .flex,
  header,
  .Applications > .main,
  .Partner,
  footer > .top > .box,
  footer .bottom .box,
  .mySwiper1,
  main > *,
  .mbx > .box,
  .class .box {
    width: 100% !important;
    padding: 20px !important;
  }
  .swiper-prev-product,
  .swiper-next-product {
    display: none;
  }
  .menuPhone {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 100px;
    right: 30px;
    width: 400px;
    z-index: 999;
    line-height: 60px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  nav > a.active::after,
  nav > a:hover::after {
    width: 100%;
  }
  nav > a {
    padding-left: 40px;
  }
  .Applications {
    padding-bottom: 30px;
  }
  .swiper-prev {
    left: 25px;
  }
  .swiper-next {
    right: 25px;
  }
  .productList > img {
    width: 200px;
  }
  .Partner > .itemsBox > .item:nth-of-type(5n + 5) {
    margin-right: 20px;
  }
  .Partner > .itemsBox > .item:nth-of-type(4n + 4) {
    margin-right: 0;
  }
  footer > .top > .box {
    flex-wrap: wrap;
  }
  footer > .top > .box > div {
    width: 100%;
    border-right: none;
    padding-left: 0;
  }
  .productList {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 30px;
  }
  .productList > .left {
    width: 100%;
    orphans: 1;
  }
  .productList > img {
    margin: 20px auto;
    order: -1;
  }
  .product {
    padding-top: 30px;
  }
  .product > .title {
    margin-bottom: 0px;
  }
  .Partner > .itemsBox > .item {
    width: 23%;
    height: auto;
    margin-right: 2% !important;
  }
  .Partner > .title {
    margin-bottom: 30px;
  }
  footer .left .text,
  footer .center ul {
    margin-top: 30px;
  }
  footer > .top {
    padding-bottom: 0;
  }
  main > .contactDetails {
    flex-wrap: wrap;
  }
  main > .contactDetails > .left,
  main > .contactDetails > .map {
    width: 100%;
  }
  main > .newsList > .items > .left {
    width: 200px;
    height: 120px;
    margin-right: 30px;
  }
  main > .newsList > .items > .right > .title {
    margin-bottom: 10px;
  }
  main > .newsList > .items > .right > .desc {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 12px;
  }
  main > .newsList > .items {
    align-items: center;
  }
  main > .productMain > .itemsBox {
    justify-content: space-between;
  }
  main > .productMain > .itemsBox > .items {
    width: 45%;
    margin-right: 0;
  }
  main > .productMain > .itemsBox > .items > .img {
    padding: 20px;
  }
  main > .applicationsDetails .items {
    padding: 40px 0;
  }
  main > .applicationsDetails {
    padding-top: 80px !important;
  }
  main > .applicationsDetails .items {
    flex-wrap: wrap;
  }
  main > .applicationsDetails .items > img {
    margin: 0 auto 20px;
  }
  main > .applicationsDetails .items > .text {
    width: 100%;
  }

  main > .applicationsDetails .items > .title {
    font-size: 20px;
    top: -15px;
  }
}
@media screen and (max-width: 768px) {
  .Partner > .itemsBox > .item {
    width: 31%;
    height: auto;
    margin-right: 2% !important;
  }
  .headTop > .flex > .left {
    display: none;
  }
  .Applications > .main > .itemBox > .items > img {
    width: 120px;
  }
  .Applications > .main > .itemBox > .items {
    padding: 15px;
    width: 100%;
  }
  .headTop > .flex {
    padding: 0 15px !important;
  }
  .headTop > .flex > .right {
    width: 100%;
    justify-content: space-between;
  }
  .headTop > .flex > .right > div {
    margin-right: 0;
  }
  .headTop > .flex > .right > .tel {
    margin-left: 20px;
  }
  header > a > img {
    margin-left: 0;
  }
  nav {
    width: 80vw;
    right: 0%;
    left: 50%;
    transform: translateX(-50%);
  }
  header {
    padding: 0 15px;
    height: 100px;
  }
  header > a > img {
    width: 200px;
  }
  .swiper-prev,
  .swiper-next {
    display: none;
  }
  .headTop > .flex > .right > div > div {
    font-size: 12px;
  }
  .Partner > .itemsBox > .item > div {
    font-size: 20px;
  }
  .class {
    min-height: 60px;
    height: unset;
  }
  .class .box {
    padding: 0 30px !important;
    min-height: 60px;
  }
  .class .box .items {
    width: auto;
    margin-right: 20px;
    font-size: 14px;
    line-height: 28px;
  }
  main > .newsList > .items {
    flex-wrap: wrap;
  }
  main > .newsList > .items > .left {
    width: 100%;
    height: unset;
    min-height: 120px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  main > .newsList > .items > .right {
    width: 100%;
    flex-grow: unset;
  }
  main > .productMain > .itemsBox > .items {
    width: 100%;
  }
  main > .productDetails > img {
    width: 80%;
  }
  main > .applicationsDetails .items > img {
    width: 150px;
    height: 150px;
  }
  main > .aboutDetails img {
    width: 80%;
  }
  footer .bottom .box {
    font-size: 12px;
  }
}
