@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  max-width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", "Microsoft JhengHei", sans-serif;
}

*:focus {
  outline: none;
}

html {
  font-size: 10px;
}

html.fixed {
  height: 100vh;
  overflow: hidden;
}

html.fontsize8 {
  font-size: 8px;
}

html.fontsize10 {
  font-size: 10px;
}

html.fontsize12 {
  font-size: 12px;
}

body {
  font-family: "Roboto", "Microsoft JhengHei", sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  color: #555;
}

body.fixed {
  height: 100vh;
  overflow: hidden;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

figure {
  margin: 0;
  padding: 0;
}

button {
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
}

.unreset {
  padding: 1px 0;
  font-family: "Microsoft JhengHei", sans-serif;
}

.unreset:after {
  content: "";
  display: block;
  clear: both;
}

.unreset img {
  max-width: 100%;
  height: auto !important;
}

.unreset p {
  margin: 1.6em 0;
  line-height: 2.8rem;
  font-size: 1.6rem;
}

.unreset p:first-child {
  margin-top: 0;
}

.unreset p:last-child {
  margin-bottom: 0;
}

.unreset table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border: 1px solid;
  border-color: #555;
}

.unreset tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.unreset td,
.unreset th {
  display: table-cell;
  vertical-align: inherit;
  border: 1px solid;
  border-color: #555;
}

.unreset iframe {
  max-width: 100%;
  display: block;
}

/* 編輯器影片RWD */
.unreset .embeddedContent {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.unreset .embeddedContent iframe,
.unreset .embeddedContent object,
.unreset .embeddedContent embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
}

.page-container {
  margin: 0 auto;
  max-width: 1440px;
}

.clearfloat {
  clear: both;
}

sup {
  vertical-align: super;
  font-size: small;
}

sub {
  vertical-align: sub;
  font-size: smaller;
  font-weight: lighter;
}

