@import "normalize.css";
@import "font-awesome.css";
@font-face {
  font-family: 'audiExtendedBold';
  src: url('../fonts/AudiTypeExtended-Bold.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/AudiTypeExtended-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/AudiTypeExtended-Bold.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/AudiTypeExtended-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/AudiTypeExtended-Bold.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'audiExtendedNormal';
  src: url('../fonts/AudiTypeExtended-Normal.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/AudiTypeExtended-Normal.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/AudiTypeExtended-Normal.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/AudiTypeExtended-Normal.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/AudiTypeExtended-Normal.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
body {
  font-family: Arial, Helvetica, "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  background-color: #0f0f0f;
  min-height: 600px;
}
.audi-font {
  font-family: "audiExtendedBold";
}
a {
  text-decoration: none;
  color: inherit;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
input,
textarea,
select,
input:focus,
textarea:focus,
select:focus {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  margin: 0;
  font-family: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
}
input[type="button"] {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  margin: 0;
  font-family: inherit;
}
*:focus {
  outline: 0;
}
.hide-title {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.hide-text {
  display: inline-block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
}
.preload {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
}
#loading .player-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#loading .player-overlay {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
#loading .player-overlay.speed {
  z-index: 10;
}
#loading .player-overlay.speed .speed-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  padding-left: 0;
  background-color: #F00;
  /*-webkit-transition: all .2s;
				-o-transition: all .2s;
				transition: all .2s;*/
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -ms-transition: padding 0.2s;
  -o-transition: padding 0.2s;
  transition: padding 0.2s;
}
#loading .player-overlay.speed .speed-text {
  font-family: AudiTypeExtended, sans-serif;
  font-size: 17.06px;
  font-style: italic;
  font-weight: bold;
  color: #F00;
  margin-top: -0.6em;
  padding-left: 0.4em;
}
#loading .player-overlay.transparent {
  background: transparent url(../images/transparent.png);
  z-index: 11;
}
.wrap {
  width: 100%;
  height: 100%;
  min-width: 1200px;
}
header {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
header .logo {
  display: block;
  float: left;
  margin: 20px 0 0 25px;
}
header .menu-btn {
  display: block;
  width: 40px;
  height: 24px;
  float: right;
  position: relative;
  margin: 20px 25px 0 0;
}
header .menu-btn .btn-line {
  display: block;
  position: absolute;
  width: 26px;
  height: 3px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -13px;
  background-color: #ff0001;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu-btn .btn-line:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 3px;
  top: -10px;
  left: 50%;
  margin-left: -13px;
  background-color: #ff0001;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu-btn .btn-line:after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 3px;
  bottom: -10px;
  left: 50%;
  margin-left: -13px;
  background-color: #ff0001;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .menu-btn.open .btn-line {
  width: 0;
  margin-left: 0;
}
header .menu-btn.open .btn-line:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .menu-btn.open .btn-line:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  width: 0;
  height: 0;
  white-space: nowrap;
  text-align: right;
  -webkit-transition: all 0.01s 1s;
  -moz-transition: all 0.01s 1s;
  -ms-transition: all 0.01s 1s;
  -o-transition: all 0.01s 1s;
  transition: all 0.01s 1s;
}
nav:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
nav .nav-list {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
}
nav .nav-item {
  display: block;
  height: 90px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
nav .nav-item + .nav-item .nav-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  -webkit-opacity: 0.44;
  -moz-opacity: 0.44;
  opacity: 0.44;
  border-top: 1px solid #ff0001;
}
nav .nav-item:nth-child(1) .nav-btn {
  -webkit-transition: width 0.3s 0.4s;
  -moz-transition: width 0.3s 0.4s;
  -ms-transition: width 0.3s 0.4s;
  -o-transition: width 0.3s 0.4s;
  transition: width 0.3s 0.4s;
}
nav .nav-item:nth-child(2) .nav-btn {
  -webkit-transition: width 0.3s 0.35s;
  -moz-transition: width 0.3s 0.35s;
  -ms-transition: width 0.3s 0.35s;
  -o-transition: width 0.3s 0.35s;
  transition: width 0.3s 0.35s;
}
nav .nav-item:nth-child(3) .nav-btn {
  -webkit-transition: width 0.3s 0.3s;
  -moz-transition: width 0.3s 0.3s;
  -ms-transition: width 0.3s 0.3s;
  -o-transition: width 0.3s 0.3s;
  transition: width 0.3s 0.3s;
}
nav .nav-item:nth-child(4) .nav-btn {
  -webkit-transition: width 0.3s 0.25s;
  -moz-transition: width 0.3s 0.25s;
  -ms-transition: width 0.3s 0.25s;
  -o-transition: width 0.3s 0.25s;
  transition: width 0.3s 0.25s;
}
nav .nav-item:nth-child(5) .nav-btn {
  -webkit-transition: width 0.3s 0.2s;
  -moz-transition: width 0.3s 0.2s;
  -ms-transition: width 0.3s 0.2s;
  -o-transition: width 0.3s 0.2s;
  transition: width 0.3s 0.2s;
}
nav .nav-item:nth-child(6) .nav-btn {
  -webkit-transition: width 0.3s 0.15s;
  -moz-transition: width 0.3s 0.15s;
  -ms-transition: width 0.3s 0.15s;
  -o-transition: width 0.3s 0.15s;
  transition: width 0.3s 0.15s;
}
nav .nav-item:nth-child(7) .nav-btn {
  -webkit-transition: width 0.3s 0.1s;
  -moz-transition: width 0.3s 0.1s;
  -ms-transition: width 0.3s 0.1s;
  -o-transition: width 0.3s 0.1s;
  transition: width 0.3s 0.1s;
}
nav .nav-item:nth-child(8) .nav-btn {
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
nav.open {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.01s;
  -moz-transition: all 0.01s;
  -ms-transition: all 0.01s;
  -o-transition: all 0.01s;
  transition: all 0.01s;
}
nav.open .nav-btn {
  width: 100%;
}
nav.open .nav-item:nth-child(1) .nav-btn {
  -webkit-transition: width 0.3s 0.2s;
  -moz-transition: width 0.3s 0.2s;
  -ms-transition: width 0.3s 0.2s;
  -o-transition: width 0.3s 0.2s;
  transition: width 0.3s 0.2s;
}
nav.open .nav-item:nth-child(2) .nav-btn {
  -webkit-transition: width 0.3s 0.25s;
  -moz-transition: width 0.3s 0.25s;
  -ms-transition: width 0.3s 0.25s;
  -o-transition: width 0.3s 0.25s;
  transition: width 0.3s 0.25s;
}
nav.open .nav-item:nth-child(3) .nav-btn {
  -webkit-transition: width 0.3s 0.3s;
  -moz-transition: width 0.3s 0.3s;
  -ms-transition: width 0.3s 0.3s;
  -o-transition: width 0.3s 0.3s;
  transition: width 0.3s 0.3s;
}
nav.open .nav-item:nth-child(4) .nav-btn {
  -webkit-transition: width 0.3s 0.35s;
  -moz-transition: width 0.3s 0.35s;
  -ms-transition: width 0.3s 0.35s;
  -o-transition: width 0.3s 0.35s;
  transition: width 0.3s 0.35s;
}
nav.open .nav-item:nth-child(5) .nav-btn {
  -webkit-transition: width 0.3s 0.4s;
  -moz-transition: width 0.3s 0.4s;
  -ms-transition: width 0.3s 0.4s;
  -o-transition: width 0.3s 0.4s;
  transition: width 0.3s 0.4s;
}
nav.open .nav-item:nth-child(6) .nav-btn {
  -webkit-transition: width 0.3s 0.45s;
  -moz-transition: width 0.3s 0.45s;
  -ms-transition: width 0.3s 0.45s;
  -o-transition: width 0.3s 0.45s;
  transition: width 0.3s 0.45s;
}
nav.open .nav-item:nth-child(7) .nav-btn {
  -webkit-transition: width 0.3s 0.5s;
  -moz-transition: width 0.3s 0.5s;
  -ms-transition: width 0.3s 0.5s;
  -o-transition: width 0.3s 0.5s;
  transition: width 0.3s 0.5s;
}
nav.open .nav-item:nth-child(8) .nav-btn {
  -webkit-transition: width 0.3s 0.55s;
  -moz-transition: width 0.3s 0.55s;
  -ms-transition: width 0.3s 0.55s;
  -o-transition: width 0.3s 0.55s;
  transition: width 0.3s 0.55s;
}
nav .nav-btn {
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
nav .btn-text {
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  background-repeat: no-repeat;
  background-size: auto 320px;
  background-image: url(../images/nav-text.png);
  background-position: 0 0;
  text-indent: 100%;
  overflow: hidden;
}
nav .nav-item:nth-child(1) .btn-text {
  background-position: right 0;
}
nav .nav-item:nth-child(2) .btn-text {
  background-position: right -40px;
}
nav .nav-item:nth-child(3) .btn-text {
  background-position: right -80px;
}
nav .nav-item:nth-child(4) .btn-text {
  background-position: right -120px;
}
nav .nav-item:nth-child(5) .btn-text {
  background-position: right -160px;
}
nav .nav-item:nth-child(6) .btn-text {
  background-position: right -200px;
}
nav .nav-item:nth-child(7) .btn-text {
  background-position: right -240px;
}
nav .nav-item:nth-child(8) .btn-text {
  background-position: right -280px;
}
.nav-cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nav-cover .cover-block {
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  background-color: black;
  -webkit-opacity: 0.94;
  -moz-opacity: 0.94;
  opacity: 0.94;
}
.nav-cover .cover-block:nth-child(1) {
  right: 0;
  -webkit-transition: width 0.4s 0.55s;
  -moz-transition: width 0.4s 0.55s;
  -ms-transition: width 0.4s 0.55s;
  -o-transition: width 0.4s 0.55s;
  transition: width 0.4s 0.55s;
}
.nav-cover .cover-block:nth-child(2) {
  right: 2%;
  -webkit-transition: width 0.4s 0.5s;
  -moz-transition: width 0.4s 0.5s;
  -ms-transition: width 0.4s 0.5s;
  -o-transition: width 0.4s 0.5s;
  transition: width 0.4s 0.5s;
}
.nav-cover .cover-block:nth-child(3) {
  right: 6%;
  -webkit-transition: width 0.4s 0.45s;
  -moz-transition: width 0.4s 0.45s;
  -ms-transition: width 0.4s 0.45s;
  -o-transition: width 0.4s 0.45s;
  transition: width 0.4s 0.45s;
}
.nav-cover .cover-block:nth-child(4) {
  right: 12%;
  -webkit-transition: width 0.4s 0.4s;
  -moz-transition: width 0.4s 0.4s;
  -ms-transition: width 0.4s 0.4s;
  -o-transition: width 0.4s 0.4s;
  transition: width 0.4s 0.4s;
}
.nav-cover .cover-block:nth-child(5) {
  right: 20%;
  -webkit-transition: width 0.4s 0.35s;
  -moz-transition: width 0.4s 0.35s;
  -ms-transition: width 0.4s 0.35s;
  -o-transition: width 0.4s 0.35s;
  transition: width 0.4s 0.35s;
}
.nav-cover .cover-block:nth-child(6) {
  right: 32%;
  -webkit-transition: width 0.4s 0.3s;
  -moz-transition: width 0.4s 0.3s;
  -ms-transition: width 0.4s 0.3s;
  -o-transition: width 0.4s 0.3s;
  transition: width 0.4s 0.3s;
}
.nav-cover .cover-block:nth-child(7) {
  right: 46%;
  -webkit-transition: width 0.4s 0.25s;
  -moz-transition: width 0.4s 0.25s;
  -ms-transition: width 0.4s 0.25s;
  -o-transition: width 0.4s 0.25s;
  transition: width 0.4s 0.25s;
}
.nav-cover .cover-block:nth-child(8) {
  right: 62%;
  -webkit-transition: width 0.4s 0.2s;
  -moz-transition: width 0.4s 0.2s;
  -ms-transition: width 0.4s 0.2s;
  -o-transition: width 0.4s 0.2s;
  transition: width 0.4s 0.2s;
}
.nav-cover .cover-block:nth-child(9) {
  right: 80%;
  -webkit-transition: width 0.4s 0.15s;
  -moz-transition: width 0.4s 0.15s;
  -ms-transition: width 0.4s 0.15s;
  -o-transition: width 0.4s 0.15s;
  transition: width 0.4s 0.15s;
}
nav.open .cover-block:nth-child(1) {
  width: 2%;
  right: 0;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
nav.open .cover-block:nth-child(2) {
  width: 4%;
  right: 2%;
  -webkit-transition: width 0.4s 0.05s;
  -moz-transition: width 0.4s 0.05s;
  -ms-transition: width 0.4s 0.05s;
  -o-transition: width 0.4s 0.05s;
  transition: width 0.4s 0.05s;
}
nav.open .cover-block:nth-child(3) {
  width: 6%;
  right: 6%;
  -webkit-transition: width 0.4s 0.1s;
  -moz-transition: width 0.4s 0.1s;
  -ms-transition: width 0.4s 0.1s;
  -o-transition: width 0.4s 0.1s;
  transition: width 0.4s 0.1s;
}
nav.open .cover-block:nth-child(4) {
  width: 8%;
  right: 12%;
  -webkit-transition: width 0.4s 0.15s;
  -moz-transition: width 0.4s 0.15s;
  -ms-transition: width 0.4s 0.15s;
  -o-transition: width 0.4s 0.15s;
  transition: width 0.4s 0.15s;
}
nav.open .cover-block:nth-child(5) {
  width: 12%;
  right: 20%;
  -webkit-transition: width 0.4s 0.2s;
  -moz-transition: width 0.4s 0.2s;
  -ms-transition: width 0.4s 0.2s;
  -o-transition: width 0.4s 0.2s;
  transition: width 0.4s 0.2s;
}
nav.open .cover-block:nth-child(6) {
  width: 14%;
  right: 32%;
  -webkit-transition: width 0.4s 0.25s;
  -moz-transition: width 0.4s 0.25s;
  -ms-transition: width 0.4s 0.25s;
  -o-transition: width 0.4s 0.25s;
  transition: width 0.4s 0.25s;
}
nav.open .cover-block:nth-child(7) {
  width: 16%;
  right: 46%;
  -webkit-transition: width 0.4s 0.3s;
  -moz-transition: width 0.4s 0.3s;
  -ms-transition: width 0.4s 0.3s;
  -o-transition: width 0.4s 0.3s;
  transition: width 0.4s 0.3s;
}
nav.open .cover-block:nth-child(8) {
  width: 18%;
  right: 62%;
  -webkit-transition: width 0.4s 0.35s;
  -moz-transition: width 0.4s 0.35s;
  -ms-transition: width 0.4s 0.35s;
  -o-transition: width 0.4s 0.35s;
  transition: width 0.4s 0.35s;
}
nav.open .cover-block:nth-child(9) {
  width: 20%;
  right: 80%;
  -webkit-transition: width 0.4s 0.4s;
  -moz-transition: width 0.4s 0.4s;
  -ms-transition: width 0.4s 0.4s;
  -o-transition: width 0.4s 0.4s;
  transition: width 0.4s 0.4s;
}
.pagination {
  display: block;
  position: fixed;
  z-index: 9988;
  top: 80px;
  right: 38px;
  display: none;
}
.pagination .pagi-list {
  padding: 0;
  margin: 0;
  text-align: center;
}
.pagination .pagi-item {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  position: relative;
  cursor: pointer;
}
.pagination .pagi-item:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  background-color: white;
  left: 5px;
  top: 50%;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .pagi-item.on .pagi-name,
.pagination .pagi-item:hover .pagi-name {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pagination .pagi-item.on:after,
.pagination .pagi-item:hover:after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.pagination .pagi-name {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/pagi-text.png);
  background-size: 20px 140px;
  background-position: 0 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .pagi-item:nth-child(1) {
  display: none;
}
.pagination .pagi-item:nth-child(2) .pagi-name {
  background-position: 0 0;
}
.pagination .pagi-item:nth-child(3) .pagi-name {
  background-position: 0 -20px;
}
.pagination .pagi-item:nth-child(4) .pagi-name {
  background-position: 0 -40px;
}
.pagination .pagi-item:nth-child(5) .pagi-name {
  background-position: 0 -60px;
}
.pagination .pagi-item:nth-child(6) .pagi-name {
  background-position: 0 -80px;
}
.pagination .pagi-item:nth-child(7) .pagi-name {
  background-position: 0 -100px;
}
.pagination .pagi-item:nth-child(8) .pagi-name {
  background-position: 0 -120px;
}
footer {
  display: block;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9990;
}
footer .logo {
  margin: 0 0 20px 25px;
}
.next-sec-btn {
  display: block;
  position: absolute;
  width: 29px;
  height: 17px;
  left: 50%;
  margin-left: -14px;
  bottom: 15px;
  z-index: 9999;
}
.next-sec-btn .btn-text {
  display: block;
  position: absolute;
  width: 142px;
  height: 16px;
  top: -25px;
  left: 50%;
  text-indent: -999%;
  margin-left: -71px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/section_1_arrow-text.png);
}
.next-sec-btn .arrow {
  display: block;
  position: absolute;
  width: 29px;
  height: 17px;
  bottom: 0;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/btn-arrow-down.png);
  -webkit-animation: updown 2s infinite;
  -moz-animation: updown 2s infinite;
  -ms-animation: updown 2s infinite;
  animation: updown 2s infinite;
}
@-webkit-keyframes updown {
  0% {
    margin-bottom: -5px;
  }
  50% {
    margin-bottom: 5px;
  }
  100% {
    margin-bottom: -5px;
  }
}
@-moz-keyframes updown {
  0% {
    margin-bottom: -5px;
  }
  50% {
    margin-bottom: 5px;
  }
  100% {
    margin-bottom: -5px;
  }
}
@-ms-keyframes updown {
  0% {
    margin-bottom: -5px;
  }
  50% {
    margin-bottom: 5px;
  }
  100% {
    margin-bottom: -5px;
  }
}
@-o-keyframes updown {
  0% {
    margin-bottom: -5px;
  }
  50% {
    margin-bottom: 5px;
  }
  100% {
    margin-bottom: -5px;
  }
}
@keyframes updown {
  0% {
    margin-bottom: -5px;
  }
  50% {
    margin-bottom: 5px;
  }
  100% {
    margin-bottom: -5px;
  }
}
.section,
.slide {
  display: block;
  width: 100%;
  height: 100%;
}
.section .fp-tableCell,
.slide .fp-tableCell {
  position: relative;
}
.inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.section.leaving {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.section.to {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.section .sec-bg {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sec_1 .fp-controlArrow.fp-prev {
  display: none;
}
#sec_1 .fp-controlArrow.fp-next {
  display: none;
}
#sec_1-1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
#sec_1-1 .index-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#sec_1-1 .index-video .cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  background-image: url(../images/overlay.gif);
}
#sec_1-1 #indexPlayer {
  position: absolute;
  left: 50%;
  top: 50%;
}
#sec_1-1 .inner {
  max-width: 1440px;
  height: 100%;
  position: relative;
}
#sec_1-1 .content {
  display: block;
  position: absolute;
  width: 1206px;
  height: 125px;
  left: 50%;
  top: 0;
  margin-left: -683px;
  top: 18%;
}
#sec_1-1 .main-title {
  display: block;
  position: absolute;
  width: 1206px;
  height: 125px;
  background-size: auto 100%;
  background-image: url(../images/section_1-1_title.png);
}
#sec_1-1 .go-btn {
  display: block;
  position: absolute;
  width: 237px;
  height: 48px;
  right: 0;
  bottom: 0;
  background-image: url(../images/section_1-1_go-btn.png);
}
#sec_3 {
  overflow: hidden;
}
#sec_5 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#sec_5 .inner {
  height: auto;
}
#sec_5 .content {
  width: 100%;
  position: relative;
  margin-left: 25px;
}
#sec_5 .main-title {
  display: block;
  width: 483px;
  height: 236px;
  background-image: url(../images/section_5_main-title.png);
}
#sec_5 .content-text {
  display: block;
  width: 529px;
  height: 76px;
  margin-top: 20px;
  background-image: url(../images/section_5_content.png);
}
#sec_5 .more-btn {
  display: block;
  position: absolute;
  bottom: -11px;
  left: 340px;
  width: 222px;
  height: 32px;
  background-image: url(../images/section_5_more-btn.png);
}
#sec_5 .sub-content {
  display: block;
  position: relative;
  height: 204px;
  margin-top: 30px;
  z-index: 10;
}
#sec_5 .course-title {
  display: block;
  width: 236px;
  height: 44px;
  background-image: url(../images/section_5_course-title.png);
}
#sec_5 .course-map {
  display: block;
  position: absolute;
  top: 44px;
  left: 0;
  width: 345px;
  height: 160px;
  background-size: contain;
  background-position: 0 0;
  background-image: url(../images/section_5_course-map.png);
  background-repeat: no-repeat;
}
#sec_5 .course-map img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#sec_5 .cars-title {
  display: block;
  width: 439px;
  height: 40px;
  margin-top: -8px;
  background-size: contain;
  background-image: url(../images/section_5_car-display-title.png);
}
#sec_5 .car-name {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 439px;
  height: 40px;
  background-size: contain;
  margin-top: -8px;
}
#sec_5 .cars-display {
  display: block;
  position: absolute;
  left: 280px;
  z-index: 20;
  top: 48px;
  width: 439px;
  height: 156px;
}
#sec_5 .cars-slider-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 122px;
  background-image: url(../images/section_5_car-display-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#sec_5 .cars-slider {
  width: 305px;
  height: 122px;
  margin-left: 65px;
  overflow: hidden;
}
#sec_5 .cars-slider .slick-list,
#sec_5 .cars-slider .slick-track {
  height: 100%;
}
#sec_5 .car-slide,
#sec_5 .car {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.slick-next {
  position: absolute;
  display: block;
  width: 20px;
  height: 100%;
  top: 0;
  right: 60px;
  background-color: transparent;
  font-size: 0;
  z-index: 99;
  border: none;
  padding: 0;
  cursor: pointer;
}
.slick-next:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 0;
  margin-top: -7px;
  border-left: 9px solid #ff0001;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.slick-prev {
  position: absolute;
  display: block;
  width: 20px;
  height: 100%;
  top: 0;
  left: 55px;
  background-color: transparent;
  font-size: 0;
  z-index: 99;
  border: none;
  padding: 0;
  cursor: pointer;
}
.slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 0;
  margin-top: -7px;
  border-right: 9px solid #ff0001;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media (max-height: 680px) {
  #sec_5 .inner {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
  }
}
/* history */
.history-sec {
  display: block;
  position: relative;
  overflow: hidden;
}
.history-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/section_2_bg.jpg);
  background-position: center center;
  background-size: 100% 100%;
  background-color: black;
}
.history-container {
  position: absolute;
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
}
.history-container.click-move {
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
}
.history-block {
  display: block;
  position: relative;
  float: left;
  width: 500px;
  height: 100%;
}
.history-pic {
  position: absolute;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.history-1 .main-title {
  width: 729px;
  height: 233px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -116.5px 0 0 -364.5px;
  background-image: url(../images/section_2-1_title.png);
}
.history-1 .content-text {
  display: block;
  width: 1px;
  height: 1px;
}
.history-1 .pic-1-1 {
  width: 466px;
  height: 196px;
  left: 11.6%;
  top: 49.2%;
  margin-left: -233px;
  margin-top: -98px;
  background-image: url(../images/section_2-1_pic-1.png);
}
.history-1 .pic-1-2 {
  width: 587px;
  height: 240px;
  left: 93%;
  top: 54.4%;
  margin-left: -293.5px;
  margin-top: -120px;
  background-image: url(../images/section_2-1_pic-2.png);
}
.history-1 .pic-1-3 {
  width: 838px;
  height: 336px;
  left: 34.8%;
  top: 18.6%;
  margin-left: -419px;
  margin-top: -168px;
  background-image: url(../images/section_2-1_pic-3.png);
}
.history-1 .pic-1-4 {
  width: 589px;
  height: 241px;
  left: 75.8%;
  top: 26.8%;
  margin-left: -294.5px;
  margin-top: -120.5px;
  background-image: url(../images/section_2-1_pic-4.png);
}
.history-1 .pic-1-5 {
  width: 422px;
  height: 170px;
  left: 75.4%;
  top: 70.6%;
  margin-left: -211px;
  margin-top: -85px;
  background-image: url(../images/section_2-1_pic-5.png);
}
.history-1 .pic-1-6 {
  width: 811px;
  height: 327px;
  left: 12.7%;
  top: 71.9%;
  margin-left: -405.5px;
  margin-top: -163.5px;
  background-image: url(../images/section_2-1_pic-6.png);
}
.history-2 {
  margin-left: -1.42857143%;
}
.history-2 .content-text {
  width: 1px;
  height: 1px;
}
.history-2 .year-title {
  display: block;
  position: absolute;
  width: 578px;
  height: 169px;
  margin-left: -289px;
  margin-top: -84.5px;
  left: 33.4%;
  top: 73.5%;
  background-image: url(../images/section_2-2_year.png);
}
.history-2 .cont-title {
  display: block;
  position: absolute;
  width: 673px;
  height: 155px;
  margin-left: -336.5px;
  margin-top: -77.5px;
  left: 64.8%;
  top: 64.1%;
  background-image: url(../images/section_2-2_text.png);
}
.history-2 .bgline {
  width: 100%;
  height: 100%;
  top: 0;
  left: 10%;
  background-image: url(../images/section_2-2_line.png);
}
.history-2 .bgcar {
  width: 936px;
  height: 683px;
  margin-left: -468px;
  margin-top: -341.5px;
  left: 89.2%;
  top: 41.9%;
  background-image: url(../images/section_2-2_pic-2.png);
}
.history-2 .pic-2-1 {
  width: 1280px;
  height: 498px;
  margin-left: -640px;
  margin-top: -249px;
  left: 64.8%;
  top: 31.3%;
  background-image: url(../images/section_2-2_pic-1.png);
}
.history-3 {
  margin-left: -2.14285714%;
}
.history-3 .content-text {
  width: 1px;
  height: 1px;
}
.history-3 .year-title {
  display: block;
  position: absolute;
  width: 572px;
  height: 169px;
  margin-left: -286px;
  margin-top: -84.5px;
  left: 36.5%;
  top: 73.5%;
  background-image: url(../images/section_2-3_year.png);
}
.history-3 .cont-title {
  display: block;
  position: absolute;
  width: 727px;
  height: 125px;
  margin-left: -363.5px;
  margin-top: -62.5px;
  left: 41.8%;
  top: 19.5%;
  background-image: url(../images/section_2-3_text.png);
}
.history-3 .pic-3-1 {
  width: 865px;
  height: 341px;
  margin-left: -432.5px;
  margin-top: -170.5px;
  left: 34.3%;
  top: 46.9%;
  background-image: url(../images/section_2-3_pic-1.png);
}
.history-3 .pic-3-2 {
  width: 577px;
  height: 289px;
  margin-left: -288.5px;
  margin-top: -144.5px;
  left: 75.5%;
  top: 36.4%;
  background-image: url(../images/section_2-3_pic-2.png);
}
.history-3 .pic-3-3 {
  width: 666px;
  height: 269px;
  margin-left: -333px;
  margin-top: -134.5px;
  left: 67.8%;
  top: 58.7%;
  background-image: url(../images/section_2-3_pic-3.png);
}
.history-4 {
  margin-left: -4.57142857%;
}
.history-4 .content-text {
  width: 1px;
  height: 1px;
}
.history-4 .cont-title {
  display: block;
  position: absolute;
  width: 663px;
  height: 183px;
  margin-left: -331.5px;
  margin-top: -91.5px;
  left: 56.9%;
  top: 72%;
  background-image: url(../images/section_2-4_text.png);
}
.history-4 .pic-4-1 {
  width: 1457px;
  height: 554px;
  margin-left: -728.5px;
  margin-top: -277px;
  left: 59%;
  top: 33.3%;
  background-image: url(../images/section_2-4_pic-1.png);
}
.history-5 {
  margin-left: -1.85714286%;
}
.history-5 .content-text {
  width: 1px;
  height: 1px;
}
.history-5 .year-title {
  display: block;
  position: absolute;
  width: 586px;
  height: 169px;
  margin-left: -293px;
  margin-top: -84.5px;
  left: 35.5%;
  top: 73.5%;
  background-image: url(../images/section_2-5_year.png);
}
.history-5 .cont-title {
  display: block;
  position: absolute;
  width: 586px;
  height: 153px;
  margin-left: -293px;
  margin-top: -76.5px;
  left: 65.5%;
  top: 69.0%;
  background-image: url(../images/section_2-5_text.png);
}
.history-5 .bgpic {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-top: 0;
  left: 0;
  top: 0;
}
.history-5 .bgpic img {
  position: absolute;
  margin: auto;
  height: 100%;
  width: auto;
}
.history-5 .pic-5-1 {
  width: 696px;
  height: 279px;
  margin-left: -348px;
  margin-top: -139.5px;
  left: 27.2%;
  top: 44.4%;
  background-image: url(../images/section_2-5_pic-1.png);
}
.history-6 {
  margin-left: -2.14285714%;
}
.history-6 .content-text {
  width: 1px;
  height: 1px;
}
.history-6 .cont-title {
  display: block;
  position: absolute;
  width: 539px;
  height: 233px;
  margin-left: -269.5px;
  margin-top: -116.5px;
  left: 61.1%;
  top: 66.6%;
  background-image: url(../images/section_2-6_text.png);
}
.history-6 .bgline {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-top: 0;
  left: 0;
  top: 0;
  background-size: cover;
  background-image: url(../images/section_2-6_bg.png);
}
.history-6 .pic-6-1 {
  width: 635px;
  height: 283px;
  margin-left: -317.5px;
  margin-top: -141.5px;
  left: 78.8%;
  top: 40.7%;
  background-image: url(../images/section_2-6_pic-1.png);
}
.history-6 .pic-6-2 {
  width: 1131px;
  height: 450px;
  margin-left: -565.5px;
  margin-top: -225px;
  left: 50.8%;
  top: 24.5%;
  background-image: url(../images/section_2-6_pic-2.png);
}
.history-6 .pic-6-3 {
  width: 791px;
  height: 346px;
  margin-left: -395.5px;
  margin-top: -173px;
  left: 29.5%;
  top: 56.9%;
  background-image: url(../images/section_2-6_pic-3.png);
}
.history-7 {
  margin-left: -2.85714286%;
}
.history-7 .content-text {
  width: 1px;
  height: 1px;
}
.history-7 .cont-title {
  display: block;
  position: absolute;
  width: 558px;
  height: 162px;
  margin-left: -279px;
  margin-top: -81px;
  left: 37.1%;
  top: 45.0%;
  background-image: url(../images/section_2-7_text.png);
}
.history-7 .bgpic {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-top: 0;
  left: 0;
  top: 0;
  background-position: right center;
  background-size: auto 100%;
  background-image: url(../images/section_2-7_bg.png);
}
.history-nav {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 0;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  z-index: 999;
}
.history-nav:after {
  content: "";
  display: block;
  border-top: 1px solid #ff0001;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.history-nav-list {
  display: block;
  margin: 0 auto;
}
.history-nav-item {
  display: inline-block;
  width: 7%;
  min-width: 140px;
  min-height: 50px;
  position: relative;
}
.timeline-arrow {
  display: none;
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -5px;
}
.timeline-arrow:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #ff0001;
  border-right: 1px solid #ff0001;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.history-nav-btn {
  display: block;
  width: 94px;
  margin: 0 auto;
}
.history-nav-btn .btn-text {
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -47px;
  width: 94px;
  height: 34px;
  background-size: 94px 238px;
  background-repeat: no-repeat;
  background-image: url(../images/section_2_navtext.png);
}
.history-nav-btn:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #ff0001;
  background-color: transparent;
}
.history-nav-item.on .history-nav-btn:before,
.history-nav-item:hover .history-nav-btn:before {
  background-color: #ff0001;
}
.history-nav-item:nth-child(1) .btn-text {
  background-position: 0 0;
}
.history-nav-item:nth-child(2) .btn-text {
  background-position: 0 -34px;
}
.history-nav-item:nth-child(3) .btn-text {
  background-position: 0 -68px;
}
.history-nav-item:nth-child(4) .btn-text {
  background-position: 0 -102px;
}
.history-nav-item:nth-child(5) .btn-text {
  background-position: 0 -136px;
}
.history-nav-item:nth-child(6) .btn-text {
  background-position: 0 -170px;
}
.history-nav-item:nth-child(7) .btn-text {
  background-position: 0 -204px;
}
@media (max-width: 1600px) {
  .history-1 .history-pic {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  .history-1 .pic-1-1 {
    left: 8%;
    top: 40%;
  }
  .history-1 .pic-1-2 {
    left: 94%;
    top: 52%;
  }
  .history-1 .pic-1-3 {
    left: 33.6%;
    top: 15.3%;
  }
  .history-1 .pic-1-4 {
    left: 67%;
    top: 19%;
  }
  .history-1 .pic-1-5 {
    left: 80.3%;
    top: 72.9%;
  }
  .history-1 .pic-1-6 {
    left: 9.3%;
    top: 69.8%;
  }
  .history-2 {
    margin-left: 0.42857143%;
  }
  .history-2 .bgline {
    left: 13%;
    background-size: 1920px auto;
    background-position: center center;
  }
  .history-2 .bgcar {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    left: 99.2%;
    top: 26.9%;
  }
  .history-2 .year-title {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    left: 25%;
    top: 72%;
  }
  .history-2 .cont-title {
    left: 68%;
  }
  .history-2 .pic-2-1 {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    left: 50%;
    top: 23%;
  }
  .history-3 {
    margin-left: 1.42857143%;
  }
  .history-3 .year-title {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    left: 23%;
    top: 72%;
  }
  .history-3 .history-pic {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .history-3 .pic-3-1 {
    left: 38.2%;
    top: 55.3%;
  }
  .history-3 .pic-3-2 {
    left: 88.2%;
    top: 35.0%;
  }
  .history-3 .pic-3-3 {
    left: 79.7%;
    top: 65.3%;
  }
  .history-4 {
    margin-left: -0.28571429%;
  }
  .history-4 .history-pic {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .history-4 .cont-title {
    left: 48%;
    top: 62%;
  }
  .history-4 .pic-4-1 {
    left: 55%;
    top: 17%;
  }
  .history-5 {
    margin-left: -2.42857143%;
  }
  .history-5 .cont-title {
    left: 68.6%;
    top: 62.5%;
  }
  .history-5 .year-title {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    left: 26.6%;
    top: 72%;
  }
  .history-5 .pic-5-1 {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    left: 31.1%;
    top: 36.0%;
  }
  .history-6 {
    margin-left: -0.14285714%;
  }
  .history-6 .bgline {
    background-size: 1920px auto;
    left: 12%;
  }
  .history-6 .cont-title {
    left: 70.4%;
    top: 56.1%;
  }
  .history-6 .pic-6-1 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    left: 80.6%;
    top: 17.2%;
  }
  .history-6 .pic-6-2 {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    left: 29%;
    top: 19%;
  }
  .history-6 .pic-6-3 {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    left: 26%;
    top: 53%;
  }
  .history-7 {
    margin-left: -0.71428571%;
  }
  .history-7 .cont-title {
    left: 32.7%;
    top: 42.2%;
  }
}
@media (max-width: 1300px) {
  .history-1 .history-pic {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  .history-1 .pic-1-1 {
    left: 8%;
    top: 40%;
  }
  .history-1 .pic-1-2 {
    left: 94%;
    top: 57%;
  }
  .history-1 .pic-1-3 {
    left: 33.6%;
    top: 15.3%;
  }
  .history-1 .pic-1-4 {
    left: 67%;
    top: 19%;
  }
  .history-1 .pic-1-5 {
    left: 80.3%;
    top: 72.9%;
  }
  .history-1 .pic-1-6 {
    left: 11.3%;
    top: 69.8%;
  }
  .history-2 {
    margin-left: 0.42857143%;
  }
  .history-2 .bgline {
    left: 13%;
    background-size: 1920px auto;
    background-position: center center;
  }
  .history-2 .bgcar {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    left: 99.2%;
    top: 26.9%;
  }
  .history-2 .year-title {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    left: 25%;
    top: 72%;
  }
  .history-2 .cont-title {
    left: 68%;
  }
  .history-2 .pic-2-1 {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    left: 50%;
    top: 23%;
  }
  .history-3 {
    margin-left: 1.42857143%;
  }
  .history-3 .year-title {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    left: 23%;
    top: 72%;
  }
  .history-3 .history-pic {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
  .history-3 .pic-3-1 {
    left: 38.2%;
    top: 55.3%;
  }
  .history-3 .pic-3-2 {
    left: 88.2%;
    top: 35.0%;
  }
  .history-3 .pic-3-3 {
    left: 79.7%;
    top: 65.3%;
  }
  .history-4 {
    margin-left: -1.14285714%;
  }
  .history-4 .history-pic {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }
  .history-4 .cont-title {
    left: 48%;
    top: 60%;
  }
  .history-4 .pic-4-1 {
    left: 55%;
    top: 17%;
  }
  .history-5 {
    margin-left: -2.42857143%;
  }
  .history-5 .cont-title {
    left: 68.6%;
    top: 62.5%;
  }
  .history-5 .year-title {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    left: 26.6%;
    top: 72%;
  }
  .history-5 .pic-5-1 {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    left: 31.1%;
    top: 36.0%;
  }
  .history-6 {
    margin-left: -0.14285714%;
  }
  .history-6 .bgline {
    background-size: 1920px auto;
    left: 12%;
  }
  .history-6 .cont-title {
    left: 70.4%;
    top: 56.1%;
  }
  .history-6 .pic-6-1 {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    left: 80.6%;
    top: 17.2%;
  }
  .history-6 .pic-6-2 {
    -webkit-transform: scale(0.42);
    -moz-transform: scale(0.42);
    -ms-transform: scale(0.42);
    -o-transform: scale(0.42);
    transform: scale(0.42);
    left: 29%;
    top: 19%;
  }
  .history-6 .pic-6-3 {
    -webkit-transform: scale(0.72);
    -moz-transform: scale(0.72);
    -ms-transform: scale(0.72);
    -o-transform: scale(0.72);
    transform: scale(0.72);
    left: 26%;
    top: 51%;
  }
  .history-7 {
    margin-left: -0.14285714%;
  }
  .history-7 .cont-title {
    left: 29.7%;
    top: 42.2%;
  }
}
/* spec */
.spec-sec .content-text {
  position: absolute;
  width: 1px;
  height: 1px;
}
.spec-sec .main-title {
  display: block;
  position: absolute;
  z-index: 10;
  left: 25px;
  top: 32%;
  width: 466px;
  height: 177px;
  margin-top: -88.5px;
  background-image: url(../images/section_3_title.png);
}
.spec-sec .spec-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  background-color: black;
}
.spec-sec .spec-wrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 80px;
  background-color: black;
}
.spec-sec .spec-bg {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url('../images/section_3_bg.jpg');
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.spec-sec .spec-bg.over {
  background-image: url('../images/section_3_bg-hover.jpg');
}
.spec-sec .spec-ui {
  display: block;
  width: 60%;
  height: 0;
  padding-bottom: 20.60085837%;
  position: absolute;
  z-index: 5;
  left: 32%;
  top: 45%;
  margin-top: -10%;
}
.spec-sec .spec-ui:after {
  content: "";
  display: block;
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url('../images/section_3_ui.png');
}
.spec-sec .spec-btn {
  display: block;
  height: 50%;
  position: absolute;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.3);
}
.spec-sec .spec-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  left: 1.6%;
  top: 2.5%;
  background-image: url(../images/section_3_plus-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.spec-sec .spec-btn:hover:after,
.spec-sec .spec-btn.on:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spec-sec .spec-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(255, 0, 41, 0.3);
}
.spec-sec .spec-btn:hover:before,
.spec-sec .spec-btn.on:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.spec-sec .spec-btn:nth-child(1) {
  width: 26.3%;
  left: 0.3%;
  top: 49.5%;
}
.spec-sec .spec-btn:nth-child(2) {
  width: 45.5%;
  left: 26.6%;
  top: 49.5%;
}
.spec-sec .spec-btn:nth-child(3) {
  width: 27.6%;
  left: 72.1%;
  top: 49.5%;
}
.spec-sec .spec-btn:nth-child(4) {
  width: 27.6%;
  height: 49.5%;
  left: 72.1%;
  bottom: 50.8%;
}
.spec-slider-wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: -204px;
  left: 0;
  z-index: 99;
  overflow: hidden;
  background-size: auto 100%;
  -webkit-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  -ms-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
.spec-slider-wrap.on {
  bottom: 0;
}
.spec-slider-wrap .close-spec-btn {
  display: block;
  width: 44px;
  height: 30px;
  position: absolute;
  background-image: url(../images/section_3_close-btn.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  right: 50%;
  margin-right: -618px;
  top: 10px;
  z-index: 900;
}
.spec-slider-wrap .spec-slider {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0;
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  transition: margin 0.5s;
}
.spec-slider-wrap .spec-slider.on {
  margin-top: 0;
}
.spec-slider-wrap .slick-list,
.spec-slider-wrap .slick-track {
  height: 100%;
}
.spec-slider-wrap .spec-slide {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 1920px auto;
  background-repeat: no-repeat;
}
.spec-slider-wrap .spec-slide .hide-text {
  width: 0;
  height: 0;
}
.spec-slider-wrap .slick-next {
  right: 50%;
  margin-right: -600px;
}
.spec-slider-wrap .slick-prev {
  left: 50%;
  margin-left: -600px;
}
@media (max-height: 800px) {
  .spec-sec .spec-slider-wrap {
    height: 170px;
  }
  .spec-sec .spec-slider-wrap .spec-slide {
    background-position: center -20px;
  }
  .spec-sec .spec-btn:after {
    width: 20px;
    height: 20px;
  }
}
@media (max-height: 680px) {
  .spec-sec .spec-bg {
    background-image: url('../images/section_3_bg@680.jpg');
  }
  .spec-sec .spec-bg.over {
    background-image: url('../images/section_3_bg-hover@680.jpg');
  }
  .spec-sec .spec-ui {
    width: 53%;
    left: 41%;
    top: 42%;
    margin-top: -11.6%;
  }
}
.full-video-box {
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.full-video-box iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.full-video-box:after {
  content: "";
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-video-box .close-btn {
  display: block;
  width: 31px;
  height: 31px;
  border: 2px solid white;
  position: absolute;
  z-index: 4;
  margin: -15px 0 0 -15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.full-video-box .close-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  left: 50%;
  top: 15px;
  margin-left: -6px;
  background-color: white;
}
.series-sec .series-cont {
  display: block;
  position: absolute;
  left: 25px;
  top: 15%;
}
.series-sec .content-text {
  width: 1px;
  height: 1px;
}
.series-sec .btns {
  margin-top: 38px;
  margin-left: -10px;
  padding: 0;
}
.series-sec .feature-btn,
.series-sec .book-btn {
  display: inline-block;
  width: 175px;
  height: 32px;
  background-image: url(../images/section_4_book-btn.png);
  background-size: 350px auto;
  background-position: 0 0;
}
.series-sec .book-btn {
  background-position: -175px 0;
}
.series-sec .video-btn {
  display: block;
  width: 230px;
  height: 129px;
  margin-left: 10px;
  position: relative;
}
.series-sec .video-btn .thumb {
  display: block;
  width: 230px;
  height: 129px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.series-sec .video-btn:after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/play-btn.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.series-sec .smodel-bg {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/section_4_bg-smodels.jpg);
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.series-sec .models-tabs {
  margin-top: 38px;
}
.series-sec .models-tabs .model-tab-list {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.series-sec .models-tabs .models-tab {
  display: block;
  position: relative;
  width: 240px;
  margin-bottom: 3%;
  overflow: hidden;
}
.series-sec .models-tabs .models-tab:after {
  content: "";
  display: block;
  width: 10px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/model-name-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.series-sec .models-tabs .models-tab.on:after,
.series-sec .models-tabs .models-tab:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.series-sec .models-tabs .models-name {
  display: block;
  width: 100%;
  margin: 0;
  cursor: pointer;
  line-height: 25px;
  height: 25px;
  font-size: 16px;
  color: #ea3123;
  border-bottom: 1px solid #ff0001;
  position: relative;
  z-index: 1;
}
.series-sec .models-tabs .model-subtabs {
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: auto;
  top: 0;
  left: 80px;
  font-size: 12px;
  line-height: 25px;
  color: #ea3123;
}
.series-sec .models-tabs .model-subtab {
  display: inline-block;
  color: #ea3123;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  z-index: 1;
}
.series-sec .models-tabs .model-subtab:hover,
.series-sec .models-tabs .model-subtab.on {
  color: white;
}
.series-sec .models-tabs .model-thumbs {
  display: none;
  width: 100%;
  overflow: hidden;
}
.series-sec .models-tabs .model-thumb-btn {
  display: block;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  float: left;
  margin-top: 10px;
  margin-right: 16px;
  position: relative;
}
.series-sec .models-tabs .model-thumb-btn:nth-child(4n) {
  margin-right: 0;
}
.series-sec .models-tabs .model-thumb-btn .thumb {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.series-sec .models-tabs .model-thumb-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #ff0001;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.series-sec .models-tabs .model-thumb-btn:hover:after,
.series-sec .models-tabs .model-thumb-btn.on:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.series-sec .models-tabs .model-thumb-btn.model-more-btn:hover:after,
.series-sec .models-tabs .model-thumb-btn.model-more-btn.on:after {
  display: none;
}
.series-sec .series-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.series-sec .series-block {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.series-sec .series-block.on {
  z-index: 10;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.series-sec .series-index {
  background-image: url(../images/section_4_bg-0.jpg);
}
.series-sec .series-index .main-title {
  width: 547px;
  height: 183px;
  background-image: url(../images/section_4_title-0.png);
}
.series-sec .series-r8 {
  background-image: url(../images/section_4_bg-r8.jpg);
}
.series-sec .series-r8 .series-title {
  width: 635px;
  height: 210px;
  background-image: url(../images/section_4_title-r8.png);
}
.series-sec .series-ttrs {
  background-image: url(../images/section_4_bg-ttrs.jpg);
}
.series-sec .series-ttrs .series-title {
  width: 428px;
  height: 237px;
  background-image: url(../images/section_4_title-ttrs.png);
}
.series-sec .series-rs3 {
  background-image: url(../images/section_4_bg-rs3.jpg);
}
.series-sec .series-rs3 .series-title {
  width: 485px;
  height: 183px;
  background-image: url(../images/section_4_title-rs3.png);
}
.series-sec .series-rs4 {
  background-image: url(../images/section_4_bg-rs4.jpg);
}
.series-sec .series-rs4 .series-title {
  width: 516px;
  height: 183px;
  background-image: url(../images/section_4_title-rs4.png);
}
.series-sec .series-rs5 {
  background-image: url(../images/section_4_bg-rs5.jpg);
}
.series-sec .series-rs5 .series-title {
  width: 442px;
  height: 101px;
  background-image: url(../images/section_4_title-rs5-new.png);
}
.series-sec .series-rs6 {
  background-image: url(../images/section_4_bg-rs6.jpg);
}
.series-sec .series-rs6 .series-title {
  width: 540px;
  height: 185px;
  background-image: url(../images/section_4_title-rs6.png);
}
.series-sec .series-rs7 {
  background-image: url(../images/section_4_bg-rs7.jpg);
}
.series-sec .series-rs7 .series-title {
  width: 473px;
  height: 211px;
  background-image: url(../images/section_4_title-rs7.png);
}
.series-sec .series-rsq3 {
  background-image: url(../images/section_4_bg-rsq3.jpg);
}
.series-sec .series-rsq3 .series-title {
  width: 516px;
  height: 183px;
  background-image: url(../images/section_4_title-rsq3.png);
}
.series-sec .series-smodels .series-title {
  width: 558px;
  height: 139px;
  background-image: url(../images/section_4_title-smodels.png);
}
.series-sec .series-tabs {
  display: block;
  width: 120px;
  position: absolute;
  right: 15px;
  top: 48%;
  z-index: 12;
}
.series-sec .now-tab {
  position: absolute;
  width: 8em;
  right: 130px;
  top: -0.5em;
  line-height: 1em;
  font-size: 32px;
  color: #d01102;
  text-align: right;
  display: block;
  pointer-events: none;
}
.series-sec .tab-list {
  padding: 0;
  margin: 0;
  width: 100%;
}
.series-sec .tab-list.moving {
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.series-sec .tab-list .tab-item + .tab-item ~ .tab-item .btn-text:before {
  display: none;
}
.series-sec .tab-list:hover .tab-item + .tab-item ~ .tab-item {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  height: 23px;
}
.series-sec .tab-list:hover .tab-item + .tab-item ~ .tab-item.on {
  display: none;
}
.series-sec .tab-item {
  display: block;
  position: relative;
  width: 120px;
  height: 18px;
  box-sizing: border-box;
  padding-top: 0;
  text-align: center;
  margin-top: 0;
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.series-sec .tab-item a {
  display: block;
  font-size: 14px;
  color: white;
}
.series-sec .tab-item a:before {
  display: block;
  content: "Next";
  position: absolute;
  left: 0;
  top: -23px;
  height: 1.7em;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.series-sec .tab-item .btn-text {
  display: block;
  line-height: 20px;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.series-sec .tab-item .btn-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 1px;
  -webkit-transition: width 0.3s, margin 0.3s;
  -moz-transition: width 0.3s, margin 0.3s;
  -ms-transition: width 0.3s, margin 0.3s;
  -o-transition: width 0.3s, margin 0.3s;
  transition: width 0.3s, margin 0.3s;
  background-color: white;
}
.series-sec .tab-item .btn-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 0px solid white;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.series-sec .tab-item.next {
  overflow: visible;
  pointer-events: all;
  height: 50px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.series-sec .tab-item.next a:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.series-sec .tab-item.next .btn-text {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 4px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.series-sec .tab-item.next .btn-text:before {
  margin-left: -60px;
  width: 120px;
}
.series-sec .tab-item.next .btn-text:after {
  top: -3px;
  right: 0;
  border-left: 6px solid white;
}
.series-sec .tab-item.next + .tab-item {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  height: 35px;
}
.series-sec .tab-item.next + .tab-item .btn-text {
  padding-top: 12px;
}
.series-sec .tab-item.next + .tab-item + .tab-item {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.series-sec .tab-item.next + .tab-item + .tab-item .btn-text:before {
  width: 0;
}
.light-box-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  font-size: 16px;
}
.light-box-wrap .popup02 .tab_con.step2 .line span {
  width: 90px;
}
.light-box-wrap .popup {
  height: 540px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 20px;
}
.light-box-wrap .popup02 .tab_con.step2 .line select {
  outline: none;
  background: none;
  border: 1px solid #4d4d4d;
  width: 300px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  color: white;
  box-sizing: content-box;
  position: relative;
  cursor: pointer;
}
.light-box-wrap .popup02 .tab_con.step2 .line select option {
  color: black;
}
.light-box-wrap #errBox {
  z-index: 10001;
}
.light-box-wrap .popup-msg {
  height: 140px;
  width: 300px;
}
.light-box-wrap .popup-msg .title {
  display: block;
  position: absolute;
  height: 1em;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* ade */
.ade-sec {
  overflow: hidden;
}
.ade-sec .sec-bg .cover {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-color: black;
}
.ade-sec .sec-bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/overlay.gif);
}
.ade-sec .sec-bg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ade-sec .sec-bg .bgvideo-wrap {
  position: absolute;
  width: 160%;
  height: 160%;
  left: -30%;
  top: -30%;
}
.ade-sec .ade-cover-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ade-sec .ade-cover {
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 4;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.ade-sec .ade-title {
  display: block;
  width: 100%;
  margin: 0;
  height: 50%;
  position: absolute;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ade-sec .ade-title + .ade-title {
  border-top: 1px solid rgba(255, 255, 255, 0.33);
}
.ade-sec .ade-title:nth-child(1) {
  top: 0%;
}
.ade-sec .ade-title:nth-child(2) {
  top: 50%;
}
.ade-sec .ade-title .off * {
  pointer-events: none;
}
.ade-sec .ade-cover-btn {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.5s, height 0.5s;
  -moz-transition: top 0.5s, height 0.5s;
  -ms-transition: top 0.5s, height 0.5s;
  -o-transition: top 0.5s, height 0.5s;
  transition: top 0.5s, height 0.5s;
}
.ade-sec .ade-cover-btn .btn-text {
  display: block;
  width: 100%;
  height: 92px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -46px;
  background-position: 140px -93px;
  background-size: 1100px auto;
}
.ade-sec .ade-cover-btn .plus-icon {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -46px;
  left: 0;
  width: 100%;
  height: 92px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 1100px auto;
  background-position: 140px 0;
}
.ade-sec .ade-title-ade .ade-cover-btn .btn-text,
.ade-sec .ade-title-ade .ade-cover-btn .plus-icon {
  background-image: url(../images/ade_title-ade.png);
}
.ade-sec .ade-title-lms .ade-cover-btn .btn-text,
.ade-sec .ade-title-lms .ade-cover-btn .plus-icon {
  background-image: url(../images/ade_title-lms.png);
}
.ade-sec .ade-title-center .ade-cover-btn .btn-text,
.ade-sec .ade-title-center .ade-cover-btn .plus-icon {
  background-image: url(../images/ade_title-center.png);
}
.ade-sec .ade-title.ade .ade-cover-btn {
  height: 33.3333%;
  top: 0;
}
.ade-sec .ade-title.ade .ade-cover-btn .plus-icon {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.ade-sec .ade-title.ade.ade-title-ade {
  height: 100%;
  margin: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ade-sec .ade-title.ade.ade-title-lms {
  height: 0;
  margin: 0;
  top: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ade-sec .ade-title.ade.ade-title-center {
  height: 0;
  margin: 0;
  top: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ade-sec .ade-title.lms .ade-cover-btn {
  height: 33.3333%;
  top: 0;
}
.ade-sec .ade-title.lms .ade-cover-btn .plus-icon {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.ade-sec .ade-title.lms.ade-title-ade {
  height: 0;
  margin: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ade-sec .ade-title.lms.ade-title-lms {
  height: 100%;
  margin: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ade-sec .ade-title.lms.ade-title-center {
  height: 0;
  margin: 0;
  top: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ade-sec .ade-title.center .ade-cover-btn {
  height: 50%;
  top: 0;
}
.ade-sec .ade-title.center .ade-cover-btn .plus-icon {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.ade-sec .ade-title.center.ade-title-ade {
  height: 0;
  margin: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ade-sec .ade-title.center.ade-title-lms {
  height: 0;
  margin: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ade-sec .ade-title.center.ade-title-center {
  height: 100%;
  margin: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ade-sec .ade-content {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
.ade-sec .ade-block {
  display: block;
  width: 100%;
  height: 100%;
}
.ade-sec .ade-block .video-name-btn,
.ade-sec .ade-block .photo-name-btn {
  width: 100px;
}
.ade-sec .cont-block {
  display: block;
  position: relative;
  float: left;
  top: 30%;
  margin-left: 100px;
  padding-left: 40px;
  width: 690px;
  height: 280px;
  z-index: 16;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
}
.ade-sec .cont-block.page2 {
  height: 380px;
}
.ade-sec .cont {
  width: 100%;
  height: 280px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ade-sec .cont-text {
  display: block;
  width: 100%;
  height: 280px;
  margin: 0;
  background-size: 650px auto;
}
.ade-sec .cont-text.cont-2 {
  height: 380px;
}
.ade-sec .ade-block-lms .desc .cont-text.cont-2 {
  height: 180px;
}
.ade-sec .ade-block-lms .driver .cont-text.cont-2 {
  margin-top: 0;
  height: 200px;
  background-position-y: -320px;
}
.ade-sec .ade-block-lms .cont {
  position: absolute;
}
.ade-sec .ade-block-lms .cont.driver {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.ade-sec .ade-block-lms .cont-block.page-driver .cont.desc {
  height: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.ade-sec .ade-block-lms .cont-block.page-driver .cont.driver {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.ade-sec .prev-btn,
.ade-sec .next-btn {
  display: block;
  width: 31px;
  height: 90px;
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ade-sec .prev-btn.on,
.ade-sec .next-btn.on {
  -webkit-opacity: 0.44;
  -moz-opacity: 0.44;
  opacity: 0.44;
}
.ade-sec .prev-btn:before,
.ade-sec .next-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  width: 1px;
  height: 100%;
  background-color: white;
}
.ade-sec .prev-btn:after,
.ade-sec .next-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  border-bottom: 7px solid white;
  border-left: 4px solid transparent;
  border-right: 3px solid transparent;
}
.ade-sec .prev-btn {
  top: 1px;
}
.ade-sec .next-btn {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 105px;
}
.ade-sec .display-block {
  position: absolute;
  top: 23%;
  right: 7%;
  display: block;
  width: 54%;
  min-width: 480px;
  z-index: 15;
}
.ade-sec .display-block .display-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 15;
  background-color: black;
}
.ade-sec .display-block .photo-wrap,
.ade-sec .display-block .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-size: cover;
  background-position: center center;
}
.ade-sec .display-block .photo-wrap iframe,
.ade-sec .display-block .video-wrap iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}
.ade-sec .display-block .cover-btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: cover;
  background-position: center center;
}
.ade-sec .display-block .cover-btn:after {
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/video-play-icon.png);
}
.ade-sec .display-block .switch-cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: black;
}
.ade-sec .close-btn {
  display: block;
  width: 31px;
  height: 31px;
  border: 2px solid white;
  position: absolute;
  z-index: 10;
  margin: -15px 0 0 -15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ade-sec .close-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  left: 50%;
  top: 15px;
  margin-left: -6px;
  background-color: white;
}
.ade-sec .close-btn.off {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.ade-sec .control-line {
  margin-top: 18px;
}
.ade-sec .control-line + .control-line {
  margin-left: 100px;
}
.ade-sec .control-name {
  display: inline-block;
  font-size: 14.28px;
  height: 14px;
  vertical-align: top;
  background-image: url(../images/ade-cont-block-btn.png);
  background-size: 600px auto;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.ade-sec .control-name:hover,
.ade-sec .control-name.on {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ade-sec .control-name + .control-name {
  margin-left: 10px;
}
.ade-sec .control-name.photo-page-btn {
  margin-left: 0;
  margin-right: 10px;
}
.ade-sec .photo-page {
  margin-left: 10px;
  display: inline-block;
}
.ade-sec .photo-page-btn {
  width: 2em;
  color: #FFF;
  font-family: 'audiExtendedNormal';
  background-image: none;
  line-height: 100%;
  margin-bottom: 0.3em;
}
.ade-sec .photo-name-btn + .photo-page {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
}
.ade-sec .photo-name-btn.on + .photo-page {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: all;
}
.ade-sec .control-name.off {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  pointer-events: none;
}
.ade-sec .photo-bar {
  display: block;
  width: 95px;
  height: 2px;
  margin-top: -28px;
  margin-right: 5px;
  background-color: #828282;
  position: absolute;
  right: 0;
}
.ade-sec .photo-bar .now-page {
  display: block;
  height: 4px;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #ff0001;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
.ade-block-ade .cont-text {
  background-image: url(../images/ade_text-ade.png);
}
.ade-block-ade .cont-1 {
  background-position: 0 0;
}
.ade-block-ade .cont-2 {
  margin-top: 40px;
  background-position: 0 -280px;
}
.ade-block-ade .video-name-ade {
  background-position: 0 0;
}
.ade-block-ade .video-name-exp {
  background-position: -100px 0;
}
.ade-block-ade .photo-name-btn {
  background-position: 0 -50px;
  margin-left: -100px;
}
.ade-block-ade .photo-page-btn {
  /*&:nth-child(1){
			background-position: -100px -50px;
		}
		&:nth-child(2){
			background-position: -200px -50px;
		}
		&:nth-child(3){
			background-position: -300px -50px;
		}
		&:nth-child(4){
			background-position: -400px -50px;
		}*/
}
.ade-block-lms .cont-text {
  background-image: url(../images/ade_text-lms.png);
}
.ade-block-lms .cont-1 {
  height: 103px;
  background-position: 0 0;
}
.ade-block-lms .cont-2 {
  margin-top: 40px;
  background-position: 0 -140px;
}
.ade-block-lms .video-name-lms {
  background-position: 0 -100px;
}
.ade-block-lms .photo-name-btn {
  background-position: -100px -100px;
  margin-left: -100px;
}
.ade-block-center .cont-block {
  height: 290px;
}
.ade-block-center .cont {
  height: 290px;
}
.ade-block-center .cont-text {
  background-image: url(../images/ade_text-center.png);
}
.ade-block-center .cont-1 {
  height: 290px;
  background-position: 0 0;
}
.ade-block-center .control-line .video-name-center {
  background-position: 0 0px;
}
.ade-block-center .control-line .photo-name-btn {
  background-position: 0 -50px;
  margin-left: -100px;
}
/* video */
.video-sec {
  background-color: black;
}
.video-sec .close-btn {
  display: block;
  width: 31px;
  height: 31px;
  border: 2px solid white;
  position: absolute;
  z-index: 5;
  margin: -15px 0 0 -15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.video-sec .close-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 2px;
  left: 50%;
  top: 15px;
  margin-left: -6px;
  background-color: white;
}
.video-sec .close-btn.off {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.video-sec .full-video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video-sec .video-sec-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: black;
}
.video-sec .video-list {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.video-sec .video-item {
  display: block;
  position: absolute;
  width: 36%;
  height: 0;
  padding-bottom: 20.25%;
  background-size: cover;
  background-position: center center;
}
.video-sec .video-item .video-play-btn {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -200%;
  white-space: nowrap;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.video-sec .video-item .video-play-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.video-sec .video-item .video-play-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../images/overlay.gif);
}
.video-sec .video-item .video-play-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-position: center center;
}
.video-sec .video-item:nth-child(1) {
  right: 52.5%;
  bottom: 53%;
  background-image: url(../images/video_thumb-1.jpg);
}
.video-sec .video-item:nth-child(1) .video-play-btn:after {
  background-image: url(../images/video_name-1.png);
}
.video-sec .video-item:nth-child(2) {
  left: 52.5%;
  bottom: 53%;
  background-image: url(../images/video_thumb-2.jpg);
}
.video-sec .video-item:nth-child(2) .video-play-btn:after {
  background-image: url(../images/video_name-2.png);
}
.video-sec .video-item:nth-child(3) {
  right: 52.5%;
  top: 53%;
  background-image: url(../images/video_thumb-3.jpg);
}
.video-sec .video-item:nth-child(3) .video-play-btn:after {
  background-image: url(../images/video_name-3.png);
}
.video-sec .video-item:nth-child(4) {
  left: 52.5%;
  top: 53%;
  background-image: url(../images/video_thumb-4.jpg);
}
.video-sec .video-item:nth-child(4) .video-play-btn:after {
  background-image: url(../images/video_name-4.png);
}
@media (max-height: 800px) {
  nav:after {
    content: "";
  }
  nav .nav-list {
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
  }
}
/* media */
.media-sec {
  background-color: black;
}
.media-sec .media-pic {
  display: block;
  float: left;
  width: 48%;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #7a0000;
}
.media-sec .pic-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.media-sec .pic-container:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.media-sec .pic-container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/overlay.gif);
}
.media-sec .pic-container.now {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.media-sec .pic-container.next {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.media-sec .media-block {
  display: table;
  float: left;
  width: 52%;
  height: 100%;
  table-layout: fixed;
}
.media-sec .media-container {
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
}
.media-sec .media-container .hide-text {
  background-image: url(../images/media_text.png);
  background-size: 720px auto;
}
.media-sec .media-main-title {
  display: inline-block;
  width: 40px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 3.5vh;
  background-position: -200px -50px;
}
.media-sec .media-list {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.media-sec .media-item {
  display: block;
  width: 100%;
}
.media-sec .media-social-item {
  margin-bottom: 3.8vh;
}
.media-sec .item-title {
  display: inline-block;
  width: 40px;
  height: 18px;
  position: relative;
  margin-right: 80px;
  overflow: visible;
  vertical-align: top;
}
.media-sec .item-title:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  top: 9px;
  right: -70px;
  background-color: #ff0001;
}
.media-sec .item-title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 7px;
  top: 6px;
  right: -10px;
  background-color: #ff0001;
}
.media-sec .media-cont {
  display: inline-block;
  width: 550px;
  vertical-align: top;
}
.media-sec .social-icon {
  display: inline-block;
  width: 22px;
  height: 20px;
  margin: 0;
  margin-right: 15px;
}
.media-sec .social-icon .hide-text {
  display: block;
  width: 22px;
  height: 20px;
}
.media-sec .article-title,
.media-sec .movie-title {
  margin: 0;
  margin-bottom: 3.5vh;
}
.media-sec .article-title .hide-text,
.media-sec .movie-title .hide-text {
  position: relative;
  padding-bottom: 22px;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.media-sec .article-title .hide-text:after,
.media-sec .movie-title .hide-text:after {
  content: "";
  position: absolute;
  display: block;
  width: 151px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/media_hover.png);
  left: 0;
  bottom: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.media-sec .article-title:hover .hide-text,
.media-sec .movie-title:hover .hide-text,
.media-sec .article-title.on .hide-text,
.media-sec .movie-title.on .hide-text {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.media-sec .article-title:hover .hide-text:after,
.media-sec .movie-title:hover .hide-text:after,
.media-sec .article-title.on .hide-text:after,
.media-sec .movie-title.on .hide-text:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.social-item-title {
  background-position: 0 -100px;
}
.article-item-title {
  background-position: -50px -100px;
}
.movie-item-title {
  background-position: -100px -100px;
}
.social-icon .ig-icon {
  background-position: -39px -40px;
}
.social-icon .fb-icon {
  background-position: -89px -40px;
}
.social-icon .yt-icon {
  background-position: -139px -40px;
}
.article-title-1 {
  display: block;
  height: 18px;
  background-position: 0 -150px;
}
.article-title-2 {
  display: block;
  height: 18px;
  background-position: 0 -200px;
}
.article-title-3 {
  display: block;
  height: 18px;
  background-position: 0 -250px;
}
.article-title-4 {
  display: block;
  height: 18px;
  background-position: 0 -300px;
}
.movie-title-1 {
  display: block;
  height: 18px;
  background-position: 0 -350px;
}
.movie-title-2 {
  display: block;
  height: 18px;
  background-position: 0 -400px;
}
.movie-title-3 {
  display: block;
  height: 40px;
  background-position: 0 -450px;
}
@media (max-height: 700px) {
  .series-tabs {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .series-sec .series-cont {
    display: block;
    position: absolute;
    left: 2.5%;
    top: 15%;
  }
}
@media (max-height: 810px) {
  nav .nav-item {
    height: 60px;
  }
  .series-sec .series-block .models-tabs {
    margin-top: 15px;
  }
  .series-sec .series-block .models-tabs .models-tab {
    margin-bottom: 10px;
  }
  .series-sec .series-block .models-tabs .model-thumb-btn {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
    position: relative;
  }
  .series-sec .series-block .models-tabs .model-thumb-btn:nth-child(4n) {
    margin-right: 10px;
  }
  .series-sec .series-block .models-tabs .model-thumb-btn:nth-child(5n) {
    margin-right: 0;
  }
}
@media (max-width: 1450px) {
  /* ade */
  .ade-sec .cont-block {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  .ade-sec .display-block {
    width: 45%;
    min-width: 480px;
  }
  /* media */
  .media-sec .media-pic {
    width: 43%;
  }
  .media-sec .media-block {
    width: 57%;
  }
  .media-sec .media-container {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }
  .media-sec .media-item {
    margin-top: 2vh;
  }
}
@media (max-width: 780px) {
}
