@font-face {
    font-family: 'PM';
    src: url('FZLTZHJW.TTF') format('truetype');
}
.icon_01{
	transform: rotate(180deg);
	width: 0.65rem;
}
.unit_box{
	display: flex;
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

.left_box{
	position: relative;
	height: 100vh;
}
.left_box_bk{
	height: 100vh;
}
.left_angle{
	width: 0;
	height: 0;
	border-top: 0.2rem solid transparent;
	border-right: 0.2rem solid #d6d9dd;
	border-bottom: 0.2rem solid transparent;
	border-left: 0.2rem solid transparent;
	transform: rotate(180deg);
	position: absolute;
	top: 8vh;
	right: -0.4rem;
	z-index: 200;
}
.lb_t{
	position: absolute;
	height: 100vh;
	top: 0;
	margin-left: 0.6rem;
	border-left: 1px dashed #444;
	border-left-width: 1px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.lb_t_t{
	display: flex;
	align-items: flex-end;
	padding-left: 0.25rem;
}
.lbtt_1{
	font-size: 0.44rem;
	font-weight: 500;
	line-height: 0.5rem;
	font-family: 'PM';
}
.lbtt_2{
	font-size: 0.23rem;
	font-weight: 300;
	line-height: 0.23rem;
	margin-left: 0.1rem;
	padding-bottom: 0.1rem;
}
.lb_t_b{
	overflow: hidden;
	position: relative;
	height: 4rem;
	margin-top: 0.5rem;
}
.lt_btn_list{
	margin-top: 0.3rem;
}
.list_btn_1, .list_btn_2{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.66rem;
	height: 0.66rem;
	left: -0.33rem;
	position: relative;
	background-color: #000000;
	border-radius: 100%;
	cursor: pointer;
	transition: all .4s;
}
.list_btn_2{
	margin-top: 0.1rem;
}
.list_btn_1 img, .list_btn_2 img{
	width: 0.2rem;
}
.list_btn_1 div, .list_btn_2 div{
	white-space: nowrap;
	position: absolute;
	right: -0.8rem;
	opacity: 0;
	transition: all .4s;
	font-size: 0.16rem;
	color: #3daeae;
}
.list_btn_1:hover, .list_btn_2:hover{
	background-color: #3daeae;
}
.list_btn_1.active, .list_btn_2.active{
	background-color: #3daeae;
}
.list_btn_1:hover div, .list_btn_2:hover div{
	opacity: 1;
}

.sw_left_box{
	position: relative;
	height: 1rem;
	overflow: initial;
}
.sw_left_box .swiper-wrapper{
	height: 1rem;
}
.sw_left_box .swiper-slide{
	height: 1rem !important;
	line-height: 1rem;
	font-size: 0.2rem;
	transition: all .4s;
	padding-left: 0.3rem;
	position: relative;
	font-size: 0.18rem;
	font-weight: 300;
	font-family: 'PM';
}
.sw_left_box .swiper-slide-active{
	color: #000000;
	font-size: 0.2rem;
	font-weight: 500;
}
.sw_left_box .swiper-slide::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 0.15rem;
	height: 1px;
	background-color: #000000;
	display: block;
}

.right_box{
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.type_color{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 1.5rem;
	z-index: 2;
	position: absolute;
	top: 0;
	height: 20vh;
	width: 100%;
}
.type_color_min{
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 100%;
	padding: 0px;
	border: 1px solid #444;
	transition: all 1s;
}
.type_color_min div{
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.type_color_min.active{
	background-color: #3daeae;
	border: 1px solid #3daeae;
}
/* .type_color_0.active div{
	background-color: #ae0000;
	border: 1px solid #ae0000;
}
.type_color_1.active div{
	background-color: #ae0000;
	border: 1px solid #ae0000;
}
.type_color_2.active div{
	background-color: #fff;
	border: 1px solid #000;
}
.type_color_3.active div{
	background-color: #000;
	border: 1px solid #000;
} */
.type_color_line{
	flex: 1;
	height: 1px;
	border-bottom: 1px dashed #444;
	margin: 0rem 2px;
}
.month_schedule{
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,.2);
}
.month_schedule div{
	height: 100%;
	background-color: #3daeae;
	transition: all .4s;
	width: 8.33%;
}
.month_num{
	display: flex;
	justify-content: space-between;
	margin-top: 0.2rem;
	font-size: 0.16rem;
}
.month_num div{
	width: 8.33%;
	text-align: center;
	color: #cdcdcd;
	font-weight: 600;
}


.sw_right_box{
	width: 100%;
	height: 100%;
	overflow: initial;
	position: relative;
	z-index: 1;
}
.sw_right_box .swiper-slide{
	width: 100%;
	position: relative;
}

/* page */
.sr_page{
	position: absolute;
	bottom: 0.5rem;
	right: 0.66rem;
	z-index: 10;
}
.page_name{
	font-size: 0.14rem;
	color: #cdcdcd;
	letter-spacing: 0.06rem;
}
.page_num{
	font-size: 0.16rem;
	margin-top: 0.03rem;
	color: #cdcdcd;
}

/* s1 */
.sr_slide_1{
	width: 100%;
	height: 100%;
	padding-top: 25vh;
}
.s1_bottom{
	width: 100%;
	height: 100%;
	background-color: #636A70;
	padding: 0.8rem 1.5rem 1.2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.s1_text_1{
	font-family: PM;
	color: #fff;
}
.s1_text_1 div:nth-of-type(1){
	font-size: 0.8rem;
	line-height: 0.6rem;
}
.s1_text_1 div:nth-of-type(2){
	font-size: 0.52rem;
    line-height: 0.8rem;
}
.s1_text_1 div:nth-of-type(3){
	width: 4rem;
	height: 0.1rem;
	background-color: #fff;
	margin-top: 0.2rem;
}
.s1_text_2{
	color: rgba(255, 255, 255, .5);
	position: relative;
}
.s1_t2{
	position: absolute;
	bottom: 0;
	display: flex;
	flex-direction: column;
}
.s1_t2 .s1_t2_1{
	font-size: 0.28rem;
	letter-spacing: 0.05rem;
}
.s1_t2 .s1_t2_2{
	font-size: 0.21rem;
	letter-spacing: 0.05rem;
	display: flex;
	justify-content: space-between;
	margin-top: 0.1rem;
}


/* s2 */
.sr_slide_2{
	padding-top: 20vh;
}
.s2_bottom{
	padding: 0 1.5rem;
}
.sr1_top{
	display: flex;
	align-items: center;
	margin: 0 0 5vh;
	position: relative;
	z-index: 1;
}
.sr_year{
	display: flex;
	align-items: center;
}
.sr_year_t div:nth-of-type(1){
	font-size: 0.36rem;
	line-height: 0.3rem;
	font-family: PM;
}
.sr_year_t div:nth-of-type(2){
	font-size: 0.24rem;
    line-height: 0.4rem;
	font-family: PM;
    white-space: nowrap;
}
.sr_year div:nth-of-type(2) span{
	color: #3daeae;
}
.sr_line{
	height: 6px;
	flex: 1;
	background-color: #f5f5f5;
	margin-left: 0.5rem;
}
.sr_line_d{
	height: 6px;
	flex: 1;
	margin-left: 0.5rem;
	background-color: transparent;
	display: flex;
	justify-content: space-between;
}
.sr_line_1{
	width: 86.5%;
	height: 100%;
	background-color: rgb(98, 106, 111);
}
.sr_line_2{
	width: 13%;
	height: 100%;
	background-color: #3daeae;
}
.sr1_bottom{
	display: flex;
	justify-content: space-between;
}
.srb_l, .srb_r{
	width: 46%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.sr_date{
	font-size: 0.2rem;
	font-weight: 300;
}
.sr_date span{
	margin: 0 0.1rem;
}
.sr_title{
	margin: 0.1rem 0 0.2rem;
	font-family: PM;
	font-size: 0.28rem;
	line-height: 0.4rem;
    display: none;
}
.sr_detail{
	font-size: 0.2rem;
	font-weight: 300;
	line-height: 0.26rem;
    margin-top: 0.15rem;
}
.sr_btn{
    margin-top: 0.15rem;
    
}
.sr_btn a{
    font-size: 0.16rem;
	font-weight: 300;
	line-height: 0.26rem;
    color: #999;
}
.sr_img_1{
	width: 100%;
	margin-top: 4vh;
	height: 40vh;
	object-fit: cover;
}
.sr_img_2{
	width: 100%;
	height: 40vh;
	object-fit: cover;
	margin-bottom: 4vh;
}
.sr_bk{
	position: absolute;
	bottom: 0%;
	height: 38vh;
	width: 100%;
	background-color: #f5f5f5;
	z-index: 0;
	left: 0rem;
}

/* s3 */
.sr_slide_3{
	position: relative;
}
.s3_bk{
	position: relative;
	width: 100%;
	height: 45vh;
	object-fit: cover;
}
.sr_slide_3 .sr1_top{
	position: absolute;
	top: 20vh;
	left: 1.5rem;
}
.s3_bottom{
	padding: 8vh 1.5rem 5vh;
	display: flex;
	justify-content: space-between;
}
.s3b_min{
	width: 46%;
}
.s3b_min img{
	width: 2.5rem;
	height: 17vh;
	object-fit: cover;
}

/* s4 */
.sr_slide_4{
	position: relative;
}
.s4_bk{
	position: absolute;
	width: 100%;
	height: 36vh;
	top: 20vh;
	background-color: rgb(99, 106, 112);
}
.s4_detail{
	padding-top: 20vh;
	z-index: 2;
	position: relative;
}

.unit_box_mb{
	display: none;
}


/* 移动端 */
@media (max-width: 767px){
	.mb_bk{
		position: fixed;
		top: 0;
		width: 100%;
		height: 100vh;
		background: rgb(210, 213, 218);
		z-index: 0;
	}
	.ubm_title{
		position: relative;
		z-index: 1;
	}
	.unit_box{
		display: none;
	}
	.unit_box_mb{
		display: block;
	}
	.type_year_choose{
		position: sticky;
		top: 0;
		display: flex;
		height: 1.2rem;
		padding: 0 0.6rem;
		justify-content: space-between;
		z-index: 50;
	}
	.type_year_choose::after{
		content: '';
		display: block;
		width: calc(100% - 1.2rem);
		height: 1px;
		background-color: rgba(0,0,0,.2);
		position: absolute;
		bottom: 0;
		left: 0.6rem;
	}
	.year_choose_mb{
		display: flex;
		align-items: center;
		z-index: 100;
	}
	.year_choose_mb img{
		width: 0.3rem;
	}
	.year_choose_list{
		position: absolute;
		top: 1rem;
		left: 0;
		width: 100%;
		height: 0rem;
		transition: height .4s;
		overflow-y: scroll;
		box-shadow: 5px 5px 10px 0 rgba(0,0,0,.1);
		z-index: 100;
		background-color: #fff;
	}
	.year_choose_list div{
		padding: 0 0.4rem;
	}
	.year_choose_list div.active{
		background-color: #eee;
	}
	.year_choose_list.active{
		height: 3.5rem;
	}
	.show_year_mb{
		font-size: 0.35rem;
		margin-right: 0.1rem;
	}
	
	.news_list_mb{
		position: relative;
		display: flex;
		align-items: flex-start;
		z-index: 1;
	}
	.news_list_left_mb{
		position: sticky;
		top: 1.2rem;
		padding: 0.5rem 0.2rem 0 0.4rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.nllm_line{
		width: 1px;
		height: 0.54rem;
		background-color: #646c71;
	}
	.nllm_line_2{
		width: 1px;
		height: 11.4rem;
		background-color: #646c71;
	}
	.nllm_circle{
		width: 0.32rem;
		height: 0.32rem;
		border-radius: 100%;
		border: 1px solid #646c71;
	}
	.nllm_circle.active{
		background-color: #646c71;
	}
	.news_list_right_mb{
		padding: 0rem 0.4rem 0 0;
	}
	
	.ubm_title{
		font-size: 0.8rem;
		font-family: 'PM';
		padding: 1rem 0.6rem 0.5rem;
	}
	.type_btn_mb{
		display: flex;
		align-items: flex-end;
		padding: 0 0 0.35rem;
	}
	.type_btn_mb div{
		font-size: 0.35rem;
		position: relative;
		opacity: 0.5;
	}
    .type_btn_mb div:nth-of-type(1){
		margin-right: 0.5rem;
    }
	.type_btn_mb div.active{
		opacity: 1;
	}
	.type_btn_mb div.active::after{
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background-color: #000000;
		position: absolute;
		bottom: -0.35rem;
	}
	.year_unit_mb{
		position: relative;
	}
	.year_tips{
		position: sticky;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		top: 1.2rem;
		background: rgb(210, 213, 218);
	}
	.mb_year{
		width: 100%;
	}
	.year_tips_num{
		position: absolute;
		bottom: 0.62rem;
		left: 0.5rem;
		color: #fff;
	}
	.year_tips_num div:nth-of-type(1){
		font-size: 0.5rem;
		line-height: 0.4rem;
		font-family: 'PM';
	}
	.year_tips_num div:nth-of-type(2){
		font-size: 0.38rem;
		line-height: 0.38rem;
		font-family: 'PM';
        opacity: 0;
	}
	.year_list_mb{
		padding: 0 0 0 0.1rem;
		margin-bottom: 0.2rem;
	}
	.year_list_mb_1 .ylm_time{
		margin: 0rem 0 0.1rem;
	}
	.ylm_time{
		font-size: 0.32rem;
		margin: 0.6rem 0 0.1rem;
	}
	.ylm_title{
		font-size: 0.4rem;
		/* font-weight: bold; */
		font-family: 'PM';
        display: none;
	}
	.ylm_img{
		width: 100%;
		border-radius: 10px;
		margin: 0.3rem 0;
	}
	.ylm_detail{
		font-size: 0.26rem;
	}
	
	#year_n{
		border: none;
		background-color: transparent;
		font-size: 0.35rem;
		margin-right: 0.2rem;
		color: #444;
		text-align: right !important;
	}
	
	.sr_btn{
        margin-top: 0.2rem;
        
    }
    .sr_btn a{
        font-size: 0.25rem;
        font-weight: 300;
        line-height: 0.26rem;
        color: #999;
        text-decoration: underline;
    }
	
	
	
}