select {
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/* font */
.delay025 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay075 {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.delay1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.opacity_show {
  opacity: 1 !important;
}

/*========== header ==========*/
header {
  padding: 30px 0;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

header .logo {
  width: 270px;
  position: relative;
}

header .logo a {
  width: 100%;
  height: 60px;
  text-indent: -99999px;
  background: url(../images/logo4X.png) no-repeat center left;
  display: block;
  background-size: contain;
  margin: auto;
}

header .header-right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu {
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 10px;
}

.main-menu ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

.main-menu ul li a {
  font-size: 1.8rem;
  color: #333;
  padding-bottom: 10px;
  position: relative;
  display: block;
}

.main-menu ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background: #00447c;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-menu ul li a:hover {
  color: #00447c;
}

.main-menu ul li a:hover:after {
  width: 100%;
}

.main-menu ul li:last-child {
  padding-right: 0;
}

.main-menu ul li.header-products-search {
  margin-left: 0;
}

.header-products-search {
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  vertical-align: top;
}

.header-products-search .btn {
  background: url(../images/icon-search.png) no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 3px;
}

.language {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  border-left: 1px solid #eee;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.language .title i {
  margin-left: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.language:hover ul {
  display: block;
}

.language ul {
  display: none;
  position: absolute;
  top: 15px;
  z-index: 1;
  padding-top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
}

.language ul li a {
  color: #555;
  background: #eee;
  display: block;
  padding: 5px 20px;
  text-align: center;
}

.language ul li a:hover {
  background: #0672cb;
  color: #fff;
}

.staff-area {
  display: inline-block;
  margin-left: 20px;
  position:relative;
}

.staff-area .staff-title {
  display: block;
  background: #00447c;
  color: #fff;
  border-radius: 3px;
  padding: 7px 5px;
  width: 100px;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.staff-area ul{
  position:absolute;
  right:0;
  top: 35px;
  width: 120%;
  z-index: 1;
  padding-top: 2px;
  display: none;
}
.staff-area:hover  ul{
  display: block;
}
.staff-area ul li:not(:last-child){
  margin-bottom: 2px;
}
.staff-area ul li a{
  display: block;
  background:#0672cb;
  color:#fff;
  border-radius: 3px;
  padding: 7px 5px;
  text-align: center;
}
.staff-area ul li a:hover{
  background: #00447c;
}

.phone-bar {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  display: none;
}

.phone-bar .bar {
  width: 70%;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  left: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #04335a;
}

.phone-bar .bar:nth-child(1) {
  top: 11px;
}

.phone-bar .bar:nth-child(2) {
  top: 19px;
}

.phone-bar .bar:nth-child(3) {
  top: 27px;
}

.phone-bar.active .bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
  left: 9px;
}

.phone-bar.active .bar:nth-child(2) {
  display: none;
}

.phone-bar.active .bar:nth-child(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 20px;
  left: 9px;
}

/*===== footer =====*/
footer {
  background: #04335a;
  position: relative;
}

.footer-menu {
  padding: 60px 0 70px 0;
}

.footer-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.footer-menu .menu-title {
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 25px;
}

.footer-menu .menu-title a {
  color: #fff;
}

.footer-menu .menu-title a:hover {
  color: #0672cb;
}

.footer-menu ul.layer1 > li {
  margin-bottom: 10px;
  color: #fff;
}

.footer-menu ul.layer1 > li > a {
  color: #fff;
}

.footer-menu ul.layer1 > li > a:hover {
  color: #0672cb;
}

.footer-menu ul.layer1 > li:last-child {
  margin-bottom: 0;
}

.footer-menu ul.layer2 {
  margin-top: 10px;
}

.footer-menu ul.layer2 > li {
  margin-bottom: 5px;
  color: #fff;
  margin-left: 10px;
}

.footer-menu ul.layer2 > li > a {
  color: #ccc;
  font-size: 1.4rem;
}

.footer-menu ul.layer2 > li > a:hover {
  color: #0672cb;
}

.footer-menu ul.layer2 > li:last-child {
  margin-bottom: 0;
}

.copyright-block {
  border-top: 1px solid #00447c;
  padding: 29px 0;
}

.copyright-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.copyright {
  color: #fff;
}

.iware {
  color: #fff;
}

.iware a {
  color: #fff;
}

.iware a:hover {
  color: #0672cb;
}

.totop {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -35px;
}

.totop span {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: #00447c;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: bold;
}

.totop span:hover {
  background: #0672cb;
}

/*===== page main =====*/
/*===== page banner =====*/
.page-banner {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  background-size: cover;
}

.page-banner img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.about-main .page-banner {
  background-image: url(../images/banner-about.jpg);
}

.contact-main .page-banner {
  background-image: url(../images/banner-contact.jpg);
}

.equipment-main .page-banner {
  background-image: url(../images/banner-equipment.jpg);
}

.news-main .page-banner {
  background-image: url(../images/banner-news.jpg);
}

.partner-main .page-banner {
  background-image: url(../images/banner-partner.jpg);
}

.products-main .page-banner {
  background-image: url(../images/banner-products.jpg);
}

.recruit-main .page-banner {
  background-image: url(../images/banner-recruit.jpg);
}

.search-main .page-banner {
  background-image: url(../images/banner-products.jpg);
}

.solution-main .page-banner {
  background-image: url(../images/banner-solution.jpg);
}

/* 頁面標題 */
.page-atricle {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

aside {
  width: 250px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

aside ul.layer1 {
  border-top: 6px solid #00447c;
  border-radius: 4px;
  overflow: hidden;
}

aside ul.layer1 > li > a {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  background: #00447c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00447c), to(#04335a));
  background-image: linear-gradient(to bottom, #00447c 0%, #04335a 100%);
  border-bottom: 1px solid #fff;
  padding: 17px 0;
  text-align: center;
}

aside ul.layer1 > li.active > a {
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background-image: linear-gradient(to bottom, #fff 0%, #ccc 100%);
  color: #333;
  border-bottom: 1px solid #eee;
}

aside ul.layer1 > li.active:hover > a {
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background-image: linear-gradient(to bottom, #fff 0%, #ccc 100%);
  color: #333;
  border-bottom: 1px solid #eee;
}

aside ul.layer1 > li.active.dropdown > a {
  background: #0672cb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2378bd), to(#00447c));
  background-image: linear-gradient(to bottom, #2378bd 0%, #00447c 100%);
  color: #fff;
}

aside ul.layer1 > li.active.dropdown > a:after {
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

aside ul.layer1 > li.active.dropdown:hover > a {
  background: #0672cb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2378bd), to(#00447c));
  background-image: linear-gradient(to bottom, #2378bd 0%, #00447c 100%);
  color: #fff;
}

aside ul.layer1 > li.active.dropdown:hover > a:after {
  color: #fff;
}

aside ul.layer1 > li:hover > a {
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background-image: linear-gradient(to bottom, #fff 0%, #ccc 100%);
  color: #333;
  border-bottom: 1px solid #eee;
}

aside ul.layer1 > li:hover.dropdown > a {
  background: #0672cb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2378bd), to(#00447c));
  background-image: linear-gradient(to bottom, #2378bd 0%, #00447c 100%);
  color: #fff;
}

aside ul.layer1 > li:hover.dropdown > a:after {
  color: #fff;
}

aside ul.layer1 > li.dropdown > a:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}

aside ul.layer2 {
  display: none;
}

aside ul.layer2 > li > a {
  display: block;
  font-size: 1.8rem;
  color: #333;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 17px 0;
  text-align: center;
}

aside ul.layer2 > li > a:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #333;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
  display: none;
}

aside ul.layer2 > li.active > a {
  background: #e2e2e1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background-image: linear-gradient(to bottom, #fff 0%, #ccc 100%);
  color: #00447c;
}

aside ul.layer2 > li.active > a:after {
  color: #00447c;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

aside ul.layer2 > li.active:hover > a {
  background: #e2e2e1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background-image: linear-gradient(to bottom, #fff 0%, #ccc 100%);
  color: #00447c;
}

aside ul.layer2 > li.active:hover > a:after {
  color: #00447c;
}

aside ul.layer2 > li.dropdown > a:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  color: #00447c;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}

aside ul.layer2 > li:hover > a {
  background: #e2e2e1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background-image: linear-gradient(to bottom, #fff 0%, #ccc 100%);
  color: #00447c;
}

aside ul.layer2 > li:hover > a:after {
  color: #00447c;
}

aside ul.layer3 {
  display: none;
}

aside ul.layer3 > li > a {
  display: block;
  font-size: 1.8rem;
  color: #333;
  background: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#f6f6f6));
  background-image: linear-gradient(to bottom, #eee 0%, #f6f6f6 100%);
  border-bottom: 1px solid #e5e5e5;
  padding: 17px 0;
  text-align: center;
}

aside ul.layer3 > li.active > a {
  color: #0672cb;
}

aside ul.layer3 > li.active:hover > a {
  color: #0672cb;
}

aside ul.layer3 > li:hover > a {
  color: #0672cb;
}

aside .sub-menu-btn {
  position: absolute;
  width: 40px;
  display: none;
}

aside .sub-menu-btn .bar-btn {
  width: 40px;
  height: 40px;
  right: 20px;
  top: 0;
  cursor: pointer;
  background: #fff;
}

aside .sub-menu-btn .bar-btn .bar {
  width: 70%;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  left: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #0672cb;
}

aside .sub-menu-btn .bar-btn .bar:nth-child(1) {
  top: 11px;
}

aside .sub-menu-btn .bar-btn .bar:nth-child(2) {
  top: 19px;
}

aside .sub-menu-btn .bar-btn .bar:nth-child(3) {
  top: 27px;
}

aside .sub-menu-btn .txt {
  text-align: center;
  font-size: 1.4rem;
  color: #00447c;
}

aside .sub-menu-btn.active .bar {
  color: #0672cb;
}

aside .sub-menu-btn.active .bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 18px;
  left: 7px;
}

aside .sub-menu-btn.active .bar:nth-child(2) {
  display: none;
}

aside .sub-menu-btn.active .bar:nth-child(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 18px;
  left: 7px;
}

aside + .article-section {
  width: calc(100% - 250px);
  padding-left: 40px;
}

aside.active {
  right: calc(100% - 50px);
}

.article-section {
  width: 100%;
  position: relative;
}

.article-section-content {
  padding: 0 40px;
}

.page-main-title {
  font-size: 4rem;
  color: #00447c;
  margin-bottom: 40px;
  border-bottom: 1px solid #00447c;
  padding-bottom: 10px;
  font-weight: lighter;
}

.article-date {
  margin-bottom: 30px;
  color: #333;
  border-left: 6px solid #00447c;
  padding-left: 10px;
}

/*===== breadCrumb =====*/
.breadCrumb {
  text-align: right;
  margin-bottom: 20px;
  padding-top: 10px;
  width: 100%;
}

.breadCrumb ul li {
  display: inline-block;
  margin-bottom: 5px;
  color: #04335a;
  font-size: 1.4rem;
  font-weight: bold;
}

.breadCrumb ul li a {
  color: #04335a;
}

.breadCrumb ul li a:hover {
  color: #0672cb;
}

.breadCrumb ul li.home {
  padding-left: 20px;
  position: relative;
}

.breadCrumb ul li.home::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url(../images/icon-home.png) no-repeat;
}

.breadCrumb ul li:after {
  content: "〉";
  display: inline-block;
  margin: 0 0 0 4px;
  font-weight: bold;
}

.breadCrumb ul li:last-child:after {
  display: none;
}

/*===== pagination =====*/
.pagination {
  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;
  text-align: center;
  color: #555;
  margin-top: 40px;
}

.pagination .page_num {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 20px;
  height: 20px;
  border: 1px solid #00447c;
  border-radius: 3px;
  position: relative;
}

.pagination .page_num:hover {
  background: #00447c;
}

.pagination .page_num:hover::before, .pagination .page_num:hover:after {
  background: #fff;
}

.pagination .page_num::before, .pagination .page_num:after {
  content: "";
  display: block;
  background: #00447c;
  width: 1px;
  height: 7px;
  position: absolute;
}

.pagination .page_num.page_arrow_prev {
  margin-right: 20px;
}

.pagination .page_num.page_arrow_prev::before, .pagination .page_num.page_arrow_prev:after {
  left: 46%;
}

.pagination .page_num.page_arrow_prev::before {
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pagination .page_num.page_arrow_prev:after {
  top: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.pagination .page_num.page_arrow_next {
  margin-left: 20px;
}

.pagination .page_num.page_arrow_next::before, .pagination .page_num.page_arrow_next:after {
  left: 50%;
}

.pagination .page_num.page_arrow_next::before {
  top: 4px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.pagination .page_num.page_arrow_next:after {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pagination .page_dot {
  display: inline-block;
  padding: 10px;
  text-align: center;
  margin: 0 3px;
}

.pagination .page_select {
  display: inline-block;
  font-size: 1.4rem;
}

.pagination .page_select .num_input {
  border: 1px solid #cfcfcf;
  width: 40px;
  height: 25px;
  padding: 3px 5px;
  color: #999;
  font-size: 1.4rem;
}

/*===== btn-style =====*/
.btn-style button {
  background: none;
  border: none;
  display: inline-block;
}

/*===== page main centent =====*/
.products-sort {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.products-sort .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.products-sort .box a {
  display: block;
  background: #0672cb;
  color: #fff;
  padding: 15px 20px;
  font-size: 2rem;
  position: relative;
}

.products-sort .box a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-width: 0;
  border-color: #04335a transparent transparent transparent;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.products-sort .box.active a {
  background: #00447c;
}

.products-sort .box.active a:after {
  border-width: 10px 10px 0 10px;
}

.tabs-black {
  margin-top: 40px;
}

.tabs-btn {
  margin-bottom: 40px;
}

.tabs-btn .tabs {
  background: #f1f1f1;
  padding: 10px 15px 5px 15px;
  text-align: center;
}

.tabs-btn li {
  display: inline-block;
  margin-bottom: 5px;
}

.tabs-btn li a {
  display: block;
  border-radius: 100px;
  color: #04335a;
  padding: 8px 40px;
  font-size: 1.8rem;
}

.tabs-btn li.active a {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0672cb), to(#00447c));
  background-image: linear-gradient(to bottom, #0672cb 0%, #00447c 100%);
}

.tabs-content {
  padding: 0 40px;
}

/*========= index ==========*/
.index-section-title {
  text-align: center;
  margin-bottom: 60px;
}

.index-section-title .en {
  font-size: 6rem;
  font-weight: lighter;
  color: #04335a;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.index-section-title .tw {
  color: #555;
  font-size: 2.4rem;
  margin-top: 15px;
}

.index-about .index-section-title .en {
  color: #fff;
}

.index-about .index-section-title .tw {
  color: #fff;
}

.index-contact .index-section-title {
  text-align: left;
  margin-bottom: 40px;
}

.EN .index-section-title .tw {
  display: none;
}

.index-more a {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  width: 200px;
  letter-spacing: 2px;
  padding: 14px 10px;
  border-radius: 25px;
  background: #00447c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0672cb), to(#00447c));
  background-image: linear-gradient(to bottom, #0672cb 0%, #00447c 100%);
}

.index-more a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00447c), to(#0672cb));
  background-image: linear-gradient(to bottom, #00447c 0%, #0672cb 100%);
}

.index-about .index-more a {
  background: #fff;
  color: #00447c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
  background-image: linear-gradient(to bottom, #fff 0%, #ccc 100%);
}

.index-about .index-more a:hover {
  background: #0672cb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00447c), to(#0672cb));
  background-image: linear-gradient(to bottom, #00447c 0%, #0672cb 100%);
  color: #fff;
}

/*========== index-banner ==========*/
.index-banner {
  position: relative;
}

.index-banner ul li {
  position: relative;
}

.index-banner ul li img {
  max-width: 100%;
  margin: auto;
  display: block;
}

.index-banner .arrow {
  background: rgba(4, 51, 90, 0.8);
  border-radius: 3px;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-banner .arrow:hover {
  opacity: 1;
  background: rgba(6, 114, 203, 0.8);
}

.index-banner .arrow::before, .index-banner .arrow:after {
  content: "";
  display: block;
  background: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
}

.index-banner .arrow.prev {
  left: 40px;
}

.index-banner .arrow.prev::before, .index-banner .arrow.prev:after {
  left: 47%;
}

.index-banner .arrow.prev::before {
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.index-banner .arrow.prev:after {
  top: 30px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.index-banner .arrow.next {
  right: 40px;
}

.index-banner .arrow.next::before, .index-banner .arrow.next:after {
  left: 50%;
}

.index-banner .arrow.next::before {
  top: 16px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.index-banner .arrow.next:after {
  top: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.index-banner .prev-btn {
  left: 10%;
}

.index-banner .next-btn {
  right: 10%;
}

.index-banner .slick-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.index-banner .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}

.index-banner .slick-dots li button {
  display: block;
  background: none;
  border-radius: 0;
  border-radius: 50%;
  border: none;
  font-size: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.index-banner .slick-dots li.slick-active button {
  background: #0672cb;
}

/*========== index-video ==========*/
.index-video {
  padding: 100px 0 120px 0;
  background-image: linear-gradient(to bottom, #fff 0%, #fff 310px, #f5f5f5 310px, #f5f5f5 100%);
}

.index-video .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.index-video .index-video-left {
  width: calc((540 / 1440) * 100%);
  padding-right: 60px;
}

.index-video .index-video-left .title {
  margin-bottom: 35px;
  font-weight: bold;
}

.index-video .index-video-left .title .tw {
  font-size: 4.5rem;
  color: #04335a;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.index-video .index-video-left .title .en {
  font-size: 3rem;
  color: #555;
  font-weight: lighter;
}

.index-video .index-video-left .txt {
  line-height: 30px;
  margin-bottom: 60px;
}

.index-video .index-video-right {
  width: calc((900 / 1440) * 100%);
  position: relative;
}

.index-video .index-video-right .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.index-video .index-video-right .video iframe,
.index-video .index-video-right .video object,
.index-video .index-video-right .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-video .index-video-right:after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: url(../images/index-video-shadow.png) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -7px;
  left: 0;
}

.EN .index-video .index-video-left .title .tw {
  display: none;
}

.EN .index-video .index-video-left .title .en {
  font-size: 4.5rem;
  color: #04335a;
  font-weight: normal;
}

/*========== index-news ==========*/
.index-news {
  padding-bottom: 120px;
  background: #f5f5f5;
}

.index-news .index-more {
  text-align: center;
  margin-top: 70px;
}

.index-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px;
}

.index-news-box {
  padding: 30px;
  width: calc(100% / 3);
}

.index-news-box .pic {
  position: relative;
  padding-bottom: calc((330 / 440) * 100%);
  text-align: center;
  overflow: hidden;
  height: 0;
}

.index-news-box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index-news-box .pic iframe,
.index-news-box .pic object,
.index-news-box .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.index-news-box .content {
  background: #fff;
  width: calc(100% - 40px);
  margin: -30px auto auto auto;
  padding: 25px 30px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-news-box .content:after {
  content: "";
  display: block;
  background: url(../images/index-news-shadow.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.index-news-box .title {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #333;
  margin-bottom: 20px;
  height: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-news-box .date {
  color: #555;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-news-box a:hover .content {
  background: #00447c;
}

.index-news-box a:hover .title {
  color: #fff;
}

.index-news-box a:hover .date {
  color: #fff;
}

.EN .index-news-box .content {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*========== index-about ==========*/
.index-about {
  background: url(../images/index-about-bg.jpg) no-repeat center;
  padding: 90px 0 120px 0;
}

.index-about .index-about-txt {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}

.index-about .index-about-txt .unreset p {
  line-height: 4rem;
}

.index-about .index-more {
  text-align: center;
  margin-top: 60px;
}

/*========== index-solution ==========*/
.index-solution {
  padding: 80px 0 120px 0;
}

.index-solution-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px auto;
  width: 1200px;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index-solution-box {
  width: 310px;
  padding: 20px;
}

.index-solution-box a {
  display: block;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 40px 30px 30px 30px;
  min-height: 250px;
}

.index-solution-box a:hover {
  border-color: #00447c;
  -webkit-box-shadow: 8px 8px 0 rgba(0, 68, 124, 0.35);
          box-shadow: 8px 8px 0 rgba(0, 68, 124, 0.35);
}

.index-solution-box figure {
  margin: auto;
  width: 80px;
}

.index-solution-box .pic {
  position: relative;
  padding-bottom: 100%;
  text-align: center;
  overflow: hidden;
  height: 0;
}

.index-solution-box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index-solution-box .pic iframe,
.index-solution-box .pic object,
.index-solution-box .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.index-solution-box .title {
  margin-top: 20px;
  text-align: center;
}

.index-solution-box .title .tw {
  font-size: 2rem;
  color: #333;
  margin-bottom: 10px;
}

.index-solution-box .title .en {
  font-size: 1.4rem;
  color: #aaa;
  letter-spacing: 1px;
}

.EN .index-solution-box .title .tw {
  display: none;
}

.EN .index-solution-box .title .en {
  font-size: 1.8rem;
  color: #333;
}

/*========== index-contact ==========*/
.index-contact {
  padding: 80px 0 120px 0;
  background: #f5f5f5 url(../images/index-contact-bg.png) right bottom no-repeat;
}

.index-contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-contact-left {
  width: 520px;
  padding-left: 80px;
}

.index-contact-left .index-contact-txt {
  font-size: 1.8rem;
  color: #555;
  line-height: 3.2rem;
}

.index-contact-left .index-more {
  margin-top: 40px;
}

.index-contact-right {
  width: 720px;
  padding-right: 80px;
}

.index-contact-info .info-list {
  border-top: 1px solid #eee;
}

.index-contact-info .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.index-contact-info .info-box .title {
  width: 240px;
  padding-left: 70px;
  position: relative;
}

.index-contact-info .info-box .title .tw {
  display: inline-block;
  color: #333;
  font-size: 1.8rem;
}

.index-contact-info .info-box .title .en {
  display: inline-block;
  color: #aaa;
  margin-left: 10px;
}

.index-contact-info .info-box .title::before {
  content: "";
  display: block;
  width: 32px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: -3px;
  background-size: contain;
}

.index-contact-info .info-box .content {
  width: calc(100% - 240px);
  display: inline-block;
  font-size: 1.8rem;
  color: #555;
}

.index-contact-info .info-box .content a {
  color: #555;
}

.index-contact-info .info-box .content a:hover {
  color: #00447c;
  text-decoration: underline;
}

.index-contact-info .info-box.tel .title::before {
  background-image: url(../images/icon-tel.png);
}

.index-contact-info .info-box.fax .title::before {
  background-image: url(../images/icon-fax.png);
}

.index-contact-info .info-box.address .title::before {
  background-image: url(../images/icon-address.png);
}

.index-contact-info .info-box.email .title::before {
  background-image: url(../images/icon-mail.png);
}

.index-contact-info .info-box.sns .title::before {
  background-image: url(../images/icon-link.png);
}

.index-contact-info .info-box.sns .sns-list li {
  display: inline-block;
  margin-right: 20px;
}

.index-contact-info .info-box.sns .sns-list li a {
  font-size: 2rem;
  color: #0672cb;
}

.index-contact-info .info-box.sns .sns-list li a:hover {
  color: #00447c;
}

.index-contact-info .info-box.sns .sns-list li:last-child {
  margin-right: 0;
}

.EN .index-contact-info .info-box .title .tw {
  display: none;
}

.EN .index-contact-info .info-box .title .en {
  color: #333;
  font-size: 1.6rem;
  margin-left: 0;
}

/*========= about ==========*/
/*========= contact ==========*/
.contact-section-content {
  padding: 20px;
}

.contact-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-info {
  width: 500px;
}

.company-box {
  margin-bottom: 50px;
}

.company-box:last-child {
  margin-bottom: 0;
}

.company-box .title {
  color: #333;
  font-size: 2rem;
  margin-bottom: 15px;
  border-left: 6px solid #00447c;
  padding-left: 8px;
}

.company-box ul li {
  margin-bottom: 5px;
}

.company-box .map {
  margin-top: 30px;
  height: 150px;
}

.company-box .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.contact-form {
  width: calc(100% - 500px);
  padding-left: 70px;
}

.contact-form .form-txt {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 3.2rem;
}

.contact-form .form-txt2 {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 3.2rem;
}

.contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-form form .box {
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form form .box .title {
  padding-left: 15px;
  width: 100px;
  color: #444;
  font-size: 1.6rem;
  margin-top: 10px;
  position: relative;
}

.contact-form form .box .content {
  width: calc(100% - 100px);
}

.contact-form form .box .content input[type="text"],
.contact-form form .box .content input[type="tel"],
.contact-form form .box .content select,
.contact-form form .box .content textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  background: #fff;
  padding: 8px 10px;
  font-size: 1.6rem;
  border: 1px solid #779bb9;
  border-radius: 4px;
}

.contact-form form .box .content input[type="text"],
.contact-form form .box .content input[type="tel"],
.contact-form form .box .content select {
  height: 45px;
  width: 100%;
}

.contact-form form .box .content input[type="radio"] {
  border: 1px solid #779bb9;
}

.contact-form form .box .part {
  display: inline-block;
  margin-right: 10px;
}

.contact-form form .box.company-name {
  width: 60%;
}

.contact-form form .box.uniform-numbers {
  width: 40%;
}

.contact-form form .box.name, .contact-form form .box.tel, .contact-form form .box.cell-phone {
  width: 50%;
}

.contact-form form .box.name, .contact-form form .box.address, .contact-form form .box.inquiry-item, .contact-form form .box.message {
  width: 100%;
}

.contact-form form .box.name .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-form form .box.name input[type="text"] {
  width: calc(100% - 150px);
}

.contact-form form .captcha {
  text-align: center;
  width: 100%;
}

.contact-form form .captcha .g-recaptcha > div {
  margin: auto;
}

.contact-form form .btn {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.contact-form form .btn button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  display: inline-block;
  font-size: 1.8rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 35px;
  text-align: center;
  width: 200px;
  padding: 14px 10px;
  border-radius: 25px;
  background: #00447c;
}

.contact-form form .btn button.send {
  color: #fff;
  background: #00447c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0672cb), to(#00447c));
  background-image: linear-gradient(to bottom, #0672cb 0%, #00447c 100%);
}

.contact-form form .btn button.send:hover {
  background: #555;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00447c), to(#0672cb));
  background-image: linear-gradient(to bottom, #00447c 0%, #0672cb 100%);
}

.contact-form form .btn button.reset {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 0%, #ccc 100%);
}

.contact-form form .btn button.reset:hover {
  background: #555;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#eee));
  background-image: linear-gradient(to bottom, #ccc 0%, #eee 100%);
}

/*========= equipment ==========*/
/*========= news ==========*/
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

.news-box {
  padding: 15px;
  width: calc(100% / 3);
}

.news-box .pic {
  position: relative;
  padding-bottom: calc((330 / 440) * 100%);
  text-align: center;
  overflow: hidden;
  height: 0;
}

.news-box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.news-box .pic iframe,
.news-box .pic object,
.news-box .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.news-box .content {
  background: #fff;
  padding: 12px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ddd;
  border-top: none;
}

.news-box .title {
  color: #333;
  font-size: 1.6rem;
  line-height: 2.4rem;
  height: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

.news-box .date {
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 10px;
}

.news-box .date span {
  display: inline-block;
  border-bottom: 2px solid #00447c;
  padding: 0 2px 2px 2px;
}

.news-box a:hover .content {
  background: #00447c;
  border-color: #00447c;
}

.news-box a:hover .title {
  color: #fff;
}

.news-box a:hover .date {
  color: #fff;
}

.news-box a:hover .date span {
  border-color: #fff;
}

/*========= partner ==========*/
.partner-block:last-child {
  margin-bottom: 0;
}

.partner-title {
  color: #00447c;
  font-weight: bold;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px solid #00447c;
  margin-bottom: 20px;
}

.partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.partner-box {
  width: calc(100% / 3);
  padding: 10px;
}

.partner-box figure .pic {
  position: relative;
  padding-bottom: calc((120 / 350) * 100%);
  text-align: center;
  overflow: hidden;
  height: 0;
}

.partner-box figure .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.partner-box figure .pic iframe,
.partner-box figure .pic object,
.partner-box figure .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*========= products ==========*/
/*========= recruit ==========*/
.recruit-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0 40px 0;
}

.recruit-left {
  width: 50%;
}

.recruit-left .pic img {
  display: block;
  max-width: 100%;
}

.recruit-right {
  width: 50%;
  padding-left: 70px;
}

.recruit-right .title {
  color: #00447c;
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 4.8rem;
}

.recruit-right .txt ul li {
  margin: 15px 0;
  position: relative;
  padding-left: 15px;
  color: #333;
}

.recruit-right .txt ul li::before {
  content: "▪";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

.recruit-right .more {
  text-align: center;
  margin-top: 35px;
}

.recruit-right .more a {
  display: inline-block;
  background: #00447c;
  font-size: 2.2rem;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}

.recruit-right .more a:hover {
  background: #0672cb;
}

/*========= search ==========*/
.search-form {
  margin-bottom: 50px;
}

.search-form .box .title {
  text-align: center;
  font-size: 3rem;
  color: #333;
  margin-bottom: 10px;
}

.search-form .box input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: block;
  background: none;
  border: none;
  border: none;
  border: 1px solid #789cba;
  padding: 10px 20px;
  border-radius: 4px;
  text-align: center;
  font-size: 1.8rem;
}

.search-form .btn {
  text-align: center;
  margin-top: 10px;
}

.search-form .btn button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  display: inline-block;
  font-size: 1.8rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 35px;
  text-align: center;
  width: 200px;
  padding: 14px 10px;
  border-radius: 25px;
  background: #00447c;
  color: #fff;
  background: #00447c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0672cb), to(#00447c));
  background-image: linear-gradient(to bottom, #0672cb 0%, #00447c 100%);
}

.search-form .btn button:hover {
  background: #555;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00447c), to(#0672cb));
  background-image: linear-gradient(to bottom, #00447c 0%, #0672cb 100%);
}

.search-block {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}

.search-list {
  margin: -20px -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-box {
  width: calc(100% / 3);
  padding: 20px 30px;
}

.search-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 60px;
}

.search-box a:hover .title {
  color: #0672cb;
}

.search-box .icon {
  width: 50px;
  height: 54px;
  background: url(../images/search-box-icon.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.search-box .title {
  color: #04335a;
  font-size: 2rem;
  padding-left: 65px;
}

/*========= solution ==========*/
.solution-list {
  margin: -20px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.solution-box {
  width: calc(100% / 3);
  padding: 20px 15px;
}

.solution-box figure {
  margin-bottom: 10px;
}

.solution-box .pic {
  position: relative;
  padding-bottom: calc((255 / 340) * 100%);
  text-align: center;
  overflow: hidden;
  height: 0;
}

.solution-box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.solution-box .pic iframe,
.solution-box .pic object,
.solution-box .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.solution-box .title {
  background: #00447c;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: lighter;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.solution-box a:hover .title {
  background: #0672cb;
}

/*========== basic mobile ==========*/
@media (max-width: 1440px) {
  .container {
    padding: 0 20px;
  }
}

/*========== header mobile ==========*/
@media (max-width: 1440px) {
  .main-menu ul li {
    margin: 0 10px;
  }
  .staff-area {
    margin-left: 10px;
  }
  .language {
    padding-left: 15px;
  }
}

@media (max-width: 1280px) {
  header {
    padding: 15px 0;
  }
  .main-menu ul li {
    margin: 0 5px;
  }
  .main-menu ul li a {
    font-size: 1.6rem;
  }
  .header-products-search .btn {
    width: 16px;
    height: 16px;
  }
  .staff-area {
    margin-left: 5px;
  }
  .staff-area .staff-title {
    padding: 5px 10px;
    font-size: 1.4rem;
  }
  .staff-area ul{
    top: 29px;
  }
  .staff-area ul li a{
     padding: 5px 10px;
    font-size: 1.4rem;
  }
  .language {
    padding-left: 10px;
  }
}

@media (max-width: 1024px) {
  header .header-right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  header .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .language {
    border-left: none;
  }
  .main-menu {
    width: 100%;
    text-align: right;
  }
}

@media (max-width: 960px) {
  header {
    padding: 10px 0;
  }
  header .header-right-block {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    display: block;
    background: #fff;
    z-index: 2;
    border-top: 1px solid #eee;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
    display: none;
  }
  header .group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-products-search .btn {
    width: 100%;
  }
  .phone-bar {
    display: block;
  }
  .main-menu {
    margin-top: 0;
  }
  .main-menu ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #eee;
  }
  .main-menu ul li a {
    padding: 12px;
    text-align: center;
  }
  .main-menu ul li a:after {
    display: none;
  }
  .main-menu ul li a:hover {
    background: #04335a;
    color: #fff;
  }
  .language {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  .language .title {
    display: none;
  }
  .language ul {
    display: block;
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .language ul li {
    display: inline-block;
    width: 80px;
    max-width: 45%;
    margin: 0 5px;
  }
  .language ul li a {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
  }
  .language ul li.active a {
    background: #0672cb;
    color: #fff;
  }
  .staff-area {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 10px 15px;
  }
  .staff-area:hover ul{
    display: flex;
  }
  .staff-area .staff-title {
    width: 100%;
    display: block;
    margin: auto;
    padding: 10px;

    background:none;
    box-shadow: none;
    font-size: 1.6rem;
    color:#333;
  }
  .staff-area  ul{
    position:static;
    display: flex;
    width: 70%;
    margin:auto;
    justify-content: space-between;
  }
  .staff-area  ul li{
    width: calc( (100% - 10px) / 2 );
  }
  .staff-area  ul li a{
    padding:10px;
    font-size: 1.6rem;
  }
  .staff-area ul li:not(:last-child){
    margin-bottom:0;
  }
  .header-products-search a:hover .btn {
    background: url(../images/icon-search-white.png) no-repeat center;
    background-size: contain;
  }
}

@media (max-width: 414px) {
  header .logo {
    width: 250px;
  }
  .staff-area  ul{
    position:static;
    display: flex;
    width: 90%;
    margin:auto;
    justify-content: space-between;
  }
}

@media (max-width: 375px) {
  header .logo {
    width: 230px;
  }
}

@media (max-width: 320px) {
  header .logo {
    width: 200px;
  }
}

/*========== footer mobile ==========*/
@media (max-width: 960px) {
  .footer-menu {
    display: none;
  }
  .copyright-block {
    padding: 15px 0;
    text-align: center;
  }
  .copyright-block .container {
    display: block;
  }
  .copyright {
    margin-bottom: 5px;
  }
  .totop {
    -webkit-transform: none;
            transform: none;
    left: initial;
    right: 5px;
  }
  .totop span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .totop {
    top: initial;
    bottom: 100px;
    position: fixed;
  }
  .totop span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
  }
}

/*========== pageBasic mobile ==========*/
@media (max-width: 960px) {
  aside {
    width: 100%;
    position: absolute;
    left: calc(-100% - 20px + 50px);
    top: 0;
    background: #fff;
    z-index: 1;
    height: 100%;
  }
  aside + .article-section {
    width: calc(100% - 40px);
    padding-left: 0;
    margin-left: 40px;
  }
  aside ul.layer1 {
    width: calc(100% - 50px);
  }
  aside .sub-menu-btn {
    right: 0;
    top: 0;
    display: block;
  }
  aside.active {
    left: 0;
  }
  .article-section-content {
    padding: 0;
  }
  .page-main-title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .breadCrumb {
    margin-bottom: 10px;
  }
  .page-atricle {
    padding-bottom: 60px;
  }
}

@media (max-width: 640px) {
  .tabs-black {
    margin-top: 30px;
  }
  .tabs-btn {
    margin-bottom: 30px;
  }
  .tabs-btn .tabs {
    padding: 10px 10px 5px 10px;
  }
  .tabs-btn li a {
    padding: 8px 20px;
    font-size: 1.6rem;
  }
  .tabs-content {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .page-main-title {
    font-size: 2.6rem;
    margin-bottom: 20px;
    font-weight: normal;
  }
  .article-date {
    margin-bottom: 10px;
  }
  .breadCrumb {
    margin-bottom: 5px;
  }
  .page-atricle {
    padding-bottom: 40px;
  }
  aside ul.layer1 > li > a {
    padding: 8px 0;
    font-size: 1.6rem;
  }
  aside ul.layer2 > li > a {
    padding: 8px 0;
    font-size: 1.6rem;
  }
  aside ul.layer3 > li > a {
    padding: 8px 0;
    font-size: 1.6rem;
  }
}

/*========== index mobile ==========*/
@media (max-width: 1440px) {
  .index-section-title {
    margin-bottom: 40px;
  }
  .index-section-title .en {
    font-size: 4rem;
  }
  .index-section-title .tw {
    margin-top: 5px;
  }
  .index-video {
    padding: 80px 0 100px 0;
  }
  .index-video .index-video-right:after {
    display: none;
  }
  .index-news {
    padding-bottom: 80px;
  }
  .index-about {
    padding: 80px 0 100px 0;
  }
  .index-solution {
    padding: 80px 0 100px 0;
  }
  .index-contact {
    padding: 80px 0 100px 0;
  }
}

@media (max-width: 1280px) {
  .index-section-title .en {
    font-size: 3.2rem;
  }
  .index-more a {
    padding: 10px 15px;
  }
  .index-banner .arrow {
    width: 45px;
    height: 45px;
  }
  .index-banner .arrow::before, .index-banner .arrow:after {
    height: 15px;
  }
  .index-banner .arrow.prev {
    left: 20px;
  }
  .index-banner .arrow.prev::before {
    top: 11px;
  }
  .index-banner .arrow.prev:after {
    top: 21px;
  }
  .index-banner .arrow.next {
    right: 20px;
  }
  .index-banner .arrow.next::before {
    top: 11px;
  }
  .index-banner .arrow.next:after {
    top: 21px;
  }
  .index-banner .slick-dots {
    bottom: 20px;
  }
  .index-banner .slick-dots li {
    margin: 0 5px;
  }
  .index-banner .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .index-video {
    padding: 60px 0;
  }
  .index-video .index-video-left {
    padding-right: 40px;
    width: 40%;
  }
  .index-video .index-video-left .title {
    margin-bottom: 20px;
  }
  .index-video .index-video-left .title .tw {
    font-size: 3rem;
  }
  .index-video .index-video-left .title .en {
    font-size: 2rem;
  }
  .index-video .index-video-left .txt {
    margin-bottom: 40px;
  }
  .index-video .index-video-right {
    width: 60%;
  }
  .EN .index-video .index-video-left .title .tw {
    display: none;
  }
  .EN .index-video .index-video-left .title .en {
    font-size: 3rem;
  }
  .index-news {
    padding: 60px 0;
  }
  .index-news-list {
    margin: -15px;
  }
  .index-news-box {
    padding: 15px;
  }
  .index-news-box .content {
    padding: 15px 20px;
  }
  .index-news-box .title {
    margin-bottom: 15px;
  }
  .index-about {
    padding: 60px 0 80px 0;
  }
  .index-solution {
    padding: 60px 0 80px 0;
  }
  .index-contact {
    padding: 60px 0 80px 0;
  }
  .index-contact-left {
    padding-left: 0;
  }
  .index-contact-right {
    padding-right: 0;
    padding-left: 40px;
  }
}

@media (max-width: 1024px) {
  .index-solution-box {
    width: calc(100% / 3);
  }
}

@media (max-width: 960px) {
  .index-section-title {
    margin-bottom: 20px;
  }
  .index-section-title .tw {
    font-size: 1.8rem;
  }
  .index-video {
    padding: 40px 0;
    background: none;
  }
  .index-video .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-video .index-video-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .index-video .index-video-left .txt {
    margin-bottom: 20px;
  }
  .index-video .index-video-right {
    width: 100%;
  }
  .index-news {
    padding: 40px 0;
  }
  .index-news .index-more {
    margin-top: 40px;
  }
  .index-news-list {
    margin: -5px;
  }
  .index-news-box {
    padding: 5px 5px 30px 5px;
  }
  .index-news-box .content {
    margin: -20px auto auto auto;
    width: calc(100% - 20px);
    padding: 10px 15px;
  }
  .index-news-box .title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    height: 4.8rem;
    margin-bottom: 10px;
  }
  .index-about {
    padding: 40px 0;
  }
  .index-about .index-more {
    margin-top: 40px;
  }
  .index-solution {
    padding: 40px 0;
  }
  .index-solution .index-more {
    margin-top: 40px;
  }
  .index-contact {
    padding: 40px 0;
    background: #f5f5f5;
  }
  .index-contact-info .info-box {
    padding: 15px 0;
  }
  .index-contact-info .info-box .title {
    padding-left: 50px;
    width: 220px;
  }
  .index-contact-info .info-box .title::before {
    width: 25px;
    height: 23px;
    top: 0;
  }
  .index-contact-info .info-box .content {
    width: calc(100% - 220px);
  }
}

@media (max-width: 768px) {
  .index-solution-list {
    margin: -10px auto;
  }
  .index-solution-box {
    padding: 10px;
  }
  .index-solution-box a {
    padding: 20px 15px 15px 15px;
    min-height: 220px;
  }
  .index-solution-box figure {
    width: 60px;
  }
  .index-contact .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-contact-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .index-contact-left .index-contact-txt {
    font-size: 1.6rem;
  }
  .index-contact-left .index-more {
    margin-top: 30px;
  }
  .index-contact-right {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .index-more a {
    padding: 10px;
  }
  .index-banner .arrow {
    width: 35px;
    height: 35px;
  }
  .index-banner .arrow::before, .index-banner .arrow:after {
    height: 12px;
  }
  .index-banner .arrow.prev {
    left: 10px;
  }
  .index-banner .arrow.prev::before {
    top: 8px;
  }
  .index-banner .arrow.prev:after {
    top: 16px;
  }
  .index-banner .arrow.next {
    right: 10px;
  }
  .index-banner .arrow.next::before {
    top: 8px;
  }
  .index-banner .arrow.next:after {
    top: 16px;
  }
  .index-banner .slick-dots {
    bottom: 15px;
  }
  .index-news .index-more {
    margin-top: 20px;
  }
  .index-news-box {
    width: 50%;
    padding: 5px 5px 20px 5px;
  }
  .index-news-box .content {
    width: 100%;
    padding: 5px 10px;
    margin-top: 0;
  }
  .index-news-box .title {
    margin-bottom: 5px;
  }
  .index-solution-box {
    width: 50%;
  }
  .index-solution-box .title .tw {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .index-contact-info .info-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
  .index-contact-info .info-box .title {
    width: 100%;
    margin-bottom: 10px;
  }
  .index-contact-info .info-box .content {
    width: 100%;
    padding-left: 50px;
    font-size: 1.6rem;
  }
  .index-contact-info .info-box.sns .sns-list li {
    margin-right: 15px;
  }
  .index-contact-info .info-box.sns .sns-list li a {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .index-more a {
    width: 100%;
    display: block;
    padding: 8px 10px;
  }
  .index-banner .arrow {
    width: 30px;
    height: 30px;
  }
  .index-banner .arrow::before, .index-banner .arrow:after {
    height: 10px;
  }
  .index-banner .arrow.prev {
    left: 0;
  }
  .index-banner .arrow.prev::before {
    top: 7px;
  }
  .index-banner .arrow.prev:after {
    top: 13px;
  }
  .index-banner .arrow.next {
    right: 0;
  }
  .index-banner .arrow.next::before {
    top: 7px;
  }
  .index-banner .arrow.next:after {
    top: 13px;
  }
  .index-video {
    padding: 30px 0 40px 0;
  }
  .index-video .index-video-left .title .tw {
    font-size: 2.4rem;
  }
  .index-video .index-video-left .title .en {
    font-size: 1.8rem;
  }
  .index-news-box {
    width: 100%;
  }
  .index-news-box .content {
    padding: 10px 15px;
  }
  .index-solution-box {
    width: 100%;
  }
  .index-solution-box a {
    min-height: initial;
  }
}

/*========== about mobile ==========*/
/*========== contact mobile ==========*/
@media (max-width: 1280px) {
  .contact-info {
    width: 40%;
  }
  .contact-form {
    width: 60%;
    padding-left: 40px;
  }
}

@media (max-width: 960px) {
  .contact-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-info {
    width: 100%;
    margin-bottom: 40px;
  }
  .contact-form {
    width: 100%;
    padding-left: 0;
  }
  .company-box {
    margin-bottom: 20px;
  }
  .company-box .title {
    margin-bottom: 10px;
  }
  .company-box .map {
    margin-top: 15px;
  }
}

@media (max-width: 640px) {
  .contact-form form .box {
    margin-bottom: 20px;
  }
  .contact-form form .box .title {
    padding-left: 0;
  }
  .contact-form form .box.company-name {
    width: 100%;
  }
  .contact-form form .box.uniform-numbers {
    width: 100%;
  }
  .contact-form form .box.name, .contact-form form .box.tel, .contact-form form .box.cell-phone {
    width: 100%;
  }
  .contact-form form .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .contact-form form .btn button {
    max-width: 100%;
    margin: 0 15px;
    font-size: 1.6rem;
    padding: 10px;
  }
}

@media (max-width: 414px) {
  .contact-form .form-txt {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .contact-form .form-txt2 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .contact-form form .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .contact-form form .box .title {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .contact-form form .box .content {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .contact-form form .captcha .g-recaptcha > div {
    margin-left: -10px;
  }
}

/*========== equipment mobile ==========*/
/*========== news mobile ==========*/
@media (max-width: 1280px) {
  .news-box {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .news-box {
    width: calc(100% / 3);
  }
}

@media (max-width: 768px) {
  .news-list {
    margin: -5px;
  }
  .news-box {
    padding: 5px;
  }
}

@media (max-width: 640px) {
  .news-box {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .news-box {
    width: 100%;
  }
  .news-box .title {
    font-size: 1.6rem;
    line-height: 2rem;
    height: 4rem;
  }
}

@media (max-width: 375px) {
  .news-box {
    width: 100%;
  }
}

/*========== partner mobile ==========*/
@media (max-width: 640px) {
  .partner-box {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .partner-list {
    margin: -5px;
  }
  .partner-box {
    padding: 5px;
  }
}

/*========== products mobile ==========*/
/*========== recruit mobile ==========*/
@media (max-width: 1280px) {
  .recruit-group {
    margin: 40px 0 20px 0;
  }
  .recruit-left {
    width: 40%;
  }
  .recruit-right {
    width: 60%;
    padding-left: 40px;
  }
}

@media (max-width: 960px) {
  .recruit-group {
    margin: 40px 0 0 0;
  }
  .recruit-right .title {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
  .recruit-right .txt ul li {
    margin: 10px 0;
  }
  .recruit-right .more a {
    font-size: 1.8rem;
  }
}

@media (max-width: 640px) {
  .recruit-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .recruit-right {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .recruit-group {
    margin: 0;
  }
}

/*========== search mobile ==========*/
@media (max-width: 960px) {
  .search-list {
    margin: -10px;
  }
  .search-box {
    padding: 10px;
  }
  .search-form {
    margin-bottom: 30px;
  }
  .search-form .box .title {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .search-box {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .search-form .box .title {
    text-align: center;
  }
  .search-form .btn button {
    max-width: 100%;
    margin: 0 15px;
    padding: 10px;
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .search-box {
    width: 100%;
  }
  .search-box .title {
    font-size: 1.8rem;
  }
  .search-form {
    margin-bottom: 20px;
  }
  .search-form .box .title {
    font-size: 2rem;
  }
  .search-form .box input {
    padding: 10px;
  }
}

/*========== solution mobile ==========*/
@media (max-width: 1280px) {
  .solution-box {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .solution-box {
    width: calc(100% / 3);
  }
}

@media (max-width: 768px) {
  .solution-list {
    margin: -5px;
  }
  .solution-box {
    padding: 5px;
  }
}

@media (max-width: 640px) {
  .solution-box {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .solution-box .title {
    font-size: 1.6rem;
  }
}

@media (max-width: 375px) {
  .solution-box {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */