@charset "UTF-8";
/* 嵌入字型設定 暫無 */
@font-face {
  font-family: "NotoSansTC";
  src: url(../font/NotoSansTC-Light.otf);
}

/* ANIMATION
-------------------------------------------------------------------------------------------*/
.tab .tabMenu {
  text-align: center;
  margin: 0 0 20px 0;
}

.tab .tabMenu .tabM {
  display: inline-block;
  margin: 0 10px;
}

.tab .tabMenu .tabM:hover, .tab .tabMenu .tabM.active {
  background: none;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.15), 0 1px 2px 0 rgba(60, 64, 67, 0.3);
  box-shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.15), 0 1px 2px 0 rgba(60, 64, 67, 0.3);
}

.tab .tabMenu .tabM:hover a, .tab .tabMenu .tabM.active a {
  color: #e70015;
  text-decoration: none;
}

.tab .tabMenu .tabM a {
  display: block;
  color: #333;
  padding: 10px;
}

.tab .tabBody .tabB {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.tab .tabBody .tabB.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.form_list_bootstrap {
  margin: 0 auto;
  font-size: 21px;
  padding: 0 300px;
}

.form_list_bootstrap.t_left {
  padding: 0 300px 0 0;
}

@media (max-width: 1199px) {
  .form_list_bootstrap {
    font-size: 16px;
    padding: 0 200px;
  }
}

@media (max-width: 991px) {
  .form_list_bootstrap {
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .form_list_bootstrap {
    padding: 0;
  }
}

.form_list_bootstrap .tips {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.form_list_bootstrap form .form-group {
  margin-bottom: 55px;
  position: relative;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .form_list_bootstrap form .form-group {
    margin-top: 30px;
    margin-bottom: 45px;
  }
}

.form_list_bootstrap form .form-group.has-child {
  padding: 10px 0 0 0;
}

.form_list_bootstrap form .form-group.has-child > label {
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_list_bootstrap form .form-group.has-child.is-filled > label, .form_list_bootstrap form .form-group.has-child.is-focus > label {
  color: #cea896;
  font-size: 15px;
  top: 0px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.form_list_bootstrap form .form-group.has-child.has-error > label {
  color: #e70015;
}

.form_list_bootstrap form .form-group.has-child.has-error > .form-control {
  border-color: #e70015;
}

.form_list_bootstrap form .form-group.has-child.has-error > .input-group > .form-control {
  border-color: #e70015;
}

.form_list_bootstrap form .form-group.has-child.has-error .help-block {
  display: none;
  background-color: #e70015;
  color: #fff;
}

@media (max-width: 991px) {
  .form_list_bootstrap form .form-group.has-child.has-error .help-block {
    color: #e70015;
    background: transparent;
  }
}

.form_list_bootstrap form .form-group.has-child.has-error .help-block::before {
  border-color: transparent #e70015 transparent transparent;
}

.form_list_bootstrap form .form-group.has-child.has-error .help-block.with-errors {
  display: block;
  opacity: 1;
}

.form_list_bootstrap form .form-group.has-child.has-success > label {
  color: #333;
}

.form_list_bootstrap form .form-group.has-child.has-success > label:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  background: #a1d23d;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 6px;
  text-align: center;
  padding-top: 3px;
}

.form_list_bootstrap form .form-group.is-child > label {
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_list_bootstrap form .form-group.is-child.is-checkbox {
  padding-top: 15px;
}

.form_list_bootstrap form .form-group.is-child.is-checkbox > label {
  top: 0%;
}

.form_list_bootstrap form .form-group.is-child.is-filled > label, .form_list_bootstrap form .form-group.is-child.is-focus > label {
  color: #cea896;
  font-size: 15px;
  top: 10px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.form_list_bootstrap form .form-group.is-child.has-error > label {
  color: #e70015;
}

.form_list_bootstrap form .form-group.is-child.has-error > .form-control {
  border-color: #e70015;
}

.form_list_bootstrap form .form-group.is-child.has-error > .input-group > .form-control {
  border-color: #e70015;
}

.form_list_bootstrap form .form-group.is-child.has-error .help-block {
  display: none;
  background-color: #e70015;
  color: #fff;
}

@media (max-width: 991px) {
  .form_list_bootstrap form .form-group.is-child.has-error .help-block {
    color: #e70015;
    background: transparent;
  }
}

.form_list_bootstrap form .form-group.is-child.has-error .help-block::before {
  border-color: transparent #e70015 transparent transparent;
}

.form_list_bootstrap form .form-group.is-child.has-error .help-block.with-errors {
  display: block;
  opacity: 1;
}

.form_list_bootstrap form .form-group.is-child.has-success > label {
  color: #333;
}

.form_list_bootstrap form .form-group.is-child.has-success > label:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  background: #a1d23d;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 6px;
  text-align: center;
  padding-top: 3px;
}

.form_list_bootstrap form .form-group.is-child.has-success .checkbox-inline {
  color: #333;
}

.form_list_bootstrap form .form-group.is-focus .help-block {
  display: block;
}

.form_list_bootstrap form .form-group.is-focus .help-block.with-errors {
  display: none;
  opacity: 0;
}

.form_list_bootstrap form .form-group .form-group {
  position: relative;
  margin: 0;
}

.form_list_bootstrap form .form-group .form-group.is-focus select {
  color: #333;
}

.form_list_bootstrap form .form-group .form-group.is-filled select {
  color: #333;
}

.form_list_bootstrap form .form-group .form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #888;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form_list_bootstrap form .form-group input[type="file"] {
  margin: 0 0 0 90px;
}

.form_list_bootstrap form .form-group select {
  color: transparent;
  background-color: transparent;
}

.form_list_bootstrap form .form-group input.form-control,
.form_list_bootstrap form .form-group select.form-control {
  height: 42px;
  background-color: transparent;
}

.form_list_bootstrap form .form-group .textarea_feedback {
  font-size: 13px;
  text-align: right;
}

.form_list_bootstrap form .form-group .help-block {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 20px;
  width: auto;
  min-width: 180px;
  max-width: 280px;
  background-color: #ccc;
  color: #333;
  font-size: 19px;
  border-radius: 4px;
  padding: 2px 10px;
  margin-bottom: 0;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 1199px) {
  .form_list_bootstrap form .form-group .help-block {
    max-width: 180px;
    color: #aaa;
  }
}

@media (max-width: 991px) {
  .form_list_bootstrap form .form-group .help-block {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 0;
    background-color: transparent;
    padding: 0;
    max-width: initial;
    color: #aaa;
  }
}

.form_list_bootstrap form .form-group .help-block::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 8px 4px 0;
  border-color: transparent #ccc transparent transparent;
  content: "";
  position: absolute;
  right: 100%;
  top: 9px;
}

@media (max-width: 991px) {
  .form_list_bootstrap form .form-group .help-block::before {
    display: none;
  }
}

.form_list_bootstrap form .form-group .help-block.with-errors {
  display: none;
}

.form_list_bootstrap form .form-group .help-block .text {
  line-height: 200%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .form_list_bootstrap form .form-group .help-block .text {
    overflow: visible;
    white-space: normal;
  }
}

.form_list_bootstrap form .form-group .help-block ul {
  line-height: 200%;
  margin: 0;
}

.form_list_bootstrap form .form-group .row {
  margin: 0;
}

.form_list_bootstrap form .form-group .row > div[class^="col-"] {
  padding: 0;
}

.form_list_bootstrap form .form-group .form-inline .input-group,
.form_list_bootstrap form .form-group .form-inline .form-group .form-control {
  width: 100%;
}

.form_list_bootstrap .input-group-addon {
  background: transparent;
  border: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.form_list_bootstrap .form-group.is-checkbox > label {
  display: block;
}

.form_list_bootstrap .form-group.is-checkbox .checkbox-inline {
  padding-left: 0;
  margin-right: 15px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.form_list_bootstrap .form-group.is-checkbox .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

.form_list_bootstrap .form-group.is-checkbox .checkbox-inline input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent !important;
}

.form_list_bootstrap .input-group_code {
  width: 100%;
}

.form_list_bootstrap .input-group_code .input-group-addon {
  width: 170px;
  padding: 0;
  background: transparent;
}

.form_list_bootstrap .input-group_code #recode {
  color: #424242;
  font-size: 22px;
  cursor: pointer;
  display: inline-block;
  vertical-align: mid;
}

@media (max-width: 375px) {
  .form_list_bootstrap .input-group_code #recode {
    font-size: 17px;
    position: relative;
  }
}

.form_list_bootstrap .input-group_code #recode svg {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.form_list_bootstrap .input-group_code #recode:hover svg {
  -webkit-transform: rotate(350deg);
          transform: rotate(350deg);
}

.form_list_bootstrap .checkbox .pretty-checkbox label {
  padding-left: 0;
}

.form_list_bootstrap .checkbox .pretty-checkbox input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent !important;
}

