@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;*/


	}

.tc_bg{
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0px;
	top:0px;
	background: #daac58;
	opacity: .3;
}


.circle_feature{
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-top: 200px;
	margin-bottom: 200px;
}

.f_circle{
	position: absolute;
	display: table;
	width: 240px;
	height: 240px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 120px;
    text-align: center;
}

.f_circle .ct{
	display:table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
    	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}


.f_circle .ct h2{
		display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 70px;
	color: #ffffff;
}
.f_circle .ct h2 span{
	font-size: 30px;
}

.f_circle .ct p{
	position: absolute;
    width: 270px;
    height: 54px;
    right: -280px;
    top: 100px;
    text-align: left;
    font-size: 18px;
    color: #a97134;
}
.f_circle .ct p.left{
	position: absolute;
	width: 200px;
	height: 54px;
	left: -210px;
	top:100px;
	text-align: left;
	font-size: 18px;
	color: #a97134;
}

.f_circle .ct p span{
	display: block;
	border-bottom:#93939f 1px solid;
	    	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
    color: #0b4e37;
    margin-bottom: 5px;
}

.fc1_bg{
	z-index: 4;
	left: 50%;
	top:50%;
	margin-left: -120px;
	margin-top: -340px;
	background-color: #094409;
/*	background-image: url('../images/roll1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
}

.fc2_bg{
	z-index: 4;
	left: 50%;
	top:50%;
	margin-left: 140px;
	margin-top: -120px;
	background-color: #a3aa41;
/*	background-image: url('../images/roll2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
}

.fc3_bg{
	z-index: 4;
	left: 50%;
	top:50%;
	margin-left: -370px;
	margin-top: -120px;
	background-color: #408275;
/*	background-image: url('../images/roll3.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
}

.fc4_bg{
	z-index: 5;
	left: 50%;
	top:50%;
	margin-left: -120px;
	margin-top: 100px;
	background-color: #57722b;
/*	background-image: url('../images/roll4.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
}

.earth_line {
	display: block;
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: 0;
    top:50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
}



.earth {
	display: inline-table;
    position: relative;
    width: 300px;
    height: 300px;
    z-index: 3;
    border: 3px solid var(--green-light);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 150px;
    background-color: #f3e7d0;
    background-image: url(../images/video_map.png);
    background-size: auto 100%;
    background-size: auto 100%;
    animation: earth 7s linear infinite;
}

.earth .ct{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
font-size: 60px;
color: #0b4e37;
}

@-webkit-keyframes earth{
		0%	{
			background-position: 0% bottom; 
		}
		100%{
			background-position: -229% bottom;
		}
}
@keyframes earth{
		0%	{
			background-position: 0% bottom; 
		}
		100%{
			background-position: -229% bottom;
		}
	}


	/* 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: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;
}


.pc_show{
	display: block;
}

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





   
#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{
	width:100%;
  position: fixed;
  top:0px;
  left: 0px;
  z-index: 10;
	}


#HEADER:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	top::0px;
	left: 0px;
	z-index: 0;
	opacity: .5;
}

#KV{
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
	height: 710px;
	text-align: center;
	overflow: hidden;
}

#KV.fix_top{
	margin-top: 60px;
}


.unit_group{
	position: relative;
	float: left;
	z-index: 1;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d09d3f+0,d09d3f+50,7c3d26+100 */
background: #d09d3f; /* Old browsers */
background: -moz-linear-gradient(top,  #d09d3f 0%, #d09d3f 50%, #7c3d26 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d09d3f 0%,#d09d3f 50%,#7c3d26 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d09d3f 0%,#d09d3f 50%,#7c3d26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d09d3f', endColorstr='#7c3d26',GradientType=0 ); /* IE6-9 */

}

.unit_item{
	display: inline-table;
	vertical-align: top;
	margin-right: 20px;
	height: 78px;
}
.unit_item:last-child{
	margin-right: 0px;
}
.unit_item .unit_item_title{
	display: table-cell;
	vertical-align: top;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
	font-size: 14px;
	color: #ffffff;
}
.unit_item .unit_item_body{
	display: table-cell;
	vertical-align: middle;
}
.unit_item .unit_item_body .unit1{
	display: inline-block;
	height: 36px;
}
.unit_item .unit_item_body .unit2{
	display: inline-block;
	height: 78px;
}

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

.logo{
	float: left;
	width: 220px;
	position: relative;
	z-index: 2;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
}



.quick_link{
	position: fixed;
	display: table;
	z-index: 88;
	right: 10px;
	top: 40%;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 5px;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	font-size: 24px;
	color: #ffffff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ab7326+1,ce982a+23,e9c05d+50,ce982a+77,ab7326+100 */
background: #ab7326; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ab7326 1%, #ce982a 23%, #e9c05d 50%, #ce982a 77%, #ab7326 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ab7326 1%,#ce982a 23%,#e9c05d 50%,#ce982a 77%,#ab7326 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ab7326 1%,#ce982a 23%,#e9c05d 50%,#ce982a 77%,#ab7326 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab7326', endColorstr='#ab7326',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
cursor: pointer;
}



.quick_link:after{
	content: '立即\a報名';
	white-space: pre;
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	border: #ffffff 2px solid;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

.quick_link.two{
	top:55%;
	font-size: 22px;
}
.quick_link.two:after{
	content: '洽談會\a預約';
}


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

 -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: absolute;
	z-index: 1;
	top:0px;
	left: 0px;
	width: 100%;
	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;
	text-align: center;
}






#NAV.reveal{
	right:0px;
	}	

