@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen);
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #000;
  background-color: #ffffff;
  line-height: 1.6;
  font-family: Helvetica Neue,Helvetica, Arial, 'LiHei Pro', '微軟正黑體' , sans-serif;
  -webkit-tap-highlight-color: transparent; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pace:after {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 74, 107, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #004A6B;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-overflow-scrolling: touch; }

a {
  text-decoration: none;
  color: inherit; }

a:active, a:hover {
  outline: none; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0; }

/*泛用表格*/
.t {
  display: table; }
  .t > .t-row {
    display: table-row; }
    .t > .t-row > .t-cell {
      display: table-cell;
      vertical-align: middle;
      border-collapse: collapse;
      margin: 0;
      padding: 0; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1620px;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px; }

.row {
  margin-left: -5px;
  margin-right: -5px; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 5px;
  padding-right: 5px; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.pic {
  position: relative;
  font-size: 0; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.bg-img {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 0; }

.editor i {
  font-style: italic; }

.editor em, .editor b, .editor strong {
  font-weight: bold; }

.editor img {
  height: auto !important; }

header {
  position: relative;
  z-index: 9600; }
  header .container {
    position: relative; }
  header #logo {
    width: 385px;
    position: absolute;
    padding: 5px 0;
    top: 10px; }
  header .nav-area {
    float: right;
    text-align: right;
    width: 100%; }
  header .menu {
    font-size: 0; }
    header .menu .nav-item {
      display: inline-block;
      font-size: 1rem;
      position: relative;
      text-align: center; }
      header .menu .nav-item a {
        display: block; }
  header #main-nav {
    float: right;
    width: calc(100% - 385px);
    padding-top: 30px; }
    header #main-nav .nav-item {
      margin: 0 3%;
      position: relative; }
      header #main-nav .nav-item:hover > a:after, header #main-nav .nav-item.active > a:after {
        width: 100%;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left; }
      header #main-nav .nav-item > a {
        padding: 15px 0px;
        display: block;
        position: relative; }
        header #main-nav .nav-item > a:after {
          content: '';
          width: 100%;
          width: 0;
          height: 4px;
          background-color: #004A6B;
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          -webkit-transition: .3s ease-out;
          -o-transition: .3s ease-out;
          transition: .3s ease-out; }
  header .lang {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #000; }
    header .lang .nav-item {
      padding: 0 10px; }
      header .lang .nav-item:after {
        content: '';
        width: 1px;
        height: 15px;
        display: inline-block;
        background-color: #000;
        position: absolute;
        right: 0;
        top: 4px; }
      header .lang .nav-item:last-child:after {
        display: none; }
      header .lang .nav-item a:hover {
        color: #004A6B; }
  header .sub-menu {
    position: absolute;
    top: 54px;
    width: 200px;
    left: 0;
    background-color: #fff;
    text-align: left;
    display: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    header .sub-menu.active {
      display: block; }
    header .sub-menu .sub-head {
      position: relative; }
      header .sub-menu .sub-head a, header .sub-menu .sub-head div {
        padding: 10px 30px; }
        header .sub-menu .sub-head a:hover, header .sub-menu .sub-head div:hover {
          background-color: #004A6B;
          color: #fff; }
  header .inner-product-menu {
    position: absolute;
    background-color: #fff;
    left: 100%;
    top: 0;
    width: 300px;
    border-bottom: 2px solid #004A6B;
    display: none; }
    header .inner-product-menu.active {
      display: block; }
  header .rwd-lang {
    width: 70px;
    position: absolute;
    right: 75px;
    top: 18px;
    display: none; }

.select-name {
  border: 1px solid #004A6B;
  padding: 5px 10px 5px 8px;
  position: relative;
  cursor: pointer; }
  .select-name:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    right: 8px;
    position: absolute; }

.option-list {
  border: 0;
  margin-top: -1px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .option-list .option-item {
    padding: 3px 8px;
    background-color: #fff; }
    .option-list .option-item:hover {
      background-color: #004A6B;
      color: #fff; }
  .option-list.active {
    max-height: 500px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border: 1px solid #004A6B; }

footer {
  background-color: #EAEAEA;
  padding: 10px 0;
  margin-top: 60px;
  position: relative; }

#cart-button {
  color: #004A6B;
  position: fixed;
  display: inline-block;
  bottom: 70px;
  right: 15px;
  z-index: 500; }
  #cart-button .bg-round {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #E5EDF0;
    position: relative;
    padding: 23px 18px; }
    #cart-button .bg-round:before {
      width: 0;
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
  #cart-button .icon {
    font-size: 40px; }
  #cart-button .red {
    text-align: center;
    background-color: #B20000;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    position: absolute;
    right: 15px;
    top: 12px; }
    #cart-button .red:before {
      content: '';
      width: 0;
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
  #cart-button .txt {
    text-align: center;
    margin-top: 5px; }

section {
  padding: 70px 0; }

.wrap {
  padding: 20px 0; }

.pointer {
  cursor: pointer; }

.txt-area {
  line-height: 1.5; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.bold {
  font-weight: bold; }

.btn {
  border: 0;
  background-color: transparent;
  padding: 10px;
  font-family: "微軟正黑體";
  cursor: pointer;
  color: #000; }

.btn-border {
  border: 1px solid #000;
  font-size: 1.2rem;
  position: relative;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .btn-border:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #004A6B;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    z-index: -1; }
  .btn-border:hover {
    color: #fff !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .btn-border:hover:after {
      width: 100%;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }

.btn-solid {
  background-color: #004A6B;
  color: #fff; }

.link-row {
  padding: 15px 0; }

.blue {
  color: #004A6B; }

.form-cell {
  border: 0;
  width: 100%;
  padding: 5px 8px;
  font-family: "微軟正黑體";
  line-height: 2.2rem;
  height: 2.2rem; }
  .form-cell:focus {
    outline: 0; }

.form-cell-border {
  border: 1px solid #338C8B; }

.form-cell-solid {
  background-color: #EAF3F3; }

textarea {
  border: 1px solid #338C8B;
  width: 100%;
  padding: 8px; }
  textarea:focus {
    outline: 0; }

.banner-slider .bg-img {
  padding-top: 30%; }

.banner-slider .slick-prev, .banner-slider .slick-next {
  width: 19px;
  height: 92px;
  background-size: cover;
  background-repeat: no-repeat;
  top: calc(50% - 40px); }
  .banner-slider .slick-prev:before, .banner-slider .slick-next:before {
    display: none; }

.banner-slider .slick-prev {
  background-image: url(../_img/layout/arrow_prev.png);
  z-index: 1;
  left: 40px; }

.banner-slider .slick-next {
  background-image: url(../_img/layout/arrow_next.png);
  right: 40px; }

#index .index-project, #index .index-news {
  height: 0;
  padding-top: 43.348%;
  position: relative;
  color: #717071;
  font-size: 18px; }
  #index .index-project .index-gray-link, #index .index-news .index-gray-link {
    font-size: 60px;
    line-height: 1.2;
    color: #fff;
    width: 197px;
    height: 197px;
    display: block;
    text-align: center;
    background-color: rgba(0, 74, 107, 0.4);
    position: absolute;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
    #index .index-project .index-gray-link span, #index .index-news .index-gray-link span {
      display: inline-block;
      vertical-align: middle; }
    #index .index-project .index-gray-link:before, #index .index-news .index-gray-link:before {
      content: '';
      width: 0;
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
  #index .index-project .bg, #index .index-news .bg {
    position: relative;
    z-index: -1; }
  #index .index-project .box-inner, #index .index-news .box-inner {
    width: 50%;
    max-width: 380px;
    margin: auto;
    position: absolute;
    text-align: justify;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding-top: 20px; }
  #index .index-project .txt-area, #index .index-news .txt-area {
    height: 4.5em;
    overflow: hidden; }
  #index .index-project .btn, #index .index-news .btn {
    padding: 3px 5px;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.6;
    border-radius: 0;
    outline: none;
    border: 1px solid #000; }
  #index .index-project .main-pic .bg, #index .index-news .main-pic .bg {
    z-index: 2; }

#index .index-project {
  margin-right: -15px; }

#index .index-news {
  margin-left: -15px; }
  #index .index-news .box-inner {
    top: 52%; }
  #index .index-news .main-half-bottom {
    z-index: 2; }

