html {
  font-size: 16px;
  font-family: "MicrosoftYaHei";
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #333;
}

body {
  margin: 0 auto;
  box-sizing: border-box;
}

ul,
li {
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: normal;
}

a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: #174fd7;
}

img {
  vertical-align: middle;
}

.text_ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

/* banner */
.container-root-wrapper {
  min-width: 1200px;
}

.banner-wrapper {
  position: relative;
  width: 100%;
}

.banner-img {
  width: 100%;
  object-fit: cover;
}

.banner-logo {
  position: absolute;
  margin-top: 4%;
  margin-left: 16%;
}

/* swipper */
.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.swipper-note {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  color: #fff;
}

.swiper-button-prev {
  width: 44px;
  height: 44px;
}

.swiper-button-next {
  width: 44px;
  height: 44px;
  transform: rotate(180deg);
}

/* nav */
.nav-wrapper {
  position: relative;
  /* position: -webkit-sticky;
  position: sticky;
  top: 0; */
  z-index: 2;
  width: 100%;
  height: 88px;
  background-color: #1a50a3;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.8s ease;
}

.nav-wrapper-active {
  position: fixed;
  box-shadow: 0 0 5px #888;
  top: 0;
}

.nav-wrapper .nav-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  background-color: #1a50a3;
}

.nav-inner-box .nav-contact {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.nav-inner-box .nav-list li {
  position: relative;
  display: inline-block;
  height: 92px;
  line-height: 92px;
  padding: 0 21px;
  margin-right: 70px;
  font-size: 18px;
}

.nav-list li:hover {
  font-weight: bold;
}

.nav-list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #fff;
  transform: scaleX(0);
  transition: all 0.4s ease-in-out;
}

.nav-active::before {
  transform: scaleX(1) !important;
}

.nav-active a {
  font-weight: bold;
}

.nav-list li a {
  color: #fff;
}

.phone-icon {
  width: 20px;
  margin-right: 8px;
}

/* ------------------- content ------------------- */
.content-wrapper {
  width: 1100px;
  padding-top: 30px;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-box {
  width: 570px;
  height: 380px;
  margin-right: 40px;
}

.info-block-title {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #c42c1f;
  color: #c42c1f;
  font-weight: bold;
}

.info-tile-more {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.info-tile-more:hover {
  color: #c42c1f;
}

.news-wrapper {
  flex: 1;
}

.news-list li {
  width: 100%;
  padding: 13px 0 12px 0;
  border-bottom: 2px dotted #999;
}

.news-list li:last-child {
  border-bottom: none;
}

.news-list li .news-w {
  width: 380px;
}

.news-list li .news-time {
  font-size: 14px;
  color: #666;
}

/* 通知公告、战役暖企、战役有法 */

.section-wrapper {
  width: 340px;
}

.notice-list li {
  width: 100%;
  padding: 12px 0;
  border-bottom: 2px dotted #999;
}

.notice-time {
  color: #666;
}

.section-wrapper .notice-w {
  float: right;
  width: 270px;
}

.section-wrapper .company-w {
  width: 318px;
  float: right;
}

.section-wrapper .company-list li {
  position: relative;
}

.section-wrapper .company-list a {
  padding: 12px 0;
  border-bottom: 2px dotted #999;
}

.company-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  background-color: #c42c1f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top-gap {
  margin-top: 50px;
}

.footer-box {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 57px;
  margin-bottom: 60px;
  line-height: 0.7;
}