nav{
	display: inline-block;
	width: 100%;
	height: 60px;
	text-align: right;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
	position: relative;
	z-index: 1;
}

nav div {
	display: inline-block;
	outline: none;
	cursor: pointer;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px;
    text-align: center;
	 font-size: 18px;
  color: #ffffff;
}




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.skin{
	background: #ffffff;
}

.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;
	position: relative;
	width: 100%;
	z-index: 3;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
    font-size: 40px;
    color: #a97134;
    font-weight: bold;
}

.secTitleWrap:after{
	float: left;
	content: '';
	position: relative;
	width: 100%;
	height: 30px;
	background-image: url('../images/title_icon.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 92px 30px;
}



.white{
	color: #ffffff;
}
.red{
	color: #0b4e37;
}

.green_bg{
	background: #4c9979;
}


.white:after{
	background-image: url('../images/title_icon_white.png');
}
.red:after{
	background-image: url('../images/title_icon_red.png');
}

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


.fourm_des .bold{
	font-weight: bold;
	font-size: 20px;
	color: #a97134;	
}

.fourm_des .gold{
	color: #a97134;	
}

.fourm_des_list{
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.fourm_des_list li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	font-size: 18px;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #000000;	
	text-align: left;
	font-weight: 200;
	font-weight: bold;
}
.fourm_des_list li span{
	font-weight: bold;
	color: #0b4e37;
}

.feature_item{
	display: inline-block;
	width: 320px;
	vertical-align: top;
	margin-right: 50px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.feature_item:last-child{
	margin-right: 0px;
}


.feature_item img{
	display: inline-block;
	width: 100%;
}



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

.agenda_title{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #0b4e37;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 40px;
}


.agenda_title:after{
	float: left;
	content: '';
	position: relative;
	width: 100%;
	height: 30px;
	background-image: url('../images/title_icon_red.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 92px 30px;
}


.agenda_title span{
	font-size: 48px;
	color: #0b4e37;
	font-weight: bold !important;
}


.agenda_info{
	display: inline-block;
	width: 100%;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25px;
}
.agenda_info li{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.agenda_info li .icon{
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}
.agenda_info li span{
	display: inline-block;
	font-size: 24px;
	color: #565857;
	vertical-align: middle;
}


.agenda_table{
	float: left;
	width: 100%;
	display: table;
	margin-top: 15px;
}
.agenda_table .tb_time{
	display: table-cell;
	position: relative;
	width: 164px;
}

.tb_time_title{
	float: left;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.tb_time_title span{
	float: left;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
	vertical-align: top;
	font-size: 24px;
	font-weight: bold;
	color: #0b0b0b;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tb_time_title:after{
	content: '';
	position: absolute;
	z-index: 0;;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	background-color: #e6b613;
	clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}

.agenda_table .tb_topic{
	display: table-cell;
	vertical-align: top;
		font-size: 24px;
	font-weight: bold;
	color: #0b0b0b;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    text-align: left;
    position: relative;
    z-index: 0;
}

.tb_topic_title{
	float: left;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: left;
	margin-left: -40px;
}


.tb_topic_title span{
	float: left;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: left;
	vertical-align: top;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 5px;
}

.tb_topic_title:after{
	content: '';
	position: absolute;
	z-index: 0;;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	background-color: #656565;
	clip-path: polygon(1.5% 0%, 100% 0%, 98.5% 100%, 0% 100%);
}



.agenda_table .tb_host{
	float: left;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: left;
	margin-left: -40px;
	vertical-align: top;
	font-size: 24px;
	font-weight: normal;
	color: #0b4e37;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 50px;
    padding-bottom: 5px;
}


.agenda_table .tb_host ul{
	float: left;
	width: 100%;
}


.agenda_table .tb_host ul li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	font-size: 24px;
	font-weight: normal;
	color: #0b4e37;
	margin-top: 5px;
}



.table_note{
	float: left;
	width: 100%;
	text-align: left;
		color: #0b0b0b;
	font-size: 16px;;
	line-height: 24px;
	margin-top: 30px;
}

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

.album_slider_wrap{

display: inline-block;
position: relative;
z-index: 0;
width: 80%;

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


.sec1_album_slider li{
	display: inline-block;
	width: 230px;
}

.sec1_right_btn{
	position: absolute;
	right: 20px;
	z-index: 10;
	cursor: pointer;
	top: 50%;
	width: 45px;
	margin-top: -24px;
	display: block;
}

.sec1_left_btn{
	position: absolute;
	left: 20px;
	z-index: 10;
	cursor: pointer;
	top: 50%;
	width: 45px;
	margin-top: -24px;
	display: block;
}

.place_cate{
		width: 100%;
	text-align: center;
	display: inline-block;
	font-size: 30px;
	color: #cab07e;
	margin-bottom: 30px;
	margin-top: 30px;
}

.host_group{
	width: 100%;
	text-align: center;
	display: inline-block;
	position: fixed;
	z-index: -99999;
	margin-top: 30px;
	
}

.host_group.show{
	position: relative;
	z-index: 2;
	
}

.host{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
}

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



.host_name{
	float: left;
	width: 100%;
	font-size: 30px;
	color: #0b4e37;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

.host_des{
	display: inline-block;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: 200;
	color: #140e02;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 24px;
	height: 96px;
		margin-top: 54px;
}

.more_btn{
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	background: #e55e56;
	color: #ffffff;
	margin-top: 5px;
}

.host_intro{
	float: left;
	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: #000000;
	opacity: .7;
}
.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;
	position: relative;
	width: 500px;
	/*height: 500px;*/
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    font-size: 16px;
	color: #140e02;
	font-weight: 100;
	line-height: 1.6;
	text-align: center;
	background: #ffffff;
	border-radius: 20px;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.36);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.36);
}

#info_box_scrol_content{
	float: left;
	width: 100%;
	height: 100%;
/*	overflow-y: scroll;*/
}

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

.host_info_cover{
	display: inline-block;
	width: 120px;
}

.host_info_cate{
	position: absolute;
	top:10px;
	left: 25px;
	color: #ffffff;
	background: none;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px 5px 10px;
}

.host_info_cate span{
	position: relative;
	color: #ffffff;
	z-index: 1;
}

.host_info_cate:after{
	content: '';
	position: absolute;
	z-index: 0;;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	background-color: #094409;
	clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}

.host_info_name{
	float: left;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #0b4e37;
}

.host_info_title{
	float: left;
	width: 100%;
		font-size: 16px;
	color: #000000;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
	border-bottom: #0b4e37 1px solid;
	margin-bottom: 5px;
}

.host_info_des{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
		font-size: 14px;
	color: #000000;
line-height: 1.7;
margin-top: 10px;
}

.host_list_title{
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #003779;
}

.host_exp_wrap{
	float: left;
	width: 50%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
}
.host_exp_list{
	float: left;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 10px;
}

.host_exp_list li{
	list-style-type: disc;
	font-size: 14px;
	color: #000000;
	list-style-position: outside;
	margin-top: 5px;
}


.min_arrow_left{
	position: absolute;
	width: 30px;
	left: -30px;
	top:50%;
	margin-top: -15px;
	cursor: pointer;
}

.min_arrow_right{
	position: absolute;
	width: 30px;
	right: -30px;
	top:50%;
	margin-top: -15px;
	cursor: pointer;
}


.form_description{
	display: inline-block;
	width: 900px;
	font-size: 18px;
	color: #383838;
	text-align: left;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    line-height: 28px;
    background: #ccf3e2;
    margin-bottom: 20px;
}


.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: #383838;
	vertical-align: middle;
	text-align: left;
}
.form_item .title span{
	color: #383838;
}

.form_item .input{
	color: #383838;
}

.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 15px 10px 15px;
    text-align: left;
}

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

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

