.bg_header { position: fixed; left: 0; top: 0; z-index: 99; width: 100%; background: rgba(2,17,76,0.5); box-shadow: 0px 8px 20px 0px rgba(27, 61, 171, 0.2); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);}
.bg_about {}
.bg_dark {} 
.bg_light {}
video {pointer-events: none; /* 禁用鼠标事件 */
            user-select: none; /* 禁用文本选择 */
            -webkit-user-drag: none; /* 禁用拖动 */}

.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 40px 30px; position: relative;}
.wrap_header { padding: 0; max-width: 100%; padding: 0 100px;}

.wrap .h { font-size: 40px; color: #fff; margin-bottom: 20px;}
.wrap .h i { font-size: 24px; font-style: normal; font-weight: normal; display: block; margin-top: -4px; background: linear-gradient(to bottom, transparent 0%, #2aa2de 100%);  -webkit-background-clip: text;  background-clip: text;  color: transparent;}
.wrap .h .icon { width: 64px; float: left; margin-right: 20px;}

.tab { padding-bottom: 5px; display: flex; -webkit-display: flex; -webkit-user-select: none; overflow-x: auto; flex-wrap: wrap;}
.tab li { margin:0 10px 10px 0; padding: 5px 15px; color: rgba(255,255,255,0.5); cursor: pointer; white-space: nowrap; border-radius: 100px; border: 1px solid rgba(255,255,255,0.5);}
.tab li.active { color: #fff; font-weight: bold;  border: none; background-image: -webkit-linear-gradient(0deg,#00C8FF,#4ED9B0);}

.banner { position: relative; text-align: center; background: url("../images/bg.jpg") no-repeat center; background-size: 100% 100%;}
.banner:after {content: ""; width: 100%; height: 22%; position: absolute; bottom: 0px; left: 0; background: linear-gradient(0deg, #02114c, transparent); z-index: 2}
.banner .pic { width: 45%; position: absolute; left: 50%; top: 42%; transform: translate(-50%,-50%); z-index: 3}
.banner .video { width: 100%; display: block; z-index: 1;}


/*--header--*/
.header { display: flex; justify-content: space-between; align-items: center; display: -webkit-flex; -webkit-justify-content: space-between; -webkit-align-items: center; -webkit-user-select: none; position: relative;}
.header .logo img { height: 70px;}
.header .switch { display:none;}

.nav .item { display: inline-block; margin-left:30px;}
.nav .active a { position: relative; font-weight: bold; color: #00C8FF;}
.nav .active a:after { content: ""; width: 100%; height: 3px; position: absolute; bottom: -10px; left: 0; border-radius: 50px; background: #00C8FF;}
.btn_reg a { font-weight: bold; display: block; padding: 5px 20px; border-radius: 200px; background-image: -webkit-linear-gradient(0deg,#00C8FF,#FF7DFF); color: #fff;}
.link_reg { display: none; margin-right: 60px; padding: 5px 20px; border-radius: 200px; background-image: -webkit-linear-gradient(0deg,#00C8FF,#FF7DFF); color: #fff;}


.anchor { position: absolute; top: -30px; width: 100%; height: 10px;}
.bg_about .anchor { top: -130px;}

/*--倒计时--*/
.data-show-box { text-align: center; font-size: 1.2em;  position: relative;}
.date-tiem-span { font-weight:bold; color: #fead61;}

/*--homepage--*/
.homepage { position: relative; display: none; position: fixed; left: 0; top: 0; width: 100vw; height: 100vh; z-index: 999;  background:#02114c; overflow: auto; overflow-x: hidden;}
.homepage .wrap{ max-width: 750px; min-height: 100vh; padding: 0;}

.homepage .slogan { position: relative; text-align: center;}
.homepage .slogan .pic { width: 85%; position: absolute; left: 50%; top: 41%; transform: translate(-50%, -50%); z-index: 3}
.homepage .slogan .video { width: 160%; display: block; z-index: 1; position: relative; left: 50%; top: 0; transform: translate(-50%, 0);}
.homepage .slogan:after {content: ""; width: 100%; height: 22%; position: absolute; bottom: 0px; left: 0; background: linear-gradient(0deg, #02114c, transparent); z-index: 2}

.homepage .btn { padding: 20px; display: flex; justify-content:space-around; align-items: center; flex-wrap: wrap; -webkit-justify-content:space-around; -webkit-align-items: center; -webkit-flex-wrap: wrap;}
.homepage .btn .item { width: 50%; padding: 5px; text-align: center;}
.homepage .btn .item:nth-child(7) { width: 100%; margin: 10px 0;}
.homepage .btn .icon { width: 100%; display: block;}
.homepage .btn a {outline: none;  -webkit-tap-highlight-color: transparent;}

.homepage .data-show-box { top: 0;}

/*about*/
.about .text:after{ content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height:70px; background: url("../images/about_bg.png") center bottom; background-size: 100% 100%;}
.about .text { line-height: 2em; padding:40px; border: 2px solid transparent;  background: linear-gradient(#02114c, #02114c) padding-box, linear-gradient(40deg, #00C8FF,#4ED9B0) border-box; position: relative; border-radius: 10px; position: relative;}
.about .text .icon { float: right; position: relative; margin: 60px 0 0 30px;}
.about .text .icon2 { position: absolute; left: 50%; top: 0%; transform: translate(-50%, -50%); animation: moveUpDown 3s infinite linear;}
@keyframes moveUpDown {
0% { transform: translate(-50%, calc(-50% - 20px)); }
50% { transform: translate(-50%, calc(-50% + 10px)); }
100% { transform: translate(-50%, calc(-50% - 20px)); }
}

/*agenda*/
.review {display: flex; flex-wrap: wrap; justify-content: space-between; flex-wrap: wrap;}
.review .item { width: 24.4%; margin-bottom: 5px; padding: 0 5px;}
.review .item img {width: 100%;}

.agenda { position: relative;}
.agenda .title { text-align: center; padding:0 0 40px 0; font-size: 24px; font-weight: bold; text-shadow: 0px 3px 12px rgba(14, 53, 182, 0.5);}
.agenda table, .agenda tbody { width: 100%; display: flex; flex-wrap: wrap; display: -webkit-flex; -webkit-flex-wrap: wrap;  }
.agenda table tr { display: block; width: 50%; height: 210px; padding: 20px; box-sizing: border-box;}
.agenda table tr:nth-child(4n), .agenda table tr:nth-child(4n+1) {  background-image: -webkit-linear-gradient(0deg,#00C8FF,#4ED9B0);}
.agenda table td { display: block;}
.agenda table td:nth-child(1) { font-size: 22px; color: #fff;}
.agenda table td:nth-child(2) { font-size: 18px; font-weight: bold; margin-top: 5px; height: 60px;}
.agenda table td:nth-child(3) { font-size: 16px; color: rgba(255,255,255,0.9); vertical-align: middle;}
.agenda table td:nth-child(3):first-line { font-size: 15px; color: #fff; font-weight: bold; line-height: 1.6em;}
.agenda table .face { float: left; margin-right: 20px; width: 64px; height: 64px; border-radius: 50%; border:2px solid #2baaff;}

.overview .wrap { padding-bottom: 0;}
.overview_wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
.overview_wrap .tit { font-size: 18px; color: #2aa2de; font-weight: bold; text-shadow: 0px 3px 12px rgba(14, 53, 182, 0.5);}
.overview_wrap .time { font-size: 16px; color: rgba(255,255,255,0.5); margin:5px 0 2px 0;}
.overview_wrap .addr { font-size: 14px; color: rgba(255,255,255,0.5);}
.overview_wrap .item { width: 24.4%; margin: 5px 0; padding: 10px; user-select: none; position: relative; border-radius: 10px; background: linear-gradient(40deg, transparent 0%, #0e4083 100%); cursor: pointer;}
.overview_wrap .active { color: rgba(255,255,255,1); background-image: -webkit-linear-gradient(40deg,#2aa2de,#0e4083); width: 24.4%;}
.overview_wrap .active .tit,.overview_wrap .active .addr,.overview_wrap .active .time { color: #fff;}
.overview_wrap .date { width: 100%; font-size: 20px; font-weight: bold; margin-top: 15px;}

.tab_date { padding-bottom: 5px; display: flex; -webkit-display: flex; -webkit-user-select: none; overflow-x: auto; flex-wrap: wrap; justify-content: center;}
.tab_date div.item { font-size: 18px; margin:0 10px 10px 10px; padding: 7px 40px; color: rgba(255,255,255,0.5); cursor: pointer; white-space: nowrap; border-radius: 100px; border: 1px solid rgba(255,255,255,0.5); }
.tab_date div.active { color: #fff; font-weight: bold;  border: none; background-image: -webkit-linear-gradient(0deg,#00C8FF,#4ED9B0);}


/*--swiper--*/
.video_swiper { overflow: hidden;}
.video_swiper .swiper-slide { width: 33.3%; margin: 0 10px; box-sizing: border-box; text-align: center; cursor: pointer;}
.video_swiper .swiper-slide img { width: 100%;}
.video_swiper .pic { position: relative;}
.video_swiper .pic:after { content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,0.5) url("../images/video_btn.png") no-repeat; background-size: cover;}
.video_swiper .pic:hover:after { background:url("../images/video_btn.png") no-repeat; background-size: cover;}

.video_player { position: fixed; left: 0; top: 0; z-index: 99;  width: 100%; height: 100vh; background: rgba(0,0,0,0.9); display: none;}
.video_box { width: 800px; transform: translate(-50%,-50%); position: absolute; left: 50%; top: 50%; text-align: center;}
.video_close { width: 32px; padding: 20px; cursor: pointer;}

/*partner*/
.partner .logos { margin-top: 30px; display: flex; flex-wrap: wrap; display: -webkit-flex; -webkit-flex-wrap: wrap;}
.partner .item { width: 100%; display: flex; display: -webkit-flex; padding: 25px 0;}
.partner .item .title { width: 5em; margin:7px 1em 7px 0;}
.partner .item .desc { flex: 1; -webkit-flex:1; display: flex; flex-wrap: wrap; align-items:flex-start;}
.partner .item .desc img { width: 10%; margin: 5px 0; margin-right: 10px; box-sizing: border-box; vertical-align: top; border-radius: 8px;}

/*--footer--*/
.footer {  color: rgba(255,255,255,0.7); line-height: 1.6em; text-align: center; font-size: 14px; padding: 30px 10px;}
.footer span { display: inline-block;}

/*--自适应--*/
@media screen and ( max-width:960px) {
	
	
	body { font-size: 15px;}
	
	.homepage { display: block;}
	.root { }
	.wrap { padding:20px 15px;}
	.wrap_header { padding: 0;}
		
	.wrap .h { font-size: 24px;}
    .wrap .h i { font-size: 18px;}
    .wrap .h .icon { width: 40px; margin:0 10px 0 0;}
    
	.date { top: 3px; font-size: 16px;}
	
	.tab { flex-wrap: wrap; padding-bottom: 10px; justify-content: center;}
	.tab li { padding: 5px 20px; margin: 5px 2px;  background: rgba(0,0,0,0.15);}
	
	.banner { margin-top: 49px;}
	.banner .pic { width: 75%;}
	.banner .video { width: 140%; position: relative; left: 50%; top: 0; transform: translate(-50%, 0);}
    
	.data-show-box {font-size: 1em; margin: 0 0 2em 0;}
	
	.header { height: 50px;}
	.header .logo img {height: 50px; box-sizing: border-box; margin-left: 15px;}
	.header .nav { display: none; padding-top: 70px; position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background: rgba(2,17,76,0.95);}
	.header .nav .item { display: block; text-align: center; margin: 0;}
	.header .nav a { display: block; padding: 15px;}
	.header .btn_reg a { background: none; font-weight: normal;}
	.header .nav .active a { color: #fff;}
	.header .nav .active a:after { display: none;}
	.header .switch { display: block; position: fixed; right: 0; top: 0; width: 50px; height: 50px; background: url("../images/icon_menu.png") center no-repeat; background-size: 70%;}
	.header .close { background-image: url("../images/icon_close.png");}
	.link_reg { display: block;}
	
	.about .text { padding: 25px; font-size: 15px;}
    .about .text .icon { display: none;}
	
	
    .video_swiper .swiper-slide { width: 49%; margin: 0 5px; font-size: 14px;}
    .video_swiper .pic:after { background:url("../images/video_btn.png") no-repeat; background-size: cover;}
    .video_player { position: fixed; left: 0; top: 0; z-index: 99;  width: 100%; height: 100vh; background: rgba(0,0,0,0.9); display: none;}
    .video_box { width: 100%; transform: translate(-50%,-50%); position: absolute; left: 50%; top: 48%; text-align: center;}
        
    .review { padding: 0 1px;}
    .review .item { width: 50%; }
    
	.agenda .title { font-size: 16px; padding: 20px 0;}
	.agenda table tr { width: 100%; height: auto; padding: 15px;}
	.agenda table tr:nth-child(4n), .agenda table tr:nth-child(4n+1) { background: none;}
	.agenda table tr:nth-child(2n+1) {  background-image: -webkit-linear-gradient(0deg,#00C8FF,#4ED9B0);;}
	.agenda table td:nth-child(1) { font-size: 15px;}
	.agenda table td:nth-child(2) { font-size: 16px; margin:5px 0 10px 0; height: auto;}
	.agenda table td:nth-child(3) { font-size: 12px; color: rgba(255,255,255,0.8); vertical-align: middle;}
	.agenda table td:nth-child(3):first-line { font-size: 12px; font-weight: normal;}
	
    .overview_wrap .tit { font-size: 14px;}
    .overview_wrap .time { font-size: 12px;}
    .overview_wrap .addr { font-size: 12px; margin:2px 0 2px 0;}
    .overview_wrap .item { width: 49% !important;  margin:4px 0; padding:7px 10px;}
    #overview_wrap2 .item:nth-child(1) {width: 100% !important; background-size: 101% 101% !important;}
    
    .tab_date {flex-wrap: nowrap;}
    .tab_date div.item { font-size: 16px; margin: 10px 5px; padding: 5px 20px;}
    
	.partner .item { display: block; padding: 15px 0; margin: 0; width: 100%;}
	.partner .item .title { width: 100%; text-align: center;}
	.partner .item .desc {  justify-content: center; -webkit-justify-content: center;}
	.partner .item .desc img { width: 22%; margin: 5px;  padding: 0;}
	.partner .item .desc .br {width: 22%;}
	.partner .item_dm .desc img { width: 25%; margin: 5px;  padding: 0;}
	
	
}
	
