@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
b { 
    font-weight: bold !important;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a {
    text-decoration: none;
}
a img{
  outline: none;
}
a:focus, input:focus, button:focus{
  outline: none;
}
body{
	background-color: #ffffff;
/*	font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
	font-family: 'Noto Sans TC', sans-serif;

	}

	/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#ffffff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:44px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/loading.png); /* path to your loading animation */
	background-size: 200px 44px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-22px 0 0 -100px; /* is width and height divided by two */
}	
.goTop{
	position:fixed;
	z-index:100;
	width:30px;
	height:30px;
	display:none;
  bottom:60px;
  right:20px;
	}
.goTop:hover{
 opacity:0.8;
	}	
.goTop img{
	width:100%;
	}


	.mb_show{
		display: none;
	}





#WRAPER{
	float:left;
	width:100%;
	position:relative;
	z-index:3;
	text-align:center;
	}




#HEADER{
	position: fixed;
	width:100%;
	top: 0px;
	left: 0px;
  	z-index: 10;
	background-color: #ffffff;

}




.logo{
	float: left;
	height: 40px;
	margin-left: 24px;
	margin-top: 14px;
	margin-bottom: 14px;
	position: relative;
	z-index: 0;
}


#KV{
	position: relative;
	z-index: 3;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 72px;
}

.kv_infro{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.kv_slogan{
	width: 820px;
	float: left;
	margin-top: 300px;
	margin-left: 200px;
}


.kv_bg{
	float: left;
	width: 100%;
	height: 1000px;
	position: relative;
	z-index: 0;
}


.page_title{
	margin-top: 30px;
	margin-bottom: 30px;
}


.page_head_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 0;
}

.page_news_item{
	float: left;
	width: 330px;
	background: #FFF;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 15px;
	margin: 10px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.page_news_item .cover{
	float: left;
	width: 100%;
}
.page_news_item h2{
	float: left;
	width: 100%;
	height: 60px;
	text-align: left;
	color: #031627;
	font-size: 20px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 20px;
}




.article_btn{
	display: inline-block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	background-color: #E68120;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}



.NAV_btn_wrap{
	display: none;
	position:fixed;
	width:60px;
	top:30px;
	right:20px;
  	z-index:4;
	}	

#nav-icon3{
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;

}

#nav-icon3.light span{
  background: #F08518;
}

#nav-icon3.dark span{
  background: #F08518;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(2){
  display: none;
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span{
	background: #F08518;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


#NAV{
	position: relative;
	float: right;
	z-index: 2;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	text-align: center;
	margin-right: 20px;
}



nav{
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 1;
}

nav div {
	float: left;
	cursor: pointer;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:23px;
	position: relative;
}


nav div span{
	position: relative;
	 font-size: 18px;
 	 color: #000000;
	 z-index: 1;
}

nav div::after {
	content: '';
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background-color: none;
}

