﻿@charset "utf-8";
/* CSS Document */

@import "routine.css";
@import "tw_nav.css";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
  font-family: "微軟正黑體";
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  color: #434343;
}

img {
  max-width: 100%;
  height: auto;
}

body,
html {
  height: 100%;
}

nav.sidebar,
.main {
  -webkit-transition: margin 200ms ease-out;
  -moz-transition: margin 200ms ease-out;
  -o-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
}

.main {
  padding: 10px 10px 0 10px;
}

/*------------------------------ small word ---------------------------------*/

.sm_top_word {
  font-size: 15px;
  color: #898989;
  float: right;
  font-weight: initial;
  line-height: 40px;
}

@media (max-width: 534px) {
  .sm_top_word {
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

/*--------------------------------- head ------------------------------------*/

.top_bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f8f8+0,e6e6e6+7,ffffff+100 */
  background: #f7f8f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f8f8 0%, #e6e6e6 7%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f7f8f8 0%,
    #e6e6e6 7%,
    #ffffff 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7f8f8 0%, #e6e6e6 7%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f8', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  border-top: 5px solid #00589a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lang {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
}

.lang li {
  display: inline;
  margin-left: 15px;
}

.lang li a {
  display: inline-block;
  font-size: 16px;
  color: #00589a;
  border: 1px solid #00589a;
  text-align: center;
  width: 77px;
  height: 32px;
  line-height: 30px;
}

@media (max-width: 337px) {
  .lang li a {
    width: 70px;
  }
}

.lang li a:hover {
  background: #00589a;
  color: #fff;
}

.logo-img {
  padding: 13px 0 10px;
  float: right;
}

@media (max-width: 991px) {
  .logo-img {
    margin: 0 auto;
    float: none;
  }

  .lang {
    margin: 30px auto 15px auto;
    text-align: center;
  }

  .lang li {
    display: inline;
    margin-left: 0;
    margin: 0 8px;
  }
}

.hh {
  line-height: 50px;
}

@media (max-width: 1199px) {
  .input-group .form-control {
    width: 74%;
  }
}

@media (max-width: 991px) {
  .input-group .form-control {
    width: 100%;
  }
  .hh {
    line-height: 0px;
  }
  .btn-lg,
  .btn-group-lg > .btn {
    margin-bottom: -5px;
  }
}

/*--------------------------------- index ------------------------------------*/

.ind_bg {
  width: 100%;
  height: auto;
  background-image: url(../tw_images/ind_bg.jpg);
}

.ind_line {
  background: url(../tw_images/index/line.jpg) top left no-repeat;
  height: 60px;
  overflow: hidden;
  width: 40%;
  float: left;
  margin-top: 30px;
}

.ind_title {
  margin-bottom: 10px;
  margin-top: 10px;
}

.ind_title p {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  color: #082f50;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  vertical-align: middle;
  overflow: hidden;
  width: 20%;
  float: left;
}

.descrip_box {
  max-width: 550px;
  margin: auto;
  position: relative;
}

.descrip {
  color: #e00211;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  white-space: nowrap;
  top: -43px;
}

@media (max-width: 1200px) {
  .descrip {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .descrip {
    font-size: 16px;
    left: 33%;
    top: -160px;
  }
}

@media (max-width: 680px) {
  .descrip {
    font-size: 15px;
    left: 32%;
  }
}

@media (max-width: 600px) {
  .descrip {
    font-size: 15px;
    top: -160px;
    white-space: normal;
  }
}

@media (max-width: 550px) {
  .ind_title p {
    width: 100%;
    background: url(../tw_img/other/line.png) bottom -20px center no-repeat;
  }
  .ind_line {
    display: none;
  }
}

@media (max-width: 320px) {
  .descrip {
    font-size: 12px;
    top: -183px;
  }
}

/*------------ pro --------------*/

.site_item {
  padding: 0px 0;
}

.site_list ul li {
  width: 15%;
  height: 170px;
  float: left;
  margin: 10px 20px 10px -10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border: 3px solid #ec7800;
  overflow: visible;
  list-style: none;
}

@media (max-width: 1199px) {
  .site_list ul li {
    height: 140px;
  }
}

@media (max-width: 991px) {
  .site_list ul li {
    height: 200px;
    width: 30%;
    margin-bottom: 65px;
  }
}

@media (max-width: 720px) {
  .site_list ul li {
    width: 30%;
    height: 180px;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
  }
}

@media (max-width: 510px) {
  .site_list ul li {
    width: 45%;
  }
}

@media (max-width: 350px) {
  .site_list ul li {
    width: 90%;
  }
}

.site_list ul li img {
  color: #1f2020;
  display: block;
  font-size: 100px;
  margin: 0 auto;
}

.site_list ul li .lst-news img {
  padding-top: 55px;
}

.site_list ul li .list_txt {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  display: block;
  clear: both;
}

@media (max-width: 1199px) {
  .site_list ul li .list_txt {
    /*        padding-top: 150px;*/
  }
}

@media (max-width: 991px) {
  .site_list ul li .list_txt {
    /*        padding-top: 203px;*/
  }
}

@media (max-width: 720px) {
  .site_list ul li .list_txt {
    /*        padding-top: 185px;*/
  }
}

.tint_txt {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0.25px;
}

.tint_txt a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 80px;
  text-shadow: 3px 3px 3px #000;
}

@media (max-width: 1199px) {
  .tint_txt a {
    line-height: 60px;
  }
}

@media (max-width: 991px) {
  .tint_txt a {
    line-height: 120px;
  }
}

@media (max-width: 720px) {
  .tint_txt a {
    line-height: 100px;
  }
}

.show {
  width: 100%;
  height: 100%;
  /*    float: left;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  display: block;
  margin: 0 0 15px 0;
}

@media (max-width: 991px) {
  .show {
    padding: 5px 0px 0px 18px;
  }
}

@media (max-width: 630px) {
  .show {
    padding: 10px 0px 0px 0px;
  }
}

@media (max-width: 510px) {
  .show {
    padding: 0;
  }
}

.show .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 35px;
}

.show-fourth .tine_more {
  display: inline-block;
  text-decoration: none;
  background: #000;
  color: #fff;
  box-shadow: 0 0 1px #000;
  position: relative;
  width: 100px;
  margin: 10px auto 0;
  background-color: #ff1a1a;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.show-fourth .tine_more a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.show-fourth p {
  font-size: 28px;
}

.show-fourth .mask {
  opacity: 0;
  background: rgba(238, 133, 25, 0.82);
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.show-fourth .mask:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 40px;
  width: 10px;
  background-image: url(../tw_images/pro_left.png);
  margin: 20px 10px 10px -20px;
}

.show-fourth .mask:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 40px;
  width: 10px;
  background-image: url(../tw_images/pro_right.png);
  margin: 20px 10px 10px 10px;
}

@media (max-width: 1199px) {
  .show-fourth .mask:after {
    margin: -50px 10px 10px 40px;
  }
  .show-fourth .mask:before {
    margin: 10px 10px 10px -50px;
  }
}

@media (max-width: 991px) {
  .show-fourth .mask:after {
    margin: 40px 10px 10px 10px;
  }
  .show-fourth .mask:before {
    margin: 40px 10px 10px -20px;
  }
}

@media (max-width: 720px) {
  .show-fourth .mask {
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
  }
  .show-fourth .mask:after {
    margin: 30px 10px 10px 10px;
  }
  .show-fourth .mask:before {
    margin: 30px 10px 10px -20px;
  }
}

@media (max-width: 588px) {
  .show-fourth .mask:after {
    margin: -70px 10px 10px 40px;
  }
  .show-fourth .mask:before {
    margin: 30px 10px 10px -50px;
  }
}

@media (max-width: 558px) {
  .show-fourth .mask:after {
    margin: -70px 10px 10px 40px;
  }
  .show-fourth .mask:before {
    margin: 30px 10px 10px -40px;
  }
}

@media (max-width: 510px) {
  .show-fourth .mask:after {
    margin: 30px 10px 10px 10px;
  }
  .show-fourth .mask:before {
    margin: 30px 10px 10px -20px;
  }
}

@media (max-width: 405px) {
  .show-fourth .mask:after {
    margin: -70px 10px 10px 40px;
  }
  .show-fourth .mask:before {
    margin: 30px 10px 10px -50px;
  }
}

@media (max-width: 380px) {
  .show-fourth .mask:after {
    margin: -70px 10px 10px 40px;
  }
  .show-fourth .mask:before {
    margin: 30px 10px 10px -40px;
  }
}

@media (max-width: 350px) {
  .show-fourth .mask:after {
    margin: 30px 10px 10px 10px;
  }
  .show-fourth .mask:before {
    margin: 30px 10px 10px -20px;
  }
}

.show-fourth p {
  transition: all 0.2s linear;
}

.show-fourth img {
  transition: all 0.2s ease-in-out;
}

.show-fourth:hover .mask {
  opacity: 1;
}

.show-fourth:hover p {
  opacity: 1;
  transition-delay: 0.1s;
}

/*------------ about --------------*/

.ind_ab_bg {
  background-image: url(../tw_images/index/about_bg.jpg);
  height: 385px;
  width: 100%;
  margin-top: 63px;
  margin-bottom: 63px;
  border: 1px solid #c9caca;
  padding-bottom: 20px;
}

@media (max-width: 566px) {
  .ind_ab_bg {
    height: auto;
  }
}

.ind_ab_word {
  font-size: 25px;
  font-weight: bold;
  color: #082f50;
  padding: 14px;
  border-bottom: 2px solid #004c85;
}

.ind_ab_word_two {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  padding-left: 50px;
  padding-top: 20px;
}

.ind_ab_word_three {
  float: right;
  color: #00589a;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #004c85;
}

.ind_ab_word_three a {
  color: #00589a;
  font-weight: bold;
}

@media (max-width: 991px) {
  .ind_ab_word_two {
    padding-left: 30px;
  }
}

.ind_ab_img {
  margin-top: 30px;
  margin-left: 70px;
  border-bottom: 1px solid #c9caca;
}

@media (max-width: 1199px) {
  .ind_ab_img {
    margin-left: 0px;
  }
}

/*--------------------------------- footer ------------------------------------*/

.ft_copyRight {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004c85+0,002544+7,000d18+100 */
  background: #004c85;
  /* Old browsers */
  background: -moz-linear-gradient(top, #004c85 0%, #002544 10%, #000d18 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #004c85 0%,
    #002544 10%,
    #000d18 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #004c85 0%, #002544 10%, #000d18 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c85', endColorstr='#000d18', GradientType=0);
  /* IE6-9 */
  margin-top: 50px;
  padding-bottom: 20px;
}

.ft_copyRight2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004c85+0,002544+7,000d18+100 */
  background: #004c85;
  /* Old browsers */
  background: -moz-linear-gradient(top, #004c85 0%, #002544 10%, #000d18 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #004c85 0%,
    #002544 10%,
    #000d18 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #004c85 0%, #002544 10%, #000d18 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c85', endColorstr='#000d18', GradientType=0);
  /* IE6-9 */
  padding-bottom: 20px;
}

.ft_logo {
  margin-left: 40%;
  margin-top: 38px;
}

@media (max-width: 1570px) {
  .ft_logo {
    margin-left: 30%;
  }
}

@media (max-width: 620px) {
  .ft_logo {
    margin-left: 20%;
  }
}

@media (max-width: 450px) {
  .ft_logo {
    margin-left: 10%;
  }
}

@media (max-width: 379px) {
  .ft_logo {
    margin: 7%;
  }
}

@media (max-width: 360px) {
  .ft_logo {
    margin: 0;
    padding-top: 20px;
  }
}

.ft_qr {
  /*
    float: left;
    margin-left: 230px;
    margin-right: -20px;
    margin-bottom: 24px;
*/
  display: inline-block;
  margin: 0 2%;
}

@media (max-width: 1570px) {
  /*
    .ft_qr {
        margin-left: 115px;
    }
*/
}

@media (max-width: 1199px) {
  /*
    .ft_qr {
        margin-left: 98px;
    }
*/
}

@media (max-width: 991px) {
  /*
    .ft_qr {
        margin-left: 75px;
    }
*/
}

.ft_word {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  /*    padding-left: 155px;*/
  margin-top: -5px;
  text-align: center;
}

@media (max-width: 1570px) {
  /*
    .ft_word {
        padding-left: 40px;
    }
*/
}

@media (max-width: 1199px) {
  /*
    .ft_word {
        padding-left: 55px;
    }
*/
  .ft_qr {
    width: 65px;
  }
}

@media (max-width: 991px) {
  /*
    .ft_word {
        padding-left: 100px;
        margin-bottom: 15px;
    }
*/
}

@media (max-width: 645px) {
  /*
    .ft_word {
        padding-left: 40px;
        margin-bottom: 15px;
    }
*/
}

@media (max-width: 610px) {
  /*
    .ft_word {
        padding-left: 20px;
        margin-bottom: 15px;
    }
*/
}

@media (max-width: 595px) {
  /*
    .ft_word {
        padding-left: 15px;
        margin-bottom: 15px;
    }
*/
}

.ft_word_in {
  padding-left: 65px;
}

@media (max-width: 991px) {
  .ft_word_in {
    padding-left: 25px;
  }
}

.ft_word_o {
  color: #ee7800;
  font-size: 14px;
}

.ft_word_b {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.ft_word_l {
  padding: 10px;
  text-align: center;
}

.ft_word_l a {
  color: #000;
}

.ft_word_w a {
  color: #fff;
}

@media (max-width: 767px) {
  .ft_word_l {
    padding: 2px;
    text-align: center;
  }
}

.ft_copyRight_two {
  font-size: 14px;
  color: #000;
  background-color: #9fa0a0;
}

.ft_line {
  /*    margin-left: 20%;*/
  margin-top: 18px;
  margin-bottom: 22px;
}

@media (max-width: 1570px) {
  .ft_line {
    /*        margin-left: 10%;*/
  }
}

@media (max-width: 991px) {
  .ft_line {
    /*        margin-left: 0%;*/
  }
}

.ft_line_two {
  padding-top: 5px;
  height: 2px;
}

/*--------------------------------- left_bar ------------------------------------*/

.menu_item > ul > li {
  list-style-type: none;
}

.left_bar_icon {
  padding-right: 8px;
  padding-bottom: 6px;
}

.left_bar_icon2 {
  float: left;
  margin-left: -40px;
  height: 50px;
}

.bar_title {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding-left: 13px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 2px solid #e27303;
  margin-top: 16px;
  height: 51px;
  line-height: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004c85+0,003155+8,004c85+55,004c85+55,0062ad+100 */
  background: #004c85;
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #004c85 0%,
    #003155 8%,
    #004c85 55%,
    #004c85 55%,
    #0062ad 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #004c85 0%,
    #003155 8%,
    #004c85 55%,
    #004c85 55%,
    #0062ad 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #004c85 0%,
    #003155 8%,
    #004c85 55%,
    #004c85 55%,
    #0062ad 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c85', endColorstr='#0062ad', GradientType=0);
  /* IE6-9 */
}

.bar_title2 {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-left: -30px;
  padding-left: 15px;
  margin-top: 1px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0076cf+45,0068b7+56 */
  background: #0076cf;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0076cf 45%, #0068b7 56%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0076cf 45%, #0068b7 56%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0076cf 45%, #0068b7 56%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076cf', endColorstr='#0068b7', GradientType=0);
  /* IE6-9 */
}

.bar_title3 {
  font-size: 16px;
  color: #221815;
  display: block;
  margin-left: -40px;
  background-color: #efefef;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c9caca;
  margin-top: 1px;
  line-height: 22px;
  padding: 10px 15px;
}

.bar_title3:hover {
  color: #fff;
  text-shadow: 0px 0px 3px #000;
  display: block;
  border-left: 10px solid #ff9000;
  background: #0076cf;
  /* Old browsers */
  background: -webkit-linear-gradient(#0076cf 45%, #0068b7 56%);
  background: -o-linear-gradient(#0076cf 45%, #0068b7 56%);
  background: linear-gradient(#0076cf 45%, #0068b7 56%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076cf', endColorstr='#0068b7', GradientType=0);
  /* IE6-9 */
}

/*--------------------------------- company ------------------------------------*/

.title {
  font-size: 25px;
  font-weight: bold;
  color: #082f50;
  margin-top: 16px;
  border-bottom: 2px solid #004c85;
  display: block;
  padding-bottom: 11px;
  margin-bottom: 30px;
}

.title_in {
  font-size: 24px;
  font-weight: bold;
  color: #ff9000;
}

.com_text {
  font-size: 16px;
  color: #000;
  letter-spacing: 2px;
}

.com_box {
  margin-bottom: 24px;
}

/*--------------------------------- pro ------------------------------------*/

.pro_box {
  float: left;
  margin-bottom: 10px;
}

@media (max-width: 1920px) {
  .pro_box {
    width: 33.3%;
  }
}

@media (max-width: 620px) {
  .pro_box {
    width: 50%;
  }
}

@media (max-width: 350px) {
  .pro_box {
    width: 100%;
  }
}

.thumbnail2 {
  position: relative;
  overflow: hidden;
  border: 2px solid #c9caca;
  margin-right: 10px;
  margin-left: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efefef+53 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 53%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 53%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 53%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  /* IE6-9 */
}

.pro_word {
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  color: #000;
  border-bottom: 5px solid #ec7800;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 10px;
}

.thumbnail {
  position: relative;
  overflow: hidden;
  width: 169px;
  height: 169px;
  border-radius: 99em;
  border: 3px solid #ec7800;
  margin-right: 10px;
  margin-left: 10px;
}

.caption {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(238, 133, 25, 0.82);
  width: 100%;
  height: 100%;
  padding: 2%;
  display: none;
  text-align: center;
  color: #fff !important;
  z-index: 2;
}

.caption h4 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 120px;
}

.caption h5 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 120px;
  text-shadow: 3px 3px 3px #000;
}

.caption h5:before {
  content: "";
  display: inline-block;
  position: initial;
  height: 40px;
  width: 10px;
  background-image: url(../tw_images/pro_left.png);
  margin: 40px 10px -10px -20px;
}

.caption h5:after {
  content: "";
  display: inline-block;
  position: initial;
  height: 40px;
  width: 10px;
  background-image: url(../tw_images/pro_right.png);
  margin: 30px -30px -10px 10px;
}

@media (max-width: 1199px) {
  .caption h5 {
    line-height: 70px;
  }
  .caption h5:before {
    margin: 15px 10px -10px -20px;
  }
  .caption h5:after {
    margin: 15px -20px -10px 10px;
  }
}

@media (max-width: 650px) {
  .caption h5 {
    line-height: 50px;
  }
  .caption h5:before {
    margin: 5px 10px -10px 20px;
  }
  .caption h5:after {
    margin: 5px 10px -10px 10px;
  }
}

@media (max-width: 350px) {
  .caption h5 {
    font-size: 23px;
    line-height: 120px;
  }
  .caption h5:before {
    margin: 40px 10px -10px 20px;
  }
  .caption h5:after {
    margin: 40px 10px -10px 10px;
  }
}

.ind_probox {
  float: left;
}

@media (max-width: 1199px) {
  .ind_probox {
    width: 33.3%;
  }
}

@media (max-width: 620px) {
  .ind_probox {
    width: 50%;
  }
}

.ind_pro_word {
  font-size: 20px;
  font-weight: bold;
  color: #221815;
  text-align: center;
}

/*------------------------------ pro_detail ---------------------------------*/

.pro_d_box {
  border: 2px solid #c9caca;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efefef+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  /* IE6-9 */
  padding: 40px;
}

.pro_d_box2 {
  margin-top: 50px;
}

.pro_d_box3 {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 2px solid #004c85;
  border-top-style: dotted;
}

.pro_d_tital {
  font-size: 32px;
  color: #ff9000;
}

.pro_d_tital2 {
  font-size: 32px;
  color: #0068b7;
}

.pro_d_tital3 {
  font-size: 24px;
  color: #0076cf;
}

.pro_d_text {
  font-size: 16px;
  color: #000;
  line-height: 26px;
}

/*--------------------------------- news ------------------------------------*/

.news table.table tbody tr th {
  background: #00589a;
  color: #fff;
}

.news table.table tbody tr td {
  border-bottom: 1px solid #01589a;
}

.news .table > thead > tr > th,
.news .table > tbody > tr > th,
.news .table > tfoot > tr > th,
.news .table > thead > tr > td,
.news .table > tbody > tr > td,
.table > tfoot > tr > td {
  border: 1px solid #fff;
}

.news .table tr td a {
  color: #000;
}

.news .table tr td a .dw_img {
  color: #000;
  font-size: 18px;
}

.news .table tr td a:hover {
  color: #307ba2;
}

/*--------------------------------- news-detail ------------------------------------*/

.newdetail-table .th,
.newdetail-table .td {
  display: table-cell;
  padding: 5px;
}

.newdetail-table .th {
  background-color: #006599;
  color: #ffffff;
  /*text-align: center;*/
  font-size: 13px;
}

.newdetail-table .td {
  color: #595757;
  font-size: 13px;
  /*text-align:center;*/
  /*cursor:pointer;*/
}

@media only screen and (max-width: 568px) {
  .newdetail-table {
    background-color: transparent;
  }
  .newdetail-table .thead {
    display: none;
  }
  .newdetail-table .tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #2a52a5;
  }
  .newdetail-table .th,
  .newdetail-table .td {
    display: block;
    width: 100%;
    background-color: #fff;
  }
  .newdetail-table .td:last-child {
    border-bottom: none;
  }
}

.newdetail-table {
  width: 100%;
  border-collapse: separate;
  margin-bottom: 20px;
  font-family: Microsoft JhengHei;
}

.tr_top {
  border-top: 1px solid #a7a7a7;
}

.newdetail-table .tr {
  display: table;
  width: 100%;
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
}

.newdetail-table .th,
.newdetail-table .td {
  display: table-cell;
  padding: 8px 20px;
}

.newdetail-table .th {
  background-color: #00589a;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  width: 20%;
  vertical-align: middle;
  padding: 20px;
}

@media (max-width: 480px) {
  .newdetail-table .th {
    padding: 5px;
  }
}

.newdetail-table .td {
  color: #595757;
  font-size: 13px;
  background-color: #fff;
  width: 85%;
}

@media only screen and (max-width: 480px) {
  .newdetail-table .th,
  .newdetail-table .td {
    display: block;
    width: 100%;
  }
}

.news-back {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

.n_btn {
  color: #fff;
  font-size: 15px;
  text-align: center;
  border: 1px solid #85caff;
  float: right;
  padding: 9px 43px 9px 43px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0076cf+44,0068b7+55 */
  background: #0076cf;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0076cf 44%, #0068b7 55%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0076cf 44%, #0068b7 55%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0076cf 44%, #0068b7 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076cf', endColorstr='#0068b7', GradientType=0);
  /* IE6-9 */
  margin-bottom: 63px;
}

.n_btn a {
  color: #fff;
  display: block;
}

@media (max-width: 568px) {
  .n_btn {
    width: 100%;
  }
}

/*--------------------------------- Pagination ------------------------------------*/

.sub_page {
  text-align: center;
  clear: both;
}

.pagination {
  margin: 25px 0;
  padding: 0;
}

.sub_page .pagination > li {
  display: inline-block;
}

.sub_page .pagination .active {
  color: #fff;
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0076cf+45,0068b7+55 */
  background: #0076cf;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0076cf 45%, #0068b7 55%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0076cf 45%, #0068b7 55%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0076cf 45%, #0068b7 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076cf', endColorstr='#0068b7', GradientType=0);
  /* IE6-9 */
}

.sub_page .pagination a {
  font-size: 16px;
}

.sub_page .pagination a:hover:not(.active) {
  color: #ff0000;
  text-decoration: underline;
}

/*--------------------------------- contact ------------------------------------*/

.con_box {
  margin-top: 70px;
}

@media (max-width: 1199px) {
  .con_box {
    margin-top: 95px;
  }
}

@media (max-width: 991px) {
  .con_box {
    margin-top: 0px;
    text-align: center;
  }
}

.con_title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.con_word {
  font-size: 13px;
  color: #727171;
  line-height: 30px;
}

.con_icon {
  color: #ec7800;
  padding-right: 10px;
}

.con_icon2 {
  color: #ec7800;
  font-size: 20px;
  padding-right: 10px;
}

/*--------------------------------- btn ------------------------------------*/

.setbtn {
  text-align: center;
}

@media (max-width: 760px) {
  .setbtn {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

.setbtn_o {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 760px) {
  .setbtn_o {
    margin-bottom: 30px;
    margin-top: 60px;
  }
}

.setbtn1 {
  background-color: #efefef;
  height: 35px;
  width: 135px;
  text-align: center;
  color: #000;
  font-size: 15px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 40px;
}

@media (max-width: 760px) {
  .setbtn1 {
    margin-bottom: 0px;
  }
}

.setbtn1:hover {
  border: 1px solid #85caff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0076cf+45,0068b7+56 */
  background: #0076cf;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0076cf 45%, #0068b7 56%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0076cf 45%, #0068b7 56%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0076cf 45%, #0068b7 56%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076cf', endColorstr='#0068b7', GradientType=0);
  /* IE6-9 */
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .setbtn1 {
    width: 33.333%;
  }
}

@media screen and (max-width: 760px) {
  .setbtn1 {
    width: 100%;
    margin-left: 0;
  }
}

input,
button,
select,
textarea {
  border: none;
}

.setbtn2 {
  background-color: #efefef;
  height: 35px;
  width: 135px;
  text-align: center;
  color: #000;
  font-size: 15px;
  margin-right: 30px;
  margin-top: 11px;
}

@media (max-width: 760px) {
  .setbtn2 {
    margin-bottom: 0px;
  }
}

.setbtn2:hover {
  border: 1px solid #85caff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0076cf+45,0068b7+56 */
  background: #0076cf;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0076cf 45%, #0068b7 56%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0076cf 45%, #0068b7 56%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0076cf 45%, #0068b7 56%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076cf', endColorstr='#0068b7', GradientType=0);
  /* IE6-9 */
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .setbtn2 {
    width: 33.333%;
  }
}

@media screen and (max-width: 760px) {
  .setbtn2 {
    width: 100%;
    margin-left: 0;
  }
}

/*--------------------------------- viedo ------------------------------------*/

.vie_img {
  margin-top: 50%;
}

@media (max-width: 991px) {
  .vie_img {
    margin-top: 0;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -100px;
  }
}

.vie_title {
  color: #ff9000;
  font-size: 32px;
}

.vie_text {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}

/*--------------------------------- inquiry ------------------------------------*/

.proInquiry a {
  color: #3f3f3f;
  font-size: 2.4rem;
}

.proInquiry table tr th {
  line-height: 35px;
  font-size: 15px;
}

@media (max-width: 500px) {
  .proInquiry {
    width: 100%;
  }
}

.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
}

@media (min-width: 704px) {
  .responsive-table {
    font-size: 0.9em;
  }
}

@media (min-width: 992px) {
  .responsive-table {
    font-size: 1em;
  }
}

.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media (min-width: 704px) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}

.responsive-table thead th {
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.responsive-table thead th:first-of-type {
  text-align: center;
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}

@media (min-width: 704px) {
  .responsive-table th,
  .responsive-table td {
    padding: 0 10px;
  }

  .responsive-table tr {
    display: table-row;
  }

  .responsive-table .bottom-line th {
    padding: 0;
    background-color: #00589a;
  }
}

.responsive-table th,
.responsive-table td {
  vertical-align: middle;
}

@media (min-width: 480px) {
  .responsive-table th,
  .responsive-table td {
    padding: 5px 0;
  }
}

@media (min-width: 704px) {
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: 0.4em 0.3em;
  }
}

@media (min-width: 1200px) {
  .responsive-table th,
  .responsive-table td {
  }
}

.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 704px) {
  .responsive-table caption {
    font-size: 1.5em;
  }
}

.responsive-table tfoot {
  font-size: 0.8em;
  font-style: italic;
}

@media (min-width: 992px) {
  .responsive-table tfoot {
    font-size: 0.9em;
  }
}

@media (min-width: 704px) {
  .responsive-table tbody {
    display: table-row-group;
  }
}

.responsive-table tbody tr {
  margin-bottom: 1em;
}

@media (min-width: 704px) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}

.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 704px) {
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
}

.responsive-table tbody th[scope="row"] {
  background-color: #dd7901;
  color: white;
}

@media (min-width: 704px) {
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}

.responsive-table tbody td {
  text-align: center;
}

@media (min-width: 704px) {
  .responsive-table tbody td {
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #00589a;
  }

  .responsive-table tbody td:nth-child(5) {
    border-right: none;
  }
}

.responsive-table tbody td[data-type="currency"] {
  text-align: center;
}

.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
  line-height: 35px;
  background: #576c7d;
  margin-bottom: 10px;
}

.responsive-table tbody td[data-title]:first-child:before {
  background: #00589a;
}

@media (min-width: 480px) {
  .responsive-table tbody td[data-title]:before {
    font-size: 1.1em;
    font-weight: bold;
  }
}

@media (min-width: 704px) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}

