@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
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: 1400px;
}

.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 {
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 40px;
  z-index: 1;
}

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: 247px;
  position: relative;
}

header .logo a {
  width: 100%;
  height: 62px;
  text-indent: -99999px;
  background: url(../images/logo.png) no-repeat center left;
  display: block;
  background-size: contain;
  margin: auto;
}

header .right-block {
  z-index: 1;
}

#Page header {
  position: static;
  padding: 25px 0;
}

#Page header .logo a {
  background: url(../images/logo-dark.png) no-repeat center left;
}

.main-menu {
  display: inline-block;
}

.main-menu ul li {
  display: inline-block;
  position: relative;
}

.main-menu ul li a {
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  display: block;
  font-weight: bold;
}

.main-menu ul li a:hover {
  background: #182c52;
}

.main-menu ul li:last-child::after {
  display: none;
}

#Page .main-menu ul li a {
  color: #182c52;
}

#Page .main-menu ul li a:hover {
  color: #fff;
}

.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: #182c52;
}

.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: #182c52;
  color: #fff;
  padding: 80px 0 50px 0;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .bottom-block .container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .bottom-block .right {
  text-align: right;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-logo img {
  display: block;
  max-width: 100%;
}

.footer-menu {
  display: inline-block;
  position: relative;
  text-align: right;
}

.footer-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.footer-menu ul li a {
  color: #fff;
  padding: 12px 20px;
  border-radius: 25px;
  display: block;
  font-weight: bold;
}

.footer-menu ul li a:hover {
  background: #00b3e6;
  color: #182c52;
}

.footer-menu ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #7f838b;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-menu ul li:last-child {
  margin-right: 0;
}

.footer-menu ul li:last-child::after {
  display: none;
}

.footer-info {
  width: 320px;
  max-width: 100%;
}

