*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:link, *:visited, *:hover, *:active, *:focus , * {
  -o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
  -webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
  -moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
  transition: color .20s linear, background-color .20s linear, border-color .20s linear;
}

* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  vertical-align: bottom;
}

ol,ul,li {
  list-style-type: none;
}

body, html {
  height: 100%;
}

a {
  text-decoration: none;
}
u{ text-decoration: none;}

#loading {
  z-index: 99999;
  background: rgb(255, 255, 255);
  position: relative;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
}

#loading img {
  margin-top: 27%;
  width: 100px;
  height: 100px;
}

body {
  font-family: "Noto Sans TC","Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  background: url(../img/bg.png) repeat;
  overflow-x: hidden;
  -moz-transition: padding-top 0.5s ease;
  -o-transition: padding-top 0.5s ease;
  -webkit-transition: padding-top 0.5s ease;
  transition: padding-top 0.5s ease;
}

.all_wrap {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.kv {
  width: 100%;
  min-height: 800px;
  display: block;
  background: #FFF1D5 url(../img/kv_bg.png) 100% top no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  background-color: #FFF1D5;
  text-align: center;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tit_wrap {
  position: relative;
  width: 35%;
  height: 100%;
  left: 6%;
  padding-top: 3%;
  text-align: left;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: justify;
}

.logo {
  width: 100%;
}

.logo img {
  height: 40px;
  margin-bottom: 30px;
  display: inline-block;
}

.fb {
  background: #fff;
  color: #3b5998;
  font-size: 0.938rem;
  font-weight: 700;
  padding: 5px 15px 5px 20px;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  letter-spacing: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.fb a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  color: #3b5998;
}

.fb:hover {
  text-decoration: none;
  background-color: #3b5998;
  color: #fff;
}

.kv h2 {
  color: #585959;
  font-weight: 400;
  display: inline-block;
  font-size: 1.375rem;
  letter-spacing: 4px;
  margin-bottom: 30px;
}

.kv h1 {
  width: 550px;
}

.kv h1 img {
  width: 100%;
  margin-bottom: 5px;
}

.kv p {
  line-height: 30px;
  margin-bottom: 30px;
}
.kv .epaper_txt{
  color: #45943a;
  margin-bottom: 30px;
  line-height: 30px;
  font-weight: bold;
}

.btn_subscription {
  display: inline-block;
  background: #F08422;
  color: #FFF;
  text-align: center;
  padding: 13px 30px;
  font-size: 1.688rem;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
}
.btn_subscription:hover{
  text-decoration: none;
  background: #F08422;
  color: #fff;
}

.btn1 {
  display: inline-block;
  background: #666;
  color: #FFF;
  text-align: center;
  padding: 13px 30px;
  font-size: 1.688rem;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.btn1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}

.btn1:hover {
  text-decoration: none;
  background: #666;
  color: #fff;
}

.btn1 img {
  width: 35px;
  margin-left: 10px;
  vertical-align: middle;
}



.kv .bear {
  position: absolute;
  width: 161px;
  top: 595px;
  left: 50%;
  margin-left: -80.5px;
  z-index: 9;
}

.kv .bear img {
  width: 100%;
}

/* nav */
#roll {
  /* position: absolute; */
  top: 800px;
  height: 60px;
  line-height: 60px;
  z-index: 99;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
}

#roll a {
  color: #089dbe;
  display: inline-block;
  height: 60px;
  padding: 0 60px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
}

#roll a:hover {
  color: #fff;
}

#roll a span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: transparent transparent transparent transparent;
  position: relative;
  bottom: 11px;
  margin: auto;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#roll a:hover span {
  border-color: #00a5f2 transparent transparent transparent;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hvr-sweep-to-right {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00a5f2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.stit {
  background: #fff;
  color: #17adf3;
  padding: 5px 20px;
  font-size: 40px;
  text-align: center;
  font-weight: 100;
  letter-spacing: 7px;
  display: inline-block;
  margin-bottom: 40px;
}

#about {
  width: 100%;
  /* padding-top: 60px; */
  height: 80%;
  float: left;
  background: #d8e0ea;
  display: block;
  clear: both;
}

