@font-face {
  font-family: 'RobotoBlack';
  src: url("/public/fonts/roboto-2014/Roboto-Black.ttf") format("truetype"), url("/public/fonts/roboto-2014/Roboto-Black.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'RobotoBlackItalic';
  src: url("/public/fonts/roboto-2014/Roboto-BlackItalic.ttf") format("truetype"), url("/public/fonts/roboto-2014/Roboto-BlackItalic.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'RobotoBold';
  src: url("/public/fonts/roboto-2014/Roboto-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'RobotoBoldItalic';
  src: url("/public/fonts/roboto-2014/Roboto-BoldItalic.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'RobotoItalic';
  src: url("/public/fonts/roboto-2014/Roboto-Italic.ttf") format("truetype"), url("/public/fonts/roboto-2014/Roboto-Italic.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'RobotoLight';
  src: url("/public/fonts/roboto-2014/Roboto-Light.ttf") format("truetype"), url("/public/fonts/roboto-2014/Roboto-Light.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'RobotoLightItalic';
  src: url("/public/fonts/roboto-2014/Roboto-LightItalic.ttf") format("truetype"), url("/public/fonts/roboto-2014/Roboto-LightItalic.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'RobotoMedium';
  src: url("/public/fonts/roboto-2014/Roboto-Medium.ttf") format("truetype"), url("/public/fonts/roboto-2014/Roboto-Medium.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'RobotoRegular';
  src: url("/public/fonts/roboto-2014/Roboto-Regular.ttf") format("truetype"), url("/public/fonts/roboto-2014/Roboto-Regular.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'RobotoThin';
  src: url("/public/fonts/roboto-2014/Roboto-Thin.ttf") format("truetype"), url("/public/fonts/roboto-2014/Roboto-Thin.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'RobotoThinItalic';
  src: url("/public/fonts/roboto-2014/Roboto-ThinItalic.ttf") format("truetype"), url("/public/fonts/roboto-2014/Roboto-ThinItalic.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: 'iconfont';
  src: url("/public/fonts/fa-icon/iconfont.woff2") format("woff2"), url("/public/fonts/fa-icon/iconfont.woff") format("woff"), url("/public/fonts/fa-icon/iconfont.ttf") format("truetype"); }
.container {
  margin: 0 auto;
  width: 86%;
  max-width: 1500px;
  min-width: 900px; }
  @media (max-width: 1000px) {
    .container {
      width: 90%; } }

html, body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5; }

.formSet input, .formSet textarea, .formSet select {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 2px;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset; }
  .formSet input:hover, .formSet textarea:hover, .formSet select:hover {
    border: 1px solid #666;
    border-radius: 5px; }
.formSet input {
  height: 50px;
  line-height: 50px; }
.formSet input[type=checkbox] {
  width: 50px;
  display: inline-block;
  cursor: pointer; }
.formSet textarea {
  height: 150px;
  line-height: 30px;
  overflow-y: scroll; }
.formSet input[type=submit] {
  background-color: #22627b;
  color: #fff;
  cursor: pointer; }
.formSet select {
  width: 100%;
  height: 50px; }
  .formSet select option {
    padding-top: 10px;
    padding-bottom: 10px; }

.page-show .show-pro .content {
  border: 1px solid #f0f0f0; }
  .page-show .show-pro .content .btn-list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: start;
    background-color: #f0f0f0; }
    .page-show .show-pro .content .btn-list .btn {
      line-height: 50px;
      padding: 0 30px;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold;
      color: #737373;
      border-bottom: 1px solid #f0f0f0;
      border-right: 1px solid #fff; }
      .page-show .show-pro .content .btn-list .btn:last-child {
        border-right: none; }
      .page-show .show-pro .content .btn-list .btn.curr {
        background-color: #fff;
        border-bottom-color: #fff;
        color: #333;
        border-top: 2px solid #012F5E;
        margin-top: -1px; }
  .page-show .show-pro .content .panels {
    margin: 30px; }
    .page-show .show-pro .content .panels .panel {
      display: none; }
      .page-show .show-pro .content .panels .panel .tag-list .tagsa {
        display: inline-block;
        line-height: 40px;
        padding: 0 30px;
        background-color: #999;
        margin-right: 5px; }
        .page-show .show-pro .content .panels .panel .tag-list .tagsa:hover {
          background-color: #012F5E;
          color: #fff; }
      .page-show .show-pro .content .panels .panel.curr {
        display: block; }

html, body {
  font-family: 'Century Gothic',"Calibri",'Arial';
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto; }

.container {
  width: 94%;
  max-width: 1920px;
  min-width: 1200px; }
  .container .dataForm {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between; }
    .container .dataForm .formSet {
      width: 48%; }
      .container .dataForm .formSet .login_btn {
        background-color: #22627b;
        color: #fff; }
    .container .dataForm .inquireToBasket, .container .dataForm .thead-table {
      width: 48%; }
      .container .dataForm .inquireToBasket th, .container .dataForm .inquireToBasket td, .container .dataForm .thead-table th, .container .dataForm .thead-table td {
        padding: 5px 5px;
        vertical-align: center;
        border: 1px solid #eee; }
      .container .dataForm .inquireToBasket th, .container .dataForm .thead-table th {
        background-color: #ccc;
        color: #333;
        font-size: 18px;
        line-height: 2em; }
      .container .dataForm .inquireToBasket tr, .container .dataForm .thead-table tr {
        width: 100%; }
        .container .dataForm .inquireToBasket tr .td-pic, .container .dataForm .thead-table tr .td-pic {
          width: 100px;
          height: 100px;
          text-align: center; }
          .container .dataForm .inquireToBasket tr .td-pic img, .container .dataForm .thead-table tr .td-pic img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .container .dataForm .inquireToBasket tr .td-Options, .container .dataForm .thead-table tr .td-Options {
          width: 100px;
          text-align: center; }
        .container .dataForm .inquireToBasket tr .td-name, .container .dataForm .thead-table tr .td-name {
          width: auto;
          text-align: left; }
      .container .dataForm .inquireToBasket .template-item, .container .dataForm .thead-table .template-item {
        padding: 15px 0;
        border-bottom: 1px solid #ccc; }
        .container .dataForm .inquireToBasket .template-item .pic, .container .dataForm .thead-table .template-item .pic {
          flex: 0 0 auto;
          margin-right: 20px;
          width: 60px;
          height: 60px;
          border-radius: 5px;
          overflow: hidden; }
          .container .dataForm .inquireToBasket .template-item .pic img, .container .dataForm .thead-table .template-item .pic img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .container .dataForm .inquireToBasket .template-item .text, .container .dataForm .thead-table .template-item .text {
          flex: 1 1 auto;
          position: relative; }
          .container .dataForm .inquireToBasket .template-item .text .title, .container .dataForm .thead-table .template-item .text .title {
            display: block;
            width: 80%;
            font-size: 20px;
            font-weight: bold;
            line-height: 30px; }
          .container .dataForm .inquireToBasket .template-item .text span, .container .dataForm .thead-table .template-item .text span {
            position: absolute;
            right: 5px;
            bottom: 5px;
            cursor: pointer;
            color: #666; }
            .container .dataForm .inquireToBasket .template-item .text span:before, .container .dataForm .thead-table .template-item .text span:before {
              content: "\e1a27";
              margin-right: 2px; }
    .container .dataForm .line {
      width: 1px;
      background-color: #ccc; }
  .container .basket_alert_div {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.1); }
    .container .basket_alert_div .basket_alert {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #fff;
      padding: 50px;
      border-radius: 10px; }
      .container .basket_alert_div .basket_alert .text {
        text-align: center;
        font-size: 20px;
        line-height: 1em; }
        .container .basket_alert_div .basket_alert .text:before {
          color: #012F5E;
          font-size: 40px;
          line-height: 20px;
          margin-right: 10px; }
      .container .basket_alert_div .basket_alert .basket_btn {
        margin-top: 40px; }
        .container .basket_alert_div .basket_alert .basket_btn .alert_btn {
          display: block;
          padding: 10px 20px;
          border-radius: 5px;
          font-size: 18px;
          color: #fff; }
          .container .basket_alert_div .basket_alert .basket_btn .alert_btn.visit {
            background-color: #012F5E; }
          .container .basket_alert_div .basket_alert .basket_btn .alert_btn.inquiry {
            margin-left: 20px;
            background-color: #AC3122; }

a:hover {
  color: #AC3122; }

.logo-company {
  position: relative;
  background-color: #FFF;
  z-index: 999; }
  .logo-company .path {
    flex: 0 0 auto;
    padding: 0 10px; }
    .logo-company .path.logo-box {
      flex: 1 1 auto;
      padding: 10px 10px 10px 5vw; }
      .logo-company .path.logo-box .logo-txt {
        justify-content: center;
        white-space: nowrap;
        margin-left: 1vw; }
        .logo-company .path.logo-box .logo-txt .txt-1 {
          font-size: 26px;
          font-weight: bold;
          color: #AC3122; }
        .logo-company .path.logo-box .logo-txt .txt-2 {
          font-size: 12px; }
    .logo-company .path.nav-box .nav-ul-1 {
      height: 100%; }
    .logo-company .path.nav-box .nav-li-1 {
      height: 100%;
      justify-content: center; }
      .logo-company .path.nav-box .nav-li-1 .nav-a-1 {
        display: block;
        padding: 20px 10px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: RobotoRegular;
        font-size: 14px; }
      .logo-company .path.nav-box .nav-li-1:hover .nav-a-1 {
        color: #AC3122; }
      .logo-company .path.nav-box .nav-li-1:hover .nav-ul-2 {
        display: block; }
    .logo-company .path.nav-box .nav-ul-2 {
      position: absolute;
      display: none;
      top: 100%;
      left: 0;
      width: 100%; }
      .logo-company .path.nav-box .nav-ul-2 .nav-dl-2 {
        justify-content: center;
        padding: 10px;
        box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.12);
        background-color: #FFF; }
        .logo-company .path.nav-box .nav-ul-2 .nav-dl-2 .nav-a-2 {
          display: block;
          font-weight: bold;
          font-family: Roboto;
          text-transform: uppercase;
          width: 100%;
          height: 40px;
          line-height: 40px;
          border-bottom: 1px solid #AC3122; }
          .logo-company .path.nav-box .nav-ul-2 .nav-dl-2 .nav-a-2:hover {
            color: #AC3122; }
        .logo-company .path.nav-box .nav-ul-2 .nav-dl-2 .nav-dd-2:nth-child(n+2) {
          margin-left: 20px; }
        .logo-company .path.nav-box .nav-ul-2 .nav-dl-2 .nav-dl-3 {
          margin-top: 20px;
          display: grid;
          grid-template-columns: auto;
          grid-template-rows: repeat(4, auto);
          grid-row-gap: 12px;
          grid-column-gap: 12px;
          grid-auto-flow: column; }
          .logo-company .path.nav-box .nav-ul-2 .nav-dl-2 .nav-dl-3 > * {
            margin: 0;
            overflow: hidden;
            width: 100%; }
          .logo-company .path.nav-box .nav-ul-2 .nav-dl-2 .nav-dl-3 .nav-dd-3 {
            max-width: 150px; }
            .logo-company .path.nav-box .nav-ul-2 .nav-dl-2 .nav-dl-3 .nav-dd-3 .nav-a-3 {
              display: block;
              position: relative;
              padding-left: 10px;
              font-size: 12px;
              line-height: 15px; }
              .logo-company .path.nav-box .nav-ul-2 .nav-dl-2 .nav-dl-3 .nav-dd-3 .nav-a-3:before {
                content: "";
                width: 0;
                height: 0;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                transform-origin: center;
                transition: all 100ms linear;
                border-left: 3px solid #AC3122; }
              .logo-company .path.nav-box .nav-ul-2 .nav-dl-2 .nav-dl-3 .nav-dd-3 .nav-a-3:hover:before {
                height: 100%; }
    .logo-company .path.tel-box {
      justify-content: center;
      color: #AC3122;
      font-size: 18px;
      font-weight: bold; }
    .logo-company .path.search-box {
      align-items: center;
      justify-content: center;
      position: relative;
      margin-right: 2vw; }
      .logo-company .path.search-box:before {
        font-size: 30px; }
      .logo-company .path.search-box .form-search {
        position: absolute;
        top: 100%;
        right: 0;
        display: none; }
        .logo-company .path.search-box .form-search.on {
          display: block; }
      .logo-company .path.search-box .text-box {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        justify-content: start; }
        .logo-company .path.search-box .text-box .layui-form-select {
          width: 100px; }
          .logo-company .path.search-box .text-box .layui-form-select .layui-this {
            color: #012F5E; }
        .logo-company .path.search-box .text-box .searchtext {
          border: 1px solid #EEE;
          padding: 0 10px;
          width: 300px; }
        .logo-company .path.search-box .text-box .layui-input:focus, .logo-company .path.search-box .text-box input:focus {
          border-color: #012F5E !important; }
        .logo-company .path.search-box .text-box .searchbtn {
          color: #fff;
          background-color: #012F5E;
          padding: 0 20px; }

.index-item {
  padding: 100px 0; }
  .index-item .sort-box {
    text-align: center;
    margin-bottom: 64px; }
    .index-item .sort-box .sort-name {
      position: relative;
      font-size: 38px;
      font-weight: 700;
      font-family: "RobotoRegular";
      text-transform: uppercase;
      letter-spacing: 0.5px;
      line-height: 40px;
      margin-bottom: 20px; }
      .index-item .sort-box .sort-name span {
        color: #AC3122; }
      .index-item .sort-box .sort-name:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -15px;
        transform: translateX(-50%);
        width: 100px;
        height: 0;
        border-bottom: 3px solid #AC3122; }
    .index-item .sort-box .sort-subname {
      height: 60px;
      line-height: 60px;
      position: relative;
      display: none; }
      .index-item .sort-box .sort-subname .txt {
        font-size: 21px;
        font-weight: bold;
        position: relative;
        z-index: 3; }
      .index-item .sort-box .sort-subname .background {
        text-transform: uppercase;
        font-size: 54px;
        background-color: #FFF;
        color: rgba(209, 209, 209, 0.5);
        padding: 0 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        z-index: 2; }
      .index-item .sort-box .sort-subname:before {
        content: "";
        position: absolute;
        z-index: 1;
        width: 80%;
        height: 0;
        left: 10%;
        top: 50%;
        transform: translateY(-50%);
        border-bottom: 2px solid #333; }
  .index-item .sort-box-2 .sort-name {
    position: relative;
    font-size: 38px;
    font-weight: 700;
    font-family: "RobotoRegular";
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-bottom: 20px; }
    .index-item .sort-box-2 .sort-name span {
      color: #AC3122; }
    .index-item .sort-box-2 .sort-name:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 100px;
      height: 0;
      border-bottom: 5px solid #AC3122; }
  .index-item .sort-box-2.flex {
    justify-content: space-between; }
  .index-item .sort-box-2 .contact-box {
    align-items: center;
    color: #AC3122;
    font-size: 14px; }
    .index-item .sort-box-2 .contact-box a {
      display: block;
      height: 40px;
      line-height: 40px;
      background-color: #AC3122;
      color: #FFF;
      padding: 0 40px;
      border-radius: 20px;
      font-size: 16px; }
      .index-item .sort-box-2 .contact-box a:hover {
        background-color: #AC3122; }
    .index-item .sort-box-2 .contact-box li + li {
      margin-left: 20px; }

.index-products {
  padding: 0; }
  .index-products .container {
    padding: 50px 0;
    margin-top: -80px;
    box-shadow: 0 0 11px 0 rgba(51, 51, 51, 0.2);
    position: relative;
    z-index: 9;
    background-color: #FFF; }
  .index-products .list {
    margin-top: 50px;
    justify-content: space-evenly; }
    .index-products .list .item {
      text-align: center;
      width: 180px; }
      .index-products .list .item .icon {
        font-size: 100px;
        line-height: 1em;
        color: #666; }
      .index-products .list .item .pic-box {
        width: 100px;
        height: 100px;
        overflow: hidden;
        margin: 0 auto;
        border-radius: 10px; }
        .index-products .list .item .pic-box .img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
          .index-products .list .item .pic-box .img.img1 {
            display: block; }
          .index-products .list .item .pic-box .img.img2 {
            display: none; }
      .index-products .list .item .title {
        margin-top: 20px;
        font-size: 20px; }
      .index-products .list .item:hover .icon {
        color: #AC3122; }
      .index-products .list .item:hover .pic-box .img.img1 {
        display: none; }
      .index-products .list .item:hover .pic-box .img.img2 {
        display: block; }

.index-apply .list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 1.04vw;
  grid-column-gap: 1.04vw; }
  .index-apply .list > * {
    margin: 0;
    overflow: hidden;
    width: 100%; }
  .index-apply .list .item {
    transition: all 500ms linear; }
    .index-apply .list .item:hover {
      box-shadow: 0 5px 20px 0 #cccccc inset; }
      .index-apply .list .item:hover .pic .img {
        transform: scale(1.05); }
      .index-apply .list .item:hover .pic .text {
        background-color: #012F5E; }
  .index-apply .list .pic {
    padding-bottom: 61.8%;
    overflow: hidden; }
    .index-apply .list .pic .img {
      transition: all 500ms linear; }
    .index-apply .list .pic .text {
      width: 100%;
      height: 100%;
      position: absolute;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      align-items: center;
      justify-content: center;
      background-color: #AC3122;
      color: #FFF;
      transition: all 500ms linear;
      font-size: 20px; }
  .index-apply .list .title {
    line-height: 3;
    text-align: center;
    font-size: 19px;
    font-weight: bold; }

.index-service {
  background-color: #f7f7f7; }
  .index-service .tabs-box {
    margin-top: 50px; }
    .index-service .tabs-box .tabs .tab {
      background-color: #FFF;
      padding: 20px 0;
      border-radius: 10px;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      color: #666; }
      .index-service .tabs-box .tabs .tab i:before {
        font-size: 36px;
        font-style: normal;
        font-weight: normal;
        line-height: 60px; }
      .index-service .tabs-box .tabs .tab:nth-child(n+2) {
        margin-left: 20px; }
      .index-service .tabs-box .tabs .tab.curr {
        background-color: #AC3122;
        color: #FFF; }
    .index-service .tabs-box .tab-content {
      margin-top: 30px;
      background-color: #FFF; }
      .index-service .tabs-box .tab-content .tab-pane {
        display: none; }
        .index-service .tabs-box .tab-content .tab-pane.curr {
          display: block; }
      .index-service .tabs-box .tab-content .text-box {
        padding: 30px;
        flex: 1 1 auto; }
        .index-service .tabs-box .tab-content .text-box .title-box {
          padding-bottom: 30px;
          position: relative; }
          .index-service .tabs-box .tab-content .text-box .title-box:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 20px;
            width: 100px;
            height: 3px;
            background-color: #AC3122; }
          .index-service .tabs-box .tab-content .text-box .title-box .header {
            font-size: 34px;
            font-weight: bold;
            font-family: RobotoRegular;
            margin-top: 10px; }
          .index-service .tabs-box .tab-content .text-box .title-box .sub-header {
            line-height: 40px;
            font-size: 22px;
            color: #666; }
        .index-service .tabs-box .tab-content .text-box .content {
          font-size: 18px;
          line-height: 30px; }
      .index-service .tabs-box .tab-content .pic {
        flex: 0 0 auto;
        width: 40%;
        max-width: 750px; }
        .index-service .tabs-box .tab-content .pic img {
          width: 100%;
          height: 100%;
          object-fit: cover; }

.index-customization {
  padding: 80px 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .index-customization .sort-box .sort-name {
    color: #FFF; }
    .index-customization .sort-box .sort-name:before {
      display: none; }
  .index-customization .sort-box .sort-subname {
    display: block; }
    .index-customization .sort-box .sort-subname .background {
      color: #FFF;
      background-color: transparent;
      font-family: RobotoRegular;
      font-weight: bold;
      letter-spacing: 1px; }
    .index-customization .sort-box .sort-subname:before {
      display: none; }
  .index-customization .list {
    margin-top: 50px;
    border-top: 2px solid #AC3122;
    justify-content: space-around; }
    .index-customization .list .item {
      color: #FFF;
      width: 300px;
      position: relative;
      padding-top: 120px; }
      .index-customization .list .item:before {
        content: "";
        position: absolute;
        height: 120px;
        width: 0;
        border-left: 2px solid #AC3122;
        top: 0;
        left: 20%; }
      .index-customization .list .item .title {
        margin: 30px 0 10px;
        width: 100%;
        font-family: "RobotoRegular", "Arial";
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 33px;
        text-transform: uppercase; }
      .index-customization .list .item .desc {
        font-family: "calibri", "Arial";
        font-size: 16px;
        letter-spacing: .32px;
        line-height: 28px;
        width: 100%;
        -ms-flex-item-align: stretch;
        align-self: stretch; }

.index-data .main-list {
  width: 60%;
  margin: 40px auto 0;
  justify-content: space-between; }
  .index-data .main-list .item {
    width: 30%;
    flex: 0 0 auto; }
    .index-data .main-list .item .title {
      text-align: center;
      font-size: 100px;
      font-weight: 900;
      font-family: "RobotoRegular", "Arial";
      line-height: 85px;
      color: #AC3122;
      letter-spacing: -5px; }
      .index-data .main-list .item .title .units {
        margin-left: 15px;
        font-size: 36px;
        line-height: 30px; }
    .index-data .main-list .item .desc {
      font-size: 16px;
      font-family: "calibri", "Arial";
      letter-spacing: 0.32px;
      margin-top: 20px;
      line-height: 28px; }

.index-news {
  background-color: #f7f7f7; }
  .index-news .roll-box {
    margin-top: 30px; }
  .index-news .list .item {
    padding: 0 1.5vw; }
    .index-news .list .item .outer-div {
      height: 100%; }
      .index-news .list .item .outer-div .pic {
        position: relative;
        padding-bottom: 80%; }
        .index-news .list .item .outer-div .pic img {
          position: absolute;
          width: 100%;
          height: 100%; }
      .index-news .list .item .outer-div .text-box {
        position: relative;
        z-index: 3;
        background-color: #fff;
        padding: 30px; }
      .index-news .list .item .outer-div .date {
        font-size: 14px;
        color: #080808;
        letter-spacing: 0.28px;
        height: 17px;
        line-height: 17px; }
      .index-news .list .item .outer-div .title {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 28px;
        height: 56px;
        letter-spacing: 0.44px;
        margin: 5px 0 3px;
        color: #1d1832;
        font-size: 22px;
        font-weight: bold;
        font-family: "RobotoRegular", "Arial"; }
      .index-news .list .item .outer-div .desc {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 24px;
        height: 72px;
        font-size: 12px;
        font-family: "calibri", "Arial";
        color: #434343; }
      .index-news .list .item .outer-div .more {
        margin-top: 20px;
        font-size: 14px;
        font-style: italic;
        font-weight: 700;
        color: #AC3122;
        text-decoration: underline;
        line-height: 1em; }
  .index-news .more-div {
    text-align: center;
    margin-top: 30px; }
  .index-news .sort-a {
    display: inline-block;
    margin: 0 auto;
    padding: 0 25px;
    width: auto;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #AC3122;
    color: #FFF;
    font-weight: bold; }
    .index-news .sort-a:after {
      content: "\e1031"; }
    .index-news .sort-a:hover {
      background-color: #c33120; }
  .index-news .swiper-button-prev, .index-news .swiper-button-next {
    color: #AC3122; }
  .index-news .swiper-pagination-fraction {
    font-size: 22px; }
    .index-news .swiper-pagination-fraction .swiper-pagination-current {
      font-weight: bold;
      color: #AC3122; }

.index-contact {
  padding: 0px 0 50px;
  background-color: #FFF;
  position: relative;
  z-index: 2; }
  .index-contact .container {
    box-shadow: 0 0 11px 0 rgba(51, 51, 51, 0.2);
    padding: 50px 60px;
    transform: translateY(80px);
    background-color: #FFF; }
  .index-contact .path {
    flex: 1 0 0; }
  .index-contact .left-box .txt-1 {
    margin-top: 40px; }
  .index-contact .left-box .tel-box {
    margin-top: 30px;
    width: 80%; }
    .index-contact .left-box .tel-box .tel {
      justify-content: space-between;
      line-height: 30px;
      color: #AC3122;
      font-size: 16px;
      font-weight: bold; }
      .index-contact .left-box .tel-box .tel a {
        font-weight: bold;
        color: #AC3122; }
        .index-contact .left-box .tel-box .tel a:hover {
          text-decoration: underline;
          color: #8f0023; }
  .index-contact .left-box .request-box {
    margin-top: 20px; }
    .index-contact .left-box .request-box .request-title {
      font-size: 24px;
      font-weight: bold;
      font-family: "RobotoRegular", "Arial"; }
    .index-contact .left-box .request-box .request-txt {
      font-size: 14px;
      font-family: "calibri", "Arial";
      margin-bottom: 20px; }
    .index-contact .left-box .request-box .request-link {
      display: inline-block;
      margin: 20px auto 0;
      padding: 0 25px;
      width: auto;
      height: 50px;
      line-height: 50px;
      border-radius: 25px;
      background-color: #090710;
      color: #FFF;
      font-weight: bold; }
      .index-contact .left-box .request-box .request-link:after {
        content: "\e1031"; }
      .index-contact .left-box .request-box .request-link:hover {
        background-color: #100c1f; }
  .index-contact .right-box {
    margin-left: 50px; }

.messages-box .title {
  font-weight: bold;
  line-height: 2.5; }
.messages-box input[type=submit] {
  background-color: #8f0023;
  color: #FFF;
  cursor: pointer; }

.footer-nav {
  background-color: #012F5E;
  padding: 80px 0 50px;
  color: #FFF; }
  .footer-nav a {
    color: #cccccc; }
    .footer-nav a:hover {
      color: #FFF; }
  .footer-nav .container {
    justify-content: space-around; }
  .footer-nav .sort-name {
    position: relative;
    font-size: 20px;
    font-family: "RobotoRegular", "Arial";
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 30px; }
    .footer-nav .sort-name:before {
      content: "";
      width: 50px;
      height: 0;
      border-bottom: 3px solid #AC3122;
      position: absolute;
      left: 0;
      bottom: -15px; }
  .footer-nav .text-path .content-box {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(4, auto);
    grid-row-gap: 10px;
    grid-column-gap: 30px;
    grid-auto-flow: column; }
    .footer-nav .text-path .content-box .item {
      max-width: 350px;
      line-height: 25px;
      font-family: "calibri", "Arial"; }
      .footer-nav .text-path .content-box .item:before {
        color: #AC3122;
        font-family: iconfont; }
  .footer-nav .icon-path .icon-box {
    display: grid;
    grid-template-columns: repeat(4, 40px);
    grid-template-rows: auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px; }
    .footer-nav .icon-path .icon-box > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .footer-nav .icon-path .icon-box .item {
      width: 44px;
      height: 44px;
      position: relative;
      border-radius: 50%;
      border: 2px solid #FFF;
      overflow: hidden; }
      .footer-nav .icon-path .icon-box .item:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        line-height: 1em; }
      .footer-nav .icon-path .icon-box .item .nav-a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 3; }
      .footer-nav .icon-path .icon-box .item:hover {
        border-color: #cccccc; }
        .footer-nav .icon-path .icon-box .item:hover:before {
          color: #cccccc; }
  .footer-nav .pic-path .content-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important; }
    .footer-nav .pic-path .content-box .item {
      text-align: center;
      width: 150px; }
      .footer-nav .pic-path .content-box .item .title {
        margin-top: 10px;
        font-family: "RobotoRegular", "Arial";
        font-size: 16px; }
      .footer-nav .pic-path .content-box .item:nth-child(n + 2) {
        margin-left: 20px; }

.copyright {
  background-color: #FFF;
  padding: 20px 0; }
  .copyright .container.flex {
    justify-content: space-around; }
  .copyright .list {
    justify-content: flex-start; }
    .copyright .list .item {
      padding: 0 10px;
      text-align: center;
      line-height: 1em;
      font-family: "calibri", "Arial"; }
      .copyright .list .item:nth-child(n+2) {
        border-left: 1px solid #666; }

.currLocation {
  margin: 30px 0;
  color: #012F5E;
  font-family: "calibri", "Arial";
  font-size: 18px;
  font-weight: bold; }
  .currLocation .nav_x:before {
    margin-right: 10px;
    color: #AC3122;
    font-family: iconfont; }

.page-box {
  margin-top: 30px;
  margin-bottom: 50px; }

.page-left-box {
  width: 18vw;
  margin-right: 2vw;
  padding-bottom: 20px;
  flex: 0 0 auto;
  box-shadow: 0 0 11px 0 rgba(51, 51, 51, 0.2); }
  .page-left-box .left-sub-nav .nav-a-1 {
    display: block;
    width: 100%;
    line-height: 3;
    background-color: #AC3122;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.44px;
    font-family: "RobotoRegular", "Arial";
    font-size: 22px;
    font-weight: bold; }
  .page-left-box .left-sub-nav .category {
    padding: 0 10%; }
    .page-left-box .left-sub-nav .category .sub-nav {
      margin-top: 20px; }
      .page-left-box .left-sub-nav .category .sub-nav .nav-a-2 {
        display: block;
        color: #012F5E;
        line-height: 2.5em;
        font-size: 20px;
        font-weight: bold; }
        .page-left-box .left-sub-nav .category .sub-nav .nav-a-2:hover {
          color: #AC3122; }
      .page-left-box .left-sub-nav .category .sub-nav .item-3 {
        margin-bottom: 10px; }
      .page-left-box .left-sub-nav .category .sub-nav .nav-a-3 {
        display: block;
        line-height: 1.5em;
        color: #012F5E;
        width: 100%;
        font-size: 18px;
        font-family: "calibri", "Arial";
        font-weight: bold; }
      .page-left-box .left-sub-nav .category .sub-nav .nav-ul-4 {
        margin-left: 1em;
        margin-bottom: 10px; }
        .page-left-box .left-sub-nav .category .sub-nav .nav-ul-4 .item-4 {
          font-size: 13px;
          margin-bottom: 5px; }

.page-right-box {
  flex: 1 1 auto; }

.page-list .page-right-box .list-pro .item, .page-list .page-right-box .list-video .item, .page-list .page-right-box .list-news .item, .page-list .page-right-box .list-resources .item {
  box-shadow: 0 0 11px 0 rgba(51, 51, 51, 0.2); }
  .page-list .page-right-box .list-pro .item .outer-div .pic, .page-list .page-right-box .list-video .item .outer-div .pic, .page-list .page-right-box .list-news .item .outer-div .pic, .page-list .page-right-box .list-resources .item .outer-div .pic {
    overflow: hidden; }
    .page-list .page-right-box .list-pro .item .outer-div .pic img, .page-list .page-right-box .list-video .item .outer-div .pic img, .page-list .page-right-box .list-news .item .outer-div .pic img, .page-list .page-right-box .list-resources .item .outer-div .pic img {
      transition: all 500ms linear;
      opacity: 1; }
  .page-list .page-right-box .list-pro .item .outer-div .text-box, .page-list .page-right-box .list-video .item .outer-div .text-box, .page-list .page-right-box .list-news .item .outer-div .text-box, .page-list .page-right-box .list-resources .item .outer-div .text-box {
    padding: 30px 20px; }
    .page-list .page-right-box .list-pro .item .outer-div .text-box .title, .page-list .page-right-box .list-video .item .outer-div .text-box .title, .page-list .page-right-box .list-news .item .outer-div .text-box .title, .page-list .page-right-box .list-resources .item .outer-div .text-box .title {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-height: 24px;
      height: 72px;
      color: #012F5E;
      font-size: 18px;
      font-weight: bold; }
  .page-list .page-right-box .list-pro .item:hover .pic img, .page-list .page-right-box .list-video .item:hover .pic img, .page-list .page-right-box .list-news .item:hover .pic img, .page-list .page-right-box .list-resources .item:hover .pic img {
    transform: scale(1.01);
    opacity: 0.8; }
  .page-list .page-right-box .list-pro .item:hover .text-box .title, .page-list .page-right-box .list-video .item:hover .text-box .title, .page-list .page-right-box .list-news .item:hover .text-box .title, .page-list .page-right-box .list-resources .item:hover .text-box .title {
    color: #AC3122; }
.page-list .page-right-box .list-video .item .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: transparent;
  transition: all 500ms linear; }
.page-list .page-right-box .list-video .item .pic:before {
  content: "\e1b11";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  font-family: iconfont;
  font-size: 50px;
  line-height: 1em;
  transition: all 500ms linear; }
.page-list .page-right-box .list-video .item:hover .pic:after {
  background-color: rgba(1, 47, 94, 0.4); }
.page-list .page-right-box .list-video .item:hover .pic:before {
  color: #FFF; }
.page-list .page-right-box .list-news .item .outer-div .text-box {
  padding-bottom: 40px; }
  .page-list .page-right-box .list-news .item .outer-div .text-box .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px; }
  .page-list .page-right-box .list-news .item .outer-div .text-box .desc {
    margin-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 22px;
    height: 88px;
    color: #666;
    font-size: 14px;
    font-family: "calibri", "Arial"; }
.page-list .page-right-box .list-left-img-right-text .item {
  background-color: #F6F6F6; }
  .page-list .page-right-box .list-left-img-right-text .item .pic {
    width: 30%;
    max-width: 300px;
    flex: 0 0 auto; }
    .page-list .page-right-box .list-left-img-right-text .item .pic img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page-list .page-right-box .list-left-img-right-text .item .text-box {
    padding: 30px 3vw 30px 2.5vw;
    flex: 1 1 auto; }
    .page-list .page-right-box .list-left-img-right-text .item .text-box .title {
      font-size: 1.75rem;
      font-weight: bold; }
    .page-list .page-right-box .list-left-img-right-text .item .text-box .desc {
      margin-top: 20px;
      color: #666; }
.page-list .page-right-box .list-resources .item {
  background-color: #f7f7f7;
  position: relative;
  padding-bottom: 70px; }
  .page-list .page-right-box .list-resources .item .outer-div .text-box .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px; }
  .page-list .page-right-box .list-resources .item .outer-div .text-box .desc {
    margin-top: 20px;
    line-height: 22px;
    color: #666;
    font-size: 14px;
    font-family: "calibri", "Arial"; }
  .page-list .page-right-box .list-resources .item .more {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #AC3122;
    color: #FFF;
    font-size: 1.35rem;
    font-family: "calibri", "Arial";
    font-weight: bold; }
  .page-list .page-right-box .list-resources .item:hover .more {
    background-color: #c33120;
    color: #f7f7f7; }
.page-list .page-right-box .list-pdf .item {
  background-color: #f7f7f7;
  padding: 20px; }
  .page-list .page-right-box .list-pdf .item .outer-div {
    min-height: 250px; }
  .page-list .page-right-box .list-pdf .item .pic {
    width: 40%;
    flex: 0 0 auto; }
    .page-list .page-right-box .list-pdf .item .pic img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page-list .page-right-box .list-pdf .item .text-box {
    padding-left: 1vw; }
    .page-list .page-right-box .list-pdf .item .text-box .title {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-height: 25px;
      height: 75px;
      color: #AC3122;
      font-size: 1.4rem;
      font-weight: bold;
      font-family: "RobotoRegular", "Arial"; }
    .page-list .page-right-box .list-pdf .item .text-box .desc {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
      line-height: 22px;
      height: 110px;
      margin-bottom: 20px;
      font-weight: normal;
      font-family: "calibri", "Arial"; }
    .page-list .page-right-box .list-pdf .item .text-box .info {
      margin-top: 20px;
      justify-content: space-between;
      align-items: center; }
      .page-list .page-right-box .list-pdf .item .text-box .info .down-btn {
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        padding: 0 25px;
        background-color: #AC3122;
        color: #FFF;
        text-transform: uppercase;
        font-weight: bold; }
        .page-list .page-right-box .list-pdf .item .text-box .info .down-btn:hover {
          background-color: #c33120;
          color: #f7f7f7; }
      .page-list .page-right-box .list-pdf .item .text-box .info span {
        font-size: 14px; }
.page-list .page-right-box .list-down .item {
  background-color: #f7f7f7;
  padding: 20px; }
  .page-list .page-right-box .list-down .item .outer-div {
    min-height: 250px; }
  .page-list .page-right-box .list-down .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .page-list .page-right-box .list-down .item .text-box .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
    height: 50px;
    color: #AC3122;
    margin-top: 50px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "RobotoRegular", "Arial"; }
  .page-list .page-right-box .list-down .item .text-box .desc {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 22px;
    height: 88px;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: "calibri", "Arial"; }
  .page-list .page-right-box .list-down .item .text-box .info {
    margin-top: 20px;
    text-align: center; }
    .page-list .page-right-box .list-down .item .text-box .info .down-btn {
      display: inline-block;
      height: 40px;
      line-height: 40px;
      border-radius: 20px;
      padding: 0 25px;
      background-color: #AC3122;
      color: #FFF;
      text-transform: uppercase;
      font-weight: bold; }
      .page-list .page-right-box .list-down .item .text-box .info .down-btn:hover {
        background-color: #c33120;
        color: #f7f7f7; }
      .page-list .page-right-box .list-down .item .text-box .info .down-btn span {
        font-size: 12px; }
    .page-list .page-right-box .list-down .item .text-box .info span {
      font-size: 14px; }
.page-list .page-right-box .list-faqs .item .title {
  line-height: 1em;
  margin-bottom: 10px;
  font-size: 18px; }
  .page-list .page-right-box .list-faqs .item .title:before {
    content: "\e1051"; }
  .page-list .page-right-box .list-faqs .item .title.open {
    color: #AC3122;
    font-weight: bold; }
    .page-list .page-right-box .list-faqs .item .title.open:before {
      content: "\e1052"; }
.page-list .page-right-box .list-faqs .item .content {
  background-color: #f7f7f7;
  padding: 30px 40px;
  display: none; }
  .page-list .page-right-box .list-faqs .item .content.open {
    display: block; }

.page-show .show-pro .images-box {
  max-width: 55%; }
.page-show .show-pro .small-roll-box {
  margin-top: 20px;
  height: 100%; }
  .page-show .show-pro .small-roll-box .item {
    position: relative;
    opacity: 0.4; }
    .page-show .show-pro .small-roll-box .item.swiper-slide-thumb-active {
      opacity: 1; }
      .page-show .show-pro .small-roll-box .item.swiper-slide-thumb-active:before {
        border-color: #AC3122; }
    .page-show .show-pro .small-roll-box .item:before {
      content: "";
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      border: 1px solid #999; }
    .page-show .show-pro .small-roll-box .item.video-item:after {
      content: "\e1b01";
      position: absolute;
      background-color: rgba(172, 49, 34, 0.4);
      border-radius: 50%;
      z-index: 3;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #FFF;
      transition: all 500ms linear;
      font-size: 40px;
      height: 40px;
      line-height: 40px; }
    .page-show .show-pro .small-roll-box .item:hover {
      opacity: 1; }
    .page-show .show-pro .small-roll-box .item img {
      position: absolute;
      z-index: 1; }
.page-show .show-pro .big-area {
  margin: 0 50px 0 0;
  box-sizing: content-box;
  border: 1px solid #EFEFEF;
  overflow: hidden; }
  .page-show .show-pro .big-area .item video {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .page-show .show-pro .big-area .video-item {
    position: relative; }
    .page-show .show-pro .big-area .video-item:before {
      content: "\e1b01";
      position: absolute;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 50%;
      z-index: 3;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #FFF;
      transition: all 500ms linear;
      font-size: 100px;
      height: 100px;
      line-height: 100px; }
.page-show .show-pro .param-box .title {
  font-size: 18px;
  font-weight: bold;
  font-family: "RobotoRegular", "Arial"; }
.page-show .show-pro .param-box .desc {
  margin-top: 20px;
  font-family: "calibri", "Arial"; }
.page-show .show-pro .param-box .contact-list {
  margin-top: 20px; }
  .page-show .show-pro .param-box .contact-list .item {
    color: #AC3122;
    font-size: 18px;
    font-family: "RobotoRegular", "Arial";
    line-height: 1.5em; }
    .page-show .show-pro .param-box .contact-list .item span {
      font-weight: bold; }
.page-show .show-pro .param-box .btn-list {
  margin-top: 20px;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  gap: 20px 10px; }
  .page-show .show-pro .param-box .btn-list .btn {
    position: relative;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    cursor: pointer;
    border: 1px solid #AC3122;
    background-color: #AC3122;
    color: #FFF; }
    .page-show .show-pro .param-box .btn-list .btn a {
      color: #FFF; }
    .page-show .show-pro .param-box .btn-list .btn:after {
      margin-left: 10px; }
    .page-show .show-pro .param-box .btn-list .btn:hover {
      background-color: #FFF;
      color: #AC3122; }
      .page-show .show-pro .param-box .btn-list .btn:hover a {
        color: #AC3122; }
      .page-show .show-pro .param-box .btn-list .btn:hover .absolute_div {
        display: block; }
    .page-show .show-pro .param-box .btn-list .btn .absolute_div {
      display: none;
      position: absolute;
      left: 50%;
      bottom: 110%;
      padding: 10px;
      background-color: #FFFFFF;
      transform: translateX(-50%); }
      .page-show .show-pro .param-box .btn-list .btn .absolute_div img {
        max-width: 120px; }
.page-show .show-pro .content {
  margin-top: 50px;
  margin-bottom: 50px; }
.page-show .show-news .contentBox {
  margin-bottom: 30px; }
  .page-show .show-news .contentBox .title {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    font-family: "RobotoRegular", "Arial";
    line-height: 1.5em; }
  .page-show .show-news .contentBox .time {
    text-align: center;
    color: #999;
    font-size: 14px;
    font-weight: normal; }
  .page-show .show-news .contentBox .content {
    padding: 50px 20px;
    font-family: "calibri", "Arial"; }

.page-show-contact .factory-box {
  justify-content: space-between; }
  .page-show-contact .factory-box .text-box {
    flex: 1 1 auto;
    padding: 50px 0;
    color: #012F5E; }
    .page-show-contact .factory-box .text-box .name {
      font-family: "RobotoRegular", "Arial";
      font-size: 22px;
      font-weight: bold; }
    .page-show-contact .factory-box .text-box .content {
      margin-top: 20px; }
      .page-show-contact .factory-box .text-box .content a {
        color: #AC3122; }
        .page-show-contact .factory-box .text-box .content a:hover {
          color: #012F5E; }
  .page-show-contact .factory-box .pic-box {
    flex: 0 0 auto;
    max-width: 50%;
    margin-left: 1vw; }
.page-show-contact .regional-box {
  margin-top: 50px; }
  .page-show-contact .regional-box .sort {
    color: #012F5E;
    margin-bottom: 20px;
    font-family: "RobotoRegular", "Arial";
    font-size: 22px;
    font-weight: bold; }
  .page-show-contact .regional-box .agency-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 30px;
    grid-column-gap: 2.6vw;
    color: #012F5E; }
    .page-show-contact .regional-box .agency-list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .page-show-contact .regional-box .agency-list a {
      color: #AC3122; }
      .page-show-contact .regional-box .agency-list a:hover {
        color: #012F5E; }
    .page-show-contact .regional-box .agency-list .item {
      background-color: #fafafa;
      padding: 20px; }
      .page-show-contact .regional-box .agency-list .item .name {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px; }
      .page-show-contact .regional-box .agency-list .item .content {
        font-size: 16px; }
.page-show-contact .mapAndMessage {
  margin-top: 50px; }
  .page-show-contact .mapAndMessage .maps {
    flex: 0 0 auto;
    width: 50%;
    margin-right: 2vw; }
  .page-show-contact .mapAndMessage .message {
    flex: 1 1 auto; }

.inquire-list-page .inquireToBasket th, .inquire-list-page .inquireToBasket td, .inquire-list-page .thead-table th, .inquire-list-page .thead-table td {
  padding: 10px 20px;
  vertical-align: center;
  border: 1px solid #eee; }
.inquire-list-page .inquireToBasket th, .inquire-list-page .thead-table th {
  background-color: #ccc; }
.inquire-list-page .inquireToBasket tr, .inquire-list-page .thead-table tr {
  width: 100%; }
  .inquire-list-page .inquireToBasket tr .td-pic, .inquire-list-page .thead-table tr .td-pic {
    width: 200px;
    text-align: center; }
  .inquire-list-page .inquireToBasket tr .td-Options, .inquire-list-page .thead-table tr .td-Options {
    width: 200px;
    text-align: center; }
  .inquire-list-page .inquireToBasket tr .td-name, .inquire-list-page .thead-table tr .td-name {
    width: auto;
    text-align: left; }
.inquire-list-page .formSet input.common_bg {
  background-color: #AC3122;
  font-weight: bold; }

.site-map-page {
  padding: 50px 0; }
  .site-map-page .sitemap {
    padding: 30px; }
  .site-map-page .sitename {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    justify-content: center; }
    .site-map-page .sitename .tag-a {
      font-size: 20px;
      font-weight: normal;
      margin-left: 20px; }
  .site-map-page .navul {
    padding-top: 20px; }
    .site-map-page .navul .navli {
      padding-right: 16px;
      flex: none; }
    .site-map-page .navul .navli_first {
      font-weight: bold; }
  .site-map-page .dataul {
    flex-wrap: wrap;
    padding: 16px;
    border: 1px dashed #333; }
    .site-map-page .dataul .datali {
      width: 19%;
      margin-right: 1%; }

.page-show-client .page-right-box .text-box {
  margin-top: 30px;
  color: #012F5E;
  font-size: 16px; }
.page-show-client .page-right-box .client_path {
  margin-top: 50px; }
  .page-show-client .page-right-box .client_path .client_area {
    color: #012F5E;
    text-align: center;
    font-size: 32px;
    font-family: "RobotoRegular", "Arial";
    font-weight: bold;
    margin-bottom: 30px; }
  .page-show-client .page-right-box .client_path .client_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-rows: auto;
    grid-row-gap: 10px;
    grid-column-gap: 20px;
    font-family: "calibri", "Arial"; }
    .page-show-client .page-right-box .client_path .client_list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .page-show-client .page-right-box .client_path .client_list .item .country {
      color: #AC3122; }

.page-list-standards .list-standards {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
  .page-list-standards .list-standards .item .outer-div {
    align-items: center;
    background-color: #EBEBEB;
    border: 1px solid #EBEBEB; }
  .page-list-standards .list-standards .item .pic {
    flex: none;
    width: 100px;
    height: 80px;
    background-color: #FFF;
    padding: 10px 10px; }
    .page-list-standards .list-standards .item .pic img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .page-list-standards .list-standards .item .title {
    flex: none;
    padding: 0 10px 0 18px;
    font-size: 14px; }

.page-list-self .list-dcode {
  margin-top: 30px; }
  .page-list-self .list-dcode .item {
    background-color: #F6F6F6; }
    .page-list-self .list-dcode .item:hover .title {
      background-color: #7a2b21; }
    .page-list-self .list-dcode .item .pic {
      border: 1px solid #EBEBEB;
      background-color: #FFF; }
    .page-list-self .list-dcode .item .text-box {
      text-align: center;
      padding: 5% 3%; }
    .page-list-self .list-dcode .item .title {
      text-transform: uppercase;
      display: inline-block;
      background-color: #AC3122;
      color: #FFF;
      height: 50px;
      line-height: 50px;
      border-radius: 25px;
      padding: 0 20px;
      font-family: "RobotoRegular", "Arial";
      letter-spacing: 1px; }
      .page-list-self .list-dcode .item .title:after {
        content: "\e1031";
        font-family: iconfont; }

.page-show-standards .show-box .title {
  font-size: 36px;
  font-family: "RobotoRegular", "Arial"; }
.page-show-standards .show-box .content {
  margin-top: 30px;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important; }
  .page-show-standards .show-box .content .pic-box {
    flex: none;
    max-width: 40%;
    margin-right: 50px; }
  .page-show-standards .show-box .content .text {
    width: 200px;
    flex: auto; }

.page-show-industry {
  margin-top: 60px; }
  .page-show-industry .container {
    max-width: 1200px; }
  .page-show-industry .right-bottom-img .title {
    font-size: 2rem;
    font-weight: normal;
    font-family: "RobotoRegular", "Arial";
    line-height: 1em;
    text-transform: uppercase;
    color: #AC3122;
    margin-bottom: 1rem; }
  .page-show-industry .right-bottom-img .text-box {
    line-height: 1.6em;
    margin-bottom: 1.6rem; }
  .page-show-industry .right-bottom-img .text-img {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important; }
    .page-show-industry .right-bottom-img .text-img .text-box2 {
      flex: 1 1  auto; }
      .page-show-industry .right-bottom-img .text-img .text-box2 .text {
        margin-bottom: 1.6rem; }
      .page-show-industry .right-bottom-img .text-img .text-box2 .h2 {
        font-size: 1.7em;
        font-family: "calibri", "Arial";
        border-bottom: solid 2px #e7e7e8;
        color: #717073;
        margin-top: 1em;
        padding-bottom: 6px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 0.6em; }
    .page-show-industry .right-bottom-img .text-img .pic {
      width: 30%;
      flex: 0 0 auto;
      position: relative;
      margin-right: 30px; }
  .page-show-industry .text-BgColor-4Icon {
    background-color: #0091B3;
    padding: 3rem 0; }
    .page-show-industry .text-BgColor-4Icon .grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 30px;
      grid-column-gap: 100px;
      color: #FFF; }
      .page-show-industry .text-BgColor-4Icon .grid > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      .page-show-industry .text-BgColor-4Icon .grid .text-box {
        font-size: 5rem;
        font-weight: bold;
        font-family: "RobotoRegular", "Arial";
        text-align: right; }
      .page-show-industry .text-BgColor-4Icon .grid .icon-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-row-gap: 30px;
        grid-column-gap: 30px;
        width: 330px; }
        .page-show-industry .text-BgColor-4Icon .grid .icon-list > * {
          margin: 0;
          overflow: hidden;
          width: 100%; }
        .page-show-industry .text-BgColor-4Icon .grid .icon-list .outer-div {
          width: 150px;
          margin: 0 auto;
          text-align: center; }
          .page-show-industry .text-BgColor-4Icon .grid .icon-list .outer-div .pic {
            margin: 0 auto;
            width: 115px;
            height: 115px;
            border-radius: 50%;
            overflow: hidden; }
          .page-show-industry .text-BgColor-4Icon .grid .icon-list .outer-div .text {
            margin-top: 10px; }
            .page-show-industry .text-BgColor-4Icon .grid .icon-list .outer-div .text a {
              color: #FFF;
              font-size: 1.2rem;
              line-height: 1.2em; }
              .page-show-industry .text-BgColor-4Icon .grid .icon-list .outer-div .text a:after {
                content: "\e1101";
                margin-left: 5px;
                font-family: iconfont; }
  .page-show-industry .textImg {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important; }
    .page-show-industry .textImg:nth-child(2n) {
      flex-direction: row-reverse;
      background-color: #F6F6F6; }
    .page-show-industry .textImg .text {
      width: 50%;
      flex: 0 0 auto;
      padding: 4rem 5%;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column;
      justify-content: center; }
      .page-show-industry .textImg .text .title {
        font-size: 2.2rem;
        font-weight: bold;
        font-family: "RobotoRegular", "Arial";
        color: #AC3122;
        line-height: 1em;
        margin-bottom: 1em; }
      .page-show-industry .textImg .text .list {
        margin-top: 30px; }
        .page-show-industry .textImg .text .list .item:nth-child(n+2) {
          margin-top: 15px; }
        .page-show-industry .textImg .text .list .item a {
          text-transform: uppercase;
          display: inline-block;
          background-color: #AC3122;
          color: #FFF;
          height: 50px;
          line-height: 50px;
          border-radius: 25px;
          padding: 0 20px;
          font-family: "RobotoRegular", "Arial";
          letter-spacing: 1px; }
          .page-show-industry .textImg .text .list .item a:after {
            content: "\e1031";
            font-family: iconfont; }
          .page-show-industry .textImg .text .list .item a:hover {
            background-color: #7a2b21; }
    .page-show-industry .textImg .pic {
      width: 50%;
      flex: 0 0 auto;
      position: relative;
      min-height: 480px; }
      .page-show-industry .textImg .pic .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .page-show-industry .standards {
    background-color: #1E1933;
    margin-top: 50px;
    padding: 50px 0; }
    .page-show-industry .standards .text {
      text-align: center;
      font-size: 2rem;
      font-family: "RobotoRegular", "Arial";
      color: #FFF; }
    .page-show-industry .standards .list {
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 30px;
      grid-column-gap: 30px; }
      .page-show-industry .standards .list > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      .page-show-industry .standards .list .item {
        border: 1px solid #FFF;
        position: relative; }
        .page-show-industry .standards .list .item .pic {
          background-color: #FFF;
          position: relative;
          z-index: 2;
          padding-bottom: 80%;
          overflow: hidden; }
          .page-show-industry .standards .list .item .pic img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            object-fit: cover; }
        .page-show-industry .standards .list .item .text-box {
          position: absolute;
          z-index: 3;
          left: 0;
          bottom: 0;
          width: 100%;
          text-align: center; }
          .page-show-industry .standards .list .item .text-box .title {
            background-color: rgba(172, 49, 34, 0.8);
            color: #FFF;
            padding: 0px 2%;
            width: 100%;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-align: center;
            font-size: 1.4rem; }
  .page-show-industry .standards2 {
    background-color: #1E1933;
    margin-top: 50px;
    padding: 50px 0; }
    .page-show-industry .standards2 .text {
      text-align: center;
      font-size: 2rem;
      font-family: "RobotoRegular", "Arial";
      color: #FFF; }
    .page-show-industry .standards2 .list {
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 30px;
      grid-column-gap: 30px; }
      .page-show-industry .standards2 .list > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      .page-show-industry .standards2 .list .item {
        border: 1px solid #FFF;
        position: relative; }
        .page-show-industry .standards2 .list .item .pic {
          background-color: #FFF;
          position: relative;
          z-index: 2;
          padding-bottom: 80%;
          overflow: hidden; }
          .page-show-industry .standards2 .list .item .pic img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            object-fit: cover; }
        .page-show-industry .standards2 .list .item .title {
          position: absolute;
          z-index: 3;
          left: 0;
          bottom: 0;
          width: 100%;
          text-align: center;
          background-color: rgba(172, 49, 34, 0.8);
          color: #FFF;
          padding: 0px 2%;
          width: 100%;
          display: block;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          text-align: center;
          font-size: 1.4rem; }
        .page-show-industry .standards2 .list .item .desc {
          position: absolute;
          z-index: 4;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          text-align: center;
          background-color: rgba(0, 0, 0, 0.7);
          color: #FFF;
          padding: 3%;
          line-height: 1.1;
          display: -webkit-flex !important;
          display: flex !important;
          -ms-display: flex !important;
          align-items: center;
          justify-content: center;
          transform: scaleY(0);
          transform-origin: bottom;
          transition: all 500ms ease-in-out; }
        .page-show-industry .standards2 .list .item:hover .desc {
          transform: scaleY(1); }
  .page-show-industry .products {
    margin-top: 50px; }
    .page-show-industry .products .text {
      text-align: center;
      font-size: 2rem;
      font-family: "RobotoRegular", "Arial";
      color: #AC3122; }
    .page-show-industry .products .list {
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 30px;
      grid-column-gap: 30px; }
      .page-show-industry .products .list > * {
        margin: 0;
        overflow: hidden;
        width: 100%; }
      .page-show-industry .products .list .item {
        background-color: #F6F6F6;
        border: 1px solid #DDD;
        padding: 3%; }
        .page-show-industry .products .list .item .pic {
          background-color: #FFF;
          position: relative;
          padding-bottom: 100%;
          overflow: hidden; }
          .page-show-industry .products .list .item .pic img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            object-fit: contain; }
        .page-show-industry .products .list .item .text-box .title {
          padding: 28px 0;
          width: 100%;
          display: block;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          text-align: center;
          font-size: 1.4rem; }
        .page-show-industry .products .list .item .text-box .desc {
          margin-bottom: 20px; }
        .page-show-industry .products .list .item .text-box .btn-list {
          text-align: center;
          margin-top: 20px;
          margin-bottom: 30px; }
          .page-show-industry .products .list .item .text-box .btn-list .btn {
            text-transform: uppercase;
            display: inline-block;
            background-color: #AC3122;
            color: #FFF;
            height: 50px;
            line-height: 50px;
            border-radius: 25px;
            padding: 0 20px;
            font-family: "RobotoRegular", "Arial";
            font-weight: bold; }
            .page-show-industry .products .list .item .text-box .btn-list .btn:after {
              content: "\e1031";
              font-family: iconfont; }
            .page-show-industry .products .list .item .text-box .btn-list .btn:hover {
              background-color: #7a2b21; }

.page-show-locations .locations-box {
  justify-content: space-between; }
  .page-show-locations .locations-box .text-box {
    width: 45%;
    flex: none; }
  .page-show-locations .locations-box .locations-list {
    width: 52%;
    flex: none;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap; }
    .page-show-locations .locations-box .locations-list .item {
      width: 250px;
      padding: 10px 20px; }
      .page-show-locations .locations-box .locations-list .item .outer-div {
        background-color: #DDD;
        color: #333;
        text-align: center;
        padding: 20px;
        font-family: "calibri", "Arial"; }
        .page-show-locations .locations-box .locations-list .item .outer-div .name {
          font-size: 16px; }
.page-show-locations .maps {
  margin-top: 40px; }

.footer-sticky {
  width: 100%;
  padding: 0.5rem 0;
  position: sticky;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background: rgba(107, 108, 111, 0.95);
  z-index: 10000;
  color: #FFF;
  font-size: 18px;
  font-family: RobotoRegular;
  -webkit-font-smoothing: antialiased; }
  .footer-sticky .container {
    justify-content: center; }
  .footer-sticky .left-box, .footer-sticky .right-box {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 0 1em; }
  .footer-sticky .sortList {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: center;
    background: #FFF;
    color: #9d162e !important;
    text-align: center;
    padding: 0.3em 1em;
    border-radius: 25px;
    height: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    font-family: RobotoRegular;
    letter-spacing: 1.26px; }
    .footer-sticky .sortList:after {
      content: "\e1031"; }
  .footer-sticky .tel {
    color: #FFF; }