.form_list_bootstrap .contactbtn-wrap {
  padding: 0 30%;
}

@media (max-width: 991px) {
  .form_list_bootstrap .contactbtn-wrap {
    padding: 0 15%;
  }
}

.form_list_bootstrap .contactbtn-wrap .btn {
  width: 100%;
}

.form_list.normal > ul > li {
  display: inline-block;
  margin: 5px 5px;
}

.form_list.normal > ul > li .import {
  padding: 3px 0;
  display: inline-block;
}

.form_list.normal > ul > li .import input {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form_list ul li .import {
  position: relative;
}

.form_list ul li .import.ok .name {
  top: 3px;
  font-size: 0.8rem;
  opacity: 0.8;
}

.form_list ul li .import.focus .name {
  top: 3px;
  font-size: 0.8rem;
  opacity: 0.8;
}

.form_list ul li .import.focus .select_list {
  display: block;
}

.form_list ul li .import input {
  min-width: 200px;
  padding: 20px 10px 10px;
  border: none;
  border-bottom: 1px solid #ccc;
}

.form_list ul li .import input.select {
  background-image: url(../img/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 98% center;
}

.form_list ul li .import .select_list {
  display: none;
  min-width: 198px;
  position: relative;
}

.form_list ul li .import .select_list ul {
  position: absolute;
  top: -2px;
  left: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 101;
}

.form_list ul li .import .select_list ul li {
  padding: 10px;
  text-align: center;
  min-width: 200px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.form_list ul li .import .select_list ul li:last-child {
  border-bottom: none;
}

.form_list ul li .import .select_list ul li:hover {
  color: #fff;
  background-color: #888;
}

.form_list ul li .import .name {
  position: absolute;
  left: 10px;
  top: 20px;
  font-size: 1rem;
  color: #333;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.form_list .form_item {
  position: relative;
  line-height: 200%;
  width: 70%;
  margin-bottom: 55px;
  margin-top: 40px;
  font-size: 1rem;
  color: #333;
}

.form_list .form_item.has-child > .fname, .form_list .form_item.is-focus > .fname, .form_list .form_item.is-filled > .fname {
  font-size: 0.9rem;
  top: -26px;
}

.form_list .form_item .fname {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.form_list .form_item .import label {
  cursor: pointer;
}

.form_list .form_item .import input,
.form_list .form_item .import select,
.form_list .form_item .import textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 200%;
  border: none;
  border-bottom: 1px solid #ccc;
}

.form_list .form_item .import input,
.form_list .form_item .import select {
  height: 32px;
}

.form_list .form_item .import input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
}

.form_list .form_item .input_group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.form_list .form_item .input_group input {
  display: block;
  width: 1%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.form_list .form_item .input_group span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_list .form_item .checkbox_item {
  display: inline-block;
}

.form_list .form_item .help-block {
  position: absolute;
  right: -30%;
  top: 0;
}

.form_list .form_item .error-block {
  position: absolute;
  right: -30%;
  top: 0;
}

.breadcrumbs {
  margin: 0 0 20px 0;
}

.breadcrumbs.bgcolor {
  background-color: #eee;
  border-top: 1px solid #ccc;
}

.breadcrumbs.bgcolor .inner {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 10px;
}

.breadcrumbs.t_center {
  text-align: center;
}

.breadcrumbs.t-right {
  text-align: right;
}

.breadcrumbs .inner {
  line-height: 200%;
}

.breadcrumbs .inner ul li {
  display: inline-block;
}

.breadcrumbs .inner ul li:after {
  content: "/";
  margin: 0 5px;
  color: #000;
}

.breadcrumbs .inner ul li:last-child:after {
  content: "";
  margin: 0px;
}

.breadcrumbs .inner a {
  color: #000;
}

.breadcrumbs .inner a:hover {
  color: #cea896;
}

.breadcrumbs .inner span {
  color: #666;
}

.parallax {
  position: relative;
  overflow: hidden;
}

.parallax .bg {
  position: absolute;
  width: 140%;
  min-height: 140%;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.parallax .bg img {
  width: 100%;
}

.parallax .inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.parallax .inner.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.parallax .inner figure img {
  max-width: 100%;
}

.parallax .inner h1 {
  font-size: 3rem;
  color: #fff;
}

.parallax .inner .desc {
  font-size: 1rem;
  color: #fff;
}

/* ANIMATION
-------------------------------------------------------------------------------------------*/
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}

.mask .rolled {
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 27, 27, 0.3)), color-stop(60%, rgba(255, 27, 27, 0.85)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 27, 27, 0.3) 50%, rgba(255, 27, 27, 0.85) 60%, rgba(255, 255, 255, 0));
  -webkit-transform: skewX(-40deg);
          transform: skewX(-40deg);
  width: 30%;
  margin-left: -80%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-name: lighten-long;
          animation-name: lighten-long;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.mask .rolled2 {
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), color-stop(40%, rgba(255, 255, 255, 0.5)), color-stop(60%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5) 40%, white 60%, rgba(255, 255, 255, 0));
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  width: 30%;
  margin-left: -80%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-name: lighten-long;
          animation-name: lighten-long;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes lighten-long {
  0% {
    margin-left: -80%;
  }
  20% {
    margin-left: -80%;
  }
  to {
    margin-left: 150%;
    -webkit-transform: skewX(-40deg);
            transform: skewX(-40deg);
  }
}

