@charset "UTF-8";
/* 黃 */
/* 藍 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

iframe {
  max-width: 100%; }

figure {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box;
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif; }
  *:focus {
    outline: none; }

html {
  font-size: 10px; }
  html.fixed {
    height: 100vh;
    overflow: hidden; }
  html.fontsize8 {
    font-size: 8px; }
  html.fontsize10 {
    font-size: 10px; }
  html.fontsize12 {
    font-size: 12px; }

body {
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden;
  transition: 0.3s;
  position: relative; }
  body.fixed {
    height: 100vh;
    overflow: hidden; }

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  transition: 0.3s; }

figure {
  margin: 0;
  padding: 0; }

button {
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif; }

.unreset {
  padding: 1px 0; }
  .unreset:after {
    content: "";
    display: block;
    clear: both; }

.unreset img {
  max-width: 100%;
  height: auto !important; }

.unreset p {
  margin: 1.6em 0;
  line-height: 2.8rem;
  font-size: 1.5rem; }

.unreset p:first-child {
  margin-top: 0; }

.unreset table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border: 1px solid;
  border-color: #555; }

.unreset tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit; }

.unreset td,
.unreset th {
  display: table-cell;
  vertical-align: inherit;
  border: 1px solid;
  border-color: #555; }

.unreset iframe {
  max-width: 100%;
  display: block; }

/* 編輯器影片RWD */
.unreset .embeddedContent {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.unreset .embeddedContent iframe,
.unreset .embeddedContent object,
.unreset .embeddedContent embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

.clearfloat {
  clear: both; }

select {
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

/* font */
.delay025 {
  animation-delay: 0.25s; }

.delay05 {
  animation-delay: 0.5s; }

.delay075 {
  animation-delay: 0.75s; }

.delay1 {
  animation-delay: 1s; }

.delay2 {
  animation-delay: 2s; }

.opacity_show {
  opacity: 1 !important; }

/*========== header ==========*/
header {
  padding: 25px 0 14px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: 0.3s;
  background: #fff; }
  header.fixed {
    background: rgba(255, 255, 255, 0.9); }
  header.menu-open {
    background: #fff; }
  header .logo {
    width: 234px; }
    header .logo a {
      width: 100%;
      height: 51px;
      text-indent: -99999px;
      background: url(../images/logo.png) no-repeat center;
      display: block;
      background-size: contain;
      margin: auto; }
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
  header .right-block .group {
    display: flex;
    align-items: baseline; }

.main-menu .menu-layer1 > li {
  display: inline-block;
  margin-left: 35px;
  position: relative; }
  .main-menu .menu-layer1 > li > a {
    position: relative;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333; }
  .main-menu .menu-layer1 > li.active > a {
    color: #fbb03b; }
  .main-menu .menu-layer1 > li:first-child {
    margin-left: 0; }
  .main-menu .menu-layer1 > li:not(.no-layer) > a {
    padding-right: 18px; }
    .main-menu .menu-layer1 > li:not(.no-layer) > a:after {
      content: "";
      display: block;
      width: 9px;
      height: 6px;
      background: url(../images/menu-arrow.png) no-repeat;
      position: absolute;
      right: 0;
      top: 8px; }

.main-menu .menu-layer2 {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: 1;
  display: none; }
  .main-menu .menu-layer2 > li {
    width: 200px;
    position: relative; }
    .main-menu .menu-layer2 > li > a {
      padding: 15px;
      display: block;
      width: 100%;
      font-size: 1.5rem;
      text-align: center;
      color: #fff;
      background: #1d4e89; }
      .main-menu .menu-layer2 > li > a:hover {
        background: #fbb03b; }

.main-menu .menu-layer3 {
  position: absolute;
  right: -100%;
  top: 0;
  z-index: 1;
  display: none; }
  .main-menu .menu-layer3 > li {
    width: 200px; }
    .main-menu .menu-layer3 > li > a {
      padding: 15px;
      display: block;
      width: 100%;
      background: #eee;
      font-size: 1.5rem;
      text-align: center;
      color: #333; }
      .main-menu .menu-layer3 > li > a:hover {
        background: #fbb03b;
        color: #fff; }

.language {
  position: relative;
  margin-left: 30px;
  z-index: 1; }
  .language .title {
    color: #1d4e89;
    font-weight: lighter;
    cursor: pointer;
    padding-bottom: 10px; }
    .language .title img {
      margin-left: 7px;
      display: inline-block;
      vertical-align: middle; }
  .language ul {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    display: none; }
    .language ul li {
      width: 120px; }
      .language ul li a {
        padding: 10px;
        display: block;
        width: 100%;
        font-size: 1.5rem;
        text-align: center;
        color: #fff;
        background: #1d4e89; }
        .language ul li a:hover {
          background: #fbb03b; }

.main-search {
  margin-left: 30px; }
  .main-search form {
    width: 260px;
    max-width: 100%;
    position: relative; }
    .main-search form input {
      width: 100%;
      height: 40px;
      border: 1px solid #eee;
      border-radius: 20px;
      padding: 10px 15px; }
    .main-search form button {
      display: block;
      background: none;
      border: none;
      border-radius: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #1d4e89;
      text-align: center;
      line-height: 48px;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      transition: 0.3s; }
      .main-search form button:hover {
        background: #fbb03b; }

.menu-bar {
  width: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  display: none;
  cursor: pointer; }
  .menu-bar .bar {
    width: 100%;
    height: 4px;
    background: #fbb03b;
    position: absolute;
    transition: 0.3s; }
    .menu-bar .bar:nth-child(1) {
      top: 0px; }
    .menu-bar .bar:nth-child(2) {
      top: 10px; }
    .menu-bar .bar:nth-child(3) {
      top: 20px; }
  .menu-bar.active .bar:nth-child(1) {
    top: 10px;
    transform: rotate(45deg); }
  .menu-bar.active .bar:nth-child(2) {
    display: none; }
  .menu-bar.active .bar:nth-child(3) {
    top: 10px;
    transform: rotate(135deg); }

/*===== footer =====*/
footer {
  background: #e8e8e8;
  padding: 60px 0; }
  footer .menu-block {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px; }
    footer .menu-block .layer1 > li {
      display: inline-block;
      margin-right: 60px;
      vertical-align: top; }
      footer .menu-block .layer1 > li > a {
        font-weight: bold;
        color: #333;
        font-size: 1.5rem;
        margin-bottom: 20px;
        display: inline-block;
        position: relative; }
        footer .menu-block .layer1 > li > a img {
          display: inline-block;
          margin-left: 6px;
          vertical-align: middle; }
        footer .menu-block .layer1 > li > a:hover {
          color: #1d4e89; }
      footer .menu-block .layer1 > li:not(.no-layer) > a {
        padding-right: 18px; }
        footer .menu-block .layer1 > li:not(.no-layer) > a:after {
          content: "";
          display: block;
          width: 9px;
          height: 6px;
          background: url(../images/menu-arrow.png) no-repeat;
          position: absolute;
          right: 0;
          top: 8px; }
    footer .menu-block .layer2 li a {
      margin-bottom: 5px;
      display: inline-block;
      color: #555;
      font-size: 1.4rem; }
      footer .menu-block .layer2 li a:hover {
        color: #fbb03b; }
  footer .info-block {
    display: flex;
    justify-content: space-between; }
    footer .info-block .addres-title {
      font-size: 2rem;
      color: rgba(51, 51, 51, 0.75);
      font-weight: lighter;
      margin-bottom: 10px;
      text-transform: uppercase; }
    footer .info-block .info .addres-txt {
      color: #333;
      font-size: 1.5rem;
      font-weight: bold;
      display: inline-block;
      vertical-align: top;
      margin-right: 50px; }
    footer .info-block .info ul {
      display: inline-block; }
      footer .info-block .info ul li {
        font-weight: bold;
        color: #333;
        margin-bottom: 6px; }
        footer .info-block .info ul li span.title {
          font-weight: lighter;
          font-size: 1.5rem;
          margin-right: 8px; }
        footer .info-block .info ul li a {
          color: #333;
          font-weight: bold; }
          footer .info-block .info ul li a:hover {
            color: #1d4e89; }
  footer .sns-box .title {
    font-size: 2rem;
    color: rgba(51, 51, 51, 0.75);
    font-weight: lighter;
    margin-bottom: 10px;
    text-transform: uppercase; }
  footer .sns-box ul li {
    display: inline-block;
    margin-right: 5px; }
    footer .sns-box ul li a {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%; }
      footer .sns-box ul li a i {
        color: #fff; }
      footer .sns-box ul li a:hover {
        border-radius: 0; }
    footer .sns-box ul li.facebook a {
      background: #3f5999; }
    footer .sns-box ul li.twitter a {
      background: #55ace3; }
    footer .sns-box ul li.line a {
      background: #5dbb27; }
  footer .copyright-box {
    text-align: right; }

.copyright {
  color: #333;
  font-weight: lighter; }

.iware {
  font-size: 1.4rem;
  font-weight: lighter;
  color: #888;
  margin-top: 5px; }
  .iware a {
    color: #888; }
    .iware a:hover {
      color: #1d4e89; }

.main {
  padding-top: 90px; }

/*===== page main =====*/
.news-main-centent .page-article-block {
  background-image: linear-gradient(to bottom, #fff 0%, #fff 60px, #eee 60px, #eee 100%); }

/*===== page banner =====*/
.page-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  width: 100%;
  padding-bottom: calc((250 / 1920) * 100%);
  position: relative;
  background-size: cover; }
  .about-main .page-banner {
    background-image: url(../images/banner-about.jpg); }
  .news-main .page-banner {
    background-image: url(../images/banner-news.jpg); }
  .products-main .page-banner {
    background-image: url(../images/banner-products.jpg); }
  .contact-main .page-banner {
    background-image: url(../images/banner-contact.jpg); }

.page-section {
  padding: 45px 0 120px 0; }

.page-main-title {
  font-weight: bold;
  color: #333;
  font-size: 5rem;
  margin-bottom: 60px; }
  .page-main-title .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    background: #1d4e89; }
    .page-main-title .icon::after {
      display: block;
      content: "";
      background: url(../images/index-title-icon.png);
      width: 7px;
      height: 11px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .page-main-title .icon::before {
      display: block;
      content: "";
      width: 1px;
      height: 45px;
      background: #dddddd;
      position: absolute;
      left: 50%;
      bottom: -45px; }
  .page-main-title .title {
    padding-left: 45px;
    margin-top: -10px; }

/*=====*/
/*===== breadCrumb =====*/
.breadCrumb {
  background: #fbb03b;
  text-align: right; }
  .breadCrumb ul {
    padding: 7px 0 2px; }
    .breadCrumb ul li {
      display: inline-block;
      color: #fff;
      font-weight: 600;
      font-size: 1.4rem;
      margin-bottom: 5px; }
      .breadCrumb ul li a {
        color: #fff;
        font-weight: 600;
        font-size: 1.4rem; }
      .breadCrumb ul li:after {
        content: "/";
        color: #fff;
        display: inline-block;
        margin: 0 2px 0 6px; }
      .breadCrumb ul li:last-child:after {
        display: none; }

/*===== page main centent =====*/
/* 主標題 */
aside {
  margin-bottom: 80px; }
  aside .menu-layer1 {
    border-top: 1px solid #d2dae3;
    border-bottom: 1px solid #d2dae3;
    display: flex;
    flex-wrap: wrap; }
    aside .menu-layer1 > li {
      position: relative; }
      aside .menu-layer1 > li > a {
        display: block;
        padding: 15px 25px;
        font-size: 1.7rem;
        color: #1d4e89;
        text-transform: uppercase; }
        aside .menu-layer1 > li > a:hover {
          background: #1d4e89;
          color: #fff; }
        aside .menu-layer1 > li > a.active, aside .menu-layer1 > li > a:hover {
          background: #1d4e89;
          color: #fff; }
  aside .menu-layer2 {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 2; }
    aside .menu-layer2 > li {
      width: 100%; }
      aside .menu-layer2 > li > a {
        width: 100%;
        display: block;
        padding: 15px 25px;
        text-align: center;
        background: #eee;
        color: #aaa; }
        aside .menu-layer2 > li > a:hover {
          color: #fff;
          background: #aaa; }

/*===== pagination =====*/
.pagination {
  text-align: center;
  background: #fff;
  margin-top: 60px; }
  .pagination .arrow {
    display: inline-block; }
    .pagination .arrow a {
      display: block;
      width: 40px;
      height: 40px;
      color: #555;
      text-align: center;
      line-height: 40px; }
      .pagination .arrow a:hover {
        background: #1d4e89;
        color: #fff; }
    .pagination .arrow.prev {
      margin-right: 20px; }
    .pagination .arrow.next {
      margin-left: 20px; }
  .pagination ul {
    display: inline-block; }
  .pagination li {
    display: inline-block; }
    .pagination li a {
      height: 40px;
      padding: 0 15px;
      color: #555;
      text-align: center;
      line-height: 40px;
      display: block; }
    .pagination li:hover a, .pagination li.active a {
      background-color: #1d4e89;
      color: #fff; }

/*===== tab =====*/
.btn-group .top a {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #fbb03b;
  color: #fff;
  text-align: center;
  line-height: 80px;
  font-weight: lighter;
  display: block;
  transition: .3s; }
  .btn-group .top a:hover {
    background: #1d4e89; }

.index-main .btn-group .container {
  position: relative; }

.index-main .btn-group .top {
  position: absolute;
  right: 0;
  top: -50px;
  z-index: 3; }
  .index-main .btn-group .top.fixed {
    position: fixed;
    bottom: 40px;
    right: 40px;
    top: initial; }

.page-main .btn-group .container {
  position: relative; }

.page-main .btn-group .top {
  position: absolute;
  right: 0;
  z-index: 3; }
  .page-main .btn-group .top.fixed {
    position: fixed;
    bottom: 40px;
    right: 40px;
    top: initial; }

.atricle-btn {
  border-top: 1px solid #eee;
  padding-top: 40px;
  margin-top: 60px;
  text-align: center; }
  .atricle-btn .btn {
    margin: 0 5px;
    display: inline-block; }
    .atricle-btn .btn a {
      display: block;
      width: 40px;
      height: 40px;
      font-size: 2rem;
      text-align: center;
      line-height: 40px;
      color: #fff;
      border-radius: 3px; }
      .atricle-btn .btn a:hover {
        color: #fff;
        background: #1d4e89;
        border-color: #1d4e89; }
  .atricle-btn .left a {
    background: #999999; }
  .atricle-btn .list a {
    color: #999;
    border: 1px solid #ccc; }
  .atricle-btn .right a {
    background: #999; }

/*========= index ==========*/
.index-block-title {
  width: 160px; }
  .index-block-title .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    background: #1d4e89;
    margin: auto; }
    .index-block-title .icon::after {
      display: block;
      content: "";
      background: url(../images/index-title-icon.png);
      width: 7px;
      height: 11px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .index-block-title .icon::before {
      display: block;
      content: "";
      width: 1px;
      height: 30px;
      background: #dddddd;
      position: absolute;
      left: 50%;
      bottom: -30px; }
  .index-block-title .title {
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    transform: rotate(90deg) translate(110px, 0px); }

/*========== index-banner ==========*/
.index-banner {
  position: relative;
  max-width: 1920px;
  margin: auto; }
  .index-banner ul li {
    position: relative; }
    .index-banner ul li img {
      max-width: 100%;
      margin: auto;
      display: block; }
  .index-banner .arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
    width: 16px;
    height: 40px;
    z-index: 1;
    transition: .3s; }
    .index-banner .arrow-btn:hover {
      opacity: 0.65; }
  .index-banner .prev-btn {
    left: 8%;
    background: url(../images/banner-arrow-left.png); }
  .index-banner .next-btn {
    right: 8%;
    background: url(../images/banner-arrow-right.png); }
  .index-banner .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 15px; }
    .index-banner .slick-dots li {
      display: inline-block;
      height: 14px;
      width: 14px;
      border-radius: 50%;
      margin: 0 4px;
      background: #fff;
      opacity: 0.6; }
      .index-banner .slick-dots li button {
        display: block;
        background: none;
        border: none;
        font-size: 0;
        height: 100%;
        cursor: pointer; }
      .index-banner .slick-dots li.slick-active {
        opacity: 1; }

/*========== index-news ==========*/
.index-news {
  margin-top: -5px;
  background: #f9f8f4;
  padding: 120px 0 80px 0; }
  .index-news .container {
    display: flex;
    flex-wrap: wrap; }
  .index-news .news-list {
    width: calc(100% - 160px);
    margin: auto; }
    .index-news .news-list .news-box {
      margin-bottom: 0; }
      .index-news .news-list .news-box:nth-child(1) {
        padding: 0 30px 0 0; }
      .index-news .news-list .news-box:nth-child(2) {
        padding: 0 30px; }
      .index-news .news-list .news-box:nth-child(3) {
        padding: 0 0 0 30px; }
  .index-news .more {
    width: 100%;
    text-align: right;
    margin-top: 20px; }
    .index-news .more a {
      color: #333;
      font-size: 1.5rem;
      font-weight: 600; }
      .index-news .more a:hover {
        color: #fbb03b; }
    .index-news .more img {
      margin-right: 10px;
      display: inline-block; }

/*========== index-case ==========*/
.index-case > .container {
  position: relative; }

.index-case .index-block-title {
  position: absolute;
  top: -20px;
  right: -160px; }
  .index-case .index-block-title .icon::after {
    transform: translate(-50%, -50%) rotate(90deg); }

.case-box {
  transition: 0.3s; }
  .case-box .container {
    display: flex;
    align-items: center; }
  .case-box .content {
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 510px; }
  .case-box .pro-pic {
    width: 135px;
    position: relative;
    padding-bottom: calc(135px);
    text-align: center;
    overflow: hidden;
    height: 0;
    transition: 0.3s;
    margin-bottom: 20px; }
    .case-box .pro-pic img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      display: block;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .case-box .pro-pic iframe,
    .case-box .pro-pic object,
    .case-box .pro-pic embed {
      position: absolute;
      display: block;
      margin: auto;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .case-box .sort {
    color: #1d4e89;
    font-weight: lighter;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .case-box .title {
    font-size: 3rem;
    color: #333;
    margin-bottom: 20px; }
  .case-box .txt {
    font-weight: lighter;
    color: #666;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .case-box .more {
    width: 180px;
    height: 45px;
    border: 1px solid #eee;
    background: rgba(249, 248, 244, 0.15);
    color: #333;
    font-size: 1.4rem;
    display: block;
    text-align: center;
    line-height: 45px; }
  .case-box .pic {
    width: calc(100% - 350px);
    position: relative;
    padding-bottom: calc((510 / 1090) * (100% - 350px));
    text-align: center;
    overflow: hidden;
    height: 0; }
    .case-box .pic img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      display: block;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .case-box .pic iframe,
    .case-box .pic object,
    .case-box .pic embed {
      position: absolute;
      display: block;
      margin: auto;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .case-box:hover {
    background-color: #fbb03b; }
    .case-box:hover .sort {
      color: #fff; }
    .case-box:hover .title {
      color: #fff; }
    .case-box:hover .txt {
      color: #fff; }
    .case-box:hover .more {
      border-color: #fff;
      background: #fbb03b;
      color: #fff; }
      .case-box:hover .more:hover {
        background: #1d4e89;
        border-color: #1d4e89; }
  .case-box:nth-child(odd) {
    background-image: linear-gradient(to left, #f9f8f4 0%, #f9f8f4 240px, transparent 240px, transparent 100%); }
    .case-box:nth-child(odd) .content {
      padding-right: 60px;
      text-align: right; }
    .case-box:nth-child(odd) .pro-pic {
      margin-left: auto; }
    .case-box:nth-child(odd) .more {
      margin-left: auto; }
  .case-box:nth-child(even) {
    background-image: linear-gradient(to right, #f9f8f4 0%, #f9f8f4 240px, transparent 240px, transparent 100%); }
    .case-box:nth-child(even) .container {
      flex-direction: row-reverse; }
    .case-box:nth-child(even) .content {
      padding-left: 60px;
      text-align: left; }
    .case-box:nth-child(even) .pro-pic {
      margin-right: auto; }
    .case-box:nth-child(even) .more {
      margin-right: auto; }

/*========== index-products ==========*/
.index-products {
  background: url(../images/index-products-bg.jpg) no-repeat;
  height: 630px; }
  .index-products .container {
    position: relative;
    top: 50%;
    left: 180px;
    transform: translateY(-50%); }
  .index-products .index-products-title-block {
    color: #1d4e89;
    margin-bottom: 40px; }
    .index-products .index-products-title-block .title {
      font-size: 6rem;
      font-weight: bold;
      font-style: italic;
      line-height: 6rem; }
    .index-products .index-products-title-block .txt {
      font-size: 3.6rem;
      font-weight: lighter;
      font-style: italic; }
  .index-products .block {
    width: 650px; }
  .index-products .slick-dots {
    width: 100%;
    text-align: center;
    width: 100%;
    margin-top: 30px; }
    .index-products .slick-dots li {
      display: inline-block;
      height: 14px;
      width: 14px;
      border-radius: 50%;
      margin: 0 4px;
      background: #1d4e89;
      opacity: 0.6; }
      .index-products .slick-dots li button {
        display: block;
        background: none;
        border: none;
        font-size: 0;
        height: 100%;
        cursor: pointer; }
      .index-products .slick-dots li.slick-active {
        opacity: 1; }

.index-products-list {
  margin: 0 -15px; }

.index-products-box {
  padding: 0 15px;
  transition: .3s; }
  .index-products-box a {
    display: block;
    background: url(../images/index-products-iconbg.jpg) no-repeat;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    margin: auto; }
  .index-products-box .pic {
    margin: 8px auto; }
    .index-products-box .pic img {
      width: 43px;
      height: 40px; }
  .index-products-box .title {
    color: #1d4e89;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600; }
  .index-products-box:hover {
    opacity: .85; }

/*========= about ==========*/
/*========= news ==========*/
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px; }
  .news-list .news-box {
    width: calc(100% / 3);
    padding: 0 30px;
    margin-bottom: 40px; }

.news-box .pic-group {
  display: flex;
  border-radius: 3px;
  overflow: hidden; }
  .news-box .pic-group .date {
    background: #949699;
    width: 86px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s; }
    .news-box .pic-group .date .day {
      font-weight: 600;
      color: #fff;
      font-size: 3.6rem;
      line-height: 4.6rem; }
    .news-box .pic-group .date .year-moon {
      font-weight: lighter; }
  .news-box .pic-group .pic {
    position: relative;
    padding-bottom: calc((124 / 342) * (100% - 86px));
    text-align: center;
    overflow: hidden;
    height: 0;
    width: calc(100% - 86px);
    background: #fff; }
    .news-box .pic-group .pic img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      display: block;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .news-box .pic-group .pic iframe,
    .news-box .pic-group .pic object,
    .news-box .pic-group .pic embed {
      position: absolute;
      display: block;
      margin: auto;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }

.news-box .content {
  padding: 20px 10px 0 10px; }

.news-box .title {
  color: #333;
  font-weight: bold;
  font-size: 1.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px; }

.news-box .txt {
  color: #333;
  font-weight: lighter;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.news-box:hover .pic-group .date {
  background: #1d4e89; }

.news-detail-title {
  margin-bottom: 40px; }
  .news-detail-title .title {
    color: #444;
    font-size: 3rem; }
  .news-detail-title .date {
    color: #aaa;
    font-size: 1.5rem;
    margin-top: 5px; }
    .news-detail-title .date i {
      margin-right: 10px; }

/*========= products ==========*/
.products-list {
  display: flex;
  margin: 0 -40px;
  flex-wrap: wrap; }
  .products-list .box {
    width: 25%;
    padding: 0 40px;
    margin-bottom: 40px; }
  .products-list .products-images .pic {
    position: relative;
    padding-bottom: calc((426 / 320) * 100%);
    text-align: center;
    overflow: hidden;
    height: 0; }
    .products-list .products-images .pic img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      display: block;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .products-list .products-images .pic iframe,
    .products-list .products-images .pic object,
    .products-list .products-images .pic embed {
      position: absolute;
      display: block;
      margin: auto;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }

.products-box .group {
  padding: 0 20px; }

.products-box .pic {
  position: relative;
  padding-bottom: 100%;
  text-align: center;
  overflow: hidden;
  height: 0;
  margin-bottom: 10px;
  transition: 0.3s; }
  .products-box .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .products-box .pic iframe,
  .products-box .pic object,
  .products-box .pic embed {
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .products-box .pic:hover {
    opacity: 0.6; }

.products-box .content {
  text-align: center; }
  .products-box .content .title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .products-box .content .txt {
    font-size: 1.3rem;
    color: #999;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.products-box .more {
  border: 1px solid #aaa;
  border-radius: 3px;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #555; }
  .products-box .more:hover {
    background: #aaa;
    color: #fff; }

.products-detail-pic {
  display: flex;
  margin-bottom: 100px; }
  .products-detail-pic .pic-block {
    width: calc( ( 500 / 1440 ) * 100%); }
    .products-detail-pic .pic-block .small-pic {
      border-top: 1px solid #eee;
      padding-top: 20px;
      position: relative; }
      .products-detail-pic .pic-block .small-pic .box {
        padding: 0 20px; }
      .products-detail-pic .pic-block .small-pic .slick-arrow {
        font-size: 1.2rem;
        width: 25px;
        height: 25px;
        border: 1px solid #aaa;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        top: -33px;
        line-height: 25px;
        text-align: center;
        color: #aaa;
        cursor: pointer; }
        .products-detail-pic .pic-block .small-pic .slick-arrow:hover {
          color: #1d4e89;
          border-color: #1d4e89; }
      .products-detail-pic .pic-block .small-pic .slick-prev {
        right: 35px; }
      .products-detail-pic .pic-block .small-pic .slick-next {
        right: 0; }
    .products-detail-pic .pic-block .box .pic {
      position: relative;
      padding-bottom: 100%;
      text-align: center;
      overflow: hidden;
      height: 0; }
      .products-detail-pic .pic-block .box .pic img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        display: block;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .products-detail-pic .pic-block .box .pic iframe,
      .products-detail-pic .pic-block .box .pic object,
      .products-detail-pic .pic-block .box .pic embed {
        position: absolute;
        display: block;
        margin: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
  .products-detail-pic .info-block {
    width: calc( ( 940 / 1440 ) * 100%);
    padding-left: 80px; }
    .products-detail-pic .info-block .pro-title {
      font-size: 4rem;
      color: #333;
      margin-bottom: 30px; }
      .products-detail-pic .info-block .pro-title span {
        display: inline-block;
        border-left: 1px solid #ddd;
        font-size: 1.4rem;
        color: #999;
        margin-left: 20px;
        padding-left: 20px;
        vertical-align: middle; }

.products-detail-tab .tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  margin-bottom: 60px; }
  .products-detail-tab .tabs li {
    margin-right: 80px; }
    .products-detail-tab .tabs li a {
      display: block;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 2rem;
      color: #7291b7;
      padding: 10px 0;
      border-bottom: 2px solid transparent; }
    .products-detail-tab .tabs li:last-child {
      margin-right: 0; }
    .products-detail-tab .tabs li:hover a {
      border-color: #fbb03b; }
    .products-detail-tab .tabs li.active a {
      border-color: #1d4e89;
      color: #1d4e89; }

/*========= contact ==========*/
.contact-group {
  display: flex; }

.contact-txt {
  display: flex;
  align-items: center;
  margin-bottom: 40px; }
  .contact-txt .contact-logo img {
    max-width: 100%;
    display: block; }
  .contact-txt .txt {
    color: #555;
    text-transform: uppercase;
    padding-left: 20px; }

.contact-left {
  width: 680px;
  padding-right: 80px; }

.contact-right {
  width: calc(100% - 680px); }
  .contact-right .map {
    height: 100%; }
    .contact-right .map iframe {
      width: 100%;
      height: 100%; }

.contact-info {
  display: flex;
  margin-bottom: 60px; }
  .contact-info .pic {
    width: 225px; }
    .contact-info .pic img {
      display: block;
      max-width: 100%; }
  .contact-info .info {
    width: calc(100% - 225px);
    padding-left: 25px; }
    .contact-info .info .title {
      color: #555;
      font-size: 2.2rem;
      font-weight: 600;
      text-transform: uppercase;
      padding-left: 20px;
      position: relative;
      margin-bottom: 20px; }
      .contact-info .info .title::before {
        content: "";
        display: block;
        width: 10px;
        height: 20px;
        background: #fbb03b;
        position: absolute;
        left: 0;
        top: 6px;
        border-radius: 3px; }
    .contact-info .info ul li {
      margin-bottom: 10px;
      color: #444;
      font-size: 1.5rem;
      font-weight: 600; }
      .contact-info .info ul li a {
        color: #444; }
        .contact-info .info ul li a:hover {
          text-decoration: underline;
          color: #fbb03b; }

.contact-from form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .contact-from form .box {
    margin-bottom: 30px; }
    .contact-from form .box .title {
      color: #555;
      display: block;
      font-weight: bold;
      margin-bottom: 10px; }
    .contact-from form .box .content input[type="text"],
    .contact-from form .box .content input[type="tel"],
    .contact-from form .box .content input[type="email"] {
      width: 100%;
      border: none;
      background: none;
      border-radius: 0;
      background: #fff;
      border-bottom: 1px solid #ccc;
      height: 30px; }
    .contact-from form .box .content textarea {
      width: 100%;
      border: none;
      background: none;
      border-radius: 0;
      background: #fff;
      border-bottom: 1px solid #ccc; }
    .contact-from form .box.name {
      width: calc(100% - 150px); }
    .contact-from form .box.gender .radio {
      margin-right: 10px;
      display: inline-block; }
    .contact-from form .box.tel, .contact-from form .box.email {
      width: calc(50% - 10px); }
    .contact-from form .box.message {
      width: 100%; }
    .contact-from form .box.code {
      width: 100%; }
      .contact-from form .box.code .content input {
        width: calc(100% - 80px);
        vertical-align: middle;
        display: inline-block; }
      .contact-from form .box.code .content img {
        vertical-align: middle;
        margin-left: 10px; }

.contact-from .contact-btn {
  text-align: center;
  display: block;
  width: 100%; }
  .contact-from .contact-btn .btn {
    background: none;
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    width: 105px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    font-size: 1.6rem;
    transition: 0.3s; }
    .contact-from .contact-btn .btn.send {
      background: #1d4e89; }
      .contact-from .contact-btn .btn.send:hover {
        background: #fbb03b; }
    .contact-from .contact-btn .btn.reset {
      background: #888; }
      .contact-from .contact-btn .btn.reset:hover {
        background: #fbb03b; }

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

/*========== header mobile ==========*/
@media (max-width: 1280px) {
  .main-menu .menu-layer1 > li {
    margin-left: 10px; }
  .main-search form {
    width: 200px; } }

@media (max-width: 1024px) {
  header {
    padding: 20px 0; }
    header .right-block {
      display: none;
      width: 100%;
      background: #fff;
      z-index: 3;
      position: fixed;
      top: 88px;
      left: 0;
      border-top: 1px solid #eee;
      padding: 20px 0 40px 0;
      height: calc(100vh - 90px); }
      header .right-block .group {
        display: flex;
        flex-wrap: wrap;
        transition: 0.3s; }
  .main-menu {
    width: 100%;
    order: 3;
    height: calc(100vh - 90px - 64px - 40px);
    overflow-y: auto; }
    .main-menu .menu-layer1 {
      padding-bottom: 40px; }
      .main-menu .menu-layer1 > li {
        margin-left: 30px;
        display: block;
        margin: 0; }
        .main-menu .menu-layer1 > li > a {
          padding: 20px; }
        .main-menu .menu-layer1 > li:not(.no-layer) > a::after {
          display: none; }
    .main-menu .menu-layer2 {
      left: 0;
      transform: unset;
      position: static; }
      .main-menu .menu-layer2 > li {
        width: 100%; }
        .main-menu .menu-layer2 > li > a {
          text-align: left; }
    .main-menu .menu-layer3 {
      left: 0;
      transform: unset;
      position: static; }
      .main-menu .menu-layer3 > li {
        width: 100%; }
        .main-menu .menu-layer3 > li > a {
          text-align: left; }
  .language {
    width: 100%;
    order: 1;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 0 20px; }
    .language .title {
      display: none; }
    .language ul {
      position: static;
      display: flex;
      transform: unset; }
      .language ul li {
        width: 100%;
        margin: 0 10px; }
        .language ul li a {
          display: block;
          color: #1d4e89;
          border: 1px solid #eee;
          background: #fff; }
        .language ul li.active a {
          background: #1d4e89;
          color: #fff; }
  .main-search {
    width: 100%;
    order: 2;
    margin-left: 0;
    padding: 0 20px; }
    .main-search form {
      width: 100%; }
  .menu-bar {
    display: block; } }

/*========== footer mobile ==========*/
@media (max-width: 1280px) {
  footer .info-block .info ul {
    display: block;
    margin-top: 20px; } }

@media (max-width: 1024px) {
  footer .menu-block {
    display: none; }
  footer .info-block {
    flex-wrap: wrap; }
  footer .info-box {
    width: 50%; }
  footer .sns-box {
    width: 50%; }
  footer .copyright-box {
    width: 100%;
    margin-top: 20px; } }

@media (max-width: 640px) {
  footer {
    padding: 40px 0; } }

@media (max-width: 480px) {
  footer {
    padding: 20px 0; }
    footer .info-block .addres-title {
      font-weight: normal; }
    footer .info-block .info .addres-txt {
      margin-right: 0px; }
    footer .info-block .info ul li span.title {
      font-weight: normal; }
    footer .info-box {
      width: 100%;
      margin-top: 10px;
      text-align: center; }
    footer .sns-box {
      width: 100%;
      margin-top: 10px;
      text-align: center; }
      footer .sns-box .title {
        font-weight: normal; }
    footer .copyright-box {
      text-align: center; }
    footer .copyright {
      font-weight: normal; }
    footer .iware {
      font-weight: normal; } }

/*========== pageBasic mobile ==========*/
@media (max-width: 1024px) {
  aside {
    display: none; }
  .btn-group .top a {
    width: 60px;
    height: 60px;
    line-height: 60px; }
  .index-main .btn-group .top,
  .page-main .btn-group .top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    top: initial; } }

@media (max-width: 960px) {
  .page-main-title {
    font-size: 3rem;
    margin-bottom: 20px; }
    .page-main-title .icon::before {
      height: 30px;
      bottom: -30px; }
    .page-main-title .title {
      margin-top: -5px; } }

@media (max-width: 640px) {
  .btn-group .top a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem; }
  .index-main .btn-group .top,
  .page-main .btn-group .top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    top: initial; } }

@media (max-width: 480px) {
  .page-section {
    padding: 30px 0 60px 0; }
  .pagination .arrow a {
    width: 30px;
    height: 30px; }
  .pagination .arrow.prev {
    margin-right: 0; }
  .pagination .arrow.next {
    margin-left: 0; }
  .pagination li a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px; } }

/*========== index mobile ==========*/
@media (max-width: 1440px) {
  .index-news .news-list .news-box:nth-child(1) {
    padding: 0 15px 0 0; }
  .index-news .news-list .news-box:nth-child(2) {
    padding: 0 15px; }
  .index-news .news-list .news-box:nth-child(3) {
    padding: 0 0 0 15px; } }

@media (max-width: 1280px) {
  .index-news {
    padding: 80px 0 40px 0; }
    .index-news .news-list {
      width: 100%; }
  .index-block-title {
    display: none; } }

@media (max-width: 1024px) {
  .index-news {
    padding: 60px 0 40px 0; } }

@media (max-width: 960px) {
  .index-news .news-list .news-box {
    margin-bottom: 20px; }
    .index-news .news-list .news-box:nth-child(1) {
      padding: 0 10px; }
    .index-news .news-list .news-box:nth-child(2) {
      padding: 0 10px; }
    .index-news .news-list .news-box:nth-child(3) {
      padding: 0 10px; }
  .index-products {
    height: 400px; }
    .index-products .container {
      left: 0; } }

@media (max-width: 768px) {
  .case-box .container {
    position: relative;
    display: block; }
  .case-box .content {
    width: 85%;
    background: rgba(255, 255, 255, 0.85);
    padding: 30px;
    height: auto;
    flex-direction: row; }
  .case-box .pro-content {
    width: calc(100% - 135px); }
  .case-box .sort {
    margin-bottom: 0; }
  .case-box .title {
    margin-bottom: 10px; }
  .case-box .pic {
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%; }
    .case-box .pic img {
      width: 100%;
      max-height: unset; }
  .case-box .more {
    border-color: #fff;
    background: #fbb03b;
    color: #fff; }
  .case-box:hover .content {
    background: rgba(251, 176, 59, 0.85); }
  .case-box:nth-child(odd) {
    background: none; }
    .case-box:nth-child(odd) .content {
      padding-right: 40px;
      text-align: right;
      flex-direction: row-reverse; }
      .case-box:nth-child(odd) .content .pro-content {
        padding-right: 20px; }
  .case-box:nth-child(even) {
    background: none; }
    .case-box:nth-child(even) .content {
      padding-left: 40px;
      margin-left: auto; }
      .case-box:nth-child(even) .content .pro-content {
        padding-left: 20px; }
  .index-products .index-products-title-block .title {
    font-size: 4rem;
    line-height: 4rem; }
  .index-products .index-products-title-block .txt {
    font-size: 2.2rem; }
  .index-products .block {
    width: 100%; } }

@media (max-width: 640px) {
  .index-news .news-list .news-box:nth-child(1) {
    padding: 0; }
  .index-news .news-list .news-box:nth-child(2) {
    padding: 0; }
  .index-news .news-list .news-box:nth-child(3) {
    padding: 0; }
  .index-news .more {
    text-align: center; }
  .case-box .container {
    padding: 0; }
  .case-box .content {
    width: 100%;
    padding: 20px; }
  .case-box .title {
    font-size: 2.4rem; }
  .case-box .pic img {
    height: 100%; }
  .case-box:nth-child(odd) .content {
    padding-right: 30px; }
    .case-box:nth-child(odd) .content .pro-content {
      padding-right: 10px; }
  .case-box:nth-child(even) .content {
    padding-left: 30px; }
    .case-box:nth-child(even) .content .pro-content {
      padding-left: 10px; }
  .index-products .index-products-title-block {
    margin-bottom: 20px; }
  .index-products-list {
    margin: 0 -10px; }
  .index-products-box {
    padding: 0 10px; } }

@media (max-width: 480px) {
  .index-news {
    padding: 40px 0; }
  .case-box .sort {
    font-weight: normal; }
  .case-box .txt {
    font-weight: normal; }
  .index-products .index-products-title-block .txt {
    font-weight: normal; }
  .index-products-list {
    margin: 0 -10px; }
  .index-products-box {
    padding: 0 5px; } }

@media (max-width: 375px) {
  .case-box .pro-pic {
    width: 80px; }
  .case-box .pro-content {
    width: calc(100% - 80px); } }

/*========== about mobile ==========*/
/*========== news mobile ==========*/
@media (max-width: 960px) {
  .news-list .news-box {
    width: 50%;
    margin-bottom: 20px; } }

@media (max-width: 640px) {
  .news-list {
    margin: 0; }
    .news-list .news-box {
      width: 100%;
      max-width: 420px;
      margin: 0 auto 30px auto;
      padding: 0; } }

@media (max-width: 480px) {
  .news-box .pic-group .date .year-moon {
    font-weight: normal; }
  .news-box .content {
    padding: 10px; }
  .news-box .txt {
    font-weight: normal; } }

@media (max-width: 375px) {
  .news-box .pic-group .date .day {
    font-size: 3rem;
    line-height: 3.2rem; } }

/*========== products mobile ==========*/
@media (max-width: 1024px) {
  .products-list {
    margin: 0 -20px; }
    .products-list .box {
      padding: 0 20px; }
  .products-box .group {
    padding: 0; }
  .products-detail-pic .pic-block {
    width: 400px; }
  .products-detail-pic .info-block {
    width: calc(100% - 400px);
    padding-left: 40px; }
  .products-detail-tab .tabs li {
    margin-right: 40px; } }

@media (max-width: 960px) {
  .products-list .box {
    width: 33%; }
  .products-detail-pic {
    display: block;
    margin-bottom: 60px; }
    .products-detail-pic .pic-block {
      width: 400px;
      max-width: 100%;
      margin: 0 auto 40px auto; }
    .products-detail-pic .info-block {
      width: 100%;
      padding-left: 0; } }

@media (max-width: 768px) {
  .products-list .products-images {
    display: none; }
  .products-box .content .title {
    font-size: 2rem;
    margin-bottom: 5px; }
  .products-box .content .txt {
    margin-bottom: 10px; }
  .products-box .more {
    height: 35px;
    line-height: 35px; }
  .products-detail-tab .tabs li {
    margin-right: 20px; }
    .products-detail-tab .tabs li a {
      font-size: 1.6rem; } }

@media (max-width: 640px) {
  .products-list .box {
    width: 50%; }
  .products-box .more {
    font-size: 1.4rem; }
  .products-detail-pic {
    margin-bottom: 40px; }
    .products-detail-pic .pic-block {
      margin-bottom: 20px; }
    .products-detail-pic .info-block .pro-title {
      font-size: 3.4rem;
      margin-bottom: 15px; }
      .products-detail-pic .info-block .pro-title span {
        margin-left: 10px;
        padding-left: 10px; }
  .products-detail-tab .tabs li {
    margin-bottom: 10px;
    margin-right: 5px; }
    .products-detail-tab .tabs li a {
      padding: 10px;
      background: #1d4e89;
      color: #fff; }
    .products-detail-tab .tabs li:hover a {
      border-color: #fbb03b; }
    .products-detail-tab .tabs li.active a {
      background: #fbb03b;
      color: #fff; } }

/*========== contact mobile ==========*/
@media (max-width: 1280px) {
  .contact-left {
    width: 600px;
    padding-right: 40px; }
  .contact-right {
    width: calc(100% - 600px); } }

@media (max-width: 1024px) {
  .contact-left {
    width: 500px;
    padding-right: 40px; }
  .contact-right {
    width: calc(100% - 500px); } }

@media (max-width: 960px) {
  .contact-txt {
    display: block; }
    .contact-txt .contact-logo {
      width: 80%; }
    .contact-txt .txt {
      padding-left: 0;
      margin-top: 20px; }
  .contact-group {
    flex-wrap: wrap;
    flex-direction: column-reverse; }
  .contact-left {
    width: 100%;
    padding-right: 0; }
  .contact-right {
    width: 100%;
    margin-bottom: 40px; }
    .contact-right .map {
      height: 300px; } }

@media (max-width: 480px) {
  .contact-txt {
    margin-bottom: 20px; }
  .contact-info .pic {
    display: none; }
  .contact-info .info {
    width: 100%;
    padding-left: 0; }
  .contact-from form .box.tel, .contact-from form .box.email {
    width: 100%; } }
