.zx-container {
  width: 100%;
  background-color: antiquewhite;
}

/* 重用部分样式书写 */
.biaoji {
  color: #e24943;
}

.cc {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* 按钮样式 */
.yuBtn {
  display: block;
  height: 52px;
  background-color: #e24943;
  border-radius: 2px;
  line-height: 52px;
  padding-left: 50px;
  padding-right: 52px;
  margin: 0 auto;
}

.yuBtn a {
  color: #ffffff;
  text-decoration: none;
}

/* 标题样式 */
.titleBox {
  width: 100%;
  text-align: center;
}

.titleBox .title {
  display: inline-block;
  font-family: FZCQJW--GB1-0;
  font-size: 36px;
  letter-spacing: 4px;
  color: #333333;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.titleBox.wh .title {
  color: #ffffff;
}

.titleBox .title::after {
  position: absolute;
  content: '';
  width: 64px;
  height: 4px;
  background-color: #e24943;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.titleBox.wh .title::after {
  background-color: #ffffff;
}

.titleBox .title_content {
  display: inline-block;
  margin-top: 20px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #666666;
}

.titleBox.wh .title_content {
  color: #ffffffc5;
}

/* banner部分样式书写 */
.zx-container .banner {
  width: 100%;
  height: 815px;
  background-image: url('../imgs/pc/head_Bg.png');
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid transparent;
  /* display: none; */
}

.zx-container .banner_title {
  width: 1020px;
  height: 435px;
  /* background-color: #1f3fa7; */
  /* opacity: 0.55; */
  margin: 132px auto 82px;
  background-image: url("../imgs/pc/bannerTitle.png");
  background-repeat: no-repeat;
  background-size: 100% 99.9%;
}

.zx-container .form_box {
  width: 1179px;
  height: 113px;
  background-color: #ffffff;
  border-radius: 6px;
  margin: 0 auto;
}

.zx-container .bk {
  min-width: 1165px;
}

/* 版块1样式书写 */
.zx-container .bk1 {
  width: 100%;
  height: 1083px;
  padding-top: 119px;
  background-color: #ffffff;
  /* display: none; */
}

.zx-container .bk1 .s-title {
  margin: 0 auto;
  text-align: center;
  font-family: FZCQJW--GB1-0;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 3px;
  color: #333333;
  margin-top: 73px;
  margin-bottom: 46px;
}

.zx-container .bk1 .con {
  width: 1191px;
  height: 505px;
  background-image: url("../imgs/pc/bk1Bg.png");
  background-repeat: no-repeat;
  background-size: 100% 99.9%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px;
}

.bk1 .con .item {
  width: 311px;
  margin-top: 39px;
  margin-left: 25px;
  margin-right: 22px;
}

.bk1 .con .item .Ititle {
  font-family: FZCQJW--GB1-0;
  font-size: 30px;
  line-height: 24px;
  letter-spacing: 3px;
  color: #3f59d9;
  font-weight: 600;
  margin-bottom: 30px;
}

.bk1 .con .item .Istrong {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  letter-spacing: 1px;
  color: #111111;
}

.bk1 .con .item .Icontent {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  letter-spacing: 1px;
  color: #666666;
}

.bk1 .con .item:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.bk1 .con .item:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
}

.bk1 .con .item:nth-child(2) .Ititle {
  text-align: right;
}

.bk1 .con .item:nth-child(3) {
  position: absolute;
  left: 0;
  bottom: 21px;
}

.bk1 .con .item:nth-child(4) {
  position: absolute;
  right: 0;
  bottom: 21px;
}

.bk1 .con .item:nth-child(4) .Ititle {
  text-align: right;
}

/* 版块2样式书写开始 */
.bk2 {
  width: 100%;
  height: 904px;
  background-image: url('../imgs/pc/p__bk2Bg.png');
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 73px;
  /* display: none; */
}

.bk2 .con {
  width: 1190px;
  height: 438px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 74px;
  margin-bottom: 56px;
}

