@charset "UTF-8";
header {
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  width: 100%;
  position: fixed;
  z-index: 999; }
  header.show {
    -webkit-box-shadow: 0px 0px 0px 0px #ffffff;
    box-shadow: 0px 0px 0px 0px #ffffff; }
  header.fixed {
    background: rgba(255, 255, 255, 0.6); }
    header.fixed .navbar .navbar-toggler i {
      color: #000; }
    header.fixed .navbar .navbar-nav .nav-link {
      color: #000; }
    header.fixed .navbar .nav-item.contact .nav-link {
      color: #004B9E; }
    header.fixed.show {
      -webkit-box-shadow: 0px 0px 2px 1px #cecece;
      box-shadow: 0px 0px 2px 1px #cecece; }
  header .navbar {
    padding: 0; }
    header .navbar .navbar-brand {
      padding: 0;
      margin: 0; }
    header .navbar .navbar-toggler {
      border: 0px; }
      header .navbar .navbar-toggler i {
        color: #000; }
    header .navbar .sub-menu {
      width: 100%;
      background-color: #fff; }
    header .navbar .navbar-nav .nav-link {
      color: #000;
      margin: 0 4px;
      padding: 0px 5px; }
      header .navbar .navbar-nav .nav-link:hover {
        color: #FFC20E;
        text-shadow: -1px -1px 3px #333,1px 1px 3px #444; }
    header .navbar .nav-item {
      font-size: 15px;
      font-weight: bold; }
      header .navbar .nav-item.active .nav-link {
        color: #FFC20E;
        text-shadow: -1px -1px 3px #333,1px 1px 3px #444; }
      header .navbar .nav-item.contact .nav-link {
        color: #004B9E; }
        header .navbar .nav-item.contact .nav-link:hover {
          color: #FFC20E;
          text-shadow: -1px -1px 3px #333,1px 1px 3px #444; }
      header .navbar .nav-item i {
        font-size: 20px;
        vertical-align: middle;
        margin-right: 5px; }
      header .navbar .nav-item .dropdown-menu {
        border: 0px;
        border-radius: 0px;
        top: 46px;
        padding: 30px 0 0px;
        -webkit-box-shadow: 0px 4px 2px 1px #cecece;
        box-shadow: 0px 4px 2px 1px #cecece;
        background-color: transparent; }
        header .navbar .nav-item .dropdown-menu .nav-pills .nav-item .nav-link {
          color: #000; }
          header .navbar .nav-item .dropdown-menu .nav-pills .nav-item .nav-link.active {
            color: #004B9E;
            background-color: #fff; }
          header .navbar .nav-item .dropdown-menu .nav-pills .nav-item .nav-link:hover {
            color: #FFC20E; }
        header .navbar .nav-item .dropdown-menu .tab-content {
          border-top: 1px solid #004B9E; }
          header .navbar .nav-item .dropdown-menu .tab-content .tab-pane {
            padding: 20px 10px 0; }
            header .navbar .nav-item .dropdown-menu .tab-content .tab-pane .item-row {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-line-pack: start;
              align-content: flex-start;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
              header .navbar .nav-item .dropdown-menu .tab-content .tab-pane .item-row .item {
                margin: 5px 20px 5px 0px;
                min-width: 120px; }
                header .navbar .nav-item .dropdown-menu .tab-content .tab-pane .item-row .item:hover {
                  color: #FFC20E; }
        header .navbar .nav-item .dropdown-menu .bg-w .d-flex .nav-link {
          color: #000; }
          header .navbar .nav-item .dropdown-menu .bg-w .d-flex .nav-link.active {
            color: #FFC20E; }
          header .navbar .nav-item .dropdown-menu .bg-w .d-flex .nav-link:hover {
            color: #FFC20E; }
      header .navbar .nav-item.langen-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 200px; }
        header .navbar .nav-item.langen-box .lang-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
          justify-content: space-around;
          width: 100%; }
          header .navbar .nav-item.langen-box .lang-list .lang-item::after {
            content: '｜';
            margin-left: 10px; }
          header .navbar .nav-item.langen-box .lang-list .lang-item:nth-last-child(1)::after {
            display: none; }
        header .navbar .nav-item.langen-box .search-box {
          position: relative;
          height: 45px; }
          header .navbar .nav-item.langen-box .search-box input.search-flex {
            width: 100%; }
          header .navbar .nav-item.langen-box .search-box button {
            border: 0px;
            background: transparent;
            position: absolute;
            right: 0;
            cursor: pointer; }

footer {
  position: relative;
  overflow: hidden;
  z-index: 3; }
  footer::before {
    content: '';
    width: 258px;
    height: 330px;
    background: url(../_img/layout/footer-line.svg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
  footer #gotop {
    position: absolute;
    right: 20;
    bottom: 500px;
    z-index: 9;
    width: 40px;
    height: 40px;
    background-color: #004B9E;
    text-align: center;
    border-radius: 99rem;
    cursor: pointer; }
    footer #gotop i {
      color: #fff;
      line-height: 40px; }
    footer #gotop:hover {
      background-color: #FFC20E; }
  footer .footer {
    background: #004A98; }
  footer .footer-navtop {
    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;
    padding: 30px 0; }
    footer .footer-navtop .f-logo {
      width: 200px; }
    footer .footer-navtop .f-navbox {
      width: calc(100% - 300px);
      margin-left: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      footer .footer-navtop .f-navbox .f-list {
        width: 285px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        footer .footer-navtop .f-navbox .f-list .f-navlink {
          display: block;
          margin-bottom: 10px;
          color: #fff; }
  footer .footer-bottom {
    background: #00165B;
    padding: 30px 0px 20px;
    position: relative;
    overflow: hidden;
    z-index: -1; }
    footer .footer-bottom::before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 128px 140px 0 0;
      border-color: #004A98 transparent transparent transparent;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }
    footer .footer-bottom .bottom-fram {
      margin-left: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      footer .footer-bottom .bottom-fram .f-info {
        width: 250px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #fff; }
        footer .footer-bottom .bottom-fram .f-info .text-box {
          margin-bottom: 10px; }
          footer .footer-bottom .bottom-fram .f-info .text-box:nth-last-child(1) {
            margin-bottom: 0px; }
          footer .footer-bottom .bottom-fram .f-info .text-box a {
            color: #fff; }
        footer .footer-bottom .bottom-fram .f-info:nth-child(2) {
          padding-left: 30px; }

#index .swiper-container {
  width: 100%;
  height: auto; }
  #index .swiper-container .swiper-slide .big-img {
    padding-bottom: 51.5%;
    height: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
  #index .swiper-container .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    margin: 0 8px 10px; }
  #index .swiper-container .swiper-pagination-bullet-active {
    border: 1px solid #fff;
    background-color: transparent;
    background-image: url(../_img/index/bullet-active.svg);
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 5px; }

.new-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative; }
  .new-item .item .n-img {
    width: 378px;
    margin-right: 15px;
    position: relative; }
    .new-item .item .n-img::before {
      content: 'NEWS';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #004B9E;
      opacity: 0;
      top: 0;
      left: 0;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      color: #fff;
      padding: 10px; }
  .new-item .item .n-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .new-item .item .n-row .txt-row {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .new-item .item .n-row .n-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .new-item .item .n-row .n-box .date {
        color: #004B9E;
        font-size: 15px; }

.new-item .btn-more {
  position: absolute;
  right: 0;
  bottom: 0; }

.new-item:hover .item .n-img::before {
  width: 140px;
  height: 140px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 30px;
  left: 30%;
  opacity: 0.3; }

.new-item:hover .btn-more {
  background-color: #004B9E;
  color: #fff; }
  .new-item:hover .btn-more::before {
    -webkit-animation-name: btn-icon;
    animation-name: btn-icon;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

#index #section2 .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 75px 0 0; }
  #index #section2 .item-row .p-box {
    width: calc(100% / 3);
    text-align: center;
    position: relative; }
    #index #section2 .item-row .p-box .big-img {
      padding-bottom: 100%;
      height: 0;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      position: relative; }
      #index #section2 .item-row .p-box .big-img::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #001B39;
        opacity: 0.7;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
    #index #section2 .item-row .p-box .txt-row {
      font-size: 32px;
      color: #fff;
      text-align: center;
      position: absolute;
      z-index: 1;
      top: 45%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      opacity: 0; }
      #index #section2 .item-row .p-box .txt-row span {
        padding-bottom: 15px; }
    #index #section2 .item-row .p-box:hover .big-img::before {
      width: 65%;
      height: 65%;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 18%;
      left: 17%;
      opacity: 0.5; }
    #index #section2 .item-row .p-box:hover .txt-row {
      opacity: 1; }

#section3 .item-row {
  position: relative;
  margin-bottom: 75px; }
  #section3 .item-row .item-img .big-img {
    padding-bottom: 34%;
    height: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative; }
  #section3 .item-row .txt-row {
    position: absolute;
    max-width: 400px;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 15px;
    color: #fff;
    line-height: 45px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    #section3 .item-row .txt-row::before {
      content: '\f054';
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      right: 20px;
      bottom: 0;
      font-weight: lighter;
      opacity: 0;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    #section3 .item-row .txt-row .txt-box {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    #section3 .item-row .txt-row .add-box {
      margin-bottom: 20px; }
  #section3 .item-row:hover .txt-row {
    background: rgba(0, 30, 64, 0.7); }
    #section3 .item-row:hover .txt-row::before {
      opacity: 1;
      -webkit-animation-name: btn-icon;
      animation-name: btn-icon;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }

.mc1 {
  color: #004B9E; }

.mc2 {
  color: #1A1311; }

.mc3 {
  color: #FFC20E; }

.bg1 {
  background-image: url(../_img/layout/footer-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.bg2 {
  background-image: url(../_img/layout/footer-bg1.jpg);
  background-size: 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat; }

.bg3 {
  background-image: url(../_img/layout/bg3.jpg);
  background-repeat: repeat-x;
  background-position: top left; }

.bg-w {
  width: 100%;
  background-color: #fff;
  padding-bottom: 20px; }

.row {
  margin: 0px auto; }

.box-xl {
  width: 15%; }

.py-80 {
  padding-top: 70px;
  padding-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.breadcrumb {
  background: transparent;
  font-size: 14px;
  padding: 10px 0px; }

.pc-nav {
  display: block; }

.mobile-nav {
  display: none; }

.back-icon-first {
  display: none; }

.back-icon-first-two {
  display: none; }

.main-title {
  font-size: 30px;
  font-weight: bold; }

.txt-row {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px; }
  .txt-row.bottom-line {
    padding-bottom: 10px;
    border-bottom: 1px solid #004B9E; }

.txt {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 50px 0;
  padding: 10px 0; }

hr {
  border-top: 1px solid rgba(0, 30, 64, 0.2); }
  hr.border-mc1 {
    border-top: 1px solid #001e40; }

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

#tab-demo {
  width: 100%;
  height: auto; }
  #tab-demo > ul {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #tab-demo > ul > li {
      border: 1px solid #004B9E;
      margin: 0 10px;
      border-radius: 99rem;
      color: #004B9E;
      width: 120px;
      text-align: center;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px 0;
      line-height: 20px; }
      #tab-demo > ul > li a {
        color: #000; }
      #tab-demo > ul > li.active {
        color: #FFC20E;
        background-color: #fff;
        border: 1px solid #FFC20E; }
        #tab-demo > ul > li.active a {
          color: #FFC20E; }
  #tab-demo .tab-title {
    list-style: none; }
  #tab-demo > .tab-inner {
    clear: both;
    color: #000; }
  #tab-demo .tab-inner {
    margin-bottom: 50px; }
    #tab-demo .tab-inner .about-img {
      width: 100%; }
    #tab-demo .tab-inner:target:before {
      content: "";
      display: block;
      height: 50px; }

#appice-tab {
  width: 100%;
  height: auto; }
  #appice-tab > ul {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #appice-tab > ul > li {
      border: 1px solid #fff;
      color: #004B9E;
      width: 120px;
      text-align: center;
      font-weight: bold;
      line-height: 40px;
      background-color: #004B9E;
      color: #fff; }
      #appice-tab > ul > li a {
        color: #fff; }
      #appice-tab > ul > li.active {
        color: #FFC20E;
        background-color: #FFC20E;
        border: 1px solid #FFC20E; }
        #appice-tab > ul > li.active a {
          color: #fff; }
  #appice-tab .tab-title {
    list-style: none; }
  #appice-tab > .tab-inner {
    clear: both;
    color: #000;
    -webkit-box-shadow: 0px 4px 2px 1px #cecece;
    box-shadow: 0px 4px 2px 1px #cecece;
    padding: 0px 20px;
    margin-bottom: 50px; }
    #appice-tab > .tab-inner .table-box {
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      padding: 0px;
      overflow-x: auto; }
    #appice-tab > .tab-inner .about-img {
      width: 100%; }

#product-tab {
  width: 100%;
  height: auto; }
  #product-tab > ul {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #product-tab > ul > li {
      color: #004B9E;
      width: 120px;
      text-align: center;
      line-height: 40px;
      color: #fff;
      border-bottom: 2px solid #cfcfcf; }
      #product-tab > ul > li a {
        color: #000; }
      #product-tab > ul > li.active {
        color: #000;
        background-color: #fff;
        border-bottom: 2px solid #004B9E; }
        #product-tab > ul > li.active a {
          color: #000; }
  #product-tab .tab-title {
    list-style: none; }
  #product-tab > .tab-inner {
    clear: both;
    color: #000; }
  #product-tab .tab-inner {
    margin-bottom: 50px; }
    #product-tab .tab-inner .table-box {
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      padding: 0px 20px; }
    #product-tab .tab-inner .about-img {
      width: 100%; }

#product .nav-tabs {
  border: 0px; }
  #product .nav-tabs .nav-link {
    color: #000;
    border-bottom: 2px solid #cfcfcf;
    border-radius: 0px; }
    #product .nav-tabs .nav-link:hover, #product .nav-tabs .nav-link.active {
      color: #000;
      background-color: #fff;
      border-bottom: 2px solid;
      border-color: #fff #fff #004B9E #fff; }

#product .tab-content .tab-pane {
  padding: 20px 0; }

.table-fixed {
  position: absolute;
  background: #fff; }
  .table-fixed.theader {
    margin: 0px;
    padding: 1.4rem; }
  .table-fixed.itme {
    margin: 0px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .table-fixed.itme::after {
      content: '';
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0; }

.bg-color {
  background-color: #ccdbec; }

.page {
  margin: 80px auto 0px; }
  .page .page-item {
    margin: 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: bold; }
    .page .page-item:hover, .page .page-item.acvite {
      color: #004B9E; }

.rwd-table {
  background: #fff;
  overflow: hidden;
  min-width: 100%;
  position: relative; }
  .rwd-table tr.table-header {
    border-bottom: 1px solid #004B9E;
    margin-bottom: 10px; }
  .rwd-table tr.table-item {
    text-align: center;
    width: 100%; }
    .rwd-table tr.table-item:nth-of-type(2n) {
      background: rgba(0, 75, 158, 0.2); }
  .rwd-table th, .rwd-table td {
    margin: 0.5em 1em; }
  .rwd-table th {
    display: none;
    text-align: left;
    color: #004B9E;
    font-weight: bold; }
  .rwd-table td {
    display: block;
    text-align: left; }
    .rwd-table td:before {
      content: attr(data-th) " : ";
      font-weight: bold;
      color: #004B9E; }

table {
  width: 100%;
  /* 必须要设置为fixed，这样列宽就可以由表格宽度和列宽度设定了 */
  table-layout: fixed; }

@media (min-width: 990px) {
  .rwd-table td {
    text-align: center;
    display: block; }
    .rwd-table td:before {
      display: none; }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.5em 0.5em;
    text-align: center;
    width: 200px;
    height: 71.5px;
    font-size: 14px; }
    .rwd-table th[data-th="Part Number"], .rwd-table td[data-th="Part Number"] {
      width: 180px;
      line-height: 35.5px; }
    .rwd-table th:first-child, .rwd-table td:first-child {
      padding-left: 0; }
    .rwd-table th:last-child, .rwd-table td:last-child {
      padding-right: 0; } }

.btn-white {
  background-color: #fff;
  color: #004B9E;
  border-radius: 99rem;
  width: 220px;
  line-height: 35px;
  position: relative; }
  .btn-white i {
    position: absolute;
    right: 18px;
    top: 15px; }
  .btn-white:hover {
    background-color: #FFC20E;
    color: #fff; }
    .btn-white:hover i {
      -webkit-animation-name: btn-icon;
      animation-name: btn-icon;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }

.btn-more {
  background-color: #fff;
  color: #004B9E;
  border-radius: 99rem;
  width: 150px;
  line-height: 25px;
  border: 1px solid #004B9E;
  font-weight: bold;
  font-size: 15px;
  position: relative; }
  .btn-more::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 20px;
    font-weight: lighter; }

.btn-black {
  background-color: transparent;
  color: #091329;
  border-radius: 99rem;
  width: 150px;
  line-height: 25px;
  border: 1px solid #004B9E;
  font-weight: bold;
  font-size: 15px;
  position: relative; }
  .btn-black::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: -100px;
    font-weight: lighter;
    opacity: 0; }
  .btn-black:hover {
    background-color: #FFC20E;
    color: #fff;
    border: 1px solid #FFC20E; }
    .btn-black:hover::before {
      -webkit-animation-name: btn-icon;
      animation-name: btn-icon;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      opacity: 1; }

.btn-blue {
  background-color: #004B9E;
  color: #fff;
  border-radius: 99rem;
  width: 150px;
  line-height: 25px;
  border: 1px solid #004B9E;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  margin: 0 auto; }
  .btn-blue::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 20px;
    font-weight: lighter; }
  .btn-blue:hover {
    background-color: #FFC20E;
    border: 1px solid #FFC20E; }
    .btn-blue:hover::before {
      -webkit-animation-name: btn-icon;
      animation-name: btn-icon;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }

@-webkit-keyframes btn-icon {
  0% {
    right: 18px; }
  50% {
    right: 10px; }
  100% {
    right: 18px; } }

@keyframes btn-icon {
  0% {
    right: 18px; }
  50% {
    right: 10px; }
  100% {
    right: 18px; } }

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

.swiper-container.about-box {
  width: 100%;
  height: auto; }
  .swiper-container.about-box .swiper-slide .big-img {
    padding-bottom: 140%;
    height: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border: 1px solid #DEDEDE; }
  .swiper-container.about-box .swiper-button-next,
  .swiper-container.about-box .swiper-button-prev {
    background-size: 20px; }

.top-box .txt .title-box {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px; }

.about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .about-row .about-box {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 20px; }
    .about-row .about-box .about-img {
      margin-bottom: 10px; }
      .about-row .about-box .about-img .big-img {
        padding-bottom: 44%;
        height: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%; }
    .about-row .about-box .txt-row .main-title {
      color: #004B9E;
      padding: 10px 0; }
    .about-row .about-box .txt-row .txt-row {
      font-size: 15px; }
      .about-row .about-box .txt-row .txt-row span {
        display: block;
        margin-bottom: 10px; }

.main-box .boon-title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #004B9E; }

.main-box ul {
  list-style-type: decimal;
  list-style-type: disc;
  margin-left: 30px; }
  .main-box ul li {
    margin-bottom: 10px; }
    .main-box ul li span {
      margin-right: 30px; }

.main-box a.down {
  color: #004B9E;
  display: block;
  margin-bottom: 10px;
  text-decoration: underline; }

.main-box .about-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .main-box .about-item-box ul.num {
    list-style-type: decimal; }
    .main-box .about-item-box ul.num .num-item {
      margin-left: 20px;
      margin-bottom: 5px; }

.main-box .join-box img {
  width: 100%; }

.main-box .train-title {
  text-align: center;
  margin-bottom: 30px; }

.main-box .train-img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto; }
  .main-box .train-img img {
    width: 100%;
    margin: 0 auto; }

#section3 .exhibit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #section3 .exhibit-item .exhibit-box {
    width: calc(100% / 2 - 10px);
    position: relative;
    margin-bottom: 20px; }
    #section3 .exhibit-item .exhibit-box .item-img .big-img {
      padding-bottom: 34%;
      height: 0;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      position: relative; }
    #section3 .exhibit-item .exhibit-box .txt-row {
      position: absolute;
      max-width: 200px;
      background: rgba(0, 0, 0, 0.7);
      top: 0;
      right: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 10px 15px;
      color: #fff;
      line-height: 25px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      #section3 .exhibit-item .exhibit-box .txt-row::before {
        content: '\f054';
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        right: 20px;
        bottom: 0;
        font-weight: lighter;
        opacity: 0;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        z-index: 2; }
      #section3 .exhibit-item .exhibit-box .txt-row .txt-box {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        #section3 .exhibit-item .exhibit-box .txt-row .txt-box .main-title {
          font-size: 14px; }
      #section3 .exhibit-item .exhibit-box .txt-row .add-box {
        margin-bottom: 0px; }
        #section3 .exhibit-item .exhibit-box .txt-row .add-box .main-title {
          font-size: 14px; }
    #section3 .exhibit-item .exhibit-box:hover .txt-row {
      background: rgba(0, 30, 64, 0.7); }
      #section3 .exhibit-item .exhibit-box:hover .txt-row::before {
        opacity: 1;
        -webkit-animation-name: btn-icon;
        animation-name: btn-icon;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; }
    #section3 .exhibit-item .exhibit-box:nth-child(even) .txt-row {
      background-color: transparent;
      padding: 0;
      max-width: 100%;
      width: 100%; }
      #section3 .exhibit-item .exhibit-box:nth-child(even) .txt-row .txt-box {
        background: rgba(0, 98, 120, 0.7);
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        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;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        #section3 .exhibit-item .exhibit-box:nth-child(even) .txt-row .txt-box .main-title {
          font-size: 14px;
          margin: 5px 10px; }
          #section3 .exhibit-item .exhibit-box:nth-child(even) .txt-row .txt-box .main-title.date {
            text-align: center;
            margin-right: 10px; }
            #section3 .exhibit-item .exhibit-box:nth-child(even) .txt-row .txt-box .main-title.date .txt-s {
              font-size: 10px; }
      #section3 .exhibit-item .exhibit-box:nth-child(even) .txt-row .add-box {
        position: absolute;
        width: 100%;
        bottom: 0px; }
        #section3 .exhibit-item .exhibit-box:nth-child(even) .txt-row .add-box .main-title {
          background: rgba(26, 19, 17, 0.7);
          padding: 5px;
          text-align: center; }
      #section3 .exhibit-item .exhibit-box:nth-child(even) .txt-row:hover .txt-box {
        background: rgba(0, 30, 64, 0.7); }

