* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}
img {
  object-fit: cover;
}
.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;
  }
}
.classifyBox .title {
  font-size: 33px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #FFFFFF;
  width: 274px;
  height: 112px;
  background: #003D80;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-left: 28px;
}
.classifyBox .title .heng {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #00923D;
  left: 0;
}
.classifyBox .title .heng::before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 18px solid #00923D;
  position: absolute;
  top: -18px;
  left: 42px;
}
@media all and (max-width: 750px) {
  .classifyBox .classifies {
    overflow-x: scroll;
    width: auto;
    white-space: nowrap;
    background-color: #f6f6f6;
  }
}
.classifyBox .classifies .item {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #575661;
  cursor: pointer;
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (max-width: 750px) {
  .classifyBox .classifies .item {
    height: 50px;
    display: inline-block;
    width: auto;
    line-height: 50px;
  }
}
.classifyBox .classifies .item:hover,
.classifyBox .classifies .item.activity {
  color: #003d80;
  font-weight: 800;
}
.arrow-right {
  width: 0;
  height: 0;
  position: relative;
  border: 15px solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
}
.arrow-right::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -17px;
  border: 15px solid;
  border-color: transparent transparent transparent white;
}
.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;
}
.ddtitle .en {
  font-size: 60px;
  font-family: SourceHanSansCN-Heavy;
  font-weight: 800;
  color: #003D80;
  opacity: 0.1;
}
@media all and (max-width: 750px) {
  .ddtitle .en {
    text-align: center;
    font-size: 40px;
  }
}
.ddtitle .cn {
  font-size: 48px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #131315;
  position: relative;
  top: -30px;
}
@media all and (max-width: 750px) {
  .ddtitle .cn {
    text-align: center;
    font-size: 32px;
  }
}
.more {
  width: 322px;
  height: 57px;
  background: #FFFFFF;
  border: 1px solid #003D80;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #003D80;
  line-height: 57px;
  text-align: center;
  margin: auto;
  cursor: pointer;
}
.more:hover {
  color: white;
  background-color: #003D80;
}
.hotProducts {
  width: 1400px;
  margin: 109px auto 56px;
}
@media all and (max-width: 750px) {
  .hotProducts {
    width: 100vw;
    margin-top: 50px;
  }
}
.hotProducts .cbox {
  width: 100%;
  display: flex;
}
@media all and (max-width: 750px) {
  .hotProducts .cbox {
    flex-direction: column;
  }
}
.hotProducts .cbox .left {
  width: 45%;
}
@media all and (max-width: 750px) {
  .hotProducts .cbox .left {
    width: 100%;
  }
}
.hotProducts .cbox .left .info {
  width: 625px;
  height: 234px;
  background-color: rgba(0, 61, 128, 0.9);
  display: none;
  justify-content: center;
  padding: 0 130px 0 100px;
  flex-direction: column;
}
@media all and (max-width: 750px) {
  .hotProducts .cbox .left .info {
    width: 100%;
    height: 38vw;
    padding: 30px;
  }
}
.hotProducts .cbox .left .info .title {
  font-size: 26px;
  margin-top: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.hotProducts .cbox .left .info .btitle {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
}
.hotProducts .cbox .left .info .desc {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  margin-top: 30px;
}
.hotProducts .cbox .left .products {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin-top: 58px;
}
@media all and (max-width: 750px) {
  .hotProducts .cbox .left .products {
    width: 100vw;
    justify-content: space-around;
  }
}
.hotProducts .cbox .left .products .thumb {
  width: 155px;
  height: 108px;
  background: #FFFFFF;
  border: 1px solid #E4E7ED;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 750px) {
  .hotProducts .cbox .left .products .thumb {
    width: 28vw;
  }
}
.hotProducts .cbox .left .products .thumb:hover {
  top: -31px;
  border: 1px solid #003D80;
  box-shadow: 1px 4px 13px 0px rgba(5, 17, 30, 0.21);
}
.hotProducts .cbox .bigthumb {
  width: 65%;
  display: none;
  background-color: #e6e4e8;
}
@media all and (max-width: 750px) {
  .hotProducts .cbox .bigthumb {
    width: 100%;
  }
}
.hotProducts .more {
  margin-top: 46px;
}
.aboutUs {
  width: 100vw;
  height: 683px;
  background: #0F4389;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 750px) {
  .aboutUs {
    flex-direction: column;
    height: auto;
    padding: 30px;
  }
}
.aboutUs .left {
  width: 48.5vw;
  position: relative;
  top: 140px;
}
@media all and (max-width: 750px) {
  .aboutUs .left {
    top: 0;
  }
}
.aboutUs .right {
  width: 38vw;
  position: relative;
  top: 140px;
  margin-right: 7vw;
}
@media all and (max-width: 750px) {
  .aboutUs .right {
    top: 0;
    width: 100%;
  }
}
.aboutUs .right .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.aboutUs .right .top .ddtitle {
  position: relative;
}
.aboutUs .right .top .ddtitle .en {
  color: #FFFFFF;
}
.aboutUs .right .top .ddtitle .cn {
  color: white;
  z-index: 99;
}
.aboutUs .right .top .ddtitle .heng {
  width: 95px;
  height: 10px;
  background: #00923D;
  position: absolute;
  left: 0;
  bottom: 32px;
}
.aboutUs .right .top .arrow-right::after {
  border-color: transparent transparent transparent #0f4389;
}
.aboutUs .right .bottom {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: white;
  line-height: 28px;
  text-align: justify;
}
.aboutUs .right .zhengshus {
  display: flex;
  justify-content: space-between;
}
.aboutUs .right .zhengshus .item {
  width: 142px;
  height: 196px;
  object-fit: cover;
}
.aboutUsBk {
  width: 100vw;
}
.news {
  margin: calc(84px + 140px) auto 80px;
  padding: 0 calc(100vw / 2 - (1920px - 260px * 2) / 2);
  background-color: white;
}
@media all and (max-width: 750px) {
  .news {
    margin-top: 30px;
  }
}
.news .ddtitle {
  margin: auto;
  text-align: center;
}
.news .list {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 750px) {
  .news .list {
    flex-direction: column;
  }
}
.news .list .newsItem {
  cursor: pointer;
  width: 30%;
}
@media all and (max-width: 750px) {
  .news .list .newsItem {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
}
.news .list .newsItem .thumb {
  width: 432px;
  height: 222px;
}
@media all and (max-width: 750px) {
  .news .list .newsItem .thumb {
    width: 100%;
    height: auto;
  }
}
.news .list .newsItem .date {
  font-size: 22px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #0F4389;
  padding-left: 12px;
  border-left: 4px solid #0F4389;
  margin-top: 21px;
}
.news .list .newsItem .title {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media all and (max-width: 750px) {
  .news .list .newsItem .title {
    margin-top: 16px;
  }
}
.news .list .newsItem .description {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #949494;
  line-height: 24px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 50px;
}
@media all and (max-width: 750px) {
  .news .list .newsItem .description {
    margin-top: 24px;
  }
}
.news .more {
  margin-top: 30px;
}
/*# sourceMappingURL=index.css.map */