/* bootstrap 5 fix */
@media (prefers-reduced-motion: no-preference) {
	:root {scroll-behavior: auto;}
}
:root{
	--en: "Arial", sans-serif;
}
*{
	position: relative;
}
body{
	font-family: 'Noto Sans TC', sans-serif;
	background-color: #000000;
	color: #ffffff;
}
img{
	position: relative;
	display: block;
	max-width: 100%;
}
a{display: inline-block; color: #fff;}
a, a:hover, a:focus{text-decoration: none;}
a:focus{outline: none;}
section{
	position: relative;
	overflow: hidden;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.flex-1{flex: 1;}
.center{
	margin-left: auto;
	margin-right: auto;
}
.t-center{text-align: center;}
.t-right{text-align: right;}
.v-center{
	top: 50%;
	transform: translateY(-50%);
}
.flex-center{justify-content: center;}
.flex-v-center{align-items: center;}
.show-xl, .show-lg, .show-md, .show-sm, .hide{
	display: none;
}
.container, .container-fluid, .container-xxl{
	padding-left: 15px;
	padding-right: 15px;
}
.row-p15{
	margin-left: -15px;
	margin-right: -15px;
}
.row-p15 > *{
	padding-left: 15px;
	padding-right: 15px;
}
.fh{height: 100%;}
.img_full{
	max-width: none;
	width: 100%;
}
.ev{font-family: "Arial", sans-serif;}
.wow{
	visibility: hidden;
	animation-duration: 0.8s;
}

/* header */
.innohead{
	background-color: #1e1f7c;
}
.navbar{
	height: 100%;
	justify-content: center;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 180px;
}
.no-touch .navbar-link:hover, .no-touch .navbar-link:focus, .navbar-link:active{
	color: #ff3399;
}
.navbar-item.active .navbar-link{
	color: #ff3399;
}
.header_logo{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 80px;
}
.logo_icon{
	width: 80px;
	height: 100%;
	background-color: #6666ff;
}
.logo_icon img{
	width: 47px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.logo_text{
	width: 280px;
	height: 100%;
	background-color: #cbff00;
}
.logo_text img{
	width: 250px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.header_logo2{
	position: absolute;
	display: block;
	top: 21px;
	left: 20px;
	width: 150px;
}
.masthead-btn-lang{
	color: #fff;
}
.masthead-btn-lang:hover{
	color: #FF3399;
}
.mbpanel-link{
	color: #fff;
}
.mbpanel-link:hover{
	color: #fff;
}
.mbpanel-langsel i{
	color: #fff;
}
.mbpanel-langsel .btn{
	color: #fff;
}
.mbpanel_logo_div{
	margin-top: 40px;
}
.mbpanel_logo{
	display: block;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
.navbar-item{
	height: 100%;
}
.navbar-link{
	height: 100%;
}
.menu_child{
	position: absolute;
	top: 80px;
	left: -28px;
	width: 160px;
	background-color: #1e1f7c;
	box-shadow: 0 4px 4px #00000044;
	display: none;
}
.menu_child:hover{
	color: #ff3399;
}
.menuc_btn{
	display: block;
	padding: 10px 15px;
}
.body_top{
	height: 80px;
}

/* index */
.zindex-2{
	z-index: 2;
}
.kv_video_frame{
	padding-bottom: 40%;
}
.kv_video{
	width: 100%;
}
.kv_bg{
	max-width: none;
	width: 100%;
}
.kv_img{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.sp_xxx{
	opacity: 0.2;
}
.index_xxx_01{
	position: absolute;
	bottom: 0;
	left: 0;
}
.index_xxx_02{
	position: absolute;
	bottom: 0;
	right: 0;
}
.index_xxx_03{
	position: absolute;
	top: 80px;
	right: 0;
}
.index_xxx_04{
	position: absolute;
	top: 30px;
	left: 0;
}
.index_xxx_05{
	position: absolute;
	bottom: -50px;
	right: 0;
}
.sbg img{
	width: 80px;
}
.sbg_x_01{
	display: inline-block;
	animation-name: up_down;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.sbg_x_02{
	display: inline-block;
	animation-name: down_up;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
@keyframes up_down{
	0% {transform: translateY(-20px);}
	50% {transform: translateY(20px);}
	100% {transform: translateY(-20px);}
}
@keyframes down_up{
	0% {transform: translateY(20px);}
	50% {transform: translateY(-20px);}
	100% {transform: translateY(20px);}
}
.sbg_01{
	position: absolute;
	bottom: 300px;
	left: 0;
}
.sbg_02{
	position: absolute;
	top: 150px;
	right: 0;
}
.sbg_03{
	position: absolute;
	bottom: 40px;
	right: 0;
}
.sbg_04{
	position: absolute;
	bottom: 50px;
	left: 0;
}
.intro{
	padding-top: 70px;
	padding-bottom: 120px;
}
.intro_con{
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.intro_title_row{
	align-items: center;
	margin-bottom: 100px;
}
.intro_title_icon{
	width: 90px;
}
.intro_title_icon img{
	width: 66px;
	margin-left: auto;
	margin-right: auto;
}
.intro_title_div{
	text-align: center;
	margin-bottom: 40px;
}
.intro_title{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.intro_title_01{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.intro_title_02{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.intro_title_03{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.intro_title_03{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.intro_text_row{
	margin-bottom: 50px;
}
.intro_text_icon{
	width: 110px;
}
.intro_text_icon img{
	width: 50px;
	margin-bottom: 20px;
}
.intro_text_icon.right img{
	margin-left: auto;
	margin-right: 0;
}
.intro_text{
	font-size: 18px;
	line-height: 2em;
}
.intro_img_01{
	margin-bottom: 50px;
}
.sec_video{
	padding: 45px;
}
.video_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_video{
	display: block;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.video_frame{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video_frame iframe, .video_frame video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.index_title_img{
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.index_title{
	font-size: 20px;
	color: #ff3399;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 60px;
}
.sec_event{
	padding-top: 80px;
	padding-bottom: 90px;
}
.ico-ui-px-play.black{
	color: #000;
}
.title-unit.blue b:nth-child(even){
	color: #6666FF;
}
.title-unit.blue .title-unit-ch b{
	border-bottom-color: #6666FF;
}
.title-unit.blue .title-unit-ch b:nth-child(even){
	border-bottom-color: #CBFF00;
}
.sec_title{
	margin-bottom: 60px;
}
.event_box{
	width: 50%;
	padding: 50px 120px;
	background-color: #1E1E7B;
}
.event_box_title{
	height: 108px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 90px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.event_box_sub_row{
	margin-bottom: 40px;
}
.evbs_left{
	width: 35px;
}
.evbs_left_line{
	width: 4px;
	height: 100%;
	min-height: 50px;
	background-color: #FF0080;
}
.evb_vline{
	width: 5px;
}
.evbs_right{
	padding-right: 60px;
}
.evbs_text{
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}
.event_box_more{
	font-size: 20px;
	color: #9BF1FF;
	font-weight: bold;
}
.event_box_more:hover{
	color: #00DBFF;
}
.event_more_icon{
	display: inline-block;
	width: 24px;
	margin-left: 15px;
}
.sec_event_more_div{
	text-align: center;
	margin-top: 50px;
}
.btn_more{
	min-width: 260px;
	font-size: 24px;
	color: #6666FF;
	font-weight: bold;
	text-shadow: none;
	padding: 12px;
}
.btn_more > span{
	color: #6666FF;
}
.btn_more:hover{
	background-color: #CBFF00;
}
.sec_news{
	padding-top: 80px;
	padding-bottom: 80px;
}
.news_box{
	display: block;
	border-radius: 10px;
	margin-bottom: 60px;
	overflow: hidden;
}
.news_box_img{
	padding-bottom: 75%;
	overflow: hidden;
}
.news_box_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.news_box_con{
	padding: 20px 15px;
	background-color: #29292c;
}
.news_box_date{
	font-family: var(--en);
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
}
.news_box_title{
	height: 63px;
	font-size: 21px;
	color: #FF3399;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_box:hover .news_box_img img{
	transform: scale(1.05);
}
.news_box:hover .news_box_con{
	background-color: #DF006F;
}
.news_box:hover .news_box_date{
	color: #fff;
}
.news_box:hover .news_box_title{
	color: #9BF1FF;
}
.icon_more{
	width: 22px;
	margin-left: auto;
	margin-right: 0;
}
.more_btn{
	display: block;
	width: 200px;
	color: #fff;
	text-align: center;
	padding: 13px 0;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.more_btn_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1e1e7b;
	transform: skewX(-25deg);
}
.more_btn_border{
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	border: 1px solid #FF3399;
	transform: skewX(-25deg);
}
.more_btn:hover{
	color: #fff;
}
.more_btn:hover .more_btn_bg{
	background-color: #df006f;
}

.nb_block{
	position: absolute;
	background-color: #ccd2f5;
}
.nb_block.b1{
	bottom: 0;
	left: 0;
	width: 7px;
	height: 14px;
}
.nb_block.b2{
	bottom: 0;
	left: 7px;
	width: 7px;
	height: 7px;
}
.nb_block.b3{
	bottom: 0;
	right: 0;
	width: 7px;
	height: 7px;
}
.sec_news_more_div{
	padding-top: 10px;
	text-align: center;
}
.sec_exhibits{
	padding-top: 80px;
	padding-bottom: 40px;
}
.ico-ui-px-play.yellow{
	color: #CBFF00;
}
.exh_item{
	width: 20%;
	padding-left: 12px;
	padding-right: 12px;
	display: none;
}
.exh_item:first-child{
	display: block;
}
.exh_box{
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.exhb_img{
	padding-bottom: 75%;
}
.exhb_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.exhb_info{
	padding: 17px;
	background-color: #151517;
}
.exhb_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 45px);
	height: 100%;
	background-color: #002C33;
	opacity: 0.85;
}
.exh_block{
	position: absolute;
	bottom: 0;
	right: 0;
}
.exhb_info_text{
	font-size: 17px;
	color: #FF0080;
	font-weight: bold;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.sec_exh_more_div{
	text-align: center;
	margin-top: 60px;
	padding-bottom: 40px;
}
.sec_exh_bbg{
	height: 240px;
	background-image: url(../img/index/exh_bbg.png);
	background-repeat: repeat-x;
}

/* footer */
.innofoot{
	padding-top: 30px;
	padding-bottom: 50px;
	background-color: #171717;
}
.company{
	max-width: 900px;
	padding-top: 60px;
	padding-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
}
.company_title{
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
}
.company_row{
	margin-left: -15px;
	margin-right: -15px;
}
.com_item{
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.com_item img{
	max-height: 60px;
	margin-left: auto;
	margin-right: auto;
}
.com_abtn{
	display: block;
}
.footer_btn_div{
	margin-bottom: 30px;
}
.footer_btn{
	display: block;
	width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 50%;
	border: 1px solid #888;
}
.footer_btn:hover{
	background-color: #4A49EC;
	border-color: #4A49EC;
}
.copyright{
	font-size: 14px;
	color: #fff;
	text-align: center;
}

/* about */
.page_topbg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background-image: url(../img/page_kv_bg.png);
	overflow: hidden;
}
.page_kv_img{
	margin-left: auto;
	margin-right: auto;
}
.page_topbg_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#00000000, #000000ff);
}
.page_sbg1{
	position: absolute;
	top: 300px;
	left: 0;
}
.page_sbg2{
	position: absolute;
	top: 600px;
	right: 0;
}
.about1{
	padding-top: 60px;
}
.about_intro{
	padding-top: 30px;
	padding-bottom: 30px;
}
.about_title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.about_title_pic{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.about_intro_item{
	margin-bottom: 15px;
}
.about_list{
	padding-top: 50px;
	padding-bottom: 50px;
}
.about_list .nb_block{
	background-color: #002D33;
}
.about_list .news_box{
	margin-bottom: 24px;
}
.about_main{
	padding-top: 40px;
	padding-bottom: 100px;
}
.main_title{
	font-size: 36px;
	color: #ff3399;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.5em;
	text-align: center;
}
.btn-act-blue{
	font-size: 24px;
	font-weight: bold;
	padding: 13px 20px;
}
.btn-act-blue:hover{
	background-color: #6612fe;
}
.tag_row{
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 30px;
}
.tag_item{
	font-size: 16px;
	color: #FF3399;
	border: 1px solid #FF3399;
	padding: 1px 13px;
	margin-left: 5px;
	margin-right: 5px;
}

/* news */
.news{
	padding-top: 60px;
	padding-bottom: 100px;
}
.news_list .nb_block{
	background-color: #efefef;
}
.paginav-item{
	color: #000;
}
.newsp_title{
	font-size: 40px;
}
.newsp_time{
	font-size: 18px;
}
.news_con{
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}
.news_date{
	display: inline-block;
	font-family: var(--en);
	font-size: 18px;
	color: #000;
	background-color: #dcdcf9;
	padding: 0 5px;
	margin-bottom: 10px;
}
.news_title{
	font-size: 40px;
	color: #ff3399;
	margin-bottom: 50px;
}
.edit_area{
	line-height: 1.8em;
}
.edit_area img{
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
}
.edit_area iframe{
	width: 100%;
}
.edit_area a{
	color: #4aa6fd;
}
.edit_area a:hover{
	color: #ff3399;
}
.news_xxx_01{
	position: absolute;
	top: 0;
	left: 0;
}
.news_xxx_02{
	position: absolute;
	top: 0;
	right: 0;
}

/* program */
.page_kv{
	height: 450px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	background-image: url(../img/xr/kv_bg_01.png);
	background-repeat: repeat;
}
.program_kv_01{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/xr/kv_bg_02.png);
	background-repeat: repeat;
}
.program_kv_02{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/forum/kv_bg_02.png);
	background-repeat: repeat-x;
	background-position: center left;
	background-size: auto 200px;
}
.program_kv_04{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/film/kv_bg_02.png);
	background-repeat: repeat;
}
.page_kv_img{
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.program_btn_item{
	margin-bottom: 40px;
}
.program_btn{
	color: #fff;
}
.program_btn:hover{
	color: #FF3399;
}
.program_btn_img{
	overflow: hidden;
}
.program_btn_img img{
	transition: transform 0.3s;
}
.program_btn:hover .program_btn_img img{
	transform: scale(1.05);
}
.program_btn_title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.xr_con{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.xr_row{
	margin-left: -3px;
	margin-right: -3px;
}
.xr_col{
	width: 50%;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 6px;
}
.xr_item{
	font-size: 18px;
	color: #000;
	padding: 15px 30px;
	background-color: #e7e7ff;
	border-radius: 5px;
	margin-bottom: 6px;
}
.xr_col .xr_item{
	height: 100%;
	margin-bottom: 0;
}
.pro_btn{
	display: block;
    width: 180px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    background-color: #ff520e;
    border-radius: 7px;
    padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
}
.pro_btn:hover{
	color: #fff;
	background-color: #e74100;
}

/* event */
.event2_item{
	background-color: #dcdcf9;
	padding: 20px;
	margin-bottom: 2px;
}
.event2_title{
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}
.event2_row{
	
}
.event2_type{
	width: 25%;
	padding: 10px;
}
.event2_st{
	font-size: 13px;
	color: #444;
	font-weight: bold;
	margin-bottom: 5px;
}
.event2_type_text{
	color: #031094;
	font-weight: bold;
}
.event2_time{
	width: 30%;
	padding: 10px;
}
.event2_place{
	flex: 1;
	padding: 10px;
}
.event2_btn_div{
	width: 80px;
	padding-top: 15px;
}
.event2_btn{
	display: block;
	width: 80px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	background-color: #ff520e;
	border-radius: 7px;
	padding: 10px 0;
}
.event2_btn:hover{
	color: #fff;
	background-color: #e74100;
}

/* transportation */
.page_title_tra{
	height: 160px;
}
.map_title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.map_subtext{
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
.map_item{
	margin-bottom: 40px;
}
.map_box{
}
.mapb_title{
	font-size: 20px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	padding: 3px;
	background: linear-gradient(to right, #ad1ffd, #4aa6fd);
	margin-bottom: 10px;
}
.mapb_con{
	padding: 15px;
}
.map_ul{
	list-style: disc;
}
.map_text a{
	color: #4aa6fd;
}
.map_text a:hover{
	color: #ff3399;
}

/* innovations */
.innovations_kv_02{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/innovations/kv_bg_02.png);
	background-repeat: repeat-x;
	background-position: center left;
	background-size: auto 200px;
}
.page_inno1{
	position: absolute;
	top: 800px;
	left: 0;
}
.page_inno2{
	position: absolute;
	top: 1300px;
	right: 0;
}
.inno_page_row{
	justify-content: center;
	margin-bottom: 40px;
}
.inno_page_item{
	width: 170px;
}
.inno_page_btn{
	display: block;
	height: 100%;
	color: #fff;
	text-align: center;
	padding: 13px 0;
	border-bottom: 3px solid #6262b3;
}
.inno_page_btn:hover{
	border-color: #ff3399;
}
.inno_page_btn.active{
	color: #ff3399;
	border-color: #ff3399;
}
.exh_sec_title{
	font-size: 22px;
	color: #b0b0fa;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

/* inno_exhibit */
.exhv_main{
	margin-bottom: 80px;
}
.exhvs_left{
	width: 35px;
}
.exhvs_right{
	flex: 1;
}
.exhvs_title{
	font-size: 16px;
	color: #1e1e7b;
	line-height: 1.1em;
	padding-top: 5px;
	margin-bottom: 7px;
}
.exhvs_text{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
}
.exhv_sub_title{
	font-size: 22px;
	color: #1e1e7b;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.exhv_a{
	color: #6666FF;
	word-break: break-all;
}
.exhv_photo_div{
	width: 150px;
}
.exhv_author_div{
	flex: 1;
	padding-left: 30px;
}
.exhv_photo{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
}
.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
}
.popup_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.95;
}
.popup_close{
	position: absolute;
	top: 0;
	right: 15px;
	width: 52px;
	height: 52px;
	background-color: rgba(3,16,148,0.85);
	padding: 5px;
	cursor: pointer;
}
.popup_exh_slick .slick-prev{
	left: 20px;
}
.popup_exh_slick .slick-next{
	right: 20px;
}
.pop_exh_item{
	height: 100vh;
	padding: 15px;
	overflow-y: auto;
}
.pop_exh_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pop_exh_con{
	max-width: 780px;
	color: #000;
	padding: 30px 20px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.pop_exh_title{
	letter-spacing: 1px;
	margin-bottom: 40px;
}
.exh_title2{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.xri_pro{
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}
.xri_title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.xri_team{
	font-size: 16px;
	color: #0f0f8b;
}

/* inno_event */
.event_frame{
	color: #000;
	margin-bottom: 30px;
}
.event_date_btn_row{
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 40px;
}
.event_date_btn{
	display: block;
	width: 120px;
	color: #fff;
	background-color: #ff520e;
	text-align: center;
	border-radius: 7px;
	padding: 10px 0;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}
.event_date_btn:hover{
	background-color: #ff3399;
}
.event_date_bar{
	padding: 5px 0;
	background: linear-gradient(to right, #503489, #c1645d);
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
.event_th{
	background-color: #aaaafc;
	margin-bottom: 3px;
}
.event_th_title{
	flex: 1;
	padding: 8px 8px 8px 30px;
	font-size: 13px;
	font-weight: bold;
}
.event_th_guest{
	width: 16%;
	padding: 8px;
	font-size: 13px;
	font-weight: bold;
}
.event_th_time{
	width: 25%;
	padding: 8px;
	font-size: 13px;
	font-weight: bold;
}
.event_item{
	margin-bottom: 3px;
}
.eventi_row{
	align-items: center;
	background-color: #e7e7ff;
}
.event_btn{
	align-items: center;
	background-color: #e7e7ff;
	cursor: pointer;
}
.event_btn .nb_block{
	background-color: #002D33;
}
.event_btn:hover{
	background-color: #cbcbff;
}
.event_td_title{
	flex: 1;
	padding: 16px 8px 16px 30px;
	font-size: 20px;
	font-weight: bold;
}
.event_td_guest{
	width: 16%;
	padding: 16px 8px;
	color: #031094;
	font-weight: bold;
}
.event_td_time{
	width: 25%;
	padding: 16px 8px;
	font-weight: bold;
}
.event_td_time_text{
	font-size: 18px;
	margin-bottom: 3px;
}
.event_td_place{
	font-size: 13px;
}
.event_td_arrow{
	width: 44px;
	padding-left: 10px;
	padding-right: 10px;
}
.event_item_con{
	border-top: 8px solid #1e1e7b;
	border-left: 8px solid #1e1e7b;
	margin-bottom: 10px;
	display: none;
}
.event_item_con::after{
	position: absolute;
	content: "";
	top: -8px;
	right: 0;
	width: 8px;
	height: 8px;
	background-color: #002D33;
}
.event_item_in{
	padding: 50px 40px;
	background-color: #f1f1ff;
}
.event_in_title{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
}
.event_in_sub{
	font-weight: bold;
	padding-left: 16px;
	margin-bottom: 10px;
}
.event_in_sub::before{
	position: absolute;
	content: "";
	top: 7px;
	left: 0;
	width: 8px;
	height: 12px;
	background-color: #df006f;
}
.event_in_text{
	line-height: 2em;
	margin-bottom: 50px;
}
.event_in_title2{
	font-size: 22px;
	color: #031094;
	font-weight: bold;
	margin-bottom: 20px;
}
.event_guest{
	margin-bottom: 60px;
}
.evgpt{
	padding-top: 25px;
}
.event_guest_name{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.event_guest_job{
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.event_guest_text{
	font-size: 14px;
	line-height: 1.7em;
}
.event_guest_btn_div{
	justify-content: center;
	padding-top: 20px;
}
.event_guest_btn{
	width: 140px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	background-color: #ff520e;
	border-radius: 7px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}
.event_guest_btn:hover{
	color: #fff;
	background-color: #e74100;
}
.evg_close{
	background-color: #6612fe;
}
.evg_close:hover{
	background-color: #5006d6;
}
.event_stitle{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.event_img_info{
	font-size: 14px;
}
.main_ul{
	list-style: disc;
}
.gotop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 46px;
	padding: 3px 0;
	opacity: 0.7;
	cursor: pointer;
	z-index: 19;
}
.gotop:hover{
	opacity: 1;
}
.gotop_text{
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	padding-left: 2px;
	margin-top: 3px;
}

/* setting */
.white{color: #fff;}
.black{color: #000;}
.red{color: #f00;}
.blue{color: #6666FF;}
.yellow{color: #CBFF00;}
.bg_gray{background-color: #efefef;}
.bg_d-green{background-color: #002D33;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}

@media (min-width: 992px){
	.event_box:nth-child(4n+2){
		background-color: #4A49EC;
	}
	.event_box:nth-child(4n+3){
		background-color: #4A49EC;
	}
}

@media (max-width: 1440px){
	.event_box{
		padding: 30px;
	}
	.event_box_title{
		font-size: 30px;
		height: 90px;
	}
}

@media (max-width: 1366px){
	.logo_icon{
		width: 60px;
	}
	.logo_icon img{
		width: 40px;
	}
	.logo_text{
		width: 190px;
	}
	.logo_text img{
		width: 160px;
	}
}

/* xl */
@media (max-width: 1199px){
	.show-xl{display: block;}
	.hide-xl{display: none;}
	.navbar{
		padding-left: 130px;
	}
	.navbar-item{
		margin-right: 15px;
	}
	.header_logo{
		height: 60px;
	}
	.header_logo2{
		width: 120px;
		top: 15px;
		left: 15px;
	}
	.body_top{
		height: 60px;
	}
	.sbg{
		display: none;
	}
	.event_box{
		padding: 20px 15px;
	}
	.evbs_box{
		width: 50%;
	}
	.evbs_left{
		width: 25px;
	}
	.evbs_right{
		flex: 1;
	}
}

/* lg */
@media (max-width: 991px){
	.show-lg{display: block;}
	.hide-lg{display: none;}
	.navbar{
		display: none;
	}
	.intro_title_icon{
		width: 50px;
	}
	.intro_title_icon img{
		width: 40px;
	}
	.intro_text_icon{
		width: 80px;
	}
	.intro_text_icon img{
		width: 40px;
	}
	.event_box{
		width: 100%;
	}
	.event_box:nth-child(even){
		background-color: #4A49EC;
	}
	.event_box_title{
		font-size: 20px;
		height: auto;
		margin-bottom: 40px;
	}
	.btn_more{
		min-width: 160px;
		font-size: 18px;
		padding: 8px 12px;
		letter-spacing: 0;
	}
	.event_td_title{
		font-size: 18px;
	}
	.event_td_arrow{
		display: none;
	}
}

/* md */
@media (max-width: 767px){
	.show-md{display: block;}
	.hide-md{display: none;}
	.intro{
		padding-bottom: 70px;
	}
	.intro_title_01{
		margin-bottom: 40px;
	}
	.intro_title_icon{
		display: none;
	}
	.intro_title{
		width: 300px;
	}
	.intro_text_icon{
		display: none;
	}
	.index_title_img{
		height: 60px;
	}
	.page_topbg{
		height: 300px;
		background-size: 600px auto;
	}
	.sp_xxx{
		width: 200px;
	}
	.sec_video{
		padding: 20px 15px;
	}
	.evbs_box{
		width: 100%;
		margin-bottom: 15px;
	}
	.news_box{
		margin-bottom: 40px;
	}
	.news_box_title{
		height: auto;
	}
	.exhb_info{
		padding: 17px 10px;
	}
	.company{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.com_item{
		width: 50%;
	}
	.about_intro{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.about_title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.about_title_pic{
		width: 300px;
	}
	.main_title{
		font-size: 24px;
		letter-spacing: 1px;
	}
	.evbs_text{
		font-size: 18px;
	}
	.news_title{
		font-size: 28px;
	}
	.index_title{
		margin-bottom: 40px;
	}
	.btn-act-blue{
		min-width: 180px;
		font-size: 16px;
		padding: 12px 16px;
	}
	.page_kv{
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.page_kv_img{
		top: 0;
		transform: translateY(0);
	}
	.map_title{
		font-size: 22px;
	}
	.innovations_kv{
		padding: 0 15px;
	}
	.inno_page_item{
		width: 33.33%;
	}
	.pop_exh_con{
		padding: 30px 15px;
	}
	.exhvs_left{
		width: 25px;
	}
	.exhvs_text{
		font-size: 18px;
	}
	.exhv_edit{
		font-size: 16px;
	}
	.exhv_photo_div{
		width: 100%;
		margin-bottom: 30px;
	}
	.exhv_photo{
		margin-left: auto;
		margin-right: auto;
	}
	.exhv_author_div{
		flex: 0 0 auto;
		width: 100%;
		padding-left: 0;
	}
	.exhv_logo{
		width: 150px;
		margin-left: auto;
		margin-right: auto;
	}
	.popup_close{
		right: 0;
		width: 46px;
		height: 46px;
	}
	.event_date_bar{
		font-size: 18px;
	}
	.event_th_title{
		padding-left: 16px;
	}
	.event_th_guest{
		width: 30%;
	}
	.event_th_time{
		display: none;
	}
	.event_td_title{
		font-size: 16px;
		padding-left: 16px;
	}
	.event_td_guest{
		width: 30%;
	}
	.event_td_time{
		display: none;
	}
	.event_item_con{
		border-width: 4px;
	}
	.event_item_con::after{
		width: 4px;
		height: 4px;
		top: -4px;
	}
	.event_item_in{
		padding: 20px 15px;
	}
	.event_in_title{
		font-size: 22px;
	}
	.evgpt{
		padding-top: 0;
	}
	.event_guest_name{
		font-size: 22px;
	}
	.event2_item{
		padding: 5px;
	}
	.event2_title{
		font-size: 18px;
	}
	.event2_type{
		width: 33.33%;
	}
	.event2_time{
		width: 33.33%;
	}
	.event2_place{
		width: 33.33%;
	}
	.event_in_title2{
		font-size: 18px;
	}
	.event2_btn_div{
		flex: 0 0 auto;
		width: 100%;
		padding-bottom: 10px;
	}
	.event2_btn{
		margin-left: auto;
		margin-right: auto;
	}
	.page_title_tra{
		height: 80px;
	}
	.xr_col{
		width: 100%;
	}
	.xr_item{
		padding: 15px;
	}
	.xri_title{
		font-size: 18px;
	}
	.gotop{
		width: 36px;
		right: 12px;
		bottom: 10px;
		padding: 2px 0;
	}
	.gotop_text{
		font-size: 16px;
		margin-top: 1px;
	}
}

/* sm */
@media (max-width: 575px){
	.show-sm{display: block;}
	.hide-sm{display: none;}
	.logo_text{
		width: 170px;
	}
	.logo_text img{
		width: 150px;
	}
	.mbpanel_logo{
		display: block;
	}
	.event_date_btn{
		width: calc(33.33% - 10px);
	}
}