@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{
	/*font-family: Arial,".蘋方-繁", "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
	font-family: 'Noto Sans TC', sans-serif;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#381752+0,0d2858+100 */
background: #381752; /* Old browsers */
background: -moz-linear-gradient(left,  #381752 0%, #0d2858 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #381752 0%,#0d2858 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #381752 0%,#0d2858 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#381752', endColorstr='#0d2858',GradientType=1 ); /* IE6-9 */


	}



	/* 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:100px;
	height:100px;
	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/status.gif); /* path to your loading animation */
	background-size: 100px 100px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-50px 0 0 -50px; /* is width and height divided by two */
}	
.goTop{
	position:absolute;
	z-index: 1;
	width:30px;
	height:30px;
  bottom:10px;
  left:9px;
	}
.goTop:hover{
 opacity:0.8;
	}	




.quicklink{
	position:fixed;
	display: block;
	z-index:100;
	width:48px;
	right: 10px;
	bottom: 150px;
	}

.quicklink .qk_link{
	position: relative;
	z-index: 0;
	width: 100%;
	float: left;
	display: table;
	cursor: pointer;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
    border-radius: 30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7ee12+0,87c26a+50,008fd5+100 */
background: #f7ee12; /* Old browsers */
background: -moz-linear-gradient(top,  #f7ee12 0%, #87c26a 50%, #008fd5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f7ee12 0%,#87c26a 50%,#008fd5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f7ee12 0%,#87c26a 50%,#008fd5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ee12', endColorstr='#008fd5',GradientType=0 ); /* IE6-9 */
	}

.qk_link_body{
	display: table-cell;
	vertical-align: top;
	width: 100%;
	border-radius: 30px;
	background: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 50px;
	color: #191e53;
}	


.quicklink .qk_link:hover{
 opacity:0.8;
	}	



.mb_show{
	display: none;
}


.pc_show{
	display: block;
}


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

#WRAPER{
	float:left;
	width:100%;
	position:relative;
	z-index:3;
	text-align:center;
	-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;
  right:0px;
	}

#WRAPER.reveal{
	position:absolute;
	right:180px;

}		



#HEADER{
	float:left;
	width:100%;
  position: relative;
  z-index: 10;
	}


#KV{
	position: relative;
	z-index: 1;
	float: left;
	display: inline-block;
	width: 100%;
	/*height: 710px;*/
	text-align: center;
}

.kv_img{
	float: left;
	width: 100%;
}






.NAV_btn_wrap{
	display: block;
	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;

 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.56);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.56);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.56);
}

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

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


#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: #ffffff;
}

#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: fixed;
	z-index: 12;
	width: 180px;
	height: 100%;
		-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;
	background: #5f6280;
	text-align: center;
	right: -180px;
	top: 0px;
	overflow-y: scroll;
}


#NAV.reveal{
	right:0px;
	}	

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

nav div {
	display: inline-block;
	width: 120px;
	outline: none;
	cursor: pointer;
	text-align: left;
	margin-right: 0px;
	margin-top: 15px;

	 font-size: 14px;
  color: #ffffff;
}

nav div:first-child {
	margin-top: 100px;
}


nav div:hover {
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -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;
}






.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.fix_padding{
    padding: 0px 0px 0px 0px;
}

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


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


.secTitleWrap{
	display: inline-block;
	width: 100%;
	z-index: 3;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}

.sec_title{
	display: inline-block;
	width: 260px;
	
}

.fourm_des{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #003779;	
	text-align: left;
	font-weight: 200;
}


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

.agenda_menu{
	display: inline-block;
	width: 250px;
	border-radius: 40px;
	margin: 10px;
	background: #ffffff;
	overflow: hidden;
	cursor: pointer;
}

.agenda_menu:hover .menu_head{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#723885+0,d80b74+100 */
background: #723885; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #723885 0%, #d80b74 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #723885 0%,#d80b74 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #723885 0%,#d80b74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#723885', endColorstr='#d80b74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.agenda_menu.current .menu_head{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#723885+0,d80b74+100 */
background: #723885; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #723885 0%, #d80b74 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #723885 0%,#d80b74 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #723885 0%,#d80b74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#723885', endColorstr='#d80b74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.menu_head{
	float: left;
	width: 100%;
	border-radius: 40px 40px 0px 0px;
	background: #bdbbbb;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
	text-align: center;
	line-height: 1.4;
	font-size: 26px;
	color: #ffffff;
}