.s1-1 {
  background: url(../img/bg2.jpg) center right no-repeat;
  height: 100%;
  display: block;
  clear: both;
  width: 50%;
  padding: 60px 0;
  float: left;
  -moz-background-size: 50%;
  -webkit-background-size: 50%;
  -o-background-size: 50%;
  background-size: 50%;
}

.s1-1_wrap {
  width: 70%;
  float: right;
  padding: 50px 25% 50px 0;
}

.sp_wrap {
  width: 75%;
  float: left;
}

.sp_wrap li {
  float: left;
  width: 50%;
  font-size: 1.125rem;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  
}

.sp_wrap li img {
  width: 75px;
  margin-bottom: 3px;
}

.s1-2 {
  background: #feff91;
  width: 50%;
  height: 100%;
  padding: 60px 0;
  float: left;
}

.s1-2_wrap {
  width: 75%;
  float: left;
  padding: 50px;
}

.sp_wrap2 {
  width: 100%;
  float: left;
}

.sp_wrap2 li {
  float: left;
  width: 100%;
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 70px;
  letter-spacing: 2px;
}

.w1 {
  line-height: 33px;
  margin-top: 10px;
}

.w2 {
  font-size: 25px;
}

.sp_wrap2 li img {
  width: 80px;
  vertical-align: middle;
  float: left;
  margin-right: 10px;
}

#agenda {
  background: #ebe7e4 url(../img/bg3.jpg) bottom right no-repeat;
  width: 100%;
  padding: 100px 0;
  background-size: 50%;
  display: block;
  clear: both;
  text-align: center;
}

/* 表格 */
.rwd-table {
  overflow: hidden;
  width: 1170px;
  border-collapse: separate;
  margin: 0 auto;
  clear: both;
}
.boxcon{
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.rwd-table tr:nth-of-type(2n) {
  background: #e1dfd0;
}

.rwd-table tr {
  background: #ece7c0;
}

.rwd-table th, .rwd-table td {
  margin: 0.5em 1em;
}

.rwd-table th {
  display: none;
}

.rwd-table th:nth-of-type(2n) {
  width: 75%;
}

.rwd-table td {
  display: block;
}

.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

.rwd-table th, .rwd-table td {
  text-align: left;
}

.rwd-table th:nth-of-type(2n), .rwd-table td:nth-of-type(2n) {
  text-align: left;
}

.rwd-table th, .rwd-table td:before {
  color: #4d3111;
  font-weight: 400;
  background: #feff79;
  font-size: 1.5rem;
}

.rwd-table td:before {
  display: none;
}

.rwd-table th, .rwd-table td {
  display: table-cell;
  padding: 0.25em 0.5em;
}

.rwd-table th:first-child, .rwd-table td:first-child {
  padding-left: 0;
}

.rwd-table th:last-child, .rwd-table td:last-child {
  padding-right: 0;
}

.rwd-table th, .rwd-table td {
  padding: 1em !important;
}

.rwd-table p {
  color: #333;
  line-height: 30px;
}

.rwd-table span {
  font-size: 1.25rem;
  font-weight: 600;
  margin-left: 20px;
}

.td_tit {
  display: inline-block;
  background: #fff;
  text-align: left;
  letter-spacing: 3px;
  color: #967f00;
  font-size: 20px;
  padding: 3px 10px;
  font-weight: 500;
  margin-bottom: 10px;
}

.btn2 {
  display: inline-block;
  background: #F08422;
  color: #FFF;
  text-align: center;
  padding: 13px 30px;
  font-size: 1.688rem;
  margin-left: 24%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.btn2 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}

.btn2:hover {
  text-decoration: none;
  background: #fff;
  color: #F08422;
}

.btn2 img {
  width: 35px;
  margin-left: 10px;
  vertical-align: middle;
}

#speaker {
  background: url(../img/bg.png) repeat, url(../img/bg6.png) top left repeat-x;
  width: 100%;
  padding: 100px 0;
  float: left;
  background-color: #f7f4cd;
  text-align: center;
  display: block;
  clear: both;
}

.sp_wrap3 {
  width: 850px;
  margin: 0 auto;
  text-align: left;
}

.sp_wrap3 li {
  float: left;
  margin: 10px 0 40px 0;
}

