* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
/* 消除空白节点 */
img {
  vertical-align: middle;
}
body {
  font-family: PingFang SC, sans-serif;
  line-height: 1.5;
}
/* 封装版心 */
.container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
/* 响应式图片类名 */
.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}
body {
  overflow-x: hidden !important;
}
/* 头尾公用样式 */
.header {
  width: 100%;
  height: 110px;
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999999999;
}

.header .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .container .logo {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 309px;
}
.header .container .logo .active-logo {
  display: none;
}

/* 修改图片大小 */
.header .container .logo img {
  width: 52px;
}
/* 修改 */
.header .container .navs {
  display: flex;
  margin-right: auto;
  height: 100%;
}
.header .container .navs li {
  margin-right: 80px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* 移动端点击出现菜单按钮 */
.header .container .navs li .phone-slide {
  display: none;
}

/* 二级菜单 */
.header .container .navs li .second-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background-color: #fff;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
}

.header .container .navs li .second-menu p {
  margin-bottom: 15px;
}

.header .container .navs li .second-menu a {
  color: #252525;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}

.header .container .navs li .second-menu a:hover {
  color: #e60012;
}

/* 里面的a标签 */
.header .container .navs li .first-a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}

.header .container .navs li .first-a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0;
  background-color: #fff;
  transition: 0.45s ease;
}

/* li标签hover处理 */
.header .container .navs li:hover .first-a::after {
  width: 100%;
}

.header .container .navs li.active .first-a::after {
  width: 100%;
}

.header .container .navs li:last-child {
  margin-right: 0;
}

