/* 1.header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 100;
  box-sizing: border-box;
  /* background-color: #01923f; */
  /* box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08); */
  border-bottom: 2px solid rgba(255, 255, 255, 0.34);
}

.header-shadow {
  border-bottom: 0;
  background-color: #ffffff;
  /* 阴影 */
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  animation: skell-header-top 1s ease-out 0s backwards;
}

header .inside {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  display: block;
  width: auto;
  height: 100px;
}

header .logo img {
  width: auto;
  height: 100%;
}

header .gation-box {
  height: 100%;
}

header .gation {
  height: 100%;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .gation li {
  box-sizing: border-box;
  position: relative;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .gation li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  height: 2px;
  visibility: hidden;
  background-color: #ffffff;
  transform: scaleX(0);
  /* 过渡 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.header-shadow .gation li::after,
.header-shadow .gation li::after {
  background-color: #000000;
}

header .gation li.active::after,
header .gation li:hover::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

header .gation li:not(:last-child) {
  margin-right: 60px;
}

header .gation li a {
  display: block;
  color: #ffffff;
  text-align: center;
}

.header-shadow .gation li a {
  color: #000000;
}

header .gatopen {
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

header .gatopen img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1400px) {
  header {
    height: 75px;
  }
  header .logo {
    height: 60px;
  }
  header .gation {
    font-size: 15px;
  }
  header .gation li::after {
    bottom: -25px;
  }
  header .gation li:not(:last-child) {
    margin-right: 30px;
  }
}

@media (max-width: 1000px) {
  header {
    background-color: #ffffff;
    border-bottom: 0;
    height: 47px;
    top: 0;
    /* 阴影 */
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  }
  header .gatopen {
    display: block;
  }
  header .logo {
    height: 32px;
  }
  header .gation-box {
    position: absolute;
    top: 100%;
    left: -3%;
    display: none;
    width: 106%;
    height: auto;
    box-sizing: border-box;
    padding: 13px 3% 20px;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 1);
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
    /* 阴影 */
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  }
  header .gation {
    flex-direction: column;
    line-height: auto;
  }
  header .gation li:not(:last-child) {
    margin-right: 0;
  }
  header .gation li a {
    width: 100%;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #000000;
  }
  header .gation li.active::after,
  header .gation li:hover::after {
    display: none;
  }
  header .gation li.active a,
  header .gation li:hover a {
    font-weight: bold;
    color: #0d51ae;
  }
}

/* 2.index-swiper */
.index-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.index-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.index-swiper .img {
  width: 100%;
  height: 100%;
}

.index-swiper .img img {
  object-fit: cover;
  height: 100%;
}

.index-swiper .cons {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: rgba(13, 81, 174, 0.1);
  text-align: left;
  color: #ffffff;
}