#index .main-half-top {
  position: absolute;
  top: 0;
  width: 100%; }

#index .main-half-bottom {
  position: absolute;
  bottom: 0;
  width: 100%; }

#index .index-header {
  font-size: 36px;
  color: #211713;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: left; }

#index .index-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 30px; }

#index .link-item {
  width: calc(100% / 7);
  position: relative;
  padding: 0 15px; }
  #index .link-item a {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto; }
    #index .link-item a:hover .show {
      opacity: 0;
      -webkit-transition: opacity .2s ease;
      -o-transition: opacity .2s ease;
      transition: opacity .2s ease; }
    #index .link-item a:hover + .txt {
      color: #004A6B; }
  #index .link-item .show {
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease; }
  #index .link-item .txt {
    margin-top: 8px;
    color: #338C8B; }

.inner-page article {
  padding: 50px 5%; }

.page-title {
  margin: 20px 0 40px;
  color: #338C8B; }
  .page-title h3 {
    position: relative;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden; }
    .page-title h3 span {
      display: inline-block;
      vertical-align: middle; }
    .page-title h3:after {
      content: '';
      width: calc(100% - 110px);
      height: 2px;
      right: 0;
      top: 17px;
      display: inline-block;
      background-color: #338C8B;
      vertical-align: middle;
      margin-left: 10px; }

#about .about-img {
  margin-top: 25px; }