.form_item_full label{
	display: inline-block;
	    margin: 10px 25px 10px 0;
	    cursor: default;
	    font-size: 100%;
	        display: inline-block;
    vertical-align: middle;
    color: #383838 !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: #383838;
  opacity: 1; /* Firefox */
}

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

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

.input_select{
	  display: inline-block;
	  position: relative;
  width: 100%;
  height: 45px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
 border: #383838 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: #383838;
}

.input_select select:focus{
	outline: none;
}

.input_select select option{
  color: black;
}




.single_line{
  display: inline-block;
  width: 100%;
  height: 45px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
 border: #383838 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: #383838;
}


 .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: #383838;
  	letter-spacing: 1px;
 } 

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

.res_des{
	display: inline-block;
	width: 865px;
	text-align: left;
	font-size: 20px;
	line-height: 40px;
	color: #484242;
	margin-bottom: 50px;
}


.checkbox_item{
	float: left;
	min-height: 140px;
	text-align: left;
	width: 25%;
	margin-top: 10px;
	position: relative;
}

.checkbox_item label{
		display: inline-block;
		width: 100%;
	vertical-align: top;
    font-size: 16px;
    color: #474343;
    word-break: break-all;
      -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 35px;
}
.checkbox_item label a{
	display: block;
	font-size: 14px;
    color: #d4b24a;
    text-decoration: underline;
}

