@charset "UTF-8";
@font-face {
  font-family: "Alibaba AlbbBold";
  src: url("../fonts/Alibaba-PuHuiTi-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alibaba AlbbHeavy";
  src: url("../fonts/Alibaba-PuHuiTi-Heavy.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alibaba AlbbLight";
  src: url("../fonts/Alibaba-PuHuiTi-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alibaba AlbbMedium";
  src: url("../fonts/Alibaba-PuHuiTi-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alibaba PuHuiTi";
  src: url("../fonts/Alibaba-PuHuiTi-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
.hrp2-top {
  height: 500px;
  background-color: #082766;
  text-align: center;
  margin: 0 auto;
}
.hrp2-top img {
  width: 1920px;
  height: 500px;
}

.td {
  width: 1200px;
  margin: auto;
}
.td .title {
  margin-top: 50px;
  font-family: Alibaba PuHuiTi;
  font-size: 40px;
  font-weight: 500;
  line-height: 54.88px;
  text-align: center;
  color: #2F65CC;
}
.td .title .titleimg {
  margin: 0 20px;
}
.td .dtbj {
  height: 280px;
  background: linear-gradient(to top, #f0f5ff 0%, #ffffff 100%);
}
.td .content {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.td .content .item {
  box-shadow: 0px 0px 5px #bbb9b9;
  margin: 10px;
  width: 272px;
  height: 380px;
  background: url(./../imgs/hrp2/title-bj.png) no-repeat center center;
  position: relative;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.td .content .item .td-img {
  position: relative;
  left: 0;
  right: 0;
  top: -65px;
  bottom: 0;
  margin: 0 auto;
  width: 146px;
  height: 146px;
}
.td .content .item .td-title {
  font-family: Alibaba PuHuiTi;
  font-size: 24px;
  font-weight: 500;
  line-height: 32.93px;
  letter-spacing: -0.05em;
  text-align: center;
  color: #333333;
}
.td .content .item .td-content {
  font-family: Alibaba PuHuiTi;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #666666;
  padding: 10px;
}

.dtbj {
  height: 280px;
  background: linear-gradient(to top, #f0f5ff 0%, #ffffff 100%);
}
.dtbj .title {
  width: 1200px;
  margin: auto;
  margin-top: 50px;
  font-family: Alibaba PuHuiTi;
  font-size: 40px;
  font-weight: 500;
  line-height: 54.88px;
  text-align: center;
  color: #2F65CC;
}
.dtbj .title .titleimg {
  margin: 0 20px;
}
.dtbj .td-p {
  width: 1200px;
  margin: auto;
  text-indent: 50px;
  font-family: Alibaba PuHuiTi;
  font-size: 24px;
  font-weight: 400;
  line-height: 32.93px;
  text-align: left;
  color: #333333;
  margin-top: 50px;
  padding: 0 20px;
}

.fa-content {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.fa-content .fa {
  width: 100%;
  font-family: Alibaba PuHuiTi;
  font-size: 24px;
  font-weight: 400;
  line-height: 56px;
  text-align: center;
  height: 56px;
  background-image: linear-gradient(to right, white, #dbe6fd 50%, white);
}
.fa-content .fa-img {
  margin-top: 30px;
  width: 1200px;
}
.fa-content .fa-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.fa-content .fa-ul li {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 8px #bbb9b9;
  width: 540px;
  font-family: Alibaba PuHuiTi;
  font-size: 24px;
  font-weight: 400;
  line-height: 32.93px;
  text-align: left;
  background: #F5F9FF;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
}
.fa-content .fa-ul li:before {
  content: "";
  display: inline-block;
  width: 24px; /* 图标宽度 */
  height: 24px; /* 图标高度 */
  background-image: url(./../imgs/hrp2/li.png); /* 自定义图标路径 */
  background-size: cover; /* 图标覆盖整个前景区域 */
  margin-right: 5px; /* 文字与图标之间的距离 */
}

.project {
  height: 1098px;
  background: linear-gradient(to top, #f0f5ff 0%, #ffffff 100%);
}
.project .title {
  width: 1200px;
  margin: auto;
  margin-top: 50px;
  font-family: Alibaba PuHuiTi;
  font-size: 40px;
  font-weight: 500;
  line-height: 54.88px;
  text-align: center;
  color: #2F65CC;
}
.project .title .titleimg {
  margin: 0 20px;
}
.project .fa-content {
  width: 1200px;
  margin: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.project .fa-content .fa {
  width: 100%;
  font-family: Alibaba PuHuiTi;
  font-size: 24px;
  font-weight: 400;
  line-height: 56px;
  text-align: center;
  height: 56px;
  background-image: linear-gradient(to right, white, #dbe6fd 50%, white);
}
.project .fa-content .fa-img {
  margin-top: 30px;
}

.jz {
  width: 1200px;
  margin: auto;
}
.jz .title {
  margin-top: 50px;
  font-family: Alibaba PuHuiTi;
  font-size: 40px;
  font-weight: 500;
  line-height: 54.88px;
  text-align: center;
  color: #2F65CC;
}
.jz .title .titleimg {
  margin: 0 20px;
}
.jz .dtbj {
  height: 280px;
  background: linear-gradient(to top, #f0f5ff 0%, #ffffff 100%);
}
.jz .content {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.jz .content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  width: 272px;
  height: 350px;
  position: relative;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-size: 100% 100%;
  text-align: center;
  margin: 0 auto;
}
.jz .content .item .jz-img {
  padding-top: 20px;
}
.jz .content .item .jz-title {
  font-family: Alibaba PuHuiTi;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.05em;
  text-align: center;
  margin: 30px 10px 0px 10px;
}
.jz .content .item .jz-content {
  font-family: Alibaba PuHuiTi;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding: 15px;
  color: #666666;
}

.al {
  width: 1200px;
  margin: auto;
}
.al .al-title {
  margin-top: 50px;
  font-family: Alibaba PuHuiTi;
  font-size: 40px;
  font-weight: 500;
  line-height: 54.88px;
  text-align: center;
  color: #2F65CC;
}
.al .al-title .titleimg {
  margin: 0 20px;
}
.al .al-content {
  margin-top: 20px;
}
.al .al-content .al-item {
  position: relative;
  margin: 50px 0;
  height: 460px;
}
.al .al-content .al-item .al-img {
  width: 476px;
  height: 451px;
  z-index: 999;
}
.al .al-content .al-item .right {
  box-shadow: 0px 0px 8px #bbb9b9;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 0;
  height: 430px;
  z-index: 998;
  padding-left: 470px;
  padding-right: 20px;
}
.al .al-content .al-item .right h2 {
  margin: 10px 0;
  font-family: Alibaba PuHuiTi;
  font-size: 24px;
  font-weight: 500;
  line-height: 32.93px;
  text-align: left;
  color: #333333;
}
.al .al-content .al-item .right h3 {
  margin: 8px 0;
  font-family: Alibaba PuHuiTi;
  font-size: 20px;
  font-weight: 500;
  line-height: 27.44px;
  text-align: left;
  color: #333333;
}
.al .al-content .al-item .right .text {
  font-family: Alibaba PuHuiTi;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: #666666;
}
.al .al-content .al-item .right .con1 {
  position: relative;
  left: -40px;
}
.al .al-content .al-item .right .con3 {
  margin-left: 20px;
}
.al .al-content .al-item .al-img-right {
  width: 476px;
  height: 451px;
  z-index: 999;
  position: absolute;
  right: 0;
  top: 0;
}
.al .al-content .al-item .left-conn {
  box-shadow: 0px 0px 8px #bbb9b9;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 0;
  height: 430px;
  z-index: 998;
  padding-right: 410px;
  padding-left: 20px;
}
.al .al-content .al-item .left-conn h2 {
  margin: 8px 0;
  font-family: Alibaba PuHuiTi;
  font-size: 24px;
  font-weight: 500;
  line-height: 32.93px;
  text-align: left;
  color: #333333;
}
.al .al-content .al-item .left-conn h3 {
  margin: 8px 0;
  font-family: Alibaba PuHuiTi;
  font-size: 20px;
  font-weight: 500;
  line-height: 27.44px;
  text-align: left;
  color: #333333;
}
.al .al-content .al-item .left-conn .text {
  font-family: Alibaba PuHuiTi;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: #666666;
}
.al .al-content .al-item .left-conn .con1 {
  position: relative;
}
.al .al-content .al-item .left-conn .con2 {
  padding-right: 50px;
}
.al .al-content .al-item .left-conn .con3 {
  margin-right: 50px;
}

.al2 {
  display: none;
}

@media (max-width: 768px) {
  .hrp-container .child-top .wrap .title {
    line-height: 0.8rem !important;
    font-size: 0.7rem !important;
  }
  .hrp-container .sticky .tabs {
    justify-content: flex-start;
    width: 100%;
    overflow-x: scroll;
  }
  .hrp-container .hrp2-top {
    height: 250px;
    background: url(./../imgs/hrp2/bj.png) no-repeat center center;
    background-size: 120% 100%;
    background-position: 100% 100%;
  }
  .hrp-container .hrp2-top img {
    display: none;
  }
  .hrp-container .td {
    width: 100%;
  }
  .hrp-container .td .title {
    font-size: 28px;
  }
  .hrp-container .td .content {
    flex-direction: column;
    margin-top: 50px;
  }
  .hrp-container .td .content .item {
    margin: 30px auto;
    width: 300px;
  }
  .dtbj {
    height: auto;
    padding: 18px;
  }
  .dtbj .title {
    width: auto;
    font-size: 28px;
  }
  .dtbj .td-p {
    width: auto;
  }
  .fa-content {
    padding: 18px;
  }
  .fa-content .fa {
    height: auto;
    width: 100%;
  }
  .fa-content .fa-img {
    width: 100%;
  }
  .project .title {
    width: 100%;
    font-size: 20px;
  }
  .fa-content .fa-ul li {
    font-size: 15px;
    display: flex;
    align-items: center;
  }
  .project {
    width: auto;
    height: auto;
    padding: 18px;
  }
  .project .title {
    font-size: 28px;
  }
  .project .fa-content .fa {
    height: auto;
    font-size: 18px;
    line-height: 30px;
  }
  .project .fa-content {
    width: auto;
  }
  .jz {
    width: auto;
  }
  .jz .title {
    font-size: 28px;
  }
  .jz .content {
    flex-direction: column;
  }
  .jz .content .item {
    width: 320px;
  }
  .al {
    display: none;
  }
  .al2 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .al2 .al-title {
    margin-top: 30px;
    font-family: Alibaba PuHuiTi;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: #2F65CC;
  }
  .al2 .al-title .titleimg {
    margin: 0 20px;
  }
  .al2 .al-content {
    margin-top: 20px;
  }
  .al2 .al-content .al-item {
    position: relative;
    margin: 50px 0;
    display: flex;
    flex-direction: column;
  }
  .al2 .al-content .al-item .al-img {
    width: 376px;
    height: 351px;
    margin: 0 auto;
  }
  .al2 .al-content .al-item .right {
    padding: 10px;
    text-align: center;
  }
  .al2 .al-content .al-item .right h2 {
    margin: 10px 0;
    font-family: Alibaba PuHuiTi;
    font-size: 24px;
    font-weight: 500;
    line-height: 32.93px;
    text-align: left;
    color: #333333;
  }
  .al2 .al-content .al-item .right h3 {
    margin: 8px 0;
    font-family: Alibaba PuHuiTi;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.44px;
    text-align: left;
    color: #333333;
  }
  .al2 .al-content .al-item .right .text {
    font-family: Alibaba PuHuiTi;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #666666;
  }
}