#about article {
  min-height: 450px; }

#about .txt-area {
  font-size: 20px;
  line-height: 1.8; }

#about .aside,
#about .right_block {
  min-height: 1px; }

#about .aside {
  float: left;
  width: 180px;
  border: 1px solid #004A6B;
  margin-top: 2rem;
  top: 0; }
  #about .aside.fixed {
    position: fixed; }
  #about .aside p {
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: center;
    color: #fff;
    background-color: #004A6B; }
  #about .aside ul li {
    font-size: 1.2rem;
    padding: .5rem;
    cursor: pointer; }
    #about .aside ul li:hover, #about .aside ul li:active, #about .aside ul li.active {
      background-color: #338C8B;
      color: #fff; }

#about .right_block {
  width: 100%;
  padding-left: 250px; }

#about #section1,
#about #section2,
#about #section3,
#about #section4 {
  margin-bottom: 4rem; }

h6.side-menu-name {
  display: none;
  padding: 8px 0;
  background-color: #338C8B;
  color: #fff;
  text-align: center; }

h4.leader {
  color: #004A6B;
  margin-bottom: 15px;
  font-size: 20px; }

.product-menu a {
  display: block;
  padding: 10px 15px; }

.product-menu > li.active > a {
  background-color: #004A6B;
  color: #fff; }

.product-menu .sub-product-menu-list {
  background-color: rgba(238, 238, 238, 0.3);
  border-bottom: 1px solid #338C8B; }

.product-menu .product-menu-item-title {
  color: #000;
  background-color: rgba(51, 140, 139, 0.1);
  border-bottom: 1px solid #338C8B; }
  .product-menu .product-menu-item-title:hover {
    background-color: #004A6B;
    color: #fff; }

.product-menu .sub-product-menu-item {
  color: #338C8B; }
  .product-menu .sub-product-menu-item a:hover {
    color: #004A6B; }

.r-content {
  padding-left: 20px; }

#product h4 {
  font-size: 20px;
  margin-bottom: 5px; }

#product section {
  padding: 40px 0; }

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product-item {
  width: 50%;
  padding: 0 10%;
  margin-bottom: 45px; }
  .product-item .product-item-pic {
    position: relative; }
  .product-item .pic {
    width: 100%;
    height: 0;
    padding-top: 100%;
    display: block;
    border: 1px solid #ddd; }
  .product-item .product-name {
    color: #fff;
    width: 90%;
    position: absolute;
    bottom: 12px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%; }
    .product-item .product-name .inner {
      display: inline-block;
      vertical-align: middle; }
      .product-item .product-name .inner:before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle; }
    .product-item .product-name .name, .product-item .product-name .add-cart {
      display: inline-block;
      background-color: #338C8B;
      height: 40px;
      vertical-align: middle;
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }
      .product-item .product-name .name:hover, .product-item .product-name .add-cart:hover {
        background-color: #004A6B;
        -webkit-transition: .2s ease;
        -o-transition: .2s ease;
        transition: .2s ease; }
      .product-item .product-name .name:before, .product-item .product-name .add-cart:before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle; }
    .product-item .product-name .name {
      width: calc(100% - 80px);
      text-align: center;
      font-size: 16px; }
    .product-item .product-name .add-cart {
      width: 75px;
      padding-left: 5px; }
      .product-item .product-name .add-cart span {
        display: inline-block;
        vertical-align: middle; }
        .product-item .product-name .add-cart span.cart-txt {
          width: 30px;
          font-size: 10px;
          line-height: 1.4;
          padding: 0;
          white-space: normal;
          color: #fff; }
  .product-item .product-item-txt {
    margin-top: 15px;
    padding: 0 10px;
    color: #000; }

#breadcrumbs {
  text-align: right; }

.bread-item {
  display: inline-block;
  margin: 0 5px; }
  .bread-item:hover {
    color: #004A6B; }

.slider-for .pic {
  width: 100%;
  height: 0;
  padding-top: 53.028%;
  display: block; }
  .slider-for .pic:focus {
    outline: 0; }

.slider-nav .item {
  padding: 0 5px;
  cursor: pointer; }
  .slider-nav .item:focus {
    outline: 0; }

.slider-nav .pic {
  width: 100%;
  height: 0;
  padding-top: 100%;
  display: block;
  border: 1px solid #ddd; }

.product-info {
  color: #000;
  padding-left: 10px; }
  .product-info .product-name {
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px 0;
    color: #338C8B;
    font-size: 24px; }
  .product-info .btn-solid {
    padding: 10px 15px;
    text-align: center;
    display: inline-block; }
    .product-info .btn-solid span {
      display: inline-block;
      vertical-align: middle; }
      .product-info .btn-solid span.cart-txt {
        margin-right: 3px; }
    .product-info .btn-solid .inner {
      display: inline-block;
      vertical-align: middle; }
      .product-info .btn-solid .inner:before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle; }
  .product-info .btn-add {
    background-color: #338C8B; }

.table-head {
  background-color: rgba(51, 140, 139, 0.1);
  padding: 5px 15px;
  color: #000; }

.cart-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.cart-item {
  padding: 10px 15px;
  border-bottom: 1px dotted #004A6B; }
  .cart-item .pic {
    width: 80px;
    height: 80px;
    display: block;
    border: 1px solid #ddd;
    margin: auto; }
  .cart-item .amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .cart-item .plus, .cart-item .minus {
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-color: rgba(51, 140, 139, 0.1);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer; }

.form-cart {
  width: 96%;
  max-width: 700px;
  margin: 30px auto; }

.btn-send {
  width: 75px;
  display: inline-block;
  text-align: center;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }
  .btn-send:hover {
    opacity: .8;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease; }

.btn-back {
  width: 80px;
  text-align: center;
  display: inline-block; }

dl {
  padding: 5px 0;
  clear: both; }
  dl dt {
    width: 85px;
    display: inline-block;
    vertical-align: middle; }
  dl dd {
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px; }

.form-cell-m {
  width: calc(96% - 90px);
  margin-right: 5px; }

.align-m {
  display: inline-block;
  vertical-align: middle; }

#pagination {
  margin-top: 25px; }
  #pagination .page-list {
    color: #aaa;
    text-align: center; }
    #pagination .page-list > li {
      display: inline-block;
      margin: 0 2px; }
    #pagination .page-list .page-item {
      display: inline-block;
      width: 22px; }
      #pagination .page-list .page-item:hover, #pagination .page-list .page-item.active {
        color: #338C8B;
        font-size: 1.1rem;
        text-decoration: underline; }
    #pagination .page-list .page-arrow {
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      background-color: rgba(51, 140, 139, 0.1);
      border-radius: 50%;
      margin: 0 2px;
      cursor: pointer;
      text-align: center;
      color: #004A6B; }
      #pagination .page-list .page-arrow:before {
        content: '';
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle; }

.news-item {
  padding: 8px 10px 0;
  border-bottom: 1px dotted #004A6B;
  position: relative; }
  .news-item:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 18px;
    top: 8px;
    display: block;
    color: #000; }
  .news-item:hover {
    background-color: rgba(51, 140, 139, 0.1); }
  .news-item .date {
    float: left;
    width: 100px;
    padding: 0 10px; }
  .news-item .news-title {
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 130px); }

.news-header {
  padding: 8px 10px;
  background-color: rgba(51, 140, 139, 0.1);
  position: relative;
  margin-bottom: 30px; }
  .news-header .date, .news-header .news-title {
    display: inline-block;
    padding: 0 10px; }
  .news-header .date {
    float: left;
    width: 90px; }
  .news-header .news-title {
    color: #004A6B;
    float: left;
    width: calc(100% - 120px); }

#news .txt-area {
  padding: 0 15px; }