@keyframes lighten-long {
  0% {
    margin-left: -80%;
  }
  20% {
    margin-left: -80%;
  }
  to {
    margin-left: 150%;
    -webkit-transform: skewX(-40deg);
            transform: skewX(-40deg);
  }
}

@-webkit-keyframes shinning {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.1;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0.1;
  }
}

@keyframes shinning {
  0% {
    opacity: 0.1;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.1;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0.1;
  }
}

@-webkit-keyframes rotate-clockwise {
  0% {
    -webkit-transform: rotate(0turn) scale(1);
            transform: rotate(0turn) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(0.5turn) scale(0.9);
            transform: rotate(0.5turn) scale(0.9);
    opacity: 0.5;
  }
  to {
    -webkit-transform: rotate(1turn) scale(1);
            transform: rotate(1turn) scale(1);
    opacity: 1;
  }
}

@keyframes rotate-clockwise {
  0% {
    -webkit-transform: rotate(0turn) scale(1);
            transform: rotate(0turn) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(0.5turn) scale(0.9);
            transform: rotate(0.5turn) scale(0.9);
    opacity: 0.5;
  }
  to {
    -webkit-transform: rotate(1turn) scale(1);
            transform: rotate(1turn) scale(1);
    opacity: 1;
  }
}

.slick_list .slick_prev:hover {
  background-position: 0% 66%;
}

.slick_list .slick_next:hover {
  background-position: 100% 66%;
}

.md.topBanner {
  position: relative;
  padding: 10px 0 0 0;
}

.md.topBanner .item {
  position: relative;
  height: 655px;
}

.md.topBanner .item .bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  height: 70vh;
}

.md.topBanner .item .word {
  position: absolute;
  top: 17%;
  left: 12%;
  width: 30%;
  z-index: 2;
  text-align: left;
  text-align: center;
}

.md.topBanner .item .word .title {
  color: #000;
  font-size: 300%;
  margin: 0 0 40px 0;
  text-align: left;
}

.md.topBanner .item .word .subTitle {
  display: block;
  color: #2c475d;
  font-size: 180%;
  text-align: left;
}

.md.topBanner .item .word .more {
  display: inline-block;
  padding: 8px 40px;
  text-align: center;
  color: #000;
  -webkit-box-shadow: 0px 0px 7px #666;
          box-shadow: 0px 0px 7px #666;
}

.md.topBanner .item .word .more a {
  color: #000;
}

.md.topBanner .item .word .more:hover {
  background-color: #2c475d;
}

.md.topBanner .item .word .more:hover a {
  color: #cea896;
}

.md.topBanner .slick-prev,
.md.topBanner .slick-next {
  display: none !important;
}

.md.topBanner .slick-dots {
  position: absolute;
  top: 410px;
  bottom: auto;
  left: 23.8%;
  right: auto;
  width: auto;
}

.md.device {
  display: block;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 6% 0 6% 0%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.md.device .wrapper {
  padding: 0 0 0 0%;
}

.md.device .wrapper .item {
  margin: 0px 10px;
  padding: 25px 0 25px 34px;
  text-align: center;
}

.md.device .wrapper .item .product {
  position: relative;
  display: inline-block;
  text-align: left;
}

.md.device .wrapper .item .product:hover .bg {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: rotate-clockwise;
          animation-name: rotate-clockwise;
}

.md.device .wrapper .item a {
  display: block;
  padding: 25px 32px;
}

.md.device .wrapper .item .bg {
  position: absolute;
  top: 0;
  left: 0%;
  width: 230px;
  height: 230px;
  background: url(../images/bg_circle.png) no-repeat;
  background-size: 100% auto;
}

.md.device .wrapper .item figure {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
}

.md.device .wrapper .item figure img {
  max-width: 160px;
  max-height: 180px;
}

.md.device .wrapper .item .word {
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 100px;
  line-height: 200%;
  z-index: 2;
}

.md.device .wrapper .item .word .title {
  font-size: 90%;
  line-height: 120%;
  color: #000;
  margin: 0 0 10px 0;
}

.md.device .wrapper .item .word .name {
  font-size: 180%;
  color: #2c475d;
}

.md.new_works .wrapper {
  text-align: center;
}

.md.new_works .wrapper .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.md.new_works .wrapper .item figure {
  width: 100%;
  overflow: hidden;
}

.md.new_works .wrapper .item figure img {
  width: 100%;
}

.md.new_works .wrapper .item .word {
  position: absolute;
  bottom: 10px;
  left: 5%;
  width: 90%;
  text-align: center;
}

.md.new_works .wrapper .item .word .title {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.7);
}

.md.new_works .wrapper .item .word .title a {
  color: #000;
}

.md.new_works .wrapper .item:nth-child(1) {
  width: 47%;
  margin: 0 5px 0 0;
}

.md.new_works .wrapper .item:nth-child(1) figure {
  height: 461px;
}

.md.new_works .wrapper .item:nth-child(2) {
  width: 33.82%;
}

.md.new_works .wrapper .item:nth-child(2) figure {
  height: 363px;
}

.md.new_works .wrapper .item:nth-child(3) {
  width: 47%;
  margin: 0 5px 0 0;
  top: 5px;
}

.md.new_works .wrapper .item:nth-child(3) figure {
  height: 338px;
}

.md.new_works .wrapper .item:nth-child(4) {
  width: 33.82%;
  top: -93px;
}

.md.new_works .wrapper .item:nth-child(4) figure {
  height: 436px;
}

.md.news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.md.news .md_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.md.news .md_title a {
  width: 100%;
}

.md.news .md_title figure {
  width: 100%;
}

.md.news .md_title figure img {
  width: 100%;
}

.md.news .md_title .word {
  position: absolute;
  top: 35%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  display: inline-block;
  width: 80%;
}

.md.news .md_title .word .title {
  color: #2c475d;
  font-size: 190%;
  line-height: 100%;
  font-weight: normal;
  margin: 0 0 20px 0;
}

.md.news .md_title .word .desc {
  color: #000;
  font-size: 90%;
  line-height: 150%;
  font-weight: normal;
}

.md.news .md_bd {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: rgba(206, 168, 150, 0.2);
  padding: 3% 1%;
}

.md.news .md_bd .wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  width: 295px;
}

.md.news .md_bd .wrapper .item figure {
  margin: 0 0 10px 0;
}

.md.news .md_bd .wrapper .item figure img {
  width: 100%;
}

.md.news .md_bd .wrapper .item .word {
  text-align: left;
}

.md.news .md_bd .wrapper .item .word .title {
  display: block;
  margin: 0 0 10px 0;
  color: #2c475d;
  font-size: 120%;
  line-height: 130%;
}

