.container {
  position: relative;
}

.p_desc {
  color: rgba(141, 141, 141, 1);
}

.banner {
  position: relative;
  height: 8.22rem;
  margin: .95rem 0 0 0;
  padding: 1.2rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .info {
  position: relative;
  width: 5.41rem;
}

.banner .info .desc {
  margin: .4rem 0 0 0;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  font-family: "Microsoft YaHei";
  line-height: 1.8;
}

.banner .img_box {
    width: 8rem;
}
.banner .img_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section_1 {
  padding: 1rem 1.4rem 1.6rem 1.4rem;
  position: relative;
}

.section_1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section_1 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_1 .top {
  text-align: center;
}

.section_1 .top .desc {
  width: 10.6rem;
  margin: .4rem auto .6rem auto;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  font-family: "Microsoft YaHei";
  line-height: 1.66;
}

.section_1 .box .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .4rem;
  margin-bottom: 1.4rem;
}

.section_1 .box .list .item {
  width: 7.95rem;
  padding: .5rem .4rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: .2rem;
  position: relative;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #E9E9E9;
  background: #FFF;
}

.section_1 .box .list .item:hover {
  border-color: transparent;
  background: #FFF;
  box-shadow: 0 0 .4rem 0 rgba(22, 83, 115, 0.10);
}

.section_1 .box .list .item .icons {
  position: absolute;
  bottom: .4rem;
  right: .4rem;
  width: .9rem;
  height: .9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_1 .box .list .item .title {
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  font-family: "Microsoft YaHei";
  line-height: 1.6;
}

.section_1 .box .list .item .desc {
  font-weight: 400;
  color: rgba(79, 96, 109, 1);
  font-family: "Microsoft YaHei";
  line-height: 1.6;
  width: 6.26rem;
}

.section_1 .box .list .item:hover .icons .normal,
.section_1 .box .list .item .icons .active {
  display: none;
}

.section_1 .box .list .item .icons .normal,
.section_1 .box .list .item:hover .icons .active {
  display: block;
}

.section_1 .box .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .9rem;
  margin: .8rem 0 0 0;
}

.section_1 .box .content .img_box {
  width: 6.04rem;
  height: 7.55rem;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.section_1 .box .content .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_1 .box .content .info_list {
  width: 9.46rem;
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

.section_1 .box .content .info_list .li {
  width: 100%;
  padding-bottom: .4rem;
  border-bottom: 1px solid rgba(232, 232, 232, 1);
}

.section_1 .box .content .info_list .li .title {
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  font-family: "Microsoft YaHei";
  line-height: 1.2;
}

.section_1 .box .content .info_list .li .desc {
  margin: .2rem 0 0 0;
  font-weight: 400;
  color: rgba(79, 96, 109, 1);
  font-family: "Microsoft YaHei";
  line-height: 1.35;

  display: flex;
  align-items: center;
  gap: .12rem;
}

.section_1 .box .content .info_list .li .desc .dot {
  width: .06rem;
  height: .06rem;
  border-radius: 50%;
  background: rgba(36, 145, 202, 1);
  flex-shrink: 0;
}

.section_1 .box .content .info_list .li .desc strong {
  color: rgba(51, 51, 51, 1);
  font-weight: 600;
}

.section_1 .box .content .info_list .li .desc span p a{
    color: #333;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 135% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-decoration: underline !important;
}

.section_5 {
  position: relative;
  padding: .8rem 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.section_5 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.section_5 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_5 .info .p_label {
  color: rgba(255, 255, 255, 1);
}

.section_5 .info .p_desc {
  color: rgba(242, 242, 242, 1);
}

.section_5 .info .desc {
  width: 4.76rem;
  font-weight: 400;
  font-family: 'Microsoft YaHei';
  color: rgba(255, 255, 255, 1);
  line-height: 1.66;
  margin: .37rem 0 0 0;
}

.section_5 form {
  width: 6.5rem;
  padding: .46rem .42rem;
  border-radius: .25rem;
  background: rgba(0, 0, 0, 0.27);
  backdrop-filter: blur(.1639rem);
}

.section_5 form .title {
  font-weight: 600;
  font-family: 'Microsoft YaHei';
  color: rgba(255, 255, 255, 1);
  line-height: 1.16;
  margin: 0 0 .4rem 0;
}

.section_5 form .form_box {
  flex-wrap: wrap;
  gap: .3rem;
  display: flex;
}

.section_5 form .form_box .form_item {
  width: 2.68rem;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.section_5 form .form_box .form_item input {
  width: 100%;
  height: .6rem;
  padding: 0;
  background-color: transparent;
  color: rgba(255, 255, 255, .4);
}

.section_5 form .form_box .form_item input::placeholder,
.section_5 form .form_box .form_item textarea::placeholder {
  color: rgba(255, 255, 255, .8);
}

.section_5 form .form_box .form_item.textarea {
  width: 100%;
  border-bottom: none;
}

.section_5 form .form_box .form_item textarea {
  width: 100%;
  padding: .18rem;
  background-color: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .8);
  border-radius: .1rem;
}

.section_5 form .p_btn {
  background: transparent;
  border-style: none;
  margin: .24rem auto 0 auto;
}

.section_5 form .p_btn .p_btn_span {
  border-style: none;
  background: rgba(36, 145, 202, 1);
  color: #fff;
}

.section_5 form .p_btn .p_btn_icon {
  border-style: none;
  background: rgba(36, 145, 202, 1);
}

.section_5 form .p_btn .p_btn_icon .active,
.section_5 form .p_btn:hover .p_btn_icon .active {
  display: block;
}

/* 勾选框样式 */
.section_5 .checkbox_group {
  margin: .3rem 0;
}

.section_5 .checkbox_item {
  margin-bottom: .2rem;
  display: flex;
  align-items: flex-start;
  gap: .15rem;
}

.section_5 .checkbox_item input[type="checkbox"] {
  margin-top: .05rem;
  width: .15rem;
  height: .15rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .7);
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}

.section_5 .checkbox_item input[type="checkbox"]:checked {
  background: rgba(36, 145, 202, 1);
  border: none;
}

.section_5 .checkbox_item input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 300;
  line-height: 1;
}

.section_5 .checkbox_item label {
  flex: 1;
  color: rgba(255, 255, 255, .8);
  line-height: 1.42;
  font-size: .18rem;
}


@media (max-width: 767px) {
    .banner {
        padding:  40px 20px 60px 20px ;
        height: auto;
        margin: 0;
        flex-direction: column-reverse;
        gap: 40px;
    }
    .banner .info {
        width: 100%;
    }
    .banner .info .title {
        text-align: center;
    }
    .banner .info .desc {
        width: 100%;
        font-size: 14px;
    }
    .banner .img_box {
        width: 100%;
        height: 66.13vw;
    }
    
    
    .section_1 {
        padding: 60px 20px;
    }
    .section_1 .top .desc {
        width: 100%;
        margin: 20px 0 32px 0;
    }
    .section_1 .box .content {
        flex-direction: column;
        gap: 30px;
    }
    .section_1 .box .content .info_list {
        width: 100%;
        gap: 24px;
    }
    .section_1 .box .list .item .title {
        transition: all .5s;
        font-size: 18px;
    }
    .section_1 .box .list .item:hover .title {
        color: rgba(36, 145, 202, 1);
    }
    .section_1 .box .list .item .desc {
        font-size: 14px;
        width: 100%;
        position: relative;
        z-index: 1;
    }
    
    .section_1 .box .content .img_box {
        width: 100%;
        height: 61.33vw;
        border-radius: 10px;
    }
    .section_1 .box .content .info_list .li .desc .dot {
        width: 5px;
        height: 5px;
        flex-shrink: 0;
    }
    .section_1 .box .content .info_list .li .title {
        font-size: 18px;
    }
    .section_1 .box .content .info_list .li .desc {
        font-size: 14px;
        margin: 12px 0 0 0;
        line-height: 1.7;
    }
    
    
    
    .section_5 {
        flex-direction: column;
        padding: 60px 20px 70px 20px;
        gap: 30px;
    }
    .section_5 .info .title {
        text-align: center;
    }
    .section_5 .info .desc {
        width: 100%;
        font-size: 14px;
        margin: 27px 0 0 0;
    }
    .section_5 form {
        padding: 32px 20px;
    }
    .section_5 form .title {
        font-size: 18px;
    }
    .section_5 form .form_box .form_item input,
    .section_5 form .form_box .form_item textarea{
        font-size: 13px;
    }
    .section_5 .checkbox_item label {
        font-size: 12px;
    }
    .section_5 .checkbox_item input[type="checkbox"] {
        width: 14px;
        height: 14px;
    }
    .section_5 form .p_btn .p_btn_span {
        font-size: 14px;
    }
}





