.project-news .news-item .news-title {
  width: calc(100% - 30px); }

.project-news .news-header .news-title {
  width: auto;
  white-space: inherit; }

#job .job-list {
  margin-bottom: 40px; }
  #job .job-list li {
    padding: 10px 20px;
    background-color: #DEEDEC;
    margin-bottom: 10px;
    width: 100%;
    max-width: 380px; }

#job .job-banner {
  background-image: url(../_img/job/job_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
  height: 223px;
  position: relative; }

#job .tagline {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  font-size: 20px; }
  #job .tagline h2 {
    font-size: 30px; }

#job .table-head {
  margin-top: 20px; }

.job-box {
  padding: 0 20px; }

.table-body {
  padding: 10px 15px;
  margin-bottom: 20px; }

.download-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.download-box {
  width: 25%;
  padding: 0 10px; }

.download-item {
  padding: 5px 10px;
  border-bottom: 1px dotted #004A6B;
  cursor: pointer;
  position: relative; }
  .download-item:after {
    content: "\f019";
    font-family: "FontAwesome";
    color: #004A6B;
    display: block;
    position: absolute;
    right: 10px;
    top: 6px; }
  .download-item:hover {
    background-color: rgba(0, 74, 107, 0.1); }

.member-only .download-item:after {
  content: "\f023"; }

