@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  max-width: 100% !important;
  height: auto !important;
  border: none;
}

div {
  word-wrap: break-word;
  word-break: break-all;
}

html {
  font-size: 16px !important;
}

body {
  background-color: #ffffff !important;
  padding-bottom: 0;
}

.container {
  max-width: 1200px;
}

.banner {
  position: relative;
}
.banner .bn-slogan {
  position: absolute;
  z-index: 10;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  top: 15%;
  line-height: 1.4;
  width: 90%;
}
@media (min-width: 768px) {
  .banner .bn-slogan {
    right: 17%;
    width: auto;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    text-align: left;
    left: auto;
    top: 25%;
  }
}
@media (min-width: 992px) {
  .banner .bn-slogan {
    right: 32.5%;
  }
}
.banner .bn-slogan h1 {
  font-size: 24px;
}
@media (min-width: 576px) {
  .banner .bn-slogan h1 {
    font-size: 5.65vw;
  }
}
@media (min-width: 768px) {
  .banner .bn-slogan h1 {
    font-size: 3.93vw;
  }
}
@media (min-width: 992px) {
  .banner .bn-slogan h1 {
    font-size: 2.48vw;
  }
}
@media (min-width: 1400px) {
  .banner .bn-slogan h1 {
    font-size: 38px;
  }
}
.banner .bn-slogan h3 {
  font-size: 18px;
  margin: 0 0 15px 0;
}
@media (min-width: 576px) {
  .banner .bn-slogan h3 {
    font-size: 4.24vw;
  }
}
@media (min-width: 768px) {
  .banner .bn-slogan h3 {
    font-size: 2.48vw;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 992px) {
  .banner .bn-slogan h3 {
    font-size: 1.55vw;
    margin: 0 0 15px 0;
  }
}
@media (min-width: 1400px) {
  .banner .bn-slogan h3 {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
}
.banner .bn-slogan .bn-btn {
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  border: #ffffff solid 1px;
  padding: 7px 30px;
}
@media (min-width: 768px) {
  .banner .bn-slogan .bn-btn {
    border: #ffffff solid 2px;
    padding: 10px 40px;
  }
}
.banner .bn-slogan .bn-btn:hover {
  background: #ffffff;
  color: #1cafc6;
}
.banner .bn-slogan .bn-btn span {
  font-weight: bold;
  letter-spacing: 1px;
}
@media (min-width: 0px) {
  .banner .bn-slogan .bn-btn span {
    font-size: 15px;
  }
}
@media (min-width: 576px) {
  .banner .bn-slogan .bn-btn span {
    font-size: 3.18vw;
  }
}
@media (min-width: 768px) {
  .banner .bn-slogan .bn-btn span {
    font-size: 2.07vw;
  }
}
@media (min-width: 992px) {
  .banner .bn-slogan .bn-btn span {
    font-size: 1.31vw;
  }
}
@media (min-width: 1400px) {
  .banner .bn-slogan .bn-btn span {
    font-size: 20px;
  }
}
.banner img {
  width: 100%;
}
.banner .bn-lg {
  display: none;
}
@media (min-width: 992px) {
  .banner .bn-lg {
    display: block;
  }
}
.banner .bn-md {
  display: none;
}
@media (min-width: 768px) {
  .banner .bn-md {
    display: block;
  }
}
@media (min-width: 992px) {
  .banner .bn-md {
    display: none;
  }
}
.banner .bn-sm {
  display: block;
}
@media (min-width: 768px) {
  .banner .bn-sm {
    display: none;
  }
}

.cooperation .tabs-menu {
  background: #f1f8f9;
}
.cooperation .tabs-menu ul.tabs {
  width: 100%;
  overflow-x: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 576px) {
  .cooperation .tabs-menu ul.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: auto;
  }
}
.cooperation .tabs-menu ul.tabs li.tab {
  font-weight: bold;
  padding: 15px 0;
  margin: 0 30px 0 0;
  position: relative;
  cursor: pointer;
  font-size: 17px;
  flex: 0 0 auto;
}
@media (min-width: 576px) {
  .cooperation .tabs-menu ul.tabs li.tab {
    margin: 0 25px 0 0;
    flex: none;
  }
}
@media (min-width: 768px) {
  .cooperation .tabs-menu ul.tabs li.tab {
    margin: 0 45px 0 0;
  }
}
.cooperation .tabs-menu ul.tabs li.tab:after {
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  height: 2px;
  background: #09598c;
  left: 0;
  bottom: 0;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cooperation .tabs-menu ul.tabs li.tab:hover {
  color: #09598c;
}
.cooperation .tabs-menu ul.tabs li.tab:hover:after {
  width: 100%;
}
.cooperation .tabs-menu ul.tabs li.active {
  color: #09598c;
}
.cooperation .tabs-menu ul.tabs li.active:after {
  width: 100%;
}
.cooperation .tabs-box {
  padding: 15px 0;
}
@media (min-width: 576px) {
  .cooperation .tabs-box {
    padding: 25px 0;
  }
}
.cooperation .slot-remarks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 15px 0;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (min-width: 576px) {
  .cooperation .slot-remarks {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: inherit;
    -moz-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    margin: 0 0 25px 0;
  }
}
.cooperation .slot-remarks .description i {
  color: #c73413;
  font-size: 18px;
  margin: 0 5px 0 0;
}
.cooperation .slot-remarks .description em {
  color: #c73413;
  font-style: normal;
  text-decoration: underline;
}
.cooperation .slot-remarks .download {
  margin: 0 0 3px 0;
}
@media (min-width: 576px) {
  .cooperation .slot-remarks .download {
    margin: 0;
  }
}
.cooperation .slot-remarks .download a {
  color: #233138;
}
.cooperation .slot-remarks .download a i {
  font-size: 17px;
  margin: 0 5px 0 0;
}
.cooperation .slot-remarks .download a:hover {
  text-decoration: underline;
}
.cooperation .no-desc {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.tabs-content [data-tab-content] {
  display: none;
}
.tabs-content .active[data-tab-content] {
  display: block;
}
@media (min-width: 768px) {
  .tabs-content .slot-box {
    padding: 25px;
    border: #b6c4c9 solid 1px;
  }
}
@media (min-width: 992px) {
  .tabs-content .slot-box {
    padding: 30px 35px;
  }
}
.tabs-content .slot-box h2.t-category {
  border-bottom: #e5edf0 solid 1px;
  margin: 0 0 25px 0;
}
.tabs-content .slot-box h2.t-category span {
  font-size: 18px;
  line-height: normal;
  display: inline-block;
  background: #47c1d1;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 15px;
  color: #ffffff;
}
@media (min-width: 576px) {
  .tabs-content .slot-box h2.t-category span {
    font-size: 20px;
    padding: 12px 25px;
  }
}
.tabs-content .slot-box h2.t-category span small {
  font-size: 14px;
  margin: 0 0 0 3px;
}
.tabs-content .slot-box h2.t-category span a {
  font-size: 14px;
  color: #f1f8f9;
  margin: 0 0 0 6px;
  display: inline-block;
}
@media (min-width: 576px) {
  .tabs-content .slot-box h2.t-category span a {
    font-size: 15px;
  }
}
.tabs-content .slot-box h2.t-category span a i {
  margin: 0 0 0 5px;
  vertical-align: bottom;
}
.tabs-content .slot-box .slot-content .slot-row {
  border-bottom: #e5edf0 dotted 2px;
  padding: 0 0 15px 0;
}
@media (min-width: 576px) {
  .tabs-content .slot-box .slot-content .slot-row {
    padding: 0 0 25px 0;
  }
}
.tabs-content .slot-box .slot-content .slot-row:last-of-type {
  border-bottom: none;
  padding: 0;
}
@media (min-width: 768px) {
  .tabs-content .slot-box .slot-content .slot-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .tabs-content .slot-box .slot-content .slot-row {
    border-bottom: none;
    padding: 0;
  }
}
.tabs-content .slot-box .slot-content .slot-row .img {
  width: 100%;
  margin: 0 auto 20px auto;
  max-width: 600px;
}
@media (min-width: 768px) {
  .tabs-content .slot-box .slot-content .slot-row .img {
    width: 55%;
    margin: 0;
  }
}
.tabs-content .slot-box .slot-content .slot-row .info {
  width: 100%;
}
@media (min-width: 768px) {
  .tabs-content .slot-box .slot-content .slot-row .info {
    margin: 0 0 0 25px;
    width: 45%;
  }
}
@media (min-width: 992px) {
  .tabs-content .slot-box .slot-content .slot-row .info {
    border: #3ea8b7 dashed 2px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 30px;
    margin: 0 0 0 50px;
  }
}
.tabs-content .slot-box .slot-content .slot-row .info h3 {
  font-size: 18px;
  line-height: normal;
  color: #09598c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 0 15px 0;
}
@media (min-width: 576px) {
  .tabs-content .slot-box .slot-content .slot-row .info h3 {
    font-size: 20px;
  }
}
.tabs-content .slot-box .slot-content .slot-row .info h3 a.slot-view {
  font-size: 14px;
  color: #47c1d1;
  border: #b6e3e9 solid 1px;
  display: inline-block;
  padding: 3px 7px 5px 7px;
  margin: 0 0 0 12px;
}
.tabs-content .slot-box .slot-content .slot-row .info h3 a.slot-view i {
  font-size: 15px;
  margin: 0 3px 0 0;
}
.tabs-content .slot-box .slot-content .slot-row .info h3 a.slot-view:hover {
  background: #47c1d1;
  color: #ffffff;
}
.tabs-content .slot-box .slot-content .slot-row .info h3.noflex {
  display: block;
}
.tabs-content .slot-box .slot-content .slot-row .info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tabs-content .slot-box .slot-content .slot-row .info dl dt {
  width: 50px;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.tabs-content .slot-box .slot-content .slot-row .info dl dd {
  width: -moz-calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
.tabs-content .slot-box .slot-content .slot-row .info dl dd .price {
  color: #fa626b;
  font-weight: bold;
  font-size: 16px;
}
.tabs-content .slot-box .slot-content .slot-row .info dl dd ul {
  list-style: square;
  padding: 0 0 0 22px;
}
.tabs-content .slot-box .slot-content .slot-row .info dl dd ul li::marker {
  color: #aebfdb;
}
.tabs-content .slot-box .slot-content .slot-row + .slot-row {
  margin: 20px 0 0 0;
}
@media (min-width: 576px) {
  .tabs-content .slot-box .slot-content .slot-row + .slot-row {
    margin: 25px 0 0 0;
  }
}
@media (min-width: 992px) {
  .tabs-content .slot-box .slot-content .slot-row + .slot-row {
    margin: 40px 0 0 0;
  }
}
.tabs-content .slot-box + .slot-box {
  margin: 25px 0 0 0;
}

.rwd-table {
  border: #d6dbdf solid 1px;
}
.rwd-table thead {
  background: #47c1d1;
  color: #ffffff;
  border-bottom: #e5edf0 solid 2px;
}
.rwd-table tbody tr:nth-child(even) {
  background: #fafbfd;
}
.rwd-table tbody tr td {
  border-top: #e5edf0 solid 1px;
}
.rwd-table tbody tr td a:hover {
  text-decoration: underline;
}
.rwd-table tr th,
.rwd-table tr td {
  border-right: #e5edf0 solid 1px;
  padding: 10px 15px;
}
.rwd-table tr th:last-of-type,
.rwd-table tr td:last-of-type {
  border-right: none;
}

@media only screen and (max-width: 768px) {
  .rwd-table,
  .rwd-table tbody,
  .rwd-table tr,
  .rwd-table td {
    display: block;
  }

  .rwd-table {
    border: none;
  }

  .rwd-table thead {
    display: none;
  }

  .rwd-table tbody tr {
    border: 1px solid #d6dbdf;
    margin-bottom: 10px;
    background-color: #ffffff;
  }

  .rwd-table tbody td {
    border: none;
    position: relative;
    padding-left: 85px;
    white-space: normal;
    text-align: left;
  }

  .rwd-table tbody td:before {
    content: attr(data-title);
    position: absolute;
    top: 10px;
    left: 10px;
    width: 65px;
    text-align: right;
    font-weight: bold;
    color: #47c1d1;
  }
}
.back-to-top {
  display: none;
}
@media (min-width: 768px) {
  .back-to-top {
    display: block;
  }
}
.back-to-top #go_top {
  display: none;
}
