@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}

.page {
  padding-bottom: 50px;
  min-width: 1200px;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.box-title {
  font-weight: 400;
  font-size: 42px;
  color: #000;
  padding: 40px 0 20px;
  text-align: center;
}

b {
  font-weight: bold;
}

.btn {
  background: linear-gradient(0deg, #fff69c 0%, #fbe609 100%);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn span {
  color: #fe480f;
}
.btn.btn1 {
  width: 175px;
  height: 30px;
  border-radius: 15px;
  font-size: 18px;
}
.btn.btn2 {
  width: 236px;
  height: 42px;
  border-radius: 21px;
  font-size: 22px;
}
.btn.btn3 {
  width: 133px;
  height: 24px;
  border-radius: 12px;
  font-size: 14px;
}

.banner {
  height: 760px;
  background: url("../images/banner.jpg") no-repeat center;
  position: relative;
}
.banner .logo {
  width: 531px;
  height: 61px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}

.box1 .box-content {
  padding-bottom: 50px;
}
.box1 .box-content .desc {
  width: 100%;
  height: 77px;
  font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box1 .box-content .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
}
.box1 .box-content .content .left {
  width: 513px;
  height: 248px;
}
.box1 .box-content .content .right {
  width: 669px;
  height: 248px;
  background: rgba(236, 236, 236, 0.6);
  position: relative;
}
.box1 .box-content .content .right .text {
  font-size: 16px;
  color: #000000;
  line-height: 36px;
  padding: 40px 28px;
}
.box1 .box-content .content .right .btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.box2 {
  width: 100%;
  height: 1730px;
  background: url("../images/box2-bg.jpg") no-repeat center;
}
.box2 .box-title {
  padding-bottom: 10px;
}
.box2 .list1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.box2 .list1 .item {
  width: 397px;
  height: 791px;
  padding: 30px 20px;
  box-sizing: border-box;
  background: url("../images/box2-border.png") no-repeat center;
  position: relative;
}
.box2 .list1 .item .title {
  font-size: 26px;
  color: #0f6fcb;
  line-height: 36px;
  font-weight: bold;
  padding-bottom: 3px;
  text-align: center;
}
.box2 .list1 .item .title strong {
  font-size: 27px;
  font-style: italic;
}
.box2 .list1 .item .text {
  font-size: 14px;
  color: #000;
  line-height: 28px;
  text-align: justify;
}
.box2 .list1 .item .text p {
  text-indent: 2em;
}
.box2 .list1 .item .img {
  width: 240px;
  height: 257px;
  margin: 10px auto;
}
.box2 .list1 .item .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 65px;
  width: 84px;
  height: 26px;
  background: url("../images/box2-more.png") no-repeat center bottom/17px 8px;
  font-size: 14px;
  color: #b42823;
  line-height: 28px;
  padding-bottom: 5px;
}
.box2 .list2 {
  padding-top: 15px;
  display: flex;
  justify-content: center;
}
.box2 .list2 .item1 {
  margin-top: 110px;
  width: 379px;
  height: 651px;
  background: url("../images/box2-1.png") no-repeat center;
}
.box2 .list2 .item2 {
  margin-top: 60px;
  width: 368px;
  height: 684px;
  background: url("../images/box2-2.png") no-repeat center;
}
.box2 .list2 .item3 {
  width: 450px;
  height: 728px;
  background: url("../images/box2-3.png") no-repeat center;
}

.box3 {
  width: 100%;
  height: 1491px;
  background: url("../images/box3-bg.jpg") no-repeat center;
}
.box3 .box-title {
  color: #fff;
  font-size: 39px;
  padding-bottom: 0;
}
.box3 .box-desc {
  font-size: 28px;
  color: #fff;
  padding-bottom: 20px;
  text-align: center;
  font-weight: lighter;
}
.box3 .box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.box3 .content {
  box-sizing: border-box;
  position: relative;
  padding: 0 25px;
}
.box3 .content .title {
  font-size: 26px;
  color: #0f6fcb;
  line-height: 36px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 2px;
  text-align: center;
}
.box3 .content .title strong {
  font-size: 27px;
  font-style: italic;
}
.box3 .content .text {
  font-size: 16px;
  color: #000;
  line-height: 32px;
  text-align: justify;
}
.box3 .content .text p {
  text-indent: 2em;
}
.box3 .content .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 75px;
}
.box3 .content.content1 {
  width: 100%;
  height: 667px;
  background: url("../images/box3-item1.png") no-repeat center;
  padding: 0 30px;
}
.box3 .content.content1 .title {
  padding-bottom: 10px;
}
.box3 .content.content1 .btn {
  bottom: 105px;
}
.box3 .content.content2 {
  width: 595px;
  height: 591px;
  background: url("../images/box3-border.png") no-repeat center;
}
.box3 .content.content2 .list .item {
  font-size: 16px;
  color: #000;
  line-height: 32px;
  padding-left: 25px;
  position: relative;
}
.box3 .content.content2 .list .item .num {
  position: absolute;
  left: 0;
  top: 6px;
  width: 21px;
  height: 21px;
  background-color: #323232;
  border-radius: 50%;
  line-height: 21px;
  text-align: center;
  color: #fee572;
  padding-left: 4px;
  box-sizing: border-box;
}
.box3 .content.content3 {
  width: 595px;
  height: 591px;
  background: url("../images/box3-border.png") no-repeat center;
}
.box3 .content.content3 .title span {
  font-size: 14px;
  font-weight: initial;
}
.box3 .content.content3 .title1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 22px;
  color: #000;
  line-height: 70px;
  font-weight: bold;
  padding-left: 70px;
  background: url("../images/box3-img.png") no-repeat left center/67px 67px;
}
.box3 .content.content3 .item {
  display: flex;
  justify-content: space-between;
}
.box3 .content.content3 .item .left {
  width: 43px;
  height: 46px;
  background: url("../images/box3-num.png") no-repeat center;
  margin-top: 10px;
  margin-left: 6px;
}
.box3 .content.content3 .item .right {
  width: 472px;
  height: 117px;
  background: #f2f3f6;
  border-radius: 20px;
}
.box3 .content.content3 .item .right .title2 {
  padding: 10px 0 6px 10px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.box3 .content.content3 .item .right .title2 span {
  color: #f52122;
}
.box3 .content.content3 .item .right .desc {
  padding: 0 15px;
  font-size: 14px;
  color: #323232;
  line-height: 22px;
  opacity: 0.83;
  text-indent: 2em;
  text-align: justify;
}

.box4 .box-title {
  padding-bottom: 30px;
}
.box4 .box-desc {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  text-indent: 2em;
}
.box4 .list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 35px 0 50px;
}
.box4 .list .item {
  width: 100%;
  height: 203px;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  display: flex;
}
.box4 .list .item:nth-child(1) .img {
  background-image: url("../images/box4-1.png");
}
.box4 .list .item:nth-child(2) .img {
  background-image: url("../images/box4-2.png");
}
.box4 .list .item:nth-child(3) .img {
  background-image: url("../images/box4-3.png");
}
.box4 .list .item:nth-child(4) .img {
  background-image: url("../images/box4-4.png");
}
.box4 .list .item:nth-child(odd) .right {
  padding-left: 10px;
  padding-right: 20px;
}
.box4 .list .item:nth-child(even) .right {
  padding-left: 0;
  padding-right: 10px;
}
.box4 .list .item .img {
  width: 599px;
  height: 203px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-1px);
}
.box4 .list .item .right {
  padding-top: 20px;
  flex: 1;
  position: relative;
}
.box4 .list .item .right .title {
  font-size: 22px;
  color: #000;
  line-height: 28px;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
.box4 .list .item .right .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 23px;
  background: #b42823;
}
.box4 .list .item .right .desc {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  opacity: 0.83;
  text-indent: 2em;
  padding-left: 15px;
  padding-top: 10px;
}
.box4 .list .item .right .btn {
  position: absolute;
  right: 38px;
  bottom: 20px;
}

.box5 {
  width: 100%;
  height: 1028px;
  background: url("../images/box5-bg.png") no-repeat center;
}
.box5 .list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 44px;
}
.box5 .list .item {
  width: 100%;
  height: 46px;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(90, 141, 162, 0.44);
  border-radius: 10px;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box5 .list .item .title {
  font-size: 16px;
  color: #000;
  line-height: 46px;
  padding-left: 30px;
  position: relative;
}
.box5 .list .item .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: url("../images/box5-icon.png") no-repeat center;
}

.footer .footer-info {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  padding-top: 40px;
}