* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}
.thumb {
  object-fit: cover;
}
body {
  max-width: 100vw;
  overflow-x: hidden;
}
@media all and (max-width: 750px) {
  .hidden-m {
    display: none !important;
  }
}
@media all and (min-width: 750px) {
  .hidden-pc {
    display: none !important;
  }
}
@font-face {
  font-family: ArtifaktElement-Bold;
  src: url("/devimages/font/Artifakt Element Bold.ttf");
}
@font-face {
  font-family: ArtifaktElement;
  src: url("/devimages/font/Artifakt Element Italic.ttf");
}
@font-face {
  font-family: ArtifaktElement-Regular;
  src: url("/devimages/font/Artifakt Element Regular.ttf");
}
.swiper {
  width: 100%;
  height: calc(861 / 1920 * 100vw);
}
@media all and (max-width: 750px) {
  .swiper {
    height: calc(425 / 750 * 100vw);
  }
}
.swiper .swiper-pagination {
  margin-bottom: 30px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bigBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bigBox .bigtitle {
  font-size: 36px;
  font-family: ArtifaktElement-Bold;
  font-weight: bold;
  color: #131315;
}
@media all and (max-width: 750px) {
  .bigBox .bigtitle {
    text-align: center;
    line-height: 40px;
    font-size: 27px;
  }
}
.bigBox .bigtitle .blueText {
  color: #253670;
}
.bigBox .btitle {
  font-size: 16px;
  font-family: ArtifaktElement-Regular;
  font-weight: 400;
  color: #96989C;
  margin-top: 12px;
  box-sizing: border-box;
}
@media all and (max-width: 750px) {
  .bigBox .btitle {
    text-align: center;
    margin-top: 6px;
    font-size: 14px;
  }
}
.bigBox .heng {
  width: 66px;
  height: 8px;
  background: #FF9110;
  margin-top: 24px;
}
@media all and (max-width: 750px) {
  .bigBox .heng {
    margin-top: 15px;
  }
}
.whoweare {
  margin-top: 40px;
}
.whoweare .content {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}
@media all and (max-width: 750px) {
  .whoweare .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    margin-top: 14px;
    padding-top: 12px;
  }
}
.whoweare .content .left {
  width: 50vw;
  padding-left: calc(100vw / 2 - (1920px - 360px * 2) / 2);
  position: relative;
}
@media all and (max-width: 750px) {
  .whoweare .content .left {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.whoweare .content .left .title {
  font-size: 19px;
  font-family: ArtifaktElement-Bold;
  font-weight: bold;
  color: #253670;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (max-width: 750px) {
  .whoweare .content .left .title {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
  }
}
.whoweare .content .left .desc {
  margin-top: 20px;
  font-size: 16px;
  font-family: ArtifaktElement-Regular;
  color: #575661;
  line-height: 36px;
}
.whoweare .content .left .desc .coname {
  color: #253670;
  font-size: 19px;
  font-family: ArtifaktElement-Bold;
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .whoweare .content .left .desc .coname {
    font-size: 14px;
  }
}
@media all and (max-width: 750px) {
  .whoweare .content .left .desc {
    font-size: 14px;
    text-align: center;
    line-height: 18px;
  }
}
.whoweare .content .left .more {
  width: 188px;
  height: 50px;
  background: #253670;
  font-size: 18px;
  font-family: ArtifaktElement-Regular;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  cursor: pointer;
}
@media all and (max-width: 750px) {
  .whoweare .content .left .more {
    margin-top: 20px;
    margin-right: 0;
    font-size: 14px;
    width: 35vw;
    height: 40px;
  }
}
.whoweare .content .whoweareimg {
  width: 50vw;
}
@media all and (max-width: 750px) {
  .whoweare .content .whoweareimg {
    width: 100vw;
    margin-top: 30px;
  }
}
.whoweare .content .whowearepop {
  margin-top: 28px;
  margin-left: -54px;
}
.introduction {
  margin-top: 112px;
}
@media all and (max-width: 750px) {
  .introduction {
    margin-top: 15px;
  }
}
@media all and (max-width: 750px) {
  .introduction .bigtitle {
    padding: 0 40px;
  }
}
.introduction .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin-top: 28px;
}
@media all and (max-width: 750px) {
  .introduction .products {
    width: 100vw;
    justify-content: space-around;
  }
}
.introduction .products .item {
  width: 378px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media all and (max-width: 750px) {
  .introduction .products .item {
    width: 45vw;
  }
}
.introduction .products .item .thumb {
  width: 378px;
  height: 280px;
}
@media all and (max-width: 750px) {
  .introduction .products .item .thumb {
    width: 45vw;
    height: 35vw;
  }
}
.introduction .products .item .title {
  font-size: 20px;
  font-family: ArtifaktElement-Bold;
  font-weight: bold;
  color: #131315;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media all and (max-width: 750px) {
  .introduction .products .item .title {
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
  }
}
.introduction .more {
  width: 188px;
  height: 50px;
  background: #253670;
  font-size: 18px;
  font-family: ArtifaktElement-Regular;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  cursor: pointer;
}
@media all and (max-width: 750px) {
  .introduction .more {
    margin-top: 15px;
    width: 35vw;
    height: 40px;
  }
}
.application {
  margin-top: 71px;
  background-image: url("/devimages/application_bk.png");
  width: 100vw;
  height: calc(100vw / 1920 * 868);
  display: flex;
  flex-direction: column;
}
.application .bigtitle {
  color: white;
  margin-top: 76px;
}
.application .btitle {
  color: white;
  margin-top: 0px;
}
.application .heng {
  background-color: white;
  margin-top: 18px;
}
.application .cases {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
.application .cases .first {
  width: 386px;
  height: 620px;
  background: #3E455A;
}
.application .cases .item {
  width: 386px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.application .cases .item .thumb {
  width: 100%;
  height: 100%;
}
.application .cases .item .title {
  width: 386px;
  height: 154px;
  background: linear-gradient(0deg, #253670 -34%, rgba(37, 54, 112, 0.01) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 20px;
  font-family: ArtifaktElement-Bold;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
}
.application .cases .hidden {
  display: none;
}
.application .cases .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(386px * 2 + 20px);
  align-items: flex-start;
}
.application .cases .right .item {
  height: 300px;
}
.newsBox {
  background-color: #f2f4fa;
  margin-top: 91px;
  padding-bottom: 52px;
}
@media all and (max-width: 750px) {
  .newsBox {
    margin-top: 32px;
  }
}
.newsBox .bigtitle {
  margin-top: 57px;
}
@media all and (max-width: 750px) {
  .newsBox .bigtitle {
    margin-top: 20px;
  }
}
.newsBox .news {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin-top: 60px;
}
@media all and (max-width: 750px) {
  .newsBox .news {
    width: 100vw;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
}
.newsBox .news .newsItem {
  width: 382px;
  cursor: pointer;
}
@media all and (max-width: 750px) {
  .newsBox .news .newsItem {
    width: 90vw;
    margin-top: 16px;
  }
}
.newsBox .news .newsItem .thumb {
  width: 100%;
  height: 134px;
}
.newsBox .news .newsItem .infos {
  height: 100px;
  display: flex;
  background-color: white;
  justify-content: space-around;
  align-items: center;
}
.newsBox .news .newsItem .infos .left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsBox .news .newsItem .infos .left .day {
  font-size: 36px;
  font-weight: bold;
  color: #253670;
}
.newsBox .news .newsItem .infos .left .month {
  font-size: 12px;
  color: #253670;
  margin-top: 0px;
}
.newsBox .news .newsItem .infos .shu {
  width: 1px;
  height: 47px;
  background: #E4E7ED;
}
.newsBox .news .newsItem .infos .right {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 70%;
}
.newsBox .news .newsItem .infos .right .title {
  font-size: 14px;
  font-family: ArtifaktElement-Bold;
  font-weight: bold;
  color: #131315;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsBox .news .newsItem .infos .right .description {
  font-size: 12px;
  font-family: ArtifaktElement-Regular;
  font-weight: 400;
  color: #96989C;
  line-height: 14px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsBox .news .newsItem .infos:hover {
  background-color: #253670;
}
.newsBox .news .newsItem .infos:hover .left .day {
  color: white;
}
.newsBox .news .newsItem .infos:hover .left .month {
  color: white;
}
.newsBox .news .newsItem .infos:hover .shu {
  background-color: white;
}
.newsBox .news .newsItem .infos:hover .right .title {
  color: white;
}
.newsBox .news .newsItem .infos:hover .right .description {
  color: white;
}
.newsBox .more {
  width: 188px;
  height: 50px;
  background: #253670;
  font-size: 18px;
  font-family: ArtifaktElement-Regular;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  cursor: pointer;
}
@media all and (max-width: 750px) {
  .newsBox .more {
    width: 35vw;
    height: 40px;
    margin-top: 15px;
  }
}
/*# sourceMappingURL=index.css.map */