.member-only a:focus {
  outline: 0; }

#download-apply {
  width: 90%;
  max-width: 800px;
  margin: auto; }

.contact-box {
  padding: 0 10px;
  position: relative; }
  .contact-box .company {
    width: 70%;
    max-width: 380px;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    top: 30%;
    left: 50%; }
    .contact-box .company .company-name {
      font-size: 22px;
      margin-bottom: 15px; }
    .contact-box .company .address {
      margin-bottom: 15px; }
  .contact-box .bg {
    text-align: center; }

.client-list {
  width: 100%;
  max-width: 960px;
  margin: auto; }

.client-item {
  padding: 10px 0;
  border-bottom: 1px dotted #004A6B; }
  .client-item .nation {
    width: 115px;
    padding: 5px 0;
    background-color: rgba(0, 74, 107, 0.1);
    text-align: center;
    display: inline-block;
    vertical-align: middle; }
  .client-item .client-name {
    color: #004A6B;
    width: calc(100% - 130px);
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle; }
  .client-item .content {
    margin-top: 5px; }
  .client-item .client-img {
    width: 130px;
    float: left;
    text-align: center;
    padding-right: 10px; }
  .client-item .client-info {
    float: left;
    width: calc(100% - 130px); }

#member dl dt {
  color: #338C8B;
  width: 60px; }

#member dl dd {
  width: calc(100% - 65px); }

#member .login-box {
  padding: 0 20px; }

#member .download-list {
  margin-bottom: 30px; }

#member .cart-list a {
  display: inline-block;
  vertical-align: middle; }

#member #pagination {
  margin-top: 60px; }

.dl-half {
  width: 50%;
  float: left;
  padding-right: 15px; }

