/* Blog-only shared layout bundle. Generated by project002 work/blog-css-chain-2026-09-04/build.cjs. Rebuild after editing any source CSS. */
/* Source: style.css; original cascade order preserved. */
@font-face {
  font-family: 'icomoon';
  src:  url("https://www.metal-domes.com/public/2024/style/fonts/icomoon.eot?k07wku");
  src:  url("https://www.metal-domes.com/public/2024/style/fonts/icomoon.eot?k07wku#iefix") format('embedded-opentype'),
    url("https://www.metal-domes.com/public/2024/style/fonts/icomoon.ttf?k07wku") format('truetype'),
    url("https://www.metal-domes.com/public/2024/style/fonts/icomoon.woff?k07wku") format('woff'),
    url("https://www.metal-domes.com/public/2024/style/fonts/icomoon.svg?k07wku#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e901";
}
.icon-back:before {
  content: "\e902";
}
.icon-edit:before {
  content: "\e903";
}
.icon-toutiao:before {
  content: "\e904";
}
.icon-sina:before {
  content: "\e905";
}
.icon-QQ:before {
  content: "\e906";
}
.icon-weixin:before {
  content: "\e907";
}
.icon-fontsize:before {
  content: "\e908";
}
.icon-user:before {
  content: "\e909";
}
.icon-search2:before {
  content: "\e90f";
}
.icon-arrowright:before {
  content: "\e913";
}
.icon-arrowrighttop:before {
  content: "\e914";
}
.icon-close:before {
  content: "\e915";
}
.icon-home:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-location:before {
  content: "\e947";
}
.icon-location2:before {
  content: "\e948";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-spinner3:before {
  content: "\e97c";
}
.icon-earth:before {
  content: "\e9ca";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-heart:before {
  content: "\e9da";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-arrow-right:before {
  content: "\ea34";
}
.icon-arrow-left:before {
  content: "\ea38";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-mail2:before {
  content: "\ea84";
}
.icon-mail3:before {
  content: "\ea85";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-google-plus2:before {
  content: "\ea8c";
}
.icon-google-plus3:before {
  content: "\ea8d";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-dribbble:before {
  content: "\eaa7";
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-linkedin2:before {
  content: "\eaca";
}

/* Source: animate.css; original cascade order preserved. */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/* Source: reset_css.css; original cascade order preserved. */
/* - - - - - - - - - 默认值标准化  - - - - - - - - -*/
html,body,span,h1,h2,h3,h4,h5,p,blockquote,pre,a,address,code,
del,em,img,dl,dt,dd,ol,ul,li,fieldset,form,label{margin:0;padding:0;border:0;font-style:inherit;font-family:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,audio,video{margin:0;padding:0;display: block;}
html{-webkit-text-size-adjust:none;}
img{border:none;vertical-align:middle;}
input,select,button{padding:0;margin:0;outline:none;line-height: inherit;font-size: inherit;font-family:inherit;vertical-align:middle;}
textarea{resize:none;font-family:inherit;padding:0;margin:0;font-size: inherit;}
input::-ms-clear{display: none;}
input:focus,textarea:focus,button:focus{outline:none; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none!important; margin: 0;}
input[type=button],input[type=submit],input[type=reset],input[type=text],input[type=file],button{-webkit-appearance:none; border-radius:0;}
button{cursor:pointer;}
html{height:100%;position: relative;}
body{font-size:14px;min-width:0;width:100%;background-color:#fff;font-family:-apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif;height:100%;position:relative;color:#333;max-width:2560px;margin:0 auto!important;}
ul,ol{list-style-type:none;}
i,em,address{font-style:normal;}
a{text-decoration:none;color:#4f4f4f;}
a:hover{text-decoration:none;transition:color 200ms linear,background-color 200ms linear,border-color 200ms linear;color:#1e4cdf;}
a:active{}
a:visited{}
.clear{display: block;clear: both;width:100%;}
.photo{background:#666;position:relative;overflow:hidden;display: block;}
.photo img{display:block;width:100%;height:100%;object-fit:cover;transition:all 0.3s linear;}
.photo.photo--pos{position:relative;overflow:hidden;}
.photo.photo--pos img{position:absolute;left:0;top:0;}
.iconPic{vertical-align:middle;}
.iconPic img{width:100%;height:100%;display:block;object-fit:contain;}
[class^='icon--']{display:inline-block;width:24px;height:24px;vertical-align:middle;background-size:cover!important;}
.icon--fdj{width:50px;height:52px;background:url("https://www.metal-domes.com/public/2024/images/icon-fdj.png") no-repeat left top;}



/*按钮扩散效果*/
.ani--diffuse{position:relative;overflow:hidden;z-index:100;}
.ani--diffuse:hover::before{transform:scale3d(12,12,1);}
.ani--diffuse::before{content:'';z-index:-1;position:absolute;top:50%;left:100%;margin:-15px 0 0 1px;width:30px;height:30px;border-radius:50%;transform-origin:100% 50%;transform:scale3d(1,2,1);transition:transform 0.3s,opacity 0.3s;transition-timing-function:cubic-bezier(0.7,0,0.9,1);background:rgba(255,255,255,0.21);}

.color-red{color:#ff0204;}


.btn-video{position:absolute;width:76px;height:76px;cursor:pointer;border-radius:50px;left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,0.5);z-index:1000;background-color:#dcdcdc;}
.btn-video:hover{background:#fff;}
.btn-video::before{position:absolute;content:'';border-radius: 5px;top:50%;left:60%;transform:translate(-50%,-50%);border:14px solid #000;border-top-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-left-width:20px;}


/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
 #baguetteBox-overlay{
    display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,0.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease;}
    #baguetteBox-overlay.visible{opacity:1;}
    #baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center;}
    #baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%;}
    #baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);}
    #baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,0.6);font-family:sans-serif;}
    #baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px;}
    #baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease;}
    #baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out;}
    #baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out;}
    @-webkit-keyframes bounceFromRight{
    0%{margin-left:0;}
    50%{margin-left:-30px;}
    100%{margin-left:0;}
    }
    @keyframes bounceFromRight{
    0%{margin-left:0;}
    50%{margin-left:-30px;}
    100%{margin-left:0;}
    }
    @-webkit-keyframes bounceFromLeft{
    0%{margin-left:0;}
    50%{margin-left:30px;}
    100%{margin-left:0;}
    }
    @keyframes bounceFromLeft{
    0%{margin-left:0;}
    50%{margin-left:30px;}
    100%{margin-left:0;}
    }
    .baguetteBox-button#next-button,.baguetteBox-button#previous-button{ top:50%;top:calc(50% - 30px);width:44px;height:60px;}
    .baguetteBox-button{position:absolute;cursor:pointer;outline:none;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,0.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease;}
    .baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,0.9);}
    .baguetteBox-button#next-button{right:2%;}
    .baguetteBox-button#previous-button{left:2%;}
    .baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px;}
    .baguetteBox-button svg{position:absolute;left:0;top:0;}
    
    .baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px;}
    .baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out;}
    .baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s;}
    @-webkit-keyframes bounce{
    0%,100%{-webkit-transform:scale(0);transform:scale(0);}
    50%{-webkit-transform:scale(1);transform:scale(1);}
    }
    @keyframes bounce{
    0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0);}
    50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
    }

/* Source: swiper.min.css; original cascade order preserved. */
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

/* Source: all.css; original cascade order preserved. */
@media screen and (min-width:768px){ 
	[class^='mobile-']{display:none;}
	/*页头*/
	#header{position:absolute;top:0px;left:0px;right:0px;z-index:1400;background:linear-gradient(to bottom , rgb(24, 73, 165) 0% , rgba(0, 0, 0, 0) 78%);background-size:auto 100%;height:292px;}
	#header .metal-domes-module-top{width:100%;flex:none;}
	#header>.center{display:flex;justify-content:space-between;flex-wrap:wrap;box-sizing:border-box;}
	#header>.center::after{content:none;}
	#header .metal-domes-logo{flex:none;margin-top:10px;}
	#header .metal-domes-logo img{filter:brightness(100);}
	#header .metal-domes-module-menu{flex:auto;max-width:850px;}
	#header.header_change{height:auto;background:linear-gradient(to top , rgba(30, 76, 223,0.9) 8% , rgba(36, 69, 140,0.9) 64%);padding-bottom:5px;box-shadow:0 12px 20px -12px rgba(0, 0, 0, 0.35);z-index:2000;}
	#header.header_change .metal-domes-module-menu{margin-top:5px;}
	/*组件-菜单*/
	.metal-domes-module-menu ul{display:flex;}
	.metal-domes-module-menu ul>li{position:relative;flex:auto;font-weight:bold;}
		.metal-domes-module-menu ul>li ._white_arrow{width:14px;height:9px;display:inline-block;transition:all 0.2s ease-in;margin-left:8px;background-size:cover;}
	.metal-domes-module-menu ul>li ._white_arrow::before{width:0px;height:0px;border:6px solid transparent;border-top:6px solid #fff;content:"";top:50%;display:inline-block;line-height:0px;position:absolute;}
		 .metal-domes-module-menu ul>li.hover ._white_arrow{transform:rotate(-180deg);}
	.metal-domes-module-menu ul>li>a{line-height:3.25;font-size:16px;text-decoration:none;padding-left:16px;padding-right:16px;display:inline-block;white-space:nowrap;color:#fff;}
	.metal-domes-module-menu ul>li:last-child{margin-right:0;}
		 .metal-domes-module-menu ul>li>a:hover{}
	.metal-domes-module-menu ol{position:absolute;top:100%;padding-top:10px;padding-bottom:10px;background-color:#fff;box-shadow:0 12px 20px -12px rgba(0, 0, 0, 0.35);min-width:200px;display:none;left:0px;border-radius:8px;}
		 .metal-domes-module-menu ol>li>a{line-height:2.60;text-align:left;font-size:15px;display:block;white-space:nowrap;padding-left:15px;padding-right:15px;}
		 .metal-domes-module-menu ol>li>a:hover{color:#fff;background-color:#1e4cdf;text-decoration:none;}
	}
	.center{margin:0 auto;width:calc(100% - 32px);max-width:1360px;box-sizing:border-box;}	
	.icon--uploadfile{background:url("https://www.metal-domes.com/public/2024/images/icon/icon-upload.png") no-repeat left top;width:18px;height:18px;}
	.icon--zan{width:153px;height:122px;background:url("https://www.metal-domes.com/public/2024/images/zan_png.png") no-repeat left top;display:inline-block;}
	.icon--email{background:url("https://www.metal-domes.com/public/2024/images/icon/icon-email.png") no-repeat left top;}
	.icon--tel{background:url("https://www.metal-domes.com/public/2024/images/icon/icon-tel.png") no-repeat left top;}
	.icon--time{width:21px;height:21px;background:url("https://www.metal-domes.com/public/2024/images/icon/icon-time.png") no-repeat left top;}
	.icon--arrow-right{width:30px;height:30px;background: url("https://www.metal-domes.com/public/2024/images/icon_arrow_right.png") no-repeat left top;background-size:cover;}
	.icon--tel2{width:28px;height:28px;background:url("https://www.metal-domes.com/public/2024/images/icon/icon--tel2.png") no-repeat left top;}
	.icon--email2{width:28px;height:28px;background:url("https://www.metal-domes.com/public/2024/images/icon/icon--email.png") no-repeat left top;}
	.icon--address{width:28px;height:28px;background:url("https://www.metal-domes.com/public/2024/images/icon/icon--address.png") no-repeat left top;}
	.icon--tel3{width:31px;height:31px;background:url("https://www.metal-domes.com/public/2024/images/icon/icon--say.png") no-repeat left top;}
	.icon--wx{width:31px;height:31px;background:url("https://www.metal-domes.com/public/2024/images/icon/icon--wx.png") no-repeat left top;}
	.icon--see{width:19px;height:19px;background:url("https://www.metal-domes.com/public/2024/images/icon/icon-see.png") no-repeat left top;background-size:cover;}
	.icon--comments{width:19px;height:19px;background:url("https://www.metal-domes.com/public/2024/images/icon/icon-p.png") no-repeat left top;background-size:cover;}
	.icon--date{width:19px;height:19px;background:url("https://www.metal-domes.com/public/2024/images/icon/icon-date.png") no-repeat left top;background-size:cover;}
	body{font-size:14px;}
	h1{font-size:24px;}
	h2{font-size:18px;}
	h4{font-size:14px;}
	h5{font-size:14px;}
	/*- - - - - - - - -样式属index.html - - - - - - - -*/
		/*内容区域*/
	.columnBox{padding-top:62px;padding-bottom:62px;width:100%;clear:both;position:relative;}
	.columnBox.columnBox--grey{background-color:#f8f9fb;}
	.columnBox.columnBox--bluestyle{background:url("https://www.metal-domes.com/public/2024/images/bg2.jpg") no-repeat left top;background-size:cover;color:#fff;}
	.columnBox.columnBox--bluestyle .metal-domes-title-column p{color:#fff;margin-top:27px;}
	.columnBox.columnBox--bluestyle .metal-domes-item-advantage p{color:#666;}
	.columnBox.columnBox--bluestyle .metal-domes-item-advantage:hover{box-shadow:30px 30px 15px -25px rgba(255,255,255, 0.25);}
	.columnBox.columnBox--bluestyle .box-border ._corner,.columnBox.columnBox--bluestyle .box-border ._corner::before,.columnBox.columnBox--bluestyle .box-border ._corner::after,.columnBox.columnBox--bluestyle .box-border::before,.columnBox.columnBox--bluestyle .box-border::after{border-color:#fff;}
	.columnBox.columnBox--bluestyle .box-border ._corner{box-shadow:-5px  5px  0 5px #fff;}
	.columnBox.columnBox--bluestyle .box-border ._corner::before,.columnBox.columnBox--bluestyle .box-border ._corner::after,.columnBox.columnBox--bluestyle .box-border::before,.columnBox.columnBox--bluestyle .box-border::after{background:#fff;}
	/**/
	.columnBox.columnBox--service .metal-domes-list-service{margin-bottom:34px;}
	.columnBox.columnBox--service .metal-domes-list-service{margin-left:54px;margin-right:54px;}
	.columnBox.columnBox--service .metal-domes-title-column{margin-bottom:45px;}
	.columnBox.columnBox--service .metal-domes-title-column h3{margin-bottom:38px;}
	.columnBox.columnBox--about{color:#fff;background:url("https://www.metal-domes.com/public/2024/images/about-bg.jpg") no-repeat left top;background-size:cover;}
	.columnBox.columnBox--about .metal-domes-title-column p{color:inherit;}
	/**/
	.columnBox.columnBox--application{background:url("https://www.metal-domes.com/public/2024/images/product-bg.jpg") no-repeat center center;background-size:cover;}
	.columnBox.columnBox--application .metal-domes-list-nav{right:126px;position:absolute;top:10px;}
	.columnBox.columnBox--application .center{position:relative;}
	.columnBox.columnBox--application .center::after{content:none;}
	.columnBox.columnBox--application .swiper-container{position:relative;overflow:hidden;width:959px;margin-left:0px;}
	/**/
	.columnBox.columnBox--news .center{display:flex;justify-content:space-between;}
	.columnBox.columnBox--news .center .metal-domes-item-news{margin-right:53px;background-color:#f8f8f8;}
	.columnBox.columnBox--news .center .metal-domes-list-news{flex:auto;}
	.columnBox.columnBox--news .center::after{content:none;}
	/**/
		/*栏目标题*/
	.metal-domes-title-column{text-align:center;margin-bottom:28px;padding-top:28px;padding-bottom:28px;padding-left:80px;padding-right:80px;}
		.metal-domes-title-column h3{line-height:1.23;font-size:40px;position:relative;}
		.metal-domes-title-column p{color:#8b8b8b;line-height:2;font-size:14px;max-width:90%;margin-left:auto;margin-right:auto;}
		 .metal-domes-title-column.jiefeigao-title-column--green{color:#0d81ee;}
		 .metal-domes-title-column.jiefeigao-title-column--white{color:#fff;}
	.metal-domes-title-column.metal-domes-title-column--style1{flex-direction:column-reverse;display:flex;}
	.metal-domes-title-column.metal-domes-title-column--style1 p{color:#ef7d25;}
	.metal-domes-title-column.metal-domes-title-column--grey{background-color:#f8f9fb;position:relative;z-index:1;padding-top:41px;padding-bottom:28px;}
	.metal-domes-title-column.metal-domes-title-column--grey h3{margin-bottom:15px;}
	.metal-domes-title-column.metal-domes-title-column--small h3{font-size:28px;}
		/*列表-统计*/
	.metal-domes-list-count{display:flex;}
		.metal-domes-list-count li{flex:auto;padding-left:49px;padding-right:49px;display:flex;flex-direction:column-reverse;position:relative;text-align:center;color:#666;}
	.metal-domes-list-count li:not(:last-child)::after{position:absolute;border-right:1px solid #211819;right:0px;top:18px;bottom:18px;content:"";}
	.metal-domes-list-count li strong{display:block;line-height:1.77;font-size:30px;color:#24201f;}
	.metal-domes-list-count li strong::after{content:attr(data-dw);font-size:80%;}
		/*新闻列表*/
	.metal-domes-list-news{display:flex;flex-direction:column;justify-content:center;}
	.metal-domes-list-news ._newsItem{padding-top:20px;padding-bottom:20px;position:relative;}
	.metal-domes-list-news ._newsItem::before{position:absolute;bottom:0px;left:0px;border-bottom:1px solid #2257ff;content:"";width:100%;transform:scalex(0);transition:all 0.2s ease;z-index:500;}
	.metal-domes-list-news ._newsItem::after{position:absolute;bottom:0px;right:0px;left:0px;border-bottom:1px solid #e8e4e1;content:"";}
	.metal-domes-list-news ._newsItem:hover::before{transform:scalex(1);}
	.metal-domes-list-news ._newsItem:hover h4::before{background:#2257ff;}
	.metal-domes-list-news ._newsItem>a{text-decoration:none;display:block;}
	.metal-domes-list-news h4{line-height:2.75;font-size:16px;height:44px;overflow:hidden;text-overflow:ellipsis;}
	.metal-domes-list-news h4::before{width:8px;height:8px;content:"";display:inline-block;border-radius:40px;background-color:#6c6c6c;margin-right:10px;vertical-align:middle;}
	.metal-domes-list-news h4 time{float:right;color:#999;margin-left:15px;}
	.metal-domes-list-news p{line-height:1.5;margin-left:20px;font-size:14px;}
	.metal-domes-list-news p::before{content:"";width:21px;height:20px;background:url("https://www.metal-domes.com/public/2024/images/icon/icon-arrow-right.png") no-repeat left top;float:right;margin-top:9px;background-size:cover;}
		/*服务列表2*/
	.metal-domes-list-service2{display:flex;justify-content:space-between;}
	.metal-domes-list-service2 ._item{text-align:center;flex:auto;padding-top:28px;padding-bottom:22px;color:#102c5b;}
	.metal-domes-list-service2 ._item:hover{color:#1e4cdf;}
	.metal-domes-list-service2 ._item:hover [class^='icon']{background-position-y:100%;}
	.metal-domes-list-service2 ._item [class^='icon']{width:90px;height:90px;display:block;margin-left:auto;margin-right:auto;padding:0;margin-bottom:19px;}
	.metal-domes-list-service2 ._item ._name{font-size:18px;line-height:2.22;white-space:nowrap;}
		/*列表-导航*/
	.metal-domes-list-nav{padding-top:47px;padding-bottom:47px;position:relative;z-index:700;}
	.metal-domes-list-nav::after{width:12px;height:12px;position:absolute;content:"";top:0px;border:2px dashed #bfc4fc;border-radius:40px;left:18px;}
	.metal-domes-list-nav::before{position:absolute;left:25px;top:14px;bottom:14px;border-left:2px dashed #bfc4fc;content:"";z-index:-1;}
	.metal-domes-list-nav li{line-height:4.2;font-size:15px;position:relative;cursor:pointer;}
	.metal-domes-list-nav li._active{color:#1e4cdf;z-index:1;}
	.metal-domes-list-nav li._active::before{width:68px;height:69px;background:url("https://www.metal-domes.com/public/2024/images/more-bg_png.png") no-repeat left top;content:"";top:50%;margin-left:-34px;margin-top:-34px;z-index:-1;position:absolute;left:30px;background-size:cover;}
	.metal-domes-list-nav li._active [class^='icon']{background-position-y:100%;transform:scale(0.45);}
	.metal-domes-list-nav li [class^='icon']{width:60px;height:60px;display:inline-block;margin-right:14px;z-index:100;position:relative;padding:0;}
		/*服务列表*/
		 .metal-domes-list-service{display:flex;flex-wrap:wrap;}
	.metal-domes-list-service li{width:calc(25% - 3 * 14px / 4);margin-right:14px;background-color:#f3f3f1;box-sizing:border-box;border-radius:10px;overflow:hidden;margin-bottom:19px;position:relative;}
	.metal-domes-list-service li:hover::before{visibility:visible;opacity:1;}
	.metal-domes-list-service li::before{position:absolute;left:0px;top:0px;bottom:0px;right:0px;border:3px solid #2354ef;content:"";z-index:1500;overflow:hidden;border-radius:10px;visibility:hidden;pointer-events:none;opacity:0;transition:all 0.32s ease;}
		 .metal-domes-list-service li:nth-child(4n){margin-right:0px;}
	.metal-domes-list-service li .photo{padding-top:76.00%;background-color:#ffffff;margin-left:10px;margin-top:10px;margin-bottom:10px;margin-right:10px;border-radius:5px;}
		.metal-domes-list-service li ._name{display:block;text-align:center;font-size:18px;line-height:2.78;background-color:#2054f5;color:#fff;white-space:nowrap;overflow:hidden;padding-left:12px;padding-right:12px;text-overflow:ellipsis;}
		/*优势项*/
		.metal-domes-item-advantage{position:relative;text-align:center;padding-left:24px;padding-right:24px;padding-top:49px;padding-bottom:24px;margin-bottom:28px;overflow:hidden;box-sizing:border-box;transition:all 0.4s ease;}
	.metal-domes-item-advantage:hover{box-shadow:30px 30px 15px -25px rgba(0, 0, 0, 0.15);}
	.metal-domes-item-advantage:hover [class^='icon']{background-position-y:100%;}
	.metal-domes-item-advantage ._xh{position:absolute;right:0px;bottom:0px;background-color:#1f53f5;color:#fff;width:42px;line-height:2.33;font-style:italic;font-size:18px;border-radius:20px 0 0 0;font-weight:bold;z-index:100;}
	.metal-domes-item-advantage .iconPic,.metal-domes-item-advantage [class^='icon']{width:80px;height:80px;margin:0 auto 20px auto;display:block;padding:0;z-index:100;position:relative;}
	.metal-domes-item-advantage h4{font-size:24px;line-height:1.5;margin-bottom:14px;color:#2352dc;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;z-index:100;position:relative;}
	.metal-domes-item-advantage p{font-size:16px;line-height:1.63;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;z-index:100;position:relative;}
	.metal-domes-item-advantage--group{display:flex;flex-wrap:wrap;}
	.metal-domes-item-advantage--group .metal-domes-item-advantage{width:calc(25% - 3 * 24px / 4);margin-right:24px;flex:auto;height:449px;}
	.metal-domes-item-advantage--group .metal-domes-item-advantage:nth-child(4n){margin-right:0px;}
		/*申请项*/
	.metal-domes-item-apply{position:relative;height:580px;display:flex;flex-direction:row-reverse;width:100%;}
	.metal-domes-item-apply .photo{width:612px;flex:none;height:487px;background:none;}
	.metal-domes-item-apply ._intr{width:340px;left:0px;top:0px;flex:auto;padding-left:32px;}
	.metal-domes-item-apply ._intr h3{line-height:2.04;margin-bottom:12px;color:#1e4cdf;font-size:25px;}
	.metal-domes-item-apply ._intr p{line-height:1.93;font-size:14px;}
	.metal-domes-item-apply ._intr ._more{width:60px;height:60px;display:inline-flex;margin-top:36px;position:relative;z-index:11;text-align:center;line-height:69px;align-items:center;justify-content:center;}
	.metal-domes-item-apply ._intr ._more::before{width:60px;height:60px;background:url("https://www.metal-domes.com/public/2024/images/more-bg_png.png") no-repeat left top;content:"";position:absolute;left:0px;top:0px;z-index:-1;background-size:cover;}
	.metal-domes-item-apply ._intr ._more .icon--arrow-right{position:relative;vertical-align:middle;}
		/*介绍项*/
	.metal-domes-item-intr{padding-top:16px;padding-bottom:16px;display:flex;align-items:center;justify-content:space-between;}
	.metal-domes-item-intr .photo{width:43.68%;margin-right:8.09%;padding-top:28.24%;box-shadow:-32px -32px  0 -10px rgba(255,255,255, 0.35);box-sizing:border-box;border:15px solid #fff;border-radius:40px 0 40px;flex:none;}
	.metal-domes-item-intr ._intr{padding-right:110px;}
	.metal-domes-item-intr ._intr ._pic{height:70px;margin-top:46px;}
	.metal-domes-item-intr ._intr ._pic img{height:100%;}
	.metal-domes-item-intr ._intr h2{line-height:1.48;font-size:25px;font-weight:normal;margin-bottom:19px;}
	.metal-domes-item-intr ._intr p{line-height:1.93;font-size:14px;}
		/*新闻项2*/
		 .metal-domes-item-news{position:relative;overflow:hidden;}
	.metal-domes-item-news:hover{box-shadow:6px 6px 12px -6px rgba(0, 0, 0, 0.15);}
		 .metal-domes-item-news>a{display:block;padding-left:50px;padding-right:50px;padding-bottom:50px;padding-top:50px;text-decoration:none;}
	.metal-domes-item-news time{color:#ef7d25;}
	.metal-domes-item-news time .icon--time{margin-right:10px;}
		.metal-domes-item-news ._title{font-size:21px;line-height:2.1;margin-bottom:10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
		.metal-domes-item-news ._txt{font-size:14px;line-height:1.71;margin-bottom:23px;color:#999;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block;}
		 .metal-domes-item-news .photo{padding-top:60%;}
		/*按钮组*/
		 .metal-domes-btn-group{text-align:center;padding-top:40px;}
	.metal-domes-btn-group .icon--zan{position:relative;top:-21px;}
	.metal-domes-btn-group ._btnLink{display:inline-block;white-space:nowrap;padding-left:20px;padding-right:20px;font-size:16px;line-height:2.88;background:#333;color:#fff;margin-left:12px;margin-right:12px;border-radius:50px;text-decoration:none;font-weight:bold;}
		 .metal-domes-btn-group ._btnLink:hover{filter:brightness(140%);}
		 .metal-domes-btn-group ._btnLink--blue{background-color:#2055f3;color:#fff;}
		 .metal-domes-btn-group ._btnLink--blue:hover{filter:brightness(140%);}
		/*标志*/
		 .metal-domes-logo{width:105px;height:46px;}
		 .metal-domes-logo img{width:100%;height:100%;display:block;object-fit:contain;}
		 .metal-domes-logo>a{display:block;width:100%;height:100%;}
		/*顶部组件*/
	.metal-domes-module-top{color:#fff;padding-top:12px;padding-bottom:12px;line-height:1.93;border-bottom:1px solid rgba(255,255,255,0.5);font-size:14px;}
	.metal-domes-module-top>.center{justify-content:space-between;display:flex;}
	.metal-domes-module-top ._rightArae ul{display:inline-block;}
	.metal-domes-module-top ._rightArae ul li{display:inline-block;font-weight:bold;}
	.metal-domes-module-top ._rightArae ul li [class^='icon']{margin-right:4px;}
	.metal-domes-module-top ._rightArae ul li:not(:last-child){margin-right:93px;}
	.metal-domes-module-top  .module-share{display:inline-block;margin-left:31px;}
	.metal-domes-module-top .module-share>a{width:28px;height:28px;display:inline-block;vertical-align:middle;margin-left:7px;}
	.metal-domes-module-top .module-share>a img{width:100%;max-width:100%;display:block;}
			/*组件-广告*/
		 .metal-domes-module-banner{height:766px;background:#333;position:relative;overflow:hidden;width:100%;}
		 .metal-domes-module-banner .swiper-button-next,.module-homebanner .swiper-button-prev{width:151px;height:61px;top:100%;transform:translatey(-50%);background:#fff;}
		 .metal-domes-module-banner .swiper-button-next::after,.module-homebanner .swiper-button-prev::after{font-size:20px;}
		 .metal-domes-module-banner .swiper-button-prev{transform:translatex(-100%);left:50%;}
		 .metal-domes-module-banner .swiper-button-next{transform:translatex(100%);left:auto;right:50%;}
		 .metal-domes-module-banner .swiper-button-disabled{opacity:1;}
		 .metal-domes-module-banner .swiper-button-disabled::after{color:#a3a3a3;}
		 .metal-domes-module-banner .swiper-pagination{background-size:contain;position:absolute;bottom:39px;left:0px;right:0px;}
		 .metal-domes-module-banner .swiper-pagination .swiper-pagination-bullet{width:54px;height:3px;line-height:0px;background-color:#1e4cdf;border-radius:0;margin-left:0px;margin-right:0px;}
		 .metal-domes-module-banner .swiper-pagination .swiper-pagination-bullet-active{opacity:1;}
		 .metal-domes-module-banner .swiper{width:100%;height:100%;position:relative;}
		 .metal-domes-module-banner .swiper-slide{width:100%;height:100%;}
		 .metal-domes-module-banner .swiper-slide img{width:100%;height:100%;object-fit:cover;}
	/*- - - - - - - - -样式属公司简介.html - - - - - - - -*/
		/**/
	.columnBox--aboutus{padding-top:0px;padding-bottom:0px;}
	.columnBox--blue{background-color:#edf6ff;}
	.columnBox--certifications{padding-bottom:135px;padding-top:45px;}
		/*按钮上一个下一个*/
			.btn-prev,.btn-next{width:51px;height:51px;display:inline-block;position:absolute;z-index:3500;top:50%;transform:translatey(-50%);background-size:cover;cursor:pointer;}
			.btn-prev{background:url("https://www.metal-domes.com/public/2024/images/btnprev.png") no-repeat left top;background-size:cover;}
			.btn-next{background-position:right top;background:url("https://www.metal-domes.com/public/2024/images/btnnext.png") no-repeat left top;background-size:cover;}
	#certifications{position:relative;}
		#certifications .btn-prev{left:0px;}
		#certifications .btn-next{right:0px;}
		#certifications .swiper{height:100%;overflow:hidden;margin-left:90px;margin-right:90px;}
		#certifications .swiper .swiper-slide img{width:100%;height:100%;display:block;opacity:0.85;transition:all 0.2s ease-in;}
		#certifications .swiper .swiper-slide img:hover{opacity:1;}
		/*简介带视频*/
	.metal-domes-item-intr-video{display:flex;padding-top:45px;padding-bottom:45px;}
	.metal-domes-item-intr-video ._leftBox{width:45.88%;flex:none;background:#333;padding-top:37.72%;}
	.metal-domes-item-intr-video ._leftBox .photo{position:absolute;left:0;top:0;width:100%;height:100%;display:block;}
	.metal-domes-item-intr-video ._rightBox{padding-left:3.68%;flex:auto;display:flex;flex-direction:column;justify-content:center;}
	.metal-domes-item-intr-video ._rightBox a{text-decoration:underline;color:#1e4cdf;}
	.metal-domes-item-intr-video ._rightBox h4{line-height:1.52;font-size:29px;font-weight:normal;}
	.metal-domes-item-intr-video ._rightBox p{line-height:1.93;margin-bottom:10px;font-size:14px;}
	.metal-domes-item-intr-video ._rightBox ul{margin-top:12px;margin-bottom:12px;list-style-type:disc;margin-left:12px;}
	.metal-domes-item-intr-video ._rightBox ul li{line-height:2.57;font-size:14px;}
		/*关于我们*/
	.metal-domes-item-about{padding-left:38px;padding-right:38px;padding-top:18px;padding-bottom:18px;display:flex;align-items:center;box-sizing:border-box;margin-bottom:12px;position:relative;z-index:1;min-height:220px;}
	.metal-domes-item-about:hover .box-border{box-shadow:30px 30px 15px -25px rgba(0, 0, 0, 0.15);}
	.metal-domes-item-about .box-border--white{position:absolute;left:0px;top:0px;bottom:0px;right:0px;z-index:-1;}
	.metal-domes-item-about .photo{width:136px;height:136px;flex:none;margin-right:41px;}
	.metal-domes-item-about h5{line-height:1.67;font-size:18px;}
	.metal-domes-item-about p{line-height:1.93;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;color:#666;font-size:14px;}
	.metal-domes-item-about--group .metal-domes-item-about:first-child{float:left;padding-left:45px;padding-right:45px;padding-top:28px;padding-bottom:28px;height:442px;}
		.metal-domes-item-about--group .metal-domes-item-about:first-child ._intr p{-webkit-line-clamp:11;}
	.metal-domes-item-about--group .metal-domes-item-about{width:calc(50% - 1 * 11px / 2);margin-right:11px;}
		/*基本介绍*/
	.metal-domes-item-intr-basic{display:flex;padding-top:45px;padding-bottom:45px;}
	.metal-domes-item-intr-basic ._leftBox{margin-right:5.44%;width:41.03%;flex:none;}
	.metal-domes-item-intr-basic ._leftBox h1{line-height:4.29;font-size:14px;}
	.metal-domes-item-intr-basic ._leftBox p{line-height:1.79;font-size:14px;}
	.metal-domes-item-intr-basic ._rightBox .metal-domes-list-count{flex-wrap:wrap;}
		.metal-domes-item-intr-basic ._rightBox .metal-domes-list-count li{width:33.33%;box-sizing:border-box;}
		.metal-domes-item-intr-basic ._rightBox .metal-domes-list-count li:nth-child(3n)::after{content:none;}
	.metal-domes-item-intr-basic ._rightBox .metal-domes-list-count li::after{border-color:#eeeeee;}
	.metal-domes-item-intr-basic ._rightBox .metal-domes-list-count li strong{font-size:25px;}
		/**/
	.metal-domes-text-tip{text-align:center;line-height:1.93;width:100%;clear:both;font-size:14px;}
	.metal-domes-text-tip a{color:#1e4cdf;text-decoration:underline;}
		/**/
	.metal-domes-text-section img{width:100%;max-width:100%;margin-bottom:20px;}
	.metal-domes-text-section p{font-size:16px;}
		/*图片-项目*/
	.metal-domes-pic-item{width:220px;margin-bottom:19px;margin:0 auto;}
		.metal-domes-pic-item .photo{width:100%;padding-top:141.00%;margin-bottom:19px;border:4px solid #dddddd;box-sizing:border-box;}
	.metal-domes-pic-item strong{display:block;text-align:center;line-height:1.43;font-weight:normal;font-size:14px;}
		/*组件-广告*/
		 .metal-domes-module-banner2{height:500px;background:#333;position:relative;overflow:hidden;}
		 .metal-domes-module-banner2 img{width:100%;height:100%;object-fit:cover;}
	/*- - - - - - - - -样式属产品页.html - - - - - - - -*/
		/**/
	.columnBox--product{color:#fff;background:url("https://www.metal-domes.com/public/2024/images/bg2.jpg") no-repeat left top;background-size:cover;}
	.columnBox--product .metal-domes-title-column p{color:#fff;}
	.columnBox--product .metal-domes-list-service li{border:0;}
	.columnBox--product .metal-domes-list-service li ._name{transition:background 0.3s ease;background:linear-gradient(to bottom , rgb(33, 85, 246) -1% , rgb(33, 85, 246) 85%);background-repeat:no-repeat;}
	.columnBox--product .metal-domes-list-service li:hover ._name{color:#1e4cdf;background-position-y:100px;}
	.columnBox--pic{background-color:#d4dff3;}
		/*图片列表*/
		 .metal-domes-list-picture{display:flex;flex-wrap:wrap;}
	.metal-domes-list-picture li{width:calc(25% - 3 * 16px / 4);margin-right:16px;background-color:#f3f3f1;position:relative;margin-bottom:31px;border-radius:10px;overflow:hidden;outline:1px solid transparent;transition:all 0.2s ease;}
	.metal-domes-list-picture li:hover{outline-color:#1e4cdf;outline-width:3px;}
		 .metal-domes-list-picture li:nth-child(4n){margin-right:0px;}
		 .metal-domes-list-picture li .photo{padding-top:48.00%;}
		.metal-domes-list-picture li ._name{display:block;text-align:left;font-size:14px;line-height:2.14;color:#fff;white-space:nowrap;overflow:hidden;padding-left:10px;padding-right:10px;text-overflow:ellipsis;position:absolute;bottom:0px;left:0px;right:0px;background:rgba(0,0,0,0.5);}
		/*广告文字*/
	.metal-domes-item-banner{position:relative;color:#fff;padding-top:65px;padding-bottom:55px;background:url("https://www.metal-domes.com/public/2024/images/bg1.jpg") no-repeat left top;background-size:cover;}
		 .metal-domes-item-banner ._mainPic{position:absolute;left:0px;top:0px;width:100%;height:100%;display:block;object-fit:cover;}
		 .metal-domes-item-banner  ._intr{text-align:center;position:relative;z-index:100;}
		 .metal-domes-item-banner  ._intr h4{line-height:1.76;margin-bottom:17px;font-size:39px;}
	.metal-domes-item-banner ._intr p{line-height:1.93;font-size:14px;}
	.metal-domes-item-banner  ._intr ._btn-contact{line-height:2.86;background-color:#3ca407;color:#fff;display:inline-block;border-radius:8px;font-weight:bold;font-size:14px;padding-left:16px;padding-right:16px;margin-top:34px;}
	.metal-domes-item-banner ._intr ._btn-contact:hover{background:#4ed509;text-decoration:none;}
		 .metal-domes-item-banner ._intr ._btn-contact  [class^='icon']{vertical-align:baseline;}
		/*优势项*/
	.metal-domes-item-adv{display:flex;justify-content:space-between;}
	.metal-domes-item-adv ._swiper{flex:none;width:47.79%;margin-right:3.68%;overflow:hidden;position:relative;padding-bottom:35px;padding-top:34.93%;}
	.metal-domes-item-adv ._swiper .swiper{width:100%;height:100%;display:block;position:absolute;left:0;top:0;}
	.metal-domes-item-adv ._swiper .swiper .swiper-slide{width:100%;height:100%;display:block;}
	.metal-domes-item-adv ._swiper .swiper .swiper-slide img{width:100%;height:100%;display:block;}
	.metal-domes-item-adv .swiper-pagination{background-size:contain;position:absolute;left:0px;right:0px;text-align:left;bottom:0px;}
	.metal-domes-item-adv .swiper-pagination .swiper-pagination-bullet{width:13px;height:13px;line-height:0px;background-color:#cacaca;border-radius:50px;margin-left:7px;margin-right:7px;}
	.metal-domes-item-adv .swiper-pagination .swiper-pagination-bullet-active{opacity:1;background-color:#3ca407;}
	.metal-domes-item-adv ._intr{display:flex;flex-direction:column;justify-content:center;}
	.metal-domes-item-adv ._intr h4{line-height:1.85;font-size:26px;margin-bottom:12px;}
	.metal-domes-item-adv ._intr p{line-height:1.64;color:#666;font-size:14px;}
	.metal-domes-item-adv ._intr ul{display:flex;padding-top:37px;padding-bottom:37px;}
	.metal-domes-item-adv ._intr ._btnMore{margin-top:20px;}
	.metal-domes-item-adv ._intr ul li{line-height:1.13;flex-direction:column-reverse;flex:auto;display:flex;font-size:16px;}
	.metal-domes-item-adv ._intr ul li strong{line-height:1.36;display:block;color:#0c50cb;font-size:25px;}
		/*文档项*/
	.metal-domes-item-docs{position:relative;box-sizing:border-box;transition:all 0.3s linear;}
		.metal-domes-item-docs:hover{transform:translatey(-10px);}
	.metal-domes-item-docs:hover .btn_more{color:#1e4cdf;}
		.metal-domes-item-docs:hover .btn_more [class^='icon']{color:inherit;margin-left:15px;}
	.metal-domes-item-docs:hover h5 a{color:#1e4cdf;}
	.metal-domes-item-docs:hover .photo{outline-color:#1e4cdf;outline-width:3px;border-radius:6px;}
		.metal-domes-item-docs:hover .photo img{transform:scale(1);}
	.metal-domes-item-docs .photo{margin:0 0 15px 0;position:relative;background:#333;display:block;width:100%;outline:1px solid transparent;transition:all 0.2s ease;padding-top:59.62%;height:0px;}
		.metal-domes-item-docs .photo img{transform:scale(1.1);}
	.metal-domes-item-docs .text{padding-bottom:21px;}
	.metal-domes-item-docs h5{line-height:2.11;overflow:hidden;font-size:18px;margin-bottom:9px;display:block;white-space:nowrap;text-overflow:ellipsis;}
	.metal-domes-item-docs p{line-height:1.71;overflow:hidden;font-size:14px;margin-bottom:25px;color:#666;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
	.metal-domes-item-docs a.btn_more{font-size:14px;color:#5e5e5e;display:block;border-top:1px dashed #dddddd;padding-top:10px;}
	.metal-domes-item-docs a.btn_more [class^='icon']{color:#fb6409;transition:all 0.3s linear;}
	.metal-domes-item-docs--group{display:flex;flex-wrap:wrap;}
	.metal-domes-item-docs--group .metal-domes-item-docs{width:calc(33.33% - 2 * 40px / 3);margin-right:40px;}
	.metal-domes-item-docs--group .metal-domes-item-docs:nth-child(3n){margin-right:0px;}
		/**/
	.metal-domes-item-organ{padding-left:24px;padding-top:14px;padding-bottom:14px;}
	.metal-domes-item-organ ._title{line-height:1.35;font-size:20px;padding-right:40px;position:relative;padding-top:6px;padding-bottom:6px;cursor:pointer;}
	.metal-domes-item-organ ._title:hover{color:#1e4cdf;}
	.metal-domes-item-organ ._title [class^='icon']{position:absolute;top:50%;right:24px;transform:translatey(-50%) rotate(90deg);transition:transform 0.3s ease;}
	.metal-domes-item-organ ._intr{line-height:1.50;display:none;color:#999999;font-size:14px;}
	.metal-domes-item-organ.metal-domes-item-organ--active{box-shadow:0 0 14px rgba(0,0,0,0.2);padding-left:24px;padding-right:24px;padding-top:14px;padding-bottom:24px;border-radius:7px;}
	.metal-domes-item-organ.metal-domes-item-organ--active ._intr{display:block;padding-top:7px;margin-top:5px;}
	.metal-domes-item-organ.metal-domes-item-organ--active ._title{padding-right:0px;color:#1e4cdf;}
	.metal-domes-item-organ.metal-domes-item-organ--active ._title [class^='icon']{right:0px;transform:translatey(-50%) rotate(-90deg);color:#1e4cdf;}
		/*项目介绍-样式3*/
	.metal-domes-item-intr3{display:flex;justify-content:space-between;}
	.metal-domes-item-intr3 ._leftBox{width:36.62%;flex:none;margin-right:5.81%;background:#666;border-radius:12px;overflow:hidden;position:relative;}
	.metal-domes-item-intr3 ._leftBox img{width:100%;height:100%;display:block;}
	.metal-domes-item-intr3 ._rightBox{flex:auto;padding-right:12.79%;}
	.metal-domes-item-intr3 ._rightBox .btn-primary{margin-left:27px;margin-top:33px;}
	.metal-domes-item-intr3 ._rightBox h1{line-height:2.45;margin-bottom:18px;color:#0b389f;font-size:22px;}
	.metal-domes-item-intr3 ._rightBox h1 .iconPic{width:37px;height:37px;display:inline-block;border:0;margin-right:12px;}
		/*按钮-主要*/
	.btn-primary{width:160px;height:42px;text-align:center;line-height:42px;display:inline-block;background-color:#003798;color:#fff;font-weight:bold;border-radius:5px;text-decoration:none;border:0;}
	.btn-primary:hover{color:#fff;}
	.btn-primary.btn-primary--center{position:relative;left:50%;transform:translatex(-50%);}
	.btn-primary.btn-primary--green{background:#3ca407;}
	.btn-primary.btn-primary--green:hover{background:#4ed509;color:#fff;}
	/*- - - - - - - - -样式属行业应用.html - - - - - - - -*/
		/**/
	.columnBox--wathet{background-color:#f1f5fe;}
		/*产品列表2*/
		 .metal-domes-list-products{display:flex;flex-wrap:wrap;}
	.metal-domes-list-products li{width:calc(25% - 3 * 20px / 4);margin-right:20px;margin-bottom:20px;}
		 .metal-domes-list-products li:nth-child(4n){margin-right:0px;}
		 .metal-domes-list-products li .photo{padding-top:80.00%;}
		.metal-domes-list-products li ._name{display:block;text-align:center;font-size:18px;line-height:2.78;white-space:nowrap;overflow:hidden;padding-left:12px;padding-right:12px;text-overflow:ellipsis;}
		/*表格样式4*/
	.metal-domes-table-style{line-height:1.57;font-size:14px;}
	.metal-domes-table-style tr:hover td{background:rgba(255,255,255,0.5);color:#1e4cdf;}
	.metal-domes-table-style tr:first-child td{border-bottom:1px solid #666666;padding-top:22px;padding-bottom:22px;font-weight:bold;}
	.metal-domes-table-style tr td{padding-top:15px;padding-bottom:15px;border-bottom:1px solid #eeeeee;}
	.metal-domes-table-style--group::after{content:"";display:block;clear:both;}
	.metal-domes-table-style--group .metal-domes-table-style{width:calc(50% - 1 * 50px / 2);float:left;}
	.metal-domes-table-style--group .metal-domes-table-style:not(:first-child){margin-left:50px;}
	/*- - - - - - - - -样式属服务5-5组装.html - - - - - - - -*/
		/**/
		/*图片列表*/
		 .metal-domes-list-pic{display:flex;flex-wrap:wrap;}
	.metal-domes-list-pic li{width:calc(25% - 3 * 20px / 4);margin-right:20px;background-color:#f3f3f1;position:relative;margin-bottom:20px;}
		 .metal-domes-list-pic li:nth-child(4n){margin-right:0px;}
		 .metal-domes-list-pic li .photo{padding-top:79.00%;}
		.metal-domes-list-pic li ._name{display:block;font-size:14px;line-height:1.43;color:#fff;white-space:nowrap;overflow:hidden;padding-left:12px;padding-right:12px;text-overflow:ellipsis;position:absolute;bottom:20px;left:0px;right:0px;}
		/*文本项目*/
		.metal-domes-item-text{position:relative;text-align:center;padding-top:13px;padding-bottom:13px;margin-bottom:4px;overflow:hidden;box-sizing:border-box;}
		.metal-domes-item-text ._xh{position:absolute;right:0px;bottom:0px;background-color:#1f53f5;color:#fff;width:42px;line-height:2.33;font-style:italic;font-size:18px;}
		 .metal-domes-item-text .iconPic{width:105px;height:105px;margin:0 auto 6px auto;display:block;}
	.metal-domes-item-text h4{font-size:24px;line-height:1.83;margin-bottom:14px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#161815;}
		.metal-domes-item-text p{font-size:16px;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;color:#666;}
	.metal-domes-item-text--group{display:flex;flex-wrap:wrap;}
	.metal-domes-item-text--group .metal-domes-item-text{width:calc(33.33% - 2 * 43px / 3);margin-right:43px;}
	.metal-domes-item-text--group .metal-domes-item-text:nth-child(3n){margin-right:0px;}
		/**/
		.metal-domes-item-text2{position:relative;text-align:center;padding-left:24px;padding-right:24px;padding-top:28px;padding-bottom:24px;border:2px solid #dcdcdc;margin-bottom:20px;overflow:hidden;box-sizing:border-box;}
		.metal-domes-item-text2 ._xh{position:absolute;right:0px;bottom:0px;background-color:#1f53f5;color:#fff;width:42px;line-height:2.33;font-style:italic;font-size:18px;}
		 .metal-domes-item-text2 .iconPic{width:80px;height:80px;border:1px solid #ff0001;margin:0 auto 20px auto;display:block;}
		.metal-domes-item-text2 h4{font-size:24px;line-height:1.29;margin-bottom:14px;color:#2352dc;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
		.metal-domes-item-text2 p{font-size:16px;line-height:1.63;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:9;}
	.metal-domes-item-text2--group{display:flex;flex-wrap:wrap;}
	.metal-domes-item-text2--group .metal-domes-item-text2{width:calc(25% - 3 * 30px / 4);margin-right:30px;}
	.metal-domes-item-text2--group .metal-domes-item-text2:nth-child(4n){margin-right:0px;}
		/**/
	.metal-domes-text-intrs{line-height:1.93;font-size:14px;}
	.metal-domes-text-intrs p{margin-bottom:19px;}
	/*- - - - - - - - -样式属例表.html - - - - - - - -*/
		/**/
		/*新闻项2*/
		/*组件-分页*/
		.metal-domes-module-pagination{text-align:center;font-size:14px;color:#9fa0a0;padding-top:24px;padding-bottom:24px;line-height:2.43;clear:both;width:100%;}
	.metal-domes-module-pagination .pageinfo{padding-left:10px;padding-right:10px;}
		 .metal-domes-module-pagination .pageinfo strong{font-weight:normal;}
	.metal-domes-module-pagination a{color:#9fa0a0;background-color:#eaebed;text-decoration:none;border:1px solid #d1d0d0;border-radius:3px;display:inline-block;min-width:30px;padding-left:10px;padding-right:10px;margin-bottom:4px;}
		.metal-domes-module-pagination a.change{color:#ffffff;background-color:#1e4cdf;border:1px solid #1e4cdf;padding-left:6px;padding-right:6px;}
		.metal-domes-module-pagination a:hover{color:#ffffff;background-color:#1e4cdf;border:1px solid #1e4cdf;}
			/*组件-位置*/
				.module-location{line-height:2.29em;color:#0d81ee;border-bottom:1px solid #f2f2f2;padding-top:12px;padding-bottom:12px;background-color:#f2f3f5;font-size:14px;height:auto;}
				.module-location .center{position:relative;}
	.module-location .module-search{float:right;top:50%;transform:translatey(-50%);position:absolute;right:0px;}
				.module-location ._txt{flex:none;}
				 .module-location a{color:#909090;}
				 .module-location a:hover{color:#0d81ee;}
		/*组件-搜索*/
	.module-search form{display:flex;justify-content:space-between;width:280px;height:32px;position:relative;}
			.module-search .text{flex:auto;border:1px solid #ffffff;padding-left:14px;padding-right:47px;border-radius:40px;display:block;background:#fff;width:100%;box-sizing:border-box;height:inherit;}
	.module-search .text:focus{border-color:#1e4cdf;}
	.module-search .btn_send{width:47px;background:none;height:100%;flex:none;position:absolute;right:0px;top:0px;padding-top:3px;display:flex;justify-content:center;align-items:center;border:0;}
			.module-search .btn_send:hover{color:#1e4cdf;}
		/*新闻-编组*/
		.metal-domes-item-news2--group{display:flex;flex-wrap:wrap;}
		.metal-domes-item-news2--group .metal-domes-item-news2{width:calc(33.33% - 2 * 25px / 3);margin-right:25px;}
		.metal-domes-item-news2--group .metal-domes-item-news2:nth-of-type(3n){margin-right:0px;}
		/*新闻*/
		.metal-domes-item-news2{background:#fff;box-shadow:0 0 8px rgba(0,0,0,0.12);margin-bottom:30px;border-radius:5px;position:relative;overflow:hidden;transition:all 0.4s ease;}
		.metal-domes-item-news2:hover{box-shadow:0 0 14px rgba(0,0,0,0.22);}
		.metal-domes-item-news2 ._intr{padding-top:44px;padding-left:29px;padding-right:30px;padding-bottom:18px;}
		.metal-domes-item-news2 ._intr ._btnReadMore{display:block;line-height:2.75;margin-top:40px;color:#03d1a1;font-size:16px;transition:transform 0.2s linear;}
		.metal-domes-item-news2 ._intr ._btnReadMore:hover{transform:translatex(12px);color:#3ca407;}
		.metal-domes-item-news2 .photo{display:block;width:100%;background:#333;overflow:hidden;padding-top:56.35%;position:relative;}
		.metal-domes-item-news2 .photo img{position:absolute;left:0;top:0;}
		.metal-domes-item-news2 h4{line-height:1.50;margin-bottom:29px;font-size:20px;font-style:italic;max-height:3.00em;overflow:hidden;}
		.metal-domes-item-news2 p{line-height:1.63;font-size:16px;color:#666;max-height:8.15em;overflow:hidden;}
	/*- - - - - - - - -样式属联系我们.html - - - - - - - -*/
		/**/
	.columnBox.columnBox--contact>.center{display:flex;justify-content:space-between;}
		.columnBox ._columnRight{flex:auto;}
	.columnBox ._columnBoxLeft{width:32.94%;flex:none;margin-right:4.56%;}
		/*页面标题*/
		 .metal-domes-title-page{text-align:left;margin-bottom:16px;}
		.metal-domes-title-page h3{line-height:1.41;font-size:29px;position:relative;}
		.metal-domes-title-page p{color:#8b8b8b;line-height:2;font-size:15px;}
		 .metal-domes-title-page.jiefeigao-title-column--green{color:#0d81ee;}
		 .metal-domes-title-page.jiefeigao-title-column--white{color:#fff;}
		/*客服项*/
	.metal-domes-item-kefu{display:flex;align-items:center;padding-top:18px;padding-bottom:18px;padding-left:18px;padding-right:18px;background:#fff;border-bottom:1px solid #dddddd;border-top:1px solid #dddddd;margin-bottom:-1px;position:relative;}
	.metal-domes-item-kefu:hover{border-color:#3ca407;z-index:500;}
	.metal-domes-item-kefu:hover .photo img{filter:brightness(140%);}
	.metal-domes-item-kefu .photo{width:100px;height:100px;flex:none;margin-right:20px;border-radius:50%;overflow:hidden;position:relative;}
		 .metal-domes-item-kefu ._contact{display:flex;justify-content:center;flex-direction:column;padding-top:6px;}
		.metal-domes-item-kefu ._contact ._name{line-height:1.75;font-size:16px;font-weight:bold;}
		 .metal-domes-item-kefu ._contact ul{font-size:15px;}
	.metal-domes-item-kefu ._contact li{line-height:1.57;color:#999;font-size:14px;}
	.metal-domes-item-kefu ._contact ._linkGroup{line-height:2.50;padding-top:13px;padding-bottom:10px;font-size:14px;}
		 .metal-domes-item-kefu ._contact ._btnLink{display:inline-block;line-height:inherit;border:1px solid #dfdfe1;padding-left:4px;padding-right:10px;border-radius:60px;font-size:14px;}
	.metal-domes-item-kefu ._contact ._btnLink:hover{color:#3ca407;border-color:#3ca407;}
	.metal-domes-item-kefu ._contact ._btnLink [class^='icon']{margin-right:6px;vertical-align:middle;position:relative;margin-top:-3px;border-radius:60px;}
		 .metal-domes-item-kefu ._contact ._btnLink:not(:first-child){margin-left:9px;}
		/*联系项*/
	.metal-domes-item-contact h1{line-height:2.5;font-size:28px;margin-bottom:22px;}
	.metal-domes-item-contact ul{padding-top:44px;padding-bottom:29px;padding-left:47px;border-top:1px solid #eeeeee;}
	.metal-domes-item-contact li{line-height:1.93;position:relative;margin-bottom:12px;color:#666;font-size:14px;}
	.metal-domes-item-contact li [class^='icon']{position:absolute;right:100%;width:26px;height:26px;margin-right:18px;}
		/*表单项-文字*/
		.metal-domes-form-item{display:flex;font-size:15px;margin-bottom:20px;position:relative;line-height:46px;min-height:46px;}
	.metal-domes-form-item ._item-content{flex:auto;display:flex;position:relative;}
	.metal-domes-form-item ._item-content .msg-box{position:absolute;right:0px;top:0px;color:#e60001;padding-right:12px;}
	.metal-domes-form-item ._item-content--file ._btnUpload{padding-left:12px;border:0;margin-left:10px;width:169px;background-color:#5071a7;color:#fff;border-radius:4px;white-space:nowrap;padding-right:12px;box-sizing:border-box;}
	.metal-domes-form-item ._item-content--file .msg-box{position:absolute;right:178px;}
	.metal-domes-form-item ._text{line-height:inherit;border-radius:5px;padding-right:16px;flex:auto;height:100%;display:block;border:1px solid #dddddd;font-size:inherit;box-sizing:border-box;padding-left:16px;background-color:#eeeeee;width:80%;}
		 .metal-domes-form-item ._text:focus{border-color:#0043a8;}
	.metal-domes-form-item--row2{display:flex;flex-wrap:wrap;}
	.metal-domes-form-item--row2 .metal-domes-form-item{margin-right:11px;width:calc(50% - 1 * 11px / 2);margin-bottom:10px;}
	.metal-domes-form-item--row2 .metal-domes-form-item:nth-child(2n){margin-right:0px;}
		/*组件-消息*/
		/*组件-地图*/
	.metal-domes-module-map{background:#333;overflow:hidden;position:relative;}
	.metal-domes-module-map ._mapBox{height:453px;}
		/*页尾*/
	#footer{color:#fff;background-size:cover;background-color:#24458c;clear:both;}
	#footer>.center{display:flex;justify-content:space-between;padding-top:64px;padding-bottom:17px;}
	#footer .metal-domes-text-intrs2{width:23.58%;margin-right:2.74%;}
	#footer .metal-domes-module-websitemap{flex:auto;}
	#footer .metal-domes-text-contact{width:27.54%;flex:none;}
			.metal-domes-text-intrs2 .metal-domes-module-share{text-align:left;margin-top:17px;}
			.metal-domes-text-intrs2 ._bomLogo{width:137px;height:62px;margin-bottom:9px;}
			.metal-domes-text-intrs2 ._bomLogo img{width:100%;}
			.metal-domes-text-intrs2 p{line-height:1.39;font-size:14px;}
	.metal-domes-module-websitemap{padding-bottom:57px;display:flex;flex-wrap:wrap;}
			.metal-domes-module-websitemap dl{margin-left:72px;}
			.metal-domes-module-websitemap dl dt{font-weight:bold;line-height:1.49;font-size:28px;}
			.metal-domes-module-websitemap dl dd{line-height:2.57;font-size:14px;}
			.metal-domes-module-websitemap dl dd a{display:block;color:inherit;transition:transform 0.2s linear;}
			.metal-domes-module-websitemap dl dd a:hover{color:#fff;transform:translatex(-5px);}
			.metal-domes-text-contact{width:338px;}
	.metal-domes-text-contact h4{line-height:1.89;font-size:28px;font-weight:normal;}
	.metal-domes-text-contact dl{line-height:1.39;font-size:14px;margin-bottom:13px;}
			.metal-domes-text-contact dl dt{float:left;min-width:113px;display:inline-flex;justify-content:space-between;}
	.metal-domes-text-contact dl dt [class^='icon-']{margin-right:16px;vertical-align:middle;display:inline-block;width:20px;height:20px;margin-top:4px;}
			.metal-domes-text-contact dl dd{overflow:hidden;margin-bottom:12px;}
			/**/
			.metal-domes-module-copyright{border-top:1px solid rgba(255,255,255,0.1);color:#fff;}
	.metal-domes-module-copyright .center{padding-top:20px;padding-bottom:20px;line-height:2.71;display:flex;justify-content:space-between;font-size:14px;}
			.metal-domes-module-copyright .center::after{content:none;}
			.metal-domes-module-copyright ._otherLink a{color:inherit;padding-left:12px;padding-right:12px;}
		/*联系表单*/
	#contactForm5{background-color:#e5e5e5;}
	#contactForm5 ._agreement{width:100%;padding-left:100px;padding-right:100px;box-sizing:border-box;}
	#contactForm5 ._agreement .msg-box{color:#ff0001;}
	#contactForm5 .form-button{margin-top:25px;}
	#contactForm5 .center{padding-top:46px;padding-bottom:72px;}
	#contactForm5 .center .metal-domes-title-column{margin-bottom:5px;}
	#contactForm5 ._formArea{display:flex;justify-content:space-between;padding-left:100px;padding-right:100px;flex-wrap:wrap;}
	#contactForm5 ._formArea .form-input{width:calc(50% - 1 * 20px / 2);margin-right:20px;}
	#contactForm5 ._formArea .form-input:nth-of-type(2n){margin-right:0px;}
		#contactForm5 ._formLeftArea{width:49%;display:flex;flex-direction:column;}
		#contactForm5 ._formLeftArea .form-input:nth-last-of-type(1){margin-bottom:0px;}
		#contactForm5 ._formRightArea{width:49%;}
.bestpcbs-title-column h3 {
    line-height: 1.23;
    font-size: 26px;
    position: relative;
	    text-align: center;
}
.bestpcbs-title-column {
    text-align: center;
    margin-bottom: 28px;
    /* padding-top: 28px; */
    padding-bottom: 28px;
    padding-left: 80px;
    padding-right: 80px;
}
.form-input .options_content ._btnUpload {
    background-color: #808483;
    color: #fff;
    border: 0;
    padding-left: 12px;
    padding-right: 16px;
    margin-left: 8px;
    border-radius: 3px;
    flex: none;
    white-space: nowrap;
}
	/*表单输入*/
	.form-input{position:relative;overflow:hidden;margin:0 auto 21px auto;width:100%;min-height:38px;line-height:38px;}
		.form-input .msg-box{position:absolute;right:0px;align-items:center;padding:0 12px 0 5px;color:#e75130;font-size:14px;line-height:inherit;}
		.form-input .options_content{display:flex;justify-content:space-between;height:100%;position:relative;}
	.form-input .options_content--tel .msg-box{right:115px;}
	.form-input .options_content ._btnUpload{background-color:#808483;color:#fff;border:0;padding-left:12px;padding-right:16px;margin-left:8px;border-radius:3px;flex:none;white-space:nowrap;}
		.form-input .options_content ._btnUpload:hover{background-color:#1e4cdf;}
		.form-input .options_content ._btnUpload._btnUploadSelect{background-color:#1e4cdf;}
		.form-input .options_content textarea{width:100%;height:100%;display:block;padding-right:16px;box-sizing:border-box;padding-left:16px;border:1px solid #efefef;padding-top:8px;padding-bottom:8px;border-radius:3px;}
		.form-input .options_content textarea:focus{border-color:#1e4cdf;}
		.form-input .options_content ._text{padding-left:16px;background-color:#ffffff;display:block;flex:auto;height:100%;padding-right:16px;box-sizing:border-box;border:1px solid #ffffff;}
		.form-input .options_content ._text[name='files']{width:60%;}
		 .form-input .options_content ._text:focus{border-color:#1e4cdf;}
		/*表单按钮*/
		.form-button{text-align:center;padding-top:26px;}
	.form-button ._btn_post{width:170px;height:52px;border-radius:8px;background-color:#98825b;color:#fff;border:1px solid #98825b;font-weight:bold;font-size:16px;}
		/*组件-分享*/
		.metal-domes-module-share{text-align:right;}
	.metal-domes-module-share li{width:38px;height:27px;display:inline-block;overflow:hidden;color:#fff;line-height:1.93;font-size:14px;}
		.metal-domes-module-share li .photo{background:transparent;}
		.metal-domes-module-share li i{color:#fff;font-size:28px;}
	.metal-domes-module-share.metal-domes-module-share--big li{height:35px;width:35px;margin-right:10px;text-align:center;line-height:35px;}
	.metal-domes-module-share.metal-domes-module-share--big li .photo{display:inline-block;padding-top:5px;}
		.metal-domes-module-share.metal-domes-module-share--green{text-align:center;}
		.metal-domes-module-share.metal-domes-module-share--green li{border:2px solid #bebebe;text-align:center;padding:3px;border-radius:50px;box-sizing:border-box;width:39px;height:39px;background:transparent;}
		.metal-domes-module-share.metal-domes-module-share--green li:hover{border-color:#3ca407;}
		.metal-domes-module-share.metal-domes-module-share--green li i{color:#8b8b8b;font-size:20px;}
		.metal-domes-module-share.metal-domes-module-share--green li i:hover{color:#3ca407;}
		/*二维码列表*/
	.metal-domes-list-rqcode{display:flex;border-top:1px solid rgba(229,229,229,0.25);padding-top:22px;margin-top:22px;clear:both;}
	.metal-domes-list-rqcode li{width:84px;padding-left:16px;padding-right:16px;}
	.metal-domes-list-rqcode li:hover ._codePic{transform:scale(1.6);transform-origin:center bottom;}
	.metal-domes-list-rqcode ._codePic{width:100%;padding-top:100%;position:relative;display:block;background:#fff;border-radius:5px;overflow:hidden;margin-bottom:3px;transition:all 0.4s ease;}
	.metal-domes-list-rqcode ._codePic img{position:absolute;left:0;top:0;width:100%;height:100%;display:block;}
	.metal-domes-list-rqcode span{text-align:center;display:block;font-size:13px;}
	/*- - - - - - - - -样式属5-4.html - - - - - - - -*/
		/**/
		/*列表*/
	.metal-domes-list-text2{display:flex;justify-content:space-between;padding-top:58px;padding-bottom:58px;}
	.metal-domes-list-text2 li{flex:auto;text-align:center;max-width:253px;margin-bottom:27px;padding-bottom:13px;min-width:253px;margin-left:80px;margin-right:80px;}
	.metal-domes-list-text2 li .iconPic{width:105px;height:105px;margin:0 auto;display:block;}
	.metal-domes-list-text2 li ._names{display:block;line-height:2.28;font-size:18px;margin-bottom:8px;}
	.metal-domes-list-text2 li ._intr{line-height:1.64;font-size:14px;}
		/*简介项5*/
	.metal-domes-item-intr5{display:flex;justify-content:space-between;background-color:#f8f9fb;border-radius:20px;overflow:hidden;position:relative;transition:box-shadow 0.2s linear;}
	.metal-domes-item-intr5 .photo{flex:none;width:44.04%;padding-top:22.13%;height:auto;}
	.metal-domes-item-intr5 ._intr{flex:auto;padding-left:50px;padding-right:95px;padding-top:30px;padding-bottom:30px;line-height:1.71;font-size:14px;}
	.metal-domes-item-intr5 ._intr p{margin-bottom:24px;}
		/*选项卡*/
	.metal-domes-tab{display:flex;margin-bottom:41px;}
	.metal-domes-tab li{margin-right:142px;flex:auto;line-height:3.36;font-size:14px;}
	.metal-domes-tab li._active a{color:#1e4cdf;}
	.metal-domes-tab li._active a::after{position:absolute;bottom:0px;left:0px;right:0px;border-bottom:2px solid #2054f6;content:"";}
	.metal-domes-tab li a{font-size:20px;font-weight:bold;white-space:nowrap;position:relative;display:inline-block;}
		/*组件-视频*/
	.metal-domes-module-video{width:85.44%;margin:0 auto;position:relative;background:#333;overflow:hidden;border-radius:18px;padding-top:43.16%;}
	.metal-domes-module-video:hover img{opacity:1;}
	.metal-domes-module-video img{width:100%;height:100%;display:block;position:absolute;left:0;top:0;opacity:0.6;transition:all 0.4s ease;}
	.metal-domes-module-video video{width:100%;height:100%;display:block;position:absolute;left:0;top:0;}
	/*- - - - - - - - -样式属5-5.html - - - - - - - -*/
		/**/
	.columnBox.columnBox--padding0{padding-top:0;padding-bottom:0;}
		/*图片列表*/
		 .metal-domes-list-image{display:flex;flex-wrap:wrap;}
		.metal-domes-list-image li{width:calc(33.33% - 2 * 30px / 3);margin-right:30px;margin-bottom:20px;}
		 .metal-domes-list-image li .photo--pos{padding-top:60%;}
		 .metal-domes-list-image li:nth-child(3n){margin-right:0px;}
	/*- - - - - - - - -样式属blog详页.html - - - - - - - -*/
	#sidebar .metal-domes-module-search{margin-bottom:21px;width:100%;margin-top:21px;}
	#sidebar .metal-domes-module-search form{width:100%;border-radius:0;line-height:2.71;height:38px;display:flex;font-size:14px;}
	#sidebar .metal-domes-module-search form .text{padding-left:10px;padding-right:10px;border-radius:0;flex:auto;border:0;}
			#sidebar .metal-domes-module-search form .text:focus{box-shadow:0 2px 8px rgba(0,0,0,0.2) inset;}
	#sidebar .metal-domes-module-search form .btn_send{background-color:#00369a;color:#fff;width:50px;line-height:2.11;font-size:18px;padding-top:0;border:0;}
			#sidebar .metal-domes-module-search form .btn_send:hover{background:#0346d0;}
			#sidebar .sidebarBox{border-radius:8px;background:#fff;padding-left:20px;padding-right:20px;margin-bottom:20px;padding-top:10px;overflow:hidden;position:relative;padding-bottom:20px;}
			#sidebar .sidebarBox.sidebarBox--style1{background:linear-gradient(to bottom , rgb(254, 239, 236) 2% , rgb(255, 255, 255) 24%);position:relative;}
			#sidebar .sidebarBox.sidebarBox--style1::before{position:absolute;right:0px;top:0px;width:50px;height:52px;background:url("https://www.metal-domes.com/public/2024/images/icon-jiao.png") no-repeat left top;content:"";}
			#sidebar .sidebarBox.sidebarBox--style1 .title-sidebar{border:0;}
		#container{clear:both;background-color:#fafafa;}
		#container>.center{padding-top:25px;}
		#container>.center.center--flex{display:flex;justify-content:space-between;padding-top:27px;padding-bottom:27px;}
		#container>.center.center--flex::after{content:none;}
	#container #sidebar{flex:none;margin-left:20px;width:320px;}
	#container #content{flex:auto;background:#fff;border:1px solid #f4f4f4;border-radius:8px;}
	#content{padding-left:20px;padding-right:20px;padding-top:10px;padding-bottom:25px;box-sizing:border-box;}
		/*子标题*/
	.metal-domes-title-subtitle{overflow:hidden;font-weight:normal;line-height:3;font-size:14px;}
	.metal-domes-title-subtitle::before{width:4px;background-color:#1d73be;content:"";height:20px;display:inline-block;vertical-align:middle;margin-right:8px;border-radius:8px;}
		/*医生列表*/
		 .metal-domes-list-doc li{line-height:2.64;font-size:14px;border-bottom:1px solid #f7f7f7;}
		 .metal-domes-list-doc li time{float:right;color:#bdbdbd;margin-left:21px;}
		 .metal-domes-list-doc li a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;text-decoration:none;}
		 .metal-domes-list-doc.metal-domes-list-doc--row2::after{content:"";display:block;clear:both;}
		 .metal-domes-list-doc.metal-domes-list-doc--row2 li{width:calc(50% - 1 * 20px / 2);float:left;margin-right:20px;box-sizing:border-box;}
		 .metal-domes-list-doc.metal-domes-list-doc--row2 li a::before{width:0px;height:0px;border:4px solid transparent;border-left:4px solid #666;content:"";display:inline-block;margin-right:4px;margin-left:5px;}
		 .metal-domes-list-doc.metal-domes-list-doc--row2 li:nth-child(2n){margin-right:0px;}
		/*图片列表*/
		 .metal-domes-list-img{display:flex;flex-wrap:wrap;}
		.metal-domes-list-img li{width:calc(33.33% - 2 * 20px / 3);margin-right:20px;margin-bottom:20px;border:1px solid #eaeaea;box-sizing:border-box;}
		 .metal-domes-list-img li .photo--pos{padding-top:87.00%;}
		 .metal-domes-list-img li:nth-child(3n){margin-right:0px;}
		/*报价*/
		.metal-domes-item-quote{color:#fff;border-radius:10px;padding-left:10px;padding-top:10px;padding-right:10px;padding-bottom:25px;background-color:#00369a;}
			.metal-domes-item-quote .metal-domes-photo{width:100%;margin-bottom:18px;height:auto;}
			 .metal-domes-item-quote .metal-domes-photo img{width:100%;max-width:100%;}
			 .metal-domes-item-quote h4{line-height:1.50;padding-left:38px;font-size:18px;}
			 .metal-domes-item-quote ul{padding-left:38px;}
			 .metal-domes-item-quote ul li{line-height:1.71;font-size:14px;}
			 .metal-domes-item-quote .metal-domes-btn_quotenow{display:block;line-height:2.61;height:47px;text-align:center;margin-bottom:20px;background-color:#fffefd;font-weight:bold;color:#00369a;border-radius:5px;margin-top:10px;font-size:18px;position:relative;overflow:hidden;}
			 .metal-domes-item-quote .metal-domes-btn_quotenow::before{content:'';z-index:1;position:absolute;top:50%;left:100%;margin:-15px 0 0 1px;width:30px;height:30px;border-radius:50%;transform-origin:100% 50%;transform:scale3d(1,2,1);transition:transform 0.3s,opacity 0.3s;transition-timing-function:cubic-bezier(0.7,0,0.9,1);background-color:rgba(6,153,75,0.11);}
			 .metal-domes-item-quote .metal-domes-btn_quotenow:hover::before{transform:scale3d(14,14,1);}
			.metal-domes-item-quote .metal-domes-btn_quotenow .icon-envelop{font-size:24px;margin-right:10px;height:24px;width:24px;font-weight:normal;vertical-align:middle;}
			 .metal-domes-item-quote ._pic{width:89.00%;margin:0 auto;}
			 .metal-domes-item-quote ._pic img{width:100%;max-width:100%;}
		/**/
		 .metal-domes-text-docheader{padding-top:14px;padding-bottom:14px;}
		 .metal-domes-text-docheader ._title{font-size:31px;font-weight:bold;text-align:left;line-height:1.33;margin-bottom:19px;white-space: pre-line;word-break: break-all;word-wrap:break-word;}
		 .metal-domes-text-docheader ._val{color:#acacaa;border-top:1px solid #efefef;padding-top:29px;}
	.metal-domes-text-docheader ._val li{display:inline-block;line-height:2;border-right:1px solid #f5f5f5;padding-right:21px;padding-left:21px;font-size:14px;}
	.metal-domes-text-docheader ._val li [class^='icon-']{vertical-align:middle;margin-right:6px;margin-top:-3px;}
		 .metal-domes-text-docheader ._val li:nth-of-type(1){padding-left:0px;}
			 .metal-domes-text-docheader ._val li:last-child{border:0;}
			.shareBox{display:inline-block;position:relative;}
	.shareBox span{vertical-align:middle;display:inline-block;height:24px;line-height:24px;}
	.shareBox a{display:inline-block;width:24px;height:24px;padding-top:1px;margin-left:1px;margin-right:1px;}
	.shareBox a .iconPic{display:inline-block;height:24px;width:24px;}
		/*4*/
		 .metal-domes-text-doccontent{line-height:1.93;overflow:hidden;color:#575654;padding-top:20px;padding-bottom:20px;font-size:14px;}
		 .metal-domes-text-doccontent img{max-width:100%;display:block;}
		 .metal-domes-text-doccontent p{margin-bottom:24px;}
		/**/
			 .metal-domes-module-prevnext{display:flex;justify-content:space-between;color:#fff;margin-top:20px;margin-bottom:20px;}
			 .metal-domes-module-prevnext ._prev,	 .metal-domes-module-prevnext ._next{width:50%;flex:auto;margin-right:16px;border-radius:5px;box-sizing:border-box;padding-left:15px;padding-right:15px;display:flex;justify-content:space-between;flex-wrap:wrap;line-height:2.36;padding-top:10px;background:rgba(0,0,0,0.8);height:87px;font-size:14px;white-space:nowrap;text-overflow:ellipsis;position:relative;padding-bottom:0;}
			 .metal-domes-module-prevnext ._prev img,	 .metal-domes-module-prevnext ._next img{position:absolute;left:0;top:0;width:100%;height:100%;display:block;object-fit:cover;opacity:0.12;}
			 .metal-domes-module-prevnext a{width:100%;line-height:22px;color:inherit;display:block;position:relative;z-index:99;}
			 .metal-domes-module-prevnext span,	 .metal-domes-module-prevnext time{position:relative;z-index:99;}
			 .metal-domes-module-prevnext ._next{margin-right:0px;}
	/*- - - - - - - - -样式属服务5-4原型.html - - - - - - - -*/
		/**/
		/*简介项4*/
	.bestpcb-item-intr4{display:flex;justify-content:space-between;padding-top:64px;padding-bottom:64px;}
	.bestpcb-item-intr4 ._leftArea{width:53.31%;flex:none;display:flex;flex-wrap:wrap;}
	.bestpcb-item-intr4 ._leftArea ._item{width:calc(50% - 1 * 38px / 2);margin-right:38px;margin-bottom:62px;padding-top:35px;}
	.bestpcb-item-intr4 ._leftArea ._item ul{line-height:1.86;font-size:14px;}
	.bestpcb-item-intr4 ._leftArea ._item h5{line-height:1.4;font-size:20px;margin-bottom:8px;}
	.bestpcb-item-intr4 ._leftArea ._item p{line-height:1.86;color:#666;font-size:14px;}
	.bestpcb-item-intr4 ._leftArea ._item:nth-child(2n){margin-right:0px;}
	.bestpcb-item-intr4 ._rightArea{flex:auto;background-color:#657fb0;color:#fff;border-radius:10px;margin-left:2.79%;padding-left:4.44%;padding-right:21px;padding-top:28px;padding-bottom:28px;line-height:2.25;font-size:16px;}
	/*- - - - - - - - -样式属搜索页.html - - - - - - - -*/
		/**/
		/*侧边栏标题*/
			 .metal-domes-title-sidebar{font-weight:normal;margin-bottom:18px;border-bottom:2px solid #dbdbdb;line-height:34px;}
			 .metal-domes-title-sidebar ._more{float:right;text-transform:uppercase;color:#8b8b8b;font-size:12px;}
			 .metal-domes-title-sidebar ._more:hover{color:#3ca407;}
			 .metal-domes-title-sidebar span{font-weight:normal;position:relative;display:inline-block;font-size:18px;color:#8b8b8b;}
			 .metal-domes-title-sidebar span::after{position:absolute;left:0px;bottom:-2px;width:75px;border-bottom:2px solid #1e4cdf;content:"";}
		/*主标题*/
		 .metal-domes-title-main{line-height:2.60;border-bottom:1px solid  rgba(6,153,75,0.5);padding-left:25px;padding-right:25px;color:#06994b;font-size:20px;margin-bottom:20px;}
		/**/
	.metal-domes-list-news2 li{border-bottom:1px solid #e5e5e5;}
	.metal-domes-list-news2 li a{line-height:1.71;padding-top:10px;padding-bottom:10px;display:block;font-size:14px;}
		.metal-domes-list-news2 li a time{display:block;color:#999;}
		/*博客项*/
		.metal-domes-item-blog{display:flex;justify-content:space-between;padding-top:23px;padding-bottom:23px;padding-left:20px;padding-right:20px;border-bottom:1px solid #eeeeee;box-sizing:border-box;}
		.metal-domes-item-blog ._intr [class^='icon']{width:15px;height:14px;display:inline-block;margin-right:3px;}
		.metal-domes-item-blog .photo{width:32.93%;flex:none;margin-right:33px;background:#333;border-radius:5px;min-width:298px;padding-top:21.66%;}
		.metal-domes-item-blog ._intr{flex:auto;padding-right:44px;}
		.metal-domes-item-blog ._intr .icon-dot{background:url("https://www.metal-domes.com/public/2024/images/icon/icon-dot.gif") no-repeat left top;background-size:cover;}
		.metal-domes-item-blog ._intr .icon-see{background:url("https://www.metal-domes.com/public/2024/images/icon/icon-see.gif") no-repeat left top;background-size:cover;}
		.metal-domes-item-blog ._intr .icon-zan{background:url("https://www.metal-domes.com/public/2024/images/icon/icon-zan.gif") no-repeat left top;background-size:cover;}
		.metal-domes-item-blog ._intr h4{line-height:1.72;font-size:18px;}
		.metal-domes-item-blog ._intr p{line-height:1.79;font-size:14px;max-height:5.37em;overflow:hidden;color:#999;}
		.metal-domes-item-blog ._tags{line-height:2;margin-top:21px;font-size:14px;}
		.metal-domes-item-blog ._tags span:not(._txt){padding-left:14px;padding-right:14px;font-weight:bold;display:inline-block;margin-bottom:3px;}
		.metal-domes-item-blog ._tags ._txt{background-color:#06994b;color:#fff;display:inline-block;padding-left:12px;padding-right:12px;position:relative;}
		.metal-domes-item-blog ._tags ._txt::before{position:absolute;width:0px;height:0px;border:4px solid transparent;border-left:6px solid #06994b;content:"";left:100%;top:50%;margin-top:-4px;}
		.metal-domes-item-blog ._intr ._value{line-height:2.14;color:#91ac77;margin-top:10px;font-size:12px;display:flex;justify-content:space-between;align-items:center;}
		.metal-domes-item-blog ._intr ._value [class^='icon']{vertical-align:text-top;}
		/**/
		 .metal-domes-text-label{width:100%;overflow:hidden;}
		 .metal-domes-text-label a{display:inline-block;padding-left:6px;padding-right:6px;}
		/**/
	.box-border{margin:0 auto;border-radius:20px;position:relative;border-color:#2154f5;background-color:transparent;transition:all 0.3s ease;}
	.box-border ._dot{position:absolute;width:14px;height:14px;border:2px solid #3a59e8;border-radius:40px;left:14px;top:16px;}
	.box-border ._corner,.box-border ._corner::before,.box-border ._corner::after,.box-border::before,.box-border::after{border-width:2px;border-color:#2154f5;background-color:inherit;}
	.box-border ._corner{position:absolute;right:10px;top:10px;width:30px;height:21px;border-radius:0 0 0  20px;border-left-style:solid;border-bottom-style:solid;box-shadow:-5px  5px  0 5px transparent;}
	.box-border ._corner::before{content:"";position:absolute;right:100%;width:20px;height:8px;border-top-style:solid;border-right-style:solid;border-radius:0 20px 0 0px;bottom:100%;}
	.box-border ._corner::after{content:"";position:absolute;width:8px;height:20px;border-top-style:solid;border-right-style:solid;border-radius:0 20px 0 0px;left:100%;top:100%;}
	.box-border ._leftBottomCorner{transform:rotate(-180deg);left:10px;bottom:10px;top:auto;}
	.box-border::before{content:"";left:0px;top:0px;border-top-style:solid;border-left-style:solid;position:absolute;right:41px;bottom:33px;border-radius:20px 10px 0 10px;}
	.box-border::after{content:"";border-right-style:solid;border-bottom-style:solid;position:absolute;border-radius:0 10px 20px 10px;right:0px;bottom:0px;left:41px;top:33px;}
	.box-border.box-border--white ._corner::before,.box-border.box-border--white ._corner::after,.box-border.box-border--white::before,.box-border.box-border--white::after{background:#fff;border-color:#fff;}
	.box-border.box-border--white ._corner{box-shadow:-5px  5px  0 5px #fff;border-width:0;}
	/**/
	.box-pic{position:relative;border-radius:20px;overflow:hidden;}
	.box-pic:hover .photo img{transform:scale(1.1);}
	.box-pic .photo{width:100%;height:100%;display:block;}
	.box-pic .photo img{transition:all 1.3s ease;}
	.box-pic .photo::before{content:"";position:absolute;right:12px;top:12px;width:12px;height:12px;background:#fff;border-radius:20px;}
	.box-pic .photo::after{content:"";position:absolute;width:12px;height:12px;background:#fff;border-radius:20px;bottom:12px;left:12px;}
	.box-pic::before{width:65px;height:66px;background:url("https://www.metal-domes.com/public/2024/images/pic-leftop.png") no-repeat left top;position:absolute;top:0px;left:0px;content:"";z-index:500;background-size:cover;}
	.box-pic::after{width:74px;height:51px;background:url("https://www.metal-domes.com/public/2024/images/pic-rightbottom.png") no-repeat left top;position:absolute;right:0px;bottom:0px;content:"";z-index:500;background-size:cover;}
	/*- - - - - - - - -样式属服务-5-1-设计.html - - - - - - - -*/
	.columnBox--step{background-color:#f7f7f7;}
	.columnBox--step .btn-primary{width:287px;}
		/**/
	.metal-domes-item-text3{text-align:center;margin-bottom:40px;position:relative;}
	.metal-domes-item-text3::after{width:14px;height:13px;position:absolute;left:auto;transform:translatex(-50%);content:"";top:100%;background:url("https://www.metal-domes.com/public/2024/images/icon/icon--arrow-bom.gif") no-repeat left top;background-size:cover;margin-top:5px;}
	.metal-domes-item-text3 .iconPic{width:52px;height:52px;margin:0 auto 8px auto;display:block;font-size:16px;}
	.metal-domes-item-text3 h4{line-height:1.4;font-size:18px;padding-top:10px;padding-bottom:10px;}
	.metal-domes-item-text3 p{line-height:1.29;text-align:left;color:#97989a;font-size:14px;}
	.metal-domes-item-text3--group{display:flex;flex-wrap:wrap;padding-left:56px;padding-right:56px;}
	.metal-domes-item-text3--group .metal-domes-item-text3{width:calc(33.33% - 2 * 120px / 3);margin-right:120px;margin-bottom:100px;}
	.metal-domes-item-text3--group .metal-domes-item-text3:nth-child(3n){margin-right:0px;}
		/*步骤*/
	.metal-domes-item-step{display:flex;justify-content:center;border-top:1px dashed #6b6b6b;margin-top:125px;margin-bottom:35px;}
	.metal-domes-item-step li{padding-top:34px;padding-bottom:47px;line-height:1.50;position:relative;padding-left:51px;padding-right:13px;margin-right:101px;font-size:16px;white-space:nowrap;}
	.metal-domes-item-step li::before{width:8px;height:8px;border:3px solid #c4c4c4;position:absolute;top:0px;border-radius:10px;background:#fff;transform:translate(-50%,-50%);left:50%;content:"";}
	.metal-domes-item-step li::after{position:absolute;right:89.80%;color:#e6e6e6;font-size:44px;font-weight:bold;text-decoration:none;font-style:italic;font-family:'Arial Black', Gadget, sans-serif;content:attr(data-xh);}
		.metal-domes-item-step li .iconPic{width:67px;height:66px;margin:0 auto 25px auto;display:block;position:absolute;bottom:100%;left:50%;transform:translatex(-50%);}
	/*- - - - - - - - -样式属首页.html - - - - - - - -*/
		/**/
	.columnBox--solutions{background-color:#f7f8fc;}
	.columnBox--certifications2{background-color:#f8f8f8;}
		/*产品列表*/
		 .metal-domes-list-product3{display:flex;flex-wrap:wrap;}
		.metal-domes-list-product3 li{margin-right:7px;margin-bottom:20px;width:calc(25% - 3 * 7px / 4);}
		.metal-domes-list-product3 li:hover .photo--pos{opacity:0.6;}
		.metal-domes-list-product3 li .photo--pos{padding-top:81.00%;transition:all 0.2s ease;}
	.metal-domes-list-product3 li:nth-child(4n){margin-right:0px;}
		/*焦点产品*/
	.metal-domes-item-focus-p{margin-bottom:7px;}
	.metal-domes-item-focus-p::after{content:"";display:block;clear:both;}
	.metal-domes-item-focus-p .photo{width:calc(50% - 1 * 7px / 2);float:left;margin-right:7px;position:relative;overflow:hidden;}
	.metal-domes-item-focus-p .photo:hover ._text{transform:translatey(0%);}
	.metal-domes-item-focus-p .photo ._text{position:absolute;bottom:0px;right:0px;left:0px;padding-left:15px;padding-right:15px;line-height:2.90;font-size:16px;background:linear-gradient(to top , rgba(0, 0, 0,0.5) 4% , rgba(255, 255, 255, 0) 75%);color:#fff;padding-top:15px;transform:translatey(100%);transition:transform 0.2s ease;letter-spacing:1px;}
	.metal-domes-item-focus-p .photo:nth-of-type(1){height:547px;float:left;margin-right:7px;}
	.metal-domes-item-focus-p .photo:nth-of-type(2){padding-right:0px;height:270px;float:right;margin-bottom:7px;margin-right:0px;}
	.metal-domes-item-focus-p .photo:nth-of-type(3){padding-right:0px;height:270px;float:right;margin-right:0px;}
		/*技术项*/
	.metal-domes-item-technology{display:flex;justify-content:space-between;flex-direction:row-reverse;background-color:#eeeeee;border-radius:12px;overflow:hidden;}
	.metal-domes-item-technology .photo{width:640px;height:370px;flex:none;position:relative;}
	.metal-domes-item-technology .photo video{width:100%;height:100%;display:block;}
		.metal-domes-item-technology .photo .icon--videoplay{width:64px;height:64px;background:url("https://www.metal-domes.com/public/2024/images/icon--play2.png") no-repeat left top;left:50%;top:50%;transform:translate(-50%,-50%);position:absolute;cursor:pointer;}
	.metal-domes-item-technology ._intr{padding-left:57px;padding-right:95px;display:flex;flex-direction:column;justify-content:center;}
	.metal-domes-item-technology ._intr h4{line-height:1.25;font-size:24px;margin-bottom:20px;}
	.metal-domes-item-technology ._intr p{line-height:24px;color:#666;}
	.metal-domes-item-technology ._intr ._more{width:113px;height:39px;display:block;overflow:hidden;text-align:center;line-height:39px;margin-top:23px;background:url("https://www.metal-domes.com/public/2024/images/btn-morebg.png") no-repeat left top;background-size:contain;color:#234f8e;}
		/*证书*/
	.metal-domes-item-certifications{display:flex;justify-content:space-between;flex-direction:row-reverse;}
	.metal-domes-item-certifications ._box{width:640px;flex:none;height:421px;padding-top:43px;}
	.metal-domes-item-certifications ._box ul{display:flex;}
		.metal-domes-item-certifications ._box ul li{width:299px;height:417px;margin-left:14px;background-color:#999;position:relative;cursor:pointer;}
	.metal-domes-item-certifications ._box ul li a{display:block;}
	.metal-domes-item-certifications ._box ul li:hover a::after{visibility:visible;}
		.metal-domes-item-certifications ._box ul li:hover [class^='icon-']{visibility:visible;top:50%;}
	.metal-domes-item-certifications ._box ul li a::after{background-image:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));content:"";left:0px;top:0px;bottom:0px;right:0px;z-index:500;position:absolute;visibility:hidden;}
		.metal-domes-item-certifications ._box ul li [class^='icon-']{position:absolute;left:50%;top:60%;transform:translate(-50%,-50%);z-index:501;visibility:hidden;transition:all 0.3s linear;}
	.metal-domes-item-certifications ._box ul li img{width:100%;max-width:100%;}
	.metal-domes-item-certifications ._intr{display:flex;flex-direction:column;justify-content:center;padding-left:57px;padding-right:95px;}
	.metal-domes-item-certifications ._intr h4{font-size:39px;margin-bottom:10px;}
		.metal-domes-item-certifications ._intr p{line-height:22px;margin-bottom:30px;color:#999;}
	.metal-domes-item-certifications ._intr ul{color:#f17400;}
	.metal-domes-item-certifications ._intr ul li{line-height:1.43;margin-bottom:11px;font-size:14px;}
	.metal-domes-item-certifications ._intr ul li::before{width:19px;height:19px;content:"";display:inline-block;vertical-align:middle;margin-right:10px;border-radius:50px;background:url("https://www.metal-domes.com/public/2024/images/icon-select.png") no-repeat left top;background-size:contain;}
		/*介绍项*/
	.metal-domes-item-intr6{text-align:center;}
	.metal-domes-item-intr6 ._btnMore{width:27px;height:27px;display:block;margin:20px auto 0 auto;border-radius:60px;background:url("https://www.metal-domes.com/public/2024/images/icon-arrow-right2-white.png") no-repeat center center;background-color:#ffd200;background-size:30% auto;}
	.metal-domes-item-intr6 ._btnMore:hover{background-color:#e6bd00;}
	.metal-domes-item-intr6 .iconPic{width:115px;height:117px;margin:0 auto 27px auto;display:block;border-radius:12px;overflow:hidden;}
	.metal-domes-item-intr6 dl dt{line-height:1.09;margin-bottom:19px;font-size:22px;}
	.metal-domes-item-intr6 dl dd{line-height:1.57;color:#666;padding-left:15px;padding-right:15px;font-size:14px;}
	.metal-domes-item-intr6--group{display:flex;flex-wrap:wrap;}
	.metal-domes-item-intr6--group .metal-domes-item-intr6{width:calc(20% - 4 * 50px / 5);margin-right:50px;}
	.metal-domes-item-intr6--group .metal-domes-item-intr6:nth-child(5n){margin-right:0px;}
	/*- - - - - - - - -样式属产品页2.html - - - - - - - -*/
	
		/*产品导航*/
	.metal-domes-list-product-nav>li>a{color:#1f53f5;line-height:30px;}
	.metal-domes-list-product-nav>li ul li{line-height:31px;transition:all 0.2s ease;}
	.metal-domes-list-product-nav>li ul li:hover{transform:translatex(5px);}
	.metal-domes-list-product-nav>li ul li a::before{width:5px;height:5px;content:"";display:inline-block;border:2px solid #9b9966;border-radius:15px;margin-left:5px;margin-right:5px;}
		/*热点产品*/
	.metal-domes-item-hot-product{background-color:#010947;display:inline;box-sizing:border-box;color:#fff;}
	.metal-domes-item-hot-product:hover{box-shadow:6px 6px 12px -6px rgba(0, 0, 0, 0.15);}
	.metal-domes-item-hot-product:hover .photo img{transform:scale(1.1);}
	.metal-domes-item-hot-product .photo{position:relative;background:#333;display:block;padding-top:60.18%;}
	.metal-domes-item-hot-product p{line-height:1.71;overflow:hidden;font-size:14px;padding-left:18px;padding-right:18px;padding-top:10px;padding-bottom:10px;text-align:center;}
	.metal-domes-item-hot--group{display:flex;flex-wrap:wrap;}
	.metal-domes-item-hot--group .metal-domes-item-hot-product{width:calc(25% - 3 * 15px / 4);margin-right:15px;}
	.metal-domes-item-hot--group .metal-domes-item-hot-product:nth-child(4n){margin-right:0px;}
		/*表格样式4*/
	.metal-domes-product-table{line-height:2.86;border-top:1px solid #dddddd;font-size:14px;width:100%;}
	.metal-domes-product-table a{color:#1f53f5;}
	.metal-domes-product-table a:hover{text-decoration:underline;}
	.metal-domes-product-table .photo{width:130px;height:101px;}
	.metal-domes-product-table tr:nth-child(odd) td{background-color:#f9f9f9;}
	.metal-domes-product-table tr:hover a{font-weight:bold;}
	.metal-domes-product-table tr:hover td{background-color:#ececec;}
		.metal-domes-product-table tr td{padding:10px 5px 10px 5px;text-align:center;border-bottom:1px solid #dddddd;background:#fff;vertical-align:top;}
		 .metal-domes-product-table tr td ._title{text-align:left;display:block;}
		 .metal-domes-product-table tr th{padding:0 15px;font-size:16px;background-color:#f9f9f9;border-bottom:1px solid #dddddd;}
	/**/
	.metal-domes-product-value{display:flex;justify-content:space-between;padding-top:20px;padding-bottom:20px;}
		.metal-domes-product-value ._productPhoto{width:296px;height:261px;flex:none;margin-right:60px;margin-top:30px;background-color:rgba(255,255,255,0.8);}
		.metal-domes-product-value ._productPhoto img{width:100%;height:100%;display:block;object-fit:cover;}
	.metal-domes-product-value ._intr h5{line-height:2.06;font-size:16px;}
	.metal-domes-product-value ._intr p{line-height:2.14;margin-left:43px;font-size:14px;}
	
	/*- - - - - - - - -样式属blog详页3.html - - - - - - - -*/
	
	/*联系表单*/
#contactForm{background-color:#e5e5e5;}
#contactForm .form-button{margin-top:25px;}
#contactForm .center{padding-top:46px;padding-bottom:72px;}
#contactForm .center .bestpcbs-title-column{margin-bottom:5px;}
	#contactForm ._formArea{display:flex;justify-content:space-between;padding-left:100px;padding-right:100px;}
	#contactForm ._formLeftArea{width:49%;display:flex;flex-direction:column;}
	#contactForm ._formLeftArea .form-input:nth-last-of-type(1){margin-bottom:0px;}
	#contactForm ._formRightArea{width:49%;}
/*表单输入*/
.form-input{position:relative;overflow:hidden;margin:0 auto 21px auto;width:100%;min-height:38px;line-height:38px;}
	.form-input .msg-box{position:absolute;right:0px;align-items:center;padding:0 12px 0 5px;color:#e75130;font-size:14px;line-height:inherit;}
	.form-input .options_content{display:flex;justify-content:space-between;height:100%;position:relative;}
.form-input .options_content--tel .msg-box{right:115px;}
.form-input .options_content ._btnUpload{background-color:#808483;color:#fff;border:0;padding-left:12px;padding-right:16px;margin-left:8px;border-radius:3px;flex:none;white-space:nowrap;}
	.form-input .options_content ._btnUpload:hover{background-color:#1e4cdf;}
	.form-input .options_content ._btnUpload._btnUploadSelect{background-color:#1e4cdf;}
	.form-input .options_content textarea{width:100%;height:100%;display:block;padding-right:16px;box-sizing:border-box;padding-left:16px;border:1px solid #efefef;padding-top:8px;padding-bottom:8px;border-radius:3px;}
	.form-input .options_content textarea:focus{border-color:#1e4cdf;}
	.form-input .options_content ._text{padding-left:16px;background-color:#ffffff;display:block;flex:auto;height:100%;padding-right:16px;box-sizing:border-box;border:1px solid #ffffff;}
	.form-input .options_content ._text[name='files']{width:60%;}
	 .form-input .options_content ._text:focus{border-color:#1e4cdf;}
	/*表单按钮*/
	.form-button{text-align:center;padding-top:26px;}
.form-button ._btn_post{width:170px;height:52px;border-radius:8px;background-color:#1e4cdf;color:#fff;border:1px solid #1e4cdf;font-weight:bold;font-size:16px;}
	/*组件-分享*/
	.bestpcbs-module-share{text-align:right;}
.bestpcbs-module-share li{width:38px;height:27px;display:inline-block;overflow:hidden;color:#fff;line-height:1.93;font-size:14px;}
	.bestpcbs-module-share li .photo{background:transparent;}
	.bestpcbs-module-share li i{color:#fff;font-size:28px;}
.bestpcbs-module-share.bestpcbs-module-share--big li{height:35px;width:35px;margin-right:10px;text-align:center;line-height:35px;}
.bestpcbs-module-share.bestpcbs-module-share--big li .photo{display:inline-block;padding-top:5px;}
	.bestpcbs-module-share.bestpcbs-module-share--green{text-align:center;}
	.bestpcbs-module-share.bestpcbs-module-share--green li{border:2px solid #bebebe;text-align:center;padding:3px;border-radius:50px;box-sizing:border-box;width:39px;height:39px;background:transparent;}
	.bestpcbs-module-share.bestpcbs-module-share--green li:hover{border-color:#3ca407;}
	.bestpcbs-module-share.bestpcbs-module-share--green li i{color:#8b8b8b;font-size:20px;}
	.bestpcbs-module-share.bestpcbs-module-share--green li i:hover{color:#3ca407;}
	/*二维码列表*/

.wp-block-list{
	list-style: "\00BB \0020";
	padding-left: 12px;
}

.wp-block-list li{
	margin: 12px 0;
}

.wp-block-heading{
	border-bottom: 1px solid #ddd;
    border-left: 5px solid #0645B6;
    text-indent: 5px;
	padding: 0 0 3px 5px;
	font-weight: 700;
}

/* Source: tablet.css; original cascade order preserved. */
@media screen and (max-width:1366px) and (min-width:1025px){

	/*页头*/
	#header{height:215px;}
	#header .metal-domes-logo{margin-top:7px;}
	#header .metal-domes-module-menu{max-width:625px;}
	#header.header_change{padding-bottom:4px;box-shadow:0 9px 15px -9px rgba(0,0,0,0.35);}
	#header.header_change .metal-domes-module-menu{margin-top:4px;}
	/*组件-菜单*/
		.metal-domes-module-menu ul>li ._white_arrow{width:10px;height:7px;margin-left:6px;}
	.metal-domes-module-menu ul>li ._white_arrow::before{border:4px solid transparent;border-top:4px solid #fff;}
	.metal-domes-module-menu ul>li>a{font-size:13px;padding-left:8px;padding-right:8px;}
	.metal-domes-module-menu ul>li:last-child{margin-right:0;}
	.metal-domes-module-menu ol{padding-top:7px;padding-bottom:7px;box-shadow:0 9px 15px -9px rgba(0,0,0,0.35);min-width:147px;border-radius:6px;}
		 .metal-domes-module-menu ol>li>a{font-size:13px;padding-left:11px;padding-right:11px;}
	.center{width:1000px;}
	.icon--uploadfile{width:13px;height:13px;}
	.icon--zan{width:113px;height:90px;}
	.icon--time{width:15px;height:15px;}
	.icon--arrow-right{width:22px;height:22px;}
	.icon--tel2{width:21px;height:21px;}
	.icon--email2{width:21px;height:21px;}
	.icon--address{width:21px;height:21px;}
	.icon--tel3{width:23px;height:23px;}
	.icon--wx{width:23px;height:23px;}
	.icon--see{width:14px;height:14px;}
	.icon--comments{width:14px;height:14px;}
	.icon--date{width:14px;height:14px;}
	body{font-size:13px;}
	h1{font-size:18px;}
	h2{font-size:17px;}
	h3,h4{font-size:13px;}
	h5{font-size:13px;}
	/*- - - - - - - - -样式属index.html - - - - - - - -*/
	/*内容区域*/
	.columnBox{padding-top:46px;padding-bottom:46px;}
	.columnBox.columnBox--bluestyle .metal-domes-title-column p{margin-top:20px;}
	.columnBox.columnBox--bluestyle .metal-domes-item-advantage:hover{box-shadow:22px 22px 11px -18px rgba(255,255,255,0.25);}
	.columnBox.columnBox--bluestyle .box-border ._corner{box-shadow:-4px 4px 0 4px #fff;}
	/**/
	.columnBox.columnBox--service .metal-domes-list-service{margin-bottom:25px;margin-left:40px;margin-right:40px;}
	.columnBox.columnBox--service .metal-domes-title-column{margin-bottom:33px;}
	.columnBox.columnBox--service .metal-domes-title-column h3{margin-bottom:28px;}
	.columnBox.columnBox--application .metal-domes-list-nav{right:93px;top:7px;}
	.columnBox.columnBox--application .swiper-container{width:705px;}
	.columnBox.columnBox--news .center .metal-domes-item-news{margin-right:39px;}
	/*栏目标题*/
	.metal-domes-title-column{margin-bottom:21px;padding-top:21px;padding-bottom:21px;padding-left:59px;padding-right:59px;}
		.metal-domes-title-column h3{font-size:29px;}
		.metal-domes-title-column p{font-size:13px;}
	.metal-domes-title-column.metal-domes-title-column--grey{padding-top:30px;padding-bottom:21px;}
	.metal-domes-title-column.metal-domes-title-column--grey h3{margin-bottom:11px;}
	.metal-domes-title-column.metal-domes-title-column--small h3{font-size:21px;}
	/*列表-统计*/
		.metal-domes-list-count li{padding-left:36px;padding-right:36px;}
	.metal-domes-list-count li:not(:last-child)::after{top:13px;bottom:13px;}
	.metal-domes-list-count li strong{font-size:22px;}
	/*新闻列表*/
	.metal-domes-list-news ._newsItem{padding-top:15px;padding-bottom:15px;}
	.metal-domes-list-news h4{font-size:13px;height:32px;}
	.metal-domes-list-news h4::before{width:6px;height:6px;border-radius:29px;margin-right:7px;}
	.metal-domes-list-news h4 time{margin-left:11px;}
	.metal-domes-list-news p{margin-left:15px;font-size:13px;}
	.metal-domes-list-news p::before{width:15px;height:15px;margin-top:7px;}
	/*服务列表2*/
	.metal-domes-list-service2 ._item{padding-top:21px;padding-bottom:16px;}
	.metal-domes-list-service2 ._item [class^='icon']{width:66px;height:66px;margin-bottom:14px;}
	.metal-domes-list-service2 ._item ._name{font-size:13px;}
	/*列表-导航*/
	.metal-domes-list-nav{padding-top:35px;padding-bottom:35px;}
	.metal-domes-list-nav::after{width:9px;height:9px;border:1px dashed #bfc4fc;border-radius:29px;left:13px;}
	.metal-domes-list-nav::before{left:18px;top:10px;bottom:10px;border-left:1px dashed #bfc4fc;}
	.metal-domes-list-nav li{font-size:13px;}
	.metal-domes-list-nav li._active::before{width:50px;height:51px;margin-left:-25px;margin-top:-25px;left:22px;}
	.metal-domes-list-nav li [class^='icon']{width:44px;height:44px;margin-right:10px;}
	/*服务列表*/
	.metal-domes-list-service li{width:calc(25% - 3 * 10px / 4);margin-right:10px;border-radius:7px;margin-bottom:14px;}
	.metal-domes-list-service li::before{border:2px solid #2354ef;border-radius:7px;}
	.metal-domes-list-service li .photo{margin-left:7px;margin-top:7px;margin-bottom:7px;margin-right:7px;border-radius:4px;}
		.metal-domes-list-service li ._name{font-size:13px;padding-left:9px;padding-right:9px;}
	/*优势项*/
		.metal-domes-item-advantage{padding-left:18px;padding-right:18px;padding-top:36px;padding-bottom:18px;margin-bottom:21px;}
	.metal-domes-item-advantage:hover{box-shadow:22px 22px 11px -18px rgba(0,0,0,0.15);}
	.metal-domes-item-advantage ._xh{width:31px;font-size:13px;border-radius:15px 0 0 0;}
	.metal-domes-item-advantage .iconPic,.metal-domes-item-advantage [class^='icon']{width:59px;height:59px;margin:0 auto 15px auto;}
	.metal-domes-item-advantage h4{font-size:18px;margin-bottom:10px;}
	.metal-domes-item-advantage p{font-size:13px;}
	.metal-domes-item-advantage--group .metal-domes-item-advantage{width:calc(25% - 3 * 18px / 4);margin-right:18px;height:auto;padding-bottom:30px;}
	/*申请项*/
	.metal-domes-item-apply{height:426px;}
	.metal-domes-item-apply .photo{width:450px;height:358px;}
	.metal-domes-item-apply ._intr{width:250px;padding-left:24px;}
	.metal-domes-item-apply ._intr h3{margin-bottom:9px;font-size:18px;}
	.metal-domes-item-apply ._intr p{font-size:13px;}
	.metal-domes-item-apply ._intr ._more{width:44px;height:44px;margin-top:26px;line-height:51px;}
	.metal-domes-item-apply ._intr ._more::before{width:44px;height:44px;}
	/*介绍项*/
	.metal-domes-item-intr{padding-top:12px;padding-bottom:12px;}
	.metal-domes-item-intr .photo{box-shadow:-24px -24px 0 -7px rgba(255,255,255,0.35);border:11px solid #fff;border-radius:29px 0 29px;}
	.metal-domes-item-intr ._intr{padding-right:81px;}
	.metal-domes-item-intr ._intr ._pic{height:51px;margin-top:34px;}
	.metal-domes-item-intr ._intr h2{font-size:18px;margin-bottom:14px;}
	.metal-domes-item-intr ._intr p{font-size:13px;}
	/*新闻项2*/
	.metal-domes-item-news:hover{box-shadow:4px 4px 9px -4px rgba(0,0,0,0.15);}
		 .metal-domes-item-news>a{padding-left:37px;padding-right:37px;padding-bottom:37px;padding-top:37px;}
	.metal-domes-item-news time .icon--time{margin-right:7px;}
		.metal-domes-item-news ._title{font-size:15px;margin-bottom:7px;}
		.metal-domes-item-news ._txt{font-size:13px;margin-bottom:17px;}
	/*按钮组*/
		 .metal-domes-btn-group{padding-top:29px;}
	.metal-domes-btn-group .icon--zan{top:-15px;}
	.metal-domes-btn-group ._btnLink{padding-left:15px;padding-right:15px;font-size:13px;margin-left:9px;margin-right:9px;border-radius:37px;}
	/*标志*/
		 .metal-domes-logo{width:77px;height:34px;}
	/*顶部组件*/
	.metal-domes-module-top{padding-top:9px;padding-bottom:9px;font-size:13px;}
	.metal-domes-module-top ._rightArae ul li [class^='icon']{margin-right:3px;}
	.metal-domes-module-top ._rightArae ul li:not(:last-child){margin-right:68px;}
	.metal-domes-module-top  .module-share{margin-left:23px;}
	.metal-domes-module-top .module-share>a{width:21px;height:21px;margin-left:5px;}
	/*组件-广告*/
		 .metal-domes-module-banner{height:647px;}
		 .metal-domes-module-banner .swiper-button-next,.module-homebanner .swiper-button-prev{width:111px;height:45px;}
		 .metal-domes-module-banner .swiper-button-next::after,.module-homebanner .swiper-button-prev::after{font-size:15px;}
		 .metal-domes-module-banner .swiper-pagination{bottom:29px;}
		 .metal-domes-module-banner .swiper-pagination .swiper-pagination-bullet{width:40px;height:2px;}
	/*- - - - - - - - -样式属公司简介.html - - - - - - - -*/
	.columnBox--certifications{padding-bottom:99px;padding-top:33px;}
	/*按钮上一个下一个*/
			.btn-prev,.btn-next{width:38px;height:38px;}
		#certifications .swiper{margin-left:66px;margin-right:66px;}
	/*简介带视频*/
	.metal-domes-item-intr-video{padding-top:33px;padding-bottom:33px;}
	.metal-domes-item-intr-video ._rightBox h4{font-size:21px;}
	.metal-domes-item-intr-video ._rightBox p{margin-bottom:7px;font-size:13px;}
	.metal-domes-item-intr-video ._rightBox ul{margin-top:9px;margin-bottom:9px;margin-left:9px;}
	.metal-domes-item-intr-video ._rightBox ul li{font-size:13px;}
	/*关于我们*/
	.metal-domes-item-about{padding-left:28px;padding-right:28px;padding-top:13px;padding-bottom:13px;margin-bottom:9px;min-height:162px;}
	.metal-domes-item-about:hover .box-border{box-shadow:22px 22px 11px -18px rgba(0,0,0,0.15);}
	.metal-domes-item-about .photo{width:100px;height:100px;margin-right:30px;}
	.metal-domes-item-about h5{font-size:13px;}
	.metal-domes-item-about p{font-size:13px;}
	.metal-domes-item-about--group .metal-domes-item-about:first-child{padding-left:33px;padding-right:33px;padding-top:21px;padding-bottom:21px;height:325px;}
	.metal-domes-item-about--group .metal-domes-item-about{width:calc(50% - 1 * 8px / 2);margin-right:8px;}
	/*基本介绍*/
	.metal-domes-item-intr-basic{padding-top:33px;padding-bottom:33px;}
	.metal-domes-item-intr-basic ._leftBox h1{font-size:13px;}
	.metal-domes-item-intr-basic ._leftBox p{font-size:13px;}
	.metal-domes-item-intr-basic ._rightBox .metal-domes-list-count li strong{font-size:18px;}
	.metal-domes-text-tip{font-size:13px;}
	.metal-domes-text-section img{margin-bottom:15px;}
	.metal-domes-text-section p{font-size:13px;}
	/*图片-项目*/
	.metal-domes-pic-item{width:162px;margin-bottom:14px;}
		.metal-domes-pic-item .photo{margin-bottom:14px;border:3px solid #dddddd;}
	.metal-domes-pic-item strong{font-size:13px;}
		 .metal-domes-module-banner2{height:217px;}
	/*- - - - - - - - -样式属产品页.html - - - - - - - -*/
	.columnBox--product .metal-domes-list-service li:hover ._name{background-position-y:74px;}
	/*图片列表*/
	.metal-domes-list-picture li{width:calc(25% - 3 * 12px / 4);margin-right:12px;margin-bottom:23px;border-radius:7px;}
	.metal-domes-list-picture li:hover{outline-width:2px;}
		.metal-domes-list-picture li ._name{font-size:13px;padding-left:7px;padding-right:7px;}
	/*广告文字*/
	.metal-domes-item-banner{padding-top:48px;padding-bottom:40px;}
		 .metal-domes-item-banner  ._intr h4{margin-bottom:13px;font-size:29px;}
	.metal-domes-item-banner ._intr p{font-size:13px;}
	.metal-domes-item-banner  ._intr ._btn-contact{border-radius:6px;font-size:13px;padding-left:12px;padding-right:12px;margin-top:25px;}
	.metal-domes-item-adv ._swiper{padding-bottom:26px;}
	.metal-domes-item-adv .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;border-radius:37px;margin-left:5px;margin-right:5px;}
	.metal-domes-item-adv ._intr h4{font-size:19px;margin-bottom:9px;}
	.metal-domes-item-adv ._intr p{font-size:13px;}
	.metal-domes-item-adv ._intr ul{padding-top:27px;padding-bottom:27px;}
	.metal-domes-item-adv ._intr ._btnMore{margin-top:15px;}
	.metal-domes-item-adv ._intr ul li{font-size:13px;}
	.metal-domes-item-adv ._intr ul li strong{font-size:18px;}
	/*文档项*/
		.metal-domes-item-docs:hover{transform:NaNpx;}
		.metal-domes-item-docs:hover .btn_more [class^='icon']{margin-left:11px;}
	.metal-domes-item-docs:hover .photo{outline-width:2px;border-radius:4px;}
	.metal-domes-item-docs .photo{margin:0 0 11px 0;}
	.metal-domes-item-docs .text{padding-bottom:15px;}
	.metal-domes-item-docs h5{font-size:13px;margin-bottom:7px;}
	.metal-domes-item-docs p{font-size:13px;margin-bottom:18px;}
	.metal-domes-item-docs a.btn_more{font-size:13px;padding-top:7px;}
	.metal-domes-item-docs--group .metal-domes-item-docs{width:calc(33.33% - 2 * 29px / 3);margin-right:29px;}
	.metal-domes-item-organ{padding-left:18px;padding-top:10px;padding-bottom:10px;}
	.metal-domes-item-organ ._title{font-size:15px;padding-right:29px;padding-top:4px;padding-bottom:4px;}
	.metal-domes-item-organ ._title [class^='icon']{right:18px;}
	.metal-domes-item-organ ._intr{font-size:13px;}
	.metal-domes-item-organ.metal-domes-item-organ--active{box-shadow:0 0 10px rgba(0,0,0,0.2);padding-left:18px;padding-right:18px;padding-top:10px;padding-bottom:18px;border-radius:5px;}
	.metal-domes-item-organ.metal-domes-item-organ--active ._intr{padding-top:5px;margin-top:4px;}
	/*项目介绍-样式3*/
	.metal-domes-item-intr3 ._leftBox{border-radius:9px;}
	.metal-domes-item-intr3 ._rightBox{padding-right:0px;}
	.metal-domes-item-intr3 ._rightBox .btn-primary{margin-left:20px;margin-top:24px;}
	.metal-domes-item-intr3 ._rightBox h1{margin-bottom:13px;font-size:16px;}
	.metal-domes-item-intr3 ._rightBox h1 .iconPic{width:27px;height:27px;margin-right:9px;}
	/*按钮-主要*/
	.btn-primary{width:118px;height:31px;line-height:31px;border-radius:4px;}
	/*- - - - - - - - -样式属行业应用.html - - - - - - - -*/
	/*产品列表2*/
	.metal-domes-list-products li{width:calc(25% - 3 * 15px / 4);margin-right:15px;margin-bottom:15px;}
		.metal-domes-list-products li ._name{font-size:13px;padding-left:9px;padding-right:9px;}
	/*表格样式4*/
	.metal-domes-table-style{font-size:13px;}
	.metal-domes-table-style tr:first-child td{padding-top:16px;padding-bottom:16px;}
	.metal-domes-table-style tr td{padding-top:11px;padding-bottom:11px;}
	.metal-domes-table-style--group .metal-domes-table-style{width:calc(50% - 1 * 37px / 2);}
	.metal-domes-table-style--group .metal-domes-table-style:not(:first-child){margin-left:37px;}
	/*- - - - - - - - -样式属服务5-5组装.html - - - - - - - -*/
	.metal-domes-list-pic li{width:calc(25% - 3 * 15px / 4);margin-right:15px;margin-bottom:15px;}
		.metal-domes-list-pic li ._name{font-size:13px;padding-left:9px;padding-right:9px;bottom:15px;}
	/*文本项目*/
		.metal-domes-item-text{padding-top:10px;padding-bottom:10px;margin-bottom:3px;}
		.metal-domes-item-text ._xh{width:31px;font-size:13px;}
		 .metal-domes-item-text .iconPic{width:77px;height:77px;margin:0 auto 4px auto;}
	.metal-domes-item-text h4{font-size:18px;margin-bottom:10px;}
		.metal-domes-item-text p{font-size:13px;}
	.metal-domes-item-text--group .metal-domes-item-text{width:calc(33.33% - 2 * 32px / 3);margin-right:32px;}
		.metal-domes-item-text2{padding-left:18px;padding-right:18px;padding-top:21px;padding-bottom:18px;border:1px solid #dcdcdc;margin-bottom:15px;}
		.metal-domes-item-text2 ._xh{width:31px;font-size:13px;}
		 .metal-domes-item-text2 .iconPic{width:59px;height:59px;margin:0 auto 15px auto;}
		.metal-domes-item-text2 h4{font-size:18px;margin-bottom:10px;}
		.metal-domes-item-text2 p{font-size:13px;}
	.metal-domes-item-text2--group .metal-domes-item-text2{width:calc(25% - 3 * 22px / 4);margin-right:22px;}
	.metal-domes-text-intrs{font-size:13px;}
	.metal-domes-text-intrs p{margin-bottom:14px;}
	/*- - - - - - - - -样式属例表.html - - - - - - - -*/
	/*组件-分页*/
		.metal-domes-module-pagination{font-size:13px;padding-top:18px;padding-bottom:18px;}
	.metal-domes-module-pagination .pageinfo{padding-left:7px;padding-right:7px;}
	.metal-domes-module-pagination a{border-radius:2px;min-width:22px;padding-left:7px;padding-right:7px;margin-bottom:3px;}
		.metal-domes-module-pagination a.change{padding-left:4px;padding-right:4px;}
	/*组件-位置*/
				.module-location{padding-top:9px;padding-bottom:9px;font-size:13px;}
	/*组件-搜索*/
	.module-search form{width:206px;height:24px;}
			.module-search .text{padding-left:10px;padding-right:35px;border-radius:29px;}
	.module-search .btn_send{width:35px;padding-top:2px;}
	/*新闻-编组*/
		.metal-domes-item-news2--group .metal-domes-item-news2{width:calc(33.33% - 2 * 18px / 3);margin-right:18px;}
	/*新闻*/
		.metal-domes-item-news2{box-shadow:0 0 6px rgba(0,0,0,0.12);margin-bottom:22px;border-radius:4px;}
		.metal-domes-item-news2:hover{box-shadow:0 0 10px rgba(0,0,0,0.22);}
		.metal-domes-item-news2 ._intr{padding-top:32px;padding-left:21px;padding-right:22px;padding-bottom:13px;}
		.metal-domes-item-news2 ._intr ._btnReadMore{margin-top:29px;font-size:13px;}
		.metal-domes-item-news2 ._intr ._btnReadMore:hover{transform:NaNpx;}
		.metal-domes-item-news2 h4{margin-bottom:21px;font-size:15px;}
		.metal-domes-item-news2 p{font-size:13px;}
	/*- - - - - - - - -样式属联系我们.html - - - - - - - -*/
	/*页面标题*/
		 .metal-domes-title-page{margin-bottom:12px;}
		.metal-domes-title-page h3{font-size:21px;}
		.metal-domes-title-page p{font-size:13px;}
	/*客服项*/
	.metal-domes-item-kefu{padding-top:13px;padding-bottom:13px;padding-left:13px;padding-right:13px;}
	.metal-domes-item-kefu .photo{width:74px;height:74px;margin-right:15px;}
		 .metal-domes-item-kefu ._contact{padding-top:4px;}
		.metal-domes-item-kefu ._contact ._name{font-size:13px;}
		 .metal-domes-item-kefu ._contact ul{font-size:13px;}
	.metal-domes-item-kefu ._contact li{font-size:13px;}
	.metal-domes-item-kefu ._contact ._linkGroup{padding-top:10px;padding-bottom:7px;font-size:13px;}
		 .metal-domes-item-kefu ._contact ._btnLink{padding-left:3px;padding-right:7px;border-radius:44px;font-size:13px;}
	.metal-domes-item-kefu ._contact ._btnLink [class^='icon']{margin-right:4px;margin-top:-2px;border-radius:44px;}
		 .metal-domes-item-kefu ._contact ._btnLink:not(:first-child){margin-left:7px;}
	/*联系项*/
	.metal-domes-item-contact h1{font-size:21px;margin-bottom:16px;}
	.metal-domes-item-contact ul{padding-top:32px;padding-bottom:21px;padding-left:35px;}
	.metal-domes-item-contact li{margin-bottom:9px;font-size:13px;}
	.metal-domes-item-contact li [class^='icon']{width:19px;height:19px;margin-right:13px;}
	/*表单项-文字*/
		.metal-domes-form-item{font-size:13px;margin-bottom:15px;line-height:34px;min-height:34px;}
	.metal-domes-form-item ._item-content .msg-box{padding-right:9px;}
	.metal-domes-form-item ._item-content--file ._btnUpload{padding-left:9px;margin-left:7px;width:124px;border-radius:3px;padding-right:9px;}
	.metal-domes-form-item ._item-content--file .msg-box{right:131px;}
	.metal-domes-form-item ._text{border-radius:4px;padding-right:12px;padding-left:12px;}
	.metal-domes-form-item--row2 .metal-domes-form-item{margin-right:8px;width:calc(50% - 1 * 8px / 2);margin-bottom:7px;}
	/*组件-消息*/
	/*组件-地图*/
	.metal-domes-module-map ._mapBox{height:333px;}
	/*页尾*/
	#footer>.center{padding-top:47px;padding-bottom:13px;}
			.metal-domes-text-intrs2 .metal-domes-module-share{margin-top:13px;}
			.metal-domes-text-intrs2 ._bomLogo{width:101px;height:46px;margin-bottom:7px;}
			.metal-domes-text-intrs2 p{font-size:13px;}
	.metal-domes-module-websitemap{padding-bottom:42px;}
			.metal-domes-module-websitemap dl{margin-left:53px;}
			.metal-domes-module-websitemap dl dt{font-size:21px;}
			.metal-domes-module-websitemap dl dd{font-size:13px;}
			.metal-domes-module-websitemap dl dd a:hover{transform:NaNpx;}
			.metal-domes-text-contact{width:249px;}
	.metal-domes-text-contact h4{font-size:21px;}
	.metal-domes-text-contact dl{font-size:13px;margin-bottom:10px;}
			.metal-domes-text-contact dl dt{min-width:66px;}
	.metal-domes-text-contact dl dt [class^='icon-']{margin-right:12px;width:15px;height:15px;margin-top:3px;}
			.metal-domes-text-contact dl dd{margin-bottom:9px;}
	.metal-domes-module-copyright .center{padding-top:15px;padding-bottom:15px;font-size:13px;}
			.metal-domes-module-copyright ._otherLink a{padding-left:9px;padding-right:9px;}
	/*联系表单*/
	#contactForm ._agreement{padding-left:74px;padding-right:74px;}
	#contactForm .form-button{margin-top:18px;}
	#contactForm .center{padding-top:34px;padding-bottom:53px;}
	#contactForm .center .metal-domes-title-column{margin-bottom:4px;}
	#contactForm ._formArea{padding-left:0px;padding-right:0px;}
	#contactForm ._formArea .form-input{width:calc(50% - 1 * 15px / 2);margin-right:15px;}
	/*表单输入*/
	.form-input{margin:0 auto 15px auto;min-height:28px;line-height:28px;}
		.form-input .msg-box{padding:0 9px 0 4px;font-size:13px;}
	.form-input .options_content--tel .msg-box{right:85px;}
	.form-input .options_content ._btnUpload{padding-left:9px;padding-right:12px;margin-left:6px;border-radius:2px;}
		.form-input .options_content textarea{padding-right:12px;padding-left:12px;padding-top:6px;padding-bottom:6px;border-radius:2px;}
		.form-input .options_content ._text{padding-left:12px;padding-right:12px;}
	/*表单按钮*/
		.form-button{padding-top:19px;}
	.form-button ._btn_post{width:125px;height:38px;border-radius:6px;font-size:13px;}
	/*组件-分享*/
	.metal-domes-module-share li{width:28px;height:20px;font-size:13px;}
		.metal-domes-module-share li i{font-size:21px;}
	.metal-domes-module-share.metal-domes-module-share--big li{height:26px;width:26px;margin-right:7px;line-height:26px;}
	.metal-domes-module-share.metal-domes-module-share--big li .photo{padding-top:4px;}
		.metal-domes-module-share.metal-domes-module-share--green li{border:1px solid #bebebe;padding:2px;border-radius:37px;width:29px;height:29px;}
		.metal-domes-module-share.metal-domes-module-share--green li i{font-size:15px;}
	/*二维码列表*/
	.metal-domes-list-rqcode{padding-top:16px;margin-top:16px;}
	.metal-domes-list-rqcode li{width:62px;padding-left:12px;padding-right:12px;}
	.metal-domes-list-rqcode ._codePic{border-radius:4px;margin-bottom:2px;}
	/*- - - - - - - - -样式属5-4.html - - - - - - - -*/
	/*列表*/
	.metal-domes-list-text2{padding-top:43px;padding-bottom:43px;}
	.metal-domes-list-text2 li{max-width:186px;margin-bottom:20px;padding-bottom:10px;min-width:186px;margin-left:59px;margin-right:59px;}
	.metal-domes-list-text2 li .iconPic{width:77px;height:77px;}
	.metal-domes-list-text2 li ._names{font-size:13px;margin-bottom:6px;}
	.metal-domes-list-text2 li ._intr{font-size:13px;}
	/*简介项5*/
	.metal-domes-item-intr5{border-radius:15px;}
	.metal-domes-item-intr5 ._intr{padding-left:37px;padding-right:70px;padding-top:22px;padding-bottom:22px;font-size:13px;}
	.metal-domes-item-intr5 ._intr p{margin-bottom:18px;}
	/*选项卡*/
	.metal-domes-tab{margin-bottom:30px;}
	.metal-domes-tab li{margin-right:104px;font-size:13px;}
	.metal-domes-tab li._active a::after{border-bottom:1px solid #2054f6;}
	.metal-domes-tab li a{font-size:15px;}
	/*组件-视频*/
	.metal-domes-module-video{border-radius:13px;}
	/*- - - - - - - - -样式属5-5.html - - - - - - - -*/
		.metal-domes-list-image li{width:calc(33.33% - 2 * 22px / 3);margin-right:22px;margin-bottom:15px;}
	/*- - - - - - - - -样式属blog详页.html - - - - - - - -*/
	#sidebar .metal-domes-module-search{margin-bottom:15px;margin-top:15px;}
	#sidebar .metal-domes-module-search form{height:28px;font-size:13px;}
	#sidebar .metal-domes-module-search form .text{padding-left:7px;padding-right:7px;}
			#sidebar .metal-domes-module-search form .text:focus{box-shadow:0 1px 6px rgba(0,0,0,0.2) inset;}
	#sidebar .metal-domes-module-search form .btn_send{width:37px;font-size:13px;}
			#sidebar .sidebarBox{border-radius:6px;padding-left:15px;padding-right:15px;margin-bottom:15px;padding-top:7px;padding-bottom:15px;}
			#sidebar .sidebarBox.sidebarBox--style1::before{width:37px;height:38px;}
		#container>.center{padding-top:18px;}
		#container>.center.center--flex{padding-top:20px;padding-bottom:20px;}
	#container #sidebar{margin-left:15px;width:235px;}
	#container #content{border-radius:6px;}
	#content{padding-left:15px;padding-right:15px;padding-top:7px;padding-bottom:18px;}
	/*子标题*/
	.metal-domes-title-subtitle{font-size:13px;}
	.metal-domes-title-subtitle::before{width:3px;height:15px;margin-right:6px;border-radius:6px;}
	/*医生列表*/
		 .metal-domes-list-doc li{font-size:13px;}
		 .metal-domes-list-doc li time{margin-left:15px;}
		 .metal-domes-list-doc.metal-domes-list-doc--row2 li{width:calc(50% - 1 * 15px / 2);margin-right:15px;}
		 .metal-domes-list-doc.metal-domes-list-doc--row2 li a::before{border:3px solid transparent;border-left:3px solid #666;margin-right:3px;margin-left:4px;}
		.metal-domes-list-img li{width:calc(33.33% - 2 * 15px / 3);margin-right:15px;margin-bottom:15px;}
	/*报价*/
		.metal-domes-item-quote{border-radius:7px;padding-left:7px;padding-top:7px;padding-right:7px;padding-bottom:18px;}
			.metal-domes-item-quote .metal-domes-photo{margin-bottom:13px;}
			 .metal-domes-item-quote h4{padding-left:28px;font-size:13px;}
			 .metal-domes-item-quote ul{padding-left:28px;}
			 .metal-domes-item-quote ul li{font-size:13px;}
			 .metal-domes-item-quote .metal-domes-btn_quotenow{height:35px;margin-bottom:15px;border-radius:4px;margin-top:7px;font-size:13px;}
			 .metal-domes-item-quote .metal-domes-btn_quotenow::before{margin:-11px 0 0 1px;width:22px;height:22px;}
			.metal-domes-item-quote .metal-domes-btn_quotenow .icon-envelop{font-size:18px;margin-right:7px;height:18px;width:18px;}
		 .metal-domes-text-docheader{padding-top:10px;padding-bottom:10px;}
		 .metal-domes-text-docheader ._title{font-size:23px;margin-bottom:14px;}
		 .metal-domes-text-docheader ._val{padding-top:21px;}
	.metal-domes-text-docheader ._val li{padding-right:15px;padding-left:15px;font-size:13px;}
	.metal-domes-text-docheader ._val li [class^='icon-']{margin-right:4px;margin-top:-2px;}
	.shareBox span{height:18px;line-height:18px;}
	.shareBox a{width:18px;height:18px;}
	.shareBox a .iconPic{height:18px;width:18px;}
	/*4*/
		 .metal-domes-text-doccontent{padding-top:15px;padding-bottom:15px;font-size:13px;}
		 .metal-domes-text-doccontent p{margin-bottom:18px;}
			 .metal-domes-module-prevnext{margin-top:15px;margin-bottom:15px;}
			 .metal-domes-module-prevnext ._prev, .metal-domes-module-prevnext ._next{margin-right:12px;border-radius:4px;padding-left:11px;padding-right:11px;padding-top:7px;height:64px;font-size:13px;}
			 .metal-domes-module-prevnext a{line-height:16px;}
	/*- - - - - - - - -样式属服务5-4原型.html - - - - - - - -*/
	/*简介项4*/
	.bestpcb-item-intr4{padding-top:47px;padding-bottom:47px;}
	.bestpcb-item-intr4 ._leftArea ._item{width:calc(50% - 1 * 28px / 2);margin-right:28px;margin-bottom:46px;padding-top:26px;}
	.bestpcb-item-intr4 ._leftArea ._item ul{font-size:13px;}
	.bestpcb-item-intr4 ._leftArea ._item h5{font-size:15px;margin-bottom:6px;}
	.bestpcb-item-intr4 ._leftArea ._item p{font-size:13px;}
	.bestpcb-item-intr4 ._rightArea{border-radius:7px;padding-right:15px;padding-top:21px;padding-bottom:21px;font-size:13px;}
	/*- - - - - - - - -样式属搜索页.html - - - - - - - -*/
	/*侧边栏标题*/
			 .metal-domes-title-sidebar{margin-bottom:13px;border-bottom:1px solid #dbdbdb;line-height:25px;}
			 .metal-domes-title-sidebar ._more{font-size:13px;}
			 .metal-domes-title-sidebar span{font-size:13px;}
			 .metal-domes-title-sidebar span::after{bottom:-1px;width:55px;border-bottom:1px solid #1e4cdf;}
	/*主标题*/
		 .metal-domes-title-main{border-bottom:1px solid rgba(6,153,75,0.5);padding-left:18px;padding-right:18px;font-size:15px;margin-bottom:15px;}
	.metal-domes-list-news2 li a{padding-top:7px;padding-bottom:7px;font-size:13px;}
	/*博客项*/
		.metal-domes-item-blog{padding-top:17px;padding-bottom:17px;padding-left:15px;padding-right:15px;}
		.metal-domes-item-blog ._intr [class^='icon']{width:11px;height:10px;margin-right:2px;}
		.metal-domes-item-blog .photo{margin-right:24px;border-radius:4px;min-width:219px;}
		.metal-domes-item-blog ._intr{padding-right:32px;}
		.metal-domes-item-blog ._intr h4{font-size:13px;}
		.metal-domes-item-blog ._intr p{font-size:13px;}
		.metal-domes-item-blog ._tags{margin-top:15px;font-size:13px;}
		.metal-domes-item-blog ._tags span:not(._txt){padding-left:10px;padding-right:10px;margin-bottom:2px;}
		.metal-domes-item-blog ._tags ._txt{padding-left:9px;padding-right:9px;}
		.metal-domes-item-blog ._tags ._txt::before{border:3px solid transparent;border-left:4px solid #06994b;margin-top:-3px;}
		.metal-domes-item-blog ._intr ._value{margin-top:7px;font-size:13px;}
		 .metal-domes-text-label a{padding-left:4px;padding-right:4px;}
	.box-border{border-radius:15px;}
	.box-border ._dot{width:10px;height:10px;border:1px solid #3a59e8;border-radius:29px;left:10px;top:12px;}
	.box-border ._corner,.box-border ._corner::before,.box-border ._corner::after,.box-border::before,.box-border::after{border-width:1px;}
	.box-border ._corner{right:7px;top:7px;width:22px;height:15px;border-radius:0 0 0 15px;box-shadow:-4px 4px 0 4px transparent;}
	.box-border ._corner::before{width:15px;height:6px;border-radius:0 15px 0 0px;}
	.box-border ._corner::after{width:6px;height:15px;border-radius:0 15px 0 0px;}
	.box-border ._leftBottomCorner{left:7px;bottom:7px;top:auto;}
	.box-border::before{right:30px;bottom:24px;border-radius:15px 7px 0 7px;}
	.box-border::after{border-radius:0 7px 15px 7px;left:30px;top:24px;}
	.box-border.box-border--white ._corner{box-shadow:-4px 4px 0 4px #fff;}
	.box-pic{border-radius:15px;}
	.box-pic .photo::before{right:9px;top:9px;width:9px;height:9px;border-radius:15px;}
	.box-pic .photo::after{width:9px;height:9px;border-radius:15px;bottom:9px;left:9px;}
	.box-pic::before{width:48px;height:49px;}
	.box-pic::after{width:54px;height:38px;}
	/*- - - - - - - - -样式属服务-5-1-设计.html - - - - - - - -*/
	.columnBox--step .btn-primary{width:211px;}
	.metal-domes-item-text3{margin-bottom:29px;}
	.metal-domes-item-text3::after{width:10px;height:10px;margin-top:4px;}
	.metal-domes-item-text3 .iconPic{width:38px;height:38px;margin:0 auto 6px auto;font-size:13px;}
	.metal-domes-item-text3 h4{font-size:13px;padding-top:7px;padding-bottom:7px;}
	.metal-domes-item-text3 p{font-size:13px;}
	.metal-domes-item-text3--group{padding-left:41px;padding-right:41px;}
	.metal-domes-item-text3--group .metal-domes-item-text3{width:calc(33.33% - 2 * 88px / 3);margin-right:88px;margin-bottom:74px;}
	/*步骤*/
	.metal-domes-item-step{margin-top:92px;margin-bottom:26px;}
	.metal-domes-item-step li{padding-top:25px;padding-bottom:35px;padding-left:38px;padding-right:10px;margin-right:74px;font-size:13px;}
	.metal-domes-item-step li::before{width:6px;height:6px;border:2px solid #c4c4c4;border-radius:7px;}
	.metal-domes-item-step li::after{font-size:32px;}
		.metal-domes-item-step li .iconPic{width:49px;height:49px;margin:0 auto 18px auto;}
	/*- - - - - - - - -样式属首页.html - - - - - - - -*/
	/*产品列表*/
		.metal-domes-list-product3 li{margin-right:5px;margin-bottom:15px;width:calc(25% - 3 * 5px / 4);}
	/*焦点产品*/
	.metal-domes-item-focus-p{margin-bottom:5px;}
	.metal-domes-item-focus-p .photo{width:calc(50% - 1 * 5px / 2);margin-right:5px;}
	.metal-domes-item-focus-p .photo ._text{padding-left:11px;padding-right:11px;font-size:13px;padding-top:11px;}
	.metal-domes-item-focus-p .photo:nth-of-type(1){height:402px;margin-right:5px;}
	.metal-domes-item-focus-p .photo:nth-of-type(2){height:199px;margin-bottom:5px;}
	.metal-domes-item-focus-p .photo:nth-of-type(3){height:199px;}
	/*技术项*/
	.metal-domes-item-technology{border-radius:9px;}
	.metal-domes-item-technology .photo{width:471px;height:272px;}
		.metal-domes-item-technology .photo .icon--videoplay{width:47px;height:47px;}
	.metal-domes-item-technology ._intr{padding-left:42px;padding-right:70px;}
	.metal-domes-item-technology ._intr h4{font-size:18px;margin-bottom:15px;}
	.metal-domes-item-technology ._intr p{line-height:18px;}
	.metal-domes-item-technology ._intr ._more{width:83px;height:29px;line-height:29px;margin-top:17px;}
	/*证书*/
	.metal-domes-item-certifications ._box{width:471px;height:310px;padding-top:32px;}
		.metal-domes-item-certifications ._box ul li{width:220px;height:307px;margin-left:10px;}
	.metal-domes-item-certifications ._intr{padding-left:42px;padding-right:70px;}
	.metal-domes-item-certifications ._intr h4{font-size:29px;margin-bottom:7px;}
		.metal-domes-item-certifications ._intr p{line-height:16px;margin-bottom:22px;}
	.metal-domes-item-certifications ._intr ul li{margin-bottom:8px;font-size:13px;}
	.metal-domes-item-certifications ._intr ul li::before{width:14px;height:14px;margin-right:7px;border-radius:37px;}
	.metal-domes-item-intr6 ._btnMore{width:20px;height:20px;margin:15px auto 0 auto;border-radius:44px;}
	.metal-domes-item-intr6 .iconPic{width:85px;height:86px;margin:0 auto 20px auto;border-radius:9px;}
	.metal-domes-item-intr6 dl dt{margin-bottom:14px;font-size:16px;}
	.metal-domes-item-intr6 dl dd{padding-left:11px;padding-right:11px;font-size:13px;}
	.metal-domes-item-intr6--group .metal-domes-item-intr6{width:calc(20% - 4 * 37px / 5);margin-right:37px;}
	/*- - - - - - - - -样式属产品页2.html - - - - - - - -*/
	/*产品导航*/
	.metal-domes-list-product-nav>li>a{line-height:22px;}
	.metal-domes-list-product-nav>li ul li{line-height:23px;}
	.metal-domes-list-product-nav>li ul li:hover{transform:NaNpx;}
	.metal-domes-list-product-nav>li ul li a::before{width:4px;height:4px;border:1px solid #9b9966;border-radius:11px;margin-left:4px;margin-right:4px;}
	/*热点产品*/
	.metal-domes-item-hot-product:hover{box-shadow:4px 4px 9px -4px rgba(0,0,0,0.15);}
	.metal-domes-item-hot-product p{font-size:13px;padding-left:13px;padding-right:13px;padding-top:7px;padding-bottom:7px;}
	.metal-domes-item-hot--group .metal-domes-item-hot-product{width:calc(25% - 3 * 11px / 4);margin-right:11px;}
	.metal-domes-product-table{font-size:13px;}
	.metal-domes-product-table .photo{width:96px;height:74px;}
		.metal-domes-product-table tr td{padding:7px 4px 7px 4px;}
		 .metal-domes-product-table tr th{padding:0 11px;font-size:13px;}
	.metal-domes-product-value{padding-top:15px;padding-bottom:15px;}
		.metal-domes-product-value ._productPhoto{width:218px;height:192px;margin-right:44px;margin-top:22px;}
	.metal-domes-product-value ._intr h5{font-size:13px;}
	.metal-domes-product-value ._intr p{margin-left:32px;font-size:13px;}
	/*- - - - - - - - -样式属blog详页3.html - - - - - - - -*/
	
	}
	
	@media screen and (max-width:1024px) and (min-width:768px){
	
	/*页头*/
	#header{height:165px;}
	#header .metal-domes-logo{margin-top:6px;}
	#header .metal-domes-module-menu{max-width:none;width:76.00%;margin-left:15.00%;}
	#header.header_change{padding-bottom:3px;box-shadow:0 7px 11px -7px rgba(0,0,0,0.35);}
	#header.header_change .metal-domes-module-menu{margin-top:3px;}
	/*组件-菜单*/
		.metal-domes-module-menu ul>li ._white_arrow{width:8px;height:5px;margin-left:5px;}
	.metal-domes-module-menu ul>li ._white_arrow::before{border:3px solid transparent;border-top:3px solid #fff;}
	.metal-domes-module-menu ul>li>a{font-size:13px;padding-left:9px;padding-right:9px;}
	.metal-domes-module-menu ul>li:last-child{margin-right:0;}
	.metal-domes-module-menu ol{padding-top:6px;padding-bottom:6px;box-shadow:0 7px 11px -7px rgba(0,0,0,0.35);min-width:113px;border-radius:5px;}
		 .metal-domes-module-menu ol>li>a{font-size:13px;padding-left:8px;padding-right:8px;}
	.center{width:100%;max-width:92%;}
	.icon--uploadfile{width:10px;height:10px;}
	.icon--zan{width:86px;height:69px;}
	.icon--time{width:12px;height:12px;}
	.icon--arrow-right{width:17px;height:17px;}
	.icon--tel2{width:16px;height:16px;}
	.icon--email2{width:16px;height:16px;}
	.icon--address{width:16px;height:16px;}
	.icon--tel3{width:18px;height:18px;}
	.icon--wx{width:18px;height:18px;}
	.icon--see{width:11px;height:11px;}
	.icon--comments{width:11px;height:11px;}
	.icon--date{width:11px;height:11px;}
	body{font-size:13px;}
	h1{font-size:14px;}
	h2{font-size:17px;}
	h3,h4{font-size:13px;}
	h5{font-size:13px;}
	/*- - - - - - - - -样式属index.html - - - - - - - -*/
	/*内容区域*/
	.columnBox{padding-top:35px;padding-bottom:35px;}
	.columnBox.columnBox--bluestyle .metal-domes-title-column p{margin-top:15px;}
	.columnBox.columnBox--bluestyle .metal-domes-item-advantage:hover{box-shadow:17px 17px 8px -14px rgba(255,255,255,0.25);}
	.columnBox.columnBox--bluestyle .box-border ._corner{box-shadow:-3px 3px 0 3px #fff;}
	/**/
	.columnBox.columnBox--service .metal-domes-list-service{margin-bottom:19px;margin-left:30px;margin-right:30px;}
	.columnBox.columnBox--service .metal-domes-title-column{margin-bottom:25px;}
	.columnBox.columnBox--service .metal-domes-title-column h3{margin-bottom:21px;}
	.columnBox.columnBox--application .metal-domes-list-nav{right:auto;top:6px;position:relative;width:100%;margin:0 auto;padding-top:10px;padding-bottom:10px;}
	.columnBox.columnBox--application .swiper-container{width:100%;}
	.columnBox.columnBox--news .center .metal-domes-item-news{margin-right:30px;}
	/*栏目标题*/
	.metal-domes-title-column{margin-bottom:16px;padding-top:16px;padding-bottom:16px;padding-left:10px;padding-right:10px;}
		.metal-domes-title-column h3{font-size:23px;}
		.metal-domes-title-column p{font-size:13px;max-width:none;}
	.metal-domes-title-column.metal-domes-title-column--grey{padding-top:23px;padding-bottom:16px;}
	.metal-domes-title-column.metal-domes-title-column--grey h3{margin-bottom:8px;}
	.metal-domes-title-column.metal-domes-title-column--small h3{font-size:16px;}
	/*列表-统计*/
		.metal-domes-list-count li{padding-left:15px;padding-right:15px;}
	.metal-domes-list-count li:not(:last-child)::after{top:10px;bottom:10px;}
	.metal-domes-list-count li strong{font-size:17px;}
	/*新闻列表*/
	.metal-domes-list-news ._newsItem{padding-top:11px;padding-bottom:11px;}
	.metal-domes-list-news h4{font-size:13px;height:25px;}
	.metal-domes-list-news h4::before{width:5px;height:5px;border-radius:23px;margin-right:6px;}
	.metal-domes-list-news h4 time{margin-left:8px;}
	.metal-domes-list-news p{margin-left:11px;font-size:13px;}
	.metal-domes-list-news p::before{width:12px;height:11px;margin-top:5px;}
	/*服务列表2*/
	.metal-domes-list-service2 ._item{padding-top:16px;padding-bottom:12px;}
	.metal-domes-list-service2 ._item [class^='icon']{width:51px;height:51px;margin-bottom:11px;}
	.metal-domes-list-service2 ._item ._name{font-size:13px;}
	/*列表-导航*/
	.metal-domes-list-nav{padding-top:27px;padding-bottom:27px;white-space:nowrap;overflow-x:auto;}
	.metal-domes-list-nav::after{width:7px;height:7px;border:1px dashed #bfc4fc;border-radius:23px;left:10px;}
	.metal-domes-list-nav::before{left:14px;top:8px;bottom:8px;border-left:1px dashed #bfc4fc;}
	.metal-domes-list-nav li{font-size:13px;display:inline-block;margin-right:30px;}
	.metal-domes-list-nav li._active::before{width:38px;height:39px;margin-left:-19px;margin-top:-19px;left:17px;}
	.metal-domes-list-nav li [class^='icon']{width:34px;height:34px;margin-right:8px;}
	/*服务列表*/
	.metal-domes-list-service li{width:calc(25% - 3 * 8px / 4);margin-right:8px;border-radius:6px;margin-bottom:11px;}
	.metal-domes-list-service li::before{border:2px solid #2354ef;border-radius:6px;}
	.metal-domes-list-service li .photo{margin-left:6px;margin-top:6px;margin-bottom:6px;margin-right:6px;border-radius:3px;}
		.metal-domes-list-service li ._name{font-size:13px;padding-left:7px;padding-right:7px;}
	/*优势项*/
		.metal-domes-item-advantage{padding-left:14px;padding-right:14px;padding-top:28px;padding-bottom:14px;margin-bottom:16px;}
	.metal-domes-item-advantage:hover{box-shadow:17px 17px 8px -14px rgba(0,0,0,0.15);}
	.metal-domes-item-advantage ._xh{width:24px;font-size:13px;border-radius:11px 0 0 0;}
	.metal-domes-item-advantage .iconPic,.metal-domes-item-advantage [class^='icon']{width:45px;height:45px;margin:0 auto 11px auto;}
	.metal-domes-item-advantage h4{font-size:14px;margin-bottom:8px;}
	.metal-domes-item-advantage p{font-size:13px;}
	.metal-domes-item-advantage--group .metal-domes-item-advantage{width:calc(50% - 1 * 20px / 2);margin-right:20px;height:auto;}
	.metal-domes-item-advantage--group .metal-domes-item-advantage:nth-child(4n){margin-right:inherit;}
	.metal-domes-item-advantage--group .metal-domes-item-advantage:nth-child(2n){margin-right:0px;}
	
	/*申请项*/
	.metal-domes-item-apply{height:328px;padding-top:20px;}
	.metal-domes-item-apply .photo{width:346px;height:275px;}
	.metal-domes-item-apply ._intr{width:192px;padding-left:18px;}
	.metal-domes-item-apply ._intr h3{margin-bottom:7px;font-size:14px;}
	.metal-domes-item-apply ._intr p{font-size:13px;}
	.metal-domes-item-apply ._intr ._more{width:34px;height:34px;margin-top:20px;line-height:39px;}
	.metal-domes-item-apply ._intr ._more::before{width:34px;height:34px;}
	/*介绍项*/
	.metal-domes-item-intr{padding-top:9px;padding-bottom:9px;}
	.metal-domes-item-intr .photo{box-shadow:-18px -18px 0 -6px rgba(255,255,255,0.35);border:8px solid #fff;border-radius:23px 0 23px;margin-left:4%;margin-right:5%;}
	.metal-domes-item-intr ._intr{padding-right:0;}
	.metal-domes-item-intr ._intr ._pic{height:40px;margin-top:26px;}
	.metal-domes-item-intr ._intr h2{font-size:17px;margin-bottom:11px;font-weight:bold;}
	.metal-domes-item-intr ._intr p{font-size:13px;}
	/*新闻项2*/
	.metal-domes-item-news:hover{box-shadow:3px 3px 7px -3px rgba(0,0,0,0.15);}
		 .metal-domes-item-news>a{padding-left:28px;padding-right:28px;padding-bottom:28px;padding-top:28px;}
	.metal-domes-item-news time .icon--time{margin-right:6px;}
		.metal-domes-item-news ._title{font-size:13px;margin-bottom:6px;}
		.metal-domes-item-news ._txt{font-size:13px;margin-bottom:13px;}
	/*按钮组*/
		 .metal-domes-btn-group{padding-top:23px;}
	.metal-domes-btn-group .icon--zan{top:-12px;}
	.metal-domes-btn-group ._btnLink{padding-left:11px;padding-right:11px;font-size:13px;margin-left:7px;margin-right:7px;border-radius:28px;}
	/*标志*/
		 .metal-domes-logo{width:59px;height:26px;}
	/*顶部组件*/
	.metal-domes-module-top{padding-top:7px;padding-bottom:7px;font-size:13px;}
	.metal-domes-module-top ._rightArae ul li [class^='icon']{margin-right:2px;}
	.metal-domes-module-top ._rightArae ul li:not(:last-child){margin-right:53px;}
	.metal-domes-module-top  .module-share{margin-left:18px;}
	.metal-domes-module-top .module-share>a{width:16px;height:16px;margin-left:4px;}
	/*组件-广告*/
		 .metal-domes-module-banner{height:497px;}
		 .metal-domes-module-banner .swiper-button-next,.module-homebanner .swiper-button-prev{width:85px;height:34px;}
		 .metal-domes-module-banner .swiper-button-next::after,.module-homebanner .swiper-button-prev::after{font-size:13px;}
		 .metal-domes-module-banner .swiper-pagination{bottom:22px;}
		 .metal-domes-module-banner .swiper-pagination .swiper-pagination-bullet{width:30px;height:2px;}
	/*- - - - - - - - -样式属公司简介.html - - - - - - - -*/
	.columnBox--certifications{padding-bottom:76px;padding-top:25px;}
	/*按钮上一个下一个*/
			.btn-prev,.btn-next{width:29px;height:29px;}
		#certifications .swiper{margin-left:51px;margin-right:51px;}
	/*简介带视频*/
	.metal-domes-item-intr-video{padding-top:25px;padding-bottom:25px;}
	.metal-domes-item-intr-video ._rightBox h4{font-size:16px;}
	.metal-domes-item-intr-video ._rightBox p{margin-bottom:6px;font-size:13px;}
	.metal-domes-item-intr-video ._rightBox ul{margin-top:7px;margin-bottom:7px;margin-left:7px;}
	.metal-domes-item-intr-video ._rightBox ul li{font-size:13px;}
	/*关于我们*/
	.metal-domes-item-about{padding-left:21px;padding-right:21px;padding-top:10px;padding-bottom:10px;margin-bottom:7px;min-height:124px;}
	.metal-domes-item-about:hover .box-border{box-shadow:17px 17px 8px -14px rgba(0,0,0,0.15);}
	.metal-domes-item-about .photo{width:77px;height:77px;margin-right:23px;}
	.metal-domes-item-about h5{font-size:16px;}
	.metal-domes-item-about p{font-size:13px;}
	.metal-domes-item-about--group .metal-domes-item-about:first-child{padding-left:25px;padding-right:25px;padding-top:16px;padding-bottom:16px;height:auto;}
	.metal-domes-item-about--group .metal-domes-item-about{width:calc(50% - 1 * 6px / 2);margin-right:6px;}
	/*基本介绍*/
	.metal-domes-item-intr-basic{padding-top:25px;padding-bottom:25px;}
	.metal-domes-item-intr-basic ._leftBox{width:55.00%;margin-right:auto;}
	.metal-domes-item-intr-basic ._leftBox h1{font-size:16px;}
	.metal-domes-item-intr-basic ._leftBox p{font-size:13px;}
		.metal-domes-item-intr-basic ._rightBox .metal-domes-list-count li{width:50%;margin-top:15px;}
		.metal-domes-item-intr-basic ._rightBox .metal-domes-list-count li:nth-child(3n)::after{content:none;}
	.metal-domes-item-intr-basic ._rightBox .metal-domes-list-count li strong{font-size:14px;}
	.metal-domes-text-tip{font-size:13px;}
	.metal-domes-text-section img{margin-bottom:11px;}
	.metal-domes-text-section p{font-size:13px;}
	.metal-domes-item-intr-basic ._rightBox .metal-domes-list-count li:nth-child(2n)::after{content:none;}
	.metal-domes-item-intr-basic ._rightBox .metal-domes-list-count li:nth-child(2n-1)::after{content:'';}
	
	
	/*图片-项目*/
	.metal-domes-pic-item{width:124px;margin-bottom:11px;}
		.metal-domes-pic-item .photo{margin-bottom:11px;border:2px solid #dddddd;}
	.metal-domes-pic-item strong{font-size:13px;}
		 .metal-domes-module-banner2{height:167px;}
	/*- - - - - - - - -样式属产品页.html - - - - - - - -*/
	.columnBox--product .metal-domes-list-service li:hover ._name{background-position-y:56px;}
	/*图片列表*/
	.metal-domes-list-picture li{width:calc(25% - 3 * 9px / 4);margin-right:9px;margin-bottom:18px;border-radius:6px;}
	.metal-domes-list-picture li:hover{outline-width:2px;}
		.metal-domes-list-picture li ._name{font-size:13px;padding-left:6px;padding-right:6px;}
	/*广告文字*/
	.metal-domes-item-banner{padding-top:37px;padding-bottom:31px;}
		 .metal-domes-item-banner  ._intr h4{margin-bottom:10px;font-size:22px;}
	.metal-domes-item-banner ._intr p{font-size:13px;}
	.metal-domes-item-banner  ._intr ._btn-contact{border-radius:5px;font-size:13px;padding-left:9px;padding-right:9px;margin-top:19px;}
	.metal-domes-item-adv ._swiper{padding-bottom:20px;}
	.metal-domes-item-adv .swiper-pagination .swiper-pagination-bullet{width:7px;height:7px;border-radius:28px;margin-left:4px;margin-right:4px;}
	.metal-domes-item-adv ._intr h4{font-size:15px;margin-bottom:7px;}
	.metal-domes-item-adv ._intr p{font-size:13px;}
	.metal-domes-item-adv ._intr ul{padding-top:21px;padding-bottom:21px;}
	.metal-domes-item-adv ._intr ._btnMore{margin-top:11px;}
	.metal-domes-item-adv ._intr ul li{font-size:13px;}
	.metal-domes-item-adv ._intr ul li strong{font-size:14px;}
	/*文档项*/
		.metal-domes-item-docs:hover{transform:NaNpx;}
		.metal-domes-item-docs:hover .btn_more [class^='icon']{margin-left:8px;}
	.metal-domes-item-docs:hover .photo{outline-width:2px;border-radius:3px;}
	.metal-domes-item-docs .photo{margin:0 0 8px 0;}
	.metal-domes-item-docs .text{padding-bottom:12px;}
	.metal-domes-item-docs h5{font-size:13px;margin-bottom:5px;}
	.metal-domes-item-docs p{font-size:13px;margin-bottom:14px;}
	.metal-domes-item-docs a.btn_more{font-size:13px;padding-top:6px;}
	.metal-domes-item-docs--group .metal-domes-item-docs{width:calc(33.33% - 2 * 23px / 3);margin-right:23px;}
	.metal-domes-item-organ{padding-left:14px;padding-top:8px;padding-bottom:8px;}
	.metal-domes-item-organ ._title{font-size:13px;padding-right:23px;padding-top:3px;padding-bottom:3px;}
	.metal-domes-item-organ ._title [class^='icon']{right:14px;}
	.metal-domes-item-organ ._intr{font-size:13px;}
	.metal-domes-item-organ.metal-domes-item-organ--active{box-shadow:0 0 8px rgba(0,0,0,0.2);padding-left:14px;padding-right:14px;padding-top:8px;padding-bottom:14px;border-radius:4px;}
	.metal-domes-item-organ.metal-domes-item-organ--active ._intr{padding-top:4px;margin-top:3px;}
	/*项目介绍-样式3*/
	.metal-domes-item-intr3 ._leftBox{border-radius:7px;}
	.metal-domes-item-intr3 ._rightBox{padding-right:0px;}
	.metal-domes-item-intr3 ._rightBox .btn-primary{margin-left:15px;margin-top:19px;}
	.metal-domes-item-intr3 ._rightBox h1{margin-bottom:10px;font-size:13px;}
	.metal-domes-item-intr3 ._rightBox h1 .iconPic{width:21px;height:21px;margin-right:7px;}
	/*按钮-主要*/
	.btn-primary{width:90px;height:24px;line-height:24px;border-radius:3px;}
	/*- - - - - - - - -样式属行业应用.html - - - - - - - -*/
	/*产品列表2*/
	.metal-domes-list-products li{width:calc(25% - 3 * 11px / 4);margin-right:11px;margin-bottom:11px;}
		.metal-domes-list-products li ._name{font-size:13px;padding-left:7px;padding-right:7px;}
	/*表格样式4*/
	.metal-domes-table-style{font-size:13px;}
	.metal-domes-table-style tr:first-child td{padding-top:12px;padding-bottom:12px;}
	.metal-domes-table-style tr td{padding-top:8px;padding-bottom:8px;}
	.metal-domes-table-style--group .metal-domes-table-style{width:calc(50% - 1 * 28px / 2);}
	.metal-domes-table-style--group .metal-domes-table-style:not(:first-child){margin-left:28px;}
	/*- - - - - - - - -样式属服务5-5组装.html - - - - - - - -*/
	.metal-domes-list-pic li{width:calc(25% - 3 * 11px / 4);margin-right:11px;margin-bottom:11px;}
		.metal-domes-list-pic li ._name{font-size:13px;padding-left:7px;padding-right:7px;bottom:11px;}
	/*文本项目*/
		.metal-domes-item-text{padding-top:7px;padding-bottom:7px;margin-bottom:2px;}
		.metal-domes-item-text ._xh{width:24px;font-size:13px;}
		 .metal-domes-item-text .iconPic{width:59px;height:59px;margin:0 auto 3px auto;}
	.metal-domes-item-text h4{font-size:14px;margin-bottom:8px;}
		.metal-domes-item-text p{font-size:13px;}
	.metal-domes-item-text--group .metal-domes-item-text{width:calc(33.33% - 2 * 24px / 3);margin-right:24px;}
		.metal-domes-item-text2{padding-left:14px;padding-right:14px;padding-top:16px;padding-bottom:14px;border:1px solid #dcdcdc;margin-bottom:11px;}
		.metal-domes-item-text2 ._xh{width:24px;font-size:13px;}
		 .metal-domes-item-text2 .iconPic{width:45px;height:45px;margin:0 auto 11px auto;}
		.metal-domes-item-text2 h4{font-size:14px;margin-bottom:8px;}
		.metal-domes-item-text2 p{font-size:13px;}
	.metal-domes-item-text2--group .metal-domes-item-text2{width:calc(25% - 3 * 17px / 4);margin-right:17px;}
	.metal-domes-text-intrs{font-size:13px;}
	.metal-domes-text-intrs p{margin-bottom:11px;}
	/*- - - - - - - - -样式属例表.html - - - - - - - -*/
	/*组件-分页*/
		.metal-domes-module-pagination{font-size:13px;padding-top:14px;padding-bottom:14px;}
	.metal-domes-module-pagination .pageinfo{padding-left:6px;padding-right:6px;}
	.metal-domes-module-pagination a{border-radius:2px;min-width:17px;padding-left:6px;padding-right:6px;margin-bottom:2px;}
		.metal-domes-module-pagination a.change{padding-left:3px;padding-right:3px;}
	/*组件-位置*/
				.module-location{padding-top:7px;padding-bottom:7px;font-size:13px;}
	/*组件-搜索*/
	.module-search form{width:200px;height:28px;}
			.module-search .text{padding-left:12px;padding-right:40px;border-radius:23px;}
	.module-search .btn_send{width:40px;padding-top:2px;}
	/*新闻-编组*/
		.metal-domes-item-news2--group .metal-domes-item-news2{width:calc(50% - 1 * 20px / 2);margin-right:20px;}
		.metal-domes-item-news2--group .metal-domes-item-news2:nth-of-type(3n){margin-right:20px;}
		.metal-domes-item-news2--group .metal-domes-item-news2:nth-of-type(2n){margin-right:0px;}
	
	/*新闻*/
		.metal-domes-item-news2{box-shadow:0 0 5px rgba(0,0,0,0.12);margin-bottom:17px;border-radius:3px;}
		.metal-domes-item-news2:hover{box-shadow:0 0 8px rgba(0,0,0,0.22);}
		.metal-domes-item-news2 ._intr{padding-top:25px;padding-left:16px;padding-right:17px;padding-bottom:10px;}
		.metal-domes-item-news2 ._intr ._btnReadMore{margin-top:23px;font-size:13px;}
		.metal-domes-item-news2 ._intr ._btnReadMore:hover{transform:NaNpx;}
		.metal-domes-item-news2 h4{margin-bottom:16px;font-size:13px;}
		.metal-domes-item-news2 p{font-size:13px;}
	/*- - - - - - - - -样式属联系我们.html - - - - - - - -*/
	/*页面标题*/
		 .metal-domes-title-page{margin-bottom:9px;}
		.metal-domes-title-page h3{font-size:16px;}
		.metal-domes-title-page p{font-size:13px;}
	/*客服项*/
	.metal-domes-item-kefu{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;}
	.metal-domes-item-kefu .photo{width:56px;height:56px;margin-right:11px;}
		 .metal-domes-item-kefu ._contact{padding-top:3px;}
		.metal-domes-item-kefu ._contact ._name{font-size:13px;}
		 .metal-domes-item-kefu ._contact ul{font-size:13px;}
	.metal-domes-item-kefu ._contact li{font-size:13px;}
	.metal-domes-item-kefu ._contact ._linkGroup{padding-top:7px;padding-bottom:6px;font-size:13px;}
		 .metal-domes-item-kefu ._contact ._btnLink{padding-left:2px;padding-right:6px;border-radius:34px;font-size:13px;}
	.metal-domes-item-kefu ._contact ._btnLink [class^='icon']{margin-right:3px;margin-top:-2px;border-radius:34px;}
		 .metal-domes-item-kefu ._contact ._btnLink:not(:first-child){margin-left:5px;}
	/*联系项*/
	.metal-domes-item-contact h1{font-size:16px;margin-bottom:12px;}
	.metal-domes-item-contact ul{padding-top:25px;padding-bottom:16px;padding-left:27px;}
	.metal-domes-item-contact li{margin-bottom:7px;font-size:13px;}
	.metal-domes-item-contact li [class^='icon']{width:15px;height:15px;margin-right:10px;}
	/*表单项-文字*/
		.metal-domes-form-item{font-size:13px;margin-bottom:11px;line-height:26px;min-height:26px;}
	.metal-domes-form-item ._item-content .msg-box{padding-right:7px;}
	.metal-domes-form-item ._item-content--file ._btnUpload{padding-left:7px;margin-left:6px;width:95px;border-radius:2px;padding-right:7px;}
	.metal-domes-form-item ._item-content--file .msg-box{right:101px;}
	.metal-domes-form-item ._text{border-radius:3px;padding-right:9px;padding-left:9px;}
	.metal-domes-form-item--row2 .metal-domes-form-item{margin-right:6px;width:calc(50% - 1 * 6px / 2);margin-bottom:6px;}
	/*组件-消息*/
	/*组件-地图*/
	.metal-domes-module-map ._mapBox{height:256px;}
	/*页尾*/
	#footer>.center{padding-top:36px;padding-bottom:10px;}
			.metal-domes-text-intrs2 .metal-domes-module-share{margin-top:10px;}
			.metal-domes-text-intrs2 ._bomLogo{width:77px;height:35px;margin-bottom:5px;}
			.metal-domes-text-intrs2 p{font-size:13px;}
	.metal-domes-module-websitemap{padding-bottom:32px;}
			.metal-domes-module-websitemap dl{margin-left:41px;}
			.metal-domes-module-websitemap dl dt{font-size:16px;}
			.metal-domes-module-websitemap dl dd{font-size:13px;}
			.metal-domes-module-websitemap dl dd a:hover{transform:NaNpx;}
			.metal-domes-text-contact{width:191px;}
	.metal-domes-text-contact h4{font-size:16px;}
	.metal-domes-text-contact dl{font-size:13px;margin-bottom:7px;}
			.metal-domes-text-contact dl dt{min-width:51px;}
	.metal-domes-text-contact dl dt [class^='icon-']{margin-right:9px;width:11px;height:11px;margin-top:2px;}
			.metal-domes-text-contact dl dd{margin-bottom:7px;}
	.metal-domes-module-copyright .center{padding-top:11px;padding-bottom:11px;font-size:13px;}
			.metal-domes-module-copyright ._otherLink a{padding-left:7px;padding-right:7px;}
	/*联系表单*/
	#contactForm ._agreement{padding-left:0;padding-right:0;}
	#contactForm .form-button{margin-top:14px;}
	#contactForm .center{padding-top:26px;padding-bottom:41px;}
	#contactForm .center .metal-domes-title-column{margin-bottom:3px;}
	#contactForm ._formArea{padding-left:0px;padding-right:0px;}
	#contactForm ._formArea .form-input{width:calc(50% - 1 * 11px / 2);margin-right:11px;}
	#contactForm .form-button ._btn_post{width:30%;height:30px;line-height:30px;}
	
	/*表单输入*/
	.form-input{margin:0 auto 12px auto;min-height:30px;line-height:30px;}
		.form-input .msg-box{padding:0 7px 0 3px;font-size:13px;}
	.form-input .options_content--tel .msg-box{right:65px;}
	.form-input .options_content ._btnUpload{padding-left:7px;padding-right:9px;margin-left:5px;border-radius:2px;}
		.form-input .options_content textarea{padding-right:9px;padding-left:9px;padding-top:5px;padding-bottom:5px;border-radius:2px;}
		.form-input .options_content ._text{padding-left:9px;padding-right:9px;}
	/*表单按钮*/
		.form-button{padding-top:15px;}
	.form-button ._btn_post{width:96px;height:29px;border-radius:5px;font-size:13px;}
	/*组件-分享*/
	.metal-domes-module-share li{width:21px;height:15px;font-size:13px;}
		.metal-domes-module-share li i{font-size:16px;}
	.metal-domes-module-share.metal-domes-module-share--big li{height:20px;width:20px;margin-right:6px;line-height:20px;}
	.metal-domes-module-share.metal-domes-module-share--big li .photo{padding-top:3px;}
		.metal-domes-module-share.metal-domes-module-share--green li{border:1px solid #bebebe;padding:2px;border-radius:28px;width:22px;height:22px;}
		.metal-domes-module-share.metal-domes-module-share--green li i{font-size:13px;}
	/*二维码列表*/
	.metal-domes-list-rqcode{padding-top:12px;margin-top:12px;}
	.metal-domes-list-rqcode li{width:47px;padding-left:9px;padding-right:9px;}
	.metal-domes-list-rqcode ._codePic{border-radius:3px;margin-bottom:2px;}
	/*- - - - - - - - -样式属5-4.html - - - - - - - -*/
	/*列表*/
	.metal-domes-list-text2{padding-top:33px;padding-bottom:33px;}
	.metal-domes-list-text2 li{max-width:143px;margin-bottom:15px;padding-bottom:7px;min-width:143px;margin-left:45px;margin-right:45px;}
	.metal-domes-list-text2 li .iconPic{width:59px;height:59px;}
	.metal-domes-list-text2 li ._names{font-size:13px;margin-bottom:5px;}
	.metal-domes-list-text2 li ._intr{font-size:13px;}
	/*简介项5*/
	.metal-domes-item-intr5{border-radius:11px;}
	.metal-domes-item-intr5 ._intr{padding-left:28px;padding-right:54px;padding-top:17px;padding-bottom:17px;font-size:13px;}
	.metal-domes-item-intr5 ._intr p{margin-bottom:14px;}
	/*选项卡*/
	.metal-domes-tab{margin-bottom:23px;}
	.metal-domes-tab li{margin-right:3%;font-size:13px;}
	.metal-domes-tab li._active a::after{border-bottom:1px solid #2054f6;}
	.metal-domes-tab li a{font-size:13px;}
	/*组件-视频*/
	.metal-domes-module-video{border-radius:10px;}
	/*- - - - - - - - -样式属5-5.html - - - - - - - -*/
		.metal-domes-list-image li{width:calc(33.33% - 2 * 17px / 3);margin-right:17px;margin-bottom:11px;}
	/*- - - - - - - - -样式属blog详页.html - - - - - - - -*/
	#sidebar .metal-domes-module-search{margin-bottom:12px;margin-top:12px;}
	#sidebar .metal-domes-module-search form{height:21px;font-size:13px;}
	#sidebar .metal-domes-module-search form .text{padding-left:6px;padding-right:6px;}
			#sidebar .metal-domes-module-search form .text:focus{box-shadow:0 1px 5px rgba(0,0,0,0.2) inset;}
	#sidebar .metal-domes-module-search form .btn_send{width:28px;font-size:13px;}
			#sidebar .sidebarBox{border-radius:5px;padding-left:11px;padding-right:11px;margin-bottom:11px;padding-top:6px;padding-bottom:11px;}
			#sidebar .sidebarBox.sidebarBox--style1::before{width:28px;height:29px;}
		#container>.center{padding-top:14px;}
		#container>.center.center--flex{padding-top:15px;padding-bottom:15px;}
	#container #sidebar{margin-left:11px;width:181px;}
	#container #content{border-radius:5px;}
	#content{padding-left:11px;padding-right:11px;padding-top:6px;padding-bottom:14px;}
	/*子标题*/
	.metal-domes-title-subtitle{font-size:13px;}
	.metal-domes-title-subtitle::before{width:2px;height:11px;margin-right:5px;border-radius:5px;}
	/*医生列表*/
		 .metal-domes-list-doc li{font-size:13px;}
		 .metal-domes-list-doc li time{margin-left:12px;}
		 .metal-domes-list-doc.metal-domes-list-doc--row2 li{width:calc(50% - 1 * 11px / 2);margin-right:11px;}
		 .metal-domes-list-doc.metal-domes-list-doc--row2 li a::before{border:2px solid transparent;border-left:2px solid #666;margin-right:2px;margin-left:3px;}
		.metal-domes-list-img li{width:calc(33.33% - 2 * 11px / 3);margin-right:11px;margin-bottom:11px;}
	/*报价*/
		.metal-domes-item-quote{border-radius:6px;padding-left:6px;padding-top:6px;padding-right:6px;padding-bottom:14px;}
			.metal-domes-item-quote .metal-domes-photo{margin-bottom:10px;}
			 .metal-domes-item-quote h4{padding-left:21px;font-size:13px;}
			 .metal-domes-item-quote ul{padding-left:21px;}
			 .metal-domes-item-quote ul li{font-size:13px;}
			 .metal-domes-item-quote .metal-domes-btn_quotenow{height:27px;margin-bottom:11px;border-radius:3px;margin-top:6px;font-size:13px;}
			 .metal-domes-item-quote .metal-domes-btn_quotenow::before{margin:-8px 0 0 1px;width:17px;height:17px;}
			.metal-domes-item-quote .metal-domes-btn_quotenow .icon-envelop{font-size:14px;margin-right:6px;height:14px;width:14px;}
		 .metal-domes-text-docheader{padding-top:8px;padding-bottom:8px;}
		 .metal-domes-text-docheader ._title{font-size:18px;margin-bottom:11px;}
		 .metal-domes-text-docheader ._val{padding-top:16px;}
	.metal-domes-text-docheader ._val li{padding-right:12px;padding-left:12px;font-size:13px;}
	.metal-domes-text-docheader ._val li [class^='icon-']{margin-right:3px;margin-top:-2px;}
	.shareBox span{height:14px;line-height:14px;}
	.shareBox a{width:14px;height:14px;}
	.shareBox a .iconPic{height:14px;width:14px;}
	/*4*/
		 .metal-domes-text-doccontent{padding-top:11px;padding-bottom:11px;font-size:13px;}
		 .metal-domes-text-doccontent p{margin-bottom:14px;}
			 .metal-domes-module-prevnext{margin-top:11px;margin-bottom:11px;}
			 .metal-domes-module-prevnext ._prev, .metal-domes-module-prevnext ._next{margin-right:9px;border-radius:3px;padding-left:8px;padding-right:8px;padding-top:6px;height:49px;font-size:13px;}
			 .metal-domes-module-prevnext a{line-height:12px;}
	/*- - - - - - - - -样式属服务5-4原型.html - - - - - - - -*/
	/*简介项4*/
	.bestpcb-item-intr4{padding-top:36px;padding-bottom:36px;}
	.bestpcb-item-intr4 ._leftArea ._item{width:calc(50% - 1 * 21px / 2);margin-right:21px;margin-bottom:35px;padding-top:20px;}
	.bestpcb-item-intr4 ._leftArea ._item ul{font-size:13px;}
	.bestpcb-item-intr4 ._leftArea ._item h5{font-size:13px;margin-bottom:5px;}
	.bestpcb-item-intr4 ._leftArea ._item p{font-size:13px;}
	.bestpcb-item-intr4 ._rightArea{border-radius:6px;padding-right:12px;padding-top:16px;padding-bottom:16px;font-size:13px;}
	/*- - - - - - - - -样式属搜索页.html - - - - - - - -*/
	/*侧边栏标题*/
			 .metal-domes-title-sidebar{margin-bottom:10px;border-bottom:1px solid #dbdbdb;line-height:19px;}
			 .metal-domes-title-sidebar ._more{font-size:13px;}
			 .metal-domes-title-sidebar span{font-size:13px;}
			 .metal-domes-title-sidebar span::after{bottom:-1px;width:42px;border-bottom:1px solid #1e4cdf;}
	/*主标题*/
		 .metal-domes-title-main{border-bottom:1px solid rgba(6,153,75,0.5);padding-left:14px;padding-right:14px;font-size:13px;margin-bottom:11px;}
	.metal-domes-list-news2 li a{padding-top:6px;padding-bottom:6px;font-size:13px;}
	/*博客项*/
		.metal-domes-item-blog{padding-top:13px;padding-bottom:13px;padding-left:11px;padding-right:11px;}
		.metal-domes-item-blog ._intr [class^='icon']{width:8px;height:8px;margin-right:2px;}
		.metal-domes-item-blog .photo{margin-right:19px;border-radius:3px;min-width:168px;}
		.metal-domes-item-blog ._intr{padding-right:25px;}
		.metal-domes-item-blog ._intr h4{font-size:13px;}
		.metal-domes-item-blog ._intr p{font-size:13px;}
		.metal-domes-item-blog ._tags{margin-top:12px;font-size:13px;}
		.metal-domes-item-blog ._tags span:not(._txt){padding-left:8px;padding-right:8px;margin-bottom:2px;}
		.metal-domes-item-blog ._tags ._txt{padding-left:7px;padding-right:7px;}
		.metal-domes-item-blog ._tags ._txt::before{border:2px solid transparent;border-left:3px solid #06994b;margin-top:-2px;}
		.metal-domes-item-blog ._intr ._value{margin-top:6px;font-size:13px;}
		 .metal-domes-text-label a{padding-left:3px;padding-right:3px;}
	.box-border{border-radius:11px;}
	.box-border ._dot{width:8px;height:8px;border:1px solid #3a59e8;border-radius:23px;left:8px;top:9px;}
	.box-border ._corner,.box-border ._corner::before,.box-border ._corner::after,.box-border::before,.box-border::after{border-width:1px;}
	.box-border ._corner{right:6px;top:6px;width:17px;height:12px;border-radius:0 0 0 11px;box-shadow:-3px 3px 0 3px transparent;}
	.box-border ._corner::before{width:11px;height:5px;border-radius:0 11px 0 0px;}
	.box-border ._corner::after{width:5px;height:11px;border-radius:0 11px 0 0px;}
	.box-border ._leftBottomCorner{left:6px;bottom:6px;top:auto;}
	.box-border::before{right:23px;bottom:19px;border-radius:11px 6px 0 6px;}
	.box-border::after{border-radius:0 6px 11px 6px;left:23px;top:19px;}
	.box-border.box-border--white ._corner{box-shadow:-3px 3px 0 3px #fff;}
	.box-pic{border-radius:11px;}
	.box-pic .photo::before{right:7px;top:7px;width:7px;height:7px;border-radius:11px;}
	.box-pic .photo::after{width:7px;height:7px;border-radius:11px;bottom:7px;left:7px;}
	.box-pic::before{width:37px;height:37px;}
	.box-pic::after{width:42px;height:29px;}
	/*- - - - - - - - -样式属服务-5-1-设计.html - - - - - - - -*/
	.columnBox--step .btn-primary{width:162px;height:40px;line-height:40px;}
	.metal-domes-item-text3{margin-bottom:23px;}
	.metal-domes-item-text3::after{width:8px;height:7px;margin-top:3px;}
	.metal-domes-item-text3 .iconPic{width:29px;height:29px;margin:0 auto 5px auto;font-size:13px;}
	.metal-domes-item-text3 h4{font-size:13px;padding-top:6px;padding-bottom:6px;}
	.metal-domes-item-text3 p{font-size:13px;}
	.metal-domes-item-text3--group{padding-left:0;padding-right:0;}
	.metal-domes-item-text3--group .metal-domes-item-text3{width:calc(50% - 1 * 20px / 2);margin-right:20px;margin-bottom:56px;}
	.metal-domes-item-text3--group .metal-domes-item-text3:nth-child(3n){margin-right:inherit;}
	.metal-domes-item-text3--group .metal-domes-item-text3:nth-child(2n){margin-right:0px;}
	
	/*步骤*/
	.metal-domes-item-step{margin-top:71px;margin-bottom:20px;}
	.metal-domes-item-step li{padding-top:19px;padding-bottom:27px;padding-left:29px;padding-right:7px;margin-right:0px;font-size:13px;}
	.metal-domes-item-step li::before{width:5px;height:5px;border:2px solid #c4c4c4;border-radius:6px;}
	.metal-domes-item-step li::after{font-size:28px;transform:translatey(-20%);}
		.metal-domes-item-step li .iconPic{width:38px;height:37px;margin:0 auto 14px auto;}
	/*- - - - - - - - -样式属首页.html - - - - - - - -*/
	/*产品列表*/
		.metal-domes-list-product3 li{margin-right:4px;margin-bottom:11px;width:calc(25% - 3 * 4px / 4);}
	/*焦点产品*/
	.metal-domes-item-focus-p{margin-bottom:4px;}
	.metal-domes-item-focus-p .photo{width:calc(50% - 1 * 4px / 2);margin-right:4px;}
	.metal-domes-item-focus-p .photo ._text{padding-left:8px;padding-right:8px;font-size:13px;padding-top:8px;}
	.metal-domes-item-focus-p .photo:nth-of-type(1){height:309px;margin-right:4px;}
	.metal-domes-item-focus-p .photo:nth-of-type(2){height:152px;margin-bottom:4px;}
	.metal-domes-item-focus-p .photo:nth-of-type(3){height:152px;}
	/*技术项*/
	.metal-domes-item-technology{border-radius:7px;}
	.metal-domes-item-technology .photo{width:361px;height:209px;}
		.metal-domes-item-technology .photo .icon--videoplay{width:36px;height:36px;}
	.metal-domes-item-technology ._intr{padding-left:32px;padding-right:54px;}
	.metal-domes-item-technology ._intr h4{font-size:14px;margin-bottom:11px;}
	.metal-domes-item-technology ._intr p{line-height:14px;}
	.metal-domes-item-technology ._intr ._more{width:64px;height:22px;line-height:22px;margin-top:13px;}
	/*证书*/
	.metal-domes-item-certifications ._box{width:361px;height:238px;padding-top:24px;}
		.metal-domes-item-certifications ._box ul li{width:169px;height:235px;margin-left:8px;}
	.metal-domes-item-certifications ._intr{padding-left:32px;padding-right:54px;}
	.metal-domes-item-certifications ._intr h4{font-size:22px;margin-bottom:6px;}
		.metal-domes-item-certifications ._intr p{line-height:12px;margin-bottom:17px;}
	.metal-domes-item-certifications ._intr ul li{margin-bottom:6px;font-size:13px;}
	.metal-domes-item-certifications ._intr ul li::before{width:11px;height:11px;margin-right:6px;border-radius:28px;}
	.metal-domes-item-intr6 ._btnMore{width:15px;height:15px;margin:11px auto 0 auto;border-radius:34px;}
	.metal-domes-item-intr6 .iconPic{width:65px;height:66px;margin:0 auto 15px auto;border-radius:7px;}
	.metal-domes-item-intr6 dl dt{margin-bottom:11px;font-size:14px;font-weight:bold;}
	.metal-domes-item-intr6 dl dd{padding-left:8px;padding-right:8px;font-size:13px;}
	.metal-domes-item-intr6--group .metal-domes-item-intr6{width:calc(33.33% - 2 * 20px / 3);margin-right:20px;margin-bottom:38px;}
	.metal-domes-item-intr6--group .metal-domes-item-intr6:nth-child(5n){margin-right:inherit;}
	.metal-domes-item-intr6--group .metal-domes-item-intr6:nth-child(3n){margin-right:0px;}
	
	/*- - - - - - - - -样式属产品页2.html - - - - - - - -*/
	/*产品导航*/
	.metal-domes-list-product-nav>li>a{line-height:17px;}
	.metal-domes-list-product-nav>li ul li{line-height:18px;}
	.metal-domes-list-product-nav>li ul li:hover{transform:NaNpx;}
	.metal-domes-list-product-nav>li ul li a::before{width:3px;height:3px;border:1px solid #9b9966;border-radius:8px;margin-left:3px;margin-right:3px;}
	/*热点产品*/
	.metal-domes-item-hot-product:hover{box-shadow:3px 3px 7px -3px rgba(0,0,0,0.15);}
	.metal-domes-item-hot-product p{font-size:13px;padding-left:10px;padding-right:10px;padding-top:6px;padding-bottom:6px;}
	.metal-domes-item-hot--group .metal-domes-item-hot-product{width:calc(25% - 3 * 8px / 4);margin-right:8px;}
	.metal-domes-product-table{font-size:13px;}
	.metal-domes-product-table .photo{width:73px;height:57px;}
		.metal-domes-product-table tr td{padding:6px 3px 6px 3px;}
		 .metal-domes-product-table tr th{padding:0 8px;font-size:13px;}
	.metal-domes-product-value{padding-top:11px;padding-bottom:11px;}
		.metal-domes-product-value ._productPhoto{width:167px;height:147px;margin-right:34px;margin-top:17px;}
	.metal-domes-product-value ._intr h5{font-size:13px;}
	.metal-domes-product-value ._intr p{margin-left:24px;font-size:13px;}
	/*- - - - - - - - -样式属blog详页3.html - - - - - - - -*/
	/*申请项*/
	/*介绍项*/
	/*新闻*/
	
	}

/* Source: mobile.css; original cascade order preserved. */
@media screen and (max-width:767px){

	.center{width:92%;border:0;}
	.icon--uploadfile{width:10px;height:10px;}
	.icon--zan{width:84px;height:67px;}
	.icon--time{width:12px;height:12px;}
	.icon--arrow-right{width:17px;height:17px;}
	.icon--tel2{width:15px;height:15px;}
	.icon--email2{width:15px;height:15px;}
	.icon--address{width:15px;height:15px;}
	.icon--tel3{width:17px;height:17px;}
	.icon--wx{width:17px;height:17px;}
	.icon--see{width:10px;height:10px;}
	.icon--comments{width:10px;height:10px;border:1px solid #ff0001;}
	.icon--date{width:10px;height:10px;}
	body{font-size:13px;}
	h1{font-size:13px;}
	h2{font-size:13px;}
	h3,h4{font-size:13px;}
	h5{font-size:13px;}
	/*- - - - - - - - -样式属index.html - - - - - - - -*/
	/*内容区域*/
	.columnBox{padding-top:20px;padding-bottom:20px;}
	.columnBox.columnBox--bluestyle .metal-domes-title-column p{margin-top:15px;}
	.columnBox.columnBox--bluestyle .metal-domes-item-advantage:hover{box-shadow:17px 17px 8px -14px rgba(255,255,255,0.25);}
	.columnBox.columnBox--bluestyle .box-border ._corner{box-shadow:-3px 3px 0 3px #fff;}
	/**/
	.columnBox.columnBox--service .metal-domes-list-service{margin-bottom:0px;margin-left:0;margin-right:0;}
	.columnBox.columnBox--service .metal-domes-title-column{margin-bottom:10px;}
	.columnBox.columnBox--service .metal-domes-title-column h3{margin-bottom:0;border:0;}
	.columnBox.columnBox--application .metal-domes-list-nav{right:auto;top:0;position:relative;left:0px;}
	.columnBox.columnBox--application .center{border:0;}
	.columnBox.columnBox--application .swiper-container{width:100%;}
	.columnBox.columnBox--news .center{flex-wrap:wrap;}
	.columnBox.columnBox--news .center .metal-domes-item-news{margin-right:0px;}
	.columnBox.columnBox--application .metal-domes-title-column{width:92%;margin-left:auto;margin-right:auto;}
	
	/*栏目标题*/
	.metal-domes-title-column{margin-bottom:10px;padding-top:10px;padding-bottom:10px;padding-left:0;padding-right:0;}
		.metal-domes-title-column h3{font-size:20px;}
		.metal-domes-title-column p{font-size:13px;max-width:none;line-height:1.6;}
	.metal-domes-title-column.metal-domes-title-column--grey{padding-top:23px;padding-bottom:15px;}
	.metal-domes-title-column.metal-domes-title-column--grey h3{margin-bottom:8px;}
	.metal-domes-title-column.metal-domes-title-column--small h3{font-size:15px;}
	/*列表-统计*/
	.metal-domes-list-count{flex-wrap:wrap;}
		.metal-domes-list-count li{padding-left:10px;padding-right:10px;width:calc(50% - 1 * 20px / 2);box-sizing:border-box;margin-bottom:15px;font-size:12px;}
	.metal-domes-list-count li:not(:last-child)::after{top:10px;bottom:10px;}
	.metal-domes-list-count li strong{font-size:20px;}
	/*新闻列表*/
	.metal-domes-list-news{padding-left:3%;padding-right:4%;}
	.metal-domes-list-news ._newsItem{padding-top:16px;padding-bottom:16px;}
	.metal-domes-list-news h4{font-size:15px;height:1.6rem;line-height:1.60;margin-bottom:3px;}
	.metal-domes-list-news h4::before{width:4px;height:4px;border-radius:22px;margin-right:6px;}
	.metal-domes-list-news h4 time{margin-left:8px;font-size:12px;line-height:1.76;}
	.metal-domes-list-news p{margin-left:11px;font-size:13px;}
	.metal-domes-list-news p::before{width:12px;height:11px;margin-top:5px;}
	/*服务列表2*/
	.metal-domes-list-service2{flex-wrap:wrap;}
	.metal-domes-list-service2 ._item{padding-top:12px;padding-bottom:12px;}
	.metal-domes-list-service2 ._item [class^='icon']{width:37px;height:37px;margin-bottom:8px;}
	.metal-domes-list-service2 ._item ._name{font-size:12px;}
	/*列表-导航*/
	.metal-domes-list-nav{padding-top:0;padding-bottom:0;display:flex;overflow-x:auto;white-space:nowrap;margin-bottom:15px;}
	.metal-domes-list-nav::after{width:7px;height:7px;border:1px dashed #bfc4fc;border-radius:22px;left:10px;content:none;}
	.metal-domes-list-nav::before{left:14px;top:8px;bottom:8px;border-left:1px dashed #bfc4fc;content:none;}
	.metal-domes-list-nav li{font-size:15px;margin-right:20px;}
	.metal-domes-list-nav li._active::before{width:38px;height:38px;margin-left:-19px;margin-top:-19px;left:17px;}
	.metal-domes-list-nav li [class^='icon']{width:33px;height:33px;margin-right:8px;}
	/*服务列表*/
		 .metal-domes-list-service{border:0;}
	.metal-domes-list-service li{width:calc(50% - 1 * 12px / 2);margin-right:12px;border-radius:6px;margin-bottom:10px;}
	.metal-domes-list-service li::before{border:2px solid #2354ef;border-radius:6px;}
		 .metal-domes-list-service li:nth-child(4n){margin-right:inherit;}
	.metal-domes-list-service li .photo{margin-left:3px;margin-top:3px;margin-bottom:3px;margin-right:3px;border-radius:3px;}
		.metal-domes-list-service li ._name{font-size:12px;padding-left:7px;padding-right:7px;}
	/*优势项*/
		.metal-domes-item-advantage{padding-left:12px;padding-right:12px;padding-top:27px;padding-bottom:30px;margin-bottom:15px;}
	.metal-domes-item-advantage:hover{box-shadow:17px 17px 8px -14px rgba(0,0,0,0.15);}
	.metal-domes-item-advantage ._xh{width:23px;font-size:13px;border-radius:11px 0 0 0;}
	.metal-domes-item-advantage .iconPic,.metal-domes-item-advantage [class^='icon']{width:44px;height:44px;margin:0 auto 11px auto;}
	.metal-domes-item-advantage h4{font-size:13px;margin-bottom:8px;}
	.metal-domes-item-advantage p{font-size:12px;}
	.metal-domes-item-advantage--group .metal-domes-item-advantage{width:calc(50% - 1 * 12px / 2);margin-right:12px;height:auto;}
	.metal-domes-item-advantage--group .metal-domes-item-advantage:nth-child(4n){margin-right:inherit;}
	.metal-domes-item-advantage--group .metal-domes-item-advantage:nth-child(2n){margin-right:0px;}
	
	/*申请项*/
	.metal-domes-item-apply{height:auto;flex-direction:column-reverse;}
	.metal-domes-item-apply .photo{width:60%;height:auto;position:absolute;right:0;bottom:0;}
	.metal-domes-item-apply ._intr{width:100%;padding-left:0;padding-bottom:100px;}
	.metal-domes-item-apply ._intr h3{margin-bottom:7px;font-size:18px;}
	.metal-domes-item-apply ._intr p{font-size:14px;}
	.metal-domes-item-apply ._intr ._more{width:48px;height:48px;margin-top:20px;line-height:38px;}
	.metal-domes-item-apply ._intr ._more::before{width:48px;height:48px;}
	/*介绍项*/
	.metal-domes-item-intr{padding-top:9px;padding-bottom:9px;flex-direction:column;}
	.metal-domes-item-intr .photo{box-shadow:-14px -14px  0 -6px rgba(255,255,255, 0.35);border:8px solid #fff;border-radius:22px 0 22px;width:100%;margin-right:0px;padding-top:60.00%;border-width:5px;margin-bottom:15px;}
	.metal-domes-item-intr ._intr{padding-right:0px;width:100%;}
	.metal-domes-item-intr ._intr ._pic{height:40px;margin-top:25px;text-align:center;}
	.metal-domes-item-intr ._intr h2{font-size:18px;margin-bottom:10px;font-weight:bold;line-height:1.2;}
	.metal-domes-item-intr ._intr p{font-size:13px;line-height:1.6;}
	/*新闻项2*/
	.metal-domes-item-news:hover{box-shadow:3px 3px 7px -3px rgba(0,0,0,0.15);}
		 .metal-domes-item-news>a{padding-left:28px;padding-right:28px;padding-bottom:28px;padding-top:28px;}
	.metal-domes-item-news time .icon--time{margin-right:6px;}
		.metal-domes-item-news ._title{font-size:16px;margin-bottom:3px;margin-top:5px;}
		.metal-domes-item-news ._txt{font-size:13px;margin-bottom:13px;}
	/*按钮组*/
		 .metal-domes-btn-group{padding-top:12px;position:relative;padding-bottom:12px;text-align:left;}
	.metal-domes-btn-group .icon--zan{top:-6px;width:71px;height:56px;position:absolute;right:0px;}
	.metal-domes-btn-group ._btnLink{padding-left:12px;padding-right:12px;font-size:11px;margin-left:0;margin-right:0;border-radius:28px;}
	/*标志*/
		 .metal-domes-logo{width:78px;height:34px;margin-left:4%;}
	/*顶部组件*/
	.metal-domes-module-top{padding-top:7px;padding-bottom:7px;font-size:13px;position:absolute;top:100%;display:block;z-index:1500;left:0px;background-color:#1e4cdf;width:100%;border:0;border-radius:0 0 10px 10px;box-shadow:0 0 14px rgba(0,0,0,0.2);visibility:hidden;box-sizing:border-box;}
	.metal-domes-module-top ._rightArae ul{flex-direction:column;margin-bottom:0;padding-top:5px;padding-bottom:5px;text-align:center;}
	.metal-domes-module-top ._rightArae ul li{margin-bottom:12px;font-size:16px;margin-right:0px;margin-left:0px;box-sizing:border-box;width:100%;}
	.metal-domes-module-top ._rightArae ul li [class^='icon']{margin-right:6px;width:24px;height:24px;}
	.metal-domes-module-top ._rightArae ul li:not(:last-child){margin-right:0px;}
	.metal-domes-module-top  .module-share{margin-left:17px;text-align:center;display:block;padding-top:0;margin:0;}
	.metal-domes-module-top .module-share>a{width:28px;height:28px;margin-left:4px;margin:0 5px;}
	.metal-domes-module-top .module-share>a img{width:100%;max-width:100%;height:auto;}
	.metal-domes-module-top::before{width:0px;height:0px;position:absolute;border:8px solid transparent;border-bottom:8px solid #1e4cdf;content:"";bottom:100%;right:0px;margin-right:16.20%;}
	.metal-domes-module-top .center{flex-direction:column;padding-top:15px;padding-bottom:15px;justify-content:center;align-items:center;border:0;}
	.metal-domes-module-top .center::after{content:none;}
	.metal-domes-module-top.metal-domes-module-top--active{visibility:visible;}
	.metal-domes-module-top ._leftArea{font-size:16px;margin-bottom:8px;}
	
	
	
	
	
	/*组件-广告*/
		 .metal-domes-module-banner{height:auto;}
		 .metal-domes-module-banner .swiper-button-next,.module-homebanner .swiper-button-prev{width:83px;height:34px;}
		 .metal-domes-module-banner .swiper-button-next::after,.module-homebanner .swiper-button-prev::after{font-size:13px;}
		 .metal-domes-module-banner .swiper-pagination{bottom:5px;}
		 .metal-domes-module-banner .swiper-pagination .swiper-pagination-bullet{width:6px;height:6px;opacity:0.4;border-radius:10px;margin:0 3px 0 3px;border:0;background-color:#fff;}
		 .metal-domes-module-banner .swiper-pagination .swiper-pagination-bullet-active{background-color:#004290;width:18px;opacity:1;}
	/*- - - - - - - - -样式属公司简介.html - - - - - - - -*/
	.columnBox--certifications{padding-bottom:74px;padding-top:25px;}
	/*按钮上一个下一个*/
			.btn-prev,.btn-next{width:28px;height:28px;}
		#certifications .swiper{margin-left:30px;margin-right:30px;}
	/*简介带视频*/
	.metal-domes-item-intr-video{padding-top:25px;padding-bottom:25px;flex-direction:column;}
	.metal-domes-item-intr-video ._leftBox{width:100%;padding-top:72%;margin-bottom:15px;}
	.metal-domes-item-intr-video ._rightBox{padding-left:0px;}
	.metal-domes-item-intr-video ._rightBox h4{font-size:18px;font-weight:bold;line-height:1.9;}
	.metal-domes-item-intr-video ._rightBox p{margin-bottom:6px;font-size:13px;}
	.metal-domes-item-intr-video ._rightBox ul{margin-top:7px;margin-bottom:7px;margin-left:15px;}
	.metal-domes-item-intr-video ._rightBox ul li{font-size:13px;}
	/*关于我们*/
	.metal-domes-item-about{padding-left:21px;padding-right:21px;padding-top:10px;padding-bottom:10px;margin-bottom:15px;min-height:121px;}
	.metal-domes-item-about:hover .box-border{box-shadow:17px 17px 8px -14px rgba(0,0,0,0.15);}
	.metal-domes-item-about .photo{width:75px;height:75px;margin-right:23px;}
	.metal-domes-item-about h5{font-size:16px;}
	.metal-domes-item-about p{font-size:13px;line-height:1.6;}
	.metal-domes-item-about--group .metal-domes-item-about:first-child{padding-left:25px;padding-right:25px;padding-top:15px;padding-bottom:15px;height:auto;}
	.metal-domes-item-about--group .metal-domes-item-about{width:100%;margin-right:0px;}
	/*基本介绍*/
	.metal-domes-item-intr-basic{padding-top:0;padding-bottom:0;flex-wrap:wrap;flex-direction:column;border:0;}
	.metal-domes-item-intr-basic ._leftBox{width:100%;margin-bottom:10px;}
	.metal-domes-item-intr-basic ._leftBox h1{font-size:16px;line-height:1.6;}
	.metal-domes-item-intr-basic ._leftBox p{font-size:13px;}
		.metal-domes-item-intr-basic ._rightBox .metal-domes-list-count li{width:calc(50% - 1 * 20px / 2);margin-right:20px;}
		.metal-domes-item-intr-basic ._rightBox .metal-domes-list-count li:nth-child(3n)::after{content:'';}
	.metal-domes-item-intr-basic ._rightBox .metal-domes-list-count li strong{font-size:14px;}
	.metal-domes-text-tip{font-size:13px;}
	.metal-domes-text-section img{margin-bottom:11px;}
	.metal-domes-text-section p{font-size:13px;}
	.metal-domes-list-count li:nth-child(2n)::after{content:none;}
		.metal-domes-item-intr-basic ._rightBox .metal-domes-list-count li:nth-child(3n){margin-right:inherit;}
		.metal-domes-item-intr-basic ._rightBox .metal-domes-list-count li:nth-child(2n){margin-right:0px;}
	
	
	
	/*图片-项目*/
	.metal-domes-pic-item{width:121px;margin-bottom:10px;}
		.metal-domes-pic-item .photo{margin-bottom:10px;border:2px solid #dddddd;}
	.metal-domes-pic-item strong{font-size:13px;}
		 .metal-domes-module-banner2{height:120px;}
		 .metal-domes-module-banner img{width:100%;}
	
	/*- - - - - - - - -样式属产品页.html - - - - - - - -*/
	.columnBox--product .metal-domes-list-service li:hover ._name{background-position-y:55px;}
	.metal-domes-list-service li:nth-child(2n){margin-right:0px;}
	
	/*图片列表*/
	.metal-domes-list-picture li{width:calc(50% - 1 * 15px / 2);margin-right:15px;margin-bottom:17px;border-radius:6px;}
	.metal-domes-list-picture li:hover{outline-width:2px;}
		 .metal-domes-list-picture li:nth-child(4n){margin-right:inherit;}
		.metal-domes-list-picture li ._name{font-size:13px;padding-left:6px;padding-right:6px;}
		.metal-domes-list-picture li:nth-child(2n){margin-right:0px;}
	
	/*广告文字*/
	.metal-domes-item-banner{padding-top:20px;padding-bottom:20px;padding-left:4%;padding-right:4%;}
		 .metal-domes-item-banner  ._intr h4{margin-bottom:9px;font-size:18px;line-height:1.65;}
	.metal-domes-item-banner ._intr p{font-size:13px;line-height:1.65;}
	.metal-domes-item-banner  ._intr ._btn-contact{border-radius:4px;font-size:13px;padding-left:9px;padding-right:9px;margin-top:19px;width:60%;}
	.metal-domes-item-adv{flex-direction:column;}
	.metal-domes-item-adv ._swiper{padding-bottom:0px;width:100%;margin-right:0px;padding-top:70%;margin-bottom:15px;}
	.metal-domes-item-adv .swiper-pagination .swiper-pagination-bullet{width:7px;height:7px;border-radius:28px;margin-left:4px;margin-right:4px;}
	.metal-domes-item-adv ._intr h4{font-size:18px;margin-bottom:7px;}
	.metal-domes-item-adv ._intr p{font-size:13px;}
	.metal-domes-item-adv ._intr ul{padding-top:20px;padding-bottom:20px;margin-bottom:10px;}
	.metal-domes-item-adv ._intr ._btnMore{margin-top:11px;}
	.metal-domes-item-adv ._intr ul li{font-size:13px;}
	.metal-domes-item-adv ._intr ul li strong{font-size:14px;}
	.metal-domes-item-adv ._intr .btn-primary{width:100%;height:36px;line-height:36px;}
	
	/*文档项*/
	.metal-domes-item-docs{margin-bottom:20px;box-shadow:0 3px 4px rgba(0,0,0,0.4);}
		.metal-domes-item-docs:hover{transform:NaNpx;}
		.metal-domes-item-docs:hover .btn_more [class^='icon']{margin-left:8px;}
	.metal-domes-item-docs:hover .photo{outline-width:2px;border-radius:3px;padding-top:60%;}
	.metal-domes-item-docs .photo{margin:0 0 8px 0;padding-top:50.00%;margin-bottom:0px;}
	.metal-domes-item-docs .text{padding-bottom:10px;padding-top:15px;padding-right:15px;padding-left:15px;}
	.metal-domes-item-docs h5{font-size:16px;margin-bottom:5px;font-weight:bold;line-height:1.9;}
	.metal-domes-item-docs p{font-size:13px;margin-bottom:10px;padding-bottom:0px;border:0;}
	.metal-domes-item-docs a.btn_more{font-size:13px;padding-top:6px;height:24px;line-height:24px;}
	.metal-domes-item-docs--group .metal-domes-item-docs{width:100%;margin-right:0px;}
	.metal-domes-item-organ{padding-left:13px;padding-top:8px;padding-bottom:8px;}
	.metal-domes-item-organ ._title{font-size:13px;padding-right:22px;padding-top:3px;padding-bottom:3px;}
	.metal-domes-item-organ ._title [class^='icon']{right:13px;}
	.metal-domes-item-organ ._intr{font-size:13px;}
	.metal-domes-item-organ.metal-domes-item-organ--active{box-shadow:0 0 8px rgba(0,0,0,0.2);padding-left:13px;padding-right:13px;padding-top:8px;padding-bottom:13px;border-radius:4px;}
	.metal-domes-item-organ.metal-domes-item-organ--active ._intr{padding-top:4px;margin-top:3px;}
	/*项目介绍-样式3*/
	.metal-domes-item-intr3{flex-direction:column-reverse;}
	.metal-domes-item-intr3 ._leftBox{border-radius:7px;width:100%;margin-right:0px;}
	.metal-domes-item-intr3 ._rightBox{width:100%;padding-right:0;margin-bottom:20px;box-sizing:border-box;}
	.metal-domes-item-intr3 ._rightBox .btn-primary{margin-left:0px;margin-top:20px;width:100%;height:36px;line-height:36px;}
	.metal-domes-item-intr3 ._rightBox h1{margin-bottom:10px;font-size:18px;}
	.metal-domes-item-intr3 ._rightBox h1 .iconPic{width:20px;height:20px;margin-right:7px;}
	/*按钮-主要*/
	.btn-primary{width:100%;height:40px;line-height:40px;border-radius:3px;}
	/*- - - - - - - - -样式属行业应用.html - - - - - - - -*/
	/*产品列表2*/
	.metal-domes-list-products li{width:calc(50% - 1 * 10px / 2);margin-right:10px;margin-bottom:11px;}
		 .metal-domes-list-products li:nth-child(4n){margin-right:inherit;}
		.metal-domes-list-products li ._name{font-size:13px;padding-left:7px;padding-right:7px;}
		.metal-domes-list-products li:nth-child(2n){margin-right:0px;}
	
	/*表格样式4*/
	.metal-domes-table-style{font-size:13px;}
	.metal-domes-table-style tr:first-child td{padding-top:12px;padding-bottom:12px;}
	.metal-domes-table-style tr td{padding-top:8px;padding-bottom:8px;}
	.metal-domes-table-style--group .metal-domes-table-style{width:100%;margin-right:0px;}
	.metal-domes-table-style--group .metal-domes-table-style:not(:first-child){margin-left:0px;margin-top:15px;}
	/*- - - - - - - - -样式属服务5-5组装.html - - - - - - - -*/
	.metal-domes-list-pic li{width:calc(50% - 1 * 15px / 2);margin-right:15px;margin-bottom:11px;}
		 .metal-domes-list-pic li:nth-child(4n){margin-right:inherit;}
		.metal-domes-list-pic li ._name{font-size:13px;padding-left:7px;padding-right:7px;bottom:11px;}
		.metal-domes-list-pic li:nth-child(2n){margin-right:0px;}
	
	/*文本项目*/
		.metal-domes-item-text{padding-top:7px;padding-bottom:7px;margin-bottom:2px;}
		.metal-domes-item-text ._xh{width:23px;font-size:13px;}
		 .metal-domes-item-text .iconPic{width:58px;height:58px;margin:0 auto 3px auto;}
	.metal-domes-item-text h4{font-size:13px;margin-bottom:8px;}
		.metal-domes-item-text p{font-size:13px;}
	.metal-domes-item-text--group .metal-domes-item-text{width:calc(50% - 1 * 20px / 2);margin-right:20px;}
	.metal-domes-item-text--group .metal-domes-item-text:nth-child(3n){margin-right:inherit;}
		.metal-domes-item-text2{padding-left:13px;padding-right:13px;padding-top:15px;padding-bottom:13px;border:1px solid #dcdcdc;margin-bottom:11px;}
		.metal-domes-item-text2 ._xh{width:23px;font-size:13px;}
		 .metal-domes-item-text2 .iconPic{width:44px;height:44px;margin:0 auto 11px auto;}
		.metal-domes-item-text2 h4{font-size:13px;margin-bottom:8px;}
		.metal-domes-item-text2 p{font-size:13px;}
	.metal-domes-item-text2--group .metal-domes-item-text2{width:calc(25% - 3 * 17px / 4);margin-right:17px;}
	.metal-domes-text-intrs{font-size:13px;line-height:1.5;}
	.metal-domes-text-intrs p{margin-bottom:10px;}
	.metal-domes-item-text--group .metal-domes-item-text:nth-child(2n){margin-right:0px;}
	
	/*- - - - - - - - -样式属例表.html - - - - - - - -*/
	/*组件-分页*/
		.metal-domes-module-pagination{font-size:13px;padding-top:13px;padding-bottom:13px;}
	.metal-domes-module-pagination .pageinfo{padding-left:6px;padding-right:6px;}
	.metal-domes-module-pagination a{border-radius:2px;min-width:17px;padding-left:6px;padding-right:6px;margin-bottom:2px;}
		.metal-domes-module-pagination a.change{padding-left:3px;padding-right:3px;}
	/*组件-位置*/
				.module-location{padding-top:7px;padding-bottom:7px;font-size:13px;}
	/*组件-搜索*/
	.module-search form{width:130px;height:26px;}
			.module-search .text{padding-left:8px;padding-right:26px;border-radius:22px;width:85px;}
	.module-search .btn_send{width:26px;padding-top:0px;}
	.module-mask{position:fixed;top:58px;bottom:0px;right:0px;left:0px;background:rgba(0,0,0,0.5);z-index:1000;display:none;}
	.module-mask._active{display:block;}
	
	
	/*新闻-编组*/
		.metal-domes-item-news2--group{flex-direction:column;}
		.metal-domes-item-news2--group .metal-domes-item-news2{width:100%;margin-right:0;}
	/*新闻*/
		.metal-domes-item-news2{box-shadow:0 0 4px rgba(0,0,0,0.12);margin-bottom:17px;border-radius:3px;}
		.metal-domes-item-news2:hover{box-shadow:0 0 8px rgba(0,0,0,0.22);}
		.metal-domes-item-news2 ._intr{padding-top:10px;padding-left:10px;padding-right:10px;padding-bottom:10px;}
		.metal-domes-item-news2 ._intr ._btnReadMore{margin-top:10px;font-size:14px;text-align:center;background-color:#f3faf0;}
		.metal-domes-item-news2 ._intr ._btnReadMore:hover{transform:NaNpx;}
		.metal-domes-item-news2 h4{margin-bottom:5px;font-size:16px;line-height:1.4;}
		.metal-domes-item-news2 p{font-size:13px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
	/*- - - - - - - - -样式属联系我们.html - - - - - - - -*/
	.columnBox.columnBox--contact>.center{flex-direction:column;}
		.columnBox ._columnRight{margin-top:20px;}
	.columnBox ._columnBoxLeft{width:100%;}
	/*页面标题*/
		 .metal-domes-title-page{margin-bottom:9px;}
		.metal-domes-title-page h3{font-size:16px;}
		.metal-domes-title-page p{font-size:13px;}
	/*客服项*/
	.metal-domes-item-kefu{padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:10px;}
	.metal-domes-item-kefu .photo{width:55px;height:55px;margin-right:11px;}
		 .metal-domes-item-kefu ._contact{padding-top:3px;}
		.metal-domes-item-kefu ._contact ._name{font-size:13px;}
		 .metal-domes-item-kefu ._contact ul{font-size:13px;}
	.metal-domes-item-kefu ._contact li{font-size:13px;}
	.metal-domes-item-kefu ._contact ._linkGroup{padding-top:7px;padding-bottom:6px;font-size:13px;}
		 .metal-domes-item-kefu ._contact ._btnLink{padding-left:2px;padding-right:6px;border-radius:33px;font-size:13px;}
	.metal-domes-item-kefu ._contact ._btnLink [class^='icon']{margin-right:3px;margin-top:-2px;border-radius:33px;}
		 .metal-domes-item-kefu ._contact ._btnLink:not(:first-child){margin-left:5px;}
	/*联系项*/
	.metal-domes-item-contact h1{font-size:15px;margin-bottom:12px;line-height:1.9;}
	.metal-domes-item-contact ul{padding-top:24px;padding-bottom:16px;padding-left:26px;}
	.metal-domes-item-contact li{margin-bottom:7px;font-size:13px;}
	.metal-domes-item-contact li [class^='icon']{width:20px;height:20px;margin-right:10px;top:4px;}
	/*表单项-文字*/
		.metal-domes-form-item{font-size:13px;margin-bottom:11px;line-height:25px;min-height:25px;}
	.metal-domes-form-item ._item-content .msg-box{padding-right:7px;}
	.metal-domes-form-item ._item-content--file ._btnUpload{padding-left:7px;margin-left:6px;width:150px;border-radius:2px;padding-right:7px;}
	.metal-domes-form-item ._item-content--file .msg-box{right:98px;}
	.metal-domes-form-item ._text{border-radius:3px;padding-right:9px;padding-left:9px;box-sizing:border-box;width:100%;}
	.metal-domes-form-item--row2 .metal-domes-form-item{margin-right:0px;width:100%;margin-bottom:6px;overflow:hidden;position:relative;}
	.metal-domes-form-item ._item-content--file  .msg-box{position:absolute;right:114px;padding-right:10px;}
	
	/*组件-消息*/
	/*组件-地图*/
	.metal-domes-module-map ._mapBox{height:250px;}
	/*页尾*/
	#footer>.center{padding-top:35px;padding-bottom:9px;flex-direction:column;}
	#footer .metal-domes-text-intrs2{width:100%;margin-bottom:15px;margin-right:0px;}
	#footer .metal-domes-module-websitemap{width:100%;padding-left:0px;padding-bottom:0px;margin-bottom:15px;}
	#footer .metal-domes-text-contact{width:100%;}
			.metal-domes-text-intrs2 .metal-domes-module-share{margin-top:9px;}
			.metal-domes-text-intrs2 ._bomLogo{width:76px;height:34px;margin-bottom:5px;}
			.metal-domes-text-intrs2 p{font-size:13px;}
	.metal-domes-module-websitemap{padding-bottom:31px;}
			.metal-domes-module-websitemap dl{margin-left:40px;}
			.metal-domes-module-websitemap dl dt{font-size:15px;}
			.metal-domes-module-websitemap dl dd{font-size:13px;}
			.metal-domes-module-websitemap dl dd a:hover{transform:NaNpx;}
			.metal-domes-text-contact{width:186px;}
	.metal-domes-text-contact h4{font-size:15px;}
	.metal-domes-text-contact dl{font-size:13px;margin-bottom:7px;}
			.metal-domes-text-contact dl dt{min-width:50px;}
	.metal-domes-text-contact dl dt [class^='icon-']{margin-right:9px;width:11px;height:11px;margin-top:2px;}
			.metal-domes-text-contact dl dd{margin-bottom:7px;}
			.metal-domes-module-copyright{text-align:center;}
	.metal-domes-module-copyright .center{padding-top:11px;padding-bottom:11px;font-size:11px;flex-direction:column;line-height:1.9;}
			.metal-domes-module-copyright ._otherLink a{padding-left:7px;padding-right:7px;padding:5px;font-size:12px;}
	#footer .metal-domes-module-websitemap dl{margin-left:0;width:100%;}
	#footer .metal-domes-module-websitemap dl dt{font-size:18px;line-height:2.29;}
	#footer .metal-domes-module-websitemap dl dd{line-height:2;display:flex;flex-wrap:wrap;}
	#footer .metal-domes-module-websitemap dl dd a{width:50%;}
	#footer .metal-domes-text-contact h4{line-height:2.29;font-size:18px;}
	#footer .metal-domes-text-contact dt{width:98px;margin-right:5px;}
			.metal-domes-module-copyright ._copyright{font-size:14px;}
			.metal-domes-module-copyright ._copyright{font-size:12px;}
	
	
	
	
	
	
	
	
	/*联系表单*/
	#contactForm ._agreement{padding-left:0;padding-right:0;font-size:12px;padding-bottom:0;}
	#contactForm .form-button{margin-top:14px;padding-top:0px;}
	#contactForm .center{padding-top:25px;padding-bottom:40px;}
	#contactForm .center .metal-domes-title-column{margin-bottom:3px;}
	#contactForm ._formArea{padding-left:0;padding-right:0;flex-direction:column;}
	#contactForm ._formArea .form-input{width:100%;margin-right:0px;}
	#contactForm ._formArea .form-input:nth-of-type(2n){margin-right:0px;}
		#contactForm ._formLeftArea{width:100%;margin-bottom:12px;}
		#contactForm ._formRightArea{width:100%;margin-bottom:0px;}
	#contactForm .form-button ._btn_post{width:100%;font-size:16px;height:39px;}
	#contactForm .form-button .btn-green{width:100%;}
		#contactForm ._formLeftArea .options_content--tel .msg-box{right:99px;}
		#contactForm ._formRightArea .form-input .options_content{height:36px;}
		#contactForm .form-input .msg-box{line-height:32px;}
	
	
	
	
	
	/*表单输入*/
	.form-input{margin:0 auto 12px auto;min-height:36px;line-height:21px;}
		.form-input .msg-box{padding:0 7px 0 3px;font-size:14px;line-height:2.47;}
		.form-input .options_content{height:36px;}
	.form-input .options_content--tel .msg-box{right:63px;}
	.form-input .options_content ._btnUpload{padding-left:7px;padding-right:9px;margin-left:4px;border-radius:2px;width:30%;}
		.form-input .options_content textarea{padding-right:9px;padding-left:9px;padding-top:4px;padding-bottom:4px;border-radius:2px;}
		.form-input .options_content ._text{padding-left:9px;padding-right:9px;}
	/*表单按钮*/
		.form-button{padding-top:14px;}
	.form-button ._btn_post{width:94px;height:29px;border-radius:4px;font-size:13px;}
	/*组件-分享*/
	.metal-domes-module-share li{width:21px;height:15px;font-size:13px;}
		.metal-domes-module-share li i{font-size:15px;}
	.metal-domes-module-share.metal-domes-module-share--big li{height:19px;width:19px;margin-right:6px;line-height:19px;}
	.metal-domes-module-share.metal-domes-module-share--big li .photo{padding-top:3px;}
		.metal-domes-module-share.metal-domes-module-share--green li{border:1px solid #bebebe;padding:2px;border-radius:28px;width:22px;height:22px;}
		.metal-domes-module-share.metal-domes-module-share--green li i{font-size:13px;}
	/*二维码列表*/
	.metal-domes-list-rqcode{padding-top:12px;margin-top:12px;}
	.metal-domes-list-rqcode li{width:46px;padding-left:9px;padding-right:9px;}
	.metal-domes-list-rqcode ._codePic{border-radius:3px;margin-bottom:2px;}
	/*- - - - - - - - -样式属5-4.html - - - - - - - -*/
	/*列表*/
	.metal-domes-list-text2{padding-top:0;padding-bottom:0;flex-direction:column;}
	.metal-domes-list-text2 li{max-width:none;margin-bottom:8px;padding-bottom:7px;min-width:140px;margin-left:0px;margin-right:0px;width:100%;border:1px solid #f8f9fb;background-color:#f8f9fb;border-radius:10px;}
	.metal-domes-list-text2 li .iconPic{width:58px;height:58px;}
	.metal-domes-list-text2 li ._names{font-size:16px;margin-bottom:4px;line-height:1.4;}
	.metal-domes-list-text2 li ._intr{font-size:13px;}
	/*简介项5*/
	.metal-domes-item-intr5{border-radius:11px;flex-direction:column;}
	.metal-domes-item-intr5 .photo{width:100%;padding-top:0;}
	.metal-domes-item-intr5 ._intr{padding-left:15px;padding-right:15px;padding-top:17px;padding-bottom:17px;font-size:13px;}
	.metal-domes-item-intr5 ._intr p{margin-bottom:13px;}
	.metal-domes-item-intr5 .photo img{position:relative;height:auto;width:100%;}
	
	/*选项卡*/
	.metal-domes-tab{margin-bottom:23px;white-space:nowrap;overflow-x:auto;}
	.metal-domes-tab li{margin-right:30px;font-size:13px;}
	.metal-domes-tab li._active a::after{border-bottom:1px solid #2054f6;}
	.metal-domes-tab li a{font-size:13px;}
	/*组件-视频*/
	.metal-domes-module-video{border-radius:10px;width:100%;padding-top:64.00%;}
	/*- - - - - - - - -样式属5-5.html - - - - - - - -*/
		.metal-domes-list-image li{width:calc(33.33% - 2 * 17px / 3);margin-right:17px;margin-bottom:11px;}
	/*- - - - - - - - -样式属blog详页.html - - - - - - - -*/
	#sidebar .metal-domes-module-search{margin-bottom:12px;margin-top:12px;}
	#sidebar .metal-domes-module-search form{height:21px;font-size:13px;}
	#sidebar .metal-domes-module-search form .text{padding-left:6px;padding-right:6px;}
			#sidebar .metal-domes-module-search form .text:focus{box-shadow:0 1px 4px rgba(0,0,0,0.2) inset;}
	#sidebar .metal-domes-module-search form .btn_send{width:28px;font-size:13px;}
			#sidebar .sidebarBox{border-radius:4px;padding-left:11px;padding-right:11px;margin-bottom:11px;padding-top:6px;padding-bottom:11px;}
			#sidebar .sidebarBox.sidebarBox--style1::before{width:28px;height:29px;}
		#container{width:92%;margin:0 auto;}
		#container>.center{padding-top:14px;}
		#container>.center.center--flex{padding-top:0px;padding-bottom:0px;flex-direction:column;}
	#container #sidebar{margin-left:11px;width:176px;display:none;}
	#container #content{border-radius:4px;padding-left:0px;padding-right:0px;border:0;}
	#content{padding-left:11px;padding-right:11px;padding-top:6px;padding-bottom:14px;}
	#container .center{width:100%;}
	
	/*子标题*/
	.metal-domes-title-subtitle{font-size:13px;}
	.metal-domes-title-subtitle::before{width:2px;height:11px;margin-right:4px;border-radius:4px;}
	/*医生列表*/
		 .metal-domes-list-doc li{font-size:13px;}
		 .metal-domes-list-doc li time{margin-left:12px;}
		 .metal-domes-list-doc.metal-domes-list-doc--row2 li{width:100%;margin-right:0px;}
		 .metal-domes-list-doc.metal-domes-list-doc--row2 li a::before{border:2px solid transparent;border-left:2px solid #666;margin-right:2px;margin-left:3px;}
		.metal-domes-list-img li{width:calc(33.33% - 2 * 11px / 3);margin-right:11px;margin-bottom:11px;}
	/*报价*/
		.metal-domes-item-quote{border-radius:6px;padding-left:6px;padding-top:6px;padding-right:6px;padding-bottom:14px;}
			.metal-domes-item-quote .metal-domes-photo{margin-bottom:10px;}
			 .metal-domes-item-quote h4{padding-left:21px;font-size:13px;}
			 .metal-domes-item-quote ul{padding-left:21px;}
			 .metal-domes-item-quote ul li{font-size:13px;}
			 .metal-domes-item-quote .metal-domes-btn_quotenow{height:26px;margin-bottom:11px;border-radius:3px;margin-top:6px;font-size:13px;}
			 .metal-domes-item-quote .metal-domes-btn_quotenow::before{margin:-8px 0 0 1px;width:17px;height:17px;}
			.metal-domes-item-quote .metal-domes-btn_quotenow .icon-envelop{font-size:13px;margin-right:6px;height:13px;width:13px;}
		 .metal-domes-text-docheader{padding-top:8px;padding-bottom:8px;}
		 .metal-domes-text-docheader ._title{font-size:17px;margin-bottom:10px;}
		 .metal-domes-text-docheader ._val{padding-top:10px;white-space:nowrap;display:flex;flex-wrap:wrap;}
	.metal-domes-text-docheader ._val li{padding-right:10px;padding-left:0;font-size:12px;border-right:0;}
	.metal-domes-text-docheader ._val li [class^='icon-']{margin-right:3px;margin-top:-2px;}
	.shareBox span{height:13px;line-height:13px;}
	.shareBox a{width:13px;height:13px;}
	.shareBox a .iconPic{height:13px;width:13px;}
	.shareBox .iconPic img{}
	
	/*4*/
		 .metal-domes-text-doccontent{padding-top:11px;padding-bottom:11px;font-size:13px;}
		 .metal-domes-text-doccontent p{margin-bottom:13px;}
			 .metal-domes-module-prevnext{margin-top:11px;margin-bottom:11px;flex-direction:column;}
			 .metal-domes-module-prevnext ._prev, .metal-domes-module-prevnext ._next{margin-right:9px;border-radius:3px;padding-left:8px;padding-right:8px;padding-top:6px;height:48px;font-size:13px;}
			 .metal-domes-module-prevnext a{line-height:12px;}
			 .metal-domes-module-prevnext ._prev,.metal-domes-module-prevnext ._next{margin-bottom:10px;width:100%;}
	
	/*- - - - - - - - -样式属服务5-4原型.html - - - - - - - -*/
	/*简介项4*/
	.bestpcb-item-intr4{padding-top:10px;padding-bottom:10px;flex-direction:column-reverse;}
	.bestpcb-item-intr4 ._leftArea{width:100%;}
	.bestpcb-item-intr4 ._leftArea ._item{width:100%;margin-right:0px;margin-bottom:20px;padding-top:0;}
	.bestpcb-item-intr4 ._leftArea ._item ul{font-size:13px;}
	.bestpcb-item-intr4 ._leftArea ._item h5{font-size:15px;margin-bottom:4px;}
	.bestpcb-item-intr4 ._leftArea ._item p{font-size:13px;}
	.bestpcb-item-intr4 ._rightArea{border-radius:6px;padding-right:12px;padding-top:15px;padding-bottom:15px;font-size:13px;margin-left:0px;margin-bottom:20px;}
	/*- - - - - - - - -样式属搜索页.html - - - - - - - -*/
	/*侧边栏标题*/
			 .metal-domes-title-sidebar{margin-bottom:10px;border-bottom:1px solid #dbdbdb;line-height:19px;}
			 .metal-domes-title-sidebar ._more{font-size:13px;}
			 .metal-domes-title-sidebar span{font-size:13px;}
			 .metal-domes-title-sidebar span::after{bottom:-1px;width:41px;border-bottom:1px solid #1e4cdf;}
	/*主标题*/
		 .metal-domes-title-main{border-bottom:1px solid rgba(6,153,75,0.5);padding-left:14px;padding-right:14px;font-size:13px;margin-bottom:11px;}
	.metal-domes-list-news2 li a{padding-top:6px;padding-bottom:6px;font-size:13px;}
	/*博客项*/
		.metal-domes-item-blog{padding-top:13px;padding-bottom:13px;padding-left:11px;padding-right:11px;flex-direction:column;}
		.metal-domes-item-blog ._intr [class^='icon']{width:8px;height:8px;margin-right:2px;}
		.metal-domes-item-blog .photo{margin-right:18px;border-radius:3px;min-width:164px;width:100%;margin-bottom:10px;padding-top:55%;}
		.metal-domes-item-blog ._intr{padding-right:0px;}
		.metal-domes-item-blog ._intr h4{font-size:14px;line-height:1.46;margin-bottom:6px;}
		.metal-domes-item-blog ._intr p{font-size:13px;}
		.metal-domes-item-blog ._tags{margin-top:12px;font-size:13px;}
		.metal-domes-item-blog ._tags span:not(._txt){padding-left:8px;padding-right:8px;margin-bottom:2px;}
		.metal-domes-item-blog ._tags ._txt{padding-left:7px;padding-right:7px;}
		.metal-domes-item-blog ._tags ._txt::before{border:2px solid transparent;border-left:3px solid #06994b;margin-top:-2px;}
		.metal-domes-item-blog ._intr ._value{margin-top:6px;font-size:13px;}
		.metal-domes-item-blog ._intr ._value [class^='icon']{width:16px;height:14px;margin-left:3px;margin-right:3px;}
		 .metal-domes-text-label a{padding-left:3px;padding-right:3px;}
	.box-border{border-radius:11px;}
	.box-border ._dot{width:8px;height:8px;border:1px solid #3a59e8;border-radius:22px;left:8px;top:9px;}
	.box-border ._corner,.box-border ._corner::before,.box-border ._corner::after,.box-border::before,.box-border::after{border-width:1px;}
	.box-border ._corner{right:5px;top:5px;width:17px;height:12px;border-radius:0 0 0 11px;box-shadow:-3px 3px 0 3px transparent;}
	.box-border ._corner::before{width:11px;height:4px;border-radius:0 11px 0 0px;}
	.box-border ._corner::after{width:4px;height:11px;border-radius:0 11px 0 0px;}
	.box-border ._leftBottomCorner{left:5px;bottom:5px;top:auto;}
	.box-border::before{right:23px;bottom:18px;border-radius:11px 6px 0 6px;}
	.box-border::after{border-radius:0 6px 11px 6px;left:23px;top:18px;}
	.box-border.box-border--white ._corner{box-shadow:-3px 3px 0 3px #fff;}
	.box-pic{border-radius:11px;}
	.box-pic .photo::before{right:7px;top:7px;width:7px;height:7px;border-radius:11px;}
	.box-pic .photo::after{width:7px;height:7px;border-radius:11px;bottom:7px;left:7px;}
	.box-pic::before{width:36px;height:36px;}
	.box-pic::after{width:41px;height:28px;}
	/*- - - - - - - - -样式属服务-5-1-设计.html - - - - - - - -*/
	.columnBox--step .btn-primary{width:90%;margin-top:20px;}
	.metal-domes-item-text3{margin-bottom:22px;border:1px solid #f7f7f7;padding:10px 20px 25px 20px;border-radius:5px;}
	.metal-domes-item-text3::after{width:8px;height:7px;margin-top:3px;bottom:10px;top:auto;}
	.metal-domes-item-text3 .iconPic{width:40px;height:40px;margin:0 auto 4px auto;font-size:13px;}
	.metal-domes-item-text3 h4{font-size:14px;padding-top:6px;padding-bottom:6px;line-height:1.5;}
	.metal-domes-item-text3 p{font-size:13px;}
	.metal-domes-item-text3--group{padding-left:0;padding-right:0;width:92%;margin-left:auto;margin-right:auto;}
	.metal-domes-item-text3--group .metal-domes-item-text3{width:100%;margin-right:66px;margin-bottom:55px;box-sizing:border-box;margin:0 auto 15px auto;background-color:#f8f9fb;}
	.metal-domes-item-text3--group .metal-domes-item-text3:nth-child(3n){margin-right:inherit;}
	.columnBox.columnBox--about .center{width:90%;}
	.metal-domes-item-text3--group .metal-domes-item-text3:nth-child(2n){margin-right:0px;}
	
	
	/*步骤*/
	.metal-domes-item-step{margin-top:69px;margin-bottom:19px;display:flex;flex-direction:column;border-left:1px dashed #6b6b6b;border-top:0;margin:0 auto;width:92%;}
	.metal-domes-item-step li{padding-top:0px;padding-bottom:0px;padding-left:72px;padding-right:7px;margin-right:0px;font-size:13px;line-height:1;}
	.metal-domes-item-step li::before{width:10px;height:10px;border:2px solid #c4c4c4;border-radius:15px;left:0px;top:50%;transform:translate(-50%,-50%);}
	.metal-domes-item-step li::after{font-size:24px;top:41.00%;transform:translatey(-30%);}
		.metal-domes-item-step li .iconPic{width:37px;height:36px;margin:0 auto 14px auto;bottom:auto;margin-left:0px;display:inline-block;position:relative;left:auto;transform:translate(-50%,20%);}
	/*- - - - - - - - -样式属首页.html - - - - - - - -*/
	/*产品列表*/
		.metal-domes-list-product3 li{margin-right:7px;margin-bottom:7px;width:calc(50% - 1 * 7px / 2);}
		.metal-domes-list-product3 li:nth-child(2n){margin-right:0px;}
	
	/*焦点产品*/
	.metal-domes-item-focus-p{margin-bottom:4px;}
	.metal-domes-item-focus-p .photo{width:100%;margin-right:0px;}
	.metal-domes-item-focus-p .photo ._text{padding-left:8px;padding-right:8px;font-size:13px;padding-top:8px;}
	.metal-domes-item-focus-p .photo:nth-of-type(1){height:auto;margin-right:0px;float:none;margin-bottom:7px;}
	.metal-domes-item-focus-p .photo:nth-of-type(2){height:auto;margin-bottom:4px;margin-right:0px;}
	.metal-domes-item-focus-p .photo:nth-of-type(3){height:auto;margin-right:0px;}
	/*技术项*/
	.metal-domes-item-technology{border-radius:7px;flex-wrap:wrap;flex-direction:column;}
	.metal-domes-item-technology .photo{width:100%;height:auto;margin-bottom:15px;}
		.metal-domes-item-technology .photo .icon--videoplay{width:35px;height:35px;}
	.metal-domes-item-technology ._intr{padding-left:4%;padding-right:4%;padding-bottom:15px;}
	.metal-domes-item-technology ._intr h4{font-size:16px;margin-bottom:0px;}
	.metal-domes-item-technology ._intr p{line-height:1.5;font-size:12px;}
	.metal-domes-item-technology ._intr ._more{width:62px;height:22px;line-height:22px;margin-top:13px;font-size:14px;margin-left:auto;margin-right:auto;}
	/*证书*/
	.metal-domes-item-certifications{display:flex;flex-direction:column-reverse;flex-wrap:wrap;}
	.metal-domes-item-certifications ._box{width:100%;height:auto;padding-top:10px;}
		.metal-domes-item-certifications ._box ul li{width:calc(50% - 1 * 10px / 2);height:auto;margin-left:0px;margin-right:10px;}
	.metal-domes-item-certifications ._intr{padding-left:0;padding-right:0;}
	.metal-domes-item-certifications ._intr h4{font-size:20px;margin-bottom:6px;text-align:center;}
		.metal-domes-item-certifications ._intr p{line-height:12px;margin-bottom:15px;font-size:12px;}
	.metal-domes-item-certifications ._intr ul li{margin-bottom:6px;font-size:12px;}
	.metal-domes-item-certifications ._intr ul li::before{width:15px;height:15px;margin-right:6px;border-radius:28px;}
	.metal-domes-item-intr6{display:flex;text-align:left;align-items:center;margin-bottom:15px;}
	.metal-domes-item-intr6 ._btnMore{width:15px;height:15px;margin:11px auto 0 auto;border-radius:33px;margin-top:0px;position:absolute;z-index:0;top:50%;transform:translatey(-50%);right:0px;}
	.metal-domes-item-intr6 .iconPic{width:47px;height:47px;margin:0 auto 15px auto;border-radius:7px;flex:none;margin-right:5%;top:50%;position:relative;transform:translatey(-50%);}
	.metal-domes-item-intr6 dl dt{margin-bottom:0px;font-size:16px;}
	.metal-domes-item-intr6 dl dd{padding-left:0;padding-right:30px;font-size:12px;line-height:1.45;color:#999;}
	.metal-domes-item-intr6--group{flex-wrap:wrap;}
	.metal-domes-item-intr6--group .metal-domes-item-intr6{width:100%;margin-right:0px;}
	.metal-domes-item-intr6 dl{position:relative;}
		.metal-domes-item-certifications ._box ul li:nth-child(2n){margin-right:0px;}
	
	
	/*- - - - - - - - -样式属产品页2.html - - - - - - - -*/
	/*产品导航*/
	.metal-domes-list-product-nav>li>a{line-height:17px;}
	.metal-domes-list-product-nav>li ul li{line-height:17px;}
	.metal-domes-list-product-nav>li ul li:hover{transform:NaNpx;}
	.metal-domes-list-product-nav>li ul li a::before{width:3px;height:3px;border:1px solid #9b9966;border-radius:8px;margin-left:3px;margin-right:3px;}
	/*热点产品*/
	.metal-domes-item-hot-product:hover{box-shadow:3px 3px 7px -3px rgba(0,0,0,0.15);}
	.metal-domes-item-hot-product p{font-size:12px;padding-left:5px;padding-right:5px;padding-top:6px;padding-bottom:6px;line-height:1.5;}
	.metal-domes-item-hot--group .metal-domes-item-hot-product{width:calc(50% - 1 * 6px / 2);margin-right:6px;margin-bottom:6px;}
	.metal-domes-item-hot--group .metal-domes-item-hot-product:nth-child(4n){margin-right:0px;}
	.metal-domes-product-table{font-size:13px;line-height:1.5;}
	.metal-domes-product-table .photo{width:75px;height:58px;}
		.metal-domes-product-table tr td{padding:5px;font-size:12px;vertical-align:middle;}
		 .metal-domes-product-table tr th{padding:0 8px;font-size:12px;padding-left:3px;padding-right:3px;vertical-align:top;line-height:1.2;}
	.metal-domes-product-value{padding-top:11px;padding-bottom:11px;flex-wrap:wrap;flex-direction:column;}
		.metal-domes-product-value ._productPhoto{width:100%;height:auto;margin-right:0px;margin-top:10px;}
		.metal-domes-product-value ._productPhoto img{height:auto;width:100%;}
	.metal-domes-product-value ._intr h5{font-size:13px;}
	.metal-domes-product-value ._intr p{margin-left:0px;font-size:12px;line-height:1.6;}
	.metal-domes-item-hot--group .metal-domes-item-hot-product:nth-child(2n){margin-right:0px;}
	
	/*- - - - - - - - -样式属blog详页3.html - - - - - - - -*/
	.bodyhidden{overflow:hidden;}
	.mobile-btn-contact{position:absolute;right:70px;width:50px;height:50px;top:50%;transform:translatey(-50%);z-index:1000;color:#fff;background:transparent;border:0;}
	.mobile-btn-contact::before{content:"";position:absolute;left:0px;top:0px;bottom:0px;right:0px;background:transparent;}
	.mobile-btn-contact [class^='icon']{width:28px;height:28px;background:url("https://www.metal-domes.com/public/2024/images/icon/icon-kefu.png") no-repeat left top;background-size:cover;display:inline-block;margin-top:3px;}
	.mobile-btn-contact._active{background-size:60% auto;}
	.mobile-btn-contact._active [class^='icon']{background:url("https://www.metal-domes.com/public/2024/images/icon-search-close.png") no-repeat left top;background-size:cover;width:19px;height:19px;}
	body{font-size:15px;}
	
	
	
	
	
	.mobile-btn-menu{position:relative;z-index:1001;background:none;border:0;margin-right:0;}
	.mobile-btn-menu::before{content:"";left:0px;top:0px;bottom:0px;right:0px;position:absolute;z-index:501;background:transparent;}
	.mobile-btn-menu.mobile-btn-menu--show span:nth-child(1){background-color:#0457a5;transform:rotate(45deg);margin-top:0px;}
	.mobile-btn-menu.mobile-btn-menu--show span:nth-child(2){visibility:hidden;opacity:0;}
	.mobile-btn-menu.mobile-btn-menu--show span:nth-child(3){transform:rotate(-45deg);background-color:#0457a5;}
	.mobile-btn-menu span{line-height:0;overflow:hidden;border-radius:0.25rem;display:block;transition:transform 0.2s ease-in,opacity 0.2s linear,left 0.2s linear;background-color:#2663b6;height:2px;padding-top:0px;margin-top:6px;width:24px;}
	.mobile-btn-menu span:nth-child(1){transform-origin:left top;margin-top:0px;}
	.mobile-btn-menu span:nth-child(3){transform-origin:left bottom;}
	
	
	
	
	
	
	
	#header{z-index:1500;position:relative;background:#fff;width:100%;}
	#header>.center{display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box;height:55px;}
	#header>.center::after{content:none;}
	
	
	.metal-domes-module-menu{left:0px;height:calc(100vh -55px);width:100%;background:#fff;top:50px;position:absolute;visibility:hidden;overflow-y:auto;}
	.metal-domes-module-menu.metal-domes-module-menu--active{visibility:visible;}
	.metal-domes-module-menu ul{width:92%;margin:0 auto;padding-top:20px;}
	.metal-domes-module-menu ul>li{position:relative;margin-bottom:1px;}
	.metal-domes-module-menu ul>li::after{position:relative;bottom:0px;right:0px;left:0px;height:1px;content:"";background-color:rgba(135,93,71,0.1);}
	.metal-domes-module-menu ul>li ._white_arrow{position:relative;display:block;width:44px;height:38px;flex:0 0 44px;cursor:pointer;}
	.metal-domes-module-menu ul>li ._white_arrow::before{color:#875d47;position:absolute;right:9px;font-size:16px;transition:transform 0.2s linear;content:"";width:10px;height:20px;display:inline-block;background:url("https://www.metal-domes.com/public/2024/images/icon-arrow-right2.png") no-repeat right center;top:50%;transform:translatey(-50%);background-size:cover;}
	.metal-domes-module-menu ul>li.change>a,.metal-domes-module-menu ul>li.hover>a,.metal-domes-module-menu ul>li:hover>a{color:#fff;background-color:#183378;}
	.metal-domes-module-menu ul>li.change::after,.metal-domes-module-menu ul>li.hover::after{content:none;}
	.metal-domes-module-menu ul>li.change ol,.metal-domes-module-menu ul>li.hover ol{display:block;}
	.metal-domes-module-menu ul>li.hover ._white_arrow{color:#fff;}
	.metal-domes-module-menu ul>li.change ._white_arrow,.metal-domes-module-menu ul>li.hover ._white_arrow,.metal-domes-module-menu ul>li:hover ._white_arrow{width:44px;height:38px;right:0;margin-right:0;}
	.metal-domes-module-menu ul>li.change ._white_arrow::before,.metal-domes-module-menu ul>li.hover ._white_arrow::before,.metal-domes-module-menu ul>li:hover ._white_arrow::before{background-image:url("https://www.metal-domes.com/public/2024/images/icon-arrow-right2-white.png");transform:translatey(-50%) rotate(90deg);}
	.metal-domes-module-menu ul>li>a{color:#183378;line-height:2.4;font-size:16px;padding-left:4%;display:flex;justify-content:space-between;align-items:center;text-align:right;position:relative;text-decoration:none;}
	.metal-domes-module-menu  ol{padding-bottom:5px;padding-top:5px;display:none;}
	.metal-domes-module-menu  ol>li>a{line-height:2.4;padding-left:4%;padding-right:6%;text-align:left;display:block;font-size:16px;color:#514d4e;}
	.metal-domes-module-menu .menu_show{visibility:visible;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.module-menu-mask{position:fixed;top:0px;bottom:0px;left:0px;right:0px;z-index:3400;display:none;}
	.search-mask.searchMaskShow{display:block;}
	/*版权*/
	.btn-video{transform:translate(-50%,-50%) scale(0.7);}
	/* Products page: keep the four 208px source images from being enlarged on phones. */
	.content-product .row .col-md-2 img[width="80%"]{width:60%!important;max-width:208px!important;height:auto!important;}
	.content-product .row .col-md-2{margin-bottom:20px;}
	
	}
	
	
	

/* Tablet navigation: use the touch-friendly mobile header up to 1024px. */
@media screen and (min-width:768px) and (max-width:1024px){
	[class^='mobile-']{display:block;}
	.bodyhidden{overflow:hidden;}

	#header{z-index:1500;position:relative;top:auto;right:auto;left:auto;width:100%;height:auto;padding:0;background:#fff;box-shadow:none;}
	#header>.center{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;width:100%;max-width:100%;height:55px;padding:0 4%;box-sizing:border-box;}
	#header>.center::after{content:none;}
	#header .metal-domes-logo{flex:none;width:78px;height:34px;margin:0;}
	#header .metal-domes-logo img{width:100%;height:auto;filter:none;}

	.mobile-btn-contact{display:block;position:absolute;right:70px;top:50%;z-index:1000;width:50px;height:50px;border:0;color:#fff;background:transparent;transform:translateY(-50%);}
	.mobile-btn-contact::before{position:absolute;inset:0;content:"";background:transparent;}
	.mobile-btn-contact [class^='icon']{display:inline-block;width:28px;height:28px;margin-top:3px;background:url("https://www.metal-domes.com/public/2024/images/icon/icon-kefu.png") no-repeat left top;background-size:cover;}
	.mobile-btn-contact._active [class^='icon']{width:19px;height:19px;background:url("https://www.metal-domes.com/public/2024/images/icon-search-close.png") no-repeat left top;background-size:cover;}

	.mobile-btn-menu{display:block;position:relative;z-index:1001;margin-right:0;border:0;background:none;}
	.mobile-btn-menu::before{position:absolute;inset:0;z-index:501;content:"";background:transparent;}
	.mobile-btn-menu span{display:block;width:24px;height:2px;padding-top:0;margin-top:6px;overflow:hidden;line-height:0;border-radius:0.25rem;background-color:#2663b6;transition:transform 0.2s ease-in,opacity 0.2s linear,left 0.2s linear;}
	.mobile-btn-menu span:nth-child(1){margin-top:0;transform-origin:left top;}
	.mobile-btn-menu span:nth-child(3){transform-origin:left bottom;}
	.mobile-btn-menu.mobile-btn-menu--show span:nth-child(1){margin-top:0;background-color:#0457a5;transform:rotate(45deg);}
	.mobile-btn-menu.mobile-btn-menu--show span:nth-child(2){visibility:hidden;opacity:0;}
	.mobile-btn-menu.mobile-btn-menu--show span:nth-child(3){background-color:#0457a5;transform:rotate(-45deg);}

	#header .metal-domes-module-top{position:absolute;top:100%;left:0;z-index:1500;display:block;visibility:hidden;width:100%;padding:7px 0;border:0;border-radius:0 0 10px 10px;box-sizing:border-box;background-color:#1e4cdf;box-shadow:0 0 14px rgba(0,0,0,0.2);}
	#header .metal-domes-module-top.metal-domes-module-top--active{visibility:visible;}
	#header .metal-domes-module-top .center{display:flex;flex-direction:column;align-items:center;justify-content:center;width:92%;max-width:92%;padding:15px 0;border:0;}
	#header .metal-domes-module-top ._rightArae ul{flex-direction:column;margin-bottom:0;padding:5px 0;text-align:center;}
	#header .metal-domes-module-top ._rightArae ul li{width:100%;margin:0 0 12px;font-size:16px;box-sizing:border-box;}
	#header .metal-domes-module-top .module-share{display:block;margin:0;padding-top:0;text-align:center;}

	#header .metal-domes-module-menu{position:absolute;top:55px;left:0;visibility:hidden;width:100%;max-width:none;height:calc(100vh - 55px);margin:0;background:#fff;overflow-y:auto;}
	#header .metal-domes-module-menu.metal-domes-module-menu--active{visibility:visible;}
	#header .metal-domes-module-menu ul{display:block;width:92%;margin:0 auto;padding-top:20px;}
	#header .metal-domes-module-menu ul>li{position:relative;margin-bottom:1px;font-weight:bold;}
	#header .metal-domes-module-menu ul>li::after{position:relative;right:0;bottom:0;left:0;height:1px;content:"";background-color:rgba(135,93,71,0.1);}
	#header .metal-domes-module-menu ul>li>a{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 0 0 4%;color:#183378;font-size:16px;line-height:2.4;text-align:left;text-decoration:none;white-space:normal;}
	#header .metal-domes-module-menu ul>li:last-child{margin-right:0;}
	#header .metal-domes-module-menu ul>li ._white_arrow{position:relative;display:block;flex:0 0 44px;width:44px;height:38px;margin-left:0;cursor:pointer;transform:none;}
	#header .metal-domes-module-menu ul>li ._white_arrow::before{position:absolute;top:50%;right:9px;display:inline-block;width:10px;height:20px;border:0;content:"";background:url("https://www.metal-domes.com/public/2024/images/icon-arrow-right2.png") no-repeat right center;background-size:cover;transform:translateY(-50%);transition:transform 0.2s linear;}
	#header .metal-domes-module-menu ul>li.change>a,#header .metal-domes-module-menu ul>li.hover>a{color:#fff;background-color:#183378;}
	#header .metal-domes-module-menu ul>li.change::after,#header .metal-domes-module-menu ul>li.hover::after{content:none;}
	#header .metal-domes-module-menu ul>li.change ol,#header .metal-domes-module-menu ul>li.hover ol{display:block;}
	#header .metal-domes-module-menu ul>li.change ._white_arrow::before,#header .metal-domes-module-menu ul>li.hover ._white_arrow::before{background-image:url("https://www.metal-domes.com/public/2024/images/icon-arrow-right2-white.png");transform:translateY(-50%) rotate(90deg);}
	#header .metal-domes-module-menu ol{position:static;display:none;min-width:0;padding:5px 0;border-radius:0;background:#fff;box-shadow:none;}
	#header .metal-domes-module-menu ol>li>a{display:block;padding:0 6% 0 4%;color:#514d4e;font-size:16px;line-height:2.4;text-align:left;white-space:normal;}

	.module-mask{position:fixed;top:55px;right:0;bottom:0;left:0;z-index:1000;display:none;background:rgba(0,0,0,0.5);}
	.module-mask._active{display:block;}
}

/* Align the mobile contact and menu buttons with consistent touch targets. */
@media screen and (max-width:1024px){
	#header>.center{position:relative;padding-right:12px;}
	.mobile-btn-contact{right:56px;width:44px;height:44px;padding:8px;}
	.mobile-btn-contact [class^='icon']{display:block;margin:0 auto;}
	.mobile-btn-menu{position:absolute;right:12px;top:50%;width:44px;height:44px;margin:0;padding:10px;transform:translateY(-50%);}
	#header.header_change{background:#fff!important;padding-bottom:0!important;box-shadow:0 4px 14px rgba(24,51,120,0.18)!important;}
	#header.header_change .metal-domes-logo img{filter:none!important;}
	#header.header_change .mobile-btn-menu span{background-color:#2663b6!important;}
	#header.header_change .metal-domes-module-menu ul>li>a{color:#183378;}
	#header.header_change .metal-domes-module-menu ul>li.change>a,
	#header.header_change .metal-domes-module-menu ul>li.hover>a{color:#fff;}
}

/* Homepage only: stable intrinsic ratio at every viewport; no image cropping. */
    .metal-domes-module-banner.home-banner-stable{
        height:auto;
        aspect-ratio:1920 / 742;
    }
    .metal-domes-module-banner.home-banner-stable .swiper{
        position:absolute;
        inset:0;
        width:100%;
        height:100%;
    }
    .metal-domes-module-banner.home-banner-stable .swiper-wrapper,
    .metal-domes-module-banner.home-banner-stable .swiper-slide{
        height:100%;
    }
    .metal-domes-module-banner.home-banner-stable .swiper-slide img{
        display:block;
        width:100%;
        height:100%;
        object-fit:contain;
    }

/* Source: dynamic.css; original cascade order preserved. */
.metal-domes-module-banner2 {
    height: auto;
    overflow: hidden;
    background: #4770aa;
}

.metal-domes-module-banner2 img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media screen and (min-width: 1921px) {
    .metal-domes-module-banner2 {
        height: 500px;
    }

    .metal-domes-module-banner2 img {
        height: 100%;
        object-fit: contain;
    }
}