.md.news .md_bd .wrapper .item .word .desc {
  font-size: 100%;
  line-height: 150%;
  color: #000;
  width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.md.news .md_bd .slick-prev {
  bottom: -50px;
  position: absolute;
  top: auto;
  left: calc(50% - 40px);
}

.md.news .md_bd .slick-next {
  bottom: -50px;
  position: absolute;
  top: auto;
  right: calc(50% - 40px);
}

.md.service {
  padding: 6% 0 6% 0%;
  margin-bottom: 100px;
}

.md.service h4.title {
  font-size: 190%;
  color: #2c475d;
  padding: 50px 0;
  font-weight: normal;
  text-align: center;
}

.md.service .wrapper {
  text-align: center;
}

.md.service .wrapper .item {
  display: inline-block;
  width: 30%;
  max-width: 320px;
  margin: 0 1%;
  text-align: center;
}

.md.service .wrapper .item figure {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}

.md.service .wrapper .item figure:hover .bg {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: rotate-clockwise;
          animation-name: rotate-clockwise;
}

.md.service .wrapper .item figure .bg {
  width: 126px;
  height: 126px;
  background: url(../images/bg_circle.png) no-repeat;
  background-size: 100% auto;
}

.md.service .wrapper .item figure img {
  position: absolute;
  top: 23%;
  left: 23%;
  z-index: 2;
}

.md.service .wrapper .item .word .title {
  font-size: 120%;
  color: #2c475d;
  margin: 20px 0;
}

.md.service .wrapper .item .word .desc {
  font-size: 100%;
  line-height: 150%;
}

.md.praise {
  display: block;
  padding: 6% 0 6% 0%;
  background: url(../images/bg_praise.jpg) no-repeat center center;
  background-size: cover;
}

.md.praise .md_title {
  text-align: center;
  margin: 0 auto 50px;
}

.md.praise .md_title .title {
  color: #2c475d;
  font-size: 190%;
  line-height: 100%;
  margin: 0 0 10px 0;
  font-weight: normal;
}

.md.praise .md_title .subTitle {
  color: #000;
  font-size: 100%;
  line-height: 100%;
}

.md.praise .md_bd .wrapper {
  margin: 0 20px 10px 20px;
  padding: 20px 0px;
  text-align: left;
  text-align: center;
  overflow-x: scroll;
}

.md.praise .md_bd .wrapper .inner {
  width: 120%;
  margin: 0 auto;
}

.md.praise .md_bd .wrapper .item {
  display: inline-block;
  width: 300px;
  margin: 0 1%;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 7px #666;
          box-shadow: 0px 0px 7px #666;
  vertical-align: top;
}

.md.praise .md_bd .wrapper .item .editor {
  font-size: 90%;
  line-height: 150%;
  font-weight: bold;
}

.md.praise .md_bd .wrapper .item .jobTitle {
  font-size: 80%;
  line-height: 150%;
  color: #888;
}

.md.praise .md_bd .wrapper .item .desc {
  font-size: 90%;
  line-height: 150%;
  margin: 0 0 20px 0;
}

.md.client {
  padding: 5% 10% 5% 10%;
  margin-bottom: 100px;
}

.md.client .title {
  color: #2c475d;
  font-size: 190%;
  line-height: 100%;
  margin: 0 0 50px 0;
  text-align: center;
  font-weight: normal;
}

.md.client .wrapper .slick-list {
  margin: 0 0 30px 0;
}

.md.client .wrapper .item {
  margin: 0 10px;
  text-align: center;
}

.md.client .wrapper .item a .name {
  color: #000;
}

.md.client .wrapper .item a:hover .name {
  color: #2c475d;
}

.md.client .wrapper .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.md.client .wrapper .item figure {
  padding: 10px 0;
  text-align: center;
}

.md.client .wrapper .item figure img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.md.client .wrapper .item .name {
  font-size: 100%;
  padding: 5px 0;
}

.md.client .wrapper .slick-prev,
.md.client .wrapper .slick-next {
  display: none !important;
}

@media (max-width: 1024px) {
  .md.topBanner .item {
    height: 375px;
  }
  .md.topBanner .item .bg {
    height: 36vh;
  }
  .md.topBanner .item .word {
    top: 10%;
    left: 3%;
    width: 39%;
  }
  .md.topBanner .item .word .title {
    font-size: 220%;
  }
  .md.topBanner .item .word .title2 {
    font-size: 220%;
  }
  .md.topBanner .item .word .subTitle {
    font-size: 200%;
  }
  .md.topBanner .item a .more {
    top: 65%;
  }
  .md.topBanner .slick-dots {
    top: 75%;
    left: 14.4%;
  }
  .md.device {
    max-width: 100%;
  }
  .md.device .wrapper {
    padding: 0 0 0 0%;
  }
  .md.device .wrapper .slick-list {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .md.device .wrapper .slick-list .slick-slide {
    text-align: center;
  }
  .md.device .wrapper .item {
    display: inline-block;
    margin: 0px 0px;
    padding: 25px 0 25px 0px;
    text-align: center;
  }
  .md.device .wrapper .item .product {
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .md.device .wrapper .item .product:hover .bg {
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-name: rotate-clockwise;
            animation-name: rotate-clockwise;
  }
  .md.device .wrapper .item a {
    display: block;
    padding: 25px 32px;
  }
  .md.device .wrapper .item .bg {
    position: absolute;
    top: 0;
    left: calc(50% - 110px);
    width: 220px;
    height: 220px;
    background: url(../images/bg_circle.png) no-repeat;
    background-size: 100% auto;
  }
  .md.device .wrapper .item figure {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
  }
  .md.device .wrapper .item figure img {
    max-width: 160px;
    max-height: 180px;
  }
  .md.device .wrapper .item .word {
    position: relative;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    line-height: 200%;
    z-index: 2;
  }
  .md.device .wrapper .item .word .title {
    font-size: 90%;
    line-height: 120%;
    color: #000;
    margin: 0 0 10px 0;
  }
  .md.device .wrapper .item .word .name {
    font-size: 180%;
    color: #2c475d;
  }
  .md.new_works .wrapper .item:nth-child(1) figure {
    height: 250px;
  }
  .md.new_works .wrapper .item:nth-child(2) {
    width: 38%;
  }
  .md.new_works .wrapper .item:nth-child(2) figure {
    height: 214px;
  }
  .md.new_works .wrapper .item:nth-child(3) {
    top: 5px;
  }
  .md.new_works .wrapper .item:nth-child(3) figure {
    height: 178px;
  }
  .md.new_works .wrapper .item:nth-child(4) {
    width: 38%;
    top: -31px;
  }
  .md.new_works .wrapper .item:nth-child(4) figure {
    height: 214px;
  }
  .md.news {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md.news .md_title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .md.news .md_title a {
    width: 100%;
  }
  .md.news .md_title figure {
    width: 100%;
  }
  .md.news .md_title figure img {
    width: 100%;
  }
  .md.news .md_title .word {
    top: 19%;
    width: 93%;
  }
  .md.news .md_title .word .title {
    color: #2c475d;
    font-size: 190%;
    line-height: 100%;
    font-weight: normal;
    margin: 0 0 20px 0;
  }
  .md.news .md_title .word .desc {
    color: #000;
    font-size: 90%;
    line-height: 150%;
    font-weight: normal;
  }
  .md.news .md_bd {
    padding: 1% 1%;
  }
  .md.news .md_bd .wrapper .item {
    padding: 5px;
  }
  .md.news .md_bd .wrapper .item .word .desc {
    height: 40px;
  }
  .md.service .md_title .word .title {
    font-size: 420%;
  }
  .md.service .md_bd {
    padding-right: 5%;
  }
  .md.praise {
    padding: 120px 3%;
  }
  .md.praise .md_title .word .title {
    font-size: 220%;
  }
  .md.praise .md_bd .wrapper {
    margin: 0 0px 10px 0px;
  }
  .md.praise .md_bd .wrapper .item .desc {
    font-size: 110%;
  }
  .md.client .title {
    font-size: 190%;
  }
}

@media (max-width: 767px) {
  .md.topBanner .item {
    height: 335px;
  }
  .md.topBanner .item .bg {
    height: 30vh;
  }
  .md.topBanner .item .word {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
  }
  .md.topBanner .item .word .title {
    font-size: 180%;
  }
  .md.topBanner .item .word .title2 {
    font-size: 180%;
    display: block;
  }
  .md.topBanner .item .word .subTitle {
    font-size: 180%;
  }
  .md.topBanner .item a .more {
    top: 65%;
  }
  .md.topBanner .slick-list {
    padding: 10px 0;
  }
  .md.topBanner .slick-dots {
    display: block;
    position: relative;
    background-color: transparent;
    width: 100%;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
    left: 0;
  }
  .md.topBanner .slick-dots li {
    display: inline-block;
  }
  .md.device .wrapper .item .word {
    width: 100%;
  }
  .md.device .wrapper .slick-prev {
    left: 5px;
  }
  .md.device .wrapper .slick-next {
    right: 5px;
  }
  .md.new_works .wrapper .item {
    position: relative;
    display: block;
  }
  .md.new_works .wrapper .item figure {
    width: 100%;
    overflow: hidden;
  }
  .md.new_works .wrapper .item figure img {
    width: 100%;
  }
  .md.new_works .wrapper .item .word {
    position: absolute;
    bottom: 10px;
    left: 5%;
    width: 90%;
    text-align: center;
  }
  .md.new_works .wrapper .item .word .title {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .md.new_works .wrapper .item .word .title a {
    color: #000;
  }
  .md.new_works .wrapper .item:nth-child(1) {
    width: 100%;
  }
  .md.new_works .wrapper .item:nth-child(1) figure {
    height: auto;
  }
  .md.new_works .wrapper .item:nth-child(2) {
    width: 100%;
  }
  .md.new_works .wrapper .item:nth-child(2) figure {
    height: auto;
  }
  .md.new_works .wrapper .item:nth-child(3) {
    width: 100%;
    top: 0;
  }
  .md.new_works .wrapper .item:nth-child(3) figure {
    height: auto;
  }
  .md.new_works .wrapper .item:nth-child(4) {
    width: 100%;
    top: 0;
  }
  .md.new_works .wrapper .item:nth-child(4) figure {
    height: auto;
  }
  .md.news {
    position: relative;
    display: block;
  }
  .md.news .md_title {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 0 20px 0;
  }
  .md.news .md_title .word {
    position: relative;
    padding: 20px;
    display: block;
    width: 100%;
  }
  .md.news .md_title .word .title {
    color: #2c475d;
    font-size: 190%;
    line-height: 100%;
    font-weight: normal;
    margin: 0 0 20px 0;
  }
  .md.news .md_title .word .desc {
    color: #000;
    font-size: 90%;
    line-height: 150%;
    font-weight: normal;
  }
  .md.news .md_bd {
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 20px 10px 60px;
  }
  .md.news .md_bd .item {
    padding: 10px;
  }
  .md.service {
    margin-bottom: auto;
  }
  .md.service .wrapper {
    text-align: center;
  }
  .md.service .wrapper .item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .md.service .wrapper .item figure {
    display: inline-block;
    position: relative;
    margin: 0 auto;
  }
  .md.service .wrapper .item figure:hover .bg {
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-name: rotate-clockwise;
            animation-name: rotate-clockwise;
  }
  .md.service .wrapper .item figure .bg {
    width: 126px;
    height: 126px;
    background: url(../images/bg_circle.png) no-repeat;
    background-size: 100% auto;
  }
  .md.service .wrapper .item figure img {
    position: absolute;
    top: 23%;
    left: 23%;
    z-index: 2;
  }
  .md.service .wrapper .item .word {
    width: 90%;
    margin: 0 auto 30px;
  }
  .md.service .wrapper .item .word .title {
    font-size: 120%;
    color: #2c475d;
    margin: 20px 0;
  }
  .md.service .wrapper .item .word .desc {
    font-size: 100%;
    line-height: 150%;
  }
  .md.praise .md_bd .wrapper {
    margin: 0 10px 10px 10px;
    padding: 20px 0px;
    text-align: left;
    text-align: center;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .md.praise .md_bd .wrapper .inner {
    width: auto;
    height: auto;
  }
  .md.praise .md_bd .wrapper .item {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 7px #666;
            box-shadow: 0px 0px 7px #666;
  }
  .md.praise .md_bd .wrapper .item .editor {
    font-size: 90%;
    line-height: 150%;
    font-weight: bold;
  }
  .md.praise .md_bd .wrapper .item .jobTitle {
    font-size: 80%;
    line-height: 150%;
    color: #888;
  }
  .md.praise .md_bd .wrapper .item .desc {
    margin: 0 0 0px 0;
  }
  .md.client {
    padding: 5% 2% 5% 2%;
  }
  .md.client .title {
    font-size: 190%;
    padding: 50px 0;
  }
  .md.client .wrapper .item {
    margin: 0 10px;
  }
  .md.client .wrapper .item img {
    max-width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */