@charset "UTF-8";
[v-cloak] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.information-title h2 {
  font-weight: 400;
  font-size: 28px;
  font-weight: bold;
}

.information-title span {
  display: block;
  font-size: 13px;
  color: #999999;
}

.ft-banner {
  height: 640px;
  width: 100%;
  position: relative;
}

.ft-banner .ft-banner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -80%);
  font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
  letter-spacing: 4px;
}

.ft-banner .ft-banner-container h2 {
  font-size: 48px;
  font-weight: 400;
  color: #FFFFFF;
}

.ft-banner .ft-banner-container .wire {
  margin-top: 5px;
  margin-left: 520px;
  width: 199px;
  height: 1px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.66;
}

.ft-banner .ft-banner-container .text {
  margin-top: 13px;
  font-weight: normal;
  font-size: 16px;
  color: #898c97;
}

.ft-banner .count {
  position: absolute;
  left: 50%;
  bottom: -52px;
  text-align: center;
  transform: translateX(-50%);
  width: 1200px;
  height: 130px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
}

.ft-banner .count ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.ft-banner .count ul li .num {
  font-size: 28px;
  color: #2F4485;
}

.ft-banner .count ul li .text {
  font-size: 14px;
  color: #999999;
}

.information-one {
  height: 600px;
  background: url("/images/z48.png") no-repeat left top;
  padding-top: 162px;
}

.information-one .wrapper {
  display: flex;
  justify-content: space-between;
}

.information-one .wrapper .left .information-title {
  width: 679px;
  height: 102px;
  background: url("/images/z49.png") no-repeat left top;
}

.information-one .wrapper .left .text {
  margin-top: 61px;
  width: 689px;
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}

.information-one .wrapper .right {
  width: 468px;
  height: 326px;
  background: #FFFFFF;
  padding: 10px;
}

.information-one .wrapper .right img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.information-two {
  padding-top: 80px;
  height: 702px;
  background: url("/images/z51.png") no-repeat left top;
}

.information-two .wrapper .list {
  margin-top: 40px;
}

.information-two .wrapper .list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.information-two .wrapper .list ul li {
  position: relative;
  padding: 26px 56px;
  width: 590px;
  height: 211px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  overflow: hidden;
  transition: color 0.3s;
  z-index: 1;
}

.information-two .wrapper .list ul li .title {
  display: flex;
  justify-content: space-between;
}

.information-two .wrapper .list ul li .title h3 {
  font-weight: 800;
  font-size: 22px;
  color: #000000;
}

.information-two .wrapper .list ul li .title img {
  margin-top: 18px;
  width: 30px;
  height: 6px;
}

.information-two .wrapper .list ul li .text {
  width: 470px;
  margin-top: 29px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.information-two .wrapper .list ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3161F5;
  transform: translateY(100%);
  /* 初始状态：向下偏移 */
  transition: transform 0.1s;
  /* 动画时间：0.1秒 */
  z-index: -1;
  /* 背景在文字下面 */
}

.information-two .wrapper .list ul li:hover::after {
  transform: translateY(0);
  /* 悬停时背景从下往上 */
}

.information-two .wrapper .list ul li:hover .text,
.information-two .wrapper .list ul li:hover .title h3 {
  color: white;
  /* 悬停时文字颜色 */
}

.information-three {
  padding-top: 80px;
  height: 777px;
  background: #FFFFFF;
}

.information-three .wrapper .list {
  margin-top: 40px;
}

.information-three .wrapper .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.information-three .wrapper .list ul li {
  position: relative;
  padding: 53px 56px;
  width: 400px;
  height: 240px;
  background: #F6F7F9;
  overflow: hidden;
  transition: color 0.3s;
  z-index: 1;
}

.information-three .wrapper .list ul li .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.information-three .wrapper .list ul li .title h3 {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}

.information-three .wrapper .list ul li .title .iconfont {
  font-size: 25px;
  color: #bbbcbc;
}

