.container {
  position: relative;

}

.banner {
  width: 100%;
  position: relative;
  height: 6.3rem;
  padding: 1.2rem 1.3rem;
}

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

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

.content .top {
  margin: 1.54rem 1.3rem;
  display: flex;
  gap: .5rem;
}

.content .top .label {
  width: 5.3rem;
}

.content .top .label .title {
  font-weight: 400;
  font-family: 'Microsoft YaHei';
  line-height: .76rem;
  color: rgba(51, 51, 51, 1);
  display: block;
}

.content .top .label .desc {
  font-weight: 400;
  font-family: 'Microsoft YaHei';
  line-height: .36rem;
  color: rgba(51, 51, 51, 1);
  margin: .4rem 0 0 0;
  display: block;
  text-align: justify;
}

.content .top .boxs {
  flex: 1;
  display: flex;
  gap: .3rem;
}

.content .top .boxs .box {
  background: rgba(247, 248, 251, 1);
  border-radius: .1rem;
  padding: .6rem .36rem;
}

.content .top .boxs .box .icon {
  width: .6rem;
  height: .6rem;
}

.content .top .boxs .box .name {
  font-weight: 400;
  font-family: 'Microsoft YaHei';
  line-height: .36rem;
  color: rgba(51, 51, 51, 1);
  margin: .68rem 0 .32rem 0;
  display: block;
}

.content .top .boxs .box .desc {
  display: block;
  font-weight: 400;
  font-family: 'Microsoft YaHei';
  /*line-height: .3rem;*/
  line-height: .36rem;
  color: rgba(102, 102, 102, 1);
  text-align: justify;
}

.content .main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5.6rem;
}

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

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

.content .main .label span {
  font-weight: 400;
  font-family: 'Microsoft YaHei';
  line-height: .76rem;
  color: rgba(51, 51, 51, 1);
}

.content .main .menu {
    position: absolute;
    top: 4.9rem;
    left: 1.3rem;
    right: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: .66rem;
  border-radius: .1rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 .17rem .867rem 00 rgba(0, 78, 139, 0.08);
  padding: .7rem .3rem;
}

.content .main .menu .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 4.87rem;
  gap: .24rem;
}

.content .main .menu .item .icon {
  width: .5rem;
  height: .5rem;
}

.content .main .menu .item .name {
  font-weight: 400;
  font-family: 'Microsoft YaHei';
  line-height: 130%;
  color: rgba(51, 51, 51, 1);
}

.content .bottom {
  margin: 4.77rem 1.3rem 1.4rem 1.3rem;
}

.content .bottom .p_label {
  text-align: center;
}

.content .bottom .boxs {
  display: flex;
  gap: .4rem;
  margin: .7rem 0 0 0;
}

.content .bottom .boxs .box {
  position: relative;
  width: 8.1rem;
  height: 5.2rem;
  border-radius: .2rem;
  overflow: hidden;
  padding: .7rem .49rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
}

.content .bottom .boxs .box .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}

.content .bottom .boxs .box .name {
  font-weight: 400;
  font-family: 'Microsoft YaHei';
  line-height: .42rem;
  color: rgba(51, 51, 51, 1);
}

.content .bottom .boxs .box .desc {
  font-weight: 300;
  font-family: 'Microsoft YaHei';
  line-height: .18rem;
  color: rgba(51, 51, 51, 1);
  margin: .2rem 0 .6rem 0;
}


@media (max-width: 767px) {
    .banner {
        height: 50.66vw;
    }
    .content .top {
        margin: 40px 20px;
        flex-direction: column;
    }
    .content .top .label {
        width: 100%;
    }
    .content .top .label .desc {
        margin: 10px 0 0 0;
        font-size: 16px;
    }
    .content .top .label .title {
        font-size: 23px;
    }
    .content .top .boxs {
        flex-direction: column;
    }
    .content .top .boxs .box .name {
            margin: 16px 0 8px 0;
            font-size: 14px;
    }
    .content .top .boxs .box .desc {
        font-size: 12px;
    }
    .content .top .boxs .box {
        padding: 24px 20px;
    }
    .content .main .menu {
        left: 20px;
        right: 20px;
    }
    .content .main .menu .item {
        width: 20.66vw;
    }
    .content .main .menu .item .name {
        font-size: 13px;
    }
    .content .bottom {
        margin: 4.77rem 20px 1.4rem 20px;
    }
    .content .bottom .boxs {
        gap: 15px;
    }
    .content .bottom .boxs .box {
        height: auto;
        padding: 15px 10px;
        justify-content: start;
    }
    .content .bottom .boxs .box .desc {
        font-size: 12px;
        line-height: 1.2;
        height: .36rem;
    }
    .content .bottom .boxs .box .name {
        font-size: 18px;
    }
    .content .bottom .boxs .box .icon {
        height: 3rem;
        border-radius: .2rem;
        margin: 0 0 .3rem 0;
        position: relative;
        left: unset;
        top: unset;
    }
}














