body{
	font-size:14px;
}
.mask_box {
	width: 100%;
	height: 100%;

	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
	display: none;
}

.mask_box .img_box {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mask_box .img_bg {
	width: 200px;
	height: 200px;
	background: #fff;
	border-radius: 8px;
	/* display: flex;
	align-items: center;
	justify-content: center; */
	text-align: center;
}

.mask_box .img_bg img {
	width: 150px;
	height: 150px;
	margin-top: 20px;
}

.mask_box .f_text2 {
	/* opacity: 0.6; */
	color: #000E52;
	font-size: 14px;
	text-align: center;
	/* margin-top:8px; */
}

img,
video {
	vertical-align: top;
}

.bg_box {
	background: #e0f0ff;
	color: #fff;
	background-size: cover;
	color: #000E52;
}

a {
	color: #fff;
}

.width1440 {
	width: 14.4rem;
	/* padding:0 21.5vw; */
	margin: 0 auto;
}

.nav_warp {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	/* background:#001951; */
	height: 115px;
}

.nav_box {
	padding: 28px 0 25px;
	box-sizing: border-box;
}

.nav_box .logo {}

.nav_box .logo .logo_img {
	width: 1.55rem;
	height: 0.65rem;
}

.nav_box .logo .t_img {
	width: 0.9rem;
	height: 0.7rem;
}

.logo .l_border {
	width: 0.03rem;
	height: 0.55rem;
	background-image: linear-gradient(180deg, rgba(207, 214, 231, 0.10) 0%, #A2ADCB 50%, rgba(207, 214, 231, 0.10) 100%);
	border-radius: 1.5px;
	margin: 0 0.3rem;
}

.nav_box .time_box {
	/* width: 3.95rem; */
	height: 0.6rem;
	background: #fff;
	border-radius: 0.3rem;
	color: #000E52;
	font-size: 0.16rem;
	letter-spacing: 1px;
	box-shadow: 0px 0.08rem 0.16rem 0px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	padding:0 0.15rem
}

.nav_box .time_box span {
	font-size: 0.24rem;
	font-weight: bold;
	position: relative;
	top: -2px;
}

.nav_box .time_box .hour {
	margin: 0 0.12rem;
}

.nav_box .language {
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
	width: 1.5rem;
	height: 0.6rem;
	background: #fff;
	border-radius: 0.3rem;
	color: #000E52;
	text-align: center;
	font-weight: bold;
	margin-left: 0.12rem;
	line-height: 0.6rem;
	position: relative;
	cursor: pointer;
}

.nav_box .language .arrow {
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	background: url('../img/a_icon.png') no-repeat;
	background-size: 100% 100%;
	margin-left: 0.05rem;
}

.nav_box .language .arrow.active {
	transform: rotate(180deg);
}

.nav_box .language .select_list {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0.6rem;
	background: #fff;
	border-radius: 0.1rem;
	display: none;
}

.nav_box .language .select_list li {
	cursor: pointer;
}

.nav_box .language .zh {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav_box .language .zh .icon {
	display: inline-block;
	width: 0.24rem;
	height: 0.24rem;
	background: url('../img/zh.png') no-repeat;
	background-size: 100% 100%;
	margin-right: 0.1rem;
}

.nav_box .language .en {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav_box .language .en .icon {
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	background: url('../img/en.png') no-repeat;
	background-size: 100% 100%;
	margin-right: 0.1rem;
}


.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%
}

.banner video {
	width: 100%;
}
.banner .center_img {
	width: 56%;
	position: absolute;
	top: 64.5%;
	left: 50%;
	transform: translateX(-50%);
}
.banner .bm_btn {
	box-sizing: border-box;
	height: 0.7rem;
	padding: 0 0.1rem 0 0.2rem;
	background: #fff;
	border-radius: 0.38rem;
	color: #000E52;
	font-size: 0.2rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50.5%;
}

.banner .bm_btn .icon {
	width: 0.4rem;
	height: 0.29rem;
	background: url('../img/99_icon_top2.png') no-repeat;
	background-size: 100% 100%;
	margin-right: 0.1rem;
}

.banner .bm_btn .btn {
	width: 2rem;
	height: 0.5rem;
	background-image: linear-gradient(103deg, #3378FF 0%, #6C78FF 100%);
	border-radius: 0.28rem;
	color: #fff;
	font-size: 0.2rem;
	margin-left: 0.36rem;
	cursor: pointer;
}

.banner .bm_btn .arrow {
	width: 0.2rem;
	height: 0.18rem;
	background: url('../img/arrow.png') no-repeat;
	background-size: 100% 100%;
	margin-left: 0.2rem;
	margin-top: 2px;
}

.inv_box {
	background: linear-gradient(#EDF6FF, #E0F0FF);
	padding: 1rem 0 0;
	color: #000E52;
}

.inv_bg {
	background: url('../img/bg1.png?a=1') no-repeat 0 bottom;
	background-size: 100% auto;
	padding-bottom: 104px;
}

.inv_box .inv_title {
	font-size: 0.36rem;
	text-align: center;
	font-weight: bold;
}

.inv_box .inv_content {
	margin-top: 0.6rem;
	/* height: 4.6rem; */
	overflow: hidden;
	transition: 1.5s ease-out;
}

.inv_box .inv_content.show {
	height: auto;
	transition: 1.5s ease-out;
}

.inv_box .inv_content .title {
	font-size: 0.32rem;
	font-weight: bold;
	padding-bottom: 0.2rem;
}

.inv_box .inv_content .title2 {
	font-size: 0.24rem;
	font-weight: bold;
	padding: 0.2rem 0 0.1rem;
}

.inv_box .inv_content .text1 {
	font-size: 0.2rem;
	margin: 0.1rem 0;
	text-indent: 2em;
}

.inv_box .zk_btn {
	margin: 0.6rem auto 0;
	width: 1rem;
	font-size: 0.14rem;
	text-align: center;
	cursor: pointer;
}

.inv_box .zk_btn .icon {
	width: 0.16rem;
	height: 0.28rem;
	background: url('../img/down.png') no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 0.08rem;
}

.inv_box .zk_btn .icon2 {
	width: 0.16rem;
	height: 0.28rem;
	background: url('../img/down.png') no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 0.08rem;
	transform: rotate(180deg);
}

/* 以节会友 */
.n_name_list {
	padding: 0.73rem 0 0;
	color: #000E52;
}

.n_name_list .l_list_box {
	width: 3.9rem;

}

.n_name_list .l_list_box .en_title {
	text-transform: uppercase;
	color: white;
	color: transparent;
	background: linear-gradient(to bottom, rgba(0, 14, 82, 0.4), rgba(0, 14, 82, 0));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-blend-mode: multiply;
	blend-mode: multiply;
	font-size: 0.28rem;
	text-align: center;
	margin-left: 0.39rem;
}

.n_name_list .l_list_box .l_title {
	font-size: 0.28rem;
	text-align: center;
	margin-top: -0.1rem;
	position: relative;
	margin-left: 0.26rem;
	font-weight: bold;
}

.n_name_list .l_list_box .l_title::after {
	content: '';
	height: 1rem;
	width: 1px;
	background: #333;
	position: absolute;
	top: 8px;
	left: 0;
	transform: rotate(-30deg);
}

.n_name_list .l_list_box .symbol {
	font-size: 0.28rem;
	text-align: center;
	margin: 0.1rem 0 0.2rem;
}

.n_name_list .l_list_box .swiper_box {
	background: #fff;
	border-radius: 0.1rem;
	box-sizing: border-box;
	/* border: 1px solid #829af5; */
	font-size: 0.18rem;
	font-weight: bold;
	/* color: #fff; */
	padding: 0.22rem;
	position: relative;
	margin-top: 0.24rem;
	border-radius: 0.16rem;
	overflow: hidden;
}

.n_name_list .swiper_box .top_bg {
	position: absolute;
	top: 0;
	/* 调整虚化区域距离字幕框的距离 */
	left: 0;
	right: 0;
	height: 2rem;
	/* 虚化区域的高度 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(63, 66, 212, 0));
	z-index: 10;
}

.n_name_list .swiper_box .bottom_bg {
	position: absolute;
	bottom: 0;
	/* 调整虚化区域距离字幕框的距离 */
	left: 0;
	right: 0;
	height: 2rem;
	/* 虚化区域的高度 */
	background: linear-gradient(to bottom, rgba(63, 66, 212, 0), rgba(255, 255, 255, 0.8));
	z-index: 10;
}

.n_name_list .r_list_box {
	margin-left: 1rem;
}

.n_name_list .r_list_box ul {
	flex-wrap: wrap;

}

.n_name_list .r_list_box li {
	text-align: center;
	margin-bottom: 0.2rem;
	width: 20%;
}

.n_name_list .r_list_box img {
	width: 1.6rem;
}

.n_name_list .r_list_box .t1 {
	font-size: 0.24rem;
	font-weight: bold;
	padding: 0.1rem 0 0.05rem;
}

.n_name_list .r_list_box .t2 {
	font-size: 0.14rem;
}

.rc_box {
	padding-bottom: 0.8rem;
}

.rc_box .tab_list {
	width: 2.82rem;
	height: 0.7rem;
	background: #fff;
	border-radius: 0.35rem;
	font-size: 0.32rem;
	margin: 0 auto 0.6rem;
}

.rc_box .tab_list .tab_date {
	width: 1.2rem;
	height: 0.5rem;
	text-align: center;
	line-height: 0.46rem;
	cursor: pointer;
	border-radius: 0.25rem;
}

.rc_box .tab_list .tab_date.active {
	background-image: linear-gradient(113deg, #3378FF 0%, #6C78FF 100%);
	color: #fff;
}

.rc_box li {
	padding: 0.35rem 0.6rem 0.35rem 0.2rem;
	background: #fff;
	border-radius: 0.16rem;
	margin: 0.12rem 0;
	font-size: 0.18rem;
	cursor: pointer;
}

.rc_box li .icon {
	width: 0.08rem;
	height: 0.08rem;
	border: 1px solid #40414c;
	border-radius: 50%;
	/* background: #fff; */
	margin-right: 0.18rem;
}

.rc_box li .time {
	color: #666;

}

.rc_box li .title {
	margin: 0 0.47rem;
}

.rc_box li .address {
	font-size: 0.16rem;
	position: relative;
	padding-left: 0.23rem;
}

.rc_box li .address::after {
	content: '';
	width: 0.13rem;
	height: 0.17rem;
	background: url('../img/address.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0.05rem;
}

.rc_box li.active {
	background-image: linear-gradient(90deg, #3378FF 0%, #62B0FF 100%);
	color: #fff;
}

.rc_box li.active .icon {
	border: none;
}

.rc_box li.active .time {
	color: #fff;
}

.rc_box li.active .address::after {
	content: '';
	width: 0.13rem;
	height: 0.17rem;
	background: url('../img/address_on.png') no-repeat;
	background-size: 100% 100%;

}

.rc_box .rc_list {
	margin-top: 1rem;
}

.rc_box .item {
	width: 3.38rem;
	height: 3.8rem;
	border-radius: 0.16rem;
	box-sizing: border-box;
	/* padding:30px; */
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0);

}

.rc_box .b_info {
	width: 7.06rem;
	height: 2.4rem;
	box-sizing: border-box;
	/* padding:30px; */
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0);
}

.rc_box .rc_item:first-child {
	margin-right: 0.28rem;
}

.rc_box .rc_item .icon {
	margin-top: 0.2rem;
	margin-left: 0.25rem;
}

.rc_box .rc_item .item:hover {
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
	border-radius: 0.16rem;
}

.rc_box .rc_item .item:hover .title {
	transform: scale(1.1);
	transition: 1s;
}

.rc_box .rc_item .item:hover .text1 {
	transform: scale(1.1);
	transition: 1s;
}

.rc_box .rc_item .b_info:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 0.16rem;
}

.rc_box .rc_item .b_info:hover .title {
	transform: scale(1.1);
	transition: 1s;
}

.rc_box .bg1 {
	background: url('../img/rc_bg1.png') no-repeat;
	background-size: 100% 100%;
}

.rc_box .icon1 {
	width: 0.8rem;
	height: 0.8rem;
	background: url('../img/rc_icon1.png') no-repeat;
	background-size: 100% 100%;
}

.rc_box .bg2 {
	background: url('../img/rc_bg2.png') no-repeat;
	background-size: 100% 100%;
}

.rc_box .icon2 {
	width: 0.8rem;
	height: 0.8rem;
	background: url('../img/rc_icon2.png') no-repeat;
	background-size: 100% 100%;
}

.rc_box .bg3 {
	background: url('../img/rc_bg3.png') no-repeat;
	background-size: 100% 100%;
	margin-top: 0.3rem;
}

.rc_box .icon3 {
	width: 0.8rem;
	height: 0.8rem;
	background: url('../img/rc_icon3.png') no-repeat;
	background-size: 100% 100%;
	margin-right: 2.48rem;
}

.rc_box .bg4 {
	background: url('../img/rc_bg4.png') no-repeat;
	background-size: 100% 100%;
	margin-bottom: 0.3rem;
}

.rc_box .icon4 {
	width: 0.8rem;
	height: 0.8rem;
	background: url('../img/rc_icon4.png') no-repeat;
	background-size: 100% 100%;
	margin-right: 2.48rem;
}

.rc_box .bg5 {
	background: url('../img/rc_bg5.png') no-repeat;
	background-size: 100% 100%;
}

.rc_box .icon5 {
	width: 0.8rem;
	height: 0.8rem;
	background: url('../img/rc_icon5.png') no-repeat;
	background-size: 100% 100%;
}

.rc_box .bg6 {
	background: url('../img/rc_bg6.png') no-repeat;
	background-size: 100% 100%;
}

.rc_box .icon6 {
	width: 0.8rem;
	height: 0.8rem;
	background: url('../img/rc_icon6.png') no-repeat;
	background-size: 100% 100%;
}

.rc_box .item .title,
.rc_box .item .text1,
.rc_box .item .text2,
.rc_box .item .text3 {
	padding-left: 0.4rem;
}

.rc_box .rc_item .title {
	font-size: 0.32rem;
	font-weight: bold;
	margin-top: 0.2rem;
	transition: 1s;
	transform: scale(1);
}

.rc_box .item .text1 {
	color: #3378FF;
	font-size: 0.5rem;
	font-weight: bold;
	transition: 1s;
	transform: scale(1);

}

.rc_box .item .text1 span {
	font-size: 0.3rem;
}

.rc_box .item .text2 {
	color: #3378FF;
	font-size: 0.2rem;
	font-weight: bold;
}

.rc_box .item .text3 {
	font-size: 0.18rem;
	margin-top: 0.1rem;
}

.rc_box .b_info .title {
	padding-top: 0.1rem;
}

.rc_box .b_info .text1 {
	color: #3378FF;
	font-size: 0.28rem;
	font-weight: bold;
	margin-top: 0.24rem;
}

.rc_box .b_info .text2 {
	font-size: 0.18rem;
	margin-top: 0.3rem;
}

/****栏目标题样式*****/
.m_row_title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0.8rem 0 0.5rem;
	position: relative;
}

.m_row_title::before {
	content: "";
	width: 2rem;
	height: 1.52rem;
	background: url('../img/99_icon.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);

}

.m_row_title .title {
	font-family: arial;
	font-size: 0.48rem;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.m_row_title .icon {
	width: 1.5rem;
	height: 0.64rem;
	background: url('../img/bg3.png') no-repeat;
	background-size: 100% 100%;
	position: relative;
	z-index: 1;
	top: 0.1rem;
	margin-left: 0.1rem;
}






.mySwiper4 {
	width: 3.3rem;
	height: 5.9rem;
}

.mySwiper4 .swiper-slide {
	width: 100%;
	height: 1.86rem !important;
	background-size: cover;
}

.mySwiper4 .swiper-button-prev {
	position: absolute;
	top: 0.4rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0.6rem;
}

.mySwiper4 .swiper-button-next {
	position: absolute;
	top: initial;
	bottom: 0.2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0.6rem;
}

.mySwiper4 .swiper-button-prev:after {
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	background: url('../img/up_icon.png') no-repeat;
	background-size: 100% 100%;
}

.mySwiper4 .swiper-button-next:after {
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	background: url('../img/down_icon.png') no-repeat;
	background-size: 100% 100%;
}

/* 轮播图样式 */
.mySwiper1 {
	width: 100%;
	height: 6.1rem;
}

.mySwiper1 .swiper-slide {
	font-size: 0.18rem;
	height: 0.5rem !important;
	line-height: 0.5rem;
	/* background: #fff; */
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	padding: 0 0.1rem;
	box-sizing: border-box;
	width: 3.48rem;
}

.mySwiper1 .swiper-slide.swiper-slide-active {
	background: linear-gradient(to right, #3378FF, #6C78FF);
	border-radius: 0.1rem;
	color: #fff;
}

.mySwiper2 {
	width: 100%;
	height: 7.3rem;
}

.mySwiper2 .swiper-slide {
	width: 100%;
	height: 7.3rem;
	color: #333;
	/* background: #fff; */
}

.mySwiper2 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
	width: 0.71rem;
	height: 0.71rem;
}

.mySwiper2 .swiper-button-prev:after {
	content: '';
	width: 0.71rem;
	height: 0.71rem;
	background: url('https://cdn.ibisaas.com/99/2024/images/left_arrow.png') no-repeat;
	background-size: 100% 100%;
}

.mySwiper2 .swiper-button-next:after {
	content: '';
	width: 0.71rem;
	height: 0.71rem;
	background: url('https://cdn.ibisaas.com/99/2024/images/right_arrow.png') no-repeat;
	background-size: 100% 100%;
}

.mySwiper3 {
	width: 100%;
	height: 1.71rem;
}

.mySwiper3 .swiper-slide {
	height: 1.71rem;
	color: #333;
	/* background: #fff; */
}

.mySwiper3 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiper3 .swiper-slide.active .text {
	color: #34c3ff;
	font-size: 0.24rem;
}

.mySwiper3 .swiper-slide.active .line {
	background: #34c3ff;
}

/* 大会亮点 */
.n_img_list_box {
	padding-bottom: 0.66rem;
}

.n_img_list_box .mySwiper3 .swiper-slide {
	position: relative;
	cursor: pointer;
}

.n_img_list_box .mySwiper3 .text_box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.n_img_list_box .text_box {
	font-size: 0.18rem;
	color: #fff;
	padding: 0.3rem 0.2rem 0.2rem;
}

.n_img_list_box .text_box .line {
	width: 0.22rem;
	height: 3px;
	background: #fff;
	margin-top: 0.2rem;
}

/*****全球链商祝福视频******/

.m_zzqx {
	/* box-sizing: border-box; */
	background: #fff;
	border-radius: 0.16rem;
	padding: 0.3rem;
}
.m_video_box {
	flex: 1;
	position: relative;
}

.m_video_box .video_play_btn {
	width: 1rem;
	height: 1rem;
	background: url('../img/play.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}





.m_video_btn {
	width: 3.3rem;
	height: 5.9rem;
	margin-left: 0.2rem;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	cursor: pointer;
}

.m_video_btn .img {
	width: 100%;
	padding-bottom: 56.344%;
	margin: 6px auto;
	/* margin-bottom: 10px; */
	border-radius: 3px;
	position: relative;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
}

.m_video_btn .swiper-slide.active .img {
	width: 96%;
	padding-bottom: 52.344%;
}

.m_video_btn .img:last-child {
	margin-bottom: 0;
}

.m_video_btn .img .icon {
	width: 0.46rem;
	height: 0.46rem;
	/* background: url('../img/play.png') no-repeat;
	background-size: cover; */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.23rem;
	margin-left: -0.23rem;
}


.mySwiper4 .swiper-slide.active {
	background: linear-gradient(to right, #3378FF, #6C78FF);
	border-radius: 10px;
	color: #fff;
}

.m_video_btn .img.active .icon {
	display: none;
	/* background: url('../img/pause.png') no-repeat;
	background-size: cover; */
}

/*****工厂实拍全景******/
.factory_box {}

.factory_box .fac_btn {
	width: 203px;
	height: 50px;
	margin: 0 auto;
	background-image: linear-gradient(104deg, #3378FF 0%, #6C78FF 100%);
	border-radius: 29px;
	font-size: 20px;
	color: #fff;
}

.factory_box .fac_btn .icon {
	width: 28px;
	height: 28px;
	background: url('../img/f_icon1.png') no-repeat;
	background-size: 100% 100%;
	margin-right: 8px;
}

.factory_box ul {
	margin: 0.3rem 0 0.8rem;
}

.factory_box .fac_list {
	background: #fff;
	border-radius: 0.16rem;
	overflow: hidden;
}

.factory_box .fac_list .img_box {
	position: relative;
}

.factory_box .fac_list img {
	/* width:345px; */
	width: 100%;
	height: 2rem;
	object-fit: cover;
	position: relative;
}

.factory_box .fac_list .img_box .bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
}

.factory_box .fac_list .img_box .icon {
	width: 0.7rem;
	height: 0.7rem;
	background: url('../img/vr_icon.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.factory_box .fac_list .title {
	padding: 0.24rem 0.24rem 0.2rem;
	font-size: 0.18rem;
}

.mySwiper5 {
	margin: 0.3rem 0 0.8rem;
}

.mySwiper5 .swiper-slide {
	cursor: pointer;
}

.mySwiper5 .swiper-button-prev {
	width: 0.7rem;
	pointer-events: initial !important;
}

.mySwiper5 .swiper-button-next {
	width: 0.7rem;
	pointer-events: initial !important;
}

.mySwiper5 .swiper-button-prev:after {
	content: '';
	width: 0.7rem;
	height: 0.7rem;
	background: url('../img/up_icon.png') no-repeat;
	background-size: 100% 100%;
	transform: rotate(-90deg);
}

.mySwiper5 .swiper-button-next:after {
	content: '';
	width: 0.7rem;
	height: 0.7rem;
	background: url('../img/down_icon.png') no-repeat;
	transform: rotate(-90deg);
	background-size: 100% 100%;
}

/*****往期回顾******/
.review_box {
	/* height: 5.78rem; */
	/* background-image: linear-gradient(124deg, #3378FF 0%, rgba(254, 254, 255, 0.00) 40%,#3378FF 100%); */
	background: url('../img/re_bg.png') no-repeat;
	background-size: 100% 100%;
	border-radius: 0.16rem;
	box-sizing: border-box;
	padding: 0.4rem 0.4rem 0.4rem 0.8rem;
	color: #fff;
	margin: 0.7rem auto 0.8rem;
}

.review_box .title {
	font-size: 0.4rem;
	font-weight: bold;
}

.review_box .re_border {
	width: 1px;
	height: 1.52rem;
	background: #fff;
	transform: rotate(50deg);
	margin-left: 0.8rem;
	margin-top: -0.2rem;

}

.review_box .en_title {
	font-size: 0.2rem;
	text-transform: uppercase;
	/**转大写**/
	margin-top: -0.2rem;
}

.review_box .re_video_box {
	position: relative;
	width: 10.5rem;
	/* height: 4.98rem; */
	border-radius: 0.16rem;
	overflow: hidden;
}

.review_box .re_video_box video {
	width: 100%;
}

.review_box .re_video_box .re_video_play_btn {
	width: 1.5rem;
	height: 1.5rem;
	background: url('../img/play.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*****往届媒体报道精选******/
.news_box {
	margin-top: 0.78rem;
}

.news_box ul {
	flex-wrap: wrap;
}

.news_box li {
	width: 7.1rem;
	height: 1.55rem;
	background: #fff;
	border-radius: 0.16rem;
	margin-bottom: 0.2rem;
	box-sizing: border-box;
	padding: 0.16rem 0.26rem 0.26rem;
	cursor: pointer;
}

.news_box li:hover {
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.news_box .t_text {
	width: 0.2rem;
	font-size: 0.18rem;
	line-height: 0.2rem;
	font-weight: bold;
}

.news_box .t_border {
	width: 1px;
	height: 0.54rem;
	background: #333;
	transform: rotate(-30deg);
	margin-left: 0.2rem;
	margin-right: 6px;
}

.news_box .t1 {
	font-size: 0.26rem;
	font-weight: bold;
}

.news_box .t2 {
	font-size: 0.16rem;
	text-align: right;
}

.news_box .title {
	font-size: 0.16rem;
	margin-top: 0.26rem;
}

.footer_box {
	background: #001D57;
	color: #fff;
	padding: 0.5rem 0 0;
	margin-top: 0.9rem;
}

.footer_box .f_logo {
	margin-right: 1.46rem;
	margin-top: -0.2rem;
}

.footer_box .f_logo img {
	width: 1.22rem;
}

.footer_box .title {
	font-size: 0.2rem;
	margin-top: 0.14rem;
}

.footer_box .date {
	font-size: 0.18rem;
	opacity: 0.6;
}

.footer_box .f_text1 {
	font-size: 0.32rem;
	font-weight: bold;
}

.footer_box .tel {
	font-size: 0.16rem;
	position: relative;
	padding-left: 0.4rem;
	margin-top: 0.42rem;
}

.footer_box .tel::before {
	content: '';
	width: 0.32rem;
	height: 0.32rem;
	background: url('../img/tel.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.footer_box .email {
	font-size: 0.16rem;
	position: relative;
	padding-left: 0.4rem;
	margin-top: 0.16rem;
}

.footer_box .email::before {
	content: '';
	width: 0.32rem;
	height: 0.32rem;
	background: url('../img/email.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer_box .address{
	font-size: 0.16rem;
	position: relative;
	padding-left: 0.35rem;
	margin-top: 0.16rem;
	margin-left:0.05rem;
	flex:1;
}
.footer_box .address::before {
	content: '';
	width: 0.24rem;
	height: 0.24rem;
	background: url('../img/add_icon.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.footer_box .img_bg {
	width: 1.4rem;
	height: 1.4rem;
	background: #fff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_box .img_bg img {
	width: 1.2rem;
	height: 1.2rem;
}

.footer_box .f_text2 {
	opacity: 0.6;
	font-size: 0.14rem;
	text-align: center;
	margin-top: 8px;
}

.footer_box .f_icp {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 14px;
	opacity: 0.6;
	margin-top: 0.4rem;
	padding: 0.3rem 0;
	text-align: center;
}

.footer_box .f_text3 {
	/* margin-left: 0.5rem; */
	margin-top:0.05rem;
}






.m_video_box {
	flex: 1;
	border-radius: 0.16rem;
	overflow: hidden;
	height: 5.9rem;
}

.m_video_box video {
	display: none;
	border-radius: 0.16rem;
	height: 5.9rem;
	width: 100%;
	object-fit: cover;
}

.m_video_box video.active {
	display: block;
}