.sp_wrap3 li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 134px;
  background: #f4eaa5;
  float: left;
}

.sp_wrap3_pic {
  display: block;
  float: left;
  width: 20%;
  margin-bottom: 20px;
}

.w3 {
  font-size: 1.25rem;
  color: #967f00;
  line-height: 36px;
  float: left;
  width: 80%;
  margin-bottom: 10px;
}

.w4 {
  color: #333;
  font-size: 1.125rem;
  line-height: 36px;
}

.line {
  width: 20%;
  height: 2px;
  background: #e1d897;
  border: 0;
  text-align: left;
}

#preview {
  width: 100%;
  float: left;
  background: #fff;
}

.p_wrap {
  background: url(../img/bg4.jpg) top center no-repeat;
  text-align: center;
  -moz-background-size: 100% 500px;
  background-size: 100% 500px;
  padding: 60px 0;
}

.sp_wrap4 {
  width: 850px;
  position: relative;
  left: 50%;
  margin-left: -400px;
  background: #fff;
  margin-top: 30px;
  z-index: 9;
}

.book {
  width: 318px;
  position: absolute;
  top: -30px;
  left: 0;
  text-align: left;
  visibility: hidden;
}

.book img {
  width: 100%;
}

.book h3 {
  color: #089dbe;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.book p {
  color: #333;
}


.list_wrap {
  display: block;
  width: 70%;
  min-height: 400px;
  float: right;
  padding: 30px 5% 30px 12%;
  background: #fff;
}

.list_wrap li {
  color: #333;
  list-style-type: decimal;
  text-align: left;
  line-height: 33px;
  border-bottom: 1px dotted #beb780;
  margin-bottom: 10px;
  font-size: 1.125rem;
}

.list_wrap li:last-child {
  border-bottom: none;
}

.list_wrap li a {
  color: #333;
}

.list_wrap li a:hover {
  color: #089dbe;
}

.list_wrap li img {
  width: 20px;
  margin-left: 10px;
  vertical-align: middle;
}

.sp_wrap5 {
  width: 100%;
  position: relative;
  bottom: -50px;
  text-align: center;
}

.btn3 {
  display: inline-block;
  background: #00b6d6;
  color: #FFF;
  text-align: center;
  padding: 13px 30px;
  font-size: 1.688rem;
  margin: 0 10px 60px 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.btn3 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}

.btn3:hover {
  text-decoration: none;
  background: #fff;
  border: 1px solid #089dbe;
  color: #00b6d6;
}

.btn3 img {
  width: 35px;
  margin-left: 10px;
  vertical-align: middle;
}

/* 2021å¹´ä»½çš„ */
#apply {
  background: #FFF1D5 ;
  width: 100%;
  padding: 100px 0 0 0;
  text-align: center;
  display: block;
  clear: both;
}

#apply .go_sign {
  display: block;
  margin: 0 auto;
  border: none;
  width: 100%;

}

#apply h4 {
  color: #EB8773;
  font-size: 20px;
  font-weight: normal;
  padding: 20px 10px;
}

#subscription {
  background: #D6EDED;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  display: block;
  clear: both;
}

#subscription .discount {
  color: #EB8773;
  font-size: 20px;
  line-height: 33px;
  
}

#subscription .discount .big {
  font-size: 35px;
}

#subscription ul {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

#subscription ul li {
  display: inline-block;
  color: #000;
}

#subscription ul li img {
  max-width: 150px;
  margin: 20px;
}

#publication {
  display: block;
  clear: both;
  background: #f8f2c7 url(../img/bg.png) repeat;
  width: 100%;
  padding: 100px 0;
  text-align: center;
}

#Precautions {
  background: #fff url(../img/bg.png) repeat;
  ;width: 100%;
  padding: 100px 0;
  text-align: center;
  display: block;
  clear: both;
}
#Precautions ol{ text-align: justify; font-size: 19px; }
#Precautions .note_title{font-weight: bold; font-size: 20px; text-align: left; line-height: 35px;}
#Precautions ol li{ line-height: 35px; list-style-type:decimal; margin-left: 30px; }
#Precautions ol li .red{ color: red;}

