.nav_class2 .main{
    justify-content: center;
    gap: 1.78rem;
}

.news_year{
    padding: 0.73rem 0 1.26rem;
    box-sizing: border-box;
}
.news_year .container{
    width: 16rem;
    margin: 0 auto;
}


.tab-container {
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.tab-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
    margin-bottom: 0.68rem;
    padding-bottom: 0.02rem;
}

.tab-slider {
	display: flex;
	transition: transform 0.3s ease;
	will-change: transform;
}

.tab-slide {
	flex: 0 0 auto;
    /*width: 1.5rem;*/
	padding: 0.1rem 0.45rem;
	margin: 0 0.23rem;
	border-radius: 0.05rem;
	font-weight: normal;
	font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.25rem;
    color: #000000;
	border: 0.01rem solid #F88A00;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	user-select: none;
}

.tab-slide.active {
	background: #FB8C00;
	color: #fff;
}

/* 导航箭头 */
.nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.1rem;
	height: 0.16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	border: none;
}
.nav-arrow.prev {
	left: -0.3rem;
    background: url(../img/news/prev1.png) center no-repeat;
    background-size: contain;
}
.nav-arrow.next {
	right: -0.3rem;
    background: url(../img/news/next1.png) center no-repeat;
    background-size: contain;
}
.nav-arrow.prev:hover{
    background: url(../img/news/prev2.png) center no-repeat;
    background-size: contain;
}
.nav-arrow.next:hover{
    background: url(../img/news/next2.png) center no-repeat;
    background-size: contain;
}


/* 下方内容区域 */
.content-container {
	position: relative;
	height: auto;
	overflow: hidden;
}

.content-slider {
	display: flex;
	height: 100%;
	transition: transform 0.3s ease;
}

.content-slide.body_list{
	flex: 0 0 100%;
	height: 100%;
    position: relative;
}
.content-slide.body_list::before{
    content: "";
    position: absolute;
    width: 0rem;
    height: calc(100% - 0.12rem);
    top: 0.12rem;
    left: 0.08rem;
    border-left: 0.01rem dashed #707070;
}
.content-slide.body_list .content_item{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.85rem;
    margin-bottom: 0.84rem;
    cursor: pointer;
    position: relative;
}
.content-slide.body_list .content_item::after{
    content: "";
    position: absolute;
    width: 0.17rem;
    height: 0.17rem;
    background: #0D2240;
    border-radius: 50%;
    left: 0;
    top: 0.12rem;
}
.content-slide.body_list .content_item::before{
    content: "";
    position: absolute;
    width: 0.44rem;
    height: 0.01rem;
    background: #0D2240;
    left: 0.25rem;
    top: 0.2rem;
}
.content-slide.body_list .content_item:last-child{
    margin-bottom: 0;
}
.content-slide.body_list .content_item .content_txt{
    width: 11.5rem;
    height: auto;
}
.content-slide.body_list .content_item .content_txt .content_time{
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.25rem;
    color: #FB8C00;
    margin-bottom: 0.1rem;
}
.content-slide.body_list .content_item .content_txt .content_title{
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.22rem;
    color: #000000;
    line-height: 0.37rem;
}
.content-slide.body_list .content_item .content_txt .content_body{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    line-height: 0.25rem;
    margin-bottom: 0.2rem;
}
.content-slide.body_list .content_item .content_txt .content_more{
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.16rem;
    color: #0D2240;
    position: relative;
    width: max-content;
    border-bottom: 0.021rem solid #0D2240;
    display: flex;
    align-items: center;
}
.content-slide.body_list .content_item .content_txt .content_more i{
    display: block;
    width: 0.14rem;
    height: 0.09rem;
    background: url(../img/news/more.png) center no-repeat;
    background-size: contain;
    margin-left: 0.14rem;
}
.content-slide.body_list .content_item .content_img{
    width: 3.2rem;
    height: 1.8rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-slide.body_list .content_item:hover .content_title{
    color: #FB8C00;
}
.content-slide.body_list .content_item:hover .content_more{
    color: #FB8C00;
    border-color: #FB8C00;
}
.content-slide.body_list .content_item:hover .content_more i{
    background: url(../img/news/more2.png) center no-repeat;
    background-size: contain;
}
.content-slide.body_list .content_item:hover::after,
.content-slide.body_list .content_item:hover::before{
    background: #FB8C00;
}














.team_body{
    padding: 1rem 0;
    box-sizing: border-box;
}
.team_list{
    margin-bottom: 0.9rem;
}
.team_item{
    width: 100%;
    min-height: 2.58rem;
    background: #F7F7F7;
    margin-top: 0.48rem;
    display: flex;
    cursor: pointer;
}
.team_item:first-child{
    margin-top: 0;
}
.team_item .team_img{
    width: 4.6rem;
    height: 100%;
    overflow: hidden;
    margin-right: 0.5rem;
}
.team_item .team_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team_item .team_txt{
    width: calc(100% - 8.3rem);
    padding-top: 0.4rem;
    padding-bottom: 0.8rem;
    box-sizing: border-box;
    position: relative;
}
.team_item .team_txt .team_title{
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    margin-bottom: 0.19rem;
}
.team_item .team_txt .team_cont{
    width: 100%;
}
.team_item .team_txt .team_cont,
.team_item .team_txt .team_cont p{
    font-family: Poppins-SemiBold;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    line-height: 0.25rem;
}
.team_item .team_txt .team_cont b{
    font-weight: bold;
}
.team_item .team_txt .team_more{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0.42rem;
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.16rem;
    color: #FB8C00;
    border-bottom: 0.021rem solid #FB8C00;
}
.team_item .team_txt .team_more img{
    display: block;
    margin-left: 0.14rem;
    width: 0.14rem;
    height: 0.09rem;
    object-fit: contain;
}
.team_item:hover{
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.08);
}
.team_item:hover .team_title,
.team_item:hover .team_cont,
.team_item:hover .team_cont p,
.team_item:hover .team_cont b{
    color: #FB8C00;
}