.menu_head span{
	font-size: 30px;
	font-weight: bold;
}

.menu_topic{
		float: left;
	width: 100%;
		-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	color: #211b51;
}


.agenda_content{
	display: inline-block;
	width: 800px;
	text-align: center;
	margin-top: 40px;
}

.agenda_item{
	float: left;
	width: 100%;
	display: none;
}

.agenda_item.show{
	display: block;
}

.agenda_head_table{
	display: inline-table;
	width: 100%;
}
.agenda_head_table .th{
	display: table-cell;
	width: 207px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
	text-align: center;
	font-size: 30px;
	vertical-align: middle;
	color: #ffffff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#723885+0,d80b74+100 */
background: #723885; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #723885 0%, #d80b74 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #723885 0%,#d80b74 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #723885 0%,#d80b74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#723885', endColorstr='#d80b74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.agenda_head_table .td{
	display: table-cell;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0px 10px 40px;
	text-align: left;
	font-size: 20px;
	color: #1e1f55;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#723885+0,d80b74+100 */
background: #ffffff; /* Old browsers */
vertical-align: middle;
}


.agenda_table{
	display: inline-table;
	width: 100%;
	border-bottom: #8d86a4 1px solid;
}
.agenda_table .th{
	display: table-cell;
	width: 207px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
	text-align: center;
	font-size: 20px;
	vertical-align: middle;
	color: #ffffff;
}

.agenda_table .th span{
	font-weight: bold;
	color: #f0fca7;
}


.agenda_table .td{
	display: table-cell;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0px 10px 40px;
	text-align: left;
	font-size: 20px;
	color: #ffffff;
vertical-align: middle;
}

.agenda_table .td span.title{
	display: inline-block;
	width: 100%;
	text-align: left;
	color: #ed8bc0;
	font-weight: bold;
}



.host_bg{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #ffffff;
	opacity: 0.8;
}

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

.host_menu{
	display: inline-block;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 25px 10px 25px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background: #bdbbbb;
  border-radius: 30px;
  cursor: pointer;
}

.host_menu.current, .host_menu:hover{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b50a3+0,4d2273+100 */
background: #0b50a3; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #0b50a3 0%, #4d2273 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #0b50a3 0%,#4d2273 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #0b50a3 0%,#4d2273 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b50a3', endColorstr='#4d2273',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.host_content{
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}

.host_group{
	float: left;
	width: 100%;
	text-align: center;
	display: none;
}

.host_group.show{
	display: block;
}

.host{
	display: inline-block;
	width: 315px;
	vertical-align: top;
	margin:15px;
	text-align: center;
	cursor: pointer;
}

.head_cover{
	display: inline-block;
	width: 155px;
}