.information-three .wrapper .list ul li .text {
  width: 470px;
  margin-top: 29px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

.information-three .wrapper .list ul li .label {
  margin-top: 21px;
  font-size: 14px;
  color: #2D2D2D;
}

.information-three .wrapper .list ul li .text {
  margin-top: 49px;
  font-size: 14px;
  color: #999999;
}

.information-three .wrapper .list ul li .text span {
  margin-right: 20px;
}

.information-three .wrapper .list ul li:nth-child(3) .title .iconfont {
  transform: rotate(90deg);
}

.information-three .wrapper .list ul li:nth-child(5) .title .iconfont {
  transform: rotate(180deg);
}

.information-three .wrapper .list ul li:nth-child(2n) {
  padding: 0;
}

.information-three .wrapper .list ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3161F5;
  transform: translateY(100%);
  /* 初始状态：向下偏移 */
  transition: transform 0.1s;
  /* 动画时间：0.1秒 */
  z-index: -1;
  /* 背景在文字下面 */
}

.information-three .wrapper .list ul li:hover::after {
  transform: translateY(0);
  /* 悬停时背景从下往上 */
}

.information-three .wrapper .list ul li:hover .text,
.information-three .wrapper .list ul li:hover .title h3,
.information-three .wrapper .list ul li:hover .label,
.information-three .wrapper .list ul li:hover .title .iconfont {
  color: white;
  /* 悬停时文字颜色 */
}

.information-four {
  padding-top: 77px;
  height: 760px;
  background: url("/images/z56.png") no-repeat left top;
}

.information-four .wrapper .information-title {
  color: #fff;
}

.information-four .wrapper .icon-youanniu1 {
  margin-top: 60px;
  margin-left: 69px;
  display: inline-block;
  font-size: 30px;
  color: #596787;
  transform: rotate(90deg);
}

.information-four .wrapper .list {
  margin-top: 80px;
}

.information-four .wrapper .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.information-four .wrapper .list ul li {
  position: relative;
  padding: 0 27px;
  padding-top: 59px;
  width: 290px;
  height: 370px;
  background: #FFFFFF;
  overflow: hidden;
  transition: color 0.3s;
  box-shadow: 0px 3px 12px 1px rgba(51, 51, 51, 0.08);
  z-index: 1;
}

.information-four .wrapper .list ul li .pic {
  width: 50px;
  height: 50px;
}

.information-four .wrapper .list ul li .pic img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.information-four .wrapper .list ul li .title {
  margin-top: 16px;
}

.information-four .wrapper .list ul li .title h3 {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}

.information-four .wrapper .list ul li .label {
  margin-top: 39px;
  font-size: 16px;
  color: #A8A8A8;
}

.information-four .wrapper .list ul li::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #D1D1D1;
  bottom: 58px;
  left: 35px;
}

.information-four .wrapper .list ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3161F5;
  transform: translateY(100%);
  /* 初始状态：向下偏移 */
  transition: transform 0.1s;
  /* 动画时间：0.1秒 */
  z-index: -1;
  /* 背景在文字下面 */
}

.information-four .wrapper .list ul li.show::after {
  transform: translateY(0);
  /* 悬停时背景从下往上 */
}

.information-four .wrapper .list ul li.show .text,
.information-four .wrapper .list ul li.show .title h3,
.information-four .wrapper .list ul li.show .label,
.information-four .wrapper .list ul li.show .title .iconfont {
  color: white;
  /* 悬停时文字颜色 */
}

.information-five {
  padding-top: 77px;
  min-height: 620px;
  background-color: #fff;
}

.information-five .wrapper .top {
  margin-top: 45px;
  text-align: center;
}

.information-five .wrapper .top .custom-style .el-segmented {
  --el-segmented-item-selected-color: var(--el-text-color-primary);
  --el-segmented-item-selected-bg-color: #fff;
  --el-segmented-bg-color: #fff;
  --el-border-radius-base: 18px;
}

.information-five .wrapper .top .custom-style .el-segmented .el-segmented {
  background-color: #fff;
}

.information-five .wrapper .top .custom-style .el-segmented .el-segmented__group {
  background-color: #fff;
}

.information-five .wrapper .top .custom-style .el-segmented .el-segmented__item-selected {
  border: 1px solid #3161F5;
  border-radius: 18px;
}