nav div:hover span{
	color: #ffffff;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

nav div:hover:after {
	width: 100%;
	background-color: #130A3D;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
  }


nav a {
	float: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:0px 10px;
	line-height: 29px;
	height: 30px;
	position: relative;
	font-size: 18px;
	color: #ffffff;
	border-radius: 10px;
	background-color: #F08518;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}



.sec{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 100px 20px 100px 20px;
}


.sec.full{
    padding: 100px 0px 100px 0px;
}


.white_bg{
	background-color: #ffffff;
}

.violet_bg{
	background-color: #F6F3FE;
}




.body_bg{
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
}


.mid_content{
	display: inline-block;
	width: 1100px;
	text-align: center;
	position: relative;
	z-index: 3;
}







.sec_title{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
}


.sec_title img{
	display: inline-block;
	vertical-align: middle;
	height: 160px;
}


.title_des{
	display: inline-block;
	vertical-align: middle;
	width: 600px;
	color: #1E1E1E;
	font-size: 24px;
	text-align: left;
	margin-left: 40px;
}




.intro_txt{
	display: inline-block;
	vertical-align: top;
	width: 570px;
	font-size: 40px;
	color: #031727;
	line-height: 1.7;
	text-align:left; 
	font-weight: bold;
}


.intro_txt span{
font-weight: 300;
font-size: 18px;
}






.feature_wrap{
	float: left;
	width: 100%;
	height: 300px;
	position: relative;
	margin-bottom: 50px;
}


.feature_item{
	position: absolute;
	height: 300px;
	top:0px;
}

.feature_txt{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.80);
	color: #FFF;


}

.feature_img{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 0;
}

.feature_item:nth-child(1){
	left: 0px;
	width: 33%;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}


.feature_item:nth-child(2){
	left: 30%;
	width: 40%;
	clip-path: polygon(12% 0, 100% 0, 88% 100%, 0% 100%);
}


.feature_item:nth-child(3){
	right: 0px;
	width: 33%;
	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}




.ppl_bg{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.host1_txt{
	float: left;
	text-align: left;
	width: 750px;
	margin-left: 10%;
}

.host1_name{
	font-size: 46px;
	font-weight: bold;
	color: #ffffff;
}
.host1_title{
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 10px;
}
.host1_des{
	margin-top: 15px;
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	line-height: 1.4;
}


.host1_img{
	position: absolute;
	z-index: 1;
	width: 630px;
	bottom: 0px;
	right: 5%;
}

.host1_img_mb{
	display: none;
}

.host_wrap{
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
}

.host_left{
	position: absolute;
	cursor: pointer;
	z-index: 1;
	width: 50px;
	left: -50px;
	top:50%;
	margin-top: -25px;
}

.host_right{
	position: absolute;
	z-index: 1;
	width: 50px;
	cursor: pointer;
	right: -50px;
	top:50%;
	margin-top: -25px;
}



.host_slider{
	position: relative;
	float: left;
	width: 100%;
	z-index: 0;
}


.host_slider_item li{
	cursor: pointer;
}

.host_slider_item .cover{
	display: inline-block;
	width: 70%;
}

.host_slider_item .title{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #1E1E1E;
	margin-top: 10px;
}


.host_slider_item .name{
	display: inline-block;
	width: 180px;
	height: 40px;
	line-height: 38px;
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	background-color: #E68120;
	border-radius: 10px;
	margin-top: 10px;
}





.host_clr_wrap{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 12;
	display: none;
}

.host_clr_wrap.show{
	display: table;
}

.host_clr_wrap .host_panel{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 0;
}

.host_clr_wrap .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	text-align: center;
}

.host_clr_item{
	display: inline-block;
	width: 800px;
	position: relative;
	z-index: 1;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 20px 100px 50px 100px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
}


.host_clr_item .host_close{
	position: absolute;
	width: 50px;
	height: 50px;
	top:30px;
	right: 30px;
	cursor: pointer;
}

.host_clr_head{
	float: left;
	width: 100%;
	text-align: left;
}

.host_clr_cover{
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	margin-right: 30px;
}

.host_clr_info{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-top: 40px;
}

.host_clr_title{
	font-size: 26px;
	color: #000;
}

.host_clr_name{
	font-size: 26px;
	font-weight: bold;
	color: #E68120;
}


.host_clr_des{
	float: left;
	width: 100%;
	margin-top: 30px;
	font-size: 20px;
	color: #000;
	text-align: left;
}




.agenda{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 50px;
}


.agenda_tr{
	float: left;
	width: 100%;
	display: table;
	margin-bottom: 5px;
	border-top:#000000 1px solid;
	position: relative;
}

.info_icon{
	display: inline-block;
	width: 26px;
	margin-left: 10px;
}

.ag_btn{
	cursor: pointer;
}

.agenda_tr:after {
	position: absolute;
	content: '';
	top:-5px;
	right: 0px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 9px 4px 0;
	border-color: transparent #000000 transparent transparent;
	transform: rotate(0deg);
 }

.agenda_tr .agenda-td{
	display: table-cell;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 30px 0px 30px 0px;
	text-align: left;
	vertical-align: middle;
}

.agenda_tr .agenda-td:first-child{
	width: 500px;
	font-size: 20px;
	color: #031627;
}

.agenda_tr .agenda-td:first-child span{
	font-size: 26px;
	color: #E68120;
	font-weight: bold;
}

.agenda_tr .agenda-td:last-child{
	/* width: 540px; */
	font-size: 22px;
	color: #1E1E1E;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 30px;
}


.agenda_tr .agenda-td:last-child span{
	color: #E68120;
}





.agenda_clr_wrap{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 12;
	display: none;
}

.agenda_clr_wrap.show{
	display: table;
}

.agenda_clr_wrap .agenda_panel{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 0;
}

.agenda_clr_wrap .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	text-align: center;
}

