html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
.main_body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* banner样式在common.css中 */
/* 面包屑和小导航样式在common.css中 */




/* pics */
.about_pics {
    width: 100%;
    min-height: 10rem;
    padding-top: 0.6rem;
    padding-bottom: 1.27rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_pics .title {
    text-align: center;
}
.about_pics .chinese {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
}
.about_pics .english {
    margin-top: 0.15rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #004282;
}
.about_pics .pics {
    width: 12rem;
    margin-top: 0.8rem;
    display: flex;
    flex-wrap: wrap;
}
.about_pics .pic_item {
    width: 3.82rem;
    margin-right: 0.27rem;
    margin-top: 0.5rem;
    text-align: center;
}
.about_pics .pic_item:nth-child(-n+3) {
    margin-top: 0;
}
.about_pics .pic_item:nth-child(3n) {
    margin-right: 0;
}
.about_pics .pic_item .pic {
    display: block;
    width: 3.82rem;
    height: 2.36rem;
}
.about_pics .pic_item .pic img {
    width: 100%;
    height: 100%;
}
.about_pics .pic_item .name {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    color: #222222;
}

/* pages */
.about_pics .pages {
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    text-align: center;
}
.about_pics .pages .home_page {
    display: block;
    /*width: 0.4rem;*/
    padding: 0 0.04rem;
    height: 0.32rem;
    margin-right: 0.1rem;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    color: #222222;
    line-height: 0.3rem;
}
.about_pics .pages .prev, .next {
    display: block;
    /*width: 0.69rem;*/
    padding: 0 0.04rem;
    height: 0.32rem;
    margin-right: 0.1rem;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    color: #222222;
    line-height: 0.3rem;
}
.about_pics .pages .last_page {
    display: block;
    /*width: 0.4rem;*/
    padding: 0 0.04rem;
    height: 0.32rem;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    color: #222222;
    line-height: 0.3rem;
}
.about_pics .pages .page {
    max-width: 2.2rem;
    overflow: hidden;
    white-space: nowrap;
}
.about_pics .pages .item {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    /*padding: 0 0.08rem;*/
    margin-right: 0.1rem;
    background: #FFFFFF;
    border: 0.01rem solid #EEEEEE;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    color: #222222;
    line-height: 0.3rem;
}
.about_pics .pages .page_active {
    background: #004282;
    color: #fff;
}
/*放大遮罩*/
.honor_mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 222;
    display: none;
}
.honor_mask .mask-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    object-fit: contain;
}




@media only screen and (max-width: 1024px) {
    .about_pics {
        min-height: 5rem;
    }
    .about_pics .chinese {
        font-size: 14px;
    }
    .about_pics .english {
        margin-top: 0.1rem;
        font-size: 12px;
    }
    .about_pics .pics {
        width: 100%;
        margin-top: 0.4rem;
        padding-left: 15px;
        padding-right: 15px;
    }
    .about_pics .pic_item {
        display: block;
        width: 48%;
        margin-right: 4%;
        margin-top: 10px;
    }
    .about_pics .pic_item .pic {
        width: 100%;
        /*height: 100%;*/
        object-fit: cover;
    }
    .about_pics .pic_item:nth-child(3n) {
        margin-right: 4%;
    }
    .about_pics .pic_item:nth-child(-n+3) {
        margin-top: 10px;
    }
    .about_pics .pic_item:nth-child(2n) {
        margin-right: 0;
    }
    .about_pics .pic_item .name {
        font-size: 12px;
    }
    .about_pics .pages {
        margin-top: 0.45rem;
    }
}





