@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 17px;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
  font-family: 'Arial', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-user-select: none;
  -webkit-user-select: none; }

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

.pace-inactive {
  display: none; }

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

.animate {
  -webkit-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.clearfix:after, .clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

p {
  margin-bottom: 5px; }

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

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

a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  color: inherit; }
  a:active, a:hover {
    outline: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    text-decoration: none; }

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

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

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

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

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

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

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

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

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

.bg_img {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.editor {
  word-break: break-all;
  /* Begin bidirectionality settings (do not change) */ }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }
  .editor html, .editor address, .editor blockquote, .editor body, .editor dd, .editor div, .editor dl, .editor dt, .editor fieldset, .editor form,
  .editor frame, .editor frameset, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor noframes, .editor ol, .editor p, .editor ul, .editor center,
  .editor dir, .editor hr, .editor menu, .editor pre {
    display: block; }
  .editor li {
    display: list-item; }
  .editor head {
    display: none; }
  .editor table {
    display: table; }
  .editor tr {
    display: table-row; }
  .editor thead {
    display: table-header-group; }
  .editor tbody {
    display: table-row-group; }
  .editor tfoot {
    display: table-footer-group; }
  .editor col {
    display: table-column; }
  .editor colgroup {
    display: table-column-group; }
  .editor td, .editor th {
    display: table-cell; }
  .editor caption {
    display: table-caption; }
  .editor th {
    font-weight: bolder;
    text-align: center; }
  .editor caption {
    text-align: center; }
  .editor body {
    margin: 8px; }
  .editor h1 {
    font-size: 2em;
    margin: .67em 0; }
  .editor h2 {
    font-size: 1.5em;
    margin: .75em 0; }
  .editor h3 {
    font-size: 1.17em;
    margin: .83em 0; }
  .editor h4, .editor p, .editor blockquote, .editor ul, .editor fieldset, .editor form, .editor ol, .editor dl, .editor dir, .editor menu {
    margin: 1.12em 0; }
  .editor h5 {
    font-size: .83em;
    margin: 1.5em 0; }
  .editor h6 {
    font-size: .75em;
    margin: 1.67em 0; }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor b, .editor strong {
    font-weight: bolder; }
  .editor blockquote {
    margin-left: 40px;
    margin-right: 40px; }
  .editor i, .editor cite, .editor em, .editor var, .editor address {
    font-style: italic; }
  .editor pre, .editor tt, .editor code, .editor kbd, .editor samp {
    font-family: monospace; }
  .editor pre {
    white-space: pre; }
  .editor button, .editor textarea, .editor input, .editor select {
    display: inline-block; }
  .editor big {
    font-size: 1.17em; }
  .editor small, .editor sub, .editor sup {
    font-size: .83em; }
  .editor sub {
    vertical-align: sub; }
  .editor sup {
    vertical-align: super; }
  .editor table {
    border-spacing: 2px; }
  .editor thead, .editor tbody, .editor tfoot {
    vertical-align: middle; }
  .editor td, .editor th {
    vertical-align: inherit; }
  .editor s, .editor strike, .editor del {
    text-decoration: line-through; }
  .editor hr {
    border: 1px inset; }
  .editor ol, .editor ul, .editor dir, .editor menu, .editor dd {
    margin-left: 40px; }
  .editor ol {
    list-style-type: decimal; }
  .editor ol ul, .editor ul ol, .editor ul ul, .editor ol ol {
    margin-top: 0;
    margin-bottom: 0; }
  .editor u, .editor ins {
    text-decoration: underline; }
  .editor br:before {
    content: "\A"; }
  .editor :before, .editor :after {
    white-space: pre-line; }
  .editor center {
    text-align: center; }
  .editor :link, .editor :visited {
    text-decoration: underline; }
  .editor :focus {
    outline: thin dotted invert; }
  .editor BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override; }
  .editor BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override; }
  .editor *[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed; }
  .editor *[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
  @media print {
    .editor h1 {
      page-break-before: always; }
    .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
      page-break-after: avoid; }
    .editor ul, .editor ol, .editor dl {
      page-break-before: avoid; } }