.member-menu {
  color: #000;
  background-color: rgba(51, 140, 139, 0.1); }
  .member-menu > li.active > a {
    background-color: #004A6B;
    color: #fff; }
  .member-menu .member-menu-item {
    border-bottom: 1px solid #338C8B; }
  .member-menu .member-menu-item-title {
    display: block;
    padding: 5px 15px; }
    .member-menu .member-menu-item-title:hover {
      background-color: #004A6B;
      color: #fff; }

.sub-leader {
  font-size: 18px;
  color: #338C8B;
  margin-bottom: 15px; }

body[currlang="en"] #index .index-project .index-gray-link span,
body[currlang="en"] #index .index-news .index-gray-link span {
  font-size: 36px; }

@media only screen and (max-width: 1400px) {
  #index .index-header {
    font-size: 24px; } }

@media only screen and (max-width: 1200px) {
  #phone-icon .button {
    display: block;
    position: absolute;
    top: 35px;
    right: 25px;
    width: 30px;
    height: 20px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 99999;
    cursor: pointer; }
    #phone-icon .button:before, #phone-icon .button:after {
      content: "";
      position: absolute;
      top: 20%;
      width: 100%;
      height: 3px;
      background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; }
    #phone-icon .button:after {
      content: "";
      top: 60%; }
    #phone-icon .button.action {
      display: block;
      width: 30px;
      height: 20px;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      border-bottom: medium none !important;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      #phone-icon .button.action:before {
        top: 50%;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
      #phone-icon .button.action:after {
        top: 50%;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
  header .container {
    padding-left: 0;
    padding-right: 0;
    position: relative; }
  header #logo {
    width: 80%;
    max-width: 500px;
    min-width: 250px;
    position: relative;
    left: 25px;
    z-index: 0;
    padding-bottom: 25px; }
  header .menu .nav-item {
    display: block;
    color: #004A6B; }
  header .nav-area {
    float: none;
    text-align: center;
    position: relative;
    z-index: 9000; }
  header #main-nav {
    float: none;
    width: 100%;
    height: 100vh;
    max-height: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    padding-top: 0;
    background-color: #eee;
    z-index: 9000;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease; }
    header #main-nav.active {
      max-height: 1000px;
      -webkit-transition: .2s ease;
      -o-transition: .2s ease;
      transition: .2s ease; }
    header #main-nav .nav-item {
      width: 100%; }
      header #main-nav .nav-item > a {
        padding: 10px 0; }
        header #main-nav .nav-item > a:after {
          width: 100%;
          height: 2px; }
  header .sub-menu, header .inner-product-menu {
    display: block;
    width: 100%;
    position: relative;
    left: 0;
    top: 0; }
    header .sub-menu .sub-head > a, header .inner-product-menu .sub-head > a {
      padding: 10px 20px; }
      header .sub-menu .sub-head > a:before, header .inner-product-menu .sub-head > a:before {
        content: "\f105";
        font-family: "FontAwesome";
        margin-right: 5px; }
  header .inner-product-menu-head a:before {
    content: "\f101";
    font-family: "FontAwesome";
    margin-right: 5px;
    margin-left: 10px; }
  header .lang {
    display: none; }
  header .rwd-lang {
    display: block;
    width: auto; }
    header .rwd-lang .select-name {
      padding-right: 20px; }
      header .rwd-lang .select-name:after {
        line-height: 25px; }
  #index .index-project, #index .index-news {
    font-size: 1rem; }
    #index .index-project .index-gray-link, #index .index-news .index-gray-link {
      font-size: 40px;
      width: 140px;
      height: 140px; }
  #index .index-header {
    font-size: 24px; } }