#partner {
  background: #f8f2c7 url(../img/bg.png) repeat;
  width: 100%;
  padding: 100px 0;
  float: left;
  text-align: center;
  position: relative;
}

.sp_wrap6 {
  width: 850px;
  margin: 0 auto;
  text-align: left;
}

.sp_wrap6 li {
  float: left;
  margin: 10px 0 40px 0;
}

.sp_wrap6 li img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 200px;
  background: #fff;
  border: 3px solid #e5dfbd;
  float: left;
  padding: 5px;
  margin-top: 8px;
}

.w5 {
  font-size: 1.25rem;
  color: #967f00;
  float: left;
  width: 74%;
  line-height: 36px;
}

.sp_wrap6_pic {
  display: block;
  float: left;
  width: 26%;
}

.bear2 {
  position: absolute;
  left: 0;
  visibility: hidden;
}

.bear2 img {
  width: 350px;
}

/* top */
#back-top {
  position: fixed;
  top: 360px;
  right: 19px;
  z-index: 9999;
  border: 2px solid #08b1d6;
  text-align: center;
  width: 80px;
  height: 80px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255,255,255,0.7);
  line-height: 20px;
  font-size: 1rem;
  color: #08b1d6;
  font-weight: normal;
  padding-top: 13px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  letter-spacing: 0;
}

#back-top a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  color: #08b1d6;
}

#back-top:hover {
  background-color: rgba(255,255,255,1);
}

#back-top span {
  font-size: 1.75rem;
  width: 100%;
  float: left;
}

.btn4 {
  position: fixed;
  font-weight: bold;
  right: 9px;
  top: 250px;
  color: #fff;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  z-index: 99;
  background-color: #F08422;
  letter-spacing: 0;
  border-radius: 50%;
  font-size: 1rem;
}

.btn4 a {
  display: block;
  line-height: 100px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.btn4:hover {
  text-decoration: none;
  background-color: #F08422;
}

.btn4 span {
  width: 100%;
  float: left;
}

.btn5 {
  font-weight: bold;
  right: 9px;
  top: 250px;
  color: #fff;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  z-index: 99;
  background-color: #F08422;
  letter-spacing: 0;
  border-radius: 50%;
  font-size: 1.3rem;
}


.btn_epeper {
  display: inline-block;
  background: #F08422;
  color: #FFF;
  text-align: center;
  padding: 13px 30px;
  font-size: 1.2rem;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.btn_epeper a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}

.btn_epeper:hover {
  text-decoration: none;
  background: #fff;
  color: #17adf3;
}




/* footer */
footer {
  width: 100%;
  background: #fff;
  padding: 50px 10px 10px 10px;
  text-align: center;
  display: inline-block;
  font-size: 0.813rem;
  color: #666;
  line-height: 26px;
  letter-spacing: 0;
}
footer .sponsor_title{ display: block;}

footer img {
  width: 175px;
  vertical-align: middle;
  margin: 0 8px;
}

footer ul {
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 20px;
}

footer li {
  width: 100%;
  margin-bottom: 20px;
  display: initial;
}

.m_kv {
  display: none;
}

.m_sh2 {
  display: none;
}

.dl-menuwrapper {
  display: none;
}

.hide {
  visibility: hidden;
}

/* animation */
.fadeIn {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

.slideRight {
  animation: slideRight 1s ease-in-out;
  -webkit-animation: slideRight 1s ease-in-out;
  visibility: visible !important;
}

@keyframes slideRight {
  0% {
      transform: translateX(-30%);
      opacity: 0;
  }

  100% {
      transform: translateX(0%);
      opacity: 1;
  }
}

@-webkit-keyframes slideRight {
  0% {
      -webkit-transform: translateX(-30%);
      opacity: 0;
  }

  100% {
      -webkit-transform: translateX(0%);
      opacity: 1;
  }
}

.floating {
  animation: floating 1s infinite;
  -webkit-animation: floating 1s infinite;
}

@keyframes floating {
  0% {
      transform: translateX(0%);
  }

  50% {
      transform: translateX(20%);
  }

  100% {
      transform: translateX(0%);
  }
}

@-webkit-keyframes floating {
  0% {
      -webkit-transform: translateX(0%);
  }

  50% {
      -webkit-transform: translateX(20%);
  }

  100% {
      -webkit-transform: translateX(0%);
  }
}
@media screen and (min-width: 1921px) {
  .all_wrap {
      width: 100%;
  }

  #roll {
      width: 100%;
  }

  .go_sign {
    width: 100%;
      height: 1045px;
  }

  #goapply {
      display: block;
  }
}
@media screen and (max-width: 1920px) {
  .all_wrap {
      width: 100%;
  }

  #roll {
      width: 100%;
  }

  .go_sign {
      width: 100%;
      height: 1045px;
  }

  #goapply {
      display: block;
  }
}

