@charset "UTF-8";
/*Mobile font-size*/
/* line 2, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 700px;
  height: 100%;
}
/* line 9, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-content .mtSlider-item {
  width: 100%;
  height: 100%;
  position: absolute;
}
/* line 13, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-content .mtSlider-item .mtSlider-append-img {
  width: 100%;
  display: block;
}
/* line 20, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-direction {
  position: absolute;
  top: 50%;
  width: 100%;
  display: none;
  z-index: 20;
  color: #969696;
}
/* line 27, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-direction i {
  font-size: 4.5em;
}
/* line 29, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-direction i:hover {
  color: #e6e6e6;
}
/* line 34, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-direction .mtSlider-prev, .mtSlider-direction .mtSlider-next {
  position: absolute;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  cursor: pointer;
}
/* line 39, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-direction .mtSlider-prev img, .mtSlider-direction .mtSlider-next img {
  top: -100%;
}
/* line 41, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-direction .mtSlider-prev img:hover, .mtSlider-direction .mtSlider-next img:hover {
  top: 0%;
}
/* line 46, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-direction .mtSlider-prev {
  left: 1%;
  border-right: 20px solid blue;
}
/* line 50, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-direction .mtSlider-next {
  right: 1%;
  border-left: 20px solid blue;
}
/* line 56, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-nav {
  width: 100%;
  position: absolute;
  bottom: 2%;
  text-align: center;
  z-index: 20;
}
/* line 62, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-nav div {
  width: 2.5%;
  height: 15px;
  display: inline-block;
  position: relative;
  margin: 0 0.5%;
  cursor: pointer;
}
/* line 69, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-nav div div {
  background-color: #333333;
  width: 100%;
  height: 3px;
  /*border-radius: 50%;*/
}
/* line 76, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-nav .active div {
  background-color: #008DFF;
}

/* line 82, ../sass/base/IndexNew/_mtSlider.scss */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}

@-moz-keyframes lightTop {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  8% {
    opacity: 0.2;
  }
  15% {
    opacity: 1;
  }
  18% {
    opacity: 0.8;
  }
  22% {
    opacity: 0.1;
  }
  25% {
    opacity: 1;
  }
  70% {
    opacity: 0.3;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-webkit-keyframes lightTop {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  8% {
    opacity: 0.2;
  }
  15% {
    opacity: 1;
  }
  18% {
    opacity: 0.8;
  }
  22% {
    opacity: 0.1;
  }
  25% {
    opacity: 1;
  }
  70% {
    opacity: 0.3;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes lightTop {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  8% {
    opacity: 0.2;
  }
  15% {
    opacity: 1;
  }
  18% {
    opacity: 0.8;
  }
  22% {
    opacity: 0.1;
  }
  25% {
    opacity: 1;
  }
  70% {
    opacity: 0.3;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
/* line 136, ../sass/base/IndexNew/_mtSlider.scss */
.lightTop {
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-name: lightTop;
  -moz-animation-name: lightTop;
  animation-name: lightTop;
}

/* line 144, ../sass/base/IndexNew/_mtSlider.scss */
#div_parallax_main[data-2016-template="true"] .mtSlider-nav > div.active > div {
  background-color: #3081ed;
}

/* line 147, ../sass/base/IndexNew/_mtSlider.scss */
#div_parallax_main[data-2016-template="true"] .mtSlider-nav {
  bottom: 7%;
  margin: auto 45%;
  width: 10%;
}

/* line 152, ../sass/base/IndexNew/_mtSlider.scss */
#div_parallax_main[data-2016-template="true"] .mtSlider-nav > div {
  height: 15px;
}

/* line 155, ../sass/base/IndexNew/_mtSlider.scss */
#div_parallax_main[data-2016-template="true"] .mtSlider-nav > div > div {
  width: 15px;
  margin: 0 auto;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  /* line 161, ../sass/base/IndexNew/_mtSlider.scss */
  #div_parallax_main[data-2016-template="true"] .mtSlider-nav {
    margin: auto 30%;
    width: 40%;
  }
}
@media (max-width: 900px) {
  /* line 167, ../sass/base/IndexNew/_mtSlider.scss */
  #div_parallax_main[data-2016-template="true"] .mtSlider-nav {
    display: none;
  }
}
/* mtSlider fadeZoom*/
/* line 173, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-item.fadeZoom {
  left: 0;
  opacity: 0;
  z-index: 0;
}

/* line 178, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-item.current {
  opacity: 1;
  z-index: 10;
}

/* line 182, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-item.fadeInNext {
  animation: scaleInUp 800ms ease 0s 1 normal both;
  -webkit-animation: scaleInUp 800ms ease 0s 1 normal both;
  -moz-animation: scaleInUp 800ms ease 0s 1 normal both;
  -ms-animation: scaleInUp 800ms ease 0s 1 normal both;
  z-index: 8;
}

/* line 189, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-item.current.fadeOutNext {
  animation: scaleOutUp 800ms ease 0s 1 normal both;
  -webkit-animation: scaleOutUp 800ms ease 0s 1 normal both;
  -moz-animation: scaleOutUp 800ms ease 0s 1 normal both;
  -ms-animation: scaleOutUp 800ms ease 0s 1 normal both;
  z-index: 9;
}

/* line 196, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-item.fadeInPrev {
  animation: scaleInDown 800ms ease 0s 1 normal both;
  -webkit-animation: scaleInDown 800ms ease 0s 1 normal both;
  -moz-animation: scaleInDown 800ms ease 0s 1 normal both;
  -ms-animation: scaleInDown 800ms ease 0s 1 normal both;
  z-index: 9;
}

/* line 203, ../sass/base/IndexNew/_mtSlider.scss */
.mtSlider-item.current.fadeOutPrev {
  animation: scaleOutDown 800ms ease 0s 1 normal both;
  -webkit-animation: scaleOutDown 800ms ease 0s 1 normal both;
  -moz-animation: scaleOutDown 800ms ease 0s 1 normal both;
  -ms-animation: scaleOutDown 800ms ease 0s 1 normal both;
  z-index: 8;
}

