body {
  background: #f5f5f5;
}
.public_max_width {
  max-width: 1400px;
  margin: 0 auto;
}

/* 头部 */
.header {
  width: 100%;
  height: 12rem;
}
.header .public_max_width {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.public_title {
  width: 100%;
  height: 9rem;
  line-height: 9rem;
  font-size: 3.2rem;
  color: #012037;
  padding: 0 0 0 3.6rem;
  position: relative;
}

.public_title::before {
  content: "";
  position: absolute;
  left: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 3.8rem;
  background: #f99140;
  border-radius: 0.4rem;
}

.public_title_small {
  width: 100%;
  font-size: 3.2rem;
  padding: 1.8rem 0;
  color: #012037;
  position: relative;
  border-bottom: 0.2rem solid #f99140;
}

.public_title_small::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10.9rem;
  height: 1.6rem;
  background: url(../images/title_after.png) no-repeat;
}
.content0 {
  width: 100%;
  margin-top: 3.4rem;
}
.content0 .public_max_width {
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  background: linear-gradient(#fff, transparent);
}
.content0 .list_card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
}
.content0 .list_card li {
  width: 23.5%;
  background: linear-gradient(#f4ede8, #bfe6f0);
  border-radius: 1rem;
  padding: 4.5rem 3rem 4.5rem 2.8rem;
}
.content0 .list_card li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content0 .list_card li a > img {
  width: 12.7rem;
  height: 10.1rem;
  object-fit: cover;
}
.content0 .list_card li a > p:nth-of-type(1) {
  color: #012037;
  font-size: 2.4rem;
  margin: 4rem 0;
  font-weight: bold;
  text-align: center;
}

.content0 .list_card li a > p:nth-of-type(2) {
  color: #012037;
  font-size: 1.8rem;
}

.content1 {
  width: 100%;
  padding: 4rem 0 2rem;
}
.content1 .public_max_width {
  width: 100%;
  background: #fff;
  border-radius: 1.6rem;
}
.content1 .list {
  width: 100%;
  padding: 0 3.6rem 3rem;
}
.content1 .list li {
  width: 100%;
}
.content1 .list li a {
  width: 100%;
  display: flex;
  margin: 4rem 0 6rem;
}

.content1 .list li a img {
  width: 60%;
  /* object-fit: contain; */
  border-radius: 1.6rem;
}
.content1 .list_message {
  width: 50%;
}
.content1 .list_message dd {
  width: 70%;
  margin: 0 auto 6rem auto;
}
.content1 .list_message dd:last-child {
  margin: 0 auto;
}
.content1 .list_message h6 {
  font-size: 3rem;
  color: #f99140;
}
.content1 .list_message p {
  color: #606060;
  font-size: 2.4rem;
}
.content1 .list_message .tit {
  font-weight: bold;
  margin: 2rem 0 0;
}

.content2 .public_max_width img {
  width: 100%;
}

.content3 {
  width: 100%;
  padding: 2rem 0 4rem;
}
.content3 .public_max_width {
  width: 100%;
  background: #fff;
  border-radius: 1.6rem;
  overflow: hidden;
}

.content3 .public_title_small {
  width: calc(100% - 7.2rem);
  margin: 0 3.6rem 5rem;
}

.content3 .list_num {
  width: calc(100% - 7.2rem);
  margin: 0 3.6rem 4rem;
  padding: 4rem 0 2.6rem;
  background: #e7f9fd;
  border-radius: 1.6rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.content3 .list_num li {
  border-right: 1px solid #3f6772;
  padding: 1.5rem 2.4rem 1.8rem 3.6rem;
}

.content3 .list_num li:last-child {
  border-right: none;
}
.content3 .list_num li .tit {
  position: relative;
  margin-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content3 .list_num li .tit img {
  width: 7.7rem;
}
.content3 .list_num li .tit p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.1rem;
  color: #1d2022;
  white-space: nowrap;
}

.content3 .list_num li > p {
  text-align: center;
  color: #6b7271;
  font-size: 1.8rem;
  line-height: 3.1rem;
  white-space: nowrap;
}

.content4 {
  width: 100%;
  padding: 2rem 0 4rem;
}
.content4 .public_max_width {
  width: 100%;
  background: #fff;
  border-radius: 1.6rem;
  overflow: hidden;
}
.content4 .list_image {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 3.6rem 4rem;
}
.content4 .list_image li {
  width: 48.5%;
  display: flex;
  margin-bottom: 4rem;
}
.content4 .list_image li a {
  display: flex;
}
.content4 .list_image .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f4f7ff;
  border-radius: 1.6rem 0 0 1.6rem;
  padding: 0 1.8rem;
}
.content4 .list_image .left .title {
  position: relative;
  margin: 2rem 0 0 0;
}
.content4 .list_image .left h5 {
  color: #d1e0f5;
  font-size: 6.6rem;
}
.content4 .list_image .left h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #1d2022;
  font-size: 2.6rem;
  white-space: nowrap;
}
.content4 .list_image .left p {
  color: #6b7271;
  font-size: 1.8rem;
  white-space: nowrap;
}
.content4 .list_image .right {
  display: flex;
  flex-direction: column;
  background: #3f6975;
  border-radius: 0 1.6rem 1.6rem 0;
  padding: 3rem 2.4rem 1.6rem 2.6rem;
}
.content4 .list_image .right h6 {
  color: #f5f5f5;
  font-size: 2.2rem;
  padding: 0 0 0 1rem;
}
.content4 .list_image .right p {
  font-size: 1.8rem;
  color: #b1bdc1;
  padding: 0 0 0 1rem;
  overflow: hidden;
}

.content4 .list_image .right .tit {
  margin: 2.4rem 0 0;
  padding: 0;
}
.content4 .list_image .right button {
  color: #3f6975;
  float: right;
  background: #fff;
  padding: 1rem;
  border-radius: 2.4rem;
  border: none;
  margin: 3rem 0 0;
}
.content5 {
  width: 100%;
  padding: 2rem 0 4rem;
}
.content5 .public_max_width {
  width: 100%;
  background: #fff;
  border-radius: 1.6rem;
  overflow: hidden;
}
.content5 .list_image {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 3.6rem 2rem;
}
.content5 .list_image li {
  width: 100%;
  display: flex;
  margin-bottom: 4rem;
}
.content5 .list_image li a {
  width: 100%;
  display: flex;
}
.content5 .list_image .left {
  width: 30%;
  min-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f5cbab;
  border-radius: 1.6rem 0 0 1.6rem;
  padding: 3.6rem 0;
}

.content5 .list_image .left h5 {
  color: #1d2022;
  font-size: 2.6rem;
  line-height: 4rem;
  margin: 3rem 0 0.5rem;
  white-space: nowrap;
}
.content5 .list_image .left h6 {
  color: #1d2022;
  font-size: 2.4rem;
  line-height: 4rem;
  white-space: nowrap;
}
.content5 .list_image .left p {
  color: #1d2022;
  font-size: 1.8rem;
  white-space: nowrap;
}
.content5 .list_image .right {
  width: 85%;
  display: flex;
  flex-direction: column;
  background: #3f6975;
  border-radius: 0 1.6rem 1.6rem 0;
  padding: 4.5rem 4rem 4rem;
}

.content5 .list_image .right p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #b1bdc1;
  overflow: hidden;
  margin: 5rem 0 0;
  padding: 0 0 0 1rem;
}

.content5 .list_image .right .tit {
  margin: 0 0 1.6rem;
  color: #f5f5f5;
  font-size: 2.2rem;
  font-weight: 500;
  transform: translateX(-0.5rem);
}

.content5 .list_image .right .tit_padding {
  display: inline-block;
  padding: 0 0 0 1rem;
}

.content6 {
  width: 100%;
  padding: 2rem 0 4rem;
}

.content6 .public_max_width {
  width: 100%;
  background: #fff;
  border-radius: 1.6rem;
  overflow: hidden;
}

.content6 .body_content {
  display: flex;
  /* flex-wrap: wrap; */
  padding: 2rem 3rem 4.4rem 2.6rem;
}

.content6 .list_card {
  padding: 0 0 0 2.4rem;
  display: flex;
  flex-wrap: wrap;
}

.content6 .list_card li {
  width: calc(33% - 0.5rem);
  display: flex;
  border-radius: 1.6rem;
  background: linear-gradient(#fbfcfe, #e5e9f8);
  border: 1px solid #eaedf9;
  margin: 0 0.5rem 0.4rem 0;
}
.content6 .list_card li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem 1.6rem 1.6rem;
}
.content6 .list_card h6 {
  color: #1f2121;
  font-size: 2.4rem;
  margin: 0 0 1.6rem;
  white-space: nowrap;
}
.content6 .list_card p {
  color: #818181;
  font-size: 1.6rem;
  line-height: 2.5rem;
  /* white-space: nowrap; */
}

.content7 {
  width: 100%;
}

.content7 .public_max_width {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* 底部pc端样式 */
.footer {
  width: 100%;
  padding: 5.6rem 0;
  background: #231f20;
}

.footer .title {
  font-size: 3.2rem;
  color: #f5f5f5;
  white-space: nowrap;
}
.footer .wx {
  display: flex;
  justify-content: flex-end;
  /*align-items: flex-end;*/
  margin: 6.4rem 0 0;
}

.footer .wx .text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer .wx p {
  text-align: right;
  font-size: 2.4rem;
  color: #f5f5f5;
  margin-right: 4.5rem;
}
.footer .wx .bottom p:nth-of-type(1) {
  font-size: 3rem;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.dialog .dialog-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  border-radius: 1.6rem;
  position: relative;
  padding: 4.5rem 4.8rem;
}

.dialog .dialog-body .dialog-close {
  content: "";
  z-index: 9999;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.dialog .dialog-body p {
  text-align: right;
  font-size: 1.6rem;
  color: #1d2022;
}
.dialog .dialog-body p:nth-of-type(1) {
  font-size: 2rem;
  line-height: 4rem;
}