.checkbox_item input{
	position: absolute;
	top: 10px;
	left: -25px;
}

.checkbox_label{
		float: left;
	text-align: left;
	margin-top: 10px;
	position: relative;
	display: inline-block;
		vertical-align: middle;
}

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

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

.form_item_btn{
	display: inline-block;
	          -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 20px 5px 20px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
    color: #d4b24a;
    border: #d4b24a 1px solid;
}

.form_item_btn:hover, .form_item_btn.current {
    color: #ffffff;
    background: #d4b24a;
  -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;
}

.form_item_group{
	display: none;
}
.form_item_group.show{
	display: inline-block;
}

.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/#ab7326+1,ce982a+23,e9c05d+50,ce982a+77,ab7326+100 */
background: #ab7326; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ab7326 1%, #ce982a 23%, #e9c05d 50%, #ce982a 77%, #ab7326 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ab7326 1%,#ce982a 23%,#e9c05d 50%,#ce982a 77%,#ab7326 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ab7326 1%,#ce982a 23%,#e9c05d 50%,#ce982a 77%,#ab7326 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab7326', endColorstr='#ab7326',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: #383838;
	letter-spacing: 1px;
	margin-left:10px; 
}

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






.field-content.full{
	display: inline-block;
	width: 100%;
	text-align: center;
    background: none; 
    text-align: left;
    font-size: 14px;
    color: #383838;
    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: #383838;
	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: center;
}




.sponBox.full{
	width: 100%;
	margin: 20px 0px 20px 0px;
}

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

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

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


.spon_p{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #0000000;
	margin: 10px;
}

.spon1{
	height: 30px;
}

.spon2{
	height: 30px;
}

.spon3{
	height: 30px;
}

.spon4{
	height: 30px;
	margin: 10px;
}