@media screen and (max-width: 1680px) {
  .kv {
      background: #FFF1D5 url(../img/kv_bg.png) right no-repeat;
      background-size: contain;
  }

  .rwd-table {
    width: 1170px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1440px) {
  .kv {
      background: #FFF1D5 url(../img/kv_bg.png) right bottom no-repeat;
      min-height: 700px;
      background-size: contain;
  }

  #roll {
      top: 700px;
  }

  .kv .bear {
      top: 530px;
  }

  .logo img {
      margin-bottom: 20px;
  }

  .fb {
      margin-left: 10px;
  }

  .kv h1 {
      width: 500px;
  }

  .kv h1 img {
      margin-bottom: 20px;
  }

  .kv h2 {
      font-size: 1.25rem;
  }

  .tit_wrap {
      width: 38%;
      left: 6%;
  }

  .s1-1 {
      height: auto;
      padding: 0;
  }

  .s1-2 {
      height: auto;
      padding: 0;
  }

  .s1-1_wrap {
      width: 100%;
      padding: 50px 0 50px 15%;
  }

  .s1-2_wrap {
      width: 100%;
  }

  .sp_wrap {
      width: 55%;
  }

  .bear2 img {
      width: 250px;
  }

  body {
      letter-spacing: 1px;
  }

  #about {
      height: auto;
  }

  .p_wrap {
      -moz-background-size: 100% 369px;
      background-size: 100% 369px;
  }
}

@media screen and (max-width: 1366px) {
  .kv {
      background: #FFF1D5 url(../img/kv_bg.png) right  bottom no-repeat;
      min-height: 600px;
      background-size: contain;
  }

  #roll {
      top: 600px;
  }

  .kv .bear {
      top: 440px;
  }

  .logo img {
      margin-bottom: 15px;
  }

  .kv h1 {
      width: auto;
  }

  .kv h1 img {
      margin-bottom: 10px;
  }

  .tit_wrap {
      width: 40%;
      left: 6%;
      padding-top: 20px;
  }

  .kv h2 {
      margin-bottom: 25px;
  }

  .kv p {
      line-height: 33px;
      margin-bottom: 20px;
  }

  .bear2 {
      top: 30%;
  }

  .bear2 img {
      width: 200px;
  }

  body {
      font-size: 1rem;
  }

  .w3, .w5 {
      line-height: 33px;
  }

  .w4 {
      font-size: 1rem;
      line-height: 33px;
  }

  #agenda {
      padding: 80px 0 60px 0;
  }

  #partner {
      padding: 80px 0 60px 0;
  }
}

@media screen and (max-width: 1280px) {
  .kv {
      background: #FFF1D5 url(../img/kv_bg.png) right bottom no-repeat;
      background-size: contain;
  }

  .kv h1 img {
      margin-bottom: 15px;
  }

  .tit_wrap {
      width: 40%;
      left: 6%;
      padding-top: 40px;
  }

  .bear2 img {
      width: 180px;
  }

  .p_wrap {
      -moz-background-size: 100% 328px;
      background-size: 100% 328px;
  }
}

@media screen and (max-width: 1024px) {
  .kv {
      display: block;
      background: #FFF1D5 url(../img/kv_bg.png) right bottom no-repeat;
      min-height: 780px;
      background-size: contain;
  }

  #roll {
      top: 650px;
  }

  .kv .bear {
      top: 490px;
  }

  .sp_wrap2 li {
      margin-bottom: 50px;
  }

  .day {
      margin-bottom: 20px;
  }

  .s1-1_wrap {
      width: 100%;
      padding: 50px 0 50px 10%;
  }

  .sp_wrap {
      width: 60%;
  }

  .rwd-table {
      width: 100%;
      padding-left: 5%;
  }

  .book {
      width: 280px;
  }

  .list_wrap {
      width: 100%;
      padding: 30px 3% 30px 44%;
      min-height: 350px;
  }

  .bear2 {
      display: none;
  }

  .sp_wrap3 {
      width: 70%;
  }

  .sp_wrap3_pic {
      width: 25%;
  }

  .w3 {
      width: 75%;
  }

  .sp_wrap4 {
      width: 70%;
      margin-left: 0;
      left: 0;
      margin: 30px auto 0 auto;
  }

  .sp_wrap6 {
      width: 70%;
  }

  footer ul {
      width: 70%;
  }

  .p_wrap {
      -moz-background-size: 100% 265px;
      background-size: 100% 265px;
  }

  .w5 {
      width: 72%;
  }

  .sp_wrap6_pic {
      width: 28%;
  }

  #speaker {
      padding: 100px 0 0 0;
  }
}

@media screen and (max-width: 1023px) {
  body {
      padding-top: 0;
  }

  #goapply {
      display: none;
  }

  /*#back-top { display: none; opacity: 0;}*/
  #back-top {
      position: fixed;
      top: auto;
      bottom: 100px;
      right: 10px;
      width: 60px;
      height: 60px;
      line-height: 10px;
      padding-top: 5px;
  }

  /* .btn4 {display: none;} */
  .kv {
      display: block;
      background: #FFF1D5 url(../img/m_kv.png) center bottom no-repeat;
      min-height: 780px;
      background-size: 100%;
  }
  
  .kv .tit_wrap {
    width: 90%;
    left: 6%;
    padding-top: 65px;
    text-align: center;
  }
  .kv .tit_wrap p{
    display: none;
  }
  .kv h1{
    max-width: 600px;
  }
  .kv .fb{display: none;}
  .kv .tit_wrap h1 img{width: 88vw;}

  #roll {
      display: none;
  }
  .row{
    padding-left: 15px;
    padding-right: 15px;
  }

 

  .m_kv img {
      width: 100%;
  }

  #about {
      padding-top: 30px;
      text-align: center;
  }

  .s1-1 {
      background: url(../img/bg.png) repeat;
      height: auto;
      width: 100%;
      padding: 0;
  }

  .s1-1_wrap {
      width: 100%;
      float: none;
      padding: 30px 0;
  }

  .sp_wrap {
      width: 30%;
      min-height: 300px;
      float: none;
      margin: 0 auto;
  }

  .s1-2 {
      background: #feff91;
      width: 100%;
      height: auto;
      padding: 30px 0 0 0;
  }

  .s1-2_wrap {
      width: 50%;
      padding: 30px 0;
      float: none;
      margin: 0 auto;
  }

  .sp_wrap2 {
      text-align: left;
  }

  #agenda {
      background: #ebe7e4 url();
      padding: 50px 0;
      text-align: center;
  }

  .rwd-table {
      width: 100%;
      padding: 0 5%;
      margin: 0 auto 10px auto;
      border-spacing: 0 10px;
      border-collapse: separate;
  }

  .btn2 {
      margin: 0 auto;
  }

  #speaker {
      padding: 50px 0;
  }

  .sp_wrap3 {
      width: 90%;
      padding: 0 5%;
  }

  .sp_wrap4 {
      width: 90%;
  }

  .sp_wrap6 {
      width: 90%;
      padding: 0 5%;
  }

  footer {
      min-height: 350px;
  }

  footer ul {
      width: 90%;
      padding: 0 5%;
  }

  .list_wrap {
      padding: 30px 5% 30px 45%;
  }

  .list_wrap li {
      line-height: 40px;
  }

  .m_sh2 {
      display: inline-block;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 20;
      position: fixed;
  }

  .m_sh2 li {
      width: 33.3%;
      height: 50px;
      line-height: 50px;
      float: left;
      text-align: center;
      color: #fff;
      font-size: 1rem;
  }

  .m_sh2 li a {
      display: block;
      text-decoration: none;
      cursor: pointer;
      color: #fff;
      font-weight: bold;
  }

  .m_sh2 li a:hover {
      text-decoration: none;
  }

  .m_sh2 li img {
      width: 35px;
      vertical-align: middle;
  }

  .m_fb_td {
      background: #3c5fac;
  }

  .m_g_td {
      background: #F08422;
  }

  .m_line_td {
      background: #00c300;
  }

  .dl-menuwrapper {
      display: block;
  }

  .w1 {
      margin-top: 0;
  }
}

@media screen and (max-width: 800px) {
  .sp_wrap {
      width: 40%;
      min-height: 300px;
  }

  .s1-2_wrap {
      width: 65%;
  }

  .sp_wrap3 {
      width: 100%;
      padding: 0 5%;
  }

  .sp_wrap4 {
      width: 100%;
      background: none;
  }

  .sp_wrap6 {
      width: 100%;
      padding: 0 5%;
  }

  footer ul {
      width: 100%;
      padding: 0 5%;
  }

  .p_wrap {
      background: url(../img/bg.png) repeat;
  }

  .book {
      position: inherit;
      margin: 0 auto;
  }

  .list_wrap {
      position: inherit;
      width: 100%;
      margin: 0 auto;
      padding: 20px 10%;
      min-height: auto;
  }
}

@media screen and (max-width: 768px) {
  .sp_wrap {
      width: 45%;
  }

  .sp_wrap3 {
      text-align: center;
  }

  .sp_wrap3_pic {
      width: 100%;
      margin-bottom: 10px;
  }

  .sp_wrap3 li img {
      float: none;
  }

  .w3 {
      width: 100%;
      margin-bottom: 10px;
  }

  .line {
      margin: 0 auto;
  }

  .w4 {
      display: block;
      text-align: left;
  }

  .sp_wrap6 {
      text-align: center;
  }

  .sp_wrap6_pic {
      width: 100%;
      margin-bottom: 5px;
  }

  .sp_wrap6 li img {
      float: none;
  }

  .w5 {
      width: 100%;
      margin-bottom: 10px;
      line-height: 50px;
  }

  .list_wrap li {
      line-height: 30px;
      padding-bottom: 15px;
  }
}

@media screen and (max-width: 750px) {
  .sp_wrap {
      width: 55%;
  }

  .rwd-table th:nth-of-type(2n) {
      width: 70%;
  }
}

@media screen and (max-width: 640px) {
  .stit {
      font-size: 30px;
      letter-spacing: 4px;
      margin-bottom: 40px;
  }

  .s1-2_wrap {
      width: 80%;
  }

  .w2 {
      font-size: 1.5rem;
  }

  .go_sign {
      width: 100%;
      height: 1275px;
  }
}

