@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

ol, ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

/* bisic ===================================================================*/
@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: normal;
  src: url("../font/SegoeUI.ttf") format("truetype");
}
@font-face {
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: bold;
  src: url("../font/SegoeUIBold.ttf") format("truetype");
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* {
  box-sizing: border-box;
}
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

html {
  min-height: 100%;
}

body {
  position: relative;
  height: auto;
  min-height: 100%;
  text-align: left;
  -webkit-text-size-adjust: none;
  font-size: 18px;
  color: #333;
  line-height: 1.8em;
  font-family: "Segoe UI", "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  overflow-x: hidden;
}
body.lock {
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s ease;
}
a:hover {
  color: #d90012;
}

ol > li {
  list-style-type: decimal;
}

ol li, ul li {
  list-style-position: outside;
  margin-left: 26px;
}

hr {
  border: 1px solid #333;
  border-top: none;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1, h2, h3 {
  line-height: 1.3em;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

input, select, textarea {
  padding: 0 5px;
  outline: none;
  box-sizing: border-box;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  colos: #333;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  colos: #333;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  colos: #333;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  colos: #333;
}

select {
  cursor: pointer;
}

.textarea {
  height: 150px;
  padding: 5px;
}

.placeholder_form p {
  display: inline-block;
  position: relative;
}
.placeholder_form p label {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 24px;
  text-align: left;
  text-indent: 5px;
  cursor: pointer;
}
.placeholder_form p input {
  text-indent: 5px;
}

.hover_fade > img {
  opacity: 1;
  transition: all 0.5s;
}
.hover_fade:hover > img {
  opacity: 0.85;
}

.hover_scale > img {
  transition: all 0.5s;
}
.video_icon {
  position: relative;
}
.video_icon .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
}
.video_icon .icon img {
  width: 100%;
  height: 100%;
}

.edit_wrap {
  clear: both;
  width: 100%;
  line-height: 1.8em;
}
.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4, .edit_wrap p, .edit_wrap img, .edit_wrap video, .edit_wrap iframe {
  margin-bottom: 12px;
}
.edit_wrap h1, .edit_wrap h2, .edit_wrap h3, .edit_wrap h4 {
  line-height: 1.5em;
}
.edit_wrap img, .edit_wrap video, .edit_wrap iframe {
  margin-top: 10px;
}
.edit_wrap h1 {
  font-size: 32px;
}
.edit_wrap h2 {
  font-size: 26px;
}
.edit_wrap h3 {
  font-size: 22px;
}
.edit_wrap h4 {
  font-size: 20px;
}
.edit_wrap p {
  font-size: 16px;
  line-height: 1.7em;
}
.edit_wrap img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto 20px auto;
}
.edit_wrap video {
  width: 100%;
  background-size: cover;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
}
.edit_wrap iframe {
  width: 100%;
}
.edit_wrap table {
  border: 1px solid #ccc;
}
.edit_wrap table th, .edit_wrap table td {
  padding: 6px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.edit_wrap table th:last-child, .edit_wrap table td:last-child {
  border-right: none;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
}
/* main.css ==============================================*/
.mw_30 {
  max-width: 30px;
}

.mw_40 {
  max-width: 40px;
}

.mw_50 {
  max-width: 50px;
}

.mw_60 {
  max-width: 60px;
}

.mw_70 {
  max-width: 70px;
}

.mw_80 {
  max-width: 80px;
}

.mw_90 {
  max-width: 90px;
}

.mw_100 {
  max-width: 100px;
}

.mw_110 {
  max-width: 110px;
}

.mw_120 {
  max-width: 120px;
}

.mw_130 {
  max-width: 130px;
}

.mw_140 {
  max-width: 140px;
}

.mw_150 {
  max-width: 150px;
}

.mw_160 {
  max-width: 160px;
}

.mw_170 {
  max-width: 170px;
}

.mw_180 {
  max-width: 180px;
}

.mw_190 {
  max-width: 190px;
}

.mw_200 {
  max-width: 200px;
}

.mw_210 {
  max-width: 210px;
}

.mw_220 {
  max-width: 220px;
}

.mw_230 {
  max-width: 230px;
}

.mw_240 {
  max-width: 240px;
}

.mw_250 {
  max-width: 250px;
}

.mw_260 {
  max-width: 260px;
}

.mw_270 {
  max-width: 270px;
}

.mw_280 {
  max-width: 280px;
}

.mw_290 {
  max-width: 290px;
}

.mw_300 {
  max-width: 300px;
}

.mw_310 {
  max-width: 310px;
}

.mw_320 {
  max-width: 320px;
}

.mw_330 {
  max-width: 330px;
}

.mw_340 {
  max-width: 340px;
}

.mw_350 {
  max-width: 350px;
}

.box {
  display: block;
  width: 100%;
}

.wrap {
  clear: both;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.video_h {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video_h.pb_56 {
  padding-bottom: 56%;
}
.video_h.pb_100 {
  padding-bottom: 100%;
}
.video_h iframe, .video_h video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.full_wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.full_vid {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.video_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.fixed_bg {
  background-attachment: fixed;
}

.cover_bg, .contain_bg {
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cover_bg {
  background-size: cover;
}

.contain_bg {
  background-size: contain;
}

.content {
  width: 100%;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.terms .box {
  margin-bottom: 30px;
}
.terms label {
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}
.terms label input {
  margin-right: 10px;
}
.terms ul li, .terms ol li {
  margin-bottom: 10px;
}
.terms ul li ul, .terms ul li ol, .terms ol li ul, .terms ol li ol {
  margin-top: 10px;
}
.terms ul > li {
  list-style-type: disc;
}

.slider_btn_wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.slider_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  outline: none;
  cursor: pointer;
}
.slider_btn:before {
  content: "";
  display: block;
  width: 17px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: 0.5s;
}
.slider_btn.prev {
  left: 0;
}
.slider_btn.prev:before {
  background-image: url("../images/slider_btn_prev.png");
}
.slider_btn.prev:hover:before {
  transform: translateX(-10px);
}
.slider_btn.prev.bk:before {
  background-image: url("../images/slider_btn_prev_bk.png");
}
.slider_btn.next {
  right: 0;
}
.slider_btn.next:before {
  background-image: url("../images/slider_btn_next.png");
}
.slider_btn.next:hover:before {
  transform: translateX(10px);
}
.slider_btn.next.bk:before {
  background-image: url("../images/slider_btn_next_bk.png");
}

@media screen and (max-width: 600px) {
  .slider_btn {
    width: 30px;
    height: 30px;
  }
}
/* header.css ==============================================*/
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
  padding: 10px 1.5%;
  border-top: 7px solid #d90012;
}
.header .logo {
  cursor: pointer;
}
.header .logo img {
  width: 150px;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  width: 420px;
  height: 100%;
  max-width: 90%;
  transform: translateX(calc(100% + 15px));
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu.active {
  transform: translateX(0);
}
.menu .menu_group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.menu .item {
  position: relative;
  width: 100%;
  padding-left: 80px;
  font-size: 20px;
  margin-bottom: 25px;
}
.menu .item.item_m {
  display: none;
}
.menu .item a {
  display: inline-block;
  font-weight: 500;
  line-height: 1em;
  color: #999;
  cursor: pointer;
}
.menu .item a:hover {
  color: #000;
}
.menu .item a.active {
  color: #000;
}
.menu .item a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 12px;
  border-radius: 0 3px 3px 0;
  background: #d90012;
}

@media screen and (max-width: 1200px) {
  .menu .item.item_pc {
    display: none;
  }
  .menu .item.item_m {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  .header {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 800px) {
  .menu .item {
    padding-left: 50px;
    margin-bottom: 15px;
  }
  .menu .item:last-child {
    margin-bottom: 0;
  }
  .menu .item a.active:before {
    width: 35px;
  }
}
/* mobilerBtn.css ==============================================*/
.menu_m {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 50px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s ease;
  background: #d90012;
  border-radius: 0 0 0 15px;
}
.menu_m .group {
  position: relative;
  width: 25px;
  height: 25px;
  transform: translateY(-3px);
  transition: 0.5s ease;
}
.menu_m .group div {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: 0.3s ease;
}
.menu_m .group .line1 {
  top: 7px;
}
.menu_m .group .line2 {
  bottom: 7px;
}
.menu_m.active .group {
  transform: translateY(-5px);
}
.menu_m.active .group .line1, .menu_m.active .group .line2 {
  top: 50%;
  bottom: auto;
  transition: transform 0.5s ease 0, top 0.5s ease 0, opacity 0.1s ease 0.4;
}
.menu_m.active .group .line1 {
  transform: rotate(45deg);
}
.menu_m.active .group .line2 {
  transform: rotate(-45deg);
}

.menu_m .group .line1, .menu_m .group .line2 {
  transition: transform 0.5s ease 0.4, top 0.5s ease 0.4, opacity 0.1s ease 0.4;
}

/* inViewport.css ==============================================*/
.view_item {
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.view_item.trans.to_top, .view_item.trans.to_right, .view_item.trans.to_left, .view_item.trans.to_bottom {
  opacity: 1;
  transform: translateX(0);
}
.view_item.trans.scale_in {
  transform: scale(1);
}
.view_item.trans .scale_out {
  transform: scale(0.8);
}
.view_item.trans.bg_scale_in, .view_item.trans.bg_scale_out {
  opacity: 1;
  transform: scale(1);
}
.view_item.trans.fade_in {
  opacity: 1;
}
.view_item.trans.flip {
  opacity: 1;
  transform: rotateY(0);
}
.view_item.trans.speed_scale_left, .view_item.trans.speed_scale_right {
  opacity: 1;
  transform: scale(1) translate(0);
}
.view_item.trans.from_tl, .view_item.trans.from_tr, .view_item.trans.from_bl, .view_item.trans.from_br {
  opacity: 1;
  transform: translate(0, 0);
}

.view_group .to_top, .view_group .to_right, .view_group .to_left, .view_group .to_bottom, .view_group .bg_scale_in, .view_group .bg_scale_out, .view_group .fade_in, .view_group .flip, .view_group .speed_scale_left, .view_group .speed_scale_right, .view_group .extrude_w, .view_group .extrude_h, .view_group .from_tl, .view_group .from_tr, .view_group .from_bl, .view_group .from_br {
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.view_group.trans .to_top, .view_group.trans .to_right, .view_group.trans .to_left, .view_group.trans .to_bottom {
  opacity: 1;
  transform: translateX(0);
}
.view_group.trans .scale_in, .view_group.trans .scale_out {
  opacity: 0;
}
.view_group.trans .scale_in {
  transform: scale(1);
}
.view_group.trans .scale_out {
  transform: scale(0.8);
}
.view_group.trans .bg_scale_in, .view_group.trans .bg_scale_out {
  opacity: 1;
  transform: scale(1);
}
.view_group.trans .fade_in {
  opacity: 1;
}
.view_group.trans .flip {
  opacity: 1;
  transform: rotateY(0);
}
.view_group.trans .speed_scale_left, .view_group.trans .speed_scale_right {
  opacity: 1;
  transform: scale(1) translate(0);
}
.view_group.trans .extrude_w, .view_group.trans .extrude_h {
  opacity: 1;
}
.view_group.trans .extrude_w {
  width: 100%;
}
.view_group.trans .extrude_h {
  height: 100%;
}
.view_group.trans .from_tl, .view_group.trans .from_tr, .view_group.trans .from_bl, .view_group.trans .from_br {
  opacity: 1;
  transform: translate(0, 0);
}

.to_top, .to_right, .to_left, .to_bottom {
  opacity: 0;
}

.to_top {
  transform: translateY(50px);
}

.to_right {
  transform: translateX(-50%);
}

.to_bottom {
  transform: translateY(-50px);
}

.to_left {
  transform: translateX(50%);
}

.from_tl, .from_tr, .from_bl, .from_br {
  opacity: 0;
}

.from_tl {
  transform: translate(-50%, -50%);
}

.from_tr {
  transform: translate(50%, -50%);
}

.from_bl {
  transform: translate(-50%, 50%);
}

.from_br {
  transform: translate(50%, 50%);
}

.scale_in, .scale_out {
  opacity: 0;
}

.scale_in {
  transform: scale(0);
}

.speed_scale_left, .speed_scale_right {
  opacity: 0;
  transition-delay: 0.3s;
}

.speed_scale_left {
  transform: scale(5) translate(-50%, 100%);
}

.speed_scale_right {
  transform: scale(5) translate(50%, 100%);
}

.bg_scale_in {
  opacity: 0;
  transform: scale(0.6);
  transition-duration: 1.5s;
}

.bg_scale_out {
  opacity: 0;
  transform: scale(1.3);
  transition-duration: 1.5s;
}

.fade_in {
  opacity: 0;
}

.flip {
  opacity: 0;
  transform: rotateY(180deg);
}

.flip_parent {
  perspective: 150vh;
}

.extrude_w {
  opacity: 0;
  width: 0;
}

.extrude_h {
  opacity: 0;
  height: 0;
}

.delay_1 {
  transition-delay: 0.2s;
}

.delay_2 {
  transition-delay: 0.4s;
}

.delay_3 {
  transition-delay: 0.6s;
}

.delay_4 {
  transition-delay: 0.8s;
}

.delay_5 {
  transition-delay: 1s;
}

.delay_6 {
  transition-delay: 1.2s;
}

.delay_7 {
  transition-delay: 1.4s;
}

.delay_8 {
  transition-delay: 1.6s;
}

/* overlay.css ==============================================*/
.overlay_wrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  transform: scale(0);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(0, 0, 0, 0.75);
  cursor: url(../images/icon_close_w.png), auto;
}
.overlay_wrap.trans {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-duration: 0.5s;
}
.overlay_wrap.trans .overlay_content {
  opacity: 1;
}
.overlay_wrap.full .overlay_flex {
  padding: 0;
}
.overlay_wrap.full > .overlay_close_btn {
  display: block;
  width: 50px;
  height: 50px;
}
.overlay_wrap.full > .overlay_close_btn:before, .overlay_wrap.full > .overlay_close_btn:after {
  background: #fff;
}
.overlay_wrap.in_close > .overlay_close_btn {
  display: none;
}
.overlay_wrap.no_cover {
  background: none;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, background 0.1s;
}

.overlay_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
  cursor: url(../images/icon/mouse_icon_w.png), auto;
}

.overlay_content {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  pointer-events: none;
  cursor: default;
}

.overlay_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 20px 0;
  box-sizing: border-box;
}

.overlay_box {
  display: none;
  position: relative;
  z-index: 1;
  width: 94%;
  margin: 0 auto;
  pointer-events: auto;
}
.overlay_box.trans {
  display: block;
}

.overlay_close_btn {
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 30;
  width: 40px;
  height: 40px;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  box-sizing: border-box;
}
.overlay_close_btn:hover {
  transform: rotateZ(180deg);
}
.overlay_close_btn:before, .overlay_close_btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 2px;
  background: #333;
}
.overlay_close_btn:before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.overlay_close_btn:after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.overlay_slider_btn {
  display: block;
  position: fixed;
  top: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.overlay_slider_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  width: 40px;
  height: 40px;
  transform: rotateZ(45deg);
}
.overlay_slider_btn:hover.prev {
  left: 30px;
}
.overlay_slider_btn:hover.next {
  right: 30px;
}
.overlay_slider_btn.prev {
  left: 40px;
}
.overlay_slider_btn.prev:before {
  left: 9px;
  border-bottom: 5px solid #d90012;
  border-left: 5px solid #d90012;
}
.overlay_slider_btn.next {
  right: 40px;
}
.overlay_slider_btn.next:before {
  right: 9px;
  border-top: 5px solid #d90012;
  border-right: 5px solid #d90012;
}

.notice_box {
  width: 90%;
  max-width: 500px;
  padding: 50px;
  border-radius: 10px;
  background: #fff;
  color: #4b545e;
  line-height: 1.5em;
  font-size: 20px;
  text-align: center;
  background: #fff;
}
.notice_box .group {
  padding: 30px;
}
.notice_box .notice_text {
  margin-bottom: 30px;
}
.notice_box .notice_btn {
  padding: 5px 30px;
  border-radius: 5px;
  background: #2065ac;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}
.notice_box .notice_btn:hover {
  background: #4b545e;
}
.notice_box p {
  margin-bottom: 10px;
}
.notice_box p:last-child {
  margin-bottom: 0;
}

.notice_btn {
  display: inline-block;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 2px 20px;
  background: #ddd;
  border-radius: 7px;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  font-size: 16px;
}
.notice_btn:hover {
  background: #d90012;
  border-color: #ccc;
  color: #fff;
}

/* index.css ==============================================*/
body {
  text-align: justify;
}
.font_segoe {
  font-family: "Segoe UI", "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.glide__arrow {
  padding: 0;
}

@keyframes move_1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
}
@keyframes move_2 {
  0%, 100% {
    transform: translateY(50px);
  }
  50% {
    transform: translateY(0);
  }
}
@keyframes move_3 {
  0%, 100% {
    transform: translateX(50px);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes scale {
  0%, 100% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes fade {
  0%, 25%, 75%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scaleFade {
  0%, 100% {
    opacity: 0;
    transform: scale(0);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
  75% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes lightScale {
  0%, 100% {
    opacity: 0;
    transform: scale(0.9);
  }
  20%, 50% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
  }
}
.ani_item {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.ani_item.move_1 {
  animation-name: move_1;
}
.ani_item.move_2 {
  animation-name: move_2;
}
.ani_item.move_3 {
  animation-name: move_3;
}
.ani_item.rotate {
  animation-name: rotate;
  animation-duration: 20s;
}
.ani_item.fade {
  animation-name: fade;
  animation-duration: 3s;
}
.ani_item.scale_fade {
  animation-name: scaleFade;
  animation-duration: 3s;
}
.ani_item.scale {
  animation-name: scale;
  animation-duration: 5s;
}

.main_wrap {
  position: relative;
  z-index: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
.main_wrap .section {
  position: relative;
  z-index: 0;
  max-width: 100vw;
  min-width: 100vw;
  height: 100vh;
  padding-top: 50px;
}
.main_wrap .main_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main_wrap .main {
  position: relative;
  z-index: 1;
}
.main_wrap .main .group {
  width: 100%;
}
.main_wrap .main .head {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.main_wrap .main .head p {
  font-size: 16px;
  line-height: 1.6em;
}

.icon_wrap.view_item {
  opacity: 1;
}
.icon_wrap.trans .icon {
  opacity: 1;
}
.icon_wrap .icon {
  opacity: 0;
  position: absolute;
  z-index: 0;
  transition-duration: 1.5s;
  transition-delay: 1.2s;
}
.icon_wrap .icon.tree {
  opacity: 1;
  bottom: 60px;
}
.icon_wrap .icon img {
  width: 100%;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.icon_wrap .icon img.delay_1s {
  animation-delay: 1s;
}
.icon_wrap .icon img.delay_2s {
  animation-delay: 2s;
}

.move_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: visible;
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page_scroll_btn {
  position: fixed;
  bottom: 55px;
  width: 140px;
  height: 34px;
}
.page_scroll_btn.m {
  display: none;
}
.page_scroll_btn.prev_btn_wrap {
  left: 0;
}
.page_scroll_btn.next_btn_wrap {
  right: 0;
}
.page_scroll_btn .next_btn, .page_scroll_btn .prev_btn {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0;
}
.page_scroll_btn .next_btn.active, .page_scroll_btn .prev_btn.active {
  opacity: 1;
  visibility: visible;
}
.page_scroll_btn .next_btn p, .page_scroll_btn .prev_btn p {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.page_scroll_btn .next_btn .dot, .page_scroll_btn .prev_btn .dot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.page_scroll_btn .next_btn .dot i, .page_scroll_btn .prev_btn .dot i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  border-radius: 50%;
  background: #e6be84;
}
.page_scroll_btn .next_btn .dot i:nth-child(1), .page_scroll_btn .prev_btn .dot i:nth-child(1) {
  opacity: 0.2;
}
.page_scroll_btn .next_btn .dot i:nth-child(2), .page_scroll_btn .prev_btn .dot i:nth-child(2) {
  opacity: 0.45;
}
.page_scroll_btn .next_btn .dot i:nth-child(3), .page_scroll_btn .prev_btn .dot i:nth-child(3) {
  opacity: 0.7;
}
.page_scroll_btn .next_btn.home_next, .page_scroll_btn .prev_btn.home_next {
  justify-content: center;
  width: 100%;
  color: #fff;
}
.page_scroll_btn .next_btn.home_next span, .page_scroll_btn .prev_btn.home_next span {
  line-height: 1em;
}
.page_scroll_btn .next_btn.home_next img, .page_scroll_btn .prev_btn.home_next img {
  width: 15px;
}
.page_scroll_btn .next_btn.section_next, .page_scroll_btn .prev_btn.section_next {
  right: 20px;
}
.page_scroll_btn .next_btn.section_next img, .page_scroll_btn .prev_btn.section_next img {
  width: 35px;
}
.page_scroll_btn .prev_btn {
  justify-content: flex-start;
}
.page_scroll_btn .prev_btn:hover p {
  transform: translateX(-5px);
}
.page_scroll_btn .prev_btn.home_next {
  left: 0;
  background: linear-gradient(to right, #a8000e, #fe0015);
  border-radius: 0 30px 30px 0;
  padding-right: 10px;
}
.page_scroll_btn .prev_btn.home_next span {
  margin-left: 5px;
}
.page_scroll_btn .prev_btn.home_next img {
  transform: rotateY(180deg);
}
.page_scroll_btn .next_btn:hover p {
  transform: translateX(5px);
}
.page_scroll_btn .next_btn.home_next {
  right: 0;
  background: linear-gradient(to right, #fe0015, #a8000e);
  border-radius: 30px 0 0 30px;
  padding-left: 10px;
}
.page_scroll_btn .next_btn.home_next span {
  margin-right: 5px;
}

.page_logo {
  margin-bottom: 20px;
}
.page_logo img {
  width: 50%;
  max-width: 162px;
  margin: 0 auto;
}

.page_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.page_title.bk h2 {
  color: #000;
}
.page_title h2, .page_title h3 {
  position: relative;
  margin: 0 15px;
  color: #d90012;
}
.page_title h2 span, .page_title h3 span {
  position: relative;
  z-index: 1;
}
.page_title h2 {
  font-size: 34px;
}
.page_title h3 {
  font-size: 28px;
}
.page_title p {
  margin-top: 15px;
  line-height: 1.5em;
  text-align: center;
}
.page_title p span {
  display: inline-block;
  margin: 0 auto;
}
.page_title img {
  width: 17px;
}

.page_menu {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 30px;
}
.page_menu.trans .item:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.page_menu.trans .item:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}
.page_menu.trans .item:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.page_menu.trans .item:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.page_menu.trans .item:nth-child(5) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.page_menu.trans .item:nth-child(6) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.1s;
}
.page_menu.trans .item:nth-child(7) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.page_menu.trans .item:nth-child(8) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.3s;
}
.page_menu.trans .item:nth-child(9) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.page_menu.trans .item:nth-child(10) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}
.page_menu .item {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 15px;
}
.page_menu .item:hover > span, .page_menu .item.active > span {
  background: #1aa488;
  color: #fff;
}
.page_menu .item > span {
  display: block;
  background: #fff;
  cursor: pointer;
  padding: 5px 20px 7px 20px;
  line-height: 1.2em;
  border-radius: 8px;
  margin: 0 10px;
}
.page_menu .item > span span {
  display: inline;
  margin: 0 3px;
  padding: 0;
  background: none;
}

.inpage_wrap {
  position: relative;
  padding-top: 80px;
}
.inpage_wrap:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("../images/future_bg.png") no-repeat left center;
  background-size: auto 100%;
}
.inpage_wrap .main {
  position: relative;
  z-index: 1;
  max-width: 1000px;
}
.inpage_wrap .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.inpage_wrap .btn_wrap a {
  width: 150px;
  padding: 3px 0 5px 0;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background: #666;
}
.inpage_wrap .btn_wrap a:hover {
  background: #d90012;
}

.page_slogan {
  position: absolute;
  left: 50%;
  bottom: 75px;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 75px;
  line-height: 1em;
  font-weight: bold;
  color: #dedede;
}

.btn_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  cursor: pointer;
}
.more_btn span {
  margin-right: 5px;
}
.more_btn i {
  font-style: normal;
  font-size: 22px;
  color: #d90012;
}

.cookie_wrap {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 40px;
  padding: 0 65px 0 15px;
  background: #333;
  transition: 0.3s ease;
}
.cookie_wrap.active {
  opacity: 1;
  visibility: visible;
}
.cookie_wrap p {
  font-size: 13px;
  line-height: 1.2em;
  color: #fff;
}
.cookie_wrap p a {
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
.cookie_wrap .overlay_close_btn {
  right: 0;
  top: 0;
  transform: translateY(0);
  width: 50px;
  height: 100%;
  background: #000;
  border-radius: 0;
}
.cookie_wrap .overlay_close_btn:before, .cookie_wrap .overlay_close_btn::after {
  width: 20px;
  background: #fff;
}
.cookie_wrap .overlay_close_btn:hover {
  background: #d90012;
}

.no_slider .slider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no_slider .slider_btn_wrap {
  display: none;
}

.home {
  padding-top: 0 !important;
}
.home.active .video_wrap .video {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-duration: 1s;
  transition-delay: 0.2s;
}
.home .icon {
  z-index: 2;
}
.home .cube_1 {
  left: 18%;
  top: 12%;
  width: 2%;
}
.home .cube_2 {
  left: 5%;
  top: 63%;
  width: 3%;
}
.home .cube_3 {
  left: 24%;
  top: 78%;
  width: 4.5%;
}
.home .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}
.home .main > .bg {
  display: none;
}
.home .slogan_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 50%;
  height: 100%;
  z-index: 2;
  padding-right: 5%;
  margin-bottom: 10%;
  overflow: hidden;
}
.home .slogan {
  width: 100%;
  margin-bottom: 20px;
}
.home .slogan .item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateY(0);
  padding-left: 70px;
  transition: 0.2s;
}
.home .slogan .item:first-child {
  position: relative;
}
.home .slogan .item.active {
  opacity: 1;
  transition-duration: 0.7s;
}
.home .slogan img {
  width: 100%;
}
.home .line {
  width: 50%;
  height: 8px;
  background: linear-gradient(to right, #fd4553, #b2222e);
  transform: skewX(-30deg) translateX(-15px);
}
.home .video_wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .video_wrap .video {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 2%;
  top: 0;
  z-index: 0;
  width: 54%;
  height: 100%;
  transform: scale(0.8);
  transition: 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home .video_wrap video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .video_wrap .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 70%;
  height: 100%;
  background-image: url("../images/shape_1.png");
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: auto 100%;
}
.home .btn_wrap a {
  display: inline-block;
  padding: 5px 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 2px solid #1aa488;
  background: #fff;
  box-shadow: 3px 5px 10px rgba(93, 93, 93, 0.2);
  cursor: pointer;
  line-height: 1.3em;
}
.home .btn_wrap a:hover {
  transform: scale(1.07);
  color: #333;
}
.home .btn_wrap a span {
  margin-right: 10px;
  margin-bottom: 1px;
}
.home .btn_wrap a span span {
  display: inline-block;
  margin-right: 5px;
}
.home .btn_wrap a span span:last-child {
  margin-right: 0;
}

.main_wrap .chronicle {
  padding-top: 0;
}

.chronicle {
  overflow: hidden;
}
.chronicle:before {
  opacity: 0.3;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/chronicle/img_13.jpg") no-repeat center center;
  background-size: cover;
  filter: blur(50px);
}
.chronicle .page_title {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.chronicle .page_title.bk h2 {
  color: #000;
}
.chronicle .page_title h2 {
  color: #fff;
}
.chronicle .slider_wrap {
  height: 100vh;
  overflow: hidden;
}
.chronicle .main_slider_wrap {
  z-index: 0;
  width: 100%;
  height: 100%;
}
.chronicle .tab_menu {
  position: relative;
  z-index: 1;
}
.chronicle .tab_item {
  background: rgba(0, 0, 0, 0.5);
}
.chronicle .tab_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(0);
}
.chronicle .item {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.chronicle .item.full .text {
  padding-right: 0;
}
.chronicle .item.full .text .box {
  align-items: center;
  width: 100%;
  max-width: 800px;
}
.chronicle .item.full .text h3 {
  position: relative;
}
.chronicle .item.full .text .in_box {
  width: auto;
  align-items: center;
}
.chronicle .item.full .text p {
  max-width: none;
  padding-right: 0;
}
.chronicle .item.full .text p > span {
  padding-left: 0;
  border: none;
}
.chronicle .item.full .text p > span:before {
  display: none;
}
.chronicle .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.chronicle .item .bg::before {
  opacity: 0.2;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #444;
}
.chronicle .item .bg .cover_bg, .chronicle .item .bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  padding-bottom: 0;
  filter: blur(50px);
}
.chronicle .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  max-width: 1400px;
  height: 100%;
  padding: 0 50px;
}
.chronicle .wrap .text, .chronicle .wrap .pic {
  position: relative;
  width: 48%;
  height: calc(100% - 70px);
  margin: 0 1%;
}
.chronicle .wrap .text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.chronicle .wrap .text .box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
}
.chronicle .wrap .text .box.long_text {
  max-width: 450px;
}
.chronicle .wrap .text .box.long_text h3 {
  font-size: 80px;
}
.chronicle .wrap .text h3 {
  margin-bottom: 20px;
  font-size: 90px;
  line-height: 1.2em;
  font-weight: bold;
}
.chronicle .wrap .text h3 span {
  display: block;
}
.chronicle .wrap .text .in_wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  min-width: 270px;
}
.chronicle .wrap .text .in_box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
}
.chronicle .wrap .text .in_box:last-child {
  margin-bottom: 0;
}
.chronicle .wrap .text h4 {
  display: inline-block;
  margin-bottom: 12px;
  padding: 0 15px;
  line-height: 1.5em;
  border-radius: 30px;
  background: #d90012;
}
.chronicle .wrap .text p {
  line-height: 1.5em;
  padding-right: 20px;
  margin-bottom: 5px;
  letter-spacing: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 16px;
}
.chronicle .wrap .text p > span {
  position: relative;
  padding-left: 20px;
}
.chronicle .wrap .text p > span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 3px;
  width: 10px;
  height: 4px;
  background: #d90012;
}
.chronicle .wrap .text p span {
  display: block;
}
.chronicle .wrap .pic {
  padding: 90px 0 25px 0;
}
.chronicle .wrap .pic .contain_bg {
  height: 75vh;
  padding-bottom: 0;
}
.chronicle .wrap .pic .slider_wrap, .chronicle .wrap .pic .slider, .chronicle .wrap .pic .pic_item {
  height: 100%;
}
.chronicle .wrap .pic .slider_btn_wrap {
  display: none;
}
.chronicle .wrap .pic .pic_slider {
  max-width: 100%;
}
.chronicle .wrap .pic .pic_item {
  position: relative;
  height: 60vh;
}
.chronicle .wrap .pic .pic_item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 97%;
  max-height: 100%;
  margin: 0 auto;
}
.chronicle .wrap .pic .pic_item .glide__slide {
  opacity: 0;
  transition: 0.1s;
}
.chronicle .wrap .pic .pic_item .glide__slide.glide__slide--active {
  opacity: 1;
  transition: 0.5s;
}
.chronicle .slider_btn_wrap, .chronicle .tns-controls {
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  max-width: 1400px;
  z-index: 5;
}
.chronicle .slider_btn_wrap.hide, .chronicle .tns-controls.hide {
  display: none;
}
.chronicle .tns-controls {
  position: absolute;
  top: 50%;
  height: 0;
}
.chronicle .tns-controls button {
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
}
.chronicle .tns-controls button:hover {
  background: #d90012;
}
.chronicle .tns-controls button:first-child {
  top: 0;
  transform: translateY(-100%);
}
.chronicle .tns-controls button:last-child {
  top: 0;
  transform: translateY(100%);
}
.chronicle .chronicle_slider_btn_wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}
.chronicle .chronicle_slider_btn_wrap .slider_btn {
  position: relative;
  left: auto;
  top: auto;
  transform: translateY(0);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
}
.chronicle .chronicle_slider_btn_wrap .slider_btn:hover {
  background: #d90012;
}
.chronicle .chronicle_slider_btn_wrap .slider_btn[aria-disabled=true] {
  opacity: 0.2;
  cursor: default;
}
.chronicle .chronicle_slider_btn_wrap .slider_btn[aria-disabled=true]:hover {
  background: rgba(0, 0, 0, 0.5);
}
.chronicle .chronicle_slider_btn_wrap .slider_btn.prev:before, .chronicle .chronicle_slider_btn_wrap .slider_btn.next:before {
  transform: rotate(90deg);
  width: 12px;
}
.chronicle .chronicle_slider_btn_wrap .slider_btn.prev {
  margin-bottom: 10px;
}
.chronicle .year_slider_wrap {
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 70px;
  height: 96px;
  overflow: hidden;
}
.chronicle .year_slider_wrap .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.chronicle .year_slider_wrap .year_item {
  display: block;
  color: #fff;
  width: 100%;
  height: 32px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  transition: 0.1s;
}
.chronicle .year_slider_wrap .year_item.active {
  color: #d90012;
  font-weight: 500;
  transition: 0.2s;
}
.chronicle .year_slider_wrap .year_item.active span {
  transform: scale(1);
}
.chronicle .year_slider_wrap .year_item span {
  display: block;
  transform: scale(0.6);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}
.chronicle .year_slider_wrap .slider_btn_wrap {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 100%;
}
.chronicle .year_slider_wrap .slider_btn_wrap .slider_btn {
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
}
.chronicle .year_slider_wrap .slider_btn_wrap .slider_btn:before {
  transform: rotate(90deg);
  width: 14px;
  height: 20px;
}
.chronicle .year_slider_wrap .slider_btn_wrap .slider_btn.prev {
  top: -60px;
}
.chronicle .year_slider_wrap .slider_btn_wrap .slider_btn.next {
  top: auto;
  bottom: -60px;
}

.main_wrap .chairman {
  padding-top: 0;
}

.chairman {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.chairman .circle {
  position: absolute;
  left: 0;
  top: 15%;
  z-index: 0;
  width: 45%;
  transform: translateX(-30%);
}
.chairman .circle:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: #f1f1f1;
}
.chairman .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 30vh;
  background: #d90012;
}
.chairman .cube_1 {
  left: 5%;
  top: 22%;
  width: 4%;
}
.chairman .cube_2 {
  left: 55%;
  top: 50%;
  width: 3%;
}
.chairman .cube_3 {
  right: 3%;
  top: 18%;
  width: 5%;
}
.chairman .main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.chairman .main .pic {
  width: 23%;
}
.chairman .main .pic img {
  width: 100%;
}
.chairman .main .text {
  width: 75%;
  padding-top: 2%;
  padding-bottom: 20px;
}
.chairman .main .text h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
  color: #d90012;
}
.chairman .main .text h3 span {
  width: 140px;
}
.chairman .main .text h3:after {
  content: "";
  display: block;
  width: calc(100% - 140px);
  height: 1px;
  background: #d90012;
}
.chairman .main .text p {
  margin-bottom: 8px;
  line-height: 1.5em;
  font-size: 16px;
}
.chairman .main .sign {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  font-size: 15px;
}
.chairman .main .sign h4 {
  margin-right: 10px;
  font-weight: bold;
  line-height: 1.5em;
}
.chairman .main .sign img {
  transform: translateY(30%);
}
.chairman .keyword {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  border-radius: 50px;
  background: url("../images/chairman_earth.png") no-repeat center center;
  background-size: cover;
  padding: 30px;
  padding-bottom: 35px;
  color: #fff;
}
.chairman .keyword .head {
  margin-bottom: 20px;
  text-align: center;
}
.chairman .keyword .head h3 {
  font-size: 26px;
}
.chairman .keyword .item_wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.chairman .keyword .item {
  margin: 0 2%;
}
.chairman .keyword .item > span {
  display: block;
}
.chairman .keyword .item p {
  display: flex;
  align-items: cenfer;
  justify-content: center;
  margin-right: 5px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1em;
}
.chairman .keyword .item p > span {
  margin-left: 3px;
  margin-right: 10px;
}
.chairman .keyword .item p .count_wrap {
  position: relative;
}
.chairman .keyword .item p .hide {
  opacity: 0;
}
.chairman .keyword .item p .count {
  position: absolute;
  left: 0;
  top: 0;
}

