.board-title {
  text-align: center;
}
.board-title .cn {
  color: #333;
  font-weight: bold;
}
.board-title .en {
  color: #666;
}

@media (min-width: 769px) {
  .mt60 {
    margin-top: 0.75rem;
  }
  .board-title .cn {
    font-size: 0.45rem;
    line-height: 0.65rem;
  }
  .board-title .en {
    font-size: 0.15rem;
    line-height: 0.2125rem;
  }
  .page-banner {
    width: 100%;
    height: 6.5rem;
    position: relative;
  }
  .page-banner img {
    width: 100%;
    height: 100%;
  }
  .page-banner .tit {
    position: absolute;
    left: 4.5rem;
    top: 1.375rem;
  }
  .page-banner .cn {
    color: #005BAC;
    font-size: 0.8rem;
    line-height: 1.1625rem;
    font-weight: bold;
  }
  .page-banner .en {
    color: #fff;
    font-size: 0.3rem;
    line-height: 0.425rem;
    font-weight: bold;
  }
  .padding-box {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .board-introduce .box1 {
    display: flex;
    font-family: Source Han Sans, Source Han Sans;
    margin-top: 0.625rem;
  }
  .board-introduce .box1 .box1-left {
    padding-top: 0.575rem;
    flex: 1;
  }
  .board-introduce .box1 .box1-left .title-cn {
    font-weight: bold;
    font-size: 0.3rem;
    color: #333333;
  }
  .board-introduce .box1 .box1-left .title-en {
    margin-bottom: 0.25rem;
    font-size: 0.15rem;
    color: #999999;
  }
  .board-introduce .box1 .box1-left .left-content {
    font-size: 0.175rem;
    color: #666666;
    line-height: 0.25rem;
  }
  .board-introduce .box1 .box1-left .special-title {
    margin: 0.575rem 0 0.25rem;
  }
  .board-introduce .box1 .box1-left .special-title p {
    margin-bottom: 0.05rem;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
  }
  .board-introduce .box1 .box1-left .special-title .special-title-line {
    width: 0.4rem;
    height: 0.0375rem;
    background: #005BAC;
  }
  .board-introduce .box1 .box1-right {
    margin-left: 1.25rem;
    width: 6.25rem;
    height: 6.25rem;
    overflow: hidden;
  }
  .board-introduce .box2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0.625rem;
    height: 2.5rem;
    background-image: url("../../img/about/bg-box2.jpg");
    background-size: contain;
  }
  .board-introduce .box2 p {
    margin: 0 4.5rem;
  }
  .board-introduce .box2 p:nth-child(1) {
    font-weight: 700;
    font-size: 0.45rem;
    color: #FFFFFF;
  }
  .board-introduce .box2 p:nth-child(2) {
    font-size: 0.3rem;
    color: #FFFFFF;
  }
  .board-introduce .box3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5rem 0 0.75rem;
  }
  .board-introduce .box3 .product-box {
    position: relative;
  }
  .board-introduce .box3 .product-box img {
    width: 3.75rem;
    height: 3.75rem;
  }
  .board-introduce .box3 .product-box .product-tag {
    box-sizing: content-box;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.225rem;
    color: #FFFFFF;
    text-align: center;
  }
  .board-introduce .box3 .product-box .product-tag img {
    margin: 1.05rem auto 0.4rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .board-introduce .box3 .product-box .product-tag .tag-en {
    margin-top: 0.1rem;
    font-weight: 400;
    font-size: 0.15rem;
    color: #FFFFFF;
  }
  .board-introduce .box3 .product-box .product-introduc {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 0.25rem;
    height: 2.325rem;
    background: rgba(0, 0, 0, 0.5);
  }
  .board-introduce .box3 .product-box .product-introduc p:nth-child(1) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 0.35rem;
    color: #FFFFFF;
  }
  .board-introduce .box3 .product-box .product-introduc .line {
    margin-top: 0.125rem;
    margin-bottom: 0.15rem;
    width: 0.7rem;
    height: 0.0125rem;
    background: #FFFFFF;
  }
  .board-introduce .box3 .product-box .product-introduc .introduc-content {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.175rem;
    color: #FFFFFF;
    line-height: 0.25rem;
  }
  .board-introduce .box3 .product-box .product-introduc .detail {
    margin-top: 0.15rem;
    width: 1.25rem;
    height: 0.375rem;
    background: #005BAC;
    border-radius: 0.1rem;
    line-height: 0.375rem;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.175rem;
    color: #FFFFFF;
  }
  .board-introduce .box3 .product-box .product-tag img {
    transition: 0.3s all ease;
  }
  .board-introduce .box3 .product-box:hover .product-tag img {
    transform: scale(1.5);
    margin-bottom: 0.5rem;
  }
  .board-introduce .box4 .box4-title p {
    padding: 0 1.125rem;
    font-weight: 700;
    font-size: 0.45rem;
    color: #333333;
    text-align: center;
  }
  .board-introduce .box4 .box4-title .box4-title-line {
    margin: 0.25rem auto 0;
    width: 1.25rem;
    height: 0.125rem;
    background: #005BAC;
  }
  .board-introduce .box4 .company-box {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .board-introduce .box4 .company-box .flex-box-right {
    width: 6.5rem;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.175rem;
    color: #666666;
    line-height: 0.3rem;
  }
  .board-introduce .box4 .company-box .flex-box-right p:nth-child(1) {
    /*font-weight: bold;*/
    font-size: 0.3rem;
    color: #333333;
  }
  .board-introduce .box4 .company-box .flex-box-right p:nth-child(2) {
    margin: 0.05rem 0 0.175rem;
    font-size: 0.15rem;
    color: #999999;
  }
  .board-introduce .box4 .company-box .company-img {
    width: 7.5rem;
    height: 2.75rem;
  }
  .board-introduce .box4 .flex-box {
    display: flex;
    justify-content: space-between;
    margin: 0.675rem 0 0.8rem;
  }
  .board-introduce .box4 .flex-box .flex-box-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 1.75rem;
    height: 1.75rem;
    padding: 0 0.3rem;
    background-image: url("../../img/about/bg-box4.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 0.175rem;
    color: #333333;
  }
  .board-introduce .box4 .flex-box .flex-box-item .value {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 0.4rem;
    color: #005BAC;
  }
  .board-introduce .box4 .flex-box .flex-box-item .unit {
    font-size: 0.15rem;
    color: #333333;
    font-weight: 400;
  }
  .board-introduce .box4 .box4-bottom {
    display: flex;
  }
  .board-introduce .box4 .box4-bottom p {
    font-size: 0.2rem;
    color: #666666;
  }
  .board-introduce .box4 .box4-bottom .box4-bottom-left_list {
    flex: 1;
    margin-top: 0.375rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.275rem;
  }
  .board-introduce .box4 .box4-bottom .box4-bottom-left_list .left_list-item {
    padding: 0.5rem 0.375rem;
    width: 3.25rem;
    height: 1.5rem;
    border-bottom: 0.05rem solid #005BAC;
    background: #F5F5F5;
    text-align: center;
    font-weight: bold;
    font-size: 0.175rem;
    color: #666666;
  }
  .board-introduce .box4 .box4-bottom .box4-bottom-right {
    flex-shrink: 0;
    width: 7.5rem;
    height: 4.25rem;
    margin-left: 0.625rem;
  }
  .board-introduce .box5 {
    margin-top: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.375rem;
    background-image: url("../../img/about/bg-guige.png");
    background-size: contain;
  }
  .board-introduce .box5 .box5-title-cn {
    font-weight: 700;
    font-size: 0.45rem;
    color: #333333;
    text-align: center;
  }
  .board-introduce .box5 .box5-title-en {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.175rem;
    color: #999999;
    text-align: center;
  }
  .board-introduce .box5 .box5-list {
    margin-top: 0.25rem;
    display: flex;
    justify-content: space-between;
  }
  .board-introduce .box5 .box5-list .box5-list-item .img {
    width: 4.5rem;
    height: 3.25rem;
  }
  .board-introduce .box5 .box5-list .box5-list-item .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.275rem;
    width: 4.5rem;
    height: 1.25rem;
    background: #fff;
    font-size: 0.175rem;
    color: #333333;
    line-height: 0.25rem;
    text-align: center;
  }
  .board-introduce .box6 {
    padding-top: 0.625rem;
  }
  .board-introduce .box6 .box6-line {
    margin-bottom: 0.75rem;
    display: flex;
  }
  .board-introduce .box6 .box6-line .box6-line_left {
    margin-right: 1rem;
  }
  .board-introduce .box6 .box6-line .box6-line1-img {
    width: 6.875rem;
    height: 3.5rem;
  }
  .board-introduce .box6 .box6-line .box6-line2-img {
    width: 6.875rem;
    height: 3.875rem;
  }
  .board-introduce .box6 .box6-line .box6-line3-img {
    width: 6.875rem;
    height: 4.45rem;
  }
  .board-introduce .box6 .box6-line .box6-content p:nth-child(1) {
    font-weight: bold;
    font-size: 0.3rem;
    color: #333333;
  }
  .board-introduce .box6 .box6-line .box6-content p:nth-child(2) {
    font-size: 0.15rem;
    color: #999999;
  }
  .board-introduce .box6 .box6-line .box6-content .box6-block {
    margin: 0.3rem 0 0.4rem;
    width: 0.6rem;
    height: 0.05rem;
    background: #005BAC;
  }
  .board-introduce .box6 .box6-line .box6-content .box6-text {
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.375rem;
  }
  .board-introduce .box7 {
    width: 100%;
    height: 2.5rem;
    background-image: url("../../img/about/bg-bottom.jpg");
    background-size: contain;
  }
  .board-introduce .box7 .box7-content {
    padding: 0.8125rem 6rem;
    font-weight: 700;
    font-size: 0.3rem;
    color: #005BAC;
  }
  .board-culture {
    padding-top: 0.75rem;
  }
  .board-culture .aim-list {
    margin-top: 0.6625rem;
    padding-bottom: 0.875rem;
    position: relative;
  }
  .board-culture .aim-list .aim-box .aim-line1 {
    display: flex;
    justify-content: space-between;
    padding: 0 4.5rem;
  }
  .board-culture .aim-list .aim-box .aim-line1 img {
    margin-bottom: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .board-culture .aim-list .aim-box .aim-line2 {
    display: flex;
    justify-content: space-between;
    padding: 0 4.5rem;
    color: rgb(102, 102, 102);
  }
  .board-culture .aim-list .aim-box .aim-line2 p {
    width: 0.8rem;
    text-align: center;
    font-size: 0.3rem;
  }
  .board-culture .aim-list .aim-box .aim-line3 {
    position: relative;
    margin: 0.375rem 0 0.3rem;
  }
  .board-culture .aim-list .aim-box .aim-line3 .circles {
    display: flex;
    justify-content: space-between;
    padding: 0 4.5rem;
  }
  .board-culture .aim-list .aim-box .aim-line3 .circles .circle-box {
    width: 0.8rem;
    position: relative;
    z-index: 2;
  }
  .board-culture .aim-list .aim-box .aim-line3 .circles .circle-box .circle {
    z-index: 2;
    margin: 0 auto;
    width: 0.125rem;
    height: 0.125rem;
    background: #FFFFFF;
    border: 0.0125rem solid #999999;
    border-radius: 50%;
  }
  .board-culture .aim-list .aim-box .aim-line3 .split-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    height: 0.025rem;
    background: #CCCCCC;
  }
  .board-culture .aim-list .aim-box .aim-line4 {
    display: flex;
    justify-content: space-between;
    padding: 0 4.5rem;
  }
  .board-culture .aim-list .aim-box .aim-line4 .number {
    width: 0.8rem;
    text-align: center;
    font-weight: 700;
    font-size: 0.8rem;
    color: #fff;
    line-height: 0.875rem;
    text-stroke: 1px #005BAC;
    text-align: center;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 1px #005BAC;
  }
  .board-culture .aim-imgs {
    padding-top: 0.75rem;
    margin-bottom: 2.025rem;
    height: 6.25rem;
    background: #F6F7F8;
  }
  .board-culture .aim-imgs > p:nth-child(1) {
    font-weight: 700;
    font-size: 0.3rem;
    color: #333333;
  }
  .board-culture .aim-imgs > p:nth-child(2) {
    font-size: 0.15rem;
    color: #999999;
  }
  .board-culture .aim-imgs .aim-imgs-list {
    display: flex;
    margin-top: 0.625rem;
  }
  .board-culture .aim-imgs .aim-imgs-list .aim-imgs-item {
    position: relative;
    overflow: hidden;
  }
  .board-culture .aim-imgs .aim-imgs-list .aim-imgs-item img {
    width: 3.75rem;
    height: 5rem;
  }
  .board-culture .aim-imgs .aim-imgs-list .aim-imgs-item .img-content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 0.75rem 0.375rem 0.375rem;
    width: 3.75rem;
    height: 5rem;
    font-weight: bold;
    font-size: 0.225rem;
    color: #005BAC;
    line-height: 0.325rem;
  }
  .board-culture .aim-imgs .aim-imgs-list .aim-imgs-item .img-content img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .board-culture .aim-imgs .aim-imgs-list .aim-imgs-item .img-content .index {
    margin: 1.95rem 0 0.15rem 0;
  }
  .board-culture .aim-imgs .aim-imgs-list .aim-imgs-item:nth-child(even) .img-content {
    color: #fff;
  }
  .board-culture .aim-imgs .aim-imgs-list .aim-imgs-item img {
    transition: 0.3s all ease;
  }
  .board-culture .aim-imgs .aim-imgs-list .aim-imgs-item:hover img {
    transform: scale(1.2);
  }
  .board-culture .aim-imgs .aim-imgs-list .aim-imgs-item:hover .img-content img {
    transform: scale(1.5);
  }
  .board-honor .course-box {
    padding-top: 0.75rem;
    min-height: 6.375rem;
  }
  .board-honor .about-course {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100vw;
    background-color: #fff;
  }
  .board-honor .about-course > img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .board-honor .about-course .swiper-course-box {
    padding: 0 5vw;
  }
  .board-honor .about-course .swiper-course {
    position: relative;
    max-width: 15rem;
    overflow: hidden;
    color: #999999;
    font-size: 0.3rem;
    font-weight: bold;
  }
  .board-honor .about-course .swiper-course .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  .board-honor .about-course .swiper-course .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  .board-honor .about-course .swiper-course .swiper-slide-active {
    font-size: 1.075rem;
    font-weight: 700;
    color: #035DAE;
  }
  .board-honor .about-course .swiper-button-next-course {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .board-honor .about-course .swiper-button-next-course img {
    border-radius: 50%;
    width: 0.75rem;
    height: 0.75rem;
  }
  .board-honor .about-course .swiper-button-next-course .active {
    display: none;
  }
  .board-honor .about-course .swiper-button-next-course .normal {
    display: block;
  }
  .board-honor .about-course .swiper-button-next-course:hover .active {
    display: block;
  }
  .board-honor .about-course .swiper-button-next-course:hover .normal {
    display: none;
  }
  .board-honor .about-course .swiper-button-prev-course {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .board-honor .about-course .swiper-button-prev-course img {
    border-radius: 50%;
    width: 0.75rem;
    height: 0.75rem;
  }
  .board-honor .about-course .swiper-button-prev-course .active {
    display: none;
  }
  .board-honor .about-course .swiper-button-prev-course .normal {
    display: block;
  }
  .board-honor .about-course .swiper-button-prev-course:hover .active {
    display: block;
  }
  .board-honor .about-course .swiper-button-prev-course:hover .normal {
    display: none;
  }
  .board-honor .about-course .year-box {
    display: none;
  }
  .board-honor .about-course .year-box-active {
    display: block;
  }
  .board-honor .about-course .course-line {
    display: flex;
    flex-direction: column;
    margin-top: 0.6rem;
  }
  .board-honor .about-course .course-line-item {
    display: flex;
    max-width: 15rem;
    margin-left: 30%;
  }
  .board-honor .about-course .course-line-item span {
    white-space: nowrap;
  }
  .board-honor .about-course .course-line-item img {
    margin: 0.05rem 0.25rem 0;
    width: 0.175rem;
    height: 100%;
  }
  .board-honor .honor-box {
    padding-top: 0.75rem;
    background: #F6F7F8;
  }
  .board-honor .honor-box .honor1 {
    margin-top: 0.5rem;
    padding: 0 1.25rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .board-honor .honor-box .honor1 img {
    width: 2.875rem;
    height: 2.125rem;
  }
  .board-honor .honor-box .honor-desk img {
    width: 15rem;
    height: 5.375rem;
  }
  .board-honor .honor-box .honor2 {
    margin-top: -3.25rem;
    padding: 0 1.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .board-honor .honor-box .honor2 img {
    margin: 0 auto;
    width: 2.7rem;
    height: 3.55rem;
  }
  .board-equipment .equipment-banner {
    display: flex;
    align-items: center;
    padding-bottom: 0.75rem;
  }
  .board-equipment .equipment-banner .equipment-banner-left {
    position: relative;
  }
  .board-equipment .equipment-banner .equipment-banner-left img {
    width: 11.25rem;
    height: 3.25rem;
  }
  .board-equipment .equipment-banner .equipment-banner-left div {
    position: absolute;
    top: 0.75rem;
    left: 1.5rem;
  }
  .board-equipment .equipment-banner .equipment-banner-left div .equipment-banner_cn {
    font-weight: 700;
    font-size: 0.45rem;
    color: #005BAC;
  }
  .board-equipment .equipment-banner .equipment-banner-left div .equipment-banner_en {
    margin-top: 0.1rem;
    font-weight: 400;
    font-size: 0.175rem;
    color: #FFFFFF;
  }
  .board-equipment .equipment-banner .equipment-banner-right {
    position: relative;
    z-index: 1;
    margin-left: -0.625rem;
    padding: 0.475rem;
    width: 5rem;
    height: 2.25rem;
    background: #005BAC;
    font-weight: bold;
    font-size: 0.225rem;
    color: #FFFFFF;
    line-height: 0.325rem;
  }
  .board-equipment .three-tag {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .board-equipment .three-tag .tag-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 4.675rem;
    height: 2.5rem;
    background: #FFFFFF;
    box-shadow: 0px 0 0.125rem 0px rgba(0, 0, 0, 0.1);
    font-family: Source Han Sans, Source Han Sans;
  }
  .board-equipment .three-tag .tag-item img {
    margin-top: 0.5rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .board-equipment .three-tag .tag-item .three-cn {
    margin: 0.25rem 0 0.15rem 0;
    font-weight: 700;
    font-size: 0.3rem;
    color: #333333;
    text-align: center;
  }
  .board-equipment .three-tag .tag-item .three-en {
    font-weight: 400;
    font-size: 0.15rem;
    color: #999999;
    text-align: center;
  }
  .board-equipment .public-benefit {
    padding-bottom: 0.875rem;
  }
  .board-equipment .public-benefit .benefit-title {
    margin: 0.25rem 0 0.5rem 0;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    text-align: center;
  }
  .board-equipment .public-benefit .case-list {
    display: flex;
    flex-wrap: wrap;
  }
  .board-equipment .public-benefit .case-list .case-item {
    width: calc(25% - 0.2275rem);
    margin-left: 0.3rem;
  }
  .board-equipment .public-benefit .case-list .case-item:hover .title {
    color: #333;
  }
  .board-equipment .public-benefit .case-list .case-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .board-equipment .public-benefit .case-list .case-item:nth-child(4) ~ .case-item {
    margin-top: 0.3rem;
  }
  .board-equipment .public-benefit .case-list .img {
    width: 3.275rem;
    height: 2rem;
  }
  .board-equipment .public-benefit .case-list .title {
    margin-top: 0.15rem;
    margin-bottom: 0.025rem;
    color: #999;
    font-size: 0.175rem;
    line-height: 0.25rem;
    text-align: center;
  }
  .board-equipment .work-address {
    padding-top: 0.5rem;
    height: 12.175rem;
    background-image: url("../../img/about/bg-jishu.png");
    background-size: cover;
  }
  .board-equipment .work-address .work-address-top {
    display: flex;
    justify-content: space-between;
  }
  .board-equipment .work-address .work-address-top .img-box-active {
    position: relative;
    margin-right: 0.5rem;
    width: 8.5rem;
    height: 4.875rem;
  }
  .board-equipment .work-address .work-address-top .img-box-active img {
    width: 100%;
    height: 100%;
  }
  .board-equipment .work-address .work-address-top .img-box-active .active-name {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0.375rem;
    height: 0.45rem;
    border-radius: 0px 0.5rem 0px 0px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 0.45rem;
    font-size: 0.175rem;
    color: #FFFFFF;
  }
  .board-equipment .work-address .work-address-top .work-address-top-right {
    flex: 1;
  }
  .board-equipment .work-address .work-address-top .work-address-top-right .work-title-cn {
    font-weight: 700;
    font-size: 0.3rem;
    color: #333333;
  }
  .board-equipment .work-address .work-address-top .work-address-top-right .work-title-en {
    margin-top: 0.1rem;
    font-weight: 400;
    font-size: 0.175rem;
    color: #999999;
  }
  .board-equipment .work-address .work-address-top .work-address-top-right .work-line {
    margin: 0.2rem 0;
    width: 6rem;
    height: 0.025rem;
    background: #005BAC;
  }
  .board-equipment .work-address .work-address-top .work-address-top-right .work-content {
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
  }
  .board-equipment .work-address .work-address-top .work-swiper {
    margin: 0 auto 0;
    position: relative;
    width: 1.85rem;
    overflow: hidden;
    font-family: D-DIN, D-DIN;
    font-weight: 400;
    font-size: 0.45rem;
    color: #DDDDDD;
  }
  .board-equipment .work-address .work-address-top .work-swiper .big-num {
    font-family: D-DIN, D-DIN;
    font-weight: 700;
    font-size: 1.8rem;
    color: #CCCCCC;
  }
  .board-equipment .work-address .work-address-top .swiper-button-next-course2 {
    cursor: pointer;
  }
  .board-equipment .work-address .work-address-top .swiper-button-next-course2 img {
    border-radius: 50%;
    width: 0.3rem;
    height: 0.3rem;
  }
  .board-equipment .work-address .work-address-top .swiper-button-next-course2 .active {
    display: none;
  }
  .board-equipment .work-address .work-address-top .swiper-button-next-course2 .normal {
    display: block;
  }
  .board-equipment .work-address .work-address-top .swiper-button-next-course2:hover .active {
    display: block;
  }
  .board-equipment .work-address .work-address-top .swiper-button-next-course2:hover .normal {
    display: none;
  }
  .board-equipment .work-address .work-address-top .swiper-button-prev-course2 {
    cursor: pointer;
  }
  .board-equipment .work-address .work-address-top .swiper-button-prev-course2 img {
    border-radius: 50%;
    width: 0.3rem;
    height: 0.3rem;
  }
  .board-equipment .work-address .work-address-top .swiper-button-prev-course2 .active {
    display: none;
  }
  .board-equipment .work-address .work-address-top .swiper-button-prev-course2 .normal {
    display: block;
  }
  .board-equipment .work-address .work-address-top .swiper-button-prev-course2:hover .active {
    display: block;
  }
  .board-equipment .work-address .work-address-top .swiper-button-prev-course2:hover .normal {
    display: none;
  }
  .board-equipment .work-address .work-address-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-column-gap: 2.2125rem;
         column-gap: 2.2125rem;
    row-gap: 0.375rem;
    margin-top: 0.5rem;
  }
  .board-equipment .work-address .work-address-bottom .work-item {
    width: calc((100% - 4.425rem) / 3);
    flex-shrink: 0;
  }
  .board-equipment .work-address .work-address-bottom .work-item .work-img-box {
    position: relative;
  }
  .board-equipment .work-address .work-address-bottom .work-item .work-img-box img {
    width: 100%;
    height: 2.25rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .board-equipment .work-address .work-address-bottom .work-item .work-img-box .mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 91, 172, 0.5);
  }
  .board-equipment .work-address .work-address-bottom .work-item .work-img-box .is-acrive_mask {
    display: block;
  }
  .board-equipment .work-address .work-address-bottom .work-item .work-address-name {
    width: 3.525rem;
    height: 0.525rem;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    line-height: 0.525rem;
  }
  .board-equipment .work-address .work-swiper-box {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    padding: 0 0.75rem;
  }
}
@media (max-width: 768px) {
  .page-banner {
    width: 100%;
    height: 12.8rem;
    position: relative;
  }
  .page-banner img {
    width: 100%;
    height: 100%;
  }
  .page-banner .tit {
    position: absolute;
    left: 4.5rem;
    top: 2.5625rem;
  }
  .page-banner .cn {
    margin-bottom: 0.25rem;
    color: #005BAC;
    font-size: 1.5375rem;
    line-height: 2.25rem;
    font-weight: bold;
  }
  .page-banner .en {
    color: #fff;
    font-size: 0.775rem;
    line-height: 1.1rem;
    font-weight: bold;
  }
  .padding-box {
    padding-left: 1.025rem;
    padding-right: 1.025rem;
  }
  .board-introduce .box1 .box1-left {
    padding-top: 1.55rem;
    flex: 1;
  }
  .board-introduce .box1 .box1-left .title-cn {
    font-weight: bold;
    font-size: 1.15rem;
    color: #333333;
  }
  .board-introduce .box1 .box1-left .title-en {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size: 0.775rem;
    color: #999999;
  }
  .board-introduce .box1 .box1-left .left-content {
    font-size: 0.775rem;
    color: #666666;
    line-height: 1.1rem;
  }
  .board-introduce .box1 .box1-left .special-title {
    margin: 1.275rem 0 0.75rem;
  }
  .board-introduce .box1 .box1-left .special-title p {
    margin-bottom: 0.05rem;
    font-weight: bold;
    font-size: 0.9rem;
    color: #333333;
  }
  .board-introduce .box1 .box1-left .special-title .special-title-line {
    width: 2.05rem;
    height: 0.1875rem;
    background: #005BAC;
  }
  .board-introduce .box1 .box1-right {
    margin-top: 1.275rem;
    width: 21.95rem;
    height: 21.95rem;
    overflow: hidden;
  }
  .board-introduce .box2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 1.925rem;
    height: 7.675rem;
    background-image: url("../../img/about/bg-box2-mb.jpg");
    background-size: contain;
  }
  .board-introduce .box2 p {
    margin-left: 1.025rem;
  }
  .board-introduce .box2 p:nth-child(1) {
    font-weight: 700;
    font-size: 1.275rem;
    color: #FFFFFF;
  }
  .board-introduce .box2 p:nth-child(2) {
    font-weight: normal;
    font-size: 0.9rem;
    color: #FFFFFF;
  }
  .board-introduce .box3 {
    display: flex;
    flex-wrap: wrap;
    margin: 1.9125rem 0 1.925rem;
  }
  .board-introduce .box3 a {
    display: block;
    width: 50%;
  }
  .board-introduce .box3 .product-box {
    position: relative;
    width: 100%;
  }
  .board-introduce .box3 .product-box img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .board-introduce .box3 .product-box .product-tag {
    box-sizing: content-box;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.9rem;
    color: #FFFFFF;
    text-align: center;
  }
  .board-introduce .box3 .product-box .product-tag img {
    margin: 2.25rem auto 1.25rem;
    width: 1.55rem;
    height: 1.55rem;
  }
  .board-introduce .box3 .product-box .product-tag .tag-cn {
    padding: 0 0.5rem;
    line-height: 1.275rem;
  }
  .board-introduce .box3 .product-box .product-tag .tag-en {
    display: none;
  }
  .board-introduce .box3 .product-box .product-introduc {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 0.25rem;
    height: 2.325rem;
    background: rgba(0, 0, 0, 0.5);
  }
  .board-introduce .box3 .product-box .product-introduc p:nth-child(1) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 0.35rem;
    color: #FFFFFF;
  }
  .board-introduce .box3 .product-box .product-introduc .line {
    margin-top: 0.125rem;
    margin-bottom: 0.15rem;
    width: 0.7rem;
    height: 0.0125rem;
    background: #FFFFFF;
  }
  .board-introduce .box3 .product-box .product-introduc .introduc-content {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.175rem;
    color: #FFFFFF;
    line-height: 0.25rem;
  }
  .board-introduce .box3 .product-box .product-introduc .detail {
    margin-top: 0.15rem;
    width: 1.25rem;
    height: 0.375rem;
    background: #005BAC;
    border-radius: 0.1rem;
    line-height: 0.375rem;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 0.175rem;
    color: #FFFFFF;
  }
  .board-introduce .box3 .order1 {
    order: 1;
  }
  .board-introduce .box3 .order2 {
    order: 2;
  }
  .board-introduce .box3 .order3 {
    order: 6;
  }
  .board-introduce .box3 .order4 {
    order: 3;
  }
  .board-introduce .box3 .order5 {
    order: 6;
  }
  .board-introduce .box3 .order6 {
    order: 4;
  }
  .board-introduce .box3 .order7 {
    order: 7;
  }
  .board-introduce .box3 .order8 {
    order: 8;
  }
  .board-introduce .box4 .box4-title p {
    font-weight: 700;
    font-size: 1.15rem;
    color: #333333;
    text-align: center;
  }
  .board-introduce .box4 .box4-title .box4-title-line {
    margin: 0.75rem auto 0;
    width: 2.5625rem;
    height: 0.25rem;
    background: #005BAC;
  }
  .board-introduce .box4 .company-box {
    margin-top: 0.75rem;
  }
  .board-introduce .box4 .company-box .flex-box-right {
    font-family: Source Han Sans, Source Han Sans;
    font-size: 0.775rem;
    color: #666666;
    line-height: 1.275rem;
  }
  .board-introduce .box4 .company-box .flex-box-right p:nth-child(1) {
    /*font-weight: bold;*/
    font-size: 1.15rem;
    color: #333333;
  }
  .board-introduce .box4 .company-box .flex-box-right p:nth-child(2) {
    margin: 0.25rem 0 0.75rem;
    font-size: 0.75rem;
    color: #999999;
  }
  .board-introduce .box4 .company-box .company-img {
    margin-bottom: 1.025rem;
    width: 100%;
    height: 12.8rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .board-introduce .box4 .flex-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0.675rem 0 1.725rem;
  }
  .board-introduce .box4 .flex-box .flex-box-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 6.925rem;
    height: 6.925rem;
    background-image: url("../../img/about/bg-box4.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 0.75rem;
    color: #333333;
  }
  .board-introduce .box4 .flex-box .flex-box-item .value {
    font-weight: 700;
    font-size: 1.55rem;
    color: #005BAC;
  }
  .board-introduce .box4 .flex-box .flex-box-item .unit {
    font-size: 0.75rem;
    color: #333333;
    font-weight: 400;
  }
  .board-introduce .box4 .flex-box .flex-box-item:nth-child(-n+3) {
    margin-bottom: 0.85rem;
  }
  .board-introduce .box4 .box4-bottom p {
    font-size: 0.9rem;
    color: #666666;
  }
  .board-introduce .box4 .box4-bottom .box4-bottom-left_list {
    flex: 1;
    margin-top: 0.525rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.85rem;
  }
  .board-introduce .box4 .box4-bottom .box4-bottom-left_list .left_list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.75rem;
    width: calc((100% - 0.85rem) / 2);
    height: 5.125rem;
    border-bottom: 0.125rem solid #005BAC;
    background: #F5F5F5;
    text-align: center;
    font-weight: bold;
    font-size: 0.75rem;
    color: #666666;
  }
  .board-introduce .box4 .box4-bottom .box4-bottom-right {
    width: 100%;
    height: 10.25rem;
    margin-top: 0.625rem;
  }
  .board-introduce .box5 {
    margin-top: 1.925rem;
    padding-top: 1.275rem;
    padding-bottom: 1.35rem;
    background-image: url("../../img/about/bg-guige.png");
    background-size: contain;
  }
  .board-introduce .box5 .box5-title-cn {
    font-weight: 700;
    font-size: 1.15rem;
    color: #333333;
    text-align: center;
  }
  .board-introduce .box5 .box5-title-en {
    margin-top: 0.125rem;
    font-weight: 400;
    font-size: 0.75rem;
    color: #999999;
    text-align: center;
  }
  .board-introduce .box5 .box5-list {
    margin-top: 1.025rem;
    display: flex;
    justify-content: space-between;
  }
  .board-introduce .box5 .box5-list .box5-list-item .img {
    width: 6.7875rem;
    height: 6.7875rem;
  }
  .board-introduce .box5 .box5-list .box5-list-item .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.825rem;
    width: 6.7875rem;
    height: 3.325rem;
    background: #fff;
    font-size: 0.625rem;
    color: #333333;
    line-height: 1.3rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .board-introduce .box6 {
    padding-top: 1.925rem;
  }
  .board-introduce .box6 .box6-line {
    margin-bottom: 1.275rem;
    display: flex;
    flex-direction: column;
  }
  .board-introduce .box6 .box6-line .box6-line1-img {
    margin-bottom: 0.75rem;
    width: 100%;
    height: 11.525rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .board-introduce .box6 .box6-line .box6-line2-img {
    margin-top: 0.75rem;
    width: 100%;
    height: 11.525rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .board-introduce .box6 .box6-line .box6-line3-img {
    width: 100%;
    height: 11.525rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .board-introduce .box6 .box6-line img {
    margin-bottom: 0.75rem;
  }
  .board-introduce .box6 .box6-line .box6-content p:nth-child(1) {
    font-weight: bold;
    font-size: 1.15rem;
    color: #333333;
  }
  .board-introduce .box6 .box6-line .box6-content p:nth-child(2) {
    font-size: 0.75rem;
    color: #999999;
  }
  .board-introduce .box6 .box6-line .box6-content .box6-block {
    margin: 0.5rem 0 0.75rem;
    width: 3.075rem;
    height: 0.25rem;
    background: #005BAC;
  }
  .board-introduce .box6 .box6-line .box6-content .box6-text {
    font-size: 0.75rem;
    color: #666666;
    line-height: 1.275rem;
  }
  .board-introduce .box6 .box6-line:nth-child(even) {
    flex-direction: column-reverse;
  }
  .board-introduce .box7 {
    width: 100%;
    height: 7.675rem;
    background-image: url("../../img/about/bg-bottom.jpg");
    background-size: contain;
  }
  .board-introduce .box7 .box7-content {
    padding: 0.75rem 2.625rem;
    font-weight: 700;
    font-size: 0.9rem;
    color: #005BAC;
  }
  .board-culture {
    padding-top: 1.55rem;
  }
  .board-culture .aim-list {
    margin-top: 2.05rem;
    padding-bottom: 1.925rem;
    position: relative;
  }
  .board-culture .aim-list .aim-box .aim-line1 {
    display: flex;
    justify-content: space-between;
    padding: 0 1.35rem;
  }
  .board-culture .aim-list .aim-box .aim-line1 img {
    margin-bottom: 0.5rem;
    width: 2.3rem;
    height: 2.3rem;
  }
  .board-culture .aim-list .aim-box .aim-line2 {
    display: flex;
    justify-content: space-between;
    padding: 0 1.35rem;
    color: rgb(102, 102, 102);
  }
  .board-culture .aim-list .aim-box .aim-line2 p {
    width: 2.3rem;
    text-align: center;
  }
  .board-culture .aim-list .aim-box .aim-line3 {
    position: relative;
    margin: 0.8rem 0 0.5rem;
  }
  .board-culture .aim-list .aim-box .aim-line3 .circles {
    display: flex;
    justify-content: space-between;
    padding: 0 1.35rem;
  }
  .board-culture .aim-list .aim-box .aim-line3 .circles .circle-box {
    width: 2.3rem;
    position: relative;
    z-index: 2;
  }
  .board-culture .aim-list .aim-box .aim-line3 .circles .circle-box .circle {
    z-index: 2;
    margin: 0 auto;
    width: 0.6375rem;
    height: 0.6375rem;
    background: #FFFFFF;
    border: 0.0625rem solid #999999;
    border-radius: 50%;
  }
  .board-culture .aim-list .aim-box .aim-line3 .split-line {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100vw;
    height: 0.0625rem;
    background: #CCCCCC;
  }
  .board-culture .aim-list .aim-box .aim-line4 {
    display: flex;
    justify-content: space-between;
    padding: 0 1.35rem;
  }
  .board-culture .aim-list .aim-box .aim-line4 .number {
    width: 2.3rem;
    text-align: center;
    font-weight: 700;
    font-size: 2.3rem;
    color: #fff;
    line-height: 2.5rem;
    text-stroke: 0.0625rem #005BAC;
    text-align: center;
    font-style: normal;
    text-transform: none;
    -webkit-text-stroke: 0.0625rem #005BAC;
  }
  .board-culture .aim-imgs {
    padding-top: 1.025rem;
    margin-bottom: 1.925rem;
    background: #F6F7F8;
  }
  .board-culture .aim-imgs > p:nth-child(1) {
    font-weight: 700;
    font-size: 0.9rem;
    color: #333333;
  }
  .board-culture .aim-imgs > p:nth-child(2) {
    font-size: 0.625rem;
    color: #999999;
  }
  .board-culture .aim-imgs .aim-imgs-list {
    display: flex;
    margin-top: 1.025rem;
  }
  .board-culture .aim-imgs .aim-imgs-list .aim-imgs-item {
    position: relative;
  }
  .board-culture .aim-imgs .aim-imgs-list .aim-imgs-item img {
    width: 5.5rem;
    height: 14.725rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .board-culture .aim-imgs .aim-imgs-list .aim-imgs-item .img-content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 0.75rem 0.375rem 0.375rem;
    height: 5rem;
    font-weight: bold;
    font-size: 0.7625rem;
    color: #005BAC;
    line-height: 1.0875rem;
  }
  .board-culture .aim-imgs .aim-imgs-list .aim-imgs-item .img-content img {
    margin: 0 auto;
    width: 1.5375rem;
    height: 1.5375rem;
  }
  .board-culture .aim-imgs .aim-imgs-list .aim-imgs-item .img-content .index {
    margin: 1.275rem 0 1.275rem 0;
    font-size: 0.9rem;
    text-align: center;
  }
  .board-culture .aim-imgs .aim-imgs-list .aim-imgs-item:nth-child(even) .img-content {
    color: #fff;
  }
  .board-honor .course-box {
    padding-top: 1.5375rem;
    min-height: 6.375rem;
  }
  .board-honor .about-course {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100vw;
    background-color: #fff;
  }
  .board-honor .about-course > img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .board-honor .about-course .swiper-course-box {
    padding: 0 5vw;
  }
  .board-honor .about-course .swiper-course {
    position: relative;
    overflow: hidden;
    color: #999999;
    font-size: 0.9rem;
    font-weight: bold;
  }
  .board-honor .about-course .swiper-course .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  .board-honor .about-course .swiper-course .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  .board-honor .about-course .swiper-course .swiper-slide-active {
    font-size: 1.5375rem;
    font-weight: 700;
    color: #035DAE;
    text-align: center;
  }
  .board-honor .about-course .swiper-button-next-course {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .board-honor .about-course .swiper-button-next-course img {
    border-radius: 50%;
    width: 1.025rem;
    height: 1.025rem;
  }
  .board-honor .about-course .swiper-button-next-course .active {
    display: none;
  }
  .board-honor .about-course .swiper-button-next-course .normal {
    display: block;
  }
  .board-honor .about-course .swiper-button-next-course:hover .active {
    display: block;
  }
  .board-honor .about-course .swiper-button-next-course:hover .normal {
    display: none;
  }
  .board-honor .about-course .swiper-button-prev-course {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .board-honor .about-course .swiper-button-prev-course img {
    border-radius: 50%;
    width: 1.025rem;
    height: 1.025rem;
  }
  .board-honor .about-course .swiper-button-prev-course .active {
    display: none;
  }
  .board-honor .about-course .swiper-button-prev-course .normal {
    display: block;
  }
  .board-honor .about-course .swiper-button-prev-course:hover .active {
    display: block;
  }
  .board-honor .about-course .swiper-button-prev-course:hover .normal {
    display: none;
  }
  .board-honor .about-course .year-box {
    display: none;
  }
  .board-honor .about-course .year-box-active {
    display: block;
  }
  .board-honor .about-course .course-line {
    display: flex;
    flex-direction: column;
    margin-top: 0.6rem;
  }
  .board-honor .about-course .course-line-item {
    display: flex;
    padding: 0.2rem 1.025rem;
  }
  .board-honor .about-course .course-line-item span {
    white-space: nowrap;
  }
  .board-honor .about-course .course-line-item img {
    margin: 0 0.25rem;
    width: 0.75rem;
    height: 100%;
  }
  .board-honor .honor-box {
    padding-top: 1.025rem;
    background: #F6F7F8;
  }
  .board-honor .honor-box .honor1 {
    display: flex;
    justify-content: space-between;
    gap: 0.25rem;
    margin-top: 0.5rem;
    padding: 0 2.125rem;
  }
  .board-honor .honor-box .honor1 img {
    margin: 0 auto;
    flex: 1;
    /*width: 17.7875rem;*/
    height: 3.125rem;
  }
  .board-honor .honor-box .honor-desk img {
    width: 100%;
    height: 7.8125rem;
  }
  .board-honor .honor-box .honor2 {
    display: flex;
    justify-content: space-between;
    gap: 0.25rem;
    margin-top: -3.25rem;
    padding: 0 1.525rem;
  }
  .board-honor .honor-box .honor2 img {
    flex: 1;
    margin: 0 auto;
    /*width: 19rem;*/
    height: 5.7rem;
  }
  .board-equipment {
    padding-top: 1.5375rem;
  }
  .board-equipment .three-tag {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5375rem;
    margin-bottom: 1.5375rem;
  }
  .board-equipment .three-tag .tag-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 1.5rem) / 3);
    height: 8.7rem;
    background: #FFFFFF;
    box-shadow: 0px 0 0.6375rem 0px rgba(0, 0, 0, 0.1);
    font-family: Source Han Sans, Source Han Sans;
  }
  .board-equipment .three-tag .tag-item img {
    margin-top: 1.6rem;
    width: 1.5375rem;
    height: 1.5375rem;
  }
  .board-equipment .three-tag .tag-item .three-cn {
    margin: 1.275rem 0 0.5rem 0;
    font-weight: 700;
    font-size: 0.9rem;
    color: #333333;
    text-align: center;
  }
  .board-equipment .three-tag .tag-item .three-en {
    font-size: 0.7625rem;
    color: #999999;
    text-align: center;
  }
  .board-equipment .equipment-banner {
    display: flex;
    align-items: center;
    padding-bottom: 1.925rem;
  }
  .board-equipment .equipment-banner .equipment-banner-left {
    position: relative;
  }
  .board-equipment .equipment-banner .equipment-banner-left img {
    width: 14.125rem;
    height: 10.125rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .board-equipment .equipment-banner .equipment-banner-left div {
    position: absolute;
    top: 2.625rem;
    left: 0.5rem;
  }
  .board-equipment .equipment-banner .equipment-banner-left div .equipment-banner_cn {
    font-weight: 700;
    font-size: 0.9rem;
    color: #005BAC;
  }
  .board-equipment .equipment-banner .equipment-banner-left div .equipment-banner_en {
    margin-top: 0.125rem;
    width: 10.75rem;
    font-weight: 400;
    font-size: 0.75rem;
    color: #FFFFFF;
  }
  .board-equipment .equipment-banner .equipment-banner-right {
    position: relative;
    z-index: 1;
    margin-left: -2.5rem;
    padding: 0.75rem;
    width: 10.25rem;
    height: 8.0625rem;
    background: #005BAC;
    font-weight: bold;
    font-size: 0.75rem;
    color: #FFFFFF;
    line-height: 1.0875rem;
  }
  .board-equipment .work-address {
    padding-top: 1.025rem;
    background-size: cover;
  }
  .board-equipment .work-address .work-address-top {
    display: flex;
    flex-direction: column-reverse;
  }
  .board-equipment .work-address .work-address-top > .work-big-img-container {
    position: relative;
    margin-top: 0.75rem;
  }
  .board-equipment .work-address .work-address-top > .work-big-img-container .num-pager.is-sm {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
  }
  .board-equipment .work-address .work-address-top > .work-big-img-container .active-tag {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 0.75rem;
    padding-right: 2.95rem;
    height: 1.5375rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 2.5625rem 0px 0px;
    line-height: 1.5375rem;
    font-size: 0.75rem;
    color: #FFFFFF;
  }
  .board-equipment .work-address .work-address-top > .work-big-img-container img {
    width: 100%;
    height: 12.8rem;
  }
  .board-equipment .work-address .work-address-top .work-title-cn {
    font-weight: 700;
    font-size: 1.15rem;
    color: #333333;
    text-align: center;
  }
  .board-equipment .work-address .work-address-top .work-title-en {
    margin-top: 0.25rem;
    font-weight: 400;
    font-size: 0.7625rem;
    color: #999999;
    text-align: center;
  }
  .board-equipment .work-address .work-address-top .work-line {
    margin: 0.75rem auto 1rem;
    width: 1.275rem;
    height: 0.125rem;
    background: #005BAC;
  }
  .board-equipment .work-address .work-address-top .work-content {
    font-weight: 400;
    font-size: 0.7625rem;
    color: #333333;
  }
  .board-equipment .work-address .work-address-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.375rem;
    margin-top: 1.025rem;
  }
  .board-equipment .work-address .work-address-bottom .work-item {
    width: calc((100% - 0.875rem) / 2);
    flex-shrink: 0;
  }
  .board-equipment .work-address .work-address-bottom .work-item .work-img-box {
    position: relative;
  }
  .board-equipment .work-address .work-address-bottom .work-item .work-img-box img {
    width: 100%;
    height: 6.7875rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .board-equipment .work-address .work-address-bottom .work-item .work-img-box .mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 91, 172, 0.5);
  }
  .board-equipment .work-address .work-address-bottom .work-item .work-img-box .is-acrive_mask {
    display: block;
  }
  .board-equipment .work-address .work-address-bottom .work-item .work-address-name {
    width: 100%;
    height: 1.7875rem;
    background: #FFFFFF;
    border: 0.0625rem solid #EEEEEE;
    text-align: center;
    line-height: 1.7875rem;
  }
  .board-equipment .public-benefit {
    padding-top: 1.925rem;
    padding-bottom: 0.875rem;
  }
  .board-equipment .public-benefit .benefit-title {
    margin: 0.25rem 0 0.5rem 0;
    font-weight: 400;
    font-size: 0.75rem;
    color: #333333;
    text-align: center;
  }
  .board-equipment .public-benefit .case-list {
    display: flex;
    flex-wrap: wrap;
  }
  .board-equipment .public-benefit .case-list .case-item {
    width: calc((100% - 0.8375rem) / 2);
    margin-left: 0.8375rem;
  }
  .board-equipment .public-benefit .case-list .case-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .board-equipment .public-benefit .case-list .case-item:nth-child(2) ~ .case-item {
    margin-top: 1.4125rem;
  }
  .board-equipment .public-benefit .case-list .img {
    width: 10.5625rem;
    height: 6.7875rem;
  }
  .board-equipment .public-benefit .case-list .title {
    margin-top: 0.325rem;
    color: #999;
    font-size: 0.75rem;
    line-height: 1.1rem;
    text-align: center;
  }
}