.sponBox .warning{
	display: inline-block;
	width: 100%;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

.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:#1e1f1f 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: #1e1f1f;
    background: #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: #1e1f1f;
	border-top:#1e1f1f 1px solid;
}



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

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

.logo{
	float: left;
	width: 200px;
	position: relative;
	z-index: 2;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

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


#NAV{
	float: left;
	position: fixed;
	z-index: 12;
	width: 100%;
	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: #091c1b;
	text-align: center;
	right: 0px;
	top: -100%;
	overflow-y: scroll;
}


#NAV.reveal{
	top:0px;
	}	

nav{
	display: inline-block;
	margin-top: 40px;
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	z-index: 1;
}

nav div {
	display: inline-block;
	outline: none;
	width: 100%;
	cursor: pointer;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px;
    text-align: center;
	 font-size: 18px;
  color: #ffffff;
}




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



.f_circle .ct h2{
		display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 70px;
	color: #ffffff;
}
.f_circle .ct h2 span{
	font-size: 30px;
}

.f_circle .ct p{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 54px;
	right:0px;
	top:0px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.f_circle .ct p.left{
	position: relative;
	width: 100%;
	height: 54px;
	left: 0px;
	top:0px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}


.f_circle .ct p span{
	display: block;
	border-bottom:none;
	    	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0px;
    color: #ffffff;
    margin-bottom: 0px;
}


}

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




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




.form_description{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #383838;
	text-align: left;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    line-height: 28px;
    background: #ccf3e2;
    margin-bottom: 20px;
}

.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: #383838;
	vertical-align: middle;
	text-align: left;
}

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

.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: 0px;
    text-align: left;
}



.warning{
	display: inline-block;
	width: 100%;
	margin-top: 50px;
		 font-size:20px;
	color: #383838;
	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: #1e1f1f;
	border-top:#1e1f1f 1px solid;
}


.res_des{
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 20px;
	line-height: 40px;
	color: #484242;
	margin-bottom: 50px;
}


}