.footer-info .company-name {
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.footer-info .company-name .tw {
  font-weight: bold;
}

.footer-info .company-name .en {
  font-size: 1.3rem;
}

.footer-info ul li {
  font-size: 1.3rem;
  margin-bottom: 4px;
}

.footer-info ul li a {
  color: #fff;
}

.footer-info ul li a:hover {
  color: #00b3e6;
}

.footer-sns {
  margin-bottom: 20px;
}

.footer-sns ul li {
  display: inline-block;
  margin-right: 15px;
}

.footer-sns ul li a {
  font-size: 2rem;
  color: #fff;
}

.footer-sns ul li.instagram a {
  font-size: 2.4rem;
}

.footer-sns ul li:last-child {
  margin-right: 0;
}

.copyright {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.iware {
  font-size: 1.3rem;
  opacity: 0.5;
}

.iware a {
  color: #fff;
}

/*===== page main =====*/
/*===== page banner =====*/
.page-banner {
  background-position: center;
  background-repeat: no-repeat;
  height: 0;
  width: 100%;
  padding-bottom: calc((300 / 1920) * 100%);
  position: relative;
  background-size: cover;
}

.about-main .page-banner {
  background-image: url(../images/banner-about.jpg);
}

.case-main .page-banner {
  background-image: url(../images/banner-case.jpg);
}

.contact-main .page-banner {
  background-image: url(../images/banner-contact.jpg);
}

.equipment-main .page-banner {
  background-image: url(../images/banner-equipment.jpg);
}

.process-main .page-banner {
  background-image: url(../images/banner-process.jpg);
}

.products-main .page-banner {
  background-image: url(../images/banner-products.jpg);
}

/* 頁面標題 */
.page-article {
  padding: 110px 0;
}

aside {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 70px;
}

aside ul.layer1 > li {
  display: inline-block;
  margin-left: -4px;
}

aside ul.layer1 > li > a {
  display: block;
  padding: 15px 30px;
  color: #000;
}

aside ul.layer1 > li.active > a {
  background: #00b3e6;
  color: #fff;
}

aside ul.layer1 > li.active:hover > a {
  background: #00b3e6;
  color: #fff;
}

aside ul.layer1 > li:hover > a {
  background: #182c52;
  color: #fff;
}

aside ul.layer1 > li:first-child {
  margin-left: 0;
}

.article-section {
  width: 100%;
  position: relative;
}

/*===== breadCrumb =====*/
.page-toptitle-block {
  background: #182c52;
  padding: 14px 0;
}

.page-toptitle-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;
}

.page-toptitle-block .page-toptitle {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.breadCrumb ul li {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.breadCrumb ul li a {
  color: #fff;
}

.breadCrumb ul li.home {
  padding-left: 20px;
  position: relative;
}

.breadCrumb ul li.home::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.breadCrumb ul li:after {
  content: "/";
  display: inline-block;
  margin: 0 5px 0 7px;
  font-weight: bold;
  color: #aaa;
}

.breadCrumb ul li:last-child:after {
  display: none;
}

.page-main-title {
  margin-bottom: 50px;
  font-size: 4rem;
  color: #182c52;
  position: relative;
  padding-left: 30px;
  letter-spacing: 3px;
}

.page-main-title::before {
  content: "";
  display: block;
  background: #182c52;
  width: 10px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 3px;
}

/*===== 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: 120px;
}

.pagination .page_num {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #555;
  border-radius: 50%;
  font-size: 1.5rem;
}

.pagination .page_num.active, .pagination .page_num:hover {
  background: #00b3e6;
  color: #fff;
}

.pagination .page_num.page_arrow {
  color: #999;
  font-size: 1.8rem;
}

.pagination .page_num.page_arrow:hover {
  color: #182c52;
  background: #eee;
}

.pagination .page_num.page_arrow_prev {
  margin-right: 20px;
}

.pagination .page_num.page_arrow_next {
  margin-left: 20px;
}

.pagination .page_dot {
  display: inline-block;
  padding: 10px;
  text-align: center;
  margin: 0 3px;
}

.pagination .page_select {
  display: inline-block;
  margin-left: 10px;
}

.pagination .page_select .num_input {
  border: 1px solid #cfcfcf;
  width: 40px;
  height: 30px;
  padding: 3px 5px;
}

/*===== btn-style =====*/
.btn-style button {
  background: none;
  border: none;
  display: inline-block;
}

.totop {
  position: fixed;
  right: 0;
  bottom: 200px;
}

.totop span {
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 1.5rem;
  background: #182c52;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.totop span:hover {
  background: #00b3e6;
  color: #182c52;
}

/*===== page main centent =====*/
/*========= index ==========*/
/*========== index-banner ==========*/
.index-banner .pic img {
  display: block;
  max-width: 100%;
}

/*========== index-about ==========*/
.index-about {
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-about .left {
  width: calc((820 / 1920) * 100%);
}

.index-about .left .pic img {
  display: block;
  max-width: 100%;
  margin-left: auto;
}

.index-about .right {
  width: calc((1060 / 1920) * 100%);
  padding-right: 13%;
  padding-left: 50px;
}

.index-about .title {
  color: #182c52;
  font-size: 4.2rem;
  margin: 40px 0;
}

.index-about .txt {
  margin-bottom: 60px;
}

.index-about .more {
  display: block;
}

.index-about .more a {
  display: inline-block;
  padding: 20px 40px;
  color: #fff;
  background: #182c52;
}

.index-about .more a:hover {
  background: #00b3e6;
  color: #182c52;
}

/*========== index-products ==========*/
.index-products {
  padding-bottom: 180px;
}

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

.index-products-box {
  width: 25%;
}

.index-products-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index-products-box figure {
  display: block;
}

.index-products-box .box-pic {
  width: 100%;
}

.index-products-box .pic {
  position: relative;
  padding-bottom: 100%;
  text-align: center;
  overflow: hidden;
  height: 0;
}

.index-products-box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index-products-box .pic iframe,
.index-products-box .pic object,
.index-products-box .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.index-products-box .content {
  width: 100%;
  padding: 80px 50px 50px 50px;
  text-align: center;
  height: 475px;
}

.index-products-box .content .box-icon {
  margin: 0 auto 25px auto;
  width: 120px;
}

.index-products-box .content .icon {
  position: relative;
  padding-bottom: 100%;
  text-align: center;
  overflow: hidden;
  height: 0;
}

.index-products-box .content .icon img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index-products-box .content .icon iframe,
.index-products-box .content .icon object,
.index-products-box .content .icon embed {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.index-products-box .title {
  font-size: 2.2rem;
  color: #222;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

.index-products-box .title::after {
  content: "\f151";
  font-family: "Font Awesome 5 Free";
  color: #182c52;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 10px;
  background: #fff;
  font-weight: bold;
}

.index-products-box .txt {
  font-size: 1.5rem;
  color: #555;
  padding: 0 20px;
  line-height: 2.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 9.2rem;
}

.index-products-box:nth-child(odd) a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/*========== index-case ==========*/
.index-case {
  padding-bottom: 110px;
}

.index-case-title {
  font-size: 4.2rem;
  color: #fff;
  text-align: center;
  padding: 110px 0 140px 0;
  background: url(../images/index-case-bg.jpg) no-repeat center top;
}

.index-case-list {
  padding-bottom: 140px;
}

.index-case-list .slick-list {
  overflow: initial;
}

.index-case-list .index-case-box figure {
  border: 1px solid #fff;
  position: relative;
}

.index-case-list .index-case-box .pic {
  position: relative;
  padding-bottom: calc((450 / 600) * 100%);
  text-align: center;
  overflow: hidden;
  height: 0;
}

.index-case-list .index-case-box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index-case-list .index-case-box .pic iframe,
.index-case-list .index-case-box .pic object,
.index-case-list .index-case-box .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.index-case-list .index-case-box .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-case-list .index-case-box .mask .logo {
  margin-bottom: 20px;
}

.index-case-list .index-case-box .mask .logo img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.index-case-list .index-case-box .mask .title {
  font-size: 3rem;
  width: 100%;
}

.index-case-list .slick-slide {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}

.index-case-list .slick-current {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  z-index: 30;
  position: relative;
}

.index-case-list .slick-current .index-case-box figure {
  border: 5px solid #fff;
}

.index-case-list .slick-current .index-case-box .pic:after {
  display: none;
}

.index-case-list .slick-current .index-case-box .mask .group {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.index-case-list .slick-current .index-case-box:hover .mask {
  opacity: 1;
}

.index-case-list .arrow-btn {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  display: block;
  z-index: 1;
  font-size: 1.2rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 28px;
  border: 1px solid #999;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-case-list .arrow-btn:hover {
  border-color: #182c52;
}

.index-case-list .prev-btn {
  left: calc(50% - 40px);
}

.index-case-list .next-btn {
  right: calc(50% - 40px);
}

/*========= about ==========*/
.about-section1 .about-section1-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-section1 .about-section1-box .left {
  width: calc((740 / 1400) * 100%);
}

.about-section1 .about-section1-box .right {
  width: calc((660 / 1400) * 100%);
}

.about-section1 .about-section1-box .box-content .title {
  color: #182c52;
  font-size: 4.2rem;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

.about-section1 .about-section1-box .box-content .txt {
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.about-section1 .about-section1-box .box-content .txt p {
  margin: 20px 0;
}

.about-section1 .about-section1-box .box-content .txt span {
  font-size: 2rem;
  color: #1666b1;
}

.about-section1 .about-section1-box .box-content .txt .title-style {
  color: #182c52;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 10px;
}

.about-section1 .about-section1-box .pic-list {
  position: relative;
}

.about-section1 .about-section1-box .pic-list .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 4px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 0 20px 0;
}

.about-section1 .about-section1-box .pic-list .slick-dots li {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: 0 6px;
  background: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.about-section1 .about-section1-box .pic-list .slick-dots li button {
  display: block;
  background: none;
  border: none;
  font-size: 0;
  height: 100%;
  cursor: pointer;
}

.about-section1 .about-section1-box .pic-list .slick-dots li.slick-active {
  background: #54e2ff;
}

.about-section1 .about-section1-box.box1 .pic-list .pic {
  position: relative;
  padding-bottom: 75%;
  text-align: center;
  overflow: hidden;
  height: 0;
}

.about-section1 .about-section1-box.box1 .pic-list .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.about-section1 .about-section1-box.box1 .pic-list .pic iframe,
.about-section1 .about-section1-box.box1 .pic-list .pic object,
.about-section1 .about-section1-box.box1 .pic-list .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.about-section1 .about-section1-box.box1 .box-content {
  padding: 40px 0 50px 60px;
}

.about-section1 .about-section1-box.box2 .pic-list .pic {
  position: relative;
  padding-bottom: 75.11381%;
  text-align: center;
  overflow: hidden;
  height: 0;
}

.about-section1 .about-section1-box.box2 .pic-list .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.about-section1 .about-section1-box.box2 .pic-list .pic iframe,
.about-section1 .about-section1-box.box2 .pic-list .pic object,
.about-section1 .about-section1-box.box2 .pic-list .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.about-section1 .about-section1-box.box2 .box-content {
  padding: 40px 60px 50px 0;
}

.about-section2 {
  padding: 80px 0;
}

.about-section2 .about-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -60px;
}

.about-section2 .about-icon-box {
  width: 25%;
  padding: 25px 60px 95px 60px;
  border-right: 1px solid #ddd;
}

.about-section2 .about-icon-box figure {
  margin-bottom: 20px;
}

.about-section2 .about-icon-box .pic img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.about-section2 .about-icon-box .content {
  color: #222;
  text-align: center;
}

.about-section2 .about-icon-box .content .title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.about-section2 .about-icon-box .content .txt {
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.about-section2 .about-icon-box:last-child {
  border-right: none;
}

.about-section3 {
  background: url(../images/about-info-bg.jpg) no-repeat left;
  padding: 60px 0 130px 0;
}

.about-section3 .about-section3-title {
  font-size: 4.2rem;
  color: #182c52;
  margin-bottom: 40px;
}

.about-section3 .about-section3-info .company-name {
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
  font-size: 2rem;
}

.about-section3 .about-section3-info ul li {
  margin-bottom: 5px;
  color: #333;
}

.about-section4 {
  padding: 110px 0;
}

.organizational-chart-pic img {
  display: block;
  max-width: 100%;
  margin: auto;
}

/*========= case ==========*/
.case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}

.case-list .case-box {
  width: calc(100% / 3);
  padding: 0 25px;
  margin: 0 0 30px 0;
  height: auto;
}

.case-list .case-box figure {
  margin-bottom: 10px;
  position: relative;
}

.case-list .case-box figure .border {
  padding: 5px;
  border: 1px solid #eee;
}

.case-list .case-box .pic {
  position: relative;
  padding-bottom: calc((450 / 600) * 100%);
  text-align: center;
  overflow: hidden;
  height: 0;
}

.case-list .case-box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.case-list .case-box .pic iframe,
.case-list .case-box .pic object,
.case-list .case-box .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.case-list .case-box .mask {
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.case-list .case-box .mask .logo {
  margin-bottom: 5px;
}

.case-list .case-box .mask .logo img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.case-list .case-box .mask .title {
  font-size: 2rem;
  width: 100%;
  text-transform: uppercase;
}

.case-list .case-box:hover .mask {
  opacity: 1;
}

.case-list .case-area {
  color: #fff;
  font-size: 1.4rem;
}

.case-list .case-area .case-area-title {
  display: inline-block;
}

.case-list .case-area .case-area-txt {
  display: inline-block;
}

.case-list .case-date {
  color: #fff;
  font-size: 1.4rem;
}

.case-list .case-date .case-date-title {
  display: inline-block;
}

.case-list .case-date .case-date-txt {
  display: inline-block;
}

.case-list .info-box {
  margin-bottom: 40px;
}

.case-list .info-box .info-title {
  color: #9bf2ff;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.case-list .info-box .info-txt {
  color: #fff;
}

.case-list .info-box.info-box1 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #999;
}

.case-list.og-grid li.og-expanded > a::after {
  border-bottom-color: #182c52;
}

.case-list .og-expander {
  background: #182c52;
}

.case-list .og-close {
  right: 20px;
  top: 20px;
}

.case-list .og-close::before, .case-list .og-close::after {
  background: #fff;
}

.case-list .og-close:hover::before, .case-list .og-close:hover::after {
  background: #00b3e6;
}

.case-list .og-details h3 {
  color: #fff;
  font-size: 2.5rem;
}

.case-list .og-fullimg,
.case-list .og-details {
  overflow: visible;
}

.case-list .og-expander-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
}

.case-list .og-expander-inner .group {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case-list .og-fullimg {
  width: calc((600 / 1300) * 100%);
  display: block;
  float: none;
}

.case-list .og-details {
  width: calc((700 / 1300) * 100%);
  padding-left: 35px;
  padding-right: 20px;
  display: block;
  float: none;
}

.case-list .og-details a {
  display: none !important;
}

.case-list .og-details p {
  color: #fff;
}

.case-list .og-details h3 {
  padding: 10px 0;
}

.case-detail-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.case-detail-pic .big-pic {
  margin: auto;
  margin-bottom: 20px;
  width: 100%;
}

.case-detail-pic .big-pic .box .pic {
  position: relative;
  padding-bottom: calc((450 / 600) * 100%);
  text-align: center;
  overflow: hidden;
  height: 0;
}

.case-detail-pic .big-pic .box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.case-detail-pic .big-pic .box .pic iframe,
.case-detail-pic .big-pic .box .pic object,
.case-detail-pic .big-pic .box .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.case-detail-pic .small-pic {
  margin: auto;
  position: relative;
  width: 100%;
  padding: 0 20px;
}

.case-detail-pic .small-pic .box {
  padding: 5px;
}

.case-detail-pic .small-pic .box .pic {
  cursor: pointer;
  position: relative;
  padding-bottom: calc((450 / 600) * 100%);
  text-align: center;
  overflow: hidden;
  height: 0;
}

.case-detail-pic .small-pic .box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.case-detail-pic .small-pic .box .pic iframe,
.case-detail-pic .small-pic .box .pic object,
.case-detail-pic .small-pic .box .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.case-detail-pic .small-pic .box .pic::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.case-detail-pic .small-pic .slick-current .box .pic img {
  opacity: 1;
}

.case-detail-pic .small-pic .slick-current .box .pic::after {
  opacity: 0;
}

.case-detail-pic .small-pic .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  color: #ccc;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.case-detail-pic .small-pic .arrow:hover {
  color: #182c52;
}

.case-detail-pic .small-pic .prev {
  left: -15px;
}

.case-detail-pic .small-pic .next {
  right: -15px;
}

/*========= contact ==========*/
.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}

.contact-info .box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-info .box .icon {
  width: 50px;
}

.contact-info .box .icon img {
  display: block;
  max-width: 100%;
}

.contact-info .box .content {
  width: calc(100% - 50px);
  padding-left: 15px;
  color: #333;
  font-size: 1.5rem;
}

.contact-info .box .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.contact-info .box .txt a {
  color: #0e64a6;
  text-decoration: underline;
}

.contact-info .box .txt a:hover {
  color: #182c52;
}

.contact-map {
  margin-bottom: 60px;
  position: relative;
}

.contact-map .map {
  width: 100%;
  height: 450px;
}

.contact-map .map iframe {
  width: 100%;
  height: 100%;
}

.contact-map:after {
  content: "";
  display: block;
  background: url(../images/contact-map-shadow.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.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;
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.contact-form form .box .title {
  font-size: 1.5rem;
  color: #555;
  text-align: right;
  width: 80px;
  padding-right: 10px;
}

.contact-form form .box .content {
  width: calc(100% - 80px);
}

.contact-form form .box .content input[type="text"],
.contact-form form .box .content input[type="email"],
.contact-form form .box .content input[type="tel"],
.contact-form form .box .content textarea,
.contact-form form .box .content select {
  width: 100%;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding:5px 10px;
  border: 1px solid #dddddd;
  font-size: 1.6rem;
}

.contact-form form .box .content input[type="text"],
.contact-form form .box .content input[type="email"],
.contact-form form .box .content input[type="tel"],
.contact-form form .box .content select {
  height: 40px;
}

.contact-form form .box.name, .contact-form form .box.company-name, .contact-form form .box.email, .contact-form form .box.address, .contact-form form .box.phone1, .contact-form form .box.phone2 {
  width: calc((100% - 60px) / 3);
}

.contact-form form .box.name .content input[type="text"] {
  display: inline-block;
  width: calc(100% - 150px);
}

.contact-form form .box.inquiry-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form form .box.inquiry-item .content select {
  width: 170px;
}

.contact-form form .box.inquiry-item .content input {
  width: calc(100% - 170px);
}

.contact-form form .part {
  display: inline-block;
  margin-right: 10px;
}

.contact-form form .part:last-child {
  margin-right: 0;
}

.contact-form form .captcha {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.contact-form form .captcha .g-recaptcha > div {
  margin: auto;
}

.contact-form form .btn {
  text-align: center;
  width: 100%;
}

.contact-form form .btn button {
  margin: auto;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 150px;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  padding: 12px 0;
}

.contact-form form .btn button.send {
  background: #182c52;
}

.contact-form form .btn button.send:hover {
  background: #00b3e6;
  color: #182c52;
}

.contact-form form .btn button.reset {
  background: #777777;
}

.contact-form form .btn button.reset:hover {
  background: #00b3e6;
  color: #182c52;
}

/*========= equipment ==========*/
.equipment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}

.equipment-list .equipment-box {
  width: calc(100% / 3);
  padding: 0 25px;
  margin-bottom: 30px;
}

.equipment-list .equipment-box figure {
  margin-bottom: 10px;
}

.equipment-list .equipment-box figure .border {
  padding: 5px;
  border: 1px solid #eee;
}

.equipment-list .equipment-box .pic {
  position: relative;
  padding-bottom: 100%;
  text-align: center;
  overflow: hidden;
  height: 0;
}

.equipment-list .equipment-box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.equipment-list .equipment-box .pic iframe,
.equipment-list .equipment-box .pic object,
.equipment-list .equipment-box .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.equipment-list .equipment-box .title {
  text-align: center;
  font-size: 1.8rem;
  color: #333;
}

/*========= process ==========*/
.process-atricle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.process-atricle-block .process-atricle-pic {
  width: 120px;
}

.process-atricle-block .process-atricle-pic .pic img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.process-atricle-block .unreset {
  width: calc(100% - 120px);
  padding-left: 30px;
}

.process-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px 60px -25px;
}

.process-list .process-list-title {
  width: 100%;
  position: relative;
  margin-left: 25px;
  margin-bottom: 40px;
}

.process-list .process-list-title span {
  font-size: 3rem;
  color: #182c52;
  background: #fff;
  display: inline-block;
  padding: 0 15px 0 45px;
  position: relative;
}

.process-list .process-list-title span::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "\f152";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.process-list .process-list-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  top: 50%;
  left: 0;
  z-index: -1;
}

.process-list .process-box {
  width: calc(100% / 3);
  padding: 0 25px;
  margin-bottom: 30px;
}

.process-list .process-box figure {
  margin-bottom: 10px;
}

.process-list .process-box figure .border {
  padding: 5px;
  border: 1px solid #eee;
}

.process-list .process-box .pic {
  position: relative;
  padding-bottom: 100%;
  text-align: center;
  overflow: hidden;
  height: 0;
}

.process-list .process-box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.process-list .process-box .pic iframe,
.process-list .process-box .pic object,
.process-list .process-box .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.process-list .process-box .title {
  text-align: center;
  font-size: 1.8rem;
  color: #333;
}

.process-list .process-box.video-box .video {
  position: relative;
  padding-bottom: 100%;
  text-align: center;
  overflow: hidden;
  height: 0;
}

.process-list .process-box.video-box .video img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.process-list .process-box.video-box .video iframe,
.process-list .process-box.video-box .video object,
.process-list .process-box.video-box .video embed {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

/*========= products ==========*/
.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
}

.products-list .products-box {
  width: calc(100% / 3);
  padding: 0 25px;
  margin-bottom: 30px;
}

.products-list .products-box figure {
  margin-bottom: 10px;
  position: relative;
}

.products-list .products-box figure .border {
  padding: 5px;
  border: 1px solid #eee;
}

.products-list .products-box .pic {
  position: relative;
  padding-bottom: calc((600 / 800) * 100%);
  text-align: center;
  overflow: hidden;
  height: 0;
}

.products-list .products-box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.products-list .products-box .pic iframe,
.products-list .products-box .pic object,
.products-list .products-box .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.products-list .products-box .title {
  text-align: center;
  font-size: 1.8rem;
  color: #333;
}

.products-list .products-box .mask {
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products-list .products-box .mask .logo {
  margin-bottom: 5px;
}

.products-list .products-box .mask .logo img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.products-list .products-box .mask .more {
  font-size: 2rem;
  width: 100%;
  text-transform: uppercase;
}

.products-list .products-box:hover .mask {
  opacity: 1;
}

.products-detail-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.products-detail-pic .pic-block {
  width: calc((800 / 1400) * 100%);
}

.products-detail-pic .info-block {
  width: calc((600 / 1400) * 100%);
  padding-left: 50px;
}

.products-detail-pic .info-block .pro-title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 40px;
  color: #333;
}

.products-detail-pic .info-block .pro-title .sub {
  font-size: 1.5rem;
  color: #888;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

.products-detail-pic .info-block .sort {
  margin-bottom: 40px;
}

.products-detail-pic .info-block .sort ul {
  padding-left: 15px;
  border-left: 1px solid #00b3e6;
}

.products-detail-pic .info-block .sort ul li {
  margin-bottom: 5px;
  font-size: 1.5rem;
  color: #182c52;
  font-weight: bold;
}

.products-detail-pic .info-block .sort ul li:last-child {
  margin-bottom: 0;
}

.products-detail-pic .info-block .sort ul .title {
  display: inline-block;
  font-weight: bold;
}

.products-detail-pic .info-block .sort ul .txt {
  display: inline-block;
}

.products-detail-pic .info-block .info-list {
  margin-bottom: 40px;
}

.products-detail-pic .info-block .info-list .info-title {
  font-weight: bold;
  color: #182c52;
  font-size: 1.5rem;
  text-decoration: underline;
  margin-bottom: 20px;
}

.products-detail-pic .info-block .back {
  text-align: center;
}

.products-detail-pic .info-block .back a {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  padding: 18px 0;
  text-align: center;
  border: 1px solid #182c52;
  color: #182c52;
}

.products-detail-pic .info-block .back a:hover {
  background: #182c52;
  color: #fff;
}

.products-detail-pic .big-pic {
  margin: auto;
  margin-bottom: 20px;
}

.products-detail-pic .big-pic .box .pic {
  position: relative;
  padding-bottom: calc((600 / 800) * 100%);
  text-align: center;
  overflow: hidden;
  height: 0;
}

.products-detail-pic .big-pic .box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.products-detail-pic .big-pic .box .pic iframe,
.products-detail-pic .big-pic .box .pic object,
.products-detail-pic .big-pic .box .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.products-detail-pic .small-pic {
  margin: auto;
  position: relative;
}

.products-detail-pic .small-pic .box {
  padding: 5px;
}

.products-detail-pic .small-pic .box .pic {
  cursor: pointer;
  position: relative;
  padding-bottom: calc((600 / 800) * 100%);
  text-align: center;
  overflow: hidden;
  height: 0;
}

.products-detail-pic .small-pic .box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.products-detail-pic .small-pic .box .pic iframe,
.products-detail-pic .small-pic .box .pic object,
.products-detail-pic .small-pic .box .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.products-detail-pic .small-pic .box .pic::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.products-detail-pic .small-pic .slick-current .box .pic img {
  opacity: 1;
}

.products-detail-pic .small-pic .slick-current .box .pic::after {
  opacity: 0;
}

.products-detail-pic .small-pic .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  color: #ccc;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products-detail-pic .small-pic .arrow:hover {
  color: #182c52;
}

.products-detail-pic .small-pic .prev {
  left: -15px;
}

.products-detail-pic .small-pic .next {
  right: -15px;
}

/*========== basic mobile ==========*/
@media (max-width: 1440px) {
  .container {
    padding: 0 20px;
  }
}

/*========== header mobile ==========*/
@media (max-width: 1280px) {
  .main-menu ul li a {
    padding: 8px 15px;
  }
}

@media (max-width: 960px) {
  header {
    padding: 15px 0;
    position: static;
  }
  header .logo a {
    background: url(../images/logo-dark.png) no-repeat center left;
  }
  header .right-block {
    width: 100%;
    position: absolute;
    top: 77px;
    left: 0;
    background: #182c52;
    display: none;
  }
  #Page header {
    padding: 15px 0;
  }
  .phone-bar {
    display: block;
  }
  .main-menu {
    display: block;
  }
  .main-menu ul li {
    display: block;
  }
  .main-menu ul li a {
    text-align: center;
    padding: 15px;
    border-radius: 0;
    border-bottom: 1px solid #eee;
  }
  .main-menu ul li a:hover {
    background: #00b3e6;
    color: #182c52;
  }
  .main-menu ul li:last-child a {
    border-bottom: 0;
  }
  #Page .main-menu ul li a {
    color: #fff;
  }
  #Page .main-menu ul li a:hover {
    background: #00b3e6;
    color: #182c52;
  }
}

@media (max-width: 320px) {
  header .logo a {
    height: 40px;
    background-size: contain;
  }
  header .right-block {
    top: 55px;
  }
}

/*========== footer mobile ==========*/
@media (max-width: 1280px) {
  footer {
    padding: 60px 0 30px 0;
  }
  .footer-menu ul li a {
    padding: 8px 15px;
  }
}

@media (max-width: 640px) {
  footer {
    padding: 30px 0 30px 0;
  }
  footer .container {
    display: block;
  }
  footer .bottom-block .right {
    text-align: center;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-logo img {
    margin: auto;
    max-width: 80%;
  }
  .footer-info {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .footer-info .company-name .en {
    font-size: 1.8rem;
  }
  .footer-info ul li {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .footer-menu {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-menu ul li a {
    font-size: 1.8rem;
    padding: 6px 10px;
  }
  .copyright {
    font-size: 1.6rem;
  }
  .iware {
    font-size: 1.6rem;
  }
}

/*========== pageBasic mobile ==========*/
@media (max-width: 1280px) {
  .page-article {
    padding: 80px 0;
  }
  aside {
    margin-bottom: 40px;
  }
  .pagination {
    margin-top: 80px;
  }
}

@media (max-width: 960px) {
  .page-article {
    padding: 60px 0;
  }
  .page-main-title {
    margin-bottom: 40px;
  }
  .pagination {
    margin-top: 60px;
  }
}

@media (max-width: 640px) {
  .page-banner {
    height: 150px;
  }
  .page-toptitle-block .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-toptitle-block .page-toptitle {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .breadCrumb {
    width: 100%;
    text-align: center;
  }
  aside {
    margin-bottom: 20px;
  }
  aside ul.layer1 > li > a {
    padding: 10px 15px;
  }
  .page-article {
    padding: 30px 0;
  }
  .pagination {
    margin-top: 40px;
  }
  .page-main-title {
    font-size: 3rem;
  }
  .page-main-title::before {
    top: 6px;
  }
}

@media (max-width: 480px) {
  .page-main-title {
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .totop span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .pagination {
    margin-top: 30px;
  }
}

/*========== index mobile ==========*/
@media (max-width: 1680px) {
  .index-about .right {
    padding-right: 100px;
  }
  .index-products-box .content {
    padding: 50px;
    height: 410px;
  }
}

@media (max-width: 1440px) {
  .index-about {
    padding: 80px 0;
  }
  .index-about .title {
    margin: 0 0 20px 0;
  }
  .index-about .right {
    padding-right: 20px;
  }
  .index-products {
    padding-bottom: 80px;
  }
  .index-products-box .content {
    padding: 30px;
    height: 350px;
  }
  .index-products-box .content .box-icon {
    width: 80px;
  }
  .index-case-title {
    padding: 80px 0 100px 0;
  }
}

@media (max-width: 1280px) {
  .index-products {
    padding-bottom: 60px;
  }
  .index-products-box .content {
    padding: 20px;
    height: 320px;
  }
  .index-products-box .content .box-icon {
    width: 60px;
  }
  .index-case {
    padding-bottom: 60px;
  }
  .index-case-list {
    padding-bottom: 100px;
  }
}

@media (max-width: 1024px) {
  .index-case-list {
    padding-bottom: 100px;
  }
  .index-case-list .slick-current {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  .index-case-list .slick-current .index-case-box .mask {
    opacity: 1;
  }
}

@media (max-width: 960px) {
  .index-about {
    padding: 40px 0;
  }
  .index-products {
    padding-bottom: 40px;
  }
  .index-products-box {
    width: 100%;
  }
  .index-products-box .box-pic {
    width: 50%;
  }
  .index-products-box .content {
    width: 50%;
    height: auto;
  }
  .index-products-box:nth-child(odd) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .index-case-title {
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  .index-about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-about .left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 20px;
  }
  .index-about .right {
    width: 100%;
    padding: 0 20px;
  }
  .index-about .txt {
    margin-bottom: 20px;
  }
  .index-about .more {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .index-products-box {
    margin-bottom: 20px;
  }
  .index-products-box .box-pic {
    width: 40%;
  }
  .index-products-box .content {
    width: 60%;
    padding: 10px;
  }
  .index-products-box .content .box-icon {
    width: 40px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .index-products-box .title {
    display: inline-block;
    margin-bottom: 20px;
    border: none;
    padding-bottom: 0;
  }
  .index-products-box .title::after {
    display: none;
  }
  .index-products-box .txt {
    height: auto;
    overflow: visible;
    display: block;
  }
  .index-products-box:nth-child(odd) a {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .index-case {
    padding-bottom: 40px;
  }
  .index-case-title {
    padding: 60px 0 40px 0;
    background-size: cover;
  }
  .index-case-list {
    padding-bottom: 60px;
  }
  .index-case-list .index-case-box .mask .logo {
    margin-bottom: 10px;
  }
  .index-case-list .index-case-box .mask .logo img {
    width: 70px;
  }
  .index-case-list .index-case-box .mask .title {
    font-size: 2rem;
  }
  .index-case-list .slick-current {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .index-case-list .slick-current .index-case-box .mask .group {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 480px) {
  .index-about .title {
    font-size: 3.4rem;
  }
  .index-case-title {
    font-size: 3.4rem;
    padding: 30px 0;
  }
}

/*========== about mobile ==========*/
@media (max-width: 1280px) {
  .about-section1 .about-section1-box .left {
    width: 50%;
  }
  .about-section1 .about-section1-box .right {
    width: 50%;
  }
  .about-section1 .about-section1-box .box-content .title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .about-section1 .about-section1-box.box1 .box-content {
    padding: 20px 0 20px 40px;
  }
  .about-section1 .about-section1-box.box2 .box-content {
    padding: 20px 40px 20px 0;
  }
  .about-section2 {
    padding: 60px 0;
  }
  .about-section3 {
    padding: 40px 0 80px 0;
  }
  .about-section3 .about-section3-title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .about-section4 {
    padding: 80px 0;
  }
}

@media (max-width: 1024px) {
  .about-section2 .about-icon-list {
    margin: 0 -20px;
  }
  .about-section2 .about-icon-box {
    padding: 25px 20px 20px 20px;
  }
  .about-section2 .about-icon-box .pic img {
    width: 80px;
  }
}

@media (max-width: 960px) {
  .about-section2 {
    padding: 40px 0;
  }
  .about-section2 .about-icon-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-section2 .about-icon-box {
    width: 50%;
  }
  .about-section2 .about-icon-box:nth-child(2) {
    border-right: none;
  }
  .about-section2 .about-icon-box:nth-child(3), .about-section2 .about-icon-box:nth-child(4) {
    border-top: 1px solid #ddd;
  }
  .about-section4 {
    padding: 40px 0;
  }
}

@media (max-width: 640px) {
  .about-section1 .about-section1-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-section1 .about-section1-box .left {
    width: 100%;
  }
  .about-section1 .about-section1-box .right {
    width: 100%;
  }
  .about-section1 .about-section1-box.box1 .box-content {
    padding: 20px;
  }
  .about-section1 .about-section1-box.box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-section1 .about-section1-box.box2 .box-content {
    padding: 20px;
  }
  .about-section2 {
    padding: 20px 0;
  }
  .about-section2 .about-icon-list {
    margin: 0 -10px;
  }
  .about-section2 .about-icon-box {
    padding: 20px 10px;
  }
  .about-section3 {
    padding: 0 0 40px 0;
  }
  .about-section4 {
    padding: 30px 0;
  }
}

/*========== case mobile ==========*/
@media (max-width: 1280px) {
  .case-list {
    margin: 0 -15px;
  }
  .case-list .case-box {
    padding: 0 15px;
  }
}

@media (max-width: 960px) {
  .case-list {
    margin: 0 -10px;
  }
  .case-list .case-box {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .case-list .case-box .mask .logo img {
    width: 70px;
  }
  .case-list .case-box .mask .title {
    font-size: 1.6rem;
  }
  .case-list .og-expander-inner {
    padding: 60px 30px 30px 30px;
  }
}

@media (max-width: 768px) {
  .case-list .case-box {
    width: 50%;
    margin-bottom: 15px;
  }
  .case-list .og-expander-inner {
    padding: 50px 15px 15px 15px;
  }
  .case-list .og-expander-inner .group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .case-list .og-fullimg {
    width: 100%;
    height: auto;
  }
  .case-list .og-details {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    height: auto;
  }
  .case-list .og-close {
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 480px) {
  .case-list {
    margin: 0 -5px;
  }
  .case-list .case-box {
    width: 50%;
    padding: 0 5px;
  }
  .case-list .case-box .mask .logo img {
    width: 40px;
  }
  .case-list .case-box .mask .title {
    font-size: 1.4rem;
  }
}

@media (max-width: 320px) {
  .case-list {
    margin: 0;
  }
  .case-list .case-box {
    width: 100%;
    padding: 0;
  }
}

/*========== contact mobile ==========*/
@media (max-width: 1280px) {
  .contact-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 60px;
  }
  .contact-info .box {
    padding-right: 20px;
  }
  .contact-form form .box.name, .contact-form form .box.company-name, .contact-form form .box.email, .contact-form form .box.address, .contact-form form .box.phone1, .contact-form form .box.phone2 {
    width: calc((100% - 40px) / 2);
  }
}

@media (max-width: 960px) {
  .contact-map {
    margin-bottom: 40px;
  }
  .contact-info {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .contact-form form .box.name, .contact-form form .box.company-name, .contact-form form .box.email, .contact-form form .box.address, .contact-form form .box.phone1, .contact-form form .box.phone2 {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .contact-map {
    margin-bottom: 20px;
  }
  .contact-map .map {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .contact-form form .box {
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-form form .box .title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 5px;
    text-align: left;
  }
  .contact-form form .box .content {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .contact-form form .captcha {
    margin-left: -10px;
  }
  .contact-form form .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-form form .btn button {
    width: 50%;
    margin: 0;
  }
}

/*========== equipment mobile ==========*/
@media (max-width: 1280px) {
  .equipment-list {
    margin: 0 -15px;
  }
  .equipment-list .equipment-box {
    padding: 0 15px;
  }
}

@media (max-width: 960px) {
  .equipment-list {
    margin: 0 -10px;
  }
  .equipment-list .equipment-box {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .equipment-list .equipment-box {
    width: 50%;
    margin-bottom: 15px;
  }
  .equipment-list .equipment-box .title {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .equipment-list {
    margin: 0 -5px;
  }
  .equipment-list .equipment-box {
    width: 50%;
    padding: 0 5px;
  }
}

@media (max-width: 320px) {
  .equipment-list {
    margin: 0;
  }
  .equipment-list .equipment-box {
    width: 100%;
    padding: 0;
  }
}

/*========== process mobile ==========*/
@media (max-width: 1280px) {
  .process-list {
    margin: 0 -15px;
  }
  .process-list .process-box {
    padding: 0 15px;
  }
  .process-list .process-list-title {
    margin-left: 15px;
  }
  .process-atricle-block {
    margin-bottom: 60px;
  }
}

@media (max-width: 960px) {
  .process-list {
    margin: 0 -10px;
  }
  .process-list .process-box {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .process-list .process-list-title {
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .process-list .process-list-title span {
    font-size: 2.4rem;
    padding: 0 15px 0 35px;
  }
  .process-atricle-block {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .process-list .process-box {
    width: 50%;
    margin-bottom: 15px;
  }
  .process-list .process-box .title {
    font-size: 1.6rem;
  }
}

@media (max-width: 640px) {
  .process-atricle-block .process-atricle-pic {
    width: 80px;
  }
  .process-atricle-block .unreset {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .process-list {
    margin: 0 -5px;
  }
  .process-list .process-box {
    width: 50%;
    padding: 0 5px;
  }
  .process-list .process-list-title {
    margin-left: 5px;
  }
  .process-list .process-list-title span {
    font-size: 2.4rem;
    padding: 0 15px 0 30px;
  }
  .process-atricle-block .process-atricle-pic {
    width: 60px;
  }
  .process-atricle-block .unreset {
    width: calc(100% - 60px);
    padding-left: 15px;
  }
}

@media (max-width: 320px) {
  .process-list {
    margin: 0;
  }
  .process-list .process-box {
    width: 100%;
    padding: 0;
  }
}

/*========== products mobile ==========*/
@media (max-width: 1280px) {
  .products-list {
    margin: 0 -15px;
  }
  .products-list .products-box {
    padding: 0 15px;
  }
  .products-detail-pic .info-block .pro-title {
    margin-bottom: 20px;
  }
  .products-detail-pic .info-block .sort {
    margin-bottom: 20px;
  }
  .products-detail-pic .info-block .info-list {
    margin-bottom: 20px;
  }
}

@media (max-width: 960px) {
  .products-list {
    margin: 0 -10px;
  }
  .products-list .products-box {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .products-list .products-box .mask .logo img {
    width: 70px;
  }
  .products-list .products-box .mask .more {
    font-size: 1.6rem;
  }
  .products-detail-pic .pic-block {
    max-width: 100%;
    width: 800px;
    margin: auto;
  }
  .products-detail-pic .info-block {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .products-list .products-box {
    width: 50%;
    margin-bottom: 15px;
  }
  .products-list .products-box .title {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .products-list {
    margin: 0 -5px;
  }
  .products-list .products-box {
    width: 50%;
    padding: 0 5px;
  }
  .products-list .products-box .mask .logo img {
    width: 40px;
  }
  .products-list .products-box .mask .more {
    font-size: 1.2rem;
  }
}

@media (max-width: 320px) {
  .products-list {
    margin: 0;
  }
  .products-list .products-box {
    width: 100%;
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */