* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.m1200 {
    width: calc(100% - 3rem);
    margin: 0 auto;
}
.box1 {
    background: url(xxsd.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}


.box1_left {
    width:100%;
    height:auto;
    float: left;
}

.box1_right {
    /* display: flex; */
    width:100%;
    flex-direction: column;
    align-items: flex-start;
    gap: .9375rem;
    flex-shrink: 0;
    float: right;
    margin: 1.25rem auto;
}

#lizi {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -32.5rem;
}

#lizi canvas {
    width: 100% !important;
}

.box2 {
    position: relative;
    overflow: hidden;
}

.box2 .m1200 {
    z-index: 999;
}

.banner {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    background: linear-gradient(0deg, #0161DA 0%, #0161DA 100%);
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
    margin: 4.25rem 0 auto;
}

.swiper-container {
    width:100%;
    height:auto;
    margin: 1.25rem auto;
}

.swiper-slide img {
    width: 100%;
    height:100%;
}

.swiper-pagination-bullet {
    background-color: #fff !important;
    border: none;
    cursor: pointer;
    display: block;
    margin: 0;
    opacity: 1;
    outline: none;
    padding: 0;
    transition: var(--el-transition-duration);
    width: .4rem !important;
    height: .4rem !important;
    background: #fff;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    width: .5rem !important;
    height: .5rem !important;
}

.swiper-slide:after {
    position: absolute;
    bottom: .3125rem;
    display: block;
    width: 100%;
    height: 2.75rem;
    content: "";
    background: rgba(0, 14, 143, 0.80);
}
.swiper-slide{
    height:14.375rem !important;
}
.banner-title {
    position: absolute;
    bottom: 0;
    left:1rem;
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.75rem;
    /* 333.333% */
    z-index: 999;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    right: 0 !important;
    width: 30% !important;
    left: auto !important;
    bottom: 0.7rem !important;
}

.box1_right .top {
    width: 100%;
}

.box1_right .top span {
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.box1_right .top a {
    display: table;
    float: right;
    color: #00329F;
    text-align: right;
    font-family: "Source Han Sans CN";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.75rem;
}


.xxsd_list ul li {
    display: flex;
    width:90%;
    padding: 0 .625rem 0 1.5rem;
    align-items: flex-start;
    gap: .8056rem;
    position: relative;
}

.xxsd_list ul li a {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: "Source Han Sans CN";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1 0 0;

}

.xxsd_list ul li::before {
    content: "";
    width: .3125rem;
    height: .3125rem;
    border-radius: .1563rem;
    background: #004FDF;
    position: absolute;
    left: .5625rem;
    top: 1.1rem;
}


/* 精彩活动 */
.box3 {
    padding: 2.5rem 0 1rem 0;
    flex-direction: column;
    position: relative;
    display: table;
}

.box3 .jchd {
    float: left;
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    padding: 0;
}

.newtitle,
.newtitle ul li,
.box3 i {
    float: left;
    font-style: normal;
    line-height: 2.5rem;
    height: 2.6875rem;
}

.index_topic {
    clear: both;
}

.box3 i {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
    height: 1.5rem;
    margin-top: .625rem;
}

.newtitle ul li {
    display: flex;
    padding: 0 1rem;
    justify-content: center;
    align-items: center;
    gap: .375rem;
    align-self: stretch;
    margin-right: 1.5rem;
}

.newtitle ul li p {
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
}

.newtitle ul li .more {
    display: none;
    position: absolute;
    right: 0;
    top: 3.125rem;
    text-align: right;
    font-family: "Source Han Sans CN";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.newtitle ul li .more a {
    color: #00329F;
}

.newtitle ul li.on .more {
    display: block;
}

.index_topic {
    margin-top: 3.75rem;
}

.index_topic_list {
    float: left;
    width: 100%;
    height: 18.cap;
    border: .0625rem solid #D7D7D7;
    margin-right: 2.0625rem;
    margin-bottom: 1.25rem;
}

.index_topic_list:nth-child(4n) {
    margin-right: 0;
}

.index_topic_list_img {
    width:100%;
    height:auto;
    overflow: hidden;
}

.index_topic_list img {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.index_topic_list:hover img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transform: scale(1.1);
}





.index_topic_list .about {
    display: flex;
    padding: 1rem 1.3125rem 1.3125rem 1.3125rem;
    flex-direction: column;
    align-items: flex-start;
    gap: .875rem;
    align-self: stretch;
}

.index_topic_list .about .dd img {
    width: .75rem;
    height: .875rem;
    flex-shrink: 0;
    float: left;
}

.index_topic_list .about .dd span {
    float: left;
    color: #999;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    /* 100% */
    margin-left: .5rem;
}

.index_topic_list .about .biaoti {
    overflow: hidden;
    color: #333;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.125rem;
    /* 138.889% */
    width: 100%;
    height: 1.125rem;
}

.index_topic_list .about .time img {
    width: .875rem;
    height: .875rem;
    flex-shrink: 0;
    float: left;
}

.index_topic_list .about .time span {
    color: #0372F8;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    /* 100% */
    float: left;
    margin-left: .5rem;
}

/* 成果发布 */
.box4 {
    width: 100%;
    height: auto;
    background: url(cgfb.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    height: 35.625rem;
    padding: 1.25rem 0 4.375rem 0;
    flex-direction: column;
    align-items: center;
}

.cgfb_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    display: flex;
    width: 75rem;
    padding: 2.5rem 0;
    align-items: flex-start;
    gap: 2.5rem;
}

.cgfb_top span {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cgfb_top a {
    color: #FFF;
    text-align: right;
    font-family: "Source Han Sans CN";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
}

.cgfb_list ul li {
    float: left;
    display: flex;
    width: 17.3125rem;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 1.875rem;
    overflow: hidden;
    height: 24.0625rem;
}

.cgfb_list ul li:nth-child(4) {
    margin-right: 0;
}

.cgfb_list a img {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.cgfb_list a:hover img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transform: scale(1.1);
}

/* 科学家发声 */
.kxjfs_top {
    width:100%;
    padding-bottom:0.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
}

.kxjfs_top span {
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.kxjfs_top a {
    color: #00329F;
    text-align: right;
    font-family: "Source Han Sans CN";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
    float: right;
}

.kxjfs_list {
    display: table;
}

.kxjfs_list ul li {
    float: left;
    display: flex;
    width:92%;
    padding-bottom: .0625rem;
    flex-direction: column;
    align-items: flex-start;
    grid-row: 1 / span 1;
    grid-column: 1 / span 1;
    padding: 0 .625rem 0 1.5rem;
    align-self: stretch;
    position: relative;
}

.kxjfs_list ul li:nth-child(2n) {
    margin-right: 0;
}

.kxjfs_list ul li a {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: "Source Han Sans CN";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 想要的行数 */
    overflow: hidden;
    width: 100%;
    
}

.kxjfs_list ul li::before {
    content: "";
    width: .3125rem;
    height: .3125rem;
    border-radius: .1563rem;
    background: #004FDF;
    position: absolute;
    left: .5625rem;
    top: 1.1rem;
}

.gundong {
    margin-top: 3.125rem;
    width: 75rem;
    overflow: hidden;
}

.gundong ul li {
    float: left;
    margin-right: 1.25rem;
    display: flex;
    width: 15.8125rem;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    height: 13.0625rem;
}

.gundong ul li img {
    width: 100%;
    display: flex;
    height: 8.8167rem;
    align-items: flex-start;
    align-self: stretch;
    aspect-ratio: 253.00/141.07;
}

.gundong ul li p {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .0625rem;

    display: flex;
    height: 4.25rem;
    padding: .75rem .625rem;
    align-items: flex-start;
    gap: .75rem;
    align-self: stretch;
}

.gundong ul .swiper-slide {
    text-align: left;
    font-size: 1.125rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gundong .swiper-slide:after {
    background: none;
}

.sdpl_list {
    margin-top: 1.25rem;
}

.sdpl_list span {
    color: #004DCE;
    font-family: "Source Han Sans CN";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: .625rem;
    display: block;
}

.sdpl_list p {
    color: #333;
    font-family: "PingFang SC";
    font-size: .9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6875rem;
    /* 180% */
}

.box5 {
    width: 100%;
    background: url(bjdb.png) no-repeat bottom;
    background-size: 100% 100%;
    display: table;
}


.bza {
    width: 100%;
    padding: 2.75rem 0 2rem 0;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    align-self: stretch;
}

.bza span {
    font-family: FZZhengHei-B-GBK;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.bza p {
    margin-top: .5rem;
    text-align: justify;
    font-family: "Source Han Sans CN";
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height:1.75rem;
    color: #fff;
    height:3.1rem;
    overflow: hidden;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    flex: 1 0 0;
}

.jgzc_list ul li {
    float: left;
    width: 31.7%;
    height: 4.375rem;
    justify-content: center;
    align-items: center;
    gap: .625rem;
    flex: 1 0 0;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: .75rem;
    background: linear-gradient(180deg, #F0F2FF 0%, #FFF 100%);
    box-shadow: 0 .0625rem 0 .125rem #FFF inset;
}
.jgzc_list ul li:nth-child(3n){
    margin-right:0;
}
.jgzc_list ul li:nth-child(10),.jgzc_list ul li:nth-child(11),.jgzc_list ul li:nth-child(12),.jgzc_list ul li:nth-child(13){
    width:48.7%;
}
.jgzc_list ul li:nth-child(11),.jgzc_list ul li:nth-child(13){
    margin-right:0;
}
.jgzc_list ul li:nth-child(12){
    margin-right: 0.5rem;
}
.jgzc_list ul li img{
    height: auto;
    display: block;
    margin: 0 auto;
    width: 4.375rem;
    margin-top: 1.25rem;
}
.jgzc_list {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.jgzc_list span {
    color: #000;
    font-family: "Source Han Sans CN";
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    padding: .4688rem 0;
    align-items: center;
    align-self: stretch;
    margin-bottom:1.25rem;
}

.daohaang {

    height: 3.8125rem;
    justify-content: space-between;
    align-items: flex-start;
    background: #00329F;
    width:100%;
    font-size: 0.4rem;
    overflow: hidden;
    display: -webkit-box;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.daohaang ul{
    width:39rem;
}
.daohaang ul li {
    float: left;
    margin-right:1.5rem;
}

.daohaang ul li a {
    color: #FFF;
    font-family: "Source Han Sans CN";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.8125rem;
    /* 305% */
}

.zk,.sq{
    display: block;
    width: 80px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px !important;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-top: 30px;
    font-size:0.9rem !important;
}
.sq{
    display:none;
}