/* 20240923 begin*/

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 300px, 0);
        transform: translate3d(0, 300px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 300px, 0);
        transform: translate3d(0, 300px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.animation-up1 {
    animation: fadeInUp 1s both;
    -webkit-animation: fadeInUp 1s both;
    will-change: transform;
}

.animation-up2 {
    animation: fadeInUp 1s 0.3s both;
    -webkit-animation: fadeInUp 1s 0.3s both;
    will-change: transform;
}
/* 20240923 end*/

/*栏目条*/
.m-title {
    width: 100%;
    *zoom: 1;
}

.m-title:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
}

.m-title h3 {
    float: left;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.m-title h3 a {
    color: #000;
}

.m-title span {
    float: left;
    font-size: 18px;
    color: #000;
    padding: 8px 18px 8px 0;
    position: relative;
    margin-left: 18px;
}

.m-title span a {
    color: #000;
}

.m-title span:before {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #001e8c;
}

/*导航*/
/* 20240923 */
.g-nav {
    height: 130px;
    background: rgb(6, 65, 154);
    background: url(../images/nav-bg.jpg) center top no-repeat;
    box-sizing: border-box;
    border-bottom: 1px solid #646f94;
}

/* 20250827 */
.m-nav {
    position: relative;
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 1px solid #ffffff;
}

.m-nav .m-Menu {
    display: none;
}

/* 20240923 */
.m-nav .m-logo-white {
    float: left;
    width: 180px;
    margin-top: 25px;
}

.m-nav .m-logo-white img {
    width: 180px;
    height: 68px;
}
/* 20250827 */
@media  (min-width:750px) {
    .m-nav .m-nav-list {
        position: absolute;
        top:35px;
        left: 250px;
        width: 840px;
        height: 65px;
    
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    
    }

}

.m-nav .m-nav-list p {
    display: none;
}
/* 20250827 */
.m-nav .m-nav-list li {
    float: left;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    position: relative;

}
/* 20250701 */
.m-nav .m-nav-list li .nav {
    display: block;
    height: 100%;
    padding: 0 18px;
}
/* 20250827 */
.m-nav .m-nav-list li ul {
    position: absolute;
    padding: 12px 10px;
    left: 50%;
    /*top: 130px;*/
    transform: translateX(-50%);
    z-index: 9;
    min-width: 100px;
    background: #06419A;
    display: none;
}

.m-nav .m-nav-list li:nth-child(3) ul {
    min-width: 146px;
}

.m-nav .m-nav-list li:nth-child(4) ul {
    min-width: 300px;
}

/* 20250701 */
.m-nav .m-nav-list li:nth-child(7) ul {
    min-width: 170px;
}

.m-nav .m-nav-list li:nth-child(8) ul,
.m-nav .m-nav-list li:nth-child(5) ul {
    min-width: 200px;
}
.m-nav .m-nav-list li:nth-child(9) ul{
    min-width: 300px;
}



.m-nav .m-nav-list li ul li {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    color: #0067d1;
    font-size: 14px;
    padding: 4px 10px;
    line-height: 22px;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.m-nav .m-nav-list li ul li:last-child {
    margin-bottom: 0px;
}

.m-nav .m-nav-list li ul li:hover {
    background-color: #001e8c;
    color: #FFF;
}

.m-nav .m-nav-list li ul li:hover a {
    color: #FFF;
}

.m-nav .m-nav-list li ul a {
    color: #FFF;
}

.m-nav .m-nav-list li a {
    color: #FFF;
}
/* 20250827 */
.m-nav .m-search-lang {
    float: right;
    width: 115px;
    height: 130px;
    margin: 0 0 0 30px;
    overflow: hidden;
}
/* 20240923 */
.m-nav .m-search {
    display: none;
    float: left;
    width: 176px;
    background: #001870;
    border-radius: 12px;
}

.m-nav .m-search input {
    float: left;
    width: 125px;
    height: 25px;
    font-size: 13px;
    line-height: 25px;
    padding: 0 10px;
    background: #001870;
    color: #708cdc;
    border: none;
    border-radius: 12px;
}

.m-nav .m-search input::focus {
    background: #001870;
}

.m-nav .m-search input::-webkit-input-placeholder {
    color: #708cdc;
}

.m-nav .u-nav-lang {
    display: none;
}

.m-nav .m-search #searchBtn {
    cursor: pointer;
    width: 19px;
    height: 19px;
    float: right;
    margin-right: 7px;
    margin-top: 5px;
    background: url("https://cn.wicinternet.org/static/images/icon-search.png") center center;
    background-size: 19px 19px;
}
/* 20240923 */
.m-nav .m-lang {
    float: left;
    color: #FFF;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    margin-top: 54px;
}

.m-nav .m-lang span,
.m-nav .m-lang a {
    color: #FFF;
}
/* 20240923 */
.m-nav .m-search-link {
    float: right;
    width: 25px;
    height: 25px;
    margin-top: 54px;
    background: url(https://cn.wicinternet.org/static/images/icon-search.png) center center no-repeat;
}
/*焦点图*/
/* 20240923 */
.g-focus {
    overflow: hidden;
    height: 580px;
    background: url(../images/focus-bg2.jpg) center center no-repeat;
}
/* 20240923 */
.m-focus {
    width: 1200px;
    height: 490px;
    margin: 55px auto 0;
}

.m-focus .swiper-slide {
    position: relative;
}

.m-focus .swiper-slide img {
    width: 1200px;
    height: 490px;
}

.m-focus .swiper-slide .u-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
    box-sizing: border-box;
    /*background: rgba(0, 0, 0, 0.5);*/
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}

.m-focus .swiper-slide .u-title_Span {
    width: 100%;
    font-size: 32px;
    line-height: 50px;
    color: #FFF;
    overflow: hidden;
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
}

.m-focus .swiper-slide .u-title {
    width: 100%;
    display: block;
    font-size: 32px;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-weight: bold;
    line-height: 50px;
}

.m-focus .swiper-slide .u-more {
    display: block;
    width: 160px;
    font-size: 18px;
    color: #FFF;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 26px;
    border: 1px solid #FFF;
}

.m-focus .swiper-pagination {
    width: auto;
    height: 17px;
    bottom: 57px;
    left: auto;
    right: 100px;
    transition: 0s;
}

.m-focus .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    opacity: 1;
    margin: 0 0 0 20px;
    color: transparent;
    background-color: transparent;
    border: 1px solid #FFF;
}

.m-focus .swiper-pagination .swiper-pagination-bullet-active {
    color: #FFF;
    background-color: #FFF;
}

/*热点*/
.g-hot {
    width: 1200px;
    height: auto;
    margin: 30px auto 0;
    overflow: hidden;
}

.g-hot ul {
    width: 1220px;
    height: auto;
}

.g-hot li {
    float: left;
    display: block;
    width: 285px;
    margin-right: 20px;
    min-height: 250px;
    /* overflow: hidden; */
}

.g-hot .u-pic {
    display: block;
    position: relative;
    width: 285px;
    height: 170px;
    overflow: hidden;
    z-index: 2;
}

.g-hot img {
    width: 285px;
    height: 170px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.g-hot li:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.g-hot p {
    position: relative;
    display: block;
    font-size: 18px;
    width: 100%;
    margin-top: -80px;
    height: 80px;
    line-height: 25px;
    box-sizing: border-box;
    padding: 15px 10px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    background: rgba(242, 244, 255, 1);
    z-index: 1;
}

.g-hot p a {
    color: #000;
}

.g-hot li:hover p {
    margin-top: 0px;
    z-index: 1;
}

/*大会动态 & 行业新闻*/
.g-news {
    width: 1200px;
    height: auto;
    margin: 12px auto 0;
    overflow: hidden;
}

.g-news .m-left {
    width: 570px;
    float: left;
}

.g-news .m-left .m-wrap {
    /* margin-top: 14px; */
}

.g-news .m-left dl {
    padding: 20px 0 18px;
    border-bottom: 1px dotted #acc5d8;
}

.g-news .m-left dl:last-child {
    border: none;
}

.g-news .m-left dt {
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    /* text-overflow: ellipsis;
    white-space: nowrap; */
}

.g-news .m-left dt a {
    color: #555;
}

.g-news .m-left dd {
    font-size: 16px;
    line-height: 28px;
    color: #888888;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
    overflow: hidden;
    margin-top: 10px;
}

.g-news .m-left dd a {
    color: #0024a2;
}

.g-news .m-right {
    width: 532px;
    padding-left: 38px;
    float: right;
}

.g-news .m-right ul {
    margin-top: 30px;
}

.g-news .m-right li {
    font-size: 18px;
    color: #333333;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 12px;
    background: url(../images/icon-list.png) 0 center no-repeat;
}

.g-news .m-right li a {
    color: #333333;
}

/*重要活动*/
.g-events {
    width: 1200px;
    height: 733px;
    margin: 50px auto 0;
}

.g-events .m-main {
    width: 1200px;
    height: 650px;
    margin: 36px auto 0;
    overflow: hidden;
}

.g-events .m-main .swiper-pagination {
    display: none;
}

.g-events li {
    position: relative;
    float: left;
    width: 48px;
    height: 650px;
    overflow: hidden;
}

.g-events .m-vertical-title {
    position: absolute;
    width: 48px;
    height: 500px;
    left: 0;
    top: 0;
    z-index: 10;
    font-size: 16px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    *writing-mode: tb-rl;
    line-height: 48px;
    text-indent: 50px;
    cursor: pointer;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-shadow: -4px 0px 5px #E6E6E6;
    box-shadow: -4px 0px 5px #E6E6E6;
    padding: 0 0 150px 0;
}

.g-events .m-vertical-title .u-order {
    color: #222;
    font-size: 24px;
    position: absolute;
    width: 48px;
    text-align: center;
    z-index: 9;
    left: 0;
    bottom: 30px;
    text-indent: 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: tb-lr;
    writing-mode: horizontal-tb;
    *writing-mode: tb-lr;
}

.g-events .m-wrap {
    position: relative;
    height: 650px;
}


.g-events .m-wrap img {
    position: absolute;
    width: 864px;/* 20250613 */
    height: 540px;
    left: 0;
    top: 0;
}

.g-events dl {
    width: 712px;
    height: 110px;
    position: absolute;
    padding: 0 50px 0 102px;
    z-index: 9;
    left: 0;
    bottom: 0;
    background: #FFF;

    align-content: center;
}

.g-events dt {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    /* margin-top: 25px; */
    overflow: hidden;



    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
    /* 20241022 */
    display: flex;
    align-items: center;
    height: 110px;
}

.g-events dt a {
    color: #333;
    overflow: hidden;
    /* text-overflow: ellipsis;
    white-space: nowrap; */
}

.g-events dd {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    color: #888;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g-events .u-order {
    position: absolute;
    font-size: 24px;
    color: #222;
    width: 48px;
    height: 48px;
    line-height: 48px;
    left: 10px;
    bottom: 30px;
}

.g-events li:nth-child(1) {
    width: 864px;/* 20250613 */
}

.g-events li:nth-child(1) .m-vertical-title {
    display: none;
    background: url(../images/title-bg3-1.jpg) 0 0 no-repeat;
}

.g-events li:nth-child(2) .m-vertical-title {
    background: url(../images/title-bg3-2.jpg) 0 0 no-repeat;
}

.g-events li:nth-child(3) .m-vertical-title {
    background: url(../images/title-bg3-3.jpg) 0 0 no-repeat;
}

.g-events li:nth-child(4) .m-vertical-title {
    background: url(../images/title-bg3-4.jpg) 0 0 no-repeat;
}

.g-events li:nth-child(5) .m-vertical-title {
    background: url(../images/title-bg3-5.jpg) 0 0 no-repeat;
}

.g-events li:nth-child(6) .m-vertical-title {
    background: url(../images/title-bg3-6.jpg) 0 0 no-repeat;
}

.g-events li:nth-child(7) .m-vertical-title {
    background: url(../images/title-bg3-7.jpg) 0 0 no-repeat;
}
/* 20250613 */
.g-events li:nth-child(8) .m-vertical-title {
    background: url(../images/title-bg3-8.jpg) 0 0 no-repeat;
}

/* 20250701 */
/*研究成果*/
.g-RESEARCH {
    position: relative;
    width: 1200px;
    margin: 80px auto 70px;
}
.g-RESEARCH .m-title{
    margin-bottom: 35px;
}
.g-RESEARCH .m-RESEARCH {
    position: relative;
    width: 1040px;
    height: 280px;
    padding: 50px 80px;
    background-color: #F9F9F9;
    overflow: hidden;
}
.g-RESEARCH .m-RESEARCH ul{
    width: 1040px;
    height: 280px;
    display: flex;    
    justify-content: space-between;
}

.g-RESEARCH .m-RESEARCH li{
    width: 220px;
    height: 280px;
    display: flex;
    border-radius: 35px;
    background-color: #4472C4;    
    flex-wrap: wrap;    
    align-content: flex-start;
    justify-content: center;
}

.g-RESEARCH .m-RESEARCH li p{
    margin-top: 47px;
    width: 108px;
    height: 118px;
}
.g-RESEARCH .m-RESEARCH li p img{
    width: 108px;
    height: 118px;
}
.g-RESEARCH .m-RESEARCH li h4{
    margin-top: 20px;
    width: 200px;
    height: auto;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}
.g-RESEARCH .m-RESEARCH li h4 a{
    color: #FFF;
}
#m-RESEARCH2{
    background-color: #FFC000!important;
}
#m-RESEARCH2 h4{
    width: 160px!important;
}
#m-RESEARCH3{
    background-color: #70AD47!important;
}
/* 20250722 */
#m-RESEARCH3 h4{
    width: 160px!important;
}