@keyframes scaleOutUp {
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleOutUp {
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes scaleInUp {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes scaleInUp {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleOutDown {
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
@-webkit-keyframes scaleOutDown {
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
@keyframes scaleInDown {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes scaleInDown {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* line 14, ../sass/IndexNew.scss */
.main-content-background {
  /*height: 100%;*/
}

/* line 18, ../sass/IndexNew.scss */
.container.body-content {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  max-width: 100%;
  z-index: 0;
}

/* line 28, ../sass/IndexNew.scss */
.spinner {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  margin: 0px auto;
  left: 49%;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

/* line 38, ../sass/IndexNew.scss */
img.Mobile-Youtube {
  width: 100%;
}

/* line 41, ../sass/IndexNew.scss */
.youtube_href_cover_is_video {
  background-image: url(/Images/2017/overlay-bg.png);
  background-size: cover;
}

/* line 46, ../sass/IndexNew.scss */
.youtube_href_cover img {
  position: absolute;
}
/* line 49, ../sass/IndexNew.scss */
.youtube_href_cover div.backimg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  position: relative;
}
/* line 59, ../sass/IndexNew.scss */
.youtube_href_cover div.backimg.already {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* line 93, ../sass/IndexNew.scss */
.animateBig {
  position: absolute;
  -moz-animation: mymove 0.5s;
  -webkit-animation: mymove 0.5s;
  animation: mymove 0.5s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: initial;
}

/* Safari 4.0 - 8.0 */
/* line 101, ../sass/IndexNew.scss */
.visin {
  -moz-animation: vanishIn 1s;
  -webkit-animation: vanishIn 1s;
  animation: vanishIn 1s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes mymove {
  0% {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
  10% {
    -moz-transform: rotateX(240deg);
    -webkit-transform: rotateX(240deg);
    transform: rotateX(240deg);
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5);
  }
  20% {
    -moz-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    box-shadow: 0 0 8px 8px rgba(255, 255, 255, 0.5);
  }
  30% {
    -moz-transform: rotateX(720deg);
    -webkit-transform: rotateX(720deg);
    transform: rotateX(720deg);
  }
  40% {
    -moz-transform: rotateX(1080deg);
    -webkit-transform: rotateX(1080deg);
    transform: rotateX(1080deg);
    -moz-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: none;
  }
}
@keyframes mymove {
  0% {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(0.85, 0.85);
    -ms-transform: scale(0.85, 0.85);
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85);
  }
  10% {
    -moz-transform: rotateX(240deg);
    -webkit-transform: rotateX(240deg);
    transform: rotateX(240deg);
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5);
  }
  20% {
    -moz-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    box-shadow: 0 0 8px 8px rgba(255, 255, 255, 0.5);
  }
  30% {
    -moz-transform: rotateX(720deg);
    -webkit-transform: rotateX(720deg);
    transform: rotateX(720deg);
  }
  40% {
    -moz-transform: rotateX(1080deg);
    -webkit-transform: rotateX(1080deg);
    transform: rotateX(1080deg);
    -moz-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: none;
  }
}
@keyframes vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    filter: blur(0px);
  }
}
/* line 160, ../sass/IndexNew.scss */
.explode .bg_pic {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 161, ../sass/IndexNew.scss */
.explode .bg_pic1, .explode .bg_pic6, .explode .bg_pic12 {
  -moz-animation: division-rotateplane 0.3s;
  -webkit-animation: division-rotateplane 0.3s;
  animation: division-rotateplane 0.3s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 167, ../sass/IndexNew.scss */
.explode .bg_pic3, .explode .bg_pic5, .explode .bg_pic11 {
  -moz-animation: division-rotateplane 0.3s;
  -webkit-animation: division-rotateplane 0.3s;
  animation: division-rotateplane 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 174, ../sass/IndexNew.scss */
.explode .bg_pic2, .explode .bg_pic8, .explode .bg_pic9 {
  -moz-animation: division-rotateplane 0.3s;
  -webkit-animation: division-rotateplane 0.3s;
  animation: division-rotateplane 0.3s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 181, ../sass/IndexNew.scss */
.explode .bg_pic4, .explode .bg_pic7, .explode .bg_pic10 {
  -moz-animation: division-rotateplane 0.3s;
  -webkit-animation: division-rotateplane 0.3s;
  animation: division-rotateplane 0.3s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes division-rotateplane {
  0% {
    border: 1px solid black;
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
  100% {
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: none;
  }
}
@keyframes division-rotateplane {
  0% {
    border: 1px solid black;
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  50% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
  100% {
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: none;
  }
}
/* line 231, ../sass/IndexNew.scss */
.index-background {
  height: 100%;
  width: 100%;
  position: absolute;
  background: inherit;
  background-color: #1C1C1C;
}
/* line 242, ../sass/IndexNew.scss */
.index-content {
  height: 100%;
  overflow: hidden;
  	/*.main-page-banner {
  	overflow: hidden;
  }*/
}
/* line 249, ../sass/IndexNew.scss */
.index-content #div_A1, .index-content #div_A1_RWD {
  position: relative;
  background-color: #1c1c1c;
}
/* line 253, ../sass/IndexNew.scss */
.index-content #div_A1_RWD {
  display: none;
}
/* line 256, ../sass/IndexNew.scss */
.index-content .A1-banner-bottom {
  width: 100%;
  z-index: 2;
  position: relative;
}
/* line 259, ../sass/IndexNew.scss */
.index-content .A1-banner-bottom img {
  width: 100%;
  display: block;
}
/* line 266, ../sass/IndexNew.scss */
.index-content #A2-banner {
  background: #1c1c1c;
  margin: 0 auto;
}
/* line 270, ../sass/IndexNew.scss */
.index-content #A2-banner > ul {
  /*display: inline-block;*/
  display: table;
  margin: 0 auto;
  padding: 0.3% 0;
  width: 97%;
}
/* line 280, ../sass/IndexNew.scss */
.index-content #A2-banner > ul > li .banner {
  width: 24.4%;
  float: left;
  overflow: hidden;
  position: relative;
  margin: 0 0.3%;
}
/* line 293, ../sass/IndexNew.scss */
.index-content #A2-banner > ul > li .banner .wording-background {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #FFF;
  background-color: #000000 \9;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 300ms ease 0ms;
}
/* line 304, ../sass/IndexNew.scss */
.index-content #A2-banner > ul > li .banner .wording-background::after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
/* line 313, ../sass/IndexNew.scss */
.index-content #A2-banner > ul > li .banner .wording-content {
  display: inline-block;
  vertical-align: middle;
  padding: 1% 12%;
  font-size: 120%;
}
/* line 340, ../sass/IndexNew.scss */
.index-content #A2-banner > ul > li .banner .youtube_icon,
.index-content #A2-banner > ul > li .banner .fb_icon,
.index-content #A2-banner > ul > li .banner .IG_icon,
.index-content #A2-banner > ul > li .banner .Weibo_icon,
.index-content #A2-banner > ul > li .banner .Youku_icon,
.index-content #A2-banner > ul > li .banner .wording-background {
  background-color: #000;
  text-align: center;
  height: 25%;
}
/* line 8, ../sass/base/IndexNew/_font.scss */
.index-content #A2-banner > ul > li .banner .youtube_icon.google-font,
.index-content #A2-banner > ul > li .banner .fb_icon.google-font,
.index-content #A2-banner > ul > li .banner .IG_icon.google-font,
.index-content #A2-banner > ul > li .banner .Weibo_icon.google-font,
.index-content #A2-banner > ul > li .banner .Youku_icon.google-font,
.index-content #A2-banner > ul > li .banner .wording-background.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 354, ../sass/IndexNew.scss */
.index-content #A2-banner > ul > li .banner .banner-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  max-width: 450px;
  filter: brightness(1.05) contrast(1.2);
}
/* line 363, ../sass/IndexNew.scss */
.index-content #A2-banner > ul > li .banner .banner-img.div-layout {
  position: absolute;
  z-index: 2;
}
/* line 368, ../sass/IndexNew.scss */
.index-content #A2-banner > ul > li .banner .banner-img .A2BannerImg {
  max-height: 225px;
}
/* line 371, ../sass/IndexNew.scss */
.index-content #A2-banner > ul > li .banner .banner-img .productImg {
  margin: 0 auto;
  max-height: 225px;
  display: block;
}
/* line 384, ../sass/IndexNew.scss */
.index-content #A2-banner > ul > li .banner a:hover .youtube_icon,
.index-content #A2-banner > ul > li .banner a:hover .fb_icon,
.index-content #A2-banner > ul > li .banner a:hover .IG_icon,
.index-content #A2-banner > ul > li .banner a:hover .Weibo_icon,
.index-content #A2-banner > ul > li .banner a:hover .Youku_icon,
.index-content #A2-banner > ul > li .banner a:hover .wording-background {
  /*background-color: rgba(30, 144, 255, 1);
  background-color: #1E90FF9;*/
  color: #008DFF;
}
/* line 395, ../sass/IndexNew.scss */
.index-content #A2-banner > ul > li .banner a .div-layout {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 300ms ease 0ms;
}
/* line 407, ../sass/IndexNew.scss */
.index-content #A2-banner > ul > li
.autoA2 .banner-img {
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  -webkit-transition: all 400ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 400ms ease 0ms;
}
/* line 409, ../sass/IndexNew.scss */
.index-content #A2-banner > ul > li
.autoA2 .banner-img .productImg {
  margin-top: -3%;
  margin-bottom: 3%;
}
/* line 418, ../sass/IndexNew.scss */
.index-content #A2-banner > ul > li
.autoA2 a:hover .banner-img {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
/* line 426, ../sass/IndexNew.scss */
.index-content #A2-banner .systemBanner .banner-img img {
  width: 100%;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  -webkit-transition: all 400ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 400ms ease 0ms;
}
/* line 433, ../sass/IndexNew.scss */
.index-content #A2-banner .systemBanner a:hover img {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
/* line 440, ../sass/IndexNew.scss */
.index-content .bottom-banner {
  width: 80%;
  max-width: 1351px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 2em;
}
/* line 449, ../sass/IndexNew.scss */
.index-content .bottom-banner .A2-area {
  width: 66.5%;
}
/* line 452, ../sass/IndexNew.scss */
.index-content .bottom-banner .A3-area {
  width: 33.25%;
}
/* line 455, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul {
  float: left;
  margin-top: -2em;
}
/* line 459, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li {
  max-width: 450px;
  max-height: 450px;
  float: left;
  padding: .45em .2em;
  overflow: hidden;
  position: relative;
}
/* line 467, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li .wording-background {
  	/*background: {
  	color: #000;
  	//image:url("/Images/Index/DefaultBanner/arrow_B.png") 95% 50% no-repeat;
  }*/
  background: url("/Images/Index/DefaultBanner/arrow_B.png") 95% 50% no-repeat;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #FFF;
  background-color: #000000 \9;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 300ms ease 0ms;
}
/* line 481, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li .wording-content {
  padding: 2% 3%;
  font-size: 120%;
  margin-right: 11%;
}
/* line 8, ../sass/base/IndexNew/_font.scss */
.index-content .bottom-banner > ul > li .wording-content.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 489, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li .youtube_icon {
  background: url("/Images/Index/DefaultBanner/youtube.png") 95% 50% no-repeat;
}
/* line 492, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li .fb_icon {
  background: url("/Images/Index/DefaultBanner/fb.png") 95% 50% no-repeat;
}
/* line 495, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li .IG_icon {
  background: url("/Images/Index/DefaultBanner/ig.png") 95% 50% no-repeat;
}
/* line 498, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li .Weibo_icon {
  background: url("/Images/Index/DefaultBanner/weibo.png") 95% 50% no-repeat;
}
/* line 501, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li .Youku_icon {
  background: url("/Images/Index/DefaultBanner/youku.png") 95% 50% no-repeat;
}
/* line 504, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li .youtube_icon,
.index-content .bottom-banner > ul > li .fb_icon,
.index-content .bottom-banner > ul > li .IG_icon,
.index-content .bottom-banner > ul > li .Weibo_icon,
.index-content .bottom-banner > ul > li .Youku_icon,
.index-content .bottom-banner > ul > li .wording-background {
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 512, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li[data-combo="1"] {
  width: 25%;
  max-height: 225px;
}
/* line 516, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li[data-combo="2"], .index-content .bottom-banner > ul > li[data-combo="4"] {
  width: 50%;
  max-height: 225px;
}
/* line 520, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li[data-combo="2"] .wording-background, .index-content .bottom-banner > ul > li[data-combo="4"] .wording-background {
  height: 33%;
}
/* line 8, ../sass/base/IndexNew/_font.scss */
.index-content .bottom-banner > ul > li[data-combo="2"] .wording-background.google-font, .index-content .bottom-banner > ul > li[data-combo="4"] .wording-background.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 525, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li[data-combo="4"] {
  max-height: 450px;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 531, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li[data-combo="4"] .wording-background {
  height: 16.5%;
}
/* line 535, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li[data-combo="2"][data-index="3"] {
  width: 100%;
}
/* line 538, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li[data-combo="1"] {
  max-width: 225px;
  max-height: 225px;
}
/* line 541, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li[data-combo="1"][data-index="4"], .index-content .bottom-banner > ul > li[data-combo="1"][data-index="5"] {
  width: 50%;
}
/* line 545, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li[data-combo="1"] .wording-background {
  height: 33%;
}
/* line 8, ../sass/base/IndexNew/_font.scss */
.index-content .bottom-banner > ul > li[data-combo="1"] .wording-background.google-font {
  font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
}
/* line 550, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li[data-index="1"], .index-content .bottom-banner > ul > li[data-index="3"] {
  padding-top: 0;
  padding-bottom: .15em;
}
/* line 557, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li[data-index="2"], .index-content .bottom-banner > ul > li[data-index="4"], .index-content .bottom-banner > ul > li[data-index="5"] {
  padding-top: .15em;
  padding-bottom: 0;
}
/* line 567, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li[data-index="4"] .wording-content, .index-content .bottom-banner > ul > li[data-index="5"] .wording-content {
  margin-right: 16%;
}
/* line 571, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li > div {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
/* line 577, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li > div.div-layout {
  position: absolute;
  z-index: 2;
}
/* line 584, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li a:hover .div-layout {
  -moz-box-shadow: inset 0px 3px 30px 5px rgba(30, 144, 255, 0.6);
  -webkit-box-shadow: inset 0px 3px 30px 5px rgba(30, 144, 255, 0.6);
  box-shadow: inset 0px 3px 30px 5px rgba(30, 144, 255, 0.6);
  border: 1px solid #1E90FF;
  border-style: inset;
}
/* line 597, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li a:hover .wording-background {
  background: url("/Images/Index/DefaultBanner/arrow_w.png") 95% 50% no-repeat;
}
/* line 600, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li a:hover .youtube_icon {
  background: url("/Images/Index/DefaultBanner/youtube_w.png") 95% 50% no-repeat;
}
/* line 603, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li a:hover .fb_icon {
  background: url("/Images/Index/DefaultBanner/fb_w.png") 95% 50% no-repeat;
}
/* line 606, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li a:hover .IG_icon {
  background: url("/Images/Index/DefaultBanner/ig_w.png") 95% 50% no-repeat;
}
/* line 609, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li a:hover .Weibo_icon {
  background: url("/Images/Index/DefaultBanner/weibo_w.png") 95% 50% no-repeat;
}
/* line 612, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li a:hover .Youku_icon {
  background: url("/Images/Index/DefaultBanner/youku_w.png") 95% 50% no-repeat;
}
/* line 615, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li a:hover .youtube_icon,
.index-content .bottom-banner > ul > li a:hover .fb_icon,
.index-content .bottom-banner > ul > li a:hover .IG_icon,
.index-content .bottom-banner > ul > li a:hover .Weibo_icon,
.index-content .bottom-banner > ul > li a:hover .Youku_icon,
.index-content .bottom-banner > ul > li a:hover .wording-background {
  background-color: dodgerblue;
  background-color: #1E90FF9;
}
/* line 625, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li a .div-layout {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  -webkit-transition: all 300ms ease;
  -webkit-transition-delay: 0ms;
  transition: all 300ms ease 0ms;
}
/* line 633, ../sass/IndexNew.scss */
.index-content .bottom-banner > ul > li img {
  display: block;
}

/* line 641, ../sass/IndexNew.scss */
.block_content-hide {
  display: none;
}

/*@media (max-width: 1366px) {
	.index {
		&-content {
			.top-banner {
				background-color: #000;
			}
			.bottom-banner {
				max-width: 900px;
				.A2-area,
				.A3-area {
					width: 100%;
				}
				.A3-area {
					margin-top: 0.3em;
				}
				ul {
					&>li {
						&[data-combo="2"][data-index="3"] {
							width: 50%;
						}
						&[data-combo="1"][data-index="4"],
						&[data-combo="1"][data-index="5"] {
							width: 25%;
						}
						&[data-index="3"] {
							padding: {
								bottom: 0;
								top: .15em;
							}
						}
					}
				}
			}
		}
	}
}*/
@media (min-width: 1500px) and (max-width: 1700px) {
  /* line 690, ../sass/IndexNew.scss */
  .index-content #A2-banner > ul li .banner .wording-background .wording-content {
    line-height: 130%;
    font-size: 100%;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  /* line 712, ../sass/IndexNew.scss */
  .index-content #A2-banner > ul li .banner .wording-background .wording-content {
    line-height: 130%;
    font-size: 100%;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  /* line 734, ../sass/IndexNew.scss */
  .index-content #A2-banner > ul li .banner .wording-background .wording-content {
    padding: 1% 6%;
    line-height: 110%;
    font-size: 100%;
  }
}
@media (min-width: 960px) and (max-width: 1100px) {
  /* line 755, ../sass/IndexNew.scss */
  .index-content #A2-banner > ul li .banner .wording-background {
    height: 30%;
  }
  /* line 757, ../sass/IndexNew.scss */
  .index-content #A2-banner > ul li .banner .wording-background .wording-content {
    padding: 1% 6%;
    line-height: 110%;
    font-size: 100%;
  }
}
@media only screen and (max-width: 960px) {
  /* line 773, ../sass/IndexNew.scss */
  .Rwd #div_A1 {
    display: none;
  }
  /* line 778, ../sass/IndexNew.scss */
  .Rwd .index-content #div_A1_RWD {
    display: block;
  }
  /* line 782, ../sass/IndexNew.scss */
  .Rwd .index-content #div_A1_RWD .mtSlider-content {
    max-height: inherit;
  }
  /* line 795, ../sass/IndexNew.scss */
  .Rwd .index-content #div_A1_RWD .mtSlider-direction img {
    width: 50%;
  }
  /* line 799, ../sass/IndexNew.scss */
  .Rwd .index-content #div_A1_RWD .mtSlider-nav {
    bottom: inherit;
    position: inherit;
  }
  /* line 802, ../sass/IndexNew.scss */
  .Rwd .index-content #div_A1_RWD .mtSlider-nav div {
    width: 12%;
    margin: 0 1.5%;
  }
  /* line 805, ../sass/IndexNew.scss */
  .Rwd .index-content #div_A1_RWD .mtSlider-nav div div {
    width: 100%;
  }
  /* line 812, ../sass/IndexNew.scss */
  .Rwd .index-content #A2-banner {
    width: 96%;
  }
  /* line 814, ../sass/IndexNew.scss */
  .Rwd .index-content #A2-banner > ul {
    margin-top: 0px;
  }
  /* line 816, ../sass/IndexNew.scss */
  .Rwd .index-content #A2-banner > ul li {
    width: 100%;
    max-width: none;
    max-height: none;
  }
  /* line 820, ../sass/IndexNew.scss */
  .Rwd .index-content #A2-banner > ul li .banner {
    width: 100%;
    margin-bottom: 3%;
  }
  /* line 823, ../sass/IndexNew.scss */
  .Rwd .index-content #A2-banner > ul li .banner .wording-background {
    height: 30%;
  }
  /* line 825, ../sass/IndexNew.scss */
  .Rwd .index-content #A2-banner > ul li .banner .wording-background .wording-content {
    padding: 1% 5%;
    font-size: 100%;
  }
  /* line 830, ../sass/IndexNew.scss */
  .Rwd .index-content #A2-banner > ul li .banner .banner-img {
    max-width: inherit;
  }
  /* line 832, ../sass/IndexNew.scss */
  .Rwd .index-content #A2-banner > ul li .banner .banner-img .productImg {
    max-height: inherit;
  }
  /* line 8, ../sass/base/IndexNew/_font.scss */
  .Rwd .index-content #A2-banner > ul li .wording-background.google-font {
    font-family: 'Lato','Play', sans-serif,"微軟正黑體",Microsoft JhengHei,"微軟雅黑體",Microsoft YaHei,SimHei,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","新細明體", Arial,Verdana,Helvetica,sans-serif;
  }
  /* line 845, ../sass/IndexNew.scss */
  .Rwd .index-content .A1-banner-bottom {
    display: none;
  }
  /* line 849, ../sass/IndexNew.scss */
  .Rwd .index-background {
    background: none;
    background-color: #1c1c1c;
  }
  /* line 857, ../sass/IndexNew.scss */
  .Rwd #div_A1 {
    margin: 0px auto;
  }
}
@media (min-width: 600px) and (max-width: 960px) {
  /* line 867, ../sass/IndexNew.scss */
  .Rwd .index-content #A2-banner {
    width: 100%;
  }
  /* line 869, ../sass/IndexNew.scss */
  .Rwd .index-content #A2-banner ul {
    width: 100%;
    padding: 0% 0;
  }
  /* line 873, ../sass/IndexNew.scss */
  .Rwd .index-content #A2-banner ul li .banner {
    width: 49.3%;
  }
}