@media screen and (max-width: 600px) {
  .s1-2_wrap {
      width: 85%;
  }

  .rwd-table th:nth-of-type(2n) {
      width: 65%;
  }

  .btn1 {
      font-size: 1.25rem;
  }

  .btn2 {
      font-size: 1.25rem;
  }

  .btn3 {
      font-size: 1.25rem;
  }

  .btn4 {
      font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .sp_wrap {
      width: 60%;
  }

  .rwd-table th, .rwd-table td:before {
      font-size: 1.25rem;
  }

  .rwd-table span {
      font-size: 1rem;
  }

  .td_tit {
      text-align: left;
  }

  .rwd-table th:nth-of-type(2n) {
      width: 80%;
  }

  footer {
  }
}

@media screen and (max-width: 424px) {
  .rwd-table th:nth-of-type(2n) {
      width: 70%;
  }

  .day {
      margin-bottom: 50px;
  }

  .btn3 {
      margin-bottom: 30px;
  }

  .sp_wrap5 {
      margin-bottom: 30px;
  }

  .line {
      width: 40%;
  }

  .rwd-table span.ssp {
      margin-left: 0;
  }

  .ssp {
      width: 100%;
      display: inline-block;
  }
}

@media screen and (max-width: 375px) {
  .sp_wrap {
      width: 85%;
  }

  .stit {
      font-size: 2rem;
  }

  .list_wrap {
      padding-left: 15%;
      padding-bottom: 0;
  }

  footer {
  }

  footer img {
      margin: 5px 10px;
  }

  .rwd-table th, .rwd-table td:before {
      font-size: 1.125rem;
  }
}

@media screen and (max-width: 360px) {
  .w1 {
      line-height: 28px;
  }

  .w2 {
      font-size: 1.25rem;
  }

  .sp_wrap2 li {
      font-size: 0.938rem;
  }
}
/*è¼ªæ’­*/
.carousel-wrap {
  width: 100%;
  margin: auto;
  position: relative;
}

.carousel-wrap .Highlights .owl-nav {
  overflow: hidden;
  height: 0px;
}

.carousel-wrap .Highlights .item {
  text-align: center;
}

.carousel-wrap .Highlights .nav-btn {
  height: 50px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  z-index: 500;
}

.carousel-wrap .Highlights .owl-prev.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.carousel-wrap .Highlights .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.carousel-wrap .Highlights .prev-slide {
  background: url(../img/nav-icon.png) no-repeat scroll 0 0;
  left: 75px;
  top: 50%;
  background-size: 100px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media all and (min-width: 300px) and (max-width: 765px) {
  .carousel-wrap .Highlights .prev-slide {
      left: 40px;
  }
}

.carousel-wrap .Highlights .prev-slide:hover {
  background-position: 0px -50px;
}

.carousel-wrap .Highlights .next-slide {
  background: url(../img/nav-icon.png) no-repeat scroll -50px 0px;
  background-size: cover;
  right: 30px;
  top: 50%;
  background-size: 100px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media all and (min-width: 300px) and (max-width: 765px) {
  .carousel-wrap .Highlights .next-slide {
      right: -10px;
  }
}

.carousel-wrap .Highlights .next-slide:hover {
  background-position: -50px -50px;
}

.carousel-wrap .enterprise a {
  text-decoration: none;
}

.carousel-wrap .enterprise .owl-nav {
  overflow: hidden;
  height: 0px;
}

.carousel-wrap .enterprise .item {
  text-align: center;
}
.carousel-wrap .enterprise .item  .book_title{
  font-weight: bold;
  font-size: 22px;
  color: #17adf3;
  line-height: 22px;
  padding-top: 10px;
}
.carousel-wrap .enterprise .item .TXT {
  text-align: center;
  min-height: 90px;
  font-size: 18px;
  color: #3d3d3d;
  padding: 12px 10px;
  line-height: 26px;
  min-height: 150px;
}
.carousel-wrap .enterprise .item .TXT span {
  font-weight: bold;
}

@media all and (min-width: 300px) and (max-width: 765px) {
  .carousel-wrap .enterprise .item .TXT {
      padding: 10px 15px;
     
  }
}

.carousel-wrap .enterprise .nav-btn {
  height: 50px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  z-index: 500;
}

.carousel-wrap .enterprise .owl-prev.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.carousel-wrap .enterprise .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.carousel-wrap .enterprise .prev-slide {
  background: url(../img/nav-icon2.png) no-repeat scroll 0 0;
  left: -30px;
  top: 40%;
  background-size: 100px;
  -webkit-transform: translateX(-50%) translateY(-150%);
  -ms-transform: translateX(-50%) translateY(-150%);
  transform: translateX(-50%) translateY(-150%);
}

@media all and (min-width: 300px) and (max-width: 765px) {
  .carousel-wrap .enterprise .prev-slide {
      left: 40px;
  }
}

.carousel-wrap .enterprise .prev-slide:hover {
  background-position: 0px -50px;
}

.carousel-wrap .enterprise .next-slide {
  background: url(../img/nav-icon2.png) no-repeat scroll -50px 0px;
  background-size: cover;
  right: -80px;
  top: 40%;
  background-size: 100px;
  -webkit-transform: translateX(-50%) translateY(-150%);
  -ms-transform: translateX(-50%) translateY(-150%);
  transform: translateX(-50%) translateY(-150%);
}

@media all and (min-width: 300px) and (max-width: 765px) {
  .carousel-wrap .enterprise .next-slide {
      right: -10px;
  }
}

.carousel-wrap .enterprise .next-slide:hover {
  background-position: -50px -50px;
}