header {
  background-color: #EFEFEF; }
  header nav .navbar-brand {
    width: 180px; }
  header nav .navbar-nav .nav-item a.nav-link {
    color: #000;
    padding-bottom: 0px; }
    header nav .navbar-nav .nav-item a.nav-link:hover {
      color: #081B5A;
      border-bottom: 2px solid #081B5A; }
  header nav .navbar-nav .nav-item.active .nav-link {
    color: #081B5A;
    border-bottom: 2px solid #081B5A; }
  header nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #666;
    border: 0px;
    border-radius: 0px;
    padding: 0;
    margin-top: 20px;
    margin-left: -32px; }
    header nav .navbar-nav .nav-item .dropdown-menu::before {
      content: '\f0d8';
      font-family: 'Font Awesome 5 Pro';
      color: #666666;
      font-size: 2.5rem;
      padding-right: 0.5em;
      position: absolute;
      top: -37px;
      left: 40%;
      padding: 0px;
      margin: 0px;
      height: 20px;
      font-weight: 800; }
    header nav .navbar-nav .nav-item .dropdown-menu a {
      color: #fff;
      border-bottom: 1px solid #999;
      padding-top: 10px;
      padding-bottom: 10px; }
      header nav .navbar-nav .nav-item .dropdown-menu a.dropdown-item:hover {
        background-color: #666;
        color: #FF0000; }

.float-box {
  position: fixed;
  right: 0.5vw;
  top: 20vw;
  z-index: 9; }
  .float-box ul li i {
    font-size: 50px; }
    .float-box ul li i.fa-line {
      color: #00C300; }
    .float-box ul li i.fa-facebook-square {
      color: #3B5998; }

footer {
  background-color: #666666;
  position: relative;
  color: #fff; }
  footer #gotop {
    position: absolute;
    top: -45px;
    left: 48%;
    cursor: pointer; }
    footer #gotop img {
      width: 60px;
      height: 60px;
      margin: 0px;
      vertical-align: bottom; }
  footer .footer-bg {
    padding: 20px 0px 5px;
    width: 41%; }
    footer .footer-bg li {
      margin-bottom: 10px; }
      footer .footer-bg li span {
        margin-right: 15px; }
      footer .footer-bg li img {
        margin-right: 10px;
        vertical-align: middle; }
  footer .copyright {
    background-color: #474747;
    width: 100%;
    line-height: 40px;
    border-top: 1px solid #fff; }

.swiper-container {
  width: 100%;
  height: auto; }
  .swiper-container .swiper-slide a .index-banner-img {
    padding-bottom: 50%;
    height: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }

#section-2.section2-bg {
  background-image: url(../_img/index/perfomance.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6rem 0 2rem; }

#section-2 .pro-frame {
  margin-top: 5rem; }
  #section-2 .pro-frame a:hover .pro-box {
    position: relative; }
    #section-2 .pro-frame a:hover .pro-box::before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      background-image: url(../_img/layout/hover.png);
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%; }
  #section-2 .pro-frame a .pro-box {
    padding-bottom: 66.67%; }
  #section-2 .pro-frame a .case-name {
    font-size: 18px; }

#section-3.section3-bg {
  background-image: url(../_img/index/bg3.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6rem 0 2rem;
  margin-bottom: 30px; }

#section-3 .inx-about-title {
  margin-top: 50px; }
  #section-3 .inx-about-title h3 {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 50%; }
    #section-3 .inx-about-title h3::after {
      content: '';
      position: absolute;
      background-image: url(../_img/index/about-frame.png);
      background-position: top center;
      background-repeat: no-repeat;
      top: -45px;
      right: 25%;
      width: 83px;
      height: 124px; }

#section-3 .text-box {
  margin: 100px 0 0 0;
  color: #707070;
  font-size: 18px;
  line-height: 35px; }