.information-five .wrapper .top .custom-style .el-segmented .el-segmented__item {
  height: 36px;
  width: 90px;
  font-size: 16px;
  color: #222222;
  position: relative;
}

.information-five .wrapper .top .custom-style .el-segmented .el-segmented__item .img {
  display: none;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 4px;
}

.information-five .wrapper .top .custom-style .el-segmented .el-segmented__item.is-selected .img {
  display: block;
}

.information-five .wrapper .top .custom-style .el-segmented .is-selected {
  color: #3161F5;
  font-size: 20px;
  font-weight: bold;
}

.information-five .wrapper .top .custom-style .el-segmented .is-selected .el-segmented__item-label {
  line-height: 36px;
}

.information-five .wrapper .wire {
  margin-top: 21px;
  width: 100%;
  border: 1px dashed #EBEBEB;
  background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, transparent 50%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

.information-five .wrapper .bottom {
  margin-left: 100px;
  margin-top: 57px;
  display: flex;
}

.information-five .wrapper .bottom .left .el-timeline-item {
  padding-bottom: 100px;
}

.information-five .wrapper .bottom .left .el-timeline-item__node {
  background-color: #fff;
  border: 1px solid #666666;
  width: 9px;
  height: 9px;
}

.information-five .wrapper .bottom .left .el-timeline-item__wrapper {
  padding-left: 0;
  left: -73px;
  top: -10px;
  font-family: Arial, Arial;
  color: #222222;
  font-size: 20px;
}

.information-five .wrapper .bottom .left .el-timeline-item__content {
  width: 55px;
}

.information-five .wrapper .bottom .left .el-timeline-item__node--normal {
  left: 1px;
}

.information-five .wrapper .bottom .right {
  margin-top: -8px;
}

.information-five .wrapper .bottom .right .content ul li {
  height: 130px;
  margin-bottom: 5px;
}

.information-five .wrapper .bottom .right .content ul li h3 {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-bottom: 5px;
}

.information-five .wrapper .bottom .right .content ul li .text {
  width: 950px;
  font-size: 12px;
  color: #999999;
  line-height: 24px;
}

.information-six {
  padding-top: 77px;
  height: 660px;
  background: #F4F6F8;
}

.information-six .wrapper .list {
  position: relative;
}

.information-six .wrapper .list .swiper1 {
  margin-top: 55px;
  width: 100%;
}

.information-six .wrapper .list .swiper1 .swiper-wrapper .swiper-slide .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 290px;
  height: 350px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
}

.information-six .wrapper .list .swiper1 .swiper-wrapper .swiper-slide .item .pic {
  width: 220px;
  height: 220px;
}

.information-six .wrapper .list .swiper1 .swiper-wrapper .swiper-slide .item .label {
  font-size: 12px;
  color: #666666;
}

.information-six .wrapper .list .swiper1 .swiper-wrapper .swiper-slide .item .title {
  margin-top: 24px;
}

.information-six .wrapper .list .swiper1 .swiper-wrapper .swiper-slide .item .title h3 {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
}

.information-six .wrapper .list .next,
.information-six .wrapper .list .prev {
  position: absolute;
  z-index: 9999;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
}

.information-six .wrapper .list .next img,
.information-six .wrapper .list .prev img {
  font-size: 30px;
  cursor: pointer;
}

.information-six .wrapper .list .next .next2,
.information-six .wrapper .list .next .prev2,
.information-six .wrapper .list .prev .next2,
.information-six .wrapper .list .prev .prev2 {
  display: none;
}

.information-six .wrapper .list .prev {
  top: 50%;
  left: -45px;
}

.information-six .wrapper .list .prev:hover .prev1 {
  display: none;
}

.information-six .wrapper .list .prev:hover .prev2 {
  display: block;
}

.information-six .wrapper .list .next {
  top: 50%;
  right: -35px;
}

.information-six .wrapper .list .next:hover .next1 {
  display: none;
}

.information-six .wrapper .list .next:hover .next2 {
  display: block;
}

.information-seven {
  padding-top: 77px;
  height: 799px;
  background: #FFFFFF;
}