@media screen and (max-width: 680px) {
.sec1_right_btn{
	position: absolute;
	right: 20px;
	z-index: 10;
	cursor: pointer;
	top: 50%;
	width: 45px;
	margin-top: -24px;
	display: block;
}

.sec1_left_btn{
	position: absolute;
	left: 20px;
	z-index: 10;
	cursor: pointer;
	top: 50%;
	width: 45px;
	margin-top: -24px;
	display: block;
}

.agenda_table{
	float: left;
	width: 100%;
	display: block;
	margin-top: 15px;
	text-align: left;
}
.agenda_table .tb_time{
	display: inline-block;
	position: relative;
	width: 164px;
}

.tb_time_title{
	float: left;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.tb_time_title span{
	float: left;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
	vertical-align: top;
	font-size: 24px;
	font-weight: bold;
	color: #0b0b0b;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tb_time_title:after{
	content: '';
	position: absolute;
	z-index: 0;;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	background-color: #e6b613;
	clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}

.agenda_table .tb_topic{
	display: block;
	float: left;
	width: 100%;
	vertical-align: top;
		font-size: 20px;
	font-weight: bold;
	color: #0b0b0b;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    text-align: left;
    position: relative;
    z-index: 0;
}

.tb_topic_title{
	float: left;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: left;
	margin-left: 0px;
}


.tb_topic_title span{
	float: left;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: left;
	vertical-align: top;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}

.tb_topic_title:after{
	content: '';
	position: absolute;
	z-index: 0;;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	background-color: #656565;
	clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
}



.agenda_table .tb_host{
	float: left;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: left;
	margin-left: 0px;
	vertical-align: top;
	font-size: 20px;
	font-weight: normal;
	color: #0b4e37;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 5px;
}


.agenda_table .tb_host ul li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	font-size: 20px;
	font-weight: normal;
	color: #0b4e37;
}






.goTop{
	position:fixed;
	z-index: 99;
	width:30px;
	height:30px;
  bottom:30px;
  right:10px;
	}






.pc_show{
	display: none;
}




.circle_feature{
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-top: 0px;
	margin-bottom: 0px;
}

.f_circle{
	position: relative;
	display: inline-table;
	width: 240px;
	height: 240px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
   	overflow: hidden;
    border-radius: 120px;
    text-align: center;
}


.fc1_bg{
	z-index: 1;
	left: 0px;
	top:0px;
	margin-left: 0px;
	margin-top: 0px;
/*	background-image: url('../images/roll1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
}

.fc2_bg{
	z-index: 2;
	left: 0px;
	top:0px;
	margin-left: 0px;
	margin-top: 0px;
/*	background-image: url('../images/roll2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
}

.fc3_bg{
	z-index: 4;
	left: 0px;
	top:0px;
	margin-left: 0px;
	margin-top: 0px;
/*	background-image: url('../images/roll3.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
}

.fc4_bg{
	z-index: 5;
	left: 0px;
	top:0px;
	margin-left: 0px;
	margin-top: 0px;
/*	background-image: url('../images/roll4.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
}


.earth_line {
	display: none;
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: 0;
    top:50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
}



.earth {
	display: none;
    position: relative;
    width: 300px;
    height: 300px;
    z-index: 3;
    border: 3px solid var(--green-light);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 150px;
    background-color: #f3e7d0;
    background-image: url(../images/video_map.png);
    background-size: auto 100%;
    background-size: auto 100%;
    animation: earth 7s linear infinite;
}



.host_info_cate{
	position: absolute;
	top:10px;
	left: inherit;
	right: 50px;
	color: #ffffff;
	background: none;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px 5px 10px;
}




.host_info_cate:after{
	content: '';
	position: absolute;
	z-index: 0;;
	width: 100%;
	height: 100%;
	left:0px;
	right: 0px;
	background-color: #094409;
	clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}



}


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


.feature_item{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}



#info_box_scrol_content{
	float: left;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

#KV{
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
	height: 500px;
	text-align: center;
	overflow: visible;
}



.host_exp_wrap{
	float: left;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
}





.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: #1e1f1f; 
	margin-bottom: 10px;
}

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

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












.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{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
}

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


.agenda_title{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 39px;
	color: #0b4e37;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 40px;
}



.agenda_title span{
	font-size: 36px;
	line-height: 1.4;
	color: #0b4e37;
	font-weight: bold !important;
}



.agenda_info{
	display: inline-block;
	width: 100%;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25px;
}
.agenda_info li{
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}
.agenda_info li .icon{
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	margin-right: 0px;
	margin-bottom: 5px;
}
.agenda_info li span{
	display: inline-block;
	font-size: 22px;
	color: #565857;
	vertical-align: middle;
}

.checkbox_item{
	float: left;
	width: 100%;
	min-height: auto;
	text-align: left;
	margin-left: 0px;
	margin-top: 10px;
				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

.checkbox_item input{
	position: absolute;
	top: 10px;
	left: 0px;
}


.form_item_group{
	display: none;
}
.form_item_group.show{
	display: inline-block;
}

.unit_group{
	position: relative;
	float: left;
	z-index: 1;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d09d3f+0,d09d3f+50,7c3d26+100 */
background: #d09d3f; /* Old browsers */
background: -moz-linear-gradient(top,  #d09d3f 0%, #d09d3f 50%, #7c3d26 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d09d3f 0%,#d09d3f 50%,#7c3d26 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d09d3f 0%,#d09d3f 50%,#7c3d26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d09d3f', endColorstr='#7c3d26',GradientType=0 ); /* IE6-9 */

}

.unit_item{
	display: inline-table;
	vertical-align: top;
	margin-right: 20px;
	height: 43px;
}
.unit_item:last-child{
	margin-right: 0px;
}

.unit_item .unit_item_body{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	text-align: left;
}

.unit_item .unit_item_title{
	display: inline-block;
	vertical-align: top;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
    text-align: left;
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 5px;
}

.unit_item .unit_item_body .unit1{
	display: inline-block;
	height:18px;
}
.unit_item .unit_item_body .unit2{
	display: inline-block;
	height: auto;
	width: 100%;
}

.custom_top{
	margin-top: 100px;
}


.mb_show{
	display: block;
}


.quick_link{
	width: 70px;
	height: 70px;
	font-size: 16px;
}

.quick_link.two{
	top:55%;
	font-size: 16px;
}



}