#m-RESEARCH4{
    background-color: #ED7D31!important;
}
/*成果报告*/
.g-report {
    position: relative;
    width: 1200px;
    margin: 80px auto 90px;
}
.g-report .m-report {
    position: relative;
    width: 1200px;
    height: 400px;
    margin: 33px auto 0;
    overflow: hidden;
}

.g-report .m-report .swiper-slide {
    float: left;
    width: 285px;
    height: 400px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    background: #e9e9e9;
}

.g-report .m-report .u-pic {
    overflow: hidden;
    width: 220px;
    height: 300px;
    margin: 30px 0 0 32.5px;
}

.g-report .m-report img {
    width: 220px;
    height: 300px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.g-report .m-report .swiper-slide:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.g-report .m-report p {
    font-size: 18px;
    width: 285px;
    height: 70px;
    color: #FFF;
    line-height: 30px;
    box-sizing: border-box;
    padding: 6px 25px 0;
    background: url("../images/txt-bg.jpg") center center no-repeat;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.g-report .m-report p a {
    color: #FFF;
}

.g-report .swiper-button-prev,
.g-report .swiper-button-next {
    width: 50px;
    height: 50px;
    margin: 0;
    top: 234px;
    left: -80px;
    transition: .3s;
    -webkit-transition: .3s;
    background: url("../images/arrow-left.png") center center no-repeat;
    background-size: cover;
}

.g-report .swiper-button-prev:hover {
    background: url("../images/arrow-left-on.png") center center no-repeat;
    background-size: cover;
}

.g-report .swiper-button-next {
    left: auto;
    right: -80px;
    background: url("../images/arrow-right.png") center center no-repeat;
    background-size: cover;
}

.g-report .swiper-button-next:hover {
    background: url("../images/arrow-right-on.png") center center no-repeat;
    background-size: cover;
}

.g-report .m-main {
    width: 1200px;
    height: auto;
    margin: 13px auto 0;
    overflow: hidden;
}

.g-report .m-main ul {
    width: 1220px;
}

.g-report .m-report swiper-slide {
    width: 285px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #e9e9e9;

}
.g-report .m-main li {
    float: left;
    width: 285px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #e9e9e9;

}


.g-report .m-main .u-pic {
    overflow: hidden;
    width: 220px;
    height: 300px;
    margin: 32px 32px 0 32px;
}

.g-report .m-main img {
    width: 220px;
    height: 300px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.g-report .m-main li:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.g-report .m-main li:hover {
    background-position: left 30px bottom 40px;
}

.g-report .m-main p {
    position: relative;
    font-size: 18px;
    width: 285px;
    height: auto;
    color: #FFF;
    line-height: 30px;
    box-sizing: border-box;
    padding: 16px 25px 50px 25px;
    background: url(../images/txt-bg.jpg) center center repeat-y;
    display: -webkit-box;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
}

.g-report .m-main p a {
    color: #FFF;
}
    /*ADBanner 20250324*/
    .g_AD {
        width: 1200px;
        height: auto;
        margin: 42px auto 0;
        overflow: hidden;

    }

/* 20230923 end*/
/*M*/
@media only screen and (max-width:750px) {
    .g-wrap {
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    /*栏目条*/
    .m-title h3 {
        position: relative;
        font-size: 0.85rem;
        /* padding-left: 0.75rem; */
    }

    /* .m-title h3:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.18rem;
        width: 0.25rem;
        height: 0.8rem;
        background: #001e8c;
    } */

    .m-title h3 a {
        color: #565656;
    }

    .m-title span {
        font-size: 0.4rem;
        padding: 0.3rem 0 0 0;
        margin-left: 0.25rem;
    }

    .m-title span:before {
        display: none;
    }

    /*导航*/
    .g-nav {
        height: auto;
        border-bottom: none;
    }

    .m-nav {
        width: 100%;
        height: 3.625rem;
        border-bottom: 1px solid #c0c6da;
        overflow: hidden;
        /* 20240923 */
    }

    .m-nav .m-logo-white {
        width: 3.15rem;
        margin: 1.225rem 0 0 0.85rem;
    }

    .m-nav .m-logo-white img {
        width: 100%;
        height: auto;
    }

    .m-nav .u-nav-lang {
        display: block;
        color: #FFF;
    }

    .m-nav .u-nav-lang a {
        display: inline-block;
    }

    .m-nav .u-nav-lang .u-nav-lang1 {
        margin-right: 2vw;
    }

    .m-nav .u-nav-lang .u-nav-lang2 {
        margin-left: 2vw;
    }

    .m-nav .m-nav-list {
        display: none;
        /* display: block; */
        position: fixed;
        top: 0;
        padding: 0 5vw 0 10vw;
        width: 57vw;
        height: 100vh;
        margin-left: 28vw;
        background-color: rgba(0, 138, 217, 0.95);

        z-index: 10;
    }

    .m-nav .m-nav-list p {
        padding-top: 10vw;
        padding-bottom: 12vw;
        display: block;
        width: 100%;
        height: 5vw;
    }

    .m-nav .m-nav-list p img {
        float: right;
        margin-right: 3vw;
        display: block;
        width: 5vw;
        height: 5vw;
    }

    .m-nav .m-nav-list li {
        float: left;
        width: 100%;
        font-size: 4vw;
        height: auto;
        line-height: 5vw;
        margin-bottom: 8vw;
        text-align: left;
    }



    .m-nav .m-nav-list li .nav {
        padding: 0;
    }

    .m-nav .m-nav-list li ul {
        display: none !important;
    }

    .m-nav .m-search-lang {
        float: right;
        width: 8rem;
        margin: 1rem 0.25rem 0 0;
    }

    .m-nav .m-Menu {
        display: block;
        float: right;
        width: 0.8rem;
        height: 0.8rem;
        margin-top: 0.5rem;
        margin-right: 0.2rem;
    }

    .m-nav .m-Menu img {
        width: 0.8rem;
        height: 0.8rem;
    }

    .m-nav .m-search {
        display: block;
        /* float: none; */
        background: #001870;
        height: 0.8rem;
        border-radius: 0.6rem;
        padding: 0.2rem;
        width: 4rem;
        margin-top: 0.3rem;
    }

    .m-nav .m-search input {
        width: 2.6rem;
        height: 0.8rem;
        font-size: 0.4rem;
        line-height: 0.8rem;
        padding: 0 0.25rem;
        /* border-radius: 2rem; */
        vertical-align: top;
    }

    .m-nav .m-search input::-webkit-input-placeholder {
        font-size: 0.4rem;
        color: #858bad;
    }

    .m-nav .m-search #searchBtn {
        vertical-align: top;
        width: 0.6rem;
        height: 0.6rem;
        margin-right: 0.2rem;
        background-size: cover;
        margin-top: 0.1rem;
    }

    .m-nav .m-lang {
        display: none;
        height: auto;
        line-height: normal;
        font-size: 0.3rem;
        width: 3.25rem;
        padding-left: 0.25rem;
    }

    .m-nav .m-lang a {
        font-size: 0.35rem;
    }


    /*焦点图*/
    .g-focus {
        height: 8.25rem;
        background-size: cover;
    }

    .m-focus {
        width: 15.625rem;
        height: 6.375rem;
        margin-top: 0.85rem;
    }

    .m-focus .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .m-focus .swiper-slide .u-mask {
        padding: 1rem;
        color: #FFF;
        overflow: hidden;
        /* text-overflow: ellipsis; */
        white-space: normal;
    }

    .m-focus .swiper-slide .u-title_Span {
        font-size: 0.6rem;
        line-height: 0.8rem;
        /*margin-bottom: 0.2rem;*/
    }

    .m-focus .swiper-slide .u-title {
        font-size: 0.6rem;
        line-height: 0.8rem;
        margin-bottom: 0.2rem;
        text-overflow: clip;
        display: block;
        -webkit-box-orient: inherit;
        white-space: warp;
        overflow: hidden;
		display:none;
    }

    .m-focus .swiper-slide .u-more {
        display: block;
        width: 2.8rem;
        font-size: 0.4rem;
        color: #FFF;
        height: 0.8rem;
        line-height: 0.8rem;
        text-align: center;
        margin-top: 0.2rem;
        border: 1px solid #FFF;
    }

    /* 20240923 */
    .m-focus .swiper-pagination {
        right: 0.4rem;
        top: 5.2rem;
        bottom: auto;
        height: 0.4rem;
        vertical-align: top;
    }
    /* 20240923 */
    .m-focus .swiper-pagination .swiper-pagination-bullet {
        width: 0.4rem;
        height: 0.4rem;
        margin: 0 0.18rem;
        background-size: 100%;
    }

    /*热点*/
    .g-hot {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 0.9rem;
        /* padding-bottom: 0.45rem; */
        border-bottom: 4px solid #f1f2f6;
    }

    .g-hot ul {
        width: 100%;
        margin-left: 0.75rem;
    }

    .g-hot li {
        width: 8rem;
        /* height: 5.0rem; */
        min-height: auto !important;
        overflow: hidden;
        margin-right: 0.8rem;
        margin-bottom: 0.75rem;
    }

    .g-hot li:last-child {
        margin-right: 0rem;
    }

    .g-hot .u-pic {
        width: 100%;
        height: auto;
    }

    .g-hot img {
        width: 8rem;
        height: 4.8rem;
    }

    .g-hot p {
        display: none;
    }

    /*大会动态 & 行业新闻*/
    .g-news {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-bottom: 1.2rem;
        border-bottom: 4px solid #f1f2f6;
    }

    .g-news .m-left {
        float: none;
        width: 100%;
        padding: 1rem 0.875rem 0;
        box-sizing: border-box;
    }

    .g-news .m-left .m-wrap {
        margin-top: 0;
    }

    .g-news .m-left dl {
        padding: 0.7rem 0 0.68rem;
        border-bottom: 1px dotted #cddce8;
    }

    .g-news .m-left dt {
        font-size: 0.85rem;
        font-weight: normal;
    }

    .g-news .m-left dd {
        font-size: 0.525rem;
        line-height: 1.05rem;
        margin-top: 0.3rem;
        -webkit-line-clamp: 3;
    }

    .g-news .m-right {
        float: none;
        width: 100%;
    }

    .g-news .m-right {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 1rem 0.875rem 0;
    }

    .g-news .m-right ul {
        margin-top: 0.7rem;
    }

    .g-news .m-right li {
        font-size: 0.64rem;
        height: 1.25rem;
        line-height: 1.25rem;
        padding: 0 0.5rem;
    }

    /*重要活动*/
    .g-events {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        margin: 1.1rem auto 0;
        padding: 0 0 1.35rem 0.875rem;
        border-bottom: 4px solid #f1f2f6;
    }

    .g-events .m-main {
        width: 100%;
        height: 12.125rem;
        margin-top: 1.05rem;
    }

    .g-events .m-main .clear {
        display: flex;
    }

    .g-events .m-vertical-title {
        display: none;
    }

    .g-events li {
        float: none;
        width: 15rem;
        height: 10.75rem;
    }

    .g-events li:nth-child(1) {
        width: 15rem;
    }

    .g-events .m-wrap {
        width: 15rem;
        height: 10.75rem;
    }

    .g-events .m-wrap img {
        position: static;
        width: 15rem;
        height: 9.4rem;/* 20250613 */
    }

    .g-events dl {
        position: static;
        width: 100%;
        box-sizing: border-box;
        height: 2.25rem;
        padding: 0 0 0 0.75rem;
        background: url(../images/repeat1.jpg) repeat-y;
        background-size: 100%;
    }

    .g-events dt {
        font-size: 0.65rem;
        color: #FFF;
        margin: 0;
		height: auto;
    }

    .g-events dt a {
        color: #FFF;
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;

    }

    .g-events dd {
        font-size: 0.4rem;
        line-height: 0.625rem;
        margin-top: 0.15rem;
        color: #FFF;
    }

    .g-events .u-order {
        display: none;
    }

    .g-events .m-main .swiper-pagination {
        display: block;
        height: 0.175rem;
        bottom: 0;
    }

    .g-events .m-main .swiper-pagination .swiper-pagination-bullet {
        width: 0.6rem;
        height: 0.175rem;
        opacity: 1;
        border-radius: 0;
        background: #001e8c;
        vertical-align: top;
    }

    .g-events .m-main .swiper-pagination .swiper-pagination-bullet-active {
        width: 1.2rem;
        background: #32a4fe;
    }

    /*成果报告*/
    .g-report {
        box-sizing: border-box;
        padding: 0 0.875rem;
        width: 100%;
        margin: 1.2rem auto 0;
    }

    .g-report .m-title {
        width: 100%;
        margin: 0 auto;
    }

    .g-report .m-report {
        width: 100%;
        height: auto;
        margin: 1.25rem auto 2.5rem;
    }

    .g-report .m-report:after {
        content: '';
        overflow: hidden;
        width: 100%;
        height: 0px;
        font-size: 0px;
        display: block;
        clear: both;
    }

    .g-report .m-report .swiper-slide {
        float: left;
        width: 48%;
        height: auto;
        overflow: hidden;
        margin: 0 4% 0 0;
        background: #e9e9e9 url("../images/icon-arrow.png") 1rem 9.8rem no-repeat;
        background-size: 0.75rem 0.25rem;
    }

    .g-report .m-report .swiper-slide .u-pic {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .g-report .m-report .swiper-slide img {
        width: 100%;
        height: auto;
        vertical-align: top;
        box-sizing: border-box;
        border: 1px solid #ccc;
    }

    .g-report .m-report .swiper-slide p {
        font-size: 0.5rem;
        width: 100%;
        height: 2rem;
        line-height: normal;
        padding: 0;
        overflow: hidden;
        z-index: 9;
        display: flex;
        align-items: center;
        background-size: cover;
    }

    .g-report .m-report .swiper-slide p a {
        padding: 0 0.3rem;
        box-sizing: border-box;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .g-report .swiper-button-prev,
    .g-report .swiper-button-next {
        width: 1.5rem;
        height: 1.5rem;
        margin: 0;
        top: 8rem;
        left: 0;
        transition: .3s;
        -webkit-transition: .3s;
        background: url("../images/arrow-left.png") center center no-repeat;
        background-size: cover;
    }

    .g-report .swiper-button-next {
        left: auto;
        right: 0;
        background: url("../images/arrow-right.png") center center no-repeat;
        background-size: cover;
    }


    .g-report .m-main {
        width: 100%;
        height: auto;
        margin: 1.25rem auto 2.5rem;
    }

    .g-report .m-main ul {
        width: 100%;
    }

    .g-report .m-main li {
        width: 7.5rem;
        height: auto;
        overflow: hidden;
        margin: 1.125rem 2rem 0 0;
        /* background: #e9e9e9 url("../images/icon-arrow.png") no-repeat; */
        background-position: left 10px bottom 25px;
        background-size: 0.75rem 0.25rem;
    }

    .g-report .m-main li:hover {
        /* background-position: 1.6rem 9.8rem; */
        background-position: left 30px bottom 25px;
    }

    .g-report .m-main li:nth-child(1),
    .g-report .m-main li:nth-child(2) {
        margin-top: 0;
    }

    .g-report .m-main li:after {
        width: 0.5rem;
        height: 0.25rem;
        top: 0.375rem;
    }

    .g-report .m-main li:nth-child(even) {
        margin-right: 0;
    }

    .g-report .m-main .u-pic {
        width: 6.875rem;
        height: 7.75rem;
        margin: 0.5rem 0 0 0.3125rem;
    }

    .g-report .m-main img {
        width: 6.875rem;
        height: 7.75rem;
    }
    /* 20230923 */
    .g-report .m-main p {
        padding: 20px 10px 40px 10px;
        font-size: 0.5rem;
        width: 7.5rem;
        height: auto;
        line-height: normal;
        bottom: 0;
        /* padding: 0; */
        overflow: hidden;
        z-index: 9;
        display: flex;
        align-items: center;
        background: url(../images/txt-bg.jpg) center center repeat-y;
       
    }
    /* .g-report .m-main p::after{
        content: "";
        display: block;
        position: absolute;
        bottom:18px;
        width: 15px;
        height: 5px;
       background: url(../images/Report_Arrow.png) center center no-repeat;
       background-size: 15px 5px;
    } */
    .g-report .m-main p a {
        /* padding: 0 0.3rem; */
        box-sizing: border-box;
        /* display: -webkit-box; */
        overflow: hidden;
        /* -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; */
    }

/*ADBanner 20250324*/
    .g_AD {
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 1rem 0.875rem 0;
    }
    .g_AD img{
        width: 100%;        

    }

    /* 20250701 */
/*研究成果*/
.g-RESEARCH {
    position: relative;
    width: 92vw;
    margin: 0 auto;
    padding-top: 1rem;
}
.g-RESEARCH .m-title{
    margin-bottom: 1rem;
}
.g-RESEARCH .m-RESEARCH {
    position: relative;
    width: 80vw;
    padding: 6vw;
    padding-bottom: 2vw;
    height: auto;
    background-color: #F9F9F9;
    overflow: hidden;
}
.g-RESEARCH .m-RESEARCH ul{
    width: 80vw;
    height: auto;
    display: flex;  
    flex-wrap: wrap;  
    justify-content: space-between;
}

.g-RESEARCH .m-RESEARCH li{
    width: 38vw;
    height: 60vw;
    display: flex;
    border-radius: 6vw;
    background-color: #4472C4;    
    flex-wrap: wrap;    
    align-content: flex-start;
    justify-content: center;
    margin-bottom: 6vw;
}

.g-RESEARCH .m-RESEARCH li p{
    margin-top:8vw;
    width: 20vw;
    height: auto;
}
.g-RESEARCH .m-RESEARCH li p img{
    width: 20vw;
    height: auto;
    
}
.g-RESEARCH .m-RESEARCH li h4{
    margin-top: 4vw;
    width: 20vw;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}
.g-RESEARCH .m-RESEARCH li h4 a{
    color: #FFF;
}
#m-RESEARCH2{
    background-color: #FFC000!important;
}

#m-RESEARCH3{
    background-color: #70AD47!important;
}
#m-RESEARCH4{
    background-color: #ED7D31!important;
}
}