.information-seven .wrapper .information-title {
  display: flex;
  align-items: end;
}

.information-seven .wrapper .information-title h2 {
  margin-right: 23px;
}

.information-seven .wrapper .information-title * {
  line-height: 1;
}

.information-seven .wrapper .list {
  margin-top: 62px;
}

.information-seven .wrapper .list .item {
  margin-top: 10px;
  display: flex;
  width: 100%;
}

.information-seven .wrapper .list .item .left {
  padding: 30px;
  width: 400px;
  height: 460px;
  background: #F9FAFD;
}

.information-seven .wrapper .list .item .left .title {
  margin-top: 38px;
  font-weight: 400;
  font-size: 17px;
  color: #333333;
}

.information-seven .wrapper .list .item .left .index {
  margin-top: 20px;
  font-family: DIN, DIN;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

.information-seven .wrapper .list .item .left .index span {
  font-weight: 500;
  font-size: 28px;
}

.information-seven .wrapper .list .item .left .wire {
  margin-top: 149px;
  margin-bottom: 16px;
  width: 85px;
  border: 1px solid #D8D8D8;
}

.information-seven .wrapper .list .item .left .text {
  width: 340px;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}

.information-seven .wrapper .list .item .right {
  width: 800px;
  height: 460px;
}

.information-seven .wrapper .list .item .right .swiper2 {
  position: relative;
}

.information-seven .wrapper .list .item .right .swiper2 .pic {
  width: 800px;
  height: 460px;
  overflow: hidden;
}

.information-seven .wrapper .list .item .right .swiper2 .pic img {
  width: 800px;
}

.information-seven .wrapper .list .item .right .swiper2 .button {
  left: 0;
  position: absolute;
  bottom: 0;
  z-index: 999;
  display: flex;
  width: 95px;
  height: 40px;
}

.information-seven .wrapper .list .item .right .swiper2 .button .prev,
.information-seven .wrapper .list .item .right .swiper2 .button .next {
  width: 48px;
  height: 40px;
  background: #1450EB;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
}

.information-seven .wrapper .list .item .right .swiper2 .button .prev .iconfont,
.information-seven .wrapper .list .item .right .swiper2 .button .next .iconfont {
  font-size: 12px;
}

.information-seven .wrapper .list .item .right .swiper2 .button .prev {
  transform: rotate(-180deg);
}

.information-seven .wrapper .list .item .right .swiper2 .button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 12px;
  background: #FFFFFF;
}

.information-eight {
  padding-top: 77px;
  min-height: 833px;
  background: url("/images/z87.png") no-repeat left top;
}

.information-eight .wrapper .container {
  margin-top: 42px;
  display: flex;
  height: 560px;
  justify-content: space-between;
}

.information-eight .wrapper .container .left {
  height: 100%;
  width: 436px;
}

.information-eight .wrapper .container .left ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.information-eight .wrapper .container .left ul li {
  background: #FFFFFF;
  height: 180px;
  display: flex;
  padding: 10px;
  font-family: PingFang SC, PingFang SC;
}

.information-eight .wrapper .container .left ul li .pic {
  width: 140px;
  height: 160px;
  background: #F5F6F9;
  border: 1px solid #EAEDF5;
  text-align: center;
  line-height: 160px;
}

.information-eight .wrapper .container .left ul li .pic .iconfont {
  font-size: 38px;
  color: #6c758d;
}

.information-eight .wrapper .container .left ul li .text {
  margin-left: 22px;
}

.information-eight .wrapper .container .left ul li .text .one {
  margin-top: 36px;
  font-size: 14px;
  color: #999999;
}

.information-eight .wrapper .container .left ul li .text .two {
  margin-top: 10px;
  width: 220px;
  font-weight: bold;
  font-size: 22px;
  color: #2D2D2D;
}

.information-eight .wrapper .container .left ul li .text .three {
  margin-top: 11px;
  font-size: 11px;
  color: #D59821;
}

.information-eight .wrapper .container .right {
  width: 752px;
  height: 100%;
  padding: 50px;
  background: #FFFFFF;
}

.information-eight .wrapper .container .right .button {
  text-align: center;
}