.host_title{
	float: left;
	width: 100%;
	font-size: 40px;
	color: #003779;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

.host_subtitle{
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.host_edu{
		display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #000000;
}

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



.host_intro:before{
	position: absolute;
	content: '';
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #ffffff;
	opacity: .2;
}
.host_intro .ct{
	display: table-cell;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.host_intro .ct .info_box{
	display: inline-block;
	width: 480px;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    font-size: 16px;
	color: #140e02;
	font-weight: 100;
	line-height: 1.6;
	text-align: left;
	background: #ffffff;
	border-radius: 20px;
	position: relative;
}

.info_box_close{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.info_box_close:hover{
	opacity: .5;
}

.news_wrap{
	display: inline-block;
	width: 1120px;
}
.news_wrap .news_item{
	float: left;
	width: 33.33333%;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#723885+0,d80b74+100 */
background: #723885; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #723885 0%, #d80b74 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #723885 0%,#d80b74 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #723885 0%,#d80b74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#723885', endColorstr='#d80b74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/*.news_wrap .news_item:hover{
		 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -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;
}*/
.news_wrap .news_item .cover{
	float: left;
	width: 100%;
}

.news_wrap .news_item .yt_iframe{
	float: left;
	width: 100%;
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden; 
}

.news_wrap .news_item .yt_iframe iframe
 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.news_wrap .news_item .news_info{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 20px 20px;
    text-align: left;
}
.news_wrap .news_item .news_info h1{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #ffffff;
    text-align: left;
    overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
}

.news_wrap .news_item .news_info p{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #ffffff;
    text-align: left;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-height: 25px;
height: 75px;
margin-top: 5px;
}


.gold_bg{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#723885+0,d80b74+100 */
background: #723885; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #723885 0%, #d80b74 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #723885 0%,#d80b74 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #723885 0%,#d80b74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#723885', endColorstr='#d80b74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.blue_bg{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#723885+0,d80b74+100 */
background: #723885; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #723885 0%, #d80b74 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #723885 0%,#d80b74 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #723885 0%,#d80b74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#723885', endColorstr='#d80b74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}




.form_wrap{
	display: inline-block;
	width: 900px;
	text-align: center;
}


.form_item{
	display: inline-table;
	width: 49%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.form_item .title{
	display: inline-block;
	width:100%;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 45px;
	color: #ffffff;
	vertical-align: middle;
	text-align: left;
}
.form_item .title span{
	color: #fb1010;
}

.form_item .input{
	color: #ffffff;
}

.form_item_full{
	float: left;
	display: inline-block;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-left: 10px;
    text-align: left;
}

.form_item_full .title{
	display: inline-block;
	width:100%;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 45px;
	color: #ffffff;
	text-align: left;
}

.form_item_full .title span{
	color: #fb1010;
}

.form_item_full label{
	display: inline-block;
	    margin: 10px 25px 10px 0;
	    cursor: default;
	    font-size: 100%;
	        display: inline-block;
    vertical-align: middle;
    color: #ffffff !important;
    letter-spacing: 1px;

}

.form_item_full label input{
	border: none;
    padding: 5px 10px;
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: middle;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.input_select{
	  display: inline-block;
	  position: relative;
  width: 100%;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
 border: #d7d7d7 1px solid;
 background: none;
 font-size: 14px;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 padding-left: 10px;
 padding-right: 10px;
/* color: #ffffff;*/
/* background-image: url(../images/arrow_down.png);
 background-size: 31px 17px;
 background-repeat: no-repeat;
 background-position: right center;*/
}

.input_select select{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 96%;
	height: 100%;
	left: 2%;
	border: none;
	background: none;
	color: #ffffff;
}

.input_select select:focus{
	outline: none;
}

.input_select select option{
  color: black;
}




.single_line{
  display: inline-block;
  width: 100%;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
 border: #d7d7d7 1px solid;
 background: none;
 font-size: 14px;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 padding-left: 10px;
 padding-right: 10px;
 color: #ffffff;
}


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

 .check_group{
 	display: inline-block;
 	text-align: left;
 } 

  .check_group label{
  	font-size: 16px;
  	vertical-align: middle;
  	color: #313131;
  	letter-spacing: 1px;
 } 

 .note_form{
 	display: inline-block;
 	width: 100%;
 	color: #ffffff;
 	text-align: center;
 	font-size: 14px;
 }


.btn_wrap{
	display: inline-block;
	width: 100%;
	margin-top: 40px;
    text-align: center;
}

.btn_txt{
	display: inline-block;
	width: 100%;
	text-align: center;
    	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none; 
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.submit{
	display: inline-block;
	width: 145px;
	height: 46px;
	border: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#723885+0,d80b74+100 */
background: #723885; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #723885 0%, #d80b74 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #723885 0%,#d80b74 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #723885 0%,#d80b74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#723885', endColorstr='#d80b74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


	color: #ffffff;
	  -webkit-border-radius: 23px;
  -moz-border-radius: 32px;
  border-radius: 23px;
  margin-right: 20px;
  font-size: 18px;
}
.submit:hover{
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -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;
}


.reset{
	display: inline-block;
	width: 145px;
	height: 46px;
	border: none;
	background: #7d7d7d;
	color: #ffffff;
	  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  font-size: 18px;
}
.reset:hover{
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -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;
}

.field{
	display: inline-table;
	width: 96%;
	margin-bottom: 15px;
	margin-top: 30px;
}

.field-labelblock{
	display:inline-block;
	width: 100%;
	text-align: left;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.field-labelblock .field-label{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 1px;
	margin-left:10px; 
}

.ckBox{
	display: inline-block;
	vertical-align: middle;
}






.field-content.full{
	display: inline-block;
	width: 100%;
	overflow-y: scroll;
	text-align: center;
    background: none; 
    text-align: left;
    font-size: 14px;
    color: #ffffff;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 10px;
}

.field_note{
	display: inline-block;
	width: 100%;
	text-align: center;
	 font-size: 14px;
	color: #e73600;
	letter-spacing: 1px;
    line-height: 1.4;
}


.warning{
	display: inline-block;
	width: 900px;
	margin-top: 50px;
		 font-size:20px;
	color: #f2e342;
	text-align: left;
}


.warning ul{
	float: left;
	width: 100%;
	margin-top: 5px;
}

.warning ul li{
	 font-size:16px;
	color: #ffffff;
	font-weight: 100;
	margin-top: 5px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}






.sponBox{
	display: inline-block;
	vertical-align: middle;
	 margin: 20px;
	 text-align: left;
}

.sponBox .title{
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff; 
	font-style: italic;
	margin-bottom: 10px;
}

.sponBox img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.sponBox img:last-child{
	margin-right: 0px;
}


.spon1{
	height: 30px;
}

.spon2{
	height: 30px;
}

.spon3{
	height: 30px;
}

.warnAD{
	position: absolute;
	z-index: 10;
	right: 14%;
	bottom: 0px;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    border:#ffffff 1px solid; 
}



.ag_group{
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}

#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: 100px 20px 100px 20px;
    font-size: 14px;
    color: #ffffff;
	}


.copyright{
	display: inline-block;
	width: 60%;
	text-align: center;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 100px;
	font-size: 14px;
	color: #1b5782;
	border-top:#ffffff 1px solid;
}



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

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



}

@media screen and (max-width: 960px) {
.agenda_content{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.agenda_head_table .th{
	display: table-cell;
	width: 80px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
	text-align: center;
	font-size: 20px;
	vertical-align: middle;
	color: #ffffff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#723885+0,d80b74+100 */
background: #723885; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #723885 0%, #d80b74 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #723885 0%,#d80b74 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #723885 0%,#d80b74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#723885', endColorstr='#d80b74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.agenda_head_table .td{
	display: table-cell;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0px 10px 10px;
	text-align: left;
	font-size: 18px;
	color: #1e1f55;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#723885+0,d80b74+100 */
background: #ffffff; /* Old browsers */
vertical-align: middle;
}


.agenda_table{
	display: inline-table;
	width: 100%;
	border-bottom: #8d86a4 1px solid;
}
.agenda_table .th{
	display: table-cell;
	width: 80px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	color: #ffffff;
}

.agenda_table .th span{
	font-weight: bold;
	color: #f0fca7;
}


.agenda_table .td{
	display: table-cell;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0px 10px 20px;
	text-align: left;
	font-size: 16px;
	color: #ffffff;
vertical-align: middle;
}

.agenda_table .td span.title{
	display: inline-block;
	width: 100%;
	text-align: left;
	color: #ed8bc0;
	font-weight: bold;
}





.form_wrap{
	display: inline-block;
	width: 100%;
	text-align: center;
}


.form_item{
	display: inline-block;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
}

.form_item .title{
	display: inline-block;
	width:100%;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 45px;
	color: #ffffff;
	vertical-align: middle;
	text-align: left;
}

.form_item .input{
	display: inline-block;
	width: 100%;
	color: #fb1010;
	vertical-align: middle;
}



.warning{
	display: inline-block;
	width: 100%;
	margin-top: 50px;
		 font-size:20px;
	color: #f2e342;
	text-align: left;
}

.copyright{
	display: inline-block;
	width: 100%;
	text-align: center;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 100px;
	font-size: 14px;
	color: #1b5782;
	border-top:#ffffff 1px solid;
}



}




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

.goTop{
	position:absolute;
	z-index: 1;
	width:20px;
	height:20px;
  bottom:5px;
  left:5px;
	}


.quicklink{
	position:fixed;
	display: block;
	z-index:100;
	width:30px;
	right: 5px;
	bottom: 150px;
	}


.news_wrap .news_item{
	float: left;
	width: 50%;
}
.news_wrap .news_item:hover{
		 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -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;
}
.news_wrap .news_item .cover{
	float: left;
	width: 100%;
}

.news_wrap .news_item .news_info{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    text-align: left;
}
.news_wrap .news_item .news_info h1{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
    text-align: left;
    overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
}

.news_wrap .news_item .news_info p{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #ffffff;
    text-align: left;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-height: 14px;
height: 42px;
margin-top: 5px;
}






.pc_show{
	display: none;
}




.sec_title{
	display: inline-block;
	width: 260px;
}





	




}


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


.sponBox{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	 margin: 0px;
	 margin-bottom: 15px;
	 text-align: center;
}

.sponBox .title{
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff; 
	font-style: italic;
	margin-bottom: 10px;
}

.sponBox img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 0px;
}

.sponBox img:last-child{
	margin-right: 0px;
}


.warnAD{
	position: absolute;
	z-index: 10;
	right: 0%;
	bottom: 0px;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    border:#ffffff 1px solid; 
}


.sec_title{
	display: inline-block;
	width: 250px;
	
}

.fourm_des{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #003779;	
	text-align: left;
	font-weight: 200;
}



.agenda_menu{
	display: inline-block;
	width: 100%;
	border-radius: 20px;
	margin: 0px;
	background: #ffffff;
	overflow: hidden;
	cursor: pointer;
		margin-bottom: 5px;
}

.agenda_menu:hover .menu_head{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#723885+0,d80b74+100 */
background: #723885; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #723885 0%, #d80b74 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #723885 0%,#d80b74 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #723885 0%,#d80b74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#723885', endColorstr='#d80b74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.agenda_menu.current .menu_head{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#723885+0,d80b74+100 */
background: #723885; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #723885 0%, #d80b74 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #723885 0%,#d80b74 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #723885 0%,#d80b74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#723885', endColorstr='#d80b74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.menu_head{
	float: left;
	width: 100%;
	border-radius: 20px 20px 0px 0px;
	background: #bdbbbb;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	color: #ffffff;
}

.menu_head span{
	font-size: 24px;
	font-weight: bold;
}

.menu_topic{
		float: left;
	width: 100%;
		-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
	text-align: center;
	line-height: 1.4;
	font-size: 12px;
	color: #211b51;
}

.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;
}


.host_menu{
	display: inline-block;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: #bdbbbb;
  border-radius: 30px;
  cursor: pointer;
}

.host{
	display: inline-block;
	width: 315px;
	vertical-align: top;
	margin:10px;
	text-align: center;
	cursor: pointer;
}

.news_wrap .news_item{
	float: left;
	width: 100%;
}
.news_wrap .news_item:hover{
		 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -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;
}
.news_wrap .news_item .cover{
	float: left;
	width: 100%;
}

.news_wrap .news_item .news_info{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 20px 20px;
    text-align: left;
}
.news_wrap .news_item .news_info h1{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #ffffff;
    text-align: left;
    overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
}

.news_wrap .news_item .news_info p{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #ffffff;
    text-align: left;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-height: 16px;
height: 48px;
margin-top: 5px;
}

.host_intro .ct .info_box{
	display: inline-block;
	width: 96%;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    font-size: 16px;
	color: #140e02;
	font-weight: 100;
	line-height: 1.6;
	text-align: left;
	background: #ffffff;
	border-radius: 20px;
	position: relative;
}

.quicklink .qk_link{
	position: relative;
	z-index: 0;
	width: 100%;
	float: left;
	display: table;
	cursor: pointer;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
    border-radius: 30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7ee12+0,87c26a+50,008fd5+100 */
background: #f7ee12; /* Old browsers */
background: -moz-linear-gradient(top,  #f7ee12 0%, #87c26a 50%, #008fd5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f7ee12 0%,#87c26a 50%,#008fd5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f7ee12 0%,#87c26a 50%,#008fd5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ee12', endColorstr='#008fd5',GradientType=0 ); /* IE6-9 */
	}

.qk_link_body{
	display: table-cell;
	vertical-align: top;
	width: 100%;
	border-radius: 30px;
	background: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 30px;
	color: #191e53;
}	



}



@media screen and (max-width: 320px) {
.host{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin:0px;
	margin-top: 20px;
	text-align: center;
	cursor: pointer;
}

.head_cover{
	float: none;
	display: inline-block;
	width: 155px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.host_title{
	float: none;
	display: inline-block;
	width: 100%;
	font-size: 40px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

.host_title span{
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-weight: 100;
}





}	