.agenda_clr_item{
	display: inline-block;
	width: 800px;
	position: relative;
	z-index: 1;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 50px 50px 50px 50px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
}


.agenda_clr_item .agenda_close{
	position: absolute;
	width: 50px;
	height: 50px;
	top:30px;
	right: 30px;
	cursor: pointer;
	z-index: 3;
}

.agenda_clr_head{
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: #E68120 1px solid;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 20px;
	position: relative;
	z-index: 0;
}


.agenda_clr_head:after {
	position: absolute;
	content: '';
	right: 0px;
	bottom: -4px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4px 9px 4px 0;
	border-color: transparent #E68120 transparent transparent;
	transform: rotate(0deg);
 }


.agenda_clr_type{
	font-size: 20px;
	color: #000;
}

.agenda_clr_title{
	font-size: 26px;
	font-weight: bold;
	color: #E68120;
}


.agenda_clr_des{
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 20px;
	color: #000;
	text-align: left;
}





.history_slider_wrap{
	float: left;
	width: 100%;
	margin-top: 50px;
	position: relative;
}

.history_left{
	position: absolute;
	z-index: 1;
	width: 30px;
	left: 0px;
	top:50%;
	margin-top: -15px;
	cursor: pointer;
	filter: brightness(0) invert(1);
}

.history_right{
	position: absolute;
	z-index: 1;
	width: 30px;
	right: 0px;
	top:50%;
	margin-top: -15px;
	cursor: pointer;
	filter: brightness(0) invert(1);
}

.history_slider{
	float: left;
	width: 100%;
	position: relative;
	z-index: 0;
}	

.history_cover{
	float: left;
	width: 100%;
	position: relative;
}

.history_cover img{
	float: left;
	width: 100%;
	margin-left: 0%;
	position: relative;
	z-index: 0;
}

.scaleImg{
	transform-origin: center center;
	animation: scale 1000ms ease-in-out forwards;
}

@keyframes scale {
	to {
		width: 110%;
		margin-left: -5%;
	}
}	

.history_cover p{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	font-size: 20px;
	color: #000;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 5px;
}
.history_cover p span{
	font-size: 24px;
}

.history_title{
	float: left;
	width: 100%;
	text-align: center;
	color: #E68120;
	font-size: 24px;
	margin-top: 10px;
}

.history_des{
	float: left;
	width: 100%;
	text-align: center;
	color: #000000;
	font-size: 18px;
	margin-top: 5px;
	min-height: 40px;
}

.history_url{
	display: inline-block;
	font-size: 18px;
	height: 32px;
	line-height: 30px !important;
	width: 100px;
	color: #ffffff;
	border-radius: 8px;
	background: #E68120;
	text-align: center;
	margin-bottom: 40px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-top: 10px;
}





.agency_wrap{
	width: 890px;
	text-align: left;
	display:inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.agency{
	display: inline-flex;
	flex-wrap: column;
	gap: 30px;
	margin-top: 40px;
}


.agency p{
	width: 80px;
	font-size: 20px;
	color: #000;
	white-space:nowrap;
}


.agency .logo_wrap{
	display: inline-flex;
	flex-wrap: wrap;
	gap: 30px;
}


.agency img{
	height: 35px;
}


#FOOTER{
	float:left;
	position: relative;
	z-index: 2;
	width:100%;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 20px 50px 20px;
	background-color: #130A3D;
	}