.btn-more {
  background-color: #31B6FD;
  padding: 5px 14px;
  border-radius: 5px;
  color: #fff; }
  .btn-more:hover {
    color: #fff;
    background-color: #081B5A; }

.text-btn {
  font-size: 14px; }

.frame-bg {
  background-image: url(../_img/index/logo-bg.png);
  background-repeat: no-repeat;
  background-position: right 0px; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 12px; }
  .breadcrumbs li {
    position: relative;
    padding-right: 20px; }
    .breadcrumbs li::after {
      content: '\f054';
      position: absolute;
      font-family: 'Font Awesome 5 Pro';
      font-size: 12px;
      top: 0px;
      right: 5px;
      font-weight: 800; }
    .breadcrumbs li:nth-last-child(1)::after {
      display: none; }

.about-container {
  max-width: 1200px;
  margin: 0 auto; }

.title h3 {
  position: relative;
  letter-spacing: 2px; }
  .title h3::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 130px;
    width: 50px;
    height: 2px;
    background-color: #999; }
  .title h3.no-line::before {
    display: none; }

.title p.small {
  font-size: 1rem;
  color: #999;
  margin-left: 4rem;
  margin-top: 5px; }

.pro-frame a {
  text-decoration: none; }
  .pro-frame a .pro-box {
    border: 1px solid #666;
    padding-bottom: 130%;
    height: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
    .pro-frame a .pro-box:hover .pro-name {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5); }
    .pro-frame a .pro-box .pro-name {
      font-size: 1.5rem;
      background-color: rgba(0, 0, 0, 0.2);
      width: 60%;
      line-height: 200px;
      margin-top: 40%;
      border: 2px solid #fff; }

.page-main-title {
  color: #081B5A;
  border-bottom: 1px solid #999;
  padding-bottom: 10px; }

.main-title {
  border-left: 2px solid #31B6FD;
  padding-left: 20px;
  font-size: 20px;
  line-height: 40px; }
  .main-title.phone {
    display: none; }

.about-txt {
  color: #707070; }
  .about-txt p {
    margin: 0 20px 30px;
    line-height: 35px; }

.content-text {
  color: #707070;
  margin: 60px 20px 20px; }

.aside-box {
  padding-left: 30px; }
  .aside-box li {
    margin: 10px 0 20px;
    font-size: 18px; }
    .aside-box li.active {
      color: #FF0000;
      position: relative; }
      .aside-box li.active::before {
        content: '\f054';
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        font-size: 15px;
        top: 2px;
        left: -15px;
        font-weight: 800; }

.col-xs-4 {
  width: 33.3333%; }

.col-xs-12 {
  width: 100%;
  margin: 0 0 20px 0; }

.contact-us-box {
  width: 100%;
  background-image: url(../_img/layout/contact.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
  color: #fff;
  font-size: 20px; }
  .contact-us-box .contact-btn {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 30px; }
    .contact-us-box .contact-btn a {
      display: block;
      border: 2px solid #fff;
      padding: 10px; }
      .contact-us-box .contact-btn a:hover {
        background-color: #081B5A;
        color: #fff; }

.page {
  margin: 30px 0; }
  .page ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .page ul li a {
      border: 2px solid #31B6FD;
      padding: 5px 10px;
      margin: 5px;
      border-radius: 5px;
      color: #000; }
      .page ul li a.acvite, .page ul li a:hover {
        background-color: #31B6FD;
        color: #fff; }

#section1 .firm-box {
  padding: 0 20px; }
  #section1 .firm-box .firm {
    width: 100%;
    border-bottom: 1px solid #666666;
    padding: 0 0 50px 0;
    margin: 0 0 50px 0; }
    #section1 .firm-box .firm .firm-img {
      padding-bottom: 15%;
      height: 0;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%; }
    #section1 .firm-box .firm .title {
      font-size: 20px;
      font-weight: 800;
      color: #081B5A;
      line-height: 30px;
      margin-bottom: 10px; }
    #section1 .firm-box .firm .text {
      font-size: 16px;
      color: #707070; }

#section1 .history {
  margin: 25px 0px; }
  #section1 .history .history-year {
    background-color: #081B5A;
    padding: 10px 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px; }
    #section1 .history .history-year img {
      margin-right: 10px;
      vertical-align: middle; }
  #section1 .history .history-icon {
    margin: 0 10px 0 30px;
    position: relative; }
    #section1 .history .history-icon img {
      position: relative;
      z-index: 2; }
    #section1 .history .history-icon::before {
      position: absolute;
      content: '';
      width: 2px;
      height: 200px;
      background-color: #081B5A;
      top: -25px;
      left: 14px; }
  #section1 .history:nth-last-child(1) .history-icon::before {
    height: 80px; }
  #section1 .history .history-text {
    font-size: 18px;
    padding-left: 40px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 700px; }
    #section1 .history .history-text::before {
      content: '';
      position: absolute;
      width: 30px;
      height: 2px;
      background-color: #666;
      top: 9px;
      left: 0px; }