@media (max-width: 710px) {
  .responsive-table tr {
    border-bottom: 2px dashed #576c7d;
    margin-bottom: 40px !important;
  }
}

.inq_word {
  font-size: 15px;
  color: #5c5c5c;
}

/*--------------------------------- marketmap ------------------------------------*/
.mapImg {
  margin-bottom: 30px;
}

img.img-responsive.flag {
  display: inline-block;
  width: 50px;
}

img.img-responsive.trademark {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
}

span.name {
  font-size: 15px;
  font-weight: bold;
  margin-left: 10px;
}

.listContent {
  margin-bottom: 30px;
  display: inline-table;
  width: 49.5%;
  padding-right: 10px;
}

.subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #424242;
  margin-top: 5px;
}

.listContent .address {
  margin-bottom: 3px;
  font-size: 13px;
}

span.nameSub {
  font-weight: bold;
}

@media (max-width: 500px) {
  .listContent {
    width: 100%;
  }
}

/*************************************/
/*               video               */
/*************************************/
.video {
  margin: 0 auto;
}

.video_box {
  width: 31%;
  margin: 0.5% 1% 3%;
  display: inline-table;
  vertical-align: top;
  /*border: 1px solid #e2e3e3;*/
}

.video figure {
  position: relative;
  margin-bottom: 0;
}