.news_body{
    padding: 1rem 0;
    box-sizing: border-box;
}
.news_list{
    margin-bottom: 0.9rem;
}
.news_item{
    width: 100%;
    height: 2.58rem;
    background: #F7F7F7;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 0.48rem;
}
.news_item:first-child{
    margin-top: 0;
}
.news_item .news_img{
    width: 4.6rem;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news_item .news_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_item .news_txt{
    width: 10.42rem;
    padding-top: 0.41rem;
    margin-right: 0.52rem;
    position: relative;
}
.news_item .news_txt .news_title{
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.22rem;
    color: #000000;
    margin-bottom: 0.12rem;
    line-height: 0.37rem;
}
.news_item .news_txt .news_cont,
.news_item .news_txt .news_cont p{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    line-height: 0.25rem;
}
.news_item .news_txt .news_time{
    margin-top: 0.18rem;
    display: flex;
    align-items: center;
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 0.16rem;
    color: #747474;
}
.news_item .news_txt .news_time i{
    display: block;
    width: 0.28rem;
    height: 0.28rem;
    background: url(../img/news/time1.png) center no-repeat;
    background-size: contain;
    margin-right: 0.04rem;
}
.news_item .news_txt .news_more{
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0.34rem;
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.16rem;
    color: #FB8C00;
    border-bottom: 0.021rem solid #FB8C00;
}
.news_item .news_txt .news_more img{
    display: block;
    margin-left: 0.14rem;
    width: 0.14rem;
    height: 0.09rem;
    object-fit: contain;
}
.news_item:hover{
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.08);
}
.news_item:hover .news_title,
.news_item:hover .news_time{
    color: #FB8C00;
}
.news_item:hover .news_time i{
    background: url(../img/news/time2.png) center no-repeat;
    background-size: contain;
}