.bk2 .con .item {
  text-align: center;
  width: 380px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding-top: 56px;
  padding-bottom: 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.bk2 .con .item .topTitle {
  font-family: FZCQJW--GB1-0;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: 600;
}

.bk2 .con .item .centerBg {
  display: inline-block;
  text-align: center;
  width: 151px;
  height: 151px;
  background-color: #3658e1;
  border-radius: 50%;
  line-height: 151px;
}

.bk2 .con .item .centerBg .Ic {
  display: inline-block;
  width: 74px;
  height: 62px;
  vertical-align: middle;
  background-image: url("../imgs/pc/bk2Icon.png");
  background-repeat: no-repeat;
  background-size: 100% 99.9%;
}

.bk2 .con .item .sTitle {
  font-family: FZCQJW--GB1-0;
  font-size: 30px;
  line-height: 24px;
  letter-spacing: 3px;
  color: #333333;
  font-weight: 600;
}

.bk2 .con .item .content {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
}

/* 版块3样式书写开始 */
.bk3 {
  width: 100%;
  height: 1036px;
  background-color: #ffffff;
  padding-top: 74px;
  padding-bottom: 120px;
  /* display: none; */
}

.bk3 .con {
  margin: 0 auto;
  width: 1171px;
  height: 570px;
  position: relative;
  margin-top: 90px;
  margin-bottom: 53px;
}

.bk3 .con .centerBg {
  position: absolute;
  width: 526px;
  height: 505px;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
  background-image: url("../imgs/pc/bk3BigIcon.png");
}

.bk3 .con .item {
  width: 305px;
}

.bk3 .con .item .Ititle {
  font-family: FZCQJW--GB1-0;
  font-size: 30px;
  line-height: 24px;
  letter-spacing: 3px;
  color: #3658e1;
  padding-bottom: 16px;
  font-weight: 600;
}

.bk3 .con .item .Icontent {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #111111;
}

.bk3 .con .item:nth-child(1) {
  position: absolute;
  top: 10px;
  left: 0;
}

.bk3 .con .item:nth-child(2) {
  position: absolute;
  top: 10px;
  right: 0;
}

.bk3 .con .item:nth-child(3) {
  position: absolute;
  top: 390px;
  left: 0;
}

.bk3 .con .item:nth-child(4) {
  position: absolute;
  top: 390px;
  right: 0;
}

.bk3 .con .item:nth-child(1) .Ititle {
  text-align: right;
}

.bk3 .con .item:nth-child(3) .Ititle {
  text-align: right;
}

/* 版块4样式书写开始 */
.bk4 {
  width: 100%;
  height: 1536px;
  background-image: url("../imgs/pc/bk4Bg.png");
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 43px;
  /* display: none; */
}

.bk4 .con {
  width: 1179px;
  height: 1072px;
  background-color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  margin: 0 auto;
  margin-top: 72px;
  margin-bottom: 55px;
}

.bk4 .con .content {
  height: 838px;
  padding-left: 46px;
  display: flex;
  justify-content: space-between;
  padding-top: 59px;
}

.bk4 .con .content .left {
  width: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bk4 .con .content .left .itemIcon {
  display: block;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-size: 100% 99.9%;
}

.bk4 .con .content .left .item:nth-child(1) .itemIcon {
  width: 71px;
  height: 63px;
  background-image: url("../imgs/pc/Icon1.png");
}

.bk4 .con .content .left .item:nth-child(2) .itemIcon {
  width: 65px;
  height: 65px;
  background-image: url("../imgs/pc/Icon2.png");
}

.bk4 .con .content .left .item:nth-child(3) .itemIcon {
  width: 65px;
  height: 63px;
  background-image: url("../imgs/pc/Icon3.png");
}

.bk4 .con .content .left .itemTitle {
  display: inline-block;
  font-family: FZCQJW--GB1-0;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  height: 40px;
  position: relative;
}

.bk4 .con .content .left .itemTitle::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 1px;
  background-color: #e24943;
  font-weight: 700;
  left: 0;
  bottom: 4px;
}

.bk4 .con .content .left .itemContent {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #7a7a7a;
  padding-bottom: 10px;
}

.bk4 .con .content .right {
  width: 670px;
  background-color: #d7d9e2;
  border-radius: 10px;
  position: relative;
}

.bk4 .con .content .right .Img {
  width: 540px;
  position: absolute;
  height: 700px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  overflow: hidden;
  text-align: center;
}

.bk4 .con .content .right .Img img {
  display: inline-block;
}

.bk4 .swiper-container {
  width: 1178px;
  position: relative;
}

.bk4 .swiper-container .btnBox {
  width: 200px;
  height: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 105px;
  z-index: 10;
}

.bk4 .swiper-container .btn {
  width: 64px;
  height: 64px;
  background-color: #3658e1;
  box-shadow: 0px 0px 35px 0px rgba(54, 88, 225, 0.31);
  position: relative;
  border-radius: 50%;
}

.bk4 .swiper-container .swiper-button-next {
  position: absolute;
  right: 0;
  transform: rotate(180deg);
}

.bk4 .swiper-container .swiper-button-prev {
  position: absolute;
  right: 0;
}

.bk4 .swiper-container .swiper-button-prev::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../imgs/pc/strokeLeft.png");
  background-repeat: no-repeat;
  background-size: 100% 99.9%;
}

