.root-page{
    /* width: 1680px; */
    margin: 0 auto;
    /* text-align: center;: */
}
/* .veson_nav{
    padding-left: 214px;
    height: 142px;
}
.logo{
    width: 126px;
    height:97px;
    margin-right: 130px;
}
.nav-item{
    margin-right: 40px;
}
.nav-link{
    white-space: nowrap;
    font-size: 16px;
}
.nav-item:last-child{
    margin-left: 100px;
}
.bg-light{
    background-color: white !important;
} */

.banner{
    position: relative;
    width: 100%;
    height: 7.62rem;
}
.more_btn{
    cursor: pointer;
    position: absolute;
    left: 3.88rem;
    bottom: 2rem;
    width: 1.6rem;
    height: 0.5rem;
    background: white;
    border-radius: 0.33rem;
}
.more_pic{
    width: 1.3rem;
    display: block;
    margin: .1rem auto;
}
.title{
    margin:0 auto .5rem;
    text-align: center;
    font-size: .3rem;
}
.cotainer{
    /* max-width: 1680px; */
    box-sizing: border-box;
    width: 100%;
    padding: 0.5rem 0.39rem;
}

.cardBox{
    width: 16rem;
    margin: 0 auto;
}
.card_item{
    cursor: pointer;
    position: relative;
    width: 3.8rem;
    height: auto;
    /* max-height: 240px; */
    margin-right: 0.26rem;
}
.card_item:last-child{
    margin-right: 0; 
}
.card_title{
    position: absolute;
    left: 0.2rem;
    bottom: .2rem!important;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.24rem;
    margin: 0!important;
}
.bg-dark .title{
    color: white;
}
.title_img{
    position: absolute;
    height: 0.3rem;
    left: 0.29rem;
    bottom: 0.88rem;
    transition: all .2s;
}
.moreBtn{
    cursor: pointer;
    position: absolute;
    left: 0.29rem;
    bottom: 0.25rem;
    width: 1.2rem;
    height: 0.4rem;
    border: 1px solid #fff;
    background: rgba(155, 155, 155, 0.3);
    font-size: 0.12rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 0.38rem;
}
.card_text{
    position: absolute;
    left: 0.29rem;
    top: 1.94rem;
    width: 3.1rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.14rem;
}
.newsBox{
    height: 4.15rem;
    padding:0 0 0 1.14rem;
}
.news_l{
    width: 5rem;
    margin-right: 0.8rem;
}
.news_img{
    width: 100%;
}
.news_title{
    margin: 0.18rem 0 0.12rem;
    font-size: 0.16rem;
}
.new_abstract{
    font-size: 0.12rem;
    color: #666;
}
.tab_item{
    cursor: pointer;
    margin-right: 0.83rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: #090909;
}
.tab_border{
    display: none;
    width: 0.48rem;
    height: 2px;
    margin: 3px auto 0;
    background: #34D3CE;
}
.tab_active .tab_border{
    display: block;
}
.news_content{
    margin: 0.34rem 0 0;
}
.news_item{
    cursor: pointer;
    margin-bottom: 0.24rem;
}
.news_date{
    width: 1.15rem;
    height: 0.48rem;
    margin-right: 0.21rem;
    border: 1px solid #D7D7D7;
    font-size: 0.36rem;
    font-family: Arial;
    font-weight: 400;
    line-height: 0.48rem;
    text-align: center;
}
.current{
    border: 1px solid #34D3CE;
    color: #34D3CE;
}
.news_title1{
    margin:0 auto 0.1rem;
    font-size: 0.16rem;
    color: #292C4B;
}
.news_abstract1{ 
    font-size: 0.12rem;
    color: #666;
    margin-bottom: 0;
    text-align: left;
}
.linkBtn_more{
    cursor: pointer;
    width: 1rem;
    height: 0.32rem;
    margin-top: 0.4rem;
    background: #34D3CE;
    line-height: 0.32rem;
    color: white;
    font-size: 0.14rem;
    text-align: center;  
}
.abstract{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 4.5rem;
    padding: 1.21rem 0 0 1.52rem;
    background-image: url('../images/foot_itemImg_06.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 0.48rem;
    text-align: left;
    /* font-family: 'SimHei'; */
}
.abs_title{
    font-size: 0.26rem;
    /* font-family: 'SimHei'; */
    margin-bottom: 0!important;
}
.abs_text{
    width: 5.88rem;
    margin: 0.25rem 0 0!important;
    font-size: 0.15rem;
}

/* 英文版 */


.enNav .nav_item:last-child{
    margin: 0;
}
.title_text_en{
    position: absolute;
    left: 0.29rem;
    bottom: 0.88rem;
    font-size:.2rem;
    color: white;
    transition: all 0.2s;
}

/* 12.18 */
.swiper-slide{
    cursor: pointer;
}