.copyright{
	display: inline-block;
	width: 100%;
	text-align: center;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 16px;
	color: #ffffff;
}


.copyright span{
	display: inline-block;
	width: 80%;
	height: 1px;
	background-color: #000000;
	margin-top: 30px;
	margin-bottom: 30px;
}








@media screen and (max-width: 1180px) {

	.mid_content{
		display: inline-block;
		width: 100%;
		text-align: center;
		position: relative;
		z-index: 3;
	}




.kv_infro{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.kv_slogan{
	width: 600px;
	float: left;
	margin-top: 200px;
	margin-left: 100px;
}


.kv_bg{
	float: left;
	width: 100%;
	height: 700px;
	position: relative;
	z-index: 0;
}




.host_left{
	position: absolute;
	cursor: pointer;
	z-index: 1;
	width: 50px;
	left: 0px;
	top:50%;
	margin-top: -25px;
}

.host_right{
	position: absolute;
	z-index: 1;
	width: 50px;
	cursor: pointer;
	right: 0px;
	top:50%;
	margin-top: -25px;
}



.host_slider{
	position: relative;
	float: left;
	width: 90%;
	margin-left: 5%;
	z-index: 0;
}

}	




@media screen and (max-width: 960px) {

	#KV{
		position: relative;
		z-index: 3;
		float: left;
		width: 100%;
		overflow: hidden;
		margin-top: 50px;
	}


.kv_infro{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.kv_slogan{
	width: 80%;
	float: left;
	margin-top: 200px;
	margin-left: 5%;
}


.kv_bg{
	float: left;
	width: 100%;
	height: 600px;
	position: relative;
	z-index: 0;
}

	.logo{
		float: left;
		height: 30px;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		position: relative;
		z-index: 0;
	}


	.NAV_btn_wrap{
	display: block;
	position:fixed;
	width:60px;
	top:15px;
	right:0px;
  	z-index:12;
	}	


#NAV{
	position: fixed;
	float: none;
	width: 100%;
	height: 100%;
	top:-100%;
	left: 0%;
	z-index: 13;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	text-align: center;
	margin-right: 0px;
	background-color: #130A3D;
}

#NAV.reveal{
	top:0%;
}



nav{
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-top: 80px;
}

nav div {
	float: left;
	width: 100%;
	cursor: pointer;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:23px;
	position: relative;
}


nav div span{
	position: relative;
	 font-size: 18px;
 	 color: #ffffff;
	 z-index: 1;
}



nav a {
	float: none;
	display: inline-block;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:0px 10px;
	height: 30px;
	line-height: 29px;
	position: relative;
	font-size: 18px;
	color: #ffffff;
	border-radius: 10px;
	background-color: #F08518;
	margin-top: 17px;
	margin-right: 0px;
	margin-left: 0px;
}




.intro_txt{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 30px;
	color: #031727;
	line-height: 1.7;
	text-align:left; 
	font-weight: bold;
	margin-top: 40px;
}


.intro_txt span{
font-weight: 300;
font-size: 16px;
}



.host1_txt{
	float: left;
	text-align: left;
	width: 100%;
	margin-left: 0%;
	margin-top: 30px;
}

.host1_name{
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}
.host1_title{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 10px;
}
.host1_des{
	margin-top: 14px;
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
	line-height: 1.4;
}


.host1_img{
	position: absolute;
	z-index: 1;
	width: 40%;
	top:100px;
	bottom: inherit;
	right: 0%;
}






.host_clr_item{
	display: inline-block;
	width: 94%;
	position: relative;
	z-index: 1;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 20px 50px 30px 50px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
}


.host_clr_item .host_close{
	position: absolute;
	width: 50px;
	height: 50px;
	top:10px;
	right: 10px;
	cursor: pointer;
}


.host_clr_cover{
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	margin-right: 30px;
}



.host_clr_title{
	font-size: 20px;
	color: #000;
}

