.header-tag .name{color: #FFF}
#swiper {
  width: 100%;
  height: 600px;
}

.swiper-wrapper {
  width: 100%;
  height: 600px;
}

.swiper-slide {
  width: 100%;
  height: 600px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}

.home-second {
  width: 100%;
  min-width: 1200px;
  height: 800px;
  background-image: url(../img/bg.png);
  background-size: cover;
  padding: 80px 0;
}

.home-second .second-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 80px;
  color: #333333;
  text-align: center;
}

.home-second ul {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 80px;
}

.home-second ul li:last-child {
  border: none;
}

.second-active {
  color: #184399 !important;
}

.home-second #second-type li {
  display: inline-block;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #EAEAEA;
  cursor: pointer;
  /* color: #999999; */
}

.home-second #second-type a {
  color: #999999;
}
.home-second #second-type a:last-child  li{border-right: none;margin-right: 0;padding-right: 0}
#second {
  width: 100%;
  height: 370px;
  box-sizing: border-box;
  margin-bottom: 80px;
}

#second #second-product {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}


.home-second .hidden {
  display: none;
}

#second-product #product {
  box-sizing: border-box;
  width: 400px;
  margin-right: 40px;
}

#second-product #product .product-img img {
  width: 300px;
  height: 240px;
  margin: auto;
  object-fit: cover;
}

#second-product #product:first-child {
  margin-left: 40px;
}

#second-product #product .product-img {
  display: flex;
  align-items: center;
  width: 400px;
  height: 300px;
  background: #FFFFFF;
  box-shadow: 0px 8px 40px 0px rgba(0,64,152,0.08);
  border-radius: 16px;
  margin-bottom: 40px;
}

#second-product #product .product-title {
  width: 400px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.home-second .swiper-container {
  height: 450px;
}


.home-second .button {
  width: 256px;
  padding: 16px 80px;
  background: #184399;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

.home-second .button .button-color {
  color: #ffffff;
}

.home-third {
  position: relative;
  min-width: 1200px;
  box-sizing: border-box;
  padding: 80px 60px;
  background: #F8F9FA;
}

.third-title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 80px;
}

.third-image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 800px;
}

.animate {
  animation: moveTo 1s ease-in;
}

@keyframes moveTo {
  0% {
    right: 0%;
  }
  100% {
    right: -1200px;
  }
}

.animate1 {
  animation: move1 1s ease-in ;
}

@keyframes move1 {
  0% {
    right: -1200px;
  }
  100% {
    right: 0%;
  }
}

.animate2 {
  animation: move2 1s ease-in;
}

@keyframes move2 {
  0% {
    right: -33%;
  }
  100% {
    right: 0%;
  }
}

.doc-animate2 {
  animation: docMove2 1s ease-in;
}

@keyframes docMove2 {
  0% {
    left: 33%;
  }
  100% {
    left: 0%;
  }
}

.doc-reset2 {
  animation: docReset2 1s ease-in;
}

@keyframes docReset2 {
  0% {
    left: 0%;
  }
  100% {
    left: 33%;
  }
}

.animate3 {
  animation: move3 1s ease-in;
}

@keyframes move3 {
  0% {
    right: -67%;
  }
  100% {
    right: 0;
  }
}

.doc-animate3 {
  animation: docMove3 1s ease-in;
}

@keyframes docMove3 {
  0% {
    left: 67%;
  }
  100% {
    left: 0;
  }
}

.doc-reset3 {
  animation: docReset3 1s ease-in;
}

@keyframes docReset3 {
  0% {
    left: 0;
  }
  100% {
    left: 67%;
  }
}

.third-image .img:nth-child(1) {
  width: 33%;
  height: 100%;
  background-image: url(../img/bgProduct1.png);
  background-size: cover;
}

.third-image .img:nth-child(2) {
  width: 34%;
  height: 100%;
  background-image: url(../img/bgProduct2.png);
  background-size: cover;
}

.third-image .img:nth-child(3) {
  width: 33%;
  height: 100%;
  background-image: url(../img/bgProduct3.png);
  background-size: cover;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.third-image .img .third-icon {
  width: 120px;
  height: 120px;
  margin: 298px auto 40px;
}

.third-image .third-icon img {
  width: 120px;
  height: 120px;
}

.third-image .third-font {
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}

.third-field {
  display: none;
  width: 100%;
  height: 800px;
}

.third-field .img {
  float: left;
  height: 100%;
  width: 34%;
  background-image: url(../img/bgProduct1.png);
  background-size: cover;
}

.third-field .img .third-icon {
  width: 120px;
  height: 120px;
  margin: 298px auto 40px;
}

.third-field .img .third-font {
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}

.third-image .img-content {
  box-sizing: border-box;
  float: right;
  width: 1200px;
  height: 100%;
  padding: 80px 0 40px 80px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background: #FFFFFF;
}

.flex-box {
  display: flex;
}

.img-content .img-name {
  display: flex;
  align-items: center;
}

.img-content .img-name img {
  width: 34px;
  height: 34px;
}

.img-content .img-name span {
  font-size: 32px;
  font-weight: 500;
  color: #184399;
  margin-left: 24px;
}

.img-content .icon {
  display: flex;
}

.img-content .icon div {
  margin-top: 40px;
}

.img-content .icon div span {
  display: inline-block;
  padding: 24px 36px;
  background: #F8F9FA;
  border-radius: 8px;
  margin: 0 24px 24px 0;
}

.img-content .icon img {
  width: 100%;
  height: 52px;
}

.home-fourth {
  box-sizing: border-box;
  padding: 80px 0;
}

.home-area {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.fourth-title {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-bottom: 80px;
}

.home-fourth .content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.home-fourth .content .content-list {
  width: 240px;
}

.content-list .list-img {
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
}

.content-list .list-img img {
  width: 88px;
  height: 88px;
}

.content-list .list-title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-bottom: 16px;
}

.content-list .list-introduce {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-align: center;
}

.third-other {
  width: 300%;
  position: relative;
  overflow: hidden;
  display: flex;
  height: 800px;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}