@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;
  background: #033763;
}




#host_info_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  display: none;
}

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


#host_info_box.show {
  display: table;
}


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

.host_info_item {
  display: inline-table;
  width: 800px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px;
}

.host_info_scroll {
  float: left;
  width: 100%;
  max-height: 500px;
  overflow-y: scroll;
}

.close_box {
  position: absolute;
  z-index: 5;
  width: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.host_info_item .box_head {
  display: table-cell;
  vertical-align: top;
  width: 200px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.host_info_item .box_head img {
  width: 100%;
}


.host_info_item .box_body {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}




.box_name {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  position: relative;
  z-index: 1;
}


.box_title {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 24px;
  color: #000000;
  font-weight: normal;
  position: relative;
  z-index: 1;
}


.box_intro {
  float: left;
  width: 100%;
  text-align: justify;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
  margin-top: 20px;
}

.box_intro span {
  display: inline-block;
  background-color: #A5C3FF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
  font-weight: bold;
  border-radius: 15px;
  line-height: 30px;
  color: #18437A;
  margin-top: 20px;
}






/* 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: 13;
  width: 48px;
  height: 48px;
  display: none;
  bottom: 360px;
  right: 20px;
}

.goTop:hover {
  opacity: 0.8;
}

.goTop img {
  width: 100%;
}


.q_link {
  position: fixed;
  width: 48px;
  right: 20px;
  bottom: 200px;
  cursor: pointer;
  z-index: 9;
}

.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;
  right: 0px;
}





#HEADER {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 14;
}



#logo {
  position: fixed;
  z-index: 11;
  left: 20px;
  top: 10px;
  width: 200px;
}

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


.kv_slogan {
  position: relative;
  z-index: 1;
  width: 658px;
  margin-left: 30%;
}





.kv_img {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 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: #ffffff;
}

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


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

#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: left;
  width: 100%;
  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;
  padding-right: 30px;
}



nav {
  display: inline-block;
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 1;
}

nav div {
  display: inline-block;
  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: 18px;
  color: #ffffff;
  z-index: 1;
}

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

nav div:hover span {
  color: #121D39;
  -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: #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;
}





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

.sec.first {
  padding-top: 150px;
}


.sec1_glow {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(1, 35, 72, 0) 0%, #012348 100%);
  transform: rotate(-180deg);
  top: 0px;
  left: 0px;
}

.sec1_glow2 {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(44, 187, 255, 0.3) 0%, rgba(44, 187, 255, 0) 100%);
  mix-blend-mode: lighten;
  top: 0px;
  left: 0px;
}




.sec1_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 10%;
  background-image: url('../images/sec1_bg.png');
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}

.sec2_light {
  position: absolute;
  z-index: 1;
  width: 320px;
  right: 30px;
  top: 0px;
}


.sec2_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 10%;
  background-image: url('../images/sec2_bg.png');
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}

.sec3_glow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(44, 187, 255, 0.7) 0%, rgba(44, 187, 255, 0) 100%);
  mix-blend-mode: lighten;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.sec3_left {
  position: absolute;
  z-index: 1;
  height: 594px;
  left: 0px;
  top: 50%;
  margin-top: -297px;
}


.sec3_right {
  position: absolute;
  z-index: 1;
  height: 594px;
  right: 0px;
  top: 50%;
  margin-top: -297px;
}


.sec4_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 10%;
  background-image: url('../images/sec4_bg.png');
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
}


.sec5_light {
  position: absolute;
  z-index: 1;
  width: 364px;
  right: 30px;
  top: 0px;
}



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

.intro_wrap {
  display: inline-table;
  width: 100%;
  position: relative;
  z-index: 3;
}

.intro_title {
  display: table-cell;
  vertical-align: middle;
  width: 96px;
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
}

.intro_txt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-right: 50px;
}


.intro1 {
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #E2BD87;
  line-height: 1.7;
}

.intro2 {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1.7;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}



.sec_title {
  float: left;
  width: 96px;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.2;
  position: relative;
}


.sec_title span {
  position: absolute;
  left: 100px;
  top: 0px;
  font-size: 26px;
  color: #2CBBFF;
}




.album_slider_wrap {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}







.host {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px;
}


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



.host_info {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.host_title {
  display: inline-block;
  width: 100%;
  height: 78px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
}

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


.host_btn {
  display: inline-block;
  width: 186px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  font-size: 18px;
  color: #424242;
  background-color: #2CBBFF;
  cursor: pointer;
}

.host_btn:hover {
  color: #ffffff;
  background-color: #18437A;
  -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;
}


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

.agenda_item {
  display: inline-block;
  vertical-align: top;
  margin: 20px;
}

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

.agenda_item p {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #ffffff;
  text-align: left;
}

.agenda_item p span {
  font-size: 16px;
}





.agenda_content {
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
  background-color: #ffffff;
  padding: 30px 50px;
  margin-top: 20px;
}

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



.agenda_tr {
  width: 100%;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0px 20px 0px;
  position: relative;
  border-bottom: #DCDCDC 1px solid;
  z-index: 0;
}

.agenda_tr:last-child {
  border-bottom: none;
}



.agenda_tr .agenda-td {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  font-size: 18px;
  color: #424242;
}

.agenda_tr .agenda-td:first-child {
  width: 200px;
}



.agenda_tr .agenda-td:nth-child(2) {
  font-size: 22px;
  color: #424242;
  line-height: 32px;
  padding-left: 30px;
}

.agenda_tr .agenda-td:nth-child(2) span {
  font-size: 24px;
  color: #2CBBFF;
  font-weight: bold;
}








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


.form_item {
  display: inline-table;
  width: 560px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}


.form_item .title {
  display: table-cell;
  width: 160px;
  font-size: 18px;
  color: #2CBBFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 50px;
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
}


.form_item .title span {
  font-size: 12px;
  color: #ffffff;
  margin-left: 10px;
  font-weight: normal;
}

.form_item .input {
  display: table-cell;
  position: relative;
  border-radius: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
}



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


.error-message {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 12px;
}



.single_line {
  position: relative;
  width: 100%;
  height: 48px;
  border: none;
  background: none;
  font-size: 18px;
  color: #000;
}


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


.checkbox_item {
  float: left;
  text-align: left;
  position: relative;
  margin: 10px;
}

.checkbox_item input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.checkbox_item label {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  vertical-align: middle;
}



.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;
  background-color: #2CBBFF;
  color: #424242;
  -webkit-border-radius: 23px;
  -moz-border-radius: 32px;
  border-radius: 23px;
  margin-right: 20px;
  font-size: 16px;
}



.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: 640px;
  margin-bottom: 15px;
  margin-top: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 50px;
}

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





.traffic_body {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.traffic_loc {
  display: inline-table;
  width: 100%;
  margin-bottom: 40px;
}





/* .traffic_des{
	display: table-cell;
	vertical-align: top;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    text-align: left;
}


.traffic_title{
	font-size: 24px;
	font-weight: bold;
	color: #A5C3FF;
	margin-bottom: 10px;
}


.traffic_txt{
	font-size: 16x;
	color: #424242;
	line-height: 32px;
}

.traffic_txt span{
	display: inline-block;
	font-size: 16px;
	height: 30px;
	border-radius: 15px;
	color: #18437A;
	background-color: #A5C3FF;
	font-weight: bold;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
} */




.map_wrap {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 0px;
  margin-bottom: 60px;
  border-radius: 16px;
  overflow: hidden;
}

.map-responsive {
  overflow: hidden;
  position: relative;
  height: 400px;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}


.traffic_item_wrap {
  float: left;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0px;
}


.traffic_item {
  display: inline-table;
  width: 100%;
  margin-bottom: 40px;
}


.traffic_item:last-child {
  margin-bottom: 0px;
}


.traffic_icon {
  display: table-cell;
  width: 48px;
  vertical-align: top;
}

.traffic_icon img {
  width: 100%;
}



.traffic_des {
  display: table-cell;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-top: 5px;
  text-align: left;
}


.traffic_title {
  font-size: 24px;
  font-weight: bold;
  color: #2CBBFF;
  margin-bottom: 10px;
}

.traffic_title span {
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
}


.traffic_txt {
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
}





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





.copyright {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #313233;
}





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




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









}

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




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

  #NAV {
    position: fixed;
    float: left;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0px;
    z-index: 14;
    -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;
    background: radial-gradient(79.16% 73.12% at 69.66% 51.02%, #0082AC 0%, #00759F 6%, #00567E 23%, #003E65 41%, #002D53 59%, #002348 78%, #002045 100%)
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    padding-right: 0px;
  }


  #NAV.reveal {
    top: 0%;
  }


  nav {
    display: inline-block;
    width: 100%;
    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;
  }


  #logo {
    position: fixed;
    z-index: 11;
    left: 20px;
    top: 10px;
    width: 140px;
  }


  .kv_slogan {
    position: relative;
    z-index: 1;
    width: 90%;
    margin-left: 0%;
  }



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

  .intro_title {
    display: inline-block;
    vertical-align: middle;
    width: 96px;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
  }

  .intro_txt {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    padding-right: 0px;
  }


  .intro1 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #E2BD87;
    line-height: 1.7;
  }

  .intro2 {
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1.7;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .intro2 .break_line {
    display: none;
  }

  .sec1_bg {
    position: absolute;
    z-index: 1;
    width: 1200px;
    height: 100%;
    left: 50%;
    top: 10%;
    margin-left: -600px;
    background-image: url('../images/sec1_bg.png');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .sec2_light {
    position: absolute;
    z-index: 1;
    width: 200px;
    right: 0px;
    top: 40px;
    opacity: .3;
  }



  .sec2_bg {
    position: absolute;
    z-index: 1;
    width: 1200px;
    height: 100%;
    left: 50px;
    top: 10%;
    margin-left: -600px;
    background-image: url('../images/sec2_bg.png');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .sec5_light {
    position: absolute;
    z-index: 1;
    width: 200px;
    right: 0px;
    top: 40px;
    opacity: .3;
  }






  .agenda_content {
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 32px;
    background-color: #ffffff;
    padding: 20px 20px;
    margin-top: 20px;
  }



  .agenda_tr {
    width: 100%;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0px 20px 0px;
    position: relative;
    border-bottom: #DCDCDC 1px solid;
    z-index: 0;
  }


  .agenda_tr .agenda-td {
    display: inline-block;
    width: 100%;
    text-align: left;
    vertical-align: top;
    font-size: 18px;
    color: #424242;
  }

  .agenda_tr .agenda-td:first-child {
    width: 100%;
  }



  .agenda_tr .agenda-td:nth-child(2) {
    font-size: 22px;
    color: #424242;
    line-height: 32px;
    padding-left: 0px;
  }

  .agenda_tr .agenda-td:nth-child(2) span {
    font-size: 24px;
    color: #2CBBFF;
    font-weight: bold;
  }








  .host_info_item {
    display: inline-table;
    width: 90%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }



  .form_item {
    display: inline-block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
  }


  .form_item .title {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #2CBBFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
  }



  .form_item .input {
    display: inline-block;
    margin-top: 5px;
    width: 100%;
    height: 48px;
    position: relative;
    border-radius: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
  }



  .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;
    margin-top: 50px;
  }


}




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



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

  .kv_slogan {
    position: relative;
    z-index: 1;
    width: 98%;
    margin-left: 0%;
    margin-bottom: 20%;
  }





  .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: 50px 20px 50px 20px;
  }

  .sec.first {
    padding-top: 100px;
  }







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


  .q_link {
    position: fixed;
    width: 30px;
    right: 15px;
    bottom: 100px;
    cursor: pointer;
    z-index: 4;
  }


  .host_info_item {
    display: inline-block;
    width: 90%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    padding: 20px;
  }

  .host_info_scroll {
    float: left;
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
  }

  .close_box {
    position: absolute;
    z-index: 5;
    width: 30px;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

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

  .host_info_item .box_head img {
    width: 100px;
  }


  .host_info_item .box_body {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    position: relative;
    z-index: 1;
  }




  .box_name {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }


  .box_title {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    position: relative;
    z-index: 1;
  }


  .agenda_address {
    display: inline-block;
    width: 100%;
    text-align: left;
  }

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

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

  .agenda_item p {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    text-align: left;
  }

  .agenda_item p span {
    font-size: 16px;
  }


  .agenda_tr .agenda-td:nth-child(2) {
    font-size: 18px;
    color: #424242;
    line-height: 32px;
    padding-left: 0px;
  }

  .agenda_tr .agenda-td:nth-child(2) span {
    font-size: 22px;
    color: #2CBBFF;
    font-weight: bold;
  }



}


/**live film**/
.live_CONTENT {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: .5s;
  /* display: none; */
  /* opacity: 0; */
  display: none;
  opacity: 1;
}

.live_black_bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  /* IE 5-7 */
  -moz-opacity: 0.8;
  opacity: 0.8;
  top: 0px;
  left: 0px;
}


.live_wrap {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  /* width: 900px; */
  /* margin-top: 70px; */
  width: 800px;
}

.live_film_item {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.live_film_item .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.live_film_item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.live_film_close {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  right: 0px;
  top: -50px;
}

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

.live_film_close img {
  width: 30px;
  height: 30px;
}

.live_film_text {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -50px;
  color: #fff;
  line-height: 30px;
}