.forward {
  padding-top: 0 !important;
}
.forward:before, .forward:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.forward:before {
  left: 0;
  top: 0;
  border-width: 40vw 70vw 0 0;
  border-color: #f9f9f9 transparent transparent transparent;
}
.forward:after {
  right: 0;
  bottom: 0;
  border-width: 0 0 20vw 35vw;
  border-color: transparent transparent #f9f9f9 transparent;
}
.forward .icon {
  z-index: 1;
}
.forward .cube_1 {
  left: 5%;
  bottom: 18%;
  width: 3%;
}
.forward .cube_2 {
  right: 6%;
  top: 31%;
  width: 4%;
}
.forward .cube_3 {
  right: 4%;
  bottom: 15%;
  width: 6%;
}
.forward .head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 40vh;
  padding: 5vh 0;
  overflow: hidden;
}
.forward .head .circle {
  position: absolute;
  z-index: 1;
  width: 30%;
}
.forward .head .circle:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
}
.forward .head .circle.left {
  left: 0;
  top: 0;
  transform: translate(-50%, -65%);
}
.forward .head .circle.left:before {
  background: #f1f1f1;
}
.forward .head .circle.right {
  right: 0;
  bottom: 0;
  transform: translate(50%, 65%);
}
.forward .head .circle.right:before {
  background: #d90012;
}
.forward .head .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.forward .head .cover_bg {
  background: url("../images/forward_main.jpg") no-repeat center bottom;
  height: 100%;
  padding-bottom: 0;
}
.forward .head .btn_wrap {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.forward .head .btn_wrap .more_btn {
  padding: 5px 10px;
  border: 1px solid #d90012;
  border-radius: 30px;
  background: #fff;
}
.forward .head .btn_wrap .more_btn span {
  margin-right: 3px;
}
.forward .head .btn_wrap .more_btn i {
  transform: translateY(-3px);
}
.forward .tab_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  transform: translateY(-50px);
  max-width: 1000px;
}
.forward .slider_wrap {
  position: relative;
  width: 100%;
  padding: 0 30px;
}
.forward .slider .item {
  padding: 25px 20px;
}
.forward .slider .item.item_hr .pic {
  position: relative;
  z-index: 1;
  border-width: 3px;
}
.forward .slider .item.item_hr .pic .pic_box::before {
  display: none;
}
.forward .slider .item.item_hr .pic .cover_bg, .forward .slider .item.item_hr .pic .contain_bg {
  filter: grayscale(0);
}
.forward .slider .item.item_hr .text p {
  color: #d90012;
}
.forward .slider .item.item_2 .box {
  transform: translateY(-25px);
}
.forward .slider .item.item_3 .box {
  transform: translateY(-15px);
}
.forward .slider .item.item_pic_0 .cover_bg {
  background-image: url("../images/forward/img_hr.jpg");
}
.forward .slider .item.item_pic_1 .cover_bg {
  background-image: url("../images/forward/img_1.jpg?v=1.1");
}
.forward .slider .item.item_pic_2 .cover_bg {
  background-image: url("../images/forward/img_2.jpg?v=1.1");
}
.forward .slider .item.item_pic_3 .cover_bg {
  background-image: url("../images/forward/img_3.jpg?v=1.1");
}
.forward .slider .item.item_pic_4 .cover_bg {
  background-image: url("../images/forward/img_4.jpg?v=1.1");
}
.forward .slider .item.item_pic_5 .cover_bg {
  background-image: url("../images/forward/img_5.jpg?v=1.1");
}
.forward .slider .item.item_pic_6 .cover_bg {
  background-image: url("../images/forward/img_6.jpg?v=1.1");
}
.forward .slider .item.item_pic_7 .cover_bg {
  background-image: url("../images/forward/img_7.jpg?v=1.1");
}
.forward .slider .item.item_pic_8 .cover_bg {
  background-image: url("../images/forward/img_8.jpg?v=1.1");
}
.forward .slider .item.item_pic_9 .cover_bg {
  background-image: url("../images/forward/img_9.jpg?v=1.1");
}
.forward .slider .item.item_pic_10 .cover_bg {
  background-image: url("../images/forward/img_10.jpg?v=1.1");
}
.forward .slider .item.item_pic_11 .cover_bg {
  background-image: url("../images/forward/img_11.jpg?v=1.1");
}
.forward .slider .item.item_pic_12 .cover_bg {
  background-image: url("../images/forward/img_12.jpg?v=1.1");
}
.forward .slider .item .box {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.forward .slider .item .box:hover .pic .pic_box::before {
  opacity: 0;
  visibility: hidden;
}
.forward .slider .item .box:hover .pic .cover_bg, .forward .slider .item .box:hover .pic .contain_bg {
  filter: grayscale(0);
}
.forward .slider .item .pic {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
  margin-bottom: 25px;
  cursor: pointer;
}
.forward .slider .item .pic:hover {
  transform: scale(0.95);
}
.forward .slider .item .pic .shadow, .forward .slider .item .pic .pic_box {
  width: 100%;
  border-radius: 50%;
}
.forward .slider .item .pic .pic_box {
  position: relative;
  border: 2px solid #d90012;
  overflow: hidden;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.forward .slider .item .pic .pic_box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.forward .slider .item .pic .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border: none;
  animation: lightScale 3.5s infinite;
}
.forward .slider .item .pic .shadow::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-radius: 50%;
  padding-bottom: 100%;
  background: rgba(217, 0, 18, 0.4);
  transform: scale(1.04);
  filter: blur(12px);
}
.forward .slider .item .pic .cover_bg, .forward .slider .item .pic .contain_bg {
  position: relative;
  z-index: 0;
  padding-bottom: 100%;
  filter: grayscale(50%);
}
.forward .slider .item .text {
  display: block;
  margin-bottom: 15px;
  color: #000;
  cursor: pointer;
}
.forward .slider .item .text:hover {
  color: #d90012;
}
.forward .slider .item .text h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3em;
}
.forward .slider .item .text p {
  font-size: 15px;
  line-height: 1.3em;
}
.forward .slider .item .more_btn {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
}
.forward .slider_btn_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.forward .slider_btn_wrap .slider_btn.prev::before {
  background-image: url(../images/slider_btn_prev_bk.png);
}
.forward .slider_btn_wrap .slider_btn.next::before {
  background-image: url(../images/slider_btn_next_bk.png);
}
.forward .forward_pic {
  position: relative;
  width: 65%;
}
.forward .forward_pic .pic {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 5px solid #d90012;
}
.forward .forward_pic .pic img {
  width: 100%;
}
.forward .forward_pic .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  padding: 30px;
}
.forward .forward_pic .text a {
  cursor: pointer;
}
.forward .forward_pic .text a:hover {
  color: #333;
}
.forward .forward_pic .text h3 {
  margin-bottom: 15px;
  color: #d90012;
}
.forward .forward_pic .text p {
  margin-bottom: 20px;
}
.forward .forward_pic .btn_wrap {
  justify-content: space-between;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.forward .forward_pic .more_btn {
  padding: 3px 10px 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
}
.forward .forward_pic .more_btn:hover {
  background: #444;
  border-color: #444;
  color: #fff;
}
.forward .forward_pic .more_btn:hover i {
  color: #fff;
}
.forward .forward_pic .more_btn i {
  transform: translateY(-1px);
}

.future:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("../images/future_bg.png") no-repeat left center;
  background-size: auto 100%;
}
.future .cube_1 {
  right: 15%;
  top: 10%;
  width: 4%;
}
.future .cube_2 {
  left: 35%;
  bottom: 18%;
  width: 6%;
}
.future .page_title {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.future .wrap {
  max-width: 1600px;
  padding-top: 3.5vh;
}
.future .item_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.future .item_wrap .item {
  position: relative;
  width: 47%;
  padding: 0 20px;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}
.future .item_wrap .item:nth-child(2n) {
  margin-top: 5%;
}
.future .item_wrap .item:hover {
  transform: scale(1.05);
}
.future .item_wrap .item.item_1 .pic .contain_bg {
  background-image: url("../images/future_chairman.png?v=1.1");
}
.future .item_wrap .item.item_2 .pic .contain_bg {
  background-image: url("../images/future_manager.png?v=1.1");
}
.future .item_wrap .item .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.future .item_wrap .item .bg img {
  width: 100%;
}
.future .item_wrap .item .box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.future .item_wrap .item .text {
  width: 55%;
  padding: 30px 15px;
  color: #fff;
}
.future .item_wrap .item .text .head {
  margin-bottom: 15px;
}
.future .item_wrap .item .text h4 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}
.future .item_wrap .item .text h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  background: #d90012;
}
.future .item_wrap .item .text h4 strong {
  font-size: 22px;
}
.future .item_wrap .item .text h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.future .item_wrap .item .text p {
  font-size: 13px;
  line-height: 1.5em;
}
.future .item_wrap .item .text .more_btn {
  color: #fff;
}
.future .item_wrap .item .text .more_btn i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  font-weight: normal;
  line-height: 1em;
  font-size: 20px;
  transform: translateY(2px);
}
.future .item_wrap .item .text .more_btn i::before {
  content: "+";
  display: block;
  transform: translateY(-2px);
}
.future .item_wrap .item .pic {
  width: 45%;
}
.future .item_wrap .item .pic .contain_bg {
  padding-bottom: 123%;
  background-position: center bottom;
}

.report .cube_1 {
  left: 7%;
  top: 12%;
  z-index: 1;
  width: 5%;
}
.report .cube_2 {
  right: 8%;
  bottom: 15%;
  width: 4%;
}
.report .tab_wrap {
  position: relative;
  z-index: 0;
  margin-top: 60px;
}
.report .tab_wrap .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 50vh;
  max-height: 220px;
  background: #efefef;
}
.report .tab_wrap .bar img {
  height: 100%;
}
.report .tab_menu, .report .tab_content {
  position: relative;
  z-index: 1;
}
.report .tab_menu {
  width: 92%;
  margin: 0 auto;
}
.report .tab_menu .group {
  transform: translateY(-18px);
}
.report .tab_menu h3 {
  text-align: center;
  color: #000;
}
.report .tab_menu h3 span {
  display: inline-block;
}
.report .tab_item {
  min-width: 180px;
  color: #000;
  background: #fff;
  border: 1px solid #d90012;
  font-weight: 500;
}
.report .tab_content {
  max-width: 1400px;
}
.report .tab_head {
  margin-bottom: 10px;
}
.report .tab_head h3 {
  text-align: center;
  font-size: 22px;
}
.report .tab_head h3 span {
  display: inline-block;
}
.report .slider_wrap {
  padding: 0 40px;
  overflow: hidden;
}
.report .item {
  padding: 0 20px;
  cursor: pointer;
}
.report .item:nth-child(2) {
  padding-top: 3vh;
}
.report .item:nth-child(3) {
  padding-top: 5vh;
}
.report .item:hover .pic {
  transform: scale(0.95);
}
.report .item .pic, .report .item .text {
  max-width: 265px;
  margin: 0 auto;
}
.report .item .pic {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.report .item .pic img {
  width: 100%;
}
.report .item .text {
  position: relative;
  z-index: 0;
  padding-left: 15%;
  padding-right: 5px;
}
.report .item .text h3 {
  position: relative;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.3em;
  color: #d90012;
}
.report .item .text h3 span {
  display: block;
}
.report .item .text h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 155px;
  background: #d90012;
  transform: translateX(-15px);
}
.report .item .text p {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.3em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-white-space: normal;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.report .item .btn_wrap .more_btn span {
  font-size: 14px;
}
.report .item .btn_wrap .more_btn i {
  transform: translateY(-1px);
}
.report .item .btn_wrap .more_btn:hover {
  color: #d90012;
}

.issue {
  overflow: hidden;
  background: #efefef;
}
.issue:before, .issue:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.issue:before {
  left: 0;
  top: 0;
  border-width: 12vw 25vw 0 0;
  border-color: #f3f2f2 transparent transparent transparent;
}
.issue::after {
  right: 0;
  top: 3%;
  border-width: 0 0 20vw 50vw;
  border-color: transparent transparent #f9f9f9 transparent;
}
.issue .bar {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  height: 40%;
}
.issue .bar::before, .issue .bar::after {
  content: "";
  display: block;
  position: absolute;
}
.issue .bar::before {
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 80%;
  background: #fff;
}
.issue .bar::after {
  left: 0;
  top: 80%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30vw 80vw 0 0;
  border-color: #f6f7f6 transparent transparent transparent;
}
.issue .bar img {
  position: relative;
  z-index: 2;
  height: 100%;
}
.issue .icon {
  z-index: 2;
}
.issue .cube_1 {
  left: 16%;
  top: 12%;
  width: 3%;
}
.issue .cube_2 {
  right: 8%;
  bottom: 18%;
  width: 4%;
}
.issue .cube_3 {
  left: 10%;
  bottom: 22%;
  width: 5%;
}
.issue .main {
  position: relative;
  z-index: 3;
  padding-top: 7vh;
}
.issue .page_title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.issue .item_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.issue .item_wrap .item {
  width: 45%;
  padding: 10px;
  max-width: 350px;
}
.issue .item_wrap .item.en .btn_wrap a {
  letter-spacing: 0;
  font-size: 15px;
}
.issue .item_wrap .item h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
}
.issue .item_wrap .item .pic {
  width: 100%;
  margin-bottom: 20px;
  border: 4px solid rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 16px 2px 20px rgba(0, 0, 0, 0.15);
}
.issue .item_wrap .item .pic img {
  width: 100%;
}
.issue .item_wrap .item .btn_wrap {
  justify-content: center;
  flex-wrap: wrap;
}
.issue .item_wrap .item .btn_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  color: #fff;
  margin: 0 5px;
  margin-bottom: 10px;
  background: #646464;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
}
.issue .item_wrap .item .btn_wrap a:hover {
  background: #d90012;
}
.issue .item_wrap .item .btn_wrap a span {
  margin-right: 7px;
}
.issue .item_wrap .item .btn_wrap a img {
  width: 14px;
}

