/* bootstrap 5 fix */
@media (prefers-reduced-motion: no-preference) {
	:root {scroll-behavior: auto;}
}
*{
	position: relative;
	box-sizing: border-box;
}
body{
	margin: 0;
	font-family: 'Noto Sans TC', sans-serif;
}
img{
	position: relative;
	display: block;
	max-width: 100%;
}
a{display: inline-block;}
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;
}
.p15{
	padding-left: 15px;
	padding-right: 15px;
}
.fh{height: 100%;}
.full-img{
	max-width: none;
	width: 100%;
}
.wow{visibility: hidden;}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.header_top{
	height: 40px;
}
.htop_menu{
	position: absolute;
	top: 5px;
	right: 0;
	align-items: center;
}
.htmenu_item{
	padding-left: 12px;
	padding-right: 12px;
}
.search_div{
	padding-top: 3px;
}
.search_input{
	width: 140px;
	font-size: 14px;
	border: none;
}
.btn_search{
	display: block;
	background: none;
	border: none;
	padding: 5px;
	margin-left: 5px;
}
.btn_search img{
	width: 14px;
}
.sel_lang{
	display: block;
	font-size: 12px;
	color: #fff;
	background: none;
	border: none;
}
.sel_lang option{
	color: #000;
}
.htmenu_abtn{
	display: block;
	font-size: 12px;
	color: #fff;
}
.htmenu_abtn:hover{
	color: #ff6767;
}
.menu_left{
	/* flex: 1; */
	width: 100%;
}
.menu_right{
	width: 160px;
	padding-left: 20px;
}
.menu_main{
	height: 70px;
	padding: 15px 20px;
	border-radius: 45px;
	background-color: #fff;
}
.menu_logo{
	width: 300px;
}
.header_logo{
	display: block;
	width: 200px;
}
.menu{
	flex: 1;
}
.menu_item{
	width: 14.28%;
	text-align: center;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
}
.menu_btn{
	font-size: 15px;
	color: #000;
	text-align: center;
}
.menu_btn:hover{
	color: #298bff;
}
.menu_item.active .menu_btn, .menu_btn.active{
	color: #298bff;
}

