/* 首页页面样式 */

/* 页面公共样式部分 */
.same_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.same_left p{
    font-size: 34px;

    color: #FFFFFF;
    background: linear-gradient(180deg, rgba(15, 96, 185, 0.2) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.same_left h3{
    font-size: 40px;
    color: #0F60B9;
    font-family: 'Source Han Serif CN BOLD';
    margin-top: -18px;
}

.same_more{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 138px;
    height: 36px;
    background: rgba(255,255,255,0.5);
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
}

.same_more p{
    font-size: 16px;
    color: #8A8A8A;
}

.same_more img{
    width: 22px;
    height: 7px;
    margin-left: 5px;
}

.same_more:hover{
    background: #0f60b9;
}

.same_more:hover p{
    color: #ffffff;
}


/* 新闻动态 start */
.container01{
    width: 100%;
    height: auto;
    background: url(../images/pc/index/ds_index_bg1.jpg) no-repeat;
    background-size: 100% 100%;

    box-sizing: border-box;
    padding: 70px 0 90px;
}

.xwdt_box{
    display: flex;
    align-items: flex-start;
}

/* 左侧轮播 */
.news_up_swiper{
    width: 860px;
    position: relative;
}

.news_up_item{
    position: relative;
}

.news_up_cover{
    width: 100%;
    height: 516px;
    overflow: hidden;
}

.news_up_cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    transition: all 1s;
}

.news_up_title{
    width: 622px;
    height: 68px;
    background: url(../images/pc/index/ds_index_tu2.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 40px 0 20px;
    margin-top: -34px;
    position: relative;

    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 68px;
}

.news_up_item:hover .news_up_cover img{
    transform: scale(1.2);
}

.swiper_xwdt_tool{
    display: flex;
    align-items: center;

    position: absolute;
    right: 0;
    bottom: -18px;
    z-index: 9;
}

.swiper_xwdt_btn img{
    width: 50px;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
}

.swiper_xwdt_btn img:nth-child(2){
    display: none;
}

.swiper_xwdt_btn:hover img:first-child{
    display: none;
}

.swiper_xwdt_btn:hover img:nth-child(2){
    display: block;
}

.swiper_xwdt_pagination{
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 9;

    box-sizing: border-box;
    padding: 0 10px;
}

.swiper_xwdt_pagination .swiper-pagination-bullet{
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background: none;

    margin: 0 10px;
}

.swiper_xwdt_pagination .swiper-pagination-bullet-active{
    background: #ffffff;
}


/* 右侧新闻列表 */
.news_up_list{
    width: calc(100% - 860px);
    box-sizing: border-box;
    padding-left: 30px;
}

.first_news{
    display: flex;
    box-sizing: border-box;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8DFE6;
}

.f_news_l{
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    background: #0F60B9;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.f_news_l h3{
    font-family: Source Han Serif CN BOLD;
    font-size: 26px;
    color: #FFFFFF;
}

.f_news_l p{
    font-family: Source Han Serif CN;
    font-size: 16px;
    color: #68A8FD;
    margin-top: 5px;
}

.f_news_r{
    width: calc(100% - 88px);
    box-sizing: border-box;
    padding-left: 14px;
}

.f_news_r h3{
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}

.f_news_r p{
    font-size: 18px;
    color: #8A8A8A;
    line-height: 30px;
}

.first_news:hover .f_news_r h3{
    color: #0f60b9;
}

.first_news:hover .f_news_r p{
    color: #333333;
}

.first_news_active .f_news_r h3{
    color: #0f60b9;
}

.first_news_active .f_news_r p{
    color: #333333;
}

.news_up_bot{
    background: url(../images/pc/index/ds_index_tu5.png) no-repeat;
    background-position: 80px 28px;
    margin-top: 10px;
}

.news_up_row{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 24px 0;
}

.news_up_date{
    flex-shrink: 0;
    width: 80px;
}

.news_up_date p{
    font-family: Source Han Serif CN;
    font-weight: 400;
    font-size: 20px;
    color: #919090;
}

.news_up_info{
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 40px;
}

.news_up_info img{
    flex-shrink: 0;
    width: 0;
    height: 15px;
    transition: all 0.3s ease-out 0s;
    margin-right: 10px;
}

.news_up_info h3{
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

/* .news_up_row:hover .news_up_info{
    padding-left: 0;
}

.news_up_row:hover .news_up_info img{
    width: 47px;
}

.news_up_row:hover .news_up_date p{
    color: #0554BC;
}

.news_up_row:hover .news_up_info h3{
    color: #0554BC;  
} */

.news_up_row_active .news_up_info{
    padding-left: 0;
}

.news_up_row_active .news_up_info img{
    width: 47px;
}

.news_up_row_active .news_up_date p{
    color: #0554BC;
}

.news_up_row_active .news_up_info h3{
    color: #0554BC;  
}
/* 新闻动态 end */

/* 科研进展 start */
.container02{
    width: 100%;
    height: auto;
    background: url(../images/pc/index/ds_index_bg2.jpg) no-repeat;
    background-size: 100% 100%;

    box-sizing: border-box;
    padding: 70px 0 90px;
}
.kyjz{
    display: flex;
}
/* 左侧文字轮播 */
.research_p_swiper{
    width: 900px;
    height: 467px;
    background: #0F60B9;
    position: relative;
}

.research_p_swiper .swiper-container{
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: relative;
    bottom: 20px;
    left: 20px;
    z-index: 9;
}

.research_p_item{
    display: block;
    width: 100%;
    height: 100%;

    box-sizing: border-box;
    padding: 40px;
}

.research_p_item h3{
    font-size: 26px;
    color: #000000;
    font-weight: 400;
    -webkit-line-clamp: 1;
    transition: all .5s;
}

.p_item_date{
    display: flex;
    align-items: center;
    margin: 30px 0;

    font-size: 14px;
    color: #ADADAD;
}

.p_item_date img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.p_item_date img:nth-child(2){
    display: none;
}

.p_item_con{
    font-size: 18px;
    color: #8A8A8A;
    line-height: 36px;
    -webkit-line-clamp: 4;
}

.p_item_more{
    width: 132px;
    height: 37px;
    background: #ffffff;
    border: 1px solid #0F60B9;
    margin-top: 50px;

    font-size: 16px;
    color: #0F60B9;
    text-align: center;
    line-height: 37px;
    transition: all .3s;
}

.research_p_item:hover h3{
    color: #0F60B9;
    font-weight: bold;
}

.research_p_item:hover .p_item_date img:first-child{
    display: none;
}

.research_p_item:hover .p_item_date img:nth-child(2){
    display: block;
}

.research_p_item:hover .p_item_date{
    color: #0F60B9;
}

.research_p_item:hover .p_item_con{
    color: #333333;
}

.research_p_item:hover .p_item_more{
    background: #0F60B9;
    color: #ffffff;
}

.research_p_tool{
    display: flex;
    align-items: center;

    position: absolute;
    right: -20px;
    bottom: -10px;
    z-index: 9;
}

.research_p_page_num{
    width: 208px;
    height: 80px;
    background: #EBF2FD;
    border-left: 3px solid #0F60B9;

    font-size: 16px;
    color: #989898;
    text-align: center;
    line-height: 80px;
}

.research_p_page_num strong{
    font-size: 45px;
    color: #0F60B9;
    font-weight: bold;
}

.research_p_btn{
    width: 60px;
    height: 80px;
    background: #0f60b9;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.research_p_btn img{
    width: 50px;
    height: 50px;
}




/* 右侧图片轮播 */
.rp_swiper_photo{
    width: calc(100% - 900px);
    height: auto;
    margin-top: -20px;
}

.rp_swiper_photo a{
    display: block;
    width: 100%;
    height: 497px;
    overflow: hidden;
}

.rp_swiper_photo img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
    transition: all 1s;
}

.rp_swiper_photo img:hover{
    transform: scale(1.2);
}
/* 科研进展 end */

.container03{
    width: 100%;
    height: auto;
    background: url(../images/pc/index/ds_index_bg3.jpg) no-repeat;
    background-size: 100% 100%;

    box-sizing: border-box;
    padding: 70px 0 90px;
}

.mix_box{
    display: flex;
}

/* 通知公告 start */
.notice_box{
    width: 573px;
}

.notice_box .same_title{
    margin-bottom: 10px;
}

.notice_item{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 24px 0;
    border-bottom: 1px dashed #DBDDE0;
    transition: all .5s;
}

.not_icon{
    width: 50px;
    height: auto;

    display: flex;
    align-items: center;
    border-right: 1px solid #E9EBEE;
}

.not_icon img{
    width: 40px;
    height: 40px;
}

.not_icon img:nth-child(2){
    display: none;
}

.not_info{
    width: calc(100% - 50px);
    box-sizing: border-box;
    padding-left: 12px;
}

.not_info h3{
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

.not_date{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.not_date img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.not_date img:nth-child(2){
    display: none;
}

.not_date p{
    font-size: 16px;
    color: #919090;
    font-family: Source Han Serif CN;
}

.notice_item:hover{
    border-bottom: 2px solid #0F60B9;
    padding-left: 12px;
    background: #ffffff;
}

.notice_item:hover .not_icon{
    border-right-color: rgba(15,96,185,0.4);
}

.notice_item:hover .not_icon img:first-child{
    display: none;
}

.notice_item:hover .not_icon img:nth-child(2){
    display: block;
}

.notice_item:hover .not_info h3{
    color: #0F60B9;
    font-weight: bold;
}

.notice_item:hover .not_date img:first-child{
    display: none;
}

.notice_item:hover .not_date img:nth-child(2){
    display: block;
}

.notice_item:hover .not_date p{
    color: #0F60B9;
}
/* 通知公告 end */

/* 学术交流 start */
.academic_box{
    width: calc(100% - 573px);
    box-sizing: border-box;
    padding-left: 40px;
}

.academic_box .same_title{
    margin-bottom: 10px;
}

.academic_wrap{
    display: flex;
}

/* 文字列表 */
.academic_words_list{
    width: calc(100% - 483px);
    box-sizing: border-box;
    padding-right: 20px;
}

.academic_words_item{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 0 25px;
    border-bottom: 1px solid #E0E1E5;
    transition: all .5s;
}

.w_item_date{
    width: 82px;
    height: 76px;
    background: url(../images/pc/index/ds_index_tu10.png) no-repeat;
    background-size: 100% 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.w_item_date h3{
    font-size: 24px;
    color: #717171;
    font-family: Source Han Serif CN BOLD;
}

.w_item_date p{
    font-size: 14px;
    color: #949495;
    font-family: Source Han Serif CN BOLD;
    margin-top: 5px;
}

.w_item_info{
    width: calc(100% - 82px);
    box-sizing: border-box;
    padding-left: 20px;
}

.w_item_info h3{
    font-size: 20px;
    color: #2D2C2C;
    font-weight: 400;
}

.w_item_info p{
    font-size: 18px;
    color: #898989;
    margin-top: 12px;
}

/* .academic_words_item:hover{
    background: #ffffff;
    border-bottom: 1px solid #0F60B9;
    padding-left: 15px;
}

.academic_words_item:hover .w_item_date{
    background: url(../images/pc/index/ds_index_tu10_hover.png) no-repeat;
    background-size: 100% 100%;
}

.academic_words_item:hover .w_item_date h3{
    color: #0554BC;
}

.academic_words_item:hover .w_item_date p{
    color: #0554BC;
}

.academic_words_item:hover .w_item_info h3{
    color: #0554BC;
}

.academic_words_item:hover .w_item_info p{
    color: #0554BC;
} */

.academic_words_item_active{
    background: #ffffff;
    border-bottom: 1px solid #0F60B9;
    padding-left: 15px;
}

.academic_words_item_active .w_item_date{
    background: url(../images/pc/index/ds_index_tu10_hover.png) no-repeat;
    background-size: 100% 100%;
}

.academic_words_item_active .w_item_date h3{
    color: #0554BC;
}

.academic_words_item_active .w_item_date p{
    color: #0554BC;
}

.academic_words_item_active .w_item_info h3{
    color: #0554BC;
}

.academic_words_item_active .w_item_info p{
    color: #0554BC;
}

/* 学术交流轮播 */
.academic_swiper{
    width: 483px;
    position: relative;
}

.academic_swiper_item{
    display: block;
    width: 100%;
    height: auto;
}

.academic_cover{
    width: 100%;
    height: 419px;
    overflow: hidden;
}

.academic_cover img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
    transition: all 1s;
}

.academic_swiper_title{
    width: calc(100% - 100px);

    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 60px;

    box-sizing: border-box;
    padding-left: 20px;

    position: relative;
}

.academic_swiper_title::before{
    content: "";
    width: 5px;
    height: 24px;
    background: #0F60B9;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.academic_swiper_item:hover .academic_cover img{
    transform: scale(1.2);
}

.academic_swiper_item:hover .academic_swiper_title{
    color: #0F60B9;
}

.swiper_academic_pagination{
    position: absolute;
    right: 0;
    bottom: 25px;
    z-index: 9;
}

.swiper_academic_pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: rgba(51,51,51,0.2);
    opacity: 1;
    margin-left:10px;
}

.swiper_academic_pagination .swiper-pagination-bullet-active{
    background: #0F60B9;
}
/* 学术交流 end */

/* 科研团队 start */
.container04{
    width: 100%;
    height: auto;

    box-sizing: border-box;
    padding: 70px 0 90px;
}

.kytd .tempWrap{
    width: 100% !important;
}

.talents_slide{
    box-sizing: border-box;
    padding-top: 80px;

    display: flex;
    overflow: hidden;
}

.team_item{
    flex-shrink: 0;
    display: block;
    width: 200px !important;
    transition: all 1.2s;

    padding: 0 50px;
    border-right: 1px solid #DFE5EE;
}

.blue_block{
    width: 24px;
    height: 4px;
    background: #0F60B9;
}

.team_name{
    font-size: 22px;
    color: #0F60B9;
    line-height: 30px;
    margin: 0px 0 60px;
    transition: all .5s;
    
    width: fit-content;
    border-bottom: 1px solid #e5e3e3;
    padding-bottom: 10px;

    display: flex;
}

.team_name img{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.team_name img:nth-child(1){
    display: none;
}

.team_desc{
    font-size: 18px;
    color: #7F7F7F;
    line-height: 36px;
    height: calc(36px * 4);

    -webkit-line-clamp: 4;
    transition: all .5s;
}

.teacher_avatar{
    width: 100%;
    height: 267px;
    overflow: hidden;
    margin-top: 15px;
}

.teacher_avatar img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
    transition: all .5s;
}

.team_item:hover .team_desc{
    color: #333333;
}

.team_item:hover .teacher_avatar img{
    transform: scale(1.2);
}
/* 科研团队 end */

/* 仪器设备 start */
.container05{
    width: 100%;
    height: auto;
    background: url(../images/pc/index/ds_index_bg4.jpg) no-repeat;
    background-size: 100% 100%;

    box-sizing: border-box;
    padding: 70px 0 90px;
}

.yiqi_cont{
    position: relative;
}

.yiqi_slide_wrap{
    box-sizing: border-box;
    width: calc(100% - 50px);
    overflow: hidden;
    margin: 0 auto;

    position: relative;
}

.yiqi_slide{
    display: flex;
}

.yiqi_item{
    display: block;
    flex-shrink: 0;
    width:  286px;
    margin-right: 34px;
}

.yiqi_cover{
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.yiqi_cover img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
    transition: all 1s;
}

.yiqi_name{
    font-size: 20px;
    color: #333333;
    line-height: 64px;
    text-align: center;
    transition: all .5s;

    background: #ffffff;
}

.yiqi_item:hover .yiqi_cover img{
    transform: scale(1.2);
}

.yiqi_item:hover .yiqi_name{
    color: #ffffff;
    background: #0F60B9;
}

.instrument_swiper_btn{
    width: 42px;
    height: 80px;
    background: rgba(0,0,0,0.2);

    display: flex;
    align-items: center;
    justify-content: center;
}

.instrument_swiper_btn img{
    width: 42px;
    height: 42px;
}

.instrument_swiper_btn img:nth-child(2){
    display: none;
}

.instrument_swiper_btn:hover{
    background: #154A9A;
}

.instrument_swiper_btn:hover img:first-child{
    display: none;
}

.instrument_swiper_btn:hover img:nth-child(2){
    display: block;
}

.instrument_swiper_prev{
    position: absolute;
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.instrument_swiper_next{
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
/* 仪器设备 end */

.container06{
    width: 100%;
    height: auto;
    background: #f1f9fe;

    box-sizing: border-box;
    padding: 70px 0 90px;
}

.sys_wrap{
    display: flex;
    align-items: flex-start;
}
/* 实验室安全、人才培养 start */
.sys_box:first-child{
    margin-right: 60px;
}

.sys_box{
    width: calc(50% - (60px / 2));
}

.sys_box .same_title{
    margin-bottom: 20px;
}

.same_words_item{
    display: flex;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px dashed #DBDDE0;
    transition: all .5s;
}

.same_words_item h3{
    width: calc(100% - 100px);
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    transition: all .5s;
}

.same_words_item p{
    flex-shrink: 0;
    width: 100px;
    font-size: 16px;
    color: #919090;
    text-align: right;
}

.same_words_item:hover h3{
    color: #0f60b9;
    font-weight: bold;
}

.same_words_item:hover p{
    color: #0f60b9;
}

.same_words_item:hover{
    background: #ffffff;
    padding-left: 12px;
    padding-right: 12px;
}
/* 实验室安全、人才培养 end */

/* 快速链接 start */
.container07{
    width: 100%;
    height: auto;
    background: #ffffff;

    box-sizing: border-box;
    padding: 60px 0;
}

.fast_link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link_item a{
    display: block;
    width: 158px;
    transition: all .5s;
}

.icon_box{
    width: 100%;
    height: 158px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px dashed #154A9A;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .3s ease;
}

/* 旋转边框层 */
.icon_box::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid transparent;
    border: 1px dashed #154A9A;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    opacity: 0;
    transition: opacity .3s ease;
}

.icon_box img{
    width: 146px;
    height: 146px;
}

.link_item h3{
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 36px;

    margin-top: 20px;
}

.link_item:hover h3{
    color: #154A9A;
}

.link_item:hover .icon_box{
    border: none;
}

.link_item:hover .icon_box::after {
    opacity: 1;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* 快速链接 end */