#exhibit .item-row {
  position: relative;
  margin-bottom: 75px; }
  #exhibit .item-row .item-img .big-img {
    padding-bottom: 34%;
    height: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative; }
  #exhibit .item-row .txt-row {
    position: absolute;
    max-width: 400px;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 15px;
    color: #fff;
    line-height: 45px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    #exhibit .item-row .txt-row .txt-box {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    #exhibit .item-row .txt-row .add-box {
      margin-bottom: 20px; }

.item-row-box .inves-box {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
  .item-row-box .inves-box .inves-txt {
    margin-bottom: 10px;
    border-bottom: 1px solid #004B9E;
    width: calc(100% - 20px);
    -webkit-box-flex: 1;
    -ms-flex: 1 2 300px;
    flex: 1 2 300px;
    font-size: 15px;
    color: #004B9E;
    margin: 10px 10px;
    letter-spacing: 0;
    padding-bottom: 10px; }
    .item-row-box .inves-box .inves-txt.i-txt {
      -webkit-box-flex: 2;
      -ms-flex: 2 1 520px;
      flex: 2 1 520px; }
    .item-row-box .inves-box .inves-txt .inves-title {
      color: #000; }

.inves-year {
  font-size: 15px;
  margin-right: 15px; }

.inves-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .inves-box .inves {
    font-size: 15px;
    letter-spacing: 0; }
    .inves-box .inves select {
      border-radius: 99rem;
      width: 150px;
      line-height: 30px;
      height: 40px;
      border: 1px solid #004B9E;
      padding-left: 10px;
      color: #004B9E; }
      .inves-box .inves select.select {
        text-align: center;
        /*移除箭頭樣式*/
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        /*改變右邊箭頭樣式*/
        background: url("../_img/sever/arrow.svg") no-repeat transparent;
        background-position: 120px 15px; }

.table-box {
  width: 90%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 2px 1px #cecece;
  box-shadow: 0px 4px 2px 1px #cecece;
  margin: 0 auto;
  padding: 30px; }

.inves-message {
  margin-bottom: 20px;
  border-bottom: 1px solid #004B9E; }
  .inves-message .date {
    color: #004B9E;
    line-height: 30px; }
  .inves-message .txt {
    margin: 0px 0 5px 0;
    padding: 0px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 35px; }
    .inves-message .txt:hover {
      color: #004B9E; }

.sever-nav {
  display: block;
  margin-right: 50px; }
  .sever-nav .nav-item a {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #004B9E;
    padding-left: 30px;
    padding-bottom: 10px;
    position: relative;
    color: #004B9E; }
    .sever-nav .nav-item a::before {
      content: '\f0da';
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      left: 10;
      font-weight: 800;
      color: #004B9E; }
    .sever-nav .nav-item a:hover {
      color: #FFC20E; }
      .sever-nav .nav-item a:hover::before {
        color: #FFC20E; }

.sever-nav-phone {
  display: none;
  margin-bottom: 10px;
  margin-right: 0; }
  .sever-nav-phone .inves {
    font-size: 15px;
    letter-spacing: 0; }
    .sever-nav-phone .inves select {
      border-radius: 99rem;
      width: 100%;
      line-height: 30px;
      height: 40px;
      border: 1px solid #004B9E;
      padding-left: 10px;
      color: #004B9E;
      margin: 0 auto; }
      .sever-nav-phone .inves select.select {
        text-align: center;
        /*移除箭頭樣式*/
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        /*改變右邊箭頭樣式*/
        background: url("../_img/sever/arrow.svg") no-repeat transparent;
        background-position: right center; }

.sever-dowm-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #004B9E;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px; }
  .sever-dowm-box .down-img {
    width: 300px;
    height: auto;
    margin-right: 10px; }
    .sever-dowm-box .down-img img {
      width: 100%; }
  .sever-dowm-box .dowm-txt {
    width: 60%;
    margin-right: 10px; }
  .sever-dowm-box .down-for {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .sever-dowm-box .down-for .down-date {
      margin-right: 50px; }
    .sever-dowm-box .down-for .down-icon i {
      color: #004B9E; }

.item-applic {
  margin: 20px 0 30px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .item-applic .applic-box {
    width: calc(100% / 5);
    position: relative;
    margin-bottom: 20px; }
    .item-applic .applic-box .applic-img .big-img {
      padding-bottom: 100%;
      height: 0;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      position: relative; }
      .item-applic .applic-box .applic-img .big-img::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #001B39;
        opacity: 0.7;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
    .item-applic .applic-box .applic-txt {
      text-align: center;
      padding: 10px 0;
      font-weight: bold; }
    .item-applic .applic-box:hover .applic-img .big-img::before {
      opacity: 0; }
    .item-applic .applic-box:hover .applic-txt {
      color: #004B9E; }

.appic-img .big-img {
  padding-bottom: 70%;
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.appice-title {
  color: #004B9E;
  font-size: 18px;
  border-bottom: 1px solid #004B9E;
  margin-bottom: 20px;
  padding-bottom: 10px; }

.item-product {
  margin: 20px 0 30px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .item-product .product-box {
    width: calc(100% / 6 - 20px);
    margin: 0 10px;
    position: relative;
    margin-bottom: 20px; }
    .item-product .product-box .product-img {
      position: relative; }
      .item-product .product-box .product-img .big-img {
        padding-bottom: 100%;
        height: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        position: relative; }
        .item-product .product-box .product-img .big-img::before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-color: #FFC20E;
          opacity: 0;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
      .item-product .product-box .product-img .more-pro {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 35%;
        opacity: 0; }
    .item-product .product-box .product-txt {
      text-align: center;
      padding: 10px 0;
      font-weight: bold; }
    .item-product .product-box:hover .product-img .big-img::before {
      opacity: 0.5; }
    .item-product .product-box:hover .product-img .more-pro {
      opacity: 1; }
    .item-product .product-box:hover .product-txt {
      color: #004B9E; }

.pro-wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pro-wapper .left-nav {
    width: 20%;
    margin-right: 80px;
    margin-bottom: 80px; }
    .pro-wapper .left-nav .proitlte .pro-main-title {
      border-bottom: 1px solid #004B9E;
      width: 100%;
      display: block;
      cursor: pointer;
      padding: 5px 0 5px 15px;
      position: relative;
      color: #004B9E;
      font-weight: 800; }
      .pro-wapper .left-nav .proitlte .pro-main-title::before {
        content: '\f0da';
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        left: 0;
        top: 8px;
        font-size: 15px;
        color: #004B9E;
        font-weight: 800; }
      .pro-wapper .left-nav .proitlte .pro-main-title.show {
        border-bottom: 1px solid #FFC20E; }
        .pro-wapper .left-nav .proitlte .pro-main-title.show::before {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
    .pro-wapper .left-nav .proitlte .min-box {
      padding: 8px 0px 8px 15px;
      display: none; }
      .pro-wapper .left-nav .proitlte .min-box .pro-title a {
        display: block;
        padding: 5px 0px 5px 15px;
        color: #004B9E;
        position: relative; }
        .pro-wapper .left-nav .proitlte .min-box .pro-title a::before {
          content: '\f105';
          font-family: 'Font Awesome 5 Pro';
          position: absolute;
          left: 0;
          top: 8px;
          font-size: 15px;
          color: #004B9E; }
        .pro-wapper .left-nav .proitlte .min-box .pro-title a.show {
          color: #FFC20E; }
          .pro-wapper .left-nav .proitlte .min-box .pro-title a.show::before {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            color: #FFC20E; }
      .pro-wapper .left-nav .proitlte .min-box .pro-title .sen-box {
        padding: 8px 0px 10px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: none; }
        .pro-wapper .left-nav .proitlte .min-box .pro-title .sen-box .nav-item a {
          padding: 5px 0px;
          color: #000;
          position: relative; }
          .pro-wapper .left-nav .proitlte .min-box .pro-title .sen-box .nav-item a::before {
            display: none; }
      .pro-wapper .left-nav .proitlte .min-box.show {
        display: block; }
        .pro-wapper .left-nav .proitlte .min-box.show .pro-title .sen-box.show {
          display: block; }
  .pro-wapper .right-box {
    width: 80%; }
    .pro-wapper .right-box .pro-wapper {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .pro-wapper .right-box .pro-img {
      width: 45%;
      margin-right: 100px; }
      .pro-wapper .right-box .pro-img .big-img {
        padding-bottom: 100%;
        height: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%; }
    .pro-wapper .right-box .pro-name {
      width: 60%; }
      .pro-wapper .right-box .pro-name h3 {
        color: #004B9E;
        border-bottom: 2px solid #004B9E;
        padding-bottom: 15px; }
      .pro-wapper .right-box .pro-name .main-title {
        font-weight: inherit;
        font-size: 15px; }

.form-content .form-group .two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-content .form-group .two.code {
    width: 30%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.form-content .form-group .one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.form-content .form-group .form-group-box {
  width: 100%;
  margin: 0 10px; }
  .form-content .form-group .form-group-box .radio-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .form-content .form-group .form-group-box .radio-box .radio-list {
      margin-right: 30px; }

#search-exhibit.exhibit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #search-exhibit.exhibit-item .exhibit-box {
    width: calc(100% / 2 - 10px);
    position: relative;
    margin-bottom: 20px; }
    #search-exhibit.exhibit-item .exhibit-box .item-img .big-img {
      padding-bottom: 34%;
      height: 0;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%;
      position: relative; }
    #search-exhibit.exhibit-item .exhibit-box .txt-row {
      position: absolute;
      max-width: 200px;
      background: rgba(0, 0, 0, 0.7);
      top: 0;
      right: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 10px 15px;
      color: #fff;
      line-height: 25px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      #search-exhibit.exhibit-item .exhibit-box .txt-row::before {
        content: '\f054';
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        right: 20px;
        bottom: 0;
        font-weight: lighter;
        opacity: 0;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        z-index: 2; }
      #search-exhibit.exhibit-item .exhibit-box .txt-row .txt-box {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        #search-exhibit.exhibit-item .exhibit-box .txt-row .txt-box .main-title {
          font-size: 14px; }
      #search-exhibit.exhibit-item .exhibit-box .txt-row .add-box {
        margin-bottom: 0px; }
        #search-exhibit.exhibit-item .exhibit-box .txt-row .add-box .main-title {
          font-size: 14px; }
    #search-exhibit.exhibit-item .exhibit-box:hover .txt-row {
      background: rgba(0, 30, 64, 0.7); }
      #search-exhibit.exhibit-item .exhibit-box:hover .txt-row::before {
        opacity: 1;
        -webkit-animation-name: btn-icon;
        animation-name: btn-icon;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; }
    #search-exhibit.exhibit-item .exhibit-box:nth-child(even) .txt-row {
      background-color: transparent;
      padding: 0;
      max-width: 100%;
      width: 100%; }
      #search-exhibit.exhibit-item .exhibit-box:nth-child(even) .txt-row .txt-box {
        background: rgba(0, 98, 120, 0.7);
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        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;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        #search-exhibit.exhibit-item .exhibit-box:nth-child(even) .txt-row .txt-box .main-title {
          font-size: 14px;
          margin: 5px 10px; }
          #search-exhibit.exhibit-item .exhibit-box:nth-child(even) .txt-row .txt-box .main-title.date {
            text-align: center;
            margin-right: 10px; }
            #search-exhibit.exhibit-item .exhibit-box:nth-child(even) .txt-row .txt-box .main-title.date .txt-s {
              font-size: 10px; }
      #search-exhibit.exhibit-item .exhibit-box:nth-child(even) .txt-row .add-box {
        position: absolute;
        width: 100%;
        bottom: 0px; }
        #search-exhibit.exhibit-item .exhibit-box:nth-child(even) .txt-row .add-box .main-title {
          background: rgba(26, 19, 17, 0.7);
          padding: 5px;
          text-align: center; }
      #search-exhibit.exhibit-item .exhibit-box:nth-child(even) .txt-row:hover .txt-box {
        background: rgba(0, 30, 64, 0.7); }

/*----------------max-width:1680------------------*/
/* 1680 END */
/*----------------max-width:1440------------------*/
@media screen and (max-width: 1440px) {
  .box-xl {
    width: 20%; } }

/* 1440 END */
/*----------------max-width:1200------------------*/
@media screen and (max-width: 1200px) {
  .box-xl {
    width: 25%; }
  header .navbar .navbar-brand img {
    width: 280px; }
  .pro-wapper .left-nav {
    width: 30%; }
  .pro-wapper .right-box {
    width: 70%; } }

/*1200*/
/*----------------max-width:1024------------------*/
@media screen and (max-width: 1024px) {
  header .navbar .nav-item {
    font-size: 12px; }
    header .navbar .nav-item.langen-box {
      width: 140px; }
      header .navbar .nav-item.langen-box .lang-list .lang-item {
        font-size: 12px; }
        header .navbar .nav-item.langen-box .lang-list .lang-item::after {
          margin-left: 0px; }
      header .navbar .nav-item.langen-box .search-box {
        height: 20px; }
        header .navbar .nav-item.langen-box .search-box input.search-flex {
          width: 100%;
          height: 20px; }
        header .navbar .nav-item.langen-box .search-box button i {
          font-size: 12px; }
  footer::before {
    display: none; }
  footer .footer-bottom::before {
    display: none; }
  footer .footer-bottom .bottom-fram {
    margin-left: 0; }
  #index #section2 .item-row .p-box .txt-row {
    font-size: 18px;
    top: 40%; }
    #index #section2 .item-row .p-box .txt-row span {
      padding-bottom: 5px; } }

/* 1024 END */
/*----------------max-width:990-------------------*/
@media screen and (max-width: 990px) {
  .box-xl {
    width: 40%;
    margin: 0 auto 20px; }
  header {
    background: white;
    position: relative; }
    header .navbar .navbar-toggler {
      position: absolute;
      right: 15px;
      top: 20px; }
      header .navbar .navbar-toggler i {
        color: #000; }
    header .navbar .navbar-nav {
      margin-top: 20px; }
      header .navbar .navbar-nav .nav-link {
        color: #000;
        margin-bottom: 20px; }
    header .navbar .nav-item {
      font-size: 16px; }
      header .navbar .nav-item.contact .nav-link {
        color: #004B9E; }
    header.fixed {
      background: white; }
    header .navbar {
      position: fixed;
      background: white;
      width: 100%;
      left: 0; }
      header .navbar .mobile .navbar-collapse {
        position: fixed;
        background: #fff;
        width: 250px;
        height: 100%;
        right: 0px;
        top: 50px;
        padding: 0px 10px;
        z-index: 999; }
      header .navbar .nav-item .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px 0 0;
        position: relative;
        padding-top: 10px; }
        header .navbar .nav-item .dropdown-menu .mobile-navbox {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          top: 60px;
          right: 0;
          position: fixed;
          width: 250px;
          height: 100%;
          background-color: #dddddd;
          padding-top: 10px; }
          header .navbar .nav-item .dropdown-menu .mobile-navbox .mobile-ltem {
            position: relative; }
            header .navbar .nav-item .dropdown-menu .mobile-navbox .mobile-ltem .mobile-title {
              cursor: pointer;
              margin-bottom: 15px;
              padding-bottom: 5px;
              position: relative;
              border-bottom: 1px solid #1A1311; }
              header .navbar .nav-item .dropdown-menu .mobile-navbox .mobile-ltem .mobile-title::after {
                content: '\f105';
                font-family: 'Font Awesome 5 Pro';
                position: absolute;
                border-left: 1px solid #1A1311;
                padding-left: 15px;
                right: 10px; }
            header .navbar .nav-item .dropdown-menu .mobile-navbox .mobile-ltem .moblie-canter {
              position: fixed;
              z-index: 9;
              background-color: #f8f8f8;
              width: 250px;
              height: 100%;
              top: 60px;
              right: -500px;
              padding: 30px 10px 0px; }
              header .navbar .nav-item .dropdown-menu .mobile-navbox .mobile-ltem .moblie-canter .item-titl {
                font-size: 16px;
                border-bottom: 1px solid #1A1311;
                font-weight: bold;
                padding-bottom: 5px;
                margin-top: 15px; }
              header .navbar .nav-item .dropdown-menu .mobile-navbox .mobile-ltem .moblie-canter .item {
                font-size: 16px;
                font-weight: lighter;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column; }
              header .navbar .nav-item .dropdown-menu .mobile-navbox .mobile-ltem .moblie-canter.acvite {
                right: 0;
                overflow-x: hidden;
                overflow-y: auto; }
      header .navbar .nav-item.langen-box {
        margin-right: 50px; }
    header .pc-nav {
      display: none; }
    header .mobile-nav {
      display: block; }
    header .back-icon-first {
      display: block; }
    header .back-icon-first-two {
      display: block; }
  .new-item .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .new-item .item .n-img {
      width: 100%;
      margin-bottom: 20px; }
      .new-item .item .n-img img {
        width: 100%; }
  .new-item .btn-more {
    position: relative; }
  .new-item:hover .item .n-img::before {
    width: 38%;
    height: 68%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 38px;
    left: 30%;
    opacity: 0.3; }
  #section3 .item-row .txt-row {
    max-width: 250px; }
    #section3 .item-row .txt-row .txt-box .main-title,
    #section3 .item-row .txt-row .add-box .main-title {
      font-size: 18px;
      line-height: 25px; }
  .nav-pills .nav-item .nav-link {
    margin: 0 5px;
    width: 100px; }
  .main-box ul li span {
    display: block; }
  .main-box .about-item-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .main-box .about-item-box ul.num {
      width: 50%;
      margin-bottom: 20px; }
  .form-content .form-group .two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .form-content .form-group .two.code {
      width: 50%; }
  .form-content .form-group .one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .form-content .form-group .form-group-box {
    width: 100%;
    margin: 10 10px; }
  .sever-nav {
    display: none; }
  .sever-nav-phone {
    display: block; }
  .item-product {
    margin: 20px 0 30px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .item-product .product-box {
      width: calc(100% / 3 - 20px); }
      .item-product .product-box .product-img .more-pro {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 35%;
        opacity: 0; }
  .pro-wapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .pro-wapper .left-nav {
      width: 30%;
      display: none; }
    .pro-wapper .right-box {
      width: 100%; }
  #appice-tab > ul > li {
    font-size: 12px; }
  #appice-tab h4 {
    font-size: 16px; }
  .rwd-table th, .rwd-table td {
    font-size: 12px;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px; }
    .rwd-table th:nth-last-child(1), .rwd-table td:nth-last-child(1) {
      border-bottom: 0px solid #999999; }
  .rwd-table tr.table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    width: 100%; }
    .rwd-table tr.table-item td {
      width: 100%;
      display: block;
      float: left; }
      .rwd-table tr.table-item td::before {
        margin-right: 15px;
        float: left; }
  footer .footer-navtop .f-logo {
    width: 33%;
    margin-bottom: 15px;
    text-align: center; }
    footer .footer-navtop .f-logo img {
      margin: 0 auto;
      text-align: center; }
  footer .footer-navtop .f-navbox {
    width: calc(100% - 33% - 100px); }
    footer .footer-navtop .f-navbox .f-list {
      width: 50%; }
  footer .footer-bottom .bottom-fram .f-info {
    width: calc(100% / 3); }
    footer .footer-bottom .bottom-fram .f-info .btn-white {
      width: 100%; } }

/* 990 END */
/*----------------max-width:575-------------------*/
@media screen and (max-width: 575px) {
  .box-xl {
    width: 50%;
    margin: 0 auto 20px; }
  header .navbar {
    padding-bottom: 30px; }
    header .navbar .nav-item.langen-box {
      width: 90%;
      margin-top: 15px;
      margin-right: auto;
      margin-left: auto; }
      header .navbar .nav-item.langen-box .lang-list .lang-item {
        position: relative; }
        header .navbar .nav-item.langen-box .lang-list .lang-item::after {
          position: absolute;
          right: -60px; }
      header .navbar .nav-item.langen-box .search-box {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 100%; }
        header .navbar .nav-item.langen-box .search-box input.search-flex {
          height: 40px; }
  .container .txt {
    padding-top: 0;
    margin-top: 0; }
  .top-box {
    padding-top: 98px; }
  #tab-demo .tab-inner:target:before {
    height: 120px; }
  #index .swiper-container {
    padding-top: 90px; }
  #index #section2 .item-row .p-box {
    width: calc(100% / 2); }
    #index #section2 .item-row .p-box .txt-row {
      font-size: 16px;
      top: 40%; }
      #index #section2 .item-row .p-box .txt-row span {
        padding: 0 25px 5px;
        line-height: 25px; }
  #section3 .item-row .txt-row {
    position: relative;
    max-width: 100%;
    height: 150px; }
    #section3 .item-row .txt-row .txt-box .main-title,
    #section3 .item-row .txt-row .add-box .main-title {
      font-size: 16px;
      line-height: 25px; }
    #section3 .item-row .txt-row .txt-box .country,
    #section3 .item-row .txt-row .add-box .country {
      font-size: 12px;
      line-height: 20px; }
  #section3 .exhibit-item .exhibit-box {
    width: 100%; }
    #section3 .exhibit-item .exhibit-box .txt-row {
      position: relative;
      height: auto;
      max-width: 100%; }
    #section3 .exhibit-item .exhibit-box:nth-child(even) .txt-row .add-box {
      position: relative; }
  #search-exhibit.exhibit-item .exhibit-box {
    width: 100%; }
    #search-exhibit.exhibit-item .exhibit-box .txt-row {
      position: relative;
      height: auto;
      max-width: 100%; }
    #search-exhibit.exhibit-item .exhibit-box:nth-child(even) .txt-row .add-box {
      position: relative; }
  .item-product {
    margin: 20px 0 30px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .item-product .product-box {
      width: calc(100% / 2 - 20px); }
      .item-product .product-box .product-img .more-pro {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 35%;
        opacity: 0; }
  #tab-demo > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #tab-demo > ul > li {
      line-height: 30px;
      width: auto;
      padding: 0 15px;
      margin: 0 5px; }
      #tab-demo > ul > li a {
        font-size: 15px; }
  .main-box .about-item-box ul.num:nth-last-child(1) {
    width: 100%; }
  footer .footer-navtop .f-logo {
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }
    footer .footer-navtop .f-logo img {
      margin: 0 auto;
      text-align: center; }
  footer .footer-navtop .f-navbox {
    width: 100%;
    margin-left: 0; }
    footer .footer-navtop .f-navbox .f-list {
      width: 50%;
      text-align: center; }
  footer .footer-bottom .bottom-fram .f-info {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px; }
    footer .footer-bottom .bottom-fram .f-info .btn-white {
      width: 100%; }
    footer .footer-bottom .bottom-fram .f-info:nth-child(2) {
      padding-left: 0px; } }

/* 575 END */
/*----------------max-width:480-------------------*/
/* 480 END */
/*----------------max-width:320-------------------*/
/*320 END */