.index-swiper .inside {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.index-swiper h2 {
  font-size: 45px;
  line-height: 55px;
}

.index-swiper p {
  font-size: 24px;
  line-height: 36px;
  margin-top: 30px;
  letter-spacing: 2px;
}

.index-swiper p s {
  font-size: 26px;
  color: #0d51ae;
  font-weight: bold;
  margin: 0 5px;
}

.index-swiper h4 {
  display: block;
  padding: 13px 40px;
  font-size: 18px;
  margin-top: 30px;
  border: 1px solid #ffffff;
  letter-spacing: 7px;
}

.index-swiper em {
  margin-top: 80px;
  display: block;
  width: 130px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #0d51ae;
  background-color: #0d51ae;
  text-transform: uppercase;
}

.index-swiper em:hover {
  color: #0d51ae;
  border: 1px solid #0d51ae;
  background-color: transparent !important;
}

/* 默认样式修改 */
.index-swiper .swiper-pagination {
  width: 95%;
  max-width: 1400px;
  text-align: right;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
.index-swiper .swiper-pagination-bullet {
  width: 80px;
  height: 6px;
  opacity: 1;
  background-color: #ffffff;
  border-radius: 0;
}
.index-swiper .swiper-pagination-bullet-active {
  background-color: #0d51ae;
  opacity: 1;
}
.index-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

@media (max-width: 1400px) {
  .index-swiper h2 {
    font-size: 34px;
    line-height: 43px;
  }
  .index-swiper p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
  }
  .index-swiper p s {
    font-size: 21px;
  }
  .index-swiper h4 {
    padding: 10px 30px;
    font-size: 15px;
    margin-top: 20px;
  }
  .index-swiper em {
    margin-top: 30px;
    font-size: 12px;
    height: 42px;
    line-height: 40px;
  }
  .index-swiper .swiper-pagination {
    bottom: 15px;
  }
  .index-swiper .swiper-pagination-bullet {
    width: 60px;
    height: 4px;
  }
}

@media (max-width: 1000px) {
  .index-swiper {
    margin-top: 47px;
  }
  .index-swiper h2 {
    font-size: 23px;
    line-height: 30px;
  }
  .index-swiper p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px;
  }
  .index-swiper p s {
    font-size: 15px;
  }
  .index-swiper h4 {
    padding: 5px 15px;
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 5px;
  }
  .index-swiper em {
    margin-top: 15px;
    width: 90px;
    height: 38px;
    line-height: 36px;
    font-size: 12px;
  }
  .index-swiper .swiper-pagination {
    bottom: 7px;
  }
  .index-swiper .swiper-pagination-bullet {
    width: 32px;
    height: 3px;
  }
}

@media (max-width: 500px) {
  .index-swiper {
    height: 240px;
  }
}

/* 3.banner */
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.banner .inside {
  height: 100%;
  position: relative;
}

.banner .img {
  width: 100%;
  height: 100%;
}

.banner .img img {
  height: 100%;
  object-fit: cover;
}

.banner .sub {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  /* background-color: rgba(0, 0, 0, 0.1); */
  color: #ffffff;
  /* font-size: 48px; */
  /* padding-top: 90px; */
}

.banner .sub .inside {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.banner .sub .ico {
  width: auto;
  height: 50px;
  margin-right: 23px;
  display: inline-block;
}

.banner .sub .ico img {
  width: auto;
  height: 100%;
}

.banner .sub span {
  display: inline-block;
}

.banner .sub span i {
  display: block;
  font-size: 40px;
  line-height: 40px;
}

.banner .sub span s {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  margin-top: 12px;
}

@media (max-width: 1400px) {
  .banner .sub .ico {
    height: 38px;
    margin-right: 15px;
  }
  .banner .sub span i {
    font-size: 32px;
    line-height: 32px;
  }
  .banner .sub span s {
    font-size: 17px;
    line-height: 17px;
    margin-top: 10px;
  }
}

@media (max-width: 1000px) {
  .banner {
    margin-top: 47px;
  }
  .banner .sub .ico {
    height: 25px;
    margin-right: 10px;
  }
  .banner .sub span i {
    font-size: 22px;
    line-height: 22px;
  }
  .banner .sub span s {
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
  }
}

@media (max-width: 530px) {
  .banner {
    height: 150px;
  }
}

/* 4.footer */
footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background-color: #0d51ae;
  color: #ffffff;
}

footer .above {
  padding: 60px 0;
}

footer .top,
footer .bom {
  display: flex;
  justify-content: space-between;
}

footer .logo {
  width: 230px;
  height: auto;
  cursor: pointer;
}

footer .logo img {
  width: 100%;
}

footer .top {
  position: relative;
  z-index: 10;
}

footer .bom {
  z-index: 5;
}

footer .info {
  margin-top: 30px;
}

footer .info li:not(:first-child) {
  margin-top: 15px;
}

footer .info li span {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  opacity: 0.7;
}

footer .info li span i:first-child {
  margin-right: 15px;
}

footer .info li img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

footer .link {
  display: flex;
}

footer .link li:not(:last-child) {
  margin-right: 60px;
}

footer .link a {
  display: block;
  color: #ffffff;
  opacity: 0.8;
  font-size: 15px;
  line-height: 37px;
  text-align: center;
}