.host_clr_name{
	font-size: 20px;
	font-weight: bold;
	color: #E68120;
}


.host_clr_des{
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	color: #000;
	text-align: left;
}






.agenda_tr{
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 5px;
	border-top:#000000 1px solid;
	position: relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px 0px 20px 0px;
}



.agenda_tr .agenda-td{
	display:inline-block;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	text-align: left;
	vertical-align: middle;
}

.agenda_tr .agenda-td:first-child{
	width: 100%;
	font-size: 18px;
	color: #031627;
}

.agenda_tr .agenda-td:first-child span{
	font-size: 22px;
	color: #E68120;
	font-weight: bold;
}

.agenda_tr .agenda-td:last-child{
	/* width: 540px; */
	font-size: 18px;
	color: #1E1E1E;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 0px;
}



.agenda_clr_item{
	display: inline-block;
	width: 94%;
	position: relative;
	z-index: 1;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
}


.agenda_clr_item .agenda_close{
	position: absolute;
	width: 30px;
	height: 30px;
	top:10px;
	right: 10px;
	cursor: pointer;
	z-index: 3;
}

.agenda_clr_head{
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: #E68120 1px solid;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 10px;
	position: relative;
	z-index: 0;
}



.agenda_clr_type{
	font-size: 18px;
	color: #000;
}

.agenda_clr_title{
	font-size: 22px;
	font-weight: bold;
	color: #E68120;
}


.agenda_clr_des{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size:18px;
	color: #000;
	text-align: left;
}
.mb_fix{
	padding-left: 20px;
	padding-right: 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.title_des{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	color: #1E1E1E;
	font-size: 20px;
	text-align: left;
	margin-left: 0px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}

.agency_wrap{
	width: 100%;
	text-align: left;
	display:inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
}





}




@media screen and (max-width: 480px) {


	.host1_img{
		position: absolute;
		z-index: 1;
		width: 40%;
		top:100px;
		bottom: inherit;
		right: 0%;
		display: none;
	}
	
	
	.host1_img_mb{
		display: inline-block;
		width: 90%;
	}


.sec_title img{
	display: inline-block;
	vertical-align: middle;
	height: 140px;
}



.feature_wrap{
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 50px;
}


.feature_item{
	float: left;
	width: 100%;
	position: relative;
	height: 150px;
	top:0px;
}

.feature_txt{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.80);
	color: #FFF;


}

.feature_img{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	z-index: 0;
}

.feature_item:nth-child(1){
	left: 0px;
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


.feature_item:nth-child(2){
	left: 0%;
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


.feature_item:nth-child(3){
	right: 0px;
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


.host_left{
	position: absolute;
	cursor: pointer;
	z-index: 1;
	width: 30px;
	left: 0px;
	top:50%;
	margin-top: -15px;
}

.host_right{
	position: absolute;
	z-index: 1;
	width: 30px;
	cursor: pointer;
	right: 0px;
	top:50%;
	margin-top: -15px;
}



.host_slider{
	position: relative;
	float: left;
	width: 86%;
	margin-left: 7%;
	z-index: 0;
}




.host_clr_item{
	display: inline-block;
	width: 94%;
	position: relative;
	z-index: 1;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 20px 30px 30px 30px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49);
}


.host_clr_cover{
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	margin-right: 0px;
}


.host_clr_info{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-top: 10px;
}


  .goTop{
	position:fixed;
	z-index:100;
	width:30px;
	height:30px;
	display:none;
  bottom:60px;
  right:15px;
	}

	@keyframes scale {
		to {
			width: 100%;
			margin-left: 0%;
		}
	}	





.agency_wrap{
	float: left;
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.agency{
	display: inline-flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}


.agency p{
	font-size: 16px;
	width: 100%;
	color: #000;
}

.agency img{
	height: 30px;
}



.mb_hide{
	display: none;
}

.mb_show{
	display: inline-block;
}


.page_news_item{
	display: inline-block;
	width: 100%;
	background: #FFF;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}


}