.down-box {
  margin: 0 0 50px 0; }
  .down-box .down-title {
    color: #000;
    position: relative;
    padding: 0 0 0 50px;
    font-size: 20px;
    font-weight: 400; }
    .down-box .down-title .download a {
      font-size: 16px;
      font-weight: normal;
      margin-right: 30px;
      border: 2px solid #666;
      padding: 7px 20px;
      border-radius: 5px; }
      .down-box .down-title .download a i {
        margin-right: 10px; }
      .down-box .down-title .download a:hover {
        background-color: #666;
        color: #fff; }
    .down-box .down-title::before {
      content: '';
      position: absolute;
      background-image: url(../_img/down/icon.svg);
      background-repeat: no-repeat;
      top: 0px;
      left: 0;
      width: 40px;
      height: 40px; }
  .down-box .down-group {
    margin: 30px 0 0px;
    padding: 0 30px; }
    .down-box .down-group .down-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .down-box .down-group .down-btn li {
        margin: 0 10px 30px; }
        .down-box .down-group .down-btn li a {
          border: 2px solid #666;
          padding: 10px 23px;
          color: #000; }
          .down-box .down-group .down-btn li a:hover {
            color: #fff;
            background-color: #666; }
  .down-box .down-time {
    background-color: #081B5A;
    color: #fff;
    padding: 5px 10px; }
    .down-box .down-time i {
      padding: 0px 15px 0px 0px; }

.step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px; }
  .step-box .step {
    background-color: #081B5A;
    color: #fff;
    text-align: center;
    padding: 12px 15px;
    border-radius: 50%;
    margin-right: 30px; }
  .step-box .text {
    font-size: 20px; }

#section1.product a:hover .pro-box {
  position: relative; }
  #section1.product a:hover .pro-box::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../_img/layout/hover.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

#section1.product a .pro-box {
  padding-bottom: 66.67%;
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }
  #section1.product a .pro-box::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../_img/layout/hover.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

#section1.product a .pro-name {
  color: #000; }

#section1 #phone-btn {
  width: 100%;
  text-align: center;
  background-color: #818181;
  color: #fff;
  line-height: 40px;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  display: none; }
  #section1 #phone-btn::after {
    position: absolute;
    content: '\f107';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    top: 0px;
    right: 50px;
    font-weight: 800; }

#section1 .bookmark {
  margin: 0 10px;
  color: #000;
  position: relative; }
  #section1 .bookmark.active::after {
    position: absolute;
    content: '\f0c8';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-size: 18px;
    bottom: -12px;
    right: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #31B6FD;
    font-weight: 800; }
  #section1 .bookmark a {
    border: 2px solid #31B6FD;
    padding: 10px 10px;
    min-width: 120px;
    display: block;
    text-align: center; }

#section1 .img-frame {
  width: 100%; }
  #section1 .img-frame .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #section1 .img-frame .swiper-container.gallery-top {
      width: 100%; }
      #section1 .img-frame .swiper-container.gallery-top .swiper-slide a .big-img {
        padding-bottom: 66.67%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%; }
        #section1 .img-frame .swiper-container.gallery-top .swiper-slide a .big-img.video {
          position: relative; }
          #section1 .img-frame .swiper-container.gallery-top .swiper-slide a .big-img.video::after {
            content: "";
            position: absolute;
            background-image: url(../_img/product/youtube.svg);
            width: 80px;
            height: 80px;
            top: 45%;
            left: 45%;
            z-index: 9;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: 70px; }
    #section1 .img-frame .swiper-container.gallery-thumbs {
      height: 12%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 20px;
      padding: 10px 0; }
      #section1 .img-frame .swiper-container.gallery-thumbs .swiper-slide {
        background-size: cover;
        background-position: center;
        height: 100%;
        opacity: 0.4; }
        #section1 .img-frame .swiper-container.gallery-thumbs .swiper-slide.video {
          position: relative; }
          #section1 .img-frame .swiper-container.gallery-thumbs .swiper-slide.video::after {
            content: "";
            position: absolute;
            background-image: url(../_img/product/youtube.svg);
            width: 50px;
            height: 50px;
            top: 25%;
            left: 35%;
            z-index: 9;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-size: 40px; }
      #section1 .img-frame .swiper-container.gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1; }

