


@font-face {
  font-family: 'GBK';
  font-display: swap;
  src: url("fonts/fontzipMin.eot");
  src: url("fonts/fontzipMin.eot") format('embedded-opentype'), url("fonts/fontzipMin.woff2") format('woff2'), url("fonts/fontzipMin.woff") format('woff'), url("fonts/fontzipMin.ttf") format('truetype'), url("fonts/fontzipMin.svg#fontzipMin") format('svg');
}
.box {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
section {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section {
    box-sizing: border-box;
  }
}
p {
  margin: 18px 0;
}
.font-weight-bold {
  font-weight: bold;
}
.article-inside-share {
  border-bottom: 1px solid #000;
}
.article-inside-share:hover {
  background: #ddd;
}
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  transition: top 0.3s ease;
  background: transparent;
}
.scroll-progress #progress {
  display: block;
  width: 0;
  height: 3px;
  transition: 0s;
  background: #000;
}
.main-full {
  position: relative;
}
.main-full .main-full-box {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.main-full .main-full-text {
  position: absolute;
  bottom: 100px;
  left: 200px;
  text-align: left;
  font-size: 50px;
  line-height: 65px;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
  font-family: "GBK";
}
@media screen and (orientation: portrait) {
  .main-full .main-full-text {
    width: 90%;
    left: 30px;
    bottom: 50px;
    font-size: 38px;
    line-height: 50px;
  }
}
.main-full img {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.paragraph {
  position: relative;
  background-color: #fff;
  padding: 30px 25%;
  box-sizing: border-box;
}
@media screen and (orientation: portrait) {
  .paragraph {
    padding: 20px 20px;
  }
}
.paragraph h2 {
  font-size: 30px;
  line-height: 2;
  font-weight: bold;
  text-align: left;
  padding: 20px 0;
}
@media screen and (orientation: portrait) {
  .paragraph h2 {
    font-size: 26px;
    line-height: 1;
  }
}
.paragraph p {
  font-size: 20px;
  line-height: 1.6;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (orientation: portrait) {
  .paragraph p {
    font-size: 18px;
  }
}
.paragraph .youtube-full {
  width: 100%;
  margin: 30px 0;
}
.paragraph .youtube-full iframe {
  width: 100%;
  height: 30vw;
}
@media screen and (orientation: portrait) {
  .paragraph .youtube-full iframe {
    height: 60vw;
  }
}
.paragraph .story-images,
.paragraph .double-images,
.paragraph .article-side {
  margin-top: 20px;
  margin-bottom: 20px;
}
.paragraph .story-images figcaption,
.paragraph .double-images figcaption,
.paragraph .article-side figcaption {
  color: #636363;
  font-size: 17px;
  line-height: 24px;
  text-align: justify;
  margin: 10px 0;
}
@media screen and (orientation: portrait) {
  .paragraph .story-images figcaption,
  .paragraph .double-images figcaption,
  .paragraph .article-side figcaption {
    margin: 5px 0;
    font-size: 15px;
  }
}
.paragraph .story-images img,
.paragraph .double-images img,
.paragraph .article-side img {
  width: 100%;
}
.paragraph .double-images .images-box {
  display: inline-flex;
}
@media screen and (orientation: portrait) {
  .paragraph .double-images .images-box {
    display: block;
  }
}
.paragraph .double-images .images-box img {
  width: 49%;
}
@media screen and (orientation: portrait) {
  .paragraph .double-images .images-box img {
    width: 100%;
  }
}
.paragraph .double-images .images-box img:nth-child(1) {
  margin-right: 2%;
}
@media screen and (orientation: portrait) {
  .paragraph .double-images .images-box img:nth-child(1) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.paragraph .readmore-popup {
  display: inline-flex;
  width: 100%;
}
@media screen and (orientation: portrait) {
  .paragraph .readmore-popup {
    flex-wrap: wrap;
    margin: 30px 0;
  }
}
.paragraph .readmore-popup .content-box+.content-box {
  margin-left: 20px;
}
@media screen and (orientation: portrait) {
  .paragraph .readmore-popup .content-box+.content-box {
    margin-left: 0;
    margin-top: 30px;
  }
}
.paragraph .readmore-popup .content-box {
  width: 50%;
  border: 1px solid #ddd;
  padding: 30px 30px;
  border-radius: 10px;
}
@media screen and (orientation: portrait) {
  .paragraph .readmore-popup .content-box {
    width: 100%;
  }
}
.paragraph .readmore-popup .content-box .content p {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  height: 100px;
}
.paragraph .readmore-popup .content-box .content .readmore-btn {
  width: 160px;
  padding: 5px 40px;
  border-radius: 100px;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  background: #000;
  font-size: 15px;
  cursor: pointer;
  line-height: 20px;
}
.paragraph .story-quote {
  width: 100%;
  padding: 20px;
  background: #f4f4f4;
  margin: 30px auto;
  font-size: 21px;
  line-height: 34px;
}
.paragraph .story-quote h4 {
  font-weight: bold;
  text-align: left;
}
.paragraph .story-quote p {
  margin: 0;
}
.paragraph .story-motto {
  width: 100%;
  margin: 30px 0;
}
.paragraph .story-motto img {
  width: 100%;
}
.paragraph .story-motto .motto-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0 30px;
}
@media screen and (orientation: portrait) {
  .paragraph .story-motto .motto-box {
    margin: 10px;
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
.paragraph .story-motto .motto-box .motto-text {
  width: 70%;
  height: 70%;
}
@media screen and (orientation: portrait) {
  .paragraph .story-motto .motto-box .motto-text {
    width: 100%;
    height: 100%;
  }
}
.paragraph .story-motto .motto-box .motto-text h5 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  text-align: justify;
}
@media screen and (orientation: portrait) {
  .paragraph .story-motto .motto-box .motto-text h5 {
    margin: 10px 0;
  }
}
.paragraph .story-motto .motto-box .motto-text p {
  font-size: 17px;
  line-height: 2;
  color: #636363;
  text-align: right;
  margin: 0;
}
@media screen and (orientation: portrait) {
  .paragraph .story-motto .motto-box .motto-text p {
    text-align: center;
  }
}
.paragraph .story-motto .motto-box .motto-img {
  width: 20%;
  height: 20%;
}
@media screen and (orientation: portrait) {
  .paragraph .story-motto .motto-box .motto-img {
    width: 100%;
    height: 100%;
    margin: 10px 0;
  }
}
.paragraph .story-motto .motto-box .motto-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media screen and (orientation: portrait) {
  .paragraph .story-motto .motto-box .motto-img img {
    width: 100px;
    height: 100px;
  }
}
.paragraph .article-side {
  margin: 20px 0;
}
.paragraph .article-side:after {
  content: '';
  clear: both;
  display: table;
}
@media screen and (orientation: portrait) {
  .paragraph .article-side {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .paragraph .article-side .order1 {
    order: 1;
  }
  .paragraph .article-side .order2 {
    order: 2;
  }
  .paragraph .article-side .order3 {
    order: 3;
  }
}
.paragraph .article-side .side-image {
  width: 300px;
  float: left;
  margin: 10px 20px 10px 0;
  clear: both;
}
@media screen and (orientation: portrait) {
  .paragraph .article-side .side-image {
    width: 100%;
    padding: 0 20px;
    margin-right: 0;
    float: none;
  }
}
.paragraph .article-side .side-image img {
  width: 100%;
}
.paragraph .article-story {
  position: relative;
  padding: 0px 0 170px;
  text-align: center;
  transition: 0.4s;
  background-color: #fff;
}
@media screen and (orientation: portrait) {
  .paragraph .article-story {
    font-size: 18px;
    padding: 0px 0 40px;
  }
}
.paragraph .article-story:after {
  content: '';
  clear: both;
  display: block;
}
.paragraph .article-story .article-title {
  font-size: 45px;
}
@media (max-width: 1920px) {
  .paragraph .article-story .article-title {
    font-size: 2.34vw;
  }
}
@media (max-width: 1068px) {
  .paragraph .article-story .article-title {
    font-size: 25px;
  }
}
@media (max-width: 414px) {
  .paragraph .article-story .article-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.paragraph .article-story p {
  line-height: 1.8;
  text-align: justify;
}
.paragraph .article-story p a:hover {
  text-decoration: underline;
}
.social-plugin {
  padding: 170px 0 0;
  text-align: left;
  vertical-align: sub;
}
@media screen and (orientation: portrait) {
  .social-plugin {
    padding: 40px 10px 0;
  }
}
.social-plugin .line-it-button {
  vertical-align: bottom;
}
.social-plugin .fb-like {
  vertical-align: sub;
}
@media screen and (orientation: portrait) {
  .social-plugin .fb-like {
    vertical-align: unset;
  }
}
.fb-comments {
  width: 100%;
  padding: 10px 0;
}
.fb-comments iframe {
  width: 100% !important;
}
.fb-comments .fb-content {
  width: 100%;
  margin: 0 auto;
}
.article-end {
  position: relative;
  background-color: #fff;
  padding: 0 0 20px;
  margin: 30px -15%;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
}
.article-end .article-content3 {
  width: 100%;
  display: inline-flex;
  font-size: 18px;
  margin: 0;
  color: #ababab;
  line-height: 1.6;
}
@media screen and (orientation: portrait) {
  .article-end .article-content3 {
    font-size: 15px;
  }
  .article-end .article-content3 .article-producer {
    max-width: 100px;
  }
}
@media (max-width: 450px) {
  .article-end .article-content3 .article-authors {
    max-width: 256px;
  }
}
@media (max-width: 400px) {
  .article-end .article-content3 .article-authors {
    max-width: 230px;
  }
}
@media (max-width: 376px) {
  .article-end .article-content3 .article-authors {
    max-width: 225px;
  }
}
@media (max-width: 321px) {
  .article-end .article-content3 .article-authors {
    max-width: 160px;
  }
}
@media screen and (orientation: portrait) {
  .article-end {
    margin: 30px 0;
  }
}
.article-end .article-content {
  border-bottom: 3px solid #ddd;
  border-top: 3px solid #ddd;
  padding: 40px 0;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.article-end .article-content .article-list-2 {
  margin: 0 auto 20px;
}
@media (max-width: 1023px) {
  .article-end .article-content .article-list-2 {
    padding: 0 55px;
  }
}
@media screen and (orientation: portrait) {
  .article-end .article-content .article-list-2 {
    margin: 20px auto;
    padding: 0 20px;
  }
}
.article-end .article-content .article-list-2 p {
  margin: 5px auto;
  padding: 0;
  color: #58595b;
}
.article-end .article-content .article-list {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
@media (max-width: 1023px) {
  .article-end .article-content .article-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 55px;
  }
  .article-end .article-content .article-list .article-list-items {
    width: 100%;
  }
}
@media screen and (orientation: portrait) {
  .article-end .article-content .article-list {
    padding-left: 25px;
  }
}
.article-end .article-content .article-list p {
  margin: 5px auto;
  padding: 0;
  color: #58595b;
}
.article-end .article-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1023px) {
  .article-end .article-logo {
    flex-wrap: wrap;
  }
}
.article-end .article-logo .article-logo-list {
  width: 100%;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.article-end .article-logo .article-logo-list li+li {
  padding-left: 20px;
}
@media screen and (orientation: portrait) {
  .article-end .article-logo .article-logo-list li+li {
    padding-left: 0;
  }
}
.article-end .article-logo .article-logo-list li {
  display: flex;
  align-items: center;
  max-width: 20%;
  margin: auto;
}
@media (max-width: 1023px) {
  .article-end .article-logo .article-logo-list li {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
  }
}
.article-end .article-logo .article-logo-list li img {
  width: 100%;
}
@media screen and (orientation: portrait) {
  .article-end .article-logo .article-logo-list li img {
    width: 45%;
  }
}
.full-fixed-images {
  transition: 0s;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.full-fixed-images .full-fixed-box {
  transition: 0s;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0 auto;
  padding-top: 70px;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (orientation: portrait) {
  .full-fixed-images .full-fixed-box {
    min-height: 100vh;
  }
}
.full-fixed-images .fixed-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 25px 40px;
  min-width: 0;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.4s;
  z-index: 2;
  text-align: left;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}
@media (max-width: 1920px) {
  .full-fixed-images .fixed-text {
    padding: 1.3vw 2vw;
  }
}
@media (max-width: 1280px) {
  .full-fixed-images .fixed-text {
    padding: 15px 25px;
  }
}
@media screen and (orientation: portrait) {
  .full-fixed-images .fixed-text {
    padding: 0;
    font-size: 30px;
  }
}
.extended-reading {
  margin-bottom: 50px;
}
.extended-reading h5 {
  font-size: 17px;
  font-weight: bold;
  line-height: 26px;
  text-align: left;
  margin: 0 0 10px;
}
.extended-reading .extended-reading-content {
  display: inline-flex;
  justify-content: space-between;
}
@media screen and (orientation: portrait) {
  .extended-reading .extended-reading-content {
    flex-wrap: wrap;
  }
}
.extended-reading .extended-reading-content .content-box {
  width: 100%;
}
@media screen and (orientation: portrait) {
  .extended-reading .extended-reading-content .content-box {
    display: flex;
    margin-bottom: 10px;
  }
}
.extended-reading .extended-reading-content .content-box img {
  width: 100%;
}
@media screen and (orientation: portrait) {
  .extended-reading .extended-reading-content .content-box img {
    width: 50%;
  }
}
.extended-reading .extended-reading-content .content-box p {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (orientation: portrait) {
  .extended-reading .extended-reading-content .content-box p {
    order: -1;
    margin-right: 10px;
  }
}
.extended-reading .extended-reading-content .content-box+.content-box {
  margin-left: 10px;
}
@media screen and (orientation: portrait) {
  .extended-reading .extended-reading-content .content-box+.content-box {
    margin-left: 0;
  }
}
.top-btn {
  position: fixed;
  bottom: -10%;
  right: 5%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #555;
  background: #eee;
  font-family: sans-serif;
  opacity: 0.5;
  z-index: 10;
}
.top-btn.scroll-down {
  bottom: 5%;
  right: 5%;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background: #000;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 10px 20px;
  }
}
.modal {
  display: none /* Hidden by default */;
  position: fixed /* Stay in place */;
  z-index: 1 /* Sit on top */;
  padding-top: 100px /* Location of the box */;
  left: 0;
  top: 0;
  width: 100% /* Full width */;
  height: 100% /* Full height */;
  overflow: auto /* Enable scroll if needed */;
  background-color: #000 /* Fallback color */;
  background-color: rgba(0,0,0,0.4) /* Black w/ opacity */;
}
.modal-content {
  position: relative;
  background-color: #f6f6f6;
  margin: auto;
  padding: 40px;
  border: 1px solid #888;
  width: 700px;
  max-height: 90%;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .modal-content {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 30px 30px;
  }
}
.modal-content a {
  color: #de6451;
}
.modal-content h1 {
  padding: 15px 80px;
  background: #eee;
  color: #000;
  text-align: center;
  font-size: 48px;
  line-height: 34px;
}
@media screen and (max-width: 1024px) {
  .modal-content h1 {
    padding: 15px 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .modal-content h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.modal-content h2 {
  font-size: 18px;
  line-height: 30px;
}
.modal-content h3 {
  font-size: 16px;
  line-height: 34px;
  color: #555;
}
.modal-content h4 {
  font-size: 18px;
  line-height: 34px;
  color: #000;
  text-align: center;
}
.modal-content h5 {
  font-size: 18px;
  line-height: 34px;
  color: #000;
}
.modal-content p {
  font-size: 18px;
  line-height: 34px;
  color: #000;
  text-align: justify;
}
.modal-content .textCenter {
  text-align: center;
}
.modal-content input[type="text"] {
  width: 100%;
  text-indent: 20px;
  border: none;
  background: #f5f5f5;
  padding: 10px 0;
  margin: 5px 0;
  font-size: 16px;
  line-height: 34px;
  color: #555;
  outline: none;
}
.modal-content input[type="text"]:nth-child(4) {
  margin: 5px 0 15px;
}
.modal-content label {
  color: #555;
  font-weight: normal;
}
.modal-content label a {
  color: #de6451;
}
.modal-content .btn-red {
  width: 100%;
  margin: 30px 0 0;
  font-size: 18px;
}
.modal-content table tr td:nth-child(1) {
  width: 100px;
  text-align: right;
}
.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #a5a5a5;
  text-align: center;
  color: #fff;
  float: right;
  font-size: 26px;
  cursor: pointer;
}
.closehover,
.closefocus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.header {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  opacity: 0.8;
  transition: 0.5s;
  border-bottom: 1px solid #d4d4d4;
}
@media screen and (max-width: 1200px) {
  .header {
    display: block;
    height: 50px;
    opacity: 1;
  }
}
.header .wapper {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.header .fixed-menu-trigger {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 40px;
  height: 40px;
  display: none;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 1200px) {
  .header .fixed-menu-trigger {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 13px;
  }
}
.header .fb-share {
  position: absolute;
  right: 20px;
  top: 10px;
  transform: scale(1.1);
}
.menu-logo {
  display: inline-flex;
  position: fixed;
  top: 10px;
  left: 10px;
  -webkit-box-align: center;
  align-items: center;
  z-index: 1001;
  width: 230px;
}
@media screen and (max-width: 1200px) {
  .menu-logo {
    left: 50%;
    transform: translate(-50%);
  }
}
.menu-logo img {
  display: block;
  width: 100%;
}
.header-menu {
  display: flex;
  position: fixed;
  width: 100%;
  height: 50px;
  left: 50%;
  padding: 0 10px;
  align-items: stretch;
  border-bottom: 1px solid #d4d4d4;
  transform: translate(-50%, 0);
  z-index: 1000;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .header-menu {
    height: 50px;
  }
}
.header-menu .header-menu-item {
  display: flex;
  margin-left: auto;
  z-index: 999;
  transition: 0.5s;
}
.header-menu .header-menu-item .fb-share {
  padding: 14px 10px;
}
@media screen and (max-width: 1200px) {
  .header-menu .header-menu-item .fb-share {
    display: none;
  }
}
.header-menu .header-menu-item:hover {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .header-menu .header-menu-item {
    position: absolute;
    height: auto;
    display: block;
    width: 100%;
    top: -500px;
  }
}
.header-menu .header-menu-item .active {
  color: #ffe82a;
}
.header-menu .header-menu-item a {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  padding: 0 15px;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .header-menu .header-menu-item a {
    display: block;
    padding: 15px 20px;
    line-height: inherit;
  }
}
.header-menu .header-menu-item a:hover {
  color: #fff;
  background: #000;
}
.menu-open .header-menu {
  left: 0;
  transform: translate(0, 0);
}
.menu-open .header-menu-item {
  display: block;
  top: 50px;
  left: 0;
  height: 100vh;
  padding: 20px 10px 10px;
  background: #fff;
}
.menu-open .header-menu-item a {
  padding: 20px 0;
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 320px) {
  .menu-open .header-menu-item a {
    font-size: 24px;
  }
}
.menu-open .header-menu-item a.active {
  background: none;
}
.menu-open .header-menu-item a+a {
  border-top: 2px solid #d5d5d5;
}
.menu-open .fixed-menu-trigger .navbar {
  transform: translateY(0px) rotate(135deg);
  background-color: #000;
  width: 29px;
  left: 0;
}
.menu-open .fixed-menu-trigger .navbar:before {
  display: none;
}
.menu-open .fixed-menu-trigger .navbar:after {
  width: 29px;
  transform: translateY(-6px) rotate(270deg);
  background-color: #000;
}
.fixed-menu-trigger .navbar {
  height: 2px;
  width: 20px;
  background-color: #000;
  content: '';
  position: absolute;
  top: 10px;
  left: 7px;
  opacity: 1;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.fixed-menu-trigger .navbar:before,
.fixed-menu-trigger .navbar:after {
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: #000;
  content: '';
}
.fixed-menu-trigger .navbar:before {
  content: '';
  top: -6px;
}
.fixed-menu-trigger .navbar:after {
  content: '';
  top: 6px;
}
#forSlide,
#forSlide * {
  transition: 0s;
}
.excel {
  margin-top: 10px;
}
table {
  width: 100%;
  text-align: left;
  color: #000;
  margin: 20px 0;
}
table tr {
  border: 1px solid #000;
}
table tr td {
  padding: 5px;
  width: 50%;
  font-size: 15px;
  line-height: 1.2;
}
table tr td:nth-child(1) {
  width: 6%;
}
.chart-under-text {
  font-size: 17px;
  line-height: 1.5;
  color: #636363;
  margin: 0 0 10px;
  text-align: left;
}
.social-plugin.fix-social-plugin-position {
  padding: 40px 0 0;
  margin: 0 -15%;
}
@media screen and (orientation: portrait) {
  .social-plugin.fix-social-plugin-position {
    width: 100%;
    margin: 0;
    padding: 40px 0px 0;
  }
}
.social-plugin.fix-social-plugin-position .fix-end-social {
  margin: 0 auto;
  max-width: 880px;
}
.video-box {
  position: relative;
  width: 100%;
  height: 100vh;
}
.video-box video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  max-width: none;
}
@media screen and (max-width: 1200px) {
  .video-box video {
    padding-top: 40px;
  }
}
@media screen and (orientation: portrait) {
  .video-box video {
    padding-top: 40px;
  }
}
.video-box .content {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}
@media (max-width: 541px) {
  .video-box .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
}
.video-box h1 {
  font-size: 50px;
  font-family: "GBK";
  color: #fff;
  margin: 0;
  font-weight: normal;
}
@media (max-width: 768px) {
  .video-box h1 {
    font-size: 38px;
  }
}
.video-box h2 {
  font-size: 40px;
  color: #fff;
  margin: 0;
  font-weight: normal;
}
@media (max-width: 768px) {
  .video-box h2 {
    font-size: 30px;
  }
}
.video-box .arrow {
  width: 22px;
  height: 22px;
  bottom: 5%;
  margin: 0 0 0 -11px;
  transform: rotate(45deg) translate(-50%, -50%);
  border-left: none;
  border-top: none;
  border-right: 3px #fff solid;
  border-bottom: 3px #fff solid;
  transition: all 0.3s linear;
  pointer-events: none;
}
.video-box .arrow,
.video-box .arrow:before {
  position: absolute;
  left: 50%;
}
.video-box .arrow:before {
  content: '';
  width: 12px;
  height: 12px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}
@-moz-keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}
@-webkit-keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}
@-o-keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}
@-moz-keyframes jiggle {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  15% {
    transform: translate3d(-50%, 4px, 0);
  }
  30% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes jiggle {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  15% {
    transform: translate3d(-50%, 4px, 0);
  }
  30% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@-o-keyframes jiggle {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  15% {
    transform: translate3d(-50%, 4px, 0);
  }
  30% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes jiggle {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  15% {
    transform: translate3d(-50%, 4px, 0);
  }
  30% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.slider-plugin img {
  width: 100%;
}
.slider-plugin .slick-slide {
  background: #f4f0e4;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 70vh; /*圖片高度*/
}
.slider-plugin .slick-slide .slider-wrapper {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  padding: 50px;
  height: 70vh;
}
@media screen and (orientation: portrait) {
  .slider-plugin .slick-slide .slider-wrapper {
    align-items: flex-end;
    padding: 20px 20px 40px;
  }
}
.slider-plugin .slick-slide .slider-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70vh;
}
.slider-plugin .slick-slide .textEnd {
  justify-content: flex-end;
}
@media screen and (orientation: portrait) {
  .slider-plugin .slick-slide .textEnd {
    justify-content: flex-start;
  }
}
.slider-plugin .slide-content.color-wite {
  color: #fff;
}
@media screen and (orientation: portrait) {
  .slider-plugin .slide-content.color-wite {
    color: #000;
  }
}
.slider-plugin .slide-content.color-wite h1,
.slider-plugin .slide-content.color-wite h3,
.slider-plugin .slide-content.color-wite p {
  text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}
@media screen and (orientation: portrait) {
  .slider-plugin .slide-content.color-wite h1,
  .slider-plugin .slide-content.color-wite h3,
  .slider-plugin .slide-content.color-wite p {
    text-shadow: none;
  }
}
.slider-plugin .slide-content.color-wite a {
  background: #fff;
  color: #000;
}
@media screen and (orientation: portrait) {
  .slider-plugin .slide-content.color-wite a {
    background: #000;
    color: #fff;
  }
}
.slider-plugin .slide-content {
  color: #000;
  text-align: left;
  margin: 5%;
}
@media screen and (orientation: portrait) {
  .slider-plugin .slide-content {
    height: 180px;
  }
}
@media (max-width: 321px) {
  .slider-plugin .slide-content {
    height: 150px;
  }
}
.slider-plugin .slide-content .time-strong {
  font-size: 50px;
}
@media screen and (orientation: portrait) {
  .slider-plugin .slide-content .time-strong {
    font-size: 21px;
  }
}
@media (max-width: 321px) {
  .slider-plugin .slide-content .time-strong {
    font-size: 16px;
  }
}
.slider-plugin .slide-content h1,
.slider-plugin .slide-content h3,
.slider-plugin .slide-content p {
  text-shadow: 1px 1px 5px rgba(255,255,255,0.8);
}
@media screen and (orientation: portrait) {
  .slider-plugin .slide-content h1,
  .slider-plugin .slide-content h3,
  .slider-plugin .slide-content p {
    text-shadow: none;
  }
}
.slider-plugin .slide-content h1 {
  font-size: 35px;
  line-height: 40px;
  font-family: "GBK";
  font-weight: normal;
  margin: 0;
}
@media screen and (orientation: portrait) {
  .slider-plugin .slide-content h1 {
    font-size: 26px;
    line-height: 1;
  }
}
@media (max-width: 321px) {
  .slider-plugin .slide-content h1 {
    font-size: 22px;
  }
}
.slider-plugin .slide-content h3 {
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 10px;
}
@media screen and (orientation: portrait) {
  .slider-plugin .slide-content h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
@media (max-width: 321px) {
  .slider-plugin .slide-content h3 {
    font-size: 16px;
  }
}
.slider-plugin .slide-content p {
  width: 390px;
  font-size: 21px;
  line-height: 28px;
  padding-top: 10px;
  border-top: 2px solid #222;
  margin: 10px 0 0;
}
@media screen and (orientation: portrait) {
  .slider-plugin .slide-content p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
    margin: 5px 0 0;
    border-top: 2px solid #ddd;
  }
}
@media (max-width: 321px) {
  .slider-plugin .slide-content p {
    font-size: 15px;
  }
}
.slider-plugin .slide-content p.color-wite {
  border-top: 2px solid #fff;
}
@media screen and (orientation: portrait) {
  .slider-plugin .slide-content p.color-wite {
    border-top: 2px solid #ddd;
  }
}
.slider-plugin .slide-content a {
  width: 160px;
  padding: 5px 40px;
  border-radius: 100px;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  background: #000;
  font-size: 15px;
  line-height: 20px;
}
.slider-plugin .slick-customize-prev,
.slider-plugin .slick-customize-next {
  width: 30px;
  height: 30px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  background-image: none;
  outline: none;
  margin: 0 5px;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}
.slider-plugin .slick-customize-prev {
  right: 10px;
}
.slider-plugin .slick-customize-next {
  left: 10px;
  transform: rotate(225deg);
}
.slick-dots {
  bottom: 10px;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button:before {
  color: #fff;
  opacity: 0.4;
}
@media screen and (orientation: portrait) {
  .slick-dots li button:before {
    color: #000;
  }
}
.slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
@media screen and (orientation: portrait) {
  .slick-dots li.slick-active button:before {
    color: #000;
  }
}
