*{margin: 0; padding: 0; list-style-type: none;}
a{text-decoration: none;}
input, textarea, select, button { outline: none; background-color: transparent; border: none; }
em, i{ font-style: normal; }
a{ text-decoration: none; }
img{ vertical-align: top; }
.clearfix:after,.clearfix:before{ content: ''; display: table; }
.clearfix:after{ clear: both; }
body{
    /* background-color: #f9f9f9; */
    width: 100%;
    font-size: 16px;
    line-height: 26px;
}
body *{
    flex-shrink: 0;
    font-size: 18px;
}





.nyxxyjzx{
    width: 100%;
}
.nyxx_head{
    width: 100%;
    height: 177px;
    background: url(../images/img-header-bg.jpg) no-repeat left center;
    background-size: 100% 100%;
    padding-top: 30px;
    box-sizing: border-box;
}
.nyxx_headbox{
    width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nyxx_hdsml{
    display: flex;
    align-items: center;
}
.nyxx_logo{
    width: 120px;
    height: 120px;
    margin-right: 20px;
}
.nyxx_logo img{
    width: 100%;
    height: 100%;
}
.nyxx_titbox{
    color: #fff;
}
.nyxx_tit h3{
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
}
.nyxx_tit p{
    font-size: 12px;
    line-height: 16px;
}
.nyxx_hdsmr_hd{
    text-align: right;
}
.nyxx_hdsmr_hd span a{
    display: inline-block;
    font-size: 16px;
    color: #cac9c9;
    line-height: 20px;
    padding: 0 15px;
    border-left: 3px solid #ddd;
}
.nyxx_hdsmr_hd span:nth-child(1) a{
    border-left: none;
}
.nyxx_hdsmr_hd .active a{
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}

.nyxx_hdsmr_hd{
    margin-bottom: 20px;
}
.nyxx_hdsmr_search input{
    width: 314px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 50px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
}

.nyxx_hdsmr_search input::-webkit-input-placeholder {
    color: #fff;
    font-size: 12px;
}

.nyxx_hdsmr_search{
    position: relative;
}
.nyxx_hdsmr_search .search{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/icon-search.png) no-repeat center center;
    background-size: 30px 30px;
}
.nyxx_nav{
    width: 100%;
    background-color: #f5f5f5;
}
.nyxx_nav ul{
    width: 1085px;
    margin: 0 auto;
    display: flex;
}
.nyxx_nav li{
    font-size: 20px;
    line-height: 30px;
    margin-right: 10px;
}
.nyxx_nav a{
    font-size: 20px;
    line-height: 30px;
    padding: 15px 30px;
    display: block;
    color: #0e6bae;
}

.nyxx_nav .active{
    background-color: #0e6bae;
}
.nyxx_nav .active a{
    color: #fff;
}

.nyxx_headbox{
    padding-left: 40px;
    box-sizing: border-box;
}

.nyxx_bannerlist ul{
    width: 100%;
    display: flex;
    padding-left: calc((100% - 1160px) / 2);
}

.nyxx_bannerlist li{
    width: 1160px;
    height: 568px;
    overflow: hidden;
    position: relative;
    filter: blur(8px);
}
.nyxx_bannerlist img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* 关键属性：保持比例填充 */
}

.nyxx_bannertit{
    position: absolute;
    width: 588px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.539);
    box-sizing: border-box;
    right: 20px;
    bottom: 20px;
    display: none;
}
.titlebox{
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #0e6bae;
}
.titlebox a{
    color: #4f4f4f;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.swiper-slide-active .nyxx_bannertit{
    display: block;
}
.swiper-slide-active{
    filter: blur(0px) !important;
}