#section1 .text-box .text-title {
  border-bottom: 2px solid #818181;
  padding: 0px;
  margin: 0px; }
  #section1 .text-box .text-title span {
    color: #fff;
    background-color: #818181;
    padding: 5px 20px;
    margin: 0px; }

.contact-box .map .contact-info {
  position: relative;
  background-color: #fff;
  z-index: 9;
  width: 60%;
  margin: -30px auto 0;
  padding: 50px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px #999;
  box-shadow: 0px 0px 5px #999;
  text-align: center; }
  .contact-box .map .contact-info .contact-text {
    margin-top: 30px;
    color: #000; }
    .contact-box .map .contact-info .contact-text li {
      margin-bottom: 10px; }
      .contact-box .map .contact-info .contact-text li i {
        color: #081B5A;
        margin-right: 5px; }
        .contact-box .map .contact-info .contact-text li i.fa-line {
          color: #00C300;
          font-size: 22px; }
      .contact-box .map .contact-info .contact-text li span {
        margin-right: 10px; }
        .contact-box .map .contact-info .contact-text li span i {
          margin-right: 5px; }

.contact-box .form input {
  margin: 0 0 20px 0; }
  .contact-box .form input.form-control {
    padding-left: 5px;
    border: 0px;
    border-bottom: 2px solid #081B5A;
    width: 100% !important; }

.contact-box .form span {
  display: block;
  margin-top: 40px;
  margin-bottom: 5px; }

.contact-box .form textarea.form-control {
  border: 2px solid #081B5A;
  border-radius: 0px;
  width: 100% !important; }

.contact-box .form .from-btn {
  width: 150px;
  margin: 50px auto 0px;
  background-color: #31B6FD;
  padding: 5px 25px;
  color: #fff;
  letter-spacing: 5px; }
  .contact-box .form .from-btn:hover {
    color: #fff;
    background-color: #081B5A; }

.contact-box .form-inline .form-control {
  display: inline-block;
  width: 100%;
  vertical-align: middle; }

/*----------------max-width:1680------------------*/
@media screen and (max-width: 1680px) {
  footer .footer-bg {
    width: 60%; } }

/* 1680 END */
/*----------------max-width:1440------------------*/
@media screen and (max-width: 1440px) {
  footer .footer-bg {
    width: 70%; } }

/* 1440 END */
/*----------------max-width:1024------------------*/
@media screen and (max-width: 1200px) {
  .about-container {
    margin: 0 2%; }
  .aside-box li {
    font-size: 16px; }
  #section1 .history .history-icon {
    margin: 0px; }
  #section1 .history .history-text {
    max-width: 500px; }
  footer #gotop {
    left: 45%; }
  footer .footer-bg {
    width: 80%; } }

/*1200*/
/*----------------max-width:1024------------------*/
@media screen and (max-width: 996px) {
  header nav .navbar-collapse {
    background-color: #666666; }
  header nav .navbar-nav .nav-item a.nav-link {
    color: #fff;
    margin: 10px; }
  header nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #fff;
    margin: 0px; }
    header nav .navbar-nav .nav-item .dropdown-menu::before {
      display: none; }
    header nav .navbar-nav .nav-item .dropdown-menu a {
      color: #000; }
      header nav .navbar-nav .nav-item .dropdown-menu a.dropdown-item:hover {
        background-color: #999;
        color: #000; }
  .pro-frame a .pro-box .pro-name {
    margin-top: 30%; }
  #section-3 .inx-about-title h3::after {
    right: 40%; }
  #section-3 .text-box {
    margin-top: 60px;
    font-size: 16px; }
  #section1 .firm-box .firm .firm-img {
    padding-bottom: 35%; } }

