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


/* 媒体中心 */
.media-center {
    padding: 0.35rem 0 1rem;
}
/* 标题和右侧导航 */
.media-center .box1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.media-center .classify {
    display: flex;
    align-items: center;
    width: fit-content;
}
.media-center .classify .item {
    display: block;
    margin: 0 0.075rem;
    padding: 0.15rem 0.25rem;
    border: 0.01rem solid #707070;
    background: white;
    transform: skewX(-15deg);
    font-size: var(--fon18);
    color: #707070;
    line-height: 0.27rem;
    transition: all 0.3s;
}
.media-center .classify .item:hover {
    background: #009B74;
    color: white;
    border: 0.01rem solid #009B74;
}
/* active */
.media-center .classify .active {
    background: #009B74;
    color: white;
    border: 0.01rem solid #009B74;
}
/* 媒体列表 */
.media-center .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.media-center .list .li {
    display: block;
    width: 7.85rem;
    margin-top: 0.5rem;
    margin-right: 0.3rem;
    border-radius: 0.15rem;
    overflow: hidden;
    transition: all 0.3s;
}
.media-center .list .li:nth-child(-n+2) {
    margin-top: 0;
}
.media-center .list .li:nth-child(2n) {
    margin-right: 0;
}
.media-center .list .meida-img {
    position: relative;
    width: 100%;
    height: 3.5rem;
}
.media-center .list .meida-img .play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.9rem;
    height: 0.9rem;
    transform: translate(-50%, -50%);
}
.media-center .list .info {
    padding: 0.5rem 0.45rem 0.6rem;
}
.media-center .list .date {
    font-size: var(--fon16);
    font-family: Arial, Arial;
    color: #999999;
}
.media-center .list .name {
    margin-top: 0.2rem;
    font-size: var(--fon23);
    color: #333333;
}
/* hover */
.media-center .list .li:hover {
    background: #efefef;
    box-shadow: 0 0.04rem 0.06rem rgba(0, 0, 0, .2);
}
.media-center .list .li:hover .name {
    color: #009B74;
    font-weight: 700;
}

/* 视频弹窗 */
.video-dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 333;
    display: none;
}
.video-dialog .video-box {
    position: absolute;
    left: 50%;
    top: 0.5rem;
    width: 12.1rem;
    height: 6.4rem;
    padding: 0.05rem 0.05rem;
    background: white;
    transform: translateX(-50%);
}
.video-dialog .video-box video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.video-dialog .close {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    width: 0.58rem;
    height: 0.58rem;
    object-fit: contain;
}












/* 2024-5-22 新增 */
.mode-page1 .desc {
    margin-top: 1rem;
    font-size: var(--fon18);
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 0.35rem;
}
.mode-page1 .desc p {
    font-size: var(--fon18);
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 0.35rem;
}


.mode-page2 {
    margin-top: 1rem;
}
/* 标题和搜索 */
.mode-page2 .tit-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mode-page2 .tit-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mode-page2 .input-box {
    position: relative;
    width: 6.8rem;
    height: 0.46rem;
}
.mode-page2 .input-box input {
    width: 100%;
    height: 100%;
    padding: 0 0.7rem 0 0.26rem;
    border: 0.01rem solid #707070;
}
.mode-page2 .input-box input:focus {
    border: 0.01rem solid #009B74;
}
.mode-page2 .input-box input::placeholder {
    font-size: var(--fon16);
    color: #707070;
}
.mode-page2 .input-box .btn {
    position: absolute;
    right: 0.17rem;
    top: 50%;
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    transform: translateY(-50%);
}

/* 列表 */
.mode-page2 .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.mode-page2 .list .li {
    position: relative;
    display: block;
    width: 5.15rem;
    margin-top: 0.28rem;
    margin-right: 0.27rem;
    background: white;
    transition: all 0.3s;
}
.mode-page2 .list .li:nth-child(-n+3) {
    margin-top: 0;
}
.mode-page2 .list .li:nth-child(3n) {
    margin-right: 0;
}
.mode-page2 .list .li .pic {
    width: 100%;
    height: 3rem;
}
.mode-page2 .list .li .text {
    padding: 0.4rem 0.32rem 0.25rem;
}
.mode-page2 .list .li .t1 {
    font-size: var(--fon28);
    font-weight: bold;
    color: #222222;
}
.mode-page2 .list .li .t2 {
    margin-top: 0.25rem;
    font-size: var(--fon16);
    color: #666666;
    line-height: 0.28rem;
}
.mode-page2 .list .more {
    display: block;
    width: 1.2rem;
    height: 0.38rem;
    margin-top: 0.27rem;
    margin-left: auto;
    border-radius: 1rem 1rem 1rem 1rem;
    border: 0.01rem solid #009B74;
    text-align: center;
    line-height: 0.38rem;
    font-size: var(--fon14);
    color: #009B74;
}
/* hover */
.mode-page2 .list .li:hover {
    box-shadow: 0rem 0.03rem 0.25rem 0.01rem rgba(0,0,0,0.2);
}
.mode-page2 .list .li:hover .t1 {
    color: #009B74;
}
.mode-page2 .list .more:hover {
    background: #009B74;
    color: white;
}


/* 产品认证 */
.pro-validate .pro-swiper {
    width: 100%;
    margin-top: 0.55rem;
    padding: 0.05rem 0.2rem .25rem;
}
.pro-validate .swiper-slide {
    width: 3.6rem;
    /*height: 3.92rem;*/
    height: 4.5rem;
    margin-top: 0.45rem;
    padding: 0.63rem 0.42rem 0.33rem;
    box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0,0,0,0.06);
    border-radius: 0.1rem;
    transition: all 0.3s;
}
.pro-validate .swiper-slide:hover {
    box-shadow: 0rem 0.03rem 0.3rem 0.01rem rgba(0,0,0,0.2);
}
.pro-validate .swiper-slide:hover .name {
    color: #009B74;
}
.pro-validate .swiper-slide .pro-img {
    height: 1.74rem;
}
.pro-validate .swiper-slide .name {
    margin-top: 1rem;
    margin-top: .5rem;
    font-size: var(--fon18);
    color: #333333;
    text-align: center;
}

.mod{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}
.mod .imgCon{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8.5rem;
    height: 6.3rem;
    border: 0.06rem solid white;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
}
.mod .imgCon .imgCon_img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mod .imgCon .mod_close{
    position: absolute;
    left: 50%;
    bottom: -0.8rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
    transform: translateX(-40%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}
.mod .imgCon .mod_close img{
    width: 0.14rem;
    height: 0.14rem;
    transition: all 0.3s;
}
.mod .imgCon .mod_close:hover {
    background: #009B74;
}
.mod .imgCon .mod_close:hover img{
    filter: brightness(0) invert(1);
}











@media only screen and (max-width: 1024px) {
    .hhbg {
        padding: 0.4rem !important;
        background: #F9F9F9 !important;
    }

    .mode-page2 .list .li{
        width: 100%;
        margin-right: 0 !important;
        margin-top: 0.28rem !important;
    }
    .pro-validate .swiper-slide{
        height: 4rem;
    }
}














