body {
  font-family: "PingFang SC", "Source Sans Pro", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  background: #F5F7FA;
}
img,
video {
  max-width: 100%;
}
a:hover,
a:focus {
  text-decoration: none;
}
.m {
  display: none !important;
}
@media (max-width: 1000px) {
  .m {
    display: block !important;
  }
}
@media (max-width: 1000px) {
  .pc {
    display: none;
  }
}
h1,
h2,
h3,
h4,
h5,
p {
  margin-top: 0;
  margin-bottom: 0;
}
.box12 {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .box12 {
    width: 100%;
    overflow-x: hidden;
  }
}
@media (max-width: 1000px) {
  .banner {
    margin-top: 0px;
  }
}
section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1000px) {
  section {
    padding: 25px 15px;
  }
}
.title {
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .title {
    margin-bottom: 20px;
  }
}
.title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
  color: #EB3340;
}
@media (max-width: 1000px) {
  .title h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.title h2 img {
  max-width: 93px;
  margin-right: 13px;
}
@media (max-width: 1000px) {
  .title h2 img {
    width: 47px;
    margin-right: 6px;
  }
}
.title p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-top: 18px;
  color: #EB3340;
}
@media (max-width: 1000px) {
  .title p {
    font-size: 12px;
    line-height: 19px;
    width: 85%;
    margin: 10px auto 0;
  }
}
.xhs {
  padding-top: 80px;
}
@media (max-width: 1000px) {
  .xhs {
    padding-top: 40px;
  }
}
.xhs .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 64px;
}
@media (max-width: 1000px) {
  .xhs .list {
    padding-top: 35px;
  }
}
.xhs .list .item {
  width: calc((100% - 64px) / 3);
  height: 280px;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.12);
  position: relative;
  text-align: center;
  padding-top: 130px;
  margin-bottom: 124px;
}
@media (max-width: 1000px) {
  .xhs .list .item {
    width: calc((100% - 19px) / 2);
    padding-top: 50px;
    height: auto;
    margin-bottom: 50px;
    padding-bottom: 25px;
  }
  .xhs .list .item:nth-of-type(5),
  .xhs .list .item:nth-of-type(6) {
    margin-bottom: 0 !important;
  }
}
.xhs .list .item.mb0 {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .xhs .list .item.mb0 {
    margin-bottom: 50px;
  }
}
.xhs .list .item img {
  max-width: 153px;
  top: -65px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1000px) {
  .xhs .list .item img {
    width: 75px;
    top: -33px;
  }
}
.xhs .list .item h4 {
  font-size: 24px;
  font-weight: 500;
  color: #1A253B;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .xhs .list .item h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.xhs .list .item p {
  font-size: 20px;
  font-weight: 500;
  color: #1A253B;
}
@media (max-width: 1000px) {
  .xhs .list .item p {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  .zcj {
    padding-bottom: 10px;
  }
}
.zcj .top {
  display: flex;
  justify-content: space-between;
  align-items: unset;
}
@media (max-width: 1000px) {
  .zcj .top {
    flex-wrap: wrap;
  }
}
.zcj .top .item {
  width: 286px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .zcj .top .item {
    order: 2;
    width: calc((100% - 19px) / 2);
  }
}
.zcj .top .item .box {
  height: 153px;
  border-radius: 12px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 2px solid #FC2544;
  text-align: center;
  padding-top: 23px;
}
@media (max-width: 1000px) {
  .zcj .top .item .box {
    padding: 12px 0;
    height: auto;
    margin-bottom: 17px;
  }
}
.zcj .top .item .box h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #FC2544;
}
@media (max-width: 1000px) {
  .zcj .top .item .box h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.zcj .top .item .box span {
  width: 80px;
  height: 2px;
  border-radius: 4px;
  background: #FC2544;
  display: block;
  margin: 8px auto;
}
@media (max-width: 1000px) {
  .zcj .top .item .box span {
    width: 40px;
    height: 1px;
    margin: 5px auto;
  }
}
.zcj .top .item .box p {
  font-size: 18px;
  line-height: 24px;
  color: #4E5D78;
}
@media (max-width: 1000px) {
  .zcj .top .item .box p {
    font-size: 12px;
    line-height: 18px;
  }
}
.zcj .top > img {
  width: 348px;
}
@media (max-width: 1000px) {
  .zcj .top > img {
    width: 100%;
    order: 1;
    margin-bottom: 17px;
  }
}
.zcj .dda {
  width: 776px;
  margin: 17px auto;
  display: block;
}
@media (max-width: 1000px) {
  .zcj .dda {
    display: none;
  }
}
.zcj .bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .zcj .bottom {
    flex-wrap: wrap;
    align-items: unset;
  }
}
.zcj .bottom .item {
  width: calc((100% - 60px) / 4);
  height: 340px;
  border-radius: 12px;
  background: #FC2544;
  padding-top: 32px;
  padding-left: 36px;
  padding-right: 36px;
  text-align: center;
}
@media (max-width: 1000px) {
  .zcj .bottom .item {
    width: calc((100% - 19px) / 2);
    margin-bottom: 17px;
    padding: 20px 10px 15px;
    height: auto;
  }
}
.zcj .bottom .item img {
  width: 82px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .zcj .bottom .item img {
    width: 41px;
    margin-bottom: 10px;
  }
}
.zcj .bottom .item h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (max-width: 1000px) {
  .zcj .bottom .item h5 {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.zcj .bottom .item p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .zcj .bottom .item p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 1000px) {
  .wfdy {
    padding-bottom: 10px;
  }
}
.wfdy .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wfdy .list .item {
  width: calc((100% - 52px) / 5);
  height: 190px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px 0px rgba(12, 44, 69, 0.13);
  margin-bottom: 32px;
  text-align: center;
  padding-top: 47px;
}
@media (max-width: 1000px) {
  .wfdy .list .item {
    width: calc((100% - 24px) / 3);
    margin-bottom: 15px;
    height: auto;
    padding: 20px 0;
  }
}
.wfdy .list .item.mb0 {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .wfdy .list .item.mb0 {
    margin-bottom: 15px;
  }
}
.wfdy .list .item img {
  height: 52px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .wfdy .list .item img {
    height: 28px;
    margin-bottom: 15px;
  }
}
.wfdy .list .item p {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
@media (max-width: 1000px) {
  .wfdy .list .item p {
    font-size: 12px;
  }
}
.kolqc .box {
  display: flex;
  justify-content: space-between;
  align-items: unset;
}
@media (max-width: 1000px) {
  .kolqc .box {
    flex-wrap: wrap;
  }
}
.kolqc .box .left {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .kolqc .box .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.kolqc .box .left .item {
  width: 190px;
  margin-right: 15px;
}
.kolqc .box .left .item:last-of-type {
  margin-right: 0;
}
.kolqc .box .left .item .da {
  width: 100%;
  height: 190px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px 0px rgba(12, 44, 69, 0.13);
  padding-top: 22px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .kolqc .box .left .item .da {
    padding: 15px 0;
    height: auto;
  }
}
.kolqc .box .left .item .da.mb0 {
  margin-bottom: 0;
}
.kolqc .box .left .item .da img {
  width: 106px;
  display: block;
  margin: 0 auto 14px;
}
@media (max-width: 1000px) {
  .kolqc .box .left .item .da img {
    width: 53px;
  }
}
.kolqc .box .left .item .da p {
  width: 110px;
  line-height: 32px;
  border-radius: 80px;
  background: #FC2544;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .kolqc .box .left .item .da p {
    width: 80px;
    line-height: 28px;
    font-size: 12px;
  }
}
.kolqc .box .left .item .xhss {
  width: 102px;
  display: block;
  margin: 54px auto;
}
@media (max-width: 1000px) {
  .kolqc .box .left .item .xhss {
    width: 70px;
    display: block;
    margin: 25px auto;
  }
}
.kolqc .box .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .kolqc .box .right {
    width: 100%;
    flex-direction: row;
  }
}
.kolqc .box .right .item {
  width: 330px;
  height: 180px;
  border-radius: 12px;
  background: #EB3340;
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 1000px) {
  .kolqc .box .right .item {
    width: calc((100% - 20px) / 3);
  }
}
.kolqc .box .right .item img {
  width: 82px;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .kolqc .box .right .item img {
    width: 40px;
  }
}
.kolqc .box .right .item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .kolqc .box .right .item p {
    font-size: 12px;
    line-height: 18px;
  }
}
.fn .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-image: url(/wp-content/themes/module/image/section04-4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 102px;
}
@media (max-width: 1000px) {
  .fn .list {
    background-image: none;
  }
}
.fn .list .item {
  width: 425px;
  height: 148px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #FC2544;
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
  position: relative;
}
@media (max-width: 1000px) {
  .fn .list .item {
    width: 100%;
    margin-bottom: 12px;
    height: 74px;
    overflow: hidden;
  }
}
.fn .list .item:after {
  content: "";
  position: absolute;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .fn .list .item:after {
    display: none;
  }
}
.fn .list .item.m0 {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .fn .list .item.m0 {
    margin-bottom: 12px;
  }
}
.fn .list .item:nth-of-type(1) {
  order: 1;
}
@media (max-width: 1000px) {
  .fn .list .item:nth-of-type(1) {
    order: 1;
  }
}
.fn .list .item:nth-of-type(1):after {
  width: 67px;
  height: 66px;
  background-image: url(/wp-content/themes/module/image/jt01.png);
  left: 50%;
  transform: translateX(-50%);
  bottom: -105px;
}
.fn .list .item:nth-of-type(2) {
  order: 3;
}
@media (max-width: 1000px) {
  .fn .list .item:nth-of-type(2) {
    order: 2;
  }
}
.fn .list .item:nth-of-type(2):after {
  height: 66px;
  width: 66px;
  background-image: url(/wp-content/themes/module/image/jt02.png);
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: -105px;
}
.fn .list .item:nth-of-type(3) {
  order: 4;
}
@media (max-width: 1000px) {
  .fn .list .item:nth-of-type(3) {
    order: 3;
  }
}
.fn .list .item:nth-of-type(3):after {
  width: 67px;
  height: 66px;
  background-image: url(/wp-content/themes/module/image/jt01.png);
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  top: -105px;
}
.fn .list .item:nth-of-type(4) {
  order: 2;
}
@media (max-width: 1000px) {
  .fn .list .item:nth-of-type(4) {
    order: 4;
  }
}
.fn .list .item:nth-of-type(4):after {
  height: 66px;
  width: 66px;
  background-image: url(/wp-content/themes/module/image/jt02.png);
  top: 50%;
  transform: translateY(-50%);
  left: -105px;
}
.fn .list .item .num {
  width: 51px;
  height: 100%;
  font-size: 30px;
  background: #FC2544;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 148px;
  text-align: center;
}
@media (max-width: 1000px) {
  .fn .list .item .num {
    font-size: 20px;
    line-height: 74px;
  }
}
.fn .list .item .txt {
  width: 475px;
  padding: 19px;
}
@media (max-width: 1000px) {
  .fn .list .item .txt {
    padding: 8px;
  }
}
.fn .list .item .txt h3 {
  font-size: 24px;
  font-weight: 600;
  color: #FC2544;
  line-height: 33px;
  margin-bottom: 6px;
  display: inline;
  position: relative;
  z-index: 3;
}
@media (max-width: 1000px) {
  .fn .list .item .txt h3 {
    font-size: 16px;
    line-height: 16px;
  }
}
.fn .list .item .txt h3:after {
  content: "";
  display: block;
  width: 102%;
  height: 18px;
  background: #FFCBCF;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: -1;
}
@media (max-width: 1000px) {
  .fn .list .item .txt h3:after {
    height: 10px;
  }
}
.fn .list .item .txt p {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 33px;
}
@media (max-width: 1000px) {
  .fn .list .item .txt p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
}
.hlzc .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 64px;
}
@media (max-width: 1000px) {
  .hlzc .list {
    padding-top: 35px;
  }
}
.hlzc .list .item {
  width: calc((100% - 64px) / 3);
  height: 280px;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px -4px rgba(0, 0, 0, 0.12);
  position: relative;
  text-align: center;
  padding-top: 130px;
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .hlzc .list .item {
    width: calc((100% - 19px) / 2);
    padding-top: 50px;
    height: auto;
    margin-bottom: 50px;
    padding-bottom: 25px;
  }
  .hlzc .list .item:nth-of-type(3),
  .hlzc .list .item:nth-of-type(4) {
    margin-bottom: 20px !important;
  }
}
.hlzc .list .item.mb0 {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .hlzc .list .item.mb0 {
    margin-bottom: 50px;
  }
}
.hlzc .list .item img {
  max-width: 153px;
  top: -65px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1000px) {
  .hlzc .list .item img {
    width: 75px;
    top: -33px;
  }
}
.hlzc .list .item h4 {
  font-size: 24px;
  font-weight: 500;
  color: #1A253B;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .hlzc .list .item h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.hlzc .list .item p {
  font-size: 20px;
  font-weight: 500;
  color: #1A253B;
}
@media (max-width: 1000px) {
  .hlzc .list .item p {
    font-size: 12px;
  }
}
.bgl .box {
  display: flex;
  align-items: unset;
  justify-content: space-between;
}
.bgl .box img {
  width: 200px;
}
@media (max-width: 1000px) {
  .bgl .box img {
    width: 110px;
    order: 1;
  }
}
.bgl .box .left {
  width: 532px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .bgl .box .left {
    width: calc(100% - 120px);
    order: 2;
  }
}
.bgl .box .left .item {
  width: 100%;
  height: 126px;
  border-radius: 12px;
  background: #EB3340;
  padding: 18px 32px;
}
@media (max-width: 1000px) {
  .bgl .box .left .item {
    padding: 9px 16px;
    height: auto;
  }
}
.bgl .box .left .item h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
@media (max-width: 1000px) {
  .bgl .box .left .item h4 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 18px;
  }
}
.bgl .box .left .item p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #FFFFFF;
}
@media (max-width: 1000px) {
  .bgl .box .left .item p {
    font-size: 12px;
    line-height: 16px;
  }
}
.hz {
  padding-bottom: 78px;
}
@media (max-width: 1000px) {
  .hz {
    padding-bottom: 29px;
  }
}
.hz .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hz .list img {
  width: 149px;
  margin-bottom: 22px;
}
@media (max-width: 1000px) {
  .hz .list img {
    width: calc((100% - 33px) / 4);
    margin-bottom: 11px;
  }
}
.yw {
      padding-top: 468px;
    padding-bottom: 50px;
  background-image: url(/wp-content/themes/module/image/yw.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1000px) {
  .yw {
    background-image: url(/wp-content/themes/module/image/yw-m.png);
    padding-top: 229px;
    padding-bottom: 50px;
  }
}
.yw .txt {
  text-align: center;
}
.yw .txt h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0px;
  color: #EB3340;
  margin-bottom: 18px;
}
@media (max-width: 1000px) {
  .yw .txt h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    color: #EB3340;
    margin-bottom: 8px;
  }
}
.yw p {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0px;
  color: #EB3340;
  margin-bottom: 27px;
}
@media (max-width: 1000px) {
  .yw p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.yw a {
  display: block;
  width: 320px;
  border-radius: 40px;
  background: #EB3340;
  font-size: 24px;
  font-weight: 600;
  line-height: 62px;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0 auto;
}
.yw a:hover {
  background: #C10012;
}
.yw a:focus {
  background: #960014;
}
@media (max-width: 1000px) {
  .yw a {
    width: 75%;
    font-size: 12px;
    line-height: 36px;
  }
}

.fssdd{
    line-height: 40px;
    background: rgba(15,22,38);
    
}
.fssdd p{
    color: #fff;
font-size: 14px;
    text-align: center;
}