/* 1024 END */
/*----------------max-width:768-------------------*/
@media screen and (max-width: 768px) {
  .pro-frame a .pro-box .pro-name {
    font-size: 15px;
    line-height: 100px; }
  #section-3 .inx-about-title h3::after {
    right: 35%; }
  .col-lg-2.aside-box {
    display: none; }
  .about-container {
    margin: 0 20px; }
  #section1 #phone-btn {
    display: block; }
  #section1 ul.d-flex.justify-content-center.phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate(0%, 25%);
    -ms-transform: translate(0%, 25%);
    transform: translate(0%, 25%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    height: 0; }
    #section1 ul.d-flex.justify-content-center.phone li {
      display: none; }
    #section1 ul.d-flex.justify-content-center.phone.show {
      -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      transform: translate(0%, 0);
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      height: auto; }
      #section1 ul.d-flex.justify-content-center.phone.show li {
        display: block; }
    #section1 ul.d-flex.justify-content-center.phone .bookmark {
      margin-bottom: 10px; }
      #section1 ul.d-flex.justify-content-center.phone .bookmark.active::after {
        bottom: 12px;
        right: 10px; }
  #section1 .history .history-icon {
    margin: 0px;
    display: none; }
  #section1 .history .history-text {
    display: block;
    margin: 20px 0 0 20px; }
  .main-title.phone {
    display: block;
    margin: 0px; }
  #section1 .img-frame .swiper-container.gallery-top .swiper-slide a .big-img.video::after {
    top: 35%;
    left: 40%; }
  .contact-box .map .contact-info {
    width: 90%; }
  footer .footer-bg {
    width: 80%;
    text-align: center; }
    footer .footer-bg li span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      margin: 0px 0px 5px 0px; }
      footer .footer-bg li span:nth-child(1) {
        margin-bottom: 10px; } }

/* 768 END */
/*----------------max-width:575-------------------*/
@media screen and (max-width: 575px) {
  .pro-frame a .pro-box .pro-name {
    width: 80%;
    margin-top: 25px;
    font-size: 15px; }
  #section-3 .inx-about-title h3::after {
    right: 25%; }
  .btn-more {
    font-size: 12px; } }

/* 575 END */
/*----------------max-width:480-------------------*/
@media screen and (max-width: 480px) {
  .pro-frame .col-xs-4 {
    width: 100%;
    margin: 0 0 20px 0; }
    .pro-frame .col-xs-4 a .pro-box .pro-name {
      font-size: 20px;
      margin-top: 50%; }
  #section-2 .pro-frame a {
    position: relative;
    display: block; }
    #section-2 .pro-frame a .case-name {
      position: absolute;
      top: 0px;
      background-color: #081B5A;
      padding: 10px;
      color: #fff;
      width: 40px; }
  #section-3 .inx-about-title h3 {
    font-size: 18px; }
    #section-3 .inx-about-title h3::after {
      background-size: 60px;
      top: -35px;
      right: 15px; }
  #section-3 .text-box {
    margin-top: 60px;
    font-size: 16px; }
  .down-box {
    margin-bottom: 20px; }
    .down-box .down-title .download {
      margin-top: 5px; }
      .down-box .down-title .download a {
        font-size: 14px;
        padding: 5px 5px;
        margin-right: 0px; }
    .down-box .down-group {
      padding: 0px; }
      .down-box .down-group .down-btn li {
        margin-bottom: 15px; }
        .down-box .down-group .down-btn li a {
          padding: 5px 10px; }
  #section1 .img-frame .swiper-container.gallery-top .swiper-slide a .big-img.video::after {
    top: 25%;
    left: 40%;
    background-size: 40px; } }

/* 480 END */
/*----------------max-width:320-------------------*/
@media screen and (max-width: 320px) {
  #section-3 .inx-about-title h3 {
    font-size: 18px; }
    #section-3 .inx-about-title h3::after {
      background-size: 60px;
      top: -35px; }
  #section-3 .text-box {
    margin-top: 60px;
    font-size: 16px; }
  .down-box {
    margin-bottom: 20px; }
    .down-box .down-title .download a {
      font-size: 14px;
      padding: 5px 5px; }
      .down-box .down-title .download a .down-text {
        display: none; }
      .down-box .down-title .download a i {
        margin: 0px; }
  .contact-box .map .contact-info {
    width: 100%; } }

/*320 END */