.team_view{
    padding: 0.67rem 0 1.38rem;
    box-sizing: border-box;
}
.team_view_body{
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.team_view_body .team_view_fl{
    width: 5.96rem;
    height: initial;
    position: relative;
}
.team_view_body .team_view_fl .team_view_litpic{
    position: sticky;
    top: 1rem;
    width: 100%;
    height: auto;
}
.team_view_body .team_view_fl .team_view_litpic .team_view_img{
    width: 100%;
    height: auto;
    margin-bottom: 0.22rem;
}
.team_view_body .team_view_fl .team_view_litpic .team_view_img img{
    width: 100%;
    height: auto;
}
.team_view_body .team_view_fl .team_view_litpic .team_view_name{
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
}
.team_view_body .team_view_fr{
    width: 9.31rem;
}
.team_view_body .team_view_fr .team_view_div{
    margin-top: 0.4rem;
}
.team_view_body .team_view_fr .team_view_div:first-child{
    margin-top: 0;
}
.team_view_body .team_view_fr .team_view_title{
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.25rem;
    color: #FB8C00;
    line-height: 0.4rem;
    margin-bottom: 0.06rem;
}
.team_view_body .team_view_fr .team_view_cont,
.team_view_body .team_view_fr .team_view_cont p{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #555555;
    line-height: 0.4rem;
}









.news_view{
    padding-top: 0.67rem;
    box-sizing: border-box;
    background: #fff;
}



.news_view_body{
    margin-top: 0.54rem;
    padding-bottom: 0.97rem;
    display: flex;
    justify-content: space-between;
}
.news_view_fl{
    width: 12rem;
    position: relative;
}
.news_view_fl::before{
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 100%;
    background: #d6d6d6;
    right: -0.56rem;
}
.news_view_fl .news_fl_title{
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.45rem;
    margin-bottom: 0.28rem;
}
.news_view_fl .news_fl_time{
    width: 100%;
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.2rem;
    color: #747474;
    margin-bottom: 0.41rem;
}
.news_view_fl .news_fl_content,
.news_view_fl .news_fl_content p{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.35rem;
}
.news_view_fl .news_fl_content img{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.news_view_fl .news_fl_content{
    padding-bottom: 0.68rem;
    border-bottom: 0.01rem solid #E3E3E3;
}
.news_view_fl .view_next{
    height: auto;
    padding: 0.18rem 0;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #E3E3E3;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.25rem;
}
.news_view_fl .view_next span{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FB8C00;
}
.news_view_fl .view_next span{
    color: #FB8C00;;
}

.news_view_fr{
    width: 2.9rem;
    height: initial;
    position: relative;
}
.news_view_fr .news_view_list{
    width: 100%;
    position: sticky;
    top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.news_view_fr .news_view_list .news_view_class{
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    width: 100%;
}
.news_view_fr .news_view_list .news_view_item{
    margin-top: 0.34rem;
    width: 100%;
    height: auto;
}
.news_view_fr .news_view_list .news_view_item .news_view_img{
    width: 100%;
    height: 1.63rem;
    overflow: hidden;
    margin-bottom: 0.17rem;
}
.news_view_fr .news_view_list .news_view_item .news_view_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_view_fr .news_view_list .news_view_item .news_view_time{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #656363;
    margin-bottom: 0.08rem;
}
.news_view_fr .news_view_list .news_view_item .news_view_title{
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.25rem;
}
.news_view_fr .news_view_list .news_view_item:hover .news_view_title{
    color: #FB8C00;
}


.news_view_fr .news_view_list .news_view_more{
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    background: #FB8C00;
    margin-top: 0.33rem;
    display: flex;
    justify-content: center;
    align-items: center;
}















.product_swiper{
    padding-top: 0.62rem;
    box-sizing: border-box;
    background: linear-gradient( 180deg, #FAFAFA 0%, rgba(255,255,255,0) 100%);
}
.product_swiper .product_name{
    width: 100%;
    text-align: center;
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.5rem;
    color: #0D2240;
}
.product_swiper .product_deta{
    position: relative;
    width: 16rem;
    margin: 0 auto;
}
.product_swiper .productSwiper{
    padding-top: 0.44rem;
    padding-bottom: 1.03rem;
    box-sizing: border-box;
}
.product_item1{
	width: 3.68rem;
	height: 5.22rem;
	background: #FFFFFF;
    margin-bottom: 0.08rem;
    overflow: hidden;
}
.product_item1 .product_litpic{
	width: 100%;
	height: 3.68rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product_item1 .product_txt{
    width: 100%;
    height: calc(100% - 3.68rem);
	padding: 0.15rem 0.19rem 0.24rem;
	box-sizing: border-box;
    cursor: pointer;
}
.product_item1 .product_title{
	font-family: Poppins-SemiBold;
	font-weight: 600;
	font-size: 0.25rem;
	color: #0D2240;
	width: 100%;
	text-align: left;
	line-height: 0.41rem;
}
.product_item1 .product_cont{
	width: 100%;
	height: 0.44rem;
	text-align: left;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #919191;
	line-height: 0.18rem;
}
.product_item1 .product_more{
	width: 100%;
	text-align: left;
	font-family: Poppins-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #0D2240;
	display: flex;
	align-items: center;
}
.product_item1 .product_more i{
	display: block;
	width: 0.12rem;
	height: 0.12rem;
	margin-left: 0.07rem;
	background: url(../img/common/more1.png) center no-repeat;
	background-size: contain;
}
.product_item1:hover{
	box-shadow: 0rem 0rem 0.5rem 0.01rem rgba(0,0,0,0.1);
}
.product_item1:hover .product_title,
.product_item1:hover .product_more{
	color: #FB8C00;
}
.product_item1:hover .product_more i{
	background: url(../img/common/more2.png) center no-repeat;
	background-size: contain;
}

.product_deta .swiper-button-next,
.product_deta .swiper-button-prev{
    width: 0.52rem;
    height: 0.53rem;
    background: #0D2240;
    border-radius: 0.05rem;
    opacity: 1;
    top: 2.8rem;
    z-index: 9;
}
.product_deta .swiper-button-next::after,
.product_deta .swiper-button-prev::after{
    display: none;
}
.product_deta .swiper-button-next{
    right: -0.83rem;
}
.product_deta .swiper-button-prev{
    left: -0.83rem;
}
.product_deta .swiper-button-next:hover,
.product_deta .swiper-button-prev:hover{
    background: #FB8C00;
}







@media (max-width: 1042px) {
    .news_year .container{
        width: 100%;
    }
    .nav-arrow{
        display: none;
    }
    .content-container{
        width: 94%;
        margin: 0 auto;
    }
    .content-slide.body_list .content_item{
        flex-wrap: wrap;
    }
    .content-slide.body_list .content_item .content_txt{
        width: 100%;
        margin-bottom: 0.4rem;
    }
    .content-slide.body_list .content_item .content_txt .content_time{
        font-size: 0.34rem;
    }
    .content-slide.body_list .content_item .content_txt .content_title{
        font-size: 0.3rem;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        margin-bottom: 0.2rem;
    }
    .content-slide.body_list .content_item .content_txt .content_body{
        font-size: 0.28rem;
        -webkit-line-clamp: 2;
        line-height: 1.4;
    }
    
    .content-slide.body_list .content_item .content_txt .content_more{
        font-size: 0.24rem;
    }
    .content-slide.body_list .content_item .content_img{
        width: 100%;
        height: auto;
    }
    

    
    
    .team_item{
        flex-wrap: wrap;
    }
    .team_item .team_img{
        width: 100%;
        margin-right: 0;
    }
    .team_item .team_txt{
        width: 100%;
        padding: 0.4rem;
    }
    .team_item .team_txt .team_title{
        font-size: 0.36rem;
    }
    .team_item .team_txt .team_cont, 
    .team_item .team_txt .team_cont p,
    .team_item .team_txt .team_cont b{
        font-size: 0.28rem;
        line-height: 1.4;
    }
    .team_item .team_txt .team_more{
        font-size: 0.24rem;
        margin-top: 0.2rem;
        position: initial;
        width: max-content;
    }
    
    
    
    
    
    .news_item{
        height: auto;
        flex-wrap: wrap;
    }
    .news_item .news_img{
        width: 100%;
    }
    .news_item .news_txt{
        width: 100%;
        padding: 0.4rem;
        margin-right: 0;
    }
    .news_item .news_txt .news_title{
        font-size: 0.3rem;
    }
    .news_item .news_txt .news_cont, 
    .news_item .news_txt .news_cont p{
        font-size: 0.26rem;
        line-height: 1.4;
    }
    .news_item .news_txt .news_time{
        font-size: 0.24rem;
    }
    .news_item .news_txt .news_more{
        font-size: 0.22rem;
        right: 0.4rem;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    .news_view_fl{
        width: 100%;
    }
    .news_view_fl .news_fl_title{
        font-size: 0.36rem;
    }
    .news_view_fl .news_fl_time{
        font-size: 0.24rem;
    }
    .news_view_fl .news_fl_content, 
    .news_view_fl .news_fl_content p{
        font-size: 0.26rem;
        line-height: 1.4;
    }
    .news_view_fl .view_next,
    .news_view_fl .view_next span{
        font-size: 0.24rem;
    }
    .news_view_fr{
        display: none;
    }
    
    
    .product_swiper .product_deta{
        width: 94%;
    }
    
    .product_item1{
        height: auto;
        box-shadow: 0rem 0rem 0.5rem 0.01rem rgba(0, 0, 0, 0.1);
    }
    .product_item1 .product_title{
        font-size: 0.32rem;
        line-height: 1.5;
    }
    .product_item1 .product_cont{
        font-size: 0.28rem;
        line-height: 1.2;
        margin-top: 0.2rem;
        margin-bottom: 0.16rem;
    }
    .product_item1 .product_more{
        font-size: 0.24rem;
    }
    .product_deta .swiper-button-next, .product_deta .swiper-button-prev{
        display: none;
    }
    
    
    
    
    
    
    
    
    .team_view_body{
        display: block;
    }
    .team_view_body .team_view_fl{
        width: 100%;
        margin-bottom: 0.6rem;
    }
    .team_view_body .team_view_fl .team_view_litpic .team_view_name{
        font-size: 0.36rem;
    }
    .team_view_body .team_view_fr{
        width: 100%;
    }
    .team_view_body .team_view_fr .team_view_title{
        font-size: 0.3rem;
    }
    .team_view_body .team_view_fr .team_view_cont, 
    .team_view_body .team_view_fr .team_view_cont p{
        font-size: 0.26rem;
        line-height: 1.6;
    }
}