.bk4 .swiper-container .swiper-button-next::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../imgs/pc/strokeLeft.png");

  background-repeat: no-repeat;
  background-size: 100% 99.9%;
}

/* 版块5样式书写开始 */
.bk5 {
  width: 100%;
  padding-top: 74px;
  background-color: #ffffff;
  padding-bottom: 120px;
}

.bk5 .con {
  width: 1178px;
  margin: 0 auto;
  margin-bottom: 56px;
  margin-top: 73px;
}

.bk5 .con .top {
  width: 100%;
  height: 74px;
  background-color: #3f59d933;
  line-height: 74px;
  display: grid;
  grid-template-columns: 217px 1fr 1fr;
}

.bk5 .con .top span {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 26px;
  font-weight: 500;
  color: #333333;
}

.bk5 .con .mainBox {
  width: 100%;
  display: grid;
  grid-template-columns: 106px 1fr;
  margin-top: 5px;
  position: relative;
}

.bk5 .con .mainBox .left {
  background-color: #3f59d91e;
  height: 100%;
}

.bk5 .con .mainBox .right {
  padding-left: 5px;
  line-height: 32px;
}

.bk5 .con .mainBox .right .item {
  margin-bottom: 5px;
  display: grid;
  grid-template-columns: 106px 1fr 1fr;
  grid-column-gap: 5px;
}

.bk5 .con .mainBox .right .item .itemTitle {
  background-color: #3f59d91e;
}

.bk5 .con .mainBox .right .item .itemContent {
  background-color: #3f59d911;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 16px;
  text-align: left;
}

.bk5 .con .mainBox .itemContentR {
  width: 474px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.bk5 .con .mainBox .right .item .itemContent div {
  margin-left: -66px;
}

.bk5 .con .mainBox .right .item:last-child {
  margin-bottom: 0;
}


/* 版块6样式书写 */
.bk6 {
  /* display: none; */
  width: 100%;
  height: 884px;
  background-image: url("../imgs/pc/bklastBg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 77px;
}

.bk6 .con {
  width: 1178px;
  height: 438px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 72px;
  margin-bottom: 57px;

}

.bk6 .con .item {
  width: 360px;
  height: 438px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.bk6 .con .item .content {
  height: 366px;
  background-color: #3658e1;
  position: relative;
}

.bk6 .con .item .content .topBg {
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translate(-50%);
  width: 165px;
  height: 165px;
  background-color: #977efab6;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #977efa67;
  text-align: center;
  position: relative;
}

.bk6 .con .item .content .sTitle {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 30px;
  font-family: FZCQJW--GB1-0;
  font-size: 36px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #ffffff;
}

.bk6 .con .item .content .topBg .Ic {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bk6 .con .item:nth-child(1) .content .topBg .Ic {
  width: 100px;
  height: 101px;
}

.bk6 .con .item:nth-child(2) .content .topBg .Ic {
  width: 85px;
  height: 101px;
}

.bk6 .con .item:nth-child(3) .content .topBg .Ic {
  width: 89px;
  height: 104px;
}