@media only screen and (max-width: 1024px) {
  header > .container {
    padding-top: 30px; }
  header .rwd-lang {
    right: 0;
    top: 0; }
  #phone-icon .button {
    top: 60px; }
  .rwd-col-12 {
    float: none;
    width: 100%;
    margin-bottom: 30px; }
  .container {
    padding-left: 15px;
    padding-right: 15px; }
  .inner-page article {
    padding: 30px 0 10px; }
  .page-title {
    margin: 15px 0 30px; }
  h6.side-menu-name {
    display: block;
    cursor: pointer; }
  .r-content, .product-info, .job-box {
    padding-left: 0;
    margin-bottom: 0; }
  .contact-box {
    padding: 0; }
  #index .index-project, #index .index-news {
    float: none;
    padding-top: 86.768%; }
    #index .index-project .bg img, #index .index-news .bg img {
      width: 100%; }
  #index .index-project, #index .index-news {
    margin: 20px auto; }
  #product section {
    padding: 30px 0; }
  section {
    padding: 30px 0; }
  .wrap {
    padding: 10px 0; }
  .product-menu, .member-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .product-menu.active, .member-menu.active {
      max-height: 1000px;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; } }

@media only screen and (max-width: 768px) {
  .banner-slider .slick-prev, .banner-slider .slick-next {
    width: 20px;
    height: 97px; }
  #index .link-item {
    width: calc(25% - 20px);
    margin-bottom: 35px; }
  #about .aside {
    display: none; }
  #about .right_block {
    width: 100%;
    padding-left: 0; }
  #cart-button .bg-round {
    width: 60px;
    height: 60px;
    padding: 16px 14px; }
  #cart-button .icon {
    font-size: 30px; }
  #cart-button .red {
    right: 10px;
    top: 8px; }
  footer {
    margin-top: 30px; }
  .product-item {
    width: 50%;
    padding: 0 10px; }
  .download-box {
    width: 50%;
    margin-bottom: 40px; }
  .rwd-container {
    width: 100%;
    overflow: auto; }
    .rwd-container .table-cart {
      width: 800px; }
  #member .login-box {
    padding: 0; }
  .dl-half {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 10px; } }

@media only screen and (max-width: 640px) {
  header > .container {
    padding-top: 30px; }
  header #logo {
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px 0;
    padding-right: 80px; }
  header .rwd-lang {
    top: 90%;
    font-size: 13px;
    right: 0;
    top: 0; }
  #phone-icon .button {
    width: 22px;
    right: 22px;
    top: 40px; }
  .select-name {
    padding: 2px 3px 2px 6px; }
  #index .index-project .index-gray-link, #index .index-news .index-gray-link {
    width: 110px;
    height: 110px;
    font-size: 35px; }
  #index .index-project .txt-area, #index .index-news .txt-area {
    height: 3em;
    font-size: 13px; }
  #index .link-item {
    width: 33%; }
  #index .btn-border {
    font-size: 12px; }
  #index .index-header {
    font-size: 16px; }
  .download-box {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  #phone-icon .button {
    right: 16px; }
  section {
    padding: 10px 0; }
  .banner-slider .slick-prev, .banner-slider .slick-next {
    width: 12px;
    height: 57px;
    top: calc(50% - 20px); }
  .banner-slider .slick-prev {
    left: 15px; }
  .banner-slider .slick-next {
    right: 15px; }
  #index .link-item {
    width: 50%; }
  #index .index-project .index-gray-link, #index .index-news .index-gray-link {
    width: 80px;
    height: 80px;
    font-size: 24px; }
  #index .index-project .txt-area, #index .index-news .txt-area {
    display: none; }
  #index .index-header {
    margin-bottom: 5px; }
  .product-item {
    width: 100%; }
  #cart-button {
    bottom: 60px; }
    #cart-button .bg-round {
      width: 40px;
      height: 40px;
      padding: 10px 9px; }
    #cart-button .icon {
      font-size: 22px; }
    #cart-button .red {
      top: 0;
      right: 0; }
    #cart-button .txt {
      display: none; }
  .form-cart dl dd, .form-cart dl dt {
    width: 100%;
    padding-left: 0; }
  .news-item .date, .news-item .news-title {
    width: calc(100% - 20px);
    float: none;
    padding: 0; }
  .contact-box {
    font-size: 13px; }
    .contact-box .company .company-name {
      font-size: 18px;
      margin-bottom: 5px; }
    .contact-box .company .address {
      margin-bottom: 5px; }
  body[currlang="en"] #index .index-project .index-gray-link span,
  body[currlang="en"] #index .index-news .index-gray-link span {
    font-size: 18px; } }

/*# sourceMappingURL=style.css.map */