.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
}
.header.onscroll {
  background: #1B1B1B;
  box-shadow: 0 0 2px 1px rgba(255, 255, 255, 0.25);
}
.header .pc_header {
  padding: 15px 110px 15px 60px;
  transition: all 0.2s;
}
.header .pc_header .navContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .pc_header .navContent .h-r-box {
  display: inline-flex;
  align-items: center;
}
.header .pc_header .navContent .h-r-box > a {
  color: #fff;
  font-size: 18px;
  margin-left: 107px;
}
.header .pc_header .navContent .h-r-box div a {
  font-size: 0.18rem;
  color: #fff;
  display: inline-block;
  width: 100px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: #2593FD;
  border-radius: 5px;
  margin-right: 5px;
}
.header .mobile_header {
  display: none;
}
.header .pc_header .navContent .h-r-box > a:nth-child(1) {
  margin-left: 0;
}
.header .pc_header .navContent .h-r-box div {
  margin-left: 43px;
}
.header .pc_header .navContent .h-r-box div a {
  font-size: 18px;
}
.header .pc_header .navContent img {
  max-width: 127px;
}
.header .mobile_header {
  display: none;
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 99;
}
.mobile-menu .nav_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 15px;
  border-bottom: 1px solid #E1E1E1;
}
.mobile-menu .nav_top a img {
  width: 68px;
}
.mobile-menu .nav_top > img {
  width: 33px;
}
.mobile-menu ul li {
  border-bottom: 1px solid #E1E1E1;
}
.mobile-menu ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 15px 17px 30px;
}
.mobile-menu ul li text {
  color: #001934;
  font-size: 18px;
}
.mobile-menu ul li img {
  width: 16px;
}
.sjimg,
.block_m {
  display: none;
}
.block_pc {
  display: block;
}
.banner > img {
  width: 100%;
}
.com_tit {
  font-size: 36px;
  color: #fff;
  position: relative;
  padding-bottom: 21px;
  text-align: center;
  font-weight: bold;
}
.com_tit::after {
  content: '';
  width: 40px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
}
.footer .logo {
  text-align: center;
  position: relative;
}
.footer .logo::after,
.footer .logo::before {
  content: '';
  width: calc(50% - 138.5px);
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  bottom: 37.5px;
}
.footer .logo::after {
  left: 0;
}
.footer .logo::before {
  right: 0;
}
.footer .logo img {
  width: 130px;
}
.footer .contact {
  text-align: center;
  margin: 62px 0 80px;
}
.footer .contact p {
  font-size: 16px;
  color: #fff;
}
.footer .contact p:last-child {
  margin-top: 10px;
  position: relative;
  right: 14px;
}
.footer .cmp {
  background: #000;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 29px 9.325%;
}
.footer .cmp p {
  font-size: 14px;
}
.footer .cmp a {
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.footer .cmp a:first-child {
  margin-right: 25px;
}
.footer .cmp a span {
  font-size: 14px;
}
.footer .cmp a img {
  margin-right: 10px;
}
.safe-width {
  padding-left: 9.375%;
  padding-right: 9.375%;
  box-sizing: border-box;
}
.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page_con {
  text-align: center;
  margin-top: 65px;
  box-sizing: border-box;
}
.page_con nav ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_con nav ul li {
  border-radius: 0;
}
.page_con nav ul li a {
  border: none !important;
  background: #F3F3F3;
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: 14px;
  width: 36px;
  line-height: 36px;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 3px;
  transition: all 0.3s;
}
.page_con nav ul li:first-child > a,
.page_con nav ul li:last-child > a {
  width: 95px;
  background: #fff;
  color: #666666;
  margin: 0 3px;
}
.page_con nav ul li:hover a,
.page_con nav ul li.active a {
  color: #fff;
  background: #0069D9;
}
@media screen and (max-width: 1440px) {
  .header .pc_header .navContent .h-r-box > a {
    font-size: 17px;
    margin-left: 90px;
  }
  .header .pc_header .navContent .h-r-box div {
    margin-left: 30px;
  }
  .header .pc_header .navContent .h-r-box div a {
    font-size: 17px;
  }
  .com_tit {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .com_tit::after {
    width: 30px;
    height: 3px;
    left: calc(50% - 15px);
  }
}
@media screen and (max-width: 1024px) {
  .header .pc_header {
    display: none;
  }
  .header .mobile_header {
    display: block;
  }
  .header .mobile_header .navContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 15px;
  }
  .header .mobile_header .navContent .logo img {
    width: 68px;
  }
  .header .mobile_header .navContent .rightMenu {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .header .mobile_header .navContent .rightMenu > img {
    margin-left: 6px;
    width: 33px;
  }
  .header .mobile_header .navContent .rightMenu a {
    color: #fff;
  }
  .pcimg,
  .block_pc {
    display: none!important;
  }
  .sjimg,
  .block_m {
    display: inline-block;
  }
  .com_tit {
    font-size: 25px;
    padding-bottom: 12px;
  }
  .com_tit::after {
    width: 20px;
    height: 2px;
    left: calc(50% - 10px);
  }
  .footer .logo::after,
  .footer .logo::before {
    width: calc(50% - 66px);
    top: 32.5px;
  }
  .footer .logo img {
    width: 96.5px;
  }
  .footer .contact {
    margin: 25px 4% 42px;
  }
  .footer .contact p {
    font-size: 14px;
  }
  .footer .contact p:last-child {
    right: 0;
  }
  .footer .cmp {
    flex-direction: column;
    border-top: 1px solid #707070;
    padding: 22px 0;
  }
  .footer .cmp > p {
    color: #9B9B9B;
    text-align: center;
    font-size: 14px;
  }
  .footer .cmp div {
    text-align: center;
    margin-top: 14px;
  }
  .footer .cmp div a:last-child {
    margin-top: 5px;
  }
  .footer .cmp div a span {
    font-size: 14px;
  }
  .page_con {
    margin-top: 33px;
  }
  .safe-width {
    padding-left: 4%;
    padding-right: 4%;
  }
}
