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

	}


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


	/* 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:59px;
	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 59px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-30px 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%;
	}


.q_link{
	position: fixed;
	width: 48px;
	right: 20px;
	bottom: 30%;
	cursor: pointer;
	z-index: 10;
}

.q_link:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50); 
	-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;
}






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

#HEADER.reveal{
	background-color: #ffffff;
}


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


#KV{
	position: relative;
	z-index: 3;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center; 
	width: 100%;
	overflow: hidden;
}


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






.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: #012c6c;
}

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


#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: 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:20px;
	position: relative;
}


nav div span{
	position: relative;
	 font-size: 16px;
 	 color: #012c6c;
	 z-index: 1;
}

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

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 {
	height: 100%;
	background-color: #012c6c;
	-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;
}


.white_bg{
	background-image: url('../images/white_bg.png');
	background-size: cover;
}

.green_bg{
	background-image: url('../images/green_bg.png');
	background-size: cover;
}








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



.intro_txt{
	display: inline-block;
	width: 900px;
	margin-top: 50px;
	font-size: 20px;
	color: #3c5690;
	line-height: 1.7;
	text-align:left; 
}


.intro_txt span{
	font-size: 40px;
	font-weight: bold;
}


.sec_title{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
	font-size: 40px;
	color: #3c5690;
	text-align: left;
	position: relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 32px;
}

.sec_title:after{
	position: absolute;
	content: '';
	width: 160px;
	height: 30px;
	left: 0px;
	bottom:0px;
	background-image: -moz-linear-gradient( -10deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgb(223,178,83) 48%, rgb(227,181,84) 49%, rgb(82,25,130) 100%);
	background-image: -webkit-linear-gradient( -10deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgb(223,178,83) 48%, rgb(227,181,84) 49%, rgb(82,25,130) 100%);
	background-image: -ms-linear-gradient( -10deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgb(223,178,83) 48%, rgb(227,181,84) 49%, rgb(82,25,130) 100%);
}



.sec_title.white{
	color: #ffffff;
}

.sec_title.white:after{
	position: absolute;
	content: '';
	width: 160px;
	height: 30px;
	left: 0px;
	bottom:0px;
	background-image: -moz-linear-gradient( -10deg, rgb(255,255,255) 0%, rgb(243,216,161) 100%);
	background-image: -webkit-linear-gradient( -10deg, rgb(255,255,255) 0%, rgb(243,216,161) 100%);
	background-image: -ms-linear-gradient( -10deg, rgb(255,255,255) 0%, rgb(243,216,16) 100%);
}





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

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

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

.host_slider_wrap{
	display: inline-block;
	width: 1000px;
}

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


.host_slider_item{
	float: left;
	width: 100%;
	position: relative;
	cursor: pointer;
}
.host_slider_item .cover{
	position: relative;
	z-index: 0;
	float: left;
	width: 100%;
}

.host_slider_item .intro{
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 0px;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 20px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.host_slider_item .intro span{
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
}


.host_clr_box_wrap{
	position: fixed;
	z-index: 11;
	width: 100%;
	height: 100%;
	display: none;
}

.host_clr_box_wrap.show{ 
	display: table;
}

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

.host_clr_box_wrap .ct{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}


.host_clr_item{
	display: inline-block;
	width: 600px;
	background-color: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 30px;
	position: relative;
	z-index: 1;
}


.host_clr_item .close{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 1;
}

.host_clr_item .title{
	float: left;
	width: 100%;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 10px;
	font-size: 20px;
	color: #012c6c;
	border-bottom: #012c6c 1px solid;
}
.host_clr_item .des{
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	font-size: 18px;
	color: #252525;
}




.address{
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.address img{
	display: inline-block;
	width: 460px;	
}

.address_left{
	font-size: 42px;
	color: #3c5690;
	float: left;
	letter-spacing: 2px;
	font-weight: bold;
}
.address_left span{
	font-weight: normal;
}


.address_right{
	float:right;
	font-size: 28px;
	color: #3c5690;
	letter-spacing: 20;
	text-align: left;
}
.address_right span{
	font-size: 20px;
}
.time_top{
	display: block;
	margin-top: 10px;
}  

.address.white .address_left{
	color: #ffffff;
}
.address.white .address_right{
	color: #ffffff;
}


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

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

.agenda_tr{
	width: 100%;
	display: inline-table;
	border-top: #012c6c 1px solid;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-top: 10px;
}

.agenda_tr .agenda-td{
	display: table-cell;
	width: 60%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 20px;
	font-weight: bold;
	color: #3c5690;
}


.agenda_tr .agenda-td:last-child{
	font-size: 20px;
	color: #3c5690;
	font-weight: normal;
}




.form_wrap{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}


.form_item{
	float: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
	width: 100%;
	display: table;
}


.form_item .title{
	display: table-cell;
	width: 150px;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 60px;
	color: #ffffff;
	vertical-align: middle;
	margin-bottom: 5px;
	text-align: left;
	position: relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 10px;
}

.form_item .title:after{
	position: absolute;
	content: '*';
	left: 0px;
	font-size: 16px;
	top:0px;
	color: red;
	z-index: 1;
}

.form_item .title.none:after{
	position: absolute;
	content: '';
	left: 0px;
	font-size: 16px;
	top:0px;
	color: red;
	z-index: 1;
}

.form_item .input{
	display: table-cell;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 0px;
	position: relative;
	border-radius: 10px;
	border: #333333 1px solid;
	background-color: #ffffff;
}
.form_item .input2{
	display: table-cell;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 0px;
	position: relative;
	border-radius: 30px;
}


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

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

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

.input_select{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 60px;
	position: relative;
  border-radius: 10px;
  border: #333333 1px solid;
  background-color: #ffffff;
 font-size: 14px;
/* 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: 98%;
	height: 100%;
	left: 0%;
	border: none;
	background: none;
	color: #333333;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}

.input_select select:focus{
	outline: none;
}

.input_select select option{
  color: #333333;
}




.single_line{
  float: left;
  width: 100%;
  height: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
 border: none;
 background:none;
 font-size: 14px;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 padding-left: 30px;
 padding-right: 30px;
 color: #868e62;
}




.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: 250px;
	height: 50px;
	border: none;
background: #e9be58;	
border-radius: 25px;
cursor: pointer;
font-size: 20px;
color: #ffffff;
}



  
.submit:hover{
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); 
  -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: 100%;
	margin-bottom: 15px;
	margin-top: 30px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.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%;
	text-align: center;
    background: none; 
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 10px;
}

.field_note{
	font-weight: bold;
	text-align: center;
	 font-size: 16px;
	color: #ff4c4c;
}

.field_note2{
	display: inline-block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	 font-size: 16px;
	color: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	background-color: rgb(169, 169, 2);
	text-align: left;
}






.map_wrap{
	float: left;
	width: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 30px;
}

.map-responsive{
    overflow:hidden;
    position:relative;
    height:450px;
}
.map-responsive iframe{
    left:0;
    top:0;
    width:100%;
    position:absolute;
}


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

.film_btn{
	display: inline-block;
	width: 800px;
}

.film_btn img{
	width: 100%;
}


.film_article{
	display: inline-table;
	width: 800px;
	margin-top: 30px;
}

.film_article .cover{
	display: table-cell;
	width: 400px;
	vertical-align: middle;
}

.film_article .cover img{
	width: 100%;
}

.film_article .des{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 50px;
}

.film_article .des h2{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 10px;
	border-bottom: #3c5690 1px solid;
	font-size: 20px;
	color: #3c5690;
}

.film_article .des p{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #3b3b3b;
	margin-top: 10px;
}

.film_article .des a{
	float: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 5px 20px;
	background-color: #012c6c;
	font-size: 18px;
	color: #ffffff;
	margin-top: 10px;
}

.film_article .des a:hover{
	opacity: .3;
	-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;
}


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


.spanBox{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 10px;
}	
.spanBox span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
}	
.spanBox .spon{
	display: inline-block;
	vertical-align: middle;
	height: 45px;
	margin: 5px;
}	

.spanBox .spon2{
	display: inline-block;
	vertical-align: middle;
	height: 60px;
	margin: 5px;
}	




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




.mb_show{
	display: none !important;
	width: 100%;
	font-size: 24px !important;
    font-weight: bold !important;
	color: #ffffff !important;
}



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

	

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


}

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

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


	.NAV_btn_wrap{
	display: block;
	position:fixed;
	width:60px;
	top:10px;
	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: #012c6c;
}

#NAV.reveal{
	top:0%;
}


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

nav div {
	float: none;
	width: 100%;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px;
	position: relative;
}



nav div span {
color: #ffffff;
}


.intro_txt{
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	font-size: 20px;
	color: #3c5690;
	line-height: 1.7;
	text-align:left; 
}




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

.host_right{
	position: absolute;
	right: 0px;
	top:50%;
	width: 28px;
	margin-top: -14px;
	cursor: pointer;
	z-index: 1;
}
.host_slider_wrap{
	display: inline-block;
	width: 90%;
}

.host_clr_item{
	display: inline-block;
	width: 96%;
	background-color: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 30px;
	position: relative;
	z-index: 1;
}


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



.agenda_tr{
	width: 100%;
	display: inline-block;
	border-top: #012c6c 1px solid;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-top: 10px;
}

.agenda_tr .agenda-td{
	display: inline-block;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px 0px 10px 0px;
	text-align: left;
	vertical-align: top;
	font-size: 20px;
	font-weight: bold;
	color: #3c5690;
}




.form_item{
	float: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
	width: 100%;
	display: block;
}


.form_item .title{
	display:inline-block;
	width: 100%;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 60px;
	color: #ffffff;
	vertical-align: middle;
	margin-bottom: 5px;
	text-align: left;
	position: relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 10px;
}

.form_item .title:after{
	position: absolute;
	content: '*';
	left: 0px;
	font-size: 16px;
	top:0px;
	color: red;
	z-index: 1;
}

.form_item .input{
	display:inline-block;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 0px;
	position: relative;
	border-radius: 10px;
	border: #333333 1px solid;
	background-color: #ffffff;
}
.form_item .input2{
	display:inline-block;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 0px;
	position: relative;
	border-radius: 30px;
}



.spanBox{
	display: inline-block;
	width: 100%;
	text-align: center;
}	
.spanBox span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #000000;
}	
.spanBox .spon{
	display: inline-block;
	vertical-align: middle;
	height: 45px;
	margin: 5px;
}	

.spanBox .spon2{
	display: inline-block;
	vertical-align: middle;
	height: 60px;
	margin: 5px;
}	


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




.film_article{
	display: inline-table;
	width: 100%;
	margin-top: 30px;
}

.film_article .cover{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}



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





}




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

	#KV{
		position: relative;
		z-index: 3;
		float: none;
		display: inline-block;
		justify-content: center;
		align-items: center; 
		text-align: center;
		width: 100%;
		height: 600px !important;
		overflow: hidden;
	}
	



.q_link{
	position: fixed;
	width: 40px;
	right: 10px;
	bottom: 130px;
	cursor: pointer;
	z-index: 10;
}



.address_left{
	font-size: 42px;
	color: #3c5690;
	float: left;
	width: 100%;
	letter-spacing: 1px;
	font-weight: bold;
}

.address_right{
	float:left;
	width: 100%;
	margin-top: 30px;
	font-size: 28px;
	color: #3c5690;
	letter-spacing: 20;
	text-align: left;
}




.mb_show{
	display: none;
}





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


}