.header .container .search {
  position: relative;
}
.header .container .search .active-search {
  display: none;
}
.header .container .search .search-input {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 290px;
  height: 40px;
}
.header .container .search .search-input input {
  padding-left: 22px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  border-radius: 23px;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.header .container .search .search-input input::placeholder {
  color: #afafaf;
}
.header .container .search .search-input .search-btn {
  outline: none;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 100%;
  border-radius: 23px;
  background: #cb0101;
}
.header .container .phone-menu {
  display: none;
}
.header.active {
  background-color: #fff !important;
}
.header.active .container .logo .active-logo {
  display: block;
}
.header.active .container .logo .default-logo {
  display: none;
}
.header.active .container .navs li a {
  color: #252525;
}
.header.active .container .navs li .first-a:after {
  background-color: #e60012;
}
.header.active .container .search .active-search {
  display: block;
}
.header.active .container .search .default-search {
  display: none;
}
/* #fullpage .header {
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 9999 !important;
} */
.line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer {
  width: 100%;
  background: #181e28;
}
.footer .container {
  padding-top: 66px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* 脚部尾注 */
}
.footer .container .main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 98px;
}
.footer .container .main .left {
  margin-left: 103px;
}
.footer .container .main .left .title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-top: 40px;
}
.footer .container .main .left .phone {
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -1.3px;
  margin-top: 8px;
}
.footer .container .main .right {
  display: flex;
  margin-left: 274px;
}
.footer .container .main .right .f-head {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}
.footer .container .main .right ul {
  margin-right: 95px;
}
.footer .container .main .right ul:first-child {
  margin-right: 118px;
}
.footer .container .main .right ul:last-child {
  margin-right: 0;
}
.footer .container .main .right ul a {
  color: #f1f1f1;
  font-size: 14px;
  line-height: 2;
}
.footer .container .main .right ul a:hover {
  color: #cb0101;
}
.footer .container .copyright {
  display: flex;
  align-items: center;
  height: 58px;
  border-top: 1px solid #29313e;
}
.footer .container .copyright .site-map {
  color: #838b98;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 100px;
  margin-right: 55px;
}
.footer .container .copyright .links {
  color: #838b98;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  width: 180px;
  height: 31px;
  background: #343e50;
  padding-left: 15px;
  padding-right: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  position: relative;
}
.footer .container .copyright .links .links-item {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background: #343e50;
  border-bottom: 1px solid #29313e;
}
.footer .container .copyright .links .links-item a {
  display: block;
  color: #838b98;
  font-size: 14px;
  padding: 10px;
}
.footer .container .copyright .site-copyright {
  color: #838b98;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: 98px;
}
@media (max-width: 1650px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
  /* 头部设置 */
  .header .container .logo {
    margin-right: 95px;
  }
  /* 脚部设置 */
  .footer .container .main {
    justify-content: flex-start;
  }
  .footer .container .main .left {
    margin-left: 0;
  }
  .footer .container .main .right {
    margin-left: 10%;
    white-space: nowrap;
  }
  .footer .container .main .right ul {
    margin-right: 14% !important;
  }
  .footer .container .copyright .site-map {
    margin-left: 0;
  }
  .footer .container .copyright .site-copyright {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  /* 取消右侧导航栏目 */
  #fp-nav {
    display: none !important;
  }
  .header .container .logo {
    margin-right: 35px;
  }
  .header .container .navs {
    margin-left: auto;
    margin-right: auto;
  }
  .header .container .navs li {
    margin-right: 35px;
  }
  /* 脚部内容 */
  .footer .container .main .right {
    margin-left: 5%;
  }
  .footer .container .main .right ul {
    margin-right: 5% !important;
  }
}
/*  断点768px */
@media (max-width: 992px) {
  /* 出现手机按钮 */
  .header .container .navs {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 60%;
    height: 100%;
    background-color: #fff;
    padding-top: 110px;
    overflow-y: auto;
    display: none;
  }
  /* 修改 */
  .header .container .navs li {
    /* height: 36px; */
    height: auto;
    margin: 0;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #eee;
  }
  .header .container .navs li:last-child {
    border-bottom: none;
  }

  .header .container .navs li .first-a {
    color: #202020;
  }

  /* 取消hover */
  .header .container .navs li .first-a::after {
    content: none;
  }

  .header .container .navs li .top {
    width: 100%;
    display: flex;
    height: 36px;
    justify-content: space-between;
    align-items: center;
  }

  .header .container .navs li .second-menu {
    /* display: block; */
    position: static;
    transform: translate(0, 0);
    width: 100%;
    height: auto;
    padding-left: 15px;
  }

  /* 显示按钮 */
  .header .container .navs li .phone-slide {
    display: block;
    font-size: 24px;
    cursor: pointer;
    user-select: none;
  }

  /* 修改 */
  .header .container .navs li.active {
    background-color: #e60012;
  }
  /* 激活的二级菜单集合 */
  .header .container .navs li.active .second-menu {
    background-color: #e60012;
  }

  .header .container .navs li.active .second-menu a {
    color: #fff;
  }

  .header .container .navs li.active .top {
    background-color: #e60012 !important;
  }

  /* 修改 */
  .header .container .navs li.active .top .first-a,
  .header .container .navs li.active .top .phone-slide {
    color: #fff;
  }
  /* 修改 */
  .header .container .navs li.active a {
    color: #252525;
  }
  .header .container .logo {
    margin-right: auto;
  }
  .header .container .phone-menu {
    display: block;
    margin-left: 25px;
    position: relative;
    z-index: 9999999;
  }
  .header .container .phone-menu img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: none;
  }
  .header .container .phone-menu .current {
    display: block;
  }
  .header .container .phone-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    display: none;
  }
  /* 脚部设置 */
  .footer {
    height: auto;
  }
  .footer .container {
    padding-top: 35px;
  }
  .footer .container .main {
    justify-content: center;
    padding-bottom: 35px;
  }
  .footer .container .main .left {
    text-align: center;
  }
  .footer .container .main .right {
    display: none;
  }
}
/* 进入移动设备 */
@media (max-width: 768px) {
  .header {
    height: 90px;
  }
  .header .container .logo img {
    object-fit: contain;
    width: auto;
    height: 70px;
  }
  .footer .container .copyright .links,
  .footer .container .copyright .site-map {
    display: none;
  }
  .footer .container .copyright .site-copyright {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .container .main .left .title {
    margin-top: 25px;
  }
}
@media (max-width: 576px) {
  /* .header .container .logo img {
    height: 45px;
  } */
  #swiper1 .swiper-slide .swiper-text {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
  }
}
/* 只有在pc才生效 */
@media (min-width: 992px) {
  /* 显示二级菜单 */
  .header .container .navs li:hover .second-menu {
    display: block;
  }
}