.video_box > a > figure > img {
  width: 100%;
}

.video_box > a > figure > img.videoPlayer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -24px;
  width: auto;
  opacity: 0.9;
}

.video_box > a > figure > img.videoPlayer:hover {
  opacity: 1;
}

.video_box p {
  font-size: 16px;
  color: #221815;
  line-height: 22px;
  padding: 5px 15px;
  transition: all 0.5s ease-in-out;
  word-break: break-all;
  word-wrap: break-word;
  background: #efefef;
  margin-bottom: 0;
  border: 2px solid #e2e3e3;
}

.video .hp-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 25px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

@media (max-width: 767px) {
  .video_box p {
    display: block;
  }
}

@media (max-width: 730px) {
  .video_box {
    width: 30.8%;
  }
}

@media (max-width: 680px) {
  .video {
    padding: 0 10px;
  }

  .video_box {
    width: 46.5%;
    margin: 5px 1.5%;
  }
}

@media (max-width: 430px) {
  .video_box {
    width: 94%;
    margin: 10px 3% 15px;
  }

  .video_box p {
    padding-bottom: 0;
  }
}

/*聯絡我們 LINE圖示*/

.line_connection_box {
  margin: 0 0 -9%;
  margin-left: 106%;
  margin-right: -79%;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .line_connection_box {
    margin: 0;
    margin-left: 50%;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .line_connection_box {
    margin-left: 20%;
  }
}

.line_connection_box .line_connection .r_box {
  position: relative;
  font-size: 0;
}
.line_connection_box .line_connection .r_box .img_box {
  display: inline-block;
  width: 50%;
  padding: 10px;
}
.line_connection_box .line_connection .r_box .img_box img {
  width: 100%;
}
