html body {
  font-size: 0.95238vw;
  width: 100%;
}

/* 头部背景*/
.field {
  height: auto;
  width: 100%;
  /* background-color: red; */
}

#main-header {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(20px);
}

.mainbg {
  width: 100%;
  height: 320px;
  background: url(https://aliyunoss.anjielaw.com/20231026/%E7%BD%91%E7%AB%99%E5%BE%85%E5%8A%9E%2Bbanner%E6%9B%B4%E6%96%B0/1.%E4%B8%93%E4%B8%9A%E9%A2%86%E5%9F%9F.png) no-repeat;
  background-position-y: 50%;
  background-size: cover;
  /* background-size: cover; */
}

.submainbg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}

.submainbg p {
  font-size: 56px;
  /* font-family: PingFangSC-Semibold, PingFang SC; */
  /* font-family: PingFang SC; */
  font-weight: 600;
  color: #ffffff;
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
      margin: 0;
      line-height: 78px;

}

.t-img {
  /* transform: scale(0.5);
  left: 20px; */
  position: relative;
  /* width: 297px; */
  width: auto;
  height: 100px;
  transform: scale(1);
  left: 0;
  top: 20px;
}

.fieldtitle {
  display: flex;
  justify-content: center;
  font-size: 18px;
  /* font-family: PingFangSC-Regular, PingFang SC; */
  font-weight: 400;
  color: #000000;
  margin-top: 43px;
  cursor: pointer;
}

.fieldtitle img {
  /* transform: scale(0.4);
  position: relative;
  top: -2px; */
  width: 10px;
  height: 16px;
  position: relative;
  top: 4px;
}

.fieldtitle span {
  margin: 0 56px;
}

/* 领域小盒子 */
.filedboxs {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  margin-bottom: 100px;
  margin-top: 20px;
}
.filedboxs a:not(:nth-child(3n+1)){

    margin-left:20px
}
/* 标题 */
.boldspan {
  font-size: 22px;

  font-weight: 600;
  color: #000000;
  /* position: relative;
  top: -4px; */
}

/*去除a标签下划线*/
a {
  text-decoration: none;
}

/*去除未被访问的a标签的下划线*/
a:link {
  text-decoration: none !important;
}

/*去除已经被访问过的a标签的下划线*/
a:visited {
  text-decoration: none !important;
}

/*去除鼠标悬停时的a标签的下划线*/
.filedboxs a:hover {
  text-decoration: none !important;
  color: #000000 !important;
}

/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
  text-decoration: none !important;
}

/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
  text-decoration: none !important;
}

.filedbox {
  width: 380px;
  height: 100px;

  /* background: url(http://aliyunoss.anjielaw.com/images/uicon/lybg.png) no-repeat; */
  background-size: 100% 100%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  /* font-family: PingFangSC-Medium, PingFang SC; */
  font-weight: 500;
  color: #000000;
  margin-top: 20px;

  border-radius: 4px;
  cursor: pointer;
  transition: all 0.8s;
  text-align: center;
}

.filedbox:hover {
  background-color: #f2f2f2;
}

.fieldtitle span:hover {
  font-weight: 600;
}

#ywbox {
  transition: all 0.5s;
}

#hybox {
  display: none;
  transition: all 0.5s;
}

/* 标准 */
@media (min-width: 1280px) and (max-width: 1920px) {
  .submainbg{
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;

  }
  .t-img {
    /* width: 297px; */
    width: auto;
    height: 100px;
    transform: scale(1);
    left: 0;
    top: 0;

  }

  .submainbg p {
left: 0;
top: 0;
padding: 0;
    margin: 0;
    line-height: 78px;
    font-size: 56px;
  }

  .boldspan {

    font-size: 22px;
  }

  .fieldtitle img {
    height: 16px;
    width: 10px;
  }

  .fieldtitle {
    font-size: 18px;
    line-height: 24px;

  }

  .filedbox {
    width: 380px;
    font-size: 22px;

    font-weight: 500;
  }
}

/* 移动、pad公共 */
@media (max-width: 1279px) {
  .mainbg {
    height: 160px;
  }
  .submainbg{
    padding-bottom: 10px;
  }
  .submainbg p {
    line-height: normal;
       font-size: 20px;
     }
     .t-img {
       top: 0px;
      width: auto;
      height: 30px;
       left: 0px;
     }
  .boldspan {
    font-size: 14px;

  }

  .fieldtitle {
    margin-top: 20px;
    font-size: 14px;
  }

  .fieldtitle span{
    margin: 0 14px;
  }
  .fieldtitle img{
    width: 5px;
    height: 8px;
    top: 7px;
  }
  .filedboxs {
    margin-top: 0;
      justify-content: space-between;
  }

  .filedbox {
    width: 46%;
    height: 50px;
    font-size: 12px;
  }
    .filedboxs a:not(:nth-child(3n+1)){

        margin-left:0px
    }
}
