.home .banner {
  position: relative;
}
.home .banner img {
  width: 100%;
  height: 720px;
}
.home .banner .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 233px;
  padding-top: 285px;
}
.home .banner .content .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 72px;
  color: #364e7e;
  line-height: 101px;
  text-align: left;
  margin-bottom: 72px;
}
.home .s1 .container {
  position: relative;
  width: 100%;
  height: 570px;
}
.home .s1 .container img {
  width: 100%;
  height: 100%;
}
.home .s1 .container .items {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 60px 218px 80px;
}
.home .s1 .container .items .item {
  width: 380px;
  height: 431px;
  background: #ffffff;
  border-radius: 24px 24px 24px 24px;
  padding: 24px 34px 0;
}
.home .s1 .container .items .item .num {
  font-weight: bold;
  font-size: 55px;
  color: #2c72ff;
  text-align: center;
}
.home .s1 .container .items .item .title {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  text-align: center;
}
.home .s1 .container .items .item .des {
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  text-align: center;
}
.home .s2 .container {
  padding: 0 262px;
  width: 100%;
}
.home .s2 .container .items {
  flex-wrap: wrap;
  gap: 124px 50px;
}
.home .s2 .container .items .item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .s2 .container .items .item img {
  width: 160px;
  height: 232px;
}
.home .s2 .container .items .item .text {
  width: 476px;
  height: 232px;
  background: #f2f3f5;
  border-radius: 0px 0px 0px 0px;
  padding: 40px;
}
.home .s2 .container .items .item .text .title {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 42px;
}
.home .s2 .container .items .item .text .des {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  margin-top: 28px;
}
.home .s2 .container .items .item:nth-child(n + 3) {
  flex-direction: row-reverse;
}
.home .s3 {
  padding: 0 140px;
}
.home .s3 img {
  width: 390px;
  height: 268px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
}
.home .s4 {
  padding: 0 140px;
  gap: 20px;
}
.home .s4 .left {
  display: block;
}
.home .s4 .left img {
  width: 720px;
  height: 404px;
}
.home .s4 .left .title {
  margin-top: 30px;
  width: 720px;
  font-size: 22px;
  color: #333333;
  line-height: 34px;
}
.home .s4 .left .des {
  margin-top: 22px;
  width: 720px;
  font-size: 16px;
  color: #999999;
}
.home .s4 .right {
  flex: 1;
  margin-left: 22px;
}
.home .s4 .right .item {
  margin-bottom: 16px;
  width: 100%;
  height: 171px;
  background: #f2f3f5;
  padding: 28px 0;
  display: flex;
  align-items: center;
}
.home .s4 .right .item:last-child {
  margin-bottom: 0;
}
.home .s4 .right .item .time {
  width: 112px;
  height: 115px;
  border-right: 2px solid #e4e4e6;
}
.home .s4 .right .item .time .day {
  font-size: 36px;
  color: #333333;
  line-height: 60px;
  text-align: center;
}
.home .s4 .right .item .time .month {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 14px;
}
.home .s4 .right .item .text {
  flex: 1;
  padding-left: 28px;
}
.home .s4 .right .item .text .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 23px;
}
.home .s4 .right .item .text .des {
  font-size: 18px;
  color: #999999;
  line-height: 30px;
}
.home .s5 {
  padding: 0 218px;
}
.home .s5 .items .item img {
  width: 426px;
  height: 294px;
}
.home .s5 .items .item .text {
  width: 426px;
  height: 226px;
  background: #e8f5ff;
  border-radius: 0px 0px 0px 0px;
  padding: 28px 38px;
}
.home .s5 .items .item .text .title {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 42px;
  text-align: center;
}
.home .s5 .items .item .text .des {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}
.home .s5 .items2 {
  padding: 90px 0 55px 0;
}
.home .s5 .items2 .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.home .s5 .items2 .item:last-child {
  flex-direction: row-reverse;
  margin-top: 112px;
  text-align: right;
}
.home .s5 .items2 .item .num {
  width: 137px;
  height: 137px;
  background: #2c72ff;
  text-align: center;
  line-height: 137px;
  font-size: 40px;
  color: #ffffff;
}
.home .s5 .items2 .item .text .title {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}
.home .s5 .items2 .item .text .des {
  margin-top: 32px;
  font-size: 30px;
  color: #333333;
}
.business .banner {
  width: 100%;
  height: 720px;
}
.business .banner img {
  width: 100%;
  height: 100%;
}
.business .s1 .content {
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
}
.business .s1 .content .imgs {
  display: flex;
  gap: 7px;
}
.business .s1 .content .imgs img {
  width: 326px;
  height: 570px;
}
.business .s1 .content .items .item {
  margin-bottom: 72px;
  width: 722px;
  height: 249px;
  background: #e8f5ff;
  border-radius: 0px 0px 0px 0px;
  padding: 40px;
}
.business .s1 .content .items .item:last-child {
  margin-bottom: 0;
}
.business .s1 .content .items .item .title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 50px;
}
.business .s1 .content .items .item .des {
  margin-top: 43px;
  font-size: 24px;
  color: #333333;
  line-height: 34px;
}
.business .s2 {
  padding: 0 192px 60px;
}
.business .s2 .content {
  gap: 140px;
}
.business .s2 .content .items .item {
  margin-bottom: 76px;
}
.business .s2 .content .items .item:last-child {
  margin-bottom: 0;
}
.business .s2 .content .items .item .title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 50px;
  position: relative;
}
.business .s2 .content .items .item .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-30px, -50%);
  width: 15px;
  height: 15px;
  background: #2c72ff;
  border-radius: 50%;
}
.business .s2 .content .items .item .des {
  margin-top: 40px;
  font-size: 24px;
  color: #333333;
  line-height: 34px;
}
.business .s2 .content img {
  width: 644px;
  height: 430px;
}
.business .s3 .content {
  flex-direction: row-reverse;
}
.value .banner {
  width: 100%;
  height: 720px;
}
.value .banner img {
  width: 100%;
  height: 100%;
}
.value .s1 {
  padding: 0 225px;
}
.value .s1 .left {
  padding: 30px 27px;
  width: 697px;
  height: 567px;
  background: #e8f5ff;
  border-radius: 0px 0px 0px 0px;
  margin-right: 76px;
}
.value .s1 .left img {
  width: 643px;
  height: 286px;
}
.value .s1 .left .text {
  padding: 35px;
  padding-left: 61px;
}
.value .s1 .left .text .title {
  margin-top: 36px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 50px;
  position: relative;
}
.value .s1 .left .text .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-30px, -50%);
  width: 15px;
  height: 15px;
  background: #2c72ff;
  border-radius: 50%;
}
.value .s1 .left .text .des {
  font-size: 24px;
  color: #000000;
  line-height: 34px;
}
.value .s1 .right .text {
  margin-bottom: 78px;
  padding: 34px 20px 34px 78px;
  width: 697px;
  height: 244px;
  background: #e8f5ff;
  border-radius: 0px 0px 0px 0px;
}
.value .s1 .right .text:last-child {
  margin-bottom: 0;
}
.value .s1 .right .text .title {
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  line-height: 50px;
  text-align: left;
  position: relative;
}
.value .s1 .right .text .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-30px, -50%);
  width: 15px;
  height: 15px;
  background: #2c72ff;
  border-radius: 50%;
}
.value .s1 .right .text .des {
  font-size: 24px;
  color: #000000;
  line-height: 34px;
  text-align: left;
  margin-top: 30px;
}
.value .s1 .items {
  margin-top: 83px;
  gap: 33px;
}
.value .s1 .items .item {
  position: relative;
  padding: 122px 50px 0;
  width: 468px;
  height: 444px;
  background: #f2f3f5;
  border-radius: 0px 0px 0px 0px;
}
.value .s1 .items .item .num {
  position: absolute;
  top: -49px;
  left: 108px;
  width: 90px;
  height: 90px;
  background: #ff6543;
  border-radius: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  line-height: 90px;
  text-align: center;
}
.value .s1 .items .item .title {
  font-weight: bold;
  font-size: 32px;
  white-space: nowrap;
  color: #ff6543;
  line-height: 50px;
  text-align: center;
}
.value .s1 .items .item .des {
  font-size: 24px;
  color: #000000;
  line-height: 34px;
  text-align: left;
  margin-top: 83px;
}
.value .s1 .items .item:nth-child(2) .num {
  background: #2c72ff;
}
.value .s1 .items .item:nth-child(2) .title {
  color: #2c72ff;
}
.value .s1 .items .item:nth-child(3) .num {
  background: #f98a39;
}
.value .s1 .items .item:nth-child(3) .title {
  color: #f98a39;
}
.value .s2 {
  padding: 0 225px;
}
.value .s2 .top {
  gap: 182px;
  margin-bottom: 70px;
}
.value .s2 .top .item img {
  width: 644px;
  height: 320px;
}
.value .s2 .top .item .text {
  width: 644px;
  height: 264px;
  background: #e8f5ff;
  border-radius: 0px 0px 0px 0px;
  padding: 36px 43px;
}
.value .s2 .top .item .text .title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 50px;
}
.value .s2 .top .item .text .des {
  margin-top: 28px;
  font-size: 24px;
  color: #333333;
  line-height: 34px;
}
.value .s2 .bottom {
  gap: 195px;
}
.value .s2 .bottom .items {
  flex: 1;
}
.value .s2 .bottom .items .item {
  padding-left: 30px;
  margin-bottom: 20px;
}
.value .s2 .bottom .items .item:last-child {
  margin-bottom: 0;
}
.value .s2 .bottom .items .item .title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 50px;
  position: relative;
}
.value .s2 .bottom .items .item .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-30px, -50%);
  width: 15px;
  height: 15px;
  background: #2c72ff;
  border-radius: 50%;
}
.value .s2 .bottom .items .item .des {
  margin-top: 30px;
  font-size: 24px;
  color: #333333;
  line-height: 34px;
}
.value .s2 .bottom img {
  width: 644px;
  height: 316px;
}
.value .s3 .items {
  gap: 50px;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.value .s3 .items .item {
  width: 710px;
  height: 220px;
  background: #f2f3f5;
  border-radius: 20px;
  padding: 52px 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.value .s3 .items .item:nth-child(2),
.value .s3 .items .item:nth-child(3) {
  background: #e8f5ff;
}
.value .s3 .items .item:nth-child(2) .num,
.value .s3 .items .item:nth-child(3) .num {
  background: #2c72ff;
}
.value .s3 .items .item .num {
  width: 115px;
  height: 115px;
  background: #b3b3b3;
  font-size: 33px;
  color: #ffffff;
  line-height: 115px;
  text-align: center;
  border-radius: 50%;
}
.value .s3 .items .item .text {
  flex: 1;
}
.value .s3 .items .item .text .title {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 34px;
}
.value .s3 .items .item .text .des {
  margin-top: 16px;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
}
.contact .banner {
  width: 100%;
  height: 527px;
}
.contact .banner img {
  width: 100%;
  height: 100%;
}
.contact .content {
  padding: 42px 248px 60px;
  gap: 180px;
}
.contact .content .left .title {
  width: 395px;
  height: 215px;
  background: #2c72ff;
  border-radius: 0px 0px 0px 0px;
  padding: 25px 0 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .content .left .title .cn {
  font-size: 42px;
  color: #ffffff;
  line-height: 59px;
}
.contact .content .left .title .en {
  font-size: 59px;
  color: #ffffff;
  opacity: 0.45;
  line-height: 1;
}
.contact .content .left .text {
  margin-top: 54px;
  font-size: 28px;
  color: #333333;
  line-height: 39px;
}
.contact .content .right .title {
  font-size: 42px;
  color: #333333;
  line-height: 59px;
}
.contact .content .right img {
  width: 626px;
  height: 358px;
  margin-top: 33px;
}