.btn_login{
	width: 140px;
	height: 70px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 45px;
	background-color: #ff6767bb;
	padding-top: 22px;
}
.btn_login img{
	display: inline-block;
	width: 19px;
	margin-right: 10px;
}
.btn_login:hover{
	background-color: #ff6767;
}
.mobile_btn{
	position: absolute;
	top: 13px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.body_top{
	height: 150px;
}

/* footer */
footer{
	padding: 20px 0;
	background-color: #f2f2f2;
}
.footer_left{
	flex: 1;
}
.footer_right{
	width: 800px;
	margin-bottom: 50px;
}
.footer_logo{
	width: 200px;
	margin-bottom: 30px;
}
.footer_btn_row{
	margin-left: -5px;
	margin-right: -5px;
}
.footer_btn{
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #5e5e5e;
	padding-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
}
.footer_btn:hover{
	background-color: #888;
}
.footer_btn img{
	width: 21px;
	margin-left: auto;
	margin-right: auto;
}
.footer_box{
	width: 25%;
}
.footerb_title{
	font-size: 15px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}
.footer_box hr{
	border-color: #aaa;
	margin-bottom: 20px;
}
.footerb_abtn{
	display: block;
	font-size: 13px;
	color: #222;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}
.footerb_abtn:hover{
	color: #ff6767;
}
.footer_info{
	font-size: 13px;
}
.footer_info p{
	margin-bottom: 2px;
}
.copyright{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	color: #343434;
}

/* index */
.index_top_bg{
	position: absolute;
	top: 400px;
	left: 0;
	width: 100%;
	height: 1200px;
	background-image: url(../img/index/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.kv{
	height: 860px;
}
.kv_div{
	height: 720px;
	border-radius: 0 0 250px 250px;
	overflow: hidden;
}
.kv_slick .slick-arrow{
	opacity: 0.7;
}
.kv_slick .slick-arrow:hover{
	opacity: 1;
}
.kv_item{
	display: none;
	height: 720px;
}
.kv_item:first-child{
	display: block;
}
.kv_item img{
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}
.kv_video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kv_con{
	position: absolute;
	width: 100%;
	bottom: 20px;
}
.kv_title{
	font-size: 70px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}
.kv_title_en{
	font-family: "Arial";
	font-size: 70px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
}
.kv_hr{
	height: 4px;
	background-color: #fff;
	margin-bottom: 25px;
}
.kv_text{
	font-size: 17px;
	color: #fff;
	letter-spacing: 1.5px;
}
.index_sp1{
	position: absolute;
	top: 0;
	right: 0;
}
.index_news{
	padding-top: 50px;
	padding-bottom: 50px;
}
.sec_title_row{
	margin-bottom: 30px;
}
.sec_title_left{
	width: 80px;
	padding-top: 11px;
}
.sec_title_en{
	display: inline-block;
	font-family: "Arial";
	font-size: 13px;
	color: #fff;
	padding: 6px 10px 4px 10px;
	border-radius: 6px;
	background-color: #5E5E5E;
}
.sec_title{
	font-size: 32px;
	letter-spacing: 1px;
}
.news_sec_title{
	margin-bottom: 10px;
}
.news_sort{
	justify-content: center;
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: 40px;
}
.news_sort_item{
	padding-left: 12px;
	padding-right: 12px;
}
.news_sort_btn{
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.5px;
	padding: 0 5px 7px 5px;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.news_sort_btn:hover, .news_sort_btn.active{
	border-color: #fff;
}
.news_sort_item.active .news_sort_btn{
	border-color: #fff;
}
.news_list{
	margin-bottom: 20px;
}
.news_page{
	display: none;
}
.news_page.active{
	display: block;
}
.news_item{
	margin-bottom: 50px;
}
.news_box{
	display: block;
	color: #000;
	border-radius: 30px;
	background-color: #fff;
	overflow: hidden;
}
.newsb_img{
	padding-bottom: 75%;
	overflow: hidden;
}
.newsb_img img{
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.news_box:hover{
	color: #298bff;
}
.news_box:hover .newsb_img img{
	transform: scale(1.05);
}
.newsb_con{
	padding: 15px 15px 25px 15px;
	border: 1px solid #eee;
	border-radius: 0 0 30px 30px;
}
.newsb_date{
	font-family: "Arial";
	font-size: 12px;
	color: #aaa;
	margin-bottom: 2px;
}
.newsb_title{
	font-size: 17px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 52px;
}
.more_btn{
	display: block;
	width: 240px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.5px;
	text-align: center;
	padding: 23px 0;
	border-radius: 35px;
	background: linear-gradient(106deg, #6da4ff, #ee38fa);
}
.more_btn > img{
	position: absolute;
	top: 28px;
	right: 55px;
	transition: right 0.3s;
}
.more_btn:hover{
	background: linear-gradient(106deg, #4293FF, #F100F9);
}
.more_btn:hover > img{
	right: 45px;
}
.index_sp2{
	position: absolute;
	top: 250px;
	left: 50%;
}
.index_service{
	padding-top: 240px;
	padding-bottom: 50px;
}
.sec_pic_01{
	position: absolute;
	top: 0;
	right: 0;
	width: 640px;
	border-radius: 300px 0 0 300px;
}
.ser_title{
	margin-bottom: 40px;
}
.ser_sub_div{
	overflow: hidden;
	margin-bottom: 100px;
}
.ser_sub_run{
	min-width: 2040px;
}
.ser_sub{
	max-width: none;
}
.run_left{
	animation-name: ani_run_left;
	animation-duration: 10s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes ani_run_left{
	from{transform: translateX(100%);}
	to{transform: translateX(-100%);}
}
.run_right{
	animation-name: ani_run_right;
	animation-duration: 10s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes ani_run_right{
	from{transform: translateX(-100%);}
	to{transform: translateX(100%);}
}
.ser_row{
	margin-bottom: 100px;
}
.ser_text{
	max-width: 600px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 2em;
}
.ser_text.ftb::first-letter{
	font-size: 21px;
}
.ser_more_btn{
	position: absolute;
	bottom: 0;
	right: 12px;
}
.ser_list{
	margin-left: -12px;
	margin-right: -12px;
}
.ser_item{
	width: 20%;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 40px;
}
.ser_box{
	display: block;
	height: 238px;
	color: #000;
	border-radius: 40px;
	background-color: #E3EEFF;
	padding-top: 30px;
}
.serb_icon{
	margin-left: auto;
	margin-right: auto;
}
.serb_title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	height: 60px;
	font-size: 17px;
	letter-spacing: 0.5px;
	padding-top: 10px;
	padding-right: 30px;
	border-top-right-radius: 40px;
	background-color: #fff;
}
.serb_arrow{
	position: absolute;
	bottom: 15px;
	right: 20px;
	width: 30px;
	height: 30px;
	overflow: hidden;
}
.ser_box:hover .serb_arrow img{
	top: -30px;
}
.index_video{
	padding-top: 400px;
	padding-bottom: 50px;
	background-image: url(../img/index/bg2.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}
.index_video_div{
	padding-top: 70px;
	border-radius: 120px 120px 0 0;
	background: linear-gradient(113deg, #E2EEFF, #FFE3FC);
}
.index_video_bmask{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: linear-gradient(#ffffff00, #ffffffff);
}
.index_video_row{
	margin-bottom: 60px;
}
.video_box1{
	display: block;
	max-width: 620px;
	color: #000;
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
}
.video1b_img{
	padding-bottom: 56.25%;
}
.video1b_img img{
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video1b_con{
	padding: 15px 20px;
}
.video1b_title{
	font-size: 21px;
	margin-bottom: 10px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 63px;
}
.video1b_text{
	font-size: 15px;
	color: #5E5E5E;
}
.videoi_item{
	margin-bottom: 24px;
}
.videoi_box{
	color: #000;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}
.videoib_img{
	width: 42%;
}
.videoib_img img{
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.videoib_con{
	width: 58%;
	padding: 20px;
}
.index_about{
	padding-top: 170px;
	padding-bottom: 200px;
}
.about_sub_div{
	overflow: hidden;
	margin-bottom: 60px;
}
.about_sub1_run{
	min-width: 1864px;
	margin-bottom: 40px;
}
.about_sub1{
	max-width: none;
}
.about_sub2_run{
	min-width: 1340px;
}
.about_sub2{
	max-width: none;
}
.iabout_left{
	padding-top: 120px;
}
.iabout_text{
	margin-bottom: 80px;
}
.iabout_pic{
	width: 561px;
}
.iabout_sp{
	position: absolute;
	top: 140px;
	left: -230px;
	max-width: none;
}
.popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 10000;
	display: none;
}
.popup_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.85;
}
.popup_close_btn{
	position: absolute;
	top: -3px;
	right: 10px;
	font-size: 36px;
	color: #fff;
	cursor: pointer;
}
.anno_div{
	max-width: 640px;
	border-radius: 60px;
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.anno_con{
	padding: 50px 80px 120px 80px;
}
.anno_main{
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}
.anno_date{
	font-size: 12px;
	color: #b7b7b7;
	margin-bottom: 15px;
}
.anno_title{
	font-size: 21px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
.anno_text{
	font-size: 15px;
}
.anno_close{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	font-size: 17px;
	letter-spacing: 3px;
	text-align: center;
	padding-top: 21px;
	background: linear-gradient(96deg, #E2EEFF, #FFE3FC);
	cursor: pointer;
}
.anno_close:hover{
	background: linear-gradient(96deg, #a6bdde, #d8a1d2);
}

/* news */
.page_top_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	background-image: url(../img/index/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.page_kv{
	padding-bottom: 10px;
}
.page_kv_left{
	width: 50%;
	padding-top: 20px;
}
.page_kv_right{
	width: 50%;
}
.page_title_row{
	margin-bottom: 20px;
}
.page_title_left{
	padding-top: 9px;
	padding-right: 30px;
}
.page_title_en{
	display: inline-block;
	font-family: "Arial";
	font-size: 20px;
	color: #fff;
	padding: 6px 10px 4px 10px;
	border-radius: 6px;
	background-color: #5E5E5E;
}
.page_title{
	font-size: 44px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
}
.page_kv_text{
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 2em;
}
.page_kv_text::first-letter{
	font-size: 21px;
}
.news{
	padding-top: 50px;
	padding-bottom: 80px;
}
.navigation_div{
	padding-top: 10px;
}
.pagination{
	justify-content: center;
}
.page-link{
	color: #232222;
	border: none;
	background: none;
}
.page-link:focus{
	color: #232222;
	box-shadow: none;
	background: none;
}
.page-item:hover .page-link{
	color: #fff;
	background: #298bff;
}
.page-item.active .page-link{
	color: #fff;
	background: linear-gradient(135deg, #2ECDFF, #F100F9);
}
.newsp_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background-image: url(../img/index/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.w960{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.newsp_date_row{
	margin-bottom: 20px;
}
.newsp_date_left{
	width: 100px;
}
.newsp_date_right{
	padding-top: 9px;
}
.newsp_date{
	font-size: 14px;
	color: #fff;
}
.newsp_title{
	font-size: 36px;
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 80px;
}
.newsp_text{
	font-size: 15px;
	line-height: 2em;
	padding-bottom: 40px;
}
.edit_area img{
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
}
.edit_area iframe{
	width: 100%;
}
.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%;
}
.newsp_hr{
	border-color: #666;
}
.newsp_share{
	justify-content: center;
	padding-top: 20px;
	margin-bottom: 20px;
}
.newsp_share_btn{
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #5e5e5e;
	padding-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
}
.newsp_share_btn:hover{
	background-color: #888;
}
.newsp_share_btn img{
	width: 21px;
	margin-left: auto;
	margin-right: auto;
}
.newsp_goto{
	justify-content: space-between;
	margin-bottom: 80px;
}
.newsp_goto_btn{
	width: 300px;
	color: #000;
}
.newsp_goto_btn.next{
	text-align: right;
}
.newsp_goto_btn:hover{
	color: #ff6767;
}
.newsp_goto_st{
	font-size: 13px;
	color: #666;
	margin-bottom: 5px;
}
.newsp_goto_title{
	font-size: 15px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* service */
.service{
	padding-top: 50px;
	padding-bottom: 80px;
}
.con-1440{
	max-width: 1440px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.serp_item{
	margin-bottom: 80px;
}
.serp_item:nth-child(odd){
	padding-right: 30px;
}
.serp_item:nth-child(even){
	padding-left: 30px;
	top: 200px;
}
.serp_box{
	background-color: #DAEAFF;
	border-radius: 40px;
	padding: 30px 40px 40px 40px;
}
.serpb_num{
	font-family: "Arial";
	font-size: 30px;
	color: #5E5E5E;
	font-weight: bold;
	margin-bottom: 15px;
}
.serpb_img_div{
	width: 40%;
}
.serpb_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 20px;
}
.serpb_icon{
	position: absolute;
	top: -40px;
	right: -40px;
	width: 80px;
}
.serpb_con{
	width: 60%;
	padding-top: 20px;
	padding-left: 40px;
}
.serpb_title{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.serpb_text{
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 30px;
}
.serpb_adiv{
	text-align: right;
}
.serpb_abtn{
	color: #4293FF;
}
.serpb_aicon{
	display: inline-block;
	width: 24px;
	height: 24px;
	top: 6px;
	margin-left: 10px;
	overflow: hidden;
}
.serpb_abtn:hover{
	color: #DF3DCF;
}
.serpb_abtn:hover .serpb_aicon img{
	top: -24px;
}

/* offices */
.off_sort{
	justify-content: center;
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: 50px;
}
.off_sort_item{
	width: 210px;
	padding-left: 12px;
	padding-right: 12px;
}
.sort_sel{
	width: 100%;
	font-size: 15px;
	color: #fff;
	padding: 10px 20px;
	border: 1px solid #78C9FF;
	border-radius: 50px;
	background-color: #173C7080;
}
.sort_sel option{
	color: #000;
}
.off_item{
	margin-bottom: 60px;
}
.off_box{
	padding: 25px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background-color: #fff;
}
.offb_title{
	font-size: 17px;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}
.offb_text{
	font-size: 13px;
	color: #5E5E5E;
	margin-bottom: 20px;
}
.offb_text p{
	margin-bottom: 5px;
}
.offb_btn_row{
	justify-content: flex-end;
	margin-left: -4px;
	margin-right: -4px;
}
.offb_btn{
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
	padding-top: 6px;
	margin-left: 4px;
	margin-right: 4px;
}
.offb_btn img{
	width: 16px;
	margin-left: auto;
	margin-right: auto;
}
.offb_btn:hover{
	background: linear-gradient(135deg, #2ECDFF, #F100F9);
}

/* about */
.people_item{
	margin-bottom: 100px;
}
.about_people{
	padding-right: 30px;
}
.people_img{
	border-radius: 80px;
}
.people_sign{
	position: absolute;
	bottom: 30px;
	left: 50px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}
.sign_img{
	display: inline-block;
	top: -18px;
	margin-right: 18px;
}
.about_sec_title{
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
.about_sec_title::after{
	position: absolute;
	content: "";
	top: 19px;
	right: 0;
	width: 50%;
	height: 3px;
	background-color: #fff;
	opacity: 0.4;
}
.about_sec_title.t2{
	color: #4293FF;
}
.about_sec_title.t2::after{
	background-color: #ddd;
}
.about_text{
	font-size: 15px;
	line-height: 1.8em;
}
.about_text::first-letter{
	font-size: 21px;
}
.about_text_frame{
	max-height: 450px;
	overflow: hidden;
	margin-bottom: 20px;
}
.about_text_frame.active{
	max-height: none;
}
.open_btn{
	display: block;
	width: 160px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.5px;
	text-align: center;
	padding: 15px 0;
	border-radius: 35px;
	background: linear-gradient(106deg, #6da4ff, #ee38fa);
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}
.open_btn > img{
	position: absolute;
	top: 20px;
	right: 25px;
}
.open_btn:hover{
	background: linear-gradient(106deg, #4293FF, #F100F9);
}
.open_btn_t2{
	display: none;
}
.open_btn.active .open_btn_t1{
	display: none;
}
.open_btn.active .open_btn_t2{
	display: block;
}
.about_mission{
	padding-bottom: 50px;
}
.about_con2{
	padding-top: 30px;
}
.about_pic_01{
	width: 467px;
}
.about_title2{
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1em;
	padding-left: 10px;
	border-left: 4px solid #4293FF;
	margin-bottom: 20px;
}
.about_text2{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 2em;
}
.about_duty{
	padding-top: 400px;
	padding-bottom: 50px;
	background-image: url(../img/about/bg1.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}

.about_duty_div{
	padding-top: 70px;
	padding-bottom: 100px;
	border-radius: 120px 120px 0 0;
	overflow: hidden;
}
.about_duty_bg2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 750px;
	background-image: url(../img/index/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.about_title3{
	font-size: 50px;
	color: #fff;
	margin-bottom: 60px;
}
.about_title3_pic{
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 120px;
}
.member{
	padding-top: 100px;
	padding-bottom: 40px;
	border-radius: 120px;
	background-image: url(../img/about/bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.member_sec_title{
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 60px;
}
.member_sec_title::after{
	position: absolute;
	content: "";
	top: 19px;
	left: 150px;
	width: 450px;
	height: 3px;
	background-color: #fff;
	opacity: 0.4;
}
.member_sec_title.t2{
	color: #4293FF;
}
.member_sec_title.t2::after{
	background-color: #ddd;
}
.member_item{
	width: 20%;
	margin-bottom: 80px;
}
.memb_img{
	width: 144px;
	height: 144px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 15px;
}
.memb_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.memb_sub{
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.memb_name{
	font-size: 21px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
.memb_name span{
	font-size: 15px;
	letter-spacing: 1px;
}
.memb_text{
	font-size: 15px;
	color: #fff;
}
.about_mark{
	padding-top: 100px;
	padding-bottom: 50px;
}
.mark_item{
	margin-bottom: 80px;
}
.mark_img{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	padding-top: 4px;
	background: linear-gradient(139deg, #248AFF, #EE8CED);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.mark_img img{
	width: 152px;
	height: 152px;
	object-fit: cover;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.markb_title{
	font-size: 21px;
	color: #4293FF;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 20px;
}
.markb_text{
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.8em;
}

/* letter */
.letterb_img{
	padding-bottom: 130%;
}

/* media */
.media_img{
	padding-bottom: 56%;
}
.popup_video_div{
	max-width: 1280px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}

/* digits */
.sort_div{
	margin-bottom: 60px;
	text-align: center;
}
.sort_row{
	justify-content: center;
}
.sort_item{
	padding-left: 20px;
	padding-right: 20px;
}
.sort_btn{
	display: block;
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.5px;
	padding: 5px;
	border-bottom: 3px solid transparent;
}
.sort_btn:hover{
	color: #DF3DCF;
}
.sort_item.active .sort_btn, .sort_btn.active{
	border-color: #DF3DCF;
}
.digits_photo{
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 30px;
}
.digits_photo_item{
	width: 33.33%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.digits_photo_box{
	height: 170px;
	cursor: pointer;
	overflow: hidden;
}
.digits_photo_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.digits_photo_box:hover img{
	transform: scale(1.05);
}
.pop_photo_item{
	height: 100vh;
}
.pop_photo_item img{
	max-height: calc(100% - 30px);
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.pop_photo_bg{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.digits_file{
	margin-bottom: 30px;
}
.digits_file_item{
	padding-top: 5px;
	padding-bottom: 5px
}
.digits_file_abtn{
	font-size: 14px;
	color: #666;
}
.digits_file_abtn > img{
	display: inline-block;
	width: 18px;
	top: -1px;
	margin-right: 10px;
}
.digits_file_abtn:hover{
	color: #298bff;
}


input:focus{
	outline: none;
}
select:focus{
	outline: none;
}

/* setting */
.white{color: #fff;}
.red{color: #f00;}
.blue{color: #4293ff;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}

@media (max-width: 1920px){
	.index_video{
		background-size: 1920px auto;
	}
	.about_duty{
		background-size: 1920px auto;
	}
}

@media (max-width: 1400px){
	.index_top_bg{
		top: 350px;
		height: 900px;
	}
	.kv{
		height: 620px;
	}
	.kv_div{
		height: 500px;
		border-radius: 0 0 150px 150px;
	}
	.kv_item{
		height: 500px;
	}
	.kv_title{
		font-size: 50px;
	}
	.kv_title_en{
		font-size: 50px;
	}
	.index_service{
		padding-top: 180px;
	}
	.sec_pic_01{
		width: 480px;
	}
	.ser_title{
		width: 600px;
	}
	.ser_sub_run{
		min-width: 1155px;
	}
	.ser_sub{
		width: auto;
		height: 60px;
	}
	.index_about{
		padding-top: 120px;
	}
	.about_sub1_run{
		min-width: 1346px;
	}
	.about_sub1{
		width: auto;
		height: 70px;
	}
	.about_sub2_run{
		min-width: 967px;
	}
	.about_sub2{
		width: auto;
		height: 70px;
	}
}

/* xl */
@media (max-width: 1199px){
	.show-xl{display: block;}
	.hide-xl{display: none;}
	
	.menu_logo{
		width: 210px;
	}
	.ser_item{
		width: 33.33%;
	}
	.index_video{
		padding-top: 250px;
		background-size: 1200px auto;
	}
	.index_video_div{
		border-radius: 60px 60px 0 0;
	}
	.index_about{
		padding-bottom: 1px;
	}
	.iabout_left{
		padding-top: 0;
		padding-bottom: 40px;
	}
	.iabout_sp{
		display: none;
	}
	.footer_left{
		flex: 0 0 auto;
		width: 100%;
		padding-bottom: 40px;
	}
	.footer_right{
		width: 100%;
	}
	.about_text_frame{
		max-height: 300px;
	}
	.about_duty{
		padding-top: 250px;
		background-size: 1200px auto;
	}
	.about_duty_div{
		border-radius: 60px 60px 0 0;
	}
}

/* lg */
@media (max-width: 991px){
	.show-lg{display: block;}
	.hide-lg{display: none;}
	
	/* header */
	.header_top{
		height: 30px;
	}
	.header_logo{
		width: 150px;
	}
	.menu_left{
		flex: 0 0 auto;
		width: 100%;
	}
	.menu_right{
		display: none;
	}
	.menu_main{
		height: 50px;
		padding: 10px;
		border-radius: 25px;
	}
	.menu{
		position: absolute;
		top: 52px;
		left: 0;
		width: 100%;
		max-height: calc(100vh - 82px);
		border-radius: 25px;
		background-color: #fff;
		padding: 15px 0;
		border: 1px solid #ddd;
		overflow-y: auto;
		display: none;
	}
	.menu_row{
		height: auto;
	}
	.menu_item{
		width: 100%;
		padding: 0;
	}
	.menu_btn{
		font-size: 16px;
		padding: 15px 10px;
		
		text-align: center;
	}
	.mobile_btn{
		display: block;
	}
	.body_top{
		height: 80px;
	}
	.search_div{
		padding-top: 0;
	}
	.search_input{
		font-size: 12px;
	}
	.btn_search{
		padding: 3px;
	}
	
	.index_top_bg{
		top: 300px;
		height: 600px;
	}
	.kv{
		height: 520px;
	}
	.kv_div{
		height: 400px;
		border-radius: 0 0 100px 100px;
	}
	.kv_item{
		height: 400px;
	}
	.kv_hr{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.kv_title{
		font-size: 26px;
		letter-spacing: 0;
	}
	.kv_title_en{
		font-size: 22px;
		letter-spacing: 0;
	}
	.kv_text{
		font-size: 16px;
		letter-spacing: 0;
	}
	.sec_title_left{
		padding-top: 4px;
	}
	.sec_title{
		font-size: 24px;
	}
	.videoib_con{
		padding: 15px;
	}
	.page_kv{
		padding-top: 30px;
	}
	.page_kv_left{
		width: 100%;
		padding-top: 0;
	}
	.page_kv_right{
		width: 100%;
	}
	.serp_item{
		margin-bottom: 30px;
	}
	.serp_item:nth-child(odd){
		padding-right: 15px;
	}
	.serp_item:nth-child(even){
		padding-left: 15px;
		top: 0;
	}
	.serp_box{
		padding: 30px;
	}
	.serpb_img{
		position: relative;
	}
	.member{
		border-radius: 60px;
	}
	.member_item{
		width: 25%;
	}
}

/* md */
@media (max-width: 767px){
	.show-md{display: block;}
	.hide-md{display: none;}
	
	.news_sec_title{
		margin-bottom: 20px;
	}
	.news_list{
		margin-bottom: 10px;
	}
	.news_item{
		margin-bottom: 30px;
	}
	.more_btn{
		width: 200px;
		padding: 17px 0;
	}
	.more_btn > img{
		top: 23px;
		right: 45px;
	}
	.more_btn:hover > img{
		right: 35px;
	}
	.index_service{
		padding-top: 0;
	}
	.sec_pic_01{
		position: relative;
		width: 100%;
		height: 230px;
		object-fit: cover;
		border-radius: 0;
		margin-bottom: 20px;
	}
	.ser_title{
		width: 300px;
		margin-bottom: 20px;
	}
	.ser_sub_div{
		margin-bottom: 40px;
	}
	.ser_sub_run{
		min-width: 462px;
	}
	.ser_sub{
		height: 24px;
	}
	.ser_more_btn{
		position: relative;
		right: 0;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.ser_row{
		margin-bottom: 60px;
	}
	.ser_item{
		width: 50%;
		margin-bottom: 20px;
	}
	.ser_box{
		height: 200px;
		padding-top: 20px;
	}
	.serb_icon{
		width: 100px;
	}
	.serb_title{
		font-size: 15px;
	}
	.index_video{
		padding-top: 160px;
		background-size: 800px auto;
	}
	.index_video_div{
		padding-top: 40px;
	}
	.index_video_row{
		margin-bottom: 20px;
	}
	.video_box1{
		margin-bottom: 24px;
	}
	.index_about{
		padding-top: 0;
	}
	.about_sub_div{
		margin-bottom: 40px;
	}
	.about_sub1_run{
		min-width: 462px;
		margin-bottom: 20px;
	}
	.about_sub1{
		height: 24px;
	}
	.about_sub2_run{
		min-width: 332px;
	}
	.about_sub2{
		height: 24px;
	}
	.iabout_text{
		margin-bottom: 40px;
	}
	.footer_right{
		margin-bottom: 30px;
	}
	.footer_box{
		width: 50%;
		margin-bottom: 40px;
	}
	.footerb_title{
		margin-bottom: 15px;
	}
	.index_sp1{
		width: 200px;
		top: 20px;
	}
	.index_sp2{
		width: 200px;
		left: auto;
		right: 0;
	}
	.anno_div{
		border-radius: 30px;
	}
	.anno_con{
		padding: 20px 15px 80px 15px;
	}
	.anno_main{
		max-height: calc(100vh - 130px);
	}
	.anno_close{
		height: 60px;
		padding-top: 16px;
	}
	
	.page_kv{
		padding-bottom: 30px;
	}
	.page_title_row{
		margin-bottom: 30px;
	}
	.page_title_left{
		padding-top: 2px;
		padding-right: 20px;
	}
	.page_title_en{
		font-size: 14px;
	}
	.page_title{
		font-size: 26px;
	}
	.newsp_bg{
		height: 400px;
	}
	.news{
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.newsp_title{
		font-size: 22px;
		margin-bottom: 40px;
	}
	.newsp_goto_btn{
		width: 45%;
	}
	.service{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.serp_box{
		padding: 20px;
	}
	.serpb_img_div{
		width: 100%;
	}
	.serpb_img_box{
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.serpb_con{
		width: 100%;
		padding-left: 0;
	}
	.serpb_title{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.off_sort{
		margin-bottom: 30px;
	}
	.off_sort_item{
		width: 50%;
	}
	.sort_sel{
		padding: 10px;
	}
	.off_item{
		margin-bottom: 20px;
	}
	.about_people{
		padding-right: 0;
		margin-bottom: 30px;
	}
	.people_item{
		margin-bottom: 50px;
	}
	.people_img{
		border-radius: 30px;
	}
	.people_sign{
		bottom: 5px;
		left: 20px;
		font-size: 18px;
	}
	.sign_img{
		width: 120px;
		top: -11px;
	}
	.about_sec_title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.about_sec_title::after{
		top: 16px;
	}
	.about_con2_left{
		padding-bottom: 40px;
	}
	.about_duty{
		padding-top: 160px;
		background-size: 800px auto;
	}
	.about_duty_div{
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.about_duty_bg2{
		height: 300px;
	}
	.about_title3{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.about_title3_pic{
		margin-bottom: 30px;
	}
	.member{
		padding-top: 50px;
		padding-bottom: 10px;
	}
	.member_sec_title{
		margin-bottom: 30px;
	}
	.member_sec_title::after{
		width: 50%;
	}
	.member_item{
		width: 50%;
		margin-bottom: 50px;
	}
	.memb_img{
		margin-left: auto;
		margin-right: auto;
	}
	.about_mark{
		padding-top: 40px;
	}
	.mark_item{
		margin-bottom: 50px;
	}
	.sort_div{
		margin-bottom: 30px;
	}
	.sort_row{
		margin-left: -10px;
		margin-right: -10px;
	}
	.sort_item{
		width: 33.33%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.digits_photo_item{
		width: 50%;
	}
	.digits_photo_box{
		height: 140px;
	}
}

/* sm */
@media (max-width: 575px){
	.show-sm{display: block;}
	.hide-sm{display: none;}
	.footer_logo{
		margin-left: auto;
		margin-right: auto;
	}
}