* {
  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;
}
.footer {
  display: flex;
  flex-direction: column;
  background-color: #061e3e;
  overflow: hidden;
}
.footer .top {
  width: 100%;
  padding: 0 calc(100vw / 2 - (1920px - 260px * 2) / 2);
  background-size: 100% 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 750px) {
  .footer .top {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer .top .logo {
  width: 371px;
}
@media all and (max-width: 750px) {
  .footer .top .logo {
    width: 65vw;
  }
}
.footer .top .right {
  width: 844px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 60%;
}
.footer .top .right .menus {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  padding: 0 30px;
}
.footer .top .right .menus .menu {
  cursor: pointer;
}
.footer .top .right .heng {
  width: 100%;
  height: 1px;
  background: #293D58;
}
.footer .top .right .infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
}
.footer .top .right .infos .ileft {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
}
.footer .top .right .infos .ileft .line1 {
  display: flex;
}
.footer .top .right .infos .ileft .line1 .it {
  margin-right: 20px;
}
.footer .top .right .infos .iright .fw {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #BDBDBD;
  line-height: 28px;
}
.footer .top .right .infos .iright .tel {
  font-size: 34px;
  font-family: Arial-Black;
  font-weight: 900;
  color: #E61B00;
  line-height: 28px;
  margin-top: 12px;
}
.footer .top .toTop {
  width: 100px;
  height: 57px;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}
.footer .copyright {
  width: 100vw;
  height: 60px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 60px;
  opacity: 0.5;
  border-top: 1px solid #000;
}
@media all and (max-width: 750px) {
  .footer .copyright {
    font-size: 14px;
    height: auto;
    line-height: 20px;
    padding: 15px;
  }
}
/*# sourceMappingURL=footer.css.map */