.nyxx_banner .swiper-button-next{
    right: 10%;
    width: 76px;
    height: 76px;
    text-align: center;
    line-height: 76px;
    border-radius: 50%;
    background-color: #cdd0d1;
}
.nyxx_banner .swiper-button-prev{
    left: 10%;
    width: 76px;
    height: 76px;
    text-align: center;
    line-height: 76px;
    border-radius: 50%;
    background-color: #cdd0d1;
}
.nyxx_banner .swiper{
    /* --swiper-theme-color: #ff6600;设置Swiper风格 */
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
.nyxx_banner{
    margin-bottom: 40px;
}

.all_bigbox{
    width: 100%;
}
.content{
    width: 1490px;
    margin: 0 auto;
}

.bulletins{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.bulletins_sml{
    width: 620px;
}
.bulletins_smr{
    width: 840px;
}
.bulletins_banner{
    width: 100%;
    height: 426px;
    overflow: hidden;
}
.bulletins_banner ul{
    width: 100%;
}
.bulletins_banner li{
    width: 100%;
    height: 426px;
    position: relative;
}
.bulletins_banner img{
    width: 100%;
    height: 100%;   
}
.bull_tit{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.416);
    position: absolute;
}
.bull_tit p{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    width: 410px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bulletins_sml .swiper{
    /* --swiper-theme-color: #ff6600; */
    --swiper-pagination-color: #ffffff;/* 两种都可以 */
}
.bulletins_sml .swiper-pagination{
    text-align: right;
}
.bulletins_smrhd{
    width: 100%;
    display: flex;
    color: #0e6bae;
    justify-content: space-between;
    padding: 0 5px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ddd;
    box-sizing: border-box;
}
.bulletins_smrhd h3{
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
}
.bulletins_smrhd span{
    font-size: 12px;
}
.bulletins_smrlist{
    width: 100%;
}
.bulletins_smrlist ul{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.bulletins_smrlist li{
    padding: 0 20px;
    padding-right: 10px;
    box-sizing: border-box;
    display: flex;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 26px;
    color: #444;
    position: relative;
    justify-content: space-between;
}
.bulletins_smrlist li p{
    width: 85%;
}

.bulletins_smrlist li:nth-last-child(1){
    margin-bottom: 0;
}
.bulletins_smrlist li::after{
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    content: '';
    display: block;
    top: 10px;
    background: #0e6bae;
}

.bulletins_smrhd a{
    font-size: 16px;
}
.all_bigbox{
    margin-bottom: 40px;
}
.fil_research{
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 15px;
    height: 620px;
}
.research{
    width: 1490px;
    margin: 0 auto;
}

.research_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.research .bulletins_smrhd{
    margin-bottom: 18px;
}
.research_sml{
    width: 780px;
}
.research_smr{
    width: 678px;
}
.research_sml ul{
    width: 100%;
}
.research_sml li{
    display: flex;
    margin-bottom: 16px;
    color: #444;
}
.research_sml li:nth-last-child(1){
    margin-bottom: 0;
}
.research_time{
    display: flex;
    margin-right: 20px;
}
.research_time span{
    font-size: 16px;
    background: #fff;
    color: #0e6bae;
    width: 55px;
    height: 26px;
    line-height: 26px;
    border: solid 1px #0e6bae;
    text-align: center;
    box-sizing: border-box;
}
.research_time span:nth-child(1){
    background: #0e6bae;
    color: #fff;
}
.research_sml li p{
    width: 0;
    flex: 1;
    font-size: 16px;
    line-height: 26px;
}
.research_smr .bulletins_banner, .research_smr .bulletins_banner li{
    height: 306px;
}
.research_smr .swiper{
    /* --swiper-theme-color: #ff6600; */
    --swiper-pagination-color: #ffffff;/* 两种都可以 */
}
.research_smr .swiper-pagination{
    padding-right: 10px;
    box-sizing: border-box;
    text-align: right;
}
.bull_tit p{
    width: 85%;
}
.fil_research{
    margin-bottom: 40px;
}
.outcome{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.outcom_sml, .outcom_smr{
    width: 740px;
    /*margin-top: 36px;*/
}
.outcom_list{
    text-align: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.outcom_list ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.outcom_list li{
    width: 300px;
    margin-bottom: 20px;
}
.outcom_img{
    width: 100%;
    height: 185px;
}
.outcom_img img{
    width: 100%;
    height: 100%;
}

.outcom_list li p{
    /*font-size: 16px;*/
    line-height: 24px;
    color: #444;
    text-align: center;
    max-height: 52px;
    word-wrap: break-word;
    /*overflow: hidden;
    display: flex;*/
    justify-content: center;
    align-items: center;
}

.videolist{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.videolist li{
    width: 100%;
}
.videoimg{
    width: 100%;
    position: relative;
    height: 400px;
}
.videoimg img{
    width: 100%;
    height: 100%;
}
.play{
    position: absolute;
    left: calc(50% - 75px);
    top: calc(50% - 75px);
    width: 130px;
    background: url(../images/play.png) no-repeat center center;
    background-size: 100% 100%;
    height: 130px;
}
.videocontit{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.422);
}
.videocontit p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}





.bull_detailsbanner{
    width: 100%;
    height: 450px;
    position: relative;
}

.bull_dethdimg, .bull_dethdimg img{
    width: 100%;
    height: 100%;
}
.bull_dettit{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: calc(50% - 75px);
    display: flex;
    justify-content: center;
}
.bull_dettit h3{
    font-size: 59px;
    line-height: 70px;
    padding: 40px 60px;
    box-sizing: border-box;
    color: #fff;
    background: url(../images/bull-bk.png) no-repeat center center;
    background-size: 100% 100%;
}

.bull_detailsbanner p{
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #fff;
    color: #fff;
    position: absolute;
    left: 10%;
    top: 20px;
}


.bull_detcont{
    width: 100%;
    width: 1490px;
    margin: 0 auto;
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
}

.bull_detcont_sml{
    width: 310px;
    background-color: #e7e7e7;
}
.bull_detcont_smr{
    width: 1130px;
}
.bull_detcont_smlhd{
    width: 100%;
    background-color: #0e6bae;
    color: #fff;    
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
}
.bull_detcont_smlhd h3{
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 46px;
}
.bull_detcont_sml_list{
    width: 100%;
    padding-top: 40px;
}
.bull_detcont_sml_list ul{
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}
.bull_detcont_sml_list li{
    margin-bottom: 50px;
}
.bull_detcont_sml_list li a{
    color: #4a4a4a;
    display: block;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    padding-left: 14px;
    box-sizing: border-box;
}
.bull_detcont_sml_list li.active a{
    color: #0e6bae;
    /* border-left: 5px solid #0e6bae; */
    position: relative;
}
.bull_detcont_sml_list li.active a::after{
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background: #0e6bae;
    left: 0;
    top: 0;
    border-radius: 1px;
}

.bull_detcont_smrhd{
    width: 100%;
    display: flex;
    margin-bottom: 34px;
}
.bull_detcont_smrhd h3{
    font-size: 42px;
    line-height: 60px;
    color: #0e6bae;
    border-bottom: 2px solid #0e6bae;
}
.bull_detcon_tit{
    width: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    color: #444;
}
.bull_detcont_smrlist{
    width: 100%;
    border: 1px solid #0e6bae;
    box-sizing: border-box;
}
.bull_detcont_smrlist ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}
.bull_detcont_smrlist li{
    text-align: center;
    width: 33%;
    margin-bottom: 40px;
}
.bull_detcon_img{
    width: 290px;
    height: 264px;
    overflow: hidden;
    margin: 0 auto;
}
.bull_detcon_img img{
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.bull_detcon_img img:hover{
    transform:  scale(1.1);
}

.page{
    width: 100%;
    display: flex;
    justify-content: center;
}


.glangce_hd{
    width: 100%;
    background: #0e6bae;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.glangce_hd p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.glangce_cont{
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}
.glangce_cont .research_smr{
    float: right;
    width: 500px;
    height: 330px;
    margin-left: 40px;
}
.glangce_cont .research_smr .bulletins_banner,
.glangce_cont .research_smr .bulletins_banner li{
    width: 100%;
    height: 100%;
}

.glangce_tit p{
    font-size: 16px;
    line-height: 36px;
    color: #444;
    margin-bottom: 20px;
}
.base_imglist{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.base_imglist .base_imgchild{
    width: 250px;
    margin-right: 20px;
}
.base_imglist .base_imgchild:nth-child(4n){
    margin-right: 0;
}
.base_img{
    width: 100%;
    height: 168px;
    overflow: hidden;
    margin-bottom: 10px;
}
.base_img img{
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.base_img img:hover{
    transform: scale(1.1);
}

.base_imgchild p{
    font-size: 14px;
    line-height: 24px;
    color: #444;
}
.research{
    width: 100%;
}
.research ul{
    width: 100%;
}
.research li{
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.research li:nth-last-child(1){
    border-bottom: none;
    margin-bottom: 0;
}
.research li h6{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #0e6bae;
}
.base_tit{
    width: 100%;
    word-break:break-all;
    word-wrap:break-word;
}
.base_tit p{
    font-size: 18px;
    line-height: 32px;
    color: #444;
}

.base_imglist{
    padding-top: 16px;
}
.base_tit dd{
    font-size: 16px;
    line-height: 32px;
    color: #444;
    margin-bottom: 15px;
}
.clusters{
    padding-left: 24px;
    box-sizing: border-box;
}
.clusters li h6{
    position: relative;
}
.clusters h6::after{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    background: #0e6bae;
    left: -15px;
    top: 12px;
}
.team_list{
    width: 100%;
}
.team_list ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.team_list li{
    width: 25%;
    padding: 5px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.team_img{
    width: 245px;
    height: 318px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.team_img img{
    width: 100%;
    height: 100%;
}
.team_tit{
    width: 100%;
    text-align: center;
}
.team_tit h6{
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}
.team_tit p{
    font-size: 16px;
    line-height: 26px;
    color: #444;
}
.projects li{
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.projects li::after{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    background: #444;
    left: 5px;
    top: 6px;
}
.cor_base li{
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    color: #0e6bae;
}

.cor_base li::after{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    background: #0e6bae;
    left: 5px;
    top: 6px;
}
.research_smr>img{
    width: 100%;
    height: 100%;
}

.glangce_hd h3{
    text-align: center;
    font-size: 30px;
    line-height: 50px;
}


.contact_list{
    width: 100%;
}
.contact_list li{
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 10px;
    font-weight: bold;
}