footer .link a:first-child {
  font-size: 17px;
  margin-bottom: 12px;
  color: #ffffff;
  opacity: 0.7;
}

footer .link a:hover {
  opacity: 1;
  text-decoration: underline;
}

footer .code {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer .code h3 {
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
}

footer .code ul {
  display: flex;
  margin-left: 30px;
}

footer .code ul li:not(:last-child) {
  margin-right: 32px;
}

footer .code ul li {
  position: relative;
}

footer .code ul li img {
  opacity: 0.6;
}

footer .code ul li:hover img {
  opacity: 1;
}

footer .code ul li .qr {
  width: 86px;
  height: 96px;
  display: none;
  position: absolute;
  top: -96px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

footer .code ul li .icon {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

footer .code ul li:first-child .icon {
  width: 21px;
  height: 21px;
}

footer .code ul li:hover .qr {
  display: block;
}

footer .copy {
  width: 100%;
  height: auto;
  padding: 10px 0;
  text-align: center;
  background-color: #00357e;
}

footer .copy a {
  color: #ffffff;
  opacity: 0.7;
  font-size: 14px;
}

footer .copy a:hover {
  text-decoration: underline;
}

footer .copy a:not(:last-child) {
  margin-right: 55px;
}

@media (max-width: 1400px) {
  footer .bom {
    margin-top: 40px;
  }
  footer .logo {
    width: 180px;
  }
  footer .link li:not(:last-child) {
    margin-right: 40px;
  }
}

@media (max-width: 1000px) {
  footer .above {
    padding: 30px 0;
  }
  footer .bom {
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
  }
  footer .link {
    display: none;
  }
  footer .logo {
    width: 140px;
    margin: 0 auto;
  }
  footer .info {
    margin-top: 15px;
  }
  footer .info li:not(:first-child) {
    margin-top: 7px;
  }
  footer .info li img {
    margin-right: 7px;
    width: 18px;
    height: 18px;
  }
  footer .info li span {
    font-size: 13px;
    line-height: 27px;
  }
  footer .info li span i:first-child {
    margin-right: 7px;
  }
  footer .code {
    margin-top: 80px;
    display: none;
  }
  footer .code ul li:not(:last-child) {
    margin-right: 20px;
  }
  footer .code h3 {
    font-size: 15px;
  }
  footer .code ul li .qr {
    width: 56px;
    height: 66px;
    top: -70px;
  }
  footer .code ul li .icon {
    width: 21px;
    height: 21px;
  }
  footer .code ul li:first-child .icon {
    width: 15px;
    height: 15px;
  }
  footer .copy a {
    display: block;
    font-size: 12px;
    line-height: 27px;
  }
  footer .copy a:not(:last-child) {
    margin-right: 0;
  }
}

/* 5.title */
.title {
  text-align: center;
}

.title-lf {
  text-align: left;
}

.title h3 {
  font-size: 45px;
}

.title h3 i {
  color: #0d51ae;
}

.title p {
  line-height: 30px;
  margin-top: 20px;
}

@media (max-width: 1400px) {
  .title h3 {
    font-size: 34px;
  }
}

@media (max-width: 1000px) {
  .title h3 {
    font-size: 24px;
  }
  .title p {
    line-height: 27px;
    margin-top: 10px;
  }
}

/* 6.inner-tabs */
.inner-tabs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  height: 60px;
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 17px;
}

.inner-tabs a {
  box-sizing: border-box;
  display: block;
  width: calc(100% / 3);
  color: #ffffff;
}

.inner-tabs a:not(:last-child) {
  border-right: 1px solid #000000;
}

.inner-tabs a.active,
.inner-tabs a:hover {
  background-color: #0d51ae;
  /* 过渡 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .inner-tabs {
    height: 40px;
    line-height: 40px;
  }
  .inner-tabs a {
    font-size: 15px;
  }
}

@media (max-width: 1000px) {
  .inner-tabs {
    height: 34px;
    line-height: 34px;
  }
  .inner-tabs a {
    font-size: 12px;
  }
}