.story {
  overflow: hidden;
}
.story:before, .story:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.story:before {
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  border-width: 0 120vw 110vw 0;
  border-color: transparent transparent #f4f4f4 transparent;
}
.story:after {
  right: 0;
  top: 20%;
  z-index: 0;
  border-width: 30vw 60vw 30vw 0;
  border-color: transparent #fcfcfc transparent transparent;
}
.story .bg {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.story .bg img {
  width: auto;
  height: 75%;
}
.story .icon {
  z-index: 3;
}
.story .cube_1 {
  left: 5%;
  top: 15%;
  width: 5%;
}
.story .cube_2 {
  right: 8%;
  top: 12%;
  width: 5%;
}
.story .cube_3 {
  left: 7%;
  bottom: 15%;
  width: 4%;
}
.story .main {
  z-index: 4;
  max-width: 850px;
}
.story .video {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.story .video .video_h {
  position: relative;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
.story .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.story .item {
  cursor: pointer;
  width: 100%;
}
.story .item:hover .cover_bg {
  transform: scale(1.1);
}
.story .item.item_1 .cover_bg {
  background-image: url("../images/story/img_1.jpg");
}
.story .item.item_2 .cover_bg {
  background-image: url("../images/story/img_2.jpg");
}
.story .item.item_3 .cover_bg {
  background-image: url("../images/story/img_3.jpg");
}
.story .item.item_4 .cover_bg {
  background-image: url("../images/story/img_4.jpg");
}
.story .item .box {
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
.story .item .pic {
  width: 100%;
  overflow: hidden;
}
.story .item .text {
  padding: 10px 15px;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.9));
}
.story .item .text p {
  min-height: 4.5em;
  font-size: 15px;
  line-height: 1.5em;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-white-space: normal;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.story .slider_btn_wrap {
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 100px);
}

.slider_group {
  opacity: 0;
  position: relative;
  width: 100%;
  max-width: 1400px;
  min-height: 300px;
  margin: 0 auto;
  transition: 0.3s;
}
.slider_group.trans {
  opacity: 1;
}
.slider_group.trans .slider_wrap .item {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.6s;
}
.slider_group.trans .slider_wrap .item:nth-child(1) {
  transition-delay: 0.2s;
}
.slider_group.trans .slider_wrap .item:nth-child(2) {
  transition-delay: 0.4s;
}
.slider_group.trans .slider_wrap .item:nth-child(3) {
  transition-delay: 0.6s;
}
.slider_group.trans .slider_wrap .item:nth-child(4) {
  transition-delay: 0.8s;
}
.slider_group.trans .slider_wrap .item:nth-child(5) {
  transition-delay: 1s;
}
.slider_group.trans .slider_wrap .item:nth-child(6) {
  transition-delay: 1.2s;
}
.slider_group.trans .slider_wrap .item:nth-child(7) {
  transition-delay: 1.4s;
}
.slider_group.trans .slider_wrap .item:nth-child(8) {
  transition-delay: 1.6s;
}
.slider_group.trans .slider_wrap .item:nth-child(9) {
  transition-delay: 1.8s;
}
.slider_group.trans .slider_wrap .item:nth-child(10) {
  transition-delay: 2s;
}
.slider_group .slider_wrap {
  position: relative;
  width: 94%;
  padding: 0 50px;
  margin: 0 auto;
}
.slider_group .slider_wrap .item {
  opacity: 0;
  padding: 0 20px;
  transform: translateY(15%);
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slider_group .slider_wrap .item:nth-child(2n) {
  padding-top: 4%;
}
.slider_group .slider_wrap .pic {
  position: relative;
  z-index: 0;
  width: 94%;
  margin-bottom: 10px;
  cursor: pointer;
}
.slider_group .slider_wrap .pic:hover .contain_bg {
  transform: scale(0.9);
}
.slider_group .slider_wrap .pic .contain_bg {
  padding-bottom: 80%;
}
.slider_group .slider_wrap .text {
  margin-bottom: 10px;
}
.slider_group .slider_wrap .text h3 {
  margin-bottom: 10px;
}
.slider_group .slider_wrap .text p {
  font-size: 15px;
  line-height: 1.5em;
}
.slider_group .slider_wrap .more_btn {
  line-height: 1.6em;
}
.slider_group .slider_wrap .more_btn span {
  margin-bottom: 3px;
}

.overlay_article {
  max-width: 1000px;
}
.overlay_article.pic_article .group {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
}
.overlay_article.pic_article .group .pic {
  width: 35%;
}
.overlay_article.pic_article .group .pic .cover_bg {
  padding-bottom: 0;
  height: 100%;
}
.overlay_article.pic_article .group .text {
  position: relative;
  padding: 30px;
  width: 60%;
}
.overlay_article.pic_article .group .head:before {
  left: -30px;
  top: -30px;
  transform: translateX(0);
  width: 6px;
  height: calc(100% + 30px);
  background: #d90012;
  border-radius: 0;
}
.overlay_article.forward_overlay .group .box .pic {
  max-width: 360px;
}
.overlay_article.forward_overlay .group .box .pic.wide {
  max-width: 600px;
}
.overlay_article .group {
  width: 100%;
  padding: 40px 50px;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
}
.overlay_article .group .head {
  position: relative;
  margin-bottom: 30px;
}
.overlay_article .group .head:before {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  top: 12px;
  width: 30px;
  height: 20px;
  border-radius: 0 5px 5px 0;
  background: #d90012;
}
.overlay_article .group .head h1, .overlay_article .group .head h2 {
  font-weight: bold;
  line-height: 1.3em;
}
.overlay_article .group .head h1 {
  font-size: 32px;
  color: #d90012;
}
.overlay_article .group .head h2 {
  font-size: 24px;
}
.overlay_article .group .head p {
  margin-top: 5px;
  color: #666;
}
.overlay_article .group .head p.notes span {
  display: block;
}
.overlay_article .group .head p.notes .sub {
  line-height: 1.3em;
  font-size: 14px;
}
.overlay_article .group .box {
  margin-bottom: 30px;
}
.overlay_article .group .box:last-child {
  margin-bottom: 0;
}
.overlay_article .group .box h2 {
  color: #d90012;
  line-height: 1.5em;
}
.overlay_article .group .box h3 span {
  display: inline-block;
  margin-right: 10px;
}
.overlay_article .group .box p.author {
  color: #707173;
}
.overlay_article .group .box .pic {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.overlay_article .group .box .pic img {
  margin-bottom: 10px;
}
.overlay_article .group .box .pic p {
  display: block;
  margin: 0;
  font-size: 15px;
  color: #999;
  line-height: 1.5em;
}
.overlay_article .group .edit_wrap img, .overlay_article .group .edit_wrap .video {
  width: 100%;
  max-width: 720px;
  margin: 20px auto;
  border-radius: 15px;
}
.overlay_article .group .edit_wrap .float_pic {
  float: right;
  width: 33%;
  margin: 5px 0 10px 30px;
}
.overlay_article .group .edit_wrap .float_pic img {
  margin: 0;
}
.overlay_article .group .edit_wrap .video_h {
  overflow: hidden;
  border-radius: 15px;
}
.overlay_article .group .edit_wrap .table {
  width: 100%;
  margin: 0 auto;
}
.overlay_article .group .edit_wrap .table table {
  width: 100%;
  border: 2px solid #d90012;
  line-height: 1.5em;
  background: #f7f7f7;
}
.overlay_article .group .edit_wrap h2, .overlay_article .group .edit_wrap h3 {
  text-align: left;
}

.overlay_slider .slider_wrap {
  width: 100%;
}
.overlay_slider .slider .item .pic, .overlay_slider .slider .item .text {
  width: 100%;
}
.overlay_slider .slider .item .pic {
  padding: 0 15px;
  margin-bottom: 20px;
}
.overlay_slider .slider .item .text {
  color: #666;
}
.overlay_slider .slider .item .text h3 {
  margin-bottom: 10px;
}
.overlay_slider .slider .item .text p {
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.6em;
}
.overlay_slider .slider_btn {
  width: 40px;
  height: 50px;
  background: rgba(0, 0, 0, 0.55);
}
.overlay_slider .slider_btn:hover {
  background: #1aa488;
}
.overlay_slider .slider_btn.prev {
  border-radius: 0 15px 15px 0;
}
.overlay_slider .slider_btn.next {
  border-radius: 15px 0 0 15px;
}
.overlay_slider .slider_btn span:before, .overlay_slider .slider_btn span:after {
  border-color: #fff;
}

@media screen and (max-width: 1380px) {
  .future .item_wrap .item {
    width: 48%;
  }
  .future .item_wrap .item .text {
    width: 58%;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .future .item_wrap .item .text .head {
    margin-bottom: 10px;
  }
  .future .item_wrap .item .pic {
    width: 42%;
  }
}
@media screen and (max-width: 1280px) {
  .chronicle .slider_btn_wrap {
    width: 100%;
  }
  .chronicle .slider_btn_wrap .chronicle_slider_btn_wrap {
    left: 2%;
  }
}
@media screen and (max-width: 1240px) {
  .future .cube_2 {
    left: 10%;
  }
  .future .item_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .future .item_wrap .item {
    width: 100%;
    max-width: 580px;
    margin-bottom: 20px;
  }
  .future .item_wrap .item:nth-child(1n) {
    transform: translateX(-30px);
  }
  .future .item_wrap .item:nth-child(2n) {
    transform: translateX(30px);
    margin-top: 0;
  }
  .future .item_wrap .item .text {
    width: 55%;
  }
  .future .item_wrap .item .pic {
    width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .page_slogan {
    bottom: 65px;
    font-size: 48px;
  }
  .home .cube_1 {
    left: 10%;
    width: 6%;
  }
  .home .cube_2 {
    left: 8%;
    width: 4%;
  }
  .home .cube_3 {
    width: 7%;
  }
  .chairman .keyword {
    border-radius: 25px;
  }
  .chronicle .wrap .text h3 {
    font-size: 115px;
  }
  .forward .head {
    padding: 0;
  }
  .forward .tab_menu {
    max-width: 500px;
  }
  .forward .tab_content {
    max-width: 850px;
  }
}
@media screen and (max-width: 1040px) {
  .main_wrap {
    overflow-x: hidden;
    overflow-y: visible;
    scroll-behavior: auto;
  }
  .main_wrap .section {
    height: auto;
    padding-top: 70px;
  }
  .main_wrap .home, .main_wrap .chronicle {
    height: 100vh;
  }
  .main_wrap .chronicle {
    padding-top: 0;
  }
  .main_wrap .story {
    padding-bottom: 100px;
  }
  .main_wrap .forward .head {
    padding: 70px 0;
  }
  .move_wrap {
    display: block;
  }
  .page_scroll_btn {
    display: none;
  }
  .page_slogan {
    position: relative;
    left: auto;
    bottom: auto;
    transform: translateX(0);
    width: 100%;
    padding: 20px 3% 30px 3%;
  }
  .chronicle .page_title {
    top: 70px;
  }
  .chronicle .wrap {
    padding: 0 50px;
  }
  .chronicle .wrap .text, .chronicle .wrap .pic {
    width: 100%;
  }
  .chronicle .wrap .text .box.long_text h3 {
    font-size: 65px;
  }
  .chronicle .wrap .text h3 {
    position: relative;
    font-size: 90px;
  }
  .chronicle .wrap .text p {
    padding-right: 0;
  }
  .chronicle .chronicle_slider_btn_wrap {
    width: 35px;
  }
  .chronicle .chronicle_slider_btn_wrap .slider_btn {
    width: 35px;
    height: 35px;
  }
  .chronicle .chronicle_slider_btn_wrap .slider_btn.prev:before, .chronicle .chronicle_slider_btn_wrap .slider_btn.next:before {
    width: 10px;
  }
  .chronicle .year_slider_wrap {
    width: 52px;
  }
  .chronicle .year_slider_wrap .year_item {
    font-size: 20px;
  }
  .chronicle .year_slider_wrap .year_item span {
    transform: scale(0.7);
  }
  .chronicle .year_slider_wrap .slider_btn_wrap {
    display: block;
  }
  .main_wrap .chairman {
    padding-bottom: 5vh;
  }
  .main_wrap .issue {
    z-index: 1;
  }
  .chairman .cube_1 {
    left: 45%;
    top: 46%;
  }
  .chairman .cube_2 {
    display: none;
  }
  .chairman .cube_3 {
    right: 14%;
    top: 2%;
  }
  .chairman .main {
    margin-bottom: 30px;
  }
  .chairman .main .pic::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 90%;
    transform: translateX(-50%);
    z-index: 1;
    width: 300%;
    padding-bottom: 200%;
    border-radius: 50%;
    background: #fff;
  }
  .chairman .main .pic img {
    position: relative;
    z-index: 0;
  }
  .chairman .keyword .item_wrap {
    flex-wrap: wrap;
  }
  .chairman .keyword .item_wrap .item {
    width: 45%;
    margin: 10px 0;
  }
  .forward .cube_1 {
    left: 5%;
    top: 25%;
    bottom: auto;
    width: 6%;
  }
  .forward .cube_2 {
    display: none;
  }
  .forward .cube_3 {
    right: 3%;
    top: 33%;
    bottom: auto;
  }
  .future::before {
    z-index: 0;
  }
  .future::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20vh;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  .future .page_slogan {
    z-index: 3;
  }
  .issue .main {
    max-width: 600px;
    padding-top: 0;
  }
  .story {
    padding-bottom: 50px;
  }
  .story .cube_1 {
    left: 3%;
    top: 5%;
  }
  .story .cube_2 {
    right: 4%;
    top: 8%;
  }
  .story .cube_3 {
    display: none;
  }
  .story .bg {
    width: 75%;
  }
  .story .bg img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .cookie_wrap p {
    font-size: 12px;
  }
  .issue .cube_1 {
    left: 5%;
    width: 5%;
  }
  .issue .cube_2 {
    right: 3%;
    width: 5%;
  }
  .issue .cube_3 {
    left: 4%;
    bottom: 17%;
    width: 6%;
  }
  .story .main {
    max-width: 600px;
  }
}
@media screen and (max-width: 900px) {
  .chronicle .wrap .text .box.long_text h3 {
    font-size: 60px;
  }
}
@media screen and (max-width: 850px) {
  .cookie_wrap {
    height: 45px;
  }
  .chairman .keyword .item p {
    font-size: 45px;
  }
}
@media screen and (max-width: 800px) {
  .move_wrap {
    padding-top: 50px;
  }
  .page_title {
    margin-bottom: 20px;
  }
  .page_title h2 {
    font-size: 28px;
  }
  .page_slogan {
    font-size: 36px;
    text-align: center;
  }
  .home .cube_1 {
    left: 7%;
    top: 15%;
    width: 8%;
  }
  .home .cube_2 {
    left: auto;
    right: 4%;
    top: 64%;
    width: 6%;
  }
  .home .cube_3 {
    left: auto;
    right: 5%;
    top: 9%;
    width: 6%;
  }
  .home .main {
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
  .home .video_wrap, .home .slogan_wrap {
    width: 100%;
  }
  .home .video_wrap {
    position: relative;
    height: calc(100vh - 230px);
  }
  .home .video_wrap:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    padding-bottom: 42.6%;
    background: url("../images/shape_6.png") no-repeat center top;
    background-size: 100% auto;
  }
  .home .video_wrap .bg {
    display: none;
    width: 60px;
  }
  .home .video_wrap .video {
    z-index: 0;
    left: -2vw;
    right: auto;
    top: 4vw;
    width: 95%;
    height: 100%;
  }
  .home .slogan_wrap {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 230px;
    margin: 0;
    padding-right: 0;
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0), #eee);
  }
  .home .slogan_wrap:before, .home .slogan_wrap:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
  }
  .home .slogan_wrap:before {
    left: 0;
    top: 0;
    border-width: 25vw 30vw 0 0;
    border-color: #fff transparent transparent transparent;
  }
  .home .slogan_wrap:after {
    right: 0;
    bottom: 0;
    border-width: 0 0 40vw 70vw;
    border-color: transparent transparent #fff transparent;
  }
  .home .slogan {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
    padding: 0;
  }
  .home .slogan img {
    transform: translateY(-20px);
  }
  .home .line {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    margin-bottom: 30px;
    transform: skewX(-45deg) translateX(10px);
  }
  .forward .tab_content {
    flex-direction: column-reverse;
    max-width: 850px;
  }
  .forward .slider_wrap, .forward .forward_pic {
    width: 100%;
  }
  .forward .slider_wrap {
    padding: 0 30px;
  }
  .forward .slider .item .pic {
    max-width: 120px;
  }
  .forward .slider_btn_wrap .slider_btn {
    width: 30px;
    height: 30px;
  }
  .forward .forward_pic .text {
    width: 100%;
    padding: 20px 25px;
  }
  .forward .forward_pic .text h3, .forward .forward_pic .text p {
    margin-bottom: 10px;
  }
  .forward .forward_pic .text p {
    line-height: 1.5em;
  }
  .forward .forward_pic .btn_wrap {
    right: 20px;
    bottom: 20px;
  }
  .chronicle .wrap {
    flex-direction: column-reverse;
    padding-top: 20px;
  }
  .chronicle .wrap .pic, .chronicle .wrap .text {
    flex: none;
    height: auto;
  }
  .chronicle .wrap .text .box {
    align-items: center;
    max-width: none;
  }
  .chronicle .wrap .text h3 {
    font-size: 50px;
  }
  .chronicle .wrap .text .in_wrap {
    flex-direction: row;
  }
  .chronicle .wrap .text .in_box {
    width: auto;
    min-width: 140px;
    margin-bottom: 10px;
  }
  .chronicle .wrap .text .in_box:first-child {
    padding-right: 25px;
  }
  .chronicle .wrap .text h4 {
    font-size: 16px;
  }
  .chronicle .wrap .text p {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .chronicle .wrap .pic {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0;
  }
  .chronicle .wrap .pic .pic_item {
    max-height: 35vh;
  }
  .chronicle .wrap .pic .contain_bg {
    max-width: none;
    height: 0;
    padding-bottom: 55%;
    margin-top: 0;
    background-position: center 0;
  }
  .chairman .cube_1 {
    left: 16%;
    top: 43%;
    z-index: 3;
    width: 7%;
  }
  .chairman .cube_3 {
    right: 14%;
    top: 2%;
  }
  .chairman .keyword .item_wrap .item {
    width: 45%;
  }
  .chairman .keyword .item_wrap .item p {
    justify-content: flex-start;
    font-size: 38px;
  }
  .future .cube_1 {
    right: 5%;
    top: 20%;
    width: 6%;
  }
  .future .cube_2 {
    left: 5%;
    bottom: 30%;
  }
  .report .cube_1 {
    left: 4%;
    top: 5%;
  }
  .report .cube_2 {
    right: 3%;
    bottom: 9%;
  }
}
@media screen and (max-width: 700px) {
  .chairman .keyword .item_wrap .item:nth-child(2n) {
    width: 50%;
  }
  .future .cube_1 {
    right: 3%;
    top: 3%;
  }
  .future .cube_2 {
    left: 2%;
    bottom: 40%;
  }
  .future .wrap {
    padding-top: 0;
  }
  .future .item_wrap .item:nth-child(1), .future .item_wrap .item:nth-child(2) {
    transform: translateX(0);
  }
  .issue .item_wrap .item {
    width: 47%;
  }
  .issue .cube_1 {
    top: 5%;
  }
  .issue .cube_2 {
    display: none;
  }
  .issue .cube_3 {
    left: auto;
    right: 3%;
    top: 7%;
    bottom: auto;
    width: 5%;
  }
  .issue:after {
    border-width: 0 0 40vw 50vw;
  }
  .story .main {
    max-width: 500px;
  }
  .overlay_article.pic_article .group .pic .cover_bg {
    padding-bottom: 120%;
    height: 0;
    border-radius: 0 0 15px 0;
  }
}
@media screen and (max-width: 640px) {
  .chronicle .wrap .text h3 {
    font-size: 40px;
  }
  .chairman .keyword .item_wrap .item {
    width: 40%;
  }
  .chairman .keyword .item_wrap .item:nth-child(2n) {
    width: 58%;
  }
}
@media screen and (max-width: 600px) {
  .page_slogan {
    font-size: 32px;
  }
  .home .cube_1 {
    left: 5%;
    top: 27%;
    width: 8%;
  }
  .home .cube_2 {
    top: 5%;
  }
  .home .cube_3 {
    top: 87%;
  }
  .chronicle .wrap .text h4 {
    font-size: 15px;
  }
  .chronicle .wrap .text p {
    margin-bottom: 0;
    font-size: 14px;
  }
  .forward .cube_1 {
    display: none;
  }
  .future .item_wrap .item {
    padding: 0;
  }
  .future .item_wrap .item .bg {
    position: relative;
  }
  .future .item_wrap .item .box {
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    padding: 0 15px;
  }
  .future .item_wrap .item .pic {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 30%;
  }
  .future .item_wrap .item .text {
    width: 70%;
    padding: 0;
    padding-right: 10px;
    padding-top: 5px;
  }
  .future .item_wrap .item .text h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .report .cube_1 {
    width: 10%;
  }
  .report .cube_2 {
    width: 8%;
  }
  .report .tab_wrap {
    margin-top: 40px;
  }
  .report .tab_wrap .bar {
    max-height: 320px;
  }
  .report .item {
    padding-top: 0 !important;
  }
  .report .item .pic, .report .item .text {
    max-width: 300px;
  }
  .story .main {
    max-width: 400px;
  }
  .overlay_article.pic_article .group {
    flex-wrap: wrap;
    padding-top: 25px;
  }
  .overlay_article.pic_article .group .pic, .overlay_article.pic_article .group .text {
    width: 100%;
  }
  .overlay_article.pic_article .group .pic {
    max-width: 180px;
    margin: 0 auto;
  }
  .overlay_article.pic_article .group .pic .cover_bg {
    border-radius: 15px;
  }
  .overlay_article .group {
    padding-left: 30px;
    padding-right: 30px;
  }
  .overlay_article .group .head {
    margin-bottom: 20px;
  }
  .overlay_article .group .head:before {
    left: -30px;
    width: 20px;
    height: 15px;
  }
  .overlay_article .group .head h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 550px) {
  .chairman .keyword .item_wrap .item p {
    font-size: 32px;
  }
  .future .page_title {
    margin-bottom: 20px;
  }
  .future .item_wrap .item .bg {
    background: linear-gradient(to bottom, #4c4c4c, #222427);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  .future .item_wrap .item .bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url("../images/shape_1.png") no-repeat right center;
    background-size: contain;
  }
  .future .item_wrap .item .bg img {
    display: none;
  }
  .future .item_wrap .item .box {
    position: relative;
    z-index: 2;
  }
  .future .item_wrap .item .text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .story .slider_btn_wrap {
    width: 100%;
  }
  .story .slider_btn {
    width: 24px;
    height: 24px;
    background: #d90012;
    border-radius: 50%;
  }
  .story .slider_btn.prev:hover:before, .story .slider_btn.next:hover:before {
    transform: scale(0.4);
  }
  .story .slider_btn:before {
    transform: scale(0.4);
  }
  .story .slider_btn.prev {
    left: 10px;
  }
  .story .slider_btn.prev:before {
    background-image: url(../images/slider_btn_prev.png);
  }
  .story .slider_btn.next {
    right: 10px;
  }
  .story .slider_btn.next:before {
    background-image: url(../images/slider_btn_next.png);
  }
}
@media screen and (max-width: 500px) {
  .chairman .keyword {
    padding: 20px;
  }
  .chairman .keyword .item_wrap .item {
    width: 44%;
  }
  .chairman .keyword .item_wrap .item:nth-child(2n) {
    width: 56%;
  }
  .chairman .keyword .item_wrap .item p {
    font-size: 26px;
  }
  .chairman .keyword .item_wrap .item p > span {
    margin-right: 7px;
  }
  .future .item_wrap .item .text .btn_wrap {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .page_title h2 {
    font-size: 26px;
  }
  .home .cube_1 {
    left: 16%;
    top: 11%;
  }
  .home .cube_2 {
    right: 8%;
    width: 8%;
  }
  .home .cube_3 {
    right: 27%;
    width: 12%;
  }
  .home .slogan_wrap {
    justify-content: flex-start;
    height: 35vh;
    padding: 30px 0;
  }
  .home .slogan img {
    transform: translateY(0);
  }
  .home .video_wrap {
    height: 65vh;
  }
  .home .video_wrap:before {
    padding-bottom: 52.66%;
    background-image: url("../images/shape_9.png");
  }
  .home .video_wrap .video {
    top: 10vw;
    width: 100%;
  }
  .chronicle .page_title h2 {
    position: absolute;
    left: 10px;
    top: 0;
    margin: 0;
    font-size: 24px;
  }
  .chronicle .page_title h2 > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .chronicle .page_title h2 > span span:nth-child(2) {
    writing-mode: vertical-rl;
  }
  .chronicle .wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
  .chronicle .wrap .text h3 {
    font-size: 45px;
  }
  .chronicle .wrap .text h4 {
    margin-bottom: 5px;
  }
  .chronicle .wrap .text .in_wrap {
    flex-direction: column;
  }
  .chronicle .wrap .text .in_box {
    width: calc(100% + 20px);
  }
  .chronicle .wrap .text .in_box:first-child {
    padding-right: 0;
  }
  .chronicle .chronicle_slider_btn_wrap {
    width: 30px;
  }
  .chronicle .chronicle_slider_btn_wrap .slider_btn {
    width: 30px;
    height: 30px;
  }
  .chronicle .chronicle_slider_btn_wrap .slider_btn.prev {
    margin-bottom: 5px;
  }
  .chronicle .year_slider_wrap {
    width: 42px;
  }
  .chronicle .year_slider_wrap .year_item {
    font-size: 16px;
  }
  .chronicle .year_slider_wrap .slider_btn_wrap .slider_btn:before {
    width: 12px;
    height: 22px;
  }
  .chronicle .year_slider_wrap .slider_btn_wrap .slider_btn.prev {
    top: -35px;
  }
  .chronicle .year_slider_wrap .slider_btn_wrap .slider_btn.next {
    bottom: -35px;
  }
  .overlay_article .group .edit_wrap .float_pic {
    float: none;
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .chairman .cube_1 {
    left: 9%;
    top: 16%;
  }
  .chairman .cube_3 {
    right: 10%;
    top: 5%;
    width: 12%;
  }
  .chairman .circle {
    top: 5%;
    width: 80%;
    transform: translateX(-13%);
  }
  .chairman .circle::before {
    padding-bottom: 80%;
  }
  .chairman .main {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .chairman .main .pic, .chairman .main .text {
    width: 100%;
  }
  .chairman .main .pic {
    max-width: 150px;
  }
  .chairman .main .pic::before {
    width: 130vw;
    transform: translateX(-50%);
  }
  .chairman .main .text {
    max-width: 350px;
  }
  .chairman .main .text h3 span {
    width: 110px;
  }
  .chairman .keyword .item_wrap .item p {
    font-size: 28px;
  }
  .forward .slider_wrap {
    padding: 0 20px;
  }
  .forward .slider .item {
    padding: 20px 15px 0 15px;
  }
  .forward .slider .item.item_2 .box, .forward .slider .item.item_3 .box {
    transform: translateY(0);
  }
  .forward .slider .item .pic {
    max-width: 170px;
    margin-bottom: 15px;
  }
  .forward .slider .item .text {
    text-align: center;
  }
  .forward .slider .item .text h3 {
    font-size: 16px;
  }
  .forward .slider .item .text p {
    font-size: 14px;
  }
  .forward .slider .item .btn_wrap {
    justify-content: center;
  }
  .forward .slider_btn_wrap .slider_btn {
    width: 20px;
    height: 20px;
  }
  .forward .slider_btn_wrap .slider_btn:before {
    width: 16px;
    height: 24px;
  }
  .issue .bar {
    top: 432%;
    transform: translateY(0);
    height: 150px;
  }
  .issue .item_wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .issue .item_wrap .item {
    width: 100%;
    max-width: 250px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 450px) {
  .move_wrap {
    padding-top: 15px;
  }
  .page_slogan {
    font-size: 28px;
  }
  .chronicle .wrap .text h3 {
    font-size: 40px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  .chronicle .wrap .pic .contain_bg {
    padding-bottom: 45%;
  }
  .chairman .keyword {
    padding: 20px;
  }
  .chairman .keyword .item_wrap .item {
    width: 100%;
    text-align: center;
  }
  .chairman .keyword .item_wrap .item:nth-child(2n) {
    width: 100%;
  }
  .chairman .keyword .item_wrap .item p {
    justify-content: center;
  }
  .future .item_wrap .item .pic {
    width: 35%;
  }
  .future .item_wrap .item .text {
    width: 60%;
    padding-top: 5px;
  }
  .future .item_wrap .item .text h4 {
    font-size: 18px;
  }
  .future .item_wrap .item .text h4 strong {
    font-size: 21px;
  }
  .future .item_wrap .item .text h3 {
    font-size: 18px;
  }
  .future .item_wrap .item .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .chairman .keyword .item_wrap .item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .chairman .keyword .item_wrap .item:last-child {
    margin-bottom: 0;
  }
  .chairman .keyword .item_wrap .item p {
    justify-content: center;
  }
  .chronicle .wrap .text .box.long_text h3 {
    font-size: 48px;
  }
  .chronicle .year_slider_wrap {
    left: 5px;
    width: 38px;
  }
  .chronicle .year_slider_wrap .year_item {
    padding: 6px 0;
    font-size: 14px;
    line-height: 1em;
  }
  .chronicle .year_slider_wrap .year_item span {
    transform: scale(1);
  }
  .forward .forward_pic {
    border: 5px solid #d90012;
    border-radius: 5px;
    overflow: hidden;
  }
  .forward .forward_pic .pic {
    position: relative;
    padding-bottom: 80%;
    border: none;
    border-radius: 0;
  }
  .forward .forward_pic .pic img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
  }
  .forward .forward_pic .text {
    width: 100%;
    padding: 20px 25px;
  }
  .forward .forward_pic .text h3, .forward .forward_pic .text p {
    margin-bottom: 10px;
  }
  .forward .forward_pic .text p {
    line-height: 1.5em;
  }
  .forward .forward_pic .btn_wrap {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .page_title h2 {
    font-size: 24px;
  }
  .chronicle .wrap .text .box.long_text h3 {
    font-size: 40px;
  }
  .chronicle .wrap .text p {
    font-size: 13px;
  }
  .forward .forward_pic .text {
    padding: 12px;
  }
  .forward .forward_pic .btn_wrap {
    right: 12px;
    bottom: 10px;
  }
}
@media screen and (max-width: 350px) {
  .future .item_wrap .item .text h4, .future .item_wrap .item .text h3 {
    font-size: 17px;
  }
  .future .item_wrap .item .text p {
    font-size: 12px;
  }
  .forward .forward_pic .pic {
    padding-bottom: 90%;
  }
}
@media screen and (min-width: 801px) and (max-height: 600px) {
  .chronicle .page_title {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1201px) and (max-height: 1000px) {
  .story .main {
    max-width: 750px;
  }
}
@media screen and (min-width: 1201px) and (max-height: 900px) {
  .page_slogan {
    bottom: 65px;
    font-size: 60px;
  }
  .issue .cube_1 {
    left: 8%;
  }
  .issue .cube_2 {
    right: 5%;
  }
  .issue .cube_3 {
    left: 5%;
    bottom: 18%;
  }
  .issue .main {
    padding-top: 0;
  }
  .story .main {
    max-width: 600px;
  }
}
@media screen and (min-width: 1201px) and (max-height: 850px) {
  .report .tab_wrap {
    margin-top: 40px;
  }
  .report .item .pic {
    width: 85%;
    margin: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1201px) and (max-height: 800px) {
  .page_slogan {
    bottom: 55px;
    font-size: 50px;
  }
  .chairman .main {
    max-width: 1000px;
  }
  .issue .main {
    max-width: 700px;
  }
}
@media screen and (min-width: 1201px) and (max-height: 750px) {
  .page_title {
    margin-bottom: 20px;
  }
  .page_title p {
    margin-top: 8px;
  }
  .chronicle .wrap .text h3 {
    font-size: 100px;
  }
  .chronicle .wrap .text .in_box {
    margin-bottom: 10px;
  }
  .chronicle .wrap .pic .contain_bg {
    height: 70vh;
  }
  .report .tab_content {
    max-width: 1000px;
  }
  .report .item .text p {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-white-space: normal;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .issue .main {
    max-width: 600px;
  }
  .story .main {
    max-width: 500px;
  }
  .story .item .text {
    padding: 10px;
  }
}
@media screen and (min-width: 1201px) and (max-height: 700px) {
  .page_slogan {
    font-size: 40px;
  }
  .chronicle .wrap .text h3 {
    font-size: 85px;
  }
  .chronicle .wrap .text p {
    margin-bottom: 7px;
    font-size: 16px;
  }
  .future .cube_2 {
    left: 45%;
    bottom: 9%;
    width: 4.5%;
  }
  .issue .main {
    max-width: 550px;
  }
  .story .main {
    max-width: 450px;
  }
  .story .video {
    margin-bottom: 15px;
  }
  .story .item .text {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .story .item .text p {
    font-size: 14px;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 1201px) and (max-height: 650px) {
  .chairman .main .pic {
    width: 23%;
  }
  .chairman .main .text {
    width: 74%;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .chairman .keyword {
    padding: 15px;
    padding-bottom: 20px;
  }
  .chairman .keyword .head {
    margin-bottom: 12px;
  }
  .chairman .keyword .item p {
    font-size: 36px;
  }
  .forward .page_slogan {
    color: #eee;
    font-size: 36px;
  }
  .report .tab_content {
    max-width: 900px;
  }
  .report .item {
    padding: 0;
  }
  .report .item .pic {
    width: 65%;
  }
  .report .item .text p {
    display: none;
  }
  .issue .page_title {
    margin-bottom: 25px;
  }
  .issue .main {
    max-width: 500px;
  }
  .issue .item_wrap .item .btn_wrap a {
    flex: 1;
    width: auto;
  }
  .story .main {
    max-width: 400px;
  }
}
@media screen and (min-width: 1201px) and (max-height: 600px) {
  .page_title {
    margin-bottom: 12px;
  }
  .page_title p {
    font-size: 16px;
  }
  .chronicle .wrap .text {
    height: calc(100% - 120px);
  }
  .chronicle .wrap .text h3 {
    margin-bottom: 15px;
    font-size: 70px;
  }
  .chronicle .wrap .text h4 {
    font-size: 16px;
  }
  .chronicle .wrap .text p {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .chronicle .wrap .pic .contain_bg {
    height: 65vh;
  }
  .future .wrap {
    padding-top: 0;
  }
  .future .item_wrap .item:nth-child(2n) {
    margin-top: 3%;
  }
  .report .tab_wrap .bar {
    height: 30vh;
  }
  .report .tab_menu h3 {
    font-size: 20px;
  }
  .report .item .pic {
    width: 62%;
  }
  .report .item .text h3 {
    font-size: 16px;
  }
  .report .item .text h3::before {
    height: 90px;
  }
  .issue .item_wrap .item {
    padding: 0 20px;
    padding-bottom: 40px;
  }
  .issue .item_wrap .item .btn_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1201px) and (max-height: 580px) {
  .chronicle .wrap .pic .contain_bg {
    height: 60vh;
  }
  .chairman .main .pic {
    width: 20%;
  }
  .chairman .main .text {
    width: 77%;
  }
  .chairman .main .text h3 {
    margin-bottom: 10px;
  }
  .chairman .main .text p {
    font-size: 17px;
  }
  .chairman .keyword .head {
    margin-bottom: 10px;
  }
  .chairman .keyword .item p {
    font-size: 28px;
  }
  .issue .main {
    max-width: 470px;
  }
  .issue .item_wrap {
    max-width: 700px;
  }
  .issue .item_wrap .item .pic {
    margin-bottom: 15px;
  }
  .story .main {
    max-width: 370px;
  }
  .story .video {
    margin-bottom: 12px;
  }
  .report .item .pic {
    width: 58%;
  }
}
.chronicle_slider {
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.chronicle_slider[data-active="0"] {
  transform: translateY(0);
}
.chronicle_slider[data-active="1"] {
  transform: translateY(-100vh);
}
.chronicle_slider[data-active="2"] {
  transform: translateY(-200vh);
}
.chronicle_slider[data-active="3"] {
  transform: translateY(-300vh);
}
.chronicle_slider[data-active="4"] {
  transform: translateY(-400vh);
}
.chronicle_slider[data-active="5"] {
  transform: translateY(-500vh);
}
.chronicle_slider[data-active="6"] {
  transform: translateY(-600vh);
}
.chronicle_slider[data-active="7"] {
  transform: translateY(-700vh);
}
.chronicle_slider[data-active="8"] {
  transform: translateY(-800vh);
}
.chronicle_slider[data-active="9"] {
  transform: translateY(-900vh);
}
.chronicle_slider[data-active="10"] {
  transform: translateY(-1000vh);
}
.chronicle_slider[data-active="11"] {
  transform: translateY(-1100vh);
}
.chronicle_slider[data-active="12"] {
  transform: translateY(-1200vh);
}
.chronicle_slider[data-active="13"] {
  transform: translateY(-1300vh);
}
.chronicle_slider[data-active="14"] {
  transform: translateY(-1400vh);
}
.chronicle_slider[data-active="15"] {
  transform: translateY(-1500vh);
}
.chronicle_slider[data-active="16"] {
  transform: translateY(-1600vh);
}
.chronicle_slider[data-active="17"] {
  transform: translateY(-1700vh);
}
.chronicle_slider[data-active="18"] {
  transform: translateY(-1800vh);
}
.chronicle_slider[data-active="19"] {
  transform: translateY(-1900vh);
}
.chronicle_slider[data-active="20"] {
  transform: translateY(-2000vh);
}
.chronicle_slider[data-active="21"] {
  transform: translateY(-2100vh);
}
.chronicle_slider[data-active="22"] {
  transform: translateY(-2200vh);
}
.chronicle_slider[data-active="23"] {
  transform: translateY(-2300vh);
}
.chronicle_slider[data-active="24"] {
  transform: translateY(-2400vh);
}
.chronicle_slider[data-active="25"] {
  transform: translateY(-2500vh);
}
.chronicle_slider[data-active="26"] {
  transform: translateY(-2600vh);
}
.chronicle_slider[data-active="27"] {
  transform: translateY(-2700vh);
}
.chronicle_slider[data-active="28"] {
  transform: translateY(-2800vh);
}
.chronicle_slider[data-active="29"] {
  transform: translateY(-2900vh);
}
.chronicle_slider[data-active="30"] {
  transform: translateY(-3000vh);
}
.chronicle_slider[data-active="31"] {
  transform: translateY(-3100vh);
}
.chronicle_slider[data-active="32"] {
  transform: translateY(-3200vh);
}
.chronicle_slider[data-active="33"] {
  transform: translateY(-3300vh);
}
.chronicle_slider[data-active="34"] {
  transform: translateY(-3400vh);
}
.chronicle_slider[data-active="35"] {
  transform: translateY(-3500vh);
}
.chronicle_slider[data-active="36"] {
  transform: translateY(-3600vh);
}
.chronicle_slider[data-active="37"] {
  transform: translateY(-3700vh);
}
.chronicle_slider[data-active="38"] {
  transform: translateY(-3800vh);
}
.chronicle_slider[data-active="39"] {
  transform: translateY(-3900vh);
}
.chronicle_slider[data-active="40"] {
  transform: translateY(-4000vh);
}
.chronicle_slider[data-active="41"] {
  transform: translateY(-4100vh);
}
.chronicle_slider[data-active="42"] {
  transform: translateY(-4200vh);
}
.chronicle_slider[data-active="43"] {
  transform: translateY(-4300vh);
}
.chronicle_slider[data-active="44"] {
  transform: translateY(-4400vh);
}
.chronicle_slider[data-active="45"] {
  transform: translateY(-4500vh);
}
.chronicle_slider[data-active="46"] {
  transform: translateY(-4600vh);
}
.chronicle_slider[data-active="47"] {
  transform: translateY(-4700vh);
}
.chronicle_slider[data-active="48"] {
  transform: translateY(-4800vh);
}
.chronicle_slider[data-active="49"] {
  transform: translateY(-4900vh);
}
.chronicle_slider[data-active="50"] {
  transform: translateY(-5000vh);
}

.year_slider {
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.year_slider[data-active="0"] {
  transform: translateY(0);
}
.year_slider[data-active="1"] {
  transform: translateY(-32px);
}
.year_slider[data-active="2"] {
  transform: translateY(-64px);
}
.year_slider[data-active="3"] {
  transform: translateY(-96px);
}
.year_slider[data-active="4"] {
  transform: translateY(-128px);
}
.year_slider[data-active="5"] {
  transform: translateY(-160px);
}
.year_slider[data-active="6"] {
  transform: translateY(-192px);
}
.year_slider[data-active="7"] {
  transform: translateY(-224px);
}
.year_slider[data-active="8"] {
  transform: translateY(-256px);
}
.year_slider[data-active="9"] {
  transform: translateY(-288px);
}
.year_slider[data-active="10"] {
  transform: translateY(-320px);
}
.year_slider[data-active="11"] {
  transform: translateY(-352px);
}
.year_slider[data-active="12"] {
  transform: translateY(-384px);
}
.year_slider[data-active="13"] {
  transform: translateY(-416px);
}
.year_slider[data-active="14"] {
  transform: translateY(-448px);
}
.year_slider[data-active="15"] {
  transform: translateY(-480px);
}
.year_slider[data-active="16"] {
  transform: translateY(-512px);
}
.year_slider[data-active="17"] {
  transform: translateY(-544px);
}
.year_slider[data-active="18"] {
  transform: translateY(-576px);
}
.year_slider[data-active="19"] {
  transform: translateY(-608px);
}
.year_slider[data-active="20"] {
  transform: translateY(-640px);
}
.year_slider[data-active="21"] {
  transform: translateY(-672px);
}
.year_slider[data-active="22"] {
  transform: translateY(-704px);
}
.year_slider[data-active="23"] {
  transform: translateY(-736px);
}
.year_slider[data-active="24"] {
  transform: translateY(-768px);
}
.year_slider[data-active="25"] {
  transform: translateY(-800px);
}
.year_slider[data-active="26"] {
  transform: translateY(-832px);
}
.year_slider[data-active="27"] {
  transform: translateY(-864px);
}
.year_slider[data-active="28"] {
  transform: translateY(-896px);
}
.year_slider[data-active="29"] {
  transform: translateY(-928px);
}
.year_slider[data-active="30"] {
  transform: translateY(-960px);
}
.year_slider[data-active="31"] {
  transform: translateY(-992px);
}
.year_slider[data-active="32"] {
  transform: translateY(-1024px);
}
.year_slider[data-active="33"] {
  transform: translateY(-1056px);
}
.year_slider[data-active="34"] {
  transform: translateY(-1088px);
}
.year_slider[data-active="35"] {
  transform: translateY(-1120px);
}
.year_slider[data-active="36"] {
  transform: translateY(-1152px);
}
.year_slider[data-active="37"] {
  transform: translateY(-1184px);
}
.year_slider[data-active="38"] {
  transform: translateY(-1216px);
}
.year_slider[data-active="39"] {
  transform: translateY(-1248px);
}
.year_slider[data-active="40"] {
  transform: translateY(-1280px);
}
.year_slider[data-active="41"] {
  transform: translateY(-1312px);
}
.year_slider[data-active="42"] {
  transform: translateY(-1344px);
}
.year_slider[data-active="43"] {
  transform: translateY(-1376px);
}
.year_slider[data-active="44"] {
  transform: translateY(-1408px);
}
.year_slider[data-active="45"] {
  transform: translateY(-1440px);
}
.year_slider[data-active="46"] {
  transform: translateY(-1472px);
}
.year_slider[data-active="47"] {
  transform: translateY(-1504px);
}
.year_slider[data-active="48"] {
  transform: translateY(-1536px);
}
.year_slider[data-active="49"] {
  transform: translateY(-1568px);
}
.year_slider[data-active="50"] {
  transform: translateY(-1600px);
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.tab_wrap .h_wrap {
  position: relative;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tab_content {
  position: relative;
}

.tab_box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tab_box.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.tab_menu .group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.tab_item {
  min-width: 130px;
  padding: 0 10px 3px 10px;
  margin: 0 10px;
  margin-bottom: 10px;
  text-align: center;
  background: #717073;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.tab_item:hover, .tab_item.active {
  background: #d90012;
  color: #fff;
}

/* footer.css ==============================================*/
.footer {
  display: none;
  width: 92%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 5px;
  color: #aaa;
  text-align: center;
}
.footer p {
  font-size: 12px;
  line-height: 1.3em;
}

.menu .footer {
  display: block;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 1;
  width: 100%;
  padding: 0 